|
|
|
1 | 2024-06-25T06:30:32.281Z | job assigned to worker 01J171BVE9DX1HEWC23H5A1012 (queued for 58 s) |
|
2 | 2024-06-25T06:30:40.481Z | starting task 0: "setup" |
3 | 2024-06-25T06:30:40.532Z | ++ uname -s |
4 | 2024-06-25T06:30:40.535Z | + kern=SunOS |
5 | 2024-06-25T06:30:40.536Z | + case "$kern" in |
6 | 2024-06-25T06:30:40.536Z | + groupadd -g 12345 build |
7 | 2024-06-25T06:30:40.538Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-25T06:30:42.554Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-25T06:30:42.664Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-25T06:30:42.668Z | + home_fs=zfs |
11 | 2024-06-25T06:30:42.668Z | + [[ zfs == autofs ]] |
12 | 2024-06-25T06:30:42.668Z | + mkdir -p /home/build |
13 | 2024-06-25T06:30:42.668Z | + chown build:build /home/build /work |
14 | 2024-06-25T06:30:44.662Z | + chmod 0700 /home/build /work |
15 | 2024-06-25T06:30:44.665Z | process exited: duration 4183 ms, exit code 0 |
|
16 | 2024-06-25T06:30:44.671Z | starting task 1: "rust-toolchain" |
17 | 2024-06-25T06:30:44.676Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-25T06:30:44.676Z | ' 1.78.0 |
19 | 2024-06-25T06:30:44.676Z | * toolchain channel = "1.78.0" |
20 | 2024-06-25T06:30:44.677Z | + printf ' * toolchain profile = "%s" |
21 | 2024-06-25T06:30:44.677Z | ' default |
22 | 2024-06-25T06:30:44.677Z | * toolchain profile = "default" |
23 | 2024-06-25T06:30:44.682Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-25T06:30:44.682Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-25T06:30:44.962Z | info: downloading installer |
26 | 2024-06-25T06:30:46.434Z | info: profile set to 'default' |
27 | 2024-06-25T06:30:46.434Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-25T06:30:46.437Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-25T06:30:46.579Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-25T06:30:46.579Z | info: downloading component 'cargo' |
31 | 2024-06-25T06:30:47.487Z | info: downloading component 'clippy' |
32 | 2024-06-25T06:30:47.756Z | info: downloading component 'rust-docs' |
33 | 2024-06-25T06:30:48.850Z | info: downloading component 'rust-std' |
34 | 2024-06-25T06:30:50.572Z | info: downloading component 'rustc' |
35 | 2024-06-25T06:30:54.926Z | info: downloading component 'rustfmt' |
36 | 2024-06-25T06:30:55.272Z | info: installing component 'cargo' |
37 | 2024-06-25T06:30:56.079Z | info: installing component 'clippy' |
38 | 2024-06-25T06:30:56.431Z | info: installing component 'rust-docs' |
39 | 2024-06-25T06:30:57.963Z | info: installing component 'rust-std' |
40 | 2024-06-25T06:30:59.684Z | info: installing component 'rustc' |
41 | 2024-06-25T06:31:03.873Z | info: installing component 'rustfmt' |
42 | 2024-06-25T06:31:04.210Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-25T06:31:04.210Z | |
44 | 2024-06-25T06:31:04.486Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-25T06:31:04.486Z | |
46 | 2024-06-25T06:31:04.489Z | |
47 | 2024-06-25T06:31:04.489Z | Rust is installed now. Great! |
48 | 2024-06-25T06:31:04.489Z | |
49 | 2024-06-25T06:31:04.489Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-25T06:31:04.489Z | environment variable. This has not been done automatically. |
51 | 2024-06-25T06:31:04.490Z | |
52 | 2024-06-25T06:31:04.490Z | To configure your current shell, you need to source |
53 | 2024-06-25T06:31:04.490Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-25T06:31:04.490Z | |
55 | 2024-06-25T06:31:04.490Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-25T06:31:04.490Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-25T06:31:04.490Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-25T06:31:04.554Z | + rustc --version |
59 | 2024-06-25T06:31:04.616Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-25T06:31:04.620Z | process exited: duration 19944 ms, exit code 0 |
|
61 | 2024-06-25T06:31:04.625Z | starting task 2: "authentication" |
62 | 2024-06-25T06:31:04.647Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-06-25T06:31:04.653Z | starting task 3: "clone repository" |
64 | 2024-06-25T06:31:04.658Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-25T06:31:04.661Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-25T06:31:04.825Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-25T06:31:09.949Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-25T06:31:09.949Z | + git fetch origin d99f60491fb87ededc24a81c66017f7be1ef65fa |
69 | 2024-06-25T06:31:10.265Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-25T06:31:10.265Z | * branch d99f60491fb87ededc24a81c66017f7be1ef65fa -> FETCH_HEAD |
71 | 2024-06-25T06:31:10.273Z | + [[ -n renovate/taiki-e-install-action-digest ]] |
72 | 2024-06-25T06:31:10.276Z | ++ git branch --show-current |
73 | 2024-06-25T06:31:10.279Z | + current=main |
74 | 2024-06-25T06:31:10.279Z | + [[ main != renovate/taiki-e-install-action-digest ]] |
75 | 2024-06-25T06:31:10.279Z | + git branch -f renovate/taiki-e-install-action-digest d99f60491fb87ededc24a81c66017f7be1ef65fa |
76 | 2024-06-25T06:31:10.282Z | + git checkout -f renovate/taiki-e-install-action-digest |
77 | 2024-06-25T06:31:10.413Z | Switched to branch 'renovate/taiki-e-install-action-digest' |
78 | 2024-06-25T06:31:10.416Z | + git reset --hard d99f60491fb87ededc24a81c66017f7be1ef65fa |
79 | 2024-06-25T06:31:10.543Z | HEAD is now at d99f60491 Update taiki-e/install-action digest to c2c0b6e |
80 | 2024-06-25T06:31:10.546Z | process exited: duration 5890 ms, exit code 0 |
|
81 | 2024-06-25T06:31:10.552Z | starting task 4: "build" |
82 | 2024-06-25T06:31:10.557Z | + cargo --version |
83 | 2024-06-25T06:31:10.610Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-25T06:31:10.613Z | + rustc --version |
85 | 2024-06-25T06:31:10.668Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-25T06:31:10.670Z | + WORK=/work |
87 | 2024-06-25T06:31:10.671Z | + pfexec mkdir -p /work |
88 | 2024-06-25T06:31:10.674Z | + pfexec chown build /work |
89 | 2024-06-25T06:31:10.677Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-06-25T06:31:32.444Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-06-25T06:31:34.518Z | Startup: Caching catalogs ... Done |
92 | 2024-06-25T06:31:37.071Z | Planning: Solver setup ... Done (2.081s) |
93 | 2024-06-25T06:31:37.110Z | Planning: Running solver ... Done (0.039s) |
94 | 2024-06-25T06:31:37.150Z | Planning: Finding local manifests ... Done (0.003s) |
95 | 2024-06-25T06:31:37.163Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-06-25T06:31:37.536Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-06-25T06:31:37.583Z | Planning: Package planning ... Done (0.047s) |
98 | 2024-06-25T06:31:37.635Z | Planning: Merging actions ... Done (0.052s) |
99 | 2024-06-25T06:31:39.186Z | Planning: Checking for conflicting actions ... Done (1.551s) |
100 | 2024-06-25T06:31:39.197Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-06-25T06:31:47.511Z | Planning: Evaluating mediators ... Done (8.312s) |
102 | 2024-06-25T06:31:47.519Z | Planning: Planning completed in 12.94 seconds |
103 | 2024-06-25T06:31:48.693Z | Packages to install: 4 |
104 | 2024-06-25T06:31:48.693Z | Mediators to change: 2 |
105 | 2024-06-25T06:31:48.693Z | Services to change: 1 |
106 | 2024-06-25T06:31:48.696Z | Estimated space available: 155.77 GB |
107 | 2024-06-25T06:31:48.696Z | Estimated space to be consumed: 1.46 GB |
108 | 2024-06-25T06:31:48.696Z | Create boot environment: No |
109 | 2024-06-25T06:31:48.696Z | Create backup boot environment: No |
110 | 2024-06-25T06:31:48.696Z | Rebuild boot archive: No |
111 | 2024-06-25T06:31:48.696Z | |
112 | 2024-06-25T06:31:48.696Z | Changed mediators: |
113 | 2024-06-25T06:31:48.696Z | mediator clang: |
114 | 2024-06-25T06:31:48.696Z | version: None -> 15 (system default) |
115 | 2024-06-25T06:31:48.696Z | |
116 | 2024-06-25T06:31:48.696Z | mediator llvm: |
117 | 2024-06-25T06:31:48.696Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-06-25T06:31:48.696Z | |
119 | 2024-06-25T06:31:48.696Z | Changed packages: |
120 | 2024-06-25T06:31:48.696Z | helios-dev |
121 | 2024-06-25T06:31:48.696Z | developer/build-essential |
122 | 2024-06-25T06:31:48.696Z | None -> 11-2.0 |
123 | 2024-06-25T06:31:48.696Z | library/libxmlsec1 |
124 | 2024-06-25T06:31:48.696Z | None -> 1.2.35-2.0 |
125 | 2024-06-25T06:31:48.697Z | ooce/developer/clang-15 |
126 | 2024-06-25T06:31:48.697Z | None -> 15.0.7-2.0 |
127 | 2024-06-25T06:31:48.697Z | ooce/developer/llvm-15 |
128 | 2024-06-25T06:31:48.697Z | None -> 15.0.7-2.0 |
129 | 2024-06-25T06:31:48.697Z | |
130 | 2024-06-25T06:31:48.697Z | Services: |
131 | 2024-06-25T06:31:48.697Z | restart_fmri: |
132 | 2024-06-25T06:31:48.697Z | svc:/system/update-man-index:default |
133 | 2024-06-25T06:31:48.901Z | |
134 | 2024-06-25T06:31:48.901Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-06-25T06:31:53.903Z | Download: 1562/3290 items 113.9/212.6MB 53% complete (23.1M/s) |
136 | 2024-06-25T06:31:58.904Z | Download: 3171/3290 items 155.7/212.6MB 73% complete (15.5M/s) |
137 | 2024-06-25T06:32:02.846Z | Download: Completed 212.60 MB in 13.94 seconds (15.2M/s) |
138 | 2024-06-25T06:32:03.237Z | Actions: 1/3689 actions (Installing new actions) |
139 | 2024-06-25T06:32:08.250Z | Actions: 3590/3689 actions (Installing new actions) |
140 | 2024-06-25T06:32:09.321Z | Actions: Completed 3689 actions in 6.08 seconds. |
141 | 2024-06-25T06:32:09.452Z | Done (0.127s) |
142 | 2024-06-25T06:32:09.452Z | Done (0.000s) |
143 | 2024-06-25T06:32:09.763Z | Done (0.311s) |
144 | 2024-06-25T06:32:16.280Z | Done (6.362s) |
145 | 2024-06-25T06:32:16.649Z | Done (0.298s) |
146 | 2024-06-25T06:32:16.652Z | Done (0.000s) |
147 | 2024-06-25T06:32:16.784Z | Done (0.000s) |
148 | 2024-06-25T06:32:17.345Z | Planning: Evaluating mediator changes ... Done |
149 | 2024-06-25T06:32:17.508Z | Planning: Checking for conflicting actions ... Done |
150 | 2024-06-25T06:32:17.511Z | Planning: Consolidating action changes ... Done |
151 | 2024-06-25T06:32:17.772Z | Planning: Evaluating mediators ... Done |
152 | 2024-06-25T06:32:17.775Z | Planning: Planning completed in 0.43 seconds |
153 | 2024-06-25T06:32:17.805Z | Mediators to change: 2 |
154 | 2024-06-25T06:32:17.805Z | Create boot environment: No |
155 | 2024-06-25T06:32:17.808Z | Create backup boot environment: No |
156 | 2024-06-25T06:32:17.872Z | Done |
157 | 2024-06-25T06:32:17.873Z | Done |
158 | 2024-06-25T06:32:18.073Z | Done |
159 | 2024-06-25T06:32:21.548Z | Done |
160 | 2024-06-25T06:32:21.630Z | Done |
161 | 2024-06-25T06:32:21.634Z | Done |
162 | 2024-06-25T06:32:21.738Z | Done |
163 | 2024-06-25T06:32:22.348Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-06-25T06:32:22.350Z | Planning: Merging actions ... Done |
165 | 2024-06-25T06:32:22.538Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-06-25T06:32:22.541Z | Planning: Consolidating action changes ... Done |
167 | 2024-06-25T06:32:22.809Z | Planning: Evaluating mediators ... Done |
168 | 2024-06-25T06:32:22.864Z | Planning: Planning completed in 0.76 seconds |
169 | 2024-06-25T06:32:22.899Z | Packages to change: 1 |
170 | 2024-06-25T06:32:22.902Z | Mediators to change: 1 |
171 | 2024-06-25T06:32:22.902Z | Services to change: 1 |
172 | 2024-06-25T06:32:22.902Z | Create boot environment: No |
173 | 2024-06-25T06:32:22.902Z | Create backup boot environment: Yes |
174 | 2024-06-25T06:32:24.680Z | Actions: 1/6 actions (Updating modified actions) |
175 | 2024-06-25T06:32:24.811Z | Actions: Completed 6 actions in 0.13 seconds. |
176 | 2024-06-25T06:32:24.815Z | Done |
177 | 2024-06-25T06:32:24.815Z | Done |
178 | 2024-06-25T06:32:24.879Z | Done |
179 | 2024-06-25T06:32:28.361Z | Done |
180 | 2024-06-25T06:32:28.443Z | Done |
181 | 2024-06-25T06:32:28.447Z | Done |
182 | 2024-06-25T06:32:28.547Z | Done |
183 | 2024-06-25T06:32:28.982Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
184 | 2024-06-25T06:32:28.982Z | clang system 15 system |
185 | 2024-06-25T06:32:28.982Z | csh system system illumos |
186 | 2024-06-25T06:32:28.982Z | ctags system system illumos |
187 | 2024-06-25T06:32:28.983Z | gcc vendor 12 vendor |
188 | 2024-06-25T06:32:28.983Z | gcc system 10 system |
189 | 2024-06-25T06:32:28.983Z | gcc system 7 system |
190 | 2024-06-25T06:32:28.983Z | go system 1.20 system |
191 | 2024-06-25T06:32:28.983Z | go system 1.19 system |
192 | 2024-06-25T06:32:28.983Z | llvm system 15 system |
193 | 2024-06-25T06:32:28.983Z | llvm system 14 system |
194 | 2024-06-25T06:32:28.983Z | mariadb system 10.6 system |
195 | 2024-06-25T06:32:28.983Z | mta vendor vendor dma |
196 | 2024-06-25T06:32:28.983Z | openjdk system 17 system |
197 | 2024-06-25T06:32:28.983Z | openjdk system 11 system |
198 | 2024-06-25T06:32:28.983Z | openjdk system 1.8 system |
199 | 2024-06-25T06:32:28.983Z | openssl vendor 3 vendor |
200 | 2024-06-25T06:32:28.983Z | perl system 5.36 system |
201 | 2024-06-25T06:32:28.983Z | postgresql system 15 system |
202 | 2024-06-25T06:32:28.983Z | postgresql system 13 system |
203 | 2024-06-25T06:32:28.983Z | python vendor 3 vendor |
204 | 2024-06-25T06:32:28.983Z | python system 2 system |
205 | 2024-06-25T06:32:28.983Z | python3 system 3.11 system |
206 | 2024-06-25T06:32:28.983Z | ruby system 3.0 system |
207 | 2024-06-25T06:32:28.983Z | words vendor vendor american-english |
208 | 2024-06-25T06:32:28.983Z | words system system australian-english |
209 | 2024-06-25T06:32:28.983Z | words system system british-english |
210 | 2024-06-25T06:32:28.983Z | words system system canadian-english |
211 | 2024-06-25T06:32:28.983Z | words system system french |
212 | 2024-06-25T06:32:28.983Z | words system system italian |
213 | 2024-06-25T06:32:28.983Z | words system system ngerman |
214 | 2024-06-25T06:32:28.983Z | words system system ogerman |
215 | 2024-06-25T06:32:28.983Z | words system system spanish |
216 | 2024-06-25T06:32:29.305Z | PUBLISHER TYPE STATUS P LOCATION |
217 | 2024-06-25T06:32:29.305Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
218 | 2024-06-25T06:32:30.804Z | FMRI IFO |
219 | 2024-06-25T06:32:30.804Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
220 | 2024-06-25T06:32:30.804Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
221 | 2024-06-25T06:32:30.804Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
222 | 2024-06-25T06:32:30.804Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
223 | 2024-06-25T06:32:30.804Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
224 | 2024-06-25T06:32:30.804Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
225 | 2024-06-25T06:32:30.804Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
226 | 2024-06-25T06:32:30.804Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
227 | 2024-06-25T06:32:30.804Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
228 | 2024-06-25T06:32:30.804Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
229 | 2024-06-25T06:32:30.804Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
230 | 2024-06-25T06:32:30.804Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
231 | 2024-06-25T06:32:31.299Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
232 | 2024-06-25T06:32:31.593Z | Updating git repository `https://github.com/oxidecomputer/zone` |
233 | 2024-06-25T06:32:31.890Z | Updating crates.io index |
234 | 2024-06-25T06:32:31.993Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
235 | 2024-06-25T06:32:32.747Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
236 | 2024-06-25T06:32:33.491Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
237 | 2024-06-25T06:32:33.780Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
238 | 2024-06-25T06:32:35.673Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
239 | 2024-06-25T06:32:36.187Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
240 | 2024-06-25T06:32:36.477Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
241 | 2024-06-25T06:32:37.513Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
242 | 2024-06-25T06:32:39.551Z | Updating git repository `https://github.com/oxidecomputer/opte` |
243 | 2024-06-25T06:32:40.575Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
244 | 2024-06-25T06:32:41.381Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
245 | 2024-06-25T06:32:41.955Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
246 | 2024-06-25T06:32:43.256Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
247 | 2024-06-25T06:32:43.610Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
248 | 2024-06-25T06:32:43.909Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
249 | 2024-06-25T06:32:44.236Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
250 | 2024-06-25T06:32:44.535Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
251 | 2024-06-25T06:32:44.779Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
252 | 2024-06-25T06:32:45.057Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
253 | 2024-06-25T06:32:45.418Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
254 | 2024-06-25T06:32:45.725Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
255 | 2024-06-25T06:32:46.109Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
256 | 2024-06-25T06:32:46.340Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
257 | 2024-06-25T06:32:46.951Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
258 | 2024-06-25T06:32:47.267Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
259 | 2024-06-25T06:32:47.616Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
260 | 2024-06-25T06:32:47.971Z | Updating git repository `https://github.com/oxidecomputer/typify` |
261 | 2024-06-25T06:32:49.958Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
262 | 2024-06-25T06:32:50.351Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
263 | 2024-06-25T06:32:50.642Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
264 | 2024-06-25T06:32:51.057Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
265 | 2024-06-25T06:32:52.499Z | Downloading crates ... |
266 | 2024-06-25T06:32:52.632Z | Downloaded anstyle v1.0.7 |
267 | 2024-06-25T06:32:52.638Z | Downloaded anstyle-parse v0.2.4 |
268 | 2024-06-25T06:32:52.642Z | Downloaded adler v1.0.2 |
269 | 2024-06-25T06:32:52.645Z | Downloaded autocfg v1.3.0 |
270 | 2024-06-25T06:32:52.648Z | Downloaded powerfmt v0.2.0 |
271 | 2024-06-25T06:32:52.648Z | Downloaded proc-macro-error v1.0.4 |
272 | 2024-06-25T06:32:52.651Z | Downloaded pin-project-lite v0.2.14 |
273 | 2024-06-25T06:32:52.655Z | Downloaded is-terminal v0.4.12 |
274 | 2024-06-25T06:32:52.658Z | Downloaded md5 v0.7.0 |
275 | 2024-06-25T06:32:52.658Z | Downloaded equivalent v1.0.1 |
276 | 2024-06-25T06:32:52.661Z | Downloaded sync_wrapper v0.1.2 |
277 | 2024-06-25T06:32:52.661Z | Downloaded foreign-types-shared v0.1.1 |
278 | 2024-06-25T06:32:52.661Z | Downloaded openssl-macros v0.1.1 |
279 | 2024-06-25T06:32:52.664Z | Downloaded time-core v0.1.2 |
280 | 2024-06-25T06:32:52.664Z | Downloaded num_threads v0.1.7 |
281 | 2024-06-25T06:32:52.664Z | Downloaded digest v0.10.7 |
282 | 2024-06-25T06:32:52.667Z | Downloaded futures-task v0.3.30 |
283 | 2024-06-25T06:32:52.667Z | Downloaded futures-macro v0.3.30 |
284 | 2024-06-25T06:32:52.667Z | Downloaded futures-executor v0.3.30 |
285 | 2024-06-25T06:32:52.670Z | Downloaded usdt-attr-macro v0.5.0 |
286 | 2024-06-25T06:32:52.670Z | Downloaded try-lock v0.2.5 |
287 | 2024-06-25T06:32:52.673Z | Downloaded httpdate v1.0.3 |
288 | 2024-06-25T06:32:52.673Z | Downloaded usdt-macro v0.5.0 |
289 | 2024-06-25T06:32:52.673Z | Downloaded pretty-hex v0.4.1 |
290 | 2024-06-25T06:32:52.676Z | Downloaded anstream v0.6.14 |
291 | 2024-06-25T06:32:52.679Z | Downloaded num-conv v0.1.0 |
292 | 2024-06-25T06:32:52.679Z | Downloaded hostname v0.3.1 |
293 | 2024-06-25T06:32:52.682Z | Downloaded cpufeatures v0.2.12 |
294 | 2024-06-25T06:32:52.682Z | Downloaded clap_lex v0.7.0 |
295 | 2024-06-25T06:32:52.682Z | Downloaded scroll v0.12.0 |
296 | 2024-06-25T06:32:52.686Z | Downloaded rustversion v1.0.17 |
297 | 2024-06-25T06:32:52.689Z | Downloaded fs-err v2.11.0 |
298 | 2024-06-25T06:32:52.689Z | Downloaded terminal_size v0.3.0 |
299 | 2024-06-25T06:32:52.692Z | Downloaded strsim v0.11.1 |
300 | 2024-06-25T06:32:52.692Z | Downloaded serde_urlencoded v0.7.1 |
301 | 2024-06-25T06:32:52.695Z | Downloaded tokio-native-tls v0.3.1 |
302 | 2024-06-25T06:32:52.695Z | Downloaded thiserror-impl v1.0.60 |
303 | 2024-06-25T06:32:52.698Z | Downloaded memmap v0.7.0 |
304 | 2024-06-25T06:32:52.698Z | Downloaded slog-json v2.6.1 |
305 | 2024-06-25T06:32:52.701Z | Downloaded slog-async v2.8.0 |
306 | 2024-06-25T06:32:52.701Z | Downloaded version_check v0.9.4 |
307 | 2024-06-25T06:32:52.704Z | Downloaded num_cpus v1.16.0 |
308 | 2024-06-25T06:32:52.707Z | Downloaded filetime v0.2.23 |
309 | 2024-06-25T06:32:52.707Z | Downloaded thread_local v1.1.8 |
310 | 2024-06-25T06:32:52.709Z | Downloaded heck v0.4.1 |
311 | 2024-06-25T06:32:52.710Z | Downloaded swrite v0.1.0 |
312 | 2024-06-25T06:32:52.713Z | Downloaded take_mut v0.2.2 |
313 | 2024-06-25T06:32:52.713Z | Downloaded strum v0.26.2 |
314 | 2024-06-25T06:32:52.713Z | Downloaded foreign-types v0.3.2 |
315 | 2024-06-25T06:32:52.713Z | Downloaded scroll_derive v0.12.0 |
316 | 2024-06-25T06:32:52.716Z | Downloaded fnv v1.0.7 |
317 | 2024-06-25T06:32:52.716Z | Downloaded bytecount v0.6.8 |
318 | 2024-06-25T06:32:52.716Z | Downloaded openssl-probe v0.1.5 |
319 | 2024-06-25T06:32:52.720Z | Downloaded slab v0.4.9 |
320 | 2024-06-25T06:32:52.720Z | Downloaded serde_spanned v0.6.6 |
321 | 2024-06-25T06:32:52.722Z | Downloaded tabled_derive v0.7.0 |
322 | 2024-06-25T06:32:52.722Z | Downloaded scopeguard v1.2.0 |
323 | 2024-06-25T06:32:52.723Z | Downloaded hyper-tls v0.5.0 |
324 | 2024-06-25T06:32:52.725Z | Downloaded dtrace-parser v0.2.0 |
325 | 2024-06-25T06:32:52.725Z | Downloaded rustls-pemfile v1.0.4 |
326 | 2024-06-25T06:32:52.728Z | Downloaded tinyvec_macros v0.1.1 |
327 | 2024-06-25T06:32:52.728Z | Downloaded bitflags v2.5.0 |
328 | 2024-06-25T06:32:52.731Z | Downloaded once_cell v1.19.0 |
329 | 2024-06-25T06:32:52.734Z | Downloaded tower-service v0.3.2 |
330 | 2024-06-25T06:32:52.737Z | Downloaded strum_macros v0.26.2 |
331 | 2024-06-25T06:32:52.737Z | Downloaded errno v0.3.9 |
332 | 2024-06-25T06:32:52.740Z | Downloaded smallvec v1.13.2 |
333 | 2024-06-25T06:32:52.742Z | Downloaded proc-macro-error-attr v1.0.4 |
334 | 2024-06-25T06:32:52.743Z | Downloaded futures-io v0.3.30 |
335 | 2024-06-25T06:32:52.743Z | Downloaded cargo_metadata v0.18.1 |
336 | 2024-06-25T06:32:52.745Z | Downloaded block-buffer v0.10.4 |
337 | 2024-06-25T06:32:52.745Z | Downloaded futures-channel v0.3.30 |
338 | 2024-06-25T06:32:52.748Z | Downloaded native-tls v0.2.11 |
339 | 2024-06-25T06:32:52.751Z | Downloaded quote v1.0.36 |
340 | 2024-06-25T06:32:52.754Z | Downloaded dirs-next v2.0.0 |
341 | 2024-06-25T06:32:52.754Z | Downloaded thread-id v4.2.1 |
342 | 2024-06-25T06:32:52.754Z | Downloaded percent-encoding v2.3.1 |
343 | 2024-06-25T06:32:52.757Z | Downloaded match_cfg v0.1.0 |
344 | 2024-06-25T06:32:52.757Z | Downloaded lock_api v0.4.12 |
345 | 2024-06-25T06:32:52.759Z | Downloaded futures-core v0.3.30 |
346 | 2024-06-25T06:32:52.759Z | Downloaded signal-hook-registry v1.4.2 |
347 | 2024-06-25T06:32:52.760Z | Downloaded dof v0.3.0 |
348 | 2024-06-25T06:32:52.762Z | Downloaded colorchoice v1.0.1 |
349 | 2024-06-25T06:32:52.762Z | Downloaded thiserror v1.0.60 |
350 | 2024-06-25T06:32:52.766Z | Downloaded plain v0.2.3 |
351 | 2024-06-25T06:32:52.769Z | Downloaded time-macros v0.2.18 |
352 | 2024-06-25T06:32:52.772Z | Downloaded slog-bunyan v2.5.0 |
353 | 2024-06-25T06:32:52.772Z | Downloaded mime v0.3.17 |
354 | 2024-06-25T06:32:52.772Z | Downloaded macaddr v1.0.1 |
355 | 2024-06-25T06:32:52.775Z | Downloaded want v0.3.1 |
356 | 2024-06-25T06:32:52.775Z | Downloaded proc-macro2 v1.0.86 |
357 | 2024-06-25T06:32:52.780Z | Downloaded pest_generator v2.7.10 |
358 | 2024-06-25T06:32:52.780Z | Downloaded xattr v1.3.1 |
359 | 2024-06-25T06:32:52.782Z | Downloaded toml_datetime v0.6.6 |
360 | 2024-06-25T06:32:52.782Z | Downloaded tar v0.4.40 |
361 | 2024-06-25T06:32:52.785Z | Downloaded usdt-impl v0.5.0 |
362 | 2024-06-25T06:32:52.785Z | Downloaded cargo_toml v0.20.2 |
363 | 2024-06-25T06:32:52.788Z | Downloaded serde_derive v1.0.203 |
364 | 2024-06-25T06:32:52.791Z | Downloaded deranged v0.3.11 |
365 | 2024-06-25T06:32:52.791Z | Downloaded clap_derive v4.5.4 |
366 | 2024-06-25T06:32:52.794Z | Downloaded unicode-ident v1.0.12 |
367 | 2024-06-25T06:32:52.797Z | Downloaded usdt v0.5.0 |
368 | 2024-06-25T06:32:52.797Z | Downloaded term v0.7.0 |
369 | 2024-06-25T06:32:52.800Z | Downloaded pest_derive v2.7.10 |
370 | 2024-06-25T06:32:52.803Z | Downloaded utf8parse v0.2.1 |
371 | 2024-06-25T06:32:52.808Z | Downloaded ucd-trie v0.1.6 |
372 | 2024-06-25T06:32:52.808Z | Downloaded unicode-width v0.1.12 |
373 | 2024-06-25T06:32:52.811Z | Downloaded slog-term v2.9.1 |
374 | 2024-06-25T06:32:52.811Z | Downloaded httparse v1.8.0 |
375 | 2024-06-25T06:32:52.811Z | Downloaded sha2 v0.10.8 |
376 | 2024-06-25T06:32:52.814Z | Downloaded zerocopy-derive v0.7.34 |
377 | 2024-06-25T06:32:52.817Z | Downloaded ryu v1.0.18 |
378 | 2024-06-25T06:32:52.820Z | Downloaded parking_lot v0.12.2 |
379 | 2024-06-25T06:32:52.823Z | Downloaded futures v0.3.30 |
380 | 2024-06-25T06:32:52.827Z | Downloaded toml v0.8.13 |
381 | 2024-06-25T06:32:52.831Z | Downloaded socket2 v0.5.7 |
382 | 2024-06-25T06:32:52.833Z | Downloaded crossbeam-utils v0.8.19 |
383 | 2024-06-25T06:32:52.836Z | Downloaded slog v2.7.0 |
384 | 2024-06-25T06:32:52.839Z | Downloaded ipnet v2.9.0 |
385 | 2024-06-25T06:32:52.842Z | Downloaded typenum v1.17.0 |
386 | 2024-06-25T06:32:52.845Z | Downloaded parking_lot_core v0.9.10 |
387 | 2024-06-25T06:32:52.845Z | Downloaded papergrid v0.11.0 |
388 | 2024-06-25T06:32:52.850Z | Downloaded indexmap v2.2.6 |
389 | 2024-06-25T06:32:52.854Z | Downloaded log v0.4.21 |
390 | 2024-06-25T06:32:52.857Z | Downloaded tracing v0.1.40 |
391 | 2024-06-25T06:32:52.861Z | Downloaded clap v4.5.4 |
392 | 2024-06-25T06:32:52.870Z | Downloaded unicode-bidi v0.3.15 |
393 | 2024-06-25T06:32:52.873Z | Downloaded url v2.5.0 |
394 | 2024-06-25T06:32:52.876Z | Downloaded openssl-sys v0.9.102 |
395 | 2024-06-25T06:32:52.881Z | Downloaded serde v1.0.203 |
396 | 2024-06-25T06:32:52.884Z | Downloaded flate2 v1.0.30 |
397 | 2024-06-25T06:32:52.889Z | Downloaded cc v1.0.97 |
398 | 2024-06-25T06:32:52.893Z | Downloaded toml_edit v0.22.13 |
399 | 2024-06-25T06:32:52.915Z | Downloaded memchr v2.7.2 |
400 | 2024-06-25T06:32:52.920Z | Downloaded unicode-normalization v0.1.23 |
401 | 2024-06-25T06:32:52.923Z | Downloaded mio v0.8.11 |
402 | 2024-06-25T06:32:52.929Z | Downloaded http v0.2.12 |
403 | 2024-06-25T06:32:52.932Z | Downloaded zerocopy v0.7.34 |
404 | 2024-06-25T06:32:52.949Z | Downloaded tokio-util v0.7.11 |
405 | 2024-06-25T06:32:52.955Z | Downloaded winnow v0.6.8 |
406 | 2024-06-25T06:32:52.963Z | Downloaded serde_json v1.0.117 |
407 | 2024-06-25T06:32:52.970Z | Downloaded clap_builder v4.5.2 |
408 | 2024-06-25T06:32:52.977Z | Downloaded hashbrown v0.14.5 |
409 | 2024-06-25T06:32:52.982Z | Downloaded h2 v0.3.26 |
410 | 2024-06-25T06:32:52.988Z | Downloaded vcpkg v0.2.15 |
411 | 2024-06-25T06:32:53.027Z | Downloaded hyper v0.14.28 |
412 | 2024-06-25T06:32:53.034Z | Downloaded syn v2.0.68 |
413 | 2024-06-25T06:32:53.045Z | Downloaded syn v1.0.109 |
414 | 2024-06-25T06:32:53.055Z | Downloaded rustix v0.38.34 |
415 | 2024-06-25T06:32:53.077Z | Downloaded openssl v0.10.64 |
416 | 2024-06-25T06:32:53.085Z | Downloaded tokio v1.37.0 |
417 | 2024-06-25T06:32:53.120Z | Downloaded idna v0.5.0 |
418 | 2024-06-25T06:32:53.126Z | Downloaded futures-util v0.3.30 |
419 | 2024-06-25T06:32:53.137Z | Downloaded tabled v0.15.0 |
420 | 2024-06-25T06:32:53.152Z | Downloaded goblin v0.8.2 |
421 | 2024-06-25T06:32:53.157Z | Downloaded libc v0.2.155 |
422 | 2024-06-25T06:32:53.183Z | Downloaded time v0.3.36 |
423 | 2024-06-25T06:32:53.189Z | Downloaded reqwest v0.11.27 |
424 | 2024-06-25T06:32:53.196Z | Downloaded pest v2.7.10 |
425 | 2024-06-25T06:32:53.203Z | Downloaded crossbeam-channel v0.5.12 |
426 | 2024-06-25T06:32:53.205Z | Downloaded tracing-core v0.1.32 |
427 | 2024-06-25T06:32:53.208Z | Downloaded encoding_rs v0.8.34 |
428 | 2024-06-25T06:32:53.226Z | Downloaded bytes v1.6.0 |
429 | 2024-06-25T06:32:53.229Z | Downloaded base64 v0.21.7 |
430 | 2024-06-25T06:32:53.233Z | Downloaded tinyvec v1.6.0 |
431 | 2024-06-25T06:32:53.236Z | Downloaded serde_tokenstream v0.2.0 |
432 | 2024-06-25T06:32:53.238Z | Downloaded crc32fast v1.4.0 |
433 | 2024-06-25T06:32:53.243Z | Downloaded miniz_oxide v0.7.2 |
434 | 2024-06-25T06:32:53.245Z | Downloaded tokio-macros v2.2.0 |
435 | 2024-06-25T06:32:53.245Z | Downloaded semver v1.0.23 |
436 | 2024-06-25T06:32:53.245Z | Downloaded pest_meta v2.7.10 |
437 | 2024-06-25T06:32:53.248Z | Downloaded camino v1.1.7 |
438 | 2024-06-25T06:32:53.248Z | Downloaded heck v0.5.0 |
439 | 2024-06-25T06:32:53.251Z | Downloaded form_urlencoded v1.2.1 |
440 | 2024-06-25T06:32:53.251Z | Downloaded generic-array v0.14.7 |
441 | 2024-06-25T06:32:53.251Z | Downloaded futures-sink v0.3.30 |
442 | 2024-06-25T06:32:53.254Z | Downloaded byteorder v1.5.0 |
443 | 2024-06-25T06:32:53.254Z | Downloaded anyhow v1.0.86 |
444 | 2024-06-25T06:32:53.256Z | Downloaded pin-utils v0.1.0 |
445 | 2024-06-25T06:32:53.259Z | Downloaded itoa v1.0.11 |
446 | 2024-06-25T06:32:53.259Z | Downloaded http-body v0.4.6 |
447 | 2024-06-25T06:32:53.262Z | Downloaded crypto-common v0.1.6 |
448 | 2024-06-25T06:32:53.262Z | Downloaded dirs-sys-next v0.1.2 |
449 | 2024-06-25T06:32:53.262Z | Downloaded is_terminal_polyfill v1.70.0 |
450 | 2024-06-25T06:32:53.262Z | Downloaded cfg-if v1.0.0 |
451 | 2024-06-25T06:32:53.265Z | Downloaded cargo-platform v0.1.8 |
452 | 2024-06-25T06:32:53.265Z | Downloaded pkg-config v0.3.30 |
453 | 2024-06-25T06:32:53.268Z | Downloaded anstyle-query v1.0.3 |
454 | 2024-06-25T06:32:53.577Z | Compiling proc-macro2 v1.0.86 |
455 | 2024-06-25T06:32:53.577Z | Compiling unicode-ident v1.0.12 |
456 | 2024-06-25T06:32:53.577Z | Compiling libc v0.2.155 |
457 | 2024-06-25T06:32:53.580Z | Compiling version_check v0.9.4 |
458 | 2024-06-25T06:32:53.580Z | Compiling cfg-if v1.0.0 |
459 | 2024-06-25T06:32:53.580Z | Compiling once_cell v1.19.0 |
460 | 2024-06-25T06:32:53.580Z | Compiling itoa v1.0.11 |
461 | 2024-06-25T06:32:53.613Z | Compiling serde v1.0.203 |
462 | 2024-06-25T06:32:53.755Z | Compiling autocfg v1.3.0 |
463 | 2024-06-25T06:32:53.838Z | Compiling memchr v2.7.2 |
464 | 2024-06-25T06:32:53.940Z | Compiling thiserror v1.0.60 |
465 | 2024-06-25T06:32:54.108Z | Compiling ryu v1.0.18 |
466 | 2024-06-25T06:32:54.406Z | Compiling pin-project-lite v0.2.14 |
467 | 2024-06-25T06:32:54.459Z | Compiling bitflags v2.5.0 |
468 | 2024-06-25T06:32:54.507Z | Compiling cc v1.0.97 |
469 | 2024-06-25T06:32:54.619Z | Compiling lock_api v0.4.12 |
470 | 2024-06-25T06:32:54.779Z | Compiling ucd-trie v0.1.6 |
471 | 2024-06-25T06:32:55.213Z | Compiling pkg-config v0.3.30 |
472 | 2024-06-25T06:32:55.232Z | Compiling vcpkg v0.2.15 |
473 | 2024-06-25T06:32:56.313Z | Compiling parking_lot_core v0.9.10 |
474 | 2024-06-25T06:32:56.740Z | Compiling slab v0.4.9 |
475 | 2024-06-25T06:32:56.972Z | Compiling openssl-sys v0.9.102 |
476 | 2024-06-25T06:32:56.979Z | Compiling futures-core v0.3.30 |
477 | 2024-06-25T06:32:57.121Z | Compiling futures-sink v0.3.30 |
478 | 2024-06-25T06:32:57.178Z | Compiling bytes v1.6.0 |
479 | 2024-06-25T06:32:57.182Z | Compiling smallvec v1.13.2 |
480 | 2024-06-25T06:32:57.224Z | Compiling scopeguard v1.2.0 |
481 | 2024-06-25T06:32:57.408Z | Compiling byteorder v1.5.0 |
482 | 2024-06-25T06:32:57.607Z | Compiling equivalent v1.0.1 |
483 | 2024-06-25T06:32:57.636Z | Compiling serde_json v1.0.117 |
484 | 2024-06-25T06:32:57.720Z | Compiling fnv v1.0.7 |
485 | 2024-06-25T06:32:57.773Z | Compiling log v0.4.21 |
486 | 2024-06-25T06:32:57.847Z | Compiling hashbrown v0.14.5 |
487 | 2024-06-25T06:32:57.998Z | Compiling quote v1.0.36 |
488 | 2024-06-25T06:32:58.117Z | Compiling futures-channel v0.3.30 |
489 | 2024-06-25T06:32:58.318Z | Compiling syn v2.0.68 |
490 | 2024-06-25T06:32:58.578Z | Compiling socket2 v0.5.7 |
491 | 2024-06-25T06:32:58.683Z | Compiling mio v0.8.11 |
492 | 2024-06-25T06:32:58.910Z | Compiling parking_lot v0.12.2 |
493 | 2024-06-25T06:32:59.050Z | Compiling indexmap v2.2.6 |
494 | 2024-06-25T06:32:59.126Z | Compiling signal-hook-registry v1.4.2 |
495 | 2024-06-25T06:32:59.198Z | Compiling num_cpus v1.16.0 |
496 | 2024-06-25T06:32:59.326Z | Compiling typenum v1.17.0 |
497 | 2024-06-25T06:32:59.549Z | Compiling rustix v0.38.34 |
498 | 2024-06-25T06:32:59.789Z | Compiling pin-utils v0.1.0 |
499 | 2024-06-25T06:32:59.889Z | Compiling futures-task v0.3.30 |
500 | 2024-06-25T06:32:59.928Z | Compiling futures-io v0.3.30 |
501 | 2024-06-25T06:33:00.229Z | Compiling errno v0.3.9 |
502 | 2024-06-25T06:33:00.232Z | Compiling generic-array v0.14.7 |
503 | 2024-06-25T06:33:00.274Z | Compiling slog v2.7.0 |
504 | 2024-06-25T06:33:00.277Z | Compiling foreign-types-shared v0.1.1 |
505 | 2024-06-25T06:33:00.318Z | Compiling openssl v0.10.64 |
506 | 2024-06-25T06:33:00.428Z | Compiling foreign-types v0.3.2 |
507 | 2024-06-25T06:33:00.617Z | Compiling http v0.2.12 |
508 | 2024-06-25T06:33:00.670Z | Compiling usdt-impl v0.5.0 |
509 | 2024-06-25T06:33:00.800Z | Compiling proc-macro-error-attr v1.0.4 |
510 | 2024-06-25T06:33:00.947Z | Compiling tracing-core v0.1.32 |
511 | 2024-06-25T06:33:01.033Z | Compiling syn v1.0.109 |
512 | 2024-06-25T06:33:01.282Z | Compiling powerfmt v0.2.0 |
513 | 2024-06-25T06:33:01.647Z | Compiling time-core v0.1.2 |
514 | 2024-06-25T06:33:01.689Z | Compiling native-tls v0.2.11 |
515 | 2024-06-25T06:33:01.781Z | Compiling httparse v1.8.0 |
516 | 2024-06-25T06:33:01.828Z | Compiling num-conv v0.1.0 |
517 | 2024-06-25T06:33:01.982Z | Compiling tinyvec_macros v0.1.1 |
518 | 2024-06-25T06:33:02.061Z | Compiling tinyvec v1.6.0 |
519 | 2024-06-25T06:33:02.097Z | Compiling time-macros v0.2.18 |
520 | 2024-06-25T06:33:02.320Z | Compiling tracing v0.1.40 |
521 | 2024-06-25T06:33:02.796Z | Compiling deranged v0.3.11 |
522 | 2024-06-25T06:33:02.958Z | Compiling thread-id v4.2.1 |
523 | 2024-06-25T06:33:03.234Z | Compiling proc-macro-error v1.0.4 |
524 | 2024-06-25T06:33:03.351Z | Compiling percent-encoding v2.3.1 |
525 | 2024-06-25T06:33:03.534Z | Compiling rustversion v1.0.17 |
526 | 2024-06-25T06:33:03.613Z | Compiling try-lock v0.2.5 |
527 | 2024-06-25T06:33:03.724Z | Compiling crossbeam-utils v0.8.19 |
528 | 2024-06-25T06:33:03.756Z | Compiling openssl-probe v0.1.5 |
529 | 2024-06-25T06:33:03.962Z | Compiling num_threads v0.1.7 |
530 | 2024-06-25T06:33:04.145Z | Compiling heck v0.4.1 |
531 | 2024-06-25T06:33:04.164Z | Compiling utf8parse v0.2.1 |
532 | 2024-06-25T06:33:04.246Z | Compiling plain v0.2.3 |
533 | 2024-06-25T06:33:04.328Z | Compiling anstyle-parse v0.2.4 |
534 | 2024-06-25T06:33:04.412Z | Compiling want v0.3.1 |
535 | 2024-06-25T06:33:04.458Z | Compiling form_urlencoded v1.2.1 |
536 | 2024-06-25T06:33:04.657Z | Compiling unicode-normalization v0.1.23 |
537 | 2024-06-25T06:33:04.767Z | Compiling http-body v0.4.6 |
538 | 2024-06-25T06:33:05.214Z | Compiling dirs-sys-next v0.1.2 |
539 | 2024-06-25T06:33:05.415Z | Compiling unicode-bidi v0.3.15 |
540 | 2024-06-25T06:33:05.598Z | Compiling tower-service v0.3.2 |
541 | 2024-06-25T06:33:05.686Z | Compiling pretty-hex v0.4.1 |
542 | 2024-06-25T06:33:05.712Z | Compiling semver v1.0.23 |
543 | 2024-06-25T06:33:05.715Z | Compiling time v0.3.36 |
544 | 2024-06-25T06:33:05.760Z | Compiling anstyle-query v1.0.3 |
545 | 2024-06-25T06:33:05.828Z | Compiling colorchoice v1.0.1 |
546 | 2024-06-25T06:33:05.893Z | Compiling winnow v0.6.8 |
547 | 2024-06-25T06:33:05.920Z | Compiling camino v1.1.7 |
548 | 2024-06-25T06:33:05.988Z | Compiling crc32fast v1.4.0 |
549 | 2024-06-25T06:33:06.197Z | Compiling httpdate v1.0.3 |
550 | 2024-06-25T06:33:06.478Z | Compiling is_terminal_polyfill v1.70.0 |
551 | 2024-06-25T06:33:06.538Z | Compiling anstyle v1.0.7 |
552 | 2024-06-25T06:33:06.747Z | Compiling idna v0.5.0 |
553 | 2024-06-25T06:33:06.920Z | Compiling anstream v0.6.14 |
554 | 2024-06-25T06:33:06.959Z | Compiling dirs-next v2.0.0 |
555 | 2024-06-25T06:33:08.345Z | Compiling block-buffer v0.10.4 |
556 | 2024-06-25T06:33:08.397Z | Compiling crypto-common v0.1.6 |
557 | 2024-06-25T06:33:08.476Z | Compiling terminal_size v0.3.0 |
558 | 2024-06-25T06:33:08.603Z | Compiling fs-err v2.11.0 |
559 | 2024-06-25T06:33:08.640Z | Compiling thread_local v1.1.8 |
560 | 2024-06-25T06:33:08.687Z | Compiling slog-async v2.8.0 |
561 | 2024-06-25T06:33:08.711Z | Compiling heck v0.5.0 |
562 | 2024-06-25T06:33:08.857Z | Compiling adler v1.0.2 |
563 | 2024-06-25T06:33:09.090Z | Compiling match_cfg v0.1.0 |
564 | 2024-06-25T06:33:09.178Z | Compiling clap_lex v0.7.0 |
565 | 2024-06-25T06:33:09.202Z | Compiling anyhow v1.0.86 |
566 | 2024-06-25T06:33:09.225Z | Compiling unicode-width v0.1.12 |
567 | 2024-06-25T06:33:09.248Z | Compiling strsim v0.11.1 |
568 | 2024-06-25T06:33:09.440Z | Compiling base64 v0.21.7 |
569 | 2024-06-25T06:33:09.626Z | Compiling bytecount v0.6.8 |
570 | 2024-06-25T06:33:09.671Z | Compiling clap_builder v4.5.2 |
571 | 2024-06-25T06:33:09.815Z | Compiling papergrid v0.11.0 |
572 | 2024-06-25T06:33:09.843Z | Compiling hostname v0.3.1 |
573 | 2024-06-25T06:33:09.943Z | Compiling rustls-pemfile v1.0.4 |
574 | 2024-06-25T06:33:10.079Z | Compiling miniz_oxide v0.7.2 |
575 | 2024-06-25T06:33:10.202Z | Compiling digest v0.10.7 |
576 | 2024-06-25T06:33:10.328Z | Compiling crossbeam-channel v0.5.12 |
577 | 2024-06-25T06:33:10.372Z | Compiling url v2.5.0 |
578 | 2024-06-25T06:33:10.590Z | Compiling term v0.7.0 |
579 | 2024-06-25T06:33:10.857Z | Compiling serde_derive v1.0.203 |
580 | 2024-06-25T06:33:11.348Z | Compiling thiserror-impl v1.0.60 |
581 | 2024-06-25T06:33:11.496Z | Compiling zerocopy-derive v0.7.34 |
582 | 2024-06-25T06:33:11.654Z | Compiling tokio-macros v2.2.0 |
583 | 2024-06-25T06:33:12.230Z | Compiling futures-macro v0.3.30 |
584 | 2024-06-25T06:33:12.298Z | Compiling scroll_derive v0.12.0 |
585 | 2024-06-25T06:33:13.420Z | Compiling tokio v1.37.0 |
586 | 2024-06-25T06:33:13.866Z | Compiling openssl-macros v0.1.1 |
587 | 2024-06-25T06:33:13.893Z | Compiling zerocopy v0.7.34 |
588 | 2024-06-25T06:33:14.138Z | Compiling scroll v0.12.0 |
589 | 2024-06-25T06:33:14.358Z | Compiling futures-util v0.3.30 |
590 | 2024-06-25T06:33:14.719Z | Compiling goblin v0.8.2 |
591 | 2024-06-25T06:33:14.830Z | Compiling pest v2.7.10 |
592 | 2024-06-25T06:33:15.504Z | Compiling tabled_derive v0.7.0 |
593 | 2024-06-25T06:33:17.784Z | Compiling pest_meta v2.7.10 |
594 | 2024-06-25T06:33:18.104Z | Compiling strum_macros v0.26.2 |
595 | 2024-06-25T06:33:19.559Z | Compiling pest_generator v2.7.10 |
596 | 2024-06-25T06:33:21.611Z | Compiling tokio-util v0.7.11 |
597 | 2024-06-25T06:33:23.009Z | Compiling h2 v0.3.26 |
598 | 2024-06-25T06:33:23.214Z | Compiling pest_derive v2.7.10 |
599 | 2024-06-25T06:33:23.535Z | Compiling futures-executor v0.3.30 |
600 | 2024-06-25T06:33:24.075Z | Compiling dtrace-parser v0.2.0 |
601 | 2024-06-25T06:33:24.153Z | Compiling tokio-native-tls v0.3.1 |
602 | 2024-06-25T06:33:24.178Z | Compiling clap_derive v4.5.4 |
603 | 2024-06-25T06:33:24.782Z | Compiling xattr v1.3.1 |
604 | 2024-06-25T06:33:25.074Z | Compiling memmap v0.7.0 |
605 | 2024-06-25T06:33:25.292Z | Compiling filetime v0.2.23 |
606 | 2024-06-25T06:33:25.406Z | Compiling is-terminal v0.4.12 |
607 | 2024-06-25T06:33:25.531Z | Compiling encoding_rs v0.8.34 |
608 | 2024-06-25T06:33:25.648Z | Compiling cpufeatures v0.2.12 |
609 | 2024-06-25T06:33:25.757Z | Compiling ipnet v2.9.0 |
610 | 2024-06-25T06:33:26.271Z | Compiling toml_datetime v0.6.6 |
611 | 2024-06-25T06:33:26.890Z | Compiling serde_tokenstream v0.2.0 |
612 | 2024-06-25T06:33:27.051Z | Compiling serde_spanned v0.6.6 |
613 | 2024-06-25T06:33:27.289Z | Compiling toml_edit v0.22.13 |
614 | 2024-06-25T06:33:27.408Z | Compiling hyper v0.14.28 |
615 | 2024-06-25T06:33:28.671Z | Compiling dof v0.3.0 |
616 | 2024-06-25T06:33:29.695Z | Compiling slog-json v2.6.1 |
617 | 2024-06-25T06:33:29.721Z | Compiling cargo-platform v0.1.8 |
618 | 2024-06-25T06:33:30.183Z | Compiling serde_urlencoded v0.7.1 |
619 | 2024-06-25T06:33:30.481Z | Compiling toml v0.8.13 |
620 | 2024-06-25T06:33:30.947Z | Compiling usdt-macro v0.5.0 |
621 | 2024-06-25T06:33:31.104Z | Compiling usdt-attr-macro v0.5.0 |
622 | 2024-06-25T06:33:31.598Z | Compiling hyper-tls v0.5.0 |
623 | 2024-06-25T06:33:31.679Z | Compiling sync_wrapper v0.1.2 |
624 | 2024-06-25T06:33:31.704Z | Compiling take_mut v0.2.2 |
625 | 2024-06-25T06:33:31.815Z | Compiling mime v0.3.17 |
626 | 2024-06-25T06:33:31.912Z | Compiling cargo_toml v0.20.2 |
627 | 2024-06-25T06:33:32.226Z | Compiling reqwest v0.11.27 |
628 | 2024-06-25T06:33:32.276Z | Compiling cargo_metadata v0.18.1 |
629 | 2024-06-25T06:33:32.436Z | Compiling slog-bunyan v2.5.0 |
630 | 2024-06-25T06:33:32.571Z | Compiling usdt v0.5.0 |
631 | 2024-06-25T06:33:32.640Z | Compiling clap v4.5.4 |
632 | 2024-06-25T06:33:32.756Z | Compiling macaddr v1.0.1 |
633 | 2024-06-25T06:33:33.082Z | Compiling sha2 v0.10.8 |
634 | 2024-06-25T06:33:33.107Z | Compiling slog-term v2.9.1 |
635 | 2024-06-25T06:33:33.217Z | Compiling tar v0.4.40 |
636 | 2024-06-25T06:33:33.690Z | Compiling flate2 v1.0.30 |
637 | 2024-06-25T06:33:34.436Z | Compiling futures v0.3.30 |
638 | 2024-06-25T06:33:34.558Z | Compiling strum v0.26.2 |
639 | 2024-06-25T06:33:34.684Z | Compiling tabled v0.15.0 |
640 | 2024-06-25T06:33:35.380Z | Compiling swrite v0.1.0 |
641 | 2024-06-25T06:33:35.508Z | Compiling md5 v0.7.0 |
642 | 2024-06-25T06:33:39.578Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
643 | 2024-06-25T06:33:46.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
644 | 2024-06-25T06:33:47.175Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
645 | 2024-06-25T06:33:47.236Z | Jun 25 06:33:46.441 INFO Starting download, target: Clickhouse |
646 | 2024-06-25T06:33:47.236Z | Jun 25 06:33:46.441 INFO Starting download, target: Cockroach |
647 | 2024-06-25T06:33:47.236Z | Jun 25 06:33:46.441 INFO Starting download, target: Console |
648 | 2024-06-25T06:33:47.236Z | Jun 25 06:33:46.441 INFO Starting download, target: DendriteOpenapi |
649 | 2024-06-25T06:33:47.239Z | Jun 25 06:33:46.441 INFO Starting download, target: DendriteStub |
650 | 2024-06-25T06:33:47.239Z | Jun 25 06:33:46.441 INFO Starting download, target: MaghemiteMgd |
651 | 2024-06-25T06:33:47.239Z | Jun 25 06:33:46.441 INFO Starting download, target: TransceiverControl |
652 | 2024-06-25T06:33:47.239Z | Jun 25 06:33:46.442 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
653 | 2024-06-25T06:33:47.240Z | Jun 25 06:33:46.442 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
654 | 2024-06-25T06:33:47.240Z | Jun 25 06:33:46.442 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
655 | 2024-06-25T06:33:47.240Z | Jun 25 06:33:46.442 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
656 | 2024-06-25T06:33:47.240Z | Jun 25 06:33:46.442 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
657 | 2024-06-25T06:33:47.240Z | Jun 25 06:33:46.442 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
658 | 2024-06-25T06:33:47.240Z | Jun 25 06:33:46.442 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
659 | 2024-06-25T06:33:47.377Z | Jun 25 06:33:46.582 INFO Download complete, target: DendriteOpenapi |
660 | 2024-06-25T06:33:47.594Z | Jun 25 06:33:46.786 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
661 | 2024-06-25T06:33:47.808Z | Jun 25 06:33:47.011 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
662 | 2024-06-25T06:33:47.854Z | Jun 25 06:33:47.059 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
663 | 2024-06-25T06:33:47.990Z | Jun 25 06:33:47.195 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
664 | 2024-06-25T06:33:48.257Z | Jun 25 06:33:47.462 INFO Download complete, target: Console |
665 | 2024-06-25T06:33:48.406Z | Jun 25 06:33:47.611 INFO Download complete, target: TransceiverControl |
666 | 2024-06-25T06:33:49.902Z | Jun 25 06:33:49.105 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
667 | 2024-06-25T06:33:50.257Z | Jun 25 06:33:49.462 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
668 | 2024-06-25T06:33:50.257Z | Jun 25 06:33:49.462 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
669 | 2024-06-25T06:33:51.211Z | Jun 25 06:33:50.416 INFO Download complete, target: DendriteStub |
670 | 2024-06-25T06:33:51.597Z | Jun 25 06:33:50.802 INFO Download complete, target: MaghemiteMgd |
671 | 2024-06-25T06:33:58.992Z | Jun 25 06:33:58.195 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
672 | 2024-06-25T06:33:59.332Z | Jun 25 06:33:58.535 INFO Checking that binary works, target: Cockroach |
673 | 2024-06-25T06:33:59.583Z | Jun 25 06:33:58.786 INFO Download complete, target: Cockroach |
674 | 2024-06-25T06:34:04.816Z | Jun 25 06:34:04.018 INFO Checking that binary works, target: Clickhouse |
675 | 2024-06-25T06:34:05.375Z | Jun 25 06:34:04.577 INFO Download complete, target: Clickhouse |
676 | 2024-06-25T06:34:05.382Z | All prerequisites installed successfully |
677 | 2024-06-25T06:34:05.385Z | |
678 | 2024-06-25T06:34:05.385Z | real 2:54.570940663 |
679 | 2024-06-25T06:34:05.385Z | user 5:48.261947751 |
680 | 2024-06-25T06:34:05.386Z | sys 1:17.471787273 |
681 | 2024-06-25T06:34:05.386Z | trap 0.230041059 |
682 | 2024-06-25T06:34:05.386Z | tflt 5.358224588 |
683 | 2024-06-25T06:34:05.386Z | dflt 7.269376001 |
684 | 2024-06-25T06:34:05.386Z | kflt 0.363566648 |
685 | 2024-06-25T06:34:05.386Z | lock 12:59.595250067 |
686 | 2024-06-25T06:34:05.386Z | slp 18:37.076595586 |
687 | 2024-06-25T06:34:05.386Z | lat 17.137055025 |
688 | 2024-06-25T06:34:05.386Z | stop 1:02.848825780 |
689 | 2024-06-25T06:34:05.386Z | + ptime -m cargo xtask download softnpu |
690 | 2024-06-25T06:34:05.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
691 | 2024-06-25T06:34:05.957Z | Running `target/debug/xtask download softnpu` |
692 | 2024-06-25T06:34:05.982Z | Jun 25 06:34:05.184 INFO Starting download, target: Softnpu |
693 | 2024-06-25T06:34:05.985Z | Jun 25 06:34:05.185 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
694 | 2024-06-25T06:34:06.976Z | Jun 25 06:34:06.177 INFO Download complete, target: Softnpu |
695 | 2024-06-25T06:34:06.980Z | |
696 | 2024-06-25T06:34:06.983Z | real 1.590113645 |
697 | 2024-06-25T06:34:06.983Z | user 0.604755725 |
698 | 2024-06-25T06:34:06.983Z | sys 0.298204912 |
699 | 2024-06-25T06:34:06.983Z | trap 0.001178727 |
700 | 2024-06-25T06:34:06.983Z | tflt 0.000080717 |
701 | 2024-06-25T06:34:06.983Z | dflt 0.000164474 |
702 | 2024-06-25T06:34:06.983Z | kflt 0.000000000 |
703 | 2024-06-25T06:34:06.983Z | lock 10.458963662 |
704 | 2024-06-25T06:34:06.983Z | slp 0.932425193 |
705 | 2024-06-25T06:34:06.983Z | lat 0.082319285 |
706 | 2024-06-25T06:34:06.983Z | stop 0.000256099 |
707 | 2024-06-25T06:34:06.983Z | + export CARGO_INCREMENTAL=0 |
708 | 2024-06-25T06:34:06.983Z | + CARGO_INCREMENTAL=0 |
709 | 2024-06-25T06:34:06.983Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
710 | 2024-06-25T06:34:07.525Z | Downloading crates ... |
711 | 2024-06-25T06:34:07.673Z | Downloaded atomicwrites v0.4.3 |
712 | 2024-06-25T06:34:07.681Z | Downloaded aead v0.5.2 |
713 | 2024-06-25T06:34:07.684Z | Downloaded addr2line v0.21.0 |
714 | 2024-06-25T06:34:07.690Z | Downloaded new_debug_unreachable v1.0.6 |
715 | 2024-06-25T06:34:07.692Z | Downloaded bitstruct v0.1.1 |
716 | 2024-06-25T06:34:07.696Z | Downloaded ciborium-io v0.2.2 |
717 | 2024-06-25T06:34:07.699Z | Downloaded newline-converter v0.3.0 |
718 | 2024-06-25T06:34:07.703Z | Downloaded cstr-argument v0.1.2 |
719 | 2024-06-25T06:34:07.706Z | Downloaded oso-derive v0.27.3 |
720 | 2024-06-25T06:34:07.706Z | Downloaded normalize-line-endings v0.3.0 |
721 | 2024-06-25T06:34:07.709Z | Downloaded number_prefix v0.4.0 |
722 | 2024-06-25T06:34:07.709Z | Downloaded nodrop v0.1.14 |
723 | 2024-06-25T06:34:07.711Z | Downloaded derive_builder_macro v0.20.0 |
724 | 2024-06-25T06:34:07.711Z | Downloaded nanorand v0.7.0 |
725 | 2024-06-25T06:34:07.714Z | Downloaded crunchy v0.2.2 |
726 | 2024-06-25T06:34:07.717Z | Downloaded num_enum v0.5.11 |
727 | 2024-06-25T06:34:07.721Z | Downloaded multimap v0.10.0 |
728 | 2024-06-25T06:34:07.723Z | Downloaded predicates-core v1.0.6 |
729 | 2024-06-25T06:34:07.726Z | Downloaded async-stream-impl v0.3.5 |
730 | 2024-06-25T06:34:07.726Z | Downloaded pretty-hex v0.2.1 |
731 | 2024-06-25T06:34:07.729Z | Downloaded path-slash v0.1.5 |
732 | 2024-06-25T06:34:07.729Z | Downloaded precomputed-hash v0.1.1 |
733 | 2024-06-25T06:34:07.729Z | Downloaded opaque-debug v0.3.1 |
734 | 2024-06-25T06:34:07.732Z | Downloaded num-derive v0.4.2 |
735 | 2024-06-25T06:34:07.735Z | Downloaded chacha20 v0.9.1 |
736 | 2024-06-25T06:34:07.735Z | Downloaded num-iter v0.1.45 |
737 | 2024-06-25T06:34:07.738Z | Downloaded num v0.4.3 |
738 | 2024-06-25T06:34:07.738Z | Downloaded newtype-uuid v1.1.0 |
739 | 2024-06-25T06:34:07.740Z | Downloaded mockall v0.12.1 |
740 | 2024-06-25T06:34:07.743Z | Downloaded curve25519-dalek-derive v0.1.1 |
741 | 2024-06-25T06:34:07.743Z | Downloaded cobs v0.2.3 |
742 | 2024-06-25T06:34:07.746Z | Downloaded mime_guess v2.0.4 |
743 | 2024-06-25T06:34:07.749Z | Downloaded parse-size v1.0.0 |
744 | 2024-06-25T06:34:07.749Z | Downloaded portpicker v0.1.1 |
745 | 2024-06-25T06:34:07.752Z | Downloaded num_enum_derive v0.5.11 |
746 | 2024-06-25T06:34:07.752Z | Downloaded bitstruct_derive v0.1.0 |
747 | 2024-06-25T06:34:07.754Z | Downloaded olpc-cjson v0.1.3 |
748 | 2024-06-25T06:34:07.754Z | Downloaded num-integer v0.1.46 |
749 | 2024-06-25T06:34:07.757Z | Downloaded psl-types v2.0.11 |
750 | 2024-06-25T06:34:07.760Z | Downloaded proc-macro-crate v1.3.1 |
751 | 2024-06-25T06:34:07.760Z | Downloaded r2d2 v0.8.10 |
752 | 2024-06-25T06:34:07.763Z | Downloaded quick-error v1.2.3 |
753 | 2024-06-25T06:34:07.763Z | Downloaded ref-cast v1.0.23 |
754 | 2024-06-25T06:34:07.765Z | Downloaded defmt-macros v0.3.9 |
755 | 2024-06-25T06:34:07.769Z | Downloaded pem v3.0.4 |
756 | 2024-06-25T06:34:07.772Z | Downloaded rand_core v0.6.4 |
757 | 2024-06-25T06:34:07.775Z | Downloaded num-complex v0.4.6 |
758 | 2024-06-25T06:34:07.775Z | Downloaded rand_chacha v0.3.1 |
759 | 2024-06-25T06:34:07.777Z | Downloaded multer v3.1.0 |
760 | 2024-06-25T06:34:07.780Z | Downloaded darling_macro v0.20.9 |
761 | 2024-06-25T06:34:07.783Z | Downloaded peg-runtime v0.8.3 |
762 | 2024-06-25T06:34:07.783Z | Downloaded waitgroup v0.1.2 |
763 | 2024-06-25T06:34:07.783Z | Downloaded bit-vec v0.6.3 |
764 | 2024-06-25T06:34:07.786Z | Downloaded vte_generate_state_changes v0.1.1 |
765 | 2024-06-25T06:34:07.786Z | Downloaded omicron-zone-package v0.11.0 |
766 | 2024-06-25T06:34:07.789Z | Downloaded display-error-chain v0.2.0 |
767 | 2024-06-25T06:34:07.792Z | Downloaded postgres-types v0.2.6 |
768 | 2024-06-25T06:34:07.795Z | Downloaded paste v1.0.15 |
769 | 2024-06-25T06:34:07.798Z | Downloaded ppv-lite86 v0.2.17 |
770 | 2024-06-25T06:34:07.801Z | Downloaded parse-display v0.9.0 |
771 | 2024-06-25T06:34:07.803Z | Downloaded peg-macros v0.8.3 |
772 | 2024-06-25T06:34:07.803Z | Downloaded poly1305 v0.8.0 |
773 | 2024-06-25T06:34:07.806Z | Downloaded pin-project-internal v1.1.5 |
774 | 2024-06-25T06:34:07.809Z | Downloaded pkcs8 v0.10.2 |
775 | 2024-06-25T06:34:07.811Z | Downloaded fxhash v0.2.1 |
776 | 2024-06-25T06:34:07.814Z | Downloaded endian-type v0.1.2 |
777 | 2024-06-25T06:34:07.814Z | Downloaded phf_shared v0.11.2 |
778 | 2024-06-25T06:34:07.817Z | Downloaded darling v0.20.9 |
779 | 2024-06-25T06:34:07.822Z | Downloaded nu-ansi-term v0.50.0 |
780 | 2024-06-25T06:34:07.825Z | Downloaded der_derive v0.7.2 |
781 | 2024-06-25T06:34:07.825Z | Downloaded radium v0.7.0 |
782 | 2024-06-25T06:34:07.828Z | Downloaded const_format_proc_macros v0.2.32 |
783 | 2024-06-25T06:34:07.830Z | Downloaded constant_time_eq v0.3.0 |
784 | 2024-06-25T06:34:07.831Z | Downloaded ref-cast-impl v1.0.23 |
785 | 2024-06-25T06:34:07.833Z | Downloaded rand_xorshift v0.3.0 |
786 | 2024-06-25T06:34:07.833Z | Downloaded rand_seeder v0.2.3 |
787 | 2024-06-25T06:34:07.836Z | Downloaded predicates-tree v1.0.9 |
788 | 2024-06-25T06:34:07.836Z | Downloaded float-ord v0.3.2 |
789 | 2024-06-25T06:34:07.839Z | Downloaded fd-lock v4.0.2 |
790 | 2024-06-25T06:34:07.842Z | Downloaded crossbeam-deque v0.8.5 |
791 | 2024-06-25T06:34:07.845Z | Downloaded glob v0.3.1 |
792 | 2024-06-25T06:34:07.845Z | Downloaded platforms v3.4.0 |
793 | 2024-06-25T06:34:07.848Z | Downloaded postcard v1.0.8 |
794 | 2024-06-25T06:34:07.850Z | Downloaded topological-sort v0.2.2 |
795 | 2024-06-25T06:34:07.855Z | Downloaded password-hash v0.5.0 |
796 | 2024-06-25T06:34:07.855Z | Downloaded colored v2.1.0 |
797 | 2024-06-25T06:34:07.858Z | Downloaded impl-trait-for-tuples v0.2.2 |
798 | 2024-06-25T06:34:07.861Z | Downloaded linear-map v1.2.0 |
799 | 2024-06-25T06:34:07.863Z | Downloaded buf-list v1.0.3 |
800 | 2024-06-25T06:34:07.866Z | Downloaded argon2 v0.5.3 |
801 | 2024-06-25T06:34:07.866Z | Downloaded rpassword v7.3.1 |
802 | 2024-06-25T06:34:07.869Z | Downloaded kstat-rs v0.2.4 |
803 | 2024-06-25T06:34:07.869Z | Downloaded matches v0.1.10 |
804 | 2024-06-25T06:34:07.872Z | Downloaded ident_case v1.0.1 |
805 | 2024-06-25T06:34:07.872Z | Downloaded csv-core v0.1.11 |
806 | 2024-06-25T06:34:07.875Z | Downloaded const-oid v0.9.6 |
807 | 2024-06-25T06:34:07.878Z | Downloaded crossbeam-epoch v0.9.18 |
808 | 2024-06-25T06:34:07.881Z | Downloaded slog-dtrace v0.3.0 |
809 | 2024-06-25T06:34:07.881Z | Downloaded subtle v2.5.0 |
810 | 2024-06-25T06:34:07.884Z | Downloaded tls_codec_derive v0.4.1 |
811 | 2024-06-25T06:34:07.887Z | Downloaded strum_macros v0.25.3 |
812 | 2024-06-25T06:34:07.889Z | Downloaded hubpack_derive v0.1.1 |
813 | 2024-06-25T06:34:07.889Z | Downloaded ascii v1.1.0 |
814 | 2024-06-25T06:34:07.892Z | Downloaded sigpipe v0.1.3 |
815 | 2024-06-25T06:34:07.892Z | Downloaded ed25519 v1.5.3 |
816 | 2024-06-25T06:34:07.895Z | Downloaded unicode-xid v0.2.4 |
817 | 2024-06-25T06:34:07.899Z | Downloaded humantime v2.1.0 |
818 | 2024-06-25T06:34:07.899Z | Downloaded getopts v0.2.21 |
819 | 2024-06-25T06:34:08.904Z | Downloaded ciborium v0.2.2 |
820 | 2024-06-25T06:34:08.904Z | Downloaded camino-tempfile v1.1.1 |
821 | 2024-06-25T06:34:08.908Z | Downloaded bcs v0.1.6 |
822 | 2024-06-25T06:34:08.908Z | Downloaded flagset v0.4.5 |
823 | 2024-06-25T06:34:08.908Z | Downloaded rcgen v0.12.1 |
824 | 2024-06-25T06:34:08.908Z | Downloaded defmt v0.3.8 |
825 | 2024-06-25T06:34:08.908Z | Downloaded headers-core v0.2.0 |
826 | 2024-06-25T06:34:08.908Z | Downloaded console v0.15.8 |
827 | 2024-06-25T06:34:08.908Z | Downloaded maybe-uninit v2.0.0 |
828 | 2024-06-25T06:34:08.908Z | Downloaded maplit v1.0.2 |
829 | 2024-06-25T06:34:08.908Z | Downloaded pin-project v1.1.5 |
830 | 2024-06-25T06:34:08.908Z | Downloaded thiserror-impl-no-std v2.0.2 |
831 | 2024-06-25T06:34:08.908Z | Downloaded termtree v0.4.1 |
832 | 2024-06-25T06:34:08.908Z | Downloaded structmeta-derive v0.3.0 |
833 | 2024-06-25T06:34:08.908Z | Downloaded structmeta-derive v0.2.0 |
834 | 2024-06-25T06:34:08.909Z | Downloaded cookie v0.18.1 |
835 | 2024-06-25T06:34:08.909Z | Downloaded structmeta v0.3.0 |
836 | 2024-06-25T06:34:08.909Z | Downloaded darling_core v0.20.9 |
837 | 2024-06-25T06:34:08.909Z | Downloaded string_cache v0.8.7 |
838 | 2024-06-25T06:34:08.909Z | Downloaded siphasher v0.3.11 |
839 | 2024-06-25T06:34:08.909Z | Downloaded serde_derive_internals v0.29.1 |
840 | 2024-06-25T06:34:08.909Z | Downloaded derive_builder v0.20.0 |
841 | 2024-06-25T06:34:08.909Z | Downloaded downcast v0.11.0 |
842 | 2024-06-25T06:34:08.909Z | Downloaded rtoolbox v0.0.2 |
843 | 2024-06-25T06:34:08.909Z | Downloaded http-range v0.1.5 |
844 | 2024-06-25T06:34:08.909Z | Downloaded hash32 v0.3.1 |
845 | 2024-06-25T06:34:08.909Z | Downloaded getrandom v0.2.14 |
846 | 2024-06-25T06:34:08.909Z | Downloaded libefi-sys v0.1.0 |
847 | 2024-06-25T06:34:08.909Z | Downloaded serde_repr v0.1.19 |
848 | 2024-06-25T06:34:08.909Z | Downloaded cancel-safe-futures v0.1.5 |
849 | 2024-06-25T06:34:08.909Z | Downloaded blake2 v0.10.6 |
850 | 2024-06-25T06:34:08.909Z | Downloaded subprocess v0.2.9 |
851 | 2024-06-25T06:34:08.909Z | Downloaded derive_more v0.99.17 |
852 | 2024-06-25T06:34:08.909Z | Downloaded diesel_table_macro_syntax v0.1.0 |
853 | 2024-06-25T06:34:08.909Z | Downloaded strip-ansi-escapes v0.2.0 |
854 | 2024-06-25T06:34:08.909Z | Downloaded base64 v0.13.1 |
855 | 2024-06-25T06:34:08.909Z | Downloaded tiny-keccak v2.0.2 |
856 | 2024-06-25T06:34:08.909Z | Downloaded rayon-core v1.12.1 |
857 | 2024-06-25T06:34:08.909Z | Downloaded libloading v0.8.3 |
858 | 2024-06-25T06:34:08.909Z | Downloaded serde-big-array v0.5.1 |
859 | 2024-06-25T06:34:08.909Z | Downloaded stringprep v0.1.4 |
860 | 2024-06-25T06:34:08.909Z | Downloaded vsss-rs v3.3.4 |
861 | 2024-06-25T06:34:08.909Z | Downloaded tokio-rustls v0.25.0 |
862 | 2024-06-25T06:34:08.909Z | Downloaded sqlparser_derive v0.2.2 |
863 | 2024-06-25T06:34:08.909Z | Downloaded zeroize v1.7.0 |
864 | 2024-06-25T06:34:08.909Z | Downloaded ron v0.8.1 |
865 | 2024-06-25T06:34:08.909Z | Downloaded hostname v0.4.0 |
866 | 2024-06-25T06:34:08.909Z | Downloaded toolchain_find v0.4.0 |
867 | 2024-06-25T06:34:08.909Z | Downloaded universal-hash v0.5.1 |
868 | 2024-06-25T06:34:08.909Z | Downloaded spin v0.5.2 |
869 | 2024-06-25T06:34:08.909Z | Downloaded smawk v0.3.2 |
870 | 2024-06-25T06:34:08.909Z | Downloaded publicsuffix v2.2.3 |
871 | 2024-06-25T06:34:08.909Z | Downloaded indoc v1.0.9 |
872 | 2024-06-25T06:34:08.909Z | Downloaded num-bigint v0.4.5 |
873 | 2024-06-25T06:34:08.910Z | Downloaded serde-big-array v0.4.1 |
874 | 2024-06-25T06:34:08.910Z | Downloaded indoc v2.0.5 |
875 | 2024-06-25T06:34:08.910Z | Downloaded fragile v2.0.0 |
876 | 2024-06-25T06:34:08.910Z | Downloaded termios v0.3.3 |
877 | 2024-06-25T06:34:08.910Z | Downloaded spki v0.7.3 |
878 | 2024-06-25T06:34:08.910Z | Downloaded ron v0.7.1 |
879 | 2024-06-25T06:34:08.910Z | Downloaded memoffset v0.9.1 |
880 | 2024-06-25T06:34:08.910Z | Downloaded rustc_version v0.4.0 |
881 | 2024-06-25T06:34:08.910Z | Downloaded rustc_version v0.1.7 |
882 | 2024-06-25T06:34:08.910Z | Downloaded zone_cfg_derive v0.1.2 |
883 | 2024-06-25T06:34:08.910Z | Downloaded resolv-conf v0.7.0 |
884 | 2024-06-25T06:34:08.910Z | Downloaded half v2.4.1 |
885 | 2024-06-25T06:34:08.910Z | Downloaded ff v0.13.0 |
886 | 2024-06-25T06:34:08.910Z | Downloaded rustc-hash v1.1.0 |
887 | 2024-06-25T06:34:08.910Z | Downloaded rand v0.8.5 |
888 | 2024-06-25T06:34:08.910Z | Downloaded prettyplease v0.2.20 |
889 | 2024-06-25T06:34:08.910Z | Downloaded ena v0.14.3 |
890 | 2024-06-25T06:34:08.910Z | Downloaded tracing-attributes v0.1.27 |
891 | 2024-06-25T06:34:08.910Z | Downloaded memmap2 v0.9.4 |
892 | 2024-06-25T06:34:08.910Z | Downloaded test-strategy v0.3.1 |
893 | 2024-06-25T06:34:08.910Z | Downloaded nom v7.1.3 |
894 | 2024-06-25T06:34:08.910Z | Downloaded fatfs v0.3.6 |
895 | 2024-06-25T06:34:08.910Z | Downloaded serde-hex v0.1.0 |
896 | 2024-06-25T06:34:08.910Z | Downloaded foreign-types-shared v0.3.1 |
897 | 2024-06-25T06:34:08.910Z | Downloaded lalrpop-util v0.19.12 |
898 | 2024-06-25T06:34:08.910Z | Downloaded signal-hook v0.3.17 |
899 | 2024-06-25T06:34:08.910Z | Downloaded tokio-postgres v0.7.10 |
900 | 2024-06-25T06:34:08.910Z | Downloaded ipnetwork v0.20.0 |
901 | 2024-06-25T06:34:08.910Z | Downloaded is_ci v1.2.0 |
902 | 2024-06-25T06:34:08.910Z | Downloaded instant v0.1.12 |
903 | 2024-06-25T06:34:08.910Z | Downloaded salty v0.2.0 |
904 | 2024-06-25T06:34:08.910Z | Downloaded rustc-demangle v0.1.24 |
905 | 2024-06-25T06:34:08.910Z | Downloaded supports-color v3.0.0 |
906 | 2024-06-25T06:34:08.910Z | Downloaded env_logger v0.9.3 |
907 | 2024-06-25T06:34:08.910Z | Downloaded embedded-io v0.4.0 |
908 | 2024-06-25T06:34:08.910Z | Downloaded either v1.12.0 |
909 | 2024-06-25T06:34:08.910Z | Downloaded unicode-segmentation v1.11.0 |
910 | 2024-06-25T06:34:08.910Z | Downloaded static_assertions v1.1.0 |
911 | 2024-06-25T06:34:08.911Z | Downloaded backtrace v0.3.71 |
912 | 2024-06-25T06:34:08.911Z | Downloaded hmac v0.12.1 |
913 | 2024-06-25T06:34:08.911Z | Downloaded highway v1.1.0 |
914 | 2024-06-25T06:34:08.911Z | Downloaded shell-words v1.1.0 |
915 | 2024-06-25T06:34:08.911Z | Downloaded stability v0.2.0 |
916 | 2024-06-25T06:34:08.911Z | Downloaded uuid v1.8.0 |
917 | 2024-06-25T06:34:08.911Z | Downloaded walkdir v2.5.0 |
918 | 2024-06-25T06:34:08.911Z | Downloaded termcolor v1.4.1 |
919 | 2024-06-25T06:34:08.911Z | Downloaded semver v0.1.20 |
920 | 2024-06-25T06:34:08.911Z | Downloaded secrecy v0.8.0 |
921 | 2024-06-25T06:34:08.914Z | Downloaded rustfmt-wrapper v0.2.1 |
922 | 2024-06-25T06:34:08.914Z | Downloaded keccak v0.1.5 |
923 | 2024-06-25T06:34:08.914Z | Downloaded float-cmp v0.9.0 |
924 | 2024-06-25T06:34:08.914Z | Downloaded lazy_static v1.4.0 |
925 | 2024-06-25T06:34:08.914Z | Downloaded group v0.13.0 |
926 | 2024-06-25T06:34:08.914Z | Downloaded zeroize_derive v1.4.2 |
927 | 2024-06-25T06:34:08.914Z | Downloaded tabwriter v1.4.0 |
928 | 2024-06-25T06:34:08.914Z | Downloaded strum_macros v0.24.3 |
929 | 2024-06-25T06:34:08.914Z | Downloaded snafu v0.8.2 |
930 | 2024-06-25T06:34:08.914Z | Downloaded socket2 v0.4.10 |
931 | 2024-06-25T06:34:08.914Z | Downloaded rustls-pemfile v2.1.2 |
932 | 2024-06-25T06:34:08.914Z | Downloaded hubpack v0.1.2 |
933 | 2024-06-25T06:34:08.914Z | Downloaded globset v0.4.14 |
934 | 2024-06-25T06:34:08.914Z | Downloaded reedline v0.31.0 |
935 | 2024-06-25T06:34:08.914Z | Downloaded der v0.7.9 |
936 | 2024-06-25T06:34:08.914Z | Downloaded foreign-types v0.5.0 |
937 | 2024-06-25T06:34:08.914Z | Downloaded unsafe-libyaml v0.2.11 |
938 | 2024-06-25T06:34:08.914Z | Downloaded tokio-stream v0.1.15 |
939 | 2024-06-25T06:34:08.915Z | Downloaded hashbrown v0.13.2 |
940 | 2024-06-25T06:34:08.915Z | Downloaded tokio-tungstenite v0.20.1 |
941 | 2024-06-25T06:34:08.915Z | Downloaded tough v0.17.1 |
942 | 2024-06-25T06:34:08.915Z | Downloaded hashbrown v0.12.3 |
943 | 2024-06-25T06:34:08.915Z | Downloaded structmeta v0.2.0 |
944 | 2024-06-25T06:34:08.915Z | Downloaded tempfile v3.10.1 |
945 | 2024-06-25T06:34:08.915Z | Downloaded stable_deref_trait v1.2.0 |
946 | 2024-06-25T06:34:08.915Z | Downloaded http v1.1.0 |
947 | 2024-06-25T06:34:08.915Z | Downloaded trust-dns-server v0.22.1 |
948 | 2024-06-25T06:34:08.915Z | Downloaded slog-scope v4.4.0 |
949 | 2024-06-25T06:34:08.915Z | Downloaded diesel_derives v2.1.4 |
950 | 2024-06-25T06:34:08.915Z | Downloaded slog-envlogger v2.2.0 |
951 | 2024-06-25T06:34:08.915Z | Downloaded sec1 v0.7.3 |
952 | 2024-06-25T06:34:08.915Z | Downloaded rustls-pki-types v1.7.0 |
953 | 2024-06-25T06:34:08.915Z | Downloaded trust-dns-client v0.22.0 |
954 | 2024-06-25T06:34:08.915Z | Downloaded rayon v1.10.0 |
955 | 2024-06-25T06:34:08.915Z | Downloaded toml v0.5.11 |
956 | 2024-06-25T06:34:08.915Z | Downloaded steno v0.4.0 |
957 | 2024-06-25T06:34:08.915Z | Downloaded textwrap v0.16.1 |
958 | 2024-06-25T06:34:08.915Z | Downloaded proptest v1.4.0 |
959 | 2024-06-25T06:34:08.915Z | Downloaded toml v0.7.8 |
960 | 2024-06-25T06:34:08.915Z | Downloaded indicatif v0.17.8 |
961 | 2024-06-25T06:34:08.915Z | Downloaded unicode_categories v0.1.1 |
962 | 2024-06-25T06:34:08.915Z | Downloaded crossterm v0.27.0 |
963 | 2024-06-25T06:34:08.915Z | Downloaded typed-path v0.7.1 |
964 | 2024-06-25T06:34:08.915Z | Downloaded inout v0.1.3 |
965 | 2024-06-25T06:34:08.915Z | Downloaded flume v0.11.0 |
966 | 2024-06-25T06:34:08.915Z | Downloaded zerocopy v0.6.6 |
967 | 2024-06-25T06:34:08.915Z | Downloaded itertools v0.10.5 |
968 | 2024-06-25T06:34:08.915Z | Downloaded quick-xml v0.31.0 |
969 | 2024-06-25T06:34:08.915Z | Downloaded serde_yaml v0.9.34+deprecated |
970 | 2024-06-25T06:34:08.915Z | Downloaded regex v1.10.4 |
971 | 2024-06-25T06:34:08.915Z | Downloaded elliptic-curve v0.13.8 |
972 | 2024-06-25T06:34:08.915Z | Downloaded libxml v0.3.3 |
973 | 2024-06-25T06:34:08.915Z | Downloaded zip v0.6.6 |
974 | 2024-06-25T06:34:08.915Z | Downloaded rustls-webpki v0.102.4 |
975 | 2024-06-25T06:34:08.916Z | Downloaded heapless v0.8.0 |
976 | 2024-06-25T06:34:08.916Z | Downloaded trust-dns-resolver v0.22.0 |
977 | 2024-06-25T06:34:08.916Z | Downloaded expectorate v1.1.0 |
978 | 2024-06-25T06:34:08.916Z | Downloaded idna v0.3.0 |
979 | 2024-06-25T06:34:08.916Z | Downloaded regex-automata v0.1.10 |
980 | 2024-06-25T06:34:08.916Z | Downloaded gimli v0.28.1 |
981 | 2024-06-25T06:34:08.916Z | Downloaded nix v0.28.0 |
982 | 2024-06-25T06:34:08.916Z | Downloaded diesel v2.1.6 |
983 | 2024-06-25T06:34:08.916Z | Downloaded rustyline v14.0.0 |
984 | 2024-06-25T06:34:08.916Z | Downloaded regex-syntax v0.6.29 |
985 | 2024-06-25T06:34:08.916Z | Downloaded smoltcp v0.9.1 |
986 | 2024-06-25T06:34:08.916Z | Downloaded openapiv3 v2.0.0 |
987 | 2024-06-25T06:34:08.916Z | Downloaded webpki-roots v0.25.4 |
988 | 2024-06-25T06:34:08.916Z | Downloaded serde_with v3.8.1 |
989 | 2024-06-25T06:34:08.916Z | Downloaded ratatui v0.26.2 |
990 | 2024-06-25T06:34:08.916Z | Downloaded winnow v0.5.40 |
991 | 2024-06-25T06:34:08.916Z | Downloaded sled v0.34.7 |
992 | 2024-06-25T06:34:08.916Z | Downloaded rustls-webpki v0.101.7 |
993 | 2024-06-25T06:34:08.916Z | Downloaded itertools v0.12.1 |
994 | 2024-06-25T06:34:08.916Z | Downloaded regex-automata v0.4.6 |
995 | 2024-06-25T06:34:08.916Z | Downloaded petgraph v0.6.5 |
996 | 2024-06-25T06:34:08.916Z | Downloaded regex-syntax v0.8.3 |
997 | 2024-06-25T06:34:08.916Z | Downloaded curve25519-dalek v4.1.2 |
998 | 2024-06-25T06:34:08.916Z | Downloaded lalrpop v0.19.12 |
999 | 2024-06-25T06:34:08.916Z | Downloaded smoltcp v0.11.0 |
1000 | 2024-06-25T06:34:08.916Z | Downloaded chrono v0.4.38 |
1001 | 2024-06-25T06:34:08.916Z | Downloaded hkdf v0.12.4 |
1002 | 2024-06-25T06:34:08.916Z | Downloaded rustls v0.21.12 |
1003 | 2024-06-25T06:34:08.916Z | Downloaded bstr v1.9.1 |
1004 | 2024-06-25T06:34:08.916Z | Downloaded bstr v0.2.17 |
1005 | 2024-06-25T06:34:08.916Z | Downloaded trust-dns-proto v0.22.0 |
1006 | 2024-06-25T06:34:08.916Z | Downloaded rustls v0.22.4 |
1007 | 2024-06-25T06:34:08.916Z | Downloaded regress v0.9.1 |
1008 | 2024-06-25T06:34:08.916Z | Downloaded bitvec v1.0.1 |
1009 | 2024-06-25T06:34:08.916Z | Downloaded bindgen v0.69.4 |
1010 | 2024-06-25T06:34:08.916Z | Downloaded aho-corasick v1.1.3 |
1011 | 2024-06-25T06:34:08.916Z | Downloaded idna v0.2.3 |
1012 | 2024-06-25T06:34:08.917Z | Downloaded polar-core v0.27.3 |
1013 | 2024-06-25T06:34:08.917Z | Downloaded toml_edit v0.19.15 |
1014 | 2024-06-25T06:34:08.917Z | Downloaded x509-cert v0.2.5 |
1015 | 2024-06-25T06:34:08.917Z | Downloaded zerocopy-derive v0.6.6 |
1016 | 2024-06-25T06:34:08.917Z | Downloaded libm v0.2.8 |
1017 | 2024-06-25T06:34:08.917Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1018 | 2024-06-25T06:34:08.917Z | Downloaded radix_trie v0.2.1 |
1019 | 2024-06-25T06:34:08.917Z | Downloaded object v0.32.2 |
1020 | 2024-06-25T06:34:08.917Z | Downloaded finl_unicode v1.2.0 |
1021 | 2024-06-25T06:34:08.920Z | Downloaded object v0.30.4 |
1022 | 2024-06-25T06:34:08.920Z | Downloaded nix v0.27.1 |
1023 | 2024-06-25T06:34:08.920Z | Downloaded ring v0.16.20 |
1024 | 2024-06-25T06:34:08.920Z | Downloaded sha3 v0.10.8 |
1025 | 2024-06-25T06:34:08.923Z | Downloaded csv v1.3.0 |
1026 | 2024-06-25T06:34:08.940Z | Downloaded blake3 v1.5.1 |
1027 | 2024-06-25T06:34:08.947Z | Downloaded sqlparser v0.45.0 |
1028 | 2024-06-25T06:34:08.953Z | Downloaded smallvec v0.6.14 |
1029 | 2024-06-25T06:34:08.955Z | Downloaded erased-serde v0.3.31 |
1030 | 2024-06-25T06:34:08.958Z | Downloaded heapless v0.7.17 |
1031 | 2024-06-25T06:34:08.961Z | Downloaded tungstenite v0.20.1 |
1032 | 2024-06-25T06:34:08.964Z | Downloaded tungstenite v0.21.0 |
1033 | 2024-06-25T06:34:08.966Z | Downloaded portable-atomic v1.6.0 |
1034 | 2024-06-25T06:34:08.971Z | Downloaded thiserror-no-std v2.0.2 |
1035 | 2024-06-25T06:34:08.974Z | Downloaded headers v0.3.9 |
1036 | 2024-06-25T06:34:08.979Z | Downloaded crypto-bigint v0.5.5 |
1037 | 2024-06-25T06:34:08.985Z | Downloaded const_format v0.2.32 |
1038 | 2024-06-25T06:34:08.991Z | Downloaded chacha20poly1305 v0.10.1 |
1039 | 2024-06-25T06:34:08.994Z | Downloaded wyz v0.5.1 |
1040 | 2024-06-25T06:34:08.994Z | Downloaded which v4.4.2 |
1041 | 2024-06-25T06:34:08.994Z | Downloaded uzers v0.11.3 |
1042 | 2024-06-25T06:34:08.997Z | Downloaded utf-8 v0.7.6 |
1043 | 2024-06-25T06:34:08.997Z | Downloaded untrusted v0.7.1 |
1044 | 2024-06-25T06:34:08.997Z | Downloaded tap v1.0.1 |
1045 | 2024-06-25T06:34:09.000Z | Downloaded slog-stdlog v4.1.1 |
1046 | 2024-06-25T06:34:09.000Z | Downloaded env_logger v0.10.2 |
1047 | 2024-06-25T06:34:09.003Z | Downloaded spin v0.9.8 |
1048 | 2024-06-25T06:34:09.006Z | Downloaded hex v0.4.3 |
1049 | 2024-06-25T06:34:09.006Z | Downloaded sha1 v0.10.6 |
1050 | 2024-06-25T06:34:09.009Z | Downloaded sct v0.7.1 |
1051 | 2024-06-25T06:34:09.011Z | Downloaded md-5 v0.10.6 |
1052 | 2024-06-25T06:34:09.014Z | Downloaded diff v0.1.13 |
1053 | 2024-06-25T06:34:09.017Z | Downloaded fastrand v2.1.0 |
1054 | 2024-06-25T06:34:09.017Z | Downloaded snafu-derive v0.8.2 |
1055 | 2024-06-25T06:34:09.017Z | Downloaded yasna v0.5.2 |
1056 | 2024-06-25T06:34:09.021Z | Downloaded similar v2.5.0 |
1057 | 2024-06-25T06:34:09.024Z | Downloaded whoami v1.5.1 |
1058 | 2024-06-25T06:34:09.027Z | Downloaded num-bigint-dig v0.8.4 |
1059 | 2024-06-25T06:34:09.030Z | Downloaded rsa v0.9.6 |
1060 | 2024-06-25T06:34:09.034Z | Downloaded derive-where v1.2.7 |
1061 | 2024-06-25T06:34:09.038Z | Downloaded allocator-api2 v0.2.18 |
1062 | 2024-06-25T06:34:09.041Z | Downloaded scheduled-thread-pool v0.2.7 |
1063 | 2024-06-25T06:34:09.045Z | Downloaded same-file v1.0.6 |
1064 | 2024-06-25T06:34:09.045Z | Downloaded foreign-types-macros v0.2.3 |
1065 | 2024-06-25T06:34:09.045Z | Downloaded samael v0.0.15 |
1066 | 2024-06-25T06:34:09.048Z | Downloaded indexmap v1.9.3 |
1067 | 2024-06-25T06:34:09.051Z | Downloaded iana-time-zone v0.1.60 |
1068 | 2024-06-25T06:34:09.054Z | Downloaded hyper-rustls v0.24.2 |
1069 | 2024-06-25T06:34:09.057Z | Downloaded tokio-rustls v0.24.1 |
1070 | 2024-06-25T06:34:09.060Z | Downloaded schemars v0.8.21 |
1071 | 2024-06-25T06:34:09.069Z | Downloaded ahash v0.8.11 |
1072 | 2024-06-25T06:34:09.071Z | Downloaded smf v0.2.3 |
1073 | 2024-06-25T06:34:09.074Z | Downloaded vte v0.11.1 |
1074 | 2024-06-25T06:34:09.074Z | Downloaded linked-hash-map v0.5.6 |
1075 | 2024-06-25T06:34:09.077Z | Downloaded serde_plain v1.0.2 |
1076 | 2024-06-25T06:34:09.077Z | Downloaded serde_path_to_error v0.1.16 |
1077 | 2024-06-25T06:34:09.080Z | Downloaded managed v0.8.0 |
1078 | 2024-06-25T06:34:09.080Z | Downloaded lru-cache v0.1.2 |
1079 | 2024-06-25T06:34:09.080Z | Downloaded lru v0.12.3 |
1080 | 2024-06-25T06:34:09.083Z | Downloaded lazycell v1.3.0 |
1081 | 2024-06-25T06:34:09.083Z | Downloaded serde_with_macros v3.8.1 |
1082 | 2024-06-25T06:34:09.086Z | Downloaded crc-any v2.5.0 |
1083 | 2024-06-25T06:34:09.086Z | Downloaded bzip2 v0.4.4 |
1084 | 2024-06-25T06:34:09.089Z | Downloaded clang-sys v1.7.0 |
1085 | 2024-06-25T06:34:09.089Z | Downloaded rusty-fork v0.3.0 |
1086 | 2024-06-25T06:34:09.092Z | Downloaded hyper-staticfile v0.9.5 |
1087 | 2024-06-25T06:34:09.094Z | Downloaded home v0.5.9 |
1088 | 2024-06-25T06:34:09.094Z | Downloaded hash32 v0.2.1 |
1089 | 2024-06-25T06:34:09.094Z | Downloaded dyn-clone v1.0.17 |
1090 | 2024-06-25T06:34:09.097Z | Downloaded tui-tree-widget v0.19.0 |
1091 | 2024-06-25T06:34:09.097Z | Downloaded minimal-lexical v0.2.1 |
1092 | 2024-06-25T06:34:09.100Z | Downloaded signature v2.2.0 |
1093 | 2024-06-25T06:34:09.103Z | Downloaded serde_arrays v0.1.0 |
1094 | 2024-06-25T06:34:09.103Z | Downloaded compact_str v0.7.1 |
1095 | 2024-06-25T06:34:09.107Z | Downloaded base64 v0.22.1 |
1096 | 2024-06-25T06:34:09.110Z | Downloaded sqlformat v0.2.3 |
1097 | 2024-06-25T06:34:09.113Z | Downloaded unicase v2.7.0 |
1098 | 2024-06-25T06:34:09.113Z | Downloaded oso v0.27.3 |
1099 | 2024-06-25T06:34:09.115Z | Downloaded signature v1.6.4 |
1100 | 2024-06-25T06:34:09.120Z | Downloaded signal-hook-tokio v0.3.1 |
1101 | 2024-06-25T06:34:09.120Z | Downloaded signal-hook-mio v0.2.3 |
1102 | 2024-06-25T06:34:09.120Z | Downloaded libsw v3.3.1 |
1103 | 2024-06-25T06:34:09.123Z | Downloaded gethostname v0.4.3 |
1104 | 2024-06-25T06:34:09.123Z | Downloaded tokio-tungstenite v0.21.0 |
1105 | 2024-06-25T06:34:09.123Z | Downloaded heck v0.3.3 |
1106 | 2024-06-25T06:34:09.126Z | Downloaded fallible-iterator v0.2.0 |
1107 | 2024-06-25T06:34:09.126Z | Downloaded cookie_store v0.20.0 |
1108 | 2024-06-25T06:34:09.129Z | Downloaded derive_builder_core v0.20.0 |
1109 | 2024-06-25T06:34:09.129Z | Downloaded cookie v0.17.0 |
1110 | 2024-06-25T06:34:09.132Z | Downloaded fixedbitset v0.4.2 |
1111 | 2024-06-25T06:34:09.132Z | Downloaded bitflags v1.3.2 |
1112 | 2024-06-25T06:34:09.135Z | Downloaded funty v2.0.0 |
1113 | 2024-06-25T06:34:09.137Z | Downloaded enum-as-inner v0.5.1 |
1114 | 2024-06-25T06:34:09.137Z | Downloaded num-traits v0.2.19 |
1115 | 2024-06-25T06:34:09.140Z | Downloaded base64ct v1.6.0 |
1116 | 2024-06-25T06:34:09.143Z | Downloaded unicode-linebreak v0.1.5 |
1117 | 2024-06-25T06:34:09.143Z | Downloaded unarray v0.1.4 |
1118 | 2024-06-25T06:34:09.145Z | Downloaded tls_codec v0.4.1 |
1119 | 2024-06-25T06:34:09.145Z | Downloaded untrusted v0.9.0 |
1120 | 2024-06-25T06:34:09.148Z | Downloaded shlex v1.3.0 |
1121 | 2024-06-25T06:34:09.148Z | Downloaded schemars_derive v0.8.21 |
1122 | 2024-06-25T06:34:09.151Z | Downloaded postgres-protocol v0.6.6 |
1123 | 2024-06-25T06:34:09.151Z | Downloaded arc-swap v1.7.1 |
1124 | 2024-06-25T06:34:09.154Z | Downloaded pkcs1 v0.7.5 |
1125 | 2024-06-25T06:34:09.156Z | Downloaded predicates v3.1.0 |
1126 | 2024-06-25T06:34:09.159Z | Downloaded difflib v0.4.0 |
1127 | 2024-06-25T06:34:09.159Z | Downloaded zone v0.1.8 |
1128 | 2024-06-25T06:34:09.162Z | Downloaded wait-timeout v0.2.0 |
1129 | 2024-06-25T06:34:09.162Z | Downloaded ring v0.17.8 |
1130 | 2024-06-25T06:34:09.225Z | Downloaded phf v0.11.2 |
1131 | 2024-06-25T06:34:09.228Z | Downloaded peg v0.8.3 |
1132 | 2024-06-25T06:34:09.231Z | Downloaded parking_lot v0.11.2 |
1133 | 2024-06-25T06:34:09.231Z | Downloaded ciborium-ll v0.2.2 |
1134 | 2024-06-25T06:34:09.234Z | Downloaded castaway v0.2.2 |
1135 | 2024-06-25T06:34:09.234Z | Downloaded async-recursion v1.1.1 |
1136 | 2024-06-25T06:34:09.236Z | Downloaded num-rational v0.4.2 |
1137 | 2024-06-25T06:34:09.239Z | Downloaded packed_struct v0.10.1 |
1138 | 2024-06-25T06:34:09.239Z | Downloaded backoff v0.4.0 |
1139 | 2024-06-25T06:34:09.242Z | Downloaded parking_lot_core v0.8.6 |
1140 | 2024-06-25T06:34:09.242Z | Downloaded atomic-waker v1.1.2 |
1141 | 2024-06-25T06:34:09.245Z | Downloaded async-trait v0.1.80 |
1142 | 2024-06-25T06:34:09.248Z | Downloaded mockall_derive v0.12.1 |
1143 | 2024-06-25T06:34:09.248Z | Downloaded cipher v0.4.4 |
1144 | 2024-06-25T06:34:09.250Z | Downloaded block-padding v0.3.3 |
1145 | 2024-06-25T06:34:09.250Z | Downloaded bit-set v0.5.3 |
1146 | 2024-06-25T06:34:09.251Z | Downloaded arrayref v0.3.7 |
1147 | 2024-06-25T06:34:09.253Z | Downloaded owo-colors v4.0.0 |
1148 | 2024-06-25T06:34:09.253Z | Downloaded parse-display-derive v0.9.0 |
1149 | 2024-06-25T06:34:09.256Z | Downloaded packed_struct_codegen v0.10.1 |
1150 | 2024-06-25T06:34:09.256Z | Downloaded defmt-parser v0.3.4 |
1151 | 2024-06-25T06:34:09.256Z | Downloaded debug-ignore v1.0.5 |
1152 | 2024-06-25T06:34:09.259Z | Downloaded corncobs v0.1.3 |
1153 | 2024-06-25T06:34:09.259Z | Downloaded assert_matches v1.5.0 |
1154 | 2024-06-25T06:34:09.259Z | Downloaded pem-rfc7468 v0.7.0 |
1155 | 2024-06-25T06:34:09.262Z | Downloaded nibble_vec v0.1.0 |
1156 | 2024-06-25T06:34:09.262Z | Downloaded arrayvec v0.7.4 |
1157 | 2024-06-25T06:34:09.265Z | Downloaded data-encoding v2.6.0 |
1158 | 2024-06-25T06:34:09.265Z | Downloaded crc-catalog v2.4.0 |
1159 | 2024-06-25T06:34:09.267Z | Downloaded crc v3.2.1 |
1160 | 2024-06-25T06:34:09.267Z | Downloaded convert_case v0.4.0 |
1161 | 2024-06-25T06:34:09.270Z | Downloaded base16ct v0.2.0 |
1162 | 2024-06-25T06:34:09.270Z | Downloaded array-init v0.0.4 |
1163 | 2024-06-25T06:34:09.270Z | Downloaded cexpr v0.6.0 |
1164 | 2024-06-25T06:34:09.273Z | Downloaded cassowary v0.3.0 |
1165 | 2024-06-25T06:34:09.273Z | Downloaded bitfield v0.14.0 |
1166 | 2024-06-25T06:34:09.276Z | Downloaded phf_shared v0.10.0 |
1167 | 2024-06-25T06:34:09.276Z | Downloaded cfg_aliases v0.1.1 |
1168 | 2024-06-25T06:34:09.276Z | Downloaded bb8 v0.8.3 |
1169 | 2024-06-25T06:34:09.276Z | Downloaded atty v0.2.14 |
1170 | 2024-06-25T06:34:09.279Z | Downloaded async-stream v0.3.5 |
1171 | 2024-06-25T06:34:09.279Z | Downloaded ascii-canvas v3.0.0 |
1172 | 2024-06-25T06:34:09.282Z | Downloaded newtype_derive v0.1.6 |
1173 | 2024-06-25T06:34:09.282Z | Downloaded crucible-workspace-hack v0.1.0 |
1174 | 2024-06-25T06:34:09.411Z | Compiling proc-macro2 v1.0.86 |
1175 | 2024-06-25T06:34:09.411Z | Compiling unicode-ident v1.0.12 |
1176 | 2024-06-25T06:34:09.415Z | Compiling libc v0.2.155 |
1177 | 2024-06-25T06:34:09.415Z | Compiling serde v1.0.203 |
1178 | 2024-06-25T06:34:09.415Z | Compiling autocfg v1.3.0 |
1179 | 2024-06-25T06:34:09.415Z | Compiling version_check v0.9.4 |
1180 | 2024-06-25T06:34:09.415Z | Compiling cfg-if v1.0.0 |
1181 | 2024-06-25T06:34:09.610Z | Compiling cc v1.0.97 |
1182 | 2024-06-25T06:34:09.630Z | Compiling parking_lot_core v0.9.10 |
1183 | 2024-06-25T06:34:09.656Z | Compiling serde_json v1.0.117 |
1184 | 2024-06-25T06:34:10.084Z | Compiling once_cell v1.19.0 |
1185 | 2024-06-25T06:34:10.088Z | Compiling libm v0.2.8 |
1186 | 2024-06-25T06:34:10.241Z | Compiling ahash v0.8.11 |
1187 | 2024-06-25T06:34:10.274Z | Compiling lock_api v0.4.12 |
1188 | 2024-06-25T06:34:10.466Z | Compiling byteorder v1.5.0 |
1189 | 2024-06-25T06:34:10.486Z | Compiling num-traits v0.2.19 |
1190 | 2024-06-25T06:34:10.577Z | Compiling memchr v2.7.2 |
1191 | 2024-06-25T06:34:10.580Z | Compiling thiserror v1.0.60 |
1192 | 2024-06-25T06:34:10.748Z | Compiling typenum v1.17.0 |
1193 | 2024-06-25T06:34:10.909Z | Compiling itoa v1.0.11 |
1194 | 2024-06-25T06:34:11.117Z | Compiling quote v1.0.36 |
1195 | 2024-06-25T06:34:11.663Z | Compiling syn v2.0.68 |
1196 | 2024-06-25T06:34:11.698Z | Compiling getrandom v0.2.14 |
1197 | 2024-06-25T06:34:11.867Z | Compiling log v0.4.21 |
1198 | 2024-06-25T06:34:12.055Z | Compiling generic-array v0.14.7 |
1199 | 2024-06-25T06:34:12.157Z | Compiling scopeguard v1.2.0 |
1200 | 2024-06-25T06:34:12.536Z | Compiling allocator-api2 v0.2.18 |
1201 | 2024-06-25T06:34:12.590Z | Compiling slab v0.4.9 |
1202 | 2024-06-25T06:34:12.797Z | Compiling ring v0.17.8 |
1203 | 2024-06-25T06:34:12.832Z | Compiling ryu v1.0.18 |
1204 | 2024-06-25T06:34:12.890Z | Compiling smallvec v1.13.2 |
1205 | 2024-06-25T06:34:12.904Z | Compiling schemars v0.8.21 |
1206 | 2024-06-25T06:34:13.119Z | Compiling pin-project-lite v0.2.14 |
1207 | 2024-06-25T06:34:13.252Z | Compiling semver v1.0.23 |
1208 | 2024-06-25T06:34:13.463Z | Compiling equivalent v1.0.1 |
1209 | 2024-06-25T06:34:13.693Z | Compiling parking_lot v0.12.2 |
1210 | 2024-06-25T06:34:13.800Z | Compiling pkg-config v0.3.30 |
1211 | 2024-06-25T06:34:13.815Z | Compiling vcpkg v0.2.15 |
1212 | 2024-06-25T06:34:14.228Z | Compiling signal-hook-registry v1.4.2 |
1213 | 2024-06-25T06:34:15.134Z | Compiling syn v1.0.109 |
1214 | 2024-06-25T06:34:15.548Z | Compiling openssl-sys v0.9.102 |
1215 | 2024-06-25T06:34:15.712Z | Compiling mio v0.8.11 |
1216 | 2024-06-25T06:34:16.190Z | Compiling rand_core v0.6.4 |
1217 | 2024-06-25T06:34:16.439Z | Compiling num_cpus v1.16.0 |
1218 | 2024-06-25T06:34:16.576Z | Compiling socket2 v0.5.7 |
1219 | 2024-06-25T06:34:16.593Z | Compiling num-conv v0.1.0 |
1220 | 2024-06-25T06:34:16.856Z | Compiling time-core v0.1.2 |
1221 | 2024-06-25T06:34:17.022Z | Compiling time-macros v0.2.18 |
1222 | 2024-06-25T06:34:17.654Z | Compiling httparse v1.8.0 |
1223 | 2024-06-25T06:34:18.014Z | Compiling futures-core v0.3.30 |
1224 | 2024-06-25T06:34:18.278Z | Compiling openssl v0.10.64 |
1225 | 2024-06-25T06:34:18.309Z | Compiling fnv v1.0.7 |
1226 | 2024-06-25T06:34:18.660Z | Compiling iana-time-zone v0.1.60 |
1227 | 2024-06-25T06:34:18.842Z | Compiling rustix v0.38.34 |
1228 | 2024-06-25T06:34:18.903Z | Compiling crossbeam-utils v0.8.19 |
1229 | 2024-06-25T06:34:19.114Z | Compiling serde_derive_internals v0.29.1 |
1230 | 2024-06-25T06:34:19.464Z | Compiling spin v0.9.8 |
1231 | 2024-06-25T06:34:19.625Z | Compiling tinyvec_macros v0.1.1 |
1232 | 2024-06-25T06:34:19.784Z | Compiling native-tls v0.2.11 |
1233 | 2024-06-25T06:34:19.888Z | Compiling rustls v0.21.12 |
1234 | 2024-06-25T06:34:19.947Z | Compiling tinyvec v1.6.0 |
1235 | 2024-06-25T06:34:20.443Z | Compiling subtle v2.5.0 |
1236 | 2024-06-25T06:34:20.700Z | Compiling ucd-trie v0.1.6 |
1237 | 2024-06-25T06:34:20.742Z | Compiling const-oid v0.9.6 |
1238 | 2024-06-25T06:34:20.875Z | Compiling futures-sink v0.3.30 |
1239 | 2024-06-25T06:34:21.323Z | Compiling unicode-normalization v0.1.23 |
1240 | 2024-06-25T06:34:21.325Z | Compiling backtrace v0.3.71 |
1241 | 2024-06-25T06:34:21.352Z | Compiling cookie v0.17.0 |
1242 | 2024-06-25T06:34:21.608Z | Compiling heck v0.5.0 |
1243 | 2024-06-25T06:34:21.973Z | Compiling dyn-clone v1.0.17 |
1244 | 2024-06-25T06:34:22.166Z | Compiling unicode-bidi v0.3.15 |
1245 | 2024-06-25T06:34:22.181Z | Compiling slog v2.7.0 |
1246 | 2024-06-25T06:34:22.316Z | Compiling heck v0.4.1 |
1247 | 2024-06-25T06:34:22.654Z | Compiling futures-channel v0.3.30 |
1248 | 2024-06-25T06:34:22.873Z | Compiling pin-utils v0.1.0 |
1249 | 2024-06-25T06:34:23.027Z | Compiling futures-task v0.3.30 |
1250 | 2024-06-25T06:34:23.125Z | Compiling futures-io v0.3.30 |
1251 | 2024-06-25T06:34:23.630Z | Compiling aho-corasick v1.1.3 |
1252 | 2024-06-25T06:34:23.860Z | Compiling winnow v0.5.40 |
1253 | 2024-06-25T06:34:23.875Z | Compiling regex-syntax v0.8.3 |
1254 | 2024-06-25T06:34:24.842Z | Compiling serde_derive v1.0.203 |
1255 | 2024-06-25T06:34:25.963Z | Compiling zerocopy-derive v0.7.34 |
1256 | 2024-06-25T06:34:26.026Z | Compiling zeroize_derive v1.4.2 |
1257 | 2024-06-25T06:34:27.437Z | Compiling thiserror-impl v1.0.60 |
1258 | 2024-06-25T06:34:27.607Z | Compiling tokio-macros v2.2.0 |
1259 | 2024-06-25T06:34:28.010Z | Compiling zerocopy v0.7.34 |
1260 | 2024-06-25T06:34:28.133Z | Compiling futures-macro v0.3.30 |
1261 | 2024-06-25T06:34:28.718Z | Compiling schemars_derive v0.8.21 |
1262 | 2024-06-25T06:34:29.758Z | Compiling tracing-attributes v0.1.27 |
1263 | 2024-06-25T06:34:30.000Z | Compiling zeroize v1.7.0 |
1264 | 2024-06-25T06:34:30.182Z | Compiling hashbrown v0.14.5 |
1265 | 2024-06-25T06:34:30.755Z | Compiling openssl-macros v0.1.1 |
1266 | 2024-06-25T06:34:31.563Z | Compiling scroll_derive v0.12.0 |
1267 | 2024-06-25T06:34:31.581Z | Compiling pest v2.7.10 |
1268 | 2024-06-25T06:34:31.814Z | Compiling crypto-common v0.1.6 |
1269 | 2024-06-25T06:34:31.992Z | Compiling futures-util v0.3.30 |
1270 | 2024-06-25T06:34:32.903Z | Compiling der_derive v0.7.2 |
1271 | 2024-06-25T06:34:33.035Z | Compiling untrusted v0.9.0 |
1272 | 2024-06-25T06:34:33.056Z | Compiling anyhow v1.0.86 |
1273 | 2024-06-25T06:34:33.575Z | Compiling block-buffer v0.10.4 |
1274 | 2024-06-25T06:34:33.813Z | Compiling regex-automata v0.4.6 |
1275 | 2024-06-25T06:34:34.353Z | Compiling pest_meta v2.7.10 |
1276 | 2024-06-25T06:34:35.278Z | Compiling tracing-core v0.1.32 |
1277 | 2024-06-25T06:34:37.742Z | Compiling pest_generator v2.7.10 |
1278 | 2024-06-25T06:34:38.741Z | Compiling bytes v1.6.0 |
1279 | 2024-06-25T06:34:39.511Z | Compiling indexmap v2.2.6 |
1280 | 2024-06-25T06:34:40.046Z | Compiling tokio v1.37.0 |
1281 | 2024-06-25T06:34:40.380Z | Compiling uuid v1.8.0 |
1282 | 2024-06-25T06:34:40.988Z | Compiling bitflags v2.5.0 |
1283 | 2024-06-25T06:34:41.100Z | Compiling chrono v0.4.38 |
1284 | 2024-06-25T06:34:41.444Z | Compiling serde_tokenstream v0.2.0 |
1285 | 2024-06-25T06:34:42.321Z | Compiling toml_datetime v0.6.6 |
1286 | 2024-06-25T06:34:42.775Z | Compiling serde_spanned v0.6.6 |
1287 | 2024-06-25T06:34:42.982Z | Compiling http v0.2.12 |
1288 | 2024-06-25T06:34:45.212Z | Compiling toml_edit v0.19.15 |
1289 | 2024-06-25T06:34:45.244Z | Compiling rustc_version v0.4.0 |
1290 | 2024-06-25T06:34:45.895Z | Compiling pest_derive v2.7.10 |
1291 | 2024-06-25T06:34:46.365Z | Compiling usdt-impl v0.5.0 |
1292 | 2024-06-25T06:34:46.657Z | Compiling powerfmt v0.2.0 |
1293 | 2024-06-25T06:34:46.695Z | Compiling rustversion v1.0.17 |
1294 | 2024-06-25T06:34:47.150Z | Compiling deranged v0.3.11 |
1295 | 2024-06-25T06:34:47.175Z | Compiling heapless v0.7.17 |
1296 | 2024-06-25T06:34:47.386Z | Compiling tracing v0.1.40 |
1297 | 2024-06-25T06:34:47.574Z | Compiling digest v0.10.7 |
1298 | 2024-06-25T06:34:47.976Z | Compiling scroll v0.12.0 |
1299 | 2024-06-25T06:34:48.756Z | Compiling plain v0.2.3 |
1300 | 2024-06-25T06:34:48.907Z | Compiling ppv-lite86 v0.2.17 |
1301 | 2024-06-25T06:34:49.366Z | Compiling percent-encoding v2.3.1 |
1302 | 2024-06-25T06:34:49.694Z | Compiling num_threads v0.1.7 |
1303 | 2024-06-25T06:34:50.082Z | Compiling signal-hook v0.3.17 |
1304 | 2024-06-25T06:34:50.103Z | Compiling time v0.3.36 |
1305 | 2024-06-25T06:34:50.117Z | Compiling rand_chacha v0.3.1 |
1306 | 2024-06-25T06:34:50.325Z | Compiling goblin v0.8.2 |
1307 | 2024-06-25T06:34:52.475Z | Compiling regex v1.10.4 |
1308 | 2024-06-25T06:34:53.485Z | Compiling pretty-hex v0.4.1 |
1309 | 2024-06-25T06:34:53.693Z | Compiling strsim v0.11.1 |
1310 | 2024-06-25T06:34:54.130Z | Compiling crc32fast v1.4.0 |
1311 | 2024-06-25T06:34:55.048Z | Compiling rand v0.8.5 |
1312 | 2024-06-25T06:34:55.570Z | Compiling tokio-util v0.7.11 |
1313 | 2024-06-25T06:34:56.013Z | Compiling dof v0.3.0 |
1314 | 2024-06-25T06:34:56.726Z | Compiling dtrace-parser v0.2.0 |
1315 | 2024-06-25T06:34:57.179Z | Compiling async-trait v0.1.80 |
1316 | 2024-06-25T06:34:58.009Z | Compiling thread-id v4.2.1 |
1317 | 2024-06-25T06:34:58.231Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1318 | 2024-06-25T06:34:58.313Z | Compiling smoltcp v0.9.1 |
1319 | 2024-06-25T06:34:58.329Z | Compiling foreign-types-shared v0.1.1 |
1320 | 2024-06-25T06:34:58.430Z | Compiling base64ct v1.6.0 |
1321 | 2024-06-25T06:34:58.549Z | Compiling unicode-width v0.1.12 |
1322 | 2024-06-25T06:34:58.894Z | Compiling pem-rfc7468 v0.7.0 |
1323 | 2024-06-25T06:34:58.912Z | Compiling foreign-types v0.3.2 |
1324 | 2024-06-25T06:35:00.176Z | Compiling form_urlencoded v1.2.1 |
1325 | 2024-06-25T06:35:00.702Z | Compiling hmac v0.12.1 |
1326 | 2024-06-25T06:35:00.927Z | Compiling try-lock v0.2.5 |
1327 | 2024-06-25T06:35:01.072Z | Compiling adler v1.0.2 |
1328 | 2024-06-25T06:35:01.102Z | Compiling siphasher v0.3.11 |
1329 | 2024-06-25T06:35:01.167Z | Compiling flagset v0.4.5 |
1330 | 2024-06-25T06:35:01.408Z | Compiling base64 v0.21.7 |
1331 | 2024-06-25T06:35:01.479Z | Compiling der v0.7.9 |
1332 | 2024-06-25T06:35:01.606Z | Compiling miniz_oxide v0.7.2 |
1333 | 2024-06-25T06:35:02.107Z | Compiling want v0.3.1 |
1334 | 2024-06-25T06:35:03.654Z | Compiling h2 v0.3.26 |
1335 | 2024-06-25T06:35:04.048Z | Compiling rustls-webpki v0.101.7 |
1336 | 2024-06-25T06:35:04.721Z | Compiling sct v0.7.1 |
1337 | 2024-06-25T06:35:05.016Z | Compiling http-body v0.4.6 |
1338 | 2024-06-25T06:35:05.763Z | Compiling openapiv3 v2.0.0 |
1339 | 2024-06-25T06:35:06.212Z | Compiling hubpack_derive v0.1.1 |
1340 | 2024-06-25T06:35:06.401Z | Compiling zerocopy-derive v0.6.6 |
1341 | 2024-06-25T06:35:07.034Z | Compiling idna v0.5.0 |
1342 | 2024-06-25T06:35:07.192Z | Compiling errno v0.3.9 |
1343 | 2024-06-25T06:35:07.441Z | Compiling fs-err v2.11.0 |
1344 | 2024-06-25T06:35:07.476Z | Compiling tower-service v0.3.2 |
1345 | 2024-06-25T06:35:07.712Z | Compiling utf8parse v0.2.1 |
1346 | 2024-06-25T06:35:07.864Z | Compiling httpdate v1.0.3 |
1347 | 2024-06-25T06:35:07.922Z | Compiling finl_unicode v1.2.0 |
1348 | 2024-06-25T06:35:08.389Z | Compiling cpufeatures v0.2.12 |
1349 | 2024-06-25T06:35:08.405Z | Compiling spin v0.5.2 |
1350 | 2024-06-25T06:35:08.509Z | Compiling gimli v0.28.1 |
1351 | 2024-06-25T06:35:09.030Z | Compiling openssl-probe v0.1.5 |
1352 | 2024-06-25T06:35:09.321Z | Compiling stable_deref_trait v1.2.0 |
1353 | 2024-06-25T06:35:09.427Z | Compiling anstyle v1.0.7 |
1354 | 2024-06-25T06:35:09.858Z | Compiling sha2 v0.10.8 |
1355 | 2024-06-25T06:35:10.148Z | Compiling stringprep v0.1.4 |
1356 | 2024-06-25T06:35:10.178Z | Compiling anstyle-parse v0.2.4 |
1357 | 2024-06-25T06:35:10.503Z | Compiling url v2.5.0 |
1358 | 2024-06-25T06:35:11.152Z | Compiling hyper v0.14.28 |
1359 | 2024-06-25T06:35:13.292Z | Compiling addr2line v0.21.0 |
1360 | 2024-06-25T06:35:15.195Z | Compiling spki v0.7.3 |
1361 | 2024-06-25T06:35:15.580Z | Compiling usdt-macro v0.5.0 |
1362 | 2024-06-25T06:35:15.895Z | Compiling usdt-attr-macro v0.5.0 |
1363 | 2024-06-25T06:35:17.043Z | Compiling md-5 v0.10.6 |
1364 | 2024-06-25T06:35:20.864Z | Compiling idna v0.3.0 |
1365 | 2024-06-25T06:35:21.103Z | Compiling diesel_table_macro_syntax v0.1.0 |
1366 | 2024-06-25T06:35:21.479Z | Compiling num-integer v0.1.46 |
1367 | 2024-06-25T06:35:22.128Z | Compiling object v0.32.2 |
1368 | 2024-06-25T06:35:22.195Z | Compiling hash32 v0.2.1 |
1369 | 2024-06-25T06:35:22.334Z | Compiling psl-types v2.0.11 |
1370 | 2024-06-25T06:35:22.521Z | Compiling colorchoice v1.0.1 |
1371 | 2024-06-25T06:35:22.782Z | Compiling is_terminal_polyfill v1.70.0 |
1372 | 2024-06-25T06:35:22.903Z | Compiling rustc-demangle v0.1.24 |
1373 | 2024-06-25T06:35:24.246Z | Compiling fallible-iterator v0.2.0 |
1374 | 2024-06-25T06:35:25.955Z | Compiling anstyle-query v1.0.3 |
1375 | 2024-06-25T06:35:26.091Z | Compiling anstream v0.6.14 |
1376 | 2024-06-25T06:35:30.591Z | Compiling lazy_static v1.4.0 |
1377 | 2024-06-25T06:35:30.690Z | Compiling postgres-protocol v0.6.6 |
1378 | 2024-06-25T06:35:31.566Z | Compiling publicsuffix v2.2.3 |
1379 | 2024-06-25T06:35:31.909Z | Compiling diesel_derives v2.1.4 |
1380 | 2024-06-25T06:35:36.227Z | Compiling tokio-rustls v0.24.1 |
1381 | 2024-06-25T06:35:37.497Z | Compiling pkcs8 v0.10.2 |
1382 | 2024-06-25T06:35:38.024Z | Compiling terminal_size v0.3.0 |
1383 | 2024-06-25T06:35:38.227Z | Compiling tokio-native-tls v0.3.1 |
1384 | 2024-06-25T06:35:38.510Z | Compiling phf_shared v0.11.2 |
1385 | 2024-06-25T06:35:39.065Z | Compiling strum_macros v0.25.3 |
1386 | 2024-06-25T06:35:39.933Z | Compiling block-padding v0.3.3 |
1387 | 2024-06-25T06:35:40.174Z | Compiling regress v0.9.1 |
1388 | 2024-06-25T06:35:40.307Z | Compiling enum-as-inner v0.5.1 |
1389 | 2024-06-25T06:35:40.462Z | Compiling serde_repr v0.1.19 |
1390 | 2024-06-25T06:35:41.263Z | Compiling clap_derive v4.5.4 |
1391 | 2024-06-25T06:35:42.965Z | Compiling ff v0.13.0 |
1392 | 2024-06-25T06:35:43.207Z | Compiling scheduled-thread-pool v0.2.7 |
1393 | 2024-06-25T06:35:43.728Z | Compiling encoding_rs v0.8.34 |
1394 | 2024-06-25T06:35:44.871Z | Compiling managed v0.8.0 |
1395 | 2024-06-25T06:35:45.731Z | Compiling matches v0.1.10 |
1396 | 2024-06-25T06:35:45.830Z | Compiling bitflags v1.3.2 |
1397 | 2024-06-25T06:35:45.875Z | Compiling either v1.12.0 |
1398 | 2024-06-25T06:35:45.878Z | Compiling base16ct v0.2.0 |
1399 | 2024-06-25T06:35:46.186Z | Compiling ipnet v2.9.0 |
1400 | 2024-06-25T06:35:46.237Z | Compiling mime v0.3.17 |
1401 | 2024-06-25T06:35:46.324Z | Compiling bit-vec v0.6.3 |
1402 | 2024-06-25T06:35:47.205Z | Compiling clap_lex v0.7.0 |
1403 | 2024-06-25T06:35:47.360Z | Compiling sec1 v0.7.3 |
1404 | 2024-06-25T06:35:47.601Z | Compiling clap_builder v4.5.2 |
1405 | 2024-06-25T06:35:47.904Z | Compiling idna v0.2.3 |
1406 | 2024-06-25T06:35:49.358Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1407 | 2024-06-25T06:35:49.682Z | Compiling r2d2 v0.8.10 |
1408 | 2024-06-25T06:35:51.171Z | Compiling group v0.13.0 |
1409 | 2024-06-25T06:35:53.917Z | Compiling inout v0.1.3 |
1410 | 2024-06-25T06:35:54.715Z | Compiling phf v0.11.2 |
1411 | 2024-06-25T06:35:54.916Z | Compiling hyper-tls v0.5.0 |
1412 | 2024-06-25T06:35:55.232Z | Compiling signal-hook-mio v0.2.3 |
1413 | 2024-06-25T06:35:55.267Z | Compiling hyper-rustls v0.24.2 |
1414 | 2024-06-25T06:35:55.391Z | Compiling cookie_store v0.20.0 |
1415 | 2024-06-25T06:35:55.467Z | Compiling postgres-types v0.2.6 |
1416 | 2024-06-25T06:35:55.675Z | Compiling num-bigint v0.4.5 |
1417 | 2024-06-25T06:35:56.038Z | Compiling zerocopy v0.6.6 |
1418 | 2024-06-25T06:35:56.876Z | Compiling hubpack v0.1.2 |
1419 | 2024-06-25T06:35:56.891Z | Compiling rustls-pemfile v1.0.4 |
1420 | 2024-06-25T06:35:56.906Z | Compiling phf_shared v0.10.0 |
1421 | 2024-06-25T06:35:57.287Z | Compiling hkdf v0.12.4 |
1422 | 2024-06-25T06:35:57.308Z | Compiling serde_urlencoded v0.7.1 |
1423 | 2024-06-25T06:35:57.323Z | Compiling crossbeam-epoch v0.9.18 |
1424 | 2024-06-25T06:35:57.835Z | Compiling ipnetwork v0.20.0 |
1425 | 2024-06-25T06:35:58.561Z | Compiling futures-executor v0.3.30 |
1426 | 2024-06-25T06:35:59.278Z | Compiling crypto-bigint v0.5.5 |
1427 | 2024-06-25T06:35:59.468Z | Compiling float-cmp v0.9.0 |
1428 | 2024-06-25T06:35:59.684Z | Compiling memmap v0.7.0 |
1429 | 2024-06-25T06:36:00.015Z | Compiling difflib v0.4.0 |
1430 | 2024-06-25T06:36:00.086Z | Compiling static_assertions v1.1.0 |
1431 | 2024-06-25T06:36:01.358Z | Compiling whoami v1.5.1 |
1432 | 2024-06-25T06:36:01.612Z | Compiling unicode-segmentation v1.11.0 |
1433 | 2024-06-25T06:36:01.939Z | Compiling winnow v0.6.8 |
1434 | 2024-06-25T06:36:02.228Z | Compiling minimal-lexical v0.2.1 |
1435 | 2024-06-25T06:36:02.518Z | Compiling sync_wrapper v0.1.2 |
1436 | 2024-06-25T06:36:02.649Z | Compiling predicates-core v1.0.6 |
1437 | 2024-06-25T06:36:02.733Z | Compiling normalize-line-endings v0.3.0 |
1438 | 2024-06-25T06:36:02.832Z | Compiling new_debug_unreachable v1.0.6 |
1439 | 2024-06-25T06:36:02.897Z | Compiling precomputed-hash v0.1.1 |
1440 | 2024-06-25T06:36:02.928Z | Compiling fixedbitset v0.4.2 |
1441 | 2024-06-25T06:36:02.963Z | Compiling data-encoding v2.6.0 |
1442 | 2024-06-25T06:36:03.321Z | Compiling webpki-roots v0.25.4 |
1443 | 2024-06-25T06:36:03.477Z | Compiling reqwest v0.11.27 |
1444 | 2024-06-25T06:36:03.532Z | Compiling trust-dns-proto v0.22.0 |
1445 | 2024-06-25T06:36:03.547Z | Compiling petgraph v0.6.5 |
1446 | 2024-06-25T06:36:04.632Z | Compiling string_cache v0.8.7 |
1447 | 2024-06-25T06:36:04.892Z | Compiling predicates v3.1.0 |
1448 | 2024-06-25T06:36:05.084Z | Compiling nom v7.1.3 |
1449 | 2024-06-25T06:36:05.676Z | Compiling toml_edit v0.22.13 |
1450 | 2024-06-25T06:36:06.445Z | Compiling similar v2.5.0 |
1451 | 2024-06-25T06:36:07.574Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1452 | 2024-06-25T06:36:08.508Z | Compiling elliptic-curve v0.13.8 |
1453 | 2024-06-25T06:36:08.823Z | Compiling tokio-postgres v0.7.10 |
1454 | 2024-06-25T06:36:09.247Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1455 | 2024-06-25T06:36:09.762Z | Compiling usdt v0.5.0 |
1456 | 2024-06-25T06:36:11.122Z | Compiling futures v0.3.30 |
1457 | 2024-06-25T06:36:11.240Z | Compiling diesel v2.1.6 |
1458 | 2024-06-25T06:36:11.501Z | Compiling yasna v0.5.2 |
1459 | 2024-06-25T06:36:13.120Z | Compiling crossterm v0.27.0 |
1460 | 2024-06-25T06:36:13.201Z | Compiling flate2 v1.0.30 |
1461 | 2024-06-25T06:36:13.243Z | Compiling cipher v0.4.4 |
1462 | 2024-06-25T06:36:13.482Z | Compiling clap v4.5.4 |
1463 | 2024-06-25T06:36:13.666Z | Compiling itertools v0.10.5 |
1464 | 2024-06-25T06:36:14.078Z | Compiling itertools v0.12.1 |
1465 | 2024-06-25T06:36:14.292Z | Compiling bit-set v0.5.3 |
1466 | 2024-06-25T06:36:15.511Z | Compiling console v0.15.8 |
1467 | 2024-06-25T06:36:16.281Z | Compiling num-iter v0.1.45 |
1468 | 2024-06-25T06:36:16.599Z | Compiling tokio-stream v0.1.15 |
1469 | 2024-06-25T06:36:16.756Z | Compiling toml v0.7.8 |
1470 | 2024-06-25T06:36:16.796Z | Compiling bstr v1.9.1 |
1471 | 2024-06-25T06:36:17.126Z | Compiling hex v0.4.3 |
1472 | 2024-06-25T06:36:17.592Z | Compiling camino v1.1.7 |
1473 | 2024-06-25T06:36:17.623Z | Compiling unicode-xid v0.2.4 |
1474 | 2024-06-25T06:36:17.767Z | Compiling lalrpop-util v0.19.12 |
1475 | 2024-06-25T06:36:18.100Z | Compiling peg-runtime v0.8.3 |
1476 | 2024-06-25T06:36:18.365Z | Compiling proc-macro-crate v1.3.1 |
1477 | 2024-06-25T06:36:19.242Z | Compiling heapless v0.8.0 |
1478 | 2024-06-25T06:36:20.427Z | Compiling num_enum_derive v0.5.11 |
1479 | 2024-06-25T06:36:27.621Z | Compiling hash32 v0.3.1 |
1480 | 2024-06-25T06:36:29.235Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1481 | 2024-06-25T06:36:29.719Z | Compiling ident_case v1.0.1 |
1482 | 2024-06-25T06:36:29.902Z | Compiling smoltcp v0.11.0 |
1483 | 2024-06-25T06:36:30.475Z | Compiling rustls-pki-types v1.7.0 |
1484 | 2024-06-25T06:36:32.495Z | Compiling darling_core v0.20.9 |
1485 | 2024-06-25T06:36:44.011Z | Compiling num_enum v0.5.11 |
1486 | 2024-06-25T06:36:44.489Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1487 | 2024-06-25T06:36:44.757Z | Compiling getopts v0.2.21 |
1488 | 2024-06-25T06:36:46.294Z | Compiling dirs-sys-next v0.1.2 |
1489 | 2024-06-25T06:36:47.157Z | Compiling proc-macro-error-attr v1.0.4 |
1490 | 2024-06-25T06:36:47.548Z | Compiling unsafe-libyaml v0.2.11 |
1491 | 2024-06-25T06:36:47.602Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1492 | 2024-06-25T06:36:47.872Z | Compiling rustls v0.22.4 |
1493 | 2024-06-25T06:36:48.138Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1494 | 2024-06-25T06:36:48.502Z | Compiling cobs v0.2.3 |
1495 | 2024-06-25T06:36:48.534Z | Compiling paste v1.0.15 |
1496 | 2024-06-25T06:36:48.934Z | Compiling embedded-io v0.4.0 |
1497 | 2024-06-25T06:36:49.172Z | Compiling postcard v1.0.8 |
1498 | 2024-06-25T06:36:49.500Z | Compiling serde_yaml v0.9.34+deprecated |
1499 | 2024-06-25T06:36:53.095Z | Compiling dirs-next v2.0.0 |
1500 | 2024-06-25T06:36:53.932Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1501 | 2024-06-25T06:36:55.881Z | Compiling darling_macro v0.20.9 |
1502 | 2024-06-25T06:36:57.525Z | Compiling rustls-webpki v0.102.4 |
1503 | 2024-06-25T06:37:04.027Z | Compiling strum_macros v0.26.2 |
1504 | 2024-06-25T06:37:05.585Z | Compiling foreign-types-macros v0.2.3 |
1505 | 2024-06-25T06:37:05.939Z | Compiling structmeta-derive v0.3.0 |
1506 | 2024-06-25T06:37:06.835Z | Compiling thread_local v1.1.8 |
1507 | 2024-06-25T06:37:06.902Z | Compiling multer v3.1.0 |
1508 | 2024-06-25T06:37:07.182Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1509 | 2024-06-25T06:37:07.461Z | Compiling proc-macro-error v1.0.4 |
1510 | 2024-06-25T06:37:07.847Z | Compiling slog-async v2.8.0 |
1511 | 2024-06-25T06:37:08.506Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1512 | 2024-06-25T06:37:08.651Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1513 | 2024-06-25T06:37:09.300Z | Compiling match_cfg v0.1.0 |
1514 | 2024-06-25T06:37:10.054Z | Compiling foreign-types-shared v0.3.1 |
1515 | 2024-06-25T06:37:10.174Z | Compiling foreign-types v0.5.0 |
1516 | 2024-06-25T06:37:10.743Z | Compiling hostname v0.3.1 |
1517 | 2024-06-25T06:37:13.764Z | Compiling strum v0.26.2 |
1518 | 2024-06-25T06:37:14.772Z | Compiling structmeta v0.3.0 |
1519 | 2024-06-25T06:37:15.179Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1520 | 2024-06-25T06:37:19.248Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1521 | 2024-06-25T06:37:21.088Z | Compiling darling v0.20.9 |
1522 | 2024-06-25T06:37:29.225Z | Compiling term v0.7.0 |
1523 | 2024-06-25T06:37:31.562Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1524 | 2024-06-25T06:37:33.762Z | Compiling slog-json v2.6.1 |
1525 | 2024-06-25T06:37:34.279Z | Compiling tabwriter v1.4.0 |
1526 | 2024-06-25T06:37:34.833Z | Compiling crossbeam-channel v0.5.12 |
1527 | 2024-06-25T06:37:35.661Z | Compiling http v1.1.0 |
1528 | 2024-06-25T06:37:36.277Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1529 | 2024-06-25T06:37:36.531Z | Compiling async-stream-impl v0.3.5 |
1530 | 2024-06-25T06:37:36.772Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1531 | 2024-06-25T06:37:37.087Z | Compiling cstr-argument v0.1.2 |
1532 | 2024-06-25T06:37:37.351Z | Compiling is-terminal v0.4.12 |
1533 | 2024-06-25T06:37:37.373Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1534 | 2024-06-25T06:37:37.484Z | Compiling fastrand v2.1.0 |
1535 | 2024-06-25T06:37:37.621Z | Compiling pretty-hex v0.2.1 |
1536 | 2024-06-25T06:37:37.647Z | Compiling crucible-workspace-hack v0.1.0 |
1537 | 2024-06-25T06:37:37.810Z | Compiling base64 v0.22.1 |
1538 | 2024-06-25T06:37:37.836Z | Compiling rayon-core v1.12.1 |
1539 | 2024-06-25T06:37:38.185Z | Compiling atomic-waker v1.1.2 |
1540 | 2024-06-25T06:37:38.301Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1541 | 2024-06-25T06:37:38.373Z | Compiling take_mut v0.2.2 |
1542 | 2024-06-25T06:37:38.545Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1543 | 2024-06-25T06:37:38.846Z | Compiling waitgroup v0.1.2 |
1544 | 2024-06-25T06:37:38.890Z | Compiling rustls-pemfile v2.1.2 |
1545 | 2024-06-25T06:37:39.143Z | Compiling tempfile v3.10.1 |
1546 | 2024-06-25T06:37:39.190Z | Compiling async-stream v0.3.5 |
1547 | 2024-06-25T06:37:39.521Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1548 | 2024-06-25T06:37:39.920Z | Compiling slog-term v2.9.1 |
1549 | 2024-06-25T06:37:40.321Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1550 | 2024-06-25T06:37:41.130Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1551 | 2024-06-25T06:37:41.257Z | Compiling slog-bunyan v2.5.0 |
1552 | 2024-06-25T06:37:41.551Z | Compiling tokio-rustls v0.25.0 |
1553 | 2024-06-25T06:37:41.707Z | Compiling serde_with_macros v3.8.1 |
1554 | 2024-06-25T06:37:42.016Z | Compiling parse-display-derive v0.9.0 |
1555 | 2024-06-25T06:37:42.091Z | Compiling toml v0.8.13 |
1556 | 2024-06-25T06:37:42.720Z | Compiling sha1 v0.10.6 |
1557 | 2024-06-25T06:37:42.753Z | Compiling crossbeam-deque v0.8.5 |
1558 | 2024-06-25T06:37:43.138Z | Compiling colored v2.1.0 |
1559 | 2024-06-25T06:37:43.512Z | Compiling newtype-uuid v1.1.0 |
1560 | 2024-06-25T06:37:43.856Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1561 | 2024-06-25T06:37:44.465Z | Compiling serde_path_to_error v0.1.16 |
1562 | 2024-06-25T06:37:44.486Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1563 | 2024-06-25T06:37:45.210Z | Compiling hostname v0.4.0 |
1564 | 2024-06-25T06:37:45.467Z | Compiling socket2 v0.4.10 |
1565 | 2024-06-25T06:37:45.482Z | Compiling instant v0.1.12 |
1566 | 2024-06-25T06:37:45.666Z | Compiling debug-ignore v1.0.5 |
1567 | 2024-06-25T06:37:45.825Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1568 | 2024-06-25T06:37:46.104Z | Compiling parse-display v0.9.0 |
1569 | 2024-06-25T06:37:46.226Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1570 | 2024-06-25T06:37:48.083Z | Compiling backoff v0.4.0 |
1571 | 2024-06-25T06:37:48.441Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1572 | 2024-06-25T06:37:48.672Z | Compiling serde_with v3.8.1 |
1573 | 2024-06-25T06:37:49.021Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1574 | 2024-06-25T06:37:49.507Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1575 | 2024-06-25T06:37:50.364Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1576 | 2024-06-25T06:37:51.085Z | Compiling camino-tempfile v1.1.1 |
1577 | 2024-06-25T06:37:52.021Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1578 | 2024-06-25T06:37:52.492Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1579 | 2024-06-25T06:37:52.680Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1580 | 2024-06-25T06:37:52.761Z | Compiling macaddr v1.0.1 |
1581 | 2024-06-25T06:37:53.194Z | Compiling num-derive v0.4.2 |
1582 | 2024-06-25T06:37:53.387Z | Compiling sigpipe v0.1.3 |
1583 | 2024-06-25T06:37:53.523Z | Compiling libefi-sys v0.1.0 |
1584 | 2024-06-25T06:37:53.824Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1585 | 2024-06-25T06:37:54.370Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1586 | 2024-06-25T06:37:55.518Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1587 | 2024-06-25T06:37:55.713Z | Compiling rayon v1.10.0 |
1588 | 2024-06-25T06:37:55.958Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1589 | 2024-06-25T06:37:56.429Z | Compiling smf v0.2.3 |
1590 | 2024-06-25T06:37:57.183Z | Compiling blake3 v1.5.1 |
1591 | 2024-06-25T06:37:57.718Z | Compiling ring v0.16.20 |
1592 | 2024-06-25T06:37:57.745Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1593 | 2024-06-25T06:37:58.082Z | Compiling portable-atomic v1.6.0 |
1594 | 2024-06-25T06:37:59.435Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1595 | 2024-06-25T06:37:59.565Z | Compiling xattr v1.3.1 |
1596 | 2024-06-25T06:37:59.582Z | Compiling memmap2 v0.9.4 |
1597 | 2024-06-25T06:37:59.894Z | Compiling filetime v0.2.23 |
1598 | 2024-06-25T06:38:00.145Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1599 | 2024-06-25T06:38:00.223Z | Compiling arrayref v0.3.7 |
1600 | 2024-06-25T06:38:00.297Z | Compiling same-file v1.0.6 |
1601 | 2024-06-25T06:38:00.324Z | Compiling constant_time_eq v0.3.0 |
1602 | 2024-06-25T06:38:00.502Z | Compiling untrusted v0.7.1 |
1603 | 2024-06-25T06:38:00.550Z | Compiling arrayvec v0.7.4 |
1604 | 2024-06-25T06:38:00.601Z | Compiling walkdir v2.5.0 |
1605 | 2024-06-25T06:38:00.686Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1606 | 2024-06-25T06:38:01.679Z | Compiling tar v0.4.40 |
1607 | 2024-06-25T06:38:02.108Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1608 | 2024-06-25T06:38:02.654Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1609 | 2024-06-25T06:38:02.878Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1610 | 2024-06-25T06:38:05.558Z | Compiling cargo-platform v0.1.8 |
1611 | 2024-06-25T06:38:06.299Z | Compiling gethostname v0.4.3 |
1612 | 2024-06-25T06:38:06.581Z | Compiling number_prefix v0.4.0 |
1613 | 2024-06-25T06:38:06.786Z | Compiling topological-sort v0.2.2 |
1614 | 2024-06-25T06:38:06.834Z | Compiling indicatif v0.17.8 |
1615 | 2024-06-25T06:38:06.984Z | Compiling cargo_metadata v0.18.1 |
1616 | 2024-06-25T06:38:07.041Z | Compiling omicron-zone-package v0.11.0 |
1617 | 2024-06-25T06:38:13.330Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1618 | 2024-06-25T06:38:16.229Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1619 | 2024-06-25T06:38:16.837Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1620 | 2024-06-25T06:38:18.216Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1621 | 2024-06-25T06:38:37.814Z | Finished `release` profile [optimized] target(s) in 4m 30s |
1622 | 2024-06-25T06:38:37.929Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1623 | 2024-06-25T06:38:37.972Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1624 | 2024-06-25T06:38:37.975Z | Created new build target 'test' and set it as active |
1625 | 2024-06-25T06:38:37.975Z | |
1626 | 2024-06-25T06:38:37.975Z | real 4:30.946692079 |
1627 | 2024-06-25T06:38:37.975Z | user 30:24.018016704 |
1628 | 2024-06-25T06:38:37.975Z | sys 3:55.541414195 |
1629 | 2024-06-25T06:38:37.975Z | trap 0.888939252 |
1630 | 2024-06-25T06:38:37.975Z | tflt 2.508189985 |
1631 | 2024-06-25T06:38:37.975Z | dflt 1.814557516 |
1632 | 2024-06-25T06:38:37.975Z | kflt 0.001350600 |
1633 | 2024-06-25T06:38:37.975Z | lock 1:03:54.518615788 |
1634 | 2024-06-25T06:38:37.976Z | slp 1:25:48.494861392 |
1635 | 2024-06-25T06:38:37.976Z | lat 1:59.591655215 |
1636 | 2024-06-25T06:38:37.976Z | stop 2:59.823872210 |
1637 | 2024-06-25T06:38:37.976Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1638 | 2024-06-25T06:38:38.863Z | Finished `release` profile [optimized] target(s) in 0.84s |
1639 | 2024-06-25T06:38:38.904Z | Running `target/release/omicron-package -t test package` |
1640 | 2024-06-25T06:38:38.940Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1641 | 2024-06-25T06:38:39.960Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1642 | 2024-06-25T06:38:40.059Z | Compiling humantime v2.1.0 |
1643 | 2024-06-25T06:38:40.062Z | Compiling newline-converter v0.3.0 |
1644 | 2024-06-25T06:38:40.062Z | Compiling derive-where v1.2.7 |
1645 | 2024-06-25T06:38:40.071Z | Compiling dirs-sys-next v0.1.2 |
1646 | 2024-06-25T06:38:40.087Z | Compiling convert_case v0.4.0 |
1647 | 2024-06-25T06:38:40.090Z | Compiling prettyplease v0.2.20 |
1648 | 2024-06-25T06:38:40.090Z | Compiling camino v1.1.7 |
1649 | 2024-06-25T06:38:40.216Z | Compiling expectorate v1.1.0 |
1650 | 2024-06-25T06:38:40.294Z | Compiling dirs-next v2.0.0 |
1651 | 2024-06-25T06:38:40.391Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1652 | 2024-06-25T06:38:40.406Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1653 | 2024-06-25T06:38:40.469Z | Compiling term v0.7.0 |
1654 | 2024-06-25T06:38:40.566Z | Compiling password-hash v0.5.0 |
1655 | 2024-06-25T06:38:40.840Z | Compiling blake2 v0.10.6 |
1656 | 2024-06-25T06:38:40.942Z | Compiling derive_more v0.99.17 |
1657 | 2024-06-25T06:38:41.036Z | Compiling is-terminal v0.4.12 |
1658 | 2024-06-25T06:38:41.163Z | Compiling toml v0.8.13 |
1659 | 2024-06-25T06:38:41.827Z | Compiling argon2 v0.5.3 |
1660 | 2024-06-25T06:38:42.061Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1661 | 2024-06-25T06:38:42.491Z | Compiling semver v0.1.20 |
1662 | 2024-06-25T06:38:42.807Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1663 | 2024-06-25T06:38:42.878Z | Compiling rustc_version v0.1.7 |
1664 | 2024-06-25T06:38:43.100Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1665 | 2024-06-25T06:38:43.333Z | Compiling linked-hash-map v0.5.6 |
1666 | 2024-06-25T06:38:43.336Z | Compiling newtype_derive v0.1.6 |
1667 | 2024-06-25T06:38:43.357Z | Compiling rustls-pki-types v1.7.0 |
1668 | 2024-06-25T06:38:43.686Z | Compiling lru-cache v0.1.2 |
1669 | 2024-06-25T06:38:43.842Z | Compiling rustls-webpki v0.102.4 |
1670 | 2024-06-25T06:38:43.935Z | Compiling rustls v0.22.4 |
1671 | 2024-06-25T06:38:43.961Z | Compiling thread_local v1.1.8 |
1672 | 2024-06-25T06:38:44.137Z | Compiling home v0.5.9 |
1673 | 2024-06-25T06:38:44.287Z | Compiling match_cfg v0.1.0 |
1674 | 2024-06-25T06:38:44.374Z | Compiling hostname v0.3.1 |
1675 | 2024-06-25T06:38:44.389Z | Compiling steno v0.4.0 |
1676 | 2024-06-25T06:38:44.455Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1677 | 2024-06-25T06:38:44.582Z | Compiling multer v3.1.0 |
1678 | 2024-06-25T06:38:44.648Z | Compiling slog-async v2.8.0 |
1679 | 2024-06-25T06:38:45.698Z | Compiling slog-json v2.6.1 |
1680 | 2024-06-25T06:38:46.059Z | Compiling crossbeam-channel v0.5.12 |
1681 | 2024-06-25T06:38:46.176Z | Compiling http v1.1.0 |
1682 | 2024-06-25T06:38:46.754Z | Compiling slog-dtrace v0.3.0 |
1683 | 2024-06-25T06:38:47.039Z | Compiling base64 v0.22.1 |
1684 | 2024-06-25T06:38:47.169Z | Compiling atomic-waker v1.1.2 |
1685 | 2024-06-25T06:38:47.358Z | Compiling take_mut v0.2.2 |
1686 | 2024-06-25T06:38:47.518Z | Compiling termcolor v1.4.1 |
1687 | 2024-06-25T06:38:47.741Z | Compiling rustls-pemfile v2.1.2 |
1688 | 2024-06-25T06:38:48.558Z | Compiling waitgroup v0.1.2 |
1689 | 2024-06-25T06:38:48.663Z | Compiling slog-bunyan v2.5.0 |
1690 | 2024-06-25T06:38:48.779Z | Compiling slog-term v2.9.1 |
1691 | 2024-06-25T06:38:48.881Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1692 | 2024-06-25T06:38:48.906Z | Compiling async-stream v0.3.5 |
1693 | 2024-06-25T06:38:49.095Z | Compiling tokio-rustls v0.25.0 |
1694 | 2024-06-25T06:38:49.198Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1695 | 2024-06-25T06:38:49.258Z | Compiling sha1 v0.10.6 |
1696 | 2024-06-25T06:38:49.272Z | Compiling newtype-uuid v1.1.0 |
1697 | 2024-06-25T06:38:49.511Z | Compiling serde_path_to_error v0.1.16 |
1698 | 2024-06-25T06:38:49.562Z | Compiling hostname v0.4.0 |
1699 | 2024-06-25T06:38:49.641Z | Compiling instant v0.1.12 |
1700 | 2024-06-25T06:38:49.783Z | Compiling debug-ignore v1.0.5 |
1701 | 2024-06-25T06:38:49.797Z | Compiling backoff v0.4.0 |
1702 | 2024-06-25T06:38:49.930Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1703 | 2024-06-25T06:38:50.220Z | Compiling parse-display v0.9.0 |
1704 | 2024-06-25T06:38:50.759Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1705 | 2024-06-25T06:38:50.937Z | Compiling serde_with v3.8.1 |
1706 | 2024-06-25T06:38:51.651Z | Compiling strum v0.26.2 |
1707 | 2024-06-25T06:38:51.840Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1708 | 2024-06-25T06:38:52.887Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1709 | 2024-06-25T06:38:53.558Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1710 | 2024-06-25T06:38:53.711Z | Compiling num-rational v0.4.2 |
1711 | 2024-06-25T06:38:53.740Z | Compiling num-complex v0.4.6 |
1712 | 2024-06-25T06:38:54.607Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1713 | 2024-06-25T06:38:54.745Z | Compiling macaddr v1.0.1 |
1714 | 2024-06-25T06:38:55.011Z | Compiling quick-error v1.2.3 |
1715 | 2024-06-25T06:38:55.158Z | Compiling resolv-conf v0.7.0 |
1716 | 2024-06-25T06:38:55.172Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1717 | 2024-06-25T06:38:55.269Z | Compiling num v0.4.3 |
1718 | 2024-06-25T06:38:57.260Z | Compiling float-ord v0.3.2 |
1719 | 2024-06-25T06:38:57.434Z | Compiling swrite v0.1.0 |
1720 | 2024-06-25T06:38:57.569Z | Compiling radium v0.7.0 |
1721 | 2024-06-25T06:38:57.890Z | Compiling utf-8 v0.7.6 |
1722 | 2024-06-25T06:38:58.097Z | Compiling trust-dns-resolver v0.22.0 |
1723 | 2024-06-25T06:38:58.189Z | Compiling maybe-uninit v2.0.0 |
1724 | 2024-06-25T06:38:58.253Z | Compiling tap v1.0.1 |
1725 | 2024-06-25T06:38:58.608Z | Compiling wyz v0.5.1 |
1726 | 2024-06-25T06:38:59.075Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1727 | 2024-06-25T06:38:59.259Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1728 | 2024-06-25T06:38:59.694Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1729 | 2024-06-25T06:39:04.944Z | Compiling crc-catalog v2.4.0 |
1730 | 2024-06-25T06:39:06.621Z | Compiling display-error-chain v0.2.0 |
1731 | 2024-06-25T06:39:06.808Z | Compiling packed_struct v0.10.1 |
1732 | 2024-06-25T06:39:07.253Z | Compiling num-bigint-dig v0.8.4 |
1733 | 2024-06-25T06:39:07.522Z | Compiling funty v2.0.0 |
1734 | 2024-06-25T06:39:09.675Z | Compiling bitvec v1.0.1 |
1735 | 2024-06-25T06:39:10.142Z | Compiling crc v3.2.1 |
1736 | 2024-06-25T06:39:14.287Z | Compiling packed_struct_codegen v0.10.1 |
1737 | 2024-06-25T06:39:16.107Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1738 | 2024-06-25T06:39:16.867Z | Compiling indexmap v1.9.3 |
1739 | 2024-06-25T06:39:17.160Z | Compiling crunchy v0.2.2 |
1740 | 2024-06-25T06:39:17.218Z | Compiling nodrop v0.1.14 |
1741 | 2024-06-25T06:39:17.350Z | Compiling glob v0.3.1 |
1742 | 2024-06-25T06:39:17.635Z | Compiling array-init v0.0.4 |
1743 | 2024-06-25T06:39:18.141Z | Compiling clang-sys v1.7.0 |
1744 | 2024-06-25T06:39:18.988Z | Compiling smallvec v0.6.14 |
1745 | 2024-06-25T06:39:19.644Z | Compiling pkcs1 v0.7.5 |
1746 | 2024-06-25T06:39:20.635Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1747 | 2024-06-25T06:39:21.058Z | Compiling signature v2.2.0 |
1748 | 2024-06-25T06:39:21.325Z | Compiling nibble_vec v0.1.0 |
1749 | 2024-06-25T06:39:21.364Z | Compiling endian-type v0.1.2 |
1750 | 2024-06-25T06:39:21.570Z | Compiling maplit v1.0.2 |
1751 | 2024-06-25T06:39:21.617Z | Compiling tiny-keccak v2.0.2 |
1752 | 2024-06-25T06:39:21.698Z | Compiling cancel-safe-futures v0.1.5 |
1753 | 2024-06-25T06:39:21.896Z | Compiling hashbrown v0.12.3 |
1754 | 2024-06-25T06:39:22.036Z | Compiling bitfield v0.14.0 |
1755 | 2024-06-25T06:39:22.361Z | Compiling rsa v0.9.6 |
1756 | 2024-06-25T06:39:23.043Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1757 | 2024-06-25T06:39:23.619Z | Compiling radix_trie v0.2.1 |
1758 | 2024-06-25T06:39:24.300Z | Compiling serde-hex v0.1.0 |
1759 | 2024-06-25T06:39:24.523Z | Compiling bzip2 v0.4.4 |
1760 | 2024-06-25T06:39:25.132Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1761 | 2024-06-25T06:39:25.450Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1762 | 2024-06-25T06:39:26.185Z | Compiling env_logger v0.10.2 |
1763 | 2024-06-25T06:39:27.887Z | Compiling x509-cert v0.2.5 |
1764 | 2024-06-25T06:39:29.362Z | Compiling ron v0.8.1 |
1765 | 2024-06-25T06:39:29.423Z | Compiling hashbrown v0.13.2 |
1766 | 2024-06-25T06:39:29.467Z | Compiling crc-any v2.5.0 |
1767 | 2024-06-25T06:39:30.812Z | Compiling object v0.30.4 |
1768 | 2024-06-25T06:39:30.826Z | Compiling zip v0.6.6 |
1769 | 2024-06-25T06:39:33.597Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1770 | 2024-06-25T06:39:35.516Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1771 | 2024-06-25T06:39:36.094Z | Compiling rayon-core v1.12.1 |
1772 | 2024-06-25T06:39:36.121Z | Compiling ascii-canvas v3.0.0 |
1773 | 2024-06-25T06:39:36.642Z | Compiling crossbeam-deque v0.8.5 |
1774 | 2024-06-25T06:39:36.986Z | Compiling ena v0.14.3 |
1775 | 2024-06-25T06:39:37.397Z | Compiling libloading v0.8.3 |
1776 | 2024-06-25T06:39:37.781Z | Compiling half v2.4.1 |
1777 | 2024-06-25T06:39:38.516Z | Compiling regex-syntax v0.6.29 |
1778 | 2024-06-25T06:39:39.846Z | Compiling arc-swap v1.7.1 |
1779 | 2024-06-25T06:39:40.442Z | Compiling fastrand v2.1.0 |
1780 | 2024-06-25T06:39:40.561Z | Compiling same-file v1.0.6 |
1781 | 2024-06-25T06:39:40.786Z | Compiling path-slash v0.1.5 |
1782 | 2024-06-25T06:39:40.982Z | Compiling diff v0.1.13 |
1783 | 2024-06-25T06:39:41.024Z | Compiling ciborium-io v0.2.2 |
1784 | 2024-06-25T06:39:41.156Z | Compiling bindgen v0.69.4 |
1785 | 2024-06-25T06:39:41.557Z | Compiling ciborium-ll v0.2.2 |
1786 | 2024-06-25T06:39:41.635Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1787 | 2024-06-25T06:39:42.058Z | Compiling lalrpop v0.19.12 |
1788 | 2024-06-25T06:39:43.893Z | Compiling tempfile v3.10.1 |
1789 | 2024-06-25T06:39:43.948Z | Compiling walkdir v2.5.0 |
1790 | 2024-06-25T06:39:44.552Z | Compiling slog-scope v4.4.0 |
1791 | 2024-06-25T06:39:46.508Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1792 | 2024-06-25T06:39:46.982Z | Compiling which v4.4.2 |
1793 | 2024-06-25T06:39:47.542Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1794 | 2024-06-25T06:39:47.545Z | Compiling cexpr v0.6.0 |
1795 | 2024-06-25T06:39:47.760Z | Compiling fxhash v0.2.1 |
1796 | 2024-06-25T06:39:47.973Z | Compiling ref-cast v1.0.23 |
1797 | 2024-06-25T06:39:48.424Z | Compiling lazycell v1.3.0 |
1798 | 2024-06-25T06:39:48.594Z | Compiling rustc-hash v1.1.0 |
1799 | 2024-06-25T06:39:48.745Z | Compiling shlex v1.3.0 |
1800 | 2024-06-25T06:39:49.212Z | Compiling blake3 v1.5.1 |
1801 | 2024-06-25T06:39:49.590Z | Compiling ring v0.16.20 |
1802 | 2024-06-25T06:39:52.254Z | Compiling rayon v1.10.0 |
1803 | 2024-06-25T06:39:53.106Z | Compiling slog-stdlog v4.1.1 |
1804 | 2024-06-25T06:39:53.988Z | Compiling ciborium v0.2.2 |
1805 | 2024-06-25T06:39:55.679Z | Compiling tungstenite v0.21.0 |
1806 | 2024-06-25T06:39:56.207Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1807 | 2024-06-25T06:39:56.498Z | Compiling derive_builder_core v0.20.0 |
1808 | 2024-06-25T06:39:57.341Z | Compiling headers-core v0.2.0 |
1809 | 2024-06-25T06:39:57.508Z | Compiling xattr v1.3.1 |
1810 | 2024-06-25T06:39:57.553Z | Compiling libxml v0.3.3 |
1811 | 2024-06-25T06:39:57.776Z | Compiling ref-cast-impl v1.0.23 |
1812 | 2024-06-25T06:39:57.899Z | Compiling memmap2 v0.9.4 |
1813 | 2024-06-25T06:39:58.328Z | Compiling filetime v0.2.23 |
1814 | 2024-06-25T06:39:58.645Z | Compiling atty v0.2.14 |
1815 | 2024-06-25T06:39:58.744Z | Compiling untrusted v0.7.1 |
1816 | 2024-06-25T06:39:58.791Z | Compiling arrayref v0.3.7 |
1817 | 2024-06-25T06:39:58.882Z | Compiling constant_time_eq v0.3.0 |
1818 | 2024-06-25T06:39:58.896Z | Compiling arrayvec v0.7.4 |
1819 | 2024-06-25T06:39:59.165Z | Compiling derive_builder_macro v0.20.0 |
1820 | 2024-06-25T06:39:59.986Z | Compiling tar v0.4.40 |
1821 | 2024-06-25T06:40:00.817Z | Compiling headers v0.3.9 |
1822 | 2024-06-25T06:40:00.927Z | Compiling tokio-tungstenite v0.21.0 |
1823 | 2024-06-25T06:40:01.540Z | Compiling slog-envlogger v2.2.0 |
1824 | 2024-06-25T06:40:01.886Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1825 | 2024-06-25T06:40:02.302Z | Compiling camino-tempfile v1.1.1 |
1826 | 2024-06-25T06:40:02.724Z | Compiling toolchain_find v0.4.0 |
1827 | 2024-06-25T06:40:03.023Z | Compiling samael v0.0.15 |
1828 | 2024-06-25T06:40:03.292Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1829 | 2024-06-25T06:40:03.306Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1830 | 2024-06-25T06:40:03.570Z | Compiling pem v3.0.4 |
1831 | 2024-06-25T06:40:04.042Z | Compiling libsw v3.3.1 |
1832 | 2024-06-25T06:40:04.379Z | Compiling strum_macros v0.24.3 |
1833 | 2024-06-25T06:40:04.617Z | Compiling async-recursion v1.1.1 |
1834 | 2024-06-25T06:40:04.648Z | Compiling cookie v0.18.1 |
1835 | 2024-06-25T06:40:04.949Z | Compiling owo-colors v4.0.0 |
1836 | 2024-06-25T06:40:05.094Z | Compiling indoc v1.0.9 |
1837 | 2024-06-25T06:40:05.182Z | Compiling linear-map v1.2.0 |
1838 | 2024-06-25T06:40:05.421Z | Compiling topological-sort v0.2.2 |
1839 | 2024-06-25T06:40:05.642Z | Compiling omicron-zone-package v0.11.0 |
1840 | 2024-06-25T06:40:06.145Z | Compiling rustfmt-wrapper v0.2.1 |
1841 | 2024-06-25T06:40:07.868Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1842 | 2024-06-25T06:40:07.901Z | Compiling derive_builder v0.20.0 |
1843 | 2024-06-25T06:40:08.096Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1844 | 2024-06-25T06:40:08.348Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1845 | 2024-06-25T06:40:08.609Z | Compiling quick-xml v0.31.0 |
1846 | 2024-06-25T06:40:08.818Z | Compiling polar-core v0.27.3 |
1847 | 2024-06-25T06:40:10.428Z | Compiling impl-trait-for-tuples v0.2.2 |
1848 | 2024-06-25T06:40:11.191Z | Compiling oso-derive v0.27.3 |
1849 | 2024-06-25T06:40:11.789Z | Compiling vte_generate_state_changes v0.1.1 |
1850 | 2024-06-25T06:40:12.182Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1851 | 2024-06-25T06:40:12.363Z | Compiling unicase v2.7.0 |
1852 | 2024-06-25T06:40:12.470Z | Compiling cfg_aliases v0.1.1 |
1853 | 2024-06-25T06:40:12.577Z | Compiling buf-list v1.0.3 |
1854 | 2024-06-25T06:40:12.648Z | Compiling nix v0.28.0 |
1855 | 2024-06-25T06:40:13.279Z | Compiling vte v0.11.1 |
1856 | 2024-06-25T06:40:13.386Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1857 | 2024-06-25T06:40:15.349Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1858 | 2024-06-25T06:40:16.847Z | Compiling tungstenite v0.20.1 |
1859 | 2024-06-25T06:40:17.111Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1860 | 2024-06-25T06:40:17.363Z | Compiling fd-lock v4.0.2 |
1861 | 2024-06-25T06:40:17.582Z | Compiling bb8 v0.8.3 |
1862 | 2024-06-25T06:40:18.100Z | Compiling const_format_proc_macros v0.2.32 |
1863 | 2024-06-25T06:40:19.738Z | Compiling pin-project-internal v1.1.5 |
1864 | 2024-06-25T06:40:20.078Z | Compiling memoffset v0.9.1 |
1865 | 2024-06-25T06:40:20.375Z | Compiling bytecount v0.6.8 |
1866 | 2024-06-25T06:40:20.684Z | Compiling parking_lot_core v0.8.6 |
1867 | 2024-06-25T06:40:21.125Z | Compiling papergrid v0.11.0 |
1868 | 2024-06-25T06:40:22.022Z | Compiling const_format v0.2.32 |
1869 | 2024-06-25T06:40:22.558Z | Compiling pin-project v1.1.5 |
1870 | 2024-06-25T06:40:22.692Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1871 | 2024-06-25T06:40:23.221Z | Compiling tokio-tungstenite v0.20.1 |
1872 | 2024-06-25T06:40:23.323Z | Compiling strip-ansi-escapes v0.2.0 |
1873 | 2024-06-25T06:40:24.265Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1874 | 2024-06-25T06:40:24.922Z | Compiling tabled_derive v0.7.0 |
1875 | 2024-06-25T06:40:26.143Z | Compiling snafu-derive v0.8.2 |
1876 | 2024-06-25T06:40:27.332Z | Compiling nu-ansi-term v0.50.0 |
1877 | 2024-06-25T06:40:28.615Z | Compiling reedline v0.31.0 |
1878 | 2024-06-25T06:40:30.222Z | Compiling tabled v0.15.0 |
1879 | 2024-06-25T06:40:31.259Z | Compiling snafu v0.8.2 |
1880 | 2024-06-25T06:40:33.345Z | Compiling oso v0.27.3 |
1881 | 2024-06-25T06:40:52.045Z | Compiling env_logger v0.9.3 |
1882 | 2024-06-25T06:40:52.631Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1883 | 2024-06-25T06:40:56.603Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1884 | 2024-06-25T06:40:57.109Z | Compiling globset v0.4.14 |
1885 | 2024-06-25T06:40:57.579Z | Compiling olpc-cjson v0.1.3 |
1886 | 2024-06-25T06:40:57.926Z | Compiling peg-macros v0.8.3 |
1887 | 2024-06-25T06:40:59.717Z | Compiling bitstruct_derive v0.1.0 |
1888 | 2024-06-25T06:41:01.039Z | Compiling serde_plain v1.0.2 |
1889 | 2024-06-25T06:41:01.206Z | Compiling sqlparser_derive v0.2.2 |
1890 | 2024-06-25T06:41:01.414Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1891 | 2024-06-25T06:41:01.560Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1892 | 2024-06-25T06:41:01.583Z | Compiling unicode_categories v0.1.1 |
1893 | 2024-06-25T06:41:01.886Z | Compiling typed-path v0.7.1 |
1894 | 2024-06-25T06:41:01.974Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1895 | 2024-06-25T06:41:02.137Z | Compiling salty v0.2.0 |
1896 | 2024-06-25T06:41:02.243Z | Compiling signature v1.6.4 |
1897 | 2024-06-25T06:41:02.317Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1898 | 2024-06-25T06:41:02.515Z | Compiling ascii v1.1.0 |
1899 | 2024-06-25T06:41:02.608Z | Compiling platforms v3.4.0 |
1900 | 2024-06-25T06:41:02.736Z | Compiling rustyline v14.0.0 |
1901 | 2024-06-25T06:41:03.211Z | Compiling curve25519-dalek v4.1.2 |
1902 | 2024-06-25T06:41:03.284Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1903 | 2024-06-25T06:41:03.650Z | Compiling ed25519 v1.5.3 |
1904 | 2024-06-25T06:41:03.953Z | Compiling sqlparser v0.45.0 |
1905 | 2024-06-25T06:41:04.910Z | Compiling tough v0.17.1 |
1906 | 2024-06-25T06:41:05.801Z | Compiling sqlformat v0.2.3 |
1907 | 2024-06-25T06:41:08.834Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1908 | 2024-06-25T06:41:09.137Z | Compiling peg v0.8.3 |
1909 | 2024-06-25T06:41:09.259Z | Compiling bitstruct v0.1.1 |
1910 | 2024-06-25T06:41:09.389Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1911 | 2024-06-25T06:41:09.897Z | Compiling parking_lot v0.11.2 |
1912 | 2024-06-25T06:41:11.981Z | Compiling nix v0.27.1 |
1913 | 2024-06-25T06:41:12.055Z | Compiling trust-dns-client v0.22.0 |
1914 | 2024-06-25T06:41:14.973Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1915 | 2024-06-25T06:41:15.204Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1916 | 2024-06-25T06:41:15.290Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1917 | 2024-06-25T06:41:16.492Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1918 | 2024-06-25T06:41:16.886Z | Compiling bcs v0.1.6 |
1919 | 2024-06-25T06:41:17.802Z | Compiling kstat-rs v0.2.4 |
1920 | 2024-06-25T06:41:18.592Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1921 | 2024-06-25T06:41:18.804Z | Compiling toml v0.5.11 |
1922 | 2024-06-25T06:41:20.993Z | Compiling erased-serde v0.3.31 |
1923 | 2024-06-25T06:41:22.843Z | Compiling serde-big-array v0.5.1 |
1924 | 2024-06-25T06:41:22.922Z | Compiling serde_arrays v0.1.0 |
1925 | 2024-06-25T06:41:23.116Z | Compiling highway v1.1.0 |
1926 | 2024-06-25T06:41:23.131Z | Compiling parse-size v1.0.0 |
1927 | 2024-06-25T06:41:23.408Z | Compiling keccak v0.1.5 |
1928 | 2024-06-25T06:41:24.424Z | Compiling sha3 v0.10.8 |
1929 | 2024-06-25T06:41:24.506Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1930 | 2024-06-25T06:41:28.144Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1931 | 2024-06-25T06:41:41.354Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1932 | 2024-06-25T06:41:50.032Z | Compiling trust-dns-server v0.22.1 |
1933 | 2024-06-25T06:41:58.853Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1934 | 2024-06-25T06:41:59.368Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1935 | 2024-06-25T06:42:00.649Z | Compiling mime_guess v2.0.4 |
1936 | 2024-06-25T06:42:01.855Z | Compiling sled v0.34.7 |
1937 | 2024-06-25T06:42:10.516Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1938 | 2024-06-25T06:42:11.413Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1939 | 2024-06-25T06:42:15.455Z | Compiling signal-hook-tokio v0.3.1 |
1940 | 2024-06-25T06:42:15.677Z | Compiling universal-hash v0.5.1 |
1941 | 2024-06-25T06:42:15.926Z | Compiling heck v0.3.3 |
1942 | 2024-06-25T06:42:16.306Z | Compiling secrecy v0.8.0 |
1943 | 2024-06-25T06:42:16.602Z | Compiling castaway v0.2.2 |
1944 | 2024-06-25T06:42:16.795Z | Compiling rand_seeder v0.2.3 |
1945 | 2024-06-25T06:42:17.202Z | Compiling thiserror-impl-no-std v2.0.2 |
1946 | 2024-06-25T06:42:20.030Z | Compiling serde-big-array v0.4.1 |
1947 | 2024-06-25T06:42:20.246Z | Compiling curve25519-dalek-derive v0.1.1 |
1948 | 2024-06-25T06:42:21.688Z | Compiling nanorand v0.7.0 |
1949 | 2024-06-25T06:42:22.474Z | Compiling opaque-debug v0.3.1 |
1950 | 2024-06-25T06:42:22.589Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1951 | 2024-06-25T06:42:22.907Z | Compiling poly1305 v0.8.0 |
1952 | 2024-06-25T06:42:23.804Z | Compiling flume v0.11.0 |
1953 | 2024-06-25T06:42:24.562Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1954 | 2024-06-25T06:42:26.011Z | Compiling thiserror-no-std v2.0.2 |
1955 | 2024-06-25T06:42:26.147Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1956 | 2024-06-25T06:42:26.391Z | Compiling compact_str v0.7.1 |
1957 | 2024-06-25T06:42:28.004Z | Compiling zone_cfg_derive v0.1.2 |
1958 | 2024-06-25T06:42:29.386Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1959 | 2024-06-25T06:42:30.744Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1960 | 2024-06-25T06:42:32.768Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1961 | 2024-06-25T06:42:36.745Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1962 | 2024-06-25T06:42:37.379Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1963 | 2024-06-25T06:42:42.428Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1964 | 2024-06-25T06:42:43.777Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1965 | 2024-06-25T06:42:47.209Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1966 | 2024-06-25T06:42:47.490Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1967 | 2024-06-25T06:42:47.772Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1968 | 2024-06-25T06:42:48.055Z | Compiling chacha20 v0.9.1 |
1969 | 2024-06-25T06:42:48.536Z | Compiling aead v0.5.2 |
1970 | 2024-06-25T06:42:48.901Z | Compiling lru v0.12.3 |
1971 | 2024-06-25T06:42:49.270Z | Compiling stability v0.2.0 |
1972 | 2024-06-25T06:42:50.248Z | Compiling indoc v2.0.5 |
1973 | 2024-06-25T06:42:51.231Z | Compiling cassowary v0.3.0 |
1974 | 2024-06-25T06:42:53.278Z | Compiling corncobs v0.1.3 |
1975 | 2024-06-25T06:42:53.649Z | Compiling base64 v0.13.1 |
1976 | 2024-06-25T06:42:54.448Z | Compiling ron v0.7.1 |
1977 | 2024-06-25T06:42:55.075Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1978 | 2024-06-25T06:42:55.822Z | Compiling ratatui v0.26.2 |
1979 | 2024-06-25T06:42:56.774Z | Compiling chacha20poly1305 v0.10.1 |
1980 | 2024-06-25T06:42:57.046Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1981 | 2024-06-25T06:42:57.065Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1982 | 2024-06-25T06:42:59.358Z | Compiling zone v0.1.8 |
1983 | 2024-06-25T06:42:59.961Z | Compiling vsss-rs v3.3.4 |
1984 | 2024-06-25T06:43:02.700Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1985 | 2024-06-25T06:43:04.568Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1986 | 2024-06-25T06:43:05.285Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1987 | 2024-06-25T06:43:06.801Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1988 | 2024-06-25T06:43:09.677Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1989 | 2024-06-25T06:43:12.022Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1990 | 2024-06-25T06:43:12.301Z | Compiling portpicker v0.1.1 |
1991 | 2024-06-25T06:43:12.778Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1992 | 2024-06-25T06:43:13.188Z | Compiling csv-core v0.1.11 |
1993 | 2024-06-25T06:43:14.076Z | Compiling smawk v0.3.2 |
1994 | 2024-06-25T06:43:14.329Z | Compiling unicode-linebreak v0.1.5 |
1995 | 2024-06-25T06:43:14.987Z | Compiling http-range v0.1.5 |
1996 | 2024-06-25T06:43:15.564Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1997 | 2024-06-25T06:43:16.793Z | Compiling hyper-staticfile v0.9.5 |
1998 | 2024-06-25T06:43:18.012Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1999 | 2024-06-25T06:43:19.863Z | Compiling textwrap v0.16.1 |
2000 | 2024-06-25T06:43:21.273Z | Compiling csv v1.3.0 |
2001 | 2024-06-25T06:43:23.432Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2002 | 2024-06-25T06:43:27.803Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2003 | 2024-06-25T06:43:28.915Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2004 | 2024-06-25T06:43:29.413Z | Compiling rcgen v0.12.1 |
2005 | 2024-06-25T06:43:33.243Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2006 | 2024-06-25T06:43:33.725Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2007 | 2024-06-25T06:43:33.996Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2008 | 2024-06-25T06:43:39.696Z | Compiling atomicwrites v0.4.3 |
2009 | 2024-06-25T06:43:40.225Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2010 | 2024-06-25T06:43:41.076Z | Compiling fatfs v0.3.6 |
2011 | 2024-06-25T06:43:42.249Z | Compiling rtoolbox v0.0.2 |
2012 | 2024-06-25T06:43:42.516Z | Compiling subprocess v0.2.9 |
2013 | 2024-06-25T06:43:42.702Z | Compiling is_ci v1.2.0 |
2014 | 2024-06-25T06:43:43.009Z | Compiling assert_matches v1.5.0 |
2015 | 2024-06-25T06:43:43.926Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2016 | 2024-06-25T06:43:44.190Z | Compiling supports-color v3.0.0 |
2017 | 2024-06-25T06:43:44.377Z | Compiling rpassword v7.3.1 |
2018 | 2024-06-25T06:43:44.876Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2019 | 2024-06-25T06:43:44.891Z | Compiling tui-tree-widget v0.19.0 |
2020 | 2024-06-25T06:43:45.296Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2021 | 2024-06-25T06:43:47.549Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2022 | 2024-06-25T06:43:51.342Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2023 | 2024-06-25T06:43:51.630Z | Compiling shell-words v1.1.0 |
2024 | 2024-06-25T06:43:52.084Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2025 | 2024-06-25T06:43:52.962Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2026 | 2024-06-25T06:44:07.426Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2027 | 2024-06-25T06:44:23.222Z | Compiling multimap v0.10.0 |
2028 | 2024-06-25T06:44:23.643Z | Compiling uzers v0.11.3 |
2029 | 2024-06-25T06:44:26.589Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2030 | 2024-06-25T06:46:40.121Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2031 | 2024-06-25T06:46:52.817Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2032 | 2024-06-25T06:53:01.100Z | Finished `release` profile [optimized] target(s) in 14m 21s |
2033 | 2024-06-25T06:53:47.870Z | |
2034 | 2024-06-25T06:53:47.873Z | real 15:09.736215312 |
2035 | 2024-06-25T06:53:47.873Z | user 1:44:10.769414187 |
2036 | 2024-06-25T06:53:47.873Z | sys 5:46.980259559 |
2037 | 2024-06-25T06:53:47.873Z | trap 2.356545089 |
2038 | 2024-06-25T06:53:47.873Z | tflt 2.256359067 |
2039 | 2024-06-25T06:53:47.873Z | dflt 3.683809765 |
2040 | 2024-06-25T06:53:47.873Z | kflt 0.010692027 |
2041 | 2024-06-25T06:53:47.873Z | lock 6:19:35.638212434 |
2042 | 2024-06-25T06:53:47.873Z | slp 4:02:10.372381716 |
2043 | 2024-06-25T06:53:47.873Z | lat 2:30.885190873 |
2044 | 2024-06-25T06:53:47.873Z | stop 2:04.281302554 |
2045 | 2024-06-25T06:53:47.873Z | + mapfile -t packages |
2046 | 2024-06-25T06:53:47.873Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2047 | 2024-06-25T06:53:48.769Z | Finished `release` profile [optimized] target(s) in 0.84s |
2048 | 2024-06-25T06:53:48.809Z | Running `target/release/omicron-package -t test list-outputs` |
2049 | 2024-06-25T06:53:48.848Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2050 | 2024-06-25T06:53:48.851Z | + ptime -m cargo build --locked --release -p xtask |
2051 | 2024-06-25T06:53:49.451Z | Compiling serde v1.0.203 |
2052 | 2024-06-25T06:53:49.454Z | Compiling bitflags v2.5.0 |
2053 | 2024-06-25T06:53:49.454Z | Compiling syn v2.0.68 |
2054 | 2024-06-25T06:53:49.545Z | Compiling scopeguard v1.2.0 |
2055 | 2024-06-25T06:53:49.548Z | Compiling smallvec v1.13.2 |
2056 | 2024-06-25T06:53:49.562Z | Compiling bytes v1.6.0 |
2057 | 2024-06-25T06:53:49.565Z | Compiling log v0.4.21 |
2058 | 2024-06-25T06:53:49.663Z | Compiling lock_api v0.4.12 |
2059 | 2024-06-25T06:53:50.015Z | Compiling parking_lot_core v0.9.10 |
2060 | 2024-06-25T06:53:50.054Z | Compiling serde_json v1.0.117 |
2061 | 2024-06-25T06:53:50.057Z | Compiling hashbrown v0.14.5 |
2062 | 2024-06-25T06:53:50.076Z | Compiling mio v0.8.11 |
2063 | 2024-06-25T06:53:50.093Z | Compiling libc v0.2.155 |
2064 | 2024-06-25T06:53:50.402Z | Compiling parking_lot v0.12.2 |
2065 | 2024-06-25T06:53:50.494Z | Compiling generic-array v0.14.7 |
2066 | 2024-06-25T06:53:50.783Z | Compiling slog v2.7.0 |
2067 | 2024-06-25T06:53:50.983Z | Compiling rustix v0.38.34 |
2068 | 2024-06-25T06:53:51.311Z | Compiling http v0.2.12 |
2069 | 2024-06-25T06:53:51.384Z | Compiling usdt-impl v0.5.0 |
2070 | 2024-06-25T06:53:51.593Z | Compiling indexmap v2.2.6 |
2071 | 2024-06-25T06:53:51.598Z | Compiling syn v1.0.109 |
2072 | 2024-06-25T06:53:51.741Z | Compiling time-macros v0.2.18 |
2073 | 2024-06-25T06:53:52.255Z | Compiling thread-id v4.2.1 |
2074 | 2024-06-25T06:53:52.268Z | Compiling tracing v0.1.40 |
2075 | 2024-06-25T06:53:53.000Z | Compiling crossbeam-utils v0.8.19 |
2076 | 2024-06-25T06:53:53.212Z | Compiling http-body v0.4.6 |
2077 | 2024-06-25T06:53:53.738Z | Compiling unicode-normalization v0.1.23 |
2078 | 2024-06-25T06:53:53.753Z | Compiling unicode-bidi v0.3.15 |
2079 | 2024-06-25T06:53:54.870Z | Compiling time v0.3.36 |
2080 | 2024-06-25T06:53:55.010Z | Compiling idna v0.5.0 |
2081 | 2024-06-25T06:53:55.528Z | Compiling crypto-common v0.1.6 |
2082 | 2024-06-25T06:53:55.756Z | Compiling block-buffer v0.10.4 |
2083 | 2024-06-25T06:53:56.037Z | Compiling terminal_size v0.3.0 |
2084 | 2024-06-25T06:53:56.271Z | Compiling fs-err v2.11.0 |
2085 | 2024-06-25T06:53:56.582Z | Compiling proc-macro-error v1.0.4 |
2086 | 2024-06-25T06:53:56.792Z | Compiling anyhow v1.0.86 |
2087 | 2024-06-25T06:53:57.212Z | Compiling crossbeam-channel v0.5.12 |
2088 | 2024-06-25T06:53:57.530Z | Compiling clap_builder v4.5.2 |
2089 | 2024-06-25T06:53:57.970Z | Compiling digest v0.10.7 |
2090 | 2024-06-25T06:53:58.308Z | Compiling url v2.5.0 |
2091 | 2024-06-25T06:53:58.390Z | Compiling xattr v1.3.1 |
2092 | 2024-06-25T06:53:58.719Z | Compiling sha2 v0.10.8 |
2093 | 2024-06-25T06:53:58.963Z | Compiling slog-async v2.8.0 |
2094 | 2024-06-25T06:53:59.520Z | Compiling tabled_derive v0.7.0 |
2095 | 2024-06-25T06:54:01.417Z | Compiling serde_derive v1.0.203 |
2096 | 2024-06-25T06:54:01.733Z | Compiling thiserror-impl v1.0.60 |
2097 | 2024-06-25T06:54:01.798Z | Compiling zerocopy-derive v0.7.34 |
2098 | 2024-06-25T06:54:02.024Z | Compiling tokio-macros v2.2.0 |
2099 | 2024-06-25T06:54:03.599Z | Compiling futures-macro v0.3.30 |
2100 | 2024-06-25T06:54:03.825Z | Compiling tokio v1.37.0 |
2101 | 2024-06-25T06:54:03.843Z | Compiling zerocopy v0.7.34 |
2102 | 2024-06-25T06:54:04.214Z | Compiling scroll_derive v0.12.0 |
2103 | 2024-06-25T06:54:04.694Z | Compiling thiserror v1.0.60 |
2104 | 2024-06-25T06:54:04.851Z | Compiling pest v2.7.10 |
2105 | 2024-06-25T06:54:05.575Z | Compiling futures-util v0.3.30 |
2106 | 2024-06-25T06:54:05.600Z | Compiling openssl-macros v0.1.1 |
2107 | 2024-06-25T06:54:05.703Z | Compiling scroll v0.12.0 |
2108 | 2024-06-25T06:54:06.357Z | Compiling openssl v0.10.64 |
2109 | 2024-06-25T06:54:06.389Z | Compiling goblin v0.8.2 |
2110 | 2024-06-25T06:54:07.859Z | Compiling pest_meta v2.7.10 |
2111 | 2024-06-25T06:54:12.271Z | Compiling pest_generator v2.7.10 |
2112 | 2024-06-25T06:54:14.200Z | Compiling pest_derive v2.7.10 |
2113 | 2024-06-25T06:54:15.010Z | Compiling dtrace-parser v0.2.0 |
2114 | 2024-06-25T06:54:16.936Z | Compiling tokio-util v0.7.11 |
2115 | 2024-06-25T06:54:19.461Z | Compiling serde_tokenstream v0.2.0 |
2116 | 2024-06-25T06:54:20.004Z | Compiling h2 v0.3.26 |
2117 | 2024-06-25T06:54:21.718Z | Compiling dof v0.3.0 |
2118 | 2024-06-25T06:54:22.667Z | Compiling toml_datetime v0.6.6 |
2119 | 2024-06-25T06:54:22.716Z | Compiling serde_spanned v0.6.6 |
2120 | 2024-06-25T06:54:22.995Z | Compiling native-tls v0.2.11 |
2121 | 2024-06-25T06:54:24.119Z | Compiling tokio-native-tls v0.3.1 |
2122 | 2024-06-25T06:54:24.122Z | Compiling toml_edit v0.22.13 |
2123 | 2024-06-25T06:54:24.434Z | Compiling usdt-attr-macro v0.5.0 |
2124 | 2024-06-25T06:54:25.830Z | Compiling hyper v0.14.28 |
2125 | 2024-06-25T06:54:30.177Z | Compiling hyper-tls v0.5.0 |
2126 | 2024-06-25T06:54:30.612Z | Compiling toml v0.8.13 |
2127 | 2024-06-25T06:54:31.253Z | Compiling usdt-macro v0.5.0 |
2128 | 2024-06-25T06:54:32.509Z | Compiling slog-json v2.6.1 |
2129 | 2024-06-25T06:54:32.996Z | Compiling semver v1.0.23 |
2130 | 2024-06-25T06:54:33.055Z | Compiling cargo-platform v0.1.8 |
2131 | 2024-06-25T06:54:34.158Z | Compiling camino v1.1.7 |
2132 | 2024-06-25T06:54:34.553Z | Compiling serde_urlencoded v0.7.1 |
2133 | 2024-06-25T06:54:35.087Z | Compiling futures-executor v0.3.30 |
2134 | 2024-06-25T06:54:35.202Z | Compiling strum_macros v0.26.2 |
2135 | 2024-06-25T06:54:35.603Z | Compiling clap_derive v4.5.4 |
2136 | 2024-06-25T06:54:36.171Z | Compiling futures v0.3.30 |
2137 | 2024-06-25T06:54:36.308Z | Compiling reqwest v0.11.27 |
2138 | 2024-06-25T06:54:37.707Z | Compiling cargo_metadata v0.18.1 |
2139 | 2024-06-25T06:54:38.558Z | Compiling slog-bunyan v2.5.0 |
2140 | 2024-06-25T06:54:38.889Z | Compiling usdt v0.5.0 |
2141 | 2024-06-25T06:54:39.923Z | Compiling strum v0.26.2 |
2142 | 2024-06-25T06:54:40.154Z | Compiling cargo_toml v0.20.2 |
2143 | 2024-06-25T06:54:40.388Z | Compiling macaddr v1.0.1 |
2144 | 2024-06-25T06:54:40.405Z | Compiling tabled v0.15.0 |
2145 | 2024-06-25T06:54:40.418Z | Compiling clap v4.5.4 |
2146 | 2024-06-25T06:54:40.536Z | Compiling tar v0.4.40 |
2147 | 2024-06-25T06:54:41.032Z | Compiling slog-term v2.9.1 |
2148 | 2024-06-25T06:54:45.937Z | Compiling md5 v0.7.0 |
2149 | 2024-06-25T06:54:57.263Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2150 | 2024-06-25T06:55:10.847Z | Finished `release` profile [optimized] target(s) in 1m 21s |
2151 | 2024-06-25T06:55:10.943Z | |
2152 | 2024-06-25T06:55:10.946Z | real 1:22.055527263 |
2153 | 2024-06-25T06:55:10.946Z | user 8:56.571945202 |
2154 | 2024-06-25T06:55:10.946Z | sys 51.819956569 |
2155 | 2024-06-25T06:55:10.946Z | trap 0.246689738 |
2156 | 2024-06-25T06:55:10.946Z | tflt 0.503476907 |
2157 | 2024-06-25T06:55:10.946Z | dflt 0.196831642 |
2158 | 2024-06-25T06:55:10.946Z | kflt 0.000005539 |
2159 | 2024-06-25T06:55:10.946Z | lock 20:12.673304124 |
2160 | 2024-06-25T06:55:10.946Z | slp 22:43.772050303 |
2161 | 2024-06-25T06:55:10.946Z | lat 25.851893752 |
2162 | 2024-06-25T06:55:10.946Z | stop 22.981041984 |
2163 | 2024-06-25T06:55:10.946Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2164 | 2024-06-25T06:55:10.947Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2165 | 2024-06-25T06:55:10.947Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2166 | 2024-06-25T06:55:10.947Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2167 | 2024-06-25T06:55:10.947Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2168 | 2024-06-25T06:55:11.496Z | Downloading crates ... |
2169 | 2024-06-25T06:55:11.740Z | Downloaded option-ext v0.2.0 |
2170 | 2024-06-25T06:55:11.746Z | Downloaded dhcproto-macros v0.1.0 |
2171 | 2024-06-25T06:55:11.749Z | Downloaded russh-cryptovec v0.7.2 |
2172 | 2024-06-25T06:55:11.749Z | Downloaded dirs v5.0.1 |
2173 | 2024-06-25T06:55:11.752Z | Downloaded bcrypt-pbkdf v0.10.0 |
2174 | 2024-06-25T06:55:11.754Z | Downloaded hex-literal v0.4.1 |
2175 | 2024-06-25T06:55:11.757Z | Downloaded polyval v0.6.2 |
2176 | 2024-06-25T06:55:11.760Z | Downloaded cbc v0.1.2 |
2177 | 2024-06-25T06:55:11.763Z | Downloaded pbkdf2 v0.11.0 |
2178 | 2024-06-25T06:55:11.763Z | Downloaded ghash v0.5.1 |
2179 | 2024-06-25T06:55:11.767Z | Downloaded rand_core v0.5.1 |
2180 | 2024-06-25T06:55:11.767Z | Downloaded dirs-sys v0.4.1 |
2181 | 2024-06-25T06:55:11.770Z | Downloaded rand_chacha v0.2.2 |
2182 | 2024-06-25T06:55:11.770Z | Downloaded primeorder v0.13.6 |
2183 | 2024-06-25T06:55:11.770Z | Downloaded pbkdf2 v0.12.2 |
2184 | 2024-06-25T06:55:11.772Z | Downloaded ed25519 v2.2.3 |
2185 | 2024-06-25T06:55:11.773Z | Downloaded rfc6979 v0.4.0 |
2186 | 2024-06-25T06:55:11.775Z | Downloaded internet-checksum v0.2.1 |
2187 | 2024-06-25T06:55:11.775Z | Downloaded ecdsa v0.16.9 |
2188 | 2024-06-25T06:55:11.778Z | Downloaded getrandom v0.1.16 |
2189 | 2024-06-25T06:55:11.778Z | Downloaded blowfish v0.9.1 |
2190 | 2024-06-25T06:55:11.781Z | Downloaded ctr v0.9.2 |
2191 | 2024-06-25T06:55:11.784Z | Downloaded password-hash v0.4.2 |
2192 | 2024-06-25T06:55:11.784Z | Downloaded russh-keys v0.43.0 |
2193 | 2024-06-25T06:55:11.788Z | Downloaded dhcproto v0.11.0 |
2194 | 2024-06-25T06:55:11.791Z | Downloaded aes v0.8.4 |
2195 | 2024-06-25T06:55:11.794Z | Downloaded p256 v0.13.2 |
2196 | 2024-06-25T06:55:11.797Z | Downloaded ed25519-dalek v2.1.1 |
2197 | 2024-06-25T06:55:11.803Z | Downloaded rand v0.7.3 |
2198 | 2024-06-25T06:55:11.808Z | Downloaded russh v0.43.0 |
2199 | 2024-06-25T06:55:11.813Z | Downloaded p521 v0.13.3 |
2200 | 2024-06-25T06:55:11.816Z | Downloaded aes-gcm v0.10.3 |
2201 | 2024-06-25T06:55:11.955Z | Compiling serde v1.0.203 |
2202 | 2024-06-25T06:55:11.958Z | Compiling log v0.4.21 |
2203 | 2024-06-25T06:55:12.063Z | Compiling scopeguard v1.2.0 |
2204 | 2024-06-25T06:55:12.066Z | Compiling smallvec v1.13.2 |
2205 | 2024-06-25T06:55:12.074Z | Compiling syn v2.0.68 |
2206 | 2024-06-25T06:55:12.077Z | Compiling getrandom v0.2.14 |
2207 | 2024-06-25T06:55:12.077Z | Compiling generic-array v0.14.7 |
2208 | 2024-06-25T06:55:12.077Z | Compiling libm v0.2.8 |
2209 | 2024-06-25T06:55:12.195Z | Compiling lock_api v0.4.12 |
2210 | 2024-06-25T06:55:12.436Z | Compiling rand_core v0.6.4 |
2211 | 2024-06-25T06:55:12.471Z | Compiling parking_lot_core v0.9.10 |
2212 | 2024-06-25T06:55:12.527Z | Compiling num-traits v0.2.19 |
2213 | 2024-06-25T06:55:12.543Z | Compiling subtle v2.5.0 |
2214 | 2024-06-25T06:55:12.590Z | Compiling mio v0.8.11 |
2215 | 2024-06-25T06:55:12.650Z | Compiling ahash v0.8.11 |
2216 | 2024-06-25T06:55:12.877Z | Compiling parking_lot v0.12.2 |
2217 | 2024-06-25T06:55:12.973Z | Compiling serde_json v1.0.117 |
2218 | 2024-06-25T06:55:13.038Z | Compiling allocator-api2 v0.2.18 |
2219 | 2024-06-25T06:55:13.065Z | Compiling const-oid v0.9.6 |
2220 | 2024-06-25T06:55:13.139Z | Compiling iana-time-zone v0.1.60 |
2221 | 2024-06-25T06:55:13.329Z | Compiling syn v1.0.109 |
2222 | 2024-06-25T06:55:13.856Z | Compiling unicode-normalization v0.1.23 |
2223 | 2024-06-25T06:55:13.856Z | Compiling schemars v0.8.21 |
2224 | 2024-06-25T06:55:13.905Z | Compiling unicode-bidi v0.3.15 |
2225 | 2024-06-25T06:55:13.964Z | Compiling dyn-clone v1.0.17 |
2226 | 2024-06-25T06:55:14.203Z | Compiling spin v0.9.8 |
2227 | 2024-06-25T06:55:14.239Z | Compiling ppv-lite86 v0.2.17 |
2228 | 2024-06-25T06:55:14.615Z | Compiling time-macros v0.2.18 |
2229 | 2024-06-25T06:55:14.928Z | Compiling ring v0.17.8 |
2230 | 2024-06-25T06:55:14.948Z | Compiling rand_chacha v0.3.1 |
2231 | 2024-06-25T06:55:14.978Z | Compiling aho-corasick v1.1.3 |
2232 | 2024-06-25T06:55:15.440Z | Compiling regex-syntax v0.8.3 |
2233 | 2024-06-25T06:55:15.781Z | Compiling rand v0.8.5 |
2234 | 2024-06-25T06:55:17.407Z | Compiling idna v0.5.0 |
2235 | 2024-06-25T06:55:18.014Z | Compiling slog v2.7.0 |
2236 | 2024-06-25T06:55:18.122Z | Compiling time v0.3.36 |
2237 | 2024-06-25T06:55:18.583Z | Compiling url v2.5.0 |
2238 | 2024-06-25T06:55:19.054Z | Compiling regex-automata v0.4.6 |
2239 | 2024-06-25T06:55:19.079Z | Compiling untrusted v0.9.0 |
2240 | 2024-06-25T06:55:19.275Z | Compiling spin v0.5.2 |
2241 | 2024-06-25T06:55:19.531Z | Compiling serde_derive_internals v0.29.1 |
2242 | 2024-06-25T06:55:21.753Z | Compiling lazy_static v1.4.0 |
2243 | 2024-06-25T06:55:21.876Z | Compiling backtrace v0.3.71 |
2244 | 2024-06-25T06:55:22.314Z | Compiling gimli v0.28.1 |
2245 | 2024-06-25T06:55:22.439Z | Compiling object v0.32.2 |
2246 | 2024-06-25T06:55:22.507Z | Compiling anyhow v1.0.86 |
2247 | 2024-06-25T06:55:23.122Z | Compiling rustc-demangle v0.1.24 |
2248 | 2024-06-25T06:55:23.802Z | Compiling rustls v0.21.12 |
2249 | 2024-06-25T06:55:24.074Z | Compiling crossbeam-utils v0.8.19 |
2250 | 2024-06-25T06:55:24.109Z | Compiling winnow v0.5.40 |
2251 | 2024-06-25T06:55:24.481Z | Compiling regex v1.10.4 |
2252 | 2024-06-25T06:55:24.692Z | Compiling base64ct v1.6.0 |
2253 | 2024-06-25T06:55:25.377Z | Compiling sct v0.7.1 |
2254 | 2024-06-25T06:55:25.596Z | Compiling rustls-webpki v0.101.7 |
2255 | 2024-06-25T06:55:25.700Z | Compiling cookie v0.17.0 |
2256 | 2024-06-25T06:55:27.192Z | Compiling serde_derive v1.0.203 |
2257 | 2024-06-25T06:55:27.440Z | Compiling zeroize_derive v1.4.2 |
2258 | 2024-06-25T06:55:27.490Z | Compiling thiserror-impl v1.0.60 |
2259 | 2024-06-25T06:55:27.628Z | Compiling zerocopy-derive v0.7.34 |
2260 | 2024-06-25T06:55:28.071Z | Compiling tokio-macros v2.2.0 |
2261 | 2024-06-25T06:55:28.965Z | Compiling futures-macro v0.3.30 |
2262 | 2024-06-25T06:55:29.109Z | Compiling zeroize v1.7.0 |
2263 | 2024-06-25T06:55:29.779Z | Compiling schemars_derive v0.8.21 |
2264 | 2024-06-25T06:55:29.864Z | Compiling tracing-attributes v0.1.27 |
2265 | 2024-06-25T06:55:30.067Z | Compiling zerocopy v0.7.34 |
2266 | 2024-06-25T06:55:30.897Z | Compiling thiserror v1.0.60 |
2267 | 2024-06-25T06:55:31.037Z | Compiling crypto-common v0.1.6 |
2268 | 2024-06-25T06:55:31.057Z | Compiling block-buffer v0.10.4 |
2269 | 2024-06-25T06:55:31.120Z | Compiling futures-util v0.3.30 |
2270 | 2024-06-25T06:55:31.285Z | Compiling digest v0.10.7 |
2271 | 2024-06-25T06:55:31.330Z | Compiling async-trait v0.1.80 |
2272 | 2024-06-25T06:55:31.861Z | Compiling addr2line v0.21.0 |
2273 | 2024-06-25T06:55:32.441Z | Compiling hashbrown v0.14.5 |
2274 | 2024-06-25T06:55:32.526Z | Compiling openssl-macros v0.1.1 |
2275 | 2024-06-25T06:55:33.263Z | Compiling pest v2.7.10 |
2276 | 2024-06-25T06:55:33.941Z | Compiling tracing v0.1.40 |
2277 | 2024-06-25T06:55:34.255Z | Compiling idna v0.3.0 |
2278 | 2024-06-25T06:55:34.322Z | Compiling psl-types v2.0.11 |
2279 | 2024-06-25T06:55:34.464Z | Compiling data-encoding v2.6.0 |
2280 | 2024-06-25T06:55:34.506Z | Compiling hmac v0.12.1 |
2281 | 2024-06-25T06:55:34.776Z | Compiling scroll_derive v0.12.0 |
2282 | 2024-06-25T06:55:35.918Z | Compiling pest_meta v2.7.10 |
2283 | 2024-06-25T06:55:36.218Z | Compiling publicsuffix v2.2.3 |
2284 | 2024-06-25T06:55:36.386Z | Compiling scroll v0.12.0 |
2285 | 2024-06-25T06:55:36.500Z | Compiling webpki-roots v0.25.4 |
2286 | 2024-06-25T06:55:36.682Z | Compiling bitflags v1.3.2 |
2287 | 2024-06-25T06:55:36.797Z | Compiling block-padding v0.3.3 |
2288 | 2024-06-25T06:55:36.960Z | Compiling futures-executor v0.3.30 |
2289 | 2024-06-25T06:55:36.989Z | Compiling goblin v0.8.2 |
2290 | 2024-06-25T06:55:37.061Z | Compiling der_derive v0.7.2 |
2291 | 2024-06-25T06:55:37.426Z | Compiling futures v0.3.30 |
2292 | 2024-06-25T06:55:37.464Z | Compiling pest_generator v2.7.10 |
2293 | 2024-06-25T06:55:37.550Z | Compiling pem-rfc7468 v0.7.0 |
2294 | 2024-06-25T06:55:37.564Z | Compiling flagset v0.4.5 |
2295 | 2024-06-25T06:55:37.789Z | Compiling inout v0.1.3 |
2296 | 2024-06-25T06:55:38.074Z | Compiling cipher v0.4.4 |
2297 | 2024-06-25T06:55:38.376Z | Compiling sha2 v0.10.8 |
2298 | 2024-06-25T06:55:38.659Z | Compiling either v1.12.0 |
2299 | 2024-06-25T06:55:39.059Z | Compiling ff v0.13.0 |
2300 | 2024-06-25T06:55:39.303Z | Compiling stable_deref_trait v1.2.0 |
2301 | 2024-06-25T06:55:39.414Z | Compiling base16ct v0.2.0 |
2302 | 2024-06-25T06:55:39.576Z | Compiling group v0.13.0 |
2303 | 2024-06-25T06:55:39.750Z | Compiling hkdf v0.12.4 |
2304 | 2024-06-25T06:55:39.767Z | Compiling der v0.7.9 |
2305 | 2024-06-25T06:55:39.920Z | Compiling crypto-bigint v0.5.5 |
2306 | 2024-06-25T06:55:40.026Z | Compiling crossbeam-epoch v0.9.18 |
2307 | 2024-06-25T06:55:40.869Z | Compiling num-integer v0.1.46 |
2308 | 2024-06-25T06:55:41.347Z | Compiling pest_derive v2.7.10 |
2309 | 2024-06-25T06:55:41.681Z | Compiling managed v0.8.0 |
2310 | 2024-06-25T06:55:41.910Z | Compiling bytes v1.6.0 |
2311 | 2024-06-25T06:55:42.172Z | Compiling indexmap v2.2.6 |
2312 | 2024-06-25T06:55:42.345Z | Compiling chrono v0.4.38 |
2313 | 2024-06-25T06:55:45.913Z | Compiling tokio v1.37.0 |
2314 | 2024-06-25T06:55:45.913Z | Compiling uuid v1.8.0 |
2315 | 2024-06-25T06:55:45.913Z | Compiling bitflags v2.5.0 |
2316 | 2024-06-25T06:55:45.913Z | Compiling semver v1.0.23 |
2317 | 2024-06-25T06:55:45.913Z | Compiling http v0.2.12 |
2318 | 2024-06-25T06:55:45.913Z | Compiling serde_tokenstream v0.2.0 |
2319 | 2024-06-25T06:55:45.913Z | Compiling serde_spanned v0.6.6 |
2320 | 2024-06-25T06:55:45.913Z | Compiling toml_datetime v0.6.6 |
2321 | 2024-06-25T06:55:45.913Z | Compiling http-body v0.4.6 |
2322 | 2024-06-25T06:55:45.921Z | Compiling toml_edit v0.19.15 |
2323 | 2024-06-25T06:55:45.921Z | Compiling openssl v0.10.64 |
2324 | 2024-06-25T06:55:45.972Z | Compiling rustix v0.38.34 |
2325 | 2024-06-25T06:55:46.329Z | Compiling serde_urlencoded v0.7.1 |
2326 | 2024-06-25T06:55:46.423Z | Compiling openapiv3 v2.0.0 |
2327 | 2024-06-25T06:55:46.935Z | Compiling cookie_store v0.20.0 |
2328 | 2024-06-25T06:55:47.779Z | Compiling rustc_version v0.4.0 |
2329 | 2024-06-25T06:55:48.514Z | Compiling dof v0.3.0 |
2330 | 2024-06-25T06:55:48.556Z | Compiling dtrace-parser v0.2.0 |
2331 | 2024-06-25T06:55:48.857Z | Compiling spki v0.7.3 |
2332 | 2024-06-25T06:55:49.125Z | Compiling pkcs8 v0.10.2 |
2333 | 2024-06-25T06:55:49.234Z | Compiling usdt-impl v0.5.0 |
2334 | 2024-06-25T06:55:49.726Z | Compiling sec1 v0.7.3 |
2335 | 2024-06-25T06:55:50.300Z | Compiling elliptic-curve v0.13.8 |
2336 | 2024-06-25T06:55:50.824Z | Compiling unicode-segmentation v1.11.0 |
2337 | 2024-06-25T06:55:50.873Z | Compiling toml_edit v0.22.13 |
2338 | 2024-06-25T06:55:50.913Z | Compiling usdt-macro v0.5.0 |
2339 | 2024-06-25T06:55:51.029Z | Compiling usdt-attr-macro v0.5.0 |
2340 | 2024-06-25T06:55:51.126Z | Compiling tokio-util v0.7.11 |
2341 | 2024-06-25T06:55:51.683Z | Compiling tokio-rustls v0.24.1 |
2342 | 2024-06-25T06:55:52.077Z | Compiling native-tls v0.2.11 |
2343 | 2024-06-25T06:55:52.456Z | Compiling h2 v0.3.26 |
2344 | 2024-06-25T06:55:52.539Z | Compiling tokio-native-tls v0.3.1 |
2345 | 2024-06-25T06:55:52.727Z | Compiling toml v0.7.8 |
2346 | 2024-06-25T06:55:52.747Z | Compiling usdt v0.5.0 |
2347 | 2024-06-25T06:55:52.817Z | Compiling ipnetwork v0.20.0 |
2348 | 2024-06-25T06:55:53.256Z | Compiling hex v0.4.3 |
2349 | 2024-06-25T06:55:53.776Z | Compiling matches v0.1.10 |
2350 | 2024-06-25T06:55:53.879Z | Compiling idna v0.2.3 |
2351 | 2024-06-25T06:55:53.896Z | Compiling enum-as-inner v0.5.1 |
2352 | 2024-06-25T06:55:54.398Z | Compiling siphasher v0.3.11 |
2353 | 2024-06-25T06:55:54.472Z | Compiling bit-vec v0.6.3 |
2354 | 2024-06-25T06:55:54.687Z | Compiling heapless v0.7.17 |
2355 | 2024-06-25T06:55:54.803Z | Compiling terminal_size v0.3.0 |
2356 | 2024-06-25T06:55:54.925Z | Compiling trust-dns-proto v0.22.0 |
2357 | 2024-06-25T06:55:54.928Z | Compiling num-bigint v0.4.5 |
2358 | 2024-06-25T06:55:55.009Z | Compiling regress v0.9.1 |
2359 | 2024-06-25T06:55:55.116Z | Compiling finl_unicode v1.2.0 |
2360 | 2024-06-25T06:55:55.518Z | Compiling signal-hook v0.3.17 |
2361 | 2024-06-25T06:55:55.725Z | Compiling stringprep v0.1.4 |
2362 | 2024-06-25T06:55:55.811Z | Compiling clap_builder v4.5.2 |
2363 | 2024-06-25T06:55:57.157Z | Compiling itertools v0.10.5 |
2364 | 2024-06-25T06:55:58.775Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2365 | 2024-06-25T06:55:59.873Z | Compiling hyper v0.14.28 |
2366 | 2024-06-25T06:56:00.090Z | Compiling yasna v0.5.2 |
2367 | 2024-06-25T06:56:00.213Z | Compiling md-5 v0.10.6 |
2368 | 2024-06-25T06:56:00.489Z | Compiling clap_derive v4.5.4 |
2369 | 2024-06-25T06:56:02.045Z | Compiling hash32 v0.2.1 |
2370 | 2024-06-25T06:56:02.473Z | Compiling fallible-iterator v0.2.0 |
2371 | 2024-06-25T06:56:03.189Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2372 | 2024-06-25T06:56:03.222Z | Compiling smoltcp v0.9.1 |
2373 | 2024-06-25T06:56:03.531Z | Compiling postgres-protocol v0.6.6 |
2374 | 2024-06-25T06:56:04.929Z | Compiling phf_shared v0.11.2 |
2375 | 2024-06-25T06:56:05.128Z | Compiling tokio-stream v0.1.15 |
2376 | 2024-06-25T06:56:05.214Z | Compiling hubpack_derive v0.1.1 |
2377 | 2024-06-25T06:56:05.355Z | Compiling zerocopy-derive v0.6.6 |
2378 | 2024-06-25T06:56:05.763Z | Compiling clap v4.5.4 |
2379 | 2024-06-25T06:56:05.779Z | Compiling diesel_table_macro_syntax v0.1.0 |
2380 | 2024-06-25T06:56:05.821Z | Compiling scheduled-thread-pool v0.2.7 |
2381 | 2024-06-25T06:56:05.886Z | Compiling fs-err v2.11.0 |
2382 | 2024-06-25T06:56:06.066Z | Compiling fixedbitset v0.4.2 |
2383 | 2024-06-25T06:56:06.110Z | Compiling hubpack v0.1.2 |
2384 | 2024-06-25T06:56:06.211Z | Compiling diesel_derives v2.1.4 |
2385 | 2024-06-25T06:56:06.312Z | Compiling petgraph v0.6.5 |
2386 | 2024-06-25T06:56:06.431Z | Compiling hyper-rustls v0.24.2 |
2387 | 2024-06-25T06:56:06.544Z | Compiling hyper-tls v0.5.0 |
2388 | 2024-06-25T06:56:06.595Z | Compiling r2d2 v0.8.10 |
2389 | 2024-06-25T06:56:06.837Z | Compiling reqwest v0.11.27 |
2390 | 2024-06-25T06:56:06.910Z | Compiling phf v0.11.2 |
2391 | 2024-06-25T06:56:07.222Z | Compiling signal-hook-mio v0.2.3 |
2392 | 2024-06-25T06:56:07.394Z | Compiling postgres-types v0.2.6 |
2393 | 2024-06-25T06:56:07.697Z | Compiling zerocopy v0.6.6 |
2394 | 2024-06-25T06:56:08.885Z | Compiling phf_shared v0.10.0 |
2395 | 2024-06-25T06:56:09.016Z | Compiling similar v2.5.0 |
2396 | 2024-06-25T06:56:09.081Z | Compiling num-iter v0.1.45 |
2397 | 2024-06-25T06:56:09.280Z | Compiling strum_macros v0.25.3 |
2398 | 2024-06-25T06:56:09.311Z | Compiling serde_repr v0.1.19 |
2399 | 2024-06-25T06:56:09.883Z | Compiling getopts v0.2.21 |
2400 | 2024-06-25T06:56:10.319Z | Compiling console v0.15.8 |
2401 | 2024-06-25T06:56:10.505Z | Compiling float-cmp v0.9.0 |
2402 | 2024-06-25T06:56:10.742Z | Compiling whoami v1.5.1 |
2403 | 2024-06-25T06:56:10.903Z | Compiling unsafe-libyaml v0.2.11 |
2404 | 2024-06-25T06:56:11.446Z | Compiling predicates-core v1.0.6 |
2405 | 2024-06-25T06:56:11.546Z | Compiling minimal-lexical v0.2.1 |
2406 | 2024-06-25T06:56:11.882Z | Compiling difflib v0.4.0 |
2407 | 2024-06-25T06:56:11.900Z | Compiling precomputed-hash v0.1.1 |
2408 | 2024-06-25T06:56:12.028Z | Compiling normalize-line-endings v0.3.0 |
2409 | 2024-06-25T06:56:12.092Z | Compiling static_assertions v1.1.0 |
2410 | 2024-06-25T06:56:12.161Z | Compiling new_debug_unreachable v1.0.6 |
2411 | 2024-06-25T06:56:12.195Z | Compiling nom v7.1.3 |
2412 | 2024-06-25T06:56:12.264Z | Compiling string_cache v0.8.7 |
2413 | 2024-06-25T06:56:12.731Z | Compiling predicates v3.1.0 |
2414 | 2024-06-25T06:56:12.933Z | Compiling serde_yaml v0.9.34+deprecated |
2415 | 2024-06-25T06:56:13.595Z | Compiling tokio-postgres v0.7.10 |
2416 | 2024-06-25T06:56:13.732Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2417 | 2024-06-25T06:56:14.530Z | Compiling crossterm v0.27.0 |
2418 | 2024-06-25T06:56:16.928Z | Compiling bit-set v0.5.3 |
2419 | 2024-06-25T06:56:17.238Z | Compiling itertools v0.12.1 |
2420 | 2024-06-25T06:56:17.502Z | Compiling bstr v1.9.1 |
2421 | 2024-06-25T06:56:18.395Z | Compiling lalrpop-util v0.19.12 |
2422 | 2024-06-25T06:56:18.764Z | Compiling unicode-xid v0.2.4 |
2423 | 2024-06-25T06:56:18.819Z | Compiling peg-runtime v0.8.3 |
2424 | 2024-06-25T06:56:18.873Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2425 | 2024-06-25T06:56:18.946Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2426 | 2024-06-25T06:56:19.365Z | Compiling sha1 v0.10.6 |
2427 | 2024-06-25T06:56:19.393Z | Compiling camino v1.1.7 |
2428 | 2024-06-25T06:56:19.521Z | Compiling strum_macros v0.26.2 |
2429 | 2024-06-25T06:56:19.778Z | Compiling diesel v2.1.6 |
2430 | 2024-06-25T06:56:19.811Z | Compiling http v1.1.0 |
2431 | 2024-06-25T06:56:20.176Z | Compiling base64 v0.22.1 |
2432 | 2024-06-25T06:56:20.391Z | Compiling toml v0.8.13 |
2433 | 2024-06-25T06:56:20.451Z | Compiling ident_case v1.0.1 |
2434 | 2024-06-25T06:56:20.636Z | Compiling rustls-pki-types v1.7.0 |
2435 | 2024-06-25T06:56:20.993Z | Compiling darling_core v0.20.9 |
2436 | 2024-06-25T06:56:21.525Z | Compiling crossbeam-channel v0.5.12 |
2437 | 2024-06-25T06:56:22.228Z | Compiling rustls v0.22.4 |
2438 | 2024-06-25T06:56:22.341Z | Compiling paste v1.0.15 |
2439 | 2024-06-25T06:56:22.518Z | Compiling slog-async v2.8.0 |
2440 | 2024-06-25T06:56:22.701Z | Compiling slog-term v2.9.1 |
2441 | 2024-06-25T06:56:22.858Z | Compiling rustls-webpki v0.102.4 |
2442 | 2024-06-25T06:56:22.905Z | Compiling multer v3.1.0 |
2443 | 2024-06-25T06:56:23.198Z | Compiling instant v0.1.12 |
2444 | 2024-06-25T06:56:23.505Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2445 | 2024-06-25T06:56:23.654Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2446 | 2024-06-25T06:56:23.946Z | Compiling slog-json v2.6.1 |
2447 | 2024-06-25T06:56:24.341Z | Compiling async-stream-impl v0.3.5 |
2448 | 2024-06-25T06:56:24.631Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2449 | 2024-06-25T06:56:24.917Z | Compiling debug-ignore v1.0.5 |
2450 | 2024-06-25T06:56:24.933Z | Compiling strum v0.26.2 |
2451 | 2024-06-25T06:56:25.041Z | Compiling atomic-waker v1.1.2 |
2452 | 2024-06-25T06:56:25.130Z | Compiling slog-bunyan v2.5.0 |
2453 | 2024-06-25T06:56:25.236Z | Compiling waitgroup v0.1.2 |
2454 | 2024-06-25T06:56:25.338Z | Compiling rustls-pemfile v2.1.2 |
2455 | 2024-06-25T06:56:25.481Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2456 | 2024-06-25T06:56:25.760Z | Compiling async-stream v0.3.5 |
2457 | 2024-06-25T06:56:25.778Z | Compiling serde_path_to_error v0.1.16 |
2458 | 2024-06-25T06:56:26.112Z | Compiling structmeta-derive v0.3.0 |
2459 | 2024-06-25T06:56:26.234Z | Compiling hostname v0.4.0 |
2460 | 2024-06-25T06:56:26.561Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2461 | 2024-06-25T06:56:26.661Z | Compiling newtype-uuid v1.1.0 |
2462 | 2024-06-25T06:56:26.863Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2463 | 2024-06-25T06:56:26.983Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2464 | 2024-06-25T06:56:27.305Z | Compiling backoff v0.4.0 |
2465 | 2024-06-25T06:56:27.650Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2466 | 2024-06-25T06:56:27.666Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2467 | 2024-06-25T06:56:27.777Z | Compiling tokio-rustls v0.25.0 |
2468 | 2024-06-25T06:56:27.815Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
2469 | 2024-06-25T06:56:27.833Z | Compiling macaddr v1.0.1 |
2470 | 2024-06-25T06:56:28.302Z | Compiling proc-macro-crate v1.3.1 |
2471 | 2024-06-25T06:56:28.495Z | Compiling darling_macro v0.20.9 |
2472 | 2024-06-25T06:56:28.579Z | Compiling fastrand v2.1.0 |
2473 | 2024-06-25T06:56:29.170Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2474 | 2024-06-25T06:56:29.280Z | Compiling structmeta v0.3.0 |
2475 | 2024-06-25T06:56:29.462Z | Compiling num_enum_derive v0.5.11 |
2476 | 2024-06-25T06:56:29.513Z | Compiling darling v0.20.9 |
2477 | 2024-06-25T06:56:29.556Z | Compiling tempfile v3.10.1 |
2478 | 2024-06-25T06:56:29.645Z | Compiling serde_with_macros v3.8.1 |
2479 | 2024-06-25T06:56:29.744Z | Compiling parse-display-derive v0.9.0 |
2480 | 2024-06-25T06:56:30.453Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2481 | 2024-06-25T06:56:30.764Z | Compiling foreign-types-macros v0.2.3 |
2482 | 2024-06-25T06:56:32.140Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2483 | 2024-06-25T06:56:32.333Z | Compiling num_enum v0.5.11 |
2484 | 2024-06-25T06:56:32.407Z | Compiling heapless v0.8.0 |
2485 | 2024-06-25T06:56:32.500Z | Compiling foreign-types-shared v0.3.1 |
2486 | 2024-06-25T06:56:32.603Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2487 | 2024-06-25T06:56:32.634Z | Compiling foreign-types v0.5.0 |
2488 | 2024-06-25T06:56:32.788Z | Compiling proc-macro-error v1.0.4 |
2489 | 2024-06-25T06:56:32.882Z | Compiling serde_with v3.8.1 |
2490 | 2024-06-25T06:56:33.523Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2491 | 2024-06-25T06:56:33.621Z | Compiling cstr-argument v0.1.2 |
2492 | 2024-06-25T06:56:33.894Z | Compiling hash32 v0.3.1 |
2493 | 2024-06-25T06:56:34.130Z | Compiling pretty-hex v0.2.1 |
2494 | 2024-06-25T06:56:34.170Z | Compiling smoltcp v0.11.0 |
2495 | 2024-06-25T06:56:34.330Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2496 | 2024-06-25T06:56:34.733Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2497 | 2024-06-25T06:56:34.831Z | Compiling parse-display v0.9.0 |
2498 | 2024-06-25T06:56:34.987Z | Compiling camino-tempfile v1.1.1 |
2499 | 2024-06-25T06:56:35.365Z | Compiling tabwriter v1.4.0 |
2500 | 2024-06-25T06:56:35.447Z | Compiling colored v2.1.0 |
2501 | 2024-06-25T06:56:35.561Z | Compiling socket2 v0.4.10 |
2502 | 2024-06-25T06:56:35.717Z | Compiling embedded-io v0.4.0 |
2503 | 2024-06-25T06:56:35.919Z | Compiling cobs v0.2.3 |
2504 | 2024-06-25T06:56:36.207Z | Compiling postcard v1.0.8 |
2505 | 2024-06-25T06:56:36.223Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2506 | 2024-06-25T06:56:36.462Z | Compiling crucible-workspace-hack v0.1.0 |
2507 | 2024-06-25T06:56:36.558Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2508 | 2024-06-25T06:56:36.810Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2509 | 2024-06-25T06:56:36.827Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2510 | 2024-06-25T06:56:37.087Z | Compiling smf v0.2.3 |
2511 | 2024-06-25T06:56:37.104Z | Compiling humantime v2.1.0 |
2512 | 2024-06-25T06:56:37.135Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2513 | 2024-06-25T06:56:37.478Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2514 | 2024-06-25T06:56:37.667Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2515 | 2024-06-25T06:56:37.742Z | Compiling num-derive v0.4.2 |
2516 | 2024-06-25T06:56:38.165Z | Compiling sigpipe v0.1.3 |
2517 | 2024-06-25T06:56:38.299Z | Compiling utf-8 v0.7.6 |
2518 | 2024-06-25T06:56:38.500Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2519 | 2024-06-25T06:56:38.635Z | Compiling atty v0.2.14 |
2520 | 2024-06-25T06:56:38.783Z | Compiling same-file v1.0.6 |
2521 | 2024-06-25T06:56:38.920Z | Compiling platforms v3.4.0 |
2522 | 2024-06-25T06:56:39.008Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2523 | 2024-06-25T06:56:39.025Z | Compiling semver v0.1.20 |
2524 | 2024-06-25T06:56:39.613Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2525 | 2024-06-25T06:56:39.706Z | Compiling rayon-core v1.12.1 |
2526 | 2024-06-25T06:56:40.009Z | Compiling curve25519-dalek v4.1.2 |
2527 | 2024-06-25T06:56:40.221Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2528 | 2024-06-25T06:56:40.678Z | Compiling rustc_version v0.1.7 |
2529 | 2024-06-25T06:56:40.681Z | Compiling walkdir v2.5.0 |
2530 | 2024-06-25T06:56:40.886Z | Compiling newline-converter v0.3.0 |
2531 | 2024-06-25T06:56:41.088Z | Compiling crossbeam-deque v0.8.5 |
2532 | 2024-06-25T06:56:41.193Z | Compiling universal-hash v0.5.1 |
2533 | 2024-06-25T06:56:41.209Z | Compiling opaque-debug v0.3.1 |
2534 | 2024-06-25T06:56:41.288Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2535 | 2024-06-25T06:56:41.315Z | Compiling prettyplease v0.2.20 |
2536 | 2024-06-25T06:56:41.418Z | Compiling newtype_derive v0.1.6 |
2537 | 2024-06-25T06:56:41.444Z | Compiling expectorate v1.1.0 |
2538 | 2024-06-25T06:56:41.655Z | Compiling xattr v1.3.1 |
2539 | 2024-06-25T06:56:41.724Z | Compiling num-rational v0.4.2 |
2540 | 2024-06-25T06:56:41.740Z | Compiling signature v2.2.0 |
2541 | 2024-06-25T06:56:41.788Z | Compiling curve25519-dalek-derive v0.1.1 |
2542 | 2024-06-25T06:56:41.960Z | Compiling num-complex v0.4.6 |
2543 | 2024-06-25T06:56:42.078Z | Compiling blake3 v1.5.1 |
2544 | 2024-06-25T06:56:42.681Z | Compiling ring v0.16.20 |
2545 | 2024-06-25T06:56:43.098Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2546 | 2024-06-25T06:56:43.284Z | Compiling unicase v2.7.0 |
2547 | 2024-06-25T06:56:43.357Z | Compiling termcolor v1.4.1 |
2548 | 2024-06-25T06:56:43.425Z | Compiling quick-error v1.2.3 |
2549 | 2024-06-25T06:56:43.537Z | Compiling arc-swap v1.7.1 |
2550 | 2024-06-25T06:56:43.570Z | Compiling getrandom v0.1.16 |
2551 | 2024-06-25T06:56:43.588Z | Compiling convert_case v0.4.0 |
2552 | 2024-06-25T06:56:43.748Z | Compiling linked-hash-map v0.5.6 |
2553 | 2024-06-25T06:56:44.124Z | Compiling lru-cache v0.1.2 |
2554 | 2024-06-25T06:56:44.210Z | Compiling slog-scope v4.4.0 |
2555 | 2024-06-25T06:56:44.273Z | Compiling env_logger v0.9.3 |
2556 | 2024-06-25T06:56:44.410Z | Compiling resolv-conf v0.7.0 |
2557 | 2024-06-25T06:56:44.598Z | Compiling derive_more v0.99.17 |
2558 | 2024-06-25T06:56:44.738Z | Compiling tar v0.4.40 |
2559 | 2024-06-25T06:56:45.264Z | Compiling num v0.4.3 |
2560 | 2024-06-25T06:56:45.720Z | Compiling rayon v1.10.0 |
2561 | 2024-06-25T06:56:46.988Z | Compiling tungstenite v0.21.0 |
2562 | 2024-06-25T06:56:47.037Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2563 | 2024-06-25T06:56:47.545Z | Compiling blake2 v0.10.6 |
2564 | 2024-06-25T06:56:48.941Z | Compiling bitstruct_derive v0.1.0 |
2565 | 2024-06-25T06:56:49.096Z | Compiling derive-where v1.2.7 |
2566 | 2024-06-25T06:56:49.217Z | Compiling password-hash v0.5.0 |
2567 | 2024-06-25T06:56:50.302Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2568 | 2024-06-25T06:56:50.305Z | Compiling memmap2 v0.9.4 |
2569 | 2024-06-25T06:56:50.458Z | Compiling ascii v1.1.0 |
2570 | 2024-06-25T06:56:50.733Z | Compiling home v0.5.9 |
2571 | 2024-06-25T06:56:50.757Z | Compiling float-ord v0.3.2 |
2572 | 2024-06-25T06:56:50.986Z | Compiling arrayvec v0.7.4 |
2573 | 2024-06-25T06:56:51.072Z | Compiling arrayref v0.3.7 |
2574 | 2024-06-25T06:56:51.088Z | Compiling parking_lot_core v0.8.6 |
2575 | 2024-06-25T06:56:51.180Z | Compiling libefi-sys v0.1.0 |
2576 | 2024-06-25T06:56:51.419Z | Compiling constant_time_eq v0.3.0 |
2577 | 2024-06-25T06:56:51.463Z | Compiling untrusted v0.7.1 |
2578 | 2024-06-25T06:56:51.688Z | Compiling toolchain_find v0.4.0 |
2579 | 2024-06-25T06:56:51.709Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2580 | 2024-06-25T06:56:52.383Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2581 | 2024-06-25T06:56:52.788Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2582 | 2024-06-25T06:56:53.080Z | Compiling bitstruct v0.1.1 |
2583 | 2024-06-25T06:56:53.208Z | Compiling argon2 v0.5.3 |
2584 | 2024-06-25T06:56:53.337Z | Compiling tokio-tungstenite v0.21.0 |
2585 | 2024-06-25T06:56:53.411Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2586 | 2024-06-25T06:56:53.588Z | Compiling trust-dns-resolver v0.22.0 |
2587 | 2024-06-25T06:56:53.856Z | Compiling slog-stdlog v4.1.1 |
2588 | 2024-06-25T06:56:54.250Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2589 | 2024-06-25T06:56:54.254Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2590 | 2024-06-25T06:56:54.434Z | Compiling erased-serde v0.3.31 |
2591 | 2024-06-25T06:56:54.651Z | Compiling serde_arrays v0.1.0 |
2592 | 2024-06-25T06:56:54.826Z | Compiling rfc6979 v0.4.0 |
2593 | 2024-06-25T06:56:55.019Z | Compiling aead v0.5.2 |
2594 | 2024-06-25T06:56:55.022Z | Compiling nibble_vec v0.1.0 |
2595 | 2024-06-25T06:56:55.254Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2596 | 2024-06-25T06:56:55.397Z | Compiling slog-dtrace v0.3.0 |
2597 | 2024-06-25T06:56:55.444Z | Compiling endian-type v0.1.2 |
2598 | 2024-06-25T06:56:55.624Z | Compiling topological-sort v0.2.2 |
2599 | 2024-06-25T06:56:55.685Z | Compiling cancel-safe-futures v0.1.5 |
2600 | 2024-06-25T06:56:55.703Z | Compiling keccak v0.1.5 |
2601 | 2024-06-25T06:56:55.850Z | Compiling omicron-zone-package v0.11.0 |
2602 | 2024-06-25T06:56:55.955Z | Compiling radix_trie v0.2.1 |
2603 | 2024-06-25T06:56:56.065Z | Compiling sha3 v0.10.8 |
2604 | 2024-06-25T06:56:56.113Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2605 | 2024-06-25T06:56:56.459Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2606 | 2024-06-25T06:56:56.717Z | Compiling ecdsa v0.16.9 |
2607 | 2024-06-25T06:56:56.787Z | Compiling mime_guess v2.0.4 |
2608 | 2024-06-25T06:56:56.919Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2609 | 2024-06-25T06:56:57.199Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2610 | 2024-06-25T06:56:57.603Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2611 | 2024-06-25T06:56:57.660Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2612 | 2024-06-25T06:56:58.145Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2613 | 2024-06-25T06:56:58.426Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2614 | 2024-06-25T06:56:58.765Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2615 | 2024-06-25T06:56:59.202Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2616 | 2024-06-25T06:56:59.544Z | Compiling rand_core v0.5.1 |
2617 | 2024-06-25T06:57:00.001Z | Compiling slog-envlogger v2.2.0 |
2618 | 2024-06-25T06:57:00.080Z | Compiling steno v0.4.0 |
2619 | 2024-06-25T06:57:00.099Z | Compiling rustfmt-wrapper v0.2.1 |
2620 | 2024-06-25T06:57:00.678Z | Compiling poly1305 v0.8.0 |
2621 | 2024-06-25T06:57:00.807Z | Compiling tungstenite v0.20.1 |
2622 | 2024-06-25T06:57:01.361Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2623 | 2024-06-25T06:57:02.148Z | Compiling heck v0.3.3 |
2624 | 2024-06-25T06:57:02.499Z | Compiling primeorder v0.13.6 |
2625 | 2024-06-25T06:57:02.577Z | Compiling chacha20 v0.9.1 |
2626 | 2024-06-25T06:57:02.794Z | Compiling secrecy v0.8.0 |
2627 | 2024-06-25T06:57:03.003Z | Compiling thiserror-impl-no-std v2.0.2 |
2628 | 2024-06-25T06:57:03.028Z | Compiling half v2.4.1 |
2629 | 2024-06-25T06:57:03.067Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2630 | 2024-06-25T06:57:03.122Z | Compiling option-ext v0.2.0 |
2631 | 2024-06-25T06:57:03.262Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2632 | 2024-06-25T06:57:03.341Z | Compiling ciborium-io v0.2.2 |
2633 | 2024-06-25T06:57:03.431Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2634 | 2024-06-25T06:57:03.483Z | Compiling ciborium-ll v0.2.2 |
2635 | 2024-06-25T06:57:03.546Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2636 | 2024-06-25T06:57:03.761Z | Compiling dirs-sys v0.4.1 |
2637 | 2024-06-25T06:57:03.919Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2638 | 2024-06-25T06:57:04.193Z | Compiling zone_cfg_derive v0.1.2 |
2639 | 2024-06-25T06:57:04.412Z | Compiling tokio-tungstenite v0.20.1 |
2640 | 2024-06-25T06:57:04.984Z | Compiling parking_lot v0.11.2 |
2641 | 2024-06-25T06:57:05.486Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2642 | 2024-06-25T06:57:05.745Z | Compiling rand_chacha v0.2.2 |
2643 | 2024-06-25T06:57:05.873Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2644 | 2024-06-25T06:57:05.985Z | Compiling trust-dns-client v0.22.0 |
2645 | 2024-06-25T06:57:06.355Z | Compiling thiserror-no-std v2.0.2 |
2646 | 2024-06-25T06:57:06.843Z | Compiling ed25519 v2.2.3 |
2647 | 2024-06-25T06:57:07.124Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2648 | 2024-06-25T06:57:07.371Z | Compiling polyval v0.6.2 |
2649 | 2024-06-25T06:57:07.546Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2650 | 2024-06-25T06:57:07.792Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2651 | 2024-06-25T06:57:07.826Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2652 | 2024-06-25T06:57:08.155Z | Compiling libsw v3.3.1 |
2653 | 2024-06-25T06:57:08.480Z | Compiling toml v0.5.11 |
2654 | 2024-06-25T06:57:09.150Z | Compiling blowfish v0.9.1 |
2655 | 2024-06-25T06:57:09.614Z | Compiling ctr v0.9.2 |
2656 | 2024-06-25T06:57:09.987Z | Compiling aes v0.8.4 |
2657 | 2024-06-25T06:57:12.290Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2658 | 2024-06-25T06:57:12.872Z | Compiling pbkdf2 v0.12.2 |
2659 | 2024-06-25T06:57:13.020Z | Compiling password-hash v0.4.2 |
2660 | 2024-06-25T06:57:13.050Z | Compiling gethostname v0.4.3 |
2661 | 2024-06-25T06:57:13.283Z | Compiling fxhash v0.2.1 |
2662 | 2024-06-25T06:57:13.356Z | Compiling base64 v0.13.1 |
2663 | 2024-06-25T06:57:13.503Z | Compiling linear-map v1.2.0 |
2664 | 2024-06-25T06:57:13.890Z | Compiling owo-colors v4.0.0 |
2665 | 2024-06-25T06:57:13.995Z | Compiling ron v0.7.1 |
2666 | 2024-06-25T06:57:14.011Z | Compiling pbkdf2 v0.11.0 |
2667 | 2024-06-25T06:57:14.376Z | Compiling sled v0.34.7 |
2668 | 2024-06-25T06:57:15.615Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2669 | 2024-06-25T06:57:16.276Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2670 | 2024-06-25T06:57:16.339Z | Compiling bcrypt-pbkdf v0.10.0 |
2671 | 2024-06-25T06:57:17.012Z | Compiling trust-dns-server v0.22.1 |
2672 | 2024-06-25T06:57:18.303Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2673 | 2024-06-25T06:57:20.232Z | Compiling ghash v0.5.1 |
2674 | 2024-06-25T06:57:20.320Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2675 | 2024-06-25T06:57:20.336Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2676 | 2024-06-25T06:57:20.418Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2677 | 2024-06-25T06:57:21.120Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2678 | 2024-06-25T06:57:22.598Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2679 | 2024-06-25T06:57:23.206Z | Compiling ed25519-dalek v2.1.1 |
2680 | 2024-06-25T06:57:23.349Z | Compiling vsss-rs v3.3.4 |
2681 | 2024-06-25T06:57:24.330Z | Compiling rand v0.7.3 |
2682 | 2024-06-25T06:57:24.377Z | Compiling zone v0.1.8 |
2683 | 2024-06-25T06:57:25.312Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2684 | 2024-06-25T06:57:25.399Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2685 | 2024-06-25T06:57:25.825Z | Compiling dirs v5.0.1 |
2686 | 2024-06-25T06:57:26.041Z | Compiling ciborium v0.2.2 |
2687 | 2024-06-25T06:57:27.047Z | Compiling p521 v0.13.3 |
2688 | 2024-06-25T06:57:27.671Z | Compiling p256 v0.13.2 |
2689 | 2024-06-25T06:57:28.005Z | Compiling chacha20poly1305 v0.10.1 |
2690 | 2024-06-25T06:57:28.256Z | Compiling pem v3.0.4 |
2691 | 2024-06-25T06:57:28.366Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2692 | 2024-06-25T06:57:28.585Z | Compiling headers-core v0.2.0 |
2693 | 2024-06-25T06:57:28.763Z | Compiling cbc v0.1.2 |
2694 | 2024-06-25T06:57:28.782Z | Compiling kstat-rs v0.2.4 |
2695 | 2024-06-25T06:57:29.024Z | Compiling portpicker v0.1.1 |
2696 | 2024-06-25T06:57:29.117Z | Compiling nanorand v0.7.0 |
2697 | 2024-06-25T06:57:29.360Z | Compiling russh-cryptovec v0.7.2 |
2698 | 2024-06-25T06:57:29.468Z | Compiling http-range v0.1.5 |
2699 | 2024-06-25T06:57:29.544Z | Compiling glob v0.3.1 |
2700 | 2024-06-25T06:57:29.672Z | Compiling hyper-staticfile v0.9.5 |
2701 | 2024-06-25T06:57:29.726Z | Compiling russh-keys v0.43.0 |
2702 | 2024-06-25T06:57:29.856Z | Compiling flume v0.11.0 |
2703 | 2024-06-25T06:57:29.986Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2704 | 2024-06-25T06:57:30.528Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2705 | 2024-06-25T06:57:30.578Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2706 | 2024-06-25T06:57:30.669Z | Compiling headers v0.3.9 |
2707 | 2024-06-25T06:57:32.620Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2708 | 2024-06-25T06:57:32.732Z | Compiling rcgen v0.12.1 |
2709 | 2024-06-25T06:57:34.667Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2710 | 2024-06-25T06:57:35.260Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2711 | 2024-06-25T06:57:35.349Z | Compiling aes-gcm v0.10.3 |
2712 | 2024-06-25T06:57:36.617Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2713 | 2024-06-25T06:57:37.148Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2714 | 2024-06-25T06:57:38.083Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2715 | 2024-06-25T06:57:39.068Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2716 | 2024-06-25T06:57:43.140Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2717 | 2024-06-25T06:57:43.572Z | Compiling atomicwrites v0.4.3 |
2718 | 2024-06-25T06:57:43.960Z | Compiling subprocess v0.2.9 |
2719 | 2024-06-25T06:57:44.828Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2720 | 2024-06-25T06:57:45.470Z | Compiling display-error-chain v0.2.0 |
2721 | 2024-06-25T06:57:45.657Z | Compiling hex-literal v0.4.1 |
2722 | 2024-06-25T06:57:45.817Z | Compiling dhcproto-macros v0.1.0 |
2723 | 2024-06-25T06:57:46.110Z | Compiling russh v0.43.0 |
2724 | 2024-06-25T06:57:46.359Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2725 | 2024-06-25T06:57:46.818Z | Compiling dhcproto v0.11.0 |
2726 | 2024-06-25T06:57:47.386Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2727 | 2024-06-25T06:57:49.315Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2728 | 2024-06-25T06:57:50.362Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2729 | 2024-06-25T06:57:50.872Z | Compiling internet-checksum v0.2.1 |
2730 | 2024-06-25T06:58:11.544Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2731 | 2024-06-25T06:58:54.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 43s |
2732 | 2024-06-25T06:58:54.862Z | |
2733 | 2024-06-25T06:58:54.865Z | real 3:43.845271144 |
2734 | 2024-06-25T06:58:54.865Z | user 19:55.124121656 |
2735 | 2024-06-25T06:58:54.865Z | sys 4:19.045405658 |
2736 | 2024-06-25T06:58:54.865Z | trap 0.582232446 |
2737 | 2024-06-25T06:58:54.865Z | tflt 0.532689542 |
2738 | 2024-06-25T06:58:54.865Z | dflt 2.058502583 |
2739 | 2024-06-25T06:58:54.865Z | kflt 0.000019675 |
2740 | 2024-06-25T06:58:54.865Z | lock 42:48.748057851 |
2741 | 2024-06-25T06:58:54.865Z | slp 57:34.325780509 |
2742 | 2024-06-25T06:58:54.865Z | lat 1:05.426461617 |
2743 | 2024-06-25T06:58:54.865Z | stop 2:24.667668187 |
2744 | 2024-06-25T06:58:54.865Z | + mkdir tests |
2745 | 2024-06-25T06:58:54.868Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2746 | 2024-06-25T06:58:54.868Z | + xargs -I '{}' -t cp '{}' tests/ |
2747 | 2024-06-25T06:58:55.956Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-5ba2fb34bbb5fe65 tests/ |
2748 | 2024-06-25T06:58:55.976Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d920ed8d80b2910c tests/ |
2749 | 2024-06-25T06:58:55.996Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-fde7ebbae3d1f972 tests/ |
2750 | 2024-06-25T06:58:56.017Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b16e66fb49385701 tests/ |
2751 | 2024-06-25T06:58:56.316Z | + 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/*) |
2752 | 2024-06-25T06:58:56.319Z | + 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-d920ed8d80b2910c tests/commtest-fde7ebbae3d1f972 tests/dhcp_server-5ba2fb34bbb5fe65 tests/end_to_end_tests-b16e66fb49385701 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz 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 |
2753 | 2024-06-25T07:00:00.844Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2754 | 2024-06-25T07:00:00.844Z | a out/target/test 1K |
2755 | 2024-06-25T07:00:00.844Z | a out/npuzone/npuzone 23144K |
2756 | 2024-06-25T07:00:00.844Z | a package-manifest.toml 28K |
2757 | 2024-06-25T07:00:00.844Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2758 | 2024-06-25T07:00:00.844Z | a target/release/omicron-package 32281K |
2759 | 2024-06-25T07:00:00.844Z | a target/release/xtask 18121K |
2760 | 2024-06-25T07:00:00.844Z | a target/debug/bootstrap 354715K |
2761 | 2024-06-25T07:00:00.844Z | a tests/bootstrap-d920ed8d80b2910c 23982K |
2762 | 2024-06-25T07:00:00.844Z | a tests/commtest-fde7ebbae3d1f972 23983K |
2763 | 2024-06-25T07:00:00.844Z | a tests/dhcp_server-5ba2fb34bbb5fe65 23982K |
2764 | 2024-06-25T07:00:00.844Z | a tests/end_to_end_tests-b16e66fb49385701 366102K |
2765 | 2024-06-25T07:00:00.844Z | a out/clickhouse.tar.gz 223004K |
2766 | 2024-06-25T07:00:00.844Z | a out/clickhouse_keeper.tar.gz 222994K |
2767 | 2024-06-25T07:00:00.844Z | a out/cockroachdb.tar.gz 131715K |
2768 | 2024-06-25T07:00:00.844Z | a out/crucible-pantry-zone.tar.gz 27302K |
2769 | 2024-06-25T07:00:00.844Z | a out/crucible-zone.tar.gz 38060K |
2770 | 2024-06-25T07:00:00.844Z | a out/external-dns.tar.gz 25085K |
2771 | 2024-06-25T07:00:00.844Z | a out/internal-dns.tar.gz 25085K |
2772 | 2024-06-25T07:00:00.844Z | a out/mg-ddm-gz.tar 60673K |
2773 | 2024-06-25T07:00:00.844Z | a out/nexus.tar.gz 83721K |
2774 | 2024-06-25T07:00:00.844Z | a out/ntp.tar.gz 8850K |
2775 | 2024-06-25T07:00:00.844Z | a out/omicron-gateway-softnpu.tar.gz 13747K |
2776 | 2024-06-25T07:00:00.844Z | a out/omicron-sled-agent.tar 93876K |
2777 | 2024-06-25T07:00:00.845Z | a out/overlay.tar.gz 3K |
2778 | 2024-06-25T07:00:00.845Z | a out/oximeter.tar.gz 41394K |
2779 | 2024-06-25T07:00:00.845Z | a out/oxlog.tar 2955K |
2780 | 2024-06-25T07:00:00.845Z | a out/probe.tar.gz 2764K |
2781 | 2024-06-25T07:00:00.845Z | a out/propolis-server.tar.gz 64643K |
2782 | 2024-06-25T07:00:00.845Z | a out/pumpkind-gz.tar 26665K |
2783 | 2024-06-25T07:00:00.845Z | a out/switch-softnpu.tar.gz 195978K |
2784 | 2024-06-25T07:00:00.848Z | |
2785 | 2024-06-25T07:00:00.848Z | real 1:04.515145379 |
2786 | 2024-06-25T07:00:00.848Z | user 1:01.722832294 |
2787 | 2024-06-25T07:00:00.848Z | sys 3.808835035 |
2788 | 2024-06-25T07:00:00.848Z | trap 0.015517399 |
2789 | 2024-06-25T07:00:00.848Z | tflt 0.000000000 |
2790 | 2024-06-25T07:00:00.848Z | dflt 0.000000000 |
2791 | 2024-06-25T07:00:00.848Z | kflt 0.000000000 |
2792 | 2024-06-25T07:00:00.848Z | lock 0.000000000 |
2793 | 2024-06-25T07:00:00.848Z | slp 1:01.683294240 |
2794 | 2024-06-25T07:00:00.848Z | lat 1.795725151 |
2795 | 2024-06-25T07:00:00.848Z | stop 0.000183664 |
2796 | 2024-06-25T07:00:00.848Z | process exited: duration 1730013 ms, exit code 0 |
|
2797 | 2024-06-25T07:00:00.863Z | found 1 output files |
2798 | 2024-06-25T07:00:00.863Z | uploading: /work/package.tar.gz (1401231497 bytes) |
2799 | 2024-06-25T07:00:28.356Z | uploaded: /work/package.tar.gz |