|
|
|
1 | 2024-08-13T18:39:59.920Z | job assigned to worker 01J56GJRKBX4S70N55APDNN6ZK (queued for 54 s) |
|
2 | 2024-08-13T18:40:07.258Z | starting task 0: "setup" |
3 | 2024-08-13T18:40:07.270Z | ++ uname -s |
4 | 2024-08-13T18:40:07.272Z | + kern=SunOS |
5 | 2024-08-13T18:40:07.272Z | + case "$kern" in |
6 | 2024-08-13T18:40:07.272Z | + groupadd -g 12345 build |
7 | 2024-08-13T18:40:07.275Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-13T18:40:09.284Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-13T18:40:09.399Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-13T18:40:09.401Z | + home_fs=zfs |
11 | 2024-08-13T18:40:09.401Z | + [[ zfs == autofs ]] |
12 | 2024-08-13T18:40:09.401Z | + mkdir -p /home/build |
13 | 2024-08-13T18:40:09.404Z | + chown build:build /home/build /work |
14 | 2024-08-13T18:40:10.406Z | + chmod 0700 /home/build /work |
15 | 2024-08-13T18:40:10.409Z | process exited: duration 3150 ms, exit code 0 |
|
16 | 2024-08-13T18:40:10.413Z | starting task 1: "rust-toolchain" |
17 | 2024-08-13T18:40:10.419Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-13T18:40:10.419Z | ' 1.80.1 |
19 | 2024-08-13T18:40:10.419Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-13T18:40:10.419Z | ' default |
21 | 2024-08-13T18:40:10.419Z | * toolchain channel = "1.80.1" |
22 | 2024-08-13T18:40:10.419Z | * toolchain profile = "default" |
23 | 2024-08-13T18:40:10.422Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-13T18:40:10.422Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-13T18:40:10.589Z | info: downloading installer |
26 | 2024-08-13T18:40:11.687Z | info: profile set to 'default' |
27 | 2024-08-13T18:40:11.687Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-13T18:40:11.689Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-13T18:40:11.848Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-13T18:40:11.848Z | info: downloading component 'cargo' |
31 | 2024-08-13T18:40:12.484Z | info: downloading component 'clippy' |
32 | 2024-08-13T18:40:12.709Z | info: downloading component 'rust-docs' |
33 | 2024-08-13T18:40:13.599Z | info: downloading component 'rust-std' |
34 | 2024-08-13T18:40:14.845Z | info: downloading component 'rustc' |
35 | 2024-08-13T18:40:18.275Z | info: downloading component 'rustfmt' |
36 | 2024-08-13T18:40:18.462Z | info: installing component 'cargo' |
37 | 2024-08-13T18:40:19.335Z | info: installing component 'clippy' |
38 | 2024-08-13T18:40:19.701Z | info: installing component 'rust-docs' |
39 | 2024-08-13T18:40:21.347Z | info: installing component 'rust-std' |
40 | 2024-08-13T18:40:23.007Z | info: installing component 'rustc' |
41 | 2024-08-13T18:40:27.385Z | info: installing component 'rustfmt' |
42 | 2024-08-13T18:40:27.720Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-13T18:40:27.720Z | |
44 | 2024-08-13T18:40:27.973Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-13T18:40:27.973Z | |
46 | 2024-08-13T18:40:27.975Z | |
47 | 2024-08-13T18:40:27.975Z | Rust is installed now. Great! |
48 | 2024-08-13T18:40:27.975Z | |
49 | 2024-08-13T18:40:27.975Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-13T18:40:27.975Z | environment variable. This has not been done automatically. |
51 | 2024-08-13T18:40:27.975Z | |
52 | 2024-08-13T18:40:27.975Z | To configure your current shell, you need to source |
53 | 2024-08-13T18:40:27.975Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-13T18:40:27.975Z | |
55 | 2024-08-13T18:40:27.975Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-13T18:40:27.975Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-13T18:40:27.976Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-13T18:40:28.027Z | + rustc --version |
59 | 2024-08-13T18:40:28.093Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-13T18:40:28.096Z | process exited: duration 17678 ms, exit code 0 |
|
61 | 2024-08-13T18:40:28.101Z | starting task 2: "authentication" |
62 | 2024-08-13T18:40:28.122Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-13T18:40:28.127Z | starting task 3: "clone repository" |
64 | 2024-08-13T18:40:28.132Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-13T18:40:28.134Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-13T18:40:28.181Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-13T18:40:34.020Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-13T18:40:34.020Z | + git fetch origin 3055edfe9c7c5f3a849c9124db6aebbf8bfb23d3 |
69 | 2024-08-13T18:40:34.319Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-13T18:40:34.320Z | * branch 3055edfe9c7c5f3a849c9124db6aebbf8bfb23d3 -> FETCH_HEAD |
71 | 2024-08-13T18:40:34.330Z | + [[ -n gjcolombo/instance-migrate-internal ]] |
72 | 2024-08-13T18:40:34.333Z | ++ git branch --show-current |
73 | 2024-08-13T18:40:34.335Z | + current=main |
74 | 2024-08-13T18:40:34.335Z | + [[ main != gjcolombo/instance-migrate-internal ]] |
75 | 2024-08-13T18:40:34.335Z | + git branch -f gjcolombo/instance-migrate-internal 3055edfe9c7c5f3a849c9124db6aebbf8bfb23d3 |
76 | 2024-08-13T18:40:34.338Z | + git checkout -f gjcolombo/instance-migrate-internal |
77 | 2024-08-13T18:40:34.484Z | Switched to branch 'gjcolombo/instance-migrate-internal' |
78 | 2024-08-13T18:40:34.486Z | + git reset --hard 3055edfe9c7c5f3a849c9124db6aebbf8bfb23d3 |
79 | 2024-08-13T18:40:34.522Z | HEAD is now at 3055edfe9 clean up type names/includes |
80 | 2024-08-13T18:40:34.525Z | process exited: duration 6395 ms, exit code 0 |
|
81 | 2024-08-13T18:40:34.530Z | starting task 4: "build" |
82 | 2024-08-13T18:40:34.536Z | + cargo --version |
83 | 2024-08-13T18:40:34.591Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-13T18:40:34.593Z | + rustc --version |
85 | 2024-08-13T18:40:34.652Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-13T18:40:34.654Z | + WORK=/work |
87 | 2024-08-13T18:40:34.654Z | + pfexec mkdir -p /work |
88 | 2024-08-13T18:40:34.658Z | + pfexec chown build /work |
89 | 2024-08-13T18:40:34.661Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-08-13T18:40:41.191Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-08-13T18:40:43.302Z | Startup: Caching catalogs ... Done |
92 | 2024-08-13T18:40:47.681Z | Planning: Solver setup ... Done (3.795s) |
93 | 2024-08-13T18:40:47.750Z | Planning: Running solver ... Done (0.068s) |
94 | 2024-08-13T18:40:47.807Z | Planning: Finding local manifests ... Done (0.004s) |
95 | 2024-08-13T18:40:47.839Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-08-13T18:40:48.007Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-08-13T18:40:48.056Z | Planning: Package planning ... Done (0.048s) |
98 | 2024-08-13T18:40:48.107Z | Planning: Merging actions ... Done (0.051s) |
99 | 2024-08-13T18:40:48.396Z | Planning: Checking for conflicting actions ... Done (0.288s) |
100 | 2024-08-13T18:40:48.408Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-08-13T18:40:49.401Z | Planning: Evaluating mediators ... Done (0.994s) |
102 | 2024-08-13T18:40:49.411Z | Planning: Planning completed in 6.04 seconds |
103 | 2024-08-13T18:40:49.428Z | Packages to install: 4 |
104 | 2024-08-13T18:40:49.428Z | Mediators to change: 2 |
105 | 2024-08-13T18:40:49.430Z | Services to change: 1 |
106 | 2024-08-13T18:40:49.430Z | Estimated space available: 155.75 GB |
107 | 2024-08-13T18:40:49.430Z | Estimated space to be consumed: 1.48 GB |
108 | 2024-08-13T18:40:49.430Z | Create boot environment: No |
109 | 2024-08-13T18:40:49.430Z | Create backup boot environment: No |
110 | 2024-08-13T18:40:49.430Z | Rebuild boot archive: No |
111 | 2024-08-13T18:40:49.430Z | |
112 | 2024-08-13T18:40:49.430Z | Changed mediators: |
113 | 2024-08-13T18:40:49.430Z | mediator clang: |
114 | 2024-08-13T18:40:49.430Z | version: None -> 15 (system default) |
115 | 2024-08-13T18:40:49.430Z | |
116 | 2024-08-13T18:40:49.430Z | mediator llvm: |
117 | 2024-08-13T18:40:49.430Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-08-13T18:40:49.430Z | |
119 | 2024-08-13T18:40:49.430Z | Changed packages: |
120 | 2024-08-13T18:40:49.430Z | helios-dev |
121 | 2024-08-13T18:40:49.430Z | developer/build-essential |
122 | 2024-08-13T18:40:49.430Z | None -> 11-2.0 |
123 | 2024-08-13T18:40:49.430Z | library/libxmlsec1 |
124 | 2024-08-13T18:40:49.430Z | None -> 1.2.35-2.0 |
125 | 2024-08-13T18:40:49.430Z | ooce/developer/clang-15 |
126 | 2024-08-13T18:40:49.431Z | None -> 15.0.7-2.0 |
127 | 2024-08-13T18:40:49.431Z | ooce/developer/llvm-15 |
128 | 2024-08-13T18:40:49.431Z | None -> 15.0.7-2.0 |
129 | 2024-08-13T18:40:49.431Z | |
130 | 2024-08-13T18:40:49.431Z | Services: |
131 | 2024-08-13T18:40:49.431Z | restart_fmri: |
132 | 2024-08-13T18:40:49.431Z | svc:/system/update-man-index:default |
133 | 2024-08-13T18:40:49.476Z | |
134 | 2024-08-13T18:40:49.476Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-08-13T18:40:54.480Z | Download: 477/3290 items 17.1/212.6MB 8% complete (3.5M/s) |
136 | 2024-08-13T18:40:59.539Z | Download: 1192/3290 items 71.4/212.6MB 33% complete (7.2M/s) |
137 | 2024-08-13T18:41:04.545Z | Download: 2023/3290 items 118.7/212.6MB 55% complete (10.2M/s) |
138 | 2024-08-13T18:41:09.555Z | Download: 2241/3290 items 119.3/212.6MB 56% complete (4.8M/s) |
139 | 2024-08-13T18:41:14.560Z | Download: 3206/3290 items 172.5/212.6MB 81% complete (5.3M/s) |
140 | 2024-08-13T18:41:17.223Z | Download: Completed 212.60 MB in 27.74 seconds (7.7M/s) |
141 | 2024-08-13T18:41:17.684Z | Actions: 1/3689 actions (Installing new actions) |
142 | 2024-08-13T18:41:22.289Z | Actions: Completed 3689 actions in 4.60 seconds. |
143 | 2024-08-13T18:41:22.565Z | Done (0.271s) |
144 | 2024-08-13T18:41:22.565Z | Done (0.000s) |
145 | 2024-08-13T18:41:22.924Z | Done (0.359s) |
146 | 2024-08-13T18:41:27.504Z | Done (4.406s) |
147 | 2024-08-13T18:41:27.589Z | Done (0.020s) |
148 | 2024-08-13T18:41:27.592Z | Done (0.000s) |
149 | 2024-08-13T18:41:27.739Z | Done (0.000s) |
150 | 2024-08-13T18:41:28.340Z | Planning: Evaluating mediator changes ... Done |
151 | 2024-08-13T18:41:28.501Z | Planning: Checking for conflicting actions ... Done |
152 | 2024-08-13T18:41:28.503Z | Planning: Consolidating action changes ... Done |
153 | 2024-08-13T18:41:28.770Z | Planning: Evaluating mediators ... Done |
154 | 2024-08-13T18:41:28.772Z | Planning: Planning completed in 0.43 seconds |
155 | 2024-08-13T18:41:28.805Z | Mediators to change: 2 |
156 | 2024-08-13T18:41:28.807Z | Create boot environment: No |
157 | 2024-08-13T18:41:28.807Z | Create backup boot environment: No |
158 | 2024-08-13T18:41:28.866Z | Done |
159 | 2024-08-13T18:41:28.866Z | Done |
160 | 2024-08-13T18:41:29.116Z | Done |
161 | 2024-08-13T18:41:32.635Z | Done |
162 | 2024-08-13T18:41:32.716Z | Done |
163 | 2024-08-13T18:41:32.718Z | Done |
164 | 2024-08-13T18:41:32.866Z | Done |
165 | 2024-08-13T18:41:33.503Z | Planning: Evaluating mediator changes ... Done |
166 | 2024-08-13T18:41:33.506Z | Planning: Merging actions ... Done |
167 | 2024-08-13T18:41:33.695Z | Planning: Checking for conflicting actions ... Done |
168 | 2024-08-13T18:41:33.697Z | Planning: Consolidating action changes ... Done |
169 | 2024-08-13T18:41:33.962Z | Planning: Evaluating mediators ... Done |
170 | 2024-08-13T18:41:34.019Z | Planning: Planning completed in 0.77 seconds |
171 | 2024-08-13T18:41:34.055Z | Packages to change: 1 |
172 | 2024-08-13T18:41:34.055Z | Mediators to change: 1 |
173 | 2024-08-13T18:41:34.057Z | Services to change: 1 |
174 | 2024-08-13T18:41:34.057Z | Create boot environment: No |
175 | 2024-08-13T18:41:34.057Z | Create backup boot environment: Yes |
176 | 2024-08-13T18:41:35.849Z | Actions: 1/6 actions (Updating modified actions) |
177 | 2024-08-13T18:41:35.857Z | Actions: Completed 6 actions in 0.00 seconds. |
178 | 2024-08-13T18:41:35.857Z | Done |
179 | 2024-08-13T18:41:35.857Z | Done |
180 | 2024-08-13T18:41:35.929Z | Done |
181 | 2024-08-13T18:41:39.613Z | Done |
182 | 2024-08-13T18:41:39.696Z | Done |
183 | 2024-08-13T18:41:39.699Z | Done |
184 | 2024-08-13T18:41:39.802Z | Done |
185 | 2024-08-13T18:41:40.243Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
186 | 2024-08-13T18:41:40.243Z | clang system 15 system |
187 | 2024-08-13T18:41:40.244Z | csh system system illumos |
188 | 2024-08-13T18:41:40.244Z | ctags system system illumos |
189 | 2024-08-13T18:41:40.244Z | gcc vendor 12 vendor |
190 | 2024-08-13T18:41:40.244Z | gcc system 10 system |
191 | 2024-08-13T18:41:40.244Z | gcc system 7 system |
192 | 2024-08-13T18:41:40.244Z | go system 1.20 system |
193 | 2024-08-13T18:41:40.244Z | go system 1.19 system |
194 | 2024-08-13T18:41:40.244Z | llvm system 15 system |
195 | 2024-08-13T18:41:40.244Z | llvm system 14 system |
196 | 2024-08-13T18:41:40.244Z | mariadb system 10.6 system |
197 | 2024-08-13T18:41:40.244Z | mta vendor vendor dma |
198 | 2024-08-13T18:41:40.244Z | openjdk system 17 system |
199 | 2024-08-13T18:41:40.244Z | openjdk system 11 system |
200 | 2024-08-13T18:41:40.244Z | openjdk system 1.8 system |
201 | 2024-08-13T18:41:40.244Z | openssl vendor 3 vendor |
202 | 2024-08-13T18:41:40.244Z | perl system 5.36 system |
203 | 2024-08-13T18:41:40.244Z | postgresql system 15 system |
204 | 2024-08-13T18:41:40.244Z | postgresql system 13 system |
205 | 2024-08-13T18:41:40.244Z | python vendor 3 vendor |
206 | 2024-08-13T18:41:40.244Z | python system 2 system |
207 | 2024-08-13T18:41:40.244Z | python3 system 3.11 system |
208 | 2024-08-13T18:41:40.244Z | ruby system 3.0 system |
209 | 2024-08-13T18:41:40.244Z | words vendor vendor american-english |
210 | 2024-08-13T18:41:40.244Z | words system system australian-english |
211 | 2024-08-13T18:41:40.244Z | words system system british-english |
212 | 2024-08-13T18:41:40.244Z | words system system canadian-english |
213 | 2024-08-13T18:41:40.244Z | words system system french |
214 | 2024-08-13T18:41:40.244Z | words system system italian |
215 | 2024-08-13T18:41:40.244Z | words system system ngerman |
216 | 2024-08-13T18:41:40.244Z | words system system ogerman |
217 | 2024-08-13T18:41:40.244Z | words system system spanish |
218 | 2024-08-13T18:41:40.588Z | PUBLISHER TYPE STATUS P LOCATION |
219 | 2024-08-13T18:41:40.589Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
220 | 2024-08-13T18:41:42.316Z | FMRI IFO |
221 | 2024-08-13T18:41:42.316Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
222 | 2024-08-13T18:41:42.316Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
223 | 2024-08-13T18:41:42.316Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
224 | 2024-08-13T18:41:42.316Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
225 | 2024-08-13T18:41:42.316Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
226 | 2024-08-13T18:41:42.316Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
227 | 2024-08-13T18:41:42.316Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
228 | 2024-08-13T18:41:42.316Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
229 | 2024-08-13T18:41:42.316Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
230 | 2024-08-13T18:41:42.316Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
231 | 2024-08-13T18:41:42.316Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
232 | 2024-08-13T18:41:42.316Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
233 | 2024-08-13T18:41:42.920Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
234 | 2024-08-13T18:41:43.155Z | Updating git repository `https://github.com/oxidecomputer/zone` |
235 | 2024-08-13T18:41:43.415Z | Updating crates.io index |
236 | 2024-08-13T18:41:43.477Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
237 | 2024-08-13T18:41:44.165Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
238 | 2024-08-13T18:41:44.902Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
239 | 2024-08-13T18:41:45.118Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
240 | 2024-08-13T18:41:46.561Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
241 | 2024-08-13T18:41:46.767Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
242 | 2024-08-13T18:41:47.015Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
243 | 2024-08-13T18:41:48.003Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
244 | 2024-08-13T18:41:49.799Z | Updating git repository `https://github.com/oxidecomputer/opte` |
245 | 2024-08-13T18:41:50.701Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
246 | 2024-08-13T18:41:51.465Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
247 | 2024-08-13T18:41:51.984Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
248 | 2024-08-13T18:41:52.303Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
249 | 2024-08-13T18:41:52.574Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
250 | 2024-08-13T18:41:52.820Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
251 | 2024-08-13T18:41:53.100Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
252 | 2024-08-13T18:41:53.322Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
253 | 2024-08-13T18:41:53.543Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
254 | 2024-08-13T18:41:53.797Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
255 | 2024-08-13T18:41:54.075Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
256 | 2024-08-13T18:41:54.376Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
257 | 2024-08-13T18:41:54.784Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
258 | 2024-08-13T18:41:55.036Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
259 | 2024-08-13T18:41:55.605Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
260 | 2024-08-13T18:41:55.888Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
261 | 2024-08-13T18:41:56.295Z | Updating git repository `https://github.com/oxidecomputer/typify` |
262 | 2024-08-13T18:41:58.611Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
263 | 2024-08-13T18:41:58.941Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
264 | 2024-08-13T18:41:59.195Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
265 | 2024-08-13T18:41:59.521Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
266 | 2024-08-13T18:42:00.551Z | Downloading crates ... |
267 | 2024-08-13T18:42:00.641Z | Downloaded anstyle v1.0.8 |
268 | 2024-08-13T18:42:00.643Z | Downloaded bytecount v0.6.8 |
269 | 2024-08-13T18:42:00.648Z | Downloaded camino v1.1.7 |
270 | 2024-08-13T18:42:00.651Z | Downloaded cargo_metadata v0.18.1 |
271 | 2024-08-13T18:42:00.654Z | Downloaded cfg-if v1.0.0 |
272 | 2024-08-13T18:42:00.660Z | Downloaded cargo_toml v0.20.4 |
273 | 2024-08-13T18:42:00.662Z | Downloaded clap v4.5.15 |
274 | 2024-08-13T18:42:00.669Z | Downloaded dof v0.3.0 |
275 | 2024-08-13T18:42:00.672Z | Downloaded clap_derive v4.5.13 |
276 | 2024-08-13T18:42:00.676Z | Downloaded goblin v0.8.2 |
277 | 2024-08-13T18:42:00.679Z | Downloaded papergrid v0.11.0 |
278 | 2024-08-13T18:42:00.682Z | Downloaded memmap v0.7.0 |
279 | 2024-08-13T18:42:00.685Z | Downloaded macaddr v1.0.1 |
280 | 2024-08-13T18:42:00.688Z | Downloaded pest v2.7.10 |
281 | 2024-08-13T18:42:00.691Z | Downloaded pest_derive v2.7.10 |
282 | 2024-08-13T18:42:00.694Z | Downloaded scroll v0.12.0 |
283 | 2024-08-13T18:42:00.694Z | Downloaded scroll_derive v0.12.0 |
284 | 2024-08-13T18:42:00.698Z | Downloaded pretty-hex v0.4.1 |
285 | 2024-08-13T18:42:00.698Z | Downloaded plain v0.2.3 |
286 | 2024-08-13T18:42:00.698Z | Downloaded serde v1.0.206 |
287 | 2024-08-13T18:42:00.701Z | Downloaded pest_meta v2.7.10 |
288 | 2024-08-13T18:42:00.704Z | Downloaded swrite v0.1.0 |
289 | 2024-08-13T18:42:00.704Z | Downloaded serde_tokenstream v0.2.1 |
290 | 2024-08-13T18:42:00.707Z | Downloaded serde_derive v1.0.206 |
291 | 2024-08-13T18:42:00.711Z | Downloaded pest_generator v2.7.10 |
292 | 2024-08-13T18:42:00.730Z | Downloaded equivalent v1.0.1 |
293 | 2024-08-13T18:42:00.734Z | Downloaded block-buffer v0.10.4 |
294 | 2024-08-13T18:42:00.734Z | Downloaded anstream v0.6.14 |
295 | 2024-08-13T18:42:00.737Z | Downloaded cpufeatures v0.2.12 |
296 | 2024-08-13T18:42:00.737Z | Downloaded autocfg v1.3.0 |
297 | 2024-08-13T18:42:00.739Z | Downloaded errno v0.3.9 |
298 | 2024-08-13T18:42:00.739Z | Downloaded fnv v1.0.7 |
299 | 2024-08-13T18:42:00.739Z | Downloaded heck v0.5.0 |
300 | 2024-08-13T18:42:00.742Z | Downloaded digest v0.10.7 |
301 | 2024-08-13T18:42:00.742Z | Downloaded byteorder v1.5.0 |
302 | 2024-08-13T18:42:00.744Z | Downloaded proc-macro-error-attr v1.0.4 |
303 | 2024-08-13T18:42:00.744Z | Downloaded heck v0.4.1 |
304 | 2024-08-13T18:42:00.748Z | Downloaded bitflags v2.6.0 |
305 | 2024-08-13T18:42:00.752Z | Downloaded once_cell v1.19.0 |
306 | 2024-08-13T18:42:00.756Z | Downloaded quote v1.0.36 |
307 | 2024-08-13T18:42:00.756Z | Downloaded sha2 v0.10.8 |
308 | 2024-08-13T18:42:00.758Z | Downloaded serde_spanned v0.6.7 |
309 | 2024-08-13T18:42:00.758Z | Downloaded utf8parse v0.2.1 |
310 | 2024-08-13T18:42:00.758Z | Downloaded toml_datetime v0.6.8 |
311 | 2024-08-13T18:42:00.763Z | Downloaded strsim v0.11.1 |
312 | 2024-08-13T18:42:00.763Z | Downloaded cargo-platform v0.1.8 |
313 | 2024-08-13T18:42:00.767Z | Downloaded anstyle-query v1.0.3 |
314 | 2024-08-13T18:42:00.767Z | Downloaded indexmap v2.3.0 |
315 | 2024-08-13T18:42:00.771Z | Downloaded unicode-ident v1.0.12 |
316 | 2024-08-13T18:42:00.771Z | Downloaded proc-macro2 v1.0.86 |
317 | 2024-08-13T18:42:00.773Z | Downloaded ryu v1.0.18 |
318 | 2024-08-13T18:42:00.773Z | Downloaded memchr v2.7.2 |
319 | 2024-08-13T18:42:00.778Z | Downloaded semver v1.0.23 |
320 | 2024-08-13T18:42:00.781Z | Downloaded ucd-trie v0.1.6 |
321 | 2024-08-13T18:42:00.784Z | Downloaded typenum v1.17.0 |
322 | 2024-08-13T18:42:00.786Z | Downloaded toml v0.8.19 |
323 | 2024-08-13T18:42:00.789Z | Downloaded serde_json v1.0.122 |
324 | 2024-08-13T18:42:00.793Z | Downloaded proc-macro-error v1.0.4 |
325 | 2024-08-13T18:42:00.796Z | Downloaded toml_edit v0.22.20 |
326 | 2024-08-13T18:42:00.817Z | Downloaded log v0.4.21 |
327 | 2024-08-13T18:42:00.819Z | Downloaded itoa v1.0.11 |
328 | 2024-08-13T18:42:00.822Z | Downloaded is_terminal_polyfill v1.70.0 |
329 | 2024-08-13T18:42:00.822Z | Downloaded generic-array v0.14.7 |
330 | 2024-08-13T18:42:00.822Z | Downloaded anyhow v1.0.86 |
331 | 2024-08-13T18:42:00.825Z | Downloaded syn v1.0.109 |
332 | 2024-08-13T18:42:00.835Z | Downloaded crypto-common v0.1.6 |
333 | 2024-08-13T18:42:00.838Z | Downloaded hashbrown v0.14.5 |
334 | 2024-08-13T18:42:00.840Z | Downloaded colorchoice v1.0.1 |
335 | 2024-08-13T18:42:00.850Z | Downloaded anstyle-parse v0.2.4 |
336 | 2024-08-13T18:42:00.870Z | Downloaded clap_lex v0.7.0 |
337 | 2024-08-13T18:42:00.873Z | Downloaded thread-id v4.2.1 |
338 | 2024-08-13T18:42:00.874Z | Downloaded fs-err v2.11.0 |
339 | 2024-08-13T18:42:00.876Z | Downloaded usdt-macro v0.5.0 |
340 | 2024-08-13T18:42:00.879Z | Downloaded usdt-impl v0.5.0 |
341 | 2024-08-13T18:42:00.880Z | Downloaded usdt-attr-macro v0.5.0 |
342 | 2024-08-13T18:42:00.880Z | Downloaded usdt v0.5.0 |
343 | 2024-08-13T18:42:00.882Z | Downloaded thiserror-impl v1.0.63 |
344 | 2024-08-13T18:42:00.882Z | Downloaded thiserror v1.0.63 |
345 | 2024-08-13T18:42:00.885Z | Downloaded tabled_derive v0.7.0 |
346 | 2024-08-13T18:42:00.889Z | Downloaded tabled v0.15.0 |
347 | 2024-08-13T18:42:00.900Z | Downloaded rustix v0.38.34 |
348 | 2024-08-13T18:42:00.921Z | Downloaded zerocopy v0.7.34 |
349 | 2024-08-13T18:42:00.942Z | Downloaded winnow v0.6.18 |
350 | 2024-08-13T18:42:00.945Z | Downloaded zerocopy-derive v0.7.34 |
351 | 2024-08-13T18:42:00.949Z | Downloaded libc v0.2.155 |
352 | 2024-08-13T18:42:00.974Z | Downloaded version_check v0.9.5 |
353 | 2024-08-13T18:42:00.977Z | Downloaded terminal_size v0.3.0 |
354 | 2024-08-13T18:42:00.977Z | Downloaded syn v2.0.72 |
355 | 2024-08-13T18:42:00.986Z | Downloaded dtrace-parser v0.2.0 |
356 | 2024-08-13T18:42:00.989Z | Downloaded clap_builder v4.5.15 |
357 | 2024-08-13T18:42:00.993Z | Downloaded unicode-width v0.1.13 |
358 | 2024-08-13T18:42:01.269Z | Compiling proc-macro2 v1.0.86 |
359 | 2024-08-13T18:42:01.269Z | Compiling unicode-ident v1.0.12 |
360 | 2024-08-13T18:42:01.272Z | Compiling version_check v0.9.5 |
361 | 2024-08-13T18:42:01.272Z | Compiling serde v1.0.206 |
362 | 2024-08-13T18:42:01.272Z | Compiling thiserror v1.0.63 |
363 | 2024-08-13T18:42:01.272Z | Compiling memchr v2.7.2 |
364 | 2024-08-13T18:42:01.272Z | Compiling libc v0.2.155 |
365 | 2024-08-13T18:42:01.272Z | Compiling ucd-trie v0.1.6 |
366 | 2024-08-13T18:42:01.520Z | Compiling ryu v1.0.18 |
367 | 2024-08-13T18:42:01.884Z | Compiling itoa v1.0.11 |
368 | 2024-08-13T18:42:02.027Z | Compiling once_cell v1.19.0 |
369 | 2024-08-13T18:42:02.098Z | Compiling byteorder v1.5.0 |
370 | 2024-08-13T18:42:02.176Z | Compiling serde_json v1.0.122 |
371 | 2024-08-13T18:42:02.560Z | Compiling usdt-impl v0.5.0 |
372 | 2024-08-13T18:42:02.563Z | Compiling proc-macro-error-attr v1.0.4 |
373 | 2024-08-13T18:42:02.678Z | Compiling rustix v0.38.34 |
374 | 2024-08-13T18:42:02.798Z | Compiling syn v1.0.109 |
375 | 2024-08-13T18:42:02.884Z | Compiling quote v1.0.36 |
376 | 2024-08-13T18:42:03.098Z | Compiling proc-macro-error v1.0.4 |
377 | 2024-08-13T18:42:03.134Z | Compiling bitflags v2.6.0 |
378 | 2024-08-13T18:42:03.409Z | Compiling syn v2.0.72 |
379 | 2024-08-13T18:42:03.533Z | Compiling errno v0.3.9 |
380 | 2024-08-13T18:42:03.568Z | Compiling plain v0.2.3 |
381 | 2024-08-13T18:42:03.589Z | Compiling equivalent v1.0.1 |
382 | 2024-08-13T18:42:03.616Z | Compiling hashbrown v0.14.5 |
383 | 2024-08-13T18:42:03.707Z | Compiling thread-id v4.2.1 |
384 | 2024-08-13T18:42:03.733Z | Compiling log v0.4.21 |
385 | 2024-08-13T18:42:03.758Z | Compiling utf8parse v0.2.1 |
386 | 2024-08-13T18:42:03.902Z | Compiling anstyle-parse v0.2.4 |
387 | 2024-08-13T18:42:04.091Z | Compiling colorchoice v1.0.1 |
388 | 2024-08-13T18:42:04.247Z | Compiling semver v1.0.23 |
389 | 2024-08-13T18:42:04.271Z | Compiling pretty-hex v0.4.1 |
390 | 2024-08-13T18:42:04.320Z | Compiling anstyle v1.0.8 |
391 | 2024-08-13T18:42:04.492Z | Compiling autocfg v1.3.0 |
392 | 2024-08-13T18:42:04.732Z | Compiling winnow v0.6.18 |
393 | 2024-08-13T18:42:04.844Z | Compiling indexmap v2.3.0 |
394 | 2024-08-13T18:42:04.869Z | Compiling is_terminal_polyfill v1.70.0 |
395 | 2024-08-13T18:42:04.915Z | Compiling camino v1.1.7 |
396 | 2024-08-13T18:42:04.992Z | Compiling anstyle-query v1.0.3 |
397 | 2024-08-13T18:42:05.151Z | Compiling anstream v0.6.14 |
398 | 2024-08-13T18:42:05.400Z | Compiling terminal_size v0.3.0 |
399 | 2024-08-13T18:42:05.578Z | Compiling fs-err v2.11.0 |
400 | 2024-08-13T18:42:05.819Z | Compiling bytecount v0.6.8 |
401 | 2024-08-13T18:42:05.844Z | Compiling anyhow v1.0.86 |
402 | 2024-08-13T18:42:05.880Z | Compiling fnv v1.0.7 |
403 | 2024-08-13T18:42:05.939Z | Compiling clap_lex v0.7.0 |
404 | 2024-08-13T18:42:06.026Z | Compiling unicode-width v0.1.13 |
405 | 2024-08-13T18:42:06.051Z | Compiling heck v0.5.0 |
406 | 2024-08-13T18:42:06.259Z | Compiling heck v0.4.1 |
407 | 2024-08-13T18:42:06.279Z | Compiling strsim v0.11.1 |
408 | 2024-08-13T18:42:06.475Z | Compiling papergrid v0.11.0 |
409 | 2024-08-13T18:42:06.677Z | Compiling clap_builder v4.5.15 |
410 | 2024-08-13T18:42:06.756Z | Compiling memmap v0.7.0 |
411 | 2024-08-13T18:42:07.406Z | Compiling swrite v0.1.0 |
412 | 2024-08-13T18:42:09.037Z | Compiling tabled_derive v0.7.0 |
413 | 2024-08-13T18:42:10.622Z | Compiling tabled v0.15.0 |
414 | 2024-08-13T18:42:12.194Z | Compiling serde_derive v1.0.206 |
415 | 2024-08-13T18:42:12.194Z | Compiling thiserror-impl v1.0.63 |
416 | 2024-08-13T18:42:12.197Z | Compiling zerocopy-derive v0.7.34 |
417 | 2024-08-13T18:42:12.217Z | Compiling scroll_derive v0.12.0 |
418 | 2024-08-13T18:42:12.238Z | Compiling clap_derive v4.5.13 |
419 | 2024-08-13T18:42:13.709Z | Compiling scroll v0.12.0 |
420 | 2024-08-13T18:42:14.192Z | Compiling zerocopy v0.7.34 |
421 | 2024-08-13T18:42:14.223Z | Compiling goblin v0.8.2 |
422 | 2024-08-13T18:42:15.119Z | Compiling pest v2.7.10 |
423 | 2024-08-13T18:42:16.090Z | Compiling clap v4.5.15 |
424 | 2024-08-13T18:42:17.238Z | Compiling pest_meta v2.7.10 |
425 | 2024-08-13T18:42:18.060Z | Compiling pest_generator v2.7.10 |
426 | 2024-08-13T18:42:20.078Z | Compiling pest_derive v2.7.10 |
427 | 2024-08-13T18:42:20.790Z | Compiling dtrace-parser v0.2.0 |
428 | 2024-08-13T18:42:22.414Z | Compiling serde_spanned v0.6.7 |
429 | 2024-08-13T18:42:22.416Z | Compiling toml_datetime v0.6.8 |
430 | 2024-08-13T18:42:22.416Z | Compiling cargo-platform v0.1.8 |
431 | 2024-08-13T18:42:22.801Z | Compiling serde_tokenstream v0.2.1 |
432 | 2024-08-13T18:42:22.846Z | Compiling toml_edit v0.22.20 |
433 | 2024-08-13T18:42:22.987Z | Compiling macaddr v1.0.1 |
434 | 2024-08-13T18:42:23.796Z | Compiling dof v0.3.0 |
435 | 2024-08-13T18:42:23.796Z | Compiling cargo_metadata v0.18.1 |
436 | 2024-08-13T18:42:25.695Z | Compiling toml v0.8.19 |
437 | 2024-08-13T18:42:25.775Z | Compiling usdt-macro v0.5.0 |
438 | 2024-08-13T18:42:25.775Z | Compiling usdt-attr-macro v0.5.0 |
439 | 2024-08-13T18:42:26.558Z | Compiling cargo_toml v0.20.4 |
440 | 2024-08-13T18:42:27.211Z | Compiling usdt v0.5.0 |
441 | 2024-08-13T18:42:30.301Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
442 | 2024-08-13T18:42:34.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.45s |
443 | 2024-08-13T18:42:34.397Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
444 | 2024-08-13T18:42:34.957Z | Downloading crates ... |
445 | 2024-08-13T18:42:35.077Z | Downloaded atty v0.2.14 |
446 | 2024-08-13T18:42:35.080Z | Downloaded adler v1.0.2 |
447 | 2024-08-13T18:42:35.083Z | Downloaded ahash v0.8.11 |
448 | 2024-08-13T18:42:35.090Z | Downloaded ciborium-io v0.2.2 |
449 | 2024-08-13T18:42:35.093Z | Downloaded async-stream-impl v0.3.5 |
450 | 2024-08-13T18:42:35.093Z | Downloaded crunchy v0.2.2 |
451 | 2024-08-13T18:42:35.095Z | Downloaded bitstruct_derive v0.1.0 |
452 | 2024-08-13T18:42:35.100Z | Downloaded base16ct v0.2.0 |
453 | 2024-08-13T18:42:35.100Z | Downloaded atomic-waker v1.1.2 |
454 | 2024-08-13T18:42:35.102Z | Downloaded is-terminal v0.4.12 |
455 | 2024-08-13T18:42:35.102Z | Downloaded ascii-canvas v3.0.0 |
456 | 2024-08-13T18:42:35.102Z | Downloaded async-recursion v1.1.1 |
457 | 2024-08-13T18:42:35.105Z | Downloaded array-init v0.0.4 |
458 | 2024-08-13T18:42:35.107Z | Downloaded match_cfg v0.1.0 |
459 | 2024-08-13T18:42:35.107Z | Downloaded mime v0.3.17 |
460 | 2024-08-13T18:42:35.110Z | Downloaded crc-catalog v2.4.0 |
461 | 2024-08-13T18:42:35.112Z | Downloaded lru v0.12.3 |
462 | 2024-08-13T18:42:35.115Z | Downloaded bit-set v0.5.3 |
463 | 2024-08-13T18:42:35.115Z | Downloaded normalize-line-endings v0.3.0 |
464 | 2024-08-13T18:42:35.118Z | Downloaded arrayvec v0.7.4 |
465 | 2024-08-13T18:42:35.122Z | Downloaded nodrop v0.1.14 |
466 | 2024-08-13T18:42:35.122Z | Downloaded openssl-macros v0.1.1 |
467 | 2024-08-13T18:42:35.124Z | Downloaded instant v0.1.12 |
468 | 2024-08-13T18:42:35.125Z | Downloaded chacha20 v0.9.1 |
469 | 2024-08-13T18:42:35.127Z | Downloaded newline-converter v0.3.0 |
470 | 2024-08-13T18:42:35.127Z | Downloaded curve25519-dalek-derive v0.1.1 |
471 | 2024-08-13T18:42:35.130Z | Downloaded atomicwrites v0.4.3 |
472 | 2024-08-13T18:42:35.132Z | Downloaded crc v3.2.1 |
473 | 2024-08-13T18:42:35.135Z | Downloaded keccak v0.1.5 |
474 | 2024-08-13T18:42:35.138Z | Downloaded packed_struct_codegen v0.10.1 |
475 | 2024-08-13T18:42:35.141Z | Downloaded num_enum_derive v0.5.11 |
476 | 2024-08-13T18:42:35.141Z | Downloaded assert_matches v1.5.0 |
477 | 2024-08-13T18:42:35.144Z | Downloaded num_cpus v1.16.0 |
478 | 2024-08-13T18:42:35.147Z | Downloaded base64ct v1.6.0 |
479 | 2024-08-13T18:42:35.150Z | Downloaded defmt v0.3.8 |
480 | 2024-08-13T18:42:35.152Z | Downloaded maybe-uninit v2.0.0 |
481 | 2024-08-13T18:42:35.155Z | Downloaded parse-display-derive v0.10.0 |
482 | 2024-08-13T18:42:35.157Z | Downloaded bit-vec v0.6.3 |
483 | 2024-08-13T18:42:35.160Z | Downloaded cfg_aliases v0.1.1 |
484 | 2024-08-13T18:42:35.160Z | Downloaded bitstruct v0.1.1 |
485 | 2024-08-13T18:42:35.163Z | Downloaded bcs v0.1.6 |
486 | 2024-08-13T18:42:35.166Z | Downloaded newtype_derive v0.1.6 |
487 | 2024-08-13T18:42:35.166Z | Downloaded linear-map v1.2.0 |
488 | 2024-08-13T18:42:35.169Z | Downloaded num-rational v0.4.2 |
489 | 2024-08-13T18:42:35.171Z | Downloaded sigpipe v0.1.3 |
490 | 2024-08-13T18:42:35.171Z | Downloaded data-encoding v2.6.0 |
491 | 2024-08-13T18:42:35.174Z | Downloaded matches v0.1.10 |
492 | 2024-08-13T18:42:35.177Z | Downloaded is_ci v1.2.0 |
493 | 2024-08-13T18:42:35.177Z | Downloaded num-complex v0.4.6 |
494 | 2024-08-13T18:42:35.180Z | Downloaded buf-list v1.0.3 |
495 | 2024-08-13T18:42:35.183Z | Downloaded memmap2 v0.9.4 |
496 | 2024-08-13T18:42:35.185Z | Downloaded owo-colors v4.0.0 |
497 | 2024-08-13T18:42:35.187Z | Downloaded cookie v0.18.1 |
498 | 2024-08-13T18:42:35.191Z | Downloaded opaque-debug v0.3.1 |
499 | 2024-08-13T18:42:35.194Z | Downloaded try-lock v0.2.5 |
500 | 2024-08-13T18:42:35.194Z | Downloaded tinyvec_macros v0.1.1 |
501 | 2024-08-13T18:42:35.197Z | Downloaded oso-derive v0.27.3 |
502 | 2024-08-13T18:42:35.197Z | Downloaded shlex v1.3.0 |
503 | 2024-08-13T18:42:35.199Z | Downloaded memoffset v0.9.1 |
504 | 2024-08-13T18:42:35.201Z | Downloaded newtype-uuid v1.1.0 |
505 | 2024-08-13T18:42:35.204Z | Downloaded lazycell v1.3.0 |
506 | 2024-08-13T18:42:35.204Z | Downloaded take_mut v0.2.2 |
507 | 2024-08-13T18:42:35.206Z | Downloaded crossbeam-deque v0.8.5 |
508 | 2024-08-13T18:42:35.206Z | Downloaded debug-ignore v1.0.5 |
509 | 2024-08-13T18:42:35.209Z | Downloaded cassowary v0.3.0 |
510 | 2024-08-13T18:42:35.213Z | Downloaded endian-type v0.1.2 |
511 | 2024-08-13T18:42:35.217Z | Downloaded defmt-macros v0.3.9 |
512 | 2024-08-13T18:42:35.217Z | Downloaded nu-ansi-term v0.50.0 |
513 | 2024-08-13T18:42:35.223Z | Downloaded libsw v3.3.1 |
514 | 2024-08-13T18:42:35.226Z | Downloaded lru-cache v0.1.2 |
515 | 2024-08-13T18:42:35.226Z | Downloaded num v0.4.3 |
516 | 2024-08-13T18:42:35.226Z | Downloaded kstat-rs v0.2.4 |
517 | 2024-08-13T18:42:35.229Z | Downloaded parking_lot v0.12.2 |
518 | 2024-08-13T18:42:35.232Z | Downloaded signature v2.2.0 |
519 | 2024-08-13T18:42:35.232Z | Downloaded slog-envlogger v2.2.0 |
520 | 2024-08-13T18:42:35.235Z | Downloaded tabwriter v1.4.0 |
521 | 2024-08-13T18:42:35.238Z | Downloaded hubpack_derive v0.1.1 |
522 | 2024-08-13T18:42:35.238Z | Downloaded parking_lot_core v0.9.10 |
523 | 2024-08-13T18:42:35.240Z | Downloaded strum_macros v0.24.3 |
524 | 2024-08-13T18:42:35.244Z | Downloaded path-slash v0.1.5 |
525 | 2024-08-13T18:42:35.247Z | Downloaded mockall v0.13.0 |
526 | 2024-08-13T18:42:35.247Z | Downloaded serde_with_macros v3.8.3 |
527 | 2024-08-13T18:42:35.249Z | Downloaded cobs v0.2.3 |
528 | 2024-08-13T18:42:35.252Z | Downloaded structmeta v0.2.0 |
529 | 2024-08-13T18:42:35.254Z | Downloaded cookie_store v0.20.0 |
530 | 2024-08-13T18:42:35.257Z | Downloaded float-ord v0.3.2 |
531 | 2024-08-13T18:42:35.257Z | Downloaded dirs-next v2.0.0 |
532 | 2024-08-13T18:42:35.261Z | Downloaded lock_api v0.4.12 |
533 | 2024-08-13T18:42:35.263Z | Downloaded libloading v0.8.3 |
534 | 2024-08-13T18:42:35.264Z | Downloaded float-cmp v0.9.0 |
535 | 2024-08-13T18:42:35.266Z | Downloaded oso v0.27.3 |
536 | 2024-08-13T18:42:35.270Z | Downloaded group v0.13.0 |
537 | 2024-08-13T18:42:35.272Z | Downloaded multer v3.1.0 |
538 | 2024-08-13T18:42:35.275Z | Downloaded darling_core v0.20.9 |
539 | 2024-08-13T18:42:35.281Z | Downloaded peg v0.8.4 |
540 | 2024-08-13T18:42:35.286Z | Downloaded ena v0.14.3 |
541 | 2024-08-13T18:42:35.289Z | Downloaded sync_wrapper v0.1.2 |
542 | 2024-08-13T18:42:35.291Z | Downloaded slog-dtrace v0.3.0 |
543 | 2024-08-13T18:42:35.291Z | Downloaded parking_lot_core v0.8.6 |
544 | 2024-08-13T18:42:35.295Z | Downloaded parking_lot v0.11.2 |
545 | 2024-08-13T18:42:35.299Z | Downloaded downcast v0.11.0 |
546 | 2024-08-13T18:42:35.301Z | Downloaded predicates-tree v1.0.9 |
547 | 2024-08-13T18:42:35.301Z | Downloaded pkg-config v0.3.30 |
548 | 2024-08-13T18:42:35.303Z | Downloaded display-error-chain v0.2.0 |
549 | 2024-08-13T18:42:35.306Z | Downloaded globset v0.4.14 |
550 | 2024-08-13T18:42:35.306Z | Downloaded ciborium v0.2.2 |
551 | 2024-08-13T18:42:35.309Z | Downloaded openssl-sys v0.9.103 |
552 | 2024-08-13T18:42:35.319Z | Downloaded pretty-hex v0.2.1 |
553 | 2024-08-13T18:42:35.323Z | Downloaded phf_shared v0.10.0 |
554 | 2024-08-13T18:42:35.323Z | Downloaded static_assertions v1.1.0 |
555 | 2024-08-13T18:42:35.323Z | Downloaded stable_deref_trait v1.2.0 |
556 | 2024-08-13T18:42:35.326Z | Downloaded scheduled-thread-pool v0.2.7 |
557 | 2024-08-13T18:42:35.326Z | Downloaded waitgroup v0.1.2 |
558 | 2024-08-13T18:42:35.326Z | Downloaded tokio-native-tls v0.3.1 |
559 | 2024-08-13T18:42:35.330Z | Downloaded slog-bunyan v2.5.0 |
560 | 2024-08-13T18:42:35.332Z | Downloaded num-traits v0.2.19 |
561 | 2024-08-13T18:42:35.332Z | Downloaded slab v0.4.9 |
562 | 2024-08-13T18:42:35.335Z | Downloaded socket2 v0.4.10 |
563 | 2024-08-13T18:42:35.337Z | Downloaded backtrace v0.3.71 |
564 | 2024-08-13T18:42:35.344Z | Downloaded rustc-hash v1.1.0 |
565 | 2024-08-13T18:42:35.346Z | Downloaded hash32 v0.3.1 |
566 | 2024-08-13T18:42:35.346Z | Downloaded test-strategy v0.3.1 |
567 | 2024-08-13T18:42:35.351Z | Downloaded serde_path_to_error v0.1.16 |
568 | 2024-08-13T18:42:35.354Z | Downloaded diesel_table_macro_syntax v0.2.0 |
569 | 2024-08-13T18:42:35.357Z | Downloaded hostname v0.3.1 |
570 | 2024-08-13T18:42:35.359Z | Downloaded home v0.5.9 |
571 | 2024-08-13T18:42:35.359Z | Downloaded num-bigint v0.4.5 |
572 | 2024-08-13T18:42:35.364Z | Downloaded phf_shared v0.11.2 |
573 | 2024-08-13T18:42:35.367Z | Downloaded quick-error v1.2.3 |
574 | 2024-08-13T18:42:35.369Z | Downloaded phf v0.11.2 |
575 | 2024-08-13T18:42:35.369Z | Downloaded hostname v0.4.0 |
576 | 2024-08-13T18:42:35.372Z | Downloaded tokio-rustls v0.24.1 |
577 | 2024-08-13T18:42:35.375Z | Downloaded wait-timeout v0.2.0 |
578 | 2024-08-13T18:42:35.377Z | Downloaded compact_str v0.8.0 |
579 | 2024-08-13T18:42:35.381Z | Downloaded parse-size v1.0.0 |
580 | 2024-08-13T18:42:35.383Z | Downloaded strum v0.26.3 |
581 | 2024-08-13T18:42:35.386Z | Downloaded smawk v0.3.2 |
582 | 2024-08-13T18:42:35.389Z | Downloaded tokio-macros v2.3.0 |
583 | 2024-08-13T18:42:35.389Z | Downloaded serde-big-array v0.5.1 |
584 | 2024-08-13T18:42:35.392Z | Downloaded tls_codec_derive v0.4.1 |
585 | 2024-08-13T18:42:35.394Z | Downloaded snafu v0.8.2 |
586 | 2024-08-13T18:42:35.400Z | Downloaded untrusted v0.7.1 |
587 | 2024-08-13T18:42:35.402Z | Downloaded tower-service v0.3.2 |
588 | 2024-08-13T18:42:35.405Z | Downloaded predicates v3.1.2 |
589 | 2024-08-13T18:42:35.408Z | Downloaded termios v0.3.3 |
590 | 2024-08-13T18:42:35.410Z | Downloaded hex v0.4.3 |
591 | 2024-08-13T18:42:35.415Z | Downloaded derive_builder_macro v0.20.0 |
592 | 2024-08-13T18:42:35.422Z | Downloaded funty v2.0.0 |
593 | 2024-08-13T18:42:35.422Z | Downloaded heck v0.3.3 |
594 | 2024-08-13T18:42:35.422Z | Downloaded ref-cast v1.0.23 |
595 | 2024-08-13T18:42:35.424Z | Downloaded libxml v0.3.3 |
596 | 2024-08-13T18:42:35.427Z | Downloaded rand_seeder v0.3.0 |
597 | 2024-08-13T18:42:35.430Z | Downloaded pin-utils v0.1.0 |
598 | 2024-08-13T18:42:35.432Z | Downloaded radium v0.7.0 |
599 | 2024-08-13T18:42:35.432Z | Downloaded slog v2.7.0 |
600 | 2024-08-13T18:42:35.437Z | Downloaded serde_arrays v0.1.0 |
601 | 2024-08-13T18:42:35.443Z | Downloaded precomputed-hash v0.1.1 |
602 | 2024-08-13T18:42:35.443Z | Downloaded spin v0.9.8 |
603 | 2024-08-13T18:42:35.446Z | Downloaded strum_macros v0.25.3 |
604 | 2024-08-13T18:42:35.446Z | Downloaded either v1.13.0 |
605 | 2024-08-13T18:42:35.449Z | Downloaded thread_local v1.1.8 |
606 | 2024-08-13T18:42:35.449Z | Downloaded semver v0.1.20 |
607 | 2024-08-13T18:42:35.452Z | Downloaded half v2.4.1 |
608 | 2024-08-13T18:42:35.455Z | Downloaded flume v0.11.0 |
609 | 2024-08-13T18:42:35.469Z | Downloaded serde_plain v1.0.2 |
610 | 2024-08-13T18:42:35.472Z | Downloaded humantime v2.1.0 |
611 | 2024-08-13T18:42:35.474Z | Downloaded getopts v0.2.21 |
612 | 2024-08-13T18:42:35.474Z | Downloaded topological-sort v0.2.2 |
613 | 2024-08-13T18:42:35.476Z | Downloaded rand_xorshift v0.3.0 |
614 | 2024-08-13T18:42:35.479Z | Downloaded http-range v0.1.5 |
615 | 2024-08-13T18:42:35.479Z | Downloaded termcolor v1.4.1 |
616 | 2024-08-13T18:42:35.481Z | Downloaded structmeta v0.3.0 |
617 | 2024-08-13T18:42:35.481Z | Downloaded signal-hook-registry v1.4.2 |
618 | 2024-08-13T18:42:35.485Z | Downloaded sha1 v0.10.6 |
619 | 2024-08-13T18:42:35.488Z | Downloaded zone_cfg_derive v0.1.2 |
620 | 2024-08-13T18:42:35.488Z | Downloaded password-hash v0.5.0 |
621 | 2024-08-13T18:42:35.491Z | Downloaded ron v0.7.1 |
622 | 2024-08-13T18:42:35.494Z | Downloaded iana-time-zone v0.1.60 |
623 | 2024-08-13T18:42:35.496Z | Downloaded termtree v0.4.1 |
624 | 2024-08-13T18:42:35.499Z | Downloaded deranged v0.3.11 |
625 | 2024-08-13T18:42:35.499Z | Downloaded tracing-attributes v0.1.27 |
626 | 2024-08-13T18:42:35.505Z | Downloaded hyper-tls v0.5.0 |
627 | 2024-08-13T18:42:35.509Z | Downloaded tar v0.4.41 |
628 | 2024-08-13T18:42:35.509Z | Downloaded toml_edit v0.19.15 |
629 | 2024-08-13T18:42:35.522Z | Downloaded diff v0.1.13 |
630 | 2024-08-13T18:42:35.525Z | Downloaded xattr v1.3.1 |
631 | 2024-08-13T18:42:35.529Z | Downloaded which v4.4.2 |
632 | 2024-08-13T18:42:35.534Z | Downloaded structmeta-derive v0.2.0 |
633 | 2024-08-13T18:42:35.534Z | Downloaded term v0.7.0 |
634 | 2024-08-13T18:42:35.537Z | Downloaded time-core v0.1.2 |
635 | 2024-08-13T18:42:35.537Z | Downloaded sqlparser_derive v0.2.2 |
636 | 2024-08-13T18:42:35.537Z | Downloaded rustfmt-wrapper v0.2.1 |
637 | 2024-08-13T18:42:35.539Z | Downloaded signal-hook-tokio v0.3.1 |
638 | 2024-08-13T18:42:35.540Z | Downloaded tokio-tungstenite v0.21.0 |
639 | 2024-08-13T18:42:35.542Z | Downloaded socket2 v0.5.7 |
640 | 2024-08-13T18:42:35.545Z | Downloaded crossterm v0.28.1 |
641 | 2024-08-13T18:42:35.549Z | Downloaded itertools v0.10.5 |
642 | 2024-08-13T18:42:35.556Z | Downloaded portpicker v0.1.1 |
643 | 2024-08-13T18:42:35.559Z | Downloaded der_derive v0.7.2 |
644 | 2024-08-13T18:42:35.559Z | Downloaded rustc-demangle v0.1.24 |
645 | 2024-08-13T18:42:35.561Z | Downloaded http-body v0.4.6 |
646 | 2024-08-13T18:42:35.564Z | Downloaded stringprep v0.1.4 |
647 | 2024-08-13T18:42:35.564Z | Downloaded slog-stdlog v4.1.1 |
648 | 2024-08-13T18:42:35.566Z | Downloaded untrusted v0.9.0 |
649 | 2024-08-13T18:42:35.566Z | Downloaded foreign-types-shared v0.3.1 |
650 | 2024-08-13T18:42:35.569Z | Downloaded foreign-types-shared v0.1.1 |
651 | 2024-08-13T18:42:35.569Z | Downloaded unicode-bidi v0.3.15 |
652 | 2024-08-13T18:42:35.572Z | Downloaded httparse v1.8.0 |
653 | 2024-08-13T18:42:35.574Z | Downloaded headers-core v0.2.0 |
654 | 2024-08-13T18:42:35.574Z | Downloaded fxhash v0.2.1 |
655 | 2024-08-13T18:42:35.577Z | Downloaded thiserror-impl-no-std v2.0.2 |
656 | 2024-08-13T18:42:35.577Z | Downloaded yasna v0.5.2 |
657 | 2024-08-13T18:42:35.579Z | Downloaded hyper-rustls v0.24.2 |
658 | 2024-08-13T18:42:35.582Z | Downloaded foreign-types v0.3.2 |
659 | 2024-08-13T18:42:35.582Z | Downloaded rand v0.8.5 |
660 | 2024-08-13T18:42:35.586Z | Downloaded sec1 v0.7.3 |
661 | 2024-08-13T18:42:35.588Z | Downloaded tls_codec v0.4.1 |
662 | 2024-08-13T18:42:35.591Z | Downloaded smf v0.2.3 |
663 | 2024-08-13T18:42:35.591Z | Downloaded rtoolbox v0.0.2 |
664 | 2024-08-13T18:42:35.594Z | Downloaded unsafe-libyaml v0.2.11 |
665 | 2024-08-13T18:42:35.597Z | Downloaded rustls-pemfile v1.0.4 |
666 | 2024-08-13T18:42:35.599Z | Downloaded toml v0.5.11 |
667 | 2024-08-13T18:42:35.601Z | Downloaded unicode-linebreak v0.1.5 |
668 | 2024-08-13T18:42:35.601Z | Downloaded walkdir v2.5.0 |
669 | 2024-08-13T18:42:35.604Z | Downloaded rayon-core v1.12.1 |
670 | 2024-08-13T18:42:35.608Z | Downloaded thiserror-no-std v2.0.2 |
671 | 2024-08-13T18:42:35.610Z | Downloaded gethostname v0.5.0 |
672 | 2024-08-13T18:42:35.614Z | Downloaded tiny-keccak v2.0.2 |
673 | 2024-08-13T18:42:35.617Z | Downloaded num-bigint-dig v0.8.4 |
674 | 2024-08-13T18:42:35.620Z | Downloaded tempfile v3.10.1 |
675 | 2024-08-13T18:42:35.622Z | Downloaded futures-sink v0.3.30 |
676 | 2024-08-13T18:42:35.624Z | Downloaded fixedbitset v0.4.2 |
677 | 2024-08-13T18:42:35.624Z | Downloaded futures-macro v0.3.30 |
678 | 2024-08-13T18:42:35.627Z | Downloaded form_urlencoded v1.2.1 |
679 | 2024-08-13T18:42:35.627Z | Downloaded hyper-staticfile v0.9.5 |
680 | 2024-08-13T18:42:35.629Z | Downloaded time-macros v0.2.18 |
681 | 2024-08-13T18:42:35.632Z | Downloaded rustls-pemfile v2.1.3 |
682 | 2024-08-13T18:42:35.634Z | Downloaded slog-term v2.9.1 |
683 | 2024-08-13T18:42:35.637Z | Downloaded rustversion v1.0.17 |
684 | 2024-08-13T18:42:35.644Z | Downloaded smallvec v0.6.14 |
685 | 2024-08-13T18:42:35.644Z | Downloaded rpassword v7.3.1 |
686 | 2024-08-13T18:42:35.644Z | Downloaded pkcs8 v0.10.2 |
687 | 2024-08-13T18:42:35.647Z | Downloaded siphasher v0.3.11 |
688 | 2024-08-13T18:42:35.647Z | Downloaded sct v0.7.1 |
689 | 2024-08-13T18:42:35.649Z | Downloaded derive_more v0.99.18 |
690 | 2024-08-13T18:42:35.653Z | Downloaded headers v0.3.9 |
691 | 2024-08-13T18:42:35.658Z | Downloaded flate2 v1.0.31 |
692 | 2024-08-13T18:42:35.665Z | Downloaded aho-corasick v1.1.3 |
693 | 2024-08-13T18:42:35.670Z | Downloaded percent-encoding v2.3.1 |
694 | 2024-08-13T18:42:35.672Z | Downloaded slog-json v2.6.1 |
695 | 2024-08-13T18:42:35.672Z | Downloaded smallvec v1.13.2 |
696 | 2024-08-13T18:42:35.675Z | Downloaded highway v1.2.0 |
697 | 2024-08-13T18:42:35.677Z | Downloaded reedline v0.33.0 |
698 | 2024-08-13T18:42:35.685Z | Downloaded rustls-pki-types v1.7.0 |
699 | 2024-08-13T18:42:35.688Z | Downloaded hmac v0.12.1 |
700 | 2024-08-13T18:42:35.690Z | Downloaded postcard v1.0.8 |
701 | 2024-08-13T18:42:35.694Z | Downloaded postgres-protocol v0.6.7 |
702 | 2024-08-13T18:42:35.696Z | Downloaded powerfmt v0.2.0 |
703 | 2024-08-13T18:42:35.696Z | Downloaded elliptic-curve v0.13.8 |
704 | 2024-08-13T18:42:35.699Z | Downloaded tungstenite v0.21.0 |
705 | 2024-08-13T18:42:35.701Z | Downloaded zerocopy v0.6.6 |
706 | 2024-08-13T18:42:35.704Z | Downloaded env_logger v0.9.3 |
707 | 2024-08-13T18:42:35.706Z | Downloaded postgres-types v0.2.7 |
708 | 2024-08-13T18:42:35.708Z | Downloaded publicsuffix v2.2.3 |
709 | 2024-08-13T18:42:35.711Z | Downloaded typed-path v0.7.1 |
710 | 2024-08-13T18:42:35.717Z | Downloaded prettyplease v0.2.20 |
711 | 2024-08-13T18:42:35.720Z | Downloaded lalrpop v0.19.12 |
712 | 2024-08-13T18:42:35.731Z | Downloaded der v0.7.9 |
713 | 2024-08-13T18:42:35.736Z | Downloaded rsa v0.9.6 |
714 | 2024-08-13T18:42:35.741Z | Downloaded tough v0.17.1 |
715 | 2024-08-13T18:42:35.749Z | Downloaded expectorate v1.1.0 |
716 | 2024-08-13T18:42:35.752Z | Downloaded hashbrown v0.13.2 |
717 | 2024-08-13T18:42:35.755Z | Downloaded tracing v0.1.40 |
718 | 2024-08-13T18:42:35.759Z | Downloaded heapless v0.7.17 |
719 | 2024-08-13T18:42:35.763Z | Downloaded futures-util v0.3.30 |
720 | 2024-08-13T18:42:35.777Z | Downloaded unicode-segmentation v1.11.0 |
721 | 2024-08-13T18:42:35.779Z | Downloaded url v2.5.2 |
722 | 2024-08-13T18:42:35.782Z | Downloaded similar v2.5.0 |
723 | 2024-08-13T18:42:35.787Z | Downloaded ron v0.8.1 |
724 | 2024-08-13T18:42:35.792Z | Downloaded hashbrown v0.12.3 |
725 | 2024-08-13T18:42:35.796Z | Downloaded portable-atomic v1.6.0 |
726 | 2024-08-13T18:42:35.802Z | Downloaded serde_with v3.8.3 |
727 | 2024-08-13T18:42:35.811Z | Downloaded unicode-normalization v0.1.23 |
728 | 2024-08-13T18:42:35.815Z | Downloaded tokio-util v0.7.11 |
729 | 2024-08-13T18:42:35.820Z | Downloaded winnow v0.5.40 |
730 | 2024-08-13T18:42:35.829Z | Downloaded regex-automata v0.1.10 |
731 | 2024-08-13T18:42:35.834Z | Downloaded bitvec v1.0.1 |
732 | 2024-08-13T18:42:35.850Z | Downloaded rustls-webpki v0.101.7 |
733 | 2024-08-13T18:42:35.864Z | Downloaded openssl v0.10.66 |
734 | 2024-08-13T18:42:35.874Z | Downloaded hyper v0.14.30 |
735 | 2024-08-13T18:42:35.881Z | Downloaded sqlparser v0.45.0 |
736 | 2024-08-13T18:42:35.887Z | Downloaded gimli v0.28.1 |
737 | 2024-08-13T18:42:35.895Z | Downloaded rayon v1.10.0 |
738 | 2024-08-13T18:42:35.903Z | Downloaded rustls-webpki v0.102.4 |
739 | 2024-08-13T18:42:35.921Z | Downloaded quick-xml v0.31.0 |
740 | 2024-08-13T18:42:35.926Z | Downloaded webpki-roots v0.25.4 |
741 | 2024-08-13T18:42:35.930Z | Downloaded openapiv3 v2.0.0 |
742 | 2024-08-13T18:42:35.942Z | Downloaded h2 v0.3.26 |
743 | 2024-08-13T18:42:35.949Z | Downloaded proptest v1.5.0 |
744 | 2024-08-13T18:42:35.958Z | Downloaded diesel v2.2.2 |
745 | 2024-08-13T18:42:35.977Z | Downloaded radix_trie v0.2.1 |
746 | 2024-08-13T18:42:35.983Z | Downloaded polar-core v0.27.3 |
747 | 2024-08-13T18:42:35.991Z | Downloaded smoltcp v0.9.1 |
748 | 2024-08-13T18:42:36.002Z | Downloaded vcpkg v0.2.15 |
749 | 2024-08-13T18:42:36.039Z | Downloaded rustls v0.21.12 |
750 | 2024-08-13T18:42:36.050Z | Downloaded regex v1.10.6 |
751 | 2024-08-13T18:42:36.062Z | Downloaded ratatui v0.28.0 |
752 | 2024-08-13T18:42:36.082Z | Downloaded regex-syntax v0.6.29 |
753 | 2024-08-13T18:42:36.088Z | Downloaded regex-syntax v0.8.4 |
754 | 2024-08-13T18:42:36.096Z | Downloaded rustls v0.22.4 |
755 | 2024-08-13T18:42:36.109Z | Downloaded regex-automata v0.4.6 |
756 | 2024-08-13T18:42:36.127Z | Downloaded finl_unicode v1.2.0 |
757 | 2024-08-13T18:42:36.138Z | Downloaded sled v0.34.7 |
758 | 2024-08-13T18:42:36.148Z | Downloaded tokio v1.38.1 |
759 | 2024-08-13T18:42:36.184Z | Downloaded sha3 v0.10.8 |
760 | 2024-08-13T18:42:36.188Z | Downloaded zerocopy-derive v0.6.6 |
761 | 2024-08-13T18:42:36.196Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
762 | 2024-08-13T18:42:36.208Z | Downloaded regress v0.9.1 |
763 | 2024-08-13T18:42:36.216Z | Downloaded petgraph v0.6.5 |
764 | 2024-08-13T18:42:36.234Z | Downloaded csv v1.3.0 |
765 | 2024-08-13T18:42:36.254Z | Downloaded encoding_rs v0.8.34 |
766 | 2024-08-13T18:42:36.275Z | Downloaded smoltcp v0.11.0 |
767 | 2024-08-13T18:42:36.288Z | Downloaded bstr v1.9.1 |
768 | 2024-08-13T18:42:36.298Z | Downloaded bstr v0.2.17 |
769 | 2024-08-13T18:42:36.307Z | Downloaded trust-dns-proto v0.22.0 |
770 | 2024-08-13T18:42:36.319Z | Downloaded idna v0.2.3 |
771 | 2024-08-13T18:42:36.326Z | Downloaded curve25519-dalek v4.1.3 |
772 | 2024-08-13T18:42:36.334Z | Downloaded idna v0.3.0 |
773 | 2024-08-13T18:42:36.342Z | Downloaded nix v0.28.0 |
774 | 2024-08-13T18:42:36.352Z | Downloaded object v0.32.2 |
775 | 2024-08-13T18:42:36.364Z | Downloaded object v0.30.4 |
776 | 2024-08-13T18:42:36.375Z | Downloaded nix v0.27.1 |
777 | 2024-08-13T18:42:36.384Z | Downloaded chrono v0.4.38 |
778 | 2024-08-13T18:42:36.392Z | Downloaded bindgen v0.69.4 |
779 | 2024-08-13T18:42:36.399Z | Downloaded reqwest v0.11.27 |
780 | 2024-08-13T18:42:36.408Z | Downloaded idna v0.5.0 |
781 | 2024-08-13T18:42:36.418Z | Downloaded http v1.1.0 |
782 | 2024-08-13T18:42:36.425Z | Downloaded time v0.3.36 |
783 | 2024-08-13T18:42:36.428Z | Downloaded ring v0.17.8 |
784 | 2024-08-13T18:42:36.493Z | Downloaded hkdf v0.12.4 |
785 | 2024-08-13T18:42:36.496Z | Downloaded blake3 v1.5.1 |
786 | 2024-08-13T18:42:36.502Z | Downloaded rustyline v14.0.0 |
787 | 2024-08-13T18:42:36.507Z | Downloaded enum-as-inner v0.5.1 |
788 | 2024-08-13T18:42:36.511Z | Downloaded utf-8 v0.7.6 |
789 | 2024-08-13T18:42:36.511Z | Downloaded unicode-truncate v1.0.0 |
790 | 2024-08-13T18:42:36.511Z | Downloaded ppv-lite86 v0.2.17 |
791 | 2024-08-13T18:42:36.514Z | Downloaded rusty-fork v0.3.0 |
792 | 2024-08-13T18:42:36.514Z | Downloaded env_logger v0.10.2 |
793 | 2024-08-13T18:42:36.517Z | Downloaded subprocess v0.2.9 |
794 | 2024-08-13T18:42:36.521Z | Downloaded serde_yaml v0.9.34+deprecated |
795 | 2024-08-13T18:42:36.524Z | Downloaded tungstenite v0.20.1 |
796 | 2024-08-13T18:42:36.527Z | Downloaded itertools v0.13.0 |
797 | 2024-08-13T18:42:36.532Z | Downloaded pin-project-lite v0.2.14 |
798 | 2024-08-13T18:42:36.536Z | Downloaded futures-task v0.3.30 |
799 | 2024-08-13T18:42:36.539Z | Downloaded foreign-types-macros v0.2.3 |
800 | 2024-08-13T18:42:36.539Z | Downloaded heapless v0.8.0 |
801 | 2024-08-13T18:42:36.542Z | Downloaded schemars v0.8.21 |
802 | 2024-08-13T18:42:36.552Z | Downloaded nom v7.1.3 |
803 | 2024-08-13T18:42:36.557Z | Downloaded ring v0.16.20 |
804 | 2024-08-13T18:42:36.638Z | Downloaded diesel_derives v2.2.2 |
805 | 2024-08-13T18:42:36.642Z | Downloaded unicode_categories v0.1.1 |
806 | 2024-08-13T18:42:36.645Z | Downloaded steno v0.4.1 |
807 | 2024-08-13T18:42:36.647Z | Downloaded erased-serde v0.3.31 |
808 | 2024-08-13T18:42:36.650Z | Downloaded poly1305 v0.8.0 |
809 | 2024-08-13T18:42:36.652Z | Downloaded tokio-tungstenite v0.20.1 |
810 | 2024-08-13T18:42:36.655Z | Downloaded spin v0.5.2 |
811 | 2024-08-13T18:42:36.657Z | Downloaded proc-macro-crate v1.3.1 |
812 | 2024-08-13T18:42:36.657Z | Downloaded crossterm v0.27.0 |
813 | 2024-08-13T18:42:36.661Z | Downloaded whoami v1.5.1 |
814 | 2024-08-13T18:42:36.664Z | Downloaded structmeta-derive v0.3.0 |
815 | 2024-08-13T18:42:36.667Z | Downloaded trust-dns-client v0.22.0 |
816 | 2024-08-13T18:42:36.669Z | Downloaded http v0.2.12 |
817 | 2024-08-13T18:42:36.673Z | Downloaded fatfs v0.3.6 |
818 | 2024-08-13T18:42:36.675Z | Downloaded zip v0.6.6 |
819 | 2024-08-13T18:42:36.679Z | Downloaded trust-dns-resolver v0.22.0 |
820 | 2024-08-13T18:42:36.683Z | Downloaded filetime v0.2.24 |
821 | 2024-08-13T18:42:36.685Z | Downloaded ff v0.13.0 |
822 | 2024-08-13T18:42:36.687Z | Downloaded fd-lock v4.0.2 |
823 | 2024-08-13T18:42:36.687Z | Downloaded string_cache v0.8.7 |
824 | 2024-08-13T18:42:36.690Z | Downloaded slog-scope v4.4.0 |
825 | 2024-08-13T18:42:36.690Z | Downloaded r2d2 v0.8.10 |
826 | 2024-08-13T18:42:36.692Z | Downloaded secrecy v0.8.0 |
827 | 2024-08-13T18:42:36.692Z | Downloaded getrandom v0.2.14 |
828 | 2024-08-13T18:42:36.696Z | Downloaded serde_urlencoded v0.7.1 |
829 | 2024-08-13T18:42:36.698Z | Downloaded futures v0.3.30 |
830 | 2024-08-13T18:42:36.701Z | Downloaded x509-cert v0.2.5 |
831 | 2024-08-13T18:42:36.706Z | Downloaded strip-ansi-escapes v0.2.0 |
832 | 2024-08-13T18:42:36.709Z | Downloaded serde_repr v0.1.19 |
833 | 2024-08-13T18:42:36.709Z | Downloaded psl-types v2.0.11 |
834 | 2024-08-13T18:42:36.712Z | Downloaded zeroize v1.7.0 |
835 | 2024-08-13T18:42:36.712Z | Downloaded tui-tree-widget v0.22.0 |
836 | 2024-08-13T18:42:36.714Z | Downloaded pkcs1 v0.7.5 |
837 | 2024-08-13T18:42:36.714Z | Downloaded trust-dns-server v0.22.1 |
838 | 2024-08-13T18:42:36.719Z | Downloaded tokio-postgres v0.7.11 |
839 | 2024-08-13T18:42:36.723Z | Downloaded tracing-core v0.1.32 |
840 | 2024-08-13T18:42:36.726Z | Downloaded peg-macros v0.8.4 |
841 | 2024-08-13T18:42:36.728Z | Downloaded samael v0.0.15 |
842 | 2024-08-13T18:42:36.732Z | Downloaded futures-channel v0.3.30 |
843 | 2024-08-13T18:42:36.734Z | Downloaded pin-project v1.1.5 |
844 | 2024-08-13T18:42:36.744Z | Downloaded libm v0.2.8 |
845 | 2024-08-13T18:42:36.753Z | Downloaded chacha20poly1305 v0.10.1 |
846 | 2024-08-13T18:42:36.756Z | Downloaded strum_macros v0.26.4 |
847 | 2024-08-13T18:42:36.756Z | Downloaded rcgen v0.12.1 |
848 | 2024-08-13T18:42:36.758Z | Downloaded serde-hex v0.1.0 |
849 | 2024-08-13T18:42:36.758Z | Downloaded tokio-stream v0.1.15 |
850 | 2024-08-13T18:42:36.763Z | Downloaded rand_chacha v0.3.1 |
851 | 2024-08-13T18:42:36.765Z | Downloaded pem-rfc7468 v0.7.0 |
852 | 2024-08-13T18:42:36.765Z | Downloaded pem v3.0.4 |
853 | 2024-08-13T18:42:36.768Z | Downloaded vte v0.11.1 |
854 | 2024-08-13T18:42:36.768Z | Downloaded mio v1.0.1 |
855 | 2024-08-13T18:42:36.773Z | Downloaded minimal-lexical v0.2.1 |
856 | 2024-08-13T18:42:36.778Z | Downloaded const_format v0.2.32 |
857 | 2024-08-13T18:42:36.782Z | Downloaded futures-core v0.3.30 |
858 | 2024-08-13T18:42:36.784Z | Downloaded fastrand v2.1.0 |
859 | 2024-08-13T18:42:36.786Z | Downloaded fallible-iterator v0.2.0 |
860 | 2024-08-13T18:42:36.786Z | Downloaded dyn-clone v1.0.17 |
861 | 2024-08-13T18:42:36.789Z | Downloaded signal-hook v0.3.17 |
862 | 2024-08-13T18:42:36.791Z | Downloaded crypto-bigint v0.5.5 |
863 | 2024-08-13T18:42:36.795Z | Downloaded derive_builder_core v0.20.0 |
864 | 2024-08-13T18:42:36.798Z | Downloaded unicode-xid v0.2.4 |
865 | 2024-08-13T18:42:36.800Z | Downloaded uuid v1.10.0 |
866 | 2024-08-13T18:42:36.803Z | Downloaded sqlformat v0.2.4 |
867 | 2024-08-13T18:42:36.803Z | Downloaded spki v0.7.3 |
868 | 2024-08-13T18:42:36.807Z | Downloaded supports-color v3.0.0 |
869 | 2024-08-13T18:42:36.807Z | Downloaded signal-hook-mio v0.2.4 |
870 | 2024-08-13T18:42:36.809Z | Downloaded shell-words v1.1.0 |
871 | 2024-08-13T18:42:36.809Z | Downloaded schemars_derive v0.8.21 |
872 | 2024-08-13T18:42:36.809Z | Downloaded rustc_version v0.1.7 |
873 | 2024-08-13T18:42:36.811Z | Downloaded vsss-rs v3.3.4 |
874 | 2024-08-13T18:42:36.814Z | Downloaded mio v0.8.11 |
875 | 2024-08-13T18:42:36.817Z | Downloaded scopeguard v1.2.0 |
876 | 2024-08-13T18:42:36.819Z | Downloaded rustc_version v0.4.0 |
877 | 2024-08-13T18:42:36.819Z | Downloaded ref-cast-impl v1.0.23 |
878 | 2024-08-13T18:42:36.821Z | Downloaded rand_core v0.6.4 |
879 | 2024-08-13T18:42:36.821Z | Downloaded cc v1.0.97 |
880 | 2024-08-13T18:42:36.824Z | Downloaded same-file v1.0.6 |
881 | 2024-08-13T18:42:36.827Z | Downloaded derive-where v1.2.7 |
882 | 2024-08-13T18:42:36.830Z | Downloaded base64 v0.22.1 |
883 | 2024-08-13T18:42:36.832Z | Downloaded miniz_oxide v0.7.2 |
884 | 2024-08-13T18:42:36.834Z | Downloaded bytes v1.7.1 |
885 | 2024-08-13T18:42:36.837Z | Downloaded futures-io v0.3.30 |
886 | 2024-08-13T18:42:36.839Z | Downloaded futures-executor v0.3.30 |
887 | 2024-08-13T18:42:36.839Z | Downloaded fragile v2.0.0 |
888 | 2024-08-13T18:42:36.842Z | Downloaded dirs-sys-next v0.1.2 |
889 | 2024-08-13T18:42:36.842Z | Downloaded zeroize_derive v1.4.2 |
890 | 2024-08-13T18:42:36.844Z | Downloaded ident_case v1.0.1 |
891 | 2024-08-13T18:42:36.845Z | Downloaded pin-project-internal v1.1.5 |
892 | 2024-08-13T18:42:36.845Z | Downloaded toml v0.7.8 |
893 | 2024-08-13T18:42:36.847Z | Downloaded serde_derive_internals v0.29.1 |
894 | 2024-08-13T18:42:36.850Z | Downloaded hash32 v0.2.1 |
895 | 2024-08-13T18:42:36.852Z | Downloaded foreign-types v0.5.0 |
896 | 2024-08-13T18:42:36.852Z | Downloaded dsl_auto_type v0.1.2 |
897 | 2024-08-13T18:42:36.852Z | Downloaded tinyvec v1.6.0 |
898 | 2024-08-13T18:42:36.858Z | Downloaded tap v1.0.1 |
899 | 2024-08-13T18:42:36.858Z | Downloaded subtle v2.5.0 |
900 | 2024-08-13T18:42:36.858Z | Downloaded crossbeam-channel v0.5.12 |
901 | 2024-08-13T18:42:36.861Z | Downloaded derive_builder v0.20.0 |
902 | 2024-08-13T18:42:36.864Z | Downloaded base64 v0.13.1 |
903 | 2024-08-13T18:42:36.867Z | Downloaded uzers v0.11.3 |
904 | 2024-08-13T18:42:36.870Z | Downloaded itertools v0.12.1 |
905 | 2024-08-13T18:42:36.875Z | Downloaded console v0.15.8 |
906 | 2024-08-13T18:42:36.878Z | Downloaded peg-runtime v0.8.3 |
907 | 2024-08-13T18:42:36.880Z | Downloaded slog-async v2.8.0 |
908 | 2024-08-13T18:42:36.880Z | Downloaded resolv-conf v0.7.0 |
909 | 2024-08-13T18:42:36.883Z | Downloaded predicates-core v1.0.6 |
910 | 2024-08-13T18:42:36.883Z | Downloaded textwrap v0.16.1 |
911 | 2024-08-13T18:42:36.885Z | Downloaded crc32fast v1.4.0 |
912 | 2024-08-13T18:42:36.887Z | Downloaded crc-any v2.5.0 |
913 | 2024-08-13T18:42:36.890Z | Downloaded vte_generate_state_changes v0.1.1 |
914 | 2024-08-13T18:42:36.890Z | Downloaded paste v1.0.15 |
915 | 2024-08-13T18:42:36.894Z | Downloaded httpdate v1.0.3 |
916 | 2024-08-13T18:42:36.894Z | Downloaded packed_struct v0.10.1 |
917 | 2024-08-13T18:42:36.894Z | Downloaded hubpack v0.1.2 |
918 | 2024-08-13T18:42:36.898Z | Downloaded glob v0.3.1 |
919 | 2024-08-13T18:42:36.898Z | Downloaded flagset v0.4.5 |
920 | 2024-08-13T18:42:36.898Z | Downloaded embedded-io v0.4.0 |
921 | 2024-08-13T18:42:36.901Z | Downloaded zone v0.1.8 |
922 | 2024-08-13T18:42:36.901Z | Downloaded base64 v0.21.7 |
923 | 2024-08-13T18:42:36.903Z | Downloaded allocator-api2 v0.2.18 |
924 | 2024-08-13T18:42:36.906Z | Downloaded wyz v0.5.1 |
925 | 2024-08-13T18:42:36.908Z | Downloaded darling v0.20.9 |
926 | 2024-08-13T18:42:36.911Z | Downloaded cookie v0.17.0 |
927 | 2024-08-13T18:42:36.913Z | Downloaded mockall_derive v0.13.0 |
928 | 2024-08-13T18:42:36.915Z | Downloaded indexmap v1.9.3 |
929 | 2024-08-13T18:42:36.918Z | Downloaded tokio-rustls v0.25.0 |
930 | 2024-08-13T18:42:36.920Z | Downloaded difflib v0.4.0 |
931 | 2024-08-13T18:42:36.920Z | Downloaded unarray v0.1.4 |
932 | 2024-08-13T18:42:36.922Z | Downloaded parse-display v0.10.0 |
933 | 2024-08-13T18:42:36.922Z | Downloaded omicron-zone-package v0.11.0 |
934 | 2024-08-13T18:42:36.924Z | Downloaded mime_guess v2.0.4 |
935 | 2024-08-13T18:42:36.927Z | Downloaded universal-hash v0.5.1 |
936 | 2024-08-13T18:42:36.929Z | Downloaded unicase v2.7.0 |
937 | 2024-08-13T18:42:36.929Z | Downloaded num-iter v0.1.45 |
938 | 2024-08-13T18:42:36.931Z | Downloaded nanorand v0.7.0 |
939 | 2024-08-13T18:42:36.931Z | Downloaded olpc-cjson v0.1.3 |
940 | 2024-08-13T18:42:36.933Z | Downloaded num_enum v0.5.11 |
941 | 2024-08-13T18:42:36.936Z | Downloaded nibble_vec v0.1.0 |
942 | 2024-08-13T18:42:36.938Z | Downloaded snafu-derive v0.8.2 |
943 | 2024-08-13T18:42:36.941Z | Downloaded arc-swap v1.7.1 |
944 | 2024-08-13T18:42:36.943Z | Downloaded openssl-probe v0.1.5 |
945 | 2024-08-13T18:42:36.943Z | Downloaded indicatif v0.17.8 |
946 | 2024-08-13T18:42:36.946Z | Downloaded crossbeam-epoch v0.9.18 |
947 | 2024-08-13T18:42:36.949Z | Downloaded camino-tempfile v1.1.1 |
948 | 2024-08-13T18:42:36.951Z | Downloaded crossbeam-utils v0.8.19 |
949 | 2024-08-13T18:42:36.954Z | Downloaded constant_time_eq v0.3.0 |
950 | 2024-08-13T18:42:36.957Z | Downloaded want v0.3.1 |
951 | 2024-08-13T18:42:36.957Z | Downloaded toolchain_find v0.4.0 |
952 | 2024-08-13T18:42:36.957Z | Downloaded ipnetwork v0.20.0 |
953 | 2024-08-13T18:42:36.960Z | Downloaded cipher v0.4.4 |
954 | 2024-08-13T18:42:36.960Z | Downloaded ciborium-ll v0.2.2 |
955 | 2024-08-13T18:42:36.960Z | Downloaded md-5 v0.10.6 |
956 | 2024-08-13T18:42:36.962Z | Downloaded lalrpop-util v0.19.12 |
957 | 2024-08-13T18:42:36.962Z | Downloaded instability v0.3.2 |
958 | 2024-08-13T18:42:36.962Z | Downloaded num_threads v0.1.7 |
959 | 2024-08-13T18:42:36.965Z | Downloaded async-trait v0.1.81 |
960 | 2024-08-13T18:42:36.967Z | Downloaded argon2 v0.5.3 |
961 | 2024-08-13T18:42:36.969Z | Downloaded num-conv v0.1.0 |
962 | 2024-08-13T18:42:36.969Z | Downloaded new_debug_unreachable v1.0.6 |
963 | 2024-08-13T18:42:36.971Z | Downloaded const-oid v0.9.6 |
964 | 2024-08-13T18:42:36.971Z | Downloaded clang-sys v1.7.0 |
965 | 2024-08-13T18:42:36.974Z | Downloaded blake2 v0.10.6 |
966 | 2024-08-13T18:42:36.976Z | Downloaded addr2line v0.21.0 |
967 | 2024-08-13T18:42:36.978Z | Downloaded native-tls v0.2.11 |
968 | 2024-08-13T18:42:36.981Z | Downloaded linked-hash-map v0.5.6 |
969 | 2024-08-13T18:42:36.981Z | Downloaded maplit v1.0.2 |
970 | 2024-08-13T18:42:36.983Z | Downloaded csv-core v0.1.11 |
971 | 2024-08-13T18:42:36.983Z | Downloaded backoff v0.4.0 |
972 | 2024-08-13T18:42:36.985Z | Downloaded ascii v1.1.0 |
973 | 2024-08-13T18:42:36.988Z | Downloaded bb8 v0.8.5 |
974 | 2024-08-13T18:42:36.988Z | Downloaded num-integer v0.1.46 |
975 | 2024-08-13T18:42:36.991Z | Downloaded ipnet v2.9.0 |
976 | 2024-08-13T18:42:36.991Z | Downloaded const_format_proc_macros v0.2.32 |
977 | 2024-08-13T18:42:36.993Z | Downloaded cancel-safe-futures v0.1.5 |
978 | 2024-08-13T18:42:36.996Z | Downloaded bzip2 v0.4.4 |
979 | 2024-08-13T18:42:36.998Z | Downloaded indoc v1.0.9 |
980 | 2024-08-13T18:42:37.001Z | Downloaded darling_macro v0.20.9 |
981 | 2024-08-13T18:42:37.001Z | Downloaded cstr-argument v0.1.2 |
982 | 2024-08-13T18:42:37.001Z | Downloaded crucible-workspace-hack v0.1.0 |
983 | 2024-08-13T18:42:37.001Z | Downloaded async-stream v0.3.5 |
984 | 2024-08-13T18:42:37.004Z | Downloaded libefi-sys v0.1.0 |
985 | 2024-08-13T18:42:37.004Z | Downloaded colored v2.1.0 |
986 | 2024-08-13T18:42:37.006Z | Downloaded multimap v0.10.0 |
987 | 2024-08-13T18:42:37.006Z | Downloaded managed v0.8.0 |
988 | 2024-08-13T18:42:37.009Z | Downloaded inout v0.1.3 |
989 | 2024-08-13T18:42:37.009Z | Downloaded num-derive v0.4.2 |
990 | 2024-08-13T18:42:37.011Z | Downloaded lazy_static v1.5.0 |
991 | 2024-08-13T18:42:37.011Z | Downloaded bitfield-struct v0.6.1 |
992 | 2024-08-13T18:42:37.014Z | Downloaded arrayref v0.3.7 |
993 | 2024-08-13T18:42:37.014Z | Downloaded number_prefix v0.4.0 |
994 | 2024-08-13T18:42:37.014Z | Downloaded convert_case v0.4.0 |
995 | 2024-08-13T18:42:37.017Z | Downloaded block-padding v0.3.3 |
996 | 2024-08-13T18:42:37.017Z | Downloaded indent_write v2.2.0 |
997 | 2024-08-13T18:42:37.017Z | Downloaded aead v0.5.2 |
998 | 2024-08-13T18:42:37.019Z | Downloaded cexpr v0.6.0 |
999 | 2024-08-13T18:42:37.019Z | Downloaded bitflags v1.3.2 |
1000 | 2024-08-13T18:42:37.022Z | Downloaded castaway v0.2.3 |
1001 | 2024-08-13T18:42:37.024Z | Downloaded bitfield v0.14.0 |
1002 | 2024-08-13T18:42:37.024Z | Downloaded impl-trait-for-tuples v0.2.2 |
1003 | 2024-08-13T18:42:37.027Z | Downloaded defmt-parser v0.3.4 |
1004 | 2024-08-13T18:42:37.109Z | Compiling cfg-if v1.0.0 |
1005 | 2024-08-13T18:42:37.110Z | Compiling serde v1.0.206 |
1006 | 2024-08-13T18:42:37.112Z | Compiling lock_api v0.4.12 |
1007 | 2024-08-13T18:42:37.112Z | Compiling scopeguard v1.2.0 |
1008 | 2024-08-13T18:42:37.112Z | Compiling log v0.4.21 |
1009 | 2024-08-13T18:42:37.253Z | Compiling syn v2.0.72 |
1010 | 2024-08-13T18:42:37.256Z | Compiling cc v1.0.97 |
1011 | 2024-08-13T18:42:37.256Z | Compiling typenum v1.17.0 |
1012 | 2024-08-13T18:42:37.332Z | Compiling getrandom v0.2.14 |
1013 | 2024-08-13T18:42:37.460Z | Compiling generic-array v0.14.7 |
1014 | 2024-08-13T18:42:37.714Z | Compiling rand_core v0.6.4 |
1015 | 2024-08-13T18:42:37.781Z | Compiling pin-project-lite v0.2.14 |
1016 | 2024-08-13T18:42:37.829Z | Compiling parking_lot_core v0.9.10 |
1017 | 2024-08-13T18:42:37.877Z | Compiling smallvec v1.13.2 |
1018 | 2024-08-13T18:42:37.903Z | Compiling signal-hook-registry v1.4.2 |
1019 | 2024-08-13T18:42:38.147Z | Compiling spin v0.9.8 |
1020 | 2024-08-13T18:42:38.279Z | Compiling mio v0.8.11 |
1021 | 2024-08-13T18:42:38.296Z | Compiling ahash v0.8.11 |
1022 | 2024-08-13T18:42:38.515Z | Compiling tinyvec_macros v0.1.1 |
1023 | 2024-08-13T18:42:38.605Z | Compiling tinyvec v1.6.0 |
1024 | 2024-08-13T18:42:38.678Z | Compiling parking_lot v0.12.2 |
1025 | 2024-08-13T18:42:38.705Z | Compiling socket2 v0.5.7 |
1026 | 2024-08-13T18:42:38.963Z | Compiling num_cpus v1.16.0 |
1027 | 2024-08-13T18:42:39.095Z | Compiling futures-core v0.3.30 |
1028 | 2024-08-13T18:42:39.341Z | Compiling libm v0.2.8 |
1029 | 2024-08-13T18:42:39.587Z | Compiling const-oid v0.9.6 |
1030 | 2024-08-13T18:42:39.605Z | Compiling subtle v2.5.0 |
1031 | 2024-08-13T18:42:39.674Z | Compiling serde_json v1.0.122 |
1032 | 2024-08-13T18:42:39.720Z | Compiling num-traits v0.2.19 |
1033 | 2024-08-13T18:42:40.028Z | Compiling slab v0.4.9 |
1034 | 2024-08-13T18:42:40.109Z | Compiling allocator-api2 v0.2.18 |
1035 | 2024-08-13T18:42:40.113Z | Compiling unicode-bidi v0.3.15 |
1036 | 2024-08-13T18:42:40.150Z | Compiling unicode-normalization v0.1.23 |
1037 | 2024-08-13T18:42:40.193Z | Compiling futures-sink v0.3.30 |
1038 | 2024-08-13T18:42:40.814Z | Compiling futures-channel v0.3.30 |
1039 | 2024-08-13T18:42:40.875Z | Compiling vcpkg v0.2.15 |
1040 | 2024-08-13T18:42:40.959Z | Compiling pin-utils v0.1.0 |
1041 | 2024-08-13T18:42:41.051Z | Compiling pkg-config v0.3.30 |
1042 | 2024-08-13T18:42:41.355Z | Compiling futures-io v0.3.30 |
1043 | 2024-08-13T18:42:41.443Z | Compiling futures-task v0.3.30 |
1044 | 2024-08-13T18:42:41.751Z | Compiling ring v0.17.8 |
1045 | 2024-08-13T18:42:41.771Z | Compiling percent-encoding v2.3.1 |
1046 | 2024-08-13T18:42:41.771Z | Compiling ppv-lite86 v0.2.17 |
1047 | 2024-08-13T18:42:42.065Z | Compiling tracing-core v0.1.32 |
1048 | 2024-08-13T18:42:42.176Z | Compiling num-conv v0.1.0 |
1049 | 2024-08-13T18:42:42.470Z | Compiling untrusted v0.9.0 |
1050 | 2024-08-13T18:42:42.607Z | Compiling rand_chacha v0.3.1 |
1051 | 2024-08-13T18:42:42.650Z | Compiling syn v1.0.109 |
1052 | 2024-08-13T18:42:42.722Z | Compiling time-core v0.1.2 |
1053 | 2024-08-13T18:42:43.007Z | Compiling rustix v0.38.34 |
1054 | 2024-08-13T18:42:43.199Z | Compiling openssl-sys v0.9.103 |
1055 | 2024-08-13T18:42:43.332Z | Compiling powerfmt v0.2.0 |
1056 | 2024-08-13T18:42:43.598Z | Compiling deranged v0.3.11 |
1057 | 2024-08-13T18:42:43.710Z | Compiling rand v0.8.5 |
1058 | 2024-08-13T18:42:43.733Z | Compiling time-macros v0.2.18 |
1059 | 2024-08-13T18:42:43.913Z | Compiling foreign-types-shared v0.1.1 |
1060 | 2024-08-13T18:42:44.016Z | Compiling num_threads v0.1.7 |
1061 | 2024-08-13T18:42:44.149Z | Compiling httparse v1.8.0 |
1062 | 2024-08-13T18:42:44.328Z | Compiling openssl v0.10.66 |
1063 | 2024-08-13T18:42:44.576Z | Compiling base64ct v1.6.0 |
1064 | 2024-08-13T18:42:44.792Z | Compiling rustversion v1.0.17 |
1065 | 2024-08-13T18:42:45.044Z | Compiling pem-rfc7468 v0.7.0 |
1066 | 2024-08-13T18:42:45.573Z | Compiling foreign-types v0.3.2 |
1067 | 2024-08-13T18:42:45.670Z | Compiling form_urlencoded v1.2.1 |
1068 | 2024-08-13T18:42:45.707Z | Compiling crossbeam-utils v0.8.19 |
1069 | 2024-08-13T18:42:45.789Z | Compiling try-lock v0.2.5 |
1070 | 2024-08-13T18:42:45.937Z | Compiling native-tls v0.2.11 |
1071 | 2024-08-13T18:42:45.978Z | Compiling siphasher v0.3.11 |
1072 | 2024-08-13T18:42:46.278Z | Compiling rustls v0.21.12 |
1073 | 2024-08-13T18:42:46.339Z | Compiling flagset v0.4.5 |
1074 | 2024-08-13T18:42:46.422Z | Compiling want v0.3.1 |
1075 | 2024-08-13T18:42:46.602Z | Compiling idna v0.5.0 |
1076 | 2024-08-13T18:42:46.693Z | Compiling lazy_static v1.5.0 |
1077 | 2024-08-13T18:42:46.811Z | Compiling aho-corasick v1.1.3 |
1078 | 2024-08-13T18:42:47.097Z | Compiling time v0.3.36 |
1079 | 2024-08-13T18:42:47.232Z | Compiling cookie v0.17.0 |
1080 | 2024-08-13T18:42:47.537Z | Compiling regex-syntax v0.8.4 |
1081 | 2024-08-13T18:42:47.980Z | Compiling tower-service v0.3.2 |
1082 | 2024-08-13T18:42:48.107Z | Compiling iana-time-zone v0.1.60 |
1083 | 2024-08-13T18:42:48.238Z | Compiling adler v1.0.2 |
1084 | 2024-08-13T18:42:48.457Z | Compiling sct v0.7.1 |
1085 | 2024-08-13T18:42:48.577Z | Compiling rustls-webpki v0.101.7 |
1086 | 2024-08-13T18:42:48.755Z | Compiling cpufeatures v0.2.12 |
1087 | 2024-08-13T18:42:48.854Z | Compiling slog v2.7.0 |
1088 | 2024-08-13T18:42:49.412Z | Compiling httpdate v1.0.3 |
1089 | 2024-08-13T18:42:49.941Z | Compiling openssl-probe v0.1.5 |
1090 | 2024-08-13T18:42:50.271Z | Compiling finl_unicode v1.2.0 |
1091 | 2024-08-13T18:42:50.592Z | Compiling miniz_oxide v0.7.2 |
1092 | 2024-08-13T18:42:50.887Z | Compiling stringprep v0.1.4 |
1093 | 2024-08-13T18:42:51.997Z | Compiling serde_derive v1.0.206 |
1094 | 2024-08-13T18:42:52.106Z | Compiling zeroize_derive v1.4.2 |
1095 | 2024-08-13T18:42:52.167Z | Compiling zerocopy-derive v0.7.34 |
1096 | 2024-08-13T18:42:52.396Z | Compiling tokio-macros v2.3.0 |
1097 | 2024-08-13T18:42:52.430Z | Compiling thiserror-impl v1.0.63 |
1098 | 2024-08-13T18:42:53.742Z | Compiling zeroize v1.7.0 |
1099 | 2024-08-13T18:42:54.132Z | Compiling futures-macro v0.3.30 |
1100 | 2024-08-13T18:42:54.315Z | Compiling tracing-attributes v0.1.27 |
1101 | 2024-08-13T18:42:54.435Z | Compiling zerocopy v0.7.34 |
1102 | 2024-08-13T18:42:55.568Z | Compiling crypto-common v0.1.6 |
1103 | 2024-08-13T18:42:55.807Z | Compiling block-buffer v0.10.4 |
1104 | 2024-08-13T18:42:55.824Z | Compiling thiserror v1.0.63 |
1105 | 2024-08-13T18:42:55.957Z | Compiling pest v2.7.10 |
1106 | 2024-08-13T18:42:56.096Z | Compiling digest v0.10.7 |
1107 | 2024-08-13T18:42:56.236Z | Compiling futures-util v0.3.30 |
1108 | 2024-08-13T18:42:56.580Z | Compiling scroll_derive v0.12.0 |
1109 | 2024-08-13T18:42:56.710Z | Compiling hashbrown v0.14.5 |
1110 | 2024-08-13T18:42:58.065Z | Compiling scroll v0.12.0 |
1111 | 2024-08-13T18:42:58.138Z | Compiling hmac v0.12.1 |
1112 | 2024-08-13T18:42:58.183Z | Compiling tracing v0.1.40 |
1113 | 2024-08-13T18:42:58.375Z | Compiling der_derive v0.7.2 |
1114 | 2024-08-13T18:42:58.639Z | Compiling pest_meta v2.7.10 |
1115 | 2024-08-13T18:42:58.711Z | Compiling goblin v0.8.2 |
1116 | 2024-08-13T18:42:59.029Z | Compiling openssl-macros v0.1.1 |
1117 | 2024-08-13T18:42:59.488Z | Compiling sha2 v0.10.8 |
1118 | 2024-08-13T18:42:59.858Z | Compiling md-5 v0.10.6 |
1119 | 2024-08-13T18:42:59.917Z | Compiling pest_generator v2.7.10 |
1120 | 2024-08-13T18:43:00.124Z | Compiling regex-automata v0.4.6 |
1121 | 2024-08-13T18:43:00.985Z | Compiling der v0.7.9 |
1122 | 2024-08-13T18:43:02.098Z | Compiling url v2.5.2 |
1123 | 2024-08-13T18:43:03.223Z | Compiling spki v0.7.3 |
1124 | 2024-08-13T18:43:03.618Z | Compiling num-integer v0.1.46 |
1125 | 2024-08-13T18:43:03.705Z | Compiling idna v0.3.0 |
1126 | 2024-08-13T18:43:03.816Z | Compiling pest_derive v2.7.10 |
1127 | 2024-08-13T18:43:04.025Z | Compiling backtrace v0.3.71 |
1128 | 2024-08-13T18:43:04.297Z | Compiling hash32 v0.2.1 |
1129 | 2024-08-13T18:43:04.419Z | Compiling crc32fast v1.4.0 |
1130 | 2024-08-13T18:43:04.463Z | Compiling smoltcp v0.9.1 |
1131 | 2024-08-13T18:43:04.637Z | Compiling dtrace-parser v0.2.0 |
1132 | 2024-08-13T18:43:04.675Z | Compiling psl-types v2.0.11 |
1133 | 2024-08-13T18:43:04.910Z | Compiling stable_deref_trait v1.2.0 |
1134 | 2024-08-13T18:43:04.959Z | Compiling base64 v0.22.1 |
1135 | 2024-08-13T18:43:05.010Z | Compiling fallible-iterator v0.2.0 |
1136 | 2024-08-13T18:43:05.231Z | Compiling signal-hook v0.3.17 |
1137 | 2024-08-13T18:43:05.361Z | Compiling gimli v0.28.1 |
1138 | 2024-08-13T18:43:05.640Z | Compiling publicsuffix v2.2.3 |
1139 | 2024-08-13T18:43:05.724Z | Compiling pkcs8 v0.10.2 |
1140 | 2024-08-13T18:43:05.886Z | Compiling hubpack_derive v0.1.1 |
1141 | 2024-08-13T18:43:06.287Z | Compiling block-padding v0.3.3 |
1142 | 2024-08-13T18:43:06.544Z | Compiling bytes v1.7.1 |
1143 | 2024-08-13T18:43:06.770Z | Compiling bitflags v2.6.0 |
1144 | 2024-08-13T18:43:06.842Z | Compiling indexmap v2.3.0 |
1145 | 2024-08-13T18:43:06.894Z | Compiling semver v1.0.23 |
1146 | 2024-08-13T18:43:07.658Z | Compiling tokio v1.38.1 |
1147 | 2024-08-13T18:43:07.871Z | Compiling http v0.2.12 |
1148 | 2024-08-13T18:43:08.285Z | Compiling rustc_version v0.4.0 |
1149 | 2024-08-13T18:43:09.084Z | Compiling heapless v0.7.17 |
1150 | 2024-08-13T18:43:09.241Z | Compiling dof v0.3.0 |
1151 | 2024-08-13T18:43:09.535Z | Compiling http-body v0.4.6 |
1152 | 2024-08-13T18:43:10.028Z | Compiling uuid v1.10.0 |
1153 | 2024-08-13T18:43:10.206Z | Compiling usdt-impl v0.5.0 |
1154 | 2024-08-13T18:43:10.456Z | Compiling toml_datetime v0.6.8 |
1155 | 2024-08-13T18:43:10.511Z | Compiling chrono v0.4.38 |
1156 | 2024-08-13T18:43:10.975Z | Compiling serde_tokenstream v0.2.1 |
1157 | 2024-08-13T18:43:11.507Z | Compiling serde_spanned v0.6.7 |
1158 | 2024-08-13T18:43:11.585Z | Compiling addr2line v0.21.0 |
1159 | 2024-08-13T18:43:11.751Z | Compiling terminal_size v0.3.0 |
1160 | 2024-08-13T18:43:11.796Z | Compiling postgres-protocol v0.6.7 |
1161 | 2024-08-13T18:43:11.964Z | Compiling zerocopy-derive v0.6.6 |
1162 | 2024-08-13T18:43:12.221Z | Compiling async-trait v0.1.81 |
1163 | 2024-08-13T18:43:13.159Z | Compiling phf_shared v0.11.2 |
1164 | 2024-08-13T18:43:13.273Z | Compiling serde_derive_internals v0.29.1 |
1165 | 2024-08-13T18:43:13.539Z | Compiling ff v0.13.0 |
1166 | 2024-08-13T18:43:13.626Z | Compiling fs-err v2.11.0 |
1167 | 2024-08-13T18:43:13.747Z | Compiling object v0.32.2 |
1168 | 2024-08-13T18:43:13.928Z | Compiling regex-automata v0.1.10 |
1169 | 2024-08-13T18:43:14.226Z | Compiling base64 v0.21.7 |
1170 | 2024-08-13T18:43:14.375Z | Compiling schemars v0.8.21 |
1171 | 2024-08-13T18:43:14.459Z | Compiling rustc-demangle v0.1.24 |
1172 | 2024-08-13T18:43:14.742Z | Compiling anyhow v1.0.86 |
1173 | 2024-08-13T18:43:14.988Z | Compiling either v1.13.0 |
1174 | 2024-08-13T18:43:15.148Z | Compiling base16ct v0.2.0 |
1175 | 2024-08-13T18:43:15.384Z | Compiling managed v0.8.0 |
1176 | 2024-08-13T18:43:15.406Z | Compiling bitflags v1.3.2 |
1177 | 2024-08-13T18:43:15.437Z | Compiling bit-vec v0.6.3 |
1178 | 2024-08-13T18:43:15.468Z | Compiling ipnet v2.9.0 |
1179 | 2024-08-13T18:43:15.501Z | Compiling matches v0.1.10 |
1180 | 2024-08-13T18:43:15.699Z | Compiling winnow v0.5.40 |
1181 | 2024-08-13T18:43:15.907Z | Compiling tokio-util v0.7.11 |
1182 | 2024-08-13T18:43:16.713Z | Compiling tokio-native-tls v0.3.1 |
1183 | 2024-08-13T18:43:16.733Z | Compiling tokio-rustls v0.24.1 |
1184 | 2024-08-13T18:43:16.992Z | Compiling h2 v0.3.26 |
1185 | 2024-08-13T18:43:17.134Z | Compiling schemars_derive v0.8.21 |
1186 | 2024-08-13T18:43:17.292Z | Compiling idna v0.2.3 |
1187 | 2024-08-13T18:43:18.133Z | Compiling sec1 v0.7.3 |
1188 | 2024-08-13T18:43:18.727Z | Compiling clap_builder v4.5.15 |
1189 | 2024-08-13T18:43:18.858Z | Compiling rustls-pemfile v1.0.4 |
1190 | 2024-08-13T18:43:18.933Z | Compiling bstr v0.2.17 |
1191 | 2024-08-13T18:43:19.289Z | Compiling toml_edit v0.19.15 |
1192 | 2024-08-13T18:43:19.516Z | Compiling zerocopy v0.6.6 |
1193 | 2024-08-13T18:43:20.589Z | Compiling group v0.13.0 |
1194 | 2024-08-13T18:43:20.604Z | Compiling phf v0.11.2 |
1195 | 2024-08-13T18:43:20.897Z | Compiling postgres-types v0.2.7 |
1196 | 2024-08-13T18:43:20.919Z | Compiling usdt-attr-macro v0.5.0 |
1197 | 2024-08-13T18:43:21.071Z | Compiling usdt-macro v0.5.0 |
1198 | 2024-08-13T18:43:22.452Z | Compiling cookie_store v0.20.0 |
1199 | 2024-08-13T18:43:22.602Z | Compiling hubpack v0.1.2 |
1200 | 2024-08-13T18:43:22.619Z | Compiling inout v0.1.3 |
1201 | 2024-08-13T18:43:22.907Z | Compiling serde_urlencoded v0.7.1 |
1202 | 2024-08-13T18:43:23.404Z | Compiling regex v1.10.6 |
1203 | 2024-08-13T18:43:23.407Z | Compiling num-bigint v0.4.5 |
1204 | 2024-08-13T18:43:23.962Z | Compiling hyper v0.14.30 |
1205 | 2024-08-13T18:43:24.002Z | Compiling futures-executor v0.3.30 |
1206 | 2024-08-13T18:43:24.176Z | Compiling enum-as-inner v0.5.1 |
1207 | 2024-08-13T18:43:24.510Z | Compiling hkdf v0.12.4 |
1208 | 2024-08-13T18:43:24.562Z | Compiling crypto-bigint v0.5.5 |
1209 | 2024-08-13T18:43:24.777Z | Compiling clap_derive v4.5.13 |
1210 | 2024-08-13T18:43:25.280Z | Compiling strum_macros v0.25.3 |
1211 | 2024-08-13T18:43:27.325Z | Compiling serde_repr v0.1.19 |
1212 | 2024-08-13T18:43:27.738Z | Compiling phf_shared v0.10.0 |
1213 | 2024-08-13T18:43:28.142Z | Compiling float-cmp v0.9.0 |
1214 | 2024-08-13T18:43:28.161Z | Compiling mio v1.0.1 |
1215 | 2024-08-13T18:43:28.359Z | Compiling encoding_rs v0.8.34 |
1216 | 2024-08-13T18:43:28.540Z | Compiling fixedbitset v0.4.2 |
1217 | 2024-08-13T18:43:29.032Z | Compiling webpki-roots v0.25.4 |
1218 | 2024-08-13T18:43:29.197Z | Compiling data-encoding v2.6.0 |
1219 | 2024-08-13T18:43:29.381Z | Compiling normalize-line-endings v0.3.0 |
1220 | 2024-08-13T18:43:29.506Z | Compiling precomputed-hash v0.1.1 |
1221 | 2024-08-13T18:43:29.537Z | Compiling dyn-clone v1.0.17 |
1222 | 2024-08-13T18:43:29.619Z | Compiling minimal-lexical v0.2.1 |
1223 | 2024-08-13T18:43:29.753Z | Compiling mime v0.3.17 |
1224 | 2024-08-13T18:43:29.894Z | Compiling sync_wrapper v0.1.2 |
1225 | 2024-08-13T18:43:30.033Z | Compiling unicode-segmentation v1.11.0 |
1226 | 2024-08-13T18:43:30.172Z | Compiling new_debug_unreachable v1.0.6 |
1227 | 2024-08-13T18:43:30.268Z | Compiling whoami v1.5.1 |
1228 | 2024-08-13T18:43:30.402Z | Compiling predicates-core v1.0.6 |
1229 | 2024-08-13T18:43:30.763Z | Compiling static_assertions v1.1.0 |
1230 | 2024-08-13T18:43:30.840Z | Compiling difflib v0.4.0 |
1231 | 2024-08-13T18:43:30.862Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1232 | 2024-08-13T18:43:30.880Z | Compiling similar v2.5.0 |
1233 | 2024-08-13T18:43:30.923Z | Compiling tokio-postgres v0.7.11 |
1234 | 2024-08-13T18:43:31.668Z | Compiling hyper-tls v0.5.0 |
1235 | 2024-08-13T18:43:32.034Z | Compiling hyper-rustls v0.24.2 |
1236 | 2024-08-13T18:43:32.406Z | Compiling reqwest v0.11.27 |
1237 | 2024-08-13T18:43:32.409Z | Compiling predicates v3.1.2 |
1238 | 2024-08-13T18:43:32.881Z | Compiling string_cache v0.8.7 |
1239 | 2024-08-13T18:43:33.366Z | Compiling nom v7.1.3 |
1240 | 2024-08-13T18:43:33.462Z | Compiling trust-dns-proto v0.22.0 |
1241 | 2024-08-13T18:43:34.182Z | Compiling console v0.15.8 |
1242 | 2024-08-13T18:43:34.199Z | Compiling clap v4.5.15 |
1243 | 2024-08-13T18:43:34.532Z | Compiling toml_edit v0.22.20 |
1244 | 2024-08-13T18:43:35.810Z | Compiling petgraph v0.6.5 |
1245 | 2024-08-13T18:43:36.610Z | Compiling signal-hook-mio v0.2.4 |
1246 | 2024-08-13T18:43:36.786Z | Compiling usdt v0.5.0 |
1247 | 2024-08-13T18:43:37.205Z | Compiling elliptic-curve v0.13.8 |
1248 | 2024-08-13T18:43:37.288Z | Compiling yasna v0.5.2 |
1249 | 2024-08-13T18:43:37.322Z | Compiling futures v0.3.30 |
1250 | 2024-08-13T18:43:37.453Z | Compiling flate2 v1.0.31 |
1251 | 2024-08-13T18:43:38.046Z | Compiling cipher v0.4.4 |
1252 | 2024-08-13T18:43:38.246Z | Compiling toml v0.7.8 |
1253 | 2024-08-13T18:43:39.242Z | Compiling tokio-stream v0.1.15 |
1254 | 2024-08-13T18:43:39.363Z | Compiling bit-set v0.5.3 |
1255 | 2024-08-13T18:43:39.431Z | Compiling itertools v0.10.5 |
1256 | 2024-08-13T18:43:39.663Z | Compiling itertools v0.12.1 |
1257 | 2024-08-13T18:43:39.921Z | Compiling openapiv3 v2.0.0 |
1258 | 2024-08-13T18:43:39.984Z | Compiling hex v0.4.3 |
1259 | 2024-08-13T18:43:40.248Z | Compiling bstr v1.9.1 |
1260 | 2024-08-13T18:43:40.591Z | Compiling num-iter v0.1.45 |
1261 | 2024-08-13T18:43:40.791Z | Compiling crossbeam-epoch v0.9.18 |
1262 | 2024-08-13T18:43:41.587Z | Compiling dirs-sys-next v0.1.2 |
1263 | 2024-08-13T18:43:42.046Z | Compiling unicode-xid v0.2.4 |
1264 | 2024-08-13T18:43:42.090Z | Compiling lalrpop-util v0.19.12 |
1265 | 2024-08-13T18:43:42.228Z | Compiling peg-runtime v0.8.3 |
1266 | 2024-08-13T18:43:42.245Z | Compiling dirs-next v2.0.0 |
1267 | 2024-08-13T18:43:42.349Z | Compiling thread_local v1.1.8 |
1268 | 2024-08-13T18:43:42.440Z | Compiling slog-async v2.8.0 |
1269 | 2024-08-13T18:43:42.443Z | Compiling term v0.7.0 |
1270 | 2024-08-13T18:43:42.806Z | Compiling xattr v1.3.1 |
1271 | 2024-08-13T18:43:42.890Z | Compiling crossbeam-channel v0.5.12 |
1272 | 2024-08-13T18:43:42.905Z | Compiling strum_macros v0.26.4 |
1273 | 2024-08-13T18:43:42.977Z | Compiling filetime v0.2.24 |
1274 | 2024-08-13T18:43:43.058Z | Compiling is-terminal v0.4.12 |
1275 | 2024-08-13T18:43:43.075Z | Compiling take_mut v0.2.2 |
1276 | 2024-08-13T18:43:43.194Z | Compiling slog-term v2.9.1 |
1277 | 2024-08-13T18:43:43.235Z | Compiling tar v0.4.41 |
1278 | 2024-08-13T18:43:43.277Z | Compiling camino v1.1.7 |
1279 | 2024-08-13T18:43:45.713Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1280 | 2024-08-13T18:43:46.076Z | Compiling strum v0.26.3 |
1281 | 2024-08-13T18:43:46.153Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1282 | 2024-08-13T18:43:51.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
1283 | 2024-08-13T18:43:51.422Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1284 | 2024-08-13T18:43:51.464Z | Aug 13 18:43:51.059 INFO Starting download, target: Clickhouse |
1285 | 2024-08-13T18:43:51.464Z | Aug 13 18:43:51.059 INFO Starting download, target: Cockroach |
1286 | 2024-08-13T18:43:51.467Z | Aug 13 18:43:51.059 INFO Starting download, target: Console |
1287 | 2024-08-13T18:43:51.468Z | Aug 13 18:43:51.059 INFO Starting download, target: DendriteOpenapi |
1288 | 2024-08-13T18:43:51.468Z | Aug 13 18:43:51.059 INFO Starting download, target: DendriteStub |
1289 | 2024-08-13T18:43:51.468Z | Aug 13 18:43:51.059 INFO Starting download, target: MaghemiteMgd |
1290 | 2024-08-13T18:43:51.468Z | Aug 13 18:43:51.059 INFO Starting download, target: TransceiverControl |
1291 | 2024-08-13T18:43:51.468Z | Aug 13 18:43:51.060 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1292 | 2024-08-13T18:43:51.468Z | Aug 13 18:43:51.060 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1293 | 2024-08-13T18:43:51.468Z | Aug 13 18:43:51.060 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1294 | 2024-08-13T18:43:51.468Z | Aug 13 18:43:51.060 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1295 | 2024-08-13T18:43:51.468Z | Aug 13 18:43:51.060 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1296 | 2024-08-13T18:43:51.468Z | Aug 13 18:43:51.060 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1297 | 2024-08-13T18:43:51.468Z | Aug 13 18:43:51.060 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1298 | 2024-08-13T18:43:51.615Z | Aug 13 18:43:51.203 INFO Download complete, target: DendriteOpenapi |
1299 | 2024-08-13T18:43:51.687Z | Aug 13 18:43:51.282 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1300 | 2024-08-13T18:43:51.985Z | Aug 13 18:43:51.576 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1301 | 2024-08-13T18:43:52.252Z | Aug 13 18:43:51.847 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1302 | 2024-08-13T18:43:52.267Z | Aug 13 18:43:51.861 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1303 | 2024-08-13T18:43:52.353Z | Aug 13 18:43:51.948 INFO Download complete, target: Console |
1304 | 2024-08-13T18:43:52.411Z | Aug 13 18:43:52.006 INFO Download complete, target: TransceiverControl |
1305 | 2024-08-13T18:43:53.960Z | Aug 13 18:43:53.555 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1306 | 2024-08-13T18:43:54.301Z | Aug 13 18:43:53.895 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1307 | 2024-08-13T18:43:54.301Z | Aug 13 18:43:53.896 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1308 | 2024-08-13T18:43:55.270Z | Aug 13 18:43:54.864 INFO Download complete, target: DendriteStub |
1309 | 2024-08-13T18:43:55.415Z | Aug 13 18:43:55.009 INFO Download complete, target: MaghemiteMgd |
1310 | 2024-08-13T18:44:02.261Z | Aug 13 18:44:01.854 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1311 | 2024-08-13T18:44:02.595Z | Aug 13 18:44:02.187 INFO Checking that binary works, target: Cockroach |
1312 | 2024-08-13T18:44:02.839Z | Aug 13 18:44:02.405 INFO Download complete, target: Cockroach |
1313 | 2024-08-13T18:44:07.628Z | Aug 13 18:44:07.219 INFO Checking that binary works, target: Clickhouse |
1314 | 2024-08-13T18:44:07.811Z | Aug 13 18:44:07.403 INFO Download complete, target: Clickhouse |
1315 | 2024-08-13T18:44:07.818Z | All prerequisites installed successfully |
1316 | 2024-08-13T18:44:07.822Z | |
1317 | 2024-08-13T18:44:07.822Z | real 3:33.111451677 |
1318 | 2024-08-13T18:44:07.822Z | user 11:11.605141980 |
1319 | 2024-08-13T18:44:07.822Z | sys 2:23.172282436 |
1320 | 2024-08-13T18:44:07.822Z | trap 0.429684557 |
1321 | 2024-08-13T18:44:07.822Z | tflt 0.966435261 |
1322 | 2024-08-13T18:44:07.822Z | dflt 1.577787970 |
1323 | 2024-08-13T18:44:07.822Z | kflt 0.025585296 |
1324 | 2024-08-13T18:44:07.822Z | lock 21:23.018616898 |
1325 | 2024-08-13T18:44:07.822Z | slp 42:12.613714584 |
1326 | 2024-08-13T18:44:07.822Z | lat 43.319076210 |
1327 | 2024-08-13T18:44:07.822Z | stop 1:43.370476555 |
1328 | 2024-08-13T18:44:07.822Z | + ptime -m cargo xtask download softnpu |
1329 | 2024-08-13T18:44:08.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1330 | 2024-08-13T18:44:08.401Z | Running `target/debug/xtask download softnpu` |
1331 | 2024-08-13T18:44:09.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
1332 | 2024-08-13T18:44:09.240Z | Running `target/debug/xtask-downloader softnpu` |
1333 | 2024-08-13T18:44:09.275Z | Aug 13 18:44:08.866 INFO Starting download, target: Softnpu |
1334 | 2024-08-13T18:44:09.278Z | Aug 13 18:44:08.867 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1335 | 2024-08-13T18:44:10.025Z | Aug 13 18:44:09.616 INFO Download complete, target: Softnpu |
1336 | 2024-08-13T18:44:10.028Z | |
1337 | 2024-08-13T18:44:10.031Z | real 2.202708983 |
1338 | 2024-08-13T18:44:10.031Z | user 1.202464957 |
1339 | 2024-08-13T18:44:10.031Z | sys 0.565819406 |
1340 | 2024-08-13T18:44:10.031Z | trap 0.000581179 |
1341 | 2024-08-13T18:44:10.031Z | tflt 0.000001629 |
1342 | 2024-08-13T18:44:10.031Z | dflt 0.000000000 |
1343 | 2024-08-13T18:44:10.031Z | kflt 0.000000000 |
1344 | 2024-08-13T18:44:10.031Z | lock 7.827062693 |
1345 | 2024-08-13T18:44:10.031Z | slp 0.740763599 |
1346 | 2024-08-13T18:44:10.031Z | lat 0.071421988 |
1347 | 2024-08-13T18:44:10.031Z | stop 0.000376668 |
1348 | 2024-08-13T18:44:10.031Z | + export CARGO_INCREMENTAL=0 |
1349 | 2024-08-13T18:44:10.031Z | + CARGO_INCREMENTAL=0 |
1350 | 2024-08-13T18:44:10.031Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1351 | 2024-08-13T18:44:10.941Z | Compiling proc-macro2 v1.0.86 |
1352 | 2024-08-13T18:44:10.941Z | Compiling unicode-ident v1.0.12 |
1353 | 2024-08-13T18:44:10.941Z | Compiling libc v0.2.155 |
1354 | 2024-08-13T18:44:10.941Z | Compiling serde v1.0.206 |
1355 | 2024-08-13T18:44:10.944Z | Compiling autocfg v1.3.0 |
1356 | 2024-08-13T18:44:10.944Z | Compiling version_check v0.9.5 |
1357 | 2024-08-13T18:44:10.944Z | Compiling cfg-if v1.0.0 |
1358 | 2024-08-13T18:44:11.154Z | Compiling cc v1.0.97 |
1359 | 2024-08-13T18:44:11.204Z | Compiling memchr v2.7.2 |
1360 | 2024-08-13T18:44:11.679Z | Compiling once_cell v1.19.0 |
1361 | 2024-08-13T18:44:11.696Z | Compiling ahash v0.8.11 |
1362 | 2024-08-13T18:44:12.032Z | Compiling lock_api v0.4.12 |
1363 | 2024-08-13T18:44:12.063Z | Compiling byteorder v1.5.0 |
1364 | 2024-08-13T18:44:12.334Z | Compiling serde_json v1.0.122 |
1365 | 2024-08-13T18:44:12.536Z | Compiling quote v1.0.36 |
1366 | 2024-08-13T18:44:12.705Z | Compiling libm v0.2.8 |
1367 | 2024-08-13T18:44:12.728Z | Compiling num-traits v0.2.19 |
1368 | 2024-08-13T18:44:13.036Z | Compiling syn v2.0.72 |
1369 | 2024-08-13T18:44:13.053Z | Compiling parking_lot_core v0.9.10 |
1370 | 2024-08-13T18:44:13.170Z | Compiling getrandom v0.2.14 |
1371 | 2024-08-13T18:44:13.372Z | Compiling thiserror v1.0.63 |
1372 | 2024-08-13T18:44:13.480Z | Compiling typenum v1.17.0 |
1373 | 2024-08-13T18:44:13.599Z | Compiling scopeguard v1.2.0 |
1374 | 2024-08-13T18:44:13.688Z | Compiling generic-array v0.14.7 |
1375 | 2024-08-13T18:44:13.767Z | Compiling itoa v1.0.11 |
1376 | 2024-08-13T18:44:13.860Z | Compiling log v0.4.21 |
1377 | 2024-08-13T18:44:14.076Z | Compiling allocator-api2 v0.2.18 |
1378 | 2024-08-13T18:44:14.231Z | Compiling slab v0.4.9 |
1379 | 2024-08-13T18:44:14.426Z | Compiling ring v0.17.8 |
1380 | 2024-08-13T18:44:14.466Z | Compiling pin-project-lite v0.2.14 |
1381 | 2024-08-13T18:44:14.493Z | Compiling semver v1.0.23 |
1382 | 2024-08-13T18:44:14.585Z | Compiling ryu v1.0.18 |
1383 | 2024-08-13T18:44:14.705Z | Compiling equivalent v1.0.1 |
1384 | 2024-08-13T18:44:14.807Z | Compiling spin v0.9.8 |
1385 | 2024-08-13T18:44:14.869Z | Compiling schemars v0.8.21 |
1386 | 2024-08-13T18:44:14.890Z | Compiling pkg-config v0.3.30 |
1387 | 2024-08-13T18:44:14.958Z | Compiling vcpkg v0.2.15 |
1388 | 2024-08-13T18:44:15.207Z | Compiling smallvec v1.13.2 |
1389 | 2024-08-13T18:44:15.236Z | Compiling syn v1.0.109 |
1390 | 2024-08-13T18:44:15.428Z | Compiling signal-hook-registry v1.4.2 |
1391 | 2024-08-13T18:44:16.452Z | Compiling parking_lot v0.12.2 |
1392 | 2024-08-13T18:44:16.675Z | Compiling openssl-sys v0.9.103 |
1393 | 2024-08-13T18:44:16.772Z | Compiling mio v0.8.11 |
1394 | 2024-08-13T18:44:17.647Z | Compiling rand_core v0.6.4 |
1395 | 2024-08-13T18:44:17.665Z | Compiling num_cpus v1.16.0 |
1396 | 2024-08-13T18:44:17.804Z | Compiling socket2 v0.5.7 |
1397 | 2024-08-13T18:44:18.065Z | Compiling time-core v0.1.2 |
1398 | 2024-08-13T18:44:18.242Z | Compiling num-conv v0.1.0 |
1399 | 2024-08-13T18:44:18.536Z | Compiling time-macros v0.2.18 |
1400 | 2024-08-13T18:44:18.750Z | Compiling httparse v1.8.0 |
1401 | 2024-08-13T18:44:18.783Z | Compiling heck v0.5.0 |
1402 | 2024-08-13T18:44:19.264Z | Compiling rustix v0.38.34 |
1403 | 2024-08-13T18:44:19.385Z | Compiling openssl v0.10.66 |
1404 | 2024-08-13T18:44:19.638Z | Compiling futures-core v0.3.30 |
1405 | 2024-08-13T18:44:19.807Z | Compiling fnv v1.0.7 |
1406 | 2024-08-13T18:44:20.129Z | Compiling crossbeam-utils v0.8.19 |
1407 | 2024-08-13T18:44:20.682Z | Compiling serde_derive_internals v0.29.1 |
1408 | 2024-08-13T18:44:20.866Z | Compiling rustls v0.21.12 |
1409 | 2024-08-13T18:44:21.154Z | Compiling iana-time-zone v0.1.60 |
1410 | 2024-08-13T18:44:21.434Z | Compiling tinyvec_macros v0.1.1 |
1411 | 2024-08-13T18:44:21.461Z | Compiling native-tls v0.2.11 |
1412 | 2024-08-13T18:44:21.525Z | Compiling tinyvec v1.6.0 |
1413 | 2024-08-13T18:44:21.818Z | Compiling futures-sink v0.3.30 |
1414 | 2024-08-13T18:44:21.834Z | Compiling const-oid v0.9.6 |
1415 | 2024-08-13T18:44:22.413Z | Compiling ucd-trie v0.1.6 |
1416 | 2024-08-13T18:44:22.615Z | Compiling subtle v2.5.0 |
1417 | 2024-08-13T18:44:22.966Z | Compiling unicode-normalization v0.1.23 |
1418 | 2024-08-13T18:44:23.174Z | Compiling backtrace v0.3.71 |
1419 | 2024-08-13T18:44:23.192Z | Compiling cookie v0.17.0 |
1420 | 2024-08-13T18:44:23.496Z | Compiling unicode-bidi v0.3.15 |
1421 | 2024-08-13T18:44:23.625Z | Compiling slog v2.7.0 |
1422 | 2024-08-13T18:44:24.087Z | Compiling futures-channel v0.3.30 |
1423 | 2024-08-13T18:44:24.380Z | Compiling pin-utils v0.1.0 |
1424 | 2024-08-13T18:44:24.480Z | Compiling futures-io v0.3.30 |
1425 | 2024-08-13T18:44:24.614Z | Compiling futures-task v0.3.30 |
1426 | 2024-08-13T18:44:24.970Z | Compiling aho-corasick v1.1.3 |
1427 | 2024-08-13T18:44:25.027Z | Compiling dyn-clone v1.0.17 |
1428 | 2024-08-13T18:44:25.252Z | Compiling regex-syntax v0.8.4 |
1429 | 2024-08-13T18:44:25.885Z | Compiling winnow v0.5.40 |
1430 | 2024-08-13T18:44:26.124Z | Compiling serde_derive v1.0.206 |
1431 | 2024-08-13T18:44:26.140Z | Compiling zerocopy-derive v0.7.34 |
1432 | 2024-08-13T18:44:27.295Z | Compiling zeroize_derive v1.4.2 |
1433 | 2024-08-13T18:44:28.090Z | Compiling thiserror-impl v1.0.63 |
1434 | 2024-08-13T18:44:28.657Z | Compiling zerocopy v0.7.34 |
1435 | 2024-08-13T18:44:28.744Z | Compiling tokio-macros v2.3.0 |
1436 | 2024-08-13T18:44:29.373Z | Compiling futures-macro v0.3.30 |
1437 | 2024-08-13T18:44:30.261Z | Compiling schemars_derive v0.8.21 |
1438 | 2024-08-13T18:44:30.799Z | Compiling hashbrown v0.14.5 |
1439 | 2024-08-13T18:44:30.962Z | Compiling tracing-attributes v0.1.27 |
1440 | 2024-08-13T18:44:31.010Z | Compiling zeroize v1.7.0 |
1441 | 2024-08-13T18:44:31.648Z | Compiling openssl-macros v0.1.1 |
1442 | 2024-08-13T18:44:32.158Z | Compiling scroll_derive v0.12.0 |
1443 | 2024-08-13T18:44:32.374Z | Compiling pest v2.7.10 |
1444 | 2024-08-13T18:44:32.992Z | Compiling crypto-common v0.1.6 |
1445 | 2024-08-13T18:44:33.141Z | Compiling futures-util v0.3.30 |
1446 | 2024-08-13T18:44:33.167Z | Compiling der_derive v0.7.2 |
1447 | 2024-08-13T18:44:33.187Z | Compiling anyhow v1.0.86 |
1448 | 2024-08-13T18:44:33.744Z | Compiling untrusted v0.9.0 |
1449 | 2024-08-13T18:44:35.301Z | Compiling pest_meta v2.7.10 |
1450 | 2024-08-13T18:44:35.476Z | Compiling block-buffer v0.10.4 |
1451 | 2024-08-13T18:44:35.706Z | Compiling regex-automata v0.4.6 |
1452 | 2024-08-13T18:44:35.896Z | Compiling tracing-core v0.1.32 |
1453 | 2024-08-13T18:44:38.340Z | Compiling pest_generator v2.7.10 |
1454 | 2024-08-13T18:44:39.503Z | Compiling usdt-impl v0.5.0 |
1455 | 2024-08-13T18:44:39.866Z | Compiling bytes v1.7.1 |
1456 | 2024-08-13T18:44:40.045Z | Compiling indexmap v2.3.0 |
1457 | 2024-08-13T18:44:41.096Z | Compiling tokio v1.38.1 |
1458 | 2024-08-13T18:44:41.132Z | Compiling bitflags v2.6.0 |
1459 | 2024-08-13T18:44:41.562Z | Compiling uuid v1.10.0 |
1460 | 2024-08-13T18:44:41.706Z | Compiling serde_tokenstream v0.2.1 |
1461 | 2024-08-13T18:44:41.723Z | Compiling chrono v0.4.38 |
1462 | 2024-08-13T18:44:43.110Z | Compiling serde_spanned v0.6.7 |
1463 | 2024-08-13T18:44:43.342Z | Compiling toml_datetime v0.6.8 |
1464 | 2024-08-13T18:44:43.809Z | Compiling http v0.2.12 |
1465 | 2024-08-13T18:44:46.295Z | Compiling toml_edit v0.19.15 |
1466 | 2024-08-13T18:44:46.712Z | Compiling rustc_version v0.4.0 |
1467 | 2024-08-13T18:44:46.820Z | Compiling pest_derive v2.7.10 |
1468 | 2024-08-13T18:44:47.337Z | Compiling rustversion v1.0.17 |
1469 | 2024-08-13T18:44:47.576Z | Compiling powerfmt v0.2.0 |
1470 | 2024-08-13T18:44:48.075Z | Compiling deranged v0.3.11 |
1471 | 2024-08-13T18:44:48.090Z | Compiling heapless v0.7.17 |
1472 | 2024-08-13T18:44:48.532Z | Compiling tracing v0.1.40 |
1473 | 2024-08-13T18:44:49.345Z | Compiling digest v0.10.7 |
1474 | 2024-08-13T18:44:49.593Z | Compiling scroll v0.12.0 |
1475 | 2024-08-13T18:44:50.394Z | Compiling ppv-lite86 v0.2.17 |
1476 | 2024-08-13T18:44:50.411Z | Compiling num_threads v0.1.7 |
1477 | 2024-08-13T18:44:50.531Z | Compiling percent-encoding v2.3.1 |
1478 | 2024-08-13T18:44:50.852Z | Compiling heck v0.4.1 |
1479 | 2024-08-13T18:44:51.098Z | Compiling plain v0.2.3 |
1480 | 2024-08-13T18:44:51.210Z | Compiling rand_chacha v0.3.1 |
1481 | 2024-08-13T18:44:51.261Z | Compiling goblin v0.8.2 |
1482 | 2024-08-13T18:44:51.279Z | Compiling time v0.3.36 |
1483 | 2024-08-13T18:44:52.832Z | Compiling regex v1.10.6 |
1484 | 2024-08-13T18:44:54.004Z | Compiling pretty-hex v0.4.1 |
1485 | 2024-08-13T18:44:54.216Z | Compiling strsim v0.11.1 |
1486 | 2024-08-13T18:44:54.971Z | Compiling crc32fast v1.4.0 |
1487 | 2024-08-13T18:44:55.436Z | Compiling rand v0.8.5 |
1488 | 2024-08-13T18:44:55.538Z | Compiling tokio-util v0.7.11 |
1489 | 2024-08-13T18:44:56.849Z | Compiling dtrace-parser v0.2.0 |
1490 | 2024-08-13T18:44:57.353Z | Compiling dof v0.3.0 |
1491 | 2024-08-13T18:44:57.792Z | Compiling async-trait v0.1.81 |
1492 | 2024-08-13T18:44:58.198Z | Compiling thread-id v4.2.1 |
1493 | 2024-08-13T18:44:58.485Z | Compiling smoltcp v0.9.1 |
1494 | 2024-08-13T18:44:58.635Z | Compiling base64ct v1.6.0 |
1495 | 2024-08-13T18:44:58.828Z | Compiling foreign-types-shared v0.1.1 |
1496 | 2024-08-13T18:44:59.112Z | Compiling signal-hook v0.3.17 |
1497 | 2024-08-13T18:44:59.127Z | Compiling unicode-width v0.1.13 |
1498 | 2024-08-13T18:44:59.352Z | Compiling pem-rfc7468 v0.7.0 |
1499 | 2024-08-13T18:44:59.424Z | Compiling foreign-types v0.3.2 |
1500 | 2024-08-13T18:45:00.857Z | Compiling form_urlencoded v1.2.1 |
1501 | 2024-08-13T18:45:01.365Z | Compiling hmac v0.12.1 |
1502 | 2024-08-13T18:45:01.425Z | Compiling errno v0.3.9 |
1503 | 2024-08-13T18:45:01.501Z | Compiling flagset v0.4.5 |
1504 | 2024-08-13T18:45:01.683Z | Compiling try-lock v0.2.5 |
1505 | 2024-08-13T18:45:01.710Z | Compiling siphasher v0.3.11 |
1506 | 2024-08-13T18:45:01.867Z | Compiling adler v1.0.2 |
1507 | 2024-08-13T18:45:02.000Z | Compiling miniz_oxide v0.7.2 |
1508 | 2024-08-13T18:45:02.105Z | Compiling want v0.3.1 |
1509 | 2024-08-13T18:45:02.205Z | Compiling der v0.7.9 |
1510 | 2024-08-13T18:45:04.917Z | Compiling sct v0.7.1 |
1511 | 2024-08-13T18:45:05.205Z | Compiling rustls-webpki v0.101.7 |
1512 | 2024-08-13T18:45:05.272Z | Compiling h2 v0.3.26 |
1513 | 2024-08-13T18:45:06.275Z | Compiling http-body v0.4.6 |
1514 | 2024-08-13T18:45:07.243Z | Compiling openapiv3 v2.0.0 |
1515 | 2024-08-13T18:45:07.262Z | Compiling hubpack_derive v0.1.1 |
1516 | 2024-08-13T18:45:07.429Z | Compiling zerocopy-derive v0.6.6 |
1517 | 2024-08-13T18:45:08.122Z | Compiling idna v0.5.0 |
1518 | 2024-08-13T18:45:08.376Z | Compiling lazy_static v1.5.0 |
1519 | 2024-08-13T18:45:08.639Z | Compiling fs-err v2.11.0 |
1520 | 2024-08-13T18:45:08.843Z | Compiling stable_deref_trait v1.2.0 |
1521 | 2024-08-13T18:45:08.961Z | Compiling anstyle v1.0.8 |
1522 | 2024-08-13T18:45:09.156Z | Compiling tower-service v0.3.2 |
1523 | 2024-08-13T18:45:09.293Z | Compiling utf8parse v0.2.1 |
1524 | 2024-08-13T18:45:09.398Z | Compiling finl_unicode v1.2.0 |
1525 | 2024-08-13T18:45:09.448Z | Compiling openssl-probe v0.1.5 |
1526 | 2024-08-13T18:45:09.509Z | Compiling cpufeatures v0.2.12 |
1527 | 2024-08-13T18:45:09.553Z | Compiling httpdate v1.0.3 |
1528 | 2024-08-13T18:45:09.942Z | Compiling gimli v0.28.1 |
1529 | 2024-08-13T18:45:10.012Z | Compiling stringprep v0.1.4 |
1530 | 2024-08-13T18:45:10.946Z | Compiling sha2 v0.10.8 |
1531 | 2024-08-13T18:45:10.964Z | Compiling anstyle-parse v0.2.4 |
1532 | 2024-08-13T18:45:11.293Z | Compiling url v2.5.2 |
1533 | 2024-08-13T18:45:12.319Z | Compiling hyper v0.14.30 |
1534 | 2024-08-13T18:45:15.187Z | Compiling addr2line v0.21.0 |
1535 | 2024-08-13T18:45:16.061Z | Compiling spki v0.7.3 |
1536 | 2024-08-13T18:45:16.445Z | Compiling usdt-attr-macro v0.5.0 |
1537 | 2024-08-13T18:45:16.586Z | Compiling usdt-macro v0.5.0 |
1538 | 2024-08-13T18:45:17.948Z | Compiling md-5 v0.10.6 |
1539 | 2024-08-13T18:45:20.820Z | Compiling idna v0.3.0 |
1540 | 2024-08-13T18:45:21.703Z | Compiling num-integer v0.1.46 |
1541 | 2024-08-13T18:45:22.122Z | Compiling hash32 v0.2.1 |
1542 | 2024-08-13T18:45:22.145Z | Compiling object v0.32.2 |
1543 | 2024-08-13T18:45:22.398Z | Compiling colorchoice v1.0.1 |
1544 | 2024-08-13T18:45:22.554Z | Compiling anstyle-query v1.0.3 |
1545 | 2024-08-13T18:45:22.720Z | Compiling fallible-iterator v0.2.0 |
1546 | 2024-08-13T18:45:23.090Z | Compiling psl-types v2.0.11 |
1547 | 2024-08-13T18:45:23.305Z | Compiling is_terminal_polyfill v1.70.0 |
1548 | 2024-08-13T18:45:25.812Z | Compiling base64 v0.22.1 |
1549 | 2024-08-13T18:45:26.546Z | Compiling rustc-demangle v0.1.24 |
1550 | 2024-08-13T18:45:28.786Z | Compiling postgres-protocol v0.6.7 |
1551 | 2024-08-13T18:45:28.932Z | Compiling anstream v0.6.14 |
1552 | 2024-08-13T18:45:29.956Z | Compiling publicsuffix v2.2.3 |
1553 | 2024-08-13T18:45:33.473Z | Compiling tokio-rustls v0.24.1 |
1554 | 2024-08-13T18:45:33.891Z | Compiling pkcs8 v0.10.2 |
1555 | 2024-08-13T18:45:34.423Z | Compiling terminal_size v0.3.0 |
1556 | 2024-08-13T18:45:34.623Z | Compiling tokio-native-tls v0.3.1 |
1557 | 2024-08-13T18:45:36.541Z | Compiling phf_shared v0.11.2 |
1558 | 2024-08-13T18:45:36.906Z | Compiling strum_macros v0.25.3 |
1559 | 2024-08-13T18:45:36.925Z | Compiling enum-as-inner v0.5.1 |
1560 | 2024-08-13T18:45:38.120Z | Compiling block-padding v0.3.3 |
1561 | 2024-08-13T18:45:38.324Z | Compiling regress v0.9.1 |
1562 | 2024-08-13T18:45:38.347Z | Compiling clap_derive v4.5.13 |
1563 | 2024-08-13T18:45:39.796Z | Compiling serde_repr v0.1.19 |
1564 | 2024-08-13T18:45:40.687Z | Compiling ff v0.13.0 |
1565 | 2024-08-13T18:45:40.915Z | Compiling encoding_rs v0.8.34 |
1566 | 2024-08-13T18:45:42.900Z | Compiling matches v0.1.10 |
1567 | 2024-08-13T18:45:43.002Z | Compiling bitflags v1.3.2 |
1568 | 2024-08-13T18:45:43.114Z | Compiling bit-vec v0.6.3 |
1569 | 2024-08-13T18:45:43.240Z | Compiling regex-automata v0.1.10 |
1570 | 2024-08-13T18:45:43.287Z | Compiling either v1.13.0 |
1571 | 2024-08-13T18:45:43.547Z | Compiling managed v0.8.0 |
1572 | 2024-08-13T18:45:44.147Z | Compiling mime v0.3.17 |
1573 | 2024-08-13T18:45:44.525Z | Compiling ipnet v2.9.0 |
1574 | 2024-08-13T18:45:44.711Z | Compiling base64 v0.21.7 |
1575 | 2024-08-13T18:45:45.247Z | Compiling base16ct v0.2.0 |
1576 | 2024-08-13T18:45:45.385Z | Compiling clap_lex v0.7.0 |
1577 | 2024-08-13T18:45:45.615Z | Compiling sec1 v0.7.3 |
1578 | 2024-08-13T18:45:45.843Z | Compiling clap_builder v4.5.15 |
1579 | 2024-08-13T18:45:46.068Z | Compiling rustls-pemfile v1.0.4 |
1580 | 2024-08-13T18:45:46.438Z | Compiling bstr v0.2.17 |
1581 | 2024-08-13T18:45:48.174Z | Compiling idna v0.2.3 |
1582 | 2024-08-13T18:45:48.207Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1583 | 2024-08-13T18:45:50.510Z | Compiling group v0.13.0 |
1584 | 2024-08-13T18:45:50.814Z | Compiling inout v0.1.3 |
1585 | 2024-08-13T18:45:52.542Z | Compiling phf v0.11.2 |
1586 | 2024-08-13T18:45:52.870Z | Compiling hyper-tls v0.5.0 |
1587 | 2024-08-13T18:45:53.149Z | Compiling hyper-rustls v0.24.2 |
1588 | 2024-08-13T18:45:53.221Z | Compiling cookie_store v0.20.0 |
1589 | 2024-08-13T18:45:53.495Z | Compiling postgres-types v0.2.7 |
1590 | 2024-08-13T18:45:53.672Z | Compiling num-bigint v0.4.5 |
1591 | 2024-08-13T18:45:53.717Z | Compiling zerocopy v0.6.6 |
1592 | 2024-08-13T18:45:54.623Z | Compiling hubpack v0.1.2 |
1593 | 2024-08-13T18:45:54.743Z | Compiling phf_shared v0.10.0 |
1594 | 2024-08-13T18:45:54.856Z | Compiling hkdf v0.12.4 |
1595 | 2024-08-13T18:45:55.048Z | Compiling serde_urlencoded v0.7.1 |
1596 | 2024-08-13T18:45:55.134Z | Compiling crossbeam-epoch v0.9.18 |
1597 | 2024-08-13T18:45:55.578Z | Compiling futures-executor v0.3.30 |
1598 | 2024-08-13T18:45:56.326Z | Compiling crypto-bigint v0.5.5 |
1599 | 2024-08-13T18:45:56.418Z | Compiling float-cmp v0.9.0 |
1600 | 2024-08-13T18:45:56.486Z | Compiling mio v1.0.1 |
1601 | 2024-08-13T18:45:56.623Z | Compiling memmap v0.7.0 |
1602 | 2024-08-13T18:45:57.247Z | Compiling webpki-roots v0.25.4 |
1603 | 2024-08-13T18:45:57.423Z | Compiling unicode-segmentation v1.11.0 |
1604 | 2024-08-13T18:45:57.501Z | Compiling new_debug_unreachable v1.0.6 |
1605 | 2024-08-13T18:45:57.602Z | Compiling winnow v0.6.18 |
1606 | 2024-08-13T18:45:58.267Z | Compiling data-encoding v2.6.0 |
1607 | 2024-08-13T18:45:59.440Z | Compiling normalize-line-endings v0.3.0 |
1608 | 2024-08-13T18:45:59.569Z | Compiling fixedbitset v0.4.2 |
1609 | 2024-08-13T18:45:59.838Z | Compiling static_assertions v1.1.0 |
1610 | 2024-08-13T18:45:59.944Z | Compiling predicates-core v1.0.6 |
1611 | 2024-08-13T18:45:59.983Z | Compiling difflib v0.4.0 |
1612 | 2024-08-13T18:46:00.326Z | Compiling sync_wrapper v0.1.2 |
1613 | 2024-08-13T18:46:00.507Z | Compiling minimal-lexical v0.2.1 |
1614 | 2024-08-13T18:46:00.998Z | Compiling precomputed-hash v0.1.1 |
1615 | 2024-08-13T18:46:01.116Z | Compiling whoami v1.5.1 |
1616 | 2024-08-13T18:46:01.118Z | Compiling string_cache v0.8.7 |
1617 | 2024-08-13T18:46:01.202Z | Compiling toml_edit v0.22.20 |
1618 | 2024-08-13T18:46:01.460Z | Compiling tokio-postgres v0.7.11 |
1619 | 2024-08-13T18:46:01.564Z | Compiling nom v7.1.3 |
1620 | 2024-08-13T18:46:02.401Z | Compiling reqwest v0.11.27 |
1621 | 2024-08-13T18:46:02.931Z | Compiling predicates v3.1.2 |
1622 | 2024-08-13T18:46:03.283Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1623 | 2024-08-13T18:46:04.414Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1624 | 2024-08-13T18:46:05.222Z | Compiling petgraph v0.6.5 |
1625 | 2024-08-13T18:46:06.463Z | Compiling elliptic-curve v0.13.8 |
1626 | 2024-08-13T18:46:07.062Z | Compiling trust-dns-proto v0.22.0 |
1627 | 2024-08-13T18:46:07.153Z | Compiling similar v2.5.0 |
1628 | 2024-08-13T18:46:07.982Z | Compiling signal-hook-mio v0.2.4 |
1629 | 2024-08-13T18:46:08.166Z | Compiling usdt v0.5.0 |
1630 | 2024-08-13T18:46:09.264Z | Compiling yasna v0.5.2 |
1631 | 2024-08-13T18:46:09.282Z | Compiling futures v0.3.30 |
1632 | 2024-08-13T18:46:09.396Z | Compiling flate2 v1.0.31 |
1633 | 2024-08-13T18:46:10.116Z | Compiling cipher v0.4.4 |
1634 | 2024-08-13T18:46:10.607Z | Compiling clap v4.5.15 |
1635 | 2024-08-13T18:46:10.705Z | Compiling itertools v0.10.5 |
1636 | 2024-08-13T18:46:10.732Z | Compiling itertools v0.12.1 |
1637 | 2024-08-13T18:46:10.847Z | Compiling bit-set v0.5.3 |
1638 | 2024-08-13T18:46:11.126Z | Compiling num-iter v0.1.45 |
1639 | 2024-08-13T18:46:11.321Z | Compiling console v0.15.8 |
1640 | 2024-08-13T18:46:12.632Z | Compiling tokio-stream v0.1.15 |
1641 | 2024-08-13T18:46:12.760Z | Compiling toml v0.7.8 |
1642 | 2024-08-13T18:46:13.610Z | Compiling bstr v1.9.1 |
1643 | 2024-08-13T18:46:13.664Z | Compiling hex v0.4.3 |
1644 | 2024-08-13T18:46:13.847Z | Compiling peg-runtime v0.8.3 |
1645 | 2024-08-13T18:46:13.999Z | Compiling lalrpop-util v0.19.12 |
1646 | 2024-08-13T18:46:14.475Z | Compiling unicode-xid v0.2.4 |
1647 | 2024-08-13T18:46:14.499Z | Compiling camino v1.1.7 |
1648 | 2024-08-13T18:46:15.120Z | Compiling proc-macro-crate v1.3.1 |
1649 | 2024-08-13T18:46:15.184Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1650 | 2024-08-13T18:46:15.992Z | Compiling heapless v0.8.0 |
1651 | 2024-08-13T18:46:16.519Z | Compiling num_enum_derive v0.5.11 |
1652 | 2024-08-13T18:46:20.394Z | Compiling ipnetwork v0.20.0 |
1653 | 2024-08-13T18:46:22.052Z | Compiling hash32 v0.3.1 |
1654 | 2024-08-13T18:46:22.878Z | Compiling ident_case v1.0.1 |
1655 | 2024-08-13T18:46:23.210Z | Compiling smoltcp v0.11.0 |
1656 | 2024-08-13T18:46:24.497Z | Compiling rustls-pki-types v1.7.0 |
1657 | 2024-08-13T18:46:25.154Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1658 | 2024-08-13T18:46:28.677Z | Compiling darling_core v0.20.9 |
1659 | 2024-08-13T18:46:33.793Z | Compiling num_enum v0.5.11 |
1660 | 2024-08-13T18:46:35.480Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1661 | 2024-08-13T18:46:35.831Z | Compiling getopts v0.2.21 |
1662 | 2024-08-13T18:46:36.932Z | Compiling dirs-sys-next v0.1.2 |
1663 | 2024-08-13T18:46:37.301Z | Compiling proc-macro-error-attr v1.0.4 |
1664 | 2024-08-13T18:46:37.739Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1665 | 2024-08-13T18:46:37.996Z | Compiling paste v1.0.15 |
1666 | 2024-08-13T18:46:38.046Z | Compiling cobs v0.2.3 |
1667 | 2024-08-13T18:46:38.451Z | Compiling unsafe-libyaml v0.2.11 |
1668 | 2024-08-13T18:46:38.814Z | Compiling rustls v0.22.4 |
1669 | 2024-08-13T18:46:39.691Z | Compiling embedded-io v0.4.0 |
1670 | 2024-08-13T18:46:40.128Z | Compiling postcard v1.0.8 |
1671 | 2024-08-13T18:46:40.245Z | Compiling serde_yaml v0.9.34+deprecated |
1672 | 2024-08-13T18:46:43.035Z | Compiling dirs-next v2.0.0 |
1673 | 2024-08-13T18:46:44.747Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1674 | 2024-08-13T18:46:47.628Z | Compiling darling_macro v0.20.9 |
1675 | 2024-08-13T18:46:50.493Z | Compiling rustls-webpki v0.102.4 |
1676 | 2024-08-13T18:46:56.975Z | Compiling strum_macros v0.26.4 |
1677 | 2024-08-13T18:46:58.497Z | Compiling structmeta-derive v0.3.0 |
1678 | 2024-08-13T18:46:58.760Z | Compiling foreign-types-macros v0.2.3 |
1679 | 2024-08-13T18:47:00.239Z | Compiling thread_local v1.1.8 |
1680 | 2024-08-13T18:47:00.950Z | Compiling multer v3.1.0 |
1681 | 2024-08-13T18:47:01.109Z | Compiling proc-macro-error v1.0.4 |
1682 | 2024-08-13T18:47:01.267Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1683 | 2024-08-13T18:47:01.563Z | Compiling foreign-types-shared v0.3.1 |
1684 | 2024-08-13T18:47:01.802Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1685 | 2024-08-13T18:47:01.982Z | Compiling slog-async v2.8.0 |
1686 | 2024-08-13T18:47:03.280Z | Compiling match_cfg v0.1.0 |
1687 | 2024-08-13T18:47:03.384Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1688 | 2024-08-13T18:47:03.718Z | Compiling hostname v0.3.1 |
1689 | 2024-08-13T18:47:07.083Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1690 | 2024-08-13T18:47:10.407Z | Compiling foreign-types v0.5.0 |
1691 | 2024-08-13T18:47:10.601Z | Compiling strum v0.26.3 |
1692 | 2024-08-13T18:47:11.161Z | Compiling structmeta v0.3.0 |
1693 | 2024-08-13T18:47:12.671Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1694 | 2024-08-13T18:47:15.886Z | Compiling darling v0.20.9 |
1695 | 2024-08-13T18:47:16.653Z | Compiling term v0.7.0 |
1696 | 2024-08-13T18:47:19.145Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1697 | 2024-08-13T18:47:21.028Z | Compiling slog-json v2.6.1 |
1698 | 2024-08-13T18:47:21.479Z | Compiling tabwriter v1.4.0 |
1699 | 2024-08-13T18:47:22.261Z | Compiling crossbeam-channel v0.5.12 |
1700 | 2024-08-13T18:47:23.877Z | Compiling http v1.1.0 |
1701 | 2024-08-13T18:47:24.190Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1702 | 2024-08-13T18:47:24.329Z | Compiling async-stream-impl v0.3.5 |
1703 | 2024-08-13T18:47:24.434Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1704 | 2024-08-13T18:47:24.993Z | Compiling is-terminal v0.4.12 |
1705 | 2024-08-13T18:47:25.126Z | Compiling cstr-argument v0.1.2 |
1706 | 2024-08-13T18:47:25.231Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1707 | 2024-08-13T18:47:25.384Z | Compiling crucible-workspace-hack v0.1.0 |
1708 | 2024-08-13T18:47:25.558Z | Compiling fastrand v2.1.0 |
1709 | 2024-08-13T18:47:25.626Z | Compiling rayon-core v1.12.1 |
1710 | 2024-08-13T18:47:25.690Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1711 | 2024-08-13T18:47:25.950Z | Compiling atomic-waker v1.1.2 |
1712 | 2024-08-13T18:47:25.995Z | Compiling take_mut v0.2.2 |
1713 | 2024-08-13T18:47:26.152Z | Compiling pretty-hex v0.2.1 |
1714 | 2024-08-13T18:47:26.372Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1715 | 2024-08-13T18:47:26.774Z | Compiling waitgroup v0.1.2 |
1716 | 2024-08-13T18:47:27.072Z | Compiling tempfile v3.10.1 |
1717 | 2024-08-13T18:47:27.237Z | Compiling async-stream v0.3.5 |
1718 | 2024-08-13T18:47:27.933Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1719 | 2024-08-13T18:47:28.226Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1720 | 2024-08-13T18:47:28.722Z | Compiling slog-term v2.9.1 |
1721 | 2024-08-13T18:47:28.982Z | Compiling slog-bunyan v2.5.0 |
1722 | 2024-08-13T18:47:29.246Z | Compiling tokio-rustls v0.25.0 |
1723 | 2024-08-13T18:47:29.718Z | Compiling serde_with_macros v3.8.3 |
1724 | 2024-08-13T18:47:29.733Z | Compiling parse-display-derive v0.10.0 |
1725 | 2024-08-13T18:47:29.869Z | Compiling toml v0.8.19 |
1726 | 2024-08-13T18:47:30.257Z | Compiling rustls-pemfile v2.1.3 |
1727 | 2024-08-13T18:47:30.350Z | Compiling sha1 v0.10.6 |
1728 | 2024-08-13T18:47:30.992Z | Compiling crossbeam-deque v0.8.5 |
1729 | 2024-08-13T18:47:31.169Z | Compiling colored v2.1.0 |
1730 | 2024-08-13T18:47:35.289Z | Compiling newtype-uuid v1.1.0 |
1731 | 2024-08-13T18:47:35.289Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1732 | 2024-08-13T18:47:35.289Z | Compiling serde_path_to_error v0.1.16 |
1733 | 2024-08-13T18:47:35.289Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1734 | 2024-08-13T18:47:35.294Z | Compiling socket2 v0.4.10 |
1735 | 2024-08-13T18:47:35.294Z | Compiling hostname v0.4.0 |
1736 | 2024-08-13T18:47:35.294Z | Compiling instant v0.1.12 |
1737 | 2024-08-13T18:47:35.294Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1738 | 2024-08-13T18:47:35.294Z | Compiling debug-ignore v1.0.5 |
1739 | 2024-08-13T18:47:35.294Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1740 | 2024-08-13T18:47:35.294Z | Compiling backoff v0.4.0 |
1741 | 2024-08-13T18:47:35.294Z | Compiling parse-display v0.10.0 |
1742 | 2024-08-13T18:47:35.294Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1743 | 2024-08-13T18:47:35.294Z | Compiling serde_with v3.8.3 |
1744 | 2024-08-13T18:47:35.535Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1745 | 2024-08-13T18:47:36.417Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1746 | 2024-08-13T18:47:36.752Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1747 | 2024-08-13T18:47:37.501Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1748 | 2024-08-13T18:47:37.810Z | Compiling camino-tempfile v1.1.1 |
1749 | 2024-08-13T18:47:38.568Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1750 | 2024-08-13T18:47:38.642Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1751 | 2024-08-13T18:47:38.826Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1752 | 2024-08-13T18:47:39.066Z | Compiling macaddr v1.0.1 |
1753 | 2024-08-13T18:47:39.711Z | Compiling num-derive v0.4.2 |
1754 | 2024-08-13T18:47:39.729Z | Compiling sigpipe v0.1.3 |
1755 | 2024-08-13T18:47:39.852Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1756 | 2024-08-13T18:47:40.158Z | Compiling libefi-sys v0.1.0 |
1757 | 2024-08-13T18:47:40.521Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1758 | 2024-08-13T18:47:41.995Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1759 | 2024-08-13T18:47:42.684Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1760 | 2024-08-13T18:47:42.820Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1761 | 2024-08-13T18:47:43.285Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1762 | 2024-08-13T18:47:43.584Z | Compiling rayon v1.10.0 |
1763 | 2024-08-13T18:47:43.822Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1764 | 2024-08-13T18:47:44.881Z | Compiling smf v0.2.3 |
1765 | 2024-08-13T18:47:46.193Z | Compiling bitfield-struct v0.6.1 |
1766 | 2024-08-13T18:47:47.448Z | Compiling blake3 v1.5.1 |
1767 | 2024-08-13T18:47:47.584Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1768 | 2024-08-13T18:47:47.840Z | Compiling ring v0.16.20 |
1769 | 2024-08-13T18:47:47.978Z | Compiling portable-atomic v1.6.0 |
1770 | 2024-08-13T18:47:48.556Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1771 | 2024-08-13T18:47:49.357Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1772 | 2024-08-13T18:47:49.408Z | Compiling xattr v1.3.1 |
1773 | 2024-08-13T18:47:49.528Z | Compiling memmap2 v0.9.4 |
1774 | 2024-08-13T18:47:49.715Z | Compiling filetime v0.2.24 |
1775 | 2024-08-13T18:47:49.731Z | Compiling untrusted v0.7.1 |
1776 | 2024-08-13T18:47:49.916Z | Compiling constant_time_eq v0.3.0 |
1777 | 2024-08-13T18:47:50.058Z | Compiling same-file v1.0.6 |
1778 | 2024-08-13T18:47:50.099Z | Compiling arrayref v0.3.7 |
1779 | 2024-08-13T18:47:50.102Z | Compiling spin v0.5.2 |
1780 | 2024-08-13T18:47:50.209Z | Compiling arrayvec v0.7.4 |
1781 | 2024-08-13T18:47:50.335Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1782 | 2024-08-13T18:47:50.357Z | Compiling walkdir v2.5.0 |
1783 | 2024-08-13T18:47:50.469Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1784 | 2024-08-13T18:47:50.486Z | Compiling tar v0.4.41 |
1785 | 2024-08-13T18:47:52.018Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1786 | 2024-08-13T18:47:52.995Z | Compiling gethostname v0.5.0 |
1787 | 2024-08-13T18:47:53.208Z | Compiling cargo-platform v0.1.8 |
1788 | 2024-08-13T18:47:53.315Z | Compiling topological-sort v0.2.2 |
1789 | 2024-08-13T18:47:53.598Z | Compiling number_prefix v0.4.0 |
1790 | 2024-08-13T18:47:53.847Z | Compiling indicatif v0.17.8 |
1791 | 2024-08-13T18:47:54.306Z | Compiling cargo_metadata v0.18.1 |
1792 | 2024-08-13T18:47:58.751Z | Compiling omicron-zone-package v0.11.0 |
1793 | 2024-08-13T18:47:59.574Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1794 | 2024-08-13T18:48:00.813Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1795 | 2024-08-13T18:48:02.376Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1796 | 2024-08-13T18:48:23.674Z | Finished `release` profile [optimized] target(s) in 4m 13s |
1797 | 2024-08-13T18:48:23.811Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1798 | 2024-08-13T18:48:23.856Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1799 | 2024-08-13T18:48:23.859Z | Created new build target 'test' and set it as active |
1800 | 2024-08-13T18:48:23.859Z | |
1801 | 2024-08-13T18:48:23.859Z | real 4:13.772725165 |
1802 | 2024-08-13T18:48:23.859Z | user 28:55.128759115 |
1803 | 2024-08-13T18:48:23.859Z | sys 3:34.471470382 |
1804 | 2024-08-13T18:48:23.859Z | trap 0.865576748 |
1805 | 2024-08-13T18:48:23.859Z | tflt 2.331841209 |
1806 | 2024-08-13T18:48:23.859Z | dflt 0.560555592 |
1807 | 2024-08-13T18:48:23.859Z | kflt 0.007041264 |
1808 | 2024-08-13T18:48:23.859Z | lock 1:04:33.052887311 |
1809 | 2024-08-13T18:48:23.860Z | slp 1:51:39.845595884 |
1810 | 2024-08-13T18:48:23.860Z | lat 1:58.383608738 |
1811 | 2024-08-13T18:48:23.860Z | stop 3:25.102293030 |
1812 | 2024-08-13T18:48:23.860Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1813 | 2024-08-13T18:48:24.788Z | Finished `release` profile [optimized] target(s) in 0.88s |
1814 | 2024-08-13T18:48:24.836Z | Running `target/release/omicron-package -t test package` |
1815 | 2024-08-13T18:48:24.877Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1816 | 2024-08-13T18:48:25.978Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1817 | 2024-08-13T18:48:25.981Z | Compiling camino v1.1.7 |
1818 | 2024-08-13T18:48:25.981Z | Compiling password-hash v0.5.0 |
1819 | 2024-08-13T18:48:25.981Z | Compiling blake2 v0.10.6 |
1820 | 2024-08-13T18:48:25.981Z | Compiling derive-where v1.2.7 |
1821 | 2024-08-13T18:48:25.981Z | Compiling humantime v2.1.0 |
1822 | 2024-08-13T18:48:25.981Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1823 | 2024-08-13T18:48:26.109Z | Compiling newline-converter v0.3.0 |
1824 | 2024-08-13T18:48:26.293Z | Compiling expectorate v1.1.0 |
1825 | 2024-08-13T18:48:26.313Z | Compiling toml v0.8.19 |
1826 | 2024-08-13T18:48:26.549Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1827 | 2024-08-13T18:48:26.921Z | Compiling argon2 v0.5.3 |
1828 | 2024-08-13T18:48:26.962Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1829 | 2024-08-13T18:48:27.032Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1830 | 2024-08-13T18:48:27.098Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1831 | 2024-08-13T18:48:27.188Z | Compiling dirs-sys-next v0.1.2 |
1832 | 2024-08-13T18:48:27.400Z | Compiling convert_case v0.4.0 |
1833 | 2024-08-13T18:48:27.708Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1834 | 2024-08-13T18:48:27.925Z | Compiling dirs-next v2.0.0 |
1835 | 2024-08-13T18:48:28.128Z | Compiling prettyplease v0.2.20 |
1836 | 2024-08-13T18:48:28.239Z | Compiling derive_more v0.99.18 |
1837 | 2024-08-13T18:48:28.312Z | Compiling term v0.7.0 |
1838 | 2024-08-13T18:48:28.332Z | Compiling semver v0.1.20 |
1839 | 2024-08-13T18:48:28.442Z | Compiling is-terminal v0.4.12 |
1840 | 2024-08-13T18:48:28.580Z | Compiling home v0.5.9 |
1841 | 2024-08-13T18:48:28.824Z | Compiling rustc_version v0.1.7 |
1842 | 2024-08-13T18:48:28.944Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1843 | 2024-08-13T18:48:29.246Z | Compiling newtype_derive v0.1.6 |
1844 | 2024-08-13T18:48:29.377Z | Compiling rustls-pki-types v1.7.0 |
1845 | 2024-08-13T18:48:29.595Z | Compiling rustls v0.22.4 |
1846 | 2024-08-13T18:48:29.623Z | Compiling thread_local v1.1.8 |
1847 | 2024-08-13T18:48:29.778Z | Compiling steno v0.4.1 |
1848 | 2024-08-13T18:48:30.118Z | Compiling rustls-webpki v0.102.4 |
1849 | 2024-08-13T18:48:30.156Z | Compiling match_cfg v0.1.0 |
1850 | 2024-08-13T18:48:30.268Z | Compiling linked-hash-map v0.5.6 |
1851 | 2024-08-13T18:48:30.712Z | Compiling lru-cache v0.1.2 |
1852 | 2024-08-13T18:48:30.943Z | Compiling hostname v0.3.1 |
1853 | 2024-08-13T18:48:31.996Z | Compiling multer v3.1.0 |
1854 | 2024-08-13T18:48:32.070Z | Compiling slog-async v2.8.0 |
1855 | 2024-08-13T18:48:32.123Z | Compiling slog-json v2.6.1 |
1856 | 2024-08-13T18:48:32.143Z | Compiling crossbeam-channel v0.5.12 |
1857 | 2024-08-13T18:48:32.489Z | Compiling http v1.1.0 |
1858 | 2024-08-13T18:48:33.207Z | Compiling atomic-waker v1.1.2 |
1859 | 2024-08-13T18:48:33.273Z | Compiling take_mut v0.2.2 |
1860 | 2024-08-13T18:48:33.442Z | Compiling waitgroup v0.1.2 |
1861 | 2024-08-13T18:48:33.657Z | Compiling slog-bunyan v2.5.0 |
1862 | 2024-08-13T18:48:33.887Z | Compiling slog-term v2.9.1 |
1863 | 2024-08-13T18:48:34.901Z | Compiling rustls-pemfile v2.1.3 |
1864 | 2024-08-13T18:48:35.000Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1865 | 2024-08-13T18:48:35.309Z | Compiling async-stream v0.3.5 |
1866 | 2024-08-13T18:48:35.328Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1867 | 2024-08-13T18:48:35.352Z | Compiling sha1 v0.10.6 |
1868 | 2024-08-13T18:48:35.404Z | Compiling newtype-uuid v1.1.0 |
1869 | 2024-08-13T18:48:35.619Z | Compiling tokio-rustls v0.25.0 |
1870 | 2024-08-13T18:48:35.721Z | Compiling ipnetwork v0.20.0 |
1871 | 2024-08-13T18:48:35.787Z | Compiling serde_path_to_error v0.1.16 |
1872 | 2024-08-13T18:48:35.805Z | Compiling hostname v0.4.0 |
1873 | 2024-08-13T18:48:36.051Z | Compiling slog-dtrace v0.3.0 |
1874 | 2024-08-13T18:48:36.067Z | Compiling instant v0.1.12 |
1875 | 2024-08-13T18:48:36.229Z | Compiling debug-ignore v1.0.5 |
1876 | 2024-08-13T18:48:36.389Z | Compiling backoff v0.4.0 |
1877 | 2024-08-13T18:48:36.478Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1878 | 2024-08-13T18:48:36.637Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1879 | 2024-08-13T18:48:36.757Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1880 | 2024-08-13T18:48:36.992Z | Compiling parse-display v0.10.0 |
1881 | 2024-08-13T18:48:37.172Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1882 | 2024-08-13T18:48:37.356Z | Compiling serde_with v3.8.3 |
1883 | 2024-08-13T18:48:37.592Z | Compiling strum v0.26.3 |
1884 | 2024-08-13T18:48:37.793Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1885 | 2024-08-13T18:48:38.930Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1886 | 2024-08-13T18:48:39.112Z | Compiling num-rational v0.4.2 |
1887 | 2024-08-13T18:48:40.404Z | Compiling num-complex v0.4.6 |
1888 | 2024-08-13T18:48:40.816Z | Compiling macaddr v1.0.1 |
1889 | 2024-08-13T18:48:41.274Z | Compiling swrite v0.1.0 |
1890 | 2024-08-13T18:48:41.429Z | Compiling num v0.4.3 |
1891 | 2024-08-13T18:48:41.774Z | Compiling quick-error v1.2.3 |
1892 | 2024-08-13T18:48:41.940Z | Compiling float-ord v0.3.2 |
1893 | 2024-08-13T18:48:42.110Z | Compiling resolv-conf v0.7.0 |
1894 | 2024-08-13T18:48:42.947Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1895 | 2024-08-13T18:48:43.888Z | Compiling trust-dns-resolver v0.22.0 |
1896 | 2024-08-13T18:48:44.126Z | Compiling rayon-core v1.12.1 |
1897 | 2024-08-13T18:48:44.155Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1898 | 2024-08-13T18:48:44.467Z | Compiling crossbeam-deque v0.8.5 |
1899 | 2024-08-13T18:48:44.783Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1900 | 2024-08-13T18:48:44.817Z | Compiling fastrand v2.1.0 |
1901 | 2024-08-13T18:48:45.369Z | Compiling display-error-chain v0.2.0 |
1902 | 2024-08-13T18:48:45.591Z | Compiling termcolor v1.4.1 |
1903 | 2024-08-13T18:48:46.747Z | Compiling same-file v1.0.6 |
1904 | 2024-08-13T18:48:47.001Z | Compiling walkdir v2.5.0 |
1905 | 2024-08-13T18:48:47.676Z | Compiling tempfile v3.10.1 |
1906 | 2024-08-13T18:48:50.159Z | Compiling half v2.4.1 |
1907 | 2024-08-13T18:48:50.563Z | Compiling ciborium-io v0.2.2 |
1908 | 2024-08-13T18:48:50.714Z | Compiling utf-8 v0.7.6 |
1909 | 2024-08-13T18:48:50.925Z | Compiling ciborium-ll v0.2.2 |
1910 | 2024-08-13T18:48:51.107Z | Compiling blake3 v1.5.1 |
1911 | 2024-08-13T18:48:51.448Z | Compiling ring v0.16.20 |
1912 | 2024-08-13T18:48:51.536Z | Compiling rayon v1.10.0 |
1913 | 2024-08-13T18:48:52.771Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1914 | 2024-08-13T18:48:56.511Z | Compiling xattr v1.3.1 |
1915 | 2024-08-13T18:48:56.786Z | Compiling nibble_vec v0.1.0 |
1916 | 2024-08-13T18:48:57.034Z | Compiling memmap2 v0.9.4 |
1917 | 2024-08-13T18:48:57.479Z | Compiling filetime v0.2.24 |
1918 | 2024-08-13T18:48:57.796Z | Compiling spin v0.5.2 |
1919 | 2024-08-13T18:48:58.040Z | Compiling constant_time_eq v0.3.0 |
1920 | 2024-08-13T18:48:58.195Z | Compiling cancel-safe-futures v0.1.5 |
1921 | 2024-08-13T18:48:58.264Z | Compiling untrusted v0.7.1 |
1922 | 2024-08-13T18:48:58.465Z | Compiling endian-type v0.1.2 |
1923 | 2024-08-13T18:48:58.558Z | Compiling arrayvec v0.7.4 |
1924 | 2024-08-13T18:48:58.705Z | Compiling arrayref v0.3.7 |
1925 | 2024-08-13T18:48:58.818Z | Compiling radix_trie v0.2.1 |
1926 | 2024-08-13T18:49:00.121Z | Compiling tar v0.4.41 |
1927 | 2024-08-13T18:49:01.909Z | Compiling ciborium v0.2.2 |
1928 | 2024-08-13T18:49:03.039Z | Compiling camino-tempfile v1.1.1 |
1929 | 2024-08-13T18:49:03.503Z | Compiling toolchain_find v0.4.0 |
1930 | 2024-08-13T18:49:04.111Z | Compiling glob v0.3.1 |
1931 | 2024-08-13T18:49:04.129Z | Compiling topological-sort v0.2.2 |
1932 | 2024-08-13T18:49:04.351Z | Compiling crunchy v0.2.2 |
1933 | 2024-08-13T18:49:04.821Z | Compiling maplit v1.0.2 |
1934 | 2024-08-13T18:49:04.915Z | Compiling radium v0.7.0 |
1935 | 2024-08-13T18:49:04.954Z | Compiling clang-sys v1.7.0 |
1936 | 2024-08-13T18:49:04.981Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1937 | 2024-08-13T18:49:05.416Z | Compiling omicron-zone-package v0.11.0 |
1938 | 2024-08-13T18:49:05.639Z | Compiling rustfmt-wrapper v0.2.1 |
1939 | 2024-08-13T18:49:06.244Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1940 | 2024-08-13T18:49:06.444Z | Compiling tiny-keccak v2.0.2 |
1941 | 2024-08-13T18:49:06.492Z | Compiling maybe-uninit v2.0.0 |
1942 | 2024-08-13T18:49:06.756Z | Compiling tap v1.0.1 |
1943 | 2024-08-13T18:49:06.954Z | Compiling wyz v0.5.1 |
1944 | 2024-08-13T18:49:07.432Z | Compiling dsl_auto_type v0.1.2 |
1945 | 2024-08-13T18:49:07.825Z | Compiling itertools v0.13.0 |
1946 | 2024-08-13T18:49:08.870Z | Compiling scheduled-thread-pool v0.2.7 |
1947 | 2024-08-13T18:49:09.335Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1948 | 2024-08-13T18:49:09.800Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1949 | 2024-08-13T18:49:10.241Z | Compiling diesel_table_macro_syntax v0.2.0 |
1950 | 2024-08-13T18:49:10.368Z | Compiling packed_struct v0.10.1 |
1951 | 2024-08-13T18:49:10.675Z | Compiling crc-catalog v2.4.0 |
1952 | 2024-08-13T18:49:10.774Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1953 | 2024-08-13T18:49:10.823Z | Compiling arc-swap v1.7.1 |
1954 | 2024-08-13T18:49:10.841Z | Compiling funty v2.0.0 |
1955 | 2024-08-13T18:49:11.496Z | Compiling num-bigint-dig v0.8.4 |
1956 | 2024-08-13T18:49:11.677Z | Compiling slog-scope v4.4.0 |
1957 | 2024-08-13T18:49:11.889Z | Compiling crc v3.2.1 |
1958 | 2024-08-13T18:49:12.495Z | Compiling bitvec v1.0.1 |
1959 | 2024-08-13T18:49:13.318Z | Compiling diesel_derives v2.2.2 |
1960 | 2024-08-13T18:49:17.193Z | Compiling r2d2 v0.8.10 |
1961 | 2024-08-13T18:49:18.201Z | Compiling ascii-canvas v3.0.0 |
1962 | 2024-08-13T18:49:18.690Z | Compiling packed_struct_codegen v0.10.1 |
1963 | 2024-08-13T18:49:19.262Z | Compiling ena v0.14.3 |
1964 | 2024-08-13T18:49:19.696Z | Compiling indexmap v1.9.3 |
1965 | 2024-08-13T18:49:20.035Z | Compiling libloading v0.8.3 |
1966 | 2024-08-13T18:49:20.387Z | Compiling nodrop v0.1.14 |
1967 | 2024-08-13T18:49:20.531Z | Compiling diff v0.1.13 |
1968 | 2024-08-13T18:49:21.049Z | Compiling bindgen v0.69.4 |
1969 | 2024-08-13T18:49:21.158Z | Compiling regex-syntax v0.6.29 |
1970 | 2024-08-13T18:49:24.818Z | Compiling diesel v2.2.2 |
1971 | 2024-08-13T18:49:25.864Z | Compiling lalrpop v0.19.12 |
1972 | 2024-08-13T18:49:25.955Z | Compiling array-init v0.0.4 |
1973 | 2024-08-13T18:49:27.352Z | Compiling smallvec v0.6.14 |
1974 | 2024-08-13T18:49:27.452Z | Compiling slog-stdlog v4.1.1 |
1975 | 2024-08-13T18:49:28.310Z | Compiling tungstenite v0.21.0 |
1976 | 2024-08-13T18:49:32.359Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1977 | 2024-08-13T18:49:33.416Z | Compiling which v4.4.2 |
1978 | 2024-08-13T18:49:33.464Z | Compiling pkcs1 v0.7.5 |
1979 | 2024-08-13T18:49:33.959Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1980 | 2024-08-13T18:49:34.182Z | Compiling signature v2.2.0 |
1981 | 2024-08-13T18:49:34.474Z | Compiling cexpr v0.6.0 |
1982 | 2024-08-13T18:49:36.074Z | Compiling libsw v3.3.1 |
1983 | 2024-08-13T18:49:36.440Z | Compiling atty v0.2.14 |
1984 | 2024-08-13T18:49:36.604Z | Compiling owo-colors v4.0.0 |
1985 | 2024-08-13T18:49:36.928Z | Compiling ref-cast v1.0.23 |
1986 | 2024-08-13T18:49:37.393Z | Compiling linear-map v1.2.0 |
1987 | 2024-08-13T18:49:37.413Z | Compiling bitfield v0.14.0 |
1988 | 2024-08-13T18:49:37.734Z | Compiling rustc-hash v1.1.0 |
1989 | 2024-08-13T18:49:37.816Z | Compiling shlex v1.3.0 |
1990 | 2024-08-13T18:49:37.906Z | Compiling lazycell v1.3.0 |
1991 | 2024-08-13T18:49:38.091Z | Compiling hashbrown v0.12.3 |
1992 | 2024-08-13T18:49:38.701Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1993 | 2024-08-13T18:49:39.532Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1994 | 2024-08-13T18:49:40.600Z | Compiling rsa v0.9.6 |
1995 | 2024-08-13T18:49:44.462Z | Compiling tokio-tungstenite v0.21.0 |
1996 | 2024-08-13T18:49:45.096Z | Compiling serde-hex v0.1.0 |
1997 | 2024-08-13T18:49:46.178Z | Compiling slog-envlogger v2.2.0 |
1998 | 2024-08-13T18:49:47.165Z | Compiling bzip2 v0.4.4 |
1999 | 2024-08-13T18:49:47.643Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2000 | 2024-08-13T18:49:48.009Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2001 | 2024-08-13T18:49:48.723Z | Compiling env_logger v0.10.2 |
2002 | 2024-08-13T18:49:50.342Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2003 | 2024-08-13T18:49:50.678Z | Compiling derive_builder_core v0.20.0 |
2004 | 2024-08-13T18:49:51.683Z | Compiling x509-cert v0.2.5 |
2005 | 2024-08-13T18:49:52.050Z | Compiling ron v0.8.1 |
2006 | 2024-08-13T18:49:52.344Z | Compiling polar-core v0.27.3 |
2007 | 2024-08-13T18:49:52.881Z | Compiling headers-core v0.2.0 |
2008 | 2024-08-13T18:49:53.065Z | Compiling hashbrown v0.13.2 |
2009 | 2024-08-13T18:49:53.633Z | Compiling fxhash v0.2.1 |
2010 | 2024-08-13T18:49:53.867Z | Compiling libxml v0.3.3 |
2011 | 2024-08-13T18:49:54.255Z | Compiling ref-cast-impl v1.0.23 |
2012 | 2024-08-13T18:49:54.488Z | Compiling crc-any v2.5.0 |
2013 | 2024-08-13T18:49:55.477Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2014 | 2024-08-13T18:49:55.612Z | Compiling object v0.30.4 |
2015 | 2024-08-13T18:49:58.236Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2016 | 2024-08-13T18:49:59.883Z | Compiling headers v0.3.9 |
2017 | 2024-08-13T18:50:03.111Z | Compiling derive_builder_macro v0.20.0 |
2018 | 2024-08-13T18:50:03.697Z | Compiling samael v0.0.15 |
2019 | 2024-08-13T18:50:04.016Z | Compiling zip v0.6.6 |
2020 | 2024-08-13T18:50:05.304Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2021 | 2024-08-13T18:50:06.780Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2022 | 2024-08-13T18:50:07.103Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2023 | 2024-08-13T18:50:08.593Z | Compiling strum_macros v0.24.3 |
2024 | 2024-08-13T18:50:08.711Z | Compiling async-recursion v1.1.1 |
2025 | 2024-08-13T18:50:10.260Z | Compiling unicase v2.7.0 |
2026 | 2024-08-13T18:50:10.615Z | Compiling cookie v0.18.1 |
2027 | 2024-08-13T18:50:10.960Z | Compiling path-slash v0.1.5 |
2028 | 2024-08-13T18:50:11.084Z | Compiling indoc v1.0.9 |
2029 | 2024-08-13T18:50:11.225Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2030 | 2024-08-13T18:50:13.272Z | Compiling derive_builder v0.20.0 |
2031 | 2024-08-13T18:50:16.288Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2032 | 2024-08-13T18:50:16.623Z | Compiling crossterm v0.28.1 |
2033 | 2024-08-13T18:50:16.847Z | Compiling pem v3.0.4 |
2034 | 2024-08-13T18:50:18.459Z | Compiling oso-derive v0.27.3 |
2035 | 2024-08-13T18:50:18.715Z | Compiling impl-trait-for-tuples v0.2.2 |
2036 | 2024-08-13T18:50:19.469Z | Compiling quick-xml v0.31.0 |
2037 | 2024-08-13T18:50:22.704Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2038 | 2024-08-13T18:50:23.063Z | Compiling cfg_aliases v0.1.1 |
2039 | 2024-08-13T18:50:23.193Z | Compiling parking_lot_core v0.8.6 |
2040 | 2024-08-13T18:50:23.698Z | Compiling nix v0.28.0 |
2041 | 2024-08-13T18:50:24.848Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2042 | 2024-08-13T18:50:25.897Z | Compiling oso v0.27.3 |
2043 | 2024-08-13T18:50:27.223Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2044 | 2024-08-13T18:50:27.771Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2045 | 2024-08-13T18:50:28.117Z | Compiling bb8 v0.8.5 |
2046 | 2024-08-13T18:50:28.782Z | Compiling const_format_proc_macros v0.2.32 |
2047 | 2024-08-13T18:50:28.947Z | Compiling curve25519-dalek v4.1.3 |
2048 | 2024-08-13T18:50:29.424Z | Compiling vte_generate_state_changes v0.1.1 |
2049 | 2024-08-13T18:50:30.096Z | Compiling buf-list v1.0.3 |
2050 | 2024-08-13T18:50:30.612Z | Compiling keccak v0.1.5 |
2051 | 2024-08-13T18:50:30.772Z | Compiling const_format v0.2.32 |
2052 | 2024-08-13T18:50:30.787Z | Compiling vte v0.11.1 |
2053 | 2024-08-13T18:50:31.598Z | Compiling sha3 v0.10.8 |
2054 | 2024-08-13T18:50:32.123Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2055 | 2024-08-13T18:50:32.775Z | Compiling fd-lock v4.0.2 |
2056 | 2024-08-13T18:50:32.893Z | Compiling universal-hash v0.5.1 |
2057 | 2024-08-13T18:50:33.020Z | Compiling secrecy v0.8.0 |
2058 | 2024-08-13T18:50:33.139Z | Compiling thiserror-impl-no-std v2.0.2 |
2059 | 2024-08-13T18:50:33.295Z | Compiling pin-project-internal v1.1.5 |
2060 | 2024-08-13T18:50:33.298Z | Compiling curve25519-dalek-derive v0.1.1 |
2061 | 2024-08-13T18:50:34.666Z | Compiling opaque-debug v0.3.1 |
2062 | 2024-08-13T18:50:34.781Z | Compiling bytecount v0.6.8 |
2063 | 2024-08-13T18:50:35.111Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2064 | 2024-08-13T18:50:35.491Z | Compiling papergrid v0.11.0 |
2065 | 2024-08-13T18:50:35.926Z | Compiling thiserror-no-std v2.0.2 |
2066 | 2024-08-13T18:50:36.068Z | Compiling poly1305 v0.8.0 |
2067 | 2024-08-13T18:50:36.154Z | Compiling pin-project v1.1.5 |
2068 | 2024-08-13T18:50:37.970Z | Compiling parking_lot v0.11.2 |
2069 | 2024-08-13T18:50:41.882Z | Compiling strip-ansi-escapes v0.2.0 |
2070 | 2024-08-13T18:50:43.555Z | Compiling trust-dns-client v0.22.0 |
2071 | 2024-08-13T18:50:43.574Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2072 | 2024-08-13T18:50:43.856Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2073 | 2024-08-13T18:50:43.898Z | Compiling tabled_derive v0.7.0 |
2074 | 2024-08-13T18:50:46.212Z | Compiling chacha20 v0.9.1 |
2075 | 2024-08-13T18:50:46.231Z | Compiling crossterm v0.27.0 |
2076 | 2024-08-13T18:50:46.705Z | Compiling aead v0.5.2 |
2077 | 2024-08-13T18:50:47.059Z | Compiling peg-macros v0.8.4 |
2078 | 2024-08-13T18:50:47.526Z | Compiling kstat-rs v0.2.4 |
2079 | 2024-08-13T18:50:48.560Z | Compiling snafu-derive v0.8.2 |
2080 | 2024-08-13T18:50:48.799Z | Compiling toml v0.5.11 |
2081 | 2024-08-13T18:50:50.581Z | Compiling sqlparser_derive v0.2.2 |
2082 | 2024-08-13T18:50:51.696Z | Compiling unicode_categories v0.1.1 |
2083 | 2024-08-13T18:50:52.099Z | Compiling nu-ansi-term v0.50.0 |
2084 | 2024-08-13T18:50:53.378Z | Compiling reedline v0.33.0 |
2085 | 2024-08-13T18:50:53.562Z | Compiling rustyline v14.0.0 |
2086 | 2024-08-13T18:50:53.579Z | Compiling snafu v0.8.2 |
2087 | 2024-08-13T18:50:54.944Z | Compiling sqlformat v0.2.4 |
2088 | 2024-08-13T18:50:55.393Z | Compiling sqlparser v0.45.0 |
2089 | 2024-08-13T18:50:58.129Z | Compiling trust-dns-server v0.22.1 |
2090 | 2024-08-13T18:51:06.045Z | Compiling peg v0.8.4 |
2091 | 2024-08-13T18:51:06.182Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2092 | 2024-08-13T18:51:06.412Z | Compiling chacha20poly1305 v0.10.1 |
2093 | 2024-08-13T18:51:06.671Z | Compiling tabled v0.15.0 |
2094 | 2024-08-13T18:51:10.872Z | Compiling vsss-rs v3.3.4 |
2095 | 2024-08-13T18:51:15.610Z | Compiling sled v0.34.7 |
2096 | 2024-08-13T18:51:17.500Z | Compiling mime_guess v2.0.4 |
2097 | 2024-08-13T18:51:19.510Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2098 | 2024-08-13T18:51:20.443Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2099 | 2024-08-13T18:51:21.306Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2100 | 2024-08-13T18:51:22.651Z | Compiling env_logger v0.9.3 |
2101 | 2024-08-13T18:51:26.899Z | Compiling tungstenite v0.20.1 |
2102 | 2024-08-13T18:51:27.651Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2103 | 2024-08-13T18:51:31.771Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2104 | 2024-08-13T18:51:32.000Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2105 | 2024-08-13T18:51:34.214Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2106 | 2024-08-13T18:51:40.558Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2107 | 2024-08-13T18:51:41.803Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2108 | 2024-08-13T18:51:42.083Z | Compiling globset v0.4.14 |
2109 | 2024-08-13T18:51:42.278Z | Compiling olpc-cjson v0.1.3 |
2110 | 2024-08-13T18:51:42.631Z | Compiling bcs v0.1.6 |
2111 | 2024-08-13T18:51:43.517Z | Compiling bitstruct_derive v0.1.0 |
2112 | 2024-08-13T18:51:44.858Z | Compiling serde_plain v1.0.2 |
2113 | 2024-08-13T18:51:45.400Z | Compiling nanorand v0.7.0 |
2114 | 2024-08-13T18:51:46.106Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2115 | 2024-08-13T18:51:49.301Z | Compiling memoffset v0.9.1 |
2116 | 2024-08-13T18:51:49.640Z | Compiling highway v1.2.0 |
2117 | 2024-08-13T18:51:49.800Z | Compiling ascii v1.1.0 |
2118 | 2024-08-13T18:51:50.575Z | Compiling typed-path v0.7.1 |
2119 | 2024-08-13T18:51:51.961Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2120 | 2024-08-13T18:51:52.990Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2121 | 2024-08-13T18:51:55.559Z | Compiling tough v0.17.1 |
2122 | 2024-08-13T18:51:57.562Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2123 | 2024-08-13T18:52:02.545Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2124 | 2024-08-13T18:52:02.858Z | Compiling flume v0.11.0 |
2125 | 2024-08-13T18:52:03.670Z | Compiling bitstruct v0.1.1 |
2126 | 2024-08-13T18:52:03.814Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2127 | 2024-08-13T18:52:04.391Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2128 | 2024-08-13T18:52:11.030Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2129 | 2024-08-13T18:52:14.200Z | Compiling tokio-tungstenite v0.20.1 |
2130 | 2024-08-13T18:52:14.817Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2131 | 2024-08-13T18:52:20.228Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2132 | 2024-08-13T18:52:21.440Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2133 | 2024-08-13T18:52:23.525Z | Compiling serde_arrays v0.1.0 |
2134 | 2024-08-13T18:52:23.747Z | Compiling erased-serde v0.3.31 |
2135 | 2024-08-13T18:52:25.495Z | Compiling parse-size v1.0.0 |
2136 | 2024-08-13T18:52:25.806Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2137 | 2024-08-13T18:52:26.712Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2138 | 2024-08-13T18:52:28.606Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2139 | 2024-08-13T18:52:32.340Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2140 | 2024-08-13T18:52:32.552Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2141 | 2024-08-13T18:52:32.884Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2142 | 2024-08-13T18:52:34.922Z | Compiling heck v0.3.3 |
2143 | 2024-08-13T18:52:35.202Z | Compiling rand_seeder v0.3.0 |
2144 | 2024-08-13T18:52:35.332Z | Compiling castaway v0.2.3 |
2145 | 2024-08-13T18:52:35.532Z | Compiling csv-core v0.1.11 |
2146 | 2024-08-13T18:52:35.605Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2147 | 2024-08-13T18:52:35.950Z | Compiling http-range v0.1.5 |
2148 | 2024-08-13T18:52:36.405Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2149 | 2024-08-13T18:52:36.533Z | Compiling hyper-staticfile v0.9.5 |
2150 | 2024-08-13T18:52:36.898Z | Compiling csv v1.3.0 |
2151 | 2024-08-13T18:52:39.019Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2152 | 2024-08-13T18:52:39.577Z | Compiling compact_str v0.8.0 |
2153 | 2024-08-13T18:52:39.649Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2154 | 2024-08-13T18:52:39.890Z | Compiling zone_cfg_derive v0.1.2 |
2155 | 2024-08-13T18:52:41.386Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2156 | 2024-08-13T18:52:42.271Z | Compiling nix v0.27.1 |
2157 | 2024-08-13T18:52:45.354Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2158 | 2024-08-13T18:52:48.841Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2159 | 2024-08-13T18:52:52.882Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2160 | 2024-08-13T18:52:53.235Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2161 | 2024-08-13T18:52:53.567Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2162 | 2024-08-13T18:52:53.905Z | Compiling unicode-truncate v1.0.0 |
2163 | 2024-08-13T18:52:54.210Z | Compiling lru v0.12.3 |
2164 | 2024-08-13T18:52:54.602Z | Compiling serde-big-array v0.5.1 |
2165 | 2024-08-13T18:52:54.891Z | Compiling instability v0.3.2 |
2166 | 2024-08-13T18:52:54.968Z | Compiling cassowary v0.3.0 |
2167 | 2024-08-13T18:52:55.919Z | Compiling base64 v0.13.1 |
2168 | 2024-08-13T18:52:55.937Z | Compiling ratatui v0.28.0 |
2169 | 2024-08-13T18:52:56.694Z | Compiling ron v0.7.1 |
2170 | 2024-08-13T18:53:02.078Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2171 | 2024-08-13T18:53:13.751Z | Compiling zone v0.1.8 |
2172 | 2024-08-13T18:53:16.729Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2173 | 2024-08-13T18:53:17.265Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2174 | 2024-08-13T18:53:17.984Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2175 | 2024-08-13T18:53:19.857Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2176 | 2024-08-13T18:53:22.783Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2177 | 2024-08-13T18:53:24.345Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2178 | 2024-08-13T18:53:25.525Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2179 | 2024-08-13T18:53:26.667Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2180 | 2024-08-13T18:53:27.003Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2181 | 2024-08-13T18:53:29.361Z | Compiling signal-hook-tokio v0.3.1 |
2182 | 2024-08-13T18:53:29.588Z | Compiling portpicker v0.1.1 |
2183 | 2024-08-13T18:53:30.031Z | Compiling smawk v0.3.2 |
2184 | 2024-08-13T18:53:30.315Z | Compiling unicode-linebreak v0.1.5 |
2185 | 2024-08-13T18:53:30.900Z | Compiling textwrap v0.16.1 |
2186 | 2024-08-13T18:53:32.192Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2187 | 2024-08-13T18:53:34.598Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2188 | 2024-08-13T18:53:37.562Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2189 | 2024-08-13T18:53:41.326Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2190 | 2024-08-13T18:53:43.950Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2191 | 2024-08-13T18:53:46.607Z | Compiling rcgen v0.12.1 |
2192 | 2024-08-13T18:53:51.939Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2193 | 2024-08-13T18:53:52.492Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2194 | 2024-08-13T18:53:56.575Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2195 | 2024-08-13T18:53:56.902Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2196 | 2024-08-13T18:53:56.995Z | Compiling atomicwrites v0.4.3 |
2197 | 2024-08-13T18:53:57.552Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2198 | 2024-08-13T18:53:57.919Z | Compiling fatfs v0.3.6 |
2199 | 2024-08-13T18:54:00.782Z | Compiling rtoolbox v0.0.2 |
2200 | 2024-08-13T18:54:01.232Z | Compiling subprocess v0.2.9 |
2201 | 2024-08-13T18:54:03.783Z | Compiling is_ci v1.2.0 |
2202 | 2024-08-13T18:54:04.094Z | Compiling assert_matches v1.5.0 |
2203 | 2024-08-13T18:54:04.622Z | Compiling supports-color v3.0.0 |
2204 | 2024-08-13T18:54:05.297Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2205 | 2024-08-13T18:54:06.126Z | Compiling rpassword v7.3.1 |
2206 | 2024-08-13T18:54:06.603Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2207 | 2024-08-13T18:54:07.116Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2208 | 2024-08-13T18:54:10.512Z | Compiling tui-tree-widget v0.22.0 |
2209 | 2024-08-13T18:54:10.969Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2210 | 2024-08-13T18:54:11.138Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2211 | 2024-08-13T18:54:12.591Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2212 | 2024-08-13T18:54:12.935Z | Compiling uzers v0.11.3 |
2213 | 2024-08-13T18:54:14.129Z | Compiling shell-words v1.1.0 |
2214 | 2024-08-13T18:54:14.565Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2215 | 2024-08-13T18:54:15.640Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2216 | 2024-08-13T18:54:17.678Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2217 | 2024-08-13T18:54:32.788Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2218 | 2024-08-13T18:54:42.324Z | Compiling multimap v0.10.0 |
2219 | 2024-08-13T18:55:58.336Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2220 | 2024-08-13T18:56:26.671Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2221 | 2024-08-13T19:03:30.495Z | Finished `release` profile [optimized] target(s) in 15m 05s |
2222 | 2024-08-13T19:04:17.128Z | |
2223 | 2024-08-13T19:04:17.130Z | real 15:53.064361963 |
2224 | 2024-08-13T19:04:17.130Z | user 1:49:46.404444016 |
2225 | 2024-08-13T19:04:17.130Z | sys 5:23.651773160 |
2226 | 2024-08-13T19:04:17.130Z | trap 2.646652467 |
2227 | 2024-08-13T19:04:17.130Z | tflt 2.779420437 |
2228 | 2024-08-13T19:04:17.130Z | dflt 2.621845605 |
2229 | 2024-08-13T19:04:17.130Z | kflt 0.014138306 |
2230 | 2024-08-13T19:04:17.130Z | lock 6:33:57.948914508 |
2231 | 2024-08-13T19:04:17.130Z | slp 5:33:59.793663357 |
2232 | 2024-08-13T19:04:17.131Z | lat 2:42.931467084 |
2233 | 2024-08-13T19:04:17.131Z | stop 2:33.894250496 |
2234 | 2024-08-13T19:04:17.131Z | + mapfile -t packages |
2235 | 2024-08-13T19:04:17.131Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2236 | 2024-08-13T19:04:18.077Z | Finished `release` profile [optimized] target(s) in 0.90s |
2237 | 2024-08-13T19:04:18.127Z | Running `target/release/omicron-package -t test list-outputs` |
2238 | 2024-08-13T19:04:18.170Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2239 | 2024-08-13T19:04:18.172Z | + ptime -m cargo build --locked --release -p xtask |
2240 | 2024-08-13T19:04:18.766Z | Compiling serde v1.0.206 |
2241 | 2024-08-13T19:04:18.769Z | Compiling libc v0.2.155 |
2242 | 2024-08-13T19:04:18.769Z | Compiling serde_json v1.0.122 |
2243 | 2024-08-13T19:04:18.867Z | Compiling syn v2.0.72 |
2244 | 2024-08-13T19:04:18.878Z | Compiling usdt-impl v0.5.0 |
2245 | 2024-08-13T19:04:18.911Z | Compiling rustix v0.38.34 |
2246 | 2024-08-13T19:04:19.203Z | Compiling syn v1.0.109 |
2247 | 2024-08-13T19:04:19.251Z | Compiling log v0.4.21 |
2248 | 2024-08-13T19:04:19.380Z | Compiling hashbrown v0.14.5 |
2249 | 2024-08-13T19:04:19.396Z | Compiling bitflags v2.6.0 |
2250 | 2024-08-13T19:04:19.413Z | Compiling fs-err v2.11.0 |
2251 | 2024-08-13T19:04:19.760Z | Compiling anyhow v1.0.86 |
2252 | 2024-08-13T19:04:20.345Z | Compiling thread-id v4.2.1 |
2253 | 2024-08-13T19:04:20.743Z | Compiling indexmap v2.3.0 |
2254 | 2024-08-13T19:04:20.876Z | Compiling terminal_size v0.3.0 |
2255 | 2024-08-13T19:04:21.108Z | Compiling clap_builder v4.5.15 |
2256 | 2024-08-13T19:04:22.483Z | Compiling proc-macro-error v1.0.4 |
2257 | 2024-08-13T19:04:23.770Z | Compiling tabled_derive v0.7.0 |
2258 | 2024-08-13T19:04:25.171Z | Compiling tabled v0.15.0 |
2259 | 2024-08-13T19:04:27.088Z | Compiling serde_derive v1.0.206 |
2260 | 2024-08-13T19:04:27.348Z | Compiling thiserror-impl v1.0.63 |
2261 | 2024-08-13T19:04:27.367Z | Compiling zerocopy-derive v0.7.34 |
2262 | 2024-08-13T19:04:29.373Z | Compiling zerocopy v0.7.34 |
2263 | 2024-08-13T19:04:30.207Z | Compiling thiserror v1.0.63 |
2264 | 2024-08-13T19:04:30.363Z | Compiling pest v2.7.10 |
2265 | 2024-08-13T19:04:31.077Z | Compiling scroll_derive v0.12.0 |
2266 | 2024-08-13T19:04:32.564Z | Compiling scroll v0.12.0 |
2267 | 2024-08-13T19:04:33.237Z | Compiling pest_meta v2.7.10 |
2268 | 2024-08-13T19:04:33.372Z | Compiling goblin v0.8.2 |
2269 | 2024-08-13T19:04:35.154Z | Compiling pest_generator v2.7.10 |
2270 | 2024-08-13T19:04:37.415Z | Compiling pest_derive v2.7.10 |
2271 | 2024-08-13T19:04:38.243Z | Compiling dtrace-parser v0.2.0 |
2272 | 2024-08-13T19:04:40.061Z | Compiling clap_derive v4.5.13 |
2273 | 2024-08-13T19:04:44.429Z | Compiling dof v0.3.0 |
2274 | 2024-08-13T19:04:44.638Z | Compiling serde_tokenstream v0.2.1 |
2275 | 2024-08-13T19:04:44.822Z | Compiling toml_datetime v0.6.8 |
2276 | 2024-08-13T19:04:45.363Z | Compiling serde_spanned v0.6.7 |
2277 | 2024-08-13T19:04:45.633Z | Compiling toml_edit v0.22.20 |
2278 | 2024-08-13T19:04:46.624Z | Compiling usdt-attr-macro v0.5.0 |
2279 | 2024-08-13T19:04:48.009Z | Compiling usdt-macro v0.5.0 |
2280 | 2024-08-13T19:04:48.120Z | Compiling cargo-platform v0.1.8 |
2281 | 2024-08-13T19:04:49.224Z | Compiling semver v1.0.23 |
2282 | 2024-08-13T19:04:49.288Z | Compiling camino v1.1.7 |
2283 | 2024-08-13T19:04:49.520Z | Compiling toml v0.8.19 |
2284 | 2024-08-13T19:04:50.259Z | Compiling cargo_metadata v0.18.1 |
2285 | 2024-08-13T19:04:50.374Z | Compiling usdt v0.5.0 |
2286 | 2024-08-13T19:04:50.708Z | Compiling cargo_toml v0.20.4 |
2287 | 2024-08-13T19:04:50.724Z | Compiling clap v4.5.15 |
2288 | 2024-08-13T19:04:50.854Z | Compiling macaddr v1.0.1 |
2289 | 2024-08-13T19:05:02.931Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2290 | 2024-08-13T19:05:13.792Z | Finished `release` profile [optimized] target(s) in 55.55s |
2291 | 2024-08-13T19:05:13.891Z | |
2292 | 2024-08-13T19:05:13.891Z | real 55.682714928 |
2293 | 2024-08-13T19:05:13.891Z | user 5:39.359289905 |
2294 | 2024-08-13T19:05:13.891Z | sys 31.261766629 |
2295 | 2024-08-13T19:05:13.891Z | trap 0.151541391 |
2296 | 2024-08-13T19:05:13.894Z | tflt 0.298987967 |
2297 | 2024-08-13T19:05:13.894Z | dflt 0.412668787 |
2298 | 2024-08-13T19:05:13.894Z | kflt 0.000000000 |
2299 | 2024-08-13T19:05:13.894Z | lock 10:24.823924699 |
2300 | 2024-08-13T19:05:13.894Z | slp 15:21.425612316 |
2301 | 2024-08-13T19:05:13.894Z | lat 11.694284408 |
2302 | 2024-08-13T19:05:13.894Z | stop 15.042724321 |
2303 | 2024-08-13T19:05:13.894Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2304 | 2024-08-13T19:05:13.894Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2305 | 2024-08-13T19:05:13.894Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2306 | 2024-08-13T19:05:13.894Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2307 | 2024-08-13T19:05:13.894Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2308 | 2024-08-13T19:05:14.453Z | Downloading crates ... |
2309 | 2024-08-13T19:05:14.662Z | Downloaded dirs v5.0.1 |
2310 | 2024-08-13T19:05:14.669Z | Downloaded option-ext v0.2.0 |
2311 | 2024-08-13T19:05:14.672Z | Downloaded md5 v0.7.0 |
2312 | 2024-08-13T19:05:14.672Z | Downloaded dhcproto v0.12.0 |
2313 | 2024-08-13T19:05:14.681Z | Downloaded cbc v0.1.2 |
2314 | 2024-08-13T19:05:14.688Z | Downloaded bcrypt-pbkdf v0.10.0 |
2315 | 2024-08-13T19:05:14.691Z | Downloaded polyval v0.6.2 |
2316 | 2024-08-13T19:05:14.699Z | Downloaded rand_core v0.5.1 |
2317 | 2024-08-13T19:05:14.701Z | Downloaded russh-cryptovec v0.7.2 |
2318 | 2024-08-13T19:05:14.701Z | Downloaded pbkdf2 v0.11.0 |
2319 | 2024-08-13T19:05:14.704Z | Downloaded ghash v0.5.1 |
2320 | 2024-08-13T19:05:14.707Z | Downloaded dirs-sys v0.4.1 |
2321 | 2024-08-13T19:05:14.707Z | Downloaded rand_chacha v0.2.2 |
2322 | 2024-08-13T19:05:14.707Z | Downloaded pbkdf2 v0.12.2 |
2323 | 2024-08-13T19:05:14.709Z | Downloaded hex-literal v0.4.1 |
2324 | 2024-08-13T19:05:14.709Z | Downloaded ed25519 v2.2.3 |
2325 | 2024-08-13T19:05:14.711Z | Downloaded russh-keys v0.43.0 |
2326 | 2024-08-13T19:05:14.714Z | Downloaded rfc6979 v0.4.0 |
2327 | 2024-08-13T19:05:14.714Z | Downloaded primeorder v0.13.6 |
2328 | 2024-08-13T19:05:14.716Z | Downloaded internet-checksum v0.2.1 |
2329 | 2024-08-13T19:05:14.716Z | Downloaded ecdsa v0.16.9 |
2330 | 2024-08-13T19:05:14.719Z | Downloaded blowfish v0.9.1 |
2331 | 2024-08-13T19:05:14.719Z | Downloaded getrandom v0.1.16 |
2332 | 2024-08-13T19:05:14.722Z | Downloaded dhcproto-macros v0.1.0 |
2333 | 2024-08-13T19:05:14.722Z | Downloaded ctr v0.9.2 |
2334 | 2024-08-13T19:05:14.726Z | Downloaded password-hash v0.4.2 |
2335 | 2024-08-13T19:05:14.733Z | Downloaded p256 v0.13.2 |
2336 | 2024-08-13T19:05:14.735Z | Downloaded ed25519-dalek v2.1.1 |
2337 | 2024-08-13T19:05:14.747Z | Downloaded russh v0.43.0 |
2338 | 2024-08-13T19:05:14.752Z | Downloaded rand v0.7.3 |
2339 | 2024-08-13T19:05:14.757Z | Downloaded p521 v0.13.3 |
2340 | 2024-08-13T19:05:14.761Z | Downloaded aes-gcm v0.10.3 |
2341 | 2024-08-13T19:05:14.764Z | Downloaded aes v0.8.4 |
2342 | 2024-08-13T19:05:14.895Z | Compiling regress v0.9.1 |
2343 | 2024-08-13T19:05:15.006Z | Compiling getopts v0.2.21 |
2344 | 2024-08-13T19:05:15.009Z | Compiling unsafe-libyaml v0.2.11 |
2345 | 2024-08-13T19:05:15.009Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2346 | 2024-08-13T19:05:15.009Z | Compiling sha1 v0.10.6 |
2347 | 2024-08-13T19:05:15.009Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2348 | 2024-08-13T19:05:15.032Z | Compiling http v1.1.0 |
2349 | 2024-08-13T19:05:15.035Z | Compiling match_cfg v0.1.0 |
2350 | 2024-08-13T19:05:15.172Z | Compiling hostname v0.3.1 |
2351 | 2024-08-13T19:05:15.407Z | Compiling toml v0.8.19 |
2352 | 2024-08-13T19:05:15.466Z | Compiling rustls-pki-types v1.7.0 |
2353 | 2024-08-13T19:05:15.534Z | Compiling ident_case v1.0.1 |
2354 | 2024-08-13T19:05:15.742Z | Compiling paste v1.0.15 |
2355 | 2024-08-13T19:05:15.750Z | Compiling rustls v0.22.4 |
2356 | 2024-08-13T19:05:15.908Z | Compiling darling_core v0.20.9 |
2357 | 2024-08-13T19:05:16.048Z | Compiling rustls-webpki v0.102.4 |
2358 | 2024-08-13T19:05:16.220Z | Compiling ipnetwork v0.20.0 |
2359 | 2024-08-13T19:05:16.314Z | Compiling serde_yaml v0.9.34+deprecated |
2360 | 2024-08-13T19:05:16.975Z | Compiling multer v3.1.0 |
2361 | 2024-08-13T19:05:17.368Z | Compiling slog-json v2.6.1 |
2362 | 2024-08-13T19:05:17.633Z | Compiling async-stream-impl v0.3.5 |
2363 | 2024-08-13T19:05:17.767Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2364 | 2024-08-13T19:05:18.110Z | Compiling instant v0.1.12 |
2365 | 2024-08-13T19:05:18.259Z | Compiling atomic-waker v1.1.2 |
2366 | 2024-08-13T19:05:18.277Z | Compiling debug-ignore v1.0.5 |
2367 | 2024-08-13T19:05:18.443Z | Compiling waitgroup v0.1.2 |
2368 | 2024-08-13T19:05:18.507Z | Compiling slog-bunyan v2.5.0 |
2369 | 2024-08-13T19:05:18.675Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2370 | 2024-08-13T19:05:18.729Z | Compiling rustls-pemfile v2.1.3 |
2371 | 2024-08-13T19:05:19.082Z | Compiling async-stream v0.3.5 |
2372 | 2024-08-13T19:05:19.199Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2373 | 2024-08-13T19:05:19.399Z | Compiling serde_path_to_error v0.1.16 |
2374 | 2024-08-13T19:05:19.630Z | Compiling hostname v0.4.0 |
2375 | 2024-08-13T19:05:19.914Z | Compiling structmeta-derive v0.3.0 |
2376 | 2024-08-13T19:05:20.229Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2377 | 2024-08-13T19:05:20.329Z | Compiling proc-macro-crate v1.3.1 |
2378 | 2024-08-13T19:05:20.705Z | Compiling newtype-uuid v1.1.0 |
2379 | 2024-08-13T19:05:20.994Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2380 | 2024-08-13T19:05:21.031Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2381 | 2024-08-13T19:05:21.406Z | Compiling fastrand v2.1.0 |
2382 | 2024-08-13T19:05:21.424Z | Compiling num_enum_derive v0.5.11 |
2383 | 2024-08-13T19:05:21.833Z | Compiling tokio-rustls v0.25.0 |
2384 | 2024-08-13T19:05:21.990Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2385 | 2024-08-13T19:05:22.180Z | Compiling tempfile v3.10.1 |
2386 | 2024-08-13T19:05:22.300Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2387 | 2024-08-13T19:05:22.650Z | Compiling backoff v0.4.0 |
2388 | 2024-08-13T19:05:23.017Z | Compiling structmeta v0.3.0 |
2389 | 2024-08-13T19:05:23.036Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2390 | 2024-08-13T19:05:23.068Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2391 | 2024-08-13T19:05:23.247Z | Compiling macaddr v1.0.1 |
2392 | 2024-08-13T19:05:23.265Z | Compiling darling_macro v0.20.9 |
2393 | 2024-08-13T19:05:23.450Z | Compiling parse-display-derive v0.10.0 |
2394 | 2024-08-13T19:05:23.690Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2395 | 2024-08-13T19:05:23.821Z | Compiling foreign-types-macros v0.2.3 |
2396 | 2024-08-13T19:05:24.016Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2397 | 2024-08-13T19:05:24.115Z | Compiling num_enum v0.5.11 |
2398 | 2024-08-13T19:05:24.239Z | Compiling darling v0.20.9 |
2399 | 2024-08-13T19:05:24.289Z | Compiling foreign-types-shared v0.3.1 |
2400 | 2024-08-13T19:05:24.315Z | Compiling heapless v0.8.0 |
2401 | 2024-08-13T19:05:24.365Z | Compiling serde_with_macros v3.8.3 |
2402 | 2024-08-13T19:05:24.623Z | Compiling proc-macro-error v1.0.4 |
2403 | 2024-08-13T19:05:25.113Z | Compiling foreign-types v0.5.0 |
2404 | 2024-08-13T19:05:25.242Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2405 | 2024-08-13T19:05:25.332Z | Compiling hash32 v0.3.1 |
2406 | 2024-08-13T19:05:25.412Z | Compiling cstr-argument v0.1.2 |
2407 | 2024-08-13T19:05:25.591Z | Compiling smoltcp v0.11.0 |
2408 | 2024-08-13T19:05:25.680Z | Compiling pretty-hex v0.2.1 |
2409 | 2024-08-13T19:05:25.880Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2410 | 2024-08-13T19:05:26.249Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2411 | 2024-08-13T19:05:26.415Z | Compiling camino-tempfile v1.1.1 |
2412 | 2024-08-13T19:05:26.855Z | Compiling tabwriter v1.4.0 |
2413 | 2024-08-13T19:05:26.882Z | Compiling colored v2.1.0 |
2414 | 2024-08-13T19:05:27.340Z | Compiling socket2 v0.4.10 |
2415 | 2024-08-13T19:05:27.364Z | Compiling serde_with v3.8.3 |
2416 | 2024-08-13T19:05:27.383Z | Compiling cobs v0.2.3 |
2417 | 2024-08-13T19:05:27.492Z | Compiling embedded-io v0.4.0 |
2418 | 2024-08-13T19:05:27.706Z | Compiling postcard v1.0.8 |
2419 | 2024-08-13T19:05:27.725Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2420 | 2024-08-13T19:05:28.136Z | Compiling crucible-workspace-hack v0.1.0 |
2421 | 2024-08-13T19:05:28.267Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2422 | 2024-08-13T19:05:28.286Z | Compiling parse-display v0.10.0 |
2423 | 2024-08-13T19:05:28.485Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2424 | 2024-08-13T19:05:28.533Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2425 | 2024-08-13T19:05:28.715Z | Compiling smf v0.2.3 |
2426 | 2024-08-13T19:05:28.879Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2427 | 2024-08-13T19:05:29.222Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2428 | 2024-08-13T19:05:29.415Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2429 | 2024-08-13T19:05:29.906Z | Compiling num-derive v0.4.2 |
2430 | 2024-08-13T19:05:30.152Z | Compiling sigpipe v0.1.3 |
2431 | 2024-08-13T19:05:30.289Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2432 | 2024-08-13T19:05:30.632Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2433 | 2024-08-13T19:05:30.814Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2434 | 2024-08-13T19:05:31.291Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2435 | 2024-08-13T19:05:31.824Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2436 | 2024-08-13T19:05:32.273Z | Compiling humantime v2.1.0 |
2437 | 2024-08-13T19:05:32.303Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2438 | 2024-08-13T19:05:32.402Z | Compiling curve25519-dalek v4.1.3 |
2439 | 2024-08-13T19:05:32.416Z | Compiling password-hash v0.5.0 |
2440 | 2024-08-13T19:05:32.810Z | Compiling blake2 v0.10.6 |
2441 | 2024-08-13T19:05:32.938Z | Compiling universal-hash v0.5.1 |
2442 | 2024-08-13T19:05:33.038Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2443 | 2024-08-13T19:05:33.116Z | Compiling utf-8 v0.7.6 |
2444 | 2024-08-13T19:05:33.162Z | Compiling opaque-debug v0.3.1 |
2445 | 2024-08-13T19:05:33.271Z | Compiling semver v0.1.20 |
2446 | 2024-08-13T19:05:33.340Z | Compiling argon2 v0.5.3 |
2447 | 2024-08-13T19:05:33.461Z | Compiling newline-converter v0.3.0 |
2448 | 2024-08-13T19:05:33.481Z | Compiling curve25519-dalek-derive v0.1.1 |
2449 | 2024-08-13T19:05:33.600Z | Compiling atty v0.2.14 |
2450 | 2024-08-13T19:05:33.638Z | Compiling rustc_version v0.1.7 |
2451 | 2024-08-13T19:05:33.741Z | Compiling convert_case v0.4.0 |
2452 | 2024-08-13T19:05:33.960Z | Compiling rayon-core v1.12.1 |
2453 | 2024-08-13T19:05:34.178Z | Compiling same-file v1.0.6 |
2454 | 2024-08-13T19:05:34.302Z | Compiling newtype_derive v0.1.6 |
2455 | 2024-08-13T19:05:34.388Z | Compiling walkdir v2.5.0 |
2456 | 2024-08-13T19:05:34.491Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2457 | 2024-08-13T19:05:34.634Z | Compiling expectorate v1.1.0 |
2458 | 2024-08-13T19:05:34.784Z | Compiling derive_more v0.99.18 |
2459 | 2024-08-13T19:05:34.816Z | Compiling crossbeam-deque v0.8.5 |
2460 | 2024-08-13T19:05:34.934Z | Compiling libefi-sys v0.1.0 |
2461 | 2024-08-13T19:05:35.043Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2462 | 2024-08-13T19:05:35.190Z | Compiling prettyplease v0.2.20 |
2463 | 2024-08-13T19:05:35.356Z | Compiling num-rational v0.4.2 |
2464 | 2024-08-13T19:05:35.546Z | Compiling signature v2.2.0 |
2465 | 2024-08-13T19:05:35.859Z | Compiling num-complex v0.4.6 |
2466 | 2024-08-13T19:05:36.270Z | Compiling aead v0.5.2 |
2467 | 2024-08-13T19:05:36.384Z | Compiling bitfield-struct v0.6.1 |
2468 | 2024-08-13T19:05:36.660Z | Compiling derive-where v1.2.7 |
2469 | 2024-08-13T19:05:36.972Z | Compiling ring v0.16.20 |
2470 | 2024-08-13T19:05:37.126Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2471 | 2024-08-13T19:05:37.271Z | Compiling blake3 v1.5.1 |
2472 | 2024-08-13T19:05:37.492Z | Compiling unicase v2.7.0 |
2473 | 2024-08-13T19:05:37.541Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2474 | 2024-08-13T19:05:37.829Z | Compiling termcolor v1.4.1 |
2475 | 2024-08-13T19:05:37.905Z | Compiling getrandom v0.1.16 |
2476 | 2024-08-13T19:05:37.957Z | Compiling quick-error v1.2.3 |
2477 | 2024-08-13T19:05:38.109Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2478 | 2024-08-13T19:05:38.128Z | Compiling linked-hash-map v0.5.6 |
2479 | 2024-08-13T19:05:38.540Z | Compiling arc-swap v1.7.1 |
2480 | 2024-08-13T19:05:38.736Z | Compiling keccak v0.1.5 |
2481 | 2024-08-13T19:05:38.832Z | Compiling lru-cache v0.1.2 |
2482 | 2024-08-13T19:05:39.044Z | Compiling slog-scope v4.4.0 |
2483 | 2024-08-13T19:05:39.063Z | Compiling sha3 v0.10.8 |
2484 | 2024-08-13T19:05:39.199Z | Compiling env_logger v0.9.3 |
2485 | 2024-08-13T19:05:39.805Z | Compiling resolv-conf v0.7.0 |
2486 | 2024-08-13T19:05:40.338Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2487 | 2024-08-13T19:05:40.608Z | Compiling num v0.4.3 |
2488 | 2024-08-13T19:05:40.711Z | Compiling rayon v1.10.0 |
2489 | 2024-08-13T19:05:41.084Z | Compiling tungstenite v0.21.0 |
2490 | 2024-08-13T19:05:41.330Z | Compiling poly1305 v0.8.0 |
2491 | 2024-08-13T19:05:42.093Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2492 | 2024-08-13T19:05:42.244Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2493 | 2024-08-13T19:05:42.395Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2494 | 2024-08-13T19:05:42.823Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2495 | 2024-08-13T19:05:43.103Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2496 | 2024-08-13T19:05:43.167Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2497 | 2024-08-13T19:05:43.199Z | Compiling chacha20 v0.9.1 |
2498 | 2024-08-13T19:05:43.454Z | Compiling bitstruct_derive v0.1.0 |
2499 | 2024-08-13T19:05:43.473Z | Compiling thiserror-impl-no-std v2.0.2 |
2500 | 2024-08-13T19:05:43.648Z | Compiling secrecy v0.8.0 |
2501 | 2024-08-13T19:05:43.670Z | Compiling memmap2 v0.9.4 |
2502 | 2024-08-13T19:05:43.923Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2503 | 2024-08-13T19:05:43.998Z | Compiling half v2.4.1 |
2504 | 2024-08-13T19:05:44.059Z | Compiling untrusted v0.7.1 |
2505 | 2024-08-13T19:05:44.086Z | Compiling arrayvec v0.7.4 |
2506 | 2024-08-13T19:05:44.140Z | Compiling constant_time_eq v0.3.0 |
2507 | 2024-08-13T19:05:44.259Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2508 | 2024-08-13T19:05:44.339Z | Compiling float-ord v0.3.2 |
2509 | 2024-08-13T19:05:44.394Z | Compiling ascii v1.1.0 |
2510 | 2024-08-13T19:05:44.494Z | Compiling ciborium-io v0.2.2 |
2511 | 2024-08-13T19:05:44.513Z | Compiling home v0.5.9 |
2512 | 2024-08-13T19:05:44.546Z | Compiling parking_lot_core v0.8.6 |
2513 | 2024-08-13T19:05:44.630Z | Compiling arrayref v0.3.7 |
2514 | 2024-08-13T19:05:44.743Z | Compiling spin v0.5.2 |
2515 | 2024-08-13T19:05:44.795Z | Compiling toolchain_find v0.4.0 |
2516 | 2024-08-13T19:05:44.883Z | Compiling bitstruct v0.1.1 |
2517 | 2024-08-13T19:05:45.005Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2518 | 2024-08-13T19:05:45.024Z | Compiling ciborium-ll v0.2.2 |
2519 | 2024-08-13T19:05:45.074Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2520 | 2024-08-13T19:05:45.457Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2521 | 2024-08-13T19:05:45.794Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2522 | 2024-08-13T19:05:45.827Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2523 | 2024-08-13T19:05:46.154Z | Compiling tokio-tungstenite v0.21.0 |
2524 | 2024-08-13T19:05:46.237Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2525 | 2024-08-13T19:05:46.563Z | Compiling steno v0.4.1 |
2526 | 2024-08-13T19:05:46.642Z | Compiling trust-dns-resolver v0.22.0 |
2527 | 2024-08-13T19:05:46.706Z | Compiling slog-stdlog v4.1.1 |
2528 | 2024-08-13T19:05:46.792Z | Compiling thiserror-no-std v2.0.2 |
2529 | 2024-08-13T19:05:46.919Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2530 | 2024-08-13T19:05:46.984Z | Compiling rfc6979 v0.4.0 |
2531 | 2024-08-13T19:05:47.065Z | Compiling gethostname v0.5.0 |
2532 | 2024-08-13T19:05:47.193Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2533 | 2024-08-13T19:05:47.265Z | Compiling erased-serde v0.3.31 |
2534 | 2024-08-13T19:05:47.283Z | Compiling serde_arrays v0.1.0 |
2535 | 2024-08-13T19:05:47.462Z | Compiling nibble_vec v0.1.0 |
2536 | 2024-08-13T19:05:47.592Z | Compiling slog-dtrace v0.3.0 |
2537 | 2024-08-13T19:05:47.685Z | Compiling topological-sort v0.2.2 |
2538 | 2024-08-13T19:05:47.703Z | Compiling cancel-safe-futures v0.1.5 |
2539 | 2024-08-13T19:05:47.925Z | Compiling endian-type v0.1.2 |
2540 | 2024-08-13T19:05:48.034Z | Compiling omicron-zone-package v0.11.0 |
2541 | 2024-08-13T19:05:48.162Z | Compiling radix_trie v0.2.1 |
2542 | 2024-08-13T19:05:48.184Z | Compiling ecdsa v0.16.9 |
2543 | 2024-08-13T19:05:48.695Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2544 | 2024-08-13T19:05:48.780Z | Compiling mime_guess v2.0.4 |
2545 | 2024-08-13T19:05:48.928Z | Compiling rand_core v0.5.1 |
2546 | 2024-08-13T19:05:49.056Z | Compiling vsss-rs v3.3.4 |
2547 | 2024-08-13T19:05:49.446Z | Compiling slog-envlogger v2.2.0 |
2548 | 2024-08-13T19:05:50.209Z | Compiling ciborium v0.2.2 |
2549 | 2024-08-13T19:05:50.695Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2550 | 2024-08-13T19:05:50.951Z | Compiling rustfmt-wrapper v0.2.1 |
2551 | 2024-08-13T19:05:51.567Z | Compiling chacha20poly1305 v0.10.1 |
2552 | 2024-08-13T19:05:51.808Z | Compiling tungstenite v0.20.1 |
2553 | 2024-08-13T19:05:52.101Z | Compiling primeorder v0.13.6 |
2554 | 2024-08-13T19:05:52.660Z | Compiling heck v0.3.3 |
2555 | 2024-08-13T19:05:53.094Z | Compiling glob v0.3.1 |
2556 | 2024-08-13T19:05:53.125Z | Compiling option-ext v0.2.0 |
2557 | 2024-08-13T19:05:53.272Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2558 | 2024-08-13T19:05:53.621Z | Compiling dirs-sys v0.4.1 |
2559 | 2024-08-13T19:05:53.844Z | Compiling zone_cfg_derive v0.1.2 |
2560 | 2024-08-13T19:05:54.016Z | Compiling tokio-tungstenite v0.20.1 |
2561 | 2024-08-13T19:05:54.137Z | Compiling parking_lot v0.11.2 |
2562 | 2024-08-13T19:05:54.368Z | Compiling rand_chacha v0.2.2 |
2563 | 2024-08-13T19:05:54.387Z | Compiling trust-dns-client v0.22.0 |
2564 | 2024-08-13T19:05:55.068Z | Compiling ed25519 v2.2.3 |
2565 | 2024-08-13T19:05:55.187Z | Compiling polyval v0.6.2 |
2566 | 2024-08-13T19:05:55.206Z | Compiling ctr v0.9.2 |
2567 | 2024-08-13T19:05:55.438Z | Compiling aes v0.8.4 |
2568 | 2024-08-13T19:05:55.579Z | Compiling blowfish v0.9.1 |
2569 | 2024-08-13T19:05:55.597Z | Compiling password-hash v0.4.2 |
2570 | 2024-08-13T19:05:55.631Z | Compiling pbkdf2 v0.12.2 |
2571 | 2024-08-13T19:05:55.813Z | Compiling libsw v3.3.1 |
2572 | 2024-08-13T19:05:56.055Z | Compiling toml v0.5.11 |
2573 | 2024-08-13T19:05:56.148Z | Compiling fxhash v0.2.1 |
2574 | 2024-08-13T19:05:56.366Z | Compiling owo-colors v4.0.0 |
2575 | 2024-08-13T19:05:56.450Z | Compiling linear-map v1.2.0 |
2576 | 2024-08-13T19:05:56.559Z | Compiling base64 v0.13.1 |
2577 | 2024-08-13T19:05:56.823Z | Compiling sled v0.34.7 |
2578 | 2024-08-13T19:05:57.198Z | Compiling ron v0.7.1 |
2579 | 2024-08-13T19:05:57.572Z | Compiling pbkdf2 v0.11.0 |
2580 | 2024-08-13T19:05:57.986Z | Compiling trust-dns-server v0.22.1 |
2581 | 2024-08-13T19:05:58.276Z | Compiling bcrypt-pbkdf v0.10.0 |
2582 | 2024-08-13T19:05:58.816Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2583 | 2024-08-13T19:05:58.913Z | Compiling ghash v0.5.1 |
2584 | 2024-08-13T19:05:59.118Z | Compiling zone v0.1.8 |
2585 | 2024-08-13T19:05:59.724Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2586 | 2024-08-13T19:05:59.899Z | Compiling ed25519-dalek v2.1.1 |
2587 | 2024-08-13T19:06:00.186Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2588 | 2024-08-13T19:06:00.823Z | Compiling rand v0.7.3 |
2589 | 2024-08-13T19:06:01.051Z | Compiling dirs v5.0.1 |
2590 | 2024-08-13T19:06:01.948Z | Compiling p521 v0.13.3 |
2591 | 2024-08-13T19:06:02.645Z | Compiling p256 v0.13.2 |
2592 | 2024-08-13T19:06:03.505Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2593 | 2024-08-13T19:06:03.597Z | Compiling pem v3.0.4 |
2594 | 2024-08-13T19:06:04.443Z | Compiling cbc v0.1.2 |
2595 | 2024-08-13T19:06:04.505Z | Compiling portpicker v0.1.1 |
2596 | 2024-08-13T19:06:04.704Z | Compiling headers-core v0.2.0 |
2597 | 2024-08-13T19:06:04.879Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2598 | 2024-08-13T19:06:04.881Z | Compiling kstat-rs v0.2.4 |
2599 | 2024-08-13T19:06:04.978Z | Compiling nanorand v0.7.0 |
2600 | 2024-08-13T19:06:05.167Z | Compiling russh-cryptovec v0.7.2 |
2601 | 2024-08-13T19:06:05.278Z | Compiling md5 v0.7.0 |
2602 | 2024-08-13T19:06:05.502Z | Compiling http-range v0.1.5 |
2603 | 2024-08-13T19:06:05.528Z | Compiling flume v0.11.0 |
2604 | 2024-08-13T19:06:05.554Z | Compiling russh-keys v0.43.0 |
2605 | 2024-08-13T19:06:05.573Z | Compiling headers v0.3.9 |
2606 | 2024-08-13T19:06:05.825Z | Compiling hyper-staticfile v0.9.5 |
2607 | 2024-08-13T19:06:05.866Z | Compiling rcgen v0.12.1 |
2608 | 2024-08-13T19:06:06.239Z | Compiling aes-gcm v0.10.3 |
2609 | 2024-08-13T19:06:06.558Z | Compiling atomicwrites v0.4.3 |
2610 | 2024-08-13T19:06:06.840Z | Compiling itertools v0.13.0 |
2611 | 2024-08-13T19:06:06.923Z | Compiling subprocess v0.2.9 |
2612 | 2024-08-13T19:06:07.521Z | Compiling dhcproto-macros v0.1.0 |
2613 | 2024-08-13T19:06:08.398Z | Compiling display-error-chain v0.2.0 |
2614 | 2024-08-13T19:06:08.426Z | Compiling hex-literal v0.4.1 |
2615 | 2024-08-13T19:06:08.548Z | Compiling dhcproto v0.12.0 |
2616 | 2024-08-13T19:06:08.576Z | Compiling russh v0.43.0 |
2617 | 2024-08-13T19:06:08.594Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2618 | 2024-08-13T19:06:08.887Z | Compiling internet-checksum v0.2.1 |
2619 | 2024-08-13T19:06:09.155Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2620 | 2024-08-13T19:06:09.328Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2621 | 2024-08-13T19:06:09.331Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2622 | 2024-08-13T19:06:09.384Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2623 | 2024-08-13T19:06:10.145Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2624 | 2024-08-13T19:06:10.894Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2625 | 2024-08-13T19:06:11.388Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2626 | 2024-08-13T19:06:12.197Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2627 | 2024-08-13T19:06:12.865Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2628 | 2024-08-13T19:06:14.640Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2629 | 2024-08-13T19:06:16.085Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2630 | 2024-08-13T19:06:16.088Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2631 | 2024-08-13T19:06:17.281Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2632 | 2024-08-13T19:06:18.055Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2633 | 2024-08-13T19:06:25.125Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2634 | 2024-08-13T19:06:25.126Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2635 | 2024-08-13T19:06:25.136Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2636 | 2024-08-13T19:06:25.196Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2637 | 2024-08-13T19:06:27.989Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2638 | 2024-08-13T19:06:28.486Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2639 | 2024-08-13T19:06:28.522Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2640 | 2024-08-13T19:06:29.468Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2641 | 2024-08-13T19:06:29.509Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2642 | 2024-08-13T19:06:30.828Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2643 | 2024-08-13T19:06:31.657Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2644 | 2024-08-13T19:06:33.109Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2645 | 2024-08-13T19:06:33.441Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2646 | 2024-08-13T19:06:35.732Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2647 | 2024-08-13T19:06:37.238Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2648 | 2024-08-13T19:06:37.785Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2649 | 2024-08-13T19:06:42.645Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2650 | 2024-08-13T19:06:43.167Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2651 | 2024-08-13T19:06:47.412Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2652 | 2024-08-13T19:06:53.991Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2653 | 2024-08-13T19:06:53.991Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2654 | 2024-08-13T19:06:55.924Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2655 | 2024-08-13T19:07:17.060Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2656 | 2024-08-13T19:07:50.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s |
2657 | 2024-08-13T19:07:50.772Z | |
2658 | 2024-08-13T19:07:50.775Z | real 2:36.808016313 |
2659 | 2024-08-13T19:07:50.775Z | user 12:30.482354138 |
2660 | 2024-08-13T19:07:50.775Z | sys 2:37.644084360 |
2661 | 2024-08-13T19:07:50.775Z | trap 0.336675133 |
2662 | 2024-08-13T19:07:50.775Z | tflt 0.776511464 |
2663 | 2024-08-13T19:07:50.775Z | dflt 1.400171215 |
2664 | 2024-08-13T19:07:50.775Z | kflt 0.000008857 |
2665 | 2024-08-13T19:07:50.775Z | lock 26:08.598648237 |
2666 | 2024-08-13T19:07:50.775Z | slp 45:26.311520530 |
2667 | 2024-08-13T19:07:50.775Z | lat 39.252143139 |
2668 | 2024-08-13T19:07:50.775Z | stop 1:36.623810748 |
2669 | 2024-08-13T19:07:50.775Z | + mkdir tests |
2670 | 2024-08-13T19:07:50.778Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2671 | 2024-08-13T19:07:50.778Z | + xargs -I '{}' -t cp '{}' tests/ |
2672 | 2024-08-13T19:07:50.818Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b03c16178e50660f tests/ |
2673 | 2024-08-13T19:07:50.844Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6959a528301c963e tests/ |
2674 | 2024-08-13T19:07:50.870Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-fe0e06aa62582c2e tests/ |
2675 | 2024-08-13T19:07:50.895Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-31d997e80d2140bb tests/ |
2676 | 2024-08-13T19:07:51.100Z | + 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/*) |
2677 | 2024-08-13T19:07:51.103Z | + 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-6959a528301c963e tests/commtest-fe0e06aa62582c2e tests/dhcp_server-b03c16178e50660f tests/end_to_end_tests-31d997e80d2140bb 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 |
2678 | 2024-08-13T19:08:46.400Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2679 | 2024-08-13T19:08:46.400Z | a out/target/test 1K |
2680 | 2024-08-13T19:08:46.400Z | a out/npuzone/npuzone 23144K |
2681 | 2024-08-13T19:08:46.400Z | a package-manifest.toml 30K |
2682 | 2024-08-13T19:08:46.400Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2683 | 2024-08-13T19:08:46.400Z | a target/release/omicron-package 32377K |
2684 | 2024-08-13T19:08:46.400Z | a target/release/xtask 11562K |
2685 | 2024-08-13T19:08:46.400Z | a target/debug/bootstrap 188077K |
2686 | 2024-08-13T19:08:46.400Z | a tests/bootstrap-6959a528301c963e 23516K |
2687 | 2024-08-13T19:08:46.400Z | a tests/commtest-fe0e06aa62582c2e 24242K |
2688 | 2024-08-13T19:08:46.400Z | a tests/dhcp_server-b03c16178e50660f 23516K |
2689 | 2024-08-13T19:08:46.400Z | a tests/end_to_end_tests-31d997e80d2140bb 198911K |
2690 | 2024-08-13T19:08:46.400Z | a out/clickhouse.tar.gz 223165K |
2691 | 2024-08-13T19:08:46.400Z | a out/clickhouse_keeper.tar.gz 223139K |
2692 | 2024-08-13T19:08:46.400Z | a out/cockroachdb.tar.gz 131813K |
2693 | 2024-08-13T19:08:46.400Z | a out/crucible-dtrace.tar 84K |
2694 | 2024-08-13T19:08:46.400Z | a out/crucible-pantry-zone.tar.gz 27863K |
2695 | 2024-08-13T19:08:46.400Z | a out/crucible-zone.tar.gz 38183K |
2696 | 2024-08-13T19:08:46.400Z | a out/external-dns.tar.gz 25185K |
2697 | 2024-08-13T19:08:46.400Z | a out/internal-dns.tar.gz 25182K |
2698 | 2024-08-13T19:08:46.400Z | a out/mg-ddm-gz.tar 61944K |
2699 | 2024-08-13T19:08:46.400Z | a out/nexus.tar.gz 86953K |
2700 | 2024-08-13T19:08:46.400Z | a out/ntp.tar.gz 9011K |
2701 | 2024-08-13T19:08:46.400Z | a out/omicron-gateway-softnpu.tar.gz 13606K |
2702 | 2024-08-13T19:08:46.400Z | a out/omicron-sled-agent.tar 96812K |
2703 | 2024-08-13T19:08:46.400Z | a out/overlay.tar.gz 3K |
2704 | 2024-08-13T19:08:46.400Z | a out/oximeter.tar.gz 42594K |
2705 | 2024-08-13T19:08:46.401Z | a out/oxlog.tar 2946K |
2706 | 2024-08-13T19:08:46.401Z | a out/probe.tar.gz 2764K |
2707 | 2024-08-13T19:08:46.401Z | a out/propolis-server.tar.gz 65291K |
2708 | 2024-08-13T19:08:46.401Z | a out/pumpkind-gz.tar 26665K |
2709 | 2024-08-13T19:08:46.401Z | a out/switch-softnpu.tar.gz 205504K |
2710 | 2024-08-13T19:08:46.403Z | |
2711 | 2024-08-13T19:08:46.403Z | real 55.286779524 |
2712 | 2024-08-13T19:08:46.404Z | user 52.812493125 |
2713 | 2024-08-13T19:08:46.404Z | sys 3.526234407 |
2714 | 2024-08-13T19:08:46.404Z | trap 0.013843282 |
2715 | 2024-08-13T19:08:46.404Z | tflt 0.000000000 |
2716 | 2024-08-13T19:08:46.404Z | dflt 0.000000000 |
2717 | 2024-08-13T19:08:46.404Z | kflt 0.000000000 |
2718 | 2024-08-13T19:08:46.404Z | lock 0.000000000 |
2719 | 2024-08-13T19:08:46.404Z | slp 52.637181961 |
2720 | 2024-08-13T19:08:46.404Z | lat 1.578408519 |
2721 | 2024-08-13T19:08:46.404Z | stop 0.000540897 |
2722 | 2024-08-13T19:08:46.407Z | process exited: duration 1691527 ms, exit code 0 |
|
2723 | 2024-08-13T19:08:46.420Z | found 1 output files |
2724 | 2024-08-13T19:08:46.420Z | uploading: /work/package.tar.gz (1345892896 bytes) |
2725 | 2024-08-13T19:09:14.624Z | uploaded: /work/package.tar.gz |