|
|
|
1 | 2024-08-16T06:34:02.594Z | job assigned to worker 01J5CY7N73NJF4F0PJJ6EE2D2G (queued for 56 s) |
|
2 | 2024-08-16T06:34:09.979Z | starting task 0: "setup" |
3 | 2024-08-16T06:34:09.989Z | ++ uname -s |
4 | 2024-08-16T06:34:09.992Z | + kern=SunOS |
5 | 2024-08-16T06:34:09.992Z | + case "$kern" in |
6 | 2024-08-16T06:34:09.992Z | + groupadd -g 12345 build |
7 | 2024-08-16T06:34:09.995Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-16T06:34:12.004Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-16T06:34:12.076Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-16T06:34:12.079Z | + home_fs=zfs |
11 | 2024-08-16T06:34:12.079Z | + [[ zfs == autofs ]] |
12 | 2024-08-16T06:34:12.079Z | + mkdir -p /home/build |
13 | 2024-08-16T06:34:12.081Z | + chown build:build /home/build /work |
14 | 2024-08-16T06:34:14.083Z | + chmod 0700 /home/build /work |
15 | 2024-08-16T06:34:14.085Z | process exited: duration 4108 ms, exit code 0 |
|
16 | 2024-08-16T06:34:14.090Z | starting task 1: "rust-toolchain" |
17 | 2024-08-16T06:34:14.096Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-16T06:34:14.096Z | ' 1.80.1 |
19 | 2024-08-16T06:34:14.096Z | * toolchain channel = "1.80.1" |
20 | 2024-08-16T06:34:14.096Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-16T06:34:14.096Z | ' default |
22 | 2024-08-16T06:34:14.096Z | * toolchain profile = "default" |
23 | 2024-08-16T06:34:14.100Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-16T06:34:14.100Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-16T06:34:14.215Z | info: downloading installer |
26 | 2024-08-16T06:34:15.396Z | info: profile set to 'default' |
27 | 2024-08-16T06:34:15.396Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-16T06:34:15.399Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-16T06:34:15.529Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-16T06:34:15.529Z | info: downloading component 'cargo' |
31 | 2024-08-16T06:34:16.189Z | info: downloading component 'clippy' |
32 | 2024-08-16T06:34:16.423Z | info: downloading component 'rust-docs' |
33 | 2024-08-16T06:34:17.343Z | info: downloading component 'rust-std' |
34 | 2024-08-16T06:34:18.635Z | info: downloading component 'rustc' |
35 | 2024-08-16T06:34:22.220Z | info: downloading component 'rustfmt' |
36 | 2024-08-16T06:34:22.414Z | info: installing component 'cargo' |
37 | 2024-08-16T06:34:23.235Z | info: installing component 'clippy' |
38 | 2024-08-16T06:34:23.615Z | info: installing component 'rust-docs' |
39 | 2024-08-16T06:34:25.241Z | info: installing component 'rust-std' |
40 | 2024-08-16T06:34:26.903Z | info: installing component 'rustc' |
41 | 2024-08-16T06:34:31.116Z | info: installing component 'rustfmt' |
42 | 2024-08-16T06:34:31.466Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-16T06:34:31.466Z | |
44 | 2024-08-16T06:34:31.721Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-16T06:34:31.721Z | |
46 | 2024-08-16T06:34:31.724Z | |
47 | 2024-08-16T06:34:31.724Z | Rust is installed now. Great! |
48 | 2024-08-16T06:34:31.724Z | |
49 | 2024-08-16T06:34:31.724Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-16T06:34:31.724Z | environment variable. This has not been done automatically. |
51 | 2024-08-16T06:34:31.724Z | |
52 | 2024-08-16T06:34:31.724Z | To configure your current shell, you need to source |
53 | 2024-08-16T06:34:31.724Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-16T06:34:31.724Z | |
55 | 2024-08-16T06:34:31.724Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-16T06:34:31.724Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-16T06:34:31.724Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-16T06:34:31.772Z | + rustc --version |
59 | 2024-08-16T06:34:31.836Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-16T06:34:31.839Z | process exited: duration 17746 ms, exit code 0 |
|
61 | 2024-08-16T06:34:31.847Z | starting task 2: "authentication" |
62 | 2024-08-16T06:34:31.865Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-16T06:34:31.872Z | starting task 3: "clone repository" |
64 | 2024-08-16T06:34:31.875Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-16T06:34:31.878Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-16T06:34:31.913Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-16T06:34:38.199Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-16T06:34:38.199Z | + git fetch origin 0270df05e163940c987e5b238c77b60328e25a0f |
69 | 2024-08-16T06:34:38.490Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-16T06:34:38.490Z | * branch 0270df05e163940c987e5b238c77b60328e25a0f -> FETCH_HEAD |
71 | 2024-08-16T06:34:38.500Z | + [[ -n renovate/clap-4.x-lockfile ]] |
72 | 2024-08-16T06:34:38.502Z | ++ git branch --show-current |
73 | 2024-08-16T06:34:38.505Z | + current=main |
74 | 2024-08-16T06:34:38.505Z | + [[ main != renovate/clap-4.x-lockfile ]] |
75 | 2024-08-16T06:34:38.506Z | + git branch -f renovate/clap-4.x-lockfile 0270df05e163940c987e5b238c77b60328e25a0f |
76 | 2024-08-16T06:34:38.508Z | + git checkout -f renovate/clap-4.x-lockfile |
77 | 2024-08-16T06:34:38.653Z | Switched to branch 'renovate/clap-4.x-lockfile' |
78 | 2024-08-16T06:34:38.655Z | + git reset --hard 0270df05e163940c987e5b238c77b60328e25a0f |
79 | 2024-08-16T06:34:38.797Z | HEAD is now at 0270df05e Update Rust crate clap to v4.5.16 |
80 | 2024-08-16T06:34:38.800Z | process exited: duration 6927 ms, exit code 0 |
|
81 | 2024-08-16T06:34:38.805Z | starting task 4: "build" |
82 | 2024-08-16T06:34:38.811Z | + cargo --version |
83 | 2024-08-16T06:34:38.869Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-16T06:34:38.872Z | + rustc --version |
85 | 2024-08-16T06:34:38.930Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-16T06:34:38.932Z | + WORK=/work |
87 | 2024-08-16T06:34:38.933Z | + pfexec mkdir -p /work |
88 | 2024-08-16T06:34:38.937Z | + pfexec chown build /work |
89 | 2024-08-16T06:34:38.941Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-08-16T06:34:43.471Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-08-16T06:34:45.578Z | Startup: Caching catalogs ... Done |
92 | 2024-08-16T06:34:47.459Z | Planning: Solver setup ... Done (1.227s) |
93 | 2024-08-16T06:34:47.480Z | Planning: Running solver ... Done (0.021s) |
94 | 2024-08-16T06:34:47.520Z | Planning: Finding local manifests ... Done (0.002s) |
95 | 2024-08-16T06:34:47.553Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-08-16T06:34:48.252Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-08-16T06:34:48.301Z | Planning: Package planning ... Done (0.049s) |
98 | 2024-08-16T06:34:48.351Z | Planning: Merging actions ... Done (0.049s) |
99 | 2024-08-16T06:34:48.653Z | Planning: Checking for conflicting actions ... Done (0.302s) |
100 | 2024-08-16T06:34:48.664Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-08-16T06:34:49.627Z | Planning: Evaluating mediators ... Done (0.962s) |
102 | 2024-08-16T06:34:49.636Z | Planning: Planning completed in 3.99 seconds |
103 | 2024-08-16T06:34:49.652Z | Packages to install: 4 |
104 | 2024-08-16T06:34:49.652Z | Mediators to change: 2 |
105 | 2024-08-16T06:34:49.655Z | Services to change: 1 |
106 | 2024-08-16T06:34:49.655Z | Estimated space available: 155.72 GB |
107 | 2024-08-16T06:34:49.655Z | Estimated space to be consumed: 1.48 GB |
108 | 2024-08-16T06:34:49.655Z | Create boot environment: No |
109 | 2024-08-16T06:34:49.655Z | Create backup boot environment: No |
110 | 2024-08-16T06:34:49.655Z | Rebuild boot archive: No |
111 | 2024-08-16T06:34:49.655Z | |
112 | 2024-08-16T06:34:49.655Z | Changed mediators: |
113 | 2024-08-16T06:34:49.655Z | mediator clang: |
114 | 2024-08-16T06:34:49.655Z | version: None -> 15 (system default) |
115 | 2024-08-16T06:34:49.655Z | |
116 | 2024-08-16T06:34:49.655Z | mediator llvm: |
117 | 2024-08-16T06:34:49.655Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-08-16T06:34:49.655Z | |
119 | 2024-08-16T06:34:49.655Z | Changed packages: |
120 | 2024-08-16T06:34:49.655Z | helios-dev |
121 | 2024-08-16T06:34:49.655Z | developer/build-essential |
122 | 2024-08-16T06:34:49.655Z | None -> 11-2.0 |
123 | 2024-08-16T06:34:49.655Z | library/libxmlsec1 |
124 | 2024-08-16T06:34:49.655Z | None -> 1.2.35-2.0 |
125 | 2024-08-16T06:34:49.655Z | ooce/developer/clang-15 |
126 | 2024-08-16T06:34:49.655Z | None -> 15.0.7-2.0 |
127 | 2024-08-16T06:34:49.655Z | ooce/developer/llvm-15 |
128 | 2024-08-16T06:34:49.655Z | None -> 15.0.7-2.0 |
129 | 2024-08-16T06:34:49.655Z | |
130 | 2024-08-16T06:34:49.655Z | Services: |
131 | 2024-08-16T06:34:49.655Z | restart_fmri: |
132 | 2024-08-16T06:34:49.655Z | svc:/system/update-man-index:default |
133 | 2024-08-16T06:34:49.699Z | |
134 | 2024-08-16T06:34:49.699Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-08-16T06:34:54.702Z | Download: 918/3290 items 18.8/212.6MB 8% complete (3.8M/s) |
136 | 2024-08-16T06:34:59.892Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (12.5M/s) |
137 | 2024-08-16T06:35:04.633Z | Download: Completed 212.60 MB in 14.93 seconds (14.2M/s) |
138 | 2024-08-16T06:35:04.973Z | Actions: 1/3689 actions (Installing new actions) |
139 | 2024-08-16T06:35:09.573Z | Actions: Completed 3689 actions in 4.60 seconds. |
140 | 2024-08-16T06:35:09.854Z | Done (0.275s) |
141 | 2024-08-16T06:35:09.854Z | Done (0.000s) |
142 | 2024-08-16T06:35:10.222Z | Done (0.368s) |
143 | 2024-08-16T06:35:14.398Z | Done (4.002s) |
144 | 2024-08-16T06:35:14.482Z | Done (0.018s) |
145 | 2024-08-16T06:35:14.485Z | Done (0.000s) |
146 | 2024-08-16T06:35:14.665Z | Done (0.000s) |
147 | 2024-08-16T06:35:15.247Z | Planning: Evaluating mediator changes ... Done |
148 | 2024-08-16T06:35:15.408Z | Planning: Checking for conflicting actions ... Done |
149 | 2024-08-16T06:35:15.411Z | Planning: Consolidating action changes ... Done |
150 | 2024-08-16T06:35:15.680Z | Planning: Evaluating mediators ... Done |
151 | 2024-08-16T06:35:15.683Z | Planning: Planning completed in 0.43 seconds |
152 | 2024-08-16T06:35:15.713Z | Mediators to change: 2 |
153 | 2024-08-16T06:35:15.713Z | Create boot environment: No |
154 | 2024-08-16T06:35:15.716Z | Create backup boot environment: No |
155 | 2024-08-16T06:35:15.772Z | Done |
156 | 2024-08-16T06:35:15.772Z | Done |
157 | 2024-08-16T06:35:16.003Z | Done |
158 | 2024-08-16T06:35:19.540Z | Done |
159 | 2024-08-16T06:35:19.633Z | Done |
160 | 2024-08-16T06:35:19.635Z | Done |
161 | 2024-08-16T06:35:19.780Z | Done |
162 | 2024-08-16T06:35:20.388Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-08-16T06:35:20.391Z | Planning: Merging actions ... Done |
164 | 2024-08-16T06:35:20.583Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-08-16T06:35:20.586Z | Planning: Consolidating action changes ... Done |
166 | 2024-08-16T06:35:20.863Z | Planning: Evaluating mediators ... Done |
167 | 2024-08-16T06:35:20.912Z | Planning: Planning completed in 0.76 seconds |
168 | 2024-08-16T06:35:20.947Z | Packages to change: 1 |
169 | 2024-08-16T06:35:20.947Z | Mediators to change: 1 |
170 | 2024-08-16T06:35:20.956Z | Services to change: 1 |
171 | 2024-08-16T06:35:20.957Z | Create boot environment: No |
172 | 2024-08-16T06:35:20.958Z | Create backup boot environment: Yes |
173 | 2024-08-16T06:35:22.636Z | Actions: 1/6 actions (Updating modified actions) |
174 | 2024-08-16T06:35:22.638Z | Actions: Completed 6 actions in 0.00 seconds. |
175 | 2024-08-16T06:35:22.638Z | Done |
176 | 2024-08-16T06:35:22.638Z | Done |
177 | 2024-08-16T06:35:22.716Z | Done |
178 | 2024-08-16T06:35:26.380Z | Done |
179 | 2024-08-16T06:35:26.465Z | Done |
180 | 2024-08-16T06:35:26.468Z | Done |
181 | 2024-08-16T06:35:26.572Z | Done |
182 | 2024-08-16T06:35:27.011Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
183 | 2024-08-16T06:35:27.011Z | clang system 15 system |
184 | 2024-08-16T06:35:27.011Z | csh system system illumos |
185 | 2024-08-16T06:35:27.011Z | ctags system system illumos |
186 | 2024-08-16T06:35:27.011Z | gcc vendor 12 vendor |
187 | 2024-08-16T06:35:27.011Z | gcc system 10 system |
188 | 2024-08-16T06:35:27.011Z | gcc system 7 system |
189 | 2024-08-16T06:35:27.011Z | go system 1.20 system |
190 | 2024-08-16T06:35:27.011Z | go system 1.19 system |
191 | 2024-08-16T06:35:27.011Z | llvm system 15 system |
192 | 2024-08-16T06:35:27.011Z | llvm system 14 system |
193 | 2024-08-16T06:35:27.011Z | mariadb system 10.6 system |
194 | 2024-08-16T06:35:27.011Z | mta vendor vendor dma |
195 | 2024-08-16T06:35:27.011Z | openjdk system 17 system |
196 | 2024-08-16T06:35:27.011Z | openjdk system 11 system |
197 | 2024-08-16T06:35:27.011Z | openjdk system 1.8 system |
198 | 2024-08-16T06:35:27.011Z | openssl vendor 3 vendor |
199 | 2024-08-16T06:35:27.011Z | perl system 5.36 system |
200 | 2024-08-16T06:35:27.011Z | postgresql system 15 system |
201 | 2024-08-16T06:35:27.011Z | postgresql system 13 system |
202 | 2024-08-16T06:35:27.011Z | python vendor 3 vendor |
203 | 2024-08-16T06:35:27.011Z | python system 2 system |
204 | 2024-08-16T06:35:27.011Z | python3 system 3.11 system |
205 | 2024-08-16T06:35:27.011Z | ruby system 3.0 system |
206 | 2024-08-16T06:35:27.011Z | words vendor vendor american-english |
207 | 2024-08-16T06:35:27.011Z | words system system australian-english |
208 | 2024-08-16T06:35:27.011Z | words system system british-english |
209 | 2024-08-16T06:35:27.011Z | words system system canadian-english |
210 | 2024-08-16T06:35:27.011Z | words system system french |
211 | 2024-08-16T06:35:27.011Z | words system system italian |
212 | 2024-08-16T06:35:27.011Z | words system system ngerman |
213 | 2024-08-16T06:35:27.011Z | words system system ogerman |
214 | 2024-08-16T06:35:27.011Z | words system system spanish |
215 | 2024-08-16T06:35:27.340Z | PUBLISHER TYPE STATUS P LOCATION |
216 | 2024-08-16T06:35:27.340Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
217 | 2024-08-16T06:35:29.111Z | FMRI IFO |
218 | 2024-08-16T06:35:29.111Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
219 | 2024-08-16T06:35:29.111Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
220 | 2024-08-16T06:35:29.111Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
221 | 2024-08-16T06:35:29.111Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
222 | 2024-08-16T06:35:29.111Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
223 | 2024-08-16T06:35:29.111Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
224 | 2024-08-16T06:35:29.111Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
225 | 2024-08-16T06:35:29.111Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
226 | 2024-08-16T06:35:29.111Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
227 | 2024-08-16T06:35:29.111Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
228 | 2024-08-16T06:35:29.111Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
229 | 2024-08-16T06:35:29.111Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
230 | 2024-08-16T06:35:29.723Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
231 | 2024-08-16T06:35:29.976Z | Updating git repository `https://github.com/oxidecomputer/zone` |
232 | 2024-08-16T06:35:30.259Z | Updating crates.io index |
233 | 2024-08-16T06:35:30.346Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
234 | 2024-08-16T06:35:31.032Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
235 | 2024-08-16T06:35:31.820Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
236 | 2024-08-16T06:35:32.060Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
237 | 2024-08-16T06:35:33.673Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
238 | 2024-08-16T06:35:33.914Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
239 | 2024-08-16T06:35:34.202Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
240 | 2024-08-16T06:35:35.192Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
241 | 2024-08-16T06:35:37.149Z | Updating git repository `https://github.com/oxidecomputer/opte` |
242 | 2024-08-16T06:35:38.088Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
243 | 2024-08-16T06:35:38.763Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
244 | 2024-08-16T06:35:39.029Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
245 | 2024-08-16T06:35:39.617Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
246 | 2024-08-16T06:35:39.816Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
247 | 2024-08-16T06:35:40.075Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
248 | 2024-08-16T06:35:40.399Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
249 | 2024-08-16T06:35:40.632Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
250 | 2024-08-16T06:35:40.839Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
251 | 2024-08-16T06:35:41.106Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
252 | 2024-08-16T06:35:41.404Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
253 | 2024-08-16T06:35:41.738Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
254 | 2024-08-16T06:35:42.153Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
255 | 2024-08-16T06:35:42.382Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
256 | 2024-08-16T06:35:42.841Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
257 | 2024-08-16T06:35:43.145Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
258 | 2024-08-16T06:35:43.592Z | Updating git repository `https://github.com/oxidecomputer/typify` |
259 | 2024-08-16T06:35:45.513Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
260 | 2024-08-16T06:35:45.747Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
261 | 2024-08-16T06:35:45.971Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
262 | 2024-08-16T06:35:46.316Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
263 | 2024-08-16T06:35:47.459Z | Downloading crates ... |
264 | 2024-08-16T06:35:47.544Z | Downloaded cpufeatures v0.2.12 |
265 | 2024-08-16T06:35:47.547Z | Downloaded cfg-if v1.0.0 |
266 | 2024-08-16T06:35:47.549Z | Downloaded cargo_metadata v0.18.1 |
267 | 2024-08-16T06:35:47.552Z | Downloaded anstyle-parse v0.2.4 |
268 | 2024-08-16T06:35:47.554Z | Downloaded anstream v0.6.14 |
269 | 2024-08-16T06:35:47.554Z | Downloaded pretty-hex v0.4.1 |
270 | 2024-08-16T06:35:47.561Z | Downloaded equivalent v1.0.1 |
271 | 2024-08-16T06:35:47.563Z | Downloaded scroll_derive v0.12.0 |
272 | 2024-08-16T06:35:47.563Z | Downloaded is_terminal_polyfill v1.70.0 |
273 | 2024-08-16T06:35:47.566Z | Downloaded swrite v0.1.0 |
274 | 2024-08-16T06:35:47.569Z | Downloaded byteorder v1.5.0 |
275 | 2024-08-16T06:35:47.571Z | Downloaded clap_lex v0.7.0 |
276 | 2024-08-16T06:35:47.574Z | Downloaded autocfg v1.3.0 |
277 | 2024-08-16T06:35:47.574Z | Downloaded bytecount v0.6.8 |
278 | 2024-08-16T06:35:47.576Z | Downloaded crypto-common v0.1.6 |
279 | 2024-08-16T06:35:47.578Z | Downloaded colorchoice v1.0.1 |
280 | 2024-08-16T06:35:47.578Z | Downloaded anstyle-query v1.0.3 |
281 | 2024-08-16T06:35:47.581Z | Downloaded anstyle v1.0.8 |
282 | 2024-08-16T06:35:47.581Z | Downloaded serde_spanned v0.6.7 |
283 | 2024-08-16T06:35:47.583Z | Downloaded heck v0.5.0 |
284 | 2024-08-16T06:35:47.583Z | Downloaded cargo-platform v0.1.8 |
285 | 2024-08-16T06:35:47.585Z | Downloaded dof v0.3.0 |
286 | 2024-08-16T06:35:47.585Z | Downloaded usdt-impl v0.5.0 |
287 | 2024-08-16T06:35:47.588Z | Downloaded generic-array v0.14.7 |
288 | 2024-08-16T06:35:47.591Z | Downloaded utf8parse v0.2.1 |
289 | 2024-08-16T06:35:47.591Z | Downloaded thiserror-impl v1.0.63 |
290 | 2024-08-16T06:35:47.593Z | Downloaded memmap v0.7.0 |
291 | 2024-08-16T06:35:47.593Z | Downloaded anyhow v1.0.86 |
292 | 2024-08-16T06:35:47.596Z | Downloaded usdt v0.5.0 |
293 | 2024-08-16T06:35:47.599Z | Downloaded terminal_size v0.3.0 |
294 | 2024-08-16T06:35:47.599Z | Downloaded proc-macro-error-attr v1.0.4 |
295 | 2024-08-16T06:35:47.602Z | Downloaded fnv v1.0.7 |
296 | 2024-08-16T06:35:47.602Z | Downloaded camino v1.1.8 |
297 | 2024-08-16T06:35:47.604Z | Downloaded digest v0.10.7 |
298 | 2024-08-16T06:35:47.606Z | Downloaded macaddr v1.0.1 |
299 | 2024-08-16T06:35:47.606Z | Downloaded cargo_toml v0.20.4 |
300 | 2024-08-16T06:35:47.609Z | Downloaded block-buffer v0.10.4 |
301 | 2024-08-16T06:35:47.609Z | Downloaded sha2 v0.10.8 |
302 | 2024-08-16T06:35:47.612Z | Downloaded pest_derive v2.7.10 |
303 | 2024-08-16T06:35:47.614Z | Downloaded clap_derive v4.5.13 |
304 | 2024-08-16T06:35:47.616Z | Downloaded quote v1.0.36 |
305 | 2024-08-16T06:35:47.619Z | Downloaded bitflags v2.6.0 |
306 | 2024-08-16T06:35:47.621Z | Downloaded dtrace-parser v0.2.0 |
307 | 2024-08-16T06:35:47.626Z | Downloaded usdt-attr-macro v0.5.0 |
308 | 2024-08-16T06:35:47.628Z | Downloaded usdt-macro v0.5.0 |
309 | 2024-08-16T06:35:47.630Z | Downloaded ryu v1.0.18 |
310 | 2024-08-16T06:35:47.633Z | Downloaded clap v4.5.16 |
311 | 2024-08-16T06:35:47.639Z | Downloaded pest_meta v2.7.10 |
312 | 2024-08-16T06:35:47.642Z | Downloaded unicode-ident v1.0.12 |
313 | 2024-08-16T06:35:47.644Z | Downloaded heck v0.4.1 |
314 | 2024-08-16T06:35:47.646Z | Downloaded toml_datetime v0.6.8 |
315 | 2024-08-16T06:35:47.648Z | Downloaded thread-id v4.2.1 |
316 | 2024-08-16T06:35:47.648Z | Downloaded plain v0.2.3 |
317 | 2024-08-16T06:35:47.648Z | Downloaded itoa v1.0.11 |
318 | 2024-08-16T06:35:47.651Z | Downloaded fs-err v2.11.0 |
319 | 2024-08-16T06:35:47.653Z | Downloaded ucd-trie v0.1.6 |
320 | 2024-08-16T06:35:47.653Z | Downloaded thiserror v1.0.63 |
321 | 2024-08-16T06:35:47.657Z | Downloaded toml v0.8.19 |
322 | 2024-08-16T06:35:47.660Z | Downloaded version_check v0.9.5 |
323 | 2024-08-16T06:35:47.663Z | Downloaded tabled_derive v0.7.0 |
324 | 2024-08-16T06:35:47.663Z | Downloaded strsim v0.11.1 |
325 | 2024-08-16T06:35:47.665Z | Downloaded serde_tokenstream v0.2.2 |
326 | 2024-08-16T06:35:47.665Z | Downloaded pest_generator v2.7.10 |
327 | 2024-08-16T06:35:47.668Z | Downloaded serde_derive v1.0.207 |
328 | 2024-08-16T06:35:47.670Z | Downloaded errno v0.3.9 |
329 | 2024-08-16T06:35:47.670Z | Downloaded once_cell v1.19.0 |
330 | 2024-08-16T06:35:47.672Z | Downloaded semver v1.0.23 |
331 | 2024-08-16T06:35:47.677Z | Downloaded scroll v0.12.0 |
332 | 2024-08-16T06:35:47.684Z | Downloaded papergrid v0.11.0 |
333 | 2024-08-16T06:35:47.691Z | Downloaded log v0.4.21 |
334 | 2024-08-16T06:35:47.694Z | Downloaded zerocopy-derive v0.7.34 |
335 | 2024-08-16T06:35:47.698Z | Downloaded proc-macro-error v1.0.4 |
336 | 2024-08-16T06:35:47.702Z | Downloaded typenum v1.17.0 |
337 | 2024-08-16T06:35:47.704Z | Downloaded proc-macro2 v1.0.86 |
338 | 2024-08-16T06:35:47.716Z | Downloaded toml_edit v0.22.20 |
339 | 2024-08-16T06:35:47.737Z | Downloaded serde v1.0.207 |
340 | 2024-08-16T06:35:47.740Z | Downloaded memchr v2.7.2 |
341 | 2024-08-16T06:35:47.745Z | Downloaded indexmap v2.4.0 |
342 | 2024-08-16T06:35:47.752Z | Downloaded hashbrown v0.14.5 |
343 | 2024-08-16T06:35:47.766Z | Downloaded zerocopy v0.7.34 |
344 | 2024-08-16T06:35:47.781Z | Downloaded winnow v0.6.18 |
345 | 2024-08-16T06:35:47.790Z | Downloaded tabled v0.15.0 |
346 | 2024-08-16T06:35:47.805Z | Downloaded serde_json v1.0.125 |
347 | 2024-08-16T06:35:47.812Z | Downloaded syn v1.0.109 |
348 | 2024-08-16T06:35:47.823Z | Downloaded goblin v0.8.2 |
349 | 2024-08-16T06:35:47.829Z | Downloaded syn v2.0.74 |
350 | 2024-08-16T06:35:47.839Z | Downloaded pest v2.7.10 |
351 | 2024-08-16T06:35:47.843Z | Downloaded clap_builder v4.5.15 |
352 | 2024-08-16T06:35:47.850Z | Downloaded rustix v0.38.34 |
353 | 2024-08-16T06:35:47.872Z | Downloaded unicode-width v0.1.13 |
354 | 2024-08-16T06:35:47.879Z | Downloaded libc v0.2.155 |
355 | 2024-08-16T06:35:48.183Z | Compiling proc-macro2 v1.0.86 |
356 | 2024-08-16T06:35:48.183Z | Compiling unicode-ident v1.0.12 |
357 | 2024-08-16T06:35:48.185Z | Compiling version_check v0.9.5 |
358 | 2024-08-16T06:35:48.185Z | Compiling serde v1.0.207 |
359 | 2024-08-16T06:35:48.185Z | Compiling memchr v2.7.2 |
360 | 2024-08-16T06:35:48.185Z | Compiling thiserror v1.0.63 |
361 | 2024-08-16T06:35:48.185Z | Compiling libc v0.2.155 |
362 | 2024-08-16T06:35:48.218Z | Compiling ryu v1.0.18 |
363 | 2024-08-16T06:35:48.435Z | Compiling ucd-trie v0.1.6 |
364 | 2024-08-16T06:35:48.686Z | Compiling itoa v1.0.11 |
365 | 2024-08-16T06:35:48.947Z | Compiling once_cell v1.19.0 |
366 | 2024-08-16T06:35:49.074Z | Compiling byteorder v1.5.0 |
367 | 2024-08-16T06:35:49.076Z | Compiling serde_json v1.0.125 |
368 | 2024-08-16T06:35:49.501Z | Compiling proc-macro-error-attr v1.0.4 |
369 | 2024-08-16T06:35:49.524Z | Compiling usdt-impl v0.5.0 |
370 | 2024-08-16T06:35:49.546Z | Compiling rustix v0.38.34 |
371 | 2024-08-16T06:35:49.736Z | Compiling syn v1.0.109 |
372 | 2024-08-16T06:35:49.796Z | Compiling quote v1.0.36 |
373 | 2024-08-16T06:35:49.946Z | Compiling proc-macro-error v1.0.4 |
374 | 2024-08-16T06:35:50.046Z | Compiling equivalent v1.0.1 |
375 | 2024-08-16T06:35:50.159Z | Compiling syn v2.0.74 |
376 | 2024-08-16T06:35:50.245Z | Compiling bitflags v2.6.0 |
377 | 2024-08-16T06:35:50.455Z | Compiling errno v0.3.9 |
378 | 2024-08-16T06:35:50.481Z | Compiling log v0.4.21 |
379 | 2024-08-16T06:35:50.505Z | Compiling utf8parse v0.2.1 |
380 | 2024-08-16T06:35:50.631Z | Compiling hashbrown v0.14.5 |
381 | 2024-08-16T06:35:50.666Z | Compiling thread-id v4.2.1 |
382 | 2024-08-16T06:35:50.692Z | Compiling plain v0.2.3 |
383 | 2024-08-16T06:35:50.748Z | Compiling anstyle-parse v0.2.4 |
384 | 2024-08-16T06:35:50.993Z | Compiling anstyle-query v1.0.3 |
385 | 2024-08-16T06:35:51.066Z | Compiling anstyle v1.0.8 |
386 | 2024-08-16T06:35:51.135Z | Compiling colorchoice v1.0.1 |
387 | 2024-08-16T06:35:51.219Z | Compiling is_terminal_polyfill v1.70.0 |
388 | 2024-08-16T06:35:51.298Z | Compiling camino v1.1.8 |
389 | 2024-08-16T06:35:51.350Z | Compiling semver v1.0.23 |
390 | 2024-08-16T06:35:51.589Z | Compiling winnow v0.6.18 |
391 | 2024-08-16T06:35:51.615Z | Compiling autocfg v1.3.0 |
392 | 2024-08-16T06:35:51.942Z | Compiling indexmap v2.4.0 |
393 | 2024-08-16T06:35:52.022Z | Compiling pretty-hex v0.4.1 |
394 | 2024-08-16T06:35:52.207Z | Compiling terminal_size v0.3.0 |
395 | 2024-08-16T06:35:52.236Z | Compiling anstream v0.6.14 |
396 | 2024-08-16T06:35:52.501Z | Compiling clap_lex v0.7.0 |
397 | 2024-08-16T06:35:52.557Z | Compiling fnv v1.0.7 |
398 | 2024-08-16T06:35:52.647Z | Compiling fs-err v2.11.0 |
399 | 2024-08-16T06:35:52.707Z | Compiling heck v0.5.0 |
400 | 2024-08-16T06:35:52.954Z | Compiling heck v0.4.1 |
401 | 2024-08-16T06:35:53.023Z | Compiling anyhow v1.0.86 |
402 | 2024-08-16T06:35:53.051Z | Compiling strsim v0.11.1 |
403 | 2024-08-16T06:35:53.233Z | Compiling bytecount v0.6.8 |
404 | 2024-08-16T06:35:53.316Z | Compiling unicode-width v0.1.13 |
405 | 2024-08-16T06:35:53.453Z | Compiling clap_builder v4.5.15 |
406 | 2024-08-16T06:35:53.556Z | Compiling papergrid v0.11.0 |
407 | 2024-08-16T06:35:53.617Z | Compiling memmap v0.7.0 |
408 | 2024-08-16T06:35:54.596Z | Compiling swrite v0.1.0 |
409 | 2024-08-16T06:35:56.034Z | Compiling tabled_derive v0.7.0 |
410 | 2024-08-16T06:35:57.673Z | Compiling tabled v0.15.0 |
411 | 2024-08-16T06:35:58.719Z | Compiling serde_derive v1.0.207 |
412 | 2024-08-16T06:35:58.719Z | Compiling thiserror-impl v1.0.63 |
413 | 2024-08-16T06:35:58.722Z | Compiling zerocopy-derive v0.7.34 |
414 | 2024-08-16T06:35:58.833Z | Compiling scroll_derive v0.12.0 |
415 | 2024-08-16T06:35:58.968Z | Compiling clap_derive v4.5.13 |
416 | 2024-08-16T06:36:00.326Z | Compiling scroll v0.12.0 |
417 | 2024-08-16T06:36:00.808Z | Compiling goblin v0.8.2 |
418 | 2024-08-16T06:36:00.908Z | Compiling zerocopy v0.7.34 |
419 | 2024-08-16T06:36:01.434Z | Compiling pest v2.7.10 |
420 | 2024-08-16T06:36:02.862Z | Compiling clap v4.5.16 |
421 | 2024-08-16T06:36:03.729Z | Compiling pest_meta v2.7.10 |
422 | 2024-08-16T06:36:04.572Z | Compiling pest_generator v2.7.10 |
423 | 2024-08-16T06:36:06.373Z | Compiling pest_derive v2.7.10 |
424 | 2024-08-16T06:36:07.126Z | Compiling dtrace-parser v0.2.0 |
425 | 2024-08-16T06:36:09.067Z | Compiling serde_tokenstream v0.2.2 |
426 | 2024-08-16T06:36:09.199Z | Compiling serde_spanned v0.6.7 |
427 | 2024-08-16T06:36:09.199Z | Compiling toml_datetime v0.6.8 |
428 | 2024-08-16T06:36:09.220Z | Compiling cargo-platform v0.1.8 |
429 | 2024-08-16T06:36:09.502Z | Compiling toml_edit v0.22.20 |
430 | 2024-08-16T06:36:09.668Z | Compiling macaddr v1.0.1 |
431 | 2024-08-16T06:36:10.462Z | Compiling dof v0.3.0 |
432 | 2024-08-16T06:36:10.573Z | Compiling cargo_metadata v0.18.1 |
433 | 2024-08-16T06:36:12.230Z | Compiling usdt-macro v0.5.0 |
434 | 2024-08-16T06:36:12.233Z | Compiling usdt-attr-macro v0.5.0 |
435 | 2024-08-16T06:36:12.435Z | Compiling toml v0.8.19 |
436 | 2024-08-16T06:36:13.280Z | Compiling cargo_toml v0.20.4 |
437 | 2024-08-16T06:36:13.489Z | Compiling usdt v0.5.0 |
438 | 2024-08-16T06:36:17.018Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
439 | 2024-08-16T06:36:20.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.43s |
440 | 2024-08-16T06:36:21.164Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
441 | 2024-08-16T06:36:21.735Z | Downloading crates ... |
442 | 2024-08-16T06:36:21.855Z | Downloaded atomicwrites v0.4.3 |
443 | 2024-08-16T06:36:21.861Z | Downloaded assert_matches v1.5.0 |
444 | 2024-08-16T06:36:21.866Z | Downloaded addr2line v0.21.0 |
445 | 2024-08-16T06:36:21.871Z | Downloaded bitstruct v0.1.1 |
446 | 2024-08-16T06:36:21.882Z | Downloaded cstr-argument v0.1.2 |
447 | 2024-08-16T06:36:21.885Z | Downloaded crunchy v0.2.2 |
448 | 2024-08-16T06:36:21.885Z | Downloaded num-conv v0.1.0 |
449 | 2024-08-16T06:36:21.888Z | Downloaded darling_macro v0.20.9 |
450 | 2024-08-16T06:36:21.888Z | Downloaded ident_case v1.0.1 |
451 | 2024-08-16T06:36:21.890Z | Downloaded hyper-rustls v0.24.2 |
452 | 2024-08-16T06:36:21.893Z | Downloaded hubpack v0.1.2 |
453 | 2024-08-16T06:36:21.896Z | Downloaded hubpack_derive v0.1.1 |
454 | 2024-08-16T06:36:21.896Z | Downloaded newtype_derive v0.1.6 |
455 | 2024-08-16T06:36:21.898Z | Downloaded newline-converter v0.3.0 |
456 | 2024-08-16T06:36:21.900Z | Downloaded atty v0.2.14 |
457 | 2024-08-16T06:36:21.900Z | Downloaded instant v0.1.12 |
458 | 2024-08-16T06:36:21.903Z | Downloaded async-stream v0.3.5 |
459 | 2024-08-16T06:36:21.905Z | Downloaded ascii-canvas v3.0.0 |
460 | 2024-08-16T06:36:21.910Z | Downloaded cexpr v0.6.0 |
461 | 2024-08-16T06:36:21.910Z | Downloaded num_threads v0.1.7 |
462 | 2024-08-16T06:36:21.913Z | Downloaded md-5 v0.10.6 |
463 | 2024-08-16T06:36:21.913Z | Downloaded impl-trait-for-tuples v0.2.2 |
464 | 2024-08-16T06:36:21.916Z | Downloaded openssl-macros v0.1.1 |
465 | 2024-08-16T06:36:21.918Z | Downloaded linear-map v1.2.0 |
466 | 2024-08-16T06:36:21.918Z | Downloaded ipnetwork v0.20.0 |
467 | 2024-08-16T06:36:21.921Z | Downloaded constant_time_eq v0.3.0 |
468 | 2024-08-16T06:36:21.923Z | Downloaded num-integer v0.1.46 |
469 | 2024-08-16T06:36:21.926Z | Downloaded buf-list v1.0.3 |
470 | 2024-08-16T06:36:21.928Z | Downloaded chacha20 v0.9.1 |
471 | 2024-08-16T06:36:21.930Z | Downloaded lru-cache v0.1.2 |
472 | 2024-08-16T06:36:21.933Z | Downloaded num_enum v0.5.11 |
473 | 2024-08-16T06:36:21.937Z | Downloaded memoffset v0.9.1 |
474 | 2024-08-16T06:36:21.940Z | Downloaded num-derive v0.4.2 |
475 | 2024-08-16T06:36:21.942Z | Downloaded num-rational v0.4.2 |
476 | 2024-08-16T06:36:21.944Z | Downloaded atomic-waker v1.1.2 |
477 | 2024-08-16T06:36:21.947Z | Downloaded native-tls v0.2.11 |
478 | 2024-08-16T06:36:21.949Z | Downloaded mime_guess v2.0.4 |
479 | 2024-08-16T06:36:21.951Z | Downloaded bcs v0.1.6 |
480 | 2024-08-16T06:36:21.955Z | Downloaded libloading v0.8.3 |
481 | 2024-08-16T06:36:21.955Z | Downloaded debug-ignore v1.0.5 |
482 | 2024-08-16T06:36:21.957Z | Downloaded iana-time-zone v0.1.60 |
483 | 2024-08-16T06:36:21.960Z | Downloaded miniz_oxide v0.7.2 |
484 | 2024-08-16T06:36:21.963Z | Downloaded crc32fast v1.4.0 |
485 | 2024-08-16T06:36:21.967Z | Downloaded nu-ansi-term v0.50.0 |
486 | 2024-08-16T06:36:21.971Z | Downloaded mockall_derive v0.13.0 |
487 | 2024-08-16T06:36:21.973Z | Downloaded ciborium v0.2.2 |
488 | 2024-08-16T06:36:21.976Z | Downloaded async-trait v0.1.81 |
489 | 2024-08-16T06:36:21.979Z | Downloaded omicron-zone-package v0.11.0 |
490 | 2024-08-16T06:36:21.982Z | Downloaded crucible-workspace-hack v0.1.0 |
491 | 2024-08-16T06:36:21.985Z | Downloaded indent_write v2.2.0 |
492 | 2024-08-16T06:36:21.985Z | Downloaded cfg_aliases v0.1.1 |
493 | 2024-08-16T06:36:21.987Z | Downloaded cobs v0.2.3 |
494 | 2024-08-16T06:36:21.987Z | Downloaded arrayref v0.3.7 |
495 | 2024-08-16T06:36:21.990Z | Downloaded is_ci v1.2.0 |
496 | 2024-08-16T06:36:21.992Z | Downloaded salsa20 v0.10.2 |
497 | 2024-08-16T06:36:21.992Z | Downloaded curve25519-dalek-derive v0.1.1 |
498 | 2024-08-16T06:36:21.995Z | Downloaded number_prefix v0.4.0 |
499 | 2024-08-16T06:36:21.997Z | Downloaded normalize-line-endings v0.3.0 |
500 | 2024-08-16T06:36:21.997Z | Downloaded new_debug_unreachable v1.0.6 |
501 | 2024-08-16T06:36:21.999Z | Downloaded is-terminal v0.4.12 |
502 | 2024-08-16T06:36:22.000Z | Downloaded darling v0.20.9 |
503 | 2024-08-16T06:36:22.004Z | Downloaded nodrop v0.1.14 |
504 | 2024-08-16T06:36:22.007Z | Downloaded snafu-derive v0.8.2 |
505 | 2024-08-16T06:36:22.009Z | Downloaded bb8 v0.8.5 |
506 | 2024-08-16T06:36:22.009Z | Downloaded tui-tree-widget v0.22.0 |
507 | 2024-08-16T06:36:22.012Z | Downloaded indoc v1.0.9 |
508 | 2024-08-16T06:36:22.015Z | Downloaded openssl-probe v0.1.5 |
509 | 2024-08-16T06:36:22.017Z | Downloaded foreign-types-shared v0.3.1 |
510 | 2024-08-16T06:36:22.017Z | Downloaded try-lock v0.2.5 |
511 | 2024-08-16T06:36:22.019Z | Downloaded twox-hash v1.6.3 |
512 | 2024-08-16T06:36:22.021Z | Downloaded foreign-types-macros v0.2.3 |
513 | 2024-08-16T06:36:22.022Z | Downloaded nanorand v0.7.0 |
514 | 2024-08-16T06:36:22.024Z | Downloaded csv-core v0.1.11 |
515 | 2024-08-16T06:36:22.027Z | Downloaded mime v0.3.17 |
516 | 2024-08-16T06:36:22.029Z | Downloaded display-error-chain v0.2.0 |
517 | 2024-08-16T06:36:22.029Z | Downloaded bit-vec v0.6.3 |
518 | 2024-08-16T06:36:22.032Z | Downloaded kstat-rs v0.2.4 |
519 | 2024-08-16T06:36:22.034Z | Downloaded cipher v0.4.4 |
520 | 2024-08-16T06:36:22.034Z | Downloaded parse-size v1.0.0 |
521 | 2024-08-16T06:36:22.037Z | Downloaded foreign-types-shared v0.1.1 |
522 | 2024-08-16T06:36:22.037Z | Downloaded downcast v0.11.0 |
523 | 2024-08-16T06:36:22.039Z | Downloaded instability v0.3.2 |
524 | 2024-08-16T06:36:22.042Z | Downloaded data-encoding v2.6.0 |
525 | 2024-08-16T06:36:22.042Z | Downloaded num-iter v0.1.45 |
526 | 2024-08-16T06:36:22.044Z | Downloaded mockall v0.13.0 |
527 | 2024-08-16T06:36:22.048Z | Downloaded crc v3.2.1 |
528 | 2024-08-16T06:36:22.050Z | Downloaded slog-bunyan v2.5.0 |
529 | 2024-08-16T06:36:22.050Z | Downloaded indicatif v0.17.8 |
530 | 2024-08-16T06:36:22.054Z | Downloaded time-core v0.1.2 |
531 | 2024-08-16T06:36:22.056Z | Downloaded fallible-iterator v0.2.0 |
532 | 2024-08-16T06:36:22.059Z | Downloaded static_assertions v1.1.0 |
533 | 2024-08-16T06:36:22.061Z | Downloaded pretty-hex v0.2.1 |
534 | 2024-08-16T06:36:22.061Z | Downloaded tokio-stream v0.1.15 |
535 | 2024-08-16T06:36:22.066Z | Downloaded tls_codec_derive v0.4.1 |
536 | 2024-08-16T06:36:22.068Z | Downloaded group v0.13.0 |
537 | 2024-08-16T06:36:22.071Z | Downloaded which v4.4.2 |
538 | 2024-08-16T06:36:22.073Z | Downloaded jobserver v0.1.32 |
539 | 2024-08-16T06:36:22.076Z | Downloaded subprocess v0.2.9 |
540 | 2024-08-16T06:36:22.078Z | Downloaded quick-error v1.2.3 |
541 | 2024-08-16T06:36:22.081Z | Downloaded zeroize v1.7.0 |
542 | 2024-08-16T06:36:22.081Z | Downloaded ipnet v2.9.0 |
543 | 2024-08-16T06:36:22.084Z | Downloaded form_urlencoded v1.2.1 |
544 | 2024-08-16T06:36:22.086Z | Downloaded percent-encoding v2.3.1 |
545 | 2024-08-16T06:36:22.086Z | Downloaded pkg-config v0.3.30 |
546 | 2024-08-16T06:36:22.089Z | Downloaded base64 v0.13.1 |
547 | 2024-08-16T06:36:22.091Z | Downloaded strum v0.26.3 |
548 | 2024-08-16T06:36:22.095Z | Downloaded globset v0.4.14 |
549 | 2024-08-16T06:36:22.098Z | Downloaded cookie v0.18.1 |
550 | 2024-08-16T06:36:22.098Z | Downloaded num-complex v0.4.6 |
551 | 2024-08-16T06:36:22.100Z | Downloaded resolv-conf v0.7.0 |
552 | 2024-08-16T06:36:22.103Z | Downloaded multer v3.1.0 |
553 | 2024-08-16T06:36:22.105Z | Downloaded glob v0.3.1 |
554 | 2024-08-16T06:36:22.108Z | Downloaded opaque-debug v0.3.1 |
555 | 2024-08-16T06:36:22.110Z | Downloaded defmt-parser v0.3.4 |
556 | 2024-08-16T06:36:22.110Z | Downloaded fd-lock v4.0.2 |
557 | 2024-08-16T06:36:22.112Z | Downloaded cancel-safe-futures v0.1.5 |
558 | 2024-08-16T06:36:22.116Z | Downloaded serde_arrays v0.1.0 |
559 | 2024-08-16T06:36:22.119Z | Downloaded signature v2.2.0 |
560 | 2024-08-16T06:36:22.122Z | Downloaded blake2 v0.10.6 |
561 | 2024-08-16T06:36:22.124Z | Downloaded allocator-api2 v0.2.18 |
562 | 2024-08-16T06:36:22.126Z | Downloaded pem-rfc7468 v0.7.0 |
563 | 2024-08-16T06:36:22.129Z | Downloaded phf_shared v0.10.0 |
564 | 2024-08-16T06:36:22.131Z | Downloaded rand_xorshift v0.3.0 |
565 | 2024-08-16T06:36:22.131Z | Downloaded httparse v1.8.0 |
566 | 2024-08-16T06:36:22.134Z | Downloaded strum_macros v0.24.3 |
567 | 2024-08-16T06:36:22.137Z | Downloaded const_format v0.2.32 |
568 | 2024-08-16T06:36:22.142Z | Downloaded sqlparser_derive v0.2.2 |
569 | 2024-08-16T06:36:22.145Z | Downloaded unicode-truncate v1.0.0 |
570 | 2024-08-16T06:36:22.148Z | Downloaded rusty-fork v0.3.0 |
571 | 2024-08-16T06:36:22.148Z | Downloaded pkcs8 v0.10.2 |
572 | 2024-08-16T06:36:22.150Z | Downloaded backtrace v0.3.71 |
573 | 2024-08-16T06:36:22.156Z | Downloaded shell-words v1.1.0 |
574 | 2024-08-16T06:36:22.159Z | Downloaded vte_generate_state_changes v0.1.1 |
575 | 2024-08-16T06:36:22.159Z | Downloaded futures-sink v0.3.30 |
576 | 2024-08-16T06:36:22.161Z | Downloaded futures-macro v0.3.30 |
577 | 2024-08-16T06:36:22.163Z | Downloaded smallvec v1.13.2 |
578 | 2024-08-16T06:36:22.166Z | Downloaded tungstenite v0.20.1 |
579 | 2024-08-16T06:36:22.168Z | Downloaded nom v7.1.3 |
580 | 2024-08-16T06:36:22.175Z | Downloaded tiny-keccak v2.0.2 |
581 | 2024-08-16T06:36:22.178Z | Downloaded phf_shared v0.11.2 |
582 | 2024-08-16T06:36:22.180Z | Downloaded tower-service v0.3.2 |
583 | 2024-08-16T06:36:22.183Z | Downloaded strum_macros v0.26.4 |
584 | 2024-08-16T06:36:22.185Z | Downloaded scopeguard v1.2.0 |
585 | 2024-08-16T06:36:22.185Z | Downloaded http-range v0.1.5 |
586 | 2024-08-16T06:36:22.188Z | Downloaded fallible-streaming-iterator v0.1.9 |
587 | 2024-08-16T06:36:22.188Z | Downloaded scrypt v0.11.0 |
588 | 2024-08-16T06:36:22.190Z | Downloaded semver v0.1.20 |
589 | 2024-08-16T06:36:22.193Z | Downloaded pkcs1 v0.7.5 |
590 | 2024-08-16T06:36:22.195Z | Downloaded vsss-rs v3.3.4 |
591 | 2024-08-16T06:36:22.198Z | Downloaded crossbeam-epoch v0.9.18 |
592 | 2024-08-16T06:36:22.200Z | Downloaded dirs-next v2.0.0 |
593 | 2024-08-16T06:36:22.202Z | Downloaded fastrand v2.1.0 |
594 | 2024-08-16T06:36:22.205Z | Downloaded hex v0.4.3 |
595 | 2024-08-16T06:36:22.207Z | Downloaded futures-io v0.3.30 |
596 | 2024-08-16T06:36:22.207Z | Downloaded utf-8 v0.7.6 |
597 | 2024-08-16T06:36:22.215Z | Downloaded unarray v0.1.4 |
598 | 2024-08-16T06:36:22.215Z | Downloaded wait-timeout v0.2.0 |
599 | 2024-08-16T06:36:22.215Z | Downloaded tokio-macros v2.4.0 |
600 | 2024-08-16T06:36:22.215Z | Downloaded slog v2.7.0 |
601 | 2024-08-16T06:36:22.219Z | Downloaded socket2 v0.5.7 |
602 | 2024-08-16T06:36:22.219Z | Downloaded ref-cast v1.0.23 |
603 | 2024-08-16T06:36:22.222Z | Downloaded sigpipe v0.1.3 |
604 | 2024-08-16T06:36:22.224Z | Downloaded tungstenite v0.21.0 |
605 | 2024-08-16T06:36:22.239Z | Downloaded serde-big-array v0.5.1 |
606 | 2024-08-16T06:36:22.242Z | Downloaded untrusted v0.7.1 |
607 | 2024-08-16T06:36:22.242Z | Downloaded strip-ansi-escapes v0.2.0 |
608 | 2024-08-16T06:36:22.244Z | Downloaded heck v0.3.3 |
609 | 2024-08-16T06:36:22.244Z | Downloaded futures-task v0.3.30 |
610 | 2024-08-16T06:36:22.247Z | Downloaded futures-executor v0.3.30 |
611 | 2024-08-16T06:36:22.250Z | Downloaded float-cmp v0.9.0 |
612 | 2024-08-16T06:36:22.250Z | Downloaded tokio-tungstenite v0.21.0 |
613 | 2024-08-16T06:36:22.253Z | Downloaded ena v0.14.3 |
614 | 2024-08-16T06:36:22.253Z | Downloaded rpassword v7.3.1 |
615 | 2024-08-16T06:36:22.255Z | Downloaded precomputed-hash v0.1.1 |
616 | 2024-08-16T06:36:22.255Z | Downloaded defmt-macros v0.3.9 |
617 | 2024-08-16T06:36:22.259Z | Downloaded fragile v2.0.0 |
618 | 2024-08-16T06:36:22.261Z | Downloaded rand_chacha v0.3.1 |
619 | 2024-08-16T06:36:22.263Z | Downloaded predicates-core v1.0.6 |
620 | 2024-08-16T06:36:22.266Z | Downloaded term v0.7.0 |
621 | 2024-08-16T06:36:22.268Z | Downloaded vte v0.11.1 |
622 | 2024-08-16T06:36:22.271Z | Downloaded fxhash v0.2.1 |
623 | 2024-08-16T06:36:22.274Z | Downloaded filetime v0.2.24 |
624 | 2024-08-16T06:36:22.274Z | Downloaded diesel_table_macro_syntax v0.2.0 |
625 | 2024-08-16T06:36:22.276Z | Downloaded socket2 v0.4.10 |
626 | 2024-08-16T06:36:22.278Z | Downloaded crypto-bigint v0.5.5 |
627 | 2024-08-16T06:36:22.284Z | Downloaded structmeta v0.2.0 |
628 | 2024-08-16T06:36:22.286Z | Downloaded waitgroup v0.1.2 |
629 | 2024-08-16T06:36:22.286Z | Downloaded peg-macros v0.8.4 |
630 | 2024-08-16T06:36:22.289Z | Downloaded rustc_version v0.4.0 |
631 | 2024-08-16T06:36:22.291Z | Downloaded predicates v3.1.2 |
632 | 2024-08-16T06:36:22.294Z | Downloaded tempfile v3.10.1 |
633 | 2024-08-16T06:36:22.297Z | Downloaded ff v0.13.0 |
634 | 2024-08-16T06:36:22.299Z | Downloaded siphasher v0.3.11 |
635 | 2024-08-16T06:36:22.301Z | Downloaded mio v0.8.11 |
636 | 2024-08-16T06:36:22.307Z | Downloaded signal-hook-registry v1.4.2 |
637 | 2024-08-16T06:36:22.309Z | Downloaded serde_plain v1.0.2 |
638 | 2024-08-16T06:36:22.312Z | Downloaded ppv-lite86 v0.2.17 |
639 | 2024-08-16T06:36:22.315Z | Downloaded powerfmt v0.2.0 |
640 | 2024-08-16T06:36:22.315Z | Downloaded fatfs v0.3.6 |
641 | 2024-08-16T06:36:22.317Z | Downloaded derive_builder_macro v0.20.0 |
642 | 2024-08-16T06:36:22.320Z | Downloaded typed-path v0.7.1 |
643 | 2024-08-16T06:36:22.325Z | Downloaded termcolor v1.4.1 |
644 | 2024-08-16T06:36:22.328Z | Downloaded peg-runtime v0.8.3 |
645 | 2024-08-16T06:36:22.330Z | Downloaded oso-derive v0.27.3 |
646 | 2024-08-16T06:36:22.330Z | Downloaded hash32 v0.2.1 |
647 | 2024-08-16T06:36:22.332Z | Downloaded parking_lot v0.12.2 |
648 | 2024-08-16T06:36:22.335Z | Downloaded pbkdf2 v0.12.2 |
649 | 2024-08-16T06:36:22.337Z | Downloaded parking_lot v0.11.2 |
650 | 2024-08-16T06:36:22.340Z | Downloaded gethostname v0.5.0 |
651 | 2024-08-16T06:36:22.342Z | Downloaded path-slash v0.1.5 |
652 | 2024-08-16T06:36:22.342Z | Downloaded foreign-types v0.5.0 |
653 | 2024-08-16T06:36:22.345Z | Downloaded enum-as-inner v0.6.0 |
654 | 2024-08-16T06:36:22.345Z | Downloaded float-ord v0.3.2 |
655 | 2024-08-16T06:36:22.348Z | Downloaded dirs-sys-next v0.1.2 |
656 | 2024-08-16T06:36:22.348Z | Downloaded hash32 v0.3.1 |
657 | 2024-08-16T06:36:22.355Z | Downloaded futures-core v0.3.30 |
658 | 2024-08-16T06:36:22.369Z | Downloaded serde_path_to_error v0.1.16 |
659 | 2024-08-16T06:36:22.369Z | Downloaded tar v0.4.41 |
660 | 2024-08-16T06:36:22.369Z | Downloaded want v0.3.1 |
661 | 2024-08-16T06:36:22.369Z | Downloaded portpicker v0.1.1 |
662 | 2024-08-16T06:36:22.369Z | Downloaded structmeta v0.3.0 |
663 | 2024-08-16T06:36:22.369Z | Downloaded signal-hook-mio v0.2.4 |
664 | 2024-08-16T06:36:22.369Z | Downloaded termios v0.3.3 |
665 | 2024-08-16T06:36:22.369Z | Downloaded flagset v0.4.5 |
666 | 2024-08-16T06:36:22.372Z | Downloaded rustc-hash v1.1.0 |
667 | 2024-08-16T06:36:22.372Z | Downloaded rand_core v0.6.4 |
668 | 2024-08-16T06:36:22.372Z | Downloaded proc-macro-crate v1.3.1 |
669 | 2024-08-16T06:36:22.372Z | Downloaded tabwriter v1.4.0 |
670 | 2024-08-16T06:36:22.372Z | Downloaded diesel_derives v2.2.2 |
671 | 2024-08-16T06:36:22.375Z | Downloaded crossterm v0.28.1 |
672 | 2024-08-16T06:36:22.383Z | Downloaded schemars v0.8.21 |
673 | 2024-08-16T06:36:22.396Z | Downloaded peg v0.8.4 |
674 | 2024-08-16T06:36:22.400Z | Downloaded pin-utils v0.1.0 |
675 | 2024-08-16T06:36:22.403Z | Downloaded termtree v0.4.1 |
676 | 2024-08-16T06:36:22.403Z | Downloaded unicode-linebreak v0.1.5 |
677 | 2024-08-16T06:36:22.406Z | Downloaded slog-async v2.8.0 |
678 | 2024-08-16T06:36:22.406Z | Downloaded itertools v0.12.1 |
679 | 2024-08-16T06:36:22.413Z | Downloaded r2d2 v0.8.10 |
680 | 2024-08-16T06:36:22.415Z | Downloaded unicode-xid v0.2.4 |
681 | 2024-08-16T06:36:22.418Z | Downloaded ron v0.7.1 |
682 | 2024-08-16T06:36:22.421Z | Downloaded ron v0.8.1 |
683 | 2024-08-16T06:36:22.427Z | Downloaded predicates-tree v1.0.9 |
684 | 2024-08-16T06:36:22.430Z | Downloaded spin v0.5.2 |
685 | 2024-08-16T06:36:22.432Z | Downloaded tinyvec_macros v0.1.1 |
686 | 2024-08-16T06:36:22.432Z | Downloaded ref-cast-impl v1.0.23 |
687 | 2024-08-16T06:36:22.434Z | Downloaded highway v1.2.0 |
688 | 2024-08-16T06:36:22.434Z | Downloaded zeroize_derive v1.4.2 |
689 | 2024-08-16T06:36:22.437Z | Downloaded rustc-demangle v0.1.24 |
690 | 2024-08-16T06:36:22.439Z | Downloaded rand_seeder v0.3.0 |
691 | 2024-08-16T06:36:22.441Z | Downloaded dyn-clone v1.0.17 |
692 | 2024-08-16T06:36:22.441Z | Downloaded derive_more v0.99.18 |
693 | 2024-08-16T06:36:22.446Z | Downloaded walkdir v2.5.0 |
694 | 2024-08-16T06:36:22.448Z | Downloaded sha1 v0.10.6 |
695 | 2024-08-16T06:36:22.451Z | Downloaded strum_macros v0.25.3 |
696 | 2024-08-16T06:36:22.454Z | Downloaded headers-core v0.2.0 |
697 | 2024-08-16T06:36:22.454Z | Downloaded fixedbitset v0.4.2 |
698 | 2024-08-16T06:36:22.459Z | Downloaded crossterm v0.27.0 |
699 | 2024-08-16T06:36:22.462Z | Downloaded aho-corasick v1.1.3 |
700 | 2024-08-16T06:36:22.468Z | Downloaded endian-type v0.1.2 |
701 | 2024-08-16T06:36:22.471Z | Downloaded radium v0.7.0 |
702 | 2024-08-16T06:36:22.471Z | Downloaded structmeta-derive v0.2.0 |
703 | 2024-08-16T06:36:22.473Z | Downloaded smallvec v0.6.14 |
704 | 2024-08-16T06:36:22.475Z | Downloaded hickory-client v0.24.1 |
705 | 2024-08-16T06:36:22.478Z | Downloaded dsl_auto_type v0.1.2 |
706 | 2024-08-16T06:36:22.478Z | Downloaded zone v0.1.8 |
707 | 2024-08-16T06:36:22.480Z | Downloaded foreign-types v0.3.2 |
708 | 2024-08-16T06:36:22.481Z | Downloaded yasna v0.5.2 |
709 | 2024-08-16T06:36:22.483Z | Downloaded slog-stdlog v4.1.1 |
710 | 2024-08-16T06:36:22.486Z | Downloaded tls_codec v0.4.1 |
711 | 2024-08-16T06:36:22.486Z | Downloaded serde_repr v0.1.19 |
712 | 2024-08-16T06:36:22.488Z | Downloaded pin-project-lite v0.2.14 |
713 | 2024-08-16T06:36:22.493Z | Downloaded smf v0.2.3 |
714 | 2024-08-16T06:36:22.495Z | Downloaded rustc_version v0.1.7 |
715 | 2024-08-16T06:36:22.496Z | Downloaded unsafe-libyaml v0.2.11 |
716 | 2024-08-16T06:36:22.499Z | Downloaded der v0.7.9 |
717 | 2024-08-16T06:36:22.504Z | Downloaded tokio-native-tls v0.3.1 |
718 | 2024-08-16T06:36:22.507Z | Downloaded shlex v1.3.0 |
719 | 2024-08-16T06:36:22.509Z | Downloaded openssl-sys v0.9.103 |
720 | 2024-08-16T06:36:22.513Z | Downloaded heapless v0.8.0 |
721 | 2024-08-16T06:36:22.517Z | Downloaded derive_builder_core v0.20.0 |
722 | 2024-08-16T06:36:22.520Z | Downloaded smawk v0.3.2 |
723 | 2024-08-16T06:36:22.522Z | Downloaded serde_urlencoded v0.7.1 |
724 | 2024-08-16T06:36:22.525Z | Downloaded whoami v1.5.1 |
725 | 2024-08-16T06:36:22.527Z | Downloaded universal-hash v0.5.1 |
726 | 2024-08-16T06:36:22.527Z | Downloaded rand v0.8.5 |
727 | 2024-08-16T06:36:22.531Z | Downloaded serde_with v3.8.3 |
728 | 2024-08-16T06:36:22.540Z | Downloaded similar v2.5.0 |
729 | 2024-08-16T06:36:22.544Z | Downloaded spin v0.9.8 |
730 | 2024-08-16T06:36:22.548Z | Downloaded signal-hook v0.3.17 |
731 | 2024-08-16T06:36:22.551Z | Downloaded hashlink v0.9.1 |
732 | 2024-08-16T06:36:22.554Z | Downloaded tokio-tungstenite v0.20.1 |
733 | 2024-08-16T06:36:22.557Z | Downloaded http v0.2.12 |
734 | 2024-08-16T06:36:22.560Z | Downloaded test-strategy v0.3.1 |
735 | 2024-08-16T06:36:22.563Z | Downloaded x509-cert v0.2.5 |
736 | 2024-08-16T06:36:22.569Z | Downloaded funty v2.0.0 |
737 | 2024-08-16T06:36:22.572Z | Downloaded unicode-bidi v0.3.15 |
738 | 2024-08-16T06:36:22.574Z | Downloaded der_derive v0.7.2 |
739 | 2024-08-16T06:36:22.577Z | Downloaded zip v0.6.6 |
740 | 2024-08-16T06:36:22.580Z | Downloaded serde_yaml v0.9.34+deprecated |
741 | 2024-08-16T06:36:22.584Z | Downloaded rayon-core v1.12.1 |
742 | 2024-08-16T06:36:22.588Z | Downloaded publicsuffix v2.2.3 |
743 | 2024-08-16T06:36:22.591Z | Downloaded tokio-util v0.7.11 |
744 | 2024-08-16T06:36:22.598Z | Downloaded futures v0.3.30 |
745 | 2024-08-16T06:36:22.603Z | Downloaded rsa v0.9.6 |
746 | 2024-08-16T06:36:22.609Z | Downloaded time v0.3.36 |
747 | 2024-08-16T06:36:22.616Z | Downloaded zerocopy v0.6.6 |
748 | 2024-08-16T06:36:22.619Z | Downloaded prettyplease v0.2.20 |
749 | 2024-08-16T06:36:22.623Z | Downloaded hickory-server v0.24.1 |
750 | 2024-08-16T06:36:22.629Z | Downloaded heapless v0.7.17 |
751 | 2024-08-16T06:36:22.633Z | Downloaded portable-atomic v1.6.0 |
752 | 2024-08-16T06:36:22.640Z | Downloaded unicode_categories v0.1.1 |
753 | 2024-08-16T06:36:22.642Z | Downloaded flume v0.11.0 |
754 | 2024-08-16T06:36:22.646Z | Downloaded futures-util v0.3.30 |
755 | 2024-08-16T06:36:22.659Z | Downloaded object v0.32.2 |
756 | 2024-08-16T06:36:22.670Z | Downloaded hickory-resolver v0.24.1 |
757 | 2024-08-16T06:36:22.675Z | Downloaded reedline v0.33.0 |
758 | 2024-08-16T06:36:22.683Z | Downloaded regex-automata v0.1.10 |
759 | 2024-08-16T06:36:22.689Z | Downloaded toml_edit v0.19.15 |
760 | 2024-08-16T06:36:22.707Z | Downloaded unicode-normalization v0.1.23 |
761 | 2024-08-16T06:36:22.711Z | Downloaded flate2 v1.0.31 |
762 | 2024-08-16T06:36:22.716Z | Downloaded hashbrown v0.13.2 |
763 | 2024-08-16T06:36:22.721Z | Downloaded sqlparser v0.45.0 |
764 | 2024-08-16T06:36:22.727Z | Downloaded rusqlite v0.31.0 |
765 | 2024-08-16T06:36:22.734Z | Downloaded object v0.30.4 |
766 | 2024-08-16T06:36:22.744Z | Downloaded git2 v0.19.0 |
767 | 2024-08-16T06:36:22.753Z | Downloaded webpki-roots v0.25.4 |
768 | 2024-08-16T06:36:22.758Z | Downloaded openssl v0.10.66 |
769 | 2024-08-16T06:36:22.768Z | Downloaded vcpkg v0.2.15 |
770 | 2024-08-16T06:36:22.807Z | Downloaded openapiv3 v2.0.0 |
771 | 2024-08-16T06:36:22.819Z | Downloaded winnow v0.5.40 |
772 | 2024-08-16T06:36:22.830Z | Downloaded radix_trie v0.2.1 |
773 | 2024-08-16T06:36:22.835Z | Downloaded proptest v1.5.0 |
774 | 2024-08-16T06:36:22.844Z | Downloaded curve25519-dalek v4.1.3 |
775 | 2024-08-16T06:36:22.854Z | Downloaded gimli v0.28.1 |
776 | 2024-08-16T06:36:22.862Z | Downloaded nix v0.27.1 |
777 | 2024-08-16T06:36:22.874Z | Downloaded regex v1.10.6 |
778 | 2024-08-16T06:36:22.887Z | Downloaded smoltcp v0.9.1 |
779 | 2024-08-16T06:36:22.899Z | Downloaded rustls v0.22.4 |
780 | 2024-08-16T06:36:22.912Z | Downloaded regex-syntax v0.8.4 |
781 | 2024-08-16T06:36:22.921Z | Downloaded hickory-proto v0.24.1 |
782 | 2024-08-16T06:36:22.937Z | Downloaded diesel v2.2.2 |
783 | 2024-08-16T06:36:22.956Z | Downloaded smoltcp v0.11.0 |
784 | 2024-08-16T06:36:22.968Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
785 | 2024-08-16T06:36:22.980Z | Downloaded csv v1.3.0 |
786 | 2024-08-16T06:36:22.999Z | Downloaded ratatui v0.28.0 |
787 | 2024-08-16T06:36:23.018Z | Downloaded zerocopy-derive v0.6.6 |
788 | 2024-08-16T06:36:23.027Z | Downloaded regex-syntax v0.6.29 |
789 | 2024-08-16T06:36:23.034Z | Downloaded bstr v1.9.1 |
790 | 2024-08-16T06:36:23.044Z | Downloaded polar-core v0.27.3 |
791 | 2024-08-16T06:36:23.052Z | Downloaded rustls v0.21.12 |
792 | 2024-08-16T06:36:23.064Z | Downloaded sled v0.34.7 |
793 | 2024-08-16T06:36:23.073Z | Downloaded regress v0.9.1 |
794 | 2024-08-16T06:36:23.082Z | Downloaded bstr v0.2.17 |
795 | 2024-08-16T06:36:23.092Z | Downloaded idna v0.5.0 |
796 | 2024-08-16T06:36:23.100Z | Downloaded nix v0.28.0 |
797 | 2024-08-16T06:36:23.111Z | Downloaded rustls-webpki v0.102.4 |
798 | 2024-08-16T06:36:23.129Z | Downloaded idna v0.3.0 |
799 | 2024-08-16T06:36:23.135Z | Downloaded bitvec v1.0.1 |
800 | 2024-08-16T06:36:23.151Z | Downloaded hkdf v0.12.4 |
801 | 2024-08-16T06:36:23.153Z | Downloaded rustls-webpki v0.101.7 |
802 | 2024-08-16T06:36:23.167Z | Downloaded tokio-postgres v0.7.11 |
803 | 2024-08-16T06:36:23.172Z | Downloaded regex-automata v0.4.6 |
804 | 2024-08-16T06:36:23.190Z | Downloaded petgraph v0.6.5 |
805 | 2024-08-16T06:36:23.208Z | Downloaded hashbrown v0.12.3 |
806 | 2024-08-16T06:36:23.212Z | Downloaded finl_unicode v1.2.0 |
807 | 2024-08-16T06:36:23.225Z | Downloaded tokio v1.39.2 |
808 | 2024-08-16T06:36:23.264Z | Downloaded rayon v1.10.0 |
809 | 2024-08-16T06:36:23.272Z | Downloaded bindgen v0.69.4 |
810 | 2024-08-16T06:36:23.280Z | Downloaded postcard v1.0.8 |
811 | 2024-08-16T06:36:23.284Z | Downloaded reqwest v0.11.27 |
812 | 2024-08-16T06:36:23.292Z | Downloaded tough v0.17.1 |
813 | 2024-08-16T06:36:23.300Z | Downloaded chrono v0.4.38 |
814 | 2024-08-16T06:36:23.307Z | Downloaded rustyline v14.0.0 |
815 | 2024-08-16T06:36:23.312Z | Downloaded sha3 v0.10.8 |
816 | 2024-08-16T06:36:23.318Z | Downloaded idna v0.4.0 |
817 | 2024-08-16T06:36:23.325Z | Downloaded blake3 v1.5.1 |
818 | 2024-08-16T06:36:23.333Z | Downloaded http v1.1.0 |
819 | 2024-08-16T06:36:23.337Z | Downloaded h2 v0.3.26 |
820 | 2024-08-16T06:36:23.344Z | Downloaded url v2.5.2 |
821 | 2024-08-16T06:36:23.346Z | Downloaded quick-xml v0.31.0 |
822 | 2024-08-16T06:36:23.353Z | Downloaded slog-term v2.9.1 |
823 | 2024-08-16T06:36:23.355Z | Downloaded lalrpop v0.19.12 |
824 | 2024-08-16T06:36:23.367Z | Downloaded postgres-protocol v0.6.7 |
825 | 2024-08-16T06:36:23.369Z | Downloaded tracing v0.1.40 |
826 | 2024-08-16T06:36:23.372Z | Downloaded hyper v0.14.30 |
827 | 2024-08-16T06:36:23.380Z | Downloaded samael v0.0.15 |
828 | 2024-08-16T06:36:23.385Z | Downloaded supports-color v3.0.0 |
829 | 2024-08-16T06:36:23.388Z | Downloaded slog-scope v4.4.0 |
830 | 2024-08-16T06:36:23.390Z | Downloaded slog-json v2.6.1 |
831 | 2024-08-16T06:36:23.390Z | Downloaded embedded-io v0.4.0 |
832 | 2024-08-16T06:36:23.392Z | Downloaded oso v0.27.3 |
833 | 2024-08-16T06:36:23.396Z | Downloaded psl-types v2.0.11 |
834 | 2024-08-16T06:36:23.398Z | Downloaded futures-channel v0.3.30 |
835 | 2024-08-16T06:36:23.398Z | Downloaded toolchain_find v0.4.0 |
836 | 2024-08-16T06:36:23.400Z | Downloaded either v1.13.0 |
837 | 2024-08-16T06:36:23.400Z | Downloaded parse-display-derive v0.10.0 |
838 | 2024-08-16T06:36:23.404Z | Downloaded parse-display v0.10.0 |
839 | 2024-08-16T06:36:23.404Z | Downloaded rustls-pki-types v1.7.0 |
840 | 2024-08-16T06:36:23.406Z | Downloaded rustls-pemfile v2.1.3 |
841 | 2024-08-16T06:36:23.406Z | Downloaded rustls-pemfile v1.0.4 |
842 | 2024-08-16T06:36:23.409Z | Downloaded http-body v0.4.6 |
843 | 2024-08-16T06:36:23.411Z | Downloaded getopts v0.2.21 |
844 | 2024-08-16T06:36:23.411Z | Downloaded diff v0.1.13 |
845 | 2024-08-16T06:36:23.414Z | Downloaded rcgen v0.12.1 |
846 | 2024-08-16T06:36:23.417Z | Downloaded unicode-segmentation v1.11.0 |
847 | 2024-08-16T06:36:23.420Z | Downloaded parking_lot_core v0.9.10 |
848 | 2024-08-16T06:36:23.422Z | Downloaded parking_lot_core v0.8.6 |
849 | 2024-08-16T06:36:23.425Z | Downloaded packed_struct_codegen v0.10.1 |
850 | 2024-08-16T06:36:23.427Z | Downloaded thread_local v1.1.8 |
851 | 2024-08-16T06:36:23.427Z | Downloaded thiserror-no-std v2.0.2 |
852 | 2024-08-16T06:36:23.431Z | Downloaded xattr v1.3.1 |
853 | 2024-08-16T06:36:23.434Z | Downloaded hmac v0.12.1 |
854 | 2024-08-16T06:36:23.436Z | Downloaded headers v0.3.9 |
855 | 2024-08-16T06:36:23.439Z | Downloaded libm v0.2.8 |
856 | 2024-08-16T06:36:23.448Z | Downloaded expectorate v1.1.0 |
857 | 2024-08-16T06:36:23.450Z | Downloaded untrusted v0.9.0 |
858 | 2024-08-16T06:36:23.453Z | Downloaded unicase v2.7.0 |
859 | 2024-08-16T06:36:23.453Z | Downloaded postgres-types v0.2.7 |
860 | 2024-08-16T06:36:23.455Z | Downloaded spki v0.7.3 |
861 | 2024-08-16T06:36:23.458Z | Downloaded difflib v0.4.0 |
862 | 2024-08-16T06:36:23.458Z | Downloaded time-macros v0.2.18 |
863 | 2024-08-16T06:36:23.460Z | Downloaded pin-project v1.1.5 |
864 | 2024-08-16T06:36:23.472Z | Downloaded aes v0.8.4 |
865 | 2024-08-16T06:36:23.475Z | Downloaded encoding_rs v0.8.34 |
866 | 2024-08-16T06:36:23.498Z | Downloaded tap v1.0.1 |
867 | 2024-08-16T06:36:23.501Z | Downloaded crossbeam-channel v0.5.12 |
868 | 2024-08-16T06:36:23.504Z | Downloaded elliptic-curve v0.13.8 |
869 | 2024-08-16T06:36:23.506Z | Downloaded steno v0.4.1 |
870 | 2024-08-16T06:36:23.510Z | Downloaded httpdate v1.0.3 |
871 | 2024-08-16T06:36:23.513Z | Downloaded wyz v0.5.1 |
872 | 2024-08-16T06:36:23.515Z | Downloaded topological-sort v0.2.2 |
873 | 2024-08-16T06:36:23.515Z | Downloaded string_cache v0.8.7 |
874 | 2024-08-16T06:36:23.517Z | Downloaded poly1305 v0.8.0 |
875 | 2024-08-16T06:36:23.520Z | Downloaded uuid v1.10.0 |
876 | 2024-08-16T06:36:23.522Z | Downloaded pkcs5 v0.7.1 |
877 | 2024-08-16T06:36:23.524Z | Downloaded tracing-core v0.1.32 |
878 | 2024-08-16T06:36:23.528Z | Downloaded take_mut v0.2.2 |
879 | 2024-08-16T06:36:23.530Z | Downloaded sync_wrapper v0.1.2 |
880 | 2024-08-16T06:36:23.530Z | Downloaded pem v3.0.4 |
881 | 2024-08-16T06:36:23.532Z | Downloaded bytes v1.7.1 |
882 | 2024-08-16T06:36:23.534Z | Downloaded itertools v0.13.0 |
883 | 2024-08-16T06:36:23.543Z | Downloaded cc v1.0.97 |
884 | 2024-08-16T06:36:23.546Z | Downloaded vergen v8.3.2 |
885 | 2024-08-16T06:36:23.549Z | Downloaded sqlformat v0.2.4 |
886 | 2024-08-16T06:36:23.551Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
887 | 2024-08-16T06:36:23.609Z | Downloaded sec1 v0.7.3 |
888 | 2024-08-16T06:36:23.613Z | Downloaded sct v0.7.1 |
889 | 2024-08-16T06:36:23.616Z | Downloaded scheduled-thread-pool v0.2.7 |
890 | 2024-08-16T06:36:23.616Z | Downloaded same-file v1.0.6 |
891 | 2024-08-16T06:36:23.620Z | Downloaded rustfmt-wrapper v0.2.1 |
892 | 2024-08-16T06:36:23.620Z | Downloaded toml v0.7.8 |
893 | 2024-08-16T06:36:23.623Z | Downloaded tinyvec v1.6.0 |
894 | 2024-08-16T06:36:23.625Z | Downloaded minimal-lexical v0.2.1 |
895 | 2024-08-16T06:36:23.628Z | Downloaded chacha20poly1305 v0.10.1 |
896 | 2024-08-16T06:36:23.630Z | Downloaded thiserror-impl-no-std v2.0.2 |
897 | 2024-08-16T06:36:23.632Z | Downloaded stringprep v0.1.4 |
898 | 2024-08-16T06:36:23.632Z | Downloaded snafu v0.8.2 |
899 | 2024-08-16T06:36:23.638Z | Downloaded compact_str v0.8.0 |
900 | 2024-08-16T06:36:23.642Z | Downloaded fallible-iterator v0.3.0 |
901 | 2024-08-16T06:36:23.644Z | Downloaded uzers v0.11.3 |
902 | 2024-08-16T06:36:23.646Z | Downloaded rtoolbox v0.0.2 |
903 | 2024-08-16T06:36:23.646Z | Downloaded pin-project-internal v1.1.5 |
904 | 2024-08-16T06:36:23.649Z | Downloaded darling_core v0.20.9 |
905 | 2024-08-16T06:36:23.652Z | Downloaded phf v0.11.2 |
906 | 2024-08-16T06:36:23.655Z | Downloaded paste v1.0.15 |
907 | 2024-08-16T06:36:23.657Z | Downloaded hostname v0.4.0 |
908 | 2024-08-16T06:36:23.660Z | Downloaded hostname v0.3.1 |
909 | 2024-08-16T06:36:23.660Z | Downloaded home v0.5.9 |
910 | 2024-08-16T06:36:23.662Z | Downloaded packed_struct v0.10.1 |
911 | 2024-08-16T06:36:23.662Z | Downloaded owo-colors v4.0.0 |
912 | 2024-08-16T06:36:23.665Z | Downloaded getrandom v0.2.14 |
913 | 2024-08-16T06:36:23.670Z | Downloaded env_logger v0.10.2 |
914 | 2024-08-16T06:36:23.670Z | Downloaded num-bigint-dig v0.8.4 |
915 | 2024-08-16T06:36:23.675Z | Downloaded libxml v0.3.3 |
916 | 2024-08-16T06:36:23.682Z | Downloaded itertools v0.10.5 |
917 | 2024-08-16T06:36:23.689Z | Downloaded half v2.4.1 |
918 | 2024-08-16T06:36:23.691Z | Downloaded erased-serde v0.3.31 |
919 | 2024-08-16T06:36:23.694Z | Downloaded env_logger v0.9.3 |
920 | 2024-08-16T06:36:23.696Z | Downloaded textwrap v0.16.1 |
921 | 2024-08-16T06:36:23.698Z | Downloaded serde-hex v0.1.0 |
922 | 2024-08-16T06:36:23.701Z | Downloaded rustversion v1.0.17 |
923 | 2024-08-16T06:36:23.703Z | Downloaded derive-where v1.2.7 |
924 | 2024-08-16T06:36:23.706Z | Downloaded const-oid v0.9.6 |
925 | 2024-08-16T06:36:23.711Z | Downloaded derive_builder v0.20.0 |
926 | 2024-08-16T06:36:23.714Z | Downloaded password-hash v0.5.0 |
927 | 2024-08-16T06:36:23.716Z | Downloaded deranged v0.3.11 |
928 | 2024-08-16T06:36:23.716Z | Downloaded base64 v0.21.7 |
929 | 2024-08-16T06:36:23.719Z | Downloaded bitfield-struct v0.6.1 |
930 | 2024-08-16T06:36:23.722Z | Downloaded num-traits v0.2.19 |
931 | 2024-08-16T06:36:23.724Z | Downloaded tracing-attributes v0.1.27 |
932 | 2024-08-16T06:36:23.727Z | Downloaded base64 v0.22.1 |
933 | 2024-08-16T06:36:23.730Z | Downloaded structmeta-derive v0.3.0 |
934 | 2024-08-16T06:36:23.730Z | Downloaded tokio-rustls v0.25.0 |
935 | 2024-08-16T06:36:23.732Z | Downloaded tokio-rustls v0.24.1 |
936 | 2024-08-16T06:36:23.735Z | Downloaded serde_with_macros v3.8.3 |
937 | 2024-08-16T06:36:23.737Z | Downloaded serde_derive_internals v0.29.1 |
938 | 2024-08-16T06:36:23.739Z | Downloaded subtle v2.5.0 |
939 | 2024-08-16T06:36:23.740Z | Downloaded zone_cfg_derive v0.1.2 |
940 | 2024-08-16T06:36:23.742Z | Downloaded castaway v0.2.3 |
941 | 2024-08-16T06:36:23.742Z | Downloaded mio v1.0.2 |
942 | 2024-08-16T06:36:23.746Z | Downloaded memmap2 v0.9.4 |
943 | 2024-08-16T06:36:23.750Z | Downloaded libsw v3.3.1 |
944 | 2024-08-16T06:36:23.750Z | Downloaded arc-swap v1.7.1 |
945 | 2024-08-16T06:36:23.753Z | Downloaded olpc-cjson v0.1.3 |
946 | 2024-08-16T06:36:23.756Z | Downloaded slog-envlogger v2.2.0 |
947 | 2024-08-16T06:36:23.756Z | Downloaded crossbeam-utils v0.8.19 |
948 | 2024-08-16T06:36:23.760Z | Downloaded ahash v0.8.11 |
949 | 2024-08-16T06:36:23.763Z | Downloaded stable_deref_trait v1.2.0 |
950 | 2024-08-16T06:36:23.763Z | Downloaded slog-dtrace v0.3.0 |
951 | 2024-08-16T06:36:23.765Z | Downloaded num_enum_derive v0.5.11 |
952 | 2024-08-16T06:36:23.765Z | Downloaded nibble_vec v0.1.0 |
953 | 2024-08-16T06:36:23.767Z | Downloaded newtype-uuid v1.1.0 |
954 | 2024-08-16T06:36:23.767Z | Downloaded maybe-uninit v2.0.0 |
955 | 2024-08-16T06:36:23.767Z | Downloaded linked-hash-map v0.5.6 |
956 | 2024-08-16T06:36:23.770Z | Downloaded slab v0.4.9 |
957 | 2024-08-16T06:36:23.770Z | Downloaded secrecy v0.8.0 |
958 | 2024-08-16T06:36:23.772Z | Downloaded schemars_derive v0.8.21 |
959 | 2024-08-16T06:36:23.772Z | Downloaded managed v0.8.0 |
960 | 2024-08-16T06:36:23.775Z | Downloaded lru v0.12.3 |
961 | 2024-08-16T06:36:23.775Z | Downloaded lazycell v1.3.0 |
962 | 2024-08-16T06:36:23.777Z | Downloaded lalrpop-util v0.19.12 |
963 | 2024-08-16T06:36:23.777Z | Downloaded const_format_proc_macros v0.2.32 |
964 | 2024-08-16T06:36:23.780Z | Downloaded crc-catalog v2.4.0 |
965 | 2024-08-16T06:36:23.780Z | Downloaded convert_case v0.4.0 |
966 | 2024-08-16T06:36:23.782Z | Downloaded block-padding v0.3.3 |
967 | 2024-08-16T06:36:23.782Z | Downloaded signal-hook-tokio v0.3.1 |
968 | 2024-08-16T06:36:23.782Z | Downloaded num v0.4.3 |
969 | 2024-08-16T06:36:23.784Z | Downloaded crc-any v2.5.0 |
970 | 2024-08-16T06:36:23.787Z | Downloaded clang-sys v1.7.0 |
971 | 2024-08-16T06:36:23.789Z | Downloaded bitflags v1.3.2 |
972 | 2024-08-16T06:36:23.791Z | Downloaded argon2 v0.5.3 |
973 | 2024-08-16T06:36:23.794Z | Downloaded ascii v1.1.0 |
974 | 2024-08-16T06:36:23.797Z | Downloaded indexmap v1.9.3 |
975 | 2024-08-16T06:36:23.799Z | Downloaded ciborium-io v0.2.2 |
976 | 2024-08-16T06:36:23.799Z | Downloaded bitstruct_derive v0.1.0 |
977 | 2024-08-16T06:36:23.799Z | Downloaded console v0.15.8 |
978 | 2024-08-16T06:36:23.801Z | Downloaded bzip2 v0.4.4 |
979 | 2024-08-16T06:36:23.806Z | Downloaded cookie v0.17.0 |
980 | 2024-08-16T06:36:23.807Z | Downloaded cookie_store v0.20.0 |
981 | 2024-08-16T06:36:23.810Z | Downloaded colored v2.1.0 |
982 | 2024-08-16T06:36:23.810Z | Downloaded lock_api v0.4.12 |
983 | 2024-08-16T06:36:23.813Z | Downloaded async-recursion v1.1.1 |
984 | 2024-08-16T06:36:23.815Z | Downloaded multimap v0.10.0 |
985 | 2024-08-16T06:36:23.815Z | Downloaded libefi-sys v0.1.0 |
986 | 2024-08-16T06:36:23.817Z | Downloaded defmt v0.3.8 |
987 | 2024-08-16T06:36:23.819Z | Downloaded bitfield v0.14.0 |
988 | 2024-08-16T06:36:23.822Z | Downloaded backoff v0.4.0 |
989 | 2024-08-16T06:36:23.824Z | Downloaded arrayvec v0.7.4 |
990 | 2024-08-16T06:36:23.826Z | Downloaded adler v1.0.2 |
991 | 2024-08-16T06:36:23.826Z | Downloaded lazy_static v1.5.0 |
992 | 2024-08-16T06:36:23.829Z | Downloaded inout v0.1.3 |
993 | 2024-08-16T06:36:23.831Z | Downloaded keccak v0.1.5 |
994 | 2024-08-16T06:36:23.831Z | Downloaded cbc v0.1.2 |
995 | 2024-08-16T06:36:23.834Z | Downloaded base64ct v1.6.0 |
996 | 2024-08-16T06:36:23.834Z | Downloaded async-stream-impl v0.3.5 |
997 | 2024-08-16T06:36:23.836Z | Downloaded camino-tempfile v1.1.1 |
998 | 2024-08-16T06:36:23.839Z | Downloaded maplit v1.0.2 |
999 | 2024-08-16T06:36:23.839Z | Downloaded hyper-tls v0.5.0 |
1000 | 2024-08-16T06:36:23.839Z | Downloaded hyper-staticfile v0.9.5 |
1001 | 2024-08-16T06:36:23.841Z | Downloaded humantime v2.1.0 |
1002 | 2024-08-16T06:36:23.843Z | Downloaded crossbeam-deque v0.8.5 |
1003 | 2024-08-16T06:36:23.846Z | Downloaded ciborium-ll v0.2.2 |
1004 | 2024-08-16T06:36:23.846Z | Downloaded cassowary v0.3.0 |
1005 | 2024-08-16T06:36:23.848Z | Downloaded match_cfg v0.1.0 |
1006 | 2024-08-16T06:36:23.848Z | Downloaded base16ct v0.2.0 |
1007 | 2024-08-16T06:36:23.851Z | Downloaded array-init v0.0.4 |
1008 | 2024-08-16T06:36:23.851Z | Downloaded bit-set v0.5.3 |
1009 | 2024-08-16T06:36:23.851Z | Downloaded aead v0.5.2 |
1010 | 2024-08-16T06:36:24.084Z | Downloaded libz-sys v1.1.16 |
1011 | 2024-08-16T06:36:24.181Z | Downloaded ring v0.17.8 |
1012 | 2024-08-16T06:36:24.314Z | Downloaded libsqlite3-sys v0.28.0 |
1013 | 2024-08-16T06:36:24.390Z | Downloaded ring v0.16.20 |
1014 | 2024-08-16T06:36:24.555Z | Compiling cfg-if v1.0.0 |
1015 | 2024-08-16T06:36:24.555Z | Compiling serde v1.0.207 |
1016 | 2024-08-16T06:36:24.558Z | Compiling lock_api v0.4.12 |
1017 | 2024-08-16T06:36:24.558Z | Compiling scopeguard v1.2.0 |
1018 | 2024-08-16T06:36:24.558Z | Compiling typenum v1.17.0 |
1019 | 2024-08-16T06:36:24.558Z | Compiling generic-array v0.14.7 |
1020 | 2024-08-16T06:36:24.715Z | Compiling syn v2.0.74 |
1021 | 2024-08-16T06:36:24.718Z | Compiling log v0.4.21 |
1022 | 2024-08-16T06:36:24.799Z | Compiling getrandom v0.2.14 |
1023 | 2024-08-16T06:36:24.839Z | Compiling jobserver v0.1.32 |
1024 | 2024-08-16T06:36:25.024Z | Compiling rand_core v0.6.4 |
1025 | 2024-08-16T06:36:25.238Z | Compiling cc v1.0.97 |
1026 | 2024-08-16T06:36:25.262Z | Compiling subtle v2.5.0 |
1027 | 2024-08-16T06:36:25.279Z | Compiling const-oid v0.9.6 |
1028 | 2024-08-16T06:36:25.557Z | Compiling smallvec v1.13.2 |
1029 | 2024-08-16T06:36:25.604Z | Compiling pin-project-lite v0.2.14 |
1030 | 2024-08-16T06:36:25.709Z | Compiling parking_lot_core v0.9.10 |
1031 | 2024-08-16T06:36:25.729Z | Compiling spin v0.9.8 |
1032 | 2024-08-16T06:36:25.732Z | Compiling signal-hook-registry v1.4.2 |
1033 | 2024-08-16T06:36:25.961Z | Compiling mio v1.0.2 |
1034 | 2024-08-16T06:36:26.132Z | Compiling ahash v0.8.11 |
1035 | 2024-08-16T06:36:26.471Z | Compiling tinyvec_macros v0.1.1 |
1036 | 2024-08-16T06:36:26.705Z | Compiling parking_lot v0.12.2 |
1037 | 2024-08-16T06:36:26.708Z | Compiling tinyvec v1.6.0 |
1038 | 2024-08-16T06:36:26.920Z | Compiling socket2 v0.5.7 |
1039 | 2024-08-16T06:36:27.405Z | Compiling cpufeatures v0.2.12 |
1040 | 2024-08-16T06:36:27.423Z | Compiling serde_json v1.0.125 |
1041 | 2024-08-16T06:36:27.504Z | Compiling libm v0.2.8 |
1042 | 2024-08-16T06:36:27.529Z | Compiling futures-core v0.3.30 |
1043 | 2024-08-16T06:36:27.727Z | Compiling slab v0.4.9 |
1044 | 2024-08-16T06:36:27.763Z | Compiling num-traits v0.2.19 |
1045 | 2024-08-16T06:36:27.806Z | Compiling futures-sink v0.3.30 |
1046 | 2024-08-16T06:36:27.899Z | Compiling allocator-api2 v0.2.18 |
1047 | 2024-08-16T06:36:27.950Z | Compiling unicode-bidi v0.3.15 |
1048 | 2024-08-16T06:36:28.286Z | Compiling unicode-normalization v0.1.23 |
1049 | 2024-08-16T06:36:28.305Z | Compiling futures-channel v0.3.30 |
1050 | 2024-08-16T06:36:28.453Z | Compiling futures-io v0.3.30 |
1051 | 2024-08-16T06:36:28.729Z | Compiling futures-task v0.3.30 |
1052 | 2024-08-16T06:36:28.747Z | Compiling pkg-config v0.3.30 |
1053 | 2024-08-16T06:36:28.786Z | Compiling pin-utils v0.1.0 |
1054 | 2024-08-16T06:36:28.880Z | Compiling vcpkg v0.2.15 |
1055 | 2024-08-16T06:36:29.443Z | Compiling base64ct v1.6.0 |
1056 | 2024-08-16T06:36:29.469Z | Compiling ppv-lite86 v0.2.17 |
1057 | 2024-08-16T06:36:29.486Z | Compiling ring v0.17.8 |
1058 | 2024-08-16T06:36:29.505Z | Compiling flagset v0.4.5 |
1059 | 2024-08-16T06:36:29.712Z | Compiling percent-encoding v2.3.1 |
1060 | 2024-08-16T06:36:30.051Z | Compiling pem-rfc7468 v0.7.0 |
1061 | 2024-08-16T06:36:30.110Z | Compiling tracing-core v0.1.32 |
1062 | 2024-08-16T06:36:30.324Z | Compiling rand_chacha v0.3.1 |
1063 | 2024-08-16T06:36:30.404Z | Compiling untrusted v0.9.0 |
1064 | 2024-08-16T06:36:30.576Z | Compiling rustix v0.38.34 |
1065 | 2024-08-16T06:36:30.832Z | Compiling rand v0.8.5 |
1066 | 2024-08-16T06:36:31.218Z | Compiling openssl-sys v0.9.103 |
1067 | 2024-08-16T06:36:31.237Z | Compiling foreign-types-shared v0.1.1 |
1068 | 2024-08-16T06:36:31.355Z | Compiling time-core v0.1.2 |
1069 | 2024-08-16T06:36:31.454Z | Compiling openssl v0.10.66 |
1070 | 2024-08-16T06:36:31.496Z | Compiling num-conv v0.1.0 |
1071 | 2024-08-16T06:36:31.528Z | Compiling powerfmt v0.2.0 |
1072 | 2024-08-16T06:36:31.786Z | Compiling rustversion v1.0.17 |
1073 | 2024-08-16T06:36:31.920Z | Compiling httparse v1.8.0 |
1074 | 2024-08-16T06:36:31.940Z | Compiling deranged v0.3.11 |
1075 | 2024-08-16T06:36:32.415Z | Compiling time-macros v0.2.18 |
1076 | 2024-08-16T06:36:32.558Z | Compiling foreign-types v0.3.2 |
1077 | 2024-08-16T06:36:32.596Z | Compiling form_urlencoded v1.2.1 |
1078 | 2024-08-16T06:36:32.651Z | Compiling lazy_static v1.5.0 |
1079 | 2024-08-16T06:36:32.766Z | Compiling crossbeam-utils v0.8.19 |
1080 | 2024-08-16T06:36:32.785Z | Compiling native-tls v0.2.11 |
1081 | 2024-08-16T06:36:32.908Z | Compiling siphasher v0.3.11 |
1082 | 2024-08-16T06:36:33.120Z | Compiling syn v1.0.109 |
1083 | 2024-08-16T06:36:33.281Z | Compiling try-lock v0.2.5 |
1084 | 2024-08-16T06:36:33.405Z | Compiling num_threads v0.1.7 |
1085 | 2024-08-16T06:36:33.428Z | Compiling rustls v0.21.12 |
1086 | 2024-08-16T06:36:33.556Z | Compiling want v0.3.1 |
1087 | 2024-08-16T06:36:33.798Z | Compiling idna v0.5.0 |
1088 | 2024-08-16T06:36:33.817Z | Compiling aho-corasick v1.1.3 |
1089 | 2024-08-16T06:36:33.836Z | Compiling cookie v0.17.0 |
1090 | 2024-08-16T06:36:34.101Z | Compiling iana-time-zone v0.1.60 |
1091 | 2024-08-16T06:36:34.351Z | Compiling slog v2.7.0 |
1092 | 2024-08-16T06:36:34.513Z | Compiling tower-service v0.3.2 |
1093 | 2024-08-16T06:36:34.643Z | Compiling regex-syntax v0.8.4 |
1094 | 2024-08-16T06:36:34.877Z | Compiling openssl-probe v0.1.5 |
1095 | 2024-08-16T06:36:35.080Z | Compiling finl_unicode v1.2.0 |
1096 | 2024-08-16T06:36:35.214Z | Compiling httpdate v1.0.3 |
1097 | 2024-08-16T06:36:35.281Z | Compiling adler v1.0.2 |
1098 | 2024-08-16T06:36:35.476Z | Compiling miniz_oxide v0.7.2 |
1099 | 2024-08-16T06:36:35.623Z | Compiling stringprep v0.1.4 |
1100 | 2024-08-16T06:36:35.642Z | Compiling time v0.3.36 |
1101 | 2024-08-16T06:36:35.727Z | Compiling url v2.5.2 |
1102 | 2024-08-16T06:36:37.621Z | Compiling num-integer v0.1.46 |
1103 | 2024-08-16T06:36:38.322Z | Compiling regex-automata v0.4.6 |
1104 | 2024-08-16T06:36:38.417Z | Compiling backtrace v0.3.71 |
1105 | 2024-08-16T06:36:38.904Z | Compiling rustls-webpki v0.101.7 |
1106 | 2024-08-16T06:36:39.108Z | Compiling sct v0.7.1 |
1107 | 2024-08-16T06:36:39.435Z | Compiling idna v0.3.0 |
1108 | 2024-08-16T06:36:39.556Z | Compiling serde_derive v1.0.207 |
1109 | 2024-08-16T06:36:40.333Z | Compiling zeroize_derive v1.4.2 |
1110 | 2024-08-16T06:36:40.866Z | Compiling zerocopy-derive v0.7.34 |
1111 | 2024-08-16T06:36:40.920Z | Compiling tokio-macros v2.4.0 |
1112 | 2024-08-16T06:36:41.061Z | Compiling thiserror-impl v1.0.63 |
1113 | 2024-08-16T06:36:41.261Z | Compiling futures-macro v0.3.30 |
1114 | 2024-08-16T06:36:42.017Z | Compiling zeroize v1.7.0 |
1115 | 2024-08-16T06:36:42.629Z | Compiling der_derive v0.7.2 |
1116 | 2024-08-16T06:36:43.176Z | Compiling zerocopy v0.7.34 |
1117 | 2024-08-16T06:36:43.328Z | Compiling futures-util v0.3.30 |
1118 | 2024-08-16T06:36:43.777Z | Compiling crypto-common v0.1.6 |
1119 | 2024-08-16T06:36:44.001Z | Compiling block-buffer v0.10.4 |
1120 | 2024-08-16T06:36:44.273Z | Compiling digest v0.10.7 |
1121 | 2024-08-16T06:36:44.312Z | Compiling block-padding v0.3.3 |
1122 | 2024-08-16T06:36:44.555Z | Compiling inout v0.1.3 |
1123 | 2024-08-16T06:36:44.743Z | Compiling hmac v0.12.1 |
1124 | 2024-08-16T06:36:44.832Z | Compiling thiserror v1.0.63 |
1125 | 2024-08-16T06:36:44.968Z | Compiling cipher v0.4.4 |
1126 | 2024-08-16T06:36:44.986Z | Compiling sha2 v0.10.8 |
1127 | 2024-08-16T06:36:45.224Z | Compiling pest v2.7.10 |
1128 | 2024-08-16T06:36:45.384Z | Compiling hashbrown v0.14.5 |
1129 | 2024-08-16T06:36:45.452Z | Compiling salsa20 v0.10.2 |
1130 | 2024-08-16T06:36:45.692Z | Compiling der v0.7.9 |
1131 | 2024-08-16T06:36:46.870Z | Compiling pbkdf2 v0.12.2 |
1132 | 2024-08-16T06:36:47.052Z | Compiling tracing-attributes v0.1.27 |
1133 | 2024-08-16T06:36:48.287Z | Compiling pest_meta v2.7.10 |
1134 | 2024-08-16T06:36:48.676Z | Compiling scroll_derive v0.12.0 |
1135 | 2024-08-16T06:36:49.051Z | Compiling spki v0.7.3 |
1136 | 2024-08-16T06:36:49.416Z | Compiling scrypt v0.11.0 |
1137 | 2024-08-16T06:36:49.479Z | Compiling aes v0.8.4 |
1138 | 2024-08-16T06:36:50.013Z | Compiling pest_generator v2.7.10 |
1139 | 2024-08-16T06:36:50.188Z | Compiling scroll v0.12.0 |
1140 | 2024-08-16T06:36:50.717Z | Compiling cbc v0.1.2 |
1141 | 2024-08-16T06:36:50.947Z | Compiling pkcs5 v0.7.1 |
1142 | 2024-08-16T06:36:50.966Z | Compiling tracing v0.1.40 |
1143 | 2024-08-16T06:36:51.117Z | Compiling goblin v0.8.2 |
1144 | 2024-08-16T06:36:51.182Z | Compiling openssl-macros v0.1.1 |
1145 | 2024-08-16T06:36:51.471Z | Compiling md-5 v0.10.6 |
1146 | 2024-08-16T06:36:51.789Z | Compiling pkcs8 v0.10.2 |
1147 | 2024-08-16T06:36:52.034Z | Compiling hash32 v0.2.1 |
1148 | 2024-08-16T06:36:52.204Z | Compiling gimli v0.28.1 |
1149 | 2024-08-16T06:36:52.322Z | Compiling stable_deref_trait v1.2.0 |
1150 | 2024-08-16T06:36:52.412Z | Compiling cfg_aliases v0.1.1 |
1151 | 2024-08-16T06:36:52.431Z | Compiling psl-types v2.0.11 |
1152 | 2024-08-16T06:36:52.493Z | Compiling fallible-iterator v0.2.0 |
1153 | 2024-08-16T06:36:52.512Z | Compiling base64 v0.22.1 |
1154 | 2024-08-16T06:36:52.622Z | Compiling signal-hook v0.3.17 |
1155 | 2024-08-16T06:36:52.909Z | Compiling crc32fast v1.4.0 |
1156 | 2024-08-16T06:36:53.186Z | Compiling smoltcp v0.9.1 |
1157 | 2024-08-16T06:36:53.266Z | Compiling num-bigint-dig v0.8.4 |
1158 | 2024-08-16T06:36:53.402Z | Compiling pest_derive v2.7.10 |
1159 | 2024-08-16T06:36:53.551Z | Compiling publicsuffix v2.2.3 |
1160 | 2024-08-16T06:36:53.596Z | Compiling nix v0.28.0 |
1161 | 2024-08-16T06:36:53.806Z | Compiling bytes v1.7.1 |
1162 | 2024-08-16T06:36:53.933Z | Compiling bitflags v2.6.0 |
1163 | 2024-08-16T06:36:54.178Z | Compiling indexmap v2.4.0 |
1164 | 2024-08-16T06:36:54.377Z | Compiling semver v1.0.23 |
1165 | 2024-08-16T06:36:55.108Z | Compiling tokio v1.39.2 |
1166 | 2024-08-16T06:36:55.127Z | Compiling http v0.2.12 |
1167 | 2024-08-16T06:36:55.605Z | Compiling rustc_version v0.4.0 |
1168 | 2024-08-16T06:36:56.338Z | Compiling heapless v0.7.17 |
1169 | 2024-08-16T06:36:56.844Z | Compiling dof v0.3.0 |
1170 | 2024-08-16T06:36:57.026Z | Compiling http-body v0.4.6 |
1171 | 2024-08-16T06:36:57.453Z | Compiling dtrace-parser v0.2.0 |
1172 | 2024-08-16T06:36:57.482Z | Compiling uuid v1.10.0 |
1173 | 2024-08-16T06:36:57.694Z | Compiling chrono v0.4.38 |
1174 | 2024-08-16T06:36:58.916Z | Compiling usdt-impl v0.5.0 |
1175 | 2024-08-16T06:36:59.092Z | Compiling serde_spanned v0.6.7 |
1176 | 2024-08-16T06:36:59.331Z | Compiling serde_tokenstream v0.2.2 |
1177 | 2024-08-16T06:36:59.587Z | Compiling toml_datetime v0.6.8 |
1178 | 2024-08-16T06:37:00.110Z | Compiling terminal_size v0.3.0 |
1179 | 2024-08-16T06:37:00.312Z | Compiling addr2line v0.21.0 |
1180 | 2024-08-16T06:37:00.502Z | Compiling postgres-protocol v0.6.7 |
1181 | 2024-08-16T06:37:01.008Z | Compiling hubpack_derive v0.1.1 |
1182 | 2024-08-16T06:37:01.145Z | Compiling async-trait v0.1.81 |
1183 | 2024-08-16T06:37:01.173Z | Compiling zerocopy-derive v0.6.6 |
1184 | 2024-08-16T06:37:01.485Z | Compiling num-iter v0.1.45 |
1185 | 2024-08-16T06:37:01.871Z | Compiling phf_shared v0.11.2 |
1186 | 2024-08-16T06:37:01.961Z | Compiling serde_derive_internals v0.29.1 |
1187 | 2024-08-16T06:37:02.270Z | Compiling ff v0.13.0 |
1188 | 2024-08-16T06:37:02.492Z | Compiling object v0.32.2 |
1189 | 2024-08-16T06:37:02.517Z | Compiling fs-err v2.11.0 |
1190 | 2024-08-16T06:37:02.562Z | Compiling schemars v0.8.21 |
1191 | 2024-08-16T06:37:02.815Z | Compiling base64 v0.21.7 |
1192 | 2024-08-16T06:37:02.927Z | Compiling regex-automata v0.1.10 |
1193 | 2024-08-16T06:37:03.393Z | Compiling tokio-util v0.7.11 |
1194 | 2024-08-16T06:37:03.566Z | Compiling tokio-rustls v0.24.1 |
1195 | 2024-08-16T06:37:03.978Z | Compiling tokio-native-tls v0.3.1 |
1196 | 2024-08-16T06:37:04.002Z | Compiling bitflags v1.3.2 |
1197 | 2024-08-16T06:37:04.071Z | Compiling anyhow v1.0.86 |
1198 | 2024-08-16T06:37:04.111Z | Compiling rustc-demangle v0.1.24 |
1199 | 2024-08-16T06:37:04.255Z | Compiling base16ct v0.2.0 |
1200 | 2024-08-16T06:37:04.598Z | Compiling h2 v0.3.26 |
1201 | 2024-08-16T06:37:04.692Z | Compiling ipnet v2.9.0 |
1202 | 2024-08-16T06:37:04.731Z | Compiling managed v0.8.0 |
1203 | 2024-08-16T06:37:04.826Z | Compiling winnow v0.5.40 |
1204 | 2024-08-16T06:37:05.093Z | Compiling either v1.13.0 |
1205 | 2024-08-16T06:37:05.734Z | Compiling clap_builder v4.5.15 |
1206 | 2024-08-16T06:37:05.906Z | Compiling schemars_derive v0.8.21 |
1207 | 2024-08-16T06:37:06.050Z | Compiling sec1 v0.7.3 |
1208 | 2024-08-16T06:37:06.671Z | Compiling zerocopy v0.6.6 |
1209 | 2024-08-16T06:37:07.332Z | Compiling bstr v0.2.17 |
1210 | 2024-08-16T06:37:07.551Z | Compiling rustls-pemfile v1.0.4 |
1211 | 2024-08-16T06:37:08.169Z | Compiling group v0.13.0 |
1212 | 2024-08-16T06:37:08.492Z | Compiling toml_edit v0.19.15 |
1213 | 2024-08-16T06:37:08.749Z | Compiling phf v0.11.2 |
1214 | 2024-08-16T06:37:08.751Z | Compiling hubpack v0.1.2 |
1215 | 2024-08-16T06:37:09.009Z | Compiling cookie_store v0.20.0 |
1216 | 2024-08-16T06:37:09.825Z | Compiling usdt-attr-macro v0.5.0 |
1217 | 2024-08-16T06:37:10.425Z | Compiling usdt-macro v0.5.0 |
1218 | 2024-08-16T06:37:10.577Z | Compiling postgres-types v0.2.7 |
1219 | 2024-08-16T06:37:11.560Z | Compiling serde_urlencoded v0.7.1 |
1220 | 2024-08-16T06:37:12.051Z | Compiling hyper v0.14.30 |
1221 | 2024-08-16T06:37:12.499Z | Compiling pkcs1 v0.7.5 |
1222 | 2024-08-16T06:37:12.793Z | Compiling futures-executor v0.3.30 |
1223 | 2024-08-16T06:37:13.068Z | Compiling hkdf v0.12.4 |
1224 | 2024-08-16T06:37:13.332Z | Compiling signature v2.2.0 |
1225 | 2024-08-16T06:37:13.372Z | Compiling crypto-bigint v0.5.5 |
1226 | 2024-08-16T06:37:13.548Z | Compiling regex v1.10.6 |
1227 | 2024-08-16T06:37:13.631Z | Compiling clap_derive v4.5.13 |
1228 | 2024-08-16T06:37:14.631Z | Compiling enum-as-inner v0.6.0 |
1229 | 2024-08-16T06:37:15.169Z | Compiling strum_macros v0.25.3 |
1230 | 2024-08-16T06:37:15.352Z | Compiling serde_repr v0.1.19 |
1231 | 2024-08-16T06:37:15.748Z | Compiling phf_shared v0.10.0 |
1232 | 2024-08-16T06:37:16.162Z | Compiling float-cmp v0.9.0 |
1233 | 2024-08-16T06:37:16.382Z | Compiling idna v0.4.0 |
1234 | 2024-08-16T06:37:16.520Z | Compiling mio v0.8.11 |
1235 | 2024-08-16T06:37:16.618Z | Compiling encoding_rs v0.8.34 |
1236 | 2024-08-16T06:37:17.914Z | Compiling unicode-segmentation v1.11.0 |
1237 | 2024-08-16T06:37:17.994Z | Compiling mime v0.3.17 |
1238 | 2024-08-16T06:37:18.608Z | Compiling difflib v0.4.0 |
1239 | 2024-08-16T06:37:18.709Z | Compiling sync_wrapper v0.1.2 |
1240 | 2024-08-16T06:37:18.756Z | Compiling bit-vec v0.6.3 |
1241 | 2024-08-16T06:37:18.841Z | Compiling webpki-roots v0.25.4 |
1242 | 2024-08-16T06:37:19.008Z | Compiling hyper-tls v0.5.0 |
1243 | 2024-08-16T06:37:19.195Z | Compiling hyper-rustls v0.24.2 |
1244 | 2024-08-16T06:37:19.356Z | Compiling new_debug_unreachable v1.0.6 |
1245 | 2024-08-16T06:37:19.379Z | Compiling whoami v1.5.1 |
1246 | 2024-08-16T06:37:19.453Z | Compiling minimal-lexical v0.2.1 |
1247 | 2024-08-16T06:37:19.529Z | Compiling precomputed-hash v0.1.1 |
1248 | 2024-08-16T06:37:19.531Z | Compiling fixedbitset v0.4.2 |
1249 | 2024-08-16T06:37:19.651Z | Compiling data-encoding v2.6.0 |
1250 | 2024-08-16T06:37:19.975Z | Compiling static_assertions v1.1.0 |
1251 | 2024-08-16T06:37:20.012Z | Compiling normalize-line-endings v0.3.0 |
1252 | 2024-08-16T06:37:20.030Z | Compiling predicates-core v1.0.6 |
1253 | 2024-08-16T06:37:20.075Z | Compiling dyn-clone v1.0.17 |
1254 | 2024-08-16T06:37:20.134Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1255 | 2024-08-16T06:37:20.173Z | Compiling toml_edit v0.22.20 |
1256 | 2024-08-16T06:37:20.387Z | Compiling hickory-proto v0.24.1 |
1257 | 2024-08-16T06:37:21.125Z | Compiling predicates v3.1.2 |
1258 | 2024-08-16T06:37:22.065Z | Compiling nom v7.1.3 |
1259 | 2024-08-16T06:37:22.067Z | Compiling petgraph v0.6.5 |
1260 | 2024-08-16T06:37:22.927Z | Compiling tokio-postgres v0.7.11 |
1261 | 2024-08-16T06:37:24.122Z | Compiling string_cache v0.8.7 |
1262 | 2024-08-16T06:37:24.159Z | Compiling reqwest v0.11.27 |
1263 | 2024-08-16T06:37:24.575Z | Compiling bit-set v0.5.3 |
1264 | 2024-08-16T06:37:24.851Z | Compiling clap v4.5.16 |
1265 | 2024-08-16T06:37:24.975Z | Compiling console v0.15.8 |
1266 | 2024-08-16T06:37:25.732Z | Compiling similar v2.5.0 |
1267 | 2024-08-16T06:37:26.008Z | Compiling usdt v0.5.0 |
1268 | 2024-08-16T06:37:26.481Z | Compiling signal-hook-mio v0.2.4 |
1269 | 2024-08-16T06:37:26.505Z | Compiling elliptic-curve v0.13.8 |
1270 | 2024-08-16T06:37:26.507Z | Compiling rsa v0.9.6 |
1271 | 2024-08-16T06:37:26.676Z | Compiling futures v0.3.30 |
1272 | 2024-08-16T06:37:26.794Z | Compiling flate2 v1.0.31 |
1273 | 2024-08-16T06:37:27.766Z | Compiling toml v0.7.8 |
1274 | 2024-08-16T06:37:28.712Z | Compiling itertools v0.10.5 |
1275 | 2024-08-16T06:37:29.223Z | Compiling itertools v0.12.1 |
1276 | 2024-08-16T06:37:29.521Z | Compiling tokio-stream v0.1.15 |
1277 | 2024-08-16T06:37:29.596Z | Compiling openapiv3 v2.0.0 |
1278 | 2024-08-16T06:37:30.561Z | Compiling hex v0.4.3 |
1279 | 2024-08-16T06:37:30.667Z | Compiling sha1 v0.10.6 |
1280 | 2024-08-16T06:37:31.110Z | Compiling bstr v1.9.1 |
1281 | 2024-08-16T06:37:31.191Z | Compiling crossbeam-epoch v0.9.18 |
1282 | 2024-08-16T06:37:31.509Z | Compiling dirs-sys-next v0.1.2 |
1283 | 2024-08-16T06:37:31.609Z | Compiling lalrpop-util v0.19.12 |
1284 | 2024-08-16T06:37:31.976Z | Compiling peg-runtime v0.8.3 |
1285 | 2024-08-16T06:37:31.976Z | Compiling unicode-xid v0.2.4 |
1286 | 2024-08-16T06:37:32.153Z | Compiling dirs-next v2.0.0 |
1287 | 2024-08-16T06:37:32.204Z | Compiling thread_local v1.1.8 |
1288 | 2024-08-16T06:37:32.341Z | Compiling slog-async v2.8.0 |
1289 | 2024-08-16T06:37:32.404Z | Compiling term v0.7.0 |
1290 | 2024-08-16T06:37:32.643Z | Compiling xattr v1.3.1 |
1291 | 2024-08-16T06:37:32.754Z | Compiling strum_macros v0.26.4 |
1292 | 2024-08-16T06:37:32.907Z | Compiling crossbeam-channel v0.5.12 |
1293 | 2024-08-16T06:37:32.926Z | Compiling filetime v0.2.24 |
1294 | 2024-08-16T06:37:32.949Z | Compiling is-terminal v0.4.12 |
1295 | 2024-08-16T06:37:33.074Z | Compiling take_mut v0.2.2 |
1296 | 2024-08-16T06:37:33.237Z | Compiling tar v0.4.41 |
1297 | 2024-08-16T06:37:33.237Z | Compiling slog-term v2.9.1 |
1298 | 2024-08-16T06:37:33.985Z | Compiling camino v1.1.8 |
1299 | 2024-08-16T06:37:36.121Z | Compiling strum v0.26.3 |
1300 | 2024-08-16T06:37:36.316Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1301 | 2024-08-16T06:37:36.571Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1302 | 2024-08-16T06:37:41.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
1303 | 2024-08-16T06:37:42.135Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1304 | 2024-08-16T06:37:42.183Z | Aug 16 06:37:40.337 INFO Starting download, target: Clickhouse |
1305 | 2024-08-16T06:37:42.183Z | Aug 16 06:37:40.338 INFO Starting download, target: Cockroach |
1306 | 2024-08-16T06:37:42.183Z | Aug 16 06:37:40.338 INFO Starting download, target: Console |
1307 | 2024-08-16T06:37:42.183Z | Aug 16 06:37:40.338 INFO Starting download, target: DendriteOpenapi |
1308 | 2024-08-16T06:37:42.183Z | Aug 16 06:37:40.338 INFO Starting download, target: DendriteStub |
1309 | 2024-08-16T06:37:42.185Z | Aug 16 06:37:40.338 INFO Starting download, target: MaghemiteMgd |
1310 | 2024-08-16T06:37:42.185Z | Aug 16 06:37:40.338 INFO Starting download, target: TransceiverControl |
1311 | 2024-08-16T06:37:42.185Z | Aug 16 06:37:40.338 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1312 | 2024-08-16T06:37:42.185Z | Aug 16 06:37:40.339 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1313 | 2024-08-16T06:37:42.185Z | Aug 16 06:37:40.339 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1314 | 2024-08-16T06:37:42.185Z | Aug 16 06:37:40.339 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1315 | 2024-08-16T06:37:42.185Z | Aug 16 06:37:40.339 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1316 | 2024-08-16T06:37:42.185Z | Aug 16 06:37:40.339 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1317 | 2024-08-16T06:37:42.186Z | Aug 16 06:37:40.339 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1318 | 2024-08-16T06:37:42.340Z | Aug 16 06:37:40.483 INFO Download complete, target: DendriteOpenapi |
1319 | 2024-08-16T06:37:42.487Z | Aug 16 06:37:40.637 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1320 | 2024-08-16T06:37:42.907Z | Aug 16 06:37:41.062 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1321 | 2024-08-16T06:37:42.928Z | Aug 16 06:37:41.082 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1322 | 2024-08-16T06:37:43.133Z | Aug 16 06:37:41.288 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1323 | 2024-08-16T06:37:43.236Z | Aug 16 06:37:41.391 INFO Download complete, target: TransceiverControl |
1324 | 2024-08-16T06:37:43.318Z | Aug 16 06:37:41.473 INFO Download complete, target: Console |
1325 | 2024-08-16T06:37:44.233Z | Aug 16 06:37:42.388 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1326 | 2024-08-16T06:37:45.028Z | Aug 16 06:37:43.183 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1327 | 2024-08-16T06:37:45.028Z | Aug 16 06:37:43.183 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1328 | 2024-08-16T06:37:46.139Z | Aug 16 06:37:44.294 INFO Download complete, target: MaghemiteMgd |
1329 | 2024-08-16T06:37:46.230Z | Aug 16 06:37:44.385 INFO Download complete, target: DendriteStub |
1330 | 2024-08-16T06:37:53.335Z | Aug 16 06:37:51.489 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1331 | 2024-08-16T06:37:53.638Z | Aug 16 06:37:51.792 INFO Checking that binary works, target: Cockroach |
1332 | 2024-08-16T06:37:53.859Z | Aug 16 06:37:52.013 INFO Download complete, target: Cockroach |
1333 | 2024-08-16T06:37:58.320Z | Aug 16 06:37:56.473 INFO Checking that binary works, target: Clickhouse |
1334 | 2024-08-16T06:37:58.491Z | Aug 16 06:37:56.644 INFO Download complete, target: Clickhouse |
1335 | 2024-08-16T06:37:58.497Z | All prerequisites installed successfully |
1336 | 2024-08-16T06:37:58.500Z | |
1337 | 2024-08-16T06:37:58.500Z | real 3:19.534179373 |
1338 | 2024-08-16T06:37:58.500Z | user 11:25.511068576 |
1339 | 2024-08-16T06:37:58.500Z | sys 2:25.457371939 |
1340 | 2024-08-16T06:37:58.500Z | trap 0.434483317 |
1341 | 2024-08-16T06:37:58.500Z | tflt 0.915069714 |
1342 | 2024-08-16T06:37:58.500Z | dflt 1.584804271 |
1343 | 2024-08-16T06:37:58.501Z | kflt 0.019897002 |
1344 | 2024-08-16T06:37:58.501Z | lock 22:06.669327708 |
1345 | 2024-08-16T06:37:58.501Z | slp 43:05.209403863 |
1346 | 2024-08-16T06:37:58.501Z | lat 41.774356398 |
1347 | 2024-08-16T06:37:58.501Z | stop 1:46.460935152 |
1348 | 2024-08-16T06:37:58.501Z | + ptime -m cargo xtask download softnpu |
1349 | 2024-08-16T06:37:59.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1350 | 2024-08-16T06:37:59.093Z | Running `target/debug/xtask download softnpu` |
1351 | 2024-08-16T06:37:59.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
1352 | 2024-08-16T06:37:59.941Z | Running `target/debug/xtask-downloader softnpu` |
1353 | 2024-08-16T06:37:59.974Z | Aug 16 06:37:58.128 INFO Starting download, target: Softnpu |
1354 | 2024-08-16T06:37:59.977Z | Aug 16 06:37:58.128 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1355 | 2024-08-16T06:38:00.574Z | Aug 16 06:37:58.727 INFO Download complete, target: Softnpu |
1356 | 2024-08-16T06:38:00.577Z | |
1357 | 2024-08-16T06:38:00.580Z | real 2.073310433 |
1358 | 2024-08-16T06:38:00.580Z | user 1.228866886 |
1359 | 2024-08-16T06:38:00.580Z | sys 0.560853310 |
1360 | 2024-08-16T06:38:00.580Z | trap 0.000809346 |
1361 | 2024-08-16T06:38:00.580Z | tflt 0.000008608 |
1362 | 2024-08-16T06:38:00.580Z | dflt 0.000010258 |
1363 | 2024-08-16T06:38:00.580Z | kflt 0.000000000 |
1364 | 2024-08-16T06:38:00.580Z | lock 6.123552982 |
1365 | 2024-08-16T06:38:00.580Z | slp 0.593246531 |
1366 | 2024-08-16T06:38:00.580Z | lat 0.072058371 |
1367 | 2024-08-16T06:38:00.580Z | stop 0.000376401 |
1368 | 2024-08-16T06:38:00.580Z | + export CARGO_INCREMENTAL=0 |
1369 | 2024-08-16T06:38:00.580Z | + CARGO_INCREMENTAL=0 |
1370 | 2024-08-16T06:38:00.580Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1371 | 2024-08-16T06:38:01.496Z | Compiling proc-macro2 v1.0.86 |
1372 | 2024-08-16T06:38:01.496Z | Compiling unicode-ident v1.0.12 |
1373 | 2024-08-16T06:38:01.496Z | Compiling libc v0.2.155 |
1374 | 2024-08-16T06:38:01.499Z | Compiling serde v1.0.207 |
1375 | 2024-08-16T06:38:01.499Z | Compiling version_check v0.9.5 |
1376 | 2024-08-16T06:38:01.499Z | Compiling autocfg v1.3.0 |
1377 | 2024-08-16T06:38:01.499Z | Compiling cfg-if v1.0.0 |
1378 | 2024-08-16T06:38:01.499Z | Compiling once_cell v1.19.0 |
1379 | 2024-08-16T06:38:01.778Z | Compiling typenum v1.17.0 |
1380 | 2024-08-16T06:38:01.816Z | Compiling memchr v2.7.2 |
1381 | 2024-08-16T06:38:02.215Z | Compiling byteorder v1.5.0 |
1382 | 2024-08-16T06:38:02.269Z | Compiling generic-array v0.14.7 |
1383 | 2024-08-16T06:38:02.559Z | Compiling lock_api v0.4.12 |
1384 | 2024-08-16T06:38:02.656Z | Compiling ahash v0.8.11 |
1385 | 2024-08-16T06:38:02.672Z | Compiling serde_json v1.0.125 |
1386 | 2024-08-16T06:38:02.869Z | Compiling libm v0.2.8 |
1387 | 2024-08-16T06:38:03.003Z | Compiling num-traits v0.2.19 |
1388 | 2024-08-16T06:38:03.006Z | Compiling parking_lot_core v0.9.10 |
1389 | 2024-08-16T06:38:03.222Z | Compiling quote v1.0.36 |
1390 | 2024-08-16T06:38:03.308Z | Compiling thiserror v1.0.63 |
1391 | 2024-08-16T06:38:03.434Z | Compiling scopeguard v1.2.0 |
1392 | 2024-08-16T06:38:03.545Z | Compiling getrandom v0.2.14 |
1393 | 2024-08-16T06:38:03.597Z | Compiling syn v2.0.74 |
1394 | 2024-08-16T06:38:03.778Z | Compiling jobserver v0.1.32 |
1395 | 2024-08-16T06:38:03.911Z | Compiling log v0.4.21 |
1396 | 2024-08-16T06:38:04.164Z | Compiling cc v1.0.97 |
1397 | 2024-08-16T06:38:04.316Z | Compiling itoa v1.0.11 |
1398 | 2024-08-16T06:38:04.514Z | Compiling allocator-api2 v0.2.18 |
1399 | 2024-08-16T06:38:04.532Z | Compiling rand_core v0.6.4 |
1400 | 2024-08-16T06:38:04.598Z | Compiling slab v0.4.9 |
1401 | 2024-08-16T06:38:04.909Z | Compiling semver v1.0.23 |
1402 | 2024-08-16T06:38:04.939Z | Compiling pin-project-lite v0.2.14 |
1403 | 2024-08-16T06:38:05.263Z | Compiling ryu v1.0.18 |
1404 | 2024-08-16T06:38:05.356Z | Compiling spin v0.9.8 |
1405 | 2024-08-16T06:38:05.478Z | Compiling smallvec v1.13.2 |
1406 | 2024-08-16T06:38:05.546Z | Compiling equivalent v1.0.1 |
1407 | 2024-08-16T06:38:05.715Z | Compiling pkg-config v0.3.30 |
1408 | 2024-08-16T06:38:05.751Z | Compiling vcpkg v0.2.15 |
1409 | 2024-08-16T06:38:05.882Z | Compiling schemars v0.8.21 |
1410 | 2024-08-16T06:38:06.490Z | Compiling signal-hook-registry v1.4.2 |
1411 | 2024-08-16T06:38:06.815Z | Compiling subtle v2.5.0 |
1412 | 2024-08-16T06:38:07.239Z | Compiling parking_lot v0.12.2 |
1413 | 2024-08-16T06:38:07.344Z | Compiling ring v0.17.8 |
1414 | 2024-08-16T06:38:07.411Z | Compiling openssl-sys v0.9.103 |
1415 | 2024-08-16T06:38:07.974Z | Compiling mio v1.0.2 |
1416 | 2024-08-16T06:38:08.332Z | Compiling const-oid v0.9.6 |
1417 | 2024-08-16T06:38:08.397Z | Compiling socket2 v0.5.7 |
1418 | 2024-08-16T06:38:08.987Z | Compiling syn v1.0.109 |
1419 | 2024-08-16T06:38:09.512Z | Compiling heck v0.5.0 |
1420 | 2024-08-16T06:38:09.624Z | Compiling httparse v1.8.0 |
1421 | 2024-08-16T06:38:09.919Z | Compiling time-core v0.1.2 |
1422 | 2024-08-16T06:38:09.967Z | Compiling num-conv v0.1.0 |
1423 | 2024-08-16T06:38:10.199Z | Compiling rustix v0.38.34 |
1424 | 2024-08-16T06:38:10.235Z | Compiling time-macros v0.2.18 |
1425 | 2024-08-16T06:38:10.424Z | Compiling futures-core v0.3.30 |
1426 | 2024-08-16T06:38:10.439Z | Compiling openssl v0.10.66 |
1427 | 2024-08-16T06:38:10.661Z | Compiling fnv v1.0.7 |
1428 | 2024-08-16T06:38:10.866Z | Compiling crossbeam-utils v0.8.19 |
1429 | 2024-08-16T06:38:11.326Z | Compiling serde_derive_internals v0.29.1 |
1430 | 2024-08-16T06:38:11.418Z | Compiling tinyvec_macros v0.1.1 |
1431 | 2024-08-16T06:38:11.517Z | Compiling iana-time-zone v0.1.60 |
1432 | 2024-08-16T06:38:11.850Z | Compiling native-tls v0.2.11 |
1433 | 2024-08-16T06:38:12.166Z | Compiling rustls v0.21.12 |
1434 | 2024-08-16T06:38:12.189Z | Compiling tinyvec v1.6.0 |
1435 | 2024-08-16T06:38:12.454Z | Compiling cpufeatures v0.2.12 |
1436 | 2024-08-16T06:38:13.108Z | Compiling ucd-trie v0.1.6 |
1437 | 2024-08-16T06:38:13.131Z | Compiling futures-sink v0.3.30 |
1438 | 2024-08-16T06:38:13.335Z | Compiling backtrace v0.3.71 |
1439 | 2024-08-16T06:38:13.562Z | Compiling unicode-normalization v0.1.23 |
1440 | 2024-08-16T06:38:13.615Z | Compiling cookie v0.17.0 |
1441 | 2024-08-16T06:38:13.721Z | Compiling unicode-bidi v0.3.15 |
1442 | 2024-08-16T06:38:13.814Z | Compiling slog v2.7.0 |
1443 | 2024-08-16T06:38:14.288Z | Compiling futures-channel v0.3.30 |
1444 | 2024-08-16T06:38:14.589Z | Compiling futures-io v0.3.30 |
1445 | 2024-08-16T06:38:14.762Z | Compiling pin-utils v0.1.0 |
1446 | 2024-08-16T06:38:14.857Z | Compiling futures-task v0.3.30 |
1447 | 2024-08-16T06:38:15.210Z | Compiling aho-corasick v1.1.3 |
1448 | 2024-08-16T06:38:15.229Z | Compiling anyhow v1.0.86 |
1449 | 2024-08-16T06:38:15.378Z | Compiling regex-syntax v0.8.4 |
1450 | 2024-08-16T06:38:16.166Z | Compiling winnow v0.5.40 |
1451 | 2024-08-16T06:38:16.499Z | Compiling dyn-clone v1.0.17 |
1452 | 2024-08-16T06:38:16.833Z | Compiling serde_derive v1.0.207 |
1453 | 2024-08-16T06:38:16.986Z | Compiling zeroize_derive v1.4.2 |
1454 | 2024-08-16T06:38:17.551Z | Compiling zerocopy-derive v0.7.34 |
1455 | 2024-08-16T06:38:18.366Z | Compiling thiserror-impl v1.0.63 |
1456 | 2024-08-16T06:38:19.382Z | Compiling tokio-macros v2.4.0 |
1457 | 2024-08-16T06:38:19.458Z | Compiling zerocopy v0.7.34 |
1458 | 2024-08-16T06:38:19.975Z | Compiling zeroize v1.7.0 |
1459 | 2024-08-16T06:38:20.755Z | Compiling futures-macro v0.3.30 |
1460 | 2024-08-16T06:38:21.643Z | Compiling hashbrown v0.14.5 |
1461 | 2024-08-16T06:38:22.081Z | Compiling crypto-common v0.1.6 |
1462 | 2024-08-16T06:38:22.261Z | Compiling tracing-attributes v0.1.27 |
1463 | 2024-08-16T06:38:22.371Z | Compiling schemars_derive v0.8.21 |
1464 | 2024-08-16T06:38:22.539Z | Compiling block-buffer v0.10.4 |
1465 | 2024-08-16T06:38:22.736Z | Compiling digest v0.10.7 |
1466 | 2024-08-16T06:38:22.922Z | Compiling der_derive v0.7.2 |
1467 | 2024-08-16T06:38:23.143Z | Compiling openssl-macros v0.1.1 |
1468 | 2024-08-16T06:38:23.710Z | Compiling scroll_derive v0.12.0 |
1469 | 2024-08-16T06:38:23.876Z | Compiling hmac v0.12.1 |
1470 | 2024-08-16T06:38:24.096Z | Compiling block-padding v0.3.3 |
1471 | 2024-08-16T06:38:24.905Z | Compiling pest v2.7.10 |
1472 | 2024-08-16T06:38:25.035Z | Compiling inout v0.1.3 |
1473 | 2024-08-16T06:38:25.089Z | Compiling sha2 v0.10.8 |
1474 | 2024-08-16T06:38:25.155Z | Compiling futures-util v0.3.30 |
1475 | 2024-08-16T06:38:25.204Z | Compiling untrusted v0.9.0 |
1476 | 2024-08-16T06:38:25.265Z | Compiling cipher v0.4.4 |
1477 | 2024-08-16T06:38:25.729Z | Compiling regex-automata v0.4.6 |
1478 | 2024-08-16T06:38:25.835Z | Compiling tracing-core v0.1.32 |
1479 | 2024-08-16T06:38:27.816Z | Compiling pest_meta v2.7.10 |
1480 | 2024-08-16T06:38:28.188Z | Compiling usdt-impl v0.5.0 |
1481 | 2024-08-16T06:38:28.678Z | Compiling base64ct v1.6.0 |
1482 | 2024-08-16T06:38:29.253Z | Compiling pest_generator v2.7.10 |
1483 | 2024-08-16T06:38:30.649Z | Compiling bytes v1.7.1 |
1484 | 2024-08-16T06:38:31.603Z | Compiling indexmap v2.4.0 |
1485 | 2024-08-16T06:38:32.156Z | Compiling tokio v1.39.2 |
1486 | 2024-08-16T06:38:32.497Z | Compiling bitflags v2.6.0 |
1487 | 2024-08-16T06:38:32.797Z | Compiling uuid v1.10.0 |
1488 | 2024-08-16T06:38:33.079Z | Compiling serde_tokenstream v0.2.2 |
1489 | 2024-08-16T06:38:33.135Z | Compiling chrono v0.4.38 |
1490 | 2024-08-16T06:38:34.730Z | Compiling serde_spanned v0.6.7 |
1491 | 2024-08-16T06:38:34.940Z | Compiling toml_datetime v0.6.8 |
1492 | 2024-08-16T06:38:35.755Z | Compiling http v0.2.12 |
1493 | 2024-08-16T06:38:37.590Z | Compiling toml_edit v0.19.15 |
1494 | 2024-08-16T06:38:37.894Z | Compiling rustc_version v0.4.0 |
1495 | 2024-08-16T06:38:38.124Z | Compiling pest_derive v2.7.10 |
1496 | 2024-08-16T06:38:38.527Z | Compiling rustversion v1.0.17 |
1497 | 2024-08-16T06:38:38.911Z | Compiling heapless v0.7.17 |
1498 | 2024-08-16T06:38:39.238Z | Compiling pem-rfc7468 v0.7.0 |
1499 | 2024-08-16T06:38:39.344Z | Compiling tracing v0.1.40 |
1500 | 2024-08-16T06:38:39.864Z | Compiling scroll v0.12.0 |
1501 | 2024-08-16T06:38:40.168Z | Compiling plain v0.2.3 |
1502 | 2024-08-16T06:38:40.323Z | Compiling percent-encoding v2.3.1 |
1503 | 2024-08-16T06:38:40.416Z | Compiling ppv-lite86 v0.2.17 |
1504 | 2024-08-16T06:38:41.090Z | Compiling heck v0.4.1 |
1505 | 2024-08-16T06:38:41.123Z | Compiling powerfmt v0.2.0 |
1506 | 2024-08-16T06:38:41.493Z | Compiling flagset v0.4.5 |
1507 | 2024-08-16T06:38:41.604Z | Compiling deranged v0.3.11 |
1508 | 2024-08-16T06:38:41.641Z | Compiling rand_chacha v0.3.1 |
1509 | 2024-08-16T06:38:41.694Z | Compiling der v0.7.9 |
1510 | 2024-08-16T06:38:42.590Z | Compiling goblin v0.8.2 |
1511 | 2024-08-16T06:38:44.713Z | Compiling regex v1.10.6 |
1512 | 2024-08-16T06:38:45.096Z | Compiling salsa20 v0.10.2 |
1513 | 2024-08-16T06:38:45.318Z | Compiling pbkdf2 v0.12.2 |
1514 | 2024-08-16T06:38:45.766Z | Compiling pretty-hex v0.4.1 |
1515 | 2024-08-16T06:38:45.982Z | Compiling crc32fast v1.4.0 |
1516 | 2024-08-16T06:38:46.380Z | Compiling num_threads v0.1.7 |
1517 | 2024-08-16T06:38:46.397Z | Compiling strsim v0.11.1 |
1518 | 2024-08-16T06:38:46.608Z | Compiling time v0.3.36 |
1519 | 2024-08-16T06:38:46.994Z | Compiling scrypt v0.11.0 |
1520 | 2024-08-16T06:38:47.102Z | Compiling spki v0.7.3 |
1521 | 2024-08-16T06:38:47.252Z | Compiling rand v0.8.5 |
1522 | 2024-08-16T06:38:47.459Z | Compiling tokio-util v0.7.11 |
1523 | 2024-08-16T06:38:48.749Z | Compiling dof v0.3.0 |
1524 | 2024-08-16T06:38:48.775Z | Compiling dtrace-parser v0.2.0 |
1525 | 2024-08-16T06:38:49.383Z | Compiling aes v0.8.4 |
1526 | 2024-08-16T06:38:49.549Z | Compiling cbc v0.1.2 |
1527 | 2024-08-16T06:38:49.775Z | Compiling async-trait v0.1.81 |
1528 | 2024-08-16T06:38:50.031Z | Compiling thread-id v4.2.1 |
1529 | 2024-08-16T06:38:50.316Z | Compiling smoltcp v0.9.1 |
1530 | 2024-08-16T06:38:50.528Z | Compiling signal-hook v0.3.17 |
1531 | 2024-08-16T06:38:50.590Z | Compiling unicode-width v0.1.13 |
1532 | 2024-08-16T06:38:50.668Z | Compiling foreign-types-shared v0.1.1 |
1533 | 2024-08-16T06:38:50.772Z | Compiling num-bigint-dig v0.8.4 |
1534 | 2024-08-16T06:38:50.809Z | Compiling foreign-types v0.3.2 |
1535 | 2024-08-16T06:38:50.905Z | Compiling pkcs5 v0.7.1 |
1536 | 2024-08-16T06:38:52.069Z | Compiling form_urlencoded v1.2.1 |
1537 | 2024-08-16T06:38:52.622Z | Compiling lazy_static v1.5.0 |
1538 | 2024-08-16T06:38:52.663Z | Compiling errno v0.3.9 |
1539 | 2024-08-16T06:38:52.751Z | Compiling siphasher v0.3.11 |
1540 | 2024-08-16T06:38:52.930Z | Compiling try-lock v0.2.5 |
1541 | 2024-08-16T06:38:53.084Z | Compiling cfg_aliases v0.1.1 |
1542 | 2024-08-16T06:38:53.100Z | Compiling adler v1.0.2 |
1543 | 2024-08-16T06:38:53.688Z | Compiling want v0.3.1 |
1544 | 2024-08-16T06:38:53.868Z | Compiling miniz_oxide v0.7.2 |
1545 | 2024-08-16T06:38:53.987Z | Compiling nix v0.28.0 |
1546 | 2024-08-16T06:38:55.805Z | Compiling pkcs8 v0.10.2 |
1547 | 2024-08-16T06:38:56.188Z | Compiling rustls-webpki v0.101.7 |
1548 | 2024-08-16T06:38:56.469Z | Compiling sct v0.7.1 |
1549 | 2024-08-16T06:38:56.762Z | Compiling h2 v0.3.26 |
1550 | 2024-08-16T06:38:57.586Z | Compiling http-body v0.4.6 |
1551 | 2024-08-16T06:38:58.623Z | Compiling openapiv3 v2.0.0 |
1552 | 2024-08-16T06:38:59.211Z | Compiling hubpack_derive v0.1.1 |
1553 | 2024-08-16T06:38:59.317Z | Compiling zerocopy-derive v0.6.6 |
1554 | 2024-08-16T06:38:59.350Z | Compiling idna v0.5.0 |
1555 | 2024-08-16T06:39:00.070Z | Compiling fs-err v2.11.0 |
1556 | 2024-08-16T06:39:00.123Z | Compiling finl_unicode v1.2.0 |
1557 | 2024-08-16T06:39:00.390Z | Compiling httpdate v1.0.3 |
1558 | 2024-08-16T06:39:00.737Z | Compiling stable_deref_trait v1.2.0 |
1559 | 2024-08-16T06:39:00.767Z | Compiling gimli v0.28.1 |
1560 | 2024-08-16T06:39:00.838Z | Compiling anstyle v1.0.8 |
1561 | 2024-08-16T06:39:01.164Z | Compiling tower-service v0.3.2 |
1562 | 2024-08-16T06:39:01.290Z | Compiling utf8parse v0.2.1 |
1563 | 2024-08-16T06:39:01.464Z | Compiling openssl-probe v0.1.5 |
1564 | 2024-08-16T06:39:02.630Z | Compiling anstyle-parse v0.2.4 |
1565 | 2024-08-16T06:39:02.955Z | Compiling stringprep v0.1.4 |
1566 | 2024-08-16T06:39:03.522Z | Compiling url v2.5.2 |
1567 | 2024-08-16T06:39:04.161Z | Compiling hyper v0.14.30 |
1568 | 2024-08-16T06:39:06.506Z | Compiling addr2line v0.21.0 |
1569 | 2024-08-16T06:39:07.336Z | Compiling usdt-attr-macro v0.5.0 |
1570 | 2024-08-16T06:39:07.364Z | Compiling usdt-macro v0.5.0 |
1571 | 2024-08-16T06:39:09.355Z | Compiling md-5 v0.10.6 |
1572 | 2024-08-16T06:39:12.909Z | Compiling idna v0.3.0 |
1573 | 2024-08-16T06:39:13.022Z | Compiling num-integer v0.1.46 |
1574 | 2024-08-16T06:39:13.750Z | Compiling object v0.32.2 |
1575 | 2024-08-16T06:39:14.339Z | Compiling hash32 v0.2.1 |
1576 | 2024-08-16T06:39:14.598Z | Compiling is_terminal_polyfill v1.70.0 |
1577 | 2024-08-16T06:39:14.745Z | Compiling colorchoice v1.0.1 |
1578 | 2024-08-16T06:39:14.889Z | Compiling base64 v0.22.1 |
1579 | 2024-08-16T06:39:15.603Z | Compiling anstyle-query v1.0.3 |
1580 | 2024-08-16T06:39:15.865Z | Compiling rustc-demangle v0.1.24 |
1581 | 2024-08-16T06:39:18.313Z | Compiling fallible-iterator v0.2.0 |
1582 | 2024-08-16T06:39:19.074Z | Compiling psl-types v2.0.11 |
1583 | 2024-08-16T06:39:22.403Z | Compiling publicsuffix v2.2.3 |
1584 | 2024-08-16T06:39:22.514Z | Compiling postgres-protocol v0.6.7 |
1585 | 2024-08-16T06:39:24.166Z | Compiling anstream v0.6.14 |
1586 | 2024-08-16T06:39:24.982Z | Compiling num-iter v0.1.45 |
1587 | 2024-08-16T06:39:26.667Z | Compiling tokio-rustls v0.24.1 |
1588 | 2024-08-16T06:39:27.069Z | Compiling terminal_size v0.3.0 |
1589 | 2024-08-16T06:39:27.823Z | Compiling tokio-native-tls v0.3.1 |
1590 | 2024-08-16T06:39:28.110Z | Compiling phf_shared v0.11.2 |
1591 | 2024-08-16T06:39:29.112Z | Compiling strum_macros v0.25.3 |
1592 | 2024-08-16T06:39:29.152Z | Compiling enum-as-inner v0.6.0 |
1593 | 2024-08-16T06:39:30.229Z | Compiling regress v0.9.1 |
1594 | 2024-08-16T06:39:31.411Z | Compiling clap_derive v4.5.13 |
1595 | 2024-08-16T06:39:31.675Z | Compiling serde_repr v0.1.19 |
1596 | 2024-08-16T06:39:32.902Z | Compiling ff v0.13.0 |
1597 | 2024-08-16T06:39:33.119Z | Compiling encoding_rs v0.8.34 |
1598 | 2024-08-16T06:39:34.959Z | Compiling base64 v0.21.7 |
1599 | 2024-08-16T06:39:35.497Z | Compiling either v1.13.0 |
1600 | 2024-08-16T06:39:35.930Z | Compiling ipnet v2.9.0 |
1601 | 2024-08-16T06:39:36.022Z | Compiling regex-automata v0.1.10 |
1602 | 2024-08-16T06:39:36.295Z | Compiling base16ct v0.2.0 |
1603 | 2024-08-16T06:39:36.521Z | Compiling bitflags v1.3.2 |
1604 | 2024-08-16T06:39:36.588Z | Compiling managed v0.8.0 |
1605 | 2024-08-16T06:39:37.102Z | Compiling clap_lex v0.7.0 |
1606 | 2024-08-16T06:39:37.394Z | Compiling mime v0.3.17 |
1607 | 2024-08-16T06:39:37.568Z | Compiling clap_builder v4.5.15 |
1608 | 2024-08-16T06:39:38.490Z | Compiling sec1 v0.7.3 |
1609 | 2024-08-16T06:39:39.081Z | Compiling bstr v0.2.17 |
1610 | 2024-08-16T06:39:40.284Z | Compiling rustls-pemfile v1.0.4 |
1611 | 2024-08-16T06:39:40.396Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1612 | 2024-08-16T06:39:40.649Z | Compiling group v0.13.0 |
1613 | 2024-08-16T06:39:44.971Z | Compiling phf v0.11.2 |
1614 | 2024-08-16T06:39:45.193Z | Compiling hyper-tls v0.5.0 |
1615 | 2024-08-16T06:39:45.294Z | Compiling hyper-rustls v0.24.2 |
1616 | 2024-08-16T06:39:45.524Z | Compiling cookie_store v0.20.0 |
1617 | 2024-08-16T06:39:45.638Z | Compiling postgres-types v0.2.7 |
1618 | 2024-08-16T06:39:46.427Z | Compiling zerocopy v0.6.6 |
1619 | 2024-08-16T06:39:46.981Z | Compiling hubpack v0.1.2 |
1620 | 2024-08-16T06:39:46.998Z | Compiling pkcs1 v0.7.5 |
1621 | 2024-08-16T06:39:47.351Z | Compiling phf_shared v0.10.0 |
1622 | 2024-08-16T06:39:47.409Z | Compiling crossbeam-epoch v0.9.18 |
1623 | 2024-08-16T06:39:47.910Z | Compiling serde_urlencoded v0.7.1 |
1624 | 2024-08-16T06:39:48.519Z | Compiling futures-executor v0.3.30 |
1625 | 2024-08-16T06:39:48.821Z | Compiling hkdf v0.12.4 |
1626 | 2024-08-16T06:39:49.009Z | Compiling signature v2.2.0 |
1627 | 2024-08-16T06:39:49.064Z | Compiling crypto-bigint v0.5.5 |
1628 | 2024-08-16T06:39:49.245Z | Compiling idna v0.4.0 |
1629 | 2024-08-16T06:39:49.480Z | Compiling float-cmp v0.9.0 |
1630 | 2024-08-16T06:39:49.707Z | Compiling mio v0.8.11 |
1631 | 2024-08-16T06:39:50.344Z | Compiling memmap v0.7.0 |
1632 | 2024-08-16T06:39:50.653Z | Compiling winnow v0.6.18 |
1633 | 2024-08-16T06:39:50.807Z | Compiling normalize-line-endings v0.3.0 |
1634 | 2024-08-16T06:39:50.926Z | Compiling minimal-lexical v0.2.1 |
1635 | 2024-08-16T06:39:51.384Z | Compiling fixedbitset v0.4.2 |
1636 | 2024-08-16T06:39:51.802Z | Compiling webpki-roots v0.25.4 |
1637 | 2024-08-16T06:39:51.972Z | Compiling data-encoding v2.6.0 |
1638 | 2024-08-16T06:39:52.340Z | Compiling new_debug_unreachable v1.0.6 |
1639 | 2024-08-16T06:39:52.596Z | Compiling sync_wrapper v0.1.2 |
1640 | 2024-08-16T06:39:52.732Z | Compiling static_assertions v1.1.0 |
1641 | 2024-08-16T06:39:52.836Z | Compiling bit-vec v0.6.3 |
1642 | 2024-08-16T06:39:52.960Z | Compiling whoami v1.5.1 |
1643 | 2024-08-16T06:39:53.240Z | Compiling precomputed-hash v0.1.1 |
1644 | 2024-08-16T06:39:53.265Z | Compiling predicates-core v1.0.6 |
1645 | 2024-08-16T06:39:53.360Z | Compiling unicode-segmentation v1.11.0 |
1646 | 2024-08-16T06:39:53.573Z | Compiling difflib v0.4.0 |
1647 | 2024-08-16T06:39:54.100Z | Compiling similar v2.5.0 |
1648 | 2024-08-16T06:39:54.165Z | Compiling toml_edit v0.22.20 |
1649 | 2024-08-16T06:39:54.807Z | Compiling predicates v3.1.2 |
1650 | 2024-08-16T06:39:54.831Z | Compiling string_cache v0.8.7 |
1651 | 2024-08-16T06:39:55.167Z | Compiling tokio-postgres v0.7.11 |
1652 | 2024-08-16T06:39:55.237Z | Compiling bit-set v0.5.3 |
1653 | 2024-08-16T06:39:55.528Z | Compiling reqwest v0.11.27 |
1654 | 2024-08-16T06:39:56.139Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1655 | 2024-08-16T06:39:56.153Z | Compiling hickory-proto v0.24.1 |
1656 | 2024-08-16T06:39:56.329Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1657 | 2024-08-16T06:40:00.123Z | Compiling elliptic-curve v0.13.8 |
1658 | 2024-08-16T06:40:00.240Z | Compiling petgraph v0.6.5 |
1659 | 2024-08-16T06:40:00.881Z | Compiling nom v7.1.3 |
1660 | 2024-08-16T06:40:01.326Z | Compiling usdt v0.5.0 |
1661 | 2024-08-16T06:40:01.537Z | Compiling signal-hook-mio v0.2.4 |
1662 | 2024-08-16T06:40:02.215Z | Compiling rsa v0.9.6 |
1663 | 2024-08-16T06:40:02.538Z | Compiling futures v0.3.30 |
1664 | 2024-08-16T06:40:04.526Z | Compiling flate2 v1.0.31 |
1665 | 2024-08-16T06:40:05.311Z | Compiling clap v4.5.16 |
1666 | 2024-08-16T06:40:05.405Z | Compiling itertools v0.12.1 |
1667 | 2024-08-16T06:40:05.422Z | Compiling itertools v0.10.5 |
1668 | 2024-08-16T06:40:05.759Z | Compiling console v0.15.8 |
1669 | 2024-08-16T06:40:06.103Z | Compiling tokio-stream v0.1.15 |
1670 | 2024-08-16T06:40:06.548Z | Compiling toml v0.7.8 |
1671 | 2024-08-16T06:40:06.650Z | Compiling bstr v1.9.1 |
1672 | 2024-08-16T06:40:07.002Z | Compiling hex v0.4.3 |
1673 | 2024-08-16T06:40:07.626Z | Compiling sha1 v0.10.6 |
1674 | 2024-08-16T06:40:07.887Z | Compiling lalrpop-util v0.19.12 |
1675 | 2024-08-16T06:40:08.194Z | Compiling camino v1.1.8 |
1676 | 2024-08-16T06:40:08.211Z | Compiling unicode-xid v0.2.4 |
1677 | 2024-08-16T06:40:08.228Z | Compiling peg-runtime v0.8.3 |
1678 | 2024-08-16T06:40:08.755Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1679 | 2024-08-16T06:40:09.070Z | Compiling proc-macro-crate v1.3.1 |
1680 | 2024-08-16T06:40:09.978Z | Compiling heapless v0.8.0 |
1681 | 2024-08-16T06:40:10.203Z | Compiling num_enum_derive v0.5.11 |
1682 | 2024-08-16T06:40:12.504Z | Compiling ipnetwork v0.20.0 |
1683 | 2024-08-16T06:40:14.194Z | Compiling hash32 v0.3.1 |
1684 | 2024-08-16T06:40:15.146Z | Compiling rustls-pki-types v1.7.0 |
1685 | 2024-08-16T06:40:15.482Z | Compiling ident_case v1.0.1 |
1686 | 2024-08-16T06:40:15.673Z | Compiling smoltcp v0.11.0 |
1687 | 2024-08-16T06:40:16.512Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1688 | 2024-08-16T06:40:20.573Z | Compiling darling_core v0.20.9 |
1689 | 2024-08-16T06:40:25.027Z | Compiling num_enum v0.5.11 |
1690 | 2024-08-16T06:40:25.737Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1691 | 2024-08-16T06:40:26.189Z | Compiling getopts v0.2.21 |
1692 | 2024-08-16T06:40:27.638Z | Compiling dirs-sys-next v0.1.2 |
1693 | 2024-08-16T06:40:27.739Z | Compiling proc-macro-error-attr v1.0.4 |
1694 | 2024-08-16T06:40:28.064Z | Compiling embedded-io v0.4.0 |
1695 | 2024-08-16T06:40:28.708Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1696 | 2024-08-16T06:40:28.913Z | Compiling unsafe-libyaml v0.2.11 |
1697 | 2024-08-16T06:40:29.017Z | Compiling cobs v0.2.3 |
1698 | 2024-08-16T06:40:29.467Z | Compiling paste v1.0.15 |
1699 | 2024-08-16T06:40:29.948Z | Compiling rustls v0.22.4 |
1700 | 2024-08-16T06:40:32.234Z | Compiling serde_yaml v0.9.34+deprecated |
1701 | 2024-08-16T06:40:32.562Z | Compiling postcard v1.0.8 |
1702 | 2024-08-16T06:40:33.558Z | Compiling dirs-next v2.0.0 |
1703 | 2024-08-16T06:40:35.681Z | Compiling darling_macro v0.20.9 |
1704 | 2024-08-16T06:40:35.945Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1705 | 2024-08-16T06:40:43.336Z | Compiling rustls-webpki v0.102.4 |
1706 | 2024-08-16T06:40:51.035Z | Compiling strum_macros v0.26.4 |
1707 | 2024-08-16T06:40:51.832Z | Compiling foreign-types-macros v0.2.3 |
1708 | 2024-08-16T06:40:52.071Z | Compiling structmeta-derive v0.3.0 |
1709 | 2024-08-16T06:40:53.269Z | Compiling thread_local v1.1.8 |
1710 | 2024-08-16T06:40:54.757Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1711 | 2024-08-16T06:40:55.080Z | Compiling multer v3.1.0 |
1712 | 2024-08-16T06:40:55.371Z | Compiling proc-macro-error v1.0.4 |
1713 | 2024-08-16T06:40:55.499Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1714 | 2024-08-16T06:40:55.727Z | Compiling slog-async v2.8.0 |
1715 | 2024-08-16T06:40:56.785Z | Compiling match_cfg v0.1.0 |
1716 | 2024-08-16T06:40:57.070Z | Compiling foreign-types-shared v0.3.1 |
1717 | 2024-08-16T06:40:57.099Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1718 | 2024-08-16T06:40:57.197Z | Compiling foreign-types v0.5.0 |
1719 | 2024-08-16T06:40:57.426Z | Compiling hostname v0.3.1 |
1720 | 2024-08-16T06:41:03.020Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1721 | 2024-08-16T06:41:03.078Z | Compiling strum v0.26.3 |
1722 | 2024-08-16T06:41:04.311Z | Compiling structmeta v0.3.0 |
1723 | 2024-08-16T06:41:10.289Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1724 | 2024-08-16T06:41:10.584Z | Compiling darling v0.20.9 |
1725 | 2024-08-16T06:41:10.832Z | Compiling term v0.7.0 |
1726 | 2024-08-16T06:41:13.265Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1727 | 2024-08-16T06:41:15.205Z | Compiling slog-json v2.6.1 |
1728 | 2024-08-16T06:41:15.652Z | Compiling tabwriter v1.4.0 |
1729 | 2024-08-16T06:41:16.432Z | Compiling crossbeam-channel v0.5.12 |
1730 | 2024-08-16T06:41:18.592Z | Compiling http v1.1.0 |
1731 | 2024-08-16T06:41:18.660Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1732 | 2024-08-16T06:41:19.247Z | Compiling async-stream-impl v0.3.5 |
1733 | 2024-08-16T06:41:19.481Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1734 | 2024-08-16T06:41:20.348Z | Compiling is-terminal v0.4.12 |
1735 | 2024-08-16T06:41:20.481Z | Compiling cstr-argument v0.1.2 |
1736 | 2024-08-16T06:41:20.568Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1737 | 2024-08-16T06:41:20.761Z | Compiling pretty-hex v0.2.1 |
1738 | 2024-08-16T06:41:20.890Z | Compiling fastrand v2.1.0 |
1739 | 2024-08-16T06:41:20.988Z | Compiling rayon-core v1.12.1 |
1740 | 2024-08-16T06:41:21.571Z | Compiling crucible-workspace-hack v0.1.0 |
1741 | 2024-08-16T06:41:21.741Z | Compiling atomic-waker v1.1.2 |
1742 | 2024-08-16T06:41:21.873Z | Compiling take_mut v0.2.2 |
1743 | 2024-08-16T06:41:22.044Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1744 | 2024-08-16T06:41:22.950Z | Compiling waitgroup v0.1.2 |
1745 | 2024-08-16T06:41:22.997Z | Compiling tempfile v3.10.1 |
1746 | 2024-08-16T06:41:23.198Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1747 | 2024-08-16T06:41:23.300Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1748 | 2024-08-16T06:41:23.602Z | Compiling async-stream v0.3.5 |
1749 | 2024-08-16T06:41:23.949Z | Compiling slog-term v2.9.1 |
1750 | 2024-08-16T06:41:24.684Z | Compiling slog-bunyan v2.5.0 |
1751 | 2024-08-16T06:41:24.813Z | Compiling tokio-rustls v0.25.0 |
1752 | 2024-08-16T06:41:25.309Z | Compiling serde_with_macros v3.8.3 |
1753 | 2024-08-16T06:41:25.350Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1754 | 2024-08-16T06:41:25.512Z | Compiling parse-display-derive v0.10.0 |
1755 | 2024-08-16T06:41:25.551Z | Compiling toml v0.8.19 |
1756 | 2024-08-16T06:41:25.580Z | Compiling rustls-pemfile v2.1.3 |
1757 | 2024-08-16T06:41:26.345Z | Compiling crossbeam-deque v0.8.5 |
1758 | 2024-08-16T06:41:26.538Z | Compiling colored v2.1.0 |
1759 | 2024-08-16T06:41:26.750Z | Compiling newtype-uuid v1.1.0 |
1760 | 2024-08-16T06:41:27.094Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1761 | 2024-08-16T06:41:27.097Z | Compiling serde_path_to_error v0.1.16 |
1762 | 2024-08-16T06:41:27.872Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1763 | 2024-08-16T06:41:27.935Z | Compiling socket2 v0.4.10 |
1764 | 2024-08-16T06:41:28.111Z | Compiling hostname v0.4.0 |
1765 | 2024-08-16T06:41:28.377Z | Compiling instant v0.1.12 |
1766 | 2024-08-16T06:41:28.551Z | Compiling debug-ignore v1.0.5 |
1767 | 2024-08-16T06:41:28.663Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1768 | 2024-08-16T06:41:28.732Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1769 | 2024-08-16T06:41:28.976Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1770 | 2024-08-16T06:41:29.096Z | Compiling backoff v0.4.0 |
1771 | 2024-08-16T06:41:29.474Z | Compiling serde_with v3.8.3 |
1772 | 2024-08-16T06:41:29.490Z | Compiling parse-display v0.10.0 |
1773 | 2024-08-16T06:41:31.388Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1774 | 2024-08-16T06:41:31.953Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1775 | 2024-08-16T06:41:32.536Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1776 | 2024-08-16T06:41:33.890Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1777 | 2024-08-16T06:41:33.989Z | Compiling camino-tempfile v1.1.1 |
1778 | 2024-08-16T06:41:34.752Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1779 | 2024-08-16T06:41:34.770Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1780 | 2024-08-16T06:41:34.959Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1781 | 2024-08-16T06:41:35.236Z | Compiling macaddr v1.0.1 |
1782 | 2024-08-16T06:41:35.552Z | Compiling num-derive v0.4.2 |
1783 | 2024-08-16T06:41:35.866Z | Compiling sigpipe v0.1.3 |
1784 | 2024-08-16T06:41:36.003Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1785 | 2024-08-16T06:41:36.325Z | Compiling libefi-sys v0.1.0 |
1786 | 2024-08-16T06:41:36.686Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1787 | 2024-08-16T06:41:37.840Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1788 | 2024-08-16T06:41:37.922Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1789 | 2024-08-16T06:41:38.351Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1790 | 2024-08-16T06:41:38.551Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1791 | 2024-08-16T06:41:38.920Z | Compiling rayon v1.10.0 |
1792 | 2024-08-16T06:41:39.461Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1793 | 2024-08-16T06:41:39.992Z | Compiling smf v0.2.3 |
1794 | 2024-08-16T06:41:41.945Z | Compiling bitfield-struct v0.6.1 |
1795 | 2024-08-16T06:41:42.546Z | Compiling blake3 v1.5.1 |
1796 | 2024-08-16T06:41:42.576Z | Compiling ring v0.16.20 |
1797 | 2024-08-16T06:41:43.175Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1798 | 2024-08-16T06:41:43.323Z | Compiling portable-atomic v1.6.0 |
1799 | 2024-08-16T06:41:43.446Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1800 | 2024-08-16T06:41:44.279Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1801 | 2024-08-16T06:41:44.320Z | Compiling xattr v1.3.1 |
1802 | 2024-08-16T06:41:44.593Z | Compiling filetime v0.2.24 |
1803 | 2024-08-16T06:41:44.631Z | Compiling memmap2 v0.9.4 |
1804 | 2024-08-16T06:41:44.846Z | Compiling spin v0.5.2 |
1805 | 2024-08-16T06:41:44.953Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1806 | 2024-08-16T06:41:45.080Z | Compiling constant_time_eq v0.3.0 |
1807 | 2024-08-16T06:41:45.119Z | Compiling untrusted v0.7.1 |
1808 | 2024-08-16T06:41:45.193Z | Compiling arrayvec v0.7.4 |
1809 | 2024-08-16T06:41:45.251Z | Compiling same-file v1.0.6 |
1810 | 2024-08-16T06:41:45.301Z | Compiling arrayref v0.3.7 |
1811 | 2024-08-16T06:41:45.409Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1812 | 2024-08-16T06:41:45.450Z | Compiling walkdir v2.5.0 |
1813 | 2024-08-16T06:41:45.501Z | Compiling tar v0.4.41 |
1814 | 2024-08-16T06:41:46.968Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1815 | 2024-08-16T06:41:48.018Z | Compiling gethostname v0.5.0 |
1816 | 2024-08-16T06:41:48.221Z | Compiling cargo-platform v0.1.8 |
1817 | 2024-08-16T06:41:48.277Z | Compiling topological-sort v0.2.2 |
1818 | 2024-08-16T06:41:48.544Z | Compiling number_prefix v0.4.0 |
1819 | 2024-08-16T06:41:48.817Z | Compiling indicatif v0.17.8 |
1820 | 2024-08-16T06:41:49.228Z | Compiling cargo_metadata v0.18.1 |
1821 | 2024-08-16T06:41:53.654Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1822 | 2024-08-16T06:41:53.959Z | Compiling omicron-zone-package v0.11.0 |
1823 | 2024-08-16T06:41:54.443Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1824 | 2024-08-16T06:41:56.111Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1825 | 2024-08-16T06:42:17.946Z | Finished `release` profile [optimized] target(s) in 4m 17s |
1826 | 2024-08-16T06:42:18.085Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1827 | 2024-08-16T06:42:18.128Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1828 | 2024-08-16T06:42:18.130Z | Created new build target 'test' and set it as active |
1829 | 2024-08-16T06:42:18.130Z | |
1830 | 2024-08-16T06:42:18.130Z | real 4:17.520723299 |
1831 | 2024-08-16T06:42:18.130Z | user 29:17.453861997 |
1832 | 2024-08-16T06:42:18.130Z | sys 3:36.923462371 |
1833 | 2024-08-16T06:42:18.132Z | trap 0.867838102 |
1834 | 2024-08-16T06:42:18.132Z | tflt 2.370856790 |
1835 | 2024-08-16T06:42:18.132Z | dflt 0.718905453 |
1836 | 2024-08-16T06:42:18.132Z | kflt 0.006972237 |
1837 | 2024-08-16T06:42:18.132Z | lock 1:05:11.719147375 |
1838 | 2024-08-16T06:42:18.132Z | slp 1:53:20.264340468 |
1839 | 2024-08-16T06:42:18.132Z | lat 1:59.295641922 |
1840 | 2024-08-16T06:42:18.132Z | stop 3:33.612888743 |
1841 | 2024-08-16T06:42:18.132Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1842 | 2024-08-16T06:42:19.099Z | Finished `release` profile [optimized] target(s) in 0.92s |
1843 | 2024-08-16T06:42:19.149Z | Running `target/release/omicron-package -t test package` |
1844 | 2024-08-16T06:42:19.190Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1845 | 2024-08-16T06:42:20.304Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1846 | 2024-08-16T06:42:20.304Z | Compiling camino v1.1.8 |
1847 | 2024-08-16T06:42:20.307Z | Compiling password-hash v0.5.0 |
1848 | 2024-08-16T06:42:20.307Z | Compiling blake2 v0.10.6 |
1849 | 2024-08-16T06:42:20.307Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1850 | 2024-08-16T06:42:20.307Z | Compiling derive-where v1.2.7 |
1851 | 2024-08-16T06:42:20.307Z | Compiling humantime v2.1.0 |
1852 | 2024-08-16T06:42:20.423Z | Compiling newline-converter v0.3.0 |
1853 | 2024-08-16T06:42:20.610Z | Compiling expectorate v1.1.0 |
1854 | 2024-08-16T06:42:20.630Z | Compiling toml v0.8.19 |
1855 | 2024-08-16T06:42:20.850Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1856 | 2024-08-16T06:42:21.244Z | Compiling argon2 v0.5.3 |
1857 | 2024-08-16T06:42:21.262Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1858 | 2024-08-16T06:42:21.313Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1859 | 2024-08-16T06:42:21.384Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1860 | 2024-08-16T06:42:21.477Z | Compiling dirs-sys-next v0.1.2 |
1861 | 2024-08-16T06:42:21.741Z | Compiling convert_case v0.4.0 |
1862 | 2024-08-16T06:42:21.984Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1863 | 2024-08-16T06:42:22.185Z | Compiling dirs-next v2.0.0 |
1864 | 2024-08-16T06:42:22.374Z | Compiling prettyplease v0.2.20 |
1865 | 2024-08-16T06:42:22.526Z | Compiling derive_more v0.99.18 |
1866 | 2024-08-16T06:42:22.563Z | Compiling term v0.7.0 |
1867 | 2024-08-16T06:42:22.589Z | Compiling semver v0.1.20 |
1868 | 2024-08-16T06:42:22.697Z | Compiling is-terminal v0.4.12 |
1869 | 2024-08-16T06:42:22.834Z | Compiling home v0.5.9 |
1870 | 2024-08-16T06:42:23.068Z | Compiling rustc_version v0.1.7 |
1871 | 2024-08-16T06:42:23.145Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1872 | 2024-08-16T06:42:23.482Z | Compiling newtype_derive v0.1.6 |
1873 | 2024-08-16T06:42:23.580Z | Compiling rustls-pki-types v1.7.0 |
1874 | 2024-08-16T06:42:23.844Z | Compiling slog-dtrace v0.3.0 |
1875 | 2024-08-16T06:42:24.008Z | Compiling steno v0.4.1 |
1876 | 2024-08-16T06:42:24.233Z | Compiling rustls-webpki v0.102.4 |
1877 | 2024-08-16T06:42:24.355Z | Compiling rustls v0.22.4 |
1878 | 2024-08-16T06:42:24.381Z | Compiling thread_local v1.1.8 |
1879 | 2024-08-16T06:42:24.846Z | Compiling linked-hash-map v0.5.6 |
1880 | 2024-08-16T06:42:25.279Z | Compiling match_cfg v0.1.0 |
1881 | 2024-08-16T06:42:25.380Z | Compiling hostname v0.3.1 |
1882 | 2024-08-16T06:42:25.604Z | Compiling lru-cache v0.1.2 |
1883 | 2024-08-16T06:42:26.517Z | Compiling multer v3.1.0 |
1884 | 2024-08-16T06:42:26.585Z | Compiling slog-async v2.8.0 |
1885 | 2024-08-16T06:42:26.655Z | Compiling slog-json v2.6.1 |
1886 | 2024-08-16T06:42:27.024Z | Compiling crossbeam-channel v0.5.12 |
1887 | 2024-08-16T06:42:27.614Z | Compiling http v1.1.0 |
1888 | 2024-08-16T06:42:27.662Z | Compiling atomic-waker v1.1.2 |
1889 | 2024-08-16T06:42:27.842Z | Compiling take_mut v0.2.2 |
1890 | 2024-08-16T06:42:28.105Z | Compiling waitgroup v0.1.2 |
1891 | 2024-08-16T06:42:28.312Z | Compiling slog-bunyan v2.5.0 |
1892 | 2024-08-16T06:42:28.517Z | Compiling slog-term v2.9.1 |
1893 | 2024-08-16T06:42:29.028Z | Compiling rustls-pemfile v2.1.3 |
1894 | 2024-08-16T06:42:29.229Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1895 | 2024-08-16T06:42:29.601Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1896 | 2024-08-16T06:42:29.673Z | Compiling async-stream v0.3.5 |
1897 | 2024-08-16T06:42:29.937Z | Compiling ipnetwork v0.20.0 |
1898 | 2024-08-16T06:42:29.956Z | Compiling newtype-uuid v1.1.0 |
1899 | 2024-08-16T06:42:29.958Z | Compiling serde_path_to_error v0.1.16 |
1900 | 2024-08-16T06:42:30.265Z | Compiling tokio-rustls v0.25.0 |
1901 | 2024-08-16T06:42:30.420Z | Compiling hostname v0.4.0 |
1902 | 2024-08-16T06:42:30.649Z | Compiling instant v0.1.12 |
1903 | 2024-08-16T06:42:30.705Z | Compiling debug-ignore v1.0.5 |
1904 | 2024-08-16T06:42:30.731Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1905 | 2024-08-16T06:42:30.801Z | Compiling backoff v0.4.0 |
1906 | 2024-08-16T06:42:30.822Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1907 | 2024-08-16T06:42:31.148Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1908 | 2024-08-16T06:42:31.166Z | Compiling parse-display v0.10.0 |
1909 | 2024-08-16T06:42:31.366Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1910 | 2024-08-16T06:42:31.544Z | Compiling serde_with v3.8.3 |
1911 | 2024-08-16T06:42:31.685Z | Compiling strum v0.26.3 |
1912 | 2024-08-16T06:42:31.868Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1913 | 2024-08-16T06:42:32.959Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1914 | 2024-08-16T06:42:33.133Z | Compiling num-rational v0.4.2 |
1915 | 2024-08-16T06:42:34.636Z | Compiling num-complex v0.4.6 |
1916 | 2024-08-16T06:42:34.838Z | Compiling macaddr v1.0.1 |
1917 | 2024-08-16T06:42:35.261Z | Compiling swrite v0.1.0 |
1918 | 2024-08-16T06:42:35.479Z | Compiling float-ord v0.3.2 |
1919 | 2024-08-16T06:42:35.633Z | Compiling num v0.4.3 |
1920 | 2024-08-16T06:42:35.691Z | Compiling quick-error v1.2.3 |
1921 | 2024-08-16T06:42:35.748Z | Compiling utf-8 v0.7.6 |
1922 | 2024-08-16T06:42:35.841Z | Compiling resolv-conf v0.7.0 |
1923 | 2024-08-16T06:42:36.756Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1924 | 2024-08-16T06:42:37.717Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1925 | 2024-08-16T06:42:37.984Z | Compiling hickory-resolver v0.24.1 |
1926 | 2024-08-16T06:42:38.598Z | Compiling rayon-core v1.12.1 |
1927 | 2024-08-16T06:42:38.627Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1928 | 2024-08-16T06:42:38.825Z | Compiling crossbeam-deque v0.8.5 |
1929 | 2024-08-16T06:42:39.197Z | Compiling half v2.4.1 |
1930 | 2024-08-16T06:42:39.911Z | Compiling ciborium-io v0.2.2 |
1931 | 2024-08-16T06:42:40.055Z | Compiling same-file v1.0.6 |
1932 | 2024-08-16T06:42:40.302Z | Compiling termcolor v1.4.1 |
1933 | 2024-08-16T06:42:41.386Z | Compiling fastrand v2.1.0 |
1934 | 2024-08-16T06:42:41.889Z | Compiling display-error-chain v0.2.0 |
1935 | 2024-08-16T06:42:42.081Z | Compiling tempfile v3.10.1 |
1936 | 2024-08-16T06:42:42.851Z | Compiling walkdir v2.5.0 |
1937 | 2024-08-16T06:42:43.493Z | Compiling ciborium-ll v0.2.2 |
1938 | 2024-08-16T06:42:44.853Z | Compiling blake3 v1.5.1 |
1939 | 2024-08-16T06:42:45.488Z | Compiling rayon v1.10.0 |
1940 | 2024-08-16T06:42:45.593Z | Compiling ring v0.16.20 |
1941 | 2024-08-16T06:42:46.309Z | Compiling ciborium v0.2.2 |
1942 | 2024-08-16T06:42:48.175Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1943 | 2024-08-16T06:42:50.190Z | Compiling xattr v1.3.1 |
1944 | 2024-08-16T06:42:50.461Z | Compiling memmap2 v0.9.4 |
1945 | 2024-08-16T06:42:50.892Z | Compiling filetime v0.2.24 |
1946 | 2024-08-16T06:42:51.191Z | Compiling arrayref v0.3.7 |
1947 | 2024-08-16T06:42:51.304Z | Compiling cancel-safe-futures v0.1.5 |
1948 | 2024-08-16T06:42:51.676Z | Compiling arrayvec v0.7.4 |
1949 | 2024-08-16T06:42:52.104Z | Compiling constant_time_eq v0.3.0 |
1950 | 2024-08-16T06:42:52.260Z | Compiling spin v0.5.2 |
1951 | 2024-08-16T06:42:52.498Z | Compiling untrusted v0.7.1 |
1952 | 2024-08-16T06:42:54.257Z | Compiling tar v0.4.41 |
1953 | 2024-08-16T06:42:55.967Z | Compiling toolchain_find v0.4.0 |
1954 | 2024-08-16T06:42:56.091Z | Compiling camino-tempfile v1.1.1 |
1955 | 2024-08-16T06:42:56.533Z | Compiling nibble_vec v0.1.0 |
1956 | 2024-08-16T06:42:56.558Z | Compiling atty v0.2.14 |
1957 | 2024-08-16T06:42:56.713Z | Compiling topological-sort v0.2.2 |
1958 | 2024-08-16T06:42:56.749Z | Compiling maplit v1.0.2 |
1959 | 2024-08-16T06:42:56.875Z | Compiling endian-type v0.1.2 |
1960 | 2024-08-16T06:42:56.944Z | Compiling glob v0.3.1 |
1961 | 2024-08-16T06:42:57.114Z | Compiling radium v0.7.0 |
1962 | 2024-08-16T06:42:57.577Z | Compiling crunchy v0.2.2 |
1963 | 2024-08-16T06:42:57.713Z | Compiling clang-sys v1.7.0 |
1964 | 2024-08-16T06:42:58.116Z | Compiling radix_trie v0.2.1 |
1965 | 2024-08-16T06:42:58.408Z | Compiling omicron-zone-package v0.11.0 |
1966 | 2024-08-16T06:42:59.011Z | Compiling rustfmt-wrapper v0.2.1 |
1967 | 2024-08-16T06:42:59.238Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1968 | 2024-08-16T06:42:59.562Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1969 | 2024-08-16T06:42:59.748Z | Compiling tungstenite v0.21.0 |
1970 | 2024-08-16T06:43:00.352Z | Compiling tap v1.0.1 |
1971 | 2024-08-16T06:43:00.551Z | Compiling maybe-uninit v2.0.0 |
1972 | 2024-08-16T06:43:01.047Z | Compiling tiny-keccak v2.0.2 |
1973 | 2024-08-16T06:43:01.469Z | Compiling tokio-tungstenite v0.21.0 |
1974 | 2024-08-16T06:43:02.095Z | Compiling wyz v0.5.1 |
1975 | 2024-08-16T06:43:03.348Z | Compiling dsl_auto_type v0.1.2 |
1976 | 2024-08-16T06:43:03.568Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1977 | 2024-08-16T06:43:03.699Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1978 | 2024-08-16T06:43:04.064Z | Compiling itertools v0.13.0 |
1979 | 2024-08-16T06:43:04.770Z | Compiling scheduled-thread-pool v0.2.7 |
1980 | 2024-08-16T06:43:04.874Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1981 | 2024-08-16T06:43:05.387Z | Compiling diesel_table_macro_syntax v0.2.0 |
1982 | 2024-08-16T06:43:05.778Z | Compiling funty v2.0.0 |
1983 | 2024-08-16T06:43:06.069Z | Compiling packed_struct v0.10.1 |
1984 | 2024-08-16T06:43:06.511Z | Compiling crc-catalog v2.4.0 |
1985 | 2024-08-16T06:43:06.677Z | Compiling arc-swap v1.7.1 |
1986 | 2024-08-16T06:43:07.358Z | Compiling slog-scope v4.4.0 |
1987 | 2024-08-16T06:43:07.868Z | Compiling bitvec v1.0.1 |
1988 | 2024-08-16T06:43:08.185Z | Compiling crc v3.2.1 |
1989 | 2024-08-16T06:43:08.327Z | Compiling diesel_derives v2.2.2 |
1990 | 2024-08-16T06:43:12.401Z | Compiling r2d2 v0.8.10 |
1991 | 2024-08-16T06:43:13.346Z | Compiling ascii-canvas v3.0.0 |
1992 | 2024-08-16T06:43:13.851Z | Compiling packed_struct_codegen v0.10.1 |
1993 | 2024-08-16T06:43:16.115Z | Compiling ena v0.14.3 |
1994 | 2024-08-16T06:43:16.302Z | Compiling libloading v0.8.3 |
1995 | 2024-08-16T06:43:16.543Z | Compiling indexmap v1.9.3 |
1996 | 2024-08-16T06:43:16.657Z | Compiling regex-syntax v0.6.29 |
1997 | 2024-08-16T06:43:16.678Z | Compiling diff v0.1.13 |
1998 | 2024-08-16T06:43:16.860Z | Compiling bindgen v0.69.4 |
1999 | 2024-08-16T06:43:17.212Z | Compiling nodrop v0.1.14 |
2000 | 2024-08-16T06:43:17.350Z | Compiling array-init v0.0.4 |
2001 | 2024-08-16T06:43:19.501Z | Compiling diesel v2.2.2 |
2002 | 2024-08-16T06:43:20.876Z | Compiling lalrpop v0.19.12 |
2003 | 2024-08-16T06:43:21.993Z | Compiling smallvec v0.6.14 |
2004 | 2024-08-16T06:43:22.443Z | Compiling slog-stdlog v4.1.1 |
2005 | 2024-08-16T06:43:22.473Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2006 | 2024-08-16T06:43:23.281Z | Compiling which v4.4.2 |
2007 | 2024-08-16T06:43:23.589Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2008 | 2024-08-16T06:43:23.839Z | Compiling cexpr v0.6.0 |
2009 | 2024-08-16T06:43:23.858Z | Compiling libsw v3.3.1 |
2010 | 2024-08-16T06:43:24.225Z | Compiling linear-map v1.2.0 |
2011 | 2024-08-16T06:43:24.674Z | Compiling ref-cast v1.0.23 |
2012 | 2024-08-16T06:43:25.163Z | Compiling rustc-hash v1.1.0 |
2013 | 2024-08-16T06:43:25.332Z | Compiling owo-colors v4.0.0 |
2014 | 2024-08-16T06:43:25.438Z | Compiling lazycell v1.3.0 |
2015 | 2024-08-16T06:43:25.620Z | Compiling bitfield v0.14.0 |
2016 | 2024-08-16T06:43:25.923Z | Compiling hashbrown v0.12.3 |
2017 | 2024-08-16T06:43:27.215Z | Compiling shlex v1.3.0 |
2018 | 2024-08-16T06:43:27.598Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2019 | 2024-08-16T06:43:28.181Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2020 | 2024-08-16T06:43:29.033Z | Compiling slog-envlogger v2.2.0 |
2021 | 2024-08-16T06:43:31.551Z | Compiling serde-hex v0.1.0 |
2022 | 2024-08-16T06:43:35.157Z | Compiling bzip2 v0.4.4 |
2023 | 2024-08-16T06:43:35.607Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2024 | 2024-08-16T06:43:35.939Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2025 | 2024-08-16T06:43:36.683Z | Compiling env_logger v0.10.2 |
2026 | 2024-08-16T06:43:37.630Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2027 | 2024-08-16T06:43:37.957Z | Compiling derive_builder_core v0.20.0 |
2028 | 2024-08-16T06:43:39.665Z | Compiling x509-cert v0.2.5 |
2029 | 2024-08-16T06:43:40.206Z | Compiling ron v0.8.1 |
2030 | 2024-08-16T06:43:41.453Z | Compiling headers-core v0.2.0 |
2031 | 2024-08-16T06:43:41.638Z | Compiling hashbrown v0.13.2 |
2032 | 2024-08-16T06:43:43.004Z | Compiling fxhash v0.2.1 |
2033 | 2024-08-16T06:43:43.234Z | Compiling libxml v0.3.3 |
2034 | 2024-08-16T06:43:43.617Z | Compiling ref-cast-impl v1.0.23 |
2035 | 2024-08-16T06:43:44.814Z | Compiling crc-any v2.5.0 |
2036 | 2024-08-16T06:43:45.730Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2037 | 2024-08-16T06:43:46.349Z | Compiling object v0.30.4 |
2038 | 2024-08-16T06:43:47.189Z | Compiling polar-core v0.27.3 |
2039 | 2024-08-16T06:43:51.404Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2040 | 2024-08-16T06:43:53.069Z | Compiling headers v0.3.9 |
2041 | 2024-08-16T06:43:54.175Z | Compiling samael v0.0.15 |
2042 | 2024-08-16T06:43:55.793Z | Compiling derive_builder_macro v0.20.0 |
2043 | 2024-08-16T06:43:56.690Z | Compiling zip v0.6.6 |
2044 | 2024-08-16T06:43:56.774Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2045 | 2024-08-16T06:43:59.088Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2046 | 2024-08-16T06:43:59.324Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2047 | 2024-08-16T06:43:59.402Z | Compiling strum_macros v0.24.3 |
2048 | 2024-08-16T06:43:59.772Z | Compiling async-recursion v1.1.1 |
2049 | 2024-08-16T06:44:00.476Z | Compiling cookie v0.18.1 |
2050 | 2024-08-16T06:44:00.804Z | Compiling unicase v2.7.0 |
2051 | 2024-08-16T06:44:01.159Z | Compiling indoc v1.0.9 |
2052 | 2024-08-16T06:44:01.222Z | Compiling path-slash v0.1.5 |
2053 | 2024-08-16T06:44:01.461Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2054 | 2024-08-16T06:44:02.124Z | Compiling derive_builder v0.20.0 |
2055 | 2024-08-16T06:44:07.276Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2056 | 2024-08-16T06:44:07.610Z | Compiling crossterm v0.28.1 |
2057 | 2024-08-16T06:44:09.327Z | Compiling pem v3.0.4 |
2058 | 2024-08-16T06:44:10.804Z | Compiling curve25519-dalek v4.1.3 |
2059 | 2024-08-16T06:44:10.862Z | Compiling impl-trait-for-tuples v0.2.2 |
2060 | 2024-08-16T06:44:10.880Z | Compiling oso-derive v0.27.3 |
2061 | 2024-08-16T06:44:11.237Z | Compiling libz-sys v1.1.16 |
2062 | 2024-08-16T06:44:11.878Z | Compiling quick-xml v0.31.0 |
2063 | 2024-08-16T06:44:11.915Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2064 | 2024-08-16T06:44:12.235Z | Compiling keccak v0.1.5 |
2065 | 2024-08-16T06:44:13.216Z | Compiling parking_lot_core v0.8.6 |
2066 | 2024-08-16T06:44:13.722Z | Compiling sha3 v0.10.8 |
2067 | 2024-08-16T06:44:15.895Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2068 | 2024-08-16T06:44:17.077Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2069 | 2024-08-16T06:44:17.562Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2070 | 2024-08-16T06:44:17.802Z | Compiling oso v0.27.3 |
2071 | 2024-08-16T06:44:18.636Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2072 | 2024-08-16T06:44:19.032Z | Compiling bb8 v0.8.5 |
2073 | 2024-08-16T06:44:19.660Z | Compiling const_format_proc_macros v0.2.32 |
2074 | 2024-08-16T06:44:21.292Z | Compiling universal-hash v0.5.1 |
2075 | 2024-08-16T06:44:21.530Z | Compiling secrecy v0.8.0 |
2076 | 2024-08-16T06:44:21.585Z | Compiling thiserror-impl-no-std v2.0.2 |
2077 | 2024-08-16T06:44:21.820Z | Compiling curve25519-dalek-derive v0.1.1 |
2078 | 2024-08-16T06:44:23.245Z | Compiling vte_generate_state_changes v0.1.1 |
2079 | 2024-08-16T06:44:23.895Z | Compiling opaque-debug v0.3.1 |
2080 | 2024-08-16T06:44:24.030Z | Compiling buf-list v1.0.3 |
2081 | 2024-08-16T06:44:24.398Z | Compiling thiserror-no-std v2.0.2 |
2082 | 2024-08-16T06:44:24.541Z | Compiling poly1305 v0.8.0 |
2083 | 2024-08-16T06:44:24.688Z | Compiling vte v0.11.1 |
2084 | 2024-08-16T06:44:26.130Z | Compiling const_format v0.2.32 |
2085 | 2024-08-16T06:44:27.446Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2086 | 2024-08-16T06:44:29.122Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2087 | 2024-08-16T06:44:29.384Z | Compiling chacha20 v0.9.1 |
2088 | 2024-08-16T06:44:29.454Z | Compiling fd-lock v4.0.2 |
2089 | 2024-08-16T06:44:29.696Z | Compiling aead v0.5.2 |
2090 | 2024-08-16T06:44:29.876Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2091 | 2024-08-16T06:44:30.020Z | Compiling pin-project-internal v1.1.5 |
2092 | 2024-08-16T06:44:30.639Z | Compiling bytecount v0.6.8 |
2093 | 2024-08-16T06:44:30.974Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2094 | 2024-08-16T06:44:31.354Z | Compiling papergrid v0.11.0 |
2095 | 2024-08-16T06:44:32.801Z | Compiling pin-project v1.1.5 |
2096 | 2024-08-16T06:44:32.997Z | Compiling chacha20poly1305 v0.10.1 |
2097 | 2024-08-16T06:44:33.613Z | Compiling parking_lot v0.11.2 |
2098 | 2024-08-16T06:44:35.558Z | Compiling vsss-rs v3.3.4 |
2099 | 2024-08-16T06:44:35.632Z | Compiling strip-ansi-escapes v0.2.0 |
2100 | 2024-08-16T06:44:36.483Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2101 | 2024-08-16T06:44:37.189Z | Compiling tabled_derive v0.7.0 |
2102 | 2024-08-16T06:44:39.358Z | Compiling crossterm v0.27.0 |
2103 | 2024-08-16T06:44:39.905Z | Compiling peg-macros v0.8.4 |
2104 | 2024-08-16T06:44:41.169Z | Compiling kstat-rs v0.2.4 |
2105 | 2024-08-16T06:44:42.107Z | Compiling snafu-derive v0.8.2 |
2106 | 2024-08-16T06:44:43.050Z | Compiling sqlparser_derive v0.2.2 |
2107 | 2024-08-16T06:44:43.509Z | Compiling unicode_categories v0.1.1 |
2108 | 2024-08-16T06:44:43.904Z | Compiling nu-ansi-term v0.50.0 |
2109 | 2024-08-16T06:44:44.109Z | Compiling sqlparser v0.45.0 |
2110 | 2024-08-16T06:44:45.133Z | Compiling reedline v0.33.0 |
2111 | 2024-08-16T06:44:45.792Z | Compiling sqlformat v0.2.4 |
2112 | 2024-08-16T06:44:46.747Z | Compiling snafu v0.8.2 |
2113 | 2024-08-16T06:44:48.005Z | Compiling rustyline v14.0.0 |
2114 | 2024-08-16T06:44:56.313Z | Compiling peg v0.8.4 |
2115 | 2024-08-16T06:44:56.420Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2116 | 2024-08-16T06:45:00.556Z | Compiling tabled v0.15.0 |
2117 | 2024-08-16T06:45:07.052Z | Compiling sled v0.34.7 |
2118 | 2024-08-16T06:45:12.454Z | Compiling mime_guess v2.0.4 |
2119 | 2024-08-16T06:45:14.814Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2120 | 2024-08-16T06:45:15.963Z | Compiling hickory-client v0.24.1 |
2121 | 2024-08-16T06:45:18.343Z | Compiling env_logger v0.9.3 |
2122 | 2024-08-16T06:45:20.411Z | Compiling tungstenite v0.20.1 |
2123 | 2024-08-16T06:45:21.076Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2124 | 2024-08-16T06:45:24.038Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2125 | 2024-08-16T06:45:25.482Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2126 | 2024-08-16T06:45:27.732Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2127 | 2024-08-16T06:45:35.298Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2128 | 2024-08-16T06:45:36.841Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2129 | 2024-08-16T06:45:37.356Z | Compiling globset v0.4.14 |
2130 | 2024-08-16T06:45:39.950Z | Compiling hickory-server v0.24.1 |
2131 | 2024-08-16T06:45:43.703Z | Compiling olpc-cjson v0.1.3 |
2132 | 2024-08-16T06:45:44.081Z | Compiling bcs v0.1.6 |
2133 | 2024-08-16T06:45:45.007Z | Compiling vergen v8.3.2 |
2134 | 2024-08-16T06:45:45.031Z | Compiling bitstruct_derive v0.1.0 |
2135 | 2024-08-16T06:45:45.345Z | Compiling cargo-platform v0.1.8 |
2136 | 2024-08-16T06:45:45.873Z | Compiling serde_plain v1.0.2 |
2137 | 2024-08-16T06:45:46.325Z | Compiling nanorand v0.7.0 |
2138 | 2024-08-16T06:45:46.426Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2139 | 2024-08-16T06:45:46.586Z | Compiling memoffset v0.9.1 |
2140 | 2024-08-16T06:45:46.951Z | Compiling highway v1.2.0 |
2141 | 2024-08-16T06:45:47.042Z | Compiling typed-path v0.7.1 |
2142 | 2024-08-16T06:45:48.426Z | Compiling ascii v1.1.0 |
2143 | 2024-08-16T06:45:49.253Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2144 | 2024-08-16T06:45:51.878Z | Compiling tough v0.17.1 |
2145 | 2024-08-16T06:45:52.399Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2146 | 2024-08-16T06:45:52.717Z | Compiling flume v0.11.0 |
2147 | 2024-08-16T06:45:53.501Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2148 | 2024-08-16T06:45:53.769Z | Compiling bitstruct v0.1.1 |
2149 | 2024-08-16T06:45:53.813Z | Compiling cargo_metadata v0.18.1 |
2150 | 2024-08-16T06:45:53.937Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2151 | 2024-08-16T06:45:57.135Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2152 | 2024-08-16T06:45:57.703Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2153 | 2024-08-16T06:45:59.800Z | Compiling git2 v0.19.0 |
2154 | 2024-08-16T06:46:05.455Z | Compiling tokio-tungstenite v0.20.1 |
2155 | 2024-08-16T06:46:06.635Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2156 | 2024-08-16T06:46:07.390Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2157 | 2024-08-16T06:46:09.060Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2158 | 2024-08-16T06:46:10.258Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2159 | 2024-08-16T06:46:12.181Z | Compiling libsqlite3-sys v0.28.0 |
2160 | 2024-08-16T06:46:12.709Z | Compiling serde_arrays v0.1.0 |
2161 | 2024-08-16T06:46:12.919Z | Compiling erased-serde v0.3.31 |
2162 | 2024-08-16T06:46:14.714Z | Compiling parse-size v1.0.0 |
2163 | 2024-08-16T06:46:15.022Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2164 | 2024-08-16T06:46:18.086Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2165 | 2024-08-16T06:46:20.751Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2166 | 2024-08-16T06:46:21.481Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2167 | 2024-08-16T06:46:21.590Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2168 | 2024-08-16T06:46:21.925Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2169 | 2024-08-16T06:46:23.996Z | Compiling heck v0.3.3 |
2170 | 2024-08-16T06:46:24.400Z | Compiling rand_seeder v0.3.0 |
2171 | 2024-08-16T06:46:24.812Z | Compiling castaway v0.2.3 |
2172 | 2024-08-16T06:46:25.020Z | Compiling csv-core v0.1.11 |
2173 | 2024-08-16T06:46:25.910Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2174 | 2024-08-16T06:46:26.254Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2175 | 2024-08-16T06:46:26.592Z | Compiling http-range v0.1.5 |
2176 | 2024-08-16T06:46:27.725Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2177 | 2024-08-16T06:46:29.055Z | Compiling hyper-staticfile v0.9.5 |
2178 | 2024-08-16T06:46:32.049Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2179 | 2024-08-16T06:46:32.801Z | Compiling csv v1.3.0 |
2180 | 2024-08-16T06:46:34.987Z | Compiling compact_str v0.8.0 |
2181 | 2024-08-16T06:46:36.357Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2182 | 2024-08-16T06:46:36.589Z | Compiling zone_cfg_derive v0.1.2 |
2183 | 2024-08-16T06:46:37.676Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2184 | 2024-08-16T06:46:38.004Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2185 | 2024-08-16T06:46:38.072Z | Compiling nix v0.27.1 |
2186 | 2024-08-16T06:46:39.669Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2187 | 2024-08-16T06:46:41.063Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2188 | 2024-08-16T06:46:44.987Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2189 | 2024-08-16T06:46:45.774Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2190 | 2024-08-16T06:46:46.107Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2191 | 2024-08-16T06:46:46.429Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2192 | 2024-08-16T06:46:46.742Z | Compiling unicode-truncate v1.0.0 |
2193 | 2024-08-16T06:46:47.044Z | Compiling lru v0.12.3 |
2194 | 2024-08-16T06:46:47.428Z | Compiling hashlink v0.9.1 |
2195 | 2024-08-16T06:46:48.253Z | Compiling serde-big-array v0.5.1 |
2196 | 2024-08-16T06:46:48.436Z | Compiling instability v0.3.2 |
2197 | 2024-08-16T06:46:48.536Z | Compiling cassowary v0.3.0 |
2198 | 2024-08-16T06:46:49.481Z | Compiling fallible-iterator v0.3.0 |
2199 | 2024-08-16T06:46:50.325Z | Compiling base64 v0.13.1 |
2200 | 2024-08-16T06:46:51.081Z | Compiling fallible-streaming-iterator v0.1.9 |
2201 | 2024-08-16T06:46:51.391Z | Compiling rusqlite v0.31.0 |
2202 | 2024-08-16T06:46:52.261Z | Compiling ron v0.7.1 |
2203 | 2024-08-16T06:46:56.575Z | Compiling ratatui v0.28.0 |
2204 | 2024-08-16T06:46:59.084Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2205 | 2024-08-16T06:47:07.722Z | Compiling zone v0.1.8 |
2206 | 2024-08-16T06:47:14.398Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2207 | 2024-08-16T06:47:16.688Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2208 | 2024-08-16T06:47:17.414Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2209 | 2024-08-16T06:47:19.001Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2210 | 2024-08-16T06:47:20.675Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2211 | 2024-08-16T06:47:21.736Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2212 | 2024-08-16T06:47:23.131Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2213 | 2024-08-16T06:47:23.626Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2214 | 2024-08-16T06:47:23.961Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2215 | 2024-08-16T06:47:24.631Z | Compiling twox-hash v1.6.3 |
2216 | 2024-08-16T06:47:25.630Z | Compiling signal-hook-tokio v0.3.1 |
2217 | 2024-08-16T06:47:25.867Z | Compiling yasna v0.5.2 |
2218 | 2024-08-16T06:47:28.907Z | Compiling portpicker v0.1.1 |
2219 | 2024-08-16T06:47:29.357Z | Compiling unicode-linebreak v0.1.5 |
2220 | 2024-08-16T06:47:29.378Z | Compiling smawk v0.3.2 |
2221 | 2024-08-16T06:47:29.653Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2222 | 2024-08-16T06:47:29.913Z | Compiling textwrap v0.16.1 |
2223 | 2024-08-16T06:47:33.537Z | Compiling rcgen v0.12.1 |
2224 | 2024-08-16T06:47:33.875Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2225 | 2024-08-16T06:47:43.470Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2226 | 2024-08-16T06:47:45.914Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2227 | 2024-08-16T06:47:46.600Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2228 | 2024-08-16T06:47:50.806Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2229 | 2024-08-16T06:47:51.029Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2230 | 2024-08-16T06:47:51.583Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2231 | 2024-08-16T06:47:51.912Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2232 | 2024-08-16T06:47:55.349Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2233 | 2024-08-16T06:47:58.713Z | Compiling atomicwrites v0.4.3 |
2234 | 2024-08-16T06:47:59.258Z | Compiling fatfs v0.3.6 |
2235 | 2024-08-16T06:47:59.520Z | Compiling subprocess v0.2.9 |
2236 | 2024-08-16T06:48:01.273Z | Compiling rtoolbox v0.0.2 |
2237 | 2024-08-16T06:48:01.719Z | Compiling is_ci v1.2.0 |
2238 | 2024-08-16T06:48:02.025Z | Compiling assert_matches v1.5.0 |
2239 | 2024-08-16T06:48:02.149Z | Compiling supports-color v3.0.0 |
2240 | 2024-08-16T06:48:02.782Z | Compiling rpassword v7.3.1 |
2241 | 2024-08-16T06:48:03.261Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2242 | 2024-08-16T06:48:04.446Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2243 | 2024-08-16T06:48:04.943Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2244 | 2024-08-16T06:48:08.999Z | Compiling tui-tree-widget v0.22.0 |
2245 | 2024-08-16T06:48:09.466Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2246 | 2024-08-16T06:48:10.199Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2247 | 2024-08-16T06:48:10.477Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2248 | 2024-08-16T06:48:10.799Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2249 | 2024-08-16T06:48:12.071Z | Compiling uzers v0.11.3 |
2250 | 2024-08-16T06:48:14.896Z | Compiling shell-words v1.1.0 |
2251 | 2024-08-16T06:48:15.335Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2252 | 2024-08-16T06:48:17.056Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2253 | 2024-08-16T06:48:19.047Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2254 | 2024-08-16T06:48:23.872Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2255 | 2024-08-16T06:48:33.241Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2256 | 2024-08-16T06:48:42.594Z | Compiling multimap v0.10.0 |
2257 | 2024-08-16T06:50:26.295Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2258 | 2024-08-16T06:50:50.869Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2259 | 2024-08-16T06:57:20.170Z | Finished `release` profile [optimized] target(s) in 15m 00s |
2260 | 2024-08-16T06:58:07.326Z | |
2261 | 2024-08-16T06:58:07.328Z | real 15:49.083009432 |
2262 | 2024-08-16T06:58:07.328Z | user 1:50:22.649979614 |
2263 | 2024-08-16T06:58:07.328Z | sys 5:31.594654770 |
2264 | 2024-08-16T06:58:07.328Z | trap 2.757389037 |
2265 | 2024-08-16T06:58:07.328Z | tflt 2.684505194 |
2266 | 2024-08-16T06:58:07.328Z | dflt 3.325631216 |
2267 | 2024-08-16T06:58:07.328Z | kflt 0.079793436 |
2268 | 2024-08-16T06:58:07.329Z | lock 6:35:44.190514918 |
2269 | 2024-08-16T06:58:07.329Z | slp 5:43:13.279476120 |
2270 | 2024-08-16T06:58:07.329Z | lat 2:44.760237614 |
2271 | 2024-08-16T06:58:07.329Z | stop 2:31.135827714 |
2272 | 2024-08-16T06:58:07.329Z | + mapfile -t packages |
2273 | 2024-08-16T06:58:07.329Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2274 | 2024-08-16T06:58:08.331Z | Finished `release` profile [optimized] target(s) in 0.95s |
2275 | 2024-08-16T06:58:08.384Z | Running `target/release/omicron-package -t test list-outputs` |
2276 | 2024-08-16T06:58:08.429Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2277 | 2024-08-16T06:58:08.432Z | + ptime -m cargo build --locked --release -p xtask |
2278 | 2024-08-16T06:58:09.046Z | Compiling serde v1.0.207 |
2279 | 2024-08-16T06:58:09.048Z | Compiling libc v0.2.155 |
2280 | 2024-08-16T06:58:09.048Z | Compiling serde_json v1.0.125 |
2281 | 2024-08-16T06:58:09.132Z | Compiling syn v2.0.74 |
2282 | 2024-08-16T06:58:09.159Z | Compiling usdt-impl v0.5.0 |
2283 | 2024-08-16T06:58:09.170Z | Compiling rustix v0.38.34 |
2284 | 2024-08-16T06:58:09.502Z | Compiling syn v1.0.109 |
2285 | 2024-08-16T06:58:09.547Z | Compiling bitflags v2.6.0 |
2286 | 2024-08-16T06:58:09.662Z | Compiling log v0.4.21 |
2287 | 2024-08-16T06:58:09.676Z | Compiling hashbrown v0.14.5 |
2288 | 2024-08-16T06:58:09.693Z | Compiling fs-err v2.11.0 |
2289 | 2024-08-16T06:58:10.090Z | Compiling anyhow v1.0.86 |
2290 | 2024-08-16T06:58:10.622Z | Compiling thread-id v4.2.1 |
2291 | 2024-08-16T06:58:10.997Z | Compiling indexmap v2.4.0 |
2292 | 2024-08-16T06:58:11.093Z | Compiling terminal_size v0.3.0 |
2293 | 2024-08-16T06:58:11.318Z | Compiling clap_builder v4.5.15 |
2294 | 2024-08-16T06:58:12.681Z | Compiling proc-macro-error v1.0.4 |
2295 | 2024-08-16T06:58:14.004Z | Compiling tabled_derive v0.7.0 |
2296 | 2024-08-16T06:58:15.371Z | Compiling tabled v0.15.0 |
2297 | 2024-08-16T06:58:17.227Z | Compiling serde_derive v1.0.207 |
2298 | 2024-08-16T06:58:17.641Z | Compiling thiserror-impl v1.0.63 |
2299 | 2024-08-16T06:58:18.095Z | Compiling zerocopy-derive v0.7.34 |
2300 | 2024-08-16T06:58:20.216Z | Compiling zerocopy v0.7.34 |
2301 | 2024-08-16T06:58:20.544Z | Compiling thiserror v1.0.63 |
2302 | 2024-08-16T06:58:20.702Z | Compiling pest v2.7.10 |
2303 | 2024-08-16T06:58:22.003Z | Compiling scroll_derive v0.12.0 |
2304 | 2024-08-16T06:58:23.491Z | Compiling pest_meta v2.7.10 |
2305 | 2024-08-16T06:58:23.787Z | Compiling scroll v0.12.0 |
2306 | 2024-08-16T06:58:24.480Z | Compiling goblin v0.8.2 |
2307 | 2024-08-16T06:58:25.701Z | Compiling pest_generator v2.7.10 |
2308 | 2024-08-16T06:58:27.652Z | Compiling pest_derive v2.7.10 |
2309 | 2024-08-16T06:58:28.505Z | Compiling dtrace-parser v0.2.0 |
2310 | 2024-08-16T06:58:31.980Z | Compiling serde_spanned v0.6.7 |
2311 | 2024-08-16T06:58:32.257Z | Compiling toml_datetime v0.6.8 |
2312 | 2024-08-16T06:58:34.205Z | Compiling serde_tokenstream v0.2.2 |
2313 | 2024-08-16T06:58:34.807Z | Compiling dof v0.3.0 |
2314 | 2024-08-16T06:58:36.854Z | Compiling toml_edit v0.22.20 |
2315 | 2024-08-16T06:58:37.124Z | Compiling camino v1.1.8 |
2316 | 2024-08-16T06:58:37.874Z | Compiling semver v1.0.23 |
2317 | 2024-08-16T06:58:38.174Z | Compiling usdt-attr-macro v0.5.0 |
2318 | 2024-08-16T06:58:38.543Z | Compiling usdt-macro v0.5.0 |
2319 | 2024-08-16T06:58:38.933Z | Compiling cargo-platform v0.1.8 |
2320 | 2024-08-16T06:58:39.454Z | Compiling clap_derive v4.5.13 |
2321 | 2024-08-16T06:58:39.601Z | Compiling cargo_metadata v0.18.1 |
2322 | 2024-08-16T06:58:39.793Z | Compiling usdt v0.5.0 |
2323 | 2024-08-16T06:58:40.015Z | Compiling macaddr v1.0.1 |
2324 | 2024-08-16T06:58:40.503Z | Compiling toml v0.8.19 |
2325 | 2024-08-16T06:58:43.551Z | Compiling cargo_toml v0.20.4 |
2326 | 2024-08-16T06:58:44.081Z | Compiling clap v4.5.16 |
2327 | 2024-08-16T06:58:54.440Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2328 | 2024-08-16T06:59:05.352Z | Finished `release` profile [optimized] target(s) in 56.86s |
2329 | 2024-08-16T06:59:05.458Z | |
2330 | 2024-08-16T06:59:05.460Z | real 56.990764514 |
2331 | 2024-08-16T06:59:05.460Z | user 5:40.780178397 |
2332 | 2024-08-16T06:59:05.460Z | sys 31.835195340 |
2333 | 2024-08-16T06:59:05.460Z | trap 0.150011779 |
2334 | 2024-08-16T06:59:05.460Z | tflt 0.277557248 |
2335 | 2024-08-16T06:59:05.461Z | dflt 0.704780984 |
2336 | 2024-08-16T06:59:05.461Z | kflt 0.000000000 |
2337 | 2024-08-16T06:59:05.461Z | lock 9:53.015162548 |
2338 | 2024-08-16T06:59:05.461Z | slp 14:26.565276612 |
2339 | 2024-08-16T06:59:05.461Z | lat 12.510146077 |
2340 | 2024-08-16T06:59:05.461Z | stop 15.855573896 |
2341 | 2024-08-16T06:59:05.461Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2342 | 2024-08-16T06:59:05.461Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2343 | 2024-08-16T06:59:05.461Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2344 | 2024-08-16T06:59:05.461Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2345 | 2024-08-16T06:59:05.461Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2346 | 2024-08-16T06:59:06.030Z | Downloading crates ... |
2347 | 2024-08-16T06:59:06.273Z | Downloaded ecdsa v0.16.9 |
2348 | 2024-08-16T06:59:06.275Z | Downloaded option-ext v0.2.0 |
2349 | 2024-08-16T06:59:06.284Z | Downloaded dhcproto-macros v0.1.0 |
2350 | 2024-08-16T06:59:06.287Z | Downloaded russh-cryptovec v0.7.2 |
2351 | 2024-08-16T06:59:06.289Z | Downloaded md5 v0.7.0 |
2352 | 2024-08-16T06:59:06.291Z | Downloaded ed25519 v2.2.3 |
2353 | 2024-08-16T06:59:06.296Z | Downloaded rfc6979 v0.4.0 |
2354 | 2024-08-16T06:59:06.299Z | Downloaded dirs v5.0.1 |
2355 | 2024-08-16T06:59:06.299Z | Downloaded polyval v0.6.2 |
2356 | 2024-08-16T06:59:06.301Z | Downloaded internet-checksum v0.2.1 |
2357 | 2024-08-16T06:59:06.301Z | Downloaded ghash v0.5.1 |
2358 | 2024-08-16T06:59:06.304Z | Downloaded ed25519-dalek v2.1.1 |
2359 | 2024-08-16T06:59:06.307Z | Downloaded dirs-sys v0.4.1 |
2360 | 2024-08-16T06:59:06.307Z | Downloaded ssh-cipher v0.2.0 |
2361 | 2024-08-16T06:59:06.309Z | Downloaded pbkdf2 v0.11.0 |
2362 | 2024-08-16T06:59:06.310Z | Downloaded primeorder v0.13.6 |
2363 | 2024-08-16T06:59:06.313Z | Downloaded russh-keys v0.44.0 |
2364 | 2024-08-16T06:59:06.316Z | Downloaded password-hash v0.4.2 |
2365 | 2024-08-16T06:59:06.316Z | Downloaded hex-literal v0.4.1 |
2366 | 2024-08-16T06:59:06.318Z | Downloaded ssh-key v0.6.6 |
2367 | 2024-08-16T06:59:06.323Z | Downloaded dhcproto v0.12.0 |
2368 | 2024-08-16T06:59:06.326Z | Downloaded ssh-encoding v0.2.0 |
2369 | 2024-08-16T06:59:06.329Z | Downloaded bcrypt-pbkdf v0.10.0 |
2370 | 2024-08-16T06:59:06.329Z | Downloaded p256 v0.13.2 |
2371 | 2024-08-16T06:59:06.333Z | Downloaded blowfish v0.9.1 |
2372 | 2024-08-16T06:59:06.338Z | Downloaded num-bigint v0.4.5 |
2373 | 2024-08-16T06:59:06.347Z | Downloaded russh v0.44.1 |
2374 | 2024-08-16T06:59:06.353Z | Downloaded p521 v0.13.3 |
2375 | 2024-08-16T06:59:06.357Z | Downloaded aes-gcm v0.10.3 |
2376 | 2024-08-16T06:59:06.360Z | Downloaded p384 v0.13.0 |
2377 | 2024-08-16T06:59:06.504Z | Compiling regress v0.9.1 |
2378 | 2024-08-16T06:59:06.617Z | Compiling getopts v0.2.21 |
2379 | 2024-08-16T06:59:06.620Z | Compiling unsafe-libyaml v0.2.11 |
2380 | 2024-08-16T06:59:06.620Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2381 | 2024-08-16T06:59:06.620Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2382 | 2024-08-16T06:59:06.620Z | Compiling http v1.1.0 |
2383 | 2024-08-16T06:59:06.623Z | Compiling match_cfg v0.1.0 |
2384 | 2024-08-16T06:59:06.624Z | Compiling toml v0.8.19 |
2385 | 2024-08-16T06:59:06.743Z | Compiling hostname v0.3.1 |
2386 | 2024-08-16T06:59:07.004Z | Compiling rustls-pki-types v1.7.0 |
2387 | 2024-08-16T06:59:07.146Z | Compiling ident_case v1.0.1 |
2388 | 2024-08-16T06:59:07.148Z | Compiling paste v1.0.15 |
2389 | 2024-08-16T06:59:07.327Z | Compiling rustls v0.22.4 |
2390 | 2024-08-16T06:59:07.650Z | Compiling rustls-webpki v0.102.4 |
2391 | 2024-08-16T06:59:07.670Z | Compiling darling_core v0.20.9 |
2392 | 2024-08-16T06:59:07.799Z | Compiling ipnetwork v0.20.0 |
2393 | 2024-08-16T06:59:07.915Z | Compiling multer v3.1.0 |
2394 | 2024-08-16T06:59:08.251Z | Compiling serde_yaml v0.9.34+deprecated |
2395 | 2024-08-16T06:59:08.790Z | Compiling slog-json v2.6.1 |
2396 | 2024-08-16T06:59:09.195Z | Compiling async-stream-impl v0.3.5 |
2397 | 2024-08-16T06:59:09.216Z | Compiling instant v0.1.12 |
2398 | 2024-08-16T06:59:09.368Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2399 | 2024-08-16T06:59:09.693Z | Compiling debug-ignore v1.0.5 |
2400 | 2024-08-16T06:59:09.801Z | Compiling atomic-waker v1.1.2 |
2401 | 2024-08-16T06:59:09.837Z | Compiling slog-bunyan v2.5.0 |
2402 | 2024-08-16T06:59:09.993Z | Compiling waitgroup v0.1.2 |
2403 | 2024-08-16T06:59:10.063Z | Compiling rustls-pemfile v2.1.3 |
2404 | 2024-08-16T06:59:10.246Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2405 | 2024-08-16T06:59:10.533Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2406 | 2024-08-16T06:59:10.585Z | Compiling async-stream v0.3.5 |
2407 | 2024-08-16T06:59:10.917Z | Compiling serde_path_to_error v0.1.16 |
2408 | 2024-08-16T06:59:10.975Z | Compiling hostname v0.4.0 |
2409 | 2024-08-16T06:59:11.250Z | Compiling structmeta-derive v0.3.0 |
2410 | 2024-08-16T06:59:11.766Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2411 | 2024-08-16T06:59:11.830Z | Compiling proc-macro-crate v1.3.1 |
2412 | 2024-08-16T06:59:12.543Z | Compiling newtype-uuid v1.1.0 |
2413 | 2024-08-16T06:59:12.665Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2414 | 2024-08-16T06:59:12.854Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2415 | 2024-08-16T06:59:12.930Z | Compiling fastrand v2.1.0 |
2416 | 2024-08-16T06:59:13.247Z | Compiling tokio-rustls v0.25.0 |
2417 | 2024-08-16T06:59:13.517Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2418 | 2024-08-16T06:59:13.580Z | Compiling tempfile v3.10.1 |
2419 | 2024-08-16T06:59:13.715Z | Compiling num_enum_derive v0.5.11 |
2420 | 2024-08-16T06:59:13.738Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2421 | 2024-08-16T06:59:14.065Z | Compiling backoff v0.4.0 |
2422 | 2024-08-16T06:59:14.333Z | Compiling structmeta v0.3.0 |
2423 | 2024-08-16T06:59:14.411Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2424 | 2024-08-16T06:59:14.468Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2425 | 2024-08-16T06:59:14.629Z | Compiling macaddr v1.0.1 |
2426 | 2024-08-16T06:59:14.785Z | Compiling parse-display-derive v0.10.0 |
2427 | 2024-08-16T06:59:14.851Z | Compiling darling_macro v0.20.9 |
2428 | 2024-08-16T06:59:15.114Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2429 | 2024-08-16T06:59:15.188Z | Compiling foreign-types-macros v0.2.3 |
2430 | 2024-08-16T06:59:15.450Z | Compiling heapless v0.8.0 |
2431 | 2024-08-16T06:59:15.851Z | Compiling darling v0.20.9 |
2432 | 2024-08-16T06:59:15.989Z | Compiling serde_with_macros v3.8.3 |
2433 | 2024-08-16T06:59:16.079Z | Compiling foreign-types-shared v0.3.1 |
2434 | 2024-08-16T06:59:16.202Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2435 | 2024-08-16T06:59:16.406Z | Compiling num_enum v0.5.11 |
2436 | 2024-08-16T06:59:16.505Z | Compiling foreign-types v0.5.0 |
2437 | 2024-08-16T06:59:16.626Z | Compiling proc-macro-error v1.0.4 |
2438 | 2024-08-16T06:59:16.861Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2439 | 2024-08-16T06:59:16.944Z | Compiling cstr-argument v0.1.2 |
2440 | 2024-08-16T06:59:17.222Z | Compiling hash32 v0.3.1 |
2441 | 2024-08-16T06:59:17.307Z | Compiling smoltcp v0.11.0 |
2442 | 2024-08-16T06:59:17.472Z | Compiling pretty-hex v0.2.1 |
2443 | 2024-08-16T06:59:17.665Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2444 | 2024-08-16T06:59:18.045Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2445 | 2024-08-16T06:59:18.173Z | Compiling camino-tempfile v1.1.1 |
2446 | 2024-08-16T06:59:18.678Z | Compiling tabwriter v1.4.0 |
2447 | 2024-08-16T06:59:18.760Z | Compiling colored v2.1.0 |
2448 | 2024-08-16T06:59:18.978Z | Compiling socket2 v0.4.10 |
2449 | 2024-08-16T06:59:19.067Z | Compiling serde_with v3.8.3 |
2450 | 2024-08-16T06:59:19.087Z | Compiling cobs v0.2.3 |
2451 | 2024-08-16T06:59:19.215Z | Compiling embedded-io v0.4.0 |
2452 | 2024-08-16T06:59:19.442Z | Compiling postcard v1.0.8 |
2453 | 2024-08-16T06:59:19.535Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2454 | 2024-08-16T06:59:19.584Z | Compiling parse-display v0.10.0 |
2455 | 2024-08-16T06:59:19.852Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2456 | 2024-08-16T06:59:19.870Z | Compiling crucible-workspace-hack v0.1.0 |
2457 | 2024-08-16T06:59:20.099Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2458 | 2024-08-16T06:59:20.199Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2459 | 2024-08-16T06:59:20.311Z | Compiling smf v0.2.3 |
2460 | 2024-08-16T06:59:20.401Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2461 | 2024-08-16T06:59:20.769Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2462 | 2024-08-16T06:59:21.003Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2463 | 2024-08-16T06:59:21.485Z | Compiling num-derive v0.4.2 |
2464 | 2024-08-16T06:59:21.775Z | Compiling sigpipe v0.1.3 |
2465 | 2024-08-16T06:59:21.904Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2466 | 2024-08-16T06:59:22.248Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2467 | 2024-08-16T06:59:22.324Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2468 | 2024-08-16T06:59:22.959Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2469 | 2024-08-16T06:59:23.490Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2470 | 2024-08-16T06:59:23.784Z | Compiling universal-hash v0.5.1 |
2471 | 2024-08-16T06:59:23.932Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2472 | 2024-08-16T06:59:23.946Z | Compiling opaque-debug v0.3.1 |
2473 | 2024-08-16T06:59:23.983Z | Compiling utf-8 v0.7.6 |
2474 | 2024-08-16T06:59:23.983Z | Compiling curve25519-dalek v4.1.3 |
2475 | 2024-08-16T06:59:24.046Z | Compiling humantime v2.1.0 |
2476 | 2024-08-16T06:59:24.327Z | Compiling password-hash v0.5.0 |
2477 | 2024-08-16T06:59:24.422Z | Compiling blake2 v0.10.6 |
2478 | 2024-08-16T06:59:24.594Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2479 | 2024-08-16T06:59:24.613Z | Compiling aead v0.5.2 |
2480 | 2024-08-16T06:59:24.775Z | Compiling curve25519-dalek-derive v0.1.1 |
2481 | 2024-08-16T06:59:24.870Z | Compiling poly1305 v0.8.0 |
2482 | 2024-08-16T06:59:24.991Z | Compiling argon2 v0.5.3 |
2483 | 2024-08-16T06:59:25.071Z | Compiling chacha20 v0.9.1 |
2484 | 2024-08-16T06:59:25.375Z | Compiling convert_case v0.4.0 |
2485 | 2024-08-16T06:59:25.543Z | Compiling semver v0.1.20 |
2486 | 2024-08-16T06:59:25.959Z | Compiling rustc_version v0.1.7 |
2487 | 2024-08-16T06:59:26.222Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2488 | 2024-08-16T06:59:26.363Z | Compiling derive_more v0.99.18 |
2489 | 2024-08-16T06:59:26.488Z | Compiling tungstenite v0.21.0 |
2490 | 2024-08-16T06:59:26.623Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2491 | 2024-08-16T06:59:26.659Z | Compiling newline-converter v0.3.0 |
2492 | 2024-08-16T06:59:26.823Z | Compiling atty v0.2.14 |
2493 | 2024-08-16T06:59:26.868Z | Compiling same-file v1.0.6 |
2494 | 2024-08-16T06:59:26.966Z | Compiling rayon-core v1.12.1 |
2495 | 2024-08-16T06:59:27.190Z | Compiling walkdir v2.5.0 |
2496 | 2024-08-16T06:59:27.312Z | Compiling expectorate v1.1.0 |
2497 | 2024-08-16T06:59:27.506Z | Compiling newtype_derive v0.1.6 |
2498 | 2024-08-16T06:59:27.837Z | Compiling tokio-tungstenite v0.21.0 |
2499 | 2024-08-16T06:59:27.926Z | Compiling crossbeam-deque v0.8.5 |
2500 | 2024-08-16T06:59:27.945Z | Compiling prettyplease v0.2.20 |
2501 | 2024-08-16T06:59:27.981Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2502 | 2024-08-16T06:59:28.278Z | Compiling keccak v0.1.5 |
2503 | 2024-08-16T06:59:28.524Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2504 | 2024-08-16T06:59:28.759Z | Compiling sha3 v0.10.8 |
2505 | 2024-08-16T06:59:28.865Z | Compiling num-rational v0.4.2 |
2506 | 2024-08-16T06:59:28.928Z | Compiling thiserror-impl-no-std v2.0.2 |
2507 | 2024-08-16T06:59:29.088Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2508 | 2024-08-16T06:59:29.337Z | Compiling num-complex v0.4.6 |
2509 | 2024-08-16T06:59:29.843Z | Compiling secrecy v0.8.0 |
2510 | 2024-08-16T06:59:30.137Z | Compiling ring v0.16.20 |
2511 | 2024-08-16T06:59:30.203Z | Compiling blake3 v1.5.1 |
2512 | 2024-08-16T06:59:30.450Z | Compiling derive-where v1.2.7 |
2513 | 2024-08-16T06:59:30.682Z | Compiling unicase v2.7.0 |
2514 | 2024-08-16T06:59:30.879Z | Compiling half v2.4.1 |
2515 | 2024-08-16T06:59:31.015Z | Compiling linked-hash-map v0.5.6 |
2516 | 2024-08-16T06:59:31.302Z | Compiling termcolor v1.4.1 |
2517 | 2024-08-16T06:59:31.406Z | Compiling arc-swap v1.7.1 |
2518 | 2024-08-16T06:59:31.468Z | Compiling ciborium-io v0.2.2 |
2519 | 2024-08-16T06:59:31.616Z | Compiling quick-error v1.2.3 |
2520 | 2024-08-16T06:59:31.782Z | Compiling resolv-conf v0.7.0 |
2521 | 2024-08-16T06:59:32.054Z | Compiling slog-scope v4.4.0 |
2522 | 2024-08-16T06:59:32.223Z | Compiling thiserror-no-std v2.0.2 |
2523 | 2024-08-16T06:59:32.245Z | Compiling env_logger v0.9.3 |
2524 | 2024-08-16T06:59:32.349Z | Compiling ciborium-ll v0.2.2 |
2525 | 2024-08-16T06:59:32.596Z | Compiling lru-cache v0.1.2 |
2526 | 2024-08-16T06:59:32.968Z | Compiling num v0.4.3 |
2527 | 2024-08-16T06:59:33.078Z | Compiling rayon v1.10.0 |
2528 | 2024-08-16T06:59:33.468Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2529 | 2024-08-16T06:59:33.642Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2530 | 2024-08-16T06:59:33.774Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2531 | 2024-08-16T06:59:33.792Z | Compiling polyval v0.6.2 |
2532 | 2024-08-16T06:59:34.030Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2533 | 2024-08-16T06:59:34.273Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2534 | 2024-08-16T06:59:34.293Z | Compiling rfc6979 v0.4.0 |
2535 | 2024-08-16T06:59:34.455Z | Compiling bitstruct_derive v0.1.0 |
2536 | 2024-08-16T06:59:34.502Z | Compiling memmap2 v0.9.4 |
2537 | 2024-08-16T06:59:34.723Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2538 | 2024-08-16T06:59:34.871Z | Compiling constant_time_eq v0.3.0 |
2539 | 2024-08-16T06:59:34.978Z | Compiling float-ord v0.3.2 |
2540 | 2024-08-16T06:59:35.054Z | Compiling libefi-sys v0.1.0 |
2541 | 2024-08-16T06:59:35.163Z | Compiling parking_lot_core v0.8.6 |
2542 | 2024-08-16T06:59:35.242Z | Compiling untrusted v0.7.1 |
2543 | 2024-08-16T06:59:35.266Z | Compiling arrayref v0.3.7 |
2544 | 2024-08-16T06:59:35.357Z | Compiling spin v0.5.2 |
2545 | 2024-08-16T06:59:35.382Z | Compiling home v0.5.9 |
2546 | 2024-08-16T06:59:35.446Z | Compiling ascii v1.1.0 |
2547 | 2024-08-16T06:59:35.598Z | Compiling arrayvec v0.7.4 |
2548 | 2024-08-16T06:59:35.705Z | Compiling toolchain_find v0.4.0 |
2549 | 2024-08-16T06:59:35.867Z | Compiling bitstruct v0.1.1 |
2550 | 2024-08-16T06:59:35.994Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2551 | 2024-08-16T06:59:36.045Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2552 | 2024-08-16T06:59:36.072Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2553 | 2024-08-16T06:59:36.379Z | Compiling ecdsa v0.16.9 |
2554 | 2024-08-16T06:59:36.433Z | Compiling ghash v0.5.1 |
2555 | 2024-08-16T06:59:36.561Z | Compiling steno v0.4.1 |
2556 | 2024-08-16T06:59:36.836Z | Compiling hickory-resolver v0.24.1 |
2557 | 2024-08-16T06:59:37.044Z | Compiling ciborium v0.2.2 |
2558 | 2024-08-16T06:59:37.272Z | Compiling vsss-rs v3.3.4 |
2559 | 2024-08-16T06:59:37.541Z | Compiling slog-stdlog v4.1.1 |
2560 | 2024-08-16T06:59:38.467Z | Compiling chacha20poly1305 v0.10.1 |
2561 | 2024-08-16T06:59:38.668Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2562 | 2024-08-16T06:59:38.716Z | Compiling primeorder v0.13.6 |
2563 | 2024-08-16T06:59:39.247Z | Compiling ctr v0.9.2 |
2564 | 2024-08-16T06:59:39.267Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2565 | 2024-08-16T06:59:39.423Z | Compiling erased-serde v0.3.31 |
2566 | 2024-08-16T06:59:39.464Z | Compiling serde_arrays v0.1.0 |
2567 | 2024-08-16T06:59:39.618Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2568 | 2024-08-16T06:59:39.647Z | Compiling bitfield-struct v0.6.1 |
2569 | 2024-08-16T06:59:39.666Z | Compiling slog-dtrace v0.3.0 |
2570 | 2024-08-16T06:59:39.990Z | Compiling cancel-safe-futures v0.1.5 |
2571 | 2024-08-16T06:59:40.041Z | Compiling topological-sort v0.2.2 |
2572 | 2024-08-16T06:59:40.270Z | Compiling omicron-zone-package v0.11.0 |
2573 | 2024-08-16T06:59:40.583Z | Compiling aes-gcm v0.10.3 |
2574 | 2024-08-16T06:59:40.880Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2575 | 2024-08-16T06:59:40.899Z | Compiling slog-envlogger v2.2.0 |
2576 | 2024-08-16T06:59:41.168Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2577 | 2024-08-16T06:59:41.731Z | Compiling mime_guess v2.0.4 |
2578 | 2024-08-16T06:59:42.040Z | Compiling rustfmt-wrapper v0.2.1 |
2579 | 2024-08-16T06:59:42.182Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2580 | 2024-08-16T06:59:42.645Z | Compiling tungstenite v0.20.1 |
2581 | 2024-08-16T06:59:43.070Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2582 | 2024-08-16T06:59:43.121Z | Compiling heck v0.3.3 |
2583 | 2024-08-16T06:59:43.631Z | Compiling ed25519 v2.2.3 |
2584 | 2024-08-16T06:59:43.672Z | Compiling ssh-encoding v0.2.0 |
2585 | 2024-08-16T06:59:43.810Z | Compiling blowfish v0.9.1 |
2586 | 2024-08-16T06:59:44.208Z | Compiling nibble_vec v0.1.0 |
2587 | 2024-08-16T06:59:44.261Z | Compiling option-ext v0.2.0 |
2588 | 2024-08-16T06:59:44.406Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2589 | 2024-08-16T06:59:44.440Z | Compiling endian-type v0.1.2 |
2590 | 2024-08-16T06:59:44.489Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2591 | 2024-08-16T06:59:44.537Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2592 | 2024-08-16T06:59:44.678Z | Compiling radix_trie v0.2.1 |
2593 | 2024-08-16T06:59:44.839Z | Compiling dirs-sys v0.4.1 |
2594 | 2024-08-16T06:59:44.871Z | Compiling ssh-cipher v0.2.0 |
2595 | 2024-08-16T06:59:45.435Z | Compiling bcrypt-pbkdf v0.10.0 |
2596 | 2024-08-16T06:59:45.535Z | Compiling ed25519-dalek v2.1.1 |
2597 | 2024-08-16T06:59:45.569Z | Compiling tokio-tungstenite v0.20.1 |
2598 | 2024-08-16T06:59:45.692Z | Compiling zone_cfg_derive v0.1.2 |
2599 | 2024-08-16T06:59:46.153Z | Compiling parking_lot v0.11.2 |
2600 | 2024-08-16T06:59:46.628Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2601 | 2024-08-16T06:59:46.812Z | Compiling gethostname v0.5.0 |
2602 | 2024-08-16T06:59:47.016Z | Compiling password-hash v0.4.2 |
2603 | 2024-08-16T06:59:47.044Z | Compiling libsw v3.3.1 |
2604 | 2024-08-16T06:59:47.123Z | Compiling fxhash v0.2.1 |
2605 | 2024-08-16T06:59:47.266Z | Compiling base64 v0.13.1 |
2606 | 2024-08-16T06:59:47.291Z | Compiling linear-map v1.2.0 |
2607 | 2024-08-16T06:59:47.323Z | Compiling owo-colors v4.0.0 |
2608 | 2024-08-16T06:59:47.343Z | Compiling matches v0.1.10 |
2609 | 2024-08-16T06:59:47.345Z | Compiling sled v0.34.7 |
2610 | 2024-08-16T06:59:47.445Z | Compiling idna v0.2.3 |
2611 | 2024-08-16T06:59:47.667Z | Compiling pbkdf2 v0.11.0 |
2612 | 2024-08-16T06:59:47.892Z | Compiling ron v0.7.1 |
2613 | 2024-08-16T06:59:47.962Z | Compiling zone v0.1.8 |
2614 | 2024-08-16T06:59:49.088Z | Compiling ssh-key v0.6.6 |
2615 | 2024-08-16T06:59:49.135Z | Compiling hickory-client v0.24.1 |
2616 | 2024-08-16T06:59:49.613Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2617 | 2024-08-16T06:59:49.668Z | Compiling dirs v5.0.1 |
2618 | 2024-08-16T06:59:50.328Z | Compiling p256 v0.13.2 |
2619 | 2024-08-16T06:59:50.563Z | Compiling p521 v0.13.3 |
2620 | 2024-08-16T06:59:51.168Z | Compiling p384 v0.13.0 |
2621 | 2024-08-16T06:59:52.705Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2622 | 2024-08-16T06:59:52.997Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2623 | 2024-08-16T06:59:53.195Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2624 | 2024-08-16T06:59:53.416Z | Compiling hickory-server v0.24.1 |
2625 | 2024-08-16T06:59:53.717Z | Compiling pem v3.0.4 |
2626 | 2024-08-16T06:59:53.945Z | Compiling enum-as-inner v0.5.1 |
2627 | 2024-08-16T06:59:53.976Z | Compiling yasna v0.5.2 |
2628 | 2024-08-16T06:59:54.549Z | Compiling portpicker v0.1.1 |
2629 | 2024-08-16T06:59:54.918Z | Compiling headers-core v0.2.0 |
2630 | 2024-08-16T06:59:55.011Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2631 | 2024-08-16T06:59:55.058Z | Compiling kstat-rs v0.2.4 |
2632 | 2024-08-16T06:59:55.086Z | Compiling nanorand v0.7.0 |
2633 | 2024-08-16T06:59:55.397Z | Compiling russh-cryptovec v0.7.2 |
2634 | 2024-08-16T06:59:55.692Z | Compiling glob v0.3.1 |
2635 | 2024-08-16T06:59:55.716Z | Compiling http-range v0.1.5 |
2636 | 2024-08-16T06:59:55.732Z | Compiling md5 v0.7.0 |
2637 | 2024-08-16T06:59:55.732Z | Compiling flume v0.11.0 |
2638 | 2024-08-16T06:59:56.098Z | Compiling russh-keys v0.44.0 |
2639 | 2024-08-16T06:59:56.247Z | Compiling hyper-staticfile v0.9.5 |
2640 | 2024-08-16T06:59:56.440Z | Compiling trust-dns-proto v0.22.0 |
2641 | 2024-08-16T06:59:56.706Z | Compiling headers v0.3.9 |
2642 | 2024-08-16T06:59:57.246Z | Compiling rcgen v0.12.1 |
2643 | 2024-08-16T06:59:58.051Z | Compiling atomicwrites v0.4.3 |
2644 | 2024-08-16T06:59:58.469Z | Compiling num-bigint v0.4.5 |
2645 | 2024-08-16T06:59:58.816Z | Compiling itertools v0.13.0 |
2646 | 2024-08-16T06:59:59.036Z | Compiling subprocess v0.2.9 |
2647 | 2024-08-16T06:59:59.668Z | Compiling dhcproto-macros v0.1.0 |
2648 | 2024-08-16T07:00:00.495Z | Compiling hex-literal v0.4.1 |
2649 | 2024-08-16T07:00:00.663Z | Compiling display-error-chain v0.2.0 |
2650 | 2024-08-16T07:00:00.695Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2651 | 2024-08-16T07:00:00.747Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2652 | 2024-08-16T07:00:00.857Z | Compiling dhcproto v0.12.0 |
2653 | 2024-08-16T07:00:00.964Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2654 | 2024-08-16T07:00:00.989Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2655 | 2024-08-16T07:00:01.183Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2656 | 2024-08-16T07:00:02.063Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2657 | 2024-08-16T07:00:03.088Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2658 | 2024-08-16T07:00:04.504Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2659 | 2024-08-16T07:00:04.831Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2660 | 2024-08-16T07:00:06.316Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2661 | 2024-08-16T07:00:07.983Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2662 | 2024-08-16T07:00:09.013Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2663 | 2024-08-16T07:00:09.457Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2664 | 2024-08-16T07:00:09.494Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2665 | 2024-08-16T07:00:11.222Z | Compiling russh v0.44.1 |
2666 | 2024-08-16T07:00:11.701Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2667 | 2024-08-16T07:00:13.817Z | Compiling internet-checksum v0.2.1 |
2668 | 2024-08-16T07:00:17.737Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2669 | 2024-08-16T07:00:17.823Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2670 | 2024-08-16T07:00:18.564Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2671 | 2024-08-16T07:00:18.928Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2672 | 2024-08-16T07:00:20.911Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2673 | 2024-08-16T07:00:21.091Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2674 | 2024-08-16T07:00:21.624Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2675 | 2024-08-16T07:00:21.927Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2676 | 2024-08-16T07:00:23.006Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2677 | 2024-08-16T07:00:24.287Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2678 | 2024-08-16T07:00:24.495Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2679 | 2024-08-16T07:00:25.251Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2680 | 2024-08-16T07:00:27.056Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2681 | 2024-08-16T07:00:29.034Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2682 | 2024-08-16T07:00:30.191Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2683 | 2024-08-16T07:00:33.868Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2684 | 2024-08-16T07:00:34.997Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2685 | 2024-08-16T07:00:35.462Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2686 | 2024-08-16T07:00:37.492Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2687 | 2024-08-16T07:00:41.055Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2688 | 2024-08-16T07:00:47.676Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2689 | 2024-08-16T07:00:47.679Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2690 | 2024-08-16T07:00:49.625Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2691 | 2024-08-16T07:01:08.442Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2692 | 2024-08-16T07:01:44.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 38s |
2693 | 2024-08-16T07:01:44.681Z | |
2694 | 2024-08-16T07:01:44.681Z | real 2:39.168681707 |
2695 | 2024-08-16T07:01:44.681Z | user 12:50.589050345 |
2696 | 2024-08-16T07:01:44.681Z | sys 2:44.938723421 |
2697 | 2024-08-16T07:01:44.681Z | trap 0.374199929 |
2698 | 2024-08-16T07:01:44.681Z | tflt 0.837571488 |
2699 | 2024-08-16T07:01:44.681Z | dflt 1.808673681 |
2700 | 2024-08-16T07:01:44.681Z | kflt 0.000039886 |
2701 | 2024-08-16T07:01:44.684Z | lock 27:30.692733218 |
2702 | 2024-08-16T07:01:44.684Z | slp 48:08.061248618 |
2703 | 2024-08-16T07:01:44.684Z | lat 40.296675634 |
2704 | 2024-08-16T07:01:44.684Z | stop 1:39.925645671 |
2705 | 2024-08-16T07:01:44.684Z | + mkdir tests |
2706 | 2024-08-16T07:01:44.686Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2707 | 2024-08-16T07:01:44.686Z | + xargs -I '{}' -t cp '{}' tests/ |
2708 | 2024-08-16T07:01:44.726Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-05641a54adecff74 tests/ |
2709 | 2024-08-16T07:01:44.752Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2ab50e529d536ef3 tests/ |
2710 | 2024-08-16T07:01:44.778Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-facff768f26d165b tests/ |
2711 | 2024-08-16T07:01:44.805Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f8741c94684146ad tests/ |
2712 | 2024-08-16T07:01:45.018Z | + files=(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/*) |
2713 | 2024-08-16T07:01:45.021Z | + ptime -m tar cvzf /work/package.tar.gz 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-05641a54adecff74 tests/commtest-facff768f26d165b tests/dhcp_server-2ab50e529d536ef3 tests/end_to_end_tests-f8741c94684146ad out/clickhouse.tar.gz out/clickhouse_keeper.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 |
2714 | 2024-08-16T07:02:43.260Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2715 | 2024-08-16T07:02:43.260Z | a out/target/test 1K |
2716 | 2024-08-16T07:02:43.260Z | a out/npuzone/npuzone 23144K |
2717 | 2024-08-16T07:02:43.260Z | a package-manifest.toml 30K |
2718 | 2024-08-16T07:02:43.261Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2719 | 2024-08-16T07:02:43.261Z | a target/release/omicron-package 32240K |
2720 | 2024-08-16T07:02:43.261Z | a target/release/xtask 11623K |
2721 | 2024-08-16T07:02:43.261Z | a target/debug/bootstrap 192168K |
2722 | 2024-08-16T07:02:43.261Z | a tests/bootstrap-05641a54adecff74 23533K |
2723 | 2024-08-16T07:02:43.261Z | a tests/commtest-facff768f26d165b 24155K |
2724 | 2024-08-16T07:02:43.261Z | a tests/dhcp_server-2ab50e529d536ef3 23533K |
2725 | 2024-08-16T07:02:43.261Z | a tests/end_to_end_tests-f8741c94684146ad 209817K |
2726 | 2024-08-16T07:02:43.261Z | a out/clickhouse.tar.gz 232329K |
2727 | 2024-08-16T07:02:43.261Z | a out/clickhouse_keeper.tar.gz 232327K |
2728 | 2024-08-16T07:02:43.261Z | a out/cockroachdb.tar.gz 131862K |
2729 | 2024-08-16T07:02:43.261Z | a out/crucible-dtrace.tar 84K |
2730 | 2024-08-16T07:02:43.261Z | a out/crucible-pantry-zone.tar.gz 27817K |
2731 | 2024-08-16T07:02:43.261Z | a out/crucible-zone.tar.gz 38133K |
2732 | 2024-08-16T07:02:43.261Z | a out/external-dns.tar.gz 24873K |
2733 | 2024-08-16T07:02:43.261Z | a out/internal-dns.tar.gz 24872K |
2734 | 2024-08-16T07:02:43.261Z | a out/mg-ddm-gz.tar 61944K |
2735 | 2024-08-16T07:02:43.261Z | a out/nexus.tar.gz 87181K |
2736 | 2024-08-16T07:02:43.261Z | a out/ntp.tar.gz 8966K |
2737 | 2024-08-16T07:02:43.261Z | a out/omicron-gateway-softnpu.tar.gz 13607K |
2738 | 2024-08-16T07:02:43.261Z | a out/omicron-sled-agent.tar 96843K |
2739 | 2024-08-16T07:02:43.261Z | a out/overlay.tar.gz 3K |
2740 | 2024-08-16T07:02:43.261Z | a out/oximeter.tar.gz 42695K |
2741 | 2024-08-16T07:02:43.261Z | a out/oxlog.tar 2946K |
2742 | 2024-08-16T07:02:43.261Z | a out/probe.tar.gz 2764K |
2743 | 2024-08-16T07:02:43.261Z | a out/propolis-server.tar.gz 65291K |
2744 | 2024-08-16T07:02:43.261Z | a out/pumpkind-gz.tar 26665K |
2745 | 2024-08-16T07:02:43.261Z | a out/switch-softnpu.tar.gz 206484K |
2746 | 2024-08-16T07:02:43.264Z | |
2747 | 2024-08-16T07:02:43.264Z | real 58.234613987 |
2748 | 2024-08-16T07:02:43.264Z | user 55.681640982 |
2749 | 2024-08-16T07:02:43.264Z | sys 3.626596337 |
2750 | 2024-08-16T07:02:43.264Z | trap 0.012410676 |
2751 | 2024-08-16T07:02:43.264Z | tflt 0.000000000 |
2752 | 2024-08-16T07:02:43.264Z | dflt 0.000000000 |
2753 | 2024-08-16T07:02:43.264Z | kflt 0.000000000 |
2754 | 2024-08-16T07:02:43.264Z | lock 0.000000000 |
2755 | 2024-08-16T07:02:43.264Z | slp 55.519183629 |
2756 | 2024-08-16T07:02:43.264Z | lat 1.625110233 |
2757 | 2024-08-16T07:02:43.264Z | stop 0.000192312 |
2758 | 2024-08-16T07:02:43.267Z | process exited: duration 1684279 ms, exit code 0 |
|
2759 | 2024-08-16T07:02:43.280Z | found 1 output files |
2760 | 2024-08-16T07:02:43.280Z | uploading: /work/package.tar.gz (1369329258 bytes) |
2761 | 2024-08-16T07:03:09.049Z | uploaded: /work/package.tar.gz |