|
|
|
1 | 2024-09-01T20:18:33.785Z | job assigned to worker 01J6QKS2BCS3RKBFJ3GWQJWNJ5 (queued for 57 s) |
|
2 | 2024-09-01T20:18:40.865Z | starting task 0: "setup" |
3 | 2024-09-01T20:18:40.875Z | ++ uname -s |
4 | 2024-09-01T20:18:40.878Z | + kern=SunOS |
5 | 2024-09-01T20:18:40.878Z | + case "$kern" in |
6 | 2024-09-01T20:18:40.878Z | + groupadd -g 12345 build |
7 | 2024-09-01T20:18:40.881Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-01T20:18:42.893Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-01T20:18:43.012Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-01T20:18:43.015Z | + home_fs=zfs |
11 | 2024-09-01T20:18:43.015Z | + [[ zfs == autofs ]] |
12 | 2024-09-01T20:18:43.015Z | + mkdir -p /home/build |
13 | 2024-09-01T20:18:43.017Z | + chown build:build /home/build /work |
14 | 2024-09-01T20:18:45.027Z | + chmod 0700 /home/build /work |
15 | 2024-09-01T20:18:45.041Z | process exited: duration 4157 ms, exit code 0 |
|
16 | 2024-09-01T20:18:45.081Z | starting task 1: "rust-toolchain" |
17 | 2024-09-01T20:18:45.100Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-01T20:18:45.100Z | ' 1.80.1 |
19 | 2024-09-01T20:18:45.100Z | + printf ' * toolchain profile = "%s" |
20 | 2024-09-01T20:18:45.100Z | ' default |
21 | 2024-09-01T20:18:45.100Z | * toolchain channel = "1.80.1" |
22 | 2024-09-01T20:18:45.100Z | * toolchain profile = "default" |
23 | 2024-09-01T20:18:45.100Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-01T20:18:45.100Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-01T20:18:45.197Z | info: downloading installer |
26 | 2024-09-01T20:18:46.783Z | info: profile set to 'default' |
27 | 2024-09-01T20:18:46.783Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-01T20:18:46.787Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-01T20:18:46.907Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-01T20:18:46.907Z | info: downloading component 'cargo' |
31 | 2024-09-01T20:18:47.535Z | info: downloading component 'clippy' |
32 | 2024-09-01T20:18:47.759Z | info: downloading component 'rust-docs' |
33 | 2024-09-01T20:18:48.683Z | info: downloading component 'rust-std' |
34 | 2024-09-01T20:18:49.860Z | info: downloading component 'rustc' |
35 | 2024-09-01T20:18:53.285Z | info: downloading component 'rustfmt' |
36 | 2024-09-01T20:18:53.490Z | info: installing component 'cargo' |
37 | 2024-09-01T20:18:54.305Z | info: installing component 'clippy' |
38 | 2024-09-01T20:18:54.671Z | info: installing component 'rust-docs' |
39 | 2024-09-01T20:18:56.324Z | info: installing component 'rust-std' |
40 | 2024-09-01T20:18:57.991Z | info: installing component 'rustc' |
41 | 2024-09-01T20:19:02.238Z | info: installing component 'rustfmt' |
42 | 2024-09-01T20:19:02.579Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-01T20:19:02.579Z | |
44 | 2024-09-01T20:19:02.833Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-01T20:19:02.833Z | |
46 | 2024-09-01T20:19:02.837Z | |
47 | 2024-09-01T20:19:02.837Z | Rust is installed now. Great! |
48 | 2024-09-01T20:19:02.837Z | |
49 | 2024-09-01T20:19:02.837Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-01T20:19:02.837Z | environment variable. This has not been done automatically. |
51 | 2024-09-01T20:19:02.837Z | |
52 | 2024-09-01T20:19:02.837Z | To configure your current shell, you need to source |
53 | 2024-09-01T20:19:02.837Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-01T20:19:02.837Z | |
55 | 2024-09-01T20:19:02.837Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-01T20:19:02.837Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-01T20:19:02.837Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-01T20:19:02.885Z | + rustc --version |
59 | 2024-09-01T20:19:02.949Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-01T20:19:02.952Z | process exited: duration 17867 ms, exit code 0 |
|
61 | 2024-09-01T20:19:02.959Z | starting task 2: "authentication" |
62 | 2024-09-01T20:19:02.979Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-09-01T20:19:02.984Z | starting task 3: "clone repository" |
64 | 2024-09-01T20:19:02.989Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-01T20:19:02.992Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-01T20:19:03.039Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-01T20:19:08.095Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-01T20:19:08.095Z | + git fetch origin 1b3fcadee3534d0c535c9f7b00c1474e0a1c573a |
69 | 2024-09-01T20:19:08.369Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-01T20:19:08.369Z | * branch 1b3fcadee3534d0c535c9f7b00c1474e0a1c573a -> FETCH_HEAD |
71 | 2024-09-01T20:19:08.378Z | + [[ -n eliza/486-sa-errors ]] |
72 | 2024-09-01T20:19:08.381Z | ++ git branch --show-current |
73 | 2024-09-01T20:19:08.383Z | + current=main |
74 | 2024-09-01T20:19:08.383Z | + [[ main != eliza/486-sa-errors ]] |
75 | 2024-09-01T20:19:08.383Z | + git branch -f eliza/486-sa-errors 1b3fcadee3534d0c535c9f7b00c1474e0a1c573a |
76 | 2024-09-01T20:19:08.386Z | + git checkout -f eliza/486-sa-errors |
77 | 2024-09-01T20:19:08.540Z | Switched to branch 'eliza/486-sa-errors' |
78 | 2024-09-01T20:19:08.543Z | + git reset --hard 1b3fcadee3534d0c535c9f7b00c1474e0a1c573a |
79 | 2024-09-01T20:19:08.691Z | HEAD is now at 1b3fcadee blehhh rustfmt |
80 | 2024-09-01T20:19:08.694Z | process exited: duration 5703 ms, exit code 0 |
|
81 | 2024-09-01T20:19:08.699Z | starting task 4: "build" |
82 | 2024-09-01T20:19:08.704Z | + cargo --version |
83 | 2024-09-01T20:19:08.759Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-01T20:19:08.762Z | + rustc --version |
85 | 2024-09-01T20:19:08.818Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-01T20:19:08.821Z | + WORK=/work |
87 | 2024-09-01T20:19:08.821Z | + pfexec mkdir -p /work |
88 | 2024-09-01T20:19:08.826Z | + pfexec chown build /work |
89 | 2024-09-01T20:19:08.829Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-09-01T20:19:14.155Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-09-01T20:19:16.463Z | Startup: Caching catalogs ... Done |
92 | 2024-09-01T20:19:18.461Z | Planning: Solver setup ... Done (1.421s) |
93 | 2024-09-01T20:19:18.483Z | Planning: Running solver ... Done (0.022s) |
94 | 2024-09-01T20:19:18.529Z | Planning: Finding local manifests ... Done (0.007s) |
95 | 2024-09-01T20:19:18.542Z | Planning: Fetching manifests: 0/5 0% complete |
96 | 2024-09-01T20:19:18.762Z | Planning: Fetching manifests: 5/5 100% complete |
97 | 2024-09-01T20:19:18.863Z | Planning: Package planning ... Done (0.101s) |
98 | 2024-09-01T20:19:18.919Z | Planning: Merging actions ... Done (0.056s) |
99 | 2024-09-01T20:19:19.128Z | Planning: Checking for conflicting actions ... Done (0.208s) |
100 | 2024-09-01T20:19:21.213Z | Planning: Consolidating action changes ... Done (2.083s) |
101 | 2024-09-01T20:19:21.670Z | Planning: Evaluating mediators ... Done (0.457s) |
102 | 2024-09-01T20:19:21.750Z | Planning: Planning completed in 5.20 seconds |
103 | 2024-09-01T20:19:21.766Z | Packages to install: 4 |
104 | 2024-09-01T20:19:21.766Z | Packages to update: 1 |
105 | 2024-09-01T20:19:21.771Z | Mediators to change: 2 |
106 | 2024-09-01T20:19:21.771Z | Services to change: 1 |
107 | 2024-09-01T20:19:21.771Z | Estimated space available: 155.72 GB |
108 | 2024-09-01T20:19:21.771Z | Estimated space to be consumed: 1.53 GB |
109 | 2024-09-01T20:19:21.771Z | Create boot environment: No |
110 | 2024-09-01T20:19:21.771Z | Create backup boot environment: Yes |
111 | 2024-09-01T20:19:21.771Z | Rebuild boot archive: No |
112 | 2024-09-01T20:19:21.771Z | |
113 | 2024-09-01T20:19:21.771Z | Changed mediators: |
114 | 2024-09-01T20:19:21.771Z | mediator clang: |
115 | 2024-09-01T20:19:21.771Z | version: None -> 15 (system default) |
116 | 2024-09-01T20:19:21.771Z | |
117 | 2024-09-01T20:19:21.771Z | mediator llvm: |
118 | 2024-09-01T20:19:21.771Z | version: 14 (system default) -> 15 (system default) |
119 | 2024-09-01T20:19:21.771Z | |
120 | 2024-09-01T20:19:21.771Z | Changed packages: |
121 | 2024-09-01T20:19:21.771Z | helios-dev |
122 | 2024-09-01T20:19:21.771Z | developer/build-essential |
123 | 2024-09-01T20:19:21.771Z | None -> 11-2.0 |
124 | 2024-09-01T20:19:21.771Z | library/libxmlsec1 |
125 | 2024-09-01T20:19:21.771Z | None -> 1.2.35-2.0 |
126 | 2024-09-01T20:19:21.771Z | ooce/developer/clang-15 |
127 | 2024-09-01T20:19:21.771Z | None -> 15.0.7-2.0 |
128 | 2024-09-01T20:19:21.771Z | ooce/developer/llvm-15 |
129 | 2024-09-01T20:19:21.771Z | None -> 15.0.7-2.0 |
130 | 2024-09-01T20:19:21.771Z | package/pkg |
131 | 2024-09-01T20:19:21.772Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
132 | 2024-09-01T20:19:21.772Z | |
133 | 2024-09-01T20:19:21.772Z | Services: |
134 | 2024-09-01T20:19:21.772Z | restart_fmri: |
135 | 2024-09-01T20:19:21.772Z | svc:/system/update-man-index:default |
136 | 2024-09-01T20:19:21.772Z | |
137 | 2024-09-01T20:19:21.772Z | Editable files to change: |
138 | 2024-09-01T20:19:21.772Z | Update: |
139 | 2024-09-01T20:19:21.772Z | usr/share/lib/pkg/web/config.shtml |
140 | 2024-09-01T20:19:21.854Z | |
141 | 2024-09-01T20:19:21.854Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
142 | 2024-09-01T20:19:26.859Z | Download: 1201/4281 items 83.5/220.6MB 37% complete (16.9M/s) |
143 | 2024-09-01T20:19:31.919Z | Download: 2222/4281 items 119.2/220.6MB 54% complete (12.7M/s) |
144 | 2024-09-01T20:19:37.023Z | Download: 3247/4281 items 195.0/220.6MB 88% complete (11.2M/s) |
145 | 2024-09-01T20:19:43.037Z | Download: 3288/4281 items 212.6/220.6MB 96% complete (9.3M/s) |
146 | 2024-09-01T20:19:46.050Z | Download: Completed 220.60 MB in 24.17 seconds (9.1M/s) |
147 | 2024-09-01T20:19:48.176Z | Actions: 1/5063 actions (Removing old actions) |
148 | 2024-09-01T20:19:48.199Z | Actions: 194/5063 actions (Installing new actions) |
149 | 2024-09-01T20:19:52.915Z | Actions: 4226/5063 actions (Updating modified actions) |
150 | 2024-09-01T20:19:53.237Z | Actions: Completed 5063 actions in 5.06 seconds. |
151 | 2024-09-01T20:19:53.527Z | Done (0.283s) |
152 | 2024-09-01T20:19:53.530Z | Done (0.000s) |
153 | 2024-09-01T20:19:53.910Z | Done (0.381s) |
154 | 2024-09-01T20:19:58.410Z | Done (4.313s) |
155 | 2024-09-01T20:19:58.500Z | Done (0.019s) |
156 | 2024-09-01T20:19:58.503Z | Done (0.000s) |
157 | 2024-09-01T20:19:58.699Z | Done (0.000s) |
158 | 2024-09-01T20:19:59.296Z | Planning: Evaluating mediator changes ... Done |
159 | 2024-09-01T20:19:59.458Z | Planning: Checking for conflicting actions ... Done |
160 | 2024-09-01T20:19:59.460Z | Planning: Consolidating action changes ... Done |
161 | 2024-09-01T20:19:59.735Z | Planning: Evaluating mediators ... Done |
162 | 2024-09-01T20:19:59.737Z | Planning: Planning completed in 0.44 seconds |
163 | 2024-09-01T20:19:59.776Z | Mediators to change: 2 |
164 | 2024-09-01T20:19:59.776Z | Create boot environment: No |
165 | 2024-09-01T20:19:59.778Z | Create backup boot environment: No |
166 | 2024-09-01T20:19:59.849Z | Done |
167 | 2024-09-01T20:19:59.849Z | Done |
168 | 2024-09-01T20:20:00.081Z | Done |
169 | 2024-09-01T20:20:03.716Z | Done |
170 | 2024-09-01T20:20:03.808Z | Done |
171 | 2024-09-01T20:20:03.810Z | Done |
172 | 2024-09-01T20:20:03.926Z | Done |
173 | 2024-09-01T20:20:04.550Z | Planning: Evaluating mediator changes ... Done |
174 | 2024-09-01T20:20:04.580Z | Planning: Merging actions ... Done |
175 | 2024-09-01T20:20:04.726Z | Planning: Checking for conflicting actions ... Done |
176 | 2024-09-01T20:20:04.728Z | Planning: Consolidating action changes ... Done |
177 | 2024-09-01T20:20:04.989Z | Planning: Evaluating mediators ... Done |
178 | 2024-09-01T20:20:05.044Z | Planning: Planning completed in 0.75 seconds |
179 | 2024-09-01T20:20:05.084Z | Packages to change: 1 |
180 | 2024-09-01T20:20:05.084Z | Mediators to change: 1 |
181 | 2024-09-01T20:20:05.084Z | Services to change: 1 |
182 | 2024-09-01T20:20:05.086Z | Create boot environment: No |
183 | 2024-09-01T20:20:05.086Z | Create backup boot environment: Yes |
184 | 2024-09-01T20:20:06.966Z | Actions: 1/6 actions (Updating modified actions) |
185 | 2024-09-01T20:20:06.973Z | Actions: Completed 6 actions in 0.00 seconds. |
186 | 2024-09-01T20:20:06.973Z | Done |
187 | 2024-09-01T20:20:06.974Z | Done |
188 | 2024-09-01T20:20:07.051Z | Done |
189 | 2024-09-01T20:20:10.633Z | Done |
190 | 2024-09-01T20:20:10.726Z | Done |
191 | 2024-09-01T20:20:10.728Z | Done |
192 | 2024-09-01T20:20:10.826Z | Done |
193 | 2024-09-01T20:20:11.259Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
194 | 2024-09-01T20:20:11.259Z | clang system 15 system |
195 | 2024-09-01T20:20:11.259Z | csh system system illumos |
196 | 2024-09-01T20:20:11.259Z | ctags system system illumos |
197 | 2024-09-01T20:20:11.259Z | gcc vendor 12 vendor |
198 | 2024-09-01T20:20:11.259Z | gcc system 10 system |
199 | 2024-09-01T20:20:11.259Z | gcc system 7 system |
200 | 2024-09-01T20:20:11.259Z | go system 1.20 system |
201 | 2024-09-01T20:20:11.259Z | go system 1.19 system |
202 | 2024-09-01T20:20:11.259Z | llvm system 15 system |
203 | 2024-09-01T20:20:11.259Z | llvm system 14 system |
204 | 2024-09-01T20:20:11.259Z | mariadb system 10.6 system |
205 | 2024-09-01T20:20:11.259Z | mta vendor vendor dma |
206 | 2024-09-01T20:20:11.259Z | openjdk system 17 system |
207 | 2024-09-01T20:20:11.259Z | openjdk system 11 system |
208 | 2024-09-01T20:20:11.259Z | openjdk system 1.8 system |
209 | 2024-09-01T20:20:11.259Z | openssl vendor 3 vendor |
210 | 2024-09-01T20:20:11.259Z | perl system 5.36 system |
211 | 2024-09-01T20:20:11.259Z | postgresql system 15 system |
212 | 2024-09-01T20:20:11.259Z | postgresql system 13 system |
213 | 2024-09-01T20:20:11.259Z | python vendor 3 vendor |
214 | 2024-09-01T20:20:11.259Z | python system 2 system |
215 | 2024-09-01T20:20:11.259Z | python3 system 3.11 system |
216 | 2024-09-01T20:20:11.260Z | ruby system 3.0 system |
217 | 2024-09-01T20:20:11.260Z | words vendor vendor american-english |
218 | 2024-09-01T20:20:11.260Z | words system system australian-english |
219 | 2024-09-01T20:20:11.260Z | words system system british-english |
220 | 2024-09-01T20:20:11.260Z | words system system canadian-english |
221 | 2024-09-01T20:20:11.260Z | words system system french |
222 | 2024-09-01T20:20:11.260Z | words system system italian |
223 | 2024-09-01T20:20:11.260Z | words system system ngerman |
224 | 2024-09-01T20:20:11.260Z | words system system ogerman |
225 | 2024-09-01T20:20:11.260Z | words system system spanish |
226 | 2024-09-01T20:20:11.592Z | PUBLISHER TYPE STATUS P LOCATION |
227 | 2024-09-01T20:20:11.592Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
228 | 2024-09-01T20:20:13.387Z | FMRI IFO |
229 | 2024-09-01T20:20:13.387Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
230 | 2024-09-01T20:20:13.387Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
231 | 2024-09-01T20:20:13.387Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
232 | 2024-09-01T20:20:13.387Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
233 | 2024-09-01T20:20:13.387Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
234 | 2024-09-01T20:20:13.387Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
235 | 2024-09-01T20:20:13.387Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
236 | 2024-09-01T20:20:13.387Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
237 | 2024-09-01T20:20:13.387Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
238 | 2024-09-01T20:20:13.387Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
239 | 2024-09-01T20:20:13.387Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
240 | 2024-09-01T20:20:13.387Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
241 | 2024-09-01T20:20:13.388Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
242 | 2024-09-01T20:20:13.985Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
243 | 2024-09-01T20:20:14.234Z | Updating crates.io index |
244 | 2024-09-01T20:20:14.321Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
245 | 2024-09-01T20:20:15.079Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
246 | 2024-09-01T20:20:15.792Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
247 | 2024-09-01T20:20:16.062Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
248 | 2024-09-01T20:20:17.553Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
249 | 2024-09-01T20:20:17.773Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
250 | 2024-09-01T20:20:18.028Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
251 | 2024-09-01T20:20:19.216Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
252 | 2024-09-01T20:20:21.081Z | Updating git repository `https://github.com/oxidecomputer/opte` |
253 | 2024-09-01T20:20:22.041Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
254 | 2024-09-01T20:20:22.757Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
255 | 2024-09-01T20:20:22.990Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
256 | 2024-09-01T20:20:23.460Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
257 | 2024-09-01T20:20:23.740Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
258 | 2024-09-01T20:20:24.049Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
259 | 2024-09-01T20:20:24.370Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
260 | 2024-09-01T20:20:24.729Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
261 | 2024-09-01T20:20:24.999Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
262 | 2024-09-01T20:20:25.295Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
263 | 2024-09-01T20:20:25.531Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
264 | 2024-09-01T20:20:25.807Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
265 | 2024-09-01T20:20:26.198Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
266 | 2024-09-01T20:20:26.596Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
267 | 2024-09-01T20:20:26.996Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
268 | 2024-09-01T20:20:27.433Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
269 | 2024-09-01T20:20:27.776Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
270 | 2024-09-01T20:20:28.106Z | Updating git repository `https://github.com/oxidecomputer/typify` |
271 | 2024-09-01T20:20:30.338Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
272 | 2024-09-01T20:20:30.552Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
273 | 2024-09-01T20:20:30.811Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
274 | 2024-09-01T20:20:31.322Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
275 | 2024-09-01T20:20:32.562Z | Downloading crates ... |
276 | 2024-09-01T20:20:32.649Z | Downloaded dtrace-parser v0.2.0 |
277 | 2024-09-01T20:20:32.658Z | Downloaded autocfg v1.3.0 |
278 | 2024-09-01T20:20:32.662Z | Downloaded anyhow v1.0.86 |
279 | 2024-09-01T20:20:32.666Z | Downloaded anstream v0.6.14 |
280 | 2024-09-01T20:20:32.680Z | Downloaded pretty-hex v0.4.1 |
281 | 2024-09-01T20:20:32.683Z | Downloaded usdt-macro v0.5.0 |
282 | 2024-09-01T20:20:32.687Z | Downloaded errno v0.3.9 |
283 | 2024-09-01T20:20:32.689Z | Downloaded cargo_metadata v0.18.1 |
284 | 2024-09-01T20:20:32.691Z | Downloaded cfg-if v1.0.0 |
285 | 2024-09-01T20:20:32.692Z | Downloaded equivalent v1.0.1 |
286 | 2024-09-01T20:20:32.694Z | Downloaded colorchoice v1.0.1 |
287 | 2024-09-01T20:20:32.694Z | Downloaded camino-tempfile v1.1.1 |
288 | 2024-09-01T20:20:32.696Z | Downloaded clap_lex v0.7.0 |
289 | 2024-09-01T20:20:32.696Z | Downloaded digest v0.10.7 |
290 | 2024-09-01T20:20:32.699Z | Downloaded cpufeatures v0.2.12 |
291 | 2024-09-01T20:20:32.702Z | Downloaded byteorder v1.5.0 |
292 | 2024-09-01T20:20:32.702Z | Downloaded itoa v1.0.11 |
293 | 2024-09-01T20:20:32.704Z | Downloaded generic-array v0.14.7 |
294 | 2024-09-01T20:20:32.706Z | Downloaded block-buffer v0.10.4 |
295 | 2024-09-01T20:20:32.706Z | Downloaded thiserror-impl v1.0.63 |
296 | 2024-09-01T20:20:32.708Z | Downloaded pest_generator v2.7.10 |
297 | 2024-09-01T20:20:32.708Z | Downloaded anstyle-query v1.0.3 |
298 | 2024-09-01T20:20:32.711Z | Downloaded strsim v0.11.1 |
299 | 2024-09-01T20:20:32.711Z | Downloaded heck v0.4.1 |
300 | 2024-09-01T20:20:32.713Z | Downloaded anstyle-parse v0.2.4 |
301 | 2024-09-01T20:20:32.716Z | Downloaded serde_spanned v0.6.7 |
302 | 2024-09-01T20:20:32.716Z | Downloaded fnv v1.0.7 |
303 | 2024-09-01T20:20:32.718Z | Downloaded toml_datetime v0.6.8 |
304 | 2024-09-01T20:20:32.721Z | Downloaded version_check v0.9.5 |
305 | 2024-09-01T20:20:32.729Z | Downloaded is_terminal_polyfill v1.70.0 |
306 | 2024-09-01T20:20:32.733Z | Downloaded scroll_derive v0.12.0 |
307 | 2024-09-01T20:20:32.736Z | Downloaded swrite v0.1.0 |
308 | 2024-09-01T20:20:32.736Z | Downloaded anstyle v1.0.8 |
309 | 2024-09-01T20:20:32.738Z | Downloaded scroll v0.12.0 |
310 | 2024-09-01T20:20:32.741Z | Downloaded semver v1.0.23 |
311 | 2024-09-01T20:20:32.741Z | Downloaded proc-macro-error-attr v1.0.4 |
312 | 2024-09-01T20:20:32.743Z | Downloaded sha2 v0.10.8 |
313 | 2024-09-01T20:20:32.746Z | Downloaded once_cell v1.19.0 |
314 | 2024-09-01T20:20:32.749Z | Downloaded dof v0.3.0 |
315 | 2024-09-01T20:20:32.749Z | Downloaded quote v1.0.36 |
316 | 2024-09-01T20:20:32.751Z | Downloaded crypto-common v0.1.6 |
317 | 2024-09-01T20:20:32.751Z | Downloaded fastrand v2.1.0 |
318 | 2024-09-01T20:20:32.754Z | Downloaded bytecount v0.6.8 |
319 | 2024-09-01T20:20:32.756Z | Downloaded terminal_size v0.3.0 |
320 | 2024-09-01T20:20:32.756Z | Downloaded tabled_derive v0.7.0 |
321 | 2024-09-01T20:20:32.756Z | Downloaded memmap v0.7.0 |
322 | 2024-09-01T20:20:32.759Z | Downloaded usdt-attr-macro v0.5.0 |
323 | 2024-09-01T20:20:32.759Z | Downloaded thread-id v4.2.1 |
324 | 2024-09-01T20:20:32.766Z | Downloaded clap_derive v4.5.13 |
325 | 2024-09-01T20:20:32.768Z | Downloaded cargo_toml v0.20.4 |
326 | 2024-09-01T20:20:32.774Z | Downloaded usdt v0.5.0 |
327 | 2024-09-01T20:20:32.776Z | Downloaded macaddr v1.0.1 |
328 | 2024-09-01T20:20:32.776Z | Downloaded fs-err v2.11.0 |
329 | 2024-09-01T20:20:32.782Z | Downloaded unicode-linebreak v0.1.5 |
330 | 2024-09-01T20:20:32.787Z | Downloaded unicode-ident v1.0.12 |
331 | 2024-09-01T20:20:32.789Z | Downloaded tempfile v3.10.1 |
332 | 2024-09-01T20:20:32.792Z | Downloaded typenum v1.17.0 |
333 | 2024-09-01T20:20:32.794Z | Downloaded log v0.4.21 |
334 | 2024-09-01T20:20:32.797Z | Downloaded textwrap v0.16.1 |
335 | 2024-09-01T20:20:32.799Z | Downloaded pest_meta v2.7.10 |
336 | 2024-09-01T20:20:32.802Z | Downloaded utf8parse v0.2.1 |
337 | 2024-09-01T20:20:32.802Z | Downloaded usdt-impl v0.5.0 |
338 | 2024-09-01T20:20:32.804Z | Downloaded camino v1.1.9 |
339 | 2024-09-01T20:20:32.807Z | Downloaded toml v0.8.19 |
340 | 2024-09-01T20:20:32.810Z | Downloaded smawk v0.3.2 |
341 | 2024-09-01T20:20:32.810Z | Downloaded plain v0.2.3 |
342 | 2024-09-01T20:20:32.812Z | Downloaded heck v0.5.0 |
343 | 2024-09-01T20:20:32.812Z | Downloaded cargo-platform v0.1.8 |
344 | 2024-09-01T20:20:32.816Z | Downloaded proc-macro-error v1.0.4 |
345 | 2024-09-01T20:20:32.818Z | Downloaded clap v4.5.16 |
346 | 2024-09-01T20:20:32.824Z | Downloaded thiserror v1.0.63 |
347 | 2024-09-01T20:20:32.828Z | Downloaded ryu v1.0.18 |
348 | 2024-09-01T20:20:32.831Z | Downloaded bitflags v2.6.0 |
349 | 2024-09-01T20:20:32.835Z | Downloaded serde_tokenstream v0.2.2 |
350 | 2024-09-01T20:20:32.837Z | Downloaded indexmap v2.4.0 |
351 | 2024-09-01T20:20:32.841Z | Downloaded ucd-trie v0.1.6 |
352 | 2024-09-01T20:20:32.845Z | Downloaded papergrid v0.11.0 |
353 | 2024-09-01T20:20:32.855Z | Downloaded proc-macro2 v1.0.86 |
354 | 2024-09-01T20:20:32.858Z | Downloaded pest_derive v2.7.10 |
355 | 2024-09-01T20:20:32.865Z | Downloaded zerocopy-derive v0.7.34 |
356 | 2024-09-01T20:20:32.869Z | Downloaded serde_derive v1.0.208 |
357 | 2024-09-01T20:20:32.874Z | Downloaded serde v1.0.208 |
358 | 2024-09-01T20:20:32.882Z | Downloaded memchr v2.7.2 |
359 | 2024-09-01T20:20:32.890Z | Downloaded pest v2.7.10 |
360 | 2024-09-01T20:20:32.895Z | Downloaded toml_edit v0.22.20 |
361 | 2024-09-01T20:20:32.916Z | Downloaded clap_builder v4.5.15 |
362 | 2024-09-01T20:20:32.925Z | Downloaded zerocopy v0.7.34 |
363 | 2024-09-01T20:20:32.941Z | Downloaded serde_json v1.0.125 |
364 | 2024-09-01T20:20:32.947Z | Downloaded hashbrown v0.14.5 |
365 | 2024-09-01T20:20:32.952Z | Downloaded winnow v0.6.18 |
366 | 2024-09-01T20:20:32.960Z | Downloaded tabled v0.15.0 |
367 | 2024-09-01T20:20:32.976Z | Downloaded goblin v0.8.2 |
368 | 2024-09-01T20:20:32.981Z | Downloaded syn v2.0.74 |
369 | 2024-09-01T20:20:32.991Z | Downloaded syn v1.0.109 |
370 | 2024-09-01T20:20:33.005Z | Downloaded rustix v0.38.34 |
371 | 2024-09-01T20:20:33.026Z | Downloaded unicode-width v0.1.13 |
372 | 2024-09-01T20:20:33.038Z | Downloaded libc v0.2.158 |
373 | 2024-09-01T20:20:33.342Z | Compiling proc-macro2 v1.0.86 |
374 | 2024-09-01T20:20:33.342Z | Compiling unicode-ident v1.0.12 |
375 | 2024-09-01T20:20:33.344Z | Compiling serde v1.0.208 |
376 | 2024-09-01T20:20:33.344Z | Compiling version_check v0.9.5 |
377 | 2024-09-01T20:20:33.344Z | Compiling thiserror v1.0.63 |
378 | 2024-09-01T20:20:33.344Z | Compiling memchr v2.7.2 |
379 | 2024-09-01T20:20:33.345Z | Compiling libc v0.2.158 |
380 | 2024-09-01T20:20:33.345Z | Compiling ucd-trie v0.1.6 |
381 | 2024-09-01T20:20:33.585Z | Compiling itoa v1.0.11 |
382 | 2024-09-01T20:20:33.820Z | Compiling ryu v1.0.18 |
383 | 2024-09-01T20:20:34.112Z | Compiling once_cell v1.19.0 |
384 | 2024-09-01T20:20:34.140Z | Compiling byteorder v1.5.0 |
385 | 2024-09-01T20:20:34.208Z | Compiling serde_json v1.0.125 |
386 | 2024-09-01T20:20:34.281Z | Compiling rustix v0.38.34 |
387 | 2024-09-01T20:20:34.633Z | Compiling bitflags v2.6.0 |
388 | 2024-09-01T20:20:34.658Z | Compiling proc-macro-error-attr v1.0.4 |
389 | 2024-09-01T20:20:34.959Z | Compiling quote v1.0.36 |
390 | 2024-09-01T20:20:35.012Z | Compiling usdt-impl v0.5.0 |
391 | 2024-09-01T20:20:35.069Z | Compiling syn v1.0.109 |
392 | 2024-09-01T20:20:35.183Z | Compiling proc-macro-error v1.0.4 |
393 | 2024-09-01T20:20:35.215Z | Compiling hashbrown v0.14.5 |
394 | 2024-09-01T20:20:35.361Z | Compiling syn v2.0.74 |
395 | 2024-09-01T20:20:35.480Z | Compiling errno v0.3.9 |
396 | 2024-09-01T20:20:35.753Z | Compiling plain v0.2.3 |
397 | 2024-09-01T20:20:35.816Z | Compiling camino v1.1.9 |
398 | 2024-09-01T20:20:35.864Z | Compiling utf8parse v0.2.1 |
399 | 2024-09-01T20:20:35.927Z | Compiling log v0.4.21 |
400 | 2024-09-01T20:20:35.953Z | Compiling equivalent v1.0.1 |
401 | 2024-09-01T20:20:36.026Z | Compiling anstyle-parse v0.2.4 |
402 | 2024-09-01T20:20:36.078Z | Compiling thread-id v4.2.1 |
403 | 2024-09-01T20:20:36.487Z | Compiling indexmap v2.4.0 |
404 | 2024-09-01T20:20:36.585Z | Compiling autocfg v1.3.0 |
405 | 2024-09-01T20:20:36.614Z | Compiling anstyle-query v1.0.3 |
406 | 2024-09-01T20:20:36.759Z | Compiling anstyle v1.0.8 |
407 | 2024-09-01T20:20:36.817Z | Compiling is_terminal_polyfill v1.70.0 |
408 | 2024-09-01T20:20:36.922Z | Compiling winnow v0.6.18 |
409 | 2024-09-01T20:20:37.015Z | Compiling pretty-hex v0.4.1 |
410 | 2024-09-01T20:20:37.239Z | Compiling semver v1.0.23 |
411 | 2024-09-01T20:20:37.263Z | Compiling unicode-width v0.1.13 |
412 | 2024-09-01T20:20:37.509Z | Compiling colorchoice v1.0.1 |
413 | 2024-09-01T20:20:37.573Z | Compiling fs-err v2.11.0 |
414 | 2024-09-01T20:20:37.678Z | Compiling anstream v0.6.14 |
415 | 2024-09-01T20:20:37.876Z | Compiling cfg-if v1.0.0 |
416 | 2024-09-01T20:20:37.959Z | Compiling terminal_size v0.3.0 |
417 | 2024-09-01T20:20:37.962Z | Compiling heck v0.4.1 |
418 | 2024-09-01T20:20:38.009Z | Compiling bytecount v0.6.8 |
419 | 2024-09-01T20:20:38.168Z | Compiling strsim v0.11.1 |
420 | 2024-09-01T20:20:38.234Z | Compiling clap_lex v0.7.0 |
421 | 2024-09-01T20:20:38.437Z | Compiling anyhow v1.0.86 |
422 | 2024-09-01T20:20:38.510Z | Compiling fnv v1.0.7 |
423 | 2024-09-01T20:20:38.647Z | Compiling fastrand v2.1.0 |
424 | 2024-09-01T20:20:38.746Z | Compiling heck v0.5.0 |
425 | 2024-09-01T20:20:38.771Z | Compiling papergrid v0.11.0 |
426 | 2024-09-01T20:20:39.207Z | Compiling tempfile v3.10.1 |
427 | 2024-09-01T20:20:39.269Z | Compiling clap_builder v4.5.15 |
428 | 2024-09-01T20:20:39.460Z | Compiling memmap v0.7.0 |
429 | 2024-09-01T20:20:39.789Z | Compiling unicode-linebreak v0.1.5 |
430 | 2024-09-01T20:20:39.847Z | Compiling smawk v0.3.2 |
431 | 2024-09-01T20:20:40.271Z | Compiling textwrap v0.16.1 |
432 | 2024-09-01T20:20:40.597Z | Compiling swrite v0.1.0 |
433 | 2024-09-01T20:20:41.935Z | Compiling tabled_derive v0.7.0 |
434 | 2024-09-01T20:20:43.501Z | Compiling tabled v0.15.0 |
435 | 2024-09-01T20:20:44.310Z | Compiling serde_derive v1.0.208 |
436 | 2024-09-01T20:20:44.313Z | Compiling thiserror-impl v1.0.63 |
437 | 2024-09-01T20:20:44.313Z | Compiling zerocopy-derive v0.7.34 |
438 | 2024-09-01T20:20:44.381Z | Compiling scroll_derive v0.12.0 |
439 | 2024-09-01T20:20:44.560Z | Compiling clap_derive v4.5.13 |
440 | 2024-09-01T20:20:45.880Z | Compiling scroll v0.12.0 |
441 | 2024-09-01T20:20:46.352Z | Compiling goblin v0.8.2 |
442 | 2024-09-01T20:20:46.822Z | Compiling zerocopy v0.7.34 |
443 | 2024-09-01T20:20:47.002Z | Compiling pest v2.7.10 |
444 | 2024-09-01T20:20:48.248Z | Compiling clap v4.5.16 |
445 | 2024-09-01T20:20:49.342Z | Compiling pest_meta v2.7.10 |
446 | 2024-09-01T20:20:50.149Z | Compiling pest_generator v2.7.10 |
447 | 2024-09-01T20:20:51.948Z | Compiling pest_derive v2.7.10 |
448 | 2024-09-01T20:20:52.630Z | Compiling dtrace-parser v0.2.0 |
449 | 2024-09-01T20:20:54.740Z | Compiling toml_datetime v0.6.8 |
450 | 2024-09-01T20:20:54.740Z | Compiling serde_spanned v0.6.7 |
451 | 2024-09-01T20:20:54.743Z | Compiling cargo-platform v0.1.8 |
452 | 2024-09-01T20:20:55.134Z | Compiling serde_tokenstream v0.2.2 |
453 | 2024-09-01T20:20:55.226Z | Compiling toml_edit v0.22.20 |
454 | 2024-09-01T20:20:55.273Z | Compiling macaddr v1.0.1 |
455 | 2024-09-01T20:20:55.488Z | Compiling camino-tempfile v1.1.1 |
456 | 2024-09-01T20:20:56.197Z | Compiling dof v0.3.0 |
457 | 2024-09-01T20:20:56.197Z | Compiling cargo_metadata v0.18.1 |
458 | 2024-09-01T20:20:58.167Z | Compiling toml v0.8.19 |
459 | 2024-09-01T20:20:58.302Z | Compiling usdt-attr-macro v0.5.0 |
460 | 2024-09-01T20:20:58.304Z | Compiling usdt-macro v0.5.0 |
461 | 2024-09-01T20:20:59.029Z | Compiling cargo_toml v0.20.4 |
462 | 2024-09-01T20:20:59.690Z | Compiling usdt v0.5.0 |
463 | 2024-09-01T20:21:02.844Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
464 | 2024-09-01T20:21:07.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.23s |
465 | 2024-09-01T20:21:07.280Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
466 | 2024-09-01T20:21:07.850Z | Downloading crates ... |
467 | 2024-09-01T20:21:07.971Z | Downloaded adler v1.0.2 |
468 | 2024-09-01T20:21:07.985Z | Downloaded addr2line v0.21.0 |
469 | 2024-09-01T20:21:08.009Z | Downloaded convert_case v0.4.0 |
470 | 2024-09-01T20:21:08.009Z | Downloaded bitstruct v0.1.1 |
471 | 2024-09-01T20:21:08.009Z | Downloaded ciborium-io v0.2.2 |
472 | 2024-09-01T20:21:08.009Z | Downloaded atomic-waker v1.1.2 |
473 | 2024-09-01T20:21:08.009Z | Downloaded crucible-workspace-hack v0.1.0 |
474 | 2024-09-01T20:21:08.018Z | Downloaded bb8 v0.8.5 |
475 | 2024-09-01T20:21:08.018Z | Downloaded ascii-canvas v3.0.0 |
476 | 2024-09-01T20:21:08.018Z | Downloaded http-range v0.1.5 |
477 | 2024-09-01T20:21:08.018Z | Downloaded bit-set v0.5.3 |
478 | 2024-09-01T20:21:08.019Z | Downloaded base16ct v0.2.0 |
479 | 2024-09-01T20:21:08.019Z | Downloaded httpdate v1.0.3 |
480 | 2024-09-01T20:21:08.019Z | Downloaded arrayref v0.3.7 |
481 | 2024-09-01T20:21:08.019Z | Downloaded async-stream v0.3.5 |
482 | 2024-09-01T20:21:08.019Z | Downloaded hubpack_derive v0.1.1 |
483 | 2024-09-01T20:21:08.019Z | Downloaded cobs v0.2.3 |
484 | 2024-09-01T20:21:08.025Z | Downloaded darling_macro v0.20.9 |
485 | 2024-09-01T20:21:08.025Z | Downloaded md5 v0.7.0 |
486 | 2024-09-01T20:21:08.025Z | Downloaded normalize-line-endings v0.3.0 |
487 | 2024-09-01T20:21:08.025Z | Downloaded cipher v0.4.4 |
488 | 2024-09-01T20:21:08.032Z | Downloaded is_ci v1.2.0 |
489 | 2024-09-01T20:21:08.033Z | Downloaded newline-converter v0.3.0 |
490 | 2024-09-01T20:21:08.033Z | Downloaded ctr v0.9.2 |
491 | 2024-09-01T20:21:08.033Z | Downloaded async-stream-impl v0.3.5 |
492 | 2024-09-01T20:21:08.033Z | Downloaded newtype_derive v0.1.6 |
493 | 2024-09-01T20:21:08.038Z | Downloaded num-conv v0.1.0 |
494 | 2024-09-01T20:21:08.038Z | Downloaded base64ct v1.6.0 |
495 | 2024-09-01T20:21:08.038Z | Downloaded chacha20 v0.9.1 |
496 | 2024-09-01T20:21:08.043Z | Downloaded hyper-staticfile v0.9.5 |
497 | 2024-09-01T20:21:08.043Z | Downloaded arrayvec v0.7.4 |
498 | 2024-09-01T20:21:08.048Z | Downloaded cbc v0.1.2 |
499 | 2024-09-01T20:21:08.048Z | Downloaded ident_case v1.0.1 |
500 | 2024-09-01T20:21:08.052Z | Downloaded blowfish v0.9.1 |
501 | 2024-09-01T20:21:08.052Z | Downloaded maplit v1.0.2 |
502 | 2024-09-01T20:21:08.052Z | Downloaded libsw v3.3.1 |
503 | 2024-09-01T20:21:08.057Z | Downloaded bitstruct_derive v0.1.0 |
504 | 2024-09-01T20:21:08.057Z | Downloaded libefi-sys v0.1.0 |
505 | 2024-09-01T20:21:08.060Z | Downloaded crunchy v0.2.2 |
506 | 2024-09-01T20:21:08.060Z | Downloaded lru-cache v0.1.2 |
507 | 2024-09-01T20:21:08.061Z | Downloaded keccak v0.1.5 |
508 | 2024-09-01T20:21:08.066Z | Downloaded castaway v0.2.3 |
509 | 2024-09-01T20:21:08.067Z | Downloaded multimap v0.10.0 |
510 | 2024-09-01T20:21:08.076Z | Downloaded num-integer v0.1.46 |
511 | 2024-09-01T20:21:08.076Z | Downloaded const_format_proc_macros v0.2.32 |
512 | 2024-09-01T20:21:08.079Z | Downloaded num_enum v0.5.11 |
513 | 2024-09-01T20:21:08.091Z | Downloaded is-terminal v0.4.12 |
514 | 2024-09-01T20:21:08.091Z | Downloaded matches v0.1.10 |
515 | 2024-09-01T20:21:08.091Z | Downloaded async-bb8-diesel v0.2.1 |
516 | 2024-09-01T20:21:08.095Z | Downloaded hyper-tls v0.5.0 |
517 | 2024-09-01T20:21:08.095Z | Downloaded crossbeam-epoch v0.9.18 |
518 | 2024-09-01T20:21:08.095Z | Downloaded mime_guess v2.0.4 |
519 | 2024-09-01T20:21:08.095Z | Downloaded sha1 v0.10.6 |
520 | 2024-09-01T20:21:08.098Z | Downloaded bitfield v0.14.0 |
521 | 2024-09-01T20:21:08.100Z | Downloaded libloading v0.8.3 |
522 | 2024-09-01T20:21:08.103Z | Downloaded constant_time_eq v0.3.0 |
523 | 2024-09-01T20:21:08.103Z | Downloaded match_cfg v0.1.0 |
524 | 2024-09-01T20:21:08.105Z | Downloaded crossbeam-deque v0.8.5 |
525 | 2024-09-01T20:21:08.107Z | Downloaded strum v0.26.3 |
526 | 2024-09-01T20:21:08.107Z | Downloaded new_debug_unreachable v1.0.6 |
527 | 2024-09-01T20:21:08.110Z | Downloaded linked-hash-map v0.5.6 |
528 | 2024-09-01T20:21:08.112Z | Downloaded lalrpop-util v0.19.12 |
529 | 2024-09-01T20:21:08.112Z | Downloaded colored v2.1.0 |
530 | 2024-09-01T20:21:08.115Z | Downloaded array-init v0.0.4 |
531 | 2024-09-01T20:21:08.117Z | Downloaded serde_plain v1.0.2 |
532 | 2024-09-01T20:21:08.120Z | Downloaded num-rational v0.4.2 |
533 | 2024-09-01T20:21:08.122Z | Downloaded crc v3.2.1 |
534 | 2024-09-01T20:21:08.125Z | Downloaded hostname v0.3.1 |
535 | 2024-09-01T20:21:08.127Z | Downloaded native-tls v0.2.11 |
536 | 2024-09-01T20:21:08.130Z | Downloaded ascii v1.1.0 |
537 | 2024-09-01T20:21:08.133Z | Downloaded dhcproto-macros v0.1.0 |
538 | 2024-09-01T20:21:08.133Z | Downloaded want v0.3.1 |
539 | 2024-09-01T20:21:08.133Z | Downloaded scheduled-thread-pool v0.2.7 |
540 | 2024-09-01T20:21:08.136Z | Downloaded same-file v1.0.6 |
541 | 2024-09-01T20:21:08.138Z | Downloaded newtype-uuid v1.1.0 |
542 | 2024-09-01T20:21:08.138Z | Downloaded mime v0.3.17 |
543 | 2024-09-01T20:21:08.140Z | Downloaded inout v0.1.3 |
544 | 2024-09-01T20:21:08.143Z | Downloaded managed v0.8.0 |
545 | 2024-09-01T20:21:08.146Z | Downloaded bytes v1.7.1 |
546 | 2024-09-01T20:21:08.148Z | Downloaded mockall_derive v0.13.0 |
547 | 2024-09-01T20:21:08.151Z | Downloaded slab v0.4.9 |
548 | 2024-09-01T20:21:08.154Z | Downloaded mockall v0.13.0 |
549 | 2024-09-01T20:21:08.156Z | Downloaded smf v0.2.3 |
550 | 2024-09-01T20:21:08.159Z | Downloaded strum_macros v0.24.3 |
551 | 2024-09-01T20:21:08.162Z | Downloaded nibble_vec v0.1.0 |
552 | 2024-09-01T20:21:08.165Z | Downloaded console v0.15.8 |
553 | 2024-09-01T20:21:08.167Z | Downloaded tokio-native-tls v0.3.1 |
554 | 2024-09-01T20:21:08.170Z | Downloaded headers-core v0.2.0 |
555 | 2024-09-01T20:21:08.170Z | Downloaded darling v0.20.9 |
556 | 2024-09-01T20:21:08.174Z | Downloaded unarray v0.1.4 |
557 | 2024-09-01T20:21:08.176Z | Downloaded parse-size v1.0.0 |
558 | 2024-09-01T20:21:08.178Z | Downloaded compact_str v0.8.0 |
559 | 2024-09-01T20:21:08.182Z | Downloaded fxhash v0.2.1 |
560 | 2024-09-01T20:21:08.185Z | Downloaded base64 v0.21.7 |
561 | 2024-09-01T20:21:08.188Z | Downloaded precomputed-hash v0.1.1 |
562 | 2024-09-01T20:21:08.191Z | Downloaded phf_shared v0.10.0 |
563 | 2024-09-01T20:21:08.191Z | Downloaded debug-ignore v1.0.5 |
564 | 2024-09-01T20:21:08.193Z | Downloaded data-encoding v2.6.0 |
565 | 2024-09-01T20:21:08.195Z | Downloaded sync_wrapper v0.1.2 |
566 | 2024-09-01T20:21:08.195Z | Downloaded uzers v0.11.3 |
567 | 2024-09-01T20:21:08.197Z | Downloaded untrusted v0.7.1 |
568 | 2024-09-01T20:21:08.200Z | Downloaded russh-cryptovec v0.7.2 |
569 | 2024-09-01T20:21:08.202Z | Downloaded radium v0.7.0 |
570 | 2024-09-01T20:21:08.202Z | Downloaded foreign-types-shared v0.1.1 |
571 | 2024-09-01T20:21:08.204Z | Downloaded fallible-streaming-iterator v0.1.9 |
572 | 2024-09-01T20:21:08.204Z | Downloaded gethostname v0.5.0 |
573 | 2024-09-01T20:21:08.207Z | Downloaded fallible-iterator v0.2.0 |
574 | 2024-09-01T20:21:08.207Z | Downloaded strum_macros v0.26.4 |
575 | 2024-09-01T20:21:08.210Z | Downloaded strum_macros v0.25.3 |
576 | 2024-09-01T20:21:08.213Z | Downloaded smallvec v1.13.2 |
577 | 2024-09-01T20:21:08.215Z | Downloaded multer v3.1.0 |
578 | 2024-09-01T20:21:08.219Z | Downloaded crypto-bigint v0.5.5 |
579 | 2024-09-01T20:21:08.227Z | Downloaded nu-ansi-term v0.50.0 |
580 | 2024-09-01T20:21:08.230Z | Downloaded phf v0.11.2 |
581 | 2024-09-01T20:21:08.233Z | Downloaded num-complex v0.4.6 |
582 | 2024-09-01T20:21:08.235Z | Downloaded memmap2 v0.9.4 |
583 | 2024-09-01T20:21:08.237Z | Downloaded polyval v0.6.2 |
584 | 2024-09-01T20:21:08.240Z | Downloaded md-5 v0.10.6 |
585 | 2024-09-01T20:21:08.242Z | Downloaded r2d2 v0.8.10 |
586 | 2024-09-01T20:21:08.245Z | Downloaded ecdsa v0.16.9 |
587 | 2024-09-01T20:21:08.248Z | Downloaded crossbeam-channel v0.5.12 |
588 | 2024-09-01T20:21:08.251Z | Downloaded parse-display-derive v0.10.0 |
589 | 2024-09-01T20:21:08.254Z | Downloaded serde_arrays v0.1.0 |
590 | 2024-09-01T20:21:08.257Z | Downloaded sec1 v0.7.3 |
591 | 2024-09-01T20:21:08.259Z | Downloaded peg-runtime v0.8.3 |
592 | 2024-09-01T20:21:08.259Z | Downloaded foreign-types v0.3.2 |
593 | 2024-09-01T20:21:08.259Z | Downloaded supports-color v3.0.0 |
594 | 2024-09-01T20:21:08.262Z | Downloaded strip-ansi-escapes v0.2.0 |
595 | 2024-09-01T20:21:08.264Z | Downloaded number_prefix v0.4.0 |
596 | 2024-09-01T20:21:08.264Z | Downloaded oso-derive v0.27.3 |
597 | 2024-09-01T20:21:08.267Z | Downloaded serde_urlencoded v0.7.1 |
598 | 2024-09-01T20:21:08.269Z | Downloaded serde_repr v0.1.19 |
599 | 2024-09-01T20:21:08.271Z | Downloaded thread_local v1.1.8 |
600 | 2024-09-01T20:21:08.273Z | Downloaded futures-channel v0.3.30 |
601 | 2024-09-01T20:21:08.279Z | Downloaded chacha20poly1305 v0.10.1 |
602 | 2024-09-01T20:21:08.279Z | Downloaded thiserror-no-std v2.0.2 |
603 | 2024-09-01T20:21:08.283Z | Downloaded psl-types v2.0.11 |
604 | 2024-09-01T20:21:08.283Z | Downloaded num-traits v0.2.19 |
605 | 2024-09-01T20:21:08.286Z | Downloaded serde_path_to_error v0.1.16 |
606 | 2024-09-01T20:21:08.289Z | Downloaded wyz v0.5.1 |
607 | 2024-09-01T20:21:08.291Z | Downloaded whoami v1.5.1 |
608 | 2024-09-01T20:21:08.293Z | Downloaded base64 v0.22.1 |
609 | 2024-09-01T20:21:08.298Z | Downloaded serde_derive_internals v0.29.1 |
610 | 2024-09-01T20:21:08.300Z | Downloaded futures-task v0.3.30 |
611 | 2024-09-01T20:21:08.303Z | Downloaded const_format v0.2.32 |
612 | 2024-09-01T20:21:08.307Z | Downloaded clang-sys v1.7.0 |
613 | 2024-09-01T20:21:08.310Z | Downloaded zone_cfg_derive v0.1.2 |
614 | 2024-09-01T20:21:08.313Z | Downloaded sqlparser_derive v0.2.2 |
615 | 2024-09-01T20:21:08.315Z | Downloaded subprocess v0.2.9 |
616 | 2024-09-01T20:21:08.317Z | Downloaded packed_struct v0.10.1 |
617 | 2024-09-01T20:21:08.319Z | Downloaded ena v0.14.3 |
618 | 2024-09-01T20:21:08.321Z | Downloaded pkg-config v0.3.30 |
619 | 2024-09-01T20:21:08.325Z | Downloaded peg-macros v0.8.4 |
620 | 2024-09-01T20:21:08.328Z | Downloaded zip v0.6.6 |
621 | 2024-09-01T20:21:08.330Z | Downloaded dhcproto v0.12.0 |
622 | 2024-09-01T20:21:08.334Z | Downloaded backtrace v0.3.71 |
623 | 2024-09-01T20:21:08.340Z | Downloaded shlex v1.3.0 |
624 | 2024-09-01T20:21:08.343Z | Downloaded snafu-derive v0.8.2 |
625 | 2024-09-01T20:21:08.345Z | Downloaded slog-dtrace v0.3.0 |
626 | 2024-09-01T20:21:08.356Z | Downloaded indicatif v0.17.8 |
627 | 2024-09-01T20:21:08.361Z | Downloaded vte_generate_state_changes v0.1.1 |
628 | 2024-09-01T20:21:08.363Z | Downloaded zone_cfg_derive v0.3.0 |
629 | 2024-09-01T20:21:08.363Z | Downloaded zone v0.3.0 |
630 | 2024-09-01T20:21:08.366Z | Downloaded zone v0.1.8 |
631 | 2024-09-01T20:21:08.366Z | Downloaded owo-colors v4.0.0 |
632 | 2024-09-01T20:21:08.369Z | Downloaded futures-sink v0.3.30 |
633 | 2024-09-01T20:21:08.371Z | Downloaded portpicker v0.1.1 |
634 | 2024-09-01T20:21:08.373Z | Downloaded hickory-server v0.24.1 |
635 | 2024-09-01T20:21:08.378Z | Downloaded tokio-postgres v0.7.11 |
636 | 2024-09-01T20:21:08.384Z | Downloaded hash32 v0.2.1 |
637 | 2024-09-01T20:21:08.386Z | Downloaded sqlformat v0.2.4 |
638 | 2024-09-01T20:21:08.388Z | Downloaded spki v0.7.3 |
639 | 2024-09-01T20:21:08.391Z | Downloaded spin v0.5.2 |
640 | 2024-09-01T20:21:08.393Z | Downloaded aes v0.8.4 |
641 | 2024-09-01T20:21:08.397Z | Downloaded derive_builder_core v0.20.0 |
642 | 2024-09-01T20:21:08.399Z | Downloaded deranged v0.3.11 |
643 | 2024-09-01T20:21:08.402Z | Downloaded downcast v0.11.0 |
644 | 2024-09-01T20:21:08.404Z | Downloaded tungstenite v0.20.1 |
645 | 2024-09-01T20:21:08.407Z | Downloaded foreign-types-shared v0.3.1 |
646 | 2024-09-01T20:21:08.409Z | Downloaded stable_deref_trait v1.2.0 |
647 | 2024-09-01T20:21:08.414Z | Downloaded float-cmp v0.9.0 |
648 | 2024-09-01T20:21:08.414Z | Downloaded rustc_version v0.4.0 |
649 | 2024-09-01T20:21:08.416Z | Downloaded slog-stdlog v4.1.1 |
650 | 2024-09-01T20:21:08.417Z | Downloaded rustfmt-wrapper v0.2.1 |
651 | 2024-09-01T20:21:08.417Z | Downloaded rtoolbox v0.0.2 |
652 | 2024-09-01T20:21:08.419Z | Downloaded getrandom v0.2.14 |
653 | 2024-09-01T20:21:08.422Z | Downloaded pin-project v1.1.5 |
654 | 2024-09-01T20:21:08.436Z | Downloaded pkcs5 v0.7.1 |
655 | 2024-09-01T20:21:08.441Z | Downloaded serde-big-array v0.5.1 |
656 | 2024-09-01T20:21:08.443Z | Downloaded socket2 v0.5.7 |
657 | 2024-09-01T20:21:08.447Z | Downloaded tiny-keccak v2.0.2 |
658 | 2024-09-01T20:21:08.449Z | Downloaded pem v3.0.4 |
659 | 2024-09-01T20:21:08.451Z | Downloaded parking_lot_core v0.9.10 |
660 | 2024-09-01T20:21:08.454Z | Downloaded dirs-sys-next v0.1.2 |
661 | 2024-09-01T20:21:08.458Z | Downloaded rustls-pemfile v1.0.4 |
662 | 2024-09-01T20:21:08.461Z | Downloaded stringprep v0.1.4 |
663 | 2024-09-01T20:21:08.461Z | Downloaded home v0.5.9 |
664 | 2024-09-01T20:21:08.461Z | Downloaded form_urlencoded v1.2.1 |
665 | 2024-09-01T20:21:08.465Z | Downloaded tokio-rustls v0.25.0 |
666 | 2024-09-01T20:21:08.468Z | Downloaded ssh-cipher v0.2.0 |
667 | 2024-09-01T20:21:08.468Z | Downloaded pkcs1 v0.7.5 |
668 | 2024-09-01T20:21:08.470Z | Downloaded pin-project-lite v0.2.14 |
669 | 2024-09-01T20:21:08.475Z | Downloaded derive-where v1.2.7 |
670 | 2024-09-01T20:21:08.480Z | Downloaded proc-macro-crate v1.3.1 |
671 | 2024-09-01T20:21:08.482Z | Downloaded openssl-probe v0.1.5 |
672 | 2024-09-01T20:21:08.485Z | Downloaded fragile v2.0.0 |
673 | 2024-09-01T20:21:08.485Z | Downloaded tracing-attributes v0.1.27 |
674 | 2024-09-01T20:21:08.488Z | Downloaded russh v0.45.0 |
675 | 2024-09-01T20:21:08.495Z | Downloaded url v2.5.2 |
676 | 2024-09-01T20:21:08.499Z | Downloaded slog-bunyan v2.5.0 |
677 | 2024-09-01T20:21:08.501Z | Downloaded rand_chacha v0.3.1 |
678 | 2024-09-01T20:21:08.505Z | Downloaded tui-tree-widget v0.22.0 |
679 | 2024-09-01T20:21:08.505Z | Downloaded hyper v0.14.30 |
680 | 2024-09-01T20:21:08.514Z | Downloaded try-lock v0.2.5 |
681 | 2024-09-01T20:21:08.517Z | Downloaded num_enum_derive v0.5.11 |
682 | 2024-09-01T20:21:08.519Z | Downloaded opaque-debug v0.3.1 |
683 | 2024-09-01T20:21:08.519Z | Downloaded tower-service v0.3.2 |
684 | 2024-09-01T20:21:08.521Z | Downloaded postgres-types v0.2.7 |
685 | 2024-09-01T20:21:08.524Z | Downloaded postgres-protocol v0.6.7 |
686 | 2024-09-01T20:21:08.526Z | Downloaded enum-as-inner v0.6.0 |
687 | 2024-09-01T20:21:08.529Z | Downloaded untrusted v0.9.0 |
688 | 2024-09-01T20:21:08.531Z | Downloaded defmt-parser v0.3.4 |
689 | 2024-09-01T20:21:08.531Z | Downloaded defmt-macros v0.3.9 |
690 | 2024-09-01T20:21:08.535Z | Downloaded slog-scope v4.4.0 |
691 | 2024-09-01T20:21:08.538Z | Downloaded path-slash v0.1.5 |
692 | 2024-09-01T20:21:08.540Z | Downloaded openssl-macros v0.1.1 |
693 | 2024-09-01T20:21:08.540Z | Downloaded rayon-core v1.12.1 |
694 | 2024-09-01T20:21:08.544Z | Downloaded rcgen v0.12.1 |
695 | 2024-09-01T20:21:08.547Z | Downloaded tinyvec_macros v0.1.1 |
696 | 2024-09-01T20:21:08.549Z | Downloaded toolchain_find v0.4.0 |
697 | 2024-09-01T20:21:08.552Z | Downloaded heck v0.3.3 |
698 | 2024-09-01T20:21:08.554Z | Downloaded snafu v0.8.2 |
699 | 2024-09-01T20:21:08.559Z | Downloaded ed25519-dalek v2.1.1 |
700 | 2024-09-01T20:21:08.563Z | Downloaded serde_with_macros v3.9.0 |
701 | 2024-09-01T20:21:08.566Z | Downloaded scrypt v0.11.0 |
702 | 2024-09-01T20:21:08.570Z | Downloaded waitgroup v0.1.2 |
703 | 2024-09-01T20:21:08.572Z | Downloaded termios v0.3.3 |
704 | 2024-09-01T20:21:08.572Z | Downloaded password-hash v0.4.2 |
705 | 2024-09-01T20:21:08.575Z | Downloaded packed_struct_codegen v0.10.1 |
706 | 2024-09-01T20:21:08.575Z | Downloaded zeroize v1.7.0 |
707 | 2024-09-01T20:21:08.577Z | Downloaded rand_seeder v0.3.0 |
708 | 2024-09-01T20:21:08.580Z | Downloaded signature v2.2.0 |
709 | 2024-09-01T20:21:08.583Z | Downloaded signal-hook-tokio v0.3.1 |
710 | 2024-09-01T20:21:08.583Z | Downloaded parking_lot v0.12.2 |
711 | 2024-09-01T20:21:08.585Z | Downloaded hashbrown v0.13.2 |
712 | 2024-09-01T20:21:08.588Z | Downloaded num_threads v0.1.7 |
713 | 2024-09-01T20:21:08.591Z | Downloaded scopeguard v1.2.0 |
714 | 2024-09-01T20:21:08.591Z | Downloaded slog-term v2.9.1 |
715 | 2024-09-01T20:21:08.594Z | Downloaded signal-hook-mio v0.2.4 |
716 | 2024-09-01T20:21:08.596Z | Downloaded peg v0.8.4 |
717 | 2024-09-01T20:21:08.599Z | Downloaded pbkdf2 v0.12.2 |
718 | 2024-09-01T20:21:08.602Z | Downloaded ff v0.13.0 |
719 | 2024-09-01T20:21:08.604Z | Downloaded hex-literal v0.4.1 |
720 | 2024-09-01T20:21:08.607Z | Downloaded tls_codec_derive v0.4.1 |
721 | 2024-09-01T20:21:08.607Z | Downloaded tls_codec v0.4.1 |
722 | 2024-09-01T20:21:08.609Z | Downloaded structmeta v0.3.0 |
723 | 2024-09-01T20:21:08.612Z | Downloaded diesel_derives v2.2.2 |
724 | 2024-09-01T20:21:08.614Z | Downloaded tabwriter v1.4.0 |
725 | 2024-09-01T20:21:08.616Z | Downloaded diesel_table_macro_syntax v0.2.0 |
726 | 2024-09-01T20:21:08.616Z | Downloaded xattr v1.3.1 |
727 | 2024-09-01T20:21:08.619Z | Downloaded walkdir v2.5.0 |
728 | 2024-09-01T20:21:08.621Z | Downloaded difflib v0.4.0 |
729 | 2024-09-01T20:21:08.623Z | Downloaded predicates-tree v1.0.9 |
730 | 2024-09-01T20:21:08.623Z | Downloaded paste v1.0.15 |
731 | 2024-09-01T20:21:08.626Z | Downloaded unicase v2.7.0 |
732 | 2024-09-01T20:21:08.628Z | Downloaded subtle v2.5.0 |
733 | 2024-09-01T20:21:08.631Z | Downloaded pretty-hex v0.2.1 |
734 | 2024-09-01T20:21:08.631Z | Downloaded aho-corasick v1.1.3 |
735 | 2024-09-01T20:21:08.637Z | Downloaded glob v0.3.1 |
736 | 2024-09-01T20:21:08.639Z | Downloaded phf_shared v0.11.2 |
737 | 2024-09-01T20:21:08.639Z | Downloaded rusty-fork v0.3.0 |
738 | 2024-09-01T20:21:08.641Z | Downloaded rpassword v7.3.1 |
739 | 2024-09-01T20:21:08.644Z | Downloaded quick-error v1.2.3 |
740 | 2024-09-01T20:21:08.644Z | Downloaded password-hash v0.5.0 |
741 | 2024-09-01T20:21:08.646Z | Downloaded percent-encoding v2.3.1 |
742 | 2024-09-01T20:21:08.648Z | Downloaded structmeta v0.2.0 |
743 | 2024-09-01T20:21:08.648Z | Downloaded ron v0.7.1 |
744 | 2024-09-01T20:21:08.653Z | Downloaded postcard v1.0.8 |
745 | 2024-09-01T20:21:08.656Z | Downloaded sigpipe v0.1.3 |
746 | 2024-09-01T20:21:08.658Z | Downloaded take_mut v0.2.2 |
747 | 2024-09-01T20:21:08.658Z | Downloaded tokio-rustls v0.24.1 |
748 | 2024-09-01T20:21:08.661Z | Downloaded flume v0.11.0 |
749 | 2024-09-01T20:21:08.664Z | Downloaded unicode_categories v0.1.1 |
750 | 2024-09-01T20:21:08.671Z | Downloaded endian-type v0.1.2 |
751 | 2024-09-01T20:21:08.674Z | Downloaded rsa v0.9.6 |
752 | 2024-09-01T20:21:08.674Z | Downloaded ssh-encoding v0.2.0 |
753 | 2024-09-01T20:21:08.677Z | Downloaded dirs-next v2.0.0 |
754 | 2024-09-01T20:21:08.677Z | Downloaded derive_builder_macro v0.20.0 |
755 | 2024-09-01T20:21:08.677Z | Downloaded zeroize_derive v1.4.2 |
756 | 2024-09-01T20:21:08.679Z | Downloaded ghash v0.5.1 |
757 | 2024-09-01T20:21:08.681Z | Downloaded des v0.8.1 |
758 | 2024-09-01T20:21:08.681Z | Downloaded tap v1.0.1 |
759 | 2024-09-01T20:21:08.684Z | Downloaded unicode-normalization v0.1.23 |
760 | 2024-09-01T20:21:08.687Z | Downloaded hickory-client v0.24.1 |
761 | 2024-09-01T20:21:08.690Z | Downloaded twox-hash v1.6.3 |
762 | 2024-09-01T20:21:08.692Z | Downloaded salsa20 v0.10.2 |
763 | 2024-09-01T20:21:08.695Z | Downloaded globset v0.4.14 |
764 | 2024-09-01T20:21:08.699Z | Downloaded rfc6979 v0.4.0 |
765 | 2024-09-01T20:21:08.699Z | Downloaded hash32 v0.3.1 |
766 | 2024-09-01T20:21:08.701Z | Downloaded pem-rfc7468 v0.7.0 |
767 | 2024-09-01T20:21:08.701Z | Downloaded oso v0.27.3 |
768 | 2024-09-01T20:21:08.704Z | Downloaded primeorder v0.13.6 |
769 | 2024-09-01T20:21:08.706Z | Downloaded secrecy v0.8.0 |
770 | 2024-09-01T20:21:08.708Z | Downloaded termcolor v1.4.1 |
771 | 2024-09-01T20:21:08.710Z | Downloaded universal-hash v0.5.1 |
772 | 2024-09-01T20:21:08.710Z | Downloaded rusqlite v0.31.0 |
773 | 2024-09-01T20:21:08.717Z | Downloaded dyn-clone v1.0.17 |
774 | 2024-09-01T20:21:08.719Z | Downloaded toml_edit v0.19.15 |
775 | 2024-09-01T20:21:08.737Z | Downloaded libm v0.2.8 |
776 | 2024-09-01T20:21:08.745Z | Downloaded serde-hex v0.1.0 |
777 | 2024-09-01T20:21:08.747Z | Downloaded dsl_auto_type v0.1.2 |
778 | 2024-09-01T20:21:08.750Z | Downloaded uuid v1.10.0 |
779 | 2024-09-01T20:21:08.752Z | Downloaded der v0.7.9 |
780 | 2024-09-01T20:21:08.757Z | Downloaded similar v2.6.0 |
781 | 2024-09-01T20:21:08.761Z | Downloaded term v0.7.0 |
782 | 2024-09-01T20:21:08.766Z | Downloaded chrono v0.4.38 |
783 | 2024-09-01T20:21:08.774Z | Downloaded unicode-xid v0.2.4 |
784 | 2024-09-01T20:21:08.776Z | Downloaded vsss-rs v3.3.4 |
785 | 2024-09-01T20:21:08.778Z | Downloaded highway v1.2.0 |
786 | 2024-09-01T20:21:08.781Z | Downloaded hmac v0.12.1 |
787 | 2024-09-01T20:21:08.783Z | Downloaded heapless v0.8.0 |
788 | 2024-09-01T20:21:08.787Z | Downloaded expectorate v1.1.0 |
789 | 2024-09-01T20:21:08.789Z | Downloaded vte v0.11.1 |
790 | 2024-09-01T20:21:08.792Z | Downloaded half v2.4.1 |
791 | 2024-09-01T20:21:08.794Z | Downloaded steno v0.4.1 |
792 | 2024-09-01T20:21:08.799Z | Downloaded unicode-bidi v0.3.15 |
793 | 2024-09-01T20:21:08.802Z | Downloaded test-strategy v0.3.1 |
794 | 2024-09-01T20:21:08.805Z | Downloaded flate2 v1.0.31 |
795 | 2024-09-01T20:21:08.812Z | Downloaded tokio-util v0.7.11 |
796 | 2024-09-01T20:21:08.819Z | Downloaded derive_more v0.99.18 |
797 | 2024-09-01T20:21:08.825Z | Downloaded tar v0.4.41 |
798 | 2024-09-01T20:21:08.829Z | Downloaded samael v0.0.15 |
799 | 2024-09-01T20:21:08.834Z | Downloaded prettyplease v0.2.20 |
800 | 2024-09-01T20:21:08.838Z | Downloaded reedline v0.33.0 |
801 | 2024-09-01T20:21:08.847Z | Downloaded heapless v0.7.17 |
802 | 2024-09-01T20:21:08.850Z | Downloaded hkdf v0.12.4 |
803 | 2024-09-01T20:21:08.853Z | Downloaded lalrpop v0.19.12 |
804 | 2024-09-01T20:21:08.865Z | Downloaded hickory-resolver v0.24.1 |
805 | 2024-09-01T20:21:08.870Z | Downloaded portable-atomic v1.6.0 |
806 | 2024-09-01T20:21:08.877Z | Downloaded unicode-segmentation v1.11.0 |
807 | 2024-09-01T20:21:08.880Z | Downloaded typed-path v0.7.1 |
808 | 2024-09-01T20:21:08.887Z | Downloaded rand v0.8.5 |
809 | 2024-09-01T20:21:08.891Z | Downloaded sqlparser v0.45.0 |
810 | 2024-09-01T20:21:08.897Z | Downloaded time v0.3.36 |
811 | 2024-09-01T20:21:08.905Z | Downloaded rustls-webpki v0.101.7 |
812 | 2024-09-01T20:21:08.921Z | Downloaded radix_trie v0.2.1 |
813 | 2024-09-01T20:21:08.926Z | Downloaded p384 v0.13.0 |
814 | 2024-09-01T20:21:08.933Z | Downloaded vcpkg v0.2.15 |
815 | 2024-09-01T20:21:08.973Z | Downloaded idna v0.2.3 |
816 | 2024-09-01T20:21:08.980Z | Downloaded object v0.30.4 |
817 | 2024-09-01T20:21:08.991Z | Downloaded idna v0.5.0 |
818 | 2024-09-01T20:21:08.998Z | Downloaded rustyline v14.0.0 |
819 | 2024-09-01T20:21:09.004Z | Downloaded quick-xml v0.31.0 |
820 | 2024-09-01T20:21:09.010Z | Downloaded nix v0.27.1 |
821 | 2024-09-01T20:21:09.022Z | Downloaded rustls v0.22.4 |
822 | 2024-09-01T20:21:09.037Z | Downloaded h2 v0.3.26 |
823 | 2024-09-01T20:21:09.043Z | Downloaded serde_with v3.9.0 |
824 | 2024-09-01T20:21:09.052Z | Downloaded polar-core v0.27.3 |
825 | 2024-09-01T20:21:09.062Z | Downloaded proptest v1.5.0 |
826 | 2024-09-01T20:21:09.072Z | Downloaded reqwest v0.11.27 |
827 | 2024-09-01T20:21:09.081Z | Downloaded object v0.32.2 |
828 | 2024-09-01T20:21:09.092Z | Downloaded rustls v0.21.12 |
829 | 2024-09-01T20:21:09.105Z | Downloaded git2 v0.19.0 |
830 | 2024-09-01T20:21:09.114Z | Downloaded trust-dns-proto v0.22.0 |
831 | 2024-09-01T20:21:09.126Z | Downloaded openapiv3 v2.0.0 |
832 | 2024-09-01T20:21:09.139Z | Downloaded gimli v0.28.1 |
833 | 2024-09-01T20:21:09.148Z | Downloaded regress v0.9.1 |
834 | 2024-09-01T20:21:09.158Z | Downloaded regex-syntax v0.8.4 |
835 | 2024-09-01T20:21:09.166Z | Downloaded hickory-proto v0.24.1 |
836 | 2024-09-01T20:21:09.182Z | Downloaded regex-syntax v0.6.29 |
837 | 2024-09-01T20:21:09.189Z | Downloaded smoltcp v0.11.0 |
838 | 2024-09-01T20:21:09.202Z | Downloaded nix v0.28.0 |
839 | 2024-09-01T20:21:09.214Z | Downloaded diesel v2.2.3 |
840 | 2024-09-01T20:21:09.234Z | Downloaded sled v0.34.7 |
841 | 2024-09-01T20:21:09.244Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
842 | 2024-09-01T20:21:09.257Z | Downloaded ratatui v0.28.0 |
843 | 2024-09-01T20:21:09.279Z | Downloaded dropshot v0.10.1 |
844 | 2024-09-01T20:21:09.289Z | Downloaded zerocopy-derive v0.6.6 |
845 | 2024-09-01T20:21:09.299Z | Downloaded regex-automata v0.4.6 |
846 | 2024-09-01T20:21:09.318Z | Downloaded petgraph v0.6.5 |
847 | 2024-09-01T20:21:09.336Z | Downloaded finl_unicode v1.2.0 |
848 | 2024-09-01T20:21:09.351Z | Downloaded tokio v1.39.3 |
849 | 2024-09-01T20:21:09.388Z | Downloaded sha3 v0.10.8 |
850 | 2024-09-01T20:21:09.392Z | Downloaded csv v1.3.0 |
851 | 2024-09-01T20:21:09.413Z | Downloaded regex v1.10.6 |
852 | 2024-09-01T20:21:09.426Z | Downloaded openssl v0.10.66 |
853 | 2024-09-01T20:21:09.437Z | Downloaded smoltcp v0.9.1 |
854 | 2024-09-01T20:21:09.448Z | Downloaded idna v0.3.0 |
855 | 2024-09-01T20:21:09.454Z | Downloaded bstr v1.9.1 |
856 | 2024-09-01T20:21:09.468Z | Downloaded rustls-webpki v0.102.4 |
857 | 2024-09-01T20:21:09.484Z | Downloaded curve25519-dalek v4.1.3 |
858 | 2024-09-01T20:21:09.493Z | Downloaded encoding_rs v0.8.34 |
859 | 2024-09-01T20:21:09.515Z | Downloaded idna v0.4.0 |
860 | 2024-09-01T20:21:09.522Z | Downloaded webpki-roots v0.25.4 |
861 | 2024-09-01T20:21:09.527Z | Downloaded ssh-key v0.6.6 |
862 | 2024-09-01T20:21:09.534Z | Downloaded rayon v1.10.0 |
863 | 2024-09-01T20:21:09.544Z | Downloaded bitvec v1.0.1 |
864 | 2024-09-01T20:21:09.559Z | Downloaded bindgen v0.69.4 |
865 | 2024-09-01T20:21:09.566Z | Downloaded diff v0.1.13 |
866 | 2024-09-01T20:21:09.571Z | Downloaded tracing v0.1.40 |
867 | 2024-09-01T20:21:09.574Z | Downloaded itertools v0.13.0 |
868 | 2024-09-01T20:21:09.584Z | Downloaded ron v0.8.1 |
869 | 2024-09-01T20:21:09.589Z | Downloaded futures-util v0.3.30 |
870 | 2024-09-01T20:21:09.602Z | Downloaded pin-project-internal v1.1.5 |
871 | 2024-09-01T20:21:09.604Z | Downloaded tungstenite v0.21.0 |
872 | 2024-09-01T20:21:09.607Z | Downloaded winnow v0.5.40 |
873 | 2024-09-01T20:21:09.616Z | Downloaded p521 v0.13.3 |
874 | 2024-09-01T20:21:09.620Z | Downloaded schemars_derive v0.8.21 |
875 | 2024-09-01T20:21:09.623Z | Downloaded thiserror-impl-no-std v2.0.2 |
876 | 2024-09-01T20:21:09.625Z | Downloaded unsafe-libyaml v0.2.11 |
877 | 2024-09-01T20:21:09.627Z | Downloaded openssl-sys v0.9.103 |
878 | 2024-09-01T20:21:09.632Z | Downloaded resolv-conf v0.7.0 |
879 | 2024-09-01T20:21:09.635Z | Downloaded parking_lot v0.11.2 |
880 | 2024-09-01T20:21:09.638Z | Downloaded publicsuffix v2.2.3 |
881 | 2024-09-01T20:21:09.640Z | Downloaded futures-executor v0.3.30 |
882 | 2024-09-01T20:21:09.642Z | Downloaded itertools v0.10.5 |
883 | 2024-09-01T20:21:09.647Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
884 | 2024-09-01T20:21:09.707Z | Downloaded powerfmt v0.2.0 |
885 | 2024-09-01T20:21:09.709Z | Downloaded sct v0.7.1 |
886 | 2024-09-01T20:21:09.711Z | Downloaded rand_core v0.6.4 |
887 | 2024-09-01T20:21:09.713Z | Downloaded futures-core v0.3.30 |
888 | 2024-09-01T20:21:09.716Z | Downloaded pbkdf2 v0.11.0 |
889 | 2024-09-01T20:21:09.718Z | Downloaded tough v0.17.1 |
890 | 2024-09-01T20:21:09.725Z | Downloaded structmeta-derive v0.2.0 |
891 | 2024-09-01T20:21:09.727Z | Downloaded nom v7.1.3 |
892 | 2024-09-01T20:21:09.731Z | Downloaded vergen v8.3.2 |
893 | 2024-09-01T20:21:09.734Z | Downloaded fd-lock v4.0.2 |
894 | 2024-09-01T20:21:09.737Z | Downloaded enum-as-inner v0.5.1 |
895 | 2024-09-01T20:21:09.739Z | Downloaded ring v0.16.20 |
896 | 2024-09-01T20:21:09.820Z | Downloaded slog v2.7.0 |
897 | 2024-09-01T20:21:09.822Z | Downloaded aes-gcm v0.10.3 |
898 | 2024-09-01T20:21:09.826Z | Downloaded rand_xorshift v0.3.0 |
899 | 2024-09-01T20:21:09.828Z | Downloaded env_logger v0.9.3 |
900 | 2024-09-01T20:21:09.830Z | Downloaded num-bigint v0.4.5 |
901 | 2024-09-01T20:21:09.833Z | Downloaded defmt v0.3.8 |
902 | 2024-09-01T20:21:09.837Z | Downloaded zerocopy v0.6.6 |
903 | 2024-09-01T20:21:09.839Z | Downloaded itertools v0.12.1 |
904 | 2024-09-01T20:21:09.846Z | Downloaded funty v2.0.0 |
905 | 2024-09-01T20:21:09.848Z | Downloaded siphasher v0.3.11 |
906 | 2024-09-01T20:21:09.848Z | Downloaded x509-cert v0.2.5 |
907 | 2024-09-01T20:21:09.854Z | Downloaded elliptic-curve v0.13.8 |
908 | 2024-09-01T20:21:09.858Z | Downloaded float-ord v0.3.2 |
909 | 2024-09-01T20:21:09.860Z | Downloaded toml v0.7.8 |
910 | 2024-09-01T20:21:09.863Z | Downloaded slog-json v2.6.1 |
911 | 2024-09-01T20:21:09.865Z | Downloaded env_logger v0.10.2 |
912 | 2024-09-01T20:21:09.868Z | Downloaded p256 v0.13.2 |
913 | 2024-09-01T20:21:09.870Z | Downloaded tracing-core v0.1.32 |
914 | 2024-09-01T20:21:09.873Z | Downloaded headers v0.3.9 |
915 | 2024-09-01T20:21:09.877Z | Downloaded erased-serde v0.3.31 |
916 | 2024-09-01T20:21:09.880Z | Downloaded yasna v0.5.2 |
917 | 2024-09-01T20:21:09.883Z | Downloaded num-bigint-dig v0.8.4 |
918 | 2024-09-01T20:21:09.886Z | Downloaded crossterm v0.28.1 |
919 | 2024-09-01T20:21:09.893Z | Downloaded termtree v0.4.1 |
920 | 2024-09-01T20:21:09.895Z | Downloaded blake3 v1.5.1 |
921 | 2024-09-01T20:21:09.901Z | Downloaded ppv-lite86 v0.2.17 |
922 | 2024-09-01T20:21:09.904Z | Downloaded parking_lot_core v0.8.6 |
923 | 2024-09-01T20:21:09.906Z | Downloaded http v1.1.0 |
924 | 2024-09-01T20:21:09.909Z | Downloaded slog-async v2.8.0 |
925 | 2024-09-01T20:21:09.912Z | Downloaded signal-hook-registry v1.4.2 |
926 | 2024-09-01T20:21:09.912Z | Downloaded mio v0.8.11 |
927 | 2024-09-01T20:21:09.917Z | Downloaded mio v1.0.2 |
928 | 2024-09-01T20:21:09.923Z | Downloaded libxml v0.3.3 |
929 | 2024-09-01T20:21:09.929Z | Downloaded parse-display v0.10.0 |
930 | 2024-09-01T20:21:09.931Z | Downloaded static_assertions v1.1.0 |
931 | 2024-09-01T20:21:09.931Z | Downloaded hashbrown v0.12.3 |
932 | 2024-09-01T20:21:09.935Z | Downloaded spin v0.9.8 |
933 | 2024-09-01T20:21:09.937Z | Downloaded time-macros v0.2.18 |
934 | 2024-09-01T20:21:09.940Z | Downloaded hex v0.4.3 |
935 | 2024-09-01T20:21:09.942Z | Downloaded signal-hook v0.3.17 |
936 | 2024-09-01T20:21:09.945Z | Downloaded rustls-pki-types v1.7.0 |
937 | 2024-09-01T20:21:09.947Z | Downloaded rustls-pemfile v2.1.3 |
938 | 2024-09-01T20:21:09.949Z | Downloaded pkcs8 v0.10.2 |
939 | 2024-09-01T20:21:09.952Z | Downloaded tungstenite v0.23.0 |
940 | 2024-09-01T20:21:09.954Z | Downloaded minimal-lexical v0.2.1 |
941 | 2024-09-01T20:21:09.959Z | Downloaded http v0.2.12 |
942 | 2024-09-01T20:21:09.962Z | Downloaded socket2 v0.4.10 |
943 | 2024-09-01T20:21:09.965Z | Downloaded futures v0.3.30 |
944 | 2024-09-01T20:21:09.969Z | Downloaded fatfs v0.3.6 |
945 | 2024-09-01T20:21:09.972Z | Downloaded fixedbitset v0.4.2 |
946 | 2024-09-01T20:21:09.975Z | Downloaded dropshot_endpoint v0.10.1 |
947 | 2024-09-01T20:21:09.975Z | Downloaded wait-timeout v0.2.0 |
948 | 2024-09-01T20:21:09.977Z | Downloaded pin-utils v0.1.0 |
949 | 2024-09-01T20:21:09.977Z | Downloaded tokio-tungstenite v0.20.1 |
950 | 2024-09-01T20:21:09.980Z | Downloaded tokio-stream v0.1.15 |
951 | 2024-09-01T20:21:09.983Z | Downloaded foreign-types-macros v0.2.3 |
952 | 2024-09-01T20:21:09.986Z | Downloaded rustc-demangle v0.1.24 |
953 | 2024-09-01T20:21:09.986Z | Downloaded der_derive v0.7.2 |
954 | 2024-09-01T20:21:09.989Z | Downloaded crossterm v0.27.0 |
955 | 2024-09-01T20:21:09.994Z | Downloaded filetime v0.2.25 |
956 | 2024-09-01T20:21:09.996Z | Downloaded time-core v0.1.2 |
957 | 2024-09-01T20:21:09.996Z | Downloaded tokio-tungstenite v0.23.1 |
958 | 2024-09-01T20:21:10.000Z | Downloaded tokio-tungstenite v0.21.0 |
959 | 2024-09-01T20:21:10.002Z | Downloaded omicron-zone-package v0.11.0 |
960 | 2024-09-01T20:21:10.005Z | Downloaded russh-keys v0.45.0 |
961 | 2024-09-01T20:21:10.008Z | Downloaded shell-words v1.1.0 |
962 | 2024-09-01T20:21:10.008Z | Downloaded semver v0.1.20 |
963 | 2024-09-01T20:21:10.008Z | Downloaded getopts v0.2.21 |
964 | 2024-09-01T20:21:10.011Z | Downloaded foreign-types v0.5.0 |
965 | 2024-09-01T20:21:10.011Z | Downloaded embedded-io v0.4.0 |
966 | 2024-09-01T20:21:10.014Z | Downloaded either v1.13.0 |
967 | 2024-09-01T20:21:10.014Z | Downloaded poly1305 v0.8.0 |
968 | 2024-09-01T20:21:10.016Z | Downloaded tinyvec v1.6.0 |
969 | 2024-09-01T20:21:10.019Z | Downloaded futures-macro v0.3.30 |
970 | 2024-09-01T20:21:10.019Z | Downloaded futures-io v0.3.30 |
971 | 2024-09-01T20:21:10.021Z | Downloaded flagset v0.4.5 |
972 | 2024-09-01T20:21:10.021Z | Downloaded olpc-cjson v0.1.3 |
973 | 2024-09-01T20:21:10.023Z | Downloaded hashlink v0.9.1 |
974 | 2024-09-01T20:21:10.025Z | Downloaded serde_yaml v0.9.34+deprecated |
975 | 2024-09-01T20:21:10.028Z | Downloaded base64 v0.13.1 |
976 | 2024-09-01T20:21:10.030Z | Downloaded utf-8 v0.7.6 |
977 | 2024-09-01T20:21:10.033Z | Downloaded schemars v0.8.21 |
978 | 2024-09-01T20:21:10.043Z | Downloaded slog-envlogger v2.2.0 |
979 | 2024-09-01T20:21:10.045Z | Downloaded group v0.13.0 |
980 | 2024-09-01T20:21:10.048Z | Downloaded cc v1.0.97 |
981 | 2024-09-01T20:21:10.050Z | Downloaded rustc-hash v1.1.0 |
982 | 2024-09-01T20:21:10.050Z | Downloaded ref-cast-impl v1.0.23 |
983 | 2024-09-01T20:21:10.053Z | Downloaded ref-cast v1.0.23 |
984 | 2024-09-01T20:21:10.053Z | Downloaded predicates-core v1.0.6 |
985 | 2024-09-01T20:21:10.055Z | Downloaded predicates v3.1.2 |
986 | 2024-09-01T20:21:10.058Z | Downloaded blake2 v0.10.6 |
987 | 2024-09-01T20:21:10.060Z | Downloaded derive_builder v0.20.0 |
988 | 2024-09-01T20:21:10.064Z | Downloaded darling_core v0.20.9 |
989 | 2024-09-01T20:21:10.068Z | Downloaded arc-swap v1.7.1 |
990 | 2024-09-01T20:21:10.073Z | Downloaded ipnet v2.9.0 |
991 | 2024-09-01T20:21:10.077Z | Downloaded crc-any v2.5.0 |
992 | 2024-09-01T20:21:10.077Z | Downloaded fallible-iterator v0.3.0 |
993 | 2024-09-01T20:21:10.077Z | Downloaded ed25519 v2.2.3 |
994 | 2024-09-01T20:21:10.080Z | Downloaded which v4.4.2 |
995 | 2024-09-01T20:21:10.080Z | Downloaded unicode-truncate v1.0.0 |
996 | 2024-09-01T20:21:10.083Z | Downloaded display-error-chain v0.2.1 |
997 | 2024-09-01T20:21:10.083Z | Downloaded nanorand v0.7.0 |
998 | 2024-09-01T20:21:10.085Z | Downloaded topological-sort v0.2.2 |
999 | 2024-09-01T20:21:10.085Z | Downloaded num-iter v0.1.45 |
1000 | 2024-09-01T20:21:10.088Z | Downloaded num-derive v0.4.2 |
1001 | 2024-09-01T20:21:10.088Z | Downloaded csv-core v0.1.11 |
1002 | 2024-09-01T20:21:10.090Z | Downloaded tokio-macros v2.4.0 |
1003 | 2024-09-01T20:21:10.091Z | Downloaded crossbeam-utils v0.8.19 |
1004 | 2024-09-01T20:21:10.093Z | Downloaded crc32fast v1.4.0 |
1005 | 2024-09-01T20:21:10.095Z | Downloaded structmeta-derive v0.3.0 |
1006 | 2024-09-01T20:21:10.095Z | Downloaded string_cache v0.8.7 |
1007 | 2024-09-01T20:21:10.099Z | Downloaded smallvec v0.6.14 |
1008 | 2024-09-01T20:21:10.105Z | Downloaded cookie_store v0.20.0 |
1009 | 2024-09-01T20:21:10.105Z | Downloaded indexmap v1.9.3 |
1010 | 2024-09-01T20:21:10.113Z | Downloaded cookie v0.17.0 |
1011 | 2024-09-01T20:21:10.114Z | Downloaded ciborium v0.2.2 |
1012 | 2024-09-01T20:21:10.114Z | Downloaded cancel-safe-futures v0.1.5 |
1013 | 2024-09-01T20:21:10.114Z | Downloaded bzip2 v0.4.4 |
1014 | 2024-09-01T20:21:10.120Z | Downloaded miniz_oxide v0.7.2 |
1015 | 2024-09-01T20:21:10.120Z | Downloaded lru v0.12.3 |
1016 | 2024-09-01T20:21:10.120Z | Downloaded hyper-rustls v0.24.2 |
1017 | 2024-09-01T20:21:10.120Z | Downloaded httparse v1.8.0 |
1018 | 2024-09-01T20:21:10.125Z | Downloaded indent_write v2.2.0 |
1019 | 2024-09-01T20:21:10.125Z | Downloaded rustversion v1.0.17 |
1020 | 2024-09-01T20:21:10.125Z | Downloaded rustc_version v0.1.7 |
1021 | 2024-09-01T20:21:10.129Z | Downloaded instant v0.1.12 |
1022 | 2024-09-01T20:21:10.129Z | Downloaded lazycell v1.3.0 |
1023 | 2024-09-01T20:21:10.129Z | Downloaded kstat-rs v0.2.4 |
1024 | 2024-09-01T20:21:10.129Z | Downloaded block-padding v0.3.3 |
1025 | 2024-09-01T20:21:10.130Z | Downloaded bitflags v1.3.2 |
1026 | 2024-09-01T20:21:10.133Z | Downloaded lock_api v0.4.12 |
1027 | 2024-09-01T20:21:10.133Z | Downloaded internet-checksum v0.2.1 |
1028 | 2024-09-01T20:21:10.137Z | Downloaded ciborium-ll v0.2.2 |
1029 | 2024-09-01T20:21:10.137Z | Downloaded allocator-api2 v0.2.18 |
1030 | 2024-09-01T20:21:10.141Z | Downloaded jobserver v0.1.32 |
1031 | 2024-09-01T20:21:10.141Z | Downloaded ipnetwork v0.20.0 |
1032 | 2024-09-01T20:21:10.141Z | Downloaded humantime v2.1.0 |
1033 | 2024-09-01T20:21:10.145Z | Downloaded cookie v0.18.1 |
1034 | 2024-09-01T20:21:10.145Z | Downloaded const-oid v0.9.6 |
1035 | 2024-09-01T20:21:10.148Z | Downloaded hubpack v0.1.2 |
1036 | 2024-09-01T20:21:10.148Z | Downloaded http-body v0.4.6 |
1037 | 2024-09-01T20:21:10.153Z | Downloaded ahash v0.8.11 |
1038 | 2024-09-01T20:21:10.154Z | Downloaded bit-vec v0.6.3 |
1039 | 2024-09-01T20:21:10.158Z | Downloaded bcrypt-pbkdf v0.10.0 |
1040 | 2024-09-01T20:21:10.158Z | Downloaded iana-time-zone v0.1.60 |
1041 | 2024-09-01T20:21:10.158Z | Downloaded async-recursion v1.1.1 |
1042 | 2024-09-01T20:21:10.162Z | Downloaded num v0.4.3 |
1043 | 2024-09-01T20:21:10.163Z | Downloaded linear-map v1.2.0 |
1044 | 2024-09-01T20:21:10.163Z | Downloaded memoffset v0.9.1 |
1045 | 2024-09-01T20:21:10.166Z | Downloaded maybe-uninit v2.0.0 |
1046 | 2024-09-01T20:21:10.167Z | Downloaded lazy_static v1.5.0 |
1047 | 2024-09-01T20:21:10.167Z | Downloaded cstr-argument v0.1.2 |
1048 | 2024-09-01T20:21:10.169Z | Downloaded cfg_aliases v0.1.1 |
1049 | 2024-09-01T20:21:10.170Z | Downloaded indoc v1.0.9 |
1050 | 2024-09-01T20:21:10.170Z | Downloaded instability v0.3.2 |
1051 | 2024-09-01T20:21:10.173Z | Downloaded impl-trait-for-tuples v0.2.2 |
1052 | 2024-09-01T20:21:10.173Z | Downloaded aead v0.5.2 |
1053 | 2024-09-01T20:21:10.176Z | Downloaded hostname v0.4.0 |
1054 | 2024-09-01T20:21:10.176Z | Downloaded async-trait v0.1.81 |
1055 | 2024-09-01T20:21:10.182Z | Downloaded argon2 v0.5.3 |
1056 | 2024-09-01T20:21:10.182Z | Downloaded nodrop v0.1.14 |
1057 | 2024-09-01T20:21:10.187Z | Downloaded curve25519-dalek-derive v0.1.1 |
1058 | 2024-09-01T20:21:10.187Z | Downloaded cassowary v0.3.0 |
1059 | 2024-09-01T20:21:10.187Z | Downloaded assert_matches v1.5.0 |
1060 | 2024-09-01T20:21:10.187Z | Downloaded bitfield-struct v0.6.1 |
1061 | 2024-09-01T20:21:10.187Z | Downloaded bcs v0.1.6 |
1062 | 2024-09-01T20:21:10.191Z | Downloaded libz-sys v1.1.16 |
1063 | 2024-09-01T20:21:10.253Z | Downloaded backoff v0.4.0 |
1064 | 2024-09-01T20:21:10.257Z | Downloaded atty v0.2.14 |
1065 | 2024-09-01T20:21:10.258Z | Downloaded atomicwrites v0.4.3 |
1066 | 2024-09-01T20:21:10.263Z | Downloaded crc-catalog v2.4.0 |
1067 | 2024-09-01T20:21:10.263Z | Downloaded cexpr v0.6.0 |
1068 | 2024-09-01T20:21:10.264Z | Downloaded buf-list v1.0.3 |
1069 | 2024-09-01T20:21:10.280Z | Downloaded ring v0.17.8 |
1070 | 2024-09-01T20:21:10.398Z | Downloaded libsqlite3-sys v0.28.0 |
1071 | 2024-09-01T20:21:10.572Z | Compiling serde v1.0.208 |
1072 | 2024-09-01T20:21:10.574Z | Compiling typenum v1.17.0 |
1073 | 2024-09-01T20:21:10.575Z | Compiling lock_api v0.4.12 |
1074 | 2024-09-01T20:21:10.575Z | Compiling generic-array v0.14.7 |
1075 | 2024-09-01T20:21:10.745Z | Compiling scopeguard v1.2.0 |
1076 | 2024-09-01T20:21:10.745Z | Compiling log v0.4.21 |
1077 | 2024-09-01T20:21:10.778Z | Compiling syn v2.0.74 |
1078 | 2024-09-01T20:21:10.781Z | Compiling getrandom v0.2.14 |
1079 | 2024-09-01T20:21:10.999Z | Compiling jobserver v0.1.32 |
1080 | 2024-09-01T20:21:11.168Z | Compiling rand_core v0.6.4 |
1081 | 2024-09-01T20:21:11.409Z | Compiling cc v1.0.97 |
1082 | 2024-09-01T20:21:11.456Z | Compiling subtle v2.5.0 |
1083 | 2024-09-01T20:21:11.703Z | Compiling const-oid v0.9.6 |
1084 | 2024-09-01T20:21:11.788Z | Compiling smallvec v1.13.2 |
1085 | 2024-09-01T20:21:11.813Z | Compiling pin-project-lite v0.2.14 |
1086 | 2024-09-01T20:21:11.928Z | Compiling parking_lot_core v0.9.10 |
1087 | 2024-09-01T20:21:11.946Z | Compiling signal-hook-registry v1.4.2 |
1088 | 2024-09-01T20:21:12.164Z | Compiling spin v0.9.8 |
1089 | 2024-09-01T20:21:12.542Z | Compiling mio v1.0.2 |
1090 | 2024-09-01T20:21:12.730Z | Compiling ahash v0.8.11 |
1091 | 2024-09-01T20:21:13.070Z | Compiling parking_lot v0.12.2 |
1092 | 2024-09-01T20:21:13.086Z | Compiling tinyvec_macros v0.1.1 |
1093 | 2024-09-01T20:21:13.167Z | Compiling tinyvec v1.6.0 |
1094 | 2024-09-01T20:21:13.536Z | Compiling socket2 v0.5.7 |
1095 | 2024-09-01T20:21:13.643Z | Compiling libm v0.2.8 |
1096 | 2024-09-01T20:21:13.744Z | Compiling futures-core v0.3.30 |
1097 | 2024-09-01T20:21:13.944Z | Compiling futures-sink v0.3.30 |
1098 | 2024-09-01T20:21:13.961Z | Compiling cpufeatures v0.2.12 |
1099 | 2024-09-01T20:21:13.977Z | Compiling serde_json v1.0.125 |
1100 | 2024-09-01T20:21:14.072Z | Compiling num-traits v0.2.19 |
1101 | 2024-09-01T20:21:14.087Z | Compiling slab v0.4.9 |
1102 | 2024-09-01T20:21:14.332Z | Compiling allocator-api2 v0.2.18 |
1103 | 2024-09-01T20:21:14.359Z | Compiling unicode-bidi v0.3.15 |
1104 | 2024-09-01T20:21:14.653Z | Compiling unicode-normalization v0.1.23 |
1105 | 2024-09-01T20:21:15.950Z | Compiling futures-channel v0.3.30 |
1106 | 2024-09-01T20:21:15.953Z | Compiling pkg-config v0.3.30 |
1107 | 2024-09-01T20:21:15.953Z | Compiling futures-io v0.3.30 |
1108 | 2024-09-01T20:21:15.953Z | Compiling vcpkg v0.2.15 |
1109 | 2024-09-01T20:21:15.953Z | Compiling pin-utils v0.1.0 |
1110 | 2024-09-01T20:21:15.953Z | Compiling futures-task v0.3.30 |
1111 | 2024-09-01T20:21:15.953Z | Compiling ring v0.17.8 |
1112 | 2024-09-01T20:21:15.953Z | Compiling base64ct v1.6.0 |
1113 | 2024-09-01T20:21:16.036Z | Compiling ppv-lite86 v0.2.17 |
1114 | 2024-09-01T20:21:16.414Z | Compiling pem-rfc7468 v0.7.0 |
1115 | 2024-09-01T20:21:16.571Z | Compiling flagset v0.4.5 |
1116 | 2024-09-01T20:21:16.760Z | Compiling percent-encoding v2.3.1 |
1117 | 2024-09-01T20:21:16.778Z | Compiling rand_chacha v0.3.1 |
1118 | 2024-09-01T20:21:17.102Z | Compiling tracing-core v0.1.32 |
1119 | 2024-09-01T20:21:17.123Z | Compiling untrusted v0.9.0 |
1120 | 2024-09-01T20:21:17.279Z | Compiling rustix v0.38.34 |
1121 | 2024-09-01T20:21:17.397Z | Compiling openssl-sys v0.9.103 |
1122 | 2024-09-01T20:21:17.461Z | Compiling rand v0.8.5 |
1123 | 2024-09-01T20:21:18.049Z | Compiling num-conv v0.1.0 |
1124 | 2024-09-01T20:21:18.290Z | Compiling time-core v0.1.2 |
1125 | 2024-09-01T20:21:18.316Z | Compiling httparse v1.8.0 |
1126 | 2024-09-01T20:21:18.433Z | Compiling powerfmt v0.2.0 |
1127 | 2024-09-01T20:21:18.487Z | Compiling rustversion v1.0.17 |
1128 | 2024-09-01T20:21:18.718Z | Compiling foreign-types-shared v0.1.1 |
1129 | 2024-09-01T20:21:18.800Z | Compiling openssl v0.10.66 |
1130 | 2024-09-01T20:21:18.818Z | Compiling foreign-types v0.3.2 |
1131 | 2024-09-01T20:21:18.890Z | Compiling deranged v0.3.11 |
1132 | 2024-09-01T20:21:19.187Z | Compiling time-macros v0.2.18 |
1133 | 2024-09-01T20:21:19.237Z | Compiling form_urlencoded v1.2.1 |
1134 | 2024-09-01T20:21:19.299Z | Compiling aho-corasick v1.1.3 |
1135 | 2024-09-01T20:21:19.548Z | Compiling syn v1.0.109 |
1136 | 2024-09-01T20:21:20.123Z | Compiling regex-syntax v0.8.4 |
1137 | 2024-09-01T20:21:20.209Z | Compiling crossbeam-utils v0.8.19 |
1138 | 2024-09-01T20:21:20.532Z | Compiling rustls v0.21.12 |
1139 | 2024-09-01T20:21:20.783Z | Compiling native-tls v0.2.11 |
1140 | 2024-09-01T20:21:20.785Z | Compiling num_threads v0.1.7 |
1141 | 2024-09-01T20:21:20.942Z | Compiling try-lock v0.2.5 |
1142 | 2024-09-01T20:21:21.084Z | Compiling siphasher v0.3.11 |
1143 | 2024-09-01T20:21:21.142Z | Compiling want v0.3.1 |
1144 | 2024-09-01T20:21:22.049Z | Compiling idna v0.5.0 |
1145 | 2024-09-01T20:21:22.420Z | Compiling time v0.3.36 |
1146 | 2024-09-01T20:21:22.726Z | Compiling cookie v0.17.0 |
1147 | 2024-09-01T20:21:22.990Z | Compiling openssl-probe v0.1.5 |
1148 | 2024-09-01T20:21:23.337Z | Compiling regex-automata v0.4.6 |
1149 | 2024-09-01T20:21:23.489Z | Compiling tower-service v0.3.2 |
1150 | 2024-09-01T20:21:23.606Z | Compiling slog v2.7.0 |
1151 | 2024-09-01T20:21:24.080Z | Compiling sct v0.7.1 |
1152 | 2024-09-01T20:21:24.099Z | Compiling rustls-webpki v0.101.7 |
1153 | 2024-09-01T20:21:24.188Z | Compiling serde_derive v1.0.208 |
1154 | 2024-09-01T20:21:24.236Z | Compiling zeroize_derive v1.4.2 |
1155 | 2024-09-01T20:21:24.381Z | Compiling zerocopy-derive v0.7.34 |
1156 | 2024-09-01T20:21:25.795Z | Compiling tokio-macros v2.4.0 |
1157 | 2024-09-01T20:21:25.909Z | Compiling zeroize v1.7.0 |
1158 | 2024-09-01T20:21:26.063Z | Compiling thiserror-impl v1.0.63 |
1159 | 2024-09-01T20:21:26.329Z | Compiling futures-macro v0.3.30 |
1160 | 2024-09-01T20:21:26.691Z | Compiling zerocopy v0.7.34 |
1161 | 2024-09-01T20:21:27.473Z | Compiling der_derive v0.7.2 |
1162 | 2024-09-01T20:21:27.670Z | Compiling scroll_derive v0.12.0 |
1163 | 2024-09-01T20:21:27.760Z | Compiling crypto-common v0.1.6 |
1164 | 2024-09-01T20:21:27.995Z | Compiling block-buffer v0.10.4 |
1165 | 2024-09-01T20:21:28.251Z | Compiling digest v0.10.7 |
1166 | 2024-09-01T20:21:28.376Z | Compiling block-padding v0.3.3 |
1167 | 2024-09-01T20:21:28.626Z | Compiling inout v0.1.3 |
1168 | 2024-09-01T20:21:28.743Z | Compiling hmac v0.12.1 |
1169 | 2024-09-01T20:21:28.902Z | Compiling hashbrown v0.14.5 |
1170 | 2024-09-01T20:21:28.931Z | Compiling cipher v0.4.4 |
1171 | 2024-09-01T20:21:28.965Z | Compiling sha2 v0.10.8 |
1172 | 2024-09-01T20:21:29.130Z | Compiling futures-util v0.3.30 |
1173 | 2024-09-01T20:21:29.428Z | Compiling salsa20 v0.10.2 |
1174 | 2024-09-01T20:21:29.445Z | Compiling thiserror v1.0.63 |
1175 | 2024-09-01T20:21:29.585Z | Compiling pest v2.7.10 |
1176 | 2024-09-01T20:21:29.649Z | Compiling pbkdf2 v0.12.2 |
1177 | 2024-09-01T20:21:29.823Z | Compiling tracing-attributes v0.1.27 |
1178 | 2024-09-01T20:21:30.010Z | Compiling der v0.7.9 |
1179 | 2024-09-01T20:21:30.252Z | Compiling scrypt v0.11.0 |
1180 | 2024-09-01T20:21:30.909Z | Compiling aes v0.8.4 |
1181 | 2024-09-01T20:21:32.645Z | Compiling pest_meta v2.7.10 |
1182 | 2024-09-01T20:21:32.708Z | Compiling spki v0.7.3 |
1183 | 2024-09-01T20:21:33.100Z | Compiling cbc v0.1.2 |
1184 | 2024-09-01T20:21:33.338Z | Compiling scroll v0.12.0 |
1185 | 2024-09-01T20:21:33.340Z | Compiling pkcs5 v0.7.1 |
1186 | 2024-09-01T20:21:33.713Z | Compiling tracing v0.1.40 |
1187 | 2024-09-01T20:21:33.732Z | Compiling openssl-macros v0.1.1 |
1188 | 2024-09-01T20:21:33.867Z | Compiling pest_generator v2.7.10 |
1189 | 2024-09-01T20:21:34.230Z | Compiling goblin v0.8.2 |
1190 | 2024-09-01T20:21:34.493Z | Compiling pkcs8 v0.10.2 |
1191 | 2024-09-01T20:21:34.576Z | Compiling finl_unicode v1.2.0 |
1192 | 2024-09-01T20:21:35.149Z | Compiling httpdate v1.0.3 |
1193 | 2024-09-01T20:21:35.181Z | Compiling iana-time-zone v0.1.60 |
1194 | 2024-09-01T20:21:35.265Z | Compiling adler v1.0.2 |
1195 | 2024-09-01T20:21:35.496Z | Compiling miniz_oxide v0.7.2 |
1196 | 2024-09-01T20:21:35.625Z | Compiling stringprep v0.1.4 |
1197 | 2024-09-01T20:21:35.660Z | Compiling md-5 v0.10.6 |
1198 | 2024-09-01T20:21:36.126Z | Compiling url v2.5.2 |
1199 | 2024-09-01T20:21:37.136Z | Compiling num-integer v0.1.46 |
1200 | 2024-09-01T20:21:37.788Z | Compiling pest_derive v2.7.10 |
1201 | 2024-09-01T20:21:37.934Z | Compiling idna v0.3.0 |
1202 | 2024-09-01T20:21:37.997Z | Compiling backtrace v0.3.71 |
1203 | 2024-09-01T20:21:38.178Z | Compiling lazy_static v1.5.0 |
1204 | 2024-09-01T20:21:38.302Z | Compiling hash32 v0.2.1 |
1205 | 2024-09-01T20:21:38.481Z | Compiling num-bigint-dig v0.8.4 |
1206 | 2024-09-01T20:21:38.581Z | Compiling dtrace-parser v0.2.0 |
1207 | 2024-09-01T20:21:38.703Z | Compiling bytes v1.7.1 |
1208 | 2024-09-01T20:21:38.784Z | Compiling bitflags v2.6.0 |
1209 | 2024-09-01T20:21:39.247Z | Compiling indexmap v2.4.0 |
1210 | 2024-09-01T20:21:39.467Z | Compiling semver v1.0.23 |
1211 | 2024-09-01T20:21:39.952Z | Compiling tokio v1.39.3 |
1212 | 2024-09-01T20:21:40.249Z | Compiling http v0.2.12 |
1213 | 2024-09-01T20:21:40.689Z | Compiling rustc_version v0.4.0 |
1214 | 2024-09-01T20:21:41.526Z | Compiling heapless v0.7.17 |
1215 | 2024-09-01T20:21:41.999Z | Compiling http-body v0.4.6 |
1216 | 2024-09-01T20:21:42.243Z | Compiling dof v0.3.0 |
1217 | 2024-09-01T20:21:42.832Z | Compiling uuid v1.10.0 |
1218 | 2024-09-01T20:21:43.864Z | Compiling usdt-impl v0.5.0 |
1219 | 2024-09-01T20:21:44.364Z | Compiling chrono v0.4.38 |
1220 | 2024-09-01T20:21:44.450Z | Compiling serde_spanned v0.6.7 |
1221 | 2024-09-01T20:21:44.685Z | Compiling toml_datetime v0.6.8 |
1222 | 2024-09-01T20:21:44.766Z | Compiling serde_tokenstream v0.2.2 |
1223 | 2024-09-01T20:21:44.925Z | Compiling signal-hook v0.3.17 |
1224 | 2024-09-01T20:21:45.183Z | Compiling gimli v0.28.1 |
1225 | 2024-09-01T20:21:45.203Z | Compiling psl-types v2.0.11 |
1226 | 2024-09-01T20:21:45.390Z | Compiling fallible-iterator v0.2.0 |
1227 | 2024-09-01T20:21:45.390Z | Compiling crc32fast v1.4.0 |
1228 | 2024-09-01T20:21:45.422Z | Compiling stable_deref_trait v1.2.0 |
1229 | 2024-09-01T20:21:45.524Z | Compiling smoltcp v0.9.1 |
1230 | 2024-09-01T20:21:45.938Z | Compiling cfg_aliases v0.1.1 |
1231 | 2024-09-01T20:21:46.043Z | Compiling base64 v0.22.1 |
1232 | 2024-09-01T20:21:46.137Z | Compiling nix v0.28.0 |
1233 | 2024-09-01T20:21:46.832Z | Compiling postgres-protocol v0.6.7 |
1234 | 2024-09-01T20:21:46.990Z | Compiling publicsuffix v2.2.3 |
1235 | 2024-09-01T20:21:47.276Z | Compiling terminal_size v0.3.0 |
1236 | 2024-09-01T20:21:47.536Z | Compiling num-iter v0.1.45 |
1237 | 2024-09-01T20:21:48.139Z | Compiling tokio-util v0.7.11 |
1238 | 2024-09-01T20:21:48.157Z | Compiling tokio-rustls v0.24.1 |
1239 | 2024-09-01T20:21:48.560Z | Compiling zerocopy-derive v0.6.6 |
1240 | 2024-09-01T20:21:48.679Z | Compiling async-trait v0.1.81 |
1241 | 2024-09-01T20:21:49.162Z | Compiling h2 v0.3.26 |
1242 | 2024-09-01T20:21:49.508Z | Compiling addr2line v0.21.0 |
1243 | 2024-09-01T20:21:50.215Z | Compiling tokio-native-tls v0.3.1 |
1244 | 2024-09-01T20:21:50.235Z | Compiling phf_shared v0.11.2 |
1245 | 2024-09-01T20:21:50.482Z | Compiling serde_derive_internals v0.29.1 |
1246 | 2024-09-01T20:21:50.621Z | Compiling ff v0.13.0 |
1247 | 2024-09-01T20:21:50.686Z | Compiling hubpack_derive v0.1.1 |
1248 | 2024-09-01T20:21:50.748Z | Compiling object v0.32.2 |
1249 | 2024-09-01T20:21:50.842Z | Compiling fs-err v2.11.0 |
1250 | 2024-09-01T20:21:51.159Z | Compiling managed v0.8.0 |
1251 | 2024-09-01T20:21:51.234Z | Compiling rustc-demangle v0.1.24 |
1252 | 2024-09-01T20:21:51.485Z | Compiling bitflags v1.3.2 |
1253 | 2024-09-01T20:21:51.586Z | Compiling base64 v0.21.7 |
1254 | 2024-09-01T20:21:51.606Z | Compiling ipnet v2.9.0 |
1255 | 2024-09-01T20:21:51.654Z | Compiling schemars v0.8.21 |
1256 | 2024-09-01T20:21:52.015Z | Compiling base16ct v0.2.0 |
1257 | 2024-09-01T20:21:52.180Z | Compiling either v1.13.0 |
1258 | 2024-09-01T20:21:52.328Z | Compiling winnow v0.5.40 |
1259 | 2024-09-01T20:21:52.347Z | Compiling anyhow v1.0.86 |
1260 | 2024-09-01T20:21:52.615Z | Compiling sec1 v0.7.3 |
1261 | 2024-09-01T20:21:52.810Z | Compiling rustls-pemfile v1.0.4 |
1262 | 2024-09-01T20:21:53.183Z | Compiling hubpack v0.1.2 |
1263 | 2024-09-01T20:21:53.186Z | Compiling clap_builder v4.5.15 |
1264 | 2024-09-01T20:21:53.238Z | Compiling schemars_derive v0.8.21 |
1265 | 2024-09-01T20:21:53.784Z | Compiling group v0.13.0 |
1266 | 2024-09-01T20:21:54.125Z | Compiling zerocopy v0.6.6 |
1267 | 2024-09-01T20:21:54.996Z | Compiling phf v0.11.2 |
1268 | 2024-09-01T20:21:55.229Z | Compiling cookie_store v0.20.0 |
1269 | 2024-09-01T20:21:55.397Z | Compiling postgres-types v0.2.7 |
1270 | 2024-09-01T20:21:56.161Z | Compiling hyper v0.14.30 |
1271 | 2024-09-01T20:21:56.628Z | Compiling toml_edit v0.19.15 |
1272 | 2024-09-01T20:21:57.787Z | Compiling usdt-attr-macro v0.5.0 |
1273 | 2024-09-01T20:21:58.083Z | Compiling usdt-macro v0.5.0 |
1274 | 2024-09-01T20:21:59.507Z | Compiling serde_urlencoded v0.7.1 |
1275 | 2024-09-01T20:21:59.613Z | Compiling clap_derive v4.5.13 |
1276 | 2024-09-01T20:21:59.798Z | Compiling pkcs1 v0.7.5 |
1277 | 2024-09-01T20:22:00.033Z | Compiling futures-executor v0.3.30 |
1278 | 2024-09-01T20:22:00.594Z | Compiling hkdf v0.12.4 |
1279 | 2024-09-01T20:22:00.835Z | Compiling bstr v1.9.1 |
1280 | 2024-09-01T20:22:00.853Z | Compiling regex v1.10.6 |
1281 | 2024-09-01T20:22:00.977Z | Compiling signature v2.2.0 |
1282 | 2024-09-01T20:22:01.291Z | Compiling crypto-bigint v0.5.5 |
1283 | 2024-09-01T20:22:01.978Z | Compiling enum-as-inner v0.6.0 |
1284 | 2024-09-01T20:22:02.612Z | Compiling serde_repr v0.1.19 |
1285 | 2024-09-01T20:22:02.702Z | Compiling strum_macros v0.25.3 |
1286 | 2024-09-01T20:22:03.081Z | Compiling phf_shared v0.10.0 |
1287 | 2024-09-01T20:22:03.482Z | Compiling hyper-tls v0.5.0 |
1288 | 2024-09-01T20:22:03.799Z | Compiling hyper-rustls v0.24.2 |
1289 | 2024-09-01T20:22:03.843Z | Compiling float-cmp v0.9.0 |
1290 | 2024-09-01T20:22:04.072Z | Compiling idna v0.4.0 |
1291 | 2024-09-01T20:22:04.175Z | Compiling mio v0.8.11 |
1292 | 2024-09-01T20:22:04.627Z | Compiling encoding_rs v0.8.34 |
1293 | 2024-09-01T20:22:04.801Z | Compiling static_assertions v1.1.0 |
1294 | 2024-09-01T20:22:04.904Z | Compiling new_debug_unreachable v1.0.6 |
1295 | 2024-09-01T20:22:05.002Z | Compiling dyn-clone v1.0.17 |
1296 | 2024-09-01T20:22:05.223Z | Compiling mime v0.3.17 |
1297 | 2024-09-01T20:22:05.468Z | Compiling normalize-line-endings v0.3.0 |
1298 | 2024-09-01T20:22:05.593Z | Compiling precomputed-hash v0.1.1 |
1299 | 2024-09-01T20:22:05.682Z | Compiling minimal-lexical v0.2.1 |
1300 | 2024-09-01T20:22:05.717Z | Compiling fixedbitset v0.4.2 |
1301 | 2024-09-01T20:22:05.849Z | Compiling unicode-segmentation v1.11.0 |
1302 | 2024-09-01T20:22:06.254Z | Compiling bit-vec v0.6.3 |
1303 | 2024-09-01T20:22:06.273Z | Compiling difflib v0.4.0 |
1304 | 2024-09-01T20:22:06.389Z | Compiling webpki-roots v0.25.4 |
1305 | 2024-09-01T20:22:06.549Z | Compiling predicates-core v1.0.6 |
1306 | 2024-09-01T20:22:06.701Z | Compiling whoami v1.5.1 |
1307 | 2024-09-01T20:22:06.720Z | Compiling data-encoding v2.6.0 |
1308 | 2024-09-01T20:22:06.824Z | Compiling sync_wrapper v0.1.2 |
1309 | 2024-09-01T20:22:06.893Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1310 | 2024-09-01T20:22:06.951Z | Compiling predicates v3.1.2 |
1311 | 2024-09-01T20:22:07.335Z | Compiling reqwest v0.11.27 |
1312 | 2024-09-01T20:22:07.483Z | Compiling hickory-proto v0.24.1 |
1313 | 2024-09-01T20:22:07.833Z | Compiling tokio-postgres v0.7.11 |
1314 | 2024-09-01T20:22:08.697Z | Compiling bit-set v0.5.3 |
1315 | 2024-09-01T20:22:08.996Z | Compiling similar v2.6.0 |
1316 | 2024-09-01T20:22:09.116Z | Compiling nom v7.1.3 |
1317 | 2024-09-01T20:22:09.231Z | Compiling petgraph v0.6.5 |
1318 | 2024-09-01T20:22:10.051Z | Compiling string_cache v0.8.7 |
1319 | 2024-09-01T20:22:10.536Z | Compiling toml_edit v0.22.20 |
1320 | 2024-09-01T20:22:12.804Z | Compiling console v0.15.8 |
1321 | 2024-09-01T20:22:13.322Z | Compiling signal-hook-mio v0.2.4 |
1322 | 2024-09-01T20:22:13.342Z | Compiling clap v4.5.16 |
1323 | 2024-09-01T20:22:13.470Z | Compiling usdt v0.5.0 |
1324 | 2024-09-01T20:22:13.511Z | Compiling elliptic-curve v0.13.8 |
1325 | 2024-09-01T20:22:13.540Z | Compiling rsa v0.9.6 |
1326 | 2024-09-01T20:22:13.979Z | Compiling futures v0.3.30 |
1327 | 2024-09-01T20:22:14.101Z | Compiling toml v0.7.8 |
1328 | 2024-09-01T20:22:14.365Z | Compiling flate2 v1.0.31 |
1329 | 2024-09-01T20:22:15.328Z | Compiling itertools v0.10.5 |
1330 | 2024-09-01T20:22:15.846Z | Compiling itertools v0.12.1 |
1331 | 2024-09-01T20:22:16.155Z | Compiling tokio-stream v0.1.15 |
1332 | 2024-09-01T20:22:17.228Z | Compiling openapiv3 v2.0.0 |
1333 | 2024-09-01T20:22:17.972Z | Compiling hex v0.4.3 |
1334 | 2024-09-01T20:22:18.248Z | Compiling crossbeam-epoch v0.9.18 |
1335 | 2024-09-01T20:22:18.589Z | Compiling sha1 v0.10.6 |
1336 | 2024-09-01T20:22:19.004Z | Compiling dirs-sys-next v0.1.2 |
1337 | 2024-09-01T20:22:19.025Z | Compiling peg-runtime v0.8.3 |
1338 | 2024-09-01T20:22:19.048Z | Compiling lalrpop-util v0.19.12 |
1339 | 2024-09-01T20:22:19.067Z | Compiling unicode-xid v0.2.4 |
1340 | 2024-09-01T20:22:19.252Z | Compiling dirs-next v2.0.0 |
1341 | 2024-09-01T20:22:19.358Z | Compiling thread_local v1.1.8 |
1342 | 2024-09-01T20:22:19.388Z | Compiling slog-async v2.8.0 |
1343 | 2024-09-01T20:22:19.440Z | Compiling term v0.7.0 |
1344 | 2024-09-01T20:22:19.674Z | Compiling xattr v1.3.1 |
1345 | 2024-09-01T20:22:19.690Z | Compiling crossbeam-channel v0.5.12 |
1346 | 2024-09-01T20:22:19.905Z | Compiling strum_macros v0.26.4 |
1347 | 2024-09-01T20:22:19.954Z | Compiling is-terminal v0.4.12 |
1348 | 2024-09-01T20:22:20.004Z | Compiling filetime v0.2.25 |
1349 | 2024-09-01T20:22:20.078Z | Compiling take_mut v0.2.2 |
1350 | 2024-09-01T20:22:20.239Z | Compiling tar v0.4.41 |
1351 | 2024-09-01T20:22:20.307Z | Compiling slog-term v2.9.1 |
1352 | 2024-09-01T20:22:20.998Z | Compiling camino v1.1.9 |
1353 | 2024-09-01T20:22:22.332Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1354 | 2024-09-01T20:22:23.061Z | Compiling strum v0.26.3 |
1355 | 2024-09-01T20:22:23.138Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1356 | 2024-09-01T20:22:28.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
1357 | 2024-09-01T20:22:28.658Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1358 | 2024-09-01T20:22:28.704Z | Sep 01 20:22:27.671 INFO Starting download, target: Cockroach |
1359 | 2024-09-01T20:22:28.704Z | Sep 01 20:22:27.671 INFO Starting download, target: Console |
1360 | 2024-09-01T20:22:28.704Z | Sep 01 20:22:27.671 INFO Starting download, target: Clickhouse |
1361 | 2024-09-01T20:22:28.707Z | Sep 01 20:22:27.671 INFO Starting download, target: DendriteOpenapi |
1362 | 2024-09-01T20:22:28.707Z | Sep 01 20:22:27.671 INFO Starting download, target: DendriteStub |
1363 | 2024-09-01T20:22:28.707Z | Sep 01 20:22:27.671 INFO Starting download, target: MaghemiteMgd |
1364 | 2024-09-01T20:22:28.707Z | Sep 01 20:22:27.671 INFO Starting download, target: TransceiverControl |
1365 | 2024-09-01T20:22:28.707Z | Sep 01 20:22:27.672 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1366 | 2024-09-01T20:22:28.707Z | Sep 01 20:22:27.672 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1367 | 2024-09-01T20:22:28.707Z | Sep 01 20:22:27.672 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1368 | 2024-09-01T20:22:28.707Z | Sep 01 20:22:27.672 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1369 | 2024-09-01T20:22:28.707Z | Sep 01 20:22:27.672 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1370 | 2024-09-01T20:22:28.707Z | Sep 01 20:22:27.672 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1371 | 2024-09-01T20:22:28.707Z | Sep 01 20:22:27.672 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1372 | 2024-09-01T20:22:28.842Z | Sep 01 20:22:27.808 INFO Download complete, target: DendriteOpenapi |
1373 | 2024-09-01T20:22:29.233Z | Sep 01 20:22:28.197 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1374 | 2024-09-01T20:22:29.327Z | Sep 01 20:22:28.286 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1375 | 2024-09-01T20:22:29.419Z | Sep 01 20:22:28.383 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1376 | 2024-09-01T20:22:29.519Z | Sep 01 20:22:28.485 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1377 | 2024-09-01T20:22:29.724Z | Sep 01 20:22:28.690 INFO Download complete, target: Console |
1378 | 2024-09-01T20:22:30.012Z | Sep 01 20:22:28.978 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1379 | 2024-09-01T20:22:30.012Z | Sep 01 20:22:28.978 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1380 | 2024-09-01T20:22:30.058Z | Sep 01 20:22:29.024 INFO Download complete, target: TransceiverControl |
1381 | 2024-09-01T20:22:30.589Z | Sep 01 20:22:29.554 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1382 | 2024-09-01T20:22:32.601Z | Sep 01 20:22:31.564 INFO Download complete, target: DendriteStub |
1383 | 2024-09-01T20:22:32.881Z | Sep 01 20:22:31.844 INFO Download complete, target: MaghemiteMgd |
1384 | 2024-09-01T20:22:38.530Z | Sep 01 20:22:37.488 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1385 | 2024-09-01T20:22:38.868Z | Sep 01 20:22:37.824 INFO Checking that binary works, target: Cockroach |
1386 | 2024-09-01T20:22:39.071Z | Sep 01 20:22:38.029 INFO Download complete, target: Cockroach |
1387 | 2024-09-01T20:22:44.901Z | Sep 01 20:22:43.851 INFO Checking that binary works, target: Clickhouse |
1388 | 2024-09-01T20:22:45.067Z | Sep 01 20:22:44.017 INFO Download complete, target: Clickhouse |
1389 | 2024-09-01T20:22:45.073Z | All prerequisites installed successfully |
1390 | 2024-09-01T20:22:45.076Z | |
1391 | 2024-09-01T20:22:45.076Z | real 3:36.050190812 |
1392 | 2024-09-01T20:22:45.076Z | user 11:26.914235859 |
1393 | 2024-09-01T20:22:45.076Z | sys 2:25.832841247 |
1394 | 2024-09-01T20:22:45.076Z | trap 0.413454525 |
1395 | 2024-09-01T20:22:45.076Z | tflt 1.672027914 |
1396 | 2024-09-01T20:22:45.076Z | dflt 1.924572671 |
1397 | 2024-09-01T20:22:45.076Z | kflt 0.030139997 |
1398 | 2024-09-01T20:22:45.076Z | lock 22:55.580045804 |
1399 | 2024-09-01T20:22:45.076Z | slp 43:57.399089714 |
1400 | 2024-09-01T20:22:45.076Z | lat 39.365985917 |
1401 | 2024-09-01T20:22:45.076Z | stop 1:43.630341811 |
1402 | 2024-09-01T20:22:45.076Z | + ptime -m cargo xtask download softnpu |
1403 | 2024-09-01T20:22:45.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1404 | 2024-09-01T20:22:45.656Z | Running `target/debug/xtask download softnpu` |
1405 | 2024-09-01T20:22:46.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1406 | 2024-09-01T20:22:46.530Z | Running `target/debug/xtask-downloader softnpu` |
1407 | 2024-09-01T20:22:46.566Z | Sep 01 20:22:45.517 INFO Starting download, target: Softnpu |
1408 | 2024-09-01T20:22:46.568Z | Sep 01 20:22:45.517 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1409 | 2024-09-01T20:22:47.432Z | Sep 01 20:22:46.382 INFO Download complete, target: Softnpu |
1410 | 2024-09-01T20:22:47.436Z | |
1411 | 2024-09-01T20:22:47.440Z | real 2.353843478 |
1412 | 2024-09-01T20:22:47.440Z | user 1.231726095 |
1413 | 2024-09-01T20:22:47.440Z | sys 0.565166354 |
1414 | 2024-09-01T20:22:47.440Z | trap 0.000230239 |
1415 | 2024-09-01T20:22:47.440Z | tflt 0.000007982 |
1416 | 2024-09-01T20:22:47.440Z | dflt 0.000000000 |
1417 | 2024-09-01T20:22:47.440Z | kflt 0.000000000 |
1418 | 2024-09-01T20:22:47.440Z | lock 8.762241479 |
1419 | 2024-09-01T20:22:47.440Z | slp 0.869955818 |
1420 | 2024-09-01T20:22:47.440Z | lat 0.070988640 |
1421 | 2024-09-01T20:22:47.440Z | stop 0.000361562 |
1422 | 2024-09-01T20:22:47.440Z | + export CARGO_INCREMENTAL=0 |
1423 | 2024-09-01T20:22:47.440Z | + CARGO_INCREMENTAL=0 |
1424 | 2024-09-01T20:22:47.440Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1425 | 2024-09-01T20:22:48.374Z | Compiling proc-macro2 v1.0.86 |
1426 | 2024-09-01T20:22:48.374Z | Compiling unicode-ident v1.0.12 |
1427 | 2024-09-01T20:22:48.374Z | Compiling libc v0.2.158 |
1428 | 2024-09-01T20:22:48.374Z | Compiling serde v1.0.208 |
1429 | 2024-09-01T20:22:48.377Z | Compiling version_check v0.9.5 |
1430 | 2024-09-01T20:22:48.377Z | Compiling autocfg v1.3.0 |
1431 | 2024-09-01T20:22:48.377Z | Compiling cfg-if v1.0.0 |
1432 | 2024-09-01T20:22:48.377Z | Compiling once_cell v1.19.0 |
1433 | 2024-09-01T20:22:48.696Z | Compiling typenum v1.17.0 |
1434 | 2024-09-01T20:22:48.733Z | Compiling memchr v2.7.2 |
1435 | 2024-09-01T20:22:49.183Z | Compiling generic-array v0.14.7 |
1436 | 2024-09-01T20:22:49.286Z | Compiling lock_api v0.4.12 |
1437 | 2024-09-01T20:22:49.511Z | Compiling ahash v0.8.11 |
1438 | 2024-09-01T20:22:49.611Z | Compiling byteorder v1.5.0 |
1439 | 2024-09-01T20:22:49.670Z | Compiling serde_json v1.0.125 |
1440 | 2024-09-01T20:22:49.846Z | Compiling libm v0.2.8 |
1441 | 2024-09-01T20:22:50.026Z | Compiling quote v1.0.36 |
1442 | 2024-09-01T20:22:50.050Z | Compiling num-traits v0.2.19 |
1443 | 2024-09-01T20:22:50.202Z | Compiling parking_lot_core v0.9.10 |
1444 | 2024-09-01T20:22:50.337Z | Compiling thiserror v1.0.63 |
1445 | 2024-09-01T20:22:50.491Z | Compiling syn v2.0.74 |
1446 | 2024-09-01T20:22:50.607Z | Compiling getrandom v0.2.14 |
1447 | 2024-09-01T20:22:50.666Z | Compiling jobserver v0.1.32 |
1448 | 2024-09-01T20:22:50.821Z | Compiling scopeguard v1.2.0 |
1449 | 2024-09-01T20:22:50.935Z | Compiling itoa v1.0.11 |
1450 | 2024-09-01T20:22:51.053Z | Compiling cc v1.0.97 |
1451 | 2024-09-01T20:22:51.132Z | Compiling log v0.4.21 |
1452 | 2024-09-01T20:22:51.434Z | Compiling allocator-api2 v0.2.18 |
1453 | 2024-09-01T20:22:51.496Z | Compiling rand_core v0.6.4 |
1454 | 2024-09-01T20:22:51.541Z | Compiling slab v0.4.9 |
1455 | 2024-09-01T20:22:51.918Z | Compiling pin-project-lite v0.2.14 |
1456 | 2024-09-01T20:22:51.934Z | Compiling semver v1.0.23 |
1457 | 2024-09-01T20:22:52.203Z | Compiling ryu v1.0.18 |
1458 | 2024-09-01T20:22:52.482Z | Compiling smallvec v1.13.2 |
1459 | 2024-09-01T20:22:52.500Z | Compiling equivalent v1.0.1 |
1460 | 2024-09-01T20:22:52.572Z | Compiling pkg-config v0.3.30 |
1461 | 2024-09-01T20:22:52.605Z | Compiling schemars v0.8.21 |
1462 | 2024-09-01T20:22:52.912Z | Compiling vcpkg v0.2.15 |
1463 | 2024-09-01T20:22:52.989Z | Compiling spin v0.9.8 |
1464 | 2024-09-01T20:22:53.425Z | Compiling signal-hook-registry v1.4.2 |
1465 | 2024-09-01T20:22:53.800Z | Compiling subtle v2.5.0 |
1466 | 2024-09-01T20:22:54.169Z | Compiling parking_lot v0.12.2 |
1467 | 2024-09-01T20:22:54.320Z | Compiling ring v0.17.8 |
1468 | 2024-09-01T20:22:54.629Z | Compiling openssl-sys v0.9.103 |
1469 | 2024-09-01T20:22:55.012Z | Compiling mio v1.0.2 |
1470 | 2024-09-01T20:22:55.304Z | Compiling const-oid v0.9.6 |
1471 | 2024-09-01T20:22:55.619Z | Compiling socket2 v0.5.7 |
1472 | 2024-09-01T20:22:55.716Z | Compiling syn v1.0.109 |
1473 | 2024-09-01T20:22:56.511Z | Compiling heck v0.5.0 |
1474 | 2024-09-01T20:22:56.593Z | Compiling httparse v1.8.0 |
1475 | 2024-09-01T20:22:56.928Z | Compiling time-core v0.1.2 |
1476 | 2024-09-01T20:22:56.979Z | Compiling num-conv v0.1.0 |
1477 | 2024-09-01T20:22:57.130Z | Compiling futures-core v0.3.30 |
1478 | 2024-09-01T20:22:57.178Z | Compiling openssl v0.10.66 |
1479 | 2024-09-01T20:22:57.253Z | Compiling time-macros v0.2.18 |
1480 | 2024-09-01T20:22:57.270Z | Compiling fnv v1.0.7 |
1481 | 2024-09-01T20:22:57.370Z | Compiling rustix v0.38.34 |
1482 | 2024-09-01T20:22:57.849Z | Compiling crossbeam-utils v0.8.19 |
1483 | 2024-09-01T20:22:57.922Z | Compiling serde_derive_internals v0.29.1 |
1484 | 2024-09-01T20:22:58.642Z | Compiling tinyvec_macros v0.1.1 |
1485 | 2024-09-01T20:22:58.753Z | Compiling futures-sink v0.3.30 |
1486 | 2024-09-01T20:22:58.881Z | Compiling iana-time-zone v0.1.60 |
1487 | 2024-09-01T20:22:58.934Z | Compiling native-tls v0.2.11 |
1488 | 2024-09-01T20:22:59.285Z | Compiling rustls v0.21.12 |
1489 | 2024-09-01T20:22:59.386Z | Compiling tinyvec v1.6.0 |
1490 | 2024-09-01T20:22:59.942Z | Compiling ucd-trie v0.1.6 |
1491 | 2024-09-01T20:23:00.402Z | Compiling cpufeatures v0.2.12 |
1492 | 2024-09-01T20:23:00.521Z | Compiling backtrace v0.3.71 |
1493 | 2024-09-01T20:23:00.586Z | Compiling cookie v0.17.0 |
1494 | 2024-09-01T20:23:00.683Z | Compiling unicode-bidi v0.3.15 |
1495 | 2024-09-01T20:23:00.851Z | Compiling unicode-normalization v0.1.23 |
1496 | 2024-09-01T20:23:00.899Z | Compiling slog v2.7.0 |
1497 | 2024-09-01T20:23:01.360Z | Compiling futures-channel v0.3.30 |
1498 | 2024-09-01T20:23:01.517Z | Compiling aho-corasick v1.1.3 |
1499 | 2024-09-01T20:23:01.832Z | Compiling regex-syntax v0.8.4 |
1500 | 2024-09-01T20:23:01.871Z | Compiling futures-task v0.3.30 |
1501 | 2024-09-01T20:23:02.163Z | Compiling pin-utils v0.1.0 |
1502 | 2024-09-01T20:23:02.262Z | Compiling futures-io v0.3.30 |
1503 | 2024-09-01T20:23:03.393Z | Compiling serde_derive v1.0.208 |
1504 | 2024-09-01T20:23:03.409Z | Compiling zeroize_derive v1.4.2 |
1505 | 2024-09-01T20:23:03.424Z | Compiling zerocopy-derive v0.7.34 |
1506 | 2024-09-01T20:23:04.771Z | Compiling thiserror-impl v1.0.63 |
1507 | 2024-09-01T20:23:04.828Z | Compiling tokio-macros v2.4.0 |
1508 | 2024-09-01T20:23:05.401Z | Compiling zerocopy v0.7.34 |
1509 | 2024-09-01T20:23:05.849Z | Compiling zeroize v1.7.0 |
1510 | 2024-09-01T20:23:06.618Z | Compiling futures-macro v0.3.30 |
1511 | 2024-09-01T20:23:07.494Z | Compiling hashbrown v0.14.5 |
1512 | 2024-09-01T20:23:07.565Z | Compiling crypto-common v0.1.6 |
1513 | 2024-09-01T20:23:07.760Z | Compiling schemars_derive v0.8.21 |
1514 | 2024-09-01T20:23:08.403Z | Compiling tracing-attributes v0.1.27 |
1515 | 2024-09-01T20:23:08.955Z | Compiling block-buffer v0.10.4 |
1516 | 2024-09-01T20:23:09.216Z | Compiling digest v0.10.7 |
1517 | 2024-09-01T20:23:09.301Z | Compiling der_derive v0.7.2 |
1518 | 2024-09-01T20:23:09.613Z | Compiling openssl-macros v0.1.1 |
1519 | 2024-09-01T20:23:10.134Z | Compiling scroll_derive v0.12.0 |
1520 | 2024-09-01T20:23:10.325Z | Compiling hmac v0.12.1 |
1521 | 2024-09-01T20:23:10.545Z | Compiling block-padding v0.3.3 |
1522 | 2024-09-01T20:23:10.637Z | Compiling pest v2.7.10 |
1523 | 2024-09-01T20:23:11.390Z | Compiling inout v0.1.3 |
1524 | 2024-09-01T20:23:11.417Z | Compiling sha2 v0.10.8 |
1525 | 2024-09-01T20:23:11.435Z | Compiling futures-util v0.3.30 |
1526 | 2024-09-01T20:23:11.620Z | Compiling cipher v0.4.4 |
1527 | 2024-09-01T20:23:11.634Z | Compiling regex-automata v0.4.6 |
1528 | 2024-09-01T20:23:12.082Z | Compiling winnow v0.5.40 |
1529 | 2024-09-01T20:23:12.156Z | Compiling anyhow v1.0.86 |
1530 | 2024-09-01T20:23:12.451Z | Compiling untrusted v0.9.0 |
1531 | 2024-09-01T20:23:12.991Z | Compiling dyn-clone v1.0.17 |
1532 | 2024-09-01T20:23:13.086Z | Compiling pest_meta v2.7.10 |
1533 | 2024-09-01T20:23:15.997Z | Compiling pest_generator v2.7.10 |
1534 | 2024-09-01T20:23:16.941Z | Compiling bytes v1.7.1 |
1535 | 2024-09-01T20:23:17.736Z | Compiling indexmap v2.4.0 |
1536 | 2024-09-01T20:23:18.851Z | Compiling tokio v1.39.3 |
1537 | 2024-09-01T20:23:19.202Z | Compiling bitflags v2.6.0 |
1538 | 2024-09-01T20:23:19.280Z | Compiling uuid v1.10.0 |
1539 | 2024-09-01T20:23:19.639Z | Compiling serde_tokenstream v0.2.2 |
1540 | 2024-09-01T20:23:19.789Z | Compiling chrono v0.4.38 |
1541 | 2024-09-01T20:23:21.302Z | Compiling serde_spanned v0.6.7 |
1542 | 2024-09-01T20:23:21.534Z | Compiling toml_datetime v0.6.8 |
1543 | 2024-09-01T20:23:22.321Z | Compiling http v0.2.12 |
1544 | 2024-09-01T20:23:22.855Z | Compiling toml_edit v0.19.15 |
1545 | 2024-09-01T20:23:24.591Z | Compiling rustc_version v0.4.0 |
1546 | 2024-09-01T20:23:24.691Z | Compiling pest_derive v2.7.10 |
1547 | 2024-09-01T20:23:25.228Z | Compiling tracing-core v0.1.32 |
1548 | 2024-09-01T20:23:25.530Z | Compiling usdt-impl v0.5.0 |
1549 | 2024-09-01T20:23:25.895Z | Compiling rustversion v1.0.17 |
1550 | 2024-09-01T20:23:26.534Z | Compiling base64ct v1.6.0 |
1551 | 2024-09-01T20:23:27.220Z | Compiling pem-rfc7468 v0.7.0 |
1552 | 2024-09-01T20:23:27.532Z | Compiling tracing v0.1.40 |
1553 | 2024-09-01T20:23:27.549Z | Compiling heapless v0.7.17 |
1554 | 2024-09-01T20:23:27.835Z | Compiling scroll v0.12.0 |
1555 | 2024-09-01T20:23:28.216Z | Compiling heck v0.4.1 |
1556 | 2024-09-01T20:23:28.339Z | Compiling flagset v0.4.5 |
1557 | 2024-09-01T20:23:28.414Z | Compiling powerfmt v0.2.0 |
1558 | 2024-09-01T20:23:28.529Z | Compiling plain v0.2.3 |
1559 | 2024-09-01T20:23:28.631Z | Compiling ppv-lite86 v0.2.17 |
1560 | 2024-09-01T20:23:28.687Z | Compiling percent-encoding v2.3.1 |
1561 | 2024-09-01T20:23:29.024Z | Compiling tokio-util v0.7.11 |
1562 | 2024-09-01T20:23:29.374Z | Compiling rand_chacha v0.3.1 |
1563 | 2024-09-01T20:23:29.408Z | Compiling deranged v0.3.11 |
1564 | 2024-09-01T20:23:29.743Z | Compiling goblin v0.8.2 |
1565 | 2024-09-01T20:23:30.263Z | Compiling der v0.7.9 |
1566 | 2024-09-01T20:23:32.888Z | Compiling regex v1.10.6 |
1567 | 2024-09-01T20:23:33.234Z | Compiling salsa20 v0.10.2 |
1568 | 2024-09-01T20:23:33.344Z | Compiling pbkdf2 v0.12.2 |
1569 | 2024-09-01T20:23:33.711Z | Compiling crc32fast v1.4.0 |
1570 | 2024-09-01T20:23:33.757Z | Compiling strsim v0.11.1 |
1571 | 2024-09-01T20:23:33.828Z | Compiling pretty-hex v0.4.1 |
1572 | 2024-09-01T20:23:33.851Z | Compiling num_threads v0.1.7 |
1573 | 2024-09-01T20:23:34.314Z | Compiling time v0.3.36 |
1574 | 2024-09-01T20:23:34.511Z | Compiling scrypt v0.11.0 |
1575 | 2024-09-01T20:23:34.813Z | Compiling spki v0.7.3 |
1576 | 2024-09-01T20:23:35.000Z | Compiling rand v0.8.5 |
1577 | 2024-09-01T20:23:35.200Z | Compiling dtrace-parser v0.2.0 |
1578 | 2024-09-01T20:23:35.215Z | Compiling aes v0.8.4 |
1579 | 2024-09-01T20:23:36.399Z | Compiling dof v0.3.0 |
1580 | 2024-09-01T20:23:36.530Z | Compiling cbc v0.1.2 |
1581 | 2024-09-01T20:23:36.753Z | Compiling async-trait v0.1.81 |
1582 | 2024-09-01T20:23:37.005Z | Compiling thread-id v4.2.1 |
1583 | 2024-09-01T20:23:37.145Z | Compiling unicode-width v0.1.13 |
1584 | 2024-09-01T20:23:37.300Z | Compiling signal-hook v0.3.17 |
1585 | 2024-09-01T20:23:37.385Z | Compiling foreign-types-shared v0.1.1 |
1586 | 2024-09-01T20:23:37.597Z | Compiling num-bigint-dig v0.8.4 |
1587 | 2024-09-01T20:23:37.614Z | Compiling smoltcp v0.9.1 |
1588 | 2024-09-01T20:23:37.904Z | Compiling foreign-types v0.3.2 |
1589 | 2024-09-01T20:23:39.048Z | Compiling pkcs5 v0.7.1 |
1590 | 2024-09-01T20:23:39.098Z | Compiling form_urlencoded v1.2.1 |
1591 | 2024-09-01T20:23:39.843Z | Compiling errno v0.3.9 |
1592 | 2024-09-01T20:23:39.986Z | Compiling try-lock v0.2.5 |
1593 | 2024-09-01T20:23:40.203Z | Compiling cfg_aliases v0.1.1 |
1594 | 2024-09-01T20:23:40.373Z | Compiling adler v1.0.2 |
1595 | 2024-09-01T20:23:40.544Z | Compiling siphasher v0.3.11 |
1596 | 2024-09-01T20:23:40.605Z | Compiling miniz_oxide v0.7.2 |
1597 | 2024-09-01T20:23:41.060Z | Compiling nix v0.28.0 |
1598 | 2024-09-01T20:23:41.829Z | Compiling want v0.3.1 |
1599 | 2024-09-01T20:23:42.673Z | Compiling pkcs8 v0.10.2 |
1600 | 2024-09-01T20:23:43.123Z | Compiling sct v0.7.1 |
1601 | 2024-09-01T20:23:43.346Z | Compiling rustls-webpki v0.101.7 |
1602 | 2024-09-01T20:23:43.415Z | Compiling h2 v0.3.26 |
1603 | 2024-09-01T20:23:43.850Z | Compiling http-body v0.4.6 |
1604 | 2024-09-01T20:23:45.540Z | Compiling openapiv3 v2.0.0 |
1605 | 2024-09-01T20:23:45.560Z | Compiling hubpack_derive v0.1.1 |
1606 | 2024-09-01T20:23:46.363Z | Compiling zerocopy-derive v0.6.6 |
1607 | 2024-09-01T20:23:46.461Z | Compiling idna v0.5.0 |
1608 | 2024-09-01T20:23:47.306Z | Compiling fs-err v2.11.0 |
1609 | 2024-09-01T20:23:47.864Z | Compiling tower-service v0.3.2 |
1610 | 2024-09-01T20:23:48.201Z | Compiling finl_unicode v1.2.0 |
1611 | 2024-09-01T20:23:48.294Z | Compiling openssl-probe v0.1.5 |
1612 | 2024-09-01T20:23:48.805Z | Compiling httpdate v1.0.3 |
1613 | 2024-09-01T20:23:49.590Z | Compiling stable_deref_trait v1.2.0 |
1614 | 2024-09-01T20:23:49.698Z | Compiling anstyle v1.0.8 |
1615 | 2024-09-01T20:23:49.768Z | Compiling gimli v0.28.1 |
1616 | 2024-09-01T20:23:49.920Z | Compiling utf8parse v0.2.1 |
1617 | 2024-09-01T20:23:50.080Z | Compiling anstyle-parse v0.2.4 |
1618 | 2024-09-01T20:23:50.245Z | Compiling hyper v0.14.30 |
1619 | 2024-09-01T20:23:53.037Z | Compiling stringprep v0.1.4 |
1620 | 2024-09-01T20:23:56.598Z | Compiling addr2line v0.21.0 |
1621 | 2024-09-01T20:23:58.870Z | Compiling url v2.5.2 |
1622 | 2024-09-01T20:24:02.273Z | Compiling usdt-attr-macro v0.5.0 |
1623 | 2024-09-01T20:24:03.644Z | Compiling usdt-macro v0.5.0 |
1624 | 2024-09-01T20:24:04.421Z | Compiling md-5 v0.10.6 |
1625 | 2024-09-01T20:24:05.048Z | Compiling idna v0.3.0 |
1626 | 2024-09-01T20:24:06.621Z | Compiling lazy_static v1.5.0 |
1627 | 2024-09-01T20:24:06.750Z | Compiling num-integer v0.1.46 |
1628 | 2024-09-01T20:24:07.519Z | Compiling hash32 v0.2.1 |
1629 | 2024-09-01T20:24:07.903Z | Compiling object v0.32.2 |
1630 | 2024-09-01T20:24:07.930Z | Compiling rustc-demangle v0.1.24 |
1631 | 2024-09-01T20:24:08.357Z | Compiling is_terminal_polyfill v1.70.0 |
1632 | 2024-09-01T20:24:08.649Z | Compiling colorchoice v1.0.1 |
1633 | 2024-09-01T20:24:08.816Z | Compiling base64 v0.22.1 |
1634 | 2024-09-01T20:24:09.590Z | Compiling psl-types v2.0.11 |
1635 | 2024-09-01T20:24:09.802Z | Compiling anstyle-query v1.0.3 |
1636 | 2024-09-01T20:24:09.949Z | Compiling fallible-iterator v0.2.0 |
1637 | 2024-09-01T20:24:10.939Z | Compiling postgres-protocol v0.6.7 |
1638 | 2024-09-01T20:24:12.132Z | Compiling anstream v0.6.14 |
1639 | 2024-09-01T20:24:12.822Z | Compiling publicsuffix v2.2.3 |
1640 | 2024-09-01T20:24:13.462Z | Compiling num-iter v0.1.45 |
1641 | 2024-09-01T20:24:14.800Z | Compiling tokio-rustls v0.24.1 |
1642 | 2024-09-01T20:24:15.231Z | Compiling terminal_size v0.3.0 |
1643 | 2024-09-01T20:24:16.486Z | Compiling tokio-native-tls v0.3.1 |
1644 | 2024-09-01T20:24:16.771Z | Compiling phf_shared v0.11.2 |
1645 | 2024-09-01T20:24:17.815Z | Compiling strum_macros v0.25.3 |
1646 | 2024-09-01T20:24:18.400Z | Compiling enum-as-inner v0.6.0 |
1647 | 2024-09-01T20:24:18.599Z | Compiling regress v0.9.1 |
1648 | 2024-09-01T20:24:19.207Z | Compiling clap_derive v4.5.13 |
1649 | 2024-09-01T20:24:19.451Z | Compiling serde_repr v0.1.19 |
1650 | 2024-09-01T20:24:21.526Z | Compiling ff v0.13.0 |
1651 | 2024-09-01T20:24:23.489Z | Compiling encoding_rs v0.8.34 |
1652 | 2024-09-01T20:24:23.746Z | Compiling mime v0.3.17 |
1653 | 2024-09-01T20:24:23.812Z | Compiling bitflags v1.3.2 |
1654 | 2024-09-01T20:24:23.938Z | Compiling base64 v0.21.7 |
1655 | 2024-09-01T20:24:24.770Z | Compiling either v1.13.0 |
1656 | 2024-09-01T20:24:24.848Z | Compiling managed v0.8.0 |
1657 | 2024-09-01T20:24:25.240Z | Compiling clap_lex v0.7.0 |
1658 | 2024-09-01T20:24:25.838Z | Compiling ipnet v2.9.0 |
1659 | 2024-09-01T20:24:26.282Z | Compiling base16ct v0.2.0 |
1660 | 2024-09-01T20:24:26.569Z | Compiling sec1 v0.7.3 |
1661 | 2024-09-01T20:24:26.867Z | Compiling clap_builder v4.5.15 |
1662 | 2024-09-01T20:24:27.470Z | Compiling rustls-pemfile v1.0.4 |
1663 | 2024-09-01T20:24:27.870Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1664 | 2024-09-01T20:24:29.270Z | Compiling group v0.13.0 |
1665 | 2024-09-01T20:24:34.286Z | Compiling phf v0.11.2 |
1666 | 2024-09-01T20:24:34.308Z | Compiling hyper-tls v0.5.0 |
1667 | 2024-09-01T20:24:34.594Z | Compiling hyper-rustls v0.24.2 |
1668 | 2024-09-01T20:24:34.666Z | Compiling cookie_store v0.20.0 |
1669 | 2024-09-01T20:24:34.817Z | Compiling postgres-types v0.2.7 |
1670 | 2024-09-01T20:24:35.200Z | Compiling zerocopy v0.6.6 |
1671 | 2024-09-01T20:24:35.414Z | Compiling hubpack v0.1.2 |
1672 | 2024-09-01T20:24:35.865Z | Compiling pkcs1 v0.7.5 |
1673 | 2024-09-01T20:24:36.009Z | Compiling phf_shared v0.10.0 |
1674 | 2024-09-01T20:24:36.097Z | Compiling serde_urlencoded v0.7.1 |
1675 | 2024-09-01T20:24:36.611Z | Compiling crossbeam-epoch v0.9.18 |
1676 | 2024-09-01T20:24:36.763Z | Compiling futures-executor v0.3.30 |
1677 | 2024-09-01T20:24:37.044Z | Compiling bstr v1.9.1 |
1678 | 2024-09-01T20:24:37.775Z | Compiling hkdf v0.12.4 |
1679 | 2024-09-01T20:24:37.792Z | Compiling signature v2.2.0 |
1680 | 2024-09-01T20:24:37.850Z | Compiling crypto-bigint v0.5.5 |
1681 | 2024-09-01T20:24:38.000Z | Compiling idna v0.4.0 |
1682 | 2024-09-01T20:24:38.088Z | Compiling float-cmp v0.9.0 |
1683 | 2024-09-01T20:24:38.300Z | Compiling mio v0.8.11 |
1684 | 2024-09-01T20:24:38.594Z | Compiling memmap v0.7.0 |
1685 | 2024-09-01T20:24:38.930Z | Compiling new_debug_unreachable v1.0.6 |
1686 | 2024-09-01T20:24:39.028Z | Compiling static_assertions v1.1.0 |
1687 | 2024-09-01T20:24:39.140Z | Compiling winnow v0.6.18 |
1688 | 2024-09-01T20:24:39.396Z | Compiling data-encoding v2.6.0 |
1689 | 2024-09-01T20:24:39.430Z | Compiling fixedbitset v0.4.2 |
1690 | 2024-09-01T20:24:39.808Z | Compiling normalize-line-endings v0.3.0 |
1691 | 2024-09-01T20:24:39.929Z | Compiling difflib v0.4.0 |
1692 | 2024-09-01T20:24:39.932Z | Compiling whoami v1.5.1 |
1693 | 2024-09-01T20:24:41.064Z | Compiling precomputed-hash v0.1.1 |
1694 | 2024-09-01T20:24:41.141Z | Compiling unicode-segmentation v1.11.0 |
1695 | 2024-09-01T20:24:41.184Z | Compiling predicates-core v1.0.6 |
1696 | 2024-09-01T20:24:41.423Z | Compiling webpki-roots v0.25.4 |
1697 | 2024-09-01T20:24:41.491Z | Compiling sync_wrapper v0.1.2 |
1698 | 2024-09-01T20:24:41.593Z | Compiling minimal-lexical v0.2.1 |
1699 | 2024-09-01T20:24:41.642Z | Compiling bit-vec v0.6.3 |
1700 | 2024-09-01T20:24:41.660Z | Compiling reqwest v0.11.27 |
1701 | 2024-09-01T20:24:41.920Z | Compiling similar v2.6.0 |
1702 | 2024-09-01T20:24:42.063Z | Compiling bit-set v0.5.3 |
1703 | 2024-09-01T20:24:42.079Z | Compiling nom v7.1.3 |
1704 | 2024-09-01T20:24:42.359Z | Compiling predicates v3.1.2 |
1705 | 2024-09-01T20:24:42.390Z | Compiling string_cache v0.8.7 |
1706 | 2024-09-01T20:24:42.798Z | Compiling toml_edit v0.22.20 |
1707 | 2024-09-01T20:24:43.640Z | Compiling elliptic-curve v0.13.8 |
1708 | 2024-09-01T20:24:43.818Z | Compiling tokio-postgres v0.7.11 |
1709 | 2024-09-01T20:24:43.930Z | Compiling hickory-proto v0.24.1 |
1710 | 2024-09-01T20:24:44.249Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1711 | 2024-09-01T20:24:44.403Z | Compiling petgraph v0.6.5 |
1712 | 2024-09-01T20:24:45.816Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1713 | 2024-09-01T20:24:48.099Z | Compiling signal-hook-mio v0.2.4 |
1714 | 2024-09-01T20:24:48.283Z | Compiling usdt v0.5.0 |
1715 | 2024-09-01T20:24:48.740Z | Compiling rsa v0.9.6 |
1716 | 2024-09-01T20:24:49.688Z | Compiling futures v0.3.30 |
1717 | 2024-09-01T20:24:50.798Z | Compiling flate2 v1.0.31 |
1718 | 2024-09-01T20:24:51.723Z | Compiling clap v4.5.16 |
1719 | 2024-09-01T20:24:52.078Z | Compiling itertools v0.10.5 |
1720 | 2024-09-01T20:24:52.375Z | Compiling itertools v0.12.1 |
1721 | 2024-09-01T20:24:52.550Z | Compiling console v0.15.8 |
1722 | 2024-09-01T20:24:52.977Z | Compiling tokio-stream v0.1.15 |
1723 | 2024-09-01T20:24:53.634Z | Compiling toml v0.7.8 |
1724 | 2024-09-01T20:24:53.811Z | Compiling hex v0.4.3 |
1725 | 2024-09-01T20:24:54.464Z | Compiling sha1 v0.10.6 |
1726 | 2024-09-01T20:24:54.701Z | Compiling lalrpop-util v0.19.12 |
1727 | 2024-09-01T20:24:54.980Z | Compiling unicode-xid v0.2.4 |
1728 | 2024-09-01T20:24:55.157Z | Compiling peg-runtime v0.8.3 |
1729 | 2024-09-01T20:24:55.299Z | Compiling camino v1.1.9 |
1730 | 2024-09-01T20:24:55.661Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1731 | 2024-09-01T20:24:55.936Z | Compiling proc-macro-crate v1.3.1 |
1732 | 2024-09-01T20:24:56.150Z | Compiling heapless v0.8.0 |
1733 | 2024-09-01T20:24:57.078Z | Compiling num_enum_derive v0.5.11 |
1734 | 2024-09-01T20:24:59.421Z | Compiling ipnetwork v0.20.0 |
1735 | 2024-09-01T20:25:01.752Z | Compiling hash32 v0.3.1 |
1736 | 2024-09-01T20:25:03.513Z | Compiling rustls-pki-types v1.7.0 |
1737 | 2024-09-01T20:25:05.025Z | Compiling smoltcp v0.11.0 |
1738 | 2024-09-01T20:25:05.410Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1739 | 2024-09-01T20:25:05.686Z | Compiling ident_case v1.0.1 |
1740 | 2024-09-01T20:25:05.851Z | Compiling darling_core v0.20.9 |
1741 | 2024-09-01T20:25:12.483Z | Compiling num_enum v0.5.11 |
1742 | 2024-09-01T20:25:13.143Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1743 | 2024-09-01T20:25:13.379Z | Compiling getopts v0.2.21 |
1744 | 2024-09-01T20:25:14.208Z | Compiling dirs-sys-next v0.1.2 |
1745 | 2024-09-01T20:25:14.920Z | Compiling proc-macro-error-attr v1.0.4 |
1746 | 2024-09-01T20:25:15.243Z | Compiling rustls v0.22.4 |
1747 | 2024-09-01T20:25:15.259Z | Compiling paste v1.0.15 |
1748 | 2024-09-01T20:25:15.541Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1749 | 2024-09-01T20:25:16.934Z | Compiling cobs v0.2.3 |
1750 | 2024-09-01T20:25:17.396Z | Compiling embedded-io v0.4.0 |
1751 | 2024-09-01T20:25:17.643Z | Compiling unsafe-libyaml v0.2.11 |
1752 | 2024-09-01T20:25:17.832Z | Compiling postcard v1.0.8 |
1753 | 2024-09-01T20:25:19.279Z | Compiling serde_yaml v0.9.34+deprecated |
1754 | 2024-09-01T20:25:21.080Z | Compiling dirs-next v2.0.0 |
1755 | 2024-09-01T20:25:21.172Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1756 | 2024-09-01T20:25:27.981Z | Compiling darling_macro v0.20.9 |
1757 | 2024-09-01T20:25:30.088Z | Compiling rustls-webpki v0.102.4 |
1758 | 2024-09-01T20:25:37.881Z | Compiling strum_macros v0.26.4 |
1759 | 2024-09-01T20:25:38.375Z | Compiling foreign-types-macros v0.2.3 |
1760 | 2024-09-01T20:25:38.712Z | Compiling structmeta-derive v0.3.0 |
1761 | 2024-09-01T20:25:39.853Z | Compiling thread_local v1.1.8 |
1762 | 2024-09-01T20:25:41.364Z | Compiling proc-macro-error v1.0.4 |
1763 | 2024-09-01T20:25:41.699Z | Compiling multer v3.1.0 |
1764 | 2024-09-01T20:25:42.023Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1765 | 2024-09-01T20:25:42.359Z | Compiling match_cfg v0.1.0 |
1766 | 2024-09-01T20:25:42.442Z | Compiling slog-async v2.8.0 |
1767 | 2024-09-01T20:25:43.002Z | Compiling foreign-types-shared v0.3.1 |
1768 | 2024-09-01T20:25:43.533Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1769 | 2024-09-01T20:25:43.843Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1770 | 2024-09-01T20:25:44.003Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1771 | 2024-09-01T20:25:48.428Z | Compiling foreign-types v0.5.0 |
1772 | 2024-09-01T20:25:51.096Z | Compiling strum v0.26.3 |
1773 | 2024-09-01T20:25:51.205Z | Compiling hostname v0.3.1 |
1774 | 2024-09-01T20:25:51.606Z | Compiling structmeta v0.3.0 |
1775 | 2024-09-01T20:25:56.493Z | Compiling darling v0.20.9 |
1776 | 2024-09-01T20:25:56.627Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1777 | 2024-09-01T20:25:57.896Z | Compiling term v0.7.0 |
1778 | 2024-09-01T20:25:59.730Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1779 | 2024-09-01T20:26:01.293Z | Compiling slog-json v2.6.1 |
1780 | 2024-09-01T20:26:01.744Z | Compiling tabwriter v1.4.0 |
1781 | 2024-09-01T20:26:02.236Z | Compiling crossbeam-channel v0.5.12 |
1782 | 2024-09-01T20:26:03.794Z | Compiling http v1.1.0 |
1783 | 2024-09-01T20:26:03.828Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1784 | 2024-09-01T20:26:04.147Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1785 | 2024-09-01T20:26:04.666Z | Compiling async-stream-impl v0.3.5 |
1786 | 2024-09-01T20:26:05.050Z | Compiling is-terminal v0.4.12 |
1787 | 2024-09-01T20:26:05.194Z | Compiling cstr-argument v0.1.2 |
1788 | 2024-09-01T20:26:05.465Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1789 | 2024-09-01T20:26:05.784Z | Compiling pretty-hex v0.2.1 |
1790 | 2024-09-01T20:26:06.444Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1791 | 2024-09-01T20:26:06.759Z | Compiling rayon-core v1.12.1 |
1792 | 2024-09-01T20:26:06.960Z | Compiling crucible-workspace-hack v0.1.0 |
1793 | 2024-09-01T20:26:07.070Z | Compiling fastrand v2.1.0 |
1794 | 2024-09-01T20:26:07.265Z | Compiling take_mut v0.2.2 |
1795 | 2024-09-01T20:26:07.439Z | Compiling atomic-waker v1.1.2 |
1796 | 2024-09-01T20:26:07.649Z | Compiling waitgroup v0.1.2 |
1797 | 2024-09-01T20:26:07.741Z | Compiling tempfile v3.10.1 |
1798 | 2024-09-01T20:26:08.697Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1799 | 2024-09-01T20:26:09.161Z | Compiling async-stream v0.3.5 |
1800 | 2024-09-01T20:26:09.454Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1801 | 2024-09-01T20:26:09.485Z | Compiling slog-term v2.9.1 |
1802 | 2024-09-01T20:26:10.788Z | Compiling slog-bunyan v2.5.0 |
1803 | 2024-09-01T20:26:11.021Z | Compiling tokio-rustls v0.25.0 |
1804 | 2024-09-01T20:26:11.448Z | Compiling serde_with_macros v3.9.0 |
1805 | 2024-09-01T20:26:11.669Z | Compiling parse-display-derive v0.10.0 |
1806 | 2024-09-01T20:26:11.860Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1807 | 2024-09-01T20:26:12.071Z | Compiling toml v0.8.19 |
1808 | 2024-09-01T20:26:12.073Z | Compiling rustls-pemfile v2.1.3 |
1809 | 2024-09-01T20:26:12.105Z | Compiling crossbeam-deque v0.8.5 |
1810 | 2024-09-01T20:26:12.501Z | Compiling colored v2.1.0 |
1811 | 2024-09-01T20:26:12.822Z | Compiling newtype-uuid v1.1.0 |
1812 | 2024-09-01T20:26:12.972Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1813 | 2024-09-01T20:26:13.161Z | Compiling serde_path_to_error v0.1.16 |
1814 | 2024-09-01T20:26:13.853Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1815 | 2024-09-01T20:26:14.138Z | Compiling socket2 v0.4.10 |
1816 | 2024-09-01T20:26:14.241Z | Compiling hostname v0.4.0 |
1817 | 2024-09-01T20:26:14.507Z | Compiling instant v0.1.12 |
1818 | 2024-09-01T20:26:14.618Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1819 | 2024-09-01T20:26:14.671Z | Compiling debug-ignore v1.0.5 |
1820 | 2024-09-01T20:26:14.999Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1821 | 2024-09-01T20:26:15.572Z | Compiling parse-display v0.10.0 |
1822 | 2024-09-01T20:26:15.636Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1823 | 2024-09-01T20:26:15.862Z | Compiling backoff v0.4.0 |
1824 | 2024-09-01T20:26:16.226Z | Compiling serde_with v3.9.0 |
1825 | 2024-09-01T20:26:17.464Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1826 | 2024-09-01T20:26:18.019Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1827 | 2024-09-01T20:26:19.014Z | Compiling zone_cfg_derive v0.3.0 |
1828 | 2024-09-01T20:26:20.403Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1829 | 2024-09-01T20:26:20.790Z | Compiling camino-tempfile v1.1.1 |
1830 | 2024-09-01T20:26:21.152Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1831 | 2024-09-01T20:26:21.559Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1832 | 2024-09-01T20:26:21.561Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1833 | 2024-09-01T20:26:21.630Z | Compiling macaddr v1.0.1 |
1834 | 2024-09-01T20:26:21.767Z | Compiling num-derive v0.4.2 |
1835 | 2024-09-01T20:26:22.275Z | Compiling sigpipe v0.1.3 |
1836 | 2024-09-01T20:26:22.413Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1837 | 2024-09-01T20:26:22.729Z | Compiling libefi-sys v0.1.0 |
1838 | 2024-09-01T20:26:23.095Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1839 | 2024-09-01T20:26:23.642Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1840 | 2024-09-01T20:26:23.994Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1841 | 2024-09-01T20:26:25.165Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1842 | 2024-09-01T20:26:25.566Z | Compiling zone v0.3.0 |
1843 | 2024-09-01T20:26:25.726Z | Compiling rayon v1.10.0 |
1844 | 2024-09-01T20:26:25.751Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1845 | 2024-09-01T20:26:26.479Z | Compiling smf v0.2.3 |
1846 | 2024-09-01T20:26:29.036Z | Compiling bitfield-struct v0.6.1 |
1847 | 2024-09-01T20:26:29.115Z | Compiling blake3 v1.5.1 |
1848 | 2024-09-01T20:26:29.602Z | Compiling ring v0.16.20 |
1849 | 2024-09-01T20:26:29.732Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1850 | 2024-09-01T20:26:30.125Z | Compiling portable-atomic v1.6.0 |
1851 | 2024-09-01T20:26:30.366Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1852 | 2024-09-01T20:26:31.104Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1853 | 2024-09-01T20:26:31.277Z | Compiling xattr v1.3.1 |
1854 | 2024-09-01T20:26:31.526Z | Compiling memmap2 v0.9.4 |
1855 | 2024-09-01T20:26:31.598Z | Compiling filetime v0.2.25 |
1856 | 2024-09-01T20:26:31.858Z | Compiling same-file v1.0.6 |
1857 | 2024-09-01T20:26:31.958Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1858 | 2024-09-01T20:26:32.074Z | Compiling spin v0.5.2 |
1859 | 2024-09-01T20:26:32.092Z | Compiling constant_time_eq v0.3.0 |
1860 | 2024-09-01T20:26:32.136Z | Compiling arrayvec v0.7.4 |
1861 | 2024-09-01T20:26:32.267Z | Compiling arrayref v0.3.7 |
1862 | 2024-09-01T20:26:32.270Z | Compiling untrusted v0.7.1 |
1863 | 2024-09-01T20:26:32.338Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1864 | 2024-09-01T20:26:32.396Z | Compiling walkdir v2.5.0 |
1865 | 2024-09-01T20:26:32.469Z | Compiling tar v0.4.41 |
1866 | 2024-09-01T20:26:33.797Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1867 | 2024-09-01T20:26:35.094Z | Compiling gethostname v0.5.0 |
1868 | 2024-09-01T20:26:35.253Z | Compiling cargo-platform v0.1.8 |
1869 | 2024-09-01T20:26:35.299Z | Compiling topological-sort v0.2.2 |
1870 | 2024-09-01T20:26:35.584Z | Compiling number_prefix v0.4.0 |
1871 | 2024-09-01T20:26:35.857Z | Compiling indicatif v0.17.8 |
1872 | 2024-09-01T20:26:36.180Z | Compiling cargo_metadata v0.18.1 |
1873 | 2024-09-01T20:26:40.509Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1874 | 2024-09-01T20:26:41.248Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1875 | 2024-09-01T20:26:42.889Z | Compiling omicron-zone-package v0.11.0 |
1876 | 2024-09-01T20:26:45.301Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1877 | 2024-09-01T20:27:04.788Z | Finished `release` profile [optimized] target(s) in 4m 17s |
1878 | 2024-09-01T20:27:04.931Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1879 | 2024-09-01T20:27:04.972Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1880 | 2024-09-01T20:27:04.975Z | Created new build target 'test' and set it as active |
1881 | 2024-09-01T20:27:04.975Z | |
1882 | 2024-09-01T20:27:04.975Z | real 4:17.306013280 |
1883 | 2024-09-01T20:27:04.975Z | user 29:10.548026789 |
1884 | 2024-09-01T20:27:04.975Z | sys 3:39.469626434 |
1885 | 2024-09-01T20:27:04.975Z | trap 0.851854715 |
1886 | 2024-09-01T20:27:04.975Z | tflt 3.104329583 |
1887 | 2024-09-01T20:27:04.975Z | dflt 0.593523704 |
1888 | 2024-09-01T20:27:04.975Z | kflt 0.009028301 |
1889 | 2024-09-01T20:27:04.975Z | lock 1:04:55.223188138 |
1890 | 2024-09-01T20:27:04.975Z | slp 1:53:00.010579533 |
1891 | 2024-09-01T20:27:04.975Z | lat 1:56.809415648 |
1892 | 2024-09-01T20:27:04.975Z | stop 3:27.303452302 |
1893 | 2024-09-01T20:27:04.975Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1894 | 2024-09-01T20:27:05.937Z | Finished `release` profile [optimized] target(s) in 0.91s |
1895 | 2024-09-01T20:27:05.988Z | Running `target/release/omicron-package -t test package` |
1896 | 2024-09-01T20:27:06.029Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1897 | 2024-09-01T20:27:07.165Z | Compiling camino v1.1.9 |
1898 | 2024-09-01T20:27:07.167Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1899 | 2024-09-01T20:27:07.167Z | Compiling newline-converter v0.3.0 |
1900 | 2024-09-01T20:27:07.167Z | Compiling password-hash v0.5.0 |
1901 | 2024-09-01T20:27:07.167Z | Compiling blake2 v0.10.6 |
1902 | 2024-09-01T20:27:07.286Z | Compiling derive-where v1.2.7 |
1903 | 2024-09-01T20:27:07.288Z | Compiling convert_case v0.4.0 |
1904 | 2024-09-01T20:27:07.300Z | Compiling humantime v2.1.0 |
1905 | 2024-09-01T20:27:07.488Z | Compiling expectorate v1.1.0 |
1906 | 2024-09-01T20:27:07.520Z | Compiling toml v0.8.19 |
1907 | 2024-09-01T20:27:07.685Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1908 | 2024-09-01T20:27:08.093Z | Compiling argon2 v0.5.3 |
1909 | 2024-09-01T20:27:08.149Z | Compiling derive_more v0.99.18 |
1910 | 2024-09-01T20:27:08.164Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1911 | 2024-09-01T20:27:08.272Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1912 | 2024-09-01T20:27:08.374Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1913 | 2024-09-01T20:27:08.535Z | Compiling num-rational v0.4.2 |
1914 | 2024-09-01T20:27:09.042Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1915 | 2024-09-01T20:27:09.544Z | Compiling num-complex v0.4.6 |
1916 | 2024-09-01T20:27:09.649Z | Compiling dirs-sys-next v0.1.2 |
1917 | 2024-09-01T20:27:10.167Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1918 | 2024-09-01T20:27:10.548Z | Compiling dirs-next v2.0.0 |
1919 | 2024-09-01T20:27:10.566Z | Compiling float-ord v0.3.2 |
1920 | 2024-09-01T20:27:10.723Z | Compiling num v0.4.3 |
1921 | 2024-09-01T20:27:10.743Z | Compiling term v0.7.0 |
1922 | 2024-09-01T20:27:10.842Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
1923 | 2024-09-01T20:27:10.887Z | Compiling prettyplease v0.2.20 |
1924 | 2024-09-01T20:27:10.927Z | Compiling semver v0.1.20 |
1925 | 2024-09-01T20:27:10.956Z | Compiling is-terminal v0.4.12 |
1926 | 2024-09-01T20:27:11.091Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1927 | 2024-09-01T20:27:11.196Z | Compiling cookie v0.18.1 |
1928 | 2024-09-01T20:27:11.452Z | Compiling rustc_version v0.1.7 |
1929 | 2024-09-01T20:27:11.525Z | Compiling highway v1.2.0 |
1930 | 2024-09-01T20:27:11.876Z | Compiling newtype_derive v0.1.6 |
1931 | 2024-09-01T20:27:12.083Z | Compiling linked-hash-map v0.5.6 |
1932 | 2024-09-01T20:27:12.413Z | Compiling rustls-pki-types v1.7.0 |
1933 | 2024-09-01T20:27:12.514Z | Compiling lru-cache v0.1.2 |
1934 | 2024-09-01T20:27:12.741Z | Compiling steno v0.4.1 |
1935 | 2024-09-01T20:27:13.170Z | Compiling utf-8 v0.7.6 |
1936 | 2024-09-01T20:27:13.520Z | Compiling quick-error v1.2.3 |
1937 | 2024-09-01T20:27:13.684Z | Compiling home v0.5.9 |
1938 | 2024-09-01T20:27:13.926Z | Compiling resolv-conf v0.7.0 |
1939 | 2024-09-01T20:27:14.408Z | Compiling rustls-webpki v0.102.4 |
1940 | 2024-09-01T20:27:15.468Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
1941 | 2024-09-01T20:27:15.501Z | Compiling rustls v0.22.4 |
1942 | 2024-09-01T20:27:15.530Z | Compiling thread_local v1.1.8 |
1943 | 2024-09-01T20:27:16.031Z | Compiling match_cfg v0.1.0 |
1944 | 2024-09-01T20:27:16.139Z | Compiling hostname v0.3.1 |
1945 | 2024-09-01T20:27:16.368Z | Compiling hickory-resolver v0.24.1 |
1946 | 2024-09-01T20:27:17.387Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1947 | 2024-09-01T20:27:17.860Z | Compiling multer v3.1.0 |
1948 | 2024-09-01T20:27:17.968Z | Compiling slog-async v2.8.0 |
1949 | 2024-09-01T20:27:18.062Z | Compiling slog-json v2.6.1 |
1950 | 2024-09-01T20:27:18.429Z | Compiling crossbeam-channel v0.5.12 |
1951 | 2024-09-01T20:27:19.509Z | Compiling http v1.1.0 |
1952 | 2024-09-01T20:27:21.864Z | Compiling take_mut v0.2.2 |
1953 | 2024-09-01T20:27:22.042Z | Compiling atomic-waker v1.1.2 |
1954 | 2024-09-01T20:27:22.244Z | Compiling waitgroup v0.1.2 |
1955 | 2024-09-01T20:27:23.485Z | Compiling tokio-rustls v0.25.0 |
1956 | 2024-09-01T20:27:23.524Z | Compiling slog-bunyan v2.5.0 |
1957 | 2024-09-01T20:27:23.785Z | Compiling slog-term v2.9.1 |
1958 | 2024-09-01T20:27:23.930Z | Compiling rustls-pemfile v2.1.3 |
1959 | 2024-09-01T20:27:24.378Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1960 | 2024-09-01T20:27:24.452Z | Compiling async-stream v0.3.5 |
1961 | 2024-09-01T20:27:24.755Z | Compiling ipnetwork v0.20.0 |
1962 | 2024-09-01T20:27:24.898Z | Compiling newtype-uuid v1.1.0 |
1963 | 2024-09-01T20:27:25.024Z | Compiling serde_path_to_error v0.1.16 |
1964 | 2024-09-01T20:27:25.211Z | Compiling hostname v0.4.0 |
1965 | 2024-09-01T20:27:25.443Z | Compiling instant v0.1.12 |
1966 | 2024-09-01T20:27:25.571Z | Compiling debug-ignore v1.0.5 |
1967 | 2024-09-01T20:27:25.600Z | Compiling backoff v0.4.0 |
1968 | 2024-09-01T20:27:25.844Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1969 | 2024-09-01T20:27:25.962Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1970 | 2024-09-01T20:27:26.315Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1971 | 2024-09-01T20:27:26.491Z | Compiling parse-display v0.10.0 |
1972 | 2024-09-01T20:27:27.068Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1973 | 2024-09-01T20:27:27.254Z | Compiling serde_with v3.9.0 |
1974 | 2024-09-01T20:27:31.040Z | Compiling strum v0.26.3 |
1975 | 2024-09-01T20:27:31.188Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1976 | 2024-09-01T20:27:32.474Z | Compiling macaddr v1.0.1 |
1977 | 2024-09-01T20:27:32.843Z | Compiling slog-dtrace v0.3.0 |
1978 | 2024-09-01T20:27:32.923Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1979 | 2024-09-01T20:27:34.014Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1980 | 2024-09-01T20:27:34.643Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1981 | 2024-09-01T20:27:35.098Z | Compiling swrite v0.1.0 |
1982 | 2024-09-01T20:27:35.247Z | Compiling rayon-core v1.12.1 |
1983 | 2024-09-01T20:27:35.273Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1984 | 2024-09-01T20:27:35.622Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
1985 | 2024-09-01T20:27:35.693Z | Compiling crossbeam-deque v0.8.5 |
1986 | 2024-09-01T20:27:36.064Z | Compiling half v2.4.1 |
1987 | 2024-09-01T20:27:36.808Z | Compiling fastrand v2.1.0 |
1988 | 2024-09-01T20:27:37.318Z | Compiling display-error-chain v0.2.1 |
1989 | 2024-09-01T20:27:37.520Z | Compiling ciborium-io v0.2.2 |
1990 | 2024-09-01T20:27:37.670Z | Compiling termcolor v1.4.1 |
1991 | 2024-09-01T20:27:38.771Z | Compiling same-file v1.0.6 |
1992 | 2024-09-01T20:27:39.019Z | Compiling walkdir v2.5.0 |
1993 | 2024-09-01T20:27:39.112Z | Compiling ciborium-ll v0.2.2 |
1994 | 2024-09-01T20:27:39.654Z | Compiling tempfile v3.10.1 |
1995 | 2024-09-01T20:27:40.419Z | Compiling ring v0.16.20 |
1996 | 2024-09-01T20:27:41.273Z | Compiling rayon v1.10.0 |
1997 | 2024-09-01T20:27:41.530Z | Compiling blake3 v1.5.1 |
1998 | 2024-09-01T20:27:42.157Z | Compiling ciborium v0.2.2 |
1999 | 2024-09-01T20:27:43.153Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2000 | 2024-09-01T20:27:44.377Z | Compiling xattr v1.3.1 |
2001 | 2024-09-01T20:27:44.655Z | Compiling memmap2 v0.9.4 |
2002 | 2024-09-01T20:27:46.106Z | Compiling filetime v0.2.25 |
2003 | 2024-09-01T20:27:46.410Z | Compiling arrayref v0.3.7 |
2004 | 2024-09-01T20:27:46.522Z | Compiling arrayvec v0.7.4 |
2005 | 2024-09-01T20:27:46.938Z | Compiling spin v0.5.2 |
2006 | 2024-09-01T20:27:47.196Z | Compiling untrusted v0.7.1 |
2007 | 2024-09-01T20:27:47.414Z | Compiling constant_time_eq v0.3.0 |
2008 | 2024-09-01T20:27:47.583Z | Compiling cancel-safe-futures v0.1.5 |
2009 | 2024-09-01T20:27:50.269Z | Compiling tar v0.4.41 |
2010 | 2024-09-01T20:27:52.102Z | Compiling camino-tempfile v1.1.1 |
2011 | 2024-09-01T20:27:52.168Z | Compiling toolchain_find v0.4.0 |
2012 | 2024-09-01T20:27:52.538Z | Compiling nibble_vec v0.1.0 |
2013 | 2024-09-01T20:27:52.689Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2014 | 2024-09-01T20:27:52.711Z | Compiling atty v0.2.14 |
2015 | 2024-09-01T20:27:52.759Z | Compiling crunchy v0.2.2 |
2016 | 2024-09-01T20:27:52.863Z | Compiling maplit v1.0.2 |
2017 | 2024-09-01T20:27:52.997Z | Compiling topological-sort v0.2.2 |
2018 | 2024-09-01T20:27:53.225Z | Compiling glob v0.3.1 |
2019 | 2024-09-01T20:27:53.228Z | Compiling endian-type v0.1.2 |
2020 | 2024-09-01T20:27:53.430Z | Compiling radium v0.7.0 |
2021 | 2024-09-01T20:27:53.474Z | Compiling radix_trie v0.2.1 |
2022 | 2024-09-01T20:27:53.981Z | Compiling omicron-zone-package v0.11.0 |
2023 | 2024-09-01T20:27:54.024Z | Compiling clang-sys v1.7.0 |
2024 | 2024-09-01T20:27:54.430Z | Compiling rustfmt-wrapper v0.2.1 |
2025 | 2024-09-01T20:27:55.001Z | Compiling tungstenite v0.21.0 |
2026 | 2024-09-01T20:27:55.163Z | Compiling tap v1.0.1 |
2027 | 2024-09-01T20:27:55.374Z | Compiling tiny-keccak v2.0.2 |
2028 | 2024-09-01T20:27:55.460Z | Compiling maybe-uninit v2.0.0 |
2029 | 2024-09-01T20:27:55.721Z | Compiling wyz v0.5.1 |
2030 | 2024-09-01T20:27:56.207Z | Compiling tokio-tungstenite v0.21.0 |
2031 | 2024-09-01T20:27:56.437Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2032 | 2024-09-01T20:27:56.721Z | Compiling dsl_auto_type v0.1.2 |
2033 | 2024-09-01T20:27:56.814Z | Compiling itertools v0.13.0 |
2034 | 2024-09-01T20:27:57.036Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2035 | 2024-09-01T20:27:57.490Z | Compiling scheduled-thread-pool v0.2.7 |
2036 | 2024-09-01T20:27:58.106Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2037 | 2024-09-01T20:27:58.598Z | Compiling diesel_table_macro_syntax v0.2.0 |
2038 | 2024-09-01T20:27:58.904Z | Compiling packed_struct v0.10.1 |
2039 | 2024-09-01T20:27:59.001Z | Compiling funty v2.0.0 |
2040 | 2024-09-01T20:27:59.084Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2041 | 2024-09-01T20:27:59.397Z | Compiling arc-swap v1.7.1 |
2042 | 2024-09-01T20:28:00.097Z | Compiling crc-catalog v2.4.0 |
2043 | 2024-09-01T20:28:00.213Z | Compiling bitvec v1.0.1 |
2044 | 2024-09-01T20:28:00.262Z | Compiling crc v3.2.1 |
2045 | 2024-09-01T20:28:00.632Z | Compiling slog-scope v4.4.0 |
2046 | 2024-09-01T20:28:01.487Z | Compiling diesel_derives v2.2.2 |
2047 | 2024-09-01T20:28:02.250Z | Compiling r2d2 v0.8.10 |
2048 | 2024-09-01T20:28:03.280Z | Compiling ascii-canvas v3.0.0 |
2049 | 2024-09-01T20:28:03.763Z | Compiling packed_struct_codegen v0.10.1 |
2050 | 2024-09-01T20:28:04.802Z | Compiling ena v0.14.3 |
2051 | 2024-09-01T20:28:05.214Z | Compiling libloading v0.8.3 |
2052 | 2024-09-01T20:28:05.590Z | Compiling indexmap v1.9.3 |
2053 | 2024-09-01T20:28:05.869Z | Compiling bindgen v0.69.4 |
2054 | 2024-09-01T20:28:06.212Z | Compiling diff v0.1.13 |
2055 | 2024-09-01T20:28:06.308Z | Compiling nodrop v0.1.14 |
2056 | 2024-09-01T20:28:06.447Z | Compiling regex-syntax v0.6.29 |
2057 | 2024-09-01T20:28:06.759Z | Compiling array-init v0.0.4 |
2058 | 2024-09-01T20:28:11.752Z | Compiling lalrpop v0.19.12 |
2059 | 2024-09-01T20:28:12.174Z | Compiling smallvec v0.6.14 |
2060 | 2024-09-01T20:28:12.522Z | Compiling diesel v2.2.3 |
2061 | 2024-09-01T20:28:12.679Z | Compiling slog-stdlog v4.1.1 |
2062 | 2024-09-01T20:28:13.501Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2063 | 2024-09-01T20:28:14.645Z | Compiling which v4.4.2 |
2064 | 2024-09-01T20:28:15.200Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2065 | 2024-09-01T20:28:15.448Z | Compiling cexpr v0.6.0 |
2066 | 2024-09-01T20:28:17.042Z | Compiling libsw v3.3.1 |
2067 | 2024-09-01T20:28:17.402Z | Compiling lazycell v1.3.0 |
2068 | 2024-09-01T20:28:17.597Z | Compiling owo-colors v4.0.0 |
2069 | 2024-09-01T20:28:18.565Z | Compiling ref-cast v1.0.23 |
2070 | 2024-09-01T20:28:19.049Z | Compiling linear-map v1.2.0 |
2071 | 2024-09-01T20:28:19.478Z | Compiling bitfield v0.14.0 |
2072 | 2024-09-01T20:28:19.803Z | Compiling shlex v1.3.0 |
2073 | 2024-09-01T20:28:20.195Z | Compiling hashbrown v0.12.3 |
2074 | 2024-09-01T20:28:20.447Z | Compiling rustc-hash v1.1.0 |
2075 | 2024-09-01T20:28:22.626Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2076 | 2024-09-01T20:28:24.858Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2077 | 2024-09-01T20:28:28.136Z | Compiling slog-envlogger v2.2.0 |
2078 | 2024-09-01T20:28:30.654Z | Compiling serde-hex v0.1.0 |
2079 | 2024-09-01T20:28:33.245Z | Compiling bzip2 v0.4.4 |
2080 | 2024-09-01T20:28:33.705Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2081 | 2024-09-01T20:28:34.059Z | Compiling env_logger v0.10.2 |
2082 | 2024-09-01T20:28:34.335Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2083 | 2024-09-01T20:28:34.647Z | Compiling derive_builder_core v0.20.0 |
2084 | 2024-09-01T20:28:35.682Z | Compiling x509-cert v0.2.5 |
2085 | 2024-09-01T20:28:36.799Z | Compiling ron v0.8.1 |
2086 | 2024-09-01T20:28:37.005Z | Compiling headers-core v0.2.0 |
2087 | 2024-09-01T20:28:37.189Z | Compiling hashbrown v0.13.2 |
2088 | 2024-09-01T20:28:38.092Z | Compiling polar-core v0.27.3 |
2089 | 2024-09-01T20:28:38.506Z | Compiling fxhash v0.2.1 |
2090 | 2024-09-01T20:28:38.741Z | Compiling libxml v0.3.3 |
2091 | 2024-09-01T20:28:39.135Z | Compiling ref-cast-impl v1.0.23 |
2092 | 2024-09-01T20:28:39.399Z | Compiling crc-any v2.5.0 |
2093 | 2024-09-01T20:28:40.352Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2094 | 2024-09-01T20:28:42.690Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2095 | 2024-09-01T20:28:44.342Z | Compiling object v0.30.4 |
2096 | 2024-09-01T20:28:46.993Z | Compiling headers v0.3.9 |
2097 | 2024-09-01T20:28:47.092Z | Compiling derive_builder_macro v0.20.0 |
2098 | 2024-09-01T20:28:47.951Z | Compiling samael v0.0.15 |
2099 | 2024-09-01T20:28:49.563Z | Compiling zip v0.6.6 |
2100 | 2024-09-01T20:28:49.716Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2101 | 2024-09-01T20:28:50.561Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2102 | 2024-09-01T20:28:50.872Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2103 | 2024-09-01T20:28:52.194Z | Compiling strum_macros v0.24.3 |
2104 | 2024-09-01T20:28:52.297Z | Compiling kstat-rs v0.2.4 |
2105 | 2024-09-01T20:28:52.797Z | Compiling async-recursion v1.1.1 |
2106 | 2024-09-01T20:28:53.214Z | Compiling dropshot v0.10.1 |
2107 | 2024-09-01T20:28:53.554Z | Compiling unicase v2.7.0 |
2108 | 2024-09-01T20:28:53.960Z | Compiling path-slash v0.1.5 |
2109 | 2024-09-01T20:28:54.214Z | Compiling indoc v1.0.9 |
2110 | 2024-09-01T20:28:55.121Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2111 | 2024-09-01T20:28:55.907Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2112 | 2024-09-01T20:28:57.265Z | Compiling derive_builder v0.20.0 |
2113 | 2024-09-01T20:29:01.312Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2114 | 2024-09-01T20:29:02.519Z | Compiling tungstenite v0.23.0 |
2115 | 2024-09-01T20:29:02.832Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2116 | 2024-09-01T20:29:03.169Z | Compiling crossterm v0.28.1 |
2117 | 2024-09-01T20:29:05.362Z | Compiling pem v3.0.4 |
2118 | 2024-09-01T20:29:06.886Z | Compiling curve25519-dalek v4.1.3 |
2119 | 2024-09-01T20:29:07.326Z | Compiling oso-derive v0.27.3 |
2120 | 2024-09-01T20:29:08.190Z | Compiling impl-trait-for-tuples v0.2.2 |
2121 | 2024-09-01T20:29:08.325Z | Compiling dropshot_endpoint v0.10.1 |
2122 | 2024-09-01T20:29:10.377Z | Compiling libz-sys v1.1.16 |
2123 | 2024-09-01T20:29:10.755Z | Compiling quick-xml v0.31.0 |
2124 | 2024-09-01T20:29:11.031Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2125 | 2024-09-01T20:29:11.302Z | Compiling parking_lot_core v0.8.6 |
2126 | 2024-09-01T20:29:11.364Z | Compiling keccak v0.1.5 |
2127 | 2024-09-01T20:29:11.711Z | Compiling sha3 v0.10.8 |
2128 | 2024-09-01T20:29:12.545Z | Compiling tokio-tungstenite v0.23.1 |
2129 | 2024-09-01T20:29:12.593Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2130 | 2024-09-01T20:29:13.135Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2131 | 2024-09-01T20:29:14.740Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2132 | 2024-09-01T20:29:15.231Z | Compiling oso v0.27.3 |
2133 | 2024-09-01T20:29:18.067Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2134 | 2024-09-01T20:29:18.390Z | Compiling bb8 v0.8.5 |
2135 | 2024-09-01T20:29:19.036Z | Compiling const_format_proc_macros v0.2.32 |
2136 | 2024-09-01T20:29:20.946Z | Compiling universal-hash v0.5.1 |
2137 | 2024-09-01T20:29:21.190Z | Compiling secrecy v0.8.0 |
2138 | 2024-09-01T20:29:21.481Z | Compiling thiserror-impl-no-std v2.0.2 |
2139 | 2024-09-01T20:29:24.307Z | Compiling curve25519-dalek-derive v0.1.1 |
2140 | 2024-09-01T20:29:25.749Z | Compiling vte_generate_state_changes v0.1.1 |
2141 | 2024-09-01T20:29:26.455Z | Compiling buf-list v1.0.3 |
2142 | 2024-09-01T20:29:27.080Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2143 | 2024-09-01T20:29:27.419Z | Compiling opaque-debug v0.3.1 |
2144 | 2024-09-01T20:29:27.535Z | Compiling poly1305 v0.8.0 |
2145 | 2024-09-01T20:29:29.154Z | Compiling vte v0.11.1 |
2146 | 2024-09-01T20:29:32.858Z | Compiling thiserror-no-std v2.0.2 |
2147 | 2024-09-01T20:29:32.992Z | Compiling const_format v0.2.32 |
2148 | 2024-09-01T20:29:33.084Z | Compiling async-bb8-diesel v0.2.1 |
2149 | 2024-09-01T20:29:33.956Z | Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2150 | 2024-09-01T20:29:35.743Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2151 | 2024-09-01T20:29:36.077Z | Compiling chacha20 v0.9.1 |
2152 | 2024-09-01T20:29:36.574Z | Compiling fd-lock v4.0.2 |
2153 | 2024-09-01T20:29:36.806Z | Compiling aead v0.5.2 |
2154 | 2024-09-01T20:29:37.149Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2155 | 2024-09-01T20:29:37.616Z | Compiling pin-project-internal v1.1.5 |
2156 | 2024-09-01T20:29:37.930Z | Compiling bytecount v0.6.8 |
2157 | 2024-09-01T20:29:38.258Z | Compiling papergrid v0.11.0 |
2158 | 2024-09-01T20:29:40.440Z | Compiling pin-project v1.1.5 |
2159 | 2024-09-01T20:29:41.888Z | Compiling chacha20poly1305 v0.10.1 |
2160 | 2024-09-01T20:29:42.546Z | Compiling parking_lot v0.11.2 |
2161 | 2024-09-01T20:29:44.434Z | Compiling vsss-rs v3.3.4 |
2162 | 2024-09-01T20:29:48.807Z | Compiling strip-ansi-escapes v0.2.0 |
2163 | 2024-09-01T20:29:50.424Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2164 | 2024-09-01T20:29:50.595Z | Compiling tabled_derive v0.7.0 |
2165 | 2024-09-01T20:29:52.825Z | Compiling crossterm v0.27.0 |
2166 | 2024-09-01T20:29:55.344Z | Compiling peg-macros v0.8.4 |
2167 | 2024-09-01T20:29:58.475Z | Compiling snafu-derive v0.8.2 |
2168 | 2024-09-01T20:29:59.121Z | Compiling sqlparser_derive v0.2.2 |
2169 | 2024-09-01T20:29:59.394Z | Compiling unicode_categories v0.1.1 |
2170 | 2024-09-01T20:30:00.066Z | Compiling nu-ansi-term v0.50.0 |
2171 | 2024-09-01T20:30:00.180Z | Compiling sqlparser v0.45.0 |
2172 | 2024-09-01T20:30:01.291Z | Compiling reedline v0.33.0 |
2173 | 2024-09-01T20:30:03.217Z | Compiling snafu v0.8.2 |
2174 | 2024-09-01T20:30:04.466Z | Compiling rustyline v14.0.0 |
2175 | 2024-09-01T20:30:06.973Z | Compiling sqlformat v0.2.4 |
2176 | 2024-09-01T20:30:07.245Z | Compiling peg v0.8.4 |
2177 | 2024-09-01T20:30:07.369Z | Compiling tabled v0.15.0 |
2178 | 2024-09-01T20:30:16.125Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2179 | 2024-09-01T20:30:23.258Z | Compiling sled v0.34.7 |
2180 | 2024-09-01T20:30:27.505Z | Compiling mime_guess v2.0.4 |
2181 | 2024-09-01T20:30:28.865Z | Compiling hickory-client v0.24.1 |
2182 | 2024-09-01T20:30:30.894Z | Compiling env_logger v0.9.3 |
2183 | 2024-09-01T20:30:33.329Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2184 | 2024-09-01T20:30:34.219Z | Compiling tungstenite v0.20.1 |
2185 | 2024-09-01T20:30:35.109Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2186 | 2024-09-01T20:30:39.399Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2187 | 2024-09-01T20:30:39.953Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2188 | 2024-09-01T20:30:40.244Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2189 | 2024-09-01T20:30:41.716Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2190 | 2024-09-01T20:30:42.229Z | Compiling globset v0.4.14 |
2191 | 2024-09-01T20:30:47.598Z | Compiling hickory-server v0.24.1 |
2192 | 2024-09-01T20:30:48.059Z | Compiling olpc-cjson v0.1.3 |
2193 | 2024-09-01T20:30:48.414Z | Compiling bcs v0.1.6 |
2194 | 2024-09-01T20:30:49.512Z | Compiling vergen v8.3.2 |
2195 | 2024-09-01T20:30:49.721Z | Compiling bitstruct_derive v0.1.0 |
2196 | 2024-09-01T20:30:49.872Z | Compiling cargo-platform v0.1.8 |
2197 | 2024-09-01T20:30:50.414Z | Compiling serde_plain v1.0.2 |
2198 | 2024-09-01T20:30:50.937Z | Compiling nanorand v0.7.0 |
2199 | 2024-09-01T20:30:50.997Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2200 | 2024-09-01T20:30:51.152Z | Compiling memoffset v0.9.1 |
2201 | 2024-09-01T20:30:51.506Z | Compiling typed-path v0.7.1 |
2202 | 2024-09-01T20:30:51.636Z | Compiling ascii v1.1.0 |
2203 | 2024-09-01T20:30:52.425Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2204 | 2024-09-01T20:30:52.643Z | Compiling flume v0.11.0 |
2205 | 2024-09-01T20:30:53.394Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2206 | 2024-09-01T20:30:53.702Z | Compiling bitstruct v0.1.1 |
2207 | 2024-09-01T20:30:53.845Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2208 | 2024-09-01T20:30:54.869Z | Compiling tough v0.17.1 |
2209 | 2024-09-01T20:30:56.016Z | Compiling cargo_metadata v0.18.1 |
2210 | 2024-09-01T20:30:56.569Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2211 | 2024-09-01T20:30:58.274Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2212 | 2024-09-01T20:30:58.846Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2213 | 2024-09-01T20:30:59.344Z | Compiling tokio-tungstenite v0.20.1 |
2214 | 2024-09-01T20:30:59.985Z | Compiling git2 v0.19.0 |
2215 | 2024-09-01T20:31:00.611Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2216 | 2024-09-01T20:31:08.501Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2217 | 2024-09-01T20:31:09.285Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2218 | 2024-09-01T20:31:10.497Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2219 | 2024-09-01T20:31:12.469Z | Compiling libsqlite3-sys v0.28.0 |
2220 | 2024-09-01T20:31:13.006Z | Compiling serde_arrays v0.1.0 |
2221 | 2024-09-01T20:31:13.216Z | Compiling erased-serde v0.3.31 |
2222 | 2024-09-01T20:31:14.970Z | Compiling parse-size v1.0.0 |
2223 | 2024-09-01T20:31:15.273Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2224 | 2024-09-01T20:31:16.744Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2225 | 2024-09-01T20:31:20.177Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2226 | 2024-09-01T20:31:20.945Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2227 | 2024-09-01T20:31:21.531Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2228 | 2024-09-01T20:31:21.878Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2229 | 2024-09-01T20:31:23.919Z | Compiling heck v0.3.3 |
2230 | 2024-09-01T20:31:24.329Z | Compiling castaway v0.2.3 |
2231 | 2024-09-01T20:31:24.539Z | Compiling rand_seeder v0.3.0 |
2232 | 2024-09-01T20:31:24.955Z | Compiling csv-core v0.1.11 |
2233 | 2024-09-01T20:31:25.843Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2234 | 2024-09-01T20:31:26.192Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2235 | 2024-09-01T20:31:28.389Z | Compiling http-range v0.1.5 |
2236 | 2024-09-01T20:31:28.998Z | Compiling hyper-staticfile v0.9.5 |
2237 | 2024-09-01T20:31:31.023Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2238 | 2024-09-01T20:31:31.661Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2239 | 2024-09-01T20:31:32.107Z | Compiling csv v1.3.0 |
2240 | 2024-09-01T20:31:34.304Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2241 | 2024-09-01T20:31:34.543Z | Compiling compact_str v0.8.0 |
2242 | 2024-09-01T20:31:37.174Z | Compiling zone_cfg_derive v0.1.2 |
2243 | 2024-09-01T20:31:38.047Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2244 | 2024-09-01T20:31:38.286Z | Compiling nix v0.27.1 |
2245 | 2024-09-01T20:31:38.607Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2246 | 2024-09-01T20:31:40.300Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2247 | 2024-09-01T20:31:41.297Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2248 | 2024-09-01T20:31:45.035Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2249 | 2024-09-01T20:31:46.457Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2250 | 2024-09-01T20:31:46.803Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2251 | 2024-09-01T20:31:47.133Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2252 | 2024-09-01T20:31:47.479Z | Compiling unicode-truncate v1.0.0 |
2253 | 2024-09-01T20:31:47.785Z | Compiling lru v0.12.3 |
2254 | 2024-09-01T20:31:48.180Z | Compiling hashlink v0.9.1 |
2255 | 2024-09-01T20:31:48.607Z | Compiling serde-big-array v0.5.1 |
2256 | 2024-09-01T20:31:48.890Z | Compiling instability v0.3.2 |
2257 | 2024-09-01T20:31:49.025Z | Compiling cassowary v0.3.0 |
2258 | 2024-09-01T20:31:49.929Z | Compiling base64 v0.13.1 |
2259 | 2024-09-01T20:31:50.690Z | Compiling fallible-streaming-iterator v0.1.9 |
2260 | 2024-09-01T20:31:50.990Z | Compiling fallible-iterator v0.3.0 |
2261 | 2024-09-01T20:31:51.816Z | Compiling rusqlite v0.31.0 |
2262 | 2024-09-01T20:31:52.745Z | Compiling ron v0.7.1 |
2263 | 2024-09-01T20:31:53.583Z | Compiling ratatui v0.28.0 |
2264 | 2024-09-01T20:31:58.068Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2265 | 2024-09-01T20:32:02.786Z | Compiling zone v0.1.8 |
2266 | 2024-09-01T20:32:10.859Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2267 | 2024-09-01T20:32:14.774Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2268 | 2024-09-01T20:32:15.477Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2269 | 2024-09-01T20:32:16.534Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2270 | 2024-09-01T20:32:18.107Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2271 | 2024-09-01T20:32:21.138Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2272 | 2024-09-01T20:32:21.789Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2273 | 2024-09-01T20:32:22.748Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2274 | 2024-09-01T20:32:23.067Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2275 | 2024-09-01T20:32:24.804Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2276 | 2024-09-01T20:32:24.985Z | Compiling twox-hash v1.6.3 |
2277 | 2024-09-01T20:32:26.010Z | Compiling signal-hook-tokio v0.3.1 |
2278 | 2024-09-01T20:32:26.251Z | Compiling yasna v0.5.2 |
2279 | 2024-09-01T20:32:28.164Z | Compiling portpicker v0.1.1 |
2280 | 2024-09-01T20:32:28.608Z | Compiling unicode-linebreak v0.1.5 |
2281 | 2024-09-01T20:32:29.167Z | Compiling smawk v0.3.2 |
2282 | 2024-09-01T20:32:29.455Z | Compiling textwrap v0.16.1 |
2283 | 2024-09-01T20:32:29.475Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2284 | 2024-09-01T20:32:29.785Z | Compiling rcgen v0.12.1 |
2285 | 2024-09-01T20:32:30.496Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2286 | 2024-09-01T20:32:36.624Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2287 | 2024-09-01T20:32:44.008Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2288 | 2024-09-01T20:32:45.367Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2289 | 2024-09-01T20:32:49.465Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2290 | 2024-09-01T20:32:50.394Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2291 | 2024-09-01T20:32:50.972Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2292 | 2024-09-01T20:32:54.792Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2293 | 2024-09-01T20:32:55.123Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2294 | 2024-09-01T20:32:59.038Z | Compiling atomicwrites v0.4.3 |
2295 | 2024-09-01T20:32:59.595Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2296 | 2024-09-01T20:33:02.059Z | Compiling fatfs v0.3.6 |
2297 | 2024-09-01T20:33:03.512Z | Compiling rtoolbox v0.0.2 |
2298 | 2024-09-01T20:33:03.953Z | Compiling subprocess v0.2.9 |
2299 | 2024-09-01T20:33:04.935Z | Compiling is_ci v1.2.0 |
2300 | 2024-09-01T20:33:05.240Z | Compiling assert_matches v1.5.0 |
2301 | 2024-09-01T20:33:08.756Z | Compiling supports-color v3.0.0 |
2302 | 2024-09-01T20:33:08.783Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2303 | 2024-09-01T20:33:09.439Z | Compiling rpassword v7.3.1 |
2304 | 2024-09-01T20:33:09.480Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2305 | 2024-09-01T20:33:09.924Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2306 | 2024-09-01T20:33:12.301Z | Compiling tui-tree-widget v0.22.0 |
2307 | 2024-09-01T20:33:12.782Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2308 | 2024-09-01T20:33:15.880Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2309 | 2024-09-01T20:33:17.051Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2310 | 2024-09-01T20:33:22.981Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2311 | 2024-09-01T20:33:23.332Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2312 | 2024-09-01T20:33:28.935Z | Compiling uzers v0.11.3 |
2313 | 2024-09-01T20:33:29.422Z | Compiling shell-words v1.1.0 |
2314 | 2024-09-01T20:33:29.858Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2315 | 2024-09-01T20:33:30.761Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2316 | 2024-09-01T20:33:31.549Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2317 | 2024-09-01T20:33:32.768Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2318 | 2024-09-01T20:33:45.576Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2319 | 2024-09-01T20:33:56.767Z | Compiling multimap v0.10.0 |
2320 | 2024-09-01T20:35:35.628Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2321 | 2024-09-01T20:36:00.406Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2322 | 2024-09-01T20:42:31.633Z | Finished `release` profile [optimized] target(s) in 15m 24s |
2323 | 2024-09-01T20:43:29.160Z | |
2324 | 2024-09-01T20:43:29.160Z | real 16:23.305123928 |
2325 | 2024-09-01T20:43:29.161Z | user 1:52:05.794781032 |
2326 | 2024-09-01T20:43:29.161Z | sys 5:33.549946620 |
2327 | 2024-09-01T20:43:29.161Z | trap 2.733805524 |
2328 | 2024-09-01T20:43:29.163Z | tflt 3.460592416 |
2329 | 2024-09-01T20:43:29.163Z | dflt 3.603707470 |
2330 | 2024-09-01T20:43:29.163Z | kflt 0.082232197 |
2331 | 2024-09-01T20:43:29.163Z | lock 6:57:42.302961331 |
2332 | 2024-09-01T20:43:29.163Z | slp 5:54:00.997281014 |
2333 | 2024-09-01T20:43:29.163Z | lat 2:46.834918912 |
2334 | 2024-09-01T20:43:29.163Z | stop 2:36.931731994 |
2335 | 2024-09-01T20:43:29.163Z | + mapfile -t packages |
2336 | 2024-09-01T20:43:29.163Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2337 | 2024-09-01T20:43:30.189Z | Finished `release` profile [optimized] target(s) in 0.98s |
2338 | 2024-09-01T20:43:30.247Z | Running `target/release/omicron-package -t test list-outputs` |
2339 | 2024-09-01T20:43:30.291Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2340 | 2024-09-01T20:43:30.294Z | + ptime -m cargo build --locked --release -p xtask |
2341 | 2024-09-01T20:43:30.895Z | Compiling serde v1.0.208 |
2342 | 2024-09-01T20:43:30.897Z | Compiling rustix v0.38.34 |
2343 | 2024-09-01T20:43:30.897Z | Compiling libc v0.2.158 |
2344 | 2024-09-01T20:43:30.897Z | Compiling serde_json v1.0.125 |
2345 | 2024-09-01T20:43:30.981Z | Compiling syn v2.0.74 |
2346 | 2024-09-01T20:43:30.996Z | Compiling bitflags v2.6.0 |
2347 | 2024-09-01T20:43:31.342Z | Compiling usdt-impl v0.5.0 |
2348 | 2024-09-01T20:43:31.412Z | Compiling syn v1.0.109 |
2349 | 2024-09-01T20:43:31.500Z | Compiling log v0.4.21 |
2350 | 2024-09-01T20:43:31.514Z | Compiling hashbrown v0.14.5 |
2351 | 2024-09-01T20:43:31.550Z | Compiling fs-err v2.11.0 |
2352 | 2024-09-01T20:43:31.863Z | Compiling anyhow v1.0.86 |
2353 | 2024-09-01T20:43:32.438Z | Compiling thread-id v4.2.1 |
2354 | 2024-09-01T20:43:32.863Z | Compiling indexmap v2.4.0 |
2355 | 2024-09-01T20:43:33.925Z | Compiling terminal_size v0.3.0 |
2356 | 2024-09-01T20:43:33.925Z | Compiling tempfile v3.10.1 |
2357 | 2024-09-01T20:43:34.158Z | Compiling clap_builder v4.5.15 |
2358 | 2024-09-01T20:43:34.726Z | Compiling proc-macro-error v1.0.4 |
2359 | 2024-09-01T20:43:36.036Z | Compiling tabled_derive v0.7.0 |
2360 | 2024-09-01T20:43:37.299Z | Compiling tabled v0.15.0 |
2361 | 2024-09-01T20:43:38.931Z | Compiling serde_derive v1.0.208 |
2362 | 2024-09-01T20:43:39.609Z | Compiling thiserror-impl v1.0.63 |
2363 | 2024-09-01T20:43:39.628Z | Compiling zerocopy-derive v0.7.34 |
2364 | 2024-09-01T20:43:40.274Z | Compiling scroll_derive v0.12.0 |
2365 | 2024-09-01T20:43:41.235Z | Compiling clap_derive v4.5.13 |
2366 | 2024-09-01T20:43:41.639Z | Compiling zerocopy v0.7.34 |
2367 | 2024-09-01T20:43:41.682Z | Compiling scroll v0.12.0 |
2368 | 2024-09-01T20:43:42.341Z | Compiling goblin v0.8.2 |
2369 | 2024-09-01T20:43:42.433Z | Compiling thiserror v1.0.63 |
2370 | 2024-09-01T20:43:42.599Z | Compiling pest v2.7.10 |
2371 | 2024-09-01T20:43:45.596Z | Compiling pest_meta v2.7.10 |
2372 | 2024-09-01T20:43:47.286Z | Compiling pest_generator v2.7.10 |
2373 | 2024-09-01T20:43:49.154Z | Compiling clap v4.5.16 |
2374 | 2024-09-01T20:43:49.644Z | Compiling pest_derive v2.7.10 |
2375 | 2024-09-01T20:43:50.484Z | Compiling dtrace-parser v0.2.0 |
2376 | 2024-09-01T20:43:54.940Z | Compiling serde_tokenstream v0.2.2 |
2377 | 2024-09-01T20:43:55.518Z | Compiling toml_datetime v0.6.8 |
2378 | 2024-09-01T20:43:56.217Z | Compiling dof v0.3.0 |
2379 | 2024-09-01T20:43:56.669Z | Compiling serde_spanned v0.6.7 |
2380 | 2024-09-01T20:43:57.149Z | Compiling toml_edit v0.22.20 |
2381 | 2024-09-01T20:43:58.363Z | Compiling camino v1.1.9 |
2382 | 2024-09-01T20:43:59.731Z | Compiling usdt-attr-macro v0.5.0 |
2383 | 2024-09-01T20:44:01.131Z | Compiling toml v0.8.19 |
2384 | 2024-09-01T20:44:03.817Z | Compiling usdt-macro v0.5.0 |
2385 | 2024-09-01T20:44:04.322Z | Compiling cargo-platform v0.1.8 |
2386 | 2024-09-01T20:44:04.508Z | Compiling semver v1.0.23 |
2387 | 2024-09-01T20:44:04.696Z | Compiling cargo_toml v0.20.4 |
2388 | 2024-09-01T20:44:05.087Z | Compiling usdt v0.5.0 |
2389 | 2024-09-01T20:44:05.444Z | Compiling cargo_metadata v0.18.1 |
2390 | 2024-09-01T20:44:06.024Z | Compiling camino-tempfile v1.1.1 |
2391 | 2024-09-01T20:44:06.578Z | Compiling macaddr v1.0.1 |
2392 | 2024-09-01T20:44:15.927Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2393 | 2024-09-01T20:44:27.368Z | Finished `release` profile [optimized] target(s) in 56.97s |
2394 | 2024-09-01T20:44:27.470Z | |
2395 | 2024-09-01T20:44:27.472Z | real 57.100103822 |
2396 | 2024-09-01T20:44:27.472Z | user 5:45.154457428 |
2397 | 2024-09-01T20:44:27.472Z | sys 32.196358906 |
2398 | 2024-09-01T20:44:27.472Z | trap 0.151338385 |
2399 | 2024-09-01T20:44:27.472Z | tflt 0.353379852 |
2400 | 2024-09-01T20:44:27.472Z | dflt 0.685694280 |
2401 | 2024-09-01T20:44:27.472Z | kflt 0.000058579 |
2402 | 2024-09-01T20:44:27.472Z | lock 10:29.054083689 |
2403 | 2024-09-01T20:44:27.472Z | slp 15:44.398781408 |
2404 | 2024-09-01T20:44:27.472Z | lat 12.779848510 |
2405 | 2024-09-01T20:44:27.472Z | stop 16.670785908 |
2406 | 2024-09-01T20:44:27.473Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2407 | 2024-09-01T20:44:27.473Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2408 | 2024-09-01T20:44:27.473Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2409 | 2024-09-01T20:44:27.473Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2410 | 2024-09-01T20:44:27.473Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2411 | 2024-09-01T20:44:28.352Z | Compiling regress v0.9.1 |
2412 | 2024-09-01T20:44:28.465Z | Compiling getopts v0.2.21 |
2413 | 2024-09-01T20:44:28.468Z | Compiling unsafe-libyaml v0.2.11 |
2414 | 2024-09-01T20:44:28.468Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2415 | 2024-09-01T20:44:28.468Z | Compiling http v1.1.0 |
2416 | 2024-09-01T20:44:28.487Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2417 | 2024-09-01T20:44:28.529Z | Compiling match_cfg v0.1.0 |
2418 | 2024-09-01T20:44:28.531Z | Compiling toml v0.8.19 |
2419 | 2024-09-01T20:44:28.622Z | Compiling hostname v0.3.1 |
2420 | 2024-09-01T20:44:28.905Z | Compiling rustls-pki-types v1.7.0 |
2421 | 2024-09-01T20:44:28.924Z | Compiling ident_case v1.0.1 |
2422 | 2024-09-01T20:44:28.943Z | Compiling paste v1.0.15 |
2423 | 2024-09-01T20:44:29.097Z | Compiling rustls v0.22.4 |
2424 | 2024-09-01T20:44:29.381Z | Compiling rustls-webpki v0.102.4 |
2425 | 2024-09-01T20:44:29.428Z | Compiling darling_core v0.20.9 |
2426 | 2024-09-01T20:44:29.596Z | Compiling ipnetwork v0.20.0 |
2427 | 2024-09-01T20:44:29.744Z | Compiling multer v3.1.0 |
2428 | 2024-09-01T20:44:30.068Z | Compiling serde_yaml v0.9.34+deprecated |
2429 | 2024-09-01T20:44:30.576Z | Compiling slog-json v2.6.1 |
2430 | 2024-09-01T20:44:31.001Z | Compiling async-stream-impl v0.3.5 |
2431 | 2024-09-01T20:44:31.018Z | Compiling instant v0.1.12 |
2432 | 2024-09-01T20:44:31.182Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2433 | 2024-09-01T20:44:31.517Z | Compiling debug-ignore v1.0.5 |
2434 | 2024-09-01T20:44:31.548Z | Compiling atomic-waker v1.1.2 |
2435 | 2024-09-01T20:44:31.658Z | Compiling waitgroup v0.1.2 |
2436 | 2024-09-01T20:44:31.809Z | Compiling slog-bunyan v2.5.0 |
2437 | 2024-09-01T20:44:31.890Z | Compiling rustls-pemfile v2.1.3 |
2438 | 2024-09-01T20:44:32.032Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2439 | 2024-09-01T20:44:32.347Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2440 | 2024-09-01T20:44:32.467Z | Compiling async-stream v0.3.5 |
2441 | 2024-09-01T20:44:32.794Z | Compiling serde_path_to_error v0.1.16 |
2442 | 2024-09-01T20:44:32.905Z | Compiling hostname v0.4.0 |
2443 | 2024-09-01T20:44:33.216Z | Compiling structmeta-derive v0.3.0 |
2444 | 2024-09-01T20:44:33.653Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2445 | 2024-09-01T20:44:33.743Z | Compiling newtype-uuid v1.1.0 |
2446 | 2024-09-01T20:44:34.058Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2447 | 2024-09-01T20:44:34.423Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2448 | 2024-09-01T20:44:34.450Z | Compiling backoff v0.4.0 |
2449 | 2024-09-01T20:44:34.765Z | Compiling tokio-rustls v0.25.0 |
2450 | 2024-09-01T20:44:34.796Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2451 | 2024-09-01T20:44:34.868Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2452 | 2024-09-01T20:44:35.056Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2453 | 2024-09-01T20:44:35.189Z | Compiling macaddr v1.0.1 |
2454 | 2024-09-01T20:44:35.221Z | Compiling proc-macro-crate v1.3.1 |
2455 | 2024-09-01T20:44:35.589Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2456 | 2024-09-01T20:44:35.677Z | Compiling tempfile v3.10.1 |
2457 | 2024-09-01T20:44:36.015Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2458 | 2024-09-01T20:44:36.264Z | Compiling structmeta v0.3.0 |
2459 | 2024-09-01T20:44:36.338Z | Compiling num_enum_derive v0.5.11 |
2460 | 2024-09-01T20:44:36.358Z | Compiling foreign-types-macros v0.2.3 |
2461 | 2024-09-01T20:44:36.509Z | Compiling heapless v0.8.0 |
2462 | 2024-09-01T20:44:36.633Z | Compiling darling_macro v0.20.9 |
2463 | 2024-09-01T20:44:36.716Z | Compiling parse-display-derive v0.10.0 |
2464 | 2024-09-01T20:44:37.144Z | Compiling foreign-types-shared v0.3.1 |
2465 | 2024-09-01T20:44:37.277Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2466 | 2024-09-01T20:44:37.644Z | Compiling darling v0.20.9 |
2467 | 2024-09-01T20:44:37.679Z | Compiling foreign-types v0.5.0 |
2468 | 2024-09-01T20:44:37.768Z | Compiling serde_with_macros v3.9.0 |
2469 | 2024-09-01T20:44:37.802Z | Compiling proc-macro-error v1.0.4 |
2470 | 2024-09-01T20:44:38.326Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2471 | 2024-09-01T20:44:38.551Z | Compiling hash32 v0.3.1 |
2472 | 2024-09-01T20:44:38.789Z | Compiling cstr-argument v0.1.2 |
2473 | 2024-09-01T20:44:39.016Z | Compiling num_enum v0.5.11 |
2474 | 2024-09-01T20:44:39.077Z | Compiling pretty-hex v0.2.1 |
2475 | 2024-09-01T20:44:39.186Z | Compiling smoltcp v0.11.0 |
2476 | 2024-09-01T20:44:39.271Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2477 | 2024-09-01T20:44:39.404Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2478 | 2024-09-01T20:44:40.000Z | Compiling camino-tempfile v1.1.1 |
2479 | 2024-09-01T20:44:40.033Z | Compiling tabwriter v1.4.0 |
2480 | 2024-09-01T20:44:40.442Z | Compiling colored v2.1.0 |
2481 | 2024-09-01T20:44:40.570Z | Compiling socket2 v0.4.10 |
2482 | 2024-09-01T20:44:40.745Z | Compiling embedded-io v0.4.0 |
2483 | 2024-09-01T20:44:40.765Z | Compiling serde_with v3.9.0 |
2484 | 2024-09-01T20:44:40.868Z | Compiling cobs v0.2.3 |
2485 | 2024-09-01T20:44:41.193Z | Compiling postcard v1.0.8 |
2486 | 2024-09-01T20:44:41.243Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2487 | 2024-09-01T20:44:41.487Z | Compiling crucible-workspace-hack v0.1.0 |
2488 | 2024-09-01T20:44:41.570Z | Compiling parse-display v0.10.0 |
2489 | 2024-09-01T20:44:41.600Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2490 | 2024-09-01T20:44:41.836Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2491 | 2024-09-01T20:44:41.886Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2492 | 2024-09-01T20:44:42.152Z | Compiling smf v0.2.3 |
2493 | 2024-09-01T20:44:42.222Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2494 | 2024-09-01T20:44:42.562Z | Compiling zone_cfg_derive v0.3.0 |
2495 | 2024-09-01T20:44:42.804Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2496 | 2024-09-01T20:44:43.350Z | Compiling num-derive v0.4.2 |
2497 | 2024-09-01T20:44:43.674Z | Compiling sigpipe v0.1.3 |
2498 | 2024-09-01T20:44:43.802Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2499 | 2024-09-01T20:44:44.119Z | Compiling zone v0.3.0 |
2500 | 2024-09-01T20:44:44.143Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2501 | 2024-09-01T20:44:44.691Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2502 | 2024-09-01T20:44:45.311Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2503 | 2024-09-01T20:44:45.739Z | Compiling universal-hash v0.5.1 |
2504 | 2024-09-01T20:44:45.785Z | Compiling opaque-debug v0.3.1 |
2505 | 2024-09-01T20:44:45.804Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2506 | 2024-09-01T20:44:45.847Z | Compiling utf-8 v0.7.6 |
2507 | 2024-09-01T20:44:45.887Z | Compiling num-rational v0.4.2 |
2508 | 2024-09-01T20:44:45.930Z | Compiling curve25519-dalek v4.1.3 |
2509 | 2024-09-01T20:44:45.962Z | Compiling num-complex v0.4.6 |
2510 | 2024-09-01T20:44:46.174Z | Compiling humantime v2.1.0 |
2511 | 2024-09-01T20:44:46.360Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2512 | 2024-09-01T20:44:46.714Z | Compiling password-hash v0.5.0 |
2513 | 2024-09-01T20:44:46.714Z | Compiling blake2 v0.10.6 |
2514 | 2024-09-01T20:44:46.748Z | Compiling aead v0.5.2 |
2515 | 2024-09-01T20:44:46.803Z | Compiling curve25519-dalek-derive v0.1.1 |
2516 | 2024-09-01T20:44:47.035Z | Compiling num v0.4.3 |
2517 | 2024-09-01T20:44:47.115Z | Compiling float-ord v0.3.2 |
2518 | 2024-09-01T20:44:47.151Z | Compiling poly1305 v0.8.0 |
2519 | 2024-09-01T20:44:47.306Z | Compiling argon2 v0.5.3 |
2520 | 2024-09-01T20:44:47.593Z | Compiling chacha20 v0.9.1 |
2521 | 2024-09-01T20:44:47.725Z | Compiling convert_case v0.4.0 |
2522 | 2024-09-01T20:44:48.065Z | Compiling semver v0.1.20 |
2523 | 2024-09-01T20:44:48.281Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2524 | 2024-09-01T20:44:48.412Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2525 | 2024-09-01T20:44:48.720Z | Compiling rustc_version v0.1.7 |
2526 | 2024-09-01T20:44:48.755Z | Compiling tungstenite v0.21.0 |
2527 | 2024-09-01T20:44:48.757Z | Compiling derive_more v0.99.18 |
2528 | 2024-09-01T20:44:48.920Z | Compiling newline-converter v0.3.0 |
2529 | 2024-09-01T20:44:49.098Z | Compiling atty v0.2.14 |
2530 | 2024-09-01T20:44:49.245Z | Compiling same-file v1.0.6 |
2531 | 2024-09-01T20:44:49.264Z | Compiling rayon-core v1.12.1 |
2532 | 2024-09-01T20:44:49.558Z | Compiling walkdir v2.5.0 |
2533 | 2024-09-01T20:44:49.608Z | Compiling newtype_derive v0.1.6 |
2534 | 2024-09-01T20:44:49.805Z | Compiling tokio-tungstenite v0.21.0 |
2535 | 2024-09-01T20:44:49.920Z | Compiling expectorate v1.1.0 |
2536 | 2024-09-01T20:44:50.111Z | Compiling crossbeam-deque v0.8.5 |
2537 | 2024-09-01T20:44:50.243Z | Compiling prettyplease v0.2.20 |
2538 | 2024-09-01T20:44:50.331Z | Compiling home v0.5.9 |
2539 | 2024-09-01T20:44:50.334Z | Compiling keccak v0.1.5 |
2540 | 2024-09-01T20:44:50.466Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2541 | 2024-09-01T20:44:50.700Z | Compiling sha3 v0.10.8 |
2542 | 2024-09-01T20:44:50.934Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2543 | 2024-09-01T20:44:51.247Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2544 | 2024-09-01T20:44:51.280Z | Compiling thiserror-impl-no-std v2.0.2 |
2545 | 2024-09-01T20:44:51.341Z | Compiling secrecy v0.8.0 |
2546 | 2024-09-01T20:44:51.370Z | Compiling ring v0.16.20 |
2547 | 2024-09-01T20:44:51.630Z | Compiling blake3 v1.5.1 |
2548 | 2024-09-01T20:44:51.783Z | Compiling derive-where v1.2.7 |
2549 | 2024-09-01T20:44:52.306Z | Compiling unicase v2.7.0 |
2550 | 2024-09-01T20:44:52.439Z | Compiling half v2.4.1 |
2551 | 2024-09-01T20:44:52.527Z | Compiling cookie v0.18.1 |
2552 | 2024-09-01T20:44:52.631Z | Compiling arc-swap v1.7.1 |
2553 | 2024-09-01T20:44:52.848Z | Compiling quick-error v1.2.3 |
2554 | 2024-09-01T20:44:53.012Z | Compiling linked-hash-map v0.5.6 |
2555 | 2024-09-01T20:44:53.031Z | Compiling termcolor v1.4.1 |
2556 | 2024-09-01T20:44:53.307Z | Compiling ciborium-io v0.2.2 |
2557 | 2024-09-01T20:44:53.439Z | Compiling ciborium-ll v0.2.2 |
2558 | 2024-09-01T20:44:53.458Z | Compiling lru-cache v0.1.2 |
2559 | 2024-09-01T20:44:53.678Z | Compiling env_logger v0.9.3 |
2560 | 2024-09-01T20:44:53.886Z | Compiling slog-scope v4.4.0 |
2561 | 2024-09-01T20:44:54.029Z | Compiling resolv-conf v0.7.0 |
2562 | 2024-09-01T20:44:54.584Z | Compiling thiserror-no-std v2.0.2 |
2563 | 2024-09-01T20:44:54.848Z | Compiling rayon v1.10.0 |
2564 | 2024-09-01T20:44:55.056Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2565 | 2024-09-01T20:44:55.461Z | Compiling polyval v0.6.2 |
2566 | 2024-09-01T20:44:55.491Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2567 | 2024-09-01T20:44:55.683Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2568 | 2024-09-01T20:44:55.824Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2569 | 2024-09-01T20:44:55.916Z | Compiling rfc6979 v0.4.0 |
2570 | 2024-09-01T20:44:55.953Z | Compiling bitstruct_derive v0.1.0 |
2571 | 2024-09-01T20:44:56.113Z | Compiling memmap2 v0.9.4 |
2572 | 2024-09-01T20:44:56.571Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2573 | 2024-09-01T20:44:56.623Z | Compiling untrusted v0.7.1 |
2574 | 2024-09-01T20:44:56.704Z | Compiling arrayref v0.3.7 |
2575 | 2024-09-01T20:44:56.724Z | Compiling constant_time_eq v0.3.0 |
2576 | 2024-09-01T20:44:56.816Z | Compiling spin v0.5.2 |
2577 | 2024-09-01T20:44:56.834Z | Compiling arrayvec v0.7.4 |
2578 | 2024-09-01T20:44:56.912Z | Compiling libefi-sys v0.1.0 |
2579 | 2024-09-01T20:44:57.066Z | Compiling ascii v1.1.0 |
2580 | 2024-09-01T20:44:57.230Z | Compiling parking_lot_core v0.8.6 |
2581 | 2024-09-01T20:44:57.250Z | Compiling highway v1.2.0 |
2582 | 2024-09-01T20:44:57.368Z | Compiling bitstruct v0.1.1 |
2583 | 2024-09-01T20:44:57.501Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2584 | 2024-09-01T20:44:57.745Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2585 | 2024-09-01T20:44:57.763Z | Compiling ecdsa v0.16.9 |
2586 | 2024-09-01T20:44:58.072Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2587 | 2024-09-01T20:44:58.090Z | Compiling ghash v0.5.1 |
2588 | 2024-09-01T20:44:58.324Z | Compiling steno v0.4.1 |
2589 | 2024-09-01T20:44:58.613Z | Compiling vsss-rs v3.3.4 |
2590 | 2024-09-01T20:44:58.999Z | Compiling hickory-resolver v0.24.1 |
2591 | 2024-09-01T20:44:59.069Z | Compiling slog-stdlog v4.1.1 |
2592 | 2024-09-01T20:44:59.795Z | Compiling ciborium v0.2.2 |
2593 | 2024-09-01T20:45:00.179Z | Compiling toolchain_find v0.4.0 |
2594 | 2024-09-01T20:45:00.745Z | Compiling chacha20poly1305 v0.10.1 |
2595 | 2024-09-01T20:45:00.874Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2596 | 2024-09-01T20:45:00.978Z | Compiling primeorder v0.13.6 |
2597 | 2024-09-01T20:45:00.998Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2598 | 2024-09-01T20:45:01.351Z | Compiling ctr v0.9.2 |
2599 | 2024-09-01T20:45:01.383Z | Compiling erased-serde v0.3.31 |
2600 | 2024-09-01T20:45:01.527Z | Compiling serde_arrays v0.1.0 |
2601 | 2024-09-01T20:45:01.607Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2602 | 2024-09-01T20:45:01.704Z | Compiling bitfield-struct v0.6.1 |
2603 | 2024-09-01T20:45:01.719Z | Compiling slog-dtrace v0.3.0 |
2604 | 2024-09-01T20:45:02.028Z | Compiling topological-sort v0.2.2 |
2605 | 2024-09-01T20:45:02.047Z | Compiling cancel-safe-futures v0.1.5 |
2606 | 2024-09-01T20:45:02.263Z | Compiling omicron-zone-package v0.11.0 |
2607 | 2024-09-01T20:45:02.659Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2608 | 2024-09-01T20:45:02.838Z | Compiling aes-gcm v0.10.3 |
2609 | 2024-09-01T20:45:03.147Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2610 | 2024-09-01T20:45:03.168Z | Compiling rustfmt-wrapper v0.2.1 |
2611 | 2024-09-01T20:45:03.262Z | Compiling slog-envlogger v2.2.0 |
2612 | 2024-09-01T20:45:03.821Z | Compiling mime_guess v2.0.4 |
2613 | 2024-09-01T20:45:04.128Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2614 | 2024-09-01T20:45:04.530Z | Compiling tungstenite v0.20.1 |
2615 | 2024-09-01T20:45:04.614Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2616 | 2024-09-01T20:45:05.214Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2617 | 2024-09-01T20:45:05.363Z | Compiling heck v0.3.3 |
2618 | 2024-09-01T20:45:05.735Z | Compiling ed25519 v2.2.3 |
2619 | 2024-09-01T20:45:05.832Z | Compiling ssh-encoding v0.2.0 |
2620 | 2024-09-01T20:45:06.106Z | Compiling blowfish v0.9.1 |
2621 | 2024-09-01T20:45:06.387Z | Compiling nibble_vec v0.1.0 |
2622 | 2024-09-01T20:45:06.424Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2623 | 2024-09-01T20:45:06.581Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2624 | 2024-09-01T20:45:06.609Z | Compiling endian-type v0.1.2 |
2625 | 2024-09-01T20:45:06.707Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2626 | 2024-09-01T20:45:06.764Z | Compiling bcrypt-pbkdf v0.10.0 |
2627 | 2024-09-01T20:45:06.782Z | Compiling ssh-cipher v0.2.0 |
2628 | 2024-09-01T20:45:06.854Z | Compiling radix_trie v0.2.1 |
2629 | 2024-09-01T20:45:07.416Z | Compiling ed25519-dalek v2.1.1 |
2630 | 2024-09-01T20:45:07.598Z | Compiling zone_cfg_derive v0.1.2 |
2631 | 2024-09-01T20:45:07.725Z | Compiling tokio-tungstenite v0.20.1 |
2632 | 2024-09-01T20:45:08.336Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2633 | 2024-09-01T20:45:08.407Z | Compiling parking_lot v0.11.2 |
2634 | 2024-09-01T20:45:08.742Z | Compiling gethostname v0.5.0 |
2635 | 2024-09-01T20:45:08.839Z | Compiling password-hash v0.4.2 |
2636 | 2024-09-01T20:45:08.963Z | Compiling libsw v3.3.1 |
2637 | 2024-09-01T20:45:09.178Z | Compiling fxhash v0.2.1 |
2638 | 2024-09-01T20:45:09.213Z | Compiling base64 v0.13.1 |
2639 | 2024-09-01T20:45:09.243Z | Compiling linear-map v1.2.0 |
2640 | 2024-09-01T20:45:09.299Z | Compiling matches v0.1.10 |
2641 | 2024-09-01T20:45:09.376Z | Compiling owo-colors v4.0.0 |
2642 | 2024-09-01T20:45:09.395Z | Compiling idna v0.2.3 |
2643 | 2024-09-01T20:45:09.414Z | Compiling sled v0.34.7 |
2644 | 2024-09-01T20:45:09.608Z | Compiling pbkdf2 v0.11.0 |
2645 | 2024-09-01T20:45:09.743Z | Compiling ron v0.7.1 |
2646 | 2024-09-01T20:45:09.866Z | Compiling zone v0.1.8 |
2647 | 2024-09-01T20:45:10.962Z | Compiling ssh-key v0.6.6 |
2648 | 2024-09-01T20:45:11.006Z | Compiling hickory-client v0.24.1 |
2649 | 2024-09-01T20:45:11.521Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2650 | 2024-09-01T20:45:12.163Z | Compiling p256 v0.13.2 |
2651 | 2024-09-01T20:45:12.445Z | Compiling p384 v0.13.0 |
2652 | 2024-09-01T20:45:13.016Z | Compiling p521 v0.13.3 |
2653 | 2024-09-01T20:45:14.081Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2654 | 2024-09-01T20:45:14.543Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2655 | 2024-09-01T20:45:15.300Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2656 | 2024-09-01T20:45:15.468Z | Compiling hickory-server v0.24.1 |
2657 | 2024-09-01T20:45:15.499Z | Compiling pem v3.0.4 |
2658 | 2024-09-01T20:45:15.561Z | Compiling enum-as-inner v0.5.1 |
2659 | 2024-09-01T20:45:15.904Z | Compiling yasna v0.5.2 |
2660 | 2024-09-01T20:45:16.363Z | Compiling portpicker v0.1.1 |
2661 | 2024-09-01T20:45:16.693Z | Compiling headers-core v0.2.0 |
2662 | 2024-09-01T20:45:16.731Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2663 | 2024-09-01T20:45:16.872Z | Compiling kstat-rs v0.2.4 |
2664 | 2024-09-01T20:45:17.130Z | Compiling nanorand v0.7.0 |
2665 | 2024-09-01T20:45:17.319Z | Compiling russh-cryptovec v0.7.2 |
2666 | 2024-09-01T20:45:17.543Z | Compiling md5 v0.7.0 |
2667 | 2024-09-01T20:45:17.644Z | Compiling http-range v0.1.5 |
2668 | 2024-09-01T20:45:17.646Z | Compiling glob v0.3.1 |
2669 | 2024-09-01T20:45:17.734Z | Compiling flume v0.11.0 |
2670 | 2024-09-01T20:45:18.027Z | Compiling hyper-staticfile v0.9.5 |
2671 | 2024-09-01T20:45:18.071Z | Compiling russh-keys v0.45.0 |
2672 | 2024-09-01T20:45:18.462Z | Compiling rcgen v0.12.1 |
2673 | 2024-09-01T20:45:18.752Z | Compiling headers v0.3.9 |
2674 | 2024-09-01T20:45:19.054Z | Compiling trust-dns-proto v0.22.0 |
2675 | 2024-09-01T20:45:20.132Z | Compiling atomicwrites v0.4.3 |
2676 | 2024-09-01T20:45:20.521Z | Compiling num-bigint v0.4.5 |
2677 | 2024-09-01T20:45:20.714Z | Compiling itertools v0.13.0 |
2678 | 2024-09-01T20:45:20.923Z | Compiling des v0.8.1 |
2679 | 2024-09-01T20:45:21.030Z | Compiling subprocess v0.2.9 |
2680 | 2024-09-01T20:45:21.260Z | Compiling dhcproto-macros v0.1.0 |
2681 | 2024-09-01T20:45:22.293Z | Compiling display-error-chain v0.2.1 |
2682 | 2024-09-01T20:45:22.454Z | Compiling hex-literal v0.4.1 |
2683 | 2024-09-01T20:45:22.486Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2684 | 2024-09-01T20:45:22.584Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2685 | 2024-09-01T20:45:22.610Z | Compiling internet-checksum v0.2.1 |
2686 | 2024-09-01T20:45:22.830Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2687 | 2024-09-01T20:45:22.850Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2688 | 2024-09-01T20:45:22.949Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2689 | 2024-09-01T20:45:23.019Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2690 | 2024-09-01T20:45:24.095Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2691 | 2024-09-01T20:45:24.844Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2692 | 2024-09-01T20:45:27.340Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2693 | 2024-09-01T20:45:28.790Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2694 | 2024-09-01T20:45:29.722Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2695 | 2024-09-01T20:45:30.522Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2696 | 2024-09-01T20:45:31.163Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2697 | 2024-09-01T20:45:31.453Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2698 | 2024-09-01T20:45:32.045Z | Compiling russh v0.45.0 |
2699 | 2024-09-01T20:45:33.240Z | Compiling dhcproto v0.12.0 |
2700 | 2024-09-01T20:45:36.307Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2701 | 2024-09-01T20:45:40.375Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2702 | 2024-09-01T20:45:40.419Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2703 | 2024-09-01T20:45:40.673Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2704 | 2024-09-01T20:45:40.889Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2705 | 2024-09-01T20:45:43.482Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2706 | 2024-09-01T20:45:43.826Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2707 | 2024-09-01T20:45:44.164Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2708 | 2024-09-01T20:45:44.446Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2709 | 2024-09-01T20:45:44.770Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2710 | 2024-09-01T20:45:45.681Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2711 | 2024-09-01T20:45:46.908Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2712 | 2024-09-01T20:45:48.083Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2713 | 2024-09-01T20:45:48.276Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2714 | 2024-09-01T20:45:49.124Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2715 | 2024-09-01T20:45:50.318Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2716 | 2024-09-01T20:45:50.941Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2717 | 2024-09-01T20:45:53.952Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2718 | 2024-09-01T20:45:54.384Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2719 | 2024-09-01T20:45:54.708Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2720 | 2024-09-01T20:45:57.360Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2721 | 2024-09-01T20:45:58.512Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2722 | 2024-09-01T20:46:04.978Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2723 | 2024-09-01T20:46:11.766Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2724 | 2024-09-01T20:46:11.766Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2725 | 2024-09-01T20:46:13.705Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2726 | 2024-09-01T20:46:31.655Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2727 | 2024-09-01T20:47:03.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s |
2728 | 2024-09-01T20:47:04.031Z | |
2729 | 2024-09-01T20:47:04.031Z | real 2:36.384454095 |
2730 | 2024-09-01T20:47:04.031Z | user 12:56.231723141 |
2731 | 2024-09-01T20:47:04.031Z | sys 2:40.816384054 |
2732 | 2024-09-01T20:47:04.031Z | trap 0.360886734 |
2733 | 2024-09-01T20:47:04.031Z | tflt 1.424928564 |
2734 | 2024-09-01T20:47:04.033Z | dflt 1.573846667 |
2735 | 2024-09-01T20:47:04.033Z | kflt 0.000032971 |
2736 | 2024-09-01T20:47:04.033Z | lock 27:14.226452794 |
2737 | 2024-09-01T20:47:04.033Z | slp 47:55.729950247 |
2738 | 2024-09-01T20:47:04.033Z | lat 40.068128299 |
2739 | 2024-09-01T20:47:04.033Z | stop 1:40.910989727 |
2740 | 2024-09-01T20:47:04.033Z | + mkdir tests |
2741 | 2024-09-01T20:47:04.036Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2742 | 2024-09-01T20:47:04.036Z | + xargs -I '{}' -t cp '{}' tests/ |
2743 | 2024-09-01T20:47:04.077Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f5ffeb1278fb750a tests/ |
2744 | 2024-09-01T20:47:04.097Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-1f33227a99b52ae2 tests/ |
2745 | 2024-09-01T20:47:04.117Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-109547fe1ec2294d tests/ |
2746 | 2024-09-01T20:47:04.137Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4f79665ae4a78efb tests/ |
2747 | 2024-09-01T20:47:04.289Z | + 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/*) |
2748 | 2024-09-01T20:47:04.291Z | + 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-1f33227a99b52ae2 tests/commtest-109547fe1ec2294d tests/dhcp_server-f5ffeb1278fb750a tests/end_to_end_tests-4f79665ae4a78efb out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.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 |
2749 | 2024-09-01T20:48:07.417Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2750 | 2024-09-01T20:48:07.417Z | a out/target/test 1K |
2751 | 2024-09-01T20:48:07.417Z | a out/npuzone/npuzone 23144K |
2752 | 2024-09-01T20:48:07.417Z | a package-manifest.toml 32K |
2753 | 2024-09-01T20:48:07.417Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2754 | 2024-09-01T20:48:07.417Z | a target/release/omicron-package 32375K |
2755 | 2024-09-01T20:48:07.417Z | a target/release/xtask 11987K |
2756 | 2024-09-01T20:48:07.417Z | a target/debug/bootstrap 193095K |
2757 | 2024-09-01T20:48:07.417Z | a tests/bootstrap-1f33227a99b52ae2 23740K |
2758 | 2024-09-01T20:48:07.417Z | a tests/commtest-109547fe1ec2294d 24002K |
2759 | 2024-09-01T20:48:07.417Z | a tests/dhcp_server-f5ffeb1278fb750a 23740K |
2760 | 2024-09-01T20:48:07.417Z | a tests/end_to_end_tests-4f79665ae4a78efb 205270K |
2761 | 2024-09-01T20:48:07.417Z | a out/clickhouse.tar.gz 232449K |
2762 | 2024-09-01T20:48:07.417Z | a out/clickhouse_keeper.tar.gz 232433K |
2763 | 2024-09-01T20:48:07.417Z | a out/clickhouse_server.tar.gz 232433K |
2764 | 2024-09-01T20:48:07.417Z | a out/cockroachdb.tar.gz 131971K |
2765 | 2024-09-01T20:48:07.417Z | a out/crucible-dtrace.tar 84K |
2766 | 2024-09-01T20:48:07.417Z | a out/crucible-pantry-zone.tar.gz 27844K |
2767 | 2024-09-01T20:48:07.417Z | a out/crucible-zone.tar.gz 38169K |
2768 | 2024-09-01T20:48:07.417Z | a out/external-dns.tar.gz 24903K |
2769 | 2024-09-01T20:48:07.417Z | a out/internal-dns.tar.gz 24903K |
2770 | 2024-09-01T20:48:07.417Z | a out/mg-ddm-gz.tar 62160K |
2771 | 2024-09-01T20:48:07.417Z | a out/nexus.tar.gz 89926K |
2772 | 2024-09-01T20:48:07.417Z | a out/ntp.tar.gz 8993K |
2773 | 2024-09-01T20:48:07.417Z | a out/omicron-gateway-softnpu.tar.gz 20653K |
2774 | 2024-09-01T20:48:07.417Z | a out/omicron-sled-agent.tar 98088K |
2775 | 2024-09-01T20:48:07.417Z | a out/overlay.tar.gz 3K |
2776 | 2024-09-01T20:48:07.417Z | a out/oximeter.tar.gz 42265K |
2777 | 2024-09-01T20:48:07.417Z | a out/oxlog.tar 2947K |
2778 | 2024-09-01T20:48:07.417Z | a out/probe.tar.gz 2764K |
2779 | 2024-09-01T20:48:07.418Z | a out/propolis-server.tar.gz 65291K |
2780 | 2024-09-01T20:48:07.418Z | a out/pumpkind-gz.tar 26665K |
2781 | 2024-09-01T20:48:07.418Z | a out/switch-softnpu.tar.gz 214683K |
2782 | 2024-09-01T20:48:07.420Z | |
2783 | 2024-09-01T20:48:07.420Z | real 1:03.070745895 |
2784 | 2024-09-01T20:48:07.420Z | user 1:00.167899476 |
2785 | 2024-09-01T20:48:07.420Z | sys 4.068541583 |
2786 | 2024-09-01T20:48:07.420Z | trap 0.014445910 |
2787 | 2024-09-01T20:48:07.421Z | tflt 0.000000000 |
2788 | 2024-09-01T20:48:07.421Z | dflt 0.000000000 |
2789 | 2024-09-01T20:48:07.421Z | kflt 0.000000000 |
2790 | 2024-09-01T20:48:07.421Z | lock 0.000000000 |
2791 | 2024-09-01T20:48:07.421Z | slp 1:00.092134850 |
2792 | 2024-09-01T20:48:07.421Z | lat 1.794028852 |
2793 | 2024-09-01T20:48:07.421Z | stop 0.000212267 |
2794 | 2024-09-01T20:48:07.428Z | process exited: duration 1737186 ms, exit code 0 |
|
2795 | 2024-09-01T20:48:07.460Z | found 1 output files |
2796 | 2024-09-01T20:48:07.460Z | uploading: /work/package.tar.gz (1622817350 bytes) |
2797 | 2024-09-01T20:48:37.710Z | uploaded: /work/package.tar.gz |