|
|
|
1 | 2024-05-13T18:12:43.103Z | job assigned to worker 01HXSJEPQNR47JQY4FVP9R0K99 (queued for 54 s) |
|
2 | 2024-05-13T18:12:50.146Z | starting task 0: "setup" |
3 | 2024-05-13T18:12:50.189Z | ++ uname -s |
4 | 2024-05-13T18:12:50.194Z | + kern=SunOS |
5 | 2024-05-13T18:12:50.194Z | + case "$kern" in |
6 | 2024-05-13T18:12:50.194Z | + groupadd -g 12345 build |
7 | 2024-05-13T18:12:50.194Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-13T18:12:52.202Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-13T18:12:52.273Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-13T18:12:52.276Z | + home_fs=zfs |
11 | 2024-05-13T18:12:52.276Z | + [[ zfs == autofs ]] |
12 | 2024-05-13T18:12:52.276Z | + mkdir -p /home/build |
13 | 2024-05-13T18:12:52.279Z | + chown build:build /home/build /work |
14 | 2024-05-13T18:12:53.280Z | + chmod 0700 /home/build /work |
15 | 2024-05-13T18:12:53.299Z | process exited: duration 3149 ms, exit code 0 |
|
16 | 2024-05-13T18:12:53.341Z | starting task 1: "rust-toolchain" |
17 | 2024-05-13T18:12:53.362Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-13T18:12:53.364Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-05-13T18:12:53.451Z | info: downloading installer |
20 | 2024-05-13T18:12:59.748Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-13T18:12:59.748Z | warning: /opt/ooce/bin |
22 | 2024-05-13T18:12:59.748Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-13T18:12:59.748Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-13T18:12:59.748Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-13T18:12:59.748Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-13T18:12:59.748Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-13T18:12:59.748Z | error: cannot install while Rust is installed |
28 | 2024-05-13T18:12:59.748Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-13T18:12:59.853Z | info: profile set to 'default' |
30 | 2024-05-13T18:12:59.853Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-13T18:12:59.853Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-05-13T18:12:59.905Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-05-13T18:12:59.905Z | info: downloading component 'cargo' |
34 | 2024-05-13T18:12:59.905Z | info: downloading component 'clippy' |
35 | 2024-05-13T18:12:59.906Z | info: downloading component 'rust-docs' |
36 | 2024-05-13T18:12:59.906Z | info: downloading component 'rust-std' |
37 | 2024-05-13T18:12:59.906Z | info: downloading component 'rustc' |
38 | 2024-05-13T18:13:04.458Z | info: downloading component 'rustfmt' |
39 | 2024-05-13T18:13:04.745Z | info: installing component 'cargo' |
40 | 2024-05-13T18:13:05.605Z | info: installing component 'clippy' |
41 | 2024-05-13T18:13:05.974Z | info: installing component 'rust-docs' |
42 | 2024-05-13T18:13:07.452Z | info: installing component 'rust-std' |
43 | 2024-05-13T18:13:09.308Z | info: installing component 'rustc' |
44 | 2024-05-13T18:13:13.349Z | info: installing component 'rustfmt' |
45 | 2024-05-13T18:13:13.714Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-05-13T18:13:13.715Z | |
47 | 2024-05-13T18:13:13.984Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-05-13T18:13:13.984Z | |
49 | 2024-05-13T18:13:13.988Z | |
50 | 2024-05-13T18:13:13.988Z | Rust is installed now. Great! |
51 | 2024-05-13T18:13:13.988Z | |
52 | 2024-05-13T18:13:13.988Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-13T18:13:13.988Z | environment variable. This has not been done automatically. |
54 | 2024-05-13T18:13:13.988Z | |
55 | 2024-05-13T18:13:13.988Z | To configure your current shell, you need to source |
56 | 2024-05-13T18:13:13.988Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-13T18:13:13.988Z | |
58 | 2024-05-13T18:13:13.988Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-13T18:13:13.988Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-13T18:13:13.988Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-13T18:13:14.069Z | + rustc --version |
62 | 2024-05-13T18:13:14.135Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-05-13T18:13:14.152Z | process exited: duration 20802 ms, exit code 0 |
|
64 | 2024-05-13T18:13:14.177Z | starting task 2: "authentication" |
65 | 2024-05-13T18:13:14.204Z | process exited: duration 26 ms, exit code 0 |
|
66 | 2024-05-13T18:13:14.223Z | starting task 3: "clone repository" |
67 | 2024-05-13T18:13:14.232Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-13T18:13:14.241Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-13T18:13:14.371Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-13T18:13:19.509Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-13T18:13:19.509Z | + git fetch origin 1e629df40bbf75bf0af592f7e209eed16dc749ab |
72 | 2024-05-13T18:13:19.802Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-13T18:13:19.802Z | * branch 1e629df40bbf75bf0af592f7e209eed16dc749ab -> FETCH_HEAD |
74 | 2024-05-13T18:13:19.811Z | + [[ -n john/mark-sleds-decommissioned ]] |
75 | 2024-05-13T18:13:19.814Z | ++ git branch --show-current |
76 | 2024-05-13T18:13:19.817Z | + current=main |
77 | 2024-05-13T18:13:19.817Z | + [[ main != john/mark-sleds-decommissioned ]] |
78 | 2024-05-13T18:13:19.817Z | + git branch -f john/mark-sleds-decommissioned 1e629df40bbf75bf0af592f7e209eed16dc749ab |
79 | 2024-05-13T18:13:19.821Z | + git checkout -f john/mark-sleds-decommissioned |
80 | 2024-05-13T18:13:19.957Z | Switched to branch 'john/mark-sleds-decommissioned' |
81 | 2024-05-13T18:13:19.965Z | + git reset --hard 1e629df40bbf75bf0af592f7e209eed16dc749ab |
82 | 2024-05-13T18:13:20.087Z | HEAD is now at 1e629df40 planner: finding a decommissioned sleds with non-expunged zones is an error |
83 | 2024-05-13T18:13:20.092Z | process exited: duration 5866 ms, exit code 0 |
|
84 | 2024-05-13T18:13:20.113Z | starting task 4: "build" |
85 | 2024-05-13T18:13:20.119Z | + cargo --version |
86 | 2024-05-13T18:13:20.124Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
87 | 2024-05-13T18:13:20.290Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
88 | 2024-05-13T18:13:20.290Z | info: downloading component 'cargo' |
89 | 2024-05-13T18:13:21.231Z | info: downloading component 'clippy' |
90 | 2024-05-13T18:13:21.536Z | info: downloading component 'rust-docs' |
91 | 2024-05-13T18:13:22.783Z | info: downloading component 'rust-std' |
92 | 2024-05-13T18:13:24.647Z | info: downloading component 'rustc' |
93 | 2024-05-13T18:13:29.595Z | info: downloading component 'rustfmt' |
94 | 2024-05-13T18:13:29.872Z | info: installing component 'cargo' |
95 | 2024-05-13T18:13:30.753Z | info: installing component 'clippy' |
96 | 2024-05-13T18:13:31.069Z | info: installing component 'rust-docs' |
97 | 2024-05-13T18:13:32.586Z | info: installing component 'rust-std' |
98 | 2024-05-13T18:13:34.190Z | info: installing component 'rustc' |
99 | 2024-05-13T18:13:38.364Z | info: installing component 'rustfmt' |
100 | 2024-05-13T18:13:38.764Z | cargo 1.77.2 (e52e36006 2024-03-26) |
101 | 2024-05-13T18:13:38.771Z | + rustc --version |
102 | 2024-05-13T18:13:39.242Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
103 | 2024-05-13T18:13:39.245Z | + WORK=/work |
104 | 2024-05-13T18:13:39.245Z | + pfexec mkdir -p /work |
105 | 2024-05-13T18:13:39.245Z | + pfexec chown build /work |
106 | 2024-05-13T18:13:39.245Z | ++ git rev-parse HEAD |
107 | 2024-05-13T18:13:39.245Z | + COMMIT=1e629df40bbf75bf0af592f7e209eed16dc749ab |
108 | 2024-05-13T18:13:39.245Z | + VERSION=8.0.0-0.ci+git1e629df40bb |
109 | 2024-05-13T18:13:39.245Z | + echo 8.0.0-0.ci+git1e629df40bb |
110 | 2024-05-13T18:13:39.246Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
111 | 2024-05-13T18:13:55.028Z | Startup: Refreshing catalog 'helios-dev' ... Done |
112 | 2024-05-13T18:13:56.990Z | Startup: Caching catalogs ... Done |
113 | 2024-05-13T18:13:58.635Z | Planning: Solver setup ... Done (1.177s) |
114 | 2024-05-13T18:13:58.647Z | Planning: Running solver ... Done (0.021s) |
115 | 2024-05-13T18:13:58.670Z | Planning: Finding local manifests ... Done (0.003s) |
116 | 2024-05-13T18:13:58.686Z | Planning: Fetching manifests: 0/4 0% complete |
117 | 2024-05-13T18:13:59.131Z | Planning: Fetching manifests: 4/4 100% complete |
118 | 2024-05-13T18:13:59.183Z | Planning: Package planning ... Done (0.052s) |
119 | 2024-05-13T18:13:59.235Z | Planning: Merging actions ... Done (0.051s) |
120 | 2024-05-13T18:14:00.754Z | Planning: Checking for conflicting actions ... Done (1.513s) |
121 | 2024-05-13T18:14:00.761Z | Planning: Consolidating action changes ... Done (0.011s) |
122 | 2024-05-13T18:14:08.513Z | Planning: Evaluating mediators ... Done (7.750s) |
123 | 2024-05-13T18:14:08.520Z | Planning: Planning completed in 11.47 seconds |
124 | 2024-05-13T18:14:09.725Z | Packages to install: 4 |
125 | 2024-05-13T18:14:09.725Z | Mediators to change: 2 |
126 | 2024-05-13T18:14:09.725Z | Services to change: 1 |
127 | 2024-05-13T18:14:09.726Z | Estimated space available: 155.31 GB |
128 | 2024-05-13T18:14:09.726Z | Estimated space to be consumed: 1.44 GB |
129 | 2024-05-13T18:14:09.735Z | Create boot environment: No |
130 | 2024-05-13T18:14:09.735Z | Create backup boot environment: No |
131 | 2024-05-13T18:14:09.735Z | Rebuild boot archive: No |
132 | 2024-05-13T18:14:09.735Z | |
133 | 2024-05-13T18:14:09.735Z | Changed mediators: |
134 | 2024-05-13T18:14:09.736Z | mediator clang: |
135 | 2024-05-13T18:14:09.736Z | version: None -> 15 (system default) |
136 | 2024-05-13T18:14:09.736Z | |
137 | 2024-05-13T18:14:09.736Z | mediator llvm: |
138 | 2024-05-13T18:14:09.736Z | version: 14 (system default) -> 15 (system default) |
139 | 2024-05-13T18:14:09.736Z | |
140 | 2024-05-13T18:14:09.736Z | Changed packages: |
141 | 2024-05-13T18:14:09.736Z | helios-dev |
142 | 2024-05-13T18:14:09.736Z | developer/build-essential |
143 | 2024-05-13T18:14:09.736Z | None -> 11-2.0 |
144 | 2024-05-13T18:14:09.736Z | library/libxmlsec1 |
145 | 2024-05-13T18:14:09.737Z | None -> 1.2.35-2.0 |
146 | 2024-05-13T18:14:09.737Z | ooce/developer/clang-15 |
147 | 2024-05-13T18:14:09.737Z | None -> 15.0.7-2.0 |
148 | 2024-05-13T18:14:09.737Z | ooce/developer/llvm-15 |
149 | 2024-05-13T18:14:09.737Z | None -> 15.0.7-2.0 |
150 | 2024-05-13T18:14:09.737Z | |
151 | 2024-05-13T18:14:09.737Z | Services: |
152 | 2024-05-13T18:14:09.737Z | restart_fmri: |
153 | 2024-05-13T18:14:09.737Z | svc:/system/update-man-index:default |
154 | 2024-05-13T18:14:09.978Z | |
155 | 2024-05-13T18:14:09.978Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
156 | 2024-05-13T18:14:14.978Z | Download: 1369/3290 items 105.2/212.6MB 49% complete (21.0M/s) |
157 | 2024-05-13T18:14:19.982Z | Download: 3214/3290 items 167.2/212.6MB 78% complete (16.7M/s) |
158 | 2024-05-13T18:14:21.386Z | Download: Completed 212.60 MB in 11.41 seconds (18.6M/s) |
159 | 2024-05-13T18:14:21.711Z | Actions: 1/3689 actions (Installing new actions) |
160 | 2024-05-13T18:14:26.787Z | Actions: 3555/3689 actions (Installing new actions) |
161 | 2024-05-13T18:14:27.459Z | Actions: Completed 3689 actions in 5.75 seconds. |
162 | 2024-05-13T18:14:27.589Z | Done (0.117s) |
163 | 2024-05-13T18:14:27.589Z | Done (0.000s) |
164 | 2024-05-13T18:14:27.868Z | Done (0.286s) |
165 | 2024-05-13T18:14:34.411Z | Done (6.387s) |
166 | 2024-05-13T18:14:34.739Z | Done (0.248s) |
167 | 2024-05-13T18:14:34.745Z | Done (0.000s) |
168 | 2024-05-13T18:14:34.900Z | Done (0.000s) |
169 | 2024-05-13T18:14:35.474Z | Planning: Evaluating mediator changes ... Done |
170 | 2024-05-13T18:14:35.637Z | Planning: Checking for conflicting actions ... Done |
171 | 2024-05-13T18:14:35.656Z | Planning: Consolidating action changes ... Done |
172 | 2024-05-13T18:14:35.910Z | Planning: Evaluating mediators ... Done |
173 | 2024-05-13T18:14:35.914Z | Planning: Planning completed in 0.44 seconds |
174 | 2024-05-13T18:14:35.962Z | Mediators to change: 2 |
175 | 2024-05-13T18:14:35.963Z | Create boot environment: No |
176 | 2024-05-13T18:14:35.963Z | Create backup boot environment: No |
177 | 2024-05-13T18:14:36.051Z | Done |
178 | 2024-05-13T18:14:36.051Z | Done |
179 | 2024-05-13T18:14:36.246Z | Done |
180 | 2024-05-13T18:14:40.018Z | Done |
181 | 2024-05-13T18:14:40.114Z | Done |
182 | 2024-05-13T18:14:40.118Z | Done |
183 | 2024-05-13T18:14:40.212Z | Done |
184 | 2024-05-13T18:14:40.840Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-05-13T18:14:40.845Z | Planning: Merging actions ... Done |
186 | 2024-05-13T18:14:41.041Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-05-13T18:14:41.050Z | Planning: Consolidating action changes ... Done |
188 | 2024-05-13T18:14:41.318Z | Planning: Evaluating mediators ... Done |
189 | 2024-05-13T18:14:41.374Z | Planning: Planning completed in 0.78 seconds |
190 | 2024-05-13T18:14:41.410Z | Packages to change: 1 |
191 | 2024-05-13T18:14:41.410Z | Mediators to change: 1 |
192 | 2024-05-13T18:14:41.410Z | Services to change: 1 |
193 | 2024-05-13T18:14:41.411Z | Create boot environment: No |
194 | 2024-05-13T18:14:41.424Z | Create backup boot environment: Yes |
195 | 2024-05-13T18:14:43.150Z | Actions: 1/6 actions (Updating modified actions) |
196 | 2024-05-13T18:14:43.240Z | Actions: Completed 6 actions in 0.10 seconds. |
197 | 2024-05-13T18:14:43.240Z | Done |
198 | 2024-05-13T18:14:43.240Z | Done |
199 | 2024-05-13T18:14:43.298Z | Done |
200 | 2024-05-13T18:14:47.167Z | Done |
201 | 2024-05-13T18:14:47.252Z | Done |
202 | 2024-05-13T18:14:47.252Z | Done |
203 | 2024-05-13T18:14:47.359Z | Done |
204 | 2024-05-13T18:14:47.838Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
205 | 2024-05-13T18:14:47.838Z | clang system 15 system |
206 | 2024-05-13T18:14:47.838Z | csh system system illumos |
207 | 2024-05-13T18:14:47.838Z | ctags system system illumos |
208 | 2024-05-13T18:14:47.843Z | gcc vendor 12 vendor |
209 | 2024-05-13T18:14:47.843Z | gcc system 10 system |
210 | 2024-05-13T18:14:47.843Z | gcc system 7 system |
211 | 2024-05-13T18:14:47.843Z | go system 1.20 system |
212 | 2024-05-13T18:14:47.844Z | go system 1.19 system |
213 | 2024-05-13T18:14:47.844Z | llvm system 15 system |
214 | 2024-05-13T18:14:47.844Z | llvm system 14 system |
215 | 2024-05-13T18:14:47.844Z | mariadb system 10.6 system |
216 | 2024-05-13T18:14:47.845Z | mta vendor vendor dma |
217 | 2024-05-13T18:14:47.845Z | openjdk system 17 system |
218 | 2024-05-13T18:14:47.846Z | openjdk system 11 system |
219 | 2024-05-13T18:14:47.846Z | openjdk system 1.8 system |
220 | 2024-05-13T18:14:47.846Z | openssl vendor 3 vendor |
221 | 2024-05-13T18:14:47.846Z | perl system 5.36 system |
222 | 2024-05-13T18:14:47.846Z | postgresql system 15 system |
223 | 2024-05-13T18:14:47.846Z | postgresql system 13 system |
224 | 2024-05-13T18:14:47.846Z | python vendor 3 vendor |
225 | 2024-05-13T18:14:47.847Z | python system 2 system |
226 | 2024-05-13T18:14:47.847Z | python3 system 3.11 system |
227 | 2024-05-13T18:14:47.847Z | ruby system 3.0 system |
228 | 2024-05-13T18:14:47.847Z | words vendor vendor american-english |
229 | 2024-05-13T18:14:47.847Z | words system system australian-english |
230 | 2024-05-13T18:14:47.847Z | words system system british-english |
231 | 2024-05-13T18:14:47.847Z | words system system canadian-english |
232 | 2024-05-13T18:14:47.848Z | words system system french |
233 | 2024-05-13T18:14:47.848Z | words system system italian |
234 | 2024-05-13T18:14:47.848Z | words system system ngerman |
235 | 2024-05-13T18:14:47.848Z | words system system ogerman |
236 | 2024-05-13T18:14:47.848Z | words system system spanish |
237 | 2024-05-13T18:14:48.208Z | PUBLISHER TYPE STATUS P LOCATION |
238 | 2024-05-13T18:14:48.208Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
239 | 2024-05-13T18:14:49.619Z | FMRI IFO |
240 | 2024-05-13T18:14:49.619Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
241 | 2024-05-13T18:14:49.619Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
242 | 2024-05-13T18:14:49.619Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
243 | 2024-05-13T18:14:49.620Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
244 | 2024-05-13T18:14:49.620Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
245 | 2024-05-13T18:14:49.620Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
246 | 2024-05-13T18:14:49.620Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
247 | 2024-05-13T18:14:49.620Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
248 | 2024-05-13T18:14:49.620Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
249 | 2024-05-13T18:14:49.620Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
250 | 2024-05-13T18:14:49.620Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
251 | 2024-05-13T18:14:49.620Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
252 | 2024-05-13T18:14:49.901Z | + set -o errexit |
253 | 2024-05-13T18:14:50.324Z | +++ dirname ./tools/ci_download_cockroachdb |
254 | 2024-05-13T18:14:50.324Z | ++ cd ./tools |
255 | 2024-05-13T18:14:50.325Z | ++ pwd |
256 | 2024-05-13T18:14:50.325Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
257 | 2024-05-13T18:14:50.325Z | ++ basename ./tools/ci_download_cockroachdb |
258 | 2024-05-13T18:14:50.325Z | + ARG0=ci_download_cockroachdb |
259 | 2024-05-13T18:14:50.325Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
260 | 2024-05-13T18:14:50.325Z | + CIDL_VERSION=v22.1.9 |
261 | 2024-05-13T18:14:50.325Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
262 | 2024-05-13T18:14:50.325Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
263 | 2024-05-13T18:14:50.325Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
264 | 2024-05-13T18:14:50.326Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
265 | 2024-05-13T18:14:50.326Z | + TARGET_DIR=out |
266 | 2024-05-13T18:14:50.326Z | + DOWNLOAD_DIR=out/downloads |
267 | 2024-05-13T18:14:50.326Z | + DEST_DIR=./out/cockroachdb |
268 | 2024-05-13T18:14:50.326Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
269 | 2024-05-13T18:14:50.326Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
270 | 2024-05-13T18:14:50.326Z | + main |
271 | 2024-05-13T18:14:50.326Z | + [[ 0 != 0 ]] |
272 | 2024-05-13T18:14:50.326Z | + CIDL_OS=solaris2.11 |
273 | 2024-05-13T18:14:50.326Z | + [[ 0 != 0 ]] |
274 | 2024-05-13T18:14:50.326Z | + configure_os solaris2.11 |
275 | 2024-05-13T18:14:50.327Z | + echo 'current directory: /work/oxidecomputer/omicron' |
276 | 2024-05-13T18:14:50.327Z | + echo 'configuring based on OS: "solaris2.11"' |
277 | 2024-05-13T18:14:50.327Z | + case "$1" in |
278 | 2024-05-13T18:14:50.327Z | + CIDL_BUILD=illumos |
279 | 2024-05-13T18:14:50.327Z | + CIDL_SUFFIX=tar.gz |
280 | 2024-05-13T18:14:50.327Z | current directory: /work/oxidecomputer/omicron |
281 | 2024-05-13T18:14:50.327Z | configuring based on OS: "solaris2.11" |
282 | 2024-05-13T18:14:50.327Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
283 | 2024-05-13T18:14:50.327Z | + CIDL_URL_BASE=https://illumos.org/downloads |
284 | 2024-05-13T18:14:50.328Z | + CIDL_ASSEMBLE=do_assemble_illumos |
285 | 2024-05-13T18:14:50.328Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
286 | 2024-05-13T18:14:50.329Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
287 | 2024-05-13T18:14:50.329Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-05-13T18:14:50.329Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
289 | 2024-05-13T18:14:50.329Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-05-13T18:14:50.329Z | + CIDL_SHA256FUNC=do_sha256sum |
291 | 2024-05-13T18:14:50.329Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
292 | 2024-05-13T18:14:50.329Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-05-13T18:14:50.329Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
294 | 2024-05-13T18:14:50.330Z | + mkdir -p out/downloads |
295 | 2024-05-13T18:14:50.330Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-05-13T18:14:50.330Z | + mkdir -p ./out/cockroachdb |
297 | 2024-05-13T18:14:50.330Z | + local DO_DOWNLOAD=true |
298 | 2024-05-13T18:14:50.330Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
299 | 2024-05-13T18:14:50.330Z | + '[' true == true ']' |
300 | 2024-05-13T18:14:50.330Z | + echo Downloading... |
301 | 2024-05-13T18:14:50.330Z | Downloading... |
302 | 2024-05-13T18:14:50.331Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2024-05-13T18:14:50.331Z | + 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 |
304 | 2024-05-13T18:14:52.989Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-05-13T18:14:53.004Z | ++ sha256sum |
306 | 2024-05-13T18:14:53.004Z | ++ awk '{print $1}' |
307 | 2024-05-13T18:14:53.056Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
308 | 2024-05-13T18:14:53.056Z | + [[ 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 ]] |
309 | 2024-05-13T18:14:53.064Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
310 | 2024-05-13T18:14:53.064Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
311 | 2024-05-13T18:14:55.227Z | + do_assemble_illumos |
312 | 2024-05-13T18:14:55.227Z | + rm -r ./out/cockroachdb |
313 | 2024-05-13T18:14:55.232Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
314 | 2024-05-13T18:14:55.627Z | + ./out/cockroachdb/bin/cockroach version |
315 | 2024-05-13T18:14:55.914Z | Build Tag: v22.1.9-dirty |
316 | 2024-05-13T18:14:55.914Z | Build Time: 2022/10/26 21:17:46 |
317 | 2024-05-13T18:14:55.915Z | Distribution: OSS |
318 | 2024-05-13T18:14:55.915Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
319 | 2024-05-13T18:14:55.916Z | Go Version: go1.17.13 |
320 | 2024-05-13T18:14:55.916Z | C Compiler: gcc 10.3.0 |
321 | 2024-05-13T18:14:55.916Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
322 | 2024-05-13T18:14:55.917Z | Build Type: release |
323 | 2024-05-13T18:14:55.931Z | + set -o errexit |
324 | 2024-05-13T18:14:55.936Z | +++ dirname ./tools/ci_download_clickhouse |
325 | 2024-05-13T18:14:55.936Z | ++ cd ./tools |
326 | 2024-05-13T18:14:55.936Z | ++ pwd |
327 | 2024-05-13T18:14:55.936Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
328 | 2024-05-13T18:14:55.936Z | ++ basename ./tools/ci_download_clickhouse |
329 | 2024-05-13T18:14:55.937Z | + ARG0=ci_download_clickhouse |
330 | 2024-05-13T18:14:55.937Z | + TARGET_DIR=out |
331 | 2024-05-13T18:14:55.937Z | + DOWNLOAD_DIR=out/downloads |
332 | 2024-05-13T18:14:55.937Z | + DEST_DIR=./out/clickhouse |
333 | 2024-05-13T18:14:55.937Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
334 | 2024-05-13T18:14:55.937Z | + CIDL_VERSION=v23.8.7.24 |
335 | 2024-05-13T18:14:55.937Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
336 | 2024-05-13T18:14:55.937Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
337 | 2024-05-13T18:14:55.937Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
338 | 2024-05-13T18:14:55.937Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
339 | 2024-05-13T18:14:55.937Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
340 | 2024-05-13T18:14:55.938Z | + main |
341 | 2024-05-13T18:14:55.938Z | + [[ 0 != 0 ]] |
342 | 2024-05-13T18:14:55.938Z | + CIDL_OS=solaris2.11 |
343 | 2024-05-13T18:14:55.938Z | + [[ 0 != 0 ]] |
344 | 2024-05-13T18:14:55.938Z | + configure_os solaris2.11 |
345 | 2024-05-13T18:14:55.938Z | + echo 'current directory: /work/oxidecomputer/omicron' |
346 | 2024-05-13T18:14:55.938Z | + echo 'configuring based on OS: "solaris2.11"' |
347 | 2024-05-13T18:14:55.938Z | current directory: /work/oxidecomputer/omicron |
348 | 2024-05-13T18:14:55.938Z | configuring based on OS: "solaris2.11" |
349 | 2024-05-13T18:14:55.938Z | + CIDL_DASHREV= |
350 | 2024-05-13T18:14:55.939Z | + case "$1" in |
351 | 2024-05-13T18:14:55.939Z | + CIDL_PLATFORM=illumos |
352 | 2024-05-13T18:14:55.939Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
353 | 2024-05-13T18:14:55.939Z | + CIDL_MD5FUNC=do_md5sum |
354 | 2024-05-13T18:14:55.939Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
355 | 2024-05-13T18:14:55.939Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
356 | 2024-05-13T18:14:55.939Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
357 | 2024-05-13T18:14:55.939Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
358 | 2024-05-13T18:14:55.939Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
359 | 2024-05-13T18:14:55.939Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
360 | 2024-05-13T18:14:55.939Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
361 | 2024-05-13T18:14:55.940Z | + mkdir -p out/downloads |
362 | 2024-05-13T18:14:55.940Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
363 | 2024-05-13T18:14:55.944Z | + mkdir -p ./out/clickhouse |
364 | 2024-05-13T18:14:55.944Z | + local DO_DOWNLOAD=true |
365 | 2024-05-13T18:14:55.944Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
366 | 2024-05-13T18:14:55.944Z | + '[' true == true ']' |
367 | 2024-05-13T18:14:55.944Z | + echo Downloading... |
368 | 2024-05-13T18:14:55.944Z | Downloading... |
369 | 2024-05-13T18:14:55.944Z | + 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 |
370 | 2024-05-13T18:14:55.944Z | + 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 |
371 | 2024-05-13T18:14:57.536Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
372 | 2024-05-13T18:14:57.551Z | ++ md5sum |
373 | 2024-05-13T18:14:57.552Z | ++ awk '{print $1}' |
374 | 2024-05-13T18:14:57.844Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
375 | 2024-05-13T18:14:57.844Z | + [[ 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 ]] |
376 | 2024-05-13T18:14:57.844Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
377 | 2024-05-13T18:14:57.847Z | + mkdir -p ./out/clickhouse |
378 | 2024-05-13T18:14:57.847Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
379 | 2024-05-13T18:15:01.939Z | + [[ solaris2.11 == darwin* ]] |
380 | 2024-05-13T18:15:01.939Z | + ./out/clickhouse/clickhouse server --version |
381 | 2024-05-13T18:15:02.242Z | ClickHouse server version 23.8.7.1. |
382 | 2024-05-13T18:15:02.255Z | + set -o errexit |
383 | 2024-05-13T18:15:02.263Z | +++ dirname ./tools/ci_download_console |
384 | 2024-05-13T18:15:02.263Z | ++ cd ./tools |
385 | 2024-05-13T18:15:02.263Z | ++ pwd |
386 | 2024-05-13T18:15:02.264Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
387 | 2024-05-13T18:15:02.264Z | ++ basename ./tools/ci_download_console |
388 | 2024-05-13T18:15:02.274Z | + ARG0=ci_download_console |
389 | 2024-05-13T18:15:02.274Z | + TARGET_DIR=out |
390 | 2024-05-13T18:15:02.274Z | + DOWNLOAD_DIR=out/downloads |
391 | 2024-05-13T18:15:02.274Z | + DEST_DIR=./out/console-assets |
392 | 2024-05-13T18:15:02.274Z | + source /work/oxidecomputer/omicron/tools/console_version |
393 | 2024-05-13T18:15:02.274Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
394 | 2024-05-13T18:15:02.274Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
395 | 2024-05-13T18:15:02.274Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
396 | 2024-05-13T18:15:02.274Z | + TARBALL_FILE=out/downloads/console.tar.gz |
397 | 2024-05-13T18:15:02.274Z | + main |
398 | 2024-05-13T18:15:02.274Z | + [[ 0 != 0 ]] |
399 | 2024-05-13T18:15:02.274Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
400 | 2024-05-13T18:15:02.275Z | + echo 'Local file: out/downloads/console.tar.gz' |
401 | 2024-05-13T18:15:02.275Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
402 | 2024-05-13T18:15:02.275Z | + local DO_DOWNLOAD=true |
403 | 2024-05-13T18:15:02.275Z | Local file: out/downloads/console.tar.gz |
404 | 2024-05-13T18:15:02.275Z | + [[ -f out/downloads/console.tar.gz ]] |
405 | 2024-05-13T18:15:02.275Z | + mkdir -p out/downloads |
406 | 2024-05-13T18:15:02.275Z | + '[' true == true ']' |
407 | 2024-05-13T18:15:02.275Z | + echo Downloading... |
408 | 2024-05-13T18:15:02.275Z | Downloading... |
409 | 2024-05-13T18:15:02.275Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
410 | 2024-05-13T18:15:02.275Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
411 | 2024-05-13T18:15:02.895Z | ++ do_sha256sum out/downloads/console.tar.gz |
412 | 2024-05-13T18:15:02.896Z | ++ case "$OSTYPE" in |
413 | 2024-05-13T18:15:02.896Z | ++ SHA=sha256sum |
414 | 2024-05-13T18:15:02.901Z | ++ sha256sum |
415 | 2024-05-13T18:15:02.902Z | ++ awk '{print $1}' |
416 | 2024-05-13T18:15:02.907Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
417 | 2024-05-13T18:15:02.907Z | + [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]] |
418 | 2024-05-13T18:15:02.907Z | + rm -rf ./out/console-assets |
419 | 2024-05-13T18:15:02.907Z | + mkdir -p ./out/console-assets |
420 | 2024-05-13T18:15:02.911Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
421 | 2024-05-13T18:15:02.911Z | + mkdir -p ./out/console-assets |
422 | 2024-05-13T18:15:02.911Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
423 | 2024-05-13T18:15:03.080Z | + set -o errexit |
424 | 2024-05-13T18:15:03.098Z | +++ dirname ./tools/ci_download_dendrite_openapi |
425 | 2024-05-13T18:15:03.098Z | ++ cd ./tools |
426 | 2024-05-13T18:15:03.099Z | ++ pwd |
427 | 2024-05-13T18:15:03.099Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
428 | 2024-05-13T18:15:03.099Z | ++ basename ./tools/ci_download_dendrite_openapi |
429 | 2024-05-13T18:15:03.099Z | + ARG0=ci_download_dendrite_openapi |
430 | 2024-05-13T18:15:03.099Z | + TARGET_DIR=out |
431 | 2024-05-13T18:15:03.099Z | + DOWNLOAD_DIR=out/downloads |
432 | 2024-05-13T18:15:03.099Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
433 | 2024-05-13T18:15:03.100Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
434 | 2024-05-13T18:15:03.100Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
435 | 2024-05-13T18:15:03.100Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
436 | 2024-05-13T18:15:03.100Z | + LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
437 | 2024-05-13T18:15:03.100Z | + main |
438 | 2024-05-13T18:15:03.100Z | + [[ 0 != 0 ]] |
439 | 2024-05-13T18:15:03.100Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json' |
440 | 2024-05-13T18:15:03.100Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
441 | 2024-05-13T18:15:03.101Z | + echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json' |
442 | 2024-05-13T18:15:03.101Z | + local DO_DOWNLOAD=true |
443 | 2024-05-13T18:15:03.101Z | Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
444 | 2024-05-13T18:15:03.101Z | + [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]] |
445 | 2024-05-13T18:15:03.101Z | + mkdir -p out/downloads |
446 | 2024-05-13T18:15:03.101Z | + '[' true == true ']' |
447 | 2024-05-13T18:15:03.102Z | + echo Downloading... |
448 | 2024-05-13T18:15:03.102Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
449 | 2024-05-13T18:15:03.102Z | Downloading... |
450 | 2024-05-13T18:15:03.102Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
451 | 2024-05-13T18:15:04.641Z | ++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
452 | 2024-05-13T18:15:04.641Z | ++ case "$OSTYPE" in |
453 | 2024-05-13T18:15:04.641Z | ++ SHA=sha256sum |
454 | 2024-05-13T18:15:04.656Z | ++ sha256sum |
455 | 2024-05-13T18:15:04.656Z | ++ awk '{print $1}' |
456 | 2024-05-13T18:15:04.656Z | + calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
457 | 2024-05-13T18:15:04.657Z | + [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]] |
458 | 2024-05-13T18:15:04.672Z | + set -o errexit |
459 | 2024-05-13T18:15:04.672Z | +++ dirname ./tools/ci_download_dendrite_stub |
460 | 2024-05-13T18:15:04.672Z | ++ cd ./tools |
461 | 2024-05-13T18:15:04.672Z | ++ pwd |
462 | 2024-05-13T18:15:04.672Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
463 | 2024-05-13T18:15:04.672Z | ++ basename ./tools/ci_download_dendrite_stub |
464 | 2024-05-13T18:15:04.672Z | + ARG0=ci_download_dendrite_stub |
465 | 2024-05-13T18:15:04.672Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
466 | 2024-05-13T18:15:04.672Z | ++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
467 | 2024-05-13T18:15:04.673Z | ++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193 |
468 | 2024-05-13T18:15:04.673Z | ++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9 |
469 | 2024-05-13T18:15:04.673Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
470 | 2024-05-13T18:15:04.673Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
471 | 2024-05-13T18:15:04.673Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
472 | 2024-05-13T18:15:04.673Z | + TARGET_DIR=out |
473 | 2024-05-13T18:15:04.673Z | + DOWNLOAD_DIR=out/downloads |
474 | 2024-05-13T18:15:04.673Z | + DEST_DIR=./out/dendrite-stub |
475 | 2024-05-13T18:15:04.673Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
476 | 2024-05-13T18:15:04.673Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
477 | 2024-05-13T18:15:04.673Z | + REPO=oxidecomputer/dendrite |
478 | 2024-05-13T18:15:04.673Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687 |
479 | 2024-05-13T18:15:04.673Z | + main |
480 | 2024-05-13T18:15:04.673Z | + [[ 0 != 0 ]] |
481 | 2024-05-13T18:15:04.673Z | + CIDL_OS=solaris2.11 |
482 | 2024-05-13T18:15:04.674Z | + [[ 0 != 0 ]] |
483 | 2024-05-13T18:15:04.674Z | + configure_os solaris2.11 |
484 | 2024-05-13T18:15:04.674Z | + echo 'current directory: /work/oxidecomputer/omicron' |
485 | 2024-05-13T18:15:04.674Z | current directory: /work/oxidecomputer/omicron |
486 | 2024-05-13T18:15:04.674Z | + echo 'configuring based on OS: "solaris2.11"' |
487 | 2024-05-13T18:15:04.674Z | + case "$1" in |
488 | 2024-05-13T18:15:04.674Z | configuring based on OS: "solaris2.11" |
489 | 2024-05-13T18:15:04.674Z | + SET_BINARIES= |
490 | 2024-05-13T18:15:04.674Z | + CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
491 | 2024-05-13T18:15:04.674Z | + CIDL_SHA256FUNC=do_sha256sum |
492 | 2024-05-13T18:15:04.675Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
493 | 2024-05-13T18:15:04.675Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
494 | 2024-05-13T18:15:04.675Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
495 | 2024-05-13T18:15:04.675Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz' |
496 | 2024-05-13T18:15:04.675Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
497 | 2024-05-13T18:15:04.675Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
498 | 2024-05-13T18:15:04.675Z | Local file: out/downloads/dendrite-stub.tar.gz |
499 | 2024-05-13T18:15:04.675Z | + mkdir -p out/downloads |
500 | 2024-05-13T18:15:04.675Z | + mkdir -p ./out/dendrite-stub |
501 | 2024-05-13T18:15:04.675Z | + fetch_and_verify |
502 | 2024-05-13T18:15:04.675Z | + local DO_DOWNLOAD=true |
503 | 2024-05-13T18:15:04.675Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
504 | 2024-05-13T18:15:04.675Z | + '[' true == true ']' |
505 | 2024-05-13T18:15:04.675Z | + echo Downloading... |
506 | 2024-05-13T18:15:04.676Z | Downloading... |
507 | 2024-05-13T18:15:04.676Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
508 | 2024-05-13T18:15:04.676Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
509 | 2024-05-13T18:15:13.422Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
510 | 2024-05-13T18:15:13.426Z | ++ sha256sum |
511 | 2024-05-13T18:15:13.426Z | ++ awk '{print $1}' |
512 | 2024-05-13T18:15:13.447Z | + calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
513 | 2024-05-13T18:15:13.447Z | + [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]] |
514 | 2024-05-13T18:15:13.462Z | + do_untar out/downloads/dendrite-stub.tar.gz |
515 | 2024-05-13T18:15:13.462Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
516 | 2024-05-13T18:15:14.077Z | + do_assemble |
517 | 2024-05-13T18:15:14.077Z | + rm -r ./out/dendrite-stub |
518 | 2024-05-13T18:15:14.496Z | + mkdir ./out/dendrite-stub |
519 | 2024-05-13T18:15:14.497Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
520 | 2024-05-13T18:15:14.502Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
521 | 2024-05-13T18:15:14.502Z | + set -o errexit |
522 | 2024-05-13T18:15:14.502Z | +++ dirname ./tools/ci_download_maghemite_mgd |
523 | 2024-05-13T18:15:14.502Z | ++ cd ./tools |
524 | 2024-05-13T18:15:14.502Z | ++ pwd |
525 | 2024-05-13T18:15:14.502Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
526 | 2024-05-13T18:15:14.502Z | ++ basename ./tools/ci_download_maghemite_mgd |
527 | 2024-05-13T18:15:14.503Z | + ARG0=ci_download_maghemite_mgd |
528 | 2024-05-13T18:15:14.503Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
529 | 2024-05-13T18:15:14.503Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
530 | 2024-05-13T18:15:14.503Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
531 | 2024-05-13T18:15:14.503Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
532 | 2024-05-13T18:15:14.503Z | ++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
533 | 2024-05-13T18:15:14.503Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
534 | 2024-05-13T18:15:14.503Z | + TARGET_DIR=out |
535 | 2024-05-13T18:15:14.503Z | + DOWNLOAD_DIR=out/downloads |
536 | 2024-05-13T18:15:14.503Z | + DEST_DIR=./out/mgd |
537 | 2024-05-13T18:15:14.503Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
538 | 2024-05-13T18:15:14.504Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
539 | 2024-05-13T18:15:14.504Z | + REPO=oxidecomputer/maghemite |
540 | 2024-05-13T18:15:14.504Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
541 | 2024-05-13T18:15:14.504Z | + main |
542 | 2024-05-13T18:15:14.504Z | + rm -rf out/downloads/root |
543 | 2024-05-13T18:15:14.504Z | + [[ 0 != 0 ]] |
544 | 2024-05-13T18:15:14.504Z | + CIDL_OS=solaris2.11 |
545 | 2024-05-13T18:15:14.504Z | + [[ 0 != 0 ]] |
546 | 2024-05-13T18:15:14.504Z | + configure_os solaris2.11 |
547 | 2024-05-13T18:15:14.504Z | + echo 'current directory: /work/oxidecomputer/omicron' |
548 | 2024-05-13T18:15:14.504Z | + echo 'configuring based on OS: "solaris2.11"' |
549 | 2024-05-13T18:15:14.505Z | current directory: /work/oxidecomputer/omicron |
550 | 2024-05-13T18:15:14.505Z | configuring based on OS: "solaris2.11" |
551 | 2024-05-13T18:15:14.505Z | + case "$1" in |
552 | 2024-05-13T18:15:14.505Z | + SET_BINARIES= |
553 | 2024-05-13T18:15:14.505Z | + CIDL_SHA256FUNC=do_sha256sum |
554 | 2024-05-13T18:15:14.505Z | + TARBALL_FILENAME=mgd.tar.gz |
555 | 2024-05-13T18:15:14.505Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
556 | 2024-05-13T18:15:14.505Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
557 | 2024-05-13T18:15:14.505Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz' |
558 | 2024-05-13T18:15:14.505Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
559 | 2024-05-13T18:15:14.505Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
560 | 2024-05-13T18:15:14.505Z | Local file: out/downloads/mgd.tar.gz |
561 | 2024-05-13T18:15:14.505Z | + mkdir -p out/downloads |
562 | 2024-05-13T18:15:14.505Z | + mkdir -p ./out/mgd |
563 | 2024-05-13T18:15:14.505Z | + fetch_and_verify |
564 | 2024-05-13T18:15:14.505Z | + local DO_DOWNLOAD=true |
565 | 2024-05-13T18:15:14.505Z | + [[ -f out/downloads/mgd.tar.gz ]] |
566 | 2024-05-13T18:15:14.505Z | + '[' true == true ']' |
567 | 2024-05-13T18:15:14.506Z | + echo Downloading... |
568 | 2024-05-13T18:15:14.506Z | Downloading... |
569 | 2024-05-13T18:15:14.506Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz |
570 | 2024-05-13T18:15:14.506Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
571 | 2024-05-13T18:15:22.948Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
572 | 2024-05-13T18:15:22.952Z | ++ sha256sum |
573 | 2024-05-13T18:15:22.952Z | ++ awk '{print $1}' |
574 | 2024-05-13T18:15:22.974Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
575 | 2024-05-13T18:15:22.974Z | + [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]] |
576 | 2024-05-13T18:15:22.984Z | + do_untar out/downloads/mgd.tar.gz |
577 | 2024-05-13T18:15:22.984Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
578 | 2024-05-13T18:15:23.560Z | + do_assemble |
579 | 2024-05-13T18:15:23.560Z | + rm -r ./out/mgd |
580 | 2024-05-13T18:15:23.566Z | + mkdir ./out/mgd |
581 | 2024-05-13T18:15:23.569Z | + cp -r out/downloads/root ./out/mgd/root |
582 | 2024-05-13T18:15:23.651Z | + set -o errexit |
583 | 2024-05-13T18:15:23.654Z | +++ dirname ./tools/ci_download_transceiver_control |
584 | 2024-05-13T18:15:23.657Z | ++ cd ./tools |
585 | 2024-05-13T18:15:23.657Z | ++ pwd |
586 | 2024-05-13T18:15:23.657Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
587 | 2024-05-13T18:15:23.657Z | ++ basename ./tools/ci_download_transceiver_control |
588 | 2024-05-13T18:15:23.661Z | + ARG0=ci_download_transceiver_control |
589 | 2024-05-13T18:15:23.661Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
590 | 2024-05-13T18:15:23.661Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
591 | 2024-05-13T18:15:23.661Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
592 | 2024-05-13T18:15:23.661Z | + TARGET_DIR=out |
593 | 2024-05-13T18:15:23.661Z | + DOWNLOAD_DIR=out/downloads |
594 | 2024-05-13T18:15:23.661Z | + DEST_DIR=./out/transceiver-control |
595 | 2024-05-13T18:15:23.661Z | + BIN_DIR=/opt/oxide/bin |
596 | 2024-05-13T18:15:23.661Z | + BINARY=xcvradm |
597 | 2024-05-13T18:15:23.661Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
598 | 2024-05-13T18:15:23.661Z | + REPO=oxidecomputer/transceiver-control |
599 | 2024-05-13T18:15:23.661Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
600 | 2024-05-13T18:15:23.661Z | + main |
601 | 2024-05-13T18:15:23.661Z | + [[ 0 != 0 ]] |
602 | 2024-05-13T18:15:23.661Z | + CIDL_OS=solaris2.11 |
603 | 2024-05-13T18:15:23.661Z | + [[ 0 != 0 ]] |
604 | 2024-05-13T18:15:23.661Z | + configure_os solaris2.11 |
605 | 2024-05-13T18:15:23.661Z | + echo 'current directory: /work/oxidecomputer/omicron' |
606 | 2024-05-13T18:15:23.661Z | + echo 'configuring based on OS: "solaris2.11"' |
607 | 2024-05-13T18:15:23.661Z | current directory: /work/oxidecomputer/omicron |
608 | 2024-05-13T18:15:23.662Z | configuring based on OS: "solaris2.11" |
609 | 2024-05-13T18:15:23.662Z | + case "$1" in |
610 | 2024-05-13T18:15:23.662Z | + SET_BINARIES= |
611 | 2024-05-13T18:15:23.662Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
612 | 2024-05-13T18:15:23.662Z | + CIDL_SHA256FUNC=do_sha256sum |
613 | 2024-05-13T18:15:23.662Z | + ARCHIVE_FILENAME=xcvradm.gz |
614 | 2024-05-13T18:15:23.662Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
615 | 2024-05-13T18:15:23.662Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
616 | 2024-05-13T18:15:23.662Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
617 | 2024-05-13T18:15:23.662Z | + echo 'Local file: out/downloads/xcvradm.gz' |
618 | 2024-05-13T18:15:23.662Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
619 | 2024-05-13T18:15:23.662Z | Local file: out/downloads/xcvradm.gz |
620 | 2024-05-13T18:15:23.662Z | + mkdir -p out/downloads |
621 | 2024-05-13T18:15:23.665Z | + mkdir -p ./out/transceiver-control |
622 | 2024-05-13T18:15:23.665Z | + fetch_and_verify |
623 | 2024-05-13T18:15:23.665Z | + local DO_DOWNLOAD=true |
624 | 2024-05-13T18:15:23.666Z | + [[ -f out/downloads/xcvradm.gz ]] |
625 | 2024-05-13T18:15:23.666Z | + '[' true == true ']' |
626 | 2024-05-13T18:15:23.666Z | + echo Downloading... |
627 | 2024-05-13T18:15:23.666Z | Downloading... |
628 | 2024-05-13T18:15:23.666Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
629 | 2024-05-13T18:15:23.666Z | + 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 |
630 | 2024-05-13T18:15:25.414Z | ++ do_sha256sum out/downloads/xcvradm.gz |
631 | 2024-05-13T18:15:25.425Z | ++ sha256sum |
632 | 2024-05-13T18:15:25.425Z | ++ awk '{print $1}' |
633 | 2024-05-13T18:15:25.429Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
634 | 2024-05-13T18:15:25.430Z | + [[ 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 ]] |
635 | 2024-05-13T18:15:25.430Z | + do_unpack out/downloads/xcvradm.gz |
636 | 2024-05-13T18:15:25.430Z | + mkdir -p out/downloads/root//opt/oxide/bin |
637 | 2024-05-13T18:15:25.430Z | + gzip -dc out/downloads/xcvradm.gz |
638 | 2024-05-13T18:15:25.552Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
639 | 2024-05-13T18:15:25.556Z | + do_assemble |
640 | 2024-05-13T18:15:25.556Z | + rm -r ./out/transceiver-control |
641 | 2024-05-13T18:15:25.561Z | + mkdir ./out/transceiver-control |
642 | 2024-05-13T18:15:25.561Z | + cp -r out/downloads/root ./out/transceiver-control/root |
643 | 2024-05-13T18:15:25.641Z | + set -o errexit |
644 | 2024-05-13T18:15:25.646Z | +++ dirname ./tools/ci_download_thundermuffin |
645 | 2024-05-13T18:15:25.646Z | ++ cd ./tools |
646 | 2024-05-13T18:15:25.646Z | ++ pwd |
647 | 2024-05-13T18:15:25.646Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
648 | 2024-05-13T18:15:25.653Z | ++ basename ./tools/ci_download_thundermuffin |
649 | 2024-05-13T18:15:25.653Z | + ARG0=ci_download_thundermuffin |
650 | 2024-05-13T18:15:25.653Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
651 | 2024-05-13T18:15:25.653Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
652 | 2024-05-13T18:15:25.653Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
653 | 2024-05-13T18:15:25.653Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
654 | 2024-05-13T18:15:25.653Z | + TARGET_DIR=out |
655 | 2024-05-13T18:15:25.653Z | + DOWNLOAD_DIR=out/downloads |
656 | 2024-05-13T18:15:25.654Z | + DEST_DIR=./out/thundermuffin |
657 | 2024-05-13T18:15:25.654Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
658 | 2024-05-13T18:15:25.654Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
659 | 2024-05-13T18:15:25.654Z | + REPO=oxidecomputer/thundermuffin |
660 | 2024-05-13T18:15:25.654Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
661 | 2024-05-13T18:15:25.654Z | + main |
662 | 2024-05-13T18:15:25.654Z | + rm -rf out/downloads/root |
663 | 2024-05-13T18:15:25.659Z | + [[ 0 != 0 ]] |
664 | 2024-05-13T18:15:25.659Z | + CIDL_OS=solaris2.11 |
665 | 2024-05-13T18:15:25.659Z | + [[ 0 != 0 ]] |
666 | 2024-05-13T18:15:25.659Z | + configure_os solaris2.11 |
667 | 2024-05-13T18:15:25.660Z | + echo 'current directory: /work/oxidecomputer/omicron' |
668 | 2024-05-13T18:15:25.660Z | current directory: /work/oxidecomputer/omicron |
669 | 2024-05-13T18:15:25.660Z | + echo 'configuring based on OS: "solaris2.11"' |
670 | 2024-05-13T18:15:25.660Z | + case "$1" in |
671 | 2024-05-13T18:15:25.660Z | configuring based on OS: "solaris2.11" |
672 | 2024-05-13T18:15:25.661Z | + SET_BINARIES= |
673 | 2024-05-13T18:15:25.661Z | + CIDL_SHA256FUNC=do_sha256sum |
674 | 2024-05-13T18:15:25.661Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
675 | 2024-05-13T18:15:25.661Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
676 | 2024-05-13T18:15:25.661Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
677 | 2024-05-13T18:15:25.661Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
678 | 2024-05-13T18:15:25.661Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
679 | 2024-05-13T18:15:25.661Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
680 | 2024-05-13T18:15:25.662Z | Local file: out/downloads/thundermuffin.tar.gz |
681 | 2024-05-13T18:15:25.662Z | + mkdir -p out/downloads |
682 | 2024-05-13T18:15:25.662Z | + mkdir -p ./out/thundermuffin |
683 | 2024-05-13T18:15:25.666Z | + fetch_and_verify |
684 | 2024-05-13T18:15:25.667Z | + local DO_DOWNLOAD=true |
685 | 2024-05-13T18:15:25.667Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
686 | 2024-05-13T18:15:25.667Z | + '[' true == true ']' |
687 | 2024-05-13T18:15:25.667Z | + echo Downloading... |
688 | 2024-05-13T18:15:25.667Z | Downloading... |
689 | 2024-05-13T18:15:25.667Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
690 | 2024-05-13T18:15:25.667Z | + 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 |
691 | 2024-05-13T18:15:26.385Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
692 | 2024-05-13T18:15:26.390Z | ++ sha256sum |
693 | 2024-05-13T18:15:26.390Z | ++ awk '{print $1}' |
694 | 2024-05-13T18:15:26.392Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
695 | 2024-05-13T18:15:26.392Z | + [[ 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 ]] |
696 | 2024-05-13T18:15:26.393Z | + do_untar out/downloads/thundermuffin.tar.gz |
697 | 2024-05-13T18:15:26.393Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
698 | 2024-05-13T18:15:26.457Z | + do_assemble |
699 | 2024-05-13T18:15:26.457Z | + rm -r ./out/thundermuffin |
700 | 2024-05-13T18:15:26.460Z | + mkdir ./out/thundermuffin |
701 | 2024-05-13T18:15:26.460Z | + cp -r out/downloads/root ./out/thundermuffin/root |
702 | 2024-05-13T18:15:26.476Z | All prerequisites installed successfully |
703 | 2024-05-13T18:15:26.480Z | |
704 | 2024-05-13T18:15:26.480Z | real 1:47.514019088 |
705 | 2024-05-13T18:15:26.480Z | user 37.812689207 |
706 | 2024-05-13T18:15:26.480Z | sys 6.904470176 |
707 | 2024-05-13T18:15:26.480Z | trap 0.009206322 |
708 | 2024-05-13T18:15:26.480Z | tflt 0.373546596 |
709 | 2024-05-13T18:15:26.481Z | dflt 0.320204921 |
710 | 2024-05-13T18:15:26.481Z | kflt 0.354758549 |
711 | 2024-05-13T18:15:26.481Z | lock 2.207762960 |
712 | 2024-05-13T18:15:26.481Z | slp 3:33.232744640 |
713 | 2024-05-13T18:15:26.481Z | lat 1.997962399 |
714 | 2024-05-13T18:15:26.481Z | stop 0.156054259 |
715 | 2024-05-13T18:15:26.481Z | + ptime -m ./tools/ci_download_softnpu_machinery |
716 | 2024-05-13T18:15:26.485Z | fetching npuzone |
717 | 2024-05-13T18:15:26.491Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
718 | 2024-05-13T18:15:26.491Z | (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2) |
719 | 2024-05-13T18:15:26.491Z | Getting hash for npuzone |
720 | 2024-05-13T18:15:26.588Z | (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568) |
721 | 2024-05-13T18:15:31.262Z | npuzone downloaded successfully |
722 | 2024-05-13T18:15:31.270Z | |
723 | 2024-05-13T18:15:31.270Z | real 4.779439045 |
724 | 2024-05-13T18:15:31.271Z | user 0.269737557 |
725 | 2024-05-13T18:15:31.271Z | sys 0.106622374 |
726 | 2024-05-13T18:15:31.271Z | trap 0.000089495 |
727 | 2024-05-13T18:15:31.271Z | tflt 0.000000000 |
728 | 2024-05-13T18:15:31.271Z | dflt 0.000000000 |
729 | 2024-05-13T18:15:31.271Z | kflt 0.000000000 |
730 | 2024-05-13T18:15:31.271Z | lock 0.000000000 |
731 | 2024-05-13T18:15:31.271Z | slp 13.867974294 |
732 | 2024-05-13T18:15:31.272Z | lat 0.062522578 |
733 | 2024-05-13T18:15:31.272Z | stop 0.000177089 |
734 | 2024-05-13T18:15:31.272Z | + export CARGO_INCREMENTAL=0 |
735 | 2024-05-13T18:15:31.272Z | + CARGO_INCREMENTAL=0 |
736 | 2024-05-13T18:15:31.272Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
737 | 2024-05-13T18:15:31.711Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
738 | 2024-05-13T18:15:31.801Z | Updating git repository `https://github.com/oxidecomputer/zone` |
739 | 2024-05-13T18:15:32.100Z | Updating crates.io index |
740 | 2024-05-13T18:15:32.110Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
741 | 2024-05-13T18:15:32.984Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
742 | 2024-05-13T18:15:33.673Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
743 | 2024-05-13T18:15:35.642Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
744 | 2024-05-13T18:15:36.251Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
745 | 2024-05-13T18:15:36.524Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
746 | 2024-05-13T18:15:37.572Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
747 | 2024-05-13T18:15:39.532Z | Updating git repository `https://github.com/oxidecomputer/opte` |
748 | 2024-05-13T18:15:40.613Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
749 | 2024-05-13T18:15:41.383Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
750 | 2024-05-13T18:15:42.093Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
751 | 2024-05-13T18:15:42.244Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
752 | 2024-05-13T18:15:42.576Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
753 | 2024-05-13T18:15:42.881Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
754 | 2024-05-13T18:15:43.274Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
755 | 2024-05-13T18:15:43.584Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
756 | 2024-05-13T18:15:43.909Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
757 | 2024-05-13T18:15:44.209Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
758 | 2024-05-13T18:15:44.501Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
759 | 2024-05-13T18:15:44.817Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
760 | 2024-05-13T18:15:45.159Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
761 | 2024-05-13T18:15:45.600Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
762 | 2024-05-13T18:15:46.134Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
763 | 2024-05-13T18:15:46.496Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
764 | 2024-05-13T18:15:46.779Z | Updating git repository `https://github.com/jgallagher/nix` |
765 | 2024-05-13T18:15:47.867Z | Updating git repository `https://github.com/cbiffle/hubpack` |
766 | 2024-05-13T18:15:48.259Z | Updating git repository `https://github.com/oxidecomputer/typify` |
767 | 2024-05-13T18:15:50.340Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
768 | 2024-05-13T18:15:50.696Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
769 | 2024-05-13T18:15:50.982Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
770 | 2024-05-13T18:15:51.441Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
771 | 2024-05-13T18:15:52.624Z | Downloading crates ... |
772 | 2024-05-13T18:15:52.731Z | Downloaded allocator-api2 v0.2.16 |
773 | 2024-05-13T18:15:52.735Z | Downloaded addr2line v0.21.0 |
774 | 2024-05-13T18:15:52.738Z | Downloaded anstream v0.6.11 |
775 | 2024-05-13T18:15:52.741Z | Downloaded anstyle-query v1.0.0 |
776 | 2024-05-13T18:15:52.741Z | Downloaded aead v0.5.2 |
777 | 2024-05-13T18:15:52.741Z | Downloaded adler v1.0.2 |
778 | 2024-05-13T18:15:52.746Z | Downloaded aho-corasick v1.1.2 |
779 | 2024-05-13T18:15:52.752Z | Downloaded base16ct v0.2.0 |
780 | 2024-05-13T18:15:52.756Z | Downloaded arrayref v0.3.7 |
781 | 2024-05-13T18:15:52.756Z | Downloaded headers-core v0.2.0 |
782 | 2024-05-13T18:15:52.761Z | Downloaded anstyle v1.0.7 |
783 | 2024-05-13T18:15:52.761Z | Downloaded ahash v0.8.8 |
784 | 2024-05-13T18:15:52.767Z | Downloaded bitflags v1.3.2 |
785 | 2024-05-13T18:15:52.767Z | Downloaded arrayvec v0.7.4 |
786 | 2024-05-13T18:15:52.770Z | Downloaded bit-vec v0.6.3 |
787 | 2024-05-13T18:15:52.770Z | Downloaded base64ct v1.6.0 |
788 | 2024-05-13T18:15:52.770Z | Downloaded heapless v0.7.16 |
789 | 2024-05-13T18:15:52.773Z | Downloaded arc-swap v1.6.0 |
790 | 2024-05-13T18:15:52.776Z | Downloaded heck v0.4.1 |
791 | 2024-05-13T18:15:52.780Z | Downloaded headers v0.3.9 |
792 | 2024-05-13T18:15:52.784Z | Downloaded bit-set v0.5.3 |
793 | 2024-05-13T18:15:52.787Z | Downloaded bcs v0.1.6 |
794 | 2024-05-13T18:15:52.790Z | Downloaded ident_case v1.0.1 |
795 | 2024-05-13T18:15:52.790Z | Downloaded block-padding v0.3.3 |
796 | 2024-05-13T18:15:52.790Z | Downloaded bitfield v0.14.0 |
797 | 2024-05-13T18:15:52.793Z | Downloaded bitflags v2.4.2 |
798 | 2024-05-13T18:15:52.796Z | Downloaded instant v0.1.12 |
799 | 2024-05-13T18:15:52.799Z | Downloaded bitstruct v0.1.1 |
800 | 2024-05-13T18:15:52.799Z | Downloaded hubpack_derive v0.1.1 |
801 | 2024-05-13T18:15:52.799Z | Downloaded httpdate v1.0.3 |
802 | 2024-05-13T18:15:52.802Z | Downloaded base64 v0.22.1 |
803 | 2024-05-13T18:15:52.805Z | Downloaded humantime v2.1.0 |
804 | 2024-05-13T18:15:52.808Z | Downloaded atty v0.2.14 |
805 | 2024-05-13T18:15:52.809Z | Downloaded httparse v1.8.0 |
806 | 2024-05-13T18:15:52.812Z | Downloaded impl-trait-for-tuples v0.2.2 |
807 | 2024-05-13T18:15:52.817Z | Downloaded linear-map v1.2.0 |
808 | 2024-05-13T18:15:52.817Z | Downloaded colorchoice v1.0.0 |
809 | 2024-05-13T18:15:52.820Z | Downloaded iana-time-zone v0.1.57 |
810 | 2024-05-13T18:15:52.820Z | Downloaded hyper-staticfile v0.9.5 |
811 | 2024-05-13T18:15:52.822Z | Downloaded cfg_aliases v0.1.1 |
812 | 2024-05-13T18:15:52.823Z | Downloaded cfg-if v1.0.0 |
813 | 2024-05-13T18:15:52.826Z | Downloaded hyper-tls v0.5.0 |
814 | 2024-05-13T18:15:52.826Z | Downloaded castaway v0.2.2 |
815 | 2024-05-13T18:15:52.829Z | Downloaded ipnet v2.9.0 |
816 | 2024-05-13T18:15:52.829Z | Downloaded hostname v0.4.0 |
817 | 2024-05-13T18:15:52.832Z | Downloaded is_ci v1.2.0 |
818 | 2024-05-13T18:15:52.832Z | Downloaded http-range v0.1.5 |
819 | 2024-05-13T18:15:52.832Z | Downloaded camino-tempfile v1.1.1 |
820 | 2024-05-13T18:15:52.838Z | Downloaded matches v0.1.10 |
821 | 2024-05-13T18:15:52.843Z | Downloaded ciborium-io v0.2.2 |
822 | 2024-05-13T18:15:52.843Z | Downloaded corncobs v0.1.3 |
823 | 2024-05-13T18:15:52.843Z | Downloaded camino v1.1.6 |
824 | 2024-05-13T18:15:52.843Z | Downloaded byteorder v1.5.0 |
825 | 2024-05-13T18:15:52.847Z | Downloaded hkdf v0.12.4 |
826 | 2024-05-13T18:15:52.847Z | Downloaded macaddr v1.0.1 |
827 | 2024-05-13T18:15:52.850Z | Downloaded autocfg v1.1.0 |
828 | 2024-05-13T18:15:52.850Z | Downloaded cexpr v0.6.0 |
829 | 2024-05-13T18:15:52.850Z | Downloaded bytecount v0.6.3 |
830 | 2024-05-13T18:15:52.854Z | Downloaded buf-list v1.0.3 |
831 | 2024-05-13T18:15:52.854Z | Downloaded bitstruct_derive v0.1.0 |
832 | 2024-05-13T18:15:52.857Z | Downloaded inout v0.1.3 |
833 | 2024-05-13T18:15:52.857Z | Downloaded crc-catalog v2.2.0 |
834 | 2024-05-13T18:15:52.857Z | Downloaded cassowary v0.3.0 |
835 | 2024-05-13T18:15:52.860Z | Downloaded newtype_derive v0.1.6 |
836 | 2024-05-13T18:15:52.860Z | Downloaded new_debug_unreachable v1.0.4 |
837 | 2024-05-13T18:15:52.863Z | Downloaded crc v3.0.1 |
838 | 2024-05-13T18:15:52.863Z | Downloaded normalize-line-endings v0.3.0 |
839 | 2024-05-13T18:15:52.868Z | Downloaded cancel-safe-futures v0.1.5 |
840 | 2024-05-13T18:15:52.871Z | Downloaded lru-cache v0.1.2 |
841 | 2024-05-13T18:15:52.871Z | Downloaded bzip2 v0.4.4 |
842 | 2024-05-13T18:15:52.871Z | Downloaded sqlparser_derive v0.2.2 |
843 | 2024-05-13T18:15:52.871Z | Downloaded heapless v0.8.0 |
844 | 2024-05-13T18:15:52.874Z | Downloaded termtree v0.4.1 |
845 | 2024-05-13T18:15:52.877Z | Downloaded lru v0.12.1 |
846 | 2024-05-13T18:15:52.877Z | Downloaded ascii v1.1.0 |
847 | 2024-05-13T18:15:52.880Z | Downloaded maybe-uninit v2.0.0 |
848 | 2024-05-13T18:15:52.880Z | Downloaded managed v0.8.0 |
849 | 2024-05-13T18:15:52.883Z | Downloaded linked-hash-map v0.5.6 |
850 | 2024-05-13T18:15:52.883Z | Downloaded libsw v3.3.1 |
851 | 2024-05-13T18:15:52.886Z | Downloaded http v0.2.12 |
852 | 2024-05-13T18:15:52.889Z | Downloaded usdt-attr-macro v0.5.0 |
853 | 2024-05-13T18:15:52.894Z | Downloaded usdt-attr-macro v0.3.5 |
854 | 2024-05-13T18:15:52.894Z | Downloaded home v0.5.5 |
855 | 2024-05-13T18:15:52.894Z | Downloaded tower-service v0.3.2 |
856 | 2024-05-13T18:15:52.894Z | Downloaded memmap v0.7.0 |
857 | 2024-05-13T18:15:52.897Z | Downloaded rpassword v7.3.1 |
858 | 2024-05-13T18:15:52.897Z | Downloaded maplit v1.0.2 |
859 | 2024-05-13T18:15:52.897Z | Downloaded convert_case v0.4.0 |
860 | 2024-05-13T18:15:52.900Z | Downloaded scheduled-thread-pool v0.2.7 |
861 | 2024-05-13T18:15:52.900Z | Downloaded signature v1.6.4 |
862 | 2024-05-13T18:15:52.900Z | Downloaded nodrop v0.1.14 |
863 | 2024-05-13T18:15:52.903Z | Downloaded nibble_vec v0.1.0 |
864 | 2024-05-13T18:15:52.904Z | Downloaded foreign-types-macros v0.2.3 |
865 | 2024-05-13T18:15:52.915Z | Downloaded downcast v0.11.0 |
866 | 2024-05-13T18:15:52.915Z | Downloaded display-error-chain v0.2.0 |
867 | 2024-05-13T18:15:52.915Z | Downloaded crunchy v0.2.2 |
868 | 2024-05-13T18:15:52.940Z | Downloaded crc32fast v1.3.2 |
869 | 2024-05-13T18:15:52.940Z | Downloaded string_cache v0.8.7 |
870 | 2024-05-13T18:15:52.940Z | Downloaded spin v0.5.2 |
871 | 2024-05-13T18:15:52.941Z | Downloaded slog-stdlog v4.1.1 |
872 | 2024-05-13T18:15:52.941Z | Downloaded slog-scope v4.4.0 |
873 | 2024-05-13T18:15:52.941Z | Downloaded num v0.4.2 |
874 | 2024-05-13T18:15:52.941Z | Downloaded blake2 v0.10.6 |
875 | 2024-05-13T18:15:52.941Z | Downloaded dof v0.1.5 |
876 | 2024-05-13T18:15:52.941Z | Downloaded cstr-argument v0.1.2 |
877 | 2024-05-13T18:15:52.941Z | Downloaded crucible-workspace-hack v0.1.0 |
878 | 2024-05-13T18:15:52.941Z | Downloaded lock_api v0.4.10 |
879 | 2024-05-13T18:15:52.941Z | Downloaded opaque-debug v0.3.0 |
880 | 2024-05-13T18:15:52.942Z | Downloaded sync_wrapper v0.1.2 |
881 | 2024-05-13T18:15:52.942Z | Downloaded phf_shared v0.10.0 |
882 | 2024-05-13T18:15:52.942Z | Downloaded cookie v0.17.0 |
883 | 2024-05-13T18:15:52.942Z | Downloaded structmeta-derive v0.2.0 |
884 | 2024-05-13T18:15:52.952Z | Downloaded toml_datetime v0.6.5 |
885 | 2024-05-13T18:15:52.952Z | Downloaded unicode-xid v0.2.4 |
886 | 2024-05-13T18:15:52.952Z | Downloaded thread-id v4.2.0 |
887 | 2024-05-13T18:15:52.952Z | Downloaded thiserror-no-std v2.0.2 |
888 | 2024-05-13T18:15:52.952Z | Downloaded const_format_proc_macros v0.2.32 |
889 | 2024-05-13T18:15:52.952Z | Downloaded structmeta v0.2.0 |
890 | 2024-05-13T18:15:52.952Z | Downloaded md-5 v0.10.5 |
891 | 2024-05-13T18:15:52.952Z | Downloaded cookie_store v0.20.0 |
892 | 2024-05-13T18:15:52.952Z | Downloaded shell-words v1.1.0 |
893 | 2024-05-13T18:15:52.952Z | Downloaded thread_local v1.1.7 |
894 | 2024-05-13T18:15:52.960Z | Downloaded zone_cfg_derive v0.1.2 |
895 | 2024-05-13T18:15:52.960Z | Downloaded native-tls v0.2.11 |
896 | 2024-05-13T18:15:52.960Z | Downloaded memmap2 v0.7.1 |
897 | 2024-05-13T18:15:52.960Z | Downloaded precomputed-hash v0.1.1 |
898 | 2024-05-13T18:15:52.960Z | Downloaded serde_derive_internals v0.29.0 |
899 | 2024-05-13T18:15:52.960Z | Downloaded fs-err v2.11.0 |
900 | 2024-05-13T18:15:52.963Z | Downloaded crypto-common v0.1.6 |
901 | 2024-05-13T18:15:52.963Z | Downloaded crossbeam-epoch v0.9.18 |
902 | 2024-05-13T18:15:52.963Z | Downloaded clap v4.5.4 |
903 | 2024-05-13T18:15:52.968Z | Downloaded sigpipe v0.1.3 |
904 | 2024-05-13T18:15:52.971Z | Downloaded signal-hook-mio v0.2.3 |
905 | 2024-05-13T18:15:52.971Z | Downloaded float-cmp v0.9.0 |
906 | 2024-05-13T18:15:52.974Z | Downloaded vte_generate_state_changes v0.1.1 |
907 | 2024-05-13T18:15:52.974Z | Downloaded futures-task v0.3.30 |
908 | 2024-05-13T18:15:52.974Z | Downloaded phf_shared v0.11.2 |
909 | 2024-05-13T18:15:52.977Z | Downloaded futures-sink v0.3.30 |
910 | 2024-05-13T18:15:52.977Z | Downloaded fastrand v2.0.1 |
911 | 2024-05-13T18:15:52.980Z | Downloaded http v1.0.0 |
912 | 2024-05-13T18:15:52.983Z | Downloaded stability v0.2.0 |
913 | 2024-05-13T18:15:52.983Z | Downloaded crc-any v2.4.3 |
914 | 2024-05-13T18:15:52.986Z | Downloaded console v0.15.8 |
915 | 2024-05-13T18:15:52.989Z | Downloaded whoami v1.5.1 |
916 | 2024-05-13T18:15:52.993Z | Downloaded hash32 v0.2.1 |
917 | 2024-05-13T18:15:52.993Z | Downloaded futures-macro v0.3.30 |
918 | 2024-05-13T18:15:52.993Z | Downloaded indexmap v1.9.3 |
919 | 2024-05-13T18:15:52.996Z | Downloaded derive_builder_macro v0.20.0 |
920 | 2024-05-13T18:15:52.996Z | Downloaded proc-macro-error-attr v1.0.4 |
921 | 2024-05-13T18:15:52.999Z | Downloaded predicates v3.1.0 |
922 | 2024-05-13T18:15:53.002Z | Downloaded usdt-impl v0.3.5 |
923 | 2024-05-13T18:15:53.002Z | Downloaded resolv-conf v0.7.0 |
924 | 2024-05-13T18:15:53.019Z | Downloaded const-oid v0.9.6 |
925 | 2024-05-13T18:15:53.019Z | Downloaded parse-size v1.0.0 |
926 | 2024-05-13T18:15:53.019Z | Downloaded backtrace v0.3.69 |
927 | 2024-05-13T18:15:53.019Z | Downloaded diesel_table_macro_syntax v0.1.0 |
928 | 2024-05-13T18:15:53.019Z | Downloaded rustls-pki-types v1.3.0 |
929 | 2024-05-13T18:15:53.019Z | Downloaded ryu v1.0.15 |
930 | 2024-05-13T18:15:53.019Z | Downloaded signature v2.1.0 |
931 | 2024-05-13T18:15:53.022Z | Downloaded signal-hook-registry v1.4.1 |
932 | 2024-05-13T18:15:53.022Z | Downloaded tiny-keccak v2.0.2 |
933 | 2024-05-13T18:15:53.022Z | Downloaded fallible-iterator v0.2.0 |
934 | 2024-05-13T18:15:53.025Z | Downloaded clap_derive v4.5.4 |
935 | 2024-05-13T18:15:53.032Z | Downloaded wait-timeout v0.2.0 |
936 | 2024-05-13T18:15:53.032Z | Downloaded once_cell v1.19.0 |
937 | 2024-05-13T18:15:53.032Z | Downloaded vte v0.11.1 |
938 | 2024-05-13T18:15:53.036Z | Downloaded rustc-hash v1.1.0 |
939 | 2024-05-13T18:15:53.036Z | Downloaded hash32 v0.3.1 |
940 | 2024-05-13T18:15:53.036Z | Downloaded log v0.4.21 |
941 | 2024-05-13T18:15:53.039Z | Downloaded samael v0.0.15 |
942 | 2024-05-13T18:15:53.047Z | Downloaded semver v0.1.20 |
943 | 2024-05-13T18:15:53.050Z | Downloaded take_mut v0.2.2 |
944 | 2024-05-13T18:15:53.050Z | Downloaded secrecy v0.8.0 |
945 | 2024-05-13T18:15:53.050Z | Downloaded password-hash v0.5.0 |
946 | 2024-05-13T18:15:53.050Z | Downloaded defmt-macros v0.3.6 |
947 | 2024-05-13T18:15:53.054Z | Downloaded filetime v0.2.23 |
948 | 2024-05-13T18:15:53.054Z | Downloaded fixedbitset v0.4.2 |
949 | 2024-05-13T18:15:53.057Z | Downloaded spki v0.7.2 |
950 | 2024-05-13T18:15:53.057Z | Downloaded half v2.3.1 |
951 | 2024-05-13T18:15:53.060Z | Downloaded sct v0.7.0 |
952 | 2024-05-13T18:15:53.063Z | Downloaded zerocopy v0.3.0 |
953 | 2024-05-13T18:15:53.063Z | Downloaded universal-hash v0.5.1 |
954 | 2024-05-13T18:15:53.066Z | Downloaded unicode-width v0.1.11 |
955 | 2024-05-13T18:15:53.066Z | Downloaded rand_xorshift v0.3.0 |
956 | 2024-05-13T18:15:53.066Z | Downloaded rand_chacha v0.3.1 |
957 | 2024-05-13T18:15:53.070Z | Downloaded miniz_oxide v0.7.1 |
958 | 2024-05-13T18:15:53.073Z | Downloaded rustfmt-wrapper v0.2.1 |
959 | 2024-05-13T18:15:53.073Z | Downloaded try-lock v0.2.4 |
960 | 2024-05-13T18:15:53.073Z | Downloaded strum_macros v0.25.2 |
961 | 2024-05-13T18:15:53.076Z | Downloaded slog-json v2.6.1 |
962 | 2024-05-13T18:15:53.080Z | Downloaded tokio-rustls v0.24.1 |
963 | 2024-05-13T18:15:53.080Z | Downloaded vsss-rs v3.3.4 |
964 | 2024-05-13T18:15:53.083Z | Downloaded papergrid v0.11.0 |
965 | 2024-05-13T18:15:53.087Z | Downloaded endian-type v0.1.2 |
966 | 2024-05-13T18:15:53.090Z | Downloaded difflib v0.4.0 |
967 | 2024-05-13T18:15:53.090Z | Downloaded zeroize v1.7.0 |
968 | 2024-05-13T18:15:53.097Z | Downloaded salty v0.2.0 |
969 | 2024-05-13T18:15:53.106Z | Downloaded tap v1.0.1 |
970 | 2024-05-13T18:15:53.107Z | Downloaded tabwriter v1.4.0 |
971 | 2024-05-13T18:15:53.107Z | Downloaded tabled_derive v0.7.0 |
972 | 2024-05-13T18:15:53.107Z | Downloaded num_enum_derive v0.5.11 |
973 | 2024-05-13T18:15:53.107Z | Downloaded num_enum v0.5.11 |
974 | 2024-05-13T18:15:53.515Z | Downloaded ppv-lite86 v0.2.17 |
975 | 2024-05-13T18:15:53.515Z | Downloaded zeroize_derive v1.4.2 |
976 | 2024-05-13T18:15:53.515Z | Downloaded parse-display v0.9.0 |
977 | 2024-05-13T18:15:53.515Z | Downloaded indexmap v2.2.6 |
978 | 2024-05-13T18:15:53.515Z | Downloaded toolchain_find v0.4.0 |
979 | 2024-05-13T18:15:53.515Z | Downloaded scroll_derive v0.12.0 |
980 | 2024-05-13T18:15:53.515Z | Downloaded serde_path_to_error v0.1.16 |
981 | 2024-05-13T18:15:53.515Z | Downloaded foreign-types-shared v0.1.1 |
982 | 2024-05-13T18:15:53.515Z | Downloaded darling_macro v0.20.8 |
983 | 2024-05-13T18:15:53.515Z | Downloaded num-derive v0.4.0 |
984 | 2024-05-13T18:15:53.515Z | Downloaded num-integer v0.1.46 |
985 | 2024-05-13T18:15:53.515Z | Downloaded gethostname v0.4.3 |
986 | 2024-05-13T18:15:53.516Z | Downloaded radium v0.7.0 |
987 | 2024-05-13T18:15:53.516Z | Downloaded psl-types v2.0.11 |
988 | 2024-05-13T18:15:53.516Z | Downloaded phf v0.11.2 |
989 | 2024-05-13T18:15:53.516Z | Downloaded socket2 v0.5.6 |
990 | 2024-05-13T18:15:53.516Z | Downloaded toml v0.7.8 |
991 | 2024-05-13T18:15:53.516Z | Downloaded unicode_categories v0.1.1 |
992 | 2024-05-13T18:15:53.516Z | Downloaded crossbeam-channel v0.5.8 |
993 | 2024-05-13T18:15:53.516Z | Downloaded tempfile v3.10.1 |
994 | 2024-05-13T18:15:53.516Z | Downloaded version_check v0.9.4 |
995 | 2024-05-13T18:15:53.516Z | Downloaded tui-tree-widget v0.19.0 |
996 | 2024-05-13T18:15:53.516Z | Downloaded fxhash v0.2.1 |
997 | 2024-05-13T18:15:53.516Z | Downloaded r2d2 v0.8.10 |
998 | 2024-05-13T18:15:53.516Z | Downloaded rtoolbox v0.0.1 |
999 | 2024-05-13T18:15:53.516Z | Downloaded ena v0.14.2 |
1000 | 2024-05-13T18:15:53.516Z | Downloaded derive_more v0.99.17 |
1001 | 2024-05-13T18:15:53.516Z | Downloaded path-slash v0.1.5 |
1002 | 2024-05-13T18:15:53.516Z | Downloaded zerocopy-derive v0.7.32 |
1003 | 2024-05-13T18:15:53.516Z | Downloaded sha1 v0.10.6 |
1004 | 2024-05-13T18:15:53.516Z | Downloaded topological-sort v0.2.2 |
1005 | 2024-05-13T18:15:53.516Z | Downloaded structmeta-derive v0.3.0 |
1006 | 2024-05-13T18:15:53.516Z | Downloaded strsim v0.11.0 |
1007 | 2024-05-13T18:15:53.516Z | Downloaded unicase v2.7.0 |
1008 | 2024-05-13T18:15:53.516Z | Downloaded time-core v0.1.2 |
1009 | 2024-05-13T18:15:53.517Z | Downloaded num-conv v0.1.0 |
1010 | 2024-05-13T18:15:53.517Z | Downloaded paste v1.0.14 |
1011 | 2024-05-13T18:15:53.517Z | Downloaded parking_lot_core v0.9.8 |
1012 | 2024-05-13T18:15:53.517Z | Downloaded serde_derive v1.0.201 |
1013 | 2024-05-13T18:15:53.517Z | Downloaded toml v0.5.11 |
1014 | 2024-05-13T18:15:53.517Z | Downloaded typed-path v0.7.0 |
1015 | 2024-05-13T18:15:53.517Z | Downloaded rustc_version v0.1.7 |
1016 | 2024-05-13T18:15:53.517Z | Downloaded pin-utils v0.1.0 |
1017 | 2024-05-13T18:15:53.517Z | Downloaded tar v0.4.40 |
1018 | 2024-05-13T18:15:53.517Z | Downloaded num_threads v0.1.6 |
1019 | 2024-05-13T18:15:53.517Z | Downloaded static_assertions v1.1.0 |
1020 | 2024-05-13T18:15:53.517Z | Downloaded num-bigint v0.4.4 |
1021 | 2024-05-13T18:15:53.517Z | Downloaded number_prefix v0.4.0 |
1022 | 2024-05-13T18:15:53.517Z | Downloaded plain v0.2.3 |
1023 | 2024-05-13T18:15:53.517Z | Downloaded mio v0.8.11 |
1024 | 2024-05-13T18:15:53.517Z | Downloaded quick-error v1.2.3 |
1025 | 2024-05-13T18:15:53.517Z | Downloaded equivalent v1.0.1 |
1026 | 2024-05-13T18:15:53.517Z | Downloaded rusty-fork v0.3.0 |
1027 | 2024-05-13T18:15:53.517Z | Downloaded csv-core v0.1.11 |
1028 | 2024-05-13T18:15:53.517Z | Downloaded walkdir v2.5.0 |
1029 | 2024-05-13T18:15:53.517Z | Downloaded terminal_size v0.3.0 |
1030 | 2024-05-13T18:15:53.517Z | Downloaded curve25519-dalek-derive v0.1.0 |
1031 | 2024-05-13T18:15:53.517Z | Downloaded serde_tokenstream v0.1.7 |
1032 | 2024-05-13T18:15:53.517Z | Downloaded time-macros v0.2.17 |
1033 | 2024-05-13T18:15:53.518Z | Downloaded serde_tokenstream v0.2.0 |
1034 | 2024-05-13T18:15:53.518Z | Downloaded defmt-parser v0.3.3 |
1035 | 2024-05-13T18:15:53.518Z | Downloaded debug-ignore v1.0.5 |
1036 | 2024-05-13T18:15:53.518Z | Downloaded proc-macro2 v1.0.81 |
1037 | 2024-05-13T18:15:53.518Z | Downloaded regex-automata v0.1.10 |
1038 | 2024-05-13T18:15:53.518Z | Downloaded num-iter v0.1.44 |
1039 | 2024-05-13T18:15:53.518Z | Downloaded group v0.13.0 |
1040 | 2024-05-13T18:15:53.518Z | Downloaded num-traits v0.2.18 |
1041 | 2024-05-13T18:15:53.518Z | Downloaded peg-runtime v0.8.3 |
1042 | 2024-05-13T18:15:53.518Z | Downloaded pest_generator v2.7.6 |
1043 | 2024-05-13T18:15:53.518Z | Downloaded foreign-types-shared v0.3.1 |
1044 | 2024-05-13T18:15:53.518Z | Downloaded errno v0.3.8 |
1045 | 2024-05-13T18:15:53.518Z | Downloaded proc-macro-crate v1.3.1 |
1046 | 2024-05-13T18:15:53.518Z | Downloaded poly1305 v0.8.0 |
1047 | 2024-05-13T18:15:53.518Z | Downloaded tinyvec_macros v0.1.1 |
1048 | 2024-05-13T18:15:53.518Z | Downloaded similar v2.4.0 |
1049 | 2024-05-13T18:15:53.518Z | Downloaded rustls-pemfile v1.0.3 |
1050 | 2024-05-13T18:15:53.518Z | Downloaded proc-macro-error v1.0.4 |
1051 | 2024-05-13T18:15:53.518Z | Downloaded predicates-tree v1.0.9 |
1052 | 2024-05-13T18:15:53.518Z | Downloaded unicode-ident v1.0.12 |
1053 | 2024-05-13T18:15:53.518Z | Downloaded want v0.3.1 |
1054 | 2024-05-13T18:15:53.518Z | Downloaded slab v0.4.9 |
1055 | 2024-05-13T18:15:53.518Z | Downloaded untrusted v0.9.0 |
1056 | 2024-05-13T18:15:53.518Z | Downloaded untrusted v0.7.1 |
1057 | 2024-05-13T18:15:53.519Z | Downloaded deranged v0.3.11 |
1058 | 2024-05-13T18:15:53.519Z | Downloaded tokio-stream v0.1.15 |
1059 | 2024-05-13T18:15:53.519Z | Downloaded unarray v0.1.4 |
1060 | 2024-05-13T18:15:53.519Z | Downloaded reedline v0.31.0 |
1061 | 2024-05-13T18:15:53.519Z | Downloaded strum v0.26.2 |
1062 | 2024-05-13T18:15:53.519Z | Downloaded peg v0.8.3 |
1063 | 2024-05-13T18:15:53.519Z | Downloaded getopts v0.2.21 |
1064 | 2024-05-13T18:15:53.519Z | Downloaded ed25519 v1.5.3 |
1065 | 2024-05-13T18:15:53.519Z | Downloaded xattr v1.0.1 |
1066 | 2024-05-13T18:15:53.519Z | Downloaded globset v0.4.13 |
1067 | 2024-05-13T18:15:53.519Z | Downloaded tokio-tungstenite v0.21.0 |
1068 | 2024-05-13T18:15:53.519Z | Downloaded usdt-macro v0.3.5 |
1069 | 2024-05-13T18:15:53.519Z | Downloaded erased-serde v0.3.31 |
1070 | 2024-05-13T18:15:53.519Z | Downloaded serde-big-array v0.5.1 |
1071 | 2024-05-13T18:15:53.519Z | Downloaded shlex v1.3.0 |
1072 | 2024-05-13T18:15:53.519Z | Downloaded oso-derive v0.27.3 |
1073 | 2024-05-13T18:15:53.519Z | Downloaded openssl-probe v0.1.5 |
1074 | 2024-05-13T18:15:53.523Z | Downloaded swrite v0.1.0 |
1075 | 2024-05-13T18:15:53.524Z | Downloaded usdt v0.3.5 |
1076 | 2024-05-13T18:15:53.524Z | Downloaded pin-project-lite v0.2.13 |
1077 | 2024-05-13T18:15:53.524Z | Downloaded glob v0.3.1 |
1078 | 2024-05-13T18:15:53.524Z | Downloaded snafu v0.8.2 |
1079 | 2024-05-13T18:15:53.524Z | Downloaded generic-array v0.14.7 |
1080 | 2024-05-13T18:15:53.524Z | Downloaded nom v7.1.3 |
1081 | 2024-05-13T18:15:53.524Z | Downloaded enum-as-inner v0.5.1 |
1082 | 2024-05-13T18:15:53.524Z | Downloaded tungstenite v0.20.1 |
1083 | 2024-05-13T18:15:53.524Z | Downloaded tungstenite v0.21.0 |
1084 | 2024-05-13T18:15:53.524Z | Downloaded strum_macros v0.24.3 |
1085 | 2024-05-13T18:15:53.524Z | Downloaded foreign-types v0.3.2 |
1086 | 2024-05-13T18:15:53.524Z | Downloaded waitgroup v0.1.2 |
1087 | 2024-05-13T18:15:53.524Z | Downloaded usdt-macro v0.5.0 |
1088 | 2024-05-13T18:15:53.525Z | Downloaded env_logger v0.10.0 |
1089 | 2024-05-13T18:15:53.525Z | Downloaded tokio-macros v2.2.0 |
1090 | 2024-05-13T18:15:53.525Z | Downloaded getrandom v0.2.12 |
1091 | 2024-05-13T18:15:53.525Z | Downloaded pkcs1 v0.7.5 |
1092 | 2024-05-13T18:15:53.525Z | Downloaded der_derive v0.7.2 |
1093 | 2024-05-13T18:15:53.525Z | Downloaded usdt-impl v0.5.0 |
1094 | 2024-05-13T18:15:53.525Z | Downloaded sha2 v0.10.8 |
1095 | 2024-05-13T18:15:53.525Z | Downloaded flume v0.11.0 |
1096 | 2024-05-13T18:15:53.525Z | Downloaded serde_arrays v0.1.0 |
1097 | 2024-05-13T18:15:53.525Z | Downloaded ron v0.7.1 |
1098 | 2024-05-13T18:15:53.525Z | Downloaded pretty-hex v0.4.1 |
1099 | 2024-05-13T18:15:53.526Z | Downloaded serde-big-array v0.4.1 |
1100 | 2024-05-13T18:15:53.526Z | Downloaded itertools v0.10.5 |
1101 | 2024-05-13T18:15:53.526Z | Downloaded fnv v1.0.7 |
1102 | 2024-05-13T18:15:53.526Z | Downloaded tough v0.17.1 |
1103 | 2024-05-13T18:15:53.526Z | Downloaded strsim v0.10.0 |
1104 | 2024-05-13T18:15:53.526Z | Downloaded serde_urlencoded v0.7.1 |
1105 | 2024-05-13T18:15:53.526Z | Downloaded ucd-trie v0.1.6 |
1106 | 2024-05-13T18:15:53.526Z | Downloaded trust-dns-resolver v0.22.0 |
1107 | 2024-05-13T18:15:53.526Z | Downloaded test-strategy v0.3.1 |
1108 | 2024-05-13T18:15:53.526Z | Downloaded typenum v1.16.0 |
1109 | 2024-05-13T18:15:53.526Z | Downloaded tokio-native-tls v0.3.1 |
1110 | 2024-05-13T18:15:53.526Z | Downloaded tokio-util v0.7.10 |
1111 | 2024-05-13T18:15:53.527Z | Downloaded dirs-next v2.0.0 |
1112 | 2024-05-13T18:15:53.527Z | Downloaded pem-rfc7468 v0.7.0 |
1113 | 2024-05-13T18:15:53.527Z | Downloaded foreign-types v0.5.0 |
1114 | 2024-05-13T18:15:53.527Z | Downloaded flate2 v1.0.28 |
1115 | 2024-05-13T18:15:53.527Z | Downloaded publicsuffix v2.2.3 |
1116 | 2024-05-13T18:15:53.527Z | Downloaded hashbrown v0.12.3 |
1117 | 2024-05-13T18:15:53.527Z | Downloaded peeking_take_while v0.1.2 |
1118 | 2024-05-13T18:15:53.527Z | Downloaded rustversion v1.0.14 |
1119 | 2024-05-13T18:15:53.527Z | Downloaded darling v0.20.8 |
1120 | 2024-05-13T18:15:53.527Z | Downloaded slog-bunyan v2.5.0 |
1121 | 2024-05-13T18:15:53.527Z | Downloaded quote v1.0.36 |
1122 | 2024-05-13T18:15:53.527Z | Downloaded uzers v0.11.3 |
1123 | 2024-05-13T18:15:53.527Z | Downloaded supports-color v3.0.0 |
1124 | 2024-05-13T18:15:53.527Z | Downloaded packed_struct_codegen v0.10.1 |
1125 | 2024-05-13T18:15:53.527Z | Downloaded futures-io v0.3.30 |
1126 | 2024-05-13T18:15:53.528Z | Downloaded slog-dtrace v0.3.0 |
1127 | 2024-05-13T18:15:53.528Z | Downloaded trust-dns-server v0.22.1 |
1128 | 2024-05-13T18:15:53.528Z | Downloaded stringprep v0.1.3 |
1129 | 2024-05-13T18:15:53.528Z | Downloaded dtrace-parser v0.2.0 |
1130 | 2024-05-13T18:15:53.528Z | Downloaded dirs-sys-next v0.1.2 |
1131 | 2024-05-13T18:15:53.528Z | Downloaded either v1.11.0 |
1132 | 2024-05-13T18:15:53.528Z | Downloaded pkcs8 v0.10.2 |
1133 | 2024-05-13T18:15:53.528Z | Downloaded thiserror v1.0.59 |
1134 | 2024-05-13T18:15:53.528Z | Downloaded rustls-pemfile v2.1.2 |
1135 | 2024-05-13T18:15:53.528Z | Downloaded derive_builder v0.20.0 |
1136 | 2024-05-13T18:15:53.528Z | Downloaded digest v0.10.7 |
1137 | 2024-05-13T18:15:53.528Z | Downloaded schemars_derive v0.8.17 |
1138 | 2024-05-13T18:15:53.528Z | Downloaded schemars v0.8.17 |
1139 | 2024-05-13T18:15:53.529Z | Downloaded derive_builder_core v0.20.0 |
1140 | 2024-05-13T18:15:53.529Z | Downloaded expectorate v1.1.0 |
1141 | 2024-05-13T18:15:53.529Z | Downloaded packed_struct v0.10.1 |
1142 | 2024-05-13T18:15:53.529Z | Downloaded ff v0.13.0 |
1143 | 2024-05-13T18:15:53.529Z | Downloaded slog v2.7.0 |
1144 | 2024-05-13T18:15:53.529Z | Downloaded env_logger v0.9.3 |
1145 | 2024-05-13T18:15:53.529Z | Downloaded tinyvec v1.6.0 |
1146 | 2024-05-13T18:15:53.529Z | Downloaded url v2.5.0 |
1147 | 2024-05-13T18:15:53.529Z | Downloaded uuid v1.8.0 |
1148 | 2024-05-13T18:15:53.529Z | Downloaded steno v0.4.0 |
1149 | 2024-05-13T18:15:53.529Z | Downloaded textwrap v0.16.1 |
1150 | 2024-05-13T18:15:53.529Z | Downloaded rustls-webpki v0.102.1 |
1151 | 2024-05-13T18:15:53.943Z | Downloaded tokio-rustls v0.25.0 |
1152 | 2024-05-13T18:15:53.943Z | Downloaded der v0.7.8 |
1153 | 2024-05-13T18:15:53.943Z | Downloaded pest v2.7.6 |
1154 | 2024-05-13T18:15:53.947Z | Downloaded serde_yaml v0.9.25 |
1155 | 2024-05-13T18:15:53.947Z | Downloaded rustyline v14.0.0 |
1156 | 2024-05-13T18:15:53.947Z | Downloaded zerocopy v0.7.32 |
1157 | 2024-05-13T18:15:53.947Z | Downloaded rayon-core v1.12.1 |
1158 | 2024-05-13T18:15:53.947Z | Downloaded prettyplease v0.2.19 |
1159 | 2024-05-13T18:15:53.947Z | Downloaded chrono v0.4.38 |
1160 | 2024-05-13T18:15:53.947Z | Downloaded rcgen v0.12.1 |
1161 | 2024-05-13T18:15:53.947Z | Downloaded x509-cert v0.2.4 |
1162 | 2024-05-13T18:15:53.947Z | Downloaded num-bigint-dig v0.8.4 |
1163 | 2024-05-13T18:15:53.947Z | Downloaded rayon v1.10.0 |
1164 | 2024-05-13T18:15:53.947Z | Downloaded rand v0.8.5 |
1165 | 2024-05-13T18:15:53.947Z | Downloaded futures-util v0.3.30 |
1166 | 2024-05-13T18:15:53.948Z | Downloaded tokio-postgres v0.7.10 |
1167 | 2024-05-13T18:15:53.948Z | Downloaded lalrpop v0.19.12 |
1168 | 2024-05-13T18:15:53.948Z | Downloaded portable-atomic v1.4.3 |
1169 | 2024-05-13T18:15:53.948Z | Downloaded sqlparser v0.45.0 |
1170 | 2024-05-13T18:15:53.948Z | Downloaded winnow v0.6.1 |
1171 | 2024-05-13T18:15:53.948Z | Downloaded vcpkg v0.2.15 |
1172 | 2024-05-13T18:15:53.948Z | Downloaded serde_with v3.7.0 |
1173 | 2024-05-13T18:15:53.948Z | Downloaded quick-xml v0.31.0 |
1174 | 2024-05-13T18:15:53.948Z | Downloaded syn v2.0.60 |
1175 | 2024-05-13T18:15:53.948Z | Downloaded webpki-roots v0.25.2 |
1176 | 2024-05-13T18:15:53.948Z | Downloaded syn v1.0.109 |
1177 | 2024-05-13T18:15:53.948Z | Downloaded petgraph v0.6.4 |
1178 | 2024-05-13T18:15:53.948Z | Downloaded regex v1.10.4 |
1179 | 2024-05-13T18:15:53.948Z | Downloaded nix v0.28.0 |
1180 | 2024-05-13T18:15:53.948Z | Downloaded bstr v1.9.0 |
1181 | 2024-05-13T18:15:53.948Z | Downloaded smoltcp v0.9.1 |
1182 | 2024-05-13T18:15:53.949Z | Downloaded regex-syntax v0.6.29 |
1183 | 2024-05-13T18:15:53.949Z | Downloaded radix_trie v0.2.1 |
1184 | 2024-05-13T18:15:53.949Z | Downloaded trust-dns-proto v0.22.0 |
1185 | 2024-05-13T18:15:53.949Z | Downloaded gimli v0.28.0 |
1186 | 2024-05-13T18:15:53.949Z | Downloaded object v0.30.4 |
1187 | 2024-05-13T18:15:53.949Z | Downloaded openssl v0.10.64 |
1188 | 2024-05-13T18:15:53.949Z | Downloaded object v0.32.1 |
1189 | 2024-05-13T18:15:53.949Z | Downloaded curve25519-dalek v4.1.2 |
1190 | 2024-05-13T18:15:53.949Z | Downloaded smoltcp v0.11.0 |
1191 | 2024-05-13T18:15:53.949Z | Downloaded openapiv3 v2.0.0 |
1192 | 2024-05-13T18:15:53.949Z | Downloaded ratatui v0.26.2 |
1193 | 2024-05-13T18:15:53.949Z | Downloaded zerocopy-derive v0.2.0 |
1194 | 2024-05-13T18:15:53.949Z | Downloaded sled v0.34.7 |
1195 | 2024-05-13T18:15:53.949Z | Downloaded zerocopy-derive v0.6.6 |
1196 | 2024-05-13T18:15:53.949Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1197 | 2024-05-13T18:15:53.953Z | Downloaded regex-automata v0.4.5 |
1198 | 2024-05-13T18:15:53.968Z | Downloaded tokio v1.37.0 |
1199 | 2024-05-13T18:15:54.003Z | Downloaded libc v0.2.153 |
1200 | 2024-05-13T18:15:54.040Z | Downloaded encoding_rs v0.8.33 |
1201 | 2024-05-13T18:15:54.082Z | Downloaded csv v1.3.0 |
1202 | 2024-05-13T18:15:54.092Z | Downloaded sha3 v0.10.8 |
1203 | 2024-05-13T18:15:54.092Z | Downloaded regress v0.9.1 |
1204 | 2024-05-13T18:15:54.096Z | Downloaded regex-syntax v0.8.2 |
1205 | 2024-05-13T18:15:54.102Z | Downloaded rustls v0.22.4 |
1206 | 2024-05-13T18:15:54.122Z | Downloaded rustix v0.38.31 |
1207 | 2024-05-13T18:15:54.138Z | Downloaded rustls v0.21.9 |
1208 | 2024-05-13T18:15:54.147Z | Downloaded diesel v2.1.6 |
1209 | 2024-05-13T18:15:54.165Z | Downloaded polar-core v0.27.3 |
1210 | 2024-05-13T18:15:54.175Z | Downloaded idna v0.5.0 |
1211 | 2024-05-13T18:15:54.181Z | Downloaded proptest v1.4.0 |
1212 | 2024-05-13T18:15:54.191Z | Downloaded idna v0.2.3 |
1213 | 2024-05-13T18:15:54.196Z | Downloaded bstr v0.2.17 |
1214 | 2024-05-13T18:15:54.207Z | Downloaded goblin v0.8.0 |
1215 | 2024-05-13T18:15:54.212Z | Downloaded hashbrown v0.14.3 |
1216 | 2024-05-13T18:15:54.217Z | Downloaded unicode-normalization v0.1.22 |
1217 | 2024-05-13T18:15:54.221Z | Downloaded serde_json v1.0.116 |
1218 | 2024-05-13T18:15:54.228Z | Downloaded rustls-webpki v0.101.7 |
1219 | 2024-05-13T18:15:54.242Z | Downloaded idna v0.3.0 |
1220 | 2024-05-13T18:15:54.252Z | Downloaded bitvec v1.0.1 |
1221 | 2024-05-13T18:15:54.684Z | Downloaded tabled v0.15.0 |
1222 | 2024-05-13T18:15:54.696Z | Downloaded hyper v0.14.28 |
1223 | 2024-05-13T18:15:54.696Z | Downloaded openssl-sys v0.9.102 |
1224 | 2024-05-13T18:15:54.696Z | Downloaded hashbrown v0.13.2 |
1225 | 2024-05-13T18:15:54.696Z | Downloaded signal-hook v0.3.17 |
1226 | 2024-05-13T18:15:54.697Z | Downloaded darling_core v0.20.8 |
1227 | 2024-05-13T18:15:54.697Z | Downloaded trust-dns-client v0.22.0 |
1228 | 2024-05-13T18:15:54.697Z | Downloaded winnow v0.5.15 |
1229 | 2024-05-13T18:15:54.697Z | Downloaded oso v0.27.3 |
1230 | 2024-05-13T18:15:54.697Z | Downloaded dyn-clone v1.0.17 |
1231 | 2024-05-13T18:15:54.697Z | Downloaded owo-colors v4.0.0 |
1232 | 2024-05-13T18:15:54.697Z | Downloaded fatfs v0.3.6 |
1233 | 2024-05-13T18:15:54.697Z | Downloaded h2 v0.3.26 |
1234 | 2024-05-13T18:15:54.697Z | Downloaded tracing-core v0.1.32 |
1235 | 2024-05-13T18:15:54.697Z | Downloaded serde_plain v1.0.2 |
1236 | 2024-05-13T18:15:54.697Z | Downloaded toml_edit v0.19.15 |
1237 | 2024-05-13T18:15:54.697Z | Downloaded form_urlencoded v1.2.1 |
1238 | 2024-05-13T18:15:54.697Z | Downloaded strip-ansi-escapes v0.2.0 |
1239 | 2024-05-13T18:15:54.697Z | Downloaded usdt v0.5.0 |
1240 | 2024-05-13T18:15:54.698Z | Downloaded pest_meta v2.7.6 |
1241 | 2024-05-13T18:15:54.698Z | Downloaded thiserror-impl v1.0.59 |
1242 | 2024-05-13T18:15:54.698Z | Downloaded olpc-cjson v0.1.3 |
1243 | 2024-05-13T18:15:54.698Z | Downloaded utf8parse v0.2.1 |
1244 | 2024-05-13T18:15:54.698Z | Downloaded utf-8 v0.7.6 |
1245 | 2024-05-13T18:15:54.698Z | Downloaded futures-executor v0.3.30 |
1246 | 2024-05-13T18:15:54.698Z | Downloaded pest_derive v2.7.6 |
1247 | 2024-05-13T18:15:54.698Z | Downloaded reqwest v0.11.27 |
1248 | 2024-05-13T18:15:54.698Z | Downloaded clap_builder v4.5.2 |
1249 | 2024-05-13T18:15:54.698Z | Downloaded libxml v0.3.3 |
1250 | 2024-05-13T18:15:54.698Z | Downloaded libm v0.2.7 |
1251 | 2024-05-13T18:15:54.698Z | Downloaded derive-where v1.2.7 |
1252 | 2024-05-13T18:15:54.698Z | Downloaded subprocess v0.2.9 |
1253 | 2024-05-13T18:15:54.699Z | Downloaded unicode-segmentation v1.10.1 |
1254 | 2024-05-13T18:15:54.699Z | Downloaded toml_edit v0.22.12 |
1255 | 2024-05-13T18:15:54.699Z | Downloaded time v0.3.34 |
1256 | 2024-05-13T18:15:54.699Z | Downloaded itertools v0.12.1 |
1257 | 2024-05-13T18:15:54.699Z | Downloaded pem v3.0.4 |
1258 | 2024-05-13T18:15:54.699Z | Downloaded pretty-hex v0.2.1 |
1259 | 2024-05-13T18:15:54.699Z | Downloaded portpicker v0.1.1 |
1260 | 2024-05-13T18:15:54.699Z | Downloaded serde-hex v0.1.0 |
1261 | 2024-05-13T18:15:54.699Z | Downloaded percent-encoding v2.3.1 |
1262 | 2024-05-13T18:15:54.699Z | Downloaded fd-lock v4.0.2 |
1263 | 2024-05-13T18:15:54.699Z | Downloaded crossterm v0.27.0 |
1264 | 2024-05-13T18:15:54.699Z | Downloaded embedded-io v0.4.0 |
1265 | 2024-05-13T18:15:54.699Z | Downloaded wyz v0.5.1 |
1266 | 2024-05-13T18:15:54.699Z | Downloaded strum_macros v0.26.1 |
1267 | 2024-05-13T18:15:54.699Z | Downloaded smf v0.2.3 |
1268 | 2024-05-13T18:15:54.699Z | Downloaded smallvec v0.6.14 |
1269 | 2024-05-13T18:15:54.700Z | Downloaded elliptic-curve v0.13.8 |
1270 | 2024-05-13T18:15:54.700Z | Downloaded openssl-macros v0.1.1 |
1271 | 2024-05-13T18:15:54.700Z | Downloaded serde v1.0.201 |
1272 | 2024-05-13T18:15:54.700Z | Downloaded ref-cast-impl v1.0.22 |
1273 | 2024-05-13T18:15:54.700Z | Downloaded ref-cast v1.0.22 |
1274 | 2024-05-13T18:15:54.700Z | Downloaded predicates-core v1.0.6 |
1275 | 2024-05-13T18:15:54.700Z | Downloaded blake3 v1.5.0 |
1276 | 2024-05-13T18:15:54.700Z | Downloaded postcard v1.0.8 |
1277 | 2024-05-13T18:15:54.700Z | Downloaded yasna v0.5.2 |
1278 | 2024-05-13T18:15:54.700Z | Downloaded tracing-attributes v0.1.27 |
1279 | 2024-05-13T18:15:54.700Z | Downloaded ring v0.17.8 |
1280 | 2024-05-13T18:15:54.700Z | Downloaded tokio-tungstenite v0.20.1 |
1281 | 2024-05-13T18:15:54.700Z | Downloaded term v0.7.0 |
1282 | 2024-05-13T18:15:54.700Z | Downloaded pin-project v1.1.3 |
1283 | 2024-05-13T18:15:54.700Z | Downloaded smawk v0.3.1 |
1284 | 2024-05-13T18:15:54.700Z | Downloaded subtle v2.5.0 |
1285 | 2024-05-13T18:15:54.700Z | Downloaded zerocopy v0.6.6 |
1286 | 2024-05-13T18:15:54.701Z | Downloaded tracing v0.1.40 |
1287 | 2024-05-13T18:15:54.701Z | Downloaded memchr v2.7.1 |
1288 | 2024-05-13T18:15:54.701Z | Downloaded unsafe-libyaml v0.2.10 |
1289 | 2024-05-13T18:15:54.701Z | Downloaded parking_lot v0.11.2 |
1290 | 2024-05-13T18:15:54.701Z | Downloaded futures v0.3.30 |
1291 | 2024-05-13T18:15:54.701Z | Downloaded data-encoding v2.4.0 |
1292 | 2024-05-13T18:15:54.701Z | Downloaded unicode-linebreak v0.1.5 |
1293 | 2024-05-13T18:15:54.701Z | Downloaded diff v0.1.13 |
1294 | 2024-05-13T18:15:54.701Z | Downloaded serde_repr v0.1.16 |
1295 | 2024-05-13T18:15:54.701Z | Downloaded ring v0.16.20 |
1296 | 2024-05-13T18:15:54.701Z | Downloaded diesel_derives v2.1.2 |
1297 | 2024-05-13T18:15:54.701Z | Downloaded crypto-bigint v0.5.2 |
1298 | 2024-05-13T18:15:54.701Z | Downloaded termcolor v1.2.0 |
1299 | 2024-05-13T18:15:54.701Z | Downloaded parking_lot v0.12.1 |
1300 | 2024-05-13T18:15:54.701Z | Downloaded smallvec v1.13.1 |
1301 | 2024-05-13T18:15:54.701Z | Downloaded scroll v0.12.0 |
1302 | 2024-05-13T18:15:54.701Z | Downloaded minimal-lexical v0.2.1 |
1303 | 2024-05-13T18:15:54.712Z | Downloaded snafu-derive v0.8.2 |
1304 | 2024-05-13T18:15:54.712Z | Downloaded toml v0.8.12 |
1305 | 2024-05-13T18:15:54.712Z | Downloaded parking_lot_core v0.8.6 |
1306 | 2024-05-13T18:15:54.712Z | Downloaded postgres-types v0.2.6 |
1307 | 2024-05-13T18:15:54.712Z | Downloaded postgres-protocol v0.6.6 |
1308 | 2024-05-13T18:15:54.712Z | Downloaded scopeguard v1.2.0 |
1309 | 2024-05-13T18:15:54.712Z | Downloaded pin-project-internal v1.1.3 |
1310 | 2024-05-13T18:15:54.712Z | Downloaded futures-channel v0.3.30 |
1311 | 2024-05-13T18:15:54.712Z | Downloaded chacha20poly1305 v0.10.1 |
1312 | 2024-05-13T18:15:54.724Z | Downloaded socket2 v0.4.9 |
1313 | 2024-05-13T18:15:54.724Z | Downloaded unicode-bidi v0.3.15 |
1314 | 2024-05-13T18:15:54.724Z | Downloaded flagset v0.4.3 |
1315 | 2024-05-13T18:15:54.724Z | Downloaded pkg-config v0.3.27 |
1316 | 2024-05-13T18:15:54.724Z | Downloaded semver v1.0.22 |
1317 | 2024-05-13T18:15:54.724Z | Downloaded sec1 v0.7.3 |
1318 | 2024-05-13T18:15:54.744Z | Downloaded num-rational v0.4.1 |
1319 | 2024-05-13T18:15:54.744Z | Downloaded const_format v0.2.32 |
1320 | 2024-05-13T18:15:54.744Z | Downloaded powerfmt v0.2.0 |
1321 | 2024-05-13T18:15:54.744Z | Downloaded num-complex v0.4.5 |
1322 | 2024-05-13T18:15:54.744Z | Downloaded defmt v0.3.5 |
1323 | 2024-05-13T18:15:54.744Z | Downloaded num_cpus v1.16.0 |
1324 | 2024-05-13T18:15:54.744Z | Downloaded futures-core v0.3.30 |
1325 | 2024-05-13T18:15:54.744Z | Downloaded funty v2.0.0 |
1326 | 2024-05-13T18:15:54.760Z | Downloaded fragile v2.0.0 |
1327 | 2024-05-13T18:15:54.760Z | Downloaded rustc-demangle v0.1.23 |
1328 | 2024-05-13T18:15:54.760Z | Downloaded zip v0.6.6 |
1329 | 2024-05-13T18:15:54.760Z | Downloaded rsa v0.9.2 |
1330 | 2024-05-13T18:15:54.760Z | Downloaded platforms v3.0.2 |
1331 | 2024-05-13T18:15:54.760Z | Downloaded omicron-zone-package v0.11.0 |
1332 | 2024-05-13T18:15:54.761Z | Downloaded spin v0.9.8 |
1333 | 2024-05-13T18:15:54.765Z | Downloaded slog-envlogger v2.2.0 |
1334 | 2024-05-13T18:15:54.765Z | Downloaded siphasher v0.3.11 |
1335 | 2024-05-13T18:15:54.765Z | Downloaded rustc_version v0.4.0 |
1336 | 2024-05-13T18:15:54.765Z | Downloaded peg-macros v0.8.3 |
1337 | 2024-05-13T18:15:54.765Z | Downloaded parse-display-derive v0.9.0 |
1338 | 2024-05-13T18:15:54.765Z | Downloaded termios v0.3.3 |
1339 | 2024-05-13T18:15:54.765Z | Downloaded stable_deref_trait v1.2.0 |
1340 | 2024-05-13T18:15:54.765Z | Downloaded sqlformat v0.2.3 |
1341 | 2024-05-13T18:15:54.766Z | Downloaded rand_seeder v0.2.3 |
1342 | 2024-05-13T18:15:54.766Z | Downloaded rand_core v0.6.4 |
1343 | 2024-05-13T18:15:54.766Z | Downloaded ron v0.8.1 |
1344 | 2024-05-13T18:15:54.770Z | Downloaded indicatif v0.17.8 |
1345 | 2024-05-13T18:15:54.774Z | Downloaded compact_str v0.7.1 |
1346 | 2024-05-13T18:15:54.778Z | Downloaded mockall_derive v0.12.1 |
1347 | 2024-05-13T18:15:54.778Z | Downloaded cc v1.0.83 |
1348 | 2024-05-13T18:15:54.782Z | Downloaded base64 v0.21.7 |
1349 | 2024-05-13T18:15:54.786Z | Downloaded base64 v0.13.1 |
1350 | 2024-05-13T18:15:54.793Z | Downloaded which v4.4.0 |
1351 | 2024-05-13T18:15:54.793Z | Downloaded nu-ansi-term v0.50.0 |
1352 | 2024-05-13T18:15:54.793Z | Downloaded multer v3.1.0 |
1353 | 2024-05-13T18:15:54.796Z | Downloaded mime_guess v2.0.4 |
1354 | 2024-05-13T18:15:54.796Z | Downloaded libloading v0.7.4 |
1355 | 2024-05-13T18:15:54.796Z | Downloaded dtrace-parser v0.1.14 |
1356 | 2024-05-13T18:15:54.796Z | Downloaded dof v0.3.0 |
1357 | 2024-05-13T18:15:54.797Z | Downloaded zone v0.1.8 |
1358 | 2024-05-13T18:15:54.799Z | Downloaded slog-term v2.9.1 |
1359 | 2024-05-13T18:15:54.799Z | Downloaded serde_with_macros v3.7.0 |
1360 | 2024-05-13T18:15:54.802Z | Downloaded cookie v0.18.1 |
1361 | 2024-05-13T18:15:54.805Z | Downloaded clang-sys v1.6.1 |
1362 | 2024-05-13T18:15:54.805Z | Downloaded thiserror-impl-no-std v2.0.2 |
1363 | 2024-05-13T18:15:54.810Z | Downloaded synstructure v0.12.6 |
1364 | 2024-05-13T18:15:54.810Z | Downloaded structmeta v0.3.0 |
1365 | 2024-05-13T18:15:54.810Z | Downloaded serde_spanned v0.6.5 |
1366 | 2024-05-13T18:15:54.810Z | Downloaded nanorand v0.7.0 |
1367 | 2024-05-13T18:15:54.813Z | Downloaded hyper-rustls v0.24.2 |
1368 | 2024-05-13T18:15:54.814Z | Downloaded ciborium v0.2.2 |
1369 | 2024-05-13T18:15:54.817Z | Downloaded bytes v1.6.0 |
1370 | 2024-05-13T18:15:54.820Z | Downloaded ipnetwork v0.20.0 |
1371 | 2024-05-13T18:15:54.820Z | Downloaded newtype-uuid v1.1.0 |
1372 | 2024-05-13T18:15:54.823Z | Downloaded newline-converter v0.3.0 |
1373 | 2024-05-13T18:15:54.823Z | Downloaded multimap v0.10.0 |
1374 | 2024-05-13T18:15:54.823Z | Downloaded libefi-sys v0.1.0 |
1375 | 2024-05-13T18:15:54.823Z | Downloaded slog-async v2.8.0 |
1376 | 2024-05-13T18:15:54.826Z | Downloaded mockall v0.12.1 |
1377 | 2024-05-13T18:15:54.827Z | Downloaded lalrpop-util v0.19.12 |
1378 | 2024-05-13T18:15:54.827Z | Downloaded kstat-rs v0.2.3 |
1379 | 2024-05-13T18:15:54.830Z | Downloaded indoc v2.0.3 |
1380 | 2024-05-13T18:15:54.830Z | Downloaded cpufeatures v0.2.12 |
1381 | 2024-05-13T18:15:54.833Z | Downloaded keccak v0.1.4 |
1382 | 2024-05-13T18:15:54.833Z | Downloaded indoc v1.0.9 |
1383 | 2024-05-13T18:15:54.836Z | Downloaded lazycell v1.3.0 |
1384 | 2024-05-13T18:15:54.836Z | Downloaded lazy_static v1.4.0 |
1385 | 2024-05-13T18:15:54.836Z | Downloaded signal-hook-tokio v0.3.1 |
1386 | 2024-05-13T18:15:54.836Z | Downloaded same-file v1.0.6 |
1387 | 2024-05-13T18:15:54.839Z | Downloaded mime v0.3.17 |
1388 | 2024-05-13T18:15:54.839Z | Downloaded memoffset v0.7.1 |
1389 | 2024-05-13T18:15:54.839Z | Downloaded itoa v1.0.9 |
1390 | 2024-05-13T18:15:54.842Z | Downloaded colored v2.1.0 |
1391 | 2024-05-13T18:15:54.842Z | Downloaded chacha20 v0.9.1 |
1392 | 2024-05-13T18:15:54.845Z | Downloaded constant_time_eq v0.3.0 |
1393 | 2024-05-13T18:15:54.845Z | Downloaded clap_lex v0.7.0 |
1394 | 2024-05-13T18:15:54.845Z | Downloaded cipher v0.4.4 |
1395 | 2024-05-13T18:15:54.848Z | Downloaded ciborium-ll v0.2.2 |
1396 | 2024-05-13T18:15:54.848Z | Downloaded is-terminal v0.4.9 |
1397 | 2024-05-13T18:15:54.848Z | Downloaded match_cfg v0.1.0 |
1398 | 2024-05-13T18:15:54.851Z | Downloaded crossbeam-deque v0.8.3 |
1399 | 2024-05-13T18:15:54.851Z | Downloaded cobs v0.2.3 |
1400 | 2024-05-13T18:15:54.851Z | Downloaded hostname v0.3.1 |
1401 | 2024-05-13T18:15:54.854Z | Downloaded hmac v0.12.1 |
1402 | 2024-05-13T18:15:54.854Z | Downloaded hex v0.4.3 |
1403 | 2024-05-13T18:15:54.857Z | Downloaded block-buffer v0.10.4 |
1404 | 2024-05-13T18:15:54.857Z | Downloaded async-stream v0.3.5 |
1405 | 2024-05-13T18:15:54.860Z | Downloaded async-recursion v1.1.0 |
1406 | 2024-05-13T18:15:54.863Z | Downloaded array-init v0.0.4 |
1407 | 2024-05-13T18:15:54.863Z | Downloaded hubpack v0.1.2 |
1408 | 2024-05-13T18:15:54.863Z | Downloaded http-body v0.4.5 |
1409 | 2024-05-13T18:15:54.866Z | Downloaded heck v0.5.0 |
1410 | 2024-05-13T18:15:54.866Z | Downloaded heck v0.3.3 |
1411 | 2024-05-13T18:15:54.869Z | Downloaded argon2 v0.5.3 |
1412 | 2024-05-13T18:15:54.869Z | Downloaded highway v1.1.0 |
1413 | 2024-05-13T18:15:54.869Z | Downloaded backoff v0.4.0 |
1414 | 2024-05-13T18:15:54.872Z | Downloaded atomicwrites v0.4.3 |
1415 | 2024-05-13T18:15:54.872Z | Downloaded bindgen v0.69.2 |
1416 | 2024-05-13T18:15:54.878Z | Downloaded atomic-waker v1.1.1 |
1417 | 2024-05-13T18:15:54.881Z | Downloaded crossbeam-utils v0.8.19 |
1418 | 2024-05-13T18:15:54.885Z | Downloaded assert_matches v1.5.0 |
1419 | 2024-05-13T18:15:54.885Z | Downloaded ascii-canvas v3.0.0 |
1420 | 2024-05-13T18:15:54.885Z | Downloaded bb8 v0.8.3 |
1421 | 2024-05-13T18:15:54.885Z | Downloaded async-trait v0.1.80 |
1422 | 2024-05-13T18:15:54.888Z | Downloaded async-stream-impl v0.3.5 |
1423 | 2024-05-13T18:15:54.891Z | Downloaded anyhow v1.0.82 |
1424 | 2024-05-13T18:15:54.891Z | Downloaded anstyle-parse v0.2.1 |
1425 | 2024-05-13T18:15:55.340Z | Compiling proc-macro2 v1.0.81 |
1426 | 2024-05-13T18:15:55.340Z | Compiling unicode-ident v1.0.12 |
1427 | 2024-05-13T18:15:55.344Z | Compiling libc v0.2.153 |
1428 | 2024-05-13T18:15:55.344Z | Compiling serde v1.0.201 |
1429 | 2024-05-13T18:15:55.344Z | Compiling version_check v0.9.4 |
1430 | 2024-05-13T18:15:55.344Z | Compiling autocfg v1.1.0 |
1431 | 2024-05-13T18:15:55.344Z | Compiling cfg-if v1.0.0 |
1432 | 2024-05-13T18:15:55.653Z | Compiling once_cell v1.19.0 |
1433 | 2024-05-13T18:15:55.676Z | Compiling byteorder v1.5.0 |
1434 | 2024-05-13T18:15:55.676Z | Compiling parking_lot_core v0.9.8 |
1435 | 2024-05-13T18:15:56.032Z | Compiling memchr v2.7.1 |
1436 | 2024-05-13T18:15:56.128Z | Compiling lock_api v0.4.10 |
1437 | 2024-05-13T18:15:56.143Z | Compiling ahash v0.8.8 |
1438 | 2024-05-13T18:15:56.144Z | Compiling serde_json v1.0.116 |
1439 | 2024-05-13T18:15:57.100Z | Compiling libm v0.2.7 |
1440 | 2024-05-13T18:15:58.594Z | Compiling num-traits v0.2.18 |
1441 | 2024-05-13T18:15:58.597Z | Compiling thiserror v1.0.59 |
1442 | 2024-05-13T18:15:58.620Z | Compiling log v0.4.21 |
1443 | 2024-05-13T18:15:58.623Z | Compiling itoa v1.0.9 |
1444 | 2024-05-13T18:15:58.735Z | Compiling typenum v1.16.0 |
1445 | 2024-05-13T18:15:58.986Z | Compiling generic-array v0.14.7 |
1446 | 2024-05-13T18:15:59.081Z | Compiling allocator-api2 v0.2.16 |
1447 | 2024-05-13T18:15:59.298Z | Compiling pkg-config v0.3.27 |
1448 | 2024-05-13T18:15:59.701Z | Compiling quote v1.0.36 |
1449 | 2024-05-13T18:16:00.044Z | Compiling cc v1.0.83 |
1450 | 2024-05-13T18:16:00.154Z | Compiling syn v2.0.60 |
1451 | 2024-05-13T18:16:00.192Z | Compiling getrandom v0.2.12 |
1452 | 2024-05-13T18:16:00.396Z | Compiling slab v0.4.9 |
1453 | 2024-05-13T18:16:00.565Z | Compiling scopeguard v1.2.0 |
1454 | 2024-05-13T18:16:00.758Z | Compiling ryu v1.0.15 |
1455 | 2024-05-13T18:16:00.821Z | Compiling equivalent v1.0.1 |
1456 | 2024-05-13T18:16:01.073Z | Compiling vcpkg v0.2.15 |
1457 | 2024-05-13T18:16:01.099Z | Compiling schemars v0.8.17 |
1458 | 2024-05-13T18:16:01.515Z | Compiling fnv v1.0.7 |
1459 | 2024-05-13T18:16:01.538Z | Compiling pin-project-lite v0.2.13 |
1460 | 2024-05-13T18:16:01.660Z | Compiling smallvec v1.13.1 |
1461 | 2024-05-13T18:16:01.722Z | Compiling syn v1.0.109 |
1462 | 2024-05-13T18:16:02.150Z | Compiling num-conv v0.1.0 |
1463 | 2024-05-13T18:16:02.274Z | Compiling time-core v0.1.2 |
1464 | 2024-05-13T18:16:02.459Z | Compiling time-macros v0.2.17 |
1465 | 2024-05-13T18:16:02.572Z | Compiling ring v0.17.8 |
1466 | 2024-05-13T18:16:02.773Z | Compiling openssl-sys v0.9.102 |
1467 | 2024-05-13T18:16:03.068Z | Compiling ring v0.16.20 |
1468 | 2024-05-13T18:16:03.098Z | Compiling parking_lot v0.12.1 |
1469 | 2024-05-13T18:16:03.472Z | Compiling httparse v1.8.0 |
1470 | 2024-05-13T18:16:04.243Z | Compiling rustix v0.38.31 |
1471 | 2024-05-13T18:16:04.299Z | Compiling crossbeam-utils v0.8.19 |
1472 | 2024-05-13T18:16:04.702Z | Compiling signal-hook-registry v1.4.1 |
1473 | 2024-05-13T18:16:04.865Z | Compiling openssl v0.10.64 |
1474 | 2024-05-13T18:16:05.297Z | Compiling mio v0.8.11 |
1475 | 2024-05-13T18:16:05.759Z | Compiling semver v1.0.22 |
1476 | 2024-05-13T18:16:06.240Z | Compiling rand_core v0.6.4 |
1477 | 2024-05-13T18:16:06.363Z | Compiling iana-time-zone v0.1.57 |
1478 | 2024-05-13T18:16:06.453Z | Compiling tinyvec_macros v0.1.1 |
1479 | 2024-05-13T18:16:06.553Z | Compiling rustls v0.21.9 |
1480 | 2024-05-13T18:16:06.637Z | Compiling futures-core v0.3.30 |
1481 | 2024-05-13T18:16:06.683Z | Compiling native-tls v0.2.11 |
1482 | 2024-05-13T18:16:06.847Z | Compiling tinyvec v1.6.0 |
1483 | 2024-05-13T18:16:06.869Z | Compiling num_cpus v1.16.0 |
1484 | 2024-05-13T18:16:07.011Z | Compiling socket2 v0.5.6 |
1485 | 2024-05-13T18:16:07.793Z | Compiling serde_derive_internals v0.29.0 |
1486 | 2024-05-13T18:16:07.981Z | Compiling cookie v0.17.0 |
1487 | 2024-05-13T18:16:08.288Z | Compiling unicode-normalization v0.1.22 |
1488 | 2024-05-13T18:16:08.312Z | Compiling futures-sink v0.3.30 |
1489 | 2024-05-13T18:16:08.479Z | Compiling unicode-bidi v0.3.15 |
1490 | 2024-05-13T18:16:09.076Z | Compiling spin v0.5.2 |
1491 | 2024-05-13T18:16:09.137Z | Compiling futures-channel v0.3.30 |
1492 | 2024-05-13T18:16:09.298Z | Compiling backtrace v0.3.69 |
1493 | 2024-05-13T18:16:09.425Z | Compiling aho-corasick v1.1.2 |
1494 | 2024-05-13T18:16:09.546Z | Compiling regex-syntax v0.8.2 |
1495 | 2024-05-13T18:16:09.606Z | Compiling futures-task v0.3.30 |
1496 | 2024-05-13T18:16:09.772Z | Compiling slog v2.7.0 |
1497 | 2024-05-13T18:16:10.214Z | Compiling dyn-clone v1.0.17 |
1498 | 2024-05-13T18:16:10.226Z | Compiling futures-io v0.3.30 |
1499 | 2024-05-13T18:16:10.226Z | Compiling pin-utils v0.1.0 |
1500 | 2024-05-13T18:16:10.226Z | Compiling heck v0.5.0 |
1501 | 2024-05-13T18:16:10.227Z | Compiling spin v0.9.8 |
1502 | 2024-05-13T18:16:10.715Z | Compiling tracing-core v0.1.32 |
1503 | 2024-05-13T18:16:11.718Z | Compiling ucd-trie v0.1.6 |
1504 | 2024-05-13T18:16:11.757Z | Compiling anyhow v1.0.82 |
1505 | 2024-05-13T18:16:11.849Z | Compiling const-oid v0.9.6 |
1506 | 2024-05-13T18:16:12.274Z | Compiling subtle v2.5.0 |
1507 | 2024-05-13T18:16:12.290Z | Compiling winnow v0.5.15 |
1508 | 2024-05-13T18:16:12.506Z | Compiling percent-encoding v2.3.1 |
1509 | 2024-05-13T18:16:12.833Z | Compiling regex-automata v0.4.5 |
1510 | 2024-05-13T18:16:13.248Z | Compiling serde_derive v1.0.201 |
1511 | 2024-05-13T18:16:13.411Z | Compiling zerocopy-derive v0.7.32 |
1512 | 2024-05-13T18:16:13.661Z | Compiling zeroize_derive v1.4.2 |
1513 | 2024-05-13T18:16:14.972Z | Compiling thiserror-impl v1.0.59 |
1514 | 2024-05-13T18:16:14.982Z | Compiling tokio-macros v2.2.0 |
1515 | 2024-05-13T18:16:15.260Z | Compiling zerocopy v0.7.32 |
1516 | 2024-05-13T18:16:15.847Z | Compiling futures-macro v0.3.30 |
1517 | 2024-05-13T18:16:16.524Z | Compiling tracing-attributes v0.1.27 |
1518 | 2024-05-13T18:16:16.723Z | Compiling schemars_derive v0.8.17 |
1519 | 2024-05-13T18:16:17.545Z | Compiling hashbrown v0.14.3 |
1520 | 2024-05-13T18:16:17.796Z | Compiling zeroize v1.7.0 |
1521 | 2024-05-13T18:16:18.177Z | Compiling openssl-macros v0.1.1 |
1522 | 2024-05-13T18:16:19.351Z | Compiling futures-util v0.3.30 |
1523 | 2024-05-13T18:16:19.613Z | Compiling scroll_derive v0.12.0 |
1524 | 2024-05-13T18:16:19.886Z | Compiling tracing v0.1.40 |
1525 | 2024-05-13T18:16:19.890Z | Compiling regex v1.10.4 |
1526 | 2024-05-13T18:16:20.398Z | Compiling pest v2.7.6 |
1527 | 2024-05-13T18:16:22.404Z | Compiling heck v0.4.1 |
1528 | 2024-05-13T18:16:22.829Z | Compiling crc32fast v1.3.2 |
1529 | 2024-05-13T18:16:22.952Z | Compiling pest_meta v2.7.6 |
1530 | 2024-05-13T18:16:25.625Z | Compiling foreign-types-shared v0.1.1 |
1531 | 2024-05-13T18:16:25.849Z | Compiling untrusted v0.7.1 |
1532 | 2024-05-13T18:16:26.024Z | Compiling powerfmt v0.2.0 |
1533 | 2024-05-13T18:16:26.354Z | Compiling bytes v1.6.0 |
1534 | 2024-05-13T18:16:26.376Z | Compiling indexmap v2.2.6 |
1535 | 2024-05-13T18:16:27.028Z | Compiling bitflags v2.4.2 |
1536 | 2024-05-13T18:16:27.131Z | Compiling chrono v0.4.38 |
1537 | 2024-05-13T18:16:27.416Z | Compiling uuid v1.8.0 |
1538 | 2024-05-13T18:16:27.612Z | Compiling tokio v1.37.0 |
1539 | 2024-05-13T18:16:27.792Z | Compiling serde_tokenstream v0.2.0 |
1540 | 2024-05-13T18:16:28.338Z | Compiling toml_datetime v0.6.5 |
1541 | 2024-05-13T18:16:28.448Z | Compiling serde_spanned v0.6.5 |
1542 | 2024-05-13T18:16:28.669Z | Compiling http v0.2.12 |
1543 | 2024-05-13T18:16:30.748Z | Compiling toml_edit v0.19.15 |
1544 | 2024-05-13T18:16:32.742Z | Compiling untrusted v0.9.0 |
1545 | 2024-05-13T18:16:34.265Z | Compiling deranged v0.3.11 |
1546 | 2024-05-13T18:16:36.399Z | Compiling tokio-util v0.7.10 |
1547 | 2024-05-13T18:16:36.468Z | Compiling foreign-types v0.3.2 |
1548 | 2024-05-13T18:16:36.977Z | Compiling pest_generator v2.7.6 |
1549 | 2024-05-13T18:16:37.496Z | Compiling crypto-common v0.1.6 |
1550 | 2024-05-13T18:16:37.832Z | Compiling der_derive v0.7.2 |
1551 | 2024-05-13T18:16:37.954Z | Compiling form_urlencoded v1.2.1 |
1552 | 2024-05-13T18:16:38.483Z | Compiling errno v0.3.8 |
1553 | 2024-05-13T18:16:38.706Z | Compiling num_threads v0.1.6 |
1554 | 2024-05-13T18:16:38.904Z | Compiling try-lock v0.2.4 |
1555 | 2024-05-13T18:16:39.067Z | Compiling base64 v0.21.7 |
1556 | 2024-05-13T18:16:39.785Z | Compiling want v0.3.1 |
1557 | 2024-05-13T18:16:40.069Z | Compiling pest_derive v2.7.6 |
1558 | 2024-05-13T18:16:40.166Z | Compiling time v0.3.34 |
1559 | 2024-05-13T18:16:41.587Z | Compiling h2 v0.3.26 |
1560 | 2024-05-13T18:16:41.836Z | Compiling sct v0.7.0 |
1561 | 2024-05-13T18:16:42.139Z | Compiling rustls-webpki v0.101.7 |
1562 | 2024-05-13T18:16:43.266Z | Compiling http-body v0.4.5 |
1563 | 2024-05-13T18:16:43.693Z | Compiling rustc_version v0.4.0 |
1564 | 2024-05-13T18:16:43.850Z | Compiling block-buffer v0.10.4 |
1565 | 2024-05-13T18:16:43.913Z | Compiling async-trait v0.1.80 |
1566 | 2024-05-13T18:16:44.131Z | Compiling idna v0.5.0 |
1567 | 2024-05-13T18:16:44.354Z | Compiling usdt-impl v0.5.0 |
1568 | 2024-05-13T18:16:44.741Z | Compiling httpdate v1.0.3 |
1569 | 2024-05-13T18:16:44.992Z | Compiling unicode-width v0.1.11 |
1570 | 2024-05-13T18:16:45.137Z | Compiling openssl-probe v0.1.5 |
1571 | 2024-05-13T18:16:45.357Z | Compiling rustversion v1.0.14 |
1572 | 2024-05-13T18:16:45.424Z | Compiling tower-service v0.3.2 |
1573 | 2024-05-13T18:16:46.328Z | Compiling url v2.5.0 |
1574 | 2024-05-13T18:16:47.784Z | Compiling heapless v0.7.16 |
1575 | 2024-05-13T18:16:47.974Z | Compiling digest v0.10.7 |
1576 | 2024-05-13T18:16:48.352Z | Compiling scroll v0.12.0 |
1577 | 2024-05-13T18:16:48.406Z | Compiling hyper v0.14.28 |
1578 | 2024-05-13T18:16:48.429Z | Compiling idna v0.3.0 |
1579 | 2024-05-13T18:16:48.998Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1580 | 2024-05-13T18:16:49.845Z | Compiling adler v1.0.2 |
1581 | 2024-05-13T18:16:49.902Z | Compiling psl-types v2.0.11 |
1582 | 2024-05-13T18:16:50.126Z | Compiling plain v0.2.3 |
1583 | 2024-05-13T18:16:50.289Z | Compiling ppv-lite86 v0.2.17 |
1584 | 2024-05-13T18:16:50.859Z | Compiling signal-hook v0.3.17 |
1585 | 2024-05-13T18:16:51.073Z | Compiling rand_chacha v0.3.1 |
1586 | 2024-05-13T18:16:51.160Z | Compiling goblin v0.8.0 |
1587 | 2024-05-13T18:16:51.546Z | Compiling publicsuffix v2.2.3 |
1588 | 2024-05-13T18:16:51.807Z | Compiling miniz_oxide v0.7.1 |
1589 | 2024-05-13T18:16:53.010Z | Compiling tokio-rustls v0.24.1 |
1590 | 2024-05-13T18:16:53.128Z | Compiling crossbeam-epoch v0.9.18 |
1591 | 2024-05-13T18:16:53.440Z | Compiling tokio-native-tls v0.3.1 |
1592 | 2024-05-13T18:16:53.944Z | Compiling openapiv3 v2.0.0 |
1593 | 2024-05-13T18:16:55.635Z | Compiling ipnet v2.9.0 |
1594 | 2024-05-13T18:16:56.383Z | Compiling pretty-hex v0.4.1 |
1595 | 2024-05-13T18:16:56.629Z | Compiling hyper-rustls v0.24.2 |
1596 | 2024-05-13T18:16:56.759Z | Compiling dof v0.3.0 |
1597 | 2024-05-13T18:16:57.002Z | Compiling hyper-tls v0.5.0 |
1598 | 2024-05-13T18:16:57.377Z | Compiling cookie_store v0.20.0 |
1599 | 2024-05-13T18:16:58.285Z | Compiling rand v0.8.5 |
1600 | 2024-05-13T18:16:58.611Z | Compiling dtrace-parser v0.2.0 |
1601 | 2024-05-13T18:16:58.709Z | Compiling rustls-pemfile v1.0.3 |
1602 | 2024-05-13T18:16:58.753Z | Compiling serde_urlencoded v0.7.1 |
1603 | 2024-05-13T18:16:59.383Z | Compiling thread-id v4.2.0 |
1604 | 2024-05-13T18:16:59.427Z | Compiling num-bigint v0.4.4 |
1605 | 2024-05-13T18:16:59.529Z | Compiling encoding_rs v0.8.33 |
1606 | 2024-05-13T18:16:59.847Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1607 | 2024-05-13T18:16:59.908Z | Compiling rayon-core v1.12.1 |
1608 | 2024-05-13T18:17:00.218Z | Compiling mime v0.3.17 |
1609 | 2024-05-13T18:17:00.240Z | Compiling base64ct v1.6.0 |
1610 | 2024-05-13T18:17:00.414Z | Compiling either v1.11.0 |
1611 | 2024-05-13T18:17:00.562Z | Compiling smoltcp v0.9.1 |
1612 | 2024-05-13T18:17:00.767Z | Compiling sync_wrapper v0.1.2 |
1613 | 2024-05-13T18:17:00.873Z | Compiling webpki-roots v0.25.2 |
1614 | 2024-05-13T18:17:00.878Z | Compiling gimli v0.28.0 |
1615 | 2024-05-13T18:17:01.059Z | Compiling pem-rfc7468 v0.7.0 |
1616 | 2024-05-13T18:17:02.204Z | Compiling reqwest v0.11.27 |
1617 | 2024-05-13T18:17:03.309Z | Compiling hmac v0.12.1 |
1618 | 2024-05-13T18:17:03.362Z | Compiling regress v0.9.1 |
1619 | 2024-05-13T18:17:04.182Z | Compiling object v0.32.1 |
1620 | 2024-05-13T18:17:04.831Z | Compiling siphasher v0.3.11 |
1621 | 2024-05-13T18:17:04.965Z | Compiling camino v1.1.6 |
1622 | 2024-05-13T18:17:05.226Z | Compiling addr2line v0.21.0 |
1623 | 2024-05-13T18:17:05.275Z | Compiling winnow v0.6.1 |
1624 | 2024-05-13T18:17:05.694Z | Compiling flagset v0.4.3 |
1625 | 2024-05-13T18:17:05.777Z | Compiling rustc-demangle v0.1.23 |
1626 | 2024-05-13T18:17:05.867Z | Compiling der v0.7.8 |
1627 | 2024-05-13T18:17:06.601Z | Compiling flate2 v1.0.28 |
1628 | 2024-05-13T18:17:07.547Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1629 | 2024-05-13T18:17:08.997Z | Compiling toml_edit v0.22.12 |
1630 | 2024-05-13T18:17:11.109Z | Compiling futures-executor v0.3.30 |
1631 | 2024-05-13T18:17:11.270Z | Compiling hubpack_derive v0.1.1 |
1632 | 2024-05-13T18:17:11.588Z | Compiling zerocopy-derive v0.6.6 |
1633 | 2024-05-13T18:17:12.555Z | Compiling lazy_static v1.4.0 |
1634 | 2024-05-13T18:17:13.559Z | Compiling stable_deref_trait v1.2.0 |
1635 | 2024-05-13T18:17:14.277Z | Compiling cpufeatures v0.2.12 |
1636 | 2024-05-13T18:17:14.389Z | Compiling utf8parse v0.2.1 |
1637 | 2024-05-13T18:17:14.904Z | Compiling anstyle v1.0.7 |
1638 | 2024-05-13T18:17:15.409Z | Compiling anstyle-parse v0.2.1 |
1639 | 2024-05-13T18:17:15.425Z | Compiling sha2 v0.10.8 |
1640 | 2024-05-13T18:17:16.981Z | Compiling futures v0.3.30 |
1641 | 2024-05-13T18:17:17.212Z | Compiling spki v0.7.2 |
1642 | 2024-05-13T18:17:17.597Z | Compiling usdt-attr-macro v0.5.0 |
1643 | 2024-05-13T18:17:18.169Z | Compiling usdt-macro v0.5.0 |
1644 | 2024-05-13T18:17:19.080Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1645 | 2024-05-13T18:17:19.280Z | Compiling md-5 v0.10.5 |
1646 | 2024-05-13T18:17:19.616Z | Compiling toml v0.7.8 |
1647 | 2024-05-13T18:17:21.227Z | Compiling hex v0.4.3 |
1648 | 2024-05-13T18:17:22.045Z | Compiling stringprep v0.1.3 |
1649 | 2024-05-13T18:17:22.917Z | Compiling diesel_table_macro_syntax v0.1.0 |
1650 | 2024-05-13T18:17:23.296Z | Compiling num-integer v0.1.46 |
1651 | 2024-05-13T18:17:23.973Z | Compiling hash32 v0.2.1 |
1652 | 2024-05-13T18:17:24.030Z | Compiling fallible-iterator v0.2.0 |
1653 | 2024-05-13T18:17:25.449Z | Compiling colorchoice v1.0.0 |
1654 | 2024-05-13T18:17:26.907Z | Compiling anstyle-query v1.0.0 |
1655 | 2024-05-13T18:17:27.054Z | Compiling anstream v0.6.11 |
1656 | 2024-05-13T18:17:31.510Z | Compiling postgres-protocol v0.6.6 |
1657 | 2024-05-13T18:17:32.757Z | Compiling diesel_derives v2.1.2 |
1658 | 2024-05-13T18:17:40.628Z | Compiling pkcs8 v0.10.2 |
1659 | 2024-05-13T18:17:41.621Z | Compiling phf_shared v0.11.2 |
1660 | 2024-05-13T18:17:42.931Z | Compiling strum_macros v0.25.2 |
1661 | 2024-05-13T18:17:43.007Z | Compiling terminal_size v0.3.0 |
1662 | 2024-05-13T18:17:43.203Z | Compiling enum-as-inner v0.5.1 |
1663 | 2024-05-13T18:17:43.303Z | Compiling block-padding v0.3.3 |
1664 | 2024-05-13T18:17:43.529Z | Compiling clap_derive v4.5.4 |
1665 | 2024-05-13T18:17:44.169Z | Compiling serde_repr v0.1.16 |
1666 | 2024-05-13T18:17:45.289Z | Compiling ff v0.13.0 |
1667 | 2024-05-13T18:17:45.772Z | Compiling scheduled-thread-pool v0.2.7 |
1668 | 2024-05-13T18:17:46.578Z | Compiling strsim v0.11.0 |
1669 | 2024-05-13T18:17:46.585Z | Compiling bitflags v1.3.2 |
1670 | 2024-05-13T18:17:46.714Z | Compiling bit-vec v0.6.3 |
1671 | 2024-05-13T18:17:47.309Z | Compiling managed v0.8.0 |
1672 | 2024-05-13T18:17:47.330Z | Compiling clap_lex v0.7.0 |
1673 | 2024-05-13T18:17:47.819Z | Compiling regex-automata v0.1.10 |
1674 | 2024-05-13T18:17:48.033Z | Compiling base16ct v0.2.0 |
1675 | 2024-05-13T18:17:48.176Z | Compiling matches v0.1.10 |
1676 | 2024-05-13T18:17:48.254Z | Compiling sec1 v0.7.3 |
1677 | 2024-05-13T18:17:48.288Z | Compiling idna v0.2.3 |
1678 | 2024-05-13T18:17:48.288Z | Compiling bstr v0.2.17 |
1679 | 2024-05-13T18:17:48.790Z | Compiling clap_builder v4.5.2 |
1680 | 2024-05-13T18:17:50.740Z | Compiling r2d2 v0.8.10 |
1681 | 2024-05-13T18:17:50.745Z | Compiling group v0.13.0 |
1682 | 2024-05-13T18:17:50.771Z | Compiling inout v0.1.3 |
1683 | 2024-05-13T18:17:51.976Z | Compiling phf v0.11.2 |
1684 | 2024-05-13T18:17:52.306Z | Compiling signal-hook-mio v0.2.3 |
1685 | 2024-05-13T18:17:52.478Z | Compiling bzip2 v0.4.4 |
1686 | 2024-05-13T18:17:52.979Z | Compiling postgres-types v0.2.6 |
1687 | 2024-05-13T18:17:53.646Z | Compiling zerocopy v0.6.6 |
1688 | 2024-05-13T18:17:54.372Z | Compiling hubpack v0.1.2 |
1689 | 2024-05-13T18:17:54.473Z | Compiling phf_shared v0.10.0 |
1690 | 2024-05-13T18:17:54.540Z | Compiling hkdf v0.12.4 |
1691 | 2024-05-13T18:17:54.848Z | Compiling ipnetwork v0.20.0 |
1692 | 2024-05-13T18:17:55.909Z | Compiling crypto-bigint v0.5.2 |
1693 | 2024-05-13T18:17:56.102Z | Compiling float-cmp v0.9.0 |
1694 | 2024-05-13T18:17:56.153Z | Compiling blake3 v1.5.0 |
1695 | 2024-05-13T18:17:56.727Z | Compiling memmap v0.7.0 |
1696 | 2024-05-13T18:17:56.733Z | Compiling normalize-line-endings v0.3.0 |
1697 | 2024-05-13T18:17:56.733Z | Compiling strsim v0.10.0 |
1698 | 2024-05-13T18:17:56.737Z | Compiling unicode-segmentation v1.10.1 |
1699 | 2024-05-13T18:17:57.337Z | Compiling new_debug_unreachable v1.0.4 |
1700 | 2024-05-13T18:17:57.446Z | Compiling data-encoding v2.4.0 |
1701 | 2024-05-13T18:17:57.563Z | Compiling precomputed-hash v0.1.1 |
1702 | 2024-05-13T18:17:57.943Z | Compiling fixedbitset v0.4.2 |
1703 | 2024-05-13T18:17:58.359Z | Compiling whoami v1.5.1 |
1704 | 2024-05-13T18:17:58.791Z | Compiling minimal-lexical v0.2.1 |
1705 | 2024-05-13T18:17:58.890Z | Compiling ident_case v1.0.1 |
1706 | 2024-05-13T18:17:58.927Z | Compiling static_assertions v1.1.0 |
1707 | 2024-05-13T18:17:59.040Z | Compiling difflib v0.4.0 |
1708 | 2024-05-13T18:17:59.087Z | Compiling predicates-core v1.0.6 |
1709 | 2024-05-13T18:17:59.133Z | Compiling darling_core v0.20.8 |
1710 | 2024-05-13T18:17:59.292Z | Compiling nom v7.1.3 |
1711 | 2024-05-13T18:17:59.316Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1712 | 2024-05-13T18:18:00.255Z | Compiling predicates v3.1.0 |
1713 | 2024-05-13T18:18:01.107Z | Compiling tokio-postgres v0.7.10 |
1714 | 2024-05-13T18:18:01.890Z | Compiling petgraph v0.6.4 |
1715 | 2024-05-13T18:18:02.817Z | Compiling trust-dns-proto v0.22.0 |
1716 | 2024-05-13T18:18:03.076Z | Compiling string_cache v0.8.7 |
1717 | 2024-05-13T18:18:03.525Z | Compiling elliptic-curve v0.13.8 |
1718 | 2024-05-13T18:18:04.242Z | Compiling similar v2.4.0 |
1719 | 2024-05-13T18:18:05.095Z | Compiling usdt v0.5.0 |
1720 | 2024-05-13T18:18:05.437Z | Compiling diesel v2.1.6 |
1721 | 2024-05-13T18:18:05.896Z | Compiling yasna v0.5.2 |
1722 | 2024-05-13T18:18:06.075Z | Compiling zip v0.6.6 |
1723 | 2024-05-13T18:18:06.355Z | Compiling crossterm v0.27.0 |
1724 | 2024-05-13T18:18:06.414Z | Compiling clap v4.5.4 |
1725 | 2024-05-13T18:18:06.546Z | Compiling cipher v0.4.4 |
1726 | 2024-05-13T18:18:07.345Z | Compiling bit-set v0.5.3 |
1727 | 2024-05-13T18:18:07.668Z | Compiling num-iter v0.1.44 |
1728 | 2024-05-13T18:18:07.850Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1729 | 2024-05-13T18:18:08.657Z | Compiling console v0.15.8 |
1730 | 2024-05-13T18:18:10.011Z | Compiling itertools v0.10.5 |
1731 | 2024-05-13T18:18:10.033Z | Compiling getopts v0.2.21 |
1732 | 2024-05-13T18:18:10.535Z | Compiling tokio-stream v0.1.15 |
1733 | 2024-05-13T18:18:11.554Z | Compiling bstr v1.9.0 |
1734 | 2024-05-13T18:18:11.942Z | Compiling unsafe-libyaml v0.2.10 |
1735 | 2024-05-13T18:18:11.970Z | Compiling lalrpop-util v0.19.12 |
1736 | 2024-05-13T18:18:12.342Z | Compiling peg-runtime v0.8.3 |
1737 | 2024-05-13T18:18:13.320Z | Compiling serde_yaml v0.9.25 |
1738 | 2024-05-13T18:18:16.511Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1739 | 2024-05-13T18:18:16.970Z | Compiling darling_macro v0.20.8 |
1740 | 2024-05-13T18:18:17.212Z | Compiling crossbeam-deque v0.8.3 |
1741 | 2024-05-13T18:18:19.035Z | Compiling fastrand v2.0.1 |
1742 | 2024-05-13T18:18:19.547Z | Compiling same-file v1.0.6 |
1743 | 2024-05-13T18:18:19.789Z | Compiling walkdir v2.5.0 |
1744 | 2024-05-13T18:18:20.458Z | Compiling tempfile v3.10.1 |
1745 | 2024-05-13T18:18:23.898Z | Compiling darling v0.20.8 |
1746 | 2024-05-13T18:18:23.912Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1747 | 2024-05-13T18:18:28.836Z | Compiling proc-macro-crate v1.3.1 |
1748 | 2024-05-13T18:18:32.253Z | Compiling heapless v0.8.0 |
1749 | 2024-05-13T18:18:38.960Z | Compiling num_enum_derive v0.5.11 |
1750 | 2024-05-13T18:18:41.406Z | Compiling rayon v1.10.0 |
1751 | 2024-05-13T18:18:42.494Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1752 | 2024-05-13T18:18:44.291Z | Compiling xattr v1.0.1 |
1753 | 2024-05-13T18:18:44.551Z | Compiling memmap2 v0.7.1 |
1754 | 2024-05-13T18:18:44.627Z | Compiling filetime v0.2.23 |
1755 | 2024-05-13T18:18:44.931Z | Compiling hash32 v0.3.1 |
1756 | 2024-05-13T18:18:45.718Z | Compiling smoltcp v0.11.0 |
1757 | 2024-05-13T18:18:45.750Z | Compiling home v0.5.5 |
1758 | 2024-05-13T18:18:45.820Z | Compiling arrayvec v0.7.4 |
1759 | 2024-05-13T18:18:45.991Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1760 | 2024-05-13T18:18:46.236Z | Compiling rustls-pki-types v1.3.0 |
1761 | 2024-05-13T18:18:46.349Z | Compiling constant_time_eq v0.3.0 |
1762 | 2024-05-13T18:18:46.395Z | Compiling arrayref v0.3.7 |
1763 | 2024-05-13T18:18:49.850Z | Compiling toolchain_find v0.4.0 |
1764 | 2024-05-13T18:18:51.347Z | Compiling tar v0.4.40 |
1765 | 2024-05-13T18:18:56.884Z | Compiling num_enum v0.5.11 |
1766 | 2024-05-13T18:18:57.079Z | Compiling camino-tempfile v1.1.1 |
1767 | 2024-05-13T18:19:04.129Z | Compiling toml v0.8.12 |
1768 | 2024-05-13T18:19:04.358Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1769 | 2024-05-13T18:19:05.910Z | Compiling dirs-sys-next v0.1.2 |
1770 | 2024-05-13T18:19:06.026Z | Compiling proc-macro-error-attr v1.0.4 |
1771 | 2024-05-13T18:19:06.613Z | Compiling embedded-io v0.4.0 |
1772 | 2024-05-13T18:19:06.833Z | Compiling rustls v0.22.4 |
1773 | 2024-05-13T18:19:07.076Z | Compiling paste v1.0.14 |
1774 | 2024-05-13T18:19:07.144Z | Compiling topological-sort v0.2.2 |
1775 | 2024-05-13T18:19:07.679Z | Compiling cobs v0.2.3 |
1776 | 2024-05-13T18:19:08.164Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1777 | 2024-05-13T18:19:09.495Z | Compiling postcard v1.0.8 |
1778 | 2024-05-13T18:19:13.433Z | Compiling omicron-zone-package v0.11.0 |
1779 | 2024-05-13T18:19:15.742Z | Compiling dirs-next v2.0.0 |
1780 | 2024-05-13T18:19:19.076Z | Compiling rustfmt-wrapper v0.2.1 |
1781 | 2024-05-13T18:19:19.686Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1782 | 2024-05-13T18:19:23.304Z | Compiling rustls-webpki v0.102.1 |
1783 | 2024-05-13T18:19:29.406Z | Compiling strum_macros v0.26.1 |
1784 | 2024-05-13T18:19:31.539Z | Compiling structmeta-derive v0.3.0 |
1785 | 2024-05-13T18:19:31.854Z | Compiling foreign-types-macros v0.2.3 |
1786 | 2024-05-13T18:19:31.939Z | Compiling thread_local v1.1.7 |
1787 | 2024-05-13T18:19:32.018Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1788 | 2024-05-13T18:19:32.355Z | Compiling proc-macro-error v1.0.4 |
1789 | 2024-05-13T18:19:32.708Z | Compiling multer v3.1.0 |
1790 | 2024-05-13T18:19:32.785Z | Compiling foreign-types-shared v0.3.1 |
1791 | 2024-05-13T18:19:32.924Z | Compiling match_cfg v0.1.0 |
1792 | 2024-05-13T18:19:33.039Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1793 | 2024-05-13T18:19:33.370Z | Compiling slog-async v2.8.0 |
1794 | 2024-05-13T18:19:33.490Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1795 | 2024-05-13T18:19:33.675Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1796 | 2024-05-13T18:19:33.998Z | Compiling foreign-types v0.5.0 |
1797 | 2024-05-13T18:19:34.059Z | Compiling strum v0.26.2 |
1798 | 2024-05-13T18:19:34.138Z | Compiling hostname v0.3.1 |
1799 | 2024-05-13T18:19:34.353Z | Compiling structmeta v0.3.0 |
1800 | 2024-05-13T18:19:34.396Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1801 | 2024-05-13T18:19:34.756Z | Compiling term v0.7.0 |
1802 | 2024-05-13T18:19:39.490Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1803 | 2024-05-13T18:19:39.760Z | Compiling slog-json v2.6.1 |
1804 | 2024-05-13T18:19:40.303Z | Compiling is-terminal v0.4.9 |
1805 | 2024-05-13T18:19:40.468Z | Compiling tabwriter v1.4.0 |
1806 | 2024-05-13T18:19:40.629Z | Compiling crossbeam-channel v0.5.8 |
1807 | 2024-05-13T18:19:41.303Z | Compiling http v1.0.0 |
1808 | 2024-05-13T18:19:42.415Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1809 | 2024-05-13T18:19:43.250Z | Compiling async-stream-impl v0.3.5 |
1810 | 2024-05-13T18:19:44.612Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1811 | 2024-05-13T18:19:45.526Z | Compiling cstr-argument v0.1.2 |
1812 | 2024-05-13T18:19:45.805Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1813 | 2024-05-13T18:19:46.148Z | Compiling pretty-hex v0.2.1 |
1814 | 2024-05-13T18:19:46.390Z | Compiling base64 v0.22.1 |
1815 | 2024-05-13T18:19:46.825Z | Compiling take_mut v0.2.2 |
1816 | 2024-05-13T18:19:47.004Z | Compiling crucible-workspace-hack v0.1.0 |
1817 | 2024-05-13T18:19:47.055Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1818 | 2024-05-13T18:19:47.328Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1819 | 2024-05-13T18:19:47.388Z | Compiling atomic-waker v1.1.1 |
1820 | 2024-05-13T18:19:47.543Z | Compiling waitgroup v0.1.2 |
1821 | 2024-05-13T18:19:47.777Z | Compiling rustls-pemfile v2.1.2 |
1822 | 2024-05-13T18:19:48.573Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1823 | 2024-05-13T18:19:49.066Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1824 | 2024-05-13T18:19:50.011Z | Compiling async-stream v0.3.5 |
1825 | 2024-05-13T18:19:50.331Z | Compiling slog-term v2.9.1 |
1826 | 2024-05-13T18:19:50.440Z | Compiling slog-bunyan v2.5.0 |
1827 | 2024-05-13T18:19:50.891Z | Compiling tokio-rustls v0.25.0 |
1828 | 2024-05-13T18:19:51.612Z | Compiling parse-display-derive v0.9.0 |
1829 | 2024-05-13T18:19:53.165Z | Compiling serde_with_macros v3.7.0 |
1830 | 2024-05-13T18:19:53.350Z | Compiling sha1 v0.10.6 |
1831 | 2024-05-13T18:19:54.740Z | Compiling colored v2.1.0 |
1832 | 2024-05-13T18:19:55.833Z | Compiling newtype-uuid v1.1.0 |
1833 | 2024-05-13T18:19:56.004Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1834 | 2024-05-13T18:19:56.114Z | Compiling serde_path_to_error v0.1.16 |
1835 | 2024-05-13T18:19:56.168Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1836 | 2024-05-13T18:19:56.942Z | Compiling socket2 v0.4.9 |
1837 | 2024-05-13T18:19:57.134Z | Compiling hostname v0.4.0 |
1838 | 2024-05-13T18:19:57.424Z | Compiling instant v0.1.12 |
1839 | 2024-05-13T18:19:57.613Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1840 | 2024-05-13T18:19:58.029Z | Compiling debug-ignore v1.0.5 |
1841 | 2024-05-13T18:19:58.073Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1842 | 2024-05-13T18:19:58.601Z | Compiling backoff v0.4.0 |
1843 | 2024-05-13T18:19:59.612Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1844 | 2024-05-13T18:19:59.827Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1845 | 2024-05-13T18:20:00.806Z | Compiling serde_with v3.7.0 |
1846 | 2024-05-13T18:20:07.376Z | Compiling parse-display v0.9.0 |
1847 | 2024-05-13T18:20:08.977Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1848 | 2024-05-13T18:20:09.472Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1849 | 2024-05-13T18:20:10.331Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1850 | 2024-05-13T18:20:10.387Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1851 | 2024-05-13T18:20:10.410Z | Compiling macaddr v1.0.1 |
1852 | 2024-05-13T18:20:10.598Z | Compiling num-derive v0.4.0 |
1853 | 2024-05-13T18:20:10.855Z | Compiling sigpipe v0.1.3 |
1854 | 2024-05-13T18:20:10.995Z | Compiling libefi-sys v0.1.0 |
1855 | 2024-05-13T18:20:11.053Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1856 | 2024-05-13T18:20:11.359Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1857 | 2024-05-13T18:20:11.936Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1858 | 2024-05-13T18:20:12.942Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
1859 | 2024-05-13T18:20:14.703Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1860 | 2024-05-13T18:20:15.096Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1861 | 2024-05-13T18:20:15.949Z | Compiling smf v0.2.3 |
1862 | 2024-05-13T18:20:17.812Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1863 | 2024-05-13T18:20:18.250Z | Compiling portable-atomic v1.4.3 |
1864 | 2024-05-13T18:20:19.079Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1865 | 2024-05-13T18:20:20.381Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1866 | 2024-05-13T18:20:20.596Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1867 | 2024-05-13T18:20:22.178Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1868 | 2024-05-13T18:20:22.940Z | Compiling gethostname v0.4.3 |
1869 | 2024-05-13T18:20:23.353Z | Compiling number_prefix v0.4.0 |
1870 | 2024-05-13T18:20:23.616Z | Compiling swrite v0.1.0 |
1871 | 2024-05-13T18:20:24.520Z | Compiling indicatif v0.17.8 |
1872 | 2024-05-13T18:20:26.747Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1873 | 2024-05-13T18:20:30.217Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1874 | 2024-05-13T18:20:32.224Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1875 | 2024-05-13T18:20:34.403Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1876 | 2024-05-13T18:20:55.057Z | Finished release [optimized] target(s) in 5m 23s |
1877 | 2024-05-13T18:20:55.321Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1878 | 2024-05-13T18:20:55.391Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1879 | 2024-05-13T18:20:55.395Z | Created new build target 'test' and set it as active |
1880 | 2024-05-13T18:20:55.395Z | |
1881 | 2024-05-13T18:20:55.395Z | real 5:24.079426197 |
1882 | 2024-05-13T18:20:55.395Z | user 34:09.337198250 |
1883 | 2024-05-13T18:20:55.395Z | sys 4:09.605183185 |
1884 | 2024-05-13T18:20:55.395Z | trap 1.057662321 |
1885 | 2024-05-13T18:20:55.395Z | tflt 8.480760683 |
1886 | 2024-05-13T18:20:55.395Z | dflt 9.002101848 |
1887 | 2024-05-13T18:20:55.395Z | kflt 0.022863903 |
1888 | 2024-05-13T18:20:55.395Z | lock 1:12:53.386659265 |
1889 | 2024-05-13T18:20:55.395Z | slp 1:38:51.850264318 |
1890 | 2024-05-13T18:20:55.395Z | lat 2:09.214694982 |
1891 | 2024-05-13T18:20:55.395Z | stop 4:01.418634702 |
1892 | 2024-05-13T18:20:55.395Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1893 | 2024-05-13T18:20:56.224Z | Finished release [optimized] target(s) in 0.78s |
1894 | 2024-05-13T18:20:56.247Z | Running `target/release/omicron-package -t test package` |
1895 | 2024-05-13T18:20:56.275Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1896 | 2024-05-13T18:20:57.120Z | Compiling newline-converter v0.3.0 |
1897 | 2024-05-13T18:20:57.123Z | Compiling humantime v2.1.0 |
1898 | 2024-05-13T18:20:57.201Z | Compiling unicode-xid v0.2.4 |
1899 | 2024-05-13T18:20:57.209Z | Compiling linked-hash-map v0.5.6 |
1900 | 2024-05-13T18:20:57.221Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1901 | 2024-05-13T18:20:57.232Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1902 | 2024-05-13T18:20:57.232Z | Compiling password-hash v0.5.0 |
1903 | 2024-05-13T18:20:57.232Z | Compiling blake2 v0.10.6 |
1904 | 2024-05-13T18:20:57.322Z | Compiling expectorate v1.1.0 |
1905 | 2024-05-13T18:20:57.334Z | Compiling semver v0.1.20 |
1906 | 2024-05-13T18:20:57.473Z | Compiling bytecount v0.6.3 |
1907 | 2024-05-13T18:20:57.549Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1908 | 2024-05-13T18:20:57.575Z | Compiling lru-cache v0.1.2 |
1909 | 2024-05-13T18:20:57.760Z | Compiling argon2 v0.5.3 |
1910 | 2024-05-13T18:20:57.773Z | Compiling rustc_version v0.1.7 |
1911 | 2024-05-13T18:20:57.883Z | Compiling papergrid v0.11.0 |
1912 | 2024-05-13T18:20:57.999Z | Compiling tabled_derive v0.7.0 |
1913 | 2024-05-13T18:20:58.184Z | Compiling newtype_derive v0.1.6 |
1914 | 2024-05-13T18:20:58.492Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1915 | 2024-05-13T18:20:58.651Z | Compiling quick-error v1.2.3 |
1916 | 2024-05-13T18:20:58.798Z | Compiling resolv-conf v0.7.0 |
1917 | 2024-05-13T18:20:59.204Z | Compiling trust-dns-resolver v0.22.0 |
1918 | 2024-05-13T18:20:59.570Z | Compiling steno v0.4.0 |
1919 | 2024-05-13T18:21:00.247Z | Compiling tabled v0.15.0 |
1920 | 2024-05-13T18:21:00.483Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1921 | 2024-05-13T18:21:00.587Z | Compiling derive-where v1.2.7 |
1922 | 2024-05-13T18:21:03.925Z | Compiling num-rational v0.4.1 |
1923 | 2024-05-13T18:21:03.986Z | Compiling slog-dtrace v0.3.0 |
1924 | 2024-05-13T18:21:04.264Z | Compiling termcolor v1.2.0 |
1925 | 2024-05-13T18:21:04.653Z | Compiling itertools v0.12.1 |
1926 | 2024-05-13T18:21:05.318Z | Compiling utf-8 v0.7.6 |
1927 | 2024-05-13T18:21:08.638Z | Compiling num-complex v0.4.5 |
1928 | 2024-05-13T18:21:09.937Z | Compiling num v0.4.2 |
1929 | 2024-05-13T18:21:09.994Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1930 | 2024-05-13T18:21:10.058Z | Compiling nibble_vec v0.1.0 |
1931 | 2024-05-13T18:21:10.288Z | Compiling endian-type v0.1.2 |
1932 | 2024-05-13T18:21:10.547Z | Compiling radium v0.7.0 |
1933 | 2024-05-13T18:21:10.988Z | Compiling radix_trie v0.2.1 |
1934 | 2024-05-13T18:21:11.059Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1935 | 2024-05-13T18:21:11.957Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1936 | 2024-05-13T18:21:12.335Z | Compiling tungstenite v0.20.1 |
1937 | 2024-05-13T18:21:14.007Z | Compiling maybe-uninit v2.0.0 |
1938 | 2024-05-13T18:21:14.461Z | Compiling tap v1.0.1 |
1939 | 2024-05-13T18:21:14.644Z | Compiling wyz v0.5.1 |
1940 | 2024-05-13T18:21:15.194Z | Compiling tokio-tungstenite v0.20.1 |
1941 | 2024-05-13T18:21:16.408Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1942 | 2024-05-13T18:21:17.969Z | Compiling arc-swap v1.6.0 |
1943 | 2024-05-13T18:21:18.759Z | Compiling crc-catalog v2.2.0 |
1944 | 2024-05-13T18:21:18.906Z | Compiling cancel-safe-futures v0.1.5 |
1945 | 2024-05-13T18:21:19.273Z | Compiling funty v2.0.0 |
1946 | 2024-05-13T18:21:21.964Z | Compiling packed_struct v0.10.1 |
1947 | 2024-05-13T18:21:22.395Z | Compiling display-error-chain v0.2.0 |
1948 | 2024-05-13T18:21:22.587Z | Compiling num-bigint-dig v0.8.4 |
1949 | 2024-05-13T18:21:22.763Z | Compiling bitvec v1.0.1 |
1950 | 2024-05-13T18:21:22.959Z | Compiling crc v3.0.1 |
1951 | 2024-05-13T18:21:23.681Z | Compiling slog-scope v4.4.0 |
1952 | 2024-05-13T18:21:23.824Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1953 | 2024-05-13T18:21:23.864Z | Compiling fxhash v0.2.1 |
1954 | 2024-05-13T18:21:24.107Z | Compiling packed_struct_codegen v0.10.1 |
1955 | 2024-05-13T18:21:24.399Z | Compiling indexmap v1.9.3 |
1956 | 2024-05-13T18:21:24.618Z | Compiling nodrop v0.1.14 |
1957 | 2024-05-13T18:21:24.741Z | Compiling array-init v0.0.4 |
1958 | 2024-05-13T18:21:24.751Z | Compiling slog-stdlog v4.1.1 |
1959 | 2024-05-13T18:21:25.740Z | Compiling smallvec v0.6.14 |
1960 | 2024-05-13T18:21:26.742Z | Compiling synstructure v0.12.6 |
1961 | 2024-05-13T18:21:26.803Z | Compiling pkcs1 v0.7.5 |
1962 | 2024-05-13T18:21:28.308Z | Compiling signature v2.1.0 |
1963 | 2024-05-13T18:21:28.558Z | Compiling dirs-sys-next v0.1.2 |
1964 | 2024-05-13T18:21:29.071Z | Compiling half v2.3.1 |
1965 | 2024-05-13T18:21:29.793Z | Compiling glob v0.3.1 |
1966 | 2024-05-13T18:21:30.613Z | Compiling hashbrown v0.12.3 |
1967 | 2024-05-13T18:21:31.007Z | Compiling ciborium-io v0.2.2 |
1968 | 2024-05-13T18:21:31.169Z | Compiling bitfield v0.14.0 |
1969 | 2024-05-13T18:21:31.306Z | Compiling crunchy v0.2.2 |
1970 | 2024-05-13T18:21:31.445Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1971 | 2024-05-13T18:21:31.804Z | Compiling ciborium-ll v0.2.2 |
1972 | 2024-05-13T18:21:32.335Z | Compiling clang-sys v1.6.1 |
1973 | 2024-05-13T18:21:33.041Z | Compiling rsa v0.9.2 |
1974 | 2024-05-13T18:21:33.186Z | Compiling dirs-next v2.0.0 |
1975 | 2024-05-13T18:21:33.427Z | Compiling zerocopy-derive v0.2.0 |
1976 | 2024-05-13T18:21:35.220Z | Compiling serde-hex v0.1.0 |
1977 | 2024-05-13T18:21:37.614Z | Compiling slog-envlogger v2.2.0 |
1978 | 2024-05-13T18:21:38.573Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1979 | 2024-05-13T18:21:38.791Z | Compiling env_logger v0.10.0 |
1980 | 2024-05-13T18:21:38.909Z | Compiling x509-cert v0.2.4 |
1981 | 2024-05-13T18:21:40.489Z | Compiling ron v0.8.1 |
1982 | 2024-05-13T18:21:40.520Z | Compiling hashbrown v0.13.2 |
1983 | 2024-05-13T18:21:41.932Z | Compiling crc-any v2.4.3 |
1984 | 2024-05-13T18:21:42.856Z | Compiling prettyplease v0.2.19 |
1985 | 2024-05-13T18:21:42.900Z | Compiling maplit v1.0.2 |
1986 | 2024-05-13T18:21:43.015Z | Compiling tiny-keccak v2.0.2 |
1987 | 2024-05-13T18:21:43.173Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1988 | 2024-05-13T18:21:43.339Z | Compiling object v0.30.4 |
1989 | 2024-05-13T18:21:44.923Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1990 | 2024-05-13T18:21:46.446Z | Compiling term v0.7.0 |
1991 | 2024-05-13T18:21:47.087Z | Compiling ciborium v0.2.2 |
1992 | 2024-05-13T18:21:47.824Z | Compiling atty v0.2.14 |
1993 | 2024-05-13T18:21:47.965Z | Compiling path-slash v0.1.5 |
1994 | 2024-05-13T18:21:48.636Z | Compiling ascii-canvas v3.0.0 |
1995 | 2024-05-13T18:21:48.807Z | Compiling is-terminal v0.4.9 |
1996 | 2024-05-13T18:21:48.929Z | Compiling libsw v3.3.1 |
1997 | 2024-05-13T18:21:49.093Z | Compiling ena v0.14.2 |
1998 | 2024-05-13T18:21:49.261Z | Compiling libloading v0.7.4 |
1999 | 2024-05-13T18:21:49.294Z | Compiling usdt-impl v0.3.5 |
2000 | 2024-05-13T18:21:49.505Z | Compiling convert_case v0.4.0 |
2001 | 2024-05-13T18:21:49.615Z | Compiling owo-colors v4.0.0 |
2002 | 2024-05-13T18:21:49.653Z | Compiling parking_lot_core v0.8.6 |
2003 | 2024-05-13T18:21:50.090Z | Compiling linear-map v1.2.0 |
2004 | 2024-05-13T18:21:50.642Z | Compiling bindgen v0.69.2 |
2005 | 2024-05-13T18:21:50.642Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2006 | 2024-05-13T18:21:50.710Z | Compiling regex-syntax v0.6.29 |
2007 | 2024-05-13T18:21:51.394Z | Compiling diff v0.1.13 |
2008 | 2024-05-13T18:21:51.933Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2009 | 2024-05-13T18:21:52.344Z | Compiling derive_more v0.99.17 |
2010 | 2024-05-13T18:21:56.157Z | Compiling lalrpop v0.19.12 |
2011 | 2024-05-13T18:21:59.931Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2012 | 2024-05-13T18:22:02.646Z | Compiling cexpr v0.6.0 |
2013 | 2024-05-13T18:22:03.016Z | Compiling which v4.4.0 |
2014 | 2024-05-13T18:22:03.555Z | Compiling unicase v2.7.0 |
2015 | 2024-05-13T18:22:03.886Z | Compiling shlex v1.3.0 |
2016 | 2024-05-13T18:22:04.082Z | Compiling lazycell v1.3.0 |
2017 | 2024-05-13T18:22:04.256Z | Compiling rustc-hash v1.1.0 |
2018 | 2024-05-13T18:22:04.266Z | Compiling peeking_take_while v0.1.2 |
2019 | 2024-05-13T18:22:04.449Z | Compiling zerocopy v0.3.0 |
2020 | 2024-05-13T18:22:05.234Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2021 | 2024-05-13T18:22:05.340Z | Compiling derive_builder_core v0.20.0 |
2022 | 2024-05-13T18:22:06.268Z | Compiling pem v3.0.4 |
2023 | 2024-05-13T18:22:07.613Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2024 | 2024-05-13T18:22:07.798Z | Compiling headers-core v0.2.0 |
2025 | 2024-05-13T18:22:07.822Z | Compiling libxml v0.3.3 |
2026 | 2024-05-13T18:22:07.959Z | Compiling async-recursion v1.1.0 |
2027 | 2024-05-13T18:22:08.175Z | Compiling ref-cast v1.0.22 |
2028 | 2024-05-13T18:22:08.231Z | Compiling platforms v3.0.2 |
2029 | 2024-05-13T18:22:08.660Z | Compiling headers v0.3.9 |
2030 | 2024-05-13T18:22:08.710Z | Compiling derive_builder_macro v0.20.0 |
2031 | 2024-05-13T18:22:09.389Z | Compiling dof v0.1.5 |
2032 | 2024-05-13T18:22:09.581Z | Compiling parking_lot v0.11.2 |
2033 | 2024-05-13T18:22:10.187Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2034 | 2024-05-13T18:22:12.164Z | Compiling trust-dns-client v0.22.0 |
2035 | 2024-05-13T18:22:12.659Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2036 | 2024-05-13T18:22:12.977Z | Compiling dtrace-parser v0.1.14 |
2037 | 2024-05-13T18:22:14.566Z | Compiling strum_macros v0.24.3 |
2038 | 2024-05-13T18:22:15.550Z | Compiling toml v0.5.11 |
2039 | 2024-05-13T18:22:17.086Z | Compiling ref-cast-impl v1.0.22 |
2040 | 2024-05-13T18:22:18.136Z | Compiling vte_generate_state_changes v0.1.1 |
2041 | 2024-05-13T18:22:18.238Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2042 | 2024-05-13T18:22:18.253Z | Compiling cookie v0.18.1 |
2043 | 2024-05-13T18:22:18.586Z | Compiling cfg_aliases v0.1.1 |
2044 | 2024-05-13T18:22:18.597Z | Compiling indoc v1.0.9 |
2045 | 2024-05-13T18:22:18.688Z | Compiling buf-list v1.0.3 |
2046 | 2024-05-13T18:22:18.705Z | Compiling samael v0.0.15 |
2047 | 2024-05-13T18:22:18.760Z | Compiling vte v0.11.1 |
2048 | 2024-05-13T18:22:19.326Z | Compiling nix v0.28.0 |
2049 | 2024-05-13T18:22:19.775Z | Compiling trust-dns-server v0.22.1 |
2050 | 2024-05-13T18:22:20.694Z | Compiling sled v0.34.7 |
2051 | 2024-05-13T18:22:21.535Z | Compiling derive_builder v0.20.0 |
2052 | 2024-05-13T18:22:23.057Z | Compiling polar-core v0.27.3 |
2053 | 2024-05-13T18:22:24.175Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2054 | 2024-05-13T18:22:25.289Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2055 | 2024-05-13T18:22:25.636Z | Compiling const_format_proc_macros v0.2.32 |
2056 | 2024-05-13T18:22:26.091Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2057 | 2024-05-13T18:22:27.198Z | Compiling fd-lock v4.0.2 |
2058 | 2024-05-13T18:22:27.427Z | Compiling bb8 v0.8.3 |
2059 | 2024-05-13T18:22:27.574Z | Compiling quick-xml v0.31.0 |
2060 | 2024-05-13T18:22:27.664Z | Compiling serde_tokenstream v0.1.7 |
2061 | 2024-05-13T18:22:27.955Z | Compiling oso-derive v0.27.3 |
2062 | 2024-05-13T18:22:28.166Z | Compiling impl-trait-for-tuples v0.2.2 |
2063 | 2024-05-13T18:22:28.986Z | Compiling pin-project-internal v1.1.3 |
2064 | 2024-05-13T18:22:31.569Z | Compiling memoffset v0.7.1 |
2065 | 2024-05-13T18:22:31.852Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2066 | 2024-05-13T18:22:32.052Z | Compiling pin-project v1.1.3 |
2067 | 2024-05-13T18:22:32.184Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2068 | 2024-05-13T18:22:32.190Z | Compiling const_format v0.2.32 |
2069 | 2024-05-13T18:22:35.228Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2070 | 2024-05-13T18:22:37.617Z | Compiling curve25519-dalek v4.1.2 |
2071 | 2024-05-13T18:22:38.066Z | Compiling strip-ansi-escapes v0.2.0 |
2072 | 2024-05-13T18:22:42.632Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2073 | 2024-05-13T18:22:42.996Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2074 | 2024-05-13T18:22:48.272Z | Compiling oso v0.27.3 |
2075 | 2024-05-13T18:22:49.416Z | Compiling kstat-rs v0.2.3 |
2076 | 2024-05-13T18:22:50.379Z | Compiling snafu-derive v0.8.2 |
2077 | 2024-05-13T18:22:55.654Z | Compiling fs-err v2.11.0 |
2078 | 2024-05-13T18:22:56.005Z | Compiling keccak v0.1.4 |
2079 | 2024-05-13T18:22:56.988Z | Compiling nu-ansi-term v0.50.0 |
2080 | 2024-05-13T18:22:58.259Z | Compiling reedline v0.31.0 |
2081 | 2024-05-13T18:22:58.328Z | Compiling sha3 v0.10.8 |
2082 | 2024-05-13T18:22:59.400Z | Compiling snafu v0.8.2 |
2083 | 2024-05-13T18:23:00.438Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2084 | 2024-05-13T18:23:08.643Z | Compiling mime_guess v2.0.4 |
2085 | 2024-05-13T18:23:09.924Z | Compiling usdt-attr-macro v0.3.5 |
2086 | 2024-05-13T18:23:10.318Z | Compiling usdt-macro v0.3.5 |
2087 | 2024-05-13T18:23:11.324Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2088 | 2024-05-13T18:23:11.598Z | Compiling env_logger v0.9.3 |
2089 | 2024-05-13T18:23:11.610Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2090 | 2024-05-13T18:23:16.495Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2091 | 2024-05-13T18:23:16.544Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2092 | 2024-05-13T18:23:17.022Z | Compiling globset v0.4.13 |
2093 | 2024-05-13T18:23:23.381Z | Compiling peg-macros v0.8.3 |
2094 | 2024-05-13T18:23:23.540Z | Compiling olpc-cjson v0.1.3 |
2095 | 2024-05-13T18:23:23.868Z | Compiling universal-hash v0.5.1 |
2096 | 2024-05-13T18:23:24.108Z | Compiling secrecy v0.8.0 |
2097 | 2024-05-13T18:23:24.383Z | Compiling bitstruct_derive v0.1.0 |
2098 | 2024-05-13T18:23:25.747Z | Compiling thiserror-impl-no-std v2.0.2 |
2099 | 2024-05-13T18:23:25.793Z | Compiling serde_plain v1.0.2 |
2100 | 2024-05-13T18:23:26.038Z | Compiling curve25519-dalek-derive v0.1.0 |
2101 | 2024-05-13T18:23:26.336Z | Compiling nanorand v0.7.0 |
2102 | 2024-05-13T18:23:26.881Z | Compiling sqlparser_derive v0.2.2 |
2103 | 2024-05-13T18:23:27.111Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2104 | 2024-05-13T18:23:27.251Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2105 | 2024-05-13T18:23:27.473Z | Compiling signature v1.6.4 |
2106 | 2024-05-13T18:23:27.585Z | Compiling typed-path v0.7.0 |
2107 | 2024-05-13T18:23:27.623Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2108 | 2024-05-13T18:23:27.927Z | Compiling ascii v1.1.0 |
2109 | 2024-05-13T18:23:28.025Z | Compiling home v0.5.5 |
2110 | 2024-05-13T18:23:28.220Z | Compiling unicode_categories v0.1.1 |
2111 | 2024-05-13T18:23:28.461Z | Compiling opaque-debug v0.3.0 |
2112 | 2024-05-13T18:23:28.568Z | Compiling salty v0.2.0 |
2113 | 2024-05-13T18:23:28.600Z | Compiling poly1305 v0.8.0 |
2114 | 2024-05-13T18:23:28.700Z | Compiling sqlformat v0.2.3 |
2115 | 2024-05-13T18:23:29.014Z | Compiling thiserror-no-std v2.0.2 |
2116 | 2024-05-13T18:23:29.151Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2117 | 2024-05-13T18:23:30.307Z | Compiling tough v0.17.1 |
2118 | 2024-05-13T18:23:31.335Z | Compiling rustyline v14.0.0 |
2119 | 2024-05-13T18:23:31.775Z | Compiling sqlparser v0.45.0 |
2120 | 2024-05-13T18:23:34.457Z | Compiling ed25519 v1.5.3 |
2121 | 2024-05-13T18:23:37.611Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2122 | 2024-05-13T18:23:37.891Z | Compiling peg v0.8.3 |
2123 | 2024-05-13T18:23:38.013Z | Compiling flume v0.11.0 |
2124 | 2024-05-13T18:23:38.759Z | Compiling bitstruct v0.1.1 |
2125 | 2024-05-13T18:23:38.894Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2126 | 2024-05-13T18:23:39.434Z | Compiling usdt v0.3.5 |
2127 | 2024-05-13T18:23:40.445Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2128 | 2024-05-13T18:23:42.360Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2129 | 2024-05-13T18:23:45.581Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2130 | 2024-05-13T18:23:50.588Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2131 | 2024-05-13T18:23:50.931Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2132 | 2024-05-13T18:23:51.243Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2133 | 2024-05-13T18:23:52.447Z | Compiling chacha20 v0.9.1 |
2134 | 2024-05-13T18:23:52.893Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2135 | 2024-05-13T18:23:55.266Z | Compiling aead v0.5.2 |
2136 | 2024-05-13T18:23:55.614Z | Compiling bcs v0.1.6 |
2137 | 2024-05-13T18:23:56.520Z | Compiling erased-serde v0.3.31 |
2138 | 2024-05-13T18:23:58.344Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2139 | 2024-05-13T18:23:59.280Z | Compiling serde-big-array v0.5.1 |
2140 | 2024-05-13T18:23:59.570Z | Compiling serde_arrays v0.1.0 |
2141 | 2024-05-13T18:23:59.770Z | Compiling highway v1.1.0 |
2142 | 2024-05-13T18:24:01.238Z | Compiling parse-size v1.0.0 |
2143 | 2024-05-13T18:24:01.546Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2144 | 2024-05-13T18:24:04.483Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2145 | 2024-05-13T18:24:08.398Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2146 | 2024-05-13T18:24:25.983Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2147 | 2024-05-13T18:24:26.515Z | Compiling chacha20poly1305 v0.10.1 |
2148 | 2024-05-13T18:24:27.690Z | Compiling vsss-rs v3.3.4 |
2149 | 2024-05-13T18:24:32.236Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2150 | 2024-05-13T18:24:33.008Z | Compiling signal-hook-tokio v0.3.1 |
2151 | 2024-05-13T18:24:33.213Z | Compiling heck v0.3.3 |
2152 | 2024-05-13T18:24:33.600Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2153 | 2024-05-13T18:24:33.667Z | Compiling castaway v0.2.2 |
2154 | 2024-05-13T18:24:33.847Z | Compiling rand_seeder v0.2.3 |
2155 | 2024-05-13T18:24:34.256Z | Compiling serde-big-array v0.4.1 |
2156 | 2024-05-13T18:24:34.468Z | Compiling http-range v0.1.5 |
2157 | 2024-05-13T18:24:34.695Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2158 | 2024-05-13T18:24:35.092Z | Compiling hyper-staticfile v0.9.5 |
2159 | 2024-05-13T18:24:35.520Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2160 | 2024-05-13T18:24:35.879Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2161 | 2024-05-13T18:24:37.058Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2162 | 2024-05-13T18:24:37.274Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2163 | 2024-05-13T18:24:37.286Z | Compiling compact_str v0.7.1 |
2164 | 2024-05-13T18:24:38.511Z | Compiling zone_cfg_derive v0.1.2 |
2165 | 2024-05-13T18:24:38.884Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2166 | 2024-05-13T18:24:47.173Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2167 | 2024-05-13T18:24:47.783Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2168 | 2024-05-13T18:24:54.500Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2169 | 2024-05-13T18:24:56.071Z | Compiling tungstenite v0.21.0 |
2170 | 2024-05-13T18:24:58.106Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2171 | 2024-05-13T18:24:58.442Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2172 | 2024-05-13T18:24:58.774Z | Compiling lru v0.12.1 |
2173 | 2024-05-13T18:24:59.157Z | Compiling stability v0.2.0 |
2174 | 2024-05-13T18:25:00.293Z | Compiling indoc v2.0.3 |
2175 | 2024-05-13T18:25:01.397Z | Compiling base64 v0.13.1 |
2176 | 2024-05-13T18:25:01.618Z | Compiling cassowary v0.3.0 |
2177 | 2024-05-13T18:25:02.254Z | Compiling corncobs v0.1.3 |
2178 | 2024-05-13T18:25:02.657Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2179 | 2024-05-13T18:25:03.484Z | Compiling ratatui v0.26.2 |
2180 | 2024-05-13T18:25:06.228Z | Compiling ron v0.7.1 |
2181 | 2024-05-13T18:25:11.042Z | Compiling tokio-tungstenite v0.21.0 |
2182 | 2024-05-13T18:25:11.624Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2183 | 2024-05-13T18:25:11.974Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2184 | 2024-05-13T18:25:12.643Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2185 | 2024-05-13T18:25:21.854Z | Compiling zone v0.1.8 |
2186 | 2024-05-13T18:25:25.613Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2187 | 2024-05-13T18:25:36.208Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2188 | 2024-05-13T18:25:36.726Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2189 | 2024-05-13T18:25:38.135Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2190 | 2024-05-13T18:25:39.300Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2191 | 2024-05-13T18:25:39.624Z | Compiling portpicker v0.1.1 |
2192 | 2024-05-13T18:25:40.178Z | Compiling unicode-linebreak v0.1.5 |
2193 | 2024-05-13T18:25:40.765Z | Compiling smawk v0.3.1 |
2194 | 2024-05-13T18:25:40.992Z | Compiling textwrap v0.16.1 |
2195 | 2024-05-13T18:25:44.159Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2196 | 2024-05-13T18:25:44.963Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2197 | 2024-05-13T18:25:49.947Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2198 | 2024-05-13T18:25:56.437Z | Compiling rcgen v0.12.1 |
2199 | 2024-05-13T18:25:57.705Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2200 | 2024-05-13T18:25:58.191Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2201 | 2024-05-13T18:25:58.950Z | Compiling atomicwrites v0.4.3 |
2202 | 2024-05-13T18:25:59.500Z | Compiling fatfs v0.3.6 |
2203 | 2024-05-13T18:26:02.540Z | Compiling rtoolbox v0.0.1 |
2204 | 2024-05-13T18:26:02.985Z | Compiling subprocess v0.2.9 |
2205 | 2024-05-13T18:26:04.069Z | Compiling is_ci v1.2.0 |
2206 | 2024-05-13T18:26:04.376Z | Compiling assert_matches v1.5.0 |
2207 | 2024-05-13T18:26:05.605Z | Compiling supports-color v3.0.0 |
2208 | 2024-05-13T18:26:06.302Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2209 | 2024-05-13T18:26:07.666Z | Compiling rpassword v7.3.1 |
2210 | 2024-05-13T18:26:08.125Z | Compiling tui-tree-widget v0.19.0 |
2211 | 2024-05-13T18:26:08.444Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2212 | 2024-05-13T18:26:08.577Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2213 | 2024-05-13T18:26:09.603Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2214 | 2024-05-13T18:26:09.924Z | Compiling csv-core v0.1.11 |
2215 | 2024-05-13T18:26:10.939Z | Compiling shell-words v1.1.0 |
2216 | 2024-05-13T18:26:11.403Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2217 | 2024-05-13T18:26:12.475Z | Compiling csv v1.3.0 |
2218 | 2024-05-13T18:26:13.828Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2219 | 2024-05-13T18:26:14.704Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2220 | 2024-05-13T18:26:25.518Z | Compiling uzers v0.11.3 |
2221 | 2024-05-13T18:26:28.806Z | Compiling multimap v0.10.0 |
2222 | 2024-05-13T18:26:29.194Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2223 | 2024-05-13T18:28:55.905Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2224 | 2024-05-13T18:28:59.933Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2225 | 2024-05-13T18:35:53.994Z | Finished release [optimized] target(s) in 14m 57s |
2226 | 2024-05-13T18:36:53.970Z | |
2227 | 2024-05-13T18:36:53.970Z | real 15:58.404748093 |
2228 | 2024-05-13T18:36:53.970Z | user 1:52:21.668832936 |
2229 | 2024-05-13T18:36:53.970Z | sys 4:34.591195510 |
2230 | 2024-05-13T18:36:53.970Z | trap 2.902026024 |
2231 | 2024-05-13T18:36:53.970Z | tflt 2.007774246 |
2232 | 2024-05-13T18:36:53.973Z | dflt 3.075290870 |
2233 | 2024-05-13T18:36:53.974Z | kflt 0.016056021 |
2234 | 2024-05-13T18:36:53.974Z | lock 7:22:45.519298016 |
2235 | 2024-05-13T18:36:53.974Z | slp 4:26:28.937736398 |
2236 | 2024-05-13T18:36:53.974Z | lat 2:27.822186222 |
2237 | 2024-05-13T18:36:53.974Z | stop 1:05.524568980 |
2238 | 2024-05-13T18:36:53.974Z | + ptime -m cargo build --locked --release -p xtask |
2239 | 2024-05-13T18:36:54.514Z | Downloading crates ... |
2240 | 2024-05-13T18:36:54.579Z | Downloaded cargo_toml v0.20.2 |
2241 | 2024-05-13T18:36:54.587Z | Downloaded cargo-platform v0.1.3 |
2242 | 2024-05-13T18:36:54.590Z | Downloaded cargo_metadata v0.18.1 |
2243 | 2024-05-13T18:36:54.602Z | Compiling serde v1.0.201 |
2244 | 2024-05-13T18:36:54.602Z | Compiling libc v0.2.153 |
2245 | 2024-05-13T18:36:54.605Z | Compiling rustix v0.38.31 |
2246 | 2024-05-13T18:36:54.605Z | Compiling hashbrown v0.14.3 |
2247 | 2024-05-13T18:36:54.605Z | Compiling bitflags v2.4.2 |
2248 | 2024-05-13T18:36:54.605Z | Compiling syn v2.0.60 |
2249 | 2024-05-13T18:36:54.695Z | Compiling serde_json v1.0.116 |
2250 | 2024-05-13T18:36:54.722Z | Compiling anyhow v1.0.82 |
2251 | 2024-05-13T18:36:56.012Z | Compiling indexmap v2.2.6 |
2252 | 2024-05-13T18:36:56.293Z | Compiling errno v0.3.8 |
2253 | 2024-05-13T18:36:57.327Z | Compiling terminal_size v0.3.0 |
2254 | 2024-05-13T18:36:57.424Z | Compiling clap_builder v4.5.2 |
2255 | 2024-05-13T18:36:59.531Z | Compiling serde_derive v1.0.201 |
2256 | 2024-05-13T18:36:59.531Z | Compiling thiserror-impl v1.0.59 |
2257 | 2024-05-13T18:36:59.535Z | Compiling clap_derive v4.5.4 |
2258 | 2024-05-13T18:37:03.282Z | Compiling clap v4.5.4 |
2259 | 2024-05-13T18:37:05.132Z | Compiling thiserror v1.0.59 |
2260 | 2024-05-13T18:37:09.108Z | Compiling toml_datetime v0.6.5 |
2261 | 2024-05-13T18:37:09.108Z | Compiling serde_spanned v0.6.5 |
2262 | 2024-05-13T18:37:09.111Z | Compiling camino v1.1.6 |
2263 | 2024-05-13T18:37:09.111Z | Compiling semver v1.0.22 |
2264 | 2024-05-13T18:37:09.111Z | Compiling cargo-platform v0.1.3 |
2265 | 2024-05-13T18:37:09.111Z | Compiling macaddr v1.0.1 |
2266 | 2024-05-13T18:37:09.362Z | Compiling toml_edit v0.22.12 |
2267 | 2024-05-13T18:37:10.725Z | Compiling cargo_metadata v0.18.1 |
2268 | 2024-05-13T18:37:11.978Z | Compiling toml v0.8.12 |
2269 | 2024-05-13T18:37:15.029Z | Compiling cargo_toml v0.20.2 |
2270 | 2024-05-13T18:37:26.533Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2271 | 2024-05-13T18:37:38.137Z | Finished release [optimized] target(s) in 44.10s |
2272 | 2024-05-13T18:37:38.196Z | |
2273 | 2024-05-13T18:37:38.199Z | real 44.196289382 |
2274 | 2024-05-13T18:37:38.199Z | user 3:08.739554509 |
2275 | 2024-05-13T18:37:38.199Z | sys 15.112608226 |
2276 | 2024-05-13T18:37:38.199Z | trap 0.064878738 |
2277 | 2024-05-13T18:37:38.199Z | tflt 0.213447904 |
2278 | 2024-05-13T18:37:38.199Z | dflt 0.666302113 |
2279 | 2024-05-13T18:37:38.199Z | kflt 0.000102304 |
2280 | 2024-05-13T18:37:38.199Z | lock 4:16.477652676 |
2281 | 2024-05-13T18:37:38.199Z | slp 3:41.202850197 |
2282 | 2024-05-13T18:37:38.199Z | lat 2.951410995 |
2283 | 2024-05-13T18:37:38.199Z | stop 3.634272121 |
2284 | 2024-05-13T18:37:38.199Z | + 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) |
2285 | 2024-05-13T18:37:38.200Z | + 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 |
2286 | 2024-05-13T18:37:47.963Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2287 | 2024-05-13T18:37:47.963Z | a out/mg-ddm-gz.tar 60398K |
2288 | 2024-05-13T18:37:47.963Z | a out/omicron-sled-agent.tar 94527K |
2289 | 2024-05-13T18:37:47.963Z | a out/oxlog.tar 2913K |
2290 | 2024-05-13T18:37:47.963Z | a out/pumpkind-gz.tar 26665K |
2291 | 2024-05-13T18:37:47.963Z | a out/target/test 1K |
2292 | 2024-05-13T18:37:47.963Z | a out/npuzone/npuzone 23144K |
2293 | 2024-05-13T18:37:47.963Z | a package-manifest.toml 27K |
2294 | 2024-05-13T18:37:47.963Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2295 | 2024-05-13T18:37:47.963Z | a target/release/omicron-package 31468K |
2296 | 2024-05-13T18:37:47.963Z | a target/release/xtask 6672K |
2297 | 2024-05-13T18:37:47.966Z | |
2298 | 2024-05-13T18:37:47.966Z | real 9.763671676 |
2299 | 2024-05-13T18:37:47.967Z | user 9.446685192 |
2300 | 2024-05-13T18:37:47.967Z | sys 0.608045655 |
2301 | 2024-05-13T18:37:47.967Z | trap 0.001140581 |
2302 | 2024-05-13T18:37:47.967Z | tflt 0.000000000 |
2303 | 2024-05-13T18:37:47.967Z | dflt 0.000000000 |
2304 | 2024-05-13T18:37:47.967Z | kflt 0.000000000 |
2305 | 2024-05-13T18:37:47.967Z | lock 0.000000000 |
2306 | 2024-05-13T18:37:47.967Z | slp 9.271114772 |
2307 | 2024-05-13T18:37:47.967Z | lat 0.197078597 |
2308 | 2024-05-13T18:37:47.967Z | stop 0.000174723 |
2309 | 2024-05-13T18:37:47.967Z | ++ pwd |
2310 | 2024-05-13T18:37:47.970Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2311 | 2024-05-13T18:37:47.970Z | + mv out/nexus.tar.gz out/nexus-single-sled.tar.gz |
2312 | 2024-05-13T18:37:47.970Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2313 | 2024-05-13T18:37:48.780Z | Finished release [optimized] target(s) in 0.76s |
2314 | 2024-05-13T18:37:48.806Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2315 | 2024-05-13T18:37:48.838Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2316 | 2024-05-13T18:37:48.842Z | Created new build target 'host' and set it as active |
2317 | 2024-05-13T18:37:48.842Z | |
2318 | 2024-05-13T18:37:48.842Z | real 0.867678966 |
2319 | 2024-05-13T18:37:48.842Z | user 0.576295626 |
2320 | 2024-05-13T18:37:48.842Z | sys 0.272477850 |
2321 | 2024-05-13T18:37:48.842Z | trap 0.000064149 |
2322 | 2024-05-13T18:37:48.842Z | tflt 0.000041832 |
2323 | 2024-05-13T18:37:48.842Z | dflt 0.000014405 |
2324 | 2024-05-13T18:37:48.842Z | kflt 0.000000000 |
2325 | 2024-05-13T18:37:48.842Z | lock 0.024532482 |
2326 | 2024-05-13T18:37:48.842Z | slp 0.108951581 |
2327 | 2024-05-13T18:37:48.842Z | lat 0.004720160 |
2328 | 2024-05-13T18:37:48.842Z | stop 0.000266807 |
2329 | 2024-05-13T18:37:48.842Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2330 | 2024-05-13T18:37:49.644Z | Finished release [optimized] target(s) in 0.74s |
2331 | 2024-05-13T18:37:49.670Z | Running `target/release/omicron-package -t host package` |
2332 | 2024-05-13T18:37:49.709Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2333 | 2024-05-13T18:37:50.532Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2334 | 2024-05-13T18:40:24.320Z | Finished release [optimized] target(s) in 2m 34s |
2335 | 2024-05-13T18:40:58.343Z | |
2336 | 2024-05-13T18:40:58.351Z | real 3:09.453894915 |
2337 | 2024-05-13T18:40:58.351Z | user 14:41.712835490 |
2338 | 2024-05-13T18:40:58.352Z | sys 39.731188199 |
2339 | 2024-05-13T18:40:58.352Z | trap 0.300698669 |
2340 | 2024-05-13T18:40:58.352Z | tflt 0.217333953 |
2341 | 2024-05-13T18:40:58.352Z | dflt 5.558588672 |
2342 | 2024-05-13T18:40:58.352Z | kflt 0.086934699 |
2343 | 2024-05-13T18:40:58.352Z | lock 1:01:14.473817531 |
2344 | 2024-05-13T18:40:58.352Z | slp 13:00.484239635 |
2345 | 2024-05-13T18:40:58.352Z | lat 6.713328103 |
2346 | 2024-05-13T18:40:58.352Z | stop 2.351570238 |
2347 | 2024-05-13T18:40:58.352Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog pumpkind-gz |
2348 | 2024-05-13T18:40:58.352Z | + for package in "$@" |
2349 | 2024-05-13T18:40:58.352Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 8.0.0-0.ci+git1e629df40bb |
2350 | 2024-05-13T18:40:59.196Z | Finished release [optimized] target(s) in 0.80s |
2351 | 2024-05-13T18:40:59.222Z | Running `target/release/omicron-package stamp omicron-sled-agent 8.0.0-0.ci+git1e629df40bb` |
2352 | 2024-05-13T18:40:59.259Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2353 | 2024-05-13T18:40:59.458Z | Created: out/versioned/omicron-sled-agent.tar |
2354 | 2024-05-13T18:40:59.463Z | + for package in "$@" |
2355 | 2024-05-13T18:40:59.463Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git1e629df40bb |
2356 | 2024-05-13T18:41:00.257Z | Finished release [optimized] target(s) in 0.75s |
2357 | 2024-05-13T18:41:00.286Z | Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git1e629df40bb` |
2358 | 2024-05-13T18:41:00.322Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2359 | 2024-05-13T18:41:00.449Z | Created: out/versioned/mg-ddm-gz.tar |
2360 | 2024-05-13T18:41:00.449Z | + for package in "$@" |
2361 | 2024-05-13T18:41:00.449Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 8.0.0-0.ci+git1e629df40bb |
2362 | 2024-05-13T18:41:01.276Z | Finished release [optimized] target(s) in 0.79s |
2363 | 2024-05-13T18:41:01.302Z | Running `target/release/omicron-package stamp propolis-server 8.0.0-0.ci+git1e629df40bb` |
2364 | 2024-05-13T18:41:01.332Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2365 | 2024-05-13T18:41:02.411Z | Created: out/versioned/propolis-server.tar.gz |
2366 | 2024-05-13T18:41:02.417Z | + for package in "$@" |
2367 | 2024-05-13T18:41:02.417Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 8.0.0-0.ci+git1e629df40bb |
2368 | 2024-05-13T18:41:03.246Z | Finished release [optimized] target(s) in 0.78s |
2369 | 2024-05-13T18:41:03.271Z | Running `target/release/omicron-package stamp overlay 8.0.0-0.ci+git1e629df40bb` |
2370 | 2024-05-13T18:41:03.304Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2371 | 2024-05-13T18:41:03.311Z | Created: out/versioned/overlay.tar.gz |
2372 | 2024-05-13T18:41:03.311Z | + for package in "$@" |
2373 | 2024-05-13T18:41:03.312Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 8.0.0-0.ci+git1e629df40bb |
2374 | 2024-05-13T18:41:04.118Z | Finished release [optimized] target(s) in 0.76s |
2375 | 2024-05-13T18:41:04.146Z | Running `target/release/omicron-package stamp oxlog 8.0.0-0.ci+git1e629df40bb` |
2376 | 2024-05-13T18:41:04.179Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2377 | 2024-05-13T18:41:04.187Z | Created: out/versioned/oxlog.tar |
2378 | 2024-05-13T18:41:04.191Z | + for package in "$@" |
2379 | 2024-05-13T18:41:04.191Z | + cargo run --locked --release --bin omicron-package -- stamp pumpkind-gz 8.0.0-0.ci+git1e629df40bb |
2380 | 2024-05-13T18:41:05.053Z | Finished release [optimized] target(s) in 0.80s |
2381 | 2024-05-13T18:41:05.075Z | Running `target/release/omicron-package stamp pumpkind-gz 8.0.0-0.ci+git1e629df40bb` |
2382 | 2024-05-13T18:41:05.108Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2383 | 2024-05-13T18:41:05.181Z | Created: out/versioned/pumpkind-gz.tar |
2384 | 2024-05-13T18:41:05.185Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2385 | 2024-05-13T18:41:05.195Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2386 | 2024-05-13T18:41:05.199Z | ++ cd -- ./tools |
2387 | 2024-05-13T18:41:05.199Z | ++ pwd |
2388 | 2024-05-13T18:41:05.199Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2389 | 2024-05-13T18:41:05.199Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2390 | 2024-05-13T18:41:05.314Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2391 | 2024-05-13T18:41:05.319Z | ++ readlink -f /work |
2392 | 2024-05-13T18:41:05.319Z | + out_dir=/work |
2393 | 2024-05-13T18:41:05.319Z | + 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") |
2394 | 2024-05-13T18:41:05.319Z | + for dep in "${deps[@]}" |
2395 | 2024-05-13T18:41:05.319Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2396 | 2024-05-13T18:41:05.319Z | + for dep in "${deps[@]}" |
2397 | 2024-05-13T18:41:05.319Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2398 | 2024-05-13T18:41:05.319Z | + for dep in "${deps[@]}" |
2399 | 2024-05-13T18:41:05.319Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar ]] |
2400 | 2024-05-13T18:41:05.319Z | + for dep in "${deps[@]}" |
2401 | 2024-05-13T18:41:05.319Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2402 | 2024-05-13T18:41:05.319Z | + for dep in "${deps[@]}" |
2403 | 2024-05-13T18:41:05.320Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2404 | 2024-05-13T18:41:05.320Z | + for dep in "${deps[@]}" |
2405 | 2024-05-13T18:41:05.320Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2406 | 2024-05-13T18:41:05.320Z | ++ mktemp -d |
2407 | 2024-05-13T18:41:05.324Z | + tmp_gz=/tmp/tmp.H0a4wi |
2408 | 2024-05-13T18:41:05.324Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2409 | 2024-05-13T18:41:05.324Z | + echo '{"v":"1","t":"layer"}' |
2410 | 2024-05-13T18:41:05.324Z | + pkg_dir=/tmp/tmp.H0a4wi/root/opt/oxide/sled-agent |
2411 | 2024-05-13T18:41:05.324Z | + mkdir -p /tmp/tmp.H0a4wi/root/opt/oxide/sled-agent |
2412 | 2024-05-13T18:41:05.324Z | + cd /tmp/tmp.H0a4wi/root/opt/oxide/sled-agent |
2413 | 2024-05-13T18:41:05.324Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2414 | 2024-05-13T18:41:05.389Z | x ., 0 bytes, 0 tape blocks |
2415 | 2024-05-13T18:41:05.390Z | x zone-bundle, 27589184 bytes, 53886 tape blocks |
2416 | 2024-05-13T18:41:05.390Z | x sled-agent, 69155064 bytes, 135069 tape blocks |
2417 | 2024-05-13T18:41:05.390Z | x pkg, 0 bytes, 0 tape blocks |
2418 | 2024-05-13T18:41:05.390Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2419 | 2024-05-13T18:41:05.390Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2420 | 2024-05-13T18:41:05.390Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2421 | 2024-05-13T18:41:05.390Z | x VERSION, 25 bytes, 1 tape blocks |
2422 | 2024-05-13T18:41:05.396Z | + mkdir -p /tmp/tmp.H0a4wi/root/lib/svc/manifest/site/ |
2423 | 2024-05-13T18:41:05.396Z | + mv pkg/manifest.xml /tmp/tmp.H0a4wi/root/lib/svc/manifest/site/sled-agent.xml |
2424 | 2024-05-13T18:41:05.396Z | + cd - |
2425 | 2024-05-13T18:41:05.396Z | + pkg_dir=/tmp/tmp.H0a4wi/root/opt/oxide/mg-ddm |
2426 | 2024-05-13T18:41:05.396Z | + mkdir -p /tmp/tmp.H0a4wi/root/opt/oxide/mg-ddm |
2427 | 2024-05-13T18:41:05.396Z | /work/oxidecomputer/omicron |
2428 | 2024-05-13T18:41:05.396Z | + cd /tmp/tmp.H0a4wi/root/opt/oxide/mg-ddm |
2429 | 2024-05-13T18:41:05.396Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2430 | 2024-05-13T18:41:05.437Z | x ., 0 bytes, 0 tape blocks |
2431 | 2024-05-13T18:41:05.437Z | x ddmadm, 18870416 bytes, 36857 tape blocks |
2432 | 2024-05-13T18:41:05.437Z | x ddmd, 42960632 bytes, 83908 tape blocks |
2433 | 2024-05-13T18:41:05.437Z | x pkg, 0 bytes, 0 tape blocks |
2434 | 2024-05-13T18:41:05.437Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2435 | 2024-05-13T18:41:05.437Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2436 | 2024-05-13T18:41:05.438Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2437 | 2024-05-13T18:41:05.438Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2438 | 2024-05-13T18:41:05.438Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2439 | 2024-05-13T18:41:05.438Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2440 | 2024-05-13T18:41:05.438Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2441 | 2024-05-13T18:41:05.438Z | x VERSION, 25 bytes, 1 tape blocks |
2442 | 2024-05-13T18:41:05.459Z | + cd - |
2443 | 2024-05-13T18:41:05.459Z | /work/oxidecomputer/omicron |
2444 | 2024-05-13T18:41:05.459Z | + pkg_dir=/tmp/tmp.H0a4wi/root/opt/oxide/pumpkind |
2445 | 2024-05-13T18:41:05.459Z | + mkdir -p /tmp/tmp.H0a4wi/root/opt/oxide/pumpkind |
2446 | 2024-05-13T18:41:05.459Z | + cd /tmp/tmp.H0a4wi/root/opt/oxide/pumpkind |
2447 | 2024-05-13T18:41:05.459Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
2448 | 2024-05-13T18:41:05.465Z | x ., 0 bytes, 0 tape blocks |
2449 | 2024-05-13T18:41:05.465Z | x lib, 0 bytes, 0 tape blocks |
2450 | 2024-05-13T18:41:05.465Z | x lib/svc, 0 bytes, 0 tape blocks |
2451 | 2024-05-13T18:41:05.465Z | x lib/svc/manifest, 0 bytes, 0 tape blocks |
2452 | 2024-05-13T18:41:05.466Z | x lib/svc/manifest/system, 0 bytes, 0 tape blocks |
2453 | 2024-05-13T18:41:05.466Z | x lib/svc/manifest/system/pumpkind.xml, 1272 bytes, 3 tape blocks |
2454 | 2024-05-13T18:41:05.466Z | x bin, 0 bytes, 0 tape blocks |
2455 | 2024-05-13T18:41:05.466Z | x bin/svc-pumpkind, 509 bytes, 1 tape blocks |
2456 | 2024-05-13T18:41:05.466Z | x bin/pumpkinadm, 10675184 bytes, 20850 tape blocks |
2457 | 2024-05-13T18:41:05.466Z | x bin/pumpkind, 16621896 bytes, 32465 tape blocks |
2458 | 2024-05-13T18:41:05.466Z | x VERSION, 25 bytes, 1 tape blocks |
2459 | 2024-05-13T18:41:05.467Z | + cd - |
2460 | 2024-05-13T18:41:05.467Z | /work/oxidecomputer/omicron |
2461 | 2024-05-13T18:41:05.467Z | + pkg_dir=/tmp/tmp.H0a4wi/root/opt/oxide/oxlog |
2462 | 2024-05-13T18:41:05.467Z | + mkdir -p /tmp/tmp.H0a4wi/root/opt/oxide/oxlog |
2463 | 2024-05-13T18:41:05.467Z | + cd /tmp/tmp.H0a4wi/root/opt/oxide/oxlog |
2464 | 2024-05-13T18:41:05.467Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2465 | 2024-05-13T18:41:05.485Z | x ., 0 bytes, 0 tape blocks |
2466 | 2024-05-13T18:41:05.485Z | x oxlog, 2979520 bytes, 5820 tape blocks |
2467 | 2024-05-13T18:41:05.485Z | x VERSION, 25 bytes, 1 tape blocks |
2468 | 2024-05-13T18:41:05.485Z | + cd - |
2469 | 2024-05-13T18:41:05.485Z | /work/oxidecomputer/omicron |
2470 | 2024-05-13T18:41:05.485Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.H0a4wi/root/opt/oxide |
2471 | 2024-05-13T18:41:05.581Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.H0a4wi/root/opt/oxide |
2472 | 2024-05-13T18:41:05.597Z | + cd /tmp/tmp.H0a4wi |
2473 | 2024-05-13T18:41:05.598Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2474 | 2024-05-13T18:41:16.670Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2475 | 2024-05-13T18:41:16.670Z | a oxide.json 1K |
2476 | 2024-05-13T18:41:16.670Z | a root/ 0K |
2477 | 2024-05-13T18:41:16.670Z | a root/opt/ 0K |
2478 | 2024-05-13T18:41:16.671Z | a root/opt/oxide/ 0K |
2479 | 2024-05-13T18:41:16.671Z | a root/opt/oxide/sled-agent/ 0K |
2480 | 2024-05-13T18:41:16.671Z | a root/opt/oxide/sled-agent/zone-bundle 26943K |
2481 | 2024-05-13T18:41:16.671Z | a root/opt/oxide/sled-agent/sled-agent 67535K |
2482 | 2024-05-13T18:41:16.671Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2483 | 2024-05-13T18:41:16.671Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2484 | 2024-05-13T18:41:16.671Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2485 | 2024-05-13T18:41:16.671Z | a root/opt/oxide/sled-agent/VERSION 1K |
2486 | 2024-05-13T18:41:16.671Z | a root/opt/oxide/mg-ddm/ 0K |
2487 | 2024-05-13T18:41:16.671Z | a root/opt/oxide/mg-ddm/ddmadm 18429K |
2488 | 2024-05-13T18:41:16.671Z | a root/opt/oxide/mg-ddm/ddmd 41954K |
2489 | 2024-05-13T18:41:16.671Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2490 | 2024-05-13T18:41:16.671Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2491 | 2024-05-13T18:41:16.671Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2492 | 2024-05-13T18:41:16.671Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2493 | 2024-05-13T18:41:16.671Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2494 | 2024-05-13T18:41:16.671Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2495 | 2024-05-13T18:41:16.671Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2496 | 2024-05-13T18:41:16.671Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2497 | 2024-05-13T18:41:16.672Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2498 | 2024-05-13T18:41:16.672Z | a root/opt/oxide/pumpkind/ 0K |
2499 | 2024-05-13T18:41:16.672Z | a root/opt/oxide/pumpkind/lib/ 0K |
2500 | 2024-05-13T18:41:16.672Z | a root/opt/oxide/pumpkind/lib/svc/ 0K |
2501 | 2024-05-13T18:41:16.672Z | a root/opt/oxide/pumpkind/lib/svc/manifest/ 0K |
2502 | 2024-05-13T18:41:16.672Z | a root/opt/oxide/pumpkind/lib/svc/manifest/system/ 0K |
2503 | 2024-05-13T18:41:16.672Z | a root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml 2K |
2504 | 2024-05-13T18:41:16.672Z | a root/opt/oxide/pumpkind/bin/ 0K |
2505 | 2024-05-13T18:41:16.672Z | a root/opt/oxide/pumpkind/bin/svc-pumpkind 1K |
2506 | 2024-05-13T18:41:16.672Z | a root/opt/oxide/pumpkind/bin/pumpkinadm 10425K |
2507 | 2024-05-13T18:41:16.672Z | a root/opt/oxide/pumpkind/bin/pumpkind 16233K |
2508 | 2024-05-13T18:41:16.672Z | a root/opt/oxide/pumpkind/VERSION 1K |
2509 | 2024-05-13T18:41:16.672Z | a root/opt/oxide/oxlog/ 0K |
2510 | 2024-05-13T18:41:16.672Z | a root/opt/oxide/oxlog/oxlog 2910K |
2511 | 2024-05-13T18:41:16.672Z | a root/opt/oxide/oxlog/VERSION 1K |
2512 | 2024-05-13T18:41:16.672Z | a root/opt/oxide/propolis-server.tar.gz 65038K |
2513 | 2024-05-13T18:41:16.672Z | a root/opt/oxide/overlay.tar.gz 3K |
2514 | 2024-05-13T18:41:16.672Z | a root/lib/ 0K |
2515 | 2024-05-13T18:41:16.672Z | a root/lib/svc/ 0K |
2516 | 2024-05-13T18:41:16.672Z | a root/lib/svc/manifest/ 0K |
2517 | 2024-05-13T18:41:16.672Z | a root/lib/svc/manifest/site/ 0K |
2518 | 2024-05-13T18:41:16.673Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2519 | 2024-05-13T18:41:16.673Z | + cd / |
2520 | 2024-05-13T18:41:16.673Z | + rm -rf /tmp/tmp.H0a4wi |
2521 | 2024-05-13T18:41:16.673Z | |
2522 | 2024-05-13T18:41:16.673Z | real 9.311318847 |
2523 | 2024-05-13T18:41:16.673Z | user 8.631411309 |
2524 | 2024-05-13T18:41:16.673Z | sys 0.596411112 |
2525 | 2024-05-13T18:41:16.673Z | trap 0.001588896 |
2526 | 2024-05-13T18:41:16.673Z | tflt 0.000000000 |
2527 | 2024-05-13T18:41:16.673Z | dflt 0.000000000 |
2528 | 2024-05-13T18:41:16.673Z | kflt 0.000000000 |
2529 | 2024-05-13T18:41:16.673Z | lock 0.000000000 |
2530 | 2024-05-13T18:41:16.674Z | slp 18.098929097 |
2531 | 2024-05-13T18:41:16.674Z | lat 0.191203622 |
2532 | 2024-05-13T18:41:16.674Z | stop 0.000263033 |
2533 | 2024-05-13T18:41:16.674Z | + mkdir -p /work/zones |
2534 | 2024-05-13T18:41:16.674Z | + 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) |
2535 | 2024-05-13T18:41:16.674Z | + 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/ |
2536 | 2024-05-13T18:41:16.799Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2537 | 2024-05-13T18:41:17.659Z | Finished release [optimized] target(s) in 0.80s |
2538 | 2024-05-13T18:41:18.091Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2539 | 2024-05-13T18:41:18.097Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2540 | 2024-05-13T18:41:18.097Z | Created new build target 'recovery' and set it as active |
2541 | 2024-05-13T18:41:18.097Z | |
2542 | 2024-05-13T18:41:18.097Z | real 0.916509276 |
2543 | 2024-05-13T18:41:18.097Z | user 0.598316335 |
2544 | 2024-05-13T18:41:18.097Z | sys 0.296999525 |
2545 | 2024-05-13T18:41:18.097Z | trap 0.000508591 |
2546 | 2024-05-13T18:41:18.097Z | tflt 0.000010337 |
2547 | 2024-05-13T18:41:18.097Z | dflt 0.000029475 |
2548 | 2024-05-13T18:41:18.097Z | kflt 0.000000000 |
2549 | 2024-05-13T18:41:18.097Z | lock 0.025833054 |
2550 | 2024-05-13T18:41:18.098Z | slp 0.113190818 |
2551 | 2024-05-13T18:41:18.098Z | lat 0.005718555 |
2552 | 2024-05-13T18:41:18.098Z | stop 0.000296086 |
2553 | 2024-05-13T18:41:18.098Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2554 | 2024-05-13T18:41:18.579Z | Finished release [optimized] target(s) in 0.80s |
2555 | 2024-05-13T18:41:18.605Z | Running `target/release/omicron-package -t recovery package` |
2556 | 2024-05-13T18:41:18.636Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2557 | 2024-05-13T18:41:19.760Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2558 | 2024-05-13T18:41:21.765Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2559 | 2024-05-13T18:41:43.644Z | Finished release [optimized] target(s) in 22.80s |
2560 | 2024-05-13T18:41:43.644Z | |
2561 | 2024-05-13T18:41:43.644Z | real 24.297090404 |
2562 | 2024-05-13T18:41:43.644Z | user 1:40.677112656 |
2563 | 2024-05-13T18:41:43.644Z | sys 6.737443604 |
2564 | 2024-05-13T18:41:43.645Z | trap 0.076320228 |
2565 | 2024-05-13T18:41:43.645Z | tflt 0.058057322 |
2566 | 2024-05-13T18:41:43.645Z | dflt 0.450343429 |
2567 | 2024-05-13T18:41:43.645Z | kflt 0.032029982 |
2568 | 2024-05-13T18:41:43.645Z | lock 5:39.645467015 |
2569 | 2024-05-13T18:41:43.645Z | slp 1:28.154070382 |
2570 | 2024-05-13T18:41:43.645Z | lat 1.023958960 |
2571 | 2024-05-13T18:41:43.645Z | stop 0.597182620 |
2572 | 2024-05-13T18:41:43.645Z | + stamp_packages installinator mg-ddm-gz |
2573 | 2024-05-13T18:41:43.645Z | + for package in "$@" |
2574 | 2024-05-13T18:41:43.645Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 8.0.0-0.ci+git1e629df40bb |
2575 | 2024-05-13T18:41:43.645Z | Finished release [optimized] target(s) in 0.84s |
2576 | 2024-05-13T18:41:43.645Z | Running `target/release/omicron-package stamp installinator 8.0.0-0.ci+git1e629df40bb` |
2577 | 2024-05-13T18:41:43.646Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2578 | 2024-05-13T18:41:43.646Z | Created: out/versioned/installinator.tar |
2579 | 2024-05-13T18:41:43.646Z | + for package in "$@" |
2580 | 2024-05-13T18:41:43.646Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git1e629df40bb |
2581 | 2024-05-13T18:41:43.880Z | Finished release [optimized] target(s) in 0.77s |
2582 | 2024-05-13T18:41:43.910Z | Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git1e629df40bb` |
2583 | 2024-05-13T18:41:43.939Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2584 | 2024-05-13T18:41:44.041Z | Created: out/versioned/mg-ddm-gz.tar |
2585 | 2024-05-13T18:41:44.048Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2586 | 2024-05-13T18:41:44.056Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2587 | 2024-05-13T18:41:44.056Z | ++ cd -- ./tools |
2588 | 2024-05-13T18:41:44.056Z | ++ pwd |
2589 | 2024-05-13T18:41:44.062Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2590 | 2024-05-13T18:41:44.062Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2591 | 2024-05-13T18:41:44.062Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2592 | 2024-05-13T18:41:44.062Z | ++ readlink -f /work |
2593 | 2024-05-13T18:41:44.062Z | + out_dir=/work |
2594 | 2024-05-13T18:41:44.062Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2595 | 2024-05-13T18:41:44.062Z | + for dep in "${deps[@]}" |
2596 | 2024-05-13T18:41:44.062Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2597 | 2024-05-13T18:41:44.062Z | + for dep in "${deps[@]}" |
2598 | 2024-05-13T18:41:44.062Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2599 | 2024-05-13T18:41:44.066Z | ++ mktemp -d |
2600 | 2024-05-13T18:41:44.066Z | + tmp_trampoline=/tmp/tmp.ZraOBi |
2601 | 2024-05-13T18:41:44.066Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2602 | 2024-05-13T18:41:44.066Z | + echo '{"v":"1","t":"layer"}' |
2603 | 2024-05-13T18:41:44.066Z | + pkg_dir=/tmp/tmp.ZraOBi/root/opt/oxide/installinator |
2604 | 2024-05-13T18:41:44.067Z | + mkdir -p /tmp/tmp.ZraOBi/root/opt/oxide/installinator |
2605 | 2024-05-13T18:41:44.067Z | + cd /tmp/tmp.ZraOBi/root/opt/oxide/installinator |
2606 | 2024-05-13T18:41:44.067Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2607 | 2024-05-13T18:41:44.093Z | x ., 0 bytes, 0 tape blocks |
2608 | 2024-05-13T18:41:44.093Z | x installinator, 39310240 bytes, 76778 tape blocks |
2609 | 2024-05-13T18:41:44.093Z | x pkg, 0 bytes, 0 tape blocks |
2610 | 2024-05-13T18:41:44.093Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2611 | 2024-05-13T18:41:44.093Z | x VERSION, 25 bytes, 1 tape blocks |
2612 | 2024-05-13T18:41:44.098Z | + mkdir -p /tmp/tmp.ZraOBi/root/lib/svc/manifest/site/ |
2613 | 2024-05-13T18:41:44.098Z | + mv pkg/manifest.xml /tmp/tmp.ZraOBi/root/lib/svc/manifest/site/installinator.xml |
2614 | 2024-05-13T18:41:44.098Z | + cd - |
2615 | 2024-05-13T18:41:44.099Z | /work/oxidecomputer/omicron |
2616 | 2024-05-13T18:41:44.099Z | + pkg_dir=/tmp/tmp.ZraOBi/root/opt/oxide/mg-ddm |
2617 | 2024-05-13T18:41:44.099Z | + mkdir -p /tmp/tmp.ZraOBi/root/opt/oxide/mg-ddm |
2618 | 2024-05-13T18:41:44.105Z | + cd /tmp/tmp.ZraOBi/root/opt/oxide/mg-ddm |
2619 | 2024-05-13T18:41:44.105Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2620 | 2024-05-13T18:41:44.145Z | x ., 0 bytes, 0 tape blocks |
2621 | 2024-05-13T18:41:44.145Z | x ddmadm, 18870416 bytes, 36857 tape blocks |
2622 | 2024-05-13T18:41:44.145Z | x ddmd, 42960632 bytes, 83908 tape blocks |
2623 | 2024-05-13T18:41:44.145Z | x pkg, 0 bytes, 0 tape blocks |
2624 | 2024-05-13T18:41:44.145Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2625 | 2024-05-13T18:41:44.145Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2626 | 2024-05-13T18:41:44.145Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2627 | 2024-05-13T18:41:44.145Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2628 | 2024-05-13T18:41:44.145Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2629 | 2024-05-13T18:41:44.145Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2630 | 2024-05-13T18:41:44.145Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2631 | 2024-05-13T18:41:44.145Z | x VERSION, 25 bytes, 1 tape blocks |
2632 | 2024-05-13T18:41:44.188Z | + cd - |
2633 | 2024-05-13T18:41:44.188Z | /work/oxidecomputer/omicron |
2634 | 2024-05-13T18:41:44.188Z | + cd /tmp/tmp.ZraOBi |
2635 | 2024-05-13T18:41:44.188Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2636 | 2024-05-13T18:41:48.293Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2637 | 2024-05-13T18:41:48.293Z | a oxide.json 1K |
2638 | 2024-05-13T18:41:48.293Z | a root/ 0K |
2639 | 2024-05-13T18:41:48.293Z | a root/opt/ 0K |
2640 | 2024-05-13T18:41:48.293Z | a root/opt/oxide/ 0K |
2641 | 2024-05-13T18:41:48.293Z | a root/opt/oxide/installinator/ 0K |
2642 | 2024-05-13T18:41:48.293Z | a root/opt/oxide/installinator/installinator 38389K |
2643 | 2024-05-13T18:41:48.293Z | a root/opt/oxide/installinator/pkg/ 0K |
2644 | 2024-05-13T18:41:48.293Z | a root/opt/oxide/installinator/VERSION 1K |
2645 | 2024-05-13T18:41:48.293Z | a root/opt/oxide/mg-ddm/ 0K |
2646 | 2024-05-13T18:41:48.293Z | a root/opt/oxide/mg-ddm/ddmadm 18429K |
2647 | 2024-05-13T18:41:48.293Z | a root/opt/oxide/mg-ddm/ddmd 41954K |
2648 | 2024-05-13T18:41:48.293Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2649 | 2024-05-13T18:41:48.293Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2650 | 2024-05-13T18:41:48.293Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2651 | 2024-05-13T18:41:48.293Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2652 | 2024-05-13T18:41:48.293Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2653 | 2024-05-13T18:41:48.293Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2654 | 2024-05-13T18:41:48.293Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2655 | 2024-05-13T18:41:48.293Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2656 | 2024-05-13T18:41:48.294Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2657 | 2024-05-13T18:41:48.294Z | a root/lib/ 0K |
2658 | 2024-05-13T18:41:48.294Z | a root/lib/svc/ 0K |
2659 | 2024-05-13T18:41:48.294Z | a root/lib/svc/manifest/ 0K |
2660 | 2024-05-13T18:41:48.294Z | a root/lib/svc/manifest/site/ 0K |
2661 | 2024-05-13T18:41:48.294Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2662 | 2024-05-13T18:41:48.299Z | + cd / |
2663 | 2024-05-13T18:41:48.300Z | + rm -rf /tmp/tmp.ZraOBi |
2664 | 2024-05-13T18:41:48.307Z | |
2665 | 2024-05-13T18:41:48.311Z | real 4.259835764 |
2666 | 2024-05-13T18:41:48.311Z | user 4.043893398 |
2667 | 2024-05-13T18:41:48.311Z | sys 0.227118568 |
2668 | 2024-05-13T18:41:48.311Z | trap 0.000642350 |
2669 | 2024-05-13T18:41:48.311Z | tflt 0.000000000 |
2670 | 2024-05-13T18:41:48.311Z | dflt 0.000000000 |
2671 | 2024-05-13T18:41:48.311Z | kflt 0.000000000 |
2672 | 2024-05-13T18:41:48.311Z | lock 0.000000000 |
2673 | 2024-05-13T18:41:48.311Z | slp 8.300510022 |
2674 | 2024-05-13T18:41:48.311Z | lat 0.078247713 |
2675 | 2024-05-13T18:41:48.311Z | stop 0.000194975 |
2676 | 2024-05-13T18:41:48.311Z | process exited: duration 1707914 ms, exit code 0 |
|
2677 | 2024-05-13T18:41:48.324Z | found 22 output files |
2678 | 2024-05-13T18:41:48.324Z | uploading: /work/version.txt (26 bytes) |
2679 | 2024-05-13T18:41:49.337Z | uploaded: /work/version.txt |
2680 | 2024-05-13T18:41:49.337Z | uploading: /work/package.tar.gz (85472679 bytes) |
2681 | 2024-05-13T18:42:17.401Z | uploaded: /work/package.tar.gz |
2682 | 2024-05-13T18:42:17.401Z | uploading: /work/global-zone-packages.tar.gz (130366840 bytes) |
2683 | 2024-05-13T18:43:02.188Z | uploaded: /work/global-zone-packages.tar.gz |
2684 | 2024-05-13T18:43:02.206Z | uploading: /work/trampoline-global-zone-packages.tar.gz (34270606 bytes) |
2685 | 2024-05-13T18:43:12.459Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2686 | 2024-05-13T18:43:12.459Z | uploading: /work/zones/clickhouse.tar.gz (228080944 bytes) |
2687 | 2024-05-13T18:44:36.993Z | uploaded: /work/zones/clickhouse.tar.gz |
2688 | 2024-05-13T18:44:37.038Z | uploading: /work/zones/clickhouse_keeper.tar.gz (228052468 bytes) |
2689 | 2024-05-13T18:46:00.957Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2690 | 2024-05-13T18:46:00.957Z | uploading: /work/zones/cockroachdb.tar.gz (123584807 bytes) |
2691 | 2024-05-13T18:46:44.200Z | uploaded: /work/zones/cockroachdb.tar.gz |
2692 | 2024-05-13T18:46:44.200Z | uploading: /work/zones/crucible-pantry-zone.tar.gz (27715874 bytes) |
2693 | 2024-05-13T18:46:55.126Z | uploaded: /work/zones/crucible-pantry-zone.tar.gz |
2694 | 2024-05-13T18:46:55.126Z | uploading: /work/zones/crucible-zone.tar.gz (38632722 bytes) |
2695 | 2024-05-13T18:47:10.750Z | uploaded: /work/zones/crucible-zone.tar.gz |
2696 | 2024-05-13T18:47:10.750Z | uploading: /work/zones/external-dns.tar.gz (25684110 bytes) |
2697 | 2024-05-13T18:47:17.291Z | uploaded: /work/zones/external-dns.tar.gz |
2698 | 2024-05-13T18:47:17.295Z | uploading: /work/zones/internal-dns.tar.gz (25684271 bytes) |
2699 | 2024-05-13T18:47:25.811Z | uploaded: /work/zones/internal-dns.tar.gz |
2700 | 2024-05-13T18:47:25.812Z | uploading: /work/zones/nexus-single-sled.tar.gz (84565831 bytes) |
2701 | 2024-05-13T18:47:53.525Z | uploaded: /work/zones/nexus-single-sled.tar.gz |
2702 | 2024-05-13T18:47:53.525Z | uploading: /work/zones/nexus.tar.gz (84583372 bytes) |
2703 | 2024-05-13T18:48:21.946Z | uploaded: /work/zones/nexus.tar.gz |
2704 | 2024-05-13T18:48:21.946Z | uploading: /work/zones/ntp.tar.gz (8906729 bytes) |
2705 | 2024-05-13T18:48:24.989Z | uploaded: /work/zones/ntp.tar.gz |
2706 | 2024-05-13T18:48:24.989Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (14643002 bytes) |
2707 | 2024-05-13T18:48:30.657Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2708 | 2024-05-13T18:48:30.657Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (14644487 bytes) |
2709 | 2024-05-13T18:48:34.754Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2710 | 2024-05-13T18:48:34.754Z | uploading: /work/zones/overlay.tar.gz (2622 bytes) |
2711 | 2024-05-13T18:48:35.764Z | uploaded: /work/zones/overlay.tar.gz |
2712 | 2024-05-13T18:48:35.764Z | uploading: /work/zones/oximeter.tar.gz (41928780 bytes) |
2713 | 2024-05-13T18:48:49.661Z | uploaded: /work/zones/oximeter.tar.gz |
2714 | 2024-05-13T18:48:49.662Z | uploading: /work/zones/probe.tar.gz (2829470 bytes) |
2715 | 2024-05-13T18:48:51.153Z | uploaded: /work/zones/probe.tar.gz |
2716 | 2024-05-13T18:48:51.153Z | uploading: /work/zones/propolis-server.tar.gz (66596368 bytes) |
2717 | 2024-05-13T18:49:15.727Z | uploaded: /work/zones/propolis-server.tar.gz |
2718 | 2024-05-13T18:49:15.727Z | uploading: /work/zones/switch-asic.tar.gz (299322983 bytes) |
2719 | 2024-05-13T18:51:11.923Z | uploaded: /work/zones/switch-asic.tar.gz |
2720 | 2024-05-13T18:51:11.924Z | uploading: /work/zones/switch-softnpu.tar.gz (203281651 bytes) |
2721 | 2024-05-13T18:52:30.961Z | uploaded: /work/zones/switch-softnpu.tar.gz |