|
|
|
1 | 2024-12-12T21:45:18.514Z | job assigned to worker 01JEYD926FF7XPDEZGT6H61GS9 [factory aws, i-037995b2f3fc47551] (queued for 57 s) |
|
2 | 2024-12-12T21:45:26.330Z | starting task 0: "setup" |
3 | 2024-12-12T21:45:26.341Z | ++ uname -s |
4 | 2024-12-12T21:45:26.343Z | + kern=SunOS |
5 | 2024-12-12T21:45:26.343Z | + case "$kern" in |
6 | 2024-12-12T21:45:26.343Z | + groupadd -g 12345 build |
7 | 2024-12-12T21:45:26.346Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-12T21:45:28.353Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-12T21:45:28.454Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-12T21:45:28.457Z | + home_fs=zfs |
11 | 2024-12-12T21:45:28.457Z | + [[ zfs == autofs ]] |
12 | 2024-12-12T21:45:28.457Z | + mkdir -p /home/build |
13 | 2024-12-12T21:45:28.459Z | + chown build:build /home/build /work |
14 | 2024-12-12T21:45:30.461Z | + chmod 0700 /home/build /work |
15 | 2024-12-12T21:45:30.464Z | process exited: duration 4134 ms, exit code 0 |
|
16 | 2024-12-12T21:45:30.468Z | starting task 1: "rust-toolchain" |
17 | 2024-12-12T21:45:30.474Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-12T21:45:30.474Z | ' 1.81.0 |
19 | 2024-12-12T21:45:30.474Z | * toolchain channel = "1.81.0" |
20 | 2024-12-12T21:45:30.476Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-12T21:45:30.476Z | * toolchain profile = "default" |
22 | 2024-12-12T21:45:30.476Z | ' default |
23 | 2024-12-12T21:45:30.476Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-12T21:45:30.476Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-12T21:45:30.595Z | info: downloading installer |
26 | 2024-12-12T21:45:31.932Z | info: profile set to 'default' |
27 | 2024-12-12T21:45:31.932Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-12T21:45:31.935Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-12T21:45:32.083Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-12T21:45:32.083Z | info: downloading component 'cargo' |
31 | 2024-12-12T21:45:32.891Z | info: downloading component 'clippy' |
32 | 2024-12-12T21:45:33.192Z | info: downloading component 'rust-docs' |
33 | 2024-12-12T21:45:34.315Z | info: downloading component 'rust-std' |
34 | 2024-12-12T21:45:36.067Z | info: downloading component 'rustc' |
35 | 2024-12-12T21:45:42.360Z | info: downloading component 'rustfmt' |
36 | 2024-12-12T21:45:42.597Z | info: installing component 'cargo' |
37 | 2024-12-12T21:45:43.441Z | info: installing component 'clippy' |
38 | 2024-12-12T21:45:43.821Z | info: installing component 'rust-docs' |
39 | 2024-12-12T21:45:45.455Z | info: installing component 'rust-std' |
40 | 2024-12-12T21:45:47.245Z | info: installing component 'rustc' |
41 | 2024-12-12T21:45:53.152Z | info: installing component 'rustfmt' |
42 | 2024-12-12T21:45:53.486Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-12T21:45:53.486Z | |
44 | 2024-12-12T21:45:53.856Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-12T21:45:53.856Z | |
46 | 2024-12-12T21:45:53.858Z | |
47 | 2024-12-12T21:45:53.858Z | Rust is installed now. Great! |
48 | 2024-12-12T21:45:53.858Z | |
49 | 2024-12-12T21:45:53.858Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-12T21:45:53.858Z | environment variable. This has not been done automatically. |
51 | 2024-12-12T21:45:53.858Z | |
52 | 2024-12-12T21:45:53.858Z | To configure your current shell, you need to source |
53 | 2024-12-12T21:45:53.858Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-12T21:45:53.858Z | |
55 | 2024-12-12T21:45:53.858Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-12T21:45:53.858Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-12T21:45:53.858Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-12T21:45:53.935Z | + rustc --version |
59 | 2024-12-12T21:45:54.001Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-12T21:45:54.005Z | process exited: duration 23543 ms, exit code 0 |
|
61 | 2024-12-12T21:45:54.010Z | starting task 2: "authentication" |
62 | 2024-12-12T21:45:54.031Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-12T21:45:54.035Z | starting task 3: "clone repository" |
64 | 2024-12-12T21:45:54.041Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-12T21:45:54.043Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-12T21:45:54.077Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-12T21:46:01.468Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-12T21:46:01.471Z | + git fetch origin b354f8b06a437f4be8373e68c76e234c8ffa7e98 |
69 | 2024-12-12T21:46:01.782Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-12T21:46:01.782Z | * branch b354f8b06a437f4be8373e68c76e234c8ffa7e98 -> FETCH_HEAD |
71 | 2024-12-12T21:46:01.792Z | + [[ -n '' ]] |
72 | 2024-12-12T21:46:01.792Z | + git reset --hard b354f8b06a437f4be8373e68c76e234c8ffa7e98 |
73 | 2024-12-12T21:46:01.969Z | HEAD is now at b354f8b06 [spr] initial version |
74 | 2024-12-12T21:46:01.972Z | process exited: duration 7937 ms, exit code 0 |
|
75 | 2024-12-12T21:46:01.976Z | starting task 4: "build" |
76 | 2024-12-12T21:46:01.981Z | + source .github/buildomat/ci-env.sh |
77 | 2024-12-12T21:46:01.982Z | ++ export CARGO_TERM_COLOR=always |
78 | 2024-12-12T21:46:01.982Z | ++ CARGO_TERM_COLOR=always |
79 | 2024-12-12T21:46:01.984Z | + cargo --version |
80 | 2024-12-12T21:46:02.041Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
81 | 2024-12-12T21:46:02.043Z | + rustc --version |
82 | 2024-12-12T21:46:02.105Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
83 | 2024-12-12T21:46:02.108Z | + WORK=/work |
84 | 2024-12-12T21:46:02.108Z | + pfexec mkdir -p /work |
85 | 2024-12-12T21:46:02.111Z | + pfexec chown build /work |
86 | 2024-12-12T21:46:02.114Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2024-12-12T21:46:09.979Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2024-12-12T21:46:13.887Z | Startup: Caching catalogs ... Done |
89 | 2024-12-12T21:46:24.158Z | Planning: Solver setup ... Done (9.388s) |
90 | 2024-12-12T21:46:24.283Z | Planning: Running solver ... Done (0.126s) |
91 | 2024-12-12T21:46:24.386Z | Planning: Finding local manifests ... Done (0.003s) |
92 | 2024-12-12T21:46:24.441Z | Planning: Fetching manifests: 0/5 0% complete |
93 | 2024-12-12T21:46:25.077Z | Planning: Fetching manifests: 5/5 100% complete |
94 | 2024-12-12T21:46:25.176Z | Planning: Package planning ... Done (0.099s) |
95 | 2024-12-12T21:46:25.233Z | Planning: Merging actions ... Done (0.057s) |
96 | 2024-12-12T21:46:25.425Z | Planning: Checking for conflicting actions ... Done (0.192s) |
97 | 2024-12-12T21:46:27.322Z | Planning: Consolidating action changes ... Done (1.897s) |
98 | 2024-12-12T21:46:27.741Z | Planning: Evaluating mediators ... Done (0.419s) |
99 | 2024-12-12T21:46:27.822Z | Planning: Planning completed in 13.85 seconds |
100 | 2024-12-12T21:46:27.838Z | Packages to install: 4 |
101 | 2024-12-12T21:46:27.838Z | Packages to update: 1 |
102 | 2024-12-12T21:46:27.840Z | Mediators to change: 2 |
103 | 2024-12-12T21:46:27.840Z | Services to change: 1 |
104 | 2024-12-12T21:46:27.840Z | Estimated space available: 155.64 GB |
105 | 2024-12-12T21:46:27.840Z | Estimated space to be consumed: 1.61 GB |
106 | 2024-12-12T21:46:27.840Z | Create boot environment: No |
107 | 2024-12-12T21:46:27.840Z | Create backup boot environment: Yes |
108 | 2024-12-12T21:46:27.840Z | Rebuild boot archive: No |
109 | 2024-12-12T21:46:27.840Z | |
110 | 2024-12-12T21:46:27.841Z | Changed mediators: |
111 | 2024-12-12T21:46:27.841Z | mediator clang: |
112 | 2024-12-12T21:46:27.841Z | version: None -> 15 (system default) |
113 | 2024-12-12T21:46:27.841Z | |
114 | 2024-12-12T21:46:27.841Z | mediator llvm: |
115 | 2024-12-12T21:46:27.841Z | version: 14 (system default) -> 15 (system default) |
116 | 2024-12-12T21:46:27.841Z | |
117 | 2024-12-12T21:46:27.841Z | Changed packages: |
118 | 2024-12-12T21:46:27.841Z | helios-dev |
119 | 2024-12-12T21:46:27.841Z | developer/build-essential |
120 | 2024-12-12T21:46:27.841Z | None -> 11-2.0 |
121 | 2024-12-12T21:46:27.841Z | library/libxmlsec1 |
122 | 2024-12-12T21:46:27.841Z | None -> 1.2.35-2.0 |
123 | 2024-12-12T21:46:27.841Z | ooce/developer/clang-15 |
124 | 2024-12-12T21:46:27.841Z | None -> 15.0.7-2.0 |
125 | 2024-12-12T21:46:27.841Z | ooce/developer/llvm-15 |
126 | 2024-12-12T21:46:27.841Z | None -> 15.0.7-2.0 |
127 | 2024-12-12T21:46:27.841Z | package/pkg |
128 | 2024-12-12T21:46:27.841Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
129 | 2024-12-12T21:46:27.841Z | |
130 | 2024-12-12T21:46:27.841Z | Services: |
131 | 2024-12-12T21:46:27.841Z | restart_fmri: |
132 | 2024-12-12T21:46:27.841Z | svc:/system/update-man-index:default |
133 | 2024-12-12T21:46:27.841Z | |
134 | 2024-12-12T21:46:27.841Z | Editable files to change: |
135 | 2024-12-12T21:46:27.841Z | Update: |
136 | 2024-12-12T21:46:27.841Z | usr/share/lib/pkg/web/config.shtml |
137 | 2024-12-12T21:46:27.914Z | |
138 | 2024-12-12T21:46:27.915Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
139 | 2024-12-12T21:46:32.913Z | Download: 1124/4281 items 30.7/220.6MB 13% complete (6.0M/s) |
140 | 2024-12-12T21:46:37.913Z | Download: 1705/4281 items 118.0/220.6MB 53% complete (11.9M/s) |
141 | 2024-12-12T21:46:42.912Z | Download: 2974/4281 items 121.3/220.6MB 54% complete (9.3M/s) |
142 | 2024-12-12T21:46:47.983Z | Download: 3288/4281 items 212.6/220.6MB 96% complete (10.3M/s) |
143 | 2024-12-12T21:46:51.835Z | Download: Completed 220.60 MB in 23.93 seconds (9.2M/s) |
144 | 2024-12-12T21:46:53.884Z | Actions: 1/5063 actions (Removing old actions) |
145 | 2024-12-12T21:46:53.904Z | Actions: 194/5063 actions (Installing new actions) |
146 | 2024-12-12T21:46:58.670Z | Actions: 4226/5063 actions (Updating modified actions) |
147 | 2024-12-12T21:46:58.983Z | Actions: Completed 5063 actions in 5.10 seconds. |
148 | 2024-12-12T21:46:59.215Z | Done (0.223s) |
149 | 2024-12-12T21:46:59.218Z | Done (0.000s) |
150 | 2024-12-12T21:46:59.787Z | Done (0.572s) |
151 | 2024-12-12T21:47:04.444Z | Done (4.437s) |
152 | 2024-12-12T21:47:04.540Z | Done (0.018s) |
153 | 2024-12-12T21:47:04.543Z | Done (0.000s) |
154 | 2024-12-12T21:47:04.707Z | Done (0.000s) |
155 | 2024-12-12T21:47:05.514Z | Planning: Evaluating mediator changes ... Done |
156 | 2024-12-12T21:47:05.708Z | Planning: Checking for conflicting actions ... Done |
157 | 2024-12-12T21:47:05.771Z | Planning: Consolidating action changes ... Done |
158 | 2024-12-12T21:47:05.937Z | Planning: Evaluating mediators ... Done |
159 | 2024-12-12T21:47:05.945Z | Planning: Planning completed in 0.45 seconds |
160 | 2024-12-12T21:47:05.976Z | Mediators to change: 2 |
161 | 2024-12-12T21:47:05.976Z | Create boot environment: No |
162 | 2024-12-12T21:47:05.979Z | Create backup boot environment: No |
163 | 2024-12-12T21:47:06.126Z | Done |
164 | 2024-12-12T21:47:06.126Z | Done |
165 | 2024-12-12T21:47:06.510Z | Done |
166 | 2024-12-12T21:47:10.520Z | Done |
167 | 2024-12-12T21:47:10.613Z | Done |
168 | 2024-12-12T21:47:10.617Z | Done |
169 | 2024-12-12T21:47:10.746Z | Done |
170 | 2024-12-12T21:47:11.410Z | Planning: Evaluating mediator changes ... Done |
171 | 2024-12-12T21:47:11.414Z | Planning: Merging actions ... Done |
172 | 2024-12-12T21:47:11.603Z | Planning: Checking for conflicting actions ... Done |
173 | 2024-12-12T21:47:11.608Z | Planning: Consolidating action changes ... Done |
174 | 2024-12-12T21:47:11.888Z | Planning: Evaluating mediators ... Done |
175 | 2024-12-12T21:47:11.947Z | Planning: Planning completed in 0.79 seconds |
176 | 2024-12-12T21:47:11.991Z | Packages to change: 1 |
177 | 2024-12-12T21:47:11.991Z | Mediators to change: 1 |
178 | 2024-12-12T21:47:11.991Z | Services to change: 1 |
179 | 2024-12-12T21:47:11.991Z | Create boot environment: No |
180 | 2024-12-12T21:47:11.991Z | Create backup boot environment: Yes |
181 | 2024-12-12T21:47:14.336Z | Actions: 1/6 actions (Updating modified actions) |
182 | 2024-12-12T21:47:14.339Z | Actions: Completed 6 actions in 0.00 seconds. |
183 | 2024-12-12T21:47:14.339Z | Done |
184 | 2024-12-12T21:47:14.339Z | Done |
185 | 2024-12-12T21:47:14.454Z | Done |
186 | 2024-12-12T21:47:18.548Z | Done |
187 | 2024-12-12T21:47:18.660Z | Done |
188 | 2024-12-12T21:47:18.663Z | Done |
189 | 2024-12-12T21:47:18.791Z | Done |
190 | 2024-12-12T21:47:19.281Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
191 | 2024-12-12T21:47:19.281Z | clang system 15 system |
192 | 2024-12-12T21:47:19.282Z | csh system system illumos |
193 | 2024-12-12T21:47:19.282Z | ctags system system illumos |
194 | 2024-12-12T21:47:19.282Z | gcc vendor 12 vendor |
195 | 2024-12-12T21:47:19.282Z | gcc system 10 system |
196 | 2024-12-12T21:47:19.282Z | gcc system 7 system |
197 | 2024-12-12T21:47:19.282Z | go system 1.20 system |
198 | 2024-12-12T21:47:19.282Z | go system 1.19 system |
199 | 2024-12-12T21:47:19.282Z | llvm system 15 system |
200 | 2024-12-12T21:47:19.282Z | llvm system 14 system |
201 | 2024-12-12T21:47:19.282Z | mariadb system 10.6 system |
202 | 2024-12-12T21:47:19.282Z | mta vendor vendor dma |
203 | 2024-12-12T21:47:19.286Z | openjdk system 17 system |
204 | 2024-12-12T21:47:19.286Z | openjdk system 11 system |
205 | 2024-12-12T21:47:19.286Z | openjdk system 1.8 system |
206 | 2024-12-12T21:47:19.286Z | openssl vendor 3 vendor |
207 | 2024-12-12T21:47:19.286Z | perl system 5.36 system |
208 | 2024-12-12T21:47:19.286Z | postgresql system 15 system |
209 | 2024-12-12T21:47:19.286Z | postgresql system 13 system |
210 | 2024-12-12T21:47:19.286Z | python vendor 3 vendor |
211 | 2024-12-12T21:47:19.286Z | python system 2 system |
212 | 2024-12-12T21:47:19.286Z | python3 system 3.11 system |
213 | 2024-12-12T21:47:19.286Z | ruby system 3.0 system |
214 | 2024-12-12T21:47:19.286Z | words vendor vendor american-english |
215 | 2024-12-12T21:47:19.286Z | words system system australian-english |
216 | 2024-12-12T21:47:19.286Z | words system system british-english |
217 | 2024-12-12T21:47:19.286Z | words system system canadian-english |
218 | 2024-12-12T21:47:19.286Z | words system system french |
219 | 2024-12-12T21:47:19.286Z | words system system italian |
220 | 2024-12-12T21:47:19.286Z | words system system ngerman |
221 | 2024-12-12T21:47:19.286Z | words system system ogerman |
222 | 2024-12-12T21:47:19.287Z | words system system spanish |
223 | 2024-12-12T21:47:19.651Z | PUBLISHER TYPE STATUS P LOCATION |
224 | 2024-12-12T21:47:19.651Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
225 | 2024-12-12T21:47:22.385Z | FMRI IFO |
226 | 2024-12-12T21:47:22.385Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
227 | 2024-12-12T21:47:22.385Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
228 | 2024-12-12T21:47:22.385Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
229 | 2024-12-12T21:47:22.385Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
230 | 2024-12-12T21:47:22.386Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
231 | 2024-12-12T21:47:22.386Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
232 | 2024-12-12T21:47:22.386Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
233 | 2024-12-12T21:47:22.386Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
234 | 2024-12-12T21:47:22.386Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
235 | 2024-12-12T21:47:22.386Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
236 | 2024-12-12T21:47:22.386Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
237 | 2024-12-12T21:47:22.386Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
238 | 2024-12-12T21:47:22.386Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
239 | 2024-12-12T21:47:22.386Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
240 | 2024-12-12T21:47:22.386Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
241 | 2024-12-12T21:47:23.199Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
242 | 2024-12-12T21:47:23.522Z | Updating crates.io index |
243 | 2024-12-12T21:47:23.524Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
244 | 2024-12-12T21:47:24.115Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
245 | 2024-12-12T21:47:24.550Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
246 | 2024-12-12T21:47:24.817Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
247 | 2024-12-12T21:47:25.074Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
248 | 2024-12-12T21:47:26.027Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
249 | 2024-12-12T21:47:27.612Z | Updating git repository `https://github.com/oxidecomputer/opte` |
250 | 2024-12-12T21:47:28.811Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
251 | 2024-12-12T21:47:29.492Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
252 | 2024-12-12T21:47:29.770Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
253 | 2024-12-12T21:47:30.084Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
254 | 2024-12-12T21:47:30.681Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
255 | 2024-12-12T21:47:31.032Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
256 | 2024-12-12T21:47:31.370Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
257 | 2024-12-12T21:47:31.643Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
258 | 2024-12-12T21:47:31.884Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
259 | 2024-12-12T21:47:32.169Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
260 | 2024-12-12T21:47:32.543Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
261 | 2024-12-12T21:47:32.931Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
262 | 2024-12-12T21:47:33.259Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
263 | 2024-12-12T21:47:33.741Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
264 | 2024-12-12T21:47:34.319Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
265 | 2024-12-12T21:47:34.667Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
266 | 2024-12-12T21:47:35.060Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
267 | 2024-12-12T21:47:35.506Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
268 | 2024-12-12T21:47:35.819Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
269 | 2024-12-12T21:47:36.107Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
270 | 2024-12-12T21:47:36.405Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
271 | 2024-12-12T21:47:37.790Z | Downloading crates ... |
272 | 2024-12-12T21:47:37.840Z | Downloaded anstream v0.6.15 |
273 | 2024-12-12T21:47:37.849Z | Downloaded clap_lex v0.7.2 |
274 | 2024-12-12T21:47:37.852Z | Downloaded anstyle v1.0.10 |
275 | 2024-12-12T21:47:37.866Z | Downloaded equivalent v1.0.1 |
276 | 2024-12-12T21:47:37.872Z | Downloaded pretty-hex v0.4.1 |
277 | 2024-12-12T21:47:37.875Z | Downloaded dtrace-parser v0.2.0 |
278 | 2024-12-12T21:47:37.877Z | Downloaded swrite v0.1.0 |
279 | 2024-12-12T21:47:37.885Z | Downloaded anstyle-parse v0.2.5 |
280 | 2024-12-12T21:47:37.891Z | Downloaded cpufeatures v0.2.14 |
281 | 2024-12-12T21:47:37.894Z | Downloaded block-buffer v0.10.4 |
282 | 2024-12-12T21:47:37.900Z | Downloaded usdt-macro v0.5.0 |
283 | 2024-12-12T21:47:37.904Z | Downloaded scroll_derive v0.12.0 |
284 | 2024-12-12T21:47:37.906Z | Downloaded heck v0.4.1 |
285 | 2024-12-12T21:47:37.906Z | Downloaded colorchoice v1.0.2 |
286 | 2024-12-12T21:47:37.907Z | Downloaded cfg-if v1.0.0 |
287 | 2024-12-12T21:47:37.909Z | Downloaded fs-err v2.11.0 |
288 | 2024-12-12T21:47:37.911Z | Downloaded fastrand v2.1.1 |
289 | 2024-12-12T21:47:37.914Z | Downloaded fnv v1.0.7 |
290 | 2024-12-12T21:47:37.914Z | Downloaded errno v0.3.9 |
291 | 2024-12-12T21:47:37.916Z | Downloaded dof v0.3.0 |
292 | 2024-12-12T21:47:37.916Z | Downloaded crypto-common v0.1.6 |
293 | 2024-12-12T21:47:37.918Z | Downloaded cargo-platform v0.1.8 |
294 | 2024-12-12T21:47:37.918Z | Downloaded strsim v0.11.1 |
295 | 2024-12-12T21:47:37.921Z | Downloaded byteorder v1.5.0 |
296 | 2024-12-12T21:47:37.921Z | Downloaded serde_tokenstream v0.2.2 |
297 | 2024-12-12T21:47:37.923Z | Downloaded anstyle-query v1.1.1 |
298 | 2024-12-12T21:47:37.923Z | Downloaded pest_generator v2.7.14 |
299 | 2024-12-12T21:47:37.926Z | Downloaded bytecount v0.6.8 |
300 | 2024-12-12T21:47:37.929Z | Downloaded tabled_derive v0.7.0 |
301 | 2024-12-12T21:47:37.929Z | Downloaded serde_spanned v0.6.8 |
302 | 2024-12-12T21:47:37.929Z | Downloaded generic-array v0.14.7 |
303 | 2024-12-12T21:47:37.931Z | Downloaded toml_datetime v0.6.8 |
304 | 2024-12-12T21:47:37.935Z | Downloaded unicode-linebreak v0.1.5 |
305 | 2024-12-12T21:47:37.937Z | Downloaded camino v1.1.9 |
306 | 2024-12-12T21:47:37.940Z | Downloaded usdt-attr-macro v0.5.0 |
307 | 2024-12-12T21:47:37.940Z | Downloaded memmap v0.7.0 |
308 | 2024-12-12T21:47:37.942Z | Downloaded thiserror v1.0.69 |
309 | 2024-12-12T21:47:37.946Z | Downloaded usdt v0.5.0 |
310 | 2024-12-12T21:47:37.949Z | Downloaded plain v0.2.3 |
311 | 2024-12-12T21:47:37.949Z | Downloaded thread-id v4.2.2 |
312 | 2024-12-12T21:47:37.951Z | Downloaded smawk v0.3.2 |
313 | 2024-12-12T21:47:37.951Z | Downloaded proc-macro-error-attr v1.0.4 |
314 | 2024-12-12T21:47:37.954Z | Downloaded macaddr v1.0.1 |
315 | 2024-12-12T21:47:37.954Z | Downloaded itoa v1.0.11 |
316 | 2024-12-12T21:47:37.956Z | Downloaded is_terminal_polyfill v1.70.1 |
317 | 2024-12-12T21:47:37.961Z | Downloaded clap_derive v4.5.18 |
318 | 2024-12-12T21:47:37.964Z | Downloaded version_check v0.9.5 |
319 | 2024-12-12T21:47:37.966Z | Downloaded thiserror-impl v1.0.69 |
320 | 2024-12-12T21:47:37.966Z | Downloaded utf8parse v0.2.2 |
321 | 2024-12-12T21:47:37.969Z | Downloaded digest v0.10.7 |
322 | 2024-12-12T21:47:37.969Z | Downloaded camino-tempfile v1.1.1 |
323 | 2024-12-12T21:47:37.972Z | Downloaded cargo_metadata v0.18.1 |
324 | 2024-12-12T21:47:37.974Z | Downloaded terminal_size v0.4.0 |
325 | 2024-12-12T21:47:37.974Z | Downloaded cargo_toml v0.20.5 |
326 | 2024-12-12T21:47:37.977Z | Downloaded autocfg v1.4.0 |
327 | 2024-12-12T21:47:37.983Z | Downloaded sha2 v0.10.8 |
328 | 2024-12-12T21:47:37.985Z | Downloaded quote v1.0.37 |
329 | 2024-12-12T21:47:37.988Z | Downloaded scroll v0.12.0 |
330 | 2024-12-12T21:47:37.990Z | Downloaded pest_derive v2.7.14 |
331 | 2024-12-12T21:47:37.992Z | Downloaded heck v0.5.0 |
332 | 2024-12-12T21:47:37.992Z | Downloaded tempfile v3.13.0 |
333 | 2024-12-12T21:47:37.995Z | Downloaded semver v1.0.23 |
334 | 2024-12-12T21:47:37.997Z | Downloaded proc-macro-error v1.0.4 |
335 | 2024-12-12T21:47:38.001Z | Downloaded once_cell v1.20.2 |
336 | 2024-12-12T21:47:38.006Z | Downloaded zerocopy-derive v0.7.35 |
337 | 2024-12-12T21:47:38.012Z | Downloaded clap v4.5.21 |
338 | 2024-12-12T21:47:38.020Z | Downloaded toml v0.8.19 |
339 | 2024-12-12T21:47:38.024Z | Downloaded proc-macro2 v1.0.89 |
340 | 2024-12-12T21:47:38.026Z | Downloaded log v0.4.22 |
341 | 2024-12-12T21:47:38.029Z | Downloaded unicode-ident v1.0.13 |
342 | 2024-12-12T21:47:38.032Z | Downloaded textwrap v0.16.1 |
343 | 2024-12-12T21:47:38.034Z | Downloaded usdt-impl v0.5.0 |
344 | 2024-12-12T21:47:38.037Z | Downloaded ucd-trie v0.1.7 |
345 | 2024-12-12T21:47:38.040Z | Downloaded pest_meta v2.7.14 |
346 | 2024-12-12T21:47:38.040Z | Downloaded serde_derive v1.0.215 |
347 | 2024-12-12T21:47:38.043Z | Downloaded papergrid v0.11.0 |
348 | 2024-12-12T21:47:38.047Z | Downloaded anyhow v1.0.93 |
349 | 2024-12-12T21:47:38.051Z | Downloaded typenum v1.17.0 |
350 | 2024-12-12T21:47:38.054Z | Downloaded ryu v1.0.18 |
351 | 2024-12-12T21:47:38.057Z | Downloaded bitflags v2.6.0 |
352 | 2024-12-12T21:47:38.068Z | Downloaded serde v1.0.215 |
353 | 2024-12-12T21:47:38.071Z | Downloaded indexmap v2.6.0 |
354 | 2024-12-12T21:47:38.089Z | Downloaded memchr v2.7.4 |
355 | 2024-12-12T21:47:38.095Z | Downloaded toml_edit v0.22.22 |
356 | 2024-12-12T21:47:38.118Z | Downloaded hashbrown v0.15.1 |
357 | 2024-12-12T21:47:38.126Z | Downloaded pest v2.7.14 |
358 | 2024-12-12T21:47:38.136Z | Downloaded zerocopy v0.7.35 |
359 | 2024-12-12T21:47:38.153Z | Downloaded winnow v0.6.20 |
360 | 2024-12-12T21:47:38.162Z | Downloaded clap_builder v4.5.21 |
361 | 2024-12-12T21:47:38.169Z | Downloaded goblin v0.8.2 |
362 | 2024-12-12T21:47:38.175Z | Downloaded serde_json v1.0.132 |
363 | 2024-12-12T21:47:38.182Z | Downloaded tabled v0.15.0 |
364 | 2024-12-12T21:47:38.198Z | Downloaded syn v1.0.109 |
365 | 2024-12-12T21:47:38.208Z | Downloaded unicode-width v0.1.14 |
366 | 2024-12-12T21:47:38.214Z | Downloaded syn v2.0.87 |
367 | 2024-12-12T21:47:38.242Z | Downloaded rustix v0.38.37 |
368 | 2024-12-12T21:47:38.283Z | Downloaded libc v0.2.162 |
369 | 2024-12-12T21:47:38.594Z | Compiling proc-macro2 v1.0.89 |
370 | 2024-12-12T21:47:38.594Z | Compiling unicode-ident v1.0.13 |
371 | 2024-12-12T21:47:38.594Z | Compiling serde v1.0.215 |
372 | 2024-12-12T21:47:38.597Z | Compiling version_check v0.9.5 |
373 | 2024-12-12T21:47:38.597Z | Compiling memchr v2.7.4 |
374 | 2024-12-12T21:47:38.597Z | Compiling thiserror v1.0.69 |
375 | 2024-12-12T21:47:38.597Z | Compiling libc v0.2.162 |
376 | 2024-12-12T21:47:38.631Z | Compiling itoa v1.0.11 |
377 | 2024-12-12T21:47:38.871Z | Compiling ryu v1.0.18 |
378 | 2024-12-12T21:47:39.012Z | Compiling ucd-trie v0.1.7 |
379 | 2024-12-12T21:47:39.264Z | Compiling once_cell v1.20.2 |
380 | 2024-12-12T21:47:39.551Z | Compiling byteorder v1.5.0 |
381 | 2024-12-12T21:47:39.653Z | Compiling serde_json v1.0.132 |
382 | 2024-12-12T21:47:39.681Z | Compiling rustix v0.38.37 |
383 | 2024-12-12T21:47:39.998Z | Compiling bitflags v2.6.0 |
384 | 2024-12-12T21:47:40.049Z | Compiling usdt-impl v0.5.0 |
385 | 2024-12-12T21:47:40.396Z | Compiling proc-macro-error-attr v1.0.4 |
386 | 2024-12-12T21:47:40.422Z | Compiling syn v1.0.109 |
387 | 2024-12-12T21:47:40.500Z | Compiling quote v1.0.37 |
388 | 2024-12-12T21:47:40.615Z | Compiling proc-macro-error v1.0.4 |
389 | 2024-12-12T21:47:40.661Z | Compiling log v0.4.22 |
390 | 2024-12-12T21:47:40.761Z | Compiling equivalent v1.0.1 |
391 | 2024-12-12T21:47:40.890Z | Compiling utf8parse v0.2.2 |
392 | 2024-12-12T21:47:40.915Z | Compiling syn v2.0.87 |
393 | 2024-12-12T21:47:41.050Z | Compiling errno v0.3.9 |
394 | 2024-12-12T21:47:41.099Z | Compiling hashbrown v0.15.1 |
395 | 2024-12-12T21:47:41.150Z | Compiling camino v1.1.9 |
396 | 2024-12-12T21:47:41.257Z | Compiling plain v0.2.3 |
397 | 2024-12-12T21:47:41.284Z | Compiling thread-id v4.2.2 |
398 | 2024-12-12T21:47:41.401Z | Compiling anstyle-parse v0.2.5 |
399 | 2024-12-12T21:47:41.739Z | Compiling unicode-width v0.1.14 |
400 | 2024-12-12T21:47:41.891Z | Compiling semver v1.0.23 |
401 | 2024-12-12T21:47:41.947Z | Compiling anstyle-query v1.1.1 |
402 | 2024-12-12T21:47:42.113Z | Compiling colorchoice v1.0.2 |
403 | 2024-12-12T21:47:42.282Z | Compiling pretty-hex v0.4.1 |
404 | 2024-12-12T21:47:42.309Z | Compiling indexmap v2.6.0 |
405 | 2024-12-12T21:47:42.351Z | Compiling autocfg v1.4.0 |
406 | 2024-12-12T21:47:42.379Z | Compiling winnow v0.6.20 |
407 | 2024-12-12T21:47:42.425Z | Compiling anstyle v1.0.10 |
408 | 2024-12-12T21:47:42.497Z | Compiling is_terminal_polyfill v1.70.1 |
409 | 2024-12-12T21:47:42.880Z | Compiling anstream v0.6.15 |
410 | 2024-12-12T21:47:43.508Z | Compiling terminal_size v0.4.0 |
411 | 2024-12-12T21:47:43.605Z | Compiling fs-err v2.11.0 |
412 | 2024-12-12T21:47:43.662Z | Compiling clap_lex v0.7.2 |
413 | 2024-12-12T21:47:43.748Z | Compiling strsim v0.11.1 |
414 | 2024-12-12T21:47:43.775Z | Compiling heck v0.5.0 |
415 | 2024-12-12T21:47:43.921Z | Compiling bytecount v0.6.8 |
416 | 2024-12-12T21:47:44.161Z | Compiling anyhow v1.0.93 |
417 | 2024-12-12T21:47:44.225Z | Compiling heck v0.4.1 |
418 | 2024-12-12T21:47:44.270Z | Compiling fnv v1.0.7 |
419 | 2024-12-12T21:47:44.418Z | Compiling cfg-if v1.0.0 |
420 | 2024-12-12T21:47:44.526Z | Compiling fastrand v2.1.1 |
421 | 2024-12-12T21:47:44.742Z | Compiling papergrid v0.11.0 |
422 | 2024-12-12T21:47:44.769Z | Compiling clap_builder v4.5.21 |
423 | 2024-12-12T21:47:45.088Z | Compiling tempfile v3.13.0 |
424 | 2024-12-12T21:47:45.222Z | Compiling memmap v0.7.0 |
425 | 2024-12-12T21:47:45.265Z | Compiling unicode-linebreak v0.1.5 |
426 | 2024-12-12T21:47:45.609Z | Compiling smawk v0.3.2 |
427 | 2024-12-12T21:47:45.834Z | Compiling textwrap v0.16.1 |
428 | 2024-12-12T21:47:46.419Z | Compiling swrite v0.1.0 |
429 | 2024-12-12T21:47:47.342Z | Compiling tabled_derive v0.7.0 |
430 | 2024-12-12T21:47:48.983Z | Compiling tabled v0.15.0 |
431 | 2024-12-12T21:47:50.153Z | Compiling serde_derive v1.0.215 |
432 | 2024-12-12T21:47:50.153Z | Compiling thiserror-impl v1.0.69 |
433 | 2024-12-12T21:47:50.156Z | Compiling zerocopy-derive v0.7.35 |
434 | 2024-12-12T21:47:50.156Z | Compiling scroll_derive v0.12.0 |
435 | 2024-12-12T21:47:50.360Z | Compiling clap_derive v4.5.18 |
436 | 2024-12-12T21:47:51.748Z | Compiling scroll v0.12.0 |
437 | 2024-12-12T21:47:52.227Z | Compiling goblin v0.8.2 |
438 | 2024-12-12T21:47:52.253Z | Compiling zerocopy v0.7.35 |
439 | 2024-12-12T21:47:52.829Z | Compiling pest v2.7.14 |
440 | 2024-12-12T21:47:54.409Z | Compiling clap v4.5.21 |
441 | 2024-12-12T21:47:55.272Z | Compiling pest_meta v2.7.14 |
442 | 2024-12-12T21:47:56.140Z | Compiling pest_generator v2.7.14 |
443 | 2024-12-12T21:47:57.966Z | Compiling pest_derive v2.7.14 |
444 | 2024-12-12T21:47:58.683Z | Compiling dtrace-parser v0.2.0 |
445 | 2024-12-12T21:48:00.850Z | Compiling serde_tokenstream v0.2.2 |
446 | 2024-12-12T21:48:00.909Z | Compiling toml_datetime v0.6.8 |
447 | 2024-12-12T21:48:00.909Z | Compiling serde_spanned v0.6.8 |
448 | 2024-12-12T21:48:01.178Z | Compiling cargo-platform v0.1.8 |
449 | 2024-12-12T21:48:01.318Z | Compiling toml_edit v0.22.22 |
450 | 2024-12-12T21:48:01.453Z | Compiling macaddr v1.0.1 |
451 | 2024-12-12T21:48:01.736Z | Compiling camino-tempfile v1.1.1 |
452 | 2024-12-12T21:48:02.386Z | Compiling dof v0.3.0 |
453 | 2024-12-12T21:48:02.451Z | Compiling cargo_metadata v0.18.1 |
454 | 2024-12-12T21:48:04.117Z | Compiling toml v0.8.19 |
455 | 2024-12-12T21:48:04.252Z | Compiling usdt-attr-macro v0.5.0 |
456 | 2024-12-12T21:48:04.252Z | Compiling usdt-macro v0.5.0 |
457 | 2024-12-12T21:48:05.032Z | Compiling cargo_toml v0.20.5 |
458 | 2024-12-12T21:48:05.677Z | Compiling usdt v0.5.0 |
459 | 2024-12-12T21:48:08.637Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
460 | 2024-12-12T21:48:12.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.97s |
461 | 2024-12-12T21:48:13.168Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
462 | 2024-12-12T21:48:13.732Z | Downloading crates ... |
463 | 2024-12-12T21:48:13.855Z | Downloaded atomicwrites v0.4.4 |
464 | 2024-12-12T21:48:13.869Z | Downloaded async-stream-impl v0.3.6 |
465 | 2024-12-12T21:48:13.872Z | Downloaded atty v0.2.14 |
466 | 2024-12-12T21:48:13.875Z | Downloaded assert_matches v1.5.0 |
467 | 2024-12-12T21:48:13.882Z | Downloaded ciborium-io v0.2.2 |
468 | 2024-12-12T21:48:13.907Z | Downloaded darling v0.20.10 |
469 | 2024-12-12T21:48:13.912Z | Downloaded crunchy v0.2.2 |
470 | 2024-12-12T21:48:13.914Z | Downloaded hex-literal v0.4.1 |
471 | 2024-12-12T21:48:13.914Z | Downloaded crucible-workspace-hack v0.1.0 |
472 | 2024-12-12T21:48:13.917Z | Downloaded cstr-argument v0.1.2 |
473 | 2024-12-12T21:48:13.919Z | Downloaded cfg_aliases v0.1.1 |
474 | 2024-12-12T21:48:13.926Z | Downloaded headers-core v0.3.0 |
475 | 2024-12-12T21:48:13.928Z | Downloaded async-recursion v1.1.1 |
476 | 2024-12-12T21:48:13.931Z | Downloaded atomic-waker v1.1.2 |
477 | 2024-12-12T21:48:13.934Z | Downloaded array-init v0.0.4 |
478 | 2024-12-12T21:48:13.936Z | Downloaded base16ct v0.2.0 |
479 | 2024-12-12T21:48:13.939Z | Downloaded cfg_aliases v0.2.1 |
480 | 2024-12-12T21:48:13.939Z | Downloaded bit-vec v0.6.3 |
481 | 2024-12-12T21:48:13.943Z | Downloaded cexpr v0.6.0 |
482 | 2024-12-12T21:48:13.945Z | Downloaded icu_locid_transform_data v1.5.0 |
483 | 2024-12-12T21:48:13.948Z | Downloaded ciborium-ll v0.2.2 |
484 | 2024-12-12T21:48:13.950Z | Downloaded crc v3.2.1 |
485 | 2024-12-12T21:48:13.953Z | Downloaded icu_provider_macros v1.5.0 |
486 | 2024-12-12T21:48:13.953Z | Downloaded iana-time-zone v0.1.61 |
487 | 2024-12-12T21:48:13.955Z | Downloaded bitfield-struct v0.6.2 |
488 | 2024-12-12T21:48:13.958Z | Downloaded cipher v0.4.4 |
489 | 2024-12-12T21:48:13.960Z | Downloaded bitfield v0.14.0 |
490 | 2024-12-12T21:48:13.960Z | Downloaded constant_time_eq v0.3.1 |
491 | 2024-12-12T21:48:13.963Z | Downloaded bb8 v0.8.5 |
492 | 2024-12-12T21:48:13.965Z | Downloaded const_format_proc_macros v0.2.33 |
493 | 2024-12-12T21:48:13.967Z | Downloaded cmake v0.1.51 |
494 | 2024-12-12T21:48:13.967Z | Downloaded chacha20 v0.9.1 |
495 | 2024-12-12T21:48:13.970Z | Downloaded cassowary v0.3.0 |
496 | 2024-12-12T21:48:13.972Z | Downloaded ident_case v1.0.1 |
497 | 2024-12-12T21:48:13.972Z | Downloaded block-padding v0.3.3 |
498 | 2024-12-12T21:48:13.975Z | Downloaded hyper-tls v0.6.0 |
499 | 2024-12-12T21:48:13.977Z | Downloaded async-stream v0.3.6 |
500 | 2024-12-12T21:48:13.977Z | Downloaded aead v0.5.2 |
501 | 2024-12-12T21:48:13.980Z | Downloaded adler2 v2.0.0 |
502 | 2024-12-12T21:48:13.983Z | Downloaded crc-catalog v2.4.0 |
503 | 2024-12-12T21:48:13.985Z | Downloaded curve25519-dalek-derive v0.1.1 |
504 | 2024-12-12T21:48:13.985Z | Downloaded crossbeam-deque v0.8.5 |
505 | 2024-12-12T21:48:13.988Z | Downloaded convert_case v0.4.0 |
506 | 2024-12-12T21:48:13.988Z | Downloaded cobs v0.2.3 |
507 | 2024-12-12T21:48:13.990Z | Downloaded arc-swap v1.7.1 |
508 | 2024-12-12T21:48:13.993Z | Downloaded is_ci v1.2.0 |
509 | 2024-12-12T21:48:13.995Z | Downloaded instant v0.1.13 |
510 | 2024-12-12T21:48:13.998Z | Downloaded colored v2.1.0 |
511 | 2024-12-12T21:48:13.998Z | Downloaded buf-list v1.0.3 |
512 | 2024-12-12T21:48:14.001Z | Downloaded match_cfg v0.1.0 |
513 | 2024-12-12T21:48:14.004Z | Downloaded cbc v0.1.2 |
514 | 2024-12-12T21:48:14.006Z | Downloaded bcrypt-pbkdf v0.10.0 |
515 | 2024-12-12T21:48:14.006Z | Downloaded matches v0.1.10 |
516 | 2024-12-12T21:48:14.010Z | Downloaded hyper-rustls v0.27.3 |
517 | 2024-12-12T21:48:14.012Z | Downloaded async-bb8-diesel v0.2.1 |
518 | 2024-12-12T21:48:14.015Z | Downloaded addr2line v0.24.2 |
519 | 2024-12-12T21:48:14.017Z | Downloaded arrayvec v0.7.6 |
520 | 2024-12-12T21:48:14.020Z | Downloaded icu_locid_transform v1.5.0 |
521 | 2024-12-12T21:48:14.022Z | Downloaded ctr v0.9.2 |
522 | 2024-12-12T21:48:14.025Z | Downloaded console v0.15.8 |
523 | 2024-12-12T21:48:14.029Z | Downloaded lazycell v1.3.0 |
524 | 2024-12-12T21:48:14.031Z | Downloaded ciborium v0.2.2 |
525 | 2024-12-12T21:48:14.034Z | Downloaded chrono-tz-build v0.4.0 |
526 | 2024-12-12T21:48:14.034Z | Downloaded lru-cache v0.1.2 |
527 | 2024-12-12T21:48:14.037Z | Downloaded crc32fast v1.4.2 |
528 | 2024-12-12T21:48:14.040Z | Downloaded sigpipe v0.1.3 |
529 | 2024-12-12T21:48:14.040Z | Downloaded rustc_version v0.4.1 |
530 | 2024-12-12T21:48:14.043Z | Downloaded backoff v0.4.0 |
531 | 2024-12-12T21:48:14.045Z | Downloaded mirai-annotations v1.12.0 |
532 | 2024-12-12T21:48:14.046Z | Downloaded signal-hook-tokio v0.3.1 |
533 | 2024-12-12T21:48:14.048Z | Downloaded ipnetwork v0.20.0 |
534 | 2024-12-12T21:48:14.051Z | Downloaded inout v0.1.3 |
535 | 2024-12-12T21:48:14.051Z | Downloaded indent_write v2.2.0 |
536 | 2024-12-12T21:48:14.053Z | Downloaded impl-trait-for-tuples v0.2.2 |
537 | 2024-12-12T21:48:14.056Z | Downloaded is-terminal v0.4.13 |
538 | 2024-12-12T21:48:14.058Z | Downloaded internet-checksum v0.2.1 |
539 | 2024-12-12T21:48:14.058Z | Downloaded instability v0.3.2 |
540 | 2024-12-12T21:48:14.060Z | Downloaded idna_adapter v1.2.0 |
541 | 2024-12-12T21:48:14.060Z | Downloaded csv-core v0.1.11 |
542 | 2024-12-12T21:48:14.063Z | Downloaded toolchain_find v0.4.0 |
543 | 2024-12-12T21:48:14.066Z | Downloaded cookie_store v0.21.0 |
544 | 2024-12-12T21:48:14.068Z | Downloaded cancel-safe-futures v0.1.5 |
545 | 2024-12-12T21:48:14.070Z | Downloaded md5 v0.7.0 |
546 | 2024-12-12T21:48:14.073Z | Downloaded try-lock v0.2.5 |
547 | 2024-12-12T21:48:14.075Z | Downloaded icu_provider v1.5.0 |
548 | 2024-12-12T21:48:14.078Z | Downloaded md-5 v0.10.6 |
549 | 2024-12-12T21:48:14.081Z | Downloaded ref-cast-impl v1.0.23 |
550 | 2024-12-12T21:48:14.081Z | Downloaded icu_locid v1.5.0 |
551 | 2024-12-12T21:48:14.086Z | Downloaded ref-cast v1.0.23 |
552 | 2024-12-12T21:48:14.090Z | Downloaded maplit v1.0.2 |
553 | 2024-12-12T21:48:14.092Z | Downloaded managed v0.8.0 |
554 | 2024-12-12T21:48:14.095Z | Downloaded libsw v3.3.1 |
555 | 2024-12-12T21:48:14.097Z | Downloaded crossbeam-epoch v0.9.18 |
556 | 2024-12-12T21:48:14.099Z | Downloaded unarray v0.1.4 |
557 | 2024-12-12T21:48:14.102Z | Downloaded utf16_iter v1.0.5 |
558 | 2024-12-12T21:48:14.104Z | Downloaded scopeguard v1.2.0 |
559 | 2024-12-12T21:48:14.104Z | Downloaded rustversion v1.0.17 |
560 | 2024-12-12T21:48:14.107Z | Downloaded rustls-pemfile v1.0.4 |
561 | 2024-12-12T21:48:14.109Z | Downloaded derive_builder_macro v0.20.2 |
562 | 2024-12-12T21:48:14.112Z | Downloaded semver v0.1.20 |
563 | 2024-12-12T21:48:14.114Z | Downloaded quinn-udp v0.5.5 |
564 | 2024-12-12T21:48:14.115Z | Downloaded darling_macro v0.20.10 |
565 | 2024-12-12T21:48:14.115Z | Downloaded yoke-derive v0.7.4 |
566 | 2024-12-12T21:48:14.118Z | Downloaded ipnet v2.10.1 |
567 | 2024-12-12T21:48:14.120Z | Downloaded simd-adler32 v0.3.7 |
568 | 2024-12-12T21:48:14.122Z | Downloaded signature v2.2.0 |
569 | 2024-12-12T21:48:14.125Z | Downloaded resolv-conf v0.7.0 |
570 | 2024-12-12T21:48:14.127Z | Downloaded linked-hash-map v0.5.6 |
571 | 2024-12-12T21:48:14.127Z | Downloaded spki v0.7.3 |
572 | 2024-12-12T21:48:14.129Z | Downloaded supports-color v3.0.1 |
573 | 2024-12-12T21:48:14.131Z | Downloaded structmeta-derive v0.2.0 |
574 | 2024-12-12T21:48:14.134Z | Downloaded structmeta v0.3.0 |
575 | 2024-12-12T21:48:14.134Z | Downloaded libloading v0.8.5 |
576 | 2024-12-12T21:48:14.137Z | Downloaded newtype_derive v0.1.6 |
577 | 2024-12-12T21:48:14.139Z | Downloaded tap v1.0.1 |
578 | 2024-12-12T21:48:14.142Z | Downloaded icu_properties v1.5.1 |
579 | 2024-12-12T21:48:14.144Z | Downloaded icu_normalizer v1.5.0 |
580 | 2024-12-12T21:48:14.148Z | Downloaded peg-runtime v0.8.3 |
581 | 2024-12-12T21:48:14.150Z | Downloaded oso-derive v0.27.3 |
582 | 2024-12-12T21:48:14.150Z | Downloaded unicase v2.7.0 |
583 | 2024-12-12T21:48:14.152Z | Downloaded twox-hash v1.6.3 |
584 | 2024-12-12T21:48:14.155Z | Downloaded utf8_iter v1.0.4 |
585 | 2024-12-12T21:48:14.158Z | Downloaded httparse v1.9.5 |
586 | 2024-12-12T21:48:14.160Z | Downloaded crc-any v2.5.0 |
587 | 2024-12-12T21:48:14.163Z | Downloaded base64 v0.13.1 |
588 | 2024-12-12T21:48:14.165Z | Downloaded newtype-uuid v1.1.3 |
589 | 2024-12-12T21:48:14.168Z | Downloaded mime_guess v2.0.5 |
590 | 2024-12-12T21:48:14.172Z | Downloaded litemap v0.7.3 |
591 | 2024-12-12T21:48:14.175Z | Downloaded progenitor-client v0.8.0 |
592 | 2024-12-12T21:48:14.175Z | Downloaded data-encoding v2.6.0 |
593 | 2024-12-12T21:48:14.175Z | Downloaded progenitor-impl v0.8.0 |
594 | 2024-12-12T21:48:14.178Z | Downloaded serde_path_to_error v0.1.16 |
595 | 2024-12-12T21:48:14.180Z | Downloaded sha1 v0.10.6 |
596 | 2024-12-12T21:48:14.182Z | Downloaded psl-types v2.0.11 |
597 | 2024-12-12T21:48:14.185Z | Downloaded ena v0.14.3 |
598 | 2024-12-12T21:48:14.185Z | Downloaded dirs-sys-next v0.1.2 |
599 | 2024-12-12T21:48:14.187Z | Downloaded memmap2 v0.9.5 |
600 | 2024-12-12T21:48:14.189Z | Downloaded futures-task v0.3.31 |
601 | 2024-12-12T21:48:14.192Z | Downloaded backtrace v0.3.74 |
602 | 2024-12-12T21:48:14.196Z | Downloaded allocator-api2 v0.2.18 |
603 | 2024-12-12T21:48:14.200Z | Downloaded float-ord v0.3.2 |
604 | 2024-12-12T21:48:14.202Z | Downloaded float-cmp v0.9.0 |
605 | 2024-12-12T21:48:14.205Z | Downloaded tokio-native-tls v0.3.1 |
606 | 2024-12-12T21:48:14.205Z | Downloaded thread_local v1.1.8 |
607 | 2024-12-12T21:48:14.207Z | Downloaded termtree v0.4.1 |
608 | 2024-12-12T21:48:14.211Z | Downloaded zerofrom v0.1.4 |
609 | 2024-12-12T21:48:14.214Z | Downloaded hash32 v0.3.1 |
610 | 2024-12-12T21:48:14.214Z | Downloaded num v0.4.3 |
611 | 2024-12-12T21:48:14.214Z | Downloaded num_enum_derive v0.5.11 |
612 | 2024-12-12T21:48:14.217Z | Downloaded hash32 v0.2.1 |
613 | 2024-12-12T21:48:14.217Z | Downloaded num_enum v0.5.11 |
614 | 2024-12-12T21:48:14.222Z | Downloaded pbkdf2 v0.12.2 |
615 | 2024-12-12T21:48:14.224Z | Downloaded russh-keys v0.45.0 |
616 | 2024-12-12T21:48:14.227Z | Downloaded mockall_derive v0.13.0 |
617 | 2024-12-12T21:48:14.229Z | Downloaded lock_api v0.4.12 |
618 | 2024-12-12T21:48:14.232Z | Downloaded hmac v0.12.1 |
619 | 2024-12-12T21:48:14.244Z | Downloaded newline-converter v0.3.0 |
620 | 2024-12-12T21:48:14.247Z | Downloaded progenitor-macro v0.8.0 |
621 | 2024-12-12T21:48:14.249Z | Downloaded predicates-core v1.0.8 |
622 | 2024-12-12T21:48:14.249Z | Downloaded polyval v0.6.2 |
623 | 2024-12-12T21:48:14.252Z | Downloaded derive_builder_core v0.20.2 |
624 | 2024-12-12T21:48:14.255Z | Downloaded rfc6979 v0.4.0 |
625 | 2024-12-12T21:48:14.255Z | Downloaded icu_properties_data v1.5.0 |
626 | 2024-12-12T21:48:14.265Z | Downloaded salsa20 v0.10.2 |
627 | 2024-12-12T21:48:14.268Z | Downloaded rustfmt-wrapper v0.2.1 |
628 | 2024-12-12T21:48:14.270Z | Downloaded rustc_version v0.1.7 |
629 | 2024-12-12T21:48:14.270Z | Downloaded env_logger v0.11.5 |
630 | 2024-12-12T21:48:14.273Z | Downloaded precomputed-hash v0.1.1 |
631 | 2024-12-12T21:48:14.276Z | Downloaded serde_urlencoded v0.7.1 |
632 | 2024-12-12T21:48:14.276Z | Downloaded tls_codec_derive v0.4.1 |
633 | 2024-12-12T21:48:14.278Z | Downloaded serde-hex v0.1.0 |
634 | 2024-12-12T21:48:14.281Z | Downloaded serde_repr v0.1.19 |
635 | 2024-12-12T21:48:14.283Z | Downloaded pretty-hex v0.2.1 |
636 | 2024-12-12T21:48:14.283Z | Downloaded universal-hash v0.5.1 |
637 | 2024-12-12T21:48:14.286Z | Downloaded which v4.4.2 |
638 | 2024-12-12T21:48:14.288Z | Downloaded nu-ansi-term v0.50.1 |
639 | 2024-12-12T21:48:14.290Z | Downloaded tui-tree-widget v0.22.0 |
640 | 2024-12-12T21:48:14.293Z | Downloaded peg-macros v0.8.4 |
641 | 2024-12-12T21:48:14.295Z | Downloaded uuid v1.11.0 |
642 | 2024-12-12T21:48:14.298Z | Downloaded peg v0.8.4 |
643 | 2024-12-12T21:48:14.301Z | Downloaded crossbeam-channel v0.5.13 |
644 | 2024-12-12T21:48:14.306Z | Downloaded base64 v0.21.7 |
645 | 2024-12-12T21:48:14.311Z | Downloaded dyn-clone v1.0.17 |
646 | 2024-12-12T21:48:14.313Z | Downloaded zone v0.3.0 |
647 | 2024-12-12T21:48:14.315Z | Downloaded zone v0.1.8 |
648 | 2024-12-12T21:48:14.315Z | Downloaded zerovec-derive v0.10.3 |
649 | 2024-12-12T21:48:14.318Z | Downloaded gethostname v0.5.0 |
650 | 2024-12-12T21:48:14.320Z | Downloaded futures-core v0.3.31 |
651 | 2024-12-12T21:48:14.320Z | Downloaded nibble_vec v0.1.0 |
652 | 2024-12-12T21:48:14.322Z | Downloaded dropshot_endpoint v0.13.0 |
653 | 2024-12-12T21:48:14.325Z | Downloaded similar v2.6.0 |
654 | 2024-12-12T21:48:14.331Z | Downloaded crypto-bigint v0.5.5 |
655 | 2024-12-12T21:48:14.338Z | Downloaded waitgroup v0.1.2 |
656 | 2024-12-12T21:48:14.341Z | Downloaded vte_generate_state_changes v0.1.2 |
657 | 2024-12-12T21:48:14.341Z | Downloaded packed_struct_codegen v0.10.1 |
658 | 2024-12-12T21:48:14.343Z | Downloaded serde_derive_internals v0.29.1 |
659 | 2024-12-12T21:48:14.346Z | Downloaded packed_struct v0.10.1 |
660 | 2024-12-12T21:48:14.346Z | Downloaded static_assertions v1.1.0 |
661 | 2024-12-12T21:48:14.348Z | Downloaded rand_xorshift v0.3.0 |
662 | 2024-12-12T21:48:14.351Z | Downloaded tokio-tungstenite v0.24.0 |
663 | 2024-12-12T21:48:14.351Z | Downloaded sct v0.7.1 |
664 | 2024-12-12T21:48:14.355Z | Downloaded predicates-tree v1.0.11 |
665 | 2024-12-12T21:48:14.357Z | Downloaded unicode-bidi v0.3.17 |
666 | 2024-12-12T21:48:14.360Z | Downloaded oso v0.27.3 |
667 | 2024-12-12T21:48:14.363Z | Downloaded rsa v0.9.6 |
668 | 2024-12-12T21:48:14.369Z | Downloaded strum v0.26.3 |
669 | 2024-12-12T21:48:14.371Z | Downloaded rustc-hash v2.0.0 |
670 | 2024-12-12T21:48:14.373Z | Downloaded normalize-line-endings v0.3.0 |
671 | 2024-12-12T21:48:14.373Z | Downloaded shlex v1.3.0 |
672 | 2024-12-12T21:48:14.376Z | Downloaded nodrop v0.1.14 |
673 | 2024-12-12T21:48:14.376Z | Downloaded rusty-fork v0.3.0 |
674 | 2024-12-12T21:48:14.378Z | Downloaded cc v1.1.30 |
675 | 2024-12-12T21:48:14.381Z | Downloaded strum_macros v0.25.3 |
676 | 2024-12-12T21:48:14.384Z | Downloaded parse-size v1.1.0 |
677 | 2024-12-12T21:48:14.386Z | Downloaded structmeta-derive v0.3.0 |
678 | 2024-12-12T21:48:14.386Z | Downloaded strum_macros v0.24.3 |
679 | 2024-12-12T21:48:14.389Z | Downloaded dropshot_endpoint v0.12.0 |
680 | 2024-12-12T21:48:14.391Z | Downloaded slog-json v2.6.1 |
681 | 2024-12-12T21:48:14.394Z | Downloaded tar v0.4.42 |
682 | 2024-12-12T21:48:14.396Z | Downloaded slog-scope v4.4.0 |
683 | 2024-12-12T21:48:14.400Z | Downloaded filetime v0.2.25 |
684 | 2024-12-12T21:48:14.402Z | Downloaded flagset v0.4.6 |
685 | 2024-12-12T21:48:14.402Z | Downloaded debug-ignore v1.0.5 |
686 | 2024-12-12T21:48:14.405Z | Downloaded parking_lot v0.11.2 |
687 | 2024-12-12T21:48:14.407Z | Downloaded predicates v3.1.2 |
688 | 2024-12-12T21:48:14.410Z | Downloaded fixedbitset v0.4.2 |
689 | 2024-12-12T21:48:14.412Z | Downloaded embedded-io v0.4.0 |
690 | 2024-12-12T21:48:14.415Z | Downloaded structmeta v0.2.0 |
691 | 2024-12-12T21:48:14.415Z | Downloaded native-tls v0.2.12 |
692 | 2024-12-12T21:48:14.418Z | Downloaded tokio-postgres v0.7.12 |
693 | 2024-12-12T21:48:14.422Z | Downloaded write16 v1.0.0 |
694 | 2024-12-12T21:48:14.424Z | Downloaded pin-project-lite v0.2.14 |
695 | 2024-12-12T21:48:14.429Z | Downloaded tower-service v0.3.3 |
696 | 2024-12-12T21:48:14.431Z | Downloaded walkdir v2.5.0 |
697 | 2024-12-12T21:48:14.433Z | Downloaded wait-timeout v0.2.0 |
698 | 2024-12-12T21:48:14.433Z | Downloaded unicode-xid v0.2.6 |
699 | 2024-12-12T21:48:14.436Z | Downloaded embedded-io v0.6.1 |
700 | 2024-12-12T21:48:14.438Z | Downloaded defmt-parser v0.3.4 |
701 | 2024-12-12T21:48:14.438Z | Downloaded foreign-types-shared v0.3.1 |
702 | 2024-12-12T21:48:14.441Z | Downloaded nanorand v0.7.0 |
703 | 2024-12-12T21:48:14.448Z | Downloaded multimap v0.10.0 |
704 | 2024-12-12T21:48:14.448Z | Downloaded pin-utils v0.1.0 |
705 | 2024-12-12T21:48:14.449Z | Downloaded hickory-resolver v0.24.1 |
706 | 2024-12-12T21:48:14.451Z | Downloaded tokio-stream v0.1.16 |
707 | 2024-12-12T21:48:14.454Z | Downloaded path-slash v0.1.5 |
708 | 2024-12-12T21:48:14.457Z | Downloaded num-conv v0.1.0 |
709 | 2024-12-12T21:48:14.457Z | Downloaded mio v1.0.2 |
710 | 2024-12-12T21:48:14.464Z | Downloaded subtle v2.6.1 |
711 | 2024-12-12T21:48:14.466Z | Downloaded scrypt v0.11.0 |
712 | 2024-12-12T21:48:14.466Z | Downloaded hickory-server v0.24.1 |
713 | 2024-12-12T21:48:14.472Z | Downloaded primeorder v0.13.6 |
714 | 2024-12-12T21:48:14.475Z | Downloaded parse-display v0.10.0 |
715 | 2024-12-12T21:48:14.475Z | Downloaded pin-project v1.1.6 |
716 | 2024-12-12T21:48:14.486Z | Downloaded sync_wrapper v1.0.1 |
717 | 2024-12-12T21:48:14.489Z | Downloaded sync-ptr v0.1.1 |
718 | 2024-12-12T21:48:14.491Z | Downloaded zip v0.6.6 |
719 | 2024-12-12T21:48:14.494Z | Downloaded xattr v1.3.1 |
720 | 2024-12-12T21:48:14.496Z | Downloaded writeable v0.5.5 |
721 | 2024-12-12T21:48:14.499Z | Downloaded dhcproto-macros v0.1.0 |
722 | 2024-12-12T21:48:14.502Z | Downloaded take_mut v0.2.2 |
723 | 2024-12-12T21:48:14.502Z | Downloaded slog-stdlog v4.1.1 |
724 | 2024-12-12T21:48:14.504Z | Downloaded crossterm v0.28.1 |
725 | 2024-12-12T21:48:14.509Z | Downloaded fxhash v0.2.1 |
726 | 2024-12-12T21:48:14.512Z | Downloaded either v1.13.0 |
727 | 2024-12-12T21:48:14.514Z | Downloaded parking_lot_core v0.9.10 |
728 | 2024-12-12T21:48:14.517Z | Downloaded defmt v0.3.8 |
729 | 2024-12-12T21:48:14.520Z | Downloaded glob v0.3.1 |
730 | 2024-12-12T21:48:14.522Z | Downloaded ed25519 v2.2.3 |
731 | 2024-12-12T21:48:14.524Z | Downloaded minimal-lexical v0.2.1 |
732 | 2024-12-12T21:48:14.530Z | Downloaded http v1.1.0 |
733 | 2024-12-12T21:48:14.534Z | Downloaded itertools v0.10.5 |
734 | 2024-12-12T21:48:14.539Z | Downloaded rpassword v7.3.1 |
735 | 2024-12-12T21:48:14.542Z | Downloaded phf_shared v0.10.0 |
736 | 2024-12-12T21:48:14.542Z | Downloaded num-iter v0.1.45 |
737 | 2024-12-12T21:48:14.544Z | Downloaded quick-error v1.2.3 |
738 | 2024-12-12T21:48:14.547Z | Downloaded progenitor v0.8.0 |
739 | 2024-12-12T21:48:14.547Z | Downloaded pem v3.0.4 |
740 | 2024-12-12T21:48:14.550Z | Downloaded tokio-rustls v0.24.1 |
741 | 2024-12-12T21:48:14.552Z | Downloaded subprocess v0.2.9 |
742 | 2024-12-12T21:48:14.555Z | Downloaded unicode_categories v0.1.1 |
743 | 2024-12-12T21:48:14.557Z | Downloaded tinyvec_macros v0.1.1 |
744 | 2024-12-12T21:48:14.560Z | Downloaded socket2 v0.5.7 |
745 | 2024-12-12T21:48:14.562Z | Downloaded libm v0.2.8 |
746 | 2024-12-12T21:48:14.569Z | Downloaded time-core v0.1.2 |
747 | 2024-12-12T21:48:14.572Z | Downloaded synstructure v0.13.1 |
748 | 2024-12-12T21:48:14.574Z | Downloaded strip-ansi-escapes v0.2.0 |
749 | 2024-12-12T21:48:14.574Z | Downloaded aes-gcm v0.10.3 |
750 | 2024-12-12T21:48:14.577Z | Downloaded tabwriter v1.4.0 |
751 | 2024-12-12T21:48:14.580Z | Downloaded display-error-chain v0.2.2 |
752 | 2024-12-12T21:48:14.582Z | Downloaded xz2 v0.1.7 |
753 | 2024-12-12T21:48:14.585Z | Downloaded thiserror-impl-no-std v2.0.2 |
754 | 2024-12-12T21:48:14.585Z | Downloaded pkcs1 v0.7.5 |
755 | 2024-12-12T21:48:14.587Z | Downloaded thiserror-impl v2.0.3 |
756 | 2024-12-12T21:48:14.590Z | Downloaded group v0.13.0 |
757 | 2024-12-12T21:48:14.592Z | Downloaded foreign-types-macros v0.2.3 |
758 | 2024-12-12T21:48:14.594Z | Downloaded foreign-types v0.5.0 |
759 | 2024-12-12T21:48:14.594Z | Downloaded globset v0.4.15 |
760 | 2024-12-12T21:48:14.597Z | Downloaded pkcs5 v0.7.1 |
761 | 2024-12-12T21:48:14.600Z | Downloaded libxml v0.3.3 |
762 | 2024-12-12T21:48:14.607Z | Downloaded phf_shared v0.11.2 |
763 | 2024-12-12T21:48:14.609Z | Downloaded phf_generator v0.11.2 |
764 | 2024-12-12T21:48:14.610Z | Downloaded tungstenite v0.24.0 |
765 | 2024-12-12T21:48:14.613Z | Downloaded half v2.4.1 |
766 | 2024-12-12T21:48:14.616Z | Downloaded pkcs8 v0.10.2 |
767 | 2024-12-12T21:48:14.620Z | Downloaded zopfli v0.8.1 |
768 | 2024-12-12T21:48:14.622Z | Downloaded num-rational v0.4.2 |
769 | 2024-12-12T21:48:14.625Z | Downloaded snafu-derive v0.8.5 |
770 | 2024-12-12T21:48:14.627Z | Downloaded expectorate v1.1.0 |
771 | 2024-12-12T21:48:14.630Z | Downloaded foreign-types-shared v0.1.1 |
772 | 2024-12-12T21:48:14.633Z | Downloaded num-integer v0.1.46 |
773 | 2024-12-12T21:48:14.633Z | Downloaded test-strategy v0.3.1 |
774 | 2024-12-12T21:48:14.636Z | Downloaded zip v2.1.3 |
775 | 2024-12-12T21:48:14.641Z | Downloaded schemars_derive v0.8.21 |
776 | 2024-12-12T21:48:14.644Z | Downloaded typify-macro v0.2.0 |
777 | 2024-12-12T21:48:14.646Z | Downloaded tls_codec v0.4.1 |
778 | 2024-12-12T21:48:14.649Z | Downloaded toml v0.7.8 |
779 | 2024-12-12T21:48:14.651Z | Downloaded steno v0.4.1 |
780 | 2024-12-12T21:48:14.655Z | Downloaded idna v1.0.3 |
781 | 2024-12-12T21:48:14.660Z | Downloaded enum-as-inner v0.5.1 |
782 | 2024-12-12T21:48:14.663Z | Downloaded heapless v0.7.17 |
783 | 2024-12-12T21:48:14.666Z | Downloaded downcast v0.11.0 |
784 | 2024-12-12T21:48:14.669Z | Downloaded env_filter v0.1.2 |
785 | 2024-12-12T21:48:14.671Z | Downloaded phf_codegen v0.11.2 |
786 | 2024-12-12T21:48:14.672Z | Downloaded itertools v0.13.0 |
787 | 2024-12-12T21:48:14.679Z | Downloaded want v0.3.1 |
788 | 2024-12-12T21:48:14.682Z | Downloaded percent-encoding v2.3.1 |
789 | 2024-12-12T21:48:14.683Z | Downloaded openssl-probe v0.1.5 |
790 | 2024-12-12T21:48:14.685Z | Downloaded rayon-core v1.12.1 |
791 | 2024-12-12T21:48:14.688Z | Downloaded paste v1.0.15 |
792 | 2024-12-12T21:48:14.690Z | Downloaded rand_seeder v0.3.0 |
793 | 2024-12-12T21:48:14.693Z | Downloaded futures-io v0.3.31 |
794 | 2024-12-12T21:48:14.695Z | Downloaded futures-executor v0.3.31 |
795 | 2024-12-12T21:48:14.695Z | Downloaded itertools v0.12.1 |
796 | 2024-12-12T21:48:14.703Z | Downloaded sqlparser_derive v0.2.2 |
797 | 2024-12-12T21:48:14.705Z | Downloaded spin v0.9.8 |
798 | 2024-12-12T21:48:14.708Z | Downloaded opaque-debug v0.3.1 |
799 | 2024-12-12T21:48:14.711Z | Downloaded darling_core v0.20.10 |
800 | 2024-12-12T21:48:14.714Z | Downloaded enum-as-inner v0.6.1 |
801 | 2024-12-12T21:48:14.718Z | Downloaded russh-cryptovec v0.7.3 |
802 | 2024-12-12T21:48:14.720Z | Downloaded zerofrom-derive v0.1.4 |
803 | 2024-12-12T21:48:14.720Z | Downloaded yasna v0.5.2 |
804 | 2024-12-12T21:48:14.723Z | Downloaded funty v2.0.0 |
805 | 2024-12-12T21:48:14.723Z | Downloaded deranged v0.3.11 |
806 | 2024-12-12T21:48:14.726Z | Downloaded fallible-iterator v0.2.0 |
807 | 2024-12-12T21:48:14.726Z | Downloaded typify v0.2.0 |
808 | 2024-12-12T21:48:14.729Z | Downloaded scheduled-thread-pool v0.2.7 |
809 | 2024-12-12T21:48:14.731Z | Downloaded hashbrown v0.12.3 |
810 | 2024-12-12T21:48:14.734Z | Downloaded slab v0.4.9 |
811 | 2024-12-12T21:48:14.737Z | Downloaded powerfmt v0.2.0 |
812 | 2024-12-12T21:48:14.739Z | Downloaded whoami v1.5.2 |
813 | 2024-12-12T21:48:14.742Z | Downloaded blake3 v1.5.4 |
814 | 2024-12-12T21:48:14.749Z | Downloaded tinystr v0.7.6 |
815 | 2024-12-12T21:48:14.751Z | Downloaded number_prefix v0.4.0 |
816 | 2024-12-12T21:48:14.754Z | Downloaded tokio-macros v2.4.0 |
817 | 2024-12-12T21:48:14.754Z | Downloaded futures-channel v0.3.31 |
818 | 2024-12-12T21:48:14.756Z | Downloaded pem-rfc7468 v0.7.0 |
819 | 2024-12-12T21:48:14.759Z | Downloaded num-complex v0.4.6 |
820 | 2024-12-12T21:48:14.761Z | Downloaded openssl-macros v0.1.1 |
821 | 2024-12-12T21:48:14.763Z | Downloaded unicode-truncate v1.1.0 |
822 | 2024-12-12T21:48:14.764Z | Downloaded proc-macro-crate v1.3.1 |
823 | 2024-12-12T21:48:14.769Z | Downloaded ppv-lite86 v0.2.20 |
824 | 2024-12-12T21:48:14.769Z | Downloaded aho-corasick v1.1.3 |
825 | 2024-12-12T21:48:14.773Z | Downloaded zeroize v1.8.1 |
826 | 2024-12-12T21:48:14.775Z | Downloaded time v0.3.36 |
827 | 2024-12-12T21:48:14.783Z | Downloaded num_threads v0.1.7 |
828 | 2024-12-12T21:48:14.785Z | Downloaded samael v0.0.17 |
829 | 2024-12-12T21:48:14.790Z | Downloaded rtoolbox v0.0.2 |
830 | 2024-12-12T21:48:14.793Z | Downloaded rand_core v0.6.4 |
831 | 2024-12-12T21:48:14.795Z | Downloaded snafu v0.8.5 |
832 | 2024-12-12T21:48:14.800Z | Downloaded tracing v0.1.40 |
833 | 2024-12-12T21:48:14.806Z | Downloaded heck v0.3.3 |
834 | 2024-12-12T21:48:14.808Z | Downloaded poly1305 v0.8.0 |
835 | 2024-12-12T21:48:14.811Z | Downloaded tokio-util v0.7.12 |
836 | 2024-12-12T21:48:14.817Z | Downloaded siphasher v0.3.11 |
837 | 2024-12-12T21:48:14.819Z | Downloaded signal-hook-registry v1.4.2 |
838 | 2024-12-12T21:48:14.821Z | Downloaded tiny-keccak v2.0.2 |
839 | 2024-12-12T21:48:14.824Z | Downloaded postgres-types v0.2.8 |
840 | 2024-12-12T21:48:14.826Z | Downloaded difflib v0.4.0 |
841 | 2024-12-12T21:48:14.826Z | Downloaded slog-term v2.9.1 |
842 | 2024-12-12T21:48:14.829Z | Downloaded password-hash v0.4.2 |
843 | 2024-12-12T21:48:14.831Z | Downloaded slog-async v2.8.0 |
844 | 2024-12-12T21:48:14.834Z | Downloaded smf v0.2.3 |
845 | 2024-12-12T21:48:14.834Z | Downloaded displaydoc v0.2.5 |
846 | 2024-12-12T21:48:14.837Z | Downloaded hyper v1.5.0 |
847 | 2024-12-12T21:48:14.844Z | Downloaded diesel_table_macro_syntax v0.2.0 |
848 | 2024-12-12T21:48:14.847Z | Downloaded same-file v1.0.6 |
849 | 2024-12-12T21:48:14.847Z | Downloaded zeroize_derive v1.4.2 |
850 | 2024-12-12T21:48:14.850Z | Downloaded flate2 v1.0.34 |
851 | 2024-12-12T21:48:14.854Z | Downloaded rustc-demangle v0.1.24 |
852 | 2024-12-12T21:48:14.856Z | Downloaded smallvec v0.6.14 |
853 | 2024-12-12T21:48:14.859Z | Downloaded schemars v0.8.21 |
854 | 2024-12-12T21:48:14.871Z | Downloaded utf-8 v0.7.6 |
855 | 2024-12-12T21:48:14.874Z | Downloaded aws-lc-rs v1.10.0 |
856 | 2024-12-12T21:48:14.882Z | Downloaded ssh-cipher v0.2.0 |
857 | 2024-12-12T21:48:14.884Z | Downloaded spin v0.5.2 |
858 | 2024-12-12T21:48:14.886Z | Downloaded hex v0.4.3 |
859 | 2024-12-12T21:48:14.886Z | Downloaded untrusted v0.9.0 |
860 | 2024-12-12T21:48:14.889Z | Downloaded olpc-cjson v0.1.4 |
861 | 2024-12-12T21:48:14.889Z | Downloaded foldhash v0.1.3 |
862 | 2024-12-12T21:48:14.892Z | Downloaded tinyvec v1.8.0 |
863 | 2024-12-12T21:48:14.894Z | Downloaded slog v2.7.0 |
864 | 2024-12-12T21:48:14.897Z | Downloaded postgres-protocol v0.6.7 |
865 | 2024-12-12T21:48:14.899Z | Downloaded omicron-zone-package v0.11.1 |
866 | 2024-12-12T21:48:14.902Z | Downloaded ssh-encoding v0.2.0 |
867 | 2024-12-12T21:48:14.905Z | Downloaded multer v3.1.0 |
868 | 2024-12-12T21:48:14.909Z | Downloaded hkdf v0.12.4 |
869 | 2024-12-12T21:48:14.912Z | Downloaded fallible-iterator v0.3.0 |
870 | 2024-12-12T21:48:14.912Z | Downloaded vsss-rs v3.3.4 |
871 | 2024-12-12T21:48:14.914Z | Downloaded dirs-next v2.0.0 |
872 | 2024-12-12T21:48:14.914Z | Downloaded vte v0.11.1 |
873 | 2024-12-12T21:48:14.917Z | Downloaded derive-where v1.2.7 |
874 | 2024-12-12T21:48:14.921Z | Downloaded tracing-core v0.1.32 |
875 | 2024-12-12T21:48:14.923Z | Downloaded tough v0.19.0 |
876 | 2024-12-12T21:48:14.932Z | Downloaded vergen v8.3.2 |
877 | 2024-12-12T21:48:14.935Z | Downloaded value-bag v1.9.0 |
878 | 2024-12-12T21:48:14.938Z | Downloaded heapless v0.8.0 |
879 | 2024-12-12T21:48:14.943Z | Downloaded zerocopy-derive v0.8.10 |
880 | 2024-12-12T21:48:14.949Z | Downloaded rayon v1.10.0 |
881 | 2024-12-12T21:48:14.959Z | Downloaded diff v0.1.13 |
882 | 2024-12-12T21:48:14.963Z | Downloaded des v0.8.1 |
883 | 2024-12-12T21:48:14.966Z | Downloaded derive_builder v0.20.2 |
884 | 2024-12-12T21:48:14.970Z | Downloaded winnow v0.5.40 |
885 | 2024-12-12T21:48:14.980Z | Downloaded chrono v0.4.38 |
886 | 2024-12-12T21:48:14.987Z | Downloaded prettyplease v0.2.25 |
887 | 2024-12-12T21:48:14.991Z | Downloaded russh v0.45.0 |
888 | 2024-12-12T21:48:14.997Z | Downloaded rand v0.8.5 |
889 | 2024-12-12T21:48:15.001Z | Downloaded unicode-properties v0.1.3 |
890 | 2024-12-12T21:48:15.004Z | Downloaded nom v7.1.3 |
891 | 2024-12-12T21:48:15.009Z | Downloaded reedline v0.35.0 |
892 | 2024-12-12T21:48:15.018Z | Downloaded portable-atomic v1.9.0 |
893 | 2024-12-12T21:48:15.024Z | Downloaded tungstenite v0.23.0 |
894 | 2024-12-12T21:48:15.028Z | Downloaded bindgen v0.69.5 |
895 | 2024-12-12T21:48:15.036Z | Downloaded lalrpop v0.19.12 |
896 | 2024-12-12T21:48:15.048Z | Downloaded headers v0.4.0 |
897 | 2024-12-12T21:48:15.054Z | Downloaded flume v0.11.1 |
898 | 2024-12-12T21:48:15.058Z | Downloaded proptest v1.5.0 |
899 | 2024-12-12T21:48:15.069Z | Downloaded elliptic-curve v0.13.8 |
900 | 2024-12-12T21:48:15.073Z | Downloaded url v2.5.3 |
901 | 2024-12-12T21:48:15.076Z | Downloaded h2 v0.4.6 |
902 | 2024-12-12T21:48:15.084Z | Downloaded salty v0.3.0 |
903 | 2024-12-12T21:48:15.091Z | Downloaded zerocopy v0.8.10 |
904 | 2024-12-12T21:48:15.118Z | Downloaded parse-zoneinfo v0.3.1 |
905 | 2024-12-12T21:48:15.120Z | Downloaded p521 v0.13.3 |
906 | 2024-12-12T21:48:15.123Z | Downloaded idna v0.2.3 |
907 | 2024-12-12T21:48:15.131Z | Downloaded unicode-segmentation v1.12.0 |
908 | 2024-12-12T21:48:15.134Z | Downloaded openssl-sys v0.9.103 |
909 | 2024-12-12T21:48:15.140Z | Downloaded idna v0.3.0 |
910 | 2024-12-12T21:48:15.148Z | Downloaded curve25519-dalek v4.1.3 |
911 | 2024-12-12T21:48:15.157Z | Downloaded num-bigint-dig v0.8.4 |
912 | 2024-12-12T21:48:15.162Z | Downloaded zerovec v0.10.4 |
913 | 2024-12-12T21:48:15.168Z | Downloaded quinn-proto v0.11.8 |
914 | 2024-12-12T21:48:15.176Z | Downloaded petname v2.0.2 |
915 | 2024-12-12T21:48:15.182Z | Downloaded unicode-normalization v0.1.24 |
916 | 2024-12-12T21:48:15.185Z | Downloaded hashbrown v0.14.5 |
917 | 2024-12-12T21:48:15.191Z | Downloaded idna v0.5.0 |
918 | 2024-12-12T21:48:15.198Z | Downloaded idna v0.4.0 |
919 | 2024-12-12T21:48:15.205Z | Downloaded serde_with v3.11.0 |
920 | 2024-12-12T21:48:15.214Z | Downloaded futures-util v0.3.31 |
921 | 2024-12-12T21:48:15.227Z | Downloaded reqwest v0.12.9 |
922 | 2024-12-12T21:48:15.236Z | Downloaded git2 v0.19.0 |
923 | 2024-12-12T21:48:15.244Z | Downloaded rustls-webpki v0.101.7 |
924 | 2024-12-12T21:48:15.259Z | Downloaded quick-xml v0.33.0 |
925 | 2024-12-12T21:48:15.266Z | Downloaded rusqlite v0.32.1 |
926 | 2024-12-12T21:48:15.273Z | Downloaded chrono-tz v0.10.0 |
927 | 2024-12-12T21:48:15.280Z | Downloaded unicode-width v0.2.0 |
928 | 2024-12-12T21:48:15.287Z | Downloaded webpki-roots v0.26.6 |
929 | 2024-12-12T21:48:15.291Z | Downloaded vcpkg v0.2.15 |
930 | 2024-12-12T21:48:15.331Z | Downloaded regex v1.11.1 |
931 | 2024-12-12T21:48:15.344Z | Downloaded openssl v0.10.66 |
932 | 2024-12-12T21:48:15.354Z | Downloaded regex-syntax v0.6.29 |
933 | 2024-12-12T21:48:15.362Z | Downloaded dropshot v0.12.0 |
934 | 2024-12-12T21:48:15.383Z | Downloaded radix_trie v0.2.1 |
935 | 2024-12-12T21:48:15.388Z | Downloaded polar-core v0.27.3 |
936 | 2024-12-12T21:48:15.397Z | Downloaded p384 v0.13.0 |
937 | 2024-12-12T21:48:15.403Z | Downloaded openapiv3 v2.0.0 |
938 | 2024-12-12T21:48:15.416Z | Downloaded rustls v0.21.12 |
939 | 2024-12-12T21:48:15.428Z | Downloaded nix v0.29.0 |
940 | 2024-12-12T21:48:15.440Z | Downloaded object v0.36.5 |
941 | 2024-12-12T21:48:15.452Z | Downloaded rustls v0.22.4 |
942 | 2024-12-12T21:48:15.466Z | Downloaded object v0.30.4 |
943 | 2024-12-12T21:48:15.475Z | Downloaded smoltcp v0.9.1 |
944 | 2024-12-12T21:48:15.488Z | Downloaded regex-syntax v0.8.5 |
945 | 2024-12-12T21:48:15.496Z | Downloaded diesel v2.2.6 |
946 | 2024-12-12T21:48:15.514Z | Downloaded regress v0.10.1 |
947 | 2024-12-12T21:48:15.523Z | Downloaded typify-impl v0.2.0 |
948 | 2024-12-12T21:48:15.539Z | Downloaded rustls v0.23.14 |
949 | 2024-12-12T21:48:15.551Z | Downloaded ratatui v0.28.1 |
950 | 2024-12-12T21:48:15.572Z | Downloaded regress v0.9.1 |
951 | 2024-12-12T21:48:15.581Z | Downloaded zerocopy-derive v0.6.6 |
952 | 2024-12-12T21:48:15.591Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
953 | 2024-12-12T21:48:15.604Z | Downloaded nix v0.28.0 |
954 | 2024-12-12T21:48:15.615Z | Downloaded nix v0.27.1 |
955 | 2024-12-12T21:48:15.627Z | Downloaded hickory-proto v0.24.1 |
956 | 2024-12-12T21:48:15.642Z | Downloaded dropshot v0.13.0 |
957 | 2024-12-12T21:48:15.664Z | Downloaded bstr v1.10.0 |
958 | 2024-12-12T21:48:15.674Z | Downloaded gimli v0.31.1 |
959 | 2024-12-12T21:48:15.683Z | Downloaded trust-dns-proto v0.22.0 |
960 | 2024-12-12T21:48:15.697Z | Downloaded sled v0.34.7 |
961 | 2024-12-12T21:48:15.706Z | Downloaded smoltcp v0.11.0 |
962 | 2024-12-12T21:48:15.719Z | Downloaded regex-automata v0.4.8 |
963 | 2024-12-12T21:48:15.737Z | Downloaded csv v1.3.0 |
964 | 2024-12-12T21:48:15.757Z | Downloaded sqlparser v0.45.0 |
965 | 2024-12-12T21:48:15.763Z | Downloaded bitvec v1.0.1 |
966 | 2024-12-12T21:48:15.778Z | Downloaded x509-cert v0.2.5 |
967 | 2024-12-12T21:48:15.784Z | Downloaded rustls-webpki v0.102.8 |
968 | 2024-12-12T21:48:15.802Z | Downloaded smallvec v1.13.2 |
969 | 2024-12-12T21:48:15.805Z | Downloaded lzma-sys v0.1.20 |
970 | 2024-12-12T21:48:15.834Z | Downloaded num-traits v0.2.19 |
971 | 2024-12-12T21:48:15.836Z | Downloaded petgraph v0.6.5 |
972 | 2024-12-12T21:48:15.853Z | Downloaded sha3 v0.10.8 |
973 | 2024-12-12T21:48:15.858Z | Downloaded libz-sys v1.1.20 |
974 | 2024-12-12T21:48:15.879Z | Downloaded tokio v1.40.0 |
975 | 2024-12-12T21:48:15.916Z | Downloaded num-bigint v0.4.6 |
976 | 2024-12-12T21:48:15.920Z | Downloaded typed-path v0.9.3 |
977 | 2024-12-12T21:48:15.926Z | Downloaded r2d2 v0.8.10 |
978 | 2024-12-12T21:48:15.929Z | Downloaded rustls-pki-types v1.9.0 |
979 | 2024-12-12T21:48:15.932Z | Downloaded ssh-key v0.6.6 |
980 | 2024-12-12T21:48:15.938Z | Downloaded futures v0.3.31 |
981 | 2024-12-12T21:48:15.942Z | Downloaded stringprep v0.1.5 |
982 | 2024-12-12T21:48:15.945Z | Downloaded postcard v1.0.10 |
983 | 2024-12-12T21:48:15.947Z | Downloaded ed25519-dalek v2.1.1 |
984 | 2024-12-12T21:48:15.951Z | Downloaded hashlink v0.9.1 |
985 | 2024-12-12T21:48:15.954Z | Downloaded tokio-tungstenite v0.23.1 |
986 | 2024-12-12T21:48:15.954Z | Downloaded dhcproto v0.12.0 |
987 | 2024-12-12T21:48:15.956Z | Downloaded diesel_derives v2.2.3 |
988 | 2024-12-12T21:48:15.960Z | Downloaded der v0.7.9 |
989 | 2024-12-12T21:48:15.965Z | Downloaded radium v0.7.0 |
990 | 2024-12-12T21:48:15.968Z | Downloaded der_derive v0.7.3 |
991 | 2024-12-12T21:48:15.968Z | Downloaded tokio-rustls v0.25.0 |
992 | 2024-12-12T21:48:15.971Z | Downloaded foreign-types v0.3.2 |
993 | 2024-12-12T21:48:15.971Z | Downloaded tokio-tungstenite v0.21.0 |
994 | 2024-12-12T21:48:15.974Z | Downloaded tokio-rustls v0.26.0 |
995 | 2024-12-12T21:48:15.976Z | Downloaded quinn v0.11.5 |
996 | 2024-12-12T21:48:15.979Z | Downloaded phf v0.11.2 |
997 | 2024-12-12T21:48:15.981Z | Downloaded time-macros v0.2.18 |
998 | 2024-12-12T21:48:15.984Z | Downloaded rustls-pemfile v2.2.0 |
999 | 2024-12-12T21:48:15.986Z | Downloaded rustc-hash v1.1.0 |
1000 | 2024-12-12T21:48:15.986Z | Downloaded password-hash v0.5.0 |
1001 | 2024-12-12T21:48:15.989Z | Downloaded rustyline v14.0.0 |
1002 | 2024-12-12T21:48:15.993Z | Downloaded rcgen v0.12.1 |
1003 | 2024-12-12T21:48:15.997Z | Downloaded parking_lot_core v0.8.6 |
1004 | 2024-12-12T21:48:15.999Z | Downloaded ron v0.8.1 |
1005 | 2024-12-12T21:48:16.004Z | Downloaded ron v0.7.1 |
1006 | 2024-12-12T21:48:16.010Z | Downloaded fs_extra v1.3.0 |
1007 | 2024-12-12T21:48:16.012Z | Downloaded hashbrown v0.13.2 |
1008 | 2024-12-12T21:48:16.016Z | Downloaded tracing-attributes v0.1.27 |
1009 | 2024-12-12T21:48:16.018Z | Downloaded signal-hook-mio v0.2.4 |
1010 | 2024-12-12T21:48:16.021Z | Downloaded shell-words v1.1.0 |
1011 | 2024-12-12T21:48:16.021Z | Downloaded slog-dtrace v0.3.0 |
1012 | 2024-12-12T21:48:16.023Z | Downloaded thiserror v2.0.3 |
1013 | 2024-12-12T21:48:16.027Z | Downloaded term v0.7.0 |
1014 | 2024-12-12T21:48:16.030Z | Downloaded num-derive v0.4.2 |
1015 | 2024-12-12T21:48:16.033Z | Downloaded serde_with_macros v3.11.0 |
1016 | 2024-12-12T21:48:16.036Z | Downloaded pkg-config v0.3.31 |
1017 | 2024-12-12T21:48:16.036Z | Downloaded parse-display-derive v0.10.0 |
1018 | 2024-12-12T21:48:16.039Z | Downloaded publicsuffix v2.2.3 |
1019 | 2024-12-12T21:48:16.041Z | Downloaded fatfs v0.3.6 |
1020 | 2024-12-12T21:48:16.044Z | Downloaded endian-type v0.1.2 |
1021 | 2024-12-12T21:48:16.044Z | Downloaded diesel-dtrace v0.4.0 |
1022 | 2024-12-12T21:48:16.047Z | Downloaded defmt-macros v0.3.9 |
1023 | 2024-12-12T21:48:16.050Z | Downloaded signal-hook v0.3.17 |
1024 | 2024-12-12T21:48:16.052Z | Downloaded slog-envlogger v2.2.0 |
1025 | 2024-12-12T21:48:16.052Z | Downloaded pin-project-internal v1.1.6 |
1026 | 2024-12-12T21:48:16.055Z | Downloaded wyz v0.5.1 |
1027 | 2024-12-12T21:48:16.057Z | Downloaded topological-sort v0.2.2 |
1028 | 2024-12-12T21:48:16.057Z | Downloaded slog-bunyan v2.5.0 |
1029 | 2024-12-12T21:48:16.057Z | Downloaded parking_lot v0.12.3 |
1030 | 2024-12-12T21:48:16.060Z | Downloaded strum_macros v0.26.4 |
1031 | 2024-12-12T21:48:16.062Z | Downloaded unsafe-libyaml v0.2.11 |
1032 | 2024-12-12T21:48:16.065Z | Downloaded toml_edit v0.19.15 |
1033 | 2024-12-12T21:48:16.081Z | Downloaded tungstenite v0.21.0 |
1034 | 2024-12-12T21:48:16.085Z | Downloaded p256 v0.13.2 |
1035 | 2024-12-12T21:48:16.088Z | Downloaded ghash v0.5.1 |
1036 | 2024-12-12T21:48:16.090Z | Downloaded getrandom v0.2.15 |
1037 | 2024-12-12T21:48:16.093Z | Downloaded ff v0.13.0 |
1038 | 2024-12-12T21:48:16.093Z | Downloaded derive_more v0.99.18 |
1039 | 2024-12-12T21:48:16.098Z | Downloaded aes v0.8.4 |
1040 | 2024-12-12T21:48:16.101Z | Downloaded bytes v1.8.0 |
1041 | 2024-12-12T21:48:16.106Z | Downloaded serde_yaml v0.9.34+deprecated |
1042 | 2024-12-12T21:48:16.109Z | Downloaded qorb v0.2.1 |
1043 | 2024-12-12T21:48:16.112Z | Downloaded ecdsa v0.16.9 |
1044 | 2024-12-12T21:48:16.115Z | Downloaded fd-lock v4.0.2 |
1045 | 2024-12-12T21:48:16.117Z | Downloaded encoding_rs v0.8.34 |
1046 | 2024-12-12T21:48:16.138Z | Downloaded fallible-streaming-iterator v0.1.9 |
1047 | 2024-12-12T21:48:16.141Z | Downloaded dunce v1.0.5 |
1048 | 2024-12-12T21:48:16.143Z | Downloaded dsl_auto_type v0.1.2 |
1049 | 2024-12-12T21:48:16.143Z | Downloaded yoke v0.7.4 |
1050 | 2024-12-12T21:48:16.146Z | Downloaded const_format v0.2.33 |
1051 | 2024-12-12T21:48:16.149Z | Downloaded bumpalo v3.16.0 |
1052 | 2024-12-12T21:48:16.152Z | Downloaded owo-colors v4.1.0 |
1053 | 2024-12-12T21:48:16.155Z | Downloaded zerocopy v0.6.6 |
1054 | 2024-12-12T21:48:16.157Z | Downloaded string_cache v0.8.7 |
1055 | 2024-12-12T21:48:16.159Z | Downloaded stable_deref_trait v1.2.0 |
1056 | 2024-12-12T21:48:16.159Z | Downloaded indexmap v1.9.3 |
1057 | 2024-12-12T21:48:16.162Z | Downloaded secrecy v0.8.0 |
1058 | 2024-12-12T21:48:16.173Z | Downloaded termios v0.3.3 |
1059 | 2024-12-12T21:48:16.173Z | Downloaded termcolor v1.4.1 |
1060 | 2024-12-12T21:48:16.173Z | Downloaded serde_plain v1.0.2 |
1061 | 2024-12-12T21:48:16.173Z | Downloaded sec1 v0.7.3 |
1062 | 2024-12-12T21:48:16.173Z | Downloaded env_logger v0.10.2 |
1063 | 2024-12-12T21:48:16.173Z | Downloaded base64 v0.22.1 |
1064 | 2024-12-12T21:48:16.176Z | Downloaded icu_collections v1.5.0 |
1065 | 2024-12-12T21:48:16.182Z | Downloaded compact_str v0.8.0 |
1066 | 2024-12-12T21:48:16.185Z | Downloaded chacha20poly1305 v0.10.1 |
1067 | 2024-12-12T21:48:16.188Z | Downloaded new_debug_unreachable v1.0.6 |
1068 | 2024-12-12T21:48:16.190Z | Downloaded zone_cfg_derive v0.3.0 |
1069 | 2024-12-12T21:48:16.190Z | Downloaded zone_cfg_derive v0.1.2 |
1070 | 2024-12-12T21:48:16.190Z | Downloaded pbkdf2 v0.11.0 |
1071 | 2024-12-12T21:48:16.193Z | Downloaded miniz_oxide v0.8.0 |
1072 | 2024-12-12T21:48:16.196Z | Downloaded indicatif v0.17.9 |
1073 | 2024-12-12T21:48:16.198Z | Downloaded highway v1.2.0 |
1074 | 2024-12-12T21:48:16.201Z | Downloaded uzers v0.12.1 |
1075 | 2024-12-12T21:48:16.203Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1076 | 2024-12-12T21:48:16.261Z | Downloaded futures-sink v0.3.31 |
1077 | 2024-12-12T21:48:16.263Z | Downloaded futures-macro v0.3.31 |
1078 | 2024-12-12T21:48:16.263Z | Downloaded fragile v2.0.0 |
1079 | 2024-12-12T21:48:16.266Z | Downloaded form_urlencoded v1.2.1 |
1080 | 2024-12-12T21:48:16.266Z | Downloaded ahash v0.8.11 |
1081 | 2024-12-12T21:48:16.268Z | Downloaded untrusted v0.7.1 |
1082 | 2024-12-12T21:48:16.271Z | Downloaded serde-big-array v0.5.1 |
1083 | 2024-12-12T21:48:16.271Z | Downloaded thiserror-no-std v2.0.2 |
1084 | 2024-12-12T21:48:16.274Z | Downloaded sqlformat v0.2.6 |
1085 | 2024-12-12T21:48:16.277Z | Downloaded hyper-util v0.1.10 |
1086 | 2024-12-12T21:48:16.283Z | Downloaded const-oid v0.9.6 |
1087 | 2024-12-12T21:48:16.283Z | Downloaded clang-sys v1.8.1 |
1088 | 2024-12-12T21:48:16.285Z | Downloaded linear-map v1.2.0 |
1089 | 2024-12-12T21:48:16.287Z | Downloaded jobserver v0.1.32 |
1090 | 2024-12-12T21:48:16.290Z | Downloaded crossbeam-utils v0.8.20 |
1091 | 2024-12-12T21:48:16.292Z | Downloaded mockall v0.13.0 |
1092 | 2024-12-12T21:48:16.292Z | Downloaded memoffset v0.9.1 |
1093 | 2024-12-12T21:48:16.295Z | Downloaded mime v0.3.17 |
1094 | 2024-12-12T21:48:16.295Z | Downloaded blake2 v0.10.6 |
1095 | 2024-12-12T21:48:16.297Z | Downloaded lalrpop-util v0.19.12 |
1096 | 2024-12-12T21:48:16.300Z | Downloaded humantime v2.1.0 |
1097 | 2024-12-12T21:48:16.300Z | Downloaded hostname v0.3.1 |
1098 | 2024-12-12T21:48:16.302Z | Downloaded cookie v0.18.1 |
1099 | 2024-12-12T21:48:16.305Z | Downloaded lru v0.12.5 |
1100 | 2024-12-12T21:48:16.307Z | Downloaded libefi-sys v0.1.0 |
1101 | 2024-12-12T21:48:16.310Z | Downloaded lazy_static v1.5.0 |
1102 | 2024-12-12T21:48:16.310Z | Downloaded kstat-rs v0.2.4 |
1103 | 2024-12-12T21:48:16.312Z | Downloaded hubpack v0.1.2 |
1104 | 2024-12-12T21:48:16.312Z | Downloaded httpdate v1.0.3 |
1105 | 2024-12-12T21:48:16.316Z | Downloaded http-body-util v0.1.2 |
1106 | 2024-12-12T21:48:16.316Z | Downloaded hostname v0.4.0 |
1107 | 2024-12-12T21:48:16.320Z | Downloaded home v0.5.9 |
1108 | 2024-12-12T21:48:16.320Z | Downloaded lockfree-object-pool v0.1.6 |
1109 | 2024-12-12T21:48:16.320Z | Downloaded hickory-client v0.24.1 |
1110 | 2024-12-12T21:48:16.322Z | Downloaded rand_chacha v0.3.1 |
1111 | 2024-12-12T21:48:16.324Z | Downloaded icu_normalizer_data v1.5.0 |
1112 | 2024-12-12T21:48:16.327Z | Downloaded maybe-uninit v2.0.0 |
1113 | 2024-12-12T21:48:16.327Z | Downloaded keccak v0.1.5 |
1114 | 2024-12-12T21:48:16.330Z | Downloaded indoc v1.0.9 |
1115 | 2024-12-12T21:48:16.332Z | Downloaded hubpack_derive v0.1.1 |
1116 | 2024-12-12T21:48:16.335Z | Downloaded http-range v0.1.5 |
1117 | 2024-12-12T21:48:16.335Z | Downloaded http-body v1.0.1 |
1118 | 2024-12-12T21:48:16.337Z | Downloaded base64ct v1.6.0 |
1119 | 2024-12-12T21:48:16.337Z | Downloaded bzip2 v0.4.4 |
1120 | 2024-12-12T21:48:16.340Z | Downloaded bitflags v1.3.2 |
1121 | 2024-12-12T21:48:16.343Z | Downloaded bcs v0.1.6 |
1122 | 2024-12-12T21:48:16.345Z | Downloaded arrayref v0.3.9 |
1123 | 2024-12-12T21:48:16.345Z | Downloaded async-trait v0.1.83 |
1124 | 2024-12-12T21:48:16.348Z | Downloaded argon2 v0.5.3 |
1125 | 2024-12-12T21:48:16.350Z | Downloaded hyper-staticfile v0.10.1 |
1126 | 2024-12-12T21:48:16.353Z | Downloaded castaway v0.2.3 |
1127 | 2024-12-12T21:48:16.355Z | Downloaded blowfish v0.9.1 |
1128 | 2024-12-12T21:48:16.355Z | Downloaded bit-set v0.5.3 |
1129 | 2024-12-12T21:48:16.358Z | Downloaded ascii-canvas v3.0.0 |
1130 | 2024-12-12T21:48:16.579Z | Downloaded ring v0.16.20 |
1131 | 2024-12-12T21:48:16.672Z | Downloaded ring v0.17.8 |
1132 | 2024-12-12T21:48:16.797Z | Downloaded libsqlite3-sys v0.30.1 |
1133 | 2024-12-12T21:48:17.021Z | Downloaded aws-lc-sys v0.22.0 |
1134 | 2024-12-12T21:48:17.334Z | Compiling serde v1.0.215 |
1135 | 2024-12-12T21:48:17.336Z | Compiling lock_api v0.4.12 |
1136 | 2024-12-12T21:48:17.336Z | Compiling scopeguard v1.2.0 |
1137 | 2024-12-12T21:48:17.336Z | Compiling value-bag v1.9.0 |
1138 | 2024-12-12T21:48:17.336Z | Compiling typenum v1.17.0 |
1139 | 2024-12-12T21:48:17.336Z | Compiling generic-array v0.14.7 |
1140 | 2024-12-12T21:48:17.540Z | Compiling syn v2.0.87 |
1141 | 2024-12-12T21:48:17.559Z | Compiling getrandom v0.2.15 |
1142 | 2024-12-12T21:48:17.623Z | Compiling subtle v2.6.1 |
1143 | 2024-12-12T21:48:17.875Z | Compiling rand_core v0.6.4 |
1144 | 2024-12-12T21:48:17.985Z | Compiling log v0.4.22 |
1145 | 2024-12-12T21:48:18.032Z | Compiling shlex v1.3.0 |
1146 | 2024-12-12T21:48:18.073Z | Compiling jobserver v0.1.32 |
1147 | 2024-12-12T21:48:18.095Z | Compiling smallvec v1.13.2 |
1148 | 2024-12-12T21:48:18.397Z | Compiling const-oid v0.9.6 |
1149 | 2024-12-12T21:48:18.423Z | Compiling spin v0.9.8 |
1150 | 2024-12-12T21:48:18.442Z | Compiling cc v1.1.30 |
1151 | 2024-12-12T21:48:18.515Z | Compiling pin-project-lite v0.2.14 |
1152 | 2024-12-12T21:48:18.647Z | Compiling rustix v0.38.37 |
1153 | 2024-12-12T21:48:18.898Z | Compiling parking_lot_core v0.9.10 |
1154 | 2024-12-12T21:48:18.990Z | Compiling futures-core v0.3.31 |
1155 | 2024-12-12T21:48:19.206Z | Compiling signal-hook-registry v1.4.2 |
1156 | 2024-12-12T21:48:19.275Z | Compiling mio v1.0.2 |
1157 | 2024-12-12T21:48:19.772Z | Compiling aho-corasick v1.1.3 |
1158 | 2024-12-12T21:48:20.094Z | Compiling parking_lot v0.12.3 |
1159 | 2024-12-12T21:48:20.114Z | Compiling regex-syntax v0.8.5 |
1160 | 2024-12-12T21:48:20.474Z | Compiling either v1.13.0 |
1161 | 2024-12-12T21:48:20.529Z | Compiling cpufeatures v0.2.14 |
1162 | 2024-12-12T21:48:20.587Z | Compiling lazy_static v1.5.0 |
1163 | 2024-12-12T21:48:20.645Z | Compiling futures-sink v0.3.31 |
1164 | 2024-12-12T21:48:20.722Z | Compiling stable_deref_trait v1.2.0 |
1165 | 2024-12-12T21:48:20.802Z | Compiling glob v0.3.1 |
1166 | 2024-12-12T21:48:20.836Z | Compiling socket2 v0.5.7 |
1167 | 2024-12-12T21:48:20.950Z | Compiling slab v0.4.9 |
1168 | 2024-12-12T21:48:21.111Z | Compiling prettyplease v0.2.25 |
1169 | 2024-12-12T21:48:21.417Z | Compiling minimal-lexical v0.2.1 |
1170 | 2024-12-12T21:48:21.800Z | Compiling libloading v0.8.5 |
1171 | 2024-12-12T21:48:21.894Z | Compiling clang-sys v1.8.1 |
1172 | 2024-12-12T21:48:21.915Z | Compiling nom v7.1.3 |
1173 | 2024-12-12T21:48:21.962Z | Compiling serde_json v1.0.132 |
1174 | 2024-12-12T21:48:22.244Z | Compiling bindgen v0.69.5 |
1175 | 2024-12-12T21:48:22.283Z | Compiling home v0.5.9 |
1176 | 2024-12-12T21:48:22.585Z | Compiling itertools v0.12.1 |
1177 | 2024-12-12T21:48:23.090Z | Compiling futures-channel v0.3.31 |
1178 | 2024-12-12T21:48:23.113Z | Compiling futures-io v0.3.31 |
1179 | 2024-12-12T21:48:23.441Z | Compiling pin-utils v0.1.0 |
1180 | 2024-12-12T21:48:23.514Z | Compiling foldhash v0.1.3 |
1181 | 2024-12-12T21:48:23.536Z | Compiling allocator-api2 v0.2.18 |
1182 | 2024-12-12T21:48:23.833Z | Compiling lazycell v1.3.0 |
1183 | 2024-12-12T21:48:24.014Z | Compiling regex-automata v0.4.8 |
1184 | 2024-12-12T21:48:24.366Z | Compiling rustc-hash v1.1.0 |
1185 | 2024-12-12T21:48:24.528Z | Compiling futures-task v0.3.31 |
1186 | 2024-12-12T21:48:24.824Z | Compiling hashbrown v0.15.1 |
1187 | 2024-12-12T21:48:25.688Z | Compiling synstructure v0.13.1 |
1188 | 2024-12-12T21:48:25.816Z | Compiling cexpr v0.6.0 |
1189 | 2024-12-12T21:48:26.166Z | Compiling cmake v0.1.51 |
1190 | 2024-12-12T21:48:27.208Z | Compiling libm v0.2.8 |
1191 | 2024-12-12T21:48:27.227Z | Compiling tinyvec_macros v0.1.1 |
1192 | 2024-12-12T21:48:27.320Z | Compiling pkg-config v0.3.31 |
1193 | 2024-12-12T21:48:27.450Z | Compiling fs_extra v1.3.0 |
1194 | 2024-12-12T21:48:27.533Z | Compiling dunce v1.0.5 |
1195 | 2024-12-12T21:48:27.660Z | Compiling tinyvec v1.8.0 |
1196 | 2024-12-12T21:48:27.681Z | Compiling num-traits v0.2.19 |
1197 | 2024-12-12T21:48:28.187Z | Compiling ring v0.17.8 |
1198 | 2024-12-12T21:48:28.892Z | Compiling base64ct v1.6.0 |
1199 | 2024-12-12T21:48:28.913Z | Compiling writeable v0.5.5 |
1200 | 2024-12-12T21:48:29.225Z | Compiling unicode-normalization v0.1.24 |
1201 | 2024-12-12T21:48:29.393Z | Compiling litemap v0.7.3 |
1202 | 2024-12-12T21:48:29.414Z | Compiling paste v1.0.15 |
1203 | 2024-12-12T21:48:29.492Z | Compiling unicode-bidi v0.3.17 |
1204 | 2024-12-12T21:48:29.753Z | Compiling regex v1.11.1 |
1205 | 2024-12-12T21:48:30.013Z | Compiling pem-rfc7468 v0.7.0 |
1206 | 2024-12-12T21:48:30.725Z | Compiling httparse v1.9.5 |
1207 | 2024-12-12T21:48:30.879Z | Compiling flagset v0.4.6 |
1208 | 2024-12-12T21:48:30.911Z | Compiling aws-lc-rs v1.10.0 |
1209 | 2024-12-12T21:48:31.346Z | Compiling tracing-core v0.1.32 |
1210 | 2024-12-12T21:48:31.544Z | Compiling rustls-pki-types v1.9.0 |
1211 | 2024-12-12T21:48:32.258Z | Compiling crossbeam-utils v0.8.20 |
1212 | 2024-12-12T21:48:32.320Z | Compiling icu_locid_transform_data v1.5.0 |
1213 | 2024-12-12T21:48:32.430Z | Compiling percent-encoding v2.3.1 |
1214 | 2024-12-12T21:48:32.625Z | Compiling serde_derive v1.0.215 |
1215 | 2024-12-12T21:48:32.668Z | Compiling zeroize_derive v1.4.2 |
1216 | 2024-12-12T21:48:32.743Z | Compiling zerocopy-derive v0.7.35 |
1217 | 2024-12-12T21:48:32.806Z | Compiling tokio-macros v2.4.0 |
1218 | 2024-12-12T21:48:32.857Z | Compiling zerofrom-derive v0.1.4 |
1219 | 2024-12-12T21:48:34.279Z | Compiling zeroize v1.8.1 |
1220 | 2024-12-12T21:48:34.433Z | Compiling thiserror-impl v1.0.69 |
1221 | 2024-12-12T21:48:35.008Z | Compiling yoke-derive v0.7.4 |
1222 | 2024-12-12T21:48:35.054Z | Compiling zerocopy v0.7.35 |
1223 | 2024-12-12T21:48:35.311Z | Compiling futures-macro v0.3.31 |
1224 | 2024-12-12T21:48:36.165Z | Compiling crypto-common v0.1.6 |
1225 | 2024-12-12T21:48:36.419Z | Compiling block-buffer v0.10.4 |
1226 | 2024-12-12T21:48:36.688Z | Compiling digest v0.10.7 |
1227 | 2024-12-12T21:48:36.708Z | Compiling zerovec-derive v0.10.3 |
1228 | 2024-12-12T21:48:37.169Z | Compiling hmac v0.12.1 |
1229 | 2024-12-12T21:48:37.205Z | Compiling zerofrom v0.1.4 |
1230 | 2024-12-12T21:48:37.308Z | Compiling block-padding v0.3.3 |
1231 | 2024-12-12T21:48:37.369Z | Compiling futures-util v0.3.31 |
1232 | 2024-12-12T21:48:37.445Z | Compiling displaydoc v0.2.5 |
1233 | 2024-12-12T21:48:37.466Z | Compiling sha2 v0.10.8 |
1234 | 2024-12-12T21:48:37.549Z | Compiling inout v0.1.3 |
1235 | 2024-12-12T21:48:37.845Z | Compiling cipher v0.4.4 |
1236 | 2024-12-12T21:48:38.076Z | Compiling thiserror v1.0.69 |
1237 | 2024-12-12T21:48:38.230Z | Compiling ppv-lite86 v0.2.20 |
1238 | 2024-12-12T21:48:38.250Z | Compiling yoke v0.7.4 |
1239 | 2024-12-12T21:48:38.374Z | Compiling der_derive v0.7.3 |
1240 | 2024-12-12T21:48:38.621Z | Compiling icu_provider_macros v1.5.0 |
1241 | 2024-12-12T21:48:39.158Z | Compiling rand_chacha v0.3.1 |
1242 | 2024-12-12T21:48:39.234Z | Compiling tracing-attributes v0.1.27 |
1243 | 2024-12-12T21:48:39.572Z | Compiling zerovec v0.10.4 |
1244 | 2024-12-12T21:48:39.904Z | Compiling rand v0.8.5 |
1245 | 2024-12-12T21:48:40.977Z | Compiling der v0.7.9 |
1246 | 2024-12-12T21:48:41.142Z | Compiling salsa20 v0.10.2 |
1247 | 2024-12-12T21:48:41.383Z | Compiling pest v2.7.14 |
1248 | 2024-12-12T21:48:41.551Z | Compiling tinystr v0.7.6 |
1249 | 2024-12-12T21:48:41.915Z | Compiling icu_collections v1.5.0 |
1250 | 2024-12-12T21:48:42.011Z | Compiling icu_locid v1.5.0 |
1251 | 2024-12-12T21:48:42.125Z | Compiling pbkdf2 v0.12.2 |
1252 | 2024-12-12T21:48:43.048Z | Compiling spki v0.7.3 |
1253 | 2024-12-12T21:48:43.207Z | Compiling tracing v0.1.40 |
1254 | 2024-12-12T21:48:43.399Z | Compiling icu_provider v1.5.0 |
1255 | 2024-12-12T21:48:43.442Z | Compiling untrusted v0.9.0 |
1256 | 2024-12-12T21:48:43.619Z | Compiling vcpkg v0.2.15 |
1257 | 2024-12-12T21:48:43.762Z | Compiling mirai-annotations v1.12.0 |
1258 | 2024-12-12T21:48:43.797Z | Compiling powerfmt v0.2.0 |
1259 | 2024-12-12T21:48:43.975Z | Compiling untrusted v0.7.1 |
1260 | 2024-12-12T21:48:44.169Z | Compiling icu_locid_transform v1.5.0 |
1261 | 2024-12-12T21:48:44.213Z | Compiling num-conv v0.1.0 |
1262 | 2024-12-12T21:48:44.416Z | Compiling icu_properties_data v1.5.0 |
1263 | 2024-12-12T21:48:44.497Z | Compiling time-core v0.1.2 |
1264 | 2024-12-12T21:48:44.535Z | Compiling deranged v0.3.11 |
1265 | 2024-12-12T21:48:44.556Z | Compiling pest_meta v2.7.14 |
1266 | 2024-12-12T21:48:44.668Z | Compiling time-macros v0.2.18 |
1267 | 2024-12-12T21:48:45.906Z | Compiling openssl-sys v0.9.103 |
1268 | 2024-12-12T21:48:45.986Z | Compiling icu_properties v1.5.1 |
1269 | 2024-12-12T21:48:46.518Z | Compiling scrypt v0.11.0 |
1270 | 2024-12-12T21:48:46.940Z | Compiling bitflags v2.6.0 |
1271 | 2024-12-12T21:48:47.014Z | Compiling bytes v1.8.0 |
1272 | 2024-12-12T21:48:47.211Z | Compiling indexmap v2.6.0 |
1273 | 2024-12-12T21:48:47.976Z | Compiling tokio v1.40.0 |
1274 | 2024-12-12T21:48:48.379Z | Compiling http v1.1.0 |
1275 | 2024-12-12T21:48:48.437Z | Compiling semver v1.0.23 |
1276 | 2024-12-12T21:48:48.748Z | Compiling aes v0.8.4 |
1277 | 2024-12-12T21:48:49.240Z | Compiling rustc_version v0.4.1 |
1278 | 2024-12-12T21:48:49.785Z | Compiling cbc v0.1.2 |
1279 | 2024-12-12T21:48:50.045Z | Compiling scroll_derive v0.12.0 |
1280 | 2024-12-12T21:48:50.066Z | Compiling atomic-waker v1.1.2 |
1281 | 2024-12-12T21:48:50.271Z | Compiling utf8_iter v1.0.4 |
1282 | 2024-12-12T21:48:50.422Z | Compiling icu_normalizer_data v1.5.0 |
1283 | 2024-12-12T21:48:50.533Z | Compiling write16 v1.0.0 |
1284 | 2024-12-12T21:48:50.551Z | Compiling num_threads v0.1.7 |
1285 | 2024-12-12T21:48:50.661Z | Compiling utf16_iter v1.0.5 |
1286 | 2024-12-12T21:48:50.683Z | Compiling time v0.3.36 |
1287 | 2024-12-12T21:48:50.866Z | Compiling icu_normalizer v1.5.0 |
1288 | 2024-12-12T21:48:50.919Z | Compiling pkcs5 v0.7.1 |
1289 | 2024-12-12T21:48:50.957Z | Compiling http-body v1.0.1 |
1290 | 2024-12-12T21:48:51.283Z | Compiling pest_generator v2.7.14 |
1291 | 2024-12-12T21:48:51.604Z | Compiling which v4.4.2 |
1292 | 2024-12-12T21:48:51.638Z | Compiling scroll v0.12.0 |
1293 | 2024-12-12T21:48:52.228Z | Compiling form_urlencoded v1.2.1 |
1294 | 2024-12-12T21:48:52.231Z | Compiling try-lock v0.2.5 |
1295 | 2024-12-12T21:48:52.408Z | Compiling slog v2.7.0 |
1296 | 2024-12-12T21:48:52.558Z | Compiling goblin v0.8.2 |
1297 | 2024-12-12T21:48:52.846Z | Compiling want v0.3.1 |
1298 | 2024-12-12T21:48:52.934Z | Compiling idna_adapter v1.2.0 |
1299 | 2024-12-12T21:48:53.026Z | Compiling pkcs8 v0.10.2 |
1300 | 2024-12-12T21:48:53.137Z | Compiling httpdate v1.0.3 |
1301 | 2024-12-12T21:48:53.160Z | Compiling idna v1.0.3 |
1302 | 2024-12-12T21:48:53.356Z | Compiling pest_derive v2.7.14 |
1303 | 2024-12-12T21:48:53.779Z | Compiling serde_spanned v0.6.8 |
1304 | 2024-12-12T21:48:54.042Z | Compiling toml_datetime v0.6.8 |
1305 | 2024-12-12T21:48:54.218Z | Compiling dtrace-parser v0.2.0 |
1306 | 2024-12-12T21:48:54.449Z | Compiling uuid v1.11.0 |
1307 | 2024-12-12T21:48:54.575Z | Compiling serde_tokenstream v0.2.2 |
1308 | 2024-12-12T21:48:55.107Z | Compiling openssl v0.10.66 |
1309 | 2024-12-12T21:48:55.224Z | Compiling match_cfg v0.1.0 |
1310 | 2024-12-12T21:48:55.321Z | Compiling iana-time-zone v0.1.61 |
1311 | 2024-12-12T21:48:55.536Z | Compiling adler2 v2.0.0 |
1312 | 2024-12-12T21:48:55.758Z | Compiling rustversion v1.0.17 |
1313 | 2024-12-12T21:48:55.803Z | Compiling tower-service v0.3.3 |
1314 | 2024-12-12T21:48:55.898Z | Compiling base64 v0.22.1 |
1315 | 2024-12-12T21:48:55.938Z | Compiling foreign-types-shared v0.1.1 |
1316 | 2024-12-12T21:48:55.957Z | Compiling miniz_oxide v0.8.0 |
1317 | 2024-12-12T21:48:56.049Z | Compiling foreign-types v0.3.2 |
1318 | 2024-12-12T21:48:56.186Z | Compiling chrono v0.4.38 |
1319 | 2024-12-12T21:48:56.423Z | Compiling hostname v0.3.1 |
1320 | 2024-12-12T21:48:56.561Z | Compiling tokio-util v0.7.12 |
1321 | 2024-12-12T21:48:56.686Z | Compiling url v2.5.3 |
1322 | 2024-12-12T21:48:57.528Z | Compiling async-trait v0.1.83 |
1323 | 2024-12-12T21:48:58.025Z | Compiling h2 v0.4.6 |
1324 | 2024-12-12T21:48:58.148Z | Compiling openssl-macros v0.1.1 |
1325 | 2024-12-12T21:48:58.734Z | Compiling dof v0.3.0 |
1326 | 2024-12-12T21:48:58.979Z | Compiling dirs-sys-next v0.1.2 |
1327 | 2024-12-12T21:48:59.651Z | Compiling usdt-impl v0.5.0 |
1328 | 2024-12-12T21:49:00.101Z | Compiling syn v1.0.109 |
1329 | 2024-12-12T21:49:00.408Z | Compiling data-encoding v2.6.0 |
1330 | 2024-12-12T21:49:00.762Z | Compiling rustls v0.23.14 |
1331 | 2024-12-12T21:49:00.993Z | Compiling native-tls v0.2.12 |
1332 | 2024-12-12T21:49:01.047Z | Compiling siphasher v0.3.11 |
1333 | 2024-12-12T21:49:01.224Z | Compiling rustls v0.22.4 |
1334 | 2024-12-12T21:49:01.422Z | Compiling dirs-next v2.0.0 |
1335 | 2024-12-12T21:49:01.631Z | Compiling http-body-util v0.1.2 |
1336 | 2024-12-12T21:49:02.184Z | Compiling heapless v0.7.17 |
1337 | 2024-12-12T21:49:02.643Z | Compiling crossbeam-epoch v0.9.18 |
1338 | 2024-12-12T21:49:02.880Z | Compiling sha1 v0.10.6 |
1339 | 2024-12-12T21:49:02.958Z | Compiling signature v2.2.0 |
1340 | 2024-12-12T21:49:03.185Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1341 | 2024-12-12T21:49:03.265Z | Compiling serde_derive_internals v0.29.1 |
1342 | 2024-12-12T21:49:03.290Z | Compiling thread_local v1.1.8 |
1343 | 2024-12-12T21:49:03.376Z | Compiling multer v3.1.0 |
1344 | 2024-12-12T21:49:03.674Z | Compiling encoding_rs v0.8.34 |
1345 | 2024-12-12T21:49:03.677Z | Compiling cookie v0.18.1 |
1346 | 2024-12-12T21:49:03.856Z | Compiling ipnet v2.10.1 |
1347 | 2024-12-12T21:49:03.955Z | Compiling slog-async v2.8.0 |
1348 | 2024-12-12T21:49:04.004Z | Compiling signal-hook v0.3.17 |
1349 | 2024-12-12T21:49:04.281Z | Compiling openssl-probe v0.1.5 |
1350 | 2024-12-12T21:49:04.501Z | Compiling gimli v0.31.1 |
1351 | 2024-12-12T21:49:04.661Z | Compiling rayon-core v1.12.1 |
1352 | 2024-12-12T21:49:04.929Z | Compiling unicode-properties v0.1.3 |
1353 | 2024-12-12T21:49:05.129Z | Compiling hyper v1.5.0 |
1354 | 2024-12-12T21:49:05.338Z | Compiling schemars v0.8.21 |
1355 | 2024-12-12T21:49:05.690Z | Compiling mime v0.3.17 |
1356 | 2024-12-12T21:49:06.162Z | Compiling schemars_derive v0.8.21 |
1357 | 2024-12-12T21:49:06.348Z | Compiling stringprep v0.1.5 |
1358 | 2024-12-12T21:49:07.669Z | Compiling hyper-util v0.1.10 |
1359 | 2024-12-12T21:49:08.940Z | Compiling toml_edit v0.22.22 |
1360 | 2024-12-12T21:49:09.064Z | Compiling addr2line v0.24.2 |
1361 | 2024-12-12T21:49:09.760Z | Compiling usdt-macro v0.5.0 |
1362 | 2024-12-12T21:49:09.780Z | Compiling usdt-attr-macro v0.5.0 |
1363 | 2024-12-12T21:49:09.822Z | Compiling crossbeam-deque v0.8.5 |
1364 | 2024-12-12T21:49:10.259Z | Compiling term v0.7.0 |
1365 | 2024-12-12T21:49:10.881Z | Compiling slog-json v2.6.1 |
1366 | 2024-12-12T21:49:10.928Z | Compiling serde_urlencoded v0.7.1 |
1367 | 2024-12-12T21:49:11.197Z | Compiling curve25519-dalek v4.1.3 |
1368 | 2024-12-12T21:49:11.323Z | Compiling crossbeam-channel v0.5.13 |
1369 | 2024-12-12T21:49:11.452Z | Compiling enum-as-inner v0.6.1 |
1370 | 2024-12-12T21:49:11.489Z | Compiling futures-executor v0.3.31 |
1371 | 2024-12-12T21:49:11.749Z | Compiling md-5 v0.10.6 |
1372 | 2024-12-12T21:49:11.837Z | Compiling async-stream-impl v0.3.6 |
1373 | 2024-12-12T21:49:12.017Z | Compiling rustls-pemfile v2.2.0 |
1374 | 2024-12-12T21:49:12.056Z | Compiling num-integer v0.1.46 |
1375 | 2024-12-12T21:49:12.378Z | Compiling idna v0.4.0 |
1376 | 2024-12-12T21:49:12.430Z | Compiling idna v0.3.0 |
1377 | 2024-12-12T21:49:12.558Z | Compiling hash32 v0.2.1 |
1378 | 2024-12-12T21:49:12.891Z | Compiling ff v0.13.0 |
1379 | 2024-12-12T21:49:12.942Z | Compiling is-terminal v0.4.13 |
1380 | 2024-12-12T21:49:13.075Z | Compiling object v0.36.5 |
1381 | 2024-12-12T21:49:13.142Z | Compiling dropshot v0.12.0 |
1382 | 2024-12-12T21:49:13.239Z | Compiling linked-hash-map v0.5.6 |
1383 | 2024-12-12T21:49:13.435Z | Compiling num-bigint-dig v0.8.4 |
1384 | 2024-12-12T21:49:13.618Z | Compiling smoltcp v0.9.1 |
1385 | 2024-12-12T21:49:13.769Z | Compiling dyn-clone v1.0.17 |
1386 | 2024-12-12T21:49:14.004Z | Compiling take_mut v0.2.2 |
1387 | 2024-12-12T21:49:14.099Z | Compiling psl-types v2.0.11 |
1388 | 2024-12-12T21:49:14.186Z | Compiling fallible-iterator v0.2.0 |
1389 | 2024-12-12T21:49:14.256Z | Compiling quick-error v1.2.3 |
1390 | 2024-12-12T21:49:14.318Z | Compiling rustc-demangle v0.1.24 |
1391 | 2024-12-12T21:49:14.411Z | Compiling portable-atomic v1.9.0 |
1392 | 2024-12-12T21:49:14.430Z | Compiling utf-8 v0.7.6 |
1393 | 2024-12-12T21:49:14.787Z | Compiling base16ct v0.2.0 |
1394 | 2024-12-12T21:49:14.900Z | Compiling anyhow v1.0.93 |
1395 | 2024-12-12T21:49:15.131Z | Compiling sec1 v0.7.3 |
1396 | 2024-12-12T21:49:15.359Z | Compiling postgres-protocol v0.6.7 |
1397 | 2024-12-12T21:49:15.618Z | Compiling tungstenite v0.24.0 |
1398 | 2024-12-12T21:49:15.739Z | Compiling resolv-conf v0.7.0 |
1399 | 2024-12-12T21:49:15.935Z | Compiling publicsuffix v2.2.3 |
1400 | 2024-12-12T21:49:16.775Z | Compiling lru-cache v0.1.2 |
1401 | 2024-12-12T21:49:17.063Z | Compiling hickory-proto v0.24.1 |
1402 | 2024-12-12T21:49:17.466Z | Compiling async-stream v0.3.6 |
1403 | 2024-12-12T21:49:17.664Z | Compiling group v0.13.0 |
1404 | 2024-12-12T21:49:17.781Z | Compiling slog-term v2.9.1 |
1405 | 2024-12-12T21:49:17.997Z | Compiling usdt v0.5.0 |
1406 | 2024-12-12T21:49:18.531Z | Compiling num-iter v0.1.45 |
1407 | 2024-12-12T21:49:18.751Z | Compiling toml v0.8.19 |
1408 | 2024-12-12T21:49:19.210Z | Compiling futures v0.3.31 |
1409 | 2024-12-12T21:49:19.300Z | Compiling slog-bunyan v2.5.0 |
1410 | 2024-12-12T21:49:20.638Z | Compiling backtrace v0.3.74 |
1411 | 2024-12-12T21:49:21.298Z | Compiling tokio-native-tls v0.3.1 |
1412 | 2024-12-12T21:49:21.444Z | Compiling camino v1.1.9 |
1413 | 2024-12-12T21:49:21.601Z | Compiling phf_shared v0.11.2 |
1414 | 2024-12-12T21:49:21.623Z | Compiling dropshot_endpoint v0.12.0 |
1415 | 2024-12-12T21:49:21.671Z | Compiling terminal_size v0.4.0 |
1416 | 2024-12-12T21:49:21.902Z | Compiling waitgroup v0.1.2 |
1417 | 2024-12-12T21:49:21.992Z | Compiling openapiv3 v2.0.0 |
1418 | 2024-12-12T21:49:22.129Z | Compiling serde_path_to_error v0.1.16 |
1419 | 2024-12-12T21:49:22.432Z | Compiling hkdf v0.12.4 |
1420 | 2024-12-12T21:49:22.708Z | Compiling crypto-bigint v0.5.5 |
1421 | 2024-12-12T21:49:22.996Z | Compiling curve25519-dalek-derive v0.1.1 |
1422 | 2024-12-12T21:49:24.463Z | Compiling zerocopy-derive v0.6.6 |
1423 | 2024-12-12T21:49:24.645Z | Compiling webpki-roots v0.26.6 |
1424 | 2024-12-12T21:49:24.866Z | Compiling idna v0.5.0 |
1425 | 2024-12-12T21:49:25.139Z | Compiling hubpack_derive v0.1.1 |
1426 | 2024-12-12T21:49:26.063Z | Compiling hostname v0.4.0 |
1427 | 2024-12-12T21:49:26.312Z | Compiling ahash v0.8.11 |
1428 | 2024-12-12T21:49:26.427Z | Compiling fs-err v2.11.0 |
1429 | 2024-12-12T21:49:26.577Z | Compiling crc32fast v1.4.2 |
1430 | 2024-12-12T21:49:26.580Z | Compiling winnow v0.5.40 |
1431 | 2024-12-12T21:49:26.664Z | Compiling debug-ignore v1.0.5 |
1432 | 2024-12-12T21:49:26.694Z | Compiling bitflags v1.3.2 |
1433 | 2024-12-12T21:49:26.760Z | Compiling managed v0.8.0 |
1434 | 2024-12-12T21:49:26.811Z | Compiling console v0.15.8 |
1435 | 2024-12-12T21:49:26.831Z | Compiling flate2 v1.0.34 |
1436 | 2024-12-12T21:49:26.932Z | Compiling strum_macros v0.25.3 |
1437 | 2024-12-12T21:49:27.789Z | Compiling zerocopy v0.6.6 |
1438 | 2024-12-12T21:49:28.053Z | Compiling clap_builder v4.5.21 |
1439 | 2024-12-12T21:49:28.564Z | Compiling hubpack v0.1.2 |
1440 | 2024-12-12T21:49:28.740Z | Compiling elliptic-curve v0.13.8 |
1441 | 2024-12-12T21:49:29.042Z | Compiling cookie_store v0.21.0 |
1442 | 2024-12-12T21:49:29.369Z | Compiling hickory-resolver v0.24.1 |
1443 | 2024-12-12T21:49:29.599Z | Compiling phf v0.11.2 |
1444 | 2024-12-12T21:49:29.925Z | Compiling hyper-tls v0.6.0 |
1445 | 2024-12-12T21:49:30.370Z | Compiling toml_edit v0.19.15 |
1446 | 2024-12-12T21:49:30.728Z | Compiling signal-hook-mio v0.2.4 |
1447 | 2024-12-12T21:49:30.885Z | Compiling rayon v1.10.0 |
1448 | 2024-12-12T21:49:31.263Z | Compiling bzip2 v0.4.4 |
1449 | 2024-12-12T21:49:31.652Z | Compiling tokio-tungstenite v0.24.0 |
1450 | 2024-12-12T21:49:32.210Z | Compiling postgres-types v0.2.8 |
1451 | 2024-12-12T21:49:35.246Z | Compiling ed25519 v2.2.3 |
1452 | 2024-12-12T21:49:35.831Z | Compiling phf_shared v0.10.0 |
1453 | 2024-12-12T21:49:36.261Z | Compiling tokio-stream v0.1.16 |
1454 | 2024-12-12T21:49:36.339Z | Compiling pkcs1 v0.7.5 |
1455 | 2024-12-12T21:49:37.219Z | Compiling serde-big-array v0.5.1 |
1456 | 2024-12-12T21:49:37.346Z | Compiling clap_derive v4.5.18 |
1457 | 2024-12-12T21:49:37.378Z | Compiling rfc6979 v0.4.0 |
1458 | 2024-12-12T21:49:37.399Z | Compiling serde_repr v0.1.19 |
1459 | 2024-12-12T21:49:37.451Z | Compiling derive-where v1.2.7 |
1460 | 2024-12-12T21:49:37.576Z | Compiling float-cmp v0.9.0 |
1461 | 2024-12-12T21:49:37.811Z | Compiling bstr v1.10.0 |
1462 | 2024-12-12T21:49:37.958Z | Compiling sync_wrapper v1.0.1 |
1463 | 2024-12-12T21:49:38.121Z | Compiling predicates-core v1.0.8 |
1464 | 2024-12-12T21:49:38.506Z | Compiling unicode-width v0.2.0 |
1465 | 2024-12-12T21:49:38.596Z | Compiling bit-vec v0.6.3 |
1466 | 2024-12-12T21:49:38.619Z | Compiling normalize-line-endings v0.3.0 |
1467 | 2024-12-12T21:49:38.764Z | Compiling static_assertions v1.1.0 |
1468 | 2024-12-12T21:49:38.873Z | Compiling number_prefix v0.4.0 |
1469 | 2024-12-12T21:49:39.014Z | Compiling unicode-segmentation v1.12.0 |
1470 | 2024-12-12T21:49:39.103Z | Compiling fixedbitset v0.4.2 |
1471 | 2024-12-12T21:49:39.124Z | Compiling whoami v1.5.2 |
1472 | 2024-12-12T21:49:39.603Z | Compiling precomputed-hash v0.1.1 |
1473 | 2024-12-12T21:49:39.728Z | Compiling difflib v0.4.0 |
1474 | 2024-12-12T21:49:39.731Z | Compiling new_debug_unreachable v1.0.6 |
1475 | 2024-12-12T21:49:39.783Z | Compiling similar v2.6.0 |
1476 | 2024-12-12T21:49:39.856Z | Compiling string_cache v0.8.7 |
1477 | 2024-12-12T21:49:39.946Z | Compiling tokio-postgres v0.7.12 |
1478 | 2024-12-12T21:49:40.346Z | Compiling predicates v3.1.2 |
1479 | 2024-12-12T21:49:41.180Z | Compiling petgraph v0.6.5 |
1480 | 2024-12-12T21:49:41.450Z | Compiling indicatif v0.17.9 |
1481 | 2024-12-12T21:49:42.149Z | Compiling bit-set v0.5.3 |
1482 | 2024-12-12T21:49:42.327Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1483 | 2024-12-12T21:49:42.425Z | Compiling ecdsa v0.16.9 |
1484 | 2024-12-12T21:49:42.681Z | Compiling clap v4.5.21 |
1485 | 2024-12-12T21:49:42.821Z | Compiling rsa v0.9.6 |
1486 | 2024-12-12T21:49:43.326Z | Compiling ed25519-dalek v2.1.1 |
1487 | 2024-12-12T21:49:43.827Z | Compiling toml v0.7.8 |
1488 | 2024-12-12T21:49:44.733Z | Compiling zip v0.6.6 |
1489 | 2024-12-12T21:49:45.410Z | Compiling crossterm v0.28.1 |
1490 | 2024-12-12T21:49:46.201Z | Compiling hex v0.4.3 |
1491 | 2024-12-12T21:49:46.391Z | Compiling x509-cert v0.2.5 |
1492 | 2024-12-12T21:49:46.426Z | Compiling itertools v0.10.5 |
1493 | 2024-12-12T21:49:46.779Z | Compiling unicode-xid v0.2.6 |
1494 | 2024-12-12T21:49:46.838Z | Compiling peg-runtime v0.8.3 |
1495 | 2024-12-12T21:49:46.956Z | Compiling lalrpop-util v0.19.12 |
1496 | 2024-12-12T21:49:47.323Z | Compiling strum_macros v0.26.4 |
1497 | 2024-12-12T21:49:47.537Z | Compiling xattr v1.3.1 |
1498 | 2024-12-12T21:49:47.828Z | Compiling filetime v0.2.25 |
1499 | 2024-12-12T21:49:48.176Z | Compiling tar v0.4.42 |
1500 | 2024-12-12T21:49:52.350Z | Compiling strum v0.26.3 |
1501 | 2024-12-12T21:49:55.440Z | Compiling aws-lc-sys v0.22.0 |
1502 | 2024-12-12T21:50:23.961Z | Compiling rustls-webpki v0.102.8 |
1503 | 2024-12-12T21:50:29.122Z | Compiling tokio-rustls v0.26.0 |
1504 | 2024-12-12T21:50:29.468Z | Compiling hyper-rustls v0.27.3 |
1505 | 2024-12-12T21:50:29.788Z | Compiling reqwest v0.12.9 |
1506 | 2024-12-12T21:50:32.310Z | Compiling tokio-rustls v0.25.0 |
1507 | 2024-12-12T21:50:35.503Z | Compiling qorb v0.2.1 |
1508 | 2024-12-12T21:50:38.728Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1509 | 2024-12-12T21:50:38.979Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1510 | 2024-12-12T21:50:44.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s |
1511 | 2024-12-12T21:50:44.975Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1512 | 2024-12-12T21:50:45.027Z | Dec 12 21:50:43.861 INFO Starting download, target: Console |
1513 | 2024-12-12T21:50:45.027Z | Dec 12 21:50:43.861 INFO Starting download, target: Clickhouse |
1514 | 2024-12-12T21:50:45.029Z | Dec 12 21:50:43.861 INFO Starting download, target: Cockroach |
1515 | 2024-12-12T21:50:45.029Z | Dec 12 21:50:43.862 INFO Starting download, target: DendriteOpenapi |
1516 | 2024-12-12T21:50:45.029Z | Dec 12 21:50:43.862 INFO Starting download, target: DendriteStub |
1517 | 2024-12-12T21:50:45.029Z | Dec 12 21:50:43.862 INFO Starting download, target: MaghemiteMgd |
1518 | 2024-12-12T21:50:45.029Z | Dec 12 21:50:43.862 INFO Starting download, target: TransceiverControl |
1519 | 2024-12-12T21:50:45.029Z | Dec 12 21:50:43.862 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1520 | 2024-12-12T21:50:45.029Z | Dec 12 21:50:43.862 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1521 | 2024-12-12T21:50:45.029Z | Dec 12 21:50:43.862 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1522 | 2024-12-12T21:50:45.030Z | Dec 12 21:50:43.862 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1523 | 2024-12-12T21:50:45.030Z | Dec 12 21:50:43.862 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1524 | 2024-12-12T21:50:45.030Z | Dec 12 21:50:43.862 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1525 | 2024-12-12T21:50:45.030Z | Dec 12 21:50:43.863 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1526 | 2024-12-12T21:50:45.192Z | Dec 12 21:50:44.023 INFO Download complete, target: DendriteOpenapi |
1527 | 2024-12-12T21:50:45.390Z | Dec 12 21:50:44.212 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1528 | 2024-12-12T21:50:45.743Z | Dec 12 21:50:44.567 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1529 | 2024-12-12T21:50:45.947Z | Dec 12 21:50:44.765 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1530 | 2024-12-12T21:50:46.017Z | Dec 12 21:50:44.852 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1531 | 2024-12-12T21:50:46.085Z | Dec 12 21:50:44.920 INFO Download complete, target: Console |
1532 | 2024-12-12T21:50:46.100Z | Dec 12 21:50:44.935 INFO Download complete, target: TransceiverControl |
1533 | 2024-12-12T21:50:46.549Z | Dec 12 21:50:45.384 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1534 | 2024-12-12T21:50:46.549Z | Dec 12 21:50:45.385 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1535 | 2024-12-12T21:50:47.035Z | Dec 12 21:50:45.871 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1536 | 2024-12-12T21:50:48.851Z | Dec 12 21:50:47.687 INFO Download complete, target: DendriteStub |
1537 | 2024-12-12T21:50:48.971Z | Dec 12 21:50:47.807 INFO Download complete, target: MaghemiteMgd |
1538 | 2024-12-12T21:50:54.331Z | Dec 12 21:50:53.168 INFO Checking that binary works, target: Cockroach |
1539 | 2024-12-12T21:50:54.500Z | Dec 12 21:50:53.337 INFO Download complete, target: Cockroach |
1540 | 2024-12-12T21:51:00.073Z | Dec 12 21:50:58.912 INFO Checking that binary works, target: Clickhouse |
1541 | 2024-12-12T21:51:00.195Z | Dec 12 21:50:59.035 INFO Download complete, target: Clickhouse |
1542 | 2024-12-12T21:51:00.203Z | All prerequisites installed successfully |
1543 | 2024-12-12T21:51:00.206Z | |
1544 | 2024-12-12T21:51:00.206Z | real 4:58.179560157 |
1545 | 2024-12-12T21:51:00.206Z | user 16:48.531852859 |
1546 | 2024-12-12T21:51:00.206Z | sys 3:17.247714693 |
1547 | 2024-12-12T21:51:00.206Z | trap 0.615854156 |
1548 | 2024-12-12T21:51:00.206Z | tflt 1.507282814 |
1549 | 2024-12-12T21:51:00.206Z | dflt 2.262555742 |
1550 | 2024-12-12T21:51:00.206Z | kflt 0.024737519 |
1551 | 2024-12-12T21:51:00.206Z | lock 30:54.076866813 |
1552 | 2024-12-12T21:51:00.207Z | slp 1:02:41.123302108 |
1553 | 2024-12-12T21:51:00.207Z | lat 59.698141064 |
1554 | 2024-12-12T21:51:00.207Z | stop 2:21.305065776 |
1555 | 2024-12-12T21:51:00.207Z | + ptime -m cargo xtask download softnpu |
1556 | 2024-12-12T21:51:00.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1557 | 2024-12-12T21:51:00.782Z | Running `target/debug/xtask download softnpu` |
1558 | 2024-12-12T21:51:01.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
1559 | 2024-12-12T21:51:01.691Z | Running `target/debug/xtask-downloader softnpu` |
1560 | 2024-12-12T21:51:01.731Z | Dec 12 21:51:00.571 INFO Starting download, target: Softnpu |
1561 | 2024-12-12T21:51:01.733Z | Dec 12 21:51:00.571 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1562 | 2024-12-12T21:51:02.398Z | Dec 12 21:51:01.238 INFO Download complete, target: Softnpu |
1563 | 2024-12-12T21:51:02.402Z | |
1564 | 2024-12-12T21:51:02.404Z | real 2.192141957 |
1565 | 2024-12-12T21:51:02.404Z | user 1.293652818 |
1566 | 2024-12-12T21:51:02.404Z | sys 0.559511202 |
1567 | 2024-12-12T21:51:02.404Z | trap 0.000650836 |
1568 | 2024-12-12T21:51:02.404Z | tflt 0.000059307 |
1569 | 2024-12-12T21:51:02.404Z | dflt 0.000000000 |
1570 | 2024-12-12T21:51:02.404Z | kflt 0.000000000 |
1571 | 2024-12-12T21:51:02.404Z | lock 6.872466433 |
1572 | 2024-12-12T21:51:02.404Z | slp 0.503789850 |
1573 | 2024-12-12T21:51:02.404Z | lat 0.064847049 |
1574 | 2024-12-12T21:51:02.404Z | stop 0.000159064 |
1575 | 2024-12-12T21:51:02.404Z | + export CARGO_INCREMENTAL=0 |
1576 | 2024-12-12T21:51:02.404Z | + CARGO_INCREMENTAL=0 |
1577 | 2024-12-12T21:51:02.404Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1578 | 2024-12-12T21:51:03.373Z | Compiling proc-macro2 v1.0.89 |
1579 | 2024-12-12T21:51:03.373Z | Compiling unicode-ident v1.0.13 |
1580 | 2024-12-12T21:51:03.376Z | Compiling libc v0.2.162 |
1581 | 2024-12-12T21:51:03.376Z | Compiling serde v1.0.215 |
1582 | 2024-12-12T21:51:03.376Z | Compiling autocfg v1.4.0 |
1583 | 2024-12-12T21:51:03.376Z | Compiling version_check v0.9.5 |
1584 | 2024-12-12T21:51:03.376Z | Compiling cfg-if v1.0.0 |
1585 | 2024-12-12T21:51:03.704Z | Compiling memchr v2.7.4 |
1586 | 2024-12-12T21:51:03.723Z | Compiling shlex v1.3.0 |
1587 | 2024-12-12T21:51:03.808Z | Compiling typenum v1.17.0 |
1588 | 2024-12-12T21:51:04.128Z | Compiling value-bag v1.9.0 |
1589 | 2024-12-12T21:51:04.241Z | Compiling generic-array v0.14.7 |
1590 | 2024-12-12T21:51:04.430Z | Compiling lock_api v0.4.12 |
1591 | 2024-12-12T21:51:04.526Z | Compiling scopeguard v1.2.0 |
1592 | 2024-12-12T21:51:04.696Z | Compiling log v0.4.22 |
1593 | 2024-12-12T21:51:04.731Z | Compiling parking_lot_core v0.9.10 |
1594 | 2024-12-12T21:51:05.139Z | Compiling serde_json v1.0.132 |
1595 | 2024-12-12T21:51:05.192Z | Compiling once_cell v1.20.2 |
1596 | 2024-12-12T21:51:05.363Z | Compiling quote v1.0.37 |
1597 | 2024-12-12T21:51:05.447Z | Compiling rustix v0.38.37 |
1598 | 2024-12-12T21:51:05.500Z | Compiling jobserver v0.1.32 |
1599 | 2024-12-12T21:51:05.608Z | Compiling getrandom v0.2.15 |
1600 | 2024-12-12T21:51:05.739Z | Compiling syn v2.0.87 |
1601 | 2024-12-12T21:51:05.906Z | Compiling cc v1.1.30 |
1602 | 2024-12-12T21:51:05.978Z | Compiling libm v0.2.8 |
1603 | 2024-12-12T21:51:06.103Z | Compiling thiserror v1.0.69 |
1604 | 2024-12-12T21:51:06.213Z | Compiling aho-corasick v1.1.3 |
1605 | 2024-12-12T21:51:06.266Z | Compiling regex-syntax v0.8.5 |
1606 | 2024-12-12T21:51:06.292Z | Compiling num-traits v0.2.19 |
1607 | 2024-12-12T21:51:06.311Z | Compiling either v1.13.0 |
1608 | 2024-12-12T21:51:06.573Z | Compiling itoa v1.0.11 |
1609 | 2024-12-12T21:51:06.599Z | Compiling spin v0.9.8 |
1610 | 2024-12-12T21:51:06.794Z | Compiling slab v0.4.9 |
1611 | 2024-12-12T21:51:07.091Z | Compiling byteorder v1.5.0 |
1612 | 2024-12-12T21:51:07.364Z | Compiling errno v0.3.9 |
1613 | 2024-12-12T21:51:07.582Z | Compiling rand_core v0.6.4 |
1614 | 2024-12-12T21:51:07.602Z | Compiling lazy_static v1.5.0 |
1615 | 2024-12-12T21:51:07.723Z | Compiling glob v0.3.1 |
1616 | 2024-12-12T21:51:08.291Z | Compiling prettyplease v0.2.25 |
1617 | 2024-12-12T21:51:08.527Z | Compiling clang-sys v1.8.1 |
1618 | 2024-12-12T21:51:08.981Z | Compiling minimal-lexical v0.2.1 |
1619 | 2024-12-12T21:51:09.078Z | Compiling libloading v0.8.5 |
1620 | 2024-12-12T21:51:09.241Z | Compiling home v0.5.9 |
1621 | 2024-12-12T21:51:09.443Z | Compiling nom v7.1.3 |
1622 | 2024-12-12T21:51:09.463Z | Compiling subtle v2.6.1 |
1623 | 2024-12-12T21:51:09.482Z | Compiling bindgen v0.69.5 |
1624 | 2024-12-12T21:51:09.763Z | Compiling allocator-api2 v0.2.18 |
1625 | 2024-12-12T21:51:09.806Z | Compiling regex-automata v0.4.8 |
1626 | 2024-12-12T21:51:10.085Z | Compiling itertools v0.12.1 |
1627 | 2024-12-12T21:51:10.537Z | Compiling lazycell v1.3.0 |
1628 | 2024-12-12T21:51:10.560Z | Compiling rustc-hash v1.1.0 |
1629 | 2024-12-12T21:51:10.713Z | Compiling smallvec v1.13.2 |
1630 | 2024-12-12T21:51:10.715Z | Compiling semver v1.0.23 |
1631 | 2024-12-12T21:51:11.194Z | Compiling cmake v0.1.51 |
1632 | 2024-12-12T21:51:11.412Z | Compiling fs_extra v1.3.0 |
1633 | 2024-12-12T21:51:12.001Z | Compiling dunce v1.0.5 |
1634 | 2024-12-12T21:51:12.552Z | Compiling pkg-config v0.3.31 |
1635 | 2024-12-12T21:51:12.654Z | Compiling ring v0.17.8 |
1636 | 2024-12-12T21:51:13.165Z | Compiling cexpr v0.6.0 |
1637 | 2024-12-12T21:51:13.342Z | Compiling pin-project-lite v0.2.14 |
1638 | 2024-12-12T21:51:13.471Z | Compiling synstructure v0.13.1 |
1639 | 2024-12-12T21:51:13.695Z | Compiling ryu v1.0.18 |
1640 | 2024-12-12T21:51:14.010Z | Compiling const-oid v0.9.6 |
1641 | 2024-12-12T21:51:14.149Z | Compiling paste v1.0.15 |
1642 | 2024-12-12T21:51:14.621Z | Compiling fnv v1.0.7 |
1643 | 2024-12-12T21:51:14.845Z | Compiling equivalent v1.0.1 |
1644 | 2024-12-12T21:51:14.865Z | Compiling httparse v1.9.5 |
1645 | 2024-12-12T21:51:14.939Z | Compiling aws-lc-rs v1.10.0 |
1646 | 2024-12-12T21:51:14.976Z | Compiling foldhash v0.1.3 |
1647 | 2024-12-12T21:51:15.281Z | Compiling regex v1.11.1 |
1648 | 2024-12-12T21:51:15.365Z | Compiling hashbrown v0.15.1 |
1649 | 2024-12-12T21:51:16.247Z | Compiling heck v0.5.0 |
1650 | 2024-12-12T21:51:16.285Z | Compiling schemars v0.8.21 |
1651 | 2024-12-12T21:51:16.584Z | Compiling serde_derive_internals v0.29.1 |
1652 | 2024-12-12T21:51:16.611Z | Compiling signal-hook-registry v1.4.2 |
1653 | 2024-12-12T21:51:16.715Z | Compiling mio v1.0.2 |
1654 | 2024-12-12T21:51:16.899Z | Compiling parking_lot v0.12.3 |
1655 | 2024-12-12T21:51:18.571Z | Compiling crossbeam-utils v0.8.20 |
1656 | 2024-12-12T21:51:18.928Z | Compiling stable_deref_trait v1.2.0 |
1657 | 2024-12-12T21:51:18.977Z | Compiling socket2 v0.5.7 |
1658 | 2024-12-12T21:51:18.998Z | Compiling serde_derive v1.0.215 |
1659 | 2024-12-12T21:51:19.045Z | Compiling zeroize_derive v1.4.2 |
1660 | 2024-12-12T21:51:19.134Z | Compiling zerocopy-derive v0.7.35 |
1661 | 2024-12-12T21:51:19.513Z | Compiling thiserror-impl v1.0.69 |
1662 | 2024-12-12T21:51:20.222Z | Compiling tokio-macros v2.4.0 |
1663 | 2024-12-12T21:51:20.517Z | Compiling zeroize v1.8.1 |
1664 | 2024-12-12T21:51:20.805Z | Compiling zerofrom-derive v0.1.4 |
1665 | 2024-12-12T21:51:20.890Z | Compiling yoke-derive v0.7.4 |
1666 | 2024-12-12T21:51:20.992Z | Compiling futures-macro v0.3.31 |
1667 | 2024-12-12T21:51:21.137Z | Compiling zerovec-derive v0.10.3 |
1668 | 2024-12-12T21:51:21.696Z | Compiling zerocopy v0.7.35 |
1669 | 2024-12-12T21:51:22.391Z | Compiling displaydoc v0.2.5 |
1670 | 2024-12-12T21:51:22.983Z | Compiling crypto-common v0.1.6 |
1671 | 2024-12-12T21:51:23.179Z | Compiling tracing-attributes v0.1.27 |
1672 | 2024-12-12T21:51:23.365Z | Compiling icu_provider_macros v1.5.0 |
1673 | 2024-12-12T21:51:23.580Z | Compiling block-buffer v0.10.4 |
1674 | 2024-12-12T21:51:23.601Z | Compiling schemars_derive v0.8.21 |
1675 | 2024-12-12T21:51:23.879Z | Compiling digest v0.10.7 |
1676 | 2024-12-12T21:51:24.335Z | Compiling der_derive v0.7.3 |
1677 | 2024-12-12T21:51:24.378Z | Compiling time-core v0.1.2 |
1678 | 2024-12-12T21:51:24.442Z | Compiling num-conv v0.1.0 |
1679 | 2024-12-12T21:51:24.554Z | Compiling futures-core v0.3.31 |
1680 | 2024-12-12T21:51:24.732Z | Compiling time-macros v0.2.18 |
1681 | 2024-12-12T21:51:25.693Z | Compiling vcpkg v0.2.15 |
1682 | 2024-12-12T21:51:27.365Z | Compiling openssl-sys v0.9.103 |
1683 | 2024-12-12T21:51:27.602Z | Compiling cpufeatures v0.2.14 |
1684 | 2024-12-12T21:51:27.845Z | Compiling futures-sink v0.3.31 |
1685 | 2024-12-12T21:51:27.906Z | Compiling slog v2.7.0 |
1686 | 2024-12-12T21:51:28.056Z | Compiling ahash v0.8.11 |
1687 | 2024-12-12T21:51:28.378Z | Compiling syn v1.0.109 |
1688 | 2024-12-12T21:51:28.585Z | Compiling zerofrom v0.1.4 |
1689 | 2024-12-12T21:51:28.874Z | Compiling scroll_derive v0.12.0 |
1690 | 2024-12-12T21:51:28.925Z | Compiling iana-time-zone v0.1.61 |
1691 | 2024-12-12T21:51:29.001Z | Compiling ucd-trie v0.1.7 |
1692 | 2024-12-12T21:51:29.478Z | Compiling pest v2.7.14 |
1693 | 2024-12-12T21:51:29.546Z | Compiling yoke v0.7.4 |
1694 | 2024-12-12T21:51:29.635Z | Compiling futures-channel v0.3.31 |
1695 | 2024-12-12T21:51:30.269Z | Compiling hmac v0.12.1 |
1696 | 2024-12-12T21:51:30.351Z | Compiling futures-io v0.3.31 |
1697 | 2024-12-12T21:51:30.372Z | Compiling futures-task v0.3.31 |
1698 | 2024-12-12T21:51:30.501Z | Compiling openssl v0.10.66 |
1699 | 2024-12-12T21:51:30.711Z | Compiling pin-utils v0.1.0 |
1700 | 2024-12-12T21:51:30.947Z | Compiling futures-util v0.3.31 |
1701 | 2024-12-12T21:51:31.023Z | Compiling zerovec v0.10.4 |
1702 | 2024-12-12T21:51:31.360Z | Compiling block-padding v0.3.3 |
1703 | 2024-12-12T21:51:31.603Z | Compiling tinyvec_macros v0.1.1 |
1704 | 2024-12-12T21:51:32.203Z | Compiling bitflags v2.6.0 |
1705 | 2024-12-12T21:51:32.390Z | Compiling bytes v1.8.0 |
1706 | 2024-12-12T21:51:33.216Z | Compiling indexmap v2.6.0 |
1707 | 2024-12-12T21:51:34.754Z | Compiling tokio v1.40.0 |
1708 | 2024-12-12T21:51:35.619Z | Compiling serde_tokenstream v0.2.2 |
1709 | 2024-12-12T21:51:36.200Z | Compiling http v1.1.0 |
1710 | 2024-12-12T21:51:37.206Z | Compiling which v4.4.2 |
1711 | 2024-12-12T21:51:37.770Z | Compiling uuid v1.11.0 |
1712 | 2024-12-12T21:51:38.165Z | Compiling rustc_version v0.4.1 |
1713 | 2024-12-12T21:51:38.560Z | Compiling chrono v0.4.38 |
1714 | 2024-12-12T21:51:39.972Z | Compiling pest_meta v2.7.14 |
1715 | 2024-12-12T21:51:42.128Z | Compiling pest_generator v2.7.14 |
1716 | 2024-12-12T21:51:43.885Z | Compiling serde_spanned v0.6.8 |
1717 | 2024-12-12T21:51:44.109Z | Compiling toml_datetime v0.6.8 |
1718 | 2024-12-12T21:51:44.156Z | Compiling tinyvec v1.8.0 |
1719 | 2024-12-12T21:51:44.177Z | Compiling inout v0.1.3 |
1720 | 2024-12-12T21:51:44.569Z | Compiling openssl-macros v0.1.1 |
1721 | 2024-12-12T21:51:45.238Z | Compiling strsim v0.11.1 |
1722 | 2024-12-12T21:51:45.322Z | Compiling rustls v0.23.14 |
1723 | 2024-12-12T21:51:45.728Z | Compiling native-tls v0.2.12 |
1724 | 2024-12-12T21:51:45.982Z | Compiling unicode-normalization v0.1.24 |
1725 | 2024-12-12T21:51:46.074Z | Compiling cipher v0.4.4 |
1726 | 2024-12-12T21:51:46.582Z | Compiling pest_derive v2.7.14 |
1727 | 2024-12-12T21:51:47.038Z | Compiling tinystr v0.7.6 |
1728 | 2024-12-12T21:51:47.073Z | Compiling sha2 v0.10.8 |
1729 | 2024-12-12T21:51:47.390Z | Compiling tracing-core v0.1.32 |
1730 | 2024-12-12T21:51:47.462Z | Compiling usdt-impl v0.5.0 |
1731 | 2024-12-12T21:51:47.483Z | Compiling dyn-clone v1.0.17 |
1732 | 2024-12-12T21:51:47.486Z | Compiling writeable v0.5.5 |
1733 | 2024-12-12T21:51:47.716Z | Compiling unicode-bidi v0.3.17 |
1734 | 2024-12-12T21:51:47.814Z | Compiling litemap v0.7.3 |
1735 | 2024-12-12T21:51:47.898Z | Compiling base64ct v1.6.0 |
1736 | 2024-12-12T21:51:48.243Z | Compiling icu_locid v1.5.0 |
1737 | 2024-12-12T21:51:48.468Z | Compiling pem-rfc7468 v0.7.0 |
1738 | 2024-12-12T21:51:48.994Z | Compiling tracing v0.1.40 |
1739 | 2024-12-12T21:51:49.724Z | Compiling scroll v0.12.0 |
1740 | 2024-12-12T21:51:49.818Z | Compiling ppv-lite86 v0.2.20 |
1741 | 2024-12-12T21:51:49.890Z | Compiling async-trait v0.1.83 |
1742 | 2024-12-12T21:51:50.555Z | Compiling cookie v0.18.1 |
1743 | 2024-12-12T21:51:50.716Z | Compiling camino v1.1.9 |
1744 | 2024-12-12T21:51:51.088Z | Compiling flagset v0.4.6 |
1745 | 2024-12-12T21:51:51.310Z | Compiling plain v0.2.3 |
1746 | 2024-12-12T21:51:51.704Z | Compiling aws-lc-sys v0.22.0 |
1747 | 2024-12-12T21:51:52.158Z | Compiling anyhow v1.0.93 |
1748 | 2024-12-12T21:51:53.010Z | Compiling goblin v0.8.2 |
1749 | 2024-12-12T21:51:54.017Z | Compiling der v0.7.9 |
1750 | 2024-12-12T21:51:58.557Z | Compiling rand_chacha v0.3.1 |
1751 | 2024-12-12T21:51:59.950Z | Compiling icu_provider v1.5.0 |
1752 | 2024-12-12T21:52:00.519Z | Compiling rayon-core v1.12.1 |
1753 | 2024-12-12T21:52:00.807Z | Compiling percent-encoding v2.3.1 |
1754 | 2024-12-12T21:52:00.953Z | Compiling rustls-pki-types v1.9.0 |
1755 | 2024-12-12T21:52:01.108Z | Compiling icu_locid_transform_data v1.5.0 |
1756 | 2024-12-12T21:52:01.222Z | Compiling untrusted v0.7.1 |
1757 | 2024-12-12T21:52:01.358Z | Compiling pretty-hex v0.4.1 |
1758 | 2024-12-12T21:52:01.572Z | Compiling rustls v0.22.4 |
1759 | 2024-12-12T21:52:01.687Z | Compiling dof v0.3.0 |
1760 | 2024-12-12T21:52:01.810Z | Compiling icu_locid_transform v1.5.0 |
1761 | 2024-12-12T21:52:03.004Z | Compiling rand v0.8.5 |
1762 | 2024-12-12T21:52:03.105Z | Compiling spki v0.7.3 |
1763 | 2024-12-12T21:52:03.339Z | Compiling dtrace-parser v0.2.0 |
1764 | 2024-12-12T21:52:03.446Z | Compiling salsa20 v0.10.2 |
1765 | 2024-12-12T21:52:03.493Z | Compiling tokio-util v0.7.12 |
1766 | 2024-12-12T21:52:04.083Z | Compiling icu_collections v1.5.0 |
1767 | 2024-12-12T21:52:04.696Z | Compiling pbkdf2 v0.12.2 |
1768 | 2024-12-12T21:52:05.166Z | Compiling thread-id v4.2.2 |
1769 | 2024-12-12T21:52:05.191Z | Compiling untrusted v0.9.0 |
1770 | 2024-12-12T21:52:05.383Z | Compiling mirai-annotations v1.12.0 |
1771 | 2024-12-12T21:52:05.510Z | Compiling winnow v0.5.40 |
1772 | 2024-12-12T21:52:05.574Z | Compiling powerfmt v0.2.0 |
1773 | 2024-12-12T21:52:05.656Z | Compiling icu_properties_data v1.5.0 |
1774 | 2024-12-12T21:52:05.921Z | Compiling deranged v0.3.11 |
1775 | 2024-12-12T21:52:05.924Z | Compiling icu_properties v1.5.1 |
1776 | 2024-12-12T21:52:09.511Z | Compiling toml_edit v0.19.15 |
1777 | 2024-12-12T21:52:10.798Z | Compiling scrypt v0.11.0 |
1778 | 2024-12-12T21:52:11.333Z | Compiling aes v0.8.4 |
1779 | 2024-12-12T21:52:11.531Z | Compiling cbc v0.1.2 |
1780 | 2024-12-12T21:52:11.754Z | Compiling multer v3.1.0 |
1781 | 2024-12-12T21:52:12.058Z | Compiling atomic-waker v1.1.2 |
1782 | 2024-12-12T21:52:12.549Z | Compiling num_threads v0.1.7 |
1783 | 2024-12-12T21:52:12.699Z | Compiling utf16_iter v1.0.5 |
1784 | 2024-12-12T21:52:12.729Z | Compiling slog-async v2.8.0 |
1785 | 2024-12-12T21:52:12.906Z | Compiling rustversion v1.0.17 |
1786 | 2024-12-12T21:52:13.232Z | Compiling write16 v1.0.0 |
1787 | 2024-12-12T21:52:13.371Z | Compiling icu_normalizer_data v1.5.0 |
1788 | 2024-12-12T21:52:13.396Z | Compiling utf8_iter v1.0.4 |
1789 | 2024-12-12T21:52:13.634Z | Compiling time v0.3.36 |
1790 | 2024-12-12T21:52:13.657Z | Compiling icu_normalizer v1.5.0 |
1791 | 2024-12-12T21:52:13.693Z | Compiling pkcs5 v0.7.1 |
1792 | 2024-12-12T21:52:15.387Z | Compiling form_urlencoded v1.2.1 |
1793 | 2024-12-12T21:52:16.227Z | Compiling http-body v1.0.1 |
1794 | 2024-12-12T21:52:16.445Z | Compiling heapless v0.7.17 |
1795 | 2024-12-12T21:52:16.999Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1796 | 2024-12-12T21:52:18.259Z | Compiling try-lock v0.2.5 |
1797 | 2024-12-12T21:52:18.356Z | Compiling signal-hook v0.3.17 |
1798 | 2024-12-12T21:52:18.430Z | Compiling want v0.3.1 |
1799 | 2024-12-12T21:52:19.922Z | Compiling idna_adapter v1.2.0 |
1800 | 2024-12-12T21:52:20.154Z | Compiling pkcs8 v0.10.2 |
1801 | 2024-12-12T21:52:20.875Z | Compiling h2 v0.4.6 |
1802 | 2024-12-12T21:52:21.560Z | Compiling usdt-attr-macro v0.5.0 |
1803 | 2024-12-12T21:52:23.048Z | Compiling usdt-macro v0.5.0 |
1804 | 2024-12-12T21:52:23.797Z | Compiling async-stream-impl v0.3.6 |
1805 | 2024-12-12T21:52:23.858Z | Compiling httpdate v1.0.3 |
1806 | 2024-12-12T21:52:24.823Z | Compiling adler2 v2.0.0 |
1807 | 2024-12-12T21:52:25.084Z | Compiling miniz_oxide v0.8.0 |
1808 | 2024-12-12T21:52:25.878Z | Compiling idna v1.0.3 |
1809 | 2024-12-12T21:52:27.574Z | Compiling curve25519-dalek v4.1.3 |
1810 | 2024-12-12T21:52:27.987Z | Compiling openapiv3 v2.0.0 |
1811 | 2024-12-12T21:52:28.390Z | Compiling hyper v1.5.0 |
1812 | 2024-12-12T21:52:28.746Z | Compiling enum-as-inner v0.6.1 |
1813 | 2024-12-12T21:52:31.707Z | Compiling dropshot v0.12.0 |
1814 | 2024-12-12T21:52:32.006Z | Compiling tower-service v0.3.3 |
1815 | 2024-12-12T21:52:32.151Z | Compiling foreign-types-shared v0.1.1 |
1816 | 2024-12-12T21:52:32.268Z | Compiling base64 v0.22.1 |
1817 | 2024-12-12T21:52:32.296Z | Compiling match_cfg v0.1.0 |
1818 | 2024-12-12T21:52:32.392Z | Compiling num-bigint-dig v0.8.4 |
1819 | 2024-12-12T21:52:32.443Z | Compiling smoltcp v0.9.1 |
1820 | 2024-12-12T21:52:32.677Z | Compiling portable-atomic v1.9.0 |
1821 | 2024-12-12T21:52:33.024Z | Compiling hyper-util v0.1.10 |
1822 | 2024-12-12T21:52:33.044Z | Compiling hostname v0.3.1 |
1823 | 2024-12-12T21:52:33.600Z | Compiling foreign-types v0.3.2 |
1824 | 2024-12-12T21:52:39.176Z | Compiling url v2.5.3 |
1825 | 2024-12-12T21:52:41.342Z | Compiling dirs-sys-next v0.1.2 |
1826 | 2024-12-12T21:52:41.484Z | Compiling ident_case v1.0.1 |
1827 | 2024-12-12T21:52:41.503Z | Compiling data-encoding v2.6.0 |
1828 | 2024-12-12T21:52:41.675Z | Compiling siphasher v0.3.11 |
1829 | 2024-12-12T21:52:41.841Z | Compiling gimli v0.31.1 |
1830 | 2024-12-12T21:52:42.035Z | Compiling heck v0.4.1 |
1831 | 2024-12-12T21:52:42.280Z | Compiling darling_core v0.20.10 |
1832 | 2024-12-12T21:52:42.439Z | Compiling dirs-next v2.0.0 |
1833 | 2024-12-12T21:52:45.062Z | Compiling http-body-util v0.1.2 |
1834 | 2024-12-12T21:52:48.510Z | Compiling addr2line v0.24.2 |
1835 | 2024-12-12T21:52:48.793Z | Compiling crossbeam-epoch v0.9.18 |
1836 | 2024-12-12T21:52:48.904Z | Compiling hubpack_derive v0.1.1 |
1837 | 2024-12-12T21:52:48.922Z | Compiling dropshot_endpoint v0.12.0 |
1838 | 2024-12-12T21:52:49.487Z | Compiling sha1 v0.10.6 |
1839 | 2024-12-12T21:52:49.519Z | Compiling signature v2.2.0 |
1840 | 2024-12-12T21:52:49.746Z | Compiling zerocopy-derive v0.6.6 |
1841 | 2024-12-12T21:52:49.765Z | Compiling curve25519-dalek-derive v0.1.1 |
1842 | 2024-12-12T21:52:49.967Z | Compiling object v0.36.5 |
1843 | 2024-12-12T21:52:51.154Z | Compiling thread_local v1.1.8 |
1844 | 2024-12-12T21:52:51.648Z | Compiling fs-err v2.11.0 |
1845 | 2024-12-12T21:52:51.685Z | Compiling encoding_rs v0.8.34 |
1846 | 2024-12-12T21:52:53.006Z | Compiling rustc-demangle v0.1.24 |
1847 | 2024-12-12T21:52:55.361Z | Compiling unicode-properties v0.1.3 |
1848 | 2024-12-12T21:52:55.778Z | Compiling ipnet v2.10.1 |
1849 | 2024-12-12T21:52:56.850Z | Compiling mime v0.3.17 |
1850 | 2024-12-12T21:52:57.359Z | Compiling utf8parse v0.2.2 |
1851 | 2024-12-12T21:52:57.549Z | Compiling anstyle v1.0.10 |
1852 | 2024-12-12T21:52:57.992Z | Compiling openssl-probe v0.1.5 |
1853 | 2024-12-12T21:52:59.372Z | Compiling winnow v0.6.20 |
1854 | 2024-12-12T21:53:03.275Z | Compiling toml_edit v0.22.22 |
1855 | 2024-12-12T21:53:04.653Z | Compiling backtrace v0.3.74 |
1856 | 2024-12-12T21:53:04.964Z | Compiling anstyle-parse v0.2.5 |
1857 | 2024-12-12T21:53:05.309Z | Compiling stringprep v0.1.5 |
1858 | 2024-12-12T21:53:07.862Z | Compiling rustls-webpki v0.102.8 |
1859 | 2024-12-12T21:53:08.729Z | Compiling crossbeam-deque v0.8.5 |
1860 | 2024-12-12T21:53:12.340Z | Compiling darling_macro v0.20.10 |
1861 | 2024-12-12T21:53:14.028Z | Compiling term v0.7.0 |
1862 | 2024-12-12T21:53:15.252Z | Compiling slog-json v2.6.1 |
1863 | 2024-12-12T21:53:15.917Z | Compiling serde_urlencoded v0.7.1 |
1864 | 2024-12-12T21:53:17.069Z | Compiling crossbeam-channel v0.5.13 |
1865 | 2024-12-12T21:53:17.119Z | Compiling rustls-pemfile v2.2.0 |
1866 | 2024-12-12T21:53:17.964Z | Compiling hashbrown v0.14.5 |
1867 | 2024-12-12T21:53:18.664Z | Compiling idna v0.3.0 |
1868 | 2024-12-12T21:53:18.858Z | Compiling idna v0.4.0 |
1869 | 2024-12-12T21:53:19.340Z | Compiling futures-executor v0.3.31 |
1870 | 2024-12-12T21:53:20.147Z | Compiling num-integer v0.1.46 |
1871 | 2024-12-12T21:53:20.330Z | Compiling md-5 v0.10.6 |
1872 | 2024-12-12T21:53:20.598Z | Compiling ff v0.13.0 |
1873 | 2024-12-12T21:53:20.822Z | Compiling hash32 v0.2.1 |
1874 | 2024-12-12T21:53:20.843Z | Compiling is-terminal v0.4.13 |
1875 | 2024-12-12T21:53:20.866Z | Compiling memmap v0.7.0 |
1876 | 2024-12-12T21:53:21.190Z | Compiling utf-8 v0.7.6 |
1877 | 2024-12-12T21:53:21.215Z | Compiling psl-types v2.0.11 |
1878 | 2024-12-12T21:53:22.388Z | Compiling base16ct v0.2.0 |
1879 | 2024-12-12T21:53:22.719Z | Compiling take_mut v0.2.2 |
1880 | 2024-12-12T21:53:22.775Z | Compiling colorchoice v1.0.2 |
1881 | 2024-12-12T21:53:22.875Z | Compiling anstyle-query v1.1.1 |
1882 | 2024-12-12T21:53:22.964Z | Compiling is_terminal_polyfill v1.70.1 |
1883 | 2024-12-12T21:53:23.102Z | Compiling fallible-iterator v0.2.0 |
1884 | 2024-12-12T21:53:23.530Z | Compiling quick-error v1.2.3 |
1885 | 2024-12-12T21:53:23.711Z | Compiling linked-hash-map v0.5.6 |
1886 | 2024-12-12T21:53:23.852Z | Compiling postgres-protocol v0.6.7 |
1887 | 2024-12-12T21:53:24.101Z | Compiling lru-cache v0.1.2 |
1888 | 2024-12-12T21:53:24.325Z | Compiling resolv-conf v0.7.0 |
1889 | 2024-12-12T21:53:25.022Z | Compiling anstream v0.6.15 |
1890 | 2024-12-12T21:53:25.547Z | Compiling sec1 v0.7.3 |
1891 | 2024-12-12T21:53:25.716Z | Compiling publicsuffix v2.2.3 |
1892 | 2024-12-12T21:53:25.989Z | Compiling tungstenite v0.24.0 |
1893 | 2024-12-12T21:53:26.156Z | Compiling usdt v0.5.0 |
1894 | 2024-12-12T21:53:26.639Z | Compiling slog-term v2.9.1 |
1895 | 2024-12-12T21:53:27.352Z | Compiling group v0.13.0 |
1896 | 2024-12-12T21:53:27.671Z | Compiling num-iter v0.1.45 |
1897 | 2024-12-12T21:53:27.756Z | Compiling hickory-proto v0.24.1 |
1898 | 2024-12-12T21:53:27.870Z | Compiling futures v0.3.31 |
1899 | 2024-12-12T21:53:27.994Z | Compiling regress v0.10.1 |
1900 | 2024-12-12T21:53:31.584Z | Compiling tokio-rustls v0.26.0 |
1901 | 2024-12-12T21:53:31.843Z | Compiling slog-bunyan v2.5.0 |
1902 | 2024-12-12T21:53:32.045Z | Compiling tokio-rustls v0.25.0 |
1903 | 2024-12-12T21:53:32.064Z | Compiling darling v0.20.10 |
1904 | 2024-12-12T21:53:32.469Z | Compiling toml v0.8.19 |
1905 | 2024-12-12T21:53:32.533Z | Compiling tokio-native-tls v0.3.1 |
1906 | 2024-12-12T21:53:32.803Z | Compiling strum_macros v0.25.3 |
1907 | 2024-12-12T21:53:32.823Z | Compiling phf_shared v0.11.2 |
1908 | 2024-12-12T21:53:33.404Z | Compiling async-stream v0.3.6 |
1909 | 2024-12-12T21:53:33.471Z | Compiling waitgroup v0.1.2 |
1910 | 2024-12-12T21:53:33.708Z | Compiling webpki-roots v0.26.6 |
1911 | 2024-12-12T21:53:34.118Z | Compiling idna v0.5.0 |
1912 | 2024-12-12T21:53:34.177Z | Compiling terminal_size v0.4.0 |
1913 | 2024-12-12T21:53:34.406Z | Compiling serde_path_to_error v0.1.16 |
1914 | 2024-12-12T21:53:34.755Z | Compiling hkdf v0.12.4 |
1915 | 2024-12-12T21:53:35.374Z | Compiling crypto-bigint v0.5.5 |
1916 | 2024-12-12T21:53:35.574Z | Compiling serde_repr v0.1.19 |
1917 | 2024-12-12T21:53:35.643Z | Compiling derive-where v1.2.7 |
1918 | 2024-12-12T21:53:36.455Z | Compiling clap_derive v4.5.18 |
1919 | 2024-12-12T21:53:36.678Z | Compiling hostname v0.4.0 |
1920 | 2024-12-12T21:53:36.908Z | Compiling crc32fast v1.4.2 |
1921 | 2024-12-12T21:53:37.237Z | Compiling clap_lex v0.7.2 |
1922 | 2024-12-12T21:53:37.405Z | Compiling managed v0.8.0 |
1923 | 2024-12-12T21:53:37.686Z | Compiling unicode-width v0.1.14 |
1924 | 2024-12-12T21:53:38.375Z | Compiling bitflags v1.3.2 |
1925 | 2024-12-12T21:53:38.399Z | Compiling debug-ignore v1.0.5 |
1926 | 2024-12-12T21:53:39.083Z | Compiling elliptic-curve v0.13.8 |
1927 | 2024-12-12T21:53:39.853Z | Compiling console v0.15.8 |
1928 | 2024-12-12T21:53:41.101Z | Compiling clap_builder v4.5.21 |
1929 | 2024-12-12T21:53:41.687Z | Compiling flate2 v1.0.34 |
1930 | 2024-12-12T21:53:42.654Z | Compiling cookie_store v0.21.0 |
1931 | 2024-12-12T21:53:46.541Z | Compiling hyper-rustls v0.27.3 |
1932 | 2024-12-12T21:53:46.999Z | Compiling hickory-resolver v0.24.1 |
1933 | 2024-12-12T21:53:48.459Z | Compiling phf v0.11.2 |
1934 | 2024-12-12T21:53:48.639Z | Compiling hyper-tls v0.6.0 |
1935 | 2024-12-12T21:53:48.791Z | Compiling signal-hook-mio v0.2.4 |
1936 | 2024-12-12T21:53:48.963Z | Compiling typify-impl v0.2.0 |
1937 | 2024-12-12T21:53:49.037Z | Compiling bzip2 v0.4.4 |
1938 | 2024-12-12T21:53:49.106Z | Compiling rayon v1.10.0 |
1939 | 2024-12-12T21:53:49.415Z | Compiling tokio-tungstenite v0.24.0 |
1940 | 2024-12-12T21:53:49.955Z | Compiling postgres-types v0.2.8 |
1941 | 2024-12-12T21:53:50.149Z | Compiling zerocopy v0.6.6 |
1942 | 2024-12-12T21:53:50.328Z | Compiling hubpack v0.1.2 |
1943 | 2024-12-12T21:53:50.762Z | Compiling ed25519 v2.2.3 |
1944 | 2024-12-12T21:53:51.055Z | Compiling phf_shared v0.10.0 |
1945 | 2024-12-12T21:53:51.375Z | Compiling pkcs1 v0.7.5 |
1946 | 2024-12-12T21:53:51.458Z | Compiling tokio-stream v0.1.16 |
1947 | 2024-12-12T21:53:52.525Z | Compiling serde-big-array v0.5.1 |
1948 | 2024-12-12T21:53:52.543Z | Compiling rfc6979 v0.4.0 |
1949 | 2024-12-12T21:53:52.736Z | Compiling float-cmp v0.9.0 |
1950 | 2024-12-12T21:53:52.758Z | Compiling sync_wrapper v1.0.1 |
1951 | 2024-12-12T21:53:52.976Z | Compiling bstr v1.10.0 |
1952 | 2024-12-12T21:53:54.175Z | Compiling whoami v1.5.2 |
1953 | 2024-12-12T21:53:54.527Z | Compiling normalize-line-endings v0.3.0 |
1954 | 2024-12-12T21:53:54.606Z | Compiling unicode-segmentation v1.12.0 |
1955 | 2024-12-12T21:53:54.665Z | Compiling fixedbitset v0.4.2 |
1956 | 2024-12-12T21:53:54.751Z | Compiling difflib v0.4.0 |
1957 | 2024-12-12T21:53:55.079Z | Compiling new_debug_unreachable v1.0.6 |
1958 | 2024-12-12T21:53:55.186Z | Compiling number_prefix v0.4.0 |
1959 | 2024-12-12T21:53:55.434Z | Compiling unicode-width v0.2.0 |
1960 | 2024-12-12T21:53:55.491Z | Compiling predicates-core v1.0.8 |
1961 | 2024-12-12T21:53:55.815Z | Compiling bit-vec v0.6.3 |
1962 | 2024-12-12T21:53:56.247Z | Compiling static_assertions v1.1.0 |
1963 | 2024-12-12T21:53:56.292Z | Compiling precomputed-hash v0.1.1 |
1964 | 2024-12-12T21:53:56.347Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1965 | 2024-12-12T21:53:56.413Z | Compiling string_cache v0.8.7 |
1966 | 2024-12-12T21:53:56.567Z | Compiling bit-set v0.5.3 |
1967 | 2024-12-12T21:53:56.838Z | Compiling indicatif v0.17.9 |
1968 | 2024-12-12T21:53:56.866Z | Compiling predicates v3.1.2 |
1969 | 2024-12-12T21:53:58.426Z | Compiling similar v2.6.0 |
1970 | 2024-12-12T21:53:58.732Z | Compiling petgraph v0.6.5 |
1971 | 2024-12-12T21:53:58.761Z | Compiling tokio-postgres v0.7.12 |
1972 | 2024-12-12T21:54:01.199Z | Compiling typify-macro v0.2.0 |
1973 | 2024-12-12T21:54:02.638Z | Compiling reqwest v0.12.9 |
1974 | 2024-12-12T21:54:02.842Z | Compiling ecdsa v0.16.9 |
1975 | 2024-12-12T21:54:03.368Z | Compiling qorb v0.2.1 |
1976 | 2024-12-12T21:54:03.507Z | Compiling rsa v0.9.6 |
1977 | 2024-12-12T21:54:04.135Z | Compiling ed25519-dalek v2.1.1 |
1978 | 2024-12-12T21:54:04.858Z | Compiling zip v0.6.6 |
1979 | 2024-12-12T21:54:05.043Z | Compiling crossterm v0.28.1 |
1980 | 2024-12-12T21:54:05.163Z | Compiling clap v4.5.21 |
1981 | 2024-12-12T21:54:06.486Z | Compiling toml v0.7.8 |
1982 | 2024-12-12T21:54:07.789Z | Compiling x509-cert v0.2.5 |
1983 | 2024-12-12T21:54:08.234Z | Compiling hex v0.4.3 |
1984 | 2024-12-12T21:54:09.108Z | Compiling itertools v0.10.5 |
1985 | 2024-12-12T21:54:09.728Z | Compiling peg-runtime v0.8.3 |
1986 | 2024-12-12T21:54:10.245Z | Compiling lalrpop-util v0.19.12 |
1987 | 2024-12-12T21:54:10.275Z | Compiling unicode-xid v0.2.6 |
1988 | 2024-12-12T21:54:10.465Z | Compiling zerocopy v0.8.10 |
1989 | 2024-12-12T21:54:13.126Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1990 | 2024-12-12T21:54:16.604Z | Compiling proc-macro-crate v1.3.1 |
1991 | 2024-12-12T21:54:16.717Z | Compiling ipnetwork v0.20.0 |
1992 | 2024-12-12T21:54:17.472Z | Compiling macaddr v1.0.1 |
1993 | 2024-12-12T21:54:17.837Z | Compiling zerocopy-derive v0.8.10 |
1994 | 2024-12-12T21:54:18.141Z | Compiling itertools v0.13.0 |
1995 | 2024-12-12T21:54:20.635Z | Compiling heapless v0.8.0 |
1996 | 2024-12-12T21:54:21.543Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
1997 | 2024-12-12T21:54:25.903Z | Compiling num_enum_derive v0.5.11 |
1998 | 2024-12-12T21:54:33.946Z | Compiling hash32 v0.3.1 |
1999 | 2024-12-12T21:54:35.223Z | Compiling smoltcp v0.11.0 |
2000 | 2024-12-12T21:54:35.344Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2001 | 2024-12-12T21:54:40.835Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2002 | 2024-12-12T21:54:41.446Z | Compiling num_enum v0.5.11 |
2003 | 2024-12-12T21:54:41.834Z | Compiling typify v0.2.0 |
2004 | 2024-12-12T21:54:42.739Z | Compiling proc-macro-error-attr v1.0.4 |
2005 | 2024-12-12T21:54:42.985Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2006 | 2024-12-12T21:54:43.271Z | Compiling unsafe-libyaml v0.2.11 |
2007 | 2024-12-12T21:54:43.886Z | Compiling cobs v0.2.3 |
2008 | 2024-12-12T21:54:44.341Z | Compiling postcard v1.0.10 |
2009 | 2024-12-12T21:54:45.005Z | Compiling serde_yaml v0.9.34+deprecated |
2010 | 2024-12-12T21:55:01.938Z | Compiling progenitor-impl v0.8.0 |
2011 | 2024-12-12T21:55:02.135Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2012 | 2024-12-12T21:55:14.099Z | Compiling strum_macros v0.26.4 |
2013 | 2024-12-12T21:55:14.955Z | Compiling structmeta-derive v0.3.0 |
2014 | 2024-12-12T21:55:15.172Z | Compiling foreign-types-macros v0.2.3 |
2015 | 2024-12-12T21:55:15.351Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2016 | 2024-12-12T21:55:15.472Z | Compiling proc-macro-error v1.0.4 |
2017 | 2024-12-12T21:55:16.008Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2018 | 2024-12-12T21:55:16.217Z | Compiling newtype-uuid v1.1.3 |
2019 | 2024-12-12T21:55:16.396Z | Compiling foreign-types-shared v0.3.1 |
2020 | 2024-12-12T21:55:17.589Z | Compiling structmeta v0.3.0 |
2021 | 2024-12-12T21:55:18.590Z | Compiling strum v0.26.3 |
2022 | 2024-12-12T21:55:21.481Z | Compiling foreign-types v0.5.0 |
2023 | 2024-12-12T21:55:21.617Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2024 | 2024-12-12T21:55:25.878Z | Compiling progenitor-macro v0.8.0 |
2025 | 2024-12-12T21:55:31.766Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2026 | 2024-12-12T21:55:31.919Z | Compiling progenitor-client v0.8.0 |
2027 | 2024-12-12T21:55:32.921Z | Compiling tabwriter v1.4.0 |
2028 | 2024-12-12T21:55:35.497Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2029 | 2024-12-12T21:55:36.273Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2030 | 2024-12-12T21:55:36.317Z | Compiling cstr-argument v0.1.2 |
2031 | 2024-12-12T21:55:36.606Z | Compiling dropshot v0.13.0 |
2032 | 2024-12-12T21:55:36.923Z | Compiling pretty-hex v0.2.1 |
2033 | 2024-12-12T21:55:37.134Z | Compiling fastrand v2.1.1 |
2034 | 2024-12-12T21:55:37.157Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2035 | 2024-12-12T21:55:37.448Z | Compiling crucible-workspace-hack v0.1.0 |
2036 | 2024-12-12T21:55:38.304Z | Compiling thiserror v2.0.3 |
2037 | 2024-12-12T21:55:38.912Z | Compiling progenitor v0.8.0 |
2038 | 2024-12-12T21:55:39.150Z | Compiling tempfile v3.13.0 |
2039 | 2024-12-12T21:55:39.212Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2040 | 2024-12-12T21:55:39.389Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2041 | 2024-12-12T21:55:39.456Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2042 | 2024-12-12T21:55:40.148Z | Compiling parse-display-derive v0.10.0 |
2043 | 2024-12-12T21:55:40.283Z | Compiling colored v2.1.0 |
2044 | 2024-12-12T21:55:40.286Z | Compiling serde_with_macros v3.11.0 |
2045 | 2024-12-12T21:55:40.863Z | Compiling dropshot_endpoint v0.13.0 |
2046 | 2024-12-12T21:55:41.570Z | Compiling thiserror-impl v2.0.3 |
2047 | 2024-12-12T21:55:42.359Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2048 | 2024-12-12T21:55:42.942Z | Compiling instant v0.1.13 |
2049 | 2024-12-12T21:55:43.101Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2050 | 2024-12-12T21:55:43.132Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2051 | 2024-12-12T21:55:43.349Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2052 | 2024-12-12T21:55:43.511Z | Compiling backoff v0.4.0 |
2053 | 2024-12-12T21:55:43.950Z | Compiling serde_with v3.11.0 |
2054 | 2024-12-12T21:55:44.102Z | Compiling parse-display v0.10.0 |
2055 | 2024-12-12T21:55:45.168Z | Compiling zone_cfg_derive v0.3.0 |
2056 | 2024-12-12T21:55:46.103Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2057 | 2024-12-12T21:55:46.459Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2058 | 2024-12-12T21:55:46.568Z | Compiling camino-tempfile v1.1.1 |
2059 | 2024-12-12T21:55:46.842Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2060 | 2024-12-12T21:55:47.179Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2061 | 2024-12-12T21:55:47.330Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2062 | 2024-12-12T21:55:47.535Z | Compiling regress v0.9.1 |
2063 | 2024-12-12T21:55:47.690Z | Compiling num-derive v0.4.2 |
2064 | 2024-12-12T21:55:48.490Z | Compiling sigpipe v0.1.3 |
2065 | 2024-12-12T21:55:48.670Z | Compiling libefi-sys v0.1.0 |
2066 | 2024-12-12T21:55:48.977Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2067 | 2024-12-12T21:55:49.345Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2068 | 2024-12-12T21:55:49.970Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2069 | 2024-12-12T21:55:51.588Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2070 | 2024-12-12T21:55:52.160Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2071 | 2024-12-12T21:55:52.695Z | Compiling zone v0.3.0 |
2072 | 2024-12-12T21:55:54.867Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2073 | 2024-12-12T21:55:56.172Z | Compiling smf v0.2.3 |
2074 | 2024-12-12T21:55:56.211Z | Compiling bitfield-struct v0.6.2 |
2075 | 2024-12-12T21:55:56.527Z | Compiling ring v0.16.20 |
2076 | 2024-12-12T21:55:56.998Z | Compiling blake3 v1.5.4 |
2077 | 2024-12-12T21:55:57.511Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2078 | 2024-12-12T21:55:57.607Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2079 | 2024-12-12T21:55:58.412Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2080 | 2024-12-12T21:55:58.802Z | Compiling xattr v1.3.1 |
2081 | 2024-12-12T21:55:58.806Z | Compiling filetime v0.2.25 |
2082 | 2024-12-12T21:55:59.143Z | Compiling memmap2 v0.9.5 |
2083 | 2024-12-12T21:55:59.206Z | Compiling same-file v1.0.6 |
2084 | 2024-12-12T21:55:59.511Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2085 | 2024-12-12T21:55:59.602Z | Compiling constant_time_eq v0.3.1 |
2086 | 2024-12-12T21:55:59.650Z | Compiling arrayref v0.3.9 |
2087 | 2024-12-12T21:55:59.725Z | Compiling arrayvec v0.7.6 |
2088 | 2024-12-12T21:55:59.772Z | Compiling spin v0.5.2 |
2089 | 2024-12-12T21:55:59.796Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2090 | 2024-12-12T21:56:00.055Z | Compiling walkdir v2.5.0 |
2091 | 2024-12-12T21:56:01.408Z | Compiling tar v0.4.42 |
2092 | 2024-12-12T21:56:01.751Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2093 | 2024-12-12T21:56:02.963Z | Compiling gethostname v0.5.0 |
2094 | 2024-12-12T21:56:03.184Z | Compiling cargo-platform v0.1.8 |
2095 | 2024-12-12T21:56:03.301Z | Compiling topological-sort v0.2.2 |
2096 | 2024-12-12T21:56:03.597Z | Compiling cargo_metadata v0.18.1 |
2097 | 2024-12-12T21:56:06.232Z | Compiling omicron-zone-package v0.11.1 |
2098 | 2024-12-12T21:56:13.970Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2099 | 2024-12-12T21:56:16.586Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2100 | 2024-12-12T21:56:18.275Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2101 | 2024-12-12T21:56:35.529Z | Finished `release` profile [optimized] target(s) in 5m 33s |
2102 | 2024-12-12T21:56:35.670Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2103 | 2024-12-12T21:56:35.722Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2104 | 2024-12-12T21:56:35.725Z | Created new build target 'test' and set it as active |
2105 | 2024-12-12T21:56:35.725Z | |
2106 | 2024-12-12T21:56:35.725Z | real 5:33.421764066 |
2107 | 2024-12-12T21:56:35.725Z | user 37:33.265730052 |
2108 | 2024-12-12T21:56:35.725Z | sys 4:59.496492181 |
2109 | 2024-12-12T21:56:35.725Z | trap 1.150410960 |
2110 | 2024-12-12T21:56:35.725Z | tflt 3.201328630 |
2111 | 2024-12-12T21:56:35.725Z | dflt 0.757058651 |
2112 | 2024-12-12T21:56:35.725Z | kflt 0.000655711 |
2113 | 2024-12-12T21:56:35.725Z | lock 1:18:41.007686986 |
2114 | 2024-12-12T21:56:35.725Z | slp 2:36:07.209658269 |
2115 | 2024-12-12T21:56:35.726Z | lat 2:36.941298768 |
2116 | 2024-12-12T21:56:35.726Z | stop 4:39.160650266 |
2117 | 2024-12-12T21:56:35.726Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2118 | 2024-12-12T21:56:36.712Z | Finished `release` profile [optimized] target(s) in 0.93s |
2119 | 2024-12-12T21:56:36.770Z | Running `target/release/omicron-package -t test package` |
2120 | 2024-12-12T21:56:36.816Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2121 | 2024-12-12T21:56:37.962Z | Compiling convert_case v0.4.0 |
2122 | 2024-12-12T21:56:37.962Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2123 | 2024-12-12T21:56:37.962Z | Compiling itertools v0.13.0 |
2124 | 2024-12-12T21:56:37.962Z | Compiling newline-converter v0.3.0 |
2125 | 2024-12-12T21:56:37.965Z | Compiling password-hash v0.5.0 |
2126 | 2024-12-12T21:56:37.965Z | Compiling progenitor-client v0.8.0 |
2127 | 2024-12-12T21:56:37.965Z | Compiling blake2 v0.10.6 |
2128 | 2024-12-12T21:56:38.106Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2129 | 2024-12-12T21:56:38.294Z | Compiling expectorate v1.1.0 |
2130 | 2024-12-12T21:56:38.316Z | Compiling owo-colors v4.1.0 |
2131 | 2024-12-12T21:56:38.496Z | Compiling cancel-safe-futures v0.1.5 |
2132 | 2024-12-12T21:56:38.620Z | Compiling argon2 v0.5.3 |
2133 | 2024-12-12T21:56:38.639Z | Compiling progenitor v0.8.0 |
2134 | 2024-12-12T21:56:38.884Z | Compiling derive_more v0.99.18 |
2135 | 2024-12-12T21:56:38.902Z | Compiling num-rational v0.4.2 |
2136 | 2024-12-12T21:56:38.911Z | Compiling num-complex v0.4.6 |
2137 | 2024-12-12T21:56:39.334Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2138 | 2024-12-12T21:56:40.268Z | Compiling num v0.4.3 |
2139 | 2024-12-12T21:56:40.317Z | Compiling atomicwrites v0.4.4 |
2140 | 2024-12-12T21:56:40.390Z | Compiling libsw v3.3.1 |
2141 | 2024-12-12T21:56:40.675Z | Compiling linear-map v1.2.0 |
2142 | 2024-12-12T21:56:40.752Z | Compiling indent_write v2.2.0 |
2143 | 2024-12-12T21:56:40.857Z | Compiling float-ord v0.3.2 |
2144 | 2024-12-12T21:56:41.002Z | Compiling swrite v0.1.0 |
2145 | 2024-12-12T21:56:41.042Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2146 | 2024-12-12T21:56:41.062Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2147 | 2024-12-12T21:56:41.098Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2148 | 2024-12-12T21:56:41.150Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2149 | 2024-12-12T21:56:41.454Z | Compiling base64 v0.21.7 |
2150 | 2024-12-12T21:56:41.879Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2151 | 2024-12-12T21:56:41.943Z | Compiling highway v1.2.0 |
2152 | 2024-12-12T21:56:42.622Z | Compiling semver v0.1.20 |
2153 | 2024-12-12T21:56:43.216Z | Compiling rustc_version v0.1.7 |
2154 | 2024-12-12T21:56:43.361Z | Compiling newtype-uuid v1.1.3 |
2155 | 2024-12-12T21:56:43.673Z | Compiling newtype_derive v0.1.6 |
2156 | 2024-12-12T21:56:43.743Z | Compiling dropshot v0.13.0 |
2157 | 2024-12-12T21:56:43.821Z | Compiling ipnetwork v0.20.0 |
2158 | 2024-12-12T21:56:44.074Z | Compiling instant v0.1.13 |
2159 | 2024-12-12T21:56:44.246Z | Compiling humantime v2.1.0 |
2160 | 2024-12-12T21:56:44.668Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2161 | 2024-12-12T21:56:45.099Z | Compiling backoff v0.4.0 |
2162 | 2024-12-12T21:56:45.498Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2163 | 2024-12-12T21:56:45.661Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2164 | 2024-12-12T21:56:49.242Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2165 | 2024-12-12T21:56:49.369Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2166 | 2024-12-12T21:56:49.607Z | Compiling parse-display v0.10.0 |
2167 | 2024-12-12T21:56:50.208Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2168 | 2024-12-12T21:56:50.431Z | Compiling serde_with v3.11.0 |
2169 | 2024-12-12T21:56:50.661Z | Compiling strum v0.26.3 |
2170 | 2024-12-12T21:56:50.869Z | Compiling regress v0.9.1 |
2171 | 2024-12-12T21:56:54.224Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2172 | 2024-12-12T21:56:55.680Z | Compiling macaddr v1.0.1 |
2173 | 2024-12-12T21:56:55.998Z | Compiling steno v0.4.1 |
2174 | 2024-12-12T21:56:56.148Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2175 | 2024-12-12T21:56:56.315Z | Compiling prettyplease v0.2.25 |
2176 | 2024-12-12T21:56:56.345Z | Compiling slog-dtrace v0.3.0 |
2177 | 2024-12-12T21:56:57.693Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2178 | 2024-12-12T21:56:58.313Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2179 | 2024-12-12T21:56:58.767Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2180 | 2024-12-12T21:57:01.074Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2181 | 2024-12-12T21:57:01.696Z | Compiling half v2.4.1 |
2182 | 2024-12-12T21:57:02.389Z | Compiling ciborium-io v0.2.2 |
2183 | 2024-12-12T21:57:02.519Z | Compiling ciborium-ll v0.2.2 |
2184 | 2024-12-12T21:57:03.068Z | Compiling tungstenite v0.21.0 |
2185 | 2024-12-12T21:57:06.460Z | Compiling tokio-tungstenite v0.21.0 |
2186 | 2024-12-12T21:57:07.213Z | Compiling ciborium v0.2.2 |
2187 | 2024-12-12T21:57:08.407Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2188 | 2024-12-12T21:57:13.433Z | Compiling same-file v1.0.6 |
2189 | 2024-12-12T21:57:13.698Z | Compiling display-error-chain v0.2.2 |
2190 | 2024-12-12T21:57:14.796Z | Compiling fastrand v2.1.1 |
2191 | 2024-12-12T21:57:15.326Z | Compiling tempfile v3.13.0 |
2192 | 2024-12-12T21:57:15.698Z | Compiling walkdir v2.5.0 |
2193 | 2024-12-12T21:57:16.119Z | Compiling ring v0.16.20 |
2194 | 2024-12-12T21:57:16.402Z | Compiling blake3 v1.5.4 |
2195 | 2024-12-12T21:57:17.051Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2196 | 2024-12-12T21:57:17.085Z | Compiling xattr v1.3.1 |
2197 | 2024-12-12T21:57:17.349Z | Compiling memmap2 v0.9.5 |
2198 | 2024-12-12T21:57:17.611Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2199 | 2024-12-12T21:57:17.773Z | Compiling filetime v0.2.25 |
2200 | 2024-12-12T21:57:18.099Z | Compiling arrayref v0.3.9 |
2201 | 2024-12-12T21:57:18.221Z | Compiling spin v0.5.2 |
2202 | 2024-12-12T21:57:18.478Z | Compiling arrayvec v0.7.6 |
2203 | 2024-12-12T21:57:18.706Z | Compiling constant_time_eq v0.3.1 |
2204 | 2024-12-12T21:57:18.871Z | Compiling keccak v0.1.5 |
2205 | 2024-12-12T21:57:19.722Z | Compiling sha3 v0.10.8 |
2206 | 2024-12-12T21:57:19.836Z | Compiling tar v0.4.42 |
2207 | 2024-12-12T21:57:20.024Z | Compiling toolchain_find v0.4.0 |
2208 | 2024-12-12T21:57:20.468Z | Compiling camino-tempfile v1.1.1 |
2209 | 2024-12-12T21:57:20.632Z | Compiling const_format_proc_macros v0.2.33 |
2210 | 2024-12-12T21:57:20.689Z | Compiling crunchy v0.2.2 |
2211 | 2024-12-12T21:57:20.915Z | Compiling radium v0.7.0 |
2212 | 2024-12-12T21:57:21.156Z | Compiling maplit v1.0.2 |
2213 | 2024-12-12T21:57:21.295Z | Compiling topological-sort v0.2.2 |
2214 | 2024-12-12T21:57:21.418Z | Compiling rustfmt-wrapper v0.2.1 |
2215 | 2024-12-12T21:57:21.547Z | Compiling omicron-zone-package v0.11.1 |
2216 | 2024-12-12T21:57:21.874Z | Compiling tiny-keccak v2.0.2 |
2217 | 2024-12-12T21:57:22.043Z | Compiling maybe-uninit v2.0.0 |
2218 | 2024-12-12T21:57:22.090Z | Compiling tap v1.0.1 |
2219 | 2024-12-12T21:57:22.295Z | Compiling wyz v0.5.1 |
2220 | 2024-12-12T21:57:22.580Z | Compiling const_format v0.2.33 |
2221 | 2024-12-12T21:57:22.587Z | Compiling dsl_auto_type v0.1.2 |
2222 | 2024-12-12T21:57:22.601Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2223 | 2024-12-12T21:57:22.764Z | Compiling phf_generator v0.11.2 |
2224 | 2024-12-12T21:57:22.912Z | Compiling scheduled-thread-pool v0.2.7 |
2225 | 2024-12-12T21:57:22.967Z | Compiling secrecy v0.8.0 |
2226 | 2024-12-12T21:57:23.104Z | Compiling async-recursion v1.1.1 |
2227 | 2024-12-12T21:57:23.234Z | Compiling diesel_table_macro_syntax v0.2.0 |
2228 | 2024-12-12T21:57:23.670Z | Compiling arc-swap v1.7.1 |
2229 | 2024-12-12T21:57:23.880Z | Compiling funty v2.0.0 |
2230 | 2024-12-12T21:57:23.983Z | Compiling crc-catalog v2.4.0 |
2231 | 2024-12-12T21:57:24.164Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2232 | 2024-12-12T21:57:24.246Z | Compiling packed_struct v0.10.1 |
2233 | 2024-12-12T21:57:24.404Z | Compiling slog-scope v4.4.0 |
2234 | 2024-12-12T21:57:24.526Z | Compiling crc v3.2.1 |
2235 | 2024-12-12T21:57:24.641Z | Compiling diesel_derives v2.2.3 |
2236 | 2024-12-12T21:57:24.724Z | Compiling r2d2 v0.8.10 |
2237 | 2024-12-12T21:57:25.241Z | Compiling bitvec v1.0.1 |
2238 | 2024-12-12T21:57:25.260Z | Compiling phf_codegen v0.11.2 |
2239 | 2024-12-12T21:57:26.084Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2240 | 2024-12-12T21:57:26.289Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2241 | 2024-12-12T21:57:26.547Z | Compiling ascii-canvas v3.0.0 |
2242 | 2024-12-12T21:57:27.034Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2243 | 2024-12-12T21:57:27.058Z | Compiling universal-hash v0.5.1 |
2244 | 2024-12-12T21:57:27.299Z | Compiling packed_struct_codegen v0.10.1 |
2245 | 2024-12-12T21:57:29.921Z | Compiling thiserror-impl-no-std v2.0.2 |
2246 | 2024-12-12T21:57:30.005Z | Compiling parse-zoneinfo v0.3.1 |
2247 | 2024-12-12T21:57:31.679Z | Compiling ena v0.14.3 |
2248 | 2024-12-12T21:57:32.099Z | Compiling indexmap v1.9.3 |
2249 | 2024-12-12T21:57:32.425Z | Compiling diff v0.1.13 |
2250 | 2024-12-12T21:57:32.651Z | Compiling opaque-debug v0.3.1 |
2251 | 2024-12-12T21:57:32.769Z | Compiling regex-syntax v0.6.29 |
2252 | 2024-12-12T21:57:33.002Z | Compiling nodrop v0.1.14 |
2253 | 2024-12-12T21:57:33.164Z | Compiling array-init v0.0.4 |
2254 | 2024-12-12T21:57:34.419Z | Compiling poly1305 v0.8.0 |
2255 | 2024-12-12T21:57:35.918Z | Compiling thiserror-no-std v2.0.2 |
2256 | 2024-12-12T21:57:36.087Z | Compiling chrono-tz-build v0.4.0 |
2257 | 2024-12-12T21:57:36.520Z | Compiling diesel v2.2.6 |
2258 | 2024-12-12T21:57:37.217Z | Compiling lalrpop v0.19.12 |
2259 | 2024-12-12T21:57:42.680Z | Compiling smallvec v0.6.14 |
2260 | 2024-12-12T21:57:43.232Z | Compiling slog-stdlog v4.1.1 |
2261 | 2024-12-12T21:57:44.095Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2262 | 2024-12-12T21:57:44.210Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2263 | 2024-12-12T21:57:44.508Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2264 | 2024-12-12T21:57:44.745Z | Compiling chacha20 v0.9.1 |
2265 | 2024-12-12T21:57:45.226Z | Compiling aead v0.5.2 |
2266 | 2024-12-12T21:57:45.257Z | Compiling vte_generate_state_changes v0.1.2 |
2267 | 2024-12-12T21:57:45.587Z | Compiling bitfield v0.14.0 |
2268 | 2024-12-12T21:57:45.913Z | Compiling hashbrown v0.12.3 |
2269 | 2024-12-12T21:57:45.916Z | Compiling ref-cast v1.0.23 |
2270 | 2024-12-12T21:57:46.397Z | Compiling termcolor v1.4.1 |
2271 | 2024-12-12T21:57:47.476Z | Compiling env_logger v0.10.2 |
2272 | 2024-12-12T21:57:48.527Z | Compiling vte v0.11.1 |
2273 | 2024-12-12T21:57:50.036Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2274 | 2024-12-12T21:57:50.659Z | Compiling chacha20poly1305 v0.10.1 |
2275 | 2024-12-12T21:57:50.939Z | Compiling slog-envlogger v2.2.0 |
2276 | 2024-12-12T21:57:53.743Z | Compiling serde-hex v0.1.0 |
2277 | 2024-12-12T21:57:59.071Z | Compiling chrono-tz v0.10.0 |
2278 | 2024-12-12T21:57:59.722Z | Compiling vsss-rs v3.3.4 |
2279 | 2024-12-12T21:58:01.128Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2280 | 2024-12-12T21:58:01.480Z | Compiling ron v0.8.1 |
2281 | 2024-12-12T21:58:03.694Z | Compiling polar-core v0.27.3 |
2282 | 2024-12-12T21:58:04.214Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2283 | 2024-12-12T21:58:04.533Z | Compiling derive_builder_core v0.20.2 |
2284 | 2024-12-12T21:58:04.946Z | Compiling hashbrown v0.13.2 |
2285 | 2024-12-12T21:58:06.369Z | Compiling headers-core v0.3.0 |
2286 | 2024-12-12T21:58:06.559Z | Compiling fxhash v0.2.1 |
2287 | 2024-12-12T21:58:06.798Z | Compiling libxml v0.3.3 |
2288 | 2024-12-12T21:58:06.817Z | Compiling ref-cast-impl v1.0.23 |
2289 | 2024-12-12T21:58:07.157Z | Compiling bumpalo v3.16.0 |
2290 | 2024-12-12T21:58:07.515Z | Compiling crc-any v2.5.0 |
2291 | 2024-12-12T21:58:07.748Z | Compiling bytecount v0.6.8 |
2292 | 2024-12-12T21:58:07.936Z | Compiling zip v2.1.3 |
2293 | 2024-12-12T21:58:08.053Z | Compiling lockfree-object-pool v0.1.6 |
2294 | 2024-12-12T21:58:08.260Z | Compiling simd-adler32 v0.3.7 |
2295 | 2024-12-12T21:58:08.477Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2296 | 2024-12-12T21:58:08.567Z | Compiling papergrid v0.11.0 |
2297 | 2024-12-12T21:58:09.459Z | Compiling zopfli v0.8.1 |
2298 | 2024-12-12T21:58:13.843Z | Compiling derive_builder_macro v0.20.2 |
2299 | 2024-12-12T21:58:14.725Z | Compiling headers v0.4.0 |
2300 | 2024-12-12T21:58:15.068Z | Compiling object v0.30.4 |
2301 | 2024-12-12T21:58:23.681Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2302 | 2024-12-12T21:58:24.931Z | Compiling strip-ansi-escapes v0.2.0 |
2303 | 2024-12-12T21:58:24.982Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2304 | 2024-12-12T21:58:25.269Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2305 | 2024-12-12T21:58:25.578Z | Compiling tabled_derive v0.7.0 |
2306 | 2024-12-12T21:58:25.657Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2307 | 2024-12-12T21:58:27.878Z | Compiling fd-lock v4.0.2 |
2308 | 2024-12-12T21:58:28.143Z | Compiling peg-macros v0.8.4 |
2309 | 2024-12-12T21:58:28.242Z | Compiling strum_macros v0.24.3 |
2310 | 2024-12-12T21:58:28.270Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2311 | 2024-12-12T21:58:29.374Z | Compiling kstat-rs v0.2.4 |
2312 | 2024-12-12T21:58:29.937Z | Compiling samael v0.0.17 |
2313 | 2024-12-12T21:58:30.378Z | Compiling unicase v2.7.0 |
2314 | 2024-12-12T21:58:30.401Z | Compiling indoc v1.0.9 |
2315 | 2024-12-12T21:58:30.716Z | Compiling path-slash v0.1.5 |
2316 | 2024-12-12T21:58:30.960Z | Compiling nu-ansi-term v0.50.1 |
2317 | 2024-12-12T21:58:30.981Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2318 | 2024-12-12T21:58:31.255Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2319 | 2024-12-12T21:58:31.515Z | Compiling peg v0.8.4 |
2320 | 2024-12-12T21:58:31.632Z | Compiling reedline v0.35.0 |
2321 | 2024-12-12T21:58:35.221Z | Compiling tabled v0.15.0 |
2322 | 2024-12-12T21:58:37.732Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2323 | 2024-12-12T21:58:46.707Z | Compiling derive_builder v0.20.2 |
2324 | 2024-12-12T21:58:51.402Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2325 | 2024-12-12T21:58:52.022Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2326 | 2024-12-12T21:58:52.437Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2327 | 2024-12-12T21:58:52.736Z | Compiling pem v3.0.4 |
2328 | 2024-12-12T21:58:54.212Z | Compiling bcs v0.1.6 |
2329 | 2024-12-12T21:58:55.111Z | Compiling oso-derive v0.27.3 |
2330 | 2024-12-12T21:58:55.596Z | Compiling impl-trait-for-tuples v0.2.2 |
2331 | 2024-12-12T21:58:55.760Z | Compiling libz-sys v1.1.20 |
2332 | 2024-12-12T21:58:56.115Z | Compiling quick-xml v0.33.0 |
2333 | 2024-12-12T21:58:56.405Z | Compiling diesel-dtrace v0.4.0 |
2334 | 2024-12-12T21:58:56.738Z | Compiling parking_lot_core v0.8.6 |
2335 | 2024-12-12T21:59:02.614Z | Compiling oso v0.27.3 |
2336 | 2024-12-12T21:59:03.220Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2337 | 2024-12-12T21:59:04.830Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2338 | 2024-12-12T21:59:10.438Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2339 | 2024-12-12T21:59:13.747Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2340 | 2024-12-12T21:59:14.075Z | Compiling bb8 v0.8.5 |
2341 | 2024-12-12T21:59:14.743Z | Compiling buf-list v1.0.3 |
2342 | 2024-12-12T21:59:15.406Z | Compiling async-bb8-diesel v0.2.1 |
2343 | 2024-12-12T21:59:17.786Z | Compiling nibble_vec v0.1.0 |
2344 | 2024-12-12T21:59:18.034Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2345 | 2024-12-12T21:59:18.847Z | Compiling pin-project-internal v1.1.6 |
2346 | 2024-12-12T21:59:20.485Z | Compiling atty v0.2.14 |
2347 | 2024-12-12T21:59:20.673Z | Compiling salty v0.3.0 |
2348 | 2024-12-12T21:59:21.121Z | Compiling endian-type v0.1.2 |
2349 | 2024-12-12T21:59:21.397Z | Compiling radix_trie v0.2.1 |
2350 | 2024-12-12T21:59:21.727Z | Compiling pin-project v1.1.6 |
2351 | 2024-12-12T21:59:22.693Z | Compiling parking_lot v0.11.2 |
2352 | 2024-12-12T21:59:25.829Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2353 | 2024-12-12T21:59:30.671Z | Compiling snafu-derive v0.8.5 |
2354 | 2024-12-12T21:59:35.486Z | Compiling snafu v0.8.5 |
2355 | 2024-12-12T21:59:36.811Z | Compiling sled v0.34.7 |
2356 | 2024-12-12T21:59:40.641Z | Compiling mime_guess v2.0.5 |
2357 | 2024-12-12T21:59:43.746Z | Compiling hickory-client v0.24.1 |
2358 | 2024-12-12T21:59:49.074Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2359 | 2024-12-12T21:59:50.376Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2360 | 2024-12-12T21:59:51.193Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2361 | 2024-12-12T21:59:52.562Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2362 | 2024-12-12T21:59:53.504Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2363 | 2024-12-12T21:59:55.051Z | Compiling hickory-server v0.24.1 |
2364 | 2024-12-12T21:59:56.330Z | Compiling globset v0.4.15 |
2365 | 2024-12-12T22:00:01.402Z | Compiling primeorder v0.13.6 |
2366 | 2024-12-12T22:00:01.984Z | Compiling olpc-cjson v0.1.4 |
2367 | 2024-12-12T22:00:02.345Z | Compiling vergen v8.3.2 |
2368 | 2024-12-12T22:00:02.651Z | Compiling env_filter v0.1.2 |
2369 | 2024-12-12T22:00:03.690Z | Compiling serde_plain v1.0.2 |
2370 | 2024-12-12T22:00:04.146Z | Compiling cargo-platform v0.1.8 |
2371 | 2024-12-12T22:00:04.194Z | Compiling nanorand v0.7.0 |
2372 | 2024-12-12T22:00:04.645Z | Compiling memoffset v0.9.1 |
2373 | 2024-12-12T22:00:04.968Z | Compiling typed-path v0.9.3 |
2374 | 2024-12-12T22:00:07.062Z | Compiling flume v0.11.1 |
2375 | 2024-12-12T22:00:07.785Z | Compiling tough v0.19.0 |
2376 | 2024-12-12T22:00:09.152Z | Compiling cargo_metadata v0.18.1 |
2377 | 2024-12-12T22:00:11.311Z | Compiling env_logger v0.11.5 |
2378 | 2024-12-12T22:00:12.287Z | Compiling p384 v0.13.0 |
2379 | 2024-12-12T22:00:12.479Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2380 | 2024-12-12T22:00:12.752Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2381 | 2024-12-12T22:00:13.280Z | Compiling git2 v0.19.0 |
2382 | 2024-12-12T22:00:18.508Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2383 | 2024-12-12T22:00:22.894Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2384 | 2024-12-12T22:00:23.185Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2385 | 2024-12-12T22:00:24.082Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2386 | 2024-12-12T22:00:30.275Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2387 | 2024-12-12T22:00:30.316Z | Compiling rand_seeder v0.3.0 |
2388 | 2024-12-12T22:00:30.736Z | Compiling libsqlite3-sys v0.30.1 |
2389 | 2024-12-12T22:00:31.125Z | Compiling lzma-sys v0.1.20 |
2390 | 2024-12-12T22:00:31.267Z | Compiling http-range v0.1.5 |
2391 | 2024-12-12T22:00:31.832Z | Compiling parse-size v1.1.0 |
2392 | 2024-12-12T22:00:31.851Z | Compiling cfg_aliases v0.2.1 |
2393 | 2024-12-12T22:00:31.974Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2394 | 2024-12-12T22:00:32.147Z | Compiling rustls v0.21.12 |
2395 | 2024-12-12T22:00:32.334Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2396 | 2024-12-12T22:00:32.489Z | Compiling nix v0.29.0 |
2397 | 2024-12-12T22:00:33.085Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2398 | 2024-12-12T22:00:33.327Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2399 | 2024-12-12T22:00:35.653Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2400 | 2024-12-12T22:00:36.412Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2401 | 2024-12-12T22:00:36.976Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2402 | 2024-12-12T22:00:37.258Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2403 | 2024-12-12T22:00:37.286Z | Compiling rustls-webpki v0.101.7 |
2404 | 2024-12-12T22:00:39.237Z | Compiling sct v0.7.1 |
2405 | 2024-12-12T22:00:39.739Z | Compiling heck v0.3.3 |
2406 | 2024-12-12T22:00:40.142Z | Compiling castaway v0.2.3 |
2407 | 2024-12-12T22:00:40.353Z | Compiling csv-core v0.1.11 |
2408 | 2024-12-12T22:00:41.245Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2409 | 2024-12-12T22:00:41.268Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2410 | 2024-12-12T22:00:41.584Z | Compiling glob v0.3.1 |
2411 | 2024-12-12T22:00:41.662Z | Compiling csv v1.3.0 |
2412 | 2024-12-12T22:00:41.711Z | Compiling compact_str v0.8.0 |
2413 | 2024-12-12T22:00:42.946Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2414 | 2024-12-12T22:00:43.611Z | Compiling zone_cfg_derive v0.1.2 |
2415 | 2024-12-12T22:00:44.341Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2416 | 2024-12-12T22:00:45.022Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2417 | 2024-12-12T22:00:46.377Z | Compiling nix v0.27.1 |
2418 | 2024-12-12T22:00:49.417Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2419 | 2024-12-12T22:00:50.110Z | Compiling hyper-staticfile v0.10.1 |
2420 | 2024-12-12T22:00:53.155Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2421 | 2024-12-12T22:00:54.003Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2422 | 2024-12-12T22:00:55.276Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2423 | 2024-12-12T22:00:56.201Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2424 | 2024-12-12T22:01:00.291Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2425 | 2024-12-12T22:01:03.883Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2426 | 2024-12-12T22:01:04.184Z | Compiling unicode-truncate v1.1.0 |
2427 | 2024-12-12T22:01:04.238Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2428 | 2024-12-12T22:01:04.492Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2429 | 2024-12-12T22:01:04.552Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2430 | 2024-12-12T22:01:04.782Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2431 | 2024-12-12T22:01:06.030Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2432 | 2024-12-12T22:01:06.663Z | Compiling hashlink v0.9.1 |
2433 | 2024-12-12T22:01:07.518Z | Compiling tungstenite v0.23.0 |
2434 | 2024-12-12T22:01:07.647Z | Compiling lru v0.12.5 |
2435 | 2024-12-12T22:01:08.039Z | Compiling instability v0.3.2 |
2436 | 2024-12-12T22:01:09.083Z | Compiling base64 v0.13.1 |
2437 | 2024-12-12T22:01:09.873Z | Compiling fallible-iterator v0.3.0 |
2438 | 2024-12-12T22:01:10.234Z | Compiling fallible-streaming-iterator v0.1.9 |
2439 | 2024-12-12T22:01:10.360Z | Compiling cassowary v0.3.0 |
2440 | 2024-12-12T22:01:10.546Z | Compiling ron v0.7.1 |
2441 | 2024-12-12T22:01:10.725Z | Compiling rusqlite v0.32.1 |
2442 | 2024-12-12T22:01:11.827Z | Compiling ratatui v0.28.1 |
2443 | 2024-12-12T22:01:13.342Z | Compiling tokio-tungstenite v0.23.1 |
2444 | 2024-12-12T22:01:14.024Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2445 | 2024-12-12T22:01:14.090Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2446 | 2024-12-12T22:01:15.981Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2447 | 2024-12-12T22:01:17.743Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2448 | 2024-12-12T22:01:20.093Z | Compiling xz2 v0.1.7 |
2449 | 2024-12-12T22:01:21.737Z | Compiling tokio-rustls v0.24.1 |
2450 | 2024-12-12T22:01:22.178Z | Compiling zone v0.1.8 |
2451 | 2024-12-12T22:01:25.595Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2452 | 2024-12-12T22:01:30.964Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2453 | 2024-12-12T22:01:32.096Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2454 | 2024-12-12T22:01:33.549Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2455 | 2024-12-12T22:01:40.779Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2456 | 2024-12-12T22:01:43.185Z | Compiling rustls-pemfile v1.0.4 |
2457 | 2024-12-12T22:01:44.045Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2458 | 2024-12-12T22:01:44.397Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2459 | 2024-12-12T22:01:44.715Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2460 | 2024-12-12T22:01:44.886Z | Compiling signal-hook-tokio v0.3.1 |
2461 | 2024-12-12T22:01:44.907Z | Compiling twox-hash v1.6.3 |
2462 | 2024-12-12T22:01:45.129Z | Compiling yasna v0.5.2 |
2463 | 2024-12-12T22:01:45.928Z | Compiling unicode-linebreak v0.1.5 |
2464 | 2024-12-12T22:01:46.481Z | Compiling smawk v0.3.2 |
2465 | 2024-12-12T22:01:46.750Z | Compiling is_ci v1.2.0 |
2466 | 2024-12-12T22:01:47.072Z | Compiling supports-color v3.0.1 |
2467 | 2024-12-12T22:01:47.481Z | Compiling textwrap v0.16.1 |
2468 | 2024-12-12T22:01:48.552Z | Compiling rcgen v0.12.1 |
2469 | 2024-12-12T22:01:51.124Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2470 | 2024-12-12T22:01:59.250Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2471 | 2024-12-12T22:01:59.393Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2472 | 2024-12-12T22:02:01.205Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2473 | 2024-12-12T22:02:03.094Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2474 | 2024-12-12T22:02:03.355Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2475 | 2024-12-12T22:02:08.318Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2476 | 2024-12-12T22:02:20.710Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2477 | 2024-12-12T22:02:21.377Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2478 | 2024-12-12T22:02:22.104Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2479 | 2024-12-12T22:02:22.418Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2480 | 2024-12-12T22:02:29.360Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2481 | 2024-12-12T22:02:37.148Z | Compiling fatfs v0.3.6 |
2482 | 2024-12-12T22:02:39.705Z | Compiling rtoolbox v0.0.2 |
2483 | 2024-12-12T22:02:39.988Z | Compiling subprocess v0.2.9 |
2484 | 2024-12-12T22:02:40.156Z | Compiling assert_matches v1.5.0 |
2485 | 2024-12-12T22:02:40.895Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2486 | 2024-12-12T22:02:44.740Z | Compiling rpassword v7.3.1 |
2487 | 2024-12-12T22:02:44.950Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2488 | 2024-12-12T22:02:45.254Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2489 | 2024-12-12T22:02:48.549Z | Compiling tui-tree-widget v0.22.0 |
2490 | 2024-12-12T22:02:49.030Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2491 | 2024-12-12T22:02:52.599Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2492 | 2024-12-12T22:02:59.043Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2493 | 2024-12-12T22:02:59.368Z | Compiling uzers v0.12.1 |
2494 | 2024-12-12T22:03:02.599Z | Compiling shell-words v1.1.0 |
2495 | 2024-12-12T22:03:03.042Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2496 | 2024-12-12T22:03:06.632Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2497 | 2024-12-12T22:03:08.766Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2498 | 2024-12-12T22:03:37.227Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2499 | 2024-12-12T22:03:38.559Z | Compiling multimap v0.10.0 |
2500 | 2024-12-12T22:06:07.349Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2501 | 2024-12-12T22:06:13.393Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2502 | 2024-12-12T22:13:05.300Z | Finished `release` profile [optimized] target(s) in 16m 28s |
2503 | 2024-12-12T22:14:08.372Z | |
2504 | 2024-12-12T22:14:08.372Z | real 17:32.962840532 |
2505 | 2024-12-12T22:14:08.372Z | user 1:57:56.397069794 |
2506 | 2024-12-12T22:14:08.372Z | sys 5:48.983138611 |
2507 | 2024-12-12T22:14:08.374Z | trap 3.052454433 |
2508 | 2024-12-12T22:14:08.374Z | tflt 2.847539630 |
2509 | 2024-12-12T22:14:08.376Z | dflt 4.521757925 |
2510 | 2024-12-12T22:14:08.376Z | kflt 0.008569316 |
2511 | 2024-12-12T22:14:08.376Z | lock 7:21:20.708973256 |
2512 | 2024-12-12T22:14:08.376Z | slp 6:17:40.926600828 |
2513 | 2024-12-12T22:14:08.376Z | lat 2:53.294850190 |
2514 | 2024-12-12T22:14:08.376Z | stop 2:35.679059398 |
2515 | 2024-12-12T22:14:08.376Z | + mapfile -t packages |
2516 | 2024-12-12T22:14:08.376Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2517 | 2024-12-12T22:14:09.403Z | Finished `release` profile [optimized] target(s) in 0.97s |
2518 | 2024-12-12T22:14:09.469Z | Running `target/release/omicron-package -t test list-outputs` |
2519 | 2024-12-12T22:14:09.514Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2520 | 2024-12-12T22:14:09.517Z | + ptime -m cargo build --locked --release -p xtask |
2521 | 2024-12-12T22:14:10.087Z | Compiling serde v1.0.215 |
2522 | 2024-12-12T22:14:10.090Z | Compiling rustix v0.38.37 |
2523 | 2024-12-12T22:14:10.090Z | Compiling serde_json v1.0.132 |
2524 | 2024-12-12T22:14:10.090Z | Compiling libc v0.2.162 |
2525 | 2024-12-12T22:14:10.187Z | Compiling syn v2.0.87 |
2526 | 2024-12-12T22:14:10.196Z | Compiling bitflags v2.6.0 |
2527 | 2024-12-12T22:14:10.511Z | Compiling usdt-impl v0.5.0 |
2528 | 2024-12-12T22:14:10.590Z | Compiling syn v1.0.109 |
2529 | 2024-12-12T22:14:10.697Z | Compiling hashbrown v0.15.1 |
2530 | 2024-12-12T22:14:10.710Z | Compiling log v0.4.22 |
2531 | 2024-12-12T22:14:10.743Z | Compiling fs-err v2.11.0 |
2532 | 2024-12-12T22:14:11.061Z | Compiling anyhow v1.0.93 |
2533 | 2024-12-12T22:14:11.180Z | Compiling once_cell v1.20.2 |
2534 | 2024-12-12T22:14:11.625Z | Compiling thread-id v4.2.2 |
2535 | 2024-12-12T22:14:12.006Z | Compiling indexmap v2.6.0 |
2536 | 2024-12-12T22:14:13.157Z | Compiling terminal_size v0.4.0 |
2537 | 2024-12-12T22:14:13.157Z | Compiling tempfile v3.13.0 |
2538 | 2024-12-12T22:14:13.411Z | Compiling clap_builder v4.5.21 |
2539 | 2024-12-12T22:14:14.062Z | Compiling proc-macro-error v1.0.4 |
2540 | 2024-12-12T22:14:15.427Z | Compiling tabled_derive v0.7.0 |
2541 | 2024-12-12T22:14:16.771Z | Compiling tabled v0.15.0 |
2542 | 2024-12-12T22:14:18.436Z | Compiling serde_derive v1.0.215 |
2543 | 2024-12-12T22:14:19.587Z | Compiling thiserror-impl v1.0.69 |
2544 | 2024-12-12T22:14:21.087Z | Compiling zerocopy-derive v0.7.35 |
2545 | 2024-12-12T22:14:21.819Z | Compiling scroll_derive v0.12.0 |
2546 | 2024-12-12T22:14:21.956Z | Compiling clap_derive v4.5.18 |
2547 | 2024-12-12T22:14:22.556Z | Compiling thiserror v1.0.69 |
2548 | 2024-12-12T22:14:22.730Z | Compiling pest v2.7.14 |
2549 | 2024-12-12T22:14:23.329Z | Compiling zerocopy v0.7.35 |
2550 | 2024-12-12T22:14:23.349Z | Compiling scroll v0.12.0 |
2551 | 2024-12-12T22:14:24.027Z | Compiling goblin v0.8.2 |
2552 | 2024-12-12T22:14:25.756Z | Compiling pest_meta v2.7.14 |
2553 | 2024-12-12T22:14:28.961Z | Compiling pest_generator v2.7.14 |
2554 | 2024-12-12T22:14:30.825Z | Compiling pest_derive v2.7.14 |
2555 | 2024-12-12T22:14:31.634Z | Compiling dtrace-parser v0.2.0 |
2556 | 2024-12-12T22:14:33.501Z | Compiling serde_tokenstream v0.2.2 |
2557 | 2024-12-12T22:14:34.147Z | Compiling serde_spanned v0.6.8 |
2558 | 2024-12-12T22:14:34.436Z | Compiling toml_datetime v0.6.8 |
2559 | 2024-12-12T22:14:34.503Z | Compiling camino v1.1.9 |
2560 | 2024-12-12T22:14:35.164Z | Compiling dof v0.3.0 |
2561 | 2024-12-12T22:14:36.123Z | Compiling toml_edit v0.22.22 |
2562 | 2024-12-12T22:14:37.404Z | Compiling usdt-attr-macro v0.5.0 |
2563 | 2024-12-12T22:14:37.967Z | Compiling usdt-macro v0.5.0 |
2564 | 2024-12-12T22:14:38.860Z | Compiling cargo-platform v0.1.8 |
2565 | 2024-12-12T22:14:39.270Z | Compiling semver v1.0.23 |
2566 | 2024-12-12T22:14:39.366Z | Compiling usdt v0.5.0 |
2567 | 2024-12-12T22:14:39.983Z | Compiling toml v0.8.19 |
2568 | 2024-12-12T22:14:40.785Z | Compiling cargo_metadata v0.18.1 |
2569 | 2024-12-12T22:14:40.884Z | Compiling camino-tempfile v1.1.1 |
2570 | 2024-12-12T22:14:41.699Z | Compiling cargo_toml v0.20.5 |
2571 | 2024-12-12T22:14:42.080Z | Compiling macaddr v1.0.1 |
2572 | 2024-12-12T22:14:42.753Z | Compiling clap v4.5.21 |
2573 | 2024-12-12T22:14:55.816Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2574 | 2024-12-12T22:15:07.273Z | Finished `release` profile [optimized] target(s) in 57.72s |
2575 | 2024-12-12T22:15:07.375Z | |
2576 | 2024-12-12T22:15:07.375Z | real 57.853266775 |
2577 | 2024-12-12T22:15:07.375Z | user 5:50.421520354 |
2578 | 2024-12-12T22:15:07.375Z | sys 32.087659792 |
2579 | 2024-12-12T22:15:07.378Z | trap 0.159500849 |
2580 | 2024-12-12T22:15:07.378Z | tflt 0.345068289 |
2581 | 2024-12-12T22:15:07.378Z | dflt 0.623811243 |
2582 | 2024-12-12T22:15:07.378Z | kflt 0.000000000 |
2583 | 2024-12-12T22:15:07.378Z | lock 11:46.536494379 |
2584 | 2024-12-12T22:15:07.378Z | slp 17:15.983544837 |
2585 | 2024-12-12T22:15:07.378Z | lat 14.347772312 |
2586 | 2024-12-12T22:15:07.378Z | stop 18.264742369 |
2587 | 2024-12-12T22:15:07.378Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2588 | 2024-12-12T22:15:07.378Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2589 | 2024-12-12T22:15:07.378Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2590 | 2024-12-12T22:15:07.378Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2591 | 2024-12-12T22:15:07.378Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2592 | 2024-12-12T22:15:08.265Z | Compiling hashbrown v0.14.5 |
2593 | 2024-12-12T22:15:08.393Z | Compiling ident_case v1.0.1 |
2594 | 2024-12-12T22:15:08.405Z | Compiling unsafe-libyaml v0.2.11 |
2595 | 2024-12-12T22:15:08.408Z | Compiling progenitor-client v0.8.0 |
2596 | 2024-12-12T22:15:08.417Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2597 | 2024-12-12T22:15:08.420Z | Compiling ipnetwork v0.20.0 |
2598 | 2024-12-12T22:15:08.431Z | Compiling macaddr v1.0.1 |
2599 | 2024-12-12T22:15:08.433Z | Compiling instant v0.1.13 |
2600 | 2024-12-12T22:15:08.546Z | Compiling darling_core v0.20.10 |
2601 | 2024-12-12T22:15:08.825Z | Compiling structmeta-derive v0.3.0 |
2602 | 2024-12-12T22:15:08.851Z | Compiling dropshot v0.13.0 |
2603 | 2024-12-12T22:15:08.872Z | Compiling newtype-uuid v1.1.3 |
2604 | 2024-12-12T22:15:08.903Z | Compiling dropshot_endpoint v0.13.0 |
2605 | 2024-12-12T22:15:09.157Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2606 | 2024-12-12T22:15:09.465Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2607 | 2024-12-12T22:15:09.599Z | Compiling regress v0.10.1 |
2608 | 2024-12-12T22:15:09.704Z | Compiling regress v0.9.1 |
2609 | 2024-12-12T22:15:09.944Z | Compiling serde_yaml v0.9.34+deprecated |
2610 | 2024-12-12T22:15:10.263Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2611 | 2024-12-12T22:15:10.387Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2612 | 2024-12-12T22:15:10.449Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2613 | 2024-12-12T22:15:10.803Z | Compiling backoff v0.4.0 |
2614 | 2024-12-12T22:15:11.196Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2615 | 2024-12-12T22:15:11.277Z | Compiling tempfile v3.13.0 |
2616 | 2024-12-12T22:15:11.372Z | Compiling proc-macro-crate v1.3.1 |
2617 | 2024-12-12T22:15:11.853Z | Compiling structmeta v0.3.0 |
2618 | 2024-12-12T22:15:12.157Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2619 | 2024-12-12T22:15:12.346Z | Compiling parse-display-derive v0.10.0 |
2620 | 2024-12-12T22:15:12.522Z | Compiling num_enum_derive v0.5.11 |
2621 | 2024-12-12T22:15:12.572Z | Compiling itertools v0.13.0 |
2622 | 2024-12-12T22:15:13.839Z | Compiling typify-impl v0.2.0 |
2623 | 2024-12-12T22:15:14.799Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2624 | 2024-12-12T22:15:15.083Z | Compiling zerocopy v0.8.10 |
2625 | 2024-12-12T22:15:15.137Z | Compiling zerocopy-derive v0.8.10 |
2626 | 2024-12-12T22:15:15.252Z | Compiling num_enum v0.5.11 |
2627 | 2024-12-12T22:15:15.433Z | Compiling foreign-types-macros v0.2.3 |
2628 | 2024-12-12T22:15:15.798Z | Compiling darling_macro v0.20.10 |
2629 | 2024-12-12T22:15:16.061Z | Compiling heapless v0.8.0 |
2630 | 2024-12-12T22:15:16.109Z | Compiling foreign-types-shared v0.3.1 |
2631 | 2024-12-12T22:15:16.250Z | Compiling proc-macro-error v1.0.4 |
2632 | 2024-12-12T22:15:16.776Z | Compiling darling v0.20.10 |
2633 | 2024-12-12T22:15:16.796Z | Compiling foreign-types v0.5.0 |
2634 | 2024-12-12T22:15:16.908Z | Compiling serde_with_macros v3.11.0 |
2635 | 2024-12-12T22:15:16.929Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2636 | 2024-12-12T22:15:17.012Z | Compiling parse-display v0.10.0 |
2637 | 2024-12-12T22:15:17.123Z | Compiling camino-tempfile v1.1.1 |
2638 | 2024-12-12T22:15:17.197Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2639 | 2024-12-12T22:15:17.618Z | Compiling hash32 v0.3.1 |
2640 | 2024-12-12T22:15:17.749Z | Compiling cstr-argument v0.1.2 |
2641 | 2024-12-12T22:15:17.886Z | Compiling crucible-workspace-hack v0.1.0 |
2642 | 2024-12-12T22:15:18.015Z | Compiling pretty-hex v0.2.1 |
2643 | 2024-12-12T22:15:18.077Z | Compiling smoltcp v0.11.0 |
2644 | 2024-12-12T22:15:18.294Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2645 | 2024-12-12T22:15:18.322Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2646 | 2024-12-12T22:15:18.516Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2647 | 2024-12-12T22:15:18.870Z | Compiling tabwriter v1.4.0 |
2648 | 2024-12-12T22:15:19.162Z | Compiling colored v2.1.0 |
2649 | 2024-12-12T22:15:19.453Z | Compiling cobs v0.2.3 |
2650 | 2024-12-12T22:15:19.796Z | Compiling serde_with v3.11.0 |
2651 | 2024-12-12T22:15:19.817Z | Compiling postcard v1.0.10 |
2652 | 2024-12-12T22:15:20.082Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2653 | 2024-12-12T22:15:20.400Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2654 | 2024-12-12T22:15:20.600Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2655 | 2024-12-12T22:15:20.629Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2656 | 2024-12-12T22:15:20.933Z | Compiling thiserror v2.0.3 |
2657 | 2024-12-12T22:15:21.618Z | Compiling smf v0.2.3 |
2658 | 2024-12-12T22:15:21.913Z | Compiling thiserror-impl v2.0.3 |
2659 | 2024-12-12T22:15:21.987Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2660 | 2024-12-12T22:15:23.097Z | Compiling zone_cfg_derive v0.3.0 |
2661 | 2024-12-12T22:15:23.739Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2662 | 2024-12-12T22:15:24.251Z | Compiling num-derive v0.4.2 |
2663 | 2024-12-12T22:15:24.251Z | Compiling sigpipe v0.1.3 |
2664 | 2024-12-12T22:15:24.393Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2665 | 2024-12-12T22:15:24.550Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2666 | 2024-12-12T22:15:24.678Z | Compiling zone v0.3.0 |
2667 | 2024-12-12T22:15:24.732Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2668 | 2024-12-12T22:15:24.925Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2669 | 2024-12-12T22:15:25.402Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2670 | 2024-12-12T22:15:25.429Z | Compiling universal-hash v0.5.1 |
2671 | 2024-12-12T22:15:25.635Z | Compiling opaque-debug v0.3.1 |
2672 | 2024-12-12T22:15:25.768Z | Compiling num-rational v0.4.2 |
2673 | 2024-12-12T22:15:25.881Z | Compiling password-hash v0.5.0 |
2674 | 2024-12-12T22:15:25.908Z | Compiling num-complex v0.4.6 |
2675 | 2024-12-12T22:15:26.344Z | Compiling blake2 v0.10.6 |
2676 | 2024-12-12T22:15:26.674Z | Compiling aead v0.5.2 |
2677 | 2024-12-12T22:15:26.724Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2678 | 2024-12-12T22:15:26.915Z | Compiling convert_case v0.4.0 |
2679 | 2024-12-12T22:15:26.992Z | Compiling keccak v0.1.5 |
2680 | 2024-12-12T22:15:27.069Z | Compiling num v0.4.3 |
2681 | 2024-12-12T22:15:27.200Z | Compiling argon2 v0.5.3 |
2682 | 2024-12-12T22:15:27.575Z | Compiling sha3 v0.10.8 |
2683 | 2024-12-12T22:15:27.693Z | Compiling poly1305 v0.8.0 |
2684 | 2024-12-12T22:15:27.761Z | Compiling tungstenite v0.21.0 |
2685 | 2024-12-12T22:15:27.945Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2686 | 2024-12-12T22:15:27.987Z | Compiling derive_more v0.99.18 |
2687 | 2024-12-12T22:15:28.213Z | Compiling chacha20 v0.9.1 |
2688 | 2024-12-12T22:15:28.753Z | Compiling base64 v0.21.7 |
2689 | 2024-12-12T22:15:28.796Z | Compiling float-ord v0.3.2 |
2690 | 2024-12-12T22:15:29.009Z | Compiling tokio-tungstenite v0.21.0 |
2691 | 2024-12-12T22:15:29.575Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2692 | 2024-12-12T22:15:29.641Z | Compiling same-file v1.0.6 |
2693 | 2024-12-12T22:15:29.795Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2694 | 2024-12-12T22:15:29.971Z | Compiling semver v0.1.20 |
2695 | 2024-12-12T22:15:30.040Z | Compiling walkdir v2.5.0 |
2696 | 2024-12-12T22:15:30.106Z | Compiling newline-converter v0.3.0 |
2697 | 2024-12-12T22:15:30.108Z | Compiling primeorder v0.13.6 |
2698 | 2024-12-12T22:15:30.144Z | Compiling secrecy v0.8.0 |
2699 | 2024-12-12T22:15:30.314Z | Compiling rustc_version v0.1.7 |
2700 | 2024-12-12T22:15:30.432Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2701 | 2024-12-12T22:15:30.634Z | Compiling owo-colors v4.1.0 |
2702 | 2024-12-12T22:15:30.674Z | Compiling cancel-safe-futures v0.1.5 |
2703 | 2024-12-12T22:15:30.815Z | Compiling expectorate v1.1.0 |
2704 | 2024-12-12T22:15:30.869Z | Compiling newtype_derive v0.1.6 |
2705 | 2024-12-12T22:15:30.969Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2706 | 2024-12-12T22:15:31.015Z | Compiling thiserror-impl-no-std v2.0.2 |
2707 | 2024-12-12T22:15:31.072Z | Compiling ring v0.16.20 |
2708 | 2024-12-12T22:15:31.174Z | Compiling blake3 v1.5.4 |
2709 | 2024-12-12T22:15:31.322Z | Compiling half v2.4.1 |
2710 | 2024-12-12T22:15:31.350Z | Compiling unicase v2.7.0 |
2711 | 2024-12-12T22:15:31.663Z | Compiling ciborium-io v0.2.2 |
2712 | 2024-12-12T22:15:31.820Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2713 | 2024-12-12T22:15:31.868Z | Compiling arc-swap v1.7.1 |
2714 | 2024-12-12T22:15:32.050Z | Compiling ciborium-ll v0.2.2 |
2715 | 2024-12-12T22:15:32.480Z | Compiling slog-scope v4.4.0 |
2716 | 2024-12-12T22:15:32.621Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2717 | 2024-12-12T22:15:32.927Z | Compiling typify-macro v0.2.0 |
2718 | 2024-12-12T22:15:33.010Z | Compiling polyval v0.6.2 |
2719 | 2024-12-12T22:15:33.320Z | Compiling atomicwrites v0.4.4 |
2720 | 2024-12-12T22:15:33.438Z | Compiling libsw v3.3.1 |
2721 | 2024-12-12T22:15:33.496Z | Compiling memmap2 v0.9.5 |
2722 | 2024-12-12T22:15:33.714Z | Compiling parking_lot_core v0.8.6 |
2723 | 2024-12-12T22:15:33.813Z | Compiling salty v0.3.0 |
2724 | 2024-12-12T22:15:34.002Z | Compiling indent_write v2.2.0 |
2725 | 2024-12-12T22:15:34.228Z | Compiling arrayref v0.3.9 |
2726 | 2024-12-12T22:15:34.258Z | Compiling arrayvec v0.7.6 |
2727 | 2024-12-12T22:15:34.278Z | Compiling spin v0.5.2 |
2728 | 2024-12-12T22:15:34.327Z | Compiling thiserror-no-std v2.0.2 |
2729 | 2024-12-12T22:15:34.351Z | Compiling constant_time_eq v0.3.1 |
2730 | 2024-12-12T22:15:34.456Z | Compiling libefi-sys v0.1.0 |
2731 | 2024-12-12T22:15:34.546Z | Compiling linear-map v1.2.0 |
2732 | 2024-12-12T22:15:34.565Z | Compiling vsss-rs v3.3.4 |
2733 | 2024-12-12T22:15:34.862Z | Compiling ghash v0.5.1 |
2734 | 2024-12-12T22:15:35.079Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2735 | 2024-12-12T22:15:35.348Z | Compiling slog-stdlog v4.1.1 |
2736 | 2024-12-12T22:15:35.525Z | Compiling ciborium v0.2.2 |
2737 | 2024-12-12T22:15:35.954Z | Compiling p384 v0.13.0 |
2738 | 2024-12-12T22:15:35.984Z | Compiling toolchain_find v0.4.0 |
2739 | 2024-12-12T22:15:36.071Z | Compiling chacha20poly1305 v0.10.1 |
2740 | 2024-12-12T22:15:36.334Z | Compiling ctr v0.9.2 |
2741 | 2024-12-12T22:15:36.737Z | Compiling lzma-sys v0.1.20 |
2742 | 2024-12-12T22:15:36.740Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2743 | 2024-12-12T22:15:37.086Z | Compiling bitfield-struct v0.6.2 |
2744 | 2024-12-12T22:15:37.158Z | Compiling slog-dtrace v0.3.0 |
2745 | 2024-12-12T22:15:37.399Z | Compiling typify v0.2.0 |
2746 | 2024-12-12T22:15:37.486Z | Compiling highway v1.2.0 |
2747 | 2024-12-12T22:15:37.519Z | Compiling topological-sort v0.2.2 |
2748 | 2024-12-12T22:15:37.553Z | Compiling progenitor-impl v0.8.0 |
2749 | 2024-12-12T22:15:37.706Z | Compiling omicron-zone-package v0.11.1 |
2750 | 2024-12-12T22:15:37.871Z | Compiling aes-gcm v0.10.3 |
2751 | 2024-12-12T22:15:38.213Z | Compiling rustfmt-wrapper v0.2.1 |
2752 | 2024-12-12T22:15:38.344Z | Compiling mime_guess v2.0.5 |
2753 | 2024-12-12T22:15:38.606Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2754 | 2024-12-12T22:15:38.738Z | Compiling slog-envlogger v2.2.0 |
2755 | 2024-12-12T22:15:38.851Z | Compiling steno v0.4.1 |
2756 | 2024-12-12T22:15:39.584Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2757 | 2024-12-12T22:15:39.707Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2758 | 2024-12-12T22:15:39.809Z | Compiling heck v0.3.3 |
2759 | 2024-12-12T22:15:39.844Z | Compiling ssh-encoding v0.2.0 |
2760 | 2024-12-12T22:15:40.202Z | Compiling blowfish v0.9.1 |
2761 | 2024-12-12T22:15:40.277Z | Compiling nibble_vec v0.1.0 |
2762 | 2024-12-12T22:15:40.319Z | Compiling env_filter v0.1.2 |
2763 | 2024-12-12T22:15:40.427Z | Compiling endian-type v0.1.2 |
2764 | 2024-12-12T22:15:40.515Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2765 | 2024-12-12T22:15:40.663Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2766 | 2024-12-12T22:15:40.692Z | Compiling humantime v2.1.0 |
2767 | 2024-12-12T22:15:40.832Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2768 | 2024-12-12T22:15:40.930Z | Compiling radix_trie v0.2.1 |
2769 | 2024-12-12T22:15:40.978Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2770 | 2024-12-12T22:15:41.032Z | Compiling env_logger v0.11.5 |
2771 | 2024-12-12T22:15:41.096Z | Compiling bcrypt-pbkdf v0.10.0 |
2772 | 2024-12-12T22:15:41.266Z | Compiling zone_cfg_derive v0.1.2 |
2773 | 2024-12-12T22:15:41.676Z | Compiling ssh-cipher v0.2.0 |
2774 | 2024-12-12T22:15:41.808Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2775 | 2024-12-12T22:15:42.013Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2776 | 2024-12-12T22:15:42.280Z | Compiling parking_lot v0.11.2 |
2777 | 2024-12-12T22:15:42.960Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2778 | 2024-12-12T22:15:42.995Z | Compiling password-hash v0.4.2 |
2779 | 2024-12-12T22:15:43.031Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2780 | 2024-12-12T22:15:43.323Z | Compiling gethostname v0.5.0 |
2781 | 2024-12-12T22:15:43.392Z | Compiling fxhash v0.2.1 |
2782 | 2024-12-12T22:15:43.431Z | Compiling lockfree-object-pool v0.1.6 |
2783 | 2024-12-12T22:15:43.532Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2784 | 2024-12-12T22:15:43.636Z | Compiling base64 v0.13.1 |
2785 | 2024-12-12T22:15:43.709Z | Compiling http-range v0.1.5 |
2786 | 2024-12-12T22:15:43.728Z | Compiling bumpalo v3.16.0 |
2787 | 2024-12-12T22:15:43.835Z | Compiling simd-adler32 v0.3.7 |
2788 | 2024-12-12T22:15:43.967Z | Compiling matches v0.1.10 |
2789 | 2024-12-12T22:15:44.089Z | Compiling zip v2.1.3 |
2790 | 2024-12-12T22:15:44.110Z | Compiling ron v0.7.1 |
2791 | 2024-12-12T22:15:44.198Z | Compiling zopfli v0.8.1 |
2792 | 2024-12-12T22:15:44.225Z | Compiling idna v0.2.3 |
2793 | 2024-12-12T22:15:44.328Z | Compiling sled v0.34.7 |
2794 | 2024-12-12T22:15:44.436Z | Compiling pbkdf2 v0.11.0 |
2795 | 2024-12-12T22:15:44.463Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2796 | 2024-12-12T22:15:44.829Z | Compiling xz2 v0.1.7 |
2797 | 2024-12-12T22:15:45.180Z | Compiling zone v0.1.8 |
2798 | 2024-12-12T22:15:45.343Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2799 | 2024-12-12T22:15:46.103Z | Compiling ssh-key v0.6.6 |
2800 | 2024-12-12T22:15:46.195Z | Compiling progenitor-macro v0.8.0 |
2801 | 2024-12-12T22:15:46.545Z | Compiling hickory-client v0.24.1 |
2802 | 2024-12-12T22:15:46.846Z | Compiling p521 v0.13.3 |
2803 | 2024-12-12T22:15:46.976Z | Compiling p256 v0.13.2 |
2804 | 2024-12-12T22:15:47.049Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2805 | 2024-12-12T22:15:47.897Z | Compiling hickory-server v0.24.1 |
2806 | 2024-12-12T22:15:48.396Z | Compiling enum-as-inner v0.5.1 |
2807 | 2024-12-12T22:15:48.397Z | Compiling pem v3.0.4 |
2808 | 2024-12-12T22:15:49.196Z | Compiling yasna v0.5.2 |
2809 | 2024-12-12T22:15:49.247Z | Compiling headers-core v0.3.0 |
2810 | 2024-12-12T22:15:49.336Z | Compiling kstat-rs v0.2.4 |
2811 | 2024-12-12T22:15:49.424Z | Compiling nanorand v0.7.0 |
2812 | 2024-12-12T22:15:50.038Z | Compiling russh-cryptovec v0.7.3 |
2813 | 2024-12-12T22:15:50.065Z | Compiling atty v0.2.14 |
2814 | 2024-12-12T22:15:50.222Z | Compiling md5 v0.7.0 |
2815 | 2024-12-12T22:15:50.381Z | Compiling rcgen v0.12.1 |
2816 | 2024-12-12T22:15:50.749Z | Compiling russh-keys v0.45.0 |
2817 | 2024-12-12T22:15:50.918Z | Compiling flume v0.11.1 |
2818 | 2024-12-12T22:15:50.970Z | Compiling headers v0.4.0 |
2819 | 2024-12-12T22:15:51.033Z | Compiling trust-dns-proto v0.22.0 |
2820 | 2024-12-12T22:15:51.678Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2821 | 2024-12-12T22:15:52.964Z | Compiling hyper-staticfile v0.10.1 |
2822 | 2024-12-12T22:15:54.231Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2823 | 2024-12-12T22:15:54.895Z | Compiling num-bigint v0.4.6 |
2824 | 2024-12-12T22:15:55.120Z | Compiling des v0.8.1 |
2825 | 2024-12-12T22:15:55.158Z | Compiling subprocess v0.2.9 |
2826 | 2024-12-12T22:15:55.358Z | Compiling dhcproto-macros v0.1.0 |
2827 | 2024-12-12T22:15:55.495Z | Compiling display-error-chain v0.2.2 |
2828 | 2024-12-12T22:15:55.733Z | Compiling hex-literal v0.4.1 |
2829 | 2024-12-12T22:15:55.927Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2830 | 2024-12-12T22:15:56.255Z | Compiling internet-checksum v0.2.1 |
2831 | 2024-12-12T22:15:56.389Z | Compiling dhcproto v0.12.0 |
2832 | 2024-12-12T22:15:57.976Z | Compiling russh v0.45.0 |
2833 | 2024-12-12T22:15:59.802Z | Compiling progenitor v0.8.0 |
2834 | 2024-12-12T22:15:59.948Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2835 | 2024-12-12T22:15:59.951Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2836 | 2024-12-12T22:15:59.951Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2837 | 2024-12-12T22:15:59.951Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2838 | 2024-12-12T22:15:59.951Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2839 | 2024-12-12T22:15:59.951Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2840 | 2024-12-12T22:16:00.049Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2841 | 2024-12-12T22:16:01.493Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2842 | 2024-12-12T22:16:01.750Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2843 | 2024-12-12T22:16:02.660Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2844 | 2024-12-12T22:16:06.077Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2845 | 2024-12-12T22:16:06.740Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2846 | 2024-12-12T22:16:16.369Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2847 | 2024-12-12T22:16:16.370Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2848 | 2024-12-12T22:16:16.372Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2849 | 2024-12-12T22:16:16.372Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2850 | 2024-12-12T22:16:17.366Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2851 | 2024-12-12T22:16:19.652Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2852 | 2024-12-12T22:16:20.992Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2853 | 2024-12-12T22:16:21.417Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2854 | 2024-12-12T22:16:22.008Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2855 | 2024-12-12T22:16:24.659Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2856 | 2024-12-12T22:16:24.722Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2857 | 2024-12-12T22:16:25.746Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2858 | 2024-12-12T22:16:26.080Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2859 | 2024-12-12T22:16:27.232Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2860 | 2024-12-12T22:16:27.917Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2861 | 2024-12-12T22:16:28.918Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2862 | 2024-12-12T22:16:29.470Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2863 | 2024-12-12T22:16:30.072Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2864 | 2024-12-12T22:16:30.521Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2865 | 2024-12-12T22:16:32.583Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2866 | 2024-12-12T22:16:33.092Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2867 | 2024-12-12T22:16:33.486Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2868 | 2024-12-12T22:16:36.109Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2869 | 2024-12-12T22:16:38.473Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2870 | 2024-12-12T22:16:38.703Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2871 | 2024-12-12T22:16:40.416Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2872 | 2024-12-12T22:16:41.475Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2873 | 2024-12-12T22:16:42.565Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2874 | 2024-12-12T22:16:48.283Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2875 | 2024-12-12T22:16:56.646Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2876 | 2024-12-12T22:16:58.023Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2877 | 2024-12-12T22:17:17.518Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2878 | 2024-12-12T22:17:53.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 45s |
2879 | 2024-12-12T22:17:53.281Z | |
2880 | 2024-12-12T22:17:53.284Z | real 2:45.910802852 |
2881 | 2024-12-12T22:17:53.284Z | user 12:38.813042082 |
2882 | 2024-12-12T22:17:53.284Z | sys 2:47.224341835 |
2883 | 2024-12-12T22:17:53.284Z | trap 0.339988175 |
2884 | 2024-12-12T22:17:53.284Z | tflt 0.914892236 |
2885 | 2024-12-12T22:17:53.284Z | dflt 2.139389012 |
2886 | 2024-12-12T22:17:53.284Z | kflt 0.000019675 |
2887 | 2024-12-12T22:17:53.284Z | lock 26:35.690335933 |
2888 | 2024-12-12T22:17:53.284Z | slp 45:57.222681378 |
2889 | 2024-12-12T22:17:53.284Z | lat 35.900484168 |
2890 | 2024-12-12T22:17:53.284Z | stop 1:32.479104483 |
2891 | 2024-12-12T22:17:53.284Z | + mkdir tests |
2892 | 2024-12-12T22:17:53.287Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2893 | 2024-12-12T22:17:53.289Z | + xargs -I '{}' -t cp '{}' tests/ |
2894 | 2024-12-12T22:17:53.329Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-da6a5e5e8063d733 tests/ |
2895 | 2024-12-12T22:17:53.349Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3e3f68b37990bf41 tests/ |
2896 | 2024-12-12T22:17:53.370Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-b49806a1c425ee86 tests/ |
2897 | 2024-12-12T22:17:53.391Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9cdfae30744785b4 tests/ |
2898 | 2024-12-12T22:17:53.567Z | + 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/*) |
2899 | 2024-12-12T22:17:53.570Z | + 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-3e3f68b37990bf41 tests/commtest-b49806a1c425ee86 tests/dhcp_server-da6a5e5e8063d733 tests/end_to_end_tests-9cdfae30744785b4 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 |
2900 | 2024-12-12T22:19:04.025Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2901 | 2024-12-12T22:19:04.026Z | a .github/buildomat/ci-env.sh 1K |
2902 | 2024-12-12T22:19:04.026Z | a out/target/test 1K |
2903 | 2024-12-12T22:19:04.026Z | a out/npuzone/npuzone 23144K |
2904 | 2024-12-12T22:19:04.026Z | a package-manifest.toml 32K |
2905 | 2024-12-12T22:19:04.026Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2906 | 2024-12-12T22:19:04.026Z | a target/release/omicron-package 36361K |
2907 | 2024-12-12T22:19:04.026Z | a target/release/xtask 11762K |
2908 | 2024-12-12T22:19:04.026Z | a target/debug/bootstrap 210055K |
2909 | 2024-12-12T22:19:04.026Z | a tests/bootstrap-3e3f68b37990bf41 24246K |
2910 | 2024-12-12T22:19:04.026Z | a tests/commtest-b49806a1c425ee86 25022K |
2911 | 2024-12-12T22:19:04.026Z | a tests/dhcp_server-da6a5e5e8063d733 24246K |
2912 | 2024-12-12T22:19:04.027Z | a tests/end_to_end_tests-9cdfae30744785b4 228118K |
2913 | 2024-12-12T22:19:04.027Z | a out/clickhouse.tar.gz 280615K |
2914 | 2024-12-12T22:19:04.027Z | a out/clickhouse_keeper.tar.gz 280581K |
2915 | 2024-12-12T22:19:04.027Z | a out/clickhouse_server.tar.gz 280577K |
2916 | 2024-12-12T22:19:04.027Z | a out/cockroachdb.tar.gz 134584K |
2917 | 2024-12-12T22:19:04.027Z | a out/crucible-dtrace.tar 85K |
2918 | 2024-12-12T22:19:04.027Z | a out/crucible-pantry-zone.tar.gz 28187K |
2919 | 2024-12-12T22:19:04.027Z | a out/crucible-zone.tar.gz 36405K |
2920 | 2024-12-12T22:19:04.027Z | a out/external-dns.tar.gz 35282K |
2921 | 2024-12-12T22:19:04.027Z | a out/internal-dns.tar.gz 35281K |
2922 | 2024-12-12T22:19:04.027Z | a out/mg-ddm-gz.tar 63075K |
2923 | 2024-12-12T22:19:04.027Z | a out/nexus.tar.gz 98104K |
2924 | 2024-12-12T22:19:04.027Z | a out/ntp.tar.gz 10370K |
2925 | 2024-12-12T22:19:04.028Z | a out/omicron-gateway-softnpu.tar.gz 23943K |
2926 | 2024-12-12T22:19:04.028Z | a out/omicron-sled-agent.tar 113554K |
2927 | 2024-12-12T22:19:04.028Z | a out/overlay.tar.gz 3K |
2928 | 2024-12-12T22:19:04.028Z | a out/oximeter.tar.gz 47772K |
2929 | 2024-12-12T22:19:04.028Z | a out/oxlog.tar 3088K |
2930 | 2024-12-12T22:19:04.028Z | a out/probe.tar.gz 2764K |
2931 | 2024-12-12T22:19:04.028Z | a out/propolis-server.tar.gz 66730K |
2932 | 2024-12-12T22:19:04.028Z | a out/pumpkind-gz.tar 26665K |
2933 | 2024-12-12T22:19:04.028Z | a out/switch-softnpu.tar.gz 235661K |
2934 | 2024-12-12T22:19:04.036Z | |
2935 | 2024-12-12T22:19:04.036Z | real 1:10.473830591 |
2936 | 2024-12-12T22:19:04.036Z | user 1:07.486346023 |
2937 | 2024-12-12T22:19:04.036Z | sys 4.279210853 |
2938 | 2024-12-12T22:19:04.036Z | trap 0.016623120 |
2939 | 2024-12-12T22:19:04.036Z | tflt 0.000000000 |
2940 | 2024-12-12T22:19:04.036Z | dflt 0.000000000 |
2941 | 2024-12-12T22:19:04.036Z | kflt 0.000000000 |
2942 | 2024-12-12T22:19:04.036Z | lock 0.000000000 |
2943 | 2024-12-12T22:19:04.037Z | slp 1:07.357044675 |
2944 | 2024-12-12T22:19:04.037Z | lat 1.803819092 |
2945 | 2024-12-12T22:19:04.037Z | stop 0.000260775 |
2946 | 2024-12-12T22:19:04.038Z | process exited: duration 1982664 ms, exit code 0 |
|
2947 | 2024-12-12T22:19:04.067Z | found 1 output files |
2948 | 2024-12-12T22:19:04.067Z | uploading: /work/package.tar.gz (1854899437 bytes) |
2949 | 2024-12-12T22:19:50.515Z | uploaded: /work/package.tar.gz |