|
|
|
1 | 2024-08-03T03:31:13.527Z | job assigned to worker 01J4B4KCB4A702MBKQ0P1NKXE2 (queued for 1 m 4 s) |
|
2 | 2024-08-03T03:31:21.485Z | starting task 0: "setup" |
3 | 2024-08-03T03:31:21.535Z | ++ uname -s |
4 | 2024-08-03T03:31:21.553Z | + kern=SunOS |
5 | 2024-08-03T03:31:21.553Z | + case "$kern" in |
6 | 2024-08-03T03:31:21.554Z | + groupadd -g 12345 build |
7 | 2024-08-03T03:31:21.554Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-03T03:31:23.557Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-03T03:31:23.661Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-03T03:31:23.664Z | + home_fs=zfs |
11 | 2024-08-03T03:31:23.664Z | + [[ zfs == autofs ]] |
12 | 2024-08-03T03:31:23.664Z | + mkdir -p /home/build |
13 | 2024-08-03T03:31:23.667Z | + chown build:build /home/build /work |
14 | 2024-08-03T03:31:25.667Z | + chmod 0700 /home/build /work |
15 | 2024-08-03T03:31:25.670Z | process exited: duration 4186 ms, exit code 0 |
|
16 | 2024-08-03T03:31:25.676Z | starting task 1: "rust-toolchain" |
17 | 2024-08-03T03:31:25.681Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-03T03:31:25.681Z | ' 1.80.0 |
19 | 2024-08-03T03:31:25.681Z | * toolchain channel = "1.80.0" |
20 | 2024-08-03T03:31:25.681Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-03T03:31:25.681Z | ' default |
22 | 2024-08-03T03:31:25.684Z | * toolchain profile = "default" |
23 | 2024-08-03T03:31:25.684Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-03T03:31:25.684Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-03T03:31:25.975Z | info: downloading installer |
26 | 2024-08-03T03:31:27.132Z | info: profile set to 'default' |
27 | 2024-08-03T03:31:27.132Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-03T03:31:27.135Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-03T03:31:27.269Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-03T03:31:27.269Z | info: downloading component 'cargo' |
31 | 2024-08-03T03:31:27.938Z | info: downloading component 'clippy' |
32 | 2024-08-03T03:31:28.181Z | info: downloading component 'rust-docs' |
33 | 2024-08-03T03:31:29.099Z | info: downloading component 'rust-std' |
34 | 2024-08-03T03:31:30.401Z | info: downloading component 'rustc' |
35 | 2024-08-03T03:31:34.019Z | info: downloading component 'rustfmt' |
36 | 2024-08-03T03:31:34.221Z | info: installing component 'cargo' |
37 | 2024-08-03T03:31:35.038Z | info: installing component 'clippy' |
38 | 2024-08-03T03:31:35.414Z | info: installing component 'rust-docs' |
39 | 2024-08-03T03:31:36.997Z | info: installing component 'rust-std' |
40 | 2024-08-03T03:31:38.622Z | info: installing component 'rustc' |
41 | 2024-08-03T03:31:42.727Z | info: installing component 'rustfmt' |
42 | 2024-08-03T03:31:43.058Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
43 | 2024-08-03T03:31:43.058Z | |
44 | 2024-08-03T03:31:43.316Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-03T03:31:43.316Z | |
46 | 2024-08-03T03:31:43.319Z | |
47 | 2024-08-03T03:31:43.319Z | Rust is installed now. Great! |
48 | 2024-08-03T03:31:43.319Z | |
49 | 2024-08-03T03:31:43.319Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-03T03:31:43.319Z | environment variable. This has not been done automatically. |
51 | 2024-08-03T03:31:43.319Z | |
52 | 2024-08-03T03:31:43.320Z | To configure your current shell, you need to source |
53 | 2024-08-03T03:31:43.320Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-03T03:31:43.320Z | |
55 | 2024-08-03T03:31:43.320Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-03T03:31:43.320Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-03T03:31:43.320Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-03T03:31:43.381Z | + rustc --version |
59 | 2024-08-03T03:31:43.442Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-03T03:31:43.445Z | process exited: duration 17767 ms, exit code 0 |
|
61 | 2024-08-03T03:31:43.450Z | starting task 2: "authentication" |
62 | 2024-08-03T03:31:43.470Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-08-03T03:31:43.478Z | starting task 3: "clone repository" |
64 | 2024-08-03T03:31:43.481Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-03T03:31:43.483Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-03T03:31:43.620Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-03T03:31:52.946Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-03T03:31:52.946Z | + git fetch origin 602f1942600dfeaf4db03ca6b3965cec979e0529 |
69 | 2024-08-03T03:31:53.222Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-03T03:31:53.222Z | * branch 602f1942600dfeaf4db03ca6b3965cec979e0529 -> FETCH_HEAD |
71 | 2024-08-03T03:31:53.232Z | + [[ -n renovate/gethostname-0.x ]] |
72 | 2024-08-03T03:31:53.235Z | ++ git branch --show-current |
73 | 2024-08-03T03:31:53.238Z | + current=main |
74 | 2024-08-03T03:31:53.238Z | + [[ main != renovate/gethostname-0.x ]] |
75 | 2024-08-03T03:31:53.238Z | + git branch -f renovate/gethostname-0.x 602f1942600dfeaf4db03ca6b3965cec979e0529 |
76 | 2024-08-03T03:31:53.240Z | + git checkout -f renovate/gethostname-0.x |
77 | 2024-08-03T03:31:53.382Z | Switched to branch 'renovate/gethostname-0.x' |
78 | 2024-08-03T03:31:53.385Z | + git reset --hard 602f1942600dfeaf4db03ca6b3965cec979e0529 |
79 | 2024-08-03T03:31:53.521Z | HEAD is now at 602f19426 Update Rust crate gethostname to 0.5.0 |
80 | 2024-08-03T03:31:53.524Z | process exited: duration 10045 ms, exit code 0 |
|
81 | 2024-08-03T03:31:53.530Z | starting task 4: "build" |
82 | 2024-08-03T03:31:53.535Z | + cargo --version |
83 | 2024-08-03T03:31:53.591Z | cargo 1.80.0 (376290515 2024-07-16) |
84 | 2024-08-03T03:31:53.594Z | + rustc --version |
85 | 2024-08-03T03:31:53.649Z | rustc 1.80.0 (051478957 2024-07-21) |
86 | 2024-08-03T03:31:53.652Z | + WORK=/work |
87 | 2024-08-03T03:31:53.652Z | + pfexec mkdir -p /work |
88 | 2024-08-03T03:31:53.655Z | + pfexec chown build /work |
89 | 2024-08-03T03:31:53.658Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-08-03T03:32:04.983Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-08-03T03:32:07.357Z | Startup: Caching catalogs ... Done |
92 | 2024-08-03T03:32:11.162Z | Planning: Solver setup ... Done (3.248s) |
93 | 2024-08-03T03:32:11.221Z | Planning: Running solver ... Done (0.062s) |
94 | 2024-08-03T03:32:11.275Z | Planning: Finding local manifests ... Done (0.004s) |
95 | 2024-08-03T03:32:11.288Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-08-03T03:32:11.659Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-08-03T03:32:11.707Z | Planning: Package planning ... Done (0.048s) |
98 | 2024-08-03T03:32:11.757Z | Planning: Merging actions ... Done (0.050s) |
99 | 2024-08-03T03:32:13.174Z | Planning: Checking for conflicting actions ... Done (1.416s) |
100 | 2024-08-03T03:32:13.185Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-08-03T03:32:18.950Z | Planning: Evaluating mediators ... Done (5.765s) |
102 | 2024-08-03T03:32:18.959Z | Planning: Planning completed in 11.54 seconds |
103 | 2024-08-03T03:32:19.500Z | Packages to install: 4 |
104 | 2024-08-03T03:32:19.500Z | Mediators to change: 2 |
105 | 2024-08-03T03:32:19.500Z | Services to change: 1 |
106 | 2024-08-03T03:32:19.500Z | Estimated space available: 155.76 GB |
107 | 2024-08-03T03:32:19.500Z | Estimated space to be consumed: 1.47 GB |
108 | 2024-08-03T03:32:19.503Z | Create boot environment: No |
109 | 2024-08-03T03:32:19.503Z | Create backup boot environment: No |
110 | 2024-08-03T03:32:19.503Z | Rebuild boot archive: No |
111 | 2024-08-03T03:32:19.503Z | |
112 | 2024-08-03T03:32:19.503Z | Changed mediators: |
113 | 2024-08-03T03:32:19.503Z | mediator clang: |
114 | 2024-08-03T03:32:19.503Z | version: None -> 15 (system default) |
115 | 2024-08-03T03:32:19.503Z | |
116 | 2024-08-03T03:32:19.503Z | mediator llvm: |
117 | 2024-08-03T03:32:19.503Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-08-03T03:32:19.503Z | |
119 | 2024-08-03T03:32:19.503Z | Changed packages: |
120 | 2024-08-03T03:32:19.503Z | helios-dev |
121 | 2024-08-03T03:32:19.503Z | developer/build-essential |
122 | 2024-08-03T03:32:19.503Z | None -> 11-2.0 |
123 | 2024-08-03T03:32:19.503Z | library/libxmlsec1 |
124 | 2024-08-03T03:32:19.503Z | None -> 1.2.35-2.0 |
125 | 2024-08-03T03:32:19.503Z | ooce/developer/clang-15 |
126 | 2024-08-03T03:32:19.503Z | None -> 15.0.7-2.0 |
127 | 2024-08-03T03:32:19.503Z | ooce/developer/llvm-15 |
128 | 2024-08-03T03:32:19.503Z | None -> 15.0.7-2.0 |
129 | 2024-08-03T03:32:19.503Z | |
130 | 2024-08-03T03:32:19.503Z | Services: |
131 | 2024-08-03T03:32:19.503Z | restart_fmri: |
132 | 2024-08-03T03:32:19.503Z | svc:/system/update-man-index:default |
133 | 2024-08-03T03:32:19.744Z | |
134 | 2024-08-03T03:32:19.744Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-08-03T03:32:24.746Z | Download: 736/3290 items 18.3/212.6MB 8% complete (3.8M/s) |
136 | 2024-08-03T03:32:29.885Z | Download: 1194/3290 items 58.8/212.6MB 27% complete (5.8M/s) |
137 | 2024-08-03T03:32:35.027Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (8.1M/s) |
138 | 2024-08-03T03:32:40.040Z | Download: 1495/3290 items 116.5/212.6MB 54% complete (5.8M/s) |
139 | 2024-08-03T03:32:45.425Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (3.7M/s) |
140 | 2024-08-03T03:32:50.439Z | Download: 2650/3290 items 120.6/212.6MB 56% complete (407k/s) |
141 | 2024-08-03T03:32:55.481Z | Download: 3248/3290 items 201.3/212.6MB 94% complete (8.7M/s) |
142 | 2024-08-03T03:32:56.806Z | Download: Completed 212.60 MB in 37.06 seconds (5.7M/s) |
143 | 2024-08-03T03:32:57.302Z | Actions: 1/3689 actions (Installing new actions) |
144 | 2024-08-03T03:33:02.330Z | Actions: 3593/3689 actions (Installing new actions) |
145 | 2024-08-03T03:33:02.614Z | Actions: Completed 3689 actions in 5.31 seconds. |
146 | 2024-08-03T03:33:02.867Z | Done (0.248s) |
147 | 2024-08-03T03:33:02.867Z | Done (0.000s) |
148 | 2024-08-03T03:33:03.220Z | Done (0.353s) |
149 | 2024-08-03T03:33:09.158Z | Done (5.780s) |
150 | 2024-08-03T03:33:09.410Z | Done (0.187s) |
151 | 2024-08-03T03:33:09.415Z | Done (0.000s) |
152 | 2024-08-03T03:33:09.592Z | Done (0.000s) |
153 | 2024-08-03T03:33:10.157Z | Planning: Evaluating mediator changes ... Done |
154 | 2024-08-03T03:33:10.314Z | Planning: Checking for conflicting actions ... Done |
155 | 2024-08-03T03:33:10.317Z | Planning: Consolidating action changes ... Done |
156 | 2024-08-03T03:33:10.580Z | Planning: Evaluating mediators ... Done |
157 | 2024-08-03T03:33:10.587Z | Planning: Planning completed in 0.42 seconds |
158 | 2024-08-03T03:33:10.613Z | Mediators to change: 2 |
159 | 2024-08-03T03:33:10.613Z | Create boot environment: No |
160 | 2024-08-03T03:33:10.615Z | Create backup boot environment: No |
161 | 2024-08-03T03:33:10.675Z | Done |
162 | 2024-08-03T03:33:10.675Z | Done |
163 | 2024-08-03T03:33:10.890Z | Done |
164 | 2024-08-03T03:33:14.331Z | Done |
165 | 2024-08-03T03:33:14.413Z | Done |
166 | 2024-08-03T03:33:14.416Z | Done |
167 | 2024-08-03T03:33:14.518Z | Done |
168 | 2024-08-03T03:33:15.113Z | Planning: Evaluating mediator changes ... Done |
169 | 2024-08-03T03:33:15.116Z | Planning: Merging actions ... Done |
170 | 2024-08-03T03:33:15.301Z | Planning: Checking for conflicting actions ... Done |
171 | 2024-08-03T03:33:15.305Z | Planning: Consolidating action changes ... Done |
172 | 2024-08-03T03:33:15.564Z | Planning: Evaluating mediators ... Done |
173 | 2024-08-03T03:33:15.617Z | Planning: Planning completed in 0.74 seconds |
174 | 2024-08-03T03:33:15.652Z | Packages to change: 1 |
175 | 2024-08-03T03:33:15.652Z | Mediators to change: 1 |
176 | 2024-08-03T03:33:15.655Z | Services to change: 1 |
177 | 2024-08-03T03:33:15.655Z | Create boot environment: No |
178 | 2024-08-03T03:33:15.655Z | Create backup boot environment: Yes |
179 | 2024-08-03T03:33:17.650Z | Actions: 1/6 actions (Updating modified actions) |
180 | 2024-08-03T03:33:17.794Z | Actions: Completed 6 actions in 0.14 seconds. |
181 | 2024-08-03T03:33:17.797Z | Done |
182 | 2024-08-03T03:33:17.797Z | Done |
183 | 2024-08-03T03:33:17.867Z | Done |
184 | 2024-08-03T03:33:21.436Z | Done |
185 | 2024-08-03T03:33:21.521Z | Done |
186 | 2024-08-03T03:33:21.524Z | Done |
187 | 2024-08-03T03:33:21.630Z | Done |
188 | 2024-08-03T03:33:22.046Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
189 | 2024-08-03T03:33:22.046Z | clang system 15 system |
190 | 2024-08-03T03:33:22.046Z | csh system system illumos |
191 | 2024-08-03T03:33:22.046Z | ctags system system illumos |
192 | 2024-08-03T03:33:22.046Z | gcc vendor 12 vendor |
193 | 2024-08-03T03:33:22.046Z | gcc system 10 system |
194 | 2024-08-03T03:33:22.046Z | gcc system 7 system |
195 | 2024-08-03T03:33:22.046Z | go system 1.20 system |
196 | 2024-08-03T03:33:22.046Z | go system 1.19 system |
197 | 2024-08-03T03:33:22.046Z | llvm system 15 system |
198 | 2024-08-03T03:33:22.046Z | llvm system 14 system |
199 | 2024-08-03T03:33:22.047Z | mariadb system 10.6 system |
200 | 2024-08-03T03:33:22.047Z | mta vendor vendor dma |
201 | 2024-08-03T03:33:22.047Z | openjdk system 17 system |
202 | 2024-08-03T03:33:22.047Z | openjdk system 11 system |
203 | 2024-08-03T03:33:22.047Z | openjdk system 1.8 system |
204 | 2024-08-03T03:33:22.047Z | openssl vendor 3 vendor |
205 | 2024-08-03T03:33:22.047Z | perl system 5.36 system |
206 | 2024-08-03T03:33:22.047Z | postgresql system 15 system |
207 | 2024-08-03T03:33:22.047Z | postgresql system 13 system |
208 | 2024-08-03T03:33:22.047Z | python vendor 3 vendor |
209 | 2024-08-03T03:33:22.047Z | python system 2 system |
210 | 2024-08-03T03:33:22.047Z | python3 system 3.11 system |
211 | 2024-08-03T03:33:22.047Z | ruby system 3.0 system |
212 | 2024-08-03T03:33:22.047Z | words vendor vendor american-english |
213 | 2024-08-03T03:33:22.047Z | words system system australian-english |
214 | 2024-08-03T03:33:22.047Z | words system system british-english |
215 | 2024-08-03T03:33:22.047Z | words system system canadian-english |
216 | 2024-08-03T03:33:22.047Z | words system system french |
217 | 2024-08-03T03:33:22.047Z | words system system italian |
218 | 2024-08-03T03:33:22.047Z | words system system ngerman |
219 | 2024-08-03T03:33:22.047Z | words system system ogerman |
220 | 2024-08-03T03:33:22.047Z | words system system spanish |
221 | 2024-08-03T03:33:22.366Z | PUBLISHER TYPE STATUS P LOCATION |
222 | 2024-08-03T03:33:22.366Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
223 | 2024-08-03T03:33:23.986Z | FMRI IFO |
224 | 2024-08-03T03:33:23.986Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
225 | 2024-08-03T03:33:23.986Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
226 | 2024-08-03T03:33:23.986Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
227 | 2024-08-03T03:33:23.986Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
228 | 2024-08-03T03:33:23.986Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
229 | 2024-08-03T03:33:23.986Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
230 | 2024-08-03T03:33:23.986Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
231 | 2024-08-03T03:33:23.986Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
232 | 2024-08-03T03:33:23.986Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
233 | 2024-08-03T03:33:23.986Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
234 | 2024-08-03T03:33:23.986Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
235 | 2024-08-03T03:33:23.986Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
236 | 2024-08-03T03:33:24.543Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
237 | 2024-08-03T03:33:24.800Z | Updating git repository `https://github.com/oxidecomputer/zone` |
238 | 2024-08-03T03:33:25.079Z | Updating crates.io index |
239 | 2024-08-03T03:33:25.139Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
240 | 2024-08-03T03:33:25.835Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
241 | 2024-08-03T03:33:26.498Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
242 | 2024-08-03T03:33:26.709Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
243 | 2024-08-03T03:33:28.605Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
244 | 2024-08-03T03:33:28.855Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
245 | 2024-08-03T03:33:29.090Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
246 | 2024-08-03T03:33:30.122Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
247 | 2024-08-03T03:33:31.965Z | Updating git repository `https://github.com/oxidecomputer/opte` |
248 | 2024-08-03T03:33:32.919Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
249 | 2024-08-03T03:33:33.559Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
250 | 2024-08-03T03:33:34.138Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
251 | 2024-08-03T03:33:34.400Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
252 | 2024-08-03T03:33:34.673Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
253 | 2024-08-03T03:33:34.906Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
254 | 2024-08-03T03:33:35.212Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
255 | 2024-08-03T03:33:35.428Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
256 | 2024-08-03T03:33:35.687Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
257 | 2024-08-03T03:33:35.949Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
258 | 2024-08-03T03:33:36.202Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
259 | 2024-08-03T03:33:36.510Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
260 | 2024-08-03T03:33:36.815Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
261 | 2024-08-03T03:33:37.133Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
262 | 2024-08-03T03:33:37.536Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
263 | 2024-08-03T03:33:37.818Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
264 | 2024-08-03T03:33:38.206Z | Updating git repository `https://github.com/oxidecomputer/typify` |
265 | 2024-08-03T03:33:40.429Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
266 | 2024-08-03T03:33:40.645Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
267 | 2024-08-03T03:33:40.890Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
268 | 2024-08-03T03:33:41.200Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
269 | 2024-08-03T03:33:42.235Z | Downloading crates ... |
270 | 2024-08-03T03:33:42.330Z | Downloaded anstyle v1.0.8 |
271 | 2024-08-03T03:33:42.333Z | Downloaded anstream v0.6.14 |
272 | 2024-08-03T03:33:42.340Z | Downloaded swrite v0.1.0 |
273 | 2024-08-03T03:33:42.346Z | Downloaded usdt-attr-macro v0.5.0 |
274 | 2024-08-03T03:33:42.352Z | Downloaded proc-macro-error-attr v1.0.4 |
275 | 2024-08-03T03:33:42.355Z | Downloaded dtrace-parser v0.2.0 |
276 | 2024-08-03T03:33:42.355Z | Downloaded anstyle-parse v0.2.4 |
277 | 2024-08-03T03:33:42.358Z | Downloaded bytecount v0.6.8 |
278 | 2024-08-03T03:33:42.362Z | Downloaded usdt-macro v0.5.0 |
279 | 2024-08-03T03:33:42.362Z | Downloaded scroll_derive v0.12.0 |
280 | 2024-08-03T03:33:42.362Z | Downloaded block-buffer v0.10.4 |
281 | 2024-08-03T03:33:42.364Z | Downloaded crypto-common v0.1.6 |
282 | 2024-08-03T03:33:42.364Z | Downloaded colorchoice v1.0.1 |
283 | 2024-08-03T03:33:42.364Z | Downloaded anstyle-query v1.0.3 |
284 | 2024-08-03T03:33:42.364Z | Downloaded serde_spanned v0.6.7 |
285 | 2024-08-03T03:33:42.367Z | Downloaded errno v0.3.9 |
286 | 2024-08-03T03:33:42.370Z | Downloaded toml_datetime v0.6.8 |
287 | 2024-08-03T03:33:42.372Z | Downloaded autocfg v1.3.0 |
288 | 2024-08-03T03:33:42.372Z | Downloaded itoa v1.0.11 |
289 | 2024-08-03T03:33:42.375Z | Downloaded tabled_derive v0.7.0 |
290 | 2024-08-03T03:33:42.375Z | Downloaded heck v0.4.1 |
291 | 2024-08-03T03:33:42.378Z | Downloaded thiserror-impl v1.0.63 |
292 | 2024-08-03T03:33:42.381Z | Downloaded terminal_size v0.3.0 |
293 | 2024-08-03T03:33:42.381Z | Downloaded memmap v0.7.0 |
294 | 2024-08-03T03:33:42.384Z | Downloaded digest v0.10.7 |
295 | 2024-08-03T03:33:42.387Z | Downloaded version_check v0.9.4 |
296 | 2024-08-03T03:33:42.390Z | Downloaded fs-err v2.11.0 |
297 | 2024-08-03T03:33:42.393Z | Downloaded thread-id v4.2.1 |
298 | 2024-08-03T03:33:42.393Z | Downloaded quote v1.0.36 |
299 | 2024-08-03T03:33:42.396Z | Downloaded cargo_metadata v0.18.1 |
300 | 2024-08-03T03:33:42.396Z | Downloaded sha2 v0.10.8 |
301 | 2024-08-03T03:33:42.398Z | Downloaded clap_derive v4.5.8 |
302 | 2024-08-03T03:33:42.401Z | Downloaded camino v1.1.7 |
303 | 2024-08-03T03:33:42.404Z | Downloaded bitflags v2.6.0 |
304 | 2024-08-03T03:33:42.408Z | Downloaded anyhow v1.0.86 |
305 | 2024-08-03T03:33:42.411Z | Downloaded is_terminal_polyfill v1.70.0 |
306 | 2024-08-03T03:33:42.414Z | Downloaded equivalent v1.0.1 |
307 | 2024-08-03T03:33:42.417Z | Downloaded pretty-hex v0.4.1 |
308 | 2024-08-03T03:33:42.422Z | Downloaded pest_derive v2.7.10 |
309 | 2024-08-03T03:33:42.425Z | Downloaded cargo-platform v0.1.8 |
310 | 2024-08-03T03:33:42.428Z | Downloaded clap_lex v0.7.0 |
311 | 2024-08-03T03:33:42.433Z | Downloaded log v0.4.21 |
312 | 2024-08-03T03:33:42.439Z | Downloaded clap v4.5.9 |
313 | 2024-08-03T03:33:42.444Z | Downloaded ucd-trie v0.1.6 |
314 | 2024-08-03T03:33:42.447Z | Downloaded strsim v0.11.1 |
315 | 2024-08-03T03:33:42.447Z | Downloaded plain v0.2.3 |
316 | 2024-08-03T03:33:42.447Z | Downloaded pest_meta v2.7.10 |
317 | 2024-08-03T03:33:42.450Z | Downloaded macaddr v1.0.1 |
318 | 2024-08-03T03:33:42.454Z | Downloaded thiserror v1.0.63 |
319 | 2024-08-03T03:33:42.458Z | Downloaded usdt v0.5.0 |
320 | 2024-08-03T03:33:42.458Z | Downloaded scroll v0.12.0 |
321 | 2024-08-03T03:33:42.461Z | Downloaded pest_generator v2.7.10 |
322 | 2024-08-03T03:33:42.461Z | Downloaded generic-array v0.14.7 |
323 | 2024-08-03T03:33:42.461Z | Downloaded ryu v1.0.18 |
324 | 2024-08-03T03:33:42.464Z | Downloaded utf8parse v0.2.1 |
325 | 2024-08-03T03:33:42.464Z | Downloaded dof v0.3.0 |
326 | 2024-08-03T03:33:42.466Z | Downloaded fnv v1.0.7 |
327 | 2024-08-03T03:33:42.466Z | Downloaded cpufeatures v0.2.12 |
328 | 2024-08-03T03:33:42.470Z | Downloaded cfg-if v1.0.0 |
329 | 2024-08-03T03:33:42.470Z | Downloaded byteorder v1.5.0 |
330 | 2024-08-03T03:33:42.473Z | Downloaded serde_tokenstream v0.2.1 |
331 | 2024-08-03T03:33:42.476Z | Downloaded usdt-impl v0.5.0 |
332 | 2024-08-03T03:33:42.479Z | Downloaded proc-macro-error v1.0.4 |
333 | 2024-08-03T03:33:42.482Z | Downloaded papergrid v0.11.0 |
334 | 2024-08-03T03:33:42.484Z | Downloaded heck v0.5.0 |
335 | 2024-08-03T03:33:42.487Z | Downloaded serde v1.0.204 |
336 | 2024-08-03T03:33:42.490Z | Downloaded cargo_toml v0.20.4 |
337 | 2024-08-03T03:33:42.490Z | Downloaded semver v1.0.23 |
338 | 2024-08-03T03:33:42.492Z | Downloaded once_cell v1.19.0 |
339 | 2024-08-03T03:33:42.495Z | Downloaded indexmap v2.2.6 |
340 | 2024-08-03T03:33:42.498Z | Downloaded zerocopy-derive v0.7.34 |
341 | 2024-08-03T03:33:42.501Z | Downloaded proc-macro2 v1.0.86 |
342 | 2024-08-03T03:33:42.505Z | Downloaded typenum v1.17.0 |
343 | 2024-08-03T03:33:42.508Z | Downloaded toml v0.8.19 |
344 | 2024-08-03T03:33:42.513Z | Downloaded unicode-ident v1.0.12 |
345 | 2024-08-03T03:33:42.535Z | Downloaded memchr v2.7.2 |
346 | 2024-08-03T03:33:42.542Z | Downloaded serde_derive v1.0.204 |
347 | 2024-08-03T03:33:42.564Z | Downloaded toml_edit v0.22.20 |
348 | 2024-08-03T03:33:42.584Z | Downloaded pest v2.7.10 |
349 | 2024-08-03T03:33:42.595Z | Downloaded hashbrown v0.14.5 |
350 | 2024-08-03T03:33:42.598Z | Downloaded goblin v0.8.2 |
351 | 2024-08-03T03:33:42.604Z | Downloaded zerocopy v0.7.34 |
352 | 2024-08-03T03:33:42.618Z | Downloaded serde_json v1.0.122 |
353 | 2024-08-03T03:33:42.625Z | Downloaded clap_builder v4.5.9 |
354 | 2024-08-03T03:33:42.631Z | Downloaded winnow v0.6.18 |
355 | 2024-08-03T03:33:42.639Z | Downloaded tabled v0.15.0 |
356 | 2024-08-03T03:33:42.656Z | Downloaded syn v2.0.72 |
357 | 2024-08-03T03:33:42.664Z | Downloaded syn v1.0.109 |
358 | 2024-08-03T03:33:42.675Z | Downloaded rustix v0.38.34 |
359 | 2024-08-03T03:33:42.696Z | Downloaded unicode-width v0.1.13 |
360 | 2024-08-03T03:33:42.706Z | Downloaded libc v0.2.155 |
361 | 2024-08-03T03:33:42.998Z | Compiling proc-macro2 v1.0.86 |
362 | 2024-08-03T03:33:42.998Z | Compiling unicode-ident v1.0.12 |
363 | 2024-08-03T03:33:43.001Z | Compiling version_check v0.9.4 |
364 | 2024-08-03T03:33:43.001Z | Compiling serde v1.0.204 |
365 | 2024-08-03T03:33:43.001Z | Compiling thiserror v1.0.63 |
366 | 2024-08-03T03:33:43.001Z | Compiling memchr v2.7.2 |
367 | 2024-08-03T03:33:43.001Z | Compiling libc v0.2.155 |
368 | 2024-08-03T03:33:43.031Z | Compiling ucd-trie v0.1.6 |
369 | 2024-08-03T03:33:43.247Z | Compiling itoa v1.0.11 |
370 | 2024-08-03T03:33:43.471Z | Compiling ryu v1.0.18 |
371 | 2024-08-03T03:33:43.751Z | Compiling once_cell v1.19.0 |
372 | 2024-08-03T03:33:43.824Z | Compiling byteorder v1.5.0 |
373 | 2024-08-03T03:33:44.165Z | Compiling serde_json v1.0.122 |
374 | 2024-08-03T03:33:46.305Z | Compiling usdt-impl v0.5.0 |
375 | 2024-08-03T03:33:46.345Z | Compiling proc-macro-error-attr v1.0.4 |
376 | 2024-08-03T03:33:46.375Z | Compiling syn v1.0.109 |
377 | 2024-08-03T03:33:46.377Z | Compiling rustix v0.38.34 |
378 | 2024-08-03T03:33:46.422Z | Compiling proc-macro-error v1.0.4 |
379 | 2024-08-03T03:33:46.715Z | Compiling utf8parse v0.2.1 |
380 | 2024-08-03T03:33:46.756Z | Compiling bitflags v2.6.0 |
381 | 2024-08-03T03:33:46.811Z | Compiling hashbrown v0.14.5 |
382 | 2024-08-03T03:33:46.882Z | Compiling plain v0.2.3 |
383 | 2024-08-03T03:33:47.042Z | Compiling log v0.4.21 |
384 | 2024-08-03T03:33:47.151Z | Compiling thread-id v4.2.1 |
385 | 2024-08-03T03:33:47.209Z | Compiling equivalent v1.0.1 |
386 | 2024-08-03T03:33:47.232Z | Compiling anstyle-parse v0.2.4 |
387 | 2024-08-03T03:33:47.323Z | Compiling camino v1.1.7 |
388 | 2024-08-03T03:33:47.399Z | Compiling quote v1.0.36 |
389 | 2024-08-03T03:33:47.424Z | Compiling semver v1.0.23 |
390 | 2024-08-03T03:33:47.550Z | Compiling anstyle-query v1.0.3 |
391 | 2024-08-03T03:33:47.635Z | Compiling autocfg v1.3.0 |
392 | 2024-08-03T03:33:47.687Z | Compiling errno v0.3.9 |
393 | 2024-08-03T03:33:47.921Z | Compiling syn v2.0.72 |
394 | 2024-08-03T03:33:47.992Z | Compiling colorchoice v1.0.1 |
395 | 2024-08-03T03:33:48.110Z | Compiling indexmap v2.2.6 |
396 | 2024-08-03T03:33:48.135Z | Compiling is_terminal_polyfill v1.70.0 |
397 | 2024-08-03T03:33:48.157Z | Compiling anstyle v1.0.8 |
398 | 2024-08-03T03:33:48.275Z | Compiling pretty-hex v0.4.1 |
399 | 2024-08-03T03:33:48.483Z | Compiling winnow v0.6.18 |
400 | 2024-08-03T03:33:48.539Z | Compiling fs-err v2.11.0 |
401 | 2024-08-03T03:33:48.613Z | Compiling anstream v0.6.14 |
402 | 2024-08-03T03:33:49.084Z | Compiling terminal_size v0.3.0 |
403 | 2024-08-03T03:33:49.309Z | Compiling fnv v1.0.7 |
404 | 2024-08-03T03:33:49.355Z | Compiling strsim v0.11.1 |
405 | 2024-08-03T03:33:49.416Z | Compiling anyhow v1.0.86 |
406 | 2024-08-03T03:33:49.442Z | Compiling heck v0.4.1 |
407 | 2024-08-03T03:33:49.445Z | Compiling unicode-width v0.1.13 |
408 | 2024-08-03T03:33:49.574Z | Compiling heck v0.5.0 |
409 | 2024-08-03T03:33:49.699Z | Compiling bytecount v0.6.8 |
410 | 2024-08-03T03:33:49.916Z | Compiling clap_lex v0.7.0 |
411 | 2024-08-03T03:33:49.919Z | Compiling papergrid v0.11.0 |
412 | 2024-08-03T03:33:50.188Z | Compiling clap_builder v4.5.9 |
413 | 2024-08-03T03:33:50.243Z | Compiling memmap v0.7.0 |
414 | 2024-08-03T03:33:50.596Z | Compiling swrite v0.1.0 |
415 | 2024-08-03T03:33:52.798Z | Compiling tabled_derive v0.7.0 |
416 | 2024-08-03T03:33:54.255Z | Compiling tabled v0.15.0 |
417 | 2024-08-03T03:33:56.042Z | Compiling serde_derive v1.0.204 |
418 | 2024-08-03T03:33:56.042Z | Compiling thiserror-impl v1.0.63 |
419 | 2024-08-03T03:33:56.045Z | Compiling zerocopy-derive v0.7.34 |
420 | 2024-08-03T03:33:56.045Z | Compiling scroll_derive v0.12.0 |
421 | 2024-08-03T03:33:56.045Z | Compiling clap_derive v4.5.8 |
422 | 2024-08-03T03:33:57.315Z | Compiling scroll v0.12.0 |
423 | 2024-08-03T03:33:57.841Z | Compiling goblin v0.8.2 |
424 | 2024-08-03T03:33:58.501Z | Compiling zerocopy v0.7.34 |
425 | 2024-08-03T03:33:58.676Z | Compiling pest v2.7.10 |
426 | 2024-08-03T03:33:59.569Z | Compiling clap v4.5.9 |
427 | 2024-08-03T03:34:00.868Z | Compiling pest_meta v2.7.10 |
428 | 2024-08-03T03:34:01.682Z | Compiling pest_generator v2.7.10 |
429 | 2024-08-03T03:34:03.608Z | Compiling pest_derive v2.7.10 |
430 | 2024-08-03T03:34:04.305Z | Compiling dtrace-parser v0.2.0 |
431 | 2024-08-03T03:34:05.951Z | Compiling toml_datetime v0.6.8 |
432 | 2024-08-03T03:34:05.951Z | Compiling serde_spanned v0.6.7 |
433 | 2024-08-03T03:34:05.954Z | Compiling cargo-platform v0.1.8 |
434 | 2024-08-03T03:34:06.320Z | Compiling serde_tokenstream v0.2.1 |
435 | 2024-08-03T03:34:06.343Z | Compiling toml_edit v0.22.20 |
436 | 2024-08-03T03:34:06.509Z | Compiling macaddr v1.0.1 |
437 | 2024-08-03T03:34:07.301Z | Compiling dof v0.3.0 |
438 | 2024-08-03T03:34:07.301Z | Compiling cargo_metadata v0.18.1 |
439 | 2024-08-03T03:34:09.090Z | Compiling toml v0.8.19 |
440 | 2024-08-03T03:34:09.418Z | Compiling usdt-macro v0.5.0 |
441 | 2024-08-03T03:34:09.421Z | Compiling usdt-attr-macro v0.5.0 |
442 | 2024-08-03T03:34:09.959Z | Compiling cargo_toml v0.20.4 |
443 | 2024-08-03T03:34:10.780Z | Compiling usdt v0.5.0 |
444 | 2024-08-03T03:34:13.417Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
445 | 2024-08-03T03:34:17.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.76s |
446 | 2024-08-03T03:34:17.337Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
447 | 2024-08-03T03:34:17.847Z | Downloading crates ... |
448 | 2024-08-03T03:34:17.975Z | Downloaded atty v0.2.14 |
449 | 2024-08-03T03:34:17.978Z | Downloaded bitstruct v0.1.1 |
450 | 2024-08-03T03:34:17.984Z | Downloaded bb8 v0.8.5 |
451 | 2024-08-03T03:34:17.987Z | Downloaded bit-vec v0.6.3 |
452 | 2024-08-03T03:34:17.990Z | Downloaded arrayref v0.3.7 |
453 | 2024-08-03T03:34:17.990Z | Downloaded cfg_aliases v0.1.1 |
454 | 2024-08-03T03:34:17.994Z | Downloaded adler v1.0.2 |
455 | 2024-08-03T03:34:17.996Z | Downloaded instant v0.1.12 |
456 | 2024-08-03T03:34:18.004Z | Downloaded darling_macro v0.20.9 |
457 | 2024-08-03T03:34:18.007Z | Downloaded crucible-workspace-hack v0.1.0 |
458 | 2024-08-03T03:34:18.007Z | Downloaded der v0.7.9 |
459 | 2024-08-03T03:34:18.013Z | Downloaded convert_case v0.4.0 |
460 | 2024-08-03T03:34:18.016Z | Downloaded openssl-probe v0.1.5 |
461 | 2024-08-03T03:34:18.016Z | Downloaded opaque-debug v0.3.1 |
462 | 2024-08-03T03:34:18.018Z | Downloaded number_prefix v0.4.0 |
463 | 2024-08-03T03:34:18.018Z | Downloaded num-conv v0.1.0 |
464 | 2024-08-03T03:34:18.021Z | Downloaded bitfield-struct v0.6.1 |
465 | 2024-08-03T03:34:18.021Z | Downloaded crossbeam-deque v0.8.5 |
466 | 2024-08-03T03:34:18.024Z | Downloaded async-stream v0.3.5 |
467 | 2024-08-03T03:34:18.024Z | Downloaded ciborium-ll v0.2.2 |
468 | 2024-08-03T03:34:18.028Z | Downloaded assert_matches v1.5.0 |
469 | 2024-08-03T03:34:18.030Z | Downloaded const_format_proc_macros v0.2.32 |
470 | 2024-08-03T03:34:18.033Z | Downloaded matches v0.1.10 |
471 | 2024-08-03T03:34:18.036Z | Downloaded parse-size v1.0.0 |
472 | 2024-08-03T03:34:18.039Z | Downloaded indoc v1.0.9 |
473 | 2024-08-03T03:34:18.042Z | Downloaded colored v2.1.0 |
474 | 2024-08-03T03:34:18.044Z | Downloaded is_ci v1.2.0 |
475 | 2024-08-03T03:34:18.047Z | Downloaded lazy_static v1.5.0 |
476 | 2024-08-03T03:34:18.047Z | Downloaded num-derive v0.4.2 |
477 | 2024-08-03T03:34:18.050Z | Downloaded inout v0.1.3 |
478 | 2024-08-03T03:34:18.050Z | Downloaded ahash v0.8.11 |
479 | 2024-08-03T03:34:18.054Z | Downloaded maplit v1.0.2 |
480 | 2024-08-03T03:34:18.056Z | Downloaded num_cpus v1.16.0 |
481 | 2024-08-03T03:34:18.059Z | Downloaded lru-cache v0.1.2 |
482 | 2024-08-03T03:34:18.059Z | Downloaded ascii v1.1.0 |
483 | 2024-08-03T03:34:18.062Z | Downloaded olpc-cjson v0.1.3 |
484 | 2024-08-03T03:34:18.064Z | Downloaded num_enum_derive v0.5.11 |
485 | 2024-08-03T03:34:18.064Z | Downloaded atomicwrites v0.4.3 |
486 | 2024-08-03T03:34:18.067Z | Downloaded async-stream-impl v0.3.5 |
487 | 2024-08-03T03:34:18.067Z | Downloaded crc32fast v1.4.0 |
488 | 2024-08-03T03:34:18.070Z | Downloaded ciborium v0.2.2 |
489 | 2024-08-03T03:34:18.072Z | Downloaded parse-display v0.9.1 |
490 | 2024-08-03T03:34:18.075Z | Downloaded newtype_derive v0.1.6 |
491 | 2024-08-03T03:34:18.075Z | Downloaded camino-tempfile v1.1.1 |
492 | 2024-08-03T03:34:18.078Z | Downloaded native-tls v0.2.11 |
493 | 2024-08-03T03:34:18.081Z | Downloaded libefi-sys v0.1.0 |
494 | 2024-08-03T03:34:18.081Z | Downloaded packed_struct v0.10.1 |
495 | 2024-08-03T03:34:18.084Z | Downloaded nu-ansi-term v0.50.0 |
496 | 2024-08-03T03:34:18.086Z | Downloaded newtype-uuid v1.1.0 |
497 | 2024-08-03T03:34:18.086Z | Downloaded multimap v0.10.0 |
498 | 2024-08-03T03:34:18.089Z | Downloaded indexmap v1.9.3 |
499 | 2024-08-03T03:34:18.092Z | Downloaded mime v0.3.17 |
500 | 2024-08-03T03:34:18.092Z | Downloaded normalize-line-endings v0.3.0 |
501 | 2024-08-03T03:34:18.095Z | Downloaded newline-converter v0.3.0 |
502 | 2024-08-03T03:34:18.095Z | Downloaded defmt v0.3.8 |
503 | 2024-08-03T03:34:18.097Z | Downloaded darling v0.20.9 |
504 | 2024-08-03T03:34:18.100Z | Downloaded oso-derive v0.27.3 |
505 | 2024-08-03T03:34:18.103Z | Downloaded bitstruct_derive v0.1.0 |
506 | 2024-08-03T03:34:18.103Z | Downloaded nodrop v0.1.14 |
507 | 2024-08-03T03:34:18.103Z | Downloaded new_debug_unreachable v1.0.6 |
508 | 2024-08-03T03:34:18.106Z | Downloaded match_cfg v0.1.0 |
509 | 2024-08-03T03:34:18.106Z | Downloaded crunchy v0.2.2 |
510 | 2024-08-03T03:34:18.109Z | Downloaded parking_lot_core v0.8.6 |
511 | 2024-08-03T03:34:18.109Z | Downloaded openssl-macros v0.1.1 |
512 | 2024-08-03T03:34:18.112Z | Downloaded parking_lot v0.11.2 |
513 | 2024-08-03T03:34:18.112Z | Downloaded owo-colors v4.0.0 |
514 | 2024-08-03T03:34:18.115Z | Downloaded take_mut v0.2.2 |
515 | 2024-08-03T03:34:18.117Z | Downloaded strum v0.26.3 |
516 | 2024-08-03T03:34:18.117Z | Downloaded ascii-canvas v3.0.0 |
517 | 2024-08-03T03:34:18.118Z | Downloaded sync_wrapper v0.1.2 |
518 | 2024-08-03T03:34:18.120Z | Downloaded shell-words v1.1.0 |
519 | 2024-08-03T03:34:18.120Z | Downloaded num_threads v0.1.7 |
520 | 2024-08-03T03:34:18.120Z | Downloaded maybe-uninit v2.0.0 |
521 | 2024-08-03T03:34:18.123Z | Downloaded mockall_derive v0.12.1 |
522 | 2024-08-03T03:34:18.126Z | Downloaded kstat-rs v0.2.4 |
523 | 2024-08-03T03:34:18.126Z | Downloaded async-recursion v1.1.1 |
524 | 2024-08-03T03:34:18.131Z | Downloaded buf-list v1.0.3 |
525 | 2024-08-03T03:34:18.133Z | Downloaded bitflags v1.3.2 |
526 | 2024-08-03T03:34:18.137Z | Downloaded oso v0.27.3 |
527 | 2024-08-03T03:34:18.140Z | Downloaded crossbeam-utils v0.8.19 |
528 | 2024-08-03T03:34:18.142Z | Downloaded derive_builder_macro v0.20.0 |
529 | 2024-08-03T03:34:18.142Z | Downloaded endian-type v0.1.2 |
530 | 2024-08-03T03:34:18.142Z | Downloaded console v0.15.8 |
531 | 2024-08-03T03:34:18.145Z | Downloaded managed v0.8.0 |
532 | 2024-08-03T03:34:18.148Z | Downloaded clang-sys v1.7.0 |
533 | 2024-08-03T03:34:18.151Z | Downloaded lazycell v1.3.0 |
534 | 2024-08-03T03:34:18.151Z | Downloaded paste v1.0.15 |
535 | 2024-08-03T03:34:18.154Z | Downloaded num-integer v0.1.46 |
536 | 2024-08-03T03:34:18.156Z | Downloaded constant_time_eq v0.3.0 |
537 | 2024-08-03T03:34:18.156Z | Downloaded mockall v0.12.1 |
538 | 2024-08-03T03:34:18.159Z | Downloaded packed_struct_codegen v0.10.1 |
539 | 2024-08-03T03:34:18.159Z | Downloaded curve25519-dalek-derive v0.1.1 |
540 | 2024-08-03T03:34:18.162Z | Downloaded crc-catalog v2.4.0 |
541 | 2024-08-03T03:34:18.162Z | Downloaded castaway v0.2.2 |
542 | 2024-08-03T03:34:18.165Z | Downloaded block-padding v0.3.3 |
543 | 2024-08-03T03:34:18.165Z | Downloaded num v0.4.3 |
544 | 2024-08-03T03:34:18.167Z | Downloaded nanorand v0.7.0 |
545 | 2024-08-03T03:34:18.167Z | Downloaded peg-runtime v0.8.3 |
546 | 2024-08-03T03:34:18.170Z | Downloaded string_cache v0.8.7 |
547 | 2024-08-03T03:34:18.170Z | Downloaded signal-hook-tokio v0.3.1 |
548 | 2024-08-03T03:34:18.173Z | Downloaded slab v0.4.9 |
549 | 2024-08-03T03:34:18.173Z | Downloaded foreign-types v0.3.2 |
550 | 2024-08-03T03:34:18.176Z | Downloaded tap v1.0.1 |
551 | 2024-08-03T03:34:18.176Z | Downloaded headers-core v0.2.0 |
552 | 2024-08-03T03:34:18.176Z | Downloaded backoff v0.4.0 |
553 | 2024-08-03T03:34:18.178Z | Downloaded tabwriter v1.4.0 |
554 | 2024-08-03T03:34:18.181Z | Downloaded supports-color v3.0.0 |
555 | 2024-08-03T03:34:18.181Z | Downloaded base64 v0.22.1 |
556 | 2024-08-03T03:34:18.184Z | Downloaded pem v3.0.4 |
557 | 2024-08-03T03:34:18.187Z | Downloaded path-slash v0.1.5 |
558 | 2024-08-03T03:34:18.187Z | Downloaded universal-hash v0.5.1 |
559 | 2024-08-03T03:34:18.187Z | Downloaded num-rational v0.4.2 |
560 | 2024-08-03T03:34:18.190Z | Downloaded allocator-api2 v0.2.18 |
561 | 2024-08-03T03:34:18.193Z | Downloaded untrusted v0.7.1 |
562 | 2024-08-03T03:34:18.196Z | Downloaded sigpipe v0.1.3 |
563 | 2024-08-03T03:34:18.196Z | Downloaded either v1.12.0 |
564 | 2024-08-03T03:34:18.198Z | Downloaded chacha20poly1305 v0.10.1 |
565 | 2024-08-03T03:34:18.198Z | Downloaded bcs v0.1.6 |
566 | 2024-08-03T03:34:18.201Z | Downloaded tower-service v0.3.2 |
567 | 2024-08-03T03:34:18.201Z | Downloaded ff v0.13.0 |
568 | 2024-08-03T03:34:18.203Z | Downloaded glob v0.3.1 |
569 | 2024-08-03T03:34:18.206Z | Downloaded futures-executor v0.3.30 |
570 | 2024-08-03T03:34:18.209Z | Downloaded fd-lock v4.0.2 |
571 | 2024-08-03T03:34:18.209Z | Downloaded futures-core v0.3.30 |
572 | 2024-08-03T03:34:18.211Z | Downloaded cancel-safe-futures v0.1.5 |
573 | 2024-08-03T03:34:18.214Z | Downloaded debug-ignore v1.0.5 |
574 | 2024-08-03T03:34:18.217Z | Downloaded cookie_store v0.20.0 |
575 | 2024-08-03T03:34:18.217Z | Downloaded parse-display-derive v0.9.1 |
576 | 2024-08-03T03:34:18.220Z | Downloaded try-lock v0.2.5 |
577 | 2024-08-03T03:34:18.220Z | Downloaded password-hash v0.5.0 |
578 | 2024-08-03T03:34:18.223Z | Downloaded cookie v0.17.0 |
579 | 2024-08-03T03:34:18.225Z | Downloaded csv-core v0.1.11 |
580 | 2024-08-03T03:34:18.225Z | Downloaded base64 v0.13.1 |
581 | 2024-08-03T03:34:18.228Z | Downloaded wait-timeout v0.2.0 |
582 | 2024-08-03T03:34:18.231Z | Downloaded foreign-types v0.5.0 |
583 | 2024-08-03T03:34:18.231Z | Downloaded hostname v0.4.0 |
584 | 2024-08-03T03:34:18.233Z | Downloaded hostname v0.3.1 |
585 | 2024-08-03T03:34:18.236Z | Downloaded smawk v0.3.2 |
586 | 2024-08-03T03:34:18.236Z | Downloaded radium v0.7.0 |
587 | 2024-08-03T03:34:18.239Z | Downloaded quick-error v1.2.3 |
588 | 2024-08-03T03:34:18.239Z | Downloaded tokio-stream v0.1.15 |
589 | 2024-08-03T03:34:18.242Z | Downloaded rustversion v1.0.17 |
590 | 2024-08-03T03:34:18.245Z | Downloaded rand_chacha v0.3.1 |
591 | 2024-08-03T03:34:18.248Z | Downloaded fxhash v0.2.1 |
592 | 2024-08-03T03:34:18.248Z | Downloaded siphasher v0.3.11 |
593 | 2024-08-03T03:34:18.251Z | Downloaded r2d2 v0.8.10 |
594 | 2024-08-03T03:34:18.251Z | Downloaded predicates-tree v1.0.9 |
595 | 2024-08-03T03:34:18.254Z | Downloaded parking_lot_core v0.9.10 |
596 | 2024-08-03T03:34:18.254Z | Downloaded psl-types v2.0.11 |
597 | 2024-08-03T03:34:18.256Z | Downloaded peg v0.8.4 |
598 | 2024-08-03T03:34:18.259Z | Downloaded shlex v1.3.0 |
599 | 2024-08-03T03:34:18.262Z | Downloaded subtle v2.5.0 |
600 | 2024-08-03T03:34:18.262Z | Downloaded stringprep v0.1.4 |
601 | 2024-08-03T03:34:18.265Z | Downloaded tls_codec v0.4.1 |
602 | 2024-08-03T03:34:18.265Z | Downloaded derive_builder v0.20.0 |
603 | 2024-08-03T03:34:18.269Z | Downloaded cc v1.0.97 |
604 | 2024-08-03T03:34:18.272Z | Downloaded tls_codec_derive v0.4.1 |
605 | 2024-08-03T03:34:18.275Z | Downloaded crossbeam-epoch v0.9.18 |
606 | 2024-08-03T03:34:18.278Z | Downloaded globset v0.4.14 |
607 | 2024-08-03T03:34:18.280Z | Downloaded tar v0.4.41 |
608 | 2024-08-03T03:34:18.283Z | Downloaded parking_lot v0.12.2 |
609 | 2024-08-03T03:34:18.289Z | Downloaded tui-tree-widget v0.21.0 |
610 | 2024-08-03T03:34:18.289Z | Downloaded zeroize v1.7.0 |
611 | 2024-08-03T03:34:18.289Z | Downloaded unicode-xid v0.2.4 |
612 | 2024-08-03T03:34:18.289Z | Downloaded num-bigint v0.4.5 |
613 | 2024-08-03T03:34:18.293Z | Downloaded signature v2.2.0 |
614 | 2024-08-03T03:34:18.295Z | Downloaded ident_case v1.0.1 |
615 | 2024-08-03T03:34:18.295Z | Downloaded foreign-types-shared v0.1.1 |
616 | 2024-08-03T03:34:18.298Z | Downloaded dirs-next v2.0.0 |
617 | 2024-08-03T03:34:18.298Z | Downloaded difflib v0.4.0 |
618 | 2024-08-03T03:34:18.301Z | Downloaded unicode-truncate v1.0.0 |
619 | 2024-08-03T03:34:18.301Z | Downloaded peg-macros v0.8.4 |
620 | 2024-08-03T03:34:18.304Z | Downloaded slog v2.7.0 |
621 | 2024-08-03T03:34:18.306Z | Downloaded home v0.5.9 |
622 | 2024-08-03T03:34:18.306Z | Downloaded percent-encoding v2.3.1 |
623 | 2024-08-03T03:34:18.309Z | Downloaded gethostname v0.5.0 |
624 | 2024-08-03T03:34:18.309Z | Downloaded futures-task v0.3.30 |
625 | 2024-08-03T03:34:18.312Z | Downloaded serde_arrays v0.1.0 |
626 | 2024-08-03T03:34:18.312Z | Downloaded futures-sink v0.3.30 |
627 | 2024-08-03T03:34:18.312Z | Downloaded filetime v0.2.23 |
628 | 2024-08-03T03:34:18.314Z | Downloaded fastrand v2.1.0 |
629 | 2024-08-03T03:34:18.317Z | Downloaded float-ord v0.3.2 |
630 | 2024-08-03T03:34:18.317Z | Downloaded strum_macros v0.24.3 |
631 | 2024-08-03T03:34:18.320Z | Downloaded slog-scope v4.4.0 |
632 | 2024-08-03T03:34:18.321Z | Downloaded slog-json v2.6.1 |
633 | 2024-08-03T03:34:18.324Z | Downloaded portpicker v0.1.1 |
634 | 2024-08-03T03:34:18.324Z | Downloaded tempfile v3.10.1 |
635 | 2024-08-03T03:34:18.327Z | Downloaded strum_macros v0.26.4 |
636 | 2024-08-03T03:34:18.330Z | Downloaded signal-hook-registry v1.4.2 |
637 | 2024-08-03T03:34:18.330Z | Downloaded rtoolbox v0.0.2 |
638 | 2024-08-03T03:34:18.332Z | Downloaded fallible-iterator v0.2.0 |
639 | 2024-08-03T03:34:18.332Z | Downloaded arc-swap v1.7.1 |
640 | 2024-08-03T03:34:18.335Z | Downloaded mio v0.8.11 |
641 | 2024-08-03T03:34:18.340Z | Downloaded strum_macros v0.25.3 |
642 | 2024-08-03T03:34:18.343Z | Downloaded termios v0.3.3 |
643 | 2024-08-03T03:34:18.346Z | Downloaded termcolor v1.4.1 |
644 | 2024-08-03T03:34:18.346Z | Downloaded spin v0.5.2 |
645 | 2024-08-03T03:34:18.349Z | Downloaded unicode-bidi v0.3.15 |
646 | 2024-08-03T03:34:18.351Z | Downloaded tungstenite v0.21.0 |
647 | 2024-08-03T03:34:18.354Z | Downloaded minimal-lexical v0.2.1 |
648 | 2024-08-03T03:34:18.357Z | Downloaded highway v1.1.0 |
649 | 2024-08-03T03:34:18.360Z | Downloaded which v4.4.2 |
650 | 2024-08-03T03:34:18.362Z | Downloaded untrusted v0.9.0 |
651 | 2024-08-03T03:34:18.363Z | Downloaded hex v0.4.3 |
652 | 2024-08-03T03:34:18.365Z | Downloaded zeroize_derive v1.4.2 |
653 | 2024-08-03T03:34:18.365Z | Downloaded openssl-sys v0.9.103 |
654 | 2024-08-03T03:34:18.370Z | Downloaded hmac v0.12.1 |
655 | 2024-08-03T03:34:18.373Z | Downloaded poly1305 v0.8.0 |
656 | 2024-08-03T03:34:18.376Z | Downloaded powerfmt v0.2.0 |
657 | 2024-08-03T03:34:18.379Z | Downloaded hubpack_derive v0.1.1 |
658 | 2024-08-03T03:34:18.379Z | Downloaded base64 v0.21.7 |
659 | 2024-08-03T03:34:18.382Z | Downloaded zone_cfg_derive v0.1.2 |
660 | 2024-08-03T03:34:18.382Z | Downloaded toolchain_find v0.4.0 |
661 | 2024-08-03T03:34:18.384Z | Downloaded hash32 v0.2.1 |
662 | 2024-08-03T03:34:18.384Z | Downloaded subprocess v0.2.9 |
663 | 2024-08-03T03:34:18.387Z | Downloaded crypto-bigint v0.5.5 |
664 | 2024-08-03T03:34:18.401Z | Downloaded serde_path_to_error v0.1.16 |
665 | 2024-08-03T03:34:18.404Z | Downloaded waitgroup v0.1.2 |
666 | 2024-08-03T03:34:18.407Z | Downloaded static_assertions v1.1.0 |
667 | 2024-08-03T03:34:18.407Z | Downloaded slog-stdlog v4.1.1 |
668 | 2024-08-03T03:34:18.410Z | Downloaded sha1 v0.10.6 |
669 | 2024-08-03T03:34:18.410Z | Downloaded unicode-linebreak v0.1.5 |
670 | 2024-08-03T03:34:18.412Z | Downloaded term v0.7.0 |
671 | 2024-08-03T03:34:18.415Z | Downloaded strip-ansi-escapes v0.2.0 |
672 | 2024-08-03T03:34:18.415Z | Downloaded snafu-derive v0.8.2 |
673 | 2024-08-03T03:34:18.418Z | Downloaded scheduled-thread-pool v0.2.7 |
674 | 2024-08-03T03:34:18.418Z | Downloaded libm v0.2.8 |
675 | 2024-08-03T03:34:18.424Z | Downloaded rustc_version v0.4.0 |
676 | 2024-08-03T03:34:18.427Z | Downloaded pretty-hex v0.2.1 |
677 | 2024-08-03T03:34:18.427Z | Downloaded predicates-core v1.0.6 |
678 | 2024-08-03T03:34:18.430Z | Downloaded trust-dns-resolver v0.22.0 |
679 | 2024-08-03T03:34:18.432Z | Downloaded rand_core v0.6.4 |
680 | 2024-08-03T03:34:18.435Z | Downloaded unarray v0.1.4 |
681 | 2024-08-03T03:34:18.435Z | Downloaded diff v0.1.13 |
682 | 2024-08-03T03:34:18.438Z | Downloaded time-core v0.1.2 |
683 | 2024-08-03T03:34:18.440Z | Downloaded zone v0.1.8 |
684 | 2024-08-03T03:34:18.441Z | Downloaded structmeta-derive v0.3.0 |
685 | 2024-08-03T03:34:18.443Z | Downloaded fatfs v0.3.6 |
686 | 2024-08-03T03:34:18.446Z | Downloaded phf_shared v0.11.2 |
687 | 2024-08-03T03:34:18.446Z | Downloaded hubpack v0.1.2 |
688 | 2024-08-03T03:34:18.449Z | Downloaded serde_urlencoded v0.7.1 |
689 | 2024-08-03T03:34:18.449Z | Downloaded serde_repr v0.1.19 |
690 | 2024-08-03T03:34:18.452Z | Downloaded serde-hex v0.1.0 |
691 | 2024-08-03T03:34:18.452Z | Downloaded group v0.13.0 |
692 | 2024-08-03T03:34:18.454Z | Downloaded futures-io v0.3.30 |
693 | 2024-08-03T03:34:18.457Z | Downloaded topological-sort v0.2.2 |
694 | 2024-08-03T03:34:18.457Z | Downloaded serde_plain v1.0.2 |
695 | 2024-08-03T03:34:18.460Z | Downloaded smallvec v0.6.14 |
696 | 2024-08-03T03:34:18.460Z | Downloaded tungstenite v0.20.1 |
697 | 2024-08-03T03:34:18.462Z | Downloaded rustfmt-wrapper v0.2.1 |
698 | 2024-08-03T03:34:18.465Z | Downloaded embedded-io v0.4.0 |
699 | 2024-08-03T03:34:18.468Z | Downloaded tiny-keccak v2.0.2 |
700 | 2024-08-03T03:34:18.468Z | Downloaded time-macros v0.2.18 |
701 | 2024-08-03T03:34:18.471Z | Downloaded dyn-clone v1.0.17 |
702 | 2024-08-03T03:34:18.473Z | Downloaded env_logger v0.9.3 |
703 | 2024-08-03T03:34:18.476Z | Downloaded itertools v0.12.1 |
704 | 2024-08-03T03:34:18.481Z | Downloaded unicase v2.7.0 |
705 | 2024-08-03T03:34:18.483Z | Downloaded hash32 v0.3.1 |
706 | 2024-08-03T03:34:18.483Z | Downloaded pin-project-internal v1.1.5 |
707 | 2024-08-03T03:34:18.486Z | Downloaded env_logger v0.10.2 |
708 | 2024-08-03T03:34:18.489Z | Downloaded derive_more v0.99.18 |
709 | 2024-08-03T03:34:18.492Z | Downloaded utf-8 v0.7.6 |
710 | 2024-08-03T03:34:18.495Z | Downloaded rustls-pemfile v1.0.4 |
711 | 2024-08-03T03:34:18.498Z | Downloaded rustc-hash v1.1.0 |
712 | 2024-08-03T03:34:18.498Z | Downloaded rpassword v7.3.1 |
713 | 2024-08-03T03:34:18.501Z | Downloaded spki v0.7.3 |
714 | 2024-08-03T03:34:18.501Z | Downloaded proc-macro-crate v1.3.1 |
715 | 2024-08-03T03:34:18.504Z | Downloaded rand v0.8.5 |
716 | 2024-08-03T03:34:18.506Z | Downloaded tokio-tungstenite v0.20.1 |
717 | 2024-08-03T03:34:18.509Z | Downloaded x509-cert v0.2.5 |
718 | 2024-08-03T03:34:18.512Z | Downloaded pin-utils v0.1.0 |
719 | 2024-08-03T03:34:18.515Z | Downloaded diesel_table_macro_syntax v0.1.0 |
720 | 2024-08-03T03:34:18.515Z | Downloaded precomputed-hash v0.1.1 |
721 | 2024-08-03T03:34:18.515Z | Downloaded tokio-rustls v0.24.1 |
722 | 2024-08-03T03:34:18.519Z | Downloaded pem-rfc7468 v0.7.0 |
723 | 2024-08-03T03:34:18.522Z | Downloaded hyper-staticfile v0.9.5 |
724 | 2024-08-03T03:34:18.522Z | Downloaded hyper-tls v0.5.0 |
725 | 2024-08-03T03:34:18.525Z | Downloaded httpdate v1.0.3 |
726 | 2024-08-03T03:34:18.525Z | Downloaded deranged v0.3.11 |
727 | 2024-08-03T03:34:18.528Z | Downloaded derive-where v1.2.7 |
728 | 2024-08-03T03:34:18.530Z | Downloaded headers v0.3.9 |
729 | 2024-08-03T03:34:18.533Z | Downloaded steno v0.4.1 |
730 | 2024-08-03T03:34:18.537Z | Downloaded schemars_derive v0.8.21 |
731 | 2024-08-03T03:34:18.540Z | Downloaded heck v0.3.3 |
732 | 2024-08-03T03:34:18.540Z | Downloaded getrandom v0.2.14 |
733 | 2024-08-03T03:34:18.543Z | Downloaded vsss-rs v3.3.4 |
734 | 2024-08-03T03:34:18.546Z | Downloaded structmeta v0.2.0 |
735 | 2024-08-03T03:34:18.549Z | Downloaded slog-term v2.9.1 |
736 | 2024-08-03T03:34:18.551Z | Downloaded want v0.3.1 |
737 | 2024-08-03T03:34:18.551Z | Downloaded termtree v0.4.1 |
738 | 2024-08-03T03:34:18.551Z | Downloaded erased-serde v0.3.31 |
739 | 2024-08-03T03:34:18.554Z | Downloaded sqlparser_derive v0.2.2 |
740 | 2024-08-03T03:34:18.554Z | Downloaded rustls-pemfile v2.1.2 |
741 | 2024-08-03T03:34:18.557Z | Downloaded rustc_version v0.1.7 |
742 | 2024-08-03T03:34:18.557Z | Downloaded ppv-lite86 v0.2.17 |
743 | 2024-08-03T03:34:18.559Z | Downloaded ena v0.14.3 |
744 | 2024-08-03T03:34:18.559Z | Downloaded slog-bunyan v2.5.0 |
745 | 2024-08-03T03:34:18.562Z | Downloaded slog-async v2.8.0 |
746 | 2024-08-03T03:34:18.562Z | Downloaded secrecy v0.8.0 |
747 | 2024-08-03T03:34:18.565Z | Downloaded scopeguard v1.2.0 |
748 | 2024-08-03T03:34:18.565Z | Downloaded getopts v0.2.21 |
749 | 2024-08-03T03:34:18.568Z | Downloaded futures-macro v0.3.30 |
750 | 2024-08-03T03:34:18.568Z | Downloaded itertools v0.10.5 |
751 | 2024-08-03T03:34:18.573Z | Downloaded publicsuffix v2.2.3 |
752 | 2024-08-03T03:34:18.576Z | Downloaded foreign-types-shared v0.3.1 |
753 | 2024-08-03T03:34:18.579Z | Downloaded display-error-chain v0.2.0 |
754 | 2024-08-03T03:34:18.579Z | Downloaded crossterm v0.27.0 |
755 | 2024-08-03T03:34:18.583Z | Downloaded whoami v1.5.1 |
756 | 2024-08-03T03:34:18.587Z | Downloaded stability v0.2.0 |
757 | 2024-08-03T03:34:18.590Z | Downloaded toml v0.5.11 |
758 | 2024-08-03T03:34:18.590Z | Downloaded smf v0.2.3 |
759 | 2024-08-03T03:34:18.590Z | Downloaded slog-envlogger v2.2.0 |
760 | 2024-08-03T03:34:18.592Z | Downloaded phf_shared v0.10.0 |
761 | 2024-08-03T03:34:18.592Z | Downloaded resolv-conf v0.7.0 |
762 | 2024-08-03T03:34:18.595Z | Downloaded funty v2.0.0 |
763 | 2024-08-03T03:34:18.595Z | Downloaded url v2.5.2 |
764 | 2024-08-03T03:34:18.598Z | Downloaded serde_with_macros v3.8.3 |
765 | 2024-08-03T03:34:18.600Z | Downloaded vte v0.11.1 |
766 | 2024-08-03T03:34:18.603Z | Downloaded slog-dtrace v0.3.0 |
767 | 2024-08-03T03:34:18.603Z | Downloaded half v2.4.1 |
768 | 2024-08-03T03:34:18.606Z | Downloaded heapless v0.8.0 |
769 | 2024-08-03T03:34:18.610Z | Downloaded pin-project v1.1.5 |
770 | 2024-08-03T03:34:18.620Z | Downloaded dirs-sys-next v0.1.2 |
771 | 2024-08-03T03:34:18.623Z | Downloaded downcast v0.11.0 |
772 | 2024-08-03T03:34:18.623Z | Downloaded stable_deref_trait v1.2.0 |
773 | 2024-08-03T03:34:18.623Z | Downloaded ref-cast v1.0.23 |
774 | 2024-08-03T03:34:18.626Z | Downloaded form_urlencoded v1.2.1 |
775 | 2024-08-03T03:34:18.628Z | Downloaded pkcs8 v0.10.2 |
776 | 2024-08-03T03:34:18.631Z | Downloaded test-strategy v0.3.1 |
777 | 2024-08-03T03:34:18.634Z | Downloaded num-bigint-dig v0.8.4 |
778 | 2024-08-03T03:34:18.636Z | Downloaded blake3 v1.5.1 |
779 | 2024-08-03T03:34:18.643Z | Downloaded phf v0.11.2 |
780 | 2024-08-03T03:34:18.646Z | Downloaded float-cmp v0.9.0 |
781 | 2024-08-03T03:34:18.646Z | Downloaded sqlformat v0.2.4 |
782 | 2024-08-03T03:34:18.649Z | Downloaded flagset v0.4.5 |
783 | 2024-08-03T03:34:18.649Z | Downloaded structmeta-derive v0.2.0 |
784 | 2024-08-03T03:34:18.652Z | Downloaded tokio-macros v2.3.0 |
785 | 2024-08-03T03:34:18.652Z | Downloaded tokio-native-tls v0.3.1 |
786 | 2024-08-03T03:34:18.652Z | Downloaded ref-cast-impl v1.0.23 |
787 | 2024-08-03T03:34:18.655Z | Downloaded elliptic-curve v0.13.8 |
788 | 2024-08-03T03:34:18.658Z | Downloaded tracing-attributes v0.1.27 |
789 | 2024-08-03T03:34:18.661Z | Downloaded smallvec v1.13.2 |
790 | 2024-08-03T03:34:18.661Z | Downloaded http-range v0.1.5 |
791 | 2024-08-03T03:34:18.665Z | Downloaded http-body v0.4.6 |
792 | 2024-08-03T03:34:18.665Z | Downloaded pkcs1 v0.7.5 |
793 | 2024-08-03T03:34:18.668Z | Downloaded thread_local v1.1.8 |
794 | 2024-08-03T03:34:18.669Z | Downloaded tokio-postgres v0.7.11 |
795 | 2024-08-03T03:34:18.671Z | Downloaded serde_with v3.8.3 |
796 | 2024-08-03T03:34:18.679Z | Downloaded uzers v0.11.3 |
797 | 2024-08-03T03:34:18.683Z | Downloaded fixedbitset v0.4.2 |
798 | 2024-08-03T03:34:18.683Z | Downloaded http v0.2.12 |
799 | 2024-08-03T03:34:18.686Z | Downloaded uuid v1.10.0 |
800 | 2024-08-03T03:34:18.689Z | Downloaded aho-corasick v1.1.3 |
801 | 2024-08-03T03:34:18.695Z | Downloaded thiserror-impl-no-std v2.0.2 |
802 | 2024-08-03T03:34:18.697Z | Downloaded thiserror-no-std v2.0.2 |
803 | 2024-08-03T03:34:18.700Z | Downloaded serde_yaml v0.9.34+deprecated |
804 | 2024-08-03T03:34:18.703Z | Downloaded itertools v0.13.0 |
805 | 2024-08-03T03:34:18.708Z | Downloaded predicates v3.1.2 |
806 | 2024-08-03T03:34:18.711Z | Downloaded zerocopy v0.6.6 |
807 | 2024-08-03T03:34:18.714Z | Downloaded textwrap v0.16.1 |
808 | 2024-08-03T03:34:18.717Z | Downloaded snafu v0.8.2 |
809 | 2024-08-03T03:34:18.721Z | Downloaded fragile v2.0.0 |
810 | 2024-08-03T03:34:18.727Z | Downloaded regex-automata v0.1.10 |
811 | 2024-08-03T03:34:18.730Z | Downloaded flate2 v1.0.30 |
812 | 2024-08-03T03:34:18.733Z | Downloaded prettyplease v0.2.20 |
813 | 2024-08-03T03:34:18.737Z | Downloaded ron v0.7.1 |
814 | 2024-08-03T03:34:18.739Z | Downloaded schemars v0.8.21 |
815 | 2024-08-03T03:34:18.749Z | Downloaded hyper-rustls v0.24.2 |
816 | 2024-08-03T03:34:18.753Z | Downloaded httparse v1.8.0 |
817 | 2024-08-03T03:34:18.755Z | Downloaded diesel_derives v2.1.4 |
818 | 2024-08-03T03:34:18.758Z | Downloaded rsa v0.9.6 |
819 | 2024-08-03T03:34:18.763Z | Downloaded toml_edit v0.19.15 |
820 | 2024-08-03T03:34:18.777Z | Downloaded heapless v0.7.17 |
821 | 2024-08-03T03:34:18.780Z | Downloaded rcgen v0.12.1 |
822 | 2024-08-03T03:34:18.784Z | Downloaded trust-dns-client v0.22.0 |
823 | 2024-08-03T03:34:18.788Z | Downloaded tracing-core v0.1.32 |
824 | 2024-08-03T03:34:18.791Z | Downloaded trust-dns-server v0.22.1 |
825 | 2024-08-03T03:34:18.796Z | Downloaded hashbrown v0.12.3 |
826 | 2024-08-03T03:34:18.800Z | Downloaded http v1.1.0 |
827 | 2024-08-03T03:34:18.803Z | Downloaded bitvec v1.0.1 |
828 | 2024-08-03T03:34:18.818Z | Downloaded unicode-normalization v0.1.23 |
829 | 2024-08-03T03:34:18.824Z | Downloaded rayon-core v1.12.1 |
830 | 2024-08-03T03:34:18.833Z | Downloaded futures-util v0.3.30 |
831 | 2024-08-03T03:34:18.841Z | Downloaded rustyline v14.0.0 |
832 | 2024-08-03T03:34:18.845Z | Downloaded tracing v0.1.40 |
833 | 2024-08-03T03:34:18.845Z | Downloaded time v0.3.36 |
834 | 2024-08-03T03:34:18.851Z | Downloaded hashbrown v0.13.2 |
835 | 2024-08-03T03:34:18.854Z | Downloaded tokio-util v0.7.11 |
836 | 2024-08-03T03:34:18.861Z | Downloaded rustls-webpki v0.101.7 |
837 | 2024-08-03T03:34:18.873Z | Downloaded typed-path v0.7.1 |
838 | 2024-08-03T03:34:18.879Z | Downloaded unicode-segmentation v1.11.0 |
839 | 2024-08-03T03:34:18.882Z | Downloaded hkdf v0.12.4 |
840 | 2024-08-03T03:34:18.885Z | Downloaded chrono v0.4.38 |
841 | 2024-08-03T03:34:18.891Z | Downloaded rustls-webpki v0.102.4 |
842 | 2024-08-03T03:34:18.908Z | Downloaded hyper v0.14.30 |
843 | 2024-08-03T03:34:18.914Z | Downloaded reedline v0.31.0 |
844 | 2024-08-03T03:34:18.926Z | Downloaded h2 v0.3.26 |
845 | 2024-08-03T03:34:18.931Z | Downloaded reqwest v0.11.27 |
846 | 2024-08-03T03:34:18.935Z | Downloaded winnow v0.5.40 |
847 | 2024-08-03T03:34:18.944Z | Downloaded proptest v1.4.0 |
848 | 2024-08-03T03:34:18.951Z | Downloaded radix_trie v0.2.1 |
849 | 2024-08-03T03:34:18.955Z | Downloaded openssl v0.10.66 |
850 | 2024-08-03T03:34:18.964Z | Downloaded object v0.32.2 |
851 | 2024-08-03T03:34:18.976Z | Downloaded nix v0.28.0 |
852 | 2024-08-03T03:34:18.985Z | Downloaded nix v0.27.1 |
853 | 2024-08-03T03:34:18.994Z | Downloaded idna v0.3.0 |
854 | 2024-08-03T03:34:19.002Z | Downloaded vcpkg v0.2.15 |
855 | 2024-08-03T03:34:19.039Z | Downloaded idna v0.5.0 |
856 | 2024-08-03T03:34:19.044Z | Downloaded smoltcp v0.9.1 |
857 | 2024-08-03T03:34:19.055Z | Downloaded diesel v2.1.6 |
858 | 2024-08-03T03:34:19.073Z | Downloaded polar-core v0.27.3 |
859 | 2024-08-03T03:34:19.082Z | Downloaded smoltcp v0.11.0 |
860 | 2024-08-03T03:34:19.095Z | Downloaded rustls v0.21.12 |
861 | 2024-08-03T03:34:19.106Z | Downloaded regex v1.10.5 |
862 | 2024-08-03T03:34:19.120Z | Downloaded ratatui v0.27.0 |
863 | 2024-08-03T03:34:19.141Z | Downloaded regress v0.9.1 |
864 | 2024-08-03T03:34:19.150Z | Downloaded trust-dns-proto v0.22.0 |
865 | 2024-08-03T03:34:19.161Z | Downloaded finl_unicode v1.2.0 |
866 | 2024-08-03T03:34:19.175Z | Downloaded petgraph v0.6.5 |
867 | 2024-08-03T03:34:19.195Z | Downloaded gimli v0.28.1 |
868 | 2024-08-03T03:34:19.202Z | Downloaded regex-syntax v0.8.3 |
869 | 2024-08-03T03:34:19.210Z | Downloaded sled v0.34.7 |
870 | 2024-08-03T03:34:19.220Z | Downloaded regex-syntax v0.6.29 |
871 | 2024-08-03T03:34:19.228Z | Downloaded encoding_rs v0.8.34 |
872 | 2024-08-03T03:34:19.250Z | Downloaded bstr v1.9.1 |
873 | 2024-08-03T03:34:19.259Z | Downloaded rustls v0.22.4 |
874 | 2024-08-03T03:34:19.272Z | Downloaded openapiv3 v2.0.0 |
875 | 2024-08-03T03:34:19.284Z | Downloaded zerocopy-derive v0.6.6 |
876 | 2024-08-03T03:34:19.295Z | Downloaded regex-automata v0.4.6 |
877 | 2024-08-03T03:34:19.311Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
878 | 2024-08-03T03:34:19.323Z | Downloaded bstr v0.2.17 |
879 | 2024-08-03T03:34:19.332Z | Downloaded idna v0.2.3 |
880 | 2024-08-03T03:34:19.338Z | Downloaded webpki-roots v0.25.4 |
881 | 2024-08-03T03:34:19.342Z | Downloaded object v0.30.4 |
882 | 2024-08-03T03:34:19.352Z | Downloaded curve25519-dalek v4.1.3 |
883 | 2024-08-03T03:34:19.361Z | Downloaded rayon v1.10.0 |
884 | 2024-08-03T03:34:19.370Z | Downloaded csv v1.3.0 |
885 | 2024-08-03T03:34:19.390Z | Downloaded tokio v1.38.1 |
886 | 2024-08-03T03:34:19.426Z | Downloaded sha3 v0.10.8 |
887 | 2024-08-03T03:34:19.432Z | Downloaded lalrpop v0.19.12 |
888 | 2024-08-03T03:34:19.441Z | Downloaded portable-atomic v1.6.0 |
889 | 2024-08-03T03:34:19.447Z | Downloaded quick-xml v0.31.0 |
890 | 2024-08-03T03:34:19.453Z | Downloaded sqlparser v0.45.0 |
891 | 2024-08-03T03:34:19.459Z | Downloaded bindgen v0.69.4 |
892 | 2024-08-03T03:34:19.465Z | Downloaded futures v0.3.30 |
893 | 2024-08-03T03:34:19.471Z | Downloaded flume v0.11.0 |
894 | 2024-08-03T03:34:19.473Z | Downloaded structmeta v0.3.0 |
895 | 2024-08-03T03:34:19.476Z | Downloaded wyz v0.5.1 |
896 | 2024-08-03T03:34:19.476Z | Downloaded walkdir v2.5.0 |
897 | 2024-08-03T03:34:19.480Z | Downloaded sct v0.7.1 |
898 | 2024-08-03T03:34:19.483Z | Downloaded libxml v0.3.3 |
899 | 2024-08-03T03:34:19.486Z | Downloaded spin v0.9.8 |
900 | 2024-08-03T03:34:19.490Z | Downloaded zip v0.6.6 |
901 | 2024-08-03T03:34:19.492Z | Downloaded expectorate v1.1.0 |
902 | 2024-08-03T03:34:19.495Z | Downloaded unicode_categories v0.1.1 |
903 | 2024-08-03T03:34:19.495Z | Downloaded tough v0.17.1 |
904 | 2024-08-03T03:34:19.502Z | Downloaded nom v7.1.3 |
905 | 2024-08-03T03:34:19.508Z | Downloaded tokio-tungstenite v0.21.0 |
906 | 2024-08-03T03:34:19.510Z | Downloaded ron v0.8.1 |
907 | 2024-08-03T03:34:19.514Z | Downloaded socket2 v0.4.10 |
908 | 2024-08-03T03:34:19.518Z | Downloaded samael v0.0.15 |
909 | 2024-08-03T03:34:19.522Z | Downloaded crossbeam-channel v0.5.12 |
910 | 2024-08-03T03:34:19.525Z | Downloaded toml v0.7.8 |
911 | 2024-08-03T03:34:19.528Z | Downloaded postcard v1.0.8 |
912 | 2024-08-03T03:34:19.531Z | Downloaded serde_derive_internals v0.29.1 |
913 | 2024-08-03T03:34:19.533Z | Downloaded der_derive v0.7.2 |
914 | 2024-08-03T03:34:19.533Z | Downloaded rustls-pki-types v1.7.0 |
915 | 2024-08-03T03:34:19.537Z | Downloaded tinyvec v1.6.0 |
916 | 2024-08-03T03:34:19.540Z | Downloaded similar v2.5.0 |
917 | 2024-08-03T03:34:19.543Z | Downloaded const_format v0.2.32 |
918 | 2024-08-03T03:34:19.546Z | Downloaded compact_str v0.7.1 |
919 | 2024-08-03T03:34:19.550Z | Downloaded sec1 v0.7.3 |
920 | 2024-08-03T03:34:19.554Z | Downloaded rand_xorshift v0.3.0 |
921 | 2024-08-03T03:34:19.554Z | Downloaded rand_seeder v0.2.3 |
922 | 2024-08-03T03:34:19.554Z | Downloaded foreign-types-macros v0.2.3 |
923 | 2024-08-03T03:34:19.554Z | Downloaded serde-big-array v0.5.1 |
924 | 2024-08-03T03:34:19.557Z | Downloaded semver v0.1.20 |
925 | 2024-08-03T03:34:19.557Z | Downloaded rustc-demangle v0.1.24 |
926 | 2024-08-03T03:34:19.557Z | Downloaded pin-project-lite v0.2.14 |
927 | 2024-08-03T03:34:19.561Z | Downloaded signal-hook v0.3.17 |
928 | 2024-08-03T03:34:19.565Z | Downloaded unsafe-libyaml v0.2.11 |
929 | 2024-08-03T03:34:19.569Z | Downloaded pkg-config v0.3.30 |
930 | 2024-08-03T03:34:19.569Z | Downloaded postgres-protocol v0.6.7 |
931 | 2024-08-03T03:34:19.572Z | Downloaded iana-time-zone v0.1.60 |
932 | 2024-08-03T03:34:19.572Z | Downloaded postgres-types v0.2.7 |
933 | 2024-08-03T03:34:19.576Z | Downloaded darling_core v0.20.9 |
934 | 2024-08-03T03:34:19.579Z | Downloaded bytes v1.6.0 |
935 | 2024-08-03T03:34:19.583Z | Downloaded futures-channel v0.3.30 |
936 | 2024-08-03T03:34:19.588Z | Downloaded derive_builder_core v0.20.0 |
937 | 2024-08-03T03:34:19.588Z | Downloaded yasna v0.5.2 |
938 | 2024-08-03T03:34:19.590Z | Downloaded omicron-zone-package v0.11.0 |
939 | 2024-08-03T03:34:19.590Z | Downloaded miniz_oxide v0.7.2 |
940 | 2024-08-03T03:34:19.593Z | Downloaded mime_guess v2.0.4 |
941 | 2024-08-03T03:34:19.593Z | Downloaded blake2 v0.10.6 |
942 | 2024-08-03T03:34:19.596Z | Downloaded signal-hook-mio v0.2.3 |
943 | 2024-08-03T03:34:19.596Z | Downloaded same-file v1.0.6 |
944 | 2024-08-03T03:34:19.598Z | Downloaded socket2 v0.5.7 |
945 | 2024-08-03T03:34:19.599Z | Downloaded rusty-fork v0.3.0 |
946 | 2024-08-03T03:34:19.603Z | Downloaded tokio-rustls v0.25.0 |
947 | 2024-08-03T03:34:19.603Z | Downloaded vte_generate_state_changes v0.1.1 |
948 | 2024-08-03T03:34:19.606Z | Downloaded humantime v2.1.0 |
949 | 2024-08-03T03:34:19.606Z | Downloaded backtrace v0.3.71 |
950 | 2024-08-03T03:34:19.609Z | Downloaded num-complex v0.4.6 |
951 | 2024-08-03T03:34:19.613Z | Downloaded libloading v0.8.3 |
952 | 2024-08-03T03:34:19.613Z | Downloaded enum-as-inner v0.5.1 |
953 | 2024-08-03T03:34:19.616Z | Downloaded tinyvec_macros v0.1.1 |
954 | 2024-08-03T03:34:19.616Z | Downloaded xattr v1.3.1 |
955 | 2024-08-03T03:34:19.616Z | Downloaded async-trait v0.1.81 |
956 | 2024-08-03T03:34:19.621Z | Downloaded lalrpop-util v0.19.12 |
957 | 2024-08-03T03:34:19.621Z | Downloaded cobs v0.2.3 |
958 | 2024-08-03T03:34:19.624Z | Downloaded num_enum v0.5.11 |
959 | 2024-08-03T03:34:19.624Z | Downloaded multer v3.1.0 |
960 | 2024-08-03T03:34:19.627Z | Downloaded linked-hash-map v0.5.6 |
961 | 2024-08-03T03:34:19.627Z | Downloaded chacha20 v0.9.1 |
962 | 2024-08-03T03:34:19.630Z | Downloaded cexpr v0.6.0 |
963 | 2024-08-03T03:34:19.630Z | Downloaded memoffset v0.9.1 |
964 | 2024-08-03T03:34:19.633Z | Downloaded md-5 v0.10.6 |
965 | 2024-08-03T03:34:19.633Z | Downloaded defmt-macros v0.3.9 |
966 | 2024-08-03T03:34:19.636Z | Downloaded crc v3.2.1 |
967 | 2024-08-03T03:34:19.640Z | Downloaded crc-any v2.5.0 |
968 | 2024-08-03T03:34:19.640Z | Downloaded cookie v0.18.1 |
969 | 2024-08-03T03:34:19.643Z | Downloaded const-oid v0.9.6 |
970 | 2024-08-03T03:34:19.643Z | Downloaded base64ct v1.6.0 |
971 | 2024-08-03T03:34:19.648Z | Downloaded num-traits v0.2.19 |
972 | 2024-08-03T03:34:19.651Z | Downloaded lru v0.12.3 |
973 | 2024-08-03T03:34:19.651Z | Downloaded indicatif v0.17.8 |
974 | 2024-08-03T03:34:19.653Z | Downloaded cipher v0.4.4 |
975 | 2024-08-03T03:34:19.653Z | Downloaded bit-set v0.5.3 |
976 | 2024-08-03T03:34:19.656Z | Downloaded array-init v0.0.4 |
977 | 2024-08-03T03:34:19.656Z | Downloaded addr2line v0.21.0 |
978 | 2024-08-03T03:34:19.660Z | Downloaded linear-map v1.2.0 |
979 | 2024-08-03T03:34:19.660Z | Downloaded is-terminal v0.4.12 |
980 | 2024-08-03T03:34:19.660Z | Downloaded cstr-argument v0.1.2 |
981 | 2024-08-03T03:34:19.663Z | Downloaded ciborium-io v0.2.2 |
982 | 2024-08-03T03:34:19.663Z | Downloaded arrayvec v0.7.4 |
983 | 2024-08-03T03:34:19.663Z | Downloaded memmap2 v0.9.4 |
984 | 2024-08-03T03:34:19.663Z | Downloaded lock_api v0.4.12 |
985 | 2024-08-03T03:34:19.666Z | Downloaded libsw v3.3.1 |
986 | 2024-08-03T03:34:19.666Z | Downloaded bzip2 v0.4.4 |
987 | 2024-08-03T03:34:19.669Z | Downloaded ipnet v2.9.0 |
988 | 2024-08-03T03:34:19.672Z | Downloaded bitfield v0.14.0 |
989 | 2024-08-03T03:34:19.672Z | Downloaded base16ct v0.2.0 |
990 | 2024-08-03T03:34:19.672Z | Downloaded aead v0.5.2 |
991 | 2024-08-03T03:34:19.675Z | Downloaded nibble_vec v0.1.0 |
992 | 2024-08-03T03:34:19.675Z | Downloaded ipnetwork v0.20.0 |
993 | 2024-08-03T03:34:19.678Z | Downloaded num-iter v0.1.45 |
994 | 2024-08-03T03:34:19.678Z | Downloaded keccak v0.1.5 |
995 | 2024-08-03T03:34:19.678Z | Downloaded argon2 v0.5.3 |
996 | 2024-08-03T03:34:19.681Z | Downloaded impl-trait-for-tuples v0.2.2 |
997 | 2024-08-03T03:34:19.681Z | Downloaded defmt-parser v0.3.4 |
998 | 2024-08-03T03:34:19.685Z | Downloaded indent_write v2.2.0 |
999 | 2024-08-03T03:34:19.685Z | Downloaded data-encoding v2.6.0 |
1000 | 2024-08-03T03:34:19.685Z | Downloaded cassowary v0.3.0 |
1001 | 2024-08-03T03:34:19.688Z | Downloaded atomic-waker v1.1.2 |
1002 | 2024-08-03T03:34:19.855Z | Downloaded ring v0.17.8 |
1003 | 2024-08-03T03:34:19.968Z | Downloaded ring v0.16.20 |
1004 | 2024-08-03T03:34:20.125Z | Compiling cfg-if v1.0.0 |
1005 | 2024-08-03T03:34:20.125Z | Compiling serde v1.0.204 |
1006 | 2024-08-03T03:34:20.128Z | Compiling lock_api v0.4.12 |
1007 | 2024-08-03T03:34:20.128Z | Compiling scopeguard v1.2.0 |
1008 | 2024-08-03T03:34:20.270Z | Compiling log v0.4.21 |
1009 | 2024-08-03T03:34:20.293Z | Compiling syn v2.0.72 |
1010 | 2024-08-03T03:34:20.296Z | Compiling cc v1.0.97 |
1011 | 2024-08-03T03:34:20.304Z | Compiling parking_lot_core v0.9.10 |
1012 | 2024-08-03T03:34:20.346Z | Compiling getrandom v0.2.14 |
1013 | 2024-08-03T03:34:20.408Z | Compiling smallvec v1.13.2 |
1014 | 2024-08-03T03:34:20.680Z | Compiling rand_core v0.6.4 |
1015 | 2024-08-03T03:34:20.811Z | Compiling typenum v1.17.0 |
1016 | 2024-08-03T03:34:20.819Z | Compiling generic-array v0.14.7 |
1017 | 2024-08-03T03:34:20.854Z | Compiling pin-project-lite v0.2.14 |
1018 | 2024-08-03T03:34:20.965Z | Compiling signal-hook-registry v1.4.2 |
1019 | 2024-08-03T03:34:21.128Z | Compiling spin v0.9.8 |
1020 | 2024-08-03T03:34:21.152Z | Compiling mio v0.8.11 |
1021 | 2024-08-03T03:34:21.172Z | Compiling parking_lot v0.12.2 |
1022 | 2024-08-03T03:34:21.459Z | Compiling libm v0.2.8 |
1023 | 2024-08-03T03:34:21.532Z | Compiling serde_json v1.0.122 |
1024 | 2024-08-03T03:34:21.883Z | Compiling ahash v0.8.11 |
1025 | 2024-08-03T03:34:21.961Z | Compiling num-traits v0.2.19 |
1026 | 2024-08-03T03:34:21.981Z | Compiling tinyvec_macros v0.1.1 |
1027 | 2024-08-03T03:34:22.075Z | Compiling futures-core v0.3.30 |
1028 | 2024-08-03T03:34:22.112Z | Compiling tinyvec v1.6.0 |
1029 | 2024-08-03T03:34:22.332Z | Compiling socket2 v0.5.7 |
1030 | 2024-08-03T03:34:22.481Z | Compiling num_cpus v1.16.0 |
1031 | 2024-08-03T03:34:22.585Z | Compiling subtle v2.5.0 |
1032 | 2024-08-03T03:34:22.636Z | Compiling const-oid v0.9.6 |
1033 | 2024-08-03T03:34:22.938Z | Compiling slab v0.4.9 |
1034 | 2024-08-03T03:34:23.261Z | Compiling unicode-bidi v0.3.15 |
1035 | 2024-08-03T03:34:23.731Z | Compiling unicode-normalization v0.1.23 |
1036 | 2024-08-03T03:34:23.761Z | Compiling allocator-api2 v0.2.18 |
1037 | 2024-08-03T03:34:23.841Z | Compiling futures-sink v0.3.30 |
1038 | 2024-08-03T03:34:24.069Z | Compiling futures-channel v0.3.30 |
1039 | 2024-08-03T03:34:24.479Z | Compiling pin-utils v0.1.0 |
1040 | 2024-08-03T03:34:24.552Z | Compiling pkg-config v0.3.30 |
1041 | 2024-08-03T03:34:24.569Z | Compiling futures-io v0.3.30 |
1042 | 2024-08-03T03:34:24.571Z | Compiling vcpkg v0.2.15 |
1043 | 2024-08-03T03:34:24.706Z | Compiling futures-task v0.3.30 |
1044 | 2024-08-03T03:34:24.784Z | Compiling ring v0.17.8 |
1045 | 2024-08-03T03:34:24.842Z | Compiling percent-encoding v2.3.1 |
1046 | 2024-08-03T03:34:24.898Z | Compiling ppv-lite86 v0.2.17 |
1047 | 2024-08-03T03:34:25.011Z | Compiling tracing-core v0.1.32 |
1048 | 2024-08-03T03:34:25.193Z | Compiling time-core v0.1.2 |
1049 | 2024-08-03T03:34:25.370Z | Compiling syn v1.0.109 |
1050 | 2024-08-03T03:34:25.499Z | Compiling powerfmt v0.2.0 |
1051 | 2024-08-03T03:34:25.678Z | Compiling rand_chacha v0.3.1 |
1052 | 2024-08-03T03:34:25.878Z | Compiling rustix v0.38.34 |
1053 | 2024-08-03T03:34:26.003Z | Compiling untrusted v0.9.0 |
1054 | 2024-08-03T03:34:26.085Z | Compiling num-conv v0.1.0 |
1055 | 2024-08-03T03:34:26.145Z | Compiling rand v0.8.5 |
1056 | 2024-08-03T03:34:26.370Z | Compiling time-macros v0.2.18 |
1057 | 2024-08-03T03:34:26.410Z | Compiling deranged v0.3.11 |
1058 | 2024-08-03T03:34:26.686Z | Compiling openssl-sys v0.9.103 |
1059 | 2024-08-03T03:34:26.768Z | Compiling iana-time-zone v0.1.60 |
1060 | 2024-08-03T03:34:27.213Z | Compiling httparse v1.8.0 |
1061 | 2024-08-03T03:34:27.623Z | Compiling base64ct v1.6.0 |
1062 | 2024-08-03T03:34:27.923Z | Compiling num_threads v0.1.7 |
1063 | 2024-08-03T03:34:28.013Z | Compiling foreign-types-shared v0.1.1 |
1064 | 2024-08-03T03:34:28.059Z | Compiling openssl v0.10.66 |
1065 | 2024-08-03T03:34:28.101Z | Compiling rustversion v1.0.17 |
1066 | 2024-08-03T03:34:28.135Z | Compiling foreign-types v0.3.2 |
1067 | 2024-08-03T03:34:28.167Z | Compiling pem-rfc7468 v0.7.0 |
1068 | 2024-08-03T03:34:28.444Z | Compiling form_urlencoded v1.2.1 |
1069 | 2024-08-03T03:34:28.689Z | Compiling try-lock v0.2.5 |
1070 | 2024-08-03T03:34:28.785Z | Compiling rustls v0.21.12 |
1071 | 2024-08-03T03:34:28.836Z | Compiling crossbeam-utils v0.8.19 |
1072 | 2024-08-03T03:34:28.851Z | Compiling flagset v0.4.5 |
1073 | 2024-08-03T03:34:28.998Z | Compiling native-tls v0.2.11 |
1074 | 2024-08-03T03:34:29.013Z | Compiling siphasher v0.3.11 |
1075 | 2024-08-03T03:34:29.201Z | Compiling time v0.3.36 |
1076 | 2024-08-03T03:34:29.317Z | Compiling want v0.3.1 |
1077 | 2024-08-03T03:34:29.544Z | Compiling serde_derive_internals v0.29.1 |
1078 | 2024-08-03T03:34:30.135Z | Compiling idna v0.5.0 |
1079 | 2024-08-03T03:34:30.384Z | Compiling lazy_static v1.5.0 |
1080 | 2024-08-03T03:34:30.504Z | Compiling cookie v0.17.0 |
1081 | 2024-08-03T03:34:30.785Z | Compiling aho-corasick v1.1.3 |
1082 | 2024-08-03T03:34:31.663Z | Compiling tower-service v0.3.2 |
1083 | 2024-08-03T03:34:31.702Z | Compiling cpufeatures v0.2.12 |
1084 | 2024-08-03T03:34:31.789Z | Compiling slog v2.7.0 |
1085 | 2024-08-03T03:34:31.809Z | Compiling openssl-probe v0.1.5 |
1086 | 2024-08-03T03:34:32.123Z | Compiling adler v1.0.2 |
1087 | 2024-08-03T03:34:32.146Z | Compiling finl_unicode v1.2.0 |
1088 | 2024-08-03T03:34:32.288Z | Compiling schemars v0.8.21 |
1089 | 2024-08-03T03:34:32.335Z | Compiling httpdate v1.0.3 |
1090 | 2024-08-03T03:34:32.629Z | Compiling signal-hook v0.3.17 |
1091 | 2024-08-03T03:34:32.738Z | Compiling regex-syntax v0.8.3 |
1092 | 2024-08-03T03:34:32.796Z | Compiling stringprep v0.1.4 |
1093 | 2024-08-03T03:34:33.002Z | Compiling miniz_oxide v0.7.2 |
1094 | 2024-08-03T03:34:33.743Z | Compiling serde_derive v1.0.204 |
1095 | 2024-08-03T03:34:33.910Z | Compiling zeroize_derive v1.4.2 |
1096 | 2024-08-03T03:34:34.026Z | Compiling zerocopy-derive v0.7.34 |
1097 | 2024-08-03T03:34:34.422Z | Compiling tokio-macros v2.3.0 |
1098 | 2024-08-03T03:34:35.372Z | Compiling thiserror-impl v1.0.63 |
1099 | 2024-08-03T03:34:35.492Z | Compiling zeroize v1.7.0 |
1100 | 2024-08-03T03:34:36.005Z | Compiling futures-macro v0.3.30 |
1101 | 2024-08-03T03:34:36.066Z | Compiling tracing-attributes v0.1.27 |
1102 | 2024-08-03T03:34:36.217Z | Compiling zerocopy v0.7.34 |
1103 | 2024-08-03T03:34:37.400Z | Compiling crypto-common v0.1.6 |
1104 | 2024-08-03T03:34:37.615Z | Compiling block-buffer v0.10.4 |
1105 | 2024-08-03T03:34:37.926Z | Compiling digest v0.10.7 |
1106 | 2024-08-03T03:34:37.986Z | Compiling futures-util v0.3.30 |
1107 | 2024-08-03T03:34:38.411Z | Compiling scroll_derive v0.12.0 |
1108 | 2024-08-03T03:34:38.521Z | Compiling hashbrown v0.14.5 |
1109 | 2024-08-03T03:34:38.665Z | Compiling thiserror v1.0.63 |
1110 | 2024-08-03T03:34:38.795Z | Compiling pest v2.7.10 |
1111 | 2024-08-03T03:34:39.872Z | Compiling hmac v0.12.1 |
1112 | 2024-08-03T03:34:39.891Z | Compiling scroll v0.12.0 |
1113 | 2024-08-03T03:34:39.970Z | Compiling tracing v0.1.40 |
1114 | 2024-08-03T03:34:40.121Z | Compiling openssl-macros v0.1.1 |
1115 | 2024-08-03T03:34:40.442Z | Compiling goblin v0.8.2 |
1116 | 2024-08-03T03:34:40.489Z | Compiling der_derive v0.7.2 |
1117 | 2024-08-03T03:34:40.923Z | Compiling sha2 v0.10.8 |
1118 | 2024-08-03T03:34:41.794Z | Compiling pest_meta v2.7.10 |
1119 | 2024-08-03T03:34:41.874Z | Compiling sct v0.7.1 |
1120 | 2024-08-03T03:34:42.195Z | Compiling rustls-webpki v0.101.7 |
1121 | 2024-08-03T03:34:42.920Z | Compiling md-5 v0.10.6 |
1122 | 2024-08-03T03:34:42.985Z | Compiling der v0.7.9 |
1123 | 2024-08-03T03:34:43.164Z | Compiling pest_generator v2.7.10 |
1124 | 2024-08-03T03:34:44.093Z | Compiling regex-automata v0.4.6 |
1125 | 2024-08-03T03:34:44.624Z | Compiling schemars_derive v0.8.21 |
1126 | 2024-08-03T03:34:45.101Z | Compiling spki v0.7.3 |
1127 | 2024-08-03T03:34:45.469Z | Compiling url v2.5.2 |
1128 | 2024-08-03T03:34:46.853Z | Compiling pest_derive v2.7.10 |
1129 | 2024-08-03T03:34:47.365Z | Compiling num-integer v0.1.46 |
1130 | 2024-08-03T03:34:47.640Z | Compiling dtrace-parser v0.2.0 |
1131 | 2024-08-03T03:34:47.716Z | Compiling idna v0.3.0 |
1132 | 2024-08-03T03:34:47.980Z | Compiling bytes v1.6.0 |
1133 | 2024-08-03T03:34:48.135Z | Compiling bitflags v2.6.0 |
1134 | 2024-08-03T03:34:48.577Z | Compiling indexmap v2.2.6 |
1135 | 2024-08-03T03:34:49.266Z | Compiling tokio v1.38.1 |
1136 | 2024-08-03T03:34:49.310Z | Compiling http v0.2.12 |
1137 | 2024-08-03T03:34:49.783Z | Compiling semver v1.0.23 |
1138 | 2024-08-03T03:34:49.991Z | Compiling uuid v1.10.0 |
1139 | 2024-08-03T03:34:50.532Z | Compiling rustc_version v0.4.0 |
1140 | 2024-08-03T03:34:51.265Z | Compiling chrono v0.4.38 |
1141 | 2024-08-03T03:34:51.320Z | Compiling heapless v0.7.17 |
1142 | 2024-08-03T03:34:51.428Z | Compiling http-body v0.4.6 |
1143 | 2024-08-03T03:34:51.810Z | Compiling dof v0.3.0 |
1144 | 2024-08-03T03:34:51.988Z | Compiling toml_datetime v0.6.8 |
1145 | 2024-08-03T03:34:52.520Z | Compiling usdt-impl v0.5.0 |
1146 | 2024-08-03T03:34:53.012Z | Compiling serde_spanned v0.6.7 |
1147 | 2024-08-03T03:34:53.238Z | Compiling serde_tokenstream v0.2.1 |
1148 | 2024-08-03T03:34:53.793Z | Compiling backtrace v0.3.71 |
1149 | 2024-08-03T03:34:53.939Z | Compiling hash32 v0.2.1 |
1150 | 2024-08-03T03:34:53.959Z | Compiling stable_deref_trait v1.2.0 |
1151 | 2024-08-03T03:34:54.066Z | Compiling crc32fast v1.4.0 |
1152 | 2024-08-03T03:34:54.081Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1153 | 2024-08-03T03:34:54.240Z | Compiling dyn-clone v1.0.17 |
1154 | 2024-08-03T03:34:54.323Z | Compiling psl-types v2.0.11 |
1155 | 2024-08-03T03:34:54.444Z | Compiling gimli v0.28.1 |
1156 | 2024-08-03T03:34:54.508Z | Compiling smoltcp v0.9.1 |
1157 | 2024-08-03T03:34:54.583Z | Compiling fallible-iterator v0.2.0 |
1158 | 2024-08-03T03:34:54.940Z | Compiling base64 v0.22.1 |
1159 | 2024-08-03T03:34:55.303Z | Compiling publicsuffix v2.2.3 |
1160 | 2024-08-03T03:34:55.535Z | Compiling postgres-protocol v0.6.7 |
1161 | 2024-08-03T03:34:55.641Z | Compiling terminal_size v0.3.0 |
1162 | 2024-08-03T03:34:56.856Z | Compiling pkcs8 v0.10.2 |
1163 | 2024-08-03T03:34:56.910Z | Compiling hubpack_derive v0.1.1 |
1164 | 2024-08-03T03:34:56.913Z | Compiling block-padding v0.3.3 |
1165 | 2024-08-03T03:34:57.012Z | Compiling zerocopy-derive v0.6.6 |
1166 | 2024-08-03T03:34:57.171Z | Compiling async-trait v0.1.81 |
1167 | 2024-08-03T03:34:57.390Z | Compiling tokio-util v0.7.11 |
1168 | 2024-08-03T03:34:58.416Z | Compiling h2 v0.3.26 |
1169 | 2024-08-03T03:34:58.745Z | Compiling addr2line v0.21.0 |
1170 | 2024-08-03T03:34:59.167Z | Compiling tokio-native-tls v0.3.1 |
1171 | 2024-08-03T03:34:59.238Z | Compiling tokio-rustls v0.24.1 |
1172 | 2024-08-03T03:34:59.440Z | Compiling phf_shared v0.11.2 |
1173 | 2024-08-03T03:34:59.614Z | Compiling diesel_table_macro_syntax v0.1.0 |
1174 | 2024-08-03T03:34:59.796Z | Compiling ff v0.13.0 |
1175 | 2024-08-03T03:34:59.946Z | Compiling scheduled-thread-pool v0.2.7 |
1176 | 2024-08-03T03:35:00.006Z | Compiling object v0.32.2 |
1177 | 2024-08-03T03:35:00.025Z | Compiling fs-err v2.11.0 |
1178 | 2024-08-03T03:35:00.199Z | Compiling ipnet v2.9.0 |
1179 | 2024-08-03T03:35:00.314Z | Compiling either v1.12.0 |
1180 | 2024-08-03T03:35:00.390Z | Compiling matches v0.1.10 |
1181 | 2024-08-03T03:35:00.429Z | Compiling bitflags v1.3.2 |
1182 | 2024-08-03T03:35:00.482Z | Compiling anyhow v1.0.86 |
1183 | 2024-08-03T03:35:00.535Z | Compiling base64 v0.21.7 |
1184 | 2024-08-03T03:35:00.565Z | Compiling managed v0.8.0 |
1185 | 2024-08-03T03:35:00.720Z | Compiling rustc-demangle v0.1.24 |
1186 | 2024-08-03T03:35:00.988Z | Compiling regex-automata v0.1.10 |
1187 | 2024-08-03T03:35:01.102Z | Compiling bit-vec v0.6.3 |
1188 | 2024-08-03T03:35:01.296Z | Compiling base16ct v0.2.0 |
1189 | 2024-08-03T03:35:01.407Z | Compiling winnow v0.5.40 |
1190 | 2024-08-03T03:35:01.485Z | Compiling sec1 v0.7.3 |
1191 | 2024-08-03T03:35:01.597Z | Compiling bstr v0.2.17 |
1192 | 2024-08-03T03:35:01.710Z | Compiling rustls-pemfile v1.0.4 |
1193 | 2024-08-03T03:35:02.094Z | Compiling idna v0.2.3 |
1194 | 2024-08-03T03:35:02.157Z | Compiling clap_builder v4.5.9 |
1195 | 2024-08-03T03:35:03.234Z | Compiling r2d2 v0.8.10 |
1196 | 2024-08-03T03:35:03.622Z | Compiling diesel_derives v2.1.4 |
1197 | 2024-08-03T03:35:03.755Z | Compiling group v0.13.0 |
1198 | 2024-08-03T03:35:03.961Z | Compiling signal-hook-mio v0.2.3 |
1199 | 2024-08-03T03:35:04.078Z | Compiling phf v0.11.2 |
1200 | 2024-08-03T03:35:04.116Z | Compiling zerocopy v0.6.6 |
1201 | 2024-08-03T03:35:04.306Z | Compiling hubpack v0.1.2 |
1202 | 2024-08-03T03:35:04.363Z | Compiling ipnetwork v0.20.0 |
1203 | 2024-08-03T03:35:04.753Z | Compiling inout v0.1.3 |
1204 | 2024-08-03T03:35:04.975Z | Compiling toml_edit v0.19.15 |
1205 | 2024-08-03T03:35:05.029Z | Compiling cookie_store v0.20.0 |
1206 | 2024-08-03T03:35:05.274Z | Compiling hyper v0.14.30 |
1207 | 2024-08-03T03:35:05.299Z | Compiling postgres-types v0.2.7 |
1208 | 2024-08-03T03:35:07.240Z | Compiling usdt-macro v0.5.0 |
1209 | 2024-08-03T03:35:07.312Z | Compiling usdt-attr-macro v0.5.0 |
1210 | 2024-08-03T03:35:08.700Z | Compiling regex v1.10.5 |
1211 | 2024-08-03T03:35:08.909Z | Compiling num-bigint v0.4.5 |
1212 | 2024-08-03T03:35:08.923Z | Compiling serde_urlencoded v0.7.1 |
1213 | 2024-08-03T03:35:09.436Z | Compiling futures-executor v0.3.30 |
1214 | 2024-08-03T03:35:09.787Z | Compiling enum-as-inner v0.5.1 |
1215 | 2024-08-03T03:35:10.004Z | Compiling hkdf v0.12.4 |
1216 | 2024-08-03T03:35:10.256Z | Compiling crypto-bigint v0.5.5 |
1217 | 2024-08-03T03:35:10.346Z | Compiling strum_macros v0.25.3 |
1218 | 2024-08-03T03:35:10.821Z | Compiling serde_repr v0.1.19 |
1219 | 2024-08-03T03:35:11.356Z | Compiling clap_derive v4.5.8 |
1220 | 2024-08-03T03:35:12.057Z | Compiling hyper-tls v0.5.0 |
1221 | 2024-08-03T03:35:12.425Z | Compiling hyper-rustls v0.24.2 |
1222 | 2024-08-03T03:35:12.780Z | Compiling phf_shared v0.10.0 |
1223 | 2024-08-03T03:35:12.842Z | Compiling float-cmp v0.9.0 |
1224 | 2024-08-03T03:35:13.058Z | Compiling encoding_rs v0.8.34 |
1225 | 2024-08-03T03:35:13.182Z | Compiling mime v0.3.17 |
1226 | 2024-08-03T03:35:13.750Z | Compiling fixedbitset v0.4.2 |
1227 | 2024-08-03T03:35:14.229Z | Compiling normalize-line-endings v0.3.0 |
1228 | 2024-08-03T03:35:14.346Z | Compiling webpki-roots v0.25.4 |
1229 | 2024-08-03T03:35:14.456Z | Compiling data-encoding v2.6.0 |
1230 | 2024-08-03T03:35:14.510Z | Compiling difflib v0.4.0 |
1231 | 2024-08-03T03:35:15.102Z | Compiling whoami v1.5.1 |
1232 | 2024-08-03T03:35:15.701Z | Compiling predicates-core v1.0.6 |
1233 | 2024-08-03T03:35:15.740Z | Compiling static_assertions v1.1.0 |
1234 | 2024-08-03T03:35:15.837Z | Compiling minimal-lexical v0.2.1 |
1235 | 2024-08-03T03:35:16.043Z | Compiling unicode-segmentation v1.11.0 |
1236 | 2024-08-03T03:35:16.088Z | Compiling precomputed-hash v0.1.1 |
1237 | 2024-08-03T03:35:16.203Z | Compiling sync_wrapper v0.1.2 |
1238 | 2024-08-03T03:35:16.281Z | Compiling new_debug_unreachable v1.0.6 |
1239 | 2024-08-03T03:35:16.328Z | Compiling console v0.15.8 |
1240 | 2024-08-03T03:35:16.349Z | Compiling string_cache v0.8.7 |
1241 | 2024-08-03T03:35:16.371Z | Compiling reqwest v0.11.27 |
1242 | 2024-08-03T03:35:16.391Z | Compiling toml_edit v0.22.20 |
1243 | 2024-08-03T03:35:16.828Z | Compiling similar v2.5.0 |
1244 | 2024-08-03T03:35:16.850Z | Compiling clap v4.5.9 |
1245 | 2024-08-03T03:35:16.905Z | Compiling nom v7.1.3 |
1246 | 2024-08-03T03:35:16.965Z | Compiling predicates v3.1.2 |
1247 | 2024-08-03T03:35:17.519Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1248 | 2024-08-03T03:35:17.866Z | Compiling diesel v2.1.6 |
1249 | 2024-08-03T03:35:18.721Z | Compiling tokio-postgres v0.7.11 |
1250 | 2024-08-03T03:35:19.365Z | Compiling trust-dns-proto v0.22.0 |
1251 | 2024-08-03T03:35:19.686Z | Compiling petgraph v0.6.5 |
1252 | 2024-08-03T03:35:20.657Z | Compiling elliptic-curve v0.13.8 |
1253 | 2024-08-03T03:35:21.516Z | Compiling usdt v0.5.0 |
1254 | 2024-08-03T03:35:22.053Z | Compiling yasna v0.5.2 |
1255 | 2024-08-03T03:35:23.520Z | Compiling futures v0.3.30 |
1256 | 2024-08-03T03:35:23.632Z | Compiling toml v0.7.8 |
1257 | 2024-08-03T03:35:23.989Z | Compiling flate2 v1.0.30 |
1258 | 2024-08-03T03:35:24.265Z | Compiling cipher v0.4.4 |
1259 | 2024-08-03T03:35:24.771Z | Compiling crossterm v0.27.0 |
1260 | 2024-08-03T03:35:24.797Z | Compiling bit-set v0.5.3 |
1261 | 2024-08-03T03:35:24.945Z | Compiling itertools v0.10.5 |
1262 | 2024-08-03T03:35:25.340Z | Compiling itertools v0.12.1 |
1263 | 2024-08-03T03:35:25.625Z | Compiling tokio-stream v0.1.15 |
1264 | 2024-08-03T03:35:25.650Z | Compiling openapiv3 v2.0.0 |
1265 | 2024-08-03T03:35:26.620Z | Compiling bstr v1.9.1 |
1266 | 2024-08-03T03:35:27.466Z | Compiling num-iter v0.1.45 |
1267 | 2024-08-03T03:35:27.643Z | Compiling hex v0.4.3 |
1268 | 2024-08-03T03:35:27.788Z | Compiling crossbeam-epoch v0.9.18 |
1269 | 2024-08-03T03:35:28.262Z | Compiling dirs-sys-next v0.1.2 |
1270 | 2024-08-03T03:35:28.415Z | Compiling lalrpop-util v0.19.12 |
1271 | 2024-08-03T03:35:28.452Z | Compiling unicode-xid v0.2.4 |
1272 | 2024-08-03T03:35:28.538Z | Compiling peg-runtime v0.8.3 |
1273 | 2024-08-03T03:35:28.587Z | Compiling dirs-next v2.0.0 |
1274 | 2024-08-03T03:35:28.616Z | Compiling thread_local v1.1.8 |
1275 | 2024-08-03T03:35:28.743Z | Compiling slog-async v2.8.0 |
1276 | 2024-08-03T03:35:28.779Z | Compiling term v0.7.0 |
1277 | 2024-08-03T03:35:28.920Z | Compiling xattr v1.3.1 |
1278 | 2024-08-03T03:35:29.177Z | Compiling crossbeam-channel v0.5.12 |
1279 | 2024-08-03T03:35:29.192Z | Compiling strum_macros v0.26.4 |
1280 | 2024-08-03T03:35:29.220Z | Compiling filetime v0.2.23 |
1281 | 2024-08-03T03:35:29.339Z | Compiling is-terminal v0.4.12 |
1282 | 2024-08-03T03:35:29.456Z | Compiling take_mut v0.2.2 |
1283 | 2024-08-03T03:35:29.544Z | Compiling slog-term v2.9.1 |
1284 | 2024-08-03T03:35:29.615Z | Compiling tar v0.4.41 |
1285 | 2024-08-03T03:35:29.981Z | Compiling camino v1.1.7 |
1286 | 2024-08-03T03:35:32.230Z | Compiling strum v0.26.3 |
1287 | 2024-08-03T03:35:43.334Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1288 | 2024-08-03T03:35:43.572Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1289 | 2024-08-03T03:35:48.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s |
1290 | 2024-08-03T03:35:48.833Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1291 | 2024-08-03T03:35:48.886Z | Aug 03 03:35:48.420 INFO Starting download, target: Console |
1292 | 2024-08-03T03:35:48.887Z | Aug 03 03:35:48.420 INFO Starting download, target: Cockroach |
1293 | 2024-08-03T03:35:48.887Z | Aug 03 03:35:48.420 INFO Starting download, target: Clickhouse |
1294 | 2024-08-03T03:35:48.887Z | Aug 03 03:35:48.420 INFO Starting download, target: DendriteOpenapi |
1295 | 2024-08-03T03:35:48.907Z | Aug 03 03:35:48.420 INFO Starting download, target: DendriteStub |
1296 | 2024-08-03T03:35:48.907Z | Aug 03 03:35:48.420 INFO Starting download, target: MaghemiteMgd |
1297 | 2024-08-03T03:35:48.907Z | Aug 03 03:35:48.420 INFO Starting download, target: TransceiverControl |
1298 | 2024-08-03T03:35:48.907Z | Aug 03 03:35:48.421 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1299 | 2024-08-03T03:35:48.907Z | Aug 03 03:35:48.421 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1300 | 2024-08-03T03:35:48.907Z | Aug 03 03:35:48.421 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1301 | 2024-08-03T03:35:48.907Z | Aug 03 03:35:48.421 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1302 | 2024-08-03T03:35:48.907Z | Aug 03 03:35:48.421 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1303 | 2024-08-03T03:35:48.907Z | Aug 03 03:35:48.421 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1304 | 2024-08-03T03:35:48.907Z | Aug 03 03:35:48.421 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1305 | 2024-08-03T03:35:49.118Z | Aug 03 03:35:48.656 INFO Download complete, target: DendriteOpenapi |
1306 | 2024-08-03T03:35:49.520Z | Aug 03 03:35:49.054 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1307 | 2024-08-03T03:35:49.540Z | Aug 03 03:35:49.075 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1308 | 2024-08-03T03:35:50.019Z | Aug 03 03:35:49.439 INFO Download complete, target: Console |
1309 | 2024-08-03T03:35:50.223Z | Aug 03 03:35:49.769 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1310 | 2024-08-03T03:35:50.257Z | Aug 03 03:35:49.803 INFO Download complete, target: TransceiverControl |
1311 | 2024-08-03T03:35:50.260Z | Aug 03 03:35:49.807 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1312 | 2024-08-03T03:35:50.741Z | Aug 03 03:35:50.288 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1313 | 2024-08-03T03:35:52.598Z | Aug 03 03:35:52.144 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1314 | 2024-08-03T03:35:52.598Z | Aug 03 03:35:52.144 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1315 | 2024-08-03T03:35:53.168Z | Aug 03 03:35:52.714 INFO Download complete, target: DendriteStub |
1316 | 2024-08-03T03:35:53.435Z | Aug 03 03:35:52.982 INFO Download complete, target: MaghemiteMgd |
1317 | 2024-08-03T03:36:00.687Z | Aug 03 03:36:00.234 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1318 | 2024-08-03T03:36:01.011Z | Aug 03 03:36:00.550 INFO Checking that binary works, target: Cockroach |
1319 | 2024-08-03T03:36:01.151Z | Aug 03 03:36:00.697 INFO Download complete, target: Cockroach |
1320 | 2024-08-03T03:36:04.960Z | Aug 03 03:36:04.506 INFO Checking that binary works, target: Clickhouse |
1321 | 2024-08-03T03:36:05.234Z | Aug 03 03:36:04.779 INFO Download complete, target: Clickhouse |
1322 | 2024-08-03T03:36:05.241Z | All prerequisites installed successfully |
1323 | 2024-08-03T03:36:05.244Z | |
1324 | 2024-08-03T03:36:05.244Z | real 4:11.523994088 |
1325 | 2024-08-03T03:36:05.244Z | user 11:27.585221250 |
1326 | 2024-08-03T03:36:05.244Z | sys 2:25.871457626 |
1327 | 2024-08-03T03:36:05.244Z | trap 0.403413949 |
1328 | 2024-08-03T03:36:05.244Z | tflt 8.071446040 |
1329 | 2024-08-03T03:36:05.244Z | dflt 10.011919048 |
1330 | 2024-08-03T03:36:05.244Z | kflt 0.156443179 |
1331 | 2024-08-03T03:36:05.244Z | lock 22:11.386523184 |
1332 | 2024-08-03T03:36:05.244Z | slp 46:39.027155529 |
1333 | 2024-08-03T03:36:05.244Z | lat 38.667244944 |
1334 | 2024-08-03T03:36:05.244Z | stop 1:35.967434890 |
1335 | 2024-08-03T03:36:05.244Z | + ptime -m cargo xtask download softnpu |
1336 | 2024-08-03T03:36:05.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1337 | 2024-08-03T03:36:05.849Z | Running `target/debug/xtask download softnpu` |
1338 | 2024-08-03T03:36:06.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
1339 | 2024-08-03T03:36:06.653Z | Running `target/debug/xtask-downloader softnpu` |
1340 | 2024-08-03T03:36:06.684Z | Aug 03 03:36:06.230 INFO Starting download, target: Softnpu |
1341 | 2024-08-03T03:36:06.687Z | Aug 03 03:36:06.231 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1342 | 2024-08-03T03:36:07.710Z | Aug 03 03:36:07.256 INFO Download complete, target: Softnpu |
1343 | 2024-08-03T03:36:07.714Z | |
1344 | 2024-08-03T03:36:07.716Z | real 2.466755248 |
1345 | 2024-08-03T03:36:07.717Z | user 1.203065580 |
1346 | 2024-08-03T03:36:07.717Z | sys 0.532907204 |
1347 | 2024-08-03T03:36:07.717Z | trap 0.001080477 |
1348 | 2024-08-03T03:36:07.717Z | tflt 0.000002298 |
1349 | 2024-08-03T03:36:07.717Z | dflt 0.000001679 |
1350 | 2024-08-03T03:36:07.717Z | kflt 0.000000000 |
1351 | 2024-08-03T03:36:07.717Z | lock 10.854971373 |
1352 | 2024-08-03T03:36:07.717Z | slp 1.005060194 |
1353 | 2024-08-03T03:36:07.717Z | lat 0.075146399 |
1354 | 2024-08-03T03:36:07.717Z | stop 0.000382885 |
1355 | 2024-08-03T03:36:07.717Z | + export CARGO_INCREMENTAL=0 |
1356 | 2024-08-03T03:36:07.717Z | + CARGO_INCREMENTAL=0 |
1357 | 2024-08-03T03:36:07.717Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1358 | 2024-08-03T03:36:08.583Z | Compiling proc-macro2 v1.0.86 |
1359 | 2024-08-03T03:36:08.583Z | Compiling unicode-ident v1.0.12 |
1360 | 2024-08-03T03:36:08.583Z | Compiling libc v0.2.155 |
1361 | 2024-08-03T03:36:08.586Z | Compiling serde v1.0.204 |
1362 | 2024-08-03T03:36:08.586Z | Compiling autocfg v1.3.0 |
1363 | 2024-08-03T03:36:08.586Z | Compiling version_check v0.9.4 |
1364 | 2024-08-03T03:36:08.586Z | Compiling cfg-if v1.0.0 |
1365 | 2024-08-03T03:36:08.797Z | Compiling cc v1.0.97 |
1366 | 2024-08-03T03:36:08.841Z | Compiling memchr v2.7.2 |
1367 | 2024-08-03T03:36:09.350Z | Compiling ahash v0.8.11 |
1368 | 2024-08-03T03:36:09.395Z | Compiling lock_api v0.4.12 |
1369 | 2024-08-03T03:36:09.671Z | Compiling parking_lot_core v0.9.10 |
1370 | 2024-08-03T03:36:09.695Z | Compiling serde_json v1.0.122 |
1371 | 2024-08-03T03:36:10.009Z | Compiling once_cell v1.19.0 |
1372 | 2024-08-03T03:36:10.070Z | Compiling libm v0.2.8 |
1373 | 2024-08-03T03:36:10.260Z | Compiling quote v1.0.36 |
1374 | 2024-08-03T03:36:10.410Z | Compiling byteorder v1.5.0 |
1375 | 2024-08-03T03:36:10.444Z | Compiling num-traits v0.2.19 |
1376 | 2024-08-03T03:36:10.757Z | Compiling syn v2.0.72 |
1377 | 2024-08-03T03:36:11.292Z | Compiling getrandom v0.2.14 |
1378 | 2024-08-03T03:36:11.295Z | Compiling scopeguard v1.2.0 |
1379 | 2024-08-03T03:36:11.295Z | Compiling thiserror v1.0.63 |
1380 | 2024-08-03T03:36:11.295Z | Compiling typenum v1.17.0 |
1381 | 2024-08-03T03:36:11.295Z | Compiling itoa v1.0.11 |
1382 | 2024-08-03T03:36:11.322Z | Compiling log v0.4.21 |
1383 | 2024-08-03T03:36:11.423Z | Compiling generic-array v0.14.7 |
1384 | 2024-08-03T03:36:11.743Z | Compiling allocator-api2 v0.2.18 |
1385 | 2024-08-03T03:36:11.774Z | Compiling slab v0.4.9 |
1386 | 2024-08-03T03:36:12.021Z | Compiling ring v0.17.8 |
1387 | 2024-08-03T03:36:12.087Z | Compiling ryu v1.0.18 |
1388 | 2024-08-03T03:36:12.116Z | Compiling smallvec v1.13.2 |
1389 | 2024-08-03T03:36:12.136Z | Compiling semver v1.0.23 |
1390 | 2024-08-03T03:36:12.186Z | Compiling schemars v0.8.21 |
1391 | 2024-08-03T03:36:12.360Z | Compiling pin-project-lite v0.2.14 |
1392 | 2024-08-03T03:36:12.566Z | Compiling equivalent v1.0.1 |
1393 | 2024-08-03T03:36:12.581Z | Compiling spin v0.9.8 |
1394 | 2024-08-03T03:36:12.688Z | Compiling vcpkg v0.2.15 |
1395 | 2024-08-03T03:36:12.798Z | Compiling pkg-config v0.3.30 |
1396 | 2024-08-03T03:36:12.872Z | Compiling parking_lot v0.12.2 |
1397 | 2024-08-03T03:36:13.251Z | Compiling signal-hook-registry v1.4.2 |
1398 | 2024-08-03T03:36:13.264Z | Compiling syn v1.0.109 |
1399 | 2024-08-03T03:36:14.632Z | Compiling mio v0.8.11 |
1400 | 2024-08-03T03:36:14.635Z | Compiling openssl-sys v0.9.103 |
1401 | 2024-08-03T03:36:15.249Z | Compiling rand_core v0.6.4 |
1402 | 2024-08-03T03:36:15.264Z | Compiling socket2 v0.5.7 |
1403 | 2024-08-03T03:36:15.636Z | Compiling num_cpus v1.16.0 |
1404 | 2024-08-03T03:36:15.770Z | Compiling time-core v0.1.2 |
1405 | 2024-08-03T03:36:15.911Z | Compiling num-conv v0.1.0 |
1406 | 2024-08-03T03:36:16.207Z | Compiling time-macros v0.2.18 |
1407 | 2024-08-03T03:36:16.281Z | Compiling httparse v1.8.0 |
1408 | 2024-08-03T03:36:16.307Z | Compiling heck v0.5.0 |
1409 | 2024-08-03T03:36:16.725Z | Compiling futures-core v0.3.30 |
1410 | 2024-08-03T03:36:16.977Z | Compiling rustix v0.38.34 |
1411 | 2024-08-03T03:36:17.178Z | Compiling fnv v1.0.7 |
1412 | 2024-08-03T03:36:17.305Z | Compiling openssl v0.10.66 |
1413 | 2024-08-03T03:36:17.708Z | Compiling iana-time-zone v0.1.60 |
1414 | 2024-08-03T03:36:17.782Z | Compiling crossbeam-utils v0.8.19 |
1415 | 2024-08-03T03:36:18.309Z | Compiling serde_derive_internals v0.29.1 |
1416 | 2024-08-03T03:36:18.332Z | Compiling native-tls v0.2.11 |
1417 | 2024-08-03T03:36:18.349Z | Compiling tinyvec_macros v0.1.1 |
1418 | 2024-08-03T03:36:18.433Z | Compiling rustls v0.21.12 |
1419 | 2024-08-03T03:36:18.665Z | Compiling tinyvec v1.6.0 |
1420 | 2024-08-03T03:36:19.101Z | Compiling const-oid v0.9.6 |
1421 | 2024-08-03T03:36:19.398Z | Compiling subtle v2.5.0 |
1422 | 2024-08-03T03:36:19.694Z | Compiling ucd-trie v0.1.6 |
1423 | 2024-08-03T03:36:19.789Z | Compiling futures-sink v0.3.30 |
1424 | 2024-08-03T03:36:20.133Z | Compiling unicode-normalization v0.1.23 |
1425 | 2024-08-03T03:36:20.346Z | Compiling backtrace v0.3.71 |
1426 | 2024-08-03T03:36:20.528Z | Compiling cookie v0.17.0 |
1427 | 2024-08-03T03:36:20.816Z | Compiling dyn-clone v1.0.17 |
1428 | 2024-08-03T03:36:20.927Z | Compiling slog v2.7.0 |
1429 | 2024-08-03T03:36:20.991Z | Compiling unicode-bidi v0.3.15 |
1430 | 2024-08-03T03:36:21.237Z | Compiling futures-channel v0.3.30 |
1431 | 2024-08-03T03:36:21.585Z | Compiling pin-utils v0.1.0 |
1432 | 2024-08-03T03:36:21.701Z | Compiling futures-task v0.3.30 |
1433 | 2024-08-03T03:36:21.915Z | Compiling futures-io v0.3.30 |
1434 | 2024-08-03T03:36:22.256Z | Compiling aho-corasick v1.1.3 |
1435 | 2024-08-03T03:36:22.408Z | Compiling regex-syntax v0.8.3 |
1436 | 2024-08-03T03:36:22.675Z | Compiling winnow v0.5.40 |
1437 | 2024-08-03T03:36:22.900Z | Compiling anyhow v1.0.86 |
1438 | 2024-08-03T03:36:23.593Z | Compiling serde_derive v1.0.204 |
1439 | 2024-08-03T03:36:23.718Z | Compiling zerocopy-derive v0.7.34 |
1440 | 2024-08-03T03:36:24.482Z | Compiling zeroize_derive v1.4.2 |
1441 | 2024-08-03T03:36:25.737Z | Compiling thiserror-impl v1.0.63 |
1442 | 2024-08-03T03:36:25.935Z | Compiling zerocopy v0.7.34 |
1443 | 2024-08-03T03:36:26.519Z | Compiling tokio-macros v2.3.0 |
1444 | 2024-08-03T03:36:26.534Z | Compiling futures-macro v0.3.30 |
1445 | 2024-08-03T03:36:27.294Z | Compiling schemars_derive v0.8.21 |
1446 | 2024-08-03T03:36:28.149Z | Compiling hashbrown v0.14.5 |
1447 | 2024-08-03T03:36:28.182Z | Compiling tracing-attributes v0.1.27 |
1448 | 2024-08-03T03:36:28.327Z | Compiling zeroize v1.7.0 |
1449 | 2024-08-03T03:36:28.709Z | Compiling openssl-macros v0.1.1 |
1450 | 2024-08-03T03:36:29.418Z | Compiling scroll_derive v0.12.0 |
1451 | 2024-08-03T03:36:29.475Z | Compiling pest v2.7.10 |
1452 | 2024-08-03T03:36:30.000Z | Compiling crypto-common v0.1.6 |
1453 | 2024-08-03T03:36:30.180Z | Compiling futures-util v0.3.30 |
1454 | 2024-08-03T03:36:30.278Z | Compiling der_derive v0.7.2 |
1455 | 2024-08-03T03:36:30.777Z | Compiling untrusted v0.9.0 |
1456 | 2024-08-03T03:36:32.388Z | Compiling pest_meta v2.7.10 |
1457 | 2024-08-03T03:36:32.643Z | Compiling block-buffer v0.10.4 |
1458 | 2024-08-03T03:36:32.765Z | Compiling regex-automata v0.4.6 |
1459 | 2024-08-03T03:36:32.871Z | Compiling tracing-core v0.1.32 |
1460 | 2024-08-03T03:36:35.198Z | Compiling pest_generator v2.7.10 |
1461 | 2024-08-03T03:36:36.571Z | Compiling usdt-impl v0.5.0 |
1462 | 2024-08-03T03:36:36.917Z | Compiling rustversion v1.0.17 |
1463 | 2024-08-03T03:36:36.953Z | Compiling pest_derive v2.7.10 |
1464 | 2024-08-03T03:36:37.158Z | Compiling bytes v1.6.0 |
1465 | 2024-08-03T03:36:37.726Z | Compiling indexmap v2.2.6 |
1466 | 2024-08-03T03:36:38.319Z | Compiling tokio v1.38.1 |
1467 | 2024-08-03T03:36:38.758Z | Compiling bitflags v2.6.0 |
1468 | 2024-08-03T03:36:39.038Z | Compiling uuid v1.10.0 |
1469 | 2024-08-03T03:36:39.188Z | Compiling chrono v0.4.38 |
1470 | 2024-08-03T03:36:39.297Z | Compiling serde_tokenstream v0.2.1 |
1471 | 2024-08-03T03:36:40.857Z | Compiling toml_datetime v0.6.8 |
1472 | 2024-08-03T03:36:41.312Z | Compiling serde_spanned v0.6.7 |
1473 | 2024-08-03T03:36:41.525Z | Compiling http v0.2.12 |
1474 | 2024-08-03T03:36:43.495Z | Compiling toml_edit v0.19.15 |
1475 | 2024-08-03T03:36:43.864Z | Compiling rustc_version v0.4.0 |
1476 | 2024-08-03T03:36:44.188Z | Compiling powerfmt v0.2.0 |
1477 | 2024-08-03T03:36:44.485Z | Compiling heapless v0.7.17 |
1478 | 2024-08-03T03:36:44.704Z | Compiling deranged v0.3.11 |
1479 | 2024-08-03T03:36:44.967Z | Compiling tracing v0.1.40 |
1480 | 2024-08-03T03:36:45.840Z | Compiling digest v0.10.7 |
1481 | 2024-08-03T03:36:46.245Z | Compiling scroll v0.12.0 |
1482 | 2024-08-03T03:36:46.803Z | Compiling signal-hook v0.3.17 |
1483 | 2024-08-03T03:36:47.064Z | Compiling percent-encoding v2.3.1 |
1484 | 2024-08-03T03:36:47.082Z | Compiling num_threads v0.1.7 |
1485 | 2024-08-03T03:36:47.209Z | Compiling heck v0.4.1 |
1486 | 2024-08-03T03:36:47.618Z | Compiling ppv-lite86 v0.2.17 |
1487 | 2024-08-03T03:36:47.977Z | Compiling plain v0.2.3 |
1488 | 2024-08-03T03:36:48.127Z | Compiling goblin v0.8.2 |
1489 | 2024-08-03T03:36:48.130Z | Compiling time v0.3.36 |
1490 | 2024-08-03T03:36:48.391Z | Compiling rand_chacha v0.3.1 |
1491 | 2024-08-03T03:36:50.288Z | Compiling regex v1.10.5 |
1492 | 2024-08-03T03:36:51.464Z | Compiling pretty-hex v0.4.1 |
1493 | 2024-08-03T03:36:51.673Z | Compiling crc32fast v1.4.0 |
1494 | 2024-08-03T03:36:52.133Z | Compiling strsim v0.11.1 |
1495 | 2024-08-03T03:36:52.705Z | Compiling rand v0.8.5 |
1496 | 2024-08-03T03:36:52.800Z | Compiling tokio-util v0.7.11 |
1497 | 2024-08-03T03:36:54.060Z | Compiling dof v0.3.0 |
1498 | 2024-08-03T03:36:54.221Z | Compiling dtrace-parser v0.2.0 |
1499 | 2024-08-03T03:36:54.742Z | Compiling async-trait v0.1.81 |
1500 | 2024-08-03T03:36:54.951Z | Compiling thread-id v4.2.1 |
1501 | 2024-08-03T03:36:55.237Z | Compiling smoltcp v0.9.1 |
1502 | 2024-08-03T03:36:55.885Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1503 | 2024-08-03T03:36:55.979Z | Compiling foreign-types-shared v0.1.1 |
1504 | 2024-08-03T03:36:56.043Z | Compiling base64ct v1.6.0 |
1505 | 2024-08-03T03:36:56.127Z | Compiling unicode-width v0.1.13 |
1506 | 2024-08-03T03:36:56.336Z | Compiling foreign-types v0.3.2 |
1507 | 2024-08-03T03:36:56.567Z | Compiling pem-rfc7468 v0.7.0 |
1508 | 2024-08-03T03:36:57.854Z | Compiling form_urlencoded v1.2.1 |
1509 | 2024-08-03T03:36:58.206Z | Compiling hmac v0.12.1 |
1510 | 2024-08-03T03:36:58.450Z | Compiling errno v0.3.9 |
1511 | 2024-08-03T03:36:58.465Z | Compiling siphasher v0.3.11 |
1512 | 2024-08-03T03:36:58.479Z | Compiling try-lock v0.2.5 |
1513 | 2024-08-03T03:36:58.742Z | Compiling flagset v0.4.5 |
1514 | 2024-08-03T03:36:58.819Z | Compiling adler v1.0.2 |
1515 | 2024-08-03T03:36:58.937Z | Compiling der v0.7.9 |
1516 | 2024-08-03T03:36:59.100Z | Compiling miniz_oxide v0.7.2 |
1517 | 2024-08-03T03:36:59.116Z | Compiling want v0.3.1 |
1518 | 2024-08-03T03:37:01.736Z | Compiling rustls-webpki v0.101.7 |
1519 | 2024-08-03T03:37:02.060Z | Compiling sct v0.7.1 |
1520 | 2024-08-03T03:37:02.304Z | Compiling h2 v0.3.26 |
1521 | 2024-08-03T03:37:03.078Z | Compiling http-body v0.4.6 |
1522 | 2024-08-03T03:37:03.690Z | Compiling openapiv3 v2.0.0 |
1523 | 2024-08-03T03:37:04.102Z | Compiling hubpack_derive v0.1.1 |
1524 | 2024-08-03T03:37:04.339Z | Compiling zerocopy-derive v0.6.6 |
1525 | 2024-08-03T03:37:04.862Z | Compiling idna v0.5.0 |
1526 | 2024-08-03T03:37:05.018Z | Compiling lazy_static v1.5.0 |
1527 | 2024-08-03T03:37:05.183Z | Compiling fs-err v2.11.0 |
1528 | 2024-08-03T03:37:05.517Z | Compiling httpdate v1.0.3 |
1529 | 2024-08-03T03:37:05.585Z | Compiling tower-service v0.3.2 |
1530 | 2024-08-03T03:37:05.721Z | Compiling utf8parse v0.2.1 |
1531 | 2024-08-03T03:37:05.880Z | Compiling openssl-probe v0.1.5 |
1532 | 2024-08-03T03:37:05.922Z | Compiling stable_deref_trait v1.2.0 |
1533 | 2024-08-03T03:37:06.029Z | Compiling cpufeatures v0.2.12 |
1534 | 2024-08-03T03:37:06.200Z | Compiling finl_unicode v1.2.0 |
1535 | 2024-08-03T03:37:06.243Z | Compiling gimli v0.28.1 |
1536 | 2024-08-03T03:37:06.792Z | Compiling anstyle v1.0.8 |
1537 | 2024-08-03T03:37:07.000Z | Compiling stringprep v0.1.4 |
1538 | 2024-08-03T03:37:07.230Z | Compiling sha2 v0.10.8 |
1539 | 2024-08-03T03:37:07.901Z | Compiling anstyle-parse v0.2.4 |
1540 | 2024-08-03T03:37:07.926Z | Compiling url v2.5.2 |
1541 | 2024-08-03T03:37:09.232Z | Compiling hyper v0.14.30 |
1542 | 2024-08-03T03:37:10.934Z | Compiling addr2line v0.21.0 |
1543 | 2024-08-03T03:37:11.829Z | Compiling spki v0.7.3 |
1544 | 2024-08-03T03:37:12.180Z | Compiling usdt-attr-macro v0.5.0 |
1545 | 2024-08-03T03:37:12.808Z | Compiling usdt-macro v0.5.0 |
1546 | 2024-08-03T03:37:13.751Z | Compiling md-5 v0.10.6 |
1547 | 2024-08-03T03:37:16.961Z | Compiling idna v0.3.0 |
1548 | 2024-08-03T03:37:17.826Z | Compiling diesel_table_macro_syntax v0.1.0 |
1549 | 2024-08-03T03:37:18.198Z | Compiling num-integer v0.1.46 |
1550 | 2024-08-03T03:37:18.364Z | Compiling hash32 v0.2.1 |
1551 | 2024-08-03T03:37:18.414Z | Compiling object v0.32.2 |
1552 | 2024-08-03T03:37:18.729Z | Compiling anstyle-query v1.0.3 |
1553 | 2024-08-03T03:37:18.870Z | Compiling colorchoice v1.0.1 |
1554 | 2024-08-03T03:37:19.031Z | Compiling base64 v0.22.1 |
1555 | 2024-08-03T03:37:21.938Z | Compiling is_terminal_polyfill v1.70.0 |
1556 | 2024-08-03T03:37:22.535Z | Compiling rustc-demangle v0.1.24 |
1557 | 2024-08-03T03:37:24.337Z | Compiling psl-types v2.0.11 |
1558 | 2024-08-03T03:37:24.547Z | Compiling fallible-iterator v0.2.0 |
1559 | 2024-08-03T03:37:24.601Z | Compiling publicsuffix v2.2.3 |
1560 | 2024-08-03T03:37:25.275Z | Compiling postgres-protocol v0.6.7 |
1561 | 2024-08-03T03:37:26.612Z | Compiling anstream v0.6.14 |
1562 | 2024-08-03T03:37:28.066Z | Compiling diesel_derives v2.1.4 |
1563 | 2024-08-03T03:37:33.154Z | Compiling tokio-rustls v0.24.1 |
1564 | 2024-08-03T03:37:33.553Z | Compiling pkcs8 v0.10.2 |
1565 | 2024-08-03T03:37:34.062Z | Compiling terminal_size v0.3.0 |
1566 | 2024-08-03T03:37:34.259Z | Compiling tokio-native-tls v0.3.1 |
1567 | 2024-08-03T03:37:34.856Z | Compiling phf_shared v0.11.2 |
1568 | 2024-08-03T03:37:35.288Z | Compiling strum_macros v0.25.3 |
1569 | 2024-08-03T03:37:35.349Z | Compiling enum-as-inner v0.5.1 |
1570 | 2024-08-03T03:37:36.335Z | Compiling block-padding v0.3.3 |
1571 | 2024-08-03T03:37:36.339Z | Compiling regress v0.9.1 |
1572 | 2024-08-03T03:37:36.530Z | Compiling serde_repr v0.1.19 |
1573 | 2024-08-03T03:37:36.558Z | Compiling clap_derive v4.5.8 |
1574 | 2024-08-03T03:37:39.016Z | Compiling ff v0.13.0 |
1575 | 2024-08-03T03:37:39.130Z | Compiling scheduled-thread-pool v0.2.7 |
1576 | 2024-08-03T03:37:39.657Z | Compiling encoding_rs v0.8.34 |
1577 | 2024-08-03T03:37:40.980Z | Compiling bitflags v1.3.2 |
1578 | 2024-08-03T03:37:41.080Z | Compiling mime v0.3.17 |
1579 | 2024-08-03T03:37:41.093Z | Compiling clap_lex v0.7.0 |
1580 | 2024-08-03T03:37:41.140Z | Compiling matches v0.1.10 |
1581 | 2024-08-03T03:37:41.236Z | Compiling either v1.12.0 |
1582 | 2024-08-03T03:37:41.529Z | Compiling ipnet v2.9.0 |
1583 | 2024-08-03T03:37:41.655Z | Compiling base64 v0.21.7 |
1584 | 2024-08-03T03:37:42.306Z | Compiling regex-automata v0.1.10 |
1585 | 2024-08-03T03:37:42.521Z | Compiling managed v0.8.0 |
1586 | 2024-08-03T03:37:43.010Z | Compiling bit-vec v0.6.3 |
1587 | 2024-08-03T03:37:43.187Z | Compiling base16ct v0.2.0 |
1588 | 2024-08-03T03:37:43.444Z | Compiling sec1 v0.7.3 |
1589 | 2024-08-03T03:37:43.470Z | Compiling bstr v0.2.17 |
1590 | 2024-08-03T03:37:44.318Z | Compiling rustls-pemfile v1.0.4 |
1591 | 2024-08-03T03:37:44.685Z | Compiling clap_builder v4.5.9 |
1592 | 2024-08-03T03:37:44.811Z | Compiling idna v0.2.3 |
1593 | 2024-08-03T03:37:45.635Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1594 | 2024-08-03T03:37:46.511Z | Compiling r2d2 v0.8.10 |
1595 | 2024-08-03T03:37:46.888Z | Compiling group v0.13.0 |
1596 | 2024-08-03T03:37:50.293Z | Compiling inout v0.1.3 |
1597 | 2024-08-03T03:37:50.761Z | Compiling phf v0.11.2 |
1598 | 2024-08-03T03:37:51.056Z | Compiling hyper-tls v0.5.0 |
1599 | 2024-08-03T03:37:51.217Z | Compiling hyper-rustls v0.24.2 |
1600 | 2024-08-03T03:37:51.314Z | Compiling signal-hook-mio v0.2.3 |
1601 | 2024-08-03T03:37:51.375Z | Compiling cookie_store v0.20.0 |
1602 | 2024-08-03T03:37:51.473Z | Compiling postgres-types v0.2.7 |
1603 | 2024-08-03T03:37:51.837Z | Compiling num-bigint v0.4.5 |
1604 | 2024-08-03T03:37:51.859Z | Compiling zerocopy v0.6.6 |
1605 | 2024-08-03T03:37:52.769Z | Compiling hubpack v0.1.2 |
1606 | 2024-08-03T03:37:52.815Z | Compiling phf_shared v0.10.0 |
1607 | 2024-08-03T03:37:52.836Z | Compiling hkdf v0.12.4 |
1608 | 2024-08-03T03:37:53.067Z | Compiling serde_urlencoded v0.7.1 |
1609 | 2024-08-03T03:37:53.213Z | Compiling crossbeam-epoch v0.9.18 |
1610 | 2024-08-03T03:37:53.602Z | Compiling ipnetwork v0.20.0 |
1611 | 2024-08-03T03:37:54.331Z | Compiling futures-executor v0.3.30 |
1612 | 2024-08-03T03:37:54.800Z | Compiling crypto-bigint v0.5.5 |
1613 | 2024-08-03T03:37:55.407Z | Compiling float-cmp v0.9.0 |
1614 | 2024-08-03T03:37:55.469Z | Compiling memmap v0.7.0 |
1615 | 2024-08-03T03:37:55.785Z | Compiling webpki-roots v0.25.4 |
1616 | 2024-08-03T03:37:55.954Z | Compiling winnow v0.6.18 |
1617 | 2024-08-03T03:37:56.675Z | Compiling data-encoding v2.6.0 |
1618 | 2024-08-03T03:37:57.668Z | Compiling whoami v1.5.1 |
1619 | 2024-08-03T03:37:57.733Z | Compiling precomputed-hash v0.1.1 |
1620 | 2024-08-03T03:37:57.850Z | Compiling sync_wrapper v0.1.2 |
1621 | 2024-08-03T03:37:58.084Z | Compiling fixedbitset v0.4.2 |
1622 | 2024-08-03T03:37:58.335Z | Compiling unicode-segmentation v1.11.0 |
1623 | 2024-08-03T03:37:58.380Z | Compiling new_debug_unreachable v1.0.6 |
1624 | 2024-08-03T03:37:58.475Z | Compiling difflib v0.4.0 |
1625 | 2024-08-03T03:37:59.112Z | Compiling normalize-line-endings v0.3.0 |
1626 | 2024-08-03T03:37:59.128Z | Compiling predicates-core v1.0.6 |
1627 | 2024-08-03T03:37:59.144Z | Compiling minimal-lexical v0.2.1 |
1628 | 2024-08-03T03:37:59.433Z | Compiling static_assertions v1.1.0 |
1629 | 2024-08-03T03:37:59.530Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1630 | 2024-08-03T03:37:59.631Z | Compiling reqwest v0.11.27 |
1631 | 2024-08-03T03:37:59.705Z | Compiling nom v7.1.3 |
1632 | 2024-08-03T03:37:59.721Z | Compiling toml_edit v0.22.20 |
1633 | 2024-08-03T03:37:59.740Z | Compiling predicates v3.1.2 |
1634 | 2024-08-03T03:38:01.937Z | Compiling similar v2.5.0 |
1635 | 2024-08-03T03:38:02.782Z | Compiling string_cache v0.8.7 |
1636 | 2024-08-03T03:38:03.182Z | Compiling petgraph v0.6.5 |
1637 | 2024-08-03T03:38:03.462Z | Compiling tokio-postgres v0.7.11 |
1638 | 2024-08-03T03:38:03.479Z | Compiling elliptic-curve v0.13.8 |
1639 | 2024-08-03T03:38:04.010Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1640 | 2024-08-03T03:38:04.212Z | Compiling trust-dns-proto v0.22.0 |
1641 | 2024-08-03T03:38:05.905Z | Compiling usdt v0.5.0 |
1642 | 2024-08-03T03:38:07.087Z | Compiling futures v0.3.30 |
1643 | 2024-08-03T03:38:07.203Z | Compiling yasna v0.5.2 |
1644 | 2024-08-03T03:38:07.264Z | Compiling diesel v2.1.6 |
1645 | 2024-08-03T03:38:07.768Z | Compiling crossterm v0.27.0 |
1646 | 2024-08-03T03:38:08.131Z | Compiling flate2 v1.0.30 |
1647 | 2024-08-03T03:38:08.398Z | Compiling cipher v0.4.4 |
1648 | 2024-08-03T03:38:08.751Z | Compiling clap v4.5.9 |
1649 | 2024-08-03T03:38:08.871Z | Compiling bit-set v0.5.3 |
1650 | 2024-08-03T03:38:09.062Z | Compiling itertools v0.10.5 |
1651 | 2024-08-03T03:38:09.146Z | Compiling itertools v0.12.1 |
1652 | 2024-08-03T03:38:10.587Z | Compiling num-iter v0.1.45 |
1653 | 2024-08-03T03:38:10.773Z | Compiling console v0.15.8 |
1654 | 2024-08-03T03:38:11.320Z | Compiling tokio-stream v0.1.15 |
1655 | 2024-08-03T03:38:11.551Z | Compiling toml v0.7.8 |
1656 | 2024-08-03T03:38:11.868Z | Compiling bstr v1.9.1 |
1657 | 2024-08-03T03:38:12.013Z | Compiling hex v0.4.3 |
1658 | 2024-08-03T03:38:12.639Z | Compiling peg-runtime v0.8.3 |
1659 | 2024-08-03T03:38:12.840Z | Compiling lalrpop-util v0.19.12 |
1660 | 2024-08-03T03:38:12.966Z | Compiling camino v1.1.7 |
1661 | 2024-08-03T03:38:13.138Z | Compiling unicode-xid v0.2.4 |
1662 | 2024-08-03T03:38:13.401Z | Compiling proc-macro-crate v1.3.1 |
1663 | 2024-08-03T03:38:14.573Z | Compiling heapless v0.8.0 |
1664 | 2024-08-03T03:38:17.126Z | Compiling num_enum_derive v0.5.11 |
1665 | 2024-08-03T03:38:22.156Z | Compiling hash32 v0.3.1 |
1666 | 2024-08-03T03:38:22.874Z | Compiling ident_case v1.0.1 |
1667 | 2024-08-03T03:38:22.991Z | Compiling smoltcp v0.11.0 |
1668 | 2024-08-03T03:38:25.166Z | Compiling rustls-pki-types v1.7.0 |
1669 | 2024-08-03T03:38:25.201Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1670 | 2024-08-03T03:38:29.618Z | Compiling darling_core v0.20.9 |
1671 | 2024-08-03T03:38:38.350Z | Compiling num_enum v0.5.11 |
1672 | 2024-08-03T03:38:39.052Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1673 | 2024-08-03T03:38:39.440Z | Compiling getopts v0.2.21 |
1674 | 2024-08-03T03:38:40.457Z | Compiling dirs-sys-next v0.1.2 |
1675 | 2024-08-03T03:38:41.025Z | Compiling proc-macro-error-attr v1.0.4 |
1676 | 2024-08-03T03:38:41.332Z | Compiling embedded-io v0.4.0 |
1677 | 2024-08-03T03:38:41.491Z | Compiling rustls v0.22.4 |
1678 | 2024-08-03T03:38:41.569Z | Compiling unsafe-libyaml v0.2.11 |
1679 | 2024-08-03T03:38:41.596Z | Compiling paste v1.0.15 |
1680 | 2024-08-03T03:38:41.782Z | Compiling cobs v0.2.3 |
1681 | 2024-08-03T03:38:42.680Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1682 | 2024-08-03T03:38:42.748Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1683 | 2024-08-03T03:38:45.608Z | Compiling serde_yaml v0.9.34+deprecated |
1684 | 2024-08-03T03:38:46.169Z | Compiling postcard v1.0.8 |
1685 | 2024-08-03T03:38:47.204Z | Compiling dirs-next v2.0.0 |
1686 | 2024-08-03T03:38:48.528Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1687 | 2024-08-03T03:38:49.937Z | Compiling darling_macro v0.20.9 |
1688 | 2024-08-03T03:38:51.411Z | Compiling rustls-webpki v0.102.4 |
1689 | 2024-08-03T03:38:58.019Z | Compiling strum_macros v0.26.4 |
1690 | 2024-08-03T03:38:59.390Z | Compiling structmeta-derive v0.3.0 |
1691 | 2024-08-03T03:38:59.776Z | Compiling foreign-types-macros v0.2.3 |
1692 | 2024-08-03T03:39:00.668Z | Compiling thread_local v1.1.8 |
1693 | 2024-08-03T03:39:01.007Z | Compiling proc-macro-error v1.0.4 |
1694 | 2024-08-03T03:39:01.328Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1695 | 2024-08-03T03:39:01.348Z | Compiling multer v3.1.0 |
1696 | 2024-08-03T03:39:01.619Z | Compiling slog-async v2.8.0 |
1697 | 2024-08-03T03:39:02.056Z | Compiling foreign-types-shared v0.3.1 |
1698 | 2024-08-03T03:39:02.079Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1699 | 2024-08-03T03:39:02.342Z | Compiling match_cfg v0.1.0 |
1700 | 2024-08-03T03:39:02.503Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1701 | 2024-08-03T03:39:09.261Z | Compiling strum v0.26.3 |
1702 | 2024-08-03T03:39:09.395Z | Compiling hostname v0.3.1 |
1703 | 2024-08-03T03:39:09.640Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1704 | 2024-08-03T03:39:10.801Z | Compiling foreign-types v0.5.0 |
1705 | 2024-08-03T03:39:11.056Z | Compiling structmeta v0.3.0 |
1706 | 2024-08-03T03:39:13.321Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1707 | 2024-08-03T03:39:15.703Z | Compiling darling v0.20.9 |
1708 | 2024-08-03T03:39:20.107Z | Compiling term v0.7.0 |
1709 | 2024-08-03T03:39:25.434Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1710 | 2024-08-03T03:39:26.940Z | Compiling slog-json v2.6.1 |
1711 | 2024-08-03T03:39:27.379Z | Compiling tabwriter v1.4.0 |
1712 | 2024-08-03T03:39:28.175Z | Compiling crossbeam-channel v0.5.12 |
1713 | 2024-08-03T03:39:29.133Z | Compiling http v1.1.0 |
1714 | 2024-08-03T03:39:29.244Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1715 | 2024-08-03T03:39:29.456Z | Compiling async-stream-impl v0.3.5 |
1716 | 2024-08-03T03:39:29.732Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1717 | 2024-08-03T03:39:30.003Z | Compiling is-terminal v0.4.12 |
1718 | 2024-08-03T03:39:30.026Z | Compiling cstr-argument v0.1.2 |
1719 | 2024-08-03T03:39:30.138Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1720 | 2024-08-03T03:39:30.284Z | Compiling rayon-core v1.12.1 |
1721 | 2024-08-03T03:39:30.494Z | Compiling pretty-hex v0.2.1 |
1722 | 2024-08-03T03:39:30.624Z | Compiling fastrand v2.1.0 |
1723 | 2024-08-03T03:39:30.720Z | Compiling crucible-workspace-hack v0.1.0 |
1724 | 2024-08-03T03:39:31.014Z | Compiling take_mut v0.2.2 |
1725 | 2024-08-03T03:39:31.030Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1726 | 2024-08-03T03:39:31.175Z | Compiling atomic-waker v1.1.2 |
1727 | 2024-08-03T03:39:31.341Z | Compiling waitgroup v0.1.2 |
1728 | 2024-08-03T03:39:31.391Z | Compiling tempfile v3.10.1 |
1729 | 2024-08-03T03:39:31.781Z | Compiling async-stream v0.3.5 |
1730 | 2024-08-03T03:39:32.092Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1731 | 2024-08-03T03:39:32.801Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1732 | 2024-08-03T03:39:33.013Z | Compiling slog-term v2.9.1 |
1733 | 2024-08-03T03:39:33.757Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1734 | 2024-08-03T03:39:33.907Z | Compiling slog-bunyan v2.5.0 |
1735 | 2024-08-03T03:39:34.189Z | Compiling tokio-rustls v0.25.0 |
1736 | 2024-08-03T03:39:34.232Z | Compiling serde_with_macros v3.8.3 |
1737 | 2024-08-03T03:39:34.280Z | Compiling parse-display-derive v0.9.1 |
1738 | 2024-08-03T03:39:34.550Z | Compiling toml v0.8.19 |
1739 | 2024-08-03T03:39:34.638Z | Compiling rustls-pemfile v2.1.2 |
1740 | 2024-08-03T03:39:35.356Z | Compiling sha1 v0.10.6 |
1741 | 2024-08-03T03:39:35.607Z | Compiling crossbeam-deque v0.8.5 |
1742 | 2024-08-03T03:39:35.978Z | Compiling colored v2.1.0 |
1743 | 2024-08-03T03:39:36.157Z | Compiling newtype-uuid v1.1.0 |
1744 | 2024-08-03T03:39:36.505Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1745 | 2024-08-03T03:39:36.817Z | Compiling serde_path_to_error v0.1.16 |
1746 | 2024-08-03T03:39:37.205Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1747 | 2024-08-03T03:39:37.867Z | Compiling hostname v0.4.0 |
1748 | 2024-08-03T03:39:37.948Z | Compiling socket2 v0.4.10 |
1749 | 2024-08-03T03:39:38.132Z | Compiling instant v0.1.12 |
1750 | 2024-08-03T03:39:38.222Z | Compiling debug-ignore v1.0.5 |
1751 | 2024-08-03T03:39:38.298Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1752 | 2024-08-03T03:39:38.371Z | Compiling backoff v0.4.0 |
1753 | 2024-08-03T03:39:38.672Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1754 | 2024-08-03T03:39:39.457Z | Compiling parse-display v0.9.1 |
1755 | 2024-08-03T03:39:41.222Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1756 | 2024-08-03T03:39:41.349Z | Compiling serde_with v3.8.3 |
1757 | 2024-08-03T03:39:41.429Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1758 | 2024-08-03T03:39:41.951Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1759 | 2024-08-03T03:39:43.351Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1760 | 2024-08-03T03:39:43.815Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1761 | 2024-08-03T03:39:44.088Z | Compiling camino-tempfile v1.1.1 |
1762 | 2024-08-03T03:39:44.958Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1763 | 2024-08-03T03:39:45.174Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1764 | 2024-08-03T03:39:45.375Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1765 | 2024-08-03T03:39:45.520Z | Compiling macaddr v1.0.1 |
1766 | 2024-08-03T03:39:45.666Z | Compiling num-derive v0.4.2 |
1767 | 2024-08-03T03:39:46.017Z | Compiling sigpipe v0.1.3 |
1768 | 2024-08-03T03:39:46.154Z | Compiling libefi-sys v0.1.0 |
1769 | 2024-08-03T03:39:46.452Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1770 | 2024-08-03T03:39:46.804Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1771 | 2024-08-03T03:39:47.370Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1772 | 2024-08-03T03:39:47.471Z | Compiling rayon v1.10.0 |
1773 | 2024-08-03T03:39:47.898Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1774 | 2024-08-03T03:39:48.992Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1775 | 2024-08-03T03:39:49.461Z | Compiling smf v0.2.3 |
1776 | 2024-08-03T03:39:50.749Z | Compiling bitfield-struct v0.6.1 |
1777 | 2024-08-03T03:39:51.529Z | Compiling ring v0.16.20 |
1778 | 2024-08-03T03:39:52.041Z | Compiling blake3 v1.5.1 |
1779 | 2024-08-03T03:39:52.076Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1780 | 2024-08-03T03:39:52.443Z | Compiling portable-atomic v1.6.0 |
1781 | 2024-08-03T03:39:52.941Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1782 | 2024-08-03T03:39:53.266Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1783 | 2024-08-03T03:39:53.377Z | Compiling xattr v1.3.1 |
1784 | 2024-08-03T03:39:53.503Z | Compiling memmap2 v0.9.4 |
1785 | 2024-08-03T03:39:53.702Z | Compiling filetime v0.2.23 |
1786 | 2024-08-03T03:39:53.717Z | Compiling untrusted v0.7.1 |
1787 | 2024-08-03T03:39:53.903Z | Compiling same-file v1.0.6 |
1788 | 2024-08-03T03:39:54.017Z | Compiling arrayvec v0.7.4 |
1789 | 2024-08-03T03:39:54.052Z | Compiling constant_time_eq v0.3.0 |
1790 | 2024-08-03T03:39:54.167Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1791 | 2024-08-03T03:39:54.221Z | Compiling arrayref v0.3.7 |
1792 | 2024-08-03T03:39:54.293Z | Compiling spin v0.5.2 |
1793 | 2024-08-03T03:39:54.326Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1794 | 2024-08-03T03:39:54.394Z | Compiling walkdir v2.5.0 |
1795 | 2024-08-03T03:39:54.525Z | Compiling tar v0.4.41 |
1796 | 2024-08-03T03:39:55.952Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1797 | 2024-08-03T03:39:56.966Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1798 | 2024-08-03T03:39:57.071Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1799 | 2024-08-03T03:39:59.385Z | Compiling gethostname v0.5.0 |
1800 | 2024-08-03T03:39:59.589Z | Compiling cargo-platform v0.1.8 |
1801 | 2024-08-03T03:39:59.764Z | Compiling topological-sort v0.2.2 |
1802 | 2024-08-03T03:40:00.032Z | Compiling number_prefix v0.4.0 |
1803 | 2024-08-03T03:40:00.235Z | Compiling indicatif v0.17.8 |
1804 | 2024-08-03T03:40:00.285Z | Compiling cargo_metadata v0.18.1 |
1805 | 2024-08-03T03:40:00.712Z | Compiling omicron-zone-package v0.11.0 |
1806 | 2024-08-03T03:40:11.975Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1807 | 2024-08-03T03:40:13.615Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1808 | 2024-08-03T03:40:16.157Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1809 | 2024-08-03T03:40:31.045Z | Finished `release` profile [optimized] target(s) in 4m 23s |
1810 | 2024-08-03T03:40:31.175Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1811 | 2024-08-03T03:40:31.216Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1812 | 2024-08-03T03:40:31.219Z | Created new build target 'test' and set it as active |
1813 | 2024-08-03T03:40:31.219Z | |
1814 | 2024-08-03T03:40:31.219Z | real 4:23.485457511 |
1815 | 2024-08-03T03:40:31.219Z | user 29:49.249446605 |
1816 | 2024-08-03T03:40:31.219Z | sys 3:46.915589594 |
1817 | 2024-08-03T03:40:31.219Z | trap 0.849694791 |
1818 | 2024-08-03T03:40:31.219Z | tflt 2.981536418 |
1819 | 2024-08-03T03:40:31.219Z | dflt 0.928105651 |
1820 | 2024-08-03T03:40:31.219Z | kflt 0.025624586 |
1821 | 2024-08-03T03:40:31.219Z | lock 1:05:00.958569098 |
1822 | 2024-08-03T03:40:31.219Z | slp 1:53:24.175443499 |
1823 | 2024-08-03T03:40:31.219Z | lat 1:59.018707448 |
1824 | 2024-08-03T03:40:31.219Z | stop 3:10.185436741 |
1825 | 2024-08-03T03:40:31.219Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1826 | 2024-08-03T03:40:32.108Z | Finished `release` profile [optimized] target(s) in 0.84s |
1827 | 2024-08-03T03:40:32.152Z | Running `target/release/omicron-package -t test package` |
1828 | 2024-08-03T03:40:32.189Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1829 | 2024-08-03T03:40:33.197Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1830 | 2024-08-03T03:40:33.197Z | Compiling camino v1.1.7 |
1831 | 2024-08-03T03:40:33.197Z | Compiling password-hash v0.5.0 |
1832 | 2024-08-03T03:40:33.200Z | Compiling blake2 v0.10.6 |
1833 | 2024-08-03T03:40:33.200Z | Compiling derive-where v1.2.7 |
1834 | 2024-08-03T03:40:33.200Z | Compiling humantime v2.1.0 |
1835 | 2024-08-03T03:40:33.200Z | Compiling newline-converter v0.3.0 |
1836 | 2024-08-03T03:40:33.342Z | Compiling toml v0.8.19 |
1837 | 2024-08-03T03:40:33.517Z | Compiling expectorate v1.1.0 |
1838 | 2024-08-03T03:40:33.534Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1839 | 2024-08-03T03:40:33.697Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1840 | 2024-08-03T03:40:33.970Z | Compiling argon2 v0.5.3 |
1841 | 2024-08-03T03:40:34.148Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1842 | 2024-08-03T03:40:34.257Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1843 | 2024-08-03T03:40:34.372Z | Compiling dirs-sys-next v0.1.2 |
1844 | 2024-08-03T03:40:34.433Z | Compiling prettyplease v0.2.20 |
1845 | 2024-08-03T03:40:34.742Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1846 | 2024-08-03T03:40:34.847Z | Compiling dirs-next v2.0.0 |
1847 | 2024-08-03T03:40:34.883Z | Compiling convert_case v0.4.0 |
1848 | 2024-08-03T03:40:35.028Z | Compiling term v0.7.0 |
1849 | 2024-08-03T03:40:35.303Z | Compiling semver v0.1.20 |
1850 | 2024-08-03T03:40:35.393Z | Compiling is-terminal v0.4.12 |
1851 | 2024-08-03T03:40:35.527Z | Compiling home v0.5.9 |
1852 | 2024-08-03T03:40:35.677Z | Compiling derive_more v0.99.18 |
1853 | 2024-08-03T03:40:35.764Z | Compiling rustc_version v0.1.7 |
1854 | 2024-08-03T03:40:35.901Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1855 | 2024-08-03T03:40:36.154Z | Compiling newtype_derive v0.1.6 |
1856 | 2024-08-03T03:40:36.329Z | Compiling rustls-pki-types v1.7.0 |
1857 | 2024-08-03T03:40:36.485Z | Compiling rustls v0.22.4 |
1858 | 2024-08-03T03:40:36.509Z | Compiling thread_local v1.1.8 |
1859 | 2024-08-03T03:40:36.654Z | Compiling steno v0.4.1 |
1860 | 2024-08-03T03:40:36.987Z | Compiling rustls-webpki v0.102.4 |
1861 | 2024-08-03T03:40:37.108Z | Compiling match_cfg v0.1.0 |
1862 | 2024-08-03T03:40:37.207Z | Compiling linked-hash-map v0.5.6 |
1863 | 2024-08-03T03:40:37.642Z | Compiling lru-cache v0.1.2 |
1864 | 2024-08-03T03:40:38.787Z | Compiling hostname v0.3.1 |
1865 | 2024-08-03T03:40:38.968Z | Compiling multer v3.1.0 |
1866 | 2024-08-03T03:40:39.006Z | Compiling slog-async v2.8.0 |
1867 | 2024-08-03T03:40:39.036Z | Compiling slog-json v2.6.1 |
1868 | 2024-08-03T03:40:39.073Z | Compiling crossbeam-channel v0.5.12 |
1869 | 2024-08-03T03:40:39.404Z | Compiling http v1.1.0 |
1870 | 2024-08-03T03:40:39.790Z | Compiling atomic-waker v1.1.2 |
1871 | 2024-08-03T03:40:39.975Z | Compiling take_mut v0.2.2 |
1872 | 2024-08-03T03:40:40.143Z | Compiling waitgroup v0.1.2 |
1873 | 2024-08-03T03:40:40.356Z | Compiling slog-bunyan v2.5.0 |
1874 | 2024-08-03T03:40:40.576Z | Compiling rustls-pemfile v2.1.2 |
1875 | 2024-08-03T03:40:41.151Z | Compiling slog-term v2.9.1 |
1876 | 2024-08-03T03:40:41.671Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1877 | 2024-08-03T03:40:41.740Z | Compiling async-stream v0.3.5 |
1878 | 2024-08-03T03:40:41.880Z | Compiling sha1 v0.10.6 |
1879 | 2024-08-03T03:40:42.006Z | Compiling newtype-uuid v1.1.0 |
1880 | 2024-08-03T03:40:42.105Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1881 | 2024-08-03T03:40:42.264Z | Compiling tokio-rustls v0.25.0 |
1882 | 2024-08-03T03:40:42.284Z | Compiling serde_path_to_error v0.1.16 |
1883 | 2024-08-03T03:40:42.330Z | Compiling hostname v0.4.0 |
1884 | 2024-08-03T03:40:42.458Z | Compiling instant v0.1.12 |
1885 | 2024-08-03T03:40:42.557Z | Compiling slog-dtrace v0.3.0 |
1886 | 2024-08-03T03:40:42.609Z | Compiling debug-ignore v1.0.5 |
1887 | 2024-08-03T03:40:42.690Z | Compiling backoff v0.4.0 |
1888 | 2024-08-03T03:40:42.756Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1889 | 2024-08-03T03:40:42.946Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1890 | 2024-08-03T03:40:43.089Z | Compiling parse-display v0.9.1 |
1891 | 2024-08-03T03:40:43.105Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1892 | 2024-08-03T03:40:43.270Z | Compiling serde_with v3.8.3 |
1893 | 2024-08-03T03:40:43.595Z | Compiling strum v0.26.3 |
1894 | 2024-08-03T03:40:43.780Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1895 | 2024-08-03T03:40:44.850Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1896 | 2024-08-03T03:40:45.551Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1897 | 2024-08-03T03:40:45.712Z | Compiling num-rational v0.4.2 |
1898 | 2024-08-03T03:40:46.691Z | Compiling num-complex v0.4.6 |
1899 | 2024-08-03T03:40:47.368Z | Compiling macaddr v1.0.1 |
1900 | 2024-08-03T03:40:47.394Z | Compiling swrite v0.1.0 |
1901 | 2024-08-03T03:40:47.721Z | Compiling num v0.4.3 |
1902 | 2024-08-03T03:40:47.942Z | Compiling float-ord v0.3.2 |
1903 | 2024-08-03T03:40:48.104Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1904 | 2024-08-03T03:40:49.098Z | Compiling quick-error v1.2.3 |
1905 | 2024-08-03T03:40:49.258Z | Compiling resolv-conf v0.7.0 |
1906 | 2024-08-03T03:40:50.333Z | Compiling trust-dns-resolver v0.22.0 |
1907 | 2024-08-03T03:40:50.425Z | Compiling rayon-core v1.12.1 |
1908 | 2024-08-03T03:40:50.452Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1909 | 2024-08-03T03:40:50.836Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1910 | 2024-08-03T03:40:50.854Z | Compiling crossbeam-deque v0.8.5 |
1911 | 2024-08-03T03:40:51.193Z | Compiling display-error-chain v0.2.0 |
1912 | 2024-08-03T03:40:51.385Z | Compiling termcolor v1.4.1 |
1913 | 2024-08-03T03:40:52.502Z | Compiling fastrand v2.1.0 |
1914 | 2024-08-03T03:40:53.001Z | Compiling same-file v1.0.6 |
1915 | 2024-08-03T03:40:53.231Z | Compiling walkdir v2.5.0 |
1916 | 2024-08-03T03:40:53.880Z | Compiling tempfile v3.10.1 |
1917 | 2024-08-03T03:40:56.213Z | Compiling half v2.4.1 |
1918 | 2024-08-03T03:40:56.254Z | Compiling utf-8 v0.7.6 |
1919 | 2024-08-03T03:40:56.617Z | Compiling ciborium-io v0.2.2 |
1920 | 2024-08-03T03:40:56.757Z | Compiling ciborium-ll v0.2.2 |
1921 | 2024-08-03T03:40:56.908Z | Compiling ring v0.16.20 |
1922 | 2024-08-03T03:40:57.258Z | Compiling blake3 v1.5.1 |
1923 | 2024-08-03T03:40:57.612Z | Compiling rayon v1.10.0 |
1924 | 2024-08-03T03:40:58.426Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1925 | 2024-08-03T03:41:02.275Z | Compiling xattr v1.3.1 |
1926 | 2024-08-03T03:41:02.534Z | Compiling nibble_vec v0.1.0 |
1927 | 2024-08-03T03:41:02.767Z | Compiling filetime v0.2.23 |
1928 | 2024-08-03T03:41:03.070Z | Compiling memmap2 v0.9.4 |
1929 | 2024-08-03T03:41:03.115Z | Compiling untrusted v0.7.1 |
1930 | 2024-08-03T03:41:03.311Z | Compiling arrayref v0.3.7 |
1931 | 2024-08-03T03:41:03.415Z | Compiling constant_time_eq v0.3.0 |
1932 | 2024-08-03T03:41:03.480Z | Compiling spin v0.5.2 |
1933 | 2024-08-03T03:41:03.563Z | Compiling cancel-safe-futures v0.1.5 |
1934 | 2024-08-03T03:41:03.711Z | Compiling endian-type v0.1.2 |
1935 | 2024-08-03T03:41:03.924Z | Compiling arrayvec v0.7.4 |
1936 | 2024-08-03T03:41:03.974Z | Compiling radix_trie v0.2.1 |
1937 | 2024-08-03T03:41:05.387Z | Compiling tar v0.4.41 |
1938 | 2024-08-03T03:41:07.195Z | Compiling ciborium v0.2.2 |
1939 | 2024-08-03T03:41:08.133Z | Compiling camino-tempfile v1.1.1 |
1940 | 2024-08-03T03:41:08.571Z | Compiling toolchain_find v0.4.0 |
1941 | 2024-08-03T03:41:09.112Z | Compiling radium v0.7.0 |
1942 | 2024-08-03T03:41:09.331Z | Compiling crunchy v0.2.2 |
1943 | 2024-08-03T03:41:09.585Z | Compiling topological-sort v0.2.2 |
1944 | 2024-08-03T03:41:09.791Z | Compiling maplit v1.0.2 |
1945 | 2024-08-03T03:41:09.813Z | Compiling glob v0.3.1 |
1946 | 2024-08-03T03:41:09.939Z | Compiling omicron-zone-package v0.11.0 |
1947 | 2024-08-03T03:41:10.162Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1948 | 2024-08-03T03:41:10.625Z | Compiling clang-sys v1.7.0 |
1949 | 2024-08-03T03:41:11.182Z | Compiling rustfmt-wrapper v0.2.1 |
1950 | 2024-08-03T03:41:11.629Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1951 | 2024-08-03T03:41:11.737Z | Compiling tap v1.0.1 |
1952 | 2024-08-03T03:41:11.925Z | Compiling maybe-uninit v2.0.0 |
1953 | 2024-08-03T03:41:11.965Z | Compiling tiny-keccak v2.0.2 |
1954 | 2024-08-03T03:41:12.287Z | Compiling wyz v0.5.1 |
1955 | 2024-08-03T03:41:12.869Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1956 | 2024-08-03T03:41:13.028Z | Compiling funty v2.0.0 |
1957 | 2024-08-03T03:41:13.336Z | Compiling packed_struct v0.10.1 |
1958 | 2024-08-03T03:41:13.786Z | Compiling arc-swap v1.7.1 |
1959 | 2024-08-03T03:41:14.417Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1960 | 2024-08-03T03:41:14.475Z | Compiling num-bigint-dig v0.8.4 |
1961 | 2024-08-03T03:41:14.783Z | Compiling crc-catalog v2.4.0 |
1962 | 2024-08-03T03:41:14.850Z | Compiling slog-scope v4.4.0 |
1963 | 2024-08-03T03:41:14.934Z | Compiling crc v3.2.1 |
1964 | 2024-08-03T03:41:15.069Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1965 | 2024-08-03T03:41:15.515Z | Compiling bitvec v1.0.1 |
1966 | 2024-08-03T03:41:17.400Z | Compiling ascii-canvas v3.0.0 |
1967 | 2024-08-03T03:41:17.877Z | Compiling packed_struct_codegen v0.10.1 |
1968 | 2024-08-03T03:41:20.056Z | Compiling ena v0.14.3 |
1969 | 2024-08-03T03:41:20.375Z | Compiling indexmap v1.9.3 |
1970 | 2024-08-03T03:41:20.496Z | Compiling libloading v0.8.3 |
1971 | 2024-08-03T03:41:20.711Z | Compiling nodrop v0.1.14 |
1972 | 2024-08-03T03:41:20.775Z | Compiling regex-syntax v0.6.29 |
1973 | 2024-08-03T03:41:20.846Z | Compiling bindgen v0.69.4 |
1974 | 2024-08-03T03:41:20.876Z | Compiling diff v0.1.13 |
1975 | 2024-08-03T03:41:21.331Z | Compiling array-init v0.0.4 |
1976 | 2024-08-03T03:41:25.998Z | Compiling lalrpop v0.19.12 |
1977 | 2024-08-03T03:41:26.638Z | Compiling smallvec v0.6.14 |
1978 | 2024-08-03T03:41:27.172Z | Compiling slog-stdlog v4.1.1 |
1979 | 2024-08-03T03:41:31.088Z | Compiling tungstenite v0.21.0 |
1980 | 2024-08-03T03:41:31.753Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1981 | 2024-08-03T03:41:32.026Z | Compiling which v4.4.2 |
1982 | 2024-08-03T03:41:32.591Z | Compiling pkcs1 v0.7.5 |
1983 | 2024-08-03T03:41:32.849Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1984 | 2024-08-03T03:41:33.081Z | Compiling signature v2.2.0 |
1985 | 2024-08-03T03:41:33.354Z | Compiling cexpr v0.6.0 |
1986 | 2024-08-03T03:41:34.935Z | Compiling libsw v3.3.1 |
1987 | 2024-08-03T03:41:35.275Z | Compiling atty v0.2.14 |
1988 | 2024-08-03T03:41:35.433Z | Compiling ref-cast v1.0.23 |
1989 | 2024-08-03T03:41:35.920Z | Compiling linear-map v1.2.0 |
1990 | 2024-08-03T03:41:36.170Z | Compiling lazycell v1.3.0 |
1991 | 2024-08-03T03:41:36.338Z | Compiling hashbrown v0.12.3 |
1992 | 2024-08-03T03:41:36.355Z | Compiling bitfield v0.14.0 |
1993 | 2024-08-03T03:41:36.415Z | Compiling rustc-hash v1.1.0 |
1994 | 2024-08-03T03:41:36.488Z | Compiling owo-colors v4.0.0 |
1995 | 2024-08-03T03:41:36.575Z | Compiling shlex v1.3.0 |
1996 | 2024-08-03T03:41:36.640Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1997 | 2024-08-03T03:41:38.639Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1998 | 2024-08-03T03:41:38.680Z | Compiling rsa v0.9.6 |
1999 | 2024-08-03T03:41:39.337Z | Compiling tokio-tungstenite v0.21.0 |
2000 | 2024-08-03T03:41:39.924Z | Compiling slog-envlogger v2.2.0 |
2001 | 2024-08-03T03:41:42.445Z | Compiling serde-hex v0.1.0 |
2002 | 2024-08-03T03:41:44.134Z | Compiling bzip2 v0.4.4 |
2003 | 2024-08-03T03:41:44.594Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2004 | 2024-08-03T03:41:44.915Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2005 | 2024-08-03T03:41:46.062Z | Compiling env_logger v0.10.2 |
2006 | 2024-08-03T03:41:47.611Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2007 | 2024-08-03T03:41:47.930Z | Compiling derive_builder_core v0.20.0 |
2008 | 2024-08-03T03:41:49.041Z | Compiling x509-cert v0.2.5 |
2009 | 2024-08-03T03:41:49.269Z | Compiling ron v0.8.1 |
2010 | 2024-08-03T03:41:50.110Z | Compiling headers-core v0.2.0 |
2011 | 2024-08-03T03:41:50.277Z | Compiling hashbrown v0.13.2 |
2012 | 2024-08-03T03:41:50.414Z | Compiling fxhash v0.2.1 |
2013 | 2024-08-03T03:41:50.643Z | Compiling libxml v0.3.3 |
2014 | 2024-08-03T03:41:51.013Z | Compiling ref-cast-impl v1.0.23 |
2015 | 2024-08-03T03:41:51.665Z | Compiling crc-any v2.5.0 |
2016 | 2024-08-03T03:41:52.034Z | Compiling polar-core v0.27.3 |
2017 | 2024-08-03T03:41:52.231Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2018 | 2024-08-03T03:41:52.569Z | Compiling object v0.30.4 |
2019 | 2024-08-03T03:41:55.242Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2020 | 2024-08-03T03:41:56.885Z | Compiling samael v0.0.15 |
2021 | 2024-08-03T03:41:58.426Z | Compiling headers v0.3.9 |
2022 | 2024-08-03T03:42:00.298Z | Compiling derive_builder_macro v0.20.0 |
2023 | 2024-08-03T03:42:01.142Z | Compiling zip v0.6.6 |
2024 | 2024-08-03T03:42:02.070Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2025 | 2024-08-03T03:42:02.782Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2026 | 2024-08-03T03:42:03.077Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2027 | 2024-08-03T03:42:03.824Z | Compiling strum_macros v0.24.3 |
2028 | 2024-08-03T03:42:05.093Z | Compiling async-recursion v1.1.1 |
2029 | 2024-08-03T03:42:05.124Z | Compiling cookie v0.18.1 |
2030 | 2024-08-03T03:42:05.140Z | Compiling unicase v2.7.0 |
2031 | 2024-08-03T03:42:05.460Z | Compiling indoc v1.0.9 |
2032 | 2024-08-03T03:42:05.478Z | Compiling path-slash v0.1.5 |
2033 | 2024-08-03T03:42:05.729Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2034 | 2024-08-03T03:42:06.572Z | Compiling derive_builder v0.20.0 |
2035 | 2024-08-03T03:42:09.198Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2036 | 2024-08-03T03:42:09.511Z | Compiling pem v3.0.4 |
2037 | 2024-08-03T03:42:11.015Z | Compiling impl-trait-for-tuples v0.2.2 |
2038 | 2024-08-03T03:42:11.266Z | Compiling oso-derive v0.27.3 |
2039 | 2024-08-03T03:42:12.211Z | Compiling quick-xml v0.31.0 |
2040 | 2024-08-03T03:42:12.901Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2041 | 2024-08-03T03:42:13.228Z | Compiling cfg_aliases v0.1.1 |
2042 | 2024-08-03T03:42:13.344Z | Compiling parking_lot_core v0.8.6 |
2043 | 2024-08-03T03:42:13.819Z | Compiling nix v0.28.0 |
2044 | 2024-08-03T03:42:17.154Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2045 | 2024-08-03T03:42:17.761Z | Compiling oso v0.27.3 |
2046 | 2024-08-03T03:42:18.156Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2047 | 2024-08-03T03:42:19.666Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2048 | 2024-08-03T03:42:19.983Z | Compiling bb8 v0.8.5 |
2049 | 2024-08-03T03:42:20.582Z | Compiling const_format_proc_macros v0.2.32 |
2050 | 2024-08-03T03:42:20.799Z | Compiling curve25519-dalek v4.1.3 |
2051 | 2024-08-03T03:42:21.242Z | Compiling vte_generate_state_changes v0.1.1 |
2052 | 2024-08-03T03:42:21.848Z | Compiling buf-list v1.0.3 |
2053 | 2024-08-03T03:42:22.426Z | Compiling keccak v0.1.5 |
2054 | 2024-08-03T03:42:22.489Z | Compiling const_format v0.2.32 |
2055 | 2024-08-03T03:42:22.777Z | Compiling sha3 v0.10.8 |
2056 | 2024-08-03T03:42:23.493Z | Compiling vte v0.11.1 |
2057 | 2024-08-03T03:42:23.711Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2058 | 2024-08-03T03:42:24.565Z | Compiling fd-lock v4.0.2 |
2059 | 2024-08-03T03:42:24.790Z | Compiling universal-hash v0.5.1 |
2060 | 2024-08-03T03:42:24.929Z | Compiling secrecy v0.8.0 |
2061 | 2024-08-03T03:42:24.994Z | Compiling thiserror-impl-no-std v2.0.2 |
2062 | 2024-08-03T03:42:25.011Z | Compiling curve25519-dalek-derive v0.1.1 |
2063 | 2024-08-03T03:42:25.192Z | Compiling pin-project-internal v1.1.5 |
2064 | 2024-08-03T03:42:26.383Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2065 | 2024-08-03T03:42:26.707Z | Compiling opaque-debug v0.3.1 |
2066 | 2024-08-03T03:42:26.812Z | Compiling bytecount v0.6.8 |
2067 | 2024-08-03T03:42:27.117Z | Compiling papergrid v0.11.0 |
2068 | 2024-08-03T03:42:27.703Z | Compiling thiserror-no-std v2.0.2 |
2069 | 2024-08-03T03:42:27.850Z | Compiling poly1305 v0.8.0 |
2070 | 2024-08-03T03:42:27.968Z | Compiling pin-project v1.1.5 |
2071 | 2024-08-03T03:42:29.399Z | Compiling strip-ansi-escapes v0.2.0 |
2072 | 2024-08-03T03:42:30.166Z | Compiling parking_lot v0.11.2 |
2073 | 2024-08-03T03:42:35.182Z | Compiling trust-dns-client v0.22.0 |
2074 | 2024-08-03T03:42:36.036Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2075 | 2024-08-03T03:42:36.353Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2076 | 2024-08-03T03:42:36.606Z | Compiling tabled_derive v0.7.0 |
2077 | 2024-08-03T03:42:38.584Z | Compiling chacha20 v0.9.1 |
2078 | 2024-08-03T03:42:38.815Z | Compiling aead v0.5.2 |
2079 | 2024-08-03T03:42:38.815Z | Compiling peg-macros v0.8.4 |
2080 | 2024-08-03T03:42:39.083Z | Compiling kstat-rs v0.2.4 |
2081 | 2024-08-03T03:42:39.134Z | Compiling snafu-derive v0.8.2 |
2082 | 2024-08-03T03:42:40.010Z | Compiling toml v0.5.11 |
2083 | 2024-08-03T03:42:41.332Z | Compiling sqlparser_derive v0.2.2 |
2084 | 2024-08-03T03:42:42.307Z | Compiling unicode_categories v0.1.1 |
2085 | 2024-08-03T03:42:42.397Z | Compiling nu-ansi-term v0.50.0 |
2086 | 2024-08-03T03:42:42.681Z | Compiling sqlformat v0.2.4 |
2087 | 2024-08-03T03:42:43.642Z | Compiling reedline v0.31.0 |
2088 | 2024-08-03T03:42:43.821Z | Compiling snafu v0.8.2 |
2089 | 2024-08-03T03:42:45.185Z | Compiling sqlparser v0.45.0 |
2090 | 2024-08-03T03:42:46.489Z | Compiling rustyline v14.0.0 |
2091 | 2024-08-03T03:42:48.954Z | Compiling peg v0.8.4 |
2092 | 2024-08-03T03:42:49.073Z | Compiling trust-dns-server v0.22.1 |
2093 | 2024-08-03T03:42:53.294Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2094 | 2024-08-03T03:42:58.383Z | Compiling chacha20poly1305 v0.10.1 |
2095 | 2024-08-03T03:42:58.618Z | Compiling tabled v0.15.0 |
2096 | 2024-08-03T03:43:00.827Z | Compiling mime_guess v2.0.4 |
2097 | 2024-08-03T03:43:01.981Z | Compiling sled v0.34.7 |
2098 | 2024-08-03T03:43:06.077Z | Compiling vsss-rs v3.3.4 |
2099 | 2024-08-03T03:43:09.706Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2100 | 2024-08-03T03:43:10.582Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2101 | 2024-08-03T03:43:10.712Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2102 | 2024-08-03T03:43:11.531Z | Compiling env_logger v0.9.3 |
2103 | 2024-08-03T03:43:15.774Z | Compiling tungstenite v0.20.1 |
2104 | 2024-08-03T03:43:18.791Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2105 | 2024-08-03T03:43:22.753Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2106 | 2024-08-03T03:43:25.301Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2107 | 2024-08-03T03:43:33.641Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2108 | 2024-08-03T03:43:34.561Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2109 | 2024-08-03T03:43:36.081Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2110 | 2024-08-03T03:43:36.583Z | Compiling globset v0.4.14 |
2111 | 2024-08-03T03:43:41.244Z | Compiling olpc-cjson v0.1.3 |
2112 | 2024-08-03T03:43:41.600Z | Compiling bcs v0.1.6 |
2113 | 2024-08-03T03:43:42.390Z | Compiling bitstruct_derive v0.1.0 |
2114 | 2024-08-03T03:43:42.501Z | Compiling serde_plain v1.0.2 |
2115 | 2024-08-03T03:43:43.042Z | Compiling nanorand v0.7.0 |
2116 | 2024-08-03T03:43:43.703Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2117 | 2024-08-03T03:43:43.727Z | Compiling memoffset v0.9.1 |
2118 | 2024-08-03T03:43:44.062Z | Compiling typed-path v0.7.1 |
2119 | 2024-08-03T03:43:44.090Z | Compiling ascii v1.1.0 |
2120 | 2024-08-03T03:43:44.861Z | Compiling highway v1.1.0 |
2121 | 2024-08-03T03:43:45.706Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2122 | 2024-08-03T03:43:46.208Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2123 | 2024-08-03T03:43:48.658Z | Compiling tough v0.17.1 |
2124 | 2024-08-03T03:43:50.728Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2125 | 2024-08-03T03:43:50.979Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2126 | 2024-08-03T03:43:52.271Z | Compiling bitstruct v0.1.1 |
2127 | 2024-08-03T03:43:52.275Z | Compiling flume v0.11.0 |
2128 | 2024-08-03T03:43:52.275Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2129 | 2024-08-03T03:43:52.710Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2130 | 2024-08-03T03:44:01.002Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2131 | 2024-08-03T03:44:01.978Z | Compiling tokio-tungstenite v0.20.1 |
2132 | 2024-08-03T03:44:02.836Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2133 | 2024-08-03T03:44:02.912Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2134 | 2024-08-03T03:44:04.053Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2135 | 2024-08-03T03:44:06.004Z | Compiling serde_arrays v0.1.0 |
2136 | 2024-08-03T03:44:06.207Z | Compiling erased-serde v0.3.31 |
2137 | 2024-08-03T03:44:07.934Z | Compiling parse-size v1.0.0 |
2138 | 2024-08-03T03:44:08.230Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2139 | 2024-08-03T03:44:14.413Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2140 | 2024-08-03T03:44:15.999Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2141 | 2024-08-03T03:44:19.573Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2142 | 2024-08-03T03:44:23.502Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2143 | 2024-08-03T03:44:23.813Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2144 | 2024-08-03T03:44:24.395Z | Compiling heck v0.3.3 |
2145 | 2024-08-03T03:44:24.761Z | Compiling rand_seeder v0.2.3 |
2146 | 2024-08-03T03:44:25.150Z | Compiling castaway v0.2.2 |
2147 | 2024-08-03T03:44:25.364Z | Compiling csv-core v0.1.11 |
2148 | 2024-08-03T03:44:25.791Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2149 | 2024-08-03T03:44:26.116Z | Compiling http-range v0.1.5 |
2150 | 2024-08-03T03:44:26.232Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2151 | 2024-08-03T03:44:26.564Z | Compiling hyper-staticfile v0.9.5 |
2152 | 2024-08-03T03:44:26.754Z | Compiling csv v1.3.0 |
2153 | 2024-08-03T03:44:28.871Z | Compiling compact_str v0.7.1 |
2154 | 2024-08-03T03:44:29.486Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2155 | 2024-08-03T03:44:30.122Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2156 | 2024-08-03T03:44:30.343Z | Compiling zone_cfg_derive v0.1.2 |
2157 | 2024-08-03T03:44:30.440Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2158 | 2024-08-03T03:44:31.751Z | Compiling nix v0.27.1 |
2159 | 2024-08-03T03:44:34.754Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2160 | 2024-08-03T03:44:35.870Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2161 | 2024-08-03T03:44:37.370Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2162 | 2024-08-03T03:44:37.692Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2163 | 2024-08-03T03:44:38.007Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2164 | 2024-08-03T03:44:38.335Z | Compiling unicode-truncate v1.0.0 |
2165 | 2024-08-03T03:44:38.619Z | Compiling itertools v0.13.0 |
2166 | 2024-08-03T03:44:41.915Z | Compiling lru v0.12.3 |
2167 | 2024-08-03T03:44:42.064Z | Compiling serde-big-array v0.5.1 |
2168 | 2024-08-03T03:44:42.287Z | Compiling stability v0.2.0 |
2169 | 2024-08-03T03:44:42.323Z | Compiling base64 v0.13.1 |
2170 | 2024-08-03T03:44:42.503Z | Compiling cassowary v0.3.0 |
2171 | 2024-08-03T03:44:43.068Z | Compiling ron v0.7.1 |
2172 | 2024-08-03T03:44:43.289Z | Compiling ratatui v0.27.0 |
2173 | 2024-08-03T03:44:48.417Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2174 | 2024-08-03T03:44:56.230Z | Compiling zone v0.1.8 |
2175 | 2024-08-03T03:44:59.575Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2176 | 2024-08-03T03:45:00.034Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2177 | 2024-08-03T03:45:03.685Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2178 | 2024-08-03T03:45:05.444Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2179 | 2024-08-03T03:45:08.373Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2180 | 2024-08-03T03:45:09.563Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2181 | 2024-08-03T03:45:09.863Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2182 | 2024-08-03T03:45:13.222Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2183 | 2024-08-03T03:45:13.541Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2184 | 2024-08-03T03:45:14.066Z | Compiling signal-hook-tokio v0.3.1 |
2185 | 2024-08-03T03:45:14.292Z | Compiling portpicker v0.1.1 |
2186 | 2024-08-03T03:45:14.726Z | Compiling unicode-linebreak v0.1.5 |
2187 | 2024-08-03T03:45:15.299Z | Compiling smawk v0.3.2 |
2188 | 2024-08-03T03:45:15.590Z | Compiling textwrap v0.16.1 |
2189 | 2024-08-03T03:45:18.115Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2190 | 2024-08-03T03:45:19.226Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2191 | 2024-08-03T03:45:22.484Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2192 | 2024-08-03T03:45:23.729Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2193 | 2024-08-03T03:45:27.730Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2194 | 2024-08-03T03:45:28.882Z | Compiling rcgen v0.12.1 |
2195 | 2024-08-03T03:45:36.428Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2196 | 2024-08-03T03:45:36.948Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2197 | 2024-08-03T03:45:38.666Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2198 | 2024-08-03T03:45:38.980Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2199 | 2024-08-03T03:45:40.579Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2200 | 2024-08-03T03:45:43.186Z | Compiling atomicwrites v0.4.3 |
2201 | 2024-08-03T03:45:43.728Z | Compiling fatfs v0.3.6 |
2202 | 2024-08-03T03:45:45.741Z | Compiling rtoolbox v0.0.2 |
2203 | 2024-08-03T03:45:46.156Z | Compiling subprocess v0.2.9 |
2204 | 2024-08-03T03:45:46.516Z | Compiling assert_matches v1.5.0 |
2205 | 2024-08-03T03:45:46.626Z | Compiling is_ci v1.2.0 |
2206 | 2024-08-03T03:45:46.906Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2207 | 2024-08-03T03:45:49.848Z | Compiling supports-color v3.0.0 |
2208 | 2024-08-03T03:45:50.492Z | Compiling rpassword v7.3.1 |
2209 | 2024-08-03T03:45:50.926Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2210 | 2024-08-03T03:45:50.973Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2211 | 2024-08-03T03:45:53.983Z | Compiling tui-tree-widget v0.21.0 |
2212 | 2024-08-03T03:45:54.390Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2213 | 2024-08-03T03:45:54.470Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2214 | 2024-08-03T03:45:54.763Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2215 | 2024-08-03T03:45:55.084Z | Compiling uzers v0.11.3 |
2216 | 2024-08-03T03:45:57.761Z | Compiling shell-words v1.1.0 |
2217 | 2024-08-03T03:45:58.033Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2218 | 2024-08-03T03:45:58.200Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2219 | 2024-08-03T03:46:07.927Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2220 | 2024-08-03T03:46:15.782Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2221 | 2024-08-03T03:46:25.173Z | Compiling multimap v0.10.0 |
2222 | 2024-08-03T03:48:08.990Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2223 | 2024-08-03T03:48:11.392Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2224 | 2024-08-03T03:54:44.473Z | Finished `release` profile [optimized] target(s) in 14m 12s |
2225 | 2024-08-03T03:55:30.589Z | |
2226 | 2024-08-03T03:55:30.592Z | real 14:59.311801576 |
2227 | 2024-08-03T03:55:30.593Z | user 1:43:39.894831636 |
2228 | 2024-08-03T03:55:30.593Z | sys 4:59.225703197 |
2229 | 2024-08-03T03:55:30.593Z | trap 2.337278985 |
2230 | 2024-08-03T03:55:30.593Z | tflt 2.822829633 |
2231 | 2024-08-03T03:55:30.593Z | dflt 3.824774250 |
2232 | 2024-08-03T03:55:30.593Z | kflt 0.096339875 |
2233 | 2024-08-03T03:55:30.593Z | lock 6:14:56.708942253 |
2234 | 2024-08-03T03:55:30.593Z | slp 5:18:30.585240947 |
2235 | 2024-08-03T03:55:30.593Z | lat 2:35.639436932 |
2236 | 2024-08-03T03:55:30.593Z | stop 2:19.313688388 |
2237 | 2024-08-03T03:55:30.593Z | + mapfile -t packages |
2238 | 2024-08-03T03:55:30.593Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2239 | 2024-08-03T03:55:31.494Z | Finished `release` profile [optimized] target(s) in 0.85s |
2240 | 2024-08-03T03:55:31.541Z | Running `target/release/omicron-package -t test list-outputs` |
2241 | 2024-08-03T03:55:31.579Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2242 | 2024-08-03T03:55:31.582Z | + ptime -m cargo build --locked --release -p xtask |
2243 | 2024-08-03T03:55:32.139Z | Compiling serde v1.0.204 |
2244 | 2024-08-03T03:55:32.142Z | Compiling serde_json v1.0.122 |
2245 | 2024-08-03T03:55:32.142Z | Compiling libc v0.2.155 |
2246 | 2024-08-03T03:55:32.142Z | Compiling syn v2.0.72 |
2247 | 2024-08-03T03:55:32.217Z | Compiling usdt-impl v0.5.0 |
2248 | 2024-08-03T03:55:32.236Z | Compiling rustix v0.38.34 |
2249 | 2024-08-03T03:55:32.563Z | Compiling syn v1.0.109 |
2250 | 2024-08-03T03:55:32.611Z | Compiling hashbrown v0.14.5 |
2251 | 2024-08-03T03:55:32.715Z | Compiling bitflags v2.6.0 |
2252 | 2024-08-03T03:55:32.715Z | Compiling log v0.4.21 |
2253 | 2024-08-03T03:55:32.740Z | Compiling fs-err v2.11.0 |
2254 | 2024-08-03T03:55:33.168Z | Compiling anyhow v1.0.86 |
2255 | 2024-08-03T03:55:33.657Z | Compiling thread-id v4.2.1 |
2256 | 2024-08-03T03:55:33.997Z | Compiling indexmap v2.2.6 |
2257 | 2024-08-03T03:55:34.152Z | Compiling terminal_size v0.3.0 |
2258 | 2024-08-03T03:55:34.376Z | Compiling clap_builder v4.5.9 |
2259 | 2024-08-03T03:55:35.651Z | Compiling proc-macro-error v1.0.4 |
2260 | 2024-08-03T03:55:36.939Z | Compiling tabled_derive v0.7.0 |
2261 | 2024-08-03T03:55:38.278Z | Compiling tabled v0.15.0 |
2262 | 2024-08-03T03:55:40.223Z | Compiling serde_derive v1.0.204 |
2263 | 2024-08-03T03:55:40.462Z | Compiling thiserror-impl v1.0.63 |
2264 | 2024-08-03T03:55:40.473Z | Compiling zerocopy-derive v0.7.34 |
2265 | 2024-08-03T03:55:40.488Z | Compiling scroll_derive v0.12.0 |
2266 | 2024-08-03T03:55:41.931Z | Compiling scroll v0.12.0 |
2267 | 2024-08-03T03:55:42.459Z | Compiling zerocopy v0.7.34 |
2268 | 2024-08-03T03:55:42.575Z | Compiling goblin v0.8.2 |
2269 | 2024-08-03T03:55:43.222Z | Compiling thiserror v1.0.63 |
2270 | 2024-08-03T03:55:43.381Z | Compiling pest v2.7.10 |
2271 | 2024-08-03T03:55:45.908Z | Compiling pest_meta v2.7.10 |
2272 | 2024-08-03T03:55:46.314Z | Compiling clap_derive v4.5.8 |
2273 | 2024-08-03T03:55:47.895Z | Compiling pest_generator v2.7.10 |
2274 | 2024-08-03T03:55:49.978Z | Compiling pest_derive v2.7.10 |
2275 | 2024-08-03T03:55:50.765Z | Compiling dtrace-parser v0.2.0 |
2276 | 2024-08-03T03:55:52.567Z | Compiling clap v4.5.9 |
2277 | 2024-08-03T03:55:56.090Z | Compiling serde_tokenstream v0.2.1 |
2278 | 2024-08-03T03:55:56.382Z | Compiling serde_spanned v0.6.7 |
2279 | 2024-08-03T03:55:56.634Z | Compiling toml_datetime v0.6.8 |
2280 | 2024-08-03T03:55:56.637Z | Compiling camino v1.1.7 |
2281 | 2024-08-03T03:55:57.337Z | Compiling toml_edit v0.22.20 |
2282 | 2024-08-03T03:55:58.024Z | Compiling dof v0.3.0 |
2283 | 2024-08-03T03:56:00.347Z | Compiling usdt-attr-macro v0.5.0 |
2284 | 2024-08-03T03:56:00.651Z | Compiling usdt-macro v0.5.0 |
2285 | 2024-08-03T03:56:01.331Z | Compiling toml v0.8.19 |
2286 | 2024-08-03T03:56:01.807Z | Compiling semver v1.0.23 |
2287 | 2024-08-03T03:56:03.289Z | Compiling cargo-platform v0.1.8 |
2288 | 2024-08-03T03:56:04.151Z | Compiling cargo_metadata v0.18.1 |
2289 | 2024-08-03T03:56:04.395Z | Compiling usdt v0.5.0 |
2290 | 2024-08-03T03:56:04.852Z | Compiling cargo_toml v0.20.4 |
2291 | 2024-08-03T03:56:05.858Z | Compiling macaddr v1.0.1 |
2292 | 2024-08-03T03:56:15.744Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2293 | 2024-08-03T03:56:26.355Z | Finished `release` profile [optimized] target(s) in 54.72s |
2294 | 2024-08-03T03:56:26.464Z | |
2295 | 2024-08-03T03:56:26.464Z | real 54.857133958 |
2296 | 2024-08-03T03:56:26.467Z | user 5:32.801349459 |
2297 | 2024-08-03T03:56:26.467Z | sys 30.240186113 |
2298 | 2024-08-03T03:56:26.467Z | trap 0.135926150 |
2299 | 2024-08-03T03:56:26.467Z | tflt 0.342785805 |
2300 | 2024-08-03T03:56:26.467Z | dflt 0.559027962 |
2301 | 2024-08-03T03:56:26.467Z | kflt 0.000007979 |
2302 | 2024-08-03T03:56:26.467Z | lock 9:59.118410074 |
2303 | 2024-08-03T03:56:26.467Z | slp 15:00.253105261 |
2304 | 2024-08-03T03:56:26.467Z | lat 12.382770292 |
2305 | 2024-08-03T03:56:26.467Z | stop 14.056656050 |
2306 | 2024-08-03T03:56:26.467Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2307 | 2024-08-03T03:56:26.467Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2308 | 2024-08-03T03:56:26.467Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2309 | 2024-08-03T03:56:26.467Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2310 | 2024-08-03T03:56:26.467Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2311 | 2024-08-03T03:56:26.988Z | Downloading crates ... |
2312 | 2024-08-03T03:56:27.224Z | Downloaded cbc v0.1.2 |
2313 | 2024-08-03T03:56:27.230Z | Downloaded md5 v0.7.0 |
2314 | 2024-08-03T03:56:27.235Z | Downloaded dhcproto-macros v0.1.0 |
2315 | 2024-08-03T03:56:27.238Z | Downloaded russh-cryptovec v0.7.2 |
2316 | 2024-08-03T03:56:27.238Z | Downloaded bcrypt-pbkdf v0.10.0 |
2317 | 2024-08-03T03:56:27.242Z | Downloaded option-ext v0.2.0 |
2318 | 2024-08-03T03:56:27.244Z | Downloaded ed25519 v2.2.3 |
2319 | 2024-08-03T03:56:27.247Z | Downloaded dirs-sys v0.4.1 |
2320 | 2024-08-03T03:56:27.250Z | Downloaded blowfish v0.9.1 |
2321 | 2024-08-03T03:56:27.250Z | Downloaded ctr v0.9.2 |
2322 | 2024-08-03T03:56:27.253Z | Downloaded rand_core v0.5.1 |
2323 | 2024-08-03T03:56:27.253Z | Downloaded pbkdf2 v0.12.2 |
2324 | 2024-08-03T03:56:27.256Z | Downloaded primeorder v0.13.6 |
2325 | 2024-08-03T03:56:27.256Z | Downloaded aes v0.8.4 |
2326 | 2024-08-03T03:56:27.259Z | Downloaded hex-literal v0.4.1 |
2327 | 2024-08-03T03:56:27.261Z | Downloaded rfc6979 v0.4.0 |
2328 | 2024-08-03T03:56:27.262Z | Downloaded password-hash v0.4.2 |
2329 | 2024-08-03T03:56:27.264Z | Downloaded ghash v0.5.1 |
2330 | 2024-08-03T03:56:27.264Z | Downloaded getrandom v0.1.16 |
2331 | 2024-08-03T03:56:27.267Z | Downloaded rand_chacha v0.2.2 |
2332 | 2024-08-03T03:56:27.267Z | Downloaded polyval v0.6.2 |
2333 | 2024-08-03T03:56:27.270Z | Downloaded ecdsa v0.16.9 |
2334 | 2024-08-03T03:56:27.270Z | Downloaded pbkdf2 v0.11.0 |
2335 | 2024-08-03T03:56:27.273Z | Downloaded russh-keys v0.43.0 |
2336 | 2024-08-03T03:56:27.276Z | Downloaded internet-checksum v0.2.1 |
2337 | 2024-08-03T03:56:27.276Z | Downloaded p256 v0.13.2 |
2338 | 2024-08-03T03:56:27.279Z | Downloaded dirs v5.0.1 |
2339 | 2024-08-03T03:56:27.281Z | Downloaded ed25519-dalek v2.1.1 |
2340 | 2024-08-03T03:56:27.284Z | Downloaded dhcproto v0.11.0 |
2341 | 2024-08-03T03:56:27.287Z | Downloaded russh v0.43.0 |
2342 | 2024-08-03T03:56:27.292Z | Downloaded rand v0.7.3 |
2343 | 2024-08-03T03:56:27.296Z | Downloaded p521 v0.13.3 |
2344 | 2024-08-03T03:56:27.299Z | Downloaded aes-gcm v0.10.3 |
2345 | 2024-08-03T03:56:27.423Z | Compiling regress v0.9.1 |
2346 | 2024-08-03T03:56:27.532Z | Compiling getopts v0.2.21 |
2347 | 2024-08-03T03:56:27.536Z | Compiling unsafe-libyaml v0.2.11 |
2348 | 2024-08-03T03:56:27.536Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2349 | 2024-08-03T03:56:27.536Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2350 | 2024-08-03T03:56:27.536Z | Compiling sha1 v0.10.6 |
2351 | 2024-08-03T03:56:27.545Z | Compiling http v1.1.0 |
2352 | 2024-08-03T03:56:27.548Z | Compiling match_cfg v0.1.0 |
2353 | 2024-08-03T03:56:27.654Z | Compiling hostname v0.3.1 |
2354 | 2024-08-03T03:56:27.924Z | Compiling toml v0.8.19 |
2355 | 2024-08-03T03:56:28.009Z | Compiling rustls-pki-types v1.7.0 |
2356 | 2024-08-03T03:56:28.025Z | Compiling rustls v0.22.4 |
2357 | 2024-08-03T03:56:28.040Z | Compiling paste v1.0.15 |
2358 | 2024-08-03T03:56:28.315Z | Compiling ident_case v1.0.1 |
2359 | 2024-08-03T03:56:28.473Z | Compiling rustls-webpki v0.102.4 |
2360 | 2024-08-03T03:56:28.489Z | Compiling darling_core v0.20.9 |
2361 | 2024-08-03T03:56:28.670Z | Compiling multer v3.1.0 |
2362 | 2024-08-03T03:56:28.847Z | Compiling serde_yaml v0.9.34+deprecated |
2363 | 2024-08-03T03:56:29.703Z | Compiling slog-json v2.6.1 |
2364 | 2024-08-03T03:56:30.104Z | Compiling async-stream-impl v0.3.5 |
2365 | 2024-08-03T03:56:30.132Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
2366 | 2024-08-03T03:56:30.307Z | Compiling instant v0.1.12 |
2367 | 2024-08-03T03:56:30.436Z | Compiling debug-ignore v1.0.5 |
2368 | 2024-08-03T03:56:30.501Z | Compiling atomic-waker v1.1.2 |
2369 | 2024-08-03T03:56:30.594Z | Compiling slog-bunyan v2.5.0 |
2370 | 2024-08-03T03:56:30.631Z | Compiling waitgroup v0.1.2 |
2371 | 2024-08-03T03:56:30.817Z | Compiling rustls-pemfile v2.1.2 |
2372 | 2024-08-03T03:56:30.879Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
2373 | 2024-08-03T03:56:31.284Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2374 | 2024-08-03T03:56:31.540Z | Compiling async-stream v0.3.5 |
2375 | 2024-08-03T03:56:31.791Z | Compiling serde_path_to_error v0.1.16 |
2376 | 2024-08-03T03:56:31.854Z | Compiling hostname v0.4.0 |
2377 | 2024-08-03T03:56:32.125Z | Compiling structmeta-derive v0.3.0 |
2378 | 2024-08-03T03:56:32.712Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2379 | 2024-08-03T03:56:32.775Z | Compiling proc-macro-crate v1.3.1 |
2380 | 2024-08-03T03:56:33.170Z | Compiling newtype-uuid v1.1.0 |
2381 | 2024-08-03T03:56:33.461Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2382 | 2024-08-03T03:56:33.479Z | Compiling fastrand v2.1.0 |
2383 | 2024-08-03T03:56:33.866Z | Compiling tokio-rustls v0.25.0 |
2384 | 2024-08-03T03:56:34.070Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2385 | 2024-08-03T03:56:34.230Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2386 | 2024-08-03T03:56:34.310Z | Compiling num_enum_derive v0.5.11 |
2387 | 2024-08-03T03:56:34.419Z | Compiling tempfile v3.10.1 |
2388 | 2024-08-03T03:56:34.461Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2389 | 2024-08-03T03:56:34.782Z | Compiling backoff v0.4.0 |
2390 | 2024-08-03T03:56:35.139Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2391 | 2024-08-03T03:56:35.154Z | Compiling structmeta v0.3.0 |
2392 | 2024-08-03T03:56:35.281Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2393 | 2024-08-03T03:56:35.483Z | Compiling macaddr v1.0.1 |
2394 | 2024-08-03T03:56:35.486Z | Compiling darling_macro v0.20.9 |
2395 | 2024-08-03T03:56:35.636Z | Compiling parse-display-derive v0.9.1 |
2396 | 2024-08-03T03:56:35.965Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2397 | 2024-08-03T03:56:35.969Z | Compiling foreign-types-macros v0.2.3 |
2398 | 2024-08-03T03:56:36.290Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2399 | 2024-08-03T03:56:36.480Z | Compiling darling v0.20.9 |
2400 | 2024-08-03T03:56:36.604Z | Compiling heapless v0.8.0 |
2401 | 2024-08-03T03:56:36.619Z | Compiling serde_with_macros v3.8.3 |
2402 | 2024-08-03T03:56:37.025Z | Compiling num_enum v0.5.11 |
2403 | 2024-08-03T03:56:37.188Z | Compiling foreign-types-shared v0.3.1 |
2404 | 2024-08-03T03:56:37.281Z | Compiling foreign-types v0.5.0 |
2405 | 2024-08-03T03:56:37.391Z | Compiling proc-macro-error v1.0.4 |
2406 | 2024-08-03T03:56:37.492Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2407 | 2024-08-03T03:56:37.662Z | Compiling hash32 v0.3.1 |
2408 | 2024-08-03T03:56:37.918Z | Compiling cstr-argument v0.1.2 |
2409 | 2024-08-03T03:56:38.090Z | Compiling pretty-hex v0.2.1 |
2410 | 2024-08-03T03:56:38.186Z | Compiling smoltcp v0.11.0 |
2411 | 2024-08-03T03:56:38.282Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2412 | 2024-08-03T03:56:38.540Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2413 | 2024-08-03T03:56:38.984Z | Compiling camino-tempfile v1.1.1 |
2414 | 2024-08-03T03:56:39.157Z | Compiling tabwriter v1.4.0 |
2415 | 2024-08-03T03:56:39.448Z | Compiling colored v2.1.0 |
2416 | 2024-08-03T03:56:39.503Z | Compiling socket2 v0.4.10 |
2417 | 2024-08-03T03:56:39.531Z | Compiling serde_with v3.8.3 |
2418 | 2024-08-03T03:56:39.684Z | Compiling embedded-io v0.4.0 |
2419 | 2024-08-03T03:56:39.731Z | Compiling cobs v0.2.3 |
2420 | 2024-08-03T03:56:40.028Z | Compiling postcard v1.0.8 |
2421 | 2024-08-03T03:56:40.220Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2422 | 2024-08-03T03:56:40.328Z | Compiling parse-display v0.9.1 |
2423 | 2024-08-03T03:56:40.501Z | Compiling crucible-workspace-hack v0.1.0 |
2424 | 2024-08-03T03:56:40.535Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2425 | 2024-08-03T03:56:40.786Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2426 | 2024-08-03T03:56:40.828Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2427 | 2024-08-03T03:56:40.967Z | Compiling smf v0.2.3 |
2428 | 2024-08-03T03:56:41.065Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2429 | 2024-08-03T03:56:41.426Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2430 | 2024-08-03T03:56:41.733Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2431 | 2024-08-03T03:56:42.230Z | Compiling num-derive v0.4.2 |
2432 | 2024-08-03T03:56:42.425Z | Compiling sigpipe v0.1.3 |
2433 | 2024-08-03T03:56:42.556Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2434 | 2024-08-03T03:56:42.892Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2435 | 2024-08-03T03:56:43.029Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2436 | 2024-08-03T03:56:43.613Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2437 | 2024-08-03T03:56:43.902Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2438 | 2024-08-03T03:56:44.054Z | Compiling humantime v2.1.0 |
2439 | 2024-08-03T03:56:44.377Z | Compiling curve25519-dalek v4.1.3 |
2440 | 2024-08-03T03:56:44.552Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2441 | 2024-08-03T03:56:44.601Z | Compiling password-hash v0.5.0 |
2442 | 2024-08-03T03:56:44.623Z | Compiling blake2 v0.10.6 |
2443 | 2024-08-03T03:56:44.751Z | Compiling universal-hash v0.5.1 |
2444 | 2024-08-03T03:56:44.911Z | Compiling semver v0.1.20 |
2445 | 2024-08-03T03:56:45.012Z | Compiling opaque-debug v0.3.1 |
2446 | 2024-08-03T03:56:45.115Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2447 | 2024-08-03T03:56:45.173Z | Compiling utf-8 v0.7.6 |
2448 | 2024-08-03T03:56:45.502Z | Compiling rustc_version v0.1.7 |
2449 | 2024-08-03T03:56:45.572Z | Compiling argon2 v0.5.3 |
2450 | 2024-08-03T03:56:45.639Z | Compiling newline-converter v0.3.0 |
2451 | 2024-08-03T03:56:45.733Z | Compiling curve25519-dalek-derive v0.1.1 |
2452 | 2024-08-03T03:56:45.751Z | Compiling atty v0.2.14 |
2453 | 2024-08-03T03:56:45.794Z | Compiling same-file v1.0.6 |
2454 | 2024-08-03T03:56:45.894Z | Compiling convert_case v0.4.0 |
2455 | 2024-08-03T03:56:46.039Z | Compiling rayon-core v1.12.1 |
2456 | 2024-08-03T03:56:46.119Z | Compiling newtype_derive v0.1.6 |
2457 | 2024-08-03T03:56:46.136Z | Compiling walkdir v2.5.0 |
2458 | 2024-08-03T03:56:46.367Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2459 | 2024-08-03T03:56:46.433Z | Compiling expectorate v1.1.0 |
2460 | 2024-08-03T03:56:46.619Z | Compiling crossbeam-deque v0.8.5 |
2461 | 2024-08-03T03:56:46.804Z | Compiling prettyplease v0.2.20 |
2462 | 2024-08-03T03:56:46.868Z | Compiling libefi-sys v0.1.0 |
2463 | 2024-08-03T03:56:46.913Z | Compiling derive_more v0.99.18 |
2464 | 2024-08-03T03:56:47.109Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2465 | 2024-08-03T03:56:47.292Z | Compiling num-rational v0.4.2 |
2466 | 2024-08-03T03:56:47.295Z | Compiling signature v2.2.0 |
2467 | 2024-08-03T03:56:47.610Z | Compiling num-complex v0.4.6 |
2468 | 2024-08-03T03:56:48.466Z | Compiling aead v0.5.2 |
2469 | 2024-08-03T03:56:48.484Z | Compiling ring v0.16.20 |
2470 | 2024-08-03T03:56:48.701Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2471 | 2024-08-03T03:56:48.816Z | Compiling derive-where v1.2.7 |
2472 | 2024-08-03T03:56:48.833Z | Compiling blake3 v1.5.1 |
2473 | 2024-08-03T03:56:49.086Z | Compiling bitfield-struct v0.6.1 |
2474 | 2024-08-03T03:56:49.103Z | Compiling unicase v2.7.0 |
2475 | 2024-08-03T03:56:49.418Z | Compiling keccak v0.1.5 |
2476 | 2024-08-03T03:56:49.476Z | Compiling linked-hash-map v0.5.6 |
2477 | 2024-08-03T03:56:49.577Z | Compiling quick-error v1.2.3 |
2478 | 2024-08-03T03:56:49.636Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2479 | 2024-08-03T03:56:49.731Z | Compiling getrandom v0.1.16 |
2480 | 2024-08-03T03:56:49.861Z | Compiling arc-swap v1.7.1 |
2481 | 2024-08-03T03:56:50.514Z | Compiling termcolor v1.4.1 |
2482 | 2024-08-03T03:56:50.541Z | Compiling slog-scope v4.4.0 |
2483 | 2024-08-03T03:56:50.558Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2484 | 2024-08-03T03:56:50.558Z | Compiling lru-cache v0.1.2 |
2485 | 2024-08-03T03:56:50.783Z | Compiling sha3 v0.10.8 |
2486 | 2024-08-03T03:56:51.102Z | Compiling env_logger v0.9.3 |
2487 | 2024-08-03T03:56:51.355Z | Compiling resolv-conf v0.7.0 |
2488 | 2024-08-03T03:56:52.319Z | Compiling num v0.4.3 |
2489 | 2024-08-03T03:56:52.362Z | Compiling rayon v1.10.0 |
2490 | 2024-08-03T03:56:52.543Z | Compiling tungstenite v0.21.0 |
2491 | 2024-08-03T03:56:52.890Z | Compiling poly1305 v0.8.0 |
2492 | 2024-08-03T03:56:54.040Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2493 | 2024-08-03T03:56:54.064Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2494 | 2024-08-03T03:56:54.189Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2495 | 2024-08-03T03:56:54.637Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2496 | 2024-08-03T03:56:54.659Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2497 | 2024-08-03T03:56:54.796Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2498 | 2024-08-03T03:56:54.814Z | Compiling chacha20 v0.9.1 |
2499 | 2024-08-03T03:56:54.979Z | Compiling bitstruct_derive v0.1.0 |
2500 | 2024-08-03T03:56:55.269Z | Compiling thiserror-impl-no-std v2.0.2 |
2501 | 2024-08-03T03:56:55.287Z | Compiling secrecy v0.8.0 |
2502 | 2024-08-03T03:56:55.315Z | Compiling memmap2 v0.9.4 |
2503 | 2024-08-03T03:56:55.483Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2504 | 2024-08-03T03:56:55.602Z | Compiling half v2.4.1 |
2505 | 2024-08-03T03:56:55.635Z | Compiling ciborium-io v0.2.2 |
2506 | 2024-08-03T03:56:55.776Z | Compiling constant_time_eq v0.3.0 |
2507 | 2024-08-03T03:56:55.833Z | Compiling parking_lot_core v0.8.6 |
2508 | 2024-08-03T03:56:55.851Z | Compiling arrayvec v0.7.4 |
2509 | 2024-08-03T03:56:55.964Z | Compiling ascii v1.1.0 |
2510 | 2024-08-03T03:56:56.163Z | Compiling untrusted v0.7.1 |
2511 | 2024-08-03T03:56:56.262Z | Compiling spin v0.5.2 |
2512 | 2024-08-03T03:56:56.319Z | Compiling float-ord v0.3.2 |
2513 | 2024-08-03T03:56:56.356Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2514 | 2024-08-03T03:56:56.374Z | Compiling arrayref v0.3.7 |
2515 | 2024-08-03T03:56:56.479Z | Compiling home v0.5.9 |
2516 | 2024-08-03T03:56:56.482Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2517 | 2024-08-03T03:56:56.482Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2518 | 2024-08-03T03:56:56.605Z | Compiling bitstruct v0.1.1 |
2519 | 2024-08-03T03:56:56.729Z | Compiling toolchain_find v0.4.0 |
2520 | 2024-08-03T03:56:56.774Z | Compiling ciborium-ll v0.2.2 |
2521 | 2024-08-03T03:56:57.283Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2522 | 2024-08-03T03:56:57.415Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2523 | 2024-08-03T03:56:57.450Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2524 | 2024-08-03T03:56:57.772Z | Compiling tokio-tungstenite v0.21.0 |
2525 | 2024-08-03T03:56:57.888Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2526 | 2024-08-03T03:56:58.070Z | Compiling steno v0.4.1 |
2527 | 2024-08-03T03:56:58.266Z | Compiling trust-dns-resolver v0.22.0 |
2528 | 2024-08-03T03:56:58.323Z | Compiling slog-stdlog v4.1.1 |
2529 | 2024-08-03T03:56:58.506Z | Compiling thiserror-no-std v2.0.2 |
2530 | 2024-08-03T03:56:58.523Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2531 | 2024-08-03T03:56:58.622Z | Compiling rfc6979 v0.4.0 |
2532 | 2024-08-03T03:56:58.719Z | Compiling gethostname v0.5.0 |
2533 | 2024-08-03T03:56:58.819Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2534 | 2024-08-03T03:56:58.944Z | Compiling serde_arrays v0.1.0 |
2535 | 2024-08-03T03:56:58.962Z | Compiling erased-serde v0.3.31 |
2536 | 2024-08-03T03:56:59.119Z | Compiling nibble_vec v0.1.0 |
2537 | 2024-08-03T03:56:59.183Z | Compiling slog-dtrace v0.3.0 |
2538 | 2024-08-03T03:56:59.249Z | Compiling cancel-safe-futures v0.1.5 |
2539 | 2024-08-03T03:56:59.341Z | Compiling endian-type v0.1.2 |
2540 | 2024-08-03T03:56:59.510Z | Compiling topological-sort v0.2.2 |
2541 | 2024-08-03T03:56:59.577Z | Compiling radix_trie v0.2.1 |
2542 | 2024-08-03T03:56:59.725Z | Compiling omicron-zone-package v0.11.0 |
2543 | 2024-08-03T03:56:59.744Z | Compiling ecdsa v0.16.9 |
2544 | 2024-08-03T03:57:00.125Z | Compiling rand_core v0.5.1 |
2545 | 2024-08-03T03:57:00.278Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2546 | 2024-08-03T03:57:00.450Z | Compiling vsss-rs v3.3.4 |
2547 | 2024-08-03T03:57:00.588Z | Compiling mime_guess v2.0.4 |
2548 | 2024-08-03T03:57:00.665Z | Compiling slog-envlogger v2.2.0 |
2549 | 2024-08-03T03:57:01.502Z | Compiling ciborium v0.2.2 |
2550 | 2024-08-03T03:57:01.982Z | Compiling rustfmt-wrapper v0.2.1 |
2551 | 2024-08-03T03:57:02.339Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2552 | 2024-08-03T03:57:03.092Z | Compiling chacha20poly1305 v0.10.1 |
2553 | 2024-08-03T03:57:03.211Z | Compiling tungstenite v0.20.1 |
2554 | 2024-08-03T03:57:03.334Z | Compiling primeorder v0.13.6 |
2555 | 2024-08-03T03:57:03.858Z | Compiling heck v0.3.3 |
2556 | 2024-08-03T03:57:04.334Z | Compiling option-ext v0.2.0 |
2557 | 2024-08-03T03:57:04.472Z | Compiling glob v0.3.1 |
2558 | 2024-08-03T03:57:04.600Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2559 | 2024-08-03T03:57:04.973Z | Compiling dirs-sys v0.4.1 |
2560 | 2024-08-03T03:57:05.174Z | Compiling zone_cfg_derive v0.1.2 |
2561 | 2024-08-03T03:57:05.337Z | Compiling tokio-tungstenite v0.20.1 |
2562 | 2024-08-03T03:57:05.466Z | Compiling parking_lot v0.11.2 |
2563 | 2024-08-03T03:57:05.739Z | Compiling rand_chacha v0.2.2 |
2564 | 2024-08-03T03:57:05.898Z | Compiling trust-dns-client v0.22.0 |
2565 | 2024-08-03T03:57:06.438Z | Compiling ed25519 v2.2.3 |
2566 | 2024-08-03T03:57:06.519Z | Compiling polyval v0.6.2 |
2567 | 2024-08-03T03:57:06.696Z | Compiling blowfish v0.9.1 |
2568 | 2024-08-03T03:57:06.828Z | Compiling ctr v0.9.2 |
2569 | 2024-08-03T03:57:06.958Z | Compiling aes v0.8.4 |
2570 | 2024-08-03T03:57:06.981Z | Compiling password-hash v0.4.2 |
2571 | 2024-08-03T03:57:07.162Z | Compiling pbkdf2 v0.12.2 |
2572 | 2024-08-03T03:57:07.188Z | Compiling libsw v3.3.1 |
2573 | 2024-08-03T03:57:07.340Z | Compiling toml v0.5.11 |
2574 | 2024-08-03T03:57:07.527Z | Compiling fxhash v0.2.1 |
2575 | 2024-08-03T03:57:07.744Z | Compiling owo-colors v4.0.0 |
2576 | 2024-08-03T03:57:07.791Z | Compiling linear-map v1.2.0 |
2577 | 2024-08-03T03:57:07.914Z | Compiling base64 v0.13.1 |
2578 | 2024-08-03T03:57:08.189Z | Compiling sled v0.34.7 |
2579 | 2024-08-03T03:57:08.580Z | Compiling ron v0.7.1 |
2580 | 2024-08-03T03:57:08.989Z | Compiling pbkdf2 v0.11.0 |
2581 | 2024-08-03T03:57:09.352Z | Compiling trust-dns-server v0.22.1 |
2582 | 2024-08-03T03:57:09.727Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2583 | 2024-08-03T03:57:10.090Z | Compiling bcrypt-pbkdf v0.10.0 |
2584 | 2024-08-03T03:57:10.773Z | Compiling ghash v0.5.1 |
2585 | 2024-08-03T03:57:10.995Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2586 | 2024-08-03T03:57:11.012Z | Compiling zone v0.1.8 |
2587 | 2024-08-03T03:57:11.056Z | Compiling ed25519-dalek v2.1.1 |
2588 | 2024-08-03T03:57:11.428Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2589 | 2024-08-03T03:57:12.179Z | Compiling rand v0.7.3 |
2590 | 2024-08-03T03:57:12.608Z | Compiling dirs v5.0.1 |
2591 | 2024-08-03T03:57:13.161Z | Compiling p521 v0.13.3 |
2592 | 2024-08-03T03:57:13.502Z | Compiling p256 v0.13.2 |
2593 | 2024-08-03T03:57:14.377Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2594 | 2024-08-03T03:57:14.818Z | Compiling pem v3.0.4 |
2595 | 2024-08-03T03:57:15.640Z | Compiling cbc v0.1.2 |
2596 | 2024-08-03T03:57:15.680Z | Compiling portpicker v0.1.1 |
2597 | 2024-08-03T03:57:15.891Z | Compiling headers-core v0.2.0 |
2598 | 2024-08-03T03:57:16.034Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2599 | 2024-08-03T03:57:16.061Z | Compiling kstat-rs v0.2.4 |
2600 | 2024-08-03T03:57:16.214Z | Compiling nanorand v0.7.0 |
2601 | 2024-08-03T03:57:16.389Z | Compiling russh-cryptovec v0.7.2 |
2602 | 2024-08-03T03:57:16.421Z | Compiling http-range v0.1.5 |
2603 | 2024-08-03T03:57:16.605Z | Compiling md5 v0.7.0 |
2604 | 2024-08-03T03:57:16.684Z | Compiling hyper-staticfile v0.9.5 |
2605 | 2024-08-03T03:57:16.701Z | Compiling flume v0.11.0 |
2606 | 2024-08-03T03:57:16.797Z | Compiling headers v0.3.9 |
2607 | 2024-08-03T03:57:16.815Z | Compiling rcgen v0.12.1 |
2608 | 2024-08-03T03:57:17.129Z | Compiling russh-keys v0.43.0 |
2609 | 2024-08-03T03:57:17.419Z | Compiling aes-gcm v0.10.3 |
2610 | 2024-08-03T03:57:17.647Z | Compiling atomicwrites v0.4.3 |
2611 | 2024-08-03T03:57:17.731Z | Compiling subprocess v0.2.9 |
2612 | 2024-08-03T03:57:18.043Z | Compiling hex-literal v0.4.1 |
2613 | 2024-08-03T03:57:18.200Z | Compiling display-error-chain v0.2.0 |
2614 | 2024-08-03T03:57:18.386Z | Compiling dhcproto-macros v0.1.0 |
2615 | 2024-08-03T03:57:18.772Z | Compiling russh v0.43.0 |
2616 | 2024-08-03T03:57:19.308Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2617 | 2024-08-03T03:57:19.366Z | Compiling dhcproto v0.11.0 |
2618 | 2024-08-03T03:57:19.640Z | Compiling internet-checksum v0.2.1 |
2619 | 2024-08-03T03:57:20.441Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2620 | 2024-08-03T03:57:20.595Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2621 | 2024-08-03T03:57:20.598Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2622 | 2024-08-03T03:57:20.658Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2623 | 2024-08-03T03:57:22.548Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2624 | 2024-08-03T03:57:22.605Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2625 | 2024-08-03T03:57:22.728Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2626 | 2024-08-03T03:57:24.034Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2627 | 2024-08-03T03:57:25.743Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2628 | 2024-08-03T03:57:25.969Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2629 | 2024-08-03T03:57:27.193Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2630 | 2024-08-03T03:57:28.448Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2631 | 2024-08-03T03:57:28.881Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2632 | 2024-08-03T03:57:29.684Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2633 | 2024-08-03T03:57:35.765Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2634 | 2024-08-03T03:57:36.145Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2635 | 2024-08-03T03:57:36.482Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2636 | 2024-08-03T03:57:36.933Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2637 | 2024-08-03T03:57:39.129Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2638 | 2024-08-03T03:57:39.416Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2639 | 2024-08-03T03:57:39.500Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2640 | 2024-08-03T03:57:40.109Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2641 | 2024-08-03T03:57:40.177Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2642 | 2024-08-03T03:57:42.207Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2643 | 2024-08-03T03:57:42.211Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2644 | 2024-08-03T03:57:43.631Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2645 | 2024-08-03T03:57:44.072Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2646 | 2024-08-03T03:57:46.221Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2647 | 2024-08-03T03:57:47.997Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2648 | 2024-08-03T03:57:48.926Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2649 | 2024-08-03T03:57:52.761Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2650 | 2024-08-03T03:57:53.187Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2651 | 2024-08-03T03:57:57.890Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2652 | 2024-08-03T03:58:03.872Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2653 | 2024-08-03T03:58:03.872Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2654 | 2024-08-03T03:58:05.766Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2655 | 2024-08-03T03:58:26.706Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2656 | 2024-08-03T03:58:57.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s |
2657 | 2024-08-03T03:58:57.411Z | |
2658 | 2024-08-03T03:58:57.411Z | real 2:30.903175472 |
2659 | 2024-08-03T03:58:57.411Z | user 12:07.073671876 |
2660 | 2024-08-03T03:58:57.411Z | sys 2:33.625037135 |
2661 | 2024-08-03T03:58:57.411Z | trap 0.326643082 |
2662 | 2024-08-03T03:58:57.411Z | tflt 1.431468669 |
2663 | 2024-08-03T03:58:57.411Z | dflt 1.429576548 |
2664 | 2024-08-03T03:58:57.411Z | kflt 0.000009939 |
2665 | 2024-08-03T03:58:57.411Z | lock 25:02.045926990 |
2666 | 2024-08-03T03:58:57.411Z | slp 43:45.046379632 |
2667 | 2024-08-03T03:58:57.411Z | lat 38.319512884 |
2668 | 2024-08-03T03:58:57.411Z | stop 1:25.738887450 |
2669 | 2024-08-03T03:58:57.414Z | + mkdir tests |
2670 | 2024-08-03T03:58:57.415Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2671 | 2024-08-03T03:58:57.415Z | + xargs -I '{}' -t cp '{}' tests/ |
2672 | 2024-08-03T03:58:58.587Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-185e2a4d448abb62 tests/ |
2673 | 2024-08-03T03:58:58.615Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-d53430bc6fae4f5c tests/ |
2674 | 2024-08-03T03:58:58.641Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-1de729e269650d62 tests/ |
2675 | 2024-08-03T03:58:58.666Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-17b83fb68144cfda tests/ |
2676 | 2024-08-03T03:58:58.864Z | + files=(out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
2677 | 2024-08-03T03:58:58.867Z | + 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-1de729e269650d62 tests/commtest-d53430bc6fae4f5c tests/dhcp_server-185e2a4d448abb62 tests/end_to_end_tests-17b83fb68144cfda out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2678 | 2024-08-03T03:59:53.740Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2679 | 2024-08-03T03:59:53.740Z | a out/target/test 1K |
2680 | 2024-08-03T03:59:53.740Z | a out/npuzone/npuzone 23144K |
2681 | 2024-08-03T03:59:53.740Z | a package-manifest.toml 30K |
2682 | 2024-08-03T03:59:53.741Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2683 | 2024-08-03T03:59:53.741Z | a target/release/omicron-package 32290K |
2684 | 2024-08-03T03:59:53.741Z | a target/release/xtask 11534K |
2685 | 2024-08-03T03:59:53.741Z | a target/debug/bootstrap 187005K |
2686 | 2024-08-03T03:59:53.741Z | a tests/bootstrap-1de729e269650d62 23514K |
2687 | 2024-08-03T03:59:53.741Z | a tests/commtest-d53430bc6fae4f5c 23823K |
2688 | 2024-08-03T03:59:53.741Z | a tests/dhcp_server-185e2a4d448abb62 23514K |
2689 | 2024-08-03T03:59:53.741Z | a tests/end_to_end_tests-17b83fb68144cfda 197838K |
2690 | 2024-08-03T03:59:53.742Z | a out/clickhouse.tar.gz 223095K |
2691 | 2024-08-03T03:59:53.742Z | a out/clickhouse_keeper.tar.gz 223091K |
2692 | 2024-08-03T03:59:53.742Z | a out/cockroachdb.tar.gz 131717K |
2693 | 2024-08-03T03:59:53.742Z | a out/crucible-dtrace.tar 84K |
2694 | 2024-08-03T03:59:53.742Z | a out/crucible-pantry-zone.tar.gz 27826K |
2695 | 2024-08-03T03:59:53.742Z | a out/crucible-zone.tar.gz 38157K |
2696 | 2024-08-03T03:59:53.742Z | a out/external-dns.tar.gz 25117K |
2697 | 2024-08-03T03:59:53.742Z | a out/internal-dns.tar.gz 25118K |
2698 | 2024-08-03T03:59:53.742Z | a out/mg-ddm-gz.tar 60627K |
2699 | 2024-08-03T03:59:53.742Z | a out/nexus.tar.gz 85578K |
2700 | 2024-08-03T03:59:53.742Z | a out/ntp.tar.gz 8977K |
2701 | 2024-08-03T03:59:53.743Z | a out/omicron-gateway-softnpu.tar.gz 13568K |
2702 | 2024-08-03T03:59:53.743Z | a out/omicron-sled-agent.tar 96781K |
2703 | 2024-08-03T03:59:53.743Z | a out/overlay.tar.gz 3K |
2704 | 2024-08-03T03:59:53.743Z | a out/oximeter.tar.gz 42460K |
2705 | 2024-08-03T03:59:53.743Z | a out/oxlog.tar 2926K |
2706 | 2024-08-03T03:59:53.743Z | a out/probe.tar.gz 2764K |
2707 | 2024-08-03T03:59:53.743Z | a out/propolis-server.tar.gz 65291K |
2708 | 2024-08-03T03:59:53.743Z | a out/pumpkind-gz.tar 26665K |
2709 | 2024-08-03T03:59:53.743Z | a out/switch-softnpu.tar.gz 203341K |
2710 | 2024-08-03T03:59:53.748Z | |
2711 | 2024-08-03T03:59:53.748Z | real 54.870420915 |
2712 | 2024-08-03T03:59:53.749Z | user 52.551248187 |
2713 | 2024-08-03T03:59:53.749Z | sys 3.176340672 |
2714 | 2024-08-03T03:59:53.749Z | trap 0.013085918 |
2715 | 2024-08-03T03:59:53.749Z | tflt 0.000000000 |
2716 | 2024-08-03T03:59:53.749Z | dflt 0.000000000 |
2717 | 2024-08-03T03:59:53.749Z | kflt 0.000000000 |
2718 | 2024-08-03T03:59:53.749Z | lock 0.000000000 |
2719 | 2024-08-03T03:59:53.749Z | slp 52.514186980 |
2720 | 2024-08-03T03:59:53.749Z | lat 1.481636027 |
2721 | 2024-08-03T03:59:53.749Z | stop 0.000194732 |
2722 | 2024-08-03T03:59:53.749Z | process exited: duration 1680120 ms, exit code 0 |
|
2723 | 2024-08-03T03:59:53.767Z | found 1 output files |
2724 | 2024-08-03T03:59:53.767Z | uploading: /work/package.tar.gz (1340269330 bytes) |
2725 | 2024-08-03T04:00:22.584Z | uploaded: /work/package.tar.gz |