|
|
|
1 | 2024-07-31T06:16:06.251Z | job assigned to worker 01J43PV8N5VBNQA88D97H6XCS4 (queued for 1 m 4 s) |
|
2 | 2024-07-31T06:16:14.092Z | starting task 0: "setup" |
3 | 2024-07-31T06:16:14.142Z | ++ uname -s |
4 | 2024-07-31T06:16:14.144Z | + kern=SunOS |
5 | 2024-07-31T06:16:14.144Z | + case "$kern" in |
6 | 2024-07-31T06:16:14.144Z | + groupadd -g 12345 build |
7 | 2024-07-31T06:16:14.147Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-31T06:16:16.157Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-31T06:16:16.305Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-31T06:16:16.307Z | + home_fs=zfs |
11 | 2024-07-31T06:16:16.307Z | + [[ zfs == autofs ]] |
12 | 2024-07-31T06:16:16.307Z | + mkdir -p /home/build |
13 | 2024-07-31T06:16:16.310Z | + chown build:build /home/build /work |
14 | 2024-07-31T06:16:18.311Z | + chmod 0700 /home/build /work |
15 | 2024-07-31T06:16:18.314Z | process exited: duration 4223 ms, exit code 0 |
|
16 | 2024-07-31T06:16:18.320Z | starting task 1: "rust-toolchain" |
17 | 2024-07-31T06:16:18.326Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-31T06:16:18.326Z | * toolchain channel = "1.78.0" |
19 | 2024-07-31T06:16:18.326Z | * toolchain profile = "default" |
20 | 2024-07-31T06:16:18.326Z | ' 1.78.0 |
21 | 2024-07-31T06:16:18.326Z | + printf ' * toolchain profile = "%s" |
22 | 2024-07-31T06:16:18.326Z | ' default |
23 | 2024-07-31T06:16:18.328Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-31T06:16:18.328Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-31T06:16:18.452Z | info: downloading installer |
26 | 2024-07-31T06:16:19.993Z | info: profile set to 'default' |
27 | 2024-07-31T06:16:19.993Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-31T06:16:19.996Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-31T06:16:20.129Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-31T06:16:20.129Z | info: downloading component 'cargo' |
31 | 2024-07-31T06:16:20.839Z | info: downloading component 'clippy' |
32 | 2024-07-31T06:16:21.080Z | info: downloading component 'rust-docs' |
33 | 2024-07-31T06:16:22.023Z | info: downloading component 'rust-std' |
34 | 2024-07-31T06:16:23.520Z | info: downloading component 'rustc' |
35 | 2024-07-31T06:16:27.306Z | info: downloading component 'rustfmt' |
36 | 2024-07-31T06:16:27.515Z | info: installing component 'cargo' |
37 | 2024-07-31T06:16:28.357Z | info: installing component 'clippy' |
38 | 2024-07-31T06:16:28.727Z | info: installing component 'rust-docs' |
39 | 2024-07-31T06:16:30.242Z | info: installing component 'rust-std' |
40 | 2024-07-31T06:16:32.048Z | info: installing component 'rustc' |
41 | 2024-07-31T06:16:36.285Z | info: installing component 'rustfmt' |
42 | 2024-07-31T06:16:36.627Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-31T06:16:36.627Z | |
44 | 2024-07-31T06:16:36.896Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-31T06:16:36.896Z | |
46 | 2024-07-31T06:16:36.899Z | |
47 | 2024-07-31T06:16:36.899Z | Rust is installed now. Great! |
48 | 2024-07-31T06:16:36.899Z | |
49 | 2024-07-31T06:16:36.899Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-31T06:16:36.899Z | environment variable. This has not been done automatically. |
51 | 2024-07-31T06:16:36.899Z | |
52 | 2024-07-31T06:16:36.899Z | To configure your current shell, you need to source |
53 | 2024-07-31T06:16:36.899Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-31T06:16:36.899Z | |
55 | 2024-07-31T06:16:36.899Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-31T06:16:36.899Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-31T06:16:36.899Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-31T06:16:36.964Z | + rustc --version |
59 | 2024-07-31T06:16:37.027Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-31T06:16:37.030Z | process exited: duration 18706 ms, exit code 0 |
|
61 | 2024-07-31T06:16:37.036Z | starting task 2: "authentication" |
62 | 2024-07-31T06:16:37.057Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-07-31T06:16:37.066Z | starting task 3: "clone repository" |
64 | 2024-07-31T06:16:37.070Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-31T06:16:37.073Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-31T06:16:37.229Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-31T06:16:44.839Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-31T06:16:44.839Z | + git fetch origin 861cdc6952a2ee27ad779c9e7f999878ae626a4a |
69 | 2024-07-31T06:16:45.103Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-31T06:16:45.103Z | * branch 861cdc6952a2ee27ad779c9e7f999878ae626a4a -> FETCH_HEAD |
71 | 2024-07-31T06:16:45.111Z | + [[ -n renovate/assert_cmd-2.x ]] |
72 | 2024-07-31T06:16:45.114Z | ++ git branch --show-current |
73 | 2024-07-31T06:16:45.117Z | + current=main |
74 | 2024-07-31T06:16:45.117Z | + [[ main != renovate/assert_cmd-2.x ]] |
75 | 2024-07-31T06:16:45.117Z | + git branch -f renovate/assert_cmd-2.x 861cdc6952a2ee27ad779c9e7f999878ae626a4a |
76 | 2024-07-31T06:16:45.119Z | + git checkout -f renovate/assert_cmd-2.x |
77 | 2024-07-31T06:16:45.145Z | Switched to branch 'renovate/assert_cmd-2.x' |
78 | 2024-07-31T06:16:45.148Z | + git reset --hard 861cdc6952a2ee27ad779c9e7f999878ae626a4a |
79 | 2024-07-31T06:16:45.173Z | HEAD is now at 861cdc695 Update Rust crate assert_cmd to 2.0.15 |
80 | 2024-07-31T06:16:45.176Z | process exited: duration 8109 ms, exit code 0 |
|
81 | 2024-07-31T06:16:45.184Z | starting task 4: "build" |
82 | 2024-07-31T06:16:45.187Z | + cargo --version |
83 | 2024-07-31T06:16:45.239Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-31T06:16:45.242Z | + rustc --version |
85 | 2024-07-31T06:16:45.298Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-31T06:16:45.301Z | + WORK=/work |
87 | 2024-07-31T06:16:45.301Z | + pfexec mkdir -p /work |
88 | 2024-07-31T06:16:45.305Z | + pfexec chown build /work |
89 | 2024-07-31T06:16:45.307Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-07-31T06:17:03.676Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-07-31T06:17:05.905Z | Startup: Caching catalogs ... Done |
92 | 2024-07-31T06:17:09.509Z | Planning: Solver setup ... Done (3.112s) |
93 | 2024-07-31T06:17:09.568Z | Planning: Running solver ... Done (0.059s) |
94 | 2024-07-31T06:17:09.615Z | Planning: Finding local manifests ... Done (0.003s) |
95 | 2024-07-31T06:17:09.670Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-07-31T06:17:10.012Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-07-31T06:17:10.062Z | Planning: Package planning ... Done (0.050s) |
98 | 2024-07-31T06:17:10.114Z | Planning: Merging actions ... Done (0.052s) |
99 | 2024-07-31T06:17:10.788Z | Planning: Checking for conflicting actions ... Done (0.674s) |
100 | 2024-07-31T06:17:10.799Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-07-31T06:17:15.299Z | Planning: Evaluating mediators ... Done (4.498s) |
102 | 2024-07-31T06:17:15.308Z | Planning: Planning completed in 9.34 seconds |
103 | 2024-07-31T06:17:15.830Z | Packages to install: 4 |
104 | 2024-07-31T06:17:15.830Z | Mediators to change: 2 |
105 | 2024-07-31T06:17:15.833Z | Services to change: 1 |
106 | 2024-07-31T06:17:15.833Z | Estimated space available: 155.77 GB |
107 | 2024-07-31T06:17:15.833Z | Estimated space to be consumed: 1.47 GB |
108 | 2024-07-31T06:17:15.833Z | Create boot environment: No |
109 | 2024-07-31T06:17:15.833Z | Create backup boot environment: No |
110 | 2024-07-31T06:17:15.833Z | Rebuild boot archive: No |
111 | 2024-07-31T06:17:15.833Z | |
112 | 2024-07-31T06:17:15.833Z | Changed mediators: |
113 | 2024-07-31T06:17:15.833Z | mediator clang: |
114 | 2024-07-31T06:17:15.833Z | version: None -> 15 (system default) |
115 | 2024-07-31T06:17:15.833Z | |
116 | 2024-07-31T06:17:15.833Z | mediator llvm: |
117 | 2024-07-31T06:17:15.833Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-07-31T06:17:15.833Z | |
119 | 2024-07-31T06:17:15.833Z | Changed packages: |
120 | 2024-07-31T06:17:15.833Z | helios-dev |
121 | 2024-07-31T06:17:15.833Z | developer/build-essential |
122 | 2024-07-31T06:17:15.833Z | None -> 11-2.0 |
123 | 2024-07-31T06:17:15.833Z | library/libxmlsec1 |
124 | 2024-07-31T06:17:15.833Z | None -> 1.2.35-2.0 |
125 | 2024-07-31T06:17:15.833Z | ooce/developer/clang-15 |
126 | 2024-07-31T06:17:15.833Z | None -> 15.0.7-2.0 |
127 | 2024-07-31T06:17:15.834Z | ooce/developer/llvm-15 |
128 | 2024-07-31T06:17:15.834Z | None -> 15.0.7-2.0 |
129 | 2024-07-31T06:17:15.834Z | |
130 | 2024-07-31T06:17:15.834Z | Services: |
131 | 2024-07-31T06:17:15.834Z | restart_fmri: |
132 | 2024-07-31T06:17:15.834Z | svc:/system/update-man-index:default |
133 | 2024-07-31T06:17:15.946Z | |
134 | 2024-07-31T06:17:15.946Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-07-31T06:17:20.948Z | Download: 1073/3290 items 19.3/212.6MB 9% complete (3.9M/s) |
136 | 2024-07-31T06:17:25.987Z | Download: 2139/3290 items 118.9/212.6MB 55% complete (12.0M/s) |
137 | 2024-07-31T06:17:31.068Z | Download: 3248/3290 items 187.7/212.6MB 88% complete (16.8M/s) |
138 | 2024-07-31T06:17:32.482Z | Download: Completed 212.60 MB in 16.53 seconds (12.9M/s) |
139 | 2024-07-31T06:17:33.034Z | Actions: 1/3689 actions (Installing new actions) |
140 | 2024-07-31T06:17:38.056Z | Actions: 3596/3689 actions (Installing new actions) |
141 | 2024-07-31T06:17:38.486Z | Actions: Completed 3689 actions in 5.45 seconds. |
142 | 2024-07-31T06:17:38.629Z | Done (0.138s) |
143 | 2024-07-31T06:17:38.629Z | Done (0.000s) |
144 | 2024-07-31T06:17:38.975Z | Done (0.346s) |
145 | 2024-07-31T06:17:44.995Z | Done (5.859s) |
146 | 2024-07-31T06:17:45.212Z | Done (0.154s) |
147 | 2024-07-31T06:17:45.215Z | Done (0.000s) |
148 | 2024-07-31T06:17:45.454Z | Done (0.000s) |
149 | 2024-07-31T06:17:46.030Z | Planning: Evaluating mediator changes ... Done |
150 | 2024-07-31T06:17:46.197Z | Planning: Checking for conflicting actions ... Done |
151 | 2024-07-31T06:17:46.200Z | Planning: Consolidating action changes ... Done |
152 | 2024-07-31T06:17:46.470Z | Planning: Evaluating mediators ... Done |
153 | 2024-07-31T06:17:46.473Z | Planning: Planning completed in 0.44 seconds |
154 | 2024-07-31T06:17:46.504Z | Mediators to change: 2 |
155 | 2024-07-31T06:17:46.504Z | Create boot environment: No |
156 | 2024-07-31T06:17:46.507Z | Create backup boot environment: No |
157 | 2024-07-31T06:17:46.627Z | Done |
158 | 2024-07-31T06:17:46.627Z | Done |
159 | 2024-07-31T06:17:46.841Z | Done |
160 | 2024-07-31T06:17:50.311Z | Done |
161 | 2024-07-31T06:17:50.390Z | Done |
162 | 2024-07-31T06:17:50.394Z | Done |
163 | 2024-07-31T06:17:50.565Z | Done |
164 | 2024-07-31T06:17:51.177Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-07-31T06:17:51.180Z | Planning: Merging actions ... Done |
166 | 2024-07-31T06:17:51.373Z | Planning: Checking for conflicting actions ... Done |
167 | 2024-07-31T06:17:51.376Z | Planning: Consolidating action changes ... Done |
168 | 2024-07-31T06:17:51.639Z | Planning: Evaluating mediators ... Done |
169 | 2024-07-31T06:17:51.695Z | Planning: Planning completed in 0.76 seconds |
170 | 2024-07-31T06:17:51.730Z | Packages to change: 1 |
171 | 2024-07-31T06:17:51.730Z | Mediators to change: 1 |
172 | 2024-07-31T06:17:51.733Z | Services to change: 1 |
173 | 2024-07-31T06:17:51.733Z | Create boot environment: No |
174 | 2024-07-31T06:17:51.733Z | Create backup boot environment: Yes |
175 | 2024-07-31T06:17:53.753Z | Actions: 1/6 actions (Updating modified actions) |
176 | 2024-07-31T06:17:53.864Z | Actions: Completed 6 actions in 0.11 seconds. |
177 | 2024-07-31T06:17:53.867Z | Done |
178 | 2024-07-31T06:17:53.867Z | Done |
179 | 2024-07-31T06:17:53.937Z | Done |
180 | 2024-07-31T06:17:57.504Z | Done |
181 | 2024-07-31T06:17:57.592Z | Done |
182 | 2024-07-31T06:17:57.594Z | Done |
183 | 2024-07-31T06:17:57.754Z | Done |
184 | 2024-07-31T06:17:58.190Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
185 | 2024-07-31T06:17:58.190Z | clang system 15 system |
186 | 2024-07-31T06:17:58.190Z | csh system system illumos |
187 | 2024-07-31T06:17:58.190Z | ctags system system illumos |
188 | 2024-07-31T06:17:58.190Z | gcc vendor 12 vendor |
189 | 2024-07-31T06:17:58.190Z | gcc system 10 system |
190 | 2024-07-31T06:17:58.190Z | gcc system 7 system |
191 | 2024-07-31T06:17:58.190Z | go system 1.20 system |
192 | 2024-07-31T06:17:58.190Z | go system 1.19 system |
193 | 2024-07-31T06:17:58.190Z | llvm system 15 system |
194 | 2024-07-31T06:17:58.191Z | llvm system 14 system |
195 | 2024-07-31T06:17:58.191Z | mariadb system 10.6 system |
196 | 2024-07-31T06:17:58.191Z | mta vendor vendor dma |
197 | 2024-07-31T06:17:58.191Z | openjdk system 17 system |
198 | 2024-07-31T06:17:58.191Z | openjdk system 11 system |
199 | 2024-07-31T06:17:58.191Z | openjdk system 1.8 system |
200 | 2024-07-31T06:17:58.191Z | openssl vendor 3 vendor |
201 | 2024-07-31T06:17:58.191Z | perl system 5.36 system |
202 | 2024-07-31T06:17:58.191Z | postgresql system 15 system |
203 | 2024-07-31T06:17:58.191Z | postgresql system 13 system |
204 | 2024-07-31T06:17:58.191Z | python vendor 3 vendor |
205 | 2024-07-31T06:17:58.191Z | python system 2 system |
206 | 2024-07-31T06:17:58.191Z | python3 system 3.11 system |
207 | 2024-07-31T06:17:58.191Z | ruby system 3.0 system |
208 | 2024-07-31T06:17:58.191Z | words vendor vendor american-english |
209 | 2024-07-31T06:17:58.191Z | words system system australian-english |
210 | 2024-07-31T06:17:58.191Z | words system system british-english |
211 | 2024-07-31T06:17:58.191Z | words system system canadian-english |
212 | 2024-07-31T06:17:58.191Z | words system system french |
213 | 2024-07-31T06:17:58.191Z | words system system italian |
214 | 2024-07-31T06:17:58.191Z | words system system ngerman |
215 | 2024-07-31T06:17:58.191Z | words system system ogerman |
216 | 2024-07-31T06:17:58.191Z | words system system spanish |
217 | 2024-07-31T06:17:58.521Z | PUBLISHER TYPE STATUS P LOCATION |
218 | 2024-07-31T06:17:58.521Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
219 | 2024-07-31T06:18:00.151Z | FMRI IFO |
220 | 2024-07-31T06:18:00.151Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
221 | 2024-07-31T06:18:00.151Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
222 | 2024-07-31T06:18:00.151Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
223 | 2024-07-31T06:18:00.151Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
224 | 2024-07-31T06:18:00.151Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
225 | 2024-07-31T06:18:00.151Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
226 | 2024-07-31T06:18:00.151Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
227 | 2024-07-31T06:18:00.151Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
228 | 2024-07-31T06:18:00.151Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
229 | 2024-07-31T06:18:00.151Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
230 | 2024-07-31T06:18:00.151Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
231 | 2024-07-31T06:18:00.151Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
232 | 2024-07-31T06:18:00.681Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
233 | 2024-07-31T06:18:00.995Z | Updating git repository `https://github.com/oxidecomputer/zone` |
234 | 2024-07-31T06:18:01.408Z | Updating crates.io index |
235 | 2024-07-31T06:18:01.518Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
236 | 2024-07-31T06:18:02.311Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
237 | 2024-07-31T06:18:03.401Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
238 | 2024-07-31T06:18:03.666Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
239 | 2024-07-31T06:18:05.664Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
240 | 2024-07-31T06:18:06.192Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
241 | 2024-07-31T06:18:06.458Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
242 | 2024-07-31T06:18:07.644Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
243 | 2024-07-31T06:18:09.934Z | Updating git repository `https://github.com/oxidecomputer/opte` |
244 | 2024-07-31T06:18:11.672Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
245 | 2024-07-31T06:18:12.356Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
246 | 2024-07-31T06:18:12.975Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
247 | 2024-07-31T06:18:13.269Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
248 | 2024-07-31T06:18:13.582Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
249 | 2024-07-31T06:18:13.908Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
250 | 2024-07-31T06:18:14.193Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
251 | 2024-07-31T06:18:14.463Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
252 | 2024-07-31T06:18:14.770Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
253 | 2024-07-31T06:18:15.225Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
254 | 2024-07-31T06:18:15.539Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
255 | 2024-07-31T06:18:15.881Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
256 | 2024-07-31T06:18:16.164Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
257 | 2024-07-31T06:18:16.799Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
258 | 2024-07-31T06:18:17.138Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
259 | 2024-07-31T06:18:17.502Z | Updating git repository `https://github.com/oxidecomputer/typify` |
260 | 2024-07-31T06:18:19.916Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
261 | 2024-07-31T06:18:20.266Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
262 | 2024-07-31T06:18:20.527Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
263 | 2024-07-31T06:18:20.923Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
264 | 2024-07-31T06:18:22.073Z | Downloading crates ... |
265 | 2024-07-31T06:18:22.163Z | Downloaded is_terminal_polyfill v1.70.0 |
266 | 2024-07-31T06:18:22.166Z | Downloaded equivalent v1.0.1 |
267 | 2024-07-31T06:18:22.170Z | Downloaded pretty-hex v0.4.1 |
268 | 2024-07-31T06:18:22.190Z | Downloaded swrite v0.1.0 |
269 | 2024-07-31T06:18:22.192Z | Downloaded fnv v1.0.7 |
270 | 2024-07-31T06:18:22.192Z | Downloaded cpufeatures v0.2.12 |
271 | 2024-07-31T06:18:22.195Z | Downloaded memmap v0.7.0 |
272 | 2024-07-31T06:18:22.195Z | Downloaded digest v0.10.7 |
273 | 2024-07-31T06:18:22.198Z | Downloaded clap_lex v0.7.0 |
274 | 2024-07-31T06:18:22.198Z | Downloaded dtrace-parser v0.2.0 |
275 | 2024-07-31T06:18:22.198Z | Downloaded cfg-if v1.0.0 |
276 | 2024-07-31T06:18:22.200Z | Downloaded block-buffer v0.10.4 |
277 | 2024-07-31T06:18:22.200Z | Downloaded anstyle-query v1.0.3 |
278 | 2024-07-31T06:18:22.203Z | Downloaded colorchoice v1.0.1 |
279 | 2024-07-31T06:18:22.206Z | Downloaded usdt-attr-macro v0.5.0 |
280 | 2024-07-31T06:18:22.208Z | Downloaded usdt-macro v0.5.0 |
281 | 2024-07-31T06:18:22.208Z | Downloaded byteorder v1.5.0 |
282 | 2024-07-31T06:18:22.211Z | Downloaded scroll_derive v0.12.0 |
283 | 2024-07-31T06:18:22.211Z | Downloaded heck v0.4.1 |
284 | 2024-07-31T06:18:22.214Z | Downloaded macaddr v1.0.1 |
285 | 2024-07-31T06:18:22.217Z | Downloaded cargo-platform v0.1.8 |
286 | 2024-07-31T06:18:22.217Z | Downloaded heck v0.5.0 |
287 | 2024-07-31T06:18:22.217Z | Downloaded anstyle v1.0.8 |
288 | 2024-07-31T06:18:22.220Z | Downloaded itoa v1.0.11 |
289 | 2024-07-31T06:18:22.222Z | Downloaded terminal_size v0.3.0 |
290 | 2024-07-31T06:18:22.222Z | Downloaded autocfg v1.3.0 |
291 | 2024-07-31T06:18:22.225Z | Downloaded strsim v0.11.1 |
292 | 2024-07-31T06:18:22.225Z | Downloaded pest_generator v2.7.10 |
293 | 2024-07-31T06:18:22.227Z | Downloaded scroll v0.12.0 |
294 | 2024-07-31T06:18:22.227Z | Downloaded fs-err v2.11.0 |
295 | 2024-07-31T06:18:22.230Z | Downloaded usdt-impl v0.5.0 |
296 | 2024-07-31T06:18:22.230Z | Downloaded generic-array v0.14.7 |
297 | 2024-07-31T06:18:22.233Z | Downloaded thread-id v4.2.1 |
298 | 2024-07-31T06:18:22.233Z | Downloaded errno v0.3.9 |
299 | 2024-07-31T06:18:22.236Z | Downloaded utf8parse v0.2.1 |
300 | 2024-07-31T06:18:22.236Z | Downloaded toml_datetime v0.6.6 |
301 | 2024-07-31T06:18:22.238Z | Downloaded crypto-common v0.1.6 |
302 | 2024-07-31T06:18:22.238Z | Downloaded cargo_metadata v0.18.1 |
303 | 2024-07-31T06:18:22.241Z | Downloaded pest_derive v2.7.10 |
304 | 2024-07-31T06:18:22.241Z | Downloaded camino v1.1.7 |
305 | 2024-07-31T06:18:22.244Z | Downloaded serde_tokenstream v0.2.1 |
306 | 2024-07-31T06:18:22.260Z | Downloaded plain v0.2.3 |
307 | 2024-07-31T06:18:22.264Z | Downloaded version_check v0.9.4 |
308 | 2024-07-31T06:18:22.264Z | Downloaded thiserror-impl v1.0.63 |
309 | 2024-07-31T06:18:22.264Z | Downloaded thiserror v1.0.63 |
310 | 2024-07-31T06:18:22.268Z | Downloaded tabled_derive v0.7.0 |
311 | 2024-07-31T06:18:22.271Z | Downloaded semver v1.0.23 |
312 | 2024-07-31T06:18:22.274Z | Downloaded dof v0.3.0 |
313 | 2024-07-31T06:18:22.274Z | Downloaded proc-macro-error-attr v1.0.4 |
314 | 2024-07-31T06:18:22.274Z | Downloaded proc-macro-error v1.0.4 |
315 | 2024-07-31T06:18:22.278Z | Downloaded bytecount v0.6.8 |
316 | 2024-07-31T06:18:22.278Z | Downloaded usdt v0.5.0 |
317 | 2024-07-31T06:18:22.281Z | Downloaded once_cell v1.19.0 |
318 | 2024-07-31T06:18:22.281Z | Downloaded clap_derive v4.5.8 |
319 | 2024-07-31T06:18:22.283Z | Downloaded anstyle-parse v0.2.4 |
320 | 2024-07-31T06:18:22.286Z | Downloaded sha2 v0.10.8 |
321 | 2024-07-31T06:18:22.287Z | Downloaded papergrid v0.11.0 |
322 | 2024-07-31T06:18:22.291Z | Downloaded serde_spanned v0.6.6 |
323 | 2024-07-31T06:18:22.293Z | Downloaded zerocopy-derive v0.7.34 |
324 | 2024-07-31T06:18:22.296Z | Downloaded typenum v1.17.0 |
325 | 2024-07-31T06:18:22.299Z | Downloaded serde_derive v1.0.204 |
326 | 2024-07-31T06:18:22.302Z | Downloaded unicode-ident v1.0.12 |
327 | 2024-07-31T06:18:22.304Z | Downloaded clap v4.5.9 |
328 | 2024-07-31T06:18:22.311Z | Downloaded pest_meta v2.7.10 |
329 | 2024-07-31T06:18:22.314Z | Downloaded ucd-trie v0.1.6 |
330 | 2024-07-31T06:18:22.316Z | Downloaded toml v0.8.15 |
331 | 2024-07-31T06:18:22.319Z | Downloaded ryu v1.0.18 |
332 | 2024-07-31T06:18:22.322Z | Downloaded bitflags v2.6.0 |
333 | 2024-07-31T06:18:22.325Z | Downloaded proc-macro2 v1.0.86 |
334 | 2024-07-31T06:18:22.328Z | Downloaded log v0.4.21 |
335 | 2024-07-31T06:18:22.331Z | Downloaded anyhow v1.0.86 |
336 | 2024-07-31T06:18:22.333Z | Downloaded quote v1.0.36 |
337 | 2024-07-31T06:18:22.336Z | Downloaded cargo_toml v0.20.4 |
338 | 2024-07-31T06:18:22.336Z | Downloaded serde v1.0.204 |
339 | 2024-07-31T06:18:22.339Z | Downloaded anstream v0.6.14 |
340 | 2024-07-31T06:18:22.345Z | Downloaded indexmap v2.2.6 |
341 | 2024-07-31T06:18:22.348Z | Downloaded memchr v2.7.2 |
342 | 2024-07-31T06:18:22.362Z | Downloaded toml_edit v0.22.16 |
343 | 2024-07-31T06:18:22.383Z | Downloaded pest v2.7.10 |
344 | 2024-07-31T06:18:22.387Z | Downloaded hashbrown v0.14.5 |
345 | 2024-07-31T06:18:22.392Z | Downloaded winnow v0.6.8 |
346 | 2024-07-31T06:18:22.401Z | Downloaded serde_json v1.0.120 |
347 | 2024-07-31T06:18:22.406Z | Downloaded zerocopy v0.7.34 |
348 | 2024-07-31T06:18:22.421Z | Downloaded tabled v0.15.0 |
349 | 2024-07-31T06:18:22.436Z | Downloaded goblin v0.8.2 |
350 | 2024-07-31T06:18:22.441Z | Downloaded syn v2.0.72 |
351 | 2024-07-31T06:18:22.452Z | Downloaded syn v1.0.109 |
352 | 2024-07-31T06:18:22.461Z | Downloaded clap_builder v4.5.9 |
353 | 2024-07-31T06:18:22.468Z | Downloaded rustix v0.38.34 |
354 | 2024-07-31T06:18:22.489Z | Downloaded unicode-width v0.1.13 |
355 | 2024-07-31T06:18:22.497Z | Downloaded libc v0.2.155 |
356 | 2024-07-31T06:18:22.806Z | Compiling proc-macro2 v1.0.86 |
357 | 2024-07-31T06:18:22.806Z | Compiling unicode-ident v1.0.12 |
358 | 2024-07-31T06:18:22.808Z | Compiling version_check v0.9.4 |
359 | 2024-07-31T06:18:22.808Z | Compiling serde v1.0.204 |
360 | 2024-07-31T06:18:22.809Z | Compiling thiserror v1.0.63 |
361 | 2024-07-31T06:18:22.809Z | Compiling libc v0.2.155 |
362 | 2024-07-31T06:18:22.809Z | Compiling ucd-trie v0.1.6 |
363 | 2024-07-31T06:18:22.830Z | Compiling itoa v1.0.11 |
364 | 2024-07-31T06:18:23.054Z | Compiling memchr v2.7.2 |
365 | 2024-07-31T06:18:23.160Z | Compiling ryu v1.0.18 |
366 | 2024-07-31T06:18:23.482Z | Compiling once_cell v1.19.0 |
367 | 2024-07-31T06:18:23.607Z | Compiling byteorder v1.5.0 |
368 | 2024-07-31T06:18:23.787Z | Compiling serde_json v1.0.120 |
369 | 2024-07-31T06:18:24.867Z | Compiling usdt-impl v0.5.0 |
370 | 2024-07-31T06:18:24.947Z | Compiling proc-macro-error-attr v1.0.4 |
371 | 2024-07-31T06:18:24.987Z | Compiling syn v1.0.109 |
372 | 2024-07-31T06:18:24.990Z | Compiling rustix v0.38.34 |
373 | 2024-07-31T06:18:25.007Z | Compiling proc-macro-error v1.0.4 |
374 | 2024-07-31T06:18:25.240Z | Compiling hashbrown v0.14.5 |
375 | 2024-07-31T06:18:25.304Z | Compiling log v0.4.21 |
376 | 2024-07-31T06:18:25.336Z | Compiling bitflags v2.6.0 |
377 | 2024-07-31T06:18:25.672Z | Compiling thread-id v4.2.1 |
378 | 2024-07-31T06:18:25.695Z | Compiling plain v0.2.3 |
379 | 2024-07-31T06:18:25.716Z | Compiling quote v1.0.36 |
380 | 2024-07-31T06:18:25.763Z | Compiling utf8parse v0.2.1 |
381 | 2024-07-31T06:18:25.787Z | Compiling equivalent v1.0.1 |
382 | 2024-07-31T06:18:25.898Z | Compiling anstyle-parse v0.2.4 |
383 | 2024-07-31T06:18:25.923Z | Compiling colorchoice v1.0.1 |
384 | 2024-07-31T06:18:25.974Z | Compiling is_terminal_polyfill v1.70.0 |
385 | 2024-07-31T06:18:26.095Z | Compiling syn v2.0.72 |
386 | 2024-07-31T06:18:26.098Z | Compiling errno v0.3.9 |
387 | 2024-07-31T06:18:26.230Z | Compiling winnow v0.6.8 |
388 | 2024-07-31T06:18:26.368Z | Compiling semver v1.0.23 |
389 | 2024-07-31T06:18:26.402Z | Compiling autocfg v1.3.0 |
390 | 2024-07-31T06:18:26.587Z | Compiling indexmap v2.2.6 |
391 | 2024-07-31T06:18:26.865Z | Compiling anstyle-query v1.0.3 |
392 | 2024-07-31T06:18:27.002Z | Compiling camino v1.1.7 |
393 | 2024-07-31T06:18:27.342Z | Compiling anstyle v1.0.8 |
394 | 2024-07-31T06:18:27.619Z | Compiling pretty-hex v0.4.1 |
395 | 2024-07-31T06:18:27.751Z | Compiling anstream v0.6.14 |
396 | 2024-07-31T06:18:27.838Z | Compiling terminal_size v0.3.0 |
397 | 2024-07-31T06:18:27.860Z | Compiling fs-err v2.11.0 |
398 | 2024-07-31T06:18:28.039Z | Compiling strsim v0.11.1 |
399 | 2024-07-31T06:18:28.095Z | Compiling heck v0.5.0 |
400 | 2024-07-31T06:18:28.118Z | Compiling heck v0.4.1 |
401 | 2024-07-31T06:18:28.142Z | Compiling fnv v1.0.7 |
402 | 2024-07-31T06:18:28.269Z | Compiling unicode-width v0.1.13 |
403 | 2024-07-31T06:18:28.508Z | Compiling clap_lex v0.7.0 |
404 | 2024-07-31T06:18:28.545Z | Compiling anyhow v1.0.86 |
405 | 2024-07-31T06:18:28.582Z | Compiling bytecount v0.6.8 |
406 | 2024-07-31T06:18:28.744Z | Compiling clap_builder v4.5.9 |
407 | 2024-07-31T06:18:28.798Z | Compiling papergrid v0.11.0 |
408 | 2024-07-31T06:18:29.024Z | Compiling memmap v0.7.0 |
409 | 2024-07-31T06:18:29.687Z | Compiling swrite v0.1.0 |
410 | 2024-07-31T06:18:31.440Z | Compiling tabled_derive v0.7.0 |
411 | 2024-07-31T06:18:33.198Z | Compiling tabled v0.15.0 |
412 | 2024-07-31T06:18:35.069Z | Compiling serde_derive v1.0.204 |
413 | 2024-07-31T06:18:35.069Z | Compiling thiserror-impl v1.0.63 |
414 | 2024-07-31T06:18:35.072Z | Compiling zerocopy-derive v0.7.34 |
415 | 2024-07-31T06:18:35.072Z | Compiling scroll_derive v0.12.0 |
416 | 2024-07-31T06:18:35.072Z | Compiling clap_derive v4.5.8 |
417 | 2024-07-31T06:18:36.330Z | Compiling scroll v0.12.0 |
418 | 2024-07-31T06:18:36.856Z | Compiling goblin v0.8.2 |
419 | 2024-07-31T06:18:36.986Z | Compiling zerocopy v0.7.34 |
420 | 2024-07-31T06:18:37.906Z | Compiling pest v2.7.10 |
421 | 2024-07-31T06:18:39.192Z | Compiling clap v4.5.9 |
422 | 2024-07-31T06:18:39.870Z | Compiling pest_meta v2.7.10 |
423 | 2024-07-31T06:18:40.760Z | Compiling pest_generator v2.7.10 |
424 | 2024-07-31T06:18:42.701Z | Compiling pest_derive v2.7.10 |
425 | 2024-07-31T06:18:43.434Z | Compiling dtrace-parser v0.2.0 |
426 | 2024-07-31T06:18:45.622Z | Compiling serde_tokenstream v0.2.1 |
427 | 2024-07-31T06:18:45.687Z | Compiling toml_datetime v0.6.6 |
428 | 2024-07-31T06:18:45.692Z | Compiling serde_spanned v0.6.6 |
429 | 2024-07-31T06:18:45.923Z | Compiling cargo-platform v0.1.8 |
430 | 2024-07-31T06:18:46.100Z | Compiling toml_edit v0.22.16 |
431 | 2024-07-31T06:18:46.124Z | Compiling macaddr v1.0.1 |
432 | 2024-07-31T06:18:47.052Z | Compiling dof v0.3.0 |
433 | 2024-07-31T06:18:47.095Z | Compiling cargo_metadata v0.18.1 |
434 | 2024-07-31T06:18:48.815Z | Compiling toml v0.8.15 |
435 | 2024-07-31T06:18:48.886Z | Compiling usdt-attr-macro v0.5.0 |
436 | 2024-07-31T06:18:48.886Z | Compiling usdt-macro v0.5.0 |
437 | 2024-07-31T06:18:49.648Z | Compiling cargo_toml v0.20.4 |
438 | 2024-07-31T06:18:50.243Z | Compiling usdt v0.5.0 |
439 | 2024-07-31T06:18:53.323Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
440 | 2024-07-31T06:18:57.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.07s |
441 | 2024-07-31T06:18:57.828Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
442 | 2024-07-31T06:18:58.357Z | Downloading crates ... |
443 | 2024-07-31T06:18:58.479Z | Downloaded cfg_aliases v0.1.1 |
444 | 2024-07-31T06:18:58.488Z | Downloaded crucible-workspace-hack v0.1.0 |
445 | 2024-07-31T06:18:58.491Z | Downloaded bitstruct v0.1.1 |
446 | 2024-07-31T06:18:58.494Z | Downloaded convert_case v0.4.0 |
447 | 2024-07-31T06:18:58.494Z | Downloaded async-stream-impl v0.3.5 |
448 | 2024-07-31T06:18:58.502Z | Downloaded is-terminal v0.4.12 |
449 | 2024-07-31T06:18:58.502Z | Downloaded bitstruct_derive v0.1.0 |
450 | 2024-07-31T06:18:58.502Z | Downloaded atomic-waker v1.1.2 |
451 | 2024-07-31T06:18:58.503Z | Downloaded ascii-canvas v3.0.0 |
452 | 2024-07-31T06:18:58.508Z | Downloaded array-init v0.0.4 |
453 | 2024-07-31T06:18:58.508Z | Downloaded bit-vec v0.6.3 |
454 | 2024-07-31T06:18:58.508Z | Downloaded bb8 v0.8.5 |
455 | 2024-07-31T06:18:58.508Z | Downloaded async-recursion v1.1.1 |
456 | 2024-07-31T06:18:58.514Z | Downloaded crossbeam-deque v0.8.5 |
457 | 2024-07-31T06:18:58.517Z | Downloaded atty v0.2.14 |
458 | 2024-07-31T06:18:58.520Z | Downloaded is_ci v1.2.0 |
459 | 2024-07-31T06:18:58.520Z | Downloaded async-stream v0.3.5 |
460 | 2024-07-31T06:18:58.524Z | Downloaded matches v0.1.10 |
461 | 2024-07-31T06:18:58.524Z | Downloaded block-padding v0.3.3 |
462 | 2024-07-31T06:18:58.524Z | Downloaded bit-set v0.5.3 |
463 | 2024-07-31T06:18:58.526Z | Downloaded aead v0.5.2 |
464 | 2024-07-31T06:18:58.526Z | Downloaded const_format_proc_macros v0.2.32 |
465 | 2024-07-31T06:18:58.529Z | Downloaded ciborium-ll v0.2.2 |
466 | 2024-07-31T06:18:58.535Z | Downloaded number_prefix v0.4.0 |
467 | 2024-07-31T06:18:58.535Z | Downloaded assert_matches v1.5.0 |
468 | 2024-07-31T06:18:58.535Z | Downloaded oso-derive v0.27.3 |
469 | 2024-07-31T06:18:58.535Z | Downloaded newtype_derive v0.1.6 |
470 | 2024-07-31T06:18:58.535Z | Downloaded openssl-macros v0.1.1 |
471 | 2024-07-31T06:18:58.540Z | Downloaded newline-converter v0.3.0 |
472 | 2024-07-31T06:18:58.540Z | Downloaded instant v0.1.12 |
473 | 2024-07-31T06:18:58.540Z | Downloaded colored v2.1.0 |
474 | 2024-07-31T06:18:58.543Z | Downloaded base16ct v0.2.0 |
475 | 2024-07-31T06:18:58.543Z | Downloaded parse-size v1.0.0 |
476 | 2024-07-31T06:18:58.547Z | Downloaded bitfield-struct v0.6.1 |
477 | 2024-07-31T06:18:58.547Z | Downloaded arrayref v0.3.7 |
478 | 2024-07-31T06:18:58.547Z | Downloaded indent_write v2.2.0 |
479 | 2024-07-31T06:18:58.547Z | Downloaded impl-trait-for-tuples v0.2.2 |
480 | 2024-07-31T06:18:58.550Z | Downloaded data-encoding v2.6.0 |
481 | 2024-07-31T06:18:58.553Z | Downloaded crunchy v0.2.2 |
482 | 2024-07-31T06:18:58.553Z | Downloaded kstat-rs v0.2.4 |
483 | 2024-07-31T06:18:58.555Z | Downloaded ciborium-io v0.2.2 |
484 | 2024-07-31T06:18:58.555Z | Downloaded lru-cache v0.1.2 |
485 | 2024-07-31T06:18:58.559Z | Downloaded linked-hash-map v0.5.6 |
486 | 2024-07-31T06:18:58.559Z | Downloaded lazycell v1.3.0 |
487 | 2024-07-31T06:18:58.562Z | Downloaded lalrpop-util v0.19.12 |
488 | 2024-07-31T06:18:58.562Z | Downloaded darling_macro v0.20.9 |
489 | 2024-07-31T06:18:58.562Z | Downloaded inout v0.1.3 |
490 | 2024-07-31T06:18:58.565Z | Downloaded nibble_vec v0.1.0 |
491 | 2024-07-31T06:18:58.565Z | Downloaded num-iter v0.1.45 |
492 | 2024-07-31T06:18:58.569Z | Downloaded indoc v1.0.9 |
493 | 2024-07-31T06:18:58.569Z | Downloaded bcs v0.1.6 |
494 | 2024-07-31T06:18:58.571Z | Downloaded defmt v0.3.8 |
495 | 2024-07-31T06:18:58.574Z | Downloaded castaway v0.2.2 |
496 | 2024-07-31T06:18:58.578Z | Downloaded num_enum v0.5.11 |
497 | 2024-07-31T06:18:58.581Z | Downloaded mime v0.3.17 |
498 | 2024-07-31T06:18:58.583Z | Downloaded curve25519-dalek-derive v0.1.1 |
499 | 2024-07-31T06:18:58.583Z | Downloaded nanorand v0.7.0 |
500 | 2024-07-31T06:18:58.588Z | Downloaded parse-display v0.9.1 |
501 | 2024-07-31T06:18:58.591Z | Downloaded libloading v0.8.3 |
502 | 2024-07-31T06:18:58.591Z | Downloaded normalize-line-endings v0.3.0 |
503 | 2024-07-31T06:18:58.594Z | Downloaded defmt-parser v0.3.4 |
504 | 2024-07-31T06:18:58.594Z | Downloaded crc v3.2.1 |
505 | 2024-07-31T06:18:58.598Z | Downloaded nodrop v0.1.14 |
506 | 2024-07-31T06:18:58.598Z | Downloaded openssl-probe v0.1.5 |
507 | 2024-07-31T06:18:58.598Z | Downloaded opaque-debug v0.3.1 |
508 | 2024-07-31T06:18:58.601Z | Downloaded bitfield v0.14.0 |
509 | 2024-07-31T06:18:58.601Z | Downloaded num-conv v0.1.0 |
510 | 2024-07-31T06:18:58.601Z | Downloaded new_debug_unreachable v1.0.6 |
511 | 2024-07-31T06:18:58.604Z | Downloaded constant_time_eq v0.3.0 |
512 | 2024-07-31T06:18:58.604Z | Downloaded chacha20 v0.9.1 |
513 | 2024-07-31T06:18:58.608Z | Downloaded defmt-macros v0.3.9 |
514 | 2024-07-31T06:18:58.611Z | Downloaded num_threads v0.1.7 |
515 | 2024-07-31T06:18:58.611Z | Downloaded strum v0.26.3 |
516 | 2024-07-31T06:18:58.615Z | Downloaded crc-catalog v2.4.0 |
517 | 2024-07-31T06:18:58.615Z | Downloaded csv-core v0.1.11 |
518 | 2024-07-31T06:18:58.615Z | Downloaded packed_struct v0.10.1 |
519 | 2024-07-31T06:18:58.619Z | Downloaded num_enum_derive v0.5.11 |
520 | 2024-07-31T06:18:58.621Z | Downloaded linear-map v1.2.0 |
521 | 2024-07-31T06:18:58.621Z | Downloaded crc32fast v1.4.0 |
522 | 2024-07-31T06:18:58.624Z | Downloaded crc-any v2.5.0 |
523 | 2024-07-31T06:18:58.624Z | Downloaded ipnet v2.9.0 |
524 | 2024-07-31T06:18:58.628Z | Downloaded lock_api v0.4.12 |
525 | 2024-07-31T06:18:58.631Z | Downloaded slab v0.4.9 |
526 | 2024-07-31T06:18:58.631Z | Downloaded native-tls v0.2.11 |
527 | 2024-07-31T06:18:58.634Z | Downloaded multer v3.1.0 |
528 | 2024-07-31T06:18:58.636Z | Downloaded crossbeam-utils v0.8.19 |
529 | 2024-07-31T06:18:58.639Z | Downloaded display-error-chain v0.2.0 |
530 | 2024-07-31T06:18:58.640Z | Downloaded paste v1.0.15 |
531 | 2024-07-31T06:18:58.642Z | Downloaded num-derive v0.4.2 |
532 | 2024-07-31T06:18:58.650Z | Downloaded parking_lot v0.11.2 |
533 | 2024-07-31T06:18:58.653Z | Downloaded indexmap v1.9.3 |
534 | 2024-07-31T06:18:58.653Z | Downloaded foreign-types v0.3.2 |
535 | 2024-07-31T06:18:58.653Z | Downloaded want v0.3.1 |
536 | 2024-07-31T06:18:58.653Z | Downloaded static_assertions v1.1.0 |
537 | 2024-07-31T06:18:58.656Z | Downloaded stable_deref_trait v1.2.0 |
538 | 2024-07-31T06:18:58.656Z | Downloaded termios v0.3.3 |
539 | 2024-07-31T06:18:58.659Z | Downloaded termcolor v1.4.1 |
540 | 2024-07-31T06:18:58.661Z | Downloaded num_cpus v1.16.0 |
541 | 2024-07-31T06:18:58.664Z | Downloaded compact_str v0.7.1 |
542 | 2024-07-31T06:18:58.668Z | Downloaded chacha20poly1305 v0.10.1 |
543 | 2024-07-31T06:18:58.670Z | Downloaded num v0.4.3 |
544 | 2024-07-31T06:18:58.670Z | Downloaded tokio-macros v2.3.0 |
545 | 2024-07-31T06:18:58.670Z | Downloaded tls_codec_derive v0.4.1 |
546 | 2024-07-31T06:18:58.673Z | Downloaded parse-display-derive v0.9.1 |
547 | 2024-07-31T06:18:58.676Z | Downloaded darling_core v0.20.9 |
548 | 2024-07-31T06:18:58.679Z | Downloaded path-slash v0.1.5 |
549 | 2024-07-31T06:18:58.681Z | Downloaded portpicker v0.1.1 |
550 | 2024-07-31T06:18:58.681Z | Downloaded diesel_table_macro_syntax v0.1.0 |
551 | 2024-07-31T06:18:58.681Z | Downloaded bzip2 v0.4.4 |
552 | 2024-07-31T06:18:58.684Z | Downloaded base64 v0.22.1 |
553 | 2024-07-31T06:18:58.687Z | Downloaded embedded-io v0.4.0 |
554 | 2024-07-31T06:18:58.690Z | Downloaded nu-ansi-term v0.50.0 |
555 | 2024-07-31T06:18:58.693Z | Downloaded num-traits v0.2.19 |
556 | 2024-07-31T06:18:58.696Z | Downloaded stability v0.2.0 |
557 | 2024-07-31T06:18:58.698Z | Downloaded sqlparser_derive v0.2.2 |
558 | 2024-07-31T06:18:58.698Z | Downloaded arc-swap v1.7.1 |
559 | 2024-07-31T06:18:58.701Z | Downloaded const-oid v0.9.6 |
560 | 2024-07-31T06:18:58.704Z | Downloaded tempfile v3.10.1 |
561 | 2024-07-31T06:18:58.707Z | Downloaded crypto-bigint v0.5.5 |
562 | 2024-07-31T06:18:58.712Z | Downloaded bytes v1.6.0 |
563 | 2024-07-31T06:18:58.716Z | Downloaded time-core v0.1.2 |
564 | 2024-07-31T06:18:58.719Z | Downloaded take_mut v0.2.2 |
565 | 2024-07-31T06:18:58.719Z | Downloaded mime_guess v2.0.4 |
566 | 2024-07-31T06:18:58.722Z | Downloaded zeroize_derive v1.4.2 |
567 | 2024-07-31T06:18:58.726Z | Downloaded foreign-types-shared v0.3.1 |
568 | 2024-07-31T06:18:58.726Z | Downloaded endian-type v0.1.2 |
569 | 2024-07-31T06:18:58.726Z | Downloaded xattr v1.3.1 |
570 | 2024-07-31T06:18:58.729Z | Downloaded futures-core v0.3.30 |
571 | 2024-07-31T06:18:58.729Z | Downloaded serde_path_to_error v0.1.16 |
572 | 2024-07-31T06:18:58.731Z | Downloaded num-rational v0.4.2 |
573 | 2024-07-31T06:18:58.731Z | Downloaded owo-colors v4.0.0 |
574 | 2024-07-31T06:18:58.734Z | Downloaded rustc-hash v1.1.0 |
575 | 2024-07-31T06:18:58.737Z | Downloaded siphasher v0.3.11 |
576 | 2024-07-31T06:18:58.737Z | Downloaded getopts v0.2.21 |
577 | 2024-07-31T06:18:58.740Z | Downloaded futures-channel v0.3.30 |
578 | 2024-07-31T06:18:58.740Z | Downloaded precomputed-hash v0.1.1 |
579 | 2024-07-31T06:18:58.743Z | Downloaded phf_shared v0.10.0 |
580 | 2024-07-31T06:18:58.743Z | Downloaded socket2 v0.5.7 |
581 | 2024-07-31T06:18:58.746Z | Downloaded omicron-zone-package v0.11.0 |
582 | 2024-07-31T06:18:58.748Z | Downloaded http-range v0.1.5 |
583 | 2024-07-31T06:18:58.748Z | Downloaded peg v0.8.4 |
584 | 2024-07-31T06:18:58.752Z | Downloaded httparse v1.8.0 |
585 | 2024-07-31T06:18:58.755Z | Downloaded rand_seeder v0.2.3 |
586 | 2024-07-31T06:18:58.758Z | Downloaded unicode-linebreak v0.1.5 |
587 | 2024-07-31T06:18:58.758Z | Downloaded slog-term v2.9.1 |
588 | 2024-07-31T06:18:58.761Z | Downloaded cc v1.0.97 |
589 | 2024-07-31T06:18:58.764Z | Downloaded serde-big-array v0.5.1 |
590 | 2024-07-31T06:18:58.764Z | Downloaded walkdir v2.5.0 |
591 | 2024-07-31T06:18:58.767Z | Downloaded term v0.7.0 |
592 | 2024-07-31T06:18:58.770Z | Downloaded password-hash v0.5.0 |
593 | 2024-07-31T06:18:58.772Z | Downloaded zone_cfg_derive v0.1.2 |
594 | 2024-07-31T06:18:58.772Z | Downloaded parking_lot_core v0.9.10 |
595 | 2024-07-31T06:18:58.775Z | Downloaded rand_core v0.6.4 |
596 | 2024-07-31T06:18:58.778Z | Downloaded hash32 v0.3.1 |
597 | 2024-07-31T06:18:58.778Z | Downloaded hash32 v0.2.1 |
598 | 2024-07-31T06:18:58.781Z | Downloaded form_urlencoded v1.2.1 |
599 | 2024-07-31T06:18:58.781Z | Downloaded rand_chacha v0.3.1 |
600 | 2024-07-31T06:18:58.784Z | Downloaded slog-bunyan v2.5.0 |
601 | 2024-07-31T06:18:58.784Z | Downloaded rustc-demangle v0.1.24 |
602 | 2024-07-31T06:18:58.787Z | Downloaded const_format v0.2.32 |
603 | 2024-07-31T06:18:58.790Z | Downloaded slog-async v2.8.0 |
604 | 2024-07-31T06:18:58.793Z | Downloaded sync_wrapper v0.1.2 |
605 | 2024-07-31T06:18:58.793Z | Downloaded signal-hook-mio v0.2.3 |
606 | 2024-07-31T06:18:58.793Z | Downloaded serde_plain v1.0.2 |
607 | 2024-07-31T06:18:58.796Z | Downloaded rusty-fork v0.3.0 |
608 | 2024-07-31T06:18:58.796Z | Downloaded rustversion v1.0.17 |
609 | 2024-07-31T06:18:58.799Z | Downloaded tap v1.0.1 |
610 | 2024-07-31T06:18:58.803Z | Downloaded foreign-types-shared v0.1.1 |
611 | 2024-07-31T06:18:58.803Z | Downloaded foreign-types-macros v0.2.3 |
612 | 2024-07-31T06:18:58.803Z | Downloaded oso v0.27.3 |
613 | 2024-07-31T06:18:58.806Z | Downloaded mockall_derive v0.12.1 |
614 | 2024-07-31T06:18:58.808Z | Downloaded foreign-types v0.5.0 |
615 | 2024-07-31T06:18:58.808Z | Downloaded ident_case v1.0.1 |
616 | 2024-07-31T06:18:58.812Z | Downloaded derive_builder_macro v0.20.0 |
617 | 2024-07-31T06:18:58.812Z | Downloaded semver v0.1.20 |
618 | 2024-07-31T06:18:58.815Z | Downloaded fragile v2.0.0 |
619 | 2024-07-31T06:18:58.815Z | Downloaded float-cmp v0.9.0 |
620 | 2024-07-31T06:18:58.818Z | Downloaded slog-scope v4.4.0 |
621 | 2024-07-31T06:18:58.818Z | Downloaded predicates-core v1.0.6 |
622 | 2024-07-31T06:18:58.821Z | Downloaded psl-types v2.0.11 |
623 | 2024-07-31T06:18:58.821Z | Downloaded hyper-rustls v0.24.2 |
624 | 2024-07-31T06:18:58.824Z | Downloaded parking_lot v0.12.2 |
625 | 2024-07-31T06:18:58.827Z | Downloaded unicase v2.7.0 |
626 | 2024-07-31T06:18:58.829Z | Downloaded either v1.12.0 |
627 | 2024-07-31T06:18:58.832Z | Downloaded zone v0.1.8 |
628 | 2024-07-31T06:18:58.832Z | Downloaded crossbeam-channel v0.5.12 |
629 | 2024-07-31T06:18:58.836Z | Downloaded unarray v0.1.4 |
630 | 2024-07-31T06:18:58.839Z | Downloaded slog v2.7.0 |
631 | 2024-07-31T06:18:58.842Z | Downloaded tinyvec_macros v0.1.1 |
632 | 2024-07-31T06:18:58.845Z | Downloaded filetime v0.2.23 |
633 | 2024-07-31T06:18:58.845Z | Downloaded dyn-clone v1.0.17 |
634 | 2024-07-31T06:18:58.848Z | Downloaded phf v0.11.2 |
635 | 2024-07-31T06:18:58.850Z | Downloaded toml v0.5.11 |
636 | 2024-07-31T06:18:58.853Z | Downloaded vsss-rs v3.3.4 |
637 | 2024-07-31T06:18:58.856Z | Downloaded serde-hex v0.1.0 |
638 | 2024-07-31T06:18:58.859Z | Downloaded similar v2.5.0 |
639 | 2024-07-31T06:18:58.862Z | Downloaded tower-service v0.3.2 |
640 | 2024-07-31T06:18:58.864Z | Downloaded smallvec v0.6.14 |
641 | 2024-07-31T06:18:58.867Z | Downloaded url v2.5.2 |
642 | 2024-07-31T06:18:58.870Z | Downloaded tracing v0.1.40 |
643 | 2024-07-31T06:18:58.873Z | Downloaded tabwriter v1.4.0 |
644 | 2024-07-31T06:18:58.876Z | Downloaded unicode-truncate v1.0.0 |
645 | 2024-07-31T06:18:58.879Z | Downloaded ref-cast v1.0.23 |
646 | 2024-07-31T06:18:58.882Z | Downloaded globset v0.4.14 |
647 | 2024-07-31T06:18:58.885Z | Downloaded tokio-stream v0.1.15 |
648 | 2024-07-31T06:18:58.896Z | Downloaded derive_builder_core v0.20.0 |
649 | 2024-07-31T06:18:58.899Z | Downloaded waitgroup v0.1.2 |
650 | 2024-07-31T06:18:58.902Z | Downloaded uzers v0.11.3 |
651 | 2024-07-31T06:18:58.902Z | Downloaded tls_codec v0.4.1 |
652 | 2024-07-31T06:18:58.905Z | Downloaded sha1 v0.10.6 |
653 | 2024-07-31T06:18:58.909Z | Downloaded openssl-sys v0.9.103 |
654 | 2024-07-31T06:18:58.912Z | Downloaded mio v0.8.11 |
655 | 2024-07-31T06:18:58.917Z | Downloaded flagset v0.4.5 |
656 | 2024-07-31T06:18:58.920Z | Downloaded termtree v0.4.1 |
657 | 2024-07-31T06:18:58.923Z | Downloaded home v0.5.9 |
658 | 2024-07-31T06:18:58.924Z | Downloaded structmeta v0.2.0 |
659 | 2024-07-31T06:18:58.924Z | Downloaded strip-ansi-escapes v0.2.0 |
660 | 2024-07-31T06:18:58.927Z | Downloaded serde_arrays v0.1.0 |
661 | 2024-07-31T06:18:58.927Z | Downloaded ref-cast-impl v1.0.23 |
662 | 2024-07-31T06:18:58.930Z | Downloaded pkg-config v0.3.30 |
663 | 2024-07-31T06:18:58.930Z | Downloaded itertools v0.10.5 |
664 | 2024-07-31T06:18:58.936Z | Downloaded postgres-types v0.2.7 |
665 | 2024-07-31T06:18:58.938Z | Downloaded untrusted v0.7.1 |
666 | 2024-07-31T06:18:58.941Z | Downloaded smawk v0.3.2 |
667 | 2024-07-31T06:18:58.945Z | Downloaded serde_repr v0.1.19 |
668 | 2024-07-31T06:18:58.945Z | Downloaded flume v0.11.0 |
669 | 2024-07-31T06:18:58.948Z | Downloaded crossterm v0.27.0 |
670 | 2024-07-31T06:18:58.955Z | Downloaded hubpack_derive v0.1.1 |
671 | 2024-07-31T06:18:58.958Z | Downloaded vte_generate_state_changes v0.1.1 |
672 | 2024-07-31T06:18:58.958Z | Downloaded der_derive v0.7.2 |
673 | 2024-07-31T06:18:58.961Z | Downloaded which v4.4.2 |
674 | 2024-07-31T06:18:58.961Z | Downloaded smf v0.2.3 |
675 | 2024-07-31T06:18:58.963Z | Downloaded hyper-staticfile v0.9.5 |
676 | 2024-07-31T06:18:58.966Z | Downloaded signal-hook-tokio v0.3.1 |
677 | 2024-07-31T06:18:58.966Z | Downloaded humantime v2.1.0 |
678 | 2024-07-31T06:18:58.969Z | Downloaded thread_local v1.1.8 |
679 | 2024-07-31T06:18:58.972Z | Downloaded trust-dns-client v0.22.0 |
680 | 2024-07-31T06:18:58.976Z | Downloaded subtle v2.5.0 |
681 | 2024-07-31T06:18:58.980Z | Downloaded futures-executor v0.3.30 |
682 | 2024-07-31T06:18:58.983Z | Downloaded float-ord v0.3.2 |
683 | 2024-07-31T06:18:58.983Z | Downloaded pkcs8 v0.10.2 |
684 | 2024-07-31T06:18:58.986Z | Downloaded stringprep v0.1.4 |
685 | 2024-07-31T06:18:58.986Z | Downloaded signal-hook v0.3.17 |
686 | 2024-07-31T06:18:58.989Z | Downloaded rustls-pki-types v1.7.0 |
687 | 2024-07-31T06:18:58.991Z | Downloaded thiserror-no-std v2.0.2 |
688 | 2024-07-31T06:18:58.996Z | Downloaded strum_macros v0.25.3 |
689 | 2024-07-31T06:18:58.999Z | Downloaded structmeta-derive v0.3.0 |
690 | 2024-07-31T06:18:59.003Z | Downloaded hostname v0.3.1 |
691 | 2024-07-31T06:18:59.003Z | Downloaded futures-task v0.3.30 |
692 | 2024-07-31T06:18:59.006Z | Downloaded env_logger v0.9.3 |
693 | 2024-07-31T06:18:59.008Z | Downloaded structmeta-derive v0.2.0 |
694 | 2024-07-31T06:18:59.008Z | Downloaded peg-runtime v0.8.3 |
695 | 2024-07-31T06:18:59.008Z | Downloaded rustls-pemfile v1.0.4 |
696 | 2024-07-31T06:18:59.012Z | Downloaded scopeguard v1.2.0 |
697 | 2024-07-31T06:18:59.014Z | Downloaded utf-8 v0.7.6 |
698 | 2024-07-31T06:18:59.014Z | Downloaded wait-timeout v0.2.0 |
699 | 2024-07-31T06:18:59.017Z | Downloaded untrusted v0.9.0 |
700 | 2024-07-31T06:18:59.017Z | Downloaded tinyvec v1.6.0 |
701 | 2024-07-31T06:18:59.021Z | Downloaded tar v0.4.41 |
702 | 2024-07-31T06:18:59.024Z | Downloaded derive_more v0.99.18 |
703 | 2024-07-31T06:18:59.029Z | Downloaded trust-dns-resolver v0.22.0 |
704 | 2024-07-31T06:18:59.034Z | Downloaded serde_with v3.8.3 |
705 | 2024-07-31T06:18:59.043Z | Downloaded hyper-tls v0.5.0 |
706 | 2024-07-31T06:18:59.045Z | Downloaded fxhash v0.2.1 |
707 | 2024-07-31T06:18:59.046Z | Downloaded hex v0.4.3 |
708 | 2024-07-31T06:18:59.048Z | Downloaded prettyplease v0.2.20 |
709 | 2024-07-31T06:18:59.051Z | Downloaded rsa v0.9.6 |
710 | 2024-07-31T06:18:59.056Z | Downloaded fixedbitset v0.4.2 |
711 | 2024-07-31T06:18:59.059Z | Downloaded sigpipe v0.1.3 |
712 | 2024-07-31T06:18:59.059Z | Downloaded deranged v0.3.11 |
713 | 2024-07-31T06:18:59.063Z | Downloaded rustls-pemfile v2.1.2 |
714 | 2024-07-31T06:18:59.065Z | Downloaded rayon-core v1.12.1 |
715 | 2024-07-31T06:18:59.068Z | Downloaded headers-core v0.2.0 |
716 | 2024-07-31T06:18:59.068Z | Downloaded difflib v0.4.0 |
717 | 2024-07-31T06:18:59.071Z | Downloaded fallible-iterator v0.2.0 |
718 | 2024-07-31T06:18:59.071Z | Downloaded pem v3.0.4 |
719 | 2024-07-31T06:18:59.074Z | Downloaded quick-error v1.2.3 |
720 | 2024-07-31T06:18:59.074Z | Downloaded fastrand v2.1.0 |
721 | 2024-07-31T06:18:59.077Z | Downloaded env_logger v0.10.2 |
722 | 2024-07-31T06:18:59.081Z | Downloaded uuid v1.10.0 |
723 | 2024-07-31T06:18:59.084Z | Downloaded toolchain_find v0.4.0 |
724 | 2024-07-31T06:18:59.084Z | Downloaded hostname v0.4.0 |
725 | 2024-07-31T06:18:59.087Z | Downloaded universal-hash v0.5.1 |
726 | 2024-07-31T06:18:59.087Z | Downloaded whoami v1.5.1 |
727 | 2024-07-31T06:18:59.090Z | Downloaded rpassword v7.3.1 |
728 | 2024-07-31T06:18:59.090Z | Downloaded serde_derive_internals v0.29.1 |
729 | 2024-07-31T06:18:59.093Z | Downloaded sct v0.7.1 |
730 | 2024-07-31T06:18:59.096Z | Downloaded try-lock v0.2.5 |
731 | 2024-07-31T06:18:59.096Z | Downloaded downcast v0.11.0 |
732 | 2024-07-31T06:18:59.099Z | Downloaded subprocess v0.2.9 |
733 | 2024-07-31T06:18:59.102Z | Downloaded dirs-next v2.0.0 |
734 | 2024-07-31T06:18:59.102Z | Downloaded unicode-segmentation v1.11.0 |
735 | 2024-07-31T06:18:59.105Z | Downloaded typed-path v0.7.1 |
736 | 2024-07-31T06:18:59.111Z | Downloaded spki v0.7.3 |
737 | 2024-07-31T06:18:59.115Z | Downloaded gethostname v0.4.3 |
738 | 2024-07-31T06:18:59.118Z | Downloaded toml_edit v0.19.15 |
739 | 2024-07-31T06:18:59.132Z | Downloaded futures-macro v0.3.30 |
740 | 2024-07-31T06:18:59.135Z | Downloaded r2d2 v0.8.10 |
741 | 2024-07-31T06:18:59.135Z | Downloaded dirs-sys-next v0.1.2 |
742 | 2024-07-31T06:18:59.139Z | Downloaded tiny-keccak v2.0.2 |
743 | 2024-07-31T06:18:59.142Z | Downloaded predicates-tree v1.0.9 |
744 | 2024-07-31T06:18:59.142Z | Downloaded ppv-lite86 v0.2.17 |
745 | 2024-07-31T06:18:59.142Z | Downloaded string_cache v0.8.7 |
746 | 2024-07-31T06:18:59.145Z | Downloaded powerfmt v0.2.0 |
747 | 2024-07-31T06:18:59.145Z | Downloaded ff v0.13.0 |
748 | 2024-07-31T06:18:59.148Z | Downloaded signal-hook-registry v1.4.2 |
749 | 2024-07-31T06:18:59.148Z | Downloaded futures-io v0.3.30 |
750 | 2024-07-31T06:18:59.150Z | Downloaded http-body v0.4.6 |
751 | 2024-07-31T06:18:59.150Z | Downloaded signature v2.2.0 |
752 | 2024-07-31T06:18:59.153Z | Downloaded blake3 v1.5.1 |
753 | 2024-07-31T06:18:59.159Z | Downloaded pin-project-lite v0.2.14 |
754 | 2024-07-31T06:18:59.164Z | Downloaded sqlformat v0.2.4 |
755 | 2024-07-31T06:18:59.167Z | Downloaded serde_with_macros v3.8.3 |
756 | 2024-07-31T06:18:59.170Z | Downloaded schemars_derive v0.8.21 |
757 | 2024-07-31T06:18:59.170Z | Downloaded highway v1.1.0 |
758 | 2024-07-31T06:18:59.174Z | Downloaded hmac v0.12.1 |
759 | 2024-07-31T06:18:59.178Z | Downloaded serde_urlencoded v0.7.1 |
760 | 2024-07-31T06:18:59.178Z | Downloaded spin v0.9.8 |
761 | 2024-07-31T06:18:59.181Z | Downloaded socket2 v0.4.10 |
762 | 2024-07-31T06:18:59.181Z | Downloaded test-strategy v0.3.1 |
763 | 2024-07-31T06:18:59.184Z | Downloaded http v0.2.12 |
764 | 2024-07-31T06:18:59.188Z | Downloaded zip v0.6.6 |
765 | 2024-07-31T06:18:59.193Z | Downloaded radium v0.7.0 |
766 | 2024-07-31T06:18:59.195Z | Downloaded tui-tree-widget v0.21.0 |
767 | 2024-07-31T06:18:59.195Z | Downloaded unicode-normalization v0.1.23 |
768 | 2024-07-31T06:18:59.199Z | Downloaded itertools v0.13.0 |
769 | 2024-07-31T06:18:59.207Z | Downloaded portable-atomic v1.6.0 |
770 | 2024-07-31T06:18:59.215Z | Downloaded same-file v1.0.6 |
771 | 2024-07-31T06:18:59.218Z | Downloaded toml v0.7.8 |
772 | 2024-07-31T06:18:59.221Z | Downloaded wyz v0.5.1 |
773 | 2024-07-31T06:18:59.221Z | Downloaded tungstenite v0.21.0 |
774 | 2024-07-31T06:18:59.223Z | Downloaded tungstenite v0.20.1 |
775 | 2024-07-31T06:18:59.227Z | Downloaded textwrap v0.16.1 |
776 | 2024-07-31T06:18:59.230Z | Downloaded derive-where v1.2.7 |
777 | 2024-07-31T06:18:59.233Z | Downloaded schemars v0.8.21 |
778 | 2024-07-31T06:18:59.246Z | Downloaded rcgen v0.12.1 |
779 | 2024-07-31T06:18:59.256Z | Downloaded postgres-protocol v0.6.7 |
780 | 2024-07-31T06:18:59.262Z | Downloaded tokio-tungstenite v0.21.0 |
781 | 2024-07-31T06:18:59.262Z | Downloaded chrono v0.4.38 |
782 | 2024-07-31T06:18:59.262Z | Downloaded bindgen v0.69.4 |
783 | 2024-07-31T06:18:59.269Z | Downloaded zerocopy v0.6.6 |
784 | 2024-07-31T06:18:59.271Z | Downloaded ron v0.8.1 |
785 | 2024-07-31T06:18:59.277Z | Downloaded flate2 v1.0.30 |
786 | 2024-07-31T06:18:59.283Z | Downloaded diesel_derives v2.1.4 |
787 | 2024-07-31T06:18:59.287Z | Downloaded hashbrown v0.13.2 |
788 | 2024-07-31T06:18:59.291Z | Downloaded hashbrown v0.12.3 |
789 | 2024-07-31T06:18:59.295Z | Downloaded rayon v1.10.0 |
790 | 2024-07-31T06:18:59.305Z | Downloaded bitvec v1.0.1 |
791 | 2024-07-31T06:18:59.322Z | Downloaded elliptic-curve v0.13.8 |
792 | 2024-07-31T06:18:59.326Z | Downloaded snafu v0.8.2 |
793 | 2024-07-31T06:18:59.331Z | Downloaded time v0.3.36 |
794 | 2024-07-31T06:18:59.338Z | Downloaded h2 v0.3.26 |
795 | 2024-07-31T06:18:59.346Z | Downloaded sqlparser v0.45.0 |
796 | 2024-07-31T06:18:59.351Z | Downloaded headers v0.3.9 |
797 | 2024-07-31T06:18:59.356Z | Downloaded tokio-postgres v0.7.11 |
798 | 2024-07-31T06:18:59.362Z | Downloaded heapless v0.7.17 |
799 | 2024-07-31T06:18:59.366Z | Downloaded idna v0.3.0 |
800 | 2024-07-31T06:18:59.373Z | Downloaded reqwest v0.11.27 |
801 | 2024-07-31T06:18:59.381Z | Downloaded idna v0.2.3 |
802 | 2024-07-31T06:18:59.388Z | Downloaded publicsuffix v2.2.3 |
803 | 2024-07-31T06:18:59.391Z | Downloaded bstr v0.2.17 |
804 | 2024-07-31T06:18:59.401Z | Downloaded smoltcp v0.9.1 |
805 | 2024-07-31T06:18:59.413Z | Downloaded hkdf v0.12.4 |
806 | 2024-07-31T06:18:59.415Z | Downloaded idna v0.5.0 |
807 | 2024-07-31T06:18:59.421Z | Downloaded curve25519-dalek v4.1.3 |
808 | 2024-07-31T06:18:59.431Z | Downloaded tough v0.17.1 |
809 | 2024-07-31T06:18:59.439Z | Downloaded rustls-webpki v0.101.7 |
810 | 2024-07-31T06:18:59.455Z | Downloaded radix_trie v0.2.1 |
811 | 2024-07-31T06:18:59.460Z | Downloaded lalrpop v0.19.12 |
812 | 2024-07-31T06:18:59.473Z | Downloaded bstr v1.9.1 |
813 | 2024-07-31T06:18:59.483Z | Downloaded futures-util v0.3.30 |
814 | 2024-07-31T06:18:59.495Z | Downloaded regex-syntax v0.6.29 |
815 | 2024-07-31T06:18:59.502Z | Downloaded tokio-util v0.7.11 |
816 | 2024-07-31T06:18:59.509Z | Downloaded diesel v2.1.6 |
817 | 2024-07-31T06:18:59.527Z | Downloaded rustls v0.22.4 |
818 | 2024-07-31T06:18:59.540Z | Downloaded quick-xml v0.31.0 |
819 | 2024-07-31T06:18:59.546Z | Downloaded rustls-webpki v0.102.4 |
820 | 2024-07-31T06:18:59.564Z | Downloaded nix v0.27.1 |
821 | 2024-07-31T06:18:59.575Z | Downloaded regex v1.10.5 |
822 | 2024-07-31T06:18:59.588Z | Downloaded ratatui v0.27.0 |
823 | 2024-07-31T06:18:59.607Z | Downloaded rustls v0.21.12 |
824 | 2024-07-31T06:18:59.617Z | Downloaded regress v0.9.1 |
825 | 2024-07-31T06:18:59.627Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
826 | 2024-07-31T06:18:59.638Z | Downloaded openapiv3 v2.0.0 |
827 | 2024-07-31T06:18:59.650Z | Downloaded regex-syntax v0.8.3 |
828 | 2024-07-31T06:18:59.659Z | Downloaded polar-core v0.27.3 |
829 | 2024-07-31T06:18:59.669Z | Downloaded zerocopy-derive v0.6.6 |
830 | 2024-07-31T06:18:59.679Z | Downloaded gimli v0.28.1 |
831 | 2024-07-31T06:18:59.689Z | Downloaded regex-automata v0.4.6 |
832 | 2024-07-31T06:18:59.707Z | Downloaded petgraph v0.6.5 |
833 | 2024-07-31T06:18:59.726Z | Downloaded tokio v1.38.1 |
834 | 2024-07-31T06:18:59.763Z | Downloaded finl_unicode v1.2.0 |
835 | 2024-07-31T06:18:59.777Z | Downloaded sha3 v0.10.8 |
836 | 2024-07-31T06:18:59.781Z | Downloaded csv v1.3.0 |
837 | 2024-07-31T06:18:59.804Z | Downloaded sled v0.34.7 |
838 | 2024-07-31T06:18:59.814Z | Downloaded smoltcp v0.11.0 |
839 | 2024-07-31T06:18:59.827Z | Downloaded vcpkg v0.2.15 |
840 | 2024-07-31T06:18:59.866Z | Downloaded hyper v0.14.28 |
841 | 2024-07-31T06:18:59.874Z | Downloaded encoding_rs v0.8.34 |
842 | 2024-07-31T06:18:59.897Z | Downloaded webpki-roots v0.25.4 |
843 | 2024-07-31T06:18:59.901Z | Downloaded openssl v0.10.66 |
844 | 2024-07-31T06:18:59.911Z | Downloaded object v0.32.2 |
845 | 2024-07-31T06:18:59.922Z | Downloaded nix v0.28.0 |
846 | 2024-07-31T06:18:59.934Z | Downloaded object v0.30.4 |
847 | 2024-07-31T06:18:59.944Z | Downloaded trust-dns-proto v0.22.0 |
848 | 2024-07-31T06:18:59.959Z | Downloaded winnow v0.5.40 |
849 | 2024-07-31T06:18:59.968Z | Downloaded expectorate v1.1.0 |
850 | 2024-07-31T06:18:59.971Z | Downloaded x509-cert v0.2.5 |
851 | 2024-07-31T06:18:59.976Z | Downloaded rustyline v14.0.0 |
852 | 2024-07-31T06:18:59.984Z | Downloaded proptest v1.4.0 |
853 | 2024-07-31T06:18:59.993Z | Downloaded tokio-tungstenite v0.20.1 |
854 | 2024-07-31T06:18:59.996Z | Downloaded tokio-rustls v0.25.0 |
855 | 2024-07-31T06:18:59.999Z | Downloaded reedline v0.31.0 |
856 | 2024-07-31T06:19:00.006Z | Downloaded http v1.1.0 |
857 | 2024-07-31T06:19:00.010Z | Downloaded heapless v0.8.0 |
858 | 2024-07-31T06:19:00.014Z | Downloaded regex-automata v0.1.10 |
859 | 2024-07-31T06:19:00.019Z | Downloaded ron v0.7.1 |
860 | 2024-07-31T06:19:00.024Z | Downloaded unsafe-libyaml v0.2.11 |
861 | 2024-07-31T06:19:00.028Z | Downloaded trust-dns-server v0.22.1 |
862 | 2024-07-31T06:19:00.034Z | Downloaded num-bigint-dig v0.8.4 |
863 | 2024-07-31T06:19:00.039Z | Downloaded libxml v0.3.3 |
864 | 2024-07-31T06:19:00.044Z | Downloaded ring v0.17.8 |
865 | 2024-07-31T06:19:00.115Z | Downloaded libm v0.2.8 |
866 | 2024-07-31T06:19:00.123Z | Downloaded itertools v0.12.1 |
867 | 2024-07-31T06:19:00.129Z | Downloaded tokio-rustls v0.24.1 |
868 | 2024-07-31T06:19:00.132Z | Downloaded iana-time-zone v0.1.60 |
869 | 2024-07-31T06:19:00.135Z | Downloaded erased-serde v0.3.31 |
870 | 2024-07-31T06:19:00.137Z | Downloaded pin-project v1.1.5 |
871 | 2024-07-31T06:19:00.146Z | Downloaded futures v0.3.30 |
872 | 2024-07-31T06:19:00.152Z | Downloaded pretty-hex v0.2.1 |
873 | 2024-07-31T06:19:00.155Z | Downloaded snafu-derive v0.8.2 |
874 | 2024-07-31T06:19:00.155Z | Downloaded diff v0.1.13 |
875 | 2024-07-31T06:19:00.157Z | Downloaded serde_yaml v0.9.34+deprecated |
876 | 2024-07-31T06:19:00.160Z | Downloaded aho-corasick v1.1.3 |
877 | 2024-07-31T06:19:00.165Z | Downloaded ring v0.16.20 |
878 | 2024-07-31T06:19:00.246Z | Downloaded strum_macros v0.26.4 |
879 | 2024-07-31T06:19:00.248Z | Downloaded rand v0.8.5 |
880 | 2024-07-31T06:19:00.251Z | Downloaded nom v7.1.3 |
881 | 2024-07-31T06:19:00.256Z | Downloaded topological-sort v0.2.2 |
882 | 2024-07-31T06:19:00.259Z | Downloaded pin-project-internal v1.1.5 |
883 | 2024-07-31T06:19:00.259Z | Downloaded poly1305 v0.8.0 |
884 | 2024-07-31T06:19:00.262Z | Downloaded sec1 v0.7.3 |
885 | 2024-07-31T06:19:00.264Z | Downloaded resolv-conf v0.7.0 |
886 | 2024-07-31T06:19:00.264Z | Downloaded pin-utils v0.1.0 |
887 | 2024-07-31T06:19:00.267Z | Downloaded percent-encoding v2.3.1 |
888 | 2024-07-31T06:19:00.267Z | Downloaded pem-rfc7468 v0.7.0 |
889 | 2024-07-31T06:19:00.270Z | Downloaded steno v0.4.1 |
890 | 2024-07-31T06:19:00.273Z | Downloaded rand_xorshift v0.3.0 |
891 | 2024-07-31T06:19:00.273Z | Downloaded samael v0.0.15 |
892 | 2024-07-31T06:19:00.277Z | Downloaded thiserror-impl-no-std v2.0.2 |
893 | 2024-07-31T06:19:00.280Z | Downloaded structmeta v0.3.0 |
894 | 2024-07-31T06:19:00.280Z | Downloaded unicode_categories v0.1.1 |
895 | 2024-07-31T06:19:00.282Z | Downloaded minimal-lexical v0.2.1 |
896 | 2024-07-31T06:19:00.285Z | Downloaded slog-dtrace v0.3.0 |
897 | 2024-07-31T06:19:00.288Z | Downloaded vte v0.11.1 |
898 | 2024-07-31T06:19:00.288Z | Downloaded futures-sink v0.3.30 |
899 | 2024-07-31T06:19:00.291Z | Downloaded supports-color v3.0.0 |
900 | 2024-07-31T06:19:00.291Z | Downloaded smallvec v1.13.2 |
901 | 2024-07-31T06:19:00.294Z | Downloaded scheduled-thread-pool v0.2.7 |
902 | 2024-07-31T06:19:00.294Z | Downloaded unicode-xid v0.2.4 |
903 | 2024-07-31T06:19:00.294Z | Downloaded half v2.4.1 |
904 | 2024-07-31T06:19:00.297Z | Downloaded pkcs1 v0.7.5 |
905 | 2024-07-31T06:19:00.302Z | Downloaded peg-macros v0.8.4 |
906 | 2024-07-31T06:19:00.302Z | Downloaded rustfmt-wrapper v0.2.1 |
907 | 2024-07-31T06:19:00.302Z | Downloaded num-bigint v0.4.5 |
908 | 2024-07-31T06:19:00.306Z | Downloaded heck v0.3.3 |
909 | 2024-07-31T06:19:00.306Z | Downloaded funty v2.0.0 |
910 | 2024-07-31T06:19:00.309Z | Downloaded predicates v3.1.0 |
911 | 2024-07-31T06:19:00.309Z | Downloaded derive_builder v0.20.0 |
912 | 2024-07-31T06:19:00.313Z | Downloaded time-macros v0.2.18 |
913 | 2024-07-31T06:19:00.316Z | Downloaded fatfs v0.3.6 |
914 | 2024-07-31T06:19:00.319Z | Downloaded slog-stdlog v4.1.1 |
915 | 2024-07-31T06:19:00.322Z | Downloaded unicode-bidi v0.3.15 |
916 | 2024-07-31T06:19:00.322Z | Downloaded miniz_oxide v0.7.2 |
917 | 2024-07-31T06:19:00.325Z | Downloaded phf_shared v0.11.2 |
918 | 2024-07-31T06:19:00.325Z | Downloaded hubpack v0.1.2 |
919 | 2024-07-31T06:19:00.327Z | Downloaded httpdate v1.0.3 |
920 | 2024-07-31T06:19:00.327Z | Downloaded enum-as-inner v0.5.1 |
921 | 2024-07-31T06:19:00.327Z | Downloaded getrandom v0.2.14 |
922 | 2024-07-31T06:19:00.330Z | Downloaded slog-json v2.6.1 |
923 | 2024-07-31T06:19:00.333Z | Downloaded slog-envlogger v2.2.0 |
924 | 2024-07-31T06:19:00.333Z | Downloaded secrecy v0.8.0 |
925 | 2024-07-31T06:19:00.336Z | Downloaded postcard v1.0.8 |
926 | 2024-07-31T06:19:00.339Z | Downloaded num-integer v0.1.46 |
927 | 2024-07-31T06:19:00.339Z | Downloaded indicatif v0.17.8 |
928 | 2024-07-31T06:19:00.342Z | Downloaded rustc_version v0.4.0 |
929 | 2024-07-31T06:19:00.345Z | Downloaded rustc_version v0.1.7 |
930 | 2024-07-31T06:19:00.345Z | Downloaded yasna v0.5.2 |
931 | 2024-07-31T06:19:00.345Z | Downloaded tracing-core v0.1.32 |
932 | 2024-07-31T06:19:00.348Z | Downloaded zeroize v1.7.0 |
933 | 2024-07-31T06:19:00.352Z | Downloaded group v0.13.0 |
934 | 2024-07-31T06:19:00.352Z | Downloaded glob v0.3.1 |
935 | 2024-07-31T06:19:00.352Z | Downloaded rtoolbox v0.0.2 |
936 | 2024-07-31T06:19:00.355Z | Downloaded fd-lock v4.0.2 |
937 | 2024-07-31T06:19:00.355Z | Downloaded ena v0.14.3 |
938 | 2024-07-31T06:19:00.358Z | Downloaded olpc-cjson v0.1.3 |
939 | 2024-07-31T06:19:00.358Z | Downloaded proc-macro-crate v1.3.1 |
940 | 2024-07-31T06:19:00.358Z | Downloaded tracing-attributes v0.1.27 |
941 | 2024-07-31T06:19:00.360Z | Downloaded tokio-native-tls v0.3.1 |
942 | 2024-07-31T06:19:00.363Z | Downloaded base64 v0.21.7 |
943 | 2024-07-31T06:19:00.366Z | Downloaded libsw v3.3.1 |
944 | 2024-07-31T06:19:00.366Z | Downloaded packed_struct_codegen v0.10.1 |
945 | 2024-07-31T06:19:00.369Z | Downloaded crossbeam-epoch v0.9.18 |
946 | 2024-07-31T06:19:00.372Z | Downloaded cookie v0.18.1 |
947 | 2024-07-31T06:19:00.372Z | Downloaded backtrace v0.3.71 |
948 | 2024-07-31T06:19:00.376Z | Downloaded bitflags v1.3.2 |
949 | 2024-07-31T06:19:00.379Z | Downloaded newtype-uuid v1.1.0 |
950 | 2024-07-31T06:19:00.382Z | Downloaded multimap v0.10.0 |
951 | 2024-07-31T06:19:00.382Z | Downloaded maybe-uninit v2.0.0 |
952 | 2024-07-31T06:19:00.382Z | Downloaded strum_macros v0.24.3 |
953 | 2024-07-31T06:19:00.385Z | Downloaded mockall v0.12.1 |
954 | 2024-07-31T06:19:00.385Z | Downloaded memoffset v0.9.1 |
955 | 2024-07-31T06:19:00.388Z | Downloaded managed v0.8.0 |
956 | 2024-07-31T06:19:00.388Z | Downloaded spin v0.5.2 |
957 | 2024-07-31T06:19:00.388Z | Downloaded match_cfg v0.1.0 |
958 | 2024-07-31T06:19:00.390Z | Downloaded darling v0.20.9 |
959 | 2024-07-31T06:19:00.393Z | Downloaded cipher v0.4.4 |
960 | 2024-07-31T06:19:00.393Z | Downloaded debug-ignore v1.0.5 |
961 | 2024-07-31T06:19:00.396Z | Downloaded camino-tempfile v1.1.1 |
962 | 2024-07-31T06:19:00.396Z | Downloaded cexpr v0.6.0 |
963 | 2024-07-31T06:19:00.399Z | Downloaded parking_lot_core v0.8.6 |
964 | 2024-07-31T06:19:00.399Z | Downloaded num-complex v0.4.6 |
965 | 2024-07-31T06:19:00.402Z | Downloaded allocator-api2 v0.2.18 |
966 | 2024-07-31T06:19:00.405Z | Downloaded shlex v1.3.0 |
967 | 2024-07-31T06:19:00.405Z | Downloaded shell-words v1.1.0 |
968 | 2024-07-31T06:19:00.408Z | Downloaded memmap2 v0.9.4 |
969 | 2024-07-31T06:19:00.408Z | Downloaded buf-list v1.0.3 |
970 | 2024-07-31T06:19:00.410Z | Downloaded blake2 v0.10.6 |
971 | 2024-07-31T06:19:00.413Z | Downloaded base64 v0.13.1 |
972 | 2024-07-31T06:19:00.416Z | Downloaded lru v0.12.3 |
973 | 2024-07-31T06:19:00.416Z | Downloaded clang-sys v1.7.0 |
974 | 2024-07-31T06:19:00.419Z | Downloaded cassowary v0.3.0 |
975 | 2024-07-31T06:19:00.419Z | Downloaded cobs v0.2.3 |
976 | 2024-07-31T06:19:00.422Z | Downloaded addr2line v0.21.0 |
977 | 2024-07-31T06:19:00.422Z | Downloaded der v0.7.9 |
978 | 2024-07-31T06:19:00.426Z | Downloaded cookie_store v0.20.0 |
979 | 2024-07-31T06:19:00.429Z | Downloaded console v0.15.8 |
980 | 2024-07-31T06:19:00.432Z | Downloaded ahash v0.8.11 |
981 | 2024-07-31T06:19:00.435Z | Downloaded base64ct v1.6.0 |
982 | 2024-07-31T06:19:00.435Z | Downloaded md-5 v0.10.6 |
983 | 2024-07-31T06:19:00.438Z | Downloaded maplit v1.0.2 |
984 | 2024-07-31T06:19:00.438Z | Downloaded ipnetwork v0.20.0 |
985 | 2024-07-31T06:19:00.441Z | Downloaded ciborium v0.2.2 |
986 | 2024-07-31T06:19:00.441Z | Downloaded argon2 v0.5.3 |
987 | 2024-07-31T06:19:00.443Z | Downloaded libefi-sys v0.1.0 |
988 | 2024-07-31T06:19:00.444Z | Downloaded lazy_static v1.5.0 |
989 | 2024-07-31T06:19:00.446Z | Downloaded keccak v0.1.5 |
990 | 2024-07-31T06:19:00.446Z | Downloaded backoff v0.4.0 |
991 | 2024-07-31T06:19:00.449Z | Downloaded cancel-safe-futures v0.1.5 |
992 | 2024-07-31T06:19:00.452Z | Downloaded cookie v0.17.0 |
993 | 2024-07-31T06:19:00.452Z | Downloaded arrayvec v0.7.4 |
994 | 2024-07-31T06:19:00.455Z | Downloaded async-trait v0.1.81 |
995 | 2024-07-31T06:19:00.458Z | Downloaded ascii v1.1.0 |
996 | 2024-07-31T06:19:00.461Z | Downloaded cstr-argument v0.1.2 |
997 | 2024-07-31T06:19:00.461Z | Downloaded atomicwrites v0.4.3 |
998 | 2024-07-31T06:19:00.461Z | Downloaded adler v1.0.2 |
999 | 2024-07-31T06:19:00.543Z | Compiling cfg-if v1.0.0 |
1000 | 2024-07-31T06:19:00.543Z | Compiling serde v1.0.204 |
1001 | 2024-07-31T06:19:00.546Z | Compiling scopeguard v1.2.0 |
1002 | 2024-07-31T06:19:00.546Z | Compiling lock_api v0.4.12 |
1003 | 2024-07-31T06:19:00.680Z | Compiling log v0.4.21 |
1004 | 2024-07-31T06:19:00.699Z | Compiling syn v2.0.72 |
1005 | 2024-07-31T06:19:00.702Z | Compiling cc v1.0.97 |
1006 | 2024-07-31T06:19:00.702Z | Compiling parking_lot_core v0.9.10 |
1007 | 2024-07-31T06:19:00.742Z | Compiling getrandom v0.2.14 |
1008 | 2024-07-31T06:19:00.780Z | Compiling smallvec v1.13.2 |
1009 | 2024-07-31T06:19:01.091Z | Compiling rand_core v0.6.4 |
1010 | 2024-07-31T06:19:01.171Z | Compiling typenum v1.17.0 |
1011 | 2024-07-31T06:19:01.184Z | Compiling generic-array v0.14.7 |
1012 | 2024-07-31T06:19:01.240Z | Compiling pin-project-lite v0.2.14 |
1013 | 2024-07-31T06:19:01.360Z | Compiling signal-hook-registry v1.4.2 |
1014 | 2024-07-31T06:19:01.494Z | Compiling spin v0.9.8 |
1015 | 2024-07-31T06:19:01.527Z | Compiling parking_lot v0.12.2 |
1016 | 2024-07-31T06:19:01.615Z | Compiling mio v0.8.11 |
1017 | 2024-07-31T06:19:01.817Z | Compiling libm v0.2.8 |
1018 | 2024-07-31T06:19:01.876Z | Compiling serde_json v1.0.120 |
1019 | 2024-07-31T06:19:02.150Z | Compiling num-traits v0.2.19 |
1020 | 2024-07-31T06:19:02.153Z | Compiling ahash v0.8.11 |
1021 | 2024-07-31T06:19:02.215Z | Compiling futures-core v0.3.30 |
1022 | 2024-07-31T06:19:02.399Z | Compiling tinyvec_macros v0.1.1 |
1023 | 2024-07-31T06:19:02.499Z | Compiling tinyvec v1.6.0 |
1024 | 2024-07-31T06:19:02.529Z | Compiling socket2 v0.5.7 |
1025 | 2024-07-31T06:19:02.649Z | Compiling num_cpus v1.16.0 |
1026 | 2024-07-31T06:19:02.890Z | Compiling subtle v2.5.0 |
1027 | 2024-07-31T06:19:03.004Z | Compiling const-oid v0.9.6 |
1028 | 2024-07-31T06:19:03.246Z | Compiling slab v0.4.9 |
1029 | 2024-07-31T06:19:03.656Z | Compiling unicode-bidi v0.3.15 |
1030 | 2024-07-31T06:19:03.966Z | Compiling allocator-api2 v0.2.18 |
1031 | 2024-07-31T06:19:04.012Z | Compiling futures-sink v0.3.30 |
1032 | 2024-07-31T06:19:04.148Z | Compiling unicode-normalization v0.1.23 |
1033 | 2024-07-31T06:19:04.655Z | Compiling futures-channel v0.3.30 |
1034 | 2024-07-31T06:19:04.829Z | Compiling vcpkg v0.2.15 |
1035 | 2024-07-31T06:19:05.041Z | Compiling futures-io v0.3.30 |
1036 | 2024-07-31T06:19:05.061Z | Compiling futures-task v0.3.30 |
1037 | 2024-07-31T06:19:05.210Z | Compiling pin-utils v0.1.0 |
1038 | 2024-07-31T06:19:05.280Z | Compiling pkg-config v0.3.30 |
1039 | 2024-07-31T06:19:05.336Z | Compiling ppv-lite86 v0.2.17 |
1040 | 2024-07-31T06:19:05.338Z | Compiling percent-encoding v2.3.1 |
1041 | 2024-07-31T06:19:05.366Z | Compiling tracing-core v0.1.32 |
1042 | 2024-07-31T06:19:05.679Z | Compiling syn v1.0.109 |
1043 | 2024-07-31T06:19:05.809Z | Compiling num-conv v0.1.0 |
1044 | 2024-07-31T06:19:06.101Z | Compiling rand_chacha v0.3.1 |
1045 | 2024-07-31T06:19:06.132Z | Compiling untrusted v0.9.0 |
1046 | 2024-07-31T06:19:06.274Z | Compiling powerfmt v0.2.0 |
1047 | 2024-07-31T06:19:06.289Z | Compiling time-core v0.1.2 |
1048 | 2024-07-31T06:19:06.456Z | Compiling rustix v0.38.34 |
1049 | 2024-07-31T06:19:06.644Z | Compiling deranged v0.3.11 |
1050 | 2024-07-31T06:19:06.745Z | Compiling time-macros v0.2.18 |
1051 | 2024-07-31T06:19:06.805Z | Compiling rand v0.8.5 |
1052 | 2024-07-31T06:19:07.014Z | Compiling num_threads v0.1.7 |
1053 | 2024-07-31T06:19:07.130Z | Compiling iana-time-zone v0.1.60 |
1054 | 2024-07-31T06:19:07.289Z | Compiling openssl v0.10.66 |
1055 | 2024-07-31T06:19:07.560Z | Compiling foreign-types-shared v0.1.1 |
1056 | 2024-07-31T06:19:07.668Z | Compiling httparse v1.8.0 |
1057 | 2024-07-31T06:19:07.714Z | Compiling base64ct v1.6.0 |
1058 | 2024-07-31T06:19:08.060Z | Compiling rustversion v1.0.17 |
1059 | 2024-07-31T06:19:08.287Z | Compiling pem-rfc7468 v0.7.0 |
1060 | 2024-07-31T06:19:08.328Z | Compiling foreign-types v0.3.2 |
1061 | 2024-07-31T06:19:08.410Z | Compiling form_urlencoded v1.2.1 |
1062 | 2024-07-31T06:19:08.679Z | Compiling crossbeam-utils v0.8.19 |
1063 | 2024-07-31T06:19:08.696Z | Compiling flagset v0.4.5 |
1064 | 2024-07-31T06:19:08.711Z | Compiling try-lock v0.2.5 |
1065 | 2024-07-31T06:19:08.843Z | Compiling rustls v0.21.12 |
1066 | 2024-07-31T06:19:08.876Z | Compiling native-tls v0.2.11 |
1067 | 2024-07-31T06:19:09.001Z | Compiling siphasher v0.3.11 |
1068 | 2024-07-31T06:19:09.073Z | Compiling want v0.3.1 |
1069 | 2024-07-31T06:19:09.328Z | Compiling serde_derive_internals v0.29.1 |
1070 | 2024-07-31T06:19:09.349Z | Compiling idna v0.5.0 |
1071 | 2024-07-31T06:19:09.947Z | Compiling lazy_static v1.5.0 |
1072 | 2024-07-31T06:19:10.013Z | Compiling time v0.3.36 |
1073 | 2024-07-31T06:19:10.070Z | Compiling aho-corasick v1.1.3 |
1074 | 2024-07-31T06:19:10.456Z | Compiling cookie v0.17.0 |
1075 | 2024-07-31T06:19:10.701Z | Compiling tower-service v0.3.2 |
1076 | 2024-07-31T06:19:10.777Z | Compiling openssl-probe v0.1.5 |
1077 | 2024-07-31T06:19:10.816Z | Compiling regex-syntax v0.8.3 |
1078 | 2024-07-31T06:19:11.124Z | Compiling signal-hook v0.3.17 |
1079 | 2024-07-31T06:19:11.365Z | Compiling cpufeatures v0.2.12 |
1080 | 2024-07-31T06:19:11.463Z | Compiling adler v1.0.2 |
1081 | 2024-07-31T06:19:11.691Z | Compiling slog v2.7.0 |
1082 | 2024-07-31T06:19:12.074Z | Compiling schemars v0.8.21 |
1083 | 2024-07-31T06:19:12.181Z | Compiling finl_unicode v1.2.0 |
1084 | 2024-07-31T06:19:12.398Z | Compiling httpdate v1.0.3 |
1085 | 2024-07-31T06:19:12.754Z | Compiling stringprep v0.1.4 |
1086 | 2024-07-31T06:19:12.971Z | Compiling miniz_oxide v0.7.2 |
1087 | 2024-07-31T06:19:13.926Z | Compiling regex-automata v0.4.6 |
1088 | 2024-07-31T06:19:14.394Z | Compiling url v2.5.2 |
1089 | 2024-07-31T06:19:15.027Z | Compiling openssl-sys v0.9.103 |
1090 | 2024-07-31T06:19:15.126Z | Compiling serde_derive v1.0.204 |
1091 | 2024-07-31T06:19:15.382Z | Compiling zeroize_derive v1.4.2 |
1092 | 2024-07-31T06:19:16.067Z | Compiling zerocopy-derive v0.7.34 |
1093 | 2024-07-31T06:19:16.175Z | Compiling tokio-macros v2.3.0 |
1094 | 2024-07-31T06:19:16.249Z | Compiling thiserror-impl v1.0.63 |
1095 | 2024-07-31T06:19:17.033Z | Compiling zeroize v1.7.0 |
1096 | 2024-07-31T06:19:17.181Z | Compiling futures-macro v0.3.30 |
1097 | 2024-07-31T06:19:17.924Z | Compiling ring v0.17.8 |
1098 | 2024-07-31T06:19:18.499Z | Compiling zerocopy v0.7.34 |
1099 | 2024-07-31T06:19:18.900Z | Compiling crypto-common v0.1.6 |
1100 | 2024-07-31T06:19:19.048Z | Compiling block-buffer v0.10.4 |
1101 | 2024-07-31T06:19:19.288Z | Compiling digest v0.10.7 |
1102 | 2024-07-31T06:19:19.324Z | Compiling futures-util v0.3.30 |
1103 | 2024-07-31T06:19:19.517Z | Compiling thiserror v1.0.63 |
1104 | 2024-07-31T06:19:19.647Z | Compiling pest v2.7.10 |
1105 | 2024-07-31T06:19:20.584Z | Compiling hashbrown v0.14.5 |
1106 | 2024-07-31T06:19:21.698Z | Compiling pest_meta v2.7.10 |
1107 | 2024-07-31T06:19:21.773Z | Compiling tracing-attributes v0.1.27 |
1108 | 2024-07-31T06:19:21.791Z | Compiling scroll_derive v0.12.0 |
1109 | 2024-07-31T06:19:23.333Z | Compiling scroll v0.12.0 |
1110 | 2024-07-31T06:19:23.641Z | Compiling pest_generator v2.7.10 |
1111 | 2024-07-31T06:19:23.862Z | Compiling goblin v0.8.2 |
1112 | 2024-07-31T06:19:25.449Z | Compiling hmac v0.12.1 |
1113 | 2024-07-31T06:19:25.656Z | Compiling openssl-macros v0.1.1 |
1114 | 2024-07-31T06:19:25.674Z | Compiling der_derive v0.7.2 |
1115 | 2024-07-31T06:19:25.751Z | Compiling tracing v0.1.40 |
1116 | 2024-07-31T06:19:26.303Z | Compiling sha2 v0.10.8 |
1117 | 2024-07-31T06:19:26.418Z | Compiling md-5 v0.10.6 |
1118 | 2024-07-31T06:19:26.682Z | Compiling schemars_derive v0.8.21 |
1119 | 2024-07-31T06:19:26.792Z | Compiling pest_derive v2.7.10 |
1120 | 2024-07-31T06:19:27.026Z | Compiling backtrace v0.3.71 |
1121 | 2024-07-31T06:19:27.446Z | Compiling num-integer v0.1.46 |
1122 | 2024-07-31T06:19:27.594Z | Compiling dtrace-parser v0.2.0 |
1123 | 2024-07-31T06:19:28.281Z | Compiling der v0.7.9 |
1124 | 2024-07-31T06:19:28.305Z | Compiling sct v0.7.1 |
1125 | 2024-07-31T06:19:28.619Z | Compiling rustls-webpki v0.101.7 |
1126 | 2024-07-31T06:19:29.678Z | Compiling bytes v1.6.0 |
1127 | 2024-07-31T06:19:29.800Z | Compiling bitflags v2.6.0 |
1128 | 2024-07-31T06:19:29.931Z | Compiling indexmap v2.2.6 |
1129 | 2024-07-31T06:19:30.123Z | Compiling uuid v1.10.0 |
1130 | 2024-07-31T06:19:30.238Z | Compiling semver v1.0.23 |
1131 | 2024-07-31T06:19:30.977Z | Compiling tokio v1.38.1 |
1132 | 2024-07-31T06:19:30.993Z | Compiling http v0.2.12 |
1133 | 2024-07-31T06:19:31.338Z | Compiling rustc_version v0.4.0 |
1134 | 2024-07-31T06:19:31.651Z | Compiling chrono v0.4.38 |
1135 | 2024-07-31T06:19:32.142Z | Compiling heapless v0.7.17 |
1136 | 2024-07-31T06:19:32.566Z | Compiling http-body v0.4.6 |
1137 | 2024-07-31T06:19:33.055Z | Compiling dof v0.3.0 |
1138 | 2024-07-31T06:19:33.153Z | Compiling spki v0.7.3 |
1139 | 2024-07-31T06:19:33.578Z | Compiling serde_spanned v0.6.6 |
1140 | 2024-07-31T06:19:33.593Z | Compiling serde_tokenstream v0.2.1 |
1141 | 2024-07-31T06:19:33.801Z | Compiling usdt-impl v0.5.0 |
1142 | 2024-07-31T06:19:34.107Z | Compiling toml_datetime v0.6.6 |
1143 | 2024-07-31T06:19:34.485Z | Compiling idna v0.3.0 |
1144 | 2024-07-31T06:19:34.634Z | Compiling hash32 v0.2.1 |
1145 | 2024-07-31T06:19:35.025Z | Compiling stable_deref_trait v1.2.0 |
1146 | 2024-07-31T06:19:35.124Z | Compiling fallible-iterator v0.2.0 |
1147 | 2024-07-31T06:19:35.375Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1148 | 2024-07-31T06:19:35.438Z | Compiling crc32fast v1.4.0 |
1149 | 2024-07-31T06:19:35.539Z | Compiling gimli v0.28.1 |
1150 | 2024-07-31T06:19:35.837Z | Compiling psl-types v2.0.11 |
1151 | 2024-07-31T06:19:35.909Z | Compiling dyn-clone v1.0.17 |
1152 | 2024-07-31T06:19:36.019Z | Compiling base64 v0.22.1 |
1153 | 2024-07-31T06:19:36.071Z | Compiling smoltcp v0.9.1 |
1154 | 2024-07-31T06:19:36.708Z | Compiling postgres-protocol v0.6.7 |
1155 | 2024-07-31T06:19:36.725Z | Compiling publicsuffix v2.2.3 |
1156 | 2024-07-31T06:19:36.957Z | Compiling pkcs8 v0.10.2 |
1157 | 2024-07-31T06:19:38.086Z | Compiling terminal_size v0.3.0 |
1158 | 2024-07-31T06:19:38.123Z | Compiling hubpack_derive v0.1.1 |
1159 | 2024-07-31T06:19:38.183Z | Compiling block-padding v0.3.3 |
1160 | 2024-07-31T06:19:38.284Z | Compiling async-trait v0.1.81 |
1161 | 2024-07-31T06:19:38.421Z | Compiling zerocopy-derive v0.6.6 |
1162 | 2024-07-31T06:19:38.998Z | Compiling tokio-util v0.7.11 |
1163 | 2024-07-31T06:19:39.998Z | Compiling h2 v0.3.26 |
1164 | 2024-07-31T06:19:40.372Z | Compiling addr2line v0.21.0 |
1165 | 2024-07-31T06:19:40.398Z | Compiling tokio-native-tls v0.3.1 |
1166 | 2024-07-31T06:19:40.509Z | Compiling tokio-rustls v0.24.1 |
1167 | 2024-07-31T06:19:40.995Z | Compiling phf_shared v0.11.2 |
1168 | 2024-07-31T06:19:41.180Z | Compiling diesel_table_macro_syntax v0.1.0 |
1169 | 2024-07-31T06:19:41.380Z | Compiling ff v0.13.0 |
1170 | 2024-07-31T06:19:41.587Z | Compiling scheduled-thread-pool v0.2.7 |
1171 | 2024-07-31T06:19:41.605Z | Compiling object v0.32.2 |
1172 | 2024-07-31T06:19:41.623Z | Compiling fs-err v2.11.0 |
1173 | 2024-07-31T06:19:41.725Z | Compiling either v1.12.0 |
1174 | 2024-07-31T06:19:41.826Z | Compiling rustc-demangle v0.1.24 |
1175 | 2024-07-31T06:19:41.875Z | Compiling regex-automata v0.1.10 |
1176 | 2024-07-31T06:19:42.108Z | Compiling matches v0.1.10 |
1177 | 2024-07-31T06:19:42.186Z | Compiling bitflags v1.3.2 |
1178 | 2024-07-31T06:19:42.203Z | Compiling anyhow v1.0.86 |
1179 | 2024-07-31T06:19:42.288Z | Compiling ipnet v2.9.0 |
1180 | 2024-07-31T06:19:42.384Z | Compiling winnow v0.5.40 |
1181 | 2024-07-31T06:19:42.668Z | Compiling base64 v0.21.7 |
1182 | 2024-07-31T06:19:42.812Z | Compiling managed v0.8.0 |
1183 | 2024-07-31T06:19:42.829Z | Compiling base16ct v0.2.0 |
1184 | 2024-07-31T06:19:43.181Z | Compiling bit-vec v0.6.3 |
1185 | 2024-07-31T06:19:43.270Z | Compiling clap_builder v4.5.9 |
1186 | 2024-07-31T06:19:43.605Z | Compiling rustls-pemfile v1.0.4 |
1187 | 2024-07-31T06:19:43.653Z | Compiling sec1 v0.7.3 |
1188 | 2024-07-31T06:19:44.217Z | Compiling bstr v0.2.17 |
1189 | 2024-07-31T06:19:44.235Z | Compiling idna v0.2.3 |
1190 | 2024-07-31T06:19:45.731Z | Compiling r2d2 v0.8.10 |
1191 | 2024-07-31T06:19:45.772Z | Compiling diesel_derives v2.1.4 |
1192 | 2024-07-31T06:19:45.839Z | Compiling group v0.13.0 |
1193 | 2024-07-31T06:19:46.074Z | Compiling toml_edit v0.19.15 |
1194 | 2024-07-31T06:19:46.162Z | Compiling phf v0.11.2 |
1195 | 2024-07-31T06:19:46.272Z | Compiling cookie_store v0.20.0 |
1196 | 2024-07-31T06:19:46.289Z | Compiling signal-hook-mio v0.2.3 |
1197 | 2024-07-31T06:19:46.441Z | Compiling zerocopy v0.6.6 |
1198 | 2024-07-31T06:19:46.464Z | Compiling hubpack v0.1.2 |
1199 | 2024-07-31T06:19:46.928Z | Compiling hyper v0.14.28 |
1200 | 2024-07-31T06:19:47.330Z | Compiling inout v0.1.3 |
1201 | 2024-07-31T06:19:47.607Z | Compiling ipnetwork v0.20.0 |
1202 | 2024-07-31T06:19:47.818Z | Compiling postgres-types v0.2.7 |
1203 | 2024-07-31T06:19:49.401Z | Compiling usdt-attr-macro v0.5.0 |
1204 | 2024-07-31T06:19:49.625Z | Compiling usdt-macro v0.5.0 |
1205 | 2024-07-31T06:19:50.437Z | Compiling serde_urlencoded v0.7.1 |
1206 | 2024-07-31T06:19:50.978Z | Compiling num-bigint v0.4.5 |
1207 | 2024-07-31T06:19:51.069Z | Compiling hkdf v0.12.4 |
1208 | 2024-07-31T06:19:51.133Z | Compiling futures-executor v0.3.30 |
1209 | 2024-07-31T06:19:51.317Z | Compiling enum-as-inner v0.5.1 |
1210 | 2024-07-31T06:19:51.730Z | Compiling regex v1.10.5 |
1211 | 2024-07-31T06:19:52.275Z | Compiling crypto-bigint v0.5.5 |
1212 | 2024-07-31T06:19:52.329Z | Compiling serde_repr v0.1.19 |
1213 | 2024-07-31T06:19:52.877Z | Compiling clap_derive v4.5.8 |
1214 | 2024-07-31T06:19:52.895Z | Compiling strum_macros v0.25.3 |
1215 | 2024-07-31T06:19:53.536Z | Compiling phf_shared v0.10.0 |
1216 | 2024-07-31T06:19:53.908Z | Compiling hyper-rustls v0.24.2 |
1217 | 2024-07-31T06:19:54.277Z | Compiling hyper-tls v0.5.0 |
1218 | 2024-07-31T06:19:54.298Z | Compiling float-cmp v0.9.0 |
1219 | 2024-07-31T06:19:54.521Z | Compiling encoding_rs v0.8.34 |
1220 | 2024-07-31T06:19:54.625Z | Compiling webpki-roots v0.25.4 |
1221 | 2024-07-31T06:19:54.761Z | Compiling minimal-lexical v0.2.1 |
1222 | 2024-07-31T06:19:55.289Z | Compiling whoami v1.5.1 |
1223 | 2024-07-31T06:19:55.946Z | Compiling unicode-segmentation v1.11.0 |
1224 | 2024-07-31T06:19:56.797Z | Compiling data-encoding v2.6.0 |
1225 | 2024-07-31T06:19:56.950Z | Compiling new_debug_unreachable v1.0.6 |
1226 | 2024-07-31T06:19:57.037Z | Compiling normalize-line-endings v0.3.0 |
1227 | 2024-07-31T06:19:57.149Z | Compiling static_assertions v1.1.0 |
1228 | 2024-07-31T06:19:57.247Z | Compiling fixedbitset v0.4.2 |
1229 | 2024-07-31T06:19:57.263Z | Compiling predicates-core v1.0.6 |
1230 | 2024-07-31T06:19:57.623Z | Compiling mime v0.3.17 |
1231 | 2024-07-31T06:19:57.720Z | Compiling precomputed-hash v0.1.1 |
1232 | 2024-07-31T06:19:57.839Z | Compiling difflib v0.4.0 |
1233 | 2024-07-31T06:19:58.071Z | Compiling sync_wrapper v0.1.2 |
1234 | 2024-07-31T06:19:58.201Z | Compiling reqwest v0.11.27 |
1235 | 2024-07-31T06:19:58.280Z | Compiling predicates v3.1.0 |
1236 | 2024-07-31T06:19:58.368Z | Compiling clap v4.5.9 |
1237 | 2024-07-31T06:19:58.487Z | Compiling string_cache v0.8.7 |
1238 | 2024-07-31T06:19:58.954Z | Compiling console v0.15.8 |
1239 | 2024-07-31T06:19:59.142Z | Compiling petgraph v0.6.5 |
1240 | 2024-07-31T06:19:59.210Z | Compiling diesel v2.1.6 |
1241 | 2024-07-31T06:19:59.262Z | Compiling trust-dns-proto v0.22.0 |
1242 | 2024-07-31T06:19:59.475Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1243 | 2024-07-31T06:20:00.039Z | Compiling toml_edit v0.22.16 |
1244 | 2024-07-31T06:20:00.482Z | Compiling similar v2.5.0 |
1245 | 2024-07-31T06:20:01.690Z | Compiling tokio-postgres v0.7.11 |
1246 | 2024-07-31T06:20:03.056Z | Compiling elliptic-curve v0.13.8 |
1247 | 2024-07-31T06:20:03.113Z | Compiling nom v7.1.3 |
1248 | 2024-07-31T06:20:03.882Z | Compiling usdt v0.5.0 |
1249 | 2024-07-31T06:20:04.409Z | Compiling yasna v0.5.2 |
1250 | 2024-07-31T06:20:05.923Z | Compiling futures v0.3.30 |
1251 | 2024-07-31T06:20:06.334Z | Compiling flate2 v1.0.30 |
1252 | 2024-07-31T06:20:06.847Z | Compiling toml v0.7.8 |
1253 | 2024-07-31T06:20:06.992Z | Compiling cipher v0.4.4 |
1254 | 2024-07-31T06:20:07.294Z | Compiling crossterm v0.27.0 |
1255 | 2024-07-31T06:20:07.525Z | Compiling bit-set v0.5.3 |
1256 | 2024-07-31T06:20:07.796Z | Compiling itertools v0.12.1 |
1257 | 2024-07-31T06:20:07.866Z | Compiling itertools v0.10.5 |
1258 | 2024-07-31T06:20:08.283Z | Compiling tokio-stream v0.1.15 |
1259 | 2024-07-31T06:20:08.626Z | Compiling openapiv3 v2.0.0 |
1260 | 2024-07-31T06:20:08.681Z | Compiling hex v0.4.3 |
1261 | 2024-07-31T06:20:09.258Z | Compiling num-iter v0.1.45 |
1262 | 2024-07-31T06:20:09.276Z | Compiling bstr v1.9.1 |
1263 | 2024-07-31T06:20:09.453Z | Compiling crossbeam-epoch v0.9.18 |
1264 | 2024-07-31T06:20:10.240Z | Compiling dirs-sys-next v0.1.2 |
1265 | 2024-07-31T06:20:10.675Z | Compiling peg-runtime v0.8.3 |
1266 | 2024-07-31T06:20:10.860Z | Compiling unicode-xid v0.2.4 |
1267 | 2024-07-31T06:20:10.953Z | Compiling lalrpop-util v0.19.12 |
1268 | 2024-07-31T06:20:11.017Z | Compiling dirs-next v2.0.0 |
1269 | 2024-07-31T06:20:11.121Z | Compiling thread_local v1.1.8 |
1270 | 2024-07-31T06:20:11.152Z | Compiling slog-async v2.8.0 |
1271 | 2024-07-31T06:20:11.193Z | Compiling term v0.7.0 |
1272 | 2024-07-31T06:20:11.297Z | Compiling xattr v1.3.1 |
1273 | 2024-07-31T06:20:11.347Z | Compiling crossbeam-channel v0.5.12 |
1274 | 2024-07-31T06:20:11.562Z | Compiling strum_macros v0.26.4 |
1275 | 2024-07-31T06:20:11.690Z | Compiling filetime v0.2.23 |
1276 | 2024-07-31T06:20:11.713Z | Compiling is-terminal v0.4.12 |
1277 | 2024-07-31T06:20:11.837Z | Compiling take_mut v0.2.2 |
1278 | 2024-07-31T06:20:11.993Z | Compiling tar v0.4.41 |
1279 | 2024-07-31T06:20:12.034Z | Compiling slog-term v2.9.1 |
1280 | 2024-07-31T06:20:12.859Z | Compiling camino v1.1.7 |
1281 | 2024-07-31T06:20:14.908Z | Compiling strum v0.26.3 |
1282 | 2024-07-31T06:20:26.809Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1283 | 2024-07-31T06:20:27.025Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1284 | 2024-07-31T06:20:32.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s |
1285 | 2024-07-31T06:20:32.625Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1286 | 2024-07-31T06:20:32.669Z | Jul 31 06:20:31.818 INFO Starting download, target: Cockroach |
1287 | 2024-07-31T06:20:32.669Z | Jul 31 06:20:31.818 INFO Starting download, target: Clickhouse |
1288 | 2024-07-31T06:20:32.669Z | Jul 31 06:20:31.818 INFO Starting download, target: Console |
1289 | 2024-07-31T06:20:32.669Z | Jul 31 06:20:31.818 INFO Starting download, target: DendriteStub |
1290 | 2024-07-31T06:20:32.673Z | Jul 31 06:20:31.818 INFO Starting download, target: MaghemiteMgd |
1291 | 2024-07-31T06:20:32.673Z | Jul 31 06:20:31.818 INFO Starting download, target: TransceiverControl |
1292 | 2024-07-31T06:20:32.673Z | Jul 31 06:20:31.818 INFO Starting download, target: DendriteOpenapi |
1293 | 2024-07-31T06:20:32.673Z | Jul 31 06:20:31.820 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1294 | 2024-07-31T06:20:32.673Z | Jul 31 06:20:31.820 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1295 | 2024-07-31T06:20:32.673Z | Jul 31 06:20:31.820 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi |
1296 | 2024-07-31T06:20:32.673Z | Jul 31 06:20:31.820 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1297 | 2024-07-31T06:20:32.673Z | Jul 31 06:20:31.820 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1298 | 2024-07-31T06:20:32.673Z | Jul 31 06:20:31.820 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1299 | 2024-07-31T06:20:32.673Z | Jul 31 06:20:31.821 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1300 | 2024-07-31T06:20:32.859Z | Jul 31 06:20:32.006 INFO Download complete, target: DendriteOpenapi |
1301 | 2024-07-31T06:20:33.004Z | Jul 31 06:20:32.148 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1302 | 2024-07-31T06:20:33.306Z | Jul 31 06:20:32.454 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1303 | 2024-07-31T06:20:33.429Z | Jul 31 06:20:32.577 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1304 | 2024-07-31T06:20:33.434Z | Jul 31 06:20:32.583 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1305 | 2024-07-31T06:20:33.759Z | Jul 31 06:20:32.908 INFO Download complete, target: Console |
1306 | 2024-07-31T06:20:33.868Z | Jul 31 06:20:33.016 INFO Download complete, target: TransceiverControl |
1307 | 2024-07-31T06:20:34.899Z | Jul 31 06:20:34.047 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1308 | 2024-07-31T06:20:34.899Z | Jul 31 06:20:34.047 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1309 | 2024-07-31T06:20:34.999Z | Jul 31 06:20:34.147 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1310 | 2024-07-31T06:20:36.634Z | Jul 31 06:20:35.783 INFO Download complete, target: DendriteStub |
1311 | 2024-07-31T06:20:36.711Z | Jul 31 06:20:35.859 INFO Download complete, target: MaghemiteMgd |
1312 | 2024-07-31T06:20:43.471Z | Jul 31 06:20:42.618 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1313 | 2024-07-31T06:20:43.803Z | Jul 31 06:20:42.950 INFO Checking that binary works, target: Cockroach |
1314 | 2024-07-31T06:20:43.990Z | Jul 31 06:20:43.099 INFO Download complete, target: Cockroach |
1315 | 2024-07-31T06:20:49.412Z | Jul 31 06:20:48.558 INFO Checking that binary works, target: Clickhouse |
1316 | 2024-07-31T06:20:49.742Z | Jul 31 06:20:48.888 INFO Download complete, target: Clickhouse |
1317 | 2024-07-31T06:20:49.750Z | All prerequisites installed successfully |
1318 | 2024-07-31T06:20:49.753Z | |
1319 | 2024-07-31T06:20:49.753Z | real 4:04.232466972 |
1320 | 2024-07-31T06:20:49.753Z | user 11:42.999736224 |
1321 | 2024-07-31T06:20:49.753Z | sys 2:31.610737480 |
1322 | 2024-07-31T06:20:49.753Z | trap 0.425659584 |
1323 | 2024-07-31T06:20:49.753Z | tflt 4.860209281 |
1324 | 2024-07-31T06:20:49.753Z | dflt 6.630395638 |
1325 | 2024-07-31T06:20:49.753Z | kflt 0.211523738 |
1326 | 2024-07-31T06:20:49.754Z | lock 23:55.665748632 |
1327 | 2024-07-31T06:20:49.754Z | slp 35:01.848220304 |
1328 | 2024-07-31T06:20:49.754Z | lat 35.860996393 |
1329 | 2024-07-31T06:20:49.754Z | stop 1:30.263960600 |
1330 | 2024-07-31T06:20:49.754Z | + ptime -m cargo xtask download softnpu |
1331 | 2024-07-31T06:20:50.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1332 | 2024-07-31T06:20:50.300Z | Running `target/debug/xtask download softnpu` |
1333 | 2024-07-31T06:20:51.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
1334 | 2024-07-31T06:20:51.075Z | Running `target/debug/xtask-downloader softnpu` |
1335 | 2024-07-31T06:20:51.105Z | Jul 31 06:20:50.250 INFO Starting download, target: Softnpu |
1336 | 2024-07-31T06:20:51.107Z | Jul 31 06:20:50.251 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1337 | 2024-07-31T06:20:52.256Z | Jul 31 06:20:51.402 INFO Download complete, target: Softnpu |
1338 | 2024-07-31T06:20:52.260Z | |
1339 | 2024-07-31T06:20:52.263Z | real 2.501907689 |
1340 | 2024-07-31T06:20:52.263Z | user 1.143579932 |
1341 | 2024-07-31T06:20:52.263Z | sys 0.526157451 |
1342 | 2024-07-31T06:20:52.263Z | trap 0.000633225 |
1343 | 2024-07-31T06:20:52.263Z | tflt 0.000055169 |
1344 | 2024-07-31T06:20:52.263Z | dflt 0.000052650 |
1345 | 2024-07-31T06:20:52.263Z | kflt 0.000000000 |
1346 | 2024-07-31T06:20:52.263Z | lock 11.902031112 |
1347 | 2024-07-31T06:20:52.263Z | slp 1.137631709 |
1348 | 2024-07-31T06:20:52.263Z | lat 0.073008388 |
1349 | 2024-07-31T06:20:52.263Z | stop 0.000370540 |
1350 | 2024-07-31T06:20:52.264Z | + export CARGO_INCREMENTAL=0 |
1351 | 2024-07-31T06:20:52.264Z | + CARGO_INCREMENTAL=0 |
1352 | 2024-07-31T06:20:52.264Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1353 | 2024-07-31T06:20:53.137Z | Compiling proc-macro2 v1.0.86 |
1354 | 2024-07-31T06:20:53.137Z | Compiling unicode-ident v1.0.12 |
1355 | 2024-07-31T06:20:53.140Z | Compiling libc v0.2.155 |
1356 | 2024-07-31T06:20:53.140Z | Compiling serde v1.0.204 |
1357 | 2024-07-31T06:20:53.140Z | Compiling autocfg v1.3.0 |
1358 | 2024-07-31T06:20:53.140Z | Compiling version_check v0.9.4 |
1359 | 2024-07-31T06:20:53.140Z | Compiling cfg-if v1.0.0 |
1360 | 2024-07-31T06:20:53.335Z | Compiling cc v1.0.97 |
1361 | 2024-07-31T06:20:53.366Z | Compiling parking_lot_core v0.9.10 |
1362 | 2024-07-31T06:20:53.405Z | Compiling once_cell v1.19.0 |
1363 | 2024-07-31T06:20:53.740Z | Compiling serde_json v1.0.120 |
1364 | 2024-07-31T06:20:53.837Z | Compiling libm v0.2.8 |
1365 | 2024-07-31T06:20:53.904Z | Compiling ahash v0.8.11 |
1366 | 2024-07-31T06:20:53.982Z | Compiling lock_api v0.4.12 |
1367 | 2024-07-31T06:20:54.040Z | Compiling byteorder v1.5.0 |
1368 | 2024-07-31T06:20:54.117Z | Compiling num-traits v0.2.19 |
1369 | 2024-07-31T06:20:54.222Z | Compiling memchr v2.7.2 |
1370 | 2024-07-31T06:20:54.382Z | Compiling scopeguard v1.2.0 |
1371 | 2024-07-31T06:20:54.404Z | Compiling thiserror v1.0.63 |
1372 | 2024-07-31T06:20:54.493Z | Compiling typenum v1.17.0 |
1373 | 2024-07-31T06:20:54.906Z | Compiling quote v1.0.36 |
1374 | 2024-07-31T06:20:55.128Z | Compiling getrandom v0.2.14 |
1375 | 2024-07-31T06:20:55.339Z | Compiling syn v2.0.72 |
1376 | 2024-07-31T06:20:55.461Z | Compiling itoa v1.0.11 |
1377 | 2024-07-31T06:20:55.531Z | Compiling log v0.4.21 |
1378 | 2024-07-31T06:20:55.689Z | Compiling generic-array v0.14.7 |
1379 | 2024-07-31T06:20:56.098Z | Compiling allocator-api2 v0.2.18 |
1380 | 2024-07-31T06:20:56.197Z | Compiling slab v0.4.9 |
1381 | 2024-07-31T06:20:56.237Z | Compiling ring v0.17.8 |
1382 | 2024-07-31T06:20:56.329Z | Compiling ryu v1.0.18 |
1383 | 2024-07-31T06:20:56.468Z | Compiling semver v1.0.23 |
1384 | 2024-07-31T06:20:56.483Z | Compiling pin-project-lite v0.2.14 |
1385 | 2024-07-31T06:20:56.549Z | Compiling smallvec v1.13.2 |
1386 | 2024-07-31T06:20:56.626Z | Compiling schemars v0.8.21 |
1387 | 2024-07-31T06:20:56.997Z | Compiling equivalent v1.0.1 |
1388 | 2024-07-31T06:20:57.030Z | Compiling spin v0.9.8 |
1389 | 2024-07-31T06:20:57.166Z | Compiling vcpkg v0.2.15 |
1390 | 2024-07-31T06:20:57.181Z | Compiling pkg-config v0.3.30 |
1391 | 2024-07-31T06:20:57.326Z | Compiling parking_lot v0.12.2 |
1392 | 2024-07-31T06:20:57.832Z | Compiling signal-hook-registry v1.4.2 |
1393 | 2024-07-31T06:20:58.673Z | Compiling syn v1.0.109 |
1394 | 2024-07-31T06:20:58.899Z | Compiling openssl-sys v0.9.103 |
1395 | 2024-07-31T06:20:59.270Z | Compiling mio v0.8.11 |
1396 | 2024-07-31T06:20:59.750Z | Compiling rand_core v0.6.4 |
1397 | 2024-07-31T06:20:59.828Z | Compiling socket2 v0.5.7 |
1398 | 2024-07-31T06:21:00.155Z | Compiling num_cpus v1.16.0 |
1399 | 2024-07-31T06:21:00.288Z | Compiling time-core v0.1.2 |
1400 | 2024-07-31T06:21:00.443Z | Compiling num-conv v0.1.0 |
1401 | 2024-07-31T06:21:00.730Z | Compiling time-macros v0.2.18 |
1402 | 2024-07-31T06:21:00.997Z | Compiling heck v0.5.0 |
1403 | 2024-07-31T06:21:01.166Z | Compiling httparse v1.8.0 |
1404 | 2024-07-31T06:21:01.561Z | Compiling futures-core v0.3.30 |
1405 | 2024-07-31T06:21:01.817Z | Compiling fnv v1.0.7 |
1406 | 2024-07-31T06:21:01.884Z | Compiling openssl v0.10.66 |
1407 | 2024-07-31T06:21:02.290Z | Compiling crossbeam-utils v0.8.19 |
1408 | 2024-07-31T06:21:02.362Z | Compiling rustix v0.38.34 |
1409 | 2024-07-31T06:21:02.450Z | Compiling iana-time-zone v0.1.60 |
1410 | 2024-07-31T06:21:02.723Z | Compiling serde_derive_internals v0.29.1 |
1411 | 2024-07-31T06:21:03.305Z | Compiling native-tls v0.2.11 |
1412 | 2024-07-31T06:21:03.322Z | Compiling rustls v0.21.12 |
1413 | 2024-07-31T06:21:03.536Z | Compiling tinyvec_macros v0.1.1 |
1414 | 2024-07-31T06:21:03.622Z | Compiling tinyvec v1.6.0 |
1415 | 2024-07-31T06:21:04.048Z | Compiling const-oid v0.9.6 |
1416 | 2024-07-31T06:21:04.231Z | Compiling futures-sink v0.3.30 |
1417 | 2024-07-31T06:21:04.391Z | Compiling ucd-trie v0.1.6 |
1418 | 2024-07-31T06:21:04.493Z | Compiling subtle v2.5.0 |
1419 | 2024-07-31T06:21:05.046Z | Compiling unicode-normalization v0.1.23 |
1420 | 2024-07-31T06:21:05.080Z | Compiling backtrace v0.3.71 |
1421 | 2024-07-31T06:21:05.095Z | Compiling cookie v0.17.0 |
1422 | 2024-07-31T06:21:05.359Z | Compiling slog v2.7.0 |
1423 | 2024-07-31T06:21:05.826Z | Compiling unicode-bidi v0.3.15 |
1424 | 2024-07-31T06:21:05.879Z | Compiling dyn-clone v1.0.17 |
1425 | 2024-07-31T06:21:06.041Z | Compiling futures-channel v0.3.30 |
1426 | 2024-07-31T06:21:06.257Z | Compiling futures-io v0.3.30 |
1427 | 2024-07-31T06:21:06.444Z | Compiling pin-utils v0.1.0 |
1428 | 2024-07-31T06:21:06.547Z | Compiling futures-task v0.3.30 |
1429 | 2024-07-31T06:21:06.884Z | Compiling aho-corasick v1.1.3 |
1430 | 2024-07-31T06:21:07.251Z | Compiling anyhow v1.0.86 |
1431 | 2024-07-31T06:21:07.649Z | Compiling winnow v0.5.40 |
1432 | 2024-07-31T06:21:07.839Z | Compiling untrusted v0.9.0 |
1433 | 2024-07-31T06:21:08.119Z | Compiling regex-syntax v0.8.3 |
1434 | 2024-07-31T06:21:08.558Z | Compiling serde_derive v1.0.204 |
1435 | 2024-07-31T06:21:09.484Z | Compiling zerocopy-derive v0.7.34 |
1436 | 2024-07-31T06:21:09.872Z | Compiling zeroize_derive v1.4.2 |
1437 | 2024-07-31T06:21:11.335Z | Compiling thiserror-impl v1.0.63 |
1438 | 2024-07-31T06:21:11.412Z | Compiling tokio-macros v2.3.0 |
1439 | 2024-07-31T06:21:11.497Z | Compiling futures-macro v0.3.30 |
1440 | 2024-07-31T06:21:11.538Z | Compiling zerocopy v0.7.34 |
1441 | 2024-07-31T06:21:12.202Z | Compiling schemars_derive v0.8.21 |
1442 | 2024-07-31T06:21:13.359Z | Compiling tracing-attributes v0.1.27 |
1443 | 2024-07-31T06:21:13.861Z | Compiling hashbrown v0.14.5 |
1444 | 2024-07-31T06:21:13.878Z | Compiling zeroize v1.7.0 |
1445 | 2024-07-31T06:21:14.361Z | Compiling openssl-macros v0.1.1 |
1446 | 2024-07-31T06:21:15.118Z | Compiling scroll_derive v0.12.0 |
1447 | 2024-07-31T06:21:15.241Z | Compiling pest v2.7.10 |
1448 | 2024-07-31T06:21:15.244Z | Compiling futures-util v0.3.30 |
1449 | 2024-07-31T06:21:15.596Z | Compiling crypto-common v0.1.6 |
1450 | 2024-07-31T06:21:15.787Z | Compiling der_derive v0.7.2 |
1451 | 2024-07-31T06:21:15.940Z | Compiling block-buffer v0.10.4 |
1452 | 2024-07-31T06:21:17.000Z | Compiling regex-automata v0.4.6 |
1453 | 2024-07-31T06:21:18.083Z | Compiling pest_meta v2.7.10 |
1454 | 2024-07-31T06:21:18.142Z | Compiling tracing-core v0.1.32 |
1455 | 2024-07-31T06:21:20.618Z | Compiling pest_generator v2.7.10 |
1456 | 2024-07-31T06:21:22.130Z | Compiling usdt-impl v0.5.0 |
1457 | 2024-07-31T06:21:22.383Z | Compiling bytes v1.6.0 |
1458 | 2024-07-31T06:21:22.500Z | Compiling indexmap v2.2.6 |
1459 | 2024-07-31T06:21:23.388Z | Compiling uuid v1.10.0 |
1460 | 2024-07-31T06:21:23.588Z | Compiling bitflags v2.6.0 |
1461 | 2024-07-31T06:21:23.971Z | Compiling tokio v1.38.1 |
1462 | 2024-07-31T06:21:24.173Z | Compiling chrono v0.4.38 |
1463 | 2024-07-31T06:21:24.822Z | Compiling serde_tokenstream v0.2.1 |
1464 | 2024-07-31T06:21:25.735Z | Compiling toml_datetime v0.6.6 |
1465 | 2024-07-31T06:21:26.177Z | Compiling serde_spanned v0.6.6 |
1466 | 2024-07-31T06:21:26.399Z | Compiling http v0.2.12 |
1467 | 2024-07-31T06:21:28.376Z | Compiling toml_edit v0.19.15 |
1468 | 2024-07-31T06:21:28.801Z | Compiling rustc_version v0.4.0 |
1469 | 2024-07-31T06:21:29.435Z | Compiling pest_derive v2.7.10 |
1470 | 2024-07-31T06:21:30.225Z | Compiling powerfmt v0.2.0 |
1471 | 2024-07-31T06:21:30.443Z | Compiling rustversion v1.0.17 |
1472 | 2024-07-31T06:21:30.556Z | Compiling deranged v0.3.11 |
1473 | 2024-07-31T06:21:30.725Z | Compiling heapless v0.7.17 |
1474 | 2024-07-31T06:21:31.113Z | Compiling tracing v0.1.40 |
1475 | 2024-07-31T06:21:31.136Z | Compiling scroll v0.12.0 |
1476 | 2024-07-31T06:21:31.702Z | Compiling digest v0.10.7 |
1477 | 2024-07-31T06:21:32.403Z | Compiling num_threads v0.1.7 |
1478 | 2024-07-31T06:21:32.531Z | Compiling signal-hook v0.3.17 |
1479 | 2024-07-31T06:21:32.786Z | Compiling heck v0.4.1 |
1480 | 2024-07-31T06:21:32.800Z | Compiling percent-encoding v2.3.1 |
1481 | 2024-07-31T06:21:32.911Z | Compiling ppv-lite86 v0.2.17 |
1482 | 2024-07-31T06:21:33.203Z | Compiling plain v0.2.3 |
1483 | 2024-07-31T06:21:33.546Z | Compiling time v0.3.36 |
1484 | 2024-07-31T06:21:33.599Z | Compiling goblin v0.8.2 |
1485 | 2024-07-31T06:21:33.690Z | Compiling rand_chacha v0.3.1 |
1486 | 2024-07-31T06:21:35.730Z | Compiling regex v1.10.5 |
1487 | 2024-07-31T06:21:36.757Z | Compiling pretty-hex v0.4.1 |
1488 | 2024-07-31T06:21:36.972Z | Compiling crc32fast v1.4.0 |
1489 | 2024-07-31T06:21:37.424Z | Compiling strsim v0.11.1 |
1490 | 2024-07-31T06:21:38.715Z | Compiling rand v0.8.5 |
1491 | 2024-07-31T06:21:38.847Z | Compiling tokio-util v0.7.11 |
1492 | 2024-07-31T06:21:39.486Z | Compiling dof v0.3.0 |
1493 | 2024-07-31T06:21:40.254Z | Compiling dtrace-parser v0.2.0 |
1494 | 2024-07-31T06:21:40.695Z | Compiling async-trait v0.1.81 |
1495 | 2024-07-31T06:21:41.349Z | Compiling thread-id v4.2.1 |
1496 | 2024-07-31T06:21:41.461Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1497 | 2024-07-31T06:21:41.888Z | Compiling smoltcp v0.9.1 |
1498 | 2024-07-31T06:21:41.922Z | Compiling foreign-types-shared v0.1.1 |
1499 | 2024-07-31T06:21:42.026Z | Compiling unicode-width v0.1.13 |
1500 | 2024-07-31T06:21:42.146Z | Compiling base64ct v1.6.0 |
1501 | 2024-07-31T06:21:42.303Z | Compiling foreign-types v0.3.2 |
1502 | 2024-07-31T06:21:42.720Z | Compiling pem-rfc7468 v0.7.0 |
1503 | 2024-07-31T06:21:43.845Z | Compiling form_urlencoded v1.2.1 |
1504 | 2024-07-31T06:21:44.151Z | Compiling hmac v0.12.1 |
1505 | 2024-07-31T06:21:44.400Z | Compiling try-lock v0.2.5 |
1506 | 2024-07-31T06:21:44.551Z | Compiling adler v1.0.2 |
1507 | 2024-07-31T06:21:44.563Z | Compiling siphasher v0.3.11 |
1508 | 2024-07-31T06:21:44.859Z | Compiling flagset v0.4.5 |
1509 | 2024-07-31T06:21:44.952Z | Compiling miniz_oxide v0.7.2 |
1510 | 2024-07-31T06:21:45.005Z | Compiling want v0.3.1 |
1511 | 2024-07-31T06:21:45.065Z | Compiling der v0.7.9 |
1512 | 2024-07-31T06:21:47.200Z | Compiling h2 v0.3.26 |
1513 | 2024-07-31T06:21:48.245Z | Compiling rustls-webpki v0.101.7 |
1514 | 2024-07-31T06:21:48.308Z | Compiling sct v0.7.1 |
1515 | 2024-07-31T06:21:48.592Z | Compiling http-body v0.4.6 |
1516 | 2024-07-31T06:21:49.679Z | Compiling openapiv3 v2.0.0 |
1517 | 2024-07-31T06:21:49.753Z | Compiling hubpack_derive v0.1.1 |
1518 | 2024-07-31T06:21:49.998Z | Compiling zerocopy-derive v0.6.6 |
1519 | 2024-07-31T06:21:50.238Z | Compiling idna v0.5.0 |
1520 | 2024-07-31T06:21:50.826Z | Compiling lazy_static v1.5.0 |
1521 | 2024-07-31T06:21:50.938Z | Compiling errno v0.3.9 |
1522 | 2024-07-31T06:21:51.161Z | Compiling fs-err v2.11.0 |
1523 | 2024-07-31T06:21:51.189Z | Compiling cpufeatures v0.2.12 |
1524 | 2024-07-31T06:21:51.447Z | Compiling anstyle v1.0.8 |
1525 | 2024-07-31T06:21:51.492Z | Compiling gimli v0.28.1 |
1526 | 2024-07-31T06:21:51.654Z | Compiling finl_unicode v1.2.0 |
1527 | 2024-07-31T06:21:51.862Z | Compiling httpdate v1.0.3 |
1528 | 2024-07-31T06:21:51.937Z | Compiling tower-service v0.3.2 |
1529 | 2024-07-31T06:21:52.232Z | Compiling openssl-probe v0.1.5 |
1530 | 2024-07-31T06:21:52.488Z | Compiling utf8parse v0.2.1 |
1531 | 2024-07-31T06:21:52.524Z | Compiling stable_deref_trait v1.2.0 |
1532 | 2024-07-31T06:21:52.651Z | Compiling anstyle-parse v0.2.4 |
1533 | 2024-07-31T06:21:52.962Z | Compiling stringprep v0.1.4 |
1534 | 2024-07-31T06:21:53.827Z | Compiling hyper v0.14.28 |
1535 | 2024-07-31T06:21:53.992Z | Compiling sha2 v0.10.8 |
1536 | 2024-07-31T06:21:55.138Z | Compiling url v2.5.2 |
1537 | 2024-07-31T06:21:56.846Z | Compiling addr2line v0.21.0 |
1538 | 2024-07-31T06:21:58.109Z | Compiling spki v0.7.3 |
1539 | 2024-07-31T06:21:58.477Z | Compiling usdt-attr-macro v0.5.0 |
1540 | 2024-07-31T06:21:58.690Z | Compiling usdt-macro v0.5.0 |
1541 | 2024-07-31T06:22:00.042Z | Compiling md-5 v0.10.6 |
1542 | 2024-07-31T06:22:03.142Z | Compiling idna v0.3.0 |
1543 | 2024-07-31T06:22:04.136Z | Compiling diesel_table_macro_syntax v0.1.0 |
1544 | 2024-07-31T06:22:04.389Z | Compiling num-integer v0.1.46 |
1545 | 2024-07-31T06:22:04.622Z | Compiling object v0.32.2 |
1546 | 2024-07-31T06:22:05.140Z | Compiling hash32 v0.2.1 |
1547 | 2024-07-31T06:22:05.534Z | Compiling is_terminal_polyfill v1.70.0 |
1548 | 2024-07-31T06:22:05.661Z | Compiling psl-types v2.0.11 |
1549 | 2024-07-31T06:22:05.850Z | Compiling rustc-demangle v0.1.24 |
1550 | 2024-07-31T06:22:07.468Z | Compiling base64 v0.22.1 |
1551 | 2024-07-31T06:22:08.218Z | Compiling anstyle-query v1.0.3 |
1552 | 2024-07-31T06:22:08.359Z | Compiling fallible-iterator v0.2.0 |
1553 | 2024-07-31T06:22:09.058Z | Compiling colorchoice v1.0.1 |
1554 | 2024-07-31T06:22:13.841Z | Compiling anstream v0.6.14 |
1555 | 2024-07-31T06:22:13.937Z | Compiling postgres-protocol v0.6.7 |
1556 | 2024-07-31T06:22:14.524Z | Compiling publicsuffix v2.2.3 |
1557 | 2024-07-31T06:22:15.174Z | Compiling diesel_derives v2.1.4 |
1558 | 2024-07-31T06:22:16.349Z | Compiling tokio-rustls v0.24.1 |
1559 | 2024-07-31T06:22:19.705Z | Compiling pkcs8 v0.10.2 |
1560 | 2024-07-31T06:22:20.230Z | Compiling terminal_size v0.3.0 |
1561 | 2024-07-31T06:22:21.862Z | Compiling tokio-native-tls v0.3.1 |
1562 | 2024-07-31T06:22:22.147Z | Compiling phf_shared v0.11.2 |
1563 | 2024-07-31T06:22:22.289Z | Compiling strum_macros v0.25.3 |
1564 | 2024-07-31T06:22:22.337Z | Compiling enum-as-inner v0.5.1 |
1565 | 2024-07-31T06:22:22.524Z | Compiling block-padding v0.3.3 |
1566 | 2024-07-31T06:22:22.753Z | Compiling regress v0.9.1 |
1567 | 2024-07-31T06:22:23.299Z | Compiling serde_repr v0.1.19 |
1568 | 2024-07-31T06:22:24.365Z | Compiling clap_derive v4.5.8 |
1569 | 2024-07-31T06:22:26.260Z | Compiling ff v0.13.0 |
1570 | 2024-07-31T06:22:26.514Z | Compiling scheduled-thread-pool v0.2.7 |
1571 | 2024-07-31T06:22:27.064Z | Compiling encoding_rs v0.8.34 |
1572 | 2024-07-31T06:22:27.449Z | Compiling either v1.12.0 |
1573 | 2024-07-31T06:22:28.517Z | Compiling ipnet v2.9.0 |
1574 | 2024-07-31T06:22:28.722Z | Compiling regex-automata v0.1.10 |
1575 | 2024-07-31T06:22:28.949Z | Compiling base64 v0.21.7 |
1576 | 2024-07-31T06:22:29.218Z | Compiling clap_lex v0.7.0 |
1577 | 2024-07-31T06:22:29.574Z | Compiling bit-vec v0.6.3 |
1578 | 2024-07-31T06:22:29.682Z | Compiling base16ct v0.2.0 |
1579 | 2024-07-31T06:22:29.760Z | Compiling bitflags v1.3.2 |
1580 | 2024-07-31T06:22:29.873Z | Compiling managed v0.8.0 |
1581 | 2024-07-31T06:22:30.007Z | Compiling matches v0.1.10 |
1582 | 2024-07-31T06:22:30.021Z | Compiling mime v0.3.17 |
1583 | 2024-07-31T06:22:30.623Z | Compiling idna v0.2.3 |
1584 | 2024-07-31T06:22:31.136Z | Compiling sec1 v0.7.3 |
1585 | 2024-07-31T06:22:31.716Z | Compiling rustls-pemfile v1.0.4 |
1586 | 2024-07-31T06:22:32.076Z | Compiling clap_builder v4.5.9 |
1587 | 2024-07-31T06:22:32.116Z | Compiling bstr v0.2.17 |
1588 | 2024-07-31T06:22:32.802Z | Compiling r2d2 v0.8.10 |
1589 | 2024-07-31T06:22:33.461Z | Compiling group v0.13.0 |
1590 | 2024-07-31T06:22:34.257Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1591 | 2024-07-31T06:22:37.219Z | Compiling inout v0.1.3 |
1592 | 2024-07-31T06:22:37.483Z | Compiling phf v0.11.2 |
1593 | 2024-07-31T06:22:38.077Z | Compiling hyper-tls v0.5.0 |
1594 | 2024-07-31T06:22:38.245Z | Compiling signal-hook-mio v0.2.3 |
1595 | 2024-07-31T06:22:38.407Z | Compiling hyper-rustls v0.24.2 |
1596 | 2024-07-31T06:22:38.433Z | Compiling cookie_store v0.20.0 |
1597 | 2024-07-31T06:22:38.517Z | Compiling postgres-types v0.2.7 |
1598 | 2024-07-31T06:22:39.067Z | Compiling num-bigint v0.4.5 |
1599 | 2024-07-31T06:22:39.655Z | Compiling zerocopy v0.6.6 |
1600 | 2024-07-31T06:22:39.904Z | Compiling hubpack v0.1.2 |
1601 | 2024-07-31T06:22:39.949Z | Compiling phf_shared v0.10.0 |
1602 | 2024-07-31T06:22:40.351Z | Compiling hkdf v0.12.4 |
1603 | 2024-07-31T06:22:40.366Z | Compiling serde_urlencoded v0.7.1 |
1604 | 2024-07-31T06:22:40.587Z | Compiling crossbeam-epoch v0.9.18 |
1605 | 2024-07-31T06:22:40.914Z | Compiling ipnetwork v0.20.0 |
1606 | 2024-07-31T06:22:42.178Z | Compiling futures-executor v0.3.30 |
1607 | 2024-07-31T06:22:42.521Z | Compiling crypto-bigint v0.5.5 |
1608 | 2024-07-31T06:22:42.740Z | Compiling float-cmp v0.9.0 |
1609 | 2024-07-31T06:22:42.815Z | Compiling memmap v0.7.0 |
1610 | 2024-07-31T06:22:43.145Z | Compiling fixedbitset v0.4.2 |
1611 | 2024-07-31T06:22:43.607Z | Compiling whoami v1.5.1 |
1612 | 2024-07-31T06:22:44.164Z | Compiling sync_wrapper v0.1.2 |
1613 | 2024-07-31T06:22:44.301Z | Compiling unicode-segmentation v1.11.0 |
1614 | 2024-07-31T06:22:44.709Z | Compiling normalize-line-endings v0.3.0 |
1615 | 2024-07-31T06:22:44.845Z | Compiling static_assertions v1.1.0 |
1616 | 2024-07-31T06:22:44.944Z | Compiling minimal-lexical v0.2.1 |
1617 | 2024-07-31T06:22:45.540Z | Compiling difflib v0.4.0 |
1618 | 2024-07-31T06:22:45.812Z | Compiling predicates-core v1.0.6 |
1619 | 2024-07-31T06:22:46.122Z | Compiling precomputed-hash v0.1.1 |
1620 | 2024-07-31T06:22:46.241Z | Compiling data-encoding v2.6.0 |
1621 | 2024-07-31T06:22:46.266Z | Compiling webpki-roots v0.25.4 |
1622 | 2024-07-31T06:22:46.424Z | Compiling new_debug_unreachable v1.0.6 |
1623 | 2024-07-31T06:22:46.518Z | Compiling winnow v0.6.8 |
1624 | 2024-07-31T06:22:46.577Z | Compiling string_cache v0.8.7 |
1625 | 2024-07-31T06:22:46.849Z | Compiling trust-dns-proto v0.22.0 |
1626 | 2024-07-31T06:22:46.976Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1627 | 2024-07-31T06:22:46.996Z | Compiling reqwest v0.11.27 |
1628 | 2024-07-31T06:22:47.892Z | Compiling predicates v3.1.0 |
1629 | 2024-07-31T06:22:49.457Z | Compiling elliptic-curve v0.13.8 |
1630 | 2024-07-31T06:22:50.026Z | Compiling toml_edit v0.22.16 |
1631 | 2024-07-31T06:22:50.209Z | Compiling nom v7.1.3 |
1632 | 2024-07-31T06:22:50.318Z | Compiling similar v2.5.0 |
1633 | 2024-07-31T06:22:51.041Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1634 | 2024-07-31T06:22:52.461Z | Compiling tokio-postgres v0.7.11 |
1635 | 2024-07-31T06:22:53.291Z | Compiling petgraph v0.6.5 |
1636 | 2024-07-31T06:22:53.899Z | Compiling usdt v0.5.0 |
1637 | 2024-07-31T06:22:54.848Z | Compiling futures v0.3.30 |
1638 | 2024-07-31T06:22:54.979Z | Compiling yasna v0.5.2 |
1639 | 2024-07-31T06:22:55.182Z | Compiling diesel v2.1.6 |
1640 | 2024-07-31T06:22:56.625Z | Compiling crossterm v0.27.0 |
1641 | 2024-07-31T06:22:56.959Z | Compiling flate2 v1.0.30 |
1642 | 2024-07-31T06:22:57.331Z | Compiling cipher v0.4.4 |
1643 | 2024-07-31T06:22:57.373Z | Compiling clap v4.5.9 |
1644 | 2024-07-31T06:22:57.692Z | Compiling bit-set v0.5.3 |
1645 | 2024-07-31T06:22:57.765Z | Compiling itertools v0.12.1 |
1646 | 2024-07-31T06:22:57.863Z | Compiling itertools v0.10.5 |
1647 | 2024-07-31T06:22:58.359Z | Compiling num-iter v0.1.45 |
1648 | 2024-07-31T06:22:58.535Z | Compiling console v0.15.8 |
1649 | 2024-07-31T06:22:59.872Z | Compiling tokio-stream v0.1.15 |
1650 | 2024-07-31T06:22:59.946Z | Compiling toml v0.7.8 |
1651 | 2024-07-31T06:23:00.021Z | Compiling bstr v1.9.1 |
1652 | 2024-07-31T06:23:00.724Z | Compiling hex v0.4.3 |
1653 | 2024-07-31T06:23:00.960Z | Compiling camino v1.1.7 |
1654 | 2024-07-31T06:23:01.454Z | Compiling peg-runtime v0.8.3 |
1655 | 2024-07-31T06:23:01.484Z | Compiling unicode-xid v0.2.4 |
1656 | 2024-07-31T06:23:01.642Z | Compiling lalrpop-util v0.19.12 |
1657 | 2024-07-31T06:23:01.977Z | Compiling proc-macro-crate v1.3.1 |
1658 | 2024-07-31T06:23:02.896Z | Compiling heapless v0.8.0 |
1659 | 2024-07-31T06:23:06.071Z | Compiling num_enum_derive v0.5.11 |
1660 | 2024-07-31T06:23:11.145Z | Compiling hash32 v0.3.1 |
1661 | 2024-07-31T06:23:11.741Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1662 | 2024-07-31T06:23:11.775Z | Compiling smoltcp v0.11.0 |
1663 | 2024-07-31T06:23:12.517Z | Compiling ident_case v1.0.1 |
1664 | 2024-07-31T06:23:12.700Z | Compiling rustls-pki-types v1.7.0 |
1665 | 2024-07-31T06:23:18.380Z | Compiling darling_core v0.20.9 |
1666 | 2024-07-31T06:23:26.772Z | Compiling num_enum v0.5.11 |
1667 | 2024-07-31T06:23:28.609Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1668 | 2024-07-31T06:23:28.789Z | Compiling getopts v0.2.21 |
1669 | 2024-07-31T06:23:29.988Z | Compiling dirs-sys-next v0.1.2 |
1670 | 2024-07-31T06:23:30.637Z | Compiling proc-macro-error-attr v1.0.4 |
1671 | 2024-07-31T06:23:31.196Z | Compiling rustls v0.22.4 |
1672 | 2024-07-31T06:23:31.458Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1673 | 2024-07-31T06:23:31.723Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1674 | 2024-07-31T06:23:31.998Z | Compiling cobs v0.2.3 |
1675 | 2024-07-31T06:23:32.075Z | Compiling embedded-io v0.4.0 |
1676 | 2024-07-31T06:23:32.203Z | Compiling unsafe-libyaml v0.2.11 |
1677 | 2024-07-31T06:23:32.433Z | Compiling paste v1.0.15 |
1678 | 2024-07-31T06:23:32.948Z | Compiling postcard v1.0.8 |
1679 | 2024-07-31T06:23:33.905Z | Compiling serde_yaml v0.9.34+deprecated |
1680 | 2024-07-31T06:23:37.331Z | Compiling dirs-next v2.0.0 |
1681 | 2024-07-31T06:23:38.251Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1682 | 2024-07-31T06:23:40.690Z | Compiling darling_macro v0.20.9 |
1683 | 2024-07-31T06:23:41.791Z | Compiling rustls-webpki v0.102.4 |
1684 | 2024-07-31T06:23:48.663Z | Compiling strum_macros v0.26.4 |
1685 | 2024-07-31T06:23:50.202Z | Compiling structmeta-derive v0.3.0 |
1686 | 2024-07-31T06:23:50.252Z | Compiling foreign-types-macros v0.2.3 |
1687 | 2024-07-31T06:23:50.779Z | Compiling thread_local v1.1.8 |
1688 | 2024-07-31T06:23:51.492Z | Compiling multer v3.1.0 |
1689 | 2024-07-31T06:23:51.495Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1690 | 2024-07-31T06:23:51.779Z | Compiling proc-macro-error v1.0.4 |
1691 | 2024-07-31T06:23:51.794Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1692 | 2024-07-31T06:23:53.057Z | Compiling slog-async v2.8.0 |
1693 | 2024-07-31T06:23:53.509Z | Compiling match_cfg v0.1.0 |
1694 | 2024-07-31T06:23:53.656Z | Compiling foreign-types-shared v0.3.1 |
1695 | 2024-07-31T06:23:53.746Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1696 | 2024-07-31T06:23:54.181Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1697 | 2024-07-31T06:23:55.785Z | Compiling foreign-types v0.5.0 |
1698 | 2024-07-31T06:23:58.973Z | Compiling hostname v0.3.1 |
1699 | 2024-07-31T06:23:59.314Z | Compiling strum v0.26.3 |
1700 | 2024-07-31T06:24:01.734Z | Compiling structmeta v0.3.0 |
1701 | 2024-07-31T06:24:03.528Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1702 | 2024-07-31T06:24:06.224Z | Compiling darling v0.20.9 |
1703 | 2024-07-31T06:24:15.552Z | Compiling term v0.7.0 |
1704 | 2024-07-31T06:24:17.184Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1705 | 2024-07-31T06:24:19.376Z | Compiling slog-json v2.6.1 |
1706 | 2024-07-31T06:24:19.936Z | Compiling tabwriter v1.4.0 |
1707 | 2024-07-31T06:24:20.050Z | Compiling crossbeam-channel v0.5.12 |
1708 | 2024-07-31T06:24:20.717Z | Compiling http v1.1.0 |
1709 | 2024-07-31T06:24:21.055Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1710 | 2024-07-31T06:24:21.458Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1711 | 2024-07-31T06:24:21.748Z | Compiling async-stream-impl v0.3.5 |
1712 | 2024-07-31T06:24:21.864Z | Compiling cstr-argument v0.1.2 |
1713 | 2024-07-31T06:24:22.133Z | Compiling is-terminal v0.4.12 |
1714 | 2024-07-31T06:24:22.268Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1715 | 2024-07-31T06:24:22.284Z | Compiling rayon-core v1.12.1 |
1716 | 2024-07-31T06:24:22.445Z | Compiling atomic-waker v1.1.2 |
1717 | 2024-07-31T06:24:22.550Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1718 | 2024-07-31T06:24:22.565Z | Compiling pretty-hex v0.2.1 |
1719 | 2024-07-31T06:24:22.640Z | Compiling fastrand v2.1.0 |
1720 | 2024-07-31T06:24:22.810Z | Compiling crucible-workspace-hack v0.1.0 |
1721 | 2024-07-31T06:24:23.079Z | Compiling take_mut v0.2.2 |
1722 | 2024-07-31T06:24:23.339Z | Compiling async-stream v0.3.5 |
1723 | 2024-07-31T06:24:23.394Z | Compiling tempfile v3.10.1 |
1724 | 2024-07-31T06:24:23.716Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1725 | 2024-07-31T06:24:23.926Z | Compiling waitgroup v0.1.2 |
1726 | 2024-07-31T06:24:24.408Z | Compiling slog-term v2.9.1 |
1727 | 2024-07-31T06:24:25.253Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1728 | 2024-07-31T06:24:25.539Z | Compiling slog-bunyan v2.5.0 |
1729 | 2024-07-31T06:24:25.823Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1730 | 2024-07-31T06:24:26.170Z | Compiling tokio-rustls v0.25.0 |
1731 | 2024-07-31T06:24:26.331Z | Compiling serde_with_macros v3.8.3 |
1732 | 2024-07-31T06:24:26.614Z | Compiling parse-display-derive v0.9.1 |
1733 | 2024-07-31T06:24:26.761Z | Compiling toml v0.8.15 |
1734 | 2024-07-31T06:24:26.946Z | Compiling rustls-pemfile v2.1.2 |
1735 | 2024-07-31T06:24:27.188Z | Compiling sha1 v0.10.6 |
1736 | 2024-07-31T06:24:27.704Z | Compiling crossbeam-deque v0.8.5 |
1737 | 2024-07-31T06:24:28.022Z | Compiling colored v2.1.0 |
1738 | 2024-07-31T06:24:28.090Z | Compiling newtype-uuid v1.1.0 |
1739 | 2024-07-31T06:24:28.435Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1740 | 2024-07-31T06:24:29.113Z | Compiling serde_path_to_error v0.1.16 |
1741 | 2024-07-31T06:24:29.323Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1742 | 2024-07-31T06:24:30.058Z | Compiling socket2 v0.4.10 |
1743 | 2024-07-31T06:24:30.172Z | Compiling hostname v0.4.0 |
1744 | 2024-07-31T06:24:30.473Z | Compiling instant v0.1.12 |
1745 | 2024-07-31T06:24:30.647Z | Compiling debug-ignore v1.0.5 |
1746 | 2024-07-31T06:24:30.734Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1747 | 2024-07-31T06:24:30.799Z | Compiling parse-display v0.9.1 |
1748 | 2024-07-31T06:24:31.121Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1749 | 2024-07-31T06:24:31.584Z | Compiling backoff v0.4.0 |
1750 | 2024-07-31T06:24:32.647Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1751 | 2024-07-31T06:24:32.875Z | Compiling serde_with v3.8.3 |
1752 | 2024-07-31T06:24:33.785Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1753 | 2024-07-31T06:24:34.170Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1754 | 2024-07-31T06:24:34.343Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1755 | 2024-07-31T06:24:35.132Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1756 | 2024-07-31T06:24:35.594Z | Compiling camino-tempfile v1.1.1 |
1757 | 2024-07-31T06:24:36.483Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1758 | 2024-07-31T06:24:36.993Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1759 | 2024-07-31T06:24:37.182Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1760 | 2024-07-31T06:24:37.375Z | Compiling macaddr v1.0.1 |
1761 | 2024-07-31T06:24:37.822Z | Compiling num-derive v0.4.2 |
1762 | 2024-07-31T06:24:38.033Z | Compiling sigpipe v0.1.3 |
1763 | 2024-07-31T06:24:38.168Z | Compiling libefi-sys v0.1.0 |
1764 | 2024-07-31T06:24:38.478Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1765 | 2024-07-31T06:24:39.041Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1766 | 2024-07-31T06:24:40.215Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1767 | 2024-07-31T06:24:40.660Z | Compiling rayon v1.10.0 |
1768 | 2024-07-31T06:24:40.850Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1769 | 2024-07-31T06:24:40.888Z | Compiling smf v0.2.3 |
1770 | 2024-07-31T06:24:41.818Z | Compiling bitfield-struct v0.6.1 |
1771 | 2024-07-31T06:24:42.322Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1772 | 2024-07-31T06:24:42.684Z | Compiling blake3 v1.5.1 |
1773 | 2024-07-31T06:24:43.150Z | Compiling ring v0.16.20 |
1774 | 2024-07-31T06:24:43.216Z | Compiling portable-atomic v1.6.0 |
1775 | 2024-07-31T06:24:43.873Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1776 | 2024-07-31T06:24:44.193Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1777 | 2024-07-31T06:24:44.670Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1778 | 2024-07-31T06:24:45.760Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1779 | 2024-07-31T06:24:46.573Z | Compiling xattr v1.3.1 |
1780 | 2024-07-31T06:24:46.911Z | Compiling filetime v0.2.23 |
1781 | 2024-07-31T06:24:46.960Z | Compiling memmap2 v0.9.4 |
1782 | 2024-07-31T06:24:47.268Z | Compiling spin v0.5.2 |
1783 | 2024-07-31T06:24:47.551Z | Compiling constant_time_eq v0.3.0 |
1784 | 2024-07-31T06:24:47.576Z | Compiling untrusted v0.7.1 |
1785 | 2024-07-31T06:24:47.616Z | Compiling same-file v1.0.6 |
1786 | 2024-07-31T06:24:47.723Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1787 | 2024-07-31T06:24:47.767Z | Compiling arrayref v0.3.7 |
1788 | 2024-07-31T06:24:47.839Z | Compiling arrayvec v0.7.4 |
1789 | 2024-07-31T06:24:47.866Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1790 | 2024-07-31T06:24:47.890Z | Compiling walkdir v2.5.0 |
1791 | 2024-07-31T06:24:49.437Z | Compiling tar v0.4.41 |
1792 | 2024-07-31T06:24:50.726Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1793 | 2024-07-31T06:24:51.162Z | Compiling cargo-platform v0.1.8 |
1794 | 2024-07-31T06:24:51.517Z | Compiling gethostname v0.4.3 |
1795 | 2024-07-31T06:24:51.802Z | Compiling number_prefix v0.4.0 |
1796 | 2024-07-31T06:24:52.054Z | Compiling topological-sort v0.2.2 |
1797 | 2024-07-31T06:24:52.264Z | Compiling omicron-zone-package v0.11.0 |
1798 | 2024-07-31T06:24:52.312Z | Compiling indicatif v0.17.8 |
1799 | 2024-07-31T06:24:52.838Z | Compiling cargo_metadata v0.18.1 |
1800 | 2024-07-31T06:24:57.296Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1801 | 2024-07-31T06:25:01.500Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1802 | 2024-07-31T06:25:02.400Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1803 | 2024-07-31T06:25:04.017Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1804 | 2024-07-31T06:25:23.121Z | Finished `release` profile [optimized] target(s) in 4m 30s |
1805 | 2024-07-31T06:25:23.234Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1806 | 2024-07-31T06:25:23.270Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1807 | 2024-07-31T06:25:23.273Z | Created new build target 'test' and set it as active |
1808 | 2024-07-31T06:25:23.273Z | |
1809 | 2024-07-31T06:25:23.273Z | real 4:30.961035871 |
1810 | 2024-07-31T06:25:23.273Z | user 30:40.254866961 |
1811 | 2024-07-31T06:25:23.273Z | sys 3:59.501145346 |
1812 | 2024-07-31T06:25:23.273Z | trap 0.902154555 |
1813 | 2024-07-31T06:25:23.273Z | tflt 2.131451886 |
1814 | 2024-07-31T06:25:23.273Z | dflt 1.057020938 |
1815 | 2024-07-31T06:25:23.273Z | kflt 0.000430633 |
1816 | 2024-07-31T06:25:23.273Z | lock 1:08:39.335129999 |
1817 | 2024-07-31T06:25:23.273Z | slp 1:26:55.410649754 |
1818 | 2024-07-31T06:25:23.273Z | lat 1:57.169203115 |
1819 | 2024-07-31T06:25:23.273Z | stop 2:54.388665063 |
1820 | 2024-07-31T06:25:23.273Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1821 | 2024-07-31T06:25:24.156Z | Finished `release` profile [optimized] target(s) in 0.83s |
1822 | 2024-07-31T06:25:24.196Z | Running `target/release/omicron-package -t test package` |
1823 | 2024-07-31T06:25:24.231Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1824 | 2024-07-31T06:25:25.278Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1825 | 2024-07-31T06:25:25.278Z | Compiling camino v1.1.7 |
1826 | 2024-07-31T06:25:25.278Z | Compiling password-hash v0.5.0 |
1827 | 2024-07-31T06:25:25.281Z | Compiling blake2 v0.10.6 |
1828 | 2024-07-31T06:25:25.281Z | Compiling derive-where v1.2.7 |
1829 | 2024-07-31T06:25:25.281Z | Compiling humantime v2.1.0 |
1830 | 2024-07-31T06:25:25.281Z | Compiling newline-converter v0.3.0 |
1831 | 2024-07-31T06:25:25.281Z | Compiling toml v0.8.15 |
1832 | 2024-07-31T06:25:25.600Z | Compiling expectorate v1.1.0 |
1833 | 2024-07-31T06:25:25.618Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1834 | 2024-07-31T06:25:25.789Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1835 | 2024-07-31T06:25:26.052Z | Compiling argon2 v0.5.3 |
1836 | 2024-07-31T06:25:26.237Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1837 | 2024-07-31T06:25:26.302Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1838 | 2024-07-31T06:25:26.464Z | Compiling dirs-sys-next v0.1.2 |
1839 | 2024-07-31T06:25:26.552Z | Compiling prettyplease v0.2.20 |
1840 | 2024-07-31T06:25:26.827Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1841 | 2024-07-31T06:25:26.920Z | Compiling dirs-next v2.0.0 |
1842 | 2024-07-31T06:25:26.959Z | Compiling semver v0.1.20 |
1843 | 2024-07-31T06:25:27.095Z | Compiling term v0.7.0 |
1844 | 2024-07-31T06:25:27.424Z | Compiling rustc_version v0.1.7 |
1845 | 2024-07-31T06:25:27.538Z | Compiling is-terminal v0.4.12 |
1846 | 2024-07-31T06:25:27.611Z | Compiling convert_case v0.4.0 |
1847 | 2024-07-31T06:25:27.670Z | Compiling home v0.5.9 |
1848 | 2024-07-31T06:25:27.861Z | Compiling newtype_derive v0.1.6 |
1849 | 2024-07-31T06:25:27.913Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1850 | 2024-07-31T06:25:28.360Z | Compiling rustls-pki-types v1.7.0 |
1851 | 2024-07-31T06:25:28.375Z | Compiling steno v0.4.1 |
1852 | 2024-07-31T06:25:28.419Z | Compiling derive_more v0.99.18 |
1853 | 2024-07-31T06:25:28.538Z | Compiling rustls v0.22.4 |
1854 | 2024-07-31T06:25:28.563Z | Compiling thread_local v1.1.8 |
1855 | 2024-07-31T06:25:29.083Z | Compiling rustls-webpki v0.102.4 |
1856 | 2024-07-31T06:25:29.089Z | Compiling linked-hash-map v0.5.6 |
1857 | 2024-07-31T06:25:29.499Z | Compiling match_cfg v0.1.0 |
1858 | 2024-07-31T06:25:29.597Z | Compiling hostname v0.3.1 |
1859 | 2024-07-31T06:25:29.843Z | Compiling lru-cache v0.1.2 |
1860 | 2024-07-31T06:25:31.013Z | Compiling multer v3.1.0 |
1861 | 2024-07-31T06:25:31.084Z | Compiling slog-async v2.8.0 |
1862 | 2024-07-31T06:25:31.148Z | Compiling slog-json v2.6.1 |
1863 | 2024-07-31T06:25:31.201Z | Compiling crossbeam-channel v0.5.12 |
1864 | 2024-07-31T06:25:31.508Z | Compiling http v1.1.0 |
1865 | 2024-07-31T06:25:32.240Z | Compiling take_mut v0.2.2 |
1866 | 2024-07-31T06:25:32.256Z | Compiling atomic-waker v1.1.2 |
1867 | 2024-07-31T06:25:32.397Z | Compiling waitgroup v0.1.2 |
1868 | 2024-07-31T06:25:32.607Z | Compiling slog-bunyan v2.5.0 |
1869 | 2024-07-31T06:25:32.811Z | Compiling slog-term v2.9.1 |
1870 | 2024-07-31T06:25:33.873Z | Compiling rustls-pemfile v2.1.2 |
1871 | 2024-07-31T06:25:33.942Z | Compiling async-stream v0.3.5 |
1872 | 2024-07-31T06:25:34.239Z | Compiling tokio-rustls v0.25.0 |
1873 | 2024-07-31T06:25:34.300Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1874 | 2024-07-31T06:25:34.368Z | Compiling sha1 v0.10.6 |
1875 | 2024-07-31T06:25:34.416Z | Compiling newtype-uuid v1.1.0 |
1876 | 2024-07-31T06:25:34.661Z | Compiling serde_path_to_error v0.1.16 |
1877 | 2024-07-31T06:25:34.738Z | Compiling hostname v0.4.0 |
1878 | 2024-07-31T06:25:34.774Z | Compiling slog-dtrace v0.3.0 |
1879 | 2024-07-31T06:25:34.912Z | Compiling instant v0.1.12 |
1880 | 2024-07-31T06:25:34.976Z | Compiling debug-ignore v1.0.5 |
1881 | 2024-07-31T06:25:35.066Z | Compiling backoff v0.4.0 |
1882 | 2024-07-31T06:25:35.124Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1883 | 2024-07-31T06:25:35.145Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1884 | 2024-07-31T06:25:35.438Z | Compiling parse-display v0.9.1 |
1885 | 2024-07-31T06:25:35.452Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1886 | 2024-07-31T06:25:35.633Z | Compiling serde_with v3.8.3 |
1887 | 2024-07-31T06:25:35.800Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1888 | 2024-07-31T06:25:35.986Z | Compiling strum v0.26.3 |
1889 | 2024-07-31T06:25:36.157Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1890 | 2024-07-31T06:25:37.240Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1891 | 2024-07-31T06:25:37.938Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1892 | 2024-07-31T06:25:38.103Z | Compiling num-rational v0.4.2 |
1893 | 2024-07-31T06:25:39.105Z | Compiling num-complex v0.4.6 |
1894 | 2024-07-31T06:25:39.652Z | Compiling macaddr v1.0.1 |
1895 | 2024-07-31T06:25:39.733Z | Compiling swrite v0.1.0 |
1896 | 2024-07-31T06:25:40.097Z | Compiling num v0.4.3 |
1897 | 2024-07-31T06:25:40.211Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1898 | 2024-07-31T06:25:41.469Z | Compiling float-ord v0.3.2 |
1899 | 2024-07-31T06:25:41.632Z | Compiling quick-error v1.2.3 |
1900 | 2024-07-31T06:25:41.772Z | Compiling resolv-conf v0.7.0 |
1901 | 2024-07-31T06:25:42.679Z | Compiling trust-dns-resolver v0.22.0 |
1902 | 2024-07-31T06:25:42.776Z | Compiling rayon-core v1.12.1 |
1903 | 2024-07-31T06:25:42.800Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1904 | 2024-07-31T06:25:43.383Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1905 | 2024-07-31T06:25:43.539Z | Compiling crossbeam-deque v0.8.5 |
1906 | 2024-07-31T06:25:43.889Z | Compiling fastrand v2.1.0 |
1907 | 2024-07-31T06:25:44.367Z | Compiling same-file v1.0.6 |
1908 | 2024-07-31T06:25:44.602Z | Compiling display-error-chain v0.2.0 |
1909 | 2024-07-31T06:25:44.801Z | Compiling termcolor v1.4.1 |
1910 | 2024-07-31T06:25:45.921Z | Compiling walkdir v2.5.0 |
1911 | 2024-07-31T06:25:46.600Z | Compiling tempfile v3.10.1 |
1912 | 2024-07-31T06:25:48.966Z | Compiling half v2.4.1 |
1913 | 2024-07-31T06:25:49.075Z | Compiling utf-8 v0.7.6 |
1914 | 2024-07-31T06:25:49.431Z | Compiling ciborium-io v0.2.2 |
1915 | 2024-07-31T06:25:49.569Z | Compiling ciborium-ll v0.2.2 |
1916 | 2024-07-31T06:25:49.660Z | Compiling blake3 v1.5.1 |
1917 | 2024-07-31T06:25:50.042Z | Compiling ring v0.16.20 |
1918 | 2024-07-31T06:25:50.101Z | Compiling rayon v1.10.0 |
1919 | 2024-07-31T06:25:52.682Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1920 | 2024-07-31T06:25:54.845Z | Compiling xattr v1.3.1 |
1921 | 2024-07-31T06:25:55.116Z | Compiling nibble_vec v0.1.0 |
1922 | 2024-07-31T06:25:55.358Z | Compiling memmap2 v0.9.4 |
1923 | 2024-07-31T06:25:55.409Z | Compiling filetime v0.2.23 |
1924 | 2024-07-31T06:25:55.728Z | Compiling constant_time_eq v0.3.0 |
1925 | 2024-07-31T06:25:55.771Z | Compiling untrusted v0.7.1 |
1926 | 2024-07-31T06:25:55.890Z | Compiling cancel-safe-futures v0.1.5 |
1927 | 2024-07-31T06:25:55.964Z | Compiling spin v0.5.2 |
1928 | 2024-07-31T06:25:56.213Z | Compiling arrayvec v0.7.4 |
1929 | 2024-07-31T06:25:56.228Z | Compiling arrayref v0.3.7 |
1930 | 2024-07-31T06:25:56.334Z | Compiling endian-type v0.1.2 |
1931 | 2024-07-31T06:25:56.612Z | Compiling radix_trie v0.2.1 |
1932 | 2024-07-31T06:25:57.991Z | Compiling tar v0.4.41 |
1933 | 2024-07-31T06:25:59.904Z | Compiling ciborium v0.2.2 |
1934 | 2024-07-31T06:26:00.972Z | Compiling camino-tempfile v1.1.1 |
1935 | 2024-07-31T06:26:01.454Z | Compiling toolchain_find v0.4.0 |
1936 | 2024-07-31T06:26:02.006Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1937 | 2024-07-31T06:26:02.022Z | Compiling radium v0.7.0 |
1938 | 2024-07-31T06:26:02.052Z | Compiling maplit v1.0.2 |
1939 | 2024-07-31T06:26:02.177Z | Compiling topological-sort v0.2.2 |
1940 | 2024-07-31T06:26:02.398Z | Compiling glob v0.3.1 |
1941 | 2024-07-31T06:26:02.485Z | Compiling crunchy v0.2.2 |
1942 | 2024-07-31T06:26:02.996Z | Compiling omicron-zone-package v0.11.0 |
1943 | 2024-07-31T06:26:03.239Z | Compiling clang-sys v1.7.0 |
1944 | 2024-07-31T06:26:03.921Z | Compiling rustfmt-wrapper v0.2.1 |
1945 | 2024-07-31T06:26:04.503Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1946 | 2024-07-31T06:26:04.911Z | Compiling tiny-keccak v2.0.2 |
1947 | 2024-07-31T06:26:05.194Z | Compiling maybe-uninit v2.0.0 |
1948 | 2024-07-31T06:26:05.331Z | Compiling tap v1.0.1 |
1949 | 2024-07-31T06:26:05.528Z | Compiling wyz v0.5.1 |
1950 | 2024-07-31T06:26:06.110Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1951 | 2024-07-31T06:26:06.301Z | Compiling arc-swap v1.7.1 |
1952 | 2024-07-31T06:26:06.546Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1953 | 2024-07-31T06:26:06.563Z | Compiling funty v2.0.0 |
1954 | 2024-07-31T06:26:06.961Z | Compiling crc-catalog v2.4.0 |
1955 | 2024-07-31T06:26:07.008Z | Compiling num-bigint-dig v0.8.4 |
1956 | 2024-07-31T06:26:07.119Z | Compiling packed_struct v0.10.1 |
1957 | 2024-07-31T06:26:07.316Z | Compiling crc v3.2.1 |
1958 | 2024-07-31T06:26:07.567Z | Compiling slog-scope v4.4.0 |
1959 | 2024-07-31T06:26:08.437Z | Compiling bitvec v1.0.1 |
1960 | 2024-07-31T06:26:08.675Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1961 | 2024-07-31T06:26:09.788Z | Compiling ascii-canvas v3.0.0 |
1962 | 2024-07-31T06:26:10.317Z | Compiling packed_struct_codegen v0.10.1 |
1963 | 2024-07-31T06:26:12.915Z | Compiling ena v0.14.3 |
1964 | 2024-07-31T06:26:13.115Z | Compiling libloading v0.8.3 |
1965 | 2024-07-31T06:26:13.287Z | Compiling indexmap v1.9.3 |
1966 | 2024-07-31T06:26:13.499Z | Compiling bindgen v0.69.4 |
1967 | 2024-07-31T06:26:13.595Z | Compiling diff v0.1.13 |
1968 | 2024-07-31T06:26:13.957Z | Compiling regex-syntax v0.6.29 |
1969 | 2024-07-31T06:26:14.177Z | Compiling nodrop v0.1.14 |
1970 | 2024-07-31T06:26:14.319Z | Compiling array-init v0.0.4 |
1971 | 2024-07-31T06:26:19.387Z | Compiling lalrpop v0.19.12 |
1972 | 2024-07-31T06:26:19.680Z | Compiling smallvec v0.6.14 |
1973 | 2024-07-31T06:26:20.184Z | Compiling slog-stdlog v4.1.1 |
1974 | 2024-07-31T06:26:25.121Z | Compiling tungstenite v0.21.0 |
1975 | 2024-07-31T06:26:25.138Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1976 | 2024-07-31T06:26:25.694Z | Compiling which v4.4.2 |
1977 | 2024-07-31T06:26:26.220Z | Compiling pkcs1 v0.7.5 |
1978 | 2024-07-31T06:26:26.269Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1979 | 2024-07-31T06:26:26.493Z | Compiling signature v2.2.0 |
1980 | 2024-07-31T06:26:26.768Z | Compiling cexpr v0.6.0 |
1981 | 2024-07-31T06:26:28.435Z | Compiling libsw v3.3.1 |
1982 | 2024-07-31T06:26:28.796Z | Compiling atty v0.2.14 |
1983 | 2024-07-31T06:26:28.956Z | Compiling hashbrown v0.12.3 |
1984 | 2024-07-31T06:26:30.234Z | Compiling linear-map v1.2.0 |
1985 | 2024-07-31T06:26:30.304Z | Compiling rustc-hash v1.1.0 |
1986 | 2024-07-31T06:26:30.439Z | Compiling shlex v1.3.0 |
1987 | 2024-07-31T06:26:30.456Z | Compiling lazycell v1.3.0 |
1988 | 2024-07-31T06:26:30.624Z | Compiling ref-cast v1.0.23 |
1989 | 2024-07-31T06:26:30.647Z | Compiling owo-colors v4.0.0 |
1990 | 2024-07-31T06:26:30.836Z | Compiling bitfield v0.14.0 |
1991 | 2024-07-31T06:26:31.125Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1992 | 2024-07-31T06:26:31.543Z | Compiling rsa v0.9.6 |
1993 | 2024-07-31T06:26:32.234Z | Compiling tokio-tungstenite v0.21.0 |
1994 | 2024-07-31T06:26:32.859Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1995 | 2024-07-31T06:26:33.565Z | Compiling slog-envlogger v2.2.0 |
1996 | 2024-07-31T06:26:36.191Z | Compiling serde-hex v0.1.0 |
1997 | 2024-07-31T06:26:37.084Z | Compiling bzip2 v0.4.4 |
1998 | 2024-07-31T06:26:37.549Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1999 | 2024-07-31T06:26:37.873Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2000 | 2024-07-31T06:26:40.467Z | Compiling env_logger v0.10.2 |
2001 | 2024-07-31T06:26:41.347Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2002 | 2024-07-31T06:26:41.623Z | Compiling derive_builder_core v0.20.0 |
2003 | 2024-07-31T06:26:43.663Z | Compiling x509-cert v0.2.5 |
2004 | 2024-07-31T06:26:43.866Z | Compiling ron v0.8.1 |
2005 | 2024-07-31T06:26:45.371Z | Compiling headers-core v0.2.0 |
2006 | 2024-07-31T06:26:45.563Z | Compiling hashbrown v0.13.2 |
2007 | 2024-07-31T06:26:45.672Z | Compiling fxhash v0.2.1 |
2008 | 2024-07-31T06:26:45.887Z | Compiling libxml v0.3.3 |
2009 | 2024-07-31T06:26:46.237Z | Compiling ref-cast-impl v1.0.23 |
2010 | 2024-07-31T06:26:46.821Z | Compiling polar-core v0.27.3 |
2011 | 2024-07-31T06:26:46.929Z | Compiling crc-any v2.5.0 |
2012 | 2024-07-31T06:26:47.530Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2013 | 2024-07-31T06:26:47.853Z | Compiling object v0.30.4 |
2014 | 2024-07-31T06:26:49.946Z | Compiling headers v0.3.9 |
2015 | 2024-07-31T06:26:53.642Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2016 | 2024-07-31T06:26:55.363Z | Compiling samael v0.0.15 |
2017 | 2024-07-31T06:26:55.688Z | Compiling derive_builder_macro v0.20.0 |
2018 | 2024-07-31T06:26:56.549Z | Compiling zip v0.6.6 |
2019 | 2024-07-31T06:26:56.926Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2020 | 2024-07-31T06:26:57.454Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2021 | 2024-07-31T06:26:57.728Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2022 | 2024-07-31T06:26:59.240Z | Compiling strum_macros v0.24.3 |
2023 | 2024-07-31T06:27:00.242Z | Compiling async-recursion v1.1.1 |
2024 | 2024-07-31T06:27:00.924Z | Compiling unicase v2.7.0 |
2025 | 2024-07-31T06:27:01.214Z | Compiling cookie v0.18.1 |
2026 | 2024-07-31T06:27:01.501Z | Compiling indoc v1.0.9 |
2027 | 2024-07-31T06:27:01.654Z | Compiling path-slash v0.1.5 |
2028 | 2024-07-31T06:27:01.890Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2029 | 2024-07-31T06:27:02.598Z | Compiling derive_builder v0.20.0 |
2030 | 2024-07-31T06:27:04.551Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2031 | 2024-07-31T06:27:04.846Z | Compiling pem v3.0.4 |
2032 | 2024-07-31T06:27:06.470Z | Compiling impl-trait-for-tuples v0.2.2 |
2033 | 2024-07-31T06:27:06.969Z | Compiling oso-derive v0.27.3 |
2034 | 2024-07-31T06:27:07.886Z | Compiling quick-xml v0.31.0 |
2035 | 2024-07-31T06:27:07.938Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2036 | 2024-07-31T06:27:08.246Z | Compiling parking_lot_core v0.8.6 |
2037 | 2024-07-31T06:27:08.669Z | Compiling cfg_aliases v0.1.1 |
2038 | 2024-07-31T06:27:08.783Z | Compiling nix v0.28.0 |
2039 | 2024-07-31T06:27:12.196Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2040 | 2024-07-31T06:27:13.371Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2041 | 2024-07-31T06:27:14.945Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2042 | 2024-07-31T06:27:15.208Z | Compiling bb8 v0.8.5 |
2043 | 2024-07-31T06:27:15.764Z | Compiling oso v0.27.3 |
2044 | 2024-07-31T06:27:15.807Z | Compiling const_format_proc_macros v0.2.32 |
2045 | 2024-07-31T06:27:17.716Z | Compiling curve25519-dalek v4.1.3 |
2046 | 2024-07-31T06:27:17.798Z | Compiling vte_generate_state_changes v0.1.1 |
2047 | 2024-07-31T06:27:17.850Z | Compiling keccak v0.1.5 |
2048 | 2024-07-31T06:27:18.112Z | Compiling buf-list v1.0.3 |
2049 | 2024-07-31T06:27:18.386Z | Compiling vte v0.11.1 |
2050 | 2024-07-31T06:27:18.701Z | Compiling sha3 v0.10.8 |
2051 | 2024-07-31T06:27:18.969Z | Compiling const_format v0.2.32 |
2052 | 2024-07-31T06:27:19.526Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2053 | 2024-07-31T06:27:20.276Z | Compiling fd-lock v4.0.2 |
2054 | 2024-07-31T06:27:20.450Z | Compiling universal-hash v0.5.1 |
2055 | 2024-07-31T06:27:20.505Z | Compiling secrecy v0.8.0 |
2056 | 2024-07-31T06:27:20.685Z | Compiling thiserror-impl-no-std v2.0.2 |
2057 | 2024-07-31T06:27:20.775Z | Compiling curve25519-dalek-derive v0.1.1 |
2058 | 2024-07-31T06:27:21.091Z | Compiling pin-project-internal v1.1.5 |
2059 | 2024-07-31T06:27:22.176Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2060 | 2024-07-31T06:27:22.478Z | Compiling bytecount v0.6.8 |
2061 | 2024-07-31T06:27:22.797Z | Compiling opaque-debug v0.3.1 |
2062 | 2024-07-31T06:27:22.905Z | Compiling poly1305 v0.8.0 |
2063 | 2024-07-31T06:27:23.455Z | Compiling thiserror-no-std v2.0.2 |
2064 | 2024-07-31T06:27:23.585Z | Compiling papergrid v0.11.0 |
2065 | 2024-07-31T06:27:23.988Z | Compiling pin-project v1.1.5 |
2066 | 2024-07-31T06:27:24.447Z | Compiling parking_lot v0.11.2 |
2067 | 2024-07-31T06:27:30.963Z | Compiling strip-ansi-escapes v0.2.0 |
2068 | 2024-07-31T06:27:32.620Z | Compiling trust-dns-client v0.22.0 |
2069 | 2024-07-31T06:27:32.637Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2070 | 2024-07-31T06:27:32.910Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2071 | 2024-07-31T06:27:33.182Z | Compiling tabled_derive v0.7.0 |
2072 | 2024-07-31T06:27:34.202Z | Compiling chacha20 v0.9.1 |
2073 | 2024-07-31T06:27:34.676Z | Compiling aead v0.5.2 |
2074 | 2024-07-31T06:27:35.042Z | Compiling peg-macros v0.8.4 |
2075 | 2024-07-31T06:27:35.513Z | Compiling kstat-rs v0.2.4 |
2076 | 2024-07-31T06:27:35.918Z | Compiling snafu-derive v0.8.2 |
2077 | 2024-07-31T06:27:36.486Z | Compiling toml v0.5.11 |
2078 | 2024-07-31T06:27:37.923Z | Compiling sqlparser_derive v0.2.2 |
2079 | 2024-07-31T06:27:38.779Z | Compiling nu-ansi-term v0.50.0 |
2080 | 2024-07-31T06:27:38.972Z | Compiling unicode_categories v0.1.1 |
2081 | 2024-07-31T06:27:39.332Z | Compiling sqlformat v0.2.4 |
2082 | 2024-07-31T06:27:40.101Z | Compiling reedline v0.31.0 |
2083 | 2024-07-31T06:27:41.011Z | Compiling snafu v0.8.2 |
2084 | 2024-07-31T06:27:42.365Z | Compiling sqlparser v0.45.0 |
2085 | 2024-07-31T06:27:43.542Z | Compiling rustyline v14.0.0 |
2086 | 2024-07-31T06:27:45.844Z | Compiling peg v0.8.4 |
2087 | 2024-07-31T06:27:45.963Z | Compiling trust-dns-server v0.22.1 |
2088 | 2024-07-31T06:27:50.345Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2089 | 2024-07-31T06:27:55.825Z | Compiling tabled v0.15.0 |
2090 | 2024-07-31T06:27:58.714Z | Compiling chacha20poly1305 v0.10.1 |
2091 | 2024-07-31T06:27:58.972Z | Compiling mime_guess v2.0.4 |
2092 | 2024-07-31T06:28:00.164Z | Compiling vsss-rs v3.3.4 |
2093 | 2024-07-31T06:28:03.067Z | Compiling sled v0.34.7 |
2094 | 2024-07-31T06:28:06.790Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2095 | 2024-07-31T06:28:07.235Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2096 | 2024-07-31T06:28:07.251Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2097 | 2024-07-31T06:28:07.523Z | Compiling env_logger v0.9.3 |
2098 | 2024-07-31T06:28:11.970Z | Compiling tungstenite v0.20.1 |
2099 | 2024-07-31T06:28:17.102Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2100 | 2024-07-31T06:28:17.170Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2101 | 2024-07-31T06:28:25.583Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2102 | 2024-07-31T06:28:26.034Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2103 | 2024-07-31T06:28:33.682Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2104 | 2024-07-31T06:28:34.191Z | Compiling globset v0.4.14 |
2105 | 2024-07-31T06:28:37.147Z | Compiling olpc-cjson v0.1.3 |
2106 | 2024-07-31T06:28:37.496Z | Compiling bcs v0.1.6 |
2107 | 2024-07-31T06:28:37.569Z | Compiling bitstruct_derive v0.1.0 |
2108 | 2024-07-31T06:28:38.373Z | Compiling serde_plain v1.0.2 |
2109 | 2024-07-31T06:28:38.849Z | Compiling nanorand v0.7.0 |
2110 | 2024-07-31T06:28:38.910Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2111 | 2024-07-31T06:28:39.055Z | Compiling memoffset v0.9.1 |
2112 | 2024-07-31T06:28:39.671Z | Compiling ascii v1.1.0 |
2113 | 2024-07-31T06:28:40.489Z | Compiling typed-path v0.7.1 |
2114 | 2024-07-31T06:28:41.326Z | Compiling highway v1.1.0 |
2115 | 2024-07-31T06:28:41.936Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2116 | 2024-07-31T06:28:42.662Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2117 | 2024-07-31T06:28:45.234Z | Compiling tough v0.17.1 |
2118 | 2024-07-31T06:28:47.319Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2119 | 2024-07-31T06:28:51.882Z | Compiling flume v0.11.0 |
2120 | 2024-07-31T06:28:52.628Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2121 | 2024-07-31T06:28:52.923Z | Compiling bitstruct v0.1.1 |
2122 | 2024-07-31T06:28:53.061Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2123 | 2024-07-31T06:28:53.628Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2124 | 2024-07-31T06:28:57.937Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2125 | 2024-07-31T06:29:01.573Z | Compiling tokio-tungstenite v0.20.1 |
2126 | 2024-07-31T06:29:02.109Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2127 | 2024-07-31T06:29:03.338Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2128 | 2024-07-31T06:29:04.609Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2129 | 2024-07-31T06:29:06.829Z | Compiling erased-serde v0.3.31 |
2130 | 2024-07-31T06:29:08.648Z | Compiling serde_arrays v0.1.0 |
2131 | 2024-07-31T06:29:08.857Z | Compiling parse-size v1.0.0 |
2132 | 2024-07-31T06:29:09.162Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2133 | 2024-07-31T06:29:13.642Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2134 | 2024-07-31T06:29:13.658Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2135 | 2024-07-31T06:29:19.875Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2136 | 2024-07-31T06:29:21.340Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2137 | 2024-07-31T06:29:21.631Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2138 | 2024-07-31T06:29:22.476Z | Compiling heck v0.3.3 |
2139 | 2024-07-31T06:29:22.976Z | Compiling rand_seeder v0.2.3 |
2140 | 2024-07-31T06:29:23.398Z | Compiling castaway v0.2.2 |
2141 | 2024-07-31T06:29:23.579Z | Compiling csv-core v0.1.11 |
2142 | 2024-07-31T06:29:23.874Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2143 | 2024-07-31T06:29:24.200Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2144 | 2024-07-31T06:29:24.497Z | Compiling http-range v0.1.5 |
2145 | 2024-07-31T06:29:24.611Z | Compiling csv v1.3.0 |
2146 | 2024-07-31T06:29:25.083Z | Compiling hyper-staticfile v0.9.5 |
2147 | 2024-07-31T06:29:26.804Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2148 | 2024-07-31T06:29:27.430Z | Compiling compact_str v0.7.1 |
2149 | 2024-07-31T06:29:28.201Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2150 | 2024-07-31T06:29:28.425Z | Compiling zone_cfg_derive v0.1.2 |
2151 | 2024-07-31T06:29:29.027Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2152 | 2024-07-31T06:29:29.893Z | Compiling nix v0.27.1 |
2153 | 2024-07-31T06:29:32.986Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2154 | 2024-07-31T06:29:36.942Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2155 | 2024-07-31T06:29:40.129Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2156 | 2024-07-31T06:29:40.469Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2157 | 2024-07-31T06:29:40.560Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2158 | 2024-07-31T06:29:40.814Z | Compiling unicode-truncate v1.0.0 |
2159 | 2024-07-31T06:29:40.860Z | Compiling itertools v0.13.0 |
2160 | 2024-07-31T06:29:41.093Z | Compiling lru v0.12.3 |
2161 | 2024-07-31T06:29:41.474Z | Compiling serde-big-array v0.5.1 |
2162 | 2024-07-31T06:29:41.753Z | Compiling stability v0.2.0 |
2163 | 2024-07-31T06:29:42.788Z | Compiling cassowary v0.3.0 |
2164 | 2024-07-31T06:29:43.415Z | Compiling base64 v0.13.1 |
2165 | 2024-07-31T06:29:44.193Z | Compiling ron v0.7.1 |
2166 | 2024-07-31T06:29:44.658Z | Compiling ratatui v0.27.0 |
2167 | 2024-07-31T06:29:49.203Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2168 | 2024-07-31T06:29:55.422Z | Compiling zone v0.1.8 |
2169 | 2024-07-31T06:29:58.632Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2170 | 2024-07-31T06:30:01.335Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2171 | 2024-07-31T06:30:04.476Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2172 | 2024-07-31T06:30:06.247Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2173 | 2024-07-31T06:30:10.885Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2174 | 2024-07-31T06:30:12.480Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2175 | 2024-07-31T06:30:12.890Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2176 | 2024-07-31T06:30:12.960Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2177 | 2024-07-31T06:30:13.251Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2178 | 2024-07-31T06:30:15.539Z | Compiling signal-hook-tokio v0.3.1 |
2179 | 2024-07-31T06:30:15.762Z | Compiling portpicker v0.1.1 |
2180 | 2024-07-31T06:30:16.345Z | Compiling unicode-linebreak v0.1.5 |
2181 | 2024-07-31T06:30:16.889Z | Compiling smawk v0.3.2 |
2182 | 2024-07-31T06:30:17.160Z | Compiling textwrap v0.16.1 |
2183 | 2024-07-31T06:30:18.009Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2184 | 2024-07-31T06:30:18.492Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2185 | 2024-07-31T06:30:20.956Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2186 | 2024-07-31T06:30:25.117Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2187 | 2024-07-31T06:30:30.522Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2188 | 2024-07-31T06:30:31.345Z | Compiling rcgen v0.12.1 |
2189 | 2024-07-31T06:30:38.791Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2190 | 2024-07-31T06:30:39.352Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2191 | 2024-07-31T06:30:41.578Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2192 | 2024-07-31T06:30:41.856Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2193 | 2024-07-31T06:30:43.936Z | Compiling atomicwrites v0.4.3 |
2194 | 2024-07-31T06:30:44.102Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2195 | 2024-07-31T06:30:44.471Z | Compiling fatfs v0.3.6 |
2196 | 2024-07-31T06:30:46.033Z | Compiling subprocess v0.2.9 |
2197 | 2024-07-31T06:30:47.286Z | Compiling rtoolbox v0.0.2 |
2198 | 2024-07-31T06:30:47.880Z | Compiling is_ci v1.2.0 |
2199 | 2024-07-31T06:30:48.055Z | Compiling assert_matches v1.5.0 |
2200 | 2024-07-31T06:30:48.891Z | Compiling supports-color v3.0.0 |
2201 | 2024-07-31T06:30:49.553Z | Compiling rpassword v7.3.1 |
2202 | 2024-07-31T06:30:50.015Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2203 | 2024-07-31T06:30:51.140Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2204 | 2024-07-31T06:30:53.988Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2205 | 2024-07-31T06:30:57.468Z | Compiling tui-tree-widget v0.21.0 |
2206 | 2024-07-31T06:30:57.539Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2207 | 2024-07-31T06:30:57.915Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2208 | 2024-07-31T06:31:01.032Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2209 | 2024-07-31T06:31:01.128Z | Compiling uzers v0.11.3 |
2210 | 2024-07-31T06:31:01.311Z | Compiling shell-words v1.1.0 |
2211 | 2024-07-31T06:31:01.745Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2212 | 2024-07-31T06:31:03.549Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2213 | 2024-07-31T06:31:04.027Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2214 | 2024-07-31T06:31:19.523Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2215 | 2024-07-31T06:31:29.544Z | Compiling multimap v0.10.0 |
2216 | 2024-07-31T06:33:13.266Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2217 | 2024-07-31T06:33:19.466Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2218 | 2024-07-31T06:40:03.495Z | Finished `release` profile [optimized] target(s) in 14m 38s |
2219 | 2024-07-31T06:40:51.106Z | |
2220 | 2024-07-31T06:40:51.108Z | real 15:27.661002879 |
2221 | 2024-07-31T06:40:51.109Z | user 1:45:32.961228398 |
2222 | 2024-07-31T06:40:51.109Z | sys 5:59.285238823 |
2223 | 2024-07-31T06:40:51.109Z | trap 2.425999436 |
2224 | 2024-07-31T06:40:51.109Z | tflt 2.393323363 |
2225 | 2024-07-31T06:40:51.109Z | dflt 3.260504417 |
2226 | 2024-07-31T06:40:51.109Z | kflt 0.002344926 |
2227 | 2024-07-31T06:40:51.109Z | lock 6:24:28.373604535 |
2228 | 2024-07-31T06:40:51.109Z | slp 4:11:32.540808558 |
2229 | 2024-07-31T06:40:51.109Z | lat 2:39.606294852 |
2230 | 2024-07-31T06:40:51.109Z | stop 1:59.582878176 |
2231 | 2024-07-31T06:40:51.109Z | + mapfile -t packages |
2232 | 2024-07-31T06:40:51.109Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2233 | 2024-07-31T06:40:52.004Z | Finished `release` profile [optimized] target(s) in 0.85s |
2234 | 2024-07-31T06:40:52.044Z | Running `target/release/omicron-package -t test list-outputs` |
2235 | 2024-07-31T06:40:52.084Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2236 | 2024-07-31T06:40:52.087Z | + ptime -m cargo build --locked --release -p xtask |
2237 | 2024-07-31T06:40:52.645Z | Compiling serde v1.0.204 |
2238 | 2024-07-31T06:40:52.648Z | Compiling serde_json v1.0.120 |
2239 | 2024-07-31T06:40:52.648Z | Compiling libc v0.2.155 |
2240 | 2024-07-31T06:40:52.727Z | Compiling syn v2.0.72 |
2241 | 2024-07-31T06:40:52.730Z | Compiling usdt-impl v0.5.0 |
2242 | 2024-07-31T06:40:52.746Z | Compiling rustix v0.38.34 |
2243 | 2024-07-31T06:40:53.052Z | Compiling syn v1.0.109 |
2244 | 2024-07-31T06:40:53.079Z | Compiling hashbrown v0.14.5 |
2245 | 2024-07-31T06:40:53.206Z | Compiling bitflags v2.6.0 |
2246 | 2024-07-31T06:40:53.209Z | Compiling log v0.4.21 |
2247 | 2024-07-31T06:40:53.232Z | Compiling fs-err v2.11.0 |
2248 | 2024-07-31T06:40:53.673Z | Compiling anyhow v1.0.86 |
2249 | 2024-07-31T06:40:54.173Z | Compiling thread-id v4.2.1 |
2250 | 2024-07-31T06:40:54.477Z | Compiling indexmap v2.2.6 |
2251 | 2024-07-31T06:40:54.629Z | Compiling terminal_size v0.3.0 |
2252 | 2024-07-31T06:40:54.814Z | Compiling clap_builder v4.5.9 |
2253 | 2024-07-31T06:40:56.198Z | Compiling proc-macro-error v1.0.4 |
2254 | 2024-07-31T06:40:57.743Z | Compiling tabled_derive v0.7.0 |
2255 | 2024-07-31T06:40:59.207Z | Compiling tabled v0.15.0 |
2256 | 2024-07-31T06:41:01.472Z | Compiling serde_derive v1.0.204 |
2257 | 2024-07-31T06:41:01.472Z | Compiling thiserror-impl v1.0.63 |
2258 | 2024-07-31T06:41:01.474Z | Compiling zerocopy-derive v0.7.34 |
2259 | 2024-07-31T06:41:02.004Z | Compiling scroll_derive v0.12.0 |
2260 | 2024-07-31T06:41:03.476Z | Compiling scroll v0.12.0 |
2261 | 2024-07-31T06:41:03.643Z | Compiling zerocopy v0.7.34 |
2262 | 2024-07-31T06:41:04.139Z | Compiling goblin v0.8.2 |
2263 | 2024-07-31T06:41:04.422Z | Compiling thiserror v1.0.63 |
2264 | 2024-07-31T06:41:04.575Z | Compiling pest v2.7.10 |
2265 | 2024-07-31T06:41:07.479Z | Compiling pest_meta v2.7.10 |
2266 | 2024-07-31T06:41:09.269Z | Compiling pest_generator v2.7.10 |
2267 | 2024-07-31T06:41:11.919Z | Compiling pest_derive v2.7.10 |
2268 | 2024-07-31T06:41:12.699Z | Compiling dtrace-parser v0.2.0 |
2269 | 2024-07-31T06:41:14.570Z | Compiling clap_derive v4.5.8 |
2270 | 2024-07-31T06:41:18.843Z | Compiling serde_tokenstream v0.2.1 |
2271 | 2024-07-31T06:41:19.229Z | Compiling serde_spanned v0.6.6 |
2272 | 2024-07-31T06:41:19.358Z | Compiling toml_datetime v0.6.6 |
2273 | 2024-07-31T06:41:19.484Z | Compiling dof v0.3.0 |
2274 | 2024-07-31T06:41:20.464Z | Compiling toml_edit v0.22.16 |
2275 | 2024-07-31T06:41:22.614Z | Compiling usdt-attr-macro v0.5.0 |
2276 | 2024-07-31T06:41:23.671Z | Compiling usdt-macro v0.5.0 |
2277 | 2024-07-31T06:41:24.027Z | Compiling toml v0.8.15 |
2278 | 2024-07-31T06:41:24.931Z | Compiling camino v1.1.7 |
2279 | 2024-07-31T06:41:25.045Z | Compiling cargo-platform v0.1.8 |
2280 | 2024-07-31T06:41:25.232Z | Compiling semver v1.0.23 |
2281 | 2024-07-31T06:41:25.247Z | Compiling cargo_toml v0.20.4 |
2282 | 2024-07-31T06:41:25.390Z | Compiling usdt v0.5.0 |
2283 | 2024-07-31T06:41:26.159Z | Compiling cargo_metadata v0.18.1 |
2284 | 2024-07-31T06:41:26.340Z | Compiling clap v4.5.9 |
2285 | 2024-07-31T06:41:26.471Z | Compiling macaddr v1.0.1 |
2286 | 2024-07-31T06:41:38.086Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2287 | 2024-07-31T06:41:50.268Z | Finished `release` profile [optimized] target(s) in 58.12s |
2288 | 2024-07-31T06:41:50.353Z | |
2289 | 2024-07-31T06:41:50.356Z | real 58.234651795 |
2290 | 2024-07-31T06:41:50.356Z | user 5:45.587322896 |
2291 | 2024-07-31T06:41:50.356Z | sys 35.506929804 |
2292 | 2024-07-31T06:41:50.356Z | trap 0.150774509 |
2293 | 2024-07-31T06:41:50.356Z | tflt 0.202183742 |
2294 | 2024-07-31T06:41:50.356Z | dflt 0.395220555 |
2295 | 2024-07-31T06:41:50.356Z | kflt 0.000001709 |
2296 | 2024-07-31T06:41:50.356Z | lock 10:39.659632946 |
2297 | 2024-07-31T06:41:50.356Z | slp 11:18.712528975 |
2298 | 2024-07-31T06:41:50.356Z | lat 11.289270773 |
2299 | 2024-07-31T06:41:50.356Z | stop 11.796459620 |
2300 | 2024-07-31T06:41:50.356Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2301 | 2024-07-31T06:41:50.356Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2302 | 2024-07-31T06:41:50.356Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2303 | 2024-07-31T06:41:50.356Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2304 | 2024-07-31T06:41:50.356Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2305 | 2024-07-31T06:41:50.895Z | Downloading crates ... |
2306 | 2024-07-31T06:41:51.099Z | Downloaded ctr v0.9.2 |
2307 | 2024-07-31T06:41:51.104Z | Downloaded bcrypt-pbkdf v0.10.0 |
2308 | 2024-07-31T06:41:51.113Z | Downloaded dhcproto-macros v0.1.0 |
2309 | 2024-07-31T06:41:51.116Z | Downloaded russh-cryptovec v0.7.2 |
2310 | 2024-07-31T06:41:51.118Z | Downloaded option-ext v0.2.0 |
2311 | 2024-07-31T06:41:51.118Z | Downloaded blowfish v0.9.1 |
2312 | 2024-07-31T06:41:51.121Z | Downloaded md5 v0.7.0 |
2313 | 2024-07-31T06:41:51.124Z | Downloaded internet-checksum v0.2.1 |
2314 | 2024-07-31T06:41:51.127Z | Downloaded polyval v0.6.2 |
2315 | 2024-07-31T06:41:51.130Z | Downloaded pbkdf2 v0.11.0 |
2316 | 2024-07-31T06:41:51.132Z | Downloaded ghash v0.5.1 |
2317 | 2024-07-31T06:41:51.132Z | Downloaded ed25519 v2.2.3 |
2318 | 2024-07-31T06:41:51.135Z | Downloaded getrandom v0.1.16 |
2319 | 2024-07-31T06:41:51.137Z | Downloaded dirs-sys v0.4.1 |
2320 | 2024-07-31T06:41:51.137Z | Downloaded primeorder v0.13.6 |
2321 | 2024-07-31T06:41:51.140Z | Downloaded hex-literal v0.4.1 |
2322 | 2024-07-31T06:41:51.140Z | Downloaded dirs v5.0.1 |
2323 | 2024-07-31T06:41:51.140Z | Downloaded pbkdf2 v0.12.2 |
2324 | 2024-07-31T06:41:51.143Z | Downloaded cbc v0.1.2 |
2325 | 2024-07-31T06:41:51.145Z | Downloaded rand_core v0.5.1 |
2326 | 2024-07-31T06:41:51.145Z | Downloaded rand_chacha v0.2.2 |
2327 | 2024-07-31T06:41:51.148Z | Downloaded password-hash v0.4.2 |
2328 | 2024-07-31T06:41:51.151Z | Downloaded ecdsa v0.16.9 |
2329 | 2024-07-31T06:41:51.155Z | Downloaded russh-keys v0.43.0 |
2330 | 2024-07-31T06:41:51.158Z | Downloaded dhcproto v0.11.0 |
2331 | 2024-07-31T06:41:51.160Z | Downloaded rfc6979 v0.4.0 |
2332 | 2024-07-31T06:41:51.163Z | Downloaded aes-gcm v0.10.3 |
2333 | 2024-07-31T06:41:51.166Z | Downloaded p256 v0.13.2 |
2334 | 2024-07-31T06:41:51.170Z | Downloaded ed25519-dalek v2.1.1 |
2335 | 2024-07-31T06:41:51.174Z | Downloaded russh v0.43.0 |
2336 | 2024-07-31T06:41:51.178Z | Downloaded rand v0.7.3 |
2337 | 2024-07-31T06:41:51.183Z | Downloaded p521 v0.13.3 |
2338 | 2024-07-31T06:41:51.186Z | Downloaded aes v0.8.4 |
2339 | 2024-07-31T06:41:51.316Z | Compiling regress v0.9.1 |
2340 | 2024-07-31T06:41:51.415Z | Compiling getopts v0.2.21 |
2341 | 2024-07-31T06:41:51.418Z | Compiling unsafe-libyaml v0.2.11 |
2342 | 2024-07-31T06:41:51.418Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2343 | 2024-07-31T06:41:51.423Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2344 | 2024-07-31T06:41:51.430Z | Compiling sha1 v0.10.6 |
2345 | 2024-07-31T06:41:51.433Z | Compiling http v1.1.0 |
2346 | 2024-07-31T06:41:51.436Z | Compiling match_cfg v0.1.0 |
2347 | 2024-07-31T06:41:51.532Z | Compiling hostname v0.3.1 |
2348 | 2024-07-31T06:41:51.779Z | Compiling toml v0.8.15 |
2349 | 2024-07-31T06:41:51.831Z | Compiling rustls-pki-types v1.7.0 |
2350 | 2024-07-31T06:41:51.890Z | Compiling rustls v0.22.4 |
2351 | 2024-07-31T06:41:51.919Z | Compiling ident_case v1.0.1 |
2352 | 2024-07-31T06:41:52.114Z | Compiling paste v1.0.15 |
2353 | 2024-07-31T06:41:52.177Z | Compiling darling_core v0.20.9 |
2354 | 2024-07-31T06:41:52.444Z | Compiling rustls-webpki v0.102.4 |
2355 | 2024-07-31T06:41:52.661Z | Compiling multer v3.1.0 |
2356 | 2024-07-31T06:41:52.717Z | Compiling serde_yaml v0.9.34+deprecated |
2357 | 2024-07-31T06:41:53.603Z | Compiling slog-json v2.6.1 |
2358 | 2024-07-31T06:41:54.006Z | Compiling async-stream-impl v0.3.5 |
2359 | 2024-07-31T06:41:54.022Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
2360 | 2024-07-31T06:41:54.300Z | Compiling instant v0.1.12 |
2361 | 2024-07-31T06:41:54.318Z | Compiling debug-ignore v1.0.5 |
2362 | 2024-07-31T06:41:54.461Z | Compiling atomic-waker v1.1.2 |
2363 | 2024-07-31T06:41:54.546Z | Compiling slog-bunyan v2.5.0 |
2364 | 2024-07-31T06:41:54.604Z | Compiling waitgroup v0.1.2 |
2365 | 2024-07-31T06:41:54.745Z | Compiling rustls-pemfile v2.1.2 |
2366 | 2024-07-31T06:41:54.826Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
2367 | 2024-07-31T06:41:55.247Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2368 | 2024-07-31T06:41:55.446Z | Compiling async-stream v0.3.5 |
2369 | 2024-07-31T06:41:55.800Z | Compiling serde_path_to_error v0.1.16 |
2370 | 2024-07-31T06:41:55.815Z | Compiling hostname v0.4.0 |
2371 | 2024-07-31T06:41:56.073Z | Compiling structmeta-derive v0.3.0 |
2372 | 2024-07-31T06:41:56.600Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2373 | 2024-07-31T06:41:56.686Z | Compiling proc-macro-crate v1.3.1 |
2374 | 2024-07-31T06:41:57.148Z | Compiling newtype-uuid v1.1.0 |
2375 | 2024-07-31T06:41:57.349Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2376 | 2024-07-31T06:41:57.456Z | Compiling fastrand v2.1.0 |
2377 | 2024-07-31T06:41:57.862Z | Compiling tokio-rustls v0.25.0 |
2378 | 2024-07-31T06:41:58.033Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2379 | 2024-07-31T06:41:58.142Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2380 | 2024-07-31T06:41:58.300Z | Compiling num_enum_derive v0.5.11 |
2381 | 2024-07-31T06:41:58.332Z | Compiling tempfile v3.10.1 |
2382 | 2024-07-31T06:41:58.395Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2383 | 2024-07-31T06:41:58.734Z | Compiling backoff v0.4.0 |
2384 | 2024-07-31T06:41:59.095Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2385 | 2024-07-31T06:41:59.185Z | Compiling structmeta v0.3.0 |
2386 | 2024-07-31T06:41:59.235Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2387 | 2024-07-31T06:41:59.400Z | Compiling macaddr v1.0.1 |
2388 | 2024-07-31T06:41:59.652Z | Compiling parse-display-derive v0.9.1 |
2389 | 2024-07-31T06:41:59.734Z | Compiling darling_macro v0.20.9 |
2390 | 2024-07-31T06:41:59.850Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2391 | 2024-07-31T06:41:59.882Z | Compiling foreign-types-macros v0.2.3 |
2392 | 2024-07-31T06:42:00.170Z | Compiling foreign-types-shared v0.3.1 |
2393 | 2024-07-31T06:42:00.298Z | Compiling heapless v0.8.0 |
2394 | 2024-07-31T06:42:00.836Z | Compiling darling v0.20.9 |
2395 | 2024-07-31T06:42:00.850Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2396 | 2024-07-31T06:42:00.956Z | Compiling serde_with_macros v3.8.3 |
2397 | 2024-07-31T06:42:01.181Z | Compiling num_enum v0.5.11 |
2398 | 2024-07-31T06:42:01.281Z | Compiling foreign-types v0.5.0 |
2399 | 2024-07-31T06:42:01.393Z | Compiling proc-macro-error v1.0.4 |
2400 | 2024-07-31T06:42:01.516Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2401 | 2024-07-31T06:42:01.627Z | Compiling hash32 v0.3.1 |
2402 | 2024-07-31T06:42:01.884Z | Compiling cstr-argument v0.1.2 |
2403 | 2024-07-31T06:42:02.124Z | Compiling pretty-hex v0.2.1 |
2404 | 2024-07-31T06:42:02.159Z | Compiling smoltcp v0.11.0 |
2405 | 2024-07-31T06:42:02.309Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2406 | 2024-07-31T06:42:02.551Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2407 | 2024-07-31T06:42:02.937Z | Compiling camino-tempfile v1.1.1 |
2408 | 2024-07-31T06:42:03.160Z | Compiling tabwriter v1.4.0 |
2409 | 2024-07-31T06:42:03.392Z | Compiling colored v2.1.0 |
2410 | 2024-07-31T06:42:03.701Z | Compiling socket2 v0.4.10 |
2411 | 2024-07-31T06:42:03.789Z | Compiling embedded-io v0.4.0 |
2412 | 2024-07-31T06:42:03.916Z | Compiling cobs v0.2.3 |
2413 | 2024-07-31T06:42:04.146Z | Compiling serde_with v3.8.3 |
2414 | 2024-07-31T06:42:04.170Z | Compiling postcard v1.0.8 |
2415 | 2024-07-31T06:42:04.218Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2416 | 2024-07-31T06:42:04.501Z | Compiling crucible-workspace-hack v0.1.0 |
2417 | 2024-07-31T06:42:04.580Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2418 | 2024-07-31T06:42:04.693Z | Compiling parse-display v0.9.1 |
2419 | 2024-07-31T06:42:04.805Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2420 | 2024-07-31T06:42:04.830Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2421 | 2024-07-31T06:42:05.137Z | Compiling smf v0.2.3 |
2422 | 2024-07-31T06:42:05.183Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2423 | 2024-07-31T06:42:05.521Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2424 | 2024-07-31T06:42:05.811Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2425 | 2024-07-31T06:42:06.310Z | Compiling num-derive v0.4.2 |
2426 | 2024-07-31T06:42:06.639Z | Compiling sigpipe v0.1.3 |
2427 | 2024-07-31T06:42:06.774Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2428 | 2024-07-31T06:42:07.070Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2429 | 2024-07-31T06:42:07.996Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2430 | 2024-07-31T06:42:08.138Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2431 | 2024-07-31T06:42:08.347Z | Compiling humantime v2.1.0 |
2432 | 2024-07-31T06:42:08.582Z | Compiling curve25519-dalek v4.1.3 |
2433 | 2024-07-31T06:42:08.740Z | Compiling password-hash v0.5.0 |
2434 | 2024-07-31T06:42:08.832Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2435 | 2024-07-31T06:42:08.889Z | Compiling blake2 v0.10.6 |
2436 | 2024-07-31T06:42:09.053Z | Compiling universal-hash v0.5.1 |
2437 | 2024-07-31T06:42:09.198Z | Compiling opaque-debug v0.3.1 |
2438 | 2024-07-31T06:42:09.268Z | Compiling utf-8 v0.7.6 |
2439 | 2024-07-31T06:42:09.355Z | Compiling semver v0.1.20 |
2440 | 2024-07-31T06:42:09.524Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2441 | 2024-07-31T06:42:09.615Z | Compiling argon2 v0.5.3 |
2442 | 2024-07-31T06:42:09.820Z | Compiling rustc_version v0.1.7 |
2443 | 2024-07-31T06:42:10.006Z | Compiling newline-converter v0.3.0 |
2444 | 2024-07-31T06:42:10.090Z | Compiling curve25519-dalek-derive v0.1.1 |
2445 | 2024-07-31T06:42:10.115Z | Compiling atty v0.2.14 |
2446 | 2024-07-31T06:42:10.171Z | Compiling convert_case v0.4.0 |
2447 | 2024-07-31T06:42:10.194Z | Compiling same-file v1.0.6 |
2448 | 2024-07-31T06:42:10.255Z | Compiling rayon-core v1.12.1 |
2449 | 2024-07-31T06:42:10.423Z | Compiling newtype_derive v0.1.6 |
2450 | 2024-07-31T06:42:10.445Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2451 | 2024-07-31T06:42:10.556Z | Compiling walkdir v2.5.0 |
2452 | 2024-07-31T06:42:10.706Z | Compiling expectorate v1.1.0 |
2453 | 2024-07-31T06:42:10.871Z | Compiling crossbeam-deque v0.8.5 |
2454 | 2024-07-31T06:42:10.889Z | Compiling prettyplease v0.2.20 |
2455 | 2024-07-31T06:42:11.166Z | Compiling libefi-sys v0.1.0 |
2456 | 2024-07-31T06:42:11.199Z | Compiling derive_more v0.99.18 |
2457 | 2024-07-31T06:42:11.449Z | Compiling num-rational v0.4.2 |
2458 | 2024-07-31T06:42:11.468Z | Compiling signature v2.2.0 |
2459 | 2024-07-31T06:42:11.722Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2460 | 2024-07-31T06:42:11.815Z | Compiling num-complex v0.4.6 |
2461 | 2024-07-31T06:42:12.521Z | Compiling aead v0.5.2 |
2462 | 2024-07-31T06:42:12.887Z | Compiling bitfield-struct v0.6.1 |
2463 | 2024-07-31T06:42:12.912Z | Compiling blake3 v1.5.1 |
2464 | 2024-07-31T06:42:13.114Z | Compiling derive-where v1.2.7 |
2465 | 2024-07-31T06:42:13.117Z | Compiling ring v0.16.20 |
2466 | 2024-07-31T06:42:13.311Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2467 | 2024-07-31T06:42:13.506Z | Compiling unicase v2.7.0 |
2468 | 2024-07-31T06:42:13.685Z | Compiling quick-error v1.2.3 |
2469 | 2024-07-31T06:42:13.808Z | Compiling getrandom v0.1.16 |
2470 | 2024-07-31T06:42:13.841Z | Compiling arc-swap v1.7.1 |
2471 | 2024-07-31T06:42:14.261Z | Compiling termcolor v1.4.1 |
2472 | 2024-07-31T06:42:14.366Z | Compiling linked-hash-map v0.5.6 |
2473 | 2024-07-31T06:42:14.517Z | Compiling keccak v0.1.5 |
2474 | 2024-07-31T06:42:14.562Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2475 | 2024-07-31T06:42:14.737Z | Compiling env_logger v0.9.3 |
2476 | 2024-07-31T06:42:15.200Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2477 | 2024-07-31T06:42:15.216Z | Compiling sha3 v0.10.8 |
2478 | 2024-07-31T06:42:15.388Z | Compiling lru-cache v0.1.2 |
2479 | 2024-07-31T06:42:15.600Z | Compiling slog-scope v4.4.0 |
2480 | 2024-07-31T06:42:16.252Z | Compiling resolv-conf v0.7.0 |
2481 | 2024-07-31T06:42:16.408Z | Compiling num v0.4.3 |
2482 | 2024-07-31T06:42:16.525Z | Compiling rayon v1.10.0 |
2483 | 2024-07-31T06:42:17.081Z | Compiling tungstenite v0.21.0 |
2484 | 2024-07-31T06:42:17.159Z | Compiling poly1305 v0.8.0 |
2485 | 2024-07-31T06:42:18.266Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2486 | 2024-07-31T06:42:18.931Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2487 | 2024-07-31T06:42:19.022Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2488 | 2024-07-31T06:42:19.292Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2489 | 2024-07-31T06:42:19.350Z | Compiling chacha20 v0.9.1 |
2490 | 2024-07-31T06:42:19.759Z | Compiling thiserror-impl-no-std v2.0.2 |
2491 | 2024-07-31T06:42:19.785Z | Compiling bitstruct_derive v0.1.0 |
2492 | 2024-07-31T06:42:19.822Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2493 | 2024-07-31T06:42:20.001Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2494 | 2024-07-31T06:42:20.027Z | Compiling secrecy v0.8.0 |
2495 | 2024-07-31T06:42:20.091Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2496 | 2024-07-31T06:42:20.232Z | Compiling memmap2 v0.9.4 |
2497 | 2024-07-31T06:42:20.235Z | Compiling half v2.4.1 |
2498 | 2024-07-31T06:42:20.287Z | Compiling float-ord v0.3.2 |
2499 | 2024-07-31T06:42:20.462Z | Compiling arrayvec v0.7.4 |
2500 | 2024-07-31T06:42:20.662Z | Compiling home v0.5.9 |
2501 | 2024-07-31T06:42:20.699Z | Compiling parking_lot_core v0.8.6 |
2502 | 2024-07-31T06:42:20.814Z | Compiling arrayref v0.3.7 |
2503 | 2024-07-31T06:42:20.889Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2504 | 2024-07-31T06:42:20.916Z | Compiling spin v0.5.2 |
2505 | 2024-07-31T06:42:20.939Z | Compiling untrusted v0.7.1 |
2506 | 2024-07-31T06:42:21.011Z | Compiling ciborium-io v0.2.2 |
2507 | 2024-07-31T06:42:21.134Z | Compiling ascii v1.1.0 |
2508 | 2024-07-31T06:42:21.150Z | Compiling constant_time_eq v0.3.0 |
2509 | 2024-07-31T06:42:21.153Z | Compiling ciborium-ll v0.2.2 |
2510 | 2024-07-31T06:42:21.179Z | Compiling bitstruct v0.1.1 |
2511 | 2024-07-31T06:42:21.327Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2512 | 2024-07-31T06:42:21.573Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2513 | 2024-07-31T06:42:21.590Z | Compiling toolchain_find v0.4.0 |
2514 | 2024-07-31T06:42:21.751Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2515 | 2024-07-31T06:42:22.031Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2516 | 2024-07-31T06:42:22.285Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2517 | 2024-07-31T06:42:22.467Z | Compiling tokio-tungstenite v0.21.0 |
2518 | 2024-07-31T06:42:22.580Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2519 | 2024-07-31T06:42:22.818Z | Compiling steno v0.4.1 |
2520 | 2024-07-31T06:42:22.956Z | Compiling trust-dns-resolver v0.22.0 |
2521 | 2024-07-31T06:42:23.025Z | Compiling slog-stdlog v4.1.1 |
2522 | 2024-07-31T06:42:23.180Z | Compiling thiserror-no-std v2.0.2 |
2523 | 2024-07-31T06:42:23.308Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2524 | 2024-07-31T06:42:23.383Z | Compiling rfc6979 v0.4.0 |
2525 | 2024-07-31T06:42:23.404Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2526 | 2024-07-31T06:42:23.576Z | Compiling serde_arrays v0.1.0 |
2527 | 2024-07-31T06:42:23.699Z | Compiling erased-serde v0.3.31 |
2528 | 2024-07-31T06:42:23.752Z | Compiling nibble_vec v0.1.0 |
2529 | 2024-07-31T06:42:23.789Z | Compiling gethostname v0.4.3 |
2530 | 2024-07-31T06:42:23.965Z | Compiling slog-dtrace v0.3.0 |
2531 | 2024-07-31T06:42:24.060Z | Compiling cancel-safe-futures v0.1.5 |
2532 | 2024-07-31T06:42:24.094Z | Compiling topological-sort v0.2.2 |
2533 | 2024-07-31T06:42:24.265Z | Compiling endian-type v0.1.2 |
2534 | 2024-07-31T06:42:24.323Z | Compiling omicron-zone-package v0.11.0 |
2535 | 2024-07-31T06:42:24.511Z | Compiling radix_trie v0.2.1 |
2536 | 2024-07-31T06:42:24.528Z | Compiling ecdsa v0.16.9 |
2537 | 2024-07-31T06:42:25.067Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2538 | 2024-07-31T06:42:25.161Z | Compiling mime_guess v2.0.4 |
2539 | 2024-07-31T06:42:25.312Z | Compiling rand_core v0.5.1 |
2540 | 2024-07-31T06:42:25.478Z | Compiling vsss-rs v3.3.4 |
2541 | 2024-07-31T06:42:25.858Z | Compiling slog-envlogger v2.2.0 |
2542 | 2024-07-31T06:42:26.575Z | Compiling rustfmt-wrapper v0.2.1 |
2543 | 2024-07-31T06:42:26.654Z | Compiling ciborium v0.2.2 |
2544 | 2024-07-31T06:42:27.875Z | Compiling chacha20poly1305 v0.10.1 |
2545 | 2024-07-31T06:42:28.119Z | Compiling tungstenite v0.20.1 |
2546 | 2024-07-31T06:42:28.230Z | Compiling primeorder v0.13.6 |
2547 | 2024-07-31T06:42:28.702Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2548 | 2024-07-31T06:42:28.791Z | Compiling heck v0.3.3 |
2549 | 2024-07-31T06:42:29.232Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2550 | 2024-07-31T06:42:29.489Z | Compiling option-ext v0.2.0 |
2551 | 2024-07-31T06:42:29.508Z | Compiling glob v0.3.1 |
2552 | 2024-07-31T06:42:29.632Z | Compiling dirs-sys v0.4.1 |
2553 | 2024-07-31T06:42:30.288Z | Compiling zone_cfg_derive v0.1.2 |
2554 | 2024-07-31T06:42:30.324Z | Compiling tokio-tungstenite v0.20.1 |
2555 | 2024-07-31T06:42:30.339Z | Compiling parking_lot v0.11.2 |
2556 | 2024-07-31T06:42:30.622Z | Compiling rand_chacha v0.2.2 |
2557 | 2024-07-31T06:42:30.869Z | Compiling trust-dns-client v0.22.0 |
2558 | 2024-07-31T06:42:31.303Z | Compiling ed25519 v2.2.3 |
2559 | 2024-07-31T06:42:31.712Z | Compiling polyval v0.6.2 |
2560 | 2024-07-31T06:42:31.810Z | Compiling blowfish v0.9.1 |
2561 | 2024-07-31T06:42:31.827Z | Compiling aes v0.8.4 |
2562 | 2024-07-31T06:42:31.843Z | Compiling ctr v0.9.2 |
2563 | 2024-07-31T06:42:32.158Z | Compiling password-hash v0.4.2 |
2564 | 2024-07-31T06:42:32.203Z | Compiling pbkdf2 v0.12.2 |
2565 | 2024-07-31T06:42:32.254Z | Compiling libsw v3.3.1 |
2566 | 2024-07-31T06:42:32.386Z | Compiling toml v0.5.11 |
2567 | 2024-07-31T06:42:32.595Z | Compiling fxhash v0.2.1 |
2568 | 2024-07-31T06:42:32.661Z | Compiling owo-colors v4.0.0 |
2569 | 2024-07-31T06:42:32.798Z | Compiling linear-map v1.2.0 |
2570 | 2024-07-31T06:42:33.108Z | Compiling base64 v0.13.1 |
2571 | 2024-07-31T06:42:33.166Z | Compiling sled v0.34.7 |
2572 | 2024-07-31T06:42:33.759Z | Compiling ron v0.7.1 |
2573 | 2024-07-31T06:42:34.113Z | Compiling trust-dns-server v0.22.1 |
2574 | 2024-07-31T06:42:34.689Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2575 | 2024-07-31T06:42:35.090Z | Compiling pbkdf2 v0.11.0 |
2576 | 2024-07-31T06:42:35.467Z | Compiling bcrypt-pbkdf v0.10.0 |
2577 | 2024-07-31T06:42:36.122Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2578 | 2024-07-31T06:42:36.152Z | Compiling ghash v0.5.1 |
2579 | 2024-07-31T06:42:36.232Z | Compiling zone v0.1.8 |
2580 | 2024-07-31T06:42:36.340Z | Compiling ed25519-dalek v2.1.1 |
2581 | 2024-07-31T06:42:36.568Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2582 | 2024-07-31T06:42:37.317Z | Compiling rand v0.7.3 |
2583 | 2024-07-31T06:42:38.486Z | Compiling dirs v5.0.1 |
2584 | 2024-07-31T06:42:38.625Z | Compiling p256 v0.13.2 |
2585 | 2024-07-31T06:42:38.692Z | Compiling p521 v0.13.3 |
2586 | 2024-07-31T06:42:39.527Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2587 | 2024-07-31T06:42:39.974Z | Compiling pem v3.0.4 |
2588 | 2024-07-31T06:42:40.836Z | Compiling cbc v0.1.2 |
2589 | 2024-07-31T06:42:41.086Z | Compiling portpicker v0.1.1 |
2590 | 2024-07-31T06:42:41.169Z | Compiling headers-core v0.2.0 |
2591 | 2024-07-31T06:42:41.210Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2592 | 2024-07-31T06:42:41.341Z | Compiling kstat-rs v0.2.4 |
2593 | 2024-07-31T06:42:41.409Z | Compiling nanorand v0.7.0 |
2594 | 2024-07-31T06:42:41.551Z | Compiling russh-cryptovec v0.7.2 |
2595 | 2024-07-31T06:42:41.592Z | Compiling http-range v0.1.5 |
2596 | 2024-07-31T06:42:41.646Z | Compiling md5 v0.7.0 |
2597 | 2024-07-31T06:42:41.865Z | Compiling flume v0.11.0 |
2598 | 2024-07-31T06:42:41.957Z | Compiling russh-keys v0.43.0 |
2599 | 2024-07-31T06:42:41.981Z | Compiling hyper-staticfile v0.9.5 |
2600 | 2024-07-31T06:42:42.090Z | Compiling headers v0.3.9 |
2601 | 2024-07-31T06:42:42.152Z | Compiling rcgen v0.12.1 |
2602 | 2024-07-31T06:42:42.580Z | Compiling aes-gcm v0.10.3 |
2603 | 2024-07-31T06:42:42.886Z | Compiling atomicwrites v0.4.3 |
2604 | 2024-07-31T06:42:42.983Z | Compiling subprocess v0.2.9 |
2605 | 2024-07-31T06:42:43.258Z | Compiling dhcproto-macros v0.1.0 |
2606 | 2024-07-31T06:42:44.097Z | Compiling hex-literal v0.4.1 |
2607 | 2024-07-31T06:42:44.227Z | Compiling display-error-chain v0.2.0 |
2608 | 2024-07-31T06:42:44.259Z | Compiling dhcproto v0.11.0 |
2609 | 2024-07-31T06:42:44.408Z | Compiling russh v0.43.0 |
2610 | 2024-07-31T06:42:44.714Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2611 | 2024-07-31T06:42:45.070Z | Compiling internet-checksum v0.2.1 |
2612 | 2024-07-31T06:42:47.535Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2613 | 2024-07-31T06:42:47.675Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2614 | 2024-07-31T06:42:47.678Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2615 | 2024-07-31T06:42:47.733Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2616 | 2024-07-31T06:42:48.237Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2617 | 2024-07-31T06:42:48.253Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2618 | 2024-07-31T06:42:49.718Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2619 | 2024-07-31T06:42:51.114Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2620 | 2024-07-31T06:42:51.856Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2621 | 2024-07-31T06:42:53.121Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2622 | 2024-07-31T06:42:53.567Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2623 | 2024-07-31T06:42:54.314Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2624 | 2024-07-31T06:42:54.913Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2625 | 2024-07-31T06:42:55.322Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2626 | 2024-07-31T06:43:02.778Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2627 | 2024-07-31T06:43:02.782Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2628 | 2024-07-31T06:43:02.840Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2629 | 2024-07-31T06:43:02.872Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2630 | 2024-07-31T06:43:03.299Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2631 | 2024-07-31T06:43:05.923Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2632 | 2024-07-31T06:43:06.031Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2633 | 2024-07-31T06:43:06.267Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2634 | 2024-07-31T06:43:06.961Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2635 | 2024-07-31T06:43:06.965Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2636 | 2024-07-31T06:43:08.803Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2637 | 2024-07-31T06:43:09.020Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2638 | 2024-07-31T06:43:11.063Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2639 | 2024-07-31T06:43:11.272Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2640 | 2024-07-31T06:43:13.197Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2641 | 2024-07-31T06:43:15.742Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2642 | 2024-07-31T06:43:18.175Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2643 | 2024-07-31T06:43:20.586Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2644 | 2024-07-31T06:43:21.037Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2645 | 2024-07-31T06:43:24.419Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2646 | 2024-07-31T06:43:32.822Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2647 | 2024-07-31T06:43:32.822Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2648 | 2024-07-31T06:43:33.341Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2649 | 2024-07-31T06:43:53.176Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2650 | 2024-07-31T06:44:30.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 39s |
2651 | 2024-07-31T06:44:30.569Z | |
2652 | 2024-07-31T06:44:30.573Z | real 2:40.154513013 |
2653 | 2024-07-31T06:44:30.573Z | user 12:35.821907413 |
2654 | 2024-07-31T06:44:30.573Z | sys 2:45.768049273 |
2655 | 2024-07-31T06:44:30.573Z | trap 0.347328182 |
2656 | 2024-07-31T06:44:30.573Z | tflt 0.374881444 |
2657 | 2024-07-31T06:44:30.573Z | dflt 1.985564205 |
2658 | 2024-07-31T06:44:30.573Z | kflt 0.000052920 |
2659 | 2024-07-31T06:44:30.573Z | lock 26:57.140647114 |
2660 | 2024-07-31T06:44:30.573Z | slp 32:57.010142432 |
2661 | 2024-07-31T06:44:30.573Z | lat 39.576584501 |
2662 | 2024-07-31T06:44:30.573Z | stop 1:21.687526453 |
2663 | 2024-07-31T06:44:30.573Z | + mkdir tests |
2664 | 2024-07-31T06:44:30.577Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2665 | 2024-07-31T06:44:30.577Z | + xargs -I '{}' -t cp '{}' tests/ |
2666 | 2024-07-31T06:44:31.728Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-69cc2fc5d974a558 tests/ |
2667 | 2024-07-31T06:44:31.748Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-514666b6015de861 tests/ |
2668 | 2024-07-31T06:44:31.769Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-468fdec28d591750 tests/ |
2669 | 2024-07-31T06:44:31.789Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0133cc9faedf70dd tests/ |
2670 | 2024-07-31T06:44:31.959Z | + 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/*) |
2671 | 2024-07-31T06:44:31.962Z | + 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-468fdec28d591750 tests/commtest-514666b6015de861 tests/dhcp_server-69cc2fc5d974a558 tests/end_to_end_tests-0133cc9faedf70dd 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 |
2672 | 2024-07-31T06:45:27.872Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2673 | 2024-07-31T06:45:27.872Z | a out/target/test 1K |
2674 | 2024-07-31T06:45:27.872Z | a out/npuzone/npuzone 23144K |
2675 | 2024-07-31T06:45:27.872Z | a package-manifest.toml 30K |
2676 | 2024-07-31T06:45:27.872Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2677 | 2024-07-31T06:45:27.872Z | a target/release/omicron-package 32481K |
2678 | 2024-07-31T06:45:27.872Z | a target/release/xtask 11477K |
2679 | 2024-07-31T06:45:27.872Z | a target/debug/bootstrap 194749K |
2680 | 2024-07-31T06:45:27.872Z | a tests/bootstrap-468fdec28d591750 23988K |
2681 | 2024-07-31T06:45:27.872Z | a tests/commtest-514666b6015de861 24715K |
2682 | 2024-07-31T06:45:27.872Z | a tests/dhcp_server-69cc2fc5d974a558 23989K |
2683 | 2024-07-31T06:45:27.872Z | a tests/end_to_end_tests-0133cc9faedf70dd 201383K |
2684 | 2024-07-31T06:45:27.872Z | a out/clickhouse.tar.gz 223152K |
2685 | 2024-07-31T06:45:27.872Z | a out/clickhouse_keeper.tar.gz 223135K |
2686 | 2024-07-31T06:45:27.872Z | a out/cockroachdb.tar.gz 131873K |
2687 | 2024-07-31T06:45:27.872Z | a out/crucible-dtrace.tar 84K |
2688 | 2024-07-31T06:45:27.872Z | a out/crucible-pantry-zone.tar.gz 27838K |
2689 | 2024-07-31T06:45:27.872Z | a out/crucible-zone.tar.gz 38155K |
2690 | 2024-07-31T06:45:27.872Z | a out/external-dns.tar.gz 25248K |
2691 | 2024-07-31T06:45:27.872Z | a out/internal-dns.tar.gz 25247K |
2692 | 2024-07-31T06:45:27.872Z | a out/mg-ddm-gz.tar 60627K |
2693 | 2024-07-31T06:45:27.872Z | a out/nexus.tar.gz 86303K |
2694 | 2024-07-31T06:45:27.872Z | a out/ntp.tar.gz 8987K |
2695 | 2024-07-31T06:45:27.872Z | a out/omicron-gateway-softnpu.tar.gz 13824K |
2696 | 2024-07-31T06:45:27.872Z | a out/omicron-sled-agent.tar 97155K |
2697 | 2024-07-31T06:45:27.872Z | a out/overlay.tar.gz 3K |
2698 | 2024-07-31T06:45:27.872Z | a out/oximeter.tar.gz 42701K |
2699 | 2024-07-31T06:45:27.872Z | a out/oxlog.tar 2947K |
2700 | 2024-07-31T06:45:27.873Z | a out/probe.tar.gz 2764K |
2701 | 2024-07-31T06:45:27.873Z | a out/propolis-server.tar.gz 65291K |
2702 | 2024-07-31T06:45:27.873Z | a out/pumpkind-gz.tar 26665K |
2703 | 2024-07-31T06:45:27.873Z | a out/switch-softnpu.tar.gz 204290K |
2704 | 2024-07-31T06:45:27.876Z | |
2705 | 2024-07-31T06:45:27.876Z | real 55.901697786 |
2706 | 2024-07-31T06:45:27.876Z | user 53.424962227 |
2707 | 2024-07-31T06:45:27.876Z | sys 3.469398359 |
2708 | 2024-07-31T06:45:27.876Z | trap 0.011940865 |
2709 | 2024-07-31T06:45:27.876Z | tflt 0.000000000 |
2710 | 2024-07-31T06:45:27.876Z | dflt 0.000000000 |
2711 | 2024-07-31T06:45:27.876Z | kflt 0.000000000 |
2712 | 2024-07-31T06:45:27.876Z | lock 0.000000000 |
2713 | 2024-07-31T06:45:27.876Z | slp 53.340955391 |
2714 | 2024-07-31T06:45:27.876Z | lat 1.550304106 |
2715 | 2024-07-31T06:45:27.876Z | stop 0.000259391 |
2716 | 2024-07-31T06:45:27.876Z | process exited: duration 1722394 ms, exit code 0 |
|
2717 | 2024-07-31T06:45:27.891Z | found 1 output files |
2718 | 2024-07-31T06:45:27.891Z | uploading: /work/package.tar.gz (1345855925 bytes) |
2719 | 2024-07-31T06:45:52.304Z | uploaded: /work/package.tar.gz |