|
|
|
1 | 2024-07-11T21:48:01.084Z | job assigned to worker 01J2HW78ZNVCD84KJ6AGGFSYNN (queued for 57 s) |
|
2 | 2024-07-11T21:48:08.643Z | starting task 0: "setup" |
3 | 2024-07-11T21:48:08.697Z | ++ uname -s |
4 | 2024-07-11T21:48:08.700Z | + kern=SunOS |
5 | 2024-07-11T21:48:08.700Z | + case "$kern" in |
6 | 2024-07-11T21:48:08.700Z | + groupadd -g 12345 build |
7 | 2024-07-11T21:48:08.703Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-11T21:48:10.724Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-11T21:48:10.835Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-11T21:48:10.837Z | + home_fs=zfs |
11 | 2024-07-11T21:48:10.837Z | + [[ zfs == autofs ]] |
12 | 2024-07-11T21:48:10.837Z | + mkdir -p /home/build |
13 | 2024-07-11T21:48:10.840Z | + chown build:build /home/build /work |
14 | 2024-07-11T21:48:12.841Z | + chmod 0700 /home/build /work |
15 | 2024-07-11T21:48:12.848Z | process exited: duration 4200 ms, exit code 0 |
|
16 | 2024-07-11T21:48:12.854Z | starting task 1: "rust-toolchain" |
17 | 2024-07-11T21:48:12.859Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-11T21:48:12.859Z | * toolchain channel = "1.78.0" |
19 | 2024-07-11T21:48:12.859Z | ' 1.78.0 |
20 | 2024-07-11T21:48:12.859Z | + printf ' * toolchain profile = "%s" |
21 | 2024-07-11T21:48:12.859Z | ' default |
22 | 2024-07-11T21:48:12.859Z | * toolchain profile = "default" |
23 | 2024-07-11T21:48:12.863Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-11T21:48:12.863Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-11T21:48:12.972Z | info: downloading installer |
26 | 2024-07-11T21:48:14.429Z | info: profile set to 'default' |
27 | 2024-07-11T21:48:14.429Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-11T21:48:14.433Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-11T21:48:14.587Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-11T21:48:14.587Z | info: downloading component 'cargo' |
31 | 2024-07-11T21:48:15.427Z | info: downloading component 'clippy' |
32 | 2024-07-11T21:48:15.711Z | info: downloading component 'rust-docs' |
33 | 2024-07-11T21:48:16.828Z | info: downloading component 'rust-std' |
34 | 2024-07-11T21:48:18.604Z | info: downloading component 'rustc' |
35 | 2024-07-11T21:48:23.109Z | info: downloading component 'rustfmt' |
36 | 2024-07-11T21:48:23.348Z | info: installing component 'cargo' |
37 | 2024-07-11T21:48:24.228Z | info: installing component 'clippy' |
38 | 2024-07-11T21:48:24.640Z | info: installing component 'rust-docs' |
39 | 2024-07-11T21:48:26.149Z | info: installing component 'rust-std' |
40 | 2024-07-11T21:48:27.996Z | info: installing component 'rustc' |
41 | 2024-07-11T21:48:32.638Z | info: installing component 'rustfmt' |
42 | 2024-07-11T21:48:33.005Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-11T21:48:33.005Z | |
44 | 2024-07-11T21:48:33.270Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-11T21:48:33.270Z | |
46 | 2024-07-11T21:48:33.273Z | |
47 | 2024-07-11T21:48:33.273Z | Rust is installed now. Great! |
48 | 2024-07-11T21:48:33.273Z | |
49 | 2024-07-11T21:48:33.273Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-11T21:48:33.273Z | environment variable. This has not been done automatically. |
51 | 2024-07-11T21:48:33.273Z | |
52 | 2024-07-11T21:48:33.273Z | To configure your current shell, you need to source |
53 | 2024-07-11T21:48:33.273Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-11T21:48:33.273Z | |
55 | 2024-07-11T21:48:33.273Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-11T21:48:33.273Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-11T21:48:33.273Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-11T21:48:33.333Z | + rustc --version |
59 | 2024-07-11T21:48:33.395Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-11T21:48:33.400Z | process exited: duration 20540 ms, exit code 0 |
|
61 | 2024-07-11T21:48:33.406Z | starting task 2: "authentication" |
62 | 2024-07-11T21:48:33.426Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-07-11T21:48:33.433Z | starting task 3: "clone repository" |
64 | 2024-07-11T21:48:33.437Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-11T21:48:33.439Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-11T21:48:33.603Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-11T21:48:44.414Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-11T21:48:44.414Z | + git fetch origin ecb7b17850df8abf5e43abdaf3a572ad1f4da1aa |
69 | 2024-07-11T21:48:44.663Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-11T21:48:44.663Z | * branch ecb7b17850df8abf5e43abdaf3a572ad1f4da1aa -> FETCH_HEAD |
71 | 2024-07-11T21:48:44.672Z | + [[ -n '' ]] |
72 | 2024-07-11T21:48:44.672Z | + git reset --hard ecb7b17850df8abf5e43abdaf3a572ad1f4da1aa |
73 | 2024-07-11T21:48:44.808Z | HEAD is now at ecb7b1785 [𝘀𝗽𝗿] initial version |
74 | 2024-07-11T21:48:44.811Z | process exited: duration 11376 ms, exit code 0 |
|
75 | 2024-07-11T21:48:44.817Z | starting task 4: "build" |
76 | 2024-07-11T21:48:44.822Z | + cargo --version |
77 | 2024-07-11T21:48:44.874Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
78 | 2024-07-11T21:48:44.879Z | + rustc --version |
79 | 2024-07-11T21:48:44.930Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
80 | 2024-07-11T21:48:44.933Z | + WORK=/work |
81 | 2024-07-11T21:48:44.934Z | + pfexec mkdir -p /work |
82 | 2024-07-11T21:48:44.936Z | + pfexec chown build /work |
83 | 2024-07-11T21:48:44.939Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
84 | 2024-07-11T21:49:01.902Z | Startup: Refreshing catalog 'helios-dev' ... Done |
85 | 2024-07-11T21:49:03.991Z | Startup: Caching catalogs ... Done |
86 | 2024-07-11T21:49:06.841Z | Planning: Solver setup ... Done (2.339s) |
87 | 2024-07-11T21:49:06.889Z | Planning: Running solver ... Done (0.048s) |
88 | 2024-07-11T21:49:06.932Z | Planning: Finding local manifests ... Done (0.004s) |
89 | 2024-07-11T21:49:06.944Z | Planning: Fetching manifests: 0/4 0% complete |
90 | 2024-07-11T21:49:07.235Z | Planning: Fetching manifests: 4/4 100% complete |
91 | 2024-07-11T21:49:07.282Z | Planning: Package planning ... Done (0.047s) |
92 | 2024-07-11T21:49:07.332Z | Planning: Merging actions ... Done (0.050s) |
93 | 2024-07-11T21:49:08.527Z | Planning: Checking for conflicting actions ... Done (1.194s) |
94 | 2024-07-11T21:49:08.538Z | Planning: Consolidating action changes ... Done (0.011s) |
95 | 2024-07-11T21:49:14.167Z | Planning: Evaluating mediators ... Done (5.604s) |
96 | 2024-07-11T21:49:14.211Z | Planning: Planning completed in 10.09 seconds |
97 | 2024-07-11T21:49:14.721Z | Packages to install: 4 |
98 | 2024-07-11T21:49:14.721Z | Mediators to change: 2 |
99 | 2024-07-11T21:49:14.721Z | Services to change: 1 |
100 | 2024-07-11T21:49:14.721Z | Estimated space available: 155.77 GB |
101 | 2024-07-11T21:49:14.721Z | Estimated space to be consumed: 1.46 GB |
102 | 2024-07-11T21:49:14.731Z | Create boot environment: No |
103 | 2024-07-11T21:49:14.731Z | Create backup boot environment: No |
104 | 2024-07-11T21:49:14.731Z | Rebuild boot archive: No |
105 | 2024-07-11T21:49:14.731Z | |
106 | 2024-07-11T21:49:14.732Z | Changed mediators: |
107 | 2024-07-11T21:49:14.732Z | mediator clang: |
108 | 2024-07-11T21:49:14.732Z | version: None -> 15 (system default) |
109 | 2024-07-11T21:49:14.732Z | |
110 | 2024-07-11T21:49:14.732Z | mediator llvm: |
111 | 2024-07-11T21:49:14.732Z | version: 14 (system default) -> 15 (system default) |
112 | 2024-07-11T21:49:14.732Z | |
113 | 2024-07-11T21:49:14.732Z | Changed packages: |
114 | 2024-07-11T21:49:14.732Z | helios-dev |
115 | 2024-07-11T21:49:14.732Z | developer/build-essential |
116 | 2024-07-11T21:49:14.733Z | None -> 11-2.0 |
117 | 2024-07-11T21:49:14.733Z | library/libxmlsec1 |
118 | 2024-07-11T21:49:14.733Z | None -> 1.2.35-2.0 |
119 | 2024-07-11T21:49:14.733Z | ooce/developer/clang-15 |
120 | 2024-07-11T21:49:14.733Z | None -> 15.0.7-2.0 |
121 | 2024-07-11T21:49:14.733Z | ooce/developer/llvm-15 |
122 | 2024-07-11T21:49:14.733Z | None -> 15.0.7-2.0 |
123 | 2024-07-11T21:49:14.733Z | |
124 | 2024-07-11T21:49:14.733Z | Services: |
125 | 2024-07-11T21:49:14.734Z | restart_fmri: |
126 | 2024-07-11T21:49:14.734Z | svc:/system/update-man-index:default |
127 | 2024-07-11T21:49:14.868Z | |
128 | 2024-07-11T21:49:14.869Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
129 | 2024-07-11T21:49:19.865Z | Download: 1215/3290 items 87.8/212.6MB 41% complete (17.5M/s) |
130 | 2024-07-11T21:49:25.732Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (13.4M/s) |
131 | 2024-07-11T21:49:30.745Z | Download: 3201/3290 items 154.2/212.6MB 72% complete (4.0M/s) |
132 | 2024-07-11T21:49:35.711Z | Download: Completed 212.60 MB in 20.84 seconds (10.2M/s) |
133 | 2024-07-11T21:49:37.095Z | Actions: 1/3689 actions (Installing new actions) |
134 | 2024-07-11T21:49:42.128Z | Actions: 3599/3689 actions (Installing new actions) |
135 | 2024-07-11T21:49:42.831Z | Actions: Completed 3689 actions in 5.73 seconds. |
136 | 2024-07-11T21:49:43.058Z | Done (0.223s) |
137 | 2024-07-11T21:49:43.058Z | Done (0.000s) |
138 | 2024-07-11T21:49:43.384Z | Done (0.325s) |
139 | 2024-07-11T21:49:49.156Z | Done (5.613s) |
140 | 2024-07-11T21:49:49.366Z | Done (0.145s) |
141 | 2024-07-11T21:49:49.369Z | Done (0.000s) |
142 | 2024-07-11T21:49:49.560Z | Done (0.000s) |
143 | 2024-07-11T21:49:50.105Z | Planning: Evaluating mediator changes ... Done |
144 | 2024-07-11T21:49:50.262Z | Planning: Checking for conflicting actions ... Done |
145 | 2024-07-11T21:49:50.277Z | Planning: Consolidating action changes ... Done |
146 | 2024-07-11T21:49:50.527Z | Planning: Evaluating mediators ... Done |
147 | 2024-07-11T21:49:50.529Z | Planning: Planning completed in 0.42 seconds |
148 | 2024-07-11T21:49:50.560Z | Mediators to change: 2 |
149 | 2024-07-11T21:49:50.560Z | Create boot environment: No |
150 | 2024-07-11T21:49:50.560Z | Create backup boot environment: No |
151 | 2024-07-11T21:49:50.691Z | Done |
152 | 2024-07-11T21:49:50.691Z | Done |
153 | 2024-07-11T21:49:50.892Z | Done |
154 | 2024-07-11T21:49:54.316Z | Done |
155 | 2024-07-11T21:49:54.393Z | Done |
156 | 2024-07-11T21:49:54.395Z | Done |
157 | 2024-07-11T21:49:54.536Z | Done |
158 | 2024-07-11T21:49:55.126Z | Planning: Evaluating mediator changes ... Done |
159 | 2024-07-11T21:49:55.129Z | Planning: Merging actions ... Done |
160 | 2024-07-11T21:49:55.313Z | Planning: Checking for conflicting actions ... Done |
161 | 2024-07-11T21:49:55.316Z | Planning: Consolidating action changes ... Done |
162 | 2024-07-11T21:49:55.568Z | Planning: Evaluating mediators ... Done |
163 | 2024-07-11T21:49:55.622Z | Planning: Planning completed in 0.73 seconds |
164 | 2024-07-11T21:49:55.656Z | Packages to change: 1 |
165 | 2024-07-11T21:49:55.656Z | Mediators to change: 1 |
166 | 2024-07-11T21:49:55.656Z | Services to change: 1 |
167 | 2024-07-11T21:49:55.659Z | Create boot environment: No |
168 | 2024-07-11T21:49:55.659Z | Create backup boot environment: Yes |
169 | 2024-07-11T21:49:57.698Z | Actions: 1/6 actions (Updating modified actions) |
170 | 2024-07-11T21:49:57.736Z | Actions: Completed 6 actions in 0.04 seconds. |
171 | 2024-07-11T21:49:57.739Z | Done |
172 | 2024-07-11T21:49:57.739Z | Done |
173 | 2024-07-11T21:49:57.802Z | Done |
174 | 2024-07-11T21:50:01.212Z | Done |
175 | 2024-07-11T21:50:01.294Z | Done |
176 | 2024-07-11T21:50:01.297Z | Done |
177 | 2024-07-11T21:50:01.452Z | Done |
178 | 2024-07-11T21:50:01.874Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
179 | 2024-07-11T21:50:01.874Z | clang system 15 system |
180 | 2024-07-11T21:50:01.874Z | csh system system illumos |
181 | 2024-07-11T21:50:01.874Z | ctags system system illumos |
182 | 2024-07-11T21:50:01.874Z | gcc vendor 12 vendor |
183 | 2024-07-11T21:50:01.874Z | gcc system 10 system |
184 | 2024-07-11T21:50:01.874Z | gcc system 7 system |
185 | 2024-07-11T21:50:01.874Z | go system 1.20 system |
186 | 2024-07-11T21:50:01.874Z | go system 1.19 system |
187 | 2024-07-11T21:50:01.874Z | llvm system 15 system |
188 | 2024-07-11T21:50:01.874Z | llvm system 14 system |
189 | 2024-07-11T21:50:01.874Z | mariadb system 10.6 system |
190 | 2024-07-11T21:50:01.874Z | mta vendor vendor dma |
191 | 2024-07-11T21:50:01.874Z | openjdk system 17 system |
192 | 2024-07-11T21:50:01.874Z | openjdk system 11 system |
193 | 2024-07-11T21:50:01.874Z | openjdk system 1.8 system |
194 | 2024-07-11T21:50:01.874Z | openssl vendor 3 vendor |
195 | 2024-07-11T21:50:01.874Z | perl system 5.36 system |
196 | 2024-07-11T21:50:01.874Z | postgresql system 15 system |
197 | 2024-07-11T21:50:01.874Z | postgresql system 13 system |
198 | 2024-07-11T21:50:01.874Z | python vendor 3 vendor |
199 | 2024-07-11T21:50:01.874Z | python system 2 system |
200 | 2024-07-11T21:50:01.874Z | python3 system 3.11 system |
201 | 2024-07-11T21:50:01.874Z | ruby system 3.0 system |
202 | 2024-07-11T21:50:01.874Z | words vendor vendor american-english |
203 | 2024-07-11T21:50:01.874Z | words system system australian-english |
204 | 2024-07-11T21:50:01.874Z | words system system british-english |
205 | 2024-07-11T21:50:01.874Z | words system system canadian-english |
206 | 2024-07-11T21:50:01.875Z | words system system french |
207 | 2024-07-11T21:50:01.875Z | words system system italian |
208 | 2024-07-11T21:50:01.875Z | words system system ngerman |
209 | 2024-07-11T21:50:01.875Z | words system system ogerman |
210 | 2024-07-11T21:50:01.875Z | words system system spanish |
211 | 2024-07-11T21:50:02.296Z | PUBLISHER TYPE STATUS P LOCATION |
212 | 2024-07-11T21:50:02.297Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
213 | 2024-07-11T21:50:03.709Z | FMRI IFO |
214 | 2024-07-11T21:50:03.709Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
215 | 2024-07-11T21:50:03.709Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
216 | 2024-07-11T21:50:03.709Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
217 | 2024-07-11T21:50:03.709Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
218 | 2024-07-11T21:50:03.709Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
219 | 2024-07-11T21:50:03.709Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
220 | 2024-07-11T21:50:03.709Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
221 | 2024-07-11T21:50:03.709Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
222 | 2024-07-11T21:50:03.709Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
223 | 2024-07-11T21:50:03.709Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
224 | 2024-07-11T21:50:03.709Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
225 | 2024-07-11T21:50:03.709Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
226 | 2024-07-11T21:50:04.202Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
227 | 2024-07-11T21:50:04.512Z | Updating git repository `https://github.com/oxidecomputer/zone` |
228 | 2024-07-11T21:50:04.800Z | Updating crates.io index |
229 | 2024-07-11T21:50:04.859Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
230 | 2024-07-11T21:50:05.740Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
231 | 2024-07-11T21:50:06.499Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
232 | 2024-07-11T21:50:06.813Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
233 | 2024-07-11T21:50:08.734Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
234 | 2024-07-11T21:50:09.258Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
235 | 2024-07-11T21:50:09.520Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
236 | 2024-07-11T21:50:10.501Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
237 | 2024-07-11T21:50:12.664Z | Updating git repository `https://github.com/oxidecomputer/opte` |
238 | 2024-07-11T21:50:13.735Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
239 | 2024-07-11T21:50:14.489Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
240 | 2024-07-11T21:50:15.014Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
241 | 2024-07-11T21:50:15.313Z | Updating git repository `https://github.com/oxidecomputer/sprockets` |
242 | 2024-07-11T21:50:15.666Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
243 | 2024-07-11T21:50:15.917Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
244 | 2024-07-11T21:50:16.221Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
245 | 2024-07-11T21:50:16.575Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
246 | 2024-07-11T21:50:16.876Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
247 | 2024-07-11T21:50:17.097Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
248 | 2024-07-11T21:50:17.422Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
249 | 2024-07-11T21:50:17.800Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
250 | 2024-07-11T21:50:18.176Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
251 | 2024-07-11T21:50:18.461Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
252 | 2024-07-11T21:50:19.034Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
253 | 2024-07-11T21:50:19.294Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
254 | 2024-07-11T21:50:19.590Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
255 | 2024-07-11T21:50:20.045Z | Updating git repository `https://github.com/oxidecomputer/typify` |
256 | 2024-07-11T21:50:22.040Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
257 | 2024-07-11T21:50:22.386Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
258 | 2024-07-11T21:50:22.680Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
259 | 2024-07-11T21:50:23.070Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
260 | 2024-07-11T21:50:24.485Z | Downloading crates ... |
261 | 2024-07-11T21:50:24.564Z | Downloaded foreign-types v0.3.2 |
262 | 2024-07-11T21:50:24.578Z | Downloaded adler v1.0.2 |
263 | 2024-07-11T21:50:24.584Z | Downloaded autocfg v1.3.0 |
264 | 2024-07-11T21:50:24.584Z | Downloaded anstyle-parse v0.2.4 |
265 | 2024-07-11T21:50:24.584Z | Downloaded anstyle-query v1.0.3 |
266 | 2024-07-11T21:50:24.584Z | Downloaded is-terminal v0.4.12 |
267 | 2024-07-11T21:50:24.597Z | Downloaded anstyle v1.0.7 |
268 | 2024-07-11T21:50:24.597Z | Downloaded pretty-hex v0.4.1 |
269 | 2024-07-11T21:50:24.597Z | Downloaded num-conv v0.1.0 |
270 | 2024-07-11T21:50:24.597Z | Downloaded pkg-config v0.3.30 |
271 | 2024-07-11T21:50:24.607Z | Downloaded proc-macro-error-attr v1.0.4 |
272 | 2024-07-11T21:50:24.608Z | Downloaded plain v0.2.3 |
273 | 2024-07-11T21:50:24.608Z | Downloaded pin-project-lite v0.2.14 |
274 | 2024-07-11T21:50:24.608Z | Downloaded usdt-macro v0.5.0 |
275 | 2024-07-11T21:50:24.608Z | Downloaded take_mut v0.2.2 |
276 | 2024-07-11T21:50:24.616Z | Downloaded openssl-macros v0.1.1 |
277 | 2024-07-11T21:50:24.616Z | Downloaded swrite v0.1.0 |
278 | 2024-07-11T21:50:24.616Z | Downloaded futures-io v0.3.30 |
279 | 2024-07-11T21:50:24.616Z | Downloaded futures-macro v0.3.30 |
280 | 2024-07-11T21:50:24.616Z | Downloaded want v0.3.1 |
281 | 2024-07-11T21:50:24.616Z | Downloaded futures-core v0.3.30 |
282 | 2024-07-11T21:50:24.616Z | Downloaded colorchoice v1.0.1 |
283 | 2024-07-11T21:50:24.616Z | Downloaded tinyvec_macros v0.1.1 |
284 | 2024-07-11T21:50:24.617Z | Downloaded form_urlencoded v1.2.1 |
285 | 2024-07-11T21:50:24.617Z | Downloaded tower-service v0.3.2 |
286 | 2024-07-11T21:50:24.617Z | Downloaded anstream v0.6.14 |
287 | 2024-07-11T21:50:24.623Z | Downloaded deranged v0.3.11 |
288 | 2024-07-11T21:50:24.623Z | Downloaded foreign-types-shared v0.1.1 |
289 | 2024-07-11T21:50:24.623Z | Downloaded block-buffer v0.10.4 |
290 | 2024-07-11T21:50:24.623Z | Downloaded powerfmt v0.2.0 |
291 | 2024-07-11T21:50:24.623Z | Downloaded pin-utils v0.1.0 |
292 | 2024-07-11T21:50:24.623Z | Downloaded strum v0.26.2 |
293 | 2024-07-11T21:50:24.623Z | Downloaded dof v0.3.0 |
294 | 2024-07-11T21:50:24.633Z | Downloaded signal-hook-registry v1.4.2 |
295 | 2024-07-11T21:50:24.633Z | Downloaded num_threads v0.1.7 |
296 | 2024-07-11T21:50:24.633Z | Downloaded mime v0.3.17 |
297 | 2024-07-11T21:50:24.633Z | Downloaded hyper-tls v0.5.0 |
298 | 2024-07-11T21:50:24.633Z | Downloaded toml_datetime v0.6.6 |
299 | 2024-07-11T21:50:24.633Z | Downloaded heck v0.4.1 |
300 | 2024-07-11T21:50:24.633Z | Downloaded itoa v1.0.11 |
301 | 2024-07-11T21:50:24.646Z | Downloaded http-body v0.4.6 |
302 | 2024-07-11T21:50:24.646Z | Downloaded heck v0.5.0 |
303 | 2024-07-11T21:50:24.646Z | Downloaded futures-task v0.3.30 |
304 | 2024-07-11T21:50:24.647Z | Downloaded serde_spanned v0.6.6 |
305 | 2024-07-11T21:50:24.647Z | Downloaded rustls-pemfile v1.0.4 |
306 | 2024-07-11T21:50:24.672Z | Downloaded match_cfg v0.1.0 |
307 | 2024-07-11T21:50:24.672Z | Downloaded xattr v1.3.1 |
308 | 2024-07-11T21:50:24.672Z | Downloaded usdt-attr-macro v0.5.0 |
309 | 2024-07-11T21:50:24.673Z | Downloaded tokio-macros v2.3.0 |
310 | 2024-07-11T21:50:24.673Z | Downloaded quote v1.0.36 |
311 | 2024-07-11T21:50:24.673Z | Downloaded macaddr v1.0.1 |
312 | 2024-07-11T21:50:24.673Z | Downloaded clap_lex v0.7.0 |
313 | 2024-07-11T21:50:24.673Z | Downloaded scroll_derive v0.12.0 |
314 | 2024-07-11T21:50:24.673Z | Downloaded fnv v1.0.7 |
315 | 2024-07-11T21:50:24.673Z | Downloaded errno v0.3.9 |
316 | 2024-07-11T21:50:24.673Z | Downloaded bytecount v0.6.8 |
317 | 2024-07-11T21:50:24.673Z | Downloaded sync_wrapper v0.1.2 |
318 | 2024-07-11T21:50:24.673Z | Downloaded thiserror v1.0.60 |
319 | 2024-07-11T21:50:24.684Z | Downloaded crc32fast v1.4.0 |
320 | 2024-07-11T21:50:24.684Z | Downloaded zerocopy-derive v0.7.34 |
321 | 2024-07-11T21:50:24.684Z | Downloaded digest v0.10.7 |
322 | 2024-07-11T21:50:24.684Z | Downloaded proc-macro-error v1.0.4 |
323 | 2024-07-11T21:50:24.684Z | Downloaded futures-executor v0.3.30 |
324 | 2024-07-11T21:50:24.684Z | Downloaded slog-term v2.9.1 |
325 | 2024-07-11T21:50:24.684Z | Downloaded once_cell v1.19.0 |
326 | 2024-07-11T21:50:24.684Z | Downloaded num_cpus v1.16.0 |
327 | 2024-07-11T21:50:24.703Z | Downloaded try-lock v0.2.5 |
328 | 2024-07-11T21:50:24.703Z | Downloaded time-core v0.1.2 |
329 | 2024-07-11T21:50:24.703Z | Downloaded memmap v0.7.0 |
330 | 2024-07-11T21:50:24.703Z | Downloaded terminal_size v0.3.0 |
331 | 2024-07-11T21:50:24.703Z | Downloaded slab v0.4.9 |
332 | 2024-07-11T21:50:24.703Z | Downloaded utf8parse v0.2.1 |
333 | 2024-07-11T21:50:24.703Z | Downloaded futures-sink v0.3.30 |
334 | 2024-07-11T21:50:24.703Z | Downloaded tokio-native-tls v0.3.1 |
335 | 2024-07-11T21:50:24.703Z | Downloaded lock_api v0.4.12 |
336 | 2024-07-11T21:50:24.703Z | Downloaded ryu v1.0.18 |
337 | 2024-07-11T21:50:24.703Z | Downloaded socket2 v0.5.7 |
338 | 2024-07-11T21:50:24.720Z | Downloaded slog-async v2.8.0 |
339 | 2024-07-11T21:50:24.720Z | Downloaded parking_lot_core v0.9.10 |
340 | 2024-07-11T21:50:24.720Z | Downloaded usdt v0.5.0 |
341 | 2024-07-11T21:50:24.720Z | Downloaded typenum v1.17.0 |
342 | 2024-07-11T21:50:24.720Z | Downloaded slog v2.7.0 |
343 | 2024-07-11T21:50:24.721Z | Downloaded unicode-ident v1.0.12 |
344 | 2024-07-11T21:50:24.721Z | Downloaded futures-channel v0.3.30 |
345 | 2024-07-11T21:50:24.721Z | Downloaded crossbeam-utils v0.8.19 |
346 | 2024-07-11T21:50:24.721Z | Downloaded thiserror-impl v1.0.60 |
347 | 2024-07-11T21:50:24.721Z | Downloaded strsim v0.11.1 |
348 | 2024-07-11T21:50:24.721Z | Downloaded usdt-impl v0.5.0 |
349 | 2024-07-11T21:50:24.721Z | Downloaded slog-json v2.6.1 |
350 | 2024-07-11T21:50:24.729Z | Downloaded clap_derive v4.5.4 |
351 | 2024-07-11T21:50:24.729Z | Downloaded version_check v0.9.4 |
352 | 2024-07-11T21:50:24.729Z | Downloaded native-tls v0.2.11 |
353 | 2024-07-11T21:50:24.729Z | Downloaded sha2 v0.10.8 |
354 | 2024-07-11T21:50:24.740Z | Downloaded pest_derive v2.7.10 |
355 | 2024-07-11T21:50:24.740Z | Downloaded time-macros v0.2.18 |
356 | 2024-07-11T21:50:24.740Z | Downloaded pest_meta v2.7.10 |
357 | 2024-07-11T21:50:24.740Z | Downloaded tracing-core v0.1.32 |
358 | 2024-07-11T21:50:24.740Z | Downloaded strum_macros v0.26.4 |
359 | 2024-07-11T21:50:24.740Z | Downloaded unicode-bidi v0.3.15 |
360 | 2024-07-11T21:50:24.746Z | Downloaded httparse v1.8.0 |
361 | 2024-07-11T21:50:24.746Z | Downloaded toml v0.8.14 |
362 | 2024-07-11T21:50:24.746Z | Downloaded bitflags v2.5.0 |
363 | 2024-07-11T21:50:24.753Z | Downloaded log v0.4.21 |
364 | 2024-07-11T21:50:24.760Z | Downloaded smallvec v1.13.2 |
365 | 2024-07-11T21:50:24.760Z | Downloaded url v2.5.0 |
366 | 2024-07-11T21:50:24.760Z | Downloaded openssl-sys v0.9.102 |
367 | 2024-07-11T21:50:24.773Z | Downloaded tar v0.4.40 |
368 | 2024-07-11T21:50:24.773Z | Downloaded indexmap v2.2.6 |
369 | 2024-07-11T21:50:24.773Z | Downloaded ucd-trie v0.1.6 |
370 | 2024-07-11T21:50:24.773Z | Downloaded tinyvec v1.6.0 |
371 | 2024-07-11T21:50:24.778Z | Downloaded miniz_oxide v0.7.2 |
372 | 2024-07-11T21:50:24.778Z | Downloaded mio v0.8.11 |
373 | 2024-07-11T21:50:24.782Z | Downloaded flate2 v1.0.30 |
374 | 2024-07-11T21:50:24.795Z | Downloaded cc v1.0.97 |
375 | 2024-07-11T21:50:24.796Z | Downloaded http v0.2.12 |
376 | 2024-07-11T21:50:24.801Z | Downloaded serde v1.0.204 |
377 | 2024-07-11T21:50:24.801Z | Downloaded memchr v2.7.2 |
378 | 2024-07-11T21:50:24.805Z | Downloaded tracing v0.1.40 |
379 | 2024-07-11T21:50:24.808Z | Downloaded toml_edit v0.22.14 |
380 | 2024-07-11T21:50:24.827Z | Downloaded tokio-util v0.7.11 |
381 | 2024-07-11T21:50:24.834Z | Downloaded time v0.3.36 |
382 | 2024-07-11T21:50:24.840Z | Downloaded hashbrown v0.14.5 |
383 | 2024-07-11T21:50:24.846Z | Downloaded h2 v0.3.26 |
384 | 2024-07-11T21:50:24.858Z | Downloaded unicode-normalization v0.1.23 |
385 | 2024-07-11T21:50:24.864Z | Downloaded futures-util v0.3.30 |
386 | 2024-07-11T21:50:24.868Z | Downloaded winnow v0.6.8 |
387 | 2024-07-11T21:50:24.876Z | Downloaded zerocopy v0.7.34 |
388 | 2024-07-11T21:50:24.893Z | Downloaded serde_json v1.0.120 |
389 | 2024-07-11T21:50:24.898Z | Downloaded tabled v0.15.0 |
390 | 2024-07-11T21:50:24.915Z | Downloaded reqwest v0.11.27 |
391 | 2024-07-11T21:50:24.924Z | Downloaded vcpkg v0.2.15 |
392 | 2024-07-11T21:50:24.956Z | Downloaded syn v2.0.68 |
393 | 2024-07-11T21:50:24.969Z | Downloaded syn v1.0.109 |
394 | 2024-07-11T21:50:24.976Z | Downloaded unicode-width v0.1.13 |
395 | 2024-07-11T21:50:24.984Z | Downloaded rustix v0.38.34 |
396 | 2024-07-11T21:50:25.005Z | Downloaded libc v0.2.155 |
397 | 2024-07-11T21:50:25.030Z | Downloaded tokio v1.38.0 |
398 | 2024-07-11T21:50:25.064Z | Downloaded openssl v0.10.64 |
399 | 2024-07-11T21:50:25.071Z | Downloaded encoding_rs v0.8.34 |
400 | 2024-07-11T21:50:25.090Z | Downloaded idna v0.5.0 |
401 | 2024-07-11T21:50:25.096Z | Downloaded hyper v0.14.28 |
402 | 2024-07-11T21:50:25.102Z | Downloaded goblin v0.8.2 |
403 | 2024-07-11T21:50:25.113Z | Downloaded clap_builder v4.5.2 |
404 | 2024-07-11T21:50:25.121Z | Downloaded pest v2.7.10 |
405 | 2024-07-11T21:50:25.121Z | Downloaded crossbeam-channel v0.5.12 |
406 | 2024-07-11T21:50:25.129Z | Downloaded bytes v1.6.0 |
407 | 2024-07-11T21:50:25.140Z | Downloaded base64 v0.21.7 |
408 | 2024-07-11T21:50:25.140Z | Downloaded proc-macro2 v1.0.86 |
409 | 2024-07-11T21:50:25.140Z | Downloaded parking_lot v0.12.2 |
410 | 2024-07-11T21:50:25.140Z | Downloaded papergrid v0.11.0 |
411 | 2024-07-11T21:50:25.140Z | Downloaded thread_local v1.1.8 |
412 | 2024-07-11T21:50:25.140Z | Downloaded tabled_derive v0.7.0 |
413 | 2024-07-11T21:50:25.144Z | Downloaded serde_tokenstream v0.2.1 |
414 | 2024-07-11T21:50:25.144Z | Downloaded scopeguard v1.2.0 |
415 | 2024-07-11T21:50:25.144Z | Downloaded ipnet v2.9.0 |
416 | 2024-07-11T21:50:25.144Z | Downloaded pest_generator v2.7.10 |
417 | 2024-07-11T21:50:25.146Z | Downloaded futures v0.3.30 |
418 | 2024-07-11T21:50:25.149Z | Downloaded crypto-common v0.1.6 |
419 | 2024-07-11T21:50:25.149Z | Downloaded cargo_toml v0.20.3 |
420 | 2024-07-11T21:50:25.153Z | Downloaded serde_derive v1.0.204 |
421 | 2024-07-11T21:50:25.153Z | Downloaded rustversion v1.0.17 |
422 | 2024-07-11T21:50:25.155Z | Downloaded clap v4.5.4 |
423 | 2024-07-11T21:50:25.161Z | Downloaded percent-encoding v2.3.1 |
424 | 2024-07-11T21:50:25.165Z | Downloaded is_terminal_polyfill v1.70.0 |
425 | 2024-07-11T21:50:25.165Z | Downloaded httpdate v1.0.3 |
426 | 2024-07-11T21:50:25.165Z | Downloaded fs-err v2.11.0 |
427 | 2024-07-11T21:50:25.168Z | Downloaded filetime v0.2.23 |
428 | 2024-07-11T21:50:25.168Z | Downloaded dirs-sys-next v0.1.2 |
429 | 2024-07-11T21:50:25.168Z | Downloaded cpufeatures v0.2.12 |
430 | 2024-07-11T21:50:25.172Z | Downloaded cfg-if v1.0.0 |
431 | 2024-07-11T21:50:25.172Z | Downloaded cargo_metadata v0.18.1 |
432 | 2024-07-11T21:50:25.172Z | Downloaded cargo-platform v0.1.8 |
433 | 2024-07-11T21:50:25.175Z | Downloaded camino v1.1.7 |
434 | 2024-07-11T21:50:25.175Z | Downloaded term v0.7.0 |
435 | 2024-07-11T21:50:25.178Z | Downloaded scroll v0.12.0 |
436 | 2024-07-11T21:50:25.178Z | Downloaded anyhow v1.0.86 |
437 | 2024-07-11T21:50:25.181Z | Downloaded semver v1.0.23 |
438 | 2024-07-11T21:50:25.183Z | Downloaded thread-id v4.2.1 |
439 | 2024-07-11T21:50:25.183Z | Downloaded slog-bunyan v2.5.0 |
440 | 2024-07-11T21:50:25.187Z | Downloaded serde_urlencoded v0.7.1 |
441 | 2024-07-11T21:50:25.187Z | Downloaded openssl-probe v0.1.5 |
442 | 2024-07-11T21:50:25.187Z | Downloaded hostname v0.3.1 |
443 | 2024-07-11T21:50:25.190Z | Downloaded generic-array v0.14.7 |
444 | 2024-07-11T21:50:25.190Z | Downloaded dirs-next v2.0.0 |
445 | 2024-07-11T21:50:25.190Z | Downloaded equivalent v1.0.1 |
446 | 2024-07-11T21:50:25.190Z | Downloaded dtrace-parser v0.2.0 |
447 | 2024-07-11T21:50:25.190Z | Downloaded byteorder v1.5.0 |
448 | 2024-07-11T21:50:25.480Z | Compiling proc-macro2 v1.0.86 |
449 | 2024-07-11T21:50:25.480Z | Compiling unicode-ident v1.0.12 |
450 | 2024-07-11T21:50:25.480Z | Compiling libc v0.2.155 |
451 | 2024-07-11T21:50:25.483Z | Compiling version_check v0.9.4 |
452 | 2024-07-11T21:50:25.483Z | Compiling cfg-if v1.0.0 |
453 | 2024-07-11T21:50:25.483Z | Compiling itoa v1.0.11 |
454 | 2024-07-11T21:50:25.483Z | Compiling once_cell v1.19.0 |
455 | 2024-07-11T21:50:25.513Z | Compiling serde v1.0.204 |
456 | 2024-07-11T21:50:25.707Z | Compiling autocfg v1.3.0 |
457 | 2024-07-11T21:50:25.724Z | Compiling memchr v2.7.2 |
458 | 2024-07-11T21:50:25.771Z | Compiling thiserror v1.0.60 |
459 | 2024-07-11T21:50:25.968Z | Compiling ryu v1.0.18 |
460 | 2024-07-11T21:50:26.225Z | Compiling pin-project-lite v0.2.14 |
461 | 2024-07-11T21:50:26.267Z | Compiling bitflags v2.5.0 |
462 | 2024-07-11T21:50:26.314Z | Compiling parking_lot_core v0.9.10 |
463 | 2024-07-11T21:50:26.515Z | Compiling lock_api v0.4.12 |
464 | 2024-07-11T21:50:26.644Z | Compiling ucd-trie v0.1.6 |
465 | 2024-07-11T21:50:27.095Z | Compiling pkg-config v0.3.30 |
466 | 2024-07-11T21:50:27.157Z | Compiling vcpkg v0.2.15 |
467 | 2024-07-11T21:50:27.936Z | Compiling cc v1.0.97 |
468 | 2024-07-11T21:50:28.102Z | Compiling slab v0.4.9 |
469 | 2024-07-11T21:50:28.184Z | Compiling scopeguard v1.2.0 |
470 | 2024-07-11T21:50:28.189Z | Compiling futures-core v0.3.30 |
471 | 2024-07-11T21:50:28.307Z | Compiling smallvec v1.13.2 |
472 | 2024-07-11T21:50:28.352Z | Compiling futures-sink v0.3.30 |
473 | 2024-07-11T21:50:28.440Z | Compiling bytes v1.6.0 |
474 | 2024-07-11T21:50:28.716Z | Compiling hashbrown v0.14.5 |
475 | 2024-07-11T21:50:28.738Z | Compiling serde_json v1.0.120 |
476 | 2024-07-11T21:50:28.810Z | Compiling log v0.4.21 |
477 | 2024-07-11T21:50:29.039Z | Compiling quote v1.0.36 |
478 | 2024-07-11T21:50:29.061Z | Compiling byteorder v1.5.0 |
479 | 2024-07-11T21:50:29.169Z | Compiling fnv v1.0.7 |
480 | 2024-07-11T21:50:29.514Z | Compiling syn v2.0.68 |
481 | 2024-07-11T21:50:29.597Z | Compiling equivalent v1.0.1 |
482 | 2024-07-11T21:50:29.650Z | Compiling mio v0.8.11 |
483 | 2024-07-11T21:50:29.707Z | Compiling parking_lot v0.12.2 |
484 | 2024-07-11T21:50:29.730Z | Compiling num_cpus v1.16.0 |
485 | 2024-07-11T21:50:29.844Z | Compiling socket2 v0.5.7 |
486 | 2024-07-11T21:50:29.975Z | Compiling indexmap v2.2.6 |
487 | 2024-07-11T21:50:29.978Z | Compiling signal-hook-registry v1.4.2 |
488 | 2024-07-11T21:50:30.340Z | Compiling futures-channel v0.3.30 |
489 | 2024-07-11T21:50:30.763Z | Compiling futures-task v0.3.30 |
490 | 2024-07-11T21:50:30.803Z | Compiling pin-utils v0.1.0 |
491 | 2024-07-11T21:50:30.826Z | Compiling futures-io v0.3.30 |
492 | 2024-07-11T21:50:30.891Z | Compiling rustix v0.38.34 |
493 | 2024-07-11T21:50:30.916Z | Compiling typenum v1.17.0 |
494 | 2024-07-11T21:50:31.099Z | Compiling errno v0.3.9 |
495 | 2024-07-11T21:50:31.149Z | Compiling generic-array v0.14.7 |
496 | 2024-07-11T21:50:31.254Z | Compiling foreign-types-shared v0.1.1 |
497 | 2024-07-11T21:50:31.312Z | Compiling openssl v0.10.64 |
498 | 2024-07-11T21:50:31.441Z | Compiling slog v2.7.0 |
499 | 2024-07-11T21:50:31.472Z | Compiling openssl-sys v0.9.102 |
500 | 2024-07-11T21:50:31.545Z | Compiling foreign-types v0.3.2 |
501 | 2024-07-11T21:50:31.658Z | Compiling http v0.2.12 |
502 | 2024-07-11T21:50:31.778Z | Compiling proc-macro-error-attr v1.0.4 |
503 | 2024-07-11T21:50:31.936Z | Compiling usdt-impl v0.5.0 |
504 | 2024-07-11T21:50:32.057Z | Compiling tracing-core v0.1.32 |
505 | 2024-07-11T21:50:32.240Z | Compiling native-tls v0.2.11 |
506 | 2024-07-11T21:50:32.503Z | Compiling powerfmt v0.2.0 |
507 | 2024-07-11T21:50:32.546Z | Compiling httparse v1.8.0 |
508 | 2024-07-11T21:50:32.906Z | Compiling time-core v0.1.2 |
509 | 2024-07-11T21:50:32.950Z | Compiling num-conv v0.1.0 |
510 | 2024-07-11T21:50:33.057Z | Compiling syn v1.0.109 |
511 | 2024-07-11T21:50:33.193Z | Compiling tinyvec_macros v0.1.1 |
512 | 2024-07-11T21:50:33.285Z | Compiling tinyvec v1.6.0 |
513 | 2024-07-11T21:50:33.396Z | Compiling time-macros v0.2.18 |
514 | 2024-07-11T21:50:33.705Z | Compiling deranged v0.3.11 |
515 | 2024-07-11T21:50:34.080Z | Compiling tracing v0.1.40 |
516 | 2024-07-11T21:50:34.451Z | Compiling thread-id v4.2.1 |
517 | 2024-07-11T21:50:34.596Z | Compiling proc-macro-error v1.0.4 |
518 | 2024-07-11T21:50:34.614Z | Compiling try-lock v0.2.5 |
519 | 2024-07-11T21:50:34.690Z | Compiling percent-encoding v2.3.1 |
520 | 2024-07-11T21:50:34.751Z | Compiling plain v0.2.3 |
521 | 2024-07-11T21:50:34.827Z | Compiling openssl-probe v0.1.5 |
522 | 2024-07-11T21:50:34.891Z | Compiling num_threads v0.1.7 |
523 | 2024-07-11T21:50:35.011Z | Compiling crossbeam-utils v0.8.19 |
524 | 2024-07-11T21:50:35.016Z | Compiling utf8parse v0.2.1 |
525 | 2024-07-11T21:50:35.146Z | Compiling heck v0.5.0 |
526 | 2024-07-11T21:50:35.169Z | Compiling rustversion v1.0.17 |
527 | 2024-07-11T21:50:35.380Z | Compiling anstyle-parse v0.2.4 |
528 | 2024-07-11T21:50:35.543Z | Compiling form_urlencoded v1.2.1 |
529 | 2024-07-11T21:50:35.634Z | Compiling want v0.3.1 |
530 | 2024-07-11T21:50:35.738Z | Compiling unicode-normalization v0.1.23 |
531 | 2024-07-11T21:50:35.886Z | Compiling http-body v0.4.6 |
532 | 2024-07-11T21:50:36.351Z | Compiling dirs-sys-next v0.1.2 |
533 | 2024-07-11T21:50:36.627Z | Compiling is_terminal_polyfill v1.70.0 |
534 | 2024-07-11T21:50:36.656Z | Compiling time v0.3.36 |
535 | 2024-07-11T21:50:36.714Z | Compiling unicode-bidi v0.3.15 |
536 | 2024-07-11T21:50:36.747Z | Compiling httpdate v1.0.3 |
537 | 2024-07-11T21:50:36.798Z | Compiling winnow v0.6.8 |
538 | 2024-07-11T21:50:37.073Z | Compiling colorchoice v1.0.1 |
539 | 2024-07-11T21:50:37.225Z | Compiling pretty-hex v0.4.1 |
540 | 2024-07-11T21:50:37.252Z | Compiling crc32fast v1.4.0 |
541 | 2024-07-11T21:50:37.438Z | Compiling anstyle v1.0.7 |
542 | 2024-07-11T21:50:37.576Z | Compiling semver v1.0.23 |
543 | 2024-07-11T21:50:37.753Z | Compiling anstyle-query v1.0.3 |
544 | 2024-07-11T21:50:37.899Z | Compiling tower-service v0.3.2 |
545 | 2024-07-11T21:50:37.928Z | Compiling camino v1.1.7 |
546 | 2024-07-11T21:50:38.018Z | Compiling anstream v0.6.14 |
547 | 2024-07-11T21:50:38.180Z | Compiling idna v0.5.0 |
548 | 2024-07-11T21:50:38.373Z | Compiling dirs-next v2.0.0 |
549 | 2024-07-11T21:50:39.245Z | Compiling block-buffer v0.10.4 |
550 | 2024-07-11T21:50:39.482Z | Compiling crypto-common v0.1.6 |
551 | 2024-07-11T21:50:39.694Z | Compiling terminal_size v0.3.0 |
552 | 2024-07-11T21:50:39.860Z | Compiling fs-err v2.11.0 |
553 | 2024-07-11T21:50:39.860Z | Compiling thread_local v1.1.8 |
554 | 2024-07-11T21:50:40.010Z | Compiling strsim v0.11.1 |
555 | 2024-07-11T21:50:40.104Z | Compiling adler v1.0.2 |
556 | 2024-07-11T21:50:40.127Z | Compiling bytecount v0.6.8 |
557 | 2024-07-11T21:50:40.336Z | Compiling match_cfg v0.1.0 |
558 | 2024-07-11T21:50:40.339Z | Compiling slog-async v2.8.0 |
559 | 2024-07-11T21:50:40.422Z | Compiling unicode-width v0.1.13 |
560 | 2024-07-11T21:50:40.444Z | Compiling anyhow v1.0.86 |
561 | 2024-07-11T21:50:40.483Z | Compiling base64 v0.21.7 |
562 | 2024-07-11T21:50:40.524Z | Compiling clap_lex v0.7.0 |
563 | 2024-07-11T21:50:40.661Z | Compiling heck v0.4.1 |
564 | 2024-07-11T21:50:40.900Z | Compiling clap_builder v4.5.2 |
565 | 2024-07-11T21:50:40.903Z | Compiling papergrid v0.11.0 |
566 | 2024-07-11T21:50:41.037Z | Compiling rustls-pemfile v1.0.4 |
567 | 2024-07-11T21:50:41.124Z | Compiling hostname v0.3.1 |
568 | 2024-07-11T21:50:41.175Z | Compiling miniz_oxide v0.7.2 |
569 | 2024-07-11T21:50:41.370Z | Compiling digest v0.10.7 |
570 | 2024-07-11T21:50:41.454Z | Compiling crossbeam-channel v0.5.12 |
571 | 2024-07-11T21:50:41.522Z | Compiling url v2.5.0 |
572 | 2024-07-11T21:50:41.805Z | Compiling term v0.7.0 |
573 | 2024-07-11T21:50:42.518Z | Compiling tabled_derive v0.7.0 |
574 | 2024-07-11T21:50:42.579Z | Compiling serde_derive v1.0.204 |
575 | 2024-07-11T21:50:42.627Z | Compiling thiserror-impl v1.0.60 |
576 | 2024-07-11T21:50:42.767Z | Compiling zerocopy-derive v0.7.34 |
577 | 2024-07-11T21:50:43.401Z | Compiling tokio-macros v2.3.0 |
578 | 2024-07-11T21:50:43.441Z | Compiling futures-macro v0.3.30 |
579 | 2024-07-11T21:50:45.044Z | Compiling scroll_derive v0.12.0 |
580 | 2024-07-11T21:50:45.115Z | Compiling zerocopy v0.7.34 |
581 | 2024-07-11T21:50:45.119Z | Compiling tokio v1.38.0 |
582 | 2024-07-11T21:50:45.230Z | Compiling openssl-macros v0.1.1 |
583 | 2024-07-11T21:50:45.535Z | Compiling futures-util v0.3.30 |
584 | 2024-07-11T21:50:46.116Z | Compiling pest v2.7.10 |
585 | 2024-07-11T21:50:46.547Z | Compiling scroll v0.12.0 |
586 | 2024-07-11T21:50:46.725Z | Compiling clap_derive v4.5.4 |
587 | 2024-07-11T21:50:47.099Z | Compiling goblin v0.8.2 |
588 | 2024-07-11T21:50:49.058Z | Compiling pest_meta v2.7.10 |
589 | 2024-07-11T21:50:50.641Z | Compiling pest_generator v2.7.10 |
590 | 2024-07-11T21:50:52.456Z | Compiling futures-executor v0.3.30 |
591 | 2024-07-11T21:50:52.650Z | Compiling strum_macros v0.26.4 |
592 | 2024-07-11T21:50:53.023Z | Compiling tokio-util v0.7.11 |
593 | 2024-07-11T21:50:54.313Z | Compiling h2 v0.3.26 |
594 | 2024-07-11T21:50:54.337Z | Compiling pest_derive v2.7.10 |
595 | 2024-07-11T21:50:54.586Z | Compiling tokio-native-tls v0.3.1 |
596 | 2024-07-11T21:50:55.075Z | Compiling dtrace-parser v0.2.0 |
597 | 2024-07-11T21:50:55.167Z | Compiling xattr v1.3.1 |
598 | 2024-07-11T21:50:55.434Z | Compiling is-terminal v0.4.12 |
599 | 2024-07-11T21:50:55.560Z | Compiling filetime v0.2.23 |
600 | 2024-07-11T21:50:55.915Z | Compiling memmap v0.7.0 |
601 | 2024-07-11T21:50:56.285Z | Compiling encoding_rs v0.8.34 |
602 | 2024-07-11T21:50:57.544Z | Compiling serde_spanned v0.6.6 |
603 | 2024-07-11T21:50:57.615Z | Compiling toml_datetime v0.6.6 |
604 | 2024-07-11T21:50:57.988Z | Compiling serde_tokenstream v0.2.1 |
605 | 2024-07-11T21:50:58.136Z | Compiling toml_edit v0.22.14 |
606 | 2024-07-11T21:50:58.166Z | Compiling serde_urlencoded v0.7.1 |
607 | 2024-07-11T21:50:58.693Z | Compiling hyper v0.14.28 |
608 | 2024-07-11T21:50:59.294Z | Compiling dof v0.3.0 |
609 | 2024-07-11T21:51:00.527Z | Compiling slog-json v2.6.1 |
610 | 2024-07-11T21:51:00.956Z | Compiling cargo-platform v0.1.8 |
611 | 2024-07-11T21:51:01.121Z | Compiling toml v0.8.14 |
612 | 2024-07-11T21:51:01.592Z | Compiling take_mut v0.2.2 |
613 | 2024-07-11T21:51:01.618Z | Compiling ipnet v2.9.0 |
614 | 2024-07-11T21:51:01.757Z | Compiling cpufeatures v0.2.12 |
615 | 2024-07-11T21:51:01.860Z | Compiling sync_wrapper v0.1.2 |
616 | 2024-07-11T21:51:01.909Z | Compiling mime v0.3.17 |
617 | 2024-07-11T21:51:01.986Z | Compiling sha2 v0.10.8 |
618 | 2024-07-11T21:51:02.490Z | Compiling hyper-tls v0.5.0 |
619 | 2024-07-11T21:51:02.532Z | Compiling cargo_metadata v0.18.1 |
620 | 2024-07-11T21:51:02.700Z | Compiling usdt-attr-macro v0.5.0 |
621 | 2024-07-11T21:51:02.813Z | Compiling usdt-macro v0.5.0 |
622 | 2024-07-11T21:51:02.899Z | Compiling reqwest v0.11.27 |
623 | 2024-07-11T21:51:02.935Z | Compiling cargo_toml v0.20.3 |
624 | 2024-07-11T21:51:04.150Z | Compiling usdt v0.5.0 |
625 | 2024-07-11T21:51:04.634Z | Compiling slog-bunyan v2.5.0 |
626 | 2024-07-11T21:51:04.830Z | Compiling strum v0.26.2 |
627 | 2024-07-11T21:51:04.852Z | Compiling macaddr v1.0.1 |
628 | 2024-07-11T21:51:04.999Z | Compiling tar v0.4.40 |
629 | 2024-07-11T21:51:05.278Z | Compiling slog-term v2.9.1 |
630 | 2024-07-11T21:51:05.299Z | Compiling flate2 v1.0.30 |
631 | 2024-07-11T21:51:05.354Z | Compiling futures v0.3.30 |
632 | 2024-07-11T21:51:05.472Z | Compiling clap v4.5.4 |
633 | 2024-07-11T21:51:05.585Z | Compiling tabled v0.15.0 |
634 | 2024-07-11T21:51:06.553Z | Compiling swrite v0.1.0 |
635 | 2024-07-11T21:51:10.423Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
636 | 2024-07-11T21:51:17.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
637 | 2024-07-11T21:51:17.698Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
638 | 2024-07-11T21:51:17.753Z | Jul 11 21:51:16.126 INFO Starting download, target: Clickhouse |
639 | 2024-07-11T21:51:17.753Z | Jul 11 21:51:16.126 INFO Starting download, target: Cockroach |
640 | 2024-07-11T21:51:17.753Z | Jul 11 21:51:16.126 INFO Starting download, target: Console |
641 | 2024-07-11T21:51:17.753Z | Jul 11 21:51:16.126 INFO Starting download, target: DendriteOpenapi |
642 | 2024-07-11T21:51:17.753Z | Jul 11 21:51:16.126 INFO Starting download, target: DendriteStub |
643 | 2024-07-11T21:51:17.756Z | Jul 11 21:51:16.126 INFO Starting download, target: MaghemiteMgd |
644 | 2024-07-11T21:51:17.756Z | Jul 11 21:51:16.126 INFO Starting download, target: TransceiverControl |
645 | 2024-07-11T21:51:17.756Z | Jul 11 21:51:16.127 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi |
646 | 2024-07-11T21:51:17.756Z | Jul 11 21:51:16.127 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
647 | 2024-07-11T21:51:17.756Z | Jul 11 21:51:16.127 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
648 | 2024-07-11T21:51:17.756Z | Jul 11 21:51:16.127 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
649 | 2024-07-11T21:51:17.756Z | Jul 11 21:51:16.127 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
650 | 2024-07-11T21:51:17.756Z | Jul 11 21:51:16.127 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
651 | 2024-07-11T21:51:17.756Z | Jul 11 21:51:16.127 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
652 | 2024-07-11T21:51:17.913Z | Jul 11 21:51:16.275 INFO Download complete, target: DendriteOpenapi |
653 | 2024-07-11T21:51:18.029Z | Jul 11 21:51:16.401 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
654 | 2024-07-11T21:51:18.307Z | Jul 11 21:51:16.665 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
655 | 2024-07-11T21:51:18.383Z | Jul 11 21:51:16.756 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
656 | 2024-07-11T21:51:18.412Z | Jul 11 21:51:16.786 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
657 | 2024-07-11T21:51:18.735Z | Jul 11 21:51:17.107 INFO Download complete, target: Console |
658 | 2024-07-11T21:51:18.945Z | Jul 11 21:51:17.318 INFO Download complete, target: TransceiverControl |
659 | 2024-07-11T21:51:19.738Z | Jul 11 21:51:18.104 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
660 | 2024-07-11T21:51:20.192Z | Jul 11 21:51:18.564 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
661 | 2024-07-11T21:51:20.192Z | Jul 11 21:51:18.564 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
662 | 2024-07-11T21:51:21.730Z | Jul 11 21:51:20.103 INFO Download complete, target: DendriteStub |
663 | 2024-07-11T21:51:21.791Z | Jul 11 21:51:20.164 INFO Download complete, target: MaghemiteMgd |
664 | 2024-07-11T21:51:29.105Z | Jul 11 21:51:27.475 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
665 | 2024-07-11T21:51:29.437Z | Jul 11 21:51:27.805 INFO Checking that binary works, target: Cockroach |
666 | 2024-07-11T21:51:29.689Z | Jul 11 21:51:28.060 INFO Download complete, target: Cockroach |
667 | 2024-07-11T21:51:34.855Z | Jul 11 21:51:33.226 INFO Checking that binary works, target: Clickhouse |
668 | 2024-07-11T21:51:35.315Z | Jul 11 21:51:33.686 INFO Download complete, target: Clickhouse |
669 | 2024-07-11T21:51:35.323Z | All prerequisites installed successfully |
670 | 2024-07-11T21:51:35.326Z | |
671 | 2024-07-11T21:51:35.326Z | real 2:50.277102013 |
672 | 2024-07-11T21:51:35.327Z | user 5:44.967401789 |
673 | 2024-07-11T21:51:35.327Z | sys 1:16.878025121 |
674 | 2024-07-11T21:51:35.327Z | trap 0.219830446 |
675 | 2024-07-11T21:51:35.327Z | tflt 3.408938372 |
676 | 2024-07-11T21:51:35.327Z | dflt 6.000024969 |
677 | 2024-07-11T21:51:35.327Z | kflt 0.292493416 |
678 | 2024-07-11T21:51:35.327Z | lock 13:00.586039526 |
679 | 2024-07-11T21:51:35.327Z | slp 17:58.565498360 |
680 | 2024-07-11T21:51:35.327Z | lat 20.045077525 |
681 | 2024-07-11T21:51:35.327Z | stop 1:01.283803178 |
682 | 2024-07-11T21:51:35.327Z | + ptime -m cargo xtask download softnpu |
683 | 2024-07-11T21:51:35.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
684 | 2024-07-11T21:51:35.876Z | Running `target/debug/xtask download softnpu` |
685 | 2024-07-11T21:51:35.899Z | Jul 11 21:51:34.269 INFO Starting download, target: Softnpu |
686 | 2024-07-11T21:51:35.902Z | Jul 11 21:51:34.270 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
687 | 2024-07-11T21:51:36.852Z | Jul 11 21:51:35.218 INFO Download complete, target: Softnpu |
688 | 2024-07-11T21:51:36.871Z | |
689 | 2024-07-11T21:51:36.871Z | real 1.522329403 |
690 | 2024-07-11T21:51:36.871Z | user 0.593026952 |
691 | 2024-07-11T21:51:36.871Z | sys 0.285644123 |
692 | 2024-07-11T21:51:36.871Z | trap 0.000241400 |
693 | 2024-07-11T21:51:36.871Z | tflt 0.000053294 |
694 | 2024-07-11T21:51:36.871Z | dflt 0.000196481 |
695 | 2024-07-11T21:51:36.871Z | kflt 0.000000000 |
696 | 2024-07-11T21:51:36.871Z | lock 10.043526305 |
697 | 2024-07-11T21:51:36.871Z | slp 0.890080917 |
698 | 2024-07-11T21:51:36.871Z | lat 0.071207906 |
699 | 2024-07-11T21:51:36.871Z | stop 0.000247158 |
700 | 2024-07-11T21:51:36.871Z | + export CARGO_INCREMENTAL=0 |
701 | 2024-07-11T21:51:36.871Z | + CARGO_INCREMENTAL=0 |
702 | 2024-07-11T21:51:36.871Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
703 | 2024-07-11T21:51:37.368Z | Downloading crates ... |
704 | 2024-07-11T21:51:37.538Z | Downloaded ahash v0.8.11 |
705 | 2024-07-11T21:51:37.542Z | Downloaded aead v0.5.2 |
706 | 2024-07-11T21:51:37.548Z | Downloaded addr2line v0.21.0 |
707 | 2024-07-11T21:51:37.551Z | Downloaded allocator-api2 v0.2.18 |
708 | 2024-07-11T21:51:37.556Z | Downloaded atomicwrites v0.4.3 |
709 | 2024-07-11T21:51:37.560Z | Downloaded bitstruct_derive v0.1.0 |
710 | 2024-07-11T21:51:37.563Z | Downloaded crunchy v0.2.2 |
711 | 2024-07-11T21:51:37.563Z | Downloaded ciborium-io v0.2.2 |
712 | 2024-07-11T21:51:37.566Z | Downloaded darling_macro v0.20.9 |
713 | 2024-07-11T21:51:37.566Z | Downloaded parse-size v1.0.0 |
714 | 2024-07-11T21:51:37.566Z | Downloaded derive_builder_macro v0.20.0 |
715 | 2024-07-11T21:51:37.570Z | Downloaded opaque-debug v0.3.1 |
716 | 2024-07-11T21:51:37.573Z | Downloaded ciborium-ll v0.2.2 |
717 | 2024-07-11T21:51:37.577Z | Downloaded nanorand v0.7.0 |
718 | 2024-07-11T21:51:37.580Z | Downloaded memoffset v0.9.1 |
719 | 2024-07-11T21:51:37.580Z | Downloaded number_prefix v0.4.0 |
720 | 2024-07-11T21:51:37.583Z | Downloaded new_debug_unreachable v1.0.6 |
721 | 2024-07-11T21:51:37.583Z | Downloaded phf_shared v0.10.0 |
722 | 2024-07-11T21:51:37.583Z | Downloaded block-padding v0.3.3 |
723 | 2024-07-11T21:51:37.590Z | Downloaded bitfield v0.14.0 |
724 | 2024-07-11T21:51:37.591Z | Downloaded psl-types v2.0.11 |
725 | 2024-07-11T21:51:37.591Z | Downloaded portpicker v0.1.1 |
726 | 2024-07-11T21:51:37.594Z | Downloaded chacha20 v0.9.1 |
727 | 2024-07-11T21:51:37.594Z | Downloaded oso-derive v0.27.3 |
728 | 2024-07-11T21:51:37.594Z | Downloaded convert_case v0.4.0 |
729 | 2024-07-11T21:51:37.594Z | Downloaded normalize-line-endings v0.3.0 |
730 | 2024-07-11T21:51:37.598Z | Downloaded nodrop v0.1.14 |
731 | 2024-07-11T21:51:37.598Z | Downloaded newtype_derive v0.1.6 |
732 | 2024-07-11T21:51:37.598Z | Downloaded newline-converter v0.3.0 |
733 | 2024-07-11T21:51:37.601Z | Downloaded crossbeam-deque v0.8.5 |
734 | 2024-07-11T21:51:37.601Z | Downloaded packed_struct_codegen v0.10.1 |
735 | 2024-07-11T21:51:37.604Z | Downloaded colored v2.1.0 |
736 | 2024-07-11T21:51:37.605Z | Downloaded nibble_vec v0.1.0 |
737 | 2024-07-11T21:51:37.610Z | Downloaded corncobs v0.1.3 |
738 | 2024-07-11T21:51:37.610Z | Downloaded multer v3.1.0 |
739 | 2024-07-11T21:51:37.610Z | Downloaded defmt-parser v0.3.4 |
740 | 2024-07-11T21:51:37.614Z | Downloaded precomputed-hash v0.1.1 |
741 | 2024-07-11T21:51:37.614Z | Downloaded atty v0.2.14 |
742 | 2024-07-11T21:51:37.614Z | Downloaded data-encoding v2.6.0 |
743 | 2024-07-11T21:51:37.617Z | Downloaded peg-runtime v0.8.3 |
744 | 2024-07-11T21:51:37.617Z | Downloaded toolchain_find v0.4.0 |
745 | 2024-07-11T21:51:37.619Z | Downloaded predicates v3.1.0 |
746 | 2024-07-11T21:51:37.622Z | Downloaded paste v1.0.15 |
747 | 2024-07-11T21:51:37.626Z | Downloaded quick-error v1.2.3 |
748 | 2024-07-11T21:51:37.626Z | Downloaded cstr-argument v0.1.2 |
749 | 2024-07-11T21:51:37.628Z | Downloaded argon2 v0.5.3 |
750 | 2024-07-11T21:51:37.631Z | Downloaded ppv-lite86 v0.2.17 |
751 | 2024-07-11T21:51:37.631Z | Downloaded rand_xorshift v0.3.0 |
752 | 2024-07-11T21:51:37.637Z | Downloaded cexpr v0.6.0 |
753 | 2024-07-11T21:51:37.637Z | Downloaded bit-vec v0.6.3 |
754 | 2024-07-11T21:51:37.640Z | Downloaded atomic-waker v1.1.2 |
755 | 2024-07-11T21:51:37.640Z | Downloaded mockall_derive v0.12.1 |
756 | 2024-07-11T21:51:37.640Z | Downloaded ref-cast v1.0.23 |
757 | 2024-07-11T21:51:37.642Z | Downloaded cassowary v0.3.0 |
758 | 2024-07-11T21:51:37.645Z | Downloaded parse-display v0.9.1 |
759 | 2024-07-11T21:51:37.648Z | Downloaded packed_struct v0.10.1 |
760 | 2024-07-11T21:51:37.648Z | Downloaded parking_lot_core v0.8.6 |
761 | 2024-07-11T21:51:37.651Z | Downloaded cookie v0.18.1 |
762 | 2024-07-11T21:51:37.653Z | Downloaded owo-colors v4.0.0 |
763 | 2024-07-11T21:51:37.656Z | Downloaded parse-display-derive v0.9.1 |
764 | 2024-07-11T21:51:37.659Z | Downloaded waitgroup v0.1.2 |
765 | 2024-07-11T21:51:37.659Z | Downloaded display-error-chain v0.2.0 |
766 | 2024-07-11T21:51:37.662Z | Downloaded phf v0.11.2 |
767 | 2024-07-11T21:51:37.662Z | Downloaded num-rational v0.4.2 |
768 | 2024-07-11T21:51:37.666Z | Downloaded thiserror-impl-no-std v2.0.2 |
769 | 2024-07-11T21:51:37.666Z | Downloaded castaway v0.2.2 |
770 | 2024-07-11T21:51:37.669Z | Downloaded radium v0.7.0 |
771 | 2024-07-11T21:51:37.669Z | Downloaded postgres-protocol v0.6.6 |
772 | 2024-07-11T21:51:37.672Z | Downloaded r2d2 v0.8.10 |
773 | 2024-07-11T21:51:37.672Z | Downloaded multimap v0.10.0 |
774 | 2024-07-11T21:51:37.675Z | Downloaded rand_chacha v0.3.1 |
775 | 2024-07-11T21:51:37.677Z | Downloaded ref-cast-impl v1.0.23 |
776 | 2024-07-11T21:51:37.678Z | Downloaded pretty-hex v0.2.1 |
777 | 2024-07-11T21:51:37.678Z | Downloaded rand_seeder v0.2.3 |
778 | 2024-07-11T21:51:37.681Z | Downloaded crc v3.2.1 |
779 | 2024-07-11T21:51:37.683Z | Downloaded cobs v0.2.3 |
780 | 2024-07-11T21:51:37.684Z | Downloaded ident_case v1.0.1 |
781 | 2024-07-11T21:51:37.687Z | Downloaded float-ord v0.3.2 |
782 | 2024-07-11T21:51:37.687Z | Downloaded nu-ansi-term v0.50.0 |
783 | 2024-07-11T21:51:37.690Z | Downloaded derive_more v0.99.18 |
784 | 2024-07-11T21:51:37.694Z | Downloaded oso v0.27.3 |
785 | 2024-07-11T21:51:37.698Z | Downloaded ascii v1.1.0 |
786 | 2024-07-11T21:51:37.702Z | Downloaded parking_lot v0.11.2 |
787 | 2024-07-11T21:51:37.706Z | Downloaded der_derive v0.7.2 |
788 | 2024-07-11T21:51:37.706Z | Downloaded tabwriter v1.4.0 |
789 | 2024-07-11T21:51:37.709Z | Downloaded cipher v0.4.4 |
790 | 2024-07-11T21:51:37.709Z | Downloaded zeroize v1.7.0 |
791 | 2024-07-11T21:51:37.714Z | Downloaded fxhash v0.2.1 |
792 | 2024-07-11T21:51:37.714Z | Downloaded enum-as-inner v0.5.1 |
793 | 2024-07-11T21:51:37.717Z | Downloaded downcast v0.11.0 |
794 | 2024-07-11T21:51:37.717Z | Downloaded md-5 v0.10.6 |
795 | 2024-07-11T21:51:37.717Z | Downloaded crc-any v2.5.0 |
796 | 2024-07-11T21:51:37.727Z | Downloaded base64ct v1.6.0 |
797 | 2024-07-11T21:51:37.735Z | Downloaded peg-macros v0.8.3 |
798 | 2024-07-11T21:51:37.735Z | Downloaded unicode-xid v0.2.4 |
799 | 2024-07-11T21:51:37.735Z | Downloaded cancel-safe-futures v0.1.5 |
800 | 2024-07-11T21:51:37.735Z | Downloaded kstat-rs v0.2.4 |
801 | 2024-07-11T21:51:37.735Z | Downloaded matches v0.1.10 |
802 | 2024-07-11T21:51:37.739Z | Downloaded tokio-tungstenite v0.21.0 |
803 | 2024-07-11T21:51:37.739Z | Downloaded num-traits v0.2.19 |
804 | 2024-07-11T21:51:37.739Z | Downloaded cookie v0.17.0 |
805 | 2024-07-11T21:51:37.744Z | Downloaded const_format_proc_macros v0.2.32 |
806 | 2024-07-11T21:51:37.744Z | Downloaded cookie_store v0.20.0 |
807 | 2024-07-11T21:51:37.747Z | Downloaded getopts v0.2.21 |
808 | 2024-07-11T21:51:37.747Z | Downloaded bcs v0.1.6 |
809 | 2024-07-11T21:51:37.750Z | Downloaded serde-big-array v0.5.1 |
810 | 2024-07-11T21:51:37.750Z | Downloaded headers-core v0.2.0 |
811 | 2024-07-11T21:51:37.753Z | Downloaded derive_builder v0.20.0 |
812 | 2024-07-11T21:51:37.759Z | Downloaded defmt-macros v0.3.9 |
813 | 2024-07-11T21:51:37.759Z | Downloaded spki v0.7.3 |
814 | 2024-07-11T21:51:37.763Z | Downloaded spin v0.5.2 |
815 | 2024-07-11T21:51:37.763Z | Downloaded supports-color v3.0.0 |
816 | 2024-07-11T21:51:37.766Z | Downloaded zone v0.1.8 |
817 | 2024-07-11T21:51:37.766Z | Downloaded unarray v0.1.4 |
818 | 2024-07-11T21:51:37.774Z | Downloaded serde-hex v0.1.0 |
819 | 2024-07-11T21:51:37.774Z | Downloaded same-file v1.0.6 |
820 | 2024-07-11T21:51:37.780Z | Downloaded subtle v2.5.0 |
821 | 2024-07-11T21:51:37.780Z | Downloaded rcgen v0.12.1 |
822 | 2024-07-11T21:51:37.780Z | Downloaded strum_macros v0.25.3 |
823 | 2024-07-11T21:51:37.780Z | Downloaded endian-type v0.1.2 |
824 | 2024-07-11T21:51:37.781Z | Downloaded memmap2 v0.9.4 |
825 | 2024-07-11T21:51:37.795Z | Downloaded fastrand v2.1.0 |
826 | 2024-07-11T21:51:37.795Z | Downloaded fallible-iterator v0.2.0 |
827 | 2024-07-11T21:51:37.796Z | Downloaded maplit v1.0.2 |
828 | 2024-07-11T21:51:37.796Z | Downloaded keccak v0.1.5 |
829 | 2024-07-11T21:51:37.802Z | Downloaded hex v0.4.3 |
830 | 2024-07-11T21:51:37.802Z | Downloaded funty v2.0.0 |
831 | 2024-07-11T21:51:37.802Z | Downloaded csv-core v0.1.11 |
832 | 2024-07-11T21:51:37.802Z | Downloaded uzers v0.11.3 |
833 | 2024-07-11T21:51:37.802Z | Downloaded dyn-clone v1.0.17 |
834 | 2024-07-11T21:51:37.802Z | Downloaded strum_macros v0.24.3 |
835 | 2024-07-11T21:51:37.802Z | Downloaded password-hash v0.5.0 |
836 | 2024-07-11T21:51:37.806Z | Downloaded crossbeam-epoch v0.9.18 |
837 | 2024-07-11T21:51:37.806Z | Downloaded postcard v1.0.8 |
838 | 2024-07-11T21:51:37.806Z | Downloaded const-oid v0.9.6 |
839 | 2024-07-11T21:51:37.809Z | Downloaded tiny-keccak v2.0.2 |
840 | 2024-07-11T21:51:37.811Z | Downloaded base64 v0.22.1 |
841 | 2024-07-11T21:51:37.815Z | Downloaded sigpipe v0.1.3 |
842 | 2024-07-11T21:51:37.818Z | Downloaded zeroize_derive v1.4.2 |
843 | 2024-07-11T21:51:37.818Z | Downloaded hostname v0.4.0 |
844 | 2024-07-11T21:51:37.822Z | Downloaded home v0.5.9 |
845 | 2024-07-11T21:51:37.822Z | Downloaded yasna v0.5.2 |
846 | 2024-07-11T21:51:37.825Z | Downloaded fd-lock v4.0.2 |
847 | 2024-07-11T21:51:37.829Z | Downloaded smf v0.2.3 |
848 | 2024-07-11T21:51:37.829Z | Downloaded is_ci v1.2.0 |
849 | 2024-07-11T21:51:37.829Z | Downloaded hubpack_derive v0.1.1 |
850 | 2024-07-11T21:51:37.832Z | Downloaded pin-project v1.1.5 |
851 | 2024-07-11T21:51:37.845Z | Downloaded smallvec v0.6.14 |
852 | 2024-07-11T21:51:37.850Z | Downloaded hash32 v0.2.1 |
853 | 2024-07-11T21:51:37.850Z | Downloaded num-bigint v0.4.5 |
854 | 2024-07-11T21:51:37.855Z | Downloaded managed v0.8.0 |
855 | 2024-07-11T21:51:37.855Z | Downloaded untrusted v0.9.0 |
856 | 2024-07-11T21:51:37.855Z | Downloaded untrusted v0.7.1 |
857 | 2024-07-11T21:51:37.858Z | Downloaded structmeta v0.3.0 |
858 | 2024-07-11T21:51:37.858Z | Downloaded chacha20poly1305 v0.10.1 |
859 | 2024-07-11T21:51:37.858Z | Downloaded structmeta v0.2.0 |
860 | 2024-07-11T21:51:37.861Z | Downloaded embedded-io v0.4.0 |
861 | 2024-07-11T21:51:37.861Z | Downloaded compact_str v0.7.1 |
862 | 2024-07-11T21:51:37.867Z | Downloaded either v1.12.0 |
863 | 2024-07-11T21:51:37.867Z | Downloaded rustc_version v0.1.7 |
864 | 2024-07-11T21:51:37.867Z | Downloaded rpassword v7.3.1 |
865 | 2024-07-11T21:51:37.870Z | Downloaded shlex v1.3.0 |
866 | 2024-07-11T21:51:37.871Z | Downloaded shell-words v1.1.0 |
867 | 2024-07-11T21:51:37.874Z | Downloaded sha1 v0.10.6 |
868 | 2024-07-11T21:51:37.874Z | Downloaded rustc-hash v1.1.0 |
869 | 2024-07-11T21:51:37.874Z | Downloaded flume v0.11.0 |
870 | 2024-07-11T21:51:37.877Z | Downloaded resolv-conf v0.7.0 |
871 | 2024-07-11T21:51:37.881Z | Downloaded termtree v0.4.1 |
872 | 2024-07-11T21:51:37.881Z | Downloaded tls_codec v0.4.1 |
873 | 2024-07-11T21:51:37.884Z | Downloaded lru-cache v0.1.2 |
874 | 2024-07-11T21:51:37.887Z | Downloaded http-range v0.1.5 |
875 | 2024-07-11T21:51:37.887Z | Downloaded rand v0.8.5 |
876 | 2024-07-11T21:51:37.893Z | Downloaded publicsuffix v2.2.3 |
877 | 2024-07-11T21:51:37.896Z | Downloaded ron v0.8.1 |
878 | 2024-07-11T21:51:37.907Z | Downloaded foreign-types v0.5.0 |
879 | 2024-07-11T21:51:37.909Z | Downloaded diesel_table_macro_syntax v0.1.0 |
880 | 2024-07-11T21:51:37.909Z | Downloaded instant v0.1.12 |
881 | 2024-07-11T21:51:37.909Z | Downloaded tls_codec_derive v0.4.1 |
882 | 2024-07-11T21:51:37.912Z | Downloaded group v0.13.0 |
883 | 2024-07-11T21:51:37.912Z | Downloaded flagset v0.4.5 |
884 | 2024-07-11T21:51:37.915Z | Downloaded fixedbitset v0.4.2 |
885 | 2024-07-11T21:51:37.915Z | Downloaded lazy_static v1.5.0 |
886 | 2024-07-11T21:51:37.918Z | Downloaded lalrpop-util v0.19.12 |
887 | 2024-07-11T21:51:37.918Z | Downloaded toml v0.5.11 |
888 | 2024-07-11T21:51:37.921Z | Downloaded which v4.4.2 |
889 | 2024-07-11T21:51:37.921Z | Downloaded vte_generate_state_changes v0.1.1 |
890 | 2024-07-11T21:51:37.925Z | Downloaded thiserror-no-std v2.0.2 |
891 | 2024-07-11T21:51:37.927Z | Downloaded arc-swap v1.7.1 |
892 | 2024-07-11T21:51:37.930Z | Downloaded trust-dns-resolver v0.22.0 |
893 | 2024-07-11T21:51:37.934Z | Downloaded serde_plain v1.0.2 |
894 | 2024-07-11T21:51:37.937Z | Downloaded whoami v1.5.1 |
895 | 2024-07-11T21:51:37.941Z | Downloaded tokio-rustls v0.24.1 |
896 | 2024-07-11T21:51:37.941Z | Downloaded unicase v2.7.0 |
897 | 2024-07-11T21:51:37.946Z | Downloaded termios v0.3.3 |
898 | 2024-07-11T21:51:37.946Z | Downloaded stability v0.2.0 |
899 | 2024-07-11T21:51:37.950Z | Downloaded sqlparser_derive v0.2.2 |
900 | 2024-07-11T21:51:37.950Z | Downloaded termcolor v1.4.1 |
901 | 2024-07-11T21:51:37.950Z | Downloaded tap v1.0.1 |
902 | 2024-07-11T21:51:37.950Z | Downloaded signature v1.6.4 |
903 | 2024-07-11T21:51:37.956Z | Downloaded serde_derive_internals v0.29.1 |
904 | 2024-07-11T21:51:37.956Z | Downloaded zone_cfg_derive v0.1.2 |
905 | 2024-07-11T21:51:37.956Z | Downloaded foreign-types-shared v0.3.1 |
906 | 2024-07-11T21:51:37.957Z | Downloaded hyper-staticfile v0.9.5 |
907 | 2024-07-11T21:51:37.957Z | Downloaded humantime v2.1.0 |
908 | 2024-07-11T21:51:37.960Z | Downloaded foreign-types-macros v0.2.3 |
909 | 2024-07-11T21:51:37.960Z | Downloaded signal-hook v0.3.17 |
910 | 2024-07-11T21:51:37.965Z | Downloaded rtoolbox v0.0.2 |
911 | 2024-07-11T21:51:37.965Z | Downloaded schemars_derive v0.8.21 |
912 | 2024-07-11T21:51:37.965Z | Downloaded smawk v0.3.2 |
913 | 2024-07-11T21:51:37.969Z | Downloaded rustc-demangle v0.1.24 |
914 | 2024-07-11T21:51:37.969Z | Downloaded wait-timeout v0.2.0 |
915 | 2024-07-11T21:51:37.969Z | Downloaded rusty-fork v0.3.0 |
916 | 2024-07-11T21:51:37.979Z | Downloaded inout v0.1.3 |
917 | 2024-07-11T21:51:37.979Z | Downloaded indoc v1.0.9 |
918 | 2024-07-11T21:51:37.982Z | Downloaded siphasher v0.3.11 |
919 | 2024-07-11T21:51:37.982Z | Downloaded tempfile v3.10.1 |
920 | 2024-07-11T21:51:37.982Z | Downloaded fatfs v0.3.6 |
921 | 2024-07-11T21:51:37.983Z | Downloaded hmac v0.12.1 |
922 | 2024-07-11T21:51:37.986Z | Downloaded samael v0.0.15 |
923 | 2024-07-11T21:51:37.989Z | Downloaded tokio-postgres v0.7.10 |
924 | 2024-07-11T21:51:37.994Z | Downloaded stable_deref_trait v1.2.0 |
925 | 2024-07-11T21:51:37.997Z | Downloaded scheduled-thread-pool v0.2.7 |
926 | 2024-07-11T21:51:37.997Z | Downloaded glob v0.3.1 |
927 | 2024-07-11T21:51:37.997Z | Downloaded libsw v3.3.1 |
928 | 2024-07-11T21:51:38.000Z | Downloaded signature v2.2.0 |
929 | 2024-07-11T21:51:38.004Z | Downloaded nom v7.1.3 |
930 | 2024-07-11T21:51:38.006Z | Downloaded unicode-linebreak v0.1.5 |
931 | 2024-07-11T21:51:38.009Z | Downloaded gethostname v0.4.3 |
932 | 2024-07-11T21:51:38.009Z | Downloaded fragile v2.0.0 |
933 | 2024-07-11T21:51:38.012Z | Downloaded tokio-rustls v0.25.0 |
934 | 2024-07-11T21:51:38.012Z | Downloaded diff v0.1.13 |
935 | 2024-07-11T21:51:38.015Z | Downloaded half v2.4.1 |
936 | 2024-07-11T21:51:38.019Z | Downloaded sct v0.7.1 |
937 | 2024-07-11T21:51:38.022Z | Downloaded test-strategy v0.3.1 |
938 | 2024-07-11T21:51:38.025Z | Downloaded indicatif v0.17.8 |
939 | 2024-07-11T21:51:38.029Z | Downloaded elliptic-curve v0.13.8 |
940 | 2024-07-11T21:51:38.034Z | Downloaded hyper-rustls v0.24.2 |
941 | 2024-07-11T21:51:38.038Z | Downloaded snafu-derive v0.8.2 |
942 | 2024-07-11T21:51:38.038Z | Downloaded heapless v0.7.17 |
943 | 2024-07-11T21:51:38.041Z | Downloaded headers v0.3.9 |
944 | 2024-07-11T21:51:38.048Z | Downloaded tui-tree-widget v0.21.0 |
945 | 2024-07-11T21:51:38.052Z | Downloaded textwrap v0.16.1 |
946 | 2024-07-11T21:51:38.057Z | Downloaded zerocopy v0.6.6 |
947 | 2024-07-11T21:51:38.057Z | Downloaded similar v2.5.0 |
948 | 2024-07-11T21:51:38.060Z | Downloaded globset v0.4.14 |
949 | 2024-07-11T21:51:38.064Z | Downloaded rustls-pki-types v1.7.0 |
950 | 2024-07-11T21:51:38.064Z | Downloaded reedline v0.31.0 |
951 | 2024-07-11T21:51:38.071Z | Downloaded tokio-tungstenite v0.20.1 |
952 | 2024-07-11T21:51:38.074Z | Downloaded tokio-stream v0.1.15 |
953 | 2024-07-11T21:51:38.077Z | Downloaded socket2 v0.4.10 |
954 | 2024-07-11T21:51:38.079Z | Downloaded trust-dns-client v0.22.0 |
955 | 2024-07-11T21:51:38.086Z | Downloaded hashbrown v0.13.2 |
956 | 2024-07-11T21:51:38.089Z | Downloaded hashbrown v0.12.3 |
957 | 2024-07-11T21:51:38.094Z | Downloaded indexmap v1.9.3 |
958 | 2024-07-11T21:51:38.096Z | Downloaded portable-atomic v1.6.0 |
959 | 2024-07-11T21:51:38.102Z | Downloaded expectorate v1.1.0 |
960 | 2024-07-11T21:51:38.105Z | Downloaded unsafe-libyaml v0.2.11 |
961 | 2024-07-11T21:51:38.108Z | Downloaded tough v0.17.1 |
962 | 2024-07-11T21:51:38.115Z | Downloaded serde_with v3.8.1 |
963 | 2024-07-11T21:51:38.124Z | Downloaded snafu v0.8.2 |
964 | 2024-07-11T21:51:38.130Z | Downloaded serde_yaml v0.9.34+deprecated |
965 | 2024-07-11T21:51:38.134Z | Downloaded steno v0.4.1 |
966 | 2024-07-11T21:51:38.140Z | Downloaded proptest v1.4.0 |
967 | 2024-07-11T21:51:38.148Z | Downloaded x509-cert v0.2.5 |
968 | 2024-07-11T21:51:38.154Z | Downloaded trust-dns-server v0.22.1 |
969 | 2024-07-11T21:51:38.160Z | Downloaded libm v0.2.8 |
970 | 2024-07-11T21:51:38.168Z | Downloaded aho-corasick v1.1.3 |
971 | 2024-07-11T21:51:38.176Z | Downloaded libxml v0.3.3 |
972 | 2024-07-11T21:51:38.196Z | Downloaded http v1.1.0 |
973 | 2024-07-11T21:51:38.202Z | Downloaded unicode-segmentation v1.11.0 |
974 | 2024-07-11T21:51:38.202Z | Downloaded rayon v1.10.0 |
975 | 2024-07-11T21:51:38.202Z | Downloaded itertools v0.13.0 |
976 | 2024-07-11T21:51:38.205Z | Downloaded unicode_categories v0.1.1 |
977 | 2024-07-11T21:51:38.209Z | Downloaded radix_trie v0.2.1 |
978 | 2024-07-11T21:51:38.213Z | Downloaded blake3 v1.5.1 |
979 | 2024-07-11T21:51:38.220Z | Downloaded itertools v0.12.1 |
980 | 2024-07-11T21:51:38.226Z | Downloaded rustyline v14.0.0 |
981 | 2024-07-11T21:51:38.231Z | Downloaded winnow v0.5.40 |
982 | 2024-07-11T21:51:38.240Z | Downloaded regex-automata v0.1.10 |
983 | 2024-07-11T21:51:38.255Z | Downloaded regex v1.10.5 |
984 | 2024-07-11T21:51:38.260Z | Downloaded sqlparser v0.45.0 |
985 | 2024-07-11T21:51:38.265Z | Downloaded nix v0.28.0 |
986 | 2024-07-11T21:51:38.276Z | Downloaded nix v0.27.1 |
987 | 2024-07-11T21:51:38.295Z | Downloaded lalrpop v0.19.12 |
988 | 2024-07-11T21:51:38.300Z | Downloaded rustls-webpki v0.101.7 |
989 | 2024-07-11T21:51:38.319Z | Downloaded trust-dns-proto v0.22.0 |
990 | 2024-07-11T21:51:38.327Z | Downloaded smoltcp v0.9.1 |
991 | 2024-07-11T21:51:38.335Z | Downloaded rustls v0.22.4 |
992 | 2024-07-11T21:51:38.348Z | Downloaded regress v0.9.1 |
993 | 2024-07-11T21:51:38.356Z | Downloaded idna v0.3.0 |
994 | 2024-07-11T21:51:38.362Z | Downloaded rustls v0.21.12 |
995 | 2024-07-11T21:51:38.374Z | Downloaded gimli v0.28.1 |
996 | 2024-07-11T21:51:38.382Z | Downloaded webpki-roots v0.25.4 |
997 | 2024-07-11T21:51:38.386Z | Downloaded bstr v0.2.17 |
998 | 2024-07-11T21:51:38.394Z | Downloaded petgraph v0.6.5 |
999 | 2024-07-11T21:51:38.410Z | Downloaded regex-automata v0.4.6 |
1000 | 2024-07-11T21:51:38.426Z | Downloaded zerocopy-derive v0.6.6 |
1001 | 2024-07-11T21:51:38.434Z | Downloaded smoltcp v0.11.0 |
1002 | 2024-07-11T21:51:38.447Z | Downloaded diesel v2.1.6 |
1003 | 2024-07-11T21:51:38.462Z | Downloaded regex-syntax v0.8.3 |
1004 | 2024-07-11T21:51:38.470Z | Downloaded bstr v1.9.1 |
1005 | 2024-07-11T21:51:38.479Z | Downloaded ratatui v0.27.0 |
1006 | 2024-07-11T21:51:38.498Z | Downloaded idna v0.2.3 |
1007 | 2024-07-11T21:51:38.504Z | Downloaded curve25519-dalek v4.1.3 |
1008 | 2024-07-11T21:51:38.510Z | Downloaded regex-syntax v0.6.29 |
1009 | 2024-07-11T21:51:38.517Z | Downloaded openapiv3 v2.0.0 |
1010 | 2024-07-11T21:51:38.527Z | Downloaded bitvec v1.0.1 |
1011 | 2024-07-11T21:51:38.541Z | Downloaded bindgen v0.69.4 |
1012 | 2024-07-11T21:51:38.547Z | Downloaded sled v0.34.7 |
1013 | 2024-07-11T21:51:38.557Z | Downloaded chrono v0.4.38 |
1014 | 2024-07-11T21:51:38.563Z | Downloaded hkdf v0.12.4 |
1015 | 2024-07-11T21:51:38.566Z | Downloaded polar-core v0.27.3 |
1016 | 2024-07-11T21:51:38.573Z | Downloaded object v0.32.2 |
1017 | 2024-07-11T21:51:38.583Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1018 | 2024-07-11T21:51:38.594Z | Downloaded object v0.30.4 |
1019 | 2024-07-11T21:51:38.604Z | Downloaded rustls-webpki v0.102.4 |
1020 | 2024-07-11T21:51:38.619Z | Downloaded quick-xml v0.31.0 |
1021 | 2024-07-11T21:51:38.624Z | Downloaded finl_unicode v1.2.0 |
1022 | 2024-07-11T21:51:38.636Z | Downloaded zip v0.6.6 |
1023 | 2024-07-11T21:51:38.639Z | Downloaded csv v1.3.0 |
1024 | 2024-07-11T21:51:38.658Z | Downloaded rsa v0.9.6 |
1025 | 2024-07-11T21:51:38.662Z | Downloaded sha3 v0.10.8 |
1026 | 2024-07-11T21:51:38.665Z | Downloaded schemars v0.8.21 |
1027 | 2024-07-11T21:51:38.675Z | Downloaded salty v0.2.0 |
1028 | 2024-07-11T21:51:38.680Z | Downloaded itertools v0.10.5 |
1029 | 2024-07-11T21:51:38.692Z | Downloaded typed-path v0.7.1 |
1030 | 2024-07-11T21:51:38.700Z | Downloaded diesel_derives v2.1.4 |
1031 | 2024-07-11T21:51:38.700Z | Downloaded toml_edit v0.19.15 |
1032 | 2024-07-11T21:51:38.710Z | Downloaded static_assertions v1.1.0 |
1033 | 2024-07-11T21:51:38.714Z | Downloaded ena v0.14.3 |
1034 | 2024-07-11T21:51:38.714Z | Downloaded wyz v0.5.1 |
1035 | 2024-07-11T21:51:38.714Z | Downloaded uuid v1.9.1 |
1036 | 2024-07-11T21:51:38.717Z | Downloaded crossterm v0.27.0 |
1037 | 2024-07-11T21:51:38.720Z | Downloaded universal-hash v0.5.1 |
1038 | 2024-07-11T21:51:38.723Z | Downloaded rustc_version v0.4.0 |
1039 | 2024-07-11T21:51:38.723Z | Downloaded highway v1.1.0 |
1040 | 2024-07-11T21:51:38.726Z | Downloaded num-bigint-dig v0.8.4 |
1041 | 2024-07-11T21:51:38.729Z | Downloaded der v0.7.9 |
1042 | 2024-07-11T21:51:38.733Z | Downloaded serde_with_macros v3.8.1 |
1043 | 2024-07-11T21:51:38.736Z | Downloaded serde_path_to_error v0.1.16 |
1044 | 2024-07-11T21:51:38.736Z | Downloaded tungstenite v0.20.1 |
1045 | 2024-07-11T21:51:38.739Z | Downloaded toml v0.7.8 |
1046 | 2024-07-11T21:51:38.742Z | Downloaded maybe-uninit v2.0.0 |
1047 | 2024-07-11T21:51:38.742Z | Downloaded lazycell v1.3.0 |
1048 | 2024-07-11T21:51:38.745Z | Downloaded ipnetwork v0.20.0 |
1049 | 2024-07-11T21:51:38.745Z | Downloaded float-cmp v0.9.0 |
1050 | 2024-07-11T21:51:38.745Z | Downloaded hash32 v0.3.1 |
1051 | 2024-07-11T21:51:38.748Z | Downloaded tungstenite v0.21.0 |
1052 | 2024-07-11T21:51:38.752Z | Downloaded heapless v0.8.0 |
1053 | 2024-07-11T21:51:38.757Z | Downloaded utf-8 v0.7.6 |
1054 | 2024-07-11T21:51:38.757Z | Downloaded erased-serde v0.3.31 |
1055 | 2024-07-11T21:51:38.757Z | Downloaded secrecy v0.8.0 |
1056 | 2024-07-11T21:51:38.761Z | Downloaded vte v0.11.1 |
1057 | 2024-07-11T21:51:38.761Z | Downloaded vsss-rs v3.3.4 |
1058 | 2024-07-11T21:51:38.761Z | Downloaded subprocess v0.2.9 |
1059 | 2024-07-11T21:51:38.764Z | Downloaded ron v0.7.1 |
1060 | 2024-07-11T21:51:38.768Z | Downloaded crypto-bigint v0.5.5 |
1061 | 2024-07-11T21:51:38.772Z | Downloaded backtrace v0.3.71 |
1062 | 2024-07-11T21:51:38.776Z | Downloaded ed25519 v1.5.3 |
1063 | 2024-07-11T21:51:38.779Z | Downloaded darling_core v0.20.9 |
1064 | 2024-07-11T21:51:38.783Z | Downloaded tracing-attributes v0.1.27 |
1065 | 2024-07-11T21:51:38.783Z | Downloaded topological-sort v0.2.2 |
1066 | 2024-07-11T21:51:38.786Z | Downloaded stringprep v0.1.4 |
1067 | 2024-07-11T21:51:38.786Z | Downloaded rustls-pemfile v2.1.2 |
1068 | 2024-07-11T21:51:38.789Z | Downloaded derive-where v1.2.7 |
1069 | 2024-07-11T21:51:38.793Z | Downloaded strip-ansi-escapes v0.2.0 |
1070 | 2024-07-11T21:51:38.793Z | Downloaded string_cache v0.8.7 |
1071 | 2024-07-11T21:51:38.793Z | Downloaded lru v0.12.3 |
1072 | 2024-07-11T21:51:38.795Z | Downloaded linked-hash-map v0.5.6 |
1073 | 2024-07-11T21:51:38.795Z | Downloaded linear-map v1.2.0 |
1074 | 2024-07-11T21:51:38.796Z | Downloaded sec1 v0.7.3 |
1075 | 2024-07-11T21:51:38.799Z | Downloaded slog-dtrace v0.3.0 |
1076 | 2024-07-11T21:51:38.799Z | Downloaded minimal-lexical v0.2.1 |
1077 | 2024-07-11T21:51:38.802Z | Downloaded derive_builder_core v0.20.0 |
1078 | 2024-07-11T21:51:38.805Z | Downloaded slog-stdlog v4.1.1 |
1079 | 2024-07-11T21:51:38.805Z | Downloaded rayon-core v1.12.1 |
1080 | 2024-07-11T21:51:38.808Z | Downloaded spin v0.9.8 |
1081 | 2024-07-11T21:51:38.811Z | Downloaded iana-time-zone v0.1.60 |
1082 | 2024-07-11T21:51:38.817Z | Downloaded const_format v0.2.32 |
1083 | 2024-07-11T21:51:38.821Z | Downloaded base64 v0.13.1 |
1084 | 2024-07-11T21:51:38.821Z | Downloaded ff v0.13.0 |
1085 | 2024-07-11T21:51:38.821Z | Downloaded structmeta-derive v0.3.0 |
1086 | 2024-07-11T21:51:38.825Z | Downloaded structmeta-derive v0.2.0 |
1087 | 2024-07-11T21:51:38.825Z | Downloaded serde_arrays v0.1.0 |
1088 | 2024-07-11T21:51:38.825Z | Downloaded semver v0.1.20 |
1089 | 2024-07-11T21:51:38.825Z | Downloaded rustfmt-wrapper v0.2.1 |
1090 | 2024-07-11T21:51:38.825Z | Downloaded libloading v0.8.3 |
1091 | 2024-07-11T21:51:38.830Z | Downloaded getrandom v0.2.14 |
1092 | 2024-07-11T21:51:38.830Z | Downloaded walkdir v2.5.0 |
1093 | 2024-07-11T21:51:38.833Z | Downloaded postgres-types v0.2.6 |
1094 | 2024-07-11T21:51:38.833Z | Downloaded slog-envlogger v2.2.0 |
1095 | 2024-07-11T21:51:38.833Z | Downloaded signal-hook-tokio v0.3.1 |
1096 | 2024-07-11T21:51:38.837Z | Downloaded signal-hook-mio v0.2.3 |
1097 | 2024-07-11T21:51:38.837Z | Downloaded prettyplease v0.2.20 |
1098 | 2024-07-11T21:51:38.840Z | Downloaded ciborium v0.2.2 |
1099 | 2024-07-11T21:51:38.840Z | Downloaded env_logger v0.9.3 |
1100 | 2024-07-11T21:51:38.844Z | Downloaded sqlformat v0.2.3 |
1101 | 2024-07-11T21:51:38.844Z | Downloaded env_logger v0.10.2 |
1102 | 2024-07-11T21:51:38.848Z | Downloaded libefi-sys v0.1.0 |
1103 | 2024-07-11T21:51:38.848Z | Downloaded slog-scope v4.4.0 |
1104 | 2024-07-11T21:51:38.852Z | Downloaded serde_repr v0.1.19 |
1105 | 2024-07-11T21:51:38.852Z | Downloaded serde-big-array v0.4.1 |
1106 | 2024-07-11T21:51:38.852Z | Downloaded hubpack v0.1.2 |
1107 | 2024-07-11T21:51:38.852Z | Downloaded omicron-zone-package v0.11.0 |
1108 | 2024-07-11T21:51:38.855Z | Downloaded unicode-truncate v1.0.0 |
1109 | 2024-07-11T21:51:38.855Z | Downloaded impl-trait-for-tuples v0.2.2 |
1110 | 2024-07-11T21:51:38.859Z | Downloaded heck v0.3.3 |
1111 | 2024-07-11T21:51:38.859Z | Downloaded difflib v0.4.0 |
1112 | 2024-07-11T21:51:38.862Z | Downloaded rand_core v0.6.4 |
1113 | 2024-07-11T21:51:38.862Z | Downloaded pkcs1 v0.7.5 |
1114 | 2024-07-11T21:51:38.865Z | Downloaded phf_shared v0.11.2 |
1115 | 2024-07-11T21:51:38.865Z | Downloaded pem-rfc7468 v0.7.0 |
1116 | 2024-07-11T21:51:38.865Z | Downloaded darling v0.20.9 |
1117 | 2024-07-11T21:51:38.869Z | Downloaded clang-sys v1.7.0 |
1118 | 2024-07-11T21:51:38.873Z | Downloaded arrayvec v0.7.4 |
1119 | 2024-07-11T21:51:38.873Z | Downloaded debug-ignore v1.0.5 |
1120 | 2024-07-11T21:51:38.873Z | Downloaded proc-macro-crate v1.3.1 |
1121 | 2024-07-11T21:51:38.878Z | Downloaded curve25519-dalek-derive v0.1.1 |
1122 | 2024-07-11T21:51:38.878Z | Downloaded crc-catalog v2.4.0 |
1123 | 2024-07-11T21:51:38.878Z | Downloaded constant_time_eq v0.3.0 |
1124 | 2024-07-11T21:51:38.878Z | Downloaded predicates-core v1.0.6 |
1125 | 2024-07-11T21:51:38.881Z | Downloaded poly1305 v0.8.0 |
1126 | 2024-07-11T21:51:38.881Z | Downloaded pkcs8 v0.10.2 |
1127 | 2024-07-11T21:51:38.884Z | Downloaded pin-project-internal v1.1.5 |
1128 | 2024-07-11T21:51:38.885Z | Downloaded pem v3.0.4 |
1129 | 2024-07-11T21:51:38.888Z | Downloaded buf-list v1.0.3 |
1130 | 2024-07-11T21:51:38.888Z | Downloaded bitfield-struct v0.6.1 |
1131 | 2024-07-11T21:51:38.889Z | Downloaded num_enum_derive v0.5.11 |
1132 | 2024-07-11T21:51:38.889Z | Downloaded num-iter v0.1.45 |
1133 | 2024-07-11T21:51:38.892Z | Downloaded num v0.4.3 |
1134 | 2024-07-11T21:51:38.892Z | Downloaded defmt v0.3.8 |
1135 | 2024-07-11T21:51:38.894Z | Downloaded olpc-cjson v0.1.3 |
1136 | 2024-07-11T21:51:38.895Z | Downloaded num-derive v0.4.2 |
1137 | 2024-07-11T21:51:38.895Z | Downloaded blake2 v0.10.6 |
1138 | 2024-07-11T21:51:38.898Z | Downloaded num-complex v0.4.6 |
1139 | 2024-07-11T21:51:38.902Z | Downloaded console v0.15.8 |
1140 | 2024-07-11T21:51:38.902Z | Downloaded camino-tempfile v1.1.1 |
1141 | 2024-07-11T21:51:38.905Z | Downloaded bzip2 v0.4.4 |
1142 | 2024-07-11T21:51:38.905Z | Downloaded backoff v0.4.0 |
1143 | 2024-07-11T21:51:38.908Z | Downloaded async-trait v0.1.81 |
1144 | 2024-07-11T21:51:38.908Z | Downloaded async-recursion v1.1.1 |
1145 | 2024-07-11T21:51:38.912Z | Downloaded array-init v0.0.4 |
1146 | 2024-07-11T21:51:38.912Z | Downloaded ascii-canvas v3.0.0 |
1147 | 2024-07-11T21:51:38.915Z | Downloaded predicates-tree v1.0.9 |
1148 | 2024-07-11T21:51:38.916Z | Downloaded peg v0.8.3 |
1149 | 2024-07-11T21:51:38.919Z | Downloaded num_enum v0.5.11 |
1150 | 2024-07-11T21:51:38.922Z | Downloaded crucible-workspace-hack v0.1.0 |
1151 | 2024-07-11T21:51:38.922Z | Downloaded cfg_aliases v0.1.1 |
1152 | 2024-07-11T21:51:38.922Z | Downloaded bitstruct v0.1.1 |
1153 | 2024-07-11T21:51:38.924Z | Downloaded path-slash v0.1.5 |
1154 | 2024-07-11T21:51:38.924Z | Downloaded num-integer v0.1.46 |
1155 | 2024-07-11T21:51:38.927Z | Downloaded newtype-uuid v1.1.0 |
1156 | 2024-07-11T21:51:38.927Z | Downloaded mime_guess v2.0.4 |
1157 | 2024-07-11T21:51:38.927Z | Downloaded bitflags v1.3.2 |
1158 | 2024-07-11T21:51:38.930Z | Downloaded arrayref v0.3.7 |
1159 | 2024-07-11T21:51:38.932Z | Downloaded bit-set v0.5.3 |
1160 | 2024-07-11T21:51:38.932Z | Downloaded bb8 v0.8.5 |
1161 | 2024-07-11T21:51:38.933Z | Downloaded async-stream v0.3.5 |
1162 | 2024-07-11T21:51:38.938Z | Downloaded assert_matches v1.5.0 |
1163 | 2024-07-11T21:51:38.938Z | Downloaded base16ct v0.2.0 |
1164 | 2024-07-11T21:51:38.938Z | Downloaded async-stream-impl v0.3.5 |
1165 | 2024-07-11T21:51:38.941Z | Downloaded mockall v0.12.1 |
1166 | 2024-07-11T21:51:39.098Z | Downloaded ring v0.17.8 |
1167 | 2024-07-11T21:51:39.220Z | Downloaded ring v0.16.20 |
1168 | 2024-07-11T21:51:39.448Z | Compiling proc-macro2 v1.0.86 |
1169 | 2024-07-11T21:51:39.448Z | Compiling unicode-ident v1.0.12 |
1170 | 2024-07-11T21:51:39.448Z | Compiling libc v0.2.155 |
1171 | 2024-07-11T21:51:39.453Z | Compiling serde v1.0.204 |
1172 | 2024-07-11T21:51:39.453Z | Compiling autocfg v1.3.0 |
1173 | 2024-07-11T21:51:39.453Z | Compiling version_check v0.9.4 |
1174 | 2024-07-11T21:51:39.453Z | Compiling cfg-if v1.0.0 |
1175 | 2024-07-11T21:51:39.654Z | Compiling cc v1.0.97 |
1176 | 2024-07-11T21:51:39.698Z | Compiling parking_lot_core v0.9.10 |
1177 | 2024-07-11T21:51:39.713Z | Compiling once_cell v1.19.0 |
1178 | 2024-07-11T21:51:40.118Z | Compiling serde_json v1.0.120 |
1179 | 2024-07-11T21:51:40.154Z | Compiling libm v0.2.8 |
1180 | 2024-07-11T21:51:40.325Z | Compiling ahash v0.8.11 |
1181 | 2024-07-11T21:51:40.424Z | Compiling byteorder v1.5.0 |
1182 | 2024-07-11T21:51:40.438Z | Compiling lock_api v0.4.12 |
1183 | 2024-07-11T21:51:40.441Z | Compiling num-traits v0.2.19 |
1184 | 2024-07-11T21:51:40.619Z | Compiling memchr v2.7.2 |
1185 | 2024-07-11T21:51:40.700Z | Compiling thiserror v1.0.60 |
1186 | 2024-07-11T21:51:40.852Z | Compiling scopeguard v1.2.0 |
1187 | 2024-07-11T21:51:40.856Z | Compiling typenum v1.17.0 |
1188 | 2024-07-11T21:51:41.199Z | Compiling quote v1.0.36 |
1189 | 2024-07-11T21:51:41.530Z | Compiling getrandom v0.2.14 |
1190 | 2024-07-11T21:51:41.778Z | Compiling syn v2.0.68 |
1191 | 2024-07-11T21:51:41.825Z | Compiling itoa v1.0.11 |
1192 | 2024-07-11T21:51:41.855Z | Compiling log v0.4.21 |
1193 | 2024-07-11T21:51:41.871Z | Compiling generic-array v0.14.7 |
1194 | 2024-07-11T21:51:42.248Z | Compiling allocator-api2 v0.2.18 |
1195 | 2024-07-11T21:51:42.496Z | Compiling slab v0.4.9 |
1196 | 2024-07-11T21:51:42.574Z | Compiling ring v0.17.8 |
1197 | 2024-07-11T21:51:42.643Z | Compiling ryu v1.0.18 |
1198 | 2024-07-11T21:51:42.765Z | Compiling pin-project-lite v0.2.14 |
1199 | 2024-07-11T21:51:42.780Z | Compiling semver v1.0.23 |
1200 | 2024-07-11T21:51:42.878Z | Compiling smallvec v1.13.2 |
1201 | 2024-07-11T21:51:42.914Z | Compiling schemars v0.8.21 |
1202 | 2024-07-11T21:51:43.262Z | Compiling equivalent v1.0.1 |
1203 | 2024-07-11T21:51:43.377Z | Compiling pkg-config v0.3.30 |
1204 | 2024-07-11T21:51:43.505Z | Compiling vcpkg v0.2.15 |
1205 | 2024-07-11T21:51:43.559Z | Compiling signal-hook-registry v1.4.2 |
1206 | 2024-07-11T21:51:44.100Z | Compiling parking_lot v0.12.2 |
1207 | 2024-07-11T21:51:44.828Z | Compiling syn v1.0.109 |
1208 | 2024-07-11T21:51:45.149Z | Compiling mio v0.8.11 |
1209 | 2024-07-11T21:51:45.242Z | Compiling openssl-sys v0.9.102 |
1210 | 2024-07-11T21:51:45.412Z | Compiling spin v0.9.8 |
1211 | 2024-07-11T21:51:46.142Z | Compiling rand_core v0.6.4 |
1212 | 2024-07-11T21:51:46.172Z | Compiling socket2 v0.5.7 |
1213 | 2024-07-11T21:51:46.556Z | Compiling num_cpus v1.16.0 |
1214 | 2024-07-11T21:51:46.685Z | Compiling time-core v0.1.2 |
1215 | 2024-07-11T21:51:46.857Z | Compiling num-conv v0.1.0 |
1216 | 2024-07-11T21:51:47.118Z | Compiling time-macros v0.2.18 |
1217 | 2024-07-11T21:51:47.221Z | Compiling heck v0.5.0 |
1218 | 2024-07-11T21:51:47.273Z | Compiling httparse v1.8.0 |
1219 | 2024-07-11T21:51:47.808Z | Compiling futures-core v0.3.30 |
1220 | 2024-07-11T21:51:48.052Z | Compiling openssl v0.10.64 |
1221 | 2024-07-11T21:51:48.083Z | Compiling fnv v1.0.7 |
1222 | 2024-07-11T21:51:48.476Z | Compiling crossbeam-utils v0.8.19 |
1223 | 2024-07-11T21:51:48.540Z | Compiling iana-time-zone v0.1.60 |
1224 | 2024-07-11T21:51:48.710Z | Compiling rustix v0.38.34 |
1225 | 2024-07-11T21:51:49.019Z | Compiling serde_derive_internals v0.29.1 |
1226 | 2024-07-11T21:51:49.278Z | Compiling tinyvec_macros v0.1.1 |
1227 | 2024-07-11T21:51:49.330Z | Compiling native-tls v0.2.11 |
1228 | 2024-07-11T21:51:49.354Z | Compiling rustls v0.21.12 |
1229 | 2024-07-11T21:51:49.602Z | Compiling tinyvec v1.6.0 |
1230 | 2024-07-11T21:51:50.210Z | Compiling const-oid v0.9.6 |
1231 | 2024-07-11T21:51:50.584Z | Compiling ucd-trie v0.1.6 |
1232 | 2024-07-11T21:51:51.005Z | Compiling subtle v2.5.0 |
1233 | 2024-07-11T21:51:51.084Z | Compiling futures-sink v0.3.30 |
1234 | 2024-07-11T21:51:51.102Z | Compiling unicode-normalization v0.1.23 |
1235 | 2024-07-11T21:51:51.223Z | Compiling backtrace v0.3.71 |
1236 | 2024-07-11T21:51:51.333Z | Compiling cookie v0.17.0 |
1237 | 2024-07-11T21:51:51.594Z | Compiling slog v2.7.0 |
1238 | 2024-07-11T21:51:55.407Z | Compiling dyn-clone v1.0.17 |
1239 | 2024-07-11T21:51:55.507Z | Compiling unicode-bidi v0.3.15 |
1240 | 2024-07-11T21:51:55.507Z | Compiling futures-channel v0.3.30 |
1241 | 2024-07-11T21:51:55.507Z | Compiling futures-io v0.3.30 |
1242 | 2024-07-11T21:51:55.507Z | Compiling futures-task v0.3.30 |
1243 | 2024-07-11T21:51:55.507Z | Compiling pin-utils v0.1.0 |
1244 | 2024-07-11T21:51:55.507Z | Compiling aho-corasick v1.1.3 |
1245 | 2024-07-11T21:51:55.507Z | Compiling regex-syntax v0.8.3 |
1246 | 2024-07-11T21:51:55.542Z | Compiling winnow v0.5.40 |
1247 | 2024-07-11T21:51:55.542Z | Compiling serde_derive v1.0.204 |
1248 | 2024-07-11T21:51:55.542Z | Compiling zerocopy-derive v0.7.34 |
1249 | 2024-07-11T21:51:56.148Z | Compiling zeroize_derive v1.4.2 |
1250 | 2024-07-11T21:51:57.205Z | Compiling thiserror-impl v1.0.60 |
1251 | 2024-07-11T21:51:57.529Z | Compiling zerocopy v0.7.34 |
1252 | 2024-07-11T21:51:57.575Z | Compiling tokio-macros v2.3.0 |
1253 | 2024-07-11T21:51:57.592Z | Compiling futures-macro v0.3.30 |
1254 | 2024-07-11T21:51:58.453Z | Compiling schemars_derive v0.8.21 |
1255 | 2024-07-11T21:51:59.148Z | Compiling tracing-attributes v0.1.27 |
1256 | 2024-07-11T21:51:59.437Z | Compiling zeroize v1.7.0 |
1257 | 2024-07-11T21:51:59.698Z | Compiling hashbrown v0.14.5 |
1258 | 2024-07-11T21:52:00.245Z | Compiling openssl-macros v0.1.1 |
1259 | 2024-07-11T21:52:01.125Z | Compiling scroll_derive v0.12.0 |
1260 | 2024-07-11T21:52:01.190Z | Compiling pest v2.7.10 |
1261 | 2024-07-11T21:52:01.423Z | Compiling crypto-common v0.1.6 |
1262 | 2024-07-11T21:52:01.449Z | Compiling futures-util v0.3.30 |
1263 | 2024-07-11T21:52:01.601Z | Compiling der_derive v0.7.2 |
1264 | 2024-07-11T21:52:02.382Z | Compiling untrusted v0.9.0 |
1265 | 2024-07-11T21:52:02.435Z | Compiling anyhow v1.0.86 |
1266 | 2024-07-11T21:52:02.945Z | Compiling block-buffer v0.10.4 |
1267 | 2024-07-11T21:52:03.160Z | Compiling regex-automata v0.4.6 |
1268 | 2024-07-11T21:52:03.923Z | Compiling pest_meta v2.7.10 |
1269 | 2024-07-11T21:52:03.942Z | Compiling tracing-core v0.1.32 |
1270 | 2024-07-11T21:52:06.323Z | Compiling pest_generator v2.7.10 |
1271 | 2024-07-11T21:52:08.063Z | Compiling bytes v1.6.0 |
1272 | 2024-07-11T21:52:08.596Z | Compiling indexmap v2.2.6 |
1273 | 2024-07-11T21:52:09.486Z | Compiling tokio v1.38.0 |
1274 | 2024-07-11T21:52:09.551Z | Compiling uuid v1.9.1 |
1275 | 2024-07-11T21:52:10.018Z | Compiling bitflags v2.5.0 |
1276 | 2024-07-11T21:52:10.315Z | Compiling chrono v0.4.38 |
1277 | 2024-07-11T21:52:10.601Z | Compiling serde_tokenstream v0.2.1 |
1278 | 2024-07-11T21:52:11.569Z | Compiling toml_datetime v0.6.6 |
1279 | 2024-07-11T21:52:12.013Z | Compiling serde_spanned v0.6.6 |
1280 | 2024-07-11T21:52:12.224Z | Compiling http v0.2.12 |
1281 | 2024-07-11T21:52:14.469Z | Compiling toml_edit v0.19.15 |
1282 | 2024-07-11T21:52:14.500Z | Compiling rustc_version v0.4.0 |
1283 | 2024-07-11T21:52:15.135Z | Compiling pest_derive v2.7.10 |
1284 | 2024-07-11T21:52:15.660Z | Compiling usdt-impl v0.5.0 |
1285 | 2024-07-11T21:52:15.874Z | Compiling powerfmt v0.2.0 |
1286 | 2024-07-11T21:52:15.972Z | Compiling rustversion v1.0.17 |
1287 | 2024-07-11T21:52:16.373Z | Compiling deranged v0.3.11 |
1288 | 2024-07-11T21:52:16.453Z | Compiling heapless v0.7.17 |
1289 | 2024-07-11T21:52:16.672Z | Compiling tracing v0.1.40 |
1290 | 2024-07-11T21:52:16.842Z | Compiling digest v0.10.7 |
1291 | 2024-07-11T21:52:17.271Z | Compiling scroll v0.12.0 |
1292 | 2024-07-11T21:52:17.823Z | Compiling percent-encoding v2.3.1 |
1293 | 2024-07-11T21:52:18.135Z | Compiling ppv-lite86 v0.2.17 |
1294 | 2024-07-11T21:52:18.496Z | Compiling signal-hook v0.3.17 |
1295 | 2024-07-11T21:52:18.884Z | Compiling heck v0.4.1 |
1296 | 2024-07-11T21:52:19.166Z | Compiling num_threads v0.1.7 |
1297 | 2024-07-11T21:52:19.182Z | Compiling plain v0.2.3 |
1298 | 2024-07-11T21:52:19.300Z | Compiling time v0.3.36 |
1299 | 2024-07-11T21:52:19.339Z | Compiling goblin v0.8.2 |
1300 | 2024-07-11T21:52:19.781Z | Compiling rand_chacha v0.3.1 |
1301 | 2024-07-11T21:52:21.545Z | Compiling regex v1.10.5 |
1302 | 2024-07-11T21:52:22.507Z | Compiling strsim v0.11.1 |
1303 | 2024-07-11T21:52:23.273Z | Compiling pretty-hex v0.4.1 |
1304 | 2024-07-11T21:52:23.472Z | Compiling crc32fast v1.4.0 |
1305 | 2024-07-11T21:52:24.412Z | Compiling rand v0.8.5 |
1306 | 2024-07-11T21:52:24.610Z | Compiling tokio-util v0.7.11 |
1307 | 2024-07-11T21:52:24.946Z | Compiling dof v0.3.0 |
1308 | 2024-07-11T21:52:25.974Z | Compiling dtrace-parser v0.2.0 |
1309 | 2024-07-11T21:52:26.280Z | Compiling async-trait v0.1.81 |
1310 | 2024-07-11T21:52:26.890Z | Compiling thread-id v4.2.1 |
1311 | 2024-07-11T21:52:26.997Z | Compiling smoltcp v0.9.1 |
1312 | 2024-07-11T21:52:27.136Z | Compiling base64ct v1.6.0 |
1313 | 2024-07-11T21:52:27.596Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1314 | 2024-07-11T21:52:27.802Z | Compiling foreign-types-shared v0.1.1 |
1315 | 2024-07-11T21:52:27.816Z | Compiling unicode-width v0.1.13 |
1316 | 2024-07-11T21:52:27.899Z | Compiling foreign-types v0.3.2 |
1317 | 2024-07-11T21:52:28.054Z | Compiling pem-rfc7468 v0.7.0 |
1318 | 2024-07-11T21:52:29.203Z | Compiling form_urlencoded v1.2.1 |
1319 | 2024-07-11T21:52:29.822Z | Compiling hmac v0.12.1 |
1320 | 2024-07-11T21:52:30.016Z | Compiling try-lock v0.2.5 |
1321 | 2024-07-11T21:52:30.140Z | Compiling flagset v0.4.5 |
1322 | 2024-07-11T21:52:30.233Z | Compiling base64 v0.21.7 |
1323 | 2024-07-11T21:52:30.342Z | Compiling siphasher v0.3.11 |
1324 | 2024-07-11T21:52:30.359Z | Compiling adler v1.0.2 |
1325 | 2024-07-11T21:52:30.579Z | Compiling miniz_oxide v0.7.2 |
1326 | 2024-07-11T21:52:30.661Z | Compiling der v0.7.9 |
1327 | 2024-07-11T21:52:30.702Z | Compiling want v0.3.1 |
1328 | 2024-07-11T21:52:32.948Z | Compiling h2 v0.3.26 |
1329 | 2024-07-11T21:52:33.807Z | Compiling rustls-webpki v0.101.7 |
1330 | 2024-07-11T21:52:33.887Z | Compiling sct v0.7.1 |
1331 | 2024-07-11T21:52:34.149Z | Compiling http-body v0.4.6 |
1332 | 2024-07-11T21:52:35.162Z | Compiling openapiv3 v2.0.0 |
1333 | 2024-07-11T21:52:35.453Z | Compiling hubpack_derive v0.1.1 |
1334 | 2024-07-11T21:52:35.674Z | Compiling zerocopy-derive v0.6.6 |
1335 | 2024-07-11T21:52:35.973Z | Compiling idna v0.5.0 |
1336 | 2024-07-11T21:52:36.340Z | Compiling errno v0.3.9 |
1337 | 2024-07-11T21:52:36.598Z | Compiling fs-err v2.11.0 |
1338 | 2024-07-11T21:52:36.601Z | Compiling openssl-probe v0.1.5 |
1339 | 2024-07-11T21:52:36.865Z | Compiling finl_unicode v1.2.0 |
1340 | 2024-07-11T21:52:37.309Z | Compiling tower-service v0.3.2 |
1341 | 2024-07-11T21:52:37.433Z | Compiling httpdate v1.0.3 |
1342 | 2024-07-11T21:52:37.556Z | Compiling gimli v0.28.1 |
1343 | 2024-07-11T21:52:37.832Z | Compiling cpufeatures v0.2.12 |
1344 | 2024-07-11T21:52:37.923Z | Compiling stable_deref_trait v1.2.0 |
1345 | 2024-07-11T21:52:38.016Z | Compiling utf8parse v0.2.1 |
1346 | 2024-07-11T21:52:38.032Z | Compiling anstyle v1.0.7 |
1347 | 2024-07-11T21:52:38.169Z | Compiling anstyle-parse v0.2.4 |
1348 | 2024-07-11T21:52:38.473Z | Compiling sha2 v0.10.8 |
1349 | 2024-07-11T21:52:39.232Z | Compiling stringprep v0.1.4 |
1350 | 2024-07-11T21:52:39.278Z | Compiling url v2.5.0 |
1351 | 2024-07-11T21:52:39.774Z | Compiling hyper v0.14.28 |
1352 | 2024-07-11T21:52:42.128Z | Compiling addr2line v0.21.0 |
1353 | 2024-07-11T21:52:42.953Z | Compiling spki v0.7.3 |
1354 | 2024-07-11T21:52:44.136Z | Compiling usdt-macro v0.5.0 |
1355 | 2024-07-11T21:52:45.524Z | Compiling usdt-attr-macro v0.5.0 |
1356 | 2024-07-11T21:52:45.601Z | Compiling md-5 v0.10.6 |
1357 | 2024-07-11T21:52:48.756Z | Compiling idna v0.3.0 |
1358 | 2024-07-11T21:52:50.131Z | Compiling diesel_table_macro_syntax v0.1.0 |
1359 | 2024-07-11T21:52:50.165Z | Compiling num-integer v0.1.46 |
1360 | 2024-07-11T21:52:50.569Z | Compiling object v0.32.2 |
1361 | 2024-07-11T21:52:50.633Z | Compiling hash32 v0.2.1 |
1362 | 2024-07-11T21:52:50.985Z | Compiling colorchoice v1.0.1 |
1363 | 2024-07-11T21:52:51.133Z | Compiling anstyle-query v1.0.3 |
1364 | 2024-07-11T21:52:51.271Z | Compiling psl-types v2.0.11 |
1365 | 2024-07-11T21:52:51.454Z | Compiling rustc-demangle v0.1.24 |
1366 | 2024-07-11T21:52:52.944Z | Compiling is_terminal_polyfill v1.70.0 |
1367 | 2024-07-11T21:52:53.649Z | Compiling fallible-iterator v0.2.0 |
1368 | 2024-07-11T21:52:54.348Z | Compiling postgres-protocol v0.6.6 |
1369 | 2024-07-11T21:52:59.094Z | Compiling anstream v0.6.14 |
1370 | 2024-07-11T21:52:59.223Z | Compiling publicsuffix v2.2.3 |
1371 | 2024-07-11T21:53:00.344Z | Compiling diesel_derives v2.1.4 |
1372 | 2024-07-11T21:53:04.837Z | Compiling tokio-rustls v0.24.1 |
1373 | 2024-07-11T21:53:06.077Z | Compiling pkcs8 v0.10.2 |
1374 | 2024-07-11T21:53:06.628Z | Compiling terminal_size v0.3.0 |
1375 | 2024-07-11T21:53:06.825Z | Compiling tokio-native-tls v0.3.1 |
1376 | 2024-07-11T21:53:07.086Z | Compiling phf_shared v0.11.2 |
1377 | 2024-07-11T21:53:07.691Z | Compiling strum_macros v0.25.3 |
1378 | 2024-07-11T21:53:07.789Z | Compiling enum-as-inner v0.5.1 |
1379 | 2024-07-11T21:53:08.612Z | Compiling block-padding v0.3.3 |
1380 | 2024-07-11T21:53:08.721Z | Compiling regress v0.9.1 |
1381 | 2024-07-11T21:53:08.721Z | Compiling clap_derive v4.5.4 |
1382 | 2024-07-11T21:53:08.827Z | Compiling serde_repr v0.1.19 |
1383 | 2024-07-11T21:53:11.553Z | Compiling ff v0.13.0 |
1384 | 2024-07-11T21:53:11.771Z | Compiling lazy_static v1.5.0 |
1385 | 2024-07-11T21:53:11.900Z | Compiling scheduled-thread-pool v0.2.7 |
1386 | 2024-07-11T21:53:12.406Z | Compiling encoding_rs v0.8.34 |
1387 | 2024-07-11T21:53:13.091Z | Compiling matches v0.1.10 |
1388 | 2024-07-11T21:53:13.183Z | Compiling managed v0.8.0 |
1389 | 2024-07-11T21:53:13.392Z | Compiling clap_lex v0.7.0 |
1390 | 2024-07-11T21:53:13.688Z | Compiling either v1.12.0 |
1391 | 2024-07-11T21:53:13.832Z | Compiling bitflags v1.3.2 |
1392 | 2024-07-11T21:53:13.969Z | Compiling mime v0.3.17 |
1393 | 2024-07-11T21:53:14.604Z | Compiling ipnet v2.9.0 |
1394 | 2024-07-11T21:53:14.759Z | Compiling bit-vec v0.6.3 |
1395 | 2024-07-11T21:53:15.077Z | Compiling base16ct v0.2.0 |
1396 | 2024-07-11T21:53:15.280Z | Compiling sec1 v0.7.3 |
1397 | 2024-07-11T21:53:15.681Z | Compiling clap_builder v4.5.2 |
1398 | 2024-07-11T21:53:16.142Z | Compiling idna v0.2.3 |
1399 | 2024-07-11T21:53:17.423Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1400 | 2024-07-11T21:53:17.540Z | Compiling r2d2 v0.8.10 |
1401 | 2024-07-11T21:53:19.080Z | Compiling group v0.13.0 |
1402 | 2024-07-11T21:53:21.929Z | Compiling inout v0.1.3 |
1403 | 2024-07-11T21:53:22.844Z | Compiling phf v0.11.2 |
1404 | 2024-07-11T21:53:22.933Z | Compiling hyper-tls v0.5.0 |
1405 | 2024-07-11T21:53:23.130Z | Compiling signal-hook-mio v0.2.3 |
1406 | 2024-07-11T21:53:23.263Z | Compiling hyper-rustls v0.24.2 |
1407 | 2024-07-11T21:53:23.282Z | Compiling cookie_store v0.20.0 |
1408 | 2024-07-11T21:53:23.609Z | Compiling postgres-types v0.2.6 |
1409 | 2024-07-11T21:53:23.670Z | Compiling num-bigint v0.4.5 |
1410 | 2024-07-11T21:53:23.884Z | Compiling zerocopy v0.6.6 |
1411 | 2024-07-11T21:53:24.719Z | Compiling hubpack v0.1.2 |
1412 | 2024-07-11T21:53:24.744Z | Compiling rustls-pemfile v1.0.4 |
1413 | 2024-07-11T21:53:24.993Z | Compiling phf_shared v0.10.0 |
1414 | 2024-07-11T21:53:25.115Z | Compiling hkdf v0.12.4 |
1415 | 2024-07-11T21:53:25.149Z | Compiling serde_urlencoded v0.7.1 |
1416 | 2024-07-11T21:53:25.335Z | Compiling crossbeam-epoch v0.9.18 |
1417 | 2024-07-11T21:53:25.665Z | Compiling ipnetwork v0.20.0 |
1418 | 2024-07-11T21:53:26.573Z | Compiling futures-executor v0.3.30 |
1419 | 2024-07-11T21:53:27.316Z | Compiling crypto-bigint v0.5.5 |
1420 | 2024-07-11T21:53:27.428Z | Compiling float-cmp v0.9.0 |
1421 | 2024-07-11T21:53:27.605Z | Compiling memmap v0.7.0 |
1422 | 2024-07-11T21:53:27.937Z | Compiling fixedbitset v0.4.2 |
1423 | 2024-07-11T21:53:27.990Z | Compiling data-encoding v2.6.0 |
1424 | 2024-07-11T21:53:29.678Z | Compiling unicode-segmentation v1.11.0 |
1425 | 2024-07-11T21:53:29.716Z | Compiling webpki-roots v0.25.4 |
1426 | 2024-07-11T21:53:29.862Z | Compiling precomputed-hash v0.1.1 |
1427 | 2024-07-11T21:53:29.965Z | Compiling sync_wrapper v0.1.2 |
1428 | 2024-07-11T21:53:30.088Z | Compiling minimal-lexical v0.2.1 |
1429 | 2024-07-11T21:53:30.371Z | Compiling whoami v1.5.1 |
1430 | 2024-07-11T21:53:30.462Z | Compiling predicates-core v1.0.6 |
1431 | 2024-07-11T21:53:30.564Z | Compiling new_debug_unreachable v1.0.6 |
1432 | 2024-07-11T21:53:30.651Z | Compiling normalize-line-endings v0.3.0 |
1433 | 2024-07-11T21:53:30.772Z | Compiling difflib v0.4.0 |
1434 | 2024-07-11T21:53:30.788Z | Compiling static_assertions v1.1.0 |
1435 | 2024-07-11T21:53:30.954Z | Compiling winnow v0.6.8 |
1436 | 2024-07-11T21:53:30.982Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1437 | 2024-07-11T21:53:31.098Z | Compiling tokio-postgres v0.7.10 |
1438 | 2024-07-11T21:53:31.422Z | Compiling reqwest v0.11.27 |
1439 | 2024-07-11T21:53:32.046Z | Compiling predicates v3.1.0 |
1440 | 2024-07-11T21:53:32.978Z | Compiling string_cache v0.8.7 |
1441 | 2024-07-11T21:53:33.394Z | Compiling nom v7.1.3 |
1442 | 2024-07-11T21:53:33.609Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1443 | 2024-07-11T21:53:34.721Z | Compiling toml_edit v0.22.14 |
1444 | 2024-07-11T21:53:35.646Z | Compiling similar v2.5.0 |
1445 | 2024-07-11T21:53:37.165Z | Compiling elliptic-curve v0.13.8 |
1446 | 2024-07-11T21:53:37.208Z | Compiling trust-dns-proto v0.22.0 |
1447 | 2024-07-11T21:53:37.458Z | Compiling petgraph v0.6.5 |
1448 | 2024-07-11T21:53:37.635Z | Compiling usdt v0.5.0 |
1449 | 2024-07-11T21:53:38.074Z | Compiling futures v0.3.30 |
1450 | 2024-07-11T21:53:38.181Z | Compiling diesel v2.1.6 |
1451 | 2024-07-11T21:53:38.641Z | Compiling yasna v0.5.2 |
1452 | 2024-07-11T21:53:40.304Z | Compiling crossterm v0.27.0 |
1453 | 2024-07-11T21:53:40.382Z | Compiling flate2 v1.0.30 |
1454 | 2024-07-11T21:53:41.109Z | Compiling cipher v0.4.4 |
1455 | 2024-07-11T21:53:41.323Z | Compiling clap v4.5.4 |
1456 | 2024-07-11T21:53:41.530Z | Compiling bit-set v0.5.3 |
1457 | 2024-07-11T21:53:41.810Z | Compiling itertools v0.10.5 |
1458 | 2024-07-11T21:53:42.003Z | Compiling itertools v0.12.1 |
1459 | 2024-07-11T21:53:42.145Z | Compiling console v0.15.8 |
1460 | 2024-07-11T21:53:43.546Z | Compiling num-iter v0.1.45 |
1461 | 2024-07-11T21:53:44.424Z | Compiling tokio-stream v0.1.15 |
1462 | 2024-07-11T21:53:44.454Z | Compiling toml v0.7.8 |
1463 | 2024-07-11T21:53:44.595Z | Compiling bstr v1.9.1 |
1464 | 2024-07-11T21:53:44.745Z | Compiling hex v0.4.3 |
1465 | 2024-07-11T21:53:45.321Z | Compiling unicode-xid v0.2.4 |
1466 | 2024-07-11T21:53:45.487Z | Compiling lalrpop-util v0.19.12 |
1467 | 2024-07-11T21:53:45.519Z | Compiling peg-runtime v0.8.3 |
1468 | 2024-07-11T21:53:45.902Z | Compiling camino v1.1.7 |
1469 | 2024-07-11T21:53:46.367Z | Compiling proc-macro-crate v1.3.1 |
1470 | 2024-07-11T21:53:47.256Z | Compiling heapless v0.8.0 |
1471 | 2024-07-11T21:53:50.217Z | Compiling num_enum_derive v0.5.11 |
1472 | 2024-07-11T21:53:55.423Z | Compiling hash32 v0.3.1 |
1473 | 2024-07-11T21:53:55.839Z | Compiling rustls-pki-types v1.7.0 |
1474 | 2024-07-11T21:53:56.462Z | Compiling ident_case v1.0.1 |
1475 | 2024-07-11T21:53:56.635Z | Compiling smoltcp v0.11.0 |
1476 | 2024-07-11T21:53:58.599Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1477 | 2024-07-11T21:54:00.093Z | Compiling darling_core v0.20.9 |
1478 | 2024-07-11T21:54:09.925Z | Compiling num_enum v0.5.11 |
1479 | 2024-07-11T21:54:11.929Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1480 | 2024-07-11T21:54:12.181Z | Compiling getopts v0.2.21 |
1481 | 2024-07-11T21:54:13.643Z | Compiling dirs-sys-next v0.1.2 |
1482 | 2024-07-11T21:54:13.865Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1483 | 2024-07-11T21:54:14.127Z | Compiling proc-macro-error-attr v1.0.4 |
1484 | 2024-07-11T21:54:14.417Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1485 | 2024-07-11T21:54:14.580Z | Compiling paste v1.0.15 |
1486 | 2024-07-11T21:54:15.021Z | Compiling cobs v0.2.3 |
1487 | 2024-07-11T21:54:15.407Z | Compiling rustls v0.22.4 |
1488 | 2024-07-11T21:54:15.454Z | Compiling embedded-io v0.4.0 |
1489 | 2024-07-11T21:54:15.650Z | Compiling unsafe-libyaml v0.2.11 |
1490 | 2024-07-11T21:54:15.696Z | Compiling postcard v1.0.8 |
1491 | 2024-07-11T21:54:16.906Z | Compiling serde_yaml v0.9.34+deprecated |
1492 | 2024-07-11T21:54:19.411Z | Compiling dirs-next v2.0.0 |
1493 | 2024-07-11T21:54:21.159Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1494 | 2024-07-11T21:54:23.818Z | Compiling darling_macro v0.20.9 |
1495 | 2024-07-11T21:54:24.916Z | Compiling rustls-webpki v0.102.4 |
1496 | 2024-07-11T21:54:32.128Z | Compiling strum_macros v0.26.4 |
1497 | 2024-07-11T21:54:32.966Z | Compiling structmeta-derive v0.3.0 |
1498 | 2024-07-11T21:54:33.256Z | Compiling foreign-types-macros v0.2.3 |
1499 | 2024-07-11T21:54:34.542Z | Compiling thread_local v1.1.8 |
1500 | 2024-07-11T21:54:34.691Z | Compiling multer v3.1.0 |
1501 | 2024-07-11T21:54:34.962Z | Compiling proc-macro-error v1.0.4 |
1502 | 2024-07-11T21:54:35.240Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1503 | 2024-07-11T21:54:35.510Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1504 | 2024-07-11T21:54:35.678Z | Compiling match_cfg v0.1.0 |
1505 | 2024-07-11T21:54:35.870Z | Compiling slog-async v2.8.0 |
1506 | 2024-07-11T21:54:37.275Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1507 | 2024-07-11T21:54:37.352Z | Compiling foreign-types-shared v0.3.1 |
1508 | 2024-07-11T21:54:37.422Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1509 | 2024-07-11T21:54:37.467Z | Compiling foreign-types v0.5.0 |
1510 | 2024-07-11T21:54:38.179Z | Compiling strum v0.26.2 |
1511 | 2024-07-11T21:54:42.689Z | Compiling hostname v0.3.1 |
1512 | 2024-07-11T21:54:43.323Z | Compiling structmeta v0.3.0 |
1513 | 2024-07-11T21:54:46.621Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1514 | 2024-07-11T21:54:48.956Z | Compiling darling v0.20.9 |
1515 | 2024-07-11T21:54:54.998Z | Compiling term v0.7.0 |
1516 | 2024-07-11T21:54:59.487Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1517 | 2024-07-11T21:55:01.020Z | Compiling slog-json v2.6.1 |
1518 | 2024-07-11T21:55:01.550Z | Compiling tabwriter v1.4.0 |
1519 | 2024-07-11T21:55:02.302Z | Compiling crossbeam-channel v0.5.12 |
1520 | 2024-07-11T21:55:02.886Z | Compiling http v1.1.0 |
1521 | 2024-07-11T21:55:03.233Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1522 | 2024-07-11T21:55:03.387Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1523 | 2024-07-11T21:55:03.535Z | Compiling async-stream-impl v0.3.5 |
1524 | 2024-07-11T21:55:03.940Z | Compiling cstr-argument v0.1.2 |
1525 | 2024-07-11T21:55:03.996Z | Compiling is-terminal v0.4.12 |
1526 | 2024-07-11T21:55:04.128Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
1527 | 2024-07-11T21:55:04.180Z | Compiling atomic-waker v1.1.2 |
1528 | 2024-07-11T21:55:04.194Z | Compiling fastrand v2.1.0 |
1529 | 2024-07-11T21:55:04.368Z | Compiling base64 v0.22.1 |
1530 | 2024-07-11T21:55:04.390Z | Compiling crucible-workspace-hack v0.1.0 |
1531 | 2024-07-11T21:55:04.892Z | Compiling rayon-core v1.12.1 |
1532 | 2024-07-11T21:55:05.144Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1533 | 2024-07-11T21:55:05.193Z | Compiling take_mut v0.2.2 |
1534 | 2024-07-11T21:55:05.362Z | Compiling pretty-hex v0.2.1 |
1535 | 2024-07-11T21:55:05.466Z | Compiling rustls-pemfile v2.1.2 |
1536 | 2024-07-11T21:55:05.556Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1537 | 2024-07-11T21:55:05.705Z | Compiling async-stream v0.3.5 |
1538 | 2024-07-11T21:55:06.005Z | Compiling tempfile v3.10.1 |
1539 | 2024-07-11T21:55:06.265Z | Compiling waitgroup v0.1.2 |
1540 | 2024-07-11T21:55:06.710Z | Compiling slog-term v2.9.1 |
1541 | 2024-07-11T21:55:07.535Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1542 | 2024-07-11T21:55:07.995Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1543 | 2024-07-11T21:55:08.220Z | Compiling slog-bunyan v2.5.0 |
1544 | 2024-07-11T21:55:08.496Z | Compiling tokio-rustls v0.25.0 |
1545 | 2024-07-11T21:55:08.547Z | Compiling serde_with_macros v3.8.1 |
1546 | 2024-07-11T21:55:08.680Z | Compiling parse-display-derive v0.9.1 |
1547 | 2024-07-11T21:55:08.930Z | Compiling toml v0.8.14 |
1548 | 2024-07-11T21:55:09.052Z | Compiling sha1 v0.10.6 |
1549 | 2024-07-11T21:55:09.501Z | Compiling colored v2.1.0 |
1550 | 2024-07-11T21:55:09.862Z | Compiling crossbeam-deque v0.8.5 |
1551 | 2024-07-11T21:55:10.239Z | Compiling newtype-uuid v1.1.0 |
1552 | 2024-07-11T21:55:10.578Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
1553 | 2024-07-11T21:55:10.788Z | Compiling serde_path_to_error v0.1.16 |
1554 | 2024-07-11T21:55:11.281Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1555 | 2024-07-11T21:55:11.806Z | Compiling socket2 v0.4.10 |
1556 | 2024-07-11T21:55:11.978Z | Compiling hostname v0.4.0 |
1557 | 2024-07-11T21:55:12.226Z | Compiling instant v0.1.12 |
1558 | 2024-07-11T21:55:12.418Z | Compiling debug-ignore v1.0.5 |
1559 | 2024-07-11T21:55:12.591Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1560 | 2024-07-11T21:55:12.787Z | Compiling parse-display v0.9.1 |
1561 | 2024-07-11T21:55:12.972Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1562 | 2024-07-11T21:55:13.314Z | Compiling backoff v0.4.0 |
1563 | 2024-07-11T21:55:14.629Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1564 | 2024-07-11T21:55:14.836Z | Compiling serde_with v3.8.1 |
1565 | 2024-07-11T21:55:15.937Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1566 | 2024-07-11T21:55:16.430Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1567 | 2024-07-11T21:55:17.765Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1568 | 2024-07-11T21:55:17.795Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
1569 | 2024-07-11T21:55:18.459Z | Compiling camino-tempfile v1.1.1 |
1570 | 2024-07-11T21:55:19.300Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1571 | 2024-07-11T21:55:19.317Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1572 | 2024-07-11T21:55:19.518Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1573 | 2024-07-11T21:55:19.615Z | Compiling macaddr v1.0.1 |
1574 | 2024-07-11T21:55:19.837Z | Compiling num-derive v0.4.2 |
1575 | 2024-07-11T21:55:20.245Z | Compiling sigpipe v0.1.3 |
1576 | 2024-07-11T21:55:20.377Z | Compiling libefi-sys v0.1.0 |
1577 | 2024-07-11T21:55:20.659Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1578 | 2024-07-11T21:55:21.216Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1579 | 2024-07-11T21:55:22.162Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1580 | 2024-07-11T21:55:22.266Z | Compiling rayon v1.10.0 |
1581 | 2024-07-11T21:55:22.601Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1582 | 2024-07-11T21:55:23.252Z | Compiling smf v0.2.3 |
1583 | 2024-07-11T21:55:23.771Z | Compiling bitfield-struct v0.6.1 |
1584 | 2024-07-11T21:55:24.442Z | Compiling ring v0.16.20 |
1585 | 2024-07-11T21:55:25.104Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1586 | 2024-07-11T21:55:25.422Z | Compiling blake3 v1.5.1 |
1587 | 2024-07-11T21:55:25.438Z | Compiling portable-atomic v1.6.0 |
1588 | 2024-07-11T21:55:26.322Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1589 | 2024-07-11T21:55:26.551Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1590 | 2024-07-11T21:55:26.756Z | Compiling xattr v1.3.1 |
1591 | 2024-07-11T21:55:27.064Z | Compiling filetime v0.2.23 |
1592 | 2024-07-11T21:55:27.080Z | Compiling memmap2 v0.9.4 |
1593 | 2024-07-11T21:55:27.398Z | Compiling arrayvec v0.7.4 |
1594 | 2024-07-11T21:55:27.619Z | Compiling arrayref v0.3.7 |
1595 | 2024-07-11T21:55:27.696Z | Compiling untrusted v0.7.1 |
1596 | 2024-07-11T21:55:27.742Z | Compiling spin v0.5.2 |
1597 | 2024-07-11T21:55:27.865Z | Compiling constant_time_eq v0.3.0 |
1598 | 2024-07-11T21:55:27.940Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1599 | 2024-07-11T21:55:27.998Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1600 | 2024-07-11T21:55:28.028Z | Compiling same-file v1.0.6 |
1601 | 2024-07-11T21:55:28.046Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1602 | 2024-07-11T21:55:28.160Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1603 | 2024-07-11T21:55:28.275Z | Compiling walkdir v2.5.0 |
1604 | 2024-07-11T21:55:29.805Z | Compiling tar v0.4.40 |
1605 | 2024-07-11T21:55:32.422Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1606 | 2024-07-11T21:55:32.841Z | Compiling cargo-platform v0.1.8 |
1607 | 2024-07-11T21:55:33.944Z | Compiling gethostname v0.4.3 |
1608 | 2024-07-11T21:55:34.220Z | Compiling number_prefix v0.4.0 |
1609 | 2024-07-11T21:55:34.476Z | Compiling topological-sort v0.2.2 |
1610 | 2024-07-11T21:55:34.612Z | Compiling indicatif v0.17.8 |
1611 | 2024-07-11T21:55:34.739Z | Compiling omicron-zone-package v0.11.0 |
1612 | 2024-07-11T21:55:35.058Z | Compiling cargo_metadata v0.18.1 |
1613 | 2024-07-11T21:55:38.865Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1614 | 2024-07-11T21:55:42.908Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1615 | 2024-07-11T21:55:45.440Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1616 | 2024-07-11T21:55:48.216Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1617 | 2024-07-11T21:56:05.002Z | Finished `release` profile [optimized] target(s) in 4m 28s |
1618 | 2024-07-11T21:56:05.114Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1619 | 2024-07-11T21:56:05.159Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1620 | 2024-07-11T21:56:05.162Z | Created new build target 'test' and set it as active |
1621 | 2024-07-11T21:56:05.162Z | |
1622 | 2024-07-11T21:56:05.162Z | real 4:28.263214983 |
1623 | 2024-07-11T21:56:05.162Z | user 30:13.110850435 |
1624 | 2024-07-11T21:56:05.162Z | sys 3:52.930826010 |
1625 | 2024-07-11T21:56:05.162Z | trap 0.896612756 |
1626 | 2024-07-11T21:56:05.163Z | tflt 2.593632943 |
1627 | 2024-07-11T21:56:05.163Z | dflt 1.304132284 |
1628 | 2024-07-11T21:56:05.163Z | kflt 0.001631885 |
1629 | 2024-07-11T21:56:05.163Z | lock 1:03:28.442401039 |
1630 | 2024-07-11T21:56:05.163Z | slp 1:24:57.400939321 |
1631 | 2024-07-11T21:56:05.163Z | lat 1:59.303257156 |
1632 | 2024-07-11T21:56:05.163Z | stop 2:55.450934044 |
1633 | 2024-07-11T21:56:05.163Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1634 | 2024-07-11T21:56:05.995Z | Finished `release` profile [optimized] target(s) in 0.79s |
1635 | 2024-07-11T21:56:06.036Z | Running `target/release/omicron-package -t test package` |
1636 | 2024-07-11T21:56:06.065Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1637 | 2024-07-11T21:56:07.048Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1638 | 2024-07-11T21:56:07.139Z | Compiling humantime v2.1.0 |
1639 | 2024-07-11T21:56:07.142Z | Compiling newline-converter v0.3.0 |
1640 | 2024-07-11T21:56:07.142Z | Compiling derive-where v1.2.7 |
1641 | 2024-07-11T21:56:07.148Z | Compiling dirs-sys-next v0.1.2 |
1642 | 2024-07-11T21:56:07.173Z | Compiling prettyplease v0.2.20 |
1643 | 2024-07-11T21:56:07.174Z | Compiling convert_case v0.4.0 |
1644 | 2024-07-11T21:56:07.198Z | Compiling camino v1.1.7 |
1645 | 2024-07-11T21:56:07.302Z | Compiling expectorate v1.1.0 |
1646 | 2024-07-11T21:56:07.347Z | Compiling dirs-next v2.0.0 |
1647 | 2024-07-11T21:56:07.435Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1648 | 2024-07-11T21:56:07.511Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1649 | 2024-07-11T21:56:07.516Z | Compiling term v0.7.0 |
1650 | 2024-07-11T21:56:07.627Z | Compiling password-hash v0.5.0 |
1651 | 2024-07-11T21:56:07.936Z | Compiling blake2 v0.10.6 |
1652 | 2024-07-11T21:56:07.960Z | Compiling derive_more v0.99.18 |
1653 | 2024-07-11T21:56:08.065Z | Compiling is-terminal v0.4.12 |
1654 | 2024-07-11T21:56:08.185Z | Compiling toml v0.8.14 |
1655 | 2024-07-11T21:56:08.836Z | Compiling argon2 v0.5.3 |
1656 | 2024-07-11T21:56:09.134Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1657 | 2024-07-11T21:56:09.555Z | Compiling semver v0.1.20 |
1658 | 2024-07-11T21:56:09.780Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1659 | 2024-07-11T21:56:09.918Z | Compiling rustc_version v0.1.7 |
1660 | 2024-07-11T21:56:10.121Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1661 | 2024-07-11T21:56:10.326Z | Compiling linked-hash-map v0.5.6 |
1662 | 2024-07-11T21:56:10.343Z | Compiling newtype_derive v0.1.6 |
1663 | 2024-07-11T21:56:10.361Z | Compiling rustls-pki-types v1.7.0 |
1664 | 2024-07-11T21:56:10.668Z | Compiling lru-cache v0.1.2 |
1665 | 2024-07-11T21:56:10.823Z | Compiling rustls-webpki v0.102.4 |
1666 | 2024-07-11T21:56:10.870Z | Compiling rustls v0.22.4 |
1667 | 2024-07-11T21:56:10.893Z | Compiling thread_local v1.1.8 |
1668 | 2024-07-11T21:56:11.077Z | Compiling match_cfg v0.1.0 |
1669 | 2024-07-11T21:56:11.184Z | Compiling home v0.5.9 |
1670 | 2024-07-11T21:56:11.355Z | Compiling hostname v0.3.1 |
1671 | 2024-07-11T21:56:11.368Z | Compiling steno v0.4.1 |
1672 | 2024-07-11T21:56:11.412Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1673 | 2024-07-11T21:56:11.550Z | Compiling multer v3.1.0 |
1674 | 2024-07-11T21:56:11.612Z | Compiling slog-async v2.8.0 |
1675 | 2024-07-11T21:56:12.688Z | Compiling slog-json v2.6.1 |
1676 | 2024-07-11T21:56:12.999Z | Compiling crossbeam-channel v0.5.12 |
1677 | 2024-07-11T21:56:13.031Z | Compiling http v1.1.0 |
1678 | 2024-07-11T21:56:14.038Z | Compiling slog-dtrace v0.3.0 |
1679 | 2024-07-11T21:56:14.163Z | Compiling termcolor v1.4.1 |
1680 | 2024-07-11T21:56:14.312Z | Compiling atomic-waker v1.1.2 |
1681 | 2024-07-11T21:56:14.497Z | Compiling take_mut v0.2.2 |
1682 | 2024-07-11T21:56:14.653Z | Compiling base64 v0.22.1 |
1683 | 2024-07-11T21:56:15.207Z | Compiling rustls-pemfile v2.1.2 |
1684 | 2024-07-11T21:56:15.355Z | Compiling waitgroup v0.1.2 |
1685 | 2024-07-11T21:56:15.616Z | Compiling slog-bunyan v2.5.0 |
1686 | 2024-07-11T21:56:15.620Z | Compiling slog-term v2.9.1 |
1687 | 2024-07-11T21:56:15.817Z | Compiling tokio-rustls v0.25.0 |
1688 | 2024-07-11T21:56:16.239Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
1689 | 2024-07-11T21:56:16.274Z | Compiling async-stream v0.3.5 |
1690 | 2024-07-11T21:56:16.300Z | Compiling sha1 v0.10.6 |
1691 | 2024-07-11T21:56:16.337Z | Compiling newtype-uuid v1.1.0 |
1692 | 2024-07-11T21:56:16.533Z | Compiling serde_path_to_error v0.1.16 |
1693 | 2024-07-11T21:56:16.620Z | Compiling hostname v0.4.0 |
1694 | 2024-07-11T21:56:16.693Z | Compiling instant v0.1.12 |
1695 | 2024-07-11T21:56:16.728Z | Compiling debug-ignore v1.0.5 |
1696 | 2024-07-11T21:56:16.825Z | Compiling backoff v0.4.0 |
1697 | 2024-07-11T21:56:16.843Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1698 | 2024-07-11T21:56:17.132Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
1699 | 2024-07-11T21:56:17.155Z | Compiling parse-display v0.9.1 |
1700 | 2024-07-11T21:56:17.718Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1701 | 2024-07-11T21:56:17.872Z | Compiling serde_with v3.8.1 |
1702 | 2024-07-11T21:56:18.370Z | Compiling strum v0.26.2 |
1703 | 2024-07-11T21:56:18.545Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1704 | 2024-07-11T21:56:19.592Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1705 | 2024-07-11T21:56:20.684Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1706 | 2024-07-11T21:56:20.702Z | Compiling num-rational v0.4.2 |
1707 | 2024-07-11T21:56:20.702Z | Compiling num-complex v0.4.6 |
1708 | 2024-07-11T21:56:21.621Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1709 | 2024-07-11T21:56:21.641Z | Compiling macaddr v1.0.1 |
1710 | 2024-07-11T21:56:21.849Z | Compiling quick-error v1.2.3 |
1711 | 2024-07-11T21:56:21.959Z | Compiling resolv-conf v0.7.0 |
1712 | 2024-07-11T21:56:21.987Z | Compiling num v0.4.3 |
1713 | 2024-07-11T21:56:22.094Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1714 | 2024-07-11T21:56:25.980Z | Compiling float-ord v0.3.2 |
1715 | 2024-07-11T21:56:25.980Z | Compiling radium v0.7.0 |
1716 | 2024-07-11T21:56:25.980Z | Compiling utf-8 v0.7.6 |
1717 | 2024-07-11T21:56:25.980Z | Compiling swrite v0.1.0 |
1718 | 2024-07-11T21:56:25.980Z | Compiling trust-dns-resolver v0.22.0 |
1719 | 2024-07-11T21:56:25.980Z | Compiling tap v1.0.1 |
1720 | 2024-07-11T21:56:25.980Z | Compiling maybe-uninit v2.0.0 |
1721 | 2024-07-11T21:56:25.980Z | Compiling wyz v0.5.1 |
1722 | 2024-07-11T21:56:25.981Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1723 | 2024-07-11T21:56:26.226Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1724 | 2024-07-11T21:56:31.529Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1725 | 2024-07-11T21:56:31.942Z | Compiling display-error-chain v0.2.0 |
1726 | 2024-07-11T21:56:33.759Z | Compiling packed_struct v0.10.1 |
1727 | 2024-07-11T21:56:34.235Z | Compiling num-bigint-dig v0.8.4 |
1728 | 2024-07-11T21:56:34.512Z | Compiling funty v2.0.0 |
1729 | 2024-07-11T21:56:36.900Z | Compiling crc-catalog v2.4.0 |
1730 | 2024-07-11T21:56:37.025Z | Compiling bitvec v1.0.1 |
1731 | 2024-07-11T21:56:37.051Z | Compiling crc v3.2.1 |
1732 | 2024-07-11T21:56:41.611Z | Compiling nibble_vec v0.1.0 |
1733 | 2024-07-11T21:56:41.868Z | Compiling packed_struct_codegen v0.10.1 |
1734 | 2024-07-11T21:56:42.858Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1735 | 2024-07-11T21:56:44.172Z | Compiling indexmap v1.9.3 |
1736 | 2024-07-11T21:56:44.472Z | Compiling nodrop v0.1.14 |
1737 | 2024-07-11T21:56:44.479Z | Compiling crunchy v0.2.2 |
1738 | 2024-07-11T21:56:44.585Z | Compiling endian-type v0.1.2 |
1739 | 2024-07-11T21:56:44.828Z | Compiling glob v0.3.1 |
1740 | 2024-07-11T21:56:44.903Z | Compiling radix_trie v0.2.1 |
1741 | 2024-07-11T21:56:45.587Z | Compiling clang-sys v1.7.0 |
1742 | 2024-07-11T21:56:45.787Z | Compiling array-init v0.0.4 |
1743 | 2024-07-11T21:56:46.395Z | Compiling smallvec v0.6.14 |
1744 | 2024-07-11T21:56:47.038Z | Compiling pkcs1 v0.7.5 |
1745 | 2024-07-11T21:56:47.195Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1746 | 2024-07-11T21:56:47.607Z | Compiling signature v2.2.0 |
1747 | 2024-07-11T21:56:47.784Z | Compiling hashbrown v0.12.3 |
1748 | 2024-07-11T21:56:47.889Z | Compiling bitfield v0.14.0 |
1749 | 2024-07-11T21:56:48.183Z | Compiling maplit v1.0.2 |
1750 | 2024-07-11T21:56:48.298Z | Compiling tiny-keccak v2.0.2 |
1751 | 2024-07-11T21:56:48.560Z | Compiling cancel-safe-futures v0.1.5 |
1752 | 2024-07-11T21:56:48.934Z | Compiling serde-hex v0.1.0 |
1753 | 2024-07-11T21:56:50.101Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1754 | 2024-07-11T21:56:50.191Z | Compiling rsa v0.9.6 |
1755 | 2024-07-11T21:56:51.059Z | Compiling bzip2 v0.4.4 |
1756 | 2024-07-11T21:56:51.620Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1757 | 2024-07-11T21:56:51.929Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1758 | 2024-07-11T21:56:53.571Z | Compiling env_logger v0.10.2 |
1759 | 2024-07-11T21:56:53.976Z | Compiling x509-cert v0.2.5 |
1760 | 2024-07-11T21:56:55.700Z | Compiling ron v0.8.1 |
1761 | 2024-07-11T21:56:56.652Z | Compiling hashbrown v0.13.2 |
1762 | 2024-07-11T21:56:56.695Z | Compiling crc-any v2.5.0 |
1763 | 2024-07-11T21:56:57.634Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1764 | 2024-07-11T21:56:57.978Z | Compiling object v0.30.4 |
1765 | 2024-07-11T21:56:59.787Z | Compiling zip v0.6.6 |
1766 | 2024-07-11T21:57:02.522Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1767 | 2024-07-11T21:57:02.564Z | Compiling rayon-core v1.12.1 |
1768 | 2024-07-11T21:57:02.588Z | Compiling ascii-canvas v3.0.0 |
1769 | 2024-07-11T21:57:03.067Z | Compiling crossbeam-deque v0.8.5 |
1770 | 2024-07-11T21:57:03.409Z | Compiling ena v0.14.3 |
1771 | 2024-07-11T21:57:03.798Z | Compiling libloading v0.8.3 |
1772 | 2024-07-11T21:57:04.161Z | Compiling half v2.4.1 |
1773 | 2024-07-11T21:57:04.863Z | Compiling bindgen v0.69.4 |
1774 | 2024-07-11T21:57:05.284Z | Compiling ciborium-io v0.2.2 |
1775 | 2024-07-11T21:57:05.412Z | Compiling arc-swap v1.7.1 |
1776 | 2024-07-11T21:57:06.059Z | Compiling fastrand v2.1.0 |
1777 | 2024-07-11T21:57:06.110Z | Compiling diff v0.1.13 |
1778 | 2024-07-11T21:57:06.557Z | Compiling regex-syntax v0.6.29 |
1779 | 2024-07-11T21:57:06.656Z | Compiling same-file v1.0.6 |
1780 | 2024-07-11T21:57:06.871Z | Compiling path-slash v0.1.5 |
1781 | 2024-07-11T21:57:07.102Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1782 | 2024-07-11T21:57:07.944Z | Compiling walkdir v2.5.0 |
1783 | 2024-07-11T21:57:08.387Z | Compiling tempfile v3.10.1 |
1784 | 2024-07-11T21:57:09.164Z | Compiling slog-scope v4.4.0 |
1785 | 2024-07-11T21:57:10.036Z | Compiling lalrpop v0.19.12 |
1786 | 2024-07-11T21:57:10.884Z | Compiling ciborium-ll v0.2.2 |
1787 | 2024-07-11T21:57:12.716Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1788 | 2024-07-11T21:57:13.278Z | Compiling which v4.4.2 |
1789 | 2024-07-11T21:57:13.808Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1790 | 2024-07-11T21:57:13.831Z | Compiling cexpr v0.6.0 |
1791 | 2024-07-11T21:57:14.016Z | Compiling fxhash v0.2.1 |
1792 | 2024-07-11T21:57:14.224Z | Compiling shlex v1.3.0 |
1793 | 2024-07-11T21:57:14.636Z | Compiling ref-cast v1.0.23 |
1794 | 2024-07-11T21:57:15.086Z | Compiling rustc-hash v1.1.0 |
1795 | 2024-07-11T21:57:15.232Z | Compiling lazycell v1.3.0 |
1796 | 2024-07-11T21:57:15.472Z | Compiling ring v0.16.20 |
1797 | 2024-07-11T21:57:18.104Z | Compiling blake3 v1.5.1 |
1798 | 2024-07-11T21:57:18.470Z | Compiling rayon v1.10.0 |
1799 | 2024-07-11T21:57:19.828Z | Compiling ciborium v0.2.2 |
1800 | 2024-07-11T21:57:21.923Z | Compiling slog-stdlog v4.1.1 |
1801 | 2024-07-11T21:57:22.508Z | Compiling tungstenite v0.21.0 |
1802 | 2024-07-11T21:57:22.800Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1803 | 2024-07-11T21:57:23.005Z | Compiling derive_builder_core v0.20.0 |
1804 | 2024-07-11T21:57:23.058Z | Compiling headers-core v0.2.0 |
1805 | 2024-07-11T21:57:23.214Z | Compiling xattr v1.3.1 |
1806 | 2024-07-11T21:57:23.307Z | Compiling libxml v0.3.3 |
1807 | 2024-07-11T21:57:23.467Z | Compiling ref-cast-impl v1.0.23 |
1808 | 2024-07-11T21:57:23.636Z | Compiling async-recursion v1.1.1 |
1809 | 2024-07-11T21:57:24.545Z | Compiling memmap2 v0.9.4 |
1810 | 2024-07-11T21:57:24.969Z | Compiling filetime v0.2.23 |
1811 | 2024-07-11T21:57:25.110Z | Compiling atty v0.2.14 |
1812 | 2024-07-11T21:57:25.212Z | Compiling untrusted v0.7.1 |
1813 | 2024-07-11T21:57:25.256Z | Compiling spin v0.5.2 |
1814 | 2024-07-11T21:57:25.259Z | Compiling arrayref v0.3.7 |
1815 | 2024-07-11T21:57:25.364Z | Compiling constant_time_eq v0.3.0 |
1816 | 2024-07-11T21:57:25.387Z | Compiling arrayvec v0.7.4 |
1817 | 2024-07-11T21:57:25.505Z | Compiling derive_builder_macro v0.20.0 |
1818 | 2024-07-11T21:57:26.303Z | Compiling tar v0.4.40 |
1819 | 2024-07-11T21:57:27.397Z | Compiling tokio-tungstenite v0.21.0 |
1820 | 2024-07-11T21:57:27.806Z | Compiling headers v0.3.9 |
1821 | 2024-07-11T21:57:28.007Z | Compiling slog-envlogger v2.2.0 |
1822 | 2024-07-11T21:57:28.066Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1823 | 2024-07-11T21:57:28.829Z | Compiling camino-tempfile v1.1.1 |
1824 | 2024-07-11T21:57:29.225Z | Compiling toolchain_find v0.4.0 |
1825 | 2024-07-11T21:57:29.324Z | Compiling samael v0.0.15 |
1826 | 2024-07-11T21:57:29.836Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1827 | 2024-07-11T21:57:29.852Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1828 | 2024-07-11T21:57:30.097Z | Compiling pem v3.0.4 |
1829 | 2024-07-11T21:57:30.509Z | Compiling libsw v3.3.1 |
1830 | 2024-07-11T21:57:30.841Z | Compiling strum_macros v0.24.3 |
1831 | 2024-07-11T21:57:30.919Z | Compiling cookie v0.18.1 |
1832 | 2024-07-11T21:57:31.194Z | Compiling owo-colors v4.0.0 |
1833 | 2024-07-11T21:57:31.220Z | Compiling linear-map v1.2.0 |
1834 | 2024-07-11T21:57:31.605Z | Compiling topological-sort v0.2.2 |
1835 | 2024-07-11T21:57:31.618Z | Compiling indoc v1.0.9 |
1836 | 2024-07-11T21:57:31.632Z | Compiling cfg_aliases v0.1.1 |
1837 | 2024-07-11T21:57:31.725Z | Compiling nix v0.28.0 |
1838 | 2024-07-11T21:57:31.805Z | Compiling omicron-zone-package v0.11.0 |
1839 | 2024-07-11T21:57:32.531Z | Compiling rustfmt-wrapper v0.2.1 |
1840 | 2024-07-11T21:57:34.075Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1841 | 2024-07-11T21:57:34.239Z | Compiling derive_builder v0.20.0 |
1842 | 2024-07-11T21:57:34.459Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1843 | 2024-07-11T21:57:34.830Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1844 | 2024-07-11T21:57:35.100Z | Compiling oso-derive v0.27.3 |
1845 | 2024-07-11T21:57:36.074Z | Compiling impl-trait-for-tuples v0.2.2 |
1846 | 2024-07-11T21:57:36.435Z | Compiling polar-core v0.27.3 |
1847 | 2024-07-11T21:57:36.844Z | Compiling quick-xml v0.31.0 |
1848 | 2024-07-11T21:57:37.230Z | Compiling vte_generate_state_changes v0.1.1 |
1849 | 2024-07-11T21:57:37.809Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1850 | 2024-07-11T21:57:38.087Z | Compiling unicase v2.7.0 |
1851 | 2024-07-11T21:57:38.178Z | Compiling buf-list v1.0.3 |
1852 | 2024-07-11T21:57:38.434Z | Compiling vte v0.11.1 |
1853 | 2024-07-11T21:57:38.801Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1854 | 2024-07-11T21:57:41.531Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1855 | 2024-07-11T21:57:42.282Z | Compiling tungstenite v0.20.1 |
1856 | 2024-07-11T21:57:43.054Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1857 | 2024-07-11T21:57:43.312Z | Compiling fd-lock v4.0.2 |
1858 | 2024-07-11T21:57:43.510Z | Compiling bb8 v0.8.5 |
1859 | 2024-07-11T21:57:44.058Z | Compiling const_format_proc_macros v0.2.32 |
1860 | 2024-07-11T21:57:45.256Z | Compiling pin-project-internal v1.1.5 |
1861 | 2024-07-11T21:57:46.027Z | Compiling memoffset v0.9.1 |
1862 | 2024-07-11T21:57:46.312Z | Compiling parking_lot_core v0.8.6 |
1863 | 2024-07-11T21:57:46.724Z | Compiling bytecount v0.6.8 |
1864 | 2024-07-11T21:57:47.023Z | Compiling papergrid v0.11.0 |
1865 | 2024-07-11T21:57:47.504Z | Compiling const_format v0.2.32 |
1866 | 2024-07-11T21:57:47.907Z | Compiling pin-project v1.1.5 |
1867 | 2024-07-11T21:57:48.037Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1868 | 2024-07-11T21:57:48.690Z | Compiling tokio-tungstenite v0.20.1 |
1869 | 2024-07-11T21:57:49.215Z | Compiling strip-ansi-escapes v0.2.0 |
1870 | 2024-07-11T21:57:51.203Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1871 | 2024-07-11T21:57:51.277Z | Compiling tabled_derive v0.7.0 |
1872 | 2024-07-11T21:57:53.581Z | Compiling peg-macros v0.8.3 |
1873 | 2024-07-11T21:57:54.885Z | Compiling snafu-derive v0.8.2 |
1874 | 2024-07-11T21:57:56.916Z | Compiling sqlparser_derive v0.2.2 |
1875 | 2024-07-11T21:57:57.087Z | Compiling nu-ansi-term v0.50.0 |
1876 | 2024-07-11T21:57:58.234Z | Compiling unicode_categories v0.1.1 |
1877 | 2024-07-11T21:57:58.330Z | Compiling rustyline v14.0.0 |
1878 | 2024-07-11T21:57:58.572Z | Compiling sqlformat v0.2.3 |
1879 | 2024-07-11T21:57:59.062Z | Compiling sqlparser v0.45.0 |
1880 | 2024-07-11T21:57:59.886Z | Compiling snafu v0.8.2 |
1881 | 2024-07-11T21:58:01.181Z | Compiling oso v0.27.3 |
1882 | 2024-07-11T21:58:09.521Z | Compiling reedline v0.31.0 |
1883 | 2024-07-11T21:58:10.378Z | Compiling peg v0.8.3 |
1884 | 2024-07-11T21:58:10.488Z | Compiling tabled v0.15.0 |
1885 | 2024-07-11T21:58:27.816Z | Compiling env_logger v0.9.3 |
1886 | 2024-07-11T21:58:27.957Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1887 | 2024-07-11T21:58:31.340Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1888 | 2024-07-11T21:58:31.829Z | Compiling globset v0.4.14 |
1889 | 2024-07-11T21:58:32.279Z | Compiling olpc-cjson v0.1.3 |
1890 | 2024-07-11T21:58:32.314Z | Compiling bcs v0.1.6 |
1891 | 2024-07-11T21:58:32.614Z | Compiling bitstruct_derive v0.1.0 |
1892 | 2024-07-11T21:58:33.188Z | Compiling serde_plain v1.0.2 |
1893 | 2024-07-11T21:58:33.733Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1894 | 2024-07-11T21:58:33.869Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1895 | 2024-07-11T21:58:33.910Z | Compiling signature v1.6.4 |
1896 | 2024-07-11T21:58:34.066Z | Compiling highway v1.1.0 |
1897 | 2024-07-11T21:58:34.141Z | Compiling ascii v1.1.0 |
1898 | 2024-07-11T21:58:34.908Z | Compiling typed-path v0.7.1 |
1899 | 2024-07-11T21:58:35.553Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1900 | 2024-07-11T21:58:35.858Z | Compiling salty v0.2.0 |
1901 | 2024-07-11T21:58:36.292Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1902 | 2024-07-11T21:58:36.343Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1903 | 2024-07-11T21:58:38.643Z | Compiling tough v0.17.1 |
1904 | 2024-07-11T21:58:39.564Z | Compiling ed25519 v1.5.3 |
1905 | 2024-07-11T21:58:39.875Z | Compiling bitstruct v0.1.1 |
1906 | 2024-07-11T21:58:39.995Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1907 | 2024-07-11T21:58:40.255Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1908 | 2024-07-11T21:58:41.139Z | Compiling parking_lot v0.11.2 |
1909 | 2024-07-11T21:58:41.575Z | Compiling nix v0.27.1 |
1910 | 2024-07-11T21:58:43.251Z | Compiling trust-dns-client v0.22.0 |
1911 | 2024-07-11T21:58:55.442Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1912 | 2024-07-11T21:58:55.761Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1913 | 2024-07-11T21:59:00.870Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1914 | 2024-07-11T21:59:02.137Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1915 | 2024-07-11T21:59:04.355Z | Compiling curve25519-dalek v4.1.3 |
1916 | 2024-07-11T21:59:04.731Z | Compiling kstat-rs v0.2.4 |
1917 | 2024-07-11T21:59:05.686Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1918 | 2024-07-11T21:59:06.472Z | Compiling erased-serde v0.3.31 |
1919 | 2024-07-11T21:59:08.068Z | Compiling serde_arrays v0.1.0 |
1920 | 2024-07-11T21:59:08.147Z | Compiling toml v0.5.11 |
1921 | 2024-07-11T21:59:08.257Z | Compiling serde-big-array v0.5.1 |
1922 | 2024-07-11T21:59:08.517Z | Compiling keccak v0.1.5 |
1923 | 2024-07-11T21:59:09.530Z | Compiling parse-size v1.0.0 |
1924 | 2024-07-11T21:59:09.814Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1925 | 2024-07-11T21:59:14.153Z | Compiling trust-dns-server v0.22.1 |
1926 | 2024-07-11T21:59:15.481Z | Compiling sha3 v0.10.8 |
1927 | 2024-07-11T21:59:16.612Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1928 | 2024-07-11T21:59:17.442Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1929 | 2024-07-11T21:59:17.946Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1930 | 2024-07-11T21:59:28.382Z | Compiling sled v0.34.7 |
1931 | 2024-07-11T21:59:33.960Z | Compiling mime_guess v2.0.4 |
1932 | 2024-07-11T21:59:35.086Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1933 | 2024-07-11T21:59:36.346Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1934 | 2024-07-11T21:59:37.445Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
1935 | 2024-07-11T21:59:38.901Z | Compiling signal-hook-tokio v0.3.1 |
1936 | 2024-07-11T21:59:39.113Z | Compiling universal-hash v0.5.1 |
1937 | 2024-07-11T21:59:39.346Z | Compiling heck v0.3.3 |
1938 | 2024-07-11T21:59:39.738Z | Compiling secrecy v0.8.0 |
1939 | 2024-07-11T21:59:40.008Z | Compiling castaway v0.2.2 |
1940 | 2024-07-11T21:59:40.180Z | Compiling rand_seeder v0.2.3 |
1941 | 2024-07-11T21:59:40.310Z | Compiling thiserror-impl-no-std v2.0.2 |
1942 | 2024-07-11T21:59:40.567Z | Compiling serde-big-array v0.4.1 |
1943 | 2024-07-11T21:59:40.767Z | Compiling curve25519-dalek-derive v0.1.1 |
1944 | 2024-07-11T21:59:42.153Z | Compiling nanorand v0.7.0 |
1945 | 2024-07-11T21:59:42.887Z | Compiling opaque-debug v0.3.1 |
1946 | 2024-07-11T21:59:42.992Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1947 | 2024-07-11T21:59:43.072Z | Compiling thiserror-no-std v2.0.2 |
1948 | 2024-07-11T21:59:43.197Z | Compiling poly1305 v0.8.0 |
1949 | 2024-07-11T21:59:43.291Z | Compiling flume v0.11.0 |
1950 | 2024-07-11T21:59:44.704Z | Compiling sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1951 | 2024-07-11T21:59:46.111Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1952 | 2024-07-11T21:59:46.319Z | Compiling compact_str v0.7.1 |
1953 | 2024-07-11T21:59:47.841Z | Compiling zone_cfg_derive v0.1.2 |
1954 | 2024-07-11T21:59:49.246Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1955 | 2024-07-11T21:59:52.183Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1956 | 2024-07-11T21:59:55.362Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1957 | 2024-07-11T22:00:01.752Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1958 | 2024-07-11T22:00:02.307Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1959 | 2024-07-11T22:00:02.379Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1960 | 2024-07-11T22:00:08.659Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1961 | 2024-07-11T22:00:08.717Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1962 | 2024-07-11T22:00:08.975Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1963 | 2024-07-11T22:00:09.243Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1964 | 2024-07-11T22:00:09.517Z | Compiling chacha20 v0.9.1 |
1965 | 2024-07-11T22:00:09.974Z | Compiling unicode-truncate v1.0.0 |
1966 | 2024-07-11T22:00:10.243Z | Compiling itertools v0.13.0 |
1967 | 2024-07-11T22:00:14.053Z | Compiling aead v0.5.2 |
1968 | 2024-07-11T22:00:14.393Z | Compiling lru v0.12.3 |
1969 | 2024-07-11T22:00:14.765Z | Compiling stability v0.2.0 |
1970 | 2024-07-11T22:00:15.065Z | Compiling base64 v0.13.1 |
1971 | 2024-07-11T22:00:15.640Z | Compiling cassowary v0.3.0 |
1972 | 2024-07-11T22:00:15.773Z | Compiling corncobs v0.1.3 |
1973 | 2024-07-11T22:00:16.138Z | Compiling ratatui v0.27.0 |
1974 | 2024-07-11T22:00:17.077Z | Compiling sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1975 | 2024-07-11T22:00:17.792Z | Compiling ron v0.7.1 |
1976 | 2024-07-11T22:00:19.368Z | Compiling chacha20poly1305 v0.10.1 |
1977 | 2024-07-11T22:00:19.686Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1978 | 2024-07-11T22:00:20.637Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1979 | 2024-07-11T22:00:22.884Z | Compiling zone v0.1.8 |
1980 | 2024-07-11T22:00:23.104Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1981 | 2024-07-11T22:00:26.101Z | Compiling vsss-rs v3.3.4 |
1982 | 2024-07-11T22:00:30.456Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1983 | 2024-07-11T22:00:31.135Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1984 | 2024-07-11T22:00:32.506Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1985 | 2024-07-11T22:00:33.981Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1986 | 2024-07-11T22:00:34.049Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1987 | 2024-07-11T22:00:34.316Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
1988 | 2024-07-11T22:00:34.732Z | Compiling portpicker v0.1.1 |
1989 | 2024-07-11T22:00:35.207Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1990 | 2024-07-11T22:00:37.410Z | Compiling csv-core v0.1.11 |
1991 | 2024-07-11T22:00:38.263Z | Compiling http-range v0.1.5 |
1992 | 2024-07-11T22:00:38.830Z | Compiling smawk v0.3.2 |
1993 | 2024-07-11T22:00:39.070Z | Compiling unicode-linebreak v0.1.5 |
1994 | 2024-07-11T22:00:39.596Z | Compiling textwrap v0.16.1 |
1995 | 2024-07-11T22:00:41.212Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1996 | 2024-07-11T22:00:41.254Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1997 | 2024-07-11T22:00:41.836Z | Compiling hyper-staticfile v0.9.5 |
1998 | 2024-07-11T22:00:43.270Z | Compiling csv v1.3.0 |
1999 | 2024-07-11T22:00:44.915Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2000 | 2024-07-11T22:00:52.281Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2001 | 2024-07-11T22:00:53.338Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2002 | 2024-07-11T22:00:55.488Z | Compiling rcgen v0.12.1 |
2003 | 2024-07-11T22:01:02.314Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2004 | 2024-07-11T22:01:02.781Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2005 | 2024-07-11T22:01:03.061Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2006 | 2024-07-11T22:01:04.790Z | Compiling atomicwrites v0.4.3 |
2007 | 2024-07-11T22:01:05.314Z | Compiling fatfs v0.3.6 |
2008 | 2024-07-11T22:01:05.704Z | Compiling subprocess v0.2.9 |
2009 | 2024-07-11T22:01:06.634Z | Compiling rtoolbox v0.0.2 |
2010 | 2024-07-11T22:01:06.831Z | Compiling assert_matches v1.5.0 |
2011 | 2024-07-11T22:01:06.927Z | Compiling is_ci v1.2.0 |
2012 | 2024-07-11T22:01:07.058Z | Compiling supports-color v3.0.0 |
2013 | 2024-07-11T22:01:07.678Z | Compiling rpassword v7.3.1 |
2014 | 2024-07-11T22:01:08.084Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2015 | 2024-07-11T22:01:08.182Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2016 | 2024-07-11T22:01:09.964Z | Compiling tui-tree-widget v0.21.0 |
2017 | 2024-07-11T22:01:10.378Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2018 | 2024-07-11T22:01:10.749Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2019 | 2024-07-11T22:01:15.291Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2020 | 2024-07-11T22:01:15.558Z | Compiling shell-words v1.1.0 |
2021 | 2024-07-11T22:01:15.978Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2022 | 2024-07-11T22:01:17.217Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2023 | 2024-07-11T22:01:28.527Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2024 | 2024-07-11T22:01:40.762Z | Compiling multimap v0.10.0 |
2025 | 2024-07-11T22:01:41.153Z | Compiling uzers v0.11.3 |
2026 | 2024-07-11T22:01:44.043Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2027 | 2024-07-11T22:04:00.594Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2028 | 2024-07-11T22:04:13.429Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2029 | 2024-07-11T22:10:13.052Z | Finished `release` profile [optimized] target(s) in 14m 06s |
2030 | 2024-07-11T22:10:59.932Z | |
2031 | 2024-07-11T22:10:59.935Z | real 14:54.644951425 |
2032 | 2024-07-11T22:10:59.935Z | user 1:43:46.348651409 |
2033 | 2024-07-11T22:10:59.935Z | sys 5:37.432051960 |
2034 | 2024-07-11T22:10:59.935Z | trap 2.352645255 |
2035 | 2024-07-11T22:10:59.935Z | tflt 2.206973733 |
2036 | 2024-07-11T22:10:59.935Z | dflt 3.297126615 |
2037 | 2024-07-11T22:10:59.935Z | kflt 0.002053143 |
2038 | 2024-07-11T22:10:59.935Z | lock 6:24:19.083764866 |
2039 | 2024-07-11T22:10:59.935Z | slp 4:00:45.487042254 |
2040 | 2024-07-11T22:10:59.935Z | lat 2:26.571528119 |
2041 | 2024-07-11T22:10:59.935Z | stop 1:48.528689640 |
2042 | 2024-07-11T22:10:59.935Z | + mapfile -t packages |
2043 | 2024-07-11T22:10:59.935Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2044 | 2024-07-11T22:11:00.803Z | Finished `release` profile [optimized] target(s) in 0.82s |
2045 | 2024-07-11T22:11:00.845Z | Running `target/release/omicron-package -t test list-outputs` |
2046 | 2024-07-11T22:11:00.882Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2047 | 2024-07-11T22:11:00.885Z | + ptime -m cargo build --locked --release -p xtask |
2048 | 2024-07-11T22:11:01.462Z | Compiling serde v1.0.204 |
2049 | 2024-07-11T22:11:01.464Z | Compiling bitflags v2.5.0 |
2050 | 2024-07-11T22:11:01.464Z | Compiling syn v2.0.68 |
2051 | 2024-07-11T22:11:01.554Z | Compiling bytes v1.6.0 |
2052 | 2024-07-11T22:11:01.560Z | Compiling scopeguard v1.2.0 |
2053 | 2024-07-11T22:11:01.563Z | Compiling smallvec v1.13.2 |
2054 | 2024-07-11T22:11:01.592Z | Compiling log v0.4.21 |
2055 | 2024-07-11T22:11:01.695Z | Compiling lock_api v0.4.12 |
2056 | 2024-07-11T22:11:02.036Z | Compiling parking_lot_core v0.9.10 |
2057 | 2024-07-11T22:11:02.039Z | Compiling serde_json v1.0.120 |
2058 | 2024-07-11T22:11:02.046Z | Compiling hashbrown v0.14.5 |
2059 | 2024-07-11T22:11:02.048Z | Compiling mio v0.8.11 |
2060 | 2024-07-11T22:11:02.181Z | Compiling libc v0.2.155 |
2061 | 2024-07-11T22:11:02.390Z | Compiling parking_lot v0.12.2 |
2062 | 2024-07-11T22:11:02.448Z | Compiling generic-array v0.14.7 |
2063 | 2024-07-11T22:11:02.725Z | Compiling slog v2.7.0 |
2064 | 2024-07-11T22:11:02.948Z | Compiling rustix v0.38.34 |
2065 | 2024-07-11T22:11:03.252Z | Compiling http v0.2.12 |
2066 | 2024-07-11T22:11:03.339Z | Compiling usdt-impl v0.5.0 |
2067 | 2024-07-11T22:11:03.531Z | Compiling indexmap v2.2.6 |
2068 | 2024-07-11T22:11:03.632Z | Compiling syn v1.0.109 |
2069 | 2024-07-11T22:11:03.646Z | Compiling time-macros v0.2.18 |
2070 | 2024-07-11T22:11:04.206Z | Compiling thread-id v4.2.1 |
2071 | 2024-07-11T22:11:04.257Z | Compiling tracing v0.1.40 |
2072 | 2024-07-11T22:11:04.995Z | Compiling crossbeam-utils v0.8.19 |
2073 | 2024-07-11T22:11:05.106Z | Compiling http-body v0.4.6 |
2074 | 2024-07-11T22:11:05.631Z | Compiling unicode-normalization v0.1.23 |
2075 | 2024-07-11T22:11:05.667Z | Compiling unicode-bidi v0.3.15 |
2076 | 2024-07-11T22:11:05.749Z | Compiling crypto-common v0.1.6 |
2077 | 2024-07-11T22:11:05.961Z | Compiling block-buffer v0.10.4 |
2078 | 2024-07-11T22:11:06.739Z | Compiling time v0.3.36 |
2079 | 2024-07-11T22:11:06.881Z | Compiling idna v0.5.0 |
2080 | 2024-07-11T22:11:07.911Z | Compiling terminal_size v0.3.0 |
2081 | 2024-07-11T22:11:08.130Z | Compiling fs-err v2.11.0 |
2082 | 2024-07-11T22:11:08.407Z | Compiling proc-macro-error v1.0.4 |
2083 | 2024-07-11T22:11:08.590Z | Compiling anyhow v1.0.86 |
2084 | 2024-07-11T22:11:09.028Z | Compiling clap_builder v4.5.2 |
2085 | 2024-07-11T22:11:09.306Z | Compiling crossbeam-channel v0.5.12 |
2086 | 2024-07-11T22:11:09.486Z | Compiling url v2.5.0 |
2087 | 2024-07-11T22:11:10.153Z | Compiling digest v0.10.7 |
2088 | 2024-07-11T22:11:10.569Z | Compiling xattr v1.3.1 |
2089 | 2024-07-11T22:11:10.878Z | Compiling sha2 v0.10.8 |
2090 | 2024-07-11T22:11:10.997Z | Compiling slog-async v2.8.0 |
2091 | 2024-07-11T22:11:11.572Z | Compiling tabled_derive v0.7.0 |
2092 | 2024-07-11T22:11:13.263Z | Compiling serde_derive v1.0.204 |
2093 | 2024-07-11T22:11:13.706Z | Compiling thiserror-impl v1.0.60 |
2094 | 2024-07-11T22:11:13.899Z | Compiling zerocopy-derive v0.7.34 |
2095 | 2024-07-11T22:11:14.050Z | Compiling tokio-macros v2.3.0 |
2096 | 2024-07-11T22:11:15.003Z | Compiling futures-macro v0.3.30 |
2097 | 2024-07-11T22:11:15.656Z | Compiling tokio v1.38.0 |
2098 | 2024-07-11T22:11:15.989Z | Compiling zerocopy v0.7.34 |
2099 | 2024-07-11T22:11:16.007Z | Compiling scroll_derive v0.12.0 |
2100 | 2024-07-11T22:11:16.523Z | Compiling thiserror v1.0.60 |
2101 | 2024-07-11T22:11:16.688Z | Compiling pest v2.7.10 |
2102 | 2024-07-11T22:11:16.896Z | Compiling futures-util v0.3.30 |
2103 | 2024-07-11T22:11:17.551Z | Compiling openssl-macros v0.1.1 |
2104 | 2024-07-11T22:11:17.615Z | Compiling scroll v0.12.0 |
2105 | 2024-07-11T22:11:18.277Z | Compiling goblin v0.8.2 |
2106 | 2024-07-11T22:11:18.293Z | Compiling openssl v0.10.64 |
2107 | 2024-07-11T22:11:19.462Z | Compiling pest_meta v2.7.10 |
2108 | 2024-07-11T22:11:23.838Z | Compiling pest_generator v2.7.10 |
2109 | 2024-07-11T22:11:25.696Z | Compiling pest_derive v2.7.10 |
2110 | 2024-07-11T22:11:26.436Z | Compiling dtrace-parser v0.2.0 |
2111 | 2024-07-11T22:11:28.246Z | Compiling tokio-util v0.7.11 |
2112 | 2024-07-11T22:11:30.319Z | Compiling serde_tokenstream v0.2.1 |
2113 | 2024-07-11T22:11:30.842Z | Compiling h2 v0.3.26 |
2114 | 2024-07-11T22:11:32.836Z | Compiling dof v0.3.0 |
2115 | 2024-07-11T22:11:34.181Z | Compiling serde_spanned v0.6.6 |
2116 | 2024-07-11T22:11:34.395Z | Compiling toml_datetime v0.6.6 |
2117 | 2024-07-11T22:11:34.430Z | Compiling native-tls v0.2.11 |
2118 | 2024-07-11T22:11:35.301Z | Compiling tokio-native-tls v0.3.1 |
2119 | 2024-07-11T22:11:35.534Z | Compiling toml_edit v0.22.14 |
2120 | 2024-07-11T22:11:35.619Z | Compiling usdt-macro v0.5.0 |
2121 | 2024-07-11T22:11:36.841Z | Compiling hyper v0.14.28 |
2122 | 2024-07-11T22:11:41.674Z | Compiling hyper-tls v0.5.0 |
2123 | 2024-07-11T22:11:42.089Z | Compiling toml v0.8.14 |
2124 | 2024-07-11T22:11:42.485Z | Compiling usdt-attr-macro v0.5.0 |
2125 | 2024-07-11T22:11:43.826Z | Compiling slog-json v2.6.1 |
2126 | 2024-07-11T22:11:44.187Z | Compiling serde_urlencoded v0.7.1 |
2127 | 2024-07-11T22:11:44.355Z | Compiling camino v1.1.7 |
2128 | 2024-07-11T22:11:44.824Z | Compiling cargo-platform v0.1.8 |
2129 | 2024-07-11T22:11:45.562Z | Compiling semver v1.0.23 |
2130 | 2024-07-11T22:11:45.730Z | Compiling futures-executor v0.3.30 |
2131 | 2024-07-11T22:11:45.922Z | Compiling strum_macros v0.26.4 |
2132 | 2024-07-11T22:11:46.810Z | Compiling clap_derive v4.5.4 |
2133 | 2024-07-11T22:11:47.118Z | Compiling cargo_metadata v0.18.1 |
2134 | 2024-07-11T22:11:48.993Z | Compiling futures v0.3.30 |
2135 | 2024-07-11T22:11:49.120Z | Compiling reqwest v0.11.27 |
2136 | 2024-07-11T22:11:49.353Z | Compiling slog-bunyan v2.5.0 |
2137 | 2024-07-11T22:11:49.646Z | Compiling usdt v0.5.0 |
2138 | 2024-07-11T22:11:50.656Z | Compiling strum v0.26.2 |
2139 | 2024-07-11T22:11:50.854Z | Compiling cargo_toml v0.20.3 |
2140 | 2024-07-11T22:11:51.048Z | Compiling macaddr v1.0.1 |
2141 | 2024-07-11T22:11:51.168Z | Compiling tabled v0.15.0 |
2142 | 2024-07-11T22:11:51.394Z | Compiling clap v4.5.4 |
2143 | 2024-07-11T22:11:51.516Z | Compiling slog-term v2.9.1 |
2144 | 2024-07-11T22:11:51.687Z | Compiling tar v0.4.40 |
2145 | 2024-07-11T22:12:08.019Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2146 | 2024-07-11T22:12:21.967Z | Finished `release` profile [optimized] target(s) in 1m 21s |
2147 | 2024-07-11T22:12:22.058Z | |
2148 | 2024-07-11T22:12:22.059Z | real 1:21.140938073 |
2149 | 2024-07-11T22:12:22.059Z | user 8:50.756362152 |
2150 | 2024-07-11T22:12:22.059Z | sys 50.005731879 |
2151 | 2024-07-11T22:12:22.059Z | trap 0.237180284 |
2152 | 2024-07-11T22:12:22.069Z | tflt 0.512456460 |
2153 | 2024-07-11T22:12:22.069Z | dflt 0.235548616 |
2154 | 2024-07-11T22:12:22.069Z | kflt 0.000030496 |
2155 | 2024-07-11T22:12:22.069Z | lock 19:40.180871174 |
2156 | 2024-07-11T22:12:22.069Z | slp 22:17.836289236 |
2157 | 2024-07-11T22:12:22.069Z | lat 23.216414836 |
2158 | 2024-07-11T22:12:22.069Z | stop 21.788956985 |
2159 | 2024-07-11T22:12:22.069Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2160 | 2024-07-11T22:12:22.069Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2161 | 2024-07-11T22:12:22.069Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2162 | 2024-07-11T22:12:22.069Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2163 | 2024-07-11T22:12:22.069Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2164 | 2024-07-11T22:12:22.572Z | Downloading crates ... |
2165 | 2024-07-11T22:12:22.823Z | Downloaded aes v0.8.4 |
2166 | 2024-07-11T22:12:22.828Z | Downloaded getrandom v0.1.16 |
2167 | 2024-07-11T22:12:22.833Z | Downloaded dhcproto-macros v0.1.0 |
2168 | 2024-07-11T22:12:22.836Z | Downloaded pbkdf2 v0.11.0 |
2169 | 2024-07-11T22:12:22.836Z | Downloaded ctr v0.9.2 |
2170 | 2024-07-11T22:12:22.836Z | Downloaded dhcproto v0.11.0 |
2171 | 2024-07-11T22:12:22.842Z | Downloaded cbc v0.1.2 |
2172 | 2024-07-11T22:12:22.845Z | Downloaded p256 v0.13.2 |
2173 | 2024-07-11T22:12:22.845Z | Downloaded bcrypt-pbkdf v0.10.0 |
2174 | 2024-07-11T22:12:22.845Z | Downloaded pbkdf2 v0.12.2 |
2175 | 2024-07-11T22:12:22.845Z | Downloaded p521 v0.13.3 |
2176 | 2024-07-11T22:12:22.848Z | Downloaded internet-checksum v0.2.1 |
2177 | 2024-07-11T22:12:22.856Z | Downloaded russh-cryptovec v0.7.2 |
2178 | 2024-07-11T22:12:22.856Z | Downloaded russh v0.43.0 |
2179 | 2024-07-11T22:12:22.856Z | Downloaded russh-keys v0.43.0 |
2180 | 2024-07-11T22:12:22.860Z | Downloaded rfc6979 v0.4.0 |
2181 | 2024-07-11T22:12:22.860Z | Downloaded md5 v0.7.0 |
2182 | 2024-07-11T22:12:22.860Z | Downloaded hex-literal v0.4.1 |
2183 | 2024-07-11T22:12:22.860Z | Downloaded dirs-sys v0.4.1 |
2184 | 2024-07-11T22:12:22.864Z | Downloaded dirs v5.0.1 |
2185 | 2024-07-11T22:12:22.864Z | Downloaded blowfish v0.9.1 |
2186 | 2024-07-11T22:12:22.864Z | Downloaded option-ext v0.2.0 |
2187 | 2024-07-11T22:12:22.868Z | Downloaded rand_chacha v0.2.2 |
2188 | 2024-07-11T22:12:22.868Z | Downloaded polyval v0.6.2 |
2189 | 2024-07-11T22:12:22.868Z | Downloaded ecdsa v0.16.9 |
2190 | 2024-07-11T22:12:22.872Z | Downloaded rand_core v0.5.1 |
2191 | 2024-07-11T22:12:22.872Z | Downloaded aes-gcm v0.10.3 |
2192 | 2024-07-11T22:12:22.875Z | Downloaded rand v0.7.3 |
2193 | 2024-07-11T22:12:22.884Z | Downloaded ghash v0.5.1 |
2194 | 2024-07-11T22:12:22.884Z | Downloaded ed25519-dalek v2.1.1 |
2195 | 2024-07-11T22:12:22.888Z | Downloaded primeorder v0.13.6 |
2196 | 2024-07-11T22:12:22.888Z | Downloaded password-hash v0.4.2 |
2197 | 2024-07-11T22:12:22.888Z | Downloaded ed25519 v2.2.3 |
2198 | 2024-07-11T22:12:23.013Z | Compiling serde v1.0.204 |
2199 | 2024-07-11T22:12:23.020Z | Compiling scopeguard v1.2.0 |
2200 | 2024-07-11T22:12:23.108Z | Compiling log v0.4.21 |
2201 | 2024-07-11T22:12:23.112Z | Compiling smallvec v1.13.2 |
2202 | 2024-07-11T22:12:23.115Z | Compiling syn v2.0.68 |
2203 | 2024-07-11T22:12:23.115Z | Compiling getrandom v0.2.14 |
2204 | 2024-07-11T22:12:23.115Z | Compiling generic-array v0.14.7 |
2205 | 2024-07-11T22:12:23.116Z | Compiling libm v0.2.8 |
2206 | 2024-07-11T22:12:23.264Z | Compiling lock_api v0.4.12 |
2207 | 2024-07-11T22:12:23.466Z | Compiling rand_core v0.6.4 |
2208 | 2024-07-11T22:12:23.542Z | Compiling parking_lot_core v0.9.10 |
2209 | 2024-07-11T22:12:23.575Z | Compiling num-traits v0.2.19 |
2210 | 2024-07-11T22:12:23.602Z | Compiling subtle v2.5.0 |
2211 | 2024-07-11T22:12:23.649Z | Compiling mio v0.8.11 |
2212 | 2024-07-11T22:12:23.729Z | Compiling ahash v0.8.11 |
2213 | 2024-07-11T22:12:23.924Z | Compiling parking_lot v0.12.2 |
2214 | 2024-07-11T22:12:23.959Z | Compiling serde_json v1.0.120 |
2215 | 2024-07-11T22:12:24.057Z | Compiling spin v0.9.8 |
2216 | 2024-07-11T22:12:24.101Z | Compiling allocator-api2 v0.2.18 |
2217 | 2024-07-11T22:12:24.207Z | Compiling const-oid v0.9.6 |
2218 | 2024-07-11T22:12:24.288Z | Compiling iana-time-zone v0.1.60 |
2219 | 2024-07-11T22:12:24.447Z | Compiling syn v1.0.109 |
2220 | 2024-07-11T22:12:24.907Z | Compiling unicode-normalization v0.1.23 |
2221 | 2024-07-11T22:12:24.924Z | Compiling schemars v0.8.21 |
2222 | 2024-07-11T22:12:24.943Z | Compiling unicode-bidi v0.3.15 |
2223 | 2024-07-11T22:12:25.054Z | Compiling dyn-clone v1.0.17 |
2224 | 2024-07-11T22:12:25.273Z | Compiling ppv-lite86 v0.2.17 |
2225 | 2024-07-11T22:12:25.294Z | Compiling time-macros v0.2.18 |
2226 | 2024-07-11T22:12:25.941Z | Compiling ring v0.17.8 |
2227 | 2024-07-11T22:12:26.004Z | Compiling rand_chacha v0.3.1 |
2228 | 2024-07-11T22:12:26.234Z | Compiling aho-corasick v1.1.3 |
2229 | 2024-07-11T22:12:26.463Z | Compiling regex-syntax v0.8.3 |
2230 | 2024-07-11T22:12:26.857Z | Compiling rand v0.8.5 |
2231 | 2024-07-11T22:12:28.387Z | Compiling idna v0.5.0 |
2232 | 2024-07-11T22:12:28.849Z | Compiling time v0.3.36 |
2233 | 2024-07-11T22:12:29.004Z | Compiling slog v2.7.0 |
2234 | 2024-07-11T22:12:29.556Z | Compiling url v2.5.0 |
2235 | 2024-07-11T22:12:29.952Z | Compiling regex-automata v0.4.6 |
2236 | 2024-07-11T22:12:29.996Z | Compiling untrusted v0.9.0 |
2237 | 2024-07-11T22:12:31.484Z | Compiling serde_derive_internals v0.29.1 |
2238 | 2024-07-11T22:12:32.734Z | Compiling lazy_static v1.5.0 |
2239 | 2024-07-11T22:12:32.854Z | Compiling backtrace v0.3.71 |
2240 | 2024-07-11T22:12:33.224Z | Compiling gimli v0.28.1 |
2241 | 2024-07-11T22:12:33.309Z | Compiling object v0.32.2 |
2242 | 2024-07-11T22:12:34.053Z | Compiling rustc-demangle v0.1.24 |
2243 | 2024-07-11T22:12:34.254Z | Compiling anyhow v1.0.86 |
2244 | 2024-07-11T22:12:38.324Z | Compiling crossbeam-utils v0.8.19 |
2245 | 2024-07-11T22:12:38.504Z | Compiling base64ct v1.6.0 |
2246 | 2024-07-11T22:12:38.504Z | Compiling rustls v0.21.12 |
2247 | 2024-07-11T22:12:38.504Z | Compiling winnow v0.5.40 |
2248 | 2024-07-11T22:12:38.504Z | Compiling regex v1.10.5 |
2249 | 2024-07-11T22:12:38.504Z | Compiling sct v0.7.1 |
2250 | 2024-07-11T22:12:38.504Z | Compiling rustls-webpki v0.101.7 |
2251 | 2024-07-11T22:12:38.504Z | Compiling cookie v0.17.0 |
2252 | 2024-07-11T22:12:38.504Z | Compiling serde_derive v1.0.204 |
2253 | 2024-07-11T22:12:38.504Z | Compiling zeroize_derive v1.4.2 |
2254 | 2024-07-11T22:12:38.504Z | Compiling thiserror-impl v1.0.60 |
2255 | 2024-07-11T22:12:38.955Z | Compiling zerocopy-derive v0.7.34 |
2256 | 2024-07-11T22:12:39.600Z | Compiling zeroize v1.7.0 |
2257 | 2024-07-11T22:12:40.020Z | Compiling tokio-macros v2.3.0 |
2258 | 2024-07-11T22:12:40.590Z | Compiling futures-macro v0.3.30 |
2259 | 2024-07-11T22:12:41.291Z | Compiling zerocopy v0.7.34 |
2260 | 2024-07-11T22:12:41.420Z | Compiling crypto-common v0.1.6 |
2261 | 2024-07-11T22:12:41.581Z | Compiling thiserror v1.0.60 |
2262 | 2024-07-11T22:12:41.651Z | Compiling block-buffer v0.10.4 |
2263 | 2024-07-11T22:12:41.720Z | Compiling schemars_derive v0.8.21 |
2264 | 2024-07-11T22:12:41.775Z | Compiling tracing-attributes v0.1.27 |
2265 | 2024-07-11T22:12:41.918Z | Compiling digest v0.10.7 |
2266 | 2024-07-11T22:12:42.425Z | Compiling async-trait v0.1.81 |
2267 | 2024-07-11T22:12:42.672Z | Compiling futures-util v0.3.30 |
2268 | 2024-07-11T22:12:43.468Z | Compiling hashbrown v0.14.5 |
2269 | 2024-07-11T22:12:43.556Z | Compiling addr2line v0.21.0 |
2270 | 2024-07-11T22:12:44.939Z | Compiling openssl-macros v0.1.1 |
2271 | 2024-07-11T22:12:45.390Z | Compiling pest v2.7.10 |
2272 | 2024-07-11T22:12:45.796Z | Compiling tracing v0.1.40 |
2273 | 2024-07-11T22:12:46.048Z | Compiling idna v0.3.0 |
2274 | 2024-07-11T22:12:46.102Z | Compiling psl-types v2.0.11 |
2275 | 2024-07-11T22:12:46.295Z | Compiling data-encoding v2.6.0 |
2276 | 2024-07-11T22:12:46.312Z | Compiling hmac v0.12.1 |
2277 | 2024-07-11T22:12:46.539Z | Compiling scroll_derive v0.12.0 |
2278 | 2024-07-11T22:12:47.013Z | Compiling publicsuffix v2.2.3 |
2279 | 2024-07-11T22:12:47.679Z | Compiling pest_meta v2.7.10 |
2280 | 2024-07-11T22:12:47.901Z | Compiling webpki-roots v0.25.4 |
2281 | 2024-07-11T22:12:48.042Z | Compiling bitflags v1.3.2 |
2282 | 2024-07-11T22:12:48.093Z | Compiling scroll v0.12.0 |
2283 | 2024-07-11T22:12:48.134Z | Compiling block-padding v0.3.3 |
2284 | 2024-07-11T22:12:48.193Z | Compiling der_derive v0.7.2 |
2285 | 2024-07-11T22:12:48.372Z | Compiling futures-executor v0.3.30 |
2286 | 2024-07-11T22:12:48.399Z | Compiling pem-rfc7468 v0.7.0 |
2287 | 2024-07-11T22:12:48.642Z | Compiling futures v0.3.30 |
2288 | 2024-07-11T22:12:48.753Z | Compiling goblin v0.8.2 |
2289 | 2024-07-11T22:12:48.770Z | Compiling flagset v0.4.5 |
2290 | 2024-07-11T22:12:48.875Z | Compiling inout v0.1.3 |
2291 | 2024-07-11T22:12:48.945Z | Compiling pest_generator v2.7.10 |
2292 | 2024-07-11T22:12:48.978Z | Compiling sha2 v0.10.8 |
2293 | 2024-07-11T22:12:49.138Z | Compiling cipher v0.4.4 |
2294 | 2024-07-11T22:12:49.162Z | Compiling either v1.12.0 |
2295 | 2024-07-11T22:12:49.631Z | Compiling ff v0.13.0 |
2296 | 2024-07-11T22:12:49.710Z | Compiling stable_deref_trait v1.2.0 |
2297 | 2024-07-11T22:12:49.825Z | Compiling base16ct v0.2.0 |
2298 | 2024-07-11T22:12:49.852Z | Compiling group v0.13.0 |
2299 | 2024-07-11T22:12:50.166Z | Compiling hkdf v0.12.4 |
2300 | 2024-07-11T22:12:50.194Z | Compiling crossbeam-epoch v0.9.18 |
2301 | 2024-07-11T22:12:50.435Z | Compiling crypto-bigint v0.5.5 |
2302 | 2024-07-11T22:12:50.903Z | Compiling der v0.7.9 |
2303 | 2024-07-11T22:12:50.965Z | Compiling num-integer v0.1.46 |
2304 | 2024-07-11T22:12:51.074Z | Compiling managed v0.8.0 |
2305 | 2024-07-11T22:12:51.523Z | Compiling unicode-segmentation v1.11.0 |
2306 | 2024-07-11T22:12:51.739Z | Compiling matches v0.1.10 |
2307 | 2024-07-11T22:12:51.831Z | Compiling idna v0.2.3 |
2308 | 2024-07-11T22:12:52.354Z | Compiling bytes v1.6.0 |
2309 | 2024-07-11T22:12:52.672Z | Compiling indexmap v2.2.6 |
2310 | 2024-07-11T22:12:53.117Z | Compiling chrono v0.4.38 |
2311 | 2024-07-11T22:12:53.411Z | Compiling tokio v1.38.0 |
2312 | 2024-07-11T22:12:53.933Z | Compiling uuid v1.9.1 |
2313 | 2024-07-11T22:12:54.043Z | Compiling bitflags v2.5.0 |
2314 | 2024-07-11T22:12:54.351Z | Compiling semver v1.0.23 |
2315 | 2024-07-11T22:12:54.491Z | Compiling http v0.2.12 |
2316 | 2024-07-11T22:12:55.169Z | Compiling serde_tokenstream v0.2.1 |
2317 | 2024-07-11T22:12:55.172Z | Compiling serde_spanned v0.6.6 |
2318 | 2024-07-11T22:12:55.407Z | Compiling toml_datetime v0.6.6 |
2319 | 2024-07-11T22:12:55.783Z | Compiling toml_edit v0.19.15 |
2320 | 2024-07-11T22:12:55.915Z | Compiling openssl v0.10.64 |
2321 | 2024-07-11T22:12:56.432Z | Compiling http-body v0.4.6 |
2322 | 2024-07-11T22:12:56.901Z | Compiling rustix v0.38.34 |
2323 | 2024-07-11T22:12:57.020Z | Compiling serde_urlencoded v0.7.1 |
2324 | 2024-07-11T22:12:57.116Z | Compiling cookie_store v0.20.0 |
2325 | 2024-07-11T22:12:57.558Z | Compiling openapiv3 v2.0.0 |
2326 | 2024-07-11T22:12:58.741Z | Compiling rustc_version v0.4.0 |
2327 | 2024-07-11T22:12:59.347Z | Compiling pest_derive v2.7.10 |
2328 | 2024-07-11T22:12:59.534Z | Compiling dof v0.3.0 |
2329 | 2024-07-11T22:12:59.606Z | Compiling spki v0.7.3 |
2330 | 2024-07-11T22:12:59.995Z | Compiling pkcs8 v0.10.2 |
2331 | 2024-07-11T22:13:00.065Z | Compiling ipnetwork v0.20.0 |
2332 | 2024-07-11T22:13:00.178Z | Compiling dtrace-parser v0.2.0 |
2333 | 2024-07-11T22:13:00.581Z | Compiling sec1 v0.7.3 |
2334 | 2024-07-11T22:13:00.965Z | Compiling usdt-impl v0.5.0 |
2335 | 2024-07-11T22:13:01.160Z | Compiling tokio-util v0.7.11 |
2336 | 2024-07-11T22:13:01.817Z | Compiling native-tls v0.2.11 |
2337 | 2024-07-11T22:13:01.896Z | Compiling tokio-rustls v0.24.1 |
2338 | 2024-07-11T22:13:02.284Z | Compiling h2 v0.3.26 |
2339 | 2024-07-11T22:13:02.447Z | Compiling tokio-native-tls v0.3.1 |
2340 | 2024-07-11T22:13:02.463Z | Compiling elliptic-curve v0.13.8 |
2341 | 2024-07-11T22:13:02.590Z | Compiling toml v0.7.8 |
2342 | 2024-07-11T22:13:02.613Z | Compiling usdt-macro v0.5.0 |
2343 | 2024-07-11T22:13:02.708Z | Compiling usdt-attr-macro v0.5.0 |
2344 | 2024-07-11T22:13:03.304Z | Compiling toml_edit v0.22.14 |
2345 | 2024-07-11T22:13:03.924Z | Compiling hex v0.4.3 |
2346 | 2024-07-11T22:13:04.107Z | Compiling enum-as-inner v0.5.1 |
2347 | 2024-07-11T22:13:04.299Z | Compiling usdt v0.5.0 |
2348 | 2024-07-11T22:13:04.301Z | Compiling bit-vec v0.6.3 |
2349 | 2024-07-11T22:13:04.508Z | Compiling siphasher v0.3.11 |
2350 | 2024-07-11T22:13:04.671Z | Compiling heapless v0.7.17 |
2351 | 2024-07-11T22:13:04.778Z | Compiling terminal_size v0.3.0 |
2352 | 2024-07-11T22:13:04.808Z | Compiling num-bigint v0.4.5 |
2353 | 2024-07-11T22:13:04.924Z | Compiling regress v0.9.1 |
2354 | 2024-07-11T22:13:04.973Z | Compiling signal-hook v0.3.17 |
2355 | 2024-07-11T22:13:05.089Z | Compiling finl_unicode v1.2.0 |
2356 | 2024-07-11T22:13:05.156Z | Compiling trust-dns-proto v0.22.0 |
2357 | 2024-07-11T22:13:05.240Z | Compiling clap_builder v4.5.2 |
2358 | 2024-07-11T22:13:05.669Z | Compiling stringprep v0.1.4 |
2359 | 2024-07-11T22:13:07.004Z | Compiling itertools v0.10.5 |
2360 | 2024-07-11T22:13:08.790Z | Compiling hyper v0.14.28 |
2361 | 2024-07-11T22:13:09.835Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2362 | 2024-07-11T22:13:09.976Z | Compiling yasna v0.5.2 |
2363 | 2024-07-11T22:13:11.990Z | Compiling md-5 v0.10.6 |
2364 | 2024-07-11T22:13:12.055Z | Compiling clap_derive v4.5.4 |
2365 | 2024-07-11T22:13:12.266Z | Compiling hash32 v0.2.1 |
2366 | 2024-07-11T22:13:12.659Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2367 | 2024-07-11T22:13:12.824Z | Compiling smoltcp v0.9.1 |
2368 | 2024-07-11T22:13:13.477Z | Compiling fallible-iterator v0.2.0 |
2369 | 2024-07-11T22:13:14.177Z | Compiling postgres-protocol v0.6.6 |
2370 | 2024-07-11T22:13:14.776Z | Compiling phf_shared v0.11.2 |
2371 | 2024-07-11T22:13:14.881Z | Compiling tokio-stream v0.1.15 |
2372 | 2024-07-11T22:13:15.008Z | Compiling hubpack_derive v0.1.1 |
2373 | 2024-07-11T22:13:15.189Z | Compiling zerocopy-derive v0.6.6 |
2374 | 2024-07-11T22:13:15.314Z | Compiling diesel_table_macro_syntax v0.1.0 |
2375 | 2024-07-11T22:13:15.535Z | Compiling hyper-rustls v0.24.2 |
2376 | 2024-07-11T22:13:15.724Z | Compiling hyper-tls v0.5.0 |
2377 | 2024-07-11T22:13:15.852Z | Compiling scheduled-thread-pool v0.2.7 |
2378 | 2024-07-11T22:13:15.897Z | Compiling fs-err v2.11.0 |
2379 | 2024-07-11T22:13:15.900Z | Compiling fixedbitset v0.4.2 |
2380 | 2024-07-11T22:13:16.063Z | Compiling reqwest v0.11.27 |
2381 | 2024-07-11T22:13:16.291Z | Compiling petgraph v0.6.5 |
2382 | 2024-07-11T22:13:16.369Z | Compiling r2d2 v0.8.10 |
2383 | 2024-07-11T22:13:16.497Z | Compiling hubpack v0.1.2 |
2384 | 2024-07-11T22:13:16.735Z | Compiling diesel_derives v2.1.4 |
2385 | 2024-07-11T22:13:16.971Z | Compiling phf v0.11.2 |
2386 | 2024-07-11T22:13:17.180Z | Compiling clap v4.5.4 |
2387 | 2024-07-11T22:13:17.263Z | Compiling postgres-types v0.2.6 |
2388 | 2024-07-11T22:13:17.404Z | Compiling zerocopy v0.6.6 |
2389 | 2024-07-11T22:13:18.270Z | Compiling signal-hook-mio v0.2.3 |
2390 | 2024-07-11T22:13:18.659Z | Compiling phf_shared v0.10.0 |
2391 | 2024-07-11T22:13:18.704Z | Compiling similar v2.5.0 |
2392 | 2024-07-11T22:13:18.817Z | Compiling num-iter v0.1.45 |
2393 | 2024-07-11T22:13:19.001Z | Compiling strum_macros v0.25.3 |
2394 | 2024-07-11T22:13:19.077Z | Compiling serde_repr v0.1.19 |
2395 | 2024-07-11T22:13:19.459Z | Compiling console v0.15.8 |
2396 | 2024-07-11T22:13:20.293Z | Compiling getopts v0.2.21 |
2397 | 2024-07-11T22:13:20.309Z | Compiling float-cmp v0.9.0 |
2398 | 2024-07-11T22:13:20.532Z | Compiling precomputed-hash v0.1.1 |
2399 | 2024-07-11T22:13:20.655Z | Compiling predicates-core v1.0.6 |
2400 | 2024-07-11T22:13:21.037Z | Compiling minimal-lexical v0.2.1 |
2401 | 2024-07-11T22:13:21.040Z | Compiling new_debug_unreachable v1.0.6 |
2402 | 2024-07-11T22:13:21.147Z | Compiling difflib v0.4.0 |
2403 | 2024-07-11T22:13:21.206Z | Compiling whoami v1.5.1 |
2404 | 2024-07-11T22:13:21.297Z | Compiling normalize-line-endings v0.3.0 |
2405 | 2024-07-11T22:13:21.426Z | Compiling static_assertions v1.1.0 |
2406 | 2024-07-11T22:13:21.532Z | Compiling unsafe-libyaml v0.2.11 |
2407 | 2024-07-11T22:13:21.557Z | Compiling tokio-postgres v0.7.10 |
2408 | 2024-07-11T22:13:21.872Z | Compiling predicates v3.1.0 |
2409 | 2024-07-11T22:13:22.807Z | Compiling nom v7.1.3 |
2410 | 2024-07-11T22:13:23.330Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2411 | 2024-07-11T22:13:23.487Z | Compiling serde_yaml v0.9.34+deprecated |
2412 | 2024-07-11T22:13:23.633Z | Compiling string_cache v0.8.7 |
2413 | 2024-07-11T22:13:24.113Z | Compiling crossterm v0.27.0 |
2414 | 2024-07-11T22:13:26.621Z | Compiling bit-set v0.5.3 |
2415 | 2024-07-11T22:13:26.910Z | Compiling itertools v0.12.1 |
2416 | 2024-07-11T22:13:27.398Z | Compiling bstr v1.9.1 |
2417 | 2024-07-11T22:13:27.856Z | Compiling unicode-xid v0.2.4 |
2418 | 2024-07-11T22:13:27.937Z | Compiling peg-runtime v0.8.3 |
2419 | 2024-07-11T22:13:28.028Z | Compiling lalrpop-util v0.19.12 |
2420 | 2024-07-11T22:13:28.390Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2421 | 2024-07-11T22:13:28.613Z | Compiling sha1 v0.10.6 |
2422 | 2024-07-11T22:13:28.846Z | Compiling camino v1.1.7 |
2423 | 2024-07-11T22:13:29.039Z | Compiling strum_macros v0.26.4 |
2424 | 2024-07-11T22:13:29.240Z | Compiling http v1.1.0 |
2425 | 2024-07-11T22:13:29.826Z | Compiling base64 v0.22.1 |
2426 | 2024-07-11T22:13:29.845Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2427 | 2024-07-11T22:13:29.862Z | Compiling toml v0.8.14 |
2428 | 2024-07-11T22:13:30.038Z | Compiling diesel v2.1.6 |
2429 | 2024-07-11T22:13:30.057Z | Compiling ident_case v1.0.1 |
2430 | 2024-07-11T22:13:30.247Z | Compiling rustls-pki-types v1.7.0 |
2431 | 2024-07-11T22:13:30.609Z | Compiling darling_core v0.20.9 |
2432 | 2024-07-11T22:13:31.106Z | Compiling crossbeam-channel v0.5.12 |
2433 | 2024-07-11T22:13:31.609Z | Compiling paste v1.0.15 |
2434 | 2024-07-11T22:13:31.816Z | Compiling rustls v0.22.4 |
2435 | 2024-07-11T22:13:31.960Z | Compiling slog-async v2.8.0 |
2436 | 2024-07-11T22:13:32.095Z | Compiling slog-term v2.9.1 |
2437 | 2024-07-11T22:13:32.165Z | Compiling rustls-webpki v0.102.4 |
2438 | 2024-07-11T22:13:32.244Z | Compiling instant v0.1.12 |
2439 | 2024-07-11T22:13:32.401Z | Compiling multer v3.1.0 |
2440 | 2024-07-11T22:13:33.320Z | Compiling slog-json v2.6.1 |
2441 | 2024-07-11T22:13:33.703Z | Compiling async-stream-impl v0.3.5 |
2442 | 2024-07-11T22:13:33.976Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
2443 | 2024-07-11T22:13:34.250Z | Compiling atomic-waker v1.1.2 |
2444 | 2024-07-11T22:13:34.268Z | Compiling debug-ignore v1.0.5 |
2445 | 2024-07-11T22:13:34.370Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2446 | 2024-07-11T22:13:34.404Z | Compiling strum v0.26.2 |
2447 | 2024-07-11T22:13:34.423Z | Compiling waitgroup v0.1.2 |
2448 | 2024-07-11T22:13:34.498Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2449 | 2024-07-11T22:13:34.514Z | Compiling slog-bunyan v2.5.0 |
2450 | 2024-07-11T22:13:34.708Z | Compiling rustls-pemfile v2.1.2 |
2451 | 2024-07-11T22:13:34.771Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
2452 | 2024-07-11T22:13:35.108Z | Compiling async-stream v0.3.5 |
2453 | 2024-07-11T22:13:35.183Z | Compiling serde_path_to_error v0.1.16 |
2454 | 2024-07-11T22:13:35.454Z | Compiling structmeta-derive v0.3.0 |
2455 | 2024-07-11T22:13:35.752Z | Compiling hostname v0.4.0 |
2456 | 2024-07-11T22:13:36.010Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2457 | 2024-07-11T22:13:36.038Z | Compiling newtype-uuid v1.1.0 |
2458 | 2024-07-11T22:13:36.333Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2459 | 2024-07-11T22:13:36.762Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2460 | 2024-07-11T22:13:37.048Z | Compiling backoff v0.4.0 |
2461 | 2024-07-11T22:13:37.076Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2462 | 2024-07-11T22:13:37.259Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2463 | 2024-07-11T22:13:37.389Z | Compiling tokio-rustls v0.25.0 |
2464 | 2024-07-11T22:13:37.419Z | Compiling macaddr v1.0.1 |
2465 | 2024-07-11T22:13:37.797Z | Compiling proc-macro-crate v1.3.1 |
2466 | 2024-07-11T22:13:37.877Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2467 | 2024-07-11T22:13:37.904Z | Compiling darling_macro v0.20.9 |
2468 | 2024-07-11T22:13:38.204Z | Compiling fastrand v2.1.0 |
2469 | 2024-07-11T22:13:38.541Z | Compiling structmeta v0.3.0 |
2470 | 2024-07-11T22:13:38.752Z | Compiling tempfile v3.10.1 |
2471 | 2024-07-11T22:13:38.913Z | Compiling darling v0.20.9 |
2472 | 2024-07-11T22:13:38.929Z | Compiling num_enum_derive v0.5.11 |
2473 | 2024-07-11T22:13:38.974Z | Compiling parse-display-derive v0.9.1 |
2474 | 2024-07-11T22:13:39.025Z | Compiling serde_with_macros v3.8.1 |
2475 | 2024-07-11T22:13:39.695Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2476 | 2024-07-11T22:13:39.986Z | Compiling foreign-types-macros v0.2.3 |
2477 | 2024-07-11T22:13:41.329Z | Compiling foreign-types-shared v0.3.1 |
2478 | 2024-07-11T22:13:41.428Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2479 | 2024-07-11T22:13:41.700Z | Compiling heapless v0.8.0 |
2480 | 2024-07-11T22:13:41.789Z | Compiling num_enum v0.5.11 |
2481 | 2024-07-11T22:13:41.980Z | Compiling foreign-types v0.5.0 |
2482 | 2024-07-11T22:13:42.103Z | Compiling proc-macro-error v1.0.4 |
2483 | 2024-07-11T22:13:42.219Z | Compiling serde_with v3.8.1 |
2484 | 2024-07-11T22:13:42.813Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2485 | 2024-07-11T22:13:42.901Z | Compiling cstr-argument v0.1.2 |
2486 | 2024-07-11T22:13:43.021Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2487 | 2024-07-11T22:13:43.150Z | Compiling hash32 v0.3.1 |
2488 | 2024-07-11T22:13:43.383Z | Compiling smoltcp v0.11.0 |
2489 | 2024-07-11T22:13:43.607Z | Compiling pretty-hex v0.2.1 |
2490 | 2024-07-11T22:13:43.780Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2491 | 2024-07-11T22:13:43.958Z | Compiling parse-display v0.9.1 |
2492 | 2024-07-11T22:13:44.132Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2493 | 2024-07-11T22:13:44.151Z | Compiling camino-tempfile v1.1.1 |
2494 | 2024-07-11T22:13:44.647Z | Compiling tabwriter v1.4.0 |
2495 | 2024-07-11T22:13:44.653Z | Compiling colored v2.1.0 |
2496 | 2024-07-11T22:13:44.759Z | Compiling socket2 v0.4.10 |
2497 | 2024-07-11T22:13:44.895Z | Compiling embedded-io v0.4.0 |
2498 | 2024-07-11T22:13:45.130Z | Compiling cobs v0.2.3 |
2499 | 2024-07-11T22:13:45.443Z | Compiling postcard v1.0.8 |
2500 | 2024-07-11T22:13:45.460Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2501 | 2024-07-11T22:13:45.734Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2502 | 2024-07-11T22:13:45.763Z | Compiling crucible-workspace-hack v0.1.0 |
2503 | 2024-07-11T22:13:45.975Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2504 | 2024-07-11T22:13:46.016Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2505 | 2024-07-11T22:13:46.316Z | Compiling smf v0.2.3 |
2506 | 2024-07-11T22:13:46.352Z | Compiling humantime v2.1.0 |
2507 | 2024-07-11T22:13:46.391Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2508 | 2024-07-11T22:13:46.813Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2509 | 2024-07-11T22:13:46.871Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2510 | 2024-07-11T22:13:47.316Z | Compiling num-derive v0.4.2 |
2511 | 2024-07-11T22:13:47.677Z | Compiling sigpipe v0.1.3 |
2512 | 2024-07-11T22:13:47.797Z | Compiling utf-8 v0.7.6 |
2513 | 2024-07-11T22:13:47.813Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2514 | 2024-07-11T22:13:48.165Z | Compiling atty v0.2.14 |
2515 | 2024-07-11T22:13:48.231Z | Compiling same-file v1.0.6 |
2516 | 2024-07-11T22:13:48.287Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2517 | 2024-07-11T22:13:48.308Z | Compiling semver v0.1.20 |
2518 | 2024-07-11T22:13:48.474Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2519 | 2024-07-11T22:13:48.997Z | Compiling rayon-core v1.12.1 |
2520 | 2024-07-11T22:13:49.293Z | Compiling rustc_version v0.1.7 |
2521 | 2024-07-11T22:13:49.802Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2522 | 2024-07-11T22:13:49.978Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2523 | 2024-07-11T22:13:50.007Z | Compiling walkdir v2.5.0 |
2524 | 2024-07-11T22:13:50.083Z | Compiling curve25519-dalek v4.1.3 |
2525 | 2024-07-11T22:13:50.527Z | Compiling newline-converter v0.3.0 |
2526 | 2024-07-11T22:13:50.535Z | Compiling crossbeam-deque v0.8.5 |
2527 | 2024-07-11T22:13:50.691Z | Compiling universal-hash v0.5.1 |
2528 | 2024-07-11T22:13:50.691Z | Compiling opaque-debug v0.3.1 |
2529 | 2024-07-11T22:13:50.747Z | Compiling prettyplease v0.2.20 |
2530 | 2024-07-11T22:13:50.800Z | Compiling expectorate v1.1.0 |
2531 | 2024-07-11T22:13:50.889Z | Compiling newtype_derive v0.1.6 |
2532 | 2024-07-11T22:13:50.894Z | Compiling xattr v1.3.1 |
2533 | 2024-07-11T22:13:50.968Z | Compiling num-rational v0.4.2 |
2534 | 2024-07-11T22:13:51.021Z | Compiling signature v2.2.0 |
2535 | 2024-07-11T22:13:51.166Z | Compiling curve25519-dalek-derive v0.1.1 |
2536 | 2024-07-11T22:13:51.233Z | Compiling num-complex v0.4.6 |
2537 | 2024-07-11T22:13:51.317Z | Compiling blake3 v1.5.1 |
2538 | 2024-07-11T22:13:51.913Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2539 | 2024-07-11T22:13:52.129Z | Compiling ring v0.16.20 |
2540 | 2024-07-11T22:13:52.269Z | Compiling unicase v2.7.0 |
2541 | 2024-07-11T22:13:52.551Z | Compiling linked-hash-map v0.5.6 |
2542 | 2024-07-11T22:13:52.666Z | Compiling arc-swap v1.7.1 |
2543 | 2024-07-11T22:13:52.765Z | Compiling termcolor v1.4.1 |
2544 | 2024-07-11T22:13:52.769Z | Compiling quick-error v1.2.3 |
2545 | 2024-07-11T22:13:52.902Z | Compiling getrandom v0.1.16 |
2546 | 2024-07-11T22:13:52.923Z | Compiling convert_case v0.4.0 |
2547 | 2024-07-11T22:13:53.331Z | Compiling env_logger v0.9.3 |
2548 | 2024-07-11T22:13:53.343Z | Compiling slog-scope v4.4.0 |
2549 | 2024-07-11T22:13:53.623Z | Compiling lru-cache v0.1.2 |
2550 | 2024-07-11T22:13:53.638Z | Compiling resolv-conf v0.7.0 |
2551 | 2024-07-11T22:13:53.920Z | Compiling derive_more v0.99.18 |
2552 | 2024-07-11T22:13:54.100Z | Compiling tar v0.4.40 |
2553 | 2024-07-11T22:13:54.455Z | Compiling num v0.4.3 |
2554 | 2024-07-11T22:13:54.760Z | Compiling rayon v1.10.0 |
2555 | 2024-07-11T22:13:55.805Z | Compiling tungstenite v0.21.0 |
2556 | 2024-07-11T22:13:56.338Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2557 | 2024-07-11T22:13:56.836Z | Compiling blake2 v0.10.6 |
2558 | 2024-07-11T22:14:00.936Z | Compiling bitstruct_derive v0.1.0 |
2559 | 2024-07-11T22:14:00.974Z | Compiling derive-where v1.2.7 |
2560 | 2024-07-11T22:14:00.974Z | Compiling password-hash v0.5.0 |
2561 | 2024-07-11T22:14:00.974Z | Compiling memmap2 v0.9.4 |
2562 | 2024-07-11T22:14:00.974Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2563 | 2024-07-11T22:14:00.974Z | Compiling arrayvec v0.7.4 |
2564 | 2024-07-11T22:14:00.974Z | Compiling parking_lot_core v0.8.6 |
2565 | 2024-07-11T22:14:00.974Z | Compiling constant_time_eq v0.3.0 |
2566 | 2024-07-11T22:14:00.974Z | Compiling untrusted v0.7.1 |
2567 | 2024-07-11T22:14:00.974Z | Compiling spin v0.5.2 |
2568 | 2024-07-11T22:14:00.974Z | Compiling ascii v1.1.0 |
2569 | 2024-07-11T22:14:00.974Z | Compiling arrayref v0.3.7 |
2570 | 2024-07-11T22:14:00.974Z | Compiling libefi-sys v0.1.0 |
2571 | 2024-07-11T22:14:00.975Z | Compiling float-ord v0.3.2 |
2572 | 2024-07-11T22:14:00.975Z | Compiling home v0.5.9 |
2573 | 2024-07-11T22:14:00.975Z | Compiling toolchain_find v0.4.0 |
2574 | 2024-07-11T22:14:00.975Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2575 | 2024-07-11T22:14:01.832Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2576 | 2024-07-11T22:14:01.929Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2577 | 2024-07-11T22:14:02.082Z | Compiling bitstruct v0.1.1 |
2578 | 2024-07-11T22:14:02.098Z | Compiling argon2 v0.5.3 |
2579 | 2024-07-11T22:14:02.139Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
2580 | 2024-07-11T22:14:02.200Z | Compiling tokio-tungstenite v0.21.0 |
2581 | 2024-07-11T22:14:02.207Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2582 | 2024-07-11T22:14:02.626Z | Compiling trust-dns-resolver v0.22.0 |
2583 | 2024-07-11T22:14:02.721Z | Compiling slog-stdlog v4.1.1 |
2584 | 2024-07-11T22:14:02.861Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2585 | 2024-07-11T22:14:03.094Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2586 | 2024-07-11T22:14:03.210Z | Compiling erased-serde v0.3.31 |
2587 | 2024-07-11T22:14:03.457Z | Compiling serde_arrays v0.1.0 |
2588 | 2024-07-11T22:14:03.600Z | Compiling rfc6979 v0.4.0 |
2589 | 2024-07-11T22:14:03.618Z | Compiling aead v0.5.2 |
2590 | 2024-07-11T22:14:03.787Z | Compiling bitfield-struct v0.6.1 |
2591 | 2024-07-11T22:14:03.995Z | Compiling nibble_vec v0.1.0 |
2592 | 2024-07-11T22:14:04.194Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2593 | 2024-07-11T22:14:04.556Z | Compiling slog-dtrace v0.3.0 |
2594 | 2024-07-11T22:14:04.689Z | Compiling keccak v0.1.5 |
2595 | 2024-07-11T22:14:04.868Z | Compiling topological-sort v0.2.2 |
2596 | 2024-07-11T22:14:04.995Z | Compiling cancel-safe-futures v0.1.5 |
2597 | 2024-07-11T22:14:05.021Z | Compiling endian-type v0.1.2 |
2598 | 2024-07-11T22:14:05.079Z | Compiling omicron-zone-package v0.11.0 |
2599 | 2024-07-11T22:14:05.233Z | Compiling radix_trie v0.2.1 |
2600 | 2024-07-11T22:14:05.264Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2601 | 2024-07-11T22:14:05.380Z | Compiling sha3 v0.10.8 |
2602 | 2024-07-11T22:14:05.866Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2603 | 2024-07-11T22:14:05.936Z | Compiling ecdsa v0.16.9 |
2604 | 2024-07-11T22:14:06.023Z | Compiling rand_core v0.5.1 |
2605 | 2024-07-11T22:14:06.104Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2606 | 2024-07-11T22:14:06.440Z | Compiling slog-envlogger v2.2.0 |
2607 | 2024-07-11T22:14:06.506Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2608 | 2024-07-11T22:14:06.532Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2609 | 2024-07-11T22:14:06.777Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2610 | 2024-07-11T22:14:07.240Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2611 | 2024-07-11T22:14:07.247Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2612 | 2024-07-11T22:14:07.711Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2613 | 2024-07-11T22:14:07.945Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2614 | 2024-07-11T22:14:08.374Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2615 | 2024-07-11T22:14:08.716Z | Compiling mime_guess v2.0.4 |
2616 | 2024-07-11T22:14:09.128Z | Compiling steno v0.4.1 |
2617 | 2024-07-11T22:14:13.908Z | Compiling rustfmt-wrapper v0.2.1 |
2618 | 2024-07-11T22:14:13.960Z | Compiling poly1305 v0.8.0 |
2619 | 2024-07-11T22:14:13.960Z | Compiling tungstenite v0.20.1 |
2620 | 2024-07-11T22:14:13.960Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2621 | 2024-07-11T22:14:13.960Z | Compiling primeorder v0.13.6 |
2622 | 2024-07-11T22:14:13.960Z | Compiling heck v0.3.3 |
2623 | 2024-07-11T22:14:13.960Z | Compiling chacha20 v0.9.1 |
2624 | 2024-07-11T22:14:13.960Z | Compiling thiserror-impl-no-std v2.0.2 |
2625 | 2024-07-11T22:14:13.960Z | Compiling secrecy v0.8.0 |
2626 | 2024-07-11T22:14:13.960Z | Compiling half v2.4.1 |
2627 | 2024-07-11T22:14:13.960Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2628 | 2024-07-11T22:14:13.960Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2629 | 2024-07-11T22:14:13.960Z | Compiling option-ext v0.2.0 |
2630 | 2024-07-11T22:14:13.960Z | Compiling ciborium-io v0.2.2 |
2631 | 2024-07-11T22:14:13.960Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2632 | 2024-07-11T22:14:13.960Z | Compiling dirs-sys v0.4.1 |
2633 | 2024-07-11T22:14:13.960Z | Compiling ciborium-ll v0.2.2 |
2634 | 2024-07-11T22:14:13.960Z | Compiling zone_cfg_derive v0.1.2 |
2635 | 2024-07-11T22:14:13.960Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2636 | 2024-07-11T22:14:13.960Z | Compiling tokio-tungstenite v0.20.1 |
2637 | 2024-07-11T22:14:14.328Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2638 | 2024-07-11T22:14:14.681Z | Compiling parking_lot v0.11.2 |
2639 | 2024-07-11T22:14:14.725Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2640 | 2024-07-11T22:14:14.849Z | Compiling rand_chacha v0.2.2 |
2641 | 2024-07-11T22:14:15.174Z | Compiling thiserror-no-std v2.0.2 |
2642 | 2024-07-11T22:14:15.296Z | Compiling trust-dns-client v0.22.0 |
2643 | 2024-07-11T22:14:15.638Z | Compiling ed25519 v2.2.3 |
2644 | 2024-07-11T22:14:16.134Z | Compiling polyval v0.6.2 |
2645 | 2024-07-11T22:14:16.219Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2646 | 2024-07-11T22:14:16.561Z | Compiling libsw v3.3.1 |
2647 | 2024-07-11T22:14:16.644Z | Compiling toml v0.5.11 |
2648 | 2024-07-11T22:14:16.865Z | Compiling blowfish v0.9.1 |
2649 | 2024-07-11T22:14:16.888Z | Compiling ctr v0.9.2 |
2650 | 2024-07-11T22:14:17.101Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2651 | 2024-07-11T22:14:17.254Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2652 | 2024-07-11T22:14:17.302Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2653 | 2024-07-11T22:14:18.527Z | Compiling aes v0.8.4 |
2654 | 2024-07-11T22:14:20.363Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2655 | 2024-07-11T22:14:21.316Z | Compiling pbkdf2 v0.12.2 |
2656 | 2024-07-11T22:14:21.422Z | Compiling password-hash v0.4.2 |
2657 | 2024-07-11T22:14:21.492Z | Compiling gethostname v0.4.3 |
2658 | 2024-07-11T22:14:21.778Z | Compiling fxhash v0.2.1 |
2659 | 2024-07-11T22:14:21.992Z | Compiling base64 v0.13.1 |
2660 | 2024-07-11T22:14:22.394Z | Compiling owo-colors v4.0.0 |
2661 | 2024-07-11T22:14:22.611Z | Compiling linear-map v1.2.0 |
2662 | 2024-07-11T22:14:22.724Z | Compiling ron v0.7.1 |
2663 | 2024-07-11T22:14:22.973Z | Compiling sled v0.34.7 |
2664 | 2024-07-11T22:14:24.780Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2665 | 2024-07-11T22:14:25.119Z | Compiling pbkdf2 v0.11.0 |
2666 | 2024-07-11T22:14:25.406Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2667 | 2024-07-11T22:14:25.469Z | Compiling bcrypt-pbkdf v0.10.0 |
2668 | 2024-07-11T22:14:26.100Z | Compiling trust-dns-server v0.22.1 |
2669 | 2024-07-11T22:14:27.730Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2670 | 2024-07-11T22:14:29.167Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2671 | 2024-07-11T22:14:29.202Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2672 | 2024-07-11T22:14:29.456Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2673 | 2024-07-11T22:14:30.002Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2674 | 2024-07-11T22:14:31.786Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2675 | 2024-07-11T22:14:32.262Z | Compiling ghash v0.5.1 |
2676 | 2024-07-11T22:14:32.457Z | Compiling ed25519-dalek v2.1.1 |
2677 | 2024-07-11T22:14:32.502Z | Compiling vsss-rs v3.3.4 |
2678 | 2024-07-11T22:14:32.771Z | Compiling rand v0.7.3 |
2679 | 2024-07-11T22:14:33.200Z | Compiling zone v0.1.8 |
2680 | 2024-07-11T22:14:34.265Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2681 | 2024-07-11T22:14:34.648Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2682 | 2024-07-11T22:14:34.881Z | Compiling ciborium v0.2.2 |
2683 | 2024-07-11T22:14:34.929Z | Compiling dirs v5.0.1 |
2684 | 2024-07-11T22:14:35.145Z | Compiling chacha20poly1305 v0.10.1 |
2685 | 2024-07-11T22:14:35.393Z | Compiling p256 v0.13.2 |
2686 | 2024-07-11T22:14:35.494Z | Compiling p521 v0.13.3 |
2687 | 2024-07-11T22:14:36.267Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
2688 | 2024-07-11T22:14:36.389Z | Compiling pem v3.0.4 |
2689 | 2024-07-11T22:14:36.991Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2690 | 2024-07-11T22:14:37.245Z | Compiling headers-core v0.2.0 |
2691 | 2024-07-11T22:14:37.375Z | Compiling cbc v0.1.2 |
2692 | 2024-07-11T22:14:37.409Z | Compiling kstat-rs v0.2.4 |
2693 | 2024-07-11T22:14:37.594Z | Compiling portpicker v0.1.1 |
2694 | 2024-07-11T22:14:37.615Z | Compiling nanorand v0.7.0 |
2695 | 2024-07-11T22:14:37.885Z | Compiling russh-cryptovec v0.7.2 |
2696 | 2024-07-11T22:14:37.925Z | Compiling glob v0.3.1 |
2697 | 2024-07-11T22:14:38.051Z | Compiling md5 v0.7.0 |
2698 | 2024-07-11T22:14:38.206Z | Compiling http-range v0.1.5 |
2699 | 2024-07-11T22:14:38.230Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2700 | 2024-07-11T22:14:38.526Z | Compiling hyper-staticfile v0.9.5 |
2701 | 2024-07-11T22:14:38.543Z | Compiling russh-keys v0.43.0 |
2702 | 2024-07-11T22:14:38.585Z | Compiling flume v0.11.0 |
2703 | 2024-07-11T22:14:38.875Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2704 | 2024-07-11T22:14:39.247Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2705 | 2024-07-11T22:14:39.526Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2706 | 2024-07-11T22:14:41.655Z | Compiling headers v0.3.9 |
2707 | 2024-07-11T22:14:41.941Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2708 | 2024-07-11T22:14:42.188Z | Compiling rcgen v0.12.1 |
2709 | 2024-07-11T22:14:43.690Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2710 | 2024-07-11T22:14:44.487Z | Compiling aes-gcm v0.10.3 |
2711 | 2024-07-11T22:14:44.816Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2712 | 2024-07-11T22:14:44.878Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2713 | 2024-07-11T22:14:46.224Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2714 | 2024-07-11T22:14:46.740Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2715 | 2024-07-11T22:14:51.228Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2716 | 2024-07-11T22:14:51.504Z | Compiling atomicwrites v0.4.3 |
2717 | 2024-07-11T22:14:51.882Z | Compiling subprocess v0.2.9 |
2718 | 2024-07-11T22:14:52.749Z | Compiling dhcproto-macros v0.1.0 |
2719 | 2024-07-11T22:14:53.614Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2720 | 2024-07-11T22:14:53.975Z | Compiling display-error-chain v0.2.0 |
2721 | 2024-07-11T22:14:53.987Z | Compiling hex-literal v0.4.1 |
2722 | 2024-07-11T22:14:54.135Z | Compiling russh v0.43.0 |
2723 | 2024-07-11T22:14:54.175Z | Compiling dhcproto v0.11.0 |
2724 | 2024-07-11T22:14:54.590Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2725 | 2024-07-11T22:14:56.439Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2726 | 2024-07-11T22:14:57.387Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2727 | 2024-07-11T22:14:57.675Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2728 | 2024-07-11T22:14:58.128Z | Compiling internet-checksum v0.2.1 |
2729 | 2024-07-11T22:15:19.424Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2730 | 2024-07-11T22:16:01.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 39s |
2731 | 2024-07-11T22:16:01.342Z | |
2732 | 2024-07-11T22:16:01.342Z | real 3:39.221255620 |
2733 | 2024-07-11T22:16:01.342Z | user 19:40.732334771 |
2734 | 2024-07-11T22:16:01.342Z | sys 4:12.977400019 |
2735 | 2024-07-11T22:16:01.342Z | trap 0.569312811 |
2736 | 2024-07-11T22:16:01.342Z | tflt 0.502305825 |
2737 | 2024-07-11T22:16:01.342Z | dflt 1.899350653 |
2738 | 2024-07-11T22:16:01.342Z | kflt 0.000107989 |
2739 | 2024-07-11T22:16:01.342Z | lock 42:05.856680078 |
2740 | 2024-07-11T22:16:01.342Z | slp 56:40.526736659 |
2741 | 2024-07-11T22:16:01.342Z | lat 1:04.080118591 |
2742 | 2024-07-11T22:16:01.342Z | stop 2:21.960736901 |
2743 | 2024-07-11T22:16:01.345Z | + mkdir tests |
2744 | 2024-07-11T22:16:01.347Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2745 | 2024-07-11T22:16:01.347Z | + xargs -I '{}' -t cp '{}' tests/ |
2746 | 2024-07-11T22:16:02.402Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5465fa55270b9cf3 tests/ |
2747 | 2024-07-11T22:16:02.427Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-042ee7f868ef739c tests/ |
2748 | 2024-07-11T22:16:02.453Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-4f5d40e613b07835 tests/ |
2749 | 2024-07-11T22:16:02.479Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cfd88465eab6d8b2 tests/ |
2750 | 2024-07-11T22:16:02.825Z | + 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/*) |
2751 | 2024-07-11T22:16:02.828Z | + 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-5465fa55270b9cf3 tests/commtest-4f5d40e613b07835 tests/dhcp_server-042ee7f868ef739c tests/end_to_end_tests-cfd88465eab6d8b2 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 |
2752 | 2024-07-11T22:17:07.326Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2753 | 2024-07-11T22:17:07.326Z | a out/target/test 1K |
2754 | 2024-07-11T22:17:07.326Z | a out/npuzone/npuzone 23144K |
2755 | 2024-07-11T22:17:07.326Z | a package-manifest.toml 29K |
2756 | 2024-07-11T22:17:07.326Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2757 | 2024-07-11T22:17:07.326Z | a target/release/omicron-package 32521K |
2758 | 2024-07-11T22:17:07.326Z | a target/release/xtask 18147K |
2759 | 2024-07-11T22:17:07.326Z | a target/debug/bootstrap 358739K |
2760 | 2024-07-11T22:17:07.326Z | a tests/bootstrap-5465fa55270b9cf3 23983K |
2761 | 2024-07-11T22:17:07.326Z | a tests/commtest-4f5d40e613b07835 23984K |
2762 | 2024-07-11T22:17:07.326Z | a tests/dhcp_server-042ee7f868ef739c 23983K |
2763 | 2024-07-11T22:17:07.326Z | a tests/end_to_end_tests-cfd88465eab6d8b2 369533K |
2764 | 2024-07-11T22:17:07.326Z | a out/clickhouse.tar.gz 223116K |
2765 | 2024-07-11T22:17:07.327Z | a out/clickhouse_keeper.tar.gz 223100K |
2766 | 2024-07-11T22:17:07.327Z | a out/cockroachdb.tar.gz 131965K |
2767 | 2024-07-11T22:17:07.327Z | a out/crucible-dtrace.tar 85K |
2768 | 2024-07-11T22:17:07.327Z | a out/crucible-pantry-zone.tar.gz 27050K |
2769 | 2024-07-11T22:17:07.327Z | a out/crucible-zone.tar.gz 37418K |
2770 | 2024-07-11T22:17:07.327Z | a out/external-dns.tar.gz 25126K |
2771 | 2024-07-11T22:17:07.327Z | a out/internal-dns.tar.gz 25126K |
2772 | 2024-07-11T22:17:07.327Z | a out/mg-ddm-gz.tar 60617K |
2773 | 2024-07-11T22:17:07.327Z | a out/nexus.tar.gz 84988K |
2774 | 2024-07-11T22:17:07.327Z | a out/ntp.tar.gz 8928K |
2775 | 2024-07-11T22:17:07.327Z | a out/omicron-gateway-softnpu.tar.gz 13825K |
2776 | 2024-07-11T22:17:07.327Z | a out/omicron-sled-agent.tar 94558K |
2777 | 2024-07-11T22:17:07.327Z | a out/overlay.tar.gz 3K |
2778 | 2024-07-11T22:17:07.327Z | a out/oximeter.tar.gz 42133K |
2779 | 2024-07-11T22:17:07.327Z | a out/oxlog.tar 2955K |
2780 | 2024-07-11T22:17:07.327Z | a out/probe.tar.gz 2764K |
2781 | 2024-07-11T22:17:07.327Z | a out/propolis-server.tar.gz 64642K |
2782 | 2024-07-11T22:17:07.327Z | a out/pumpkind-gz.tar 26665K |
2783 | 2024-07-11T22:17:07.327Z | a out/switch-softnpu.tar.gz 198604K |
2784 | 2024-07-11T22:17:07.330Z | |
2785 | 2024-07-11T22:17:07.330Z | real 1:04.490824151 |
2786 | 2024-07-11T22:17:07.330Z | user 1:01.822050030 |
2787 | 2024-07-11T22:17:07.330Z | sys 3.620668401 |
2788 | 2024-07-11T22:17:07.330Z | trap 0.015037900 |
2789 | 2024-07-11T22:17:07.330Z | tflt 0.000000000 |
2790 | 2024-07-11T22:17:07.330Z | dflt 0.000000000 |
2791 | 2024-07-11T22:17:07.330Z | kflt 0.000000000 |
2792 | 2024-07-11T22:17:07.330Z | lock 0.000000000 |
2793 | 2024-07-11T22:17:07.330Z | slp 1:01.742165560 |
2794 | 2024-07-11T22:17:07.330Z | lat 1.776202324 |
2795 | 2024-07-11T22:17:07.330Z | stop 0.000497879 |
2796 | 2024-07-11T22:17:07.330Z | process exited: duration 1702279 ms, exit code 0 |
|
2797 | 2024-07-11T22:17:07.345Z | found 1 output files |
2798 | 2024-07-11T22:17:07.345Z | uploading: /work/package.tar.gz (1407254725 bytes) |
2799 | 2024-07-11T22:17:37.176Z | uploaded: /work/package.tar.gz |