|
|
|
1 | 2024-07-22T22:29:00.730Z | job assigned to worker 01J3E8YDMXMR2EYWXBRG6YDEBS (queued for 55 s) |
|
2 | 2024-07-22T22:29:07.954Z | starting task 0: "setup" |
3 | 2024-07-22T22:29:08.041Z | ++ uname -s |
4 | 2024-07-22T22:29:08.044Z | + kern=SunOS |
5 | 2024-07-22T22:29:08.044Z | + case "$kern" in |
6 | 2024-07-22T22:29:08.044Z | + groupadd -g 12345 build |
7 | 2024-07-22T22:29:08.047Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-22T22:29:10.054Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-22T22:29:10.155Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-22T22:29:10.158Z | + home_fs=zfs |
11 | 2024-07-22T22:29:10.158Z | + [[ zfs == autofs ]] |
12 | 2024-07-22T22:29:10.158Z | + mkdir -p /home/build |
13 | 2024-07-22T22:29:10.161Z | + chown build:build /home/build /work |
14 | 2024-07-22T22:29:12.161Z | + chmod 0700 /home/build /work |
15 | 2024-07-22T22:29:12.164Z | process exited: duration 4210 ms, exit code 0 |
|
16 | 2024-07-22T22:29:12.169Z | starting task 1: "rust-toolchain" |
17 | 2024-07-22T22:29:12.175Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-22T22:29:12.175Z | ' 1.78.0 |
19 | 2024-07-22T22:29:12.178Z | * toolchain channel = "1.78.0" |
20 | 2024-07-22T22:29:12.178Z | + printf ' * toolchain profile = "%s" |
21 | 2024-07-22T22:29:12.178Z | ' default |
22 | 2024-07-22T22:29:12.178Z | * toolchain profile = "default" |
23 | 2024-07-22T22:29:12.178Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-22T22:29:12.178Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-22T22:29:12.290Z | info: downloading installer |
26 | 2024-07-22T22:29:13.791Z | info: profile set to 'default' |
27 | 2024-07-22T22:29:13.791Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-22T22:29:13.794Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-22T22:29:13.918Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-22T22:29:13.918Z | info: downloading component 'cargo' |
31 | 2024-07-22T22:29:14.599Z | info: downloading component 'clippy' |
32 | 2024-07-22T22:29:14.826Z | info: downloading component 'rust-docs' |
33 | 2024-07-22T22:29:15.729Z | info: downloading component 'rust-std' |
34 | 2024-07-22T22:29:17.151Z | info: downloading component 'rustc' |
35 | 2024-07-22T22:29:20.765Z | info: downloading component 'rustfmt' |
36 | 2024-07-22T22:29:20.961Z | info: installing component 'cargo' |
37 | 2024-07-22T22:29:21.807Z | info: installing component 'clippy' |
38 | 2024-07-22T22:29:22.168Z | info: installing component 'rust-docs' |
39 | 2024-07-22T22:29:23.703Z | info: installing component 'rust-std' |
40 | 2024-07-22T22:29:25.465Z | info: installing component 'rustc' |
41 | 2024-07-22T22:29:29.480Z | info: installing component 'rustfmt' |
42 | 2024-07-22T22:29:29.812Z | |
43 | 2024-07-22T22:29:29.812Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
44 | 2024-07-22T22:29:30.074Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-22T22:29:30.074Z | |
46 | 2024-07-22T22:29:30.077Z | |
47 | 2024-07-22T22:29:30.077Z | Rust is installed now. Great! |
48 | 2024-07-22T22:29:30.077Z | |
49 | 2024-07-22T22:29:30.077Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-22T22:29:30.077Z | environment variable. This has not been done automatically. |
51 | 2024-07-22T22:29:30.078Z | |
52 | 2024-07-22T22:29:30.078Z | To configure your current shell, you need to source |
53 | 2024-07-22T22:29:30.078Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-22T22:29:30.078Z | |
55 | 2024-07-22T22:29:30.078Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-22T22:29:30.078Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-22T22:29:30.078Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-22T22:29:30.165Z | + rustc --version |
59 | 2024-07-22T22:29:30.229Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-22T22:29:30.232Z | process exited: duration 18060 ms, exit code 0 |
|
61 | 2024-07-22T22:29:30.238Z | starting task 2: "authentication" |
62 | 2024-07-22T22:29:30.258Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-07-22T22:29:30.265Z | starting task 3: "clone repository" |
64 | 2024-07-22T22:29:30.268Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-22T22:29:30.271Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-22T22:29:30.435Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-22T22:29:37.731Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-22T22:29:37.731Z | + git fetch origin 84825ad7e7386857982475e8a54a9ce3a5f29219 |
69 | 2024-07-22T22:29:38.030Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-22T22:29:38.030Z | * branch 84825ad7e7386857982475e8a54a9ce3a5f29219 -> FETCH_HEAD |
71 | 2024-07-22T22:29:38.040Z | + [[ -n disk-cleanup ]] |
72 | 2024-07-22T22:29:38.043Z | ++ git branch --show-current |
73 | 2024-07-22T22:29:38.046Z | + current=main |
74 | 2024-07-22T22:29:38.046Z | + [[ main != disk-cleanup ]] |
75 | 2024-07-22T22:29:38.046Z | + git branch -f disk-cleanup 84825ad7e7386857982475e8a54a9ce3a5f29219 |
76 | 2024-07-22T22:29:38.048Z | + git checkout -f disk-cleanup |
77 | 2024-07-22T22:29:38.161Z | Switched to branch 'disk-cleanup' |
78 | 2024-07-22T22:29:38.163Z | + git reset --hard 84825ad7e7386857982475e8a54a9ce3a5f29219 |
79 | 2024-07-22T22:29:38.270Z | HEAD is now at 84825ad7e review feedback |
80 | 2024-07-22T22:29:38.273Z | process exited: duration 8006 ms, exit code 0 |
|
81 | 2024-07-22T22:29:38.279Z | starting task 4: "build" |
82 | 2024-07-22T22:29:38.284Z | + cargo --version |
83 | 2024-07-22T22:29:38.337Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-22T22:29:38.340Z | + rustc --version |
85 | 2024-07-22T22:29:38.396Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-22T22:29:38.402Z | + WORK=/work |
87 | 2024-07-22T22:29:38.402Z | + pfexec mkdir -p /work |
88 | 2024-07-22T22:29:38.402Z | + pfexec chown build /work |
89 | 2024-07-22T22:29:38.405Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-07-22T22:29:50.529Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-07-22T22:29:52.912Z | Startup: Caching catalogs ... Done |
92 | 2024-07-22T22:29:56.252Z | Planning: Solver setup ... Done (2.825s) |
93 | 2024-07-22T22:29:56.308Z | Planning: Running solver ... Done (0.055s) |
94 | 2024-07-22T22:29:56.359Z | Planning: Finding local manifests ... Done (0.004s) |
95 | 2024-07-22T22:29:56.381Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-07-22T22:29:56.759Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-07-22T22:29:56.810Z | Planning: Package planning ... Done (0.051s) |
98 | 2024-07-22T22:29:56.861Z | Planning: Merging actions ... Done (0.051s) |
99 | 2024-07-22T22:29:58.608Z | Planning: Checking for conflicting actions ... Done (1.747s) |
100 | 2024-07-22T22:29:58.620Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-07-22T22:30:07.865Z | Planning: Evaluating mediators ... Done (9.244s) |
102 | 2024-07-22T22:30:07.875Z | Planning: Planning completed in 14.89 seconds |
103 | 2024-07-22T22:30:09.071Z | Packages to install: 4 |
104 | 2024-07-22T22:30:09.071Z | Mediators to change: 2 |
105 | 2024-07-22T22:30:09.071Z | Services to change: 1 |
106 | 2024-07-22T22:30:09.071Z | Estimated space available: 155.77 GB |
107 | 2024-07-22T22:30:09.074Z | Estimated space to be consumed: 1.47 GB |
108 | 2024-07-22T22:30:09.074Z | Create boot environment: No |
109 | 2024-07-22T22:30:09.074Z | Create backup boot environment: No |
110 | 2024-07-22T22:30:09.074Z | Rebuild boot archive: No |
111 | 2024-07-22T22:30:09.074Z | |
112 | 2024-07-22T22:30:09.074Z | Changed mediators: |
113 | 2024-07-22T22:30:09.074Z | mediator clang: |
114 | 2024-07-22T22:30:09.075Z | version: None -> 15 (system default) |
115 | 2024-07-22T22:30:09.075Z | |
116 | 2024-07-22T22:30:09.075Z | mediator llvm: |
117 | 2024-07-22T22:30:09.075Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-07-22T22:30:09.075Z | |
119 | 2024-07-22T22:30:09.075Z | Changed packages: |
120 | 2024-07-22T22:30:09.075Z | helios-dev |
121 | 2024-07-22T22:30:09.075Z | developer/build-essential |
122 | 2024-07-22T22:30:09.075Z | None -> 11-2.0 |
123 | 2024-07-22T22:30:09.075Z | library/libxmlsec1 |
124 | 2024-07-22T22:30:09.075Z | None -> 1.2.35-2.0 |
125 | 2024-07-22T22:30:09.075Z | ooce/developer/clang-15 |
126 | 2024-07-22T22:30:09.075Z | None -> 15.0.7-2.0 |
127 | 2024-07-22T22:30:09.075Z | ooce/developer/llvm-15 |
128 | 2024-07-22T22:30:09.075Z | None -> 15.0.7-2.0 |
129 | 2024-07-22T22:30:09.075Z | |
130 | 2024-07-22T22:30:09.075Z | Services: |
131 | 2024-07-22T22:30:09.075Z | restart_fmri: |
132 | 2024-07-22T22:30:09.075Z | svc:/system/update-man-index:default |
133 | 2024-07-22T22:30:09.303Z | |
134 | 2024-07-22T22:30:09.304Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-07-22T22:30:14.307Z | Download: 1423/3290 items 112.0/212.6MB 52% complete (22.6M/s) |
136 | 2024-07-22T22:30:19.309Z | Download: 3089/3290 items 121.5/212.6MB 57% complete (12.2M/s) |
137 | 2024-07-22T22:30:21.725Z | Download: Completed 212.60 MB in 12.42 seconds (17.1M/s) |
138 | 2024-07-22T22:30:28.702Z | Actions: 1/3689 actions (Installing new actions) |
139 | 2024-07-22T22:30:33.807Z | Actions: 3544/3689 actions (Installing new actions) |
140 | 2024-07-22T22:30:35.037Z | Actions: Completed 3689 actions in 6.33 seconds. |
141 | 2024-07-22T22:30:35.286Z | Done (0.245s) |
142 | 2024-07-22T22:30:35.286Z | Done (0.000s) |
143 | 2024-07-22T22:30:35.625Z | Done (0.338s) |
144 | 2024-07-22T22:30:42.663Z | Done (6.879s) |
145 | 2024-07-22T22:30:42.952Z | Done (0.215s) |
146 | 2024-07-22T22:30:42.955Z | Done (0.000s) |
147 | 2024-07-22T22:30:43.095Z | Done (0.000s) |
148 | 2024-07-22T22:30:43.672Z | Planning: Evaluating mediator changes ... Done |
149 | 2024-07-22T22:30:43.832Z | Planning: Checking for conflicting actions ... Done |
150 | 2024-07-22T22:30:43.835Z | Planning: Consolidating action changes ... Done |
151 | 2024-07-22T22:30:44.099Z | Planning: Evaluating mediators ... Done |
152 | 2024-07-22T22:30:44.102Z | Planning: Planning completed in 0.43 seconds |
153 | 2024-07-22T22:30:44.132Z | Mediators to change: 2 |
154 | 2024-07-22T22:30:44.132Z | Create boot environment: No |
155 | 2024-07-22T22:30:44.132Z | Create backup boot environment: No |
156 | 2024-07-22T22:30:44.213Z | Done |
157 | 2024-07-22T22:30:44.213Z | Done |
158 | 2024-07-22T22:30:44.427Z | Done |
159 | 2024-07-22T22:30:47.919Z | Done |
160 | 2024-07-22T22:30:47.999Z | Done |
161 | 2024-07-22T22:30:48.002Z | Done |
162 | 2024-07-22T22:30:48.136Z | Done |
163 | 2024-07-22T22:30:48.750Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-07-22T22:30:48.753Z | Planning: Merging actions ... Done |
165 | 2024-07-22T22:30:48.944Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-07-22T22:30:48.947Z | Planning: Consolidating action changes ... Done |
167 | 2024-07-22T22:30:49.213Z | Planning: Evaluating mediators ... Done |
168 | 2024-07-22T22:30:49.268Z | Planning: Planning completed in 0.76 seconds |
169 | 2024-07-22T22:30:49.303Z | Packages to change: 1 |
170 | 2024-07-22T22:30:49.303Z | Mediators to change: 1 |
171 | 2024-07-22T22:30:49.305Z | Services to change: 1 |
172 | 2024-07-22T22:30:49.305Z | Create boot environment: No |
173 | 2024-07-22T22:30:49.305Z | Create backup boot environment: Yes |
174 | 2024-07-22T22:30:51.054Z | Actions: 1/6 actions (Updating modified actions) |
175 | 2024-07-22T22:30:51.186Z | Actions: Completed 6 actions in 0.13 seconds. |
176 | 2024-07-22T22:30:51.189Z | Done |
177 | 2024-07-22T22:30:51.189Z | Done |
178 | 2024-07-22T22:30:51.259Z | Done |
179 | 2024-07-22T22:30:54.851Z | Done |
180 | 2024-07-22T22:30:54.943Z | Done |
181 | 2024-07-22T22:30:54.946Z | Done |
182 | 2024-07-22T22:30:55.056Z | Done |
183 | 2024-07-22T22:30:55.494Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
184 | 2024-07-22T22:30:55.494Z | clang system 15 system |
185 | 2024-07-22T22:30:55.495Z | csh system system illumos |
186 | 2024-07-22T22:30:55.495Z | ctags system system illumos |
187 | 2024-07-22T22:30:55.495Z | gcc vendor 12 vendor |
188 | 2024-07-22T22:30:55.495Z | gcc system 10 system |
189 | 2024-07-22T22:30:55.495Z | gcc system 7 system |
190 | 2024-07-22T22:30:55.495Z | go system 1.20 system |
191 | 2024-07-22T22:30:55.495Z | go system 1.19 system |
192 | 2024-07-22T22:30:55.495Z | llvm system 15 system |
193 | 2024-07-22T22:30:55.495Z | llvm system 14 system |
194 | 2024-07-22T22:30:55.495Z | mariadb system 10.6 system |
195 | 2024-07-22T22:30:55.495Z | mta vendor vendor dma |
196 | 2024-07-22T22:30:55.495Z | openjdk system 17 system |
197 | 2024-07-22T22:30:55.495Z | openjdk system 11 system |
198 | 2024-07-22T22:30:55.495Z | openjdk system 1.8 system |
199 | 2024-07-22T22:30:55.495Z | openssl vendor 3 vendor |
200 | 2024-07-22T22:30:55.495Z | perl system 5.36 system |
201 | 2024-07-22T22:30:55.495Z | postgresql system 15 system |
202 | 2024-07-22T22:30:55.495Z | postgresql system 13 system |
203 | 2024-07-22T22:30:55.495Z | python vendor 3 vendor |
204 | 2024-07-22T22:30:55.495Z | python system 2 system |
205 | 2024-07-22T22:30:55.495Z | python3 system 3.11 system |
206 | 2024-07-22T22:30:55.495Z | ruby system 3.0 system |
207 | 2024-07-22T22:30:55.495Z | words vendor vendor american-english |
208 | 2024-07-22T22:30:55.495Z | words system system australian-english |
209 | 2024-07-22T22:30:55.495Z | words system system british-english |
210 | 2024-07-22T22:30:55.495Z | words system system canadian-english |
211 | 2024-07-22T22:30:55.495Z | words system system french |
212 | 2024-07-22T22:30:55.495Z | words system system italian |
213 | 2024-07-22T22:30:55.495Z | words system system ngerman |
214 | 2024-07-22T22:30:55.495Z | words system system ogerman |
215 | 2024-07-22T22:30:55.495Z | words system system spanish |
216 | 2024-07-22T22:30:55.828Z | PUBLISHER TYPE STATUS P LOCATION |
217 | 2024-07-22T22:30:55.828Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
218 | 2024-07-22T22:30:57.444Z | FMRI IFO |
219 | 2024-07-22T22:30:57.444Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
220 | 2024-07-22T22:30:57.444Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
221 | 2024-07-22T22:30:57.444Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
222 | 2024-07-22T22:30:57.444Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
223 | 2024-07-22T22:30:57.444Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
224 | 2024-07-22T22:30:57.444Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
225 | 2024-07-22T22:30:57.444Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
226 | 2024-07-22T22:30:57.444Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
227 | 2024-07-22T22:30:57.444Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
228 | 2024-07-22T22:30:57.444Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
229 | 2024-07-22T22:30:57.444Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
230 | 2024-07-22T22:30:57.444Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
231 | 2024-07-22T22:30:57.969Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
232 | 2024-07-22T22:30:58.278Z | Updating git repository `https://github.com/oxidecomputer/zone` |
233 | 2024-07-22T22:30:58.556Z | Updating crates.io index |
234 | 2024-07-22T22:30:58.602Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
235 | 2024-07-22T22:30:59.344Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
236 | 2024-07-22T22:31:00.140Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
237 | 2024-07-22T22:31:00.384Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
238 | 2024-07-22T22:31:02.693Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
239 | 2024-07-22T22:31:03.178Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
240 | 2024-07-22T22:31:03.422Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
241 | 2024-07-22T22:31:04.435Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
242 | 2024-07-22T22:31:06.575Z | Updating git repository `https://github.com/oxidecomputer/opte` |
243 | 2024-07-22T22:31:07.611Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
244 | 2024-07-22T22:31:08.328Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
245 | 2024-07-22T22:31:08.977Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
246 | 2024-07-22T22:31:09.235Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
247 | 2024-07-22T22:31:09.629Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
248 | 2024-07-22T22:31:09.888Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
249 | 2024-07-22T22:31:10.218Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
250 | 2024-07-22T22:31:10.474Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
251 | 2024-07-22T22:31:10.727Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
252 | 2024-07-22T22:31:11.038Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
253 | 2024-07-22T22:31:11.371Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
254 | 2024-07-22T22:31:11.662Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
255 | 2024-07-22T22:31:12.083Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
256 | 2024-07-22T22:31:12.779Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
257 | 2024-07-22T22:31:13.054Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
258 | 2024-07-22T22:31:13.570Z | Updating git repository `https://github.com/oxidecomputer/typify` |
259 | 2024-07-22T22:31:15.609Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
260 | 2024-07-22T22:31:15.947Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
261 | 2024-07-22T22:31:16.219Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
262 | 2024-07-22T22:31:16.648Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
263 | 2024-07-22T22:31:18.002Z | Downloading crates ... |
264 | 2024-07-22T22:31:18.083Z | Downloaded adler v1.0.2 |
265 | 2024-07-22T22:31:18.086Z | Downloaded anstyle-query v1.0.3 |
266 | 2024-07-22T22:31:18.088Z | Downloaded anstyle v1.0.7 |
267 | 2024-07-22T22:31:18.091Z | Downloaded anstyle-parse v0.2.4 |
268 | 2024-07-22T22:31:18.094Z | Downloaded autocfg v1.3.0 |
269 | 2024-07-22T22:31:18.099Z | Downloaded anyhow v1.0.86 |
270 | 2024-07-22T22:31:18.102Z | Downloaded proc-macro-error-attr v1.0.4 |
271 | 2024-07-22T22:31:18.105Z | Downloaded proc-macro-error v1.0.4 |
272 | 2024-07-22T22:31:18.108Z | Downloaded pkg-config v0.3.30 |
273 | 2024-07-22T22:31:18.110Z | Downloaded pretty-hex v0.4.1 |
274 | 2024-07-22T22:31:18.110Z | Downloaded foreign-types v0.3.2 |
275 | 2024-07-22T22:31:18.113Z | Downloaded time-core v0.1.2 |
276 | 2024-07-22T22:31:18.113Z | Downloaded sync_wrapper v0.1.2 |
277 | 2024-07-22T22:31:18.113Z | Downloaded pin-project-lite v0.2.14 |
278 | 2024-07-22T22:31:18.117Z | Downloaded is_terminal_polyfill v1.70.0 |
279 | 2024-07-22T22:31:18.120Z | Downloaded openssl-probe v0.1.5 |
280 | 2024-07-22T22:31:18.122Z | Downloaded bitflags v2.5.0 |
281 | 2024-07-22T22:31:18.125Z | Downloaded tower-service v0.3.2 |
282 | 2024-07-22T22:31:18.125Z | Downloaded scroll_derive v0.12.0 |
283 | 2024-07-22T22:31:18.128Z | Downloaded match_cfg v0.1.0 |
284 | 2024-07-22T22:31:18.128Z | Downloaded scopeguard v1.2.0 |
285 | 2024-07-22T22:31:18.128Z | Downloaded heck v0.4.1 |
286 | 2024-07-22T22:31:18.130Z | Downloaded version_check v0.9.4 |
287 | 2024-07-22T22:31:18.130Z | Downloaded http-body v0.4.6 |
288 | 2024-07-22T22:31:18.134Z | Downloaded usdt v0.5.0 |
289 | 2024-07-22T22:31:18.134Z | Downloaded tokio-native-tls v0.3.1 |
290 | 2024-07-22T22:31:18.136Z | Downloaded toml_datetime v0.6.6 |
291 | 2024-07-22T22:31:18.136Z | Downloaded strsim v0.11.1 |
292 | 2024-07-22T22:31:18.136Z | Downloaded generic-array v0.14.7 |
293 | 2024-07-22T22:31:18.139Z | Downloaded utf8parse v0.2.1 |
294 | 2024-07-22T22:31:18.139Z | Downloaded slog-json v2.6.1 |
295 | 2024-07-22T22:31:18.142Z | Downloaded futures-core v0.3.30 |
296 | 2024-07-22T22:31:18.142Z | Downloaded thread_local v1.1.8 |
297 | 2024-07-22T22:31:18.145Z | Downloaded tabled_derive v0.7.0 |
298 | 2024-07-22T22:31:18.145Z | Downloaded serde_tokenstream v0.2.1 |
299 | 2024-07-22T22:31:18.147Z | Downloaded want v0.3.1 |
300 | 2024-07-22T22:31:18.150Z | Downloaded base64 v0.21.7 |
301 | 2024-07-22T22:31:18.153Z | Downloaded form_urlencoded v1.2.1 |
302 | 2024-07-22T22:31:18.157Z | Downloaded slog-async v2.8.0 |
303 | 2024-07-22T22:31:18.157Z | Downloaded errno v0.3.9 |
304 | 2024-07-22T22:31:18.160Z | Downloaded sha2 v0.10.8 |
305 | 2024-07-22T22:31:18.160Z | Downloaded smallvec v1.13.2 |
306 | 2024-07-22T22:31:18.162Z | Downloaded terminal_size v0.3.0 |
307 | 2024-07-22T22:31:18.162Z | Downloaded strum_macros v0.26.4 |
308 | 2024-07-22T22:31:18.165Z | Downloaded crc32fast v1.4.0 |
309 | 2024-07-22T22:31:18.165Z | Downloaded num_cpus v1.16.0 |
310 | 2024-07-22T22:31:18.168Z | Downloaded usdt-impl v0.5.0 |
311 | 2024-07-22T22:31:18.170Z | Downloaded swrite v0.1.0 |
312 | 2024-07-22T22:31:18.170Z | Downloaded proc-macro2 v1.0.86 |
313 | 2024-07-22T22:31:18.173Z | Downloaded usdt-macro v0.5.0 |
314 | 2024-07-22T22:31:18.173Z | Downloaded tinyvec_macros v0.1.1 |
315 | 2024-07-22T22:31:18.173Z | Downloaded strum v0.26.3 |
316 | 2024-07-22T22:31:18.176Z | Downloaded native-tls v0.2.11 |
317 | 2024-07-22T22:31:18.176Z | Downloaded ipnet v2.9.0 |
318 | 2024-07-22T22:31:18.179Z | Downloaded cargo_toml v0.20.4 |
319 | 2024-07-22T22:31:18.181Z | Downloaded unicode-ident v1.0.12 |
320 | 2024-07-22T22:31:18.181Z | Downloaded signal-hook-registry v1.4.2 |
321 | 2024-07-22T22:31:18.184Z | Downloaded serde_spanned v0.6.6 |
322 | 2024-07-22T22:31:18.184Z | Downloaded foreign-types-shared v0.1.1 |
323 | 2024-07-22T22:31:18.184Z | Downloaded thiserror v1.0.62 |
324 | 2024-07-22T22:31:18.189Z | Downloaded dtrace-parser v0.2.0 |
325 | 2024-07-22T22:31:18.193Z | Downloaded tinyvec v1.6.0 |
326 | 2024-07-22T22:31:18.193Z | Downloaded tar v0.4.41 |
327 | 2024-07-22T22:31:18.196Z | Downloaded ucd-trie v0.1.6 |
328 | 2024-07-22T22:31:18.196Z | Downloaded usdt-attr-macro v0.5.0 |
329 | 2024-07-22T22:31:18.198Z | Downloaded scroll v0.12.0 |
330 | 2024-07-22T22:31:18.198Z | Downloaded crossbeam-utils v0.8.19 |
331 | 2024-07-22T22:31:18.201Z | Downloaded parking_lot_core v0.9.10 |
332 | 2024-07-22T22:31:18.203Z | Downloaded time-macros v0.2.18 |
333 | 2024-07-22T22:31:18.206Z | Downloaded thread-id v4.2.1 |
334 | 2024-07-22T22:31:18.206Z | Downloaded serde_urlencoded v0.7.1 |
335 | 2024-07-22T22:31:18.208Z | Downloaded tokio-macros v2.3.0 |
336 | 2024-07-22T22:31:18.208Z | Downloaded block-buffer v0.10.4 |
337 | 2024-07-22T22:31:18.208Z | Downloaded xattr v1.3.1 |
338 | 2024-07-22T22:31:18.211Z | Downloaded slog-bunyan v2.5.0 |
339 | 2024-07-22T22:31:18.211Z | Downloaded anstream v0.6.14 |
340 | 2024-07-22T22:31:18.214Z | Downloaded fnv v1.0.7 |
341 | 2024-07-22T22:31:18.214Z | Downloaded semver v1.0.23 |
342 | 2024-07-22T22:31:18.217Z | Downloaded dirs-sys-next v0.1.2 |
343 | 2024-07-22T22:31:18.217Z | Downloaded clap_lex v0.7.0 |
344 | 2024-07-22T22:31:18.219Z | Downloaded once_cell v1.19.0 |
345 | 2024-07-22T22:31:18.222Z | Downloaded futures v0.3.30 |
346 | 2024-07-22T22:31:18.225Z | Downloaded crypto-common v0.1.6 |
347 | 2024-07-22T22:31:18.225Z | Downloaded toml v0.8.15 |
348 | 2024-07-22T22:31:18.228Z | Downloaded itoa v1.0.11 |
349 | 2024-07-22T22:31:18.231Z | Downloaded zerocopy-derive v0.7.34 |
350 | 2024-07-22T22:31:18.233Z | Downloaded slog-term v2.9.1 |
351 | 2024-07-22T22:31:18.236Z | Downloaded fs-err v2.11.0 |
352 | 2024-07-22T22:31:18.239Z | Downloaded term v0.7.0 |
353 | 2024-07-22T22:31:18.241Z | Downloaded tracing-core v0.1.32 |
354 | 2024-07-22T22:31:18.244Z | Downloaded serde v1.0.204 |
355 | 2024-07-22T22:31:18.247Z | Downloaded mime v0.3.17 |
356 | 2024-07-22T22:31:18.247Z | Downloaded filetime v0.2.23 |
357 | 2024-07-22T22:31:18.250Z | Downloaded clap_derive v4.5.8 |
358 | 2024-07-22T22:31:18.250Z | Downloaded socket2 v0.5.7 |
359 | 2024-07-22T22:31:18.252Z | Downloaded bytes v1.6.0 |
360 | 2024-07-22T22:31:18.255Z | Downloaded typenum v1.17.0 |
361 | 2024-07-22T22:31:18.258Z | Downloaded byteorder v1.5.0 |
362 | 2024-07-22T22:31:18.260Z | Downloaded macaddr v1.0.1 |
363 | 2024-07-22T22:31:18.260Z | Downloaded ryu v1.0.18 |
364 | 2024-07-22T22:31:18.263Z | Downloaded futures-channel v0.3.30 |
365 | 2024-07-22T22:31:18.266Z | Downloaded lock_api v0.4.12 |
366 | 2024-07-22T22:31:18.266Z | Downloaded unicode-bidi v0.3.15 |
367 | 2024-07-22T22:31:18.268Z | Downloaded httparse v1.8.0 |
368 | 2024-07-22T22:31:18.271Z | Downloaded papergrid v0.11.0 |
369 | 2024-07-22T22:31:18.274Z | Downloaded pest_derive v2.7.10 |
370 | 2024-07-22T22:31:18.277Z | Downloaded tracing v0.1.40 |
371 | 2024-07-22T22:31:18.280Z | Downloaded futures-task v0.3.30 |
372 | 2024-07-22T22:31:18.282Z | Downloaded miniz_oxide v0.7.2 |
373 | 2024-07-22T22:31:18.285Z | Downloaded log v0.4.21 |
374 | 2024-07-22T22:31:18.288Z | Downloaded camino v1.1.7 |
375 | 2024-07-22T22:31:18.288Z | Downloaded percent-encoding v2.3.1 |
376 | 2024-07-22T22:31:18.288Z | Downloaded flate2 v1.0.30 |
377 | 2024-07-22T22:31:18.292Z | Downloaded cargo_metadata v0.18.1 |
378 | 2024-07-22T22:31:18.295Z | Downloaded url v2.5.2 |
379 | 2024-07-22T22:31:18.297Z | Downloaded slog v2.7.0 |
380 | 2024-07-22T22:31:18.300Z | Downloaded pest_meta v2.7.10 |
381 | 2024-07-22T22:31:18.302Z | Downloaded toml_edit v0.22.16 |
382 | 2024-07-22T22:31:18.321Z | Downloaded serde_json v1.0.120 |
383 | 2024-07-22T22:31:18.327Z | Downloaded zerocopy v0.7.34 |
384 | 2024-07-22T22:31:18.342Z | Downloaded winnow v0.6.8 |
385 | 2024-07-22T22:31:18.351Z | Downloaded tokio-util v0.7.11 |
386 | 2024-07-22T22:31:18.357Z | Downloaded mio v0.8.11 |
387 | 2024-07-22T22:31:18.361Z | Downloaded tabled v0.15.0 |
388 | 2024-07-22T22:31:18.375Z | Downloaded pest v2.7.10 |
389 | 2024-07-22T22:31:18.380Z | Downloaded vcpkg v0.2.15 |
390 | 2024-07-22T22:31:18.416Z | Downloaded hashbrown v0.14.5 |
391 | 2024-07-22T22:31:18.421Z | Downloaded syn v2.0.72 |
392 | 2024-07-22T22:31:18.432Z | Downloaded hyper v0.14.28 |
393 | 2024-07-22T22:31:18.439Z | Downloaded unicode-width v0.1.13 |
394 | 2024-07-22T22:31:18.446Z | Downloaded idna v0.5.0 |
395 | 2024-07-22T22:31:18.452Z | Downloaded openssl v0.10.66 |
396 | 2024-07-22T22:31:18.461Z | Downloaded tokio v1.38.1 |
397 | 2024-07-22T22:31:18.494Z | Downloaded rustix v0.38.34 |
398 | 2024-07-22T22:31:18.514Z | Downloaded goblin v0.8.2 |
399 | 2024-07-22T22:31:18.519Z | Downloaded h2 v0.3.26 |
400 | 2024-07-22T22:31:18.525Z | Downloaded futures-util v0.3.30 |
401 | 2024-07-22T22:31:18.536Z | Downloaded libc v0.2.155 |
402 | 2024-07-22T22:31:18.560Z | Downloaded clap_builder v4.5.9 |
403 | 2024-07-22T22:31:18.566Z | Downloaded syn v1.0.109 |
404 | 2024-07-22T22:31:18.575Z | Downloaded memchr v2.7.2 |
405 | 2024-07-22T22:31:18.580Z | Downloaded http v0.2.12 |
406 | 2024-07-22T22:31:18.583Z | Downloaded encoding_rs v0.8.34 |
407 | 2024-07-22T22:31:18.602Z | Downloaded indexmap v2.2.6 |
408 | 2024-07-22T22:31:18.605Z | Downloaded crossbeam-channel v0.5.12 |
409 | 2024-07-22T22:31:18.609Z | Downloaded unicode-normalization v0.1.23 |
410 | 2024-07-22T22:31:18.612Z | Downloaded time v0.3.36 |
411 | 2024-07-22T22:31:18.618Z | Downloaded reqwest v0.11.27 |
412 | 2024-07-22T22:31:18.625Z | Downloaded openssl-sys v0.9.103 |
413 | 2024-07-22T22:31:18.629Z | Downloaded clap v4.5.9 |
414 | 2024-07-22T22:31:18.637Z | Downloaded cc v1.0.97 |
415 | 2024-07-22T22:31:18.639Z | Downloaded parking_lot v0.12.2 |
416 | 2024-07-22T22:31:18.642Z | Downloaded serde_derive v1.0.204 |
417 | 2024-07-22T22:31:18.644Z | Downloaded hyper-tls v0.5.0 |
418 | 2024-07-22T22:31:18.644Z | Downloaded heck v0.5.0 |
419 | 2024-07-22T22:31:18.647Z | Downloaded futures-macro v0.3.30 |
420 | 2024-07-22T22:31:18.647Z | Downloaded httpdate v1.0.3 |
421 | 2024-07-22T22:31:18.647Z | Downloaded futures-executor v0.3.30 |
422 | 2024-07-22T22:31:18.650Z | Downloaded digest v0.10.7 |
423 | 2024-07-22T22:31:18.650Z | Downloaded cpufeatures v0.2.12 |
424 | 2024-07-22T22:31:18.652Z | Downloaded memmap v0.7.0 |
425 | 2024-07-22T22:31:18.652Z | Downloaded openssl-macros v0.1.1 |
426 | 2024-07-22T22:31:18.652Z | Downloaded num_threads v0.1.7 |
427 | 2024-07-22T22:31:18.655Z | Downloaded quote v1.0.36 |
428 | 2024-07-22T22:31:18.658Z | Downloaded num-conv v0.1.0 |
429 | 2024-07-22T22:31:18.658Z | Downloaded is-terminal v0.4.12 |
430 | 2024-07-22T22:31:18.658Z | Downloaded rustls-pemfile v1.0.4 |
431 | 2024-07-22T22:31:18.661Z | Downloaded try-lock v0.2.5 |
432 | 2024-07-22T22:31:18.661Z | Downloaded take_mut v0.2.2 |
433 | 2024-07-22T22:31:18.661Z | Downloaded hostname v0.3.1 |
434 | 2024-07-22T22:31:18.663Z | Downloaded cargo-platform v0.1.8 |
435 | 2024-07-22T22:31:18.663Z | Downloaded equivalent v1.0.1 |
436 | 2024-07-22T22:31:18.663Z | Downloaded pest_generator v2.7.10 |
437 | 2024-07-22T22:31:18.666Z | Downloaded deranged v0.3.11 |
438 | 2024-07-22T22:31:18.666Z | Downloaded thiserror-impl v1.0.62 |
439 | 2024-07-22T22:31:18.666Z | Downloaded futures-io v0.3.30 |
440 | 2024-07-22T22:31:18.669Z | Downloaded slab v0.4.9 |
441 | 2024-07-22T22:31:18.669Z | Downloaded rustversion v1.0.17 |
442 | 2024-07-22T22:31:18.671Z | Downloaded futures-sink v0.3.30 |
443 | 2024-07-22T22:31:18.671Z | Downloaded dirs-next v2.0.0 |
444 | 2024-07-22T22:31:18.671Z | Downloaded colorchoice v1.0.1 |
445 | 2024-07-22T22:31:18.674Z | Downloaded cfg-if v1.0.0 |
446 | 2024-07-22T22:31:18.674Z | Downloaded bytecount v0.6.8 |
447 | 2024-07-22T22:31:18.674Z | Downloaded dof v0.3.0 |
448 | 2024-07-22T22:31:18.677Z | Downloaded powerfmt v0.2.0 |
449 | 2024-07-22T22:31:18.677Z | Downloaded plain v0.2.3 |
450 | 2024-07-22T22:31:18.677Z | Downloaded pin-utils v0.1.0 |
451 | 2024-07-22T22:31:18.969Z | Compiling proc-macro2 v1.0.86 |
452 | 2024-07-22T22:31:18.969Z | Compiling unicode-ident v1.0.12 |
453 | 2024-07-22T22:31:18.969Z | Compiling libc v0.2.155 |
454 | 2024-07-22T22:31:18.973Z | Compiling version_check v0.9.4 |
455 | 2024-07-22T22:31:18.973Z | Compiling cfg-if v1.0.0 |
456 | 2024-07-22T22:31:19.004Z | Compiling once_cell v1.19.0 |
457 | 2024-07-22T22:31:19.007Z | Compiling itoa v1.0.11 |
458 | 2024-07-22T22:31:19.008Z | Compiling serde v1.0.204 |
459 | 2024-07-22T22:31:19.136Z | Compiling autocfg v1.3.0 |
460 | 2024-07-22T22:31:19.222Z | Compiling memchr v2.7.2 |
461 | 2024-07-22T22:31:19.321Z | Compiling thiserror v1.0.62 |
462 | 2024-07-22T22:31:19.427Z | Compiling ryu v1.0.18 |
463 | 2024-07-22T22:31:19.759Z | Compiling pin-project-lite v0.2.14 |
464 | 2024-07-22T22:31:19.815Z | Compiling bitflags v2.5.0 |
465 | 2024-07-22T22:31:19.872Z | Compiling ucd-trie v0.1.6 |
466 | 2024-07-22T22:31:19.954Z | Compiling lock_api v0.4.12 |
467 | 2024-07-22T22:31:20.170Z | Compiling cc v1.0.97 |
468 | 2024-07-22T22:31:20.398Z | Compiling pkg-config v0.3.30 |
469 | 2024-07-22T22:31:20.629Z | Compiling parking_lot_core v0.9.10 |
470 | 2024-07-22T22:31:21.472Z | Compiling vcpkg v0.2.15 |
471 | 2024-07-22T22:31:22.493Z | Compiling slab v0.4.9 |
472 | 2024-07-22T22:31:22.763Z | Compiling futures-sink v0.3.30 |
473 | 2024-07-22T22:31:22.873Z | Compiling futures-core v0.3.30 |
474 | 2024-07-22T22:31:22.925Z | Compiling scopeguard v1.2.0 |
475 | 2024-07-22T22:31:22.947Z | Compiling bytes v1.6.0 |
476 | 2024-07-22T22:31:22.950Z | Compiling smallvec v1.13.2 |
477 | 2024-07-22T22:31:22.990Z | Compiling openssl-sys v0.9.103 |
478 | 2024-07-22T22:31:23.266Z | Compiling byteorder v1.5.0 |
479 | 2024-07-22T22:31:23.380Z | Compiling serde_json v1.0.120 |
480 | 2024-07-22T22:31:23.404Z | Compiling equivalent v1.0.1 |
481 | 2024-07-22T22:31:23.486Z | Compiling fnv v1.0.7 |
482 | 2024-07-22T22:31:23.525Z | Compiling hashbrown v0.14.5 |
483 | 2024-07-22T22:31:23.624Z | Compiling log v0.4.21 |
484 | 2024-07-22T22:31:23.763Z | Compiling quote v1.0.36 |
485 | 2024-07-22T22:31:23.998Z | Compiling futures-channel v0.3.30 |
486 | 2024-07-22T22:31:24.130Z | Compiling syn v2.0.72 |
487 | 2024-07-22T22:31:24.363Z | Compiling socket2 v0.5.7 |
488 | 2024-07-22T22:31:24.411Z | Compiling parking_lot v0.12.2 |
489 | 2024-07-22T22:31:24.474Z | Compiling num_cpus v1.16.0 |
490 | 2024-07-22T22:31:24.595Z | Compiling signal-hook-registry v1.4.2 |
491 | 2024-07-22T22:31:24.702Z | Compiling mio v0.8.11 |
492 | 2024-07-22T22:31:24.769Z | Compiling indexmap v2.2.6 |
493 | 2024-07-22T22:31:24.854Z | Compiling typenum v1.17.0 |
494 | 2024-07-22T22:31:25.404Z | Compiling futures-task v0.3.30 |
495 | 2024-07-22T22:31:25.663Z | Compiling pin-utils v0.1.0 |
496 | 2024-07-22T22:31:25.711Z | Compiling futures-io v0.3.30 |
497 | 2024-07-22T22:31:25.764Z | Compiling rustix v0.38.34 |
498 | 2024-07-22T22:31:26.012Z | Compiling errno v0.3.9 |
499 | 2024-07-22T22:31:26.032Z | Compiling generic-array v0.14.7 |
500 | 2024-07-22T22:31:26.051Z | Compiling slog v2.7.0 |
501 | 2024-07-22T22:31:26.096Z | Compiling foreign-types-shared v0.1.1 |
502 | 2024-07-22T22:31:26.152Z | Compiling openssl v0.10.66 |
503 | 2024-07-22T22:31:26.199Z | Compiling foreign-types v0.3.2 |
504 | 2024-07-22T22:31:26.398Z | Compiling http v0.2.12 |
505 | 2024-07-22T22:31:26.520Z | Compiling usdt-impl v0.5.0 |
506 | 2024-07-22T22:31:26.615Z | Compiling proc-macro-error-attr v1.0.4 |
507 | 2024-07-22T22:31:26.798Z | Compiling tracing-core v0.1.32 |
508 | 2024-07-22T22:31:26.866Z | Compiling num-conv v0.1.0 |
509 | 2024-07-22T22:31:26.904Z | Compiling powerfmt v0.2.0 |
510 | 2024-07-22T22:31:27.117Z | Compiling httparse v1.8.0 |
511 | 2024-07-22T22:31:27.327Z | Compiling native-tls v0.2.11 |
512 | 2024-07-22T22:31:27.523Z | Compiling time-core v0.1.2 |
513 | 2024-07-22T22:31:27.548Z | Compiling syn v1.0.109 |
514 | 2024-07-22T22:31:27.605Z | Compiling tinyvec_macros v0.1.1 |
515 | 2024-07-22T22:31:27.684Z | Compiling time-macros v0.2.18 |
516 | 2024-07-22T22:31:27.707Z | Compiling tinyvec v1.6.0 |
517 | 2024-07-22T22:31:28.192Z | Compiling tracing v0.1.40 |
518 | 2024-07-22T22:31:28.622Z | Compiling deranged v0.3.11 |
519 | 2024-07-22T22:31:28.836Z | Compiling thread-id v4.2.1 |
520 | 2024-07-22T22:31:29.067Z | Compiling proc-macro-error v1.0.4 |
521 | 2024-07-22T22:31:29.341Z | Compiling utf8parse v0.2.1 |
522 | 2024-07-22T22:31:29.462Z | Compiling openssl-probe v0.1.5 |
523 | 2024-07-22T22:31:29.503Z | Compiling num_threads v0.1.7 |
524 | 2024-07-22T22:31:29.543Z | Compiling heck v0.5.0 |
525 | 2024-07-22T22:31:29.639Z | Compiling rustversion v1.0.17 |
526 | 2024-07-22T22:31:29.692Z | Compiling plain v0.2.3 |
527 | 2024-07-22T22:31:29.796Z | Compiling try-lock v0.2.5 |
528 | 2024-07-22T22:31:29.831Z | Compiling crossbeam-utils v0.8.19 |
529 | 2024-07-22T22:31:29.946Z | Compiling percent-encoding v2.3.1 |
530 | 2024-07-22T22:31:30.062Z | Compiling want v0.3.1 |
531 | 2024-07-22T22:31:30.312Z | Compiling form_urlencoded v1.2.1 |
532 | 2024-07-22T22:31:30.335Z | Compiling anstyle-parse v0.2.4 |
533 | 2024-07-22T22:31:30.477Z | Compiling unicode-normalization v0.1.23 |
534 | 2024-07-22T22:31:30.626Z | Compiling http-body v0.4.6 |
535 | 2024-07-22T22:31:31.008Z | Compiling dirs-sys-next v0.1.2 |
536 | 2024-07-22T22:31:31.184Z | Compiling time v0.3.36 |
537 | 2024-07-22T22:31:31.391Z | Compiling unicode-bidi v0.3.15 |
538 | 2024-07-22T22:31:31.466Z | Compiling winnow v0.6.8 |
539 | 2024-07-22T22:31:31.510Z | Compiling httpdate v1.0.3 |
540 | 2024-07-22T22:31:31.603Z | Compiling anstyle v1.0.7 |
541 | 2024-07-22T22:31:32.033Z | Compiling is_terminal_polyfill v1.70.0 |
542 | 2024-07-22T22:31:32.055Z | Compiling colorchoice v1.0.1 |
543 | 2024-07-22T22:31:32.154Z | Compiling crc32fast v1.4.0 |
544 | 2024-07-22T22:31:32.213Z | Compiling anstyle-query v1.0.3 |
545 | 2024-07-22T22:31:32.364Z | Compiling camino v1.1.7 |
546 | 2024-07-22T22:31:32.634Z | Compiling semver v1.0.23 |
547 | 2024-07-22T22:31:32.662Z | Compiling pretty-hex v0.4.1 |
548 | 2024-07-22T22:31:32.877Z | Compiling tower-service v0.3.2 |
549 | 2024-07-22T22:31:33.009Z | Compiling anstream v0.6.14 |
550 | 2024-07-22T22:31:33.031Z | Compiling idna v0.5.0 |
551 | 2024-07-22T22:31:33.229Z | Compiling dirs-next v2.0.0 |
552 | 2024-07-22T22:31:33.919Z | Compiling crypto-common v0.1.6 |
553 | 2024-07-22T22:31:34.144Z | Compiling block-buffer v0.10.4 |
554 | 2024-07-22T22:31:34.396Z | Compiling terminal_size v0.3.0 |
555 | 2024-07-22T22:31:34.627Z | Compiling fs-err v2.11.0 |
556 | 2024-07-22T22:31:34.722Z | Compiling thread_local v1.1.8 |
557 | 2024-07-22T22:31:34.747Z | Compiling unicode-width v0.1.13 |
558 | 2024-07-22T22:31:34.898Z | Compiling adler v1.0.2 |
559 | 2024-07-22T22:31:35.006Z | Compiling base64 v0.21.7 |
560 | 2024-07-22T22:31:35.102Z | Compiling match_cfg v0.1.0 |
561 | 2024-07-22T22:31:35.164Z | Compiling slog-async v2.8.0 |
562 | 2024-07-22T22:31:35.208Z | Compiling clap_lex v0.7.0 |
563 | 2024-07-22T22:31:35.302Z | Compiling bytecount v0.6.8 |
564 | 2024-07-22T22:31:35.345Z | Compiling strsim v0.11.1 |
565 | 2024-07-22T22:31:35.368Z | Compiling anyhow v1.0.86 |
566 | 2024-07-22T22:31:35.534Z | Compiling heck v0.4.1 |
567 | 2024-07-22T22:31:35.736Z | Compiling clap_builder v4.5.9 |
568 | 2024-07-22T22:31:35.761Z | Compiling rustls-pemfile v1.0.4 |
569 | 2024-07-22T22:31:35.800Z | Compiling papergrid v0.11.0 |
570 | 2024-07-22T22:31:35.988Z | Compiling hostname v0.3.1 |
571 | 2024-07-22T22:31:36.131Z | Compiling miniz_oxide v0.7.2 |
572 | 2024-07-22T22:31:36.263Z | Compiling digest v0.10.7 |
573 | 2024-07-22T22:31:36.289Z | Compiling crossbeam-channel v0.5.12 |
574 | 2024-07-22T22:31:36.352Z | Compiling url v2.5.2 |
575 | 2024-07-22T22:31:36.576Z | Compiling serde_derive v1.0.204 |
576 | 2024-07-22T22:31:36.691Z | Compiling thiserror-impl v1.0.62 |
577 | 2024-07-22T22:31:37.244Z | Compiling zerocopy-derive v0.7.34 |
578 | 2024-07-22T22:31:37.392Z | Compiling futures-macro v0.3.30 |
579 | 2024-07-22T22:31:37.754Z | Compiling tokio-macros v2.3.0 |
580 | 2024-07-22T22:31:38.328Z | Compiling scroll_derive v0.12.0 |
581 | 2024-07-22T22:31:39.508Z | Compiling tokio v1.38.1 |
582 | 2024-07-22T22:31:39.548Z | Compiling futures-util v0.3.30 |
583 | 2024-07-22T22:31:39.622Z | Compiling zerocopy v0.7.34 |
584 | 2024-07-22T22:31:39.865Z | Compiling openssl-macros v0.1.1 |
585 | 2024-07-22T22:31:40.148Z | Compiling scroll v0.12.0 |
586 | 2024-07-22T22:31:40.276Z | Compiling pest v2.7.10 |
587 | 2024-07-22T22:31:40.743Z | Compiling goblin v0.8.2 |
588 | 2024-07-22T22:31:41.287Z | Compiling tabled_derive v0.7.0 |
589 | 2024-07-22T22:31:43.216Z | Compiling pest_meta v2.7.10 |
590 | 2024-07-22T22:31:43.896Z | Compiling clap_derive v4.5.8 |
591 | 2024-07-22T22:31:45.863Z | Compiling pest_generator v2.7.10 |
592 | 2024-07-22T22:31:48.010Z | Compiling tokio-util v0.7.11 |
593 | 2024-07-22T22:31:48.601Z | Compiling pest_derive v2.7.10 |
594 | 2024-07-22T22:31:49.047Z | Compiling h2 v0.3.26 |
595 | 2024-07-22T22:31:49.414Z | Compiling dtrace-parser v0.2.0 |
596 | 2024-07-22T22:31:49.567Z | Compiling futures-executor v0.3.30 |
597 | 2024-07-22T22:31:50.068Z | Compiling tokio-native-tls v0.3.1 |
598 | 2024-07-22T22:31:50.178Z | Compiling strum_macros v0.26.4 |
599 | 2024-07-22T22:31:50.340Z | Compiling term v0.7.0 |
600 | 2024-07-22T22:31:51.747Z | Compiling serde_tokenstream v0.2.1 |
601 | 2024-07-22T22:31:51.963Z | Compiling serde_spanned v0.6.6 |
602 | 2024-07-22T22:31:52.149Z | Compiling toml_datetime v0.6.6 |
603 | 2024-07-22T22:31:52.329Z | Compiling cargo-platform v0.1.8 |
604 | 2024-07-22T22:31:52.693Z | Compiling toml_edit v0.22.16 |
605 | 2024-07-22T22:31:52.989Z | Compiling serde_urlencoded v0.7.1 |
606 | 2024-07-22T22:31:53.528Z | Compiling dof v0.3.0 |
607 | 2024-07-22T22:31:53.925Z | Compiling hyper v0.14.28 |
608 | 2024-07-22T22:31:54.645Z | Compiling slog-json v2.6.1 |
609 | 2024-07-22T22:31:55.087Z | Compiling xattr v1.3.1 |
610 | 2024-07-22T22:31:55.180Z | Compiling is-terminal v0.4.12 |
611 | 2024-07-22T22:31:55.372Z | Compiling filetime v0.2.23 |
612 | 2024-07-22T22:31:55.705Z | Compiling memmap v0.7.0 |
613 | 2024-07-22T22:31:55.741Z | Compiling encoding_rs v0.8.34 |
614 | 2024-07-22T22:31:55.992Z | Compiling usdt-macro v0.5.0 |
615 | 2024-07-22T22:31:56.089Z | Compiling usdt-attr-macro v0.5.0 |
616 | 2024-07-22T22:31:56.542Z | Compiling toml v0.8.15 |
617 | 2024-07-22T22:31:56.862Z | Compiling take_mut v0.2.2 |
618 | 2024-07-22T22:31:56.984Z | Compiling sync_wrapper v0.1.2 |
619 | 2024-07-22T22:31:57.027Z | Compiling ipnet v2.9.0 |
620 | 2024-07-22T22:31:57.122Z | Compiling cpufeatures v0.2.12 |
621 | 2024-07-22T22:31:57.236Z | Compiling mime v0.3.17 |
622 | 2024-07-22T22:31:57.284Z | Compiling sha2 v0.10.8 |
623 | 2024-07-22T22:31:57.569Z | Compiling usdt v0.5.0 |
624 | 2024-07-22T22:31:57.875Z | Compiling hyper-tls v0.5.0 |
625 | 2024-07-22T22:31:58.055Z | Compiling cargo_toml v0.20.4 |
626 | 2024-07-22T22:31:58.219Z | Compiling reqwest v0.11.27 |
627 | 2024-07-22T22:31:58.303Z | Compiling strum v0.26.3 |
628 | 2024-07-22T22:31:58.488Z | Compiling tar v0.4.41 |
629 | 2024-07-22T22:31:59.542Z | Compiling slog-term v2.9.1 |
630 | 2024-07-22T22:32:00.222Z | Compiling flate2 v1.0.30 |
631 | 2024-07-22T22:32:00.424Z | Compiling slog-bunyan v2.5.0 |
632 | 2024-07-22T22:32:00.633Z | Compiling cargo_metadata v0.18.1 |
633 | 2024-07-22T22:32:00.683Z | Compiling macaddr v1.0.1 |
634 | 2024-07-22T22:32:00.819Z | Compiling futures v0.3.30 |
635 | 2024-07-22T22:32:00.873Z | Compiling clap v4.5.9 |
636 | 2024-07-22T22:32:00.946Z | Compiling tabled v0.15.0 |
637 | 2024-07-22T22:32:01.205Z | Compiling swrite v0.1.0 |
638 | 2024-07-22T22:32:05.710Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
639 | 2024-07-22T22:32:13.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
640 | 2024-07-22T22:32:14.010Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
641 | 2024-07-22T22:32:14.072Z | Jul 22 22:32:13.434 INFO Starting download, target: Clickhouse |
642 | 2024-07-22T22:32:14.072Z | Jul 22 22:32:13.434 INFO Starting download, target: Cockroach |
643 | 2024-07-22T22:32:14.072Z | Jul 22 22:32:13.434 INFO Starting download, target: Console |
644 | 2024-07-22T22:32:14.072Z | Jul 22 22:32:13.434 INFO Starting download, target: DendriteOpenapi |
645 | 2024-07-22T22:32:14.073Z | Jul 22 22:32:13.434 INFO Starting download, target: DendriteStub |
646 | 2024-07-22T22:32:14.073Z | Jul 22 22:32:13.434 INFO Starting download, target: MaghemiteMgd |
647 | 2024-07-22T22:32:14.075Z | Jul 22 22:32:13.434 INFO Starting download, target: TransceiverControl |
648 | 2024-07-22T22:32:14.075Z | Jul 22 22:32:13.434 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi |
649 | 2024-07-22T22:32:14.076Z | Jul 22 22:32:13.434 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
650 | 2024-07-22T22:32:14.076Z | Jul 22 22:32:13.434 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
651 | 2024-07-22T22:32:14.076Z | Jul 22 22:32:13.435 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
652 | 2024-07-22T22:32:14.076Z | Jul 22 22:32:13.435 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
653 | 2024-07-22T22:32:14.076Z | Jul 22 22:32:13.435 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
654 | 2024-07-22T22:32:14.076Z | Jul 22 22:32:13.435 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
655 | 2024-07-22T22:32:14.361Z | Jul 22 22:32:13.713 INFO Download complete, target: DendriteOpenapi |
656 | 2024-07-22T22:32:14.550Z | Jul 22 22:32:13.903 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
657 | 2024-07-22T22:32:14.836Z | Jul 22 22:32:14.195 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
658 | 2024-07-22T22:32:14.922Z | Jul 22 22:32:14.283 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
659 | 2024-07-22T22:32:14.938Z | Jul 22 22:32:14.299 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
660 | 2024-07-22T22:32:15.260Z | Jul 22 22:32:14.621 INFO Download complete, target: Console |
661 | 2024-07-22T22:32:15.381Z | Jul 22 22:32:14.742 INFO Download complete, target: TransceiverControl |
662 | 2024-07-22T22:32:16.303Z | Jul 22 22:32:15.664 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
663 | 2024-07-22T22:32:17.548Z | Jul 22 22:32:16.909 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
664 | 2024-07-22T22:32:17.548Z | Jul 22 22:32:16.909 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
665 | 2024-07-22T22:32:18.317Z | Jul 22 22:32:17.676 INFO Download complete, target: DendriteStub |
666 | 2024-07-22T22:32:18.362Z | Jul 22 22:32:17.721 INFO Download complete, target: MaghemiteMgd |
667 | 2024-07-22T22:32:26.174Z | Jul 22 22:32:25.534 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
668 | 2024-07-22T22:32:26.492Z | Jul 22 22:32:25.844 INFO Checking that binary works, target: Cockroach |
669 | 2024-07-22T22:32:26.894Z | Jul 22 22:32:26.254 INFO Download complete, target: Cockroach |
670 | 2024-07-22T22:32:31.206Z | Jul 22 22:32:30.566 INFO Checking that binary works, target: Clickhouse |
671 | 2024-07-22T22:32:31.766Z | Jul 22 22:32:31.125 INFO Download complete, target: Clickhouse |
672 | 2024-07-22T22:32:31.773Z | All prerequisites installed successfully |
673 | 2024-07-22T22:32:31.776Z | |
674 | 2024-07-22T22:32:31.776Z | real 2:53.327886286 |
675 | 2024-07-22T22:32:31.776Z | user 5:48.828231758 |
676 | 2024-07-22T22:32:31.776Z | sys 1:19.202972441 |
677 | 2024-07-22T22:32:31.776Z | trap 0.217738359 |
678 | 2024-07-22T22:32:31.776Z | tflt 6.497630143 |
679 | 2024-07-22T22:32:31.776Z | dflt 8.874208758 |
680 | 2024-07-22T22:32:31.776Z | kflt 0.135829900 |
681 | 2024-07-22T22:32:31.776Z | lock 12:56.406214572 |
682 | 2024-07-22T22:32:31.776Z | slp 18:47.173461699 |
683 | 2024-07-22T22:32:31.776Z | lat 16.557485704 |
684 | 2024-07-22T22:32:31.776Z | stop 1:03.285973402 |
685 | 2024-07-22T22:32:31.776Z | + ptime -m cargo xtask download softnpu |
686 | 2024-07-22T22:32:32.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
687 | 2024-07-22T22:32:32.337Z | Running `target/debug/xtask download softnpu` |
688 | 2024-07-22T22:32:32.362Z | Jul 22 22:32:31.721 INFO Starting download, target: Softnpu |
689 | 2024-07-22T22:32:32.364Z | Jul 22 22:32:31.722 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
690 | 2024-07-22T22:32:33.193Z | Jul 22 22:32:32.542 INFO Download complete, target: Softnpu |
691 | 2024-07-22T22:32:33.199Z | |
692 | 2024-07-22T22:32:33.199Z | real 1.406475906 |
693 | 2024-07-22T22:32:33.199Z | user 0.616575067 |
694 | 2024-07-22T22:32:33.199Z | sys 0.294850296 |
695 | 2024-07-22T22:32:33.199Z | trap 0.000497046 |
696 | 2024-07-22T22:32:33.199Z | tflt 0.000111852 |
697 | 2024-07-22T22:32:33.199Z | dflt 0.000087743 |
698 | 2024-07-22T22:32:33.199Z | kflt 0.000000000 |
699 | 2024-07-22T22:32:33.199Z | lock 8.476110366 |
700 | 2024-07-22T22:32:33.199Z | slp 0.753381592 |
701 | 2024-07-22T22:32:33.199Z | lat 0.071810115 |
702 | 2024-07-22T22:32:33.199Z | stop 0.000250482 |
703 | 2024-07-22T22:32:33.199Z | + export CARGO_INCREMENTAL=0 |
704 | 2024-07-22T22:32:33.199Z | + CARGO_INCREMENTAL=0 |
705 | 2024-07-22T22:32:33.199Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
706 | 2024-07-22T22:32:33.738Z | Downloading crates ... |
707 | 2024-07-22T22:32:33.892Z | Downloaded bitstruct_derive v0.1.0 |
708 | 2024-07-22T22:32:33.897Z | Downloaded async-stream-impl v0.3.5 |
709 | 2024-07-22T22:32:33.902Z | Downloaded atty v0.2.14 |
710 | 2024-07-22T22:32:33.904Z | Downloaded aead v0.5.2 |
711 | 2024-07-22T22:32:33.908Z | Downloaded crunchy v0.2.2 |
712 | 2024-07-22T22:32:33.911Z | Downloaded cstr-argument v0.1.2 |
713 | 2024-07-22T22:32:33.914Z | Downloaded atomic-waker v1.1.2 |
714 | 2024-07-22T22:32:33.916Z | Downloaded newtype_derive v0.1.6 |
715 | 2024-07-22T22:32:33.916Z | Downloaded cassowary v0.3.0 |
716 | 2024-07-22T22:32:33.919Z | Downloaded new_debug_unreachable v1.0.6 |
717 | 2024-07-22T22:32:33.922Z | Downloaded block-padding v0.3.3 |
718 | 2024-07-22T22:32:33.922Z | Downloaded number_prefix v0.4.0 |
719 | 2024-07-22T22:32:33.924Z | Downloaded camino-tempfile v1.1.1 |
720 | 2024-07-22T22:32:33.927Z | Downloaded bitfield v0.14.0 |
721 | 2024-07-22T22:32:33.927Z | Downloaded bit-set v0.5.3 |
722 | 2024-07-22T22:32:33.929Z | Downloaded oso-derive v0.27.3 |
723 | 2024-07-22T22:32:33.929Z | Downloaded normalize-line-endings v0.3.0 |
724 | 2024-07-22T22:32:33.932Z | Downloaded newline-converter v0.3.0 |
725 | 2024-07-22T22:32:33.932Z | Downloaded atomicwrites v0.4.3 |
726 | 2024-07-22T22:32:33.935Z | Downloaded assert_matches v1.5.0 |
727 | 2024-07-22T22:32:33.937Z | Downloaded async-recursion v1.1.1 |
728 | 2024-07-22T22:32:33.940Z | Downloaded array-init v0.0.4 |
729 | 2024-07-22T22:32:33.940Z | Downloaded parse-size v1.0.0 |
730 | 2024-07-22T22:32:33.943Z | Downloaded data-encoding v2.6.0 |
731 | 2024-07-22T22:32:33.943Z | Downloaded colored v2.1.0 |
732 | 2024-07-22T22:32:33.946Z | Downloaded ciborium-ll v0.2.2 |
733 | 2024-07-22T22:32:33.949Z | Downloaded crossbeam-deque v0.8.5 |
734 | 2024-07-22T22:32:33.951Z | Downloaded peg-runtime v0.8.3 |
735 | 2024-07-22T22:32:33.951Z | Downloaded portpicker v0.1.1 |
736 | 2024-07-22T22:32:33.951Z | Downloaded curve25519-dalek-derive v0.1.1 |
737 | 2024-07-22T22:32:33.954Z | Downloaded bitstruct v0.1.1 |
738 | 2024-07-22T22:32:33.956Z | Downloaded ciborium-io v0.2.2 |
739 | 2024-07-22T22:32:33.956Z | Downloaded bzip2 v0.4.4 |
740 | 2024-07-22T22:32:33.959Z | Downloaded cfg_aliases v0.1.1 |
741 | 2024-07-22T22:32:33.962Z | Downloaded opaque-debug v0.3.1 |
742 | 2024-07-22T22:32:33.962Z | Downloaded defmt-parser v0.3.4 |
743 | 2024-07-22T22:32:33.964Z | Downloaded defmt v0.3.8 |
744 | 2024-07-22T22:32:33.967Z | Downloaded newtype-uuid v1.1.0 |
745 | 2024-07-22T22:32:33.970Z | Downloaded num-integer v0.1.46 |
746 | 2024-07-22T22:32:33.972Z | Downloaded derive_builder_macro v0.20.0 |
747 | 2024-07-22T22:32:33.972Z | Downloaded nanorand v0.7.0 |
748 | 2024-07-22T22:32:33.975Z | Downloaded num v0.4.3 |
749 | 2024-07-22T22:32:33.977Z | Downloaded castaway v0.2.2 |
750 | 2024-07-22T22:32:33.977Z | Downloaded bit-vec v0.6.3 |
751 | 2024-07-22T22:32:33.980Z | Downloaded pretty-hex v0.2.1 |
752 | 2024-07-22T22:32:33.980Z | Downloaded precomputed-hash v0.1.1 |
753 | 2024-07-22T22:32:33.983Z | Downloaded toolchain_find v0.4.0 |
754 | 2024-07-22T22:32:33.983Z | Downloaded bitfield-struct v0.6.1 |
755 | 2024-07-22T22:32:33.986Z | Downloaded bb8 v0.8.5 |
756 | 2024-07-22T22:32:33.986Z | Downloaded base16ct v0.2.0 |
757 | 2024-07-22T22:32:33.988Z | Downloaded phf_shared v0.10.0 |
758 | 2024-07-22T22:32:33.988Z | Downloaded csv-core v0.1.11 |
759 | 2024-07-22T22:32:33.991Z | Downloaded ciborium v0.2.2 |
760 | 2024-07-22T22:32:33.994Z | Downloaded path-slash v0.1.5 |
761 | 2024-07-22T22:32:33.994Z | Downloaded num_enum v0.5.11 |
762 | 2024-07-22T22:32:33.998Z | Downloaded console v0.15.8 |
763 | 2024-07-22T22:32:34.002Z | Downloaded endian-type v0.1.2 |
764 | 2024-07-22T22:32:34.004Z | Downloaded predicates v3.1.0 |
765 | 2024-07-22T22:32:34.007Z | Downloaded ppv-lite86 v0.2.17 |
766 | 2024-07-22T22:32:34.009Z | Downloaded blake2 v0.10.6 |
767 | 2024-07-22T22:32:34.011Z | Downloaded float-ord v0.3.2 |
768 | 2024-07-22T22:32:34.012Z | Downloaded predicates-tree v1.0.9 |
769 | 2024-07-22T22:32:34.014Z | Downloaded pem-rfc7468 v0.7.0 |
770 | 2024-07-22T22:32:34.017Z | Downloaded parse-display v0.9.1 |
771 | 2024-07-22T22:32:34.017Z | Downloaded multimap v0.10.0 |
772 | 2024-07-22T22:32:34.019Z | Downloaded olpc-cjson v0.1.3 |
773 | 2024-07-22T22:32:34.022Z | Downloaded num-derive v0.4.2 |
774 | 2024-07-22T22:32:34.022Z | Downloaded rand_xorshift v0.3.0 |
775 | 2024-07-22T22:32:34.024Z | Downloaded is_ci v1.2.0 |
776 | 2024-07-22T22:32:34.024Z | Downloaded backoff v0.4.0 |
777 | 2024-07-22T22:32:34.027Z | Downloaded foreign-types-shared v0.3.1 |
778 | 2024-07-22T22:32:34.030Z | Downloaded rand_core v0.6.4 |
779 | 2024-07-22T22:32:34.030Z | Downloaded num-iter v0.1.45 |
780 | 2024-07-22T22:32:34.032Z | Downloaded topological-sort v0.2.2 |
781 | 2024-07-22T22:32:34.032Z | Downloaded num_enum_derive v0.5.11 |
782 | 2024-07-22T22:32:34.035Z | Downloaded debug-ignore v1.0.5 |
783 | 2024-07-22T22:32:34.038Z | Downloaded clang-sys v1.7.0 |
784 | 2024-07-22T22:32:34.040Z | Downloaded scheduled-thread-pool v0.2.7 |
785 | 2024-07-22T22:32:34.040Z | Downloaded num-rational v0.4.2 |
786 | 2024-07-22T22:32:34.043Z | Downloaded derive_more v0.99.18 |
787 | 2024-07-22T22:32:34.047Z | Downloaded foreign-types-macros v0.2.3 |
788 | 2024-07-22T22:32:34.050Z | Downloaded ena v0.14.3 |
789 | 2024-07-22T22:32:34.052Z | Downloaded sigpipe v0.1.3 |
790 | 2024-07-22T22:32:34.052Z | Downloaded rand_chacha v0.3.1 |
791 | 2024-07-22T22:32:34.055Z | Downloaded r2d2 v0.8.10 |
792 | 2024-07-22T22:32:34.058Z | Downloaded quick-error v1.2.3 |
793 | 2024-07-22T22:32:34.058Z | Downloaded proc-macro-crate v1.3.1 |
794 | 2024-07-22T22:32:34.061Z | Downloaded display-error-chain v0.2.0 |
795 | 2024-07-22T22:32:34.061Z | Downloaded derive_builder_core v0.20.0 |
796 | 2024-07-22T22:32:34.064Z | Downloaded darling v0.20.9 |
797 | 2024-07-22T22:32:34.066Z | Downloaded mime_guess v2.0.4 |
798 | 2024-07-22T22:32:34.070Z | Downloaded derive_builder v0.20.0 |
799 | 2024-07-22T22:32:34.074Z | Downloaded ascii v1.1.0 |
800 | 2024-07-22T22:32:34.077Z | Downloaded linked-hash-map v0.5.6 |
801 | 2024-07-22T22:32:34.080Z | Downloaded darling_core v0.20.9 |
802 | 2024-07-22T22:32:34.083Z | Downloaded linear-map v1.2.0 |
803 | 2024-07-22T22:32:34.085Z | Downloaded headers-core v0.2.0 |
804 | 2024-07-22T22:32:34.088Z | Downloaded serde_repr v0.1.19 |
805 | 2024-07-22T22:32:34.088Z | Downloaded serde_path_to_error v0.1.16 |
806 | 2024-07-22T22:32:34.092Z | Downloaded postgres-protocol v0.6.6 |
807 | 2024-07-22T22:32:34.094Z | Downloaded const-oid v0.9.6 |
808 | 2024-07-22T22:32:34.094Z | Downloaded rustc-hash v1.1.0 |
809 | 2024-07-22T22:32:34.097Z | Downloaded pkcs8 v0.10.2 |
810 | 2024-07-22T22:32:34.100Z | Downloaded pin-project-internal v1.1.5 |
811 | 2024-07-22T22:32:34.103Z | Downloaded tiny-keccak v2.0.2 |
812 | 2024-07-22T22:32:34.106Z | Downloaded strum_macros v0.25.3 |
813 | 2024-07-22T22:32:34.106Z | Downloaded tls_codec_derive v0.4.1 |
814 | 2024-07-22T22:32:34.109Z | Downloaded thiserror-impl-no-std v2.0.2 |
815 | 2024-07-22T22:32:34.112Z | Downloaded tls_codec v0.4.1 |
816 | 2024-07-22T22:32:34.116Z | Downloaded which v4.4.2 |
817 | 2024-07-22T22:32:34.116Z | Downloaded owo-colors v4.0.0 |
818 | 2024-07-22T22:32:34.118Z | Downloaded uzers v0.11.3 |
819 | 2024-07-22T22:32:34.121Z | Downloaded zone_cfg_derive v0.1.2 |
820 | 2024-07-22T22:32:34.121Z | Downloaded omicron-zone-package v0.11.0 |
821 | 2024-07-22T22:32:34.124Z | Downloaded smf v0.2.3 |
822 | 2024-07-22T22:32:34.124Z | Downloaded smawk v0.3.2 |
823 | 2024-07-22T22:32:34.127Z | Downloaded float-cmp v0.9.0 |
824 | 2024-07-22T22:32:34.130Z | Downloaded const_format v0.2.32 |
825 | 2024-07-22T22:32:34.133Z | Downloaded foreign-types v0.5.0 |
826 | 2024-07-22T22:32:34.136Z | Downloaded ident_case v1.0.1 |
827 | 2024-07-22T22:32:34.136Z | Downloaded ipnetwork v0.20.0 |
828 | 2024-07-22T22:32:34.140Z | Downloaded yasna v0.5.2 |
829 | 2024-07-22T22:32:34.140Z | Downloaded rustls-pemfile v2.1.2 |
830 | 2024-07-22T22:32:34.144Z | Downloaded postgres-types v0.2.6 |
831 | 2024-07-22T22:32:34.146Z | Downloaded parse-display-derive v0.9.1 |
832 | 2024-07-22T22:32:34.146Z | Downloaded lru v0.12.3 |
833 | 2024-07-22T22:32:34.149Z | Downloaded home v0.5.9 |
834 | 2024-07-22T22:32:34.149Z | Downloaded semver v0.1.20 |
835 | 2024-07-22T22:32:34.152Z | Downloaded peg-macros v0.8.4 |
836 | 2024-07-22T22:32:34.154Z | Downloaded crossbeam-epoch v0.9.18 |
837 | 2024-07-22T22:32:34.157Z | Downloaded supports-color v3.0.0 |
838 | 2024-07-22T22:32:34.157Z | Downloaded tabwriter v1.4.0 |
839 | 2024-07-22T22:32:34.160Z | Downloaded poly1305 v0.8.0 |
840 | 2024-07-22T22:32:34.164Z | Downloaded vte v0.11.1 |
841 | 2024-07-22T22:32:34.164Z | Downloaded parking_lot_core v0.8.6 |
842 | 2024-07-22T22:32:34.167Z | Downloaded hmac v0.12.1 |
843 | 2024-07-22T22:32:34.169Z | Downloaded num-traits v0.2.19 |
844 | 2024-07-22T22:32:34.173Z | Downloaded subtle v2.5.0 |
845 | 2024-07-22T22:32:34.173Z | Downloaded unicode-truncate v1.0.0 |
846 | 2024-07-22T22:32:34.176Z | Downloaded flagset v0.4.5 |
847 | 2024-07-22T22:32:34.176Z | Downloaded ff v0.13.0 |
848 | 2024-07-22T22:32:34.179Z | Downloaded zeroize v1.7.0 |
849 | 2024-07-22T22:32:34.181Z | Downloaded fixedbitset v0.4.2 |
850 | 2024-07-22T22:32:34.181Z | Downloaded serde-big-array v0.5.1 |
851 | 2024-07-22T22:32:34.184Z | Downloaded matches v0.1.10 |
852 | 2024-07-22T22:32:34.184Z | Downloaded tungstenite v0.21.0 |
853 | 2024-07-22T22:32:34.188Z | Downloaded oso v0.27.3 |
854 | 2024-07-22T22:32:34.191Z | Downloaded impl-trait-for-tuples v0.2.2 |
855 | 2024-07-22T22:32:34.195Z | Downloaded diesel_table_macro_syntax v0.1.0 |
856 | 2024-07-22T22:32:34.198Z | Downloaded rustc_version v0.4.0 |
857 | 2024-07-22T22:32:34.198Z | Downloaded multer v3.1.0 |
858 | 2024-07-22T22:32:34.201Z | Downloaded memmap2 v0.9.4 |
859 | 2024-07-22T22:32:34.204Z | Downloaded rustfmt-wrapper v0.2.1 |
860 | 2024-07-22T22:32:34.204Z | Downloaded slog-dtrace v0.3.0 |
861 | 2024-07-22T22:32:34.207Z | Downloaded textwrap v0.16.1 |
862 | 2024-07-22T22:32:34.210Z | Downloaded postcard v1.0.8 |
863 | 2024-07-22T22:32:34.214Z | Downloaded zone v0.1.8 |
864 | 2024-07-22T22:32:34.214Z | Downloaded sha1 v0.10.6 |
865 | 2024-07-22T22:32:34.218Z | Downloaded base64 v0.22.1 |
866 | 2024-07-22T22:32:34.220Z | Downloaded der v0.7.9 |
867 | 2024-07-22T22:32:34.225Z | Downloaded structmeta-derive v0.2.0 |
868 | 2024-07-22T22:32:34.228Z | Downloaded structmeta v0.2.0 |
869 | 2024-07-22T22:32:34.231Z | Downloaded md-5 v0.10.6 |
870 | 2024-07-22T22:32:34.232Z | Downloaded maybe-uninit v2.0.0 |
871 | 2024-07-22T22:32:34.232Z | Downloaded prettyplease v0.2.20 |
872 | 2024-07-22T22:32:34.243Z | Downloaded lazy_static v1.5.0 |
873 | 2024-07-22T22:32:34.246Z | Downloaded slog-scope v4.4.0 |
874 | 2024-07-22T22:32:34.248Z | Downloaded rustc_version v0.1.7 |
875 | 2024-07-22T22:32:34.248Z | Downloaded lru-cache v0.1.2 |
876 | 2024-07-22T22:32:34.248Z | Downloaded libloading v0.8.3 |
877 | 2024-07-22T22:32:34.251Z | Downloaded libsw v3.3.1 |
878 | 2024-07-22T22:32:34.254Z | Downloaded hubpack_derive v0.1.1 |
879 | 2024-07-22T22:32:34.254Z | Downloaded zerocopy v0.6.6 |
880 | 2024-07-22T22:32:34.256Z | Downloaded serde_with_macros v3.8.3 |
881 | 2024-07-22T22:32:34.259Z | Downloaded indent_write v2.2.0 |
882 | 2024-07-22T22:32:34.264Z | Downloaded managed v0.8.0 |
883 | 2024-07-22T22:32:34.264Z | Downloaded slog-stdlog v4.1.1 |
884 | 2024-07-22T22:32:34.264Z | Downloaded signal-hook-mio v0.2.3 |
885 | 2024-07-22T22:32:34.265Z | Downloaded shlex v1.3.0 |
886 | 2024-07-22T22:32:34.268Z | Downloaded shell-words v1.1.0 |
887 | 2024-07-22T22:32:34.268Z | Downloaded tracing-attributes v0.1.27 |
888 | 2024-07-22T22:32:34.271Z | Downloaded tempfile v3.10.1 |
889 | 2024-07-22T22:32:34.273Z | Downloaded subprocess v0.2.9 |
890 | 2024-07-22T22:32:34.276Z | Downloaded instant v0.1.12 |
891 | 2024-07-22T22:32:34.276Z | Downloaded http-range v0.1.5 |
892 | 2024-07-22T22:32:34.278Z | Downloaded structmeta v0.3.0 |
893 | 2024-07-22T22:32:34.278Z | Downloaded dyn-clone v1.0.17 |
894 | 2024-07-22T22:32:34.281Z | Downloaded crossterm v0.27.0 |
895 | 2024-07-22T22:32:34.286Z | Downloaded stringprep v0.1.4 |
896 | 2024-07-22T22:32:34.289Z | Downloaded smallvec v0.6.14 |
897 | 2024-07-22T22:32:34.291Z | Downloaded x509-cert v0.2.5 |
898 | 2024-07-22T22:32:34.295Z | Downloaded unicode-segmentation v1.11.0 |
899 | 2024-07-22T22:32:34.299Z | Downloaded unicode-xid v0.2.4 |
900 | 2024-07-22T22:32:34.301Z | Downloaded signal-hook-tokio v0.3.1 |
901 | 2024-07-22T22:32:34.304Z | Downloaded hash32 v0.3.1 |
902 | 2024-07-22T22:32:34.304Z | Downloaded hex v0.4.3 |
903 | 2024-07-22T22:32:34.306Z | Downloaded downcast v0.11.0 |
904 | 2024-07-22T22:32:34.306Z | Downloaded termtree v0.4.1 |
905 | 2024-07-22T22:32:34.309Z | Downloaded indoc v1.0.9 |
906 | 2024-07-22T22:32:34.312Z | Downloaded hyper-staticfile v0.9.5 |
907 | 2024-07-22T22:32:34.314Z | Downloaded similar v2.5.0 |
908 | 2024-07-22T22:32:34.317Z | Downloaded rand v0.8.5 |
909 | 2024-07-22T22:32:34.322Z | Downloaded humantime v2.1.0 |
910 | 2024-07-22T22:32:34.325Z | Downloaded publicsuffix v2.2.3 |
911 | 2024-07-22T22:32:34.327Z | Downloaded utf-8 v0.7.6 |
912 | 2024-07-22T22:32:34.327Z | Downloaded ron v0.7.1 |
913 | 2024-07-22T22:32:34.331Z | Downloaded universal-hash v0.5.1 |
914 | 2024-07-22T22:32:34.334Z | Downloaded unicase v2.7.0 |
915 | 2024-07-22T22:32:34.336Z | Downloaded keccak v0.1.5 |
916 | 2024-07-22T22:32:34.336Z | Downloaded memoffset v0.9.1 |
917 | 2024-07-22T22:32:34.339Z | Downloaded headers v0.3.9 |
918 | 2024-07-22T22:32:34.342Z | Downloaded glob v0.3.1 |
919 | 2024-07-22T22:32:34.345Z | Downloaded sqlparser_derive v0.2.2 |
920 | 2024-07-22T22:32:34.345Z | Downloaded maplit v1.0.2 |
921 | 2024-07-22T22:32:34.347Z | Downloaded libefi-sys v0.1.0 |
922 | 2024-07-22T22:32:34.347Z | Downloaded lalrpop-util v0.19.12 |
923 | 2024-07-22T22:32:34.350Z | Downloaded highway v1.1.0 |
924 | 2024-07-22T22:32:34.350Z | Downloaded fd-lock v4.0.2 |
925 | 2024-07-22T22:32:34.352Z | Downloaded fastrand v2.1.0 |
926 | 2024-07-22T22:32:34.355Z | Downloaded heck v0.3.3 |
927 | 2024-07-22T22:32:34.355Z | Downloaded iana-time-zone v0.1.60 |
928 | 2024-07-22T22:32:34.358Z | Downloaded hyper-rustls v0.24.2 |
929 | 2024-07-22T22:32:34.361Z | Downloaded structmeta-derive v0.3.0 |
930 | 2024-07-22T22:32:34.363Z | Downloaded inout v0.1.3 |
931 | 2024-07-22T22:32:34.363Z | Downloaded getopts v0.2.21 |
932 | 2024-07-22T22:32:34.366Z | Downloaded gethostname v0.4.3 |
933 | 2024-07-22T22:32:34.366Z | Downloaded diesel_derives v2.1.4 |
934 | 2024-07-22T22:32:34.370Z | Downloaded rtoolbox v0.0.2 |
935 | 2024-07-22T22:32:34.372Z | Downloaded sec1 v0.7.3 |
936 | 2024-07-22T22:32:34.377Z | Downloaded schemars_derive v0.8.21 |
937 | 2024-07-22T22:32:34.380Z | Downloaded tokio-rustls v0.25.0 |
938 | 2024-07-22T22:32:34.380Z | Downloaded socket2 v0.4.10 |
939 | 2024-07-22T22:32:34.380Z | Downloaded half v2.4.1 |
940 | 2024-07-22T22:32:34.382Z | Downloaded hashbrown v0.13.2 |
941 | 2024-07-22T22:32:34.386Z | Downloaded static_assertions v1.1.0 |
942 | 2024-07-22T22:32:34.389Z | Downloaded walkdir v2.5.0 |
943 | 2024-07-22T22:32:34.391Z | Downloaded sct v0.7.1 |
944 | 2024-07-22T22:32:34.394Z | Downloaded either v1.12.0 |
945 | 2024-07-22T22:32:34.396Z | Downloaded spin v0.5.2 |
946 | 2024-07-22T22:32:34.396Z | Downloaded trust-dns-client v0.22.0 |
947 | 2024-07-22T22:32:34.402Z | Downloaded globset v0.4.14 |
948 | 2024-07-22T22:32:34.404Z | Downloaded hostname v0.4.0 |
949 | 2024-07-22T22:32:34.407Z | Downloaded same-file v1.0.6 |
950 | 2024-07-22T22:32:34.407Z | Downloaded serde_arrays v0.1.0 |
951 | 2024-07-22T22:32:34.410Z | Downloaded serde-hex v0.1.0 |
952 | 2024-07-22T22:32:34.410Z | Downloaded unarray v0.1.4 |
953 | 2024-07-22T22:32:34.412Z | Downloaded tokio-rustls v0.24.1 |
954 | 2024-07-22T22:32:34.413Z | Downloaded toml v0.5.11 |
955 | 2024-07-22T22:32:34.416Z | Downloaded snafu v0.8.2 |
956 | 2024-07-22T22:32:34.421Z | Downloaded tokio-tungstenite v0.21.0 |
957 | 2024-07-22T22:32:34.424Z | Downloaded indicatif v0.17.8 |
958 | 2024-07-22T22:32:34.427Z | Downloaded libxml v0.3.3 |
959 | 2024-07-22T22:32:34.434Z | Downloaded aho-corasick v1.1.3 |
960 | 2024-07-22T22:32:34.439Z | Downloaded uuid v1.10.0 |
961 | 2024-07-22T22:32:34.443Z | Downloaded winnow v0.5.40 |
962 | 2024-07-22T22:32:34.451Z | Downloaded fatfs v0.3.6 |
963 | 2024-07-22T22:32:34.454Z | Downloaded blake3 v1.5.1 |
964 | 2024-07-22T22:32:34.462Z | Downloaded tokio-tungstenite v0.20.1 |
965 | 2024-07-22T22:32:34.464Z | Downloaded siphasher v0.3.11 |
966 | 2024-07-22T22:32:34.467Z | Downloaded signature v2.2.0 |
967 | 2024-07-22T22:32:34.467Z | Downloaded minimal-lexical v0.2.1 |
968 | 2024-07-22T22:32:34.471Z | Downloaded toml_edit v0.19.15 |
969 | 2024-07-22T22:32:34.489Z | Downloaded steno v0.4.1 |
970 | 2024-07-22T22:32:34.493Z | Downloaded tokio-postgres v0.7.10 |
971 | 2024-07-22T22:32:34.498Z | Downloaded serde_derive_internals v0.29.1 |
972 | 2024-07-22T22:32:34.500Z | Downloaded unicode_categories v0.1.1 |
973 | 2024-07-22T22:32:34.503Z | Downloaded tungstenite v0.20.1 |
974 | 2024-07-22T22:32:34.506Z | Downloaded vsss-rs v3.3.4 |
975 | 2024-07-22T22:32:34.508Z | Downloaded mockall_derive v0.12.1 |
976 | 2024-07-22T22:32:34.512Z | Downloaded num-bigint v0.4.5 |
977 | 2024-07-22T22:32:34.514Z | Downloaded hkdf v0.12.4 |
978 | 2024-07-22T22:32:34.517Z | Downloaded erased-serde v0.3.31 |
979 | 2024-07-22T22:32:34.519Z | Downloaded schemars v0.8.21 |
980 | 2024-07-22T22:32:34.531Z | Downloaded heapless v0.8.0 |
981 | 2024-07-22T22:32:34.534Z | Downloaded spki v0.7.3 |
982 | 2024-07-22T22:32:34.537Z | Downloaded zip v0.6.6 |
983 | 2024-07-22T22:32:34.540Z | Downloaded num-bigint-dig v0.8.4 |
984 | 2024-07-22T22:32:34.545Z | Downloaded serde_with v3.8.3 |
985 | 2024-07-22T22:32:34.554Z | Downloaded trust-dns-server v0.22.1 |
986 | 2024-07-22T22:32:34.559Z | Downloaded regex-automata v0.1.10 |
987 | 2024-07-22T22:32:34.564Z | Downloaded nom v7.1.3 |
988 | 2024-07-22T22:32:34.569Z | Downloaded lalrpop v0.19.12 |
989 | 2024-07-22T22:32:34.580Z | Downloaded bindgen v0.69.4 |
990 | 2024-07-22T22:32:34.588Z | Downloaded toml v0.7.8 |
991 | 2024-07-22T22:32:34.590Z | Downloaded trust-dns-resolver v0.22.0 |
992 | 2024-07-22T22:32:34.595Z | Downloaded smoltcp v0.9.1 |
993 | 2024-07-22T22:32:34.605Z | Downloaded rsa v0.9.6 |
994 | 2024-07-22T22:32:34.610Z | Downloaded hashbrown v0.12.3 |
995 | 2024-07-22T22:32:34.614Z | Downloaded webpki-roots v0.25.4 |
996 | 2024-07-22T22:32:34.618Z | Downloaded portable-atomic v1.6.0 |
997 | 2024-07-22T22:32:34.624Z | Downloaded rustls v0.21.12 |
998 | 2024-07-22T22:32:34.635Z | Downloaded http v1.1.0 |
999 | 2024-07-22T22:32:34.639Z | Downloaded trust-dns-proto v0.22.0 |
1000 | 2024-07-22T22:32:34.652Z | Downloaded itertools v0.10.5 |
1001 | 2024-07-22T22:32:34.658Z | Downloaded rustyline v14.0.0 |
1002 | 2024-07-22T22:32:34.664Z | Downloaded typed-path v0.7.1 |
1003 | 2024-07-22T22:32:34.672Z | Downloaded tough v0.17.1 |
1004 | 2024-07-22T22:32:34.678Z | Downloaded reedline v0.31.0 |
1005 | 2024-07-22T22:32:34.687Z | Downloaded expectorate v1.1.0 |
1006 | 2024-07-22T22:32:34.689Z | Downloaded rayon v1.10.0 |
1007 | 2024-07-22T22:32:34.697Z | Downloaded quick-xml v0.31.0 |
1008 | 2024-07-22T22:32:34.702Z | Downloaded itertools v0.12.1 |
1009 | 2024-07-22T22:32:34.709Z | Downloaded libm v0.2.8 |
1010 | 2024-07-22T22:32:34.717Z | Downloaded itertools v0.13.0 |
1011 | 2024-07-22T22:32:34.724Z | Downloaded sled v0.34.7 |
1012 | 2024-07-22T22:32:34.734Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1013 | 2024-07-22T22:32:34.747Z | Downloaded zerocopy-derive v0.6.6 |
1014 | 2024-07-22T22:32:34.757Z | Downloaded finl_unicode v1.2.0 |
1015 | 2024-07-22T22:32:34.769Z | Downloaded csv v1.3.0 |
1016 | 2024-07-22T22:32:34.788Z | Downloaded sqlparser v0.45.0 |
1017 | 2024-07-22T22:32:34.794Z | Downloaded proptest v1.4.0 |
1018 | 2024-07-22T22:32:34.803Z | Downloaded rustls v0.22.4 |
1019 | 2024-07-22T22:32:34.815Z | Downloaded bstr v1.9.1 |
1020 | 2024-07-22T22:32:34.826Z | Downloaded rustls-webpki v0.101.7 |
1021 | 2024-07-22T22:32:34.840Z | Downloaded bstr v0.2.17 |
1022 | 2024-07-22T22:32:34.849Z | Downloaded curve25519-dalek v4.1.3 |
1023 | 2024-07-22T22:32:34.857Z | Downloaded radix_trie v0.2.1 |
1024 | 2024-07-22T22:32:34.862Z | Downloaded object v0.32.2 |
1025 | 2024-07-22T22:32:34.872Z | Downloaded regex v1.10.5 |
1026 | 2024-07-22T22:32:34.885Z | Downloaded nix v0.27.1 |
1027 | 2024-07-22T22:32:34.894Z | Downloaded regex-syntax v0.6.29 |
1028 | 2024-07-22T22:32:34.901Z | Downloaded polar-core v0.27.3 |
1029 | 2024-07-22T22:32:34.909Z | Downloaded object v0.30.4 |
1030 | 2024-07-22T22:32:34.920Z | Downloaded nix v0.28.0 |
1031 | 2024-07-22T22:32:34.931Z | Downloaded gimli v0.28.1 |
1032 | 2024-07-22T22:32:34.939Z | Downloaded openapiv3 v2.0.0 |
1033 | 2024-07-22T22:32:34.950Z | Downloaded smoltcp v0.11.0 |
1034 | 2024-07-22T22:32:34.962Z | Downloaded regex-syntax v0.8.3 |
1035 | 2024-07-22T22:32:34.969Z | Downloaded regress v0.9.1 |
1036 | 2024-07-22T22:32:34.978Z | Downloaded diesel v2.1.6 |
1037 | 2024-07-22T22:32:34.994Z | Downloaded ring v0.17.8 |
1038 | 2024-07-22T22:32:35.058Z | Downloaded ratatui v0.27.0 |
1039 | 2024-07-22T22:32:35.076Z | Downloaded idna v0.3.0 |
1040 | 2024-07-22T22:32:35.081Z | Downloaded elliptic-curve v0.13.8 |
1041 | 2024-07-22T22:32:35.084Z | Downloaded idna v0.2.3 |
1042 | 2024-07-22T22:32:35.090Z | Downloaded rustls-webpki v0.102.4 |
1043 | 2024-07-22T22:32:35.108Z | Downloaded regex-automata v0.4.6 |
1044 | 2024-07-22T22:32:35.123Z | Downloaded chrono v0.4.38 |
1045 | 2024-07-22T22:32:35.130Z | Downloaded petgraph v0.6.5 |
1046 | 2024-07-22T22:32:35.146Z | Downloaded bitvec v1.0.1 |
1047 | 2024-07-22T22:32:35.160Z | Downloaded spin v0.9.8 |
1048 | 2024-07-22T22:32:35.163Z | Downloaded sha3 v0.10.8 |
1049 | 2024-07-22T22:32:35.166Z | Downloaded stable_deref_trait v1.2.0 |
1050 | 2024-07-22T22:32:35.170Z | Downloaded samael v0.0.15 |
1051 | 2024-07-22T22:32:35.172Z | Downloaded diff v0.1.13 |
1052 | 2024-07-22T22:32:35.175Z | Downloaded test-strategy v0.3.1 |
1053 | 2024-07-22T22:32:35.177Z | Downloaded secrecy v0.8.0 |
1054 | 2024-07-22T22:32:35.178Z | Downloaded difflib v0.4.0 |
1055 | 2024-07-22T22:32:35.181Z | Downloaded termios v0.3.3 |
1056 | 2024-07-22T22:32:35.181Z | Downloaded rustls-pki-types v1.7.0 |
1057 | 2024-07-22T22:32:35.188Z | Downloaded rustc-demangle v0.1.24 |
1058 | 2024-07-22T22:32:35.188Z | Downloaded signal-hook v0.3.17 |
1059 | 2024-07-22T22:32:35.188Z | Downloaded indexmap v1.9.3 |
1060 | 2024-07-22T22:32:35.191Z | Downloaded group v0.13.0 |
1061 | 2024-07-22T22:32:35.191Z | Downloaded waitgroup v0.1.2 |
1062 | 2024-07-22T22:32:35.191Z | Downloaded vte_generate_state_changes v0.1.1 |
1063 | 2024-07-22T22:32:35.191Z | Downloaded lazycell v1.3.0 |
1064 | 2024-07-22T22:32:35.193Z | Downloaded tokio-stream v0.1.15 |
1065 | 2024-07-22T22:32:35.197Z | Downloaded fallible-iterator v0.2.0 |
1066 | 2024-07-22T22:32:35.197Z | Downloaded serde_yaml v0.9.34+deprecated |
1067 | 2024-07-22T22:32:35.200Z | Downloaded mockall v0.12.1 |
1068 | 2024-07-22T22:32:35.202Z | Downloaded getrandom v0.2.14 |
1069 | 2024-07-22T22:32:35.205Z | Downloaded heapless v0.7.17 |
1070 | 2024-07-22T22:32:35.208Z | Downloaded stability v0.2.0 |
1071 | 2024-07-22T22:32:35.208Z | Downloaded sqlformat v0.2.4 |
1072 | 2024-07-22T22:32:35.211Z | Downloaded rusty-fork v0.3.0 |
1073 | 2024-07-22T22:32:35.211Z | Downloaded ron v0.8.1 |
1074 | 2024-07-22T22:32:35.214Z | Downloaded rayon-core v1.12.1 |
1075 | 2024-07-22T22:32:35.217Z | Downloaded strip-ansi-escapes v0.2.0 |
1076 | 2024-07-22T22:32:35.220Z | Downloaded string_cache v0.8.7 |
1077 | 2024-07-22T22:32:35.220Z | Downloaded rpassword v7.3.1 |
1078 | 2024-07-22T22:32:35.223Z | Downloaded whoami v1.5.1 |
1079 | 2024-07-22T22:32:35.223Z | Downloaded rcgen v0.12.1 |
1080 | 2024-07-22T22:32:35.227Z | Downloaded hubpack v0.1.2 |
1081 | 2024-07-22T22:32:35.227Z | Downloaded zeroize_derive v1.4.2 |
1082 | 2024-07-22T22:32:35.227Z | Downloaded tui-tree-widget v0.21.0 |
1083 | 2024-07-22T22:32:35.230Z | Downloaded snafu-derive v0.8.2 |
1084 | 2024-07-22T22:32:35.230Z | Downloaded chacha20poly1305 v0.10.1 |
1085 | 2024-07-22T22:32:35.230Z | Downloaded hash32 v0.2.1 |
1086 | 2024-07-22T22:32:35.233Z | Downloaded untrusted v0.9.0 |
1087 | 2024-07-22T22:32:35.233Z | Downloaded untrusted v0.7.1 |
1088 | 2024-07-22T22:32:35.236Z | Downloaded termcolor v1.4.1 |
1089 | 2024-07-22T22:32:35.236Z | Downloaded strum_macros v0.24.3 |
1090 | 2024-07-22T22:32:35.236Z | Downloaded flume v0.11.0 |
1091 | 2024-07-22T22:32:35.239Z | Downloaded pin-project v1.1.5 |
1092 | 2024-07-22T22:32:35.250Z | Downloaded crypto-bigint v0.5.5 |
1093 | 2024-07-22T22:32:35.257Z | Downloaded thiserror-no-std v2.0.2 |
1094 | 2024-07-22T22:32:35.259Z | Downloaded funty v2.0.0 |
1095 | 2024-07-22T22:32:35.262Z | Downloaded fragile v2.0.0 |
1096 | 2024-07-22T22:32:35.262Z | Downloaded fxhash v0.2.1 |
1097 | 2024-07-22T22:32:35.262Z | Downloaded unsafe-libyaml v0.2.11 |
1098 | 2024-07-22T22:32:35.265Z | Downloaded nu-ansi-term v0.50.0 |
1099 | 2024-07-22T22:32:35.268Z | Downloaded env_logger v0.10.2 |
1100 | 2024-07-22T22:32:35.270Z | Downloaded env_logger v0.9.3 |
1101 | 2024-07-22T22:32:35.273Z | Downloaded backtrace v0.3.71 |
1102 | 2024-07-22T22:32:35.277Z | Downloaded unicode-linebreak v0.1.5 |
1103 | 2024-07-22T22:32:35.280Z | Downloaded tap v1.0.1 |
1104 | 2024-07-22T22:32:35.280Z | Downloaded slog-envlogger v2.2.0 |
1105 | 2024-07-22T22:32:35.280Z | Downloaded compact_str v0.7.1 |
1106 | 2024-07-22T22:32:35.283Z | Downloaded rand_seeder v0.2.3 |
1107 | 2024-07-22T22:32:35.286Z | Downloaded psl-types v2.0.11 |
1108 | 2024-07-22T22:32:35.286Z | Downloaded pkcs1 v0.7.5 |
1109 | 2024-07-22T22:32:35.286Z | Downloaded password-hash v0.5.0 |
1110 | 2024-07-22T22:32:35.291Z | Downloaded parking_lot v0.11.2 |
1111 | 2024-07-22T22:32:35.291Z | Downloaded embedded-io v0.4.0 |
1112 | 2024-07-22T22:32:35.294Z | Downloaded resolv-conf v0.7.0 |
1113 | 2024-07-22T22:32:35.294Z | Downloaded ref-cast v1.0.23 |
1114 | 2024-07-22T22:32:35.297Z | Downloaded arc-swap v1.7.1 |
1115 | 2024-07-22T22:32:35.300Z | Downloaded packed_struct_codegen v0.10.1 |
1116 | 2024-07-22T22:32:35.300Z | Downloaded cancel-safe-futures v0.1.5 |
1117 | 2024-07-22T22:32:35.302Z | Downloaded kstat-rs v0.2.4 |
1118 | 2024-07-22T22:32:35.302Z | Downloaded enum-as-inner v0.5.1 |
1119 | 2024-07-22T22:32:35.305Z | Downloaded packed_struct v0.10.1 |
1120 | 2024-07-22T22:32:35.305Z | Downloaded cookie v0.17.0 |
1121 | 2024-07-22T22:32:35.309Z | Downloaded derive-where v1.2.7 |
1122 | 2024-07-22T22:32:35.312Z | Downloaded base64 v0.13.1 |
1123 | 2024-07-22T22:32:35.315Z | Downloaded serde_plain v1.0.2 |
1124 | 2024-07-22T22:32:35.315Z | Downloaded cookie_store v0.20.0 |
1125 | 2024-07-22T22:32:35.317Z | Downloaded const_format_proc_macros v0.2.32 |
1126 | 2024-07-22T22:32:35.320Z | Downloaded ref-cast-impl v1.0.23 |
1127 | 2024-07-22T22:32:35.320Z | Downloaded predicates-core v1.0.6 |
1128 | 2024-07-22T22:32:35.320Z | Downloaded pem v3.0.4 |
1129 | 2024-07-22T22:32:35.323Z | Downloaded wyz v0.5.1 |
1130 | 2024-07-22T22:32:35.323Z | Downloaded wait-timeout v0.2.0 |
1131 | 2024-07-22T22:32:35.326Z | Downloaded crc-any v2.5.0 |
1132 | 2024-07-22T22:32:35.326Z | Downloaded cookie v0.18.1 |
1133 | 2024-07-22T22:32:35.328Z | Downloaded chacha20 v0.9.1 |
1134 | 2024-07-22T22:32:35.331Z | Downloaded num-complex v0.4.6 |
1135 | 2024-07-22T22:32:35.331Z | Downloaded nibble_vec v0.1.0 |
1136 | 2024-07-22T22:32:35.334Z | Downloaded async-trait v0.1.81 |
1137 | 2024-07-22T22:32:35.337Z | Downloaded argon2 v0.5.3 |
1138 | 2024-07-22T22:32:35.337Z | Downloaded defmt-macros v0.3.9 |
1139 | 2024-07-22T22:32:35.339Z | Downloaded phf_shared v0.11.2 |
1140 | 2024-07-22T22:32:35.342Z | Downloaded peg v0.8.4 |
1141 | 2024-07-22T22:32:35.345Z | Downloaded cobs v0.2.3 |
1142 | 2024-07-22T22:32:35.345Z | Downloaded base64ct v1.6.0 |
1143 | 2024-07-22T22:32:35.347Z | Downloaded allocator-api2 v0.2.18 |
1144 | 2024-07-22T22:32:35.350Z | Downloaded phf v0.11.2 |
1145 | 2024-07-22T22:32:35.352Z | Downloaded der_derive v0.7.2 |
1146 | 2024-07-22T22:32:35.352Z | Downloaded radium v0.7.0 |
1147 | 2024-07-22T22:32:35.355Z | Downloaded paste v1.0.15 |
1148 | 2024-07-22T22:32:35.357Z | Downloaded crc-catalog v2.4.0 |
1149 | 2024-07-22T22:32:35.357Z | Downloaded cipher v0.4.4 |
1150 | 2024-07-22T22:32:35.357Z | Downloaded arrayvec v0.7.4 |
1151 | 2024-07-22T22:32:35.360Z | Downloaded cexpr v0.6.0 |
1152 | 2024-07-22T22:32:35.363Z | Downloaded buf-list v1.0.3 |
1153 | 2024-07-22T22:32:35.366Z | Downloaded async-stream v0.3.5 |
1154 | 2024-07-22T22:32:35.366Z | Downloaded arrayref v0.3.7 |
1155 | 2024-07-22T22:32:35.366Z | Downloaded nodrop v0.1.14 |
1156 | 2024-07-22T22:32:35.366Z | Downloaded darling_macro v0.20.9 |
1157 | 2024-07-22T22:32:35.369Z | Downloaded ahash v0.8.11 |
1158 | 2024-07-22T22:32:35.369Z | Downloaded addr2line v0.21.0 |
1159 | 2024-07-22T22:32:35.373Z | Downloaded crucible-workspace-hack v0.1.0 |
1160 | 2024-07-22T22:32:35.375Z | Downloaded bcs v0.1.6 |
1161 | 2024-07-22T22:32:35.375Z | Downloaded convert_case v0.4.0 |
1162 | 2024-07-22T22:32:35.375Z | Downloaded constant_time_eq v0.3.0 |
1163 | 2024-07-22T22:32:35.375Z | Downloaded crc v3.2.1 |
1164 | 2024-07-22T22:32:35.379Z | Downloaded bitflags v1.3.2 |
1165 | 2024-07-22T22:32:35.381Z | Downloaded ascii-canvas v3.0.0 |
1166 | 2024-07-22T22:32:35.486Z | Downloaded ring v0.16.20 |
1167 | 2024-07-22T22:32:35.699Z | Compiling proc-macro2 v1.0.86 |
1168 | 2024-07-22T22:32:35.699Z | Compiling unicode-ident v1.0.12 |
1169 | 2024-07-22T22:32:35.699Z | Compiling libc v0.2.155 |
1170 | 2024-07-22T22:32:35.703Z | Compiling serde v1.0.204 |
1171 | 2024-07-22T22:32:35.703Z | Compiling autocfg v1.3.0 |
1172 | 2024-07-22T22:32:35.703Z | Compiling version_check v0.9.4 |
1173 | 2024-07-22T22:32:35.703Z | Compiling cfg-if v1.0.0 |
1174 | 2024-07-22T22:32:35.948Z | Compiling cc v1.0.97 |
1175 | 2024-07-22T22:32:35.972Z | Compiling parking_lot_core v0.9.10 |
1176 | 2024-07-22T22:32:35.989Z | Compiling serde_json v1.0.120 |
1177 | 2024-07-22T22:32:36.459Z | Compiling ahash v0.8.11 |
1178 | 2024-07-22T22:32:36.491Z | Compiling once_cell v1.19.0 |
1179 | 2024-07-22T22:32:36.501Z | Compiling lock_api v0.4.12 |
1180 | 2024-07-22T22:32:36.518Z | Compiling libm v0.2.8 |
1181 | 2024-07-22T22:32:36.749Z | Compiling byteorder v1.5.0 |
1182 | 2024-07-22T22:32:36.766Z | Compiling num-traits v0.2.19 |
1183 | 2024-07-22T22:32:36.796Z | Compiling memchr v2.7.2 |
1184 | 2024-07-22T22:32:36.988Z | Compiling scopeguard v1.2.0 |
1185 | 2024-07-22T22:32:37.027Z | Compiling thiserror v1.0.62 |
1186 | 2024-07-22T22:32:37.178Z | Compiling typenum v1.17.0 |
1187 | 2024-07-22T22:32:37.512Z | Compiling quote v1.0.36 |
1188 | 2024-07-22T22:32:37.743Z | Compiling getrandom v0.2.14 |
1189 | 2024-07-22T22:32:38.092Z | Compiling syn v2.0.72 |
1190 | 2024-07-22T22:32:38.189Z | Compiling itoa v1.0.11 |
1191 | 2024-07-22T22:32:38.297Z | Compiling log v0.4.21 |
1192 | 2024-07-22T22:32:38.357Z | Compiling generic-array v0.14.7 |
1193 | 2024-07-22T22:32:38.782Z | Compiling allocator-api2 v0.2.18 |
1194 | 2024-07-22T22:32:38.915Z | Compiling slab v0.4.9 |
1195 | 2024-07-22T22:32:38.939Z | Compiling ring v0.17.8 |
1196 | 2024-07-22T22:32:38.981Z | Compiling ryu v1.0.18 |
1197 | 2024-07-22T22:32:39.231Z | Compiling smallvec v1.13.2 |
1198 | 2024-07-22T22:32:39.268Z | Compiling schemars v0.8.21 |
1199 | 2024-07-22T22:32:39.285Z | Compiling pin-project-lite v0.2.14 |
1200 | 2024-07-22T22:32:39.430Z | Compiling semver v1.0.23 |
1201 | 2024-07-22T22:32:39.753Z | Compiling equivalent v1.0.1 |
1202 | 2024-07-22T22:32:39.856Z | Compiling spin v0.9.8 |
1203 | 2024-07-22T22:32:39.977Z | Compiling pkg-config v0.3.30 |
1204 | 2024-07-22T22:32:39.996Z | Compiling parking_lot v0.12.2 |
1205 | 2024-07-22T22:32:40.114Z | Compiling vcpkg v0.2.15 |
1206 | 2024-07-22T22:32:40.529Z | Compiling signal-hook-registry v1.4.2 |
1207 | 2024-07-22T22:32:41.487Z | Compiling syn v1.0.109 |
1208 | 2024-07-22T22:32:41.877Z | Compiling openssl-sys v0.9.103 |
1209 | 2024-07-22T22:32:42.086Z | Compiling mio v0.8.11 |
1210 | 2024-07-22T22:32:42.512Z | Compiling rand_core v0.6.4 |
1211 | 2024-07-22T22:32:42.801Z | Compiling num_cpus v1.16.0 |
1212 | 2024-07-22T22:32:42.918Z | Compiling socket2 v0.5.7 |
1213 | 2024-07-22T22:32:42.941Z | Compiling num-conv v0.1.0 |
1214 | 2024-07-22T22:32:43.211Z | Compiling time-core v0.1.2 |
1215 | 2024-07-22T22:32:43.373Z | Compiling time-macros v0.2.18 |
1216 | 2024-07-22T22:32:43.814Z | Compiling httparse v1.8.0 |
1217 | 2024-07-22T22:32:43.865Z | Compiling heck v0.5.0 |
1218 | 2024-07-22T22:32:44.246Z | Compiling futures-core v0.3.30 |
1219 | 2024-07-22T22:32:44.563Z | Compiling openssl v0.10.66 |
1220 | 2024-07-22T22:32:44.705Z | Compiling fnv v1.0.7 |
1221 | 2024-07-22T22:32:45.133Z | Compiling rustix v0.38.34 |
1222 | 2024-07-22T22:32:45.231Z | Compiling iana-time-zone v0.1.60 |
1223 | 2024-07-22T22:32:45.305Z | Compiling crossbeam-utils v0.8.19 |
1224 | 2024-07-22T22:32:45.778Z | Compiling serde_derive_internals v0.29.1 |
1225 | 2024-07-22T22:32:45.978Z | Compiling native-tls v0.2.11 |
1226 | 2024-07-22T22:32:46.074Z | Compiling rustls v0.21.12 |
1227 | 2024-07-22T22:32:46.206Z | Compiling tinyvec_macros v0.1.1 |
1228 | 2024-07-22T22:32:46.278Z | Compiling tinyvec v1.6.0 |
1229 | 2024-07-22T22:32:46.434Z | Compiling ucd-trie v0.1.6 |
1230 | 2024-07-22T22:32:46.947Z | Compiling const-oid v0.9.6 |
1231 | 2024-07-22T22:32:47.089Z | Compiling futures-sink v0.3.30 |
1232 | 2024-07-22T22:32:47.235Z | Compiling subtle v2.5.0 |
1233 | 2024-07-22T22:32:47.702Z | Compiling unicode-normalization v0.1.23 |
1234 | 2024-07-22T22:32:47.720Z | Compiling backtrace v0.3.71 |
1235 | 2024-07-22T22:32:48.009Z | Compiling cookie v0.17.0 |
1236 | 2024-07-22T22:32:48.100Z | Compiling slog v2.7.0 |
1237 | 2024-07-22T22:32:48.291Z | Compiling dyn-clone v1.0.17 |
1238 | 2024-07-22T22:32:48.478Z | Compiling unicode-bidi v0.3.15 |
1239 | 2024-07-22T22:32:48.796Z | Compiling futures-channel v0.3.30 |
1240 | 2024-07-22T22:32:48.984Z | Compiling futures-task v0.3.30 |
1241 | 2024-07-22T22:32:49.069Z | Compiling pin-utils v0.1.0 |
1242 | 2024-07-22T22:32:49.246Z | Compiling futures-io v0.3.30 |
1243 | 2024-07-22T22:32:49.643Z | Compiling aho-corasick v1.1.3 |
1244 | 2024-07-22T22:32:49.747Z | Compiling anyhow v1.0.86 |
1245 | 2024-07-22T22:32:49.948Z | Compiling untrusted v0.9.0 |
1246 | 2024-07-22T22:32:50.127Z | Compiling winnow v0.5.40 |
1247 | 2024-07-22T22:32:50.940Z | Compiling regex-syntax v0.8.3 |
1248 | 2024-07-22T22:32:51.638Z | Compiling serde_derive v1.0.204 |
1249 | 2024-07-22T22:32:52.315Z | Compiling zerocopy-derive v0.7.34 |
1250 | 2024-07-22T22:32:52.331Z | Compiling zeroize_derive v1.4.2 |
1251 | 2024-07-22T22:32:53.759Z | Compiling thiserror-impl v1.0.62 |
1252 | 2024-07-22T22:32:53.975Z | Compiling tokio-macros v2.3.0 |
1253 | 2024-07-22T22:32:54.162Z | Compiling futures-macro v0.3.30 |
1254 | 2024-07-22T22:32:54.331Z | Compiling zerocopy v0.7.34 |
1255 | 2024-07-22T22:32:55.145Z | Compiling schemars_derive v0.8.21 |
1256 | 2024-07-22T22:32:56.038Z | Compiling tracing-attributes v0.1.27 |
1257 | 2024-07-22T22:32:56.430Z | Compiling hashbrown v0.14.5 |
1258 | 2024-07-22T22:32:56.559Z | Compiling zeroize v1.7.0 |
1259 | 2024-07-22T22:32:57.078Z | Compiling openssl-macros v0.1.1 |
1260 | 2024-07-22T22:32:57.901Z | Compiling scroll_derive v0.12.0 |
1261 | 2024-07-22T22:32:58.033Z | Compiling pest v2.7.10 |
1262 | 2024-07-22T22:32:58.457Z | Compiling crypto-common v0.1.6 |
1263 | 2024-07-22T22:32:58.647Z | Compiling futures-util v0.3.30 |
1264 | 2024-07-22T22:32:59.287Z | Compiling der_derive v0.7.2 |
1265 | 2024-07-22T22:32:59.348Z | Compiling block-buffer v0.10.4 |
1266 | 2024-07-22T22:32:59.537Z | Compiling regex-automata v0.4.6 |
1267 | 2024-07-22T22:33:00.753Z | Compiling pest_meta v2.7.10 |
1268 | 2024-07-22T22:33:01.702Z | Compiling tracing-core v0.1.32 |
1269 | 2024-07-22T22:33:04.214Z | Compiling pest_generator v2.7.10 |
1270 | 2024-07-22T22:33:05.133Z | Compiling bytes v1.6.0 |
1271 | 2024-07-22T22:33:05.419Z | Compiling indexmap v2.2.6 |
1272 | 2024-07-22T22:33:06.175Z | Compiling uuid v1.10.0 |
1273 | 2024-07-22T22:33:06.351Z | Compiling bitflags v2.5.0 |
1274 | 2024-07-22T22:33:06.946Z | Compiling tokio v1.38.1 |
1275 | 2024-07-22T22:33:07.522Z | Compiling chrono v0.4.38 |
1276 | 2024-07-22T22:33:07.759Z | Compiling serde_tokenstream v0.2.1 |
1277 | 2024-07-22T22:33:08.692Z | Compiling serde_spanned v0.6.6 |
1278 | 2024-07-22T22:33:08.892Z | Compiling toml_datetime v0.6.6 |
1279 | 2024-07-22T22:33:09.320Z | Compiling http v0.2.12 |
1280 | 2024-07-22T22:33:09.930Z | Compiling toml_edit v0.19.15 |
1281 | 2024-07-22T22:33:11.667Z | Compiling pest_derive v2.7.10 |
1282 | 2024-07-22T22:33:12.443Z | Compiling rustc_version v0.4.0 |
1283 | 2024-07-22T22:33:13.109Z | Compiling usdt-impl v0.5.0 |
1284 | 2024-07-22T22:33:13.433Z | Compiling powerfmt v0.2.0 |
1285 | 2024-07-22T22:33:13.466Z | Compiling rustversion v1.0.17 |
1286 | 2024-07-22T22:33:13.942Z | Compiling deranged v0.3.11 |
1287 | 2024-07-22T22:33:14.145Z | Compiling heapless v0.7.17 |
1288 | 2024-07-22T22:33:14.161Z | Compiling tracing v0.1.40 |
1289 | 2024-07-22T22:33:14.541Z | Compiling digest v0.10.7 |
1290 | 2024-07-22T22:33:14.983Z | Compiling scroll v0.12.0 |
1291 | 2024-07-22T22:33:15.517Z | Compiling percent-encoding v2.3.1 |
1292 | 2024-07-22T22:33:15.854Z | Compiling plain v0.2.3 |
1293 | 2024-07-22T22:33:16.159Z | Compiling num_threads v0.1.7 |
1294 | 2024-07-22T22:33:16.201Z | Compiling signal-hook v0.3.17 |
1295 | 2024-07-22T22:33:16.283Z | Compiling ppv-lite86 v0.2.17 |
1296 | 2024-07-22T22:33:16.458Z | Compiling heck v0.4.1 |
1297 | 2024-07-22T22:33:16.894Z | Compiling time v0.3.36 |
1298 | 2024-07-22T22:33:16.897Z | Compiling goblin v0.8.2 |
1299 | 2024-07-22T22:33:17.027Z | Compiling rand_chacha v0.3.1 |
1300 | 2024-07-22T22:33:18.092Z | Compiling regex v1.10.5 |
1301 | 2024-07-22T22:33:19.305Z | Compiling crc32fast v1.4.0 |
1302 | 2024-07-22T22:33:19.742Z | Compiling pretty-hex v0.4.1 |
1303 | 2024-07-22T22:33:19.949Z | Compiling strsim v0.11.1 |
1304 | 2024-07-22T22:33:20.855Z | Compiling rand v0.8.5 |
1305 | 2024-07-22T22:33:21.875Z | Compiling tokio-util v0.7.11 |
1306 | 2024-07-22T22:33:22.620Z | Compiling dof v0.3.0 |
1307 | 2024-07-22T22:33:22.815Z | Compiling dtrace-parser v0.2.0 |
1308 | 2024-07-22T22:33:23.490Z | Compiling async-trait v0.1.81 |
1309 | 2024-07-22T22:33:24.298Z | Compiling thread-id v4.2.1 |
1310 | 2024-07-22T22:33:24.517Z | Compiling foreign-types-shared v0.1.1 |
1311 | 2024-07-22T22:33:24.622Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1312 | 2024-07-22T22:33:24.661Z | Compiling smoltcp v0.9.1 |
1313 | 2024-07-22T22:33:24.800Z | Compiling unicode-width v0.1.13 |
1314 | 2024-07-22T22:33:24.958Z | Compiling base64ct v1.6.0 |
1315 | 2024-07-22T22:33:25.296Z | Compiling foreign-types v0.3.2 |
1316 | 2024-07-22T22:33:25.527Z | Compiling pem-rfc7468 v0.7.0 |
1317 | 2024-07-22T22:33:26.915Z | Compiling form_urlencoded v1.2.1 |
1318 | 2024-07-22T22:33:27.277Z | Compiling hmac v0.12.1 |
1319 | 2024-07-22T22:33:27.634Z | Compiling base64 v0.21.7 |
1320 | 2024-07-22T22:33:27.690Z | Compiling siphasher v0.3.11 |
1321 | 2024-07-22T22:33:27.902Z | Compiling flagset v0.4.5 |
1322 | 2024-07-22T22:33:28.114Z | Compiling try-lock v0.2.5 |
1323 | 2024-07-22T22:33:28.130Z | Compiling adler v1.0.2 |
1324 | 2024-07-22T22:33:28.316Z | Compiling miniz_oxide v0.7.2 |
1325 | 2024-07-22T22:33:28.352Z | Compiling want v0.3.1 |
1326 | 2024-07-22T22:33:28.654Z | Compiling der v0.7.9 |
1327 | 2024-07-22T22:33:30.330Z | Compiling h2 v0.3.26 |
1328 | 2024-07-22T22:33:31.542Z | Compiling rustls-webpki v0.101.7 |
1329 | 2024-07-22T22:33:31.818Z | Compiling sct v0.7.1 |
1330 | 2024-07-22T22:33:32.116Z | Compiling http-body v0.4.6 |
1331 | 2024-07-22T22:33:33.131Z | Compiling openapiv3 v2.0.0 |
1332 | 2024-07-22T22:33:33.206Z | Compiling hubpack_derive v0.1.1 |
1333 | 2024-07-22T22:33:33.223Z | Compiling zerocopy-derive v0.6.6 |
1334 | 2024-07-22T22:33:33.912Z | Compiling idna v0.5.0 |
1335 | 2024-07-22T22:33:34.242Z | Compiling lazy_static v1.5.0 |
1336 | 2024-07-22T22:33:34.259Z | Compiling errno v0.3.9 |
1337 | 2024-07-22T22:33:34.527Z | Compiling fs-err v2.11.0 |
1338 | 2024-07-22T22:33:34.583Z | Compiling openssl-probe v0.1.5 |
1339 | 2024-07-22T22:33:34.812Z | Compiling tower-service v0.3.2 |
1340 | 2024-07-22T22:33:34.932Z | Compiling stable_deref_trait v1.2.0 |
1341 | 2024-07-22T22:33:35.032Z | Compiling utf8parse v0.2.1 |
1342 | 2024-07-22T22:33:35.070Z | Compiling httpdate v1.0.3 |
1343 | 2024-07-22T22:33:35.176Z | Compiling gimli v0.28.1 |
1344 | 2024-07-22T22:33:35.192Z | Compiling anstyle v1.0.7 |
1345 | 2024-07-22T22:33:35.473Z | Compiling cpufeatures v0.2.12 |
1346 | 2024-07-22T22:33:35.638Z | Compiling finl_unicode v1.2.0 |
1347 | 2024-07-22T22:33:36.389Z | Compiling stringprep v0.1.4 |
1348 | 2024-07-22T22:33:36.450Z | Compiling sha2 v0.10.8 |
1349 | 2024-07-22T22:33:36.792Z | Compiling anstyle-parse v0.2.4 |
1350 | 2024-07-22T22:33:37.420Z | Compiling hyper v0.14.28 |
1351 | 2024-07-22T22:33:37.435Z | Compiling url v2.5.2 |
1352 | 2024-07-22T22:33:40.335Z | Compiling addr2line v0.21.0 |
1353 | 2024-07-22T22:33:41.144Z | Compiling spki v0.7.3 |
1354 | 2024-07-22T22:33:41.869Z | Compiling usdt-attr-macro v0.5.0 |
1355 | 2024-07-22T22:33:43.422Z | Compiling usdt-macro v0.5.0 |
1356 | 2024-07-22T22:33:43.638Z | Compiling md-5 v0.10.6 |
1357 | 2024-07-22T22:33:46.790Z | Compiling idna v0.3.0 |
1358 | 2024-07-22T22:33:48.139Z | Compiling diesel_table_macro_syntax v0.1.0 |
1359 | 2024-07-22T22:33:48.239Z | Compiling num-integer v0.1.46 |
1360 | 2024-07-22T22:33:48.642Z | Compiling object v0.32.2 |
1361 | 2024-07-22T22:33:48.711Z | Compiling hash32 v0.2.1 |
1362 | 2024-07-22T22:33:48.939Z | Compiling is_terminal_polyfill v1.70.0 |
1363 | 2024-07-22T22:33:49.067Z | Compiling fallible-iterator v0.2.0 |
1364 | 2024-07-22T22:33:49.082Z | Compiling colorchoice v1.0.1 |
1365 | 2024-07-22T22:33:49.232Z | Compiling rustc-demangle v0.1.24 |
1366 | 2024-07-22T22:33:51.542Z | Compiling anstyle-query v1.0.3 |
1367 | 2024-07-22T22:33:51.689Z | Compiling psl-types v2.0.11 |
1368 | 2024-07-22T22:33:51.876Z | Compiling publicsuffix v2.2.3 |
1369 | 2024-07-22T22:33:52.110Z | Compiling anstream v0.6.14 |
1370 | 2024-07-22T22:33:55.372Z | Compiling postgres-protocol v0.6.6 |
1371 | 2024-07-22T22:33:57.345Z | Compiling diesel_derives v2.1.4 |
1372 | 2024-07-22T22:34:03.149Z | Compiling tokio-rustls v0.24.1 |
1373 | 2024-07-22T22:34:03.986Z | Compiling pkcs8 v0.10.2 |
1374 | 2024-07-22T22:34:04.434Z | Compiling terminal_size v0.3.0 |
1375 | 2024-07-22T22:34:04.495Z | Compiling tokio-native-tls v0.3.1 |
1376 | 2024-07-22T22:34:04.766Z | Compiling phf_shared v0.11.2 |
1377 | 2024-07-22T22:34:06.184Z | Compiling strum_macros v0.25.3 |
1378 | 2024-07-22T22:34:06.441Z | Compiling enum-as-inner v0.5.1 |
1379 | 2024-07-22T22:34:07.269Z | Compiling block-padding v0.3.3 |
1380 | 2024-07-22T22:34:07.422Z | Compiling regress v0.9.1 |
1381 | 2024-07-22T22:34:07.483Z | Compiling clap_derive v4.5.8 |
1382 | 2024-07-22T22:34:07.797Z | Compiling serde_repr v0.1.19 |
1383 | 2024-07-22T22:34:09.465Z | Compiling ff v0.13.0 |
1384 | 2024-07-22T22:34:09.726Z | Compiling scheduled-thread-pool v0.2.7 |
1385 | 2024-07-22T22:34:10.270Z | Compiling encoding_rs v0.8.34 |
1386 | 2024-07-22T22:34:12.031Z | Compiling bitflags v1.3.2 |
1387 | 2024-07-22T22:34:12.136Z | Compiling either v1.12.0 |
1388 | 2024-07-22T22:34:12.331Z | Compiling ipnet v2.9.0 |
1389 | 2024-07-22T22:34:12.370Z | Compiling regex-automata v0.1.10 |
1390 | 2024-07-22T22:34:12.575Z | Compiling managed v0.8.0 |
1391 | 2024-07-22T22:34:13.303Z | Compiling mime v0.3.17 |
1392 | 2024-07-22T22:34:13.318Z | Compiling base16ct v0.2.0 |
1393 | 2024-07-22T22:34:13.444Z | Compiling clap_lex v0.7.0 |
1394 | 2024-07-22T22:34:14.342Z | Compiling bit-vec v0.6.3 |
1395 | 2024-07-22T22:34:14.429Z | Compiling matches v0.1.10 |
1396 | 2024-07-22T22:34:14.495Z | Compiling clap_builder v4.5.9 |
1397 | 2024-07-22T22:34:14.528Z | Compiling idna v0.2.3 |
1398 | 2024-07-22T22:34:14.734Z | Compiling sec1 v0.7.3 |
1399 | 2024-07-22T22:34:15.964Z | Compiling bstr v0.2.17 |
1400 | 2024-07-22T22:34:17.363Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1401 | 2024-07-22T22:34:17.748Z | Compiling r2d2 v0.8.10 |
1402 | 2024-07-22T22:34:19.273Z | Compiling group v0.13.0 |
1403 | 2024-07-22T22:34:20.929Z | Compiling inout v0.1.3 |
1404 | 2024-07-22T22:34:21.800Z | Compiling phf v0.11.2 |
1405 | 2024-07-22T22:34:21.853Z | Compiling hyper-tls v0.5.0 |
1406 | 2024-07-22T22:34:22.108Z | Compiling signal-hook-mio v0.2.3 |
1407 | 2024-07-22T22:34:22.187Z | Compiling hyper-rustls v0.24.2 |
1408 | 2024-07-22T22:34:22.263Z | Compiling cookie_store v0.20.0 |
1409 | 2024-07-22T22:34:22.534Z | Compiling postgres-types v0.2.6 |
1410 | 2024-07-22T22:34:22.652Z | Compiling num-bigint v0.4.5 |
1411 | 2024-07-22T22:34:22.836Z | Compiling zerocopy v0.6.6 |
1412 | 2024-07-22T22:34:23.698Z | Compiling hubpack v0.1.2 |
1413 | 2024-07-22T22:34:23.759Z | Compiling rustls-pemfile v1.0.4 |
1414 | 2024-07-22T22:34:23.954Z | Compiling phf_shared v0.10.0 |
1415 | 2024-07-22T22:34:24.139Z | Compiling hkdf v0.12.4 |
1416 | 2024-07-22T22:34:24.142Z | Compiling serde_urlencoded v0.7.1 |
1417 | 2024-07-22T22:34:24.368Z | Compiling crossbeam-epoch v0.9.18 |
1418 | 2024-07-22T22:34:24.699Z | Compiling ipnetwork v0.20.0 |
1419 | 2024-07-22T22:34:25.770Z | Compiling futures-executor v0.3.30 |
1420 | 2024-07-22T22:34:26.010Z | Compiling crypto-bigint v0.5.5 |
1421 | 2024-07-22T22:34:26.320Z | Compiling float-cmp v0.9.0 |
1422 | 2024-07-22T22:34:26.366Z | Compiling memmap v0.7.0 |
1423 | 2024-07-22T22:34:26.628Z | Compiling data-encoding v2.6.0 |
1424 | 2024-07-22T22:34:26.711Z | Compiling new_debug_unreachable v1.0.6 |
1425 | 2024-07-22T22:34:27.353Z | Compiling unicode-segmentation v1.11.0 |
1426 | 2024-07-22T22:34:28.404Z | Compiling winnow v0.6.8 |
1427 | 2024-07-22T22:34:28.564Z | Compiling normalize-line-endings v0.3.0 |
1428 | 2024-07-22T22:34:28.685Z | Compiling minimal-lexical v0.2.1 |
1429 | 2024-07-22T22:34:29.187Z | Compiling sync_wrapper v0.1.2 |
1430 | 2024-07-22T22:34:29.317Z | Compiling difflib v0.4.0 |
1431 | 2024-07-22T22:34:29.419Z | Compiling static_assertions v1.1.0 |
1432 | 2024-07-22T22:34:29.520Z | Compiling webpki-roots v0.25.4 |
1433 | 2024-07-22T22:34:30.109Z | Compiling whoami v1.5.1 |
1434 | 2024-07-22T22:34:30.174Z | Compiling predicates-core v1.0.6 |
1435 | 2024-07-22T22:34:30.359Z | Compiling precomputed-hash v0.1.1 |
1436 | 2024-07-22T22:34:30.479Z | Compiling fixedbitset v0.4.2 |
1437 | 2024-07-22T22:34:30.505Z | Compiling string_cache v0.8.7 |
1438 | 2024-07-22T22:34:30.593Z | Compiling tokio-postgres v0.7.10 |
1439 | 2024-07-22T22:34:30.710Z | Compiling predicates v3.1.0 |
1440 | 2024-07-22T22:34:30.779Z | Compiling petgraph v0.6.5 |
1441 | 2024-07-22T22:34:30.927Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1442 | 2024-07-22T22:34:32.202Z | Compiling toml_edit v0.22.16 |
1443 | 2024-07-22T22:34:32.236Z | Compiling reqwest v0.11.27 |
1444 | 2024-07-22T22:34:32.441Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1445 | 2024-07-22T22:34:34.850Z | Compiling nom v7.1.3 |
1446 | 2024-07-22T22:34:34.951Z | Compiling elliptic-curve v0.13.8 |
1447 | 2024-07-22T22:34:35.305Z | Compiling similar v2.5.0 |
1448 | 2024-07-22T22:34:35.703Z | Compiling trust-dns-proto v0.22.0 |
1449 | 2024-07-22T22:34:37.485Z | Compiling usdt v0.5.0 |
1450 | 2024-07-22T22:34:38.592Z | Compiling futures v0.3.30 |
1451 | 2024-07-22T22:34:38.661Z | Compiling yasna v0.5.2 |
1452 | 2024-07-22T22:34:38.711Z | Compiling diesel v2.1.6 |
1453 | 2024-07-22T22:34:39.195Z | Compiling crossterm v0.27.0 |
1454 | 2024-07-22T22:34:39.476Z | Compiling flate2 v1.0.30 |
1455 | 2024-07-22T22:34:39.518Z | Compiling cipher v0.4.4 |
1456 | 2024-07-22T22:34:40.231Z | Compiling clap v4.5.9 |
1457 | 2024-07-22T22:34:40.360Z | Compiling bit-set v0.5.3 |
1458 | 2024-07-22T22:34:40.408Z | Compiling itertools v0.12.1 |
1459 | 2024-07-22T22:34:40.649Z | Compiling itertools v0.10.5 |
1460 | 2024-07-22T22:34:42.474Z | Compiling num-iter v0.1.45 |
1461 | 2024-07-22T22:34:43.441Z | Compiling console v0.15.8 |
1462 | 2024-07-22T22:34:43.541Z | Compiling tokio-stream v0.1.15 |
1463 | 2024-07-22T22:34:43.544Z | Compiling toml v0.7.8 |
1464 | 2024-07-22T22:34:43.660Z | Compiling hex v0.4.3 |
1465 | 2024-07-22T22:34:43.754Z | Compiling bstr v1.9.1 |
1466 | 2024-07-22T22:34:44.455Z | Compiling lalrpop-util v0.19.12 |
1467 | 2024-07-22T22:34:44.646Z | Compiling unicode-xid v0.2.4 |
1468 | 2024-07-22T22:34:44.696Z | Compiling peg-runtime v0.8.3 |
1469 | 2024-07-22T22:34:45.077Z | Compiling camino v1.1.7 |
1470 | 2024-07-22T22:34:45.327Z | Compiling proc-macro-crate v1.3.1 |
1471 | 2024-07-22T22:34:46.558Z | Compiling heapless v0.8.0 |
1472 | 2024-07-22T22:34:48.900Z | Compiling num_enum_derive v0.5.11 |
1473 | 2024-07-22T22:34:54.610Z | Compiling hash32 v0.3.1 |
1474 | 2024-07-22T22:34:55.000Z | Compiling ident_case v1.0.1 |
1475 | 2024-07-22T22:34:55.181Z | Compiling smoltcp v0.11.0 |
1476 | 2024-07-22T22:34:55.349Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1477 | 2024-07-22T22:34:57.453Z | Compiling rustls-pki-types v1.7.0 |
1478 | 2024-07-22T22:35:01.631Z | Compiling darling_core v0.20.9 |
1479 | 2024-07-22T22:35:10.972Z | Compiling num_enum v0.5.11 |
1480 | 2024-07-22T22:35:11.919Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1481 | 2024-07-22T22:35:12.336Z | Compiling getopts v0.2.21 |
1482 | 2024-07-22T22:35:13.201Z | Compiling dirs-sys-next v0.1.2 |
1483 | 2024-07-22T22:35:13.791Z | Compiling proc-macro-error-attr v1.0.4 |
1484 | 2024-07-22T22:35:14.102Z | Compiling cobs v0.2.3 |
1485 | 2024-07-22T22:35:14.554Z | Compiling unsafe-libyaml v0.2.11 |
1486 | 2024-07-22T22:35:15.194Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1487 | 2024-07-22T22:35:15.378Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1488 | 2024-07-22T22:35:15.462Z | Compiling rustls v0.22.4 |
1489 | 2024-07-22T22:35:15.631Z | Compiling paste v1.0.15 |
1490 | 2024-07-22T22:35:15.713Z | Compiling embedded-io v0.4.0 |
1491 | 2024-07-22T22:35:16.916Z | Compiling postcard v1.0.8 |
1492 | 2024-07-22T22:35:17.902Z | Compiling serde_yaml v0.9.34+deprecated |
1493 | 2024-07-22T22:35:19.851Z | Compiling dirs-next v2.0.0 |
1494 | 2024-07-22T22:35:20.897Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1495 | 2024-07-22T22:35:23.537Z | Compiling darling_macro v0.20.9 |
1496 | 2024-07-22T22:35:24.504Z | Compiling rustls-webpki v0.102.4 |
1497 | 2024-07-22T22:35:31.629Z | Compiling strum_macros v0.26.4 |
1498 | 2024-07-22T22:35:33.068Z | Compiling structmeta-derive v0.3.0 |
1499 | 2024-07-22T22:35:33.458Z | Compiling foreign-types-macros v0.2.3 |
1500 | 2024-07-22T22:35:34.369Z | Compiling thread_local v1.1.8 |
1501 | 2024-07-22T22:35:34.701Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1502 | 2024-07-22T22:35:34.992Z | Compiling proc-macro-error v1.0.4 |
1503 | 2024-07-22T22:35:35.098Z | Compiling multer v3.1.0 |
1504 | 2024-07-22T22:35:35.287Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1505 | 2024-07-22T22:35:35.685Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1506 | 2024-07-22T22:35:36.703Z | Compiling slog-async v2.8.0 |
1507 | 2024-07-22T22:35:37.070Z | Compiling match_cfg v0.1.0 |
1508 | 2024-07-22T22:35:37.158Z | Compiling foreign-types-shared v0.3.1 |
1509 | 2024-07-22T22:35:37.275Z | Compiling foreign-types v0.5.0 |
1510 | 2024-07-22T22:35:37.904Z | Compiling hostname v0.3.1 |
1511 | 2024-07-22T22:35:41.516Z | Compiling strum v0.26.3 |
1512 | 2024-07-22T22:35:44.504Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1513 | 2024-07-22T22:35:44.609Z | Compiling structmeta v0.3.0 |
1514 | 2024-07-22T22:35:48.927Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1515 | 2024-07-22T22:35:49.760Z | Compiling darling v0.20.9 |
1516 | 2024-07-22T22:35:55.061Z | Compiling term v0.7.0 |
1517 | 2024-07-22T22:35:59.825Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1518 | 2024-07-22T22:36:01.429Z | Compiling slog-json v2.6.1 |
1519 | 2024-07-22T22:36:01.969Z | Compiling tabwriter v1.4.0 |
1520 | 2024-07-22T22:36:02.763Z | Compiling crossbeam-channel v0.5.12 |
1521 | 2024-07-22T22:36:03.693Z | Compiling http v1.1.0 |
1522 | 2024-07-22T22:36:04.423Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1523 | 2024-07-22T22:36:04.720Z | Compiling async-stream-impl v0.3.5 |
1524 | 2024-07-22T22:36:04.840Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1525 | 2024-07-22T22:36:05.115Z | Compiling cstr-argument v0.1.2 |
1526 | 2024-07-22T22:36:05.218Z | Compiling is-terminal v0.4.12 |
1527 | 2024-07-22T22:36:05.351Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1528 | 2024-07-22T22:36:05.367Z | Compiling fastrand v2.1.0 |
1529 | 2024-07-22T22:36:05.622Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1530 | 2024-07-22T22:36:05.889Z | Compiling pretty-hex v0.2.1 |
1531 | 2024-07-22T22:36:05.969Z | Compiling atomic-waker v1.1.2 |
1532 | 2024-07-22T22:36:06.026Z | Compiling base64 v0.22.1 |
1533 | 2024-07-22T22:36:06.104Z | Compiling take_mut v0.2.2 |
1534 | 2024-07-22T22:36:06.263Z | Compiling rayon-core v1.12.1 |
1535 | 2024-07-22T22:36:06.541Z | Compiling crucible-workspace-hack v0.1.0 |
1536 | 2024-07-22T22:36:06.583Z | Compiling rustls-pemfile v2.1.2 |
1537 | 2024-07-22T22:36:06.830Z | Compiling waitgroup v0.1.2 |
1538 | 2024-07-22T22:36:07.081Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1539 | 2024-07-22T22:36:07.127Z | Compiling async-stream v0.3.5 |
1540 | 2024-07-22T22:36:07.355Z | Compiling tempfile v3.10.1 |
1541 | 2024-07-22T22:36:07.724Z | Compiling slog-term v2.9.1 |
1542 | 2024-07-22T22:36:08.344Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1543 | 2024-07-22T22:36:09.275Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1544 | 2024-07-22T22:36:09.418Z | Compiling slog-bunyan v2.5.0 |
1545 | 2024-07-22T22:36:09.691Z | Compiling tokio-rustls v0.25.0 |
1546 | 2024-07-22T22:36:09.837Z | Compiling serde_with_macros v3.8.3 |
1547 | 2024-07-22T22:36:10.141Z | Compiling parse-display-derive v0.9.1 |
1548 | 2024-07-22T22:36:10.223Z | Compiling toml v0.8.15 |
1549 | 2024-07-22T22:36:10.365Z | Compiling sha1 v0.10.6 |
1550 | 2024-07-22T22:36:10.528Z | Compiling crossbeam-deque v0.8.5 |
1551 | 2024-07-22T22:36:10.929Z | Compiling colored v2.1.0 |
1552 | 2024-07-22T22:36:11.139Z | Compiling newtype-uuid v1.1.0 |
1553 | 2024-07-22T22:36:11.501Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1554 | 2024-07-22T22:36:12.243Z | Compiling serde_path_to_error v0.1.16 |
1555 | 2024-07-22T22:36:12.634Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1556 | 2024-07-22T22:36:13.319Z | Compiling hostname v0.4.0 |
1557 | 2024-07-22T22:36:13.370Z | Compiling socket2 v0.4.10 |
1558 | 2024-07-22T22:36:13.581Z | Compiling instant v0.1.12 |
1559 | 2024-07-22T22:36:13.777Z | Compiling debug-ignore v1.0.5 |
1560 | 2024-07-22T22:36:13.933Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1561 | 2024-07-22T22:36:14.231Z | Compiling parse-display v0.9.1 |
1562 | 2024-07-22T22:36:14.314Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1563 | 2024-07-22T22:36:16.133Z | Compiling backoff v0.4.0 |
1564 | 2024-07-22T22:36:16.497Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1565 | 2024-07-22T22:36:16.711Z | Compiling serde_with v3.8.3 |
1566 | 2024-07-22T22:36:17.148Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1567 | 2024-07-22T22:36:17.723Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1568 | 2024-07-22T22:36:19.129Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1569 | 2024-07-22T22:36:19.850Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1570 | 2024-07-22T22:36:20.192Z | Compiling camino-tempfile v1.1.1 |
1571 | 2024-07-22T22:36:20.990Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1572 | 2024-07-22T22:36:21.082Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1573 | 2024-07-22T22:36:21.254Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1574 | 2024-07-22T22:36:21.270Z | Compiling macaddr v1.0.1 |
1575 | 2024-07-22T22:36:21.469Z | Compiling num-derive v0.4.2 |
1576 | 2024-07-22T22:36:21.884Z | Compiling sigpipe v0.1.3 |
1577 | 2024-07-22T22:36:22.019Z | Compiling libefi-sys v0.1.0 |
1578 | 2024-07-22T22:36:22.327Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1579 | 2024-07-22T22:36:22.897Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1580 | 2024-07-22T22:36:23.809Z | Compiling rayon v1.10.0 |
1581 | 2024-07-22T22:36:23.871Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1582 | 2024-07-22T22:36:24.338Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1583 | 2024-07-22T22:36:25.063Z | Compiling smf v0.2.3 |
1584 | 2024-07-22T22:36:25.490Z | Compiling bitfield-struct v0.6.1 |
1585 | 2024-07-22T22:36:26.208Z | Compiling ring v0.16.20 |
1586 | 2024-07-22T22:36:26.862Z | Compiling blake3 v1.5.1 |
1587 | 2024-07-22T22:36:27.230Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1588 | 2024-07-22T22:36:27.404Z | Compiling portable-atomic v1.6.0 |
1589 | 2024-07-22T22:36:28.095Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1590 | 2024-07-22T22:36:28.366Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1591 | 2024-07-22T22:36:28.876Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1592 | 2024-07-22T22:36:28.891Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1593 | 2024-07-22T22:36:29.532Z | Compiling xattr v1.3.1 |
1594 | 2024-07-22T22:36:29.652Z | Compiling memmap2 v0.9.4 |
1595 | 2024-07-22T22:36:29.847Z | Compiling filetime v0.2.23 |
1596 | 2024-07-22T22:36:30.201Z | Compiling same-file v1.0.6 |
1597 | 2024-07-22T22:36:30.227Z | Compiling arrayref v0.3.7 |
1598 | 2024-07-22T22:36:30.334Z | Compiling spin v0.5.2 |
1599 | 2024-07-22T22:36:30.477Z | Compiling arrayvec v0.7.4 |
1600 | 2024-07-22T22:36:30.590Z | Compiling constant_time_eq v0.3.0 |
1601 | 2024-07-22T22:36:30.768Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1602 | 2024-07-22T22:36:30.897Z | Compiling untrusted v0.7.1 |
1603 | 2024-07-22T22:36:31.074Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1604 | 2024-07-22T22:36:32.309Z | Compiling walkdir v2.5.0 |
1605 | 2024-07-22T22:36:32.778Z | Compiling tar v0.4.41 |
1606 | 2024-07-22T22:36:33.721Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1607 | 2024-07-22T22:36:35.090Z | Compiling cargo-platform v0.1.8 |
1608 | 2024-07-22T22:36:36.097Z | Compiling gethostname v0.4.3 |
1609 | 2024-07-22T22:36:36.227Z | Compiling topological-sort v0.2.2 |
1610 | 2024-07-22T22:36:36.372Z | Compiling number_prefix v0.4.0 |
1611 | 2024-07-22T22:36:36.387Z | Compiling cargo_metadata v0.18.1 |
1612 | 2024-07-22T22:36:36.488Z | Compiling omicron-zone-package v0.11.0 |
1613 | 2024-07-22T22:36:36.613Z | Compiling indicatif v0.17.8 |
1614 | 2024-07-22T22:36:41.362Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1615 | 2024-07-22T22:36:44.878Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1616 | 2024-07-22T22:36:45.648Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1617 | 2024-07-22T22:36:49.794Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1618 | 2024-07-22T22:37:07.268Z | Finished `release` profile [optimized] target(s) in 4m 34s |
1619 | 2024-07-22T22:37:07.384Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1620 | 2024-07-22T22:37:07.425Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1621 | 2024-07-22T22:37:07.428Z | Created new build target 'test' and set it as active |
1622 | 2024-07-22T22:37:07.428Z | |
1623 | 2024-07-22T22:37:07.428Z | real 4:34.206008612 |
1624 | 2024-07-22T22:37:07.428Z | user 30:44.897567773 |
1625 | 2024-07-22T22:37:07.428Z | sys 3:59.263330400 |
1626 | 2024-07-22T22:37:07.428Z | trap 0.926454232 |
1627 | 2024-07-22T22:37:07.428Z | tflt 2.725857005 |
1628 | 2024-07-22T22:37:07.428Z | dflt 1.712668677 |
1629 | 2024-07-22T22:37:07.428Z | kflt 0.001422765 |
1630 | 2024-07-22T22:37:07.429Z | lock 1:04:39.586793919 |
1631 | 2024-07-22T22:37:07.429Z | slp 1:26:50.513893449 |
1632 | 2024-07-22T22:37:07.429Z | lat 2:00.389544346 |
1633 | 2024-07-22T22:37:07.429Z | stop 2:59.811274400 |
1634 | 2024-07-22T22:37:07.429Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1635 | 2024-07-22T22:37:08.305Z | Finished `release` profile [optimized] target(s) in 0.83s |
1636 | 2024-07-22T22:37:08.345Z | Running `target/release/omicron-package -t test package` |
1637 | 2024-07-22T22:37:08.381Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1638 | 2024-07-22T22:37:09.400Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1639 | 2024-07-22T22:37:09.501Z | Compiling derive-where v1.2.7 |
1640 | 2024-07-22T22:37:09.504Z | Compiling humantime v2.1.0 |
1641 | 2024-07-22T22:37:09.510Z | Compiling newline-converter v0.3.0 |
1642 | 2024-07-22T22:37:09.519Z | Compiling camino v1.1.7 |
1643 | 2024-07-22T22:37:09.533Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1644 | 2024-07-22T22:37:09.536Z | Compiling password-hash v0.5.0 |
1645 | 2024-07-22T22:37:09.536Z | Compiling blake2 v0.10.6 |
1646 | 2024-07-22T22:37:09.665Z | Compiling expectorate v1.1.0 |
1647 | 2024-07-22T22:37:09.732Z | Compiling toml v0.8.15 |
1648 | 2024-07-22T22:37:09.849Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1649 | 2024-07-22T22:37:10.316Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1650 | 2024-07-22T22:37:10.508Z | Compiling argon2 v0.5.3 |
1651 | 2024-07-22T22:37:10.745Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1652 | 2024-07-22T22:37:10.760Z | Compiling dirs-sys-next v0.1.2 |
1653 | 2024-07-22T22:37:10.959Z | Compiling semver v0.1.20 |
1654 | 2024-07-22T22:37:11.282Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1655 | 2024-07-22T22:37:11.338Z | Compiling dirs-next v2.0.0 |
1656 | 2024-07-22T22:37:11.519Z | Compiling prettyplease v0.2.20 |
1657 | 2024-07-22T22:37:11.535Z | Compiling term v0.7.0 |
1658 | 2024-07-22T22:37:11.794Z | Compiling rustc_version v0.1.7 |
1659 | 2024-07-22T22:37:11.818Z | Compiling is-terminal v0.4.12 |
1660 | 2024-07-22T22:37:11.918Z | Compiling home v0.5.9 |
1661 | 2024-07-22T22:37:11.941Z | Compiling convert_case v0.4.0 |
1662 | 2024-07-22T22:37:12.185Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1663 | 2024-07-22T22:37:12.223Z | Compiling newtype_derive v0.1.6 |
1664 | 2024-07-22T22:37:12.710Z | Compiling steno v0.4.1 |
1665 | 2024-07-22T22:37:12.743Z | Compiling linked-hash-map v0.5.6 |
1666 | 2024-07-22T22:37:12.757Z | Compiling derive_more v0.99.18 |
1667 | 2024-07-22T22:37:12.862Z | Compiling rustls-pki-types v1.7.0 |
1668 | 2024-07-22T22:37:13.111Z | Compiling lru-cache v0.1.2 |
1669 | 2024-07-22T22:37:13.337Z | Compiling rustls-webpki v0.102.4 |
1670 | 2024-07-22T22:37:13.608Z | Compiling rustls v0.22.4 |
1671 | 2024-07-22T22:37:13.633Z | Compiling thread_local v1.1.8 |
1672 | 2024-07-22T22:37:14.115Z | Compiling match_cfg v0.1.0 |
1673 | 2024-07-22T22:37:15.212Z | Compiling hostname v0.3.1 |
1674 | 2024-07-22T22:37:15.433Z | Compiling multer v3.1.0 |
1675 | 2024-07-22T22:37:15.505Z | Compiling slog-async v2.8.0 |
1676 | 2024-07-22T22:37:15.565Z | Compiling slog-json v2.6.1 |
1677 | 2024-07-22T22:37:15.579Z | Compiling crossbeam-channel v0.5.12 |
1678 | 2024-07-22T22:37:15.934Z | Compiling http v1.1.0 |
1679 | 2024-07-22T22:37:16.500Z | Compiling base64 v0.22.1 |
1680 | 2024-07-22T22:37:16.652Z | Compiling take_mut v0.2.2 |
1681 | 2024-07-22T22:37:16.813Z | Compiling atomic-waker v1.1.2 |
1682 | 2024-07-22T22:37:17.000Z | Compiling rustls-pemfile v2.1.2 |
1683 | 2024-07-22T22:37:17.197Z | Compiling waitgroup v0.1.2 |
1684 | 2024-07-22T22:37:17.428Z | Compiling slog-bunyan v2.5.0 |
1685 | 2024-07-22T22:37:18.356Z | Compiling slog-term v2.9.1 |
1686 | 2024-07-22T22:37:18.464Z | Compiling tokio-rustls v0.25.0 |
1687 | 2024-07-22T22:37:18.595Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1688 | 2024-07-22T22:37:18.663Z | Compiling async-stream v0.3.5 |
1689 | 2024-07-22T22:37:18.897Z | Compiling sha1 v0.10.6 |
1690 | 2024-07-22T22:37:18.962Z | Compiling newtype-uuid v1.1.0 |
1691 | 2024-07-22T22:37:19.263Z | Compiling serde_path_to_error v0.1.16 |
1692 | 2024-07-22T22:37:19.299Z | Compiling hostname v0.4.0 |
1693 | 2024-07-22T22:37:19.488Z | Compiling slog-dtrace v0.3.0 |
1694 | 2024-07-22T22:37:19.509Z | Compiling instant v0.1.12 |
1695 | 2024-07-22T22:37:19.644Z | Compiling debug-ignore v1.0.5 |
1696 | 2024-07-22T22:37:19.796Z | Compiling backoff v0.4.0 |
1697 | 2024-07-22T22:37:19.853Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1698 | 2024-07-22T22:37:20.089Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1699 | 2024-07-22T22:37:20.109Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1700 | 2024-07-22T22:37:20.186Z | Compiling parse-display v0.9.1 |
1701 | 2024-07-22T22:37:20.273Z | Compiling serde_with v3.8.3 |
1702 | 2024-07-22T22:37:20.762Z | Compiling strum v0.26.3 |
1703 | 2024-07-22T22:37:20.941Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1704 | 2024-07-22T22:37:22.013Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1705 | 2024-07-22T22:37:22.688Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1706 | 2024-07-22T22:37:23.326Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1707 | 2024-07-22T22:37:23.492Z | Compiling num-rational v0.4.2 |
1708 | 2024-07-22T22:37:23.909Z | Compiling num-complex v0.4.6 |
1709 | 2024-07-22T22:37:24.442Z | Compiling macaddr v1.0.1 |
1710 | 2024-07-22T22:37:24.870Z | Compiling swrite v0.1.0 |
1711 | 2024-07-22T22:37:24.917Z | Compiling num v0.4.3 |
1712 | 2024-07-22T22:37:25.102Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1713 | 2024-07-22T22:37:27.473Z | Compiling termcolor v1.4.1 |
1714 | 2024-07-22T22:37:27.477Z | Compiling float-ord v0.3.2 |
1715 | 2024-07-22T22:37:27.649Z | Compiling quick-error v1.2.3 |
1716 | 2024-07-22T22:37:27.800Z | Compiling resolv-conf v0.7.0 |
1717 | 2024-07-22T22:37:28.466Z | Compiling utf-8 v0.7.6 |
1718 | 2024-07-22T22:37:28.601Z | Compiling trust-dns-resolver v0.22.0 |
1719 | 2024-07-22T22:37:28.825Z | Compiling rayon-core v1.12.1 |
1720 | 2024-07-22T22:37:28.852Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1721 | 2024-07-22T22:37:29.444Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1722 | 2024-07-22T22:37:35.190Z | Compiling crossbeam-deque v0.8.5 |
1723 | 2024-07-22T22:37:35.778Z | Compiling display-error-chain v0.2.0 |
1724 | 2024-07-22T22:37:35.956Z | Compiling same-file v1.0.6 |
1725 | 2024-07-22T22:37:36.182Z | Compiling fastrand v2.1.0 |
1726 | 2024-07-22T22:37:36.669Z | Compiling tempfile v3.10.1 |
1727 | 2024-07-22T22:37:37.500Z | Compiling walkdir v2.5.0 |
1728 | 2024-07-22T22:37:39.783Z | Compiling radium v0.7.0 |
1729 | 2024-07-22T22:37:40.248Z | Compiling ring v0.16.20 |
1730 | 2024-07-22T22:37:40.374Z | Compiling blake3 v1.5.1 |
1731 | 2024-07-22T22:37:40.727Z | Compiling rayon v1.10.0 |
1732 | 2024-07-22T22:37:42.885Z | Compiling xattr v1.3.1 |
1733 | 2024-07-22T22:37:43.160Z | Compiling nibble_vec v0.1.0 |
1734 | 2024-07-22T22:37:43.396Z | Compiling filetime v0.2.23 |
1735 | 2024-07-22T22:37:43.713Z | Compiling memmap2 v0.9.4 |
1736 | 2024-07-22T22:37:44.132Z | Compiling constant_time_eq v0.3.0 |
1737 | 2024-07-22T22:37:44.289Z | Compiling endian-type v0.1.2 |
1738 | 2024-07-22T22:37:44.537Z | Compiling spin v0.5.2 |
1739 | 2024-07-22T22:37:44.802Z | Compiling arrayref v0.3.7 |
1740 | 2024-07-22T22:37:44.908Z | Compiling maybe-uninit v2.0.0 |
1741 | 2024-07-22T22:37:45.368Z | Compiling untrusted v0.7.1 |
1742 | 2024-07-22T22:37:45.567Z | Compiling cancel-safe-futures v0.1.5 |
1743 | 2024-07-22T22:37:45.656Z | Compiling arrayvec v0.7.4 |
1744 | 2024-07-22T22:37:45.905Z | Compiling tap v1.0.1 |
1745 | 2024-07-22T22:37:46.061Z | Compiling wyz v0.5.1 |
1746 | 2024-07-22T22:37:46.572Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1747 | 2024-07-22T22:37:47.617Z | Compiling radix_trie v0.2.1 |
1748 | 2024-07-22T22:37:48.533Z | Compiling tar v0.4.41 |
1749 | 2024-07-22T22:37:50.187Z | Compiling toolchain_find v0.4.0 |
1750 | 2024-07-22T22:37:50.408Z | Compiling camino-tempfile v1.1.1 |
1751 | 2024-07-22T22:37:50.520Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1752 | 2024-07-22T22:37:50.766Z | Compiling half v2.4.1 |
1753 | 2024-07-22T22:37:50.794Z | Compiling funty v2.0.0 |
1754 | 2024-07-22T22:37:50.954Z | Compiling maplit v1.0.2 |
1755 | 2024-07-22T22:37:51.075Z | Compiling num-bigint-dig v0.8.4 |
1756 | 2024-07-22T22:37:51.168Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1757 | 2024-07-22T22:37:51.351Z | Compiling crc-catalog v2.4.0 |
1758 | 2024-07-22T22:37:51.382Z | Compiling packed_struct v0.10.1 |
1759 | 2024-07-22T22:37:51.506Z | Compiling glob v0.3.1 |
1760 | 2024-07-22T22:37:51.522Z | Compiling crunchy v0.2.2 |
1761 | 2024-07-22T22:37:51.603Z | Compiling topological-sort v0.2.2 |
1762 | 2024-07-22T22:37:51.773Z | Compiling ciborium-io v0.2.2 |
1763 | 2024-07-22T22:37:51.817Z | Compiling bitvec v1.0.1 |
1764 | 2024-07-22T22:37:51.904Z | Compiling ciborium-ll v0.2.2 |
1765 | 2024-07-22T22:37:51.988Z | Compiling omicron-zone-package v0.11.0 |
1766 | 2024-07-22T22:37:52.319Z | Compiling clang-sys v1.7.0 |
1767 | 2024-07-22T22:37:52.394Z | Compiling crc v3.2.1 |
1768 | 2024-07-22T22:37:53.313Z | Compiling rustfmt-wrapper v0.2.1 |
1769 | 2024-07-22T22:37:54.413Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1770 | 2024-07-22T22:37:54.677Z | Compiling packed_struct_codegen v0.10.1 |
1771 | 2024-07-22T22:37:55.562Z | Compiling indexmap v1.9.3 |
1772 | 2024-07-22T22:37:55.865Z | Compiling tiny-keccak v2.0.2 |
1773 | 2024-07-22T22:37:56.131Z | Compiling nodrop v0.1.14 |
1774 | 2024-07-22T22:37:56.267Z | Compiling array-init v0.0.4 |
1775 | 2024-07-22T22:37:56.401Z | Compiling smallvec v0.6.14 |
1776 | 2024-07-22T22:37:57.545Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1777 | 2024-07-22T22:37:57.582Z | Compiling ciborium v0.2.2 |
1778 | 2024-07-22T22:37:58.546Z | Compiling pkcs1 v0.7.5 |
1779 | 2024-07-22T22:37:59.730Z | Compiling signature v2.2.0 |
1780 | 2024-07-22T22:38:00.013Z | Compiling hashbrown v0.12.3 |
1781 | 2024-07-22T22:38:01.352Z | Compiling bitfield v0.14.0 |
1782 | 2024-07-22T22:38:01.544Z | Compiling arc-swap v1.7.1 |
1783 | 2024-07-22T22:38:01.658Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1784 | 2024-07-22T22:38:02.241Z | Compiling slog-scope v4.4.0 |
1785 | 2024-07-22T22:38:03.135Z | Compiling rsa v0.9.6 |
1786 | 2024-07-22T22:38:04.119Z | Compiling bzip2 v0.4.4 |
1787 | 2024-07-22T22:38:04.579Z | Compiling serde-hex v0.1.0 |
1788 | 2024-07-22T22:38:06.943Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1789 | 2024-07-22T22:38:07.266Z | Compiling env_logger v0.10.2 |
1790 | 2024-07-22T22:38:08.755Z | Compiling ascii-canvas v3.0.0 |
1791 | 2024-07-22T22:38:09.250Z | Compiling x509-cert v0.2.5 |
1792 | 2024-07-22T22:38:09.758Z | Compiling ron v0.8.1 |
1793 | 2024-07-22T22:38:10.387Z | Compiling hashbrown v0.13.2 |
1794 | 2024-07-22T22:38:10.470Z | Compiling fxhash v0.2.1 |
1795 | 2024-07-22T22:38:10.691Z | Compiling ena v0.14.3 |
1796 | 2024-07-22T22:38:11.109Z | Compiling libloading v0.8.3 |
1797 | 2024-07-22T22:38:11.395Z | Compiling regex-syntax v0.6.29 |
1798 | 2024-07-22T22:38:11.480Z | Compiling diff v0.1.13 |
1799 | 2024-07-22T22:38:11.710Z | Compiling bindgen v0.69.4 |
1800 | 2024-07-22T22:38:12.030Z | Compiling crc-any v2.5.0 |
1801 | 2024-07-22T22:38:12.157Z | Compiling object v0.30.4 |
1802 | 2024-07-22T22:38:12.935Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1803 | 2024-07-22T22:38:14.737Z | Compiling lalrpop v0.19.12 |
1804 | 2024-07-22T22:38:15.750Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1805 | 2024-07-22T22:38:21.422Z | Compiling zip v0.6.6 |
1806 | 2024-07-22T22:38:24.268Z | Compiling slog-stdlog v4.1.1 |
1807 | 2024-07-22T22:38:25.210Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1808 | 2024-07-22T22:38:25.583Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1809 | 2024-07-22T22:38:26.693Z | Compiling tungstenite v0.21.0 |
1810 | 2024-07-22T22:38:27.138Z | Compiling which v4.4.2 |
1811 | 2024-07-22T22:38:27.682Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1812 | 2024-07-22T22:38:27.915Z | Compiling cexpr v0.6.0 |
1813 | 2024-07-22T22:38:29.543Z | Compiling libsw v3.3.1 |
1814 | 2024-07-22T22:38:29.887Z | Compiling atty v0.2.14 |
1815 | 2024-07-22T22:38:30.075Z | Compiling owo-colors v4.0.0 |
1816 | 2024-07-22T22:38:31.946Z | Compiling lazycell v1.3.0 |
1817 | 2024-07-22T22:38:32.124Z | Compiling rustc-hash v1.1.0 |
1818 | 2024-07-22T22:38:32.286Z | Compiling ref-cast v1.0.23 |
1819 | 2024-07-22T22:38:32.638Z | Compiling linear-map v1.2.0 |
1820 | 2024-07-22T22:38:32.778Z | Compiling shlex v1.3.0 |
1821 | 2024-07-22T22:38:32.900Z | Compiling path-slash v0.1.5 |
1822 | 2024-07-22T22:38:33.056Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1823 | 2024-07-22T22:38:33.156Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1824 | 2024-07-22T22:38:33.327Z | Compiling tokio-tungstenite v0.21.0 |
1825 | 2024-07-22T22:38:33.903Z | Compiling slog-envlogger v2.2.0 |
1826 | 2024-07-22T22:38:36.386Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1827 | 2024-07-22T22:38:36.666Z | Compiling derive_builder_core v0.20.0 |
1828 | 2024-07-22T22:38:38.977Z | Compiling headers-core v0.2.0 |
1829 | 2024-07-22T22:38:39.144Z | Compiling libxml v0.3.3 |
1830 | 2024-07-22T22:38:39.479Z | Compiling ref-cast-impl v1.0.23 |
1831 | 2024-07-22T22:38:40.778Z | Compiling headers v0.3.9 |
1832 | 2024-07-22T22:38:40.821Z | Compiling derive_builder_macro v0.20.0 |
1833 | 2024-07-22T22:38:41.662Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1834 | 2024-07-22T22:38:42.272Z | Compiling polar-core v0.27.3 |
1835 | 2024-07-22T22:38:44.574Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1836 | 2024-07-22T22:38:44.753Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1837 | 2024-07-22T22:38:44.853Z | Compiling strum_macros v0.24.3 |
1838 | 2024-07-22T22:38:44.918Z | Compiling async-recursion v1.1.1 |
1839 | 2024-07-22T22:38:46.414Z | Compiling unicase v2.7.0 |
1840 | 2024-07-22T22:38:46.707Z | Compiling cookie v0.18.1 |
1841 | 2024-07-22T22:38:46.996Z | Compiling indoc v1.0.9 |
1842 | 2024-07-22T22:38:47.357Z | Compiling samael v0.0.15 |
1843 | 2024-07-22T22:38:48.328Z | Compiling derive_builder v0.20.0 |
1844 | 2024-07-22T22:38:49.149Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1845 | 2024-07-22T22:38:49.379Z | Compiling pem v3.0.4 |
1846 | 2024-07-22T22:38:49.739Z | Compiling impl-trait-for-tuples v0.2.2 |
1847 | 2024-07-22T22:38:50.819Z | Compiling oso-derive v0.27.3 |
1848 | 2024-07-22T22:38:51.797Z | Compiling quick-xml v0.31.0 |
1849 | 2024-07-22T22:38:53.551Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1850 | 2024-07-22T22:38:53.601Z | Compiling cfg_aliases v0.1.1 |
1851 | 2024-07-22T22:38:53.710Z | Compiling parking_lot_core v0.8.6 |
1852 | 2024-07-22T22:38:53.894Z | Compiling nix v0.28.0 |
1853 | 2024-07-22T22:38:54.123Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1854 | 2024-07-22T22:38:54.599Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1855 | 2024-07-22T22:38:56.135Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1856 | 2024-07-22T22:38:56.414Z | Compiling bb8 v0.8.5 |
1857 | 2024-07-22T22:38:56.431Z | Compiling const_format_proc_macros v0.2.32 |
1858 | 2024-07-22T22:38:56.973Z | Compiling curve25519-dalek v4.1.3 |
1859 | 2024-07-22T22:38:57.377Z | Compiling vte_generate_state_changes v0.1.1 |
1860 | 2024-07-22T22:38:57.986Z | Compiling buf-list v1.0.3 |
1861 | 2024-07-22T22:38:58.450Z | Compiling keccak v0.1.5 |
1862 | 2024-07-22T22:38:58.578Z | Compiling const_format v0.2.32 |
1863 | 2024-07-22T22:38:59.033Z | Compiling sha3 v0.10.8 |
1864 | 2024-07-22T22:38:59.397Z | Compiling vte v0.11.1 |
1865 | 2024-07-22T22:38:59.843Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1866 | 2024-07-22T22:39:00.469Z | Compiling tungstenite v0.20.1 |
1867 | 2024-07-22T22:39:00.537Z | Compiling fd-lock v4.0.2 |
1868 | 2024-07-22T22:39:00.755Z | Compiling universal-hash v0.5.1 |
1869 | 2024-07-22T22:39:00.781Z | Compiling secrecy v0.8.0 |
1870 | 2024-07-22T22:39:00.785Z | Compiling thiserror-impl-no-std v2.0.2 |
1871 | 2024-07-22T22:39:00.970Z | Compiling curve25519-dalek-derive v0.1.1 |
1872 | 2024-07-22T22:39:01.048Z | Compiling pin-project-internal v1.1.5 |
1873 | 2024-07-22T22:39:02.367Z | Compiling memoffset v0.9.1 |
1874 | 2024-07-22T22:39:02.696Z | Compiling opaque-debug v0.3.1 |
1875 | 2024-07-22T22:39:02.810Z | Compiling bytecount v0.6.8 |
1876 | 2024-07-22T22:39:03.126Z | Compiling papergrid v0.11.0 |
1877 | 2024-07-22T22:39:03.609Z | Compiling thiserror-no-std v2.0.2 |
1878 | 2024-07-22T22:39:03.734Z | Compiling poly1305 v0.8.0 |
1879 | 2024-07-22T22:39:03.948Z | Compiling pin-project v1.1.5 |
1880 | 2024-07-22T22:39:05.230Z | Compiling tokio-tungstenite v0.20.1 |
1881 | 2024-07-22T22:39:05.807Z | Compiling strip-ansi-escapes v0.2.0 |
1882 | 2024-07-22T22:39:06.219Z | Compiling parking_lot v0.11.2 |
1883 | 2024-07-22T22:39:08.402Z | Compiling oso v0.27.3 |
1884 | 2024-07-22T22:39:12.880Z | Compiling trust-dns-client v0.22.0 |
1885 | 2024-07-22T22:39:13.588Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1886 | 2024-07-22T22:39:13.869Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1887 | 2024-07-22T22:39:15.432Z | Compiling tabled_derive v0.7.0 |
1888 | 2024-07-22T22:39:17.786Z | Compiling chacha20 v0.9.1 |
1889 | 2024-07-22T22:39:18.244Z | Compiling aead v0.5.2 |
1890 | 2024-07-22T22:39:18.595Z | Compiling peg-macros v0.8.4 |
1891 | 2024-07-22T22:39:19.143Z | Compiling kstat-rs v0.2.4 |
1892 | 2024-07-22T22:39:19.486Z | Compiling snafu-derive v0.8.2 |
1893 | 2024-07-22T22:39:20.151Z | Compiling toml v0.5.11 |
1894 | 2024-07-22T22:39:22.150Z | Compiling sqlparser_derive v0.2.2 |
1895 | 2024-07-22T22:39:23.225Z | Compiling nu-ansi-term v0.50.0 |
1896 | 2024-07-22T22:39:24.110Z | Compiling unicode_categories v0.1.1 |
1897 | 2024-07-22T22:39:24.496Z | Compiling sqlformat v0.2.4 |
1898 | 2024-07-22T22:39:24.557Z | Compiling snafu v0.8.2 |
1899 | 2024-07-22T22:39:24.787Z | Compiling rustyline v14.0.0 |
1900 | 2024-07-22T22:39:25.880Z | Compiling reedline v0.31.0 |
1901 | 2024-07-22T22:39:27.047Z | Compiling sqlparser v0.45.0 |
1902 | 2024-07-22T22:39:29.449Z | Compiling peg v0.8.4 |
1903 | 2024-07-22T22:39:29.566Z | Compiling trust-dns-server v0.22.1 |
1904 | 2024-07-22T22:39:35.504Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1905 | 2024-07-22T22:39:37.352Z | Compiling chacha20poly1305 v0.10.1 |
1906 | 2024-07-22T22:39:37.576Z | Compiling tabled v0.15.0 |
1907 | 2024-07-22T22:39:43.568Z | Compiling sled v0.34.7 |
1908 | 2024-07-22T22:39:49.069Z | Compiling mime_guess v2.0.4 |
1909 | 2024-07-22T22:39:50.234Z | Compiling vsss-rs v3.3.4 |
1910 | 2024-07-22T22:39:51.193Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1911 | 2024-07-22T22:39:52.147Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1912 | 2024-07-22T22:39:54.805Z | Compiling env_logger v0.9.3 |
1913 | 2024-07-22T22:39:58.766Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1914 | 2024-07-22T22:39:59.358Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1915 | 2024-07-22T22:40:10.986Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1916 | 2024-07-22T22:40:12.487Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1917 | 2024-07-22T22:40:18.145Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1918 | 2024-07-22T22:40:18.662Z | Compiling globset v0.4.14 |
1919 | 2024-07-22T22:40:19.280Z | Compiling olpc-cjson v0.1.3 |
1920 | 2024-07-22T22:40:19.625Z | Compiling bcs v0.1.6 |
1921 | 2024-07-22T22:40:20.118Z | Compiling bitstruct_derive v0.1.0 |
1922 | 2024-07-22T22:40:20.536Z | Compiling serde_plain v1.0.2 |
1923 | 2024-07-22T22:40:21.065Z | Compiling nanorand v0.7.0 |
1924 | 2024-07-22T22:40:21.409Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1925 | 2024-07-22T22:40:21.558Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1926 | 2024-07-22T22:40:21.838Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1927 | 2024-07-22T22:40:21.892Z | Compiling ascii v1.1.0 |
1928 | 2024-07-22T22:40:22.181Z | Compiling highway v1.1.0 |
1929 | 2024-07-22T22:40:22.724Z | Compiling typed-path v0.7.1 |
1930 | 2024-07-22T22:40:23.581Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1931 | 2024-07-22T22:40:26.574Z | Compiling tough v0.17.1 |
1932 | 2024-07-22T22:40:29.736Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1933 | 2024-07-22T22:40:32.365Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1934 | 2024-07-22T22:40:32.659Z | Compiling flume v0.11.0 |
1935 | 2024-07-22T22:40:33.437Z | Compiling bitstruct v0.1.1 |
1936 | 2024-07-22T22:40:33.565Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1937 | 2024-07-22T22:40:34.140Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1938 | 2024-07-22T22:40:39.320Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1939 | 2024-07-22T22:40:48.600Z | Compiling nix v0.27.1 |
1940 | 2024-07-22T22:40:49.278Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1941 | 2024-07-22T22:40:49.604Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1942 | 2024-07-22T22:40:50.784Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1943 | 2024-07-22T22:40:51.752Z | Compiling erased-serde v0.3.31 |
1944 | 2024-07-22T22:40:53.028Z | Compiling serde_arrays v0.1.0 |
1945 | 2024-07-22T22:40:53.231Z | Compiling serde-big-array v0.5.1 |
1946 | 2024-07-22T22:40:53.467Z | Compiling parse-size v1.0.0 |
1947 | 2024-07-22T22:40:53.753Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1948 | 2024-07-22T22:40:59.024Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1949 | 2024-07-22T22:41:00.890Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
1950 | 2024-07-22T22:41:03.168Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1951 | 2024-07-22T22:41:03.901Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1952 | 2024-07-22T22:41:04.508Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
1953 | 2024-07-22T22:41:04.798Z | Compiling signal-hook-tokio v0.3.1 |
1954 | 2024-07-22T22:41:05.020Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1955 | 2024-07-22T22:41:07.295Z | Compiling heck v0.3.3 |
1956 | 2024-07-22T22:41:07.684Z | Compiling rand_seeder v0.2.3 |
1957 | 2024-07-22T22:41:08.091Z | Compiling castaway v0.2.2 |
1958 | 2024-07-22T22:41:08.286Z | Compiling csv-core v0.1.11 |
1959 | 2024-07-22T22:41:09.214Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1960 | 2024-07-22T22:41:09.498Z | Compiling http-range v0.1.5 |
1961 | 2024-07-22T22:41:11.406Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1962 | 2024-07-22T22:41:12.049Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1963 | 2024-07-22T22:41:12.700Z | Compiling hyper-staticfile v0.9.5 |
1964 | 2024-07-22T22:41:15.853Z | Compiling csv v1.3.0 |
1965 | 2024-07-22T22:41:18.046Z | Compiling compact_str v0.7.1 |
1966 | 2024-07-22T22:41:19.640Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1967 | 2024-07-22T22:41:19.871Z | Compiling zone_cfg_derive v0.1.2 |
1968 | 2024-07-22T22:41:20.636Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1969 | 2024-07-22T22:41:21.327Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1970 | 2024-07-22T22:41:22.642Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
1971 | 2024-07-22T22:41:25.037Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1972 | 2024-07-22T22:41:30.294Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1973 | 2024-07-22T22:41:30.580Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1974 | 2024-07-22T22:41:30.860Z | Compiling unicode-truncate v1.0.0 |
1975 | 2024-07-22T22:41:31.138Z | Compiling itertools v0.13.0 |
1976 | 2024-07-22T22:41:31.458Z | Compiling lru v0.12.3 |
1977 | 2024-07-22T22:41:31.811Z | Compiling stability v0.2.0 |
1978 | 2024-07-22T22:41:32.823Z | Compiling cassowary v0.3.0 |
1979 | 2024-07-22T22:41:35.004Z | Compiling base64 v0.13.1 |
1980 | 2024-07-22T22:41:35.797Z | Compiling ron v0.7.1 |
1981 | 2024-07-22T22:41:36.640Z | Compiling ratatui v0.27.0 |
1982 | 2024-07-22T22:41:39.409Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1983 | 2024-07-22T22:41:47.068Z | Compiling zone v0.1.8 |
1984 | 2024-07-22T22:41:50.302Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1985 | 2024-07-22T22:41:53.856Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1986 | 2024-07-22T22:41:54.577Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1987 | 2024-07-22T22:41:55.829Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1988 | 2024-07-22T22:41:57.281Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1989 | 2024-07-22T22:42:00.290Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1990 | 2024-07-22T22:42:02.389Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1991 | 2024-07-22T22:42:02.668Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
1992 | 2024-07-22T22:42:04.887Z | Compiling portpicker v0.1.1 |
1993 | 2024-07-22T22:42:05.373Z | Compiling unicode-linebreak v0.1.5 |
1994 | 2024-07-22T22:42:05.903Z | Compiling smawk v0.3.2 |
1995 | 2024-07-22T22:42:06.167Z | Compiling textwrap v0.16.1 |
1996 | 2024-07-22T22:42:07.822Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1997 | 2024-07-22T22:42:10.030Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
1998 | 2024-07-22T22:42:14.906Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1999 | 2024-07-22T22:42:18.933Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2000 | 2024-07-22T22:42:24.280Z | Compiling rcgen v0.12.1 |
2001 | 2024-07-22T22:42:28.627Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2002 | 2024-07-22T22:42:28.946Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2003 | 2024-07-22T22:42:29.114Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2004 | 2024-07-22T22:42:29.404Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2005 | 2024-07-22T22:42:33.828Z | Compiling atomicwrites v0.4.3 |
2006 | 2024-07-22T22:42:34.376Z | Compiling fatfs v0.3.6 |
2007 | 2024-07-22T22:42:34.656Z | Compiling subprocess v0.2.9 |
2008 | 2024-07-22T22:42:35.670Z | Compiling rtoolbox v0.0.2 |
2009 | 2024-07-22T22:42:36.111Z | Compiling assert_matches v1.5.0 |
2010 | 2024-07-22T22:42:36.167Z | Compiling is_ci v1.2.0 |
2011 | 2024-07-22T22:42:36.485Z | Compiling supports-color v3.0.0 |
2012 | 2024-07-22T22:42:37.128Z | Compiling rpassword v7.3.1 |
2013 | 2024-07-22T22:42:37.221Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2014 | 2024-07-22T22:42:37.599Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2015 | 2024-07-22T22:42:39.757Z | Compiling tui-tree-widget v0.21.0 |
2016 | 2024-07-22T22:42:40.183Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2017 | 2024-07-22T22:42:44.682Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2018 | 2024-07-22T22:42:44.885Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2019 | 2024-07-22T22:42:47.054Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2020 | 2024-07-22T22:42:47.344Z | Compiling uzers v0.11.3 |
2021 | 2024-07-22T22:42:48.036Z | Compiling shell-words v1.1.0 |
2022 | 2024-07-22T22:42:48.493Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2023 | 2024-07-22T22:42:50.301Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2024 | 2024-07-22T22:42:52.123Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2025 | 2024-07-22T22:42:58.870Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2026 | 2024-07-22T22:43:08.975Z | Compiling multimap v0.10.0 |
2027 | 2024-07-22T22:45:00.424Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2028 | 2024-07-22T22:45:03.776Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2029 | 2024-07-22T22:51:51.523Z | Finished `release` profile [optimized] target(s) in 14m 42s |
2030 | 2024-07-22T22:52:39.418Z | |
2031 | 2024-07-22T22:52:39.421Z | real 15:31.873916603 |
2032 | 2024-07-22T22:52:39.421Z | user 1:46:23.956482331 |
2033 | 2024-07-22T22:52:39.421Z | sys 5:48.389019435 |
2034 | 2024-07-22T22:52:39.421Z | trap 2.531598780 |
2035 | 2024-07-22T22:52:39.421Z | tflt 2.421399071 |
2036 | 2024-07-22T22:52:39.421Z | dflt 3.465328379 |
2037 | 2024-07-22T22:52:39.421Z | kflt 0.254011282 |
2038 | 2024-07-22T22:52:39.421Z | lock 6:30:46.657367523 |
2039 | 2024-07-22T22:52:39.421Z | slp 4:11:48.158578347 |
2040 | 2024-07-22T22:52:39.421Z | lat 2:38.972650884 |
2041 | 2024-07-22T22:52:39.421Z | stop 1:59.959353950 |
2042 | 2024-07-22T22:52:39.421Z | + mapfile -t packages |
2043 | 2024-07-22T22:52:39.422Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2044 | 2024-07-22T22:52:40.311Z | Finished `release` profile [optimized] target(s) in 0.84s |
2045 | 2024-07-22T22:52:40.353Z | Running `target/release/omicron-package -t test list-outputs` |
2046 | 2024-07-22T22:52:40.391Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2047 | 2024-07-22T22:52:40.393Z | + ptime -m cargo build --locked --release -p xtask |
2048 | 2024-07-22T22:52:40.989Z | Compiling serde v1.0.204 |
2049 | 2024-07-22T22:52:40.989Z | Compiling bitflags v2.5.0 |
2050 | 2024-07-22T22:52:40.993Z | Compiling syn v2.0.72 |
2051 | 2024-07-22T22:52:41.082Z | Compiling scopeguard v1.2.0 |
2052 | 2024-07-22T22:52:41.089Z | Compiling smallvec v1.13.2 |
2053 | 2024-07-22T22:52:41.092Z | Compiling bytes v1.6.0 |
2054 | 2024-07-22T22:52:41.107Z | Compiling hashbrown v0.14.5 |
2055 | 2024-07-22T22:52:41.238Z | Compiling lock_api v0.4.12 |
2056 | 2024-07-22T22:52:41.573Z | Compiling parking_lot_core v0.9.10 |
2057 | 2024-07-22T22:52:41.592Z | Compiling serde_json v1.0.120 |
2058 | 2024-07-22T22:52:41.595Z | Compiling log v0.4.21 |
2059 | 2024-07-22T22:52:41.597Z | Compiling mio v0.8.11 |
2060 | 2024-07-22T22:52:41.693Z | Compiling libc v0.2.155 |
2061 | 2024-07-22T22:52:41.956Z | Compiling parking_lot v0.12.2 |
2062 | 2024-07-22T22:52:42.435Z | Compiling generic-array v0.14.7 |
2063 | 2024-07-22T22:52:42.449Z | Compiling slog v2.7.0 |
2064 | 2024-07-22T22:52:42.640Z | Compiling indexmap v2.2.6 |
2065 | 2024-07-22T22:52:42.818Z | Compiling rustix v0.38.34 |
2066 | 2024-07-22T22:52:42.901Z | Compiling http v0.2.12 |
2067 | 2024-07-22T22:52:42.971Z | Compiling usdt-impl v0.5.0 |
2068 | 2024-07-22T22:52:43.223Z | Compiling syn v1.0.109 |
2069 | 2024-07-22T22:52:43.438Z | Compiling time-macros v0.2.18 |
2070 | 2024-07-22T22:52:43.649Z | Compiling thread-id v4.2.1 |
2071 | 2024-07-22T22:52:43.776Z | Compiling tracing v0.1.40 |
2072 | 2024-07-22T22:52:44.287Z | Compiling crossbeam-utils v0.8.19 |
2073 | 2024-07-22T22:52:44.871Z | Compiling http-body v0.4.6 |
2074 | 2024-07-22T22:52:44.979Z | Compiling unicode-normalization v0.1.23 |
2075 | 2024-07-22T22:52:45.389Z | Compiling unicode-bidi v0.3.15 |
2076 | 2024-07-22T22:52:45.508Z | Compiling crypto-common v0.1.6 |
2077 | 2024-07-22T22:52:45.725Z | Compiling block-buffer v0.10.4 |
2078 | 2024-07-22T22:52:45.972Z | Compiling terminal_size v0.3.0 |
2079 | 2024-07-22T22:52:46.200Z | Compiling idna v0.5.0 |
2080 | 2024-07-22T22:52:46.517Z | Compiling time v0.3.36 |
2081 | 2024-07-22T22:52:47.410Z | Compiling proc-macro-error v1.0.4 |
2082 | 2024-07-22T22:52:48.056Z | Compiling fs-err v2.11.0 |
2083 | 2024-07-22T22:52:48.320Z | Compiling anyhow v1.0.86 |
2084 | 2024-07-22T22:52:48.344Z | Compiling clap_builder v4.5.9 |
2085 | 2024-07-22T22:52:49.020Z | Compiling crossbeam-channel v0.5.12 |
2086 | 2024-07-22T22:52:49.572Z | Compiling url v2.5.2 |
2087 | 2024-07-22T22:52:49.656Z | Compiling digest v0.10.7 |
2088 | 2024-07-22T22:52:50.084Z | Compiling xattr v1.3.1 |
2089 | 2024-07-22T22:52:50.405Z | Compiling sha2 v0.10.8 |
2090 | 2024-07-22T22:52:50.614Z | Compiling tabled_derive v0.7.0 |
2091 | 2024-07-22T22:52:50.758Z | Compiling slog-async v2.8.0 |
2092 | 2024-07-22T22:52:52.788Z | Compiling tabled v0.15.0 |
2093 | 2024-07-22T22:52:53.012Z | Compiling serde_derive v1.0.204 |
2094 | 2024-07-22T22:52:53.536Z | Compiling thiserror-impl v1.0.62 |
2095 | 2024-07-22T22:52:53.856Z | Compiling zerocopy-derive v0.7.34 |
2096 | 2024-07-22T22:52:55.141Z | Compiling tokio-macros v2.3.0 |
2097 | 2024-07-22T22:52:55.942Z | Compiling futures-macro v0.3.30 |
2098 | 2024-07-22T22:52:55.956Z | Compiling zerocopy v0.7.34 |
2099 | 2024-07-22T22:52:56.493Z | Compiling thiserror v1.0.62 |
2100 | 2024-07-22T22:52:56.647Z | Compiling pest v2.7.10 |
2101 | 2024-07-22T22:52:56.760Z | Compiling tokio v1.38.1 |
2102 | 2024-07-22T22:52:57.764Z | Compiling openssl-macros v0.1.1 |
2103 | 2024-07-22T22:52:57.926Z | Compiling futures-util v0.3.30 |
2104 | 2024-07-22T22:52:58.530Z | Compiling scroll_derive v0.12.0 |
2105 | 2024-07-22T22:52:59.511Z | Compiling pest_meta v2.7.10 |
2106 | 2024-07-22T22:52:59.998Z | Compiling scroll v0.12.0 |
2107 | 2024-07-22T22:53:00.581Z | Compiling openssl v0.10.66 |
2108 | 2024-07-22T22:53:04.001Z | Compiling pest_generator v2.7.10 |
2109 | 2024-07-22T22:53:05.898Z | Compiling pest_derive v2.7.10 |
2110 | 2024-07-22T22:53:06.684Z | Compiling dtrace-parser v0.2.0 |
2111 | 2024-07-22T22:53:08.609Z | Compiling tokio-util v0.7.11 |
2112 | 2024-07-22T22:53:10.766Z | Compiling h2 v0.3.26 |
2113 | 2024-07-22T22:53:14.221Z | Compiling dof v0.3.0 |
2114 | 2024-07-22T22:53:14.296Z | Compiling serde_tokenstream v0.2.1 |
2115 | 2024-07-22T22:53:14.404Z | Compiling serde_spanned v0.6.6 |
2116 | 2024-07-22T22:53:14.512Z | Compiling toml_datetime v0.6.6 |
2117 | 2024-07-22T22:53:14.674Z | Compiling native-tls v0.2.11 |
2118 | 2024-07-22T22:53:15.146Z | Compiling goblin v0.8.2 |
2119 | 2024-07-22T22:53:16.390Z | Compiling hyper v0.14.28 |
2120 | 2024-07-22T22:53:16.919Z | Compiling tokio-native-tls v0.3.1 |
2121 | 2024-07-22T22:53:17.236Z | Compiling toml_edit v0.22.16 |
2122 | 2024-07-22T22:53:17.627Z | Compiling usdt-macro v0.5.0 |
2123 | 2024-07-22T22:53:19.021Z | Compiling usdt-attr-macro v0.5.0 |
2124 | 2024-07-22T22:53:20.437Z | Compiling slog-json v2.6.1 |
2125 | 2024-07-22T22:53:20.988Z | Compiling toml v0.8.15 |
2126 | 2024-07-22T22:53:25.802Z | Compiling hyper-tls v0.5.0 |
2127 | 2024-07-22T22:53:26.233Z | Compiling serde_urlencoded v0.7.1 |
2128 | 2024-07-22T22:53:26.876Z | Compiling camino v1.1.7 |
2129 | 2024-07-22T22:53:28.166Z | Compiling cargo-platform v0.1.8 |
2130 | 2024-07-22T22:53:28.318Z | Compiling semver v1.0.23 |
2131 | 2024-07-22T22:53:28.999Z | Compiling futures-executor v0.3.30 |
2132 | 2024-07-22T22:53:29.315Z | Compiling strum_macros v0.26.4 |
2133 | 2024-07-22T22:53:29.393Z | Compiling clap_derive v4.5.8 |
2134 | 2024-07-22T22:53:29.899Z | Compiling futures v0.3.30 |
2135 | 2024-07-22T22:53:30.030Z | Compiling cargo_metadata v0.18.1 |
2136 | 2024-07-22T22:53:30.084Z | Compiling reqwest v0.11.27 |
2137 | 2024-07-22T22:53:34.101Z | Compiling usdt v0.5.0 |
2138 | 2024-07-22T22:53:34.169Z | Compiling clap v4.5.9 |
2139 | 2024-07-22T22:53:34.236Z | Compiling strum v0.26.3 |
2140 | 2024-07-22T22:53:34.293Z | Compiling cargo_toml v0.20.4 |
2141 | 2024-07-22T22:53:34.442Z | Compiling slog-bunyan v2.5.0 |
2142 | 2024-07-22T22:53:34.729Z | Compiling macaddr v1.0.1 |
2143 | 2024-07-22T22:53:35.381Z | Compiling tar v0.4.41 |
2144 | 2024-07-22T22:53:35.597Z | Compiling slog-term v2.9.1 |
2145 | 2024-07-22T22:53:49.090Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2146 | 2024-07-22T22:54:03.340Z | Finished `release` profile [optimized] target(s) in 1m 22s |
2147 | 2024-07-22T22:54:03.435Z | |
2148 | 2024-07-22T22:54:03.435Z | real 1:23.009311977 |
2149 | 2024-07-22T22:54:03.435Z | user 8:59.181156384 |
2150 | 2024-07-22T22:54:03.435Z | sys 51.729691664 |
2151 | 2024-07-22T22:54:03.435Z | trap 0.252602609 |
2152 | 2024-07-22T22:54:03.435Z | tflt 0.553536927 |
2153 | 2024-07-22T22:54:03.435Z | dflt 0.379151864 |
2154 | 2024-07-22T22:54:03.436Z | kflt 0.000000000 |
2155 | 2024-07-22T22:54:03.436Z | lock 20:31.372455722 |
2156 | 2024-07-22T22:54:03.436Z | slp 22:56.740638720 |
2157 | 2024-07-22T22:54:03.436Z | lat 25.538958634 |
2158 | 2024-07-22T22:54:03.438Z | stop 25.663136272 |
2159 | 2024-07-22T22:54:03.438Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2160 | 2024-07-22T22:54:03.438Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2161 | 2024-07-22T22:54:03.438Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2162 | 2024-07-22T22:54:03.438Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2163 | 2024-07-22T22:54:03.438Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2164 | 2024-07-22T22:54:03.969Z | Downloading crates ... |
2165 | 2024-07-22T22:54:04.170Z | Downloaded ctr v0.9.2 |
2166 | 2024-07-22T22:54:04.182Z | Downloaded dhcproto-macros v0.1.0 |
2167 | 2024-07-22T22:54:04.188Z | Downloaded russh-cryptovec v0.7.2 |
2168 | 2024-07-22T22:54:04.191Z | Downloaded md5 v0.7.0 |
2169 | 2024-07-22T22:54:04.196Z | Downloaded option-ext v0.2.0 |
2170 | 2024-07-22T22:54:04.199Z | Downloaded pbkdf2 v0.12.2 |
2171 | 2024-07-22T22:54:04.199Z | Downloaded blowfish v0.9.1 |
2172 | 2024-07-22T22:54:04.202Z | Downloaded aes v0.8.4 |
2173 | 2024-07-22T22:54:04.204Z | Downloaded rfc6979 v0.4.0 |
2174 | 2024-07-22T22:54:04.206Z | Downloaded ed25519 v2.2.3 |
2175 | 2024-07-22T22:54:04.206Z | Downloaded dirs-sys v0.4.1 |
2176 | 2024-07-22T22:54:04.209Z | Downloaded rand_chacha v0.2.2 |
2177 | 2024-07-22T22:54:04.209Z | Downloaded hex-literal v0.4.1 |
2178 | 2024-07-22T22:54:04.211Z | Downloaded pbkdf2 v0.11.0 |
2179 | 2024-07-22T22:54:04.214Z | Downloaded dirs v5.0.1 |
2180 | 2024-07-22T22:54:04.214Z | Downloaded cbc v0.1.2 |
2181 | 2024-07-22T22:54:04.217Z | Downloaded bcrypt-pbkdf v0.10.0 |
2182 | 2024-07-22T22:54:04.217Z | Downloaded polyval v0.6.2 |
2183 | 2024-07-22T22:54:04.219Z | Downloaded internet-checksum v0.2.1 |
2184 | 2024-07-22T22:54:04.219Z | Downloaded password-hash v0.4.2 |
2185 | 2024-07-22T22:54:04.222Z | Downloaded dhcproto v0.11.0 |
2186 | 2024-07-22T22:54:04.225Z | Downloaded getrandom v0.1.16 |
2187 | 2024-07-22T22:54:04.228Z | Downloaded rand_core v0.5.1 |
2188 | 2024-07-22T22:54:04.228Z | Downloaded russh-keys v0.43.0 |
2189 | 2024-07-22T22:54:04.230Z | Downloaded primeorder v0.13.6 |
2190 | 2024-07-22T22:54:04.230Z | Downloaded ecdsa v0.16.9 |
2191 | 2024-07-22T22:54:04.233Z | Downloaded ghash v0.5.1 |
2192 | 2024-07-22T22:54:04.233Z | Downloaded p256 v0.13.2 |
2193 | 2024-07-22T22:54:04.249Z | Downloaded russh v0.43.0 |
2194 | 2024-07-22T22:54:04.255Z | Downloaded ed25519-dalek v2.1.1 |
2195 | 2024-07-22T22:54:04.257Z | Downloaded rand v0.7.3 |
2196 | 2024-07-22T22:54:04.262Z | Downloaded p521 v0.13.3 |
2197 | 2024-07-22T22:54:04.266Z | Downloaded aes-gcm v0.10.3 |
2198 | 2024-07-22T22:54:04.402Z | Compiling serde v1.0.204 |
2199 | 2024-07-22T22:54:04.498Z | Compiling scopeguard v1.2.0 |
2200 | 2024-07-22T22:54:04.501Z | Compiling log v0.4.21 |
2201 | 2024-07-22T22:54:04.519Z | Compiling smallvec v1.13.2 |
2202 | 2024-07-22T22:54:04.530Z | Compiling syn v2.0.72 |
2203 | 2024-07-22T22:54:04.530Z | Compiling getrandom v0.2.14 |
2204 | 2024-07-22T22:54:04.533Z | Compiling generic-array v0.14.7 |
2205 | 2024-07-22T22:54:04.546Z | Compiling libm v0.2.8 |
2206 | 2024-07-22T22:54:04.630Z | Compiling lock_api v0.4.12 |
2207 | 2024-07-22T22:54:04.884Z | Compiling rand_core v0.6.4 |
2208 | 2024-07-22T22:54:04.912Z | Compiling parking_lot_core v0.9.10 |
2209 | 2024-07-22T22:54:04.954Z | Compiling num-traits v0.2.19 |
2210 | 2024-07-22T22:54:04.971Z | Compiling subtle v2.5.0 |
2211 | 2024-07-22T22:54:05.067Z | Compiling mio v0.8.11 |
2212 | 2024-07-22T22:54:05.112Z | Compiling spin v0.9.8 |
2213 | 2024-07-22T22:54:05.318Z | Compiling parking_lot v0.12.2 |
2214 | 2024-07-22T22:54:05.395Z | Compiling ahash v0.8.11 |
2215 | 2024-07-22T22:54:05.424Z | Compiling serde_json v1.0.120 |
2216 | 2024-07-22T22:54:05.520Z | Compiling allocator-api2 v0.2.18 |
2217 | 2024-07-22T22:54:05.589Z | Compiling const-oid v0.9.6 |
2218 | 2024-07-22T22:54:05.773Z | Compiling iana-time-zone v0.1.60 |
2219 | 2024-07-22T22:54:05.790Z | Compiling syn v1.0.109 |
2220 | 2024-07-22T22:54:06.309Z | Compiling unicode-normalization v0.1.23 |
2221 | 2024-07-22T22:54:06.327Z | Compiling unicode-bidi v0.3.15 |
2222 | 2024-07-22T22:54:06.359Z | Compiling schemars v0.8.21 |
2223 | 2024-07-22T22:54:06.388Z | Compiling dyn-clone v1.0.17 |
2224 | 2024-07-22T22:54:06.594Z | Compiling ppv-lite86 v0.2.17 |
2225 | 2024-07-22T22:54:06.728Z | Compiling time-macros v0.2.18 |
2226 | 2024-07-22T22:54:07.388Z | Compiling ring v0.17.8 |
2227 | 2024-07-22T22:54:07.390Z | Compiling rand_chacha v0.3.1 |
2228 | 2024-07-22T22:54:07.513Z | Compiling aho-corasick v1.1.3 |
2229 | 2024-07-22T22:54:07.849Z | Compiling regex-syntax v0.8.3 |
2230 | 2024-07-22T22:54:08.428Z | Compiling rand v0.8.5 |
2231 | 2024-07-22T22:54:09.871Z | Compiling idna v0.5.0 |
2232 | 2024-07-22T22:54:10.291Z | Compiling time v0.3.36 |
2233 | 2024-07-22T22:54:10.530Z | Compiling slog v2.7.0 |
2234 | 2024-07-22T22:54:11.089Z | Compiling url v2.5.2 |
2235 | 2024-07-22T22:54:11.494Z | Compiling regex-automata v0.4.6 |
2236 | 2024-07-22T22:54:11.607Z | Compiling untrusted v0.9.0 |
2237 | 2024-07-22T22:54:13.046Z | Compiling serde_derive_internals v0.29.1 |
2238 | 2024-07-22T22:54:14.208Z | Compiling lazy_static v1.5.0 |
2239 | 2024-07-22T22:54:14.341Z | Compiling backtrace v0.3.71 |
2240 | 2024-07-22T22:54:14.731Z | Compiling gimli v0.28.1 |
2241 | 2024-07-22T22:54:14.819Z | Compiling object v0.32.2 |
2242 | 2024-07-22T22:54:15.753Z | Compiling anyhow v1.0.86 |
2243 | 2024-07-22T22:54:15.786Z | Compiling rustc-demangle v0.1.24 |
2244 | 2024-07-22T22:54:15.981Z | Compiling rustls v0.21.12 |
2245 | 2024-07-22T22:54:16.230Z | Compiling crossbeam-utils v0.8.19 |
2246 | 2024-07-22T22:54:16.505Z | Compiling winnow v0.5.40 |
2247 | 2024-07-22T22:54:16.766Z | Compiling base64ct v1.6.0 |
2248 | 2024-07-22T22:54:16.858Z | Compiling regex v1.10.5 |
2249 | 2024-07-22T22:54:17.448Z | Compiling rustls-webpki v0.101.7 |
2250 | 2024-07-22T22:54:17.985Z | Compiling sct v0.7.1 |
2251 | 2024-07-22T22:54:18.327Z | Compiling cookie v0.17.0 |
2252 | 2024-07-22T22:54:19.445Z | Compiling addr2line v0.21.0 |
2253 | 2024-07-22T22:54:19.768Z | Compiling serde_derive v1.0.204 |
2254 | 2024-07-22T22:54:19.825Z | Compiling zeroize_derive v1.4.2 |
2255 | 2024-07-22T22:54:20.097Z | Compiling thiserror-impl v1.0.62 |
2256 | 2024-07-22T22:54:20.571Z | Compiling zerocopy-derive v0.7.34 |
2257 | 2024-07-22T22:54:21.336Z | Compiling tokio-macros v2.3.0 |
2258 | 2024-07-22T22:54:21.488Z | Compiling zeroize v1.7.0 |
2259 | 2024-07-22T22:54:22.218Z | Compiling futures-macro v0.3.30 |
2260 | 2024-07-22T22:54:23.106Z | Compiling zerocopy v0.7.34 |
2261 | 2024-07-22T22:54:23.162Z | Compiling schemars_derive v0.8.21 |
2262 | 2024-07-22T22:54:23.414Z | Compiling crypto-common v0.1.6 |
2263 | 2024-07-22T22:54:23.644Z | Compiling thiserror v1.0.62 |
2264 | 2024-07-22T22:54:23.660Z | Compiling block-buffer v0.10.4 |
2265 | 2024-07-22T22:54:23.795Z | Compiling tracing-attributes v0.1.27 |
2266 | 2024-07-22T22:54:23.925Z | Compiling digest v0.10.7 |
2267 | 2024-07-22T22:54:24.402Z | Compiling async-trait v0.1.81 |
2268 | 2024-07-22T22:54:24.420Z | Compiling futures-util v0.3.30 |
2269 | 2024-07-22T22:54:25.474Z | Compiling hashbrown v0.14.5 |
2270 | 2024-07-22T22:54:26.671Z | Compiling openssl-macros v0.1.1 |
2271 | 2024-07-22T22:54:27.396Z | Compiling pest v2.7.10 |
2272 | 2024-07-22T22:54:27.875Z | Compiling idna v0.3.0 |
2273 | 2024-07-22T22:54:27.986Z | Compiling tracing v0.1.40 |
2274 | 2024-07-22T22:54:28.039Z | Compiling data-encoding v2.6.0 |
2275 | 2024-07-22T22:54:28.553Z | Compiling psl-types v2.0.11 |
2276 | 2024-07-22T22:54:28.749Z | Compiling publicsuffix v2.2.3 |
2277 | 2024-07-22T22:54:28.892Z | Compiling hmac v0.12.1 |
2278 | 2024-07-22T22:54:28.895Z | Compiling scroll_derive v0.12.0 |
2279 | 2024-07-22T22:54:29.169Z | Compiling webpki-roots v0.25.4 |
2280 | 2024-07-22T22:54:29.333Z | Compiling bitflags v1.3.2 |
2281 | 2024-07-22T22:54:29.437Z | Compiling block-padding v0.3.3 |
2282 | 2024-07-22T22:54:29.466Z | Compiling der_derive v0.7.2 |
2283 | 2024-07-22T22:54:29.686Z | Compiling pem-rfc7468 v0.7.0 |
2284 | 2024-07-22T22:54:30.178Z | Compiling pest_meta v2.7.10 |
2285 | 2024-07-22T22:54:30.314Z | Compiling futures-executor v0.3.30 |
2286 | 2024-07-22T22:54:30.472Z | Compiling scroll v0.12.0 |
2287 | 2024-07-22T22:54:30.472Z | Compiling flagset v0.4.5 |
2288 | 2024-07-22T22:54:30.505Z | Compiling inout v0.1.3 |
2289 | 2024-07-22T22:54:30.699Z | Compiling futures v0.3.30 |
2290 | 2024-07-22T22:54:30.789Z | Compiling cipher v0.4.4 |
2291 | 2024-07-22T22:54:30.820Z | Compiling sha2 v0.10.8 |
2292 | 2024-07-22T22:54:30.856Z | Compiling either v1.12.0 |
2293 | 2024-07-22T22:54:30.923Z | Compiling ff v0.13.0 |
2294 | 2024-07-22T22:54:31.052Z | Compiling goblin v0.8.2 |
2295 | 2024-07-22T22:54:31.150Z | Compiling stable_deref_trait v1.2.0 |
2296 | 2024-07-22T22:54:31.253Z | Compiling base16ct v0.2.0 |
2297 | 2024-07-22T22:54:31.269Z | Compiling group v0.13.0 |
2298 | 2024-07-22T22:54:31.322Z | Compiling hkdf v0.12.4 |
2299 | 2024-07-22T22:54:31.579Z | Compiling pest_generator v2.7.10 |
2300 | 2024-07-22T22:54:31.597Z | Compiling crossbeam-epoch v0.9.18 |
2301 | 2024-07-22T22:54:31.600Z | Compiling crypto-bigint v0.5.5 |
2302 | 2024-07-22T22:54:32.126Z | Compiling der v0.7.9 |
2303 | 2024-07-22T22:54:32.453Z | Compiling num-integer v0.1.46 |
2304 | 2024-07-22T22:54:33.351Z | Compiling managed v0.8.0 |
2305 | 2024-07-22T22:54:33.651Z | Compiling unicode-segmentation v1.11.0 |
2306 | 2024-07-22T22:54:33.795Z | Compiling matches v0.1.10 |
2307 | 2024-07-22T22:54:33.894Z | Compiling idna v0.2.3 |
2308 | 2024-07-22T22:54:34.351Z | Compiling spki v0.7.3 |
2309 | 2024-07-22T22:54:34.468Z | Compiling enum-as-inner v0.5.1 |
2310 | 2024-07-22T22:54:34.732Z | Compiling bytes v1.6.0 |
2311 | 2024-07-22T22:54:35.494Z | Compiling indexmap v2.2.6 |
2312 | 2024-07-22T22:54:35.535Z | Compiling chrono v0.4.38 |
2313 | 2024-07-22T22:54:35.697Z | Compiling tokio v1.38.1 |
2314 | 2024-07-22T22:54:35.726Z | Compiling uuid v1.10.0 |
2315 | 2024-07-22T22:54:36.134Z | Compiling bitflags v2.5.0 |
2316 | 2024-07-22T22:54:36.622Z | Compiling semver v1.0.23 |
2317 | 2024-07-22T22:54:36.898Z | Compiling http v0.2.12 |
2318 | 2024-07-22T22:54:37.277Z | Compiling serde_tokenstream v0.2.1 |
2319 | 2024-07-22T22:54:37.429Z | Compiling toml_datetime v0.6.6 |
2320 | 2024-07-22T22:54:37.676Z | Compiling serde_spanned v0.6.6 |
2321 | 2024-07-22T22:54:37.946Z | Compiling toml_edit v0.19.15 |
2322 | 2024-07-22T22:54:37.964Z | Compiling openssl v0.10.66 |
2323 | 2024-07-22T22:54:38.252Z | Compiling rustix v0.38.34 |
2324 | 2024-07-22T22:54:39.471Z | Compiling http-body v0.4.6 |
2325 | 2024-07-22T22:54:39.507Z | Compiling serde_urlencoded v0.7.1 |
2326 | 2024-07-22T22:54:39.929Z | Compiling openapiv3 v2.0.0 |
2327 | 2024-07-22T22:54:40.084Z | Compiling cookie_store v0.20.0 |
2328 | 2024-07-22T22:54:41.371Z | Compiling rustc_version v0.4.0 |
2329 | 2024-07-22T22:54:41.698Z | Compiling pest_derive v2.7.10 |
2330 | 2024-07-22T22:54:41.869Z | Compiling dof v0.3.0 |
2331 | 2024-07-22T22:54:41.952Z | Compiling pkcs8 v0.10.2 |
2332 | 2024-07-22T22:54:42.165Z | Compiling ipnetwork v0.20.0 |
2333 | 2024-07-22T22:54:42.529Z | Compiling sec1 v0.7.3 |
2334 | 2024-07-22T22:54:42.556Z | Compiling dtrace-parser v0.2.0 |
2335 | 2024-07-22T22:54:43.116Z | Compiling elliptic-curve v0.13.8 |
2336 | 2024-07-22T22:54:43.185Z | Compiling usdt-impl v0.5.0 |
2337 | 2024-07-22T22:54:43.972Z | Compiling tokio-util v0.7.11 |
2338 | 2024-07-22T22:54:44.266Z | Compiling native-tls v0.2.11 |
2339 | 2024-07-22T22:54:44.560Z | Compiling tokio-rustls v0.24.1 |
2340 | 2024-07-22T22:54:44.827Z | Compiling tokio-native-tls v0.3.1 |
2341 | 2024-07-22T22:54:44.871Z | Compiling usdt-attr-macro v0.5.0 |
2342 | 2024-07-22T22:54:44.922Z | Compiling usdt-macro v0.5.0 |
2343 | 2024-07-22T22:54:44.957Z | Compiling h2 v0.3.26 |
2344 | 2024-07-22T22:54:45.102Z | Compiling toml v0.7.8 |
2345 | 2024-07-22T22:54:45.401Z | Compiling toml_edit v0.22.16 |
2346 | 2024-07-22T22:54:46.421Z | Compiling hex v0.4.3 |
2347 | 2024-07-22T22:54:46.461Z | Compiling bit-vec v0.6.3 |
2348 | 2024-07-22T22:54:46.581Z | Compiling usdt v0.5.0 |
2349 | 2024-07-22T22:54:46.834Z | Compiling siphasher v0.3.11 |
2350 | 2024-07-22T22:54:46.913Z | Compiling trust-dns-proto v0.22.0 |
2351 | 2024-07-22T22:54:46.935Z | Compiling heapless v0.7.17 |
2352 | 2024-07-22T22:54:47.050Z | Compiling terminal_size v0.3.0 |
2353 | 2024-07-22T22:54:47.086Z | Compiling num-bigint v0.4.5 |
2354 | 2024-07-22T22:54:47.202Z | Compiling signal-hook v0.3.17 |
2355 | 2024-07-22T22:54:47.248Z | Compiling finl_unicode v1.2.0 |
2356 | 2024-07-22T22:54:47.351Z | Compiling clap_builder v4.5.9 |
2357 | 2024-07-22T22:54:47.561Z | Compiling itertools v0.10.5 |
2358 | 2024-07-22T22:54:47.870Z | Compiling stringprep v0.1.4 |
2359 | 2024-07-22T22:54:49.180Z | Compiling regress v0.9.1 |
2360 | 2024-07-22T22:54:50.536Z | Compiling yasna v0.5.2 |
2361 | 2024-07-22T22:54:51.510Z | Compiling md-5 v0.10.6 |
2362 | 2024-07-22T22:54:51.786Z | Compiling hyper v0.14.28 |
2363 | 2024-07-22T22:54:52.467Z | Compiling clap_derive v4.5.8 |
2364 | 2024-07-22T22:54:54.466Z | Compiling hash32 v0.2.1 |
2365 | 2024-07-22T22:54:54.484Z | Compiling regex-automata v0.1.10 |
2366 | 2024-07-22T22:54:54.887Z | Compiling fallible-iterator v0.2.0 |
2367 | 2024-07-22T22:54:55.005Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2368 | 2024-07-22T22:54:55.593Z | Compiling smoltcp v0.9.1 |
2369 | 2024-07-22T22:54:55.700Z | Compiling postgres-protocol v0.6.6 |
2370 | 2024-07-22T22:54:55.725Z | Compiling bstr v0.2.17 |
2371 | 2024-07-22T22:54:56.394Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2372 | 2024-07-22T22:54:57.128Z | Compiling phf_shared v0.11.2 |
2373 | 2024-07-22T22:54:57.221Z | Compiling tokio-stream v0.1.15 |
2374 | 2024-07-22T22:54:57.243Z | Compiling hubpack_derive v0.1.1 |
2375 | 2024-07-22T22:54:57.494Z | Compiling zerocopy-derive v0.6.6 |
2376 | 2024-07-22T22:54:57.743Z | Compiling clap v4.5.9 |
2377 | 2024-07-22T22:54:57.898Z | Compiling diesel_table_macro_syntax v0.1.0 |
2378 | 2024-07-22T22:54:57.947Z | Compiling scheduled-thread-pool v0.2.7 |
2379 | 2024-07-22T22:54:58.148Z | Compiling fs-err v2.11.0 |
2380 | 2024-07-22T22:54:58.217Z | Compiling fixedbitset v0.4.2 |
2381 | 2024-07-22T22:54:58.234Z | Compiling r2d2 v0.8.10 |
2382 | 2024-07-22T22:54:58.332Z | Compiling diesel_derives v2.1.4 |
2383 | 2024-07-22T22:54:58.555Z | Compiling hyper-tls v0.5.0 |
2384 | 2024-07-22T22:54:58.582Z | Compiling hyper-rustls v0.24.2 |
2385 | 2024-07-22T22:54:58.600Z | Compiling petgraph v0.6.5 |
2386 | 2024-07-22T22:54:58.673Z | Compiling hubpack v0.1.2 |
2387 | 2024-07-22T22:54:58.924Z | Compiling reqwest v0.11.27 |
2388 | 2024-07-22T22:54:58.944Z | Compiling signal-hook-mio v0.2.3 |
2389 | 2024-07-22T22:54:59.107Z | Compiling phf v0.11.2 |
2390 | 2024-07-22T22:54:59.414Z | Compiling similar v2.5.0 |
2391 | 2024-07-22T22:54:59.777Z | Compiling zerocopy v0.6.6 |
2392 | 2024-07-22T22:55:00.626Z | Compiling postgres-types v0.2.6 |
2393 | 2024-07-22T22:55:01.574Z | Compiling phf_shared v0.10.0 |
2394 | 2024-07-22T22:55:01.856Z | Compiling num-iter v0.1.45 |
2395 | 2024-07-22T22:55:01.998Z | Compiling strum_macros v0.25.3 |
2396 | 2024-07-22T22:55:02.035Z | Compiling serde_repr v0.1.19 |
2397 | 2024-07-22T22:55:02.115Z | Compiling console v0.15.8 |
2398 | 2024-07-22T22:55:02.210Z | Compiling float-cmp v0.9.0 |
2399 | 2024-07-22T22:55:02.447Z | Compiling difflib v0.4.0 |
2400 | 2024-07-22T22:55:02.722Z | Compiling new_debug_unreachable v1.0.6 |
2401 | 2024-07-22T22:55:02.870Z | Compiling normalize-line-endings v0.3.0 |
2402 | 2024-07-22T22:55:03.005Z | Compiling predicates-core v1.0.6 |
2403 | 2024-07-22T22:55:03.250Z | Compiling minimal-lexical v0.2.1 |
2404 | 2024-07-22T22:55:03.404Z | Compiling static_assertions v1.1.0 |
2405 | 2024-07-22T22:55:03.514Z | Compiling whoami v1.5.1 |
2406 | 2024-07-22T22:55:03.727Z | Compiling precomputed-hash v0.1.1 |
2407 | 2024-07-22T22:55:03.784Z | Compiling nom v7.1.3 |
2408 | 2024-07-22T22:55:03.836Z | Compiling tokio-postgres v0.7.10 |
2409 | 2024-07-22T22:55:04.182Z | Compiling string_cache v0.8.7 |
2410 | 2024-07-22T22:55:04.185Z | Compiling predicates v3.1.0 |
2411 | 2024-07-22T22:55:04.674Z | Compiling crossterm v0.27.0 |
2412 | 2024-07-22T22:55:06.472Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2413 | 2024-07-22T22:55:06.931Z | Compiling bit-set v0.5.3 |
2414 | 2024-07-22T22:55:07.239Z | Compiling itertools v0.12.1 |
2415 | 2024-07-22T22:55:07.548Z | Compiling bstr v1.9.1 |
2416 | 2024-07-22T22:55:08.527Z | Compiling getopts v0.2.21 |
2417 | 2024-07-22T22:55:09.026Z | Compiling peg-runtime v0.8.3 |
2418 | 2024-07-22T22:55:09.466Z | Compiling unsafe-libyaml v0.2.11 |
2419 | 2024-07-22T22:55:09.581Z | Compiling lalrpop-util v0.19.12 |
2420 | 2024-07-22T22:55:09.730Z | Compiling unicode-xid v0.2.4 |
2421 | 2024-07-22T22:55:09.909Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2422 | 2024-07-22T22:55:09.937Z | Compiling sha1 v0.10.6 |
2423 | 2024-07-22T22:55:10.365Z | Compiling camino v1.1.7 |
2424 | 2024-07-22T22:55:10.385Z | Compiling strum_macros v0.26.4 |
2425 | 2024-07-22T22:55:10.525Z | Compiling http v1.1.0 |
2426 | 2024-07-22T22:55:11.392Z | Compiling serde_yaml v0.9.34+deprecated |
2427 | 2024-07-22T22:55:11.499Z | Compiling base64 v0.22.1 |
2428 | 2024-07-22T22:55:11.743Z | Compiling diesel v2.1.6 |
2429 | 2024-07-22T22:55:12.296Z | Compiling toml v0.8.15 |
2430 | 2024-07-22T22:55:12.978Z | Compiling rustls-pki-types v1.7.0 |
2431 | 2024-07-22T22:55:13.015Z | Compiling crossbeam-channel v0.5.12 |
2432 | 2024-07-22T22:55:13.868Z | Compiling paste v1.0.15 |
2433 | 2024-07-22T22:55:14.100Z | Compiling rustls v0.22.4 |
2434 | 2024-07-22T22:55:14.165Z | Compiling ident_case v1.0.1 |
2435 | 2024-07-22T22:55:14.339Z | Compiling slog-async v2.8.0 |
2436 | 2024-07-22T22:55:14.413Z | Compiling darling_core v0.20.9 |
2437 | 2024-07-22T22:55:14.446Z | Compiling slog-term v2.9.1 |
2438 | 2024-07-22T22:55:14.972Z | Compiling rustls-webpki v0.102.4 |
2439 | 2024-07-22T22:55:15.552Z | Compiling multer v3.1.0 |
2440 | 2024-07-22T22:55:15.886Z | Compiling slog-json v2.6.1 |
2441 | 2024-07-22T22:55:15.904Z | Compiling strum v0.26.3 |
2442 | 2024-07-22T22:55:16.098Z | Compiling async-stream-impl v0.3.5 |
2443 | 2024-07-22T22:55:16.269Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
2444 | 2024-07-22T22:55:16.552Z | Compiling instant v0.1.12 |
2445 | 2024-07-22T22:55:16.720Z | Compiling atomic-waker v1.1.2 |
2446 | 2024-07-22T22:55:16.777Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2447 | 2024-07-22T22:55:16.927Z | Compiling debug-ignore v1.0.5 |
2448 | 2024-07-22T22:55:16.952Z | Compiling waitgroup v0.1.2 |
2449 | 2024-07-22T22:55:17.106Z | Compiling slog-bunyan v2.5.0 |
2450 | 2024-07-22T22:55:17.182Z | Compiling rustls-pemfile v2.1.2 |
2451 | 2024-07-22T22:55:17.302Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
2452 | 2024-07-22T22:55:17.531Z | Compiling async-stream v0.3.5 |
2453 | 2024-07-22T22:55:17.660Z | Compiling serde_path_to_error v0.1.16 |
2454 | 2024-07-22T22:55:17.907Z | Compiling hostname v0.4.0 |
2455 | 2024-07-22T22:55:18.206Z | Compiling structmeta-derive v0.3.0 |
2456 | 2024-07-22T22:55:18.276Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2457 | 2024-07-22T22:55:18.559Z | Compiling newtype-uuid v1.1.0 |
2458 | 2024-07-22T22:55:18.880Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2459 | 2024-07-22T22:55:19.052Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2460 | 2024-07-22T22:55:19.395Z | Compiling backoff v0.4.0 |
2461 | 2024-07-22T22:55:19.648Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2462 | 2024-07-22T22:55:19.750Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2463 | 2024-07-22T22:55:19.834Z | Compiling macaddr v1.0.1 |
2464 | 2024-07-22T22:55:19.914Z | Compiling proc-macro-crate v1.3.1 |
2465 | 2024-07-22T22:55:20.296Z | Compiling tokio-rustls v0.25.0 |
2466 | 2024-07-22T22:55:20.722Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2467 | 2024-07-22T22:55:21.060Z | Compiling fastrand v2.1.0 |
2468 | 2024-07-22T22:55:21.078Z | Compiling num_enum_derive v0.5.11 |
2469 | 2024-07-22T22:55:21.353Z | Compiling structmeta v0.3.0 |
2470 | 2024-07-22T22:55:21.438Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2471 | 2024-07-22T22:55:21.580Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2472 | 2024-07-22T22:55:21.621Z | Compiling tempfile v3.10.1 |
2473 | 2024-07-22T22:55:21.788Z | Compiling parse-display-derive v0.9.1 |
2474 | 2024-07-22T22:55:21.925Z | Compiling darling_macro v0.20.9 |
2475 | 2024-07-22T22:55:22.536Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2476 | 2024-07-22T22:55:22.878Z | Compiling foreign-types-macros v0.2.3 |
2477 | 2024-07-22T22:55:23.008Z | Compiling darling v0.20.9 |
2478 | 2024-07-22T22:55:23.138Z | Compiling serde_with_macros v3.8.3 |
2479 | 2024-07-22T22:55:24.002Z | Compiling num_enum v0.5.11 |
2480 | 2024-07-22T22:55:24.171Z | Compiling heapless v0.8.0 |
2481 | 2024-07-22T22:55:24.216Z | Compiling foreign-types-shared v0.3.1 |
2482 | 2024-07-22T22:55:24.339Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2483 | 2024-07-22T22:55:24.651Z | Compiling foreign-types v0.5.0 |
2484 | 2024-07-22T22:55:24.772Z | Compiling proc-macro-error v1.0.4 |
2485 | 2024-07-22T22:55:25.409Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2486 | 2024-07-22T22:55:25.480Z | Compiling hash32 v0.3.1 |
2487 | 2024-07-22T22:55:25.741Z | Compiling cstr-argument v0.1.2 |
2488 | 2024-07-22T22:55:26.023Z | Compiling pretty-hex v0.2.1 |
2489 | 2024-07-22T22:55:26.216Z | Compiling smoltcp v0.11.0 |
2490 | 2024-07-22T22:55:26.352Z | Compiling serde_with v3.8.3 |
2491 | 2024-07-22T22:55:26.444Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2492 | 2024-07-22T22:55:26.529Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2493 | 2024-07-22T22:55:26.903Z | Compiling parse-display v0.9.1 |
2494 | 2024-07-22T22:55:27.009Z | Compiling camino-tempfile v1.1.1 |
2495 | 2024-07-22T22:55:27.151Z | Compiling tabwriter v1.4.0 |
2496 | 2024-07-22T22:55:27.489Z | Compiling colored v2.1.0 |
2497 | 2024-07-22T22:55:27.634Z | Compiling socket2 v0.4.10 |
2498 | 2024-07-22T22:55:27.697Z | Compiling embedded-io v0.4.0 |
2499 | 2024-07-22T22:55:28.036Z | Compiling cobs v0.2.3 |
2500 | 2024-07-22T22:55:28.295Z | Compiling postcard v1.0.8 |
2501 | 2024-07-22T22:55:28.409Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2502 | 2024-07-22T22:55:28.564Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2503 | 2024-07-22T22:55:28.702Z | Compiling crucible-workspace-hack v0.1.0 |
2504 | 2024-07-22T22:55:28.818Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2505 | 2024-07-22T22:55:28.995Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2506 | 2024-07-22T22:55:29.247Z | Compiling smf v0.2.3 |
2507 | 2024-07-22T22:55:29.300Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2508 | 2024-07-22T22:55:29.648Z | Compiling humantime v2.1.0 |
2509 | 2024-07-22T22:55:30.220Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2510 | 2024-07-22T22:55:30.458Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2511 | 2024-07-22T22:55:30.501Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2512 | 2024-07-22T22:55:30.735Z | Compiling num-derive v0.4.2 |
2513 | 2024-07-22T22:55:30.755Z | Compiling sigpipe v0.1.3 |
2514 | 2024-07-22T22:55:30.878Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2515 | 2024-07-22T22:55:30.974Z | Compiling semver v0.1.20 |
2516 | 2024-07-22T22:55:31.320Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2517 | 2024-07-22T22:55:31.668Z | Compiling rustc_version v0.1.7 |
2518 | 2024-07-22T22:55:31.752Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2519 | 2024-07-22T22:55:32.219Z | Compiling curve25519-dalek v4.1.3 |
2520 | 2024-07-22T22:55:33.002Z | Compiling newline-converter v0.3.0 |
2521 | 2024-07-22T22:55:33.174Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2522 | 2024-07-22T22:55:33.177Z | Compiling universal-hash v0.5.1 |
2523 | 2024-07-22T22:55:33.312Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2524 | 2024-07-22T22:55:33.374Z | Compiling utf-8 v0.7.6 |
2525 | 2024-07-22T22:55:33.414Z | Compiling opaque-debug v0.3.1 |
2526 | 2024-07-22T22:55:33.446Z | Compiling expectorate v1.1.0 |
2527 | 2024-07-22T22:55:33.627Z | Compiling newtype_derive v0.1.6 |
2528 | 2024-07-22T22:55:33.630Z | Compiling curve25519-dalek-derive v0.1.1 |
2529 | 2024-07-22T22:55:33.711Z | Compiling atty v0.2.14 |
2530 | 2024-07-22T22:55:33.742Z | Compiling rayon-core v1.12.1 |
2531 | 2024-07-22T22:55:33.851Z | Compiling convert_case v0.4.0 |
2532 | 2024-07-22T22:55:33.914Z | Compiling same-file v1.0.6 |
2533 | 2024-07-22T22:55:34.109Z | Compiling walkdir v2.5.0 |
2534 | 2024-07-22T22:55:34.149Z | Compiling crossbeam-deque v0.8.5 |
2535 | 2024-07-22T22:55:34.286Z | Compiling blake2 v0.10.6 |
2536 | 2024-07-22T22:55:34.490Z | Compiling derive-where v1.2.7 |
2537 | 2024-07-22T22:55:34.870Z | Compiling derive_more v0.99.18 |
2538 | 2024-07-22T22:55:34.906Z | Compiling password-hash v0.5.0 |
2539 | 2024-07-22T22:55:35.294Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2540 | 2024-07-22T22:55:35.618Z | Compiling prettyplease v0.2.20 |
2541 | 2024-07-22T22:55:35.922Z | Compiling argon2 v0.5.3 |
2542 | 2024-07-22T22:55:36.873Z | Compiling xattr v1.3.1 |
2543 | 2024-07-22T22:55:37.173Z | Compiling num-rational v0.4.2 |
2544 | 2024-07-22T22:55:37.858Z | Compiling signature v2.2.0 |
2545 | 2024-07-22T22:55:38.188Z | Compiling aead v0.5.2 |
2546 | 2024-07-22T22:55:38.253Z | Compiling num-complex v0.4.6 |
2547 | 2024-07-22T22:55:38.588Z | Compiling blake3 v1.5.1 |
2548 | 2024-07-22T22:55:38.990Z | Compiling ring v0.16.20 |
2549 | 2024-07-22T22:55:39.048Z | Compiling unicase v2.7.0 |
2550 | 2024-07-22T22:55:39.191Z | Compiling keccak v0.1.5 |
2551 | 2024-07-22T22:55:39.342Z | Compiling getrandom v0.1.16 |
2552 | 2024-07-22T22:55:39.360Z | Compiling arc-swap v1.7.1 |
2553 | 2024-07-22T22:55:40.046Z | Compiling termcolor v1.4.1 |
2554 | 2024-07-22T22:55:40.086Z | Compiling quick-error v1.2.3 |
2555 | 2024-07-22T22:55:40.106Z | Compiling linked-hash-map v0.5.6 |
2556 | 2024-07-22T22:55:40.237Z | Compiling resolv-conf v0.7.0 |
2557 | 2024-07-22T22:55:40.455Z | Compiling lru-cache v0.1.2 |
2558 | 2024-07-22T22:55:40.663Z | Compiling env_logger v0.9.3 |
2559 | 2024-07-22T22:55:40.974Z | Compiling slog-scope v4.4.0 |
2560 | 2024-07-22T22:55:41.093Z | Compiling sha3 v0.10.8 |
2561 | 2024-07-22T22:55:41.718Z | Compiling num v0.4.3 |
2562 | 2024-07-22T22:55:42.075Z | Compiling tar v0.4.41 |
2563 | 2024-07-22T22:55:42.133Z | Compiling steno v0.4.1 |
2564 | 2024-07-22T22:55:42.252Z | Compiling rayon v1.10.0 |
2565 | 2024-07-22T22:55:43.883Z | Compiling tungstenite v0.21.0 |
2566 | 2024-07-22T22:55:44.245Z | Compiling poly1305 v0.8.0 |
2567 | 2024-07-22T22:55:44.357Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2568 | 2024-07-22T22:55:44.864Z | Compiling chacha20 v0.9.1 |
2569 | 2024-07-22T22:55:45.309Z | Compiling secrecy v0.8.0 |
2570 | 2024-07-22T22:55:45.581Z | Compiling thiserror-impl-no-std v2.0.2 |
2571 | 2024-07-22T22:55:46.020Z | Compiling bitstruct_derive v0.1.0 |
2572 | 2024-07-22T22:55:46.054Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2573 | 2024-07-22T22:55:46.121Z | Compiling memmap2 v0.9.4 |
2574 | 2024-07-22T22:55:46.188Z | Compiling half v2.4.1 |
2575 | 2024-07-22T22:55:46.613Z | Compiling libefi-sys v0.1.0 |
2576 | 2024-07-22T22:55:46.784Z | Compiling untrusted v0.7.1 |
2577 | 2024-07-22T22:55:46.885Z | Compiling spin v0.5.2 |
2578 | 2024-07-22T22:55:46.983Z | Compiling arrayref v0.3.7 |
2579 | 2024-07-22T22:55:47.086Z | Compiling ciborium-io v0.2.2 |
2580 | 2024-07-22T22:55:47.138Z | Compiling float-ord v0.3.2 |
2581 | 2024-07-22T22:55:47.223Z | Compiling constant_time_eq v0.3.0 |
2582 | 2024-07-22T22:55:47.331Z | Compiling parking_lot_core v0.8.6 |
2583 | 2024-07-22T22:55:47.348Z | Compiling ascii v1.1.0 |
2584 | 2024-07-22T22:55:47.414Z | Compiling home v0.5.9 |
2585 | 2024-07-22T22:55:47.451Z | Compiling arrayvec v0.7.4 |
2586 | 2024-07-22T22:55:47.702Z | Compiling toolchain_find v0.4.0 |
2587 | 2024-07-22T22:55:47.849Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2588 | 2024-07-22T22:55:47.979Z | Compiling bitstruct v0.1.1 |
2589 | 2024-07-22T22:55:48.108Z | Compiling ciborium-ll v0.2.2 |
2590 | 2024-07-22T22:55:48.395Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2591 | 2024-07-22T22:55:48.547Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2592 | 2024-07-22T22:55:48.790Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2593 | 2024-07-22T22:55:48.815Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2594 | 2024-07-22T22:55:48.941Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2595 | 2024-07-22T22:55:49.437Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2596 | 2024-07-22T22:55:49.587Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2597 | 2024-07-22T22:55:49.641Z | Compiling thiserror-no-std v2.0.2 |
2598 | 2024-07-22T22:55:49.709Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2599 | 2024-07-22T22:55:49.753Z | Compiling tokio-tungstenite v0.21.0 |
2600 | 2024-07-22T22:55:49.779Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2601 | 2024-07-22T22:55:49.928Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2602 | 2024-07-22T22:55:49.990Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2603 | 2024-07-22T22:55:50.019Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2604 | 2024-07-22T22:55:50.048Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2605 | 2024-07-22T22:55:50.274Z | Compiling slog-stdlog v4.1.1 |
2606 | 2024-07-22T22:55:50.473Z | Compiling trust-dns-resolver v0.22.0 |
2607 | 2024-07-22T22:55:50.522Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2608 | 2024-07-22T22:55:50.661Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2609 | 2024-07-22T22:55:50.842Z | Compiling erased-serde v0.3.31 |
2610 | 2024-07-22T22:55:51.026Z | Compiling serde_arrays v0.1.0 |
2611 | 2024-07-22T22:55:51.202Z | Compiling rfc6979 v0.4.0 |
2612 | 2024-07-22T22:55:51.273Z | Compiling bitfield-struct v0.6.1 |
2613 | 2024-07-22T22:55:51.393Z | Compiling nibble_vec v0.1.0 |
2614 | 2024-07-22T22:55:51.608Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2615 | 2024-07-22T22:55:51.971Z | Compiling slog-dtrace v0.3.0 |
2616 | 2024-07-22T22:55:52.072Z | Compiling cancel-safe-futures v0.1.5 |
2617 | 2024-07-22T22:55:52.255Z | Compiling topological-sort v0.2.2 |
2618 | 2024-07-22T22:55:52.271Z | Compiling endian-type v0.1.2 |
2619 | 2024-07-22T22:55:52.352Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2620 | 2024-07-22T22:55:52.444Z | Compiling omicron-zone-package v0.11.0 |
2621 | 2024-07-22T22:55:52.510Z | Compiling radix_trie v0.2.1 |
2622 | 2024-07-22T22:55:52.564Z | Compiling ecdsa v0.16.9 |
2623 | 2024-07-22T22:55:52.713Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2624 | 2024-07-22T22:55:53.300Z | Compiling mime_guess v2.0.4 |
2625 | 2024-07-22T22:55:53.502Z | Compiling rand_core v0.5.1 |
2626 | 2024-07-22T22:55:53.568Z | Compiling slog-envlogger v2.2.0 |
2627 | 2024-07-22T22:55:54.055Z | Compiling vsss-rs v3.3.4 |
2628 | 2024-07-22T22:55:54.700Z | Compiling ciborium v0.2.2 |
2629 | 2024-07-22T22:55:54.785Z | Compiling rustfmt-wrapper v0.2.1 |
2630 | 2024-07-22T22:55:55.406Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2631 | 2024-07-22T22:55:56.576Z | Compiling chacha20poly1305 v0.10.1 |
2632 | 2024-07-22T22:55:56.835Z | Compiling tungstenite v0.20.1 |
2633 | 2024-07-22T22:55:56.982Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2634 | 2024-07-22T22:55:57.088Z | Compiling primeorder v0.13.6 |
2635 | 2024-07-22T22:55:57.627Z | Compiling heck v0.3.3 |
2636 | 2024-07-22T22:55:57.735Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2637 | 2024-07-22T22:55:57.866Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2638 | 2024-07-22T22:55:57.962Z | Compiling option-ext v0.2.0 |
2639 | 2024-07-22T22:55:58.081Z | Compiling zone_cfg_derive v0.1.2 |
2640 | 2024-07-22T22:55:58.099Z | Compiling dirs-sys v0.4.1 |
2641 | 2024-07-22T22:55:58.171Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2642 | 2024-07-22T22:55:58.665Z | Compiling tokio-tungstenite v0.20.1 |
2643 | 2024-07-22T22:55:59.016Z | Compiling parking_lot v0.11.2 |
2644 | 2024-07-22T22:55:59.213Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2645 | 2024-07-22T22:55:59.278Z | Compiling rand_chacha v0.2.2 |
2646 | 2024-07-22T22:55:59.281Z | Compiling trust-dns-client v0.22.0 |
2647 | 2024-07-22T22:55:59.351Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2648 | 2024-07-22T22:56:00.028Z | Compiling ed25519 v2.2.3 |
2649 | 2024-07-22T22:56:00.200Z | Compiling polyval v0.6.2 |
2650 | 2024-07-22T22:56:00.240Z | Compiling libsw v3.3.1 |
2651 | 2024-07-22T22:56:00.552Z | Compiling toml v0.5.11 |
2652 | 2024-07-22T22:56:00.568Z | Compiling blowfish v0.9.1 |
2653 | 2024-07-22T22:56:00.634Z | Compiling ctr v0.9.2 |
2654 | 2024-07-22T22:56:01.001Z | Compiling aes v0.8.4 |
2655 | 2024-07-22T22:56:01.004Z | Compiling pbkdf2 v0.12.2 |
2656 | 2024-07-22T22:56:01.180Z | Compiling password-hash v0.4.2 |
2657 | 2024-07-22T22:56:01.373Z | Compiling gethostname v0.4.3 |
2658 | 2024-07-22T22:56:01.674Z | Compiling fxhash v0.2.1 |
2659 | 2024-07-22T22:56:01.884Z | Compiling linear-map v1.2.0 |
2660 | 2024-07-22T22:56:02.185Z | Compiling base64 v0.13.1 |
2661 | 2024-07-22T22:56:02.248Z | Compiling owo-colors v4.0.0 |
2662 | 2024-07-22T22:56:02.499Z | Compiling trust-dns-server v0.22.1 |
2663 | 2024-07-22T22:56:02.850Z | Compiling ron v0.7.1 |
2664 | 2024-07-22T22:56:03.910Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2665 | 2024-07-22T22:56:04.326Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2666 | 2024-07-22T22:56:04.354Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2667 | 2024-07-22T22:56:04.622Z | Compiling sled v0.34.7 |
2668 | 2024-07-22T22:56:05.062Z | Compiling pbkdf2 v0.11.0 |
2669 | 2024-07-22T22:56:05.230Z | Compiling bcrypt-pbkdf v0.10.0 |
2670 | 2024-07-22T22:56:05.447Z | Compiling ghash v0.5.1 |
2671 | 2024-07-22T22:56:05.647Z | Compiling ed25519-dalek v2.1.1 |
2672 | 2024-07-22T22:56:05.844Z | Compiling zone v0.1.8 |
2673 | 2024-07-22T22:56:06.847Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2674 | 2024-07-22T22:56:07.502Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2675 | 2024-07-22T22:56:08.230Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2676 | 2024-07-22T22:56:09.752Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2677 | 2024-07-22T22:56:11.788Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2678 | 2024-07-22T22:56:12.745Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2679 | 2024-07-22T22:56:14.300Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2680 | 2024-07-22T22:56:15.233Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2681 | 2024-07-22T22:56:16.036Z | Compiling rand v0.7.3 |
2682 | 2024-07-22T22:56:16.887Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2683 | 2024-07-22T22:56:17.413Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2684 | 2024-07-22T22:56:17.607Z | Compiling dirs v5.0.1 |
2685 | 2024-07-22T22:56:18.731Z | Compiling p521 v0.13.3 |
2686 | 2024-07-22T22:56:21.008Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2687 | 2024-07-22T22:56:21.247Z | Compiling p256 v0.13.2 |
2688 | 2024-07-22T22:56:21.807Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2689 | 2024-07-22T22:56:22.151Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2690 | 2024-07-22T22:56:22.468Z | Compiling pem v3.0.4 |
2691 | 2024-07-22T22:56:23.215Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2692 | 2024-07-22T22:56:23.365Z | Compiling headers-core v0.2.0 |
2693 | 2024-07-22T22:56:23.536Z | Compiling cbc v0.1.2 |
2694 | 2024-07-22T22:56:23.649Z | Compiling kstat-rs v0.2.4 |
2695 | 2024-07-22T22:56:23.793Z | Compiling portpicker v0.1.1 |
2696 | 2024-07-22T22:56:24.140Z | Compiling nanorand v0.7.0 |
2697 | 2024-07-22T22:56:24.158Z | Compiling russh-cryptovec v0.7.2 |
2698 | 2024-07-22T22:56:24.232Z | Compiling md5 v0.7.0 |
2699 | 2024-07-22T22:56:24.299Z | Compiling glob v0.3.1 |
2700 | 2024-07-22T22:56:24.473Z | Compiling http-range v0.1.5 |
2701 | 2024-07-22T22:56:24.749Z | Compiling hyper-staticfile v0.9.5 |
2702 | 2024-07-22T22:56:24.778Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2703 | 2024-07-22T22:56:24.829Z | Compiling flume v0.11.0 |
2704 | 2024-07-22T22:56:25.296Z | Compiling russh-keys v0.43.0 |
2705 | 2024-07-22T22:56:25.519Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2706 | 2024-07-22T22:56:25.740Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2707 | 2024-07-22T22:56:25.797Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2708 | 2024-07-22T22:56:26.209Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2709 | 2024-07-22T22:56:28.880Z | Compiling headers v0.3.9 |
2710 | 2024-07-22T22:56:29.190Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2711 | 2024-07-22T22:56:30.881Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2712 | 2024-07-22T22:56:32.011Z | Compiling rcgen v0.12.1 |
2713 | 2024-07-22T22:56:32.403Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2714 | 2024-07-22T22:56:32.619Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2715 | 2024-07-22T22:56:34.071Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2716 | 2024-07-22T22:56:34.540Z | Compiling aes-gcm v0.10.3 |
2717 | 2024-07-22T22:56:34.672Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2718 | 2024-07-22T22:56:34.834Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2719 | 2024-07-22T22:56:36.586Z | Compiling atomicwrites v0.4.3 |
2720 | 2024-07-22T22:56:36.948Z | Compiling subprocess v0.2.9 |
2721 | 2024-07-22T22:56:36.974Z | Compiling hex-literal v0.4.1 |
2722 | 2024-07-22T22:56:37.138Z | Compiling display-error-chain v0.2.0 |
2723 | 2024-07-22T22:56:37.202Z | Compiling dhcproto-macros v0.1.0 |
2724 | 2024-07-22T22:56:37.326Z | Compiling russh v0.43.0 |
2725 | 2024-07-22T22:56:38.216Z | Compiling dhcproto v0.11.0 |
2726 | 2024-07-22T22:56:39.183Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2727 | 2024-07-22T22:56:39.828Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2728 | 2024-07-22T22:56:41.777Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2729 | 2024-07-22T22:56:41.956Z | Compiling internet-checksum v0.2.1 |
2730 | 2024-07-22T22:56:43.813Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2731 | 2024-07-22T22:56:43.849Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2732 | 2024-07-22T22:56:46.080Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2733 | 2024-07-22T22:56:47.352Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2734 | 2024-07-22T22:57:07.148Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2735 | 2024-07-22T22:57:46.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 43s |
2736 | 2024-07-22T22:57:46.782Z | |
2737 | 2024-07-22T22:57:46.785Z | real 3:43.285882640 |
2738 | 2024-07-22T22:57:46.785Z | user 20:10.213050268 |
2739 | 2024-07-22T22:57:46.785Z | sys 4:20.635632820 |
2740 | 2024-07-22T22:57:46.785Z | trap 0.595743037 |
2741 | 2024-07-22T22:57:46.785Z | tflt 0.588750329 |
2742 | 2024-07-22T22:57:46.785Z | dflt 1.982309236 |
2743 | 2024-07-22T22:57:46.785Z | kflt 0.000069244 |
2744 | 2024-07-22T22:57:46.785Z | lock 42:58.233728954 |
2745 | 2024-07-22T22:57:46.785Z | slp 57:18.848007862 |
2746 | 2024-07-22T22:57:46.785Z | lat 1:04.846914228 |
2747 | 2024-07-22T22:57:46.785Z | stop 2:27.590773420 |
2748 | 2024-07-22T22:57:46.786Z | + mkdir tests |
2749 | 2024-07-22T22:57:46.788Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2750 | 2024-07-22T22:57:46.788Z | + xargs -I '{}' -t cp '{}' tests/ |
2751 | 2024-07-22T22:57:48.096Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-0129155c5e633200 tests/ |
2752 | 2024-07-22T22:57:48.117Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-2c7c1156e2377ecb tests/ |
2753 | 2024-07-22T22:57:48.137Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3b605d3552ce4ce8 tests/ |
2754 | 2024-07-22T22:57:48.156Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-31e85e801f7962ae tests/ |
2755 | 2024-07-22T22:57:48.323Z | + 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/*) |
2756 | 2024-07-22T22:57:48.325Z | + 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-3b605d3552ce4ce8 tests/commtest-2c7c1156e2377ecb tests/dhcp_server-0129155c5e633200 tests/end_to_end_tests-31e85e801f7962ae 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 |
2757 | 2024-07-22T22:58:45.145Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2758 | 2024-07-22T22:58:45.146Z | a out/target/test 1K |
2759 | 2024-07-22T22:58:45.146Z | a out/npuzone/npuzone 23144K |
2760 | 2024-07-22T22:58:45.146Z | a package-manifest.toml 29K |
2761 | 2024-07-22T22:58:45.146Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2762 | 2024-07-22T22:58:45.146Z | a target/release/omicron-package 32446K |
2763 | 2024-07-22T22:58:45.146Z | a target/release/xtask 18113K |
2764 | 2024-07-22T22:58:45.146Z | a target/debug/bootstrap 215901K |
2765 | 2024-07-22T22:58:45.146Z | a tests/bootstrap-3b605d3552ce4ce8 23989K |
2766 | 2024-07-22T22:58:45.146Z | a tests/commtest-2c7c1156e2377ecb 24715K |
2767 | 2024-07-22T22:58:45.146Z | a tests/dhcp_server-0129155c5e633200 23989K |
2768 | 2024-07-22T22:58:45.146Z | a tests/end_to_end_tests-31e85e801f7962ae 227609K |
2769 | 2024-07-22T22:58:45.146Z | a out/clickhouse.tar.gz 223131K |
2770 | 2024-07-22T22:58:45.146Z | a out/clickhouse_keeper.tar.gz 223109K |
2771 | 2024-07-22T22:58:45.146Z | a out/cockroachdb.tar.gz 131833K |
2772 | 2024-07-22T22:58:45.146Z | a out/crucible-dtrace.tar 85K |
2773 | 2024-07-22T22:58:45.146Z | a out/crucible-pantry-zone.tar.gz 27091K |
2774 | 2024-07-22T22:58:45.146Z | a out/crucible-zone.tar.gz 37463K |
2775 | 2024-07-22T22:58:45.146Z | a out/external-dns.tar.gz 25239K |
2776 | 2024-07-22T22:58:45.146Z | a out/internal-dns.tar.gz 25238K |
2777 | 2024-07-22T22:58:45.146Z | a out/mg-ddm-gz.tar 60627K |
2778 | 2024-07-22T22:58:45.146Z | a out/nexus.tar.gz 84941K |
2779 | 2024-07-22T22:58:45.146Z | a out/ntp.tar.gz 8970K |
2780 | 2024-07-22T22:58:45.146Z | a out/omicron-gateway-softnpu.tar.gz 13801K |
2781 | 2024-07-22T22:58:45.146Z | a out/omicron-sled-agent.tar 95227K |
2782 | 2024-07-22T22:58:45.146Z | a out/overlay.tar.gz 3K |
2783 | 2024-07-22T22:58:45.146Z | a out/oximeter.tar.gz 42176K |
2784 | 2024-07-22T22:58:45.146Z | a out/oxlog.tar 2947K |
2785 | 2024-07-22T22:58:45.146Z | a out/probe.tar.gz 2764K |
2786 | 2024-07-22T22:58:45.146Z | a out/propolis-server.tar.gz 64643K |
2787 | 2024-07-22T22:58:45.146Z | a out/pumpkind-gz.tar 26665K |
2788 | 2024-07-22T22:58:45.146Z | a out/switch-softnpu.tar.gz 207200K |
2789 | 2024-07-22T22:58:45.149Z | |
2790 | 2024-07-22T22:58:45.149Z | real 56.815170308 |
2791 | 2024-07-22T22:58:45.149Z | user 54.408940481 |
2792 | 2024-07-22T22:58:45.149Z | sys 3.349473750 |
2793 | 2024-07-22T22:58:45.149Z | trap 0.013208694 |
2794 | 2024-07-22T22:58:45.149Z | tflt 0.000000000 |
2795 | 2024-07-22T22:58:45.150Z | dflt 0.000000000 |
2796 | 2024-07-22T22:58:45.150Z | kflt 0.000000000 |
2797 | 2024-07-22T22:58:45.150Z | lock 0.000000000 |
2798 | 2024-07-22T22:58:45.150Z | slp 54.336661685 |
2799 | 2024-07-22T22:58:45.150Z | lat 1.517018532 |
2800 | 2024-07-22T22:58:45.150Z | stop 0.000189451 |
2801 | 2024-07-22T22:58:45.150Z | process exited: duration 1746672 ms, exit code 0 |
|
2802 | 2024-07-22T22:58:45.164Z | found 1 output files |
2803 | 2024-07-22T22:58:45.164Z | uploading: /work/package.tar.gz (1356492982 bytes) |
2804 | 2024-07-22T22:59:10.397Z | uploaded: /work/package.tar.gz |