|
|
|
1 | 2024-07-30T00:49:14.404Z | job assigned to worker 01J40HR4CBG142SJZX23JFDRAA (queued for 1 m 1 s) |
|
2 | 2024-07-30T00:49:21.583Z | starting task 0: "setup" |
3 | 2024-07-30T00:49:21.594Z | ++ uname -s |
4 | 2024-07-30T00:49:21.596Z | + kern=SunOS |
5 | 2024-07-30T00:49:21.596Z | + case "$kern" in |
6 | 2024-07-30T00:49:21.596Z | + groupadd -g 12345 build |
7 | 2024-07-30T00:49:21.599Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-30T00:49:23.607Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-30T00:49:23.671Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-30T00:49:23.673Z | + home_fs=zfs |
11 | 2024-07-30T00:49:23.674Z | + [[ zfs == autofs ]] |
12 | 2024-07-30T00:49:23.674Z | + mkdir -p /home/build |
13 | 2024-07-30T00:49:23.676Z | + chown build:build /home/build /work |
14 | 2024-07-30T00:49:25.678Z | + chmod 0700 /home/build /work |
15 | 2024-07-30T00:49:25.681Z | process exited: duration 4096 ms, exit code 0 |
|
16 | 2024-07-30T00:49:25.686Z | starting task 1: "rust-toolchain" |
17 | 2024-07-30T00:49:25.692Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-30T00:49:25.692Z | ' 1.78.0 |
19 | 2024-07-30T00:49:25.692Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-30T00:49:25.692Z | ' default |
21 | 2024-07-30T00:49:25.694Z | * toolchain channel = "1.78.0" |
22 | 2024-07-30T00:49:25.694Z | * toolchain profile = "default" |
23 | 2024-07-30T00:49:25.694Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-30T00:49:25.694Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-30T00:49:25.794Z | info: downloading installer |
26 | 2024-07-30T00:49:26.937Z | info: profile set to 'default' |
27 | 2024-07-30T00:49:26.937Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-30T00:49:26.940Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-30T00:49:27.100Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-30T00:49:27.101Z | info: downloading component 'cargo' |
31 | 2024-07-30T00:49:28.065Z | info: downloading component 'clippy' |
32 | 2024-07-30T00:49:28.384Z | info: downloading component 'rust-docs' |
33 | 2024-07-30T00:49:29.657Z | info: downloading component 'rust-std' |
34 | 2024-07-30T00:49:31.696Z | info: downloading component 'rustc' |
35 | 2024-07-30T00:49:36.921Z | info: downloading component 'rustfmt' |
36 | 2024-07-30T00:49:37.202Z | info: installing component 'cargo' |
37 | 2024-07-30T00:49:38.024Z | info: installing component 'clippy' |
38 | 2024-07-30T00:49:38.381Z | info: installing component 'rust-docs' |
39 | 2024-07-30T00:49:39.909Z | info: installing component 'rust-std' |
40 | 2024-07-30T00:49:41.608Z | info: installing component 'rustc' |
41 | 2024-07-30T00:49:45.678Z | info: installing component 'rustfmt' |
42 | 2024-07-30T00:49:46.021Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-30T00:49:46.021Z | |
44 | 2024-07-30T00:49:46.294Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-30T00:49:46.294Z | |
46 | 2024-07-30T00:49:46.296Z | |
47 | 2024-07-30T00:49:46.296Z | Rust is installed now. Great! |
48 | 2024-07-30T00:49:46.296Z | |
49 | 2024-07-30T00:49:46.296Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-30T00:49:46.296Z | environment variable. This has not been done automatically. |
51 | 2024-07-30T00:49:46.297Z | |
52 | 2024-07-30T00:49:46.297Z | To configure your current shell, you need to source |
53 | 2024-07-30T00:49:46.297Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-30T00:49:46.297Z | |
55 | 2024-07-30T00:49:46.297Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-30T00:49:46.297Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-30T00:49:46.297Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-30T00:49:46.345Z | + rustc --version |
59 | 2024-07-30T00:49:46.405Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-30T00:49:46.408Z | process exited: duration 20720 ms, exit code 0 |
|
61 | 2024-07-30T00:49:46.415Z | starting task 2: "authentication" |
62 | 2024-07-30T00:49:46.433Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-07-30T00:49:46.439Z | starting task 3: "clone repository" |
64 | 2024-07-30T00:49:46.444Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-30T00:49:46.447Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-30T00:49:46.480Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-30T00:49:53.652Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-30T00:49:53.652Z | + git fetch origin e359e7f94cadf4e85393eeacd733f772e7638516 |
69 | 2024-07-30T00:49:54.058Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-30T00:49:54.058Z | * branch e359e7f94cadf4e85393eeacd733f772e7638516 -> FETCH_HEAD |
71 | 2024-07-30T00:49:54.067Z | + [[ -n update-you-a-propolis ]] |
72 | 2024-07-30T00:49:54.070Z | ++ git branch --show-current |
73 | 2024-07-30T00:49:54.072Z | + current=main |
74 | 2024-07-30T00:49:54.072Z | + [[ main != update-you-a-propolis ]] |
75 | 2024-07-30T00:49:54.072Z | + git branch -f update-you-a-propolis e359e7f94cadf4e85393eeacd733f772e7638516 |
76 | 2024-07-30T00:49:54.075Z | + git checkout -f update-you-a-propolis |
77 | 2024-07-30T00:49:54.207Z | Switched to branch 'update-you-a-propolis' |
78 | 2024-07-30T00:49:54.209Z | + git reset --hard e359e7f94cadf4e85393eeacd733f772e7638516 |
79 | 2024-07-30T00:49:54.343Z | HEAD is now at e359e7f94 Update the Oximeter DB version |
80 | 2024-07-30T00:49:54.345Z | process exited: duration 7904 ms, exit code 0 |
|
81 | 2024-07-30T00:49:54.350Z | starting task 4: "build" |
82 | 2024-07-30T00:49:54.355Z | + cargo --version |
83 | 2024-07-30T00:49:54.409Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-30T00:49:54.412Z | + rustc --version |
85 | 2024-07-30T00:49:54.466Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-30T00:49:54.469Z | + WORK=/work |
87 | 2024-07-30T00:49:54.469Z | + pfexec mkdir -p /work |
88 | 2024-07-30T00:49:54.472Z | + pfexec chown build /work |
89 | 2024-07-30T00:49:54.475Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-07-30T00:49:59.914Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-07-30T00:50:01.948Z | Startup: Caching catalogs ... Done |
92 | 2024-07-30T00:50:05.784Z | Planning: Solver setup ... Done (3.301s) |
93 | 2024-07-30T00:50:05.843Z | Planning: Running solver ... Done (0.060s) |
94 | 2024-07-30T00:50:05.898Z | Planning: Finding local manifests ... Done (0.004s) |
95 | 2024-07-30T00:50:05.910Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-07-30T00:50:06.060Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-07-30T00:50:06.113Z | Planning: Package planning ... Done (0.053s) |
98 | 2024-07-30T00:50:06.164Z | Planning: Merging actions ... Done (0.051s) |
99 | 2024-07-30T00:50:06.463Z | Planning: Checking for conflicting actions ... Done (0.299s) |
100 | 2024-07-30T00:50:06.476Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-07-30T00:50:07.342Z | Planning: Evaluating mediators ... Done (0.866s) |
102 | 2024-07-30T00:50:07.352Z | Planning: Planning completed in 5.33 seconds |
103 | 2024-07-30T00:50:07.367Z | Packages to install: 4 |
104 | 2024-07-30T00:50:07.367Z | Mediators to change: 2 |
105 | 2024-07-30T00:50:07.369Z | Services to change: 1 |
106 | 2024-07-30T00:50:07.370Z | Estimated space available: 155.77 GB |
107 | 2024-07-30T00:50:07.370Z | Estimated space to be consumed: 1.47 GB |
108 | 2024-07-30T00:50:07.370Z | Create boot environment: No |
109 | 2024-07-30T00:50:07.370Z | Create backup boot environment: No |
110 | 2024-07-30T00:50:07.370Z | Rebuild boot archive: No |
111 | 2024-07-30T00:50:07.370Z | |
112 | 2024-07-30T00:50:07.370Z | Changed mediators: |
113 | 2024-07-30T00:50:07.370Z | mediator clang: |
114 | 2024-07-30T00:50:07.370Z | version: None -> 15 (system default) |
115 | 2024-07-30T00:50:07.370Z | |
116 | 2024-07-30T00:50:07.370Z | mediator llvm: |
117 | 2024-07-30T00:50:07.370Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-07-30T00:50:07.370Z | |
119 | 2024-07-30T00:50:07.370Z | Changed packages: |
120 | 2024-07-30T00:50:07.370Z | helios-dev |
121 | 2024-07-30T00:50:07.370Z | developer/build-essential |
122 | 2024-07-30T00:50:07.370Z | None -> 11-2.0 |
123 | 2024-07-30T00:50:07.370Z | library/libxmlsec1 |
124 | 2024-07-30T00:50:07.370Z | None -> 1.2.35-2.0 |
125 | 2024-07-30T00:50:07.370Z | ooce/developer/clang-15 |
126 | 2024-07-30T00:50:07.370Z | None -> 15.0.7-2.0 |
127 | 2024-07-30T00:50:07.370Z | ooce/developer/llvm-15 |
128 | 2024-07-30T00:50:07.370Z | None -> 15.0.7-2.0 |
129 | 2024-07-30T00:50:07.370Z | |
130 | 2024-07-30T00:50:07.370Z | Services: |
131 | 2024-07-30T00:50:07.370Z | restart_fmri: |
132 | 2024-07-30T00:50:07.370Z | svc:/system/update-man-index:default |
133 | 2024-07-30T00:50:07.416Z | |
134 | 2024-07-30T00:50:07.416Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-07-30T00:50:12.416Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (16.8M/s) |
136 | 2024-07-30T00:50:17.419Z | Download: 1852/3290 items 118.5/212.6MB 55% complete (12.0M/s) |
137 | 2024-07-30T00:50:22.423Z | Download: 2251/3290 items 119.4/212.6MB 56% complete (3.9M/s) |
138 | 2024-07-30T00:50:27.426Z | Download: 3093/3290 items 122.3/212.6MB 57% complete (337k/s) |
139 | 2024-07-30T00:50:33.707Z | Download: 3287/3290 items 212.2/212.6MB 99% complete (9.3M/s) |
140 | 2024-07-30T00:50:33.746Z | Download: Completed 212.60 MB in 26.33 seconds (8.1M/s) |
141 | 2024-07-30T00:50:34.070Z | Actions: 1/3689 actions (Installing new actions) |
142 | 2024-07-30T00:50:38.641Z | Actions: Completed 3689 actions in 4.56 seconds. |
143 | 2024-07-30T00:50:38.776Z | Done (0.137s) |
144 | 2024-07-30T00:50:38.776Z | Done (0.000s) |
145 | 2024-07-30T00:50:39.119Z | Done (0.345s) |
146 | 2024-07-30T00:50:43.390Z | Done (4.115s) |
147 | 2024-07-30T00:50:43.470Z | Done (0.017s) |
148 | 2024-07-30T00:50:43.473Z | Done (0.000s) |
149 | 2024-07-30T00:50:43.628Z | Done (0.000s) |
150 | 2024-07-30T00:50:44.214Z | Planning: Evaluating mediator changes ... Done |
151 | 2024-07-30T00:50:44.376Z | Planning: Checking for conflicting actions ... Done |
152 | 2024-07-30T00:50:44.379Z | Planning: Consolidating action changes ... Done |
153 | 2024-07-30T00:50:44.649Z | Planning: Evaluating mediators ... Done |
154 | 2024-07-30T00:50:44.652Z | Planning: Planning completed in 0.44 seconds |
155 | 2024-07-30T00:50:44.684Z | Mediators to change: 2 |
156 | 2024-07-30T00:50:44.684Z | Create boot environment: No |
157 | 2024-07-30T00:50:44.684Z | Create backup boot environment: No |
158 | 2024-07-30T00:50:44.753Z | Done |
159 | 2024-07-30T00:50:44.753Z | Done |
160 | 2024-07-30T00:50:45.058Z | Done |
161 | 2024-07-30T00:50:48.470Z | Done |
162 | 2024-07-30T00:50:48.601Z | Done |
163 | 2024-07-30T00:50:48.601Z | Done |
164 | 2024-07-30T00:50:48.777Z | Done |
165 | 2024-07-30T00:50:49.334Z | Planning: Evaluating mediator changes ... Done |
166 | 2024-07-30T00:50:49.420Z | Planning: Merging actions ... Done |
167 | 2024-07-30T00:50:49.515Z | Planning: Checking for conflicting actions ... Done |
168 | 2024-07-30T00:50:49.576Z | Planning: Consolidating action changes ... Done |
169 | 2024-07-30T00:50:49.772Z | Planning: Evaluating mediators ... Done |
170 | 2024-07-30T00:50:49.822Z | Planning: Planning completed in 0.76 seconds |
171 | 2024-07-30T00:50:49.843Z | Packages to change: 1 |
172 | 2024-07-30T00:50:49.849Z | Mediators to change: 1 |
173 | 2024-07-30T00:50:49.849Z | Services to change: 1 |
174 | 2024-07-30T00:50:49.849Z | Create boot environment: No |
175 | 2024-07-30T00:50:49.849Z | Create backup boot environment: Yes |
176 | 2024-07-30T00:50:51.701Z | Actions: 1/6 actions (Updating modified actions) |
177 | 2024-07-30T00:50:51.704Z | Actions: Completed 6 actions in 0.00 seconds. |
178 | 2024-07-30T00:50:51.704Z | Done |
179 | 2024-07-30T00:50:51.704Z | Done |
180 | 2024-07-30T00:50:51.776Z | Done |
181 | 2024-07-30T00:50:55.357Z | Done |
182 | 2024-07-30T00:50:55.441Z | Done |
183 | 2024-07-30T00:50:55.444Z | Done |
184 | 2024-07-30T00:50:55.547Z | Done |
185 | 2024-07-30T00:50:55.968Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
186 | 2024-07-30T00:50:55.968Z | clang system 15 system |
187 | 2024-07-30T00:50:55.968Z | csh system system illumos |
188 | 2024-07-30T00:50:55.968Z | ctags system system illumos |
189 | 2024-07-30T00:50:55.968Z | gcc vendor 12 vendor |
190 | 2024-07-30T00:50:55.968Z | gcc system 10 system |
191 | 2024-07-30T00:50:55.968Z | gcc system 7 system |
192 | 2024-07-30T00:50:55.968Z | go system 1.20 system |
193 | 2024-07-30T00:50:55.968Z | go system 1.19 system |
194 | 2024-07-30T00:50:55.968Z | llvm system 15 system |
195 | 2024-07-30T00:50:55.968Z | llvm system 14 system |
196 | 2024-07-30T00:50:55.968Z | mariadb system 10.6 system |
197 | 2024-07-30T00:50:55.968Z | mta vendor vendor dma |
198 | 2024-07-30T00:50:55.968Z | openjdk system 17 system |
199 | 2024-07-30T00:50:55.968Z | openjdk system 11 system |
200 | 2024-07-30T00:50:55.968Z | openjdk system 1.8 system |
201 | 2024-07-30T00:50:55.968Z | openssl vendor 3 vendor |
202 | 2024-07-30T00:50:55.969Z | perl system 5.36 system |
203 | 2024-07-30T00:50:55.969Z | postgresql system 15 system |
204 | 2024-07-30T00:50:55.969Z | postgresql system 13 system |
205 | 2024-07-30T00:50:55.969Z | python vendor 3 vendor |
206 | 2024-07-30T00:50:55.969Z | python system 2 system |
207 | 2024-07-30T00:50:55.969Z | python3 system 3.11 system |
208 | 2024-07-30T00:50:55.969Z | ruby system 3.0 system |
209 | 2024-07-30T00:50:55.969Z | words vendor vendor american-english |
210 | 2024-07-30T00:50:55.969Z | words system system australian-english |
211 | 2024-07-30T00:50:55.969Z | words system system british-english |
212 | 2024-07-30T00:50:55.969Z | words system system canadian-english |
213 | 2024-07-30T00:50:55.969Z | words system system french |
214 | 2024-07-30T00:50:55.969Z | words system system italian |
215 | 2024-07-30T00:50:55.969Z | words system system ngerman |
216 | 2024-07-30T00:50:55.969Z | words system system ogerman |
217 | 2024-07-30T00:50:55.969Z | words system system spanish |
218 | 2024-07-30T00:50:56.294Z | PUBLISHER TYPE STATUS P LOCATION |
219 | 2024-07-30T00:50:56.294Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
220 | 2024-07-30T00:50:57.915Z | FMRI IFO |
221 | 2024-07-30T00:50:57.915Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
222 | 2024-07-30T00:50:57.915Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
223 | 2024-07-30T00:50:57.915Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
224 | 2024-07-30T00:50:57.915Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
225 | 2024-07-30T00:50:57.915Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
226 | 2024-07-30T00:50:57.915Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
227 | 2024-07-30T00:50:57.915Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
228 | 2024-07-30T00:50:57.915Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
229 | 2024-07-30T00:50:57.915Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
230 | 2024-07-30T00:50:57.915Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
231 | 2024-07-30T00:50:57.915Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
232 | 2024-07-30T00:50:57.916Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
233 | 2024-07-30T00:50:58.440Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
234 | 2024-07-30T00:50:58.707Z | Updating git repository `https://github.com/oxidecomputer/zone` |
235 | 2024-07-30T00:50:59.013Z | Updating crates.io index |
236 | 2024-07-30T00:50:59.015Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
237 | 2024-07-30T00:50:59.850Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
238 | 2024-07-30T00:51:00.609Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
239 | 2024-07-30T00:51:00.880Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
240 | 2024-07-30T00:51:03.344Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
241 | 2024-07-30T00:51:03.823Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
242 | 2024-07-30T00:51:04.068Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
243 | 2024-07-30T00:51:05.103Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
244 | 2024-07-30T00:51:07.279Z | Updating git repository `https://github.com/oxidecomputer/opte` |
245 | 2024-07-30T00:51:08.587Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
246 | 2024-07-30T00:51:09.263Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
247 | 2024-07-30T00:51:10.041Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
248 | 2024-07-30T00:51:10.458Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
249 | 2024-07-30T00:51:10.711Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
250 | 2024-07-30T00:51:11.029Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
251 | 2024-07-30T00:51:11.309Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
252 | 2024-07-30T00:51:11.550Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
253 | 2024-07-30T00:51:11.804Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
254 | 2024-07-30T00:51:12.285Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
255 | 2024-07-30T00:51:12.603Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
256 | 2024-07-30T00:51:12.888Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
257 | 2024-07-30T00:51:13.301Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
258 | 2024-07-30T00:51:13.958Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
259 | 2024-07-30T00:51:14.377Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
260 | 2024-07-30T00:51:14.824Z | Updating git repository `https://github.com/oxidecomputer/typify` |
261 | 2024-07-30T00:51:17.126Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
262 | 2024-07-30T00:51:17.491Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
263 | 2024-07-30T00:51:17.764Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
264 | 2024-07-30T00:51:18.174Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
265 | 2024-07-30T00:51:19.361Z | Downloading crates ... |
266 | 2024-07-30T00:51:19.470Z | Downloaded anstyle v1.0.7 |
267 | 2024-07-30T00:51:19.474Z | Downloaded autocfg v1.3.0 |
268 | 2024-07-30T00:51:19.477Z | Downloaded anstyle-query v1.0.3 |
269 | 2024-07-30T00:51:19.480Z | Downloaded anstyle-parse v0.2.4 |
270 | 2024-07-30T00:51:19.482Z | Downloaded adler v1.0.2 |
271 | 2024-07-30T00:51:19.482Z | Downloaded foreign-types v0.3.2 |
272 | 2024-07-30T00:51:19.488Z | Downloaded is_terminal_polyfill v1.70.0 |
273 | 2024-07-30T00:51:19.492Z | Downloaded match_cfg v0.1.0 |
274 | 2024-07-30T00:51:19.498Z | Downloaded scroll_derive v0.12.0 |
275 | 2024-07-30T00:51:19.502Z | Downloaded futures-io v0.3.30 |
276 | 2024-07-30T00:51:19.505Z | Downloaded deranged v0.3.11 |
277 | 2024-07-30T00:51:19.508Z | Downloaded errno v0.3.9 |
278 | 2024-07-30T00:51:19.510Z | Downloaded heck v0.5.0 |
279 | 2024-07-30T00:51:19.510Z | Downloaded openssl-probe v0.1.5 |
280 | 2024-07-30T00:51:19.513Z | Downloaded colorchoice v1.0.1 |
281 | 2024-07-30T00:51:19.513Z | Downloaded scopeguard v1.2.0 |
282 | 2024-07-30T00:51:19.516Z | Downloaded dirs-next v2.0.0 |
283 | 2024-07-30T00:51:19.518Z | Downloaded ryu v1.0.18 |
284 | 2024-07-30T00:51:19.521Z | Downloaded proc-macro-error v1.0.4 |
285 | 2024-07-30T00:51:19.524Z | Downloaded tower-service v0.3.2 |
286 | 2024-07-30T00:51:19.527Z | Downloaded usdt-macro v0.5.0 |
287 | 2024-07-30T00:51:19.527Z | Downloaded futures-core v0.3.30 |
288 | 2024-07-30T00:51:19.529Z | Downloaded sync_wrapper v0.1.2 |
289 | 2024-07-30T00:51:19.529Z | Downloaded num_cpus v1.16.0 |
290 | 2024-07-30T00:51:19.532Z | Downloaded cargo-platform v0.1.8 |
291 | 2024-07-30T00:51:19.535Z | Downloaded usdt-attr-macro v0.5.0 |
292 | 2024-07-30T00:51:19.535Z | Downloaded time-core v0.1.2 |
293 | 2024-07-30T00:51:19.535Z | Downloaded foreign-types-shared v0.1.1 |
294 | 2024-07-30T00:51:19.538Z | Downloaded swrite v0.1.0 |
295 | 2024-07-30T00:51:19.538Z | Downloaded equivalent v1.0.1 |
296 | 2024-07-30T00:51:19.538Z | Downloaded strum v0.26.3 |
297 | 2024-07-30T00:51:19.541Z | Downloaded bytecount v0.6.8 |
298 | 2024-07-30T00:51:19.541Z | Downloaded futures-sink v0.3.30 |
299 | 2024-07-30T00:51:19.543Z | Downloaded rustls-pemfile v1.0.4 |
300 | 2024-07-30T00:51:19.543Z | Downloaded pretty-hex v0.4.1 |
301 | 2024-07-30T00:51:19.546Z | Downloaded once_cell v1.19.0 |
302 | 2024-07-30T00:51:19.548Z | Downloaded form_urlencoded v1.2.1 |
303 | 2024-07-30T00:51:19.549Z | Downloaded dof v0.3.0 |
304 | 2024-07-30T00:51:19.552Z | Downloaded base64 v0.21.7 |
305 | 2024-07-30T00:51:19.560Z | Downloaded serde_spanned v0.6.6 |
306 | 2024-07-30T00:51:19.560Z | Downloaded parking_lot_core v0.9.10 |
307 | 2024-07-30T00:51:19.560Z | Downloaded num_threads v0.1.7 |
308 | 2024-07-30T00:51:19.560Z | Downloaded thread_local v1.1.8 |
309 | 2024-07-30T00:51:19.560Z | Downloaded num-conv v0.1.0 |
310 | 2024-07-30T00:51:19.560Z | Downloaded slog-async v2.8.0 |
311 | 2024-07-30T00:51:19.564Z | Downloaded is-terminal v0.4.12 |
312 | 2024-07-30T00:51:19.564Z | Downloaded openssl-macros v0.1.1 |
313 | 2024-07-30T00:51:19.564Z | Downloaded pkg-config v0.3.30 |
314 | 2024-07-30T00:51:19.566Z | Downloaded slog-json v2.6.1 |
315 | 2024-07-30T00:51:19.566Z | Downloaded powerfmt v0.2.0 |
316 | 2024-07-30T00:51:19.569Z | Downloaded dtrace-parser v0.2.0 |
317 | 2024-07-30T00:51:19.569Z | Downloaded tokio-native-tls v0.3.1 |
318 | 2024-07-30T00:51:19.572Z | Downloaded pin-project-lite v0.2.14 |
319 | 2024-07-30T00:51:19.575Z | Downloaded crc32fast v1.4.0 |
320 | 2024-07-30T00:51:19.578Z | Downloaded terminal_size v0.3.0 |
321 | 2024-07-30T00:51:19.581Z | Downloaded futures-task v0.3.30 |
322 | 2024-07-30T00:51:19.581Z | Downloaded digest v0.10.7 |
323 | 2024-07-30T00:51:19.583Z | Downloaded crypto-common v0.1.6 |
324 | 2024-07-30T00:51:19.583Z | Downloaded mime v0.3.17 |
325 | 2024-07-30T00:51:19.586Z | Downloaded log v0.4.21 |
326 | 2024-07-30T00:51:19.586Z | Downloaded crossbeam-utils v0.8.19 |
327 | 2024-07-30T00:51:19.589Z | Downloaded fnv v1.0.7 |
328 | 2024-07-30T00:51:19.592Z | Downloaded miniz_oxide v0.7.2 |
329 | 2024-07-30T00:51:19.595Z | Downloaded clap v4.5.9 |
330 | 2024-07-30T00:51:19.601Z | Downloaded macaddr v1.0.1 |
331 | 2024-07-30T00:51:19.604Z | Downloaded percent-encoding v2.3.1 |
332 | 2024-07-30T00:51:19.604Z | Downloaded hostname v0.3.1 |
333 | 2024-07-30T00:51:19.607Z | Downloaded want v0.3.1 |
334 | 2024-07-30T00:51:19.607Z | Downloaded httpdate v1.0.3 |
335 | 2024-07-30T00:51:19.610Z | Downloaded pin-utils v0.1.0 |
336 | 2024-07-30T00:51:19.610Z | Downloaded httparse v1.8.0 |
337 | 2024-07-30T00:51:19.613Z | Downloaded http-body v0.4.6 |
338 | 2024-07-30T00:51:19.613Z | Downloaded tinyvec_macros v0.1.1 |
339 | 2024-07-30T00:51:19.613Z | Downloaded try-lock v0.2.5 |
340 | 2024-07-30T00:51:19.615Z | Downloaded byteorder v1.5.0 |
341 | 2024-07-30T00:51:19.615Z | Downloaded take_mut v0.2.2 |
342 | 2024-07-30T00:51:19.618Z | Downloaded futures v0.3.30 |
343 | 2024-07-30T00:51:19.620Z | Downloaded cargo_metadata v0.18.1 |
344 | 2024-07-30T00:51:19.623Z | Downloaded semver v1.0.23 |
345 | 2024-07-30T00:51:19.626Z | Downloaded typenum v1.17.0 |
346 | 2024-07-30T00:51:19.629Z | Downloaded slog v2.7.0 |
347 | 2024-07-30T00:51:19.631Z | Downloaded cpufeatures v0.2.12 |
348 | 2024-07-30T00:51:19.631Z | Downloaded toml v0.8.15 |
349 | 2024-07-30T00:51:19.634Z | Downloaded tinyvec v1.6.0 |
350 | 2024-07-30T00:51:19.637Z | Downloaded unicode-bidi v0.3.15 |
351 | 2024-07-30T00:51:19.640Z | Downloaded slab v0.4.9 |
352 | 2024-07-30T00:51:19.642Z | Downloaded cc v1.0.97 |
353 | 2024-07-30T00:51:19.645Z | Downloaded toml_datetime v0.6.6 |
354 | 2024-07-30T00:51:19.648Z | Downloaded pest_meta v2.7.10 |
355 | 2024-07-30T00:51:19.648Z | Downloaded thread-id v4.2.1 |
356 | 2024-07-30T00:51:19.651Z | Downloaded thiserror v1.0.62 |
357 | 2024-07-30T00:51:19.654Z | Downloaded strsim v0.11.1 |
358 | 2024-07-30T00:51:19.657Z | Downloaded tokio-macros v2.3.0 |
359 | 2024-07-30T00:51:19.657Z | Downloaded plain v0.2.3 |
360 | 2024-07-30T00:51:19.660Z | Downloaded xattr v1.3.1 |
361 | 2024-07-30T00:51:19.660Z | Downloaded parking_lot v0.12.2 |
362 | 2024-07-30T00:51:19.662Z | Downloaded tar v0.4.41 |
363 | 2024-07-30T00:51:19.665Z | Downloaded openssl-sys v0.9.103 |
364 | 2024-07-30T00:51:19.669Z | Downloaded utf8parse v0.2.1 |
365 | 2024-07-30T00:51:19.672Z | Downloaded usdt v0.5.0 |
366 | 2024-07-30T00:51:19.672Z | Downloaded tracing-core v0.1.32 |
367 | 2024-07-30T00:51:19.675Z | Downloaded indexmap v2.2.6 |
368 | 2024-07-30T00:51:19.678Z | Downloaded url v2.5.2 |
369 | 2024-07-30T00:51:19.681Z | Downloaded http v0.2.12 |
370 | 2024-07-30T00:51:19.685Z | Downloaded crossbeam-channel v0.5.12 |
371 | 2024-07-30T00:51:19.689Z | Downloaded version_check v0.9.4 |
372 | 2024-07-30T00:51:19.692Z | Downloaded zerocopy-derive v0.7.34 |
373 | 2024-07-30T00:51:19.695Z | Downloaded mio v0.8.11 |
374 | 2024-07-30T00:51:19.700Z | Downloaded usdt-impl v0.5.0 |
375 | 2024-07-30T00:51:19.703Z | Downloaded smallvec v1.13.2 |
376 | 2024-07-30T00:51:19.706Z | Downloaded slog-term v2.9.1 |
377 | 2024-07-30T00:51:19.708Z | Downloaded serde_derive v1.0.204 |
378 | 2024-07-30T00:51:19.711Z | Downloaded unicode-ident v1.0.12 |
379 | 2024-07-30T00:51:19.714Z | Downloaded term v0.7.0 |
380 | 2024-07-30T00:51:19.716Z | Downloaded ucd-trie v0.1.6 |
381 | 2024-07-30T00:51:19.719Z | Downloaded hashbrown v0.14.5 |
382 | 2024-07-30T00:51:19.722Z | Downloaded futures-util v0.3.30 |
383 | 2024-07-30T00:51:19.735Z | Downloaded clap_builder v4.5.9 |
384 | 2024-07-30T00:51:19.740Z | Downloaded hyper v0.14.28 |
385 | 2024-07-30T00:51:19.749Z | Downloaded toml_edit v0.22.16 |
386 | 2024-07-30T00:51:19.771Z | Downloaded unicode-normalization v0.1.23 |
387 | 2024-07-30T00:51:19.774Z | Downloaded tracing v0.1.40 |
388 | 2024-07-30T00:51:19.778Z | Downloaded openssl v0.10.66 |
389 | 2024-07-30T00:51:19.787Z | Downloaded idna v0.5.0 |
390 | 2024-07-30T00:51:19.794Z | Downloaded time v0.3.36 |
391 | 2024-07-30T00:51:19.800Z | Downloaded winnow v0.6.8 |
392 | 2024-07-30T00:51:19.809Z | Downloaded zerocopy v0.7.34 |
393 | 2024-07-30T00:51:19.825Z | Downloaded tokio-util v0.7.11 |
394 | 2024-07-30T00:51:19.831Z | Downloaded libc v0.2.155 |
395 | 2024-07-30T00:51:19.857Z | Downloaded syn v1.0.109 |
396 | 2024-07-30T00:51:19.866Z | Downloaded vcpkg v0.2.15 |
397 | 2024-07-30T00:51:19.902Z | Downloaded syn v2.0.72 |
398 | 2024-07-30T00:51:19.912Z | Downloaded rustix v0.38.34 |
399 | 2024-07-30T00:51:19.932Z | Downloaded encoding_rs v0.8.34 |
400 | 2024-07-30T00:51:19.951Z | Downloaded unicode-width v0.1.13 |
401 | 2024-07-30T00:51:19.958Z | Downloaded tokio v1.38.1 |
402 | 2024-07-30T00:51:19.991Z | Downloaded tabled v0.15.0 |
403 | 2024-07-30T00:51:20.004Z | Downloaded reqwest v0.11.27 |
404 | 2024-07-30T00:51:20.011Z | Downloaded serde_json v1.0.120 |
405 | 2024-07-30T00:51:20.017Z | Downloaded h2 v0.3.26 |
406 | 2024-07-30T00:51:20.022Z | Downloaded goblin v0.8.2 |
407 | 2024-07-30T00:51:20.028Z | Downloaded serde v1.0.204 |
408 | 2024-07-30T00:51:20.031Z | Downloaded pest v2.7.10 |
409 | 2024-07-30T00:51:20.035Z | Downloaded time-macros v0.2.18 |
410 | 2024-07-30T00:51:20.038Z | Downloaded strum_macros v0.26.4 |
411 | 2024-07-30T00:51:20.041Z | Downloaded memchr v2.7.2 |
412 | 2024-07-30T00:51:20.043Z | Downloaded sha2 v0.10.8 |
413 | 2024-07-30T00:51:20.046Z | Downloaded flate2 v1.0.30 |
414 | 2024-07-30T00:51:20.049Z | Downloaded camino v1.1.7 |
415 | 2024-07-30T00:51:20.052Z | Downloaded slog-bunyan v2.5.0 |
416 | 2024-07-30T00:51:20.052Z | Downloaded pest_derive v2.7.10 |
417 | 2024-07-30T00:51:20.054Z | Downloaded cargo_toml v0.20.4 |
418 | 2024-07-30T00:51:20.057Z | Downloaded serde_tokenstream v0.2.1 |
419 | 2024-07-30T00:51:20.060Z | Downloaded papergrid v0.11.0 |
420 | 2024-07-30T00:51:20.062Z | Downloaded socket2 v0.5.7 |
421 | 2024-07-30T00:51:20.065Z | Downloaded scroll v0.12.0 |
422 | 2024-07-30T00:51:20.065Z | Downloaded quote v1.0.36 |
423 | 2024-07-30T00:51:20.068Z | Downloaded lock_api v0.4.12 |
424 | 2024-07-30T00:51:20.070Z | Downloaded hyper-tls v0.5.0 |
425 | 2024-07-30T00:51:20.070Z | Downloaded bytes v1.6.0 |
426 | 2024-07-30T00:51:20.073Z | Downloaded futures-channel v0.3.30 |
427 | 2024-07-30T00:51:20.076Z | Downloaded fs-err v2.11.0 |
428 | 2024-07-30T00:51:20.076Z | Downloaded clap_derive v4.5.8 |
429 | 2024-07-30T00:51:20.079Z | Downloaded itoa v1.0.11 |
430 | 2024-07-30T00:51:20.079Z | Downloaded heck v0.4.1 |
431 | 2024-07-30T00:51:20.081Z | Downloaded generic-array v0.14.7 |
432 | 2024-07-30T00:51:20.082Z | Downloaded futures-macro v0.3.30 |
433 | 2024-07-30T00:51:20.082Z | Downloaded filetime v0.2.23 |
434 | 2024-07-30T00:51:20.085Z | Downloaded dirs-sys-next v0.1.2 |
435 | 2024-07-30T00:51:20.085Z | Downloaded clap_lex v0.7.0 |
436 | 2024-07-30T00:51:20.085Z | Downloaded block-buffer v0.10.4 |
437 | 2024-07-30T00:51:20.088Z | Downloaded signal-hook-registry v1.4.2 |
438 | 2024-07-30T00:51:20.088Z | Downloaded rustversion v1.0.17 |
439 | 2024-07-30T00:51:20.091Z | Downloaded proc-macro-error-attr v1.0.4 |
440 | 2024-07-30T00:51:20.091Z | Downloaded futures-executor v0.3.30 |
441 | 2024-07-30T00:51:20.091Z | Downloaded cfg-if v1.0.0 |
442 | 2024-07-30T00:51:20.091Z | Downloaded bitflags v2.5.0 |
443 | 2024-07-30T00:51:20.093Z | Downloaded anyhow v1.0.86 |
444 | 2024-07-30T00:51:20.097Z | Downloaded thiserror-impl v1.0.62 |
445 | 2024-07-30T00:51:20.099Z | Downloaded tabled_derive v0.7.0 |
446 | 2024-07-30T00:51:20.099Z | Downloaded serde_urlencoded v0.7.1 |
447 | 2024-07-30T00:51:20.102Z | Downloaded native-tls v0.2.11 |
448 | 2024-07-30T00:51:20.102Z | Downloaded anstream v0.6.14 |
449 | 2024-07-30T00:51:20.105Z | Downloaded ipnet v2.9.0 |
450 | 2024-07-30T00:51:20.105Z | Downloaded proc-macro2 v1.0.86 |
451 | 2024-07-30T00:51:20.108Z | Downloaded pest_generator v2.7.10 |
452 | 2024-07-30T00:51:20.111Z | Downloaded memmap v0.7.0 |
453 | 2024-07-30T00:51:20.399Z | Compiling proc-macro2 v1.0.86 |
454 | 2024-07-30T00:51:20.401Z | Compiling unicode-ident v1.0.12 |
455 | 2024-07-30T00:51:20.401Z | Compiling libc v0.2.155 |
456 | 2024-07-30T00:51:20.401Z | Compiling version_check v0.9.4 |
457 | 2024-07-30T00:51:20.401Z | Compiling cfg-if v1.0.0 |
458 | 2024-07-30T00:51:20.401Z | Compiling itoa v1.0.11 |
459 | 2024-07-30T00:51:20.401Z | Compiling once_cell v1.19.0 |
460 | 2024-07-30T00:51:20.438Z | Compiling serde v1.0.204 |
461 | 2024-07-30T00:51:20.605Z | Compiling autocfg v1.3.0 |
462 | 2024-07-30T00:51:20.679Z | Compiling memchr v2.7.2 |
463 | 2024-07-30T00:51:20.752Z | Compiling thiserror v1.0.62 |
464 | 2024-07-30T00:51:20.990Z | Compiling ryu v1.0.18 |
465 | 2024-07-30T00:51:21.242Z | Compiling pin-project-lite v0.2.14 |
466 | 2024-07-30T00:51:21.358Z | Compiling bitflags v2.5.0 |
467 | 2024-07-30T00:51:21.379Z | Compiling parking_lot_core v0.9.10 |
468 | 2024-07-30T00:51:21.381Z | Compiling cc v1.0.97 |
469 | 2024-07-30T00:51:21.445Z | Compiling ucd-trie v0.1.6 |
470 | 2024-07-30T00:51:21.587Z | Compiling lock_api v0.4.12 |
471 | 2024-07-30T00:51:21.767Z | Compiling pkg-config v0.3.30 |
472 | 2024-07-30T00:51:21.803Z | Compiling vcpkg v0.2.15 |
473 | 2024-07-30T00:51:22.046Z | Compiling slab v0.4.9 |
474 | 2024-07-30T00:51:22.123Z | Compiling futures-core v0.3.30 |
475 | 2024-07-30T00:51:22.321Z | Compiling quote v1.0.36 |
476 | 2024-07-30T00:51:22.434Z | Compiling futures-sink v0.3.30 |
477 | 2024-07-30T00:51:22.600Z | Compiling scopeguard v1.2.0 |
478 | 2024-07-30T00:51:22.740Z | Compiling syn v2.0.72 |
479 | 2024-07-30T00:51:22.880Z | Compiling smallvec v1.13.2 |
480 | 2024-07-30T00:51:22.905Z | Compiling bytes v1.6.0 |
481 | 2024-07-30T00:51:23.322Z | Compiling fnv v1.0.7 |
482 | 2024-07-30T00:51:23.357Z | Compiling log v0.4.21 |
483 | 2024-07-30T00:51:23.463Z | Compiling byteorder v1.5.0 |
484 | 2024-07-30T00:51:23.581Z | Compiling serde_json v1.0.120 |
485 | 2024-07-30T00:51:23.749Z | Compiling hashbrown v0.14.5 |
486 | 2024-07-30T00:51:23.904Z | Compiling equivalent v1.0.1 |
487 | 2024-07-30T00:51:23.957Z | Compiling parking_lot v0.12.2 |
488 | 2024-07-30T00:51:24.005Z | Compiling futures-channel v0.3.30 |
489 | 2024-07-30T00:51:24.023Z | Compiling signal-hook-registry v1.4.2 |
490 | 2024-07-30T00:51:24.135Z | Compiling num_cpus v1.16.0 |
491 | 2024-07-30T00:51:24.261Z | Compiling mio v0.8.11 |
492 | 2024-07-30T00:51:24.284Z | Compiling socket2 v0.5.7 |
493 | 2024-07-30T00:51:24.438Z | Compiling pin-utils v0.1.0 |
494 | 2024-07-30T00:51:24.853Z | Compiling rustix v0.38.34 |
495 | 2024-07-30T00:51:24.856Z | Compiling typenum v1.17.0 |
496 | 2024-07-30T00:51:24.898Z | Compiling futures-task v0.3.30 |
497 | 2024-07-30T00:51:24.920Z | Compiling openssl-sys v0.9.103 |
498 | 2024-07-30T00:51:25.065Z | Compiling indexmap v2.2.6 |
499 | 2024-07-30T00:51:25.258Z | Compiling futures-io v0.3.30 |
500 | 2024-07-30T00:51:25.649Z | Compiling errno v0.3.9 |
501 | 2024-07-30T00:51:25.680Z | Compiling generic-array v0.14.7 |
502 | 2024-07-30T00:51:25.732Z | Compiling foreign-types-shared v0.1.1 |
503 | 2024-07-30T00:51:25.846Z | Compiling openssl v0.10.66 |
504 | 2024-07-30T00:51:25.898Z | Compiling slog v2.7.0 |
505 | 2024-07-30T00:51:26.096Z | Compiling foreign-types v0.3.2 |
506 | 2024-07-30T00:51:26.231Z | Compiling http v0.2.12 |
507 | 2024-07-30T00:51:26.375Z | Compiling usdt-impl v0.5.0 |
508 | 2024-07-30T00:51:26.427Z | Compiling proc-macro-error-attr v1.0.4 |
509 | 2024-07-30T00:51:26.679Z | Compiling tracing-core v0.1.32 |
510 | 2024-07-30T00:51:26.703Z | Compiling powerfmt v0.2.0 |
511 | 2024-07-30T00:51:26.755Z | Compiling num-conv v0.1.0 |
512 | 2024-07-30T00:51:27.027Z | Compiling httparse v1.8.0 |
513 | 2024-07-30T00:51:27.119Z | Compiling syn v1.0.109 |
514 | 2024-07-30T00:51:27.462Z | Compiling tinyvec_macros v0.1.1 |
515 | 2024-07-30T00:51:27.560Z | Compiling native-tls v0.2.11 |
516 | 2024-07-30T00:51:27.588Z | Compiling time-core v0.1.2 |
517 | 2024-07-30T00:51:27.619Z | Compiling tinyvec v1.6.0 |
518 | 2024-07-30T00:51:27.764Z | Compiling time-macros v0.2.18 |
519 | 2024-07-30T00:51:27.933Z | Compiling tracing v0.1.40 |
520 | 2024-07-30T00:51:28.096Z | Compiling deranged v0.3.11 |
521 | 2024-07-30T00:51:28.586Z | Compiling thread-id v4.2.1 |
522 | 2024-07-30T00:51:28.698Z | Compiling proc-macro-error v1.0.4 |
523 | 2024-07-30T00:51:28.973Z | Compiling percent-encoding v2.3.1 |
524 | 2024-07-30T00:51:29.072Z | Compiling num_threads v0.1.7 |
525 | 2024-07-30T00:51:29.138Z | Compiling openssl-probe v0.1.5 |
526 | 2024-07-30T00:51:29.202Z | Compiling rustversion v1.0.17 |
527 | 2024-07-30T00:51:29.227Z | Compiling try-lock v0.2.5 |
528 | 2024-07-30T00:51:29.348Z | Compiling heck v0.5.0 |
529 | 2024-07-30T00:51:29.375Z | Compiling crossbeam-utils v0.8.19 |
530 | 2024-07-30T00:51:29.461Z | Compiling utf8parse v0.2.1 |
531 | 2024-07-30T00:51:29.485Z | Compiling plain v0.2.3 |
532 | 2024-07-30T00:51:29.629Z | Compiling anstyle-parse v0.2.4 |
533 | 2024-07-30T00:51:29.653Z | Compiling want v0.3.1 |
534 | 2024-07-30T00:51:29.858Z | Compiling form_urlencoded v1.2.1 |
535 | 2024-07-30T00:51:29.949Z | Compiling unicode-normalization v0.1.23 |
536 | 2024-07-30T00:51:30.109Z | Compiling http-body v0.4.6 |
537 | 2024-07-30T00:51:30.166Z | Compiling dirs-sys-next v0.1.2 |
538 | 2024-07-30T00:51:30.755Z | Compiling is_terminal_polyfill v1.70.0 |
539 | 2024-07-30T00:51:30.840Z | Compiling unicode-bidi v0.3.15 |
540 | 2024-07-30T00:51:30.864Z | Compiling pretty-hex v0.4.1 |
541 | 2024-07-30T00:51:30.886Z | Compiling httpdate v1.0.3 |
542 | 2024-07-30T00:51:30.940Z | Compiling colorchoice v1.0.1 |
543 | 2024-07-30T00:51:31.002Z | Compiling anstyle-query v1.0.3 |
544 | 2024-07-30T00:51:31.069Z | Compiling anstyle v1.0.7 |
545 | 2024-07-30T00:51:31.104Z | Compiling semver v1.0.23 |
546 | 2024-07-30T00:51:31.150Z | Compiling time v0.3.36 |
547 | 2024-07-30T00:51:31.174Z | Compiling camino v1.1.7 |
548 | 2024-07-30T00:51:31.375Z | Compiling crc32fast v1.4.0 |
549 | 2024-07-30T00:51:31.552Z | Compiling winnow v0.6.8 |
550 | 2024-07-30T00:51:31.609Z | Compiling tower-service v0.3.2 |
551 | 2024-07-30T00:51:31.835Z | Compiling idna v0.5.0 |
552 | 2024-07-30T00:51:31.890Z | Compiling anstream v0.6.14 |
553 | 2024-07-30T00:51:32.116Z | Compiling dirs-next v2.0.0 |
554 | 2024-07-30T00:51:32.618Z | Compiling block-buffer v0.10.4 |
555 | 2024-07-30T00:51:32.867Z | Compiling crypto-common v0.1.6 |
556 | 2024-07-30T00:51:33.442Z | Compiling terminal_size v0.3.0 |
557 | 2024-07-30T00:51:33.636Z | Compiling fs-err v2.11.0 |
558 | 2024-07-30T00:51:33.682Z | Compiling thread_local v1.1.8 |
559 | 2024-07-30T00:51:33.805Z | Compiling strsim v0.11.1 |
560 | 2024-07-30T00:51:33.905Z | Compiling clap_lex v0.7.0 |
561 | 2024-07-30T00:51:33.908Z | Compiling unicode-width v0.1.13 |
562 | 2024-07-30T00:51:34.175Z | Compiling adler v1.0.2 |
563 | 2024-07-30T00:51:34.243Z | Compiling bytecount v0.6.8 |
564 | 2024-07-30T00:51:34.413Z | Compiling anyhow v1.0.86 |
565 | 2024-07-30T00:51:34.437Z | Compiling match_cfg v0.1.0 |
566 | 2024-07-30T00:51:34.460Z | Compiling base64 v0.21.7 |
567 | 2024-07-30T00:51:34.533Z | Compiling slog-async v2.8.0 |
568 | 2024-07-30T00:51:34.772Z | Compiling heck v0.4.1 |
569 | 2024-07-30T00:51:35.061Z | Compiling rustls-pemfile v1.0.4 |
570 | 2024-07-30T00:51:35.108Z | Compiling hostname v0.3.1 |
571 | 2024-07-30T00:51:35.153Z | Compiling papergrid v0.11.0 |
572 | 2024-07-30T00:51:35.205Z | Compiling miniz_oxide v0.7.2 |
573 | 2024-07-30T00:51:35.232Z | Compiling clap_builder v4.5.9 |
574 | 2024-07-30T00:51:35.361Z | Compiling digest v0.10.7 |
575 | 2024-07-30T00:51:35.419Z | Compiling crossbeam-channel v0.5.12 |
576 | 2024-07-30T00:51:35.480Z | Compiling url v2.5.2 |
577 | 2024-07-30T00:51:35.840Z | Compiling term v0.7.0 |
578 | 2024-07-30T00:51:35.878Z | Compiling serde_derive v1.0.204 |
579 | 2024-07-30T00:51:36.615Z | Compiling thiserror-impl v1.0.62 |
580 | 2024-07-30T00:51:36.861Z | Compiling zerocopy-derive v0.7.34 |
581 | 2024-07-30T00:51:36.972Z | Compiling futures-macro v0.3.30 |
582 | 2024-07-30T00:51:37.468Z | Compiling tokio-macros v2.3.0 |
583 | 2024-07-30T00:51:37.520Z | Compiling scroll_derive v0.12.0 |
584 | 2024-07-30T00:51:39.062Z | Compiling openssl-macros v0.1.1 |
585 | 2024-07-30T00:51:39.135Z | Compiling futures-util v0.3.30 |
586 | 2024-07-30T00:51:39.211Z | Compiling zerocopy v0.7.34 |
587 | 2024-07-30T00:51:39.236Z | Compiling tokio v1.38.1 |
588 | 2024-07-30T00:51:39.431Z | Compiling scroll v0.12.0 |
589 | 2024-07-30T00:51:39.991Z | Compiling goblin v0.8.2 |
590 | 2024-07-30T00:51:40.199Z | Compiling pest v2.7.10 |
591 | 2024-07-30T00:51:40.885Z | Compiling tabled_derive v0.7.0 |
592 | 2024-07-30T00:51:43.285Z | Compiling pest_meta v2.7.10 |
593 | 2024-07-30T00:51:43.558Z | Compiling clap_derive v4.5.8 |
594 | 2024-07-30T00:51:45.212Z | Compiling pest_generator v2.7.10 |
595 | 2024-07-30T00:51:47.362Z | Compiling tokio-util v0.7.11 |
596 | 2024-07-30T00:51:48.644Z | Compiling h2 v0.3.26 |
597 | 2024-07-30T00:51:48.693Z | Compiling pest_derive v2.7.10 |
598 | 2024-07-30T00:51:48.740Z | Compiling futures-executor v0.3.30 |
599 | 2024-07-30T00:51:49.326Z | Compiling tokio-native-tls v0.3.1 |
600 | 2024-07-30T00:51:49.365Z | Compiling strum_macros v0.26.4 |
601 | 2024-07-30T00:51:49.467Z | Compiling dtrace-parser v0.2.0 |
602 | 2024-07-30T00:51:49.945Z | Compiling xattr v1.3.1 |
603 | 2024-07-30T00:51:50.218Z | Compiling is-terminal v0.4.12 |
604 | 2024-07-30T00:51:50.355Z | Compiling filetime v0.2.23 |
605 | 2024-07-30T00:51:50.789Z | Compiling toml_datetime v0.6.6 |
606 | 2024-07-30T00:51:51.303Z | Compiling serde_tokenstream v0.2.1 |
607 | 2024-07-30T00:51:51.521Z | Compiling serde_spanned v0.6.6 |
608 | 2024-07-30T00:51:51.755Z | Compiling toml_edit v0.22.16 |
609 | 2024-07-30T00:51:51.812Z | Compiling serde_urlencoded v0.7.1 |
610 | 2024-07-30T00:51:52.629Z | Compiling dof v0.3.0 |
611 | 2024-07-30T00:51:53.615Z | Compiling hyper v0.14.28 |
612 | 2024-07-30T00:51:54.450Z | Compiling slog-json v2.6.1 |
613 | 2024-07-30T00:51:54.829Z | Compiling toml v0.8.15 |
614 | 2024-07-30T00:51:54.857Z | Compiling cargo-platform v0.1.8 |
615 | 2024-07-30T00:51:54.948Z | Compiling memmap v0.7.0 |
616 | 2024-07-30T00:51:55.318Z | Compiling encoding_rs v0.8.34 |
617 | 2024-07-30T00:51:55.461Z | Compiling ipnet v2.9.0 |
618 | 2024-07-30T00:51:55.870Z | Compiling usdt-attr-macro v0.5.0 |
619 | 2024-07-30T00:51:56.061Z | Compiling usdt-macro v0.5.0 |
620 | 2024-07-30T00:51:56.164Z | Compiling mime v0.3.17 |
621 | 2024-07-30T00:51:56.695Z | Compiling sync_wrapper v0.1.2 |
622 | 2024-07-30T00:51:56.729Z | Compiling cpufeatures v0.2.12 |
623 | 2024-07-30T00:51:56.800Z | Compiling take_mut v0.2.2 |
624 | 2024-07-30T00:51:56.835Z | Compiling sha2 v0.10.8 |
625 | 2024-07-30T00:51:56.860Z | Compiling cargo_toml v0.20.4 |
626 | 2024-07-30T00:51:57.339Z | Compiling hyper-tls v0.5.0 |
627 | 2024-07-30T00:51:57.397Z | Compiling usdt v0.5.0 |
628 | 2024-07-30T00:51:57.674Z | Compiling reqwest v0.11.27 |
629 | 2024-07-30T00:51:57.906Z | Compiling cargo_metadata v0.18.1 |
630 | 2024-07-30T00:51:58.213Z | Compiling strum v0.26.3 |
631 | 2024-07-30T00:51:58.396Z | Compiling slog-bunyan v2.5.0 |
632 | 2024-07-30T00:51:58.604Z | Compiling macaddr v1.0.1 |
633 | 2024-07-30T00:51:59.069Z | Compiling tar v0.4.41 |
634 | 2024-07-30T00:51:59.852Z | Compiling slog-term v2.9.1 |
635 | 2024-07-30T00:51:59.920Z | Compiling flate2 v1.0.30 |
636 | 2024-07-30T00:52:00.237Z | Compiling futures v0.3.30 |
637 | 2024-07-30T00:52:00.367Z | Compiling clap v4.5.9 |
638 | 2024-07-30T00:52:00.464Z | Compiling tabled v0.15.0 |
639 | 2024-07-30T00:52:01.120Z | Compiling swrite v0.1.0 |
640 | 2024-07-30T00:52:05.072Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
641 | 2024-07-30T00:52:12.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
642 | 2024-07-30T00:52:12.806Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
643 | 2024-07-30T00:52:12.874Z | Jul 30 00:52:11.579 INFO Starting download, target: Cockroach |
644 | 2024-07-30T00:52:12.874Z | Jul 30 00:52:11.579 INFO Starting download, target: Clickhouse |
645 | 2024-07-30T00:52:12.874Z | Jul 30 00:52:11.579 INFO Starting download, target: Console |
646 | 2024-07-30T00:52:12.874Z | Jul 30 00:52:11.579 INFO Starting download, target: DendriteOpenapi |
647 | 2024-07-30T00:52:12.874Z | Jul 30 00:52:11.579 INFO Starting download, target: DendriteStub |
648 | 2024-07-30T00:52:12.874Z | Jul 30 00:52:11.579 INFO Starting download, target: MaghemiteMgd |
649 | 2024-07-30T00:52:12.874Z | Jul 30 00:52:11.579 INFO Starting download, target: TransceiverControl |
650 | 2024-07-30T00:52:12.877Z | Jul 30 00:52:11.580 INFO Downloading out/downloads/dpd-fb571dc6512b24a777c5a9b2927a50501f6be297.json (attempt 1/3), target: DendriteOpenapi |
651 | 2024-07-30T00:52:12.877Z | Jul 30 00:52:11.580 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
652 | 2024-07-30T00:52:12.877Z | Jul 30 00:52:11.580 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
653 | 2024-07-30T00:52:12.877Z | Jul 30 00:52:11.580 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
654 | 2024-07-30T00:52:12.877Z | Jul 30 00:52:11.580 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
655 | 2024-07-30T00:52:12.878Z | Jul 30 00:52:11.580 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
656 | 2024-07-30T00:52:12.878Z | Jul 30 00:52:11.580 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
657 | 2024-07-30T00:52:13.115Z | Jul 30 00:52:11.819 INFO Download complete, target: DendriteOpenapi |
658 | 2024-07-30T00:52:13.259Z | Jul 30 00:52:11.953 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
659 | 2024-07-30T00:52:13.566Z | Jul 30 00:52:12.271 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
660 | 2024-07-30T00:52:13.585Z | Jul 30 00:52:12.290 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
661 | 2024-07-30T00:52:13.650Z | Jul 30 00:52:12.355 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
662 | 2024-07-30T00:52:14.011Z | Jul 30 00:52:12.716 INFO Download complete, target: Console |
663 | 2024-07-30T00:52:14.059Z | Jul 30 00:52:12.764 INFO Download complete, target: TransceiverControl |
664 | 2024-07-30T00:52:15.765Z | Jul 30 00:52:14.470 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
665 | 2024-07-30T00:52:15.765Z | Jul 30 00:52:14.470 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
666 | 2024-07-30T00:52:16.486Z | Jul 30 00:52:15.191 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
667 | 2024-07-30T00:52:16.947Z | Jul 30 00:52:15.652 INFO Download complete, target: DendriteStub |
668 | 2024-07-30T00:52:17.055Z | Jul 30 00:52:15.759 INFO Download complete, target: MaghemiteMgd |
669 | 2024-07-30T00:52:24.826Z | Jul 30 00:52:23.530 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
670 | 2024-07-30T00:52:25.133Z | Jul 30 00:52:23.838 INFO Checking that binary works, target: Cockroach |
671 | 2024-07-30T00:52:25.291Z | Jul 30 00:52:23.993 INFO Download complete, target: Cockroach |
672 | 2024-07-30T00:52:31.677Z | Jul 30 00:52:30.381 INFO Checking that binary works, target: Clickhouse |
673 | 2024-07-30T00:52:31.827Z | Jul 30 00:52:30.531 INFO Download complete, target: Clickhouse |
674 | 2024-07-30T00:52:31.834Z | All prerequisites installed successfully |
675 | 2024-07-30T00:52:31.837Z | |
676 | 2024-07-30T00:52:31.837Z | real 2:37.348686229 |
677 | 2024-07-30T00:52:31.837Z | user 5:54.233782585 |
678 | 2024-07-30T00:52:31.837Z | sys 1:19.697511365 |
679 | 2024-07-30T00:52:31.837Z | trap 0.217432065 |
680 | 2024-07-30T00:52:31.837Z | tflt 0.213781496 |
681 | 2024-07-30T00:52:31.837Z | dflt 0.715483325 |
682 | 2024-07-30T00:52:31.837Z | kflt 0.022260685 |
683 | 2024-07-30T00:52:31.837Z | lock 13:17.997756515 |
684 | 2024-07-30T00:52:31.837Z | slp 16:51.421510458 |
685 | 2024-07-30T00:52:31.837Z | lat 22.062221613 |
686 | 2024-07-30T00:52:31.837Z | stop 1:07.308125017 |
687 | 2024-07-30T00:52:31.837Z | + ptime -m cargo xtask download softnpu |
688 | 2024-07-30T00:52:32.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
689 | 2024-07-30T00:52:32.392Z | Running `target/debug/xtask download softnpu` |
690 | 2024-07-30T00:52:32.413Z | Jul 30 00:52:31.117 INFO Starting download, target: Softnpu |
691 | 2024-07-30T00:52:32.416Z | Jul 30 00:52:31.118 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
692 | 2024-07-30T00:52:33.338Z | Jul 30 00:52:32.041 INFO Download complete, target: Softnpu |
693 | 2024-07-30T00:52:33.341Z | |
694 | 2024-07-30T00:52:33.341Z | real 1.500029879 |
695 | 2024-07-30T00:52:33.341Z | user 0.617052777 |
696 | 2024-07-30T00:52:33.341Z | sys 0.280229791 |
697 | 2024-07-30T00:52:33.341Z | trap 0.000183937 |
698 | 2024-07-30T00:52:33.341Z | tflt 0.000098688 |
699 | 2024-07-30T00:52:33.341Z | dflt 0.000110276 |
700 | 2024-07-30T00:52:33.342Z | kflt 0.000000000 |
701 | 2024-07-30T00:52:33.342Z | lock 9.750958587 |
702 | 2024-07-30T00:52:33.342Z | slp 0.833323371 |
703 | 2024-07-30T00:52:33.342Z | lat 0.070584814 |
704 | 2024-07-30T00:52:33.342Z | stop 0.000242869 |
705 | 2024-07-30T00:52:33.345Z | + export CARGO_INCREMENTAL=0 |
706 | 2024-07-30T00:52:33.345Z | + CARGO_INCREMENTAL=0 |
707 | 2024-07-30T00:52:33.345Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
708 | 2024-07-30T00:52:33.875Z | Downloading crates ... |
709 | 2024-07-30T00:52:34.028Z | Downloaded bitstruct_derive v0.1.0 |
710 | 2024-07-30T00:52:34.035Z | Downloaded async-stream-impl v0.3.5 |
711 | 2024-07-30T00:52:34.035Z | Downloaded ciborium-io v0.2.2 |
712 | 2024-07-30T00:52:34.035Z | Downloaded atty v0.2.14 |
713 | 2024-07-30T00:52:34.035Z | Downloaded darling_macro v0.20.9 |
714 | 2024-07-30T00:52:34.045Z | Downloaded crucible-workspace-hack v0.1.0 |
715 | 2024-07-30T00:52:34.045Z | Downloaded new_debug_unreachable v1.0.6 |
716 | 2024-07-30T00:52:34.055Z | Downloaded normalize-line-endings v0.3.0 |
717 | 2024-07-30T00:52:34.055Z | Downloaded newline-converter v0.3.0 |
718 | 2024-07-30T00:52:34.055Z | Downloaded async-recursion v1.1.1 |
719 | 2024-07-30T00:52:34.063Z | Downloaded newtype_derive v0.1.6 |
720 | 2024-07-30T00:52:34.063Z | Downloaded bitfield-struct v0.6.1 |
721 | 2024-07-30T00:52:34.063Z | Downloaded base16ct v0.2.0 |
722 | 2024-07-30T00:52:34.063Z | Downloaded atomicwrites v0.4.3 |
723 | 2024-07-30T00:52:34.063Z | Downloaded derive_builder_macro v0.20.0 |
724 | 2024-07-30T00:52:34.070Z | Downloaded number_prefix v0.4.0 |
725 | 2024-07-30T00:52:34.070Z | Downloaded atomic-waker v1.1.2 |
726 | 2024-07-30T00:52:34.070Z | Downloaded crc-catalog v2.4.0 |
727 | 2024-07-30T00:52:34.070Z | Downloaded oso-derive v0.27.3 |
728 | 2024-07-30T00:52:34.070Z | Downloaded camino-tempfile v1.1.1 |
729 | 2024-07-30T00:52:34.070Z | Downloaded peg-runtime v0.8.3 |
730 | 2024-07-30T00:52:34.070Z | Downloaded cipher v0.4.4 |
731 | 2024-07-30T00:52:34.073Z | Downloaded pretty-hex v0.2.1 |
732 | 2024-07-30T00:52:34.074Z | Downloaded cobs v0.2.3 |
733 | 2024-07-30T00:52:34.074Z | Downloaded path-slash v0.1.5 |
734 | 2024-07-30T00:52:34.074Z | Downloaded portpicker v0.1.1 |
735 | 2024-07-30T00:52:34.074Z | Downloaded bit-vec v0.6.3 |
736 | 2024-07-30T00:52:34.074Z | Downloaded bb8 v0.8.5 |
737 | 2024-07-30T00:52:34.076Z | Downloaded chacha20 v0.9.1 |
738 | 2024-07-30T00:52:34.079Z | Downloaded nodrop v0.1.14 |
739 | 2024-07-30T00:52:34.079Z | Downloaded curve25519-dalek-derive v0.1.1 |
740 | 2024-07-30T00:52:34.087Z | Downloaded crc v3.2.1 |
741 | 2024-07-30T00:52:34.088Z | Downloaded nibble_vec v0.1.0 |
742 | 2024-07-30T00:52:34.088Z | Downloaded newtype-uuid v1.1.0 |
743 | 2024-07-30T00:52:34.102Z | Downloaded predicates-core v1.0.6 |
744 | 2024-07-30T00:52:34.103Z | Downloaded parse-size v1.0.0 |
745 | 2024-07-30T00:52:34.103Z | Downloaded multimap v0.10.0 |
746 | 2024-07-30T00:52:34.103Z | Downloaded cfg_aliases v0.1.1 |
747 | 2024-07-30T00:52:34.103Z | Downloaded radium v0.7.0 |
748 | 2024-07-30T00:52:34.103Z | Downloaded num-integer v0.1.46 |
749 | 2024-07-30T00:52:34.103Z | Downloaded phf_shared v0.11.2 |
750 | 2024-07-30T00:52:34.103Z | Downloaded quick-error v1.2.3 |
751 | 2024-07-30T00:52:34.103Z | Downloaded toolchain_find v0.4.0 |
752 | 2024-07-30T00:52:34.103Z | Downloaded phf v0.11.2 |
753 | 2024-07-30T00:52:34.106Z | Downloaded constant_time_eq v0.3.0 |
754 | 2024-07-30T00:52:34.107Z | Downloaded num_enum v0.5.11 |
755 | 2024-07-30T00:52:34.110Z | Downloaded cstr-argument v0.1.2 |
756 | 2024-07-30T00:52:34.114Z | Downloaded psl-types v2.0.11 |
757 | 2024-07-30T00:52:34.114Z | Downloaded rand_seeder v0.2.3 |
758 | 2024-07-30T00:52:34.117Z | Downloaded colored v2.1.0 |
759 | 2024-07-30T00:52:34.120Z | Downloaded cookie v0.17.0 |
760 | 2024-07-30T00:52:34.123Z | Downloaded parse-display v0.9.1 |
761 | 2024-07-30T00:52:34.126Z | Downloaded opaque-debug v0.3.1 |
762 | 2024-07-30T00:52:34.126Z | Downloaded multer v3.1.0 |
763 | 2024-07-30T00:52:34.130Z | Downloaded precomputed-hash v0.1.1 |
764 | 2024-07-30T00:52:34.133Z | Downloaded async-trait v0.1.81 |
765 | 2024-07-30T00:52:34.137Z | Downloaded argon2 v0.5.3 |
766 | 2024-07-30T00:52:34.140Z | Downloaded tls_codec_derive v0.4.1 |
767 | 2024-07-30T00:52:34.144Z | Downloaded rand_xorshift v0.3.0 |
768 | 2024-07-30T00:52:34.147Z | Downloaded ref-cast-impl v1.0.23 |
769 | 2024-07-30T00:52:34.150Z | Downloaded fxhash v0.2.1 |
770 | 2024-07-30T00:52:34.154Z | Downloaded poly1305 v0.8.0 |
771 | 2024-07-30T00:52:34.157Z | Downloaded is_ci v1.2.0 |
772 | 2024-07-30T00:52:34.157Z | Downloaded derive_builder v0.20.0 |
773 | 2024-07-30T00:52:34.163Z | Downloaded der_derive v0.7.2 |
774 | 2024-07-30T00:52:34.166Z | Downloaded float-ord v0.3.2 |
775 | 2024-07-30T00:52:34.166Z | Downloaded ahash v0.8.11 |
776 | 2024-07-30T00:52:34.169Z | Downloaded zone_cfg_derive v0.1.2 |
777 | 2024-07-30T00:52:34.172Z | Downloaded mockall_derive v0.12.1 |
778 | 2024-07-30T00:52:34.172Z | Downloaded debug-ignore v1.0.5 |
779 | 2024-07-30T00:52:34.176Z | Downloaded num-iter v0.1.45 |
780 | 2024-07-30T00:52:34.176Z | Downloaded uzers v0.11.3 |
781 | 2024-07-30T00:52:34.180Z | Downloaded num v0.4.3 |
782 | 2024-07-30T00:52:34.180Z | Downloaded packed_struct_codegen v0.10.1 |
783 | 2024-07-30T00:52:34.180Z | Downloaded ciborium v0.2.2 |
784 | 2024-07-30T00:52:34.184Z | Downloaded defmt v0.3.8 |
785 | 2024-07-30T00:52:34.188Z | Downloaded zone v0.1.8 |
786 | 2024-07-30T00:52:34.188Z | Downloaded rand_chacha v0.3.1 |
787 | 2024-07-30T00:52:34.194Z | Downloaded r2d2 v0.8.10 |
788 | 2024-07-30T00:52:34.195Z | Downloaded convert_case v0.4.0 |
789 | 2024-07-30T00:52:34.195Z | Downloaded cancel-safe-futures v0.1.5 |
790 | 2024-07-30T00:52:34.198Z | Downloaded zeroize_derive v1.4.2 |
791 | 2024-07-30T00:52:34.198Z | Downloaded foreign-types v0.5.0 |
792 | 2024-07-30T00:52:34.198Z | Downloaded ff v0.13.0 |
793 | 2024-07-30T00:52:34.201Z | Downloaded darling_core v0.20.9 |
794 | 2024-07-30T00:52:34.204Z | Downloaded gethostname v0.4.3 |
795 | 2024-07-30T00:52:34.208Z | Downloaded lru v0.12.3 |
796 | 2024-07-30T00:52:34.208Z | Downloaded linked-hash-map v0.5.6 |
797 | 2024-07-30T00:52:34.213Z | Downloaded linear-map v1.2.0 |
798 | 2024-07-30T00:52:34.213Z | Downloaded endian-type v0.1.2 |
799 | 2024-07-30T00:52:34.217Z | Downloaded ref-cast v1.0.23 |
800 | 2024-07-30T00:52:34.217Z | Downloaded parse-display-derive v0.9.1 |
801 | 2024-07-30T00:52:34.217Z | Downloaded foreign-types-shared v0.3.1 |
802 | 2024-07-30T00:52:34.219Z | Downloaded defmt-macros v0.3.9 |
803 | 2024-07-30T00:52:34.222Z | Downloaded home v0.5.9 |
804 | 2024-07-30T00:52:34.222Z | Downloaded humantime v2.1.0 |
805 | 2024-07-30T00:52:34.225Z | Downloaded derive_builder_core v0.20.0 |
806 | 2024-07-30T00:52:34.228Z | Downloaded base64 v0.22.1 |
807 | 2024-07-30T00:52:34.230Z | Downloaded matches v0.1.10 |
808 | 2024-07-30T00:52:34.233Z | Downloaded parking_lot_core v0.8.6 |
809 | 2024-07-30T00:52:34.237Z | Downloaded rusty-fork v0.3.0 |
810 | 2024-07-30T00:52:34.237Z | Downloaded thiserror-no-std v2.0.2 |
811 | 2024-07-30T00:52:34.241Z | Downloaded shlex v1.3.0 |
812 | 2024-07-30T00:52:34.244Z | Downloaded postgres-types v0.2.6 |
813 | 2024-07-30T00:52:34.247Z | Downloaded cookie v0.18.1 |
814 | 2024-07-30T00:52:34.250Z | Downloaded const-oid v0.9.6 |
815 | 2024-07-30T00:52:34.252Z | Downloaded unicode-linebreak v0.1.5 |
816 | 2024-07-30T00:52:34.253Z | Downloaded unicode-xid v0.2.4 |
817 | 2024-07-30T00:52:34.255Z | Downloaded unicode-truncate v1.0.0 |
818 | 2024-07-30T00:52:34.255Z | Downloaded termios v0.3.3 |
819 | 2024-07-30T00:52:34.258Z | Downloaded static_assertions v1.1.0 |
820 | 2024-07-30T00:52:34.261Z | Downloaded darling v0.20.9 |
821 | 2024-07-30T00:52:34.263Z | Downloaded stable_deref_trait v1.2.0 |
822 | 2024-07-30T00:52:34.266Z | Downloaded crypto-bigint v0.5.5 |
823 | 2024-07-30T00:52:34.271Z | Downloaded arc-swap v1.7.1 |
824 | 2024-07-30T00:52:34.276Z | Downloaded serde-big-array v0.5.1 |
825 | 2024-07-30T00:52:34.281Z | Downloaded lazycell v1.3.0 |
826 | 2024-07-30T00:52:34.285Z | Downloaded rcgen v0.12.1 |
827 | 2024-07-30T00:52:34.285Z | Downloaded pin-project-internal v1.1.5 |
828 | 2024-07-30T00:52:34.285Z | Downloaded base64 v0.13.1 |
829 | 2024-07-30T00:52:34.287Z | Downloaded md-5 v0.10.6 |
830 | 2024-07-30T00:52:34.290Z | Downloaded hubpack_derive v0.1.1 |
831 | 2024-07-30T00:52:34.290Z | Downloaded crc-any v2.5.0 |
832 | 2024-07-30T00:52:34.293Z | Downloaded structmeta v0.3.0 |
833 | 2024-07-30T00:52:34.295Z | Downloaded unarray v0.1.4 |
834 | 2024-07-30T00:52:34.295Z | Downloaded heck v0.3.3 |
835 | 2024-07-30T00:52:34.298Z | Downloaded dyn-clone v1.0.17 |
836 | 2024-07-30T00:52:34.298Z | Downloaded postcard v1.0.8 |
837 | 2024-07-30T00:52:34.302Z | Downloaded password-hash v0.5.0 |
838 | 2024-07-30T00:52:34.305Z | Downloaded embedded-io v0.4.0 |
839 | 2024-07-30T00:52:34.308Z | Downloaded signal-hook-tokio v0.3.1 |
840 | 2024-07-30T00:52:34.311Z | Downloaded hubpack v0.1.2 |
841 | 2024-07-30T00:52:34.311Z | Downloaded either v1.12.0 |
842 | 2024-07-30T00:52:34.314Z | Downloaded inout v0.1.3 |
843 | 2024-07-30T00:52:34.314Z | Downloaded indoc v1.0.9 |
844 | 2024-07-30T00:52:34.317Z | Downloaded subtle v2.5.0 |
845 | 2024-07-30T00:52:34.321Z | Downloaded rand v0.8.5 |
846 | 2024-07-30T00:52:34.324Z | Downloaded backtrace v0.3.71 |
847 | 2024-07-30T00:52:34.328Z | Downloaded secrecy v0.8.0 |
848 | 2024-07-30T00:52:34.331Z | Downloaded http-range v0.1.5 |
849 | 2024-07-30T00:52:34.331Z | Downloaded tungstenite v0.20.1 |
850 | 2024-07-30T00:52:34.335Z | Downloaded supports-color v3.0.0 |
851 | 2024-07-30T00:52:34.338Z | Downloaded fastrand v2.1.0 |
852 | 2024-07-30T00:52:34.343Z | Downloaded fd-lock v4.0.2 |
853 | 2024-07-30T00:52:34.343Z | Downloaded toml v0.5.11 |
854 | 2024-07-30T00:52:34.345Z | Downloaded zip v0.6.6 |
855 | 2024-07-30T00:52:34.348Z | Downloaded structmeta-derive v0.3.0 |
856 | 2024-07-30T00:52:34.351Z | Downloaded highway v1.1.0 |
857 | 2024-07-30T00:52:34.355Z | Downloaded vsss-rs v3.3.4 |
858 | 2024-07-30T00:52:34.358Z | Downloaded maplit v1.0.2 |
859 | 2024-07-30T00:52:34.358Z | Downloaded oso v0.27.3 |
860 | 2024-07-30T00:52:34.362Z | Downloaded kstat-rs v0.2.4 |
861 | 2024-07-30T00:52:34.362Z | Downloaded keccak v0.1.5 |
862 | 2024-07-30T00:52:34.362Z | Downloaded lru-cache v0.1.2 |
863 | 2024-07-30T00:52:34.364Z | Downloaded enum-as-inner v0.5.1 |
864 | 2024-07-30T00:52:34.365Z | Downloaded der v0.7.9 |
865 | 2024-07-30T00:52:34.369Z | Downloaded signature v2.2.0 |
866 | 2024-07-30T00:52:34.373Z | Downloaded ident_case v1.0.1 |
867 | 2024-07-30T00:52:34.373Z | Downloaded siphasher v0.3.11 |
868 | 2024-07-30T00:52:34.377Z | Downloaded termtree v0.4.1 |
869 | 2024-07-30T00:52:34.377Z | Downloaded smallvec v0.6.14 |
870 | 2024-07-30T00:52:34.377Z | Downloaded subprocess v0.2.9 |
871 | 2024-07-30T00:52:34.380Z | Downloaded slog-stdlog v4.1.1 |
872 | 2024-07-30T00:52:34.382Z | Downloaded vte_generate_state_changes v0.1.1 |
873 | 2024-07-30T00:52:34.382Z | Downloaded termcolor v1.4.1 |
874 | 2024-07-30T00:52:34.382Z | Downloaded fixedbitset v0.4.2 |
875 | 2024-07-30T00:52:34.385Z | Downloaded serde_derive_internals v0.29.1 |
876 | 2024-07-30T00:52:34.388Z | Downloaded sqlformat v0.2.4 |
877 | 2024-07-30T00:52:34.397Z | Downloaded getopts v0.2.21 |
878 | 2024-07-30T00:52:34.400Z | Downloaded lalrpop-util v0.19.12 |
879 | 2024-07-30T00:52:34.401Z | Downloaded slog-dtrace v0.3.0 |
880 | 2024-07-30T00:52:34.405Z | Downloaded uuid v1.10.0 |
881 | 2024-07-30T00:52:34.405Z | Downloaded tokio-stream v0.1.15 |
882 | 2024-07-30T00:52:34.408Z | Downloaded smawk v0.3.2 |
883 | 2024-07-30T00:52:34.411Z | Downloaded whoami v1.5.1 |
884 | 2024-07-30T00:52:34.415Z | Downloaded string_cache v0.8.7 |
885 | 2024-07-30T00:52:34.415Z | Downloaded which v4.4.2 |
886 | 2024-07-30T00:52:34.420Z | Downloaded thiserror-impl-no-std v2.0.2 |
887 | 2024-07-30T00:52:34.420Z | Downloaded sigpipe v0.1.3 |
888 | 2024-07-30T00:52:34.420Z | Downloaded strum_macros v0.25.3 |
889 | 2024-07-30T00:52:34.425Z | Downloaded ipnetwork v0.20.0 |
890 | 2024-07-30T00:52:34.425Z | Downloaded diesel_table_macro_syntax v0.1.0 |
891 | 2024-07-30T00:52:34.425Z | Downloaded downcast v0.11.0 |
892 | 2024-07-30T00:52:34.425Z | Downloaded indent_write v2.2.0 |
893 | 2024-07-30T00:52:34.425Z | Downloaded libsw v3.3.1 |
894 | 2024-07-30T00:52:34.428Z | Downloaded rustc-demangle v0.1.24 |
895 | 2024-07-30T00:52:34.428Z | Downloaded libefi-sys v0.1.0 |
896 | 2024-07-30T00:52:34.431Z | Downloaded stability v0.2.0 |
897 | 2024-07-30T00:52:34.431Z | Downloaded sqlparser_derive v0.2.2 |
898 | 2024-07-30T00:52:34.431Z | Downloaded instant v0.1.12 |
899 | 2024-07-30T00:52:34.435Z | Downloaded impl-trait-for-tuples v0.2.2 |
900 | 2024-07-30T00:52:34.439Z | Downloaded rayon-core v1.12.1 |
901 | 2024-07-30T00:52:34.441Z | Downloaded tui-tree-widget v0.21.0 |
902 | 2024-07-30T00:52:34.441Z | Downloaded schemars_derive v0.8.21 |
903 | 2024-07-30T00:52:34.444Z | Downloaded serde_plain v1.0.2 |
904 | 2024-07-30T00:52:34.444Z | Downloaded getrandom v0.2.14 |
905 | 2024-07-30T00:52:34.447Z | Downloaded walkdir v2.5.0 |
906 | 2024-07-30T00:52:34.450Z | Downloaded hyper-rustls v0.24.2 |
907 | 2024-07-30T00:52:34.453Z | Downloaded elliptic-curve v0.13.8 |
908 | 2024-07-30T00:52:34.457Z | Downloaded unicode_categories v0.1.1 |
909 | 2024-07-30T00:52:34.459Z | Downloaded rustc_version v0.1.7 |
910 | 2024-07-30T00:52:34.459Z | Downloaded topological-sort v0.2.2 |
911 | 2024-07-30T00:52:34.462Z | Downloaded tls_codec v0.4.1 |
912 | 2024-07-30T00:52:34.465Z | Downloaded fatfs v0.3.6 |
913 | 2024-07-30T00:52:34.469Z | Downloaded rpassword v7.3.1 |
914 | 2024-07-30T00:52:34.469Z | Downloaded wyz v0.5.1 |
915 | 2024-07-30T00:52:34.469Z | Downloaded heapless v0.8.0 |
916 | 2024-07-30T00:52:34.472Z | Downloaded rustls-pemfile v2.1.2 |
917 | 2024-07-30T00:52:34.475Z | Downloaded headers-core v0.2.0 |
918 | 2024-07-30T00:52:34.475Z | Downloaded libloading v0.8.3 |
919 | 2024-07-30T00:52:34.479Z | Downloaded publicsuffix v2.2.3 |
920 | 2024-07-30T00:52:34.482Z | Downloaded strum_macros v0.24.3 |
921 | 2024-07-30T00:52:34.485Z | Downloaded hostname v0.4.0 |
922 | 2024-07-30T00:52:34.485Z | Downloaded memoffset v0.9.1 |
923 | 2024-07-30T00:52:34.490Z | Downloaded spin v0.5.2 |
924 | 2024-07-30T00:52:34.490Z | Downloaded strip-ansi-escapes v0.2.0 |
925 | 2024-07-30T00:52:34.490Z | Downloaded serde_repr v0.1.19 |
926 | 2024-07-30T00:52:34.493Z | Downloaded slog-envlogger v2.2.0 |
927 | 2024-07-30T00:52:34.493Z | Downloaded flume v0.11.0 |
928 | 2024-07-30T00:52:34.496Z | Downloaded zerocopy v0.6.6 |
929 | 2024-07-30T00:52:34.499Z | Downloaded difflib v0.4.0 |
930 | 2024-07-30T00:52:34.502Z | Downloaded crossterm v0.27.0 |
931 | 2024-07-30T00:52:34.506Z | Downloaded diesel_derives v2.1.4 |
932 | 2024-07-30T00:52:34.510Z | Downloaded glob v0.3.1 |
933 | 2024-07-30T00:52:34.513Z | Downloaded tokio-tungstenite v0.20.1 |
934 | 2024-07-30T00:52:34.516Z | Downloaded similar v2.5.0 |
935 | 2024-07-30T00:52:34.519Z | Downloaded rustls-pki-types v1.7.0 |
936 | 2024-07-30T00:52:34.522Z | Downloaded hyper-staticfile v0.9.5 |
937 | 2024-07-30T00:52:34.525Z | Downloaded slog-scope v4.4.0 |
938 | 2024-07-30T00:52:34.525Z | Downloaded hash32 v0.3.1 |
939 | 2024-07-30T00:52:34.529Z | Downloaded yasna v0.5.2 |
940 | 2024-07-30T00:52:34.529Z | Downloaded trust-dns-server v0.22.1 |
941 | 2024-07-30T00:52:34.534Z | Downloaded steno v0.4.1 |
942 | 2024-07-30T00:52:34.538Z | Downloaded snafu-derive v0.8.2 |
943 | 2024-07-30T00:52:34.542Z | Downloaded vte v0.11.1 |
944 | 2024-07-30T00:52:34.545Z | Downloaded snafu v0.8.2 |
945 | 2024-07-30T00:52:34.555Z | Downloaded blake3 v1.5.1 |
946 | 2024-07-30T00:52:34.558Z | Downloaded typed-path v0.7.1 |
947 | 2024-07-30T00:52:34.562Z | Downloaded ron v0.7.1 |
948 | 2024-07-30T00:52:34.566Z | Downloaded diff v0.1.13 |
949 | 2024-07-30T00:52:34.569Z | Downloaded indexmap v1.9.3 |
950 | 2024-07-30T00:52:34.572Z | Downloaded itertools v0.10.5 |
951 | 2024-07-30T00:52:34.578Z | Downloaded trust-dns-resolver v0.22.0 |
952 | 2024-07-30T00:52:34.583Z | Downloaded aho-corasick v1.1.3 |
953 | 2024-07-30T00:52:34.589Z | Downloaded heapless v0.7.17 |
954 | 2024-07-30T00:52:34.593Z | Downloaded num-bigint-dig v0.8.4 |
955 | 2024-07-30T00:52:34.597Z | Downloaded winnow v0.5.40 |
956 | 2024-07-30T00:52:34.606Z | Downloaded reedline v0.31.0 |
957 | 2024-07-30T00:52:34.614Z | Downloaded quick-xml v0.31.0 |
958 | 2024-07-30T00:52:34.620Z | Downloaded schemars v0.8.21 |
959 | 2024-07-30T00:52:34.634Z | Downloaded rsa v0.9.6 |
960 | 2024-07-30T00:52:34.638Z | Downloaded http v1.1.0 |
961 | 2024-07-30T00:52:34.643Z | Downloaded bitvec v1.0.1 |
962 | 2024-07-30T00:52:34.658Z | Downloaded trust-dns-client v0.22.0 |
963 | 2024-07-30T00:52:34.664Z | Downloaded x509-cert v0.2.5 |
964 | 2024-07-30T00:52:34.670Z | Downloaded rayon v1.10.0 |
965 | 2024-07-30T00:52:34.680Z | Downloaded hashbrown v0.12.3 |
966 | 2024-07-30T00:52:34.684Z | Downloaded libxml v0.3.3 |
967 | 2024-07-30T00:52:34.692Z | Downloaded chrono v0.4.38 |
968 | 2024-07-30T00:52:34.697Z | Downloaded itertools v0.12.1 |
969 | 2024-07-30T00:52:34.705Z | Downloaded libm v0.2.8 |
970 | 2024-07-30T00:52:34.713Z | Downloaded serde_with v3.8.3 |
971 | 2024-07-30T00:52:34.722Z | Downloaded hkdf v0.12.4 |
972 | 2024-07-30T00:52:34.726Z | Downloaded itertools v0.13.0 |
973 | 2024-07-30T00:52:34.731Z | Downloaded tough v0.17.1 |
974 | 2024-07-30T00:52:34.739Z | Downloaded proptest v1.4.0 |
975 | 2024-07-30T00:52:34.751Z | Downloaded rustls-webpki v0.101.7 |
976 | 2024-07-30T00:52:34.763Z | Downloaded sqlparser v0.45.0 |
977 | 2024-07-30T00:52:34.769Z | Downloaded idna v0.2.3 |
978 | 2024-07-30T00:52:34.775Z | Downloaded curve25519-dalek v4.1.3 |
979 | 2024-07-30T00:52:34.784Z | Downloaded lalrpop v0.19.12 |
980 | 2024-07-30T00:52:34.795Z | Downloaded regex v1.10.5 |
981 | 2024-07-30T00:52:34.809Z | Downloaded polar-core v0.27.3 |
982 | 2024-07-30T00:52:34.817Z | Downloaded smoltcp v0.9.1 |
983 | 2024-07-30T00:52:34.827Z | Downloaded regex-syntax v0.6.29 |
984 | 2024-07-30T00:52:34.833Z | Downloaded gimli v0.28.1 |
985 | 2024-07-30T00:52:34.842Z | Downloaded idna v0.3.0 |
986 | 2024-07-30T00:52:34.848Z | Downloaded rustls v0.22.4 |
987 | 2024-07-30T00:52:34.862Z | Downloaded smoltcp v0.11.0 |
988 | 2024-07-30T00:52:34.875Z | Downloaded openapiv3 v2.0.0 |
989 | 2024-07-30T00:52:34.885Z | Downloaded trust-dns-proto v0.22.0 |
990 | 2024-07-30T00:52:34.897Z | Downloaded zerocopy-derive v0.6.6 |
991 | 2024-07-30T00:52:34.905Z | Downloaded ratatui v0.27.0 |
992 | 2024-07-30T00:52:34.924Z | Downloaded regex-syntax v0.8.3 |
993 | 2024-07-30T00:52:34.931Z | Downloaded sled v0.34.7 |
994 | 2024-07-30T00:52:34.941Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
995 | 2024-07-30T00:52:34.953Z | Downloaded bstr v1.9.1 |
996 | 2024-07-30T00:52:34.963Z | Downloaded regex-automata v0.4.6 |
997 | 2024-07-30T00:52:34.980Z | Downloaded finl_unicode v1.2.0 |
998 | 2024-07-30T00:52:34.993Z | Downloaded csv v1.3.0 |
999 | 2024-07-30T00:52:35.013Z | Downloaded sha3 v0.10.8 |
1000 | 2024-07-30T00:52:35.018Z | Downloaded petgraph v0.6.5 |
1001 | 2024-07-30T00:52:35.035Z | Downloaded webpki-roots v0.25.4 |
1002 | 2024-07-30T00:52:35.040Z | Downloaded rustls v0.21.12 |
1003 | 2024-07-30T00:52:35.053Z | Downloaded regress v0.9.1 |
1004 | 2024-07-30T00:52:35.061Z | Downloaded diesel v2.1.6 |
1005 | 2024-07-30T00:52:35.074Z | Downloaded nix v0.28.0 |
1006 | 2024-07-30T00:52:35.085Z | Downloaded bstr v0.2.17 |
1007 | 2024-07-30T00:52:35.094Z | Downloaded radix_trie v0.2.1 |
1008 | 2024-07-30T00:52:35.101Z | Downloaded object v0.32.2 |
1009 | 2024-07-30T00:52:35.110Z | Downloaded nix v0.27.1 |
1010 | 2024-07-30T00:52:35.121Z | Downloaded object v0.30.4 |
1011 | 2024-07-30T00:52:35.131Z | Downloaded rustls-webpki v0.102.4 |
1012 | 2024-07-30T00:52:35.147Z | Downloaded portable-atomic v1.6.0 |
1013 | 2024-07-30T00:52:35.156Z | Downloaded rustyline v14.0.0 |
1014 | 2024-07-30T00:52:35.160Z | Downloaded bindgen v0.69.4 |
1015 | 2024-07-30T00:52:35.166Z | Downloaded tungstenite v0.21.0 |
1016 | 2024-07-30T00:52:35.170Z | Downloaded socket2 v0.4.10 |
1017 | 2024-07-30T00:52:35.174Z | Downloaded textwrap v0.16.1 |
1018 | 2024-07-30T00:52:35.176Z | Downloaded ron v0.8.1 |
1019 | 2024-07-30T00:52:35.179Z | Downloaded regex-automata v0.1.10 |
1020 | 2024-07-30T00:52:35.185Z | Downloaded hmac v0.12.1 |
1021 | 2024-07-30T00:52:35.187Z | Downloaded erased-serde v0.3.31 |
1022 | 2024-07-30T00:52:35.190Z | Downloaded env_logger v0.10.2 |
1023 | 2024-07-30T00:52:35.196Z | Downloaded stringprep v0.1.4 |
1024 | 2024-07-30T00:52:35.196Z | Downloaded rustc_version v0.4.0 |
1025 | 2024-07-30T00:52:35.196Z | Downloaded globset v0.4.14 |
1026 | 2024-07-30T00:52:35.199Z | Downloaded smf v0.2.3 |
1027 | 2024-07-30T00:52:35.199Z | Downloaded fragile v2.0.0 |
1028 | 2024-07-30T00:52:35.200Z | Downloaded display-error-chain v0.2.0 |
1029 | 2024-07-30T00:52:35.200Z | Downloaded half v2.4.1 |
1030 | 2024-07-30T00:52:35.204Z | Downloaded test-strategy v0.3.1 |
1031 | 2024-07-30T00:52:35.207Z | Downloaded tracing-attributes v0.1.27 |
1032 | 2024-07-30T00:52:35.207Z | Downloaded ring v0.17.8 |
1033 | 2024-07-30T00:52:35.272Z | Downloaded tiny-keccak v2.0.2 |
1034 | 2024-07-30T00:52:35.275Z | Downloaded tempfile v3.10.1 |
1035 | 2024-07-30T00:52:35.278Z | Downloaded float-cmp v0.9.0 |
1036 | 2024-07-30T00:52:35.278Z | Downloaded flagset v0.4.5 |
1037 | 2024-07-30T00:52:35.282Z | Downloaded scheduled-thread-pool v0.2.7 |
1038 | 2024-07-30T00:52:35.282Z | Downloaded same-file v1.0.6 |
1039 | 2024-07-30T00:52:35.282Z | Downloaded expectorate v1.1.0 |
1040 | 2024-07-30T00:52:35.287Z | Downloaded hashbrown v0.13.2 |
1041 | 2024-07-30T00:52:35.294Z | Downloaded nom v7.1.3 |
1042 | 2024-07-30T00:52:35.298Z | Downloaded managed v0.8.0 |
1043 | 2024-07-30T00:52:35.298Z | Downloaded hash32 v0.2.1 |
1044 | 2024-07-30T00:52:35.298Z | Downloaded group v0.13.0 |
1045 | 2024-07-30T00:52:35.298Z | Downloaded wait-timeout v0.2.0 |
1046 | 2024-07-30T00:52:35.298Z | Downloaded spin v0.9.8 |
1047 | 2024-07-30T00:52:35.301Z | Downloaded serde_with_macros v3.8.3 |
1048 | 2024-07-30T00:52:35.302Z | Downloaded toml v0.7.8 |
1049 | 2024-07-30T00:52:35.306Z | Downloaded unicode-segmentation v1.11.0 |
1050 | 2024-07-30T00:52:35.312Z | Downloaded toml_edit v0.19.15 |
1051 | 2024-07-30T00:52:35.321Z | Downloaded env_logger v0.9.3 |
1052 | 2024-07-30T00:52:35.326Z | Downloaded tokio-rustls v0.25.0 |
1053 | 2024-07-30T00:52:35.326Z | Downloaded signal-hook v0.3.17 |
1054 | 2024-07-30T00:52:35.329Z | Downloaded serde_yaml v0.9.34+deprecated |
1055 | 2024-07-30T00:52:35.331Z | Downloaded samael v0.0.15 |
1056 | 2024-07-30T00:52:35.336Z | Downloaded ring v0.16.20 |
1057 | 2024-07-30T00:52:35.409Z | Downloaded indicatif v0.17.8 |
1058 | 2024-07-30T00:52:35.413Z | Downloaded unsafe-libyaml v0.2.11 |
1059 | 2024-07-30T00:52:35.416Z | Downloaded headers v0.3.9 |
1060 | 2024-07-30T00:52:35.421Z | Downloaded num-bigint v0.4.5 |
1061 | 2024-07-30T00:52:35.424Z | Downloaded tap v1.0.1 |
1062 | 2024-07-30T00:52:35.427Z | Downloaded tabwriter v1.4.0 |
1063 | 2024-07-30T00:52:35.427Z | Downloaded signal-hook-mio v0.2.3 |
1064 | 2024-07-30T00:52:35.427Z | Downloaded rustc-hash v1.1.0 |
1065 | 2024-07-30T00:52:35.430Z | Downloaded tokio-postgres v0.7.10 |
1066 | 2024-07-30T00:52:35.433Z | Downloaded ena v0.14.3 |
1067 | 2024-07-30T00:52:35.433Z | Downloaded pin-project v1.1.5 |
1068 | 2024-07-30T00:52:35.443Z | Downloaded tokio-rustls v0.24.1 |
1069 | 2024-07-30T00:52:35.445Z | Downloaded sct v0.7.1 |
1070 | 2024-07-30T00:52:35.451Z | Downloaded prettyplease v0.2.20 |
1071 | 2024-07-30T00:52:35.454Z | Downloaded structmeta-derive v0.2.0 |
1072 | 2024-07-30T00:52:35.454Z | Downloaded serde_arrays v0.1.0 |
1073 | 2024-07-30T00:52:35.454Z | Downloaded semver v0.1.20 |
1074 | 2024-07-30T00:52:35.454Z | Downloaded rtoolbox v0.0.2 |
1075 | 2024-07-30T00:52:35.454Z | Downloaded serde_path_to_error v0.1.16 |
1076 | 2024-07-30T00:52:35.457Z | Downloaded serde-hex v0.1.0 |
1077 | 2024-07-30T00:52:35.457Z | Downloaded rustfmt-wrapper v0.2.1 |
1078 | 2024-07-30T00:52:35.457Z | Downloaded memmap2 v0.9.4 |
1079 | 2024-07-30T00:52:35.460Z | Downloaded owo-colors v4.0.0 |
1080 | 2024-07-30T00:52:35.463Z | Downloaded addr2line v0.21.0 |
1081 | 2024-07-30T00:52:35.463Z | Downloaded utf-8 v0.7.6 |
1082 | 2024-07-30T00:52:35.466Z | Downloaded num-traits v0.2.19 |
1083 | 2024-07-30T00:52:35.466Z | Downloaded structmeta v0.2.0 |
1084 | 2024-07-30T00:52:35.468Z | Downloaded sec1 v0.7.3 |
1085 | 2024-07-30T00:52:35.468Z | Downloaded compact_str v0.7.1 |
1086 | 2024-07-30T00:52:35.471Z | Downloaded chacha20poly1305 v0.10.1 |
1087 | 2024-07-30T00:52:35.474Z | Downloaded iana-time-zone v0.1.60 |
1088 | 2024-07-30T00:52:35.474Z | Downloaded tokio-tungstenite v0.21.0 |
1089 | 2024-07-30T00:52:35.476Z | Downloaded sha1 v0.10.6 |
1090 | 2024-07-30T00:52:35.479Z | Downloaded maybe-uninit v2.0.0 |
1091 | 2024-07-30T00:52:35.479Z | Downloaded hex v0.4.3 |
1092 | 2024-07-30T00:52:35.479Z | Downloaded lazy_static v1.5.0 |
1093 | 2024-07-30T00:52:35.482Z | Downloaded derive-where v1.2.7 |
1094 | 2024-07-30T00:52:35.485Z | Downloaded fallible-iterator v0.2.0 |
1095 | 2024-07-30T00:52:35.485Z | Downloaded untrusted v0.9.0 |
1096 | 2024-07-30T00:52:35.487Z | Downloaded untrusted v0.7.1 |
1097 | 2024-07-30T00:52:35.487Z | Downloaded universal-hash v0.5.1 |
1098 | 2024-07-30T00:52:35.488Z | Downloaded resolv-conf v0.7.0 |
1099 | 2024-07-30T00:52:35.490Z | Downloaded olpc-cjson v0.1.3 |
1100 | 2024-07-30T00:52:35.490Z | Downloaded minimal-lexical v0.2.1 |
1101 | 2024-07-30T00:52:35.493Z | Downloaded derive_more v0.99.18 |
1102 | 2024-07-30T00:52:35.497Z | Downloaded const_format v0.2.32 |
1103 | 2024-07-30T00:52:35.501Z | Downloaded unicase v2.7.0 |
1104 | 2024-07-30T00:52:35.503Z | Downloaded num_enum_derive v0.5.11 |
1105 | 2024-07-30T00:52:35.503Z | Downloaded clang-sys v1.7.0 |
1106 | 2024-07-30T00:52:35.506Z | Downloaded blake2 v0.10.6 |
1107 | 2024-07-30T00:52:35.509Z | Downloaded spki v0.7.3 |
1108 | 2024-07-30T00:52:35.509Z | Downloaded shell-words v1.1.0 |
1109 | 2024-07-30T00:52:35.509Z | Downloaded pkcs1 v0.7.5 |
1110 | 2024-07-30T00:52:35.512Z | Downloaded allocator-api2 v0.2.18 |
1111 | 2024-07-30T00:52:35.514Z | Downloaded foreign-types-macros v0.2.3 |
1112 | 2024-07-30T00:52:35.514Z | Downloaded omicron-zone-package v0.11.0 |
1113 | 2024-07-30T00:52:35.517Z | Downloaded funty v2.0.0 |
1114 | 2024-07-30T00:52:35.517Z | Downloaded rand_core v0.6.4 |
1115 | 2024-07-30T00:52:35.523Z | Downloaded predicates v3.1.0 |
1116 | 2024-07-30T00:52:35.527Z | Downloaded const_format_proc_macros v0.2.32 |
1117 | 2024-07-30T00:52:35.527Z | Downloaded predicates-tree v1.0.9 |
1118 | 2024-07-30T00:52:35.527Z | Downloaded pem v3.0.4 |
1119 | 2024-07-30T00:52:35.527Z | Downloaded peg v0.8.4 |
1120 | 2024-07-30T00:52:35.532Z | Downloaded zeroize v1.7.0 |
1121 | 2024-07-30T00:52:35.532Z | Downloaded num-derive v0.4.2 |
1122 | 2024-07-30T00:52:35.535Z | Downloaded csv-core v0.1.11 |
1123 | 2024-07-30T00:52:35.535Z | Downloaded crossbeam-epoch v0.9.18 |
1124 | 2024-07-30T00:52:35.535Z | Downloaded base64ct v1.6.0 |
1125 | 2024-07-30T00:52:35.539Z | Downloaded data-encoding v2.6.0 |
1126 | 2024-07-30T00:52:35.539Z | Downloaded cookie_store v0.20.0 |
1127 | 2024-07-30T00:52:35.539Z | Downloaded bcs v0.1.6 |
1128 | 2024-07-30T00:52:35.543Z | Downloaded waitgroup v0.1.2 |
1129 | 2024-07-30T00:52:35.543Z | Downloaded postgres-protocol v0.6.6 |
1130 | 2024-07-30T00:52:35.543Z | Downloaded parking_lot v0.11.2 |
1131 | 2024-07-30T00:52:35.546Z | Downloaded ciborium-ll v0.2.2 |
1132 | 2024-07-30T00:52:35.546Z | Downloaded ppv-lite86 v0.2.17 |
1133 | 2024-07-30T00:52:35.546Z | Downloaded pkcs8 v0.10.2 |
1134 | 2024-07-30T00:52:35.549Z | Downloaded pem-rfc7468 v0.7.0 |
1135 | 2024-07-30T00:52:35.552Z | Downloaded peg-macros v0.8.4 |
1136 | 2024-07-30T00:52:35.552Z | Downloaded packed_struct v0.10.1 |
1137 | 2024-07-30T00:52:35.555Z | Downloaded num-rational v0.4.2 |
1138 | 2024-07-30T00:52:35.555Z | Downloaded nu-ansi-term v0.50.0 |
1139 | 2024-07-30T00:52:35.558Z | Downloaded crossbeam-deque v0.8.5 |
1140 | 2024-07-30T00:52:35.558Z | Downloaded block-padding v0.3.3 |
1141 | 2024-07-30T00:52:35.558Z | Downloaded num-complex v0.4.6 |
1142 | 2024-07-30T00:52:35.561Z | Downloaded mime_guess v2.0.4 |
1143 | 2024-07-30T00:52:35.561Z | Downloaded castaway v0.2.2 |
1144 | 2024-07-30T00:52:35.561Z | Downloaded buf-list v1.0.3 |
1145 | 2024-07-30T00:52:35.564Z | Downloaded phf_shared v0.10.0 |
1146 | 2024-07-30T00:52:35.564Z | Downloaded ascii v1.1.0 |
1147 | 2024-07-30T00:52:35.567Z | Downloaded console v0.15.8 |
1148 | 2024-07-30T00:52:35.570Z | Downloaded backoff v0.4.0 |
1149 | 2024-07-30T00:52:35.570Z | Downloaded arrayvec v0.7.4 |
1150 | 2024-07-30T00:52:35.573Z | Downloaded bzip2 v0.4.4 |
1151 | 2024-07-30T00:52:35.573Z | Downloaded proc-macro-crate v1.3.1 |
1152 | 2024-07-30T00:52:35.575Z | Downloaded paste v1.0.15 |
1153 | 2024-07-30T00:52:35.576Z | Downloaded defmt-parser v0.3.4 |
1154 | 2024-07-30T00:52:35.578Z | Downloaded bitfield v0.14.0 |
1155 | 2024-07-30T00:52:35.578Z | Downloaded bit-set v0.5.3 |
1156 | 2024-07-30T00:52:35.578Z | Downloaded async-stream v0.3.5 |
1157 | 2024-07-30T00:52:35.584Z | Downloaded assert_matches v1.5.0 |
1158 | 2024-07-30T00:52:35.584Z | Downloaded crunchy v0.2.2 |
1159 | 2024-07-30T00:52:35.584Z | Downloaded bitflags v1.3.2 |
1160 | 2024-07-30T00:52:35.589Z | Downloaded arrayref v0.3.7 |
1161 | 2024-07-30T00:52:35.589Z | Downloaded nanorand v0.7.0 |
1162 | 2024-07-30T00:52:35.589Z | Downloaded mockall v0.12.1 |
1163 | 2024-07-30T00:52:35.592Z | Downloaded cassowary v0.3.0 |
1164 | 2024-07-30T00:52:35.592Z | Downloaded cexpr v0.6.0 |
1165 | 2024-07-30T00:52:35.592Z | Downloaded ascii-canvas v3.0.0 |
1166 | 2024-07-30T00:52:35.592Z | Downloaded array-init v0.0.4 |
1167 | 2024-07-30T00:52:35.592Z | Downloaded bitstruct v0.1.1 |
1168 | 2024-07-30T00:52:35.592Z | Downloaded aead v0.5.2 |
1169 | 2024-07-30T00:52:35.718Z | Compiling proc-macro2 v1.0.86 |
1170 | 2024-07-30T00:52:35.718Z | Compiling unicode-ident v1.0.12 |
1171 | 2024-07-30T00:52:35.718Z | Compiling libc v0.2.155 |
1172 | 2024-07-30T00:52:35.722Z | Compiling serde v1.0.204 |
1173 | 2024-07-30T00:52:35.722Z | Compiling autocfg v1.3.0 |
1174 | 2024-07-30T00:52:35.722Z | Compiling version_check v0.9.4 |
1175 | 2024-07-30T00:52:35.722Z | Compiling cfg-if v1.0.0 |
1176 | 2024-07-30T00:52:35.936Z | Compiling cc v1.0.97 |
1177 | 2024-07-30T00:52:35.957Z | Compiling parking_lot_core v0.9.10 |
1178 | 2024-07-30T00:52:36.055Z | Compiling serde_json v1.0.120 |
1179 | 2024-07-30T00:52:36.327Z | Compiling once_cell v1.19.0 |
1180 | 2024-07-30T00:52:36.406Z | Compiling libm v0.2.8 |
1181 | 2024-07-30T00:52:36.441Z | Compiling ahash v0.8.11 |
1182 | 2024-07-30T00:52:36.543Z | Compiling lock_api v0.4.12 |
1183 | 2024-07-30T00:52:36.675Z | Compiling byteorder v1.5.0 |
1184 | 2024-07-30T00:52:36.699Z | Compiling num-traits v0.2.19 |
1185 | 2024-07-30T00:52:36.733Z | Compiling memchr v2.7.2 |
1186 | 2024-07-30T00:52:36.927Z | Compiling scopeguard v1.2.0 |
1187 | 2024-07-30T00:52:36.941Z | Compiling thiserror v1.0.62 |
1188 | 2024-07-30T00:52:37.134Z | Compiling typenum v1.17.0 |
1189 | 2024-07-30T00:52:37.398Z | Compiling quote v1.0.36 |
1190 | 2024-07-30T00:52:37.576Z | Compiling itoa v1.0.11 |
1191 | 2024-07-30T00:52:37.818Z | Compiling syn v2.0.72 |
1192 | 2024-07-30T00:52:37.938Z | Compiling getrandom v0.2.14 |
1193 | 2024-07-30T00:52:38.075Z | Compiling log v0.4.21 |
1194 | 2024-07-30T00:52:38.203Z | Compiling generic-array v0.14.7 |
1195 | 2024-07-30T00:52:38.583Z | Compiling allocator-api2 v0.2.18 |
1196 | 2024-07-30T00:52:38.783Z | Compiling slab v0.4.9 |
1197 | 2024-07-30T00:52:38.810Z | Compiling ring v0.17.8 |
1198 | 2024-07-30T00:52:38.988Z | Compiling ryu v1.0.18 |
1199 | 2024-07-30T00:52:39.033Z | Compiling pin-project-lite v0.2.14 |
1200 | 2024-07-30T00:52:39.073Z | Compiling smallvec v1.13.2 |
1201 | 2024-07-30T00:52:39.255Z | Compiling schemars v0.8.21 |
1202 | 2024-07-30T00:52:39.266Z | Compiling semver v1.0.23 |
1203 | 2024-07-30T00:52:39.640Z | Compiling equivalent v1.0.1 |
1204 | 2024-07-30T00:52:39.727Z | Compiling spin v0.9.8 |
1205 | 2024-07-30T00:52:39.955Z | Compiling parking_lot v0.12.2 |
1206 | 2024-07-30T00:52:39.971Z | Compiling vcpkg v0.2.15 |
1207 | 2024-07-30T00:52:40.014Z | Compiling pkg-config v0.3.30 |
1208 | 2024-07-30T00:52:40.563Z | Compiling signal-hook-registry v1.4.2 |
1209 | 2024-07-30T00:52:41.510Z | Compiling syn v1.0.109 |
1210 | 2024-07-30T00:52:41.780Z | Compiling openssl-sys v0.9.103 |
1211 | 2024-07-30T00:52:42.095Z | Compiling mio v0.8.11 |
1212 | 2024-07-30T00:52:42.511Z | Compiling rand_core v0.6.4 |
1213 | 2024-07-30T00:52:42.689Z | Compiling num_cpus v1.16.0 |
1214 | 2024-07-30T00:52:42.827Z | Compiling socket2 v0.5.7 |
1215 | 2024-07-30T00:52:42.901Z | Compiling num-conv v0.1.0 |
1216 | 2024-07-30T00:52:43.187Z | Compiling time-core v0.1.2 |
1217 | 2024-07-30T00:52:43.362Z | Compiling time-macros v0.2.18 |
1218 | 2024-07-30T00:52:43.816Z | Compiling httparse v1.8.0 |
1219 | 2024-07-30T00:52:43.979Z | Compiling heck v0.5.0 |
1220 | 2024-07-30T00:52:44.415Z | Compiling futures-core v0.3.30 |
1221 | 2024-07-30T00:52:44.634Z | Compiling fnv v1.0.7 |
1222 | 2024-07-30T00:52:44.664Z | Compiling openssl v0.10.66 |
1223 | 2024-07-30T00:52:45.178Z | Compiling crossbeam-utils v0.8.19 |
1224 | 2024-07-30T00:52:45.182Z | Compiling iana-time-zone v0.1.60 |
1225 | 2024-07-30T00:52:45.281Z | Compiling serde_derive_internals v0.29.1 |
1226 | 2024-07-30T00:52:45.484Z | Compiling rustix v0.38.34 |
1227 | 2024-07-30T00:52:46.140Z | Compiling native-tls v0.2.11 |
1228 | 2024-07-30T00:52:46.172Z | Compiling rustls v0.21.12 |
1229 | 2024-07-30T00:52:46.371Z | Compiling tinyvec_macros v0.1.1 |
1230 | 2024-07-30T00:52:46.466Z | Compiling tinyvec v1.6.0 |
1231 | 2024-07-30T00:52:46.581Z | Compiling ucd-trie v0.1.6 |
1232 | 2024-07-30T00:52:47.094Z | Compiling futures-sink v0.3.30 |
1233 | 2024-07-30T00:52:47.368Z | Compiling subtle v2.5.0 |
1234 | 2024-07-30T00:52:47.428Z | Compiling const-oid v0.9.6 |
1235 | 2024-07-30T00:52:47.578Z | Compiling backtrace v0.3.71 |
1236 | 2024-07-30T00:52:47.720Z | Compiling cookie v0.17.0 |
1237 | 2024-07-30T00:52:47.903Z | Compiling unicode-normalization v0.1.23 |
1238 | 2024-07-30T00:52:47.999Z | Compiling slog v2.7.0 |
1239 | 2024-07-30T00:52:50.795Z | Compiling dyn-clone v1.0.17 |
1240 | 2024-07-30T00:52:50.795Z | Compiling unicode-bidi v0.3.15 |
1241 | 2024-07-30T00:52:50.795Z | Compiling futures-channel v0.3.30 |
1242 | 2024-07-30T00:52:50.796Z | Compiling futures-task v0.3.30 |
1243 | 2024-07-30T00:52:50.796Z | Compiling futures-io v0.3.30 |
1244 | 2024-07-30T00:52:50.796Z | Compiling pin-utils v0.1.0 |
1245 | 2024-07-30T00:52:50.796Z | Compiling aho-corasick v1.1.3 |
1246 | 2024-07-30T00:52:50.796Z | Compiling anyhow v1.0.86 |
1247 | 2024-07-30T00:52:50.796Z | Compiling untrusted v0.9.0 |
1248 | 2024-07-30T00:52:50.796Z | Compiling regex-syntax v0.8.3 |
1249 | 2024-07-30T00:52:50.826Z | Compiling winnow v0.5.40 |
1250 | 2024-07-30T00:52:51.142Z | Compiling serde_derive v1.0.204 |
1251 | 2024-07-30T00:52:52.120Z | Compiling zerocopy-derive v0.7.34 |
1252 | 2024-07-30T00:52:52.742Z | Compiling zeroize_derive v1.4.2 |
1253 | 2024-07-30T00:52:54.184Z | Compiling thiserror-impl v1.0.62 |
1254 | 2024-07-30T00:52:54.231Z | Compiling zerocopy v0.7.34 |
1255 | 2024-07-30T00:52:54.255Z | Compiling tokio-macros v2.3.0 |
1256 | 2024-07-30T00:52:54.608Z | Compiling futures-macro v0.3.30 |
1257 | 2024-07-30T00:52:55.107Z | Compiling schemars_derive v0.8.21 |
1258 | 2024-07-30T00:52:56.428Z | Compiling hashbrown v0.14.5 |
1259 | 2024-07-30T00:52:56.445Z | Compiling tracing-attributes v0.1.27 |
1260 | 2024-07-30T00:52:56.467Z | Compiling zeroize v1.7.0 |
1261 | 2024-07-30T00:52:56.986Z | Compiling openssl-macros v0.1.1 |
1262 | 2024-07-30T00:52:57.694Z | Compiling scroll_derive v0.12.0 |
1263 | 2024-07-30T00:52:57.782Z | Compiling pest v2.7.10 |
1264 | 2024-07-30T00:52:58.055Z | Compiling futures-util v0.3.30 |
1265 | 2024-07-30T00:52:58.281Z | Compiling crypto-common v0.1.6 |
1266 | 2024-07-30T00:52:58.653Z | Compiling der_derive v0.7.2 |
1267 | 2024-07-30T00:52:59.064Z | Compiling block-buffer v0.10.4 |
1268 | 2024-07-30T00:52:59.807Z | Compiling regex-automata v0.4.6 |
1269 | 2024-07-30T00:53:00.578Z | Compiling pest_meta v2.7.10 |
1270 | 2024-07-30T00:53:01.027Z | Compiling tracing-core v0.1.32 |
1271 | 2024-07-30T00:53:03.479Z | Compiling pest_generator v2.7.10 |
1272 | 2024-07-30T00:53:04.965Z | Compiling bytes v1.6.0 |
1273 | 2024-07-30T00:53:05.462Z | Compiling indexmap v2.2.6 |
1274 | 2024-07-30T00:53:06.247Z | Compiling tokio v1.38.1 |
1275 | 2024-07-30T00:53:06.308Z | Compiling bitflags v2.5.0 |
1276 | 2024-07-30T00:53:06.909Z | Compiling uuid v1.10.0 |
1277 | 2024-07-30T00:53:06.992Z | Compiling chrono v0.4.38 |
1278 | 2024-07-30T00:53:07.599Z | Compiling serde_tokenstream v0.2.1 |
1279 | 2024-07-30T00:53:08.754Z | Compiling toml_datetime v0.6.6 |
1280 | 2024-07-30T00:53:09.232Z | Compiling serde_spanned v0.6.6 |
1281 | 2024-07-30T00:53:09.449Z | Compiling http v0.2.12 |
1282 | 2024-07-30T00:53:11.254Z | Compiling toml_edit v0.19.15 |
1283 | 2024-07-30T00:53:11.772Z | Compiling rustc_version v0.4.0 |
1284 | 2024-07-30T00:53:12.396Z | Compiling pest_derive v2.7.10 |
1285 | 2024-07-30T00:53:12.530Z | Compiling usdt-impl v0.5.0 |
1286 | 2024-07-30T00:53:12.841Z | Compiling powerfmt v0.2.0 |
1287 | 2024-07-30T00:53:13.139Z | Compiling rustversion v1.0.17 |
1288 | 2024-07-30T00:53:13.341Z | Compiling deranged v0.3.11 |
1289 | 2024-07-30T00:53:13.560Z | Compiling heapless v0.7.17 |
1290 | 2024-07-30T00:53:13.816Z | Compiling tracing v0.1.40 |
1291 | 2024-07-30T00:53:13.948Z | Compiling digest v0.10.7 |
1292 | 2024-07-30T00:53:14.383Z | Compiling scroll v0.12.0 |
1293 | 2024-07-30T00:53:14.937Z | Compiling percent-encoding v2.3.1 |
1294 | 2024-07-30T00:53:15.576Z | Compiling num_threads v0.1.7 |
1295 | 2024-07-30T00:53:15.685Z | Compiling signal-hook v0.3.17 |
1296 | 2024-07-30T00:53:15.708Z | Compiling heck v0.4.1 |
1297 | 2024-07-30T00:53:15.736Z | Compiling plain v0.2.3 |
1298 | 2024-07-30T00:53:15.929Z | Compiling ppv-lite86 v0.2.17 |
1299 | 2024-07-30T00:53:16.233Z | Compiling goblin v0.8.2 |
1300 | 2024-07-30T00:53:16.312Z | Compiling time v0.3.36 |
1301 | 2024-07-30T00:53:16.696Z | Compiling rand_chacha v0.3.1 |
1302 | 2024-07-30T00:53:18.313Z | Compiling regex v1.10.5 |
1303 | 2024-07-30T00:53:19.418Z | Compiling crc32fast v1.4.0 |
1304 | 2024-07-30T00:53:19.869Z | Compiling strsim v0.11.1 |
1305 | 2024-07-30T00:53:20.638Z | Compiling pretty-hex v0.4.1 |
1306 | 2024-07-30T00:53:21.369Z | Compiling rand v0.8.5 |
1307 | 2024-07-30T00:53:22.084Z | Compiling dof v0.3.0 |
1308 | 2024-07-30T00:53:22.460Z | Compiling tokio-util v0.7.11 |
1309 | 2024-07-30T00:53:22.951Z | Compiling dtrace-parser v0.2.0 |
1310 | 2024-07-30T00:53:24.000Z | Compiling async-trait v0.1.81 |
1311 | 2024-07-30T00:53:24.332Z | Compiling thread-id v4.2.1 |
1312 | 2024-07-30T00:53:24.448Z | Compiling foreign-types-shared v0.1.1 |
1313 | 2024-07-30T00:53:24.560Z | Compiling unicode-width v0.1.13 |
1314 | 2024-07-30T00:53:24.794Z | Compiling smoltcp v0.9.1 |
1315 | 2024-07-30T00:53:24.812Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1316 | 2024-07-30T00:53:24.840Z | Compiling base64ct v1.6.0 |
1317 | 2024-07-30T00:53:25.376Z | Compiling pem-rfc7468 v0.7.0 |
1318 | 2024-07-30T00:53:25.483Z | Compiling foreign-types v0.3.2 |
1319 | 2024-07-30T00:53:26.627Z | Compiling form_urlencoded v1.2.1 |
1320 | 2024-07-30T00:53:27.008Z | Compiling hmac v0.12.1 |
1321 | 2024-07-30T00:53:27.252Z | Compiling flagset v0.4.5 |
1322 | 2024-07-30T00:53:27.494Z | Compiling try-lock v0.2.5 |
1323 | 2024-07-30T00:53:27.549Z | Compiling base64 v0.21.7 |
1324 | 2024-07-30T00:53:27.578Z | Compiling siphasher v0.3.11 |
1325 | 2024-07-30T00:53:27.789Z | Compiling adler v1.0.2 |
1326 | 2024-07-30T00:53:27.956Z | Compiling miniz_oxide v0.7.2 |
1327 | 2024-07-30T00:53:28.079Z | Compiling want v0.3.1 |
1328 | 2024-07-30T00:53:28.374Z | Compiling der v0.7.9 |
1329 | 2024-07-30T00:53:29.985Z | Compiling h2 v0.3.26 |
1330 | 2024-07-30T00:53:31.223Z | Compiling rustls-webpki v0.101.7 |
1331 | 2024-07-30T00:53:31.514Z | Compiling sct v0.7.1 |
1332 | 2024-07-30T00:53:31.837Z | Compiling http-body v0.4.6 |
1333 | 2024-07-30T00:53:32.897Z | Compiling openapiv3 v2.0.0 |
1334 | 2024-07-30T00:53:32.920Z | Compiling hubpack_derive v0.1.1 |
1335 | 2024-07-30T00:53:33.186Z | Compiling zerocopy-derive v0.6.6 |
1336 | 2024-07-30T00:53:33.224Z | Compiling idna v0.5.0 |
1337 | 2024-07-30T00:53:33.728Z | Compiling lazy_static v1.5.0 |
1338 | 2024-07-30T00:53:33.834Z | Compiling errno v0.3.9 |
1339 | 2024-07-30T00:53:34.084Z | Compiling fs-err v2.11.0 |
1340 | 2024-07-30T00:53:34.127Z | Compiling gimli v0.28.1 |
1341 | 2024-07-30T00:53:34.392Z | Compiling openssl-probe v0.1.5 |
1342 | 2024-07-30T00:53:34.630Z | Compiling tower-service v0.3.2 |
1343 | 2024-07-30T00:53:34.678Z | Compiling finl_unicode v1.2.0 |
1344 | 2024-07-30T00:53:34.757Z | Compiling stable_deref_trait v1.2.0 |
1345 | 2024-07-30T00:53:34.869Z | Compiling httpdate v1.0.3 |
1346 | 2024-07-30T00:53:35.386Z | Compiling utf8parse v0.2.1 |
1347 | 2024-07-30T00:53:35.556Z | Compiling cpufeatures v0.2.12 |
1348 | 2024-07-30T00:53:35.658Z | Compiling anstyle v1.0.7 |
1349 | 2024-07-30T00:53:36.258Z | Compiling sha2 v0.10.8 |
1350 | 2024-07-30T00:53:36.492Z | Compiling anstyle-parse v0.2.4 |
1351 | 2024-07-30T00:53:36.810Z | Compiling hyper v0.14.28 |
1352 | 2024-07-30T00:53:37.004Z | Compiling stringprep v0.1.4 |
1353 | 2024-07-30T00:53:37.786Z | Compiling url v2.5.2 |
1354 | 2024-07-30T00:53:39.459Z | Compiling addr2line v0.21.0 |
1355 | 2024-07-30T00:53:40.857Z | Compiling spki v0.7.3 |
1356 | 2024-07-30T00:53:41.219Z | Compiling usdt-macro v0.5.0 |
1357 | 2024-07-30T00:53:42.595Z | Compiling usdt-attr-macro v0.5.0 |
1358 | 2024-07-30T00:53:43.376Z | Compiling md-5 v0.10.6 |
1359 | 2024-07-30T00:53:46.170Z | Compiling idna v0.3.0 |
1360 | 2024-07-30T00:53:47.707Z | Compiling diesel_table_macro_syntax v0.1.0 |
1361 | 2024-07-30T00:53:47.884Z | Compiling num-integer v0.1.46 |
1362 | 2024-07-30T00:53:48.068Z | Compiling object v0.32.2 |
1363 | 2024-07-30T00:53:48.596Z | Compiling hash32 v0.2.1 |
1364 | 2024-07-30T00:53:48.783Z | Compiling psl-types v2.0.11 |
1365 | 2024-07-30T00:53:48.968Z | Compiling anstyle-query v1.0.3 |
1366 | 2024-07-30T00:53:49.004Z | Compiling rustc-demangle v0.1.24 |
1367 | 2024-07-30T00:53:49.117Z | Compiling colorchoice v1.0.1 |
1368 | 2024-07-30T00:53:49.959Z | Compiling fallible-iterator v0.2.0 |
1369 | 2024-07-30T00:53:50.686Z | Compiling is_terminal_polyfill v1.70.0 |
1370 | 2024-07-30T00:53:51.265Z | Compiling anstream v0.6.14 |
1371 | 2024-07-30T00:53:51.983Z | Compiling postgres-protocol v0.6.6 |
1372 | 2024-07-30T00:53:56.689Z | Compiling publicsuffix v2.2.3 |
1373 | 2024-07-30T00:53:57.036Z | Compiling diesel_derives v2.1.4 |
1374 | 2024-07-30T00:54:02.509Z | Compiling tokio-rustls v0.24.1 |
1375 | 2024-07-30T00:54:03.793Z | Compiling pkcs8 v0.10.2 |
1376 | 2024-07-30T00:54:04.143Z | Compiling terminal_size v0.3.0 |
1377 | 2024-07-30T00:54:04.350Z | Compiling tokio-native-tls v0.3.1 |
1378 | 2024-07-30T00:54:04.640Z | Compiling phf_shared v0.11.2 |
1379 | 2024-07-30T00:54:05.182Z | Compiling strum_macros v0.25.3 |
1380 | 2024-07-30T00:54:06.180Z | Compiling enum-as-inner v0.5.1 |
1381 | 2024-07-30T00:54:06.588Z | Compiling block-padding v0.3.3 |
1382 | 2024-07-30T00:54:06.817Z | Compiling regress v0.9.1 |
1383 | 2024-07-30T00:54:07.158Z | Compiling clap_derive v4.5.8 |
1384 | 2024-07-30T00:54:07.189Z | Compiling serde_repr v0.1.19 |
1385 | 2024-07-30T00:54:08.967Z | Compiling ff v0.13.0 |
1386 | 2024-07-30T00:54:09.040Z | Compiling scheduled-thread-pool v0.2.7 |
1387 | 2024-07-30T00:54:09.573Z | Compiling encoding_rs v0.8.34 |
1388 | 2024-07-30T00:54:11.519Z | Compiling either v1.12.0 |
1389 | 2024-07-30T00:54:11.708Z | Compiling mime v0.3.17 |
1390 | 2024-07-30T00:54:11.959Z | Compiling clap_lex v0.7.0 |
1391 | 2024-07-30T00:54:12.410Z | Compiling managed v0.8.0 |
1392 | 2024-07-30T00:54:12.647Z | Compiling ipnet v2.9.0 |
1393 | 2024-07-30T00:54:12.917Z | Compiling bitflags v1.3.2 |
1394 | 2024-07-30T00:54:13.139Z | Compiling matches v0.1.10 |
1395 | 2024-07-30T00:54:13.238Z | Compiling base16ct v0.2.0 |
1396 | 2024-07-30T00:54:13.536Z | Compiling regex-automata v0.1.10 |
1397 | 2024-07-30T00:54:13.728Z | Compiling bit-vec v0.6.3 |
1398 | 2024-07-30T00:54:14.027Z | Compiling bstr v0.2.17 |
1399 | 2024-07-30T00:54:14.161Z | Compiling sec1 v0.7.3 |
1400 | 2024-07-30T00:54:14.750Z | Compiling idna v0.2.3 |
1401 | 2024-07-30T00:54:15.447Z | Compiling clap_builder v4.5.9 |
1402 | 2024-07-30T00:54:16.249Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1403 | 2024-07-30T00:54:16.511Z | Compiling r2d2 v0.8.10 |
1404 | 2024-07-30T00:54:16.883Z | Compiling group v0.13.0 |
1405 | 2024-07-30T00:54:20.564Z | Compiling inout v0.1.3 |
1406 | 2024-07-30T00:54:21.081Z | Compiling phf v0.11.2 |
1407 | 2024-07-30T00:54:21.115Z | Compiling hyper-tls v0.5.0 |
1408 | 2024-07-30T00:54:21.393Z | Compiling signal-hook-mio v0.2.3 |
1409 | 2024-07-30T00:54:21.464Z | Compiling hyper-rustls v0.24.2 |
1410 | 2024-07-30T00:54:21.556Z | Compiling cookie_store v0.20.0 |
1411 | 2024-07-30T00:54:21.842Z | Compiling postgres-types v0.2.6 |
1412 | 2024-07-30T00:54:22.121Z | Compiling num-bigint v0.4.5 |
1413 | 2024-07-30T00:54:22.912Z | Compiling zerocopy v0.6.6 |
1414 | 2024-07-30T00:54:23.128Z | Compiling hubpack v0.1.2 |
1415 | 2024-07-30T00:54:23.280Z | Compiling rustls-pemfile v1.0.4 |
1416 | 2024-07-30T00:54:23.568Z | Compiling phf_shared v0.10.0 |
1417 | 2024-07-30T00:54:23.659Z | Compiling hkdf v0.12.4 |
1418 | 2024-07-30T00:54:23.742Z | Compiling serde_urlencoded v0.7.1 |
1419 | 2024-07-30T00:54:23.895Z | Compiling crossbeam-epoch v0.9.18 |
1420 | 2024-07-30T00:54:24.349Z | Compiling ipnetwork v0.20.0 |
1421 | 2024-07-30T00:54:25.160Z | Compiling futures-executor v0.3.30 |
1422 | 2024-07-30T00:54:25.669Z | Compiling crypto-bigint v0.5.5 |
1423 | 2024-07-30T00:54:25.882Z | Compiling float-cmp v0.9.0 |
1424 | 2024-07-30T00:54:25.900Z | Compiling memmap v0.7.0 |
1425 | 2024-07-30T00:54:26.221Z | Compiling precomputed-hash v0.1.1 |
1426 | 2024-07-30T00:54:26.341Z | Compiling data-encoding v2.6.0 |
1427 | 2024-07-30T00:54:28.119Z | Compiling minimal-lexical v0.2.1 |
1428 | 2024-07-30T00:54:28.173Z | Compiling whoami v1.5.1 |
1429 | 2024-07-30T00:54:28.617Z | Compiling fixedbitset v0.4.2 |
1430 | 2024-07-30T00:54:28.739Z | Compiling winnow v0.6.8 |
1431 | 2024-07-30T00:54:28.771Z | Compiling difflib v0.4.0 |
1432 | 2024-07-30T00:54:29.018Z | Compiling webpki-roots v0.25.4 |
1433 | 2024-07-30T00:54:29.077Z | Compiling predicates-core v1.0.6 |
1434 | 2024-07-30T00:54:29.183Z | Compiling unicode-segmentation v1.11.0 |
1435 | 2024-07-30T00:54:29.370Z | Compiling sync_wrapper v0.1.2 |
1436 | 2024-07-30T00:54:29.545Z | Compiling new_debug_unreachable v1.0.6 |
1437 | 2024-07-30T00:54:29.646Z | Compiling static_assertions v1.1.0 |
1438 | 2024-07-30T00:54:29.751Z | Compiling normalize-line-endings v0.3.0 |
1439 | 2024-07-30T00:54:29.886Z | Compiling predicates v3.1.0 |
1440 | 2024-07-30T00:54:30.063Z | Compiling reqwest v0.11.27 |
1441 | 2024-07-30T00:54:30.080Z | Compiling similar v2.5.0 |
1442 | 2024-07-30T00:54:30.123Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1443 | 2024-07-30T00:54:31.414Z | Compiling string_cache v0.8.7 |
1444 | 2024-07-30T00:54:31.567Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1445 | 2024-07-30T00:54:31.864Z | Compiling petgraph v0.6.5 |
1446 | 2024-07-30T00:54:32.218Z | Compiling toml_edit v0.22.16 |
1447 | 2024-07-30T00:54:32.553Z | Compiling nom v7.1.3 |
1448 | 2024-07-30T00:54:35.587Z | Compiling tokio-postgres v0.7.10 |
1449 | 2024-07-30T00:54:35.883Z | Compiling elliptic-curve v0.13.8 |
1450 | 2024-07-30T00:54:36.219Z | Compiling trust-dns-proto v0.22.0 |
1451 | 2024-07-30T00:54:36.412Z | Compiling usdt v0.5.0 |
1452 | 2024-07-30T00:54:37.220Z | Compiling futures v0.3.30 |
1453 | 2024-07-30T00:54:37.340Z | Compiling diesel v2.1.6 |
1454 | 2024-07-30T00:54:37.426Z | Compiling yasna v0.5.2 |
1455 | 2024-07-30T00:54:38.225Z | Compiling crossterm v0.27.0 |
1456 | 2024-07-30T00:54:38.404Z | Compiling flate2 v1.0.30 |
1457 | 2024-07-30T00:54:39.054Z | Compiling cipher v0.4.4 |
1458 | 2024-07-30T00:54:39.302Z | Compiling clap v4.5.9 |
1459 | 2024-07-30T00:54:39.723Z | Compiling bit-set v0.5.3 |
1460 | 2024-07-30T00:54:40.001Z | Compiling itertools v0.12.1 |
1461 | 2024-07-30T00:54:40.215Z | Compiling itertools v0.10.5 |
1462 | 2024-07-30T00:54:41.597Z | Compiling num-iter v0.1.45 |
1463 | 2024-07-30T00:54:42.555Z | Compiling console v0.15.8 |
1464 | 2024-07-30T00:54:43.083Z | Compiling tokio-stream v0.1.15 |
1465 | 2024-07-30T00:54:43.128Z | Compiling toml v0.7.8 |
1466 | 2024-07-30T00:54:43.265Z | Compiling bstr v1.9.1 |
1467 | 2024-07-30T00:54:43.323Z | Compiling hex v0.4.3 |
1468 | 2024-07-30T00:54:43.892Z | Compiling unicode-xid v0.2.4 |
1469 | 2024-07-30T00:54:43.937Z | Compiling camino v1.1.7 |
1470 | 2024-07-30T00:54:44.188Z | Compiling lalrpop-util v0.19.12 |
1471 | 2024-07-30T00:54:44.209Z | Compiling peg-runtime v0.8.3 |
1472 | 2024-07-30T00:54:44.747Z | Compiling proc-macro-crate v1.3.1 |
1473 | 2024-07-30T00:54:46.146Z | Compiling heapless v0.8.0 |
1474 | 2024-07-30T00:54:46.926Z | Compiling num_enum_derive v0.5.11 |
1475 | 2024-07-30T00:54:54.218Z | Compiling hash32 v0.3.1 |
1476 | 2024-07-30T00:54:55.821Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1477 | 2024-07-30T00:54:56.161Z | Compiling ident_case v1.0.1 |
1478 | 2024-07-30T00:54:56.500Z | Compiling rustls-pki-types v1.7.0 |
1479 | 2024-07-30T00:54:56.875Z | Compiling smoltcp v0.11.0 |
1480 | 2024-07-30T00:54:57.868Z | Compiling darling_core v0.20.9 |
1481 | 2024-07-30T00:55:08.842Z | Compiling num_enum v0.5.11 |
1482 | 2024-07-30T00:55:09.614Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1483 | 2024-07-30T00:55:10.039Z | Compiling getopts v0.2.21 |
1484 | 2024-07-30T00:55:11.280Z | Compiling dirs-sys-next v0.1.2 |
1485 | 2024-07-30T00:55:12.421Z | Compiling proc-macro-error-attr v1.0.4 |
1486 | 2024-07-30T00:55:12.827Z | Compiling embedded-io v0.4.0 |
1487 | 2024-07-30T00:55:13.234Z | Compiling rustls v0.22.4 |
1488 | 2024-07-30T00:55:13.569Z | Compiling unsafe-libyaml v0.2.11 |
1489 | 2024-07-30T00:55:13.916Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1490 | 2024-07-30T00:55:14.215Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1491 | 2024-07-30T00:55:15.057Z | Compiling cobs v0.2.3 |
1492 | 2024-07-30T00:55:15.318Z | Compiling paste v1.0.15 |
1493 | 2024-07-30T00:55:15.418Z | Compiling postcard v1.0.8 |
1494 | 2024-07-30T00:55:15.840Z | Compiling serde_yaml v0.9.34+deprecated |
1495 | 2024-07-30T00:55:19.881Z | Compiling dirs-next v2.0.0 |
1496 | 2024-07-30T00:55:20.563Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1497 | 2024-07-30T00:55:23.027Z | Compiling darling_macro v0.20.9 |
1498 | 2024-07-30T00:55:24.015Z | Compiling rustls-webpki v0.102.4 |
1499 | 2024-07-30T00:55:31.042Z | Compiling strum_macros v0.26.4 |
1500 | 2024-07-30T00:55:32.469Z | Compiling foreign-types-macros v0.2.3 |
1501 | 2024-07-30T00:55:32.522Z | Compiling structmeta-derive v0.3.0 |
1502 | 2024-07-30T00:55:33.934Z | Compiling thread_local v1.1.8 |
1503 | 2024-07-30T00:55:34.126Z | Compiling multer v3.1.0 |
1504 | 2024-07-30T00:55:34.421Z | Compiling proc-macro-error v1.0.4 |
1505 | 2024-07-30T00:55:34.712Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1506 | 2024-07-30T00:55:34.729Z | Compiling slog-async v2.8.0 |
1507 | 2024-07-30T00:55:34.977Z | Compiling match_cfg v0.1.0 |
1508 | 2024-07-30T00:55:35.204Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1509 | 2024-07-30T00:55:35.706Z | Compiling foreign-types-shared v0.3.1 |
1510 | 2024-07-30T00:55:35.940Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1511 | 2024-07-30T00:55:42.120Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1512 | 2024-07-30T00:55:42.544Z | Compiling strum v0.26.3 |
1513 | 2024-07-30T00:55:42.747Z | Compiling foreign-types v0.5.0 |
1514 | 2024-07-30T00:55:44.404Z | Compiling structmeta v0.3.0 |
1515 | 2024-07-30T00:55:44.912Z | Compiling hostname v0.3.1 |
1516 | 2024-07-30T00:55:46.742Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1517 | 2024-07-30T00:55:48.669Z | Compiling darling v0.20.9 |
1518 | 2024-07-30T00:55:51.257Z | Compiling term v0.7.0 |
1519 | 2024-07-30T00:55:58.028Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1520 | 2024-07-30T00:56:02.057Z | Compiling slog-json v2.6.1 |
1521 | 2024-07-30T00:56:02.612Z | Compiling tabwriter v1.4.0 |
1522 | 2024-07-30T00:56:02.748Z | Compiling crossbeam-channel v0.5.12 |
1523 | 2024-07-30T00:56:03.404Z | Compiling http v1.1.0 |
1524 | 2024-07-30T00:56:03.422Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1525 | 2024-07-30T00:56:03.979Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1526 | 2024-07-30T00:56:04.207Z | Compiling async-stream-impl v0.3.5 |
1527 | 2024-07-30T00:56:04.478Z | Compiling cstr-argument v0.1.2 |
1528 | 2024-07-30T00:56:04.756Z | Compiling is-terminal v0.4.12 |
1529 | 2024-07-30T00:56:04.813Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1530 | 2024-07-30T00:56:04.895Z | Compiling fastrand v2.1.0 |
1531 | 2024-07-30T00:56:05.098Z | Compiling atomic-waker v1.1.2 |
1532 | 2024-07-30T00:56:05.297Z | Compiling pretty-hex v0.2.1 |
1533 | 2024-07-30T00:56:05.493Z | Compiling rayon-core v1.12.1 |
1534 | 2024-07-30T00:56:05.515Z | Compiling base64 v0.22.1 |
1535 | 2024-07-30T00:56:05.584Z | Compiling crucible-workspace-hack v0.1.0 |
1536 | 2024-07-30T00:56:05.779Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1537 | 2024-07-30T00:56:05.852Z | Compiling take_mut v0.2.2 |
1538 | 2024-07-30T00:56:06.087Z | Compiling rustls-pemfile v2.1.2 |
1539 | 2024-07-30T00:56:06.544Z | Compiling async-stream v0.3.5 |
1540 | 2024-07-30T00:56:06.607Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1541 | 2024-07-30T00:56:06.836Z | Compiling tempfile v3.10.1 |
1542 | 2024-07-30T00:56:06.858Z | Compiling waitgroup v0.1.2 |
1543 | 2024-07-30T00:56:07.108Z | Compiling slog-term v2.9.1 |
1544 | 2024-07-30T00:56:08.339Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1545 | 2024-07-30T00:56:08.833Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1546 | 2024-07-30T00:56:09.064Z | Compiling slog-bunyan v2.5.0 |
1547 | 2024-07-30T00:56:09.408Z | Compiling tokio-rustls v0.25.0 |
1548 | 2024-07-30T00:56:09.552Z | Compiling serde_with_macros v3.8.3 |
1549 | 2024-07-30T00:56:09.846Z | Compiling parse-display-derive v0.9.1 |
1550 | 2024-07-30T00:56:09.849Z | Compiling toml v0.8.15 |
1551 | 2024-07-30T00:56:09.918Z | Compiling sha1 v0.10.6 |
1552 | 2024-07-30T00:56:09.986Z | Compiling crossbeam-deque v0.8.5 |
1553 | 2024-07-30T00:56:10.415Z | Compiling colored v2.1.0 |
1554 | 2024-07-30T00:56:10.696Z | Compiling newtype-uuid v1.1.0 |
1555 | 2024-07-30T00:56:11.049Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1556 | 2024-07-30T00:56:11.731Z | Compiling serde_path_to_error v0.1.16 |
1557 | 2024-07-30T00:56:12.340Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1558 | 2024-07-30T00:56:12.784Z | Compiling socket2 v0.4.10 |
1559 | 2024-07-30T00:56:13.061Z | Compiling hostname v0.4.0 |
1560 | 2024-07-30T00:56:13.333Z | Compiling instant v0.1.12 |
1561 | 2024-07-30T00:56:13.525Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1562 | 2024-07-30T00:56:13.925Z | Compiling debug-ignore v1.0.5 |
1563 | 2024-07-30T00:56:13.993Z | Compiling parse-display v0.9.1 |
1564 | 2024-07-30T00:56:14.083Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1565 | 2024-07-30T00:56:14.326Z | Compiling backoff v0.4.0 |
1566 | 2024-07-30T00:56:15.911Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1567 | 2024-07-30T00:56:16.139Z | Compiling serde_with v3.8.3 |
1568 | 2024-07-30T00:56:16.894Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1569 | 2024-07-30T00:56:17.437Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1570 | 2024-07-30T00:56:18.448Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1571 | 2024-07-30T00:56:18.800Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1572 | 2024-07-30T00:56:19.178Z | Compiling camino-tempfile v1.1.1 |
1573 | 2024-07-30T00:56:20.102Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1574 | 2024-07-30T00:56:20.595Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1575 | 2024-07-30T00:56:20.659Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1576 | 2024-07-30T00:56:20.790Z | Compiling macaddr v1.0.1 |
1577 | 2024-07-30T00:56:20.793Z | Compiling num-derive v0.4.2 |
1578 | 2024-07-30T00:56:21.404Z | Compiling sigpipe v0.1.3 |
1579 | 2024-07-30T00:56:21.550Z | Compiling libefi-sys v0.1.0 |
1580 | 2024-07-30T00:56:21.848Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1581 | 2024-07-30T00:56:22.411Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1582 | 2024-07-30T00:56:23.177Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1583 | 2024-07-30T00:56:23.428Z | Compiling rayon v1.10.0 |
1584 | 2024-07-30T00:56:23.703Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1585 | 2024-07-30T00:56:24.461Z | Compiling smf v0.2.3 |
1586 | 2024-07-30T00:56:24.803Z | Compiling bitfield-struct v0.6.1 |
1587 | 2024-07-30T00:56:25.728Z | Compiling ring v0.16.20 |
1588 | 2024-07-30T00:56:26.206Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1589 | 2024-07-30T00:56:26.580Z | Compiling blake3 v1.5.1 |
1590 | 2024-07-30T00:56:26.739Z | Compiling portable-atomic v1.6.0 |
1591 | 2024-07-30T00:56:27.266Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1592 | 2024-07-30T00:56:27.572Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1593 | 2024-07-30T00:56:27.948Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1594 | 2024-07-30T00:56:29.290Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1595 | 2024-07-30T00:56:29.562Z | Compiling xattr v1.3.1 |
1596 | 2024-07-30T00:56:29.894Z | Compiling filetime v0.2.23 |
1597 | 2024-07-30T00:56:30.269Z | Compiling memmap2 v0.9.4 |
1598 | 2024-07-30T00:56:30.564Z | Compiling spin v0.5.2 |
1599 | 2024-07-30T00:56:30.848Z | Compiling constant_time_eq v0.3.0 |
1600 | 2024-07-30T00:56:30.866Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1601 | 2024-07-30T00:56:31.002Z | Compiling untrusted v0.7.1 |
1602 | 2024-07-30T00:56:31.038Z | Compiling arrayref v0.3.7 |
1603 | 2024-07-30T00:56:31.156Z | Compiling arrayvec v0.7.4 |
1604 | 2024-07-30T00:56:31.183Z | Compiling same-file v1.0.6 |
1605 | 2024-07-30T00:56:31.208Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1606 | 2024-07-30T00:56:31.471Z | Compiling walkdir v2.5.0 |
1607 | 2024-07-30T00:56:32.892Z | Compiling tar v0.4.41 |
1608 | 2024-07-30T00:56:34.273Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1609 | 2024-07-30T00:56:34.698Z | Compiling cargo-platform v0.1.8 |
1610 | 2024-07-30T00:56:34.763Z | Compiling gethostname v0.4.3 |
1611 | 2024-07-30T00:56:35.046Z | Compiling topological-sort v0.2.2 |
1612 | 2024-07-30T00:56:35.309Z | Compiling number_prefix v0.4.0 |
1613 | 2024-07-30T00:56:35.574Z | Compiling cargo_metadata v0.18.1 |
1614 | 2024-07-30T00:56:35.805Z | Compiling indicatif v0.17.8 |
1615 | 2024-07-30T00:56:36.225Z | Compiling omicron-zone-package v0.11.0 |
1616 | 2024-07-30T00:56:40.349Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1617 | 2024-07-30T00:56:44.483Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1618 | 2024-07-30T00:56:45.693Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1619 | 2024-07-30T00:56:47.201Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1620 | 2024-07-30T00:57:06.174Z | Finished `release` profile [optimized] target(s) in 4m 32s |
1621 | 2024-07-30T00:57:06.289Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1622 | 2024-07-30T00:57:06.332Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1623 | 2024-07-30T00:57:06.335Z | Created new build target 'test' and set it as active |
1624 | 2024-07-30T00:57:06.335Z | |
1625 | 2024-07-30T00:57:06.335Z | real 4:32.975493594 |
1626 | 2024-07-30T00:57:06.335Z | user 30:42.216994396 |
1627 | 2024-07-30T00:57:06.335Z | sys 4:00.861456272 |
1628 | 2024-07-30T00:57:06.335Z | trap 0.911374173 |
1629 | 2024-07-30T00:57:06.335Z | tflt 1.983686068 |
1630 | 2024-07-30T00:57:06.335Z | dflt 0.745879082 |
1631 | 2024-07-30T00:57:06.335Z | kflt 0.010607702 |
1632 | 2024-07-30T00:57:06.335Z | lock 1:04:29.722810619 |
1633 | 2024-07-30T00:57:06.335Z | slp 1:26:48.119247284 |
1634 | 2024-07-30T00:57:06.335Z | lat 2:05.325134818 |
1635 | 2024-07-30T00:57:06.335Z | stop 3:08.974353072 |
1636 | 2024-07-30T00:57:06.335Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1637 | 2024-07-30T00:57:07.194Z | Finished `release` profile [optimized] target(s) in 0.81s |
1638 | 2024-07-30T00:57:07.234Z | Running `target/release/omicron-package -t test package` |
1639 | 2024-07-30T00:57:07.269Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1640 | 2024-07-30T00:57:08.272Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1641 | 2024-07-30T00:57:08.272Z | Compiling camino v1.1.7 |
1642 | 2024-07-30T00:57:08.275Z | Compiling password-hash v0.5.0 |
1643 | 2024-07-30T00:57:08.275Z | Compiling blake2 v0.10.6 |
1644 | 2024-07-30T00:57:08.372Z | Compiling derive-where v1.2.7 |
1645 | 2024-07-30T00:57:08.375Z | Compiling humantime v2.1.0 |
1646 | 2024-07-30T00:57:08.375Z | Compiling newline-converter v0.3.0 |
1647 | 2024-07-30T00:57:08.406Z | Compiling toml v0.8.15 |
1648 | 2024-07-30T00:57:08.531Z | Compiling expectorate v1.1.0 |
1649 | 2024-07-30T00:57:08.601Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1650 | 2024-07-30T00:57:08.710Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1651 | 2024-07-30T00:57:09.020Z | Compiling argon2 v0.5.3 |
1652 | 2024-07-30T00:57:09.269Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1653 | 2024-07-30T00:57:09.272Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1654 | 2024-07-30T00:57:09.499Z | Compiling dirs-sys-next v0.1.2 |
1655 | 2024-07-30T00:57:09.618Z | Compiling prettyplease v0.2.20 |
1656 | 2024-07-30T00:57:09.898Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1657 | 2024-07-30T00:57:10.017Z | Compiling dirs-next v2.0.0 |
1658 | 2024-07-30T00:57:10.032Z | Compiling semver v0.1.20 |
1659 | 2024-07-30T00:57:10.198Z | Compiling term v0.7.0 |
1660 | 2024-07-30T00:57:10.512Z | Compiling rustc_version v0.1.7 |
1661 | 2024-07-30T00:57:10.593Z | Compiling is-terminal v0.4.12 |
1662 | 2024-07-30T00:57:10.614Z | Compiling convert_case v0.4.0 |
1663 | 2024-07-30T00:57:10.719Z | Compiling home v0.5.9 |
1664 | 2024-07-30T00:57:10.933Z | Compiling newtype_derive v0.1.6 |
1665 | 2024-07-30T00:57:10.953Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1666 | 2024-07-30T00:57:11.403Z | Compiling derive_more v0.99.18 |
1667 | 2024-07-30T00:57:11.431Z | Compiling rustls-pki-types v1.7.0 |
1668 | 2024-07-30T00:57:11.487Z | Compiling steno v0.4.1 |
1669 | 2024-07-30T00:57:11.714Z | Compiling rustls v0.22.4 |
1670 | 2024-07-30T00:57:11.738Z | Compiling thread_local v1.1.8 |
1671 | 2024-07-30T00:57:12.204Z | Compiling rustls-webpki v0.102.4 |
1672 | 2024-07-30T00:57:12.244Z | Compiling match_cfg v0.1.0 |
1673 | 2024-07-30T00:57:12.351Z | Compiling linked-hash-map v0.5.6 |
1674 | 2024-07-30T00:57:12.754Z | Compiling lru-cache v0.1.2 |
1675 | 2024-07-30T00:57:12.972Z | Compiling hostname v0.3.1 |
1676 | 2024-07-30T00:57:14.072Z | Compiling multer v3.1.0 |
1677 | 2024-07-30T00:57:14.158Z | Compiling slog-async v2.8.0 |
1678 | 2024-07-30T00:57:14.185Z | Compiling slog-json v2.6.1 |
1679 | 2024-07-30T00:57:14.224Z | Compiling crossbeam-channel v0.5.12 |
1680 | 2024-07-30T00:57:14.573Z | Compiling http v1.1.0 |
1681 | 2024-07-30T00:57:15.280Z | Compiling atomic-waker v1.1.2 |
1682 | 2024-07-30T00:57:15.298Z | Compiling take_mut v0.2.2 |
1683 | 2024-07-30T00:57:15.453Z | Compiling base64 v0.22.1 |
1684 | 2024-07-30T00:57:16.544Z | Compiling rustls-pemfile v2.1.2 |
1685 | 2024-07-30T00:57:16.887Z | Compiling waitgroup v0.1.2 |
1686 | 2024-07-30T00:57:16.966Z | Compiling slog-bunyan v2.5.0 |
1687 | 2024-07-30T00:57:17.074Z | Compiling slog-term v2.9.1 |
1688 | 2024-07-30T00:57:17.077Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1689 | 2024-07-30T00:57:17.153Z | Compiling async-stream v0.3.5 |
1690 | 2024-07-30T00:57:17.168Z | Compiling sha1 v0.10.6 |
1691 | 2024-07-30T00:57:17.448Z | Compiling tokio-rustls v0.25.0 |
1692 | 2024-07-30T00:57:17.569Z | Compiling newtype-uuid v1.1.0 |
1693 | 2024-07-30T00:57:17.872Z | Compiling serde_path_to_error v0.1.16 |
1694 | 2024-07-30T00:57:17.889Z | Compiling hostname v0.4.0 |
1695 | 2024-07-30T00:57:17.907Z | Compiling slog-dtrace v0.3.0 |
1696 | 2024-07-30T00:57:18.105Z | Compiling instant v0.1.12 |
1697 | 2024-07-30T00:57:18.184Z | Compiling debug-ignore v1.0.5 |
1698 | 2024-07-30T00:57:18.245Z | Compiling backoff v0.4.0 |
1699 | 2024-07-30T00:57:18.265Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1700 | 2024-07-30T00:57:18.322Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1701 | 2024-07-30T00:57:18.586Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1702 | 2024-07-30T00:57:18.685Z | Compiling parse-display v0.9.1 |
1703 | 2024-07-30T00:57:18.745Z | Compiling serde_with v3.8.3 |
1704 | 2024-07-30T00:57:18.925Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1705 | 2024-07-30T00:57:19.273Z | Compiling strum v0.26.3 |
1706 | 2024-07-30T00:57:19.466Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1707 | 2024-07-30T00:57:20.542Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1708 | 2024-07-30T00:57:21.214Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1709 | 2024-07-30T00:57:21.380Z | Compiling num-rational v0.4.2 |
1710 | 2024-07-30T00:57:22.293Z | Compiling num-complex v0.4.6 |
1711 | 2024-07-30T00:57:22.867Z | Compiling macaddr v1.0.1 |
1712 | 2024-07-30T00:57:22.991Z | Compiling swrite v0.1.0 |
1713 | 2024-07-30T00:57:23.319Z | Compiling num v0.4.3 |
1714 | 2024-07-30T00:57:23.334Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1715 | 2024-07-30T00:57:24.736Z | Compiling float-ord v0.3.2 |
1716 | 2024-07-30T00:57:24.900Z | Compiling quick-error v1.2.3 |
1717 | 2024-07-30T00:57:25.033Z | Compiling resolv-conf v0.7.0 |
1718 | 2024-07-30T00:57:25.700Z | Compiling trust-dns-resolver v0.22.0 |
1719 | 2024-07-30T00:57:25.889Z | Compiling rayon-core v1.12.1 |
1720 | 2024-07-30T00:57:25.915Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1721 | 2024-07-30T00:57:26.668Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1722 | 2024-07-30T00:57:26.771Z | Compiling crossbeam-deque v0.8.5 |
1723 | 2024-07-30T00:57:27.116Z | Compiling same-file v1.0.6 |
1724 | 2024-07-30T00:57:27.347Z | Compiling termcolor v1.4.1 |
1725 | 2024-07-30T00:57:28.513Z | Compiling fastrand v2.1.0 |
1726 | 2024-07-30T00:57:29.014Z | Compiling display-error-chain v0.2.0 |
1727 | 2024-07-30T00:57:29.197Z | Compiling tempfile v3.10.1 |
1728 | 2024-07-30T00:57:29.993Z | Compiling walkdir v2.5.0 |
1729 | 2024-07-30T00:57:32.167Z | Compiling half v2.4.1 |
1730 | 2024-07-30T00:57:32.303Z | Compiling utf-8 v0.7.6 |
1731 | 2024-07-30T00:57:32.656Z | Compiling ciborium-io v0.2.2 |
1732 | 2024-07-30T00:57:32.795Z | Compiling ciborium-ll v0.2.2 |
1733 | 2024-07-30T00:57:32.881Z | Compiling ring v0.16.20 |
1734 | 2024-07-30T00:57:33.280Z | Compiling blake3 v1.5.1 |
1735 | 2024-07-30T00:57:33.673Z | Compiling rayon v1.10.0 |
1736 | 2024-07-30T00:57:35.551Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1737 | 2024-07-30T00:57:38.514Z | Compiling xattr v1.3.1 |
1738 | 2024-07-30T00:57:38.789Z | Compiling nibble_vec v0.1.0 |
1739 | 2024-07-30T00:57:38.914Z | Compiling filetime v0.2.23 |
1740 | 2024-07-30T00:57:39.025Z | Compiling memmap2 v0.9.4 |
1741 | 2024-07-30T00:57:39.236Z | Compiling cancel-safe-futures v0.1.5 |
1742 | 2024-07-30T00:57:39.494Z | Compiling arrayref v0.3.7 |
1743 | 2024-07-30T00:57:39.567Z | Compiling constant_time_eq v0.3.0 |
1744 | 2024-07-30T00:57:39.601Z | Compiling endian-type v0.1.2 |
1745 | 2024-07-30T00:57:39.718Z | Compiling arrayvec v0.7.4 |
1746 | 2024-07-30T00:57:39.844Z | Compiling untrusted v0.7.1 |
1747 | 2024-07-30T00:57:40.042Z | Compiling spin v0.5.2 |
1748 | 2024-07-30T00:57:41.613Z | Compiling radix_trie v0.2.1 |
1749 | 2024-07-30T00:57:42.512Z | Compiling tar v0.4.41 |
1750 | 2024-07-30T00:57:43.705Z | Compiling ciborium v0.2.2 |
1751 | 2024-07-30T00:57:44.393Z | Compiling toolchain_find v0.4.0 |
1752 | 2024-07-30T00:57:44.972Z | Compiling camino-tempfile v1.1.1 |
1753 | 2024-07-30T00:57:45.290Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1754 | 2024-07-30T00:57:45.422Z | Compiling crunchy v0.2.2 |
1755 | 2024-07-30T00:57:45.846Z | Compiling maplit v1.0.2 |
1756 | 2024-07-30T00:57:45.871Z | Compiling radium v0.7.0 |
1757 | 2024-07-30T00:57:45.974Z | Compiling glob v0.3.1 |
1758 | 2024-07-30T00:57:46.310Z | Compiling topological-sort v0.2.2 |
1759 | 2024-07-30T00:57:46.527Z | Compiling omicron-zone-package v0.11.0 |
1760 | 2024-07-30T00:57:46.753Z | Compiling clang-sys v1.7.0 |
1761 | 2024-07-30T00:57:46.822Z | Compiling rustfmt-wrapper v0.2.1 |
1762 | 2024-07-30T00:57:47.413Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1763 | 2024-07-30T00:57:48.117Z | Compiling maybe-uninit v2.0.0 |
1764 | 2024-07-30T00:57:48.186Z | Compiling tiny-keccak v2.0.2 |
1765 | 2024-07-30T00:57:48.459Z | Compiling tap v1.0.1 |
1766 | 2024-07-30T00:57:48.634Z | Compiling wyz v0.5.1 |
1767 | 2024-07-30T00:57:49.123Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1768 | 2024-07-30T00:57:49.365Z | Compiling num-bigint-dig v0.8.4 |
1769 | 2024-07-30T00:57:49.626Z | Compiling crc-catalog v2.4.0 |
1770 | 2024-07-30T00:57:49.659Z | Compiling funty v2.0.0 |
1771 | 2024-07-30T00:57:49.782Z | Compiling arc-swap v1.7.1 |
1772 | 2024-07-30T00:57:49.817Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1773 | 2024-07-30T00:57:50.245Z | Compiling packed_struct v0.10.1 |
1774 | 2024-07-30T00:57:50.469Z | Compiling slog-scope v4.4.0 |
1775 | 2024-07-30T00:57:50.686Z | Compiling crc v3.2.1 |
1776 | 2024-07-30T00:57:51.344Z | Compiling bitvec v1.0.1 |
1777 | 2024-07-30T00:57:52.136Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1778 | 2024-07-30T00:57:53.159Z | Compiling ascii-canvas v3.0.0 |
1779 | 2024-07-30T00:57:53.668Z | Compiling packed_struct_codegen v0.10.1 |
1780 | 2024-07-30T00:57:55.844Z | Compiling ena v0.14.3 |
1781 | 2024-07-30T00:57:56.238Z | Compiling libloading v0.8.3 |
1782 | 2024-07-30T00:57:56.440Z | Compiling indexmap v1.9.3 |
1783 | 2024-07-30T00:57:56.621Z | Compiling regex-syntax v0.6.29 |
1784 | 2024-07-30T00:57:56.734Z | Compiling bindgen v0.69.4 |
1785 | 2024-07-30T00:57:57.170Z | Compiling diff v0.1.13 |
1786 | 2024-07-30T00:57:57.392Z | Compiling nodrop v0.1.14 |
1787 | 2024-07-30T00:57:57.528Z | Compiling array-init v0.0.4 |
1788 | 2024-07-30T00:58:02.140Z | Compiling lalrpop v0.19.12 |
1789 | 2024-07-30T00:58:03.015Z | Compiling smallvec v0.6.14 |
1790 | 2024-07-30T00:58:08.036Z | Compiling slog-stdlog v4.1.1 |
1791 | 2024-07-30T00:58:08.740Z | Compiling tungstenite v0.21.0 |
1792 | 2024-07-30T00:58:08.962Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1793 | 2024-07-30T00:58:09.351Z | Compiling which v4.4.2 |
1794 | 2024-07-30T00:58:09.908Z | Compiling pkcs1 v0.7.5 |
1795 | 2024-07-30T00:58:10.100Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1796 | 2024-07-30T00:58:10.321Z | Compiling signature v2.2.0 |
1797 | 2024-07-30T00:58:10.610Z | Compiling cexpr v0.6.0 |
1798 | 2024-07-30T00:58:12.276Z | Compiling libsw v3.3.1 |
1799 | 2024-07-30T00:58:12.631Z | Compiling atty v0.2.14 |
1800 | 2024-07-30T00:58:12.788Z | Compiling owo-colors v4.0.0 |
1801 | 2024-07-30T00:58:13.409Z | Compiling shlex v1.3.0 |
1802 | 2024-07-30T00:58:13.796Z | Compiling lazycell v1.3.0 |
1803 | 2024-07-30T00:58:13.903Z | Compiling rustc-hash v1.1.0 |
1804 | 2024-07-30T00:58:13.970Z | Compiling linear-map v1.2.0 |
1805 | 2024-07-30T00:58:14.054Z | Compiling ref-cast v1.0.23 |
1806 | 2024-07-30T00:58:14.087Z | Compiling hashbrown v0.12.3 |
1807 | 2024-07-30T00:58:14.375Z | Compiling bitfield v0.14.0 |
1808 | 2024-07-30T00:58:14.628Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1809 | 2024-07-30T00:58:14.662Z | Compiling rsa v0.9.6 |
1810 | 2024-07-30T00:58:15.662Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1811 | 2024-07-30T00:58:16.510Z | Compiling tokio-tungstenite v0.21.0 |
1812 | 2024-07-30T00:58:17.119Z | Compiling slog-envlogger v2.2.0 |
1813 | 2024-07-30T00:58:19.672Z | Compiling serde-hex v0.1.0 |
1814 | 2024-07-30T00:58:20.128Z | Compiling bzip2 v0.4.4 |
1815 | 2024-07-30T00:58:20.580Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1816 | 2024-07-30T00:58:20.902Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1817 | 2024-07-30T00:58:23.428Z | Compiling env_logger v0.10.2 |
1818 | 2024-07-30T00:58:24.761Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1819 | 2024-07-30T00:58:25.042Z | Compiling derive_builder_core v0.20.0 |
1820 | 2024-07-30T00:58:26.568Z | Compiling x509-cert v0.2.5 |
1821 | 2024-07-30T00:58:27.400Z | Compiling ron v0.8.1 |
1822 | 2024-07-30T00:58:28.942Z | Compiling headers-core v0.2.0 |
1823 | 2024-07-30T00:58:29.105Z | Compiling hashbrown v0.13.2 |
1824 | 2024-07-30T00:58:29.138Z | Compiling fxhash v0.2.1 |
1825 | 2024-07-30T00:58:29.371Z | Compiling libxml v0.3.3 |
1826 | 2024-07-30T00:58:29.615Z | Compiling polar-core v0.27.3 |
1827 | 2024-07-30T00:58:29.712Z | Compiling ref-cast-impl v1.0.23 |
1828 | 2024-07-30T00:58:30.470Z | Compiling crc-any v2.5.0 |
1829 | 2024-07-30T00:58:30.960Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1830 | 2024-07-30T00:58:31.397Z | Compiling object v0.30.4 |
1831 | 2024-07-30T00:58:33.440Z | Compiling headers v0.3.9 |
1832 | 2024-07-30T00:58:37.239Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1833 | 2024-07-30T00:58:38.474Z | Compiling samael v0.0.15 |
1834 | 2024-07-30T00:58:38.950Z | Compiling derive_builder_macro v0.20.0 |
1835 | 2024-07-30T00:58:39.791Z | Compiling zip v0.6.6 |
1836 | 2024-07-30T00:58:40.009Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1837 | 2024-07-30T00:58:41.208Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1838 | 2024-07-30T00:58:41.519Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1839 | 2024-07-30T00:58:42.561Z | Compiling strum_macros v0.24.3 |
1840 | 2024-07-30T00:58:43.158Z | Compiling async-recursion v1.1.1 |
1841 | 2024-07-30T00:58:44.411Z | Compiling cookie v0.18.1 |
1842 | 2024-07-30T00:58:44.630Z | Compiling unicase v2.7.0 |
1843 | 2024-07-30T00:58:44.706Z | Compiling path-slash v0.1.5 |
1844 | 2024-07-30T00:58:44.915Z | Compiling indoc v1.0.9 |
1845 | 2024-07-30T00:58:44.936Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1846 | 2024-07-30T00:58:46.625Z | Compiling derive_builder v0.20.0 |
1847 | 2024-07-30T00:58:48.289Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1848 | 2024-07-30T00:58:48.546Z | Compiling pem v3.0.4 |
1849 | 2024-07-30T00:58:49.767Z | Compiling impl-trait-for-tuples v0.2.2 |
1850 | 2024-07-30T00:58:50.119Z | Compiling oso-derive v0.27.3 |
1851 | 2024-07-30T00:58:51.107Z | Compiling quick-xml v0.31.0 |
1852 | 2024-07-30T00:58:51.880Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1853 | 2024-07-30T00:58:52.190Z | Compiling cfg_aliases v0.1.1 |
1854 | 2024-07-30T00:58:52.311Z | Compiling parking_lot_core v0.8.6 |
1855 | 2024-07-30T00:58:52.747Z | Compiling nix v0.28.0 |
1856 | 2024-07-30T00:58:56.153Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1857 | 2024-07-30T00:58:56.544Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1858 | 2024-07-30T00:58:58.088Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1859 | 2024-07-30T00:58:58.368Z | Compiling bb8 v0.8.5 |
1860 | 2024-07-30T00:58:58.947Z | Compiling const_format_proc_macros v0.2.32 |
1861 | 2024-07-30T00:58:59.210Z | Compiling oso v0.27.3 |
1862 | 2024-07-30T00:59:00.927Z | Compiling curve25519-dalek v4.1.3 |
1863 | 2024-07-30T00:59:01.020Z | Compiling vte_generate_state_changes v0.1.1 |
1864 | 2024-07-30T00:59:01.317Z | Compiling keccak v0.1.5 |
1865 | 2024-07-30T00:59:01.579Z | Compiling buf-list v1.0.3 |
1866 | 2024-07-30T00:59:02.009Z | Compiling sha3 v0.10.8 |
1867 | 2024-07-30T00:59:02.213Z | Compiling vte v0.11.1 |
1868 | 2024-07-30T00:59:02.376Z | Compiling const_format v0.2.32 |
1869 | 2024-07-30T00:59:02.879Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1870 | 2024-07-30T00:59:03.884Z | Compiling fd-lock v4.0.2 |
1871 | 2024-07-30T00:59:03.985Z | Compiling universal-hash v0.5.1 |
1872 | 2024-07-30T00:59:04.134Z | Compiling secrecy v0.8.0 |
1873 | 2024-07-30T00:59:04.249Z | Compiling thiserror-impl-no-std v2.0.2 |
1874 | 2024-07-30T00:59:04.441Z | Compiling curve25519-dalek-derive v0.1.1 |
1875 | 2024-07-30T00:59:04.588Z | Compiling pin-project-internal v1.1.5 |
1876 | 2024-07-30T00:59:05.905Z | Compiling opaque-debug v0.3.1 |
1877 | 2024-07-30T00:59:06.020Z | Compiling bytecount v0.6.8 |
1878 | 2024-07-30T00:59:06.356Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1879 | 2024-07-30T00:59:06.685Z | Compiling papergrid v0.11.0 |
1880 | 2024-07-30T00:59:07.179Z | Compiling thiserror-no-std v2.0.2 |
1881 | 2024-07-30T00:59:07.311Z | Compiling poly1305 v0.8.0 |
1882 | 2024-07-30T00:59:07.544Z | Compiling pin-project v1.1.5 |
1883 | 2024-07-30T00:59:08.842Z | Compiling parking_lot v0.11.2 |
1884 | 2024-07-30T00:59:13.695Z | Compiling strip-ansi-escapes v0.2.0 |
1885 | 2024-07-30T00:59:15.399Z | Compiling trust-dns-client v0.22.0 |
1886 | 2024-07-30T00:59:16.081Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1887 | 2024-07-30T00:59:16.363Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1888 | 2024-07-30T00:59:17.659Z | Compiling tabled_derive v0.7.0 |
1889 | 2024-07-30T00:59:17.675Z | Compiling chacha20 v0.9.1 |
1890 | 2024-07-30T00:59:18.150Z | Compiling aead v0.5.2 |
1891 | 2024-07-30T00:59:18.496Z | Compiling peg-macros v0.8.4 |
1892 | 2024-07-30T00:59:18.940Z | Compiling kstat-rs v0.2.4 |
1893 | 2024-07-30T00:59:19.944Z | Compiling snafu-derive v0.8.2 |
1894 | 2024-07-30T00:59:19.970Z | Compiling toml v0.5.11 |
1895 | 2024-07-30T00:59:21.600Z | Compiling sqlparser_derive v0.2.2 |
1896 | 2024-07-30T00:59:21.990Z | Compiling nu-ansi-term v0.50.0 |
1897 | 2024-07-30T00:59:22.641Z | Compiling unicode_categories v0.1.1 |
1898 | 2024-07-30T00:59:23.237Z | Compiling rustyline v14.0.0 |
1899 | 2024-07-30T00:59:23.361Z | Compiling sqlformat v0.2.4 |
1900 | 2024-07-30T00:59:24.907Z | Compiling snafu v0.8.2 |
1901 | 2024-07-30T00:59:26.202Z | Compiling sqlparser v0.45.0 |
1902 | 2024-07-30T00:59:26.506Z | Compiling reedline v0.31.0 |
1903 | 2024-07-30T00:59:29.310Z | Compiling peg v0.8.4 |
1904 | 2024-07-30T00:59:29.432Z | Compiling trust-dns-server v0.22.1 |
1905 | 2024-07-30T00:59:34.140Z | Compiling tabled v0.15.0 |
1906 | 2024-07-30T00:59:35.480Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1907 | 2024-07-30T00:59:42.280Z | Compiling chacha20poly1305 v0.10.1 |
1908 | 2024-07-30T00:59:42.541Z | Compiling mime_guess v2.0.4 |
1909 | 2024-07-30T00:59:43.678Z | Compiling vsss-rs v3.3.4 |
1910 | 2024-07-30T00:59:48.060Z | Compiling sled v0.34.7 |
1911 | 2024-07-30T00:59:50.674Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1912 | 2024-07-30T00:59:51.609Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1913 | 2024-07-30T00:59:51.755Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1914 | 2024-07-30T00:59:52.037Z | Compiling env_logger v0.9.3 |
1915 | 2024-07-30T00:59:55.505Z | Compiling tungstenite v0.20.1 |
1916 | 2024-07-30T00:59:56.468Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1917 | 2024-07-30T01:00:03.675Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1918 | 2024-07-30T01:00:12.138Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1919 | 2024-07-30T01:00:13.613Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1920 | 2024-07-30T01:00:16.845Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1921 | 2024-07-30T01:00:17.361Z | Compiling globset v0.4.14 |
1922 | 2024-07-30T01:00:21.189Z | Compiling olpc-cjson v0.1.3 |
1923 | 2024-07-30T01:00:21.528Z | Compiling bcs v0.1.6 |
1924 | 2024-07-30T01:00:22.402Z | Compiling bitstruct_derive v0.1.0 |
1925 | 2024-07-30T01:00:22.464Z | Compiling serde_plain v1.0.2 |
1926 | 2024-07-30T01:00:22.996Z | Compiling nanorand v0.7.0 |
1927 | 2024-07-30T01:00:23.715Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1928 | 2024-07-30T01:00:23.790Z | Compiling memoffset v0.9.1 |
1929 | 2024-07-30T01:00:23.864Z | Compiling typed-path v0.7.1 |
1930 | 2024-07-30T01:00:25.278Z | Compiling ascii v1.1.0 |
1931 | 2024-07-30T01:00:26.061Z | Compiling highway v1.1.0 |
1932 | 2024-07-30T01:00:26.076Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1933 | 2024-07-30T01:00:27.476Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1934 | 2024-07-30T01:00:28.576Z | Compiling tough v0.17.1 |
1935 | 2024-07-30T01:00:30.787Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1936 | 2024-07-30T01:00:36.026Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1937 | 2024-07-30T01:00:36.048Z | Compiling bitstruct v0.1.1 |
1938 | 2024-07-30T01:00:36.048Z | Compiling flume v0.11.0 |
1939 | 2024-07-30T01:00:36.048Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1940 | 2024-07-30T01:00:36.048Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1941 | 2024-07-30T01:00:41.497Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1942 | 2024-07-30T01:00:45.139Z | Compiling tokio-tungstenite v0.20.1 |
1943 | 2024-07-30T01:00:45.689Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
1944 | 2024-07-30T01:00:51.246Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1945 | 2024-07-30T01:00:52.461Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1946 | 2024-07-30T01:00:54.702Z | Compiling erased-serde v0.3.31 |
1947 | 2024-07-30T01:00:56.508Z | Compiling serde_arrays v0.1.0 |
1948 | 2024-07-30T01:00:56.709Z | Compiling parse-size v1.0.0 |
1949 | 2024-07-30T01:00:57.013Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1950 | 2024-07-30T01:00:57.527Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1951 | 2024-07-30T01:00:58.975Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
1952 | 2024-07-30T01:01:00.720Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1953 | 2024-07-30T01:01:01.509Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
1954 | 2024-07-30T01:01:01.800Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1955 | 2024-07-30T01:01:04.037Z | Compiling heck v0.3.3 |
1956 | 2024-07-30T01:01:04.450Z | Compiling rand_seeder v0.2.3 |
1957 | 2024-07-30T01:01:04.887Z | Compiling castaway v0.2.2 |
1958 | 2024-07-30T01:01:05.019Z | Compiling csv-core v0.1.11 |
1959 | 2024-07-30T01:01:05.089Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1960 | 2024-07-30T01:01:05.399Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1961 | 2024-07-30T01:01:05.774Z | Compiling http-range v0.1.5 |
1962 | 2024-07-30T01:01:06.028Z | Compiling hyper-staticfile v0.9.5 |
1963 | 2024-07-30T01:01:06.361Z | Compiling csv v1.3.0 |
1964 | 2024-07-30T01:01:08.524Z | Compiling compact_str v0.7.1 |
1965 | 2024-07-30T01:01:09.126Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1966 | 2024-07-30T01:01:09.812Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1967 | 2024-07-30T01:01:10.026Z | Compiling zone_cfg_derive v0.1.2 |
1968 | 2024-07-30T01:01:10.066Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1969 | 2024-07-30T01:01:11.447Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
1970 | 2024-07-30T01:01:17.335Z | Compiling nix v0.27.1 |
1971 | 2024-07-30T01:01:19.179Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1972 | 2024-07-30T01:01:20.500Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1973 | 2024-07-30T01:01:20.845Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1974 | 2024-07-30T01:01:21.133Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1975 | 2024-07-30T01:01:21.415Z | Compiling unicode-truncate v1.0.0 |
1976 | 2024-07-30T01:01:21.702Z | Compiling itertools v0.13.0 |
1977 | 2024-07-30T01:01:25.361Z | Compiling lru v0.12.3 |
1978 | 2024-07-30T01:01:25.627Z | Compiling serde-big-array v0.5.1 |
1979 | 2024-07-30T01:01:25.743Z | Compiling stability v0.2.0 |
1980 | 2024-07-30T01:01:25.909Z | Compiling base64 v0.13.1 |
1981 | 2024-07-30T01:01:26.660Z | Compiling cassowary v0.3.0 |
1982 | 2024-07-30T01:01:26.723Z | Compiling ron v0.7.1 |
1983 | 2024-07-30T01:01:27.621Z | Compiling ratatui v0.27.0 |
1984 | 2024-07-30T01:01:32.191Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1985 | 2024-07-30T01:01:37.910Z | Compiling zone v0.1.8 |
1986 | 2024-07-30T01:01:41.134Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1987 | 2024-07-30T01:01:44.272Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1988 | 2024-07-30T01:01:48.220Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1989 | 2024-07-30T01:01:51.685Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
1990 | 2024-07-30T01:01:53.800Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1991 | 2024-07-30T01:01:53.826Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1992 | 2024-07-30T01:01:55.351Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1993 | 2024-07-30T01:01:56.761Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1994 | 2024-07-30T01:01:57.046Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
1995 | 2024-07-30T01:01:57.709Z | Compiling signal-hook-tokio v0.3.1 |
1996 | 2024-07-30T01:01:57.932Z | Compiling portpicker v0.1.1 |
1997 | 2024-07-30T01:01:58.431Z | Compiling unicode-linebreak v0.1.5 |
1998 | 2024-07-30T01:01:58.979Z | Compiling smawk v0.3.2 |
1999 | 2024-07-30T01:01:59.268Z | Compiling textwrap v0.16.1 |
2000 | 2024-07-30T01:02:00.540Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2001 | 2024-07-30T01:02:02.957Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2002 | 2024-07-30T01:02:04.830Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2003 | 2024-07-30T01:02:07.619Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2004 | 2024-07-30T01:02:12.973Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2005 | 2024-07-30T01:02:13.753Z | Compiling rcgen v0.12.1 |
2006 | 2024-07-30T01:02:21.869Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2007 | 2024-07-30T01:02:22.419Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2008 | 2024-07-30T01:02:23.905Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2009 | 2024-07-30T01:02:24.198Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2010 | 2024-07-30T01:02:26.260Z | Compiling atomicwrites v0.4.3 |
2011 | 2024-07-30T01:02:26.304Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2012 | 2024-07-30T01:02:26.780Z | Compiling fatfs v0.3.6 |
2013 | 2024-07-30T01:02:29.628Z | Compiling rtoolbox v0.0.2 |
2014 | 2024-07-30T01:02:29.656Z | Compiling subprocess v0.2.9 |
2015 | 2024-07-30T01:02:30.097Z | Compiling is_ci v1.2.0 |
2016 | 2024-07-30T01:02:30.404Z | Compiling assert_matches v1.5.0 |
2017 | 2024-07-30T01:02:31.092Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2018 | 2024-07-30T01:02:34.713Z | Compiling supports-color v3.0.0 |
2019 | 2024-07-30T01:02:35.398Z | Compiling rpassword v7.3.1 |
2020 | 2024-07-30T01:02:35.858Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2021 | 2024-07-30T01:02:36.075Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2022 | 2024-07-30T01:02:38.375Z | Compiling tui-tree-widget v0.21.0 |
2023 | 2024-07-30T01:02:38.814Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2024 | 2024-07-30T01:02:40.363Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2025 | 2024-07-30T01:02:43.272Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2026 | 2024-07-30T01:02:43.575Z | Compiling uzers v0.11.3 |
2027 | 2024-07-30T01:02:44.354Z | Compiling shell-words v1.1.0 |
2028 | 2024-07-30T01:02:44.829Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2029 | 2024-07-30T01:02:46.576Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2030 | 2024-07-30T01:02:48.407Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2031 | 2024-07-30T01:03:00.443Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2032 | 2024-07-30T01:03:10.339Z | Compiling multimap v0.10.0 |
2033 | 2024-07-30T01:04:52.923Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2034 | 2024-07-30T01:04:54.873Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2035 | 2024-07-30T01:11:37.934Z | Finished `release` profile [optimized] target(s) in 14m 30s |
2036 | 2024-07-30T01:12:24.307Z | |
2037 | 2024-07-30T01:12:24.307Z | real 15:17.915105379 |
2038 | 2024-07-30T01:12:24.307Z | user 1:45:38.836391276 |
2039 | 2024-07-30T01:12:24.307Z | sys 5:56.350372565 |
2040 | 2024-07-30T01:12:24.307Z | trap 2.445229581 |
2041 | 2024-07-30T01:12:24.307Z | tflt 2.362160895 |
2042 | 2024-07-30T01:12:24.310Z | dflt 3.822341073 |
2043 | 2024-07-30T01:12:24.310Z | kflt 0.010740391 |
2044 | 2024-07-30T01:12:24.310Z | lock 6:23:04.932849895 |
2045 | 2024-07-30T01:12:24.310Z | slp 4:11:14.783425749 |
2046 | 2024-07-30T01:12:24.310Z | lat 2:40.414227949 |
2047 | 2024-07-30T01:12:24.310Z | stop 2:02.762417945 |
2048 | 2024-07-30T01:12:24.310Z | + mapfile -t packages |
2049 | 2024-07-30T01:12:24.310Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2050 | 2024-07-30T01:12:25.235Z | Finished `release` profile [optimized] target(s) in 0.88s |
2051 | 2024-07-30T01:12:25.279Z | Running `target/release/omicron-package -t test list-outputs` |
2052 | 2024-07-30T01:12:25.319Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2053 | 2024-07-30T01:12:25.321Z | + ptime -m cargo build --locked --release -p xtask |
2054 | 2024-07-30T01:12:25.920Z | Compiling serde v1.0.204 |
2055 | 2024-07-30T01:12:25.922Z | Compiling bitflags v2.5.0 |
2056 | 2024-07-30T01:12:26.004Z | Compiling syn v2.0.72 |
2057 | 2024-07-30T01:12:26.011Z | Compiling smallvec v1.13.2 |
2058 | 2024-07-30T01:12:26.013Z | Compiling bytes v1.6.0 |
2059 | 2024-07-30T01:12:26.013Z | Compiling scopeguard v1.2.0 |
2060 | 2024-07-30T01:12:26.028Z | Compiling serde_json v1.0.120 |
2061 | 2024-07-30T01:12:26.167Z | Compiling lock_api v0.4.12 |
2062 | 2024-07-30T01:12:26.370Z | Compiling hashbrown v0.14.5 |
2063 | 2024-07-30T01:12:26.483Z | Compiling parking_lot_core v0.9.10 |
2064 | 2024-07-30T01:12:26.517Z | Compiling log v0.4.21 |
2065 | 2024-07-30T01:12:26.555Z | Compiling mio v0.8.11 |
2066 | 2024-07-30T01:12:26.570Z | Compiling libc v0.2.155 |
2067 | 2024-07-30T01:12:26.991Z | Compiling parking_lot v0.12.2 |
2068 | 2024-07-30T01:12:27.056Z | Compiling generic-array v0.14.7 |
2069 | 2024-07-30T01:12:27.312Z | Compiling slog v2.7.0 |
2070 | 2024-07-30T01:12:27.425Z | Compiling rustix v0.38.34 |
2071 | 2024-07-30T01:12:27.840Z | Compiling indexmap v2.2.6 |
2072 | 2024-07-30T01:12:27.855Z | Compiling http v0.2.12 |
2073 | 2024-07-30T01:12:27.963Z | Compiling usdt-impl v0.5.0 |
2074 | 2024-07-30T01:12:28.173Z | Compiling syn v1.0.109 |
2075 | 2024-07-30T01:12:28.299Z | Compiling time-macros v0.2.18 |
2076 | 2024-07-30T01:12:28.669Z | Compiling thread-id v4.2.1 |
2077 | 2024-07-30T01:12:28.791Z | Compiling tracing v0.1.40 |
2078 | 2024-07-30T01:12:29.389Z | Compiling crossbeam-utils v0.8.19 |
2079 | 2024-07-30T01:12:29.520Z | Compiling http-body v0.4.6 |
2080 | 2024-07-30T01:12:30.031Z | Compiling unicode-normalization v0.1.23 |
2081 | 2024-07-30T01:12:30.288Z | Compiling unicode-bidi v0.3.15 |
2082 | 2024-07-30T01:12:31.374Z | Compiling idna v0.5.0 |
2083 | 2024-07-30T01:12:31.419Z | Compiling time v0.3.36 |
2084 | 2024-07-30T01:12:31.985Z | Compiling crypto-common v0.1.6 |
2085 | 2024-07-30T01:12:32.228Z | Compiling block-buffer v0.10.4 |
2086 | 2024-07-30T01:12:32.652Z | Compiling terminal_size v0.3.0 |
2087 | 2024-07-30T01:12:32.886Z | Compiling proc-macro-error v1.0.4 |
2088 | 2024-07-30T01:12:33.254Z | Compiling fs-err v2.11.0 |
2089 | 2024-07-30T01:12:33.515Z | Compiling anyhow v1.0.86 |
2090 | 2024-07-30T01:12:33.707Z | Compiling clap_builder v4.5.9 |
2091 | 2024-07-30T01:12:34.268Z | Compiling crossbeam-channel v0.5.12 |
2092 | 2024-07-30T01:12:34.290Z | Compiling digest v0.10.7 |
2093 | 2024-07-30T01:12:34.674Z | Compiling url v2.5.2 |
2094 | 2024-07-30T01:12:34.730Z | Compiling xattr v1.3.1 |
2095 | 2024-07-30T01:12:35.055Z | Compiling sha2 v0.10.8 |
2096 | 2024-07-30T01:12:35.972Z | Compiling tabled_derive v0.7.0 |
2097 | 2024-07-30T01:12:35.986Z | Compiling slog-async v2.8.0 |
2098 | 2024-07-30T01:12:37.870Z | Compiling serde_derive v1.0.204 |
2099 | 2024-07-30T01:12:38.103Z | Compiling thiserror-impl v1.0.62 |
2100 | 2024-07-30T01:12:38.169Z | Compiling zerocopy-derive v0.7.34 |
2101 | 2024-07-30T01:12:39.080Z | Compiling tokio-macros v2.3.0 |
2102 | 2024-07-30T01:12:40.294Z | Compiling futures-macro v0.3.30 |
2103 | 2024-07-30T01:12:40.317Z | Compiling zerocopy v0.7.34 |
2104 | 2024-07-30T01:12:40.711Z | Compiling tokio v1.38.1 |
2105 | 2024-07-30T01:12:40.733Z | Compiling openssl-macros v0.1.1 |
2106 | 2024-07-30T01:12:41.065Z | Compiling thiserror v1.0.62 |
2107 | 2024-07-30T01:12:41.217Z | Compiling pest v2.7.10 |
2108 | 2024-07-30T01:12:41.638Z | Compiling scroll_derive v0.12.0 |
2109 | 2024-07-30T01:12:41.896Z | Compiling openssl v0.10.66 |
2110 | 2024-07-30T01:12:42.275Z | Compiling futures-util v0.3.30 |
2111 | 2024-07-30T01:12:43.055Z | Compiling scroll v0.12.0 |
2112 | 2024-07-30T01:12:43.726Z | Compiling pest_meta v2.7.10 |
2113 | 2024-07-30T01:12:44.145Z | Compiling goblin v0.8.2 |
2114 | 2024-07-30T01:12:48.254Z | Compiling pest_generator v2.7.10 |
2115 | 2024-07-30T01:12:50.083Z | Compiling pest_derive v2.7.10 |
2116 | 2024-07-30T01:12:50.860Z | Compiling dtrace-parser v0.2.0 |
2117 | 2024-07-30T01:12:52.781Z | Compiling tokio-util v0.7.11 |
2118 | 2024-07-30T01:12:54.914Z | Compiling h2 v0.3.26 |
2119 | 2024-07-30T01:12:58.206Z | Compiling dof v0.3.0 |
2120 | 2024-07-30T01:12:59.041Z | Compiling serde_tokenstream v0.2.1 |
2121 | 2024-07-30T01:12:59.178Z | Compiling toml_datetime v0.6.6 |
2122 | 2024-07-30T01:12:59.386Z | Compiling serde_spanned v0.6.6 |
2123 | 2024-07-30T01:12:59.590Z | Compiling native-tls v0.2.11 |
2124 | 2024-07-30T01:13:00.436Z | Compiling hyper v0.14.28 |
2125 | 2024-07-30T01:13:00.733Z | Compiling tokio-native-tls v0.3.1 |
2126 | 2024-07-30T01:13:01.077Z | Compiling toml_edit v0.22.16 |
2127 | 2024-07-30T01:13:07.065Z | Compiling hyper-tls v0.5.0 |
2128 | 2024-07-30T01:13:07.479Z | Compiling toml v0.8.15 |
2129 | 2024-07-30T01:13:08.278Z | Compiling usdt-attr-macro v0.5.0 |
2130 | 2024-07-30T01:13:09.253Z | Compiling usdt-macro v0.5.0 |
2131 | 2024-07-30T01:13:09.693Z | Compiling slog-json v2.6.1 |
2132 | 2024-07-30T01:13:10.122Z | Compiling cargo-platform v0.1.8 |
2133 | 2024-07-30T01:13:10.222Z | Compiling semver v1.0.23 |
2134 | 2024-07-30T01:13:10.498Z | Compiling serde_urlencoded v0.7.1 |
2135 | 2024-07-30T01:13:11.160Z | Compiling camino v1.1.7 |
2136 | 2024-07-30T01:13:11.242Z | Compiling futures-executor v0.3.30 |
2137 | 2024-07-30T01:13:11.828Z | Compiling clap_derive v4.5.8 |
2138 | 2024-07-30T01:13:12.356Z | Compiling strum_macros v0.26.4 |
2139 | 2024-07-30T01:13:12.577Z | Compiling cargo_metadata v0.18.1 |
2140 | 2024-07-30T01:13:12.970Z | Compiling futures v0.3.30 |
2141 | 2024-07-30T01:13:13.113Z | Compiling reqwest v0.11.27 |
2142 | 2024-07-30T01:13:14.447Z | Compiling usdt v0.5.0 |
2143 | 2024-07-30T01:13:15.980Z | Compiling slog-bunyan v2.5.0 |
2144 | 2024-07-30T01:13:16.288Z | Compiling cargo_toml v0.20.4 |
2145 | 2024-07-30T01:13:16.545Z | Compiling macaddr v1.0.1 |
2146 | 2024-07-30T01:13:16.579Z | Compiling clap v4.5.9 |
2147 | 2024-07-30T01:13:16.703Z | Compiling tabled v0.15.0 |
2148 | 2024-07-30T01:13:17.186Z | Compiling slog-term v2.9.1 |
2149 | 2024-07-30T01:13:17.221Z | Compiling strum v0.26.3 |
2150 | 2024-07-30T01:13:17.430Z | Compiling tar v0.4.41 |
2151 | 2024-07-30T01:13:32.746Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2152 | 2024-07-30T01:13:46.688Z | Finished `release` profile [optimized] target(s) in 1m 21s |
2153 | 2024-07-30T01:13:46.785Z | |
2154 | 2024-07-30T01:13:46.785Z | real 1:21.436596399 |
2155 | 2024-07-30T01:13:46.785Z | user 8:53.137251580 |
2156 | 2024-07-30T01:13:46.785Z | sys 51.289376224 |
2157 | 2024-07-30T01:13:46.785Z | trap 0.241512676 |
2158 | 2024-07-30T01:13:46.785Z | tflt 0.515231397 |
2159 | 2024-07-30T01:13:46.785Z | dflt 0.280737059 |
2160 | 2024-07-30T01:13:46.785Z | kflt 0.000017740 |
2161 | 2024-07-30T01:13:46.785Z | lock 19:55.856030989 |
2162 | 2024-07-30T01:13:46.785Z | slp 22:25.294823151 |
2163 | 2024-07-30T01:13:46.785Z | lat 24.430011606 |
2164 | 2024-07-30T01:13:46.785Z | stop 22.749869079 |
2165 | 2024-07-30T01:13:46.788Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2166 | 2024-07-30T01:13:46.788Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2167 | 2024-07-30T01:13:46.788Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2168 | 2024-07-30T01:13:46.788Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2169 | 2024-07-30T01:13:46.788Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2170 | 2024-07-30T01:13:47.308Z | Downloading crates ... |
2171 | 2024-07-30T01:13:47.538Z | Downloaded dhcproto-macros v0.1.0 |
2172 | 2024-07-30T01:13:47.542Z | Downloaded ed25519 v2.2.3 |
2173 | 2024-07-30T01:13:47.556Z | Downloaded option-ext v0.2.0 |
2174 | 2024-07-30T01:13:47.563Z | Downloaded russh-cryptovec v0.7.2 |
2175 | 2024-07-30T01:13:47.566Z | Downloaded rand_chacha v0.2.2 |
2176 | 2024-07-30T01:13:47.569Z | Downloaded md5 v0.7.0 |
2177 | 2024-07-30T01:13:47.573Z | Downloaded bcrypt-pbkdf v0.10.0 |
2178 | 2024-07-30T01:13:47.576Z | Downloaded pbkdf2 v0.11.0 |
2179 | 2024-07-30T01:13:47.579Z | Downloaded dirs-sys v0.4.1 |
2180 | 2024-07-30T01:13:47.579Z | Downloaded rfc6979 v0.4.0 |
2181 | 2024-07-30T01:13:47.579Z | Downloaded primeorder v0.13.6 |
2182 | 2024-07-30T01:13:47.582Z | Downloaded pbkdf2 v0.12.2 |
2183 | 2024-07-30T01:13:47.582Z | Downloaded hex-literal v0.4.1 |
2184 | 2024-07-30T01:13:47.582Z | Downloaded dirs v5.0.1 |
2185 | 2024-07-30T01:13:47.585Z | Downloaded cbc v0.1.2 |
2186 | 2024-07-30T01:13:47.585Z | Downloaded blowfish v0.9.1 |
2187 | 2024-07-30T01:13:47.587Z | Downloaded rand_core v0.5.1 |
2188 | 2024-07-30T01:13:47.587Z | Downloaded internet-checksum v0.2.1 |
2189 | 2024-07-30T01:13:47.590Z | Downloaded ghash v0.5.1 |
2190 | 2024-07-30T01:13:47.592Z | Downloaded polyval v0.6.2 |
2191 | 2024-07-30T01:13:47.595Z | Downloaded getrandom v0.1.16 |
2192 | 2024-07-30T01:13:47.598Z | Downloaded password-hash v0.4.2 |
2193 | 2024-07-30T01:13:47.598Z | Downloaded ctr v0.9.2 |
2194 | 2024-07-30T01:13:47.601Z | Downloaded aes-gcm v0.10.3 |
2195 | 2024-07-30T01:13:47.603Z | Downloaded russh-keys v0.43.0 |
2196 | 2024-07-30T01:13:47.608Z | Downloaded dhcproto v0.11.0 |
2197 | 2024-07-30T01:13:47.611Z | Downloaded p256 v0.13.2 |
2198 | 2024-07-30T01:13:47.614Z | Downloaded ecdsa v0.16.9 |
2199 | 2024-07-30T01:13:47.619Z | Downloaded ed25519-dalek v2.1.1 |
2200 | 2024-07-30T01:13:47.628Z | Downloaded russh v0.43.0 |
2201 | 2024-07-30T01:13:47.633Z | Downloaded rand v0.7.3 |
2202 | 2024-07-30T01:13:47.637Z | Downloaded p521 v0.13.3 |
2203 | 2024-07-30T01:13:47.641Z | Downloaded aes v0.8.4 |
2204 | 2024-07-30T01:13:47.774Z | Compiling serde v1.0.204 |
2205 | 2024-07-30T01:13:47.776Z | Compiling scopeguard v1.2.0 |
2206 | 2024-07-30T01:13:47.777Z | Compiling log v0.4.21 |
2207 | 2024-07-30T01:13:47.886Z | Compiling smallvec v1.13.2 |
2208 | 2024-07-30T01:13:47.889Z | Compiling syn v2.0.72 |
2209 | 2024-07-30T01:13:47.889Z | Compiling getrandom v0.2.14 |
2210 | 2024-07-30T01:13:47.889Z | Compiling generic-array v0.14.7 |
2211 | 2024-07-30T01:13:47.897Z | Compiling libm v0.2.8 |
2212 | 2024-07-30T01:13:48.052Z | Compiling lock_api v0.4.12 |
2213 | 2024-07-30T01:13:48.191Z | Compiling rand_core v0.6.4 |
2214 | 2024-07-30T01:13:48.313Z | Compiling parking_lot_core v0.9.10 |
2215 | 2024-07-30T01:13:48.353Z | Compiling num-traits v0.2.19 |
2216 | 2024-07-30T01:13:48.382Z | Compiling subtle v2.5.0 |
2217 | 2024-07-30T01:13:48.429Z | Compiling mio v0.8.11 |
2218 | 2024-07-30T01:13:48.533Z | Compiling spin v0.9.8 |
2219 | 2024-07-30T01:13:48.712Z | Compiling parking_lot v0.12.2 |
2220 | 2024-07-30T01:13:48.744Z | Compiling ahash v0.8.11 |
2221 | 2024-07-30T01:13:48.857Z | Compiling serde_json v1.0.120 |
2222 | 2024-07-30T01:13:48.949Z | Compiling allocator-api2 v0.2.18 |
2223 | 2024-07-30T01:13:48.995Z | Compiling const-oid v0.9.6 |
2224 | 2024-07-30T01:13:49.132Z | Compiling iana-time-zone v0.1.60 |
2225 | 2024-07-30T01:13:49.239Z | Compiling syn v1.0.109 |
2226 | 2024-07-30T01:13:49.740Z | Compiling unicode-normalization v0.1.23 |
2227 | 2024-07-30T01:13:49.757Z | Compiling unicode-bidi v0.3.15 |
2228 | 2024-07-30T01:13:49.760Z | Compiling schemars v0.8.21 |
2229 | 2024-07-30T01:13:49.858Z | Compiling dyn-clone v1.0.17 |
2230 | 2024-07-30T01:13:50.075Z | Compiling ppv-lite86 v0.2.17 |
2231 | 2024-07-30T01:13:50.122Z | Compiling time-macros v0.2.18 |
2232 | 2024-07-30T01:13:50.812Z | Compiling ring v0.17.8 |
2233 | 2024-07-30T01:13:50.818Z | Compiling rand_chacha v0.3.1 |
2234 | 2024-07-30T01:13:51.029Z | Compiling aho-corasick v1.1.3 |
2235 | 2024-07-30T01:13:51.308Z | Compiling regex-syntax v0.8.3 |
2236 | 2024-07-30T01:13:51.751Z | Compiling rand v0.8.5 |
2237 | 2024-07-30T01:13:53.207Z | Compiling idna v0.5.0 |
2238 | 2024-07-30T01:13:53.668Z | Compiling time v0.3.36 |
2239 | 2024-07-30T01:13:53.872Z | Compiling slog v2.7.0 |
2240 | 2024-07-30T01:13:54.469Z | Compiling url v2.5.2 |
2241 | 2024-07-30T01:13:54.837Z | Compiling regex-automata v0.4.6 |
2242 | 2024-07-30T01:13:54.977Z | Compiling untrusted v0.9.0 |
2243 | 2024-07-30T01:13:56.391Z | Compiling serde_derive_internals v0.29.1 |
2244 | 2024-07-30T01:13:57.685Z | Compiling lazy_static v1.5.0 |
2245 | 2024-07-30T01:13:57.831Z | Compiling backtrace v0.3.71 |
2246 | 2024-07-30T01:13:58.061Z | Compiling gimli v0.28.1 |
2247 | 2024-07-30T01:13:58.326Z | Compiling object v0.32.2 |
2248 | 2024-07-30T01:13:59.180Z | Compiling anyhow v1.0.86 |
2249 | 2024-07-30T01:13:59.214Z | Compiling rustc-demangle v0.1.24 |
2250 | 2024-07-30T01:13:59.360Z | Compiling winnow v0.5.40 |
2251 | 2024-07-30T01:14:00.019Z | Compiling base64ct v1.6.0 |
2252 | 2024-07-30T01:14:00.257Z | Compiling regex v1.10.5 |
2253 | 2024-07-30T01:14:00.665Z | Compiling crossbeam-utils v0.8.19 |
2254 | 2024-07-30T01:14:01.349Z | Compiling rustls v0.21.12 |
2255 | 2024-07-30T01:14:01.426Z | Compiling sct v0.7.1 |
2256 | 2024-07-30T01:14:01.657Z | Compiling rustls-webpki v0.101.7 |
2257 | 2024-07-30T01:14:01.750Z | Compiling cookie v0.17.0 |
2258 | 2024-07-30T01:14:03.309Z | Compiling serde_derive v1.0.204 |
2259 | 2024-07-30T01:14:03.328Z | Compiling zeroize_derive v1.4.2 |
2260 | 2024-07-30T01:14:03.508Z | Compiling thiserror-impl v1.0.62 |
2261 | 2024-07-30T01:14:03.532Z | Compiling zerocopy-derive v0.7.34 |
2262 | 2024-07-30T01:14:03.638Z | Compiling tokio-macros v2.3.0 |
2263 | 2024-07-30T01:14:05.010Z | Compiling zeroize v1.7.0 |
2264 | 2024-07-30T01:14:05.075Z | Compiling futures-macro v0.3.30 |
2265 | 2024-07-30T01:14:05.479Z | Compiling schemars_derive v0.8.21 |
2266 | 2024-07-30T01:14:05.923Z | Compiling zerocopy v0.7.34 |
2267 | 2024-07-30T01:14:05.983Z | Compiling tracing-attributes v0.1.27 |
2268 | 2024-07-30T01:14:06.860Z | Compiling crypto-common v0.1.6 |
2269 | 2024-07-30T01:14:06.993Z | Compiling thiserror v1.0.62 |
2270 | 2024-07-30T01:14:07.104Z | Compiling block-buffer v0.10.4 |
2271 | 2024-07-30T01:14:07.153Z | Compiling async-trait v0.1.81 |
2272 | 2024-07-30T01:14:07.260Z | Compiling futures-util v0.3.30 |
2273 | 2024-07-30T01:14:07.362Z | Compiling digest v0.10.7 |
2274 | 2024-07-30T01:14:07.882Z | Compiling addr2line v0.21.0 |
2275 | 2024-07-30T01:14:08.350Z | Compiling hashbrown v0.14.5 |
2276 | 2024-07-30T01:14:08.548Z | Compiling openssl-macros v0.1.1 |
2277 | 2024-07-30T01:14:08.990Z | Compiling pest v2.7.10 |
2278 | 2024-07-30T01:14:09.996Z | Compiling tracing v0.1.40 |
2279 | 2024-07-30T01:14:10.106Z | Compiling idna v0.3.0 |
2280 | 2024-07-30T01:14:10.529Z | Compiling data-encoding v2.6.0 |
2281 | 2024-07-30T01:14:10.817Z | Compiling psl-types v2.0.11 |
2282 | 2024-07-30T01:14:11.024Z | Compiling publicsuffix v2.2.3 |
2283 | 2024-07-30T01:14:11.282Z | Compiling hmac v0.12.1 |
2284 | 2024-07-30T01:14:11.543Z | Compiling pest_meta v2.7.10 |
2285 | 2024-07-30T01:14:11.746Z | Compiling scroll_derive v0.12.0 |
2286 | 2024-07-30T01:14:12.456Z | Compiling bitflags v1.3.2 |
2287 | 2024-07-30T01:14:12.459Z | Compiling webpki-roots v0.25.4 |
2288 | 2024-07-30T01:14:12.620Z | Compiling block-padding v0.3.3 |
2289 | 2024-07-30T01:14:12.883Z | Compiling pest_generator v2.7.10 |
2290 | 2024-07-30T01:14:12.939Z | Compiling futures-executor v0.3.30 |
2291 | 2024-07-30T01:14:13.180Z | Compiling der_derive v0.7.2 |
2292 | 2024-07-30T01:14:13.314Z | Compiling futures v0.3.30 |
2293 | 2024-07-30T01:14:13.443Z | Compiling scroll v0.12.0 |
2294 | 2024-07-30T01:14:13.485Z | Compiling pem-rfc7468 v0.7.0 |
2295 | 2024-07-30T01:14:13.569Z | Compiling flagset v0.4.5 |
2296 | 2024-07-30T01:14:13.782Z | Compiling inout v0.1.3 |
2297 | 2024-07-30T01:14:14.044Z | Compiling goblin v0.8.2 |
2298 | 2024-07-30T01:14:14.079Z | Compiling cipher v0.4.4 |
2299 | 2024-07-30T01:14:14.320Z | Compiling sha2 v0.10.8 |
2300 | 2024-07-30T01:14:14.668Z | Compiling either v1.12.0 |
2301 | 2024-07-30T01:14:14.940Z | Compiling ff v0.13.0 |
2302 | 2024-07-30T01:14:15.099Z | Compiling stable_deref_trait v1.2.0 |
2303 | 2024-07-30T01:14:15.177Z | Compiling base16ct v0.2.0 |
2304 | 2024-07-30T01:14:15.207Z | Compiling group v0.13.0 |
2305 | 2024-07-30T01:14:15.532Z | Compiling hkdf v0.12.4 |
2306 | 2024-07-30T01:14:15.547Z | Compiling crypto-bigint v0.5.5 |
2307 | 2024-07-30T01:14:15.791Z | Compiling crossbeam-epoch v0.9.18 |
2308 | 2024-07-30T01:14:15.896Z | Compiling der v0.7.9 |
2309 | 2024-07-30T01:14:16.596Z | Compiling num-integer v0.1.46 |
2310 | 2024-07-30T01:14:16.889Z | Compiling pest_derive v2.7.10 |
2311 | 2024-07-30T01:14:17.413Z | Compiling managed v0.8.0 |
2312 | 2024-07-30T01:14:17.707Z | Compiling dtrace-parser v0.2.0 |
2313 | 2024-07-30T01:14:17.862Z | Compiling unicode-segmentation v1.11.0 |
2314 | 2024-07-30T01:14:17.888Z | Compiling matches v0.1.10 |
2315 | 2024-07-30T01:14:17.995Z | Compiling idna v0.2.3 |
2316 | 2024-07-30T01:14:18.536Z | Compiling bytes v1.6.0 |
2317 | 2024-07-30T01:14:18.739Z | Compiling indexmap v2.2.6 |
2318 | 2024-07-30T01:14:19.455Z | Compiling tokio v1.38.1 |
2319 | 2024-07-30T01:14:19.630Z | Compiling chrono v0.4.38 |
2320 | 2024-07-30T01:14:19.866Z | Compiling uuid v1.10.0 |
2321 | 2024-07-30T01:14:19.991Z | Compiling bitflags v2.5.0 |
2322 | 2024-07-30T01:14:20.236Z | Compiling semver v1.0.23 |
2323 | 2024-07-30T01:14:20.468Z | Compiling http v0.2.12 |
2324 | 2024-07-30T01:14:21.050Z | Compiling serde_tokenstream v0.2.1 |
2325 | 2024-07-30T01:14:21.427Z | Compiling serde_spanned v0.6.6 |
2326 | 2024-07-30T01:14:21.602Z | Compiling toml_datetime v0.6.6 |
2327 | 2024-07-30T01:14:21.620Z | Compiling openssl v0.10.66 |
2328 | 2024-07-30T01:14:21.672Z | Compiling rustix v0.38.34 |
2329 | 2024-07-30T01:14:21.810Z | Compiling serde_urlencoded v0.7.1 |
2330 | 2024-07-30T01:14:22.343Z | Compiling http-body v0.4.6 |
2331 | 2024-07-30T01:14:22.821Z | Compiling toml_edit v0.19.15 |
2332 | 2024-07-30T01:14:22.983Z | Compiling cookie_store v0.20.0 |
2333 | 2024-07-30T01:14:23.493Z | Compiling openapiv3 v2.0.0 |
2334 | 2024-07-30T01:14:24.577Z | Compiling rustc_version v0.4.0 |
2335 | 2024-07-30T01:14:24.761Z | Compiling dof v0.3.0 |
2336 | 2024-07-30T01:14:24.827Z | Compiling spki v0.7.3 |
2337 | 2024-07-30T01:14:25.221Z | Compiling pkcs8 v0.10.2 |
2338 | 2024-07-30T01:14:25.406Z | Compiling ipnetwork v0.20.0 |
2339 | 2024-07-30T01:14:25.817Z | Compiling usdt-impl v0.5.0 |
2340 | 2024-07-30T01:14:26.153Z | Compiling sec1 v0.7.3 |
2341 | 2024-07-30T01:14:26.334Z | Compiling toml v0.7.8 |
2342 | 2024-07-30T01:14:26.753Z | Compiling elliptic-curve v0.13.8 |
2343 | 2024-07-30T01:14:27.118Z | Compiling toml_edit v0.22.16 |
2344 | 2024-07-30T01:14:27.486Z | Compiling tokio-util v0.7.11 |
2345 | 2024-07-30T01:14:27.590Z | Compiling tokio-rustls v0.24.1 |
2346 | 2024-07-30T01:14:27.939Z | Compiling native-tls v0.2.11 |
2347 | 2024-07-30T01:14:28.016Z | Compiling usdt-attr-macro v0.5.0 |
2348 | 2024-07-30T01:14:28.101Z | Compiling usdt-macro v0.5.0 |
2349 | 2024-07-30T01:14:28.589Z | Compiling h2 v0.3.26 |
2350 | 2024-07-30T01:14:28.940Z | Compiling tokio-native-tls v0.3.1 |
2351 | 2024-07-30T01:14:29.251Z | Compiling hex v0.4.3 |
2352 | 2024-07-30T01:14:29.686Z | Compiling enum-as-inner v0.5.1 |
2353 | 2024-07-30T01:14:29.709Z | Compiling usdt v0.5.0 |
2354 | 2024-07-30T01:14:29.911Z | Compiling siphasher v0.3.11 |
2355 | 2024-07-30T01:14:30.238Z | Compiling bit-vec v0.6.3 |
2356 | 2024-07-30T01:14:30.304Z | Compiling heapless v0.7.17 |
2357 | 2024-07-30T01:14:30.615Z | Compiling terminal_size v0.3.0 |
2358 | 2024-07-30T01:14:30.714Z | Compiling num-bigint v0.4.5 |
2359 | 2024-07-30T01:14:30.733Z | Compiling trust-dns-proto v0.22.0 |
2360 | 2024-07-30T01:14:30.736Z | Compiling finl_unicode v1.2.0 |
2361 | 2024-07-30T01:14:30.821Z | Compiling signal-hook v0.3.17 |
2362 | 2024-07-30T01:14:31.085Z | Compiling clap_builder v4.5.9 |
2363 | 2024-07-30T01:14:31.201Z | Compiling itertools v0.10.5 |
2364 | 2024-07-30T01:14:31.322Z | Compiling stringprep v0.1.4 |
2365 | 2024-07-30T01:14:32.618Z | Compiling regress v0.9.1 |
2366 | 2024-07-30T01:14:34.080Z | Compiling yasna v0.5.2 |
2367 | 2024-07-30T01:14:35.163Z | Compiling hyper v0.14.28 |
2368 | 2024-07-30T01:14:35.866Z | Compiling md-5 v0.10.6 |
2369 | 2024-07-30T01:14:36.108Z | Compiling clap_derive v4.5.8 |
2370 | 2024-07-30T01:14:36.137Z | Compiling hash32 v0.2.1 |
2371 | 2024-07-30T01:14:36.545Z | Compiling regex-automata v0.1.10 |
2372 | 2024-07-30T01:14:37.106Z | Compiling fallible-iterator v0.2.0 |
2373 | 2024-07-30T01:14:37.817Z | Compiling smoltcp v0.9.1 |
2374 | 2024-07-30T01:14:37.889Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2375 | 2024-07-30T01:14:38.583Z | Compiling postgres-protocol v0.6.6 |
2376 | 2024-07-30T01:14:38.767Z | Compiling bstr v0.2.17 |
2377 | 2024-07-30T01:14:39.485Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2378 | 2024-07-30T01:14:40.333Z | Compiling phf_shared v0.11.2 |
2379 | 2024-07-30T01:14:40.370Z | Compiling tokio-stream v0.1.15 |
2380 | 2024-07-30T01:14:40.754Z | Compiling hubpack_derive v0.1.1 |
2381 | 2024-07-30T01:14:40.919Z | Compiling zerocopy-derive v0.6.6 |
2382 | 2024-07-30T01:14:41.015Z | Compiling diesel_table_macro_syntax v0.1.0 |
2383 | 2024-07-30T01:14:41.335Z | Compiling clap v4.5.9 |
2384 | 2024-07-30T01:14:41.389Z | Compiling scheduled-thread-pool v0.2.7 |
2385 | 2024-07-30T01:14:41.450Z | Compiling fs-err v2.11.0 |
2386 | 2024-07-30T01:14:41.468Z | Compiling fixedbitset v0.4.2 |
2387 | 2024-07-30T01:14:41.580Z | Compiling diesel_derives v2.1.4 |
2388 | 2024-07-30T01:14:41.671Z | Compiling hubpack v0.1.2 |
2389 | 2024-07-30T01:14:41.876Z | Compiling hyper-rustls v0.24.2 |
2390 | 2024-07-30T01:14:41.926Z | Compiling hyper-tls v0.5.0 |
2391 | 2024-07-30T01:14:42.013Z | Compiling petgraph v0.6.5 |
2392 | 2024-07-30T01:14:42.139Z | Compiling r2d2 v0.8.10 |
2393 | 2024-07-30T01:14:42.237Z | Compiling reqwest v0.11.27 |
2394 | 2024-07-30T01:14:42.302Z | Compiling phf v0.11.2 |
2395 | 2024-07-30T01:14:42.516Z | Compiling signal-hook-mio v0.2.3 |
2396 | 2024-07-30T01:14:42.681Z | Compiling similar v2.5.0 |
2397 | 2024-07-30T01:14:43.107Z | Compiling zerocopy v0.6.6 |
2398 | 2024-07-30T01:14:43.981Z | Compiling postgres-types v0.2.6 |
2399 | 2024-07-30T01:14:45.148Z | Compiling phf_shared v0.10.0 |
2400 | 2024-07-30T01:14:45.189Z | Compiling num-iter v0.1.45 |
2401 | 2024-07-30T01:14:45.366Z | Compiling strum_macros v0.25.3 |
2402 | 2024-07-30T01:14:45.370Z | Compiling serde_repr v0.1.19 |
2403 | 2024-07-30T01:14:45.568Z | Compiling console v0.15.8 |
2404 | 2024-07-30T01:14:45.640Z | Compiling float-cmp v0.9.0 |
2405 | 2024-07-30T01:14:45.879Z | Compiling difflib v0.4.0 |
2406 | 2024-07-30T01:14:46.021Z | Compiling precomputed-hash v0.1.1 |
2407 | 2024-07-30T01:14:46.150Z | Compiling minimal-lexical v0.2.1 |
2408 | 2024-07-30T01:14:46.603Z | Compiling normalize-line-endings v0.3.0 |
2409 | 2024-07-30T01:14:46.687Z | Compiling new_debug_unreachable v1.0.6 |
2410 | 2024-07-30T01:14:46.744Z | Compiling static_assertions v1.1.0 |
2411 | 2024-07-30T01:14:46.788Z | Compiling predicates-core v1.0.6 |
2412 | 2024-07-30T01:14:46.856Z | Compiling whoami v1.5.1 |
2413 | 2024-07-30T01:14:47.124Z | Compiling predicates v3.1.0 |
2414 | 2024-07-30T01:14:47.164Z | Compiling string_cache v0.8.7 |
2415 | 2024-07-30T01:14:47.541Z | Compiling tokio-postgres v0.7.10 |
2416 | 2024-07-30T01:14:47.558Z | Compiling nom v7.1.3 |
2417 | 2024-07-30T01:14:47.674Z | Compiling crossterm v0.27.0 |
2418 | 2024-07-30T01:14:49.780Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2419 | 2024-07-30T01:14:49.810Z | Compiling bit-set v0.5.3 |
2420 | 2024-07-30T01:14:50.098Z | Compiling itertools v0.12.1 |
2421 | 2024-07-30T01:14:51.384Z | Compiling bstr v1.9.1 |
2422 | 2024-07-30T01:14:51.525Z | Compiling getopts v0.2.21 |
2423 | 2024-07-30T01:14:52.558Z | Compiling unicode-xid v0.2.4 |
2424 | 2024-07-30T01:14:52.703Z | Compiling peg-runtime v0.8.3 |
2425 | 2024-07-30T01:14:52.747Z | Compiling lalrpop-util v0.19.12 |
2426 | 2024-07-30T01:14:53.104Z | Compiling unsafe-libyaml v0.2.11 |
2427 | 2024-07-30T01:14:53.251Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2428 | 2024-07-30T01:14:53.268Z | Compiling sha1 v0.10.6 |
2429 | 2024-07-30T01:14:53.400Z | Compiling camino v1.1.7 |
2430 | 2024-07-30T01:14:53.700Z | Compiling strum_macros v0.26.4 |
2431 | 2024-07-30T01:14:53.717Z | Compiling http v1.1.0 |
2432 | 2024-07-30T01:14:54.393Z | Compiling serde_yaml v0.9.34+deprecated |
2433 | 2024-07-30T01:14:55.029Z | Compiling diesel v2.1.6 |
2434 | 2024-07-30T01:14:55.102Z | Compiling base64 v0.22.1 |
2435 | 2024-07-30T01:14:55.908Z | Compiling toml v0.8.15 |
2436 | 2024-07-30T01:14:56.291Z | Compiling rustls-pki-types v1.7.0 |
2437 | 2024-07-30T01:14:56.309Z | Compiling crossbeam-channel v0.5.12 |
2438 | 2024-07-30T01:14:57.148Z | Compiling paste v1.0.15 |
2439 | 2024-07-30T01:14:57.461Z | Compiling ident_case v1.0.1 |
2440 | 2024-07-30T01:14:57.666Z | Compiling rustls v0.22.4 |
2441 | 2024-07-30T01:14:57.669Z | Compiling slog-async v2.8.0 |
2442 | 2024-07-30T01:14:57.771Z | Compiling darling_core v0.20.9 |
2443 | 2024-07-30T01:14:57.956Z | Compiling slog-term v2.9.1 |
2444 | 2024-07-30T01:14:58.191Z | Compiling rustls-webpki v0.102.4 |
2445 | 2024-07-30T01:14:58.883Z | Compiling multer v3.1.0 |
2446 | 2024-07-30T01:14:59.269Z | Compiling slog-json v2.6.1 |
2447 | 2024-07-30T01:14:59.289Z | Compiling strum v0.26.3 |
2448 | 2024-07-30T01:14:59.470Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2449 | 2024-07-30T01:14:59.492Z | Compiling async-stream-impl v0.3.5 |
2450 | 2024-07-30T01:14:59.653Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
2451 | 2024-07-30T01:14:59.945Z | Compiling instant v0.1.12 |
2452 | 2024-07-30T01:15:00.104Z | Compiling debug-ignore v1.0.5 |
2453 | 2024-07-30T01:15:00.227Z | Compiling atomic-waker v1.1.2 |
2454 | 2024-07-30T01:15:00.325Z | Compiling slog-bunyan v2.5.0 |
2455 | 2024-07-30T01:15:00.415Z | Compiling waitgroup v0.1.2 |
2456 | 2024-07-30T01:15:00.537Z | Compiling rustls-pemfile v2.1.2 |
2457 | 2024-07-30T01:15:00.653Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
2458 | 2024-07-30T01:15:00.915Z | Compiling async-stream v0.3.5 |
2459 | 2024-07-30T01:15:01.012Z | Compiling serde_path_to_error v0.1.16 |
2460 | 2024-07-30T01:15:01.263Z | Compiling hostname v0.4.0 |
2461 | 2024-07-30T01:15:01.543Z | Compiling structmeta-derive v0.3.0 |
2462 | 2024-07-30T01:15:01.560Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2463 | 2024-07-30T01:15:01.894Z | Compiling proc-macro-crate v1.3.1 |
2464 | 2024-07-30T01:15:02.355Z | Compiling newtype-uuid v1.1.0 |
2465 | 2024-07-30T01:15:02.675Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2466 | 2024-07-30T01:15:03.053Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2467 | 2024-07-30T01:15:03.393Z | Compiling tokio-rustls v0.25.0 |
2468 | 2024-07-30T01:15:03.455Z | Compiling fastrand v2.1.0 |
2469 | 2024-07-30T01:15:03.836Z | Compiling tempfile v3.10.1 |
2470 | 2024-07-30T01:15:04.039Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2471 | 2024-07-30T01:15:04.174Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2472 | 2024-07-30T01:15:04.305Z | Compiling num_enum_derive v0.5.11 |
2473 | 2024-07-30T01:15:04.375Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2474 | 2024-07-30T01:15:04.788Z | Compiling structmeta v0.3.0 |
2475 | 2024-07-30T01:15:04.805Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2476 | 2024-07-30T01:15:05.170Z | Compiling backoff v0.4.0 |
2477 | 2024-07-30T01:15:05.202Z | Compiling darling_macro v0.20.9 |
2478 | 2024-07-30T01:15:05.267Z | Compiling parse-display-derive v0.9.1 |
2479 | 2024-07-30T01:15:05.540Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2480 | 2024-07-30T01:15:05.722Z | Compiling macaddr v1.0.1 |
2481 | 2024-07-30T01:15:06.214Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2482 | 2024-07-30T01:15:06.280Z | Compiling darling v0.20.9 |
2483 | 2024-07-30T01:15:06.416Z | Compiling serde_with_macros v3.8.3 |
2484 | 2024-07-30T01:15:06.520Z | Compiling foreign-types-macros v0.2.3 |
2485 | 2024-07-30T01:15:07.257Z | Compiling num_enum v0.5.11 |
2486 | 2024-07-30T01:15:07.437Z | Compiling foreign-types-shared v0.3.1 |
2487 | 2024-07-30T01:15:07.580Z | Compiling heapless v0.8.0 |
2488 | 2024-07-30T01:15:07.937Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2489 | 2024-07-30T01:15:08.257Z | Compiling foreign-types v0.5.0 |
2490 | 2024-07-30T01:15:08.388Z | Compiling proc-macro-error v1.0.4 |
2491 | 2024-07-30T01:15:08.846Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2492 | 2024-07-30T01:15:09.144Z | Compiling hash32 v0.3.1 |
2493 | 2024-07-30T01:15:09.463Z | Compiling cstr-argument v0.1.2 |
2494 | 2024-07-30T01:15:09.706Z | Compiling serde_with v3.8.3 |
2495 | 2024-07-30T01:15:09.748Z | Compiling pretty-hex v0.2.1 |
2496 | 2024-07-30T01:15:09.763Z | Compiling smoltcp v0.11.0 |
2497 | 2024-07-30T01:15:09.942Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2498 | 2024-07-30T01:15:10.059Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2499 | 2024-07-30T01:15:10.283Z | Compiling parse-display v0.9.1 |
2500 | 2024-07-30T01:15:10.523Z | Compiling camino-tempfile v1.1.1 |
2501 | 2024-07-30T01:15:10.699Z | Compiling tabwriter v1.4.0 |
2502 | 2024-07-30T01:15:10.992Z | Compiling colored v2.1.0 |
2503 | 2024-07-30T01:15:11.012Z | Compiling socket2 v0.4.10 |
2504 | 2024-07-30T01:15:11.273Z | Compiling cobs v0.2.3 |
2505 | 2024-07-30T01:15:11.449Z | Compiling embedded-io v0.4.0 |
2506 | 2024-07-30T01:15:11.692Z | Compiling postcard v1.0.8 |
2507 | 2024-07-30T01:15:11.760Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2508 | 2024-07-30T01:15:11.915Z | Compiling crucible-workspace-hack v0.1.0 |
2509 | 2024-07-30T01:15:12.050Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2510 | 2024-07-30T01:15:12.234Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2511 | 2024-07-30T01:15:12.276Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2512 | 2024-07-30T01:15:12.581Z | Compiling smf v0.2.3 |
2513 | 2024-07-30T01:15:12.649Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2514 | 2024-07-30T01:15:13.154Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2515 | 2024-07-30T01:15:13.171Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2516 | 2024-07-30T01:15:13.716Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2517 | 2024-07-30T01:15:14.029Z | Compiling num-derive v0.4.2 |
2518 | 2024-07-30T01:15:14.189Z | Compiling sigpipe v0.1.3 |
2519 | 2024-07-30T01:15:14.255Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2520 | 2024-07-30T01:15:14.371Z | Compiling humantime v2.1.0 |
2521 | 2024-07-30T01:15:14.695Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2522 | 2024-07-30T01:15:14.713Z | Compiling curve25519-dalek v4.1.3 |
2523 | 2024-07-30T01:15:14.921Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2524 | 2024-07-30T01:15:15.367Z | Compiling blake2 v0.10.6 |
2525 | 2024-07-30T01:15:16.475Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2526 | 2024-07-30T01:15:16.631Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2527 | 2024-07-30T01:15:16.647Z | Compiling universal-hash v0.5.1 |
2528 | 2024-07-30T01:15:16.726Z | Compiling password-hash v0.5.0 |
2529 | 2024-07-30T01:15:16.857Z | Compiling opaque-debug v0.3.1 |
2530 | 2024-07-30T01:15:16.907Z | Compiling utf-8 v0.7.6 |
2531 | 2024-07-30T01:15:16.962Z | Compiling semver v0.1.20 |
2532 | 2024-07-30T01:15:17.131Z | Compiling newline-converter v0.3.0 |
2533 | 2024-07-30T01:15:17.265Z | Compiling argon2 v0.5.3 |
2534 | 2024-07-30T01:15:17.311Z | Compiling rustc_version v0.1.7 |
2535 | 2024-07-30T01:15:17.450Z | Compiling curve25519-dalek-derive v0.1.1 |
2536 | 2024-07-30T01:15:17.654Z | Compiling atty v0.2.14 |
2537 | 2024-07-30T01:15:17.804Z | Compiling rayon-core v1.12.1 |
2538 | 2024-07-30T01:15:17.821Z | Compiling convert_case v0.4.0 |
2539 | 2024-07-30T01:15:17.824Z | Compiling same-file v1.0.6 |
2540 | 2024-07-30T01:15:18.078Z | Compiling walkdir v2.5.0 |
2541 | 2024-07-30T01:15:18.118Z | Compiling newtype_derive v0.1.6 |
2542 | 2024-07-30T01:15:18.406Z | Compiling expectorate v1.1.0 |
2543 | 2024-07-30T01:15:18.590Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2544 | 2024-07-30T01:15:18.794Z | Compiling derive_more v0.99.18 |
2545 | 2024-07-30T01:15:18.859Z | Compiling crossbeam-deque v0.8.5 |
2546 | 2024-07-30T01:15:18.904Z | Compiling libefi-sys v0.1.0 |
2547 | 2024-07-30T01:15:19.178Z | Compiling prettyplease v0.2.20 |
2548 | 2024-07-30T01:15:19.581Z | Compiling xattr v1.3.1 |
2549 | 2024-07-30T01:15:19.889Z | Compiling num-rational v0.4.2 |
2550 | 2024-07-30T01:15:20.052Z | Compiling signature v2.2.0 |
2551 | 2024-07-30T01:15:20.234Z | Compiling aead v0.5.2 |
2552 | 2024-07-30T01:15:20.378Z | Compiling bitfield-struct v0.6.1 |
2553 | 2024-07-30T01:15:20.623Z | Compiling derive-where v1.2.7 |
2554 | 2024-07-30T01:15:21.188Z | Compiling num-complex v0.4.6 |
2555 | 2024-07-30T01:15:21.756Z | Compiling ring v0.16.20 |
2556 | 2024-07-30T01:15:21.829Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2557 | 2024-07-30T01:15:22.196Z | Compiling blake3 v1.5.1 |
2558 | 2024-07-30T01:15:22.250Z | Compiling unicase v2.7.0 |
2559 | 2024-07-30T01:15:22.545Z | Compiling termcolor v1.4.1 |
2560 | 2024-07-30T01:15:22.802Z | Compiling keccak v0.1.5 |
2561 | 2024-07-30T01:15:22.860Z | Compiling linked-hash-map v0.5.6 |
2562 | 2024-07-30T01:15:23.251Z | Compiling arc-swap v1.7.1 |
2563 | 2024-07-30T01:15:23.423Z | Compiling getrandom v0.1.16 |
2564 | 2024-07-30T01:15:23.845Z | Compiling quick-error v1.2.3 |
2565 | 2024-07-30T01:15:23.939Z | Compiling slog-scope v4.4.0 |
2566 | 2024-07-30T01:15:23.993Z | Compiling resolv-conf v0.7.0 |
2567 | 2024-07-30T01:15:24.268Z | Compiling lru-cache v0.1.2 |
2568 | 2024-07-30T01:15:24.324Z | Compiling sha3 v0.10.8 |
2569 | 2024-07-30T01:15:24.485Z | Compiling env_logger v0.9.3 |
2570 | 2024-07-30T01:15:25.416Z | Compiling tar v0.4.41 |
2571 | 2024-07-30T01:15:25.573Z | Compiling num v0.4.3 |
2572 | 2024-07-30T01:15:25.689Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2573 | 2024-07-30T01:15:25.874Z | Compiling rayon v1.10.0 |
2574 | 2024-07-30T01:15:27.554Z | Compiling tungstenite v0.21.0 |
2575 | 2024-07-30T01:15:27.577Z | Compiling poly1305 v0.8.0 |
2576 | 2024-07-30T01:15:27.625Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2577 | 2024-07-30T01:15:27.823Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2578 | 2024-07-30T01:15:28.340Z | Compiling chacha20 v0.9.1 |
2579 | 2024-07-30T01:15:28.364Z | Compiling secrecy v0.8.0 |
2580 | 2024-07-30T01:15:28.647Z | Compiling thiserror-impl-no-std v2.0.2 |
2581 | 2024-07-30T01:15:28.817Z | Compiling bitstruct_derive v0.1.0 |
2582 | 2024-07-30T01:15:29.324Z | Compiling memmap2 v0.9.4 |
2583 | 2024-07-30T01:15:29.668Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2584 | 2024-07-30T01:15:29.769Z | Compiling half v2.4.1 |
2585 | 2024-07-30T01:15:29.803Z | Compiling ciborium-io v0.2.2 |
2586 | 2024-07-30T01:15:29.816Z | Compiling arrayvec v0.7.4 |
2587 | 2024-07-30T01:15:29.931Z | Compiling float-ord v0.3.2 |
2588 | 2024-07-30T01:15:30.106Z | Compiling untrusted v0.7.1 |
2589 | 2024-07-30T01:15:30.235Z | Compiling arrayref v0.3.7 |
2590 | 2024-07-30T01:15:30.249Z | Compiling spin v0.5.2 |
2591 | 2024-07-30T01:15:30.293Z | Compiling ascii v1.1.0 |
2592 | 2024-07-30T01:15:30.310Z | Compiling home v0.5.9 |
2593 | 2024-07-30T01:15:30.336Z | Compiling constant_time_eq v0.3.0 |
2594 | 2024-07-30T01:15:30.486Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2595 | 2024-07-30T01:15:30.527Z | Compiling parking_lot_core v0.8.6 |
2596 | 2024-07-30T01:15:30.589Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2597 | 2024-07-30T01:15:30.605Z | Compiling toolchain_find v0.4.0 |
2598 | 2024-07-30T01:15:30.864Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2599 | 2024-07-30T01:15:31.311Z | Compiling bitstruct v0.1.1 |
2600 | 2024-07-30T01:15:31.443Z | Compiling ciborium-ll v0.2.2 |
2601 | 2024-07-30T01:15:31.535Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2602 | 2024-07-30T01:15:31.629Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2603 | 2024-07-30T01:15:31.821Z | Compiling tokio-tungstenite v0.21.0 |
2604 | 2024-07-30T01:15:31.879Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2605 | 2024-07-30T01:15:31.982Z | Compiling thiserror-no-std v2.0.2 |
2606 | 2024-07-30T01:15:32.042Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2607 | 2024-07-30T01:15:32.110Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2608 | 2024-07-30T01:15:32.329Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2609 | 2024-07-30T01:15:32.332Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2610 | 2024-07-30T01:15:32.332Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2611 | 2024-07-30T01:15:32.378Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2612 | 2024-07-30T01:15:32.601Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2613 | 2024-07-30T01:15:32.662Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2614 | 2024-07-30T01:15:32.733Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2615 | 2024-07-30T01:15:32.799Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2616 | 2024-07-30T01:15:33.012Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2617 | 2024-07-30T01:15:33.068Z | Compiling steno v0.4.1 |
2618 | 2024-07-30T01:15:33.402Z | Compiling trust-dns-resolver v0.22.0 |
2619 | 2024-07-30T01:15:33.664Z | Compiling slog-stdlog v4.1.1 |
2620 | 2024-07-30T01:15:34.043Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2621 | 2024-07-30T01:15:34.107Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2622 | 2024-07-30T01:15:34.545Z | Compiling serde_arrays v0.1.0 |
2623 | 2024-07-30T01:15:34.729Z | Compiling erased-serde v0.3.31 |
2624 | 2024-07-30T01:15:34.753Z | Compiling rfc6979 v0.4.0 |
2625 | 2024-07-30T01:15:34.838Z | Compiling nibble_vec v0.1.0 |
2626 | 2024-07-30T01:15:34.867Z | Compiling gethostname v0.4.3 |
2627 | 2024-07-30T01:15:34.943Z | Compiling slog-dtrace v0.3.0 |
2628 | 2024-07-30T01:15:35.046Z | Compiling endian-type v0.1.2 |
2629 | 2024-07-30T01:15:35.182Z | Compiling cancel-safe-futures v0.1.5 |
2630 | 2024-07-30T01:15:35.232Z | Compiling topological-sort v0.2.2 |
2631 | 2024-07-30T01:15:35.281Z | Compiling radix_trie v0.2.1 |
2632 | 2024-07-30T01:15:35.454Z | Compiling omicron-zone-package v0.11.0 |
2633 | 2024-07-30T01:15:35.619Z | Compiling ecdsa v0.16.9 |
2634 | 2024-07-30T01:15:36.037Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2635 | 2024-07-30T01:15:36.167Z | Compiling slog-envlogger v2.2.0 |
2636 | 2024-07-30T01:15:36.486Z | Compiling rand_core v0.5.1 |
2637 | 2024-07-30T01:15:36.984Z | Compiling mime_guess v2.0.4 |
2638 | 2024-07-30T01:15:37.033Z | Compiling vsss-rs v3.3.4 |
2639 | 2024-07-30T01:15:38.325Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2640 | 2024-07-30T01:15:39.305Z | Compiling ciborium v0.2.2 |
2641 | 2024-07-30T01:15:40.612Z | Compiling rustfmt-wrapper v0.2.1 |
2642 | 2024-07-30T01:15:40.717Z | Compiling chacha20poly1305 v0.10.1 |
2643 | 2024-07-30T01:15:40.841Z | Compiling tungstenite v0.20.1 |
2644 | 2024-07-30T01:15:40.958Z | Compiling primeorder v0.13.6 |
2645 | 2024-07-30T01:15:41.172Z | Compiling heck v0.3.3 |
2646 | 2024-07-30T01:15:41.332Z | Compiling option-ext v0.2.0 |
2647 | 2024-07-30T01:15:41.476Z | Compiling glob v0.3.1 |
2648 | 2024-07-30T01:15:41.479Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2649 | 2024-07-30T01:15:41.619Z | Compiling zone_cfg_derive v0.1.2 |
2650 | 2024-07-30T01:15:41.697Z | Compiling dirs-sys v0.4.1 |
2651 | 2024-07-30T01:15:41.796Z | Compiling parking_lot v0.11.2 |
2652 | 2024-07-30T01:15:41.901Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2653 | 2024-07-30T01:15:42.383Z | Compiling tokio-tungstenite v0.20.1 |
2654 | 2024-07-30T01:15:42.545Z | Compiling rand_chacha v0.2.2 |
2655 | 2024-07-30T01:15:42.827Z | Compiling trust-dns-client v0.22.0 |
2656 | 2024-07-30T01:15:43.180Z | Compiling ed25519 v2.2.3 |
2657 | 2024-07-30T01:15:43.529Z | Compiling polyval v0.6.2 |
2658 | 2024-07-30T01:15:43.643Z | Compiling libsw v3.3.1 |
2659 | 2024-07-30T01:15:43.705Z | Compiling toml v0.5.11 |
2660 | 2024-07-30T01:15:43.964Z | Compiling ctr v0.9.2 |
2661 | 2024-07-30T01:15:43.979Z | Compiling blowfish v0.9.1 |
2662 | 2024-07-30T01:15:44.342Z | Compiling aes v0.8.4 |
2663 | 2024-07-30T01:15:44.484Z | Compiling pbkdf2 v0.12.2 |
2664 | 2024-07-30T01:15:44.642Z | Compiling password-hash v0.4.2 |
2665 | 2024-07-30T01:15:44.676Z | Compiling fxhash v0.2.1 |
2666 | 2024-07-30T01:15:44.882Z | Compiling base64 v0.13.1 |
2667 | 2024-07-30T01:15:45.496Z | Compiling owo-colors v4.0.0 |
2668 | 2024-07-30T01:15:45.618Z | Compiling linear-map v1.2.0 |
2669 | 2024-07-30T01:15:46.000Z | Compiling trust-dns-server v0.22.1 |
2670 | 2024-07-30T01:15:46.112Z | Compiling ron v0.7.1 |
2671 | 2024-07-30T01:15:47.224Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2672 | 2024-07-30T01:15:47.482Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2673 | 2024-07-30T01:15:47.671Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2674 | 2024-07-30T01:15:47.835Z | Compiling pbkdf2 v0.11.0 |
2675 | 2024-07-30T01:15:48.215Z | Compiling sled v0.34.7 |
2676 | 2024-07-30T01:15:48.409Z | Compiling bcrypt-pbkdf v0.10.0 |
2677 | 2024-07-30T01:15:48.492Z | Compiling ghash v0.5.1 |
2678 | 2024-07-30T01:15:48.689Z | Compiling ed25519-dalek v2.1.1 |
2679 | 2024-07-30T01:15:49.046Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2680 | 2024-07-30T01:15:49.917Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2681 | 2024-07-30T01:15:51.365Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2682 | 2024-07-30T01:15:52.186Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2683 | 2024-07-30T01:15:53.077Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2684 | 2024-07-30T01:15:53.165Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2685 | 2024-07-30T01:15:54.600Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2686 | 2024-07-30T01:15:55.204Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2687 | 2024-07-30T01:15:57.402Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2688 | 2024-07-30T01:15:57.983Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2689 | 2024-07-30T01:15:59.246Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2690 | 2024-07-30T01:16:00.243Z | Compiling zone v0.1.8 |
2691 | 2024-07-30T01:16:00.596Z | Compiling rand v0.7.3 |
2692 | 2024-07-30T01:16:00.934Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2693 | 2024-07-30T01:16:02.455Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2694 | 2024-07-30T01:16:02.908Z | Compiling dirs v5.0.1 |
2695 | 2024-07-30T01:16:03.304Z | Compiling p256 v0.13.2 |
2696 | 2024-07-30T01:16:04.165Z | Compiling p521 v0.13.3 |
2697 | 2024-07-30T01:16:06.709Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2698 | 2024-07-30T01:16:06.940Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2699 | 2024-07-30T01:16:07.250Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2700 | 2024-07-30T01:16:07.680Z | Compiling pem v3.0.4 |
2701 | 2024-07-30T01:16:07.984Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2702 | 2024-07-30T01:16:08.075Z | Compiling headers-core v0.2.0 |
2703 | 2024-07-30T01:16:08.257Z | Compiling cbc v0.1.2 |
2704 | 2024-07-30T01:16:08.381Z | Compiling kstat-rs v0.2.4 |
2705 | 2024-07-30T01:16:08.539Z | Compiling portpicker v0.1.1 |
2706 | 2024-07-30T01:16:08.555Z | Compiling nanorand v0.7.0 |
2707 | 2024-07-30T01:16:08.874Z | Compiling russh-cryptovec v0.7.2 |
2708 | 2024-07-30T01:16:08.964Z | Compiling http-range v0.1.5 |
2709 | 2024-07-30T01:16:09.035Z | Compiling md5 v0.7.0 |
2710 | 2024-07-30T01:16:09.181Z | Compiling hyper-staticfile v0.9.5 |
2711 | 2024-07-30T01:16:09.203Z | Compiling flume v0.11.0 |
2712 | 2024-07-30T01:16:09.371Z | Compiling russh-keys v0.43.0 |
2713 | 2024-07-30T01:16:09.548Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2714 | 2024-07-30T01:16:09.961Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2715 | 2024-07-30T01:16:10.291Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2716 | 2024-07-30T01:16:12.089Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2717 | 2024-07-30T01:16:12.900Z | Compiling headers v0.3.9 |
2718 | 2024-07-30T01:16:15.041Z | Compiling rcgen v0.12.1 |
2719 | 2024-07-30T01:16:15.430Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2720 | 2024-07-30T01:16:15.557Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2721 | 2024-07-30T01:16:17.525Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2722 | 2024-07-30T01:16:17.647Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2723 | 2024-07-30T01:16:18.194Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2724 | 2024-07-30T01:16:20.165Z | Compiling aes-gcm v0.10.3 |
2725 | 2024-07-30T01:16:20.493Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2726 | 2024-07-30T01:16:21.566Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2727 | 2024-07-30T01:16:21.762Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2728 | 2024-07-30T01:16:22.211Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2729 | 2024-07-30T01:16:22.535Z | Compiling atomicwrites v0.4.3 |
2730 | 2024-07-30T01:16:22.917Z | Compiling subprocess v0.2.9 |
2731 | 2024-07-30T01:16:23.882Z | Compiling hex-literal v0.4.1 |
2732 | 2024-07-30T01:16:24.048Z | Compiling display-error-chain v0.2.0 |
2733 | 2024-07-30T01:16:24.258Z | Compiling dhcproto-macros v0.1.0 |
2734 | 2024-07-30T01:16:24.275Z | Compiling russh v0.43.0 |
2735 | 2024-07-30T01:16:25.056Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2736 | 2024-07-30T01:16:25.266Z | Compiling dhcproto v0.11.0 |
2737 | 2024-07-30T01:16:27.755Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2738 | 2024-07-30T01:16:28.797Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2739 | 2024-07-30T01:16:28.929Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2740 | 2024-07-30T01:16:29.025Z | Compiling internet-checksum v0.2.1 |
2741 | 2024-07-30T01:16:50.557Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2742 | 2024-07-30T01:17:25.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 39s |
2743 | 2024-07-30T01:17:26.149Z | |
2744 | 2024-07-30T01:17:26.149Z | real 3:39.319670315 |
2745 | 2024-07-30T01:17:26.149Z | user 20:00.342924476 |
2746 | 2024-07-30T01:17:26.149Z | sys 4:16.728594462 |
2747 | 2024-07-30T01:17:26.149Z | trap 0.586243858 |
2748 | 2024-07-30T01:17:26.152Z | tflt 0.511656115 |
2749 | 2024-07-30T01:17:26.152Z | dflt 2.047801957 |
2750 | 2024-07-30T01:17:26.152Z | kflt 0.000458780 |
2751 | 2024-07-30T01:17:26.152Z | lock 42:51.367332545 |
2752 | 2024-07-30T01:17:26.152Z | slp 57:32.720036985 |
2753 | 2024-07-30T01:17:26.152Z | lat 1:07.554102078 |
2754 | 2024-07-30T01:17:26.152Z | stop 2:32.285007257 |
2755 | 2024-07-30T01:17:26.152Z | + mkdir tests |
2756 | 2024-07-30T01:17:26.155Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2757 | 2024-07-30T01:17:26.155Z | + xargs -I '{}' -t cp '{}' tests/ |
2758 | 2024-07-30T01:17:26.192Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-d01d733915019f71 tests/ |
2759 | 2024-07-30T01:17:26.218Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-32c426177ef0f77b tests/ |
2760 | 2024-07-30T01:17:26.243Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-98e93126f9b68fbb tests/ |
2761 | 2024-07-30T01:17:26.269Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7927799573eb2b13 tests/ |
2762 | 2024-07-30T01:17:26.474Z | + 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/*) |
2763 | 2024-07-30T01:17:26.477Z | + 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-32c426177ef0f77b tests/commtest-98e93126f9b68fbb tests/dhcp_server-d01d733915019f71 tests/end_to_end_tests-7927799573eb2b13 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2764 | 2024-07-30T01:18:22.115Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2765 | 2024-07-30T01:18:22.115Z | a out/target/test 1K |
2766 | 2024-07-30T01:18:22.115Z | a out/npuzone/npuzone 23144K |
2767 | 2024-07-30T01:18:22.115Z | a package-manifest.toml 29K |
2768 | 2024-07-30T01:18:22.115Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2769 | 2024-07-30T01:18:22.115Z | a target/release/omicron-package 32481K |
2770 | 2024-07-30T01:18:22.115Z | a target/release/xtask 18113K |
2771 | 2024-07-30T01:18:22.115Z | a target/debug/bootstrap 193582K |
2772 | 2024-07-30T01:18:22.115Z | a tests/bootstrap-32c426177ef0f77b 23989K |
2773 | 2024-07-30T01:18:22.115Z | a tests/commtest-98e93126f9b68fbb 24715K |
2774 | 2024-07-30T01:18:22.115Z | a tests/dhcp_server-d01d733915019f71 23989K |
2775 | 2024-07-30T01:18:22.115Z | a tests/end_to_end_tests-7927799573eb2b13 205535K |
2776 | 2024-07-30T01:18:22.115Z | a out/clickhouse.tar.gz 223155K |
2777 | 2024-07-30T01:18:22.115Z | a out/clickhouse_keeper.tar.gz 223140K |
2778 | 2024-07-30T01:18:22.115Z | a out/cockroachdb.tar.gz 131873K |
2779 | 2024-07-30T01:18:22.115Z | a out/crucible-dtrace.tar 84K |
2780 | 2024-07-30T01:18:22.115Z | a out/crucible-pantry-zone.tar.gz 27840K |
2781 | 2024-07-30T01:18:22.115Z | a out/crucible-zone.tar.gz 38159K |
2782 | 2024-07-30T01:18:22.115Z | a out/external-dns.tar.gz 25252K |
2783 | 2024-07-30T01:18:22.115Z | a out/internal-dns.tar.gz 25251K |
2784 | 2024-07-30T01:18:22.115Z | a out/mg-ddm-gz.tar 60627K |
2785 | 2024-07-30T01:18:22.115Z | a out/nexus.tar.gz 86223K |
2786 | 2024-07-30T01:18:22.115Z | a out/ntp.tar.gz 8990K |
2787 | 2024-07-30T01:18:22.115Z | a out/omicron-gateway-softnpu.tar.gz 13819K |
2788 | 2024-07-30T01:18:22.115Z | a out/omicron-sled-agent.tar 97173K |
2789 | 2024-07-30T01:18:22.115Z | a out/overlay.tar.gz 3K |
2790 | 2024-07-30T01:18:22.115Z | a out/oximeter.tar.gz 42718K |
2791 | 2024-07-30T01:18:22.115Z | a out/oxlog.tar 2947K |
2792 | 2024-07-30T01:18:22.115Z | a out/probe.tar.gz 2764K |
2793 | 2024-07-30T01:18:22.116Z | a out/propolis-server.tar.gz 65291K |
2794 | 2024-07-30T01:18:22.116Z | a out/pumpkind-gz.tar 26665K |
2795 | 2024-07-30T01:18:22.116Z | a out/switch-softnpu.tar.gz 204307K |
2796 | 2024-07-30T01:18:22.119Z | |
2797 | 2024-07-30T01:18:22.119Z | real 55.636143827 |
2798 | 2024-07-30T01:18:22.119Z | user 53.302608928 |
2799 | 2024-07-30T01:18:22.119Z | sys 3.208984241 |
2800 | 2024-07-30T01:18:22.119Z | trap 0.012321016 |
2801 | 2024-07-30T01:18:22.119Z | tflt 0.000000000 |
2802 | 2024-07-30T01:18:22.119Z | dflt 0.000000000 |
2803 | 2024-07-30T01:18:22.119Z | kflt 0.000000000 |
2804 | 2024-07-30T01:18:22.119Z | lock 0.000000000 |
2805 | 2024-07-30T01:18:22.119Z | slp 53.297736751 |
2806 | 2024-07-30T01:18:22.119Z | lat 1.446190658 |
2807 | 2024-07-30T01:18:22.119Z | stop 0.000215629 |
2808 | 2024-07-30T01:18:22.119Z | process exited: duration 1707679 ms, exit code 0 |
|
2809 | 2024-07-30T01:18:22.134Z | found 1 output files |
2810 | 2024-07-30T01:18:22.134Z | uploading: /work/package.tar.gz (1348898863 bytes) |
2811 | 2024-07-30T01:18:46.734Z | uploaded: /work/package.tar.gz |