|
|
|
1 | 2024-11-18T21:35:34.814Z | job assigned to worker 01JD0K61Y62YGMZYKPY3HZQ542 [factory aws, i-0d37a438dc784a54e] (queued for 55 s) |
|
2 | 2024-11-18T21:35:42.961Z | starting task 0: "setup" |
3 | 2024-11-18T21:35:42.971Z | ++ uname -s |
4 | 2024-11-18T21:35:42.973Z | + kern=SunOS |
5 | 2024-11-18T21:35:42.973Z | + case "$kern" in |
6 | 2024-11-18T21:35:42.973Z | + groupadd -g 12345 build |
7 | 2024-11-18T21:35:42.979Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-18T21:35:44.981Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-18T21:35:45.068Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-18T21:35:45.071Z | + home_fs=zfs |
11 | 2024-11-18T21:35:45.071Z | + [[ zfs == autofs ]] |
12 | 2024-11-18T21:35:45.071Z | + mkdir -p /home/build |
13 | 2024-11-18T21:35:45.073Z | + chown build:build /home/build /work |
14 | 2024-11-18T21:35:47.075Z | + chmod 0700 /home/build /work |
15 | 2024-11-18T21:35:47.078Z | process exited: duration 4118 ms, exit code 0 |
|
16 | 2024-11-18T21:35:47.083Z | starting task 1: "rust-toolchain" |
17 | 2024-11-18T21:35:47.089Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-18T21:35:47.089Z | ' 1.81.0 |
19 | 2024-11-18T21:35:47.092Z | * toolchain channel = "1.81.0" |
20 | 2024-11-18T21:35:47.092Z | * toolchain profile = "default" |
21 | 2024-11-18T21:35:47.092Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-18T21:35:47.092Z | ' default |
23 | 2024-11-18T21:35:47.092Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-18T21:35:47.092Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-18T21:35:47.217Z | info: downloading installer |
26 | 2024-11-18T21:35:48.332Z | info: profile set to 'default' |
27 | 2024-11-18T21:35:48.332Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-18T21:35:48.334Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-18T21:35:48.486Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-18T21:35:48.486Z | info: downloading component 'cargo' |
31 | 2024-11-18T21:35:49.265Z | info: downloading component 'clippy' |
32 | 2024-11-18T21:35:49.553Z | info: downloading component 'rust-docs' |
33 | 2024-11-18T21:35:50.651Z | info: downloading component 'rust-std' |
34 | 2024-11-18T21:35:52.351Z | info: downloading component 'rustc' |
35 | 2024-11-18T21:35:58.426Z | info: downloading component 'rustfmt' |
36 | 2024-11-18T21:35:58.658Z | info: installing component 'cargo' |
37 | 2024-11-18T21:35:59.476Z | info: installing component 'clippy' |
38 | 2024-11-18T21:35:59.850Z | info: installing component 'rust-docs' |
39 | 2024-11-18T21:36:01.401Z | info: installing component 'rust-std' |
40 | 2024-11-18T21:36:03.247Z | info: installing component 'rustc' |
41 | 2024-11-18T21:36:08.956Z | info: installing component 'rustfmt' |
42 | 2024-11-18T21:36:09.274Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-18T21:36:09.274Z | |
44 | 2024-11-18T21:36:09.648Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-18T21:36:09.648Z | |
46 | 2024-11-18T21:36:09.651Z | |
47 | 2024-11-18T21:36:09.651Z | Rust is installed now. Great! |
48 | 2024-11-18T21:36:09.651Z | |
49 | 2024-11-18T21:36:09.651Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-18T21:36:09.651Z | environment variable. This has not been done automatically. |
51 | 2024-11-18T21:36:09.651Z | |
52 | 2024-11-18T21:36:09.651Z | To configure your current shell, you need to source |
53 | 2024-11-18T21:36:09.651Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-18T21:36:09.651Z | |
55 | 2024-11-18T21:36:09.651Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-18T21:36:09.651Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-18T21:36:09.651Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-18T21:36:09.726Z | + rustc --version |
59 | 2024-11-18T21:36:09.790Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-18T21:36:09.794Z | process exited: duration 22710 ms, exit code 0 |
|
61 | 2024-11-18T21:36:09.799Z | starting task 2: "authentication" |
62 | 2024-11-18T21:36:09.819Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-18T21:36:09.825Z | starting task 3: "clone repository" |
64 | 2024-11-18T21:36:09.829Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-18T21:36:09.832Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-18T21:36:09.868Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-18T21:36:17.444Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-18T21:36:17.444Z | + git fetch origin 27527e868cf2ba3514fd276422b641fc0d6051d6 |
69 | 2024-11-18T21:36:18.041Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-18T21:36:18.041Z | * branch 27527e868cf2ba3514fd276422b641fc0d6051d6 -> FETCH_HEAD |
71 | 2024-11-18T21:36:18.049Z | + [[ -n '' ]] |
72 | 2024-11-18T21:36:18.050Z | + git reset --hard 27527e868cf2ba3514fd276422b641fc0d6051d6 |
73 | 2024-11-18T21:36:18.220Z | HEAD is now at 27527e868 Merge branch 'main' into dataset_typed_uuid |
74 | 2024-11-18T21:36:18.223Z | process exited: duration 8397 ms, exit code 0 |
|
75 | 2024-11-18T21:36:18.233Z | starting task 4: "build" |
76 | 2024-11-18T21:36:18.238Z | + source .github/buildomat/ci-env.sh |
77 | 2024-11-18T21:36:18.241Z | ++ export CARGO_TERM_COLOR=always |
78 | 2024-11-18T21:36:18.241Z | ++ CARGO_TERM_COLOR=always |
79 | 2024-11-18T21:36:18.241Z | + cargo --version |
80 | 2024-11-18T21:36:18.295Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
81 | 2024-11-18T21:36:18.297Z | + rustc --version |
82 | 2024-11-18T21:36:18.357Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
83 | 2024-11-18T21:36:18.359Z | + WORK=/work |
84 | 2024-11-18T21:36:18.360Z | + pfexec mkdir -p /work |
85 | 2024-11-18T21:36:18.364Z | + pfexec chown build /work |
86 | 2024-11-18T21:36:18.366Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2024-11-18T21:36:25.083Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2024-11-18T21:36:28.543Z | Startup: Caching catalogs ... Done |
89 | 2024-11-18T21:36:37.049Z | Planning: Solver setup ... Done (7.603s) |
90 | 2024-11-18T21:36:37.160Z | Planning: Running solver ... Done (0.111s) |
91 | 2024-11-18T21:36:37.255Z | Planning: Finding local manifests ... Done (0.004s) |
92 | 2024-11-18T21:36:37.287Z | Planning: Fetching manifests: 0/5 0% complete |
93 | 2024-11-18T21:36:37.978Z | Planning: Fetching manifests: 5/5 100% complete |
94 | 2024-11-18T21:36:38.077Z | Planning: Package planning ... Done (0.099s) |
95 | 2024-11-18T21:36:38.134Z | Planning: Merging actions ... Done (0.056s) |
96 | 2024-11-18T21:36:38.328Z | Planning: Checking for conflicting actions ... Done (0.194s) |
97 | 2024-11-18T21:36:40.341Z | Planning: Consolidating action changes ... Done (2.012s) |
98 | 2024-11-18T21:36:40.766Z | Planning: Evaluating mediators ... Done (0.425s) |
99 | 2024-11-18T21:36:40.845Z | Planning: Planning completed in 12.21 seconds |
100 | 2024-11-18T21:36:40.861Z | Packages to install: 4 |
101 | 2024-11-18T21:36:40.861Z | Packages to update: 1 |
102 | 2024-11-18T21:36:40.864Z | Mediators to change: 2 |
103 | 2024-11-18T21:36:40.864Z | Services to change: 1 |
104 | 2024-11-18T21:36:40.864Z | Estimated space available: 155.64 GB |
105 | 2024-11-18T21:36:40.864Z | Estimated space to be consumed: 1.60 GB |
106 | 2024-11-18T21:36:40.864Z | Create boot environment: No |
107 | 2024-11-18T21:36:40.864Z | Create backup boot environment: Yes |
108 | 2024-11-18T21:36:40.864Z | Rebuild boot archive: No |
109 | 2024-11-18T21:36:40.864Z | |
110 | 2024-11-18T21:36:40.864Z | Changed mediators: |
111 | 2024-11-18T21:36:40.864Z | mediator clang: |
112 | 2024-11-18T21:36:40.864Z | version: None -> 15 (system default) |
113 | 2024-11-18T21:36:40.864Z | |
114 | 2024-11-18T21:36:40.864Z | mediator llvm: |
115 | 2024-11-18T21:36:40.864Z | version: 14 (system default) -> 15 (system default) |
116 | 2024-11-18T21:36:40.864Z | |
117 | 2024-11-18T21:36:40.864Z | Changed packages: |
118 | 2024-11-18T21:36:40.864Z | helios-dev |
119 | 2024-11-18T21:36:40.864Z | developer/build-essential |
120 | 2024-11-18T21:36:40.864Z | None -> 11-2.0 |
121 | 2024-11-18T21:36:40.864Z | library/libxmlsec1 |
122 | 2024-11-18T21:36:40.864Z | None -> 1.2.35-2.0 |
123 | 2024-11-18T21:36:40.864Z | ooce/developer/clang-15 |
124 | 2024-11-18T21:36:40.864Z | None -> 15.0.7-2.0 |
125 | 2024-11-18T21:36:40.864Z | ooce/developer/llvm-15 |
126 | 2024-11-18T21:36:40.864Z | None -> 15.0.7-2.0 |
127 | 2024-11-18T21:36:40.864Z | package/pkg |
128 | 2024-11-18T21:36:40.864Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
129 | 2024-11-18T21:36:40.864Z | |
130 | 2024-11-18T21:36:40.865Z | Services: |
131 | 2024-11-18T21:36:40.865Z | restart_fmri: |
132 | 2024-11-18T21:36:40.865Z | svc:/system/update-man-index:default |
133 | 2024-11-18T21:36:40.865Z | |
134 | 2024-11-18T21:36:40.865Z | Editable files to change: |
135 | 2024-11-18T21:36:40.865Z | Update: |
136 | 2024-11-18T21:36:40.865Z | usr/share/lib/pkg/web/config.shtml |
137 | 2024-11-18T21:36:41.105Z | |
138 | 2024-11-18T21:36:41.105Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
139 | 2024-11-18T21:36:48.460Z | Download: 212/4281 items 1.3/220.6MB 0% complete (418k/s) |
140 | 2024-11-18T21:36:53.770Z | Download: 213/4281 items 1.3/220.6MB 0% complete (405k/s) |
141 | 2024-11-18T21:36:58.773Z | Download: 708/4281 items 18.2/220.6MB 8% complete (3.0M/s) |
142 | 2024-11-18T21:37:03.782Z | Download: 1078/4281 items 19.7/220.6MB 8% complete (1.9M/s) |
143 | 2024-11-18T21:37:14.914Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (6.5M/s) |
144 | 2024-11-18T21:37:19.918Z | Download: 1491/4281 items 116.8/220.6MB 52% complete (7.2M/s) |
145 | 2024-11-18T21:37:24.964Z | Download: 1920/4281 items 118.6/220.6MB 53% complete (3.6M/s) |
146 | 2024-11-18T21:37:30.224Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (1.8M/s) |
147 | 2024-11-18T21:37:45.777Z | Download: 2224/4281 items 119.2/220.6MB 54% complete |
148 | 2024-11-18T21:37:50.775Z | Download: 2813/4281 items 121.0/220.6MB 54% complete (370k/s) |
149 | 2024-11-18T21:37:57.013Z | Download: 3287/4281 items 212.6/220.6MB 96% complete (10.2M/s) |
150 | 2024-11-18T21:38:02.024Z | Download: 4201/4281 items 220.5/220.6MB 99% complete (9.8M/s) |
151 | 2024-11-18T21:38:03.694Z | Download: Completed 220.60 MB in 82.59 seconds (2.7M/s) |
152 | 2024-11-18T21:38:05.767Z | Actions: 1/5063 actions (Removing old actions) |
153 | 2024-11-18T21:38:05.788Z | Actions: 194/5063 actions (Installing new actions) |
154 | 2024-11-18T21:38:10.476Z | Actions: 4226/5063 actions (Updating modified actions) |
155 | 2024-11-18T21:38:10.796Z | Actions: Completed 5063 actions in 5.03 seconds. |
156 | 2024-11-18T21:38:11.012Z | Done (0.208s) |
157 | 2024-11-18T21:38:11.015Z | Done (0.000s) |
158 | 2024-11-18T21:38:11.547Z | Done (0.533s) |
159 | 2024-11-18T21:38:16.021Z | Done (4.257s) |
160 | 2024-11-18T21:38:16.109Z | Done (0.018s) |
161 | 2024-11-18T21:38:16.112Z | Done (0.000s) |
162 | 2024-11-18T21:38:16.265Z | Done (0.000s) |
163 | 2024-11-18T21:38:16.940Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-11-18T21:38:17.103Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-11-18T21:38:17.106Z | Planning: Consolidating action changes ... Done |
166 | 2024-11-18T21:38:17.377Z | Planning: Evaluating mediators ... Done |
167 | 2024-11-18T21:38:17.380Z | Planning: Planning completed in 0.44 seconds |
168 | 2024-11-18T21:38:17.418Z | Mediators to change: 2 |
169 | 2024-11-18T21:38:17.420Z | Create boot environment: No |
170 | 2024-11-18T21:38:17.421Z | Create backup boot environment: No |
171 | 2024-11-18T21:38:17.505Z | Done |
172 | 2024-11-18T21:38:17.505Z | Done |
173 | 2024-11-18T21:38:17.844Z | Done |
174 | 2024-11-18T21:38:21.384Z | Done |
175 | 2024-11-18T21:38:21.496Z | Done |
176 | 2024-11-18T21:38:21.498Z | Done |
177 | 2024-11-18T21:38:21.605Z | Done |
178 | 2024-11-18T21:38:22.208Z | Planning: Evaluating mediator changes ... Done |
179 | 2024-11-18T21:38:22.210Z | Planning: Merging actions ... Done |
180 | 2024-11-18T21:38:22.399Z | Planning: Checking for conflicting actions ... Done |
181 | 2024-11-18T21:38:22.401Z | Planning: Consolidating action changes ... Done |
182 | 2024-11-18T21:38:22.666Z | Planning: Evaluating mediators ... Done |
183 | 2024-11-18T21:38:22.722Z | Planning: Planning completed in 0.75 seconds |
184 | 2024-11-18T21:38:22.761Z | Packages to change: 1 |
185 | 2024-11-18T21:38:22.762Z | Mediators to change: 1 |
186 | 2024-11-18T21:38:22.764Z | Services to change: 1 |
187 | 2024-11-18T21:38:22.764Z | Create boot environment: No |
188 | 2024-11-18T21:38:22.764Z | Create backup boot environment: Yes |
189 | 2024-11-18T21:38:24.946Z | Actions: 1/6 actions (Updating modified actions) |
190 | 2024-11-18T21:38:24.949Z | Actions: Completed 6 actions in 0.00 seconds. |
191 | 2024-11-18T21:38:24.949Z | Done |
192 | 2024-11-18T21:38:24.949Z | Done |
193 | 2024-11-18T21:38:25.056Z | Done |
194 | 2024-11-18T21:38:28.665Z | Done |
195 | 2024-11-18T21:38:28.756Z | Done |
196 | 2024-11-18T21:38:28.759Z | Done |
197 | 2024-11-18T21:38:28.868Z | Done |
198 | 2024-11-18T21:38:29.301Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
199 | 2024-11-18T21:38:29.301Z | clang system 15 system |
200 | 2024-11-18T21:38:29.301Z | csh system system illumos |
201 | 2024-11-18T21:38:29.301Z | ctags system system illumos |
202 | 2024-11-18T21:38:29.301Z | gcc vendor 12 vendor |
203 | 2024-11-18T21:38:29.301Z | gcc system 10 system |
204 | 2024-11-18T21:38:29.301Z | gcc system 7 system |
205 | 2024-11-18T21:38:29.301Z | go system 1.20 system |
206 | 2024-11-18T21:38:29.301Z | go system 1.19 system |
207 | 2024-11-18T21:38:29.301Z | llvm system 15 system |
208 | 2024-11-18T21:38:29.301Z | llvm system 14 system |
209 | 2024-11-18T21:38:29.301Z | mariadb system 10.6 system |
210 | 2024-11-18T21:38:29.302Z | mta vendor vendor dma |
211 | 2024-11-18T21:38:29.302Z | openjdk system 17 system |
212 | 2024-11-18T21:38:29.302Z | openjdk system 11 system |
213 | 2024-11-18T21:38:29.302Z | openjdk system 1.8 system |
214 | 2024-11-18T21:38:29.302Z | openssl vendor 3 vendor |
215 | 2024-11-18T21:38:29.302Z | perl system 5.36 system |
216 | 2024-11-18T21:38:29.302Z | postgresql system 15 system |
217 | 2024-11-18T21:38:29.302Z | postgresql system 13 system |
218 | 2024-11-18T21:38:29.302Z | python vendor 3 vendor |
219 | 2024-11-18T21:38:29.302Z | python system 2 system |
220 | 2024-11-18T21:38:29.302Z | python3 system 3.11 system |
221 | 2024-11-18T21:38:29.302Z | ruby system 3.0 system |
222 | 2024-11-18T21:38:29.302Z | words vendor vendor american-english |
223 | 2024-11-18T21:38:29.302Z | words system system australian-english |
224 | 2024-11-18T21:38:29.302Z | words system system british-english |
225 | 2024-11-18T21:38:29.302Z | words system system canadian-english |
226 | 2024-11-18T21:38:29.302Z | words system system french |
227 | 2024-11-18T21:38:29.302Z | words system system italian |
228 | 2024-11-18T21:38:29.302Z | words system system ngerman |
229 | 2024-11-18T21:38:29.302Z | words system system ogerman |
230 | 2024-11-18T21:38:29.302Z | words system system spanish |
231 | 2024-11-18T21:38:29.631Z | PUBLISHER TYPE STATUS P LOCATION |
232 | 2024-11-18T21:38:29.632Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
233 | 2024-11-18T21:38:32.163Z | FMRI IFO |
234 | 2024-11-18T21:38:32.163Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
235 | 2024-11-18T21:38:32.163Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
236 | 2024-11-18T21:38:32.163Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
237 | 2024-11-18T21:38:32.163Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
238 | 2024-11-18T21:38:32.163Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
239 | 2024-11-18T21:38:32.163Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
240 | 2024-11-18T21:38:32.163Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
241 | 2024-11-18T21:38:32.163Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
242 | 2024-11-18T21:38:32.163Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
243 | 2024-11-18T21:38:32.163Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
244 | 2024-11-18T21:38:32.163Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
245 | 2024-11-18T21:38:32.163Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
246 | 2024-11-18T21:38:32.163Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
247 | 2024-11-18T21:38:32.163Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
248 | 2024-11-18T21:38:32.163Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
249 | 2024-11-18T21:38:32.888Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
250 | 2024-11-18T21:38:34.739Z | Updating crates.io index |
251 | 2024-11-18T21:38:34.800Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
252 | 2024-11-18T21:38:35.525Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
253 | 2024-11-18T21:38:35.872Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
254 | 2024-11-18T21:38:36.112Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
255 | 2024-11-18T21:38:36.390Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
256 | 2024-11-18T21:38:37.214Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
257 | 2024-11-18T21:38:39.711Z | Updating git repository `https://github.com/oxidecomputer/opte` |
258 | 2024-11-18T21:38:40.803Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
259 | 2024-11-18T21:38:41.494Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
260 | 2024-11-18T21:38:41.781Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
261 | 2024-11-18T21:38:42.121Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
262 | 2024-11-18T21:38:42.652Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
263 | 2024-11-18T21:38:43.092Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
264 | 2024-11-18T21:38:43.427Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
265 | 2024-11-18T21:38:43.687Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
266 | 2024-11-18T21:38:43.969Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
267 | 2024-11-18T21:38:44.214Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
268 | 2024-11-18T21:38:44.620Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
269 | 2024-11-18T21:38:44.911Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
270 | 2024-11-18T21:38:45.283Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
271 | 2024-11-18T21:38:45.556Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
272 | 2024-11-18T21:38:46.137Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
273 | 2024-11-18T21:38:46.468Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
274 | 2024-11-18T21:38:47.008Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
275 | 2024-11-18T21:38:47.343Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
276 | 2024-11-18T21:38:47.664Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
277 | 2024-11-18T21:38:47.914Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
278 | 2024-11-18T21:38:49.462Z | Downloading crates ... |
279 | 2024-11-18T21:38:49.520Z | Downloaded anstyle v1.0.10 |
280 | 2024-11-18T21:38:49.528Z | Downloaded zerocopy-derive v0.7.35 |
281 | 2024-11-18T21:38:49.568Z | Downloaded anstyle-parse v0.2.5 |
282 | 2024-11-18T21:38:49.579Z | Downloaded camino-tempfile v1.1.1 |
283 | 2024-11-18T21:38:49.581Z | Downloaded anyhow v1.0.93 |
284 | 2024-11-18T21:38:49.585Z | Downloaded anstream v0.6.15 |
285 | 2024-11-18T21:38:49.587Z | Downloaded camino v1.1.9 |
286 | 2024-11-18T21:38:49.591Z | Downloaded block-buffer v0.10.4 |
287 | 2024-11-18T21:38:49.594Z | Downloaded byteorder v1.5.0 |
288 | 2024-11-18T21:38:49.596Z | Downloaded bytecount v0.6.8 |
289 | 2024-11-18T21:38:49.596Z | Downloaded anstyle-query v1.1.1 |
290 | 2024-11-18T21:38:49.599Z | Downloaded bitflags v2.6.0 |
291 | 2024-11-18T21:38:49.602Z | Downloaded autocfg v1.4.0 |
292 | 2024-11-18T21:38:49.615Z | Downloaded goblin v0.8.2 |
293 | 2024-11-18T21:38:49.621Z | Downloaded cfg-if v1.0.0 |
294 | 2024-11-18T21:38:49.624Z | Downloaded equivalent v1.0.1 |
295 | 2024-11-18T21:38:49.628Z | Downloaded cpufeatures v0.2.14 |
296 | 2024-11-18T21:38:49.631Z | Downloaded errno v0.3.9 |
297 | 2024-11-18T21:38:49.633Z | Downloaded cargo-platform v0.1.8 |
298 | 2024-11-18T21:38:49.637Z | Downloaded fastrand v2.1.1 |
299 | 2024-11-18T21:38:49.640Z | Downloaded heck v0.5.0 |
300 | 2024-11-18T21:38:49.640Z | Downloaded clap v4.5.21 |
301 | 2024-11-18T21:38:49.648Z | Downloaded fnv v1.0.7 |
302 | 2024-11-18T21:38:49.650Z | Downloaded clap_builder v4.5.21 |
303 | 2024-11-18T21:38:49.656Z | Downloaded scroll_derive v0.12.0 |
304 | 2024-11-18T21:38:49.658Z | Downloaded colorchoice v1.0.2 |
305 | 2024-11-18T21:38:49.658Z | Downloaded dtrace-parser v0.2.0 |
306 | 2024-11-18T21:38:49.661Z | Downloaded crypto-common v0.1.6 |
307 | 2024-11-18T21:38:49.661Z | Downloaded cargo_toml v0.20.5 |
308 | 2024-11-18T21:38:49.661Z | Downloaded cargo_metadata v0.18.1 |
309 | 2024-11-18T21:38:49.663Z | Downloaded digest v0.10.7 |
310 | 2024-11-18T21:38:49.666Z | Downloaded clap_lex v0.7.2 |
311 | 2024-11-18T21:38:49.668Z | Downloaded clap_derive v4.5.18 |
312 | 2024-11-18T21:38:49.668Z | Downloaded pretty-hex v0.4.1 |
313 | 2024-11-18T21:38:49.671Z | Downloaded generic-array v0.14.7 |
314 | 2024-11-18T21:38:49.674Z | Downloaded itoa v1.0.11 |
315 | 2024-11-18T21:38:49.676Z | Downloaded fs-err v2.11.0 |
316 | 2024-11-18T21:38:49.676Z | Downloaded dof v0.3.0 |
317 | 2024-11-18T21:38:49.679Z | Downloaded hashbrown v0.15.0 |
318 | 2024-11-18T21:38:49.685Z | Downloaded swrite v0.1.0 |
319 | 2024-11-18T21:38:49.687Z | Downloaded usdt-macro v0.5.0 |
320 | 2024-11-18T21:38:49.687Z | Downloaded smawk v0.3.2 |
321 | 2024-11-18T21:38:49.690Z | Downloaded plain v0.2.3 |
322 | 2024-11-18T21:38:49.690Z | Downloaded usdt-attr-macro v0.5.0 |
323 | 2024-11-18T21:38:49.693Z | Downloaded heck v0.4.1 |
324 | 2024-11-18T21:38:49.696Z | Downloaded serde_spanned v0.6.8 |
325 | 2024-11-18T21:38:49.699Z | Downloaded is_terminal_polyfill v1.70.1 |
326 | 2024-11-18T21:38:49.702Z | Downloaded scroll v0.12.0 |
327 | 2024-11-18T21:38:49.704Z | Downloaded utf8parse v0.2.2 |
328 | 2024-11-18T21:38:49.704Z | Downloaded thiserror-impl v1.0.69 |
329 | 2024-11-18T21:38:49.704Z | Downloaded thiserror v1.0.69 |
330 | 2024-11-18T21:38:49.709Z | Downloaded toml_datetime v0.6.8 |
331 | 2024-11-18T21:38:49.711Z | Downloaded sha2 v0.10.8 |
332 | 2024-11-18T21:38:49.714Z | Downloaded proc-macro-error v1.0.4 |
333 | 2024-11-18T21:38:49.717Z | Downloaded version_check v0.9.5 |
334 | 2024-11-18T21:38:49.719Z | Downloaded unicode-linebreak v0.1.5 |
335 | 2024-11-18T21:38:49.719Z | Downloaded pest_derive v2.7.14 |
336 | 2024-11-18T21:38:49.722Z | Downloaded terminal_size v0.4.0 |
337 | 2024-11-18T21:38:49.722Z | Downloaded strsim v0.11.1 |
338 | 2024-11-18T21:38:49.725Z | Downloaded quote v1.0.37 |
339 | 2024-11-18T21:38:49.727Z | Downloaded usdt-impl v0.5.0 |
340 | 2024-11-18T21:38:49.727Z | Downloaded semver v1.0.23 |
341 | 2024-11-18T21:38:49.730Z | Downloaded usdt v0.5.0 |
342 | 2024-11-18T21:38:49.730Z | Downloaded serde_tokenstream v0.2.2 |
343 | 2024-11-18T21:38:49.732Z | Downloaded once_cell v1.20.2 |
344 | 2024-11-18T21:38:49.735Z | Downloaded thread-id v4.2.2 |
345 | 2024-11-18T21:38:49.735Z | Downloaded tabled_derive v0.7.0 |
346 | 2024-11-18T21:38:49.735Z | Downloaded ryu v1.0.18 |
347 | 2024-11-18T21:38:49.738Z | Downloaded unicode-ident v1.0.13 |
348 | 2024-11-18T21:38:49.740Z | Downloaded typenum v1.17.0 |
349 | 2024-11-18T21:38:49.743Z | Downloaded log v0.4.22 |
350 | 2024-11-18T21:38:49.745Z | Downloaded pest_meta v2.7.14 |
351 | 2024-11-18T21:38:49.748Z | Downloaded pest_generator v2.7.14 |
352 | 2024-11-18T21:38:49.750Z | Downloaded proc-macro-error-attr v1.0.4 |
353 | 2024-11-18T21:38:49.750Z | Downloaded memmap v0.7.0 |
354 | 2024-11-18T21:38:49.750Z | Downloaded macaddr v1.0.1 |
355 | 2024-11-18T21:38:49.753Z | Downloaded toml v0.8.19 |
356 | 2024-11-18T21:38:49.755Z | Downloaded serde_derive v1.0.215 |
357 | 2024-11-18T21:38:49.758Z | Downloaded ucd-trie v0.1.7 |
358 | 2024-11-18T21:38:49.760Z | Downloaded tempfile v3.13.0 |
359 | 2024-11-18T21:38:49.763Z | Downloaded textwrap v0.16.1 |
360 | 2024-11-18T21:38:49.766Z | Downloaded papergrid v0.11.0 |
361 | 2024-11-18T21:38:49.773Z | Downloaded proc-macro2 v1.0.89 |
362 | 2024-11-18T21:38:49.775Z | Downloaded serde v1.0.215 |
363 | 2024-11-18T21:38:49.779Z | Downloaded indexmap v2.6.0 |
364 | 2024-11-18T21:38:49.783Z | Downloaded memchr v2.7.4 |
365 | 2024-11-18T21:38:49.794Z | Downloaded toml_edit v0.22.22 |
366 | 2024-11-18T21:38:49.824Z | Downloaded pest v2.7.14 |
367 | 2024-11-18T21:38:49.830Z | Downloaded serde_json v1.0.132 |
368 | 2024-11-18T21:38:49.838Z | Downloaded zerocopy v0.7.35 |
369 | 2024-11-18T21:38:49.853Z | Downloaded winnow v0.6.20 |
370 | 2024-11-18T21:38:49.861Z | Downloaded tabled v0.15.0 |
371 | 2024-11-18T21:38:49.889Z | Downloaded syn v1.0.109 |
372 | 2024-11-18T21:38:49.899Z | Downloaded unicode-width v0.1.14 |
373 | 2024-11-18T21:38:49.904Z | Downloaded syn v2.0.87 |
374 | 2024-11-18T21:38:49.914Z | Downloaded rustix v0.38.37 |
375 | 2024-11-18T21:38:49.943Z | Downloaded libc v0.2.162 |
376 | 2024-11-18T21:38:50.250Z | Compiling proc-macro2 v1.0.89 |
377 | 2024-11-18T21:38:50.250Z | Compiling unicode-ident v1.0.13 |
378 | 2024-11-18T21:38:50.250Z | Compiling version_check v0.9.5 |
379 | 2024-11-18T21:38:50.253Z | Compiling serde v1.0.215 |
380 | 2024-11-18T21:38:50.253Z | Compiling memchr v2.7.4 |
381 | 2024-11-18T21:38:50.253Z | Compiling thiserror v1.0.69 |
382 | 2024-11-18T21:38:50.253Z | Compiling libc v0.2.162 |
383 | 2024-11-18T21:38:50.284Z | Compiling ryu v1.0.18 |
384 | 2024-11-18T21:38:50.513Z | Compiling ucd-trie v0.1.7 |
385 | 2024-11-18T21:38:50.687Z | Compiling itoa v1.0.11 |
386 | 2024-11-18T21:38:51.059Z | Compiling once_cell v1.20.2 |
387 | 2024-11-18T21:38:51.131Z | Compiling byteorder v1.5.0 |
388 | 2024-11-18T21:38:51.131Z | Compiling rustix v0.38.37 |
389 | 2024-11-18T21:38:51.310Z | Compiling serde_json v1.0.132 |
390 | 2024-11-18T21:38:51.500Z | Compiling bitflags v2.6.0 |
391 | 2024-11-18T21:38:51.669Z | Compiling usdt-impl v0.5.0 |
392 | 2024-11-18T21:38:51.954Z | Compiling proc-macro-error-attr v1.0.4 |
393 | 2024-11-18T21:38:51.979Z | Compiling syn v1.0.109 |
394 | 2024-11-18T21:38:52.029Z | Compiling proc-macro-error v1.0.4 |
395 | 2024-11-18T21:38:52.073Z | Compiling plain v0.2.3 |
396 | 2024-11-18T21:38:52.170Z | Compiling quote v1.0.37 |
397 | 2024-11-18T21:38:52.236Z | Compiling log v0.4.22 |
398 | 2024-11-18T21:38:52.280Z | Compiling equivalent v1.0.1 |
399 | 2024-11-18T21:38:52.332Z | Compiling utf8parse v0.2.2 |
400 | 2024-11-18T21:38:52.413Z | Compiling hashbrown v0.15.0 |
401 | 2024-11-18T21:38:52.497Z | Compiling errno v0.3.9 |
402 | 2024-11-18T21:38:52.640Z | Compiling syn v2.0.87 |
403 | 2024-11-18T21:38:52.772Z | Compiling camino v1.1.9 |
404 | 2024-11-18T21:38:52.904Z | Compiling anstyle-parse v0.2.5 |
405 | 2024-11-18T21:38:53.183Z | Compiling thread-id v4.2.2 |
406 | 2024-11-18T21:38:53.396Z | Compiling winnow v0.6.20 |
407 | 2024-11-18T21:38:53.495Z | Compiling is_terminal_polyfill v1.70.1 |
408 | 2024-11-18T21:38:53.641Z | Compiling indexmap v2.6.0 |
409 | 2024-11-18T21:38:53.641Z | Compiling colorchoice v1.0.2 |
410 | 2024-11-18T21:38:53.702Z | Compiling anstyle-query v1.1.1 |
411 | 2024-11-18T21:38:53.905Z | Compiling anstyle v1.0.10 |
412 | 2024-11-18T21:38:53.908Z | Compiling pretty-hex v0.4.1 |
413 | 2024-11-18T21:38:53.956Z | Compiling autocfg v1.4.0 |
414 | 2024-11-18T21:38:54.171Z | Compiling semver v1.0.23 |
415 | 2024-11-18T21:38:54.396Z | Compiling unicode-width v0.1.14 |
416 | 2024-11-18T21:38:54.816Z | Compiling anstream v0.6.15 |
417 | 2024-11-18T21:38:55.134Z | Compiling terminal_size v0.4.0 |
418 | 2024-11-18T21:38:55.159Z | Compiling fs-err v2.11.0 |
419 | 2024-11-18T21:38:55.284Z | Compiling fnv v1.0.7 |
420 | 2024-11-18T21:38:55.337Z | Compiling heck v0.4.1 |
421 | 2024-11-18T21:38:55.437Z | Compiling bytecount v0.6.8 |
422 | 2024-11-18T21:38:55.463Z | Compiling fastrand v2.1.1 |
423 | 2024-11-18T21:38:55.738Z | Compiling heck v0.5.0 |
424 | 2024-11-18T21:38:55.858Z | Compiling strsim v0.11.1 |
425 | 2024-11-18T21:38:56.018Z | Compiling anyhow v1.0.93 |
426 | 2024-11-18T21:38:56.108Z | Compiling clap_lex v0.7.2 |
427 | 2024-11-18T21:38:56.260Z | Compiling cfg-if v1.0.0 |
428 | 2024-11-18T21:38:56.311Z | Compiling papergrid v0.11.0 |
429 | 2024-11-18T21:38:56.373Z | Compiling tempfile v3.13.0 |
430 | 2024-11-18T21:38:56.679Z | Compiling clap_builder v4.5.21 |
431 | 2024-11-18T21:38:56.949Z | Compiling memmap v0.7.0 |
432 | 2024-11-18T21:38:57.041Z | Compiling unicode-linebreak v0.1.5 |
433 | 2024-11-18T21:38:57.279Z | Compiling smawk v0.3.2 |
434 | 2024-11-18T21:38:57.494Z | Compiling textwrap v0.16.1 |
435 | 2024-11-18T21:38:57.557Z | Compiling swrite v0.1.0 |
436 | 2024-11-18T21:38:58.617Z | Compiling tabled_derive v0.7.0 |
437 | 2024-11-18T21:39:00.201Z | Compiling tabled v0.15.0 |
438 | 2024-11-18T21:39:01.788Z | Compiling serde_derive v1.0.215 |
439 | 2024-11-18T21:39:01.788Z | Compiling thiserror-impl v1.0.69 |
440 | 2024-11-18T21:39:01.791Z | Compiling zerocopy-derive v0.7.35 |
441 | 2024-11-18T21:39:01.895Z | Compiling scroll_derive v0.12.0 |
442 | 2024-11-18T21:39:01.956Z | Compiling clap_derive v4.5.18 |
443 | 2024-11-18T21:39:03.237Z | Compiling scroll v0.12.0 |
444 | 2024-11-18T21:39:03.768Z | Compiling zerocopy v0.7.35 |
445 | 2024-11-18T21:39:03.821Z | Compiling goblin v0.8.2 |
446 | 2024-11-18T21:39:04.866Z | Compiling pest v2.7.14 |
447 | 2024-11-18T21:39:05.911Z | Compiling clap v4.5.21 |
448 | 2024-11-18T21:39:07.066Z | Compiling pest_meta v2.7.14 |
449 | 2024-11-18T21:39:07.937Z | Compiling pest_generator v2.7.14 |
450 | 2024-11-18T21:39:09.728Z | Compiling pest_derive v2.7.14 |
451 | 2024-11-18T21:39:10.458Z | Compiling dtrace-parser v0.2.0 |
452 | 2024-11-18T21:39:11.880Z | Compiling serde_spanned v0.6.8 |
453 | 2024-11-18T21:39:11.880Z | Compiling toml_datetime v0.6.8 |
454 | 2024-11-18T21:39:11.883Z | Compiling cargo-platform v0.1.8 |
455 | 2024-11-18T21:39:12.264Z | Compiling serde_tokenstream v0.2.2 |
456 | 2024-11-18T21:39:12.361Z | Compiling toml_edit v0.22.22 |
457 | 2024-11-18T21:39:12.440Z | Compiling macaddr v1.0.1 |
458 | 2024-11-18T21:39:12.636Z | Compiling camino-tempfile v1.1.1 |
459 | 2024-11-18T21:39:13.408Z | Compiling dof v0.3.0 |
460 | 2024-11-18T21:39:13.408Z | Compiling cargo_metadata v0.18.1 |
461 | 2024-11-18T21:39:15.149Z | Compiling toml v0.8.19 |
462 | 2024-11-18T21:39:15.396Z | Compiling usdt-macro v0.5.0 |
463 | 2024-11-18T21:39:15.421Z | Compiling usdt-attr-macro v0.5.0 |
464 | 2024-11-18T21:39:15.994Z | Compiling cargo_toml v0.20.5 |
465 | 2024-11-18T21:39:16.773Z | Compiling usdt v0.5.0 |
466 | 2024-11-18T21:39:19.526Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
467 | 2024-11-18T21:39:23.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.00s |
468 | 2024-11-18T21:39:23.930Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
469 | 2024-11-18T21:39:24.455Z | Downloading crates ... |
470 | 2024-11-18T21:39:24.609Z | Downloaded darling v0.20.10 |
471 | 2024-11-18T21:39:24.630Z | Downloaded itertools v0.13.0 |
472 | 2024-11-18T21:39:24.638Z | Downloaded aes v0.8.4 |
473 | 2024-11-18T21:39:24.642Z | Downloaded headers-core v0.3.0 |
474 | 2024-11-18T21:39:24.644Z | Downloaded addr2line v0.24.2 |
475 | 2024-11-18T21:39:24.647Z | Downloaded aead v0.5.2 |
476 | 2024-11-18T21:39:24.647Z | Downloaded adler2 v2.0.0 |
477 | 2024-11-18T21:39:24.650Z | Downloaded idna v0.5.0 |
478 | 2024-11-18T21:39:24.658Z | Downloaded backtrace v0.3.74 |
479 | 2024-11-18T21:39:24.663Z | Downloaded heapless v0.7.17 |
480 | 2024-11-18T21:39:24.667Z | Downloaded heapless v0.8.0 |
481 | 2024-11-18T21:39:24.671Z | Downloaded async-stream v0.3.6 |
482 | 2024-11-18T21:39:24.674Z | Downloaded async-bb8-diesel v0.2.1 |
483 | 2024-11-18T21:39:24.676Z | Downloaded ahash v0.8.11 |
484 | 2024-11-18T21:39:24.679Z | Downloaded array-init v0.0.4 |
485 | 2024-11-18T21:39:24.681Z | Downloaded allocator-api2 v0.2.18 |
486 | 2024-11-18T21:39:24.686Z | Downloaded atomicwrites v0.4.4 |
487 | 2024-11-18T21:39:24.688Z | Downloaded atomic-waker v1.1.2 |
488 | 2024-11-18T21:39:24.688Z | Downloaded aes-gcm v0.10.3 |
489 | 2024-11-18T21:39:24.691Z | Downloaded hostname v0.4.0 |
490 | 2024-11-18T21:39:24.693Z | Downloaded hex-literal v0.4.1 |
491 | 2024-11-18T21:39:24.693Z | Downloaded hostname v0.3.1 |
492 | 2024-11-18T21:39:24.696Z | Downloaded atty v0.2.14 |
493 | 2024-11-18T21:39:24.699Z | Downloaded hex v0.4.3 |
494 | 2024-11-18T21:39:24.699Z | Downloaded async-stream-impl v0.3.6 |
495 | 2024-11-18T21:39:24.701Z | Downloaded aho-corasick v1.1.3 |
496 | 2024-11-18T21:39:24.706Z | Downloaded ciborium-io v0.2.2 |
497 | 2024-11-18T21:39:24.709Z | Downloaded async-trait v0.1.83 |
498 | 2024-11-18T21:39:24.712Z | Downloaded cmake v0.1.51 |
499 | 2024-11-18T21:39:24.714Z | Downloaded assert_matches v1.5.0 |
500 | 2024-11-18T21:39:24.717Z | Downloaded arrayref v0.3.9 |
501 | 2024-11-18T21:39:24.717Z | Downloaded async-recursion v1.1.1 |
502 | 2024-11-18T21:39:24.720Z | Downloaded cobs v0.2.3 |
503 | 2024-11-18T21:39:24.723Z | Downloaded home v0.5.9 |
504 | 2024-11-18T21:39:24.725Z | Downloaded hickory-client v0.24.1 |
505 | 2024-11-18T21:39:24.728Z | Downloaded crucible-workspace-hack v0.1.0 |
506 | 2024-11-18T21:39:24.728Z | Downloaded cfg_aliases v0.2.1 |
507 | 2024-11-18T21:39:24.728Z | Downloaded bitflags v1.3.2 |
508 | 2024-11-18T21:39:24.731Z | Downloaded http-body v1.0.1 |
509 | 2024-11-18T21:39:24.733Z | Downloaded colored v2.1.0 |
510 | 2024-11-18T21:39:24.736Z | Downloaded const_format_proc_macros v0.2.33 |
511 | 2024-11-18T21:39:24.738Z | Downloaded chrono-tz-build v0.4.0 |
512 | 2024-11-18T21:39:24.738Z | Downloaded ciborium-ll v0.2.2 |
513 | 2024-11-18T21:39:24.741Z | Downloaded bit-set v0.5.3 |
514 | 2024-11-18T21:39:24.741Z | Downloaded http-range v0.1.5 |
515 | 2024-11-18T21:39:24.743Z | Downloaded hubpack_derive v0.1.1 |
516 | 2024-11-18T21:39:24.744Z | Downloaded hickory-server v0.24.1 |
517 | 2024-11-18T21:39:24.748Z | Downloaded crunchy v0.2.2 |
518 | 2024-11-18T21:39:24.750Z | Downloaded cstr-argument v0.1.2 |
519 | 2024-11-18T21:39:24.750Z | Downloaded bcrypt-pbkdf v0.10.0 |
520 | 2024-11-18T21:39:24.753Z | Downloaded icu_provider_macros v1.5.0 |
521 | 2024-11-18T21:39:24.755Z | Downloaded hubpack v0.1.2 |
522 | 2024-11-18T21:39:24.755Z | Downloaded crc-catalog v2.4.0 |
523 | 2024-11-18T21:39:24.758Z | Downloaded bit-vec v0.6.3 |
524 | 2024-11-18T21:39:24.758Z | Downloaded bcs v0.1.6 |
525 | 2024-11-18T21:39:24.760Z | Downloaded argon2 v0.5.3 |
526 | 2024-11-18T21:39:24.763Z | Downloaded http-body-util v0.1.2 |
527 | 2024-11-18T21:39:24.766Z | Downloaded rpassword v7.3.1 |
528 | 2024-11-18T21:39:24.766Z | Downloaded backoff v0.4.0 |
529 | 2024-11-18T21:39:24.769Z | Downloaded ascii-canvas v3.0.0 |
530 | 2024-11-18T21:39:24.769Z | Downloaded arrayvec v0.7.6 |
531 | 2024-11-18T21:39:24.771Z | Downloaded cipher v0.4.4 |
532 | 2024-11-18T21:39:24.774Z | Downloaded ident_case v1.0.1 |
533 | 2024-11-18T21:39:24.774Z | Downloaded bitfield-struct v0.6.2 |
534 | 2024-11-18T21:39:24.776Z | Downloaded bitfield v0.14.0 |
535 | 2024-11-18T21:39:24.776Z | Downloaded crossbeam-deque v0.8.5 |
536 | 2024-11-18T21:39:24.779Z | Downloaded buf-list v1.0.3 |
537 | 2024-11-18T21:39:24.781Z | Downloaded blowfish v0.9.1 |
538 | 2024-11-18T21:39:24.784Z | Downloaded matches v0.1.10 |
539 | 2024-11-18T21:39:24.784Z | Downloaded match_cfg v0.1.0 |
540 | 2024-11-18T21:39:24.787Z | Downloaded chacha20 v0.9.1 |
541 | 2024-11-18T21:39:24.787Z | Downloaded cfg_aliases v0.1.1 |
542 | 2024-11-18T21:39:24.790Z | Downloaded block-padding v0.3.3 |
543 | 2024-11-18T21:39:24.792Z | Downloaded cbc v0.1.2 |
544 | 2024-11-18T21:39:24.795Z | Downloaded humantime v2.1.0 |
545 | 2024-11-18T21:39:24.795Z | Downloaded crc v3.2.1 |
546 | 2024-11-18T21:39:24.797Z | Downloaded clang-sys v1.8.1 |
547 | 2024-11-18T21:39:24.800Z | Downloaded curve25519-dalek-derive v0.1.1 |
548 | 2024-11-18T21:39:24.802Z | Downloaded const-oid v0.9.6 |
549 | 2024-11-18T21:39:24.805Z | Downloaded is_ci v1.2.0 |
550 | 2024-11-18T21:39:24.805Z | Downloaded ctr v0.9.2 |
551 | 2024-11-18T21:39:24.807Z | Downloaded convert_case v0.4.0 |
552 | 2024-11-18T21:39:24.810Z | Downloaded instant v0.1.13 |
553 | 2024-11-18T21:39:24.810Z | Downloaded instability v0.3.2 |
554 | 2024-11-18T21:39:24.812Z | Downloaded base64ct v1.6.0 |
555 | 2024-11-18T21:39:24.815Z | Downloaded memoffset v0.9.1 |
556 | 2024-11-18T21:39:24.815Z | Downloaded quinn-udp v0.5.5 |
557 | 2024-11-18T21:39:24.817Z | Downloaded base16ct v0.2.0 |
558 | 2024-11-18T21:39:24.819Z | Downloaded lru v0.12.5 |
559 | 2024-11-18T21:39:24.820Z | Downloaded rfc6979 v0.4.0 |
560 | 2024-11-18T21:39:24.822Z | Downloaded rustls-pemfile v1.0.4 |
561 | 2024-11-18T21:39:24.825Z | Downloaded tower-service v0.3.3 |
562 | 2024-11-18T21:39:24.825Z | Downloaded serde_path_to_error v0.1.16 |
563 | 2024-11-18T21:39:24.827Z | Downloaded highway v1.2.0 |
564 | 2024-11-18T21:39:24.829Z | Downloaded zerofrom v0.1.4 |
565 | 2024-11-18T21:39:24.829Z | Downloaded sha1 v0.10.6 |
566 | 2024-11-18T21:39:24.832Z | Downloaded bb8 v0.8.5 |
567 | 2024-11-18T21:39:24.832Z | Downloaded console v0.15.8 |
568 | 2024-11-18T21:39:24.834Z | Downloaded ssh-cipher v0.2.0 |
569 | 2024-11-18T21:39:24.837Z | Downloaded blake2 v0.10.6 |
570 | 2024-11-18T21:39:24.840Z | Downloaded idna_adapter v1.2.0 |
571 | 2024-11-18T21:39:24.840Z | Downloaded iana-time-zone v0.1.61 |
572 | 2024-11-18T21:39:24.842Z | Downloaded ciborium v0.2.2 |
573 | 2024-11-18T21:39:24.845Z | Downloaded lazycell v1.3.0 |
574 | 2024-11-18T21:39:24.847Z | Downloaded bzip2 v0.4.4 |
575 | 2024-11-18T21:39:24.847Z | Downloaded is-terminal v0.4.13 |
576 | 2024-11-18T21:39:24.850Z | Downloaded cassowary v0.3.0 |
577 | 2024-11-18T21:39:24.850Z | Downloaded inout v0.1.3 |
578 | 2024-11-18T21:39:24.853Z | Downloaded strip-ansi-escapes v0.2.0 |
579 | 2024-11-18T21:39:24.853Z | Downloaded structmeta v0.2.0 |
580 | 2024-11-18T21:39:24.855Z | Downloaded linked-hash-map v0.5.6 |
581 | 2024-11-18T21:39:24.856Z | Downloaded icu_locid_transform v1.5.0 |
582 | 2024-11-18T21:39:24.858Z | Downloaded heck v0.3.3 |
583 | 2024-11-18T21:39:24.861Z | Downloaded lazy_static v1.5.0 |
584 | 2024-11-18T21:39:24.864Z | Downloaded lalrpop-util v0.19.12 |
585 | 2024-11-18T21:39:24.864Z | Downloaded libefi-sys v0.1.0 |
586 | 2024-11-18T21:39:24.864Z | Downloaded tinystr v0.7.6 |
587 | 2024-11-18T21:39:24.866Z | Downloaded mime v0.3.17 |
588 | 2024-11-18T21:39:24.869Z | Downloaded md-5 v0.10.6 |
589 | 2024-11-18T21:39:24.869Z | Downloaded maplit v1.0.2 |
590 | 2024-11-18T21:39:24.871Z | Downloaded lru-cache v0.1.2 |
591 | 2024-11-18T21:39:24.871Z | Downloaded shell-words v1.1.0 |
592 | 2024-11-18T21:39:24.873Z | Downloaded maybe-uninit v2.0.0 |
593 | 2024-11-18T21:39:24.874Z | Downloaded libsw v3.3.1 |
594 | 2024-11-18T21:39:24.876Z | Downloaded foreign-types-shared v0.3.1 |
595 | 2024-11-18T21:39:24.876Z | Downloaded impl-trait-for-tuples v0.2.2 |
596 | 2024-11-18T21:39:24.878Z | Downloaded normalize-line-endings v0.3.0 |
597 | 2024-11-18T21:39:24.881Z | Downloaded unicode-xid v0.2.6 |
598 | 2024-11-18T21:39:24.881Z | Downloaded termcolor v1.4.1 |
599 | 2024-11-18T21:39:24.884Z | Downloaded supports-color v3.0.1 |
600 | 2024-11-18T21:39:24.887Z | Downloaded unicase v2.7.0 |
601 | 2024-11-18T21:39:24.887Z | Downloaded which v4.4.2 |
602 | 2024-11-18T21:39:24.889Z | Downloaded unicode-truncate v1.1.0 |
603 | 2024-11-18T21:39:24.889Z | Downloaded linear-map v1.2.0 |
604 | 2024-11-18T21:39:24.892Z | Downloaded kstat-rs v0.2.4 |
605 | 2024-11-18T21:39:24.892Z | Downloaded cookie v0.18.1 |
606 | 2024-11-18T21:39:24.895Z | Downloaded internet-checksum v0.2.1 |
607 | 2024-11-18T21:39:24.897Z | Downloaded ipnet v2.10.1 |
608 | 2024-11-18T21:39:24.899Z | Downloaded crossbeam-epoch v0.9.18 |
609 | 2024-11-18T21:39:24.902Z | Downloaded crc-any v2.5.0 |
610 | 2024-11-18T21:39:24.911Z | Downloaded arc-swap v1.7.1 |
611 | 2024-11-18T21:39:24.911Z | Downloaded fallible-streaming-iterator v0.1.9 |
612 | 2024-11-18T21:39:24.911Z | Downloaded base64 v0.13.1 |
613 | 2024-11-18T21:39:24.911Z | Downloaded precomputed-hash v0.1.1 |
614 | 2024-11-18T21:39:24.911Z | Downloaded slog-bunyan v2.5.0 |
615 | 2024-11-18T21:39:24.915Z | Downloaded slog-async v2.8.0 |
616 | 2024-11-18T21:39:24.915Z | Downloaded chacha20poly1305 v0.10.1 |
617 | 2024-11-18T21:39:24.919Z | Downloaded spin v0.5.2 |
618 | 2024-11-18T21:39:24.919Z | Downloaded ena v0.14.3 |
619 | 2024-11-18T21:39:24.921Z | Downloaded term v0.7.0 |
620 | 2024-11-18T21:39:24.924Z | Downloaded opaque-debug v0.3.1 |
621 | 2024-11-18T21:39:24.924Z | Downloaded tiny-keccak v2.0.2 |
622 | 2024-11-18T21:39:24.926Z | Downloaded phf_shared v0.10.0 |
623 | 2024-11-18T21:39:24.929Z | Downloaded wait-timeout v0.2.0 |
624 | 2024-11-18T21:39:24.929Z | Downloaded managed v0.8.0 |
625 | 2024-11-18T21:39:24.931Z | Downloaded litemap v0.7.3 |
626 | 2024-11-18T21:39:24.934Z | Downloaded ghash v0.5.1 |
627 | 2024-11-18T21:39:24.934Z | Downloaded float-cmp v0.9.0 |
628 | 2024-11-18T21:39:24.936Z | Downloaded path-slash v0.1.5 |
629 | 2024-11-18T21:39:24.936Z | Downloaded num v0.4.3 |
630 | 2024-11-18T21:39:24.939Z | Downloaded mime_guess v2.0.5 |
631 | 2024-11-18T21:39:24.939Z | Downloaded icu_normalizer_data v1.5.0 |
632 | 2024-11-18T21:39:24.941Z | Downloaded olpc-cjson v0.1.4 |
633 | 2024-11-18T21:39:24.944Z | Downloaded icu_locid_transform_data v1.5.0 |
634 | 2024-11-18T21:39:24.944Z | Downloaded uzers v0.12.1 |
635 | 2024-11-18T21:39:24.946Z | Downloaded slog v2.7.0 |
636 | 2024-11-18T21:39:24.948Z | Downloaded hickory-proto v0.24.1 |
637 | 2024-11-18T21:39:24.963Z | Downloaded write16 v1.0.0 |
638 | 2024-11-18T21:39:24.966Z | Downloaded serde-big-array v0.5.1 |
639 | 2024-11-18T21:39:24.969Z | Downloaded hyper-util v0.1.10 |
640 | 2024-11-18T21:39:24.972Z | Downloaded rustls-pemfile v2.2.0 |
641 | 2024-11-18T21:39:24.974Z | Downloaded foreign-types v0.3.2 |
642 | 2024-11-18T21:39:24.974Z | Downloaded rand_xorshift v0.3.0 |
643 | 2024-11-18T21:39:24.976Z | Downloaded ppv-lite86 v0.2.20 |
644 | 2024-11-18T21:39:24.976Z | Downloaded futures-executor v0.3.31 |
645 | 2024-11-18T21:39:24.979Z | Downloaded rand_seeder v0.3.0 |
646 | 2024-11-18T21:39:24.981Z | Downloaded scopeguard v1.2.0 |
647 | 2024-11-18T21:39:24.981Z | Downloaded rustversion v1.0.17 |
648 | 2024-11-18T21:39:24.984Z | Downloaded rand_core v0.6.4 |
649 | 2024-11-18T21:39:24.986Z | Downloaded tokio-stream v0.1.16 |
650 | 2024-11-18T21:39:24.989Z | Downloaded darling_macro v0.20.10 |
651 | 2024-11-18T21:39:24.991Z | Downloaded zone_cfg_derive v0.3.0 |
652 | 2024-11-18T21:39:24.991Z | Downloaded zone_cfg_derive v0.1.2 |
653 | 2024-11-18T21:39:24.991Z | Downloaded tinyvec v1.8.0 |
654 | 2024-11-18T21:39:25.004Z | Downloaded num-conv v0.1.0 |
655 | 2024-11-18T21:39:25.006Z | Downloaded new_debug_unreachable v1.0.6 |
656 | 2024-11-18T21:39:25.006Z | Downloaded yasna v0.5.2 |
657 | 2024-11-18T21:39:25.009Z | Downloaded icu_properties v1.5.1 |
658 | 2024-11-18T21:39:25.011Z | Downloaded nu-ansi-term v0.50.1 |
659 | 2024-11-18T21:39:25.014Z | Downloaded whoami v1.5.2 |
660 | 2024-11-18T21:39:25.016Z | Downloaded tls_codec v0.4.1 |
661 | 2024-11-18T21:39:25.018Z | Downloaded thiserror-no-std v2.0.2 |
662 | 2024-11-18T21:39:25.022Z | Downloaded derive-where v1.2.7 |
663 | 2024-11-18T21:39:25.025Z | Downloaded base64 v0.21.7 |
664 | 2024-11-18T21:39:25.029Z | Downloaded predicates-core v1.0.8 |
665 | 2024-11-18T21:39:25.031Z | Downloaded wyz v0.5.1 |
666 | 2024-11-18T21:39:25.032Z | Downloaded writeable v0.5.5 |
667 | 2024-11-18T21:39:25.034Z | Downloaded ff v0.13.0 |
668 | 2024-11-18T21:39:25.037Z | Downloaded sqlparser_derive v0.2.2 |
669 | 2024-11-18T21:39:25.037Z | Downloaded fragile v2.0.0 |
670 | 2024-11-18T21:39:25.040Z | Downloaded pretty-hex v0.2.1 |
671 | 2024-11-18T21:39:25.040Z | Downloaded serde-hex v0.1.0 |
672 | 2024-11-18T21:39:25.042Z | Downloaded termtree v0.4.1 |
673 | 2024-11-18T21:39:25.042Z | Downloaded smf v0.2.3 |
674 | 2024-11-18T21:39:25.047Z | Downloaded rustc-demangle v0.1.24 |
675 | 2024-11-18T21:39:25.049Z | Downloaded semver v0.1.20 |
676 | 2024-11-18T21:39:25.049Z | Downloaded sec1 v0.7.3 |
677 | 2024-11-18T21:39:25.049Z | Downloaded stringprep v0.1.5 |
678 | 2024-11-18T21:39:25.052Z | Downloaded string_cache v0.8.7 |
679 | 2024-11-18T21:39:25.052Z | Downloaded static_assertions v1.1.0 |
680 | 2024-11-18T21:39:25.054Z | Downloaded publicsuffix v2.2.3 |
681 | 2024-11-18T21:39:25.057Z | Downloaded utf8_iter v1.0.4 |
682 | 2024-11-18T21:39:25.059Z | Downloaded unarray v0.1.4 |
683 | 2024-11-18T21:39:25.061Z | Downloaded strum v0.26.3 |
684 | 2024-11-18T21:39:25.063Z | Downloaded either v1.13.0 |
685 | 2024-11-18T21:39:25.063Z | Downloaded display-error-chain v0.2.2 |
686 | 2024-11-18T21:39:25.063Z | Downloaded try-lock v0.2.5 |
687 | 2024-11-18T21:39:25.066Z | Downloaded tokio-rustls v0.26.0 |
688 | 2024-11-18T21:39:25.066Z | Downloaded tokio-rustls v0.24.1 |
689 | 2024-11-18T21:39:25.069Z | Downloaded zone v0.3.0 |
690 | 2024-11-18T21:39:25.071Z | Downloaded funty v2.0.0 |
691 | 2024-11-18T21:39:25.071Z | Downloaded base64 v0.22.1 |
692 | 2024-11-18T21:39:25.074Z | Downloaded zone v0.1.8 |
693 | 2024-11-18T21:39:25.076Z | Downloaded toml v0.7.8 |
694 | 2024-11-18T21:39:25.078Z | Downloaded fxhash v0.2.1 |
695 | 2024-11-18T21:39:25.081Z | Downloaded zopfli v0.8.1 |
696 | 2024-11-18T21:39:25.083Z | Downloaded typify-macro v0.2.0 |
697 | 2024-11-18T21:39:25.083Z | Downloaded pem v3.0.4 |
698 | 2024-11-18T21:39:25.086Z | Downloaded powerfmt v0.2.0 |
699 | 2024-11-18T21:39:25.086Z | Downloaded tokio-rustls v0.25.0 |
700 | 2024-11-18T21:39:25.088Z | Downloaded mockall_derive v0.13.0 |
701 | 2024-11-18T21:39:25.091Z | Downloaded serde_derive_internals v0.29.1 |
702 | 2024-11-18T21:39:25.093Z | Downloaded fs_extra v1.3.0 |
703 | 2024-11-18T21:39:25.096Z | Downloaded oso-derive v0.27.3 |
704 | 2024-11-18T21:39:25.096Z | Downloaded tls_codec_derive v0.4.1 |
705 | 2024-11-18T21:39:25.099Z | Downloaded smallvec v0.6.14 |
706 | 2024-11-18T21:39:25.099Z | Downloaded prettyplease v0.2.25 |
707 | 2024-11-18T21:39:25.101Z | Downloaded russh-keys v0.45.0 |
708 | 2024-11-18T21:39:25.104Z | Downloaded miniz_oxide v0.8.0 |
709 | 2024-11-18T21:39:25.106Z | Downloaded rsa v0.9.6 |
710 | 2024-11-18T21:39:25.111Z | Downloaded endian-type v0.1.2 |
711 | 2024-11-18T21:39:25.113Z | Downloaded salsa20 v0.10.2 |
712 | 2024-11-18T21:39:25.113Z | Downloaded num_enum v0.5.11 |
713 | 2024-11-18T21:39:25.117Z | Downloaded tracing v0.1.40 |
714 | 2024-11-18T21:39:25.122Z | Downloaded mirai-annotations v1.12.0 |
715 | 2024-11-18T21:39:25.126Z | Downloaded filetime v0.2.25 |
716 | 2024-11-18T21:39:25.126Z | Downloaded tui-tree-widget v0.22.0 |
717 | 2024-11-18T21:39:25.128Z | Downloaded sigpipe v0.1.3 |
718 | 2024-11-18T21:39:25.128Z | Downloaded topological-sort v0.2.2 |
719 | 2024-11-18T21:39:25.131Z | Downloaded diesel-dtrace v0.3.0 |
720 | 2024-11-18T21:39:25.131Z | Downloaded parse-size v1.1.0 |
721 | 2024-11-18T21:39:25.133Z | Downloaded strum_macros v0.24.3 |
722 | 2024-11-18T21:39:25.133Z | Downloaded icu_normalizer v1.5.0 |
723 | 2024-11-18T21:39:25.136Z | Downloaded yoke-derive v0.7.4 |
724 | 2024-11-18T21:39:25.139Z | Downloaded signal-hook-mio v0.2.4 |
725 | 2024-11-18T21:39:25.141Z | Downloaded parking_lot v0.11.2 |
726 | 2024-11-18T21:39:25.143Z | Downloaded futures-channel v0.3.31 |
727 | 2024-11-18T21:39:25.146Z | Downloaded gethostname v0.5.0 |
728 | 2024-11-18T21:39:25.146Z | Downloaded dhcproto-macros v0.1.0 |
729 | 2024-11-18T21:39:25.146Z | Downloaded predicates v3.1.2 |
730 | 2024-11-18T21:39:25.148Z | Downloaded postgres-types v0.2.8 |
731 | 2024-11-18T21:39:25.151Z | Downloaded foreign-types-shared v0.1.1 |
732 | 2024-11-18T21:39:25.154Z | Downloaded foreign-types-macros v0.2.3 |
733 | 2024-11-18T21:39:25.154Z | Downloaded termios v0.3.3 |
734 | 2024-11-18T21:39:25.157Z | Downloaded native-tls v0.2.12 |
735 | 2024-11-18T21:39:25.157Z | Downloaded slog-term v2.9.1 |
736 | 2024-11-18T21:39:25.159Z | Downloaded nanorand v0.7.0 |
737 | 2024-11-18T21:39:25.162Z | Downloaded untrusted v0.7.1 |
738 | 2024-11-18T21:39:25.165Z | Downloaded indicatif v0.17.9 |
739 | 2024-11-18T21:39:25.167Z | Downloaded darling_core v0.20.10 |
740 | 2024-11-18T21:39:25.171Z | Downloaded diesel_table_macro_syntax v0.2.0 |
741 | 2024-11-18T21:39:25.174Z | Downloaded rustfmt-wrapper v0.2.1 |
742 | 2024-11-18T21:39:25.174Z | Downloaded fixedbitset v0.4.2 |
743 | 2024-11-18T21:39:25.176Z | Downloaded debug-ignore v1.0.5 |
744 | 2024-11-18T21:39:25.176Z | Downloaded zeroize_derive v1.4.2 |
745 | 2024-11-18T21:39:25.179Z | Downloaded embedded-io v0.4.0 |
746 | 2024-11-18T21:39:25.182Z | Downloaded pin-project-internal v1.1.6 |
747 | 2024-11-18T21:39:25.182Z | Downloaded futures-sink v0.3.31 |
748 | 2024-11-18T21:39:25.184Z | Downloaded crossterm v0.28.1 |
749 | 2024-11-18T21:39:25.189Z | Downloaded slog-scope v4.4.0 |
750 | 2024-11-18T21:39:25.191Z | Downloaded multimap v0.10.0 |
751 | 2024-11-18T21:39:25.194Z | Downloaded slog-json v2.6.1 |
752 | 2024-11-18T21:39:25.194Z | Downloaded slog-envlogger v2.2.0 |
753 | 2024-11-18T21:39:25.196Z | Downloaded mockall v0.13.0 |
754 | 2024-11-18T21:39:25.199Z | Downloaded fd-lock v4.0.2 |
755 | 2024-11-18T21:39:25.201Z | Downloaded pin-project-lite v0.2.14 |
756 | 2024-11-18T21:39:25.205Z | Downloaded hashlink v0.9.1 |
757 | 2024-11-18T21:39:25.210Z | Downloaded parking_lot_core v0.8.6 |
758 | 2024-11-18T21:39:25.212Z | Downloaded headers v0.4.0 |
759 | 2024-11-18T21:39:25.215Z | Downloaded form_urlencoded v1.2.1 |
760 | 2024-11-18T21:39:25.215Z | Downloaded owo-colors v4.1.0 |
761 | 2024-11-18T21:39:25.217Z | Downloaded ron v0.7.1 |
762 | 2024-11-18T21:39:25.222Z | Downloaded num-bigint v0.4.6 |
763 | 2024-11-18T21:39:25.227Z | Downloaded tungstenite v0.23.0 |
764 | 2024-11-18T21:39:25.232Z | Downloaded tracing-attributes v0.1.27 |
765 | 2024-11-18T21:39:25.234Z | Downloaded untrusted v0.9.0 |
766 | 2024-11-18T21:39:25.237Z | Downloaded thiserror-impl-no-std v2.0.2 |
767 | 2024-11-18T21:39:25.237Z | Downloaded slog-stdlog v4.1.1 |
768 | 2024-11-18T21:39:25.240Z | Downloaded russh-cryptovec v0.7.3 |
769 | 2024-11-18T21:39:25.240Z | Downloaded progenitor-client v0.8.0 |
770 | 2024-11-18T21:39:25.240Z | Downloaded defmt v0.3.8 |
771 | 2024-11-18T21:39:25.243Z | Downloaded sqlformat v0.2.6 |
772 | 2024-11-18T21:39:25.245Z | Downloaded strum_macros v0.25.3 |
773 | 2024-11-18T21:39:25.248Z | Downloaded structmeta-derive v0.3.0 |
774 | 2024-11-18T21:39:25.250Z | Downloaded parking_lot v0.12.3 |
775 | 2024-11-18T21:39:25.252Z | Downloaded dhcproto v0.12.0 |
776 | 2024-11-18T21:39:25.255Z | Downloaded peg-runtime v0.8.3 |
777 | 2024-11-18T21:39:25.255Z | Downloaded dirs-next v2.0.0 |
778 | 2024-11-18T21:39:25.257Z | Downloaded difflib v0.4.0 |
779 | 2024-11-18T21:39:25.257Z | Downloaded hashbrown v0.12.3 |
780 | 2024-11-18T21:39:25.261Z | Downloaded tokio-native-tls v0.3.1 |
781 | 2024-11-18T21:39:25.264Z | Downloaded num-integer v0.1.46 |
782 | 2024-11-18T21:39:25.266Z | Downloaded quinn v0.11.5 |
783 | 2024-11-18T21:39:25.269Z | Downloaded num-iter v0.1.45 |
784 | 2024-11-18T21:39:25.272Z | Downloaded quick-error v1.2.3 |
785 | 2024-11-18T21:39:25.272Z | Downloaded parse-display-derive v0.10.0 |
786 | 2024-11-18T21:39:25.274Z | Downloaded nodrop v0.1.14 |
787 | 2024-11-18T21:39:25.274Z | Downloaded sync-ptr v0.1.1 |
788 | 2024-11-18T21:39:25.276Z | Downloaded dyn-clone v1.0.17 |
789 | 2024-11-18T21:39:25.277Z | Downloaded des v0.8.1 |
790 | 2024-11-18T21:39:25.279Z | Downloaded parse-display v0.10.0 |
791 | 2024-11-18T21:39:25.282Z | Downloaded futures v0.3.31 |
792 | 2024-11-18T21:39:25.285Z | Downloaded siphasher v0.3.11 |
793 | 2024-11-18T21:39:25.287Z | Downloaded resolv-conf v0.7.0 |
794 | 2024-11-18T21:39:25.289Z | Downloaded num-derive v0.4.2 |
795 | 2024-11-18T21:39:25.292Z | Downloaded smallvec v1.13.2 |
796 | 2024-11-18T21:39:25.294Z | Downloaded downcast v0.11.0 |
797 | 2024-11-18T21:39:25.294Z | Downloaded zip v2.1.3 |
798 | 2024-11-18T21:39:25.299Z | Downloaded derive_builder_macro v0.20.2 |
799 | 2024-11-18T21:39:25.301Z | Downloaded pkcs8 v0.10.2 |
800 | 2024-11-18T21:39:25.304Z | Downloaded sync_wrapper v1.0.1 |
801 | 2024-11-18T21:39:25.304Z | Downloaded openssl-probe v0.1.5 |
802 | 2024-11-18T21:39:25.307Z | Downloaded pkcs1 v0.7.5 |
803 | 2024-11-18T21:39:25.309Z | Downloaded tracing-core v0.1.32 |
804 | 2024-11-18T21:39:25.312Z | Downloaded rustc_version v0.4.1 |
805 | 2024-11-18T21:39:25.314Z | Downloaded zerofrom-derive v0.1.4 |
806 | 2024-11-18T21:39:25.314Z | Downloaded signal-hook v0.3.17 |
807 | 2024-11-18T21:39:25.316Z | Downloaded utf-8 v0.7.6 |
808 | 2024-11-18T21:39:25.319Z | Downloaded test-strategy v0.3.1 |
809 | 2024-11-18T21:39:25.321Z | Downloaded universal-hash v0.5.1 |
810 | 2024-11-18T21:39:25.321Z | Downloaded fallible-iterator v0.2.0 |
811 | 2024-11-18T21:39:25.324Z | Downloaded scheduled-thread-pool v0.2.7 |
812 | 2024-11-18T21:39:25.327Z | Downloaded structmeta v0.3.0 |
813 | 2024-11-18T21:39:25.327Z | Downloaded ssh-encoding v0.2.0 |
814 | 2024-11-18T21:39:25.329Z | Downloaded structmeta-derive v0.2.0 |
815 | 2024-11-18T21:39:25.329Z | Downloaded enum-as-inner v0.6.1 |
816 | 2024-11-18T21:39:25.332Z | Downloaded ron v0.8.1 |
817 | 2024-11-18T21:39:25.335Z | Downloaded percent-encoding v2.3.1 |
818 | 2024-11-18T21:39:25.338Z | Downloaded derive_builder_core v0.20.2 |
819 | 2024-11-18T21:39:25.340Z | Downloaded ecdsa v0.16.9 |
820 | 2024-11-18T21:39:25.343Z | Downloaded flate2 v1.0.34 |
821 | 2024-11-18T21:39:25.347Z | Downloaded newline-converter v0.3.0 |
822 | 2024-11-18T21:39:25.349Z | Downloaded itertools v0.10.5 |
823 | 2024-11-18T21:39:25.355Z | Downloaded psl-types v2.0.11 |
824 | 2024-11-18T21:39:25.357Z | Downloaded pkg-config v0.3.31 |
825 | 2024-11-18T21:39:25.359Z | Downloaded pkcs5 v0.7.1 |
826 | 2024-11-18T21:39:25.362Z | Downloaded num_threads v0.1.7 |
827 | 2024-11-18T21:39:25.364Z | Downloaded tungstenite v0.24.0 |
828 | 2024-11-18T21:39:25.367Z | Downloaded tungstenite v0.21.0 |
829 | 2024-11-18T21:39:25.369Z | Downloaded rustc-hash v1.1.0 |
830 | 2024-11-18T21:39:25.372Z | Downloaded num-rational v0.4.2 |
831 | 2024-11-18T21:39:25.374Z | Downloaded peg v0.8.4 |
832 | 2024-11-18T21:39:25.376Z | Downloaded dsl_auto_type v0.1.2 |
833 | 2024-11-18T21:39:25.379Z | Downloaded displaydoc v0.2.5 |
834 | 2024-11-18T21:39:25.381Z | Downloaded tar v0.4.43 |
835 | 2024-11-18T21:39:25.384Z | Downloaded want v0.3.1 |
836 | 2024-11-18T21:39:25.386Z | Downloaded value-bag v1.9.0 |
837 | 2024-11-18T21:39:25.389Z | Downloaded hyper v1.5.0 |
838 | 2024-11-18T21:39:25.393Z | Downloaded waitgroup v0.1.2 |
839 | 2024-11-18T21:39:25.806Z | Downloaded vte_generate_state_changes v0.1.2 |
840 | 2024-11-18T21:39:25.806Z | Downloaded openssl-sys v0.9.104 |
841 | 2024-11-18T21:39:25.806Z | Downloaded toolchain_find v0.4.0 |
842 | 2024-11-18T21:39:25.806Z | Downloaded futures-task v0.3.31 |
843 | 2024-11-18T21:39:25.806Z | Downloaded walkdir v2.5.0 |
844 | 2024-11-18T21:39:25.806Z | Downloaded pem-rfc7468 v0.7.0 |
845 | 2024-11-18T21:39:25.806Z | Downloaded ssh-key v0.6.6 |
846 | 2024-11-18T21:39:25.806Z | Downloaded take_mut v0.2.2 |
847 | 2024-11-18T21:39:25.806Z | Downloaded float-ord v0.3.2 |
848 | 2024-11-18T21:39:25.806Z | Downloaded same-file v1.0.6 |
849 | 2024-11-18T21:39:25.806Z | Downloaded number_prefix v0.4.0 |
850 | 2024-11-18T21:39:25.806Z | Downloaded rayon-core v1.12.1 |
851 | 2024-11-18T21:39:25.806Z | Downloaded defmt-parser v0.3.4 |
852 | 2024-11-18T21:39:25.806Z | Downloaded time-core v0.1.2 |
853 | 2024-11-18T21:39:25.806Z | Downloaded newtype-uuid v1.1.3 |
854 | 2024-11-18T21:39:25.806Z | Downloaded signal-hook-tokio v0.3.1 |
855 | 2024-11-18T21:39:25.806Z | Downloaded similar v2.6.0 |
856 | 2024-11-18T21:39:25.806Z | Downloaded hash32 v0.3.1 |
857 | 2024-11-18T21:39:25.807Z | Downloaded progenitor-macro v0.8.0 |
858 | 2024-11-18T21:39:25.807Z | Downloaded schemars v0.8.21 |
859 | 2024-11-18T21:39:25.807Z | Downloaded openssl-macros v0.1.1 |
860 | 2024-11-18T21:39:25.807Z | Downloaded radium v0.7.0 |
861 | 2024-11-18T21:39:25.807Z | Downloaded idna v1.0.3 |
862 | 2024-11-18T21:39:25.807Z | Downloaded serde_repr v0.1.19 |
863 | 2024-11-18T21:39:25.807Z | Downloaded serde_plain v1.0.2 |
864 | 2024-11-18T21:39:25.807Z | Downloaded schemars_derive v0.8.21 |
865 | 2024-11-18T21:39:25.807Z | Downloaded ref-cast-impl v1.0.23 |
866 | 2024-11-18T21:39:25.808Z | Downloaded hkdf v0.12.4 |
867 | 2024-11-18T21:39:25.808Z | Downloaded ref-cast v1.0.23 |
868 | 2024-11-18T21:39:25.808Z | Downloaded elliptic-curve v0.13.8 |
869 | 2024-11-18T21:39:25.808Z | Downloaded xattr v1.3.1 |
870 | 2024-11-18T21:39:25.808Z | Downloaded tabwriter v1.4.0 |
871 | 2024-11-18T21:39:25.808Z | Downloaded synstructure v0.13.1 |
872 | 2024-11-18T21:39:25.808Z | Downloaded peg-macros v0.8.4 |
873 | 2024-11-18T21:39:25.808Z | Downloaded steno v0.4.1 |
874 | 2024-11-18T21:39:25.809Z | Downloaded serde_urlencoded v0.7.1 |
875 | 2024-11-18T21:39:25.809Z | Downloaded glob v0.3.1 |
876 | 2024-11-18T21:39:25.809Z | Downloaded foldhash v0.1.3 |
877 | 2024-11-18T21:39:25.809Z | Downloaded flagset v0.4.6 |
878 | 2024-11-18T21:39:25.809Z | Downloaded polyval v0.6.2 |
879 | 2024-11-18T21:39:25.809Z | Downloaded paste v1.0.15 |
880 | 2024-11-18T21:39:25.809Z | Downloaded newtype_derive v0.1.6 |
881 | 2024-11-18T21:39:25.809Z | Downloaded aws-lc-rs v1.10.0 |
882 | 2024-11-18T21:39:25.809Z | Downloaded dunce v1.0.5 |
883 | 2024-11-18T21:39:25.809Z | Downloaded bindgen v0.69.5 |
884 | 2024-11-18T21:39:25.809Z | Downloaded toml_edit v0.19.15 |
885 | 2024-11-18T21:39:25.809Z | Downloaded tokio-macros v2.4.0 |
886 | 2024-11-18T21:39:25.809Z | Downloaded itertools v0.12.1 |
887 | 2024-11-18T21:39:25.809Z | Downloaded fallible-iterator v0.3.0 |
888 | 2024-11-18T21:39:25.809Z | Downloaded thread_local v1.1.8 |
889 | 2024-11-18T21:39:25.809Z | Downloaded globset v0.4.15 |
890 | 2024-11-18T21:39:25.809Z | Downloaded vergen v8.3.2 |
891 | 2024-11-18T21:39:25.809Z | Downloaded dropshot_endpoint v0.13.0 |
892 | 2024-11-18T21:39:25.809Z | Downloaded proc-macro-crate v1.3.1 |
893 | 2024-11-18T21:39:25.809Z | Downloaded nibble_vec v0.1.0 |
894 | 2024-11-18T21:39:25.809Z | Downloaded dropshot_endpoint v0.12.0 |
895 | 2024-11-18T21:39:25.809Z | Downloaded spin v0.9.8 |
896 | 2024-11-18T21:39:25.809Z | Downloaded unsafe-libyaml v0.2.11 |
897 | 2024-11-18T21:39:25.809Z | Downloaded derive_more v0.99.18 |
898 | 2024-11-18T21:39:25.809Z | Downloaded hash32 v0.2.1 |
899 | 2024-11-18T21:39:25.809Z | Downloaded tap v1.0.1 |
900 | 2024-11-18T21:39:25.809Z | Downloaded postcard v1.0.10 |
901 | 2024-11-18T21:39:25.810Z | Downloaded vte v0.11.1 |
902 | 2024-11-18T21:39:25.810Z | Downloaded pbkdf2 v0.12.2 |
903 | 2024-11-18T21:39:25.810Z | Downloaded primeorder v0.13.6 |
904 | 2024-11-18T21:39:25.810Z | Downloaded pin-utils v0.1.0 |
905 | 2024-11-18T21:39:25.810Z | Downloaded rand v0.8.5 |
906 | 2024-11-18T21:39:25.810Z | Downloaded tokio-tungstenite v0.24.0 |
907 | 2024-11-18T21:39:25.810Z | Downloaded zerocopy v0.6.6 |
908 | 2024-11-18T21:39:25.810Z | Downloaded snafu-derive v0.8.5 |
909 | 2024-11-18T21:39:25.810Z | Downloaded slab v0.4.9 |
910 | 2024-11-18T21:39:25.810Z | Downloaded serde_yaml v0.9.34+deprecated |
911 | 2024-11-18T21:39:25.810Z | Downloaded quinn-proto v0.11.8 |
912 | 2024-11-18T21:39:25.810Z | Downloaded subprocess v0.2.9 |
913 | 2024-11-18T21:39:25.810Z | Downloaded p521 v0.13.3 |
914 | 2024-11-18T21:39:25.810Z | Downloaded signature v2.2.0 |
915 | 2024-11-18T21:39:25.810Z | Downloaded num_enum_derive v0.5.11 |
916 | 2024-11-18T21:39:25.810Z | Downloaded tough v0.19.0 |
917 | 2024-11-18T21:39:25.810Z | Downloaded progenitor v0.8.0 |
918 | 2024-11-18T21:39:25.810Z | Downloaded tokio-util v0.7.12 |
919 | 2024-11-18T21:39:25.810Z | Downloaded typify v0.2.0 |
920 | 2024-11-18T21:39:25.810Z | Downloaded hashbrown v0.14.5 |
921 | 2024-11-18T21:39:25.810Z | Downloaded poly1305 v0.8.0 |
922 | 2024-11-18T21:39:25.810Z | Downloaded group v0.13.0 |
923 | 2024-11-18T21:39:25.810Z | Downloaded flume v0.11.1 |
924 | 2024-11-18T21:39:25.810Z | Downloaded time-macros v0.2.18 |
925 | 2024-11-18T21:39:25.810Z | Downloaded bitvec v1.0.1 |
926 | 2024-11-18T21:39:25.810Z | Downloaded serde_with_macros v3.11.0 |
927 | 2024-11-18T21:39:25.810Z | Downloaded unicode_categories v0.1.1 |
928 | 2024-11-18T21:39:25.810Z | Downloaded tokio-postgres v0.7.12 |
929 | 2024-11-18T21:39:25.810Z | Downloaded socket2 v0.5.7 |
930 | 2024-11-18T21:39:25.810Z | Downloaded snafu v0.8.5 |
931 | 2024-11-18T21:39:25.810Z | Downloaded der v0.7.9 |
932 | 2024-11-18T21:39:25.810Z | Downloaded url v2.5.3 |
933 | 2024-11-18T21:39:25.810Z | Downloaded rustls-webpki v0.102.8 |
934 | 2024-11-18T21:39:25.810Z | Downloaded getrandom v0.2.15 |
935 | 2024-11-18T21:39:25.810Z | Downloaded half v2.4.1 |
936 | 2024-11-18T21:39:25.810Z | Downloaded qorb v0.2.0 |
937 | 2024-11-18T21:39:25.810Z | Downloaded mio v1.0.2 |
938 | 2024-11-18T21:39:25.810Z | Downloaded num-traits v0.2.19 |
939 | 2024-11-18T21:39:25.815Z | Downloaded zip v0.6.6 |
940 | 2024-11-18T21:39:25.815Z | Downloaded x509-cert v0.2.5 |
941 | 2024-11-18T21:39:25.815Z | Downloaded unicode-properties v0.1.3 |
942 | 2024-11-18T21:39:25.815Z | Downloaded simd-adler32 v0.3.7 |
943 | 2024-11-18T21:39:25.815Z | Downloaded time v0.3.36 |
944 | 2024-11-18T21:39:25.815Z | Downloaded salty v0.3.0 |
945 | 2024-11-18T21:39:25.815Z | Downloaded rustyline v14.0.0 |
946 | 2024-11-18T21:39:25.815Z | Downloaded proptest v1.5.0 |
947 | 2024-11-18T21:39:25.815Z | Downloaded num-bigint-dig v0.8.4 |
948 | 2024-11-18T21:39:25.815Z | Downloaded unicode-segmentation v1.12.0 |
949 | 2024-11-18T21:39:25.815Z | Downloaded hashbrown v0.13.2 |
950 | 2024-11-18T21:39:25.816Z | Downloaded serde_with v3.11.0 |
951 | 2024-11-18T21:39:25.816Z | Downloaded zerovec v0.10.4 |
952 | 2024-11-18T21:39:25.816Z | Downloaded rustls-webpki v0.101.7 |
953 | 2024-11-18T21:39:25.816Z | Downloaded russh v0.45.0 |
954 | 2024-11-18T21:39:25.816Z | Downloaded reqwest v0.12.9 |
955 | 2024-11-18T21:39:25.816Z | Downloaded parse-zoneinfo v0.3.1 |
956 | 2024-11-18T21:39:25.816Z | Downloaded rustls v0.21.12 |
957 | 2024-11-18T21:39:25.816Z | Downloaded rusqlite v0.32.1 |
958 | 2024-11-18T21:39:25.816Z | Downloaded lalrpop v0.19.12 |
959 | 2024-11-18T21:39:25.819Z | Downloaded reedline v0.35.0 |
960 | 2024-11-18T21:39:25.826Z | Downloaded gimli v0.31.1 |
961 | 2024-11-18T21:39:25.835Z | Downloaded sqlparser v0.45.0 |
962 | 2024-11-18T21:39:25.840Z | Downloaded idna v0.3.0 |
963 | 2024-11-18T21:39:25.847Z | Downloaded curve25519-dalek v4.1.3 |
964 | 2024-11-18T21:39:25.856Z | Downloaded nix v0.27.1 |
965 | 2024-11-18T21:39:25.866Z | Downloaded quick-xml v0.33.0 |
966 | 2024-11-18T21:39:25.872Z | Downloaded rustls v0.23.14 |
967 | 2024-11-18T21:39:25.883Z | Downloaded nom v7.1.3 |
968 | 2024-11-18T21:39:25.888Z | Downloaded dropshot v0.12.0 |
969 | 2024-11-18T21:39:25.907Z | Downloaded unicode-normalization v0.1.24 |
970 | 2024-11-18T21:39:25.910Z | Downloaded idna v0.4.0 |
971 | 2024-11-18T21:39:25.917Z | Downloaded chrono-tz v0.10.0 |
972 | 2024-11-18T21:39:25.925Z | Downloaded vcpkg v0.2.15 |
973 | 2024-11-18T21:39:25.961Z | Downloaded git2 v0.19.0 |
974 | 2024-11-18T21:39:25.969Z | Downloaded portable-atomic v1.9.0 |
975 | 2024-11-18T21:39:25.976Z | Downloaded h2 v0.4.6 |
976 | 2024-11-18T21:39:25.982Z | Downloaded smoltcp v0.9.1 |
977 | 2024-11-18T21:39:25.993Z | Downloaded petname v2.0.2 |
978 | 2024-11-18T21:39:25.998Z | Downloaded openssl v0.10.68 |
979 | 2024-11-18T21:39:26.007Z | Downloaded dropshot v0.13.0 |
980 | 2024-11-18T21:39:26.028Z | Downloaded openapiv3 v2.0.0 |
981 | 2024-11-18T21:39:26.039Z | Downloaded diesel v2.2.4 |
982 | 2024-11-18T21:39:26.058Z | Downloaded futures-util v0.3.31 |
983 | 2024-11-18T21:39:26.068Z | Downloaded radix_trie v0.2.1 |
984 | 2024-11-18T21:39:26.073Z | Downloaded p384 v0.13.0 |
985 | 2024-11-18T21:39:26.079Z | Downloaded regress v0.10.1 |
986 | 2024-11-18T21:39:26.088Z | Downloaded webpki-roots v0.26.6 |
987 | 2024-11-18T21:39:26.091Z | Downloaded nix v0.29.0 |
988 | 2024-11-18T21:39:26.102Z | Downloaded regress v0.9.1 |
989 | 2024-11-18T21:39:26.111Z | Downloaded trust-dns-proto v0.22.0 |
990 | 2024-11-18T21:39:26.123Z | Downloaded polar-core v0.27.3 |
991 | 2024-11-18T21:39:26.131Z | Downloaded regex v1.11.1 |
992 | 2024-11-18T21:39:26.143Z | Downloaded sled v0.34.7 |
993 | 2024-11-18T21:39:26.153Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
994 | 2024-11-18T21:39:26.165Z | Downloaded typify-impl v0.2.0 |
995 | 2024-11-18T21:39:26.180Z | Downloaded regex-syntax v0.6.29 |
996 | 2024-11-18T21:39:26.187Z | Downloaded nix v0.28.0 |
997 | 2024-11-18T21:39:26.198Z | Downloaded bstr v1.10.0 |
998 | 2024-11-18T21:39:26.208Z | Downloaded rayon v1.10.0 |
999 | 2024-11-18T21:39:26.218Z | Downloaded smoltcp v0.11.0 |
1000 | 2024-11-18T21:39:26.229Z | Downloaded object v0.36.5 |
1001 | 2024-11-18T21:39:26.240Z | Downloaded object v0.30.4 |
1002 | 2024-11-18T21:39:26.249Z | Downloaded regex-syntax v0.8.5 |
1003 | 2024-11-18T21:39:26.257Z | Downloaded ratatui v0.28.1 |
1004 | 2024-11-18T21:39:26.276Z | Downloaded rustls v0.22.4 |
1005 | 2024-11-18T21:39:26.289Z | Downloaded idna v0.2.3 |
1006 | 2024-11-18T21:39:26.295Z | Downloaded petgraph v0.6.5 |
1007 | 2024-11-18T21:39:26.312Z | Downloaded sha3 v0.10.8 |
1008 | 2024-11-18T21:39:26.318Z | Downloaded icu_properties_data v1.5.0 |
1009 | 2024-11-18T21:39:26.327Z | Downloaded unicode-width v0.2.0 |
1010 | 2024-11-18T21:39:26.333Z | Downloaded password-hash v0.4.2 |
1011 | 2024-11-18T21:39:26.335Z | Downloaded winnow v0.5.40 |
1012 | 2024-11-18T21:39:26.343Z | Downloaded chrono v0.4.38 |
1013 | 2024-11-18T21:39:26.350Z | Downloaded defmt-macros v0.3.9 |
1014 | 2024-11-18T21:39:26.353Z | Downloaded csv v1.3.0 |
1015 | 2024-11-18T21:39:26.372Z | Downloaded vsss-rs v3.3.4 |
1016 | 2024-11-18T21:39:26.374Z | Downloaded zerocopy-derive v0.6.6 |
1017 | 2024-11-18T21:39:26.384Z | Downloaded foreign-types v0.5.0 |
1018 | 2024-11-18T21:39:26.386Z | Downloaded tinyvec_macros v0.1.1 |
1019 | 2024-11-18T21:39:26.386Z | Downloaded data-encoding v2.6.0 |
1020 | 2024-11-18T21:39:26.388Z | Downloaded tokio-tungstenite v0.23.1 |
1021 | 2024-11-18T21:39:26.388Z | Downloaded rand_chacha v0.3.1 |
1022 | 2024-11-18T21:39:26.391Z | Downloaded uuid v1.11.0 |
1023 | 2024-11-18T21:39:26.393Z | Downloaded diesel_derives v2.2.3 |
1024 | 2024-11-18T21:39:26.396Z | Downloaded typed-path v0.9.3 |
1025 | 2024-11-18T21:39:26.401Z | Downloaded password-hash v0.5.0 |
1026 | 2024-11-18T21:39:26.404Z | Downloaded rustls-pki-types v1.9.0 |
1027 | 2024-11-18T21:39:26.407Z | Downloaded regex-automata v0.4.8 |
1028 | 2024-11-18T21:39:26.422Z | Downloaded lzma-sys v0.1.20 |
1029 | 2024-11-18T21:39:26.449Z | Downloaded p256 v0.13.2 |
1030 | 2024-11-18T21:39:26.452Z | Downloaded env_logger v0.10.2 |
1031 | 2024-11-18T21:39:26.456Z | Downloaded diff v0.1.13 |
1032 | 2024-11-18T21:39:26.458Z | Downloaded zerovec-derive v0.10.3 |
1033 | 2024-11-18T21:39:26.460Z | Downloaded shlex v1.3.0 |
1034 | 2024-11-18T21:39:26.460Z | Downloaded env_logger v0.11.5 |
1035 | 2024-11-18T21:39:26.463Z | Downloaded zeroize v1.8.1 |
1036 | 2024-11-18T21:39:26.465Z | Downloaded samael v0.0.17 |
1037 | 2024-11-18T21:39:26.469Z | Downloaded libxml v0.3.3 |
1038 | 2024-11-18T21:39:26.474Z | Downloaded libz-sys v1.1.20 |
1039 | 2024-11-18T21:39:26.494Z | Downloaded num-complex v0.4.6 |
1040 | 2024-11-18T21:39:26.497Z | Downloaded expectorate v1.1.0 |
1041 | 2024-11-18T21:39:26.500Z | Downloaded ed25519-dalek v2.1.1 |
1042 | 2024-11-18T21:39:26.500Z | Downloaded tokio v1.40.0 |
1043 | 2024-11-18T21:39:26.536Z | Downloaded enum-as-inner v0.5.1 |
1044 | 2024-11-18T21:39:26.538Z | Downloaded fatfs v0.3.6 |
1045 | 2024-11-18T21:39:26.541Z | Downloaded env_filter v0.1.2 |
1046 | 2024-11-18T21:39:26.543Z | Downloaded pin-project v1.1.6 |
1047 | 2024-11-18T21:39:26.550Z | Downloaded rustc_version v0.1.7 |
1048 | 2024-11-18T21:39:26.553Z | Downloaded rustc-hash v2.0.0 |
1049 | 2024-11-18T21:39:26.553Z | Downloaded strum_macros v0.26.4 |
1050 | 2024-11-18T21:39:26.555Z | Downloaded libm v0.2.8 |
1051 | 2024-11-18T21:39:26.561Z | Downloaded oso v0.27.3 |
1052 | 2024-11-18T21:39:26.564Z | Downloaded encoding_rs v0.8.34 |
1053 | 2024-11-18T21:39:26.584Z | Downloaded parking_lot_core v0.9.10 |
1054 | 2024-11-18T21:39:26.587Z | Downloaded futures-macro v0.3.31 |
1055 | 2024-11-18T21:39:26.589Z | Downloaded futures-io v0.3.31 |
1056 | 2024-11-18T21:39:26.589Z | Downloaded yoke v0.7.4 |
1057 | 2024-11-18T21:39:26.592Z | Downloaded xz2 v0.1.7 |
1058 | 2024-11-18T21:39:26.594Z | Downloaded unicode-bidi v0.3.17 |
1059 | 2024-11-18T21:39:26.596Z | Downloaded minimal-lexical v0.2.1 |
1060 | 2024-11-18T21:39:26.600Z | Downloaded twox-hash v1.6.3 |
1061 | 2024-11-18T21:39:26.603Z | Downloaded sct v0.7.1 |
1062 | 2024-11-18T21:39:26.606Z | Downloaded http v1.1.0 |
1063 | 2024-11-18T21:39:26.608Z | Downloaded postgres-protocol v0.6.7 |
1064 | 2024-11-18T21:39:26.611Z | Downloaded omicron-zone-package v0.11.1 |
1065 | 2024-11-18T21:39:26.614Z | Downloaded utf16_iter v1.0.5 |
1066 | 2024-11-18T21:39:26.614Z | Downloaded tokio-tungstenite v0.21.0 |
1067 | 2024-11-18T21:39:26.615Z | Downloaded multer v3.1.0 |
1068 | 2024-11-18T21:39:26.617Z | Downloaded rusty-fork v0.3.0 |
1069 | 2024-11-18T21:39:26.620Z | Downloaded signal-hook-registry v1.4.2 |
1070 | 2024-11-18T21:39:26.620Z | Downloaded predicates-tree v1.0.11 |
1071 | 2024-11-18T21:39:26.620Z | Downloaded hickory-resolver v0.24.1 |
1072 | 2024-11-18T21:39:26.623Z | Downloaded icu_provider v1.5.0 |
1073 | 2024-11-18T21:39:26.626Z | Downloaded crossbeam-channel v0.5.13 |
1074 | 2024-11-18T21:39:26.630Z | Downloaded dirs-sys-next v0.1.2 |
1075 | 2024-11-18T21:39:26.633Z | Downloaded icu_collections v1.5.0 |
1076 | 2024-11-18T21:39:26.636Z | Downloaded scrypt v0.11.0 |
1077 | 2024-11-18T21:39:26.639Z | Downloaded progenitor-impl v0.8.0 |
1078 | 2024-11-18T21:39:26.642Z | Downloaded blake3 v1.5.4 |
1079 | 2024-11-18T21:39:26.648Z | Downloaded crypto-bigint v0.5.5 |
1080 | 2024-11-18T21:39:26.654Z | Downloaded compact_str v0.8.0 |
1081 | 2024-11-18T21:39:26.657Z | Downloaded cc v1.1.30 |
1082 | 2024-11-18T21:39:26.660Z | Downloaded stable_deref_trait v1.2.0 |
1083 | 2024-11-18T21:39:26.663Z | Downloaded spki v0.7.3 |
1084 | 2024-11-18T21:39:26.663Z | Downloaded phf_shared v0.11.2 |
1085 | 2024-11-18T21:39:26.665Z | Downloaded phf_generator v0.11.2 |
1086 | 2024-11-18T21:39:26.665Z | Downloaded phf_codegen v0.11.2 |
1087 | 2024-11-18T21:39:26.665Z | Downloaded pbkdf2 v0.11.0 |
1088 | 2024-11-18T21:39:26.669Z | Downloaded rcgen v0.12.1 |
1089 | 2024-11-18T21:39:26.671Z | Downloaded lock_api v0.4.12 |
1090 | 2024-11-18T21:39:26.671Z | Downloaded indexmap v1.9.3 |
1091 | 2024-11-18T21:39:26.674Z | Downloaded futures-core v0.3.31 |
1092 | 2024-11-18T21:39:26.677Z | Downloaded phf v0.11.2 |
1093 | 2024-11-18T21:39:26.677Z | Downloaded icu_locid v1.5.0 |
1094 | 2024-11-18T21:39:26.680Z | Downloaded packed_struct_codegen v0.10.1 |
1095 | 2024-11-18T21:39:26.683Z | Downloaded packed_struct v0.10.1 |
1096 | 2024-11-18T21:39:26.687Z | Downloaded derive_builder v0.20.2 |
1097 | 2024-11-18T21:39:26.693Z | Downloaded deranged v0.3.11 |
1098 | 2024-11-18T21:39:26.694Z | Downloaded der_derive v0.7.3 |
1099 | 2024-11-18T21:39:26.696Z | Downloaded r2d2 v0.8.10 |
1100 | 2024-11-18T21:39:26.696Z | Downloaded memmap2 v0.9.5 |
1101 | 2024-11-18T21:39:26.696Z | Downloaded const_format v0.2.33 |
1102 | 2024-11-18T21:39:26.700Z | Downloaded bytes v1.8.0 |
1103 | 2024-11-18T21:39:26.703Z | Downloaded embedded-io v0.6.1 |
1104 | 2024-11-18T21:39:26.703Z | Downloaded ed25519 v2.2.3 |
1105 | 2024-11-18T21:39:26.706Z | Downloaded libloading v0.8.5 |
1106 | 2024-11-18T21:39:26.706Z | Downloaded jobserver v0.1.32 |
1107 | 2024-11-18T21:39:26.709Z | Downloaded crossbeam-utils v0.8.20 |
1108 | 2024-11-18T21:39:26.711Z | Downloaded bumpalo v3.16.0 |
1109 | 2024-11-18T21:39:26.714Z | Downloaded slog-dtrace v0.3.0 |
1110 | 2024-11-18T21:39:26.714Z | Downloaded rtoolbox v0.0.2 |
1111 | 2024-11-18T21:39:26.717Z | Downloaded ipnetwork v0.20.0 |
1112 | 2024-11-18T21:39:26.717Z | Downloaded subtle v2.6.1 |
1113 | 2024-11-18T21:39:26.720Z | Downloaded csv-core v0.1.11 |
1114 | 2024-11-18T21:39:26.720Z | Downloaded crc32fast v1.4.2 |
1115 | 2024-11-18T21:39:26.722Z | Downloaded hmac v0.12.1 |
1116 | 2024-11-18T21:39:26.722Z | Downloaded cookie_store v0.21.0 |
1117 | 2024-11-18T21:39:26.725Z | Downloaded cancel-safe-futures v0.1.5 |
1118 | 2024-11-18T21:39:26.727Z | Downloaded hyper-tls v0.6.0 |
1119 | 2024-11-18T21:39:26.729Z | Downloaded hyper-staticfile v0.10.1 |
1120 | 2024-11-18T21:39:26.732Z | Downloaded hyper-rustls v0.27.3 |
1121 | 2024-11-18T21:39:26.732Z | Downloaded httpdate v1.0.3 |
1122 | 2024-11-18T21:39:26.734Z | Downloaded httparse v1.9.5 |
1123 | 2024-11-18T21:39:26.737Z | Downloaded secrecy v0.8.0 |
1124 | 2024-11-18T21:39:26.737Z | Downloaded md5 v0.7.0 |
1125 | 2024-11-18T21:39:26.739Z | Downloaded lockfree-object-pool v0.1.6 |
1126 | 2024-11-18T21:39:26.739Z | Downloaded keccak v0.1.5 |
1127 | 2024-11-18T21:39:26.747Z | Downloaded constant_time_eq v0.3.1 |
1128 | 2024-11-18T21:39:26.748Z | Downloaded indoc v1.0.9 |
1129 | 2024-11-18T21:39:26.748Z | Downloaded indent_write v2.2.0 |
1130 | 2024-11-18T21:39:26.748Z | Downloaded cexpr v0.6.0 |
1131 | 2024-11-18T21:39:26.748Z | Downloaded castaway v0.2.3 |
1132 | 2024-11-18T21:39:26.772Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1133 | 2024-11-18T21:39:27.085Z | Downloaded ring v0.16.20 |
1134 | 2024-11-18T21:39:27.276Z | Downloaded ring v0.17.8 |
1135 | 2024-11-18T21:39:27.377Z | Downloaded aws-lc-sys v0.22.0 |
1136 | 2024-11-18T21:39:27.594Z | Downloaded libsqlite3-sys v0.30.1 |
1137 | 2024-11-18T21:39:27.765Z | Compiling serde v1.0.215 |
1138 | 2024-11-18T21:39:27.768Z | Compiling lock_api v0.4.12 |
1139 | 2024-11-18T21:39:27.768Z | Compiling scopeguard v1.2.0 |
1140 | 2024-11-18T21:39:27.768Z | Compiling value-bag v1.9.0 |
1141 | 2024-11-18T21:39:27.768Z | Compiling typenum v1.17.0 |
1142 | 2024-11-18T21:39:27.768Z | Compiling generic-array v0.14.7 |
1143 | 2024-11-18T21:39:27.954Z | Compiling syn v2.0.87 |
1144 | 2024-11-18T21:39:27.969Z | Compiling getrandom v0.2.15 |
1145 | 2024-11-18T21:39:28.116Z | Compiling shlex v1.3.0 |
1146 | 2024-11-18T21:39:28.232Z | Compiling rand_core v0.6.4 |
1147 | 2024-11-18T21:39:28.377Z | Compiling log v0.4.22 |
1148 | 2024-11-18T21:39:28.504Z | Compiling subtle v2.6.1 |
1149 | 2024-11-18T21:39:28.541Z | Compiling jobserver v0.1.32 |
1150 | 2024-11-18T21:39:28.563Z | Compiling const-oid v0.9.6 |
1151 | 2024-11-18T21:39:28.781Z | Compiling smallvec v1.13.2 |
1152 | 2024-11-18T21:39:28.950Z | Compiling pin-project-lite v0.2.14 |
1153 | 2024-11-18T21:39:29.027Z | Compiling spin v0.9.8 |
1154 | 2024-11-18T21:39:29.097Z | Compiling cc v1.1.30 |
1155 | 2024-11-18T21:39:29.323Z | Compiling rustix v0.38.37 |
1156 | 2024-11-18T21:39:29.347Z | Compiling parking_lot_core v0.9.10 |
1157 | 2024-11-18T21:39:29.435Z | Compiling futures-core v0.3.31 |
1158 | 2024-11-18T21:39:29.693Z | Compiling signal-hook-registry v1.4.2 |
1159 | 2024-11-18T21:39:29.716Z | Compiling mio v1.0.2 |
1160 | 2024-11-18T21:39:30.473Z | Compiling parking_lot v0.12.3 |
1161 | 2024-11-18T21:39:30.610Z | Compiling aho-corasick v1.1.3 |
1162 | 2024-11-18T21:39:30.632Z | Compiling either v1.13.0 |
1163 | 2024-11-18T21:39:30.780Z | Compiling cpufeatures v0.2.14 |
1164 | 2024-11-18T21:39:30.897Z | Compiling regex-syntax v0.8.5 |
1165 | 2024-11-18T21:39:30.918Z | Compiling lazy_static v1.5.0 |
1166 | 2024-11-18T21:39:31.040Z | Compiling futures-sink v0.3.31 |
1167 | 2024-11-18T21:39:31.060Z | Compiling glob v0.3.1 |
1168 | 2024-11-18T21:39:31.079Z | Compiling stable_deref_trait v1.2.0 |
1169 | 2024-11-18T21:39:31.193Z | Compiling socket2 v0.5.7 |
1170 | 2024-11-18T21:39:31.213Z | Compiling slab v0.4.9 |
1171 | 2024-11-18T21:39:31.458Z | Compiling prettyplease v0.2.25 |
1172 | 2024-11-18T21:39:31.672Z | Compiling minimal-lexical v0.2.1 |
1173 | 2024-11-18T21:39:32.141Z | Compiling clang-sys v1.8.1 |
1174 | 2024-11-18T21:39:32.141Z | Compiling nom v7.1.3 |
1175 | 2024-11-18T21:39:32.221Z | Compiling libloading v0.8.5 |
1176 | 2024-11-18T21:39:32.242Z | Compiling home v0.5.9 |
1177 | 2024-11-18T21:39:32.505Z | Compiling bindgen v0.69.5 |
1178 | 2024-11-18T21:39:32.631Z | Compiling serde_json v1.0.132 |
1179 | 2024-11-18T21:39:32.958Z | Compiling futures-channel v0.3.31 |
1180 | 2024-11-18T21:39:33.312Z | Compiling itertools v0.12.1 |
1181 | 2024-11-18T21:39:33.376Z | Compiling lazycell v1.3.0 |
1182 | 2024-11-18T21:39:33.550Z | Compiling foldhash v0.1.3 |
1183 | 2024-11-18T21:39:33.737Z | Compiling futures-io v0.3.31 |
1184 | 2024-11-18T21:39:33.884Z | Compiling rustc-hash v1.1.0 |
1185 | 2024-11-18T21:39:34.040Z | Compiling allocator-api2 v0.2.18 |
1186 | 2024-11-18T21:39:34.080Z | Compiling pin-utils v0.1.0 |
1187 | 2024-11-18T21:39:34.180Z | Compiling futures-task v0.3.31 |
1188 | 2024-11-18T21:39:34.498Z | Compiling cmake v0.1.51 |
1189 | 2024-11-18T21:39:34.851Z | Compiling regex-automata v0.4.8 |
1190 | 2024-11-18T21:39:35.529Z | Compiling hashbrown v0.15.0 |
1191 | 2024-11-18T21:39:35.939Z | Compiling synstructure v0.13.1 |
1192 | 2024-11-18T21:39:36.488Z | Compiling cexpr v0.6.0 |
1193 | 2024-11-18T21:39:36.884Z | Compiling pkg-config v0.3.31 |
1194 | 2024-11-18T21:39:37.704Z | Compiling dunce v1.0.5 |
1195 | 2024-11-18T21:39:37.842Z | Compiling tinyvec_macros v0.1.1 |
1196 | 2024-11-18T21:39:37.863Z | Compiling fs_extra v1.3.0 |
1197 | 2024-11-18T21:39:37.938Z | Compiling libm v0.2.8 |
1198 | 2024-11-18T21:39:38.305Z | Compiling tinyvec v1.8.0 |
1199 | 2024-11-18T21:39:38.324Z | Compiling num-traits v0.2.19 |
1200 | 2024-11-18T21:39:38.466Z | Compiling ring v0.17.8 |
1201 | 2024-11-18T21:39:38.859Z | Compiling litemap v0.7.3 |
1202 | 2024-11-18T21:39:39.268Z | Compiling paste v1.0.15 |
1203 | 2024-11-18T21:39:39.626Z | Compiling base64ct v1.6.0 |
1204 | 2024-11-18T21:39:39.649Z | Compiling writeable v0.5.5 |
1205 | 2024-11-18T21:39:39.800Z | Compiling unicode-normalization v0.1.24 |
1206 | 2024-11-18T21:39:39.821Z | Compiling unicode-bidi v0.3.17 |
1207 | 2024-11-18T21:39:40.180Z | Compiling pem-rfc7468 v0.7.0 |
1208 | 2024-11-18T21:39:40.905Z | Compiling regex v1.11.1 |
1209 | 2024-11-18T21:39:40.928Z | Compiling flagset v0.4.6 |
1210 | 2024-11-18T21:39:41.146Z | Compiling httparse v1.9.5 |
1211 | 2024-11-18T21:39:41.271Z | Compiling aws-lc-rs v1.10.0 |
1212 | 2024-11-18T21:39:41.966Z | Compiling tracing-core v0.1.32 |
1213 | 2024-11-18T21:39:41.994Z | Compiling crossbeam-utils v0.8.20 |
1214 | 2024-11-18T21:39:42.138Z | Compiling icu_locid_transform_data v1.5.0 |
1215 | 2024-11-18T21:39:42.248Z | Compiling percent-encoding v2.3.1 |
1216 | 2024-11-18T21:39:42.585Z | Compiling rustls-pki-types v1.9.0 |
1217 | 2024-11-18T21:39:42.858Z | Compiling untrusted v0.7.1 |
1218 | 2024-11-18T21:39:43.034Z | Compiling serde_derive v1.0.215 |
1219 | 2024-11-18T21:39:43.056Z | Compiling zeroize_derive v1.4.2 |
1220 | 2024-11-18T21:39:43.310Z | Compiling zerocopy-derive v0.7.35 |
1221 | 2024-11-18T21:39:43.366Z | Compiling tokio-macros v2.4.0 |
1222 | 2024-11-18T21:39:43.706Z | Compiling zerofrom-derive v0.1.4 |
1223 | 2024-11-18T21:39:44.569Z | Compiling zeroize v1.8.1 |
1224 | 2024-11-18T21:39:44.958Z | Compiling yoke-derive v0.7.4 |
1225 | 2024-11-18T21:39:44.977Z | Compiling thiserror-impl v1.0.69 |
1226 | 2024-11-18T21:39:45.596Z | Compiling zerocopy v0.7.35 |
1227 | 2024-11-18T21:39:45.885Z | Compiling zerovec-derive v0.10.3 |
1228 | 2024-11-18T21:39:46.411Z | Compiling crypto-common v0.1.6 |
1229 | 2024-11-18T21:39:46.667Z | Compiling block-buffer v0.10.4 |
1230 | 2024-11-18T21:39:46.942Z | Compiling digest v0.10.7 |
1231 | 2024-11-18T21:39:47.300Z | Compiling futures-macro v0.3.31 |
1232 | 2024-11-18T21:39:47.452Z | Compiling hmac v0.12.1 |
1233 | 2024-11-18T21:39:47.714Z | Compiling block-padding v0.3.3 |
1234 | 2024-11-18T21:39:47.929Z | Compiling zerofrom v0.1.4 |
1235 | 2024-11-18T21:39:47.951Z | Compiling displaydoc v0.2.5 |
1236 | 2024-11-18T21:39:47.972Z | Compiling inout v0.1.3 |
1237 | 2024-11-18T21:39:48.064Z | Compiling sha2 v0.10.8 |
1238 | 2024-11-18T21:39:48.156Z | Compiling yoke v0.7.4 |
1239 | 2024-11-18T21:39:48.250Z | Compiling cipher v0.4.4 |
1240 | 2024-11-18T21:39:48.470Z | Compiling thiserror v1.0.69 |
1241 | 2024-11-18T21:39:48.541Z | Compiling ppv-lite86 v0.2.20 |
1242 | 2024-11-18T21:39:48.615Z | Compiling der_derive v0.7.3 |
1243 | 2024-11-18T21:39:48.635Z | Compiling zerovec v0.10.4 |
1244 | 2024-11-18T21:39:48.774Z | Compiling icu_provider_macros v1.5.0 |
1245 | 2024-11-18T21:39:49.327Z | Compiling futures-util v0.3.31 |
1246 | 2024-11-18T21:39:49.641Z | Compiling rand_chacha v0.3.1 |
1247 | 2024-11-18T21:39:49.767Z | Compiling tracing-attributes v0.1.27 |
1248 | 2024-11-18T21:39:50.043Z | Compiling rand v0.8.5 |
1249 | 2024-11-18T21:39:51.071Z | Compiling tinystr v0.7.6 |
1250 | 2024-11-18T21:39:51.157Z | Compiling der v0.7.9 |
1251 | 2024-11-18T21:39:51.505Z | Compiling icu_locid v1.5.0 |
1252 | 2024-11-18T21:39:51.809Z | Compiling icu_collections v1.5.0 |
1253 | 2024-11-18T21:39:51.812Z | Compiling salsa20 v0.10.2 |
1254 | 2024-11-18T21:39:52.035Z | Compiling pest v2.7.14 |
1255 | 2024-11-18T21:39:52.213Z | Compiling pbkdf2 v0.12.2 |
1256 | 2024-11-18T21:39:52.407Z | Compiling num-conv v0.1.0 |
1257 | 2024-11-18T21:39:52.712Z | Compiling icu_provider v1.5.0 |
1258 | 2024-11-18T21:39:53.326Z | Compiling spki v0.7.3 |
1259 | 2024-11-18T21:39:53.668Z | Compiling tracing v0.1.40 |
1260 | 2024-11-18T21:39:53.717Z | Compiling icu_locid_transform v1.5.0 |
1261 | 2024-11-18T21:39:53.800Z | Compiling time-core v0.1.2 |
1262 | 2024-11-18T21:39:54.004Z | Compiling untrusted v0.9.0 |
1263 | 2024-11-18T21:39:54.040Z | Compiling powerfmt v0.2.0 |
1264 | 2024-11-18T21:39:54.194Z | Compiling icu_properties_data v1.5.0 |
1265 | 2024-11-18T21:39:54.263Z | Compiling mirai-annotations v1.12.0 |
1266 | 2024-11-18T21:39:54.455Z | Compiling vcpkg v0.2.15 |
1267 | 2024-11-18T21:39:54.455Z | Compiling deranged v0.3.11 |
1268 | 2024-11-18T21:39:54.524Z | Compiling time-macros v0.2.18 |
1269 | 2024-11-18T21:39:55.141Z | Compiling icu_properties v1.5.1 |
1270 | 2024-11-18T21:39:55.726Z | Compiling pest_meta v2.7.14 |
1271 | 2024-11-18T21:39:56.379Z | Compiling scrypt v0.11.0 |
1272 | 2024-11-18T21:39:56.525Z | Compiling aes v0.8.4 |
1273 | 2024-11-18T21:39:56.670Z | Compiling openssl-sys v0.9.104 |
1274 | 2024-11-18T21:39:56.964Z | Compiling cbc v0.1.2 |
1275 | 2024-11-18T21:39:57.214Z | Compiling scroll_derive v0.12.0 |
1276 | 2024-11-18T21:39:57.675Z | Compiling bitflags v2.6.0 |
1277 | 2024-11-18T21:39:57.817Z | Compiling bytes v1.8.0 |
1278 | 2024-11-18T21:39:58.311Z | Compiling indexmap v2.6.0 |
1279 | 2024-11-18T21:39:58.703Z | Compiling tokio v1.40.0 |
1280 | 2024-11-18T21:39:59.200Z | Compiling http v1.1.0 |
1281 | 2024-11-18T21:39:59.403Z | Compiling semver v1.0.23 |
1282 | 2024-11-18T21:40:00.178Z | Compiling rustc_version v0.4.1 |
1283 | 2024-11-18T21:40:00.200Z | Compiling write16 v1.0.0 |
1284 | 2024-11-18T21:40:00.333Z | Compiling utf8_iter v1.0.4 |
1285 | 2024-11-18T21:40:00.595Z | Compiling num_threads v0.1.7 |
1286 | 2024-11-18T21:40:00.731Z | Compiling atomic-waker v1.1.2 |
1287 | 2024-11-18T21:40:00.824Z | Compiling utf16_iter v1.0.5 |
1288 | 2024-11-18T21:40:00.924Z | Compiling icu_normalizer_data v1.5.0 |
1289 | 2024-11-18T21:40:01.012Z | Compiling http-body v1.0.1 |
1290 | 2024-11-18T21:40:01.037Z | Compiling icu_normalizer v1.5.0 |
1291 | 2024-11-18T21:40:01.059Z | Compiling time v0.3.36 |
1292 | 2024-11-18T21:40:01.118Z | Compiling scroll v0.12.0 |
1293 | 2024-11-18T21:40:01.236Z | Compiling pkcs5 v0.7.1 |
1294 | 2024-11-18T21:40:01.259Z | Compiling pest_generator v2.7.14 |
1295 | 2024-11-18T21:40:01.705Z | Compiling form_urlencoded v1.2.1 |
1296 | 2024-11-18T21:40:01.744Z | Compiling try-lock v0.2.5 |
1297 | 2024-11-18T21:40:01.894Z | Compiling slog v2.7.0 |
1298 | 2024-11-18T21:40:02.030Z | Compiling goblin v0.8.2 |
1299 | 2024-11-18T21:40:02.422Z | Compiling which v4.4.2 |
1300 | 2024-11-18T21:40:02.551Z | Compiling idna_adapter v1.2.0 |
1301 | 2024-11-18T21:40:03.040Z | Compiling want v0.3.1 |
1302 | 2024-11-18T21:40:03.061Z | Compiling pkcs8 v0.10.2 |
1303 | 2024-11-18T21:40:03.305Z | Compiling pest_derive v2.7.14 |
1304 | 2024-11-18T21:40:03.341Z | Compiling httpdate v1.0.3 |
1305 | 2024-11-18T21:40:03.713Z | Compiling idna v1.0.3 |
1306 | 2024-11-18T21:40:03.861Z | Compiling uuid v1.11.0 |
1307 | 2024-11-18T21:40:04.150Z | Compiling dtrace-parser v0.2.0 |
1308 | 2024-11-18T21:40:04.630Z | Compiling toml_datetime v0.6.8 |
1309 | 2024-11-18T21:40:05.170Z | Compiling serde_tokenstream v0.2.2 |
1310 | 2024-11-18T21:40:05.297Z | Compiling serde_spanned v0.6.8 |
1311 | 2024-11-18T21:40:05.536Z | Compiling base64 v0.22.1 |
1312 | 2024-11-18T21:40:05.608Z | Compiling rustversion v1.0.17 |
1313 | 2024-11-18T21:40:05.782Z | Compiling openssl v0.10.68 |
1314 | 2024-11-18T21:40:06.200Z | Compiling adler2 v2.0.0 |
1315 | 2024-11-18T21:40:06.292Z | Compiling match_cfg v0.1.0 |
1316 | 2024-11-18T21:40:06.315Z | Compiling tower-service v0.3.3 |
1317 | 2024-11-18T21:40:06.316Z | Compiling iana-time-zone v0.1.61 |
1318 | 2024-11-18T21:40:06.353Z | Compiling foreign-types-shared v0.1.1 |
1319 | 2024-11-18T21:40:06.387Z | Compiling hostname v0.3.1 |
1320 | 2024-11-18T21:40:06.408Z | Compiling miniz_oxide v0.8.0 |
1321 | 2024-11-18T21:40:06.460Z | Compiling foreign-types v0.3.2 |
1322 | 2024-11-18T21:40:06.502Z | Compiling chrono v0.4.38 |
1323 | 2024-11-18T21:40:06.599Z | Compiling url v2.5.3 |
1324 | 2024-11-18T21:40:06.787Z | Compiling openssl-macros v0.1.1 |
1325 | 2024-11-18T21:40:07.546Z | Compiling tokio-util v0.7.12 |
1326 | 2024-11-18T21:40:07.991Z | Compiling dof v0.3.0 |
1327 | 2024-11-18T21:40:08.053Z | Compiling async-trait v0.1.83 |
1328 | 2024-11-18T21:40:08.636Z | Compiling h2 v0.4.6 |
1329 | 2024-11-18T21:40:09.047Z | Compiling usdt-impl v0.5.0 |
1330 | 2024-11-18T21:40:10.209Z | Compiling dirs-sys-next v0.1.2 |
1331 | 2024-11-18T21:40:10.279Z | Compiling native-tls v0.2.12 |
1332 | 2024-11-18T21:40:10.603Z | Compiling rustls v0.23.14 |
1333 | 2024-11-18T21:40:10.635Z | Compiling syn v1.0.109 |
1334 | 2024-11-18T21:40:10.846Z | Compiling rustls v0.22.4 |
1335 | 2024-11-18T21:40:10.875Z | Compiling data-encoding v2.6.0 |
1336 | 2024-11-18T21:40:10.899Z | Compiling siphasher v0.3.11 |
1337 | 2024-11-18T21:40:11.163Z | Compiling dirs-next v2.0.0 |
1338 | 2024-11-18T21:40:11.356Z | Compiling http-body-util v0.1.2 |
1339 | 2024-11-18T21:40:11.898Z | Compiling heapless v0.7.17 |
1340 | 2024-11-18T21:40:12.339Z | Compiling crossbeam-epoch v0.9.18 |
1341 | 2024-11-18T21:40:12.360Z | Compiling sha1 v0.10.6 |
1342 | 2024-11-18T21:40:12.735Z | Compiling signature v2.2.0 |
1343 | 2024-11-18T21:40:12.805Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1344 | 2024-11-18T21:40:13.034Z | Compiling serde_derive_internals v0.29.1 |
1345 | 2024-11-18T21:40:13.114Z | Compiling thread_local v1.1.8 |
1346 | 2024-11-18T21:40:13.321Z | Compiling cookie v0.18.1 |
1347 | 2024-11-18T21:40:13.340Z | Compiling multer v3.1.0 |
1348 | 2024-11-18T21:40:13.621Z | Compiling encoding_rs v0.8.34 |
1349 | 2024-11-18T21:40:13.624Z | Compiling openssl-probe v0.1.5 |
1350 | 2024-11-18T21:40:13.701Z | Compiling rayon-core v1.12.1 |
1351 | 2024-11-18T21:40:14.111Z | Compiling unicode-properties v0.1.3 |
1352 | 2024-11-18T21:40:14.114Z | Compiling mime v0.3.17 |
1353 | 2024-11-18T21:40:14.395Z | Compiling signal-hook v0.3.17 |
1354 | 2024-11-18T21:40:14.417Z | Compiling slog-async v2.8.0 |
1355 | 2024-11-18T21:40:14.670Z | Compiling ipnet v2.10.1 |
1356 | 2024-11-18T21:40:14.708Z | Compiling schemars v0.8.21 |
1357 | 2024-11-18T21:40:14.910Z | Compiling gimli v0.31.1 |
1358 | 2024-11-18T21:40:15.088Z | Compiling toml_edit v0.22.22 |
1359 | 2024-11-18T21:40:15.858Z | Compiling hyper v1.5.0 |
1360 | 2024-11-18T21:40:15.962Z | Compiling schemars_derive v0.8.21 |
1361 | 2024-11-18T21:40:18.748Z | Compiling hyper-util v0.1.10 |
1362 | 2024-11-18T21:40:19.437Z | Compiling addr2line v0.24.2 |
1363 | 2024-11-18T21:40:19.699Z | Compiling stringprep v0.1.5 |
1364 | 2024-11-18T21:40:20.188Z | Compiling crossbeam-deque v0.8.5 |
1365 | 2024-11-18T21:40:20.213Z | Compiling usdt-macro v0.5.0 |
1366 | 2024-11-18T21:40:20.283Z | Compiling usdt-attr-macro v0.5.0 |
1367 | 2024-11-18T21:40:20.887Z | Compiling term v0.7.0 |
1368 | 2024-11-18T21:40:21.711Z | Compiling slog-json v2.6.1 |
1369 | 2024-11-18T21:40:21.790Z | Compiling serde_urlencoded v0.7.1 |
1370 | 2024-11-18T21:40:21.857Z | Compiling curve25519-dalek v4.1.3 |
1371 | 2024-11-18T21:40:21.894Z | Compiling crossbeam-channel v0.5.13 |
1372 | 2024-11-18T21:40:22.065Z | Compiling futures-executor v0.3.31 |
1373 | 2024-11-18T21:40:22.316Z | Compiling enum-as-inner v0.6.1 |
1374 | 2024-11-18T21:40:22.380Z | Compiling md-5 v0.10.6 |
1375 | 2024-11-18T21:40:22.481Z | Compiling rustls-pemfile v2.2.0 |
1376 | 2024-11-18T21:40:22.627Z | Compiling async-stream-impl v0.3.6 |
1377 | 2024-11-18T21:40:22.650Z | Compiling num-integer v0.1.46 |
1378 | 2024-11-18T21:40:22.832Z | Compiling idna v0.3.0 |
1379 | 2024-11-18T21:40:23.014Z | Compiling idna v0.4.0 |
1380 | 2024-11-18T21:40:23.408Z | Compiling hash32 v0.2.1 |
1381 | 2024-11-18T21:40:23.440Z | Compiling ff v0.13.0 |
1382 | 2024-11-18T21:40:23.458Z | Compiling is-terminal v0.4.13 |
1383 | 2024-11-18T21:40:23.592Z | Compiling object v0.36.5 |
1384 | 2024-11-18T21:40:23.667Z | Compiling dropshot v0.12.0 |
1385 | 2024-11-18T21:40:23.784Z | Compiling linked-hash-map v0.5.6 |
1386 | 2024-11-18T21:40:24.020Z | Compiling psl-types v2.0.11 |
1387 | 2024-11-18T21:40:24.049Z | Compiling dyn-clone v1.0.17 |
1388 | 2024-11-18T21:40:24.178Z | Compiling rustc-demangle v0.1.24 |
1389 | 2024-11-18T21:40:24.234Z | Compiling portable-atomic v1.9.0 |
1390 | 2024-11-18T21:40:24.269Z | Compiling anyhow v1.0.93 |
1391 | 2024-11-18T21:40:24.595Z | Compiling num-bigint-dig v0.8.4 |
1392 | 2024-11-18T21:40:24.775Z | Compiling base16ct v0.2.0 |
1393 | 2024-11-18T21:40:24.882Z | Compiling fallible-iterator v0.2.0 |
1394 | 2024-11-18T21:40:24.903Z | Compiling smoltcp v0.9.1 |
1395 | 2024-11-18T21:40:25.123Z | Compiling take_mut v0.2.2 |
1396 | 2024-11-18T21:40:25.168Z | Compiling quick-error v1.2.3 |
1397 | 2024-11-18T21:40:25.284Z | Compiling utf-8 v0.7.6 |
1398 | 2024-11-18T21:40:25.328Z | Compiling resolv-conf v0.7.0 |
1399 | 2024-11-18T21:40:25.588Z | Compiling postgres-protocol v0.6.7 |
1400 | 2024-11-18T21:40:25.590Z | Compiling tungstenite v0.24.0 |
1401 | 2024-11-18T21:40:25.639Z | Compiling sec1 v0.7.3 |
1402 | 2024-11-18T21:40:26.491Z | Compiling publicsuffix v2.2.3 |
1403 | 2024-11-18T21:40:26.572Z | Compiling lru-cache v0.1.2 |
1404 | 2024-11-18T21:40:26.754Z | Compiling async-stream v0.3.6 |
1405 | 2024-11-18T21:40:26.849Z | Compiling hickory-proto v0.24.1 |
1406 | 2024-11-18T21:40:27.059Z | Compiling group v0.13.0 |
1407 | 2024-11-18T21:40:27.403Z | Compiling slog-term v2.9.1 |
1408 | 2024-11-18T21:40:27.994Z | Compiling usdt v0.5.0 |
1409 | 2024-11-18T21:40:28.108Z | Compiling num-iter v0.1.45 |
1410 | 2024-11-18T21:40:28.429Z | Compiling futures v0.3.31 |
1411 | 2024-11-18T21:40:28.515Z | Compiling slog-bunyan v2.5.0 |
1412 | 2024-11-18T21:40:29.880Z | Compiling camino v1.1.9 |
1413 | 2024-11-18T21:40:30.158Z | Compiling tokio-native-tls v0.3.1 |
1414 | 2024-11-18T21:40:30.436Z | Compiling toml v0.8.19 |
1415 | 2024-11-18T21:40:30.513Z | Compiling phf_shared v0.11.2 |
1416 | 2024-11-18T21:40:30.849Z | Compiling dropshot_endpoint v0.12.0 |
1417 | 2024-11-18T21:40:30.930Z | Compiling terminal_size v0.4.0 |
1418 | 2024-11-18T21:40:30.950Z | Compiling waitgroup v0.1.2 |
1419 | 2024-11-18T21:40:31.160Z | Compiling backtrace v0.3.74 |
1420 | 2024-11-18T21:40:31.186Z | Compiling openapiv3 v2.0.0 |
1421 | 2024-11-18T21:40:31.843Z | Compiling serde_path_to_error v0.1.16 |
1422 | 2024-11-18T21:40:32.233Z | Compiling hkdf v0.12.4 |
1423 | 2024-11-18T21:40:32.504Z | Compiling crypto-bigint v0.5.5 |
1424 | 2024-11-18T21:40:32.702Z | Compiling webpki-roots v0.26.6 |
1425 | 2024-11-18T21:40:32.934Z | Compiling zerocopy-derive v0.6.6 |
1426 | 2024-11-18T21:40:34.897Z | Compiling curve25519-dalek-derive v0.1.1 |
1427 | 2024-11-18T21:40:34.973Z | Compiling hubpack_derive v0.1.1 |
1428 | 2024-11-18T21:40:35.235Z | Compiling idna v0.5.0 |
1429 | 2024-11-18T21:40:35.585Z | Compiling hostname v0.4.0 |
1430 | 2024-11-18T21:40:35.677Z | Compiling fs-err v2.11.0 |
1431 | 2024-11-18T21:40:35.838Z | Compiling ahash v0.8.11 |
1432 | 2024-11-18T21:40:35.893Z | Compiling crc32fast v1.4.2 |
1433 | 2024-11-18T21:40:35.956Z | Compiling bitflags v1.3.2 |
1434 | 2024-11-18T21:40:36.074Z | Compiling winnow v0.5.40 |
1435 | 2024-11-18T21:40:36.178Z | Compiling managed v0.8.0 |
1436 | 2024-11-18T21:40:36.249Z | Compiling debug-ignore v1.0.5 |
1437 | 2024-11-18T21:40:36.401Z | Compiling strum_macros v0.25.3 |
1438 | 2024-11-18T21:40:36.916Z | Compiling clap_builder v4.5.21 |
1439 | 2024-11-18T21:40:37.553Z | Compiling flate2 v1.0.34 |
1440 | 2024-11-18T21:40:38.535Z | Compiling cookie_store v0.21.0 |
1441 | 2024-11-18T21:40:38.774Z | Compiling console v0.15.8 |
1442 | 2024-11-18T21:40:38.995Z | Compiling hubpack v0.1.2 |
1443 | 2024-11-18T21:40:39.471Z | Compiling elliptic-curve v0.13.8 |
1444 | 2024-11-18T21:40:40.003Z | Compiling toml_edit v0.19.15 |
1445 | 2024-11-18T21:40:40.212Z | Compiling zerocopy v0.6.6 |
1446 | 2024-11-18T21:40:40.334Z | Compiling hickory-resolver v0.24.1 |
1447 | 2024-11-18T21:40:40.701Z | Compiling phf v0.11.2 |
1448 | 2024-11-18T21:40:41.012Z | Compiling hyper-tls v0.6.0 |
1449 | 2024-11-18T21:40:41.086Z | Compiling signal-hook-mio v0.2.4 |
1450 | 2024-11-18T21:40:41.258Z | Compiling rayon v1.10.0 |
1451 | 2024-11-18T21:40:41.344Z | Compiling bzip2 v0.4.4 |
1452 | 2024-11-18T21:40:41.744Z | Compiling tokio-tungstenite v0.24.0 |
1453 | 2024-11-18T21:40:42.295Z | Compiling postgres-types v0.2.8 |
1454 | 2024-11-18T21:40:44.629Z | Compiling ed25519 v2.2.3 |
1455 | 2024-11-18T21:40:45.296Z | Compiling phf_shared v0.10.0 |
1456 | 2024-11-18T21:40:45.722Z | Compiling tokio-stream v0.1.16 |
1457 | 2024-11-18T21:40:46.208Z | Compiling pkcs1 v0.7.5 |
1458 | 2024-11-18T21:40:46.583Z | Compiling serde-big-array v0.5.1 |
1459 | 2024-11-18T21:40:46.750Z | Compiling clap_derive v4.5.18 |
1460 | 2024-11-18T21:40:46.822Z | Compiling rfc6979 v0.4.0 |
1461 | 2024-11-18T21:40:46.838Z | Compiling derive-where v1.2.7 |
1462 | 2024-11-18T21:40:47.016Z | Compiling serde_repr v0.1.19 |
1463 | 2024-11-18T21:40:47.120Z | Compiling float-cmp v0.9.0 |
1464 | 2024-11-18T21:40:47.231Z | Compiling bstr v1.10.0 |
1465 | 2024-11-18T21:40:47.336Z | Compiling sync_wrapper v1.0.1 |
1466 | 2024-11-18T21:40:47.501Z | Compiling number_prefix v0.4.0 |
1467 | 2024-11-18T21:40:47.738Z | Compiling new_debug_unreachable v1.0.6 |
1468 | 2024-11-18T21:40:47.844Z | Compiling bit-vec v0.6.3 |
1469 | 2024-11-18T21:40:48.106Z | Compiling predicates-core v1.0.8 |
1470 | 2024-11-18T21:40:48.223Z | Compiling difflib v0.4.0 |
1471 | 2024-11-18T21:40:48.306Z | Compiling whoami v1.5.2 |
1472 | 2024-11-18T21:40:48.472Z | Compiling fixedbitset v0.4.2 |
1473 | 2024-11-18T21:40:48.955Z | Compiling unicode-width v0.2.0 |
1474 | 2024-11-18T21:40:48.999Z | Compiling precomputed-hash v0.1.1 |
1475 | 2024-11-18T21:40:49.121Z | Compiling unicode-segmentation v1.12.0 |
1476 | 2024-11-18T21:40:49.142Z | Compiling static_assertions v1.1.0 |
1477 | 2024-11-18T21:40:49.246Z | Compiling normalize-line-endings v0.3.0 |
1478 | 2024-11-18T21:40:49.380Z | Compiling predicates v3.1.2 |
1479 | 2024-11-18T21:40:49.496Z | Compiling indicatif v0.17.9 |
1480 | 2024-11-18T21:40:49.988Z | Compiling similar v2.6.0 |
1481 | 2024-11-18T21:40:50.016Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1482 | 2024-11-18T21:40:50.587Z | Compiling string_cache v0.8.7 |
1483 | 2024-11-18T21:40:51.079Z | Compiling petgraph v0.6.5 |
1484 | 2024-11-18T21:40:51.115Z | Compiling tokio-postgres v0.7.12 |
1485 | 2024-11-18T21:40:51.800Z | Compiling bit-set v0.5.3 |
1486 | 2024-11-18T21:40:51.957Z | Compiling clap v4.5.21 |
1487 | 2024-11-18T21:40:52.087Z | Compiling ecdsa v0.16.9 |
1488 | 2024-11-18T21:40:52.109Z | Compiling rsa v0.9.6 |
1489 | 2024-11-18T21:40:52.442Z | Compiling ed25519-dalek v2.1.1 |
1490 | 2024-11-18T21:40:52.998Z | Compiling toml v0.7.8 |
1491 | 2024-11-18T21:40:53.811Z | Compiling zip v0.6.6 |
1492 | 2024-11-18T21:40:54.807Z | Compiling crossterm v0.28.1 |
1493 | 2024-11-18T21:40:55.994Z | Compiling hex v0.4.3 |
1494 | 2024-11-18T21:40:56.096Z | Compiling x509-cert v0.2.5 |
1495 | 2024-11-18T21:40:56.316Z | Compiling itertools v0.10.5 |
1496 | 2024-11-18T21:40:56.628Z | Compiling lalrpop-util v0.19.12 |
1497 | 2024-11-18T21:40:56.999Z | Compiling peg-runtime v0.8.3 |
1498 | 2024-11-18T21:40:57.061Z | Compiling unicode-xid v0.2.6 |
1499 | 2024-11-18T21:40:57.154Z | Compiling strum_macros v0.26.4 |
1500 | 2024-11-18T21:40:57.252Z | Compiling xattr v1.3.1 |
1501 | 2024-11-18T21:40:57.536Z | Compiling filetime v0.2.25 |
1502 | 2024-11-18T21:40:57.863Z | Compiling tar v0.4.43 |
1503 | 2024-11-18T21:41:02.498Z | Compiling strum v0.26.3 |
1504 | 2024-11-18T21:41:04.786Z | Compiling aws-lc-sys v0.22.0 |
1505 | 2024-11-18T21:41:32.721Z | Compiling rustls-webpki v0.102.8 |
1506 | 2024-11-18T21:41:36.098Z | Compiling tokio-rustls v0.25.0 |
1507 | 2024-11-18T21:41:38.014Z | Compiling tokio-rustls v0.26.0 |
1508 | 2024-11-18T21:41:38.280Z | Compiling hyper-rustls v0.27.3 |
1509 | 2024-11-18T21:41:38.603Z | Compiling reqwest v0.12.9 |
1510 | 2024-11-18T21:41:39.468Z | Compiling qorb v0.2.0 |
1511 | 2024-11-18T21:41:44.666Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1512 | 2024-11-18T21:41:44.902Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1513 | 2024-11-18T21:41:50.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
1514 | 2024-11-18T21:41:50.897Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1515 | 2024-11-18T21:41:50.949Z | Nov 18 21:41:49.740 INFO Starting download, target: Cockroach |
1516 | 2024-11-18T21:41:50.949Z | Nov 18 21:41:49.740 INFO Starting download, target: Clickhouse |
1517 | 2024-11-18T21:41:50.949Z | Nov 18 21:41:49.740 INFO Starting download, target: Console |
1518 | 2024-11-18T21:41:50.949Z | Nov 18 21:41:49.740 INFO Starting download, target: DendriteOpenapi |
1519 | 2024-11-18T21:41:50.951Z | Nov 18 21:41:49.740 INFO Starting download, target: DendriteStub |
1520 | 2024-11-18T21:41:50.951Z | Nov 18 21:41:49.740 INFO Starting download, target: MaghemiteMgd |
1521 | 2024-11-18T21:41:50.951Z | Nov 18 21:41:49.740 INFO Starting download, target: TransceiverControl |
1522 | 2024-11-18T21:41:50.951Z | Nov 18 21:41:49.741 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1523 | 2024-11-18T21:41:50.952Z | Nov 18 21:41:49.741 INFO Downloading out/downloads/dpd-d0017d6983e8a95d8136398eeadec12f410d3282.json (attempt 1/3), target: DendriteOpenapi |
1524 | 2024-11-18T21:41:50.952Z | Nov 18 21:41:49.741 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1525 | 2024-11-18T21:41:50.952Z | Nov 18 21:41:49.741 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1526 | 2024-11-18T21:41:50.952Z | Nov 18 21:41:49.741 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1527 | 2024-11-18T21:41:50.952Z | Nov 18 21:41:49.741 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1528 | 2024-11-18T21:41:50.952Z | Nov 18 21:41:49.741 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1529 | 2024-11-18T21:41:51.116Z | Nov 18 21:41:49.899 INFO Download complete, target: DendriteOpenapi |
1530 | 2024-11-18T21:41:51.373Z | Nov 18 21:41:50.143 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1531 | 2024-11-18T21:41:51.546Z | Nov 18 21:41:50.326 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1532 | 2024-11-18T21:41:51.817Z | Nov 18 21:41:50.604 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1533 | 2024-11-18T21:41:51.870Z | Nov 18 21:41:50.657 INFO Download complete, target: Console |
1534 | 2024-11-18T21:41:51.888Z | Nov 18 21:41:50.677 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1535 | 2024-11-18T21:41:52.060Z | Nov 18 21:41:50.848 INFO Download complete, target: TransceiverControl |
1536 | 2024-11-18T21:41:52.520Z | Nov 18 21:41:51.311 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1537 | 2024-11-18T21:41:52.520Z | Nov 18 21:41:51.311 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1538 | 2024-11-18T21:41:52.842Z | Nov 18 21:41:51.633 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1539 | 2024-11-18T21:41:54.621Z | Nov 18 21:41:53.412 INFO Download complete, target: DendriteStub |
1540 | 2024-11-18T21:41:54.750Z | Nov 18 21:41:53.541 INFO Download complete, target: MaghemiteMgd |
1541 | 2024-11-18T21:41:59.843Z | Nov 18 21:41:58.634 INFO Checking that binary works, target: Cockroach |
1542 | 2024-11-18T21:42:00.005Z | Nov 18 21:41:58.796 INFO Download complete, target: Cockroach |
1543 | 2024-11-18T21:42:05.039Z | Nov 18 21:42:03.830 INFO Checking that binary works, target: Clickhouse |
1544 | 2024-11-18T21:42:05.207Z | Nov 18 21:42:03.998 INFO Download complete, target: Clickhouse |
1545 | 2024-11-18T21:42:05.214Z | All prerequisites installed successfully |
1546 | 2024-11-18T21:42:05.217Z | |
1547 | 2024-11-18T21:42:05.217Z | real 5:46.835786810 |
1548 | 2024-11-18T21:42:05.217Z | user 16:33.950709161 |
1549 | 2024-11-18T21:42:05.217Z | sys 3:16.962827075 |
1550 | 2024-11-18T21:42:05.217Z | trap 0.563858829 |
1551 | 2024-11-18T21:42:05.217Z | tflt 1.620332907 |
1552 | 2024-11-18T21:42:05.217Z | dflt 2.286027810 |
1553 | 2024-11-18T21:42:05.217Z | kflt 0.024926928 |
1554 | 2024-11-18T21:42:05.217Z | lock 29:52.657577161 |
1555 | 2024-11-18T21:42:05.217Z | slp 1:03:48.771364141 |
1556 | 2024-11-18T21:42:05.217Z | lat 58.557526021 |
1557 | 2024-11-18T21:42:05.217Z | stop 2:21.509365029 |
1558 | 2024-11-18T21:42:05.217Z | + ptime -m cargo xtask download softnpu |
1559 | 2024-11-18T21:42:05.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1560 | 2024-11-18T21:42:05.746Z | Running `target/debug/xtask download softnpu` |
1561 | 2024-11-18T21:42:06.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1562 | 2024-11-18T21:42:06.619Z | Running `target/debug/xtask-downloader softnpu` |
1563 | 2024-11-18T21:42:06.654Z | Nov 18 21:42:05.445 INFO Starting download, target: Softnpu |
1564 | 2024-11-18T21:42:06.657Z | Nov 18 21:42:05.446 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1565 | 2024-11-18T21:42:07.645Z | Nov 18 21:42:06.435 INFO Download complete, target: Softnpu |
1566 | 2024-11-18T21:42:07.649Z | |
1567 | 2024-11-18T21:42:07.651Z | real 2.427193596 |
1568 | 2024-11-18T21:42:07.651Z | user 1.271847624 |
1569 | 2024-11-18T21:42:07.651Z | sys 0.519452637 |
1570 | 2024-11-18T21:42:07.651Z | trap 0.000247592 |
1571 | 2024-11-18T21:42:07.651Z | tflt 0.000013039 |
1572 | 2024-11-18T21:42:07.651Z | dflt 0.000023540 |
1573 | 2024-11-18T21:42:07.651Z | kflt 0.000000000 |
1574 | 2024-11-18T21:42:07.651Z | lock 10.390263611 |
1575 | 2024-11-18T21:42:07.651Z | slp 0.802391980 |
1576 | 2024-11-18T21:42:07.651Z | lat 0.064840782 |
1577 | 2024-11-18T21:42:07.651Z | stop 0.000165485 |
1578 | 2024-11-18T21:42:07.651Z | + export CARGO_INCREMENTAL=0 |
1579 | 2024-11-18T21:42:07.651Z | + CARGO_INCREMENTAL=0 |
1580 | 2024-11-18T21:42:07.651Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1581 | 2024-11-18T21:42:08.626Z | Compiling proc-macro2 v1.0.89 |
1582 | 2024-11-18T21:42:08.626Z | Compiling unicode-ident v1.0.13 |
1583 | 2024-11-18T21:42:08.630Z | Compiling libc v0.2.162 |
1584 | 2024-11-18T21:42:08.630Z | Compiling serde v1.0.215 |
1585 | 2024-11-18T21:42:08.630Z | Compiling autocfg v1.4.0 |
1586 | 2024-11-18T21:42:08.630Z | Compiling version_check v0.9.5 |
1587 | 2024-11-18T21:42:08.630Z | Compiling cfg-if v1.0.0 |
1588 | 2024-11-18T21:42:08.853Z | Compiling memchr v2.7.4 |
1589 | 2024-11-18T21:42:08.896Z | Compiling typenum v1.17.0 |
1590 | 2024-11-18T21:42:08.898Z | Compiling shlex v1.3.0 |
1591 | 2024-11-18T21:42:09.313Z | Compiling value-bag v1.9.0 |
1592 | 2024-11-18T21:42:09.359Z | Compiling scopeguard v1.2.0 |
1593 | 2024-11-18T21:42:09.377Z | Compiling generic-array v0.14.7 |
1594 | 2024-11-18T21:42:09.609Z | Compiling lock_api v0.4.12 |
1595 | 2024-11-18T21:42:09.849Z | Compiling log v0.4.22 |
1596 | 2024-11-18T21:42:09.870Z | Compiling parking_lot_core v0.9.10 |
1597 | 2024-11-18T21:42:10.170Z | Compiling once_cell v1.20.2 |
1598 | 2024-11-18T21:42:10.259Z | Compiling serde_json v1.0.132 |
1599 | 2024-11-18T21:42:10.503Z | Compiling quote v1.0.37 |
1600 | 2024-11-18T21:42:10.555Z | Compiling rustix v0.38.37 |
1601 | 2024-11-18T21:42:10.579Z | Compiling libm v0.2.8 |
1602 | 2024-11-18T21:42:10.686Z | Compiling thiserror v1.0.69 |
1603 | 2024-11-18T21:42:10.876Z | Compiling syn v2.0.87 |
1604 | 2024-11-18T21:42:10.990Z | Compiling jobserver v0.1.32 |
1605 | 2024-11-18T21:42:11.144Z | Compiling getrandom v0.2.15 |
1606 | 2024-11-18T21:42:11.382Z | Compiling num-traits v0.2.19 |
1607 | 2024-11-18T21:42:11.385Z | Compiling itoa v1.0.11 |
1608 | 2024-11-18T21:42:11.421Z | Compiling cc v1.1.30 |
1609 | 2024-11-18T21:42:11.443Z | Compiling spin v0.9.8 |
1610 | 2024-11-18T21:42:11.446Z | Compiling aho-corasick v1.1.3 |
1611 | 2024-11-18T21:42:11.477Z | Compiling regex-syntax v0.8.5 |
1612 | 2024-11-18T21:42:11.633Z | Compiling slab v0.4.9 |
1613 | 2024-11-18T21:42:11.932Z | Compiling byteorder v1.5.0 |
1614 | 2024-11-18T21:42:12.102Z | Compiling errno v0.3.9 |
1615 | 2024-11-18T21:42:12.352Z | Compiling rand_core v0.6.4 |
1616 | 2024-11-18T21:42:12.395Z | Compiling either v1.13.0 |
1617 | 2024-11-18T21:42:12.549Z | Compiling lazy_static v1.5.0 |
1618 | 2024-11-18T21:42:12.725Z | Compiling glob v0.3.1 |
1619 | 2024-11-18T21:42:13.363Z | Compiling prettyplease v0.2.25 |
1620 | 2024-11-18T21:42:13.560Z | Compiling clang-sys v1.8.1 |
1621 | 2024-11-18T21:42:13.847Z | Compiling minimal-lexical v0.2.1 |
1622 | 2024-11-18T21:42:13.943Z | Compiling libloading v0.8.5 |
1623 | 2024-11-18T21:42:14.243Z | Compiling nom v7.1.3 |
1624 | 2024-11-18T21:42:14.295Z | Compiling allocator-api2 v0.2.18 |
1625 | 2024-11-18T21:42:14.315Z | Compiling subtle v2.6.1 |
1626 | 2024-11-18T21:42:14.944Z | Compiling home v0.5.9 |
1627 | 2024-11-18T21:42:15.027Z | Compiling bindgen v0.69.5 |
1628 | 2024-11-18T21:42:15.070Z | Compiling regex-automata v0.4.8 |
1629 | 2024-11-18T21:42:15.181Z | Compiling itertools v0.12.1 |
1630 | 2024-11-18T21:42:15.475Z | Compiling smallvec v1.13.2 |
1631 | 2024-11-18T21:42:15.900Z | Compiling lazycell v1.3.0 |
1632 | 2024-11-18T21:42:15.960Z | Compiling semver v1.0.23 |
1633 | 2024-11-18T21:42:16.076Z | Compiling rustc-hash v1.1.0 |
1634 | 2024-11-18T21:42:16.236Z | Compiling cmake v0.1.51 |
1635 | 2024-11-18T21:42:16.639Z | Compiling fs_extra v1.3.0 |
1636 | 2024-11-18T21:42:17.121Z | Compiling dunce v1.0.5 |
1637 | 2024-11-18T21:42:17.786Z | Compiling cexpr v0.6.0 |
1638 | 2024-11-18T21:42:17.786Z | Compiling pkg-config v0.3.31 |
1639 | 2024-11-18T21:42:17.823Z | Compiling ring v0.17.8 |
1640 | 2024-11-18T21:42:18.377Z | Compiling pin-project-lite v0.2.14 |
1641 | 2024-11-18T21:42:18.515Z | Compiling synstructure v0.13.1 |
1642 | 2024-11-18T21:42:18.822Z | Compiling ryu v1.0.18 |
1643 | 2024-11-18T21:42:19.019Z | Compiling const-oid v0.9.6 |
1644 | 2024-11-18T21:42:19.358Z | Compiling paste v1.0.15 |
1645 | 2024-11-18T21:42:19.637Z | Compiling aws-lc-rs v1.10.0 |
1646 | 2024-11-18T21:42:19.879Z | Compiling httparse v1.9.5 |
1647 | 2024-11-18T21:42:19.933Z | Compiling foldhash v0.1.3 |
1648 | 2024-11-18T21:42:20.040Z | Compiling equivalent v1.0.1 |
1649 | 2024-11-18T21:42:20.156Z | Compiling hashbrown v0.15.0 |
1650 | 2024-11-18T21:42:20.571Z | Compiling heck v0.5.0 |
1651 | 2024-11-18T21:42:20.916Z | Compiling regex v1.11.1 |
1652 | 2024-11-18T21:42:21.009Z | Compiling schemars v0.8.21 |
1653 | 2024-11-18T21:42:21.360Z | Compiling serde_derive_internals v0.29.1 |
1654 | 2024-11-18T21:42:21.551Z | Compiling signal-hook-registry v1.4.2 |
1655 | 2024-11-18T21:42:21.833Z | Compiling parking_lot v0.12.3 |
1656 | 2024-11-18T21:42:21.921Z | Compiling mio v1.0.2 |
1657 | 2024-11-18T21:42:23.700Z | Compiling stable_deref_trait v1.2.0 |
1658 | 2024-11-18T21:42:23.818Z | Compiling crossbeam-utils v0.8.20 |
1659 | 2024-11-18T21:42:23.895Z | Compiling socket2 v0.5.7 |
1660 | 2024-11-18T21:42:23.914Z | Compiling futures-core v0.3.31 |
1661 | 2024-11-18T21:42:24.079Z | Compiling serde_derive v1.0.215 |
1662 | 2024-11-18T21:42:24.144Z | Compiling zeroize_derive v1.4.2 |
1663 | 2024-11-18T21:42:24.332Z | Compiling zerocopy-derive v0.7.35 |
1664 | 2024-11-18T21:42:24.625Z | Compiling thiserror-impl v1.0.69 |
1665 | 2024-11-18T21:42:25.505Z | Compiling tokio-macros v2.4.0 |
1666 | 2024-11-18T21:42:25.542Z | Compiling zerofrom-derive v0.1.4 |
1667 | 2024-11-18T21:42:25.583Z | Compiling zeroize v1.8.1 |
1668 | 2024-11-18T21:42:25.937Z | Compiling yoke-derive v0.7.4 |
1669 | 2024-11-18T21:42:26.034Z | Compiling futures-macro v0.3.31 |
1670 | 2024-11-18T21:42:26.295Z | Compiling zerovec-derive v0.10.3 |
1671 | 2024-11-18T21:42:26.962Z | Compiling zerocopy v0.7.35 |
1672 | 2024-11-18T21:42:27.556Z | Compiling displaydoc v0.2.5 |
1673 | 2024-11-18T21:42:28.002Z | Compiling crypto-common v0.1.6 |
1674 | 2024-11-18T21:42:28.245Z | Compiling tracing-attributes v0.1.27 |
1675 | 2024-11-18T21:42:28.590Z | Compiling icu_provider_macros v1.5.0 |
1676 | 2024-11-18T21:42:28.679Z | Compiling block-buffer v0.10.4 |
1677 | 2024-11-18T21:42:28.898Z | Compiling digest v0.10.7 |
1678 | 2024-11-18T21:42:29.014Z | Compiling schemars_derive v0.8.21 |
1679 | 2024-11-18T21:42:29.093Z | Compiling der_derive v0.7.3 |
1680 | 2024-11-18T21:42:29.328Z | Compiling time-core v0.1.2 |
1681 | 2024-11-18T21:42:29.514Z | Compiling num-conv v0.1.0 |
1682 | 2024-11-18T21:42:29.818Z | Compiling time-macros v0.2.18 |
1683 | 2024-11-18T21:42:30.300Z | Compiling fnv v1.0.7 |
1684 | 2024-11-18T21:42:30.488Z | Compiling vcpkg v0.2.15 |
1685 | 2024-11-18T21:42:32.078Z | Compiling openssl-sys v0.9.104 |
1686 | 2024-11-18T21:42:32.707Z | Compiling cpufeatures v0.2.14 |
1687 | 2024-11-18T21:42:32.737Z | Compiling futures-sink v0.3.31 |
1688 | 2024-11-18T21:42:32.830Z | Compiling slog v2.7.0 |
1689 | 2024-11-18T21:42:33.050Z | Compiling ahash v0.8.11 |
1690 | 2024-11-18T21:42:33.115Z | Compiling syn v1.0.109 |
1691 | 2024-11-18T21:42:33.519Z | Compiling zerofrom v0.1.4 |
1692 | 2024-11-18T21:42:33.771Z | Compiling scroll_derive v0.12.0 |
1693 | 2024-11-18T21:42:33.836Z | Compiling iana-time-zone v0.1.61 |
1694 | 2024-11-18T21:42:33.852Z | Compiling ucd-trie v0.1.7 |
1695 | 2024-11-18T21:42:34.332Z | Compiling pest v2.7.14 |
1696 | 2024-11-18T21:42:34.369Z | Compiling yoke v0.7.4 |
1697 | 2024-11-18T21:42:34.551Z | Compiling futures-channel v0.3.31 |
1698 | 2024-11-18T21:42:34.941Z | Compiling hmac v0.12.1 |
1699 | 2024-11-18T21:42:35.183Z | Compiling openssl v0.10.68 |
1700 | 2024-11-18T21:42:35.202Z | Compiling futures-task v0.3.31 |
1701 | 2024-11-18T21:42:35.362Z | Compiling pin-utils v0.1.0 |
1702 | 2024-11-18T21:42:35.462Z | Compiling futures-io v0.3.31 |
1703 | 2024-11-18T21:42:35.749Z | Compiling futures-util v0.3.31 |
1704 | 2024-11-18T21:42:36.005Z | Compiling zerovec v0.10.4 |
1705 | 2024-11-18T21:42:36.274Z | Compiling block-padding v0.3.3 |
1706 | 2024-11-18T21:42:36.996Z | Compiling pest_meta v2.7.14 |
1707 | 2024-11-18T21:42:37.292Z | Compiling tinyvec_macros v0.1.1 |
1708 | 2024-11-18T21:42:37.394Z | Compiling tinyvec v1.8.0 |
1709 | 2024-11-18T21:42:37.819Z | Compiling bitflags v2.6.0 |
1710 | 2024-11-18T21:42:38.099Z | Compiling bytes v1.8.0 |
1711 | 2024-11-18T21:42:40.038Z | Compiling indexmap v2.6.0 |
1712 | 2024-11-18T21:42:41.066Z | Compiling tokio v1.40.0 |
1713 | 2024-11-18T21:42:41.521Z | Compiling serde_tokenstream v0.2.2 |
1714 | 2024-11-18T21:42:42.055Z | Compiling http v1.1.0 |
1715 | 2024-11-18T21:42:42.095Z | Compiling uuid v1.11.0 |
1716 | 2024-11-18T21:42:42.978Z | Compiling which v4.4.2 |
1717 | 2024-11-18T21:42:43.564Z | Compiling rustc_version v0.4.1 |
1718 | 2024-11-18T21:42:43.759Z | Compiling chrono v0.4.38 |
1719 | 2024-11-18T21:42:46.097Z | Compiling pest_generator v2.7.14 |
1720 | 2024-11-18T21:42:46.753Z | Compiling serde_spanned v0.6.8 |
1721 | 2024-11-18T21:42:47.112Z | Compiling toml_datetime v0.6.8 |
1722 | 2024-11-18T21:42:47.572Z | Compiling inout v0.1.3 |
1723 | 2024-11-18T21:42:47.881Z | Compiling openssl-macros v0.1.1 |
1724 | 2024-11-18T21:42:48.625Z | Compiling rustls v0.23.14 |
1725 | 2024-11-18T21:42:49.042Z | Compiling native-tls v0.2.12 |
1726 | 2024-11-18T21:42:50.421Z | Compiling pest_derive v2.7.14 |
1727 | 2024-11-18T21:42:50.638Z | Compiling cipher v0.4.4 |
1728 | 2024-11-18T21:42:50.914Z | Compiling unicode-normalization v0.1.24 |
1729 | 2024-11-18T21:42:51.116Z | Compiling tinystr v0.7.6 |
1730 | 2024-11-18T21:42:51.132Z | Compiling sha2 v0.10.8 |
1731 | 2024-11-18T21:42:51.199Z | Compiling tracing-core v0.1.32 |
1732 | 2024-11-18T21:42:51.568Z | Compiling usdt-impl v0.5.0 |
1733 | 2024-11-18T21:42:51.890Z | Compiling litemap v0.7.3 |
1734 | 2024-11-18T21:42:51.937Z | Compiling dyn-clone v1.0.17 |
1735 | 2024-11-18T21:42:51.953Z | Compiling base64ct v1.6.0 |
1736 | 2024-11-18T21:42:52.061Z | Compiling unicode-bidi v0.3.17 |
1737 | 2024-11-18T21:42:52.155Z | Compiling writeable v0.5.5 |
1738 | 2024-11-18T21:42:52.519Z | Compiling icu_locid v1.5.0 |
1739 | 2024-11-18T21:42:52.683Z | Compiling pem-rfc7468 v0.7.0 |
1740 | 2024-11-18T21:42:53.360Z | Compiling tracing v0.1.40 |
1741 | 2024-11-18T21:42:54.030Z | Compiling scroll v0.12.0 |
1742 | 2024-11-18T21:42:54.281Z | Compiling ppv-lite86 v0.2.20 |
1743 | 2024-11-18T21:42:54.614Z | Compiling async-trait v0.1.83 |
1744 | 2024-11-18T21:42:54.882Z | Compiling cookie v0.18.1 |
1745 | 2024-11-18T21:42:55.151Z | Compiling anyhow v1.0.93 |
1746 | 2024-11-18T21:42:55.169Z | Compiling plain v0.2.3 |
1747 | 2024-11-18T21:42:55.856Z | Compiling camino v1.1.9 |
1748 | 2024-11-18T21:42:56.402Z | Compiling flagset v0.4.6 |
1749 | 2024-11-18T21:42:56.882Z | Compiling der v0.7.9 |
1750 | 2024-11-18T21:42:57.142Z | Compiling aws-lc-sys v0.22.0 |
1751 | 2024-11-18T21:43:00.170Z | Compiling goblin v0.8.2 |
1752 | 2024-11-18T21:43:01.623Z | Compiling rand_chacha v0.3.1 |
1753 | 2024-11-18T21:43:02.539Z | Compiling icu_provider v1.5.0 |
1754 | 2024-11-18T21:43:03.586Z | Compiling icu_locid_transform_data v1.5.0 |
1755 | 2024-11-18T21:43:03.686Z | Compiling percent-encoding v2.3.1 |
1756 | 2024-11-18T21:43:03.999Z | Compiling rayon-core v1.12.1 |
1757 | 2024-11-18T21:43:04.711Z | Compiling untrusted v0.7.1 |
1758 | 2024-11-18T21:43:04.731Z | Compiling rustls-pki-types v1.9.0 |
1759 | 2024-11-18T21:43:04.898Z | Compiling rustls v0.22.4 |
1760 | 2024-11-18T21:43:05.159Z | Compiling pretty-hex v0.4.1 |
1761 | 2024-11-18T21:43:05.622Z | Compiling icu_locid_transform v1.5.0 |
1762 | 2024-11-18T21:43:05.875Z | Compiling dof v0.3.0 |
1763 | 2024-11-18T21:43:07.271Z | Compiling rand v0.8.5 |
1764 | 2024-11-18T21:43:07.557Z | Compiling spki v0.7.3 |
1765 | 2024-11-18T21:43:07.917Z | Compiling dtrace-parser v0.2.0 |
1766 | 2024-11-18T21:43:07.934Z | Compiling salsa20 v0.10.2 |
1767 | 2024-11-18T21:43:08.047Z | Compiling tokio-util v0.7.12 |
1768 | 2024-11-18T21:43:08.862Z | Compiling icu_collections v1.5.0 |
1769 | 2024-11-18T21:43:09.181Z | Compiling pbkdf2 v0.12.2 |
1770 | 2024-11-18T21:43:09.650Z | Compiling thread-id v4.2.2 |
1771 | 2024-11-18T21:43:09.706Z | Compiling powerfmt v0.2.0 |
1772 | 2024-11-18T21:43:09.759Z | Compiling mirai-annotations v1.12.0 |
1773 | 2024-11-18T21:43:09.955Z | Compiling untrusted v0.9.0 |
1774 | 2024-11-18T21:43:10.175Z | Compiling winnow v0.5.40 |
1775 | 2024-11-18T21:43:10.246Z | Compiling icu_properties_data v1.5.0 |
1776 | 2024-11-18T21:43:10.320Z | Compiling deranged v0.3.11 |
1777 | 2024-11-18T21:43:10.494Z | Compiling icu_properties v1.5.1 |
1778 | 2024-11-18T21:43:14.147Z | Compiling toml_edit v0.19.15 |
1779 | 2024-11-18T21:43:15.208Z | Compiling scrypt v0.11.0 |
1780 | 2024-11-18T21:43:15.378Z | Compiling cbc v0.1.2 |
1781 | 2024-11-18T21:43:15.618Z | Compiling aes v0.8.4 |
1782 | 2024-11-18T21:43:15.859Z | Compiling multer v3.1.0 |
1783 | 2024-11-18T21:43:15.989Z | Compiling num_threads v0.1.7 |
1784 | 2024-11-18T21:43:16.159Z | Compiling rustversion v1.0.17 |
1785 | 2024-11-18T21:43:16.459Z | Compiling write16 v1.0.0 |
1786 | 2024-11-18T21:43:16.770Z | Compiling utf16_iter v1.0.5 |
1787 | 2024-11-18T21:43:16.843Z | Compiling icu_normalizer_data v1.5.0 |
1788 | 2024-11-18T21:43:16.953Z | Compiling slog-async v2.8.0 |
1789 | 2024-11-18T21:43:16.971Z | Compiling atomic-waker v1.1.2 |
1790 | 2024-11-18T21:43:17.049Z | Compiling utf8_iter v1.0.4 |
1791 | 2024-11-18T21:43:17.295Z | Compiling icu_normalizer v1.5.0 |
1792 | 2024-11-18T21:43:17.324Z | Compiling time v0.3.36 |
1793 | 2024-11-18T21:43:18.570Z | Compiling pkcs5 v0.7.1 |
1794 | 2024-11-18T21:43:20.243Z | Compiling form_urlencoded v1.2.1 |
1795 | 2024-11-18T21:43:21.066Z | Compiling http-body v1.0.1 |
1796 | 2024-11-18T21:43:21.111Z | Compiling heapless v0.7.17 |
1797 | 2024-11-18T21:43:21.656Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1798 | 2024-11-18T21:43:22.088Z | Compiling signal-hook v0.3.17 |
1799 | 2024-11-18T21:43:22.878Z | Compiling try-lock v0.2.5 |
1800 | 2024-11-18T21:43:23.388Z | Compiling want v0.3.1 |
1801 | 2024-11-18T21:43:24.739Z | Compiling pkcs8 v0.10.2 |
1802 | 2024-11-18T21:43:25.392Z | Compiling idna_adapter v1.2.0 |
1803 | 2024-11-18T21:43:25.485Z | Compiling h2 v0.4.6 |
1804 | 2024-11-18T21:43:25.942Z | Compiling usdt-attr-macro v0.5.0 |
1805 | 2024-11-18T21:43:27.443Z | Compiling usdt-macro v0.5.0 |
1806 | 2024-11-18T21:43:28.774Z | Compiling async-stream-impl v0.3.6 |
1807 | 2024-11-18T21:43:28.792Z | Compiling httpdate v1.0.3 |
1808 | 2024-11-18T21:43:28.832Z | Compiling adler2 v2.0.0 |
1809 | 2024-11-18T21:43:29.555Z | Compiling strsim v0.11.1 |
1810 | 2024-11-18T21:43:30.022Z | Compiling miniz_oxide v0.8.0 |
1811 | 2024-11-18T21:43:30.265Z | Compiling idna v1.0.3 |
1812 | 2024-11-18T21:43:31.714Z | Compiling curve25519-dalek v4.1.3 |
1813 | 2024-11-18T21:43:32.123Z | Compiling openapiv3 v2.0.0 |
1814 | 2024-11-18T21:43:33.232Z | Compiling hyper v1.5.0 |
1815 | 2024-11-18T21:43:35.264Z | Compiling enum-as-inner v0.6.1 |
1816 | 2024-11-18T21:43:36.458Z | Compiling dropshot v0.12.0 |
1817 | 2024-11-18T21:43:36.750Z | Compiling base64 v0.22.1 |
1818 | 2024-11-18T21:43:37.020Z | Compiling portable-atomic v1.9.0 |
1819 | 2024-11-18T21:43:37.069Z | Compiling foreign-types-shared v0.1.1 |
1820 | 2024-11-18T21:43:37.184Z | Compiling smoltcp v0.9.1 |
1821 | 2024-11-18T21:43:37.570Z | Compiling tower-service v0.3.3 |
1822 | 2024-11-18T21:43:37.793Z | Compiling num-bigint-dig v0.8.4 |
1823 | 2024-11-18T21:43:37.835Z | Compiling match_cfg v0.1.0 |
1824 | 2024-11-18T21:43:37.837Z | Compiling hyper-util v0.1.10 |
1825 | 2024-11-18T21:43:37.949Z | Compiling hostname v0.3.1 |
1826 | 2024-11-18T21:43:38.064Z | Compiling foreign-types v0.3.2 |
1827 | 2024-11-18T21:43:43.938Z | Compiling url v2.5.3 |
1828 | 2024-11-18T21:43:45.859Z | Compiling dirs-sys-next v0.1.2 |
1829 | 2024-11-18T21:43:45.862Z | Compiling siphasher v0.3.11 |
1830 | 2024-11-18T21:43:45.910Z | Compiling heck v0.4.1 |
1831 | 2024-11-18T21:43:46.185Z | Compiling gimli v0.31.1 |
1832 | 2024-11-18T21:43:46.244Z | Compiling data-encoding v2.6.0 |
1833 | 2024-11-18T21:43:46.399Z | Compiling dirs-next v2.0.0 |
1834 | 2024-11-18T21:43:48.002Z | Compiling http-body-util v0.1.2 |
1835 | 2024-11-18T21:43:49.370Z | Compiling crossbeam-epoch v0.9.18 |
1836 | 2024-11-18T21:43:50.114Z | Compiling hubpack_derive v0.1.1 |
1837 | 2024-11-18T21:43:50.969Z | Compiling dropshot_endpoint v0.12.0 |
1838 | 2024-11-18T21:43:51.384Z | Compiling addr2line v0.24.2 |
1839 | 2024-11-18T21:43:52.392Z | Compiling sha1 v0.10.6 |
1840 | 2024-11-18T21:43:52.750Z | Compiling signature v2.2.0 |
1841 | 2024-11-18T21:43:52.804Z | Compiling zerocopy-derive v0.6.6 |
1842 | 2024-11-18T21:43:52.991Z | Compiling curve25519-dalek-derive v0.1.1 |
1843 | 2024-11-18T21:43:53.315Z | Compiling object v0.36.5 |
1844 | 2024-11-18T21:43:54.743Z | Compiling thread_local v1.1.8 |
1845 | 2024-11-18T21:43:55.010Z | Compiling fs-err v2.11.0 |
1846 | 2024-11-18T21:43:55.102Z | Compiling encoding_rs v0.8.34 |
1847 | 2024-11-18T21:43:55.300Z | Compiling winnow v0.6.20 |
1848 | 2024-11-18T21:43:58.686Z | Compiling openssl-probe v0.1.5 |
1849 | 2024-11-18T21:43:58.998Z | Compiling ipnet v2.10.1 |
1850 | 2024-11-18T21:43:59.109Z | Compiling utf8parse v0.2.2 |
1851 | 2024-11-18T21:43:59.284Z | Compiling rustc-demangle v0.1.24 |
1852 | 2024-11-18T21:44:00.043Z | Compiling mime v0.3.17 |
1853 | 2024-11-18T21:44:00.581Z | Compiling unicode-properties v0.1.3 |
1854 | 2024-11-18T21:44:02.068Z | Compiling anstyle v1.0.10 |
1855 | 2024-11-18T21:44:02.572Z | Compiling backtrace v0.3.74 |
1856 | 2024-11-18T21:44:08.386Z | Compiling stringprep v0.1.5 |
1857 | 2024-11-18T21:44:08.460Z | Compiling anstyle-parse v0.2.5 |
1858 | 2024-11-18T21:44:09.363Z | Compiling toml_edit v0.22.22 |
1859 | 2024-11-18T21:44:11.806Z | Compiling rustls-webpki v0.102.8 |
1860 | 2024-11-18T21:44:12.644Z | Compiling crossbeam-deque v0.8.5 |
1861 | 2024-11-18T21:44:16.970Z | Compiling term v0.7.0 |
1862 | 2024-11-18T21:44:18.250Z | Compiling slog-json v2.6.1 |
1863 | 2024-11-18T21:44:18.673Z | Compiling serde_urlencoded v0.7.1 |
1864 | 2024-11-18T21:44:19.911Z | Compiling crossbeam-channel v0.5.13 |
1865 | 2024-11-18T21:44:19.942Z | Compiling rustls-pemfile v2.2.0 |
1866 | 2024-11-18T21:44:20.772Z | Compiling hashbrown v0.14.5 |
1867 | 2024-11-18T21:44:21.512Z | Compiling idna v0.4.0 |
1868 | 2024-11-18T21:44:22.174Z | Compiling idna v0.3.0 |
1869 | 2024-11-18T21:44:22.367Z | Compiling futures-executor v0.3.31 |
1870 | 2024-11-18T21:44:23.206Z | Compiling num-integer v0.1.46 |
1871 | 2024-11-18T21:44:23.555Z | Compiling md-5 v0.10.6 |
1872 | 2024-11-18T21:44:23.652Z | Compiling ff v0.13.0 |
1873 | 2024-11-18T21:44:23.796Z | Compiling hash32 v0.2.1 |
1874 | 2024-11-18T21:44:23.882Z | Compiling memmap v0.7.0 |
1875 | 2024-11-18T21:44:23.919Z | Compiling is-terminal v0.4.13 |
1876 | 2024-11-18T21:44:24.141Z | Compiling is_terminal_polyfill v1.70.1 |
1877 | 2024-11-18T21:44:24.272Z | Compiling take_mut v0.2.2 |
1878 | 2024-11-18T21:44:25.292Z | Compiling psl-types v2.0.11 |
1879 | 2024-11-18T21:44:25.504Z | Compiling linked-hash-map v0.5.6 |
1880 | 2024-11-18T21:44:25.920Z | Compiling base16ct v0.2.0 |
1881 | 2024-11-18T21:44:26.246Z | Compiling fallible-iterator v0.2.0 |
1882 | 2024-11-18T21:44:26.768Z | Compiling anstyle-query v1.1.1 |
1883 | 2024-11-18T21:44:26.928Z | Compiling utf-8 v0.7.6 |
1884 | 2024-11-18T21:44:27.003Z | Compiling quick-error v1.2.3 |
1885 | 2024-11-18T21:44:27.163Z | Compiling colorchoice v1.0.2 |
1886 | 2024-11-18T21:44:27.303Z | Compiling anstream v0.6.15 |
1887 | 2024-11-18T21:44:27.357Z | Compiling tungstenite v0.24.0 |
1888 | 2024-11-18T21:44:28.029Z | Compiling resolv-conf v0.7.0 |
1889 | 2024-11-18T21:44:28.729Z | Compiling postgres-protocol v0.6.7 |
1890 | 2024-11-18T21:44:28.801Z | Compiling sec1 v0.7.3 |
1891 | 2024-11-18T21:44:29.400Z | Compiling lru-cache v0.1.2 |
1892 | 2024-11-18T21:44:29.418Z | Compiling publicsuffix v2.2.3 |
1893 | 2024-11-18T21:44:29.683Z | Compiling usdt v0.5.0 |
1894 | 2024-11-18T21:44:30.158Z | Compiling slog-term v2.9.1 |
1895 | 2024-11-18T21:44:30.650Z | Compiling group v0.13.0 |
1896 | 2024-11-18T21:44:30.976Z | Compiling num-iter v0.1.45 |
1897 | 2024-11-18T21:44:31.171Z | Compiling futures v0.3.31 |
1898 | 2024-11-18T21:44:31.190Z | Compiling hickory-proto v0.24.1 |
1899 | 2024-11-18T21:44:31.275Z | Compiling regress v0.10.1 |
1900 | 2024-11-18T21:44:34.793Z | Compiling tokio-rustls v0.26.0 |
1901 | 2024-11-18T21:44:34.892Z | Compiling slog-bunyan v2.5.0 |
1902 | 2024-11-18T21:44:35.105Z | Compiling tokio-rustls v0.25.0 |
1903 | 2024-11-18T21:44:35.557Z | Compiling toml v0.8.19 |
1904 | 2024-11-18T21:44:35.917Z | Compiling tokio-native-tls v0.3.1 |
1905 | 2024-11-18T21:44:36.065Z | Compiling strum_macros v0.25.3 |
1906 | 2024-11-18T21:44:36.207Z | Compiling phf_shared v0.11.2 |
1907 | 2024-11-18T21:44:36.548Z | Compiling async-stream v0.3.6 |
1908 | 2024-11-18T21:44:36.606Z | Compiling waitgroup v0.1.2 |
1909 | 2024-11-18T21:44:36.814Z | Compiling webpki-roots v0.26.6 |
1910 | 2024-11-18T21:44:37.208Z | Compiling idna v0.5.0 |
1911 | 2024-11-18T21:44:37.500Z | Compiling terminal_size v0.4.0 |
1912 | 2024-11-18T21:44:37.719Z | Compiling serde_path_to_error v0.1.16 |
1913 | 2024-11-18T21:44:37.738Z | Compiling hkdf v0.12.4 |
1914 | 2024-11-18T21:44:38.652Z | Compiling crypto-bigint v0.5.5 |
1915 | 2024-11-18T21:44:38.671Z | Compiling clap_derive v4.5.18 |
1916 | 2024-11-18T21:44:38.719Z | Compiling derive-where v1.2.7 |
1917 | 2024-11-18T21:44:39.646Z | Compiling serde_repr v0.1.19 |
1918 | 2024-11-18T21:44:40.532Z | Compiling hostname v0.4.0 |
1919 | 2024-11-18T21:44:40.748Z | Compiling crc32fast v1.4.2 |
1920 | 2024-11-18T21:44:40.985Z | Compiling bitflags v1.3.2 |
1921 | 2024-11-18T21:44:41.090Z | Compiling managed v0.8.0 |
1922 | 2024-11-18T21:44:41.780Z | Compiling unicode-width v0.1.14 |
1923 | 2024-11-18T21:44:41.878Z | Compiling clap_lex v0.7.2 |
1924 | 2024-11-18T21:44:42.327Z | Compiling debug-ignore v1.0.5 |
1925 | 2024-11-18T21:44:42.427Z | Compiling console v0.15.8 |
1926 | 2024-11-18T21:44:42.599Z | Compiling clap_builder v4.5.21 |
1927 | 2024-11-18T21:44:43.820Z | Compiling elliptic-curve v0.13.8 |
1928 | 2024-11-18T21:44:44.607Z | Compiling flate2 v1.0.34 |
1929 | 2024-11-18T21:44:45.547Z | Compiling cookie_store v0.21.0 |
1930 | 2024-11-18T21:44:48.384Z | Compiling hyper-rustls v0.27.3 |
1931 | 2024-11-18T21:44:48.464Z | Compiling hickory-resolver v0.24.1 |
1932 | 2024-11-18T21:44:49.001Z | Compiling phf v0.11.2 |
1933 | 2024-11-18T21:44:50.798Z | Compiling hyper-tls v0.6.0 |
1934 | 2024-11-18T21:44:51.209Z | Compiling signal-hook-mio v0.2.4 |
1935 | 2024-11-18T21:44:51.387Z | Compiling typify-impl v0.2.0 |
1936 | 2024-11-18T21:44:51.650Z | Compiling rayon v1.10.0 |
1937 | 2024-11-18T21:44:52.487Z | Compiling bzip2 v0.4.4 |
1938 | 2024-11-18T21:44:52.880Z | Compiling postgres-types v0.2.8 |
1939 | 2024-11-18T21:44:53.306Z | Compiling tokio-tungstenite v0.24.0 |
1940 | 2024-11-18T21:44:53.956Z | Compiling zerocopy v0.6.6 |
1941 | 2024-11-18T21:44:54.082Z | Compiling ed25519 v2.2.3 |
1942 | 2024-11-18T21:44:54.182Z | Compiling hubpack v0.1.2 |
1943 | 2024-11-18T21:44:54.306Z | Compiling phf_shared v0.10.0 |
1944 | 2024-11-18T21:44:54.568Z | Compiling pkcs1 v0.7.5 |
1945 | 2024-11-18T21:44:54.720Z | Compiling tokio-stream v0.1.16 |
1946 | 2024-11-18T21:44:55.724Z | Compiling serde-big-array v0.5.1 |
1947 | 2024-11-18T21:44:55.792Z | Compiling rfc6979 v0.4.0 |
1948 | 2024-11-18T21:44:55.948Z | Compiling float-cmp v0.9.0 |
1949 | 2024-11-18T21:44:55.983Z | Compiling sync_wrapper v1.0.1 |
1950 | 2024-11-18T21:44:56.139Z | Compiling bstr v1.10.0 |
1951 | 2024-11-18T21:44:56.696Z | Compiling normalize-line-endings v0.3.0 |
1952 | 2024-11-18T21:44:56.832Z | Compiling fixedbitset v0.4.2 |
1953 | 2024-11-18T21:44:57.225Z | Compiling precomputed-hash v0.1.1 |
1954 | 2024-11-18T21:44:57.265Z | Compiling number_prefix v0.4.0 |
1955 | 2024-11-18T21:44:57.358Z | Compiling whoami v1.5.2 |
1956 | 2024-11-18T21:44:57.727Z | Compiling static_assertions v1.1.0 |
1957 | 2024-11-18T21:44:57.746Z | Compiling predicates-core v1.0.8 |
1958 | 2024-11-18T21:44:57.835Z | Compiling new_debug_unreachable v1.0.6 |
1959 | 2024-11-18T21:44:57.933Z | Compiling unicode-width v0.2.0 |
1960 | 2024-11-18T21:44:58.073Z | Compiling unicode-segmentation v1.12.0 |
1961 | 2024-11-18T21:44:58.482Z | Compiling difflib v0.4.0 |
1962 | 2024-11-18T21:44:58.951Z | Compiling bit-vec v0.6.3 |
1963 | 2024-11-18T21:44:58.983Z | Compiling predicates v3.1.2 |
1964 | 2024-11-18T21:44:59.130Z | Compiling similar v2.6.0 |
1965 | 2024-11-18T21:44:59.398Z | Compiling bit-set v0.5.3 |
1966 | 2024-11-18T21:44:59.778Z | Compiling indicatif v0.17.9 |
1967 | 2024-11-18T21:45:00.509Z | Compiling string_cache v0.8.7 |
1968 | 2024-11-18T21:45:00.939Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1969 | 2024-11-18T21:45:01.122Z | Compiling tokio-postgres v0.7.12 |
1970 | 2024-11-18T21:45:01.613Z | Compiling petgraph v0.6.5 |
1971 | 2024-11-18T21:45:01.945Z | Compiling reqwest v0.12.9 |
1972 | 2024-11-18T21:45:03.395Z | Compiling typify-macro v0.2.0 |
1973 | 2024-11-18T21:45:06.469Z | Compiling ecdsa v0.16.9 |
1974 | 2024-11-18T21:45:07.137Z | Compiling qorb v0.2.0 |
1975 | 2024-11-18T21:45:07.390Z | Compiling rsa v0.9.6 |
1976 | 2024-11-18T21:45:07.614Z | Compiling ed25519-dalek v2.1.1 |
1977 | 2024-11-18T21:45:08.212Z | Compiling zip v0.6.6 |
1978 | 2024-11-18T21:45:08.257Z | Compiling crossterm v0.28.1 |
1979 | 2024-11-18T21:45:09.059Z | Compiling clap v4.5.21 |
1980 | 2024-11-18T21:45:13.211Z | Compiling toml v0.7.8 |
1981 | 2024-11-18T21:45:13.225Z | Compiling x509-cert v0.2.5 |
1982 | 2024-11-18T21:45:13.225Z | Compiling hex v0.4.3 |
1983 | 2024-11-18T21:45:13.225Z | Compiling itertools v0.10.5 |
1984 | 2024-11-18T21:45:13.225Z | Compiling lalrpop-util v0.19.12 |
1985 | 2024-11-18T21:45:13.226Z | Compiling peg-runtime v0.8.3 |
1986 | 2024-11-18T21:45:13.418Z | Compiling unicode-xid v0.2.6 |
1987 | 2024-11-18T21:45:15.637Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1988 | 2024-11-18T21:45:19.723Z | Compiling proc-macro-crate v1.3.1 |
1989 | 2024-11-18T21:45:19.841Z | Compiling ipnetwork v0.20.0 |
1990 | 2024-11-18T21:45:21.098Z | Compiling heapless v0.8.0 |
1991 | 2024-11-18T21:45:23.994Z | Compiling num_enum_derive v0.5.11 |
1992 | 2024-11-18T21:45:33.309Z | Compiling hash32 v0.3.1 |
1993 | 2024-11-18T21:45:34.252Z | Compiling smoltcp v0.11.0 |
1994 | 2024-11-18T21:45:35.586Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1995 | 2024-11-18T21:45:36.026Z | Compiling ident_case v1.0.1 |
1996 | 2024-11-18T21:45:36.270Z | Compiling darling_core v0.20.10 |
1997 | 2024-11-18T21:45:43.144Z | Compiling num_enum v0.5.11 |
1998 | 2024-11-18T21:45:43.344Z | Compiling typify v0.2.0 |
1999 | 2024-11-18T21:45:44.043Z | Compiling proc-macro-error-attr v1.0.4 |
2000 | 2024-11-18T21:45:44.345Z | Compiling cobs v0.2.3 |
2001 | 2024-11-18T21:45:44.465Z | Compiling unsafe-libyaml v0.2.11 |
2002 | 2024-11-18T21:45:44.776Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2003 | 2024-11-18T21:45:46.113Z | Compiling serde_yaml v0.9.34+deprecated |
2004 | 2024-11-18T21:45:47.913Z | Compiling postcard v1.0.10 |
2005 | 2024-11-18T21:46:00.502Z | Compiling progenitor-impl v0.8.0 |
2006 | 2024-11-18T21:46:07.454Z | Compiling darling_macro v0.20.10 |
2007 | 2024-11-18T21:46:15.015Z | Compiling strum_macros v0.26.4 |
2008 | 2024-11-18T21:46:16.083Z | Compiling structmeta-derive v0.3.0 |
2009 | 2024-11-18T21:46:16.413Z | Compiling foreign-types-macros v0.2.3 |
2010 | 2024-11-18T21:46:16.433Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2011 | 2024-11-18T21:46:16.626Z | Compiling proc-macro-error v1.0.4 |
2012 | 2024-11-18T21:46:17.048Z | Compiling foreign-types-shared v0.3.1 |
2013 | 2024-11-18T21:46:17.299Z | Compiling newtype-uuid v1.1.3 |
2014 | 2024-11-18T21:46:17.849Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2015 | 2024-11-18T21:46:19.348Z | Compiling structmeta v0.3.0 |
2016 | 2024-11-18T21:46:19.483Z | Compiling strum v0.26.3 |
2017 | 2024-11-18T21:46:20.244Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2018 | 2024-11-18T21:46:23.554Z | Compiling foreign-types v0.5.0 |
2019 | 2024-11-18T21:46:28.338Z | Compiling darling v0.20.10 |
2020 | 2024-11-18T21:46:28.467Z | Compiling progenitor-macro v0.8.0 |
2021 | 2024-11-18T21:46:32.015Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2022 | 2024-11-18T21:46:32.200Z | Compiling progenitor-client v0.8.0 |
2023 | 2024-11-18T21:46:35.696Z | Compiling tabwriter v1.4.0 |
2024 | 2024-11-18T21:46:36.486Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2025 | 2024-11-18T21:46:37.191Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2026 | 2024-11-18T21:46:37.300Z | Compiling cstr-argument v0.1.2 |
2027 | 2024-11-18T21:46:37.578Z | Compiling dropshot v0.13.0 |
2028 | 2024-11-18T21:46:38.061Z | Compiling crucible-workspace-hack v0.1.0 |
2029 | 2024-11-18T21:46:38.307Z | Compiling pretty-hex v0.2.1 |
2030 | 2024-11-18T21:46:38.356Z | Compiling fastrand v2.1.1 |
2031 | 2024-11-18T21:46:38.537Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2032 | 2024-11-18T21:46:39.057Z | Compiling tempfile v3.13.0 |
2033 | 2024-11-18T21:46:39.075Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2034 | 2024-11-18T21:46:39.946Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2035 | 2024-11-18T21:46:40.105Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2036 | 2024-11-18T21:46:40.774Z | Compiling serde_with_macros v3.11.0 |
2037 | 2024-11-18T21:46:41.036Z | Compiling parse-display-derive v0.10.0 |
2038 | 2024-11-18T21:46:41.166Z | Compiling colored v2.1.0 |
2039 | 2024-11-18T21:46:41.568Z | Compiling progenitor v0.8.0 |
2040 | 2024-11-18T21:46:41.876Z | Compiling dropshot_endpoint v0.13.0 |
2041 | 2024-11-18T21:46:42.431Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2042 | 2024-11-18T21:46:43.108Z | Compiling instant v0.1.13 |
2043 | 2024-11-18T21:46:43.232Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2044 | 2024-11-18T21:46:43.275Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2045 | 2024-11-18T21:46:43.445Z | Compiling serde_with v3.11.0 |
2046 | 2024-11-18T21:46:43.507Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2047 | 2024-11-18T21:46:43.629Z | Compiling backoff v0.4.0 |
2048 | 2024-11-18T21:46:44.029Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2049 | 2024-11-18T21:46:44.975Z | Compiling parse-display v0.10.0 |
2050 | 2024-11-18T21:46:46.968Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2051 | 2024-11-18T21:46:47.574Z | Compiling zone_cfg_derive v0.3.0 |
2052 | 2024-11-18T21:46:47.604Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2053 | 2024-11-18T21:46:47.973Z | Compiling camino-tempfile v1.1.1 |
2054 | 2024-11-18T21:46:48.397Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2055 | 2024-11-18T21:46:48.793Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2056 | 2024-11-18T21:46:48.879Z | Compiling regress v0.9.1 |
2057 | 2024-11-18T21:46:48.930Z | Compiling macaddr v1.0.1 |
2058 | 2024-11-18T21:46:48.993Z | Compiling num-derive v0.4.2 |
2059 | 2024-11-18T21:46:49.585Z | Compiling sigpipe v0.1.3 |
2060 | 2024-11-18T21:46:49.737Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2061 | 2024-11-18T21:46:50.028Z | Compiling libefi-sys v0.1.0 |
2062 | 2024-11-18T21:46:50.385Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2063 | 2024-11-18T21:46:51.296Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2064 | 2024-11-18T21:46:52.869Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2065 | 2024-11-18T21:46:53.704Z | Compiling zone v0.3.0 |
2066 | 2024-11-18T21:46:56.218Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2067 | 2024-11-18T21:46:56.648Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2068 | 2024-11-18T21:46:57.088Z | Compiling smf v0.2.3 |
2069 | 2024-11-18T21:46:57.206Z | Compiling bitfield-struct v0.6.2 |
2070 | 2024-11-18T21:46:57.563Z | Compiling ring v0.16.20 |
2071 | 2024-11-18T21:46:58.605Z | Compiling blake3 v1.5.4 |
2072 | 2024-11-18T21:46:58.624Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2073 | 2024-11-18T21:46:59.775Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2074 | 2024-11-18T21:47:00.328Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2075 | 2024-11-18T21:47:00.450Z | Compiling xattr v1.3.1 |
2076 | 2024-11-18T21:47:00.622Z | Compiling memmap2 v0.9.5 |
2077 | 2024-11-18T21:47:00.781Z | Compiling filetime v0.2.25 |
2078 | 2024-11-18T21:47:01.142Z | Compiling same-file v1.0.6 |
2079 | 2024-11-18T21:47:01.210Z | Compiling constant_time_eq v0.3.1 |
2080 | 2024-11-18T21:47:01.404Z | Compiling arrayref v0.3.9 |
2081 | 2024-11-18T21:47:01.431Z | Compiling arrayvec v0.7.6 |
2082 | 2024-11-18T21:47:01.463Z | Compiling spin v0.5.2 |
2083 | 2024-11-18T21:47:01.523Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2084 | 2024-11-18T21:47:01.664Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2085 | 2024-11-18T21:47:01.732Z | Compiling walkdir v2.5.0 |
2086 | 2024-11-18T21:47:02.293Z | Compiling tar v0.4.43 |
2087 | 2024-11-18T21:47:03.424Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2088 | 2024-11-18T21:47:03.844Z | Compiling gethostname v0.5.0 |
2089 | 2024-11-18T21:47:04.052Z | Compiling cargo-platform v0.1.8 |
2090 | 2024-11-18T21:47:04.382Z | Compiling topological-sort v0.2.2 |
2091 | 2024-11-18T21:47:04.666Z | Compiling cargo_metadata v0.18.1 |
2092 | 2024-11-18T21:47:07.992Z | Compiling omicron-zone-package v0.11.1 |
2093 | 2024-11-18T21:47:11.381Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2094 | 2024-11-18T21:47:12.112Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2095 | 2024-11-18T21:47:16.728Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2096 | 2024-11-18T21:47:34.233Z | Finished `release` profile [optimized] target(s) in 5m 26s |
2097 | 2024-11-18T21:47:34.394Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2098 | 2024-11-18T21:47:34.442Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2099 | 2024-11-18T21:47:34.445Z | Created new build target 'test' and set it as active |
2100 | 2024-11-18T21:47:34.445Z | |
2101 | 2024-11-18T21:47:34.445Z | real 5:26.781777574 |
2102 | 2024-11-18T21:47:34.445Z | user 36:52.546617601 |
2103 | 2024-11-18T21:47:34.445Z | sys 4:52.510415043 |
2104 | 2024-11-18T21:47:34.445Z | trap 1.078116811 |
2105 | 2024-11-18T21:47:34.445Z | tflt 3.305509552 |
2106 | 2024-11-18T21:47:34.445Z | dflt 0.578095413 |
2107 | 2024-11-18T21:47:34.445Z | kflt 0.008875589 |
2108 | 2024-11-18T21:47:34.445Z | lock 1:17:35.075684075 |
2109 | 2024-11-18T21:47:34.445Z | slp 2:34:09.367969291 |
2110 | 2024-11-18T21:47:34.445Z | lat 2:34.106740109 |
2111 | 2024-11-18T21:47:34.445Z | stop 4:29.118036648 |
2112 | 2024-11-18T21:47:34.445Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2113 | 2024-11-18T21:47:35.397Z | Finished `release` profile [optimized] target(s) in 0.90s |
2114 | 2024-11-18T21:47:35.454Z | Running `target/release/omicron-package -t test package` |
2115 | 2024-11-18T21:47:35.498Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2116 | 2024-11-18T21:47:36.645Z | Compiling convert_case v0.4.0 |
2117 | 2024-11-18T21:47:36.645Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2118 | 2024-11-18T21:47:36.648Z | Compiling itertools v0.13.0 |
2119 | 2024-11-18T21:47:36.648Z | Compiling password-hash v0.5.0 |
2120 | 2024-11-18T21:47:36.648Z | Compiling blake2 v0.10.6 |
2121 | 2024-11-18T21:47:36.648Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2122 | 2024-11-18T21:47:36.648Z | Compiling newline-converter v0.3.0 |
2123 | 2024-11-18T21:47:36.790Z | Compiling owo-colors v4.1.0 |
2124 | 2024-11-18T21:47:37.056Z | Compiling cancel-safe-futures v0.1.5 |
2125 | 2024-11-18T21:47:37.096Z | Compiling expectorate v1.1.0 |
2126 | 2024-11-18T21:47:37.274Z | Compiling libsw v3.3.1 |
2127 | 2024-11-18T21:47:37.401Z | Compiling argon2 v0.5.3 |
2128 | 2024-11-18T21:47:37.474Z | Compiling derive_more v0.99.18 |
2129 | 2024-11-18T21:47:37.599Z | Compiling linear-map v1.2.0 |
2130 | 2024-11-18T21:47:38.019Z | Compiling indent_write v2.2.0 |
2131 | 2024-11-18T21:47:38.085Z | Compiling swrite v0.1.0 |
2132 | 2024-11-18T21:47:38.251Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2133 | 2024-11-18T21:47:38.295Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2134 | 2024-11-18T21:47:38.378Z | Compiling progenitor-client v0.8.0 |
2135 | 2024-11-18T21:47:38.856Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2136 | 2024-11-18T21:47:38.895Z | Compiling base64 v0.21.7 |
2137 | 2024-11-18T21:47:38.956Z | Compiling progenitor v0.8.0 |
2138 | 2024-11-18T21:47:39.233Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2139 | 2024-11-18T21:47:39.937Z | Compiling atomicwrites v0.4.4 |
2140 | 2024-11-18T21:47:39.963Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2141 | 2024-11-18T21:47:39.986Z | Compiling num-rational v0.4.2 |
2142 | 2024-11-18T21:47:40.434Z | Compiling num-complex v0.4.6 |
2143 | 2024-11-18T21:47:40.478Z | Compiling float-ord v0.3.2 |
2144 | 2024-11-18T21:47:40.657Z | Compiling semver v0.1.20 |
2145 | 2024-11-18T21:47:41.255Z | Compiling rustc_version v0.1.7 |
2146 | 2024-11-18T21:47:41.703Z | Compiling num v0.4.3 |
2147 | 2024-11-18T21:47:41.766Z | Compiling newtype_derive v0.1.6 |
2148 | 2024-11-18T21:47:41.828Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2149 | 2024-11-18T21:47:42.169Z | Compiling highway v1.2.0 |
2150 | 2024-11-18T21:47:42.485Z | Compiling humantime v2.1.0 |
2151 | 2024-11-18T21:47:43.541Z | Compiling steno v0.4.1 |
2152 | 2024-11-18T21:47:43.956Z | Compiling newtype-uuid v1.1.3 |
2153 | 2024-11-18T21:47:44.149Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2154 | 2024-11-18T21:47:44.308Z | Compiling dropshot v0.13.0 |
2155 | 2024-11-18T21:47:44.383Z | Compiling tungstenite v0.21.0 |
2156 | 2024-11-18T21:47:46.704Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2157 | 2024-11-18T21:47:47.249Z | Compiling ipnetwork v0.20.0 |
2158 | 2024-11-18T21:47:47.936Z | Compiling instant v0.1.13 |
2159 | 2024-11-18T21:47:48.050Z | Compiling slog-dtrace v0.3.0 |
2160 | 2024-11-18T21:47:48.094Z | Compiling backoff v0.4.0 |
2161 | 2024-11-18T21:47:48.474Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2162 | 2024-11-18T21:47:48.495Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2163 | 2024-11-18T21:47:49.154Z | Compiling tokio-tungstenite v0.21.0 |
2164 | 2024-11-18T21:47:49.839Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2165 | 2024-11-18T21:47:50.210Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2166 | 2024-11-18T21:47:53.932Z | Compiling parse-display v0.10.0 |
2167 | 2024-11-18T21:47:54.523Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2168 | 2024-11-18T21:47:54.717Z | Compiling serde_with v3.11.0 |
2169 | 2024-11-18T21:47:58.035Z | Compiling strum v0.26.3 |
2170 | 2024-11-18T21:47:58.132Z | Compiling regress v0.9.1 |
2171 | 2024-11-18T21:47:58.222Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2172 | 2024-11-18T21:47:58.887Z | Compiling macaddr v1.0.1 |
2173 | 2024-11-18T21:47:59.746Z | Compiling prettyplease v0.2.25 |
2174 | 2024-11-18T21:47:59.922Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2175 | 2024-11-18T21:48:00.851Z | Compiling display-error-chain v0.2.2 |
2176 | 2024-11-18T21:48:01.086Z | Compiling arc-swap v1.7.1 |
2177 | 2024-11-18T21:48:01.795Z | Compiling slog-scope v4.4.0 |
2178 | 2024-11-18T21:48:02.013Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2179 | 2024-11-18T21:48:02.613Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2180 | 2024-11-18T21:48:02.942Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2181 | 2024-11-18T21:48:04.057Z | Compiling half v2.4.1 |
2182 | 2024-11-18T21:48:04.789Z | Compiling ciborium-io v0.2.2 |
2183 | 2024-11-18T21:48:04.943Z | Compiling ciborium-ll v0.2.2 |
2184 | 2024-11-18T21:48:05.492Z | Compiling slog-stdlog v4.1.1 |
2185 | 2024-11-18T21:48:05.555Z | Compiling ciborium v0.2.2 |
2186 | 2024-11-18T21:48:06.316Z | Compiling slog-envlogger v2.2.0 |
2187 | 2024-11-18T21:48:06.939Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2188 | 2024-11-18T21:48:07.766Z | Compiling fastrand v2.1.1 |
2189 | 2024-11-18T21:48:08.320Z | Compiling same-file v1.0.6 |
2190 | 2024-11-18T21:48:08.579Z | Compiling walkdir v2.5.0 |
2191 | 2024-11-18T21:48:09.025Z | Compiling tempfile v3.13.0 |
2192 | 2024-11-18T21:48:09.276Z | Compiling ring v0.16.20 |
2193 | 2024-11-18T21:48:09.858Z | Compiling blake3 v1.5.4 |
2194 | 2024-11-18T21:48:10.530Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2195 | 2024-11-18T21:48:12.109Z | Compiling xattr v1.3.1 |
2196 | 2024-11-18T21:48:12.395Z | Compiling filetime v0.2.25 |
2197 | 2024-11-18T21:48:12.706Z | Compiling memmap2 v0.9.5 |
2198 | 2024-11-18T21:48:12.951Z | Compiling arrayvec v0.7.6 |
2199 | 2024-11-18T21:48:13.124Z | Compiling spin v0.5.2 |
2200 | 2024-11-18T21:48:13.376Z | Compiling keccak v0.1.5 |
2201 | 2024-11-18T21:48:13.395Z | Compiling constant_time_eq v0.3.1 |
2202 | 2024-11-18T21:48:13.551Z | Compiling arrayref v0.3.9 |
2203 | 2024-11-18T21:48:14.323Z | Compiling sha3 v0.10.8 |
2204 | 2024-11-18T21:48:17.594Z | Compiling tar v0.4.43 |
2205 | 2024-11-18T21:48:18.131Z | Compiling camino-tempfile v1.1.1 |
2206 | 2024-11-18T21:48:18.552Z | Compiling toolchain_find v0.4.0 |
2207 | 2024-11-18T21:48:18.595Z | Compiling nibble_vec v0.1.0 |
2208 | 2024-11-18T21:48:18.854Z | Compiling maplit v1.0.2 |
2209 | 2024-11-18T21:48:19.146Z | Compiling radium v0.7.0 |
2210 | 2024-11-18T21:48:19.591Z | Compiling topological-sort v0.2.2 |
2211 | 2024-11-18T21:48:19.664Z | Compiling crunchy v0.2.2 |
2212 | 2024-11-18T21:48:19.832Z | Compiling endian-type v0.1.2 |
2213 | 2024-11-18T21:48:20.094Z | Compiling radix_trie v0.2.1 |
2214 | 2024-11-18T21:48:20.144Z | Compiling omicron-zone-package v0.11.1 |
2215 | 2024-11-18T21:48:20.940Z | Compiling rustfmt-wrapper v0.2.1 |
2216 | 2024-11-18T21:48:21.045Z | Compiling pem v3.0.4 |
2217 | 2024-11-18T21:48:21.512Z | Compiling maybe-uninit v2.0.0 |
2218 | 2024-11-18T21:48:21.989Z | Compiling tap v1.0.1 |
2219 | 2024-11-18T21:48:22.146Z | Compiling tiny-keccak v2.0.2 |
2220 | 2024-11-18T21:48:22.190Z | Compiling wyz v0.5.1 |
2221 | 2024-11-18T21:48:22.662Z | Compiling dsl_auto_type v0.1.2 |
2222 | 2024-11-18T21:48:22.707Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2223 | 2024-11-18T21:48:22.709Z | Compiling scheduled-thread-pool v0.2.7 |
2224 | 2024-11-18T21:48:23.047Z | Compiling secrecy v0.8.0 |
2225 | 2024-11-18T21:48:23.238Z | Compiling diesel_table_macro_syntax v0.2.0 |
2226 | 2024-11-18T21:48:23.383Z | Compiling crc-catalog v2.4.0 |
2227 | 2024-11-18T21:48:23.555Z | Compiling funty v2.0.0 |
2228 | 2024-11-18T21:48:23.666Z | Compiling packed_struct v0.10.1 |
2229 | 2024-11-18T21:48:24.005Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2230 | 2024-11-18T21:48:24.058Z | Compiling diesel_derives v2.2.3 |
2231 | 2024-11-18T21:48:24.123Z | Compiling crc v3.2.1 |
2232 | 2024-11-18T21:48:24.352Z | Compiling r2d2 v0.8.10 |
2233 | 2024-11-18T21:48:24.817Z | Compiling bitvec v1.0.1 |
2234 | 2024-11-18T21:48:25.408Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2235 | 2024-11-18T21:48:26.216Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2236 | 2024-11-18T21:48:26.366Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2237 | 2024-11-18T21:48:27.490Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2238 | 2024-11-18T21:48:27.964Z | Compiling ascii-canvas v3.0.0 |
2239 | 2024-11-18T21:48:28.509Z | Compiling universal-hash v0.5.1 |
2240 | 2024-11-18T21:48:28.769Z | Compiling thiserror-impl-no-std v2.0.2 |
2241 | 2024-11-18T21:48:29.517Z | Compiling packed_struct_codegen v0.10.1 |
2242 | 2024-11-18T21:48:31.512Z | Compiling lzma-sys v0.1.20 |
2243 | 2024-11-18T21:48:32.085Z | Compiling ena v0.14.3 |
2244 | 2024-11-18T21:48:32.206Z | Compiling indexmap v1.9.3 |
2245 | 2024-11-18T21:48:32.524Z | Compiling diff v0.1.13 |
2246 | 2024-11-18T21:48:32.526Z | Compiling nodrop v0.1.14 |
2247 | 2024-11-18T21:48:32.738Z | Compiling regex-syntax v0.6.29 |
2248 | 2024-11-18T21:48:33.102Z | Compiling opaque-debug v0.3.1 |
2249 | 2024-11-18T21:48:33.219Z | Compiling poly1305 v0.8.0 |
2250 | 2024-11-18T21:48:34.772Z | Compiling array-init v0.0.4 |
2251 | 2024-11-18T21:48:35.570Z | Compiling diesel v2.2.4 |
2252 | 2024-11-18T21:48:36.098Z | Compiling lalrpop v0.19.12 |
2253 | 2024-11-18T21:48:42.599Z | Compiling thiserror-no-std v2.0.2 |
2254 | 2024-11-18T21:48:42.744Z | Compiling smallvec v0.6.14 |
2255 | 2024-11-18T21:48:43.661Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2256 | 2024-11-18T21:48:43.822Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2257 | 2024-11-18T21:48:44.114Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2258 | 2024-11-18T21:48:44.365Z | Compiling chacha20 v0.9.1 |
2259 | 2024-11-18T21:48:44.756Z | Compiling heck v0.3.3 |
2260 | 2024-11-18T21:48:44.850Z | Compiling const_format_proc_macros v0.2.33 |
2261 | 2024-11-18T21:48:45.141Z | Compiling aead v0.5.2 |
2262 | 2024-11-18T21:48:45.494Z | Compiling bitfield v0.14.0 |
2263 | 2024-11-18T21:48:45.795Z | Compiling termcolor v1.4.1 |
2264 | 2024-11-18T21:48:46.751Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2265 | 2024-11-18T21:48:46.917Z | Compiling hashbrown v0.12.3 |
2266 | 2024-11-18T21:48:47.049Z | Compiling ref-cast v1.0.23 |
2267 | 2024-11-18T21:48:47.661Z | Compiling const_format v0.2.33 |
2268 | 2024-11-18T21:48:48.936Z | Compiling env_logger v0.10.2 |
2269 | 2024-11-18T21:48:49.415Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2270 | 2024-11-18T21:48:52.056Z | Compiling chacha20poly1305 v0.10.1 |
2271 | 2024-11-18T21:48:52.317Z | Compiling zone_cfg_derive v0.1.2 |
2272 | 2024-11-18T21:48:53.395Z | Compiling serde-hex v0.1.0 |
2273 | 2024-11-18T21:48:53.696Z | Compiling vsss-rs v3.3.4 |
2274 | 2024-11-18T21:48:58.497Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2275 | 2024-11-18T21:48:58.766Z | Compiling ron v0.8.1 |
2276 | 2024-11-18T21:48:58.850Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2277 | 2024-11-18T21:48:59.162Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2278 | 2024-11-18T21:48:59.745Z | Compiling derive_builder_core v0.20.2 |
2279 | 2024-11-18T21:49:01.896Z | Compiling hashbrown v0.13.2 |
2280 | 2024-11-18T21:49:02.442Z | Compiling polar-core v0.27.3 |
2281 | 2024-11-18T21:49:03.354Z | Compiling headers-core v0.3.0 |
2282 | 2024-11-18T21:49:03.535Z | Compiling fxhash v0.2.1 |
2283 | 2024-11-18T21:49:03.730Z | Compiling libxml v0.3.3 |
2284 | 2024-11-18T21:49:03.768Z | Compiling ref-cast-impl v1.0.23 |
2285 | 2024-11-18T21:49:04.087Z | Compiling crc-any v2.5.0 |
2286 | 2024-11-18T21:49:04.846Z | Compiling base64 v0.13.1 |
2287 | 2024-11-18T21:49:05.016Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2288 | 2024-11-18T21:49:05.561Z | Compiling ron v0.7.1 |
2289 | 2024-11-18T21:49:10.583Z | Compiling headers v0.4.0 |
2290 | 2024-11-18T21:49:12.775Z | Compiling object v0.30.4 |
2291 | 2024-11-18T21:49:14.192Z | Compiling derive_builder_macro v0.20.2 |
2292 | 2024-11-18T21:49:15.022Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2293 | 2024-11-18T21:49:16.605Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2294 | 2024-11-18T21:49:16.655Z | Compiling xz2 v0.1.7 |
2295 | 2024-11-18T21:49:17.315Z | Compiling zone v0.1.8 |
2296 | 2024-11-18T21:49:19.837Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2297 | 2024-11-18T21:49:20.640Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2298 | 2024-11-18T21:49:22.069Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2299 | 2024-11-18T21:49:22.373Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2300 | 2024-11-18T21:49:23.073Z | Compiling yasna v0.5.2 |
2301 | 2024-11-18T21:49:23.542Z | Compiling phf_generator v0.11.2 |
2302 | 2024-11-18T21:49:23.752Z | Compiling strum_macros v0.24.3 |
2303 | 2024-11-18T21:49:25.976Z | Compiling kstat-rs v0.2.4 |
2304 | 2024-11-18T21:49:26.518Z | Compiling samael v0.0.17 |
2305 | 2024-11-18T21:49:27.033Z | Compiling async-recursion v1.1.1 |
2306 | 2024-11-18T21:49:27.036Z | Compiling unicase v2.7.0 |
2307 | 2024-11-18T21:49:27.242Z | Compiling indoc v1.0.9 |
2308 | 2024-11-18T21:49:27.319Z | Compiling path-slash v0.1.5 |
2309 | 2024-11-18T21:49:27.378Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2310 | 2024-11-18T21:49:27.578Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2311 | 2024-11-18T21:49:28.331Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2312 | 2024-11-18T21:49:28.501Z | Compiling rcgen v0.12.1 |
2313 | 2024-11-18T21:49:32.134Z | Compiling phf_codegen v0.11.2 |
2314 | 2024-11-18T21:49:33.135Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2315 | 2024-11-18T21:49:38.870Z | Compiling derive_builder v0.20.2 |
2316 | 2024-11-18T21:49:39.432Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2317 | 2024-11-18T21:49:43.290Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2318 | 2024-11-18T21:49:43.598Z | Compiling oso-derive v0.27.3 |
2319 | 2024-11-18T21:49:43.985Z | Compiling impl-trait-for-tuples v0.2.2 |
2320 | 2024-11-18T21:49:44.559Z | Compiling libz-sys v1.1.20 |
2321 | 2024-11-18T21:49:45.168Z | Compiling parse-zoneinfo v0.3.1 |
2322 | 2024-11-18T21:49:46.723Z | Compiling quick-xml v0.33.0 |
2323 | 2024-11-18T21:49:47.481Z | Compiling subprocess v0.2.9 |
2324 | 2024-11-18T21:49:49.136Z | Compiling diesel-dtrace v0.3.0 |
2325 | 2024-11-18T21:49:49.451Z | Compiling parking_lot_core v0.8.6 |
2326 | 2024-11-18T21:49:49.884Z | Compiling cfg_aliases v0.1.1 |
2327 | 2024-11-18T21:49:50.008Z | Compiling nix v0.28.0 |
2328 | 2024-11-18T21:49:50.779Z | Compiling oso v0.27.3 |
2329 | 2024-11-18T21:49:50.871Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2330 | 2024-11-18T21:49:52.235Z | Compiling chrono-tz-build v0.4.0 |
2331 | 2024-11-18T21:49:53.555Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2332 | 2024-11-18T21:49:55.114Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2333 | 2024-11-18T21:49:58.798Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2334 | 2024-11-18T21:50:00.565Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2335 | 2024-11-18T21:50:00.920Z | Compiling bb8 v0.8.5 |
2336 | 2024-11-18T21:50:01.541Z | Compiling vte_generate_state_changes v0.1.2 |
2337 | 2024-11-18T21:50:01.994Z | Compiling buf-list v1.0.3 |
2338 | 2024-11-18T21:50:02.158Z | Compiling vte v0.11.1 |
2339 | 2024-11-18T21:50:02.656Z | Compiling async-bb8-diesel v0.2.1 |
2340 | 2024-11-18T21:50:03.661Z | Compiling chrono-tz v0.10.0 |
2341 | 2024-11-18T21:50:04.617Z | Compiling fd-lock v4.0.2 |
2342 | 2024-11-18T21:50:04.854Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2343 | 2024-11-18T21:50:04.886Z | Compiling pin-project-internal v1.1.6 |
2344 | 2024-11-18T21:50:05.646Z | Compiling atty v0.2.14 |
2345 | 2024-11-18T21:50:05.816Z | Compiling salty v0.3.0 |
2346 | 2024-11-18T21:50:06.250Z | Compiling bytecount v0.6.8 |
2347 | 2024-11-18T21:50:06.580Z | Compiling papergrid v0.11.0 |
2348 | 2024-11-18T21:50:07.696Z | Compiling pin-project v1.1.6 |
2349 | 2024-11-18T21:50:08.567Z | Compiling parking_lot v0.11.2 |
2350 | 2024-11-18T21:50:17.339Z | Compiling strip-ansi-escapes v0.2.0 |
2351 | 2024-11-18T21:50:19.093Z | Compiling tabled_derive v0.7.0 |
2352 | 2024-11-18T21:50:19.782Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2353 | 2024-11-18T21:50:21.221Z | Compiling peg-macros v0.8.4 |
2354 | 2024-11-18T21:50:24.498Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2355 | 2024-11-18T21:50:24.550Z | Compiling snafu-derive v0.8.5 |
2356 | 2024-11-18T21:50:25.509Z | Compiling sqlparser_derive v0.2.2 |
2357 | 2024-11-18T21:50:26.549Z | Compiling lockfree-object-pool v0.1.6 |
2358 | 2024-11-18T21:50:26.865Z | Compiling zip v2.1.3 |
2359 | 2024-11-18T21:50:27.194Z | Compiling nu-ansi-term v0.50.1 |
2360 | 2024-11-18T21:50:28.372Z | Compiling bumpalo v3.16.0 |
2361 | 2024-11-18T21:50:28.985Z | Compiling home v0.5.9 |
2362 | 2024-11-18T21:50:29.254Z | Compiling unicode_categories v0.1.1 |
2363 | 2024-11-18T21:50:29.337Z | Compiling simd-adler32 v0.3.7 |
2364 | 2024-11-18T21:50:29.622Z | Compiling sqlformat v0.2.6 |
2365 | 2024-11-18T21:50:30.476Z | Compiling zopfli v0.8.1 |
2366 | 2024-11-18T21:50:34.692Z | Compiling snafu v0.8.5 |
2367 | 2024-11-18T21:50:34.945Z | Compiling rustyline v14.0.0 |
2368 | 2024-11-18T21:50:36.010Z | Compiling reedline v0.35.0 |
2369 | 2024-11-18T21:50:39.875Z | Compiling sqlparser v0.45.0 |
2370 | 2024-11-18T21:50:40.530Z | Compiling peg v0.8.4 |
2371 | 2024-11-18T21:50:40.659Z | Compiling tabled v0.15.0 |
2372 | 2024-11-18T21:50:45.444Z | Compiling sled v0.34.7 |
2373 | 2024-11-18T21:50:47.432Z | Compiling mime_guess v2.0.5 |
2374 | 2024-11-18T21:50:51.029Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2375 | 2024-11-18T21:50:53.130Z | Compiling hickory-client v0.24.1 |
2376 | 2024-11-18T21:50:54.716Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2377 | 2024-11-18T21:50:58.317Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2378 | 2024-11-18T21:50:58.827Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2379 | 2024-11-18T21:50:59.002Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2380 | 2024-11-18T21:51:00.348Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2381 | 2024-11-18T21:51:01.877Z | Compiling globset v0.4.15 |
2382 | 2024-11-18T21:51:06.047Z | Compiling hickory-server v0.24.1 |
2383 | 2024-11-18T21:51:07.731Z | Compiling primeorder v0.13.6 |
2384 | 2024-11-18T21:51:08.361Z | Compiling olpc-cjson v0.1.4 |
2385 | 2024-11-18T21:51:08.731Z | Compiling vergen v8.3.2 |
2386 | 2024-11-18T21:51:09.040Z | Compiling bcs v0.1.6 |
2387 | 2024-11-18T21:51:09.614Z | Compiling env_filter v0.1.2 |
2388 | 2024-11-18T21:51:09.990Z | Compiling serde_plain v1.0.2 |
2389 | 2024-11-18T21:51:11.209Z | Compiling cargo-platform v0.1.8 |
2390 | 2024-11-18T21:51:11.738Z | Compiling nanorand v0.7.0 |
2391 | 2024-11-18T21:51:12.457Z | Compiling memoffset v0.9.1 |
2392 | 2024-11-18T21:51:12.805Z | Compiling typed-path v0.9.3 |
2393 | 2024-11-18T21:51:18.137Z | Compiling tough v0.19.0 |
2394 | 2024-11-18T21:51:20.154Z | Compiling flume v0.11.1 |
2395 | 2024-11-18T21:51:20.246Z | Compiling cargo_metadata v0.18.1 |
2396 | 2024-11-18T21:51:20.295Z | Compiling env_logger v0.11.5 |
2397 | 2024-11-18T21:51:21.711Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2398 | 2024-11-18T21:51:23.682Z | Compiling p384 v0.13.0 |
2399 | 2024-11-18T21:51:29.711Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2400 | 2024-11-18T21:51:33.844Z | Compiling git2 v0.19.0 |
2401 | 2024-11-18T21:51:39.757Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2402 | 2024-11-18T21:51:43.782Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2403 | 2024-11-18T21:51:45.708Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2404 | 2024-11-18T21:51:49.013Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2405 | 2024-11-18T21:51:51.243Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2406 | 2024-11-18T21:51:52.174Z | Compiling rand_seeder v0.3.0 |
2407 | 2024-11-18T21:51:52.541Z | Compiling libsqlite3-sys v0.30.1 |
2408 | 2024-11-18T21:51:52.562Z | Compiling parse-size v1.1.0 |
2409 | 2024-11-18T21:51:52.732Z | Compiling rustls v0.21.12 |
2410 | 2024-11-18T21:51:52.896Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2411 | 2024-11-18T21:51:53.051Z | Compiling cfg_aliases v0.2.1 |
2412 | 2024-11-18T21:51:53.165Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2413 | 2024-11-18T21:51:53.187Z | Compiling nix v0.29.0 |
2414 | 2024-11-18T21:51:53.292Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2415 | 2024-11-18T21:51:53.992Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2416 | 2024-11-18T21:51:55.375Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2417 | 2024-11-18T21:51:55.662Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2418 | 2024-11-18T21:51:55.937Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2419 | 2024-11-18T21:51:56.248Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2420 | 2024-11-18T21:51:56.467Z | Compiling rustls-webpki v0.101.7 |
2421 | 2024-11-18T21:51:59.814Z | Compiling sct v0.7.1 |
2422 | 2024-11-18T21:52:00.299Z | Compiling castaway v0.2.3 |
2423 | 2024-11-18T21:52:00.514Z | Compiling csv-core v0.1.11 |
2424 | 2024-11-18T21:52:00.567Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2425 | 2024-11-18T21:52:00.656Z | Compiling glob v0.3.1 |
2426 | 2024-11-18T21:52:00.856Z | Compiling http-range v0.1.5 |
2427 | 2024-11-18T21:52:01.365Z | Compiling hyper-staticfile v0.10.1 |
2428 | 2024-11-18T21:52:01.461Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2429 | 2024-11-18T21:52:02.810Z | Compiling csv v1.3.0 |
2430 | 2024-11-18T21:52:04.397Z | Compiling compact_str v0.8.0 |
2431 | 2024-11-18T21:52:05.672Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2432 | 2024-11-18T21:52:07.075Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2433 | 2024-11-18T21:52:12.509Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2434 | 2024-11-18T21:52:12.510Z | Compiling nix v0.27.1 |
2435 | 2024-11-18T21:52:12.800Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2436 | 2024-11-18T21:52:15.632Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2437 | 2024-11-18T21:52:21.649Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2438 | 2024-11-18T21:52:23.178Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2439 | 2024-11-18T21:52:26.521Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2440 | 2024-11-18T21:52:26.846Z | Compiling unicode-truncate v1.1.0 |
2441 | 2024-11-18T21:52:27.126Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2442 | 2024-11-18T21:52:27.431Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2443 | 2024-11-18T21:52:27.738Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2444 | 2024-11-18T21:52:29.225Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2445 | 2024-11-18T21:52:29.672Z | Compiling hashlink v0.9.1 |
2446 | 2024-11-18T21:52:30.541Z | Compiling tungstenite v0.23.0 |
2447 | 2024-11-18T21:52:31.061Z | Compiling lru v0.12.5 |
2448 | 2024-11-18T21:52:31.476Z | Compiling instability v0.3.2 |
2449 | 2024-11-18T21:52:32.255Z | Compiling fallible-iterator v0.3.0 |
2450 | 2024-11-18T21:52:32.480Z | Compiling fallible-streaming-iterator v0.1.9 |
2451 | 2024-11-18T21:52:32.775Z | Compiling cassowary v0.3.0 |
2452 | 2024-11-18T21:52:33.051Z | Compiling rusqlite v0.32.1 |
2453 | 2024-11-18T21:52:35.075Z | Compiling ratatui v0.28.1 |
2454 | 2024-11-18T21:52:36.327Z | Compiling tokio-tungstenite v0.23.1 |
2455 | 2024-11-18T21:52:36.436Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2456 | 2024-11-18T21:52:39.256Z | Compiling tokio-rustls v0.24.1 |
2457 | 2024-11-18T21:52:46.668Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2458 | 2024-11-18T21:52:54.372Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2459 | 2024-11-18T21:52:55.319Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2460 | 2024-11-18T21:52:55.447Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2461 | 2024-11-18T21:52:55.969Z | Compiling rustls-pemfile v1.0.4 |
2462 | 2024-11-18T21:52:56.728Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2463 | 2024-11-18T21:52:57.143Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2464 | 2024-11-18T21:52:57.914Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2465 | 2024-11-18T21:52:58.136Z | Compiling signal-hook-tokio v0.3.1 |
2466 | 2024-11-18T21:52:58.405Z | Compiling twox-hash v1.6.3 |
2467 | 2024-11-18T21:52:59.478Z | Compiling unicode-linebreak v0.1.5 |
2468 | 2024-11-18T21:52:59.851Z | Compiling is_ci v1.2.0 |
2469 | 2024-11-18T21:53:00.057Z | Compiling smawk v0.3.2 |
2470 | 2024-11-18T21:53:00.153Z | Compiling supports-color v3.0.1 |
2471 | 2024-11-18T21:53:00.321Z | Compiling textwrap v0.16.1 |
2472 | 2024-11-18T21:53:02.258Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2473 | 2024-11-18T21:53:08.640Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2474 | 2024-11-18T21:53:12.756Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2475 | 2024-11-18T21:53:21.710Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2476 | 2024-11-18T21:53:22.006Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2477 | 2024-11-18T21:53:23.519Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2478 | 2024-11-18T21:53:24.149Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2479 | 2024-11-18T21:53:26.596Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2480 | 2024-11-18T21:53:33.768Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2481 | 2024-11-18T21:53:34.059Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2482 | 2024-11-18T21:53:35.498Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2483 | 2024-11-18T21:53:40.715Z | Compiling fatfs v0.3.6 |
2484 | 2024-11-18T21:53:43.566Z | Compiling rtoolbox v0.0.2 |
2485 | 2024-11-18T21:53:43.585Z | Compiling assert_matches v1.5.0 |
2486 | 2024-11-18T21:53:43.986Z | Compiling rpassword v7.3.1 |
2487 | 2024-11-18T21:53:44.459Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2488 | 2024-11-18T21:53:44.702Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2489 | 2024-11-18T21:53:58.342Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2490 | 2024-11-18T21:54:05.406Z | Compiling tui-tree-widget v0.22.0 |
2491 | 2024-11-18T21:54:05.880Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2492 | 2024-11-18T21:54:07.894Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2493 | 2024-11-18T21:54:11.018Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2494 | 2024-11-18T21:54:11.338Z | Compiling uzers v0.12.1 |
2495 | 2024-11-18T21:54:14.466Z | Compiling shell-words v1.1.0 |
2496 | 2024-11-18T21:54:14.914Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2497 | 2024-11-18T21:54:21.267Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2498 | 2024-11-18T21:54:23.319Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2499 | 2024-11-18T21:54:47.551Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2500 | 2024-11-18T21:54:55.575Z | Compiling multimap v0.10.0 |
2501 | 2024-11-18T21:56:56.601Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2502 | 2024-11-18T21:57:04.801Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2503 | 2024-11-18T22:03:46.449Z | Finished `release` profile [optimized] target(s) in 16m 10s |
2504 | 2024-11-18T22:04:47.023Z | |
2505 | 2024-11-18T22:04:47.025Z | real 17:12.536124028 |
2506 | 2024-11-18T22:04:47.025Z | user 1:58:41.065420966 |
2507 | 2024-11-18T22:04:47.025Z | sys 5:55.773205465 |
2508 | 2024-11-18T22:04:47.025Z | trap 2.870598780 |
2509 | 2024-11-18T22:04:47.025Z | tflt 3.237260752 |
2510 | 2024-11-18T22:04:47.025Z | dflt 4.183051016 |
2511 | 2024-11-18T22:04:47.025Z | kflt 0.000764780 |
2512 | 2024-11-18T22:04:47.025Z | lock 7:16:16.665814790 |
2513 | 2024-11-18T22:04:47.026Z | slp 6:17:35.543573030 |
2514 | 2024-11-18T22:04:47.026Z | lat 2:58.975414227 |
2515 | 2024-11-18T22:04:47.026Z | stop 2:33.439260619 |
2516 | 2024-11-18T22:04:47.026Z | + mapfile -t packages |
2517 | 2024-11-18T22:04:47.026Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2518 | 2024-11-18T22:04:48.055Z | Finished `release` profile [optimized] target(s) in 0.98s |
2519 | 2024-11-18T22:04:48.122Z | Running `target/release/omicron-package -t test list-outputs` |
2520 | 2024-11-18T22:04:48.170Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2521 | 2024-11-18T22:04:48.173Z | + ptime -m cargo build --locked --release -p xtask |
2522 | 2024-11-18T22:04:48.735Z | Compiling serde v1.0.215 |
2523 | 2024-11-18T22:04:48.738Z | Compiling serde_json v1.0.132 |
2524 | 2024-11-18T22:04:48.738Z | Compiling libc v0.2.162 |
2525 | 2024-11-18T22:04:48.738Z | Compiling rustix v0.38.37 |
2526 | 2024-11-18T22:04:48.826Z | Compiling syn v2.0.87 |
2527 | 2024-11-18T22:04:48.840Z | Compiling bitflags v2.6.0 |
2528 | 2024-11-18T22:04:49.137Z | Compiling usdt-impl v0.5.0 |
2529 | 2024-11-18T22:04:49.196Z | Compiling syn v1.0.109 |
2530 | 2024-11-18T22:04:49.342Z | Compiling hashbrown v0.15.0 |
2531 | 2024-11-18T22:04:49.358Z | Compiling log v0.4.22 |
2532 | 2024-11-18T22:04:49.405Z | Compiling fs-err v2.11.0 |
2533 | 2024-11-18T22:04:49.693Z | Compiling anyhow v1.0.93 |
2534 | 2024-11-18T22:04:49.818Z | Compiling once_cell v1.20.2 |
2535 | 2024-11-18T22:04:50.306Z | Compiling thread-id v4.2.2 |
2536 | 2024-11-18T22:04:50.738Z | Compiling indexmap v2.6.0 |
2537 | 2024-11-18T22:04:51.769Z | Compiling terminal_size v0.4.0 |
2538 | 2024-11-18T22:04:51.769Z | Compiling tempfile v3.13.0 |
2539 | 2024-11-18T22:04:52.036Z | Compiling clap_builder v4.5.21 |
2540 | 2024-11-18T22:04:52.626Z | Compiling proc-macro-error v1.0.4 |
2541 | 2024-11-18T22:04:54.070Z | Compiling tabled_derive v0.7.0 |
2542 | 2024-11-18T22:04:55.403Z | Compiling tabled v0.15.0 |
2543 | 2024-11-18T22:04:56.931Z | Compiling serde_derive v1.0.215 |
2544 | 2024-11-18T22:04:57.493Z | Compiling thiserror-impl v1.0.69 |
2545 | 2024-11-18T22:04:57.710Z | Compiling zerocopy-derive v0.7.35 |
2546 | 2024-11-18T22:04:59.050Z | Compiling scroll_derive v0.12.0 |
2547 | 2024-11-18T22:04:59.820Z | Compiling zerocopy v0.7.35 |
2548 | 2024-11-18T22:05:00.486Z | Compiling thiserror v1.0.69 |
2549 | 2024-11-18T22:05:00.777Z | Compiling pest v2.7.14 |
2550 | 2024-11-18T22:05:00.780Z | Compiling scroll v0.12.0 |
2551 | 2024-11-18T22:05:01.366Z | Compiling goblin v0.8.2 |
2552 | 2024-11-18T22:05:03.682Z | Compiling pest_meta v2.7.14 |
2553 | 2024-11-18T22:05:04.615Z | Compiling clap_derive v4.5.18 |
2554 | 2024-11-18T22:05:05.527Z | Compiling pest_generator v2.7.14 |
2555 | 2024-11-18T22:05:07.866Z | Compiling pest_derive v2.7.14 |
2556 | 2024-11-18T22:05:08.699Z | Compiling dtrace-parser v0.2.0 |
2557 | 2024-11-18T22:05:10.505Z | Compiling clap v4.5.21 |
2558 | 2024-11-18T22:05:12.075Z | Compiling serde_spanned v0.6.8 |
2559 | 2024-11-18T22:05:12.357Z | Compiling toml_datetime v0.6.8 |
2560 | 2024-11-18T22:05:13.097Z | Compiling toml_edit v0.22.22 |
2561 | 2024-11-18T22:05:15.517Z | Compiling serde_tokenstream v0.2.2 |
2562 | 2024-11-18T22:05:15.546Z | Compiling dof v0.3.0 |
2563 | 2024-11-18T22:05:16.659Z | Compiling camino v1.1.9 |
2564 | 2024-11-18T22:05:17.859Z | Compiling toml v0.8.19 |
2565 | 2024-11-18T22:05:18.528Z | Compiling usdt-attr-macro v0.5.0 |
2566 | 2024-11-18T22:05:19.927Z | Compiling usdt-macro v0.5.0 |
2567 | 2024-11-18T22:05:21.176Z | Compiling semver v1.0.23 |
2568 | 2024-11-18T22:05:21.620Z | Compiling cargo-platform v0.1.8 |
2569 | 2024-11-18T22:05:22.742Z | Compiling cargo_metadata v0.18.1 |
2570 | 2024-11-18T22:05:22.762Z | Compiling usdt v0.5.0 |
2571 | 2024-11-18T22:05:24.098Z | Compiling cargo_toml v0.20.5 |
2572 | 2024-11-18T22:05:24.274Z | Compiling camino-tempfile v1.1.1 |
2573 | 2024-11-18T22:05:24.766Z | Compiling macaddr v1.0.1 |
2574 | 2024-11-18T22:05:34.719Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2575 | 2024-11-18T22:05:46.043Z | Finished `release` profile [optimized] target(s) in 57.81s |
2576 | 2024-11-18T22:05:46.171Z | |
2577 | 2024-11-18T22:05:46.173Z | real 57.970038908 |
2578 | 2024-11-18T22:05:46.173Z | user 5:47.678993275 |
2579 | 2024-11-18T22:05:46.176Z | sys 31.846635378 |
2580 | 2024-11-18T22:05:46.176Z | trap 0.154604625 |
2581 | 2024-11-18T22:05:46.176Z | tflt 0.319272847 |
2582 | 2024-11-18T22:05:46.176Z | dflt 0.576561605 |
2583 | 2024-11-18T22:05:46.176Z | kflt 0.000000000 |
2584 | 2024-11-18T22:05:46.176Z | lock 11:02.784834903 |
2585 | 2024-11-18T22:05:46.176Z | slp 16:29.193781586 |
2586 | 2024-11-18T22:05:46.176Z | lat 13.971844571 |
2587 | 2024-11-18T22:05:46.176Z | stop 16.102099389 |
2588 | 2024-11-18T22:05:46.176Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2589 | 2024-11-18T22:05:46.176Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2590 | 2024-11-18T22:05:46.176Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2591 | 2024-11-18T22:05:46.176Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2592 | 2024-11-18T22:05:46.176Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2593 | 2024-11-18T22:05:47.043Z | Compiling hashbrown v0.14.5 |
2594 | 2024-11-18T22:05:47.170Z | Compiling unsafe-libyaml v0.2.11 |
2595 | 2024-11-18T22:05:47.182Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2596 | 2024-11-18T22:05:47.185Z | Compiling progenitor-client v0.8.0 |
2597 | 2024-11-18T22:05:47.185Z | Compiling ident_case v1.0.1 |
2598 | 2024-11-18T22:05:47.185Z | Compiling ipnetwork v0.20.0 |
2599 | 2024-11-18T22:05:47.185Z | Compiling instant v0.1.13 |
2600 | 2024-11-18T22:05:47.185Z | Compiling structmeta-derive v0.3.0 |
2601 | 2024-11-18T22:05:47.330Z | Compiling darling_core v0.20.10 |
2602 | 2024-11-18T22:05:47.381Z | Compiling newtype-uuid v1.1.3 |
2603 | 2024-11-18T22:05:47.638Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2604 | 2024-11-18T22:05:47.692Z | Compiling dropshot v0.13.0 |
2605 | 2024-11-18T22:05:48.072Z | Compiling dropshot_endpoint v0.13.0 |
2606 | 2024-11-18T22:05:48.074Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2607 | 2024-11-18T22:05:48.074Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2608 | 2024-11-18T22:05:48.441Z | Compiling regress v0.10.1 |
2609 | 2024-11-18T22:05:48.472Z | Compiling serde_yaml v0.9.34+deprecated |
2610 | 2024-11-18T22:05:48.491Z | Compiling regress v0.9.1 |
2611 | 2024-11-18T22:05:48.879Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2612 | 2024-11-18T22:05:49.081Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2613 | 2024-11-18T22:05:49.100Z | Compiling backoff v0.4.0 |
2614 | 2024-11-18T22:05:49.469Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2615 | 2024-11-18T22:05:49.657Z | Compiling macaddr v1.0.1 |
2616 | 2024-11-18T22:05:49.873Z | Compiling tempfile v3.13.0 |
2617 | 2024-11-18T22:05:50.115Z | Compiling proc-macro-crate v1.3.1 |
2618 | 2024-11-18T22:05:50.257Z | Compiling structmeta v0.3.0 |
2619 | 2024-11-18T22:05:50.746Z | Compiling parse-display-derive v0.10.0 |
2620 | 2024-11-18T22:05:50.792Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2621 | 2024-11-18T22:05:51.213Z | Compiling num_enum_derive v0.5.11 |
2622 | 2024-11-18T22:05:51.237Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2623 | 2024-11-18T22:05:51.559Z | Compiling foreign-types-macros v0.2.3 |
2624 | 2024-11-18T22:05:52.836Z | Compiling typify-impl v0.2.0 |
2625 | 2024-11-18T22:05:52.914Z | Compiling heapless v0.8.0 |
2626 | 2024-11-18T22:05:53.528Z | Compiling foreign-types-shared v0.3.1 |
2627 | 2024-11-18T22:05:53.661Z | Compiling foreign-types v0.5.0 |
2628 | 2024-11-18T22:05:53.711Z | Compiling proc-macro-error v1.0.4 |
2629 | 2024-11-18T22:05:53.906Z | Compiling num_enum v0.5.11 |
2630 | 2024-11-18T22:05:53.992Z | Compiling camino-tempfile v1.1.1 |
2631 | 2024-11-18T22:05:54.070Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2632 | 2024-11-18T22:05:54.164Z | Compiling hash32 v0.3.1 |
2633 | 2024-11-18T22:05:54.432Z | Compiling cstr-argument v0.1.2 |
2634 | 2024-11-18T22:05:54.451Z | Compiling pretty-hex v0.2.1 |
2635 | 2024-11-18T22:05:54.472Z | Compiling crucible-workspace-hack v0.1.0 |
2636 | 2024-11-18T22:05:54.490Z | Compiling darling_macro v0.20.10 |
2637 | 2024-11-18T22:05:54.654Z | Compiling smoltcp v0.11.0 |
2638 | 2024-11-18T22:05:54.688Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2639 | 2024-11-18T22:05:54.774Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2640 | 2024-11-18T22:05:54.942Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2641 | 2024-11-18T22:05:55.119Z | Compiling tabwriter v1.4.0 |
2642 | 2024-11-18T22:05:55.402Z | Compiling colored v2.1.0 |
2643 | 2024-11-18T22:05:55.421Z | Compiling darling v0.20.10 |
2644 | 2024-11-18T22:05:55.440Z | Compiling cobs v0.2.3 |
2645 | 2024-11-18T22:05:55.464Z | Compiling parse-display v0.10.0 |
2646 | 2024-11-18T22:05:55.549Z | Compiling serde_with_macros v3.11.0 |
2647 | 2024-11-18T22:05:55.662Z | Compiling postcard v1.0.10 |
2648 | 2024-11-18T22:05:55.887Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2649 | 2024-11-18T22:05:56.202Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2650 | 2024-11-18T22:05:56.205Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2651 | 2024-11-18T22:05:56.309Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2652 | 2024-11-18T22:05:56.330Z | Compiling smf v0.2.3 |
2653 | 2024-11-18T22:05:56.373Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2654 | 2024-11-18T22:05:56.740Z | Compiling zone_cfg_derive v0.3.0 |
2655 | 2024-11-18T22:05:57.125Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2656 | 2024-11-18T22:05:57.641Z | Compiling num-derive v0.4.2 |
2657 | 2024-11-18T22:05:57.920Z | Compiling sigpipe v0.1.3 |
2658 | 2024-11-18T22:05:58.062Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2659 | 2024-11-18T22:05:58.358Z | Compiling zone v0.3.0 |
2660 | 2024-11-18T22:05:58.415Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2661 | 2024-11-18T22:05:58.530Z | Compiling serde_with v3.11.0 |
2662 | 2024-11-18T22:05:59.562Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2663 | 2024-11-18T22:06:00.030Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2664 | 2024-11-18T22:06:00.054Z | Compiling universal-hash v0.5.1 |
2665 | 2024-11-18T22:06:00.155Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2666 | 2024-11-18T22:06:00.251Z | Compiling opaque-debug v0.3.1 |
2667 | 2024-11-18T22:06:00.364Z | Compiling num-rational v0.4.2 |
2668 | 2024-11-18T22:06:01.013Z | Compiling password-hash v0.5.0 |
2669 | 2024-11-18T22:06:01.136Z | Compiling blake2 v0.10.6 |
2670 | 2024-11-18T22:06:01.736Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2671 | 2024-11-18T22:06:02.130Z | Compiling num-complex v0.4.6 |
2672 | 2024-11-18T22:06:02.165Z | Compiling aead v0.5.2 |
2673 | 2024-11-18T22:06:02.183Z | Compiling keccak v0.1.5 |
2674 | 2024-11-18T22:06:02.563Z | Compiling convert_case v0.4.0 |
2675 | 2024-11-18T22:06:02.566Z | Compiling sha3 v0.10.8 |
2676 | 2024-11-18T22:06:02.635Z | Compiling argon2 v0.5.3 |
2677 | 2024-11-18T22:06:02.937Z | Compiling poly1305 v0.8.0 |
2678 | 2024-11-18T22:06:03.217Z | Compiling num v0.4.3 |
2679 | 2024-11-18T22:06:03.250Z | Compiling tungstenite v0.21.0 |
2680 | 2024-11-18T22:06:03.344Z | Compiling chacha20 v0.9.1 |
2681 | 2024-11-18T22:06:03.616Z | Compiling derive_more v0.99.18 |
2682 | 2024-11-18T22:06:03.638Z | Compiling float-ord v0.3.2 |
2683 | 2024-11-18T22:06:03.824Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2684 | 2024-11-18T22:06:03.845Z | Compiling base64 v0.21.7 |
2685 | 2024-11-18T22:06:04.054Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2686 | 2024-11-18T22:06:04.515Z | Compiling tokio-tungstenite v0.21.0 |
2687 | 2024-11-18T22:06:04.630Z | Compiling same-file v1.0.6 |
2688 | 2024-11-18T22:06:04.696Z | Compiling semver v0.1.20 |
2689 | 2024-11-18T22:06:04.971Z | Compiling walkdir v2.5.0 |
2690 | 2024-11-18T22:06:05.120Z | Compiling rustc_version v0.1.7 |
2691 | 2024-11-18T22:06:05.383Z | Compiling newline-converter v0.3.0 |
2692 | 2024-11-18T22:06:05.407Z | Compiling primeorder v0.13.6 |
2693 | 2024-11-18T22:06:05.529Z | Compiling secrecy v0.8.0 |
2694 | 2024-11-18T22:06:05.551Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2695 | 2024-11-18T22:06:05.571Z | Compiling owo-colors v4.1.0 |
2696 | 2024-11-18T22:06:05.660Z | Compiling cancel-safe-futures v0.1.5 |
2697 | 2024-11-18T22:06:05.778Z | Compiling newtype_derive v0.1.6 |
2698 | 2024-11-18T22:06:05.819Z | Compiling expectorate v1.1.0 |
2699 | 2024-11-18T22:06:05.883Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2700 | 2024-11-18T22:06:05.919Z | Compiling thiserror-impl-no-std v2.0.2 |
2701 | 2024-11-18T22:06:06.003Z | Compiling blake3 v1.5.4 |
2702 | 2024-11-18T22:06:06.050Z | Compiling ring v0.16.20 |
2703 | 2024-11-18T22:06:06.071Z | Compiling half v2.4.1 |
2704 | 2024-11-18T22:06:06.222Z | Compiling unicase v2.7.0 |
2705 | 2024-11-18T22:06:06.407Z | Compiling ciborium-io v0.2.2 |
2706 | 2024-11-18T22:06:06.539Z | Compiling arc-swap v1.7.1 |
2707 | 2024-11-18T22:06:06.563Z | Compiling ciborium-ll v0.2.2 |
2708 | 2024-11-18T22:06:06.872Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2709 | 2024-11-18T22:06:07.041Z | Compiling slog-scope v4.4.0 |
2710 | 2024-11-18T22:06:07.366Z | Compiling polyval v0.6.2 |
2711 | 2024-11-18T22:06:07.599Z | Compiling atomicwrites v0.4.4 |
2712 | 2024-11-18T22:06:07.823Z | Compiling libsw v3.3.1 |
2713 | 2024-11-18T22:06:07.858Z | Compiling memmap2 v0.9.5 |
2714 | 2024-11-18T22:06:08.029Z | Compiling parking_lot_core v0.8.6 |
2715 | 2024-11-18T22:06:08.160Z | Compiling arrayref v0.3.9 |
2716 | 2024-11-18T22:06:08.280Z | Compiling libefi-sys v0.1.0 |
2717 | 2024-11-18T22:06:08.331Z | Compiling linear-map v1.2.0 |
2718 | 2024-11-18T22:06:08.512Z | Compiling constant_time_eq v0.3.1 |
2719 | 2024-11-18T22:06:08.577Z | Compiling indent_write v2.2.0 |
2720 | 2024-11-18T22:06:08.695Z | Compiling arrayvec v0.7.6 |
2721 | 2024-11-18T22:06:08.725Z | Compiling spin v0.5.2 |
2722 | 2024-11-18T22:06:08.799Z | Compiling salty v0.3.0 |
2723 | 2024-11-18T22:06:09.043Z | Compiling ghash v0.5.1 |
2724 | 2024-11-18T22:06:09.108Z | Compiling thiserror-no-std v2.0.2 |
2725 | 2024-11-18T22:06:09.234Z | Compiling vsss-rs v3.3.4 |
2726 | 2024-11-18T22:06:09.306Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2727 | 2024-11-18T22:06:09.383Z | Compiling slog-stdlog v4.1.1 |
2728 | 2024-11-18T22:06:09.649Z | Compiling ciborium v0.2.2 |
2729 | 2024-11-18T22:06:10.430Z | Compiling p384 v0.13.0 |
2730 | 2024-11-18T22:06:10.531Z | Compiling toolchain_find v0.4.0 |
2731 | 2024-11-18T22:06:11.235Z | Compiling chacha20poly1305 v0.10.1 |
2732 | 2024-11-18T22:06:11.262Z | Compiling lzma-sys v0.1.20 |
2733 | 2024-11-18T22:06:11.417Z | Compiling ctr v0.9.2 |
2734 | 2024-11-18T22:06:11.490Z | Compiling itertools v0.13.0 |
2735 | 2024-11-18T22:06:11.687Z | Compiling typify-macro v0.2.0 |
2736 | 2024-11-18T22:06:11.802Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2737 | 2024-11-18T22:06:11.937Z | Compiling bitfield-struct v0.6.2 |
2738 | 2024-11-18T22:06:12.070Z | Compiling slog-dtrace v0.3.0 |
2739 | 2024-11-18T22:06:12.255Z | Compiling highway v1.2.0 |
2740 | 2024-11-18T22:06:12.389Z | Compiling topological-sort v0.2.2 |
2741 | 2024-11-18T22:06:12.640Z | Compiling omicron-zone-package v0.11.1 |
2742 | 2024-11-18T22:06:13.334Z | Compiling aes-gcm v0.10.3 |
2743 | 2024-11-18T22:06:13.361Z | Compiling rustfmt-wrapper v0.2.1 |
2744 | 2024-11-18T22:06:13.466Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2745 | 2024-11-18T22:06:13.536Z | Compiling mime_guess v2.0.5 |
2746 | 2024-11-18T22:06:13.643Z | Compiling slog-envlogger v2.2.0 |
2747 | 2024-11-18T22:06:13.891Z | Compiling steno v0.4.1 |
2748 | 2024-11-18T22:06:14.924Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2749 | 2024-11-18T22:06:14.946Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2750 | 2024-11-18T22:06:14.965Z | Compiling heck v0.3.3 |
2751 | 2024-11-18T22:06:14.982Z | Compiling ssh-encoding v0.2.0 |
2752 | 2024-11-18T22:06:14.984Z | Compiling blowfish v0.9.1 |
2753 | 2024-11-18T22:06:15.414Z | Compiling nibble_vec v0.1.0 |
2754 | 2024-11-18T22:06:15.434Z | Compiling env_filter v0.1.2 |
2755 | 2024-11-18T22:06:15.569Z | Compiling humantime v2.1.0 |
2756 | 2024-11-18T22:06:15.628Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2757 | 2024-11-18T22:06:15.647Z | Compiling endian-type v0.1.2 |
2758 | 2024-11-18T22:06:15.882Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2759 | 2024-11-18T22:06:15.925Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2760 | 2024-11-18T22:06:16.062Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2761 | 2024-11-18T22:06:16.111Z | Compiling radix_trie v0.2.1 |
2762 | 2024-11-18T22:06:16.130Z | Compiling env_logger v0.11.5 |
2763 | 2024-11-18T22:06:16.149Z | Compiling typify v0.2.0 |
2764 | 2024-11-18T22:06:16.186Z | Compiling zone_cfg_derive v0.1.2 |
2765 | 2024-11-18T22:06:16.215Z | Compiling ssh-cipher v0.2.0 |
2766 | 2024-11-18T22:06:16.302Z | Compiling progenitor-impl v0.8.0 |
2767 | 2024-11-18T22:06:16.888Z | Compiling bcrypt-pbkdf v0.10.0 |
2768 | 2024-11-18T22:06:17.152Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2769 | 2024-11-18T22:06:17.392Z | Compiling parking_lot v0.11.2 |
2770 | 2024-11-18T22:06:17.558Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2771 | 2024-11-18T22:06:17.792Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2772 | 2024-11-18T22:06:18.005Z | Compiling password-hash v0.4.2 |
2773 | 2024-11-18T22:06:18.231Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2774 | 2024-11-18T22:06:18.393Z | Compiling gethostname v0.5.0 |
2775 | 2024-11-18T22:06:18.413Z | Compiling fxhash v0.2.1 |
2776 | 2024-11-18T22:06:18.523Z | Compiling matches v0.1.10 |
2777 | 2024-11-18T22:06:18.617Z | Compiling base64 v0.13.1 |
2778 | 2024-11-18T22:06:18.637Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2779 | 2024-11-18T22:06:18.640Z | Compiling idna v0.2.3 |
2780 | 2024-11-18T22:06:18.888Z | Compiling sled v0.34.7 |
2781 | 2024-11-18T22:06:18.929Z | Compiling pbkdf2 v0.11.0 |
2782 | 2024-11-18T22:06:18.975Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2783 | 2024-11-18T22:06:19.174Z | Compiling ron v0.7.1 |
2784 | 2024-11-18T22:06:19.257Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2785 | 2024-11-18T22:06:19.288Z | Compiling zone v0.1.8 |
2786 | 2024-11-18T22:06:20.104Z | Compiling xz2 v0.1.7 |
2787 | 2024-11-18T22:06:20.176Z | Compiling ssh-key v0.6.6 |
2788 | 2024-11-18T22:06:20.519Z | Compiling hickory-client v0.24.1 |
2789 | 2024-11-18T22:06:21.616Z | Compiling p521 v0.13.3 |
2790 | 2024-11-18T22:06:21.737Z | Compiling p256 v0.13.2 |
2791 | 2024-11-18T22:06:21.884Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2792 | 2024-11-18T22:06:22.113Z | Compiling hickory-server v0.24.1 |
2793 | 2024-11-18T22:06:22.637Z | Compiling enum-as-inner v0.5.1 |
2794 | 2024-11-18T22:06:23.130Z | Compiling pem v3.0.4 |
2795 | 2024-11-18T22:06:23.711Z | Compiling yasna v0.5.2 |
2796 | 2024-11-18T22:06:23.974Z | Compiling headers-core v0.3.0 |
2797 | 2024-11-18T22:06:24.123Z | Compiling kstat-rs v0.2.4 |
2798 | 2024-11-18T22:06:24.151Z | Compiling nanorand v0.7.0 |
2799 | 2024-11-18T22:06:24.750Z | Compiling russh-cryptovec v0.7.3 |
2800 | 2024-11-18T22:06:24.811Z | Compiling atty v0.2.14 |
2801 | 2024-11-18T22:06:24.857Z | Compiling progenitor-macro v0.8.0 |
2802 | 2024-11-18T22:06:24.963Z | Compiling md5 v0.7.0 |
2803 | 2024-11-18T22:06:25.086Z | Compiling http-range v0.1.5 |
2804 | 2024-11-18T22:06:25.105Z | Compiling rcgen v0.12.1 |
2805 | 2024-11-18T22:06:25.379Z | Compiling hyper-staticfile v0.10.1 |
2806 | 2024-11-18T22:06:25.453Z | Compiling russh-keys v0.45.0 |
2807 | 2024-11-18T22:06:25.476Z | Compiling flume v0.11.1 |
2808 | 2024-11-18T22:06:25.496Z | Compiling headers v0.4.0 |
2809 | 2024-11-18T22:06:26.217Z | Compiling trust-dns-proto v0.22.0 |
2810 | 2024-11-18T22:06:26.581Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2811 | 2024-11-18T22:06:27.617Z | Compiling num-bigint v0.4.6 |
2812 | 2024-11-18T22:06:27.650Z | Compiling des v0.8.1 |
2813 | 2024-11-18T22:06:28.019Z | Compiling subprocess v0.2.9 |
2814 | 2024-11-18T22:06:29.541Z | Compiling hex-literal v0.4.1 |
2815 | 2024-11-18T22:06:29.709Z | Compiling dhcproto-macros v0.1.0 |
2816 | 2024-11-18T22:06:29.909Z | Compiling display-error-chain v0.2.2 |
2817 | 2024-11-18T22:06:30.088Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2818 | 2024-11-18T22:06:30.139Z | Compiling internet-checksum v0.2.1 |
2819 | 2024-11-18T22:06:30.808Z | Compiling dhcproto v0.12.0 |
2820 | 2024-11-18T22:06:30.854Z | Compiling russh v0.45.0 |
2821 | 2024-11-18T22:06:36.067Z | Compiling progenitor v0.8.0 |
2822 | 2024-11-18T22:06:36.216Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2823 | 2024-11-18T22:06:36.219Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2824 | 2024-11-18T22:06:36.219Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2825 | 2024-11-18T22:06:36.219Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2826 | 2024-11-18T22:06:36.219Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2827 | 2024-11-18T22:06:36.269Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2828 | 2024-11-18T22:06:36.317Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2829 | 2024-11-18T22:06:36.382Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2830 | 2024-11-18T22:06:37.133Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2831 | 2024-11-18T22:06:37.760Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2832 | 2024-11-18T22:06:42.256Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2833 | 2024-11-18T22:06:42.944Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2834 | 2024-11-18T22:06:52.211Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2835 | 2024-11-18T22:06:52.214Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2836 | 2024-11-18T22:06:52.214Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2837 | 2024-11-18T22:06:52.214Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2838 | 2024-11-18T22:06:55.480Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2839 | 2024-11-18T22:06:55.738Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2840 | 2024-11-18T22:06:56.537Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2841 | 2024-11-18T22:06:56.818Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2842 | 2024-11-18T22:06:57.136Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2843 | 2024-11-18T22:07:00.333Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2844 | 2024-11-18T22:07:01.096Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2845 | 2024-11-18T22:07:01.133Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2846 | 2024-11-18T22:07:01.953Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2847 | 2024-11-18T22:07:02.888Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2848 | 2024-11-18T22:07:02.954Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2849 | 2024-11-18T22:07:03.691Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2850 | 2024-11-18T22:07:03.712Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2851 | 2024-11-18T22:07:04.622Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2852 | 2024-11-18T22:07:05.202Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2853 | 2024-11-18T22:07:08.134Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2854 | 2024-11-18T22:07:08.615Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2855 | 2024-11-18T22:07:08.642Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2856 | 2024-11-18T22:07:09.652Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2857 | 2024-11-18T22:07:10.897Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2858 | 2024-11-18T22:07:14.148Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2859 | 2024-11-18T22:07:15.715Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2860 | 2024-11-18T22:07:16.667Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2861 | 2024-11-18T22:07:16.992Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2862 | 2024-11-18T22:07:20.330Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2863 | 2024-11-18T22:07:29.521Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2864 | 2024-11-18T22:07:30.942Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2865 | 2024-11-18T22:07:49.010Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2866 | 2024-11-18T22:08:20.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s |
2867 | 2024-11-18T22:08:20.897Z | |
2868 | 2024-11-18T22:08:20.897Z | real 2:34.680325282 |
2869 | 2024-11-18T22:08:20.899Z | user 12:07.608357027 |
2870 | 2024-11-18T22:08:20.899Z | sys 2:35.936021489 |
2871 | 2024-11-18T22:08:20.899Z | trap 0.327005039 |
2872 | 2024-11-18T22:08:20.899Z | tflt 0.680508362 |
2873 | 2024-11-18T22:08:20.899Z | dflt 2.290702855 |
2874 | 2024-11-18T22:08:20.899Z | kflt 0.000021779 |
2875 | 2024-11-18T22:08:20.899Z | lock 25:04.933439975 |
2876 | 2024-11-18T22:08:20.899Z | slp 43:17.482609040 |
2877 | 2024-11-18T22:08:20.899Z | lat 34.216188968 |
2878 | 2024-11-18T22:08:20.899Z | stop 1:21.932526757 |
2879 | 2024-11-18T22:08:20.899Z | + mkdir tests |
2880 | 2024-11-18T22:08:20.902Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2881 | 2024-11-18T22:08:20.902Z | + xargs -I '{}' -t cp '{}' tests/ |
2882 | 2024-11-18T22:08:20.942Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f25fc174fad7a7b4 tests/ |
2883 | 2024-11-18T22:08:20.968Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-246df57fa2cbf807 tests/ |
2884 | 2024-11-18T22:08:20.995Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-47185152e52e4d85 tests/ |
2885 | 2024-11-18T22:08:21.023Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-113dd4db321a5b88 tests/ |
2886 | 2024-11-18T22:08:21.246Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
2887 | 2024-11-18T22:08:21.248Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-246df57fa2cbf807 tests/commtest-47185152e52e4d85 tests/dhcp_server-f25fc174fad7a7b4 tests/end_to_end_tests-113dd4db321a5b88 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2888 | 2024-11-18T22:09:30.139Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2889 | 2024-11-18T22:09:30.140Z | a .github/buildomat/ci-env.sh 1K |
2890 | 2024-11-18T22:09:30.140Z | a out/target/test 1K |
2891 | 2024-11-18T22:09:30.140Z | a out/npuzone/npuzone 23144K |
2892 | 2024-11-18T22:09:30.140Z | a package-manifest.toml 32K |
2893 | 2024-11-18T22:09:30.140Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2894 | 2024-11-18T22:09:30.140Z | a target/release/omicron-package 36276K |
2895 | 2024-11-18T22:09:30.140Z | a target/release/xtask 11750K |
2896 | 2024-11-18T22:09:30.140Z | a target/debug/bootstrap 209775K |
2897 | 2024-11-18T22:09:30.140Z | a tests/bootstrap-246df57fa2cbf807 24246K |
2898 | 2024-11-18T22:09:30.140Z | a tests/commtest-47185152e52e4d85 25022K |
2899 | 2024-11-18T22:09:30.140Z | a tests/dhcp_server-f25fc174fad7a7b4 24246K |
2900 | 2024-11-18T22:09:30.140Z | a tests/end_to_end_tests-113dd4db321a5b88 227882K |
2901 | 2024-11-18T22:09:30.140Z | a out/clickhouse.tar.gz 250294K |
2902 | 2024-11-18T22:09:30.140Z | a out/clickhouse_keeper.tar.gz 250281K |
2903 | 2024-11-18T22:09:30.142Z | a out/clickhouse_server.tar.gz 250280K |
2904 | 2024-11-18T22:09:30.142Z | a out/cockroachdb.tar.gz 134539K |
2905 | 2024-11-18T22:09:30.142Z | a out/crucible-dtrace.tar 83K |
2906 | 2024-11-18T22:09:30.142Z | a out/crucible-pantry-zone.tar.gz 28154K |
2907 | 2024-11-18T22:09:30.142Z | a out/crucible-zone.tar.gz 36365K |
2908 | 2024-11-18T22:09:30.142Z | a out/external-dns.tar.gz 35250K |
2909 | 2024-11-18T22:09:30.142Z | a out/internal-dns.tar.gz 35250K |
2910 | 2024-11-18T22:09:30.142Z | a out/mg-ddm-gz.tar 62661K |
2911 | 2024-11-18T22:09:30.142Z | a out/nexus.tar.gz 100407K |
2912 | 2024-11-18T22:09:30.142Z | a out/ntp.tar.gz 10342K |
2913 | 2024-11-18T22:09:30.142Z | a out/omicron-gateway-softnpu.tar.gz 23859K |
2914 | 2024-11-18T22:09:30.142Z | a out/omicron-sled-agent.tar 112547K |
2915 | 2024-11-18T22:09:30.142Z | a out/overlay.tar.gz 3K |
2916 | 2024-11-18T22:09:30.144Z | a out/oximeter.tar.gz 51615K |
2917 | 2024-11-18T22:09:30.144Z | a out/oxlog.tar 3088K |
2918 | 2024-11-18T22:09:30.144Z | a out/probe.tar.gz 2764K |
2919 | 2024-11-18T22:09:30.144Z | a out/propolis-server.tar.gz 66584K |
2920 | 2024-11-18T22:09:30.144Z | a out/pumpkind-gz.tar 26665K |
2921 | 2024-11-18T22:09:30.144Z | a out/switch-softnpu.tar.gz 237139K |
2922 | 2024-11-18T22:09:30.147Z | |
2923 | 2024-11-18T22:09:30.147Z | real 1:08.889062201 |
2924 | 2024-11-18T22:09:30.147Z | user 1:05.750108907 |
2925 | 2024-11-18T22:09:30.147Z | sys 4.420625256 |
2926 | 2024-11-18T22:09:30.147Z | trap 0.017134652 |
2927 | 2024-11-18T22:09:30.148Z | tflt 0.000000000 |
2928 | 2024-11-18T22:09:30.148Z | dflt 0.000000000 |
2929 | 2024-11-18T22:09:30.148Z | kflt 0.000000000 |
2930 | 2024-11-18T22:09:30.148Z | lock 0.000000000 |
2931 | 2024-11-18T22:09:30.148Z | slp 1:05.590578172 |
2932 | 2024-11-18T22:09:30.148Z | lat 1.994282082 |
2933 | 2024-11-18T22:09:30.148Z | stop 0.000554725 |
2934 | 2024-11-18T22:09:30.148Z | process exited: duration 1991852 ms, exit code 0 |
|
2935 | 2024-11-18T22:09:30.161Z | found 1 output files |
2936 | 2024-11-18T22:09:30.161Z | uploading: /work/package.tar.gz (1769152584 bytes) |
2937 | 2024-11-18T22:10:05.608Z | uploaded: /work/package.tar.gz |