|
|
|
1 | 2024-04-03T04:15:56.303Z | job assigned to worker 01HTH2KM27WP7Y98YB6ZHARFRS (queued for 2 m 40 s) |
|
2 | 2024-04-03T04:16:03.991Z | starting task 0: "setup" |
3 | 2024-04-03T04:16:04.055Z | ++ uname -s |
4 | 2024-04-03T04:16:04.059Z | + kern=SunOS |
5 | 2024-04-03T04:16:04.060Z | + case "$kern" in |
6 | 2024-04-03T04:16:04.060Z | + groupadd -g 12345 build |
7 | 2024-04-03T04:16:04.112Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-04-03T04:16:06.120Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-04-03T04:16:06.222Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-04-03T04:16:06.226Z | + home_fs=zfs |
11 | 2024-04-03T04:16:06.226Z | + [[ zfs == autofs ]] |
12 | 2024-04-03T04:16:06.226Z | + mkdir -p /home/build |
13 | 2024-04-03T04:16:06.229Z | + chown build:build /home/build /work |
14 | 2024-04-03T04:16:07.229Z | + chmod 0700 /home/build /work |
15 | 2024-04-03T04:16:07.233Z | process exited: duration 3241 ms, exit code 0 |
|
16 | 2024-04-03T04:16:07.239Z | starting task 1: "rust-toolchain" |
17 | 2024-04-03T04:16:07.247Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-04-03T04:16:07.254Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-04-03T04:16:07.734Z | info: downloading installer |
20 | 2024-04-03T04:16:09.740Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-04-03T04:16:09.740Z | warning: /opt/ooce/bin |
22 | 2024-04-03T04:16:09.740Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-04-03T04:16:09.740Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-04-03T04:16:09.740Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-04-03T04:16:09.740Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-04-03T04:16:09.741Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-04-03T04:16:09.741Z | error: cannot install while Rust is installed |
28 | 2024-04-03T04:16:09.741Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-04-03T04:16:10.114Z | info: profile set to 'default' |
30 | 2024-04-03T04:16:10.114Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-04-03T04:16:10.117Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-04-03T04:16:10.255Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-04-03T04:16:10.255Z | info: downloading component 'cargo' |
34 | 2024-04-03T04:16:11.035Z | info: downloading component 'clippy' |
35 | 2024-04-03T04:16:11.313Z | info: downloading component 'rust-docs' |
36 | 2024-04-03T04:16:12.294Z | info: downloading component 'rust-std' |
37 | 2024-04-03T04:16:14.035Z | info: downloading component 'rustc' |
38 | 2024-04-03T04:16:18.290Z | info: downloading component 'rustfmt' |
39 | 2024-04-03T04:16:18.545Z | info: installing component 'cargo' |
40 | 2024-04-03T04:16:19.383Z | info: installing component 'clippy' |
41 | 2024-04-03T04:16:19.747Z | info: installing component 'rust-docs' |
42 | 2024-04-03T04:16:21.182Z | info: installing component 'rust-std' |
43 | 2024-04-03T04:16:23.058Z | info: installing component 'rustc' |
44 | 2024-04-03T04:16:27.363Z | info: installing component 'rustfmt' |
45 | 2024-04-03T04:16:27.724Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-04-03T04:16:27.725Z | |
47 | 2024-04-03T04:16:28.024Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-04-03T04:16:28.024Z | |
49 | 2024-04-03T04:16:28.027Z | |
50 | 2024-04-03T04:16:28.027Z | Rust is installed now. Great! |
51 | 2024-04-03T04:16:28.027Z | |
52 | 2024-04-03T04:16:28.027Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-04-03T04:16:28.027Z | environment variable. This has not been done automatically. |
54 | 2024-04-03T04:16:28.027Z | |
55 | 2024-04-03T04:16:28.027Z | To configure your current shell, you need to source |
56 | 2024-04-03T04:16:28.027Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-04-03T04:16:28.027Z | |
58 | 2024-04-03T04:16:28.027Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-04-03T04:16:28.027Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-04-03T04:16:28.027Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-04-03T04:16:28.124Z | + rustc --version |
62 | 2024-04-03T04:16:28.196Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-04-03T04:16:28.202Z | process exited: duration 20958 ms, exit code 0 |
|
64 | 2024-04-03T04:16:28.208Z | starting task 2: "authentication" |
65 | 2024-04-03T04:16:28.233Z | process exited: duration 24 ms, exit code 0 |
|
66 | 2024-04-03T04:16:28.240Z | starting task 3: "clone repository" |
67 | 2024-04-03T04:16:28.245Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-04-03T04:16:28.249Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-04-03T04:16:28.491Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-04-03T04:16:57.779Z | + cd /work/oxidecomputer/omicron |
71 | 2024-04-03T04:16:57.780Z | + git fetch origin 6dfdadfbd861ce8a1a1844bb927f3f062e72bf79 |
72 | 2024-04-03T04:16:58.508Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-04-03T04:16:58.508Z | * branch 6dfdadfbd861ce8a1a1844bb927f3f062e72bf79 -> FETCH_HEAD |
74 | 2024-04-03T04:16:58.518Z | + [[ -n renovate/diesel-2.x ]] |
75 | 2024-04-03T04:16:58.521Z | ++ git branch --show-current |
76 | 2024-04-03T04:16:58.524Z | + current=main |
77 | 2024-04-03T04:16:58.525Z | + [[ main != renovate/diesel-2.x ]] |
78 | 2024-04-03T04:16:58.525Z | + git branch -f renovate/diesel-2.x 6dfdadfbd861ce8a1a1844bb927f3f062e72bf79 |
79 | 2024-04-03T04:16:58.528Z | + git checkout -f renovate/diesel-2.x |
80 | 2024-04-03T04:16:58.653Z | Switched to branch 'renovate/diesel-2.x' |
81 | 2024-04-03T04:16:58.656Z | + git reset --hard 6dfdadfbd861ce8a1a1844bb927f3f062e72bf79 |
82 | 2024-04-03T04:16:58.668Z | HEAD is now at 6dfdadfbd Update Rust crate diesel to 2.1.5 |
83 | 2024-04-03T04:16:58.671Z | process exited: duration 30426 ms, exit code 0 |
|
84 | 2024-04-03T04:16:58.678Z | starting task 4: "build" |
85 | 2024-04-03T04:16:58.684Z | + cargo --version |
86 | 2024-04-03T04:16:58.692Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
87 | 2024-04-03T04:16:58.888Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
88 | 2024-04-03T04:16:58.888Z | info: downloading component 'cargo' |
89 | 2024-04-03T04:16:59.749Z | info: downloading component 'clippy' |
90 | 2024-04-03T04:17:00.021Z | info: downloading component 'rust-docs' |
91 | 2024-04-03T04:17:01.109Z | info: downloading component 'rust-std' |
92 | 2024-04-03T04:17:02.877Z | info: downloading component 'rustc' |
93 | 2024-04-03T04:17:07.412Z | info: downloading component 'rustfmt' |
94 | 2024-04-03T04:17:07.717Z | info: installing component 'cargo' |
95 | 2024-04-03T04:17:08.645Z | info: installing component 'clippy' |
96 | 2024-04-03T04:17:09.064Z | info: installing component 'rust-docs' |
97 | 2024-04-03T04:17:10.585Z | info: installing component 'rust-std' |
98 | 2024-04-03T04:17:12.468Z | info: installing component 'rustc' |
99 | 2024-04-03T04:17:16.712Z | info: installing component 'rustfmt' |
100 | 2024-04-03T04:17:17.116Z | cargo 1.76.0 (c84b36747 2024-01-18) |
101 | 2024-04-03T04:17:17.120Z | + rustc --version |
102 | 2024-04-03T04:17:17.188Z | rustc 1.76.0 (07dca489a 2024-02-04) |
103 | 2024-04-03T04:17:17.194Z | ++ git rev-parse HEAD |
104 | 2024-04-03T04:17:17.197Z | + COMMIT=6dfdadfbd861ce8a1a1844bb927f3f062e72bf79 |
105 | 2024-04-03T04:17:17.197Z | + VERSION=7.0.0-0.ci+git6dfdadfbd86 |
106 | 2024-04-03T04:17:17.197Z | + echo 7.0.0-0.ci+git6dfdadfbd86 |
107 | 2024-04-03T04:17:17.197Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
108 | 2024-04-03T04:17:26.911Z | Startup: Refreshing catalog 'helios-dev' ... Done |
109 | 2024-04-03T04:17:28.432Z | Startup: Caching catalogs ... Done |
110 | 2024-04-03T04:17:30.324Z | Planning: Solver setup ... Done (1.464s) |
111 | 2024-04-03T04:17:30.350Z | Planning: Running solver ... Done (0.028s) |
112 | 2024-04-03T04:17:30.523Z | Planning: Finding local manifests ... Done (0.145s) |
113 | 2024-04-03T04:17:30.536Z | Planning: Fetching manifests: 0/4 0% complete |
114 | 2024-04-03T04:17:31.412Z | Planning: Fetching manifests: 4/4 100% complete |
115 | 2024-04-03T04:17:31.467Z | Planning: Package planning ... Done (0.055s) |
116 | 2024-04-03T04:17:31.521Z | Planning: Merging actions ... Done (0.054s) |
117 | 2024-04-03T04:17:32.101Z | Planning: Checking for conflicting actions ... Done (0.580s) |
118 | 2024-04-03T04:17:32.114Z | Planning: Consolidating action changes ... Done (0.012s) |
119 | 2024-04-03T04:17:37.679Z | Planning: Evaluating mediators ... Done (5.564s) |
120 | 2024-04-03T04:17:37.703Z | Planning: Planning completed in 9.20 seconds |
121 | 2024-04-03T04:17:37.728Z | Packages to install: 4 |
122 | 2024-04-03T04:17:37.729Z | Mediators to change: 2 |
123 | 2024-04-03T04:17:37.729Z | Services to change: 1 |
124 | 2024-04-03T04:17:37.729Z | Estimated space available: 155.32 GB |
125 | 2024-04-03T04:17:37.730Z | Estimated space to be consumed: 1.43 GB |
126 | 2024-04-03T04:17:37.730Z | Create boot environment: No |
127 | 2024-04-03T04:17:37.730Z | Create backup boot environment: No |
128 | 2024-04-03T04:17:37.730Z | Rebuild boot archive: No |
129 | 2024-04-03T04:17:37.731Z | |
130 | 2024-04-03T04:17:37.731Z | Changed mediators: |
131 | 2024-04-03T04:17:37.731Z | mediator clang: |
132 | 2024-04-03T04:17:37.731Z | version: None -> 15 (system default) |
133 | 2024-04-03T04:17:37.732Z | |
134 | 2024-04-03T04:17:37.732Z | mediator llvm: |
135 | 2024-04-03T04:17:37.732Z | version: 14 (system default) -> 15 (system default) |
136 | 2024-04-03T04:17:37.732Z | |
137 | 2024-04-03T04:17:37.733Z | Changed packages: |
138 | 2024-04-03T04:17:37.733Z | helios-dev |
139 | 2024-04-03T04:17:37.733Z | developer/build-essential |
140 | 2024-04-03T04:17:37.733Z | None -> 11-2.0 |
141 | 2024-04-03T04:17:37.733Z | library/libxmlsec1 |
142 | 2024-04-03T04:17:37.733Z | None -> 1.2.35-2.0 |
143 | 2024-04-03T04:17:37.734Z | ooce/developer/clang-15 |
144 | 2024-04-03T04:17:37.734Z | None -> 15.0.7-2.0 |
145 | 2024-04-03T04:17:37.734Z | ooce/developer/llvm-15 |
146 | 2024-04-03T04:17:37.734Z | None -> 15.0.7-2.0 |
147 | 2024-04-03T04:17:37.734Z | |
148 | 2024-04-03T04:17:37.734Z | Services: |
149 | 2024-04-03T04:17:37.735Z | restart_fmri: |
150 | 2024-04-03T04:17:37.735Z | svc:/system/update-man-index:default |
151 | 2024-04-03T04:17:37.833Z | |
152 | 2024-04-03T04:17:37.833Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
153 | 2024-04-03T04:17:42.849Z | Download: 812/3290 items 18.4/212.6MB 8% complete (3.9M/s) |
154 | 2024-04-03T04:17:48.120Z | Download: 1197/3290 items 83.4/212.6MB 39% complete (10.1M/s) |
155 | 2024-04-03T04:17:53.542Z | Download: 1688/3290 items 117.9/212.6MB 55% complete (9.9M/s) |
156 | 2024-04-03T04:17:58.967Z | Download: 2223/3290 items 119.1/212.6MB 56% complete (4.0M/s) |
157 | 2024-04-03T04:18:03.971Z | Download: 2396/3290 items 119.8/212.6MB 56% complete (149k/s) |
158 | 2024-04-03T04:18:08.970Z | Download: 3243/3290 items 199.5/212.6MB 93% complete (8.8M/s) |
159 | 2024-04-03T04:18:13.580Z | Download: Completed 212.60 MB in 35.74 seconds (6.0M/s) |
160 | 2024-04-03T04:18:13.773Z | Actions: 1/3689 actions (Installing new actions) |
161 | 2024-04-03T04:18:18.774Z | Actions: 3596/3689 actions (Installing new actions) |
162 | 2024-04-03T04:18:19.016Z | Actions: Completed 3689 actions in 5.24 seconds. |
163 | 2024-04-03T04:18:19.235Z | Done (0.213s) |
164 | 2024-04-03T04:18:19.235Z | Done (0.000s) |
165 | 2024-04-03T04:18:19.502Z | Done (0.263s) |
166 | 2024-04-03T04:18:25.065Z | Done (5.415s) |
167 | 2024-04-03T04:18:25.273Z | Done (0.133s) |
168 | 2024-04-03T04:18:25.277Z | Done (0.000s) |
169 | 2024-04-03T04:18:25.452Z | Done (0.000s) |
170 | 2024-04-03T04:18:25.995Z | Planning: Evaluating mediator changes ... Done |
171 | 2024-04-03T04:18:26.167Z | Planning: Checking for conflicting actions ... Done |
172 | 2024-04-03T04:18:26.177Z | Planning: Consolidating action changes ... Done |
173 | 2024-04-03T04:18:26.448Z | Planning: Evaluating mediators ... Done |
174 | 2024-04-03T04:18:26.452Z | Planning: Planning completed in 0.45 seconds |
175 | 2024-04-03T04:18:26.483Z | Mediators to change: 2 |
176 | 2024-04-03T04:18:26.486Z | Create boot environment: No |
177 | 2024-04-03T04:18:26.486Z | Create backup boot environment: No |
178 | 2024-04-03T04:18:26.553Z | Done |
179 | 2024-04-03T04:18:26.553Z | Done |
180 | 2024-04-03T04:18:26.708Z | Done |
181 | 2024-04-03T04:18:30.661Z | Done |
182 | 2024-04-03T04:18:30.757Z | Done |
183 | 2024-04-03T04:18:30.760Z | Done |
184 | 2024-04-03T04:18:30.874Z | Done |
185 | 2024-04-03T04:18:31.545Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-04-03T04:18:31.548Z | Planning: Merging actions ... Done |
187 | 2024-04-03T04:18:31.741Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-04-03T04:18:31.747Z | Planning: Consolidating action changes ... Done |
189 | 2024-04-03T04:18:32.021Z | Planning: Evaluating mediators ... Done |
190 | 2024-04-03T04:18:32.083Z | Planning: Planning completed in 0.82 seconds |
191 | 2024-04-03T04:18:32.122Z | Packages to change: 1 |
192 | 2024-04-03T04:18:32.122Z | Mediators to change: 1 |
193 | 2024-04-03T04:18:32.122Z | Services to change: 1 |
194 | 2024-04-03T04:18:32.122Z | Create boot environment: No |
195 | 2024-04-03T04:18:32.127Z | Create backup boot environment: Yes |
196 | 2024-04-03T04:18:34.648Z | Actions: 1/6 actions (Updating modified actions) |
197 | 2024-04-03T04:18:34.654Z | Actions: Completed 6 actions in 0.00 seconds. |
198 | 2024-04-03T04:18:34.654Z | Done |
199 | 2024-04-03T04:18:34.654Z | Done |
200 | 2024-04-03T04:18:34.654Z | Done |
201 | 2024-04-03T04:18:38.278Z | Done |
202 | 2024-04-03T04:18:38.365Z | Done |
203 | 2024-04-03T04:18:38.368Z | Done |
204 | 2024-04-03T04:18:38.498Z | Done |
205 | 2024-04-03T04:18:38.964Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
206 | 2024-04-03T04:18:38.964Z | clang system 15 system |
207 | 2024-04-03T04:18:38.964Z | csh system system illumos |
208 | 2024-04-03T04:18:38.964Z | ctags system system illumos |
209 | 2024-04-03T04:18:38.965Z | gcc vendor 12 vendor |
210 | 2024-04-03T04:18:38.965Z | gcc system 10 system |
211 | 2024-04-03T04:18:38.965Z | gcc system 7 system |
212 | 2024-04-03T04:18:38.965Z | go system 1.20 system |
213 | 2024-04-03T04:18:38.965Z | go system 1.19 system |
214 | 2024-04-03T04:18:38.965Z | llvm system 15 system |
215 | 2024-04-03T04:18:38.965Z | llvm system 14 system |
216 | 2024-04-03T04:18:38.965Z | mariadb system 10.6 system |
217 | 2024-04-03T04:18:38.965Z | mta vendor vendor dma |
218 | 2024-04-03T04:18:38.965Z | openjdk system 17 system |
219 | 2024-04-03T04:18:38.965Z | openjdk system 11 system |
220 | 2024-04-03T04:18:38.965Z | openjdk system 1.8 system |
221 | 2024-04-03T04:18:38.965Z | openssl vendor 3 vendor |
222 | 2024-04-03T04:18:38.965Z | perl system 5.36 system |
223 | 2024-04-03T04:18:38.965Z | postgresql system 15 system |
224 | 2024-04-03T04:18:38.965Z | postgresql system 13 system |
225 | 2024-04-03T04:18:38.965Z | python vendor 3 vendor |
226 | 2024-04-03T04:18:38.965Z | python system 2 system |
227 | 2024-04-03T04:18:38.965Z | python3 system 3.11 system |
228 | 2024-04-03T04:18:38.965Z | ruby system 3.0 system |
229 | 2024-04-03T04:18:38.965Z | words vendor vendor american-english |
230 | 2024-04-03T04:18:38.966Z | words system system australian-english |
231 | 2024-04-03T04:18:38.966Z | words system system british-english |
232 | 2024-04-03T04:18:38.966Z | words system system canadian-english |
233 | 2024-04-03T04:18:38.966Z | words system system french |
234 | 2024-04-03T04:18:38.966Z | words system system italian |
235 | 2024-04-03T04:18:38.966Z | words system system ngerman |
236 | 2024-04-03T04:18:38.966Z | words system system ogerman |
237 | 2024-04-03T04:18:38.966Z | words system system spanish |
238 | 2024-04-03T04:18:39.310Z | PUBLISHER TYPE STATUS P LOCATION |
239 | 2024-04-03T04:18:39.311Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
240 | 2024-04-03T04:18:40.596Z | FMRI IFO |
241 | 2024-04-03T04:18:40.596Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
242 | 2024-04-03T04:18:40.596Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
243 | 2024-04-03T04:18:40.596Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
244 | 2024-04-03T04:18:40.597Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
245 | 2024-04-03T04:18:40.597Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
246 | 2024-04-03T04:18:40.597Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
247 | 2024-04-03T04:18:40.597Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
248 | 2024-04-03T04:18:40.597Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
249 | 2024-04-03T04:18:40.597Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
250 | 2024-04-03T04:18:40.597Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
251 | 2024-04-03T04:18:40.597Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
252 | 2024-04-03T04:18:40.597Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
253 | 2024-04-03T04:18:40.851Z | + set -o errexit |
254 | 2024-04-03T04:18:40.854Z | +++ dirname ./tools/ci_download_cockroachdb |
255 | 2024-04-03T04:18:40.857Z | ++ cd ./tools |
256 | 2024-04-03T04:18:40.857Z | ++ pwd |
257 | 2024-04-03T04:18:40.857Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
258 | 2024-04-03T04:18:40.857Z | ++ basename ./tools/ci_download_cockroachdb |
259 | 2024-04-03T04:18:40.863Z | + ARG0=ci_download_cockroachdb |
260 | 2024-04-03T04:18:40.864Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
261 | 2024-04-03T04:18:40.864Z | + CIDL_VERSION=v22.1.9 |
262 | 2024-04-03T04:18:40.864Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
263 | 2024-04-03T04:18:40.864Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
264 | 2024-04-03T04:18:40.864Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
265 | 2024-04-03T04:18:40.864Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
266 | 2024-04-03T04:18:40.864Z | + TARGET_DIR=out |
267 | 2024-04-03T04:18:40.864Z | + DOWNLOAD_DIR=out/downloads |
268 | 2024-04-03T04:18:40.864Z | + DEST_DIR=./out/cockroachdb |
269 | 2024-04-03T04:18:40.864Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
270 | 2024-04-03T04:18:40.864Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
271 | 2024-04-03T04:18:40.868Z | + main |
272 | 2024-04-03T04:18:40.868Z | + [[ 0 != 0 ]] |
273 | 2024-04-03T04:18:40.868Z | + CIDL_OS=solaris2.11 |
274 | 2024-04-03T04:18:40.868Z | + [[ 0 != 0 ]] |
275 | 2024-04-03T04:18:40.868Z | + configure_os solaris2.11 |
276 | 2024-04-03T04:18:40.868Z | + echo 'current directory: /work/oxidecomputer/omicron' |
277 | 2024-04-03T04:18:40.869Z | + echo 'configuring based on OS: "solaris2.11"' |
278 | 2024-04-03T04:18:40.869Z | current directory: /work/oxidecomputer/omicron |
279 | 2024-04-03T04:18:40.869Z | configuring based on OS: "solaris2.11" |
280 | 2024-04-03T04:18:40.869Z | + case "$1" in |
281 | 2024-04-03T04:18:40.869Z | + CIDL_BUILD=illumos |
282 | 2024-04-03T04:18:40.869Z | + CIDL_SUFFIX=tar.gz |
283 | 2024-04-03T04:18:40.869Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
284 | 2024-04-03T04:18:40.869Z | + CIDL_URL_BASE=https://illumos.org/downloads |
285 | 2024-04-03T04:18:40.869Z | + CIDL_ASSEMBLE=do_assemble_illumos |
286 | 2024-04-03T04:18:40.869Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
287 | 2024-04-03T04:18:40.869Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-04-03T04:18:40.870Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-04-03T04:18:40.870Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
290 | 2024-04-03T04:18:40.870Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-04-03T04:18:40.870Z | + CIDL_SHA256FUNC=do_sha256sum |
292 | 2024-04-03T04:18:40.870Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
293 | 2024-04-03T04:18:40.870Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-04-03T04:18:40.870Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
295 | 2024-04-03T04:18:40.870Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-04-03T04:18:40.870Z | + mkdir -p out/downloads |
297 | 2024-04-03T04:18:40.870Z | + mkdir -p ./out/cockroachdb |
298 | 2024-04-03T04:18:40.870Z | + local DO_DOWNLOAD=true |
299 | 2024-04-03T04:18:40.870Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
300 | 2024-04-03T04:18:40.870Z | + '[' true == true ']' |
301 | 2024-04-03T04:18:40.871Z | + echo Downloading... |
302 | 2024-04-03T04:18:40.871Z | Downloading... |
303 | 2024-04-03T04:18:40.871Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
304 | 2024-04-03T04:18:40.871Z | + 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 |
305 | 2024-04-03T04:18:44.016Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2024-04-03T04:18:44.031Z | ++ sha256sum |
307 | 2024-04-03T04:18:44.031Z | ++ awk '{print $1}' |
308 | 2024-04-03T04:18:44.183Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
309 | 2024-04-03T04:18:44.183Z | + [[ 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 ]] |
310 | 2024-04-03T04:18:44.183Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2024-04-03T04:18:44.186Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
312 | 2024-04-03T04:18:46.285Z | + do_assemble_illumos |
313 | 2024-04-03T04:18:46.285Z | + rm -r ./out/cockroachdb |
314 | 2024-04-03T04:18:46.291Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
315 | 2024-04-03T04:18:46.755Z | + ./out/cockroachdb/bin/cockroach version |
316 | 2024-04-03T04:18:46.930Z | Build Tag: v22.1.9-dirty |
317 | 2024-04-03T04:18:46.930Z | Build Time: 2022/10/26 21:17:46 |
318 | 2024-04-03T04:18:46.931Z | Distribution: OSS |
319 | 2024-04-03T04:18:46.931Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
320 | 2024-04-03T04:18:46.931Z | Go Version: go1.17.13 |
321 | 2024-04-03T04:18:46.931Z | C Compiler: gcc 10.3.0 |
322 | 2024-04-03T04:18:46.931Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
323 | 2024-04-03T04:18:46.932Z | Build Type: release |
324 | 2024-04-03T04:18:46.949Z | + set -o errexit |
325 | 2024-04-03T04:18:46.956Z | +++ dirname ./tools/ci_download_clickhouse |
326 | 2024-04-03T04:18:46.956Z | ++ cd ./tools |
327 | 2024-04-03T04:18:46.957Z | ++ pwd |
328 | 2024-04-03T04:18:46.957Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
329 | 2024-04-03T04:18:46.957Z | ++ basename ./tools/ci_download_clickhouse |
330 | 2024-04-03T04:18:46.957Z | + ARG0=ci_download_clickhouse |
331 | 2024-04-03T04:18:46.957Z | + TARGET_DIR=out |
332 | 2024-04-03T04:18:46.957Z | + DOWNLOAD_DIR=out/downloads |
333 | 2024-04-03T04:18:46.958Z | + DEST_DIR=./out/clickhouse |
334 | 2024-04-03T04:18:46.985Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
335 | 2024-04-03T04:18:46.986Z | + CIDL_VERSION=v23.8.7.24 |
336 | 2024-04-03T04:18:46.986Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
337 | 2024-04-03T04:18:46.986Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
338 | 2024-04-03T04:18:46.986Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
339 | 2024-04-03T04:18:46.986Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
340 | 2024-04-03T04:18:46.987Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
341 | 2024-04-03T04:18:46.987Z | + main |
342 | 2024-04-03T04:18:46.987Z | + [[ 0 != 0 ]] |
343 | 2024-04-03T04:18:46.987Z | + CIDL_OS=solaris2.11 |
344 | 2024-04-03T04:18:46.987Z | + [[ 0 != 0 ]] |
345 | 2024-04-03T04:18:46.987Z | + configure_os solaris2.11 |
346 | 2024-04-03T04:18:46.988Z | + echo 'current directory: /work/oxidecomputer/omicron' |
347 | 2024-04-03T04:18:46.988Z | current directory: /work/oxidecomputer/omicron |
348 | 2024-04-03T04:18:46.988Z | + echo 'configuring based on OS: "solaris2.11"' |
349 | 2024-04-03T04:18:46.988Z | + CIDL_DASHREV= |
350 | 2024-04-03T04:18:46.988Z | + case "$1" in |
351 | 2024-04-03T04:18:46.988Z | configuring based on OS: "solaris2.11" |
352 | 2024-04-03T04:18:46.989Z | + CIDL_PLATFORM=illumos |
353 | 2024-04-03T04:18:46.989Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
354 | 2024-04-03T04:18:46.989Z | + CIDL_MD5FUNC=do_md5sum |
355 | 2024-04-03T04:18:46.989Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
356 | 2024-04-03T04:18:46.989Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
357 | 2024-04-03T04:18:46.990Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
358 | 2024-04-03T04:18:46.990Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
359 | 2024-04-03T04:18:46.990Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
360 | 2024-04-03T04:18:46.990Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
361 | 2024-04-03T04:18:46.990Z | + mkdir -p out/downloads |
362 | 2024-04-03T04:18:46.990Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
363 | 2024-04-03T04:18:46.991Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
364 | 2024-04-03T04:18:46.991Z | + mkdir -p ./out/clickhouse |
365 | 2024-04-03T04:18:46.991Z | + local DO_DOWNLOAD=true |
366 | 2024-04-03T04:18:46.991Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
367 | 2024-04-03T04:18:46.991Z | + '[' true == true ']' |
368 | 2024-04-03T04:18:46.991Z | + echo Downloading... |
369 | 2024-04-03T04:18:46.992Z | Downloading... |
370 | 2024-04-03T04:18:46.992Z | + 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 |
371 | 2024-04-03T04:18:46.992Z | + 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 |
372 | 2024-04-03T04:18:48.874Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
373 | 2024-04-03T04:18:48.878Z | ++ md5sum |
374 | 2024-04-03T04:18:48.878Z | ++ awk '{print $1}' |
375 | 2024-04-03T04:18:49.102Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
376 | 2024-04-03T04:18:49.102Z | + [[ 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 ]] |
377 | 2024-04-03T04:18:49.105Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
378 | 2024-04-03T04:18:49.105Z | + mkdir -p ./out/clickhouse |
379 | 2024-04-03T04:18:49.105Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
380 | 2024-04-03T04:18:52.981Z | + [[ solaris2.11 == darwin* ]] |
381 | 2024-04-03T04:18:52.981Z | + ./out/clickhouse/clickhouse server --version |
382 | 2024-04-03T04:18:53.182Z | ClickHouse server version 23.8.7.1. |
383 | 2024-04-03T04:18:53.205Z | + set -o errexit |
384 | 2024-04-03T04:18:53.208Z | +++ dirname ./tools/ci_download_console |
385 | 2024-04-03T04:18:53.211Z | ++ cd ./tools |
386 | 2024-04-03T04:18:53.211Z | ++ pwd |
387 | 2024-04-03T04:18:53.211Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
388 | 2024-04-03T04:18:53.214Z | ++ basename ./tools/ci_download_console |
389 | 2024-04-03T04:18:53.215Z | + ARG0=ci_download_console |
390 | 2024-04-03T04:18:53.215Z | + TARGET_DIR=out |
391 | 2024-04-03T04:18:53.215Z | + DOWNLOAD_DIR=out/downloads |
392 | 2024-04-03T04:18:53.215Z | + DEST_DIR=./out/console-assets |
393 | 2024-04-03T04:18:53.215Z | + source /work/oxidecomputer/omicron/tools/console_version |
394 | 2024-04-03T04:18:53.215Z | ++ COMMIT=156c082cdb21231ab95ef7475de199ecb7a96dc3 |
395 | 2024-04-03T04:18:53.215Z | ++ SHA2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b |
396 | 2024-04-03T04:18:53.215Z | + URL=https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
397 | 2024-04-03T04:18:53.215Z | + TARBALL_FILE=out/downloads/console.tar.gz |
398 | 2024-04-03T04:18:53.215Z | + main |
399 | 2024-04-03T04:18:53.215Z | + [[ 0 != 0 ]] |
400 | 2024-04-03T04:18:53.215Z | + echo 'URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz' |
401 | 2024-04-03T04:18:53.215Z | URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
402 | 2024-04-03T04:18:53.215Z | + echo 'Local file: out/downloads/console.tar.gz' |
403 | 2024-04-03T04:18:53.215Z | + local DO_DOWNLOAD=true |
404 | 2024-04-03T04:18:53.215Z | Local file: out/downloads/console.tar.gz |
405 | 2024-04-03T04:18:53.215Z | + [[ -f out/downloads/console.tar.gz ]] |
406 | 2024-04-03T04:18:53.215Z | + mkdir -p out/downloads |
407 | 2024-04-03T04:18:53.219Z | + '[' true == true ']' |
408 | 2024-04-03T04:18:53.219Z | + echo Downloading... |
409 | 2024-04-03T04:18:53.219Z | Downloading... |
410 | 2024-04-03T04:18:53.219Z | + do_download_curl https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz out/downloads/console.tar.gz |
411 | 2024-04-03T04:18:53.219Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
412 | 2024-04-03T04:18:53.772Z | ++ do_sha256sum out/downloads/console.tar.gz |
413 | 2024-04-03T04:18:53.772Z | ++ case "$OSTYPE" in |
414 | 2024-04-03T04:18:53.777Z | ++ SHA=sha256sum |
415 | 2024-04-03T04:18:53.777Z | ++ sha256sum |
416 | 2024-04-03T04:18:53.777Z | ++ awk '{print $1}' |
417 | 2024-04-03T04:18:53.782Z | + calculated_sha2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b |
418 | 2024-04-03T04:18:53.782Z | + [[ bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b != \b\f\7\6\8\0\0\8\b\6\9\5\8\e\1\9\b\8\d\8\c\e\f\2\5\7\1\0\b\4\f\f\6\4\e\e\f\1\e\5\9\b\b\3\b\e\d\b\2\7\b\b\6\b\f\3\3\4\5\9\a\7\8\b ]] |
419 | 2024-04-03T04:18:53.782Z | + rm -rf ./out/console-assets |
420 | 2024-04-03T04:18:53.788Z | + mkdir -p ./out/console-assets |
421 | 2024-04-03T04:18:53.791Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
422 | 2024-04-03T04:18:53.791Z | + mkdir -p ./out/console-assets |
423 | 2024-04-03T04:18:53.791Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
424 | 2024-04-03T04:18:53.884Z | + set -o errexit |
425 | 2024-04-03T04:18:53.888Z | +++ dirname ./tools/ci_download_maghemite_openapi |
426 | 2024-04-03T04:18:53.888Z | ++ cd ./tools |
427 | 2024-04-03T04:18:53.888Z | ++ pwd |
428 | 2024-04-03T04:18:53.888Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
429 | 2024-04-03T04:18:53.891Z | ++ basename ./tools/ci_download_maghemite_openapi |
430 | 2024-04-03T04:18:53.892Z | + ARG0=ci_download_maghemite_openapi |
431 | 2024-04-03T04:18:53.892Z | + TARGET_DIR=out |
432 | 2024-04-03T04:18:53.892Z | + DOWNLOAD_DIR=out/downloads |
433 | 2024-04-03T04:18:53.892Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
434 | 2024-04-03T04:18:53.892Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
435 | 2024-04-03T04:18:53.892Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
436 | 2024-04-03T04:18:53.892Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
437 | 2024-04-03T04:18:53.892Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
438 | 2024-04-03T04:18:53.892Z | + main |
439 | 2024-04-03T04:18:53.892Z | + rm -rf out/downloads/root |
440 | 2024-04-03T04:18:53.897Z | + [[ 0 != 0 ]] |
441 | 2024-04-03T04:18:53.897Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
442 | 2024-04-03T04:18:53.897Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
443 | 2024-04-03T04:18:53.897Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
444 | 2024-04-03T04:18:53.898Z | + local DO_DOWNLOAD=true |
445 | 2024-04-03T04:18:53.898Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
446 | 2024-04-03T04:18:53.898Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
447 | 2024-04-03T04:18:53.898Z | + mkdir -p out/downloads |
448 | 2024-04-03T04:18:53.898Z | + '[' true == true ']' |
449 | 2024-04-03T04:18:53.898Z | + echo Downloading... |
450 | 2024-04-03T04:18:53.899Z | Downloading... |
451 | 2024-04-03T04:18:53.899Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
452 | 2024-04-03T04:18:53.899Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
453 | 2024-04-03T04:18:54.527Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
454 | 2024-04-03T04:18:54.527Z | ++ case "$OSTYPE" in |
455 | 2024-04-03T04:18:54.530Z | ++ SHA=sha256sum |
456 | 2024-04-03T04:18:54.530Z | ++ sha256sum |
457 | 2024-04-03T04:18:54.530Z | ++ awk '{print $1}' |
458 | 2024-04-03T04:18:54.534Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
459 | 2024-04-03T04:18:54.534Z | + [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]] |
460 | 2024-04-03T04:18:54.534Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
461 | 2024-04-03T04:18:54.534Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
462 | 2024-04-03T04:18:54.534Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
463 | 2024-04-03T04:18:54.534Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
464 | 2024-04-03T04:18:54.534Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
465 | 2024-04-03T04:18:54.534Z | + main |
466 | 2024-04-03T04:18:54.534Z | + rm -rf out/downloads/root |
467 | 2024-04-03T04:18:54.538Z | + [[ 0 != 0 ]] |
468 | 2024-04-03T04:18:54.538Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
469 | 2024-04-03T04:18:54.538Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
470 | 2024-04-03T04:18:54.538Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
471 | 2024-04-03T04:18:54.538Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
472 | 2024-04-03T04:18:54.538Z | + local DO_DOWNLOAD=true |
473 | 2024-04-03T04:18:54.538Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
474 | 2024-04-03T04:18:54.538Z | + mkdir -p out/downloads |
475 | 2024-04-03T04:18:54.538Z | + '[' true == true ']' |
476 | 2024-04-03T04:18:54.538Z | + echo Downloading... |
477 | 2024-04-03T04:18:54.538Z | Downloading... |
478 | 2024-04-03T04:18:54.538Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
479 | 2024-04-03T04:18:54.538Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
480 | 2024-04-03T04:18:54.637Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
481 | 2024-04-03T04:18:54.640Z | ++ case "$OSTYPE" in |
482 | 2024-04-03T04:18:54.640Z | ++ SHA=sha256sum |
483 | 2024-04-03T04:18:54.641Z | ++ sha256sum |
484 | 2024-04-03T04:18:54.641Z | ++ awk '{print $1}' |
485 | 2024-04-03T04:18:54.644Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
486 | 2024-04-03T04:18:54.644Z | + [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]] |
487 | 2024-04-03T04:18:54.649Z | + set -o errexit |
488 | 2024-04-03T04:18:54.653Z | +++ dirname ./tools/ci_download_dendrite_openapi |
489 | 2024-04-03T04:18:54.656Z | ++ cd ./tools |
490 | 2024-04-03T04:18:54.656Z | ++ pwd |
491 | 2024-04-03T04:18:54.656Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
492 | 2024-04-03T04:18:54.656Z | ++ basename ./tools/ci_download_dendrite_openapi |
493 | 2024-04-03T04:18:54.660Z | + ARG0=ci_download_dendrite_openapi |
494 | 2024-04-03T04:18:54.660Z | + TARGET_DIR=out |
495 | 2024-04-03T04:18:54.660Z | + DOWNLOAD_DIR=out/downloads |
496 | 2024-04-03T04:18:54.660Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
497 | 2024-04-03T04:18:54.660Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
498 | 2024-04-03T04:18:54.660Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
499 | 2024-04-03T04:18:54.660Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
500 | 2024-04-03T04:18:54.660Z | + LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
501 | 2024-04-03T04:18:54.660Z | + main |
502 | 2024-04-03T04:18:54.660Z | + [[ 0 != 0 ]] |
503 | 2024-04-03T04:18:54.661Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json' |
504 | 2024-04-03T04:18:54.661Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
505 | 2024-04-03T04:18:54.661Z | Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
506 | 2024-04-03T04:18:54.661Z | + echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json' |
507 | 2024-04-03T04:18:54.661Z | + local DO_DOWNLOAD=true |
508 | 2024-04-03T04:18:54.661Z | + [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]] |
509 | 2024-04-03T04:18:54.661Z | + mkdir -p out/downloads |
510 | 2024-04-03T04:18:54.661Z | + '[' true == true ']' |
511 | 2024-04-03T04:18:54.661Z | + echo Downloading... |
512 | 2024-04-03T04:18:54.661Z | Downloading... |
513 | 2024-04-03T04:18:54.661Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
514 | 2024-04-03T04:18:54.661Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
515 | 2024-04-03T04:18:54.778Z | ++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
516 | 2024-04-03T04:18:54.778Z | ++ case "$OSTYPE" in |
517 | 2024-04-03T04:18:54.778Z | ++ SHA=sha256sum |
518 | 2024-04-03T04:18:54.781Z | ++ sha256sum |
519 | 2024-04-03T04:18:54.781Z | ++ awk '{print $1}' |
520 | 2024-04-03T04:18:54.784Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
521 | 2024-04-03T04:18:54.785Z | + [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]] |
522 | 2024-04-03T04:18:54.793Z | + set -o errexit |
523 | 2024-04-03T04:18:54.804Z | +++ dirname ./tools/ci_download_dendrite_stub |
524 | 2024-04-03T04:18:54.804Z | ++ cd ./tools |
525 | 2024-04-03T04:18:54.804Z | ++ pwd |
526 | 2024-04-03T04:18:54.804Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
527 | 2024-04-03T04:18:54.805Z | ++ basename ./tools/ci_download_dendrite_stub |
528 | 2024-04-03T04:18:54.822Z | + ARG0=ci_download_dendrite_stub |
529 | 2024-04-03T04:18:54.822Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
530 | 2024-04-03T04:18:54.822Z | ++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
531 | 2024-04-03T04:18:54.822Z | ++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a |
532 | 2024-04-03T04:18:54.822Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
533 | 2024-04-03T04:18:54.823Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
534 | 2024-04-03T04:18:54.823Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
535 | 2024-04-03T04:18:54.823Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
536 | 2024-04-03T04:18:54.823Z | + TARGET_DIR=out |
537 | 2024-04-03T04:18:54.823Z | + DOWNLOAD_DIR=out/downloads |
538 | 2024-04-03T04:18:54.823Z | + DEST_DIR=./out/dendrite-stub |
539 | 2024-04-03T04:18:54.823Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
540 | 2024-04-03T04:18:54.824Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
541 | 2024-04-03T04:18:54.824Z | + REPO=oxidecomputer/dendrite |
542 | 2024-04-03T04:18:54.824Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690 |
543 | 2024-04-03T04:18:54.824Z | + main |
544 | 2024-04-03T04:18:54.824Z | + [[ 0 != 0 ]] |
545 | 2024-04-03T04:18:54.824Z | + CIDL_OS=solaris2.11 |
546 | 2024-04-03T04:18:54.824Z | + [[ 0 != 0 ]] |
547 | 2024-04-03T04:18:54.824Z | + configure_os solaris2.11 |
548 | 2024-04-03T04:18:54.825Z | + echo 'current directory: /work/oxidecomputer/omicron' |
549 | 2024-04-03T04:18:54.825Z | current directory: /work/oxidecomputer/omicron |
550 | 2024-04-03T04:18:54.825Z | + echo 'configuring based on OS: "solaris2.11"' |
551 | 2024-04-03T04:18:54.825Z | + case "$1" in |
552 | 2024-04-03T04:18:54.825Z | configuring based on OS: "solaris2.11" |
553 | 2024-04-03T04:18:54.825Z | + SET_BINARIES= |
554 | 2024-04-03T04:18:54.825Z | + CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
555 | 2024-04-03T04:18:54.825Z | + CIDL_SHA256FUNC=do_sha256sum |
556 | 2024-04-03T04:18:54.825Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
557 | 2024-04-03T04:18:54.825Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
558 | 2024-04-03T04:18:54.825Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
559 | 2024-04-03T04:18:54.826Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz' |
560 | 2024-04-03T04:18:54.826Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
561 | 2024-04-03T04:18:54.826Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
562 | 2024-04-03T04:18:54.826Z | + mkdir -p out/downloads |
563 | 2024-04-03T04:18:54.826Z | Local file: out/downloads/dendrite-stub.tar.gz |
564 | 2024-04-03T04:18:54.826Z | + mkdir -p ./out/dendrite-stub |
565 | 2024-04-03T04:18:54.826Z | + fetch_and_verify |
566 | 2024-04-03T04:18:54.827Z | + local DO_DOWNLOAD=true |
567 | 2024-04-03T04:18:54.827Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
568 | 2024-04-03T04:18:54.827Z | + '[' true == true ']' |
569 | 2024-04-03T04:18:54.827Z | + echo Downloading... |
570 | 2024-04-03T04:18:54.827Z | Downloading... |
571 | 2024-04-03T04:18:54.827Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
572 | 2024-04-03T04:18:54.827Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
573 | 2024-04-03T04:19:02.703Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
574 | 2024-04-03T04:19:02.712Z | ++ sha256sum |
575 | 2024-04-03T04:19:02.712Z | ++ awk '{print $1}' |
576 | 2024-04-03T04:19:02.726Z | + calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
577 | 2024-04-03T04:19:02.733Z | + [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]] |
578 | 2024-04-03T04:19:02.733Z | + do_untar out/downloads/dendrite-stub.tar.gz |
579 | 2024-04-03T04:19:02.733Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
580 | 2024-04-03T04:19:03.327Z | + do_assemble |
581 | 2024-04-03T04:19:03.327Z | + rm -r ./out/dendrite-stub |
582 | 2024-04-03T04:19:03.330Z | + mkdir ./out/dendrite-stub |
583 | 2024-04-03T04:19:03.334Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
584 | 2024-04-03T04:19:03.421Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
585 | 2024-04-03T04:19:03.432Z | + set -o errexit |
586 | 2024-04-03T04:19:03.439Z | +++ dirname ./tools/ci_download_maghemite_mgd |
587 | 2024-04-03T04:19:03.439Z | ++ cd ./tools |
588 | 2024-04-03T04:19:03.439Z | ++ pwd |
589 | 2024-04-03T04:19:03.440Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
590 | 2024-04-03T04:19:03.445Z | ++ basename ./tools/ci_download_maghemite_mgd |
591 | 2024-04-03T04:19:03.445Z | + ARG0=ci_download_maghemite_mgd |
592 | 2024-04-03T04:19:03.445Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
593 | 2024-04-03T04:19:03.445Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
594 | 2024-04-03T04:19:03.445Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
595 | 2024-04-03T04:19:03.446Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
596 | 2024-04-03T04:19:03.446Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
597 | 2024-04-03T04:19:03.446Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
598 | 2024-04-03T04:19:03.446Z | + TARGET_DIR=out |
599 | 2024-04-03T04:19:03.446Z | + DOWNLOAD_DIR=out/downloads |
600 | 2024-04-03T04:19:03.446Z | + DEST_DIR=./out/mgd |
601 | 2024-04-03T04:19:03.446Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
602 | 2024-04-03T04:19:03.446Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
603 | 2024-04-03T04:19:03.446Z | + REPO=oxidecomputer/maghemite |
604 | 2024-04-03T04:19:03.447Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
605 | 2024-04-03T04:19:03.447Z | + main |
606 | 2024-04-03T04:19:03.447Z | + rm -rf out/downloads/root |
607 | 2024-04-03T04:19:03.467Z | + [[ 0 != 0 ]] |
608 | 2024-04-03T04:19:03.467Z | + CIDL_OS=solaris2.11 |
609 | 2024-04-03T04:19:03.467Z | + [[ 0 != 0 ]] |
610 | 2024-04-03T04:19:03.467Z | + configure_os solaris2.11 |
611 | 2024-04-03T04:19:03.467Z | + echo 'current directory: /work/oxidecomputer/omicron' |
612 | 2024-04-03T04:19:03.467Z | current directory: /work/oxidecomputer/omicron |
613 | 2024-04-03T04:19:03.468Z | + echo 'configuring based on OS: "solaris2.11"' |
614 | 2024-04-03T04:19:03.468Z | + case "$1" in |
615 | 2024-04-03T04:19:03.468Z | configuring based on OS: "solaris2.11" |
616 | 2024-04-03T04:19:03.468Z | + SET_BINARIES= |
617 | 2024-04-03T04:19:03.468Z | + CIDL_SHA256FUNC=do_sha256sum |
618 | 2024-04-03T04:19:03.468Z | + TARBALL_FILENAME=mgd.tar.gz |
619 | 2024-04-03T04:19:03.468Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
620 | 2024-04-03T04:19:03.468Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
621 | 2024-04-03T04:19:03.468Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
622 | 2024-04-03T04:19:03.468Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
623 | 2024-04-03T04:19:03.469Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
624 | 2024-04-03T04:19:03.469Z | Local file: out/downloads/mgd.tar.gz |
625 | 2024-04-03T04:19:03.469Z | + mkdir -p out/downloads |
626 | 2024-04-03T04:19:03.469Z | + mkdir -p ./out/mgd |
627 | 2024-04-03T04:19:03.481Z | + fetch_and_verify |
628 | 2024-04-03T04:19:03.481Z | + local DO_DOWNLOAD=true |
629 | 2024-04-03T04:19:03.481Z | + [[ -f out/downloads/mgd.tar.gz ]] |
630 | 2024-04-03T04:19:03.481Z | + '[' true == true ']' |
631 | 2024-04-03T04:19:03.481Z | + echo Downloading... |
632 | 2024-04-03T04:19:03.481Z | Downloading... |
633 | 2024-04-03T04:19:03.481Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
634 | 2024-04-03T04:19:03.482Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
635 | 2024-04-03T04:19:13.417Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
636 | 2024-04-03T04:19:13.426Z | ++ sha256sum |
637 | 2024-04-03T04:19:13.426Z | ++ awk '{print $1}' |
638 | 2024-04-03T04:19:13.434Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
639 | 2024-04-03T04:19:13.434Z | + [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]] |
640 | 2024-04-03T04:19:13.434Z | + do_untar out/downloads/mgd.tar.gz |
641 | 2024-04-03T04:19:13.434Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
642 | 2024-04-03T04:19:14.033Z | + do_assemble |
643 | 2024-04-03T04:19:14.034Z | + rm -r ./out/mgd |
644 | 2024-04-03T04:19:14.038Z | + mkdir ./out/mgd |
645 | 2024-04-03T04:19:14.038Z | + cp -r out/downloads/root ./out/mgd/root |
646 | 2024-04-03T04:19:14.124Z | + set -o errexit |
647 | 2024-04-03T04:19:14.130Z | +++ dirname ./tools/ci_download_transceiver_control |
648 | 2024-04-03T04:19:14.130Z | ++ cd ./tools |
649 | 2024-04-03T04:19:14.134Z | ++ pwd |
650 | 2024-04-03T04:19:14.134Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
651 | 2024-04-03T04:19:14.134Z | ++ basename ./tools/ci_download_transceiver_control |
652 | 2024-04-03T04:19:14.134Z | + ARG0=ci_download_transceiver_control |
653 | 2024-04-03T04:19:14.134Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
654 | 2024-04-03T04:19:14.134Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
655 | 2024-04-03T04:19:14.134Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
656 | 2024-04-03T04:19:14.134Z | + TARGET_DIR=out |
657 | 2024-04-03T04:19:14.134Z | + DOWNLOAD_DIR=out/downloads |
658 | 2024-04-03T04:19:14.134Z | + DEST_DIR=./out/transceiver-control |
659 | 2024-04-03T04:19:14.134Z | + BIN_DIR=/opt/oxide/bin |
660 | 2024-04-03T04:19:14.134Z | + BINARY=xcvradm |
661 | 2024-04-03T04:19:14.134Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
662 | 2024-04-03T04:19:14.134Z | + REPO=oxidecomputer/transceiver-control |
663 | 2024-04-03T04:19:14.134Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
664 | 2024-04-03T04:19:14.135Z | + main |
665 | 2024-04-03T04:19:14.135Z | + [[ 0 != 0 ]] |
666 | 2024-04-03T04:19:14.135Z | + CIDL_OS=solaris2.11 |
667 | 2024-04-03T04:19:14.135Z | + [[ 0 != 0 ]] |
668 | 2024-04-03T04:19:14.135Z | + configure_os solaris2.11 |
669 | 2024-04-03T04:19:14.135Z | + echo 'current directory: /work/oxidecomputer/omicron' |
670 | 2024-04-03T04:19:14.135Z | current directory: /work/oxidecomputer/omicron |
671 | 2024-04-03T04:19:14.135Z | + echo 'configuring based on OS: "solaris2.11"' |
672 | 2024-04-03T04:19:14.135Z | + case "$1" in |
673 | 2024-04-03T04:19:14.135Z | + SET_BINARIES= |
674 | 2024-04-03T04:19:14.135Z | configuring based on OS: "solaris2.11" |
675 | 2024-04-03T04:19:14.135Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
676 | 2024-04-03T04:19:14.135Z | + CIDL_SHA256FUNC=do_sha256sum |
677 | 2024-04-03T04:19:14.135Z | + ARCHIVE_FILENAME=xcvradm.gz |
678 | 2024-04-03T04:19:14.135Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
679 | 2024-04-03T04:19:14.135Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
680 | 2024-04-03T04:19:14.135Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
681 | 2024-04-03T04:19:14.135Z | + echo 'Local file: out/downloads/xcvradm.gz' |
682 | 2024-04-03T04:19:14.135Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
683 | 2024-04-03T04:19:14.135Z | Local file: out/downloads/xcvradm.gz |
684 | 2024-04-03T04:19:14.135Z | + mkdir -p out/downloads |
685 | 2024-04-03T04:19:14.142Z | + mkdir -p ./out/transceiver-control |
686 | 2024-04-03T04:19:14.142Z | + fetch_and_verify |
687 | 2024-04-03T04:19:14.142Z | + local DO_DOWNLOAD=true |
688 | 2024-04-03T04:19:14.142Z | + [[ -f out/downloads/xcvradm.gz ]] |
689 | 2024-04-03T04:19:14.142Z | + '[' true == true ']' |
690 | 2024-04-03T04:19:14.142Z | + echo Downloading... |
691 | 2024-04-03T04:19:14.142Z | Downloading... |
692 | 2024-04-03T04:19:14.142Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
693 | 2024-04-03T04:19:14.142Z | + 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 |
694 | 2024-04-03T04:19:16.235Z | ++ do_sha256sum out/downloads/xcvradm.gz |
695 | 2024-04-03T04:19:16.270Z | ++ sha256sum |
696 | 2024-04-03T04:19:16.270Z | ++ awk '{print $1}' |
697 | 2024-04-03T04:19:16.270Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
698 | 2024-04-03T04:19:16.270Z | + [[ 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 ]] |
699 | 2024-04-03T04:19:16.270Z | + do_unpack out/downloads/xcvradm.gz |
700 | 2024-04-03T04:19:16.270Z | + mkdir -p out/downloads/root//opt/oxide/bin |
701 | 2024-04-03T04:19:16.278Z | + gzip -dc out/downloads/xcvradm.gz |
702 | 2024-04-03T04:19:16.370Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
703 | 2024-04-03T04:19:16.378Z | + do_assemble |
704 | 2024-04-03T04:19:16.378Z | + rm -r ./out/transceiver-control |
705 | 2024-04-03T04:19:16.378Z | + mkdir ./out/transceiver-control |
706 | 2024-04-03T04:19:16.378Z | + cp -r out/downloads/root ./out/transceiver-control/root |
707 | 2024-04-03T04:19:16.488Z | + set -o errexit |
708 | 2024-04-03T04:19:16.504Z | +++ dirname ./tools/ci_download_thundermuffin |
709 | 2024-04-03T04:19:16.504Z | ++ cd ./tools |
710 | 2024-04-03T04:19:16.504Z | ++ pwd |
711 | 2024-04-03T04:19:16.504Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
712 | 2024-04-03T04:19:16.504Z | ++ basename ./tools/ci_download_thundermuffin |
713 | 2024-04-03T04:19:16.504Z | + ARG0=ci_download_thundermuffin |
714 | 2024-04-03T04:19:16.504Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
715 | 2024-04-03T04:19:16.504Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
716 | 2024-04-03T04:19:16.504Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
717 | 2024-04-03T04:19:16.504Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
718 | 2024-04-03T04:19:16.505Z | + TARGET_DIR=out |
719 | 2024-04-03T04:19:16.505Z | + DOWNLOAD_DIR=out/downloads |
720 | 2024-04-03T04:19:16.505Z | + DEST_DIR=./out/thundermuffin |
721 | 2024-04-03T04:19:16.505Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
722 | 2024-04-03T04:19:16.505Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
723 | 2024-04-03T04:19:16.505Z | + REPO=oxidecomputer/thundermuffin |
724 | 2024-04-03T04:19:16.505Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
725 | 2024-04-03T04:19:16.505Z | + main |
726 | 2024-04-03T04:19:16.505Z | + rm -rf out/downloads/root |
727 | 2024-04-03T04:19:16.528Z | + [[ 0 != 0 ]] |
728 | 2024-04-03T04:19:16.528Z | + CIDL_OS=solaris2.11 |
729 | 2024-04-03T04:19:16.529Z | + [[ 0 != 0 ]] |
730 | 2024-04-03T04:19:16.529Z | + configure_os solaris2.11 |
731 | 2024-04-03T04:19:16.529Z | + echo 'current directory: /work/oxidecomputer/omicron' |
732 | 2024-04-03T04:19:16.529Z | current directory: /work/oxidecomputer/omicron |
733 | 2024-04-03T04:19:16.529Z | + echo 'configuring based on OS: "solaris2.11"' |
734 | 2024-04-03T04:19:16.529Z | + case "$1" in |
735 | 2024-04-03T04:19:16.529Z | configuring based on OS: "solaris2.11" |
736 | 2024-04-03T04:19:16.529Z | + SET_BINARIES= |
737 | 2024-04-03T04:19:16.529Z | + CIDL_SHA256FUNC=do_sha256sum |
738 | 2024-04-03T04:19:16.530Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
739 | 2024-04-03T04:19:16.530Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
740 | 2024-04-03T04:19:16.530Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
741 | 2024-04-03T04:19:16.530Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
742 | 2024-04-03T04:19:16.530Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
743 | 2024-04-03T04:19:16.530Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
744 | 2024-04-03T04:19:16.530Z | + mkdir -p out/downloads |
745 | 2024-04-03T04:19:16.530Z | Local file: out/downloads/thundermuffin.tar.gz |
746 | 2024-04-03T04:19:16.530Z | + mkdir -p ./out/thundermuffin |
747 | 2024-04-03T04:19:16.531Z | + fetch_and_verify |
748 | 2024-04-03T04:19:16.531Z | + local DO_DOWNLOAD=true |
749 | 2024-04-03T04:19:16.531Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
750 | 2024-04-03T04:19:16.531Z | + '[' true == true ']' |
751 | 2024-04-03T04:19:16.531Z | + echo Downloading... |
752 | 2024-04-03T04:19:16.531Z | Downloading... |
753 | 2024-04-03T04:19:16.531Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
754 | 2024-04-03T04:19:16.532Z | + 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 |
755 | 2024-04-03T04:19:17.277Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
756 | 2024-04-03T04:19:17.280Z | ++ sha256sum |
757 | 2024-04-03T04:19:17.280Z | ++ awk '{print $1}' |
758 | 2024-04-03T04:19:17.286Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
759 | 2024-04-03T04:19:17.286Z | + [[ 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 ]] |
760 | 2024-04-03T04:19:17.289Z | + do_untar out/downloads/thundermuffin.tar.gz |
761 | 2024-04-03T04:19:17.289Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
762 | 2024-04-03T04:19:17.355Z | + do_assemble |
763 | 2024-04-03T04:19:17.355Z | + rm -r ./out/thundermuffin |
764 | 2024-04-03T04:19:17.368Z | + mkdir ./out/thundermuffin |
765 | 2024-04-03T04:19:17.368Z | + cp -r out/downloads/root ./out/thundermuffin/root |
766 | 2024-04-03T04:19:17.395Z | All prerequisites installed successfully |
767 | 2024-04-03T04:19:17.396Z | |
768 | 2024-04-03T04:19:17.396Z | real 2:00.101942793 |
769 | 2024-04-03T04:19:17.397Z | user 39.158388854 |
770 | 2024-04-03T04:19:17.397Z | sys 7.682653318 |
771 | 2024-04-03T04:19:17.397Z | trap 0.012584961 |
772 | 2024-04-03T04:19:17.397Z | tflt 0.095390340 |
773 | 2024-04-03T04:19:17.397Z | dflt 0.389884560 |
774 | 2024-04-03T04:19:17.398Z | kflt 0.076374204 |
775 | 2024-04-03T04:19:17.398Z | lock 1.141371773 |
776 | 2024-04-03T04:19:17.399Z | slp 3:56.422989873 |
777 | 2024-04-03T04:19:17.399Z | lat 1.879292020 |
778 | 2024-04-03T04:19:17.399Z | stop 0.142898102 |
779 | 2024-04-03T04:19:17.399Z | + ptime -m ./tools/ci_download_softnpu_machinery |
780 | 2024-04-03T04:19:17.422Z | fetching npuzone |
781 | 2024-04-03T04:19:17.422Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
782 | 2024-04-03T04:19:17.423Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
783 | 2024-04-03T04:19:17.423Z | Getting hash for npuzone |
784 | 2024-04-03T04:19:18.777Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
785 | 2024-04-03T04:19:28.077Z | npuzone downloaded successfully |
786 | 2024-04-03T04:19:28.097Z | |
787 | 2024-04-03T04:19:28.097Z | real 10.696700394 |
788 | 2024-04-03T04:19:28.097Z | user 0.375957036 |
789 | 2024-04-03T04:19:28.098Z | sys 0.150104481 |
790 | 2024-04-03T04:19:28.098Z | trap 0.000092035 |
791 | 2024-04-03T04:19:28.098Z | tflt 0.000000000 |
792 | 2024-04-03T04:19:28.098Z | dflt 0.000000000 |
793 | 2024-04-03T04:19:28.098Z | kflt 0.000000000 |
794 | 2024-04-03T04:19:28.098Z | lock 0.000000000 |
795 | 2024-04-03T04:19:28.099Z | slp 31.433375774 |
796 | 2024-04-03T04:19:28.099Z | lat 0.090984093 |
797 | 2024-04-03T04:19:28.100Z | stop 0.000273252 |
798 | 2024-04-03T04:19:28.100Z | + export CARGO_INCREMENTAL=0 |
799 | 2024-04-03T04:19:28.100Z | + CARGO_INCREMENTAL=0 |
800 | 2024-04-03T04:19:28.100Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
801 | 2024-04-03T04:19:28.320Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
802 | 2024-04-03T04:19:29.284Z | Updating git repository `https://github.com/oxidecomputer/samael` |
803 | 2024-04-03T04:19:30.253Z | Updating git repository `https://github.com/oxidecomputer/zone` |
804 | 2024-04-03T04:19:31.142Z | Updating crates.io index |
805 | 2024-04-03T04:19:31.389Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
806 | 2024-04-03T04:19:33.491Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
807 | 2024-04-03T04:19:35.004Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
808 | 2024-04-03T04:19:39.938Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
809 | 2024-04-03T04:19:42.431Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
810 | 2024-04-03T04:19:43.127Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
811 | 2024-04-03T04:19:46.244Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
812 | 2024-04-03T04:19:51.998Z | Updating git repository `https://github.com/oxidecomputer/opte` |
813 | 2024-04-03T04:19:55.013Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
814 | 2024-04-03T04:19:59.162Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
815 | 2024-04-03T04:20:00.462Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
816 | 2024-04-03T04:20:01.502Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
817 | 2024-04-03T04:20:02.294Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
818 | 2024-04-03T04:20:03.133Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
819 | 2024-04-03T04:20:04.189Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
820 | 2024-04-03T04:20:04.889Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
821 | 2024-04-03T04:20:05.779Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
822 | 2024-04-03T04:20:06.529Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
823 | 2024-04-03T04:20:07.207Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
824 | 2024-04-03T04:20:07.978Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
825 | 2024-04-03T04:20:08.837Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
826 | 2024-04-03T04:20:09.558Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
827 | 2024-04-03T04:20:11.560Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
828 | 2024-04-03T04:20:12.632Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
829 | 2024-04-03T04:20:13.289Z | Updating git repository `https://github.com/jgallagher/nix` |
830 | 2024-04-03T04:20:17.168Z | Updating git repository `https://github.com/cbiffle/hubpack` |
831 | 2024-04-03T04:20:18.015Z | Updating git repository `https://github.com/oxidecomputer/typify` |
832 | 2024-04-03T04:20:21.319Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
833 | 2024-04-03T04:20:22.837Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
834 | 2024-04-03T04:20:23.699Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
835 | 2024-04-03T04:20:25.363Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
836 | 2024-04-03T04:20:27.400Z | Downloading crates ... |
837 | 2024-04-03T04:20:27.485Z | Downloaded addr2line v0.21.0 |
838 | 2024-04-03T04:20:27.520Z | Downloaded cc v1.0.83 |
839 | 2024-04-03T04:20:27.531Z | Downloaded bitflags v1.3.2 |
840 | 2024-04-03T04:20:27.532Z | Downloaded block-buffer v0.10.4 |
841 | 2024-04-03T04:20:27.532Z | Downloaded ansi_term v0.12.1 |
842 | 2024-04-03T04:20:27.537Z | Downloaded arc-swap v1.6.0 |
843 | 2024-04-03T04:20:27.537Z | Downloaded hashbrown v0.13.2 |
844 | 2024-04-03T04:20:27.546Z | Downloaded http-range v0.1.5 |
845 | 2024-04-03T04:20:27.546Z | Downloaded allocator-api2 v0.2.16 |
846 | 2024-04-03T04:20:27.546Z | Downloaded crossbeam-epoch v0.9.18 |
847 | 2024-04-03T04:20:27.555Z | Downloaded constant_time_eq v0.3.0 |
848 | 2024-04-03T04:20:27.555Z | Downloaded httpdate v1.0.3 |
849 | 2024-04-03T04:20:27.556Z | Downloaded hex v0.4.3 |
850 | 2024-04-03T04:20:27.556Z | Downloaded httparse v1.8.0 |
851 | 2024-04-03T04:20:27.563Z | Downloaded hmac v0.12.1 |
852 | 2024-04-03T04:20:27.563Z | Downloaded http-body v0.4.5 |
853 | 2024-04-03T04:20:27.563Z | Downloaded hostname v0.3.1 |
854 | 2024-04-03T04:20:27.563Z | Downloaded castaway v0.2.2 |
855 | 2024-04-03T04:20:27.569Z | Downloaded bitstruct v0.1.1 |
856 | 2024-04-03T04:20:27.569Z | Downloaded http v1.0.0 |
857 | 2024-04-03T04:20:27.574Z | Downloaded headers-core v0.2.0 |
858 | 2024-04-03T04:20:27.575Z | Downloaded const_format_proc_macros v0.2.32 |
859 | 2024-04-03T04:20:27.579Z | Downloaded chacha20 v0.9.1 |
860 | 2024-04-03T04:20:27.580Z | Downloaded ident_case v1.0.1 |
861 | 2024-04-03T04:20:27.584Z | Downloaded crc v3.0.1 |
862 | 2024-04-03T04:20:27.584Z | Downloaded atomicwrites v0.4.3 |
863 | 2024-04-03T04:20:27.584Z | Downloaded hkdf v0.12.4 |
864 | 2024-04-03T04:20:27.589Z | Downloaded cookie_store v0.20.0 |
865 | 2024-04-03T04:20:27.592Z | Downloaded crc-catalog v2.2.0 |
866 | 2024-04-03T04:20:27.592Z | Downloaded normalize-line-endings v0.3.0 |
867 | 2024-04-03T04:20:27.596Z | Downloaded async-recursion v1.0.5 |
868 | 2024-04-03T04:20:27.599Z | Downloaded nodrop v0.1.14 |
869 | 2024-04-03T04:20:27.599Z | Downloaded nanorand v0.7.0 |
870 | 2024-04-03T04:20:27.602Z | Downloaded colorchoice v1.0.0 |
871 | 2024-04-03T04:20:27.605Z | Downloaded nibble_vec v0.1.0 |
872 | 2024-04-03T04:20:27.605Z | Downloaded md-5 v0.10.5 |
873 | 2024-04-03T04:20:27.609Z | Downloaded impl-trait-for-tuples v0.2.2 |
874 | 2024-04-03T04:20:27.613Z | Downloaded newline-converter v0.3.0 |
875 | 2024-04-03T04:20:27.613Z | Downloaded matches v0.1.10 |
876 | 2024-04-03T04:20:27.613Z | Downloaded ciborium-io v0.2.2 |
877 | 2024-04-03T04:20:27.616Z | Downloaded maybe-uninit v2.0.0 |
878 | 2024-04-03T04:20:27.616Z | Downloaded corncobs v0.1.3 |
879 | 2024-04-03T04:20:27.619Z | Downloaded cexpr v0.6.0 |
880 | 2024-04-03T04:20:27.619Z | Downloaded match_cfg v0.1.0 |
881 | 2024-04-03T04:20:27.623Z | Downloaded lalrpop-util v0.19.12 |
882 | 2024-04-03T04:20:27.623Z | Downloaded inout v0.1.3 |
883 | 2024-04-03T04:20:27.623Z | Downloaded multimap v0.10.0 |
884 | 2024-04-03T04:20:27.627Z | Downloaded linked-hash-map v0.5.6 |
885 | 2024-04-03T04:20:27.627Z | Downloaded new_debug_unreachable v1.0.4 |
886 | 2024-04-03T04:20:27.630Z | Downloaded colored v2.1.0 |
887 | 2024-04-03T04:20:27.633Z | Downloaded mime v0.3.17 |
888 | 2024-04-03T04:20:27.633Z | Downloaded newtype-uuid v1.0.1 |
889 | 2024-04-03T04:20:27.637Z | Downloaded lazy_static v1.4.0 |
890 | 2024-04-03T04:20:27.637Z | Downloaded sync_wrapper v0.1.2 |
891 | 2024-04-03T04:20:27.640Z | Downloaded indoc v2.0.3 |
892 | 2024-04-03T04:20:27.644Z | Downloaded swrite v0.1.0 |
893 | 2024-04-03T04:20:27.644Z | Downloaded cpufeatures v0.2.12 |
894 | 2024-04-03T04:20:27.647Z | Downloaded num v0.4.1 |
895 | 2024-04-03T04:20:27.647Z | Downloaded mockall v0.12.0 |
896 | 2024-04-03T04:20:27.651Z | Downloaded bb8 v0.8.3 |
897 | 2024-04-03T04:20:27.651Z | Downloaded camino-tempfile v1.1.1 |
898 | 2024-04-03T04:20:27.657Z | Downloaded memmap v0.7.0 |
899 | 2024-04-03T04:20:27.661Z | Downloaded time-core v0.1.2 |
900 | 2024-04-03T04:20:27.661Z | Downloaded sigpipe v0.1.3 |
901 | 2024-04-03T04:20:27.661Z | Downloaded libsw v3.3.1 |
902 | 2024-04-03T04:20:27.661Z | Downloaded lazycell v1.3.0 |
903 | 2024-04-03T04:20:27.664Z | Downloaded itoa v1.0.9 |
904 | 2024-04-03T04:20:27.664Z | Downloaded scheduled-thread-pool v0.2.7 |
905 | 2024-04-03T04:20:27.667Z | Downloaded rustfmt-wrapper v0.2.0 |
906 | 2024-04-03T04:20:27.667Z | Downloaded nu-ansi-term v0.50.0 |
907 | 2024-04-03T04:20:27.670Z | Downloaded native-tls v0.2.11 |
908 | 2024-04-03T04:20:27.673Z | Downloaded sha1 v0.10.6 |
909 | 2024-04-03T04:20:27.676Z | Downloaded dtrace-parser v0.1.14 |
910 | 2024-04-03T04:20:27.676Z | Downloaded waitgroup v0.1.2 |
911 | 2024-04-03T04:20:27.679Z | Downloaded bzip2 v0.4.4 |
912 | 2024-04-03T04:20:27.683Z | Downloaded zone_cfg_derive v0.1.2 |
913 | 2024-04-03T04:20:27.683Z | Downloaded smawk v0.3.1 |
914 | 2024-04-03T04:20:27.684Z | Downloaded thread-id v4.2.0 |
915 | 2024-04-03T04:20:27.687Z | Downloaded supports-color v3.0.0 |
916 | 2024-04-03T04:20:27.687Z | Downloaded diesel_table_macro_syntax v0.1.0 |
917 | 2024-04-03T04:20:27.690Z | Downloaded thread_local v1.1.7 |
918 | 2024-04-03T04:20:27.690Z | Downloaded newtype_derive v0.1.6 |
919 | 2024-04-03T04:20:27.693Z | Downloaded cancel-safe-futures v0.1.5 |
920 | 2024-04-03T04:20:27.696Z | Downloaded schemars_derive v0.8.16 |
921 | 2024-04-03T04:20:27.701Z | Downloaded version_check v0.9.4 |
922 | 2024-04-03T04:20:27.701Z | Downloaded universal-hash v0.5.1 |
923 | 2024-04-03T04:20:27.705Z | Downloaded memmap2 v0.7.1 |
924 | 2024-04-03T04:20:27.705Z | Downloaded toml_datetime v0.6.5 |
925 | 2024-04-03T04:20:27.705Z | Downloaded ipnetwork v0.20.0 |
926 | 2024-04-03T04:20:27.716Z | Downloaded ref-cast v1.0.20 |
927 | 2024-04-03T04:20:27.716Z | Downloaded opaque-debug v0.3.0 |
928 | 2024-04-03T04:20:27.725Z | Downloaded peeking_take_while v0.1.2 |
929 | 2024-04-03T04:20:27.725Z | Downloaded rustls-pemfile v2.1.1 |
930 | 2024-04-03T04:20:27.725Z | Downloaded backoff v0.4.0 |
931 | 2024-04-03T04:20:27.725Z | Downloaded path-slash v0.1.5 |
932 | 2024-04-03T04:20:27.725Z | Downloaded walkdir v2.4.0 |
933 | 2024-04-03T04:20:27.728Z | Downloaded indexmap v1.9.3 |
934 | 2024-04-03T04:20:27.728Z | Downloaded flagset v0.4.3 |
935 | 2024-04-03T04:20:27.729Z | Downloaded xattr v1.0.1 |
936 | 2024-04-03T04:20:27.732Z | Downloaded miniz_oxide v0.7.1 |
937 | 2024-04-03T04:20:27.733Z | Downloaded spin v0.9.8 |
938 | 2024-04-03T04:20:27.738Z | Downloaded structmeta v0.3.0 |
939 | 2024-04-03T04:20:27.739Z | Downloaded try-lock v0.2.4 |
940 | 2024-04-03T04:20:27.739Z | Downloaded stability v0.1.1 |
941 | 2024-04-03T04:20:27.742Z | Downloaded tower-service v0.3.2 |
942 | 2024-04-03T04:20:27.742Z | Downloaded log v0.4.21 |
943 | 2024-04-03T04:20:27.749Z | Downloaded hash32 v0.3.1 |
944 | 2024-04-03T04:20:27.749Z | Downloaded futures-executor v0.3.30 |
945 | 2024-04-03T04:20:27.759Z | Downloaded futures-core v0.3.30 |
946 | 2024-04-03T04:20:27.759Z | Downloaded fixedbitset v0.4.2 |
947 | 2024-04-03T04:20:27.759Z | Downloaded hash32 v0.2.1 |
948 | 2024-04-03T04:20:27.763Z | Downloaded console v0.15.8 |
949 | 2024-04-03T04:20:27.763Z | Downloaded pest_generator v2.7.6 |
950 | 2024-04-03T04:20:27.763Z | Downloaded compact_str v0.7.1 |
951 | 2024-04-03T04:20:27.763Z | Downloaded cstr-argument v0.1.2 |
952 | 2024-04-03T04:20:27.770Z | Downloaded quick-error v1.2.3 |
953 | 2024-04-03T04:20:27.770Z | Downloaded chacha20poly1305 v0.10.1 |
954 | 2024-04-03T04:20:27.779Z | Downloaded usdt-impl v0.3.5 |
955 | 2024-04-03T04:20:27.779Z | Downloaded plain v0.2.3 |
956 | 2024-04-03T04:20:27.779Z | Downloaded erased-serde v0.3.31 |
957 | 2024-04-03T04:20:27.779Z | Downloaded debug-ignore v1.0.5 |
958 | 2024-04-03T04:20:27.783Z | Downloaded slog-dtrace v0.3.0 |
959 | 2024-04-03T04:20:27.783Z | Downloaded futures-macro v0.3.30 |
960 | 2024-04-03T04:20:27.783Z | Downloaded rtoolbox v0.0.1 |
961 | 2024-04-03T04:20:27.783Z | Downloaded openssl-macros v0.1.1 |
962 | 2024-04-03T04:20:27.789Z | Downloaded yasna v0.5.2 |
963 | 2024-04-03T04:20:27.803Z | Downloaded precomputed-hash v0.1.1 |
964 | 2024-04-03T04:20:27.804Z | Downloaded serde_tokenstream v0.1.7 |
965 | 2024-04-03T04:20:27.804Z | Downloaded tui-tree-widget v0.19.0 |
966 | 2024-04-03T04:20:27.804Z | Downloaded strsim v0.8.0 |
967 | 2024-04-03T04:20:27.807Z | Downloaded strip-ansi-escapes v0.2.0 |
968 | 2024-04-03T04:20:27.807Z | Downloaded stringprep v0.1.3 |
969 | 2024-04-03T04:20:27.807Z | Downloaded usdt v0.5.0 |
970 | 2024-04-03T04:20:27.807Z | Downloaded futures-channel v0.3.30 |
971 | 2024-04-03T04:20:27.807Z | Downloaded half v2.3.1 |
972 | 2024-04-03T04:20:27.807Z | Downloaded utf8parse v0.2.1 |
973 | 2024-04-03T04:20:27.807Z | Downloaded thiserror-impl-no-std v2.0.2 |
974 | 2024-04-03T04:20:27.811Z | Downloaded thiserror-impl v1.0.57 |
975 | 2024-04-03T04:20:27.815Z | Downloaded crossbeam-utils v0.8.19 |
976 | 2024-04-03T04:20:27.815Z | Downloaded zeroize_derive v1.4.2 |
977 | 2024-04-03T04:20:27.818Z | Downloaded zeroize v1.7.0 |
978 | 2024-04-03T04:20:27.818Z | Downloaded fallible-iterator v0.2.0 |
979 | 2024-04-03T04:20:27.824Z | Downloaded difflib v0.4.0 |
980 | 2024-04-03T04:20:27.824Z | Downloaded serde-big-array v0.5.1 |
981 | 2024-04-03T04:20:27.824Z | Downloaded poly1305 v0.8.0 |
982 | 2024-04-03T04:20:27.827Z | Downloaded serde_derive v1.0.197 |
983 | 2024-04-03T04:20:27.830Z | Downloaded futures-task v0.3.30 |
984 | 2024-04-03T04:20:27.838Z | Downloaded fragile v2.0.0 |
985 | 2024-04-03T04:20:27.838Z | Downloaded indexmap v2.2.5 |
986 | 2024-04-03T04:20:27.843Z | Downloaded scroll v0.12.0 |
987 | 2024-04-03T04:20:27.843Z | Downloaded tungstenite v0.21.0 |
988 | 2024-04-03T04:20:27.846Z | Downloaded curve25519-dalek-derive v0.1.0 |
989 | 2024-04-03T04:20:27.846Z | Downloaded unsafe-libyaml v0.2.10 |
990 | 2024-04-03T04:20:27.850Z | Downloaded rustc-hash v1.1.0 |
991 | 2024-04-03T04:20:27.853Z | Downloaded r2d2 v0.8.10 |
992 | 2024-04-03T04:20:27.860Z | Downloaded rand_core v0.6.4 |
993 | 2024-04-03T04:20:27.860Z | Downloaded uuid v0.8.2 |
994 | 2024-04-03T04:20:27.863Z | Downloaded pest_derive v2.7.6 |
995 | 2024-04-03T04:20:27.863Z | Downloaded sec1 v0.7.3 |
996 | 2024-04-03T04:20:27.868Z | Downloaded foreign-types-shared v0.3.1 |
997 | 2024-04-03T04:20:27.868Z | Downloaded semver v0.1.20 |
998 | 2024-04-03T04:20:27.871Z | Downloaded secrecy v0.8.0 |
999 | 2024-04-03T04:20:27.871Z | Downloaded oso-derive v0.27.0 |
1000 | 2024-04-03T04:20:27.871Z | Downloaded defmt v0.3.5 |
1001 | 2024-04-03T04:20:27.875Z | Downloaded foreign-types v0.3.2 |
1002 | 2024-04-03T04:20:27.877Z | Downloaded tiny-keccak v2.0.2 |
1003 | 2024-04-03T04:20:27.880Z | Downloaded foreign-types-shared v0.1.1 |
1004 | 2024-04-03T04:20:27.881Z | Downloaded foreign-types v0.5.0 |
1005 | 2024-04-03T04:20:27.886Z | Downloaded tabled_derive v0.7.0 |
1006 | 2024-04-03T04:20:27.886Z | Downloaded tabwriter v1.4.0 |
1007 | 2024-04-03T04:20:27.890Z | Downloaded num-rational v0.4.1 |
1008 | 2024-04-03T04:20:27.890Z | Downloaded termios v0.3.3 |
1009 | 2024-04-03T04:20:27.896Z | Downloaded scroll_derive v0.12.0 |
1010 | 2024-04-03T04:20:27.896Z | Downloaded parking_lot v0.11.2 |
1011 | 2024-04-03T04:20:27.896Z | Downloaded pkcs8 v0.10.2 |
1012 | 2024-04-03T04:20:27.900Z | Downloaded crypto-common v0.1.6 |
1013 | 2024-04-03T04:20:27.900Z | Downloaded rustc-demangle v0.1.23 |
1014 | 2024-04-03T04:20:27.903Z | Downloaded untrusted v0.7.1 |
1015 | 2024-04-03T04:20:27.903Z | Downloaded proc-macro-error v1.0.4 |
1016 | 2024-04-03T04:20:27.915Z | Downloaded memchr v2.7.1 |
1017 | 2024-04-03T04:20:27.925Z | Downloaded ed25519 v1.5.3 |
1018 | 2024-04-03T04:20:27.926Z | Downloaded der v0.7.8 |
1019 | 2024-04-03T04:20:27.926Z | Downloaded portpicker v0.1.1 |
1020 | 2024-04-03T04:20:27.933Z | Downloaded parse-size v1.0.0 |
1021 | 2024-04-03T04:20:27.933Z | Downloaded dtrace-parser v0.2.0 |
1022 | 2024-04-03T04:20:27.934Z | Downloaded doc-comment v0.3.3 |
1023 | 2024-04-03T04:20:27.934Z | Downloaded rand_chacha v0.3.1 |
1024 | 2024-04-03T04:20:27.934Z | Downloaded fxhash v0.2.1 |
1025 | 2024-04-03T04:20:27.934Z | Downloaded display-error-chain v0.2.0 |
1026 | 2024-04-03T04:20:27.934Z | Downloaded phf v0.11.2 |
1027 | 2024-04-03T04:20:27.934Z | Downloaded foreign-types-macros v0.2.3 |
1028 | 2024-04-03T04:20:27.956Z | Downloaded tokio-stream v0.1.14 |
1029 | 2024-04-03T04:20:27.956Z | Downloaded serde_repr v0.1.16 |
1030 | 2024-04-03T04:20:27.957Z | Downloaded rpassword v7.3.1 |
1031 | 2024-04-03T04:20:27.957Z | Downloaded utf-8 v0.7.6 |
1032 | 2024-04-03T04:20:28.379Z | Downloaded sqlparser_derive v0.2.2 |
1033 | 2024-04-03T04:20:28.379Z | Downloaded spin v0.5.2 |
1034 | 2024-04-03T04:20:28.379Z | Downloaded smallvec v0.6.14 |
1035 | 2024-04-03T04:20:28.379Z | Downloaded terminal_size v0.3.0 |
1036 | 2024-04-03T04:20:28.380Z | Downloaded vsss-rs v3.3.4 |
1037 | 2024-04-03T04:20:28.380Z | Downloaded papergrid v0.11.0 |
1038 | 2024-04-03T04:20:28.380Z | Downloaded toolchain_find v0.2.0 |
1039 | 2024-04-03T04:20:28.380Z | Downloaded untrusted v0.9.0 |
1040 | 2024-04-03T04:20:28.380Z | Downloaded darling v0.14.4 |
1041 | 2024-04-03T04:20:28.380Z | Downloaded strum v0.26.1 |
1042 | 2024-04-03T04:20:28.381Z | Downloaded itertools v0.12.1 |
1043 | 2024-04-03T04:20:28.388Z | Downloaded derive_builder_macro v0.12.0 |
1044 | 2024-04-03T04:20:28.388Z | Downloaded pretty-hex v0.4.1 |
1045 | 2024-04-03T04:20:28.388Z | Downloaded either v1.10.0 |
1046 | 2024-04-03T04:20:28.388Z | Downloaded equivalent v1.0.1 |
1047 | 2024-04-03T04:20:28.388Z | Downloaded generic-array v0.14.7 |
1048 | 2024-04-03T04:20:28.388Z | Downloaded dyn-clone v1.0.17 |
1049 | 2024-04-03T04:20:28.388Z | Downloaded tinyvec v1.6.0 |
1050 | 2024-04-03T04:20:28.388Z | Downloaded phf_shared v0.10.0 |
1051 | 2024-04-03T04:20:28.388Z | Downloaded serde_with_macros v3.6.1 |
1052 | 2024-04-03T04:20:28.388Z | Downloaded termtree v0.4.1 |
1053 | 2024-04-03T04:20:28.389Z | Downloaded unicode-ident v1.0.12 |
1054 | 2024-04-03T04:20:28.389Z | Downloaded strum_macros v0.25.2 |
1055 | 2024-04-03T04:20:28.389Z | Downloaded serde_arrays v0.1.0 |
1056 | 2024-04-03T04:20:28.389Z | Downloaded predicates v3.1.0 |
1057 | 2024-04-03T04:20:28.389Z | Downloaded tokio-tungstenite v0.21.0 |
1058 | 2024-04-03T04:20:28.389Z | Downloaded tracing-attributes v0.1.27 |
1059 | 2024-04-03T04:20:28.389Z | Downloaded serde-hex v0.1.0 |
1060 | 2024-04-03T04:20:28.390Z | Downloaded rustversion v1.0.14 |
1061 | 2024-04-03T04:20:28.390Z | Downloaded libxml v0.3.3 |
1062 | 2024-04-03T04:20:28.390Z | Downloaded usdt-macro v0.3.5 |
1063 | 2024-04-03T04:20:28.390Z | Downloaded dirs-next v2.0.0 |
1064 | 2024-04-03T04:20:28.390Z | Downloaded num-integer v0.1.46 |
1065 | 2024-04-03T04:20:28.390Z | Downloaded tinyvec_macros v0.1.1 |
1066 | 2024-04-03T04:20:28.390Z | Downloaded unicode-bidi v0.3.15 |
1067 | 2024-04-03T04:20:28.390Z | Downloaded powerfmt v0.2.0 |
1068 | 2024-04-03T04:20:28.390Z | Downloaded fd-lock v4.0.2 |
1069 | 2024-04-03T04:20:28.390Z | Downloaded num-complex v0.4.4 |
1070 | 2024-04-03T04:20:28.390Z | Downloaded snafu v0.7.5 |
1071 | 2024-04-03T04:20:28.390Z | Downloaded endian-type v0.1.2 |
1072 | 2024-04-03T04:20:28.391Z | Downloaded string_cache v0.8.7 |
1073 | 2024-04-03T04:20:28.391Z | Downloaded shlex v1.3.0 |
1074 | 2024-04-03T04:20:28.391Z | Downloaded subprocess v0.2.9 |
1075 | 2024-04-03T04:20:28.391Z | Downloaded socket2 v0.5.5 |
1076 | 2024-04-03T04:20:28.391Z | Downloaded slog-envlogger v2.2.0 |
1077 | 2024-04-03T04:20:28.391Z | Downloaded trust-dns-resolver v0.22.0 |
1078 | 2024-04-03T04:20:28.391Z | Downloaded number_prefix v0.4.0 |
1079 | 2024-04-03T04:20:28.391Z | Downloaded want v0.3.1 |
1080 | 2024-04-03T04:20:28.391Z | Downloaded vte_generate_state_changes v0.1.1 |
1081 | 2024-04-03T04:20:28.391Z | Downloaded usdt-macro v0.5.0 |
1082 | 2024-04-03T04:20:28.392Z | Downloaded strum_macros v0.24.3 |
1083 | 2024-04-03T04:20:28.392Z | Downloaded futures-io v0.3.30 |
1084 | 2024-04-03T04:20:28.392Z | Downloaded usdt v0.3.5 |
1085 | 2024-04-03T04:20:28.392Z | Downloaded sct v0.7.0 |
1086 | 2024-04-03T04:20:28.392Z | Downloaded termcolor v1.2.0 |
1087 | 2024-04-03T04:20:28.392Z | Downloaded gethostname v0.4.3 |
1088 | 2024-04-03T04:20:28.392Z | Downloaded paste v1.0.14 |
1089 | 2024-04-03T04:20:28.392Z | Downloaded tokio-macros v2.2.0 |
1090 | 2024-04-03T04:20:28.392Z | Downloaded slog-json v2.6.1 |
1091 | 2024-04-03T04:20:28.392Z | Downloaded funty v2.0.0 |
1092 | 2024-04-03T04:20:28.392Z | Downloaded float-cmp v0.9.0 |
1093 | 2024-04-03T04:20:28.392Z | Downloaded peg-runtime v0.8.2 |
1094 | 2024-04-03T04:20:28.393Z | Downloaded darling_macro v0.20.3 |
1095 | 2024-04-03T04:20:28.393Z | Downloaded darling_macro v0.14.4 |
1096 | 2024-04-03T04:20:28.393Z | Downloaded take_mut v0.2.2 |
1097 | 2024-04-03T04:20:28.393Z | Downloaded tracing v0.1.40 |
1098 | 2024-04-03T04:20:28.393Z | Downloaded openssl-probe v0.1.5 |
1099 | 2024-04-03T04:20:28.393Z | Downloaded num_threads v0.1.6 |
1100 | 2024-04-03T04:20:28.393Z | Downloaded peg v0.8.2 |
1101 | 2024-04-03T04:20:28.393Z | Downloaded tracing-core v0.1.32 |
1102 | 2024-04-03T04:20:28.393Z | Downloaded signal-hook-mio v0.2.3 |
1103 | 2024-04-03T04:20:28.393Z | Downloaded shell-words v1.1.0 |
1104 | 2024-04-03T04:20:28.393Z | Downloaded ref-cast-impl v1.0.20 |
1105 | 2024-04-03T04:20:28.393Z | Downloaded vte v0.11.1 |
1106 | 2024-04-03T04:20:28.393Z | Downloaded crypto-bigint v0.5.2 |
1107 | 2024-04-03T04:20:28.393Z | Downloaded wait-timeout v0.2.0 |
1108 | 2024-04-03T04:20:28.394Z | Downloaded strum v0.25.0 |
1109 | 2024-04-03T04:20:28.394Z | Downloaded expectorate v1.1.0 |
1110 | 2024-04-03T04:20:28.394Z | Downloaded unicode-normalization v0.1.22 |
1111 | 2024-04-03T04:20:28.394Z | Downloaded tap v1.0.1 |
1112 | 2024-04-03T04:20:28.394Z | Downloaded rand_xorshift v0.3.0 |
1113 | 2024-04-03T04:20:28.394Z | Downloaded pin-utils v0.1.0 |
1114 | 2024-04-03T04:20:28.394Z | Downloaded pem v3.0.2 |
1115 | 2024-04-03T04:20:28.394Z | Downloaded rand v0.8.5 |
1116 | 2024-04-03T04:20:28.394Z | Downloaded globset v0.4.13 |
1117 | 2024-04-03T04:20:28.394Z | Downloaded crucible-workspace-hack v0.1.0 |
1118 | 2024-04-03T04:20:28.394Z | Downloaded data-encoding v2.4.0 |
1119 | 2024-04-03T04:20:28.394Z | Downloaded static_assertions v1.1.0 |
1120 | 2024-04-03T04:20:28.394Z | Downloaded term v0.7.0 |
1121 | 2024-04-03T04:20:28.394Z | Downloaded zone v0.1.8 |
1122 | 2024-04-03T04:20:28.394Z | Downloaded proc-macro-crate v1.3.1 |
1123 | 2024-04-03T04:20:28.395Z | Downloaded serde_json v1.0.114 |
1124 | 2024-04-03T04:20:28.395Z | Downloaded slab v0.4.9 |
1125 | 2024-04-03T04:20:28.395Z | Downloaded tempfile v3.10.0 |
1126 | 2024-04-03T04:20:28.395Z | Downloaded signal-hook v0.3.17 |
1127 | 2024-04-03T04:20:28.395Z | Downloaded signal-hook-registry v1.4.1 |
1128 | 2024-04-03T04:20:28.395Z | Downloaded which v4.4.0 |
1129 | 2024-04-03T04:20:28.395Z | Downloaded portable-atomic v1.4.3 |
1130 | 2024-04-03T04:20:28.395Z | Downloaded stable_deref_trait v1.2.0 |
1131 | 2024-04-03T04:20:28.395Z | Downloaded futures v0.3.30 |
1132 | 2024-04-03T04:20:28.395Z | Downloaded siphasher v0.3.11 |
1133 | 2024-04-03T04:20:28.395Z | Downloaded prettyplease v0.2.16 |
1134 | 2024-04-03T04:20:28.395Z | Downloaded signal-hook-tokio v0.3.1 |
1135 | 2024-04-03T04:20:28.395Z | Downloaded getopts v0.2.21 |
1136 | 2024-04-03T04:20:28.395Z | Downloaded enum-as-inner v0.5.1 |
1137 | 2024-04-03T04:20:28.395Z | Downloaded resolv-conf v0.7.0 |
1138 | 2024-04-03T04:20:28.395Z | Downloaded slog-stdlog v4.1.1 |
1139 | 2024-04-03T04:20:28.395Z | Downloaded structopt-derive v0.4.18 |
1140 | 2024-04-03T04:20:28.395Z | Downloaded serde_path_to_error v0.1.16 |
1141 | 2024-04-03T04:20:28.396Z | Downloaded postgres-protocol v0.6.6 |
1142 | 2024-04-03T04:20:28.396Z | Downloaded hyper v0.14.28 |
1143 | 2024-04-03T04:20:28.403Z | Downloaded num_enum_derive v0.5.11 |
1144 | 2024-04-03T04:20:28.403Z | Downloaded ff v0.13.0 |
1145 | 2024-04-03T04:20:28.403Z | Downloaded num_enum v0.5.11 |
1146 | 2024-04-03T04:20:28.404Z | Downloaded num_cpus v1.16.0 |
1147 | 2024-04-03T04:20:28.404Z | Downloaded getrandom v0.2.12 |
1148 | 2024-04-03T04:20:28.404Z | Downloaded pkcs1 v0.7.5 |
1149 | 2024-04-03T04:20:28.404Z | Downloaded tar v0.4.40 |
1150 | 2024-04-03T04:20:28.404Z | Downloaded serde_with v3.6.1 |
1151 | 2024-04-03T04:20:28.404Z | Downloaded defmt-parser v0.3.3 |
1152 | 2024-04-03T04:20:28.404Z | Downloaded env_logger v0.9.3 |
1153 | 2024-04-03T04:20:28.404Z | Downloaded tokio-rustls v0.25.0 |
1154 | 2024-04-03T04:20:28.404Z | Downloaded bitvec v1.0.1 |
1155 | 2024-04-03T04:20:28.404Z | Downloaded derive_builder_core v0.12.0 |
1156 | 2024-04-03T04:20:28.405Z | Downloaded num-traits v0.2.18 |
1157 | 2024-04-03T04:20:28.405Z | Downloaded postcard v1.0.8 |
1158 | 2024-04-03T04:20:28.405Z | Downloaded derive-where v1.2.7 |
1159 | 2024-04-03T04:20:28.405Z | Downloaded zip v0.6.6 |
1160 | 2024-04-03T04:20:28.405Z | Downloaded tungstenite v0.20.1 |
1161 | 2024-04-03T04:20:28.405Z | Downloaded unicode-segmentation v1.10.1 |
1162 | 2024-04-03T04:20:28.405Z | Downloaded quick-xml v0.30.0 |
1163 | 2024-04-03T04:20:28.405Z | Downloaded steno v0.4.0 |
1164 | 2024-04-03T04:20:28.405Z | Downloaded toml_edit v0.19.15 |
1165 | 2024-04-03T04:20:28.405Z | Downloaded openssl-sys v0.9.96 |
1166 | 2024-04-03T04:20:28.405Z | Downloaded num-bigint v0.4.4 |
1167 | 2024-04-03T04:20:28.405Z | Downloaded tokio-postgres v0.7.10 |
1168 | 2024-04-03T04:20:28.406Z | Downloaded h2 v0.3.24 |
1169 | 2024-04-03T04:20:28.406Z | Downloaded rustyline v13.0.0 |
1170 | 2024-04-03T04:20:28.406Z | Downloaded reqwest v0.11.24 |
1171 | 2024-04-03T04:20:28.406Z | Downloaded zerocopy v0.7.32 |
1172 | 2024-04-03T04:20:28.406Z | Downloaded syn v1.0.109 |
1173 | 2024-04-03T04:20:28.406Z | Downloaded rustls-webpki v0.102.1 |
1174 | 2024-04-03T04:20:28.406Z | Downloaded crossterm v0.27.0 |
1175 | 2024-04-03T04:20:28.406Z | Downloaded proptest v1.4.0 |
1176 | 2024-04-03T04:20:28.406Z | Downloaded futures-util v0.3.30 |
1177 | 2024-04-03T04:20:28.822Z | Downloaded regex v1.10.3 |
1178 | 2024-04-03T04:20:28.826Z | Downloaded goblin v0.8.0 |
1179 | 2024-04-03T04:20:28.826Z | Downloaded polar-core v0.27.0 |
1180 | 2024-04-03T04:20:28.826Z | Downloaded rustls-webpki v0.101.7 |
1181 | 2024-04-03T04:20:28.826Z | Downloaded tabled v0.15.0 |
1182 | 2024-04-03T04:20:28.826Z | Downloaded trust-dns-proto v0.22.0 |
1183 | 2024-04-03T04:20:28.826Z | Downloaded curve25519-dalek v4.1.1 |
1184 | 2024-04-03T04:20:28.826Z | Downloaded smoltcp v0.11.0 |
1185 | 2024-04-03T04:20:28.826Z | Downloaded webpki-roots v0.25.2 |
1186 | 2024-04-03T04:20:28.826Z | Downloaded object v0.30.4 |
1187 | 2024-04-03T04:20:28.826Z | Downloaded rustls v0.21.9 |
1188 | 2024-04-03T04:20:28.826Z | Downloaded regex-syntax v0.6.29 |
1189 | 2024-04-03T04:20:28.826Z | Downloaded rustix v0.38.31 |
1190 | 2024-04-03T04:20:28.826Z | Downloaded rustls v0.22.2 |
1191 | 2024-04-03T04:20:28.826Z | Downloaded regex-syntax v0.8.2 |
1192 | 2024-04-03T04:20:28.826Z | Downloaded openapiv3 v2.0.0 |
1193 | 2024-04-03T04:20:28.826Z | Downloaded ratatui v0.26.1 |
1194 | 2024-04-03T04:20:28.827Z | Downloaded zerocopy-derive v0.6.4 |
1195 | 2024-04-03T04:20:28.827Z | Downloaded zerocopy-derive v0.2.0 |
1196 | 2024-04-03T04:20:28.827Z | Downloaded regex-automata v0.4.5 |
1197 | 2024-04-03T04:20:28.827Z | Downloaded libc v0.2.153 |
1198 | 2024-04-03T04:20:28.827Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1199 | 2024-04-03T04:20:28.827Z | Downloaded sha3 v0.10.8 |
1200 | 2024-04-03T04:20:28.827Z | Downloaded tokio v1.36.0 |
1201 | 2024-04-03T04:20:28.827Z | Downloaded csv v1.3.0 |
1202 | 2024-04-03T04:20:28.827Z | Downloaded encoding_rs v0.8.33 |
1203 | 2024-04-03T04:20:28.827Z | Downloaded sled v0.34.7 |
1204 | 2024-04-03T04:20:28.827Z | Downloaded smoltcp v0.9.1 |
1205 | 2024-04-03T04:20:28.827Z | Downloaded diesel v2.1.5 |
1206 | 2024-04-03T04:20:28.827Z | Downloaded bstr v1.9.0 |
1207 | 2024-04-03T04:20:28.835Z | Downloaded radix_trie v0.2.1 |
1208 | 2024-04-03T04:20:28.841Z | Downloaded vcpkg v0.2.15 |
1209 | 2024-04-03T04:20:28.886Z | Downloaded regress v0.9.0 |
1210 | 2024-04-03T04:20:28.896Z | Downloaded rayon v1.9.0 |
1211 | 2024-04-03T04:20:28.905Z | Downloaded openssl v0.10.60 |
1212 | 2024-04-03T04:20:28.915Z | Downloaded object v0.32.1 |
1213 | 2024-04-03T04:20:28.925Z | Downloaded idna v0.2.3 |
1214 | 2024-04-03T04:20:28.935Z | Downloaded gimli v0.28.0 |
1215 | 2024-04-03T04:20:28.941Z | Downloaded syn v2.0.52 |
1216 | 2024-04-03T04:20:28.952Z | Downloaded petgraph v0.6.4 |
1217 | 2024-04-03T04:20:28.967Z | Downloaded nix v0.27.1 |
1218 | 2024-04-03T04:20:28.978Z | Downloaded idna v0.3.0 |
1219 | 2024-04-03T04:20:28.985Z | Downloaded idna v0.5.0 |
1220 | 2024-04-03T04:20:28.993Z | Downloaded bindgen v0.69.2 |
1221 | 2024-04-03T04:20:29.000Z | Downloaded clap v2.34.0 |
1222 | 2024-04-03T04:20:29.010Z | Downloaded pest v2.7.6 |
1223 | 2024-04-03T04:20:29.013Z | Downloaded lalrpop v0.19.12 |
1224 | 2024-04-03T04:20:29.024Z | Downloaded trust-dns-client v0.22.0 |
1225 | 2024-04-03T04:20:29.033Z | Downloaded toml_edit v0.22.9 |
1226 | 2024-04-03T04:20:29.054Z | Downloaded chrono v0.4.34 |
1227 | 2024-04-03T04:20:29.059Z | Downloaded url v2.5.0 |
1228 | 2024-04-03T04:20:29.062Z | Downloaded winnow v0.6.1 |
1229 | 2024-04-03T04:20:29.073Z | Downloaded winnow v0.5.15 |
1230 | 2024-04-03T04:20:29.083Z | Downloaded aho-corasick v1.1.2 |
1231 | 2024-04-03T04:20:29.089Z | Downloaded elliptic-curve v0.13.8 |
1232 | 2024-04-03T04:20:29.092Z | Downloaded rustls-pki-types v1.3.0 |
1233 | 2024-04-03T04:20:29.095Z | Downloaded rcgen v0.12.1 |
1234 | 2024-04-03T04:20:29.098Z | Downloaded pin-project v1.1.3 |
1235 | 2024-04-03T04:20:29.107Z | Downloaded unicode_categories v0.1.1 |
1236 | 2024-04-03T04:20:29.119Z | Downloaded tough v0.16.0 |
1237 | 2024-04-03T04:20:29.122Z | Downloaded bstr v0.2.17 |
1238 | 2024-04-03T04:20:29.127Z | Downloaded ucd-trie v0.1.6 |
1239 | 2024-04-03T04:20:29.130Z | Downloaded typenum v1.16.0 |
1240 | 2024-04-03T04:20:29.133Z | Downloaded sqlparser v0.43.1 |
1241 | 2024-04-03T04:20:29.136Z | Downloaded oso v0.27.0 |
1242 | 2024-04-03T04:20:29.140Z | Downloaded tokio-rustls v0.24.1 |
1243 | 2024-04-03T04:20:29.144Z | Downloaded peg-macros v0.8.2 |
1244 | 2024-04-03T04:20:29.144Z | Downloaded structopt v0.3.26 |
1245 | 2024-04-03T04:20:29.151Z | Downloaded test-strategy v0.3.1 |
1246 | 2024-04-03T04:20:29.155Z | Downloaded deranged v0.3.11 |
1247 | 2024-04-03T04:20:29.155Z | Downloaded pin-project-lite v0.2.13 |
1248 | 2024-04-03T04:20:29.161Z | Downloaded slog-scope v4.4.0 |
1249 | 2024-04-03T04:20:29.167Z | Downloaded filetime v0.2.23 |
1250 | 2024-04-03T04:20:29.167Z | Downloaded topological-sort v0.2.2 |
1251 | 2024-04-03T04:20:29.167Z | Downloaded num-bigint-dig v0.8.4 |
1252 | 2024-04-03T04:20:29.176Z | Downloaded glob v0.3.1 |
1253 | 2024-04-03T04:20:29.176Z | Downloaded rand_seeder v0.2.3 |
1254 | 2024-04-03T04:20:29.176Z | Downloaded slog v2.7.0 |
1255 | 2024-04-03T04:20:29.180Z | Downloaded clap_builder v4.5.1 |
1256 | 2024-04-03T04:20:29.183Z | Downloaded unarray v0.1.4 |
1257 | 2024-04-03T04:20:29.183Z | Downloaded pin-project-internal v1.1.3 |
1258 | 2024-04-03T04:20:29.183Z | Downloaded regex-automata v0.1.10 |
1259 | 2024-04-03T04:20:29.188Z | Downloaded ring v0.17.8 |
1260 | 2024-04-03T04:20:29.268Z | Downloaded proc-macro-error-attr v1.0.4 |
1261 | 2024-04-03T04:20:29.285Z | Downloaded time-macros v0.2.17 |
1262 | 2024-04-03T04:20:29.285Z | Downloaded unicode-width v0.1.11 |
1263 | 2024-04-03T04:20:29.285Z | Downloaded embedded-io v0.4.0 |
1264 | 2024-04-03T04:20:29.285Z | Downloaded dirs-sys-next v0.1.2 |
1265 | 2024-04-03T04:20:29.286Z | Downloaded defmt-macros v0.3.6 |
1266 | 2024-04-03T04:20:29.286Z | Downloaded postgres-types v0.2.6 |
1267 | 2024-04-03T04:20:29.286Z | Downloaded ena v0.14.2 |
1268 | 2024-04-03T04:20:29.290Z | Downloaded tokio-native-tls v0.3.1 |
1269 | 2024-04-03T04:20:29.290Z | Downloaded thiserror-no-std v2.0.2 |
1270 | 2024-04-03T04:20:29.290Z | Downloaded rustc_version v0.1.7 |
1271 | 2024-04-03T04:20:29.290Z | Downloaded phf_shared v0.11.2 |
1272 | 2024-04-03T04:20:29.291Z | Downloaded serde_yaml v0.9.25 |
1273 | 2024-04-03T04:20:29.291Z | Downloaded env_logger v0.10.0 |
1274 | 2024-04-03T04:20:29.291Z | Downloaded unicode-linebreak v0.1.5 |
1275 | 2024-04-03T04:20:29.291Z | Downloaded flume v0.11.0 |
1276 | 2024-04-03T04:20:29.291Z | Downloaded tokio-tungstenite v0.20.1 |
1277 | 2024-04-03T04:20:29.296Z | Downloaded zerocopy v0.6.4 |
1278 | 2024-04-03T04:20:29.296Z | Downloaded trust-dns-server v0.22.1 |
1279 | 2024-04-03T04:20:29.299Z | Downloaded reedline v0.30.0 |
1280 | 2024-04-03T04:20:29.306Z | Downloaded ring v0.16.20 |
1281 | 2024-04-03T04:20:29.387Z | Downloaded rustc_version v0.4.0 |
1282 | 2024-04-03T04:20:29.390Z | Downloaded pem-rfc7468 v0.7.0 |
1283 | 2024-04-03T04:20:29.390Z | Downloaded group v0.13.0 |
1284 | 2024-04-03T04:20:29.393Z | Downloaded strum_macros v0.26.1 |
1285 | 2024-04-03T04:20:29.393Z | Downloaded slog-term v2.9.0 |
1286 | 2024-04-03T04:20:29.399Z | Downloaded num-derive v0.4.0 |
1287 | 2024-04-03T04:20:29.399Z | Downloaded proc-macro2 v1.0.78 |
1288 | 2024-04-03T04:20:29.402Z | Downloaded hashbrown v0.12.3 |
1289 | 2024-04-03T04:20:29.405Z | Downloaded time v0.3.34 |
1290 | 2024-04-03T04:20:29.410Z | Downloaded nom v7.1.3 |
1291 | 2024-04-03T04:20:29.415Z | Downloaded whoami v1.5.0 |
1292 | 2024-04-03T04:20:29.418Z | Downloaded password-hash v0.5.0 |
1293 | 2024-04-03T04:20:29.418Z | Downloaded semver v1.0.22 |
1294 | 2024-04-03T04:20:29.422Z | Downloaded usdt-attr-macro v0.5.0 |
1295 | 2024-04-03T04:20:29.422Z | Downloaded usdt-attr-macro v0.3.5 |
1296 | 2024-04-03T04:20:29.422Z | Downloaded wyz v0.5.1 |
1297 | 2024-04-03T04:20:29.425Z | Downloaded derive_builder v0.12.0 |
1298 | 2024-04-03T04:20:29.428Z | Downloaded darling v0.20.3 |
1299 | 2024-04-03T04:20:29.431Z | Downloaded libm v0.2.7 |
1300 | 2024-04-03T04:20:29.438Z | Downloaded rayon-core v1.12.1 |
1301 | 2024-04-03T04:20:29.441Z | Downloaded tokio-util v0.7.10 |
1302 | 2024-04-03T04:20:29.447Z | Downloaded itertools v0.10.5 |
1303 | 2024-04-03T04:20:29.453Z | Downloaded parse-display-derive v0.9.0 |
1304 | 2024-04-03T04:20:29.456Z | Downloaded packed_struct_codegen v0.10.1 |
1305 | 2024-04-03T04:20:29.456Z | Downloaded synstructure v0.12.6 |
1306 | 2024-04-03T04:20:29.456Z | Downloaded parking_lot v0.12.1 |
1307 | 2024-04-03T04:20:29.459Z | Downloaded socket2 v0.4.9 |
1308 | 2024-04-03T04:20:29.463Z | Downloaded salty v0.2.0 |
1309 | 2024-04-03T04:20:29.466Z | Downloaded percent-encoding v2.3.1 |
1310 | 2024-04-03T04:20:29.466Z | Downloaded owo-colors v4.0.0 |
1311 | 2024-04-03T04:20:29.470Z | Downloaded zerocopy v0.3.0 |
1312 | 2024-04-03T04:20:29.470Z | Downloaded unicode-xid v0.2.4 |
1313 | 2024-04-03T04:20:29.470Z | Downloaded fd-lock v3.0.13 |
1314 | 2024-04-03T04:20:29.474Z | Downloaded derive_more v0.99.17 |
1315 | 2024-04-03T04:20:29.477Z | Downloaded rsa v0.9.2 |
1316 | 2024-04-03T04:20:29.480Z | Downloaded publicsuffix v2.2.3 |
1317 | 2024-04-03T04:20:29.489Z | Downloaded x509-cert v0.2.4 |
1318 | 2024-04-03T04:20:29.493Z | Downloaded typed-path v0.7.0 |
1319 | 2024-04-03T04:20:29.496Z | Downloaded zerocopy-derive v0.7.32 |
1320 | 2024-04-03T04:20:29.499Z | Downloaded psl-types v2.0.11 |
1321 | 2024-04-03T04:20:29.499Z | Downloaded textwrap v0.16.1 |
1322 | 2024-04-03T04:20:29.503Z | Downloaded pretty-hex v0.2.1 |
1323 | 2024-04-03T04:20:29.503Z | Downloaded predicates-core v1.0.6 |
1324 | 2024-04-03T04:20:29.506Z | Downloaded num-conv v0.1.0 |
1325 | 2024-04-03T04:20:29.506Z | Downloaded serde_spanned v0.6.5 |
1326 | 2024-04-03T04:20:29.506Z | Downloaded serde_plain v1.0.2 |
1327 | 2024-04-03T04:20:29.506Z | Downloaded diesel_derives v2.1.2 |
1328 | 2024-04-03T04:20:29.511Z | Downloaded unicase v2.7.0 |
1329 | 2024-04-03T04:20:29.516Z | Downloaded mio v0.8.11 |
1330 | 2024-04-03T04:20:29.519Z | Downloaded fatfs v0.3.6 |
1331 | 2024-04-03T04:20:29.519Z | Downloaded diff v0.1.13 |
1332 | 2024-04-03T04:20:29.522Z | Downloaded radium v0.7.0 |
1333 | 2024-04-03T04:20:29.523Z | Downloaded predicates-tree v1.0.9 |
1334 | 2024-04-03T04:20:29.523Z | Downloaded fnv v1.0.7 |
1335 | 2024-04-03T04:20:29.526Z | Downloaded ryu v1.0.15 |
1336 | 2024-04-03T04:20:29.526Z | Downloaded minimal-lexical v0.2.1 |
1337 | 2024-04-03T04:20:29.530Z | Downloaded crunchy v0.2.2 |
1338 | 2024-04-03T04:20:29.533Z | Downloaded packed_struct v0.10.1 |
1339 | 2024-04-03T04:20:29.533Z | Downloaded fs-err v2.11.0 |
1340 | 2024-04-03T04:20:29.536Z | Downloaded form_urlencoded v1.2.1 |
1341 | 2024-04-03T04:20:29.536Z | Downloaded smallvec v1.13.1 |
1342 | 2024-04-03T04:20:29.536Z | Downloaded uuid v1.7.0 |
1343 | 2024-04-03T04:20:29.540Z | Downloaded base64 v0.21.7 |
1344 | 2024-04-03T04:20:29.543Z | Downloaded vec_map v0.8.2 |
1345 | 2024-04-03T04:20:29.544Z | Downloaded parking_lot_core v0.9.8 |
1346 | 2024-04-03T04:20:29.547Z | Downloaded parking_lot_core v0.8.6 |
1347 | 2024-04-03T04:20:29.547Z | Downloaded base64 v0.22.0 |
1348 | 2024-04-03T04:20:29.555Z | Downloaded num-iter v0.1.44 |
1349 | 2024-04-03T04:20:29.559Z | Downloaded flate2 v1.0.28 |
1350 | 2024-04-03T04:20:29.559Z | Downloaded semver-parser v0.10.2 |
1351 | 2024-04-03T04:20:29.559Z | Downloaded semver v0.11.0 |
1352 | 2024-04-03T04:20:29.559Z | Downloaded digest v0.10.7 |
1353 | 2024-04-03T04:20:29.562Z | Downloaded pest_meta v2.7.6 |
1354 | 2024-04-03T04:20:29.562Z | Downloaded darling_core v0.20.3 |
1355 | 2024-04-03T04:20:29.567Z | Downloaded darling_core v0.14.4 |
1356 | 2024-04-03T04:20:29.570Z | Downloaded serde v1.0.197 |
1357 | 2024-04-03T04:20:29.574Z | Downloaded omicron-zone-package v0.11.0 |
1358 | 2024-04-03T04:20:29.577Z | Downloaded ron v0.8.1 |
1359 | 2024-04-03T04:20:29.581Z | Downloaded const_format v0.2.32 |
1360 | 2024-04-03T04:20:29.586Z | Downloaded const-oid v0.9.6 |
1361 | 2024-04-03T04:20:29.589Z | Downloaded backtrace v0.3.69 |
1362 | 2024-04-03T04:20:29.592Z | Downloaded once_cell v1.19.0 |
1363 | 2024-04-03T04:20:29.599Z | Downloaded snafu-derive v0.7.5 |
1364 | 2024-04-03T04:20:29.599Z | Downloaded toml v0.5.11 |
1365 | 2024-04-03T04:20:29.599Z | Downloaded ppv-lite86 v0.2.17 |
1366 | 2024-04-03T04:20:29.602Z | Downloaded parse-display v0.9.0 |
1367 | 2024-04-03T04:20:29.602Z | Downloaded indicatif v0.17.8 |
1368 | 2024-04-03T04:20:29.605Z | Downloaded toml v0.8.12 |
1369 | 2024-04-03T04:20:29.608Z | Downloaded futures-sink v0.3.30 |
1370 | 2024-04-03T04:20:29.608Z | Downloaded fastrand v2.0.1 |
1371 | 2024-04-03T04:20:29.612Z | Downloaded serde_tokenstream v0.2.0 |
1372 | 2024-04-03T04:20:29.612Z | Downloaded csv-core v0.1.11 |
1373 | 2024-04-03T04:20:29.615Z | Downloaded platforms v3.0.2 |
1374 | 2024-04-03T04:20:29.615Z | Downloaded serde-big-array v0.4.1 |
1375 | 2024-04-03T04:20:29.618Z | Downloaded quote v1.0.35 |
1376 | 2024-04-03T04:20:29.618Z | Downloaded der_derive v0.7.2 |
1377 | 2024-04-03T04:20:29.622Z | Downloaded thiserror v1.0.57 |
1378 | 2024-04-03T04:20:29.629Z | Downloaded structmeta v0.2.0 |
1379 | 2024-04-03T04:20:29.629Z | Downloaded textwrap v0.11.0 |
1380 | 2024-04-03T04:20:29.632Z | Downloaded strsim v0.11.0 |
1381 | 2024-04-03T04:20:29.632Z | Downloaded strsim v0.10.0 |
1382 | 2024-04-03T04:20:29.632Z | Downloaded scopeguard v1.2.0 |
1383 | 2024-04-03T04:20:29.632Z | Downloaded same-file v1.0.6 |
1384 | 2024-04-03T04:20:29.632Z | Downloaded toml v0.7.8 |
1385 | 2024-04-03T04:20:29.635Z | Downloaded crossbeam-channel v0.5.8 |
1386 | 2024-04-03T04:20:29.638Z | Downloaded slog-bunyan v2.5.0 |
1387 | 2024-04-03T04:20:29.638Z | Downloaded similar v2.4.0 |
1388 | 2024-04-03T04:20:29.642Z | Downloaded slog-async v2.8.0 |
1389 | 2024-04-03T04:20:29.646Z | Downloaded serde_urlencoded v0.7.1 |
1390 | 2024-04-03T04:20:29.646Z | Downloaded rustls-pemfile v1.0.3 |
1391 | 2024-04-03T04:20:29.649Z | Downloaded usdt-impl v0.5.0 |
1392 | 2024-04-03T04:20:29.649Z | Downloaded schemars v0.8.16 |
1393 | 2024-04-03T04:20:29.659Z | Downloaded ron v0.7.1 |
1394 | 2024-04-03T04:20:29.664Z | Downloaded base64 v0.13.1 |
1395 | 2024-04-03T04:20:29.675Z | Downloaded ahash v0.8.8 |
1396 | 2024-04-03T04:20:29.690Z | Downloaded pkg-config v0.3.27 |
1397 | 2024-04-03T04:20:29.690Z | Downloaded olpc-cjson v0.1.3 |
1398 | 2024-04-03T04:20:29.690Z | Downloaded clap v4.5.1 |
1399 | 2024-04-03T04:20:29.690Z | Downloaded clang-sys v1.6.1 |
1400 | 2024-04-03T04:20:29.690Z | Downloaded ipnet v2.9.0 |
1401 | 2024-04-03T04:20:29.690Z | Downloaded crc-any v2.4.3 |
1402 | 2024-04-03T04:20:29.690Z | Downloaded bytes v1.5.0 |
1403 | 2024-04-03T04:20:29.703Z | Downloaded errno v0.3.8 |
1404 | 2024-04-03T04:20:29.703Z | Downloaded dof v0.3.0 |
1405 | 2024-04-03T04:20:29.703Z | Downloaded dof v0.1.5 |
1406 | 2024-04-03T04:20:29.703Z | Downloaded smf v0.2.2 |
1407 | 2024-04-03T04:20:29.703Z | Downloaded signature v1.6.4 |
1408 | 2024-04-03T04:20:29.703Z | Downloaded sha2 v0.10.8 |
1409 | 2024-04-03T04:20:29.703Z | Downloaded serde_derive_internals v0.26.0 |
1410 | 2024-04-03T04:20:29.703Z | Downloaded bitflags v2.4.2 |
1411 | 2024-04-03T04:20:29.714Z | Downloaded structmeta-derive v0.3.0 |
1412 | 2024-04-03T04:20:29.714Z | Downloaded clap_derive v4.5.0 |
1413 | 2024-04-03T04:20:29.714Z | Downloaded bcs v0.1.6 |
1414 | 2024-04-03T04:20:29.714Z | Downloaded libloading v0.7.4 |
1415 | 2024-04-03T04:20:29.715Z | Downloaded anstyle-parse v0.2.1 |
1416 | 2024-04-03T04:20:29.715Z | Downloaded structmeta-derive v0.2.0 |
1417 | 2024-04-03T04:20:29.715Z | Downloaded subtle v2.5.0 |
1418 | 2024-04-03T04:20:29.715Z | Downloaded sqlformat v0.2.3 |
1419 | 2024-04-03T04:20:29.725Z | Downloaded spki v0.7.2 |
1420 | 2024-04-03T04:20:29.725Z | Downloaded signature v2.1.0 |
1421 | 2024-04-03T04:20:29.725Z | Downloaded rusty-fork v0.3.0 |
1422 | 2024-04-03T04:20:29.725Z | Downloaded linear-map v1.2.0 |
1423 | 2024-04-03T04:20:29.725Z | Downloaded async-trait v0.1.77 |
1424 | 2024-04-03T04:20:29.725Z | Downloaded cookie v0.18.0 |
1425 | 2024-04-03T04:20:29.726Z | Downloaded downcast v0.11.0 |
1426 | 2024-04-03T04:20:29.726Z | Downloaded multer v3.0.0 |
1427 | 2024-04-03T04:20:29.734Z | Downloaded mockall_derive v0.12.0 |
1428 | 2024-04-03T04:20:29.735Z | Downloaded mime_guess v2.0.4 |
1429 | 2024-04-03T04:20:29.735Z | Downloaded macaddr v1.0.1 |
1430 | 2024-04-03T04:20:29.735Z | Downloaded indoc v1.0.9 |
1431 | 2024-04-03T04:20:29.735Z | Downloaded base64ct v1.6.0 |
1432 | 2024-04-03T04:20:29.758Z | Downloaded is_ci v1.2.0 |
1433 | 2024-04-03T04:20:29.759Z | Downloaded managed v0.8.0 |
1434 | 2024-04-03T04:20:29.759Z | Downloaded lru-cache v0.1.2 |
1435 | 2024-04-03T04:20:29.759Z | Downloaded keccak v0.1.4 |
1436 | 2024-04-03T04:20:29.759Z | Downloaded cobs v0.2.3 |
1437 | 2024-04-03T04:20:29.760Z | Downloaded bit-set v0.5.3 |
1438 | 2024-04-03T04:20:29.760Z | Downloaded ascii-canvas v3.0.0 |
1439 | 2024-04-03T04:20:29.760Z | Downloaded memoffset v0.7.1 |
1440 | 2024-04-03T04:20:29.760Z | Downloaded libefi-sys v0.1.0 |
1441 | 2024-04-03T04:20:29.761Z | Downloaded lru v0.12.1 |
1442 | 2024-04-03T04:20:29.761Z | Downloaded humantime v2.1.0 |
1443 | 2024-04-03T04:20:29.761Z | Downloaded cipher v0.4.4 |
1444 | 2024-04-03T04:20:29.761Z | Downloaded ciborium-ll v0.2.2 |
1445 | 2024-04-03T04:20:29.762Z | Downloaded cfg-if v1.0.0 |
1446 | 2024-04-03T04:20:29.768Z | Downloaded base16ct v0.2.0 |
1447 | 2024-04-03T04:20:29.768Z | Downloaded array-init v0.0.4 |
1448 | 2024-04-03T04:20:29.769Z | Downloaded lock_api v0.4.10 |
1449 | 2024-04-03T04:20:29.769Z | Downloaded hyper-rustls v0.24.2 |
1450 | 2024-04-03T04:20:29.769Z | Downloaded http v0.2.12 |
1451 | 2024-04-03T04:20:29.770Z | Downloaded clap_lex v0.7.0 |
1452 | 2024-04-03T04:20:29.770Z | Downloaded camino v1.1.6 |
1453 | 2024-04-03T04:20:29.770Z | Downloaded byteorder v1.5.0 |
1454 | 2024-04-03T04:20:29.770Z | Downloaded blake2 v0.10.6 |
1455 | 2024-04-03T04:20:29.770Z | Downloaded adler v1.0.2 |
1456 | 2024-04-03T04:20:29.771Z | Downloaded is-terminal v0.4.9 |
1457 | 2024-04-03T04:20:29.771Z | Downloaded hubpack_derive v0.1.1 |
1458 | 2024-04-03T04:20:29.771Z | Downloaded kstat-rs v0.2.3 |
1459 | 2024-04-03T04:20:29.771Z | Downloaded iana-time-zone v0.1.57 |
1460 | 2024-04-03T04:20:29.779Z | Downloaded hyper-tls v0.5.0 |
1461 | 2024-04-03T04:20:29.779Z | Downloaded hubpack v0.1.2 |
1462 | 2024-04-03T04:20:29.779Z | Downloaded crossbeam-deque v0.8.3 |
1463 | 2024-04-03T04:20:29.779Z | Downloaded anstyle-query v1.0.0 |
1464 | 2024-04-03T04:20:29.779Z | Downloaded heapless v0.8.0 |
1465 | 2024-04-03T04:20:29.785Z | Downloaded atomic-waker v1.1.1 |
1466 | 2024-04-03T04:20:29.785Z | Downloaded anstream v0.6.11 |
1467 | 2024-04-03T04:20:29.785Z | Downloaded maplit v1.0.2 |
1468 | 2024-04-03T04:20:29.786Z | Downloaded heck v0.5.0 |
1469 | 2024-04-03T04:20:29.786Z | Downloaded bitstruct_derive v0.1.0 |
1470 | 2024-04-03T04:20:29.786Z | Downloaded hyper-staticfile v0.9.5 |
1471 | 2024-04-03T04:20:29.797Z | Downloaded instant v0.1.12 |
1472 | 2024-04-03T04:20:29.797Z | Downloaded crc32fast v1.3.2 |
1473 | 2024-04-03T04:20:29.798Z | Downloaded convert_case v0.4.0 |
1474 | 2024-04-03T04:20:29.798Z | Downloaded bit-vec v0.6.3 |
1475 | 2024-04-03T04:20:29.798Z | Downloaded cassowary v0.3.0 |
1476 | 2024-04-03T04:20:29.798Z | Downloaded home v0.5.5 |
1477 | 2024-04-03T04:20:29.799Z | Downloaded arrayref v0.3.7 |
1478 | 2024-04-03T04:20:29.799Z | Downloaded bytecount v0.6.3 |
1479 | 2024-04-03T04:20:29.814Z | Downloaded buf-list v1.0.3 |
1480 | 2024-04-03T04:20:29.815Z | Downloaded block-padding v0.3.3 |
1481 | 2024-04-03T04:20:29.815Z | Downloaded bitfield v0.14.0 |
1482 | 2024-04-03T04:20:29.815Z | Downloaded highway v1.1.0 |
1483 | 2024-04-03T04:20:29.815Z | Downloaded heck v0.4.1 |
1484 | 2024-04-03T04:20:29.815Z | Downloaded heapless v0.7.16 |
1485 | 2024-04-03T04:20:29.815Z | Downloaded atty v0.2.14 |
1486 | 2024-04-03T04:20:29.816Z | Downloaded async-stream-impl v0.3.5 |
1487 | 2024-04-03T04:20:29.816Z | Downloaded assert_matches v1.5.0 |
1488 | 2024-04-03T04:20:29.816Z | Downloaded anstyle v1.0.6 |
1489 | 2024-04-03T04:20:29.830Z | Downloaded headers v0.3.9 |
1490 | 2024-04-03T04:20:29.830Z | Downloaded cookie v0.17.0 |
1491 | 2024-04-03T04:20:29.831Z | Downloaded anyhow v1.0.79 |
1492 | 2024-04-03T04:20:29.831Z | Downloaded heck v0.3.3 |
1493 | 2024-04-03T04:20:29.831Z | Downloaded hashbrown v0.14.3 |
1494 | 2024-04-03T04:20:29.840Z | Downloaded autocfg v1.1.0 |
1495 | 2024-04-03T04:20:29.840Z | Downloaded arrayvec v0.7.4 |
1496 | 2024-04-03T04:20:29.841Z | Downloaded argon2 v0.5.3 |
1497 | 2024-04-03T04:20:29.841Z | Downloaded aead v0.5.2 |
1498 | 2024-04-03T04:20:29.841Z | Downloaded ciborium v0.2.2 |
1499 | 2024-04-03T04:20:29.841Z | Downloaded blake3 v1.5.0 |
1500 | 2024-04-03T04:20:29.841Z | Downloaded ascii v1.1.0 |
1501 | 2024-04-03T04:20:29.847Z | Downloaded async-stream v0.3.5 |
1502 | 2024-04-03T04:20:30.268Z | Compiling proc-macro2 v1.0.78 |
1503 | 2024-04-03T04:20:30.268Z | Compiling unicode-ident v1.0.12 |
1504 | 2024-04-03T04:20:30.271Z | Compiling libc v0.2.153 |
1505 | 2024-04-03T04:20:30.271Z | Compiling serde v1.0.197 |
1506 | 2024-04-03T04:20:30.271Z | Compiling version_check v0.9.4 |
1507 | 2024-04-03T04:20:30.271Z | Compiling autocfg v1.1.0 |
1508 | 2024-04-03T04:20:30.314Z | Compiling cfg-if v1.0.0 |
1509 | 2024-04-03T04:20:30.454Z | Compiling syn v1.0.109 |
1510 | 2024-04-03T04:20:30.513Z | Compiling once_cell v1.19.0 |
1511 | 2024-04-03T04:20:30.535Z | Compiling byteorder v1.5.0 |
1512 | 2024-04-03T04:20:30.849Z | Compiling memchr v2.7.1 |
1513 | 2024-04-03T04:20:30.949Z | Compiling parking_lot_core v0.9.8 |
1514 | 2024-04-03T04:20:30.968Z | Compiling ahash v0.8.8 |
1515 | 2024-04-03T04:20:30.989Z | Compiling lock_api v0.4.10 |
1516 | 2024-04-03T04:20:31.441Z | Compiling serde_json v1.0.114 |
1517 | 2024-04-03T04:20:31.444Z | Compiling libm v0.2.7 |
1518 | 2024-04-03T04:20:31.444Z | Compiling num-traits v0.2.18 |
1519 | 2024-04-03T04:20:31.804Z | Compiling thiserror v1.0.57 |
1520 | 2024-04-03T04:20:31.863Z | Compiling typenum v1.16.0 |
1521 | 2024-04-03T04:20:32.282Z | Compiling generic-array v0.14.7 |
1522 | 2024-04-03T04:20:32.387Z | Compiling itoa v1.0.9 |
1523 | 2024-04-03T04:20:32.660Z | Compiling log v0.4.21 |
1524 | 2024-04-03T04:20:32.791Z | Compiling quote v1.0.35 |
1525 | 2024-04-03T04:20:32.888Z | Compiling scopeguard v1.2.0 |
1526 | 2024-04-03T04:20:33.246Z | Compiling syn v2.0.52 |
1527 | 2024-04-03T04:20:33.421Z | Compiling cc v1.0.83 |
1528 | 2024-04-03T04:20:33.487Z | Compiling getrandom v0.2.12 |
1529 | 2024-04-03T04:20:33.685Z | Compiling pkg-config v0.3.27 |
1530 | 2024-04-03T04:20:33.866Z | Compiling allocator-api2 v0.2.16 |
1531 | 2024-04-03T04:20:34.088Z | Compiling slab v0.4.9 |
1532 | 2024-04-03T04:20:34.102Z | Compiling ryu v1.0.15 |
1533 | 2024-04-03T04:20:34.640Z | Compiling schemars v0.8.16 |
1534 | 2024-04-03T04:20:34.727Z | Compiling smallvec v1.13.1 |
1535 | 2024-04-03T04:20:34.996Z | Compiling pin-project-lite v0.2.13 |
1536 | 2024-04-03T04:20:35.114Z | Compiling equivalent v1.0.1 |
1537 | 2024-04-03T04:20:35.135Z | Compiling heck v0.4.1 |
1538 | 2024-04-03T04:20:35.449Z | Compiling vcpkg v0.2.15 |
1539 | 2024-04-03T04:20:36.023Z | Compiling ring v0.17.8 |
1540 | 2024-04-03T04:20:36.172Z | Compiling parking_lot v0.12.1 |
1541 | 2024-04-03T04:20:37.147Z | Compiling signal-hook-registry v1.4.1 |
1542 | 2024-04-03T04:20:37.322Z | Compiling openssl-sys v0.9.96 |
1543 | 2024-04-03T04:20:38.069Z | Compiling mio v0.8.11 |
1544 | 2024-04-03T04:20:38.334Z | Compiling fnv v1.0.7 |
1545 | 2024-04-03T04:20:38.470Z | Compiling rand_core v0.6.4 |
1546 | 2024-04-03T04:20:38.778Z | Compiling time-core v0.1.2 |
1547 | 2024-04-03T04:20:38.800Z | Compiling num-conv v0.1.0 |
1548 | 2024-04-03T04:20:38.960Z | Compiling ring v0.16.20 |
1549 | 2024-04-03T04:20:38.982Z | Compiling num_cpus v1.16.0 |
1550 | 2024-04-03T04:20:39.091Z | Compiling time-macros v0.2.17 |
1551 | 2024-04-03T04:20:39.127Z | Compiling socket2 v0.5.5 |
1552 | 2024-04-03T04:20:39.998Z | Compiling httparse v1.8.0 |
1553 | 2024-04-03T04:20:40.485Z | Compiling ucd-trie v0.1.6 |
1554 | 2024-04-03T04:20:40.942Z | Compiling futures-core v0.3.30 |
1555 | 2024-04-03T04:20:41.012Z | Compiling serde_derive_internals v0.26.0 |
1556 | 2024-04-03T04:20:41.038Z | Compiling openssl v0.10.60 |
1557 | 2024-04-03T04:20:41.232Z | Compiling spin v0.5.2 |
1558 | 2024-04-03T04:20:41.730Z | Compiling semver v1.0.22 |
1559 | 2024-04-03T04:20:41.762Z | Compiling crossbeam-utils v0.8.19 |
1560 | 2024-04-03T04:20:41.785Z | Compiling iana-time-zone v0.1.57 |
1561 | 2024-04-03T04:20:42.302Z | Compiling rustls v0.21.9 |
1562 | 2024-04-03T04:20:42.357Z | Compiling native-tls v0.2.11 |
1563 | 2024-04-03T04:20:42.592Z | Compiling tinyvec_macros v0.1.1 |
1564 | 2024-04-03T04:20:42.704Z | Compiling tinyvec v1.6.0 |
1565 | 2024-04-03T04:20:42.890Z | Compiling spin v0.9.8 |
1566 | 2024-04-03T04:20:43.095Z | Compiling subtle v2.5.0 |
1567 | 2024-04-03T04:20:43.323Z | Compiling rustix v0.38.31 |
1568 | 2024-04-03T04:20:43.411Z | Compiling unicode-xid v0.2.4 |
1569 | 2024-04-03T04:20:43.457Z | Compiling const-oid v0.9.6 |
1570 | 2024-04-03T04:20:43.497Z | Compiling futures-sink v0.3.30 |
1571 | 2024-04-03T04:20:43.584Z | Compiling synstructure v0.12.6 |
1572 | 2024-04-03T04:20:43.932Z | Compiling backtrace v0.3.69 |
1573 | 2024-04-03T04:20:44.162Z | Compiling unicode-normalization v0.1.22 |
1574 | 2024-04-03T04:20:45.121Z | Compiling cookie v0.17.0 |
1575 | 2024-04-03T04:20:45.536Z | Compiling slog v2.7.0 |
1576 | 2024-04-03T04:20:45.536Z | Compiling uuid v0.8.2 |
1577 | 2024-04-03T04:20:45.536Z | Compiling unicode-bidi v0.3.15 |
1578 | 2024-04-03T04:20:45.536Z | Compiling dyn-clone v1.0.17 |
1579 | 2024-04-03T04:20:45.703Z | Compiling futures-channel v0.3.30 |
1580 | 2024-04-03T04:20:45.964Z | Compiling tracing-core v0.1.32 |
1581 | 2024-04-03T04:20:46.075Z | Compiling pin-utils v0.1.0 |
1582 | 2024-04-03T04:20:46.188Z | Compiling futures-task v0.3.30 |
1583 | 2024-04-03T04:20:46.619Z | Compiling futures-io v0.3.30 |
1584 | 2024-04-03T04:20:46.805Z | Compiling serde_derive v1.0.197 |
1585 | 2024-04-03T04:20:46.920Z | Compiling zerocopy-derive v0.7.32 |
1586 | 2024-04-03T04:20:46.945Z | Compiling zeroize_derive v1.4.2 |
1587 | 2024-04-03T04:20:46.978Z | Compiling thiserror-impl v1.0.57 |
1588 | 2024-04-03T04:20:47.068Z | Compiling tokio-macros v2.2.0 |
1589 | 2024-04-03T04:20:48.352Z | Compiling futures-macro v0.3.30 |
1590 | 2024-04-03T04:20:48.484Z | Compiling tracing-attributes v0.1.27 |
1591 | 2024-04-03T04:20:48.527Z | Compiling schemars_derive v0.8.16 |
1592 | 2024-04-03T04:20:48.919Z | Compiling zerocopy v0.7.32 |
1593 | 2024-04-03T04:20:49.903Z | Compiling zeroize v1.7.0 |
1594 | 2024-04-03T04:20:50.863Z | Compiling pest v2.7.6 |
1595 | 2024-04-03T04:20:51.132Z | Compiling hashbrown v0.14.3 |
1596 | 2024-04-03T04:20:51.748Z | Compiling openssl-macros v0.1.1 |
1597 | 2024-04-03T04:20:51.944Z | Compiling zerocopy-derive v0.2.0 |
1598 | 2024-04-03T04:20:52.520Z | Compiling tracing v0.1.40 |
1599 | 2024-04-03T04:20:52.638Z | Compiling crypto-common v0.1.6 |
1600 | 2024-04-03T04:20:52.862Z | Compiling futures-util v0.3.30 |
1601 | 2024-04-03T04:20:53.301Z | Compiling pest_meta v2.7.6 |
1602 | 2024-04-03T04:20:53.403Z | Compiling der_derive v0.7.2 |
1603 | 2024-04-03T04:20:53.640Z | Compiling aho-corasick v1.1.2 |
1604 | 2024-04-03T04:20:53.926Z | Compiling winnow v0.5.15 |
1605 | 2024-04-03T04:20:55.729Z | Compiling pest_generator v2.7.6 |
1606 | 2024-04-03T04:20:57.682Z | Compiling pest_derive v2.7.6 |
1607 | 2024-04-03T04:20:57.704Z | Compiling anyhow v1.0.79 |
1608 | 2024-04-03T04:20:58.220Z | Compiling regex-syntax v0.8.2 |
1609 | 2024-04-03T04:20:59.001Z | Compiling block-buffer v0.10.4 |
1610 | 2024-04-03T04:20:59.673Z | Compiling usdt-impl v0.3.5 |
1611 | 2024-04-03T04:20:59.910Z | Compiling rustversion v1.0.14 |
1612 | 2024-04-03T04:21:00.018Z | Compiling crc32fast v1.3.2 |
1613 | 2024-04-03T04:21:00.443Z | Compiling untrusted v0.9.0 |
1614 | 2024-04-03T04:21:00.485Z | Compiling bytes v1.5.0 |
1615 | 2024-04-03T04:21:00.747Z | Compiling indexmap v2.2.5 |
1616 | 2024-04-03T04:21:00.773Z | Compiling uuid v1.7.0 |
1617 | 2024-04-03T04:21:01.768Z | Compiling chrono v0.4.34 |
1618 | 2024-04-03T04:21:02.737Z | Compiling tokio v1.36.0 |
1619 | 2024-04-03T04:21:03.650Z | Compiling bitflags v2.4.2 |
1620 | 2024-04-03T04:21:04.673Z | Compiling serde_spanned v0.6.5 |
1621 | 2024-04-03T04:21:04.699Z | Compiling toml_datetime v0.6.5 |
1622 | 2024-04-03T04:21:04.918Z | Compiling http v0.2.12 |
1623 | 2024-04-03T04:21:05.141Z | Compiling toml_edit v0.19.15 |
1624 | 2024-04-03T04:21:06.573Z | Compiling rustc_version v0.4.0 |
1625 | 2024-04-03T04:21:07.434Z | Compiling regex-automata v0.4.5 |
1626 | 2024-04-03T04:21:08.974Z | Compiling unicode-width v0.1.11 |
1627 | 2024-04-03T04:21:09.166Z | Compiling powerfmt v0.2.0 |
1628 | 2024-04-03T04:21:09.321Z | Compiling heapless v0.7.16 |
1629 | 2024-04-03T04:21:09.698Z | Compiling deranged v0.3.11 |
1630 | 2024-04-03T04:21:11.930Z | Compiling digest v0.10.7 |
1631 | 2024-04-03T04:21:12.133Z | Compiling scroll_derive v0.12.0 |
1632 | 2024-04-03T04:21:12.444Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1633 | 2024-04-03T04:21:12.886Z | Compiling signal-hook v0.3.17 |
1634 | 2024-04-03T04:21:13.011Z | Compiling async-trait v0.1.77 |
1635 | 2024-04-03T04:21:13.376Z | Compiling num_threads v0.1.6 |
1636 | 2024-04-03T04:21:13.491Z | Compiling percent-encoding v2.3.1 |
1637 | 2024-04-03T04:21:13.532Z | Compiling ppv-lite86 v0.2.17 |
1638 | 2024-04-03T04:21:14.126Z | Compiling time v0.3.34 |
1639 | 2024-04-03T04:21:14.340Z | Compiling rand_chacha v0.3.1 |
1640 | 2024-04-03T04:21:15.368Z | Compiling regex v1.10.3 |
1641 | 2024-04-03T04:21:17.916Z | Compiling zerocopy v0.3.0 |
1642 | 2024-04-03T04:21:18.516Z | Compiling thread-id v4.2.0 |
1643 | 2024-04-03T04:21:18.640Z | Compiling rand v0.8.5 |
1644 | 2024-04-03T04:21:18.737Z | Compiling dof v0.1.5 |
1645 | 2024-04-03T04:21:19.546Z | Compiling tokio-util v0.7.10 |
1646 | 2024-04-03T04:21:21.044Z | Compiling dtrace-parser v0.1.14 |
1647 | 2024-04-03T04:21:21.494Z | Compiling num-bigint v0.4.4 |
1648 | 2024-04-03T04:21:21.735Z | Compiling untrusted v0.7.1 |
1649 | 2024-04-03T04:21:22.026Z | Compiling foreign-types-shared v0.1.1 |
1650 | 2024-04-03T04:21:22.155Z | Compiling base64 v0.21.7 |
1651 | 2024-04-03T04:21:22.292Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1652 | 2024-04-03T04:21:22.702Z | Compiling smoltcp v0.9.1 |
1653 | 2024-04-03T04:21:22.725Z | Compiling adler v1.0.2 |
1654 | 2024-04-03T04:21:22.781Z | Compiling base64ct v1.6.0 |
1655 | 2024-04-03T04:21:22.987Z | Compiling miniz_oxide v0.7.1 |
1656 | 2024-04-03T04:21:23.341Z | Compiling pem-rfc7468 v0.7.0 |
1657 | 2024-04-03T04:21:23.366Z | Compiling foreign-types v0.3.2 |
1658 | 2024-04-03T04:21:25.177Z | Compiling form_urlencoded v1.2.1 |
1659 | 2024-04-03T04:21:26.023Z | Compiling hmac v0.12.1 |
1660 | 2024-04-03T04:21:26.276Z | Compiling serde_tokenstream v0.1.7 |
1661 | 2024-04-03T04:21:26.644Z | Compiling lazy_static v1.4.0 |
1662 | 2024-04-03T04:21:26.870Z | Compiling flagset v0.4.3 |
1663 | 2024-04-03T04:21:27.257Z | Compiling unicode-segmentation v1.10.1 |
1664 | 2024-04-03T04:21:27.330Z | Compiling siphasher v0.3.11 |
1665 | 2024-04-03T04:21:27.370Z | Compiling bitflags v1.3.2 |
1666 | 2024-04-03T04:21:27.497Z | Compiling try-lock v0.2.4 |
1667 | 2024-04-03T04:21:27.679Z | Compiling want v0.3.1 |
1668 | 2024-04-03T04:21:28.083Z | Compiling der v0.7.8 |
1669 | 2024-04-03T04:21:28.326Z | Compiling sct v0.7.0 |
1670 | 2024-04-03T04:21:28.644Z | Compiling rustls-webpki v0.101.7 |
1671 | 2024-04-03T04:21:28.832Z | Compiling h2 v0.3.24 |
1672 | 2024-04-03T04:21:30.405Z | Compiling http-body v0.4.5 |
1673 | 2024-04-03T04:21:31.417Z | Compiling openapiv3 v2.0.0 |
1674 | 2024-04-03T04:21:31.602Z | Compiling hubpack_derive v0.1.1 |
1675 | 2024-04-03T04:21:32.461Z | Compiling zerocopy-derive v0.6.4 |
1676 | 2024-04-03T04:21:32.658Z | Compiling idna v0.5.0 |
1677 | 2024-04-03T04:21:33.127Z | Compiling errno v0.3.8 |
1678 | 2024-04-03T04:21:33.381Z | Compiling usdt-impl v0.5.0 |
1679 | 2024-04-03T04:21:33.767Z | Compiling tower-service v0.3.2 |
1680 | 2024-04-03T04:21:33.915Z | Compiling httpdate v1.0.3 |
1681 | 2024-04-03T04:21:34.169Z | Compiling gimli v0.28.0 |
1682 | 2024-04-03T04:21:34.879Z | Compiling openssl-probe v0.1.5 |
1683 | 2024-04-03T04:21:35.184Z | Compiling stable_deref_trait v1.2.0 |
1684 | 2024-04-03T04:21:35.305Z | Compiling cpufeatures v0.2.12 |
1685 | 2024-04-03T04:21:35.392Z | Compiling utf8parse v0.2.1 |
1686 | 2024-04-03T04:21:35.577Z | Compiling anstyle v1.0.6 |
1687 | 2024-04-03T04:21:35.893Z | Compiling anstyle-parse v0.2.1 |
1688 | 2024-04-03T04:21:36.028Z | Compiling sha2 v0.10.8 |
1689 | 2024-04-03T04:21:36.763Z | Compiling hyper v0.14.28 |
1690 | 2024-04-03T04:21:37.432Z | Compiling url v2.5.0 |
1691 | 2024-04-03T04:21:39.159Z | Compiling addr2line v0.21.0 |
1692 | 2024-04-03T04:21:40.366Z | Compiling spki v0.7.2 |
1693 | 2024-04-03T04:21:41.044Z | Compiling usdt-attr-macro v0.3.5 |
1694 | 2024-04-03T04:21:41.090Z | Compiling usdt-macro v0.3.5 |
1695 | 2024-04-03T04:21:41.146Z | Compiling scroll v0.12.0 |
1696 | 2024-04-03T04:21:42.327Z | Compiling md-5 v0.10.5 |
1697 | 2024-04-03T04:21:42.689Z | Compiling serde_tokenstream v0.2.0 |
1698 | 2024-04-03T04:21:43.244Z | Compiling idna v0.3.0 |
1699 | 2024-04-03T04:21:44.773Z | Compiling stringprep v0.1.3 |
1700 | 2024-04-03T04:21:45.822Z | Compiling diesel_table_macro_syntax v0.1.0 |
1701 | 2024-04-03T04:21:46.252Z | Compiling num-integer v0.1.46 |
1702 | 2024-04-03T04:21:46.561Z | Compiling object v0.32.1 |
1703 | 2024-04-03T04:21:47.036Z | Compiling hash32 v0.2.1 |
1704 | 2024-04-03T04:21:47.065Z | Compiling colorchoice v1.0.0 |
1705 | 2024-04-03T04:21:47.473Z | Compiling plain v0.2.3 |
1706 | 2024-04-03T04:21:47.473Z | Compiling psl-types v2.0.11 |
1707 | 2024-04-03T04:21:47.473Z | Compiling fallible-iterator v0.2.0 |
1708 | 2024-04-03T04:21:47.636Z | Compiling anstyle-query v1.0.0 |
1709 | 2024-04-03T04:21:49.065Z | Compiling rustc-demangle v0.1.23 |
1710 | 2024-04-03T04:21:53.316Z | Compiling postgres-protocol v0.6.6 |
1711 | 2024-04-03T04:21:55.312Z | Compiling anstream v0.6.11 |
1712 | 2024-04-03T04:21:56.029Z | Compiling publicsuffix v2.2.3 |
1713 | 2024-04-03T04:21:56.303Z | Compiling goblin v0.8.0 |
1714 | 2024-04-03T04:21:56.326Z | Compiling diesel_derives v2.1.2 |
1715 | 2024-04-03T04:21:58.579Z | Compiling tokio-rustls v0.24.1 |
1716 | 2024-04-03T04:22:05.071Z | Compiling pkcs8 v0.10.2 |
1717 | 2024-04-03T04:22:05.261Z | Compiling terminal_size v0.3.0 |
1718 | 2024-04-03T04:22:05.492Z | Compiling tokio-native-tls v0.3.1 |
1719 | 2024-04-03T04:22:05.630Z | Compiling phf_shared v0.11.2 |
1720 | 2024-04-03T04:22:05.916Z | Compiling strum_macros v0.25.2 |
1721 | 2024-04-03T04:22:06.214Z | Compiling regress v0.9.0 |
1722 | 2024-04-03T04:22:06.320Z | Compiling block-padding v0.3.3 |
1723 | 2024-04-03T04:22:06.354Z | Compiling enum-as-inner v0.5.1 |
1724 | 2024-04-03T04:22:07.392Z | Compiling serde_repr v0.1.16 |
1725 | 2024-04-03T04:22:07.802Z | Compiling clap_derive v4.5.0 |
1726 | 2024-04-03T04:22:08.790Z | Compiling ff v0.13.0 |
1727 | 2024-04-03T04:22:09.077Z | Compiling scheduled-thread-pool v0.2.7 |
1728 | 2024-04-03T04:22:09.901Z | Compiling encoding_rs v0.8.33 |
1729 | 2024-04-03T04:22:10.242Z | Compiling ipnet v2.9.0 |
1730 | 2024-04-03T04:22:11.213Z | Compiling matches v0.1.10 |
1731 | 2024-04-03T04:22:11.272Z | Compiling base16ct v0.2.0 |
1732 | 2024-04-03T04:22:11.291Z | Compiling mime v0.3.17 |
1733 | 2024-04-03T04:22:11.317Z | Compiling managed v0.8.0 |
1734 | 2024-04-03T04:22:11.787Z | Compiling strsim v0.10.0 |
1735 | 2024-04-03T04:22:12.345Z | Compiling pretty-hex v0.4.1 |
1736 | 2024-04-03T04:22:12.479Z | Compiling bit-vec v0.6.3 |
1737 | 2024-04-03T04:22:12.501Z | Compiling clap_lex v0.7.0 |
1738 | 2024-04-03T04:22:12.559Z | Compiling strsim v0.11.0 |
1739 | 2024-04-03T04:22:12.958Z | Compiling regex-automata v0.1.10 |
1740 | 2024-04-03T04:22:13.332Z | Compiling ident_case v1.0.1 |
1741 | 2024-04-03T04:22:13.481Z | Compiling bstr v0.2.17 |
1742 | 2024-04-03T04:22:13.528Z | Compiling darling_core v0.20.3 |
1743 | 2024-04-03T04:22:13.808Z | Compiling clap_builder v4.5.1 |
1744 | 2024-04-03T04:22:14.789Z | Compiling dof v0.3.0 |
1745 | 2024-04-03T04:22:18.030Z | Compiling sec1 v0.7.3 |
1746 | 2024-04-03T04:22:18.634Z | Compiling idna v0.2.3 |
1747 | 2024-04-03T04:22:19.060Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1748 | 2024-04-03T04:22:19.714Z | Compiling r2d2 v0.8.10 |
1749 | 2024-04-03T04:22:20.127Z | Compiling group v0.13.0 |
1750 | 2024-04-03T04:22:21.387Z | Compiling inout v0.1.3 |
1751 | 2024-04-03T04:22:22.346Z | Compiling phf v0.11.2 |
1752 | 2024-04-03T04:22:23.011Z | Compiling hyper-tls v0.5.0 |
1753 | 2024-04-03T04:22:23.367Z | Compiling signal-hook-mio v0.2.3 |
1754 | 2024-04-03T04:22:23.426Z | Compiling bzip2 v0.4.4 |
1755 | 2024-04-03T04:22:23.539Z | Compiling flate2 v1.0.28 |
1756 | 2024-04-03T04:22:23.833Z | Compiling cookie_store v0.20.0 |
1757 | 2024-04-03T04:22:24.022Z | Compiling hyper-rustls v0.24.2 |
1758 | 2024-04-03T04:22:24.052Z | Compiling postgres-types v0.2.6 |
1759 | 2024-04-03T04:22:24.475Z | Compiling zerocopy v0.6.4 |
1760 | 2024-04-03T04:22:24.873Z | Compiling hubpack v0.1.2 |
1761 | 2024-04-03T04:22:25.241Z | Compiling phf_shared v0.10.0 |
1762 | 2024-04-03T04:22:25.337Z | Compiling rustls-pemfile v1.0.3 |
1763 | 2024-04-03T04:22:25.388Z | Compiling hkdf v0.12.4 |
1764 | 2024-04-03T04:22:25.412Z | Compiling crossbeam-epoch v0.9.18 |
1765 | 2024-04-03T04:22:25.505Z | Compiling serde_urlencoded v0.7.1 |
1766 | 2024-04-03T04:22:25.678Z | Compiling ipnetwork v0.20.0 |
1767 | 2024-04-03T04:22:26.094Z | Compiling futures-executor v0.3.30 |
1768 | 2024-04-03T04:22:26.563Z | Compiling dtrace-parser v0.2.0 |
1769 | 2024-04-03T04:22:26.996Z | Compiling crypto-bigint v0.5.2 |
1770 | 2024-04-03T04:22:27.012Z | Compiling float-cmp v0.9.0 |
1771 | 2024-04-03T04:22:41.340Z | Compiling sync_wrapper v0.1.2 |
1772 | 2024-04-03T04:22:41.395Z | Compiling new_debug_unreachable v1.0.4 |
1773 | 2024-04-03T04:22:41.395Z | Compiling normalize-line-endings v0.3.0 |
1774 | 2024-04-03T04:22:41.395Z | Compiling difflib v0.4.0 |
1775 | 2024-04-03T04:22:41.512Z | Compiling either v1.10.0 |
1776 | 2024-04-03T04:22:41.579Z | Compiling predicates-core v1.0.6 |
1777 | 2024-04-03T04:22:41.579Z | Compiling minimal-lexical v0.2.1 |
1778 | 2024-04-03T04:22:41.579Z | Compiling data-encoding v2.4.0 |
1779 | 2024-04-03T04:22:41.579Z | Compiling whoami v1.5.0 |
1780 | 2024-04-03T04:22:41.579Z | Compiling precomputed-hash v0.1.1 |
1781 | 2024-04-03T04:22:41.579Z | Compiling winnow v0.6.1 |
1782 | 2024-04-03T04:22:41.579Z | Compiling static_assertions v1.1.0 |
1783 | 2024-04-03T04:22:41.579Z | Compiling fixedbitset v0.4.2 |
1784 | 2024-04-03T04:22:41.579Z | Compiling webpki-roots v0.25.2 |
1785 | 2024-04-03T04:22:41.579Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1786 | 2024-04-03T04:22:41.579Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1787 | 2024-04-03T04:22:41.579Z | Compiling reqwest v0.11.24 |
1788 | 2024-04-03T04:22:41.579Z | Compiling petgraph v0.6.4 |
1789 | 2024-04-03T04:22:41.579Z | Compiling tokio-postgres v0.7.10 |
1790 | 2024-04-03T04:22:41.579Z | Compiling toml_edit v0.22.9 |
1791 | 2024-04-03T04:22:41.579Z | Compiling string_cache v0.8.7 |
1792 | 2024-04-03T04:22:41.579Z | Compiling trust-dns-proto v0.22.0 |
1793 | 2024-04-03T04:22:41.579Z | Compiling nom v7.1.3 |
1794 | 2024-04-03T04:22:41.579Z | Compiling itertools v0.10.5 |
1795 | 2024-04-03T04:22:41.580Z | Compiling predicates v3.1.0 |
1796 | 2024-04-03T04:22:41.580Z | Compiling elliptic-curve v0.13.8 |
1797 | 2024-04-03T04:22:41.580Z | Compiling futures v0.3.30 |
1798 | 2024-04-03T04:22:41.580Z | Compiling diesel v2.1.5 |
1799 | 2024-04-03T04:22:41.580Z | Compiling yasna v0.5.2 |
1800 | 2024-04-03T04:22:41.580Z | Compiling zip v0.6.6 |
1801 | 2024-04-03T04:22:41.867Z | Compiling crossterm v0.27.0 |
1802 | 2024-04-03T04:22:42.259Z | Compiling cipher v0.4.4 |
1803 | 2024-04-03T04:22:42.890Z | Compiling darling_macro v0.20.3 |
1804 | 2024-04-03T04:22:43.518Z | Compiling clap v4.5.1 |
1805 | 2024-04-03T04:22:43.567Z | Compiling similar v2.4.0 |
1806 | 2024-04-03T04:22:43.651Z | Compiling bit-set v0.5.3 |
1807 | 2024-04-03T04:22:43.940Z | Compiling num-iter v0.1.44 |
1808 | 2024-04-03T04:22:44.152Z | Compiling usdt v0.3.5 |
1809 | 2024-04-03T04:22:44.450Z | Compiling console v0.15.8 |
1810 | 2024-04-03T04:22:45.365Z | Compiling tokio-stream v0.1.14 |
1811 | 2024-04-03T04:22:45.430Z | Compiling bstr v1.9.0 |
1812 | 2024-04-03T04:22:45.770Z | Compiling toml v0.7.8 |
1813 | 2024-04-03T04:22:46.339Z | Compiling hex v0.4.3 |
1814 | 2024-04-03T04:22:46.974Z | Compiling proc-macro-error-attr v1.0.4 |
1815 | 2024-04-03T04:22:47.206Z | Compiling lalrpop-util v0.19.12 |
1816 | 2024-04-03T04:22:47.301Z | Compiling peg-runtime v0.8.2 |
1817 | 2024-04-03T04:22:47.680Z | Compiling darling v0.20.3 |
1818 | 2024-04-03T04:22:47.722Z | Compiling proc-macro-crate v1.3.1 |
1819 | 2024-04-03T04:22:48.876Z | Compiling proc-macro-error v1.0.4 |
1820 | 2024-04-03T04:22:48.901Z | Compiling camino v1.1.6 |
1821 | 2024-04-03T04:22:49.481Z | Compiling heapless v0.8.0 |
1822 | 2024-04-03T04:22:50.870Z | Compiling num_enum_derive v0.5.11 |
1823 | 2024-04-03T04:23:00.081Z | Compiling atty v0.2.14 |
1824 | 2024-04-03T04:23:00.243Z | Compiling hash32 v0.3.1 |
1825 | 2024-04-03T04:23:00.938Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1826 | 2024-04-03T04:23:01.414Z | Compiling smoltcp v0.11.0 |
1827 | 2024-04-03T04:23:02.828Z | Compiling rustls-pki-types v1.3.0 |
1828 | 2024-04-03T04:23:20.285Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1829 | 2024-04-03T04:23:30.088Z | Compiling num_enum v0.5.11 |
1830 | 2024-04-03T04:23:33.161Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1831 | 2024-04-03T04:23:33.413Z | Compiling getopts v0.2.21 |
1832 | 2024-04-03T04:23:34.413Z | Compiling dirs-sys-next v0.1.2 |
1833 | 2024-04-03T04:23:34.536Z | Compiling embedded-io v0.4.0 |
1834 | 2024-04-03T04:23:34.795Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1835 | 2024-04-03T04:23:35.113Z | Compiling unsafe-libyaml v0.2.10 |
1836 | 2024-04-03T04:23:35.857Z | Compiling cobs v0.2.3 |
1837 | 2024-04-03T04:23:36.320Z | Compiling rustls v0.22.2 |
1838 | 2024-04-03T04:23:37.770Z | Compiling serde_yaml v0.9.25 |
1839 | 2024-04-03T04:23:39.082Z | Compiling postcard v1.0.8 |
1840 | 2024-04-03T04:23:40.496Z | Compiling dirs-next v2.0.0 |
1841 | 2024-04-03T04:23:41.751Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1842 | 2024-04-03T04:23:49.026Z | Compiling rustls-webpki v0.102.1 |
1843 | 2024-04-03T04:23:53.723Z | Compiling strum_macros v0.26.1 |
1844 | 2024-04-03T04:23:56.631Z | Compiling foreign-types-macros v0.2.3 |
1845 | 2024-04-03T04:23:56.885Z | Compiling structmeta-derive v0.3.0 |
1846 | 2024-04-03T04:23:57.295Z | Compiling thread_local v1.1.7 |
1847 | 2024-04-03T04:23:57.501Z | Compiling multer v3.0.0 |
1848 | 2024-04-03T04:23:57.826Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1849 | 2024-04-03T04:23:58.505Z | Compiling match_cfg v0.1.0 |
1850 | 2024-04-03T04:23:58.629Z | Compiling slog-async v2.8.0 |
1851 | 2024-04-03T04:23:58.639Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1852 | 2024-04-03T04:23:58.715Z | Compiling paste v1.0.14 |
1853 | 2024-04-03T04:23:58.822Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1854 | 2024-04-03T04:23:58.839Z | Compiling foreign-types-shared v0.3.1 |
1855 | 2024-04-03T04:23:59.667Z | Compiling structmeta v0.3.0 |
1856 | 2024-04-03T04:24:05.199Z | Compiling foreign-types v0.5.0 |
1857 | 2024-04-03T04:24:05.351Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1858 | 2024-04-03T04:24:05.966Z | Compiling hostname v0.3.1 |
1859 | 2024-04-03T04:24:07.659Z | Compiling strum v0.26.1 |
1860 | 2024-04-03T04:24:11.005Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1861 | 2024-04-03T04:24:18.893Z | Compiling term v0.7.0 |
1862 | 2024-04-03T04:24:21.008Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1863 | 2024-04-03T04:24:22.287Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1864 | 2024-04-03T04:24:23.284Z | Compiling slog-json v2.6.1 |
1865 | 2024-04-03T04:24:23.314Z | Compiling crossbeam-channel v0.5.8 |
1866 | 2024-04-03T04:24:23.895Z | Compiling tabwriter v1.4.0 |
1867 | 2024-04-03T04:24:24.778Z | Compiling http v1.0.0 |
1868 | 2024-04-03T04:24:25.071Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1869 | 2024-04-03T04:24:25.096Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1870 | 2024-04-03T04:24:25.880Z | Compiling async-stream-impl v0.3.5 |
1871 | 2024-04-03T04:24:25.980Z | Compiling cstr-argument v0.1.2 |
1872 | 2024-04-03T04:24:26.245Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1873 | 2024-04-03T04:24:26.568Z | Compiling crucible-workspace-hack v0.1.0 |
1874 | 2024-04-03T04:24:26.906Z | Compiling fastrand v2.0.1 |
1875 | 2024-04-03T04:24:26.985Z | Compiling rayon-core v1.12.1 |
1876 | 2024-04-03T04:24:27.122Z | Compiling atomic-waker v1.1.1 |
1877 | 2024-04-03T04:24:27.177Z | Compiling pretty-hex v0.2.1 |
1878 | 2024-04-03T04:24:27.307Z | Compiling take_mut v0.2.2 |
1879 | 2024-04-03T04:24:27.342Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1880 | 2024-04-03T04:24:27.690Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1881 | 2024-04-03T04:24:27.871Z | Compiling tempfile v3.10.0 |
1882 | 2024-04-03T04:24:28.127Z | Compiling waitgroup v0.1.2 |
1883 | 2024-04-03T04:24:28.395Z | Compiling async-stream v0.3.5 |
1884 | 2024-04-03T04:24:28.640Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1885 | 2024-04-03T04:24:28.884Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1886 | 2024-04-03T04:24:29.872Z | Compiling slog-bunyan v2.5.0 |
1887 | 2024-04-03T04:24:30.069Z | Compiling slog-term v2.9.0 |
1888 | 2024-04-03T04:24:30.179Z | Compiling tokio-rustls v0.25.0 |
1889 | 2024-04-03T04:24:30.659Z | Compiling parse-display-derive v0.9.0 |
1890 | 2024-04-03T04:24:30.969Z | Compiling toml v0.8.12 |
1891 | 2024-04-03T04:24:31.309Z | Compiling rustls-pemfile v2.1.1 |
1892 | 2024-04-03T04:24:32.070Z | Compiling serde_with_macros v3.6.1 |
1893 | 2024-04-03T04:24:32.130Z | Compiling sha1 v0.10.6 |
1894 | 2024-04-03T04:24:33.108Z | Compiling crossbeam-deque v0.8.3 |
1895 | 2024-04-03T04:24:33.178Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1896 | 2024-04-03T04:24:33.509Z | Compiling colored v2.1.0 |
1897 | 2024-04-03T04:24:34.856Z | Compiling newtype-uuid v1.0.1 |
1898 | 2024-04-03T04:24:34.899Z | Compiling serde_path_to_error v0.1.16 |
1899 | 2024-04-03T04:24:34.922Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1900 | 2024-04-03T04:24:35.215Z | Compiling socket2 v0.4.9 |
1901 | 2024-04-03T04:24:35.240Z | Compiling instant v0.1.12 |
1902 | 2024-04-03T04:24:35.439Z | Compiling debug-ignore v1.0.5 |
1903 | 2024-04-03T04:24:35.611Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1904 | 2024-04-03T04:24:35.650Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1905 | 2024-04-03T04:24:35.881Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1906 | 2024-04-03T04:24:36.910Z | Compiling backoff v0.4.0 |
1907 | 2024-04-03T04:24:37.303Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1908 | 2024-04-03T04:24:37.743Z | Compiling serde_with v3.6.1 |
1909 | 2024-04-03T04:24:38.604Z | Compiling parse-display v0.9.0 |
1910 | 2024-04-03T04:24:40.740Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1911 | 2024-04-03T04:24:41.484Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1912 | 2024-04-03T04:24:42.445Z | Compiling camino-tempfile v1.1.1 |
1913 | 2024-04-03T04:24:42.470Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
1914 | 2024-04-03T04:24:42.589Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1915 | 2024-04-03T04:24:42.783Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1916 | 2024-04-03T04:24:42.983Z | Compiling heck v0.3.3 |
1917 | 2024-04-03T04:24:43.324Z | Compiling textwrap v0.11.0 |
1918 | 2024-04-03T04:24:43.361Z | Compiling macaddr v1.0.1 |
1919 | 2024-04-03T04:24:43.999Z | Compiling num-derive v0.4.0 |
1920 | 2024-04-03T04:24:44.171Z | Compiling sigpipe v0.1.3 |
1921 | 2024-04-03T04:24:44.325Z | Compiling libefi-sys v0.1.0 |
1922 | 2024-04-03T04:24:44.432Z | Compiling vec_map v0.8.2 |
1923 | 2024-04-03T04:24:44.603Z | Compiling ansi_term v0.12.1 |
1924 | 2024-04-03T04:24:44.791Z | Compiling strsim v0.8.0 |
1925 | 2024-04-03T04:24:45.465Z | Compiling clap v2.34.0 |
1926 | 2024-04-03T04:24:45.590Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1927 | 2024-04-03T04:24:46.227Z | Compiling structopt-derive v0.4.18 |
1928 | 2024-04-03T04:24:46.298Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
1929 | 2024-04-03T04:24:48.093Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
1930 | 2024-04-03T04:24:48.668Z | Compiling rayon v1.9.0 |
1931 | 2024-04-03T04:24:49.049Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1932 | 2024-04-03T04:24:49.536Z | Compiling smf v0.2.2 |
1933 | 2024-04-03T04:24:49.703Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1934 | 2024-04-03T04:24:50.109Z | Compiling blake3 v1.5.0 |
1935 | 2024-04-03T04:24:50.666Z | Compiling portable-atomic v1.4.3 |
1936 | 2024-04-03T04:24:52.168Z | Compiling structopt v0.3.26 |
1937 | 2024-04-03T04:24:52.780Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1938 | 2024-04-03T04:24:52.783Z | Compiling memmap2 v0.7.1 |
1939 | 2024-04-03T04:24:52.801Z | Compiling xattr v1.0.1 |
1940 | 2024-04-03T04:24:52.993Z | Compiling filetime v0.2.23 |
1941 | 2024-04-03T04:24:53.118Z | Compiling same-file v1.0.6 |
1942 | 2024-04-03T04:24:53.342Z | Compiling arrayref v0.3.7 |
1943 | 2024-04-03T04:24:53.400Z | Compiling arrayvec v0.7.4 |
1944 | 2024-04-03T04:24:53.464Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1945 | 2024-04-03T04:24:53.532Z | Compiling constant_time_eq v0.3.0 |
1946 | 2024-04-03T04:24:53.650Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1947 | 2024-04-03T04:24:53.735Z | Compiling walkdir v2.4.0 |
1948 | 2024-04-03T04:24:53.860Z | Compiling tar v0.4.40 |
1949 | 2024-04-03T04:24:54.745Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1950 | 2024-04-03T04:24:55.293Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1951 | 2024-04-03T04:24:55.322Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1952 | 2024-04-03T04:24:58.862Z | Compiling gethostname v0.4.3 |
1953 | 2024-04-03T04:24:59.180Z | Compiling number_prefix v0.4.0 |
1954 | 2024-04-03T04:24:59.447Z | Compiling topological-sort v0.2.2 |
1955 | 2024-04-03T04:24:59.562Z | Compiling swrite v0.1.0 |
1956 | 2024-04-03T04:24:59.688Z | Compiling omicron-zone-package v0.11.0 |
1957 | 2024-04-03T04:25:00.691Z | Compiling indicatif v0.17.8 |
1958 | 2024-04-03T04:25:05.526Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1959 | 2024-04-03T04:25:09.051Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1960 | 2024-04-03T04:25:10.641Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1961 | 2024-04-03T04:25:13.382Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1962 | 2024-04-03T04:25:30.815Z | Finished release [optimized] target(s) in 6m 02s |
1963 | 2024-04-03T04:25:31.073Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1964 | 2024-04-03T04:25:31.140Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1965 | 2024-04-03T04:25:31.144Z | Created new build target 'test' and set it as active |
1966 | 2024-04-03T04:25:31.144Z | |
1967 | 2024-04-03T04:25:31.144Z | real 6:03.013109228 |
1968 | 2024-04-03T04:25:31.144Z | user 34:20.561561871 |
1969 | 2024-04-03T04:25:31.144Z | sys 4:12.205164149 |
1970 | 2024-04-03T04:25:31.144Z | trap 1.123477918 |
1971 | 2024-04-03T04:25:31.144Z | tflt 5.943198157 |
1972 | 2024-04-03T04:25:31.144Z | dflt 3.281789399 |
1973 | 2024-04-03T04:25:31.144Z | kflt 0.156367188 |
1974 | 2024-04-03T04:25:31.144Z | lock 1:12:42.855489982 |
1975 | 2024-04-03T04:25:31.144Z | slp 1:37:35.646766147 |
1976 | 2024-04-03T04:25:31.144Z | lat 2:13.536368164 |
1977 | 2024-04-03T04:25:31.144Z | stop 3:55.034182520 |
1978 | 2024-04-03T04:25:31.144Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1979 | 2024-04-03T04:25:32.014Z | Finished release [optimized] target(s) in 0.82s |
1980 | 2024-04-03T04:25:32.040Z | Running `target/release/omicron-package -t test package` |
1981 | 2024-04-03T04:25:32.070Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1982 | 2024-04-03T04:25:32.982Z | Compiling base64 v0.22.0 |
1983 | 2024-04-03T04:25:32.982Z | Compiling newline-converter v0.3.0 |
1984 | 2024-04-03T04:25:32.985Z | Compiling usdt-macro v0.5.0 |
1985 | 2024-04-03T04:25:32.985Z | Compiling usdt-attr-macro v0.5.0 |
1986 | 2024-04-03T04:25:32.985Z | Compiling memmap v0.7.0 |
1987 | 2024-04-03T04:25:33.085Z | Compiling humantime v2.1.0 |
1988 | 2024-04-03T04:25:33.096Z | Compiling linked-hash-map v0.5.6 |
1989 | 2024-04-03T04:25:33.099Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1990 | 2024-04-03T04:25:33.194Z | Compiling expectorate v1.1.0 |
1991 | 2024-04-03T04:25:33.369Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1992 | 2024-04-03T04:25:33.374Z | Compiling password-hash v0.5.0 |
1993 | 2024-04-03T04:25:33.470Z | Compiling lru-cache v0.1.2 |
1994 | 2024-04-03T04:25:33.479Z | Compiling blake2 v0.10.6 |
1995 | 2024-04-03T04:25:33.678Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1996 | 2024-04-03T04:25:33.912Z | Compiling semver v0.1.20 |
1997 | 2024-04-03T04:25:34.192Z | Compiling argon2 v0.5.3 |
1998 | 2024-04-03T04:25:34.344Z | Compiling rustc_version v0.1.7 |
1999 | 2024-04-03T04:25:34.487Z | Compiling bytecount v0.6.3 |
2000 | 2024-04-03T04:25:34.511Z | Compiling usdt v0.5.0 |
2001 | 2024-04-03T04:25:34.739Z | Compiling newtype_derive v0.1.6 |
2002 | 2024-04-03T04:25:34.794Z | Compiling papergrid v0.11.0 |
2003 | 2024-04-03T04:25:34.825Z | Compiling tabled_derive v0.7.0 |
2004 | 2024-04-03T04:25:35.023Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2005 | 2024-04-03T04:25:35.695Z | Compiling quick-error v1.2.3 |
2006 | 2024-04-03T04:25:35.841Z | Compiling resolv-conf v0.7.0 |
2007 | 2024-04-03T04:25:35.847Z | Compiling steno v0.4.0 |
2008 | 2024-04-03T04:25:36.134Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2009 | 2024-04-03T04:25:37.021Z | Compiling derive-where v1.2.7 |
2010 | 2024-04-03T04:25:37.117Z | Compiling tabled v0.15.0 |
2011 | 2024-04-03T04:25:37.547Z | Compiling slog-dtrace v0.3.0 |
2012 | 2024-04-03T04:25:37.860Z | Compiling num-rational v0.4.1 |
2013 | 2024-04-03T04:25:38.165Z | Compiling termcolor v1.2.0 |
2014 | 2024-04-03T04:25:39.563Z | Compiling trust-dns-resolver v0.22.0 |
2015 | 2024-04-03T04:25:39.828Z | Compiling itertools v0.12.1 |
2016 | 2024-04-03T04:25:40.375Z | Compiling utf-8 v0.7.6 |
2017 | 2024-04-03T04:25:43.689Z | Compiling num-complex v0.4.4 |
2018 | 2024-04-03T04:25:45.102Z | Compiling num v0.4.1 |
2019 | 2024-04-03T04:25:45.133Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2020 | 2024-04-03T04:25:45.217Z | Compiling nibble_vec v0.1.0 |
2021 | 2024-04-03T04:25:45.459Z | Compiling endian-type v0.1.2 |
2022 | 2024-04-03T04:25:45.720Z | Compiling radium v0.7.0 |
2023 | 2024-04-03T04:25:46.203Z | Compiling radix_trie v0.2.1 |
2024 | 2024-04-03T04:25:46.244Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2025 | 2024-04-03T04:25:47.235Z | Compiling tungstenite v0.20.1 |
2026 | 2024-04-03T04:25:49.637Z | Compiling tap v1.0.1 |
2027 | 2024-04-03T04:25:49.963Z | Compiling maybe-uninit v2.0.0 |
2028 | 2024-04-03T04:25:50.405Z | Compiling wyz v0.5.1 |
2029 | 2024-04-03T04:25:50.773Z | Compiling tokio-tungstenite v0.20.1 |
2030 | 2024-04-03T04:25:51.390Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2031 | 2024-04-03T04:25:51.448Z | Compiling funty v2.0.0 |
2032 | 2024-04-03T04:25:52.967Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2033 | 2024-04-03T04:25:54.172Z | Compiling crc-catalog v2.2.0 |
2034 | 2024-04-03T04:25:54.319Z | Compiling num-bigint-dig v0.8.4 |
2035 | 2024-04-03T04:25:54.626Z | Compiling display-error-chain v0.2.0 |
2036 | 2024-04-03T04:25:54.819Z | Compiling cancel-safe-futures v0.1.5 |
2037 | 2024-04-03T04:25:55.159Z | Compiling packed_struct v0.10.1 |
2038 | 2024-04-03T04:25:55.559Z | Compiling arc-swap v1.6.0 |
2039 | 2024-04-03T04:25:56.370Z | Compiling slog-scope v4.4.0 |
2040 | 2024-04-03T04:25:57.446Z | Compiling crc v3.0.1 |
2041 | 2024-04-03T04:25:57.667Z | Compiling bitvec v1.0.1 |
2042 | 2024-04-03T04:25:58.369Z | Compiling fxhash v0.2.1 |
2043 | 2024-04-03T04:25:58.610Z | Compiling packed_struct_codegen v0.10.1 |
2044 | 2024-04-03T04:26:01.191Z | Compiling indexmap v1.9.3 |
2045 | 2024-04-03T04:26:01.330Z | Compiling nodrop v0.1.14 |
2046 | 2024-04-03T04:26:01.473Z | Compiling array-init v0.0.4 |
2047 | 2024-04-03T04:26:01.536Z | Compiling smallvec v0.6.14 |
2048 | 2024-04-03T04:26:02.803Z | Compiling slog-stdlog v4.1.1 |
2049 | 2024-04-03T04:26:02.824Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2050 | 2024-04-03T04:26:03.830Z | Compiling rayon-core v1.12.1 |
2051 | 2024-04-03T04:26:03.853Z | Compiling pkcs1 v0.7.5 |
2052 | 2024-04-03T04:26:04.607Z | Compiling is-terminal v0.4.9 |
2053 | 2024-04-03T04:26:04.740Z | Compiling signature v2.1.0 |
2054 | 2024-04-03T04:26:05.000Z | Compiling crossbeam-deque v0.8.3 |
2055 | 2024-04-03T04:26:05.366Z | Compiling dirs-sys-next v0.1.2 |
2056 | 2024-04-03T04:26:05.917Z | Compiling half v2.3.1 |
2057 | 2024-04-03T04:26:06.616Z | Compiling crunchy v0.2.2 |
2058 | 2024-04-03T04:26:07.008Z | Compiling hashbrown v0.12.3 |
2059 | 2024-04-03T04:26:07.092Z | Compiling bitfield v0.14.0 |
2060 | 2024-04-03T04:26:07.394Z | Compiling glob v0.3.1 |
2061 | 2024-04-03T04:26:08.137Z | Compiling ciborium-io v0.2.2 |
2062 | 2024-04-03T04:26:08.215Z | Compiling same-file v1.0.6 |
2063 | 2024-04-03T04:26:08.273Z | Compiling fastrand v2.0.1 |
2064 | 2024-04-03T04:26:08.430Z | Compiling walkdir v2.4.0 |
2065 | 2024-04-03T04:26:08.821Z | Compiling tempfile v3.10.0 |
2066 | 2024-04-03T04:26:09.081Z | Compiling ciborium-ll v0.2.2 |
2067 | 2024-04-03T04:26:09.604Z | Compiling clang-sys v1.6.1 |
2068 | 2024-04-03T04:26:09.616Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2069 | 2024-04-03T04:26:09.649Z | Compiling dirs-next v2.0.0 |
2070 | 2024-04-03T04:26:10.309Z | Compiling rsa v0.9.2 |
2071 | 2024-04-03T04:26:11.567Z | Compiling env_logger v0.10.0 |
2072 | 2024-04-03T04:26:13.327Z | Compiling slog-envlogger v2.2.0 |
2073 | 2024-04-03T04:26:14.580Z | Compiling serde-hex v0.1.0 |
2074 | 2024-04-03T04:26:15.672Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2075 | 2024-04-03T04:26:16.418Z | Compiling camino v1.1.6 |
2076 | 2024-04-03T04:26:16.427Z | Compiling x509-cert v0.2.4 |
2077 | 2024-04-03T04:26:16.427Z | Compiling ron v0.8.1 |
2078 | 2024-04-03T04:26:16.427Z | Compiling hashbrown v0.13.2 |
2079 | 2024-04-03T04:26:17.649Z | Compiling semver-parser v0.10.2 |
2080 | 2024-04-03T04:26:19.628Z | Compiling unicase v2.7.0 |
2081 | 2024-04-03T04:26:19.953Z | Compiling prettyplease v0.2.16 |
2082 | 2024-04-03T04:26:20.240Z | Compiling tiny-keccak v2.0.2 |
2083 | 2024-04-03T04:26:20.272Z | Compiling crc-any v2.4.3 |
2084 | 2024-04-03T04:26:20.582Z | Compiling blake3 v1.5.0 |
2085 | 2024-04-03T04:26:20.911Z | Compiling semver v0.11.0 |
2086 | 2024-04-03T04:26:21.311Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2087 | 2024-04-03T04:26:21.714Z | Compiling object v0.30.4 |
2088 | 2024-04-03T04:26:23.159Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2089 | 2024-04-03T04:26:23.700Z | Compiling rayon v1.9.0 |
2090 | 2024-04-03T04:26:27.031Z | Compiling term v0.7.0 |
2091 | 2024-04-03T04:26:28.598Z | Compiling ciborium v0.2.2 |
2092 | 2024-04-03T04:26:29.126Z | Compiling darling_core v0.14.4 |
2093 | 2024-04-03T04:26:29.287Z | Compiling xattr v1.0.1 |
2094 | 2024-04-03T04:26:29.546Z | Compiling memmap2 v0.7.1 |
2095 | 2024-04-03T04:26:29.934Z | Compiling filetime v0.2.23 |
2096 | 2024-04-03T04:26:30.248Z | Compiling home v0.5.5 |
2097 | 2024-04-03T04:26:30.498Z | Compiling constant_time_eq v0.3.0 |
2098 | 2024-04-03T04:26:30.668Z | Compiling arrayref v0.3.7 |
2099 | 2024-04-03T04:26:30.775Z | Compiling path-slash v0.1.5 |
2100 | 2024-04-03T04:26:30.992Z | Compiling arrayvec v0.7.4 |
2101 | 2024-04-03T04:26:31.012Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2102 | 2024-04-03T04:26:32.953Z | Compiling toolchain_find v0.2.0 |
2103 | 2024-04-03T04:26:33.535Z | Compiling tar v0.4.40 |
2104 | 2024-04-03T04:26:34.667Z | Compiling darling_macro v0.14.4 |
2105 | 2024-04-03T04:26:35.642Z | Compiling ascii-canvas v3.0.0 |
2106 | 2024-04-03T04:26:35.941Z | Compiling camino-tempfile v1.1.1 |
2107 | 2024-04-03T04:26:36.134Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2108 | 2024-04-03T04:26:36.484Z | Compiling libsw v3.3.1 |
2109 | 2024-04-03T04:26:36.598Z | Compiling toml v0.5.11 |
2110 | 2024-04-03T04:26:36.691Z | Compiling ena v0.14.2 |
2111 | 2024-04-03T04:26:36.848Z | Compiling libloading v0.7.4 |
2112 | 2024-04-03T04:26:37.114Z | Compiling owo-colors v4.0.0 |
2113 | 2024-04-03T04:26:37.231Z | Compiling bindgen v0.69.2 |
2114 | 2024-04-03T04:26:37.810Z | Compiling topological-sort v0.2.2 |
2115 | 2024-04-03T04:26:37.895Z | Compiling regex-syntax v0.6.29 |
2116 | 2024-04-03T04:26:40.016Z | Compiling convert_case v0.4.0 |
2117 | 2024-04-03T04:26:40.117Z | Compiling parking_lot_core v0.8.6 |
2118 | 2024-04-03T04:26:40.535Z | Compiling diff v0.1.13 |
2119 | 2024-04-03T04:26:40.853Z | Compiling linear-map v1.2.0 |
2120 | 2024-04-03T04:26:41.085Z | Compiling derive_more v0.99.17 |
2121 | 2024-04-03T04:26:41.225Z | Compiling rustfmt-wrapper v0.2.0 |
2122 | 2024-04-03T04:26:41.279Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2123 | 2024-04-03T04:26:41.875Z | Compiling lalrpop v0.19.12 |
2124 | 2024-04-03T04:26:43.443Z | Compiling omicron-zone-package v0.11.0 |
2125 | 2024-04-03T04:26:43.496Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2126 | 2024-04-03T04:26:43.717Z | Compiling darling v0.14.4 |
2127 | 2024-04-03T04:26:46.931Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2128 | 2024-04-03T04:26:48.694Z | Compiling toml v0.8.12 |
2129 | 2024-04-03T04:26:49.107Z | Compiling cexpr v0.6.0 |
2130 | 2024-04-03T04:26:49.487Z | Compiling which v4.4.0 |
2131 | 2024-04-03T04:26:50.024Z | Compiling peeking_take_while v0.1.2 |
2132 | 2024-04-03T04:26:50.169Z | Compiling lazycell v1.3.0 |
2133 | 2024-04-03T04:26:50.329Z | Compiling shlex v1.3.0 |
2134 | 2024-04-03T04:26:50.340Z | Compiling rustc-hash v1.1.0 |
2135 | 2024-04-03T04:26:50.491Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2136 | 2024-04-03T04:26:51.126Z | Compiling derive_builder_core v0.12.0 |
2137 | 2024-04-03T04:26:53.365Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2138 | 2024-04-03T04:26:53.936Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2139 | 2024-04-03T04:26:54.157Z | Compiling headers-core v0.2.0 |
2140 | 2024-04-03T04:26:54.382Z | Compiling pem v3.0.2 |
2141 | 2024-04-03T04:26:54.414Z | Compiling libxml v0.3.3 |
2142 | 2024-04-03T04:26:54.521Z | Compiling async-recursion v1.0.5 |
2143 | 2024-04-03T04:26:54.771Z | Compiling platforms v3.0.2 |
2144 | 2024-04-03T04:26:55.104Z | Compiling ref-cast v1.0.20 |
2145 | 2024-04-03T04:26:55.527Z | Compiling heck v0.5.0 |
2146 | 2024-04-03T04:26:55.706Z | Compiling headers v0.3.9 |
2147 | 2024-04-03T04:26:55.976Z | Compiling derive_builder_macro v0.12.0 |
2148 | 2024-04-03T04:26:56.081Z | Compiling parking_lot v0.11.2 |
2149 | 2024-04-03T04:26:56.167Z | Compiling mime_guess v2.0.4 |
2150 | 2024-04-03T04:26:56.827Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2151 | 2024-04-03T04:26:57.603Z | Compiling trust-dns-client v0.22.0 |
2152 | 2024-04-03T04:26:58.706Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2153 | 2024-04-03T04:26:59.009Z | Compiling strum_macros v0.24.3 |
2154 | 2024-04-03T04:27:02.778Z | Compiling ref-cast-impl v1.0.20 |
2155 | 2024-04-03T04:27:03.826Z | Compiling vte_generate_state_changes v0.1.1 |
2156 | 2024-04-03T04:27:03.941Z | Compiling cookie v0.18.0 |
2157 | 2024-04-03T04:27:04.054Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2158 | 2024-04-03T04:27:04.268Z | Compiling buf-list v1.0.3 |
2159 | 2024-04-03T04:27:04.399Z | Compiling indoc v1.0.9 |
2160 | 2024-04-03T04:27:04.447Z | Compiling doc-comment v0.3.3 |
2161 | 2024-04-03T04:27:04.927Z | Compiling vte v0.11.1 |
2162 | 2024-04-03T04:27:05.404Z | Compiling trust-dns-server v0.22.1 |
2163 | 2024-04-03T04:27:06.009Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2164 | 2024-04-03T04:27:07.804Z | Compiling derive_builder v0.12.0 |
2165 | 2024-04-03T04:27:07.995Z | Compiling sled v0.34.7 |
2166 | 2024-04-03T04:27:09.715Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2167 | 2024-04-03T04:27:10.165Z | Compiling polar-core v0.27.0 |
2168 | 2024-04-03T04:27:13.003Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2169 | 2024-04-03T04:27:13.033Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2170 | 2024-04-03T04:27:13.279Z | Compiling bb8 v0.8.3 |
2171 | 2024-04-03T04:27:13.775Z | Compiling const_format_proc_macros v0.2.32 |
2172 | 2024-04-03T04:27:15.744Z | Compiling quick-xml v0.30.0 |
2173 | 2024-04-03T04:27:16.158Z | Compiling oso-derive v0.27.0 |
2174 | 2024-04-03T04:27:17.128Z | Compiling pin-project-internal v1.1.3 |
2175 | 2024-04-03T04:27:18.375Z | Compiling impl-trait-for-tuples v0.2.2 |
2176 | 2024-04-03T04:27:19.894Z | Compiling memoffset v0.7.1 |
2177 | 2024-04-03T04:27:20.179Z | Compiling maplit v1.0.2 |
2178 | 2024-04-03T04:27:20.426Z | Compiling pin-project v1.1.3 |
2179 | 2024-04-03T04:27:20.561Z | Compiling const_format v0.2.32 |
2180 | 2024-04-03T04:27:21.844Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2181 | 2024-04-03T04:27:28.303Z | Compiling curve25519-dalek v4.1.1 |
2182 | 2024-04-03T04:27:28.618Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2183 | 2024-04-03T04:27:30.454Z | Compiling strip-ansi-escapes v0.2.0 |
2184 | 2024-04-03T04:27:33.835Z | Compiling oso v0.27.0 |
2185 | 2024-04-03T04:27:46.454Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2186 | 2024-04-03T04:27:47.824Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
2187 | 2024-04-03T04:27:48.018Z | Compiling fd-lock v3.0.13 |
2188 | 2024-04-03T04:27:48.243Z | Compiling kstat-rs v0.2.3 |
2189 | 2024-04-03T04:27:49.208Z | Compiling snafu-derive v0.7.5 |
2190 | 2024-04-03T04:27:52.902Z | Compiling fs-err v2.11.0 |
2191 | 2024-04-03T04:27:53.234Z | Compiling nu-ansi-term v0.50.0 |
2192 | 2024-04-03T04:27:53.643Z | Compiling keccak v0.1.4 |
2193 | 2024-04-03T04:27:54.347Z | Compiling strum v0.25.0 |
2194 | 2024-04-03T04:27:54.542Z | Compiling reedline v0.30.0 |
2195 | 2024-04-03T04:27:54.578Z | Compiling snafu v0.7.5 |
2196 | 2024-04-03T04:27:54.611Z | Compiling sha3 v0.10.8 |
2197 | 2024-04-03T04:27:55.682Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2198 | 2024-04-03T04:27:56.091Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2199 | 2024-04-03T04:27:56.169Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
2200 | 2024-04-03T04:28:01.972Z | Compiling env_logger v0.9.3 |
2201 | 2024-04-03T04:28:06.920Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2202 | 2024-04-03T04:28:11.726Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2203 | 2024-04-03T04:28:12.227Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2204 | 2024-04-03T04:28:13.746Z | Compiling globset v0.4.13 |
2205 | 2024-04-03T04:28:13.931Z | Compiling fd-lock v4.0.2 |
2206 | 2024-04-03T04:28:14.577Z | Compiling peg-macros v0.8.2 |
2207 | 2024-04-03T04:28:15.868Z | Compiling olpc-cjson v0.1.3 |
2208 | 2024-04-03T04:28:16.214Z | Compiling universal-hash v0.5.1 |
2209 | 2024-04-03T04:28:16.255Z | Compiling nix v0.27.1 |
2210 | 2024-04-03T04:28:16.439Z | Compiling secrecy v0.8.0 |
2211 | 2024-04-03T04:28:16.717Z | Compiling serde_plain v1.0.2 |
2212 | 2024-04-03T04:28:17.258Z | Compiling bitstruct_derive v0.1.0 |
2213 | 2024-04-03T04:28:17.624Z | Compiling curve25519-dalek-derive v0.1.0 |
2214 | 2024-04-03T04:28:18.478Z | Compiling sqlparser_derive v0.2.2 |
2215 | 2024-04-03T04:28:19.434Z | Compiling nanorand v0.7.0 |
2216 | 2024-04-03T04:28:19.517Z | Compiling thiserror-impl-no-std v2.0.2 |
2217 | 2024-04-03T04:28:19.791Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2218 | 2024-04-03T04:28:19.931Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2219 | 2024-04-03T04:28:20.121Z | Compiling signature v1.6.4 |
2220 | 2024-04-03T04:28:20.285Z | Compiling salty v0.2.0 |
2221 | 2024-04-03T04:28:20.558Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2222 | 2024-04-03T04:28:20.694Z | Compiling ascii v1.1.0 |
2223 | 2024-04-03T04:28:20.870Z | Compiling opaque-debug v0.3.0 |
2224 | 2024-04-03T04:28:21.793Z | Compiling unicode_categories v0.1.1 |
2225 | 2024-04-03T04:28:21.793Z | Compiling typed-path v0.7.0 |
2226 | 2024-04-03T04:28:21.793Z | Compiling sqlformat v0.2.3 |
2227 | 2024-04-03T04:28:22.322Z | Compiling thiserror-no-std v2.0.2 |
2228 | 2024-04-03T04:28:22.445Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2229 | 2024-04-03T04:28:22.462Z | Compiling poly1305 v0.8.0 |
2230 | 2024-04-03T04:28:22.628Z | Compiling rustyline v13.0.0 |
2231 | 2024-04-03T04:28:24.138Z | Compiling tough v0.16.0 |
2232 | 2024-04-03T04:28:25.165Z | Compiling ed25519 v1.5.3 |
2233 | 2024-04-03T04:28:25.490Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2234 | 2024-04-03T04:28:25.802Z | Compiling sqlparser v0.43.1 |
2235 | 2024-04-03T04:28:28.373Z | Compiling flume v0.11.0 |
2236 | 2024-04-03T04:28:30.699Z | Compiling bitstruct v0.1.1 |
2237 | 2024-04-03T04:28:30.813Z | Compiling peg v0.8.2 |
2238 | 2024-04-03T04:28:30.920Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2239 | 2024-04-03T04:28:36.429Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2240 | 2024-04-03T04:28:36.787Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2241 | 2024-04-03T04:28:37.877Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2242 | 2024-04-03T04:28:44.342Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2243 | 2024-04-03T04:28:44.679Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2244 | 2024-04-03T04:28:44.977Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2245 | 2024-04-03T04:28:46.207Z | Compiling chacha20 v0.9.1 |
2246 | 2024-04-03T04:28:46.671Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2247 | 2024-04-03T04:28:48.144Z | Compiling aead v0.5.2 |
2248 | 2024-04-03T04:28:48.477Z | Compiling bcs v0.1.6 |
2249 | 2024-04-03T04:28:49.016Z | Compiling erased-serde v0.3.31 |
2250 | 2024-04-03T04:28:49.435Z | Compiling serde-big-array v0.5.1 |
2251 | 2024-04-03T04:28:49.683Z | Compiling serde_arrays v0.1.0 |
2252 | 2024-04-03T04:28:49.873Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2253 | 2024-04-03T04:28:50.050Z | Compiling highway v1.1.0 |
2254 | 2024-04-03T04:28:50.682Z | Compiling parse-size v1.0.0 |
2255 | 2024-04-03T04:28:50.766Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2256 | 2024-04-03T04:28:50.980Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2257 | 2024-04-03T04:28:51.269Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2258 | 2024-04-03T04:28:51.511Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2259 | 2024-04-03T04:29:02.679Z | Compiling chacha20poly1305 v0.10.1 |
2260 | 2024-04-03T04:29:02.928Z | Compiling vsss-rs v3.3.4 |
2261 | 2024-04-03T04:29:12.691Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2262 | 2024-04-03T04:29:12.898Z | Compiling signal-hook-tokio v0.3.1 |
2263 | 2024-04-03T04:29:13.111Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
2264 | 2024-04-03T04:29:13.400Z | Compiling castaway v0.2.2 |
2265 | 2024-04-03T04:29:13.601Z | Compiling rand_seeder v0.2.3 |
2266 | 2024-04-03T04:29:14.026Z | Compiling serde-big-array v0.4.1 |
2267 | 2024-04-03T04:29:14.237Z | Compiling http-range v0.1.5 |
2268 | 2024-04-03T04:29:15.400Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2269 | 2024-04-03T04:29:15.721Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2270 | 2024-04-03T04:29:16.898Z | Compiling hyper-staticfile v0.9.5 |
2271 | 2024-04-03T04:29:20.372Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2272 | 2024-04-03T04:29:21.891Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2273 | 2024-04-03T04:29:22.106Z | Compiling compact_str v0.7.1 |
2274 | 2024-04-03T04:29:23.680Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
2275 | 2024-04-03T04:29:23.717Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2276 | 2024-04-03T04:29:27.133Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2277 | 2024-04-03T04:29:27.776Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2278 | 2024-04-03T04:29:34.383Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2279 | 2024-04-03T04:29:40.587Z | Compiling zone_cfg_derive v0.1.2 |
2280 | 2024-04-03T04:29:42.024Z | Compiling tungstenite v0.21.0 |
2281 | 2024-04-03T04:29:42.027Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2282 | 2024-04-03T04:29:42.320Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2283 | 2024-04-03T04:29:42.670Z | Compiling lru v0.12.1 |
2284 | 2024-04-03T04:29:43.037Z | Compiling stability v0.1.1 |
2285 | 2024-04-03T04:29:43.994Z | Compiling indoc v2.0.3 |
2286 | 2024-04-03T04:29:45.021Z | Compiling base64 v0.13.1 |
2287 | 2024-04-03T04:29:45.821Z | Compiling corncobs v0.1.3 |
2288 | 2024-04-03T04:29:46.207Z | Compiling cassowary v0.3.0 |
2289 | 2024-04-03T04:29:47.651Z | Compiling ratatui v0.26.1 |
2290 | 2024-04-03T04:29:47.791Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2291 | 2024-04-03T04:29:48.643Z | Compiling ron v0.7.1 |
2292 | 2024-04-03T04:29:50.824Z | Compiling tokio-tungstenite v0.21.0 |
2293 | 2024-04-03T04:29:51.445Z | Compiling zone v0.1.8 |
2294 | 2024-04-03T04:29:54.342Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2295 | 2024-04-03T04:29:55.316Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2296 | 2024-04-03T04:30:05.887Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2297 | 2024-04-03T04:30:06.576Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2298 | 2024-04-03T04:30:12.408Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2299 | 2024-04-03T04:30:13.876Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2300 | 2024-04-03T04:30:20.285Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2301 | 2024-04-03T04:30:26.100Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2302 | 2024-04-03T04:30:26.414Z | Compiling portpicker v0.1.1 |
2303 | 2024-04-03T04:30:26.710Z | Compiling smawk v0.3.1 |
2304 | 2024-04-03T04:30:26.970Z | Compiling unicode-linebreak v0.1.5 |
2305 | 2024-04-03T04:30:26.982Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2306 | 2024-04-03T04:30:27.531Z | Compiling textwrap v0.16.1 |
2307 | 2024-04-03T04:30:36.990Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2308 | 2024-04-03T04:30:38.645Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2309 | 2024-04-03T04:30:39.819Z | Compiling rcgen v0.12.1 |
2310 | 2024-04-03T04:30:41.959Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2311 | 2024-04-03T04:30:42.427Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
2312 | 2024-04-03T04:30:43.338Z | Compiling atomicwrites v0.4.3 |
2313 | 2024-04-03T04:30:43.878Z | Compiling fatfs v0.3.6 |
2314 | 2024-04-03T04:30:47.056Z | Compiling subprocess v0.2.9 |
2315 | 2024-04-03T04:30:49.091Z | Compiling rtoolbox v0.0.1 |
2316 | 2024-04-03T04:30:49.536Z | Compiling assert_matches v1.5.0 |
2317 | 2024-04-03T04:30:49.641Z | Compiling is_ci v1.2.0 |
2318 | 2024-04-03T04:30:49.954Z | Compiling supports-color v3.0.0 |
2319 | 2024-04-03T04:30:51.254Z | Compiling rpassword v7.3.1 |
2320 | 2024-04-03T04:30:51.724Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2321 | 2024-04-03T04:30:52.598Z | Compiling tui-tree-widget v0.19.0 |
2322 | 2024-04-03T04:30:53.015Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2323 | 2024-04-03T04:30:53.054Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2324 | 2024-04-03T04:30:53.189Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2325 | 2024-04-03T04:30:53.504Z | Compiling csv-core v0.1.11 |
2326 | 2024-04-03T04:30:54.481Z | Compiling shell-words v1.1.0 |
2327 | 2024-04-03T04:30:54.896Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2328 | 2024-04-03T04:30:55.471Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2329 | 2024-04-03T04:30:59.216Z | Compiling csv v1.3.0 |
2330 | 2024-04-03T04:31:01.378Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2331 | 2024-04-03T04:31:12.322Z | Compiling multimap v0.10.0 |
2332 | 2024-04-03T04:33:15.801Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2333 | 2024-04-03T04:33:26.467Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2334 | 2024-04-03T04:33:42.053Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2335 | 2024-04-03T04:40:00.522Z | Finished release [optimized] target(s) in 14m 28s |
2336 | 2024-04-03T04:41:16.251Z | |
2337 | 2024-04-03T04:41:16.251Z | real 15:44.969484138 |
2338 | 2024-04-03T04:41:16.251Z | user 1:47:50.919125753 |
2339 | 2024-04-03T04:41:16.251Z | sys 4:45.791760757 |
2340 | 2024-04-03T04:41:16.251Z | trap 2.739838843 |
2341 | 2024-04-03T04:41:16.251Z | tflt 2.217281572 |
2342 | 2024-04-03T04:41:16.251Z | dflt 4.095195734 |
2343 | 2024-04-03T04:41:16.254Z | kflt 0.047115692 |
2344 | 2024-04-03T04:41:16.255Z | lock 6:39:48.959985193 |
2345 | 2024-04-03T04:41:16.255Z | slp 4:14:46.194895924 |
2346 | 2024-04-03T04:41:16.255Z | lat 2:33.139548763 |
2347 | 2024-04-03T04:41:16.255Z | stop 1:11.105170298 |
2348 | 2024-04-03T04:41:16.255Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*) |
2349 | 2024-04-03T04:41:16.255Z | + pfexec mkdir -p /work |
2350 | 2024-04-03T04:41:16.258Z | + pfexec chown build /work |
2351 | 2024-04-03T04:41:16.258Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
2352 | 2024-04-03T04:41:26.091Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2353 | 2024-04-03T04:41:26.091Z | a out/mg-ddm-gz.tar 73905K |
2354 | 2024-04-03T04:41:26.091Z | a out/omicron-sled-agent.tar 112927K |
2355 | 2024-04-03T04:41:26.091Z | a out/oxlog.tar 6114K |
2356 | 2024-04-03T04:41:26.091Z | a out/target/test 1K |
2357 | 2024-04-03T04:41:26.091Z | a out/npuzone/npuzone 36313K |
2358 | 2024-04-03T04:41:26.091Z | a package-manifest.toml 26K |
2359 | 2024-04-03T04:41:26.091Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2360 | 2024-04-03T04:41:26.091Z | a target/release/omicron-package 39339K |
2361 | 2024-04-03T04:41:26.091Z | a tools/create_virtual_hardware.sh 4K |
2362 | 2024-04-03T04:41:26.091Z | a tools/virtual_hardware.sh 4K |
2363 | 2024-04-03T04:41:26.092Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2364 | 2024-04-03T04:41:26.092Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2365 | 2024-04-03T04:41:26.092Z | a tools/scrimlet/softnpu-init.sh 3K |
2366 | 2024-04-03T04:41:26.092Z | a tools/scrimlet/softnpu-zone.txt 1K |
2367 | 2024-04-03T04:41:26.092Z | a tools/scrimlet/softnpu.toml 1K |
2368 | 2024-04-03T04:41:26.095Z | |
2369 | 2024-04-03T04:41:26.095Z | real 9.830429232 |
2370 | 2024-04-03T04:41:26.095Z | user 9.482436360 |
2371 | 2024-04-03T04:41:26.096Z | sys 0.706279632 |
2372 | 2024-04-03T04:41:26.096Z | trap 0.002196763 |
2373 | 2024-04-03T04:41:26.096Z | tflt 0.000000000 |
2374 | 2024-04-03T04:41:26.096Z | dflt 0.000000000 |
2375 | 2024-04-03T04:41:26.096Z | kflt 0.000000000 |
2376 | 2024-04-03T04:41:26.096Z | lock 0.000000000 |
2377 | 2024-04-03T04:41:26.096Z | slp 9.240574660 |
2378 | 2024-04-03T04:41:26.096Z | lat 0.226418678 |
2379 | 2024-04-03T04:41:26.096Z | stop 0.000210405 |
2380 | 2024-04-03T04:41:26.096Z | ++ pwd |
2381 | 2024-04-03T04:41:26.100Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2382 | 2024-04-03T04:41:26.100Z | + mv out/nexus.tar.gz out/nexus-single-sled.tar.gz |
2383 | 2024-04-03T04:41:26.100Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2384 | 2024-04-03T04:41:26.947Z | Finished release [optimized] target(s) in 0.79s |
2385 | 2024-04-03T04:41:26.970Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2386 | 2024-04-03T04:41:27.001Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2387 | 2024-04-03T04:41:27.005Z | Created new build target 'host' and set it as active |
2388 | 2024-04-03T04:41:27.005Z | |
2389 | 2024-04-03T04:41:27.005Z | real 0.901665897 |
2390 | 2024-04-03T04:41:27.005Z | user 0.585627169 |
2391 | 2024-04-03T04:41:27.005Z | sys 0.297349996 |
2392 | 2024-04-03T04:41:27.005Z | trap 0.000145582 |
2393 | 2024-04-03T04:41:27.005Z | tflt 0.000001479 |
2394 | 2024-04-03T04:41:27.005Z | dflt 0.000024216 |
2395 | 2024-04-03T04:41:27.005Z | kflt 0.000000000 |
2396 | 2024-04-03T04:41:27.006Z | lock 0.023780809 |
2397 | 2024-04-03T04:41:27.006Z | slp 0.111004459 |
2398 | 2024-04-03T04:41:27.006Z | lat 0.003996388 |
2399 | 2024-04-03T04:41:27.006Z | stop 0.000287665 |
2400 | 2024-04-03T04:41:27.006Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2401 | 2024-04-03T04:41:27.800Z | Finished release [optimized] target(s) in 0.74s |
2402 | 2024-04-03T04:41:27.823Z | Running `target/release/omicron-package -t host package` |
2403 | 2024-04-03T04:41:27.857Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2404 | 2024-04-03T04:41:28.687Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2405 | 2024-04-03T04:43:55.413Z | Finished release [optimized] target(s) in 2m 27s |
2406 | 2024-04-03T04:44:47.790Z | |
2407 | 2024-04-03T04:44:47.794Z | real 3:20.749287891 |
2408 | 2024-04-03T04:44:47.794Z | user 13:59.369493127 |
2409 | 2024-04-03T04:44:47.794Z | sys 39.999464346 |
2410 | 2024-04-03T04:44:47.794Z | trap 0.263134189 |
2411 | 2024-04-03T04:44:47.794Z | tflt 0.180951327 |
2412 | 2024-04-03T04:44:47.794Z | dflt 6.499800019 |
2413 | 2024-04-03T04:44:47.794Z | kflt 0.000084717 |
2414 | 2024-04-03T04:44:47.794Z | lock 1:04:25.896767647 |
2415 | 2024-04-03T04:44:47.795Z | slp 12:51.256708922 |
2416 | 2024-04-03T04:44:47.795Z | lat 6.164052578 |
2417 | 2024-04-03T04:44:47.795Z | stop 2.038512772 |
2418 | 2024-04-03T04:44:47.795Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2419 | 2024-04-03T04:44:47.795Z | + for package in "$@" |
2420 | 2024-04-03T04:44:47.795Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2421 | 2024-04-03T04:44:47.795Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+git6dfdadfbd86 |
2422 | 2024-04-03T04:44:48.636Z | Finished release [optimized] target(s) in 0.79s |
2423 | 2024-04-03T04:44:48.660Z | Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+git6dfdadfbd86` |
2424 | 2024-04-03T04:44:48.692Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2425 | 2024-04-03T04:44:48.945Z | Created: out/versioned/omicron-sled-agent.tar |
2426 | 2024-04-03T04:44:48.961Z | + for package in "$@" |
2427 | 2024-04-03T04:44:48.961Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2428 | 2024-04-03T04:44:48.961Z | + echo 0.0.0 |
2429 | 2024-04-03T04:44:48.961Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2430 | 2024-04-03T04:44:48.961Z | a VERSION 1K |
2431 | 2024-04-03T04:44:48.961Z | + rm VERSION |
2432 | 2024-04-03T04:44:48.961Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git6dfdadfbd86 |
2433 | 2024-04-03T04:44:49.751Z | Finished release [optimized] target(s) in 0.75s |
2434 | 2024-04-03T04:44:49.774Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git6dfdadfbd86` |
2435 | 2024-04-03T04:44:49.816Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2436 | 2024-04-03T04:44:49.947Z | Created: out/versioned/mg-ddm-gz.tar |
2437 | 2024-04-03T04:44:49.951Z | + for package in "$@" |
2438 | 2024-04-03T04:44:49.952Z | + [[ propolis-server == mg-ddm-gz ]] |
2439 | 2024-04-03T04:44:49.952Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+git6dfdadfbd86 |
2440 | 2024-04-03T04:44:50.748Z | Finished release [optimized] target(s) in 0.75s |
2441 | 2024-04-03T04:44:50.774Z | Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+git6dfdadfbd86` |
2442 | 2024-04-03T04:44:50.809Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2443 | 2024-04-03T04:44:51.790Z | Created: out/versioned/propolis-server.tar.gz |
2444 | 2024-04-03T04:44:51.795Z | + for package in "$@" |
2445 | 2024-04-03T04:44:51.795Z | + [[ overlay == mg-ddm-gz ]] |
2446 | 2024-04-03T04:44:51.795Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+git6dfdadfbd86 |
2447 | 2024-04-03T04:44:52.643Z | Finished release [optimized] target(s) in 0.78s |
2448 | 2024-04-03T04:44:52.666Z | Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+git6dfdadfbd86` |
2449 | 2024-04-03T04:44:52.698Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2450 | 2024-04-03T04:44:52.702Z | Created: out/versioned/overlay.tar.gz |
2451 | 2024-04-03T04:44:52.702Z | + for package in "$@" |
2452 | 2024-04-03T04:44:52.702Z | + [[ oxlog == mg-ddm-gz ]] |
2453 | 2024-04-03T04:44:52.702Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+git6dfdadfbd86 |
2454 | 2024-04-03T04:44:53.545Z | Finished release [optimized] target(s) in 0.79s |
2455 | 2024-04-03T04:44:53.569Z | Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+git6dfdadfbd86` |
2456 | 2024-04-03T04:44:53.602Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2457 | 2024-04-03T04:44:53.619Z | Created: out/versioned/oxlog.tar |
2458 | 2024-04-03T04:44:53.623Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2459 | 2024-04-03T04:44:53.632Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2460 | 2024-04-03T04:44:53.636Z | ++ cd -- ./tools |
2461 | 2024-04-03T04:44:53.636Z | ++ pwd |
2462 | 2024-04-03T04:44:53.636Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2463 | 2024-04-03T04:44:53.636Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2464 | 2024-04-03T04:44:53.669Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2465 | 2024-04-03T04:44:53.673Z | ++ readlink -f /work |
2466 | 2024-04-03T04:44:53.673Z | + out_dir=/work |
2467 | 2024-04-03T04:44:53.673Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar") |
2468 | 2024-04-03T04:44:53.674Z | + for dep in "${deps[@]}" |
2469 | 2024-04-03T04:44:53.674Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2470 | 2024-04-03T04:44:53.674Z | + for dep in "${deps[@]}" |
2471 | 2024-04-03T04:44:53.674Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2472 | 2024-04-03T04:44:53.674Z | + for dep in "${deps[@]}" |
2473 | 2024-04-03T04:44:53.674Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2474 | 2024-04-03T04:44:53.674Z | + for dep in "${deps[@]}" |
2475 | 2024-04-03T04:44:53.674Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2476 | 2024-04-03T04:44:53.674Z | + for dep in "${deps[@]}" |
2477 | 2024-04-03T04:44:53.675Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2478 | 2024-04-03T04:44:53.680Z | ++ mktemp -d |
2479 | 2024-04-03T04:44:53.680Z | + tmp_gz=/tmp/tmp.K7aG3h |
2480 | 2024-04-03T04:44:53.680Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2481 | 2024-04-03T04:44:53.680Z | + echo '{"v":"1","t":"layer"}' |
2482 | 2024-04-03T04:44:53.680Z | + pkg_dir=/tmp/tmp.K7aG3h/root/opt/oxide/sled-agent |
2483 | 2024-04-03T04:44:53.680Z | + mkdir -p /tmp/tmp.K7aG3h/root/opt/oxide/sled-agent |
2484 | 2024-04-03T04:44:53.680Z | + cd /tmp/tmp.K7aG3h/root/opt/oxide/sled-agent |
2485 | 2024-04-03T04:44:53.680Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2486 | 2024-04-03T04:44:53.764Z | x ., 0 bytes, 0 tape blocks |
2487 | 2024-04-03T04:44:53.764Z | x zone-bundle, 36111040 bytes, 70530 tape blocks |
2488 | 2024-04-03T04:44:53.764Z | x sled-agent, 79512184 bytes, 155298 tape blocks |
2489 | 2024-04-03T04:44:53.764Z | x pkg, 0 bytes, 0 tape blocks |
2490 | 2024-04-03T04:44:53.764Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2491 | 2024-04-03T04:44:53.764Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2492 | 2024-04-03T04:44:53.764Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2493 | 2024-04-03T04:44:53.765Z | x VERSION, 25 bytes, 1 tape blocks |
2494 | 2024-04-03T04:44:53.769Z | + mkdir -p /tmp/tmp.K7aG3h/root/lib/svc/manifest/site/ |
2495 | 2024-04-03T04:44:53.769Z | + mv pkg/manifest.xml /tmp/tmp.K7aG3h/root/lib/svc/manifest/site/sled-agent.xml |
2496 | 2024-04-03T04:44:53.769Z | + cd - |
2497 | 2024-04-03T04:44:53.769Z | /work/oxidecomputer/omicron |
2498 | 2024-04-03T04:44:53.769Z | + pkg_dir=/tmp/tmp.K7aG3h/root/opt/oxide/mg-ddm |
2499 | 2024-04-03T04:44:53.769Z | + mkdir -p /tmp/tmp.K7aG3h/root/opt/oxide/mg-ddm |
2500 | 2024-04-03T04:44:53.770Z | + cd /tmp/tmp.K7aG3h/root/opt/oxide/mg-ddm |
2501 | 2024-04-03T04:44:53.770Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2502 | 2024-04-03T04:44:53.821Z | x ., 0 bytes, 0 tape blocks |
2503 | 2024-04-03T04:44:53.822Z | x ddmadm, 26051952 bytes, 50883 tape blocks |
2504 | 2024-04-03T04:44:53.822Z | x ddmd, 49611120 bytes, 96897 tape blocks |
2505 | 2024-04-03T04:44:53.822Z | x pkg, 0 bytes, 0 tape blocks |
2506 | 2024-04-03T04:44:53.822Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2507 | 2024-04-03T04:44:53.822Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2508 | 2024-04-03T04:44:53.822Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2509 | 2024-04-03T04:44:53.822Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2510 | 2024-04-03T04:44:53.822Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2511 | 2024-04-03T04:44:53.822Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2512 | 2024-04-03T04:44:53.823Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2513 | 2024-04-03T04:44:53.823Z | x VERSION, 25 bytes, 1 tape blocks |
2514 | 2024-04-03T04:44:53.827Z | + cd - |
2515 | 2024-04-03T04:44:53.827Z | /work/oxidecomputer/omicron |
2516 | 2024-04-03T04:44:53.827Z | + pkg_dir=/tmp/tmp.K7aG3h/root/opt/oxide/oxlog |
2517 | 2024-04-03T04:44:53.827Z | + mkdir -p /tmp/tmp.K7aG3h/root/opt/oxide/oxlog |
2518 | 2024-04-03T04:44:53.827Z | + cd /tmp/tmp.K7aG3h/root/opt/oxide/oxlog |
2519 | 2024-04-03T04:44:53.827Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2520 | 2024-04-03T04:44:53.833Z | x ., 0 bytes, 0 tape blocks |
2521 | 2024-04-03T04:44:53.833Z | x oxlog, 6257832 bytes, 12223 tape blocks |
2522 | 2024-04-03T04:44:53.833Z | x VERSION, 25 bytes, 1 tape blocks |
2523 | 2024-04-03T04:44:53.833Z | + cd - |
2524 | 2024-04-03T04:44:53.833Z | /work/oxidecomputer/omicron |
2525 | 2024-04-03T04:44:53.833Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.K7aG3h/root/opt/oxide |
2526 | 2024-04-03T04:44:53.918Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.K7aG3h/root/opt/oxide |
2527 | 2024-04-03T04:44:53.922Z | + cd /tmp/tmp.K7aG3h |
2528 | 2024-04-03T04:44:53.922Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2529 | 2024-04-03T04:45:02.475Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2530 | 2024-04-03T04:45:02.475Z | a oxide.json 1K |
2531 | 2024-04-03T04:45:02.475Z | a root/ 0K |
2532 | 2024-04-03T04:45:02.476Z | a root/opt/ 0K |
2533 | 2024-04-03T04:45:02.476Z | a root/opt/oxide/ 0K |
2534 | 2024-04-03T04:45:02.476Z | a root/opt/oxide/sled-agent/ 0K |
2535 | 2024-04-03T04:45:02.476Z | a root/opt/oxide/sled-agent/zone-bundle 35265K |
2536 | 2024-04-03T04:45:02.477Z | a root/opt/oxide/sled-agent/sled-agent 77649K |
2537 | 2024-04-03T04:45:02.477Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2538 | 2024-04-03T04:45:02.477Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2539 | 2024-04-03T04:45:02.477Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2540 | 2024-04-03T04:45:02.477Z | a root/opt/oxide/sled-agent/VERSION 1K |
2541 | 2024-04-03T04:45:02.477Z | a root/opt/oxide/mg-ddm/ 0K |
2542 | 2024-04-03T04:45:02.477Z | a root/opt/oxide/mg-ddm/ddmadm 25442K |
2543 | 2024-04-03T04:45:02.478Z | a root/opt/oxide/mg-ddm/ddmd 48449K |
2544 | 2024-04-03T04:45:02.478Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2545 | 2024-04-03T04:45:02.478Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2546 | 2024-04-03T04:45:02.478Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2547 | 2024-04-03T04:45:02.478Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2548 | 2024-04-03T04:45:02.478Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2549 | 2024-04-03T04:45:02.478Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2550 | 2024-04-03T04:45:02.478Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2551 | 2024-04-03T04:45:02.478Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2552 | 2024-04-03T04:45:02.478Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2553 | 2024-04-03T04:45:02.479Z | a root/opt/oxide/oxlog/ 0K |
2554 | 2024-04-03T04:45:02.479Z | a root/opt/oxide/oxlog/oxlog 6112K |
2555 | 2024-04-03T04:45:02.479Z | a root/opt/oxide/oxlog/VERSION 1K |
2556 | 2024-04-03T04:45:02.479Z | a root/opt/oxide/propolis-server.tar.gz 62568K |
2557 | 2024-04-03T04:45:02.479Z | a root/opt/oxide/overlay.tar.gz 3K |
2558 | 2024-04-03T04:45:02.479Z | a root/lib/ 0K |
2559 | 2024-04-03T04:45:02.480Z | a root/lib/svc/ 0K |
2560 | 2024-04-03T04:45:02.480Z | a root/lib/svc/manifest/ 0K |
2561 | 2024-04-03T04:45:02.480Z | a root/lib/svc/manifest/site/ 0K |
2562 | 2024-04-03T04:45:02.480Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2563 | 2024-04-03T04:45:02.487Z | + cd / |
2564 | 2024-04-03T04:45:02.487Z | + rm -rf /tmp/tmp.K7aG3h |
2565 | 2024-04-03T04:45:02.507Z | |
2566 | 2024-04-03T04:45:02.514Z | real 8.879972811 |
2567 | 2024-04-03T04:45:02.515Z | user 8.288134671 |
2568 | 2024-04-03T04:45:02.515Z | sys 0.597843158 |
2569 | 2024-04-03T04:45:02.515Z | trap 0.001249740 |
2570 | 2024-04-03T04:45:02.515Z | tflt 0.000000000 |
2571 | 2024-04-03T04:45:02.515Z | dflt 0.000000000 |
2572 | 2024-04-03T04:45:02.515Z | kflt 0.000000000 |
2573 | 2024-04-03T04:45:02.516Z | lock 0.000000000 |
2574 | 2024-04-03T04:45:02.516Z | slp 17.205713001 |
2575 | 2024-04-03T04:45:02.516Z | lat 0.201803066 |
2576 | 2024-04-03T04:45:02.516Z | stop 0.000220206 |
2577 | 2024-04-03T04:45:02.516Z | + mkdir -p /work/zones |
2578 | 2024-04-03T04:45:02.516Z | + 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) |
2579 | 2024-04-03T04:45:02.516Z | + 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/ |
2580 | 2024-04-03T04:45:05.240Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2581 | 2024-04-03T04:45:06.105Z | Finished release [optimized] target(s) in 0.80s |
2582 | 2024-04-03T04:45:06.132Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2583 | 2024-04-03T04:45:06.569Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2584 | 2024-04-03T04:45:06.599Z | Created new build target 'recovery' and set it as active |
2585 | 2024-04-03T04:45:06.600Z | |
2586 | 2024-04-03T04:45:06.600Z | real 0.920803766 |
2587 | 2024-04-03T04:45:06.609Z | user 0.601478482 |
2588 | 2024-04-03T04:45:06.610Z | sys 0.299467912 |
2589 | 2024-04-03T04:45:06.610Z | trap 0.000611293 |
2590 | 2024-04-03T04:45:06.610Z | tflt 0.000014338 |
2591 | 2024-04-03T04:45:06.610Z | dflt 0.000021606 |
2592 | 2024-04-03T04:45:06.610Z | kflt 0.000000000 |
2593 | 2024-04-03T04:45:06.610Z | lock 0.023987678 |
2594 | 2024-04-03T04:45:06.610Z | slp 0.111681703 |
2595 | 2024-04-03T04:45:06.610Z | lat 0.005541072 |
2596 | 2024-04-03T04:45:06.610Z | stop 0.000292483 |
2597 | 2024-04-03T04:45:06.610Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2598 | 2024-04-03T04:45:06.983Z | Finished release [optimized] target(s) in 0.76s |
2599 | 2024-04-03T04:45:07.005Z | Running `target/release/omicron-package -t recovery package` |
2600 | 2024-04-03T04:45:07.037Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2601 | 2024-04-03T04:45:07.777Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2602 | 2024-04-03T04:45:10.228Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2603 | 2024-04-03T04:45:29.450Z | Finished release [optimized] target(s) in 22.36s |
2604 | 2024-04-03T04:45:48.874Z | |
2605 | 2024-04-03T04:45:48.878Z | real 42.695828671 |
2606 | 2024-04-03T04:45:48.878Z | user 1:39.314501697 |
2607 | 2024-04-03T04:45:48.878Z | sys 7.107158591 |
2608 | 2024-04-03T04:45:48.878Z | trap 0.067747884 |
2609 | 2024-04-03T04:45:48.878Z | tflt 0.037278645 |
2610 | 2024-04-03T04:45:48.879Z | dflt 0.438141711 |
2611 | 2024-04-03T04:45:48.879Z | kflt 0.000016318 |
2612 | 2024-04-03T04:45:48.879Z | lock 13:04.494591577 |
2613 | 2024-04-03T04:45:48.879Z | slp 1:44.294990631 |
2614 | 2024-04-03T04:45:48.879Z | lat 1.403368682 |
2615 | 2024-04-03T04:45:48.879Z | stop 0.560685841 |
2616 | 2024-04-03T04:45:48.879Z | + stamp_packages installinator mg-ddm-gz |
2617 | 2024-04-03T04:45:48.879Z | + for package in "$@" |
2618 | 2024-04-03T04:45:48.879Z | + [[ installinator == mg-ddm-gz ]] |
2619 | 2024-04-03T04:45:48.880Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+git6dfdadfbd86 |
2620 | 2024-04-03T04:45:49.709Z | Finished release [optimized] target(s) in 0.78s |
2621 | 2024-04-03T04:45:49.731Z | Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+git6dfdadfbd86` |
2622 | 2024-04-03T04:45:49.761Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2623 | 2024-04-03T04:45:49.830Z | Created: out/versioned/installinator.tar |
2624 | 2024-04-03T04:45:49.835Z | + for package in "$@" |
2625 | 2024-04-03T04:45:49.835Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2626 | 2024-04-03T04:45:49.835Z | + echo 0.0.0 |
2627 | 2024-04-03T04:45:49.836Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2628 | 2024-04-03T04:45:49.840Z | a VERSION 1K |
2629 | 2024-04-03T04:45:49.841Z | + rm VERSION |
2630 | 2024-04-03T04:45:49.841Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git6dfdadfbd86 |
2631 | 2024-04-03T04:45:50.652Z | Finished release [optimized] target(s) in 0.76s |
2632 | 2024-04-03T04:45:50.677Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git6dfdadfbd86` |
2633 | 2024-04-03T04:45:50.709Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2634 | 2024-04-03T04:45:50.834Z | Created: out/versioned/mg-ddm-gz.tar |
2635 | 2024-04-03T04:45:50.837Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2636 | 2024-04-03T04:45:50.847Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2637 | 2024-04-03T04:45:50.850Z | ++ cd -- ./tools |
2638 | 2024-04-03T04:45:50.850Z | ++ pwd |
2639 | 2024-04-03T04:45:50.850Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2640 | 2024-04-03T04:45:50.853Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2641 | 2024-04-03T04:45:50.853Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2642 | 2024-04-03T04:45:50.853Z | ++ readlink -f /work |
2643 | 2024-04-03T04:45:50.857Z | + out_dir=/work |
2644 | 2024-04-03T04:45:50.857Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2645 | 2024-04-03T04:45:50.857Z | + for dep in "${deps[@]}" |
2646 | 2024-04-03T04:45:50.857Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2647 | 2024-04-03T04:45:50.857Z | + for dep in "${deps[@]}" |
2648 | 2024-04-03T04:45:50.857Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2649 | 2024-04-03T04:45:50.857Z | ++ mktemp -d |
2650 | 2024-04-03T04:45:50.865Z | + tmp_trampoline=/tmp/tmp.74ai8h |
2651 | 2024-04-03T04:45:50.865Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2652 | 2024-04-03T04:45:50.865Z | + echo '{"v":"1","t":"layer"}' |
2653 | 2024-04-03T04:45:50.865Z | + pkg_dir=/tmp/tmp.74ai8h/root/opt/oxide/installinator |
2654 | 2024-04-03T04:45:50.865Z | + mkdir -p /tmp/tmp.74ai8h/root/opt/oxide/installinator |
2655 | 2024-04-03T04:45:50.865Z | + cd /tmp/tmp.74ai8h/root/opt/oxide/installinator |
2656 | 2024-04-03T04:45:50.865Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2657 | 2024-04-03T04:45:50.895Z | x ., 0 bytes, 0 tape blocks |
2658 | 2024-04-03T04:45:50.895Z | x installinator, 47305464 bytes, 92394 tape blocks |
2659 | 2024-04-03T04:45:50.895Z | x pkg, 0 bytes, 0 tape blocks |
2660 | 2024-04-03T04:45:50.895Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2661 | 2024-04-03T04:45:50.895Z | x VERSION, 25 bytes, 1 tape blocks |
2662 | 2024-04-03T04:45:50.900Z | + mkdir -p /tmp/tmp.74ai8h/root/lib/svc/manifest/site/ |
2663 | 2024-04-03T04:45:50.900Z | + mv pkg/manifest.xml /tmp/tmp.74ai8h/root/lib/svc/manifest/site/installinator.xml |
2664 | 2024-04-03T04:45:50.900Z | + cd - |
2665 | 2024-04-03T04:45:50.900Z | /work/oxidecomputer/omicron |
2666 | 2024-04-03T04:45:50.900Z | + pkg_dir=/tmp/tmp.74ai8h/root/opt/oxide/mg-ddm |
2667 | 2024-04-03T04:45:50.900Z | + mkdir -p /tmp/tmp.74ai8h/root/opt/oxide/mg-ddm |
2668 | 2024-04-03T04:45:50.904Z | + cd /tmp/tmp.74ai8h/root/opt/oxide/mg-ddm |
2669 | 2024-04-03T04:45:50.904Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2670 | 2024-04-03T04:45:50.956Z | x ., 0 bytes, 0 tape blocks |
2671 | 2024-04-03T04:45:50.956Z | x ddmadm, 26051952 bytes, 50883 tape blocks |
2672 | 2024-04-03T04:45:50.956Z | x ddmd, 49611120 bytes, 96897 tape blocks |
2673 | 2024-04-03T04:45:50.956Z | x pkg, 0 bytes, 0 tape blocks |
2674 | 2024-04-03T04:45:50.956Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2675 | 2024-04-03T04:45:50.956Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2676 | 2024-04-03T04:45:50.956Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2677 | 2024-04-03T04:45:50.957Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2678 | 2024-04-03T04:45:50.957Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2679 | 2024-04-03T04:45:50.957Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2680 | 2024-04-03T04:45:50.957Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2681 | 2024-04-03T04:45:50.957Z | x VERSION, 25 bytes, 1 tape blocks |
2682 | 2024-04-03T04:45:50.960Z | + cd - |
2683 | 2024-04-03T04:45:50.961Z | /work/oxidecomputer/omicron |
2684 | 2024-04-03T04:45:50.961Z | + cd /tmp/tmp.74ai8h |
2685 | 2024-04-03T04:45:50.961Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2686 | 2024-04-03T04:45:55.437Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2687 | 2024-04-03T04:45:55.437Z | a oxide.json 1K |
2688 | 2024-04-03T04:45:55.437Z | a root/ 0K |
2689 | 2024-04-03T04:45:55.437Z | a root/opt/ 0K |
2690 | 2024-04-03T04:45:55.437Z | a root/opt/oxide/ 0K |
2691 | 2024-04-03T04:45:55.437Z | a root/opt/oxide/installinator/ 0K |
2692 | 2024-04-03T04:45:55.437Z | a root/opt/oxide/installinator/installinator 46197K |
2693 | 2024-04-03T04:45:55.437Z | a root/opt/oxide/installinator/pkg/ 0K |
2694 | 2024-04-03T04:45:55.437Z | a root/opt/oxide/installinator/VERSION 1K |
2695 | 2024-04-03T04:45:55.437Z | a root/opt/oxide/mg-ddm/ 0K |
2696 | 2024-04-03T04:45:55.437Z | a root/opt/oxide/mg-ddm/ddmadm 25442K |
2697 | 2024-04-03T04:45:55.437Z | a root/opt/oxide/mg-ddm/ddmd 48449K |
2698 | 2024-04-03T04:45:55.437Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2699 | 2024-04-03T04:45:55.437Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2700 | 2024-04-03T04:45:55.437Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2701 | 2024-04-03T04:45:55.438Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2702 | 2024-04-03T04:45:55.438Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2703 | 2024-04-03T04:45:55.438Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2704 | 2024-04-03T04:45:55.438Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2705 | 2024-04-03T04:45:55.438Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2706 | 2024-04-03T04:45:55.438Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2707 | 2024-04-03T04:45:55.438Z | a root/lib/ 0K |
2708 | 2024-04-03T04:45:55.438Z | a root/lib/svc/ 0K |
2709 | 2024-04-03T04:45:55.438Z | a root/lib/svc/manifest/ 0K |
2710 | 2024-04-03T04:45:55.438Z | a root/lib/svc/manifest/site/ 0K |
2711 | 2024-04-03T04:45:55.438Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2712 | 2024-04-03T04:45:55.442Z | + cd / |
2713 | 2024-04-03T04:45:55.442Z | + rm -rf /tmp/tmp.74ai8h |
2714 | 2024-04-03T04:45:55.454Z | |
2715 | 2024-04-03T04:45:55.457Z | real 4.613655255 |
2716 | 2024-04-03T04:45:55.457Z | user 4.362454207 |
2717 | 2024-04-03T04:45:55.457Z | sys 0.265307301 |
2718 | 2024-04-03T04:45:55.457Z | trap 0.000762649 |
2719 | 2024-04-03T04:45:55.457Z | tflt 0.000000000 |
2720 | 2024-04-03T04:45:55.457Z | dflt 0.000000000 |
2721 | 2024-04-03T04:45:55.457Z | kflt 0.000000000 |
2722 | 2024-04-03T04:45:55.457Z | lock 0.000000000 |
2723 | 2024-04-03T04:45:55.457Z | slp 8.964876505 |
2724 | 2024-04-03T04:45:55.457Z | lat 0.098785148 |
2725 | 2024-04-03T04:45:55.457Z | stop 0.000194679 |
2726 | 2024-04-03T04:45:55.457Z | process exited: duration 1736541 ms, exit code 0 |
|
2727 | 2024-04-03T04:45:55.465Z | found 22 output files |
2728 | 2024-04-03T04:45:55.465Z | uploading: /work/version.txt (26 bytes) |
2729 | 2024-04-03T04:45:56.487Z | uploaded: /work/version.txt |
2730 | 2024-04-03T04:45:56.487Z | uploading: /work/package.tar.gz (85407833 bytes) |
2731 | 2024-04-03T04:46:21.698Z | uploaded: /work/package.tar.gz |
2732 | 2024-04-03T04:46:21.709Z | uploading: /work/global-zone-packages.tar.gz (125119128 bytes) |
2733 | 2024-04-03T04:47:04.419Z | uploaded: /work/global-zone-packages.tar.gz |
2734 | 2024-04-03T04:47:04.420Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38522144 bytes) |
2735 | 2024-04-03T04:47:20.668Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2736 | 2024-04-03T04:47:20.668Z | uploading: /work/zones/clickhouse.tar.gz (231185057 bytes) |
2737 | 2024-04-03T04:48:45.940Z | uploaded: /work/zones/clickhouse.tar.gz |
2738 | 2024-04-03T04:48:45.941Z | uploading: /work/zones/clickhouse_keeper.tar.gz (231174423 bytes) |
2739 | 2024-04-03T04:50:04.738Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2740 | 2024-04-03T04:50:04.738Z | uploading: /work/zones/cockroachdb.tar.gz (126683709 bytes) |
2741 | 2024-04-03T04:50:46.708Z | uploaded: /work/zones/cockroachdb.tar.gz |
2742 | 2024-04-03T04:50:46.708Z | uploading: /work/zones/crucible-pantry-zone.tar.gz (25315602 bytes) |
2743 | 2024-04-03T04:50:57.059Z | uploaded: /work/zones/crucible-pantry-zone.tar.gz |
2744 | 2024-04-03T04:50:57.059Z | uploading: /work/zones/crucible-zone.tar.gz (37018065 bytes) |
2745 | 2024-04-03T04:51:09.557Z | uploaded: /work/zones/crucible-zone.tar.gz |
2746 | 2024-04-03T04:51:09.557Z | uploading: /work/zones/external-dns.tar.gz (31060918 bytes) |
2747 | 2024-04-03T04:51:17.403Z | uploaded: /work/zones/external-dns.tar.gz |
2748 | 2024-04-03T04:51:17.411Z | uploading: /work/zones/internal-dns.tar.gz (31062105 bytes) |
2749 | 2024-04-03T04:51:24.386Z | uploaded: /work/zones/internal-dns.tar.gz |
2750 | 2024-04-03T04:51:24.386Z | uploading: /work/zones/nexus-single-sled.tar.gz (92033712 bytes) |
2751 | 2024-04-03T04:51:54.227Z | uploaded: /work/zones/nexus-single-sled.tar.gz |
2752 | 2024-04-03T04:51:54.227Z | uploading: /work/zones/nexus.tar.gz (92033687 bytes) |
2753 | 2024-04-03T04:52:24.500Z | uploaded: /work/zones/nexus.tar.gz |
2754 | 2024-04-03T04:52:24.500Z | uploading: /work/zones/ntp.tar.gz (10438874 bytes) |
2755 | 2024-04-03T04:52:29.604Z | uploaded: /work/zones/ntp.tar.gz |
2756 | 2024-04-03T04:52:29.605Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (16571436 bytes) |
2757 | 2024-04-03T04:52:36.012Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2758 | 2024-04-03T04:52:36.016Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (16571413 bytes) |
2759 | 2024-04-03T04:52:41.155Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2760 | 2024-04-03T04:52:41.155Z | uploading: /work/zones/overlay.tar.gz (2622 bytes) |
2761 | 2024-04-03T04:52:42.166Z | uploaded: /work/zones/overlay.tar.gz |
2762 | 2024-04-03T04:52:42.166Z | uploading: /work/zones/oximeter.tar.gz (50229073 bytes) |
2763 | 2024-04-03T04:52:57.725Z | uploaded: /work/zones/oximeter.tar.gz |
2764 | 2024-04-03T04:52:57.729Z | uploading: /work/zones/probe.tar.gz (2829470 bytes) |
2765 | 2024-04-03T04:52:59.247Z | uploaded: /work/zones/probe.tar.gz |
2766 | 2024-04-03T04:52:59.247Z | uploading: /work/zones/propolis-server.tar.gz (64067178 bytes) |
2767 | 2024-04-03T04:53:18.847Z | uploaded: /work/zones/propolis-server.tar.gz |
2768 | 2024-04-03T04:53:18.857Z | uploading: /work/zones/switch-asic.tar.gz (293034708 bytes) |
2769 | 2024-04-03T04:55:19.892Z | uploaded: /work/zones/switch-asic.tar.gz |
2770 | 2024-04-03T04:55:19.892Z | uploading: /work/zones/switch-softnpu.tar.gz (214631766 bytes) |
2771 | 2024-04-03T04:56:27.142Z | uploaded: /work/zones/switch-softnpu.tar.gz |