|
|
|
1 | 2024-08-06T22:19:48.899Z | job assigned to worker 01J4MWBWN81S5T1MB5JGN0FMA2 (queued for 1 m 5 s) |
|
2 | 2024-08-06T22:19:56.871Z | starting task 0: "setup" |
3 | 2024-08-06T22:19:56.921Z | ++ uname -s |
4 | 2024-08-06T22:19:56.926Z | + kern=SunOS |
5 | 2024-08-06T22:19:56.926Z | + case "$kern" in |
6 | 2024-08-06T22:19:56.926Z | + groupadd -g 12345 build |
7 | 2024-08-06T22:19:56.926Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-06T22:19:58.946Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-06T22:19:59.050Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-06T22:19:59.054Z | + home_fs=zfs |
11 | 2024-08-06T22:19:59.054Z | + [[ zfs == autofs ]] |
12 | 2024-08-06T22:19:59.054Z | + mkdir -p /home/build |
13 | 2024-08-06T22:19:59.054Z | + chown build:build /home/build /work |
14 | 2024-08-06T22:20:01.057Z | + chmod 0700 /home/build /work |
15 | 2024-08-06T22:20:01.060Z | process exited: duration 4189 ms, exit code 0 |
|
16 | 2024-08-06T22:20:01.068Z | starting task 1: "rust-toolchain" |
17 | 2024-08-06T22:20:01.073Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-06T22:20:01.073Z | * toolchain channel = "1.80.0" |
19 | 2024-08-06T22:20:01.073Z | * toolchain profile = "default" |
20 | 2024-08-06T22:20:01.073Z | ' 1.80.0 |
21 | 2024-08-06T22:20:01.073Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-06T22:20:01.073Z | ' default |
23 | 2024-08-06T22:20:01.077Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-06T22:20:01.077Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-06T22:20:01.187Z | info: downloading installer |
26 | 2024-08-06T22:20:02.524Z | info: profile set to 'default' |
27 | 2024-08-06T22:20:02.524Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-06T22:20:02.528Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-06T22:20:02.678Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-06T22:20:02.679Z | info: downloading component 'cargo' |
31 | 2024-08-06T22:20:03.555Z | info: downloading component 'clippy' |
32 | 2024-08-06T22:20:03.864Z | info: downloading component 'rust-docs' |
33 | 2024-08-06T22:20:05.088Z | info: downloading component 'rust-std' |
34 | 2024-08-06T22:20:06.812Z | info: downloading component 'rustc' |
35 | 2024-08-06T22:20:11.675Z | info: downloading component 'rustfmt' |
36 | 2024-08-06T22:20:11.936Z | info: installing component 'cargo' |
37 | 2024-08-06T22:20:12.774Z | info: installing component 'clippy' |
38 | 2024-08-06T22:20:13.146Z | info: installing component 'rust-docs' |
39 | 2024-08-06T22:20:14.795Z | info: installing component 'rust-std' |
40 | 2024-08-06T22:20:16.400Z | info: installing component 'rustc' |
41 | 2024-08-06T22:20:20.593Z | info: installing component 'rustfmt' |
42 | 2024-08-06T22:20:20.939Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
43 | 2024-08-06T22:20:20.939Z | |
44 | 2024-08-06T22:20:21.227Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-06T22:20:21.227Z | |
46 | 2024-08-06T22:20:21.230Z | |
47 | 2024-08-06T22:20:21.230Z | Rust is installed now. Great! |
48 | 2024-08-06T22:20:21.230Z | |
49 | 2024-08-06T22:20:21.230Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-06T22:20:21.230Z | environment variable. This has not been done automatically. |
51 | 2024-08-06T22:20:21.230Z | |
52 | 2024-08-06T22:20:21.230Z | To configure your current shell, you need to source |
53 | 2024-08-06T22:20:21.230Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-06T22:20:21.230Z | |
55 | 2024-08-06T22:20:21.230Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-06T22:20:21.230Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-06T22:20:21.230Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-06T22:20:21.394Z | + rustc --version |
59 | 2024-08-06T22:20:21.460Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-06T22:20:21.463Z | process exited: duration 20393 ms, exit code 0 |
|
61 | 2024-08-06T22:20:21.468Z | starting task 2: "authentication" |
62 | 2024-08-06T22:20:21.489Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-06T22:20:21.494Z | starting task 3: "clone repository" |
64 | 2024-08-06T22:20:21.499Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-06T22:20:21.502Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-06T22:20:22.407Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-06T22:20:29.056Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-06T22:20:29.056Z | + git fetch origin 46fd929772b5a38c033159a1b0ed5523d79db0e6 |
69 | 2024-08-06T22:20:29.309Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-06T22:20:29.309Z | * branch 46fd929772b5a38c033159a1b0ed5523d79db0e6 -> FETCH_HEAD |
71 | 2024-08-06T22:20:29.323Z | + [[ -n track-more-sled-datalinks ]] |
72 | 2024-08-06T22:20:29.336Z | ++ git branch --show-current |
73 | 2024-08-06T22:20:29.336Z | + current=main |
74 | 2024-08-06T22:20:29.336Z | + [[ main != track-more-sled-datalinks ]] |
75 | 2024-08-06T22:20:29.336Z | + git branch -f track-more-sled-datalinks 46fd929772b5a38c033159a1b0ed5523d79db0e6 |
76 | 2024-08-06T22:20:29.337Z | + git checkout -f track-more-sled-datalinks |
77 | 2024-08-06T22:20:29.462Z | Switched to branch 'track-more-sled-datalinks' |
78 | 2024-08-06T22:20:29.468Z | + git reset --hard 46fd929772b5a38c033159a1b0ed5523d79db0e6 |
79 | 2024-08-06T22:20:29.596Z | HEAD is now at 46fd92977 Merge branch 'main' into track-more-sled-datalinks |
80 | 2024-08-06T22:20:29.602Z | process exited: duration 8100 ms, exit code 0 |
|
81 | 2024-08-06T22:20:29.612Z | starting task 4: "build" |
82 | 2024-08-06T22:20:29.618Z | + cargo --version |
83 | 2024-08-06T22:20:29.675Z | cargo 1.80.0 (376290515 2024-07-16) |
84 | 2024-08-06T22:20:29.679Z | + rustc --version |
85 | 2024-08-06T22:20:29.735Z | rustc 1.80.0 (051478957 2024-07-21) |
86 | 2024-08-06T22:20:29.738Z | + WORK=/work |
87 | 2024-08-06T22:20:29.738Z | + pfexec mkdir -p /work |
88 | 2024-08-06T22:20:29.738Z | + pfexec chown build /work |
89 | 2024-08-06T22:20:29.741Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-08-06T22:20:47.225Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-08-06T22:20:49.466Z | Startup: Caching catalogs ... Done |
92 | 2024-08-06T22:20:53.196Z | Planning: Solver setup ... Done (3.187s) |
93 | 2024-08-06T22:20:53.257Z | Planning: Running solver ... Done (0.061s) |
94 | 2024-08-06T22:20:53.310Z | Planning: Finding local manifests ... Done (0.004s) |
95 | 2024-08-06T22:20:53.338Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-08-06T22:20:53.588Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-08-06T22:20:53.636Z | Planning: Package planning ... Done (0.048s) |
98 | 2024-08-06T22:20:53.686Z | Planning: Merging actions ... Done (0.050s) |
99 | 2024-08-06T22:20:54.698Z | Planning: Checking for conflicting actions ... Done (1.006s) |
100 | 2024-08-06T22:20:54.711Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-08-06T22:20:58.820Z | Planning: Evaluating mediators ... Done (4.115s) |
102 | 2024-08-06T22:20:58.829Z | Planning: Planning completed in 9.32 seconds |
103 | 2024-08-06T22:20:59.179Z | Packages to install: 4 |
104 | 2024-08-06T22:20:59.179Z | Mediators to change: 2 |
105 | 2024-08-06T22:20:59.179Z | Services to change: 1 |
106 | 2024-08-06T22:20:59.183Z | Estimated space available: 155.75 GB |
107 | 2024-08-06T22:20:59.183Z | Estimated space to be consumed: 1.47 GB |
108 | 2024-08-06T22:20:59.183Z | Create boot environment: No |
109 | 2024-08-06T22:20:59.183Z | Create backup boot environment: No |
110 | 2024-08-06T22:20:59.183Z | Rebuild boot archive: No |
111 | 2024-08-06T22:20:59.183Z | |
112 | 2024-08-06T22:20:59.183Z | Changed mediators: |
113 | 2024-08-06T22:20:59.183Z | mediator clang: |
114 | 2024-08-06T22:20:59.183Z | version: None -> 15 (system default) |
115 | 2024-08-06T22:20:59.183Z | |
116 | 2024-08-06T22:20:59.183Z | mediator llvm: |
117 | 2024-08-06T22:20:59.184Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-08-06T22:20:59.184Z | |
119 | 2024-08-06T22:20:59.184Z | Changed packages: |
120 | 2024-08-06T22:20:59.184Z | helios-dev |
121 | 2024-08-06T22:20:59.184Z | developer/build-essential |
122 | 2024-08-06T22:20:59.184Z | None -> 11-2.0 |
123 | 2024-08-06T22:20:59.184Z | library/libxmlsec1 |
124 | 2024-08-06T22:20:59.184Z | None -> 1.2.35-2.0 |
125 | 2024-08-06T22:20:59.184Z | ooce/developer/clang-15 |
126 | 2024-08-06T22:20:59.184Z | None -> 15.0.7-2.0 |
127 | 2024-08-06T22:20:59.184Z | ooce/developer/llvm-15 |
128 | 2024-08-06T22:20:59.184Z | None -> 15.0.7-2.0 |
129 | 2024-08-06T22:20:59.184Z | |
130 | 2024-08-06T22:20:59.184Z | Services: |
131 | 2024-08-06T22:20:59.184Z | restart_fmri: |
132 | 2024-08-06T22:20:59.184Z | svc:/system/update-man-index:default |
133 | 2024-08-06T22:20:59.321Z | |
134 | 2024-08-06T22:20:59.321Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-08-06T22:21:04.357Z | Download: 214/3290 items 1.3/212.6MB 0% complete (270k/s) |
136 | 2024-08-06T22:21:09.385Z | Download: 1188/3290 items 76.0/212.6MB 35% complete (7.6M/s) |
137 | 2024-08-06T22:21:14.393Z | Download: 1663/3290 items 118.0/212.6MB 55% complete (11.7M/s) |
138 | 2024-08-06T22:21:19.397Z | Download: 2308/3290 items 119.6/212.6MB 56% complete (4.4M/s) |
139 | 2024-08-06T22:21:24.409Z | Download: 3179/3290 items 185.4/212.6MB 87% complete (6.7M/s) |
140 | 2024-08-06T22:21:28.490Z | Download: Completed 212.60 MB in 29.17 seconds (7.3M/s) |
141 | 2024-08-06T22:21:29.033Z | Actions: 1/3689 actions (Installing new actions) |
142 | 2024-08-06T22:21:34.060Z | Actions: 3564/3689 actions (Installing new actions) |
143 | 2024-08-06T22:21:34.501Z | Actions: Completed 3689 actions in 5.47 seconds. |
144 | 2024-08-06T22:21:34.760Z | Done (0.254s) |
145 | 2024-08-06T22:21:34.760Z | Done (0.000s) |
146 | 2024-08-06T22:21:35.116Z | Done (0.356s) |
147 | 2024-08-06T22:21:40.355Z | Done (5.076s) |
148 | 2024-08-06T22:21:40.513Z | Done (0.096s) |
149 | 2024-08-06T22:21:40.534Z | Done (0.000s) |
150 | 2024-08-06T22:21:40.686Z | Done (0.000s) |
151 | 2024-08-06T22:21:41.263Z | Planning: Evaluating mediator changes ... Done |
152 | 2024-08-06T22:21:41.425Z | Planning: Checking for conflicting actions ... Done |
153 | 2024-08-06T22:21:41.429Z | Planning: Consolidating action changes ... Done |
154 | 2024-08-06T22:21:41.702Z | Planning: Evaluating mediators ... Done |
155 | 2024-08-06T22:21:41.704Z | Planning: Planning completed in 0.44 seconds |
156 | 2024-08-06T22:21:41.736Z | Mediators to change: 2 |
157 | 2024-08-06T22:21:41.736Z | Create boot environment: No |
158 | 2024-08-06T22:21:41.736Z | Create backup boot environment: No |
159 | 2024-08-06T22:21:41.802Z | Done |
160 | 2024-08-06T22:21:41.802Z | Done |
161 | 2024-08-06T22:21:42.022Z | Done |
162 | 2024-08-06T22:21:45.539Z | Done |
163 | 2024-08-06T22:21:45.624Z | Done |
164 | 2024-08-06T22:21:45.624Z | Done |
165 | 2024-08-06T22:21:45.745Z | Done |
166 | 2024-08-06T22:21:46.343Z | Planning: Evaluating mediator changes ... Done |
167 | 2024-08-06T22:21:46.345Z | Planning: Merging actions ... Done |
168 | 2024-08-06T22:21:46.532Z | Planning: Checking for conflicting actions ... Done |
169 | 2024-08-06T22:21:46.536Z | Planning: Consolidating action changes ... Done |
170 | 2024-08-06T22:21:46.793Z | Planning: Evaluating mediators ... Done |
171 | 2024-08-06T22:21:46.849Z | Planning: Planning completed in 0.74 seconds |
172 | 2024-08-06T22:21:46.886Z | Packages to change: 1 |
173 | 2024-08-06T22:21:46.886Z | Mediators to change: 1 |
174 | 2024-08-06T22:21:46.886Z | Services to change: 1 |
175 | 2024-08-06T22:21:46.886Z | Create boot environment: No |
176 | 2024-08-06T22:21:46.886Z | Create backup boot environment: Yes |
177 | 2024-08-06T22:21:48.765Z | Actions: 1/6 actions (Updating modified actions) |
178 | 2024-08-06T22:21:48.865Z | Actions: Completed 6 actions in 0.10 seconds. |
179 | 2024-08-06T22:21:48.870Z | Done |
180 | 2024-08-06T22:21:48.870Z | Done |
181 | 2024-08-06T22:21:48.935Z | Done |
182 | 2024-08-06T22:21:52.538Z | Done |
183 | 2024-08-06T22:21:52.620Z | Done |
184 | 2024-08-06T22:21:52.622Z | Done |
185 | 2024-08-06T22:21:52.790Z | Done |
186 | 2024-08-06T22:21:53.213Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
187 | 2024-08-06T22:21:53.213Z | clang system 15 system |
188 | 2024-08-06T22:21:53.213Z | csh system system illumos |
189 | 2024-08-06T22:21:53.213Z | ctags system system illumos |
190 | 2024-08-06T22:21:53.213Z | gcc vendor 12 vendor |
191 | 2024-08-06T22:21:53.213Z | gcc system 10 system |
192 | 2024-08-06T22:21:53.213Z | gcc system 7 system |
193 | 2024-08-06T22:21:53.213Z | go system 1.20 system |
194 | 2024-08-06T22:21:53.213Z | go system 1.19 system |
195 | 2024-08-06T22:21:53.213Z | llvm system 15 system |
196 | 2024-08-06T22:21:53.213Z | llvm system 14 system |
197 | 2024-08-06T22:21:53.213Z | mariadb system 10.6 system |
198 | 2024-08-06T22:21:53.213Z | mta vendor vendor dma |
199 | 2024-08-06T22:21:53.213Z | openjdk system 17 system |
200 | 2024-08-06T22:21:53.214Z | openjdk system 11 system |
201 | 2024-08-06T22:21:53.214Z | openjdk system 1.8 system |
202 | 2024-08-06T22:21:53.214Z | openssl vendor 3 vendor |
203 | 2024-08-06T22:21:53.214Z | perl system 5.36 system |
204 | 2024-08-06T22:21:53.214Z | postgresql system 15 system |
205 | 2024-08-06T22:21:53.214Z | postgresql system 13 system |
206 | 2024-08-06T22:21:53.214Z | python vendor 3 vendor |
207 | 2024-08-06T22:21:53.214Z | python system 2 system |
208 | 2024-08-06T22:21:53.214Z | python3 system 3.11 system |
209 | 2024-08-06T22:21:53.214Z | ruby system 3.0 system |
210 | 2024-08-06T22:21:53.214Z | words vendor vendor american-english |
211 | 2024-08-06T22:21:53.214Z | words system system australian-english |
212 | 2024-08-06T22:21:53.214Z | words system system british-english |
213 | 2024-08-06T22:21:53.214Z | words system system canadian-english |
214 | 2024-08-06T22:21:53.214Z | words system system french |
215 | 2024-08-06T22:21:53.214Z | words system system italian |
216 | 2024-08-06T22:21:53.214Z | words system system ngerman |
217 | 2024-08-06T22:21:53.214Z | words system system ogerman |
218 | 2024-08-06T22:21:53.214Z | words system system spanish |
219 | 2024-08-06T22:21:53.536Z | PUBLISHER TYPE STATUS P LOCATION |
220 | 2024-08-06T22:21:53.536Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
221 | 2024-08-06T22:21:55.186Z | FMRI IFO |
222 | 2024-08-06T22:21:55.186Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
223 | 2024-08-06T22:21:55.186Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
224 | 2024-08-06T22:21:55.186Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
225 | 2024-08-06T22:21:55.186Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
226 | 2024-08-06T22:21:55.186Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
227 | 2024-08-06T22:21:55.186Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
228 | 2024-08-06T22:21:55.186Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
229 | 2024-08-06T22:21:55.186Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
230 | 2024-08-06T22:21:55.186Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
231 | 2024-08-06T22:21:55.186Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
232 | 2024-08-06T22:21:55.186Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
233 | 2024-08-06T22:21:55.186Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
234 | 2024-08-06T22:21:55.745Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
235 | 2024-08-06T22:21:56.375Z | Updating git repository `https://github.com/oxidecomputer/zone` |
236 | 2024-08-06T22:21:56.657Z | Updating crates.io index |
237 | 2024-08-06T22:21:56.660Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
238 | 2024-08-06T22:21:57.479Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
239 | 2024-08-06T22:21:58.233Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
240 | 2024-08-06T22:21:58.496Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
241 | 2024-08-06T22:22:00.116Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
242 | 2024-08-06T22:22:00.366Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
243 | 2024-08-06T22:22:00.602Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
244 | 2024-08-06T22:22:01.600Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
245 | 2024-08-06T22:22:03.497Z | Updating git repository `https://github.com/oxidecomputer/opte` |
246 | 2024-08-06T22:22:04.389Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
247 | 2024-08-06T22:22:05.042Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
248 | 2024-08-06T22:22:05.622Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
249 | 2024-08-06T22:22:05.915Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
250 | 2024-08-06T22:22:06.174Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
251 | 2024-08-06T22:22:06.444Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
252 | 2024-08-06T22:22:06.715Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
253 | 2024-08-06T22:22:06.934Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
254 | 2024-08-06T22:22:07.172Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
255 | 2024-08-06T22:22:07.420Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
256 | 2024-08-06T22:22:07.693Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
257 | 2024-08-06T22:22:08.027Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
258 | 2024-08-06T22:22:08.442Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
259 | 2024-08-06T22:22:08.770Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
260 | 2024-08-06T22:22:09.212Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
261 | 2024-08-06T22:22:09.509Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
262 | 2024-08-06T22:22:09.879Z | Updating git repository `https://github.com/oxidecomputer/typify` |
263 | 2024-08-06T22:22:11.873Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
264 | 2024-08-06T22:22:12.128Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
265 | 2024-08-06T22:22:12.380Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
266 | 2024-08-06T22:22:12.770Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
267 | 2024-08-06T22:22:13.740Z | Downloading crates ... |
268 | 2024-08-06T22:22:13.822Z | Downloaded anstyle v1.0.8 |
269 | 2024-08-06T22:22:13.825Z | Downloaded block-buffer v0.10.4 |
270 | 2024-08-06T22:22:13.828Z | Downloaded anstyle-query v1.0.3 |
271 | 2024-08-06T22:22:13.828Z | Downloaded cargo-platform v0.1.8 |
272 | 2024-08-06T22:22:13.830Z | Downloaded autocfg v1.3.0 |
273 | 2024-08-06T22:22:13.833Z | Downloaded cargo_toml v0.20.4 |
274 | 2024-08-06T22:22:13.833Z | Downloaded clap_derive v4.5.13 |
275 | 2024-08-06T22:22:13.836Z | Downloaded byteorder v1.5.0 |
276 | 2024-08-06T22:22:13.842Z | Downloaded pretty-hex v0.4.1 |
277 | 2024-08-06T22:22:13.845Z | Downloaded usdt-macro v0.5.0 |
278 | 2024-08-06T22:22:13.845Z | Downloaded usdt-attr-macro v0.5.0 |
279 | 2024-08-06T22:22:13.848Z | Downloaded scroll_derive v0.12.0 |
280 | 2024-08-06T22:22:13.848Z | Downloaded is_terminal_polyfill v1.70.0 |
281 | 2024-08-06T22:22:13.848Z | Downloaded dtrace-parser v0.2.0 |
282 | 2024-08-06T22:22:13.854Z | Downloaded cfg-if v1.0.0 |
283 | 2024-08-06T22:22:13.859Z | Downloaded cargo_metadata v0.18.1 |
284 | 2024-08-06T22:22:13.862Z | Downloaded bytecount v0.6.8 |
285 | 2024-08-06T22:22:13.865Z | Downloaded thiserror-impl v1.0.63 |
286 | 2024-08-06T22:22:13.869Z | Downloaded digest v0.10.7 |
287 | 2024-08-06T22:22:13.872Z | Downloaded proc-macro-error-attr v1.0.4 |
288 | 2024-08-06T22:22:13.872Z | Downloaded heck v0.5.0 |
289 | 2024-08-06T22:22:13.872Z | Downloaded errno v0.3.9 |
290 | 2024-08-06T22:22:13.875Z | Downloaded version_check v0.9.5 |
291 | 2024-08-06T22:22:13.875Z | Downloaded serde_tokenstream v0.2.1 |
292 | 2024-08-06T22:22:13.878Z | Downloaded heck v0.4.1 |
293 | 2024-08-06T22:22:13.880Z | Downloaded strsim v0.11.1 |
294 | 2024-08-06T22:22:13.880Z | Downloaded fs-err v2.11.0 |
295 | 2024-08-06T22:22:13.883Z | Downloaded equivalent v1.0.1 |
296 | 2024-08-06T22:22:13.883Z | Downloaded cpufeatures v0.2.12 |
297 | 2024-08-06T22:22:13.892Z | Downloaded swrite v0.1.0 |
298 | 2024-08-06T22:22:13.895Z | Downloaded clap v4.5.13 |
299 | 2024-08-06T22:22:13.904Z | Downloaded anstyle-parse v0.2.4 |
300 | 2024-08-06T22:22:13.906Z | Downloaded quote v1.0.36 |
301 | 2024-08-06T22:22:13.909Z | Downloaded camino v1.1.7 |
302 | 2024-08-06T22:22:13.912Z | Downloaded memmap v0.7.0 |
303 | 2024-08-06T22:22:13.912Z | Downloaded terminal_size v0.3.0 |
304 | 2024-08-06T22:22:13.912Z | Downloaded colorchoice v1.0.1 |
305 | 2024-08-06T22:22:13.915Z | Downloaded anstream v0.6.14 |
306 | 2024-08-06T22:22:13.917Z | Downloaded pest_derive v2.7.10 |
307 | 2024-08-06T22:22:13.920Z | Downloaded pest_generator v2.7.10 |
308 | 2024-08-06T22:22:13.920Z | Downloaded itoa v1.0.11 |
309 | 2024-08-06T22:22:13.920Z | Downloaded crypto-common v0.1.6 |
310 | 2024-08-06T22:22:13.923Z | Downloaded fnv v1.0.7 |
311 | 2024-08-06T22:22:13.923Z | Downloaded tabled_derive v0.7.0 |
312 | 2024-08-06T22:22:13.925Z | Downloaded dof v0.3.0 |
313 | 2024-08-06T22:22:13.925Z | Downloaded clap_lex v0.7.0 |
314 | 2024-08-06T22:22:13.929Z | Downloaded serde_spanned v0.6.7 |
315 | 2024-08-06T22:22:13.929Z | Downloaded generic-array v0.14.7 |
316 | 2024-08-06T22:22:13.933Z | Downloaded utf8parse v0.2.1 |
317 | 2024-08-06T22:22:13.933Z | Downloaded plain v0.2.3 |
318 | 2024-08-06T22:22:13.933Z | Downloaded macaddr v1.0.1 |
319 | 2024-08-06T22:22:13.935Z | Downloaded bitflags v2.6.0 |
320 | 2024-08-06T22:22:13.938Z | Downloaded toml_datetime v0.6.8 |
321 | 2024-08-06T22:22:13.941Z | Downloaded thiserror v1.0.63 |
322 | 2024-08-06T22:22:13.944Z | Downloaded usdt-impl v0.5.0 |
323 | 2024-08-06T22:22:13.947Z | Downloaded thread-id v4.2.1 |
324 | 2024-08-06T22:22:13.947Z | Downloaded zerocopy-derive v0.7.34 |
325 | 2024-08-06T22:22:13.951Z | Downloaded anyhow v1.0.86 |
326 | 2024-08-06T22:22:13.954Z | Downloaded log v0.4.21 |
327 | 2024-08-06T22:22:13.956Z | Downloaded sha2 v0.10.8 |
328 | 2024-08-06T22:22:13.959Z | Downloaded ryu v1.0.18 |
329 | 2024-08-06T22:22:13.963Z | Downloaded papergrid v0.11.0 |
330 | 2024-08-06T22:22:13.966Z | Downloaded usdt v0.5.0 |
331 | 2024-08-06T22:22:13.966Z | Downloaded once_cell v1.19.0 |
332 | 2024-08-06T22:22:13.969Z | Downloaded proc-macro-error v1.0.4 |
333 | 2024-08-06T22:22:13.973Z | Downloaded semver v1.0.23 |
334 | 2024-08-06T22:22:13.976Z | Downloaded toml v0.8.19 |
335 | 2024-08-06T22:22:13.980Z | Downloaded pest_meta v2.7.10 |
336 | 2024-08-06T22:22:13.985Z | Downloaded serde_derive v1.0.204 |
337 | 2024-08-06T22:22:13.990Z | Downloaded proc-macro2 v1.0.86 |
338 | 2024-08-06T22:22:13.993Z | Downloaded unicode-ident v1.0.12 |
339 | 2024-08-06T22:22:13.993Z | Downloaded typenum v1.17.0 |
340 | 2024-08-06T22:22:14.005Z | Downloaded scroll v0.12.0 |
341 | 2024-08-06T22:22:14.013Z | Downloaded ucd-trie v0.1.6 |
342 | 2024-08-06T22:22:14.018Z | Downloaded serde v1.0.204 |
343 | 2024-08-06T22:22:14.022Z | Downloaded indexmap v2.3.0 |
344 | 2024-08-06T22:22:14.030Z | Downloaded memchr v2.7.2 |
345 | 2024-08-06T22:22:14.038Z | Downloaded toml_edit v0.22.20 |
346 | 2024-08-06T22:22:14.059Z | Downloaded pest v2.7.10 |
347 | 2024-08-06T22:22:14.067Z | Downloaded serde_json v1.0.122 |
348 | 2024-08-06T22:22:14.076Z | Downloaded zerocopy v0.7.34 |
349 | 2024-08-06T22:22:14.091Z | Downloaded clap_builder v4.5.13 |
350 | 2024-08-06T22:22:14.097Z | Downloaded hashbrown v0.14.5 |
351 | 2024-08-06T22:22:14.103Z | Downloaded winnow v0.6.18 |
352 | 2024-08-06T22:22:14.110Z | Downloaded goblin v0.8.2 |
353 | 2024-08-06T22:22:14.116Z | Downloaded tabled v0.15.0 |
354 | 2024-08-06T22:22:14.131Z | Downloaded syn v1.0.109 |
355 | 2024-08-06T22:22:14.140Z | Downloaded syn v2.0.72 |
356 | 2024-08-06T22:22:14.165Z | Downloaded rustix v0.38.34 |
357 | 2024-08-06T22:22:14.186Z | Downloaded unicode-width v0.1.13 |
358 | 2024-08-06T22:22:14.199Z | Downloaded libc v0.2.155 |
359 | 2024-08-06T22:22:14.491Z | Compiling proc-macro2 v1.0.86 |
360 | 2024-08-06T22:22:14.491Z | Compiling unicode-ident v1.0.12 |
361 | 2024-08-06T22:22:14.494Z | Compiling version_check v0.9.5 |
362 | 2024-08-06T22:22:14.494Z | Compiling serde v1.0.204 |
363 | 2024-08-06T22:22:14.494Z | Compiling memchr v2.7.2 |
364 | 2024-08-06T22:22:14.494Z | Compiling thiserror v1.0.63 |
365 | 2024-08-06T22:22:14.523Z | Compiling libc v0.2.155 |
366 | 2024-08-06T22:22:14.526Z | Compiling itoa v1.0.11 |
367 | 2024-08-06T22:22:14.811Z | Compiling ucd-trie v0.1.6 |
368 | 2024-08-06T22:22:14.811Z | Compiling ryu v1.0.18 |
369 | 2024-08-06T22:22:15.255Z | Compiling once_cell v1.19.0 |
370 | 2024-08-06T22:22:15.310Z | Compiling byteorder v1.5.0 |
371 | 2024-08-06T22:22:15.636Z | Compiling serde_json v1.0.122 |
372 | 2024-08-06T22:22:16.449Z | Compiling proc-macro-error-attr v1.0.4 |
373 | 2024-08-06T22:22:16.452Z | Compiling usdt-impl v0.5.0 |
374 | 2024-08-06T22:22:16.489Z | Compiling syn v1.0.109 |
375 | 2024-08-06T22:22:16.492Z | Compiling rustix v0.38.34 |
376 | 2024-08-06T22:22:16.530Z | Compiling proc-macro-error v1.0.4 |
377 | 2024-08-06T22:22:16.810Z | Compiling hashbrown v0.14.5 |
378 | 2024-08-06T22:22:16.873Z | Compiling equivalent v1.0.1 |
379 | 2024-08-06T22:22:16.904Z | Compiling plain v0.2.3 |
380 | 2024-08-06T22:22:16.980Z | Compiling utf8parse v0.2.1 |
381 | 2024-08-06T22:22:17.041Z | Compiling log v0.4.21 |
382 | 2024-08-06T22:22:17.143Z | Compiling bitflags v2.6.0 |
383 | 2024-08-06T22:22:17.167Z | Compiling thread-id v4.2.1 |
384 | 2024-08-06T22:22:17.247Z | Compiling anstyle-parse v0.2.4 |
385 | 2024-08-06T22:22:17.404Z | Compiling quote v1.0.36 |
386 | 2024-08-06T22:22:17.454Z | Compiling is_terminal_polyfill v1.70.0 |
387 | 2024-08-06T22:22:17.536Z | Compiling colorchoice v1.0.1 |
388 | 2024-08-06T22:22:17.580Z | Compiling anstyle v1.0.8 |
389 | 2024-08-06T22:22:17.582Z | Compiling camino v1.1.7 |
390 | 2024-08-06T22:22:17.734Z | Compiling pretty-hex v0.4.1 |
391 | 2024-08-06T22:22:17.782Z | Compiling errno v0.3.9 |
392 | 2024-08-06T22:22:17.947Z | Compiling syn v2.0.72 |
393 | 2024-08-06T22:22:18.059Z | Compiling indexmap v2.3.0 |
394 | 2024-08-06T22:22:18.146Z | Compiling semver v1.0.23 |
395 | 2024-08-06T22:22:18.169Z | Compiling autocfg v1.3.0 |
396 | 2024-08-06T22:22:18.335Z | Compiling winnow v0.6.18 |
397 | 2024-08-06T22:22:18.720Z | Compiling anstyle-query v1.0.3 |
398 | 2024-08-06T22:22:18.873Z | Compiling anstream v0.6.14 |
399 | 2024-08-06T22:22:19.208Z | Compiling fs-err v2.11.0 |
400 | 2024-08-06T22:22:19.497Z | Compiling terminal_size v0.3.0 |
401 | 2024-08-06T22:22:19.586Z | Compiling strsim v0.11.1 |
402 | 2024-08-06T22:22:19.650Z | Compiling heck v0.4.1 |
403 | 2024-08-06T22:22:19.685Z | Compiling bytecount v0.6.8 |
404 | 2024-08-06T22:22:19.694Z | Compiling unicode-width v0.1.13 |
405 | 2024-08-06T22:22:19.710Z | Compiling fnv v1.0.7 |
406 | 2024-08-06T22:22:19.844Z | Compiling clap_lex v0.7.0 |
407 | 2024-08-06T22:22:20.026Z | Compiling heck v0.5.0 |
408 | 2024-08-06T22:22:20.076Z | Compiling anyhow v1.0.86 |
409 | 2024-08-06T22:22:20.149Z | Compiling clap_builder v4.5.13 |
410 | 2024-08-06T22:22:20.357Z | Compiling papergrid v0.11.0 |
411 | 2024-08-06T22:22:20.488Z | Compiling memmap v0.7.0 |
412 | 2024-08-06T22:22:20.834Z | Compiling swrite v0.1.0 |
413 | 2024-08-06T22:22:23.011Z | Compiling tabled_derive v0.7.0 |
414 | 2024-08-06T22:22:24.370Z | Compiling tabled v0.15.0 |
415 | 2024-08-06T22:22:26.534Z | Compiling serde_derive v1.0.204 |
416 | 2024-08-06T22:22:26.534Z | Compiling thiserror-impl v1.0.63 |
417 | 2024-08-06T22:22:26.537Z | Compiling zerocopy-derive v0.7.34 |
418 | 2024-08-06T22:22:26.538Z | Compiling scroll_derive v0.12.0 |
419 | 2024-08-06T22:22:26.538Z | Compiling clap_derive v4.5.13 |
420 | 2024-08-06T22:22:27.838Z | Compiling scroll v0.12.0 |
421 | 2024-08-06T22:22:28.245Z | Compiling zerocopy v0.7.34 |
422 | 2024-08-06T22:22:28.360Z | Compiling goblin v0.8.2 |
423 | 2024-08-06T22:22:29.203Z | Compiling pest v2.7.10 |
424 | 2024-08-06T22:22:30.323Z | Compiling clap v4.5.13 |
425 | 2024-08-06T22:22:31.273Z | Compiling pest_meta v2.7.10 |
426 | 2024-08-06T22:22:32.108Z | Compiling pest_generator v2.7.10 |
427 | 2024-08-06T22:22:33.881Z | Compiling pest_derive v2.7.10 |
428 | 2024-08-06T22:22:34.521Z | Compiling dtrace-parser v0.2.0 |
429 | 2024-08-06T22:22:36.367Z | Compiling toml_datetime v0.6.8 |
430 | 2024-08-06T22:22:36.367Z | Compiling serde_spanned v0.6.7 |
431 | 2024-08-06T22:22:36.370Z | Compiling cargo-platform v0.1.8 |
432 | 2024-08-06T22:22:36.725Z | Compiling serde_tokenstream v0.2.1 |
433 | 2024-08-06T22:22:36.822Z | Compiling toml_edit v0.22.20 |
434 | 2024-08-06T22:22:36.952Z | Compiling macaddr v1.0.1 |
435 | 2024-08-06T22:22:37.709Z | Compiling dof v0.3.0 |
436 | 2024-08-06T22:22:37.709Z | Compiling cargo_metadata v0.18.1 |
437 | 2024-08-06T22:22:39.610Z | Compiling toml v0.8.19 |
438 | 2024-08-06T22:22:39.687Z | Compiling usdt-attr-macro v0.5.0 |
439 | 2024-08-06T22:22:39.694Z | Compiling usdt-macro v0.5.0 |
440 | 2024-08-06T22:22:40.441Z | Compiling cargo_toml v0.20.4 |
441 | 2024-08-06T22:22:41.046Z | Compiling usdt v0.5.0 |
442 | 2024-08-06T22:22:44.195Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
443 | 2024-08-06T22:22:48.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.38s |
444 | 2024-08-06T22:22:48.958Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
445 | 2024-08-06T22:22:48.958Z | Downloading crates ... |
446 | 2024-08-06T22:22:48.958Z | Downloaded addr2line v0.21.0 |
447 | 2024-08-06T22:22:48.958Z | Downloaded bitstruct v0.1.1 |
448 | 2024-08-06T22:22:48.958Z | Downloaded atomicwrites v0.4.3 |
449 | 2024-08-06T22:22:48.958Z | Downloaded cfg_aliases v0.1.1 |
450 | 2024-08-06T22:22:48.958Z | Downloaded darling_macro v0.20.9 |
451 | 2024-08-06T22:22:48.958Z | Downloaded instant v0.1.12 |
452 | 2024-08-06T22:22:48.958Z | Downloaded crunchy v0.2.2 |
453 | 2024-08-06T22:22:48.958Z | Downloaded indent_write v2.2.0 |
454 | 2024-08-06T22:22:48.958Z | Downloaded impl-trait-for-tuples v0.2.2 |
455 | 2024-08-06T22:22:48.958Z | Downloaded new_debug_unreachable v1.0.6 |
456 | 2024-08-06T22:22:48.958Z | Downloaded arc-swap v1.7.1 |
457 | 2024-08-06T22:22:48.958Z | Downloaded ascii-canvas v3.0.0 |
458 | 2024-08-06T22:22:48.958Z | Downloaded openssl-probe v0.1.5 |
459 | 2024-08-06T22:22:48.958Z | Downloaded matches v0.1.10 |
460 | 2024-08-06T22:22:48.958Z | Downloaded num_threads v0.1.7 |
461 | 2024-08-06T22:22:48.959Z | Downloaded colored v2.1.0 |
462 | 2024-08-06T22:22:48.959Z | Downloaded bitfield-struct v0.6.1 |
463 | 2024-08-06T22:22:48.959Z | Downloaded parse-size v1.0.0 |
464 | 2024-08-06T22:22:48.959Z | Downloaded bit-vec v0.6.3 |
465 | 2024-08-06T22:22:48.959Z | Downloaded async-recursion v1.1.1 |
466 | 2024-08-06T22:22:48.959Z | Downloaded array-init v0.0.4 |
467 | 2024-08-06T22:22:48.959Z | Downloaded kstat-rs v0.2.4 |
468 | 2024-08-06T22:22:48.959Z | Downloaded crc-catalog v2.4.0 |
469 | 2024-08-06T22:22:48.959Z | Downloaded libefi-sys v0.1.0 |
470 | 2024-08-06T22:22:48.959Z | Downloaded lazy_static v1.5.0 |
471 | 2024-08-06T22:22:48.959Z | Downloaded lalrpop-util v0.19.12 |
472 | 2024-08-06T22:22:48.959Z | Downloaded md-5 v0.10.6 |
473 | 2024-08-06T22:22:48.959Z | Downloaded convert_case v0.4.0 |
474 | 2024-08-06T22:22:48.959Z | Downloaded defmt v0.3.8 |
475 | 2024-08-06T22:22:48.959Z | Downloaded nibble_vec v0.1.0 |
476 | 2024-08-06T22:22:48.959Z | Downloaded multimap v0.10.0 |
477 | 2024-08-06T22:22:48.959Z | Downloaded mime v0.3.17 |
478 | 2024-08-06T22:22:48.959Z | Downloaded maplit v1.0.2 |
479 | 2024-08-06T22:22:48.959Z | Downloaded async-trait v0.1.81 |
480 | 2024-08-06T22:22:48.987Z | Downloaded debug-ignore v1.0.5 |
481 | 2024-08-06T22:22:48.987Z | Downloaded num-derive v0.4.2 |
482 | 2024-08-06T22:22:48.987Z | Downloaded paste v1.0.15 |
483 | 2024-08-06T22:22:48.987Z | Downloaded crc v3.2.1 |
484 | 2024-08-06T22:22:48.987Z | Downloaded packed_struct v0.10.1 |
485 | 2024-08-06T22:22:48.987Z | Downloaded lazycell v1.3.0 |
486 | 2024-08-06T22:22:48.987Z | Downloaded is_ci v1.2.0 |
487 | 2024-08-06T22:22:48.988Z | Downloaded const_format_proc_macros v0.2.32 |
488 | 2024-08-06T22:22:48.988Z | Downloaded base64ct v1.6.0 |
489 | 2024-08-06T22:22:48.988Z | Downloaded backoff v0.4.0 |
490 | 2024-08-06T22:22:48.988Z | Downloaded argon2 v0.5.3 |
491 | 2024-08-06T22:22:48.988Z | Downloaded native-tls v0.2.11 |
492 | 2024-08-06T22:22:48.988Z | Downloaded ciborium-io v0.2.2 |
493 | 2024-08-06T22:22:48.988Z | Downloaded lru-cache v0.1.2 |
494 | 2024-08-06T22:22:48.988Z | Downloaded atty v0.2.14 |
495 | 2024-08-06T22:22:48.988Z | Downloaded adler v1.0.2 |
496 | 2024-08-06T22:22:48.988Z | Downloaded num-iter v0.1.45 |
497 | 2024-08-06T22:22:48.988Z | Downloaded lock_api v0.4.12 |
498 | 2024-08-06T22:22:48.988Z | Downloaded async-stream-impl v0.3.5 |
499 | 2024-08-06T22:22:48.988Z | Downloaded parse-display v0.9.1 |
500 | 2024-08-06T22:22:48.988Z | Downloaded parking_lot_core v0.8.6 |
501 | 2024-08-06T22:22:48.988Z | Downloaded cstr-argument v0.1.2 |
502 | 2024-08-06T22:22:48.988Z | Downloaded keccak v0.1.5 |
503 | 2024-08-06T22:22:48.988Z | Downloaded libloading v0.8.3 |
504 | 2024-08-06T22:22:48.988Z | Downloaded crucible-workspace-hack v0.1.0 |
505 | 2024-08-06T22:22:48.988Z | Downloaded opaque-debug v0.3.1 |
506 | 2024-08-06T22:22:48.988Z | Downloaded ciborium v0.2.2 |
507 | 2024-08-06T22:22:48.988Z | Downloaded match_cfg v0.1.0 |
508 | 2024-08-06T22:22:48.988Z | Downloaded openssl-macros v0.1.1 |
509 | 2024-08-06T22:22:48.988Z | Downloaded num-conv v0.1.0 |
510 | 2024-08-06T22:22:48.988Z | Downloaded normalize-line-endings v0.3.0 |
511 | 2024-08-06T22:22:48.988Z | Downloaded bitflags v1.3.2 |
512 | 2024-08-06T22:22:48.988Z | Downloaded oso-derive v0.27.3 |
513 | 2024-08-06T22:22:48.988Z | Downloaded bb8 v0.8.5 |
514 | 2024-08-06T22:22:48.988Z | Downloaded arrayvec v0.7.4 |
515 | 2024-08-06T22:22:48.988Z | Downloaded newline-converter v0.3.0 |
516 | 2024-08-06T22:22:48.988Z | Downloaded cipher v0.4.4 |
517 | 2024-08-06T22:22:48.989Z | Downloaded indexmap v1.9.3 |
518 | 2024-08-06T22:22:48.989Z | Downloaded crossbeam-epoch v0.9.18 |
519 | 2024-08-06T22:22:48.989Z | Downloaded parking_lot v0.11.2 |
520 | 2024-08-06T22:22:48.989Z | Downloaded libsw v3.3.1 |
521 | 2024-08-06T22:22:48.989Z | Downloaded endian-type v0.1.2 |
522 | 2024-08-06T22:22:48.989Z | Downloaded constant_time_eq v0.3.0 |
523 | 2024-08-06T22:22:48.989Z | Downloaded futures-io v0.3.30 |
524 | 2024-08-06T22:22:48.989Z | Downloaded foreign-types v0.5.0 |
525 | 2024-08-06T22:22:48.989Z | Downloaded foreign-types v0.3.2 |
526 | 2024-08-06T22:22:48.989Z | Downloaded signal-hook-tokio v0.3.1 |
527 | 2024-08-06T22:22:48.989Z | Downloaded num_enum v0.5.11 |
528 | 2024-08-06T22:22:48.989Z | Downloaded cexpr v0.6.0 |
529 | 2024-08-06T22:22:48.999Z | Downloaded cobs v0.2.3 |
530 | 2024-08-06T22:22:48.999Z | Downloaded crossbeam-deque v0.8.5 |
531 | 2024-08-06T22:22:49.000Z | Downloaded toolchain_find v0.4.0 |
532 | 2024-08-06T22:22:49.000Z | Downloaded oso v0.27.3 |
533 | 2024-08-06T22:22:49.000Z | Downloaded derive_builder_macro v0.20.0 |
534 | 2024-08-06T22:22:49.000Z | Downloaded termcolor v1.4.1 |
535 | 2024-08-06T22:22:49.000Z | Downloaded nodrop v0.1.14 |
536 | 2024-08-06T22:22:49.000Z | Downloaded num v0.4.3 |
537 | 2024-08-06T22:22:49.000Z | Downloaded newtype_derive v0.1.6 |
538 | 2024-08-06T22:22:49.000Z | Downloaded curve25519-dalek-derive v0.1.1 |
539 | 2024-08-06T22:22:49.000Z | Downloaded packed_struct_codegen v0.10.1 |
540 | 2024-08-06T22:22:49.000Z | Downloaded num_cpus v1.16.0 |
541 | 2024-08-06T22:22:49.000Z | Downloaded managed v0.8.0 |
542 | 2024-08-06T22:22:49.000Z | Downloaded slog-dtrace v0.3.0 |
543 | 2024-08-06T22:22:49.000Z | Downloaded slab v0.4.9 |
544 | 2024-08-06T22:22:49.000Z | Downloaded chacha20poly1305 v0.10.1 |
545 | 2024-08-06T22:22:49.000Z | Downloaded nanorand v0.7.0 |
546 | 2024-08-06T22:22:49.000Z | Downloaded lru v0.12.3 |
547 | 2024-08-06T22:22:49.000Z | Downloaded memoffset v0.9.1 |
548 | 2024-08-06T22:22:49.009Z | Downloaded linked-hash-map v0.5.6 |
549 | 2024-08-06T22:22:49.009Z | Downloaded parse-display-derive v0.9.1 |
550 | 2024-08-06T22:22:49.009Z | Downloaded number_prefix v0.4.0 |
551 | 2024-08-06T22:22:49.009Z | Downloaded num_enum_derive v0.5.11 |
552 | 2024-08-06T22:22:49.009Z | Downloaded path-slash v0.1.5 |
553 | 2024-08-06T22:22:49.009Z | Downloaded maybe-uninit v2.0.0 |
554 | 2024-08-06T22:22:49.010Z | Downloaded olpc-cjson v0.1.3 |
555 | 2024-08-06T22:22:49.010Z | Downloaded mockall v0.12.1 |
556 | 2024-08-06T22:22:49.010Z | Downloaded universal-hash v0.5.1 |
557 | 2024-08-06T22:22:49.017Z | Downloaded termios v0.3.3 |
558 | 2024-08-06T22:22:49.017Z | Downloaded subtle v2.5.0 |
559 | 2024-08-06T22:22:49.017Z | Downloaded wyz v0.5.1 |
560 | 2024-08-06T22:22:49.017Z | Downloaded rpassword v7.3.1 |
561 | 2024-08-06T22:22:49.017Z | Downloaded data-encoding v2.6.0 |
562 | 2024-08-06T22:22:49.017Z | Downloaded stability v0.2.0 |
563 | 2024-08-06T22:22:49.017Z | Downloaded sqlparser_derive v0.2.2 |
564 | 2024-08-06T22:22:49.020Z | Downloaded defmt-macros v0.3.9 |
565 | 2024-08-06T22:22:49.020Z | Downloaded cookie v0.17.0 |
566 | 2024-08-06T22:22:49.020Z | Downloaded crc32fast v1.4.0 |
567 | 2024-08-06T22:22:49.023Z | Downloaded base64 v0.21.7 |
568 | 2024-08-06T22:22:49.026Z | Downloaded highway v1.1.0 |
569 | 2024-08-06T22:22:49.029Z | Downloaded topological-sort v0.2.2 |
570 | 2024-08-06T22:22:49.031Z | Downloaded tui-tree-widget v0.21.0 |
571 | 2024-08-06T22:22:49.031Z | Downloaded linear-map v1.2.0 |
572 | 2024-08-06T22:22:49.034Z | Downloaded cookie_store v0.20.0 |
573 | 2024-08-06T22:22:49.036Z | Downloaded memmap2 v0.9.4 |
574 | 2024-08-06T22:22:49.039Z | Downloaded ff v0.13.0 |
575 | 2024-08-06T22:22:49.039Z | Downloaded fd-lock v4.0.2 |
576 | 2024-08-06T22:22:49.042Z | Downloaded parking_lot_core v0.9.10 |
577 | 2024-08-06T22:22:49.045Z | Downloaded num-integer v0.1.46 |
578 | 2024-08-06T22:22:49.045Z | Downloaded multer v3.1.0 |
579 | 2024-08-06T22:22:49.047Z | Downloaded cc v1.0.97 |
580 | 2024-08-06T22:22:49.051Z | Downloaded allocator-api2 v0.2.18 |
581 | 2024-08-06T22:22:49.053Z | Downloaded peg v0.8.4 |
582 | 2024-08-06T22:22:49.056Z | Downloaded itertools v0.10.5 |
583 | 2024-08-06T22:22:49.063Z | Downloaded mime_guess v2.0.4 |
584 | 2024-08-06T22:22:49.066Z | Downloaded downcast v0.11.0 |
585 | 2024-08-06T22:22:49.066Z | Downloaded whoami v1.5.1 |
586 | 2024-08-06T22:22:49.068Z | Downloaded pkg-config v0.3.30 |
587 | 2024-08-06T22:22:49.072Z | Downloaded tempfile v3.10.1 |
588 | 2024-08-06T22:22:49.075Z | Downloaded serde_path_to_error v0.1.16 |
589 | 2024-08-06T22:22:49.075Z | Downloaded rtoolbox v0.0.2 |
590 | 2024-08-06T22:22:49.078Z | Downloaded pretty-hex v0.2.1 |
591 | 2024-08-06T22:22:49.078Z | Downloaded peg-runtime v0.8.3 |
592 | 2024-08-06T22:22:49.078Z | Downloaded dyn-clone v1.0.17 |
593 | 2024-08-06T22:22:49.081Z | Downloaded crossbeam-utils v0.8.19 |
594 | 2024-08-06T22:22:49.084Z | Downloaded psl-types v2.0.11 |
595 | 2024-08-06T22:22:49.084Z | Downloaded ipnet v2.9.0 |
596 | 2024-08-06T22:22:49.089Z | Downloaded term v0.7.0 |
597 | 2024-08-06T22:22:49.092Z | Downloaded siphasher v0.3.11 |
598 | 2024-08-06T22:22:49.092Z | Downloaded scopeguard v1.2.0 |
599 | 2024-08-06T22:22:49.092Z | Downloaded schemars_derive v0.8.21 |
600 | 2024-08-06T22:22:49.094Z | Downloaded vsss-rs v3.3.4 |
601 | 2024-08-06T22:22:49.097Z | Downloaded derive_builder_core v0.20.0 |
602 | 2024-08-06T22:22:49.097Z | Downloaded blake2 v0.10.6 |
603 | 2024-08-06T22:22:49.100Z | Downloaded parking_lot v0.12.2 |
604 | 2024-08-06T22:22:49.102Z | Downloaded num-rational v0.4.2 |
605 | 2024-08-06T22:22:49.105Z | Downloaded crossbeam-channel v0.5.12 |
606 | 2024-08-06T22:22:49.108Z | Downloaded miniz_oxide v0.7.2 |
607 | 2024-08-06T22:22:49.110Z | Downloaded spki v0.7.3 |
608 | 2024-08-06T22:22:49.113Z | Downloaded termtree v0.4.1 |
609 | 2024-08-06T22:22:49.116Z | Downloaded unicode-truncate v1.0.0 |
610 | 2024-08-06T22:22:49.116Z | Downloaded der v0.7.9 |
611 | 2024-08-06T22:22:49.120Z | Downloaded tower-service v0.3.2 |
612 | 2024-08-06T22:22:49.122Z | Downloaded embedded-io v0.4.0 |
613 | 2024-08-06T22:22:49.125Z | Downloaded zeroize v1.7.0 |
614 | 2024-08-06T22:22:49.125Z | Downloaded hash32 v0.3.1 |
615 | 2024-08-06T22:22:49.127Z | Downloaded hash32 v0.2.1 |
616 | 2024-08-06T22:22:49.127Z | Downloaded foreign-types-macros v0.2.3 |
617 | 2024-08-06T22:22:49.130Z | Downloaded tar v0.4.41 |
618 | 2024-08-06T22:22:49.132Z | Downloaded compact_str v0.7.1 |
619 | 2024-08-06T22:22:49.135Z | Downloaded predicates-tree v1.0.9 |
620 | 2024-08-06T22:22:49.138Z | Downloaded precomputed-hash v0.1.1 |
621 | 2024-08-06T22:22:49.138Z | Downloaded fxhash v0.2.1 |
622 | 2024-08-06T22:22:49.138Z | Downloaded derive_more v0.99.18 |
623 | 2024-08-06T22:22:49.142Z | Downloaded hubpack_derive v0.1.1 |
624 | 2024-08-06T22:22:49.145Z | Downloaded hubpack v0.1.2 |
625 | 2024-08-06T22:22:49.145Z | Downloaded rustversion v1.0.17 |
626 | 2024-08-06T22:22:49.147Z | Downloaded slog-stdlog v4.1.1 |
627 | 2024-08-06T22:22:49.150Z | Downloaded serde_repr v0.1.19 |
628 | 2024-08-06T22:22:49.150Z | Downloaded serde_derive_internals v0.29.1 |
629 | 2024-08-06T22:22:49.153Z | Downloaded rustls-pemfile v1.0.4 |
630 | 2024-08-06T22:22:49.155Z | Downloaded tokio-stream v0.1.15 |
631 | 2024-08-06T22:22:49.158Z | Downloaded backtrace v0.3.71 |
632 | 2024-08-06T22:22:49.163Z | Downloaded half v2.4.1 |
633 | 2024-08-06T22:22:49.166Z | Downloaded serde-big-array v0.5.1 |
634 | 2024-08-06T22:22:49.168Z | Downloaded structmeta v0.2.0 |
635 | 2024-08-06T22:22:49.171Z | Downloaded utf-8 v0.7.6 |
636 | 2024-08-06T22:22:49.171Z | Downloaded try-lock v0.2.5 |
637 | 2024-08-06T22:22:49.173Z | Downloaded tokio-tungstenite v0.20.1 |
638 | 2024-08-06T22:22:49.176Z | Downloaded strip-ansi-escapes v0.2.0 |
639 | 2024-08-06T22:22:49.176Z | Downloaded sync_wrapper v0.1.2 |
640 | 2024-08-06T22:22:49.178Z | Downloaded uzers v0.11.3 |
641 | 2024-08-06T22:22:49.178Z | Downloaded tracing-attributes v0.1.27 |
642 | 2024-08-06T22:22:49.181Z | Downloaded deranged v0.3.11 |
643 | 2024-08-06T22:22:49.183Z | Downloaded tungstenite v0.20.1 |
644 | 2024-08-06T22:22:49.187Z | Downloaded openssl-sys v0.9.103 |
645 | 2024-08-06T22:22:49.192Z | Downloaded fastrand v2.1.0 |
646 | 2024-08-06T22:22:49.194Z | Downloaded pem-rfc7468 v0.7.0 |
647 | 2024-08-06T22:22:49.197Z | Downloaded humantime v2.1.0 |
648 | 2024-08-06T22:22:49.200Z | Downloaded foreign-types-shared v0.1.1 |
649 | 2024-08-06T22:22:49.200Z | Downloaded diesel_table_macro_syntax v0.1.0 |
650 | 2024-08-06T22:22:49.200Z | Downloaded phf v0.11.2 |
651 | 2024-08-06T22:22:49.202Z | Downloaded futures-task v0.3.30 |
652 | 2024-08-06T22:22:49.205Z | Downloaded powerfmt v0.2.0 |
653 | 2024-08-06T22:22:49.205Z | Downloaded predicates-core v1.0.6 |
654 | 2024-08-06T22:22:49.210Z | Downloaded rustls-pki-types v1.7.0 |
655 | 2024-08-06T22:22:49.210Z | Downloaded rustls-pemfile v2.1.3 |
656 | 2024-08-06T22:22:49.213Z | Downloaded similar v2.5.0 |
657 | 2024-08-06T22:22:49.216Z | Downloaded phf_shared v0.10.0 |
658 | 2024-08-06T22:22:49.219Z | Downloaded flume v0.11.0 |
659 | 2024-08-06T22:22:49.231Z | Downloaded ppv-lite86 v0.2.17 |
660 | 2024-08-06T22:22:49.234Z | Downloaded tinyvec_macros v0.1.1 |
661 | 2024-08-06T22:22:49.236Z | Downloaded http-range v0.1.5 |
662 | 2024-08-06T22:22:49.236Z | Downloaded tabwriter v1.4.0 |
663 | 2024-08-06T22:22:49.236Z | Downloaded strum v0.26.3 |
664 | 2024-08-06T22:22:49.239Z | Downloaded signature v2.2.0 |
665 | 2024-08-06T22:22:49.239Z | Downloaded signal-hook-registry v1.4.2 |
666 | 2024-08-06T22:22:49.242Z | Downloaded signal-hook-mio v0.2.3 |
667 | 2024-08-06T22:22:49.242Z | Downloaded unicode-xid v0.2.4 |
668 | 2024-08-06T22:22:49.245Z | Downloaded supports-color v3.0.0 |
669 | 2024-08-06T22:22:49.245Z | Downloaded fallible-iterator v0.2.0 |
670 | 2024-08-06T22:22:49.248Z | Downloaded derive_builder v0.20.0 |
671 | 2024-08-06T22:22:49.251Z | Downloaded futures v0.3.30 |
672 | 2024-08-06T22:22:49.257Z | Downloaded display-error-chain v0.2.0 |
673 | 2024-08-06T22:22:49.260Z | Downloaded dirs-sys-next v0.1.2 |
674 | 2024-08-06T22:22:49.260Z | Downloaded dirs-next v2.0.0 |
675 | 2024-08-06T22:22:49.262Z | Downloaded difflib v0.4.0 |
676 | 2024-08-06T22:22:49.262Z | Downloaded unicode_categories v0.1.1 |
677 | 2024-08-06T22:22:49.265Z | Downloaded predicates v3.1.2 |
678 | 2024-08-06T22:22:49.268Z | Downloaded futures-macro v0.3.30 |
679 | 2024-08-06T22:22:49.271Z | Downloaded same-file v1.0.6 |
680 | 2024-08-06T22:22:49.271Z | Downloaded quick-error v1.2.3 |
681 | 2024-08-06T22:22:49.274Z | Downloaded proc-macro-crate v1.3.1 |
682 | 2024-08-06T22:22:49.274Z | Downloaded home v0.5.9 |
683 | 2024-08-06T22:22:49.277Z | Downloaded postgres-types v0.2.7 |
684 | 2024-08-06T22:22:49.277Z | Downloaded nom v7.1.3 |
685 | 2024-08-06T22:22:49.283Z | Downloaded signal-hook v0.3.17 |
686 | 2024-08-06T22:22:49.286Z | Downloaded portpicker v0.1.1 |
687 | 2024-08-06T22:22:49.289Z | Downloaded tiny-keccak v2.0.2 |
688 | 2024-08-06T22:22:49.291Z | Downloaded toml v0.7.8 |
689 | 2024-08-06T22:22:49.294Z | Downloaded strum_macros v0.24.3 |
690 | 2024-08-06T22:22:49.296Z | Downloaded untrusted v0.9.0 |
691 | 2024-08-06T22:22:49.299Z | Downloaded untrusted v0.7.1 |
692 | 2024-08-06T22:22:49.299Z | Downloaded pin-project-internal v1.1.5 |
693 | 2024-08-06T22:22:49.302Z | Downloaded tokio-rustls v0.24.1 |
694 | 2024-08-06T22:22:49.304Z | Downloaded semver v0.1.20 |
695 | 2024-08-06T22:22:49.306Z | Downloaded http-body v0.4.6 |
696 | 2024-08-06T22:22:49.311Z | Downloaded base64 v0.22.1 |
697 | 2024-08-06T22:22:49.311Z | Downloaded steno v0.4.1 |
698 | 2024-08-06T22:22:49.315Z | Downloaded hostname v0.4.0 |
699 | 2024-08-06T22:22:49.318Z | Downloaded zone_cfg_derive v0.1.2 |
700 | 2024-08-06T22:22:49.321Z | Downloaded futures-core v0.3.30 |
701 | 2024-08-06T22:22:49.321Z | Downloaded fragile v2.0.0 |
702 | 2024-08-06T22:22:49.321Z | Downloaded form_urlencoded v1.2.1 |
703 | 2024-08-06T22:22:49.324Z | Downloaded toml_edit v0.19.15 |
704 | 2024-08-06T22:22:49.340Z | Downloaded foreign-types-shared v0.3.1 |
705 | 2024-08-06T22:22:49.343Z | Downloaded postgres-protocol v0.6.7 |
706 | 2024-08-06T22:22:49.343Z | Downloaded globset v0.4.14 |
707 | 2024-08-06T22:22:49.348Z | Downloaded rcgen v0.12.1 |
708 | 2024-08-06T22:22:49.348Z | Downloaded prettyplease v0.2.20 |
709 | 2024-08-06T22:22:49.351Z | Downloaded serde-hex v0.1.0 |
710 | 2024-08-06T22:22:49.355Z | Downloaded scheduled-thread-pool v0.2.7 |
711 | 2024-08-06T22:22:49.355Z | Downloaded radium v0.7.0 |
712 | 2024-08-06T22:22:49.355Z | Downloaded secrecy v0.8.0 |
713 | 2024-08-06T22:22:49.357Z | Downloaded toml v0.5.11 |
714 | 2024-08-06T22:22:49.360Z | Downloaded snafu v0.8.2 |
715 | 2024-08-06T22:22:49.364Z | Downloaded serde_arrays v0.1.0 |
716 | 2024-08-06T22:22:49.368Z | Downloaded structmeta-derive v0.2.0 |
717 | 2024-08-06T22:22:49.370Z | Downloaded take_mut v0.2.2 |
718 | 2024-08-06T22:22:49.371Z | Downloaded strum_macros v0.26.4 |
719 | 2024-08-06T22:22:49.371Z | Downloaded publicsuffix v2.2.3 |
720 | 2024-08-06T22:22:49.373Z | Downloaded rand_core v0.6.4 |
721 | 2024-08-06T22:22:49.376Z | Downloaded elliptic-curve v0.13.8 |
722 | 2024-08-06T22:22:49.380Z | Downloaded rayon-core v1.12.1 |
723 | 2024-08-06T22:22:49.384Z | Downloaded rsa v0.9.6 |
724 | 2024-08-06T22:22:49.387Z | Downloaded rand_seeder v0.3.0 |
725 | 2024-08-06T22:22:49.390Z | Downloaded ena v0.14.3 |
726 | 2024-08-06T22:22:49.394Z | Downloaded serde_urlencoded v0.7.1 |
727 | 2024-08-06T22:22:49.394Z | Downloaded hyper-staticfile v0.9.5 |
728 | 2024-08-06T22:22:49.397Z | Downloaded tokio-tungstenite v0.21.0 |
729 | 2024-08-06T22:22:49.397Z | Downloaded diff v0.1.13 |
730 | 2024-08-06T22:22:49.402Z | Downloaded serde_plain v1.0.2 |
731 | 2024-08-06T22:22:49.402Z | Downloaded hmac v0.12.1 |
732 | 2024-08-06T22:22:49.405Z | Downloaded num-bigint-dig v0.8.4 |
733 | 2024-08-06T22:22:49.408Z | Downloaded der_derive v0.7.2 |
734 | 2024-08-06T22:22:49.411Z | Downloaded hostname v0.3.1 |
735 | 2024-08-06T22:22:49.412Z | Downloaded sec1 v0.7.3 |
736 | 2024-08-06T22:22:49.414Z | Downloaded tinyvec v1.6.0 |
737 | 2024-08-06T22:22:49.418Z | Downloaded smallvec v0.6.14 |
738 | 2024-08-06T22:22:49.420Z | Downloaded flagset v0.4.5 |
739 | 2024-08-06T22:22:49.421Z | Downloaded blake3 v1.5.1 |
740 | 2024-08-06T22:22:49.427Z | Downloaded waitgroup v0.1.2 |
741 | 2024-08-06T22:22:49.432Z | Downloaded hyper-tls v0.5.0 |
742 | 2024-08-06T22:22:49.432Z | Downloaded structmeta-derive v0.3.0 |
743 | 2024-08-06T22:22:49.435Z | Downloaded smf v0.2.3 |
744 | 2024-08-06T22:22:49.435Z | Downloaded smawk v0.3.2 |
745 | 2024-08-06T22:22:49.435Z | Downloaded zip v0.6.6 |
746 | 2024-08-06T22:22:49.438Z | Downloaded unsafe-libyaml v0.2.11 |
747 | 2024-08-06T22:22:49.442Z | Downloaded unicode-bidi v0.3.15 |
748 | 2024-08-06T22:22:49.446Z | Downloaded ident_case v1.0.1 |
749 | 2024-08-06T22:22:49.449Z | Downloaded unarray v0.1.4 |
750 | 2024-08-06T22:22:49.449Z | Downloaded samael v0.0.15 |
751 | 2024-08-06T22:22:49.452Z | Downloaded float-cmp v0.9.0 |
752 | 2024-08-06T22:22:49.456Z | Downloaded filetime v0.2.23 |
753 | 2024-08-06T22:22:49.459Z | Downloaded slog-bunyan v2.5.0 |
754 | 2024-08-06T22:22:49.459Z | Downloaded slog-json v2.6.1 |
755 | 2024-08-06T22:22:49.459Z | Downloaded resolv-conf v0.7.0 |
756 | 2024-08-06T22:22:49.462Z | Downloaded serde_with_macros v3.8.3 |
757 | 2024-08-06T22:22:49.464Z | Downloaded postcard v1.0.8 |
758 | 2024-08-06T22:22:49.467Z | Downloaded http v1.1.0 |
759 | 2024-08-06T22:22:49.470Z | Downloaded sct v0.7.1 |
760 | 2024-08-06T22:22:49.473Z | Downloaded float-ord v0.3.2 |
761 | 2024-08-06T22:22:49.476Z | Downloaded zone v0.1.8 |
762 | 2024-08-06T22:22:49.476Z | Downloaded thiserror-impl-no-std v2.0.2 |
763 | 2024-08-06T22:22:49.479Z | Downloaded rand_xorshift v0.3.0 |
764 | 2024-08-06T22:22:49.479Z | Downloaded http v0.2.12 |
765 | 2024-08-06T22:22:49.485Z | Downloaded hashbrown v0.12.3 |
766 | 2024-08-06T22:22:49.488Z | Downloaded thiserror-no-std v2.0.2 |
767 | 2024-08-06T22:22:49.491Z | Downloaded slog-async v2.8.0 |
768 | 2024-08-06T22:22:49.495Z | Downloaded slog v2.7.0 |
769 | 2024-08-06T22:22:49.499Z | Downloaded tokio-postgres v0.7.11 |
770 | 2024-08-06T22:22:49.502Z | Downloaded expectorate v1.1.0 |
771 | 2024-08-06T22:22:49.505Z | Downloaded fixedbitset v0.4.2 |
772 | 2024-08-06T22:22:49.505Z | Downloaded env_logger v0.10.2 |
773 | 2024-08-06T22:22:49.508Z | Downloaded ron v0.8.1 |
774 | 2024-08-06T22:22:49.514Z | Downloaded diesel_derives v2.1.4 |
775 | 2024-08-06T22:22:49.517Z | Downloaded walkdir v2.5.0 |
776 | 2024-08-06T22:22:49.519Z | Downloaded url v2.5.2 |
777 | 2024-08-06T22:22:49.524Z | Downloaded pin-project v1.1.5 |
778 | 2024-08-06T22:22:49.536Z | Downloaded httparse v1.8.0 |
779 | 2024-08-06T22:22:49.539Z | Downloaded yasna v0.5.2 |
780 | 2024-08-06T22:22:49.539Z | Downloaded winnow v0.5.40 |
781 | 2024-08-06T22:22:49.546Z | Downloaded pin-project-lite v0.2.14 |
782 | 2024-08-06T22:22:49.551Z | Downloaded fatfs v0.3.6 |
783 | 2024-08-06T22:22:49.554Z | Downloaded textwrap v0.16.1 |
784 | 2024-08-06T22:22:49.558Z | Downloaded trust-dns-server v0.22.1 |
785 | 2024-08-06T22:22:49.562Z | Downloaded tough v0.17.1 |
786 | 2024-08-06T22:22:49.571Z | Downloaded vte v0.11.1 |
787 | 2024-08-06T22:22:49.573Z | Downloaded trust-dns-client v0.22.0 |
788 | 2024-08-06T22:22:49.579Z | Downloaded time v0.3.36 |
789 | 2024-08-06T22:22:49.586Z | Downloaded test-strategy v0.3.1 |
790 | 2024-08-06T22:22:49.589Z | Downloaded headers v0.3.9 |
791 | 2024-08-06T22:22:49.595Z | Downloaded reedline v0.31.0 |
792 | 2024-08-06T22:22:49.604Z | Downloaded rustyline v14.0.0 |
793 | 2024-08-06T22:22:49.608Z | Downloaded bindgen v0.69.4 |
794 | 2024-08-06T22:22:49.616Z | Downloaded rustls-webpki v0.101.7 |
795 | 2024-08-06T22:22:49.632Z | Downloaded hashbrown v0.13.2 |
796 | 2024-08-06T22:22:49.634Z | Downloaded sqlparser v0.45.0 |
797 | 2024-08-06T22:22:49.640Z | Downloaded rayon v1.10.0 |
798 | 2024-08-06T22:22:49.660Z | Downloaded trust-dns-resolver v0.22.0 |
799 | 2024-08-06T22:22:49.663Z | Downloaded rand v0.8.5 |
800 | 2024-08-06T22:22:49.663Z | Downloaded rustls-webpki v0.102.4 |
801 | 2024-08-06T22:22:49.674Z | Downloaded reqwest v0.11.27 |
802 | 2024-08-06T22:22:49.681Z | Downloaded typed-path v0.7.1 |
803 | 2024-08-06T22:22:49.688Z | Downloaded hyper v0.14.30 |
804 | 2024-08-06T22:22:49.695Z | Downloaded x509-cert v0.2.5 |
805 | 2024-08-06T22:22:49.702Z | Downloaded futures-util v0.3.30 |
806 | 2024-08-06T22:22:49.713Z | Downloaded nix v0.28.0 |
807 | 2024-08-06T22:22:49.725Z | Downloaded regex-automata v0.1.10 |
808 | 2024-08-06T22:22:49.730Z | Downloaded hkdf v0.12.4 |
809 | 2024-08-06T22:22:49.733Z | Downloaded proptest v1.4.0 |
810 | 2024-08-06T22:22:49.741Z | Downloaded object v0.32.2 |
811 | 2024-08-06T22:22:49.752Z | Downloaded nix v0.27.1 |
812 | 2024-08-06T22:22:49.762Z | Downloaded radix_trie v0.2.1 |
813 | 2024-08-06T22:22:49.768Z | Downloaded quick-xml v0.31.0 |
814 | 2024-08-06T22:22:49.774Z | Downloaded idna v0.3.0 |
815 | 2024-08-06T22:22:49.781Z | Downloaded trust-dns-proto v0.22.0 |
816 | 2024-08-06T22:22:49.793Z | Downloaded regex-syntax v0.8.3 |
817 | 2024-08-06T22:22:49.801Z | Downloaded ratatui v0.27.0 |
818 | 2024-08-06T22:22:49.820Z | Downloaded smoltcp v0.11.0 |
819 | 2024-08-06T22:22:49.831Z | Downloaded finl_unicode v1.2.0 |
820 | 2024-08-06T22:22:49.844Z | Downloaded smoltcp v0.9.1 |
821 | 2024-08-06T22:22:49.853Z | Downloaded bstr v0.2.17 |
822 | 2024-08-06T22:22:49.863Z | Downloaded vcpkg v0.2.15 |
823 | 2024-08-06T22:22:49.900Z | Downloaded curve25519-dalek v4.1.3 |
824 | 2024-08-06T22:22:49.915Z | Downloaded regex-syntax v0.6.29 |
825 | 2024-08-06T22:22:49.925Z | Downloaded regex v1.10.5 |
826 | 2024-08-06T22:22:49.928Z | Downloaded diesel v2.1.6 |
827 | 2024-08-06T22:22:49.946Z | Downloaded openapiv3 v2.0.0 |
828 | 2024-08-06T22:22:49.958Z | Downloaded gimli v0.28.1 |
829 | 2024-08-06T22:22:49.966Z | Downloaded rustls v0.21.12 |
830 | 2024-08-06T22:22:49.977Z | Downloaded openssl v0.10.66 |
831 | 2024-08-06T22:22:49.986Z | Downloaded webpki-roots v0.25.4 |
832 | 2024-08-06T22:22:49.990Z | Downloaded idna v0.5.0 |
833 | 2024-08-06T22:22:49.996Z | Downloaded polar-core v0.27.3 |
834 | 2024-08-06T22:22:50.005Z | Downloaded bstr v1.9.1 |
835 | 2024-08-06T22:22:50.016Z | Downloaded chrono v0.4.38 |
836 | 2024-08-06T22:22:50.024Z | Downloaded idna v0.2.3 |
837 | 2024-08-06T22:22:50.030Z | Downloaded rustls v0.22.4 |
838 | 2024-08-06T22:22:50.043Z | Downloaded portable-atomic v1.6.0 |
839 | 2024-08-06T22:22:50.049Z | Downloaded flate2 v1.0.31 |
840 | 2024-08-06T22:22:50.054Z | Downloaded lalrpop v0.19.12 |
841 | 2024-08-06T22:22:50.065Z | Downloaded object v0.30.4 |
842 | 2024-08-06T22:22:50.074Z | Downloaded regress v0.9.1 |
843 | 2024-08-06T22:22:50.083Z | Downloaded bitvec v1.0.1 |
844 | 2024-08-06T22:22:50.097Z | Downloaded tokio-util v0.7.11 |
845 | 2024-08-06T22:22:50.104Z | Downloaded h2 v0.3.26 |
846 | 2024-08-06T22:22:50.111Z | Downloaded unicode-normalization v0.1.23 |
847 | 2024-08-06T22:22:50.114Z | Downloaded tracing v0.1.40 |
848 | 2024-08-06T22:22:50.119Z | Downloaded unicode-segmentation v1.11.0 |
849 | 2024-08-06T22:22:50.122Z | Downloaded ron v0.7.1 |
850 | 2024-08-06T22:22:50.127Z | Downloaded tungstenite v0.21.0 |
851 | 2024-08-06T22:22:50.130Z | Downloaded zerocopy-derive v0.6.6 |
852 | 2024-08-06T22:22:50.140Z | Downloaded heapless v0.7.17 |
853 | 2024-08-06T22:22:50.144Z | Downloaded serde_with v3.8.3 |
854 | 2024-08-06T22:22:50.152Z | Downloaded tls_codec v0.4.1 |
855 | 2024-08-06T22:22:50.154Z | Downloaded phf_shared v0.11.2 |
856 | 2024-08-06T22:22:50.154Z | Downloaded strum_macros v0.25.3 |
857 | 2024-08-06T22:22:50.157Z | Downloaded itertools v0.12.1 |
858 | 2024-08-06T22:22:50.163Z | Downloaded rustc-demangle v0.1.24 |
859 | 2024-08-06T22:22:50.166Z | Downloaded smallvec v1.13.2 |
860 | 2024-08-06T22:22:50.169Z | Downloaded serde_yaml v0.9.34+deprecated |
861 | 2024-08-06T22:22:50.171Z | Downloaded sled v0.34.7 |
862 | 2024-08-06T22:22:50.182Z | Downloaded slog-scope v4.4.0 |
863 | 2024-08-06T22:22:50.182Z | Downloaded ref-cast-impl v1.0.23 |
864 | 2024-08-06T22:22:50.185Z | Downloaded ref-cast v1.0.23 |
865 | 2024-08-06T22:22:50.185Z | Downloaded regex-automata v0.4.6 |
866 | 2024-08-06T22:22:50.202Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
867 | 2024-08-06T22:22:50.214Z | Downloaded httpdate v1.0.3 |
868 | 2024-08-06T22:22:50.217Z | Downloaded env_logger v0.9.3 |
869 | 2024-08-06T22:22:50.217Z | Downloaded getrandom v0.2.14 |
870 | 2024-08-06T22:22:50.220Z | Downloaded vte_generate_state_changes v0.1.1 |
871 | 2024-08-06T22:22:50.223Z | Downloaded headers-core v0.2.0 |
872 | 2024-08-06T22:22:50.223Z | Downloaded rand_chacha v0.3.1 |
873 | 2024-08-06T22:22:50.223Z | Downloaded xattr v1.3.1 |
874 | 2024-08-06T22:22:50.226Z | Downloaded wait-timeout v0.2.0 |
875 | 2024-08-06T22:22:50.226Z | Downloaded tracing-core v0.1.32 |
876 | 2024-08-06T22:22:50.228Z | Downloaded futures-sink v0.3.30 |
877 | 2024-08-06T22:22:50.231Z | Downloaded futures-executor v0.3.30 |
878 | 2024-08-06T22:22:50.231Z | Downloaded enum-as-inner v0.5.1 |
879 | 2024-08-06T22:22:50.234Z | Downloaded subprocess v0.2.9 |
880 | 2024-08-06T22:22:50.234Z | Downloaded rustfmt-wrapper v0.2.1 |
881 | 2024-08-06T22:22:50.238Z | Downloaded r2d2 v0.8.10 |
882 | 2024-08-06T22:22:50.238Z | Downloaded structmeta v0.3.0 |
883 | 2024-08-06T22:22:50.238Z | Downloaded stable_deref_trait v1.2.0 |
884 | 2024-08-06T22:22:50.241Z | Downloaded group v0.13.0 |
885 | 2024-08-06T22:22:50.241Z | Downloaded glob v0.3.1 |
886 | 2024-08-06T22:22:50.241Z | Downloaded gethostname v0.5.0 |
887 | 2024-08-06T22:22:50.243Z | Downloaded tokio-native-tls v0.3.1 |
888 | 2024-08-06T22:22:50.244Z | Downloaded tokio-macros v2.3.0 |
889 | 2024-08-06T22:22:50.246Z | Downloaded tls_codec_derive v0.4.1 |
890 | 2024-08-06T22:22:50.246Z | Downloaded schemars v0.8.21 |
891 | 2024-08-06T22:22:50.256Z | Downloaded petgraph v0.6.5 |
892 | 2024-08-06T22:22:50.274Z | Downloaded uuid v1.10.0 |
893 | 2024-08-06T22:22:50.277Z | Downloaded tokio v1.38.1 |
894 | 2024-08-06T22:22:50.314Z | Downloaded itertools v0.13.0 |
895 | 2024-08-06T22:22:50.322Z | Downloaded sha3 v0.10.8 |
896 | 2024-08-06T22:22:50.325Z | Downloaded csv v1.3.0 |
897 | 2024-08-06T22:22:50.346Z | Downloaded poly1305 v0.8.0 |
898 | 2024-08-06T22:22:50.348Z | Downloaded derive-where v1.2.7 |
899 | 2024-08-06T22:22:50.351Z | Downloaded thread_local v1.1.8 |
900 | 2024-08-06T22:22:50.354Z | Downloaded unicase v2.7.0 |
901 | 2024-08-06T22:22:50.354Z | Downloaded rusty-fork v0.3.0 |
902 | 2024-08-06T22:22:50.357Z | Downloaded futures-channel v0.3.30 |
903 | 2024-08-06T22:22:50.357Z | Downloaded heapless v0.8.0 |
904 | 2024-08-06T22:22:50.360Z | Downloaded crossterm v0.27.0 |
905 | 2024-08-06T22:22:50.366Z | Downloaded erased-serde v0.3.31 |
906 | 2024-08-06T22:22:50.369Z | Downloaded zerocopy v0.6.6 |
907 | 2024-08-06T22:22:50.371Z | Downloaded sha1 v0.10.6 |
908 | 2024-08-06T22:22:50.374Z | Downloaded rustc_version v0.4.0 |
909 | 2024-08-06T22:22:50.374Z | Downloaded rustc-hash v1.1.0 |
910 | 2024-08-06T22:22:50.374Z | Downloaded time-macros v0.2.18 |
911 | 2024-08-06T22:22:50.377Z | Downloaded libxml v0.3.3 |
912 | 2024-08-06T22:22:50.381Z | Downloaded indicatif v0.17.8 |
913 | 2024-08-06T22:22:50.385Z | Downloaded const_format v0.2.32 |
914 | 2024-08-06T22:22:50.389Z | Downloaded iana-time-zone v0.1.60 |
915 | 2024-08-06T22:22:50.392Z | Downloaded shlex v1.3.0 |
916 | 2024-08-06T22:22:50.397Z | Downloaded crypto-bigint v0.5.5 |
917 | 2024-08-06T22:22:50.399Z | Downloaded sigpipe v0.1.3 |
918 | 2024-08-06T22:22:50.402Z | Downloaded zeroize_derive v1.4.2 |
919 | 2024-08-06T22:22:50.402Z | Downloaded static_assertions v1.1.0 |
920 | 2024-08-06T22:22:50.402Z | Downloaded libm v0.2.8 |
921 | 2024-08-06T22:22:50.409Z | Downloaded slog-envlogger v2.2.0 |
922 | 2024-08-06T22:22:50.412Z | Downloaded rustc_version v0.1.7 |
923 | 2024-08-06T22:22:50.412Z | Downloaded spin v0.9.8 |
924 | 2024-08-06T22:22:50.415Z | Downloaded snafu-derive v0.8.2 |
925 | 2024-08-06T22:22:50.417Z | Downloaded socket2 v0.5.7 |
926 | 2024-08-06T22:22:50.418Z | Downloaded num-bigint v0.4.5 |
927 | 2024-08-06T22:22:50.421Z | Downloaded minimal-lexical v0.2.1 |
928 | 2024-08-06T22:22:50.427Z | Downloaded crc-any v2.5.0 |
929 | 2024-08-06T22:22:50.429Z | Downloaded encoding_rs v0.8.34 |
930 | 2024-08-06T22:22:50.449Z | Downloaded bytes v1.7.1 |
931 | 2024-08-06T22:22:50.454Z | Downloaded aho-corasick v1.1.3 |
932 | 2024-08-06T22:22:50.459Z | Downloaded darling_core v0.20.9 |
933 | 2024-08-06T22:22:50.464Z | Downloaded mio v0.8.11 |
934 | 2024-08-06T22:22:50.469Z | Downloaded percent-encoding v2.3.1 |
935 | 2024-08-06T22:22:50.485Z | Downloaded pem v3.0.4 |
936 | 2024-08-06T22:22:50.485Z | Downloaded base64 v0.13.1 |
937 | 2024-08-06T22:22:50.485Z | Downloaded either v1.12.0 |
938 | 2024-08-06T22:22:50.485Z | Downloaded pkcs8 v0.10.2 |
939 | 2024-08-06T22:22:50.485Z | Downloaded pkcs1 v0.7.5 |
940 | 2024-08-06T22:22:50.485Z | Downloaded funty v2.0.0 |
941 | 2024-08-06T22:22:50.485Z | Downloaded unicode-linebreak v0.1.5 |
942 | 2024-08-06T22:22:50.485Z | Downloaded socket2 v0.4.10 |
943 | 2024-08-06T22:22:50.485Z | Downloaded time-core v0.1.2 |
944 | 2024-08-06T22:22:50.485Z | Downloaded sqlformat v0.2.4 |
945 | 2024-08-06T22:22:50.488Z | Downloaded spin v0.5.2 |
946 | 2024-08-06T22:22:50.488Z | Downloaded peg-macros v0.8.4 |
947 | 2024-08-06T22:22:50.491Z | Downloaded hyper-rustls v0.24.2 |
948 | 2024-08-06T22:22:50.491Z | Downloaded console v0.15.8 |
949 | 2024-08-06T22:22:50.494Z | Downloaded pin-utils v0.1.0 |
950 | 2024-08-06T22:22:50.496Z | Downloaded tokio-rustls v0.25.0 |
951 | 2024-08-06T22:22:50.496Z | Downloaded stringprep v0.1.4 |
952 | 2024-08-06T22:22:50.499Z | Downloaded slog-term v2.9.1 |
953 | 2024-08-06T22:22:50.502Z | Downloaded want v0.3.1 |
954 | 2024-08-06T22:22:50.502Z | Downloaded hex v0.4.3 |
955 | 2024-08-06T22:22:50.502Z | Downloaded heck v0.3.3 |
956 | 2024-08-06T22:22:50.504Z | Downloaded getopts v0.2.21 |
957 | 2024-08-06T22:22:50.504Z | Downloaded password-hash v0.5.0 |
958 | 2024-08-06T22:22:50.507Z | Downloaded cancel-safe-futures v0.1.5 |
959 | 2024-08-06T22:22:50.510Z | Downloaded csv-core v0.1.11 |
960 | 2024-08-06T22:22:50.510Z | Downloaded which v4.4.2 |
961 | 2024-08-06T22:22:50.513Z | Downloaded tap v1.0.1 |
962 | 2024-08-06T22:22:50.513Z | Downloaded ascii v1.1.0 |
963 | 2024-08-06T22:22:50.515Z | Downloaded string_cache v0.8.7 |
964 | 2024-08-06T22:22:50.515Z | Downloaded bitfield v0.14.0 |
965 | 2024-08-06T22:22:50.518Z | Downloaded omicron-zone-package v0.11.0 |
966 | 2024-08-06T22:22:50.520Z | Downloaded mockall_derive v0.12.1 |
967 | 2024-08-06T22:22:50.522Z | Downloaded num-traits v0.2.19 |
968 | 2024-08-06T22:22:50.526Z | Downloaded inout v0.1.3 |
969 | 2024-08-06T22:22:50.526Z | Downloaded shell-words v1.1.0 |
970 | 2024-08-06T22:22:50.526Z | Downloaded block-padding v0.3.3 |
971 | 2024-08-06T22:22:50.528Z | Downloaded bit-set v0.5.3 |
972 | 2024-08-06T22:22:50.528Z | Downloaded darling v0.20.9 |
973 | 2024-08-06T22:22:50.531Z | Downloaded cookie v0.18.1 |
974 | 2024-08-06T22:22:50.534Z | Downloaded const-oid v0.9.6 |
975 | 2024-08-06T22:22:50.537Z | Downloaded clang-sys v1.7.0 |
976 | 2024-08-06T22:22:50.540Z | Downloaded ahash v0.8.11 |
977 | 2024-08-06T22:22:50.542Z | Downloaded chacha20 v0.9.1 |
978 | 2024-08-06T22:22:50.542Z | Downloaded castaway v0.2.2 |
979 | 2024-08-06T22:22:50.545Z | Downloaded atomic-waker v1.1.2 |
980 | 2024-08-06T22:22:50.545Z | Downloaded assert_matches v1.5.0 |
981 | 2024-08-06T22:22:50.545Z | Downloaded arrayref v0.3.7 |
982 | 2024-08-06T22:22:50.547Z | Downloaded bitstruct_derive v0.1.0 |
983 | 2024-08-06T22:22:50.547Z | Downloaded num-complex v0.4.6 |
984 | 2024-08-06T22:22:50.550Z | Downloaded owo-colors v4.0.0 |
985 | 2024-08-06T22:22:50.553Z | Downloaded nu-ansi-term v0.50.0 |
986 | 2024-08-06T22:22:50.553Z | Downloaded bzip2 v0.4.4 |
987 | 2024-08-06T22:22:50.555Z | Downloaded bcs v0.1.6 |
988 | 2024-08-06T22:22:50.558Z | Downloaded newtype-uuid v1.1.0 |
989 | 2024-08-06T22:22:50.558Z | Downloaded is-terminal v0.4.12 |
990 | 2024-08-06T22:22:50.558Z | Downloaded defmt-parser v0.3.4 |
991 | 2024-08-06T22:22:50.561Z | Downloaded buf-list v1.0.3 |
992 | 2024-08-06T22:22:50.562Z | Downloaded ipnetwork v0.20.0 |
993 | 2024-08-06T22:22:50.564Z | Downloaded indoc v1.0.9 |
994 | 2024-08-06T22:22:50.567Z | Downloaded cassowary v0.3.0 |
995 | 2024-08-06T22:22:50.567Z | Downloaded camino-tempfile v1.1.1 |
996 | 2024-08-06T22:22:50.570Z | Downloaded ciborium-ll v0.2.2 |
997 | 2024-08-06T22:22:50.570Z | Downloaded base16ct v0.2.0 |
998 | 2024-08-06T22:22:50.570Z | Downloaded async-stream v0.3.5 |
999 | 2024-08-06T22:22:50.574Z | Downloaded aead v0.5.2 |
1000 | 2024-08-06T22:22:50.808Z | Downloaded ring v0.17.8 |
1001 | 2024-08-06T22:22:50.927Z | Downloaded ring v0.16.20 |
1002 | 2024-08-06T22:22:51.090Z | Compiling cfg-if v1.0.0 |
1003 | 2024-08-06T22:22:51.090Z | Compiling serde v1.0.204 |
1004 | 2024-08-06T22:22:51.094Z | Compiling lock_api v0.4.12 |
1005 | 2024-08-06T22:22:51.094Z | Compiling scopeguard v1.2.0 |
1006 | 2024-08-06T22:22:51.094Z | Compiling log v0.4.21 |
1007 | 2024-08-06T22:22:51.232Z | Compiling syn v2.0.72 |
1008 | 2024-08-06T22:22:51.235Z | Compiling cc v1.0.97 |
1009 | 2024-08-06T22:22:51.249Z | Compiling parking_lot_core v0.9.10 |
1010 | 2024-08-06T22:22:51.303Z | Compiling getrandom v0.2.14 |
1011 | 2024-08-06T22:22:51.351Z | Compiling smallvec v1.13.2 |
1012 | 2024-08-06T22:22:51.654Z | Compiling rand_core v0.6.4 |
1013 | 2024-08-06T22:22:51.714Z | Compiling typenum v1.17.0 |
1014 | 2024-08-06T22:22:51.784Z | Compiling generic-array v0.14.7 |
1015 | 2024-08-06T22:22:51.800Z | Compiling pin-project-lite v0.2.14 |
1016 | 2024-08-06T22:22:51.919Z | Compiling signal-hook-registry v1.4.2 |
1017 | 2024-08-06T22:22:52.101Z | Compiling spin v0.9.8 |
1018 | 2024-08-06T22:22:52.149Z | Compiling parking_lot v0.12.2 |
1019 | 2024-08-06T22:22:52.152Z | Compiling mio v0.8.11 |
1020 | 2024-08-06T22:22:52.383Z | Compiling serde_json v1.0.122 |
1021 | 2024-08-06T22:22:52.492Z | Compiling libm v0.2.8 |
1022 | 2024-08-06T22:22:52.770Z | Compiling num-traits v0.2.19 |
1023 | 2024-08-06T22:22:52.904Z | Compiling ahash v0.8.11 |
1024 | 2024-08-06T22:22:52.924Z | Compiling tinyvec_macros v0.1.1 |
1025 | 2024-08-06T22:22:53.016Z | Compiling futures-core v0.3.30 |
1026 | 2024-08-06T22:22:53.172Z | Compiling tinyvec v1.6.0 |
1027 | 2024-08-06T22:22:53.309Z | Compiling socket2 v0.5.7 |
1028 | 2024-08-06T22:22:53.324Z | Compiling num_cpus v1.16.0 |
1029 | 2024-08-06T22:22:53.454Z | Compiling subtle v2.5.0 |
1030 | 2024-08-06T22:22:53.640Z | Compiling const-oid v0.9.6 |
1031 | 2024-08-06T22:22:53.819Z | Compiling slab v0.4.9 |
1032 | 2024-08-06T22:22:54.150Z | Compiling unicode-bidi v0.3.15 |
1033 | 2024-08-06T22:22:54.342Z | Compiling futures-sink v0.3.30 |
1034 | 2024-08-06T22:22:54.599Z | Compiling allocator-api2 v0.2.18 |
1035 | 2024-08-06T22:22:54.774Z | Compiling unicode-normalization v0.1.23 |
1036 | 2024-08-06T22:22:54.996Z | Compiling futures-channel v0.3.30 |
1037 | 2024-08-06T22:22:55.273Z | Compiling vcpkg v0.2.15 |
1038 | 2024-08-06T22:22:55.399Z | Compiling pkg-config v0.3.30 |
1039 | 2024-08-06T22:22:55.413Z | Compiling pin-utils v0.1.0 |
1040 | 2024-08-06T22:22:55.502Z | Compiling futures-io v0.3.30 |
1041 | 2024-08-06T22:22:55.714Z | Compiling futures-task v0.3.30 |
1042 | 2024-08-06T22:22:55.730Z | Compiling ring v0.17.8 |
1043 | 2024-08-06T22:22:55.801Z | Compiling ppv-lite86 v0.2.17 |
1044 | 2024-08-06T22:22:55.915Z | Compiling percent-encoding v2.3.1 |
1045 | 2024-08-06T22:22:55.994Z | Compiling tracing-core v0.1.32 |
1046 | 2024-08-06T22:22:56.265Z | Compiling powerfmt v0.2.0 |
1047 | 2024-08-06T22:22:56.583Z | Compiling rand_chacha v0.3.1 |
1048 | 2024-08-06T22:22:56.586Z | Compiling time-core v0.1.2 |
1049 | 2024-08-06T22:22:56.654Z | Compiling untrusted v0.9.0 |
1050 | 2024-08-06T22:22:56.772Z | Compiling syn v1.0.109 |
1051 | 2024-08-06T22:22:56.815Z | Compiling num-conv v0.1.0 |
1052 | 2024-08-06T22:22:56.898Z | Compiling rustix v0.38.34 |
1053 | 2024-08-06T22:22:57.070Z | Compiling time-macros v0.2.18 |
1054 | 2024-08-06T22:22:57.361Z | Compiling rand v0.8.5 |
1055 | 2024-08-06T22:22:57.413Z | Compiling openssl-sys v0.9.103 |
1056 | 2024-08-06T22:22:57.455Z | Compiling deranged v0.3.11 |
1057 | 2024-08-06T22:22:57.697Z | Compiling iana-time-zone v0.1.60 |
1058 | 2024-08-06T22:22:58.142Z | Compiling httparse v1.8.0 |
1059 | 2024-08-06T22:22:58.486Z | Compiling openssl v0.10.66 |
1060 | 2024-08-06T22:22:58.762Z | Compiling base64ct v1.6.0 |
1061 | 2024-08-06T22:22:58.872Z | Compiling rustversion v1.0.17 |
1062 | 2024-08-06T22:22:59.215Z | Compiling num_threads v0.1.7 |
1063 | 2024-08-06T22:22:59.217Z | Compiling foreign-types-shared v0.1.1 |
1064 | 2024-08-06T22:22:59.304Z | Compiling foreign-types v0.3.2 |
1065 | 2024-08-06T22:22:59.321Z | Compiling pem-rfc7468 v0.7.0 |
1066 | 2024-08-06T22:22:59.381Z | Compiling form_urlencoded v1.2.1 |
1067 | 2024-08-06T22:22:59.563Z | Compiling crossbeam-utils v0.8.19 |
1068 | 2024-08-06T22:22:59.653Z | Compiling flagset v0.4.5 |
1069 | 2024-08-06T22:22:59.839Z | Compiling try-lock v0.2.5 |
1070 | 2024-08-06T22:22:59.922Z | Compiling time v0.3.36 |
1071 | 2024-08-06T22:22:59.955Z | Compiling native-tls v0.2.11 |
1072 | 2024-08-06T22:22:59.972Z | Compiling rustls v0.21.12 |
1073 | 2024-08-06T22:23:00.063Z | Compiling siphasher v0.3.11 |
1074 | 2024-08-06T22:23:00.224Z | Compiling want v0.3.1 |
1075 | 2024-08-06T22:23:00.467Z | Compiling serde_derive_internals v0.29.1 |
1076 | 2024-08-06T22:23:01.129Z | Compiling idna v0.5.0 |
1077 | 2024-08-06T22:23:01.435Z | Compiling lazy_static v1.5.0 |
1078 | 2024-08-06T22:23:01.558Z | Compiling cookie v0.17.0 |
1079 | 2024-08-06T22:23:01.660Z | Compiling aho-corasick v1.1.3 |
1080 | 2024-08-06T22:23:01.833Z | Compiling tower-service v0.3.2 |
1081 | 2024-08-06T22:23:01.951Z | Compiling httpdate v1.0.3 |
1082 | 2024-08-06T22:23:02.422Z | Compiling adler v1.0.2 |
1083 | 2024-08-06T22:23:02.642Z | Compiling slog v2.7.0 |
1084 | 2024-08-06T22:23:02.686Z | Compiling openssl-probe v0.1.5 |
1085 | 2024-08-06T22:23:03.064Z | Compiling schemars v0.8.21 |
1086 | 2024-08-06T22:23:03.082Z | Compiling signal-hook v0.3.17 |
1087 | 2024-08-06T22:23:03.207Z | Compiling cpufeatures v0.2.12 |
1088 | 2024-08-06T22:23:03.292Z | Compiling finl_unicode v1.2.0 |
1089 | 2024-08-06T22:23:03.345Z | Compiling regex-syntax v0.8.3 |
1090 | 2024-08-06T22:23:03.497Z | Compiling miniz_oxide v0.7.2 |
1091 | 2024-08-06T22:23:03.866Z | Compiling stringprep v0.1.4 |
1092 | 2024-08-06T22:23:04.899Z | Compiling url v2.5.2 |
1093 | 2024-08-06T22:23:05.073Z | Compiling num-integer v0.1.46 |
1094 | 2024-08-06T22:23:05.601Z | Compiling serde_derive v1.0.204 |
1095 | 2024-08-06T22:23:05.835Z | Compiling zeroize_derive v1.4.2 |
1096 | 2024-08-06T22:23:06.320Z | Compiling zerocopy-derive v0.7.34 |
1097 | 2024-08-06T22:23:06.744Z | Compiling tokio-macros v2.3.0 |
1098 | 2024-08-06T22:23:07.069Z | Compiling thiserror-impl v1.0.63 |
1099 | 2024-08-06T22:23:07.441Z | Compiling zeroize v1.7.0 |
1100 | 2024-08-06T22:23:08.389Z | Compiling futures-macro v0.3.30 |
1101 | 2024-08-06T22:23:08.659Z | Compiling zerocopy v0.7.34 |
1102 | 2024-08-06T22:23:09.227Z | Compiling tracing-attributes v0.1.27 |
1103 | 2024-08-06T22:23:09.341Z | Compiling crypto-common v0.1.6 |
1104 | 2024-08-06T22:23:09.577Z | Compiling block-buffer v0.10.4 |
1105 | 2024-08-06T22:23:09.829Z | Compiling digest v0.10.7 |
1106 | 2024-08-06T22:23:09.833Z | Compiling scroll_derive v0.12.0 |
1107 | 2024-08-06T22:23:10.326Z | Compiling hmac v0.12.1 |
1108 | 2024-08-06T22:23:10.349Z | Compiling futures-util v0.3.30 |
1109 | 2024-08-06T22:23:10.420Z | Compiling thiserror v1.0.63 |
1110 | 2024-08-06T22:23:10.566Z | Compiling pest v2.7.10 |
1111 | 2024-08-06T22:23:10.569Z | Compiling openssl-macros v0.1.1 |
1112 | 2024-08-06T22:23:10.945Z | Compiling hashbrown v0.14.5 |
1113 | 2024-08-06T22:23:11.266Z | Compiling scroll v0.12.0 |
1114 | 2024-08-06T22:23:11.337Z | Compiling der_derive v0.7.2 |
1115 | 2024-08-06T22:23:11.821Z | Compiling goblin v0.8.2 |
1116 | 2024-08-06T22:23:12.366Z | Compiling sct v0.7.1 |
1117 | 2024-08-06T22:23:12.699Z | Compiling rustls-webpki v0.101.7 |
1118 | 2024-08-06T22:23:13.140Z | Compiling pest_meta v2.7.10 |
1119 | 2024-08-06T22:23:13.310Z | Compiling tracing v0.1.40 |
1120 | 2024-08-06T22:23:13.812Z | Compiling md-5 v0.10.6 |
1121 | 2024-08-06T22:23:13.863Z | Compiling der v0.7.9 |
1122 | 2024-08-06T22:23:14.091Z | Compiling sha2 v0.10.8 |
1123 | 2024-08-06T22:23:14.661Z | Compiling pest_generator v2.7.10 |
1124 | 2024-08-06T22:23:16.602Z | Compiling spki v0.7.3 |
1125 | 2024-08-06T22:23:16.689Z | Compiling regex-automata v0.4.6 |
1126 | 2024-08-06T22:23:16.968Z | Compiling schemars_derive v0.8.21 |
1127 | 2024-08-06T22:23:17.213Z | Compiling idna v0.3.0 |
1128 | 2024-08-06T22:23:17.748Z | Compiling backtrace v0.3.71 |
1129 | 2024-08-06T22:23:18.178Z | Compiling pest_derive v2.7.10 |
1130 | 2024-08-06T22:23:18.228Z | Compiling hash32 v0.2.1 |
1131 | 2024-08-06T22:23:18.622Z | Compiling crc32fast v1.4.0 |
1132 | 2024-08-06T22:23:18.856Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1133 | 2024-08-06T22:23:18.979Z | Compiling dtrace-parser v0.2.0 |
1134 | 2024-08-06T22:23:19.143Z | Compiling fallible-iterator v0.2.0 |
1135 | 2024-08-06T22:23:19.663Z | Compiling stable_deref_trait v1.2.0 |
1136 | 2024-08-06T22:23:19.769Z | Compiling base64 v0.22.1 |
1137 | 2024-08-06T22:23:19.868Z | Compiling dyn-clone v1.0.17 |
1138 | 2024-08-06T22:23:20.089Z | Compiling gimli v0.28.1 |
1139 | 2024-08-06T22:23:20.299Z | Compiling bytes v1.7.1 |
1140 | 2024-08-06T22:23:20.491Z | Compiling bitflags v2.6.0 |
1141 | 2024-08-06T22:23:20.909Z | Compiling indexmap v2.3.0 |
1142 | 2024-08-06T22:23:21.163Z | Compiling uuid v1.10.0 |
1143 | 2024-08-06T22:23:21.608Z | Compiling tokio v1.38.1 |
1144 | 2024-08-06T22:23:22.348Z | Compiling http v0.2.12 |
1145 | 2024-08-06T22:23:22.397Z | Compiling semver v1.0.23 |
1146 | 2024-08-06T22:23:22.618Z | Compiling chrono v0.4.38 |
1147 | 2024-08-06T22:23:23.186Z | Compiling rustc_version v0.4.0 |
1148 | 2024-08-06T22:23:23.797Z | Compiling dof v0.3.0 |
1149 | 2024-08-06T22:23:23.964Z | Compiling heapless v0.7.17 |
1150 | 2024-08-06T22:23:24.417Z | Compiling http-body v0.4.6 |
1151 | 2024-08-06T22:23:24.885Z | Compiling usdt-impl v0.5.0 |
1152 | 2024-08-06T22:23:25.328Z | Compiling serde_tokenstream v0.2.1 |
1153 | 2024-08-06T22:23:25.642Z | Compiling serde_spanned v0.6.7 |
1154 | 2024-08-06T22:23:25.880Z | Compiling toml_datetime v0.6.8 |
1155 | 2024-08-06T22:23:25.898Z | Compiling psl-types v2.0.11 |
1156 | 2024-08-06T22:23:26.032Z | Compiling smoltcp v0.9.1 |
1157 | 2024-08-06T22:23:26.089Z | Compiling publicsuffix v2.2.3 |
1158 | 2024-08-06T22:23:26.436Z | Compiling terminal_size v0.3.0 |
1159 | 2024-08-06T22:23:26.439Z | Compiling addr2line v0.21.0 |
1160 | 2024-08-06T22:23:26.644Z | Compiling postgres-protocol v0.6.7 |
1161 | 2024-08-06T22:23:27.164Z | Compiling pkcs8 v0.10.2 |
1162 | 2024-08-06T22:23:27.327Z | Compiling hubpack_derive v0.1.1 |
1163 | 2024-08-06T22:23:27.442Z | Compiling block-padding v0.3.3 |
1164 | 2024-08-06T22:23:27.703Z | Compiling zerocopy-derive v0.6.6 |
1165 | 2024-08-06T22:23:27.767Z | Compiling async-trait v0.1.81 |
1166 | 2024-08-06T22:23:29.124Z | Compiling phf_shared v0.11.2 |
1167 | 2024-08-06T22:23:29.499Z | Compiling diesel_table_macro_syntax v0.1.0 |
1168 | 2024-08-06T22:23:29.783Z | Compiling tokio-util v0.7.11 |
1169 | 2024-08-06T22:23:29.920Z | Compiling tokio-rustls v0.24.1 |
1170 | 2024-08-06T22:23:29.936Z | Compiling ff v0.13.0 |
1171 | 2024-08-06T22:23:30.042Z | Compiling scheduled-thread-pool v0.2.7 |
1172 | 2024-08-06T22:23:30.161Z | Compiling fs-err v2.11.0 |
1173 | 2024-08-06T22:23:30.176Z | Compiling object v0.32.2 |
1174 | 2024-08-06T22:23:30.293Z | Compiling ipnet v2.9.0 |
1175 | 2024-08-06T22:23:30.462Z | Compiling matches v0.1.10 |
1176 | 2024-08-06T22:23:30.555Z | Compiling winnow v0.5.40 |
1177 | 2024-08-06T22:23:30.620Z | Compiling rustc-demangle v0.1.24 |
1178 | 2024-08-06T22:23:30.642Z | Compiling managed v0.8.0 |
1179 | 2024-08-06T22:23:31.112Z | Compiling h2 v0.3.26 |
1180 | 2024-08-06T22:23:31.508Z | Compiling tokio-native-tls v0.3.1 |
1181 | 2024-08-06T22:23:31.618Z | Compiling anyhow v1.0.86 |
1182 | 2024-08-06T22:23:31.760Z | Compiling either v1.12.0 |
1183 | 2024-08-06T22:23:31.792Z | Compiling bitflags v1.3.2 |
1184 | 2024-08-06T22:23:31.896Z | Compiling base16ct v0.2.0 |
1185 | 2024-08-06T22:23:32.296Z | Compiling base64 v0.21.7 |
1186 | 2024-08-06T22:23:32.304Z | Compiling regex-automata v0.1.10 |
1187 | 2024-08-06T22:23:32.304Z | Compiling bit-vec v0.6.3 |
1188 | 2024-08-06T22:23:32.738Z | Compiling rustls-pemfile v1.0.4 |
1189 | 2024-08-06T22:23:32.797Z | Compiling bstr v0.2.17 |
1190 | 2024-08-06T22:23:33.195Z | Compiling sec1 v0.7.3 |
1191 | 2024-08-06T22:23:33.590Z | Compiling clap_builder v4.5.13 |
1192 | 2024-08-06T22:23:33.741Z | Compiling idna v0.2.3 |
1193 | 2024-08-06T22:23:34.305Z | Compiling toml_edit v0.19.15 |
1194 | 2024-08-06T22:23:34.647Z | Compiling r2d2 v0.8.10 |
1195 | 2024-08-06T22:23:35.030Z | Compiling group v0.13.0 |
1196 | 2024-08-06T22:23:35.356Z | Compiling zerocopy v0.6.6 |
1197 | 2024-08-06T22:23:35.390Z | Compiling diesel_derives v2.1.4 |
1198 | 2024-08-06T22:23:35.393Z | Compiling signal-hook-mio v0.2.3 |
1199 | 2024-08-06T22:23:35.564Z | Compiling phf v0.11.2 |
1200 | 2024-08-06T22:23:35.856Z | Compiling cookie_store v0.20.0 |
1201 | 2024-08-06T22:23:36.204Z | Compiling ipnetwork v0.20.0 |
1202 | 2024-08-06T22:23:37.092Z | Compiling hubpack v0.1.2 |
1203 | 2024-08-06T22:23:37.337Z | Compiling inout v0.1.3 |
1204 | 2024-08-06T22:23:37.575Z | Compiling postgres-types v0.2.7 |
1205 | 2024-08-06T22:23:37.843Z | Compiling usdt-attr-macro v0.5.0 |
1206 | 2024-08-06T22:23:37.979Z | Compiling hyper v0.14.30 |
1207 | 2024-08-06T22:23:39.134Z | Compiling usdt-macro v0.5.0 |
1208 | 2024-08-06T22:23:39.509Z | Compiling regex v1.10.5 |
1209 | 2024-08-06T22:23:40.425Z | Compiling serde_urlencoded v0.7.1 |
1210 | 2024-08-06T22:23:40.604Z | Compiling futures-executor v0.3.30 |
1211 | 2024-08-06T22:23:40.634Z | Compiling enum-as-inner v0.5.1 |
1212 | 2024-08-06T22:23:40.944Z | Compiling hkdf v0.12.4 |
1213 | 2024-08-06T22:23:41.201Z | Compiling crypto-bigint v0.5.5 |
1214 | 2024-08-06T22:23:41.219Z | Compiling serde_repr v0.1.19 |
1215 | 2024-08-06T22:23:41.658Z | Compiling clap_derive v4.5.13 |
1216 | 2024-08-06T22:23:41.682Z | Compiling strum_macros v0.25.3 |
1217 | 2024-08-06T22:23:42.209Z | Compiling num-bigint v0.4.5 |
1218 | 2024-08-06T22:23:42.442Z | Compiling phf_shared v0.10.0 |
1219 | 2024-08-06T22:23:42.901Z | Compiling float-cmp v0.9.0 |
1220 | 2024-08-06T22:23:42.904Z | Compiling encoding_rs v0.8.34 |
1221 | 2024-08-06T22:23:43.130Z | Compiling mime v0.3.17 |
1222 | 2024-08-06T22:23:43.760Z | Compiling normalize-line-endings v0.3.0 |
1223 | 2024-08-06T22:23:43.880Z | Compiling unicode-segmentation v1.11.0 |
1224 | 2024-08-06T22:23:44.732Z | Compiling predicates-core v1.0.6 |
1225 | 2024-08-06T22:23:45.103Z | Compiling hyper-rustls v0.24.2 |
1226 | 2024-08-06T22:23:45.462Z | Compiling hyper-tls v0.5.0 |
1227 | 2024-08-06T22:23:45.821Z | Compiling minimal-lexical v0.2.1 |
1228 | 2024-08-06T22:23:45.872Z | Compiling webpki-roots v0.25.4 |
1229 | 2024-08-06T22:23:46.036Z | Compiling new_debug_unreachable v1.0.6 |
1230 | 2024-08-06T22:23:46.138Z | Compiling precomputed-hash v0.1.1 |
1231 | 2024-08-06T22:23:46.254Z | Compiling fixedbitset v0.4.2 |
1232 | 2024-08-06T22:23:46.358Z | Compiling whoami v1.5.1 |
1233 | 2024-08-06T22:23:46.729Z | Compiling sync_wrapper v0.1.2 |
1234 | 2024-08-06T22:23:46.757Z | Compiling static_assertions v1.1.0 |
1235 | 2024-08-06T22:23:46.862Z | Compiling difflib v0.4.0 |
1236 | 2024-08-06T22:23:46.879Z | Compiling data-encoding v2.6.0 |
1237 | 2024-08-06T22:23:46.995Z | Compiling reqwest v0.11.27 |
1238 | 2024-08-06T22:23:47.199Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1239 | 2024-08-06T22:23:47.361Z | Compiling predicates v3.1.2 |
1240 | 2024-08-06T22:23:47.841Z | Compiling diesel v2.1.6 |
1241 | 2024-08-06T22:23:47.863Z | Compiling trust-dns-proto v0.22.0 |
1242 | 2024-08-06T22:23:48.501Z | Compiling console v0.15.8 |
1243 | 2024-08-06T22:23:49.165Z | Compiling clap v4.5.13 |
1244 | 2024-08-06T22:23:49.297Z | Compiling tokio-postgres v0.7.11 |
1245 | 2024-08-06T22:23:49.355Z | Compiling petgraph v0.6.5 |
1246 | 2024-08-06T22:23:50.022Z | Compiling string_cache v0.8.7 |
1247 | 2024-08-06T22:23:50.521Z | Compiling nom v7.1.3 |
1248 | 2024-08-06T22:23:53.278Z | Compiling toml_edit v0.22.20 |
1249 | 2024-08-06T22:23:53.393Z | Compiling yasna v0.5.2 |
1250 | 2024-08-06T22:23:53.549Z | Compiling similar v2.5.0 |
1251 | 2024-08-06T22:23:54.196Z | Compiling elliptic-curve v0.13.8 |
1252 | 2024-08-06T22:23:54.832Z | Compiling usdt v0.5.0 |
1253 | 2024-08-06T22:23:55.031Z | Compiling futures v0.3.30 |
1254 | 2024-08-06T22:23:55.157Z | Compiling flate2 v1.0.31 |
1255 | 2024-08-06T22:23:55.330Z | Compiling cipher v0.4.4 |
1256 | 2024-08-06T22:23:55.851Z | Compiling toml v0.7.8 |
1257 | 2024-08-06T22:23:56.096Z | Compiling crossterm v0.27.0 |
1258 | 2024-08-06T22:23:56.144Z | Compiling bit-set v0.5.3 |
1259 | 2024-08-06T22:23:56.180Z | Compiling itertools v0.12.1 |
1260 | 2024-08-06T22:23:56.409Z | Compiling itertools v0.10.5 |
1261 | 2024-08-06T22:23:56.944Z | Compiling tokio-stream v0.1.15 |
1262 | 2024-08-06T22:23:57.523Z | Compiling openapiv3 v2.0.0 |
1263 | 2024-08-06T22:23:57.926Z | Compiling bstr v1.9.1 |
1264 | 2024-08-06T22:23:59.225Z | Compiling hex v0.4.3 |
1265 | 2024-08-06T22:23:59.280Z | Compiling crossbeam-epoch v0.9.18 |
1266 | 2024-08-06T22:23:59.738Z | Compiling num-iter v0.1.45 |
1267 | 2024-08-06T22:23:59.842Z | Compiling dirs-sys-next v0.1.2 |
1268 | 2024-08-06T22:23:59.923Z | Compiling unicode-xid v0.2.4 |
1269 | 2024-08-06T22:23:59.939Z | Compiling lalrpop-util v0.19.12 |
1270 | 2024-08-06T22:24:00.068Z | Compiling peg-runtime v0.8.3 |
1271 | 2024-08-06T22:24:00.100Z | Compiling dirs-next v2.0.0 |
1272 | 2024-08-06T22:24:00.296Z | Compiling thread_local v1.1.8 |
1273 | 2024-08-06T22:24:00.316Z | Compiling slog-async v2.8.0 |
1274 | 2024-08-06T22:24:00.530Z | Compiling term v0.7.0 |
1275 | 2024-08-06T22:24:00.725Z | Compiling xattr v1.3.1 |
1276 | 2024-08-06T22:24:00.851Z | Compiling crossbeam-channel v0.5.12 |
1277 | 2024-08-06T22:24:00.938Z | Compiling strum_macros v0.26.4 |
1278 | 2024-08-06T22:24:01.006Z | Compiling filetime v0.2.23 |
1279 | 2024-08-06T22:24:01.325Z | Compiling is-terminal v0.4.12 |
1280 | 2024-08-06T22:24:01.462Z | Compiling take_mut v0.2.2 |
1281 | 2024-08-06T22:24:01.631Z | Compiling slog-term v2.9.1 |
1282 | 2024-08-06T22:24:01.960Z | Compiling tar v0.4.41 |
1283 | 2024-08-06T22:24:01.982Z | Compiling camino v1.1.7 |
1284 | 2024-08-06T22:24:04.005Z | Compiling strum v0.26.3 |
1285 | 2024-08-06T22:24:14.090Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1286 | 2024-08-06T22:24:14.329Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1287 | 2024-08-06T22:24:19.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
1288 | 2024-08-06T22:24:19.275Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1289 | 2024-08-06T22:24:19.587Z | Aug 06 22:24:18.671 INFO Starting download, target: Clickhouse |
1290 | 2024-08-06T22:24:19.587Z | Aug 06 22:24:18.672 INFO Starting download, target: Cockroach |
1291 | 2024-08-06T22:24:19.587Z | Aug 06 22:24:18.672 INFO Starting download, target: Console |
1292 | 2024-08-06T22:24:19.587Z | Aug 06 22:24:18.672 INFO Starting download, target: DendriteOpenapi |
1293 | 2024-08-06T22:24:19.599Z | Aug 06 22:24:18.672 INFO Starting download, target: DendriteStub |
1294 | 2024-08-06T22:24:19.599Z | Aug 06 22:24:18.672 INFO Starting download, target: MaghemiteMgd |
1295 | 2024-08-06T22:24:19.599Z | Aug 06 22:24:18.672 INFO Starting download, target: TransceiverControl |
1296 | 2024-08-06T22:24:19.599Z | Aug 06 22:24:18.672 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1297 | 2024-08-06T22:24:19.599Z | Aug 06 22:24:18.672 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1298 | 2024-08-06T22:24:19.599Z | Aug 06 22:24:18.672 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1299 | 2024-08-06T22:24:19.599Z | Aug 06 22:24:18.672 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1300 | 2024-08-06T22:24:19.599Z | Aug 06 22:24:18.673 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1301 | 2024-08-06T22:24:19.599Z | Aug 06 22:24:18.673 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1302 | 2024-08-06T22:24:19.599Z | Aug 06 22:24:18.673 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1303 | 2024-08-06T22:24:19.676Z | Aug 06 22:24:19.030 INFO Download complete, target: DendriteOpenapi |
1304 | 2024-08-06T22:24:19.846Z | Aug 06 22:24:19.186 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1305 | 2024-08-06T22:24:19.871Z | Aug 06 22:24:19.187 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1306 | 2024-08-06T22:24:20.064Z | Aug 06 22:24:19.418 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1307 | 2024-08-06T22:24:20.173Z | Aug 06 22:24:19.529 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1308 | 2024-08-06T22:24:20.236Z | Aug 06 22:24:19.591 INFO Download complete, target: Console |
1309 | 2024-08-06T22:24:20.642Z | Aug 06 22:24:19.998 INFO Download complete, target: TransceiverControl |
1310 | 2024-08-06T22:24:21.469Z | Aug 06 22:24:20.825 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1311 | 2024-08-06T22:24:21.469Z | Aug 06 22:24:20.825 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1312 | 2024-08-06T22:24:21.585Z | Aug 06 22:24:20.940 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1313 | 2024-08-06T22:24:23.335Z | Aug 06 22:24:22.690 INFO Download complete, target: MaghemiteMgd |
1314 | 2024-08-06T22:24:23.335Z | Aug 06 22:24:22.690 INFO Download complete, target: DendriteStub |
1315 | 2024-08-06T22:24:29.908Z | Aug 06 22:24:29.261 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1316 | 2024-08-06T22:24:30.231Z | Aug 06 22:24:29.578 INFO Checking that binary works, target: Cockroach |
1317 | 2024-08-06T22:24:30.371Z | Aug 06 22:24:29.725 INFO Download complete, target: Cockroach |
1318 | 2024-08-06T22:24:35.973Z | Aug 06 22:24:35.327 INFO Checking that binary works, target: Clickhouse |
1319 | 2024-08-06T22:24:36.373Z | Aug 06 22:24:35.727 INFO Download complete, target: Clickhouse |
1320 | 2024-08-06T22:24:36.380Z | All prerequisites installed successfully |
1321 | 2024-08-06T22:24:36.383Z | |
1322 | 2024-08-06T22:24:36.383Z | real 4:06.507307894 |
1323 | 2024-08-06T22:24:36.383Z | user 11:36.750734835 |
1324 | 2024-08-06T22:24:36.383Z | sys 2:26.106301672 |
1325 | 2024-08-06T22:24:36.383Z | trap 0.414610862 |
1326 | 2024-08-06T22:24:36.383Z | tflt 6.800874956 |
1327 | 2024-08-06T22:24:36.383Z | dflt 5.836914160 |
1328 | 2024-08-06T22:24:36.383Z | kflt 0.159557126 |
1329 | 2024-08-06T22:24:36.383Z | lock 22:34.712736030 |
1330 | 2024-08-06T22:24:36.383Z | slp 45:46.360346498 |
1331 | 2024-08-06T22:24:36.383Z | lat 38.333462433 |
1332 | 2024-08-06T22:24:36.384Z | stop 1:38.293732814 |
1333 | 2024-08-06T22:24:36.384Z | + ptime -m cargo xtask download softnpu |
1334 | 2024-08-06T22:24:36.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1335 | 2024-08-06T22:24:36.917Z | Running `target/debug/xtask download softnpu` |
1336 | 2024-08-06T22:24:37.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1337 | 2024-08-06T22:24:37.688Z | Running `target/debug/xtask-downloader softnpu` |
1338 | 2024-08-06T22:24:37.718Z | Aug 06 22:24:37.072 INFO Starting download, target: Softnpu |
1339 | 2024-08-06T22:24:37.721Z | Aug 06 22:24:37.072 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1340 | 2024-08-06T22:24:38.559Z | Aug 06 22:24:37.913 INFO Download complete, target: Softnpu |
1341 | 2024-08-06T22:24:38.562Z | |
1342 | 2024-08-06T22:24:38.565Z | real 2.175088437 |
1343 | 2024-08-06T22:24:38.565Z | user 1.117499053 |
1344 | 2024-08-06T22:24:38.565Z | sys 0.514448906 |
1345 | 2024-08-06T22:24:38.565Z | trap 0.000387783 |
1346 | 2024-08-06T22:24:38.565Z | tflt 0.000041704 |
1347 | 2024-08-06T22:24:38.565Z | dflt 0.000056384 |
1348 | 2024-08-06T22:24:38.565Z | kflt 0.000000000 |
1349 | 2024-08-06T22:24:38.565Z | lock 8.747109667 |
1350 | 2024-08-06T22:24:38.565Z | slp 0.836456902 |
1351 | 2024-08-06T22:24:38.565Z | lat 0.069976257 |
1352 | 2024-08-06T22:24:38.565Z | stop 0.000373067 |
1353 | 2024-08-06T22:24:38.565Z | + export CARGO_INCREMENTAL=0 |
1354 | 2024-08-06T22:24:38.566Z | + CARGO_INCREMENTAL=0 |
1355 | 2024-08-06T22:24:38.566Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1356 | 2024-08-06T22:24:39.413Z | Compiling proc-macro2 v1.0.86 |
1357 | 2024-08-06T22:24:39.413Z | Compiling unicode-ident v1.0.12 |
1358 | 2024-08-06T22:24:39.416Z | Compiling libc v0.2.155 |
1359 | 2024-08-06T22:24:39.416Z | Compiling serde v1.0.204 |
1360 | 2024-08-06T22:24:39.416Z | Compiling autocfg v1.3.0 |
1361 | 2024-08-06T22:24:39.416Z | Compiling version_check v0.9.5 |
1362 | 2024-08-06T22:24:39.416Z | Compiling cfg-if v1.0.0 |
1363 | 2024-08-06T22:24:39.630Z | Compiling cc v1.0.97 |
1364 | 2024-08-06T22:24:39.659Z | Compiling memchr v2.7.2 |
1365 | 2024-08-06T22:24:40.161Z | Compiling ahash v0.8.11 |
1366 | 2024-08-06T22:24:40.249Z | Compiling lock_api v0.4.12 |
1367 | 2024-08-06T22:24:40.496Z | Compiling parking_lot_core v0.9.10 |
1368 | 2024-08-06T22:24:40.555Z | Compiling serde_json v1.0.122 |
1369 | 2024-08-06T22:24:40.922Z | Compiling once_cell v1.19.0 |
1370 | 2024-08-06T22:24:40.936Z | Compiling libm v0.2.8 |
1371 | 2024-08-06T22:24:41.079Z | Compiling quote v1.0.36 |
1372 | 2024-08-06T22:24:41.292Z | Compiling byteorder v1.5.0 |
1373 | 2024-08-06T22:24:41.336Z | Compiling num-traits v0.2.19 |
1374 | 2024-08-06T22:24:41.658Z | Compiling syn v2.0.72 |
1375 | 2024-08-06T22:24:41.677Z | Compiling getrandom v0.2.14 |
1376 | 2024-08-06T22:24:41.773Z | Compiling scopeguard v1.2.0 |
1377 | 2024-08-06T22:24:41.930Z | Compiling thiserror v1.0.63 |
1378 | 2024-08-06T22:24:41.982Z | Compiling typenum v1.17.0 |
1379 | 2024-08-06T22:24:42.003Z | Compiling log v0.4.21 |
1380 | 2024-08-06T22:24:42.136Z | Compiling itoa v1.0.11 |
1381 | 2024-08-06T22:24:42.357Z | Compiling generic-array v0.14.7 |
1382 | 2024-08-06T22:24:42.620Z | Compiling allocator-api2 v0.2.18 |
1383 | 2024-08-06T22:24:42.666Z | Compiling slab v0.4.9 |
1384 | 2024-08-06T22:24:42.870Z | Compiling ring v0.17.8 |
1385 | 2024-08-06T22:24:42.890Z | Compiling ryu v1.0.18 |
1386 | 2024-08-06T22:24:42.946Z | Compiling pin-project-lite v0.2.14 |
1387 | 2024-08-06T22:24:42.978Z | Compiling semver v1.0.23 |
1388 | 2024-08-06T22:24:43.083Z | Compiling smallvec v1.13.2 |
1389 | 2024-08-06T22:24:43.156Z | Compiling schemars v0.8.21 |
1390 | 2024-08-06T22:24:43.396Z | Compiling equivalent v1.0.1 |
1391 | 2024-08-06T22:24:43.430Z | Compiling spin v0.9.8 |
1392 | 2024-08-06T22:24:43.577Z | Compiling vcpkg v0.2.15 |
1393 | 2024-08-06T22:24:43.592Z | Compiling pkg-config v0.3.30 |
1394 | 2024-08-06T22:24:43.865Z | Compiling signal-hook-registry v1.4.2 |
1395 | 2024-08-06T22:24:44.084Z | Compiling parking_lot v0.12.2 |
1396 | 2024-08-06T22:24:44.289Z | Compiling syn v1.0.109 |
1397 | 2024-08-06T22:24:44.939Z | Compiling mio v0.8.11 |
1398 | 2024-08-06T22:24:45.218Z | Compiling openssl-sys v0.9.103 |
1399 | 2024-08-06T22:24:46.178Z | Compiling rand_core v0.6.4 |
1400 | 2024-08-06T22:24:46.238Z | Compiling num_cpus v1.16.0 |
1401 | 2024-08-06T22:24:46.380Z | Compiling socket2 v0.5.7 |
1402 | 2024-08-06T22:24:46.569Z | Compiling num-conv v0.1.0 |
1403 | 2024-08-06T22:24:46.854Z | Compiling time-core v0.1.2 |
1404 | 2024-08-06T22:24:47.024Z | Compiling time-macros v0.2.18 |
1405 | 2024-08-06T22:24:47.249Z | Compiling heck v0.5.0 |
1406 | 2024-08-06T22:24:47.265Z | Compiling httparse v1.8.0 |
1407 | 2024-08-06T22:24:47.713Z | Compiling futures-core v0.3.30 |
1408 | 2024-08-06T22:24:47.994Z | Compiling rustix v0.38.34 |
1409 | 2024-08-06T22:24:48.142Z | Compiling openssl v0.10.66 |
1410 | 2024-08-06T22:24:48.555Z | Compiling fnv v1.0.7 |
1411 | 2024-08-06T22:24:48.669Z | Compiling crossbeam-utils v0.8.19 |
1412 | 2024-08-06T22:24:48.779Z | Compiling iana-time-zone v0.1.60 |
1413 | 2024-08-06T22:24:49.205Z | Compiling serde_derive_internals v0.29.1 |
1414 | 2024-08-06T22:24:49.208Z | Compiling rustls v0.21.12 |
1415 | 2024-08-06T22:24:49.435Z | Compiling native-tls v0.2.11 |
1416 | 2024-08-06T22:24:49.719Z | Compiling tinyvec_macros v0.1.1 |
1417 | 2024-08-06T22:24:49.807Z | Compiling tinyvec v1.6.0 |
1418 | 2024-08-06T22:24:50.073Z | Compiling futures-sink v0.3.30 |
1419 | 2024-08-06T22:24:50.236Z | Compiling ucd-trie v0.1.6 |
1420 | 2024-08-06T22:24:50.326Z | Compiling subtle v2.5.0 |
1421 | 2024-08-06T22:24:50.681Z | Compiling const-oid v0.9.6 |
1422 | 2024-08-06T22:24:50.908Z | Compiling backtrace v0.3.71 |
1423 | 2024-08-06T22:24:51.244Z | Compiling unicode-normalization v0.1.23 |
1424 | 2024-08-06T22:24:51.360Z | Compiling cookie v0.17.0 |
1425 | 2024-08-06T22:24:51.653Z | Compiling dyn-clone v1.0.17 |
1426 | 2024-08-06T22:24:51.839Z | Compiling unicode-bidi v0.3.15 |
1427 | 2024-08-06T22:24:51.866Z | Compiling slog v2.7.0 |
1428 | 2024-08-06T22:24:52.345Z | Compiling futures-channel v0.3.30 |
1429 | 2024-08-06T22:24:52.660Z | Compiling futures-io v0.3.30 |
1430 | 2024-08-06T22:24:52.720Z | Compiling pin-utils v0.1.0 |
1431 | 2024-08-06T22:24:52.989Z | Compiling futures-task v0.3.30 |
1432 | 2024-08-06T22:24:53.290Z | Compiling aho-corasick v1.1.3 |
1433 | 2024-08-06T22:24:53.325Z | Compiling regex-syntax v0.8.3 |
1434 | 2024-08-06T22:24:53.575Z | Compiling untrusted v0.9.0 |
1435 | 2024-08-06T22:24:53.762Z | Compiling winnow v0.5.40 |
1436 | 2024-08-06T22:24:53.792Z | Compiling anyhow v1.0.86 |
1437 | 2024-08-06T22:24:54.588Z | Compiling serde_derive v1.0.204 |
1438 | 2024-08-06T22:24:55.799Z | Compiling zerocopy-derive v0.7.34 |
1439 | 2024-08-06T22:24:56.556Z | Compiling zeroize_derive v1.4.2 |
1440 | 2024-08-06T22:24:57.588Z | Compiling thiserror-impl v1.0.63 |
1441 | 2024-08-06T22:24:57.774Z | Compiling zerocopy v0.7.34 |
1442 | 2024-08-06T22:24:57.791Z | Compiling tokio-macros v2.3.0 |
1443 | 2024-08-06T22:24:57.965Z | Compiling futures-macro v0.3.30 |
1444 | 2024-08-06T22:24:58.025Z | Compiling schemars_derive v0.8.21 |
1445 | 2024-08-06T22:24:59.246Z | Compiling tracing-attributes v0.1.27 |
1446 | 2024-08-06T22:24:59.761Z | Compiling zeroize v1.7.0 |
1447 | 2024-08-06T22:25:00.055Z | Compiling hashbrown v0.14.5 |
1448 | 2024-08-06T22:25:00.253Z | Compiling openssl-macros v0.1.1 |
1449 | 2024-08-06T22:25:00.960Z | Compiling scroll_derive v0.12.0 |
1450 | 2024-08-06T22:25:00.977Z | Compiling pest v2.7.10 |
1451 | 2024-08-06T22:25:01.435Z | Compiling crypto-common v0.1.6 |
1452 | 2024-08-06T22:25:01.476Z | Compiling futures-util v0.3.30 |
1453 | 2024-08-06T22:25:01.611Z | Compiling der_derive v0.7.2 |
1454 | 2024-08-06T22:25:02.582Z | Compiling block-buffer v0.10.4 |
1455 | 2024-08-06T22:25:03.013Z | Compiling regex-automata v0.4.6 |
1456 | 2024-08-06T22:25:03.884Z | Compiling pest_meta v2.7.10 |
1457 | 2024-08-06T22:25:03.963Z | Compiling tracing-core v0.1.32 |
1458 | 2024-08-06T22:25:06.313Z | Compiling pest_generator v2.7.10 |
1459 | 2024-08-06T22:25:08.008Z | Compiling usdt-impl v0.5.0 |
1460 | 2024-08-06T22:25:08.073Z | Compiling pest_derive v2.7.10 |
1461 | 2024-08-06T22:25:08.193Z | Compiling bytes v1.7.1 |
1462 | 2024-08-06T22:25:08.855Z | Compiling indexmap v2.3.0 |
1463 | 2024-08-06T22:25:09.351Z | Compiling tokio v1.38.1 |
1464 | 2024-08-06T22:25:09.564Z | Compiling bitflags v2.6.0 |
1465 | 2024-08-06T22:25:10.140Z | Compiling uuid v1.10.0 |
1466 | 2024-08-06T22:25:10.393Z | Compiling chrono v0.4.38 |
1467 | 2024-08-06T22:25:11.031Z | Compiling serde_tokenstream v0.2.1 |
1468 | 2024-08-06T22:25:12.172Z | Compiling serde_spanned v0.6.7 |
1469 | 2024-08-06T22:25:12.382Z | Compiling toml_datetime v0.6.8 |
1470 | 2024-08-06T22:25:12.835Z | Compiling http v0.2.12 |
1471 | 2024-08-06T22:25:13.992Z | Compiling toml_edit v0.19.15 |
1472 | 2024-08-06T22:25:15.135Z | Compiling rustc_version v0.4.0 |
1473 | 2024-08-06T22:25:15.161Z | Compiling rustversion v1.0.17 |
1474 | 2024-08-06T22:25:15.749Z | Compiling powerfmt v0.2.0 |
1475 | 2024-08-06T22:25:15.893Z | Compiling heapless v0.7.17 |
1476 | 2024-08-06T22:25:16.259Z | Compiling deranged v0.3.11 |
1477 | 2024-08-06T22:25:16.341Z | Compiling tracing v0.1.40 |
1478 | 2024-08-06T22:25:16.711Z | Compiling digest v0.10.7 |
1479 | 2024-08-06T22:25:17.157Z | Compiling scroll v0.12.0 |
1480 | 2024-08-06T22:25:17.941Z | Compiling heck v0.4.1 |
1481 | 2024-08-06T22:25:18.370Z | Compiling plain v0.2.3 |
1482 | 2024-08-06T22:25:18.591Z | Compiling percent-encoding v2.3.1 |
1483 | 2024-08-06T22:25:18.793Z | Compiling ppv-lite86 v0.2.17 |
1484 | 2024-08-06T22:25:19.060Z | Compiling num_threads v0.1.7 |
1485 | 2024-08-06T22:25:19.191Z | Compiling signal-hook v0.3.17 |
1486 | 2024-08-06T22:25:19.195Z | Compiling time v0.3.36 |
1487 | 2024-08-06T22:25:19.483Z | Compiling goblin v0.8.2 |
1488 | 2024-08-06T22:25:19.554Z | Compiling rand_chacha v0.3.1 |
1489 | 2024-08-06T22:25:20.875Z | Compiling regex v1.10.5 |
1490 | 2024-08-06T22:25:21.930Z | Compiling crc32fast v1.4.0 |
1491 | 2024-08-06T22:25:22.401Z | Compiling pretty-hex v0.4.1 |
1492 | 2024-08-06T22:25:22.618Z | Compiling strsim v0.11.1 |
1493 | 2024-08-06T22:25:23.883Z | Compiling rand v0.8.5 |
1494 | 2024-08-06T22:25:24.369Z | Compiling tokio-util v0.7.11 |
1495 | 2024-08-06T22:25:25.273Z | Compiling dtrace-parser v0.2.0 |
1496 | 2024-08-06T22:25:25.417Z | Compiling dof v0.3.0 |
1497 | 2024-08-06T22:25:26.114Z | Compiling async-trait v0.1.81 |
1498 | 2024-08-06T22:25:26.739Z | Compiling thread-id v4.2.1 |
1499 | 2024-08-06T22:25:26.970Z | Compiling smoltcp v0.9.1 |
1500 | 2024-08-06T22:25:27.020Z | Compiling base64ct v1.6.0 |
1501 | 2024-08-06T22:25:27.249Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1502 | 2024-08-06T22:25:27.527Z | Compiling foreign-types-shared v0.1.1 |
1503 | 2024-08-06T22:25:27.556Z | Compiling unicode-width v0.1.13 |
1504 | 2024-08-06T22:25:27.582Z | Compiling pem-rfc7468 v0.7.0 |
1505 | 2024-08-06T22:25:27.640Z | Compiling foreign-types v0.3.2 |
1506 | 2024-08-06T22:25:29.169Z | Compiling form_urlencoded v1.2.1 |
1507 | 2024-08-06T22:25:29.490Z | Compiling hmac v0.12.1 |
1508 | 2024-08-06T22:25:29.785Z | Compiling errno v0.3.9 |
1509 | 2024-08-06T22:25:29.837Z | Compiling try-lock v0.2.5 |
1510 | 2024-08-06T22:25:30.055Z | Compiling siphasher v0.3.11 |
1511 | 2024-08-06T22:25:30.202Z | Compiling adler v1.0.2 |
1512 | 2024-08-06T22:25:30.205Z | Compiling flagset v0.4.5 |
1513 | 2024-08-06T22:25:30.262Z | Compiling want v0.3.1 |
1514 | 2024-08-06T22:25:30.423Z | Compiling der v0.7.9 |
1515 | 2024-08-06T22:25:30.426Z | Compiling miniz_oxide v0.7.2 |
1516 | 2024-08-06T22:25:32.644Z | Compiling h2 v0.3.26 |
1517 | 2024-08-06T22:25:33.753Z | Compiling rustls-webpki v0.101.7 |
1518 | 2024-08-06T22:25:34.534Z | Compiling sct v0.7.1 |
1519 | 2024-08-06T22:25:34.812Z | Compiling http-body v0.4.6 |
1520 | 2024-08-06T22:25:35.432Z | Compiling openapiv3 v2.0.0 |
1521 | 2024-08-06T22:25:35.497Z | Compiling hubpack_derive v0.1.1 |
1522 | 2024-08-06T22:25:35.881Z | Compiling zerocopy-derive v0.6.6 |
1523 | 2024-08-06T22:25:36.349Z | Compiling idna v0.5.0 |
1524 | 2024-08-06T22:25:36.570Z | Compiling lazy_static v1.5.0 |
1525 | 2024-08-06T22:25:36.770Z | Compiling fs-err v2.11.0 |
1526 | 2024-08-06T22:25:36.923Z | Compiling stable_deref_trait v1.2.0 |
1527 | 2024-08-06T22:25:37.038Z | Compiling httpdate v1.0.3 |
1528 | 2024-08-06T22:25:37.069Z | Compiling openssl-probe v0.1.5 |
1529 | 2024-08-06T22:25:37.690Z | Compiling utf8parse v0.2.1 |
1530 | 2024-08-06T22:25:37.761Z | Compiling tower-service v0.3.2 |
1531 | 2024-08-06T22:25:37.843Z | Compiling finl_unicode v1.2.0 |
1532 | 2024-08-06T22:25:37.908Z | Compiling anstyle v1.0.8 |
1533 | 2024-08-06T22:25:37.987Z | Compiling gimli v0.28.1 |
1534 | 2024-08-06T22:25:38.352Z | Compiling cpufeatures v0.2.12 |
1535 | 2024-08-06T22:25:38.455Z | Compiling sha2 v0.10.8 |
1536 | 2024-08-06T22:25:38.472Z | Compiling stringprep v0.1.4 |
1537 | 2024-08-06T22:25:39.217Z | Compiling anstyle-parse v0.2.4 |
1538 | 2024-08-06T22:25:39.542Z | Compiling url v2.5.2 |
1539 | 2024-08-06T22:25:40.341Z | Compiling hyper v0.14.30 |
1540 | 2024-08-06T22:25:43.182Z | Compiling addr2line v0.21.0 |
1541 | 2024-08-06T22:25:44.040Z | Compiling spki v0.7.3 |
1542 | 2024-08-06T22:25:44.415Z | Compiling usdt-macro v0.5.0 |
1543 | 2024-08-06T22:25:44.740Z | Compiling usdt-attr-macro v0.5.0 |
1544 | 2024-08-06T22:25:45.814Z | Compiling md-5 v0.10.6 |
1545 | 2024-08-06T22:25:49.004Z | Compiling idna v0.3.0 |
1546 | 2024-08-06T22:25:49.670Z | Compiling diesel_table_macro_syntax v0.1.0 |
1547 | 2024-08-06T22:25:49.752Z | Compiling num-integer v0.1.46 |
1548 | 2024-08-06T22:25:50.233Z | Compiling hash32 v0.2.1 |
1549 | 2024-08-06T22:25:50.322Z | Compiling object v0.32.2 |
1550 | 2024-08-06T22:25:50.516Z | Compiling fallible-iterator v0.2.0 |
1551 | 2024-08-06T22:25:50.593Z | Compiling is_terminal_polyfill v1.70.0 |
1552 | 2024-08-06T22:25:52.784Z | Compiling anstyle-query v1.0.3 |
1553 | 2024-08-06T22:25:52.924Z | Compiling psl-types v2.0.11 |
1554 | 2024-08-06T22:25:53.233Z | Compiling rustc-demangle v0.1.24 |
1555 | 2024-08-06T22:25:55.634Z | Compiling base64 v0.22.1 |
1556 | 2024-08-06T22:25:55.728Z | Compiling colorchoice v1.0.1 |
1557 | 2024-08-06T22:25:55.888Z | Compiling anstream v0.6.14 |
1558 | 2024-08-06T22:25:56.341Z | Compiling postgres-protocol v0.6.7 |
1559 | 2024-08-06T22:25:57.474Z | Compiling publicsuffix v2.2.3 |
1560 | 2024-08-06T22:25:59.367Z | Compiling diesel_derives v2.1.4 |
1561 | 2024-08-06T22:26:05.394Z | Compiling tokio-rustls v0.24.1 |
1562 | 2024-08-06T22:26:05.725Z | Compiling pkcs8 v0.10.2 |
1563 | 2024-08-06T22:26:05.793Z | Compiling terminal_size v0.3.0 |
1564 | 2024-08-06T22:26:06.013Z | Compiling tokio-native-tls v0.3.1 |
1565 | 2024-08-06T22:26:06.291Z | Compiling phf_shared v0.11.2 |
1566 | 2024-08-06T22:26:06.781Z | Compiling strum_macros v0.25.3 |
1567 | 2024-08-06T22:26:07.478Z | Compiling enum-as-inner v0.5.1 |
1568 | 2024-08-06T22:26:08.121Z | Compiling regress v0.9.1 |
1569 | 2024-08-06T22:26:08.138Z | Compiling block-padding v0.3.3 |
1570 | 2024-08-06T22:26:08.378Z | Compiling clap_derive v4.5.13 |
1571 | 2024-08-06T22:26:08.439Z | Compiling serde_repr v0.1.19 |
1572 | 2024-08-06T22:26:10.468Z | Compiling ff v0.13.0 |
1573 | 2024-08-06T22:26:10.561Z | Compiling scheduled-thread-pool v0.2.7 |
1574 | 2024-08-06T22:26:11.099Z | Compiling encoding_rs v0.8.34 |
1575 | 2024-08-06T22:26:13.001Z | Compiling clap_lex v0.7.0 |
1576 | 2024-08-06T22:26:13.019Z | Compiling ipnet v2.9.0 |
1577 | 2024-08-06T22:26:13.456Z | Compiling bitflags v1.3.2 |
1578 | 2024-08-06T22:26:13.572Z | Compiling either v1.12.0 |
1579 | 2024-08-06T22:26:13.827Z | Compiling base64 v0.21.7 |
1580 | 2024-08-06T22:26:13.995Z | Compiling regex-automata v0.1.10 |
1581 | 2024-08-06T22:26:14.047Z | Compiling managed v0.8.0 |
1582 | 2024-08-06T22:26:14.486Z | Compiling base16ct v0.2.0 |
1583 | 2024-08-06T22:26:14.501Z | Compiling matches v0.1.10 |
1584 | 2024-08-06T22:26:14.596Z | Compiling bit-vec v0.6.3 |
1585 | 2024-08-06T22:26:15.025Z | Compiling mime v0.3.17 |
1586 | 2024-08-06T22:26:15.639Z | Compiling sec1 v0.7.3 |
1587 | 2024-08-06T22:26:16.110Z | Compiling idna v0.2.3 |
1588 | 2024-08-06T22:26:16.240Z | Compiling bstr v0.2.17 |
1589 | 2024-08-06T22:26:17.128Z | Compiling rustls-pemfile v1.0.4 |
1590 | 2024-08-06T22:26:17.528Z | Compiling clap_builder v4.5.13 |
1591 | 2024-08-06T22:26:17.583Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1592 | 2024-08-06T22:26:17.868Z | Compiling r2d2 v0.8.10 |
1593 | 2024-08-06T22:26:18.219Z | Compiling group v0.13.0 |
1594 | 2024-08-06T22:26:21.668Z | Compiling inout v0.1.3 |
1595 | 2024-08-06T22:26:22.049Z | Compiling phf v0.11.2 |
1596 | 2024-08-06T22:26:22.217Z | Compiling hyper-tls v0.5.0 |
1597 | 2024-08-06T22:26:22.361Z | Compiling hyper-rustls v0.24.2 |
1598 | 2024-08-06T22:26:22.553Z | Compiling signal-hook-mio v0.2.3 |
1599 | 2024-08-06T22:26:22.703Z | Compiling cookie_store v0.20.0 |
1600 | 2024-08-06T22:26:22.984Z | Compiling postgres-types v0.2.7 |
1601 | 2024-08-06T22:26:23.026Z | Compiling num-bigint v0.4.5 |
1602 | 2024-08-06T22:26:24.046Z | Compiling zerocopy v0.6.6 |
1603 | 2024-08-06T22:26:24.476Z | Compiling hubpack v0.1.2 |
1604 | 2024-08-06T22:26:24.678Z | Compiling phf_shared v0.10.0 |
1605 | 2024-08-06T22:26:24.913Z | Compiling hkdf v0.12.4 |
1606 | 2024-08-06T22:26:24.926Z | Compiling serde_urlencoded v0.7.1 |
1607 | 2024-08-06T22:26:25.078Z | Compiling crossbeam-epoch v0.9.18 |
1608 | 2024-08-06T22:26:25.513Z | Compiling ipnetwork v0.20.0 |
1609 | 2024-08-06T22:26:26.225Z | Compiling futures-executor v0.3.30 |
1610 | 2024-08-06T22:26:26.688Z | Compiling crypto-bigint v0.5.5 |
1611 | 2024-08-06T22:26:27.091Z | Compiling float-cmp v0.9.0 |
1612 | 2024-08-06T22:26:27.121Z | Compiling memmap v0.7.0 |
1613 | 2024-08-06T22:26:27.309Z | Compiling unicode-segmentation v1.11.0 |
1614 | 2024-08-06T22:26:27.442Z | Compiling whoami v1.5.1 |
1615 | 2024-08-06T22:26:28.130Z | Compiling normalize-line-endings v0.3.0 |
1616 | 2024-08-06T22:26:28.259Z | Compiling new_debug_unreachable v1.0.6 |
1617 | 2024-08-06T22:26:28.359Z | Compiling predicates-core v1.0.6 |
1618 | 2024-08-06T22:26:28.665Z | Compiling webpki-roots v0.25.4 |
1619 | 2024-08-06T22:26:28.952Z | Compiling difflib v0.4.0 |
1620 | 2024-08-06T22:26:29.444Z | Compiling winnow v0.6.18 |
1621 | 2024-08-06T22:26:30.164Z | Compiling data-encoding v2.6.0 |
1622 | 2024-08-06T22:26:30.248Z | Compiling fixedbitset v0.4.2 |
1623 | 2024-08-06T22:26:30.660Z | Compiling minimal-lexical v0.2.1 |
1624 | 2024-08-06T22:26:30.684Z | Compiling static_assertions v1.1.0 |
1625 | 2024-08-06T22:26:30.780Z | Compiling precomputed-hash v0.1.1 |
1626 | 2024-08-06T22:26:30.920Z | Compiling sync_wrapper v0.1.2 |
1627 | 2024-08-06T22:26:31.055Z | Compiling nom v7.1.3 |
1628 | 2024-08-06T22:26:31.132Z | Compiling reqwest v0.11.27 |
1629 | 2024-08-06T22:26:31.271Z | Compiling trust-dns-proto v0.22.0 |
1630 | 2024-08-06T22:26:31.912Z | Compiling string_cache v0.8.7 |
1631 | 2024-08-06T22:26:32.338Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1632 | 2024-08-06T22:26:32.623Z | Compiling petgraph v0.6.5 |
1633 | 2024-08-06T22:26:33.268Z | Compiling toml_edit v0.22.20 |
1634 | 2024-08-06T22:26:35.509Z | Compiling elliptic-curve v0.13.8 |
1635 | 2024-08-06T22:26:36.263Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1636 | 2024-08-06T22:26:36.370Z | Compiling predicates v3.1.2 |
1637 | 2024-08-06T22:26:36.714Z | Compiling similar v2.5.0 |
1638 | 2024-08-06T22:26:37.874Z | Compiling tokio-postgres v0.7.11 |
1639 | 2024-08-06T22:26:38.569Z | Compiling usdt v0.5.0 |
1640 | 2024-08-06T22:26:39.027Z | Compiling futures v0.3.30 |
1641 | 2024-08-06T22:26:39.150Z | Compiling diesel v2.1.6 |
1642 | 2024-08-06T22:26:39.424Z | Compiling yasna v0.5.2 |
1643 | 2024-08-06T22:26:39.995Z | Compiling crossterm v0.27.0 |
1644 | 2024-08-06T22:26:40.210Z | Compiling flate2 v1.0.31 |
1645 | 2024-08-06T22:26:40.232Z | Compiling cipher v0.4.4 |
1646 | 2024-08-06T22:26:40.532Z | Compiling clap v4.5.13 |
1647 | 2024-08-06T22:26:41.026Z | Compiling itertools v0.10.5 |
1648 | 2024-08-06T22:26:41.149Z | Compiling itertools v0.12.1 |
1649 | 2024-08-06T22:26:41.476Z | Compiling bit-set v0.5.3 |
1650 | 2024-08-06T22:26:42.228Z | Compiling num-iter v0.1.45 |
1651 | 2024-08-06T22:26:42.421Z | Compiling console v0.15.8 |
1652 | 2024-08-06T22:26:43.058Z | Compiling tokio-stream v0.1.15 |
1653 | 2024-08-06T22:26:43.320Z | Compiling toml v0.7.8 |
1654 | 2024-08-06T22:26:43.682Z | Compiling bstr v1.9.1 |
1655 | 2024-08-06T22:26:43.909Z | Compiling hex v0.4.3 |
1656 | 2024-08-06T22:26:44.515Z | Compiling peg-runtime v0.8.3 |
1657 | 2024-08-06T22:26:44.560Z | Compiling lalrpop-util v0.19.12 |
1658 | 2024-08-06T22:26:44.879Z | Compiling unicode-xid v0.2.4 |
1659 | 2024-08-06T22:26:44.989Z | Compiling camino v1.1.7 |
1660 | 2024-08-06T22:26:45.615Z | Compiling proc-macro-crate v1.3.1 |
1661 | 2024-08-06T22:26:46.549Z | Compiling heapless v0.8.0 |
1662 | 2024-08-06T22:26:47.442Z | Compiling num_enum_derive v0.5.11 |
1663 | 2024-08-06T22:26:54.282Z | Compiling hash32 v0.3.1 |
1664 | 2024-08-06T22:26:54.936Z | Compiling ident_case v1.0.1 |
1665 | 2024-08-06T22:26:55.199Z | Compiling smoltcp v0.11.0 |
1666 | 2024-08-06T22:26:55.285Z | Compiling rustls-pki-types v1.7.0 |
1667 | 2024-08-06T22:26:55.850Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1668 | 2024-08-06T22:27:01.275Z | Compiling darling_core v0.20.9 |
1669 | 2024-08-06T22:27:09.362Z | Compiling num_enum v0.5.11 |
1670 | 2024-08-06T22:27:11.315Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1671 | 2024-08-06T22:27:11.501Z | Compiling getopts v0.2.21 |
1672 | 2024-08-06T22:27:13.054Z | Compiling dirs-sys-next v0.1.2 |
1673 | 2024-08-06T22:27:13.244Z | Compiling proc-macro-error-attr v1.0.4 |
1674 | 2024-08-06T22:27:13.565Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1675 | 2024-08-06T22:27:13.907Z | Compiling cobs v0.2.3 |
1676 | 2024-08-06T22:27:13.927Z | Compiling unsafe-libyaml v0.2.11 |
1677 | 2024-08-06T22:27:14.355Z | Compiling rustls v0.22.4 |
1678 | 2024-08-06T22:27:15.351Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1679 | 2024-08-06T22:27:15.658Z | Compiling embedded-io v0.4.0 |
1680 | 2024-08-06T22:27:15.723Z | Compiling paste v1.0.15 |
1681 | 2024-08-06T22:27:15.887Z | Compiling postcard v1.0.8 |
1682 | 2024-08-06T22:27:16.289Z | Compiling serde_yaml v0.9.34+deprecated |
1683 | 2024-08-06T22:27:19.286Z | Compiling dirs-next v2.0.0 |
1684 | 2024-08-06T22:27:21.006Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1685 | 2024-08-06T22:27:22.963Z | Compiling darling_macro v0.20.9 |
1686 | 2024-08-06T22:27:24.080Z | Compiling rustls-webpki v0.102.4 |
1687 | 2024-08-06T22:27:31.127Z | Compiling strum_macros v0.26.4 |
1688 | 2024-08-06T22:27:32.498Z | Compiling structmeta-derive v0.3.0 |
1689 | 2024-08-06T22:27:32.804Z | Compiling foreign-types-macros v0.2.3 |
1690 | 2024-08-06T22:27:33.077Z | Compiling thread_local v1.1.8 |
1691 | 2024-08-06T22:27:33.776Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1692 | 2024-08-06T22:27:34.037Z | Compiling proc-macro-error v1.0.4 |
1693 | 2024-08-06T22:27:34.074Z | Compiling multer v3.1.0 |
1694 | 2024-08-06T22:27:35.673Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1695 | 2024-08-06T22:27:36.261Z | Compiling foreign-types-shared v0.3.1 |
1696 | 2024-08-06T22:27:37.100Z | Compiling slog-async v2.8.0 |
1697 | 2024-08-06T22:27:37.324Z | Compiling match_cfg v0.1.0 |
1698 | 2024-08-06T22:27:37.430Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1699 | 2024-08-06T22:27:37.649Z | Compiling hostname v0.3.1 |
1700 | 2024-08-06T22:27:41.135Z | Compiling foreign-types v0.5.0 |
1701 | 2024-08-06T22:27:41.320Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1702 | 2024-08-06T22:27:42.348Z | Compiling strum v0.26.3 |
1703 | 2024-08-06T22:27:42.546Z | Compiling structmeta v0.3.0 |
1704 | 2024-08-06T22:27:45.760Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1705 | 2024-08-06T22:27:46.575Z | Compiling darling v0.20.9 |
1706 | 2024-08-06T22:27:52.601Z | Compiling term v0.7.0 |
1707 | 2024-08-06T22:27:57.502Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1708 | 2024-08-06T22:28:00.828Z | Compiling slog-json v2.6.1 |
1709 | 2024-08-06T22:28:01.341Z | Compiling tabwriter v1.4.0 |
1710 | 2024-08-06T22:28:01.394Z | Compiling crossbeam-channel v0.5.12 |
1711 | 2024-08-06T22:28:02.507Z | Compiling http v1.1.0 |
1712 | 2024-08-06T22:28:02.648Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1713 | 2024-08-06T22:28:02.980Z | Compiling async-stream-impl v0.3.5 |
1714 | 2024-08-06T22:28:03.110Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1715 | 2024-08-06T22:28:03.292Z | Compiling is-terminal v0.4.12 |
1716 | 2024-08-06T22:28:03.434Z | Compiling cstr-argument v0.1.2 |
1717 | 2024-08-06T22:28:03.452Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1718 | 2024-08-06T22:28:03.680Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1719 | 2024-08-06T22:28:03.764Z | Compiling fastrand v2.1.0 |
1720 | 2024-08-06T22:28:03.946Z | Compiling take_mut v0.2.2 |
1721 | 2024-08-06T22:28:04.124Z | Compiling pretty-hex v0.2.1 |
1722 | 2024-08-06T22:28:04.292Z | Compiling atomic-waker v1.1.2 |
1723 | 2024-08-06T22:28:04.348Z | Compiling crucible-workspace-hack v0.1.0 |
1724 | 2024-08-06T22:28:04.387Z | Compiling rayon-core v1.12.1 |
1725 | 2024-08-06T22:28:04.482Z | Compiling waitgroup v0.1.2 |
1726 | 2024-08-06T22:28:04.660Z | Compiling async-stream v0.3.5 |
1727 | 2024-08-06T22:28:04.721Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1728 | 2024-08-06T22:28:04.993Z | Compiling tempfile v3.10.1 |
1729 | 2024-08-06T22:28:05.755Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1730 | 2024-08-06T22:28:06.700Z | Compiling slog-term v2.9.1 |
1731 | 2024-08-06T22:28:06.821Z | Compiling slog-bunyan v2.5.0 |
1732 | 2024-08-06T22:28:07.096Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1733 | 2024-08-06T22:28:07.324Z | Compiling tokio-rustls v0.25.0 |
1734 | 2024-08-06T22:28:07.432Z | Compiling serde_with_macros v3.8.3 |
1735 | 2024-08-06T22:28:07.812Z | Compiling parse-display-derive v0.9.1 |
1736 | 2024-08-06T22:28:07.816Z | Compiling toml v0.8.19 |
1737 | 2024-08-06T22:28:08.118Z | Compiling rustls-pemfile v2.1.3 |
1738 | 2024-08-06T22:28:08.863Z | Compiling sha1 v0.10.6 |
1739 | 2024-08-06T22:28:09.312Z | Compiling crossbeam-deque v0.8.5 |
1740 | 2024-08-06T22:28:09.667Z | Compiling colored v2.1.0 |
1741 | 2024-08-06T22:28:09.698Z | Compiling newtype-uuid v1.1.0 |
1742 | 2024-08-06T22:28:10.030Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1743 | 2024-08-06T22:28:10.053Z | Compiling serde_path_to_error v0.1.16 |
1744 | 2024-08-06T22:28:10.935Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1745 | 2024-08-06T22:28:11.084Z | Compiling hostname v0.4.0 |
1746 | 2024-08-06T22:28:11.331Z | Compiling socket2 v0.4.10 |
1747 | 2024-08-06T22:28:11.686Z | Compiling instant v0.1.12 |
1748 | 2024-08-06T22:28:11.792Z | Compiling debug-ignore v1.0.5 |
1749 | 2024-08-06T22:28:11.859Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1750 | 2024-08-06T22:28:11.948Z | Compiling parse-display v0.9.1 |
1751 | 2024-08-06T22:28:12.260Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1752 | 2024-08-06T22:28:12.799Z | Compiling backoff v0.4.0 |
1753 | 2024-08-06T22:28:13.776Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1754 | 2024-08-06T22:28:14.000Z | Compiling serde_with v3.8.3 |
1755 | 2024-08-06T22:28:14.647Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1756 | 2024-08-06T22:28:15.262Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1757 | 2024-08-06T22:28:16.683Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1758 | 2024-08-06T22:28:16.857Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1759 | 2024-08-06T22:28:17.596Z | Compiling camino-tempfile v1.1.1 |
1760 | 2024-08-06T22:28:18.352Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1761 | 2024-08-06T22:28:18.440Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1762 | 2024-08-06T22:28:18.632Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1763 | 2024-08-06T22:28:18.795Z | Compiling macaddr v1.0.1 |
1764 | 2024-08-06T22:28:18.868Z | Compiling num-derive v0.4.2 |
1765 | 2024-08-06T22:28:19.433Z | Compiling sigpipe v0.1.3 |
1766 | 2024-08-06T22:28:19.568Z | Compiling libefi-sys v0.1.0 |
1767 | 2024-08-06T22:28:19.878Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1768 | 2024-08-06T22:28:20.247Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1769 | 2024-08-06T22:28:20.821Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1770 | 2024-08-06T22:28:21.179Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1771 | 2024-08-06T22:28:21.939Z | Compiling rayon v1.10.0 |
1772 | 2024-08-06T22:28:22.498Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1773 | 2024-08-06T22:28:22.750Z | Compiling smf v0.2.3 |
1774 | 2024-08-06T22:28:23.624Z | Compiling bitfield-struct v0.6.1 |
1775 | 2024-08-06T22:28:24.201Z | Compiling ring v0.16.20 |
1776 | 2024-08-06T22:28:25.010Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1777 | 2024-08-06T22:28:25.177Z | Compiling blake3 v1.5.1 |
1778 | 2024-08-06T22:28:25.253Z | Compiling portable-atomic v1.6.0 |
1779 | 2024-08-06T22:28:26.125Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1780 | 2024-08-06T22:28:26.433Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1781 | 2024-08-06T22:28:26.648Z | Compiling xattr v1.3.1 |
1782 | 2024-08-06T22:28:26.894Z | Compiling filetime v0.2.23 |
1783 | 2024-08-06T22:28:26.953Z | Compiling memmap2 v0.9.4 |
1784 | 2024-08-06T22:28:27.363Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1785 | 2024-08-06T22:28:27.580Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1786 | 2024-08-06T22:28:27.596Z | Compiling same-file v1.0.6 |
1787 | 2024-08-06T22:28:27.677Z | Compiling constant_time_eq v0.3.0 |
1788 | 2024-08-06T22:28:27.862Z | Compiling untrusted v0.7.1 |
1789 | 2024-08-06T22:28:27.865Z | Compiling arrayvec v0.7.4 |
1790 | 2024-08-06T22:28:28.066Z | Compiling spin v0.5.2 |
1791 | 2024-08-06T22:28:28.336Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1792 | 2024-08-06T22:28:28.351Z | Compiling arrayref v0.3.7 |
1793 | 2024-08-06T22:28:28.461Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1794 | 2024-08-06T22:28:29.981Z | Compiling walkdir v2.5.0 |
1795 | 2024-08-06T22:28:30.923Z | Compiling tar v0.4.41 |
1796 | 2024-08-06T22:28:31.450Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1797 | 2024-08-06T22:28:36.278Z | Compiling gethostname v0.5.0 |
1798 | 2024-08-06T22:28:36.406Z | Compiling cargo-platform v0.1.8 |
1799 | 2024-08-06T22:28:36.406Z | Compiling number_prefix v0.4.0 |
1800 | 2024-08-06T22:28:36.406Z | Compiling topological-sort v0.2.2 |
1801 | 2024-08-06T22:28:36.406Z | Compiling indicatif v0.17.8 |
1802 | 2024-08-06T22:28:36.406Z | Compiling omicron-zone-package v0.11.0 |
1803 | 2024-08-06T22:28:36.407Z | Compiling cargo_metadata v0.18.1 |
1804 | 2024-08-06T22:28:42.529Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1805 | 2024-08-06T22:28:43.416Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1806 | 2024-08-06T22:28:45.084Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1807 | 2024-08-06T22:29:02.866Z | Finished `release` profile [optimized] target(s) in 4m 24s |
1808 | 2024-08-06T22:29:02.997Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1809 | 2024-08-06T22:29:03.035Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1810 | 2024-08-06T22:29:03.038Z | Created new build target 'test' and set it as active |
1811 | 2024-08-06T22:29:03.038Z | |
1812 | 2024-08-06T22:29:03.038Z | real 4:24.441129526 |
1813 | 2024-08-06T22:29:03.038Z | user 30:07.832311823 |
1814 | 2024-08-06T22:29:03.038Z | sys 3:48.409240178 |
1815 | 2024-08-06T22:29:03.038Z | trap 0.879905571 |
1816 | 2024-08-06T22:29:03.038Z | tflt 2.908949377 |
1817 | 2024-08-06T22:29:03.039Z | dflt 0.811672625 |
1818 | 2024-08-06T22:29:03.039Z | kflt 0.016287103 |
1819 | 2024-08-06T22:29:03.039Z | lock 1:06:00.110649058 |
1820 | 2024-08-06T22:29:03.039Z | slp 1:55:07.828257743 |
1821 | 2024-08-06T22:29:03.039Z | lat 2:02.160590098 |
1822 | 2024-08-06T22:29:03.039Z | stop 3:24.175815169 |
1823 | 2024-08-06T22:29:03.039Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1824 | 2024-08-06T22:29:03.967Z | Finished `release` profile [optimized] target(s) in 0.82s |
1825 | 2024-08-06T22:29:04.094Z | Running `target/release/omicron-package -t test package` |
1826 | 2024-08-06T22:29:04.100Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1827 | 2024-08-06T22:29:04.996Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1828 | 2024-08-06T22:29:04.996Z | Compiling camino v1.1.7 |
1829 | 2024-08-06T22:29:04.996Z | Compiling password-hash v0.5.0 |
1830 | 2024-08-06T22:29:04.996Z | Compiling blake2 v0.10.6 |
1831 | 2024-08-06T22:29:05.000Z | Compiling derive-where v1.2.7 |
1832 | 2024-08-06T22:29:05.000Z | Compiling humantime v2.1.0 |
1833 | 2024-08-06T22:29:05.325Z | Compiling newline-converter v0.3.0 |
1834 | 2024-08-06T22:29:05.332Z | Compiling toml v0.8.19 |
1835 | 2024-08-06T22:29:05.332Z | Compiling expectorate v1.1.0 |
1836 | 2024-08-06T22:29:05.332Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1837 | 2024-08-06T22:29:05.479Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1838 | 2024-08-06T22:29:05.738Z | Compiling argon2 v0.5.3 |
1839 | 2024-08-06T22:29:06.014Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1840 | 2024-08-06T22:29:06.057Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1841 | 2024-08-06T22:29:06.395Z | Compiling dirs-sys-next v0.1.2 |
1842 | 2024-08-06T22:29:06.499Z | Compiling prettyplease v0.2.20 |
1843 | 2024-08-06T22:29:06.649Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1844 | 2024-08-06T22:29:06.696Z | Compiling dirs-next v2.0.0 |
1845 | 2024-08-06T22:29:06.747Z | Compiling convert_case v0.4.0 |
1846 | 2024-08-06T22:29:06.881Z | Compiling term v0.7.0 |
1847 | 2024-08-06T22:29:10.540Z | Compiling semver v0.1.20 |
1848 | 2024-08-06T22:29:10.589Z | Compiling is-terminal v0.4.12 |
1849 | 2024-08-06T22:29:10.589Z | Compiling home v0.5.9 |
1850 | 2024-08-06T22:29:10.589Z | Compiling derive_more v0.99.18 |
1851 | 2024-08-06T22:29:10.589Z | Compiling rustc_version v0.1.7 |
1852 | 2024-08-06T22:29:10.589Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1853 | 2024-08-06T22:29:10.589Z | Compiling newtype_derive v0.1.6 |
1854 | 2024-08-06T22:29:10.589Z | Compiling rustls-pki-types v1.7.0 |
1855 | 2024-08-06T22:29:10.589Z | Compiling rustls v0.22.4 |
1856 | 2024-08-06T22:29:10.589Z | Compiling thread_local v1.1.8 |
1857 | 2024-08-06T22:29:10.589Z | Compiling steno v0.4.1 |
1858 | 2024-08-06T22:29:10.589Z | Compiling rustls-webpki v0.102.4 |
1859 | 2024-08-06T22:29:10.590Z | Compiling match_cfg v0.1.0 |
1860 | 2024-08-06T22:29:10.590Z | Compiling linked-hash-map v0.5.6 |
1861 | 2024-08-06T22:29:10.590Z | Compiling lru-cache v0.1.2 |
1862 | 2024-08-06T22:29:10.590Z | Compiling hostname v0.3.1 |
1863 | 2024-08-06T22:29:10.675Z | Compiling multer v3.1.0 |
1864 | 2024-08-06T22:29:10.749Z | Compiling slog-async v2.8.0 |
1865 | 2024-08-06T22:29:10.770Z | Compiling slog-json v2.6.1 |
1866 | 2024-08-06T22:29:10.819Z | Compiling crossbeam-channel v0.5.12 |
1867 | 2024-08-06T22:29:11.144Z | Compiling http v1.1.0 |
1868 | 2024-08-06T22:29:11.816Z | Compiling atomic-waker v1.1.2 |
1869 | 2024-08-06T22:29:11.876Z | Compiling take_mut v0.2.2 |
1870 | 2024-08-06T22:29:12.005Z | Compiling waitgroup v0.1.2 |
1871 | 2024-08-06T22:29:12.208Z | Compiling slog-bunyan v2.5.0 |
1872 | 2024-08-06T22:29:12.417Z | Compiling slog-term v2.9.1 |
1873 | 2024-08-06T22:29:13.432Z | Compiling rustls-pemfile v2.1.3 |
1874 | 2024-08-06T22:29:13.523Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1875 | 2024-08-06T22:29:13.595Z | Compiling async-stream v0.3.5 |
1876 | 2024-08-06T22:29:13.838Z | Compiling sha1 v0.10.6 |
1877 | 2024-08-06T22:29:13.871Z | Compiling newtype-uuid v1.1.0 |
1878 | 2024-08-06T22:29:13.965Z | Compiling serde_path_to_error v0.1.16 |
1879 | 2024-08-06T22:29:14.048Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1880 | 2024-08-06T22:29:14.200Z | Compiling tokio-rustls v0.25.0 |
1881 | 2024-08-06T22:29:14.236Z | Compiling hostname v0.4.0 |
1882 | 2024-08-06T22:29:14.290Z | Compiling instant v0.1.12 |
1883 | 2024-08-06T22:29:14.443Z | Compiling slog-dtrace v0.3.0 |
1884 | 2024-08-06T22:29:14.468Z | Compiling debug-ignore v1.0.5 |
1885 | 2024-08-06T22:29:14.608Z | Compiling backoff v0.4.0 |
1886 | 2024-08-06T22:29:14.624Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1887 | 2024-08-06T22:29:14.832Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1888 | 2024-08-06T22:29:14.945Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1889 | 2024-08-06T22:29:14.947Z | Compiling parse-display v0.9.1 |
1890 | 2024-08-06T22:29:15.124Z | Compiling serde_with v3.8.3 |
1891 | 2024-08-06T22:29:15.489Z | Compiling strum v0.26.3 |
1892 | 2024-08-06T22:29:15.676Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1893 | 2024-08-06T22:29:16.810Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1894 | 2024-08-06T22:29:17.500Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1895 | 2024-08-06T22:29:17.685Z | Compiling num-rational v0.4.2 |
1896 | 2024-08-06T22:29:18.576Z | Compiling num-complex v0.4.6 |
1897 | 2024-08-06T22:29:19.083Z | Compiling macaddr v1.0.1 |
1898 | 2024-08-06T22:29:19.314Z | Compiling swrite v0.1.0 |
1899 | 2024-08-06T22:29:19.670Z | Compiling num v0.4.3 |
1900 | 2024-08-06T22:29:19.980Z | Compiling quick-error v1.2.3 |
1901 | 2024-08-06T22:29:20.140Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1902 | 2024-08-06T22:29:21.035Z | Compiling float-ord v0.3.2 |
1903 | 2024-08-06T22:29:21.212Z | Compiling resolv-conf v0.7.0 |
1904 | 2024-08-06T22:29:22.196Z | Compiling trust-dns-resolver v0.22.0 |
1905 | 2024-08-06T22:29:22.306Z | Compiling rayon-core v1.12.1 |
1906 | 2024-08-06T22:29:22.349Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1907 | 2024-08-06T22:29:22.694Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1908 | 2024-08-06T22:29:22.792Z | Compiling crossbeam-deque v0.8.5 |
1909 | 2024-08-06T22:29:23.164Z | Compiling same-file v1.0.6 |
1910 | 2024-08-06T22:29:23.414Z | Compiling termcolor v1.4.1 |
1911 | 2024-08-06T22:29:24.510Z | Compiling fastrand v2.1.0 |
1912 | 2024-08-06T22:29:25.015Z | Compiling display-error-chain v0.2.0 |
1913 | 2024-08-06T22:29:25.205Z | Compiling tempfile v3.10.1 |
1914 | 2024-08-06T22:29:25.976Z | Compiling walkdir v2.5.0 |
1915 | 2024-08-06T22:29:28.260Z | Compiling half v2.4.1 |
1916 | 2024-08-06T22:29:28.277Z | Compiling utf-8 v0.7.6 |
1917 | 2024-08-06T22:29:28.638Z | Compiling ciborium-io v0.2.2 |
1918 | 2024-08-06T22:29:28.772Z | Compiling ring v0.16.20 |
1919 | 2024-08-06T22:29:29.021Z | Compiling ciborium-ll v0.2.2 |
1920 | 2024-08-06T22:29:29.522Z | Compiling blake3 v1.5.1 |
1921 | 2024-08-06T22:29:29.938Z | Compiling rayon v1.10.0 |
1922 | 2024-08-06T22:29:31.408Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1923 | 2024-08-06T22:29:34.650Z | Compiling xattr v1.3.1 |
1924 | 2024-08-06T22:29:34.879Z | Compiling nibble_vec v0.1.0 |
1925 | 2024-08-06T22:29:34.916Z | Compiling memmap2 v0.9.4 |
1926 | 2024-08-06T22:29:35.128Z | Compiling filetime v0.2.23 |
1927 | 2024-08-06T22:29:35.325Z | Compiling constant_time_eq v0.3.0 |
1928 | 2024-08-06T22:29:35.431Z | Compiling arrayref v0.3.7 |
1929 | 2024-08-06T22:29:35.485Z | Compiling arrayvec v0.7.4 |
1930 | 2024-08-06T22:29:35.543Z | Compiling cancel-safe-futures v0.1.5 |
1931 | 2024-08-06T22:29:35.921Z | Compiling untrusted v0.7.1 |
1932 | 2024-08-06T22:29:35.939Z | Compiling endian-type v0.1.2 |
1933 | 2024-08-06T22:29:36.124Z | Compiling spin v0.5.2 |
1934 | 2024-08-06T22:29:36.185Z | Compiling radix_trie v0.2.1 |
1935 | 2024-08-06T22:29:38.238Z | Compiling tar v0.4.41 |
1936 | 2024-08-06T22:29:39.691Z | Compiling ciborium v0.2.2 |
1937 | 2024-08-06T22:29:40.004Z | Compiling toolchain_find v0.4.0 |
1938 | 2024-08-06T22:29:40.576Z | Compiling camino-tempfile v1.1.1 |
1939 | 2024-08-06T22:29:41.049Z | Compiling topological-sort v0.2.2 |
1940 | 2024-08-06T22:29:41.277Z | Compiling maplit v1.0.2 |
1941 | 2024-08-06T22:29:41.336Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1942 | 2024-08-06T22:29:41.404Z | Compiling glob v0.3.1 |
1943 | 2024-08-06T22:29:41.796Z | Compiling radium v0.7.0 |
1944 | 2024-08-06T22:29:42.206Z | Compiling crunchy v0.2.2 |
1945 | 2024-08-06T22:29:42.282Z | Compiling clang-sys v1.7.0 |
1946 | 2024-08-06T22:29:42.722Z | Compiling omicron-zone-package v0.11.0 |
1947 | 2024-08-06T22:29:42.957Z | Compiling rustfmt-wrapper v0.2.1 |
1948 | 2024-08-06T22:29:43.496Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1949 | 2024-08-06T22:29:43.711Z | Compiling tiny-keccak v2.0.2 |
1950 | 2024-08-06T22:29:44.030Z | Compiling maybe-uninit v2.0.0 |
1951 | 2024-08-06T22:29:44.104Z | Compiling tap v1.0.1 |
1952 | 2024-08-06T22:29:44.300Z | Compiling wyz v0.5.1 |
1953 | 2024-08-06T22:29:44.775Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1954 | 2024-08-06T22:29:45.286Z | Compiling arc-swap v1.7.1 |
1955 | 2024-08-06T22:29:45.302Z | Compiling packed_struct v0.10.1 |
1956 | 2024-08-06T22:29:45.634Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1957 | 2024-08-06T22:29:45.743Z | Compiling num-bigint-dig v0.8.4 |
1958 | 2024-08-06T22:29:46.004Z | Compiling funty v2.0.0 |
1959 | 2024-08-06T22:29:46.128Z | Compiling crc-catalog v2.4.0 |
1960 | 2024-08-06T22:29:46.202Z | Compiling slog-scope v4.4.0 |
1961 | 2024-08-06T22:29:46.293Z | Compiling crc v3.2.1 |
1962 | 2024-08-06T22:29:47.975Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1963 | 2024-08-06T22:29:48.239Z | Compiling bitvec v1.0.1 |
1964 | 2024-08-06T22:29:49.064Z | Compiling ascii-canvas v3.0.0 |
1965 | 2024-08-06T22:29:49.572Z | Compiling packed_struct_codegen v0.10.1 |
1966 | 2024-08-06T22:29:52.099Z | Compiling ena v0.14.3 |
1967 | 2024-08-06T22:29:52.260Z | Compiling indexmap v1.9.3 |
1968 | 2024-08-06T22:29:52.504Z | Compiling libloading v0.8.3 |
1969 | 2024-08-06T22:29:52.606Z | Compiling nodrop v0.1.14 |
1970 | 2024-08-06T22:29:52.727Z | Compiling diff v0.1.13 |
1971 | 2024-08-06T22:29:52.746Z | Compiling bindgen v0.69.4 |
1972 | 2024-08-06T22:29:52.861Z | Compiling regex-syntax v0.6.29 |
1973 | 2024-08-06T22:29:53.241Z | Compiling array-init v0.0.4 |
1974 | 2024-08-06T22:29:58.314Z | Compiling lalrpop v0.19.12 |
1975 | 2024-08-06T22:29:58.841Z | Compiling smallvec v0.6.14 |
1976 | 2024-08-06T22:29:59.385Z | Compiling slog-stdlog v4.1.1 |
1977 | 2024-08-06T22:30:03.157Z | Compiling tungstenite v0.21.0 |
1978 | 2024-08-06T22:30:03.721Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1979 | 2024-08-06T22:30:04.000Z | Compiling which v4.4.2 |
1980 | 2024-08-06T22:30:04.543Z | Compiling pkcs1 v0.7.5 |
1981 | 2024-08-06T22:30:04.830Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1982 | 2024-08-06T22:30:05.069Z | Compiling signature v2.2.0 |
1983 | 2024-08-06T22:30:05.367Z | Compiling cexpr v0.6.0 |
1984 | 2024-08-06T22:30:07.020Z | Compiling libsw v3.3.1 |
1985 | 2024-08-06T22:30:07.371Z | Compiling atty v0.2.14 |
1986 | 2024-08-06T22:30:07.534Z | Compiling bitfield v0.14.0 |
1987 | 2024-08-06T22:30:07.853Z | Compiling rustc-hash v1.1.0 |
1988 | 2024-08-06T22:30:08.017Z | Compiling hashbrown v0.12.3 |
1989 | 2024-08-06T22:30:08.276Z | Compiling lazycell v1.3.0 |
1990 | 2024-08-06T22:30:08.460Z | Compiling shlex v1.3.0 |
1991 | 2024-08-06T22:30:08.476Z | Compiling owo-colors v4.0.0 |
1992 | 2024-08-06T22:30:08.856Z | Compiling linear-map v1.2.0 |
1993 | 2024-08-06T22:30:09.304Z | Compiling ref-cast v1.0.23 |
1994 | 2024-08-06T22:30:09.842Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1995 | 2024-08-06T22:30:10.418Z | Compiling rsa v0.9.6 |
1996 | 2024-08-06T22:30:10.963Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1997 | 2024-08-06T22:30:11.348Z | Compiling tokio-tungstenite v0.21.0 |
1998 | 2024-08-06T22:30:11.969Z | Compiling slog-envlogger v2.2.0 |
1999 | 2024-08-06T22:30:14.465Z | Compiling serde-hex v0.1.0 |
2000 | 2024-08-06T22:30:15.963Z | Compiling bzip2 v0.4.4 |
2001 | 2024-08-06T22:30:16.442Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2002 | 2024-08-06T22:30:16.779Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2003 | 2024-08-06T22:30:18.398Z | Compiling env_logger v0.10.2 |
2004 | 2024-08-06T22:30:19.679Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2005 | 2024-08-06T22:30:19.999Z | Compiling derive_builder_core v0.20.0 |
2006 | 2024-08-06T22:30:21.284Z | Compiling x509-cert v0.2.5 |
2007 | 2024-08-06T22:30:22.217Z | Compiling ron v0.8.1 |
2008 | 2024-08-06T22:30:22.255Z | Compiling headers-core v0.2.0 |
2009 | 2024-08-06T22:30:22.434Z | Compiling hashbrown v0.13.2 |
2010 | 2024-08-06T22:30:23.318Z | Compiling fxhash v0.2.1 |
2011 | 2024-08-06T22:30:23.579Z | Compiling libxml v0.3.3 |
2012 | 2024-08-06T22:30:23.794Z | Compiling ref-cast-impl v1.0.23 |
2013 | 2024-08-06T22:30:23.970Z | Compiling crc-any v2.5.0 |
2014 | 2024-08-06T22:30:24.517Z | Compiling polar-core v0.27.3 |
2015 | 2024-08-06T22:30:24.913Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2016 | 2024-08-06T22:30:25.114Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2017 | 2024-08-06T22:30:26.849Z | Compiling object v0.30.4 |
2018 | 2024-08-06T22:30:28.121Z | Compiling samael v0.0.15 |
2019 | 2024-08-06T22:30:29.698Z | Compiling headers v0.3.9 |
2020 | 2024-08-06T22:30:32.618Z | Compiling derive_builder_macro v0.20.0 |
2021 | 2024-08-06T22:30:33.400Z | Compiling zip v0.6.6 |
2022 | 2024-08-06T22:30:33.475Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2023 | 2024-08-06T22:30:36.007Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2024 | 2024-08-06T22:30:36.317Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2025 | 2024-08-06T22:30:36.459Z | Compiling strum_macros v0.24.3 |
2026 | 2024-08-06T22:30:36.588Z | Compiling async-recursion v1.1.1 |
2027 | 2024-08-06T22:30:37.654Z | Compiling unicase v2.7.0 |
2028 | 2024-08-06T22:30:38.055Z | Compiling cookie v0.18.1 |
2029 | 2024-08-06T22:30:38.072Z | Compiling indoc v1.0.9 |
2030 | 2024-08-06T22:30:38.412Z | Compiling path-slash v0.1.5 |
2031 | 2024-08-06T22:30:38.661Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2032 | 2024-08-06T22:30:39.580Z | Compiling derive_builder v0.20.0 |
2033 | 2024-08-06T22:30:42.044Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2034 | 2024-08-06T22:30:42.345Z | Compiling pem v3.0.4 |
2035 | 2024-08-06T22:30:43.818Z | Compiling impl-trait-for-tuples v0.2.2 |
2036 | 2024-08-06T22:30:44.519Z | Compiling oso-derive v0.27.3 |
2037 | 2024-08-06T22:30:45.468Z | Compiling quick-xml v0.31.0 |
2038 | 2024-08-06T22:30:46.144Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2039 | 2024-08-06T22:30:46.473Z | Compiling parking_lot_core v0.8.6 |
2040 | 2024-08-06T22:30:46.904Z | Compiling cfg_aliases v0.1.1 |
2041 | 2024-08-06T22:30:47.019Z | Compiling nix v0.28.0 |
2042 | 2024-08-06T22:30:50.413Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2043 | 2024-08-06T22:30:50.726Z | Compiling oso v0.27.3 |
2044 | 2024-08-06T22:30:52.146Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2045 | 2024-08-06T22:30:53.765Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2046 | 2024-08-06T22:30:53.953Z | Compiling bb8 v0.8.5 |
2047 | 2024-08-06T22:30:54.091Z | Compiling const_format_proc_macros v0.2.32 |
2048 | 2024-08-06T22:30:54.587Z | Compiling curve25519-dalek v4.1.3 |
2049 | 2024-08-06T22:30:55.043Z | Compiling vte_generate_state_changes v0.1.1 |
2050 | 2024-08-06T22:30:55.675Z | Compiling buf-list v1.0.3 |
2051 | 2024-08-06T22:30:55.912Z | Compiling keccak v0.1.5 |
2052 | 2024-08-06T22:30:56.018Z | Compiling const_format v0.2.32 |
2053 | 2024-08-06T22:30:56.340Z | Compiling sha3 v0.10.8 |
2054 | 2024-08-06T22:30:56.897Z | Compiling vte v0.11.1 |
2055 | 2024-08-06T22:30:57.316Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2056 | 2024-08-06T22:30:58.200Z | Compiling fd-lock v4.0.2 |
2057 | 2024-08-06T22:30:58.352Z | Compiling universal-hash v0.5.1 |
2058 | 2024-08-06T22:30:58.420Z | Compiling secrecy v0.8.0 |
2059 | 2024-08-06T22:30:58.596Z | Compiling thiserror-impl-no-std v2.0.2 |
2060 | 2024-08-06T22:30:58.612Z | Compiling curve25519-dalek-derive v0.1.1 |
2061 | 2024-08-06T22:30:58.699Z | Compiling pin-project-internal v1.1.5 |
2062 | 2024-08-06T22:31:00.051Z | Compiling opaque-debug v0.3.1 |
2063 | 2024-08-06T22:31:00.171Z | Compiling bytecount v0.6.8 |
2064 | 2024-08-06T22:31:00.492Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2065 | 2024-08-06T22:31:00.862Z | Compiling papergrid v0.11.0 |
2066 | 2024-08-06T22:31:01.417Z | Compiling thiserror-no-std v2.0.2 |
2067 | 2024-08-06T22:31:01.443Z | Compiling pin-project v1.1.5 |
2068 | 2024-08-06T22:31:01.548Z | Compiling poly1305 v0.8.0 |
2069 | 2024-08-06T22:31:03.465Z | Compiling parking_lot v0.11.2 |
2070 | 2024-08-06T22:31:05.483Z | Compiling strip-ansi-escapes v0.2.0 |
2071 | 2024-08-06T22:31:08.380Z | Compiling trust-dns-client v0.22.0 |
2072 | 2024-08-06T22:31:08.698Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2073 | 2024-08-06T22:31:09.008Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2074 | 2024-08-06T22:31:09.098Z | Compiling tabled_derive v0.7.0 |
2075 | 2024-08-06T22:31:11.346Z | Compiling chacha20 v0.9.1 |
2076 | 2024-08-06T22:31:11.822Z | Compiling aead v0.5.2 |
2077 | 2024-08-06T22:31:12.169Z | Compiling peg-macros v0.8.4 |
2078 | 2024-08-06T22:31:12.261Z | Compiling kstat-rs v0.2.4 |
2079 | 2024-08-06T22:31:12.714Z | Compiling snafu-derive v0.8.2 |
2080 | 2024-08-06T22:31:13.225Z | Compiling toml v0.5.11 |
2081 | 2024-08-06T22:31:13.842Z | Compiling sqlparser_derive v0.2.2 |
2082 | 2024-08-06T22:31:14.964Z | Compiling nu-ansi-term v0.50.0 |
2083 | 2024-08-06T22:31:15.826Z | Compiling unicode_categories v0.1.1 |
2084 | 2024-08-06T22:31:16.166Z | Compiling sqlformat v0.2.4 |
2085 | 2024-08-06T22:31:16.233Z | Compiling rustyline v14.0.0 |
2086 | 2024-08-06T22:31:17.581Z | Compiling snafu v0.8.2 |
2087 | 2024-08-06T22:31:18.893Z | Compiling peg v0.8.4 |
2088 | 2024-08-06T22:31:19.014Z | Compiling reedline v0.31.0 |
2089 | 2024-08-06T22:31:19.729Z | Compiling trust-dns-server v0.22.1 |
2090 | 2024-08-06T22:31:22.171Z | Compiling sqlparser v0.45.0 |
2091 | 2024-08-06T22:31:26.995Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2092 | 2024-08-06T22:31:28.356Z | Compiling chacha20poly1305 v0.10.1 |
2093 | 2024-08-06T22:31:28.612Z | Compiling tabled v0.15.0 |
2094 | 2024-08-06T22:31:34.709Z | Compiling sled v0.34.7 |
2095 | 2024-08-06T22:31:40.590Z | Compiling vsss-rs v3.3.4 |
2096 | 2024-08-06T22:31:41.767Z | Compiling mime_guess v2.0.4 |
2097 | 2024-08-06T22:31:43.061Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2098 | 2024-08-06T22:31:43.988Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2099 | 2024-08-06T22:31:45.109Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2100 | 2024-08-06T22:31:45.436Z | Compiling env_logger v0.9.3 |
2101 | 2024-08-06T22:31:49.215Z | Compiling tungstenite v0.20.1 |
2102 | 2024-08-06T22:31:49.744Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2103 | 2024-08-06T22:31:54.271Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2104 | 2024-08-06T22:31:56.289Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2105 | 2024-08-06T22:32:04.707Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2106 | 2024-08-06T22:32:06.240Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2107 | 2024-08-06T22:32:07.648Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2108 | 2024-08-06T22:32:08.154Z | Compiling globset v0.4.14 |
2109 | 2024-08-06T22:32:13.729Z | Compiling olpc-cjson v0.1.3 |
2110 | 2024-08-06T22:32:13.942Z | Compiling bcs v0.1.6 |
2111 | 2024-08-06T22:32:14.077Z | Compiling bitstruct_derive v0.1.0 |
2112 | 2024-08-06T22:32:14.842Z | Compiling serde_plain v1.0.2 |
2113 | 2024-08-06T22:32:15.377Z | Compiling nanorand v0.7.0 |
2114 | 2024-08-06T22:32:15.380Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2115 | 2024-08-06T22:32:15.533Z | Compiling memoffset v0.9.1 |
2116 | 2024-08-06T22:32:15.882Z | Compiling highway v1.1.0 |
2117 | 2024-08-06T22:32:16.082Z | Compiling typed-path v0.7.1 |
2118 | 2024-08-06T22:32:17.283Z | Compiling ascii v1.1.0 |
2119 | 2024-08-06T22:32:17.676Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2120 | 2024-08-06T22:32:18.080Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2121 | 2024-08-06T22:32:20.553Z | Compiling tough v0.17.1 |
2122 | 2024-08-06T22:32:22.784Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2123 | 2024-08-06T22:32:26.760Z | Compiling flume v0.11.0 |
2124 | 2024-08-06T22:32:27.538Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2125 | 2024-08-06T22:32:27.838Z | Compiling bitstruct v0.1.1 |
2126 | 2024-08-06T22:32:27.978Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2127 | 2024-08-06T22:32:28.588Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2128 | 2024-08-06T22:32:33.150Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2129 | 2024-08-06T22:32:37.427Z | Compiling tokio-tungstenite v0.20.1 |
2130 | 2024-08-06T22:32:39.975Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2131 | 2024-08-06T22:32:42.681Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2132 | 2024-08-06T22:32:43.869Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2133 | 2024-08-06T22:32:45.820Z | Compiling serde_arrays v0.1.0 |
2134 | 2024-08-06T22:32:46.030Z | Compiling erased-serde v0.3.31 |
2135 | 2024-08-06T22:32:47.772Z | Compiling parse-size v1.0.0 |
2136 | 2024-08-06T22:32:48.086Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2137 | 2024-08-06T22:32:50.598Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2138 | 2024-08-06T22:32:52.076Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2139 | 2024-08-06T22:32:53.157Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2140 | 2024-08-06T22:32:53.222Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2141 | 2024-08-06T22:32:53.546Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2142 | 2024-08-06T22:32:55.543Z | Compiling heck v0.3.3 |
2143 | 2024-08-06T22:32:55.953Z | Compiling rand_seeder v0.3.0 |
2144 | 2024-08-06T22:32:56.121Z | Compiling castaway v0.2.2 |
2145 | 2024-08-06T22:32:56.322Z | Compiling csv-core v0.1.11 |
2146 | 2024-08-06T22:32:56.393Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2147 | 2024-08-06T22:32:56.726Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2148 | 2024-08-06T22:32:57.044Z | Compiling http-range v0.1.5 |
2149 | 2024-08-06T22:32:57.291Z | Compiling hyper-staticfile v0.9.5 |
2150 | 2024-08-06T22:32:57.610Z | Compiling csv v1.3.0 |
2151 | 2024-08-06T22:32:59.762Z | Compiling compact_str v0.7.1 |
2152 | 2024-08-06T22:33:00.269Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2153 | 2024-08-06T22:33:00.497Z | Compiling zone_cfg_derive v0.1.2 |
2154 | 2024-08-06T22:33:01.318Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2155 | 2024-08-06T22:33:01.988Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2156 | 2024-08-06T22:33:02.626Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2157 | 2024-08-06T22:33:08.697Z | Compiling nix v0.27.1 |
2158 | 2024-08-06T22:33:09.658Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2159 | 2024-08-06T22:33:11.732Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2160 | 2024-08-06T22:33:12.082Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2161 | 2024-08-06T22:33:12.413Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2162 | 2024-08-06T22:33:12.742Z | Compiling unicode-truncate v1.0.0 |
2163 | 2024-08-06T22:33:13.034Z | Compiling itertools v0.13.0 |
2164 | 2024-08-06T22:33:15.786Z | Compiling lru v0.12.3 |
2165 | 2024-08-06T22:33:16.178Z | Compiling serde-big-array v0.5.1 |
2166 | 2024-08-06T22:33:16.456Z | Compiling stability v0.2.0 |
2167 | 2024-08-06T22:33:16.916Z | Compiling base64 v0.13.1 |
2168 | 2024-08-06T22:33:17.372Z | Compiling cassowary v0.3.0 |
2169 | 2024-08-06T22:33:17.503Z | Compiling ron v0.7.1 |
2170 | 2024-08-06T22:33:21.111Z | Compiling ratatui v0.27.0 |
2171 | 2024-08-06T22:33:27.104Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2172 | 2024-08-06T22:33:28.379Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2173 | 2024-08-06T22:33:29.096Z | Compiling zone v0.1.8 |
2174 | 2024-08-06T22:33:32.479Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2175 | 2024-08-06T22:33:37.868Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2176 | 2024-08-06T22:33:42.207Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2177 | 2024-08-06T22:33:44.482Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2178 | 2024-08-06T22:33:45.989Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2179 | 2024-08-06T22:33:46.069Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2180 | 2024-08-06T22:33:47.439Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2181 | 2024-08-06T22:33:47.769Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2182 | 2024-08-06T22:33:48.912Z | Compiling signal-hook-tokio v0.3.1 |
2183 | 2024-08-06T22:33:49.141Z | Compiling portpicker v0.1.1 |
2184 | 2024-08-06T22:33:49.586Z | Compiling smawk v0.3.2 |
2185 | 2024-08-06T22:33:49.848Z | Compiling unicode-linebreak v0.1.5 |
2186 | 2024-08-06T22:33:50.430Z | Compiling textwrap v0.16.1 |
2187 | 2024-08-06T22:33:51.558Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2188 | 2024-08-06T22:33:52.727Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2189 | 2024-08-06T22:33:55.290Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2190 | 2024-08-06T22:33:59.356Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2191 | 2024-08-06T22:34:04.213Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2192 | 2024-08-06T22:34:04.545Z | Compiling rcgen v0.12.1 |
2193 | 2024-08-06T22:34:11.352Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2194 | 2024-08-06T22:34:14.395Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2195 | 2024-08-06T22:34:14.951Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2196 | 2024-08-06T22:34:15.271Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2197 | 2024-08-06T22:34:16.857Z | Compiling atomicwrites v0.4.3 |
2198 | 2024-08-06T22:34:17.120Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2199 | 2024-08-06T22:34:17.393Z | Compiling fatfs v0.3.6 |
2200 | 2024-08-06T22:34:20.278Z | Compiling rtoolbox v0.0.2 |
2201 | 2024-08-06T22:34:20.610Z | Compiling subprocess v0.2.9 |
2202 | 2024-08-06T22:34:20.730Z | Compiling is_ci v1.2.0 |
2203 | 2024-08-06T22:34:21.040Z | Compiling assert_matches v1.5.0 |
2204 | 2024-08-06T22:34:21.929Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2205 | 2024-08-06T22:34:25.466Z | Compiling supports-color v3.0.0 |
2206 | 2024-08-06T22:34:26.111Z | Compiling rpassword v7.3.1 |
2207 | 2024-08-06T22:34:26.587Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2208 | 2024-08-06T22:34:26.673Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2209 | 2024-08-06T22:34:29.006Z | Compiling tui-tree-widget v0.21.0 |
2210 | 2024-08-06T22:34:29.194Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2211 | 2024-08-06T22:34:29.447Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2212 | 2024-08-06T22:34:33.281Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2213 | 2024-08-06T22:34:33.624Z | Compiling uzers v0.11.3 |
2214 | 2024-08-06T22:34:33.694Z | Compiling shell-words v1.1.0 |
2215 | 2024-08-06T22:34:34.134Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2216 | 2024-08-06T22:34:36.152Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2217 | 2024-08-06T22:34:36.279Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2218 | 2024-08-06T22:34:50.680Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2219 | 2024-08-06T22:35:00.175Z | Compiling multimap v0.10.0 |
2220 | 2024-08-06T22:36:43.204Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2221 | 2024-08-06T22:36:46.892Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2222 | 2024-08-06T22:43:21.231Z | Finished `release` profile [optimized] target(s) in 14m 17s |
2223 | 2024-08-06T22:44:07.882Z | |
2224 | 2024-08-06T22:44:07.885Z | real 15:04.733765037 |
2225 | 2024-08-06T22:44:07.885Z | user 1:45:08.096116537 |
2226 | 2024-08-06T22:44:07.885Z | sys 5:04.987882196 |
2227 | 2024-08-06T22:44:07.885Z | trap 2.442480882 |
2228 | 2024-08-06T22:44:07.885Z | tflt 2.956591086 |
2229 | 2024-08-06T22:44:07.885Z | dflt 4.301183401 |
2230 | 2024-08-06T22:44:07.885Z | kflt 0.001704559 |
2231 | 2024-08-06T22:44:07.885Z | lock 6:20:28.733499653 |
2232 | 2024-08-06T22:44:07.885Z | slp 5:25:09.706427377 |
2233 | 2024-08-06T22:44:07.885Z | lat 2:38.738410362 |
2234 | 2024-08-06T22:44:07.885Z | stop 2:21.086635707 |
2235 | 2024-08-06T22:44:07.885Z | + mapfile -t packages |
2236 | 2024-08-06T22:44:07.885Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2237 | 2024-08-06T22:44:08.765Z | Finished `release` profile [optimized] target(s) in 0.83s |
2238 | 2024-08-06T22:44:08.811Z | Running `target/release/omicron-package -t test list-outputs` |
2239 | 2024-08-06T22:44:08.852Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2240 | 2024-08-06T22:44:08.855Z | + ptime -m cargo build --locked --release -p xtask |
2241 | 2024-08-06T22:44:09.400Z | Compiling serde v1.0.204 |
2242 | 2024-08-06T22:44:09.403Z | Compiling serde_json v1.0.122 |
2243 | 2024-08-06T22:44:09.403Z | Compiling libc v0.2.155 |
2244 | 2024-08-06T22:44:09.481Z | Compiling syn v2.0.72 |
2245 | 2024-08-06T22:44:09.487Z | Compiling usdt-impl v0.5.0 |
2246 | 2024-08-06T22:44:09.498Z | Compiling syn v1.0.109 |
2247 | 2024-08-06T22:44:09.829Z | Compiling rustix v0.38.34 |
2248 | 2024-08-06T22:44:09.894Z | Compiling hashbrown v0.14.5 |
2249 | 2024-08-06T22:44:09.979Z | Compiling bitflags v2.6.0 |
2250 | 2024-08-06T22:44:09.996Z | Compiling log v0.4.21 |
2251 | 2024-08-06T22:44:10.029Z | Compiling fs-err v2.11.0 |
2252 | 2024-08-06T22:44:10.483Z | Compiling anyhow v1.0.86 |
2253 | 2024-08-06T22:44:10.882Z | Compiling thread-id v4.2.1 |
2254 | 2024-08-06T22:44:11.278Z | Compiling indexmap v2.3.0 |
2255 | 2024-08-06T22:44:11.668Z | Compiling terminal_size v0.3.0 |
2256 | 2024-08-06T22:44:11.878Z | Compiling clap_builder v4.5.13 |
2257 | 2024-08-06T22:44:12.791Z | Compiling proc-macro-error v1.0.4 |
2258 | 2024-08-06T22:44:14.113Z | Compiling tabled_derive v0.7.0 |
2259 | 2024-08-06T22:44:15.492Z | Compiling tabled v0.15.0 |
2260 | 2024-08-06T22:44:18.304Z | Compiling serde_derive v1.0.204 |
2261 | 2024-08-06T22:44:20.741Z | Compiling thiserror-impl v1.0.63 |
2262 | 2024-08-06T22:44:20.855Z | Compiling zerocopy-derive v0.7.34 |
2263 | 2024-08-06T22:44:21.146Z | Compiling scroll_derive v0.12.0 |
2264 | 2024-08-06T22:44:22.556Z | Compiling scroll v0.12.0 |
2265 | 2024-08-06T22:44:22.839Z | Compiling zerocopy v0.7.34 |
2266 | 2024-08-06T22:44:23.207Z | Compiling goblin v0.8.2 |
2267 | 2024-08-06T22:44:23.552Z | Compiling thiserror v1.0.63 |
2268 | 2024-08-06T22:44:23.709Z | Compiling pest v2.7.10 |
2269 | 2024-08-06T22:44:24.578Z | Compiling clap_derive v4.5.13 |
2270 | 2024-08-06T22:44:26.767Z | Compiling pest_meta v2.7.10 |
2271 | 2024-08-06T22:44:28.527Z | Compiling pest_generator v2.7.10 |
2272 | 2024-08-06T22:44:30.324Z | Compiling clap v4.5.13 |
2273 | 2024-08-06T22:44:30.756Z | Compiling pest_derive v2.7.10 |
2274 | 2024-08-06T22:44:31.574Z | Compiling dtrace-parser v0.2.0 |
2275 | 2024-08-06T22:44:33.367Z | Compiling serde_spanned v0.6.7 |
2276 | 2024-08-06T22:44:33.630Z | Compiling toml_datetime v0.6.8 |
2277 | 2024-08-06T22:44:34.181Z | Compiling toml_edit v0.22.20 |
2278 | 2024-08-06T22:44:35.944Z | Compiling serde_tokenstream v0.2.1 |
2279 | 2024-08-06T22:44:36.506Z | Compiling dof v0.3.0 |
2280 | 2024-08-06T22:44:38.269Z | Compiling toml v0.8.19 |
2281 | 2024-08-06T22:44:38.991Z | Compiling semver v1.0.23 |
2282 | 2024-08-06T22:44:39.069Z | Compiling cargo-platform v0.1.8 |
2283 | 2024-08-06T22:44:40.195Z | Compiling camino v1.1.7 |
2284 | 2024-08-06T22:44:40.216Z | Compiling usdt-macro v0.5.0 |
2285 | 2024-08-06T22:44:40.483Z | Compiling usdt-attr-macro v0.5.0 |
2286 | 2024-08-06T22:44:41.440Z | Compiling cargo_metadata v0.18.1 |
2287 | 2024-08-06T22:44:41.599Z | Compiling cargo_toml v0.20.4 |
2288 | 2024-08-06T22:44:41.857Z | Compiling usdt v0.5.0 |
2289 | 2024-08-06T22:44:42.236Z | Compiling macaddr v1.0.1 |
2290 | 2024-08-06T22:44:53.387Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2291 | 2024-08-06T22:45:04.342Z | Finished `release` profile [optimized] target(s) in 55.43s |
2292 | 2024-08-06T22:45:04.437Z | |
2293 | 2024-08-06T22:45:04.437Z | real 55.555912525 |
2294 | 2024-08-06T22:45:04.437Z | user 5:35.598357396 |
2295 | 2024-08-06T22:45:04.438Z | sys 31.992340501 |
2296 | 2024-08-06T22:45:04.438Z | trap 0.149322164 |
2297 | 2024-08-06T22:45:04.438Z | tflt 0.308862135 |
2298 | 2024-08-06T22:45:04.438Z | dflt 0.528739485 |
2299 | 2024-08-06T22:45:04.438Z | kflt 0.009014217 |
2300 | 2024-08-06T22:45:04.441Z | lock 9:57.025808231 |
2301 | 2024-08-06T22:45:04.441Z | slp 14:41.212600795 |
2302 | 2024-08-06T22:45:04.441Z | lat 11.328606980 |
2303 | 2024-08-06T22:45:04.441Z | stop 14.722791739 |
2304 | 2024-08-06T22:45:04.441Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2305 | 2024-08-06T22:45:04.441Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2306 | 2024-08-06T22:45:04.441Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2307 | 2024-08-06T22:45:04.441Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2308 | 2024-08-06T22:45:04.441Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2309 | 2024-08-06T22:45:04.969Z | Downloading crates ... |
2310 | 2024-08-06T22:45:05.192Z | Downloaded dhcproto-macros v0.1.0 |
2311 | 2024-08-06T22:45:05.196Z | Downloaded option-ext v0.2.0 |
2312 | 2024-08-06T22:45:05.200Z | Downloaded getrandom v0.1.16 |
2313 | 2024-08-06T22:45:05.205Z | Downloaded russh-cryptovec v0.7.2 |
2314 | 2024-08-06T22:45:05.208Z | Downloaded md5 v0.7.0 |
2315 | 2024-08-06T22:45:05.208Z | Downloaded ctr v0.9.2 |
2316 | 2024-08-06T22:45:05.212Z | Downloaded polyval v0.6.2 |
2317 | 2024-08-06T22:45:05.216Z | Downloaded dirs-sys v0.4.1 |
2318 | 2024-08-06T22:45:05.216Z | Downloaded pbkdf2 v0.11.0 |
2319 | 2024-08-06T22:45:05.220Z | Downloaded internet-checksum v0.2.1 |
2320 | 2024-08-06T22:45:05.221Z | Downloaded hex-literal v0.4.1 |
2321 | 2024-08-06T22:45:05.221Z | Downloaded ed25519 v2.2.3 |
2322 | 2024-08-06T22:45:05.225Z | Downloaded rand_core v0.5.1 |
2323 | 2024-08-06T22:45:05.225Z | Downloaded rand_chacha v0.2.2 |
2324 | 2024-08-06T22:45:05.225Z | Downloaded rfc6979 v0.4.0 |
2325 | 2024-08-06T22:45:05.225Z | Downloaded cbc v0.1.2 |
2326 | 2024-08-06T22:45:05.230Z | Downloaded blowfish v0.9.1 |
2327 | 2024-08-06T22:45:05.230Z | Downloaded pbkdf2 v0.12.2 |
2328 | 2024-08-06T22:45:05.230Z | Downloaded russh-keys v0.43.0 |
2329 | 2024-08-06T22:45:05.230Z | Downloaded bcrypt-pbkdf v0.10.0 |
2330 | 2024-08-06T22:45:05.235Z | Downloaded primeorder v0.13.6 |
2331 | 2024-08-06T22:45:05.235Z | Downloaded password-hash v0.4.2 |
2332 | 2024-08-06T22:45:05.235Z | Downloaded ecdsa v0.16.9 |
2333 | 2024-08-06T22:45:05.239Z | Downloaded ghash v0.5.1 |
2334 | 2024-08-06T22:45:05.239Z | Downloaded dirs v5.0.1 |
2335 | 2024-08-06T22:45:05.243Z | Downloaded p256 v0.13.2 |
2336 | 2024-08-06T22:45:05.248Z | Downloaded dhcproto v0.11.0 |
2337 | 2024-08-06T22:45:05.252Z | Downloaded aes v0.8.4 |
2338 | 2024-08-06T22:45:05.257Z | Downloaded ed25519-dalek v2.1.1 |
2339 | 2024-08-06T22:45:05.270Z | Downloaded russh v0.43.0 |
2340 | 2024-08-06T22:45:05.271Z | Downloaded rand v0.7.3 |
2341 | 2024-08-06T22:45:05.277Z | Downloaded p521 v0.13.3 |
2342 | 2024-08-06T22:45:05.277Z | Downloaded aes-gcm v0.10.3 |
2343 | 2024-08-06T22:45:05.398Z | Compiling regress v0.9.1 |
2344 | 2024-08-06T22:45:05.507Z | Compiling getopts v0.2.21 |
2345 | 2024-08-06T22:45:05.518Z | Compiling unsafe-libyaml v0.2.11 |
2346 | 2024-08-06T22:45:05.518Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2347 | 2024-08-06T22:45:05.518Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2348 | 2024-08-06T22:45:05.519Z | Compiling sha1 v0.10.6 |
2349 | 2024-08-06T22:45:05.519Z | Compiling http v1.1.0 |
2350 | 2024-08-06T22:45:05.519Z | Compiling match_cfg v0.1.0 |
2351 | 2024-08-06T22:45:05.632Z | Compiling hostname v0.3.1 |
2352 | 2024-08-06T22:45:05.886Z | Compiling toml v0.8.19 |
2353 | 2024-08-06T22:45:05.974Z | Compiling rustls-pki-types v1.7.0 |
2354 | 2024-08-06T22:45:05.992Z | Compiling ident_case v1.0.1 |
2355 | 2024-08-06T22:45:06.018Z | Compiling paste v1.0.15 |
2356 | 2024-08-06T22:45:06.194Z | Compiling rustls v0.22.4 |
2357 | 2024-08-06T22:45:06.523Z | Compiling rustls-webpki v0.102.4 |
2358 | 2024-08-06T22:45:06.542Z | Compiling darling_core v0.20.9 |
2359 | 2024-08-06T22:45:06.684Z | Compiling multer v3.1.0 |
2360 | 2024-08-06T22:45:06.896Z | Compiling serde_yaml v0.9.34+deprecated |
2361 | 2024-08-06T22:45:07.674Z | Compiling slog-json v2.6.1 |
2362 | 2024-08-06T22:45:08.044Z | Compiling async-stream-impl v0.3.5 |
2363 | 2024-08-06T22:45:08.062Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2364 | 2024-08-06T22:45:08.368Z | Compiling instant v0.1.12 |
2365 | 2024-08-06T22:45:08.385Z | Compiling debug-ignore v1.0.5 |
2366 | 2024-08-06T22:45:08.526Z | Compiling atomic-waker v1.1.2 |
2367 | 2024-08-06T22:45:08.613Z | Compiling slog-bunyan v2.5.0 |
2368 | 2024-08-06T22:45:08.674Z | Compiling waitgroup v0.1.2 |
2369 | 2024-08-06T22:45:08.830Z | Compiling rustls-pemfile v2.1.3 |
2370 | 2024-08-06T22:45:08.915Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2371 | 2024-08-06T22:45:09.308Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2372 | 2024-08-06T22:45:09.450Z | Compiling async-stream v0.3.5 |
2373 | 2024-08-06T22:45:09.781Z | Compiling serde_path_to_error v0.1.16 |
2374 | 2024-08-06T22:45:09.785Z | Compiling hostname v0.4.0 |
2375 | 2024-08-06T22:45:10.061Z | Compiling structmeta-derive v0.3.0 |
2376 | 2024-08-06T22:45:10.574Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2377 | 2024-08-06T22:45:10.696Z | Compiling proc-macro-crate v1.3.1 |
2378 | 2024-08-06T22:45:11.175Z | Compiling newtype-uuid v1.1.0 |
2379 | 2024-08-06T22:45:11.367Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2380 | 2024-08-06T22:45:11.497Z | Compiling fastrand v2.1.0 |
2381 | 2024-08-06T22:45:11.809Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2382 | 2024-08-06T22:45:12.077Z | Compiling tokio-rustls v0.25.0 |
2383 | 2024-08-06T22:45:12.160Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2384 | 2024-08-06T22:45:12.206Z | Compiling tempfile v3.10.1 |
2385 | 2024-08-06T22:45:12.349Z | Compiling num_enum_derive v0.5.11 |
2386 | 2024-08-06T22:45:12.487Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2387 | 2024-08-06T22:45:12.842Z | Compiling backoff v0.4.0 |
2388 | 2024-08-06T22:45:13.074Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2389 | 2024-08-06T22:45:13.190Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2390 | 2024-08-06T22:45:13.206Z | Compiling structmeta v0.3.0 |
2391 | 2024-08-06T22:45:13.350Z | Compiling macaddr v1.0.1 |
2392 | 2024-08-06T22:45:13.633Z | Compiling parse-display-derive v0.9.1 |
2393 | 2024-08-06T22:45:13.667Z | Compiling darling_macro v0.20.9 |
2394 | 2024-08-06T22:45:13.814Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2395 | 2024-08-06T22:45:13.838Z | Compiling foreign-types-macros v0.2.3 |
2396 | 2024-08-06T22:45:14.147Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2397 | 2024-08-06T22:45:14.443Z | Compiling foreign-types-shared v0.3.1 |
2398 | 2024-08-06T22:45:14.574Z | Compiling heapless v0.8.0 |
2399 | 2024-08-06T22:45:14.625Z | Compiling darling v0.20.9 |
2400 | 2024-08-06T22:45:14.748Z | Compiling serde_with_macros v3.8.3 |
2401 | 2024-08-06T22:45:14.993Z | Compiling num_enum v0.5.11 |
2402 | 2024-08-06T22:45:15.156Z | Compiling foreign-types v0.5.0 |
2403 | 2024-08-06T22:45:15.301Z | Compiling proc-macro-error v1.0.4 |
2404 | 2024-08-06T22:45:15.506Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2405 | 2024-08-06T22:45:15.543Z | Compiling hash32 v0.3.1 |
2406 | 2024-08-06T22:45:15.846Z | Compiling cstr-argument v0.1.2 |
2407 | 2024-08-06T22:45:16.038Z | Compiling pretty-hex v0.2.1 |
2408 | 2024-08-06T22:45:16.147Z | Compiling smoltcp v0.11.0 |
2409 | 2024-08-06T22:45:16.253Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2410 | 2024-08-06T22:45:16.536Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2411 | 2024-08-06T22:45:16.917Z | Compiling camino-tempfile v1.1.1 |
2412 | 2024-08-06T22:45:17.177Z | Compiling tabwriter v1.4.0 |
2413 | 2024-08-06T22:45:17.387Z | Compiling colored v2.1.0 |
2414 | 2024-08-06T22:45:17.679Z | Compiling socket2 v0.4.10 |
2415 | 2024-08-06T22:45:17.683Z | Compiling cobs v0.2.3 |
2416 | 2024-08-06T22:45:17.781Z | Compiling embedded-io v0.4.0 |
2417 | 2024-08-06T22:45:17.831Z | Compiling serde_with v3.8.3 |
2418 | 2024-08-06T22:45:17.990Z | Compiling postcard v1.0.8 |
2419 | 2024-08-06T22:45:18.171Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2420 | 2024-08-06T22:45:18.417Z | Compiling parse-display v0.9.1 |
2421 | 2024-08-06T22:45:18.476Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2422 | 2024-08-06T22:45:18.583Z | Compiling crucible-workspace-hack v0.1.0 |
2423 | 2024-08-06T22:45:18.723Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2424 | 2024-08-06T22:45:18.818Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2425 | 2024-08-06T22:45:19.010Z | Compiling smf v0.2.3 |
2426 | 2024-08-06T22:45:19.069Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2427 | 2024-08-06T22:45:19.431Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2428 | 2024-08-06T22:45:19.663Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2429 | 2024-08-06T22:45:20.162Z | Compiling num-derive v0.4.2 |
2430 | 2024-08-06T22:45:20.488Z | Compiling sigpipe v0.1.3 |
2431 | 2024-08-06T22:45:20.620Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2432 | 2024-08-06T22:45:20.961Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2433 | 2024-08-06T22:45:20.986Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2434 | 2024-08-06T22:45:21.822Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2435 | 2024-08-06T22:45:22.157Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2436 | 2024-08-06T22:45:22.221Z | Compiling humantime v2.1.0 |
2437 | 2024-08-06T22:45:22.616Z | Compiling curve25519-dalek v4.1.3 |
2438 | 2024-08-06T22:45:22.637Z | Compiling password-hash v0.5.0 |
2439 | 2024-08-06T22:45:22.654Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2440 | 2024-08-06T22:45:22.744Z | Compiling blake2 v0.10.6 |
2441 | 2024-08-06T22:45:22.847Z | Compiling universal-hash v0.5.1 |
2442 | 2024-08-06T22:45:23.008Z | Compiling semver v0.1.20 |
2443 | 2024-08-06T22:45:23.047Z | Compiling opaque-debug v0.3.1 |
2444 | 2024-08-06T22:45:23.153Z | Compiling utf-8 v0.7.6 |
2445 | 2024-08-06T22:45:23.494Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2446 | 2024-08-06T22:45:23.497Z | Compiling rustc_version v0.1.7 |
2447 | 2024-08-06T22:45:23.618Z | Compiling argon2 v0.5.3 |
2448 | 2024-08-06T22:45:23.710Z | Compiling newline-converter v0.3.0 |
2449 | 2024-08-06T22:45:23.724Z | Compiling curve25519-dalek-derive v0.1.1 |
2450 | 2024-08-06T22:45:23.877Z | Compiling atty v0.2.14 |
2451 | 2024-08-06T22:45:23.903Z | Compiling same-file v1.0.6 |
2452 | 2024-08-06T22:45:24.023Z | Compiling rayon-core v1.12.1 |
2453 | 2024-08-06T22:45:24.026Z | Compiling convert_case v0.4.0 |
2454 | 2024-08-06T22:45:24.211Z | Compiling walkdir v2.5.0 |
2455 | 2024-08-06T22:45:24.237Z | Compiling newtype_derive v0.1.6 |
2456 | 2024-08-06T22:45:24.367Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2457 | 2024-08-06T22:45:24.549Z | Compiling expectorate v1.1.0 |
2458 | 2024-08-06T22:45:24.736Z | Compiling crossbeam-deque v0.8.5 |
2459 | 2024-08-06T22:45:24.805Z | Compiling prettyplease v0.2.20 |
2460 | 2024-08-06T22:45:24.967Z | Compiling libefi-sys v0.1.0 |
2461 | 2024-08-06T22:45:25.033Z | Compiling derive_more v0.99.18 |
2462 | 2024-08-06T22:45:25.211Z | Compiling num-rational v0.4.2 |
2463 | 2024-08-06T22:45:25.287Z | Compiling signature v2.2.0 |
2464 | 2024-08-06T22:45:25.596Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2465 | 2024-08-06T22:45:25.741Z | Compiling num-complex v0.4.6 |
2466 | 2024-08-06T22:45:26.493Z | Compiling aead v0.5.2 |
2467 | 2024-08-06T22:45:26.862Z | Compiling bitfield-struct v0.6.1 |
2468 | 2024-08-06T22:45:26.885Z | Compiling blake3 v1.5.1 |
2469 | 2024-08-06T22:45:26.967Z | Compiling derive-where v1.2.7 |
2470 | 2024-08-06T22:45:27.042Z | Compiling ring v0.16.20 |
2471 | 2024-08-06T22:45:27.099Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2472 | 2024-08-06T22:45:27.480Z | Compiling unicase v2.7.0 |
2473 | 2024-08-06T22:45:27.494Z | Compiling termcolor v1.4.1 |
2474 | 2024-08-06T22:45:27.797Z | Compiling quick-error v1.2.3 |
2475 | 2024-08-06T22:45:27.958Z | Compiling arc-swap v1.7.1 |
2476 | 2024-08-06T22:45:28.003Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2477 | 2024-08-06T22:45:28.195Z | Compiling linked-hash-map v0.5.6 |
2478 | 2024-08-06T22:45:28.305Z | Compiling keccak v0.1.5 |
2479 | 2024-08-06T22:45:28.433Z | Compiling getrandom v0.1.16 |
2480 | 2024-08-06T22:45:28.579Z | Compiling lru-cache v0.1.2 |
2481 | 2024-08-06T22:45:28.596Z | Compiling slog-scope v4.4.0 |
2482 | 2024-08-06T22:45:28.786Z | Compiling sha3 v0.10.8 |
2483 | 2024-08-06T22:45:29.143Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2484 | 2024-08-06T22:45:29.351Z | Compiling env_logger v0.9.3 |
2485 | 2024-08-06T22:45:29.858Z | Compiling resolv-conf v0.7.0 |
2486 | 2024-08-06T22:45:34.158Z | Compiling num v0.4.3 |
2487 | 2024-08-06T22:45:34.180Z | Compiling rayon v1.10.0 |
2488 | 2024-08-06T22:45:34.180Z | Compiling tungstenite v0.21.0 |
2489 | 2024-08-06T22:45:34.180Z | Compiling poly1305 v0.8.0 |
2490 | 2024-08-06T22:45:34.180Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2491 | 2024-08-06T22:45:34.191Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2492 | 2024-08-06T22:45:34.191Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2493 | 2024-08-06T22:45:34.191Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2494 | 2024-08-06T22:45:34.191Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2495 | 2024-08-06T22:45:34.191Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2496 | 2024-08-06T22:45:34.191Z | Compiling chacha20 v0.9.1 |
2497 | 2024-08-06T22:45:34.191Z | Compiling thiserror-impl-no-std v2.0.2 |
2498 | 2024-08-06T22:45:34.191Z | Compiling bitstruct_derive v0.1.0 |
2499 | 2024-08-06T22:45:34.191Z | Compiling secrecy v0.8.0 |
2500 | 2024-08-06T22:45:34.191Z | Compiling memmap2 v0.9.4 |
2501 | 2024-08-06T22:45:34.191Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2502 | 2024-08-06T22:45:34.191Z | Compiling half v2.4.1 |
2503 | 2024-08-06T22:45:34.191Z | Compiling ascii v1.1.0 |
2504 | 2024-08-06T22:45:34.191Z | Compiling parking_lot_core v0.8.6 |
2505 | 2024-08-06T22:45:34.191Z | Compiling float-ord v0.3.2 |
2506 | 2024-08-06T22:45:34.191Z | Compiling untrusted v0.7.1 |
2507 | 2024-08-06T22:45:34.353Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2508 | 2024-08-06T22:45:34.423Z | Compiling constant_time_eq v0.3.0 |
2509 | 2024-08-06T22:45:34.449Z | Compiling spin v0.5.2 |
2510 | 2024-08-06T22:45:34.477Z | Compiling arrayvec v0.7.4 |
2511 | 2024-08-06T22:45:34.496Z | Compiling arrayref v0.3.7 |
2512 | 2024-08-06T22:45:34.603Z | Compiling home v0.5.9 |
2513 | 2024-08-06T22:45:34.621Z | Compiling ciborium-io v0.2.2 |
2514 | 2024-08-06T22:45:34.747Z | Compiling ciborium-ll v0.2.2 |
2515 | 2024-08-06T22:45:34.860Z | Compiling toolchain_find v0.4.0 |
2516 | 2024-08-06T22:45:34.877Z | Compiling bitstruct v0.1.1 |
2517 | 2024-08-06T22:45:34.920Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2518 | 2024-08-06T22:45:34.993Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2519 | 2024-08-06T22:45:35.535Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2520 | 2024-08-06T22:45:35.652Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2521 | 2024-08-06T22:45:35.909Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2522 | 2024-08-06T22:45:36.141Z | Compiling tokio-tungstenite v0.21.0 |
2523 | 2024-08-06T22:45:36.238Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2524 | 2024-08-06T22:45:36.406Z | Compiling steno v0.4.1 |
2525 | 2024-08-06T22:45:36.444Z | Compiling trust-dns-resolver v0.22.0 |
2526 | 2024-08-06T22:45:36.475Z | Compiling thiserror-no-std v2.0.2 |
2527 | 2024-08-06T22:45:36.623Z | Compiling slog-stdlog v4.1.1 |
2528 | 2024-08-06T22:45:36.707Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2529 | 2024-08-06T22:45:36.974Z | Compiling rfc6979 v0.4.0 |
2530 | 2024-08-06T22:45:37.020Z | Compiling gethostname v0.5.0 |
2531 | 2024-08-06T22:45:37.151Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2532 | 2024-08-06T22:45:37.177Z | Compiling erased-serde v0.3.31 |
2533 | 2024-08-06T22:45:37.249Z | Compiling serde_arrays v0.1.0 |
2534 | 2024-08-06T22:45:37.423Z | Compiling nibble_vec v0.1.0 |
2535 | 2024-08-06T22:45:37.458Z | Compiling slog-dtrace v0.3.0 |
2536 | 2024-08-06T22:45:37.548Z | Compiling cancel-safe-futures v0.1.5 |
2537 | 2024-08-06T22:45:37.627Z | Compiling topological-sort v0.2.2 |
2538 | 2024-08-06T22:45:37.772Z | Compiling endian-type v0.1.2 |
2539 | 2024-08-06T22:45:37.857Z | Compiling omicron-zone-package v0.11.0 |
2540 | 2024-08-06T22:45:38.015Z | Compiling radix_trie v0.2.1 |
2541 | 2024-08-06T22:45:38.034Z | Compiling ecdsa v0.16.9 |
2542 | 2024-08-06T22:45:38.441Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2543 | 2024-08-06T22:45:38.669Z | Compiling mime_guess v2.0.4 |
2544 | 2024-08-06T22:45:38.723Z | Compiling rand_core v0.5.1 |
2545 | 2024-08-06T22:45:38.908Z | Compiling slog-envlogger v2.2.0 |
2546 | 2024-08-06T22:45:39.229Z | Compiling vsss-rs v3.3.4 |
2547 | 2024-08-06T22:45:39.732Z | Compiling rustfmt-wrapper v0.2.1 |
2548 | 2024-08-06T22:45:40.030Z | Compiling ciborium v0.2.2 |
2549 | 2024-08-06T22:45:40.963Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2550 | 2024-08-06T22:45:40.986Z | Compiling chacha20poly1305 v0.10.1 |
2551 | 2024-08-06T22:45:41.216Z | Compiling tungstenite v0.20.1 |
2552 | 2024-08-06T22:45:41.598Z | Compiling primeorder v0.13.6 |
2553 | 2024-08-06T22:45:42.146Z | Compiling heck v0.3.3 |
2554 | 2024-08-06T22:45:42.623Z | Compiling glob v0.3.1 |
2555 | 2024-08-06T22:45:42.884Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2556 | 2024-08-06T22:45:43.195Z | Compiling option-ext v0.2.0 |
2557 | 2024-08-06T22:45:43.334Z | Compiling dirs-sys v0.4.1 |
2558 | 2024-08-06T22:45:43.504Z | Compiling zone_cfg_derive v0.1.2 |
2559 | 2024-08-06T22:45:43.656Z | Compiling tokio-tungstenite v0.20.1 |
2560 | 2024-08-06T22:45:44.033Z | Compiling parking_lot v0.11.2 |
2561 | 2024-08-06T22:45:44.095Z | Compiling rand_chacha v0.2.2 |
2562 | 2024-08-06T22:45:44.181Z | Compiling trust-dns-client v0.22.0 |
2563 | 2024-08-06T22:45:44.807Z | Compiling ed25519 v2.2.3 |
2564 | 2024-08-06T22:45:44.906Z | Compiling polyval v0.6.2 |
2565 | 2024-08-06T22:45:44.999Z | Compiling ctr v0.9.2 |
2566 | 2024-08-06T22:45:45.049Z | Compiling blowfish v0.9.1 |
2567 | 2024-08-06T22:45:45.288Z | Compiling aes v0.8.4 |
2568 | 2024-08-06T22:45:45.363Z | Compiling password-hash v0.4.2 |
2569 | 2024-08-06T22:45:45.380Z | Compiling pbkdf2 v0.12.2 |
2570 | 2024-08-06T22:45:45.520Z | Compiling libsw v3.3.1 |
2571 | 2024-08-06T22:45:45.559Z | Compiling toml v0.5.11 |
2572 | 2024-08-06T22:45:45.834Z | Compiling fxhash v0.2.1 |
2573 | 2024-08-06T22:45:46.089Z | Compiling owo-colors v4.0.0 |
2574 | 2024-08-06T22:45:46.197Z | Compiling linear-map v1.2.0 |
2575 | 2024-08-06T22:45:46.361Z | Compiling base64 v0.13.1 |
2576 | 2024-08-06T22:45:46.596Z | Compiling sled v0.34.7 |
2577 | 2024-08-06T22:45:46.999Z | Compiling ron v0.7.1 |
2578 | 2024-08-06T22:45:47.348Z | Compiling trust-dns-server v0.22.1 |
2579 | 2024-08-06T22:45:48.230Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2580 | 2024-08-06T22:45:48.425Z | Compiling pbkdf2 v0.11.0 |
2581 | 2024-08-06T22:45:48.808Z | Compiling bcrypt-pbkdf v0.10.0 |
2582 | 2024-08-06T22:45:49.343Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2583 | 2024-08-06T22:45:49.440Z | Compiling ghash v0.5.1 |
2584 | 2024-08-06T22:45:49.460Z | Compiling zone v0.1.8 |
2585 | 2024-08-06T22:45:49.648Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2586 | 2024-08-06T22:45:49.769Z | Compiling ed25519-dalek v2.1.1 |
2587 | 2024-08-06T22:45:50.387Z | Compiling rand v0.7.3 |
2588 | 2024-08-06T22:45:51.089Z | Compiling dirs v5.0.1 |
2589 | 2024-08-06T22:45:51.946Z | Compiling p256 v0.13.2 |
2590 | 2024-08-06T22:45:52.111Z | Compiling p521 v0.13.3 |
2591 | 2024-08-06T22:45:52.815Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2592 | 2024-08-06T22:45:53.102Z | Compiling pem v3.0.4 |
2593 | 2024-08-06T22:45:53.939Z | Compiling cbc v0.1.2 |
2594 | 2024-08-06T22:45:54.193Z | Compiling portpicker v0.1.1 |
2595 | 2024-08-06T22:45:54.274Z | Compiling headers-core v0.2.0 |
2596 | 2024-08-06T22:45:54.402Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2597 | 2024-08-06T22:45:54.512Z | Compiling kstat-rs v0.2.4 |
2598 | 2024-08-06T22:45:54.646Z | Compiling nanorand v0.7.0 |
2599 | 2024-08-06T22:45:54.796Z | Compiling russh-cryptovec v0.7.2 |
2600 | 2024-08-06T22:45:54.833Z | Compiling http-range v0.1.5 |
2601 | 2024-08-06T22:45:55.115Z | Compiling md5 v0.7.0 |
2602 | 2024-08-06T22:45:55.129Z | Compiling flume v0.11.0 |
2603 | 2024-08-06T22:45:55.150Z | Compiling hyper-staticfile v0.9.5 |
2604 | 2024-08-06T22:45:55.192Z | Compiling headers v0.3.9 |
2605 | 2024-08-06T22:45:55.242Z | Compiling rcgen v0.12.1 |
2606 | 2024-08-06T22:45:55.636Z | Compiling russh-keys v0.43.0 |
2607 | 2024-08-06T22:45:55.884Z | Compiling aes-gcm v0.10.3 |
2608 | 2024-08-06T22:45:56.197Z | Compiling atomicwrites v0.4.3 |
2609 | 2024-08-06T22:45:56.209Z | Compiling subprocess v0.2.9 |
2610 | 2024-08-06T22:45:56.572Z | Compiling display-error-chain v0.2.0 |
2611 | 2024-08-06T22:45:56.760Z | Compiling hex-literal v0.4.1 |
2612 | 2024-08-06T22:45:56.939Z | Compiling dhcproto-macros v0.1.0 |
2613 | 2024-08-06T22:45:57.239Z | Compiling russh v0.43.0 |
2614 | 2024-08-06T22:45:57.789Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2615 | 2024-08-06T22:45:57.891Z | Compiling dhcproto v0.11.0 |
2616 | 2024-08-06T22:45:58.117Z | Compiling internet-checksum v0.2.1 |
2617 | 2024-08-06T22:46:01.275Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2618 | 2024-08-06T22:46:01.298Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2619 | 2024-08-06T22:46:01.298Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2620 | 2024-08-06T22:46:01.298Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2621 | 2024-08-06T22:46:01.298Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2622 | 2024-08-06T22:46:01.298Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2623 | 2024-08-06T22:46:01.298Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2624 | 2024-08-06T22:46:01.324Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2625 | 2024-08-06T22:46:01.871Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2626 | 2024-08-06T22:46:04.946Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2627 | 2024-08-06T22:46:06.096Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2628 | 2024-08-06T22:46:07.063Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2629 | 2024-08-06T22:46:07.221Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2630 | 2024-08-06T22:46:07.970Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2631 | 2024-08-06T22:46:14.847Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2632 | 2024-08-06T22:46:14.847Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2633 | 2024-08-06T22:46:14.851Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2634 | 2024-08-06T22:46:14.851Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2635 | 2024-08-06T22:46:17.744Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2636 | 2024-08-06T22:46:18.217Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2637 | 2024-08-06T22:46:18.252Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2638 | 2024-08-06T22:46:19.248Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2639 | 2024-08-06T22:46:19.265Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2640 | 2024-08-06T22:46:20.560Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2641 | 2024-08-06T22:46:21.403Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2642 | 2024-08-06T22:46:22.624Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2643 | 2024-08-06T22:46:23.195Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2644 | 2024-08-06T22:46:25.439Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2645 | 2024-08-06T22:46:26.668Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2646 | 2024-08-06T22:46:27.226Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2647 | 2024-08-06T22:46:32.204Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2648 | 2024-08-06T22:46:32.645Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2649 | 2024-08-06T22:46:37.169Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2650 | 2024-08-06T22:46:43.215Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2651 | 2024-08-06T22:46:43.218Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2652 | 2024-08-06T22:46:45.081Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2653 | 2024-08-06T22:47:05.210Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2654 | 2024-08-06T22:47:38.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
2655 | 2024-08-06T22:47:38.567Z | |
2656 | 2024-08-06T22:47:38.568Z | real 2:34.078124475 |
2657 | 2024-08-06T22:47:38.568Z | user 12:14.593501163 |
2658 | 2024-08-06T22:47:38.568Z | sys 2:33.845821463 |
2659 | 2024-08-06T22:47:38.568Z | trap 0.335636111 |
2660 | 2024-08-06T22:47:38.568Z | tflt 1.427826286 |
2661 | 2024-08-06T22:47:38.568Z | dflt 1.353495884 |
2662 | 2024-08-06T22:47:38.568Z | kflt 0.000019318 |
2663 | 2024-08-06T22:47:38.568Z | lock 25:47.696479920 |
2664 | 2024-08-06T22:47:38.568Z | slp 44:53.120144050 |
2665 | 2024-08-06T22:47:38.568Z | lat 38.785173471 |
2666 | 2024-08-06T22:47:38.568Z | stop 1:28.546854564 |
2667 | 2024-08-06T22:47:38.571Z | + mkdir tests |
2668 | 2024-08-06T22:47:38.574Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2669 | 2024-08-06T22:47:38.574Z | + xargs -I '{}' -t cp '{}' tests/ |
2670 | 2024-08-06T22:47:39.695Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2f32d5c5684aee83 tests/ |
2671 | 2024-08-06T22:47:39.721Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-dde5503bf81683ee tests/ |
2672 | 2024-08-06T22:47:39.745Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-3bb1dd7372561c59 tests/ |
2673 | 2024-08-06T22:47:39.770Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ea343793c73b1c30 tests/ |
2674 | 2024-08-06T22:47:39.970Z | + 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/*) |
2675 | 2024-08-06T22:47:39.972Z | + 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-dde5503bf81683ee tests/commtest-3bb1dd7372561c59 tests/dhcp_server-2f32d5c5684aee83 tests/end_to_end_tests-ea343793c73b1c30 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 |
2676 | 2024-08-06T22:48:34.922Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2677 | 2024-08-06T22:48:34.922Z | a out/target/test 1K |
2678 | 2024-08-06T22:48:34.922Z | a out/npuzone/npuzone 23144K |
2679 | 2024-08-06T22:48:34.922Z | a package-manifest.toml 30K |
2680 | 2024-08-06T22:48:34.922Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2681 | 2024-08-06T22:48:34.922Z | a target/release/omicron-package 32341K |
2682 | 2024-08-06T22:48:34.922Z | a target/release/xtask 11519K |
2683 | 2024-08-06T22:48:34.922Z | a target/debug/bootstrap 187974K |
2684 | 2024-08-06T22:48:34.922Z | a tests/bootstrap-dde5503bf81683ee 23514K |
2685 | 2024-08-06T22:48:34.922Z | a tests/commtest-3bb1dd7372561c59 23823K |
2686 | 2024-08-06T22:48:34.922Z | a tests/dhcp_server-2f32d5c5684aee83 23514K |
2687 | 2024-08-06T22:48:34.923Z | a tests/end_to_end_tests-ea343793c73b1c30 198806K |
2688 | 2024-08-06T22:48:34.923Z | a out/clickhouse.tar.gz 223129K |
2689 | 2024-08-06T22:48:34.923Z | a out/clickhouse_keeper.tar.gz 223102K |
2690 | 2024-08-06T22:48:34.923Z | a out/cockroachdb.tar.gz 131776K |
2691 | 2024-08-06T22:48:34.923Z | a out/crucible-dtrace.tar 84K |
2692 | 2024-08-06T22:48:34.923Z | a out/crucible-pantry-zone.tar.gz 27842K |
2693 | 2024-08-06T22:48:34.923Z | a out/crucible-zone.tar.gz 38161K |
2694 | 2024-08-06T22:48:34.923Z | a out/external-dns.tar.gz 25149K |
2695 | 2024-08-06T22:48:34.923Z | a out/internal-dns.tar.gz 25150K |
2696 | 2024-08-06T22:48:34.923Z | a out/mg-ddm-gz.tar 60627K |
2697 | 2024-08-06T22:48:34.923Z | a out/nexus.tar.gz 85509K |
2698 | 2024-08-06T22:48:34.923Z | a out/ntp.tar.gz 8989K |
2699 | 2024-08-06T22:48:34.923Z | a out/omicron-gateway-softnpu.tar.gz 13588K |
2700 | 2024-08-06T22:48:34.923Z | a out/omicron-sled-agent.tar 96787K |
2701 | 2024-08-06T22:48:34.923Z | a out/overlay.tar.gz 3K |
2702 | 2024-08-06T22:48:34.924Z | a out/oximeter.tar.gz 42508K |
2703 | 2024-08-06T22:48:34.924Z | a out/oxlog.tar 2926K |
2704 | 2024-08-06T22:48:34.924Z | a out/probe.tar.gz 2764K |
2705 | 2024-08-06T22:48:34.924Z | a out/propolis-server.tar.gz 65291K |
2706 | 2024-08-06T22:48:34.924Z | a out/pumpkind-gz.tar 26665K |
2707 | 2024-08-06T22:48:34.924Z | a out/switch-softnpu.tar.gz 203497K |
2708 | 2024-08-06T22:48:34.939Z | |
2709 | 2024-08-06T22:48:34.940Z | real 54.910557223 |
2710 | 2024-08-06T22:48:34.940Z | user 52.598616217 |
2711 | 2024-08-06T22:48:34.940Z | sys 3.194298007 |
2712 | 2024-08-06T22:48:34.940Z | trap 0.012783115 |
2713 | 2024-08-06T22:48:34.940Z | tflt 0.000000000 |
2714 | 2024-08-06T22:48:34.940Z | dflt 0.000000000 |
2715 | 2024-08-06T22:48:34.940Z | kflt 0.000000000 |
2716 | 2024-08-06T22:48:34.940Z | lock 0.000000000 |
2717 | 2024-08-06T22:48:34.940Z | slp 52.542131693 |
2718 | 2024-08-06T22:48:34.941Z | lat 1.467544532 |
2719 | 2024-08-06T22:48:34.941Z | stop 0.000530252 |
2720 | 2024-08-06T22:48:34.941Z | process exited: duration 1685095 ms, exit code 0 |
|
2721 | 2024-08-06T22:48:34.973Z | found 1 output files |
2722 | 2024-08-06T22:48:34.973Z | uploading: /work/package.tar.gz (1341343271 bytes) |
2723 | 2024-08-06T22:49:05.937Z | uploaded: /work/package.tar.gz |