|
|
|
1 | 2024-06-22T01:20:25.003Z | job assigned to worker 01J0YRDPN84D8X7H0MPZS354CY (queued for 1 m 7 s) |
|
2 | 2024-06-22T01:20:32.484Z | starting task 0: "setup" |
3 | 2024-06-22T01:20:32.539Z | ++ uname -s |
4 | 2024-06-22T01:20:32.544Z | + kern=SunOS |
5 | 2024-06-22T01:20:32.545Z | + case "$kern" in |
6 | 2024-06-22T01:20:32.545Z | + groupadd -g 12345 build |
7 | 2024-06-22T01:20:32.545Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-22T01:20:34.566Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-22T01:20:34.673Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-22T01:20:34.676Z | + home_fs=zfs |
11 | 2024-06-22T01:20:34.676Z | + [[ zfs == autofs ]] |
12 | 2024-06-22T01:20:34.676Z | + mkdir -p /home/build |
13 | 2024-06-22T01:20:34.679Z | + chown build:build /home/build /work |
14 | 2024-06-22T01:20:36.679Z | + chmod 0700 /home/build /work |
15 | 2024-06-22T01:20:36.682Z | process exited: duration 4199 ms, exit code 0 |
|
16 | 2024-06-22T01:20:36.688Z | starting task 1: "rust-toolchain" |
17 | 2024-06-22T01:20:36.694Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-22T01:20:36.694Z | ' 1.78.0 |
19 | 2024-06-22T01:20:36.698Z | + printf ' * toolchain profile = "%s" |
20 | 2024-06-22T01:20:36.698Z | * toolchain channel = "1.78.0" |
21 | 2024-06-22T01:20:36.698Z | * toolchain profile = "default" |
22 | 2024-06-22T01:20:36.698Z | ' default |
23 | 2024-06-22T01:20:36.698Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-22T01:20:36.698Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-22T01:20:36.810Z | info: downloading installer |
26 | 2024-06-22T01:20:38.295Z | info: profile set to 'default' |
27 | 2024-06-22T01:20:38.295Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-22T01:20:38.298Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-22T01:20:38.426Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-22T01:20:38.426Z | info: downloading component 'cargo' |
31 | 2024-06-22T01:20:39.112Z | info: downloading component 'clippy' |
32 | 2024-06-22T01:20:39.343Z | info: downloading component 'rust-docs' |
33 | 2024-06-22T01:20:40.256Z | info: downloading component 'rust-std' |
34 | 2024-06-22T01:20:41.716Z | info: downloading component 'rustc' |
35 | 2024-06-22T01:20:45.369Z | info: downloading component 'rustfmt' |
36 | 2024-06-22T01:20:45.568Z | info: installing component 'cargo' |
37 | 2024-06-22T01:20:46.420Z | info: installing component 'clippy' |
38 | 2024-06-22T01:20:46.791Z | info: installing component 'rust-docs' |
39 | 2024-06-22T01:20:48.305Z | info: installing component 'rust-std' |
40 | 2024-06-22T01:20:50.137Z | info: installing component 'rustc' |
41 | 2024-06-22T01:20:54.575Z | info: installing component 'rustfmt' |
42 | 2024-06-22T01:20:54.916Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-22T01:20:54.916Z | |
44 | 2024-06-22T01:20:55.183Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-22T01:20:55.183Z | |
46 | 2024-06-22T01:20:55.186Z | |
47 | 2024-06-22T01:20:55.186Z | Rust is installed now. Great! |
48 | 2024-06-22T01:20:55.186Z | |
49 | 2024-06-22T01:20:55.186Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-22T01:20:55.186Z | environment variable. This has not been done automatically. |
51 | 2024-06-22T01:20:55.187Z | |
52 | 2024-06-22T01:20:55.187Z | To configure your current shell, you need to source |
53 | 2024-06-22T01:20:55.187Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-22T01:20:55.187Z | |
55 | 2024-06-22T01:20:55.187Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-22T01:20:55.187Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-22T01:20:55.187Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-22T01:20:55.252Z | + rustc --version |
59 | 2024-06-22T01:20:55.313Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-22T01:20:55.316Z | process exited: duration 18626 ms, exit code 0 |
|
61 | 2024-06-22T01:20:55.322Z | starting task 2: "authentication" |
62 | 2024-06-22T01:20:55.350Z | process exited: duration 27 ms, exit code 0 |
|
63 | 2024-06-22T01:20:55.356Z | starting task 3: "clone repository" |
64 | 2024-06-22T01:20:55.361Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-22T01:20:55.364Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-22T01:20:55.513Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-22T01:21:01.651Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-22T01:21:01.651Z | + git fetch origin 2e62491a530aa30dc4abaefefdcf76ebbc8984c3 |
69 | 2024-06-22T01:21:01.980Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-22T01:21:01.980Z | * branch 2e62491a530aa30dc4abaefefdcf76ebbc8984c3 -> FETCH_HEAD |
71 | 2024-06-22T01:21:01.989Z | + [[ -n common-dropshot ]] |
72 | 2024-06-22T01:21:01.991Z | ++ git branch --show-current |
73 | 2024-06-22T01:21:01.994Z | + current=main |
74 | 2024-06-22T01:21:01.994Z | + [[ main != common-dropshot ]] |
75 | 2024-06-22T01:21:01.994Z | + git branch -f common-dropshot 2e62491a530aa30dc4abaefefdcf76ebbc8984c3 |
76 | 2024-06-22T01:21:01.997Z | + git checkout -f common-dropshot |
77 | 2024-06-22T01:21:02.125Z | Switched to branch 'common-dropshot' |
78 | 2024-06-22T01:21:02.128Z | + git reset --hard 2e62491a530aa30dc4abaefefdcf76ebbc8984c3 |
79 | 2024-06-22T01:21:02.251Z | HEAD is now at 2e62491a5 have oximeter-producer re-export dropshot types in its interface |
80 | 2024-06-22T01:21:02.255Z | process exited: duration 6895 ms, exit code 0 |
|
81 | 2024-06-22T01:21:02.260Z | starting task 4: "build" |
82 | 2024-06-22T01:21:02.266Z | + cargo --version |
83 | 2024-06-22T01:21:02.318Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-22T01:21:02.321Z | + rustc --version |
85 | 2024-06-22T01:21:02.375Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-22T01:21:02.378Z | + WORK=/work |
87 | 2024-06-22T01:21:02.378Z | + pfexec mkdir -p /work |
88 | 2024-06-22T01:21:02.381Z | + pfexec chown build /work |
89 | 2024-06-22T01:21:02.384Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-06-22T01:21:16.726Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-06-22T01:21:18.612Z | Startup: Caching catalogs ... Done |
92 | 2024-06-22T01:21:20.926Z | Planning: Solver setup ... Done (1.860s) |
93 | 2024-06-22T01:21:20.963Z | Planning: Running solver ... Done (0.036s) |
94 | 2024-06-22T01:21:21.002Z | Planning: Finding local manifests ... Done (0.003s) |
95 | 2024-06-22T01:21:21.019Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-06-22T01:21:21.248Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-06-22T01:21:21.393Z | Planning: Package planning ... Done (0.144s) |
98 | 2024-06-22T01:21:21.444Z | Planning: Merging actions ... Done (0.051s) |
99 | 2024-06-22T01:21:22.322Z | Planning: Checking for conflicting actions ... Done (0.878s) |
100 | 2024-06-22T01:21:22.334Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-06-22T01:21:27.183Z | Planning: Evaluating mediators ... Done (4.849s) |
102 | 2024-06-22T01:21:27.193Z | Planning: Planning completed in 8.51 seconds |
103 | 2024-06-22T01:21:27.207Z | Packages to install: 4 |
104 | 2024-06-22T01:21:27.207Z | Mediators to change: 2 |
105 | 2024-06-22T01:21:27.210Z | Services to change: 1 |
106 | 2024-06-22T01:21:27.210Z | Estimated space available: 155.77 GB |
107 | 2024-06-22T01:21:27.211Z | Estimated space to be consumed: 1.46 GB |
108 | 2024-06-22T01:21:27.211Z | Create boot environment: No |
109 | 2024-06-22T01:21:27.211Z | Create backup boot environment: No |
110 | 2024-06-22T01:21:27.211Z | Rebuild boot archive: No |
111 | 2024-06-22T01:21:27.211Z | |
112 | 2024-06-22T01:21:27.211Z | Changed mediators: |
113 | 2024-06-22T01:21:27.211Z | mediator clang: |
114 | 2024-06-22T01:21:27.211Z | version: None -> 15 (system default) |
115 | 2024-06-22T01:21:27.211Z | |
116 | 2024-06-22T01:21:27.211Z | mediator llvm: |
117 | 2024-06-22T01:21:27.211Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-06-22T01:21:27.211Z | |
119 | 2024-06-22T01:21:27.211Z | Changed packages: |
120 | 2024-06-22T01:21:27.211Z | helios-dev |
121 | 2024-06-22T01:21:27.211Z | developer/build-essential |
122 | 2024-06-22T01:21:27.211Z | None -> 11-2.0 |
123 | 2024-06-22T01:21:27.211Z | library/libxmlsec1 |
124 | 2024-06-22T01:21:27.211Z | None -> 1.2.35-2.0 |
125 | 2024-06-22T01:21:27.211Z | ooce/developer/clang-15 |
126 | 2024-06-22T01:21:27.211Z | None -> 15.0.7-2.0 |
127 | 2024-06-22T01:21:27.211Z | ooce/developer/llvm-15 |
128 | 2024-06-22T01:21:27.211Z | None -> 15.0.7-2.0 |
129 | 2024-06-22T01:21:27.211Z | |
130 | 2024-06-22T01:21:27.211Z | Services: |
131 | 2024-06-22T01:21:27.211Z | restart_fmri: |
132 | 2024-06-22T01:21:27.211Z | svc:/system/update-man-index:default |
133 | 2024-06-22T01:21:27.381Z | |
134 | 2024-06-22T01:21:27.381Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-06-22T01:21:32.402Z | Download: 426/3290 items 16.8/212.6MB 7% complete (3.5M/s) |
136 | 2024-06-22T01:21:37.403Z | Download: 948/3290 items 19.0/212.6MB 8% complete (1.9M/s) |
137 | 2024-06-22T01:21:42.833Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (6.7M/s) |
138 | 2024-06-22T01:21:47.845Z | Download: 1952/3290 items 118.7/212.6MB 55% complete (9.9M/s) |
139 | 2024-06-22T01:21:57.386Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (5.4M/s) |
140 | 2024-06-22T01:22:02.387Z | Download: 3141/3290 items 141.5/212.6MB 66% complete (2.2M/s) |
141 | 2024-06-22T01:22:04.462Z | Download: Completed 212.60 MB in 37.08 seconds (5.7M/s) |
142 | 2024-06-22T01:22:05.281Z | Actions: 1/3689 actions (Installing new actions) |
143 | 2024-06-22T01:22:10.287Z | Actions: 3622/3689 actions (Installing new actions) |
144 | 2024-06-22T01:22:10.569Z | Actions: Completed 3689 actions in 5.29 seconds. |
145 | 2024-06-22T01:22:10.809Z | Done (0.235s) |
146 | 2024-06-22T01:22:10.809Z | Done (0.000s) |
147 | 2024-06-22T01:22:11.121Z | Done (0.311s) |
148 | 2024-06-22T01:22:17.565Z | Done (6.289s) |
149 | 2024-06-22T01:22:17.743Z | Done (0.110s) |
150 | 2024-06-22T01:22:17.745Z | Done (0.000s) |
151 | 2024-06-22T01:22:17.934Z | Done (0.000s) |
152 | 2024-06-22T01:22:18.486Z | Planning: Evaluating mediator changes ... Done |
153 | 2024-06-22T01:22:18.648Z | Planning: Checking for conflicting actions ... Done |
154 | 2024-06-22T01:22:18.651Z | Planning: Consolidating action changes ... Done |
155 | 2024-06-22T01:22:18.916Z | Planning: Evaluating mediators ... Done |
156 | 2024-06-22T01:22:18.919Z | Planning: Planning completed in 0.43 seconds |
157 | 2024-06-22T01:22:18.950Z | Mediators to change: 2 |
158 | 2024-06-22T01:22:18.950Z | Create boot environment: No |
159 | 2024-06-22T01:22:18.955Z | Create backup boot environment: No |
160 | 2024-06-22T01:22:19.022Z | Done |
161 | 2024-06-22T01:22:19.022Z | Done |
162 | 2024-06-22T01:22:19.218Z | Done |
163 | 2024-06-22T01:22:22.646Z | Done |
164 | 2024-06-22T01:22:22.726Z | Done |
165 | 2024-06-22T01:22:22.728Z | Done |
166 | 2024-06-22T01:22:22.867Z | Done |
167 | 2024-06-22T01:22:23.465Z | Planning: Evaluating mediator changes ... Done |
168 | 2024-06-22T01:22:23.469Z | Planning: Merging actions ... Done |
169 | 2024-06-22T01:22:23.652Z | Planning: Checking for conflicting actions ... Done |
170 | 2024-06-22T01:22:23.655Z | Planning: Consolidating action changes ... Done |
171 | 2024-06-22T01:22:23.910Z | Planning: Evaluating mediators ... Done |
172 | 2024-06-22T01:22:23.965Z | Planning: Planning completed in 0.74 seconds |
173 | 2024-06-22T01:22:24.000Z | Packages to change: 1 |
174 | 2024-06-22T01:22:24.000Z | Mediators to change: 1 |
175 | 2024-06-22T01:22:24.003Z | Services to change: 1 |
176 | 2024-06-22T01:22:24.003Z | Create boot environment: No |
177 | 2024-06-22T01:22:24.003Z | Create backup boot environment: Yes |
178 | 2024-06-22T01:22:26.214Z | Actions: 1/6 actions (Updating modified actions) |
179 | 2024-06-22T01:22:26.288Z | Actions: Completed 6 actions in 0.07 seconds. |
180 | 2024-06-22T01:22:26.290Z | Done |
181 | 2024-06-22T01:22:26.290Z | Done |
182 | 2024-06-22T01:22:26.354Z | Done |
183 | 2024-06-22T01:22:29.791Z | Done |
184 | 2024-06-22T01:22:29.876Z | Done |
185 | 2024-06-22T01:22:29.879Z | Done |
186 | 2024-06-22T01:22:30.024Z | Done |
187 | 2024-06-22T01:22:30.465Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
188 | 2024-06-22T01:22:30.465Z | clang system 15 system |
189 | 2024-06-22T01:22:30.465Z | csh system system illumos |
190 | 2024-06-22T01:22:30.465Z | ctags system system illumos |
191 | 2024-06-22T01:22:30.466Z | gcc vendor 12 vendor |
192 | 2024-06-22T01:22:30.466Z | gcc system 10 system |
193 | 2024-06-22T01:22:30.466Z | gcc system 7 system |
194 | 2024-06-22T01:22:30.466Z | go system 1.20 system |
195 | 2024-06-22T01:22:30.466Z | go system 1.19 system |
196 | 2024-06-22T01:22:30.466Z | llvm system 15 system |
197 | 2024-06-22T01:22:30.466Z | llvm system 14 system |
198 | 2024-06-22T01:22:30.466Z | mariadb system 10.6 system |
199 | 2024-06-22T01:22:30.466Z | mta vendor vendor dma |
200 | 2024-06-22T01:22:30.466Z | openjdk system 17 system |
201 | 2024-06-22T01:22:30.466Z | openjdk system 11 system |
202 | 2024-06-22T01:22:30.466Z | openjdk system 1.8 system |
203 | 2024-06-22T01:22:30.466Z | openssl vendor 3 vendor |
204 | 2024-06-22T01:22:30.466Z | perl system 5.36 system |
205 | 2024-06-22T01:22:30.466Z | postgresql system 15 system |
206 | 2024-06-22T01:22:30.466Z | postgresql system 13 system |
207 | 2024-06-22T01:22:30.466Z | python vendor 3 vendor |
208 | 2024-06-22T01:22:30.466Z | python system 2 system |
209 | 2024-06-22T01:22:30.466Z | python3 system 3.11 system |
210 | 2024-06-22T01:22:30.466Z | ruby system 3.0 system |
211 | 2024-06-22T01:22:30.466Z | words vendor vendor american-english |
212 | 2024-06-22T01:22:30.466Z | words system system australian-english |
213 | 2024-06-22T01:22:30.466Z | words system system british-english |
214 | 2024-06-22T01:22:30.466Z | words system system canadian-english |
215 | 2024-06-22T01:22:30.466Z | words system system french |
216 | 2024-06-22T01:22:30.466Z | words system system italian |
217 | 2024-06-22T01:22:30.468Z | words system system ngerman |
218 | 2024-06-22T01:22:30.468Z | words system system ogerman |
219 | 2024-06-22T01:22:30.468Z | words system system spanish |
220 | 2024-06-22T01:22:30.791Z | PUBLISHER TYPE STATUS P LOCATION |
221 | 2024-06-22T01:22:30.792Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
222 | 2024-06-22T01:22:32.285Z | FMRI IFO |
223 | 2024-06-22T01:22:32.285Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
224 | 2024-06-22T01:22:32.285Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
225 | 2024-06-22T01:22:32.285Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
226 | 2024-06-22T01:22:32.285Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
227 | 2024-06-22T01:22:32.285Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
228 | 2024-06-22T01:22:32.285Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
229 | 2024-06-22T01:22:32.286Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
230 | 2024-06-22T01:22:32.286Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
231 | 2024-06-22T01:22:32.286Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
232 | 2024-06-22T01:22:32.286Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
233 | 2024-06-22T01:22:32.286Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
234 | 2024-06-22T01:22:32.286Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
235 | 2024-06-22T01:22:32.774Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
236 | 2024-06-22T01:22:33.071Z | Updating git repository `https://github.com/oxidecomputer/zone` |
237 | 2024-06-22T01:22:33.320Z | Updating crates.io index |
238 | 2024-06-22T01:22:33.323Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
239 | 2024-06-22T01:22:34.103Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
240 | 2024-06-22T01:22:34.834Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
241 | 2024-06-22T01:22:35.074Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
242 | 2024-06-22T01:22:36.937Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
243 | 2024-06-22T01:22:37.411Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
244 | 2024-06-22T01:22:37.650Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
245 | 2024-06-22T01:22:38.625Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
246 | 2024-06-22T01:22:40.633Z | Updating git repository `https://github.com/oxidecomputer/opte` |
247 | 2024-06-22T01:22:41.645Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
248 | 2024-06-22T01:22:42.294Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
249 | 2024-06-22T01:22:42.848Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
250 | 2024-06-22T01:22:43.150Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
251 | 2024-06-22T01:22:43.526Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
252 | 2024-06-22T01:22:43.815Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
253 | 2024-06-22T01:22:44.105Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
254 | 2024-06-22T01:22:44.390Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
255 | 2024-06-22T01:22:44.636Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
256 | 2024-06-22T01:22:44.896Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
257 | 2024-06-22T01:22:45.207Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
258 | 2024-06-22T01:22:45.534Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
259 | 2024-06-22T01:22:45.874Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
260 | 2024-06-22T01:22:46.110Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
261 | 2024-06-22T01:22:46.736Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
262 | 2024-06-22T01:22:46.955Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
263 | 2024-06-22T01:22:47.267Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
264 | 2024-06-22T01:22:47.637Z | Updating git repository `https://github.com/oxidecomputer/typify` |
265 | 2024-06-22T01:22:49.730Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
266 | 2024-06-22T01:22:50.078Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
267 | 2024-06-22T01:22:50.329Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
268 | 2024-06-22T01:22:50.818Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
269 | 2024-06-22T01:22:51.817Z | Downloading crates ... |
270 | 2024-06-22T01:22:51.911Z | Downloaded adler v1.0.2 |
271 | 2024-06-22T01:22:51.921Z | Downloaded block-buffer v0.10.4 |
272 | 2024-06-22T01:22:51.923Z | Downloaded cfg-if v1.0.0 |
273 | 2024-06-22T01:22:51.923Z | Downloaded crypto-common v0.1.6 |
274 | 2024-06-22T01:22:51.926Z | Downloaded anstyle v1.0.7 |
275 | 2024-06-22T01:22:51.926Z | Downloaded equivalent v1.0.1 |
276 | 2024-06-22T01:22:51.926Z | Downloaded form_urlencoded v1.2.1 |
277 | 2024-06-22T01:22:51.929Z | Downloaded dirs-sys-next v0.1.2 |
278 | 2024-06-22T01:22:51.929Z | Downloaded deranged v0.3.11 |
279 | 2024-06-22T01:22:51.932Z | Downloaded futures-core v0.3.30 |
280 | 2024-06-22T01:22:51.932Z | Downloaded futures-sink v0.3.30 |
281 | 2024-06-22T01:22:51.932Z | Downloaded fnv v1.0.7 |
282 | 2024-06-22T01:22:51.936Z | Downloaded futures-task v0.3.30 |
283 | 2024-06-22T01:22:51.936Z | Downloaded byteorder v1.5.0 |
284 | 2024-06-22T01:22:51.936Z | Downloaded http-body v0.4.6 |
285 | 2024-06-22T01:22:51.940Z | Downloaded is-terminal v0.4.12 |
286 | 2024-06-22T01:22:51.940Z | Downloaded itoa v1.0.11 |
287 | 2024-06-22T01:22:51.943Z | Downloaded futures-io v0.3.30 |
288 | 2024-06-22T01:22:51.943Z | Downloaded percent-encoding v2.3.1 |
289 | 2024-06-22T01:22:51.943Z | Downloaded openssl-probe v0.1.5 |
290 | 2024-06-22T01:22:51.943Z | Downloaded num_cpus v1.16.0 |
291 | 2024-06-22T01:22:51.946Z | Downloaded futures-executor v0.3.30 |
292 | 2024-06-22T01:22:51.946Z | Downloaded pretty-hex v0.4.1 |
293 | 2024-06-22T01:22:51.950Z | Downloaded mime v0.3.17 |
294 | 2024-06-22T01:22:51.950Z | Downloaded ipnet v2.9.0 |
295 | 2024-06-22T01:22:51.954Z | Downloaded scroll_derive v0.12.0 |
296 | 2024-06-22T01:22:51.954Z | Downloaded serde_tokenstream v0.2.0 |
297 | 2024-06-22T01:22:51.959Z | Downloaded slog-async v2.8.0 |
298 | 2024-06-22T01:22:51.959Z | Downloaded slog-bunyan v2.5.0 |
299 | 2024-06-22T01:22:51.959Z | Downloaded swrite v0.1.0 |
300 | 2024-06-22T01:22:51.959Z | Downloaded parking_lot_core v0.9.10 |
301 | 2024-06-22T01:22:51.962Z | Downloaded strum_macros v0.26.2 |
302 | 2024-06-22T01:22:51.962Z | Downloaded slog-term v2.9.1 |
303 | 2024-06-22T01:22:51.966Z | Downloaded bytes v1.6.0 |
304 | 2024-06-22T01:22:51.974Z | Downloaded log v0.4.21 |
305 | 2024-06-22T01:22:51.977Z | Downloaded cargo-platform v0.1.8 |
306 | 2024-06-22T01:22:51.977Z | Downloaded take_mut v0.2.2 |
307 | 2024-06-22T01:22:51.977Z | Downloaded tabled_derive v0.7.0 |
308 | 2024-06-22T01:22:51.977Z | Downloaded syn v2.0.64 |
309 | 2024-06-22T01:22:51.984Z | Downloaded thread-id v4.2.1 |
310 | 2024-06-22T01:22:51.989Z | Downloaded tar v0.4.40 |
311 | 2024-06-22T01:22:51.989Z | Downloaded flate2 v1.0.30 |
312 | 2024-06-22T01:22:51.992Z | Downloaded dtrace-parser v0.2.0 |
313 | 2024-06-22T01:22:51.995Z | Downloaded mio v0.8.11 |
314 | 2024-06-22T01:22:51.999Z | Downloaded cargo_toml v0.20.2 |
315 | 2024-06-22T01:22:52.002Z | Downloaded memchr v2.7.2 |
316 | 2024-06-22T01:22:52.005Z | Downloaded clap_derive v4.5.4 |
317 | 2024-06-22T01:22:52.008Z | Downloaded http v0.2.12 |
318 | 2024-06-22T01:22:52.012Z | Downloaded cargo_metadata v0.18.1 |
319 | 2024-06-22T01:22:52.015Z | Downloaded tinyvec_macros v0.1.1 |
320 | 2024-06-22T01:22:52.015Z | Downloaded thread_local v1.1.8 |
321 | 2024-06-22T01:22:52.015Z | Downloaded foreign-types-shared v0.1.1 |
322 | 2024-06-22T01:22:52.015Z | Downloaded try-lock v0.2.5 |
323 | 2024-06-22T01:22:52.020Z | Downloaded tower-service v0.3.2 |
324 | 2024-06-22T01:22:52.020Z | Downloaded serde_urlencoded v0.7.1 |
325 | 2024-06-22T01:22:52.020Z | Downloaded rustls-pemfile v1.0.4 |
326 | 2024-06-22T01:22:52.024Z | Downloaded pkg-config v0.3.30 |
327 | 2024-06-22T01:22:52.024Z | Downloaded slab v0.4.9 |
328 | 2024-06-22T01:22:52.024Z | Downloaded utf8parse v0.2.1 |
329 | 2024-06-22T01:22:52.024Z | Downloaded sha2 v0.10.8 |
330 | 2024-06-22T01:22:52.030Z | Downloaded semver v1.0.23 |
331 | 2024-06-22T01:22:52.030Z | Downloaded quote v1.0.36 |
332 | 2024-06-22T01:22:52.034Z | Downloaded version_check v0.9.4 |
333 | 2024-06-22T01:22:52.034Z | Downloaded zerocopy-derive v0.7.34 |
334 | 2024-06-22T01:22:52.039Z | Downloaded ryu v1.0.18 |
335 | 2024-06-22T01:22:52.039Z | Downloaded typenum v1.17.0 |
336 | 2024-06-22T01:22:52.042Z | Downloaded crossbeam-channel v0.5.12 |
337 | 2024-06-22T01:22:52.045Z | Downloaded tinyvec v1.6.0 |
338 | 2024-06-22T01:22:52.048Z | Downloaded unicode-ident v1.0.12 |
339 | 2024-06-22T01:22:52.051Z | Downloaded socket2 v0.5.7 |
340 | 2024-06-22T01:22:52.051Z | Downloaded tracing-core v0.1.32 |
341 | 2024-06-22T01:22:52.055Z | Downloaded macaddr v1.0.1 |
342 | 2024-06-22T01:22:52.059Z | Downloaded unicode-bidi v0.3.15 |
343 | 2024-06-22T01:22:52.059Z | Downloaded serde v1.0.203 |
344 | 2024-06-22T01:22:52.062Z | Downloaded is_terminal_polyfill v1.70.0 |
345 | 2024-06-22T01:22:52.062Z | Downloaded url v2.5.0 |
346 | 2024-06-22T01:22:52.065Z | Downloaded h2 v0.3.26 |
347 | 2024-06-22T01:22:52.071Z | Downloaded tracing v0.1.40 |
348 | 2024-06-22T01:22:52.074Z | Downloaded tokio-util v0.7.11 |
349 | 2024-06-22T01:22:52.082Z | Downloaded time v0.3.36 |
350 | 2024-06-22T01:22:52.086Z | Downloaded pest_generator v2.7.10 |
351 | 2024-06-22T01:22:52.089Z | Downloaded serde_json v1.0.117 |
352 | 2024-06-22T01:22:52.094Z | Downloaded unicode-normalization v0.1.23 |
353 | 2024-06-22T01:22:52.098Z | Downloaded miniz_oxide v0.7.2 |
354 | 2024-06-22T01:22:52.100Z | Downloaded zerocopy v0.7.34 |
355 | 2024-06-22T01:22:52.115Z | Downloaded openssl-sys v0.9.102 |
356 | 2024-06-22T01:22:52.119Z | Downloaded syn v1.0.109 |
357 | 2024-06-22T01:22:52.129Z | Downloaded vcpkg v0.2.15 |
358 | 2024-06-22T01:22:52.166Z | Downloaded hyper v0.14.28 |
359 | 2024-06-22T01:22:52.172Z | Downloaded pest_derive v2.7.10 |
360 | 2024-06-22T01:22:52.175Z | Downloaded goblin v0.8.2 |
361 | 2024-06-22T01:22:52.181Z | Downloaded pest v2.7.10 |
362 | 2024-06-22T01:22:52.185Z | Downloaded openssl v0.10.64 |
363 | 2024-06-22T01:22:52.193Z | Downloaded num_threads v0.1.7 |
364 | 2024-06-22T01:22:52.196Z | Downloaded strsim v0.11.1 |
365 | 2024-06-22T01:22:52.196Z | Downloaded pin-project-lite v0.2.14 |
366 | 2024-06-22T01:22:52.200Z | Downloaded want v0.3.1 |
367 | 2024-06-22T01:22:52.203Z | Downloaded proc-macro2 v1.0.82 |
368 | 2024-06-22T01:22:52.209Z | Downloaded pest_meta v2.7.10 |
369 | 2024-06-22T01:22:52.209Z | Downloaded ucd-trie v0.1.6 |
370 | 2024-06-22T01:22:52.209Z | Downloaded slog v2.7.0 |
371 | 2024-06-22T01:22:52.212Z | Downloaded term v0.7.0 |
372 | 2024-06-22T01:22:52.218Z | Downloaded toml_datetime v0.6.6 |
373 | 2024-06-22T01:22:52.218Z | Downloaded idna v0.5.0 |
374 | 2024-06-22T01:22:52.222Z | Downloaded reqwest v0.11.27 |
375 | 2024-06-22T01:22:52.227Z | Downloaded toml v0.8.13 |
376 | 2024-06-22T01:22:52.232Z | Downloaded toml_edit v0.22.13 |
377 | 2024-06-22T01:22:52.250Z | Downloaded xattr v1.3.1 |
378 | 2024-06-22T01:22:52.254Z | Downloaded tokio v1.37.0 |
379 | 2024-06-22T01:22:52.286Z | Downloaded rustix v0.38.34 |
380 | 2024-06-22T01:22:52.307Z | Downloaded libc v0.2.155 |
381 | 2024-06-22T01:22:52.331Z | Downloaded winnow v0.6.8 |
382 | 2024-06-22T01:22:52.340Z | Downloaded encoding_rs v0.8.34 |
383 | 2024-06-22T01:22:52.361Z | Downloaded usdt-macro v0.5.0 |
384 | 2024-06-22T01:22:52.364Z | Downloaded usdt-impl v0.5.0 |
385 | 2024-06-22T01:22:52.364Z | Downloaded usdt-attr-macro v0.5.0 |
386 | 2024-06-22T01:22:52.364Z | Downloaded usdt v0.5.0 |
387 | 2024-06-22T01:22:52.364Z | Downloaded unicode-width v0.1.12 |
388 | 2024-06-22T01:22:52.364Z | Downloaded tokio-native-tls v0.3.1 |
389 | 2024-06-22T01:22:52.364Z | Downloaded terminal_size v0.3.0 |
390 | 2024-06-22T01:22:52.367Z | Downloaded tabled v0.15.0 |
391 | 2024-06-22T01:22:52.379Z | Downloaded slog-json v2.6.1 |
392 | 2024-06-22T01:22:52.381Z | Downloaded tokio-macros v2.2.0 |
393 | 2024-06-22T01:22:52.382Z | Downloaded serde_spanned v0.6.6 |
394 | 2024-06-22T01:22:52.386Z | Downloaded native-tls v0.2.11 |
395 | 2024-06-22T01:22:52.386Z | Downloaded memmap v0.7.0 |
396 | 2024-06-22T01:22:52.386Z | Downloaded md5 v0.7.0 |
397 | 2024-06-22T01:22:52.389Z | Downloaded match_cfg v0.1.0 |
398 | 2024-06-22T01:22:52.389Z | Downloaded parking_lot v0.12.2 |
399 | 2024-06-22T01:22:52.390Z | Downloaded papergrid v0.11.0 |
400 | 2024-06-22T01:22:52.392Z | Downloaded openssl-macros v0.1.1 |
401 | 2024-06-22T01:22:52.396Z | Downloaded hashbrown v0.14.5 |
402 | 2024-06-22T01:22:52.400Z | Downloaded clap_builder v4.5.2 |
403 | 2024-06-22T01:22:52.404Z | Downloaded serde_derive v1.0.203 |
404 | 2024-06-22T01:22:52.407Z | Downloaded time-macros v0.2.18 |
405 | 2024-06-22T01:22:52.411Z | Downloaded smallvec v1.13.2 |
406 | 2024-06-22T01:22:52.411Z | Downloaded hyper-tls v0.5.0 |
407 | 2024-06-22T01:22:52.414Z | Downloaded httparse v1.8.0 |
408 | 2024-06-22T01:22:52.414Z | Downloaded futures-util v0.3.30 |
409 | 2024-06-22T01:22:52.422Z | Downloaded signal-hook-registry v1.4.2 |
410 | 2024-06-22T01:22:52.427Z | Downloaded proc-macro-error v1.0.4 |
411 | 2024-06-22T01:22:52.431Z | Downloaded hostname v0.3.1 |
412 | 2024-06-22T01:22:52.431Z | Downloaded fs-err v2.11.0 |
413 | 2024-06-22T01:22:52.431Z | Downloaded cc v1.0.97 |
414 | 2024-06-22T01:22:52.434Z | Downloaded foreign-types v0.3.2 |
415 | 2024-06-22T01:22:52.434Z | Downloaded filetime v0.2.23 |
416 | 2024-06-22T01:22:52.435Z | Downloaded crossbeam-utils v0.8.19 |
417 | 2024-06-22T01:22:52.440Z | Downloaded sync_wrapper v0.1.2 |
418 | 2024-06-22T01:22:52.440Z | Downloaded scopeguard v1.2.0 |
419 | 2024-06-22T01:22:52.440Z | Downloaded time-core v0.1.2 |
420 | 2024-06-22T01:22:52.441Z | Downloaded strum v0.26.2 |
421 | 2024-06-22T01:22:52.450Z | Downloaded rustversion v1.0.17 |
422 | 2024-06-22T01:22:52.450Z | Downloaded proc-macro-error-attr v1.0.4 |
423 | 2024-06-22T01:22:52.450Z | Downloaded powerfmt v0.2.0 |
424 | 2024-06-22T01:22:52.450Z | Downloaded pin-utils v0.1.0 |
425 | 2024-06-22T01:22:52.450Z | Downloaded indexmap v2.2.6 |
426 | 2024-06-22T01:22:52.454Z | Downloaded dof v0.3.0 |
427 | 2024-06-22T01:22:52.454Z | Downloaded dirs-next v2.0.0 |
428 | 2024-06-22T01:22:52.454Z | Downloaded crc32fast v1.4.0 |
429 | 2024-06-22T01:22:52.454Z | Downloaded clap v4.5.4 |
430 | 2024-06-22T01:22:52.458Z | Downloaded camino v1.1.7 |
431 | 2024-06-22T01:22:52.464Z | Downloaded bytecount v0.6.8 |
432 | 2024-06-22T01:22:52.464Z | Downloaded anstyle-parse v0.2.4 |
433 | 2024-06-22T01:22:52.464Z | Downloaded anstream v0.6.14 |
434 | 2024-06-22T01:22:52.467Z | Downloaded thiserror-impl v1.0.60 |
435 | 2024-06-22T01:22:52.467Z | Downloaded thiserror v1.0.60 |
436 | 2024-06-22T01:22:52.470Z | Downloaded colorchoice v1.0.1 |
437 | 2024-06-22T01:22:52.473Z | Downloaded clap_lex v0.7.0 |
438 | 2024-06-22T01:22:52.473Z | Downloaded base64 v0.21.7 |
439 | 2024-06-22T01:22:52.476Z | Downloaded anstyle-query v1.0.3 |
440 | 2024-06-22T01:22:52.479Z | Downloaded futures v0.3.30 |
441 | 2024-06-22T01:22:52.482Z | Downloaded futures-channel v0.3.30 |
442 | 2024-06-22T01:22:52.482Z | Downloaded bitflags v2.5.0 |
443 | 2024-06-22T01:22:52.485Z | Downloaded lock_api v0.4.12 |
444 | 2024-06-22T01:22:52.488Z | Downloaded generic-array v0.14.7 |
445 | 2024-06-22T01:22:52.488Z | Downloaded scroll v0.12.0 |
446 | 2024-06-22T01:22:52.491Z | Downloaded once_cell v1.19.0 |
447 | 2024-06-22T01:22:52.491Z | Downloaded anyhow v1.0.86 |
448 | 2024-06-22T01:22:52.498Z | Downloaded plain v0.2.3 |
449 | 2024-06-22T01:22:52.498Z | Downloaded num-conv v0.1.0 |
450 | 2024-06-22T01:22:52.498Z | Downloaded errno v0.3.9 |
451 | 2024-06-22T01:22:52.501Z | Downloaded httpdate v1.0.3 |
452 | 2024-06-22T01:22:52.501Z | Downloaded heck v0.4.1 |
453 | 2024-06-22T01:22:52.501Z | Downloaded digest v0.10.7 |
454 | 2024-06-22T01:22:52.504Z | Downloaded heck v0.5.0 |
455 | 2024-06-22T01:22:52.504Z | Downloaded futures-macro v0.3.30 |
456 | 2024-06-22T01:22:52.504Z | Downloaded cpufeatures v0.2.12 |
457 | 2024-06-22T01:22:52.507Z | Downloaded autocfg v1.3.0 |
458 | 2024-06-22T01:22:52.795Z | Compiling proc-macro2 v1.0.82 |
459 | 2024-06-22T01:22:52.795Z | Compiling unicode-ident v1.0.12 |
460 | 2024-06-22T01:22:52.798Z | Compiling libc v0.2.155 |
461 | 2024-06-22T01:22:52.798Z | Compiling version_check v0.9.4 |
462 | 2024-06-22T01:22:52.798Z | Compiling cfg-if v1.0.0 |
463 | 2024-06-22T01:22:52.798Z | Compiling once_cell v1.19.0 |
464 | 2024-06-22T01:22:52.832Z | Compiling itoa v1.0.11 |
465 | 2024-06-22T01:22:52.840Z | Compiling autocfg v1.3.0 |
466 | 2024-06-22T01:22:52.963Z | Compiling serde v1.0.203 |
467 | 2024-06-22T01:22:53.018Z | Compiling memchr v2.7.2 |
468 | 2024-06-22T01:22:53.126Z | Compiling thiserror v1.0.60 |
469 | 2024-06-22T01:22:53.348Z | Compiling ryu v1.0.18 |
470 | 2024-06-22T01:22:53.605Z | Compiling pin-project-lite v0.2.14 |
471 | 2024-06-22T01:22:53.624Z | Compiling bitflags v2.5.0 |
472 | 2024-06-22T01:22:53.705Z | Compiling parking_lot_core v0.9.10 |
473 | 2024-06-22T01:22:53.741Z | Compiling lock_api v0.4.12 |
474 | 2024-06-22T01:22:53.930Z | Compiling pkg-config v0.3.30 |
475 | 2024-06-22T01:22:54.317Z | Compiling ucd-trie v0.1.6 |
476 | 2024-06-22T01:22:54.737Z | Compiling vcpkg v0.2.15 |
477 | 2024-06-22T01:22:54.990Z | Compiling cc v1.0.97 |
478 | 2024-06-22T01:22:55.347Z | Compiling slab v0.4.9 |
479 | 2024-06-22T01:22:55.394Z | Compiling futures-sink v0.3.30 |
480 | 2024-06-22T01:22:55.399Z | Compiling scopeguard v1.2.0 |
481 | 2024-06-22T01:22:55.580Z | Compiling smallvec v1.13.2 |
482 | 2024-06-22T01:22:55.609Z | Compiling bytes v1.6.0 |
483 | 2024-06-22T01:22:55.639Z | Compiling futures-core v0.3.30 |
484 | 2024-06-22T01:22:56.030Z | Compiling log v0.4.21 |
485 | 2024-06-22T01:22:56.050Z | Compiling equivalent v1.0.1 |
486 | 2024-06-22T01:22:56.165Z | Compiling fnv v1.0.7 |
487 | 2024-06-22T01:22:56.300Z | Compiling quote v1.0.36 |
488 | 2024-06-22T01:22:56.447Z | Compiling serde_json v1.0.117 |
489 | 2024-06-22T01:22:56.452Z | Compiling byteorder v1.5.0 |
490 | 2024-06-22T01:22:56.723Z | Compiling syn v2.0.64 |
491 | 2024-06-22T01:22:56.877Z | Compiling hashbrown v0.14.5 |
492 | 2024-06-22T01:22:56.898Z | Compiling mio v0.8.11 |
493 | 2024-06-22T01:22:56.948Z | Compiling num_cpus v1.16.0 |
494 | 2024-06-22T01:22:56.982Z | Compiling socket2 v0.5.7 |
495 | 2024-06-22T01:22:57.100Z | Compiling signal-hook-registry v1.4.2 |
496 | 2024-06-22T01:22:57.230Z | Compiling parking_lot v0.12.2 |
497 | 2024-06-22T01:22:57.791Z | Compiling futures-channel v0.3.30 |
498 | 2024-06-22T01:22:57.932Z | Compiling futures-task v0.3.30 |
499 | 2024-06-22T01:22:58.006Z | Compiling rustix v0.38.34 |
500 | 2024-06-22T01:22:58.162Z | Compiling indexmap v2.2.6 |
501 | 2024-06-22T01:22:58.220Z | Compiling futures-io v0.3.30 |
502 | 2024-06-22T01:22:58.274Z | Compiling typenum v1.17.0 |
503 | 2024-06-22T01:22:58.444Z | Compiling openssl-sys v0.9.102 |
504 | 2024-06-22T01:22:58.509Z | Compiling pin-utils v0.1.0 |
505 | 2024-06-22T01:22:58.571Z | Compiling errno v0.3.9 |
506 | 2024-06-22T01:22:58.615Z | Compiling generic-array v0.14.7 |
507 | 2024-06-22T01:22:58.791Z | Compiling foreign-types-shared v0.1.1 |
508 | 2024-06-22T01:22:58.854Z | Compiling slog v2.7.0 |
509 | 2024-06-22T01:22:58.904Z | Compiling openssl v0.10.64 |
510 | 2024-06-22T01:22:59.014Z | Compiling foreign-types v0.3.2 |
511 | 2024-06-22T01:23:02.701Z | Compiling http v0.2.12 |
512 | 2024-06-22T01:23:02.737Z | Compiling usdt-impl v0.5.0 |
513 | 2024-06-22T01:23:02.737Z | Compiling proc-macro-error-attr v1.0.4 |
514 | 2024-06-22T01:23:02.737Z | Compiling tracing-core v0.1.32 |
515 | 2024-06-22T01:23:02.737Z | Compiling time-core v0.1.2 |
516 | 2024-06-22T01:23:02.737Z | Compiling syn v1.0.109 |
517 | 2024-06-22T01:23:02.737Z | Compiling native-tls v0.2.11 |
518 | 2024-06-22T01:23:02.737Z | Compiling tinyvec_macros v0.1.1 |
519 | 2024-06-22T01:23:02.737Z | Compiling powerfmt v0.2.0 |
520 | 2024-06-22T01:23:02.737Z | Compiling httparse v1.8.0 |
521 | 2024-06-22T01:23:02.737Z | Compiling num-conv v0.1.0 |
522 | 2024-06-22T01:23:02.737Z | Compiling deranged v0.3.11 |
523 | 2024-06-22T01:23:02.737Z | Compiling time-macros v0.2.18 |
524 | 2024-06-22T01:23:02.737Z | Compiling tracing v0.1.40 |
525 | 2024-06-22T01:23:02.737Z | Compiling tinyvec v1.6.0 |
526 | 2024-06-22T01:23:02.737Z | Compiling thread-id v4.2.1 |
527 | 2024-06-22T01:23:02.738Z | Compiling proc-macro-error v1.0.4 |
528 | 2024-06-22T01:23:02.738Z | Compiling num_threads v0.1.7 |
529 | 2024-06-22T01:23:02.738Z | Compiling utf8parse v0.2.1 |
530 | 2024-06-22T01:23:02.738Z | Compiling heck v0.4.1 |
531 | 2024-06-22T01:23:02.738Z | Compiling percent-encoding v2.3.1 |
532 | 2024-06-22T01:23:02.745Z | Compiling openssl-probe v0.1.5 |
533 | 2024-06-22T01:23:02.745Z | Compiling plain v0.2.3 |
534 | 2024-06-22T01:23:02.754Z | Compiling try-lock v0.2.5 |
535 | 2024-06-22T01:23:02.781Z | Compiling rustversion v1.0.17 |
536 | 2024-06-22T01:23:02.804Z | Compiling crossbeam-utils v0.8.19 |
537 | 2024-06-22T01:23:02.857Z | Compiling unicode-normalization v0.1.23 |
538 | 2024-06-22T01:23:02.895Z | Compiling want v0.3.1 |
539 | 2024-06-22T01:23:02.898Z | Compiling form_urlencoded v1.2.1 |
540 | 2024-06-22T01:23:03.166Z | Compiling anstyle-parse v0.2.4 |
541 | 2024-06-22T01:23:03.498Z | Compiling http-body v0.4.6 |
542 | 2024-06-22T01:23:03.789Z | Compiling dirs-sys-next v0.1.2 |
543 | 2024-06-22T01:23:04.029Z | Compiling anstyle v1.0.7 |
544 | 2024-06-22T01:23:04.228Z | Compiling time v0.3.36 |
545 | 2024-06-22T01:23:04.231Z | Compiling pretty-hex v0.4.1 |
546 | 2024-06-22T01:23:04.272Z | Compiling colorchoice v1.0.1 |
547 | 2024-06-22T01:23:04.376Z | Compiling unicode-bidi v0.3.15 |
548 | 2024-06-22T01:23:04.431Z | Compiling httpdate v1.0.3 |
549 | 2024-06-22T01:23:04.453Z | Compiling is_terminal_polyfill v1.70.0 |
550 | 2024-06-22T01:23:04.488Z | Compiling crc32fast v1.4.0 |
551 | 2024-06-22T01:23:04.583Z | Compiling tower-service v0.3.2 |
552 | 2024-06-22T01:23:04.724Z | Compiling semver v1.0.23 |
553 | 2024-06-22T01:23:04.899Z | Compiling anstyle-query v1.0.3 |
554 | 2024-06-22T01:23:04.995Z | Compiling camino v1.1.7 |
555 | 2024-06-22T01:23:05.078Z | Compiling winnow v0.6.8 |
556 | 2024-06-22T01:23:05.320Z | Compiling idna v0.5.0 |
557 | 2024-06-22T01:23:05.594Z | Compiling anstream v0.6.14 |
558 | 2024-06-22T01:23:05.918Z | Compiling dirs-next v2.0.0 |
559 | 2024-06-22T01:23:06.942Z | Compiling block-buffer v0.10.4 |
560 | 2024-06-22T01:23:07.045Z | Compiling crypto-common v0.1.6 |
561 | 2024-06-22T01:23:07.190Z | Compiling terminal_size v0.3.0 |
562 | 2024-06-22T01:23:07.367Z | Compiling fs-err v2.11.0 |
563 | 2024-06-22T01:23:07.392Z | Compiling thread_local v1.1.8 |
564 | 2024-06-22T01:23:07.426Z | Compiling heck v0.5.0 |
565 | 2024-06-22T01:23:07.464Z | Compiling base64 v0.21.7 |
566 | 2024-06-22T01:23:07.637Z | Compiling clap_lex v0.7.0 |
567 | 2024-06-22T01:23:07.939Z | Compiling bytecount v0.6.8 |
568 | 2024-06-22T01:23:07.983Z | Compiling anyhow v1.0.86 |
569 | 2024-06-22T01:23:08.071Z | Compiling match_cfg v0.1.0 |
570 | 2024-06-22T01:23:08.147Z | Compiling strsim v0.11.1 |
571 | 2024-06-22T01:23:08.171Z | Compiling adler v1.0.2 |
572 | 2024-06-22T01:23:08.175Z | Compiling slog-async v2.8.0 |
573 | 2024-06-22T01:23:08.232Z | Compiling unicode-width v0.1.12 |
574 | 2024-06-22T01:23:08.395Z | Compiling papergrid v0.11.0 |
575 | 2024-06-22T01:23:08.453Z | Compiling clap_builder v4.5.2 |
576 | 2024-06-22T01:23:08.716Z | Compiling miniz_oxide v0.7.2 |
577 | 2024-06-22T01:23:08.745Z | Compiling hostname v0.3.1 |
578 | 2024-06-22T01:23:08.898Z | Compiling rustls-pemfile v1.0.4 |
579 | 2024-06-22T01:23:09.042Z | Compiling digest v0.10.7 |
580 | 2024-06-22T01:23:09.143Z | Compiling crossbeam-channel v0.5.12 |
581 | 2024-06-22T01:23:09.364Z | Compiling url v2.5.0 |
582 | 2024-06-22T01:23:09.448Z | Compiling term v0.7.0 |
583 | 2024-06-22T01:23:09.497Z | Compiling serde_derive v1.0.203 |
584 | 2024-06-22T01:23:10.179Z | Compiling thiserror-impl v1.0.60 |
585 | 2024-06-22T01:23:10.296Z | Compiling zerocopy-derive v0.7.34 |
586 | 2024-06-22T01:23:10.373Z | Compiling tokio-macros v2.2.0 |
587 | 2024-06-22T01:23:11.130Z | Compiling futures-macro v0.3.30 |
588 | 2024-06-22T01:23:11.347Z | Compiling openssl-macros v0.1.1 |
589 | 2024-06-22T01:23:12.095Z | Compiling scroll_derive v0.12.0 |
590 | 2024-06-22T01:23:12.116Z | Compiling tokio v1.37.0 |
591 | 2024-06-22T01:23:12.677Z | Compiling zerocopy v0.7.34 |
592 | 2024-06-22T01:23:13.231Z | Compiling futures-util v0.3.30 |
593 | 2024-06-22T01:23:13.589Z | Compiling scroll v0.12.0 |
594 | 2024-06-22T01:23:13.686Z | Compiling pest v2.7.10 |
595 | 2024-06-22T01:23:14.173Z | Compiling goblin v0.8.2 |
596 | 2024-06-22T01:23:14.330Z | Compiling tabled_derive v0.7.0 |
597 | 2024-06-22T01:23:16.654Z | Compiling pest_meta v2.7.10 |
598 | 2024-06-22T01:23:17.023Z | Compiling clap_derive v4.5.4 |
599 | 2024-06-22T01:23:19.264Z | Compiling pest_generator v2.7.10 |
600 | 2024-06-22T01:23:21.368Z | Compiling tokio-util v0.7.11 |
601 | 2024-06-22T01:23:22.032Z | Compiling pest_derive v2.7.10 |
602 | 2024-06-22T01:23:22.138Z | Compiling tokio-native-tls v0.3.1 |
603 | 2024-06-22T01:23:22.225Z | Compiling futures-executor v0.3.30 |
604 | 2024-06-22T01:23:22.411Z | Compiling h2 v0.3.26 |
605 | 2024-06-22T01:23:22.702Z | Compiling strum_macros v0.26.2 |
606 | 2024-06-22T01:23:22.862Z | Compiling dtrace-parser v0.2.0 |
607 | 2024-06-22T01:23:23.157Z | Compiling xattr v1.3.1 |
608 | 2024-06-22T01:23:23.442Z | Compiling memmap v0.7.0 |
609 | 2024-06-22T01:23:23.831Z | Compiling filetime v0.2.23 |
610 | 2024-06-22T01:23:24.196Z | Compiling is-terminal v0.4.12 |
611 | 2024-06-22T01:23:24.733Z | Compiling serde_tokenstream v0.2.0 |
612 | 2024-06-22T01:23:24.754Z | Compiling serde_spanned v0.6.6 |
613 | 2024-06-22T01:23:25.031Z | Compiling toml_datetime v0.6.6 |
614 | 2024-06-22T01:23:25.307Z | Compiling cargo-platform v0.1.8 |
615 | 2024-06-22T01:23:25.565Z | Compiling toml_edit v0.22.13 |
616 | 2024-06-22T01:23:26.094Z | Compiling dof v0.3.0 |
617 | 2024-06-22T01:23:27.057Z | Compiling hyper v0.14.28 |
618 | 2024-06-22T01:23:27.787Z | Compiling slog-json v2.6.1 |
619 | 2024-06-22T01:23:27.955Z | Compiling serde_urlencoded v0.7.1 |
620 | 2024-06-22T01:23:28.163Z | Compiling encoding_rs v0.8.34 |
621 | 2024-06-22T01:23:28.294Z | Compiling ipnet v2.9.0 |
622 | 2024-06-22T01:23:28.485Z | Compiling sync_wrapper v0.1.2 |
623 | 2024-06-22T01:23:28.625Z | Compiling cpufeatures v0.2.12 |
624 | 2024-06-22T01:23:28.736Z | Compiling toml v0.8.13 |
625 | 2024-06-22T01:23:28.762Z | Compiling take_mut v0.2.2 |
626 | 2024-06-22T01:23:28.926Z | Compiling mime v0.3.17 |
627 | 2024-06-22T01:23:29.386Z | Compiling usdt-macro v0.5.0 |
628 | 2024-06-22T01:23:29.513Z | Compiling usdt-attr-macro v0.5.0 |
629 | 2024-06-22T01:23:29.673Z | Compiling cargo_toml v0.20.2 |
630 | 2024-06-22T01:23:30.543Z | Compiling sha2 v0.10.8 |
631 | 2024-06-22T01:23:30.710Z | Compiling slog-bunyan v2.5.0 |
632 | 2024-06-22T01:23:30.805Z | Compiling hyper-tls v0.5.0 |
633 | 2024-06-22T01:23:30.914Z | Compiling strum v0.26.2 |
634 | 2024-06-22T01:23:31.014Z | Compiling usdt v0.5.0 |
635 | 2024-06-22T01:23:31.099Z | Compiling reqwest v0.11.27 |
636 | 2024-06-22T01:23:31.145Z | Compiling cargo_metadata v0.18.1 |
637 | 2024-06-22T01:23:31.505Z | Compiling macaddr v1.0.1 |
638 | 2024-06-22T01:23:31.969Z | Compiling slog-term v2.9.1 |
639 | 2024-06-22T01:23:32.773Z | Compiling tar v0.4.40 |
640 | 2024-06-22T01:23:33.205Z | Compiling flate2 v1.0.30 |
641 | 2024-06-22T01:23:33.271Z | Compiling futures v0.3.30 |
642 | 2024-06-22T01:23:33.394Z | Compiling clap v4.5.4 |
643 | 2024-06-22T01:23:33.525Z | Compiling tabled v0.15.0 |
644 | 2024-06-22T01:23:34.174Z | Compiling md5 v0.7.0 |
645 | 2024-06-22T01:23:34.562Z | Compiling swrite v0.1.0 |
646 | 2024-06-22T01:23:38.254Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
647 | 2024-06-22T01:23:45.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
648 | 2024-06-22T01:23:45.604Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
649 | 2024-06-22T01:23:45.662Z | Jun 22 01:23:45.248 INFO Starting download, target: Cockroach |
650 | 2024-06-22T01:23:45.662Z | Jun 22 01:23:45.249 INFO Starting download, target: Clickhouse |
651 | 2024-06-22T01:23:45.662Z | Jun 22 01:23:45.249 INFO Starting download, target: Console |
652 | 2024-06-22T01:23:45.662Z | Jun 22 01:23:45.249 INFO Starting download, target: DendriteOpenapi |
653 | 2024-06-22T01:23:45.662Z | Jun 22 01:23:45.249 INFO Starting download, target: DendriteStub |
654 | 2024-06-22T01:23:45.665Z | Jun 22 01:23:45.249 INFO Starting download, target: MaghemiteMgd |
655 | 2024-06-22T01:23:45.665Z | Jun 22 01:23:45.249 INFO Starting download, target: TransceiverControl |
656 | 2024-06-22T01:23:45.665Z | Jun 22 01:23:45.250 INFO Downloading out/downloads/dpd-861c00bacbdf7a6e22471f0dabd8f926409b5292.json (attempt 1/3), target: DendriteOpenapi |
657 | 2024-06-22T01:23:45.665Z | Jun 22 01:23:45.250 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
658 | 2024-06-22T01:23:45.665Z | Jun 22 01:23:45.250 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
659 | 2024-06-22T01:23:45.665Z | Jun 22 01:23:45.250 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
660 | 2024-06-22T01:23:45.665Z | Jun 22 01:23:45.250 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
661 | 2024-06-22T01:23:45.665Z | Jun 22 01:23:45.250 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
662 | 2024-06-22T01:23:45.665Z | Jun 22 01:23:45.250 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
663 | 2024-06-22T01:23:45.818Z | Jun 22 01:23:45.403 INFO Download complete, target: DendriteOpenapi |
664 | 2024-06-22T01:23:46.072Z | Jun 22 01:23:45.646 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
665 | 2024-06-22T01:23:46.250Z | Jun 22 01:23:45.812 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
666 | 2024-06-22T01:23:46.455Z | Jun 22 01:23:46.040 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
667 | 2024-06-22T01:23:46.507Z | Jun 22 01:23:46.086 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
668 | 2024-06-22T01:23:46.627Z | Jun 22 01:23:46.213 INFO Download complete, target: Console |
669 | 2024-06-22T01:23:46.874Z | Jun 22 01:23:46.450 INFO Download complete, target: TransceiverControl |
670 | 2024-06-22T01:23:47.891Z | Jun 22 01:23:47.477 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
671 | 2024-06-22T01:23:49.553Z | Jun 22 01:23:49.139 INFO Download complete, target: DendriteStub |
672 | 2024-06-22T01:23:49.663Z | Jun 22 01:23:49.249 INFO Download complete, target: MaghemiteMgd |
673 | 2024-06-22T01:23:51.450Z | Jun 22 01:23:51.037 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
674 | 2024-06-22T01:23:51.450Z | Jun 22 01:23:51.037 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
675 | 2024-06-22T01:24:00.113Z | Jun 22 01:23:59.699 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
676 | 2024-06-22T01:24:00.428Z | Jun 22 01:24:00.014 INFO Checking that binary works, target: Cockroach |
677 | 2024-06-22T01:24:00.667Z | Jun 22 01:24:00.252 INFO Download complete, target: Cockroach |
678 | 2024-06-22T01:24:02.887Z | Jun 22 01:24:02.414 INFO Checking that binary works, target: Clickhouse |
679 | 2024-06-22T01:24:03.386Z | Jun 22 01:24:02.935 INFO Download complete, target: Clickhouse |
680 | 2024-06-22T01:24:03.427Z | All prerequisites installed successfully |
681 | 2024-06-22T01:24:03.428Z | |
682 | 2024-06-22T01:24:03.430Z | real 3:00.867425981 |
683 | 2024-06-22T01:24:03.430Z | user 5:45.219036960 |
684 | 2024-06-22T01:24:03.430Z | sys 1:18.328321934 |
685 | 2024-06-22T01:24:03.430Z | trap 0.196473981 |
686 | 2024-06-22T01:24:03.430Z | tflt 4.442599837 |
687 | 2024-06-22T01:24:03.430Z | dflt 6.096802539 |
688 | 2024-06-22T01:24:03.430Z | kflt 0.170216264 |
689 | 2024-06-22T01:24:03.430Z | lock 13:20.385808209 |
690 | 2024-06-22T01:24:03.431Z | slp 18:29.347761564 |
691 | 2024-06-22T01:24:03.431Z | lat 18.873243978 |
692 | 2024-06-22T01:24:03.431Z | stop 1:02.044968333 |
693 | 2024-06-22T01:24:03.431Z | + ptime -m cargo xtask download softnpu |
694 | 2024-06-22T01:24:03.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
695 | 2024-06-22T01:24:03.963Z | Running `target/debug/xtask download softnpu` |
696 | 2024-06-22T01:24:03.972Z | Jun 22 01:24:03.554 INFO Starting download, target: Softnpu |
697 | 2024-06-22T01:24:03.978Z | Jun 22 01:24:03.555 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
698 | 2024-06-22T01:24:04.698Z | Jun 22 01:24:04.283 INFO Download complete, target: Softnpu |
699 | 2024-06-22T01:24:04.701Z | |
700 | 2024-06-22T01:24:04.705Z | real 1.336973383 |
701 | 2024-06-22T01:24:04.705Z | user 0.613195068 |
702 | 2024-06-22T01:24:04.705Z | sys 0.303311654 |
703 | 2024-06-22T01:24:04.705Z | trap 0.001103986 |
704 | 2024-06-22T01:24:04.705Z | tflt 0.000055045 |
705 | 2024-06-22T01:24:04.705Z | dflt 0.000093562 |
706 | 2024-06-22T01:24:04.705Z | kflt 0.000000000 |
707 | 2024-06-22T01:24:04.705Z | lock 8.027077481 |
708 | 2024-06-22T01:24:04.705Z | slp 0.674422266 |
709 | 2024-06-22T01:24:04.705Z | lat 0.077096931 |
710 | 2024-06-22T01:24:04.705Z | stop 0.000258124 |
711 | 2024-06-22T01:24:04.705Z | + export CARGO_INCREMENTAL=0 |
712 | 2024-06-22T01:24:04.706Z | + CARGO_INCREMENTAL=0 |
713 | 2024-06-22T01:24:04.706Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
714 | 2024-06-22T01:24:05.243Z | Downloading crates ... |
715 | 2024-06-22T01:24:05.407Z | Downloaded arrayref v0.3.7 |
716 | 2024-06-22T01:24:05.413Z | Downloaded addr2line v0.21.0 |
717 | 2024-06-22T01:24:05.417Z | Downloaded ahash v0.8.11 |
718 | 2024-06-22T01:24:05.421Z | Downloaded ciborium-io v0.2.2 |
719 | 2024-06-22T01:24:05.424Z | Downloaded atomicwrites v0.4.3 |
720 | 2024-06-22T01:24:05.433Z | Downloaded crunchy v0.2.2 |
721 | 2024-06-22T01:24:05.438Z | Downloaded cstr-argument v0.1.2 |
722 | 2024-06-22T01:24:05.442Z | Downloaded camino-tempfile v1.1.1 |
723 | 2024-06-22T01:24:05.445Z | Downloaded allocator-api2 v0.2.18 |
724 | 2024-06-22T01:24:05.445Z | Downloaded convert_case v0.4.0 |
725 | 2024-06-22T01:24:05.448Z | Downloaded bitflags v1.3.2 |
726 | 2024-06-22T01:24:05.452Z | Downloaded async-stream v0.3.5 |
727 | 2024-06-22T01:24:05.452Z | Downloaded crossbeam-deque v0.8.5 |
728 | 2024-06-22T01:24:05.455Z | Downloaded cipher v0.4.4 |
729 | 2024-06-22T01:24:05.460Z | Downloaded aead v0.5.2 |
730 | 2024-06-22T01:24:05.460Z | Downloaded corncobs v0.1.3 |
731 | 2024-06-22T01:24:05.464Z | Downloaded opaque-debug v0.3.1 |
732 | 2024-06-22T01:24:05.464Z | Downloaded path-slash v0.1.5 |
733 | 2024-06-22T01:24:05.464Z | Downloaded normalize-line-endings v0.3.0 |
734 | 2024-06-22T01:24:05.464Z | Downloaded cobs v0.2.3 |
735 | 2024-06-22T01:24:05.469Z | Downloaded cassowary v0.3.0 |
736 | 2024-06-22T01:24:05.469Z | Downloaded bb8 v0.8.3 |
737 | 2024-06-22T01:24:05.469Z | Downloaded base16ct v0.2.0 |
738 | 2024-06-22T01:24:05.473Z | Downloaded backoff v0.4.0 |
739 | 2024-06-22T01:24:05.473Z | Downloaded block-padding v0.3.3 |
740 | 2024-06-22T01:24:05.473Z | Downloaded derive_builder_macro v0.20.0 |
741 | 2024-06-22T01:24:05.473Z | Downloaded new_debug_unreachable v1.0.6 |
742 | 2024-06-22T01:24:05.478Z | Downloaded curve25519-dalek-derive v0.1.1 |
743 | 2024-06-22T01:24:05.478Z | Downloaded array-init v0.0.4 |
744 | 2024-06-22T01:24:05.478Z | Downloaded darling_macro v0.20.9 |
745 | 2024-06-22T01:24:05.478Z | Downloaded bitstruct v0.1.1 |
746 | 2024-06-22T01:24:05.481Z | Downloaded atty v0.2.14 |
747 | 2024-06-22T01:24:05.481Z | Downloaded data-encoding v2.6.0 |
748 | 2024-06-22T01:24:05.481Z | Downloaded portpicker v0.1.1 |
749 | 2024-06-22T01:24:05.484Z | Downloaded defmt-macros v0.3.9 |
750 | 2024-06-22T01:24:05.484Z | Downloaded number_prefix v0.4.0 |
751 | 2024-06-22T01:24:05.487Z | Downloaded async-stream-impl v0.3.5 |
752 | 2024-06-22T01:24:05.487Z | Downloaded crucible-workspace-hack v0.1.0 |
753 | 2024-06-22T01:24:05.487Z | Downloaded cexpr v0.6.0 |
754 | 2024-06-22T01:24:05.490Z | Downloaded assert_matches v1.5.0 |
755 | 2024-06-22T01:24:05.490Z | Downloaded cfg_aliases v0.1.1 |
756 | 2024-06-22T01:24:05.493Z | Downloaded quick-error v1.2.3 |
757 | 2024-06-22T01:24:05.494Z | Downloaded psl-types v2.0.11 |
758 | 2024-06-22T01:24:05.499Z | Downloaded phf v0.11.2 |
759 | 2024-06-22T01:24:05.502Z | Downloaded predicates-tree v1.0.9 |
760 | 2024-06-22T01:24:05.503Z | Downloaded olpc-cjson v0.1.3 |
761 | 2024-06-22T01:24:05.505Z | Downloaded ppv-lite86 v0.2.17 |
762 | 2024-06-22T01:24:05.505Z | Downloaded csv-core v0.1.11 |
763 | 2024-06-22T01:24:05.508Z | Downloaded argon2 v0.5.3 |
764 | 2024-06-22T01:24:05.508Z | Downloaded num_enum v0.5.11 |
765 | 2024-06-22T01:24:05.513Z | Downloaded debug-ignore v1.0.5 |
766 | 2024-06-22T01:24:05.516Z | Downloaded rand_xorshift v0.3.0 |
767 | 2024-06-22T01:24:05.516Z | Downloaded predicates v3.1.0 |
768 | 2024-06-22T01:24:05.519Z | Downloaded phf_shared v0.11.2 |
769 | 2024-06-22T01:24:05.522Z | Downloaded castaway v0.2.2 |
770 | 2024-06-22T01:24:05.522Z | Downloaded constant_time_eq v0.3.0 |
771 | 2024-06-22T01:24:05.526Z | Downloaded pem v3.0.4 |
772 | 2024-06-22T01:24:05.526Z | Downloaded num-integer v0.1.46 |
773 | 2024-06-22T01:24:05.529Z | Downloaded phf_shared v0.10.0 |
774 | 2024-06-22T01:24:05.530Z | Downloaded derive_builder_core v0.20.0 |
775 | 2024-06-22T01:24:05.530Z | Downloaded chacha20 v0.9.1 |
776 | 2024-06-22T01:24:05.534Z | Downloaded which v4.4.2 |
777 | 2024-06-22T01:24:05.534Z | Downloaded arrayvec v0.7.4 |
778 | 2024-06-22T01:24:05.536Z | Downloaded newtype_derive v0.1.6 |
779 | 2024-06-22T01:24:05.536Z | Downloaded display-error-chain v0.2.0 |
780 | 2024-06-22T01:24:05.539Z | Downloaded r2d2 v0.8.10 |
781 | 2024-06-22T01:24:05.539Z | Downloaded newline-converter v0.3.0 |
782 | 2024-06-22T01:24:05.539Z | Downloaded parse-display-derive v0.9.0 |
783 | 2024-06-22T01:24:05.543Z | Downloaded nodrop v0.1.14 |
784 | 2024-06-22T01:24:05.543Z | Downloaded buf-list v1.0.3 |
785 | 2024-06-22T01:24:05.546Z | Downloaded rand_core v0.6.4 |
786 | 2024-06-22T01:24:05.546Z | Downloaded crc-catalog v2.4.0 |
787 | 2024-06-22T01:24:05.549Z | Downloaded resolv-conf v0.7.0 |
788 | 2024-06-22T01:24:05.549Z | Downloaded ref-cast v1.0.23 |
789 | 2024-06-22T01:24:05.552Z | Downloaded colored v2.1.0 |
790 | 2024-06-22T01:24:05.555Z | Downloaded defmt v0.3.8 |
791 | 2024-06-22T01:24:05.559Z | Downloaded precomputed-hash v0.1.1 |
792 | 2024-06-22T01:24:05.559Z | Downloaded poly1305 v0.8.0 |
793 | 2024-06-22T01:24:05.562Z | Downloaded parse-size v1.0.0 |
794 | 2024-06-22T01:24:05.562Z | Downloaded cookie v0.18.1 |
795 | 2024-06-22T01:24:05.565Z | Downloaded const_format_proc_macros v0.2.32 |
796 | 2024-06-22T01:24:05.569Z | Downloaded pretty-hex v0.2.1 |
797 | 2024-06-22T01:24:05.569Z | Downloaded hubpack_derive v0.1.1 |
798 | 2024-06-22T01:24:05.569Z | Downloaded parse-display v0.9.0 |
799 | 2024-06-22T01:24:05.572Z | Downloaded is_ci v1.2.0 |
800 | 2024-06-22T01:24:05.572Z | Downloaded instant v0.1.12 |
801 | 2024-06-22T01:24:05.572Z | Downloaded postgres-protocol v0.6.6 |
802 | 2024-06-22T01:24:05.575Z | Downloaded pin-project-internal v1.1.5 |
803 | 2024-06-22T01:24:05.581Z | Downloaded pem-rfc7468 v0.7.0 |
804 | 2024-06-22T01:24:05.581Z | Downloaded unarray v0.1.4 |
805 | 2024-06-22T01:24:05.584Z | Downloaded platforms v3.4.0 |
806 | 2024-06-22T01:24:05.584Z | Downloaded num-rational v0.4.2 |
807 | 2024-06-22T01:24:05.584Z | Downloaded password-hash v0.5.0 |
808 | 2024-06-22T01:24:05.587Z | Downloaded bcs v0.1.6 |
809 | 2024-06-22T01:24:05.587Z | Downloaded diesel_table_macro_syntax v0.1.0 |
810 | 2024-06-22T01:24:05.587Z | Downloaded num_enum_derive v0.5.11 |
811 | 2024-06-22T01:24:05.590Z | Downloaded predicates-core v1.0.6 |
812 | 2024-06-22T01:24:05.591Z | Downloaded derive-where v1.2.7 |
813 | 2024-06-22T01:24:05.594Z | Downloaded whoami v1.5.1 |
814 | 2024-06-22T01:24:05.597Z | Downloaded cookie v0.17.0 |
815 | 2024-06-22T01:24:05.598Z | Downloaded paste v1.0.15 |
816 | 2024-06-22T01:24:05.601Z | Downloaded difflib v0.4.0 |
817 | 2024-06-22T01:24:05.604Z | Downloaded parking_lot_core v0.8.6 |
818 | 2024-06-22T01:24:05.604Z | Downloaded radium v0.7.0 |
819 | 2024-06-22T01:24:05.607Z | Downloaded pkcs8 v0.10.2 |
820 | 2024-06-22T01:24:05.607Z | Downloaded packed_struct v0.10.1 |
821 | 2024-06-22T01:24:05.610Z | Downloaded vte_generate_state_changes v0.1.1 |
822 | 2024-06-22T01:24:05.610Z | Downloaded fixedbitset v0.4.2 |
823 | 2024-06-22T01:24:05.613Z | Downloaded fastrand v2.1.0 |
824 | 2024-06-22T01:24:05.613Z | Downloaded der_derive v0.7.2 |
825 | 2024-06-22T01:24:05.616Z | Downloaded cookie_store v0.20.0 |
826 | 2024-06-22T01:24:05.616Z | Downloaded blake2 v0.10.6 |
827 | 2024-06-22T01:24:05.619Z | Downloaded ipnetwork v0.20.0 |
828 | 2024-06-22T01:24:05.622Z | Downloaded rand_seeder v0.2.3 |
829 | 2024-06-22T01:24:05.625Z | Downloaded rand_chacha v0.3.1 |
830 | 2024-06-22T01:24:05.625Z | Downloaded peg v0.8.3 |
831 | 2024-06-22T01:24:05.628Z | Downloaded hubpack v0.1.2 |
832 | 2024-06-22T01:24:05.631Z | Downloaded ref-cast-impl v1.0.23 |
833 | 2024-06-22T01:24:05.631Z | Downloaded foreign-types-shared v0.3.1 |
834 | 2024-06-22T01:24:05.631Z | Downloaded memoffset v0.9.1 |
835 | 2024-06-22T01:24:05.634Z | Downloaded glob v0.3.1 |
836 | 2024-06-22T01:24:05.634Z | Downloaded nibble_vec v0.1.0 |
837 | 2024-06-22T01:24:05.637Z | Downloaded compact_str v0.7.1 |
838 | 2024-06-22T01:24:05.640Z | Downloaded num-iter v0.1.45 |
839 | 2024-06-22T01:24:05.640Z | Downloaded oso v0.27.3 |
840 | 2024-06-22T01:24:05.643Z | Downloaded derive_more v0.99.17 |
841 | 2024-06-22T01:24:05.647Z | Downloaded foreign-types-macros v0.2.3 |
842 | 2024-06-22T01:24:05.650Z | Downloaded zone_cfg_derive v0.1.2 |
843 | 2024-06-22T01:24:05.650Z | Downloaded secrecy v0.8.0 |
844 | 2024-06-22T01:24:05.651Z | Downloaded peg-macros v0.8.3 |
845 | 2024-06-22T01:24:05.653Z | Downloaded parking_lot v0.11.2 |
846 | 2024-06-22T01:24:05.656Z | Downloaded serde_path_to_error v0.1.16 |
847 | 2024-06-22T01:24:05.656Z | Downloaded darling_core v0.20.9 |
848 | 2024-06-22T01:24:05.661Z | Downloaded maplit v1.0.2 |
849 | 2024-06-22T01:24:05.665Z | Downloaded termtree v0.4.1 |
850 | 2024-06-22T01:24:05.665Z | Downloaded base64 v0.22.1 |
851 | 2024-06-22T01:24:05.668Z | Downloaded smf v0.2.3 |
852 | 2024-06-22T01:24:05.671Z | Downloaded termcolor v1.4.1 |
853 | 2024-06-22T01:24:05.671Z | Downloaded serde-big-array v0.4.1 |
854 | 2024-06-22T01:24:05.671Z | Downloaded sha1 v0.10.6 |
855 | 2024-06-22T01:24:05.675Z | Downloaded sigpipe v0.1.3 |
856 | 2024-06-22T01:24:05.675Z | Downloaded same-file v1.0.6 |
857 | 2024-06-22T01:24:05.678Z | Downloaded tokio-rustls v0.24.1 |
858 | 2024-06-22T01:24:05.678Z | Downloaded crossbeam-epoch v0.9.18 |
859 | 2024-06-22T01:24:05.681Z | Downloaded clang-sys v1.7.0 |
860 | 2024-06-22T01:24:05.684Z | Downloaded float-cmp v0.9.0 |
861 | 2024-06-22T01:24:05.684Z | Downloaded slog-envlogger v2.2.0 |
862 | 2024-06-22T01:24:05.687Z | Downloaded postgres-types v0.2.6 |
863 | 2024-06-22T01:24:05.690Z | Downloaded mime_guess v2.0.4 |
864 | 2024-06-22T01:24:05.690Z | Downloaded structmeta-derive v0.3.0 |
865 | 2024-06-22T01:24:05.693Z | Downloaded base64 v0.13.1 |
866 | 2024-06-22T01:24:05.697Z | Downloaded der v0.7.9 |
867 | 2024-06-22T01:24:05.701Z | Downloaded structmeta-derive v0.2.0 |
868 | 2024-06-22T01:24:05.701Z | Downloaded stability v0.2.0 |
869 | 2024-06-22T01:24:05.701Z | Downloaded sqlparser_derive v0.2.2 |
870 | 2024-06-22T01:24:05.704Z | Downloaded rustc-demangle v0.1.24 |
871 | 2024-06-22T01:24:05.704Z | Downloaded md-5 v0.10.6 |
872 | 2024-06-22T01:24:05.707Z | Downloaded rustc-hash v1.1.0 |
873 | 2024-06-22T01:24:05.707Z | Downloaded diff v0.1.13 |
874 | 2024-06-22T01:24:05.710Z | Downloaded const_format v0.2.32 |
875 | 2024-06-22T01:24:05.714Z | Downloaded prettyplease v0.2.20 |
876 | 2024-06-22T01:24:05.717Z | Downloaded fd-lock v4.0.2 |
877 | 2024-06-22T01:24:05.720Z | Downloaded static_assertions v1.1.0 |
878 | 2024-06-22T01:24:05.723Z | Downloaded foreign-types v0.5.0 |
879 | 2024-06-22T01:24:05.723Z | Downloaded chacha20poly1305 v0.10.1 |
880 | 2024-06-22T01:24:05.726Z | Downloaded rtoolbox v0.0.2 |
881 | 2024-06-22T01:24:05.726Z | Downloaded rpassword v7.3.1 |
882 | 2024-06-22T01:24:05.726Z | Downloaded tokio-tungstenite v0.21.0 |
883 | 2024-06-22T01:24:05.728Z | Downloaded tempfile v3.10.1 |
884 | 2024-06-22T01:24:05.731Z | Downloaded tokio-stream v0.1.15 |
885 | 2024-06-22T01:24:05.734Z | Downloaded humantime v2.1.0 |
886 | 2024-06-22T01:24:05.739Z | Downloaded topological-sort v0.2.2 |
887 | 2024-06-22T01:24:05.742Z | Downloaded ed25519 v1.5.3 |
888 | 2024-06-22T01:24:05.742Z | Downloaded dyn-clone v1.0.17 |
889 | 2024-06-22T01:24:05.742Z | Downloaded pkcs1 v0.7.5 |
890 | 2024-06-22T01:24:05.745Z | Downloaded lru v0.12.3 |
891 | 2024-06-22T01:24:05.747Z | Downloaded linked-hash-map v0.5.6 |
892 | 2024-06-22T01:24:05.747Z | Downloaded postcard v1.0.8 |
893 | 2024-06-22T01:24:05.750Z | Downloaded num-traits v0.2.19 |
894 | 2024-06-22T01:24:05.759Z | Downloaded rustc_version v0.4.0 |
895 | 2024-06-22T01:24:05.763Z | Downloaded serde_repr v0.1.19 |
896 | 2024-06-22T01:24:05.766Z | Downloaded tabwriter v1.4.0 |
897 | 2024-06-22T01:24:05.766Z | Downloaded waitgroup v0.1.2 |
898 | 2024-06-22T01:24:05.766Z | Downloaded supports-color v3.0.0 |
899 | 2024-06-22T01:24:05.769Z | Downloaded serde_plain v1.0.2 |
900 | 2024-06-22T01:24:05.769Z | Downloaded tls_codec v0.4.1 |
901 | 2024-06-22T01:24:05.771Z | Downloaded thiserror-no-std v2.0.2 |
902 | 2024-06-22T01:24:05.775Z | Downloaded tls_codec_derive v0.4.1 |
903 | 2024-06-22T01:24:05.779Z | Downloaded ff v0.13.0 |
904 | 2024-06-22T01:24:05.779Z | Downloaded fallible-iterator v0.2.0 |
905 | 2024-06-22T01:24:05.779Z | Downloaded kstat-rs v0.2.3 |
906 | 2024-06-22T01:24:05.782Z | Downloaded funty v2.0.0 |
907 | 2024-06-22T01:24:05.782Z | Downloaded fragile v2.0.0 |
908 | 2024-06-22T01:24:05.785Z | Downloaded erased-serde v0.3.31 |
909 | 2024-06-22T01:24:05.785Z | Downloaded snafu-derive v0.8.2 |
910 | 2024-06-22T01:24:05.788Z | Downloaded matches v0.1.10 |
911 | 2024-06-22T01:24:05.788Z | Downloaded endian-type v0.1.2 |
912 | 2024-06-22T01:24:05.788Z | Downloaded omicron-zone-package v0.11.0 |
913 | 2024-06-22T01:24:05.791Z | Downloaded rcgen v0.12.1 |
914 | 2024-06-22T01:24:05.794Z | Downloaded signal-hook-tokio v0.3.1 |
915 | 2024-06-22T01:24:05.796Z | Downloaded thiserror-impl-no-std v2.0.2 |
916 | 2024-06-22T01:24:05.796Z | Downloaded scheduled-thread-pool v0.2.7 |
917 | 2024-06-22T01:24:05.800Z | Downloaded tiny-keccak v2.0.2 |
918 | 2024-06-22T01:24:05.802Z | Downloaded siphasher v0.3.11 |
919 | 2024-06-22T01:24:05.803Z | Downloaded embedded-io v0.4.0 |
920 | 2024-06-22T01:24:05.806Z | Downloaded half v2.4.1 |
921 | 2024-06-22T01:24:05.806Z | Downloaded headers v0.3.9 |
922 | 2024-06-22T01:24:05.811Z | Downloaded lru-cache v0.1.2 |
923 | 2024-06-22T01:24:05.813Z | Downloaded strum_macros v0.25.3 |
924 | 2024-06-22T01:24:05.816Z | Downloaded serde_derive_internals v0.29.1 |
925 | 2024-06-22T01:24:05.816Z | Downloaded spin v0.5.2 |
926 | 2024-06-22T01:24:05.819Z | Downloaded libloading v0.8.3 |
927 | 2024-06-22T01:24:05.819Z | Downloaded hyper-rustls v0.24.2 |
928 | 2024-06-22T01:24:05.822Z | Downloaded highway v1.1.0 |
929 | 2024-06-22T01:24:05.824Z | Downloaded tap v1.0.1 |
930 | 2024-06-22T01:24:05.824Z | Downloaded env_logger v0.9.3 |
931 | 2024-06-22T01:24:05.827Z | Downloaded uzers v0.11.3 |
932 | 2024-06-22T01:24:05.831Z | Downloaded zone v0.1.8 |
933 | 2024-06-22T01:24:05.831Z | Downloaded termios v0.3.3 |
934 | 2024-06-22T01:24:05.831Z | Downloaded toml v0.5.11 |
935 | 2024-06-22T01:24:05.833Z | Downloaded crypto-bigint v0.5.5 |
936 | 2024-06-22T01:24:05.839Z | Downloaded managed v0.8.0 |
937 | 2024-06-22T01:24:05.842Z | Downloaded memmap2 v0.9.4 |
938 | 2024-06-22T01:24:05.844Z | Downloaded test-strategy v0.3.1 |
939 | 2024-06-22T01:24:05.847Z | Downloaded tui-tree-widget v0.19.0 |
940 | 2024-06-22T01:24:05.847Z | Downloaded snafu v0.8.2 |
941 | 2024-06-22T01:24:05.853Z | Downloaded ena v0.14.3 |
942 | 2024-06-22T01:24:05.857Z | Downloaded mockall v0.12.1 |
943 | 2024-06-22T01:24:05.857Z | Downloaded maybe-uninit v2.0.0 |
944 | 2024-06-22T01:24:05.857Z | Downloaded ident_case v1.0.1 |
945 | 2024-06-22T01:24:05.861Z | Downloaded indoc v2.0.5 |
946 | 2024-06-22T01:24:05.861Z | Downloaded stringprep v0.1.4 |
947 | 2024-06-22T01:24:05.864Z | Downloaded pin-project v1.1.5 |
948 | 2024-06-22T01:24:05.872Z | Downloaded universal-hash v0.5.1 |
949 | 2024-06-22T01:24:05.875Z | Downloaded hmac v0.12.1 |
950 | 2024-06-22T01:24:05.875Z | Downloaded rand v0.8.5 |
951 | 2024-06-22T01:24:05.879Z | Downloaded unicode-xid v0.2.4 |
952 | 2024-06-22T01:24:05.883Z | Downloaded hash32 v0.2.1 |
953 | 2024-06-22T01:24:05.883Z | Downloaded getopts v0.2.21 |
954 | 2024-06-22T01:24:05.883Z | Downloaded ron v0.8.1 |
955 | 2024-06-22T01:24:05.888Z | Downloaded fxhash v0.2.1 |
956 | 2024-06-22T01:24:05.892Z | Downloaded schemars_derive v0.8.20 |
957 | 2024-06-22T01:24:05.892Z | Downloaded serde-hex v0.1.0 |
958 | 2024-06-22T01:24:05.892Z | Downloaded slog-dtrace v0.3.0 |
959 | 2024-06-22T01:24:05.897Z | Downloaded spki v0.7.3 |
960 | 2024-06-22T01:24:05.897Z | Downloaded headers-core v0.2.0 |
961 | 2024-06-22T01:24:05.897Z | Downloaded rustls-pemfile v2.1.2 |
962 | 2024-06-22T01:24:05.908Z | Downloaded string_cache v0.8.7 |
963 | 2024-06-22T01:24:05.908Z | Downloaded serde-big-array v0.5.1 |
964 | 2024-06-22T01:24:05.908Z | Downloaded untrusted v0.9.0 |
965 | 2024-06-22T01:24:05.908Z | Downloaded sqlformat v0.2.3 |
966 | 2024-06-22T01:24:05.915Z | Downloaded zeroize_derive v1.4.2 |
967 | 2024-06-22T01:24:05.915Z | Downloaded zeroize v1.7.0 |
968 | 2024-06-22T01:24:05.915Z | Downloaded hex v0.4.3 |
969 | 2024-06-22T01:24:05.915Z | Downloaded crossterm v0.27.0 |
970 | 2024-06-22T01:24:05.915Z | Downloaded shlex v1.3.0 |
971 | 2024-06-22T01:24:05.920Z | Downloaded downcast v0.11.0 |
972 | 2024-06-22T01:24:05.920Z | Downloaded indoc v1.0.9 |
973 | 2024-06-22T01:24:05.921Z | Downloaded tracing-attributes v0.1.27 |
974 | 2024-06-22T01:24:05.925Z | Downloaded subtle v2.5.0 |
975 | 2024-06-22T01:24:05.925Z | Downloaded group v0.13.0 |
976 | 2024-06-22T01:24:05.925Z | Downloaded either v1.12.0 |
977 | 2024-06-22T01:24:05.925Z | Downloaded hashbrown v0.13.2 |
978 | 2024-06-22T01:24:05.928Z | Downloaded unicase v2.7.0 |
979 | 2024-06-22T01:24:05.931Z | Downloaded samael v0.0.15 |
980 | 2024-06-22T01:24:05.935Z | Downloaded fatfs v0.3.6 |
981 | 2024-06-22T01:24:05.938Z | Downloaded indexmap v1.9.3 |
982 | 2024-06-22T01:24:05.951Z | Downloaded libefi-sys v0.1.0 |
983 | 2024-06-22T01:24:05.951Z | Downloaded hash32 v0.3.1 |
984 | 2024-06-22T01:24:05.951Z | Downloaded gethostname v0.4.3 |
985 | 2024-06-22T01:24:05.951Z | Downloaded structmeta v0.2.0 |
986 | 2024-06-22T01:24:05.951Z | Downloaded spin v0.9.8 |
987 | 2024-06-22T01:24:05.951Z | Downloaded toml v0.7.8 |
988 | 2024-06-22T01:24:05.951Z | Downloaded flume v0.11.0 |
989 | 2024-06-22T01:24:05.956Z | Downloaded slog-stdlog v4.1.1 |
990 | 2024-06-22T01:24:05.956Z | Downloaded wait-timeout v0.2.0 |
991 | 2024-06-22T01:24:05.956Z | Downloaded rustls-pki-types v1.7.0 |
992 | 2024-06-22T01:24:05.960Z | Downloaded unicode-linebreak v0.1.5 |
993 | 2024-06-22T01:24:05.963Z | Downloaded diesel_derives v2.1.4 |
994 | 2024-06-22T01:24:05.963Z | Downloaded sct v0.7.1 |
995 | 2024-06-22T01:24:05.966Z | Downloaded multimap v0.10.0 |
996 | 2024-06-22T01:24:05.969Z | Downloaded libsw v3.3.1 |
997 | 2024-06-22T01:24:05.969Z | Downloaded hashbrown v0.12.3 |
998 | 2024-06-22T01:24:05.972Z | Downloaded keccak v0.1.5 |
999 | 2024-06-22T01:24:05.975Z | Downloaded sec1 v0.7.3 |
1000 | 2024-06-22T01:24:05.977Z | Downloaded strip-ansi-escapes v0.2.0 |
1001 | 2024-06-22T01:24:05.977Z | Downloaded iana-time-zone v0.1.60 |
1002 | 2024-06-22T01:24:05.980Z | Downloaded getrandom v0.2.14 |
1003 | 2024-06-22T01:24:05.982Z | Downloaded http v1.1.0 |
1004 | 2024-06-22T01:24:05.985Z | Downloaded untrusted v0.7.1 |
1005 | 2024-06-22T01:24:05.988Z | Downloaded walkdir v2.5.0 |
1006 | 2024-06-22T01:24:05.988Z | Downloaded steno v0.4.0 |
1007 | 2024-06-22T01:24:05.992Z | Downloaded structmeta v0.3.0 |
1008 | 2024-06-22T01:24:05.997Z | Downloaded slog-scope v4.4.0 |
1009 | 2024-06-22T01:24:05.997Z | Downloaded shell-words v1.1.0 |
1010 | 2024-06-22T01:24:05.997Z | Downloaded serde_with_macros v3.8.1 |
1011 | 2024-06-22T01:24:06.002Z | Downloaded num-bigint v0.4.5 |
1012 | 2024-06-22T01:24:06.003Z | Downloaded itertools v0.10.5 |
1013 | 2024-06-22T01:24:06.008Z | Downloaded tokio-postgres v0.7.10 |
1014 | 2024-06-22T01:24:06.013Z | Downloaded tough v0.17.1 |
1015 | 2024-06-22T01:24:06.019Z | Downloaded inout v0.1.3 |
1016 | 2024-06-22T01:24:06.024Z | Downloaded trust-dns-resolver v0.22.0 |
1017 | 2024-06-22T01:24:06.024Z | Downloaded salty v0.2.0 |
1018 | 2024-06-22T01:24:06.029Z | Downloaded expectorate v1.1.0 |
1019 | 2024-06-22T01:24:06.032Z | Downloaded zerocopy v0.6.6 |
1020 | 2024-06-22T01:24:06.035Z | Downloaded env_logger v0.10.2 |
1021 | 2024-06-22T01:24:06.038Z | Downloaded x509-cert v0.2.5 |
1022 | 2024-06-22T01:24:06.042Z | Downloaded rusty-fork v0.3.0 |
1023 | 2024-06-22T01:24:06.044Z | Downloaded elliptic-curve v0.13.8 |
1024 | 2024-06-22T01:24:06.048Z | Downloaded winnow v0.5.40 |
1025 | 2024-06-22T01:24:06.054Z | Downloaded heapless v0.8.0 |
1026 | 2024-06-22T01:24:06.058Z | Downloaded tungstenite v0.20.1 |
1027 | 2024-06-22T01:24:06.061Z | Downloaded ron v0.7.1 |
1028 | 2024-06-22T01:24:06.065Z | Downloaded indicatif v0.17.8 |
1029 | 2024-06-22T01:24:06.069Z | Downloaded toml_edit v0.19.15 |
1030 | 2024-06-22T01:24:06.084Z | Downloaded itertools v0.12.1 |
1031 | 2024-06-22T01:24:06.090Z | Downloaded vte v0.11.1 |
1032 | 2024-06-22T01:24:06.093Z | Downloaded schemars v0.8.20 |
1033 | 2024-06-22T01:24:06.103Z | Downloaded zip v0.6.6 |
1034 | 2024-06-22T01:24:06.106Z | Downloaded nom v7.1.3 |
1035 | 2024-06-22T01:24:06.112Z | Downloaded regex-automata v0.1.10 |
1036 | 2024-06-22T01:24:06.117Z | Downloaded rustyline v14.0.0 |
1037 | 2024-06-22T01:24:06.121Z | Downloaded tungstenite v0.21.0 |
1038 | 2024-06-22T01:24:06.124Z | Downloaded serde_yaml v0.9.34+deprecated |
1039 | 2024-06-22T01:24:06.128Z | Downloaded socket2 v0.4.10 |
1040 | 2024-06-22T01:24:06.131Z | Downloaded rustls-webpki v0.102.4 |
1041 | 2024-06-22T01:24:06.146Z | Downloaded chrono v0.4.38 |
1042 | 2024-06-22T01:24:06.152Z | Downloaded bindgen v0.69.4 |
1043 | 2024-06-22T01:24:06.159Z | Downloaded serde_with v3.8.1 |
1044 | 2024-06-22T01:24:06.167Z | Downloaded reedline v0.31.0 |
1045 | 2024-06-22T01:24:06.174Z | Downloaded portable-atomic v1.6.0 |
1046 | 2024-06-22T01:24:06.179Z | Downloaded unsafe-libyaml v0.2.11 |
1047 | 2024-06-22T01:24:06.182Z | Downloaded hkdf v0.12.4 |
1048 | 2024-06-22T01:24:06.185Z | Downloaded typed-path v0.7.1 |
1049 | 2024-06-22T01:24:06.192Z | Downloaded bitvec v1.0.1 |
1050 | 2024-06-22T01:24:06.204Z | Downloaded num-bigint-dig v0.8.4 |
1051 | 2024-06-22T01:24:06.208Z | Downloaded unicode-segmentation v1.11.0 |
1052 | 2024-06-22T01:24:06.212Z | Downloaded lalrpop v0.19.12 |
1053 | 2024-06-22T01:24:06.222Z | Downloaded smoltcp v0.9.1 |
1054 | 2024-06-22T01:24:06.232Z | Downloaded curve25519-dalek v4.1.2 |
1055 | 2024-06-22T01:24:06.240Z | Downloaded blake3 v1.5.1 |
1056 | 2024-06-22T01:24:06.246Z | Downloaded trust-dns-client v0.22.0 |
1057 | 2024-06-22T01:24:06.251Z | Downloaded bstr v1.9.1 |
1058 | 2024-06-22T01:24:06.261Z | Downloaded smoltcp v0.11.0 |
1059 | 2024-06-22T01:24:06.273Z | Downloaded idna v0.2.3 |
1060 | 2024-06-22T01:24:06.279Z | Downloaded libxml v0.3.3 |
1061 | 2024-06-22T01:24:06.284Z | Downloaded rayon v1.10.0 |
1062 | 2024-06-22T01:24:06.292Z | Downloaded proptest v1.4.0 |
1063 | 2024-06-22T01:24:06.301Z | Downloaded trust-dns-proto v0.22.0 |
1064 | 2024-06-22T01:24:06.312Z | Downloaded rustls v0.22.4 |
1065 | 2024-06-22T01:24:06.325Z | Downloaded quick-xml v0.31.0 |
1066 | 2024-06-22T01:24:06.330Z | Downloaded diesel v2.1.6 |
1067 | 2024-06-22T01:24:06.346Z | Downloaded bstr v0.2.17 |
1068 | 2024-06-22T01:24:06.354Z | Downloaded object v0.30.4 |
1069 | 2024-06-22T01:24:06.363Z | Downloaded libm v0.2.8 |
1070 | 2024-06-22T01:24:06.370Z | Downloaded sled v0.34.7 |
1071 | 2024-06-22T01:24:06.380Z | Downloaded heapless v0.7.17 |
1072 | 2024-06-22T01:24:06.384Z | Downloaded rustls-webpki v0.101.7 |
1073 | 2024-06-22T01:24:06.396Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1074 | 2024-06-22T01:24:06.407Z | Downloaded regex v1.10.4 |
1075 | 2024-06-22T01:24:06.421Z | Downloaded sqlparser v0.45.0 |
1076 | 2024-06-22T01:24:06.426Z | Downloaded nix v0.27.1 |
1077 | 2024-06-22T01:24:06.436Z | Downloaded sha3 v0.10.8 |
1078 | 2024-06-22T01:24:06.440Z | Downloaded webpki-roots v0.25.4 |
1079 | 2024-06-22T01:24:06.443Z | Downloaded csv v1.3.0 |
1080 | 2024-06-22T01:24:06.462Z | Downloaded rustls v0.21.12 |
1081 | 2024-06-22T01:24:06.472Z | Downloaded polar-core v0.27.3 |
1082 | 2024-06-22T01:24:06.480Z | Downloaded gimli v0.28.1 |
1083 | 2024-06-22T01:24:06.488Z | Downloaded regress v0.9.1 |
1084 | 2024-06-22T01:24:06.496Z | Downloaded regex-syntax v0.8.3 |
1085 | 2024-06-22T01:24:06.503Z | Downloaded idna v0.3.0 |
1086 | 2024-06-22T01:24:06.509Z | Downloaded openapiv3 v2.0.0 |
1087 | 2024-06-22T01:24:06.520Z | Downloaded regex-syntax v0.6.29 |
1088 | 2024-06-22T01:24:06.526Z | Downloaded nix v0.28.0 |
1089 | 2024-06-22T01:24:06.537Z | Downloaded ratatui v0.26.2 |
1090 | 2024-06-22T01:24:06.553Z | Downloaded object v0.32.2 |
1091 | 2024-06-22T01:24:06.562Z | Downloaded finl_unicode v1.2.0 |
1092 | 2024-06-22T01:24:06.574Z | Downloaded radix_trie v0.2.1 |
1093 | 2024-06-22T01:24:06.578Z | Downloaded zerocopy-derive v0.6.6 |
1094 | 2024-06-22T01:24:06.587Z | Downloaded regex-automata v0.4.6 |
1095 | 2024-06-22T01:24:06.605Z | Downloaded petgraph v0.6.5 |
1096 | 2024-06-22T01:24:06.620Z | Downloaded aho-corasick v1.1.3 |
1097 | 2024-06-22T01:24:06.625Z | Downloaded mockall_derive v0.12.1 |
1098 | 2024-06-22T01:24:06.628Z | Downloaded multer v3.1.0 |
1099 | 2024-06-22T01:24:06.631Z | Downloaded subprocess v0.2.9 |
1100 | 2024-06-22T01:24:06.636Z | Downloaded globset v0.4.14 |
1101 | 2024-06-22T01:24:06.636Z | Downloaded rsa v0.9.6 |
1102 | 2024-06-22T01:24:06.639Z | Downloaded yasna v0.5.2 |
1103 | 2024-06-22T01:24:06.639Z | Downloaded textwrap v0.16.1 |
1104 | 2024-06-22T01:24:06.641Z | Downloaded similar v2.5.0 |
1105 | 2024-06-22T01:24:06.645Z | Downloaded vsss-rs v3.3.4 |
1106 | 2024-06-22T01:24:06.648Z | Downloaded publicsuffix v2.2.3 |
1107 | 2024-06-22T01:24:06.650Z | Downloaded stable_deref_trait v1.2.0 |
1108 | 2024-06-22T01:24:06.650Z | Downloaded smallvec v0.6.14 |
1109 | 2024-06-22T01:24:06.653Z | Downloaded hyper-staticfile v0.9.5 |
1110 | 2024-06-22T01:24:06.653Z | Downloaded signal-hook v0.3.17 |
1111 | 2024-06-22T01:24:06.656Z | Downloaded smawk v0.3.2 |
1112 | 2024-06-22T01:24:06.659Z | Downloaded signal-hook-mio v0.2.3 |
1113 | 2024-06-22T01:24:06.659Z | Downloaded serde_arrays v0.1.0 |
1114 | 2024-06-22T01:24:06.662Z | Downloaded rustfmt-wrapper v0.2.1 |
1115 | 2024-06-22T01:24:06.662Z | Downloaded rustc_version v0.1.7 |
1116 | 2024-06-22T01:24:06.662Z | Downloaded lazycell v1.3.0 |
1117 | 2024-06-22T01:24:06.662Z | Downloaded lalrpop-util v0.19.12 |
1118 | 2024-06-22T01:24:06.665Z | Downloaded minimal-lexical v0.2.1 |
1119 | 2024-06-22T01:24:06.667Z | Downloaded enum-as-inner v0.5.1 |
1120 | 2024-06-22T01:24:06.670Z | Downloaded unicode_categories v0.1.1 |
1121 | 2024-06-22T01:24:06.670Z | Downloaded trust-dns-server v0.22.1 |
1122 | 2024-06-22T01:24:06.674Z | Downloaded impl-trait-for-tuples v0.2.2 |
1123 | 2024-06-22T01:24:06.677Z | Downloaded ring v0.17.8 |
1124 | 2024-06-22T01:24:06.740Z | Downloaded tokio-tungstenite v0.20.1 |
1125 | 2024-06-22T01:24:06.743Z | Downloaded strum_macros v0.24.3 |
1126 | 2024-06-22T01:24:06.746Z | Downloaded rayon-core v1.12.1 |
1127 | 2024-06-22T01:24:06.748Z | Downloaded signature v2.2.0 |
1128 | 2024-06-22T01:24:06.748Z | Downloaded signature v1.6.4 |
1129 | 2024-06-22T01:24:06.751Z | Downloaded semver v0.1.20 |
1130 | 2024-06-22T01:24:06.751Z | Downloaded hostname v0.4.0 |
1131 | 2024-06-22T01:24:06.751Z | Downloaded backtrace v0.3.71 |
1132 | 2024-06-22T01:24:06.755Z | Downloaded linear-map v1.2.0 |
1133 | 2024-06-22T01:24:06.758Z | Downloaded lazy_static v1.4.0 |
1134 | 2024-06-22T01:24:06.758Z | Downloaded toolchain_find v0.4.0 |
1135 | 2024-06-22T01:24:06.761Z | Downloaded heck v0.3.3 |
1136 | 2024-06-22T01:24:06.761Z | Downloaded tokio-rustls v0.25.0 |
1137 | 2024-06-22T01:24:06.761Z | Downloaded arc-swap v1.7.1 |
1138 | 2024-06-22T01:24:06.764Z | Downloaded home v0.5.9 |
1139 | 2024-06-22T01:24:06.766Z | Downloaded uuid v1.8.0 |
1140 | 2024-06-22T01:24:06.769Z | Downloaded flagset v0.4.5 |
1141 | 2024-06-22T01:24:06.769Z | Downloaded wyz v0.5.1 |
1142 | 2024-06-22T01:24:06.769Z | Downloaded nu-ansi-term v0.50.0 |
1143 | 2024-06-22T01:24:06.772Z | Downloaded derive_builder v0.20.0 |
1144 | 2024-06-22T01:24:06.775Z | Downloaded defmt-parser v0.3.4 |
1145 | 2024-06-22T01:24:06.778Z | Downloaded darling v0.20.9 |
1146 | 2024-06-22T01:24:06.782Z | Downloaded ciborium v0.2.2 |
1147 | 2024-06-22T01:24:06.782Z | Downloaded crc v3.2.1 |
1148 | 2024-06-22T01:24:06.784Z | Downloaded console v0.15.8 |
1149 | 2024-06-22T01:24:06.787Z | Downloaded cancel-safe-futures v0.1.5 |
1150 | 2024-06-22T01:24:06.790Z | Downloaded base64ct v1.6.0 |
1151 | 2024-06-22T01:24:06.792Z | Downloaded utf-8 v0.7.6 |
1152 | 2024-06-22T01:24:06.792Z | Downloaded crc-any v2.5.0 |
1153 | 2024-06-22T01:24:06.795Z | Downloaded packed_struct_codegen v0.10.1 |
1154 | 2024-06-22T01:24:06.795Z | Downloaded num v0.4.3 |
1155 | 2024-06-22T01:24:06.795Z | Downloaded http-range v0.1.5 |
1156 | 2024-06-22T01:24:06.797Z | Downloaded proc-macro-crate v1.3.1 |
1157 | 2024-06-22T01:24:06.797Z | Downloaded owo-colors v4.0.0 |
1158 | 2024-06-22T01:24:06.800Z | Downloaded num-derive v0.4.2 |
1159 | 2024-06-22T01:24:06.800Z | Downloaded num-complex v0.4.6 |
1160 | 2024-06-22T01:24:06.803Z | Downloaded nanorand v0.7.0 |
1161 | 2024-06-22T01:24:06.803Z | Downloaded const-oid v0.9.6 |
1162 | 2024-06-22T01:24:06.806Z | Downloaded oso-derive v0.27.3 |
1163 | 2024-06-22T01:24:06.806Z | Downloaded ciborium-ll v0.2.2 |
1164 | 2024-06-22T01:24:06.809Z | Downloaded bitfield v0.14.0 |
1165 | 2024-06-22T01:24:06.809Z | Downloaded ascii-canvas v3.0.0 |
1166 | 2024-06-22T01:24:06.809Z | Downloaded bit-set v0.5.3 |
1167 | 2024-06-22T01:24:06.814Z | Downloaded atomic-waker v1.1.2 |
1168 | 2024-06-22T01:24:06.814Z | Downloaded peg-runtime v0.8.3 |
1169 | 2024-06-22T01:24:06.814Z | Downloaded async-recursion v1.1.1 |
1170 | 2024-06-22T01:24:06.816Z | Downloaded newtype-uuid v1.1.0 |
1171 | 2024-06-22T01:24:06.816Z | Downloaded async-trait v0.1.80 |
1172 | 2024-06-22T01:24:06.819Z | Downloaded ascii v1.1.0 |
1173 | 2024-06-22T01:24:06.819Z | Downloaded bzip2 v0.4.4 |
1174 | 2024-06-22T01:24:06.822Z | Downloaded bitstruct_derive v0.1.0 |
1175 | 2024-06-22T01:24:06.822Z | Downloaded bit-vec v0.6.3 |
1176 | 2024-06-22T01:24:07.015Z | Downloaded ring v0.16.20 |
1177 | 2024-06-22T01:24:07.221Z | Compiling proc-macro2 v1.0.82 |
1178 | 2024-06-22T01:24:07.221Z | Compiling unicode-ident v1.0.12 |
1179 | 2024-06-22T01:24:07.223Z | Compiling libc v0.2.155 |
1180 | 2024-06-22T01:24:07.223Z | Compiling serde v1.0.203 |
1181 | 2024-06-22T01:24:07.224Z | Compiling autocfg v1.3.0 |
1182 | 2024-06-22T01:24:07.341Z | Compiling version_check v0.9.4 |
1183 | 2024-06-22T01:24:07.343Z | Compiling cfg-if v1.0.0 |
1184 | 2024-06-22T01:24:07.479Z | Compiling cc v1.0.97 |
1185 | 2024-06-22T01:24:07.497Z | Compiling parking_lot_core v0.9.10 |
1186 | 2024-06-22T01:24:07.497Z | Compiling once_cell v1.19.0 |
1187 | 2024-06-22T01:24:07.901Z | Compiling libm v0.2.8 |
1188 | 2024-06-22T01:24:07.975Z | Compiling serde_json v1.0.117 |
1189 | 2024-06-22T01:24:08.152Z | Compiling ahash v0.8.11 |
1190 | 2024-06-22T01:24:08.185Z | Compiling lock_api v0.4.12 |
1191 | 2024-06-22T01:24:08.201Z | Compiling byteorder v1.5.0 |
1192 | 2024-06-22T01:24:08.270Z | Compiling num-traits v0.2.19 |
1193 | 2024-06-22T01:24:08.458Z | Compiling memchr v2.7.2 |
1194 | 2024-06-22T01:24:08.475Z | Compiling thiserror v1.0.60 |
1195 | 2024-06-22T01:24:08.553Z | Compiling typenum v1.17.0 |
1196 | 2024-06-22T01:24:08.648Z | Compiling log v0.4.21 |
1197 | 2024-06-22T01:24:08.984Z | Compiling quote v1.0.36 |
1198 | 2024-06-22T01:24:09.048Z | Compiling generic-array v0.14.7 |
1199 | 2024-06-22T01:24:09.367Z | Compiling itoa v1.0.11 |
1200 | 2024-06-22T01:24:09.542Z | Compiling getrandom v0.2.14 |
1201 | 2024-06-22T01:24:09.601Z | Compiling syn v2.0.64 |
1202 | 2024-06-22T01:24:09.900Z | Compiling scopeguard v1.2.0 |
1203 | 2024-06-22T01:24:10.251Z | Compiling allocator-api2 v0.2.18 |
1204 | 2024-06-22T01:24:10.268Z | Compiling slab v0.4.9 |
1205 | 2024-06-22T01:24:10.550Z | Compiling ring v0.17.8 |
1206 | 2024-06-22T01:24:10.575Z | Compiling ryu v1.0.18 |
1207 | 2024-06-22T01:24:10.618Z | Compiling smallvec v1.13.2 |
1208 | 2024-06-22T01:24:10.669Z | Compiling pin-project-lite v0.2.14 |
1209 | 2024-06-22T01:24:10.793Z | Compiling schemars v0.8.20 |
1210 | 2024-06-22T01:24:10.987Z | Compiling semver v1.0.23 |
1211 | 2024-06-22T01:24:11.138Z | Compiling equivalent v1.0.1 |
1212 | 2024-06-22T01:24:11.410Z | Compiling parking_lot v0.12.2 |
1213 | 2024-06-22T01:24:11.491Z | Compiling pkg-config v0.3.30 |
1214 | 2024-06-22T01:24:11.504Z | Compiling vcpkg v0.2.15 |
1215 | 2024-06-22T01:24:11.871Z | Compiling signal-hook-registry v1.4.2 |
1216 | 2024-06-22T01:24:12.872Z | Compiling syn v1.0.109 |
1217 | 2024-06-22T01:24:13.224Z | Compiling openssl-sys v0.9.102 |
1218 | 2024-06-22T01:24:13.436Z | Compiling mio v0.8.11 |
1219 | 2024-06-22T01:24:13.949Z | Compiling rand_core v0.6.4 |
1220 | 2024-06-22T01:24:14.098Z | Compiling num_cpus v1.16.0 |
1221 | 2024-06-22T01:24:14.224Z | Compiling socket2 v0.5.7 |
1222 | 2024-06-22T01:24:14.330Z | Compiling num-conv v0.1.0 |
1223 | 2024-06-22T01:24:14.521Z | Compiling time-core v0.1.2 |
1224 | 2024-06-22T01:24:14.682Z | Compiling time-macros v0.2.18 |
1225 | 2024-06-22T01:24:15.371Z | Compiling httparse v1.8.0 |
1226 | 2024-06-22T01:24:15.646Z | Compiling futures-core v0.3.30 |
1227 | 2024-06-22T01:24:15.908Z | Compiling openssl v0.10.64 |
1228 | 2024-06-22T01:24:15.924Z | Compiling fnv v1.0.7 |
1229 | 2024-06-22T01:24:16.275Z | Compiling rustix v0.38.34 |
1230 | 2024-06-22T01:24:16.564Z | Compiling iana-time-zone v0.1.60 |
1231 | 2024-06-22T01:24:16.763Z | Compiling crossbeam-utils v0.8.19 |
1232 | 2024-06-22T01:24:16.943Z | Compiling serde_derive_internals v0.29.1 |
1233 | 2024-06-22T01:24:17.292Z | Compiling spin v0.9.8 |
1234 | 2024-06-22T01:24:17.335Z | Compiling tinyvec_macros v0.1.1 |
1235 | 2024-06-22T01:24:17.373Z | Compiling native-tls v0.2.11 |
1236 | 2024-06-22T01:24:17.618Z | Compiling rustls v0.21.12 |
1237 | 2024-06-22T01:24:17.675Z | Compiling tinyvec v1.6.0 |
1238 | 2024-06-22T01:24:17.964Z | Compiling futures-sink v0.3.30 |
1239 | 2024-06-22T01:24:18.121Z | Compiling const-oid v0.9.6 |
1240 | 2024-06-22T01:24:18.443Z | Compiling ucd-trie v0.1.6 |
1241 | 2024-06-22T01:24:18.556Z | Compiling subtle v2.5.0 |
1242 | 2024-06-22T01:24:19.065Z | Compiling unicode-normalization v0.1.23 |
1243 | 2024-06-22T01:24:19.088Z | Compiling backtrace v0.3.71 |
1244 | 2024-06-22T01:24:19.221Z | Compiling cookie v0.17.0 |
1245 | 2024-06-22T01:24:19.493Z | Compiling heck v0.5.0 |
1246 | 2024-06-22T01:24:19.723Z | Compiling heck v0.4.1 |
1247 | 2024-06-22T01:24:19.907Z | Compiling dyn-clone v1.0.17 |
1248 | 2024-06-22T01:24:19.979Z | Compiling unicode-bidi v0.3.15 |
1249 | 2024-06-22T01:24:20.013Z | Compiling slog v2.7.0 |
1250 | 2024-06-22T01:24:20.118Z | Compiling futures-channel v0.3.30 |
1251 | 2024-06-22T01:24:20.563Z | Compiling futures-io v0.3.30 |
1252 | 2024-06-22T01:24:20.597Z | Compiling pin-utils v0.1.0 |
1253 | 2024-06-22T01:24:20.697Z | Compiling futures-task v0.3.30 |
1254 | 2024-06-22T01:24:21.204Z | Compiling aho-corasick v1.1.3 |
1255 | 2024-06-22T01:24:21.597Z | Compiling winnow v0.5.40 |
1256 | 2024-06-22T01:24:21.908Z | Compiling anyhow v1.0.86 |
1257 | 2024-06-22T01:24:22.432Z | Compiling untrusted v0.9.0 |
1258 | 2024-06-22T01:24:22.633Z | Compiling regex-syntax v0.8.3 |
1259 | 2024-06-22T01:24:22.779Z | Compiling serde_derive v1.0.203 |
1260 | 2024-06-22T01:24:23.594Z | Compiling zerocopy-derive v0.7.34 |
1261 | 2024-06-22T01:24:23.895Z | Compiling zeroize_derive v1.4.2 |
1262 | 2024-06-22T01:24:25.318Z | Compiling thiserror-impl v1.0.60 |
1263 | 2024-06-22T01:24:25.495Z | Compiling tokio-macros v2.2.0 |
1264 | 2024-06-22T01:24:25.553Z | Compiling zerocopy v0.7.34 |
1265 | 2024-06-22T01:24:25.678Z | Compiling futures-macro v0.3.30 |
1266 | 2024-06-22T01:24:26.112Z | Compiling schemars_derive v0.8.20 |
1267 | 2024-06-22T01:24:27.534Z | Compiling tracing-attributes v0.1.27 |
1268 | 2024-06-22T01:24:27.739Z | Compiling hashbrown v0.14.5 |
1269 | 2024-06-22T01:24:28.188Z | Compiling zeroize v1.7.0 |
1270 | 2024-06-22T01:24:28.989Z | Compiling openssl-macros v0.1.1 |
1271 | 2024-06-22T01:24:29.111Z | Compiling scroll_derive v0.12.0 |
1272 | 2024-06-22T01:24:29.681Z | Compiling pest v2.7.10 |
1273 | 2024-06-22T01:24:29.752Z | Compiling crypto-common v0.1.6 |
1274 | 2024-06-22T01:24:29.955Z | Compiling futures-util v0.3.30 |
1275 | 2024-06-22T01:24:30.441Z | Compiling der_derive v0.7.2 |
1276 | 2024-06-22T01:24:30.973Z | Compiling block-buffer v0.10.4 |
1277 | 2024-06-22T01:24:31.201Z | Compiling regex-automata v0.4.6 |
1278 | 2024-06-22T01:24:32.456Z | Compiling pest_meta v2.7.10 |
1279 | 2024-06-22T01:24:32.906Z | Compiling tracing-core v0.1.32 |
1280 | 2024-06-22T01:24:35.335Z | Compiling pest_generator v2.7.10 |
1281 | 2024-06-22T01:24:36.323Z | Compiling bytes v1.6.0 |
1282 | 2024-06-22T01:24:36.913Z | Compiling indexmap v2.2.6 |
1283 | 2024-06-22T01:24:37.452Z | Compiling uuid v1.8.0 |
1284 | 2024-06-22T01:24:37.814Z | Compiling tokio v1.37.0 |
1285 | 2024-06-22T01:24:38.367Z | Compiling bitflags v2.5.0 |
1286 | 2024-06-22T01:24:38.662Z | Compiling chrono v0.4.38 |
1287 | 2024-06-22T01:24:38.751Z | Compiling serde_tokenstream v0.2.0 |
1288 | 2024-06-22T01:24:40.072Z | Compiling serde_spanned v0.6.6 |
1289 | 2024-06-22T01:24:40.284Z | Compiling toml_datetime v0.6.6 |
1290 | 2024-06-22T01:24:40.732Z | Compiling http v0.2.12 |
1291 | 2024-06-22T01:24:41.028Z | Compiling toml_edit v0.19.15 |
1292 | 2024-06-22T01:24:43.083Z | Compiling rustc_version v0.4.0 |
1293 | 2024-06-22T01:24:43.726Z | Compiling pest_derive v2.7.10 |
1294 | 2024-06-22T01:24:44.126Z | Compiling usdt-impl v0.5.0 |
1295 | 2024-06-22T01:24:44.450Z | Compiling powerfmt v0.2.0 |
1296 | 2024-06-22T01:24:44.471Z | Compiling rustversion v1.0.17 |
1297 | 2024-06-22T01:24:44.955Z | Compiling deranged v0.3.11 |
1298 | 2024-06-22T01:24:45.140Z | Compiling heapless v0.7.17 |
1299 | 2024-06-22T01:24:45.533Z | Compiling tracing v0.1.40 |
1300 | 2024-06-22T01:24:45.887Z | Compiling digest v0.10.7 |
1301 | 2024-06-22T01:24:46.326Z | Compiling scroll v0.12.0 |
1302 | 2024-06-22T01:24:46.883Z | Compiling signal-hook v0.3.17 |
1303 | 2024-06-22T01:24:47.130Z | Compiling percent-encoding v2.3.1 |
1304 | 2024-06-22T01:24:47.414Z | Compiling num_threads v0.1.7 |
1305 | 2024-06-22T01:24:47.536Z | Compiling plain v0.2.3 |
1306 | 2024-06-22T01:24:47.592Z | Compiling ppv-lite86 v0.2.17 |
1307 | 2024-06-22T01:24:47.693Z | Compiling goblin v0.8.2 |
1308 | 2024-06-22T01:24:47.761Z | Compiling time v0.3.36 |
1309 | 2024-06-22T01:24:48.392Z | Compiling rand_chacha v0.3.1 |
1310 | 2024-06-22T01:24:49.406Z | Compiling regex v1.10.4 |
1311 | 2024-06-22T01:24:50.410Z | Compiling strsim v0.11.1 |
1312 | 2024-06-22T01:24:51.031Z | Compiling crc32fast v1.4.0 |
1313 | 2024-06-22T01:24:51.159Z | Compiling pretty-hex v0.4.1 |
1314 | 2024-06-22T01:24:51.985Z | Compiling rand v0.8.5 |
1315 | 2024-06-22T01:24:52.943Z | Compiling tokio-util v0.7.11 |
1316 | 2024-06-22T01:24:53.491Z | Compiling dof v0.3.0 |
1317 | 2024-06-22T01:24:54.094Z | Compiling dtrace-parser v0.2.0 |
1318 | 2024-06-22T01:24:54.770Z | Compiling async-trait v0.1.80 |
1319 | 2024-06-22T01:24:55.100Z | Compiling thread-id v4.2.1 |
1320 | 2024-06-22T01:24:55.375Z | Compiling foreign-types-shared v0.1.1 |
1321 | 2024-06-22T01:24:55.391Z | Compiling unicode-width v0.1.12 |
1322 | 2024-06-22T01:24:55.487Z | Compiling base64ct v1.6.0 |
1323 | 2024-06-22T01:24:55.593Z | Compiling smoltcp v0.9.1 |
1324 | 2024-06-22T01:24:55.636Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1325 | 2024-06-22T01:24:56.235Z | Compiling pem-rfc7468 v0.7.0 |
1326 | 2024-06-22T01:24:56.317Z | Compiling foreign-types v0.3.2 |
1327 | 2024-06-22T01:24:57.801Z | Compiling form_urlencoded v1.2.1 |
1328 | 2024-06-22T01:24:58.131Z | Compiling hmac v0.12.1 |
1329 | 2024-06-22T01:24:58.314Z | Compiling base64 v0.21.7 |
1330 | 2024-06-22T01:24:58.348Z | Compiling try-lock v0.2.5 |
1331 | 2024-06-22T01:24:58.394Z | Compiling adler v1.0.2 |
1332 | 2024-06-22T01:24:58.495Z | Compiling flagset v0.4.5 |
1333 | 2024-06-22T01:24:58.785Z | Compiling siphasher v0.3.11 |
1334 | 2024-06-22T01:24:58.914Z | Compiling want v0.3.1 |
1335 | 2024-06-22T01:24:59.146Z | Compiling der v0.7.9 |
1336 | 2024-06-22T01:24:59.161Z | Compiling miniz_oxide v0.7.2 |
1337 | 2024-06-22T01:25:01.278Z | Compiling h2 v0.3.26 |
1338 | 2024-06-22T01:25:02.400Z | Compiling rustls-webpki v0.101.7 |
1339 | 2024-06-22T01:25:02.403Z | Compiling sct v0.7.1 |
1340 | 2024-06-22T01:25:02.535Z | Compiling http-body v0.4.6 |
1341 | 2024-06-22T01:25:03.598Z | Compiling openapiv3 v2.0.0 |
1342 | 2024-06-22T01:25:03.864Z | Compiling hubpack_derive v0.1.1 |
1343 | 2024-06-22T01:25:04.107Z | Compiling zerocopy-derive v0.6.6 |
1344 | 2024-06-22T01:25:04.111Z | Compiling idna v0.5.0 |
1345 | 2024-06-22T01:25:04.550Z | Compiling errno v0.3.9 |
1346 | 2024-06-22T01:25:04.805Z | Compiling fs-err v2.11.0 |
1347 | 2024-06-22T01:25:04.928Z | Compiling utf8parse v0.2.1 |
1348 | 2024-06-22T01:25:05.072Z | Compiling httpdate v1.0.3 |
1349 | 2024-06-22T01:25:05.298Z | Compiling finl_unicode v1.2.0 |
1350 | 2024-06-22T01:25:05.503Z | Compiling stable_deref_trait v1.2.0 |
1351 | 2024-06-22T01:25:05.617Z | Compiling gimli v0.28.1 |
1352 | 2024-06-22T01:25:05.859Z | Compiling spin v0.5.2 |
1353 | 2024-06-22T01:25:05.859Z | Compiling anstyle v1.0.7 |
1354 | 2024-06-22T01:25:05.971Z | Compiling cpufeatures v0.2.12 |
1355 | 2024-06-22T01:25:06.106Z | Compiling tower-service v0.3.2 |
1356 | 2024-06-22T01:25:06.232Z | Compiling openssl-probe v0.1.5 |
1357 | 2024-06-22T01:25:07.155Z | Compiling sha2 v0.10.8 |
1358 | 2024-06-22T01:25:07.444Z | Compiling stringprep v0.1.4 |
1359 | 2024-06-22T01:25:07.727Z | Compiling anstyle-parse v0.2.4 |
1360 | 2024-06-22T01:25:07.966Z | Compiling hyper v0.14.28 |
1361 | 2024-06-22T01:25:08.060Z | Compiling url v2.5.0 |
1362 | 2024-06-22T01:25:10.863Z | Compiling addr2line v0.21.0 |
1363 | 2024-06-22T01:25:11.692Z | Compiling spki v0.7.3 |
1364 | 2024-06-22T01:25:12.257Z | Compiling usdt-attr-macro v0.5.0 |
1365 | 2024-06-22T01:25:13.691Z | Compiling usdt-macro v0.5.0 |
1366 | 2024-06-22T01:25:13.802Z | Compiling md-5 v0.10.6 |
1367 | 2024-06-22T01:25:17.185Z | Compiling idna v0.3.0 |
1368 | 2024-06-22T01:25:18.455Z | Compiling diesel_table_macro_syntax v0.1.0 |
1369 | 2024-06-22T01:25:18.640Z | Compiling num-integer v0.1.46 |
1370 | 2024-06-22T01:25:18.759Z | Compiling object v0.32.2 |
1371 | 2024-06-22T01:25:19.281Z | Compiling hash32 v0.2.1 |
1372 | 2024-06-22T01:25:19.650Z | Compiling fallible-iterator v0.2.0 |
1373 | 2024-06-22T01:25:22.114Z | Compiling rustc-demangle v0.1.24 |
1374 | 2024-06-22T01:25:24.123Z | Compiling anstyle-query v1.0.3 |
1375 | 2024-06-22T01:25:24.506Z | Compiling is_terminal_polyfill v1.70.0 |
1376 | 2024-06-22T01:25:24.522Z | Compiling colorchoice v1.0.1 |
1377 | 2024-06-22T01:25:24.621Z | Compiling psl-types v2.0.11 |
1378 | 2024-06-22T01:25:24.672Z | Compiling anstream v0.6.14 |
1379 | 2024-06-22T01:25:24.814Z | Compiling publicsuffix v2.2.3 |
1380 | 2024-06-22T01:25:25.351Z | Compiling lazy_static v1.4.0 |
1381 | 2024-06-22T01:25:27.849Z | Compiling postgres-protocol v0.6.6 |
1382 | 2024-06-22T01:25:27.902Z | Compiling diesel_derives v2.1.4 |
1383 | 2024-06-22T01:25:33.046Z | Compiling tokio-rustls v0.24.1 |
1384 | 2024-06-22T01:25:34.310Z | Compiling pkcs8 v0.10.2 |
1385 | 2024-06-22T01:25:34.595Z | Compiling terminal_size v0.3.0 |
1386 | 2024-06-22T01:25:34.821Z | Compiling tokio-native-tls v0.3.1 |
1387 | 2024-06-22T01:25:35.096Z | Compiling phf_shared v0.11.2 |
1388 | 2024-06-22T01:25:36.187Z | Compiling strum_macros v0.25.3 |
1389 | 2024-06-22T01:25:36.454Z | Compiling block-padding v0.3.3 |
1390 | 2024-06-22T01:25:36.601Z | Compiling regress v0.9.1 |
1391 | 2024-06-22T01:25:36.674Z | Compiling enum-as-inner v0.5.1 |
1392 | 2024-06-22T01:25:36.920Z | Compiling clap_derive v4.5.4 |
1393 | 2024-06-22T01:25:37.610Z | Compiling serde_repr v0.1.19 |
1394 | 2024-06-22T01:25:40.130Z | Compiling ff v0.13.0 |
1395 | 2024-06-22T01:25:40.377Z | Compiling scheduled-thread-pool v0.2.7 |
1396 | 2024-06-22T01:25:41.318Z | Compiling encoding_rs v0.8.34 |
1397 | 2024-06-22T01:25:41.474Z | Compiling clap_lex v0.7.0 |
1398 | 2024-06-22T01:25:41.931Z | Compiling base16ct v0.2.0 |
1399 | 2024-06-22T01:25:41.949Z | Compiling either v1.12.0 |
1400 | 2024-06-22T01:25:42.229Z | Compiling matches v0.1.10 |
1401 | 2024-06-22T01:25:42.323Z | Compiling bitflags v1.3.2 |
1402 | 2024-06-22T01:25:42.344Z | Compiling mime v0.3.17 |
1403 | 2024-06-22T01:25:42.434Z | Compiling ipnet v2.9.0 |
1404 | 2024-06-22T01:25:42.741Z | Compiling managed v0.8.0 |
1405 | 2024-06-22T01:25:43.263Z | Compiling bit-vec v0.6.3 |
1406 | 2024-06-22T01:25:44.009Z | Compiling idna v0.2.3 |
1407 | 2024-06-22T01:25:44.512Z | Compiling sec1 v0.7.3 |
1408 | 2024-06-22T01:25:44.943Z | Compiling clap_builder v4.5.2 |
1409 | 2024-06-22T01:25:46.004Z | Compiling r2d2 v0.8.10 |
1410 | 2024-06-22T01:25:46.938Z | Compiling group v0.13.0 |
1411 | 2024-06-22T01:25:47.282Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1412 | 2024-06-22T01:25:51.153Z | Compiling inout v0.1.3 |
1413 | 2024-06-22T01:25:51.921Z | Compiling phf v0.11.2 |
1414 | 2024-06-22T01:25:51.943Z | Compiling hyper-tls v0.5.0 |
1415 | 2024-06-22T01:25:52.011Z | Compiling signal-hook-mio v0.2.3 |
1416 | 2024-06-22T01:25:52.226Z | Compiling hyper-rustls v0.24.2 |
1417 | 2024-06-22T01:25:52.280Z | Compiling cookie_store v0.20.0 |
1418 | 2024-06-22T01:25:52.436Z | Compiling postgres-types v0.2.6 |
1419 | 2024-06-22T01:25:52.621Z | Compiling num-bigint v0.4.5 |
1420 | 2024-06-22T01:25:53.014Z | Compiling zerocopy v0.6.6 |
1421 | 2024-06-22T01:25:53.755Z | Compiling hubpack v0.1.2 |
1422 | 2024-06-22T01:25:53.856Z | Compiling phf_shared v0.10.0 |
1423 | 2024-06-22T01:25:53.872Z | Compiling rustls-pemfile v1.0.4 |
1424 | 2024-06-22T01:25:54.192Z | Compiling hkdf v0.12.4 |
1425 | 2024-06-22T01:25:54.243Z | Compiling serde_urlencoded v0.7.1 |
1426 | 2024-06-22T01:25:54.423Z | Compiling crossbeam-epoch v0.9.18 |
1427 | 2024-06-22T01:25:58.628Z | Compiling ipnetwork v0.20.0 |
1428 | 2024-06-22T01:25:58.659Z | Compiling futures-executor v0.3.30 |
1429 | 2024-06-22T01:25:58.659Z | Compiling crypto-bigint v0.5.5 |
1430 | 2024-06-22T01:25:58.659Z | Compiling float-cmp v0.9.0 |
1431 | 2024-06-22T01:25:58.659Z | Compiling memmap v0.7.0 |
1432 | 2024-06-22T01:25:58.659Z | Compiling normalize-line-endings v0.3.0 |
1433 | 2024-06-22T01:25:58.659Z | Compiling whoami v1.5.1 |
1434 | 2024-06-22T01:25:58.659Z | Compiling data-encoding v2.6.0 |
1435 | 2024-06-22T01:25:58.671Z | Compiling predicates-core v1.0.6 |
1436 | 2024-06-22T01:25:58.671Z | Compiling sync_wrapper v0.1.2 |
1437 | 2024-06-22T01:25:58.671Z | Compiling unicode-segmentation v1.11.0 |
1438 | 2024-06-22T01:25:58.712Z | Compiling minimal-lexical v0.2.1 |
1439 | 2024-06-22T01:25:59.208Z | Compiling difflib v0.4.0 |
1440 | 2024-06-22T01:25:59.362Z | Compiling webpki-roots v0.25.4 |
1441 | 2024-06-22T01:25:59.517Z | Compiling new_debug_unreachable v1.0.6 |
1442 | 2024-06-22T01:25:59.552Z | Compiling precomputed-hash v0.1.1 |
1443 | 2024-06-22T01:25:59.613Z | Compiling static_assertions v1.1.0 |
1444 | 2024-06-22T01:25:59.714Z | Compiling winnow v0.6.8 |
1445 | 2024-06-22T01:26:00.092Z | Compiling fixedbitset v0.4.2 |
1446 | 2024-06-22T01:26:00.108Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1447 | 2024-06-22T01:26:00.356Z | Compiling petgraph v0.6.5 |
1448 | 2024-06-22T01:26:00.508Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1449 | 2024-06-22T01:26:00.788Z | Compiling string_cache v0.8.7 |
1450 | 2024-06-22T01:26:01.228Z | Compiling predicates v3.1.0 |
1451 | 2024-06-22T01:26:02.045Z | Compiling reqwest v0.11.27 |
1452 | 2024-06-22T01:26:02.790Z | Compiling similar v2.5.0 |
1453 | 2024-06-22T01:26:03.441Z | Compiling toml_edit v0.22.13 |
1454 | 2024-06-22T01:26:04.083Z | Compiling nom v7.1.3 |
1455 | 2024-06-22T01:26:04.356Z | Compiling elliptic-curve v0.13.8 |
1456 | 2024-06-22T01:26:04.899Z | Compiling trust-dns-proto v0.22.0 |
1457 | 2024-06-22T01:26:05.119Z | Compiling tokio-postgres v0.7.10 |
1458 | 2024-06-22T01:26:06.801Z | Compiling usdt v0.5.0 |
1459 | 2024-06-22T01:26:07.968Z | Compiling futures v0.3.30 |
1460 | 2024-06-22T01:26:08.097Z | Compiling yasna v0.5.2 |
1461 | 2024-06-22T01:26:08.111Z | Compiling diesel v2.1.6 |
1462 | 2024-06-22T01:26:09.729Z | Compiling crossterm v0.27.0 |
1463 | 2024-06-22T01:26:09.806Z | Compiling flate2 v1.0.30 |
1464 | 2024-06-22T01:26:10.076Z | Compiling cipher v0.4.4 |
1465 | 2024-06-22T01:26:10.524Z | Compiling clap v4.5.4 |
1466 | 2024-06-22T01:26:10.742Z | Compiling bit-set v0.5.3 |
1467 | 2024-06-22T01:26:10.929Z | Compiling itertools v0.10.5 |
1468 | 2024-06-22T01:26:11.412Z | Compiling itertools v0.12.1 |
1469 | 2024-06-22T01:26:12.521Z | Compiling console v0.15.8 |
1470 | 2024-06-22T01:26:12.980Z | Compiling num-iter v0.1.45 |
1471 | 2024-06-22T01:26:13.880Z | Compiling tokio-stream v0.1.15 |
1472 | 2024-06-22T01:26:13.951Z | Compiling toml v0.7.8 |
1473 | 2024-06-22T01:26:14.017Z | Compiling bstr v1.9.1 |
1474 | 2024-06-22T01:26:14.458Z | Compiling hex v0.4.3 |
1475 | 2024-06-22T01:26:14.832Z | Compiling unicode-xid v0.2.4 |
1476 | 2024-06-22T01:26:15.011Z | Compiling lalrpop-util v0.19.12 |
1477 | 2024-06-22T01:26:15.054Z | Compiling peg-runtime v0.8.3 |
1478 | 2024-06-22T01:26:15.431Z | Compiling proc-macro-crate v1.3.1 |
1479 | 2024-06-22T01:26:17.026Z | Compiling camino v1.1.7 |
1480 | 2024-06-22T01:26:17.050Z | Compiling heapless v0.8.0 |
1481 | 2024-06-22T01:26:19.308Z | Compiling num_enum_derive v0.5.11 |
1482 | 2024-06-22T01:26:24.091Z | Compiling hash32 v0.3.1 |
1483 | 2024-06-22T01:26:24.918Z | Compiling rustls-pki-types v1.7.0 |
1484 | 2024-06-22T01:26:25.795Z | Compiling ident_case v1.0.1 |
1485 | 2024-06-22T01:26:25.978Z | Compiling smoltcp v0.11.0 |
1486 | 2024-06-22T01:26:26.237Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1487 | 2024-06-22T01:26:27.873Z | Compiling darling_core v0.20.9 |
1488 | 2024-06-22T01:26:39.569Z | Compiling num_enum v0.5.11 |
1489 | 2024-06-22T01:26:41.567Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1490 | 2024-06-22T01:26:41.926Z | Compiling getopts v0.2.21 |
1491 | 2024-06-22T01:26:43.062Z | Compiling dirs-sys-next v0.1.2 |
1492 | 2024-06-22T01:26:43.953Z | Compiling proc-macro-error-attr v1.0.4 |
1493 | 2024-06-22T01:26:44.041Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1494 | 2024-06-22T01:26:44.127Z | Compiling unsafe-libyaml v0.2.11 |
1495 | 2024-06-22T01:26:44.233Z | Compiling rustls v0.22.4 |
1496 | 2024-06-22T01:26:44.309Z | Compiling paste v1.0.15 |
1497 | 2024-06-22T01:26:44.527Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1498 | 2024-06-22T01:26:44.890Z | Compiling embedded-io v0.4.0 |
1499 | 2024-06-22T01:26:45.652Z | Compiling cobs v0.2.3 |
1500 | 2024-06-22T01:26:45.888Z | Compiling postcard v1.0.8 |
1501 | 2024-06-22T01:26:46.082Z | Compiling serde_yaml v0.9.34+deprecated |
1502 | 2024-06-22T01:26:49.420Z | Compiling dirs-next v2.0.0 |
1503 | 2024-06-22T01:26:50.110Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1504 | 2024-06-22T01:26:53.199Z | Compiling darling_macro v0.20.9 |
1505 | 2024-06-22T01:26:54.999Z | Compiling rustls-webpki v0.102.4 |
1506 | 2024-06-22T01:27:01.090Z | Compiling strum_macros v0.26.2 |
1507 | 2024-06-22T01:27:02.851Z | Compiling structmeta-derive v0.3.0 |
1508 | 2024-06-22T01:27:03.005Z | Compiling foreign-types-macros v0.2.3 |
1509 | 2024-06-22T01:27:03.628Z | Compiling thread_local v1.1.8 |
1510 | 2024-06-22T01:27:04.170Z | Compiling proc-macro-error v1.0.4 |
1511 | 2024-06-22T01:27:04.339Z | Compiling multer v3.1.0 |
1512 | 2024-06-22T01:27:04.467Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1513 | 2024-06-22T01:27:04.761Z | Compiling foreign-types-shared v0.3.1 |
1514 | 2024-06-22T01:27:04.880Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1515 | 2024-06-22T01:27:06.411Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1516 | 2024-06-22T01:27:06.475Z | Compiling slog-async v2.8.0 |
1517 | 2024-06-22T01:27:06.588Z | Compiling match_cfg v0.1.0 |
1518 | 2024-06-22T01:27:06.685Z | Compiling hostname v0.3.1 |
1519 | 2024-06-22T01:27:06.707Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1520 | 2024-06-22T01:27:12.118Z | Compiling strum v0.26.2 |
1521 | 2024-06-22T01:27:12.163Z | Compiling structmeta v0.3.0 |
1522 | 2024-06-22T01:27:12.761Z | Compiling foreign-types v0.5.0 |
1523 | 2024-06-22T01:27:17.032Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1524 | 2024-06-22T01:27:18.471Z | Compiling darling v0.20.9 |
1525 | 2024-06-22T01:27:25.896Z | Compiling term v0.7.0 |
1526 | 2024-06-22T01:27:28.579Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1527 | 2024-06-22T01:27:30.434Z | Compiling slog-json v2.6.1 |
1528 | 2024-06-22T01:27:30.964Z | Compiling tabwriter v1.4.0 |
1529 | 2024-06-22T01:27:31.737Z | Compiling crossbeam-channel v0.5.12 |
1530 | 2024-06-22T01:27:32.417Z | Compiling http v1.1.0 |
1531 | 2024-06-22T01:27:32.979Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1532 | 2024-06-22T01:27:33.500Z | Compiling async-stream-impl v0.3.5 |
1533 | 2024-06-22T01:27:33.574Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1534 | 2024-06-22T01:27:33.771Z | Compiling cstr-argument v0.1.2 |
1535 | 2024-06-22T01:27:33.825Z | Compiling is-terminal v0.4.12 |
1536 | 2024-06-22T01:27:33.954Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1537 | 2024-06-22T01:27:34.232Z | Compiling atomic-waker v1.1.2 |
1538 | 2024-06-22T01:27:34.401Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1539 | 2024-06-22T01:27:34.430Z | Compiling take_mut v0.2.2 |
1540 | 2024-06-22T01:27:34.446Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1541 | 2024-06-22T01:27:34.600Z | Compiling fastrand v2.1.0 |
1542 | 2024-06-22T01:27:34.715Z | Compiling base64 v0.22.1 |
1543 | 2024-06-22T01:27:34.760Z | Compiling crucible-workspace-hack v0.1.0 |
1544 | 2024-06-22T01:27:35.024Z | Compiling pretty-hex v0.2.1 |
1545 | 2024-06-22T01:27:35.236Z | Compiling rayon-core v1.12.1 |
1546 | 2024-06-22T01:27:35.253Z | Compiling rustls-pemfile v2.1.2 |
1547 | 2024-06-22T01:27:35.531Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1548 | 2024-06-22T01:27:35.783Z | Compiling tempfile v3.10.1 |
1549 | 2024-06-22T01:27:35.803Z | Compiling async-stream v0.3.5 |
1550 | 2024-06-22T01:27:36.120Z | Compiling waitgroup v0.1.2 |
1551 | 2024-06-22T01:27:36.361Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1552 | 2024-06-22T01:27:37.006Z | Compiling slog-term v2.9.1 |
1553 | 2024-06-22T01:27:37.476Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1554 | 2024-06-22T01:27:37.598Z | Compiling slog-bunyan v2.5.0 |
1555 | 2024-06-22T01:27:37.902Z | Compiling tokio-rustls v0.25.0 |
1556 | 2024-06-22T01:27:38.374Z | Compiling serde_with_macros v3.8.1 |
1557 | 2024-06-22T01:27:38.477Z | Compiling parse-display-derive v0.9.0 |
1558 | 2024-06-22T01:27:39.057Z | Compiling toml v0.8.13 |
1559 | 2024-06-22T01:27:39.119Z | Compiling sha1 v0.10.6 |
1560 | 2024-06-22T01:27:39.794Z | Compiling crossbeam-deque v0.8.5 |
1561 | 2024-06-22T01:27:39.932Z | Compiling colored v2.1.0 |
1562 | 2024-06-22T01:27:40.196Z | Compiling newtype-uuid v1.1.0 |
1563 | 2024-06-22T01:27:40.538Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1564 | 2024-06-22T01:27:41.119Z | Compiling serde_path_to_error v0.1.16 |
1565 | 2024-06-22T01:27:41.251Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1566 | 2024-06-22T01:27:45.873Z | Compiling hostname v0.4.0 |
1567 | 2024-06-22T01:27:45.912Z | Compiling socket2 v0.4.10 |
1568 | 2024-06-22T01:27:45.912Z | Compiling instant v0.1.12 |
1569 | 2024-06-22T01:27:45.912Z | Compiling debug-ignore v1.0.5 |
1570 | 2024-06-22T01:27:45.912Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1571 | 2024-06-22T01:27:45.950Z | Compiling parse-display v0.9.0 |
1572 | 2024-06-22T01:27:45.950Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1573 | 2024-06-22T01:27:45.950Z | Compiling backoff v0.4.0 |
1574 | 2024-06-22T01:27:45.950Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1575 | 2024-06-22T01:27:45.950Z | Compiling serde_with v3.8.1 |
1576 | 2024-06-22T01:27:45.950Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1577 | 2024-06-22T01:27:46.247Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1578 | 2024-06-22T01:27:47.500Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1579 | 2024-06-22T01:27:48.217Z | Compiling camino-tempfile v1.1.1 |
1580 | 2024-06-22T01:27:49.108Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1581 | 2024-06-22T01:27:49.611Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1582 | 2024-06-22T01:27:49.627Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1583 | 2024-06-22T01:27:49.661Z | Compiling macaddr v1.0.1 |
1584 | 2024-06-22T01:27:49.796Z | Compiling num-derive v0.4.2 |
1585 | 2024-06-22T01:27:50.256Z | Compiling sigpipe v0.1.3 |
1586 | 2024-06-22T01:27:50.389Z | Compiling libefi-sys v0.1.0 |
1587 | 2024-06-22T01:27:50.687Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1588 | 2024-06-22T01:27:51.259Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1589 | 2024-06-22T01:27:51.502Z | Compiling rayon v1.10.0 |
1590 | 2024-06-22T01:27:52.145Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1591 | 2024-06-22T01:27:52.380Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1592 | 2024-06-22T01:27:53.518Z | Compiling smf v0.2.3 |
1593 | 2024-06-22T01:27:53.822Z | Compiling ring v0.16.20 |
1594 | 2024-06-22T01:27:54.650Z | Compiling blake3 v1.5.1 |
1595 | 2024-06-22T01:27:54.798Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1596 | 2024-06-22T01:27:55.154Z | Compiling portable-atomic v1.6.0 |
1597 | 2024-06-22T01:27:56.073Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1598 | 2024-06-22T01:27:56.141Z | Compiling xattr v1.3.1 |
1599 | 2024-06-22T01:27:56.375Z | Compiling memmap2 v0.9.4 |
1600 | 2024-06-22T01:27:56.446Z | Compiling filetime v0.2.23 |
1601 | 2024-06-22T01:27:56.780Z | Compiling constant_time_eq v0.3.0 |
1602 | 2024-06-22T01:27:56.913Z | Compiling untrusted v0.7.1 |
1603 | 2024-06-22T01:27:56.955Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1604 | 2024-06-22T01:27:57.112Z | Compiling same-file v1.0.6 |
1605 | 2024-06-22T01:27:57.129Z | Compiling arrayvec v0.7.4 |
1606 | 2024-06-22T01:27:57.217Z | Compiling arrayref v0.3.7 |
1607 | 2024-06-22T01:27:57.291Z | Compiling walkdir v2.5.0 |
1608 | 2024-06-22T01:27:57.321Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1609 | 2024-06-22T01:27:57.372Z | Compiling tar v0.4.40 |
1610 | 2024-06-22T01:27:58.951Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1611 | 2024-06-22T01:27:59.467Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1612 | 2024-06-22T01:28:00.258Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1613 | 2024-06-22T01:28:02.419Z | Compiling gethostname v0.4.3 |
1614 | 2024-06-22T01:28:02.562Z | Compiling topological-sort v0.2.2 |
1615 | 2024-06-22T01:28:02.676Z | Compiling number_prefix v0.4.0 |
1616 | 2024-06-22T01:28:02.703Z | Compiling swrite v0.1.0 |
1617 | 2024-06-22T01:28:02.948Z | Compiling indicatif v0.17.8 |
1618 | 2024-06-22T01:28:04.186Z | Compiling omicron-zone-package v0.11.0 |
1619 | 2024-06-22T01:28:09.915Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1620 | 2024-06-22T01:28:12.237Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1621 | 2024-06-22T01:28:14.714Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1622 | 2024-06-22T01:28:16.394Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1623 | 2024-06-22T01:28:32.455Z | Finished `release` profile [optimized] target(s) in 4m 27s |
1624 | 2024-06-22T01:28:32.570Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1625 | 2024-06-22T01:28:32.611Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1626 | 2024-06-22T01:28:32.614Z | Created new build target 'test' and set it as active |
1627 | 2024-06-22T01:28:32.614Z | |
1628 | 2024-06-22T01:28:32.614Z | real 4:27.887337116 |
1629 | 2024-06-22T01:28:32.614Z | user 29:56.021874887 |
1630 | 2024-06-22T01:28:32.614Z | sys 3:54.734183308 |
1631 | 2024-06-22T01:28:32.614Z | trap 0.871381111 |
1632 | 2024-06-22T01:28:32.614Z | tflt 3.041433125 |
1633 | 2024-06-22T01:28:32.614Z | dflt 1.638385384 |
1634 | 2024-06-22T01:28:32.614Z | kflt 0.017389387 |
1635 | 2024-06-22T01:28:32.614Z | lock 1:02:26.114960096 |
1636 | 2024-06-22T01:28:32.614Z | slp 1:23:56.428587395 |
1637 | 2024-06-22T01:28:32.614Z | lat 2:01.156033227 |
1638 | 2024-06-22T01:28:32.614Z | stop 2:57.357691974 |
1639 | 2024-06-22T01:28:32.614Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1640 | 2024-06-22T01:28:33.491Z | Finished `release` profile [optimized] target(s) in 0.83s |
1641 | 2024-06-22T01:28:33.530Z | Running `target/release/omicron-package -t test package` |
1642 | 2024-06-22T01:28:33.564Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1643 | 2024-06-22T01:28:34.476Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1644 | 2024-06-22T01:28:34.573Z | Compiling newline-converter v0.3.0 |
1645 | 2024-06-22T01:28:34.582Z | Compiling humantime v2.1.0 |
1646 | 2024-06-22T01:28:34.585Z | Compiling derive-where v1.2.7 |
1647 | 2024-06-22T01:28:34.602Z | Compiling convert_case v0.4.0 |
1648 | 2024-06-22T01:28:34.611Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1649 | 2024-06-22T01:28:34.614Z | Compiling password-hash v0.5.0 |
1650 | 2024-06-22T01:28:34.614Z | Compiling blake2 v0.10.6 |
1651 | 2024-06-22T01:28:34.726Z | Compiling expectorate v1.1.0 |
1652 | 2024-06-22T01:28:34.781Z | Compiling linked-hash-map v0.5.6 |
1653 | 2024-06-22T01:28:34.900Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1654 | 2024-06-22T01:28:35.161Z | Compiling argon2 v0.5.3 |
1655 | 2024-06-22T01:28:35.360Z | Compiling derive_more v0.99.17 |
1656 | 2024-06-22T01:28:35.374Z | Compiling lru-cache v0.1.2 |
1657 | 2024-06-22T01:28:35.588Z | Compiling semver v0.1.20 |
1658 | 2024-06-22T01:28:35.846Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1659 | 2024-06-22T01:28:36.155Z | Compiling rustc_version v0.1.7 |
1660 | 2024-06-22T01:28:36.470Z | Compiling home v0.5.9 |
1661 | 2024-06-22T01:28:36.578Z | Compiling newtype_derive v0.1.6 |
1662 | 2024-06-22T01:28:36.704Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1663 | 2024-06-22T01:28:36.906Z | Compiling slog-dtrace v0.3.0 |
1664 | 2024-06-22T01:28:37.031Z | Compiling steno v0.4.0 |
1665 | 2024-06-22T01:28:37.186Z | Compiling quick-error v1.2.3 |
1666 | 2024-06-22T01:28:37.334Z | Compiling resolv-conf v0.7.0 |
1667 | 2024-06-22T01:28:37.613Z | Compiling termcolor v1.4.1 |
1668 | 2024-06-22T01:28:37.786Z | Compiling trust-dns-resolver v0.22.0 |
1669 | 2024-06-22T01:28:38.959Z | Compiling utf-8 v0.7.6 |
1670 | 2024-06-22T01:28:39.307Z | Compiling num-rational v0.4.2 |
1671 | 2024-06-22T01:28:40.282Z | Compiling num-complex v0.4.6 |
1672 | 2024-06-22T01:28:41.368Z | Compiling radium v0.7.0 |
1673 | 2024-06-22T01:28:41.587Z | Compiling num v0.4.3 |
1674 | 2024-06-22T01:28:41.704Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1675 | 2024-06-22T01:28:41.752Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1676 | 2024-06-22T01:28:41.807Z | Compiling nibble_vec v0.1.0 |
1677 | 2024-06-22T01:28:42.019Z | Compiling endian-type v0.1.2 |
1678 | 2024-06-22T01:28:42.252Z | Compiling tap v1.0.1 |
1679 | 2024-06-22T01:28:42.432Z | Compiling display-error-chain v0.2.0 |
1680 | 2024-06-22T01:28:42.607Z | Compiling maybe-uninit v2.0.0 |
1681 | 2024-06-22T01:28:42.688Z | Compiling wyz v0.5.1 |
1682 | 2024-06-22T01:28:42.764Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1683 | 2024-06-22T01:28:43.172Z | Compiling radix_trie v0.2.1 |
1684 | 2024-06-22T01:28:43.712Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1685 | 2024-06-22T01:28:44.081Z | Compiling crc-catalog v2.4.0 |
1686 | 2024-06-22T01:28:44.149Z | Compiling packed_struct v0.10.1 |
1687 | 2024-06-22T01:28:44.225Z | Compiling num-bigint-dig v0.8.4 |
1688 | 2024-06-22T01:28:44.510Z | Compiling funty v2.0.0 |
1689 | 2024-06-22T01:28:44.592Z | Compiling crc v3.2.1 |
1690 | 2024-06-22T01:28:46.497Z | Compiling bitvec v1.0.1 |
1691 | 2024-06-22T01:28:47.054Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1692 | 2024-06-22T01:28:48.886Z | Compiling packed_struct_codegen v0.10.1 |
1693 | 2024-06-22T01:28:50.964Z | Compiling dirs-sys-next v0.1.2 |
1694 | 2024-06-22T01:28:51.495Z | Compiling indexmap v1.9.3 |
1695 | 2024-06-22T01:28:51.526Z | Compiling cancel-safe-futures v0.1.5 |
1696 | 2024-06-22T01:28:51.808Z | Compiling arc-swap v1.7.1 |
1697 | 2024-06-22T01:28:51.853Z | Compiling crunchy v0.2.2 |
1698 | 2024-06-22T01:28:52.296Z | Compiling nodrop v0.1.14 |
1699 | 2024-06-22T01:28:52.432Z | Compiling glob v0.3.1 |
1700 | 2024-06-22T01:28:52.504Z | Compiling array-init v0.0.4 |
1701 | 2024-06-22T01:28:52.729Z | Compiling slog-scope v4.4.0 |
1702 | 2024-06-22T01:28:53.272Z | Compiling clang-sys v1.7.0 |
1703 | 2024-06-22T01:28:53.820Z | Compiling dirs-next v2.0.0 |
1704 | 2024-06-22T01:28:53.945Z | Compiling smallvec v0.6.14 |
1705 | 2024-06-22T01:28:54.427Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1706 | 2024-06-22T01:28:57.897Z | Compiling pkcs1 v0.7.5 |
1707 | 2024-06-22T01:28:59.211Z | Compiling signature v2.2.0 |
1708 | 2024-06-22T01:28:59.406Z | Compiling fxhash v0.2.1 |
1709 | 2024-06-22T01:28:59.486Z | Compiling hashbrown v0.12.3 |
1710 | 2024-06-22T01:28:59.612Z | Compiling maplit v1.0.2 |
1711 | 2024-06-22T01:28:59.734Z | Compiling bitfield v0.14.0 |
1712 | 2024-06-22T01:29:00.034Z | Compiling prettyplease v0.2.20 |
1713 | 2024-06-22T01:29:00.320Z | Compiling tiny-keccak v2.0.2 |
1714 | 2024-06-22T01:29:00.634Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1715 | 2024-06-22T01:29:01.847Z | Compiling rsa v0.9.6 |
1716 | 2024-06-22T01:29:01.885Z | Compiling serde-hex v0.1.0 |
1717 | 2024-06-22T01:29:03.852Z | Compiling term v0.7.0 |
1718 | 2024-06-22T01:29:05.971Z | Compiling slog-stdlog v4.1.1 |
1719 | 2024-06-22T01:29:06.668Z | Compiling bzip2 v0.4.4 |
1720 | 2024-06-22T01:29:06.898Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1721 | 2024-06-22T01:29:06.953Z | Compiling env_logger v0.10.2 |
1722 | 2024-06-22T01:29:07.120Z | Compiling rayon-core v1.12.1 |
1723 | 2024-06-22T01:29:07.142Z | Compiling x509-cert v0.2.5 |
1724 | 2024-06-22T01:29:07.205Z | Compiling ron v0.8.1 |
1725 | 2024-06-22T01:29:07.331Z | Compiling crossbeam-deque v0.8.5 |
1726 | 2024-06-22T01:29:07.689Z | Compiling hashbrown v0.13.2 |
1727 | 2024-06-22T01:29:09.109Z | Compiling half v2.4.1 |
1728 | 2024-06-22T01:29:09.840Z | Compiling ciborium-io v0.2.2 |
1729 | 2024-06-22T01:29:09.973Z | Compiling crc-any v2.5.0 |
1730 | 2024-06-22T01:29:10.103Z | Compiling fastrand v2.1.0 |
1731 | 2024-06-22T01:29:10.625Z | Compiling same-file v1.0.6 |
1732 | 2024-06-22T01:29:10.852Z | Compiling walkdir v2.5.0 |
1733 | 2024-06-22T01:29:10.904Z | Compiling tempfile v3.10.1 |
1734 | 2024-06-22T01:29:11.475Z | Compiling ciborium-ll v0.2.2 |
1735 | 2024-06-22T01:29:11.713Z | Compiling object v0.30.4 |
1736 | 2024-06-22T01:29:11.993Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1737 | 2024-06-22T01:29:13.369Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1738 | 2024-06-22T01:29:15.378Z | Compiling zip v0.6.6 |
1739 | 2024-06-22T01:29:15.904Z | Compiling slog-envlogger v2.2.0 |
1740 | 2024-06-22T01:29:18.211Z | Compiling ascii-canvas v3.0.0 |
1741 | 2024-06-22T01:29:18.403Z | Compiling camino v1.1.7 |
1742 | 2024-06-22T01:29:18.476Z | Compiling ena v0.14.3 |
1743 | 2024-06-22T01:29:18.561Z | Compiling is-terminal v0.4.12 |
1744 | 2024-06-22T01:29:18.692Z | Compiling libloading v0.8.3 |
1745 | 2024-06-22T01:29:18.707Z | Compiling path-slash v0.1.5 |
1746 | 2024-06-22T01:29:18.850Z | Compiling bindgen v0.69.4 |
1747 | 2024-06-22T01:29:18.956Z | Compiling regex-syntax v0.6.29 |
1748 | 2024-06-22T01:29:19.040Z | Compiling diff v0.1.13 |
1749 | 2024-06-22T01:29:19.101Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1750 | 2024-06-22T01:29:19.596Z | Compiling ring v0.16.20 |
1751 | 2024-06-22T01:29:22.254Z | Compiling lalrpop v0.19.12 |
1752 | 2024-06-22T01:29:24.269Z | Compiling blake3 v1.5.1 |
1753 | 2024-06-22T01:29:24.894Z | Compiling rayon v1.10.0 |
1754 | 2024-06-22T01:29:25.502Z | Compiling ciborium v0.2.2 |
1755 | 2024-06-22T01:29:29.734Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1756 | 2024-06-22T01:29:30.310Z | Compiling tungstenite v0.21.0 |
1757 | 2024-06-22T01:29:30.347Z | Compiling which v4.4.2 |
1758 | 2024-06-22T01:29:30.618Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1759 | 2024-06-22T01:29:30.819Z | Compiling cexpr v0.6.0 |
1760 | 2024-06-22T01:29:30.851Z | Compiling xattr v1.3.1 |
1761 | 2024-06-22T01:29:30.910Z | Compiling filetime v0.2.23 |
1762 | 2024-06-22T01:29:31.121Z | Compiling atty v0.2.14 |
1763 | 2024-06-22T01:29:31.204Z | Compiling memmap2 v0.9.4 |
1764 | 2024-06-22T01:29:31.273Z | Compiling lazycell v1.3.0 |
1765 | 2024-06-22T01:29:31.443Z | Compiling arrayref v0.3.7 |
1766 | 2024-06-22T01:29:31.543Z | Compiling arrayvec v0.7.4 |
1767 | 2024-06-22T01:29:31.601Z | Compiling shlex v1.3.0 |
1768 | 2024-06-22T01:29:31.971Z | Compiling ref-cast v1.0.23 |
1769 | 2024-06-22T01:29:31.986Z | Compiling rustc-hash v1.1.0 |
1770 | 2024-06-22T01:29:32.139Z | Compiling untrusted v0.7.1 |
1771 | 2024-06-22T01:29:32.326Z | Compiling constant_time_eq v0.3.0 |
1772 | 2024-06-22T01:29:33.961Z | Compiling tokio-tungstenite v0.21.0 |
1773 | 2024-06-22T01:29:34.508Z | Compiling tar v0.4.40 |
1774 | 2024-06-22T01:29:34.998Z | Compiling camino-tempfile v1.1.1 |
1775 | 2024-06-22T01:29:35.423Z | Compiling toolchain_find v0.4.0 |
1776 | 2024-06-22T01:29:35.514Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1777 | 2024-06-22T01:29:35.757Z | Compiling derive_builder_core v0.20.0 |
1778 | 2024-06-22T01:29:35.790Z | Compiling headers-core v0.2.0 |
1779 | 2024-06-22T01:29:35.954Z | Compiling toml v0.8.13 |
1780 | 2024-06-22T01:29:35.957Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1781 | 2024-06-22T01:29:36.326Z | Compiling libsw v3.3.1 |
1782 | 2024-06-22T01:29:36.388Z | Compiling libxml v0.3.3 |
1783 | 2024-06-22T01:29:36.651Z | Compiling ref-cast-impl v1.0.23 |
1784 | 2024-06-22T01:29:36.730Z | Compiling parking_lot_core v0.8.6 |
1785 | 2024-06-22T01:29:37.135Z | Compiling linear-map v1.2.0 |
1786 | 2024-06-22T01:29:37.471Z | Compiling owo-colors v4.0.0 |
1787 | 2024-06-22T01:29:37.541Z | Compiling topological-sort v0.2.2 |
1788 | 2024-06-22T01:29:37.748Z | Compiling omicron-zone-package v0.11.0 |
1789 | 2024-06-22T01:29:37.954Z | Compiling rustfmt-wrapper v0.2.1 |
1790 | 2024-06-22T01:29:37.968Z | Compiling derive_builder_macro v0.20.0 |
1791 | 2024-06-22T01:29:38.510Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1792 | 2024-06-22T01:29:38.740Z | Compiling headers v0.3.9 |
1793 | 2024-06-22T01:29:38.853Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1794 | 2024-06-22T01:29:40.251Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1795 | 2024-06-22T01:29:42.223Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1796 | 2024-06-22T01:29:42.396Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1797 | 2024-06-22T01:29:42.572Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1798 | 2024-06-22T01:29:42.676Z | Compiling pem v3.0.4 |
1799 | 2024-06-22T01:29:43.348Z | Compiling strum_macros v0.24.3 |
1800 | 2024-06-22T01:29:44.229Z | Compiling async-recursion v1.1.1 |
1801 | 2024-06-22T01:29:45.728Z | Compiling unicase v2.7.0 |
1802 | 2024-06-22T01:29:46.029Z | Compiling cookie v0.18.1 |
1803 | 2024-06-22T01:29:46.335Z | Compiling indoc v1.0.9 |
1804 | 2024-06-22T01:29:46.654Z | Compiling samael v0.0.15 |
1805 | 2024-06-22T01:29:46.872Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1806 | 2024-06-22T01:29:47.598Z | Compiling derive_builder v0.20.0 |
1807 | 2024-06-22T01:29:48.674Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1808 | 2024-06-22T01:29:48.921Z | Compiling oso-derive v0.27.3 |
1809 | 2024-06-22T01:29:49.208Z | Compiling polar-core v0.27.3 |
1810 | 2024-06-22T01:29:49.887Z | Compiling impl-trait-for-tuples v0.2.2 |
1811 | 2024-06-22T01:29:52.746Z | Compiling quick-xml v0.31.0 |
1812 | 2024-06-22T01:29:52.853Z | Compiling vte_generate_state_changes v0.1.1 |
1813 | 2024-06-22T01:29:53.478Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1814 | 2024-06-22T01:29:53.767Z | Compiling cfg_aliases v0.1.1 |
1815 | 2024-06-22T01:29:53.868Z | Compiling buf-list v1.0.3 |
1816 | 2024-06-22T01:29:54.475Z | Compiling nix v0.28.0 |
1817 | 2024-06-22T01:29:55.207Z | Compiling vte v0.11.1 |
1818 | 2024-06-22T01:29:55.243Z | Compiling parking_lot v0.11.2 |
1819 | 2024-06-22T01:29:57.234Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1820 | 2024-06-22T01:29:59.033Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1821 | 2024-06-22T01:29:59.036Z | Compiling trust-dns-client v0.22.0 |
1822 | 2024-06-22T01:29:59.379Z | Compiling tungstenite v0.20.1 |
1823 | 2024-06-22T01:30:00.545Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1824 | 2024-06-22T01:30:00.816Z | Compiling fd-lock v4.0.2 |
1825 | 2024-06-22T01:30:01.044Z | Compiling const_format_proc_macros v0.2.32 |
1826 | 2024-06-22T01:30:02.760Z | Compiling bb8 v0.8.3 |
1827 | 2024-06-22T01:30:03.055Z | Compiling toml v0.5.11 |
1828 | 2024-06-22T01:30:03.282Z | Compiling pin-project-internal v1.1.5 |
1829 | 2024-06-22T01:30:04.545Z | Compiling memoffset v0.9.1 |
1830 | 2024-06-22T01:30:04.851Z | Compiling bytecount v0.6.8 |
1831 | 2024-06-22T01:30:05.160Z | Compiling papergrid v0.11.0 |
1832 | 2024-06-22T01:30:06.064Z | Compiling pin-project v1.1.5 |
1833 | 2024-06-22T01:30:06.340Z | Compiling trust-dns-server v0.22.1 |
1834 | 2024-06-22T01:30:09.769Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1835 | 2024-06-22T01:30:10.456Z | Compiling const_format v0.2.32 |
1836 | 2024-06-22T01:30:11.735Z | Compiling tokio-tungstenite v0.20.1 |
1837 | 2024-06-22T01:30:12.428Z | Compiling strip-ansi-escapes v0.2.0 |
1838 | 2024-06-22T01:30:13.229Z | Compiling sled v0.34.7 |
1839 | 2024-06-22T01:30:17.373Z | Compiling oso v0.27.3 |
1840 | 2024-06-22T01:30:29.125Z | Compiling tabled_derive v0.7.0 |
1841 | 2024-06-22T01:30:31.390Z | Compiling snafu-derive v0.8.2 |
1842 | 2024-06-22T01:30:35.452Z | Compiling nu-ansi-term v0.50.0 |
1843 | 2024-06-22T01:30:35.772Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1844 | 2024-06-22T01:30:36.041Z | Compiling platforms v3.4.0 |
1845 | 2024-06-22T01:30:36.469Z | Compiling snafu v0.8.2 |
1846 | 2024-06-22T01:30:36.656Z | Compiling curve25519-dalek v4.1.2 |
1847 | 2024-06-22T01:30:36.742Z | Compiling reedline v0.31.0 |
1848 | 2024-06-22T01:30:37.060Z | Compiling tabled v0.15.0 |
1849 | 2024-06-22T01:30:43.708Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1850 | 2024-06-22T01:30:44.694Z | Compiling env_logger v0.9.3 |
1851 | 2024-06-22T01:30:47.430Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1852 | 2024-06-22T01:30:49.210Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1853 | 2024-06-22T01:30:50.887Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1854 | 2024-06-22T01:30:51.399Z | Compiling globset v0.4.14 |
1855 | 2024-06-22T01:30:52.669Z | Compiling peg-macros v0.8.3 |
1856 | 2024-06-22T01:30:56.085Z | Compiling olpc-cjson v0.1.3 |
1857 | 2024-06-22T01:30:56.425Z | Compiling kstat-rs v0.2.3 |
1858 | 2024-06-22T01:30:57.559Z | Compiling bitstruct_derive v0.1.0 |
1859 | 2024-06-22T01:30:58.848Z | Compiling serde_plain v1.0.2 |
1860 | 2024-06-22T01:30:58.918Z | Compiling sqlparser_derive v0.2.2 |
1861 | 2024-06-22T01:30:59.112Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1862 | 2024-06-22T01:30:59.253Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1863 | 2024-06-22T01:30:59.388Z | Compiling ascii v1.1.0 |
1864 | 2024-06-22T01:30:59.505Z | Compiling typed-path v0.7.1 |
1865 | 2024-06-22T01:30:59.544Z | Compiling unicode_categories v0.1.1 |
1866 | 2024-06-22T01:30:59.884Z | Compiling salty v0.2.0 |
1867 | 2024-06-22T01:30:59.945Z | Compiling signature v1.6.4 |
1868 | 2024-06-22T01:31:00.107Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1869 | 2024-06-22T01:31:00.284Z | Compiling keccak v0.1.5 |
1870 | 2024-06-22T01:31:00.415Z | Compiling rustyline v14.0.0 |
1871 | 2024-06-22T01:31:00.493Z | Compiling ed25519 v1.5.3 |
1872 | 2024-06-22T01:31:00.795Z | Compiling sha3 v0.10.8 |
1873 | 2024-06-22T01:31:01.269Z | Compiling sqlparser v0.45.0 |
1874 | 2024-06-22T01:31:01.668Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1875 | 2024-06-22T01:31:06.295Z | Compiling tough v0.17.1 |
1876 | 2024-06-22T01:31:09.653Z | Compiling sqlformat v0.2.3 |
1877 | 2024-06-22T01:31:12.528Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1878 | 2024-06-22T01:31:12.817Z | Compiling bitstruct v0.1.1 |
1879 | 2024-06-22T01:31:12.950Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1880 | 2024-06-22T01:31:20.871Z | Compiling peg v0.8.3 |
1881 | 2024-06-22T01:31:21.003Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1882 | 2024-06-22T01:31:21.570Z | Compiling nix v0.27.1 |
1883 | 2024-06-22T01:31:21.985Z | Compiling mime_guess v2.0.4 |
1884 | 2024-06-22T01:31:24.645Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1885 | 2024-06-22T01:31:25.110Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1886 | 2024-06-22T01:31:27.584Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1887 | 2024-06-22T01:31:27.918Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1888 | 2024-06-22T01:31:28.042Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1889 | 2024-06-22T01:31:29.186Z | Compiling universal-hash v0.5.1 |
1890 | 2024-06-22T01:31:29.413Z | Compiling bcs v0.1.6 |
1891 | 2024-06-22T01:31:30.237Z | Compiling secrecy v0.8.0 |
1892 | 2024-06-22T01:31:30.321Z | Compiling thiserror-impl-no-std v2.0.2 |
1893 | 2024-06-22T01:31:30.509Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1894 | 2024-06-22T01:31:31.373Z | Compiling serde_arrays v0.1.0 |
1895 | 2024-06-22T01:31:31.569Z | Compiling erased-serde v0.3.31 |
1896 | 2024-06-22T01:31:33.150Z | Compiling serde-big-array v0.5.1 |
1897 | 2024-06-22T01:31:33.369Z | Compiling nanorand v0.7.0 |
1898 | 2024-06-22T01:31:33.427Z | Compiling curve25519-dalek-derive v0.1.1 |
1899 | 2024-06-22T01:31:34.136Z | Compiling opaque-debug v0.3.1 |
1900 | 2024-06-22T01:31:34.247Z | Compiling highway v1.1.0 |
1901 | 2024-06-22T01:31:34.854Z | Compiling parse-size v1.0.0 |
1902 | 2024-06-22T01:31:35.155Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1903 | 2024-06-22T01:31:40.594Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1904 | 2024-06-22T01:31:44.849Z | Compiling poly1305 v0.8.0 |
1905 | 2024-06-22T01:31:44.888Z | Compiling flume v0.11.0 |
1906 | 2024-06-22T01:31:44.888Z | Compiling thiserror-no-std v2.0.2 |
1907 | 2024-06-22T01:31:44.888Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1908 | 2024-06-22T01:31:44.888Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1909 | 2024-06-22T01:31:45.485Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1910 | 2024-06-22T01:31:59.760Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1911 | 2024-06-22T01:32:01.528Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1912 | 2024-06-22T01:32:01.807Z | Compiling chacha20 v0.9.1 |
1913 | 2024-06-22T01:32:02.262Z | Compiling signal-hook-tokio v0.3.1 |
1914 | 2024-06-22T01:32:02.466Z | Compiling heck v0.3.3 |
1915 | 2024-06-22T01:32:02.858Z | Compiling aead v0.5.2 |
1916 | 2024-06-22T01:32:03.197Z | Compiling castaway v0.2.2 |
1917 | 2024-06-22T01:32:03.392Z | Compiling rand_seeder v0.2.3 |
1918 | 2024-06-22T01:32:03.786Z | Compiling serde-big-array v0.4.1 |
1919 | 2024-06-22T01:32:03.994Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1920 | 2024-06-22T01:32:04.309Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1921 | 2024-06-22T01:32:05.667Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1922 | 2024-06-22T01:32:05.687Z | Compiling compact_str v0.7.1 |
1923 | 2024-06-22T01:32:05.884Z | Compiling chacha20poly1305 v0.10.1 |
1924 | 2024-06-22T01:32:06.136Z | Compiling zone_cfg_derive v0.1.2 |
1925 | 2024-06-22T01:32:07.217Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1926 | 2024-06-22T01:32:07.560Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1927 | 2024-06-22T01:32:09.812Z | Compiling vsss-rs v3.3.4 |
1928 | 2024-06-22T01:32:14.178Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1929 | 2024-06-22T01:32:20.127Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1930 | 2024-06-22T01:32:20.218Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1931 | 2024-06-22T01:32:20.559Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1932 | 2024-06-22T01:32:20.805Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1933 | 2024-06-22T01:32:20.856Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1934 | 2024-06-22T01:32:21.091Z | Compiling lru v0.12.3 |
1935 | 2024-06-22T01:32:21.466Z | Compiling stability v0.2.0 |
1936 | 2024-06-22T01:32:22.457Z | Compiling base64 v0.13.1 |
1937 | 2024-06-22T01:32:23.059Z | Compiling cassowary v0.3.0 |
1938 | 2024-06-22T01:32:23.269Z | Compiling corncobs v0.1.3 |
1939 | 2024-06-22T01:32:23.640Z | Compiling indoc v2.0.5 |
1940 | 2024-06-22T01:32:24.532Z | Compiling http-range v0.1.5 |
1941 | 2024-06-22T01:32:25.097Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1942 | 2024-06-22T01:32:26.480Z | Compiling hyper-staticfile v0.9.5 |
1943 | 2024-06-22T01:32:26.768Z | Compiling ratatui v0.26.2 |
1944 | 2024-06-22T01:32:29.588Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1945 | 2024-06-22T01:32:30.317Z | Compiling ron v0.7.1 |
1946 | 2024-06-22T01:32:31.054Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1947 | 2024-06-22T01:32:34.835Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1948 | 2024-06-22T01:32:35.795Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1949 | 2024-06-22T01:32:36.459Z | Compiling zone v0.1.8 |
1950 | 2024-06-22T01:32:39.628Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1951 | 2024-06-22T01:32:51.070Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1952 | 2024-06-22T01:32:51.810Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1953 | 2024-06-22T01:32:52.532Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1954 | 2024-06-22T01:32:54.646Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1955 | 2024-06-22T01:32:54.928Z | Compiling portpicker v0.1.1 |
1956 | 2024-06-22T01:32:55.433Z | Compiling csv-core v0.1.11 |
1957 | 2024-06-22T01:32:56.313Z | Compiling smawk v0.3.2 |
1958 | 2024-06-22T01:32:56.563Z | Compiling unicode-linebreak v0.1.5 |
1959 | 2024-06-22T01:32:57.101Z | Compiling textwrap v0.16.1 |
1960 | 2024-06-22T01:32:57.915Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1961 | 2024-06-22T01:33:00.824Z | Compiling csv v1.3.0 |
1962 | 2024-06-22T01:33:04.533Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
1963 | 2024-06-22T01:33:06.869Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1964 | 2024-06-22T01:33:07.983Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1965 | 2024-06-22T01:33:11.002Z | Compiling rcgen v0.12.1 |
1966 | 2024-06-22T01:33:18.457Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1967 | 2024-06-22T01:33:18.946Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
1968 | 2024-06-22T01:33:19.225Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1969 | 2024-06-22T01:33:21.107Z | Compiling atomicwrites v0.4.3 |
1970 | 2024-06-22T01:33:21.535Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
1971 | 2024-06-22T01:33:21.636Z | Compiling fatfs v0.3.6 |
1972 | 2024-06-22T01:33:23.690Z | Compiling subprocess v0.2.9 |
1973 | 2024-06-22T01:33:24.462Z | Compiling rtoolbox v0.0.2 |
1974 | 2024-06-22T01:33:24.917Z | Compiling is_ci v1.2.0 |
1975 | 2024-06-22T01:33:25.206Z | Compiling assert_matches v1.5.0 |
1976 | 2024-06-22T01:33:25.795Z | Compiling supports-color v3.0.0 |
1977 | 2024-06-22T01:33:26.143Z | Compiling rpassword v7.3.1 |
1978 | 2024-06-22T01:33:26.453Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1979 | 2024-06-22T01:33:26.595Z | Compiling tui-tree-widget v0.19.0 |
1980 | 2024-06-22T01:33:27.008Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
1981 | 2024-06-22T01:33:28.763Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
1982 | 2024-06-22T01:33:29.679Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
1983 | 2024-06-22T01:33:29.978Z | Compiling shell-words v1.1.0 |
1984 | 2024-06-22T01:33:30.418Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
1985 | 2024-06-22T01:33:31.130Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
1986 | 2024-06-22T01:33:33.566Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1987 | 2024-06-22T01:33:59.106Z | Compiling multimap v0.10.0 |
1988 | 2024-06-22T01:33:59.490Z | Compiling uzers v0.11.3 |
1989 | 2024-06-22T01:34:02.316Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
1990 | 2024-06-22T01:36:22.704Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
1991 | 2024-06-22T01:36:30.972Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1992 | 2024-06-22T01:42:35.058Z | Finished `release` profile [optimized] target(s) in 14m 01s |
1993 | 2024-06-22T01:43:21.460Z | |
1994 | 2024-06-22T01:43:21.463Z | real 14:48.768563155 |
1995 | 2024-06-22T01:43:21.463Z | user 1:43:05.169227415 |
1996 | 2024-06-22T01:43:21.463Z | sys 5:30.183111748 |
1997 | 2024-06-22T01:43:21.463Z | trap 2.377820278 |
1998 | 2024-06-22T01:43:21.463Z | tflt 2.239510347 |
1999 | 2024-06-22T01:43:21.463Z | dflt 3.291066631 |
2000 | 2024-06-22T01:43:21.463Z | kflt 0.001889718 |
2001 | 2024-06-22T01:43:21.463Z | lock 6:15:58.646393335 |
2002 | 2024-06-22T01:43:21.463Z | slp 4:00:32.917101921 |
2003 | 2024-06-22T01:43:21.463Z | lat 2:23.841466908 |
2004 | 2024-06-22T01:43:21.463Z | stop 1:41.337663740 |
2005 | 2024-06-22T01:43:21.463Z | + mapfile -t packages |
2006 | 2024-06-22T01:43:21.463Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2007 | 2024-06-22T01:43:22.330Z | Finished `release` profile [optimized] target(s) in 0.82s |
2008 | 2024-06-22T01:43:22.369Z | Running `target/release/omicron-package -t test list-outputs` |
2009 | 2024-06-22T01:43:22.404Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2010 | 2024-06-22T01:43:22.408Z | + ptime -m cargo build --locked --release -p xtask |
2011 | 2024-06-22T01:43:22.995Z | Compiling serde v1.0.203 |
2012 | 2024-06-22T01:43:22.998Z | Compiling bitflags v2.5.0 |
2013 | 2024-06-22T01:43:23.079Z | Compiling syn v2.0.64 |
2014 | 2024-06-22T01:43:23.086Z | Compiling bytes v1.6.0 |
2015 | 2024-06-22T01:43:23.089Z | Compiling scopeguard v1.2.0 |
2016 | 2024-06-22T01:43:23.095Z | Compiling smallvec v1.13.2 |
2017 | 2024-06-22T01:43:23.101Z | Compiling serde_json v1.0.117 |
2018 | 2024-06-22T01:43:23.231Z | Compiling lock_api v0.4.12 |
2019 | 2024-06-22T01:43:23.429Z | Compiling log v0.4.21 |
2020 | 2024-06-22T01:43:23.585Z | Compiling parking_lot_core v0.9.10 |
2021 | 2024-06-22T01:43:23.612Z | Compiling hashbrown v0.14.5 |
2022 | 2024-06-22T01:43:23.617Z | Compiling mio v0.8.11 |
2023 | 2024-06-22T01:43:23.734Z | Compiling libc v0.2.155 |
2024 | 2024-06-22T01:43:23.895Z | Compiling generic-array v0.14.7 |
2025 | 2024-06-22T01:43:23.990Z | Compiling parking_lot v0.12.2 |
2026 | 2024-06-22T01:43:24.195Z | Compiling slog v2.7.0 |
2027 | 2024-06-22T01:43:24.547Z | Compiling http v0.2.12 |
2028 | 2024-06-22T01:43:24.735Z | Compiling rustix v0.38.34 |
2029 | 2024-06-22T01:43:24.884Z | Compiling usdt-impl v0.5.0 |
2030 | 2024-06-22T01:43:25.213Z | Compiling indexmap v2.2.6 |
2031 | 2024-06-22T01:43:25.230Z | Compiling syn v1.0.109 |
2032 | 2024-06-22T01:43:25.294Z | Compiling time-macros v0.2.18 |
2033 | 2024-06-22T01:43:25.815Z | Compiling thread-id v4.2.1 |
2034 | 2024-06-22T01:43:25.831Z | Compiling tracing v0.1.40 |
2035 | 2024-06-22T01:43:26.530Z | Compiling crossbeam-utils v0.8.19 |
2036 | 2024-06-22T01:43:26.818Z | Compiling http-body v0.4.6 |
2037 | 2024-06-22T01:43:27.242Z | Compiling unicode-normalization v0.1.23 |
2038 | 2024-06-22T01:43:27.335Z | Compiling unicode-bidi v0.3.15 |
2039 | 2024-06-22T01:43:27.401Z | Compiling block-buffer v0.10.4 |
2040 | 2024-06-22T01:43:27.635Z | Compiling crypto-common v0.1.6 |
2041 | 2024-06-22T01:43:28.367Z | Compiling time v0.3.36 |
2042 | 2024-06-22T01:43:28.553Z | Compiling idna v0.5.0 |
2043 | 2024-06-22T01:43:29.193Z | Compiling terminal_size v0.3.0 |
2044 | 2024-06-22T01:43:29.416Z | Compiling fs-err v2.11.0 |
2045 | 2024-06-22T01:43:29.706Z | Compiling anyhow v1.0.86 |
2046 | 2024-06-22T01:43:30.241Z | Compiling proc-macro-error v1.0.4 |
2047 | 2024-06-22T01:43:30.290Z | Compiling crossbeam-channel v0.5.12 |
2048 | 2024-06-22T01:43:31.032Z | Compiling clap_builder v4.5.2 |
2049 | 2024-06-22T01:43:31.333Z | Compiling url v2.5.0 |
2050 | 2024-06-22T01:43:31.887Z | Compiling digest v0.10.7 |
2051 | 2024-06-22T01:43:32.030Z | Compiling xattr v1.3.1 |
2052 | 2024-06-22T01:43:32.326Z | Compiling slog-async v2.8.0 |
2053 | 2024-06-22T01:43:32.361Z | Compiling sha2 v0.10.8 |
2054 | 2024-06-22T01:43:33.134Z | Compiling tabled_derive v0.7.0 |
2055 | 2024-06-22T01:43:34.805Z | Compiling serde_derive v1.0.203 |
2056 | 2024-06-22T01:43:35.279Z | Compiling thiserror-impl v1.0.60 |
2057 | 2024-06-22T01:43:35.386Z | Compiling zerocopy-derive v0.7.34 |
2058 | 2024-06-22T01:43:35.420Z | Compiling tokio-macros v2.2.0 |
2059 | 2024-06-22T01:43:36.815Z | Compiling futures-macro v0.3.30 |
2060 | 2024-06-22T01:43:36.971Z | Compiling tokio v1.37.0 |
2061 | 2024-06-22T01:43:37.423Z | Compiling zerocopy v0.7.34 |
2062 | 2024-06-22T01:43:37.555Z | Compiling openssl-macros v0.1.1 |
2063 | 2024-06-22T01:43:38.159Z | Compiling thiserror v1.0.60 |
2064 | 2024-06-22T01:43:38.289Z | Compiling pest v2.7.10 |
2065 | 2024-06-22T01:43:38.476Z | Compiling scroll_derive v0.12.0 |
2066 | 2024-06-22T01:43:38.783Z | Compiling futures-util v0.3.30 |
2067 | 2024-06-22T01:43:39.059Z | Compiling openssl v0.10.64 |
2068 | 2024-06-22T01:43:39.921Z | Compiling scroll v0.12.0 |
2069 | 2024-06-22T01:43:40.590Z | Compiling goblin v0.8.2 |
2070 | 2024-06-22T01:43:41.138Z | Compiling pest_meta v2.7.10 |
2071 | 2024-06-22T01:43:45.541Z | Compiling pest_generator v2.7.10 |
2072 | 2024-06-22T01:43:47.414Z | Compiling pest_derive v2.7.10 |
2073 | 2024-06-22T01:43:48.209Z | Compiling dtrace-parser v0.2.0 |
2074 | 2024-06-22T01:43:50.101Z | Compiling tokio-util v0.7.11 |
2075 | 2024-06-22T01:43:52.340Z | Compiling serde_tokenstream v0.2.0 |
2076 | 2024-06-22T01:43:52.873Z | Compiling h2 v0.3.26 |
2077 | 2024-06-22T01:43:54.806Z | Compiling dof v0.3.0 |
2078 | 2024-06-22T01:43:55.734Z | Compiling serde_spanned v0.6.6 |
2079 | 2024-06-22T01:43:55.819Z | Compiling toml_datetime v0.6.6 |
2080 | 2024-06-22T01:43:56.008Z | Compiling native-tls v0.2.11 |
2081 | 2024-06-22T01:43:57.023Z | Compiling tokio-native-tls v0.3.1 |
2082 | 2024-06-22T01:43:57.132Z | Compiling toml_edit v0.22.13 |
2083 | 2024-06-22T01:43:57.336Z | Compiling usdt-macro v0.5.0 |
2084 | 2024-06-22T01:43:58.604Z | Compiling hyper v0.14.28 |
2085 | 2024-06-22T01:44:02.905Z | Compiling hyper-tls v0.5.0 |
2086 | 2024-06-22T01:44:04.292Z | Compiling toml v0.8.13 |
2087 | 2024-06-22T01:44:04.516Z | Compiling usdt-attr-macro v0.5.0 |
2088 | 2024-06-22T01:44:05.890Z | Compiling slog-json v2.6.1 |
2089 | 2024-06-22T01:44:06.123Z | Compiling serde_urlencoded v0.7.1 |
2090 | 2024-06-22T01:44:06.434Z | Compiling semver v1.0.23 |
2091 | 2024-06-22T01:44:06.773Z | Compiling cargo-platform v0.1.8 |
2092 | 2024-06-22T01:44:07.588Z | Compiling camino v1.1.7 |
2093 | 2024-06-22T01:44:07.870Z | Compiling futures-executor v0.3.30 |
2094 | 2024-06-22T01:44:07.995Z | Compiling clap_derive v4.5.4 |
2095 | 2024-06-22T01:44:08.973Z | Compiling strum_macros v0.26.2 |
2096 | 2024-06-22T01:44:08.976Z | Compiling cargo_metadata v0.18.1 |
2097 | 2024-06-22T01:44:11.179Z | Compiling futures v0.3.30 |
2098 | 2024-06-22T01:44:11.235Z | Compiling reqwest v0.11.27 |
2099 | 2024-06-22T01:44:11.310Z | Compiling slog-bunyan v2.5.0 |
2100 | 2024-06-22T01:44:11.597Z | Compiling usdt v0.5.0 |
2101 | 2024-06-22T01:44:12.681Z | Compiling clap v4.5.4 |
2102 | 2024-06-22T01:44:12.808Z | Compiling cargo_toml v0.20.2 |
2103 | 2024-06-22T01:44:13.100Z | Compiling macaddr v1.0.1 |
2104 | 2024-06-22T01:44:13.665Z | Compiling strum v0.26.2 |
2105 | 2024-06-22T01:44:13.719Z | Compiling tabled v0.15.0 |
2106 | 2024-06-22T01:44:13.875Z | Compiling slog-term v2.9.1 |
2107 | 2024-06-22T01:44:14.990Z | Compiling tar v0.4.40 |
2108 | 2024-06-22T01:44:19.006Z | Compiling md5 v0.7.0 |
2109 | 2024-06-22T01:44:29.704Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2110 | 2024-06-22T01:44:43.812Z | Finished `release` profile [optimized] target(s) in 1m 21s |
2111 | 2024-06-22T01:44:43.903Z | |
2112 | 2024-06-22T01:44:43.906Z | real 1:21.470218968 |
2113 | 2024-06-22T01:44:43.906Z | user 8:52.911926816 |
2114 | 2024-06-22T01:44:43.906Z | sys 50.595124214 |
2115 | 2024-06-22T01:44:43.906Z | trap 0.249741068 |
2116 | 2024-06-22T01:44:43.906Z | tflt 0.508298309 |
2117 | 2024-06-22T01:44:43.906Z | dflt 0.251088032 |
2118 | 2024-06-22T01:44:43.906Z | kflt 0.000007738 |
2119 | 2024-06-22T01:44:43.906Z | lock 19:57.869884778 |
2120 | 2024-06-22T01:44:43.906Z | slp 22:23.443670103 |
2121 | 2024-06-22T01:44:43.906Z | lat 23.983797723 |
2122 | 2024-06-22T01:44:43.906Z | stop 19.574421884 |
2123 | 2024-06-22T01:44:43.906Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2124 | 2024-06-22T01:44:43.906Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2125 | 2024-06-22T01:44:43.906Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2126 | 2024-06-22T01:44:43.906Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2127 | 2024-06-22T01:44:43.906Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2128 | 2024-06-22T01:44:44.427Z | Downloading crates ... |
2129 | 2024-06-22T01:44:44.704Z | Downloaded dhcproto-macros v0.1.0 |
2130 | 2024-06-22T01:44:44.707Z | Downloaded russh-cryptovec v0.7.2 |
2131 | 2024-06-22T01:44:44.711Z | Downloaded option-ext v0.2.0 |
2132 | 2024-06-22T01:44:44.713Z | Downloaded dirs v5.0.1 |
2133 | 2024-06-22T01:44:44.720Z | Downloaded rfc6979 v0.4.0 |
2134 | 2024-06-22T01:44:44.723Z | Downloaded cbc v0.1.2 |
2135 | 2024-06-22T01:44:44.723Z | Downloaded primeorder v0.13.6 |
2136 | 2024-06-22T01:44:44.726Z | Downloaded pbkdf2 v0.12.2 |
2137 | 2024-06-22T01:44:44.726Z | Downloaded ghash v0.5.1 |
2138 | 2024-06-22T01:44:44.729Z | Downloaded rand_chacha v0.2.2 |
2139 | 2024-06-22T01:44:44.729Z | Downloaded ctr v0.9.2 |
2140 | 2024-06-22T01:44:44.732Z | Downloaded internet-checksum v0.2.1 |
2141 | 2024-06-22T01:44:44.732Z | Downloaded ed25519 v2.2.3 |
2142 | 2024-06-22T01:44:44.732Z | Downloaded blowfish v0.9.1 |
2143 | 2024-06-22T01:44:44.734Z | Downloaded dirs-sys v0.4.1 |
2144 | 2024-06-22T01:44:44.734Z | Downloaded bcrypt-pbkdf v0.10.0 |
2145 | 2024-06-22T01:44:44.734Z | Downloaded rand_core v0.5.1 |
2146 | 2024-06-22T01:44:44.737Z | Downloaded pbkdf2 v0.11.0 |
2147 | 2024-06-22T01:44:44.740Z | Downloaded polyval v0.6.2 |
2148 | 2024-06-22T01:44:44.740Z | Downloaded ecdsa v0.16.9 |
2149 | 2024-06-22T01:44:44.742Z | Downloaded dhcproto v0.11.0 |
2150 | 2024-06-22T01:44:44.745Z | Downloaded password-hash v0.4.2 |
2151 | 2024-06-22T01:44:44.745Z | Downloaded getrandom v0.1.16 |
2152 | 2024-06-22T01:44:44.749Z | Downloaded hex-literal v0.4.1 |
2153 | 2024-06-22T01:44:44.752Z | Downloaded aes v0.8.4 |
2154 | 2024-06-22T01:44:44.752Z | Downloaded russh-keys v0.43.0 |
2155 | 2024-06-22T01:44:44.755Z | Downloaded p256 v0.13.2 |
2156 | 2024-06-22T01:44:44.757Z | Downloaded ed25519-dalek v2.1.1 |
2157 | 2024-06-22T01:44:44.763Z | Downloaded russh v0.43.0 |
2158 | 2024-06-22T01:44:44.768Z | Downloaded rand v0.7.3 |
2159 | 2024-06-22T01:44:44.773Z | Downloaded p521 v0.13.3 |
2160 | 2024-06-22T01:44:44.777Z | Downloaded aes-gcm v0.10.3 |
2161 | 2024-06-22T01:44:44.907Z | Compiling serde v1.0.203 |
2162 | 2024-06-22T01:44:44.910Z | Compiling log v0.4.21 |
2163 | 2024-06-22T01:44:45.013Z | Compiling scopeguard v1.2.0 |
2164 | 2024-06-22T01:44:45.013Z | Compiling smallvec v1.13.2 |
2165 | 2024-06-22T01:44:45.024Z | Compiling syn v2.0.64 |
2166 | 2024-06-22T01:44:45.027Z | Compiling getrandom v0.2.14 |
2167 | 2024-06-22T01:44:45.027Z | Compiling generic-array v0.14.7 |
2168 | 2024-06-22T01:44:45.027Z | Compiling libm v0.2.8 |
2169 | 2024-06-22T01:44:45.130Z | Compiling lock_api v0.4.12 |
2170 | 2024-06-22T01:44:45.390Z | Compiling rand_core v0.6.4 |
2171 | 2024-06-22T01:44:45.407Z | Compiling parking_lot_core v0.9.10 |
2172 | 2024-06-22T01:44:45.435Z | Compiling num-traits v0.2.19 |
2173 | 2024-06-22T01:44:45.456Z | Compiling subtle v2.5.0 |
2174 | 2024-06-22T01:44:45.592Z | Compiling mio v0.8.11 |
2175 | 2024-06-22T01:44:45.607Z | Compiling ahash v0.8.11 |
2176 | 2024-06-22T01:44:45.777Z | Compiling parking_lot v0.12.2 |
2177 | 2024-06-22T01:44:45.910Z | Compiling serde_json v1.0.117 |
2178 | 2024-06-22T01:44:45.927Z | Compiling allocator-api2 v0.2.18 |
2179 | 2024-06-22T01:44:45.984Z | Compiling const-oid v0.9.6 |
2180 | 2024-06-22T01:44:46.056Z | Compiling iana-time-zone v0.1.60 |
2181 | 2024-06-22T01:44:46.253Z | Compiling syn v1.0.109 |
2182 | 2024-06-22T01:44:46.720Z | Compiling unicode-normalization v0.1.23 |
2183 | 2024-06-22T01:44:46.756Z | Compiling schemars v0.8.20 |
2184 | 2024-06-22T01:44:46.865Z | Compiling unicode-bidi v0.3.15 |
2185 | 2024-06-22T01:44:46.960Z | Compiling dyn-clone v1.0.17 |
2186 | 2024-06-22T01:44:47.094Z | Compiling spin v0.9.8 |
2187 | 2024-06-22T01:44:47.178Z | Compiling ppv-lite86 v0.2.17 |
2188 | 2024-06-22T01:44:47.507Z | Compiling time-macros v0.2.18 |
2189 | 2024-06-22T01:44:47.838Z | Compiling ring v0.17.8 |
2190 | 2024-06-22T01:44:47.879Z | Compiling aho-corasick v1.1.3 |
2191 | 2024-06-22T01:44:47.953Z | Compiling rand_chacha v0.3.1 |
2192 | 2024-06-22T01:44:48.465Z | Compiling regex-syntax v0.8.3 |
2193 | 2024-06-22T01:44:48.722Z | Compiling rand v0.8.5 |
2194 | 2024-06-22T01:44:50.404Z | Compiling idna v0.5.0 |
2195 | 2024-06-22T01:44:50.755Z | Compiling slog v2.7.0 |
2196 | 2024-06-22T01:44:51.018Z | Compiling time v0.3.36 |
2197 | 2024-06-22T01:44:51.310Z | Compiling url v2.5.0 |
2198 | 2024-06-22T01:44:51.913Z | Compiling regex-automata v0.4.6 |
2199 | 2024-06-22T01:44:51.985Z | Compiling spin v0.5.2 |
2200 | 2024-06-22T01:44:52.221Z | Compiling untrusted v0.9.0 |
2201 | 2024-06-22T01:44:53.261Z | Compiling serde_derive_internals v0.29.1 |
2202 | 2024-06-22T01:44:54.438Z | Compiling lazy_static v1.4.0 |
2203 | 2024-06-22T01:44:54.558Z | Compiling backtrace v0.3.71 |
2204 | 2024-06-22T01:44:54.993Z | Compiling gimli v0.28.1 |
2205 | 2024-06-22T01:44:55.229Z | Compiling object v0.32.2 |
2206 | 2024-06-22T01:44:56.144Z | Compiling rustc-demangle v0.1.24 |
2207 | 2024-06-22T01:44:56.355Z | Compiling anyhow v1.0.86 |
2208 | 2024-06-22T01:44:56.525Z | Compiling base64ct v1.6.0 |
2209 | 2024-06-22T01:44:57.118Z | Compiling rustls v0.21.12 |
2210 | 2024-06-22T01:44:57.151Z | Compiling regex v1.10.4 |
2211 | 2024-06-22T01:44:57.180Z | Compiling crossbeam-utils v0.8.19 |
2212 | 2024-06-22T01:44:57.379Z | Compiling winnow v0.5.40 |
2213 | 2024-06-22T01:44:57.915Z | Compiling sct v0.7.1 |
2214 | 2024-06-22T01:44:58.248Z | Compiling rustls-webpki v0.101.7 |
2215 | 2024-06-22T01:44:58.276Z | Compiling cookie v0.17.0 |
2216 | 2024-06-22T01:44:59.962Z | Compiling addr2line v0.21.0 |
2217 | 2024-06-22T01:45:00.084Z | Compiling serde_derive v1.0.203 |
2218 | 2024-06-22T01:45:00.176Z | Compiling zeroize_derive v1.4.2 |
2219 | 2024-06-22T01:45:00.613Z | Compiling zerocopy-derive v0.7.34 |
2220 | 2024-06-22T01:45:01.349Z | Compiling thiserror-impl v1.0.60 |
2221 | 2024-06-22T01:45:01.838Z | Compiling zeroize v1.7.0 |
2222 | 2024-06-22T01:45:01.946Z | Compiling tokio-macros v2.2.0 |
2223 | 2024-06-22T01:45:02.491Z | Compiling futures-macro v0.3.30 |
2224 | 2024-06-22T01:45:03.090Z | Compiling zerocopy v0.7.34 |
2225 | 2024-06-22T01:45:03.713Z | Compiling crypto-common v0.1.6 |
2226 | 2024-06-22T01:45:03.784Z | Compiling block-buffer v0.10.4 |
2227 | 2024-06-22T01:45:03.951Z | Compiling schemars_derive v0.8.20 |
2228 | 2024-06-22T01:45:04.063Z | Compiling digest v0.10.7 |
2229 | 2024-06-22T01:45:04.584Z | Compiling tracing-attributes v0.1.27 |
2230 | 2024-06-22T01:45:04.733Z | Compiling thiserror v1.0.60 |
2231 | 2024-06-22T01:45:04.736Z | Compiling futures-util v0.3.30 |
2232 | 2024-06-22T01:45:04.876Z | Compiling async-trait v0.1.80 |
2233 | 2024-06-22T01:45:05.305Z | Compiling hashbrown v0.14.5 |
2234 | 2024-06-22T01:45:06.797Z | Compiling openssl-macros v0.1.1 |
2235 | 2024-06-22T01:45:07.587Z | Compiling pest v2.7.10 |
2236 | 2024-06-22T01:45:07.836Z | Compiling idna v0.3.0 |
2237 | 2024-06-22T01:45:08.370Z | Compiling data-encoding v2.6.0 |
2238 | 2024-06-22T01:45:08.561Z | Compiling tracing v0.1.40 |
2239 | 2024-06-22T01:45:09.097Z | Compiling psl-types v2.0.11 |
2240 | 2024-06-22T01:45:09.100Z | Compiling hmac v0.12.1 |
2241 | 2024-06-22T01:45:09.208Z | Compiling scroll_derive v0.12.0 |
2242 | 2024-06-22T01:45:09.293Z | Compiling publicsuffix v2.2.3 |
2243 | 2024-06-22T01:45:09.540Z | Compiling bitflags v1.3.2 |
2244 | 2024-06-22T01:45:09.555Z | Compiling webpki-roots v0.25.4 |
2245 | 2024-06-22T01:45:09.643Z | Compiling block-padding v0.3.3 |
2246 | 2024-06-22T01:45:09.704Z | Compiling der_derive v0.7.2 |
2247 | 2024-06-22T01:45:09.890Z | Compiling pem-rfc7468 v0.7.0 |
2248 | 2024-06-22T01:45:10.499Z | Compiling futures-executor v0.3.30 |
2249 | 2024-06-22T01:45:10.595Z | Compiling pest_meta v2.7.10 |
2250 | 2024-06-22T01:45:10.680Z | Compiling flagset v0.4.5 |
2251 | 2024-06-22T01:45:10.743Z | Compiling futures v0.3.30 |
2252 | 2024-06-22T01:45:10.812Z | Compiling scroll v0.12.0 |
2253 | 2024-06-22T01:45:10.861Z | Compiling inout v0.1.3 |
2254 | 2024-06-22T01:45:10.881Z | Compiling sha2 v0.10.8 |
2255 | 2024-06-22T01:45:10.982Z | Compiling either v1.12.0 |
2256 | 2024-06-22T01:45:11.120Z | Compiling cipher v0.4.4 |
2257 | 2024-06-22T01:45:11.138Z | Compiling ff v0.13.0 |
2258 | 2024-06-22T01:45:11.363Z | Compiling goblin v0.8.2 |
2259 | 2024-06-22T01:45:11.381Z | Compiling stable_deref_trait v1.2.0 |
2260 | 2024-06-22T01:45:11.396Z | Compiling base16ct v0.2.0 |
2261 | 2024-06-22T01:45:11.486Z | Compiling group v0.13.0 |
2262 | 2024-06-22T01:45:11.627Z | Compiling hkdf v0.12.4 |
2263 | 2024-06-22T01:45:11.714Z | Compiling crypto-bigint v0.5.5 |
2264 | 2024-06-22T01:45:11.818Z | Compiling pest_generator v2.7.10 |
2265 | 2024-06-22T01:45:11.880Z | Compiling crossbeam-epoch v0.9.18 |
2266 | 2024-06-22T01:45:12.312Z | Compiling der v0.7.9 |
2267 | 2024-06-22T01:45:12.644Z | Compiling num-integer v0.1.46 |
2268 | 2024-06-22T01:45:13.543Z | Compiling unicode-segmentation v1.11.0 |
2269 | 2024-06-22T01:45:14.011Z | Compiling managed v0.8.0 |
2270 | 2024-06-22T01:45:14.322Z | Compiling matches v0.1.10 |
2271 | 2024-06-22T01:45:14.392Z | Compiling enum-as-inner v0.5.1 |
2272 | 2024-06-22T01:45:14.420Z | Compiling spki v0.7.3 |
2273 | 2024-06-22T01:45:14.443Z | Compiling idna v0.2.3 |
2274 | 2024-06-22T01:45:14.803Z | Compiling bytes v1.6.0 |
2275 | 2024-06-22T01:45:15.441Z | Compiling indexmap v2.2.6 |
2276 | 2024-06-22T01:45:15.796Z | Compiling tokio v1.37.0 |
2277 | 2024-06-22T01:45:15.895Z | Compiling chrono v0.4.38 |
2278 | 2024-06-22T01:45:16.081Z | Compiling uuid v1.8.0 |
2279 | 2024-06-22T01:45:16.172Z | Compiling bitflags v2.5.0 |
2280 | 2024-06-22T01:45:16.646Z | Compiling semver v1.0.23 |
2281 | 2024-06-22T01:45:16.877Z | Compiling http v0.2.12 |
2282 | 2024-06-22T01:45:17.462Z | Compiling serde_tokenstream v0.2.0 |
2283 | 2024-06-22T01:45:17.478Z | Compiling serde_spanned v0.6.6 |
2284 | 2024-06-22T01:45:17.706Z | Compiling toml_datetime v0.6.6 |
2285 | 2024-06-22T01:45:17.814Z | Compiling openssl v0.10.64 |
2286 | 2024-06-22T01:45:18.016Z | Compiling toml_edit v0.19.15 |
2287 | 2024-06-22T01:45:18.470Z | Compiling http-body v0.4.6 |
2288 | 2024-06-22T01:45:18.945Z | Compiling rustix v0.38.34 |
2289 | 2024-06-22T01:45:19.483Z | Compiling serde_urlencoded v0.7.1 |
2290 | 2024-06-22T01:45:19.834Z | Compiling openapiv3 v2.0.0 |
2291 | 2024-06-22T01:45:20.024Z | Compiling cookie_store v0.20.0 |
2292 | 2024-06-22T01:45:21.600Z | Compiling rustc_version v0.4.0 |
2293 | 2024-06-22T01:45:22.008Z | Compiling pest_derive v2.7.10 |
2294 | 2024-06-22T01:45:22.011Z | Compiling dof v0.3.0 |
2295 | 2024-06-22T01:45:22.241Z | Compiling pkcs8 v0.10.2 |
2296 | 2024-06-22T01:45:22.387Z | Compiling toml v0.7.8 |
2297 | 2024-06-22T01:45:22.773Z | Compiling dtrace-parser v0.2.0 |
2298 | 2024-06-22T01:45:22.810Z | Compiling sec1 v0.7.3 |
2299 | 2024-06-22T01:45:23.410Z | Compiling usdt-impl v0.5.0 |
2300 | 2024-06-22T01:45:24.149Z | Compiling tokio-util v0.7.11 |
2301 | 2024-06-22T01:45:24.268Z | Compiling native-tls v0.2.11 |
2302 | 2024-06-22T01:45:24.287Z | Compiling tokio-rustls v0.24.1 |
2303 | 2024-06-22T01:45:24.697Z | Compiling tokio-native-tls v0.3.1 |
2304 | 2024-06-22T01:45:24.910Z | Compiling elliptic-curve v0.13.8 |
2305 | 2024-06-22T01:45:24.980Z | Compiling ipnetwork v0.20.0 |
2306 | 2024-06-22T01:45:25.052Z | Compiling toml_edit v0.22.13 |
2307 | 2024-06-22T01:45:25.091Z | Compiling h2 v0.3.26 |
2308 | 2024-06-22T01:45:25.589Z | Compiling usdt-attr-macro v0.5.0 |
2309 | 2024-06-22T01:45:25.767Z | Compiling usdt-macro v0.5.0 |
2310 | 2024-06-22T01:45:25.917Z | Compiling hex v0.4.3 |
2311 | 2024-06-22T01:45:26.400Z | Compiling bit-vec v0.6.3 |
2312 | 2024-06-22T01:45:26.527Z | Compiling siphasher v0.3.11 |
2313 | 2024-06-22T01:45:26.813Z | Compiling trust-dns-proto v0.22.0 |
2314 | 2024-06-22T01:45:26.816Z | Compiling heapless v0.7.17 |
2315 | 2024-06-22T01:45:26.923Z | Compiling terminal_size v0.3.0 |
2316 | 2024-06-22T01:45:27.128Z | Compiling num-bigint v0.4.5 |
2317 | 2024-06-22T01:45:27.261Z | Compiling regress v0.9.1 |
2318 | 2024-06-22T01:45:27.277Z | Compiling finl_unicode v1.2.0 |
2319 | 2024-06-22T01:45:27.310Z | Compiling usdt v0.5.0 |
2320 | 2024-06-22T01:45:27.816Z | Compiling signal-hook v0.3.17 |
2321 | 2024-06-22T01:45:27.905Z | Compiling clap_builder v4.5.2 |
2322 | 2024-06-22T01:45:28.133Z | Compiling stringprep v0.1.4 |
2323 | 2024-06-22T01:45:29.494Z | Compiling itertools v0.10.5 |
2324 | 2024-06-22T01:45:31.295Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2325 | 2024-06-22T01:45:32.380Z | Compiling hyper v0.14.28 |
2326 | 2024-06-22T01:45:32.429Z | Compiling yasna v0.5.2 |
2327 | 2024-06-22T01:45:33.872Z | Compiling md-5 v0.10.6 |
2328 | 2024-06-22T01:45:34.144Z | Compiling clap_derive v4.5.4 |
2329 | 2024-06-22T01:45:34.426Z | Compiling hash32 v0.2.1 |
2330 | 2024-06-22T01:45:34.844Z | Compiling fallible-iterator v0.2.0 |
2331 | 2024-06-22T01:45:35.438Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2332 | 2024-06-22T01:45:35.549Z | Compiling smoltcp v0.9.1 |
2333 | 2024-06-22T01:45:35.648Z | Compiling postgres-protocol v0.6.6 |
2334 | 2024-06-22T01:45:37.062Z | Compiling phf_shared v0.11.2 |
2335 | 2024-06-22T01:45:37.386Z | Compiling tokio-stream v0.1.15 |
2336 | 2024-06-22T01:45:37.474Z | Compiling hubpack_derive v0.1.1 |
2337 | 2024-06-22T01:45:37.499Z | Compiling zerocopy-derive v0.6.6 |
2338 | 2024-06-22T01:45:37.595Z | Compiling diesel_table_macro_syntax v0.1.0 |
2339 | 2024-06-22T01:45:37.889Z | Compiling scheduled-thread-pool v0.2.7 |
2340 | 2024-06-22T01:45:38.071Z | Compiling fs-err v2.11.0 |
2341 | 2024-06-22T01:45:38.364Z | Compiling fixedbitset v0.4.2 |
2342 | 2024-06-22T01:45:38.401Z | Compiling hubpack v0.1.2 |
2343 | 2024-06-22T01:45:38.513Z | Compiling r2d2 v0.8.10 |
2344 | 2024-06-22T01:45:38.565Z | Compiling diesel_derives v2.1.4 |
2345 | 2024-06-22T01:45:38.812Z | Compiling petgraph v0.6.5 |
2346 | 2024-06-22T01:45:38.890Z | Compiling phf v0.11.2 |
2347 | 2024-06-22T01:45:39.204Z | Compiling hyper-rustls v0.24.2 |
2348 | 2024-06-22T01:45:39.334Z | Compiling hyper-tls v0.5.0 |
2349 | 2024-06-22T01:45:39.557Z | Compiling clap v4.5.4 |
2350 | 2024-06-22T01:45:39.695Z | Compiling reqwest v0.11.27 |
2351 | 2024-06-22T01:45:39.711Z | Compiling signal-hook-mio v0.2.3 |
2352 | 2024-06-22T01:45:39.781Z | Compiling zerocopy v0.6.6 |
2353 | 2024-06-22T01:45:39.875Z | Compiling postgres-types v0.2.6 |
2354 | 2024-06-22T01:45:40.954Z | Compiling phf_shared v0.10.0 |
2355 | 2024-06-22T01:45:41.037Z | Compiling similar v2.5.0 |
2356 | 2024-06-22T01:45:41.391Z | Compiling num-iter v0.1.45 |
2357 | 2024-06-22T01:45:41.447Z | Compiling strum_macros v0.25.3 |
2358 | 2024-06-22T01:45:41.576Z | Compiling serde_repr v0.1.19 |
2359 | 2024-06-22T01:45:42.367Z | Compiling getopts v0.2.21 |
2360 | 2024-06-22T01:45:42.780Z | Compiling console v0.15.8 |
2361 | 2024-06-22T01:45:42.809Z | Compiling float-cmp v0.9.0 |
2362 | 2024-06-22T01:45:43.067Z | Compiling new_debug_unreachable v1.0.6 |
2363 | 2024-06-22T01:45:43.176Z | Compiling precomputed-hash v0.1.1 |
2364 | 2024-06-22T01:45:43.306Z | Compiling static_assertions v1.1.0 |
2365 | 2024-06-22T01:45:43.412Z | Compiling minimal-lexical v0.2.1 |
2366 | 2024-06-22T01:45:43.444Z | Compiling whoami v1.5.1 |
2367 | 2024-06-22T01:45:43.583Z | Compiling predicates-core v1.0.6 |
2368 | 2024-06-22T01:45:43.946Z | Compiling normalize-line-endings v0.3.0 |
2369 | 2024-06-22T01:45:43.969Z | Compiling unsafe-libyaml v0.2.11 |
2370 | 2024-06-22T01:45:44.079Z | Compiling difflib v0.4.0 |
2371 | 2024-06-22T01:45:44.096Z | Compiling nom v7.1.3 |
2372 | 2024-06-22T01:45:44.331Z | Compiling tokio-postgres v0.7.10 |
2373 | 2024-06-22T01:45:45.674Z | Compiling serde_yaml v0.9.34+deprecated |
2374 | 2024-06-22T01:45:45.858Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2375 | 2024-06-22T01:45:45.969Z | Compiling predicates v3.1.0 |
2376 | 2024-06-22T01:45:47.770Z | Compiling string_cache v0.8.7 |
2377 | 2024-06-22T01:45:47.878Z | Compiling crossterm v0.27.0 |
2378 | 2024-06-22T01:45:49.183Z | Compiling bit-set v0.5.3 |
2379 | 2024-06-22T01:45:49.454Z | Compiling itertools v0.12.1 |
2380 | 2024-06-22T01:45:49.470Z | Compiling bstr v1.9.1 |
2381 | 2024-06-22T01:45:50.174Z | Compiling unicode-xid v0.2.4 |
2382 | 2024-06-22T01:45:50.364Z | Compiling lalrpop-util v0.19.12 |
2383 | 2024-06-22T01:45:50.717Z | Compiling peg-runtime v0.8.3 |
2384 | 2024-06-22T01:45:51.276Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2385 | 2024-06-22T01:45:51.294Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2386 | 2024-06-22T01:45:51.396Z | Compiling sha1 v0.10.6 |
2387 | 2024-06-22T01:45:51.737Z | Compiling camino v1.1.7 |
2388 | 2024-06-22T01:45:51.754Z | Compiling strum_macros v0.26.2 |
2389 | 2024-06-22T01:45:51.829Z | Compiling http v1.1.0 |
2390 | 2024-06-22T01:45:52.359Z | Compiling base64 v0.22.1 |
2391 | 2024-06-22T01:45:52.707Z | Compiling toml v0.8.13 |
2392 | 2024-06-22T01:45:52.724Z | Compiling rustls-pki-types v1.7.0 |
2393 | 2024-06-22T01:45:53.225Z | Compiling ident_case v1.0.1 |
2394 | 2024-06-22T01:45:53.413Z | Compiling darling_core v0.20.9 |
2395 | 2024-06-22T01:45:53.623Z | Compiling crossbeam-channel v0.5.12 |
2396 | 2024-06-22T01:45:54.304Z | Compiling paste v1.0.15 |
2397 | 2024-06-22T01:45:54.380Z | Compiling diesel v2.1.6 |
2398 | 2024-06-22T01:45:54.512Z | Compiling rustls v0.22.4 |
2399 | 2024-06-22T01:45:54.770Z | Compiling slog-async v2.8.0 |
2400 | 2024-06-22T01:45:54.802Z | Compiling slog-term v2.9.1 |
2401 | 2024-06-22T01:45:54.897Z | Compiling rustls-webpki v0.102.4 |
2402 | 2024-06-22T01:45:55.409Z | Compiling multer v3.1.0 |
2403 | 2024-06-22T01:45:55.687Z | Compiling instant v0.1.12 |
2404 | 2024-06-22T01:45:55.837Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2405 | 2024-06-22T01:45:55.982Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2406 | 2024-06-22T01:45:56.059Z | Compiling slog-json v2.6.1 |
2407 | 2024-06-22T01:45:56.457Z | Compiling async-stream-impl v0.3.5 |
2408 | 2024-06-22T01:45:57.001Z | Compiling strum v0.26.2 |
2409 | 2024-06-22T01:45:57.060Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2410 | 2024-06-22T01:45:57.183Z | Compiling atomic-waker v1.1.2 |
2411 | 2024-06-22T01:45:57.231Z | Compiling debug-ignore v1.0.5 |
2412 | 2024-06-22T01:45:57.378Z | Compiling waitgroup v0.1.2 |
2413 | 2024-06-22T01:45:57.381Z | Compiling slog-bunyan v2.5.0 |
2414 | 2024-06-22T01:45:57.583Z | Compiling rustls-pemfile v2.1.2 |
2415 | 2024-06-22T01:45:57.620Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2416 | 2024-06-22T01:45:57.845Z | Compiling async-stream v0.3.5 |
2417 | 2024-06-22T01:45:58.111Z | Compiling serde_path_to_error v0.1.16 |
2418 | 2024-06-22T01:45:58.221Z | Compiling structmeta-derive v0.3.0 |
2419 | 2024-06-22T01:45:58.597Z | Compiling hostname v0.4.0 |
2420 | 2024-06-22T01:45:58.864Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2421 | 2024-06-22T01:45:58.954Z | Compiling newtype-uuid v1.1.0 |
2422 | 2024-06-22T01:45:59.160Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2423 | 2024-06-22T01:45:59.252Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2424 | 2024-06-22T01:45:59.554Z | Compiling backoff v0.4.0 |
2425 | 2024-06-22T01:45:59.890Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2426 | 2024-06-22T01:45:59.915Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2427 | 2024-06-22T01:46:00.028Z | Compiling tokio-rustls v0.25.0 |
2428 | 2024-06-22T01:46:00.046Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
2429 | 2024-06-22T01:46:00.097Z | Compiling macaddr v1.0.1 |
2430 | 2024-06-22T01:46:00.563Z | Compiling proc-macro-crate v1.3.1 |
2431 | 2024-06-22T01:46:00.788Z | Compiling darling_macro v0.20.9 |
2432 | 2024-06-22T01:46:00.803Z | Compiling fastrand v2.1.0 |
2433 | 2024-06-22T01:46:01.377Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2434 | 2024-06-22T01:46:01.380Z | Compiling structmeta v0.3.0 |
2435 | 2024-06-22T01:46:01.656Z | Compiling num_enum_derive v0.5.11 |
2436 | 2024-06-22T01:46:01.754Z | Compiling tempfile v3.10.1 |
2437 | 2024-06-22T01:46:01.820Z | Compiling darling v0.20.9 |
2438 | 2024-06-22T01:46:01.854Z | Compiling parse-display-derive v0.9.0 |
2439 | 2024-06-22T01:46:01.943Z | Compiling serde_with_macros v3.8.1 |
2440 | 2024-06-22T01:46:02.651Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2441 | 2024-06-22T01:46:02.982Z | Compiling foreign-types-macros v0.2.3 |
2442 | 2024-06-22T01:46:04.316Z | Compiling foreign-types-shared v0.3.1 |
2443 | 2024-06-22T01:46:04.443Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2444 | 2024-06-22T01:46:04.469Z | Compiling num_enum v0.5.11 |
2445 | 2024-06-22T01:46:04.618Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2446 | 2024-06-22T01:46:04.635Z | Compiling heapless v0.8.0 |
2447 | 2024-06-22T01:46:04.721Z | Compiling foreign-types v0.5.0 |
2448 | 2024-06-22T01:46:04.839Z | Compiling proc-macro-error v1.0.4 |
2449 | 2024-06-22T01:46:05.141Z | Compiling serde_with v3.8.1 |
2450 | 2024-06-22T01:46:05.687Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2451 | 2024-06-22T01:46:05.718Z | Compiling cstr-argument v0.1.2 |
2452 | 2024-06-22T01:46:05.960Z | Compiling hash32 v0.3.1 |
2453 | 2024-06-22T01:46:06.218Z | Compiling smoltcp v0.11.0 |
2454 | 2024-06-22T01:46:06.320Z | Compiling pretty-hex v0.2.1 |
2455 | 2024-06-22T01:46:06.521Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2456 | 2024-06-22T01:46:06.709Z | Compiling parse-display v0.9.0 |
2457 | 2024-06-22T01:46:06.890Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2458 | 2024-06-22T01:46:06.971Z | Compiling camino-tempfile v1.1.1 |
2459 | 2024-06-22T01:46:07.431Z | Compiling tabwriter v1.4.0 |
2460 | 2024-06-22T01:46:07.453Z | Compiling colored v2.1.0 |
2461 | 2024-06-22T01:46:07.516Z | Compiling socket2 v0.4.10 |
2462 | 2024-06-22T01:46:07.797Z | Compiling cobs v0.2.3 |
2463 | 2024-06-22T01:46:07.975Z | Compiling embedded-io v0.4.0 |
2464 | 2024-06-22T01:46:08.161Z | Compiling postcard v1.0.8 |
2465 | 2024-06-22T01:46:08.252Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2466 | 2024-06-22T01:46:08.488Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2467 | 2024-06-22T01:46:08.548Z | Compiling crucible-workspace-hack v0.1.0 |
2468 | 2024-06-22T01:46:08.728Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2469 | 2024-06-22T01:46:08.834Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2470 | 2024-06-22T01:46:09.124Z | Compiling smf v0.2.3 |
2471 | 2024-06-22T01:46:09.128Z | Compiling humantime v2.1.0 |
2472 | 2024-06-22T01:46:09.252Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2473 | 2024-06-22T01:46:09.566Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2474 | 2024-06-22T01:46:09.604Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2475 | 2024-06-22T01:46:09.712Z | Compiling num-derive v0.4.2 |
2476 | 2024-06-22T01:46:10.113Z | Compiling sigpipe v0.1.3 |
2477 | 2024-06-22T01:46:10.246Z | Compiling utf-8 v0.7.6 |
2478 | 2024-06-22T01:46:10.556Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2479 | 2024-06-22T01:46:10.600Z | Compiling atty v0.2.14 |
2480 | 2024-06-22T01:46:10.746Z | Compiling platforms v3.4.0 |
2481 | 2024-06-22T01:46:10.991Z | Compiling rayon-core v1.12.1 |
2482 | 2024-06-22T01:46:11.023Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2483 | 2024-06-22T01:46:11.260Z | Compiling semver v0.1.20 |
2484 | 2024-06-22T01:46:11.418Z | Compiling same-file v1.0.6 |
2485 | 2024-06-22T01:46:11.663Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2486 | 2024-06-22T01:46:11.957Z | Compiling rustc_version v0.1.7 |
2487 | 2024-06-22T01:46:12.214Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2488 | 2024-06-22T01:46:12.485Z | Compiling walkdir v2.5.0 |
2489 | 2024-06-22T01:46:12.694Z | Compiling curve25519-dalek v4.1.2 |
2490 | 2024-06-22T01:46:13.220Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2491 | 2024-06-22T01:46:13.264Z | Compiling newline-converter v0.3.0 |
2492 | 2024-06-22T01:46:13.285Z | Compiling crossbeam-deque v0.8.5 |
2493 | 2024-06-22T01:46:13.307Z | Compiling universal-hash v0.5.1 |
2494 | 2024-06-22T01:46:13.375Z | Compiling opaque-debug v0.3.1 |
2495 | 2024-06-22T01:46:13.431Z | Compiling expectorate v1.1.0 |
2496 | 2024-06-22T01:46:13.515Z | Compiling newtype_derive v0.1.6 |
2497 | 2024-06-22T01:46:13.585Z | Compiling xattr v1.3.1 |
2498 | 2024-06-22T01:46:13.601Z | Compiling signature v2.2.0 |
2499 | 2024-06-22T01:46:13.776Z | Compiling curve25519-dalek-derive v0.1.1 |
2500 | 2024-06-22T01:46:13.794Z | Compiling blake3 v1.5.1 |
2501 | 2024-06-22T01:46:13.865Z | Compiling ring v0.16.20 |
2502 | 2024-06-22T01:46:13.895Z | Compiling unicase v2.7.0 |
2503 | 2024-06-22T01:46:14.185Z | Compiling quick-error v1.2.3 |
2504 | 2024-06-22T01:46:14.339Z | Compiling termcolor v1.4.1 |
2505 | 2024-06-22T01:46:14.387Z | Compiling linked-hash-map v0.5.6 |
2506 | 2024-06-22T01:46:14.766Z | Compiling arc-swap v1.7.1 |
2507 | 2024-06-22T01:46:14.973Z | Compiling getrandom v0.1.16 |
2508 | 2024-06-22T01:46:15.253Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2509 | 2024-06-22T01:46:15.329Z | Compiling convert_case v0.4.0 |
2510 | 2024-06-22T01:46:15.440Z | Compiling slog-scope v4.4.0 |
2511 | 2024-06-22T01:46:15.732Z | Compiling env_logger v0.9.3 |
2512 | 2024-06-22T01:46:16.003Z | Compiling lru-cache v0.1.2 |
2513 | 2024-06-22T01:46:16.378Z | Compiling derive_more v0.99.17 |
2514 | 2024-06-22T01:46:16.560Z | Compiling rayon v1.10.0 |
2515 | 2024-06-22T01:46:16.616Z | Compiling resolv-conf v0.7.0 |
2516 | 2024-06-22T01:46:17.391Z | Compiling tar v0.4.40 |
2517 | 2024-06-22T01:46:17.506Z | Compiling tungstenite v0.21.0 |
2518 | 2024-06-22T01:46:18.144Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2519 | 2024-06-22T01:46:18.638Z | Compiling blake2 v0.10.6 |
2520 | 2024-06-22T01:46:19.572Z | Compiling bitstruct_derive v0.1.0 |
2521 | 2024-06-22T01:46:19.713Z | Compiling derive-where v1.2.7 |
2522 | 2024-06-22T01:46:20.014Z | Compiling password-hash v0.5.0 |
2523 | 2024-06-22T01:46:20.976Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2524 | 2024-06-22T01:46:21.082Z | Compiling memmap2 v0.9.4 |
2525 | 2024-06-22T01:46:21.119Z | Compiling arrayvec v0.7.4 |
2526 | 2024-06-22T01:46:21.542Z | Compiling home v0.5.9 |
2527 | 2024-06-22T01:46:21.542Z | Compiling arrayref v0.3.7 |
2528 | 2024-06-22T01:46:21.578Z | Compiling ascii v1.1.0 |
2529 | 2024-06-22T01:46:21.645Z | Compiling libefi-sys v0.1.0 |
2530 | 2024-06-22T01:46:21.814Z | Compiling constant_time_eq v0.3.0 |
2531 | 2024-06-22T01:46:21.916Z | Compiling untrusted v0.7.1 |
2532 | 2024-06-22T01:46:21.997Z | Compiling parking_lot_core v0.8.6 |
2533 | 2024-06-22T01:46:22.180Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2534 | 2024-06-22T01:46:23.383Z | Compiling toolchain_find v0.4.0 |
2535 | 2024-06-22T01:46:23.674Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2536 | 2024-06-22T01:46:23.717Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2537 | 2024-06-22T01:46:23.997Z | Compiling bitstruct v0.1.1 |
2538 | 2024-06-22T01:46:24.067Z | Compiling argon2 v0.5.3 |
2539 | 2024-06-22T01:46:24.120Z | Compiling tokio-tungstenite v0.21.0 |
2540 | 2024-06-22T01:46:24.135Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2541 | 2024-06-22T01:46:24.559Z | Compiling trust-dns-resolver v0.22.0 |
2542 | 2024-06-22T01:46:24.708Z | Compiling slog-stdlog v4.1.1 |
2543 | 2024-06-22T01:46:24.850Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2544 | 2024-06-22T01:46:25.092Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2545 | 2024-06-22T01:46:25.178Z | Compiling erased-serde v0.3.31 |
2546 | 2024-06-22T01:46:25.480Z | Compiling serde_arrays v0.1.0 |
2547 | 2024-06-22T01:46:25.623Z | Compiling num-rational v0.4.2 |
2548 | 2024-06-22T01:46:25.654Z | Compiling rfc6979 v0.4.0 |
2549 | 2024-06-22T01:46:25.746Z | Compiling aead v0.5.2 |
2550 | 2024-06-22T01:46:25.832Z | Compiling num-complex v0.4.6 |
2551 | 2024-06-22T01:46:26.109Z | Compiling nibble_vec v0.1.0 |
2552 | 2024-06-22T01:46:26.332Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2553 | 2024-06-22T01:46:26.641Z | Compiling slog-dtrace v0.3.0 |
2554 | 2024-06-22T01:46:26.701Z | Compiling endian-type v0.1.2 |
2555 | 2024-06-22T01:46:26.839Z | Compiling keccak v0.1.5 |
2556 | 2024-06-22T01:46:26.930Z | Compiling topological-sort v0.2.2 |
2557 | 2024-06-22T01:46:26.933Z | Compiling cancel-safe-futures v0.1.5 |
2558 | 2024-06-22T01:46:27.022Z | Compiling radix_trie v0.2.1 |
2559 | 2024-06-22T01:46:27.148Z | Compiling sha3 v0.10.8 |
2560 | 2024-06-22T01:46:27.298Z | Compiling omicron-zone-package v0.11.0 |
2561 | 2024-06-22T01:46:27.433Z | Compiling num v0.4.3 |
2562 | 2024-06-22T01:46:27.662Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2563 | 2024-06-22T01:46:27.729Z | Compiling ecdsa v0.16.9 |
2564 | 2024-06-22T01:46:27.850Z | Compiling slog-envlogger v2.2.0 |
2565 | 2024-06-22T01:46:28.259Z | Compiling rand_core v0.5.1 |
2566 | 2024-06-22T01:46:28.674Z | Compiling mime_guess v2.0.4 |
2567 | 2024-06-22T01:46:28.711Z | Compiling steno v0.4.0 |
2568 | 2024-06-22T01:46:28.789Z | Compiling rustfmt-wrapper v0.2.1 |
2569 | 2024-06-22T01:46:30.013Z | Compiling poly1305 v0.8.0 |
2570 | 2024-06-22T01:46:30.525Z | Compiling tungstenite v0.20.1 |
2571 | 2024-06-22T01:46:30.912Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2572 | 2024-06-22T01:46:30.929Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2573 | 2024-06-22T01:46:31.335Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2574 | 2024-06-22T01:46:31.651Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2575 | 2024-06-22T01:46:31.696Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2576 | 2024-06-22T01:46:31.759Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2577 | 2024-06-22T01:46:32.078Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2578 | 2024-06-22T01:46:32.658Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2579 | 2024-06-22T01:46:32.876Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2580 | 2024-06-22T01:46:32.977Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2581 | 2024-06-22T01:46:33.041Z | Compiling primeorder v0.13.6 |
2582 | 2024-06-22T01:46:33.407Z | Compiling heck v0.3.3 |
2583 | 2024-06-22T01:46:33.566Z | Compiling chacha20 v0.9.1 |
2584 | 2024-06-22T01:46:33.764Z | Compiling secrecy v0.8.0 |
2585 | 2024-06-22T01:46:33.834Z | Compiling thiserror-impl-no-std v2.0.2 |
2586 | 2024-06-22T01:46:34.020Z | Compiling half v2.4.1 |
2587 | 2024-06-22T01:46:34.036Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2588 | 2024-06-22T01:46:34.131Z | Compiling ciborium-io v0.2.2 |
2589 | 2024-06-22T01:46:34.278Z | Compiling option-ext v0.2.0 |
2590 | 2024-06-22T01:46:34.304Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2591 | 2024-06-22T01:46:34.408Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2592 | 2024-06-22T01:46:34.558Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2593 | 2024-06-22T01:46:34.588Z | Compiling ciborium-ll v0.2.2 |
2594 | 2024-06-22T01:46:34.610Z | Compiling dirs-sys v0.4.1 |
2595 | 2024-06-22T01:46:35.030Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2596 | 2024-06-22T01:46:35.198Z | Compiling zone_cfg_derive v0.1.2 |
2597 | 2024-06-22T01:46:35.276Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2598 | 2024-06-22T01:46:35.570Z | Compiling tokio-tungstenite v0.20.1 |
2599 | 2024-06-22T01:46:36.664Z | Compiling parking_lot v0.11.2 |
2600 | 2024-06-22T01:46:36.769Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2601 | 2024-06-22T01:46:36.846Z | Compiling rand_chacha v0.2.2 |
2602 | 2024-06-22T01:46:37.164Z | Compiling trust-dns-client v0.22.0 |
2603 | 2024-06-22T01:46:37.208Z | Compiling thiserror-no-std v2.0.2 |
2604 | 2024-06-22T01:46:37.987Z | Compiling ed25519 v2.2.3 |
2605 | 2024-06-22T01:46:38.323Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2606 | 2024-06-22T01:46:38.514Z | Compiling polyval v0.6.2 |
2607 | 2024-06-22T01:46:38.767Z | Compiling libsw v3.3.1 |
2608 | 2024-06-22T01:46:38.923Z | Compiling toml v0.5.11 |
2609 | 2024-06-22T01:46:38.972Z | Compiling blowfish v0.9.1 |
2610 | 2024-06-22T01:46:39.107Z | Compiling aes v0.8.4 |
2611 | 2024-06-22T01:46:39.279Z | Compiling ctr v0.9.2 |
2612 | 2024-06-22T01:46:39.413Z | Compiling pbkdf2 v0.12.2 |
2613 | 2024-06-22T01:46:39.591Z | Compiling password-hash v0.4.2 |
2614 | 2024-06-22T01:46:39.645Z | Compiling gethostname v0.4.3 |
2615 | 2024-06-22T01:46:39.924Z | Compiling fxhash v0.2.1 |
2616 | 2024-06-22T01:46:40.130Z | Compiling base64 v0.13.1 |
2617 | 2024-06-22T01:46:40.366Z | Compiling owo-colors v4.0.0 |
2618 | 2024-06-22T01:46:40.541Z | Compiling linear-map v1.2.0 |
2619 | 2024-06-22T01:46:40.740Z | Compiling trust-dns-server v0.22.1 |
2620 | 2024-06-22T01:46:40.905Z | Compiling ron v0.7.1 |
2621 | 2024-06-22T01:46:41.918Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2622 | 2024-06-22T01:46:42.682Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2623 | 2024-06-22T01:46:42.685Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2624 | 2024-06-22T01:46:43.276Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2625 | 2024-06-22T01:46:46.961Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2626 | 2024-06-22T01:46:47.098Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2627 | 2024-06-22T01:46:47.775Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2628 | 2024-06-22T01:46:47.950Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2629 | 2024-06-22T01:46:47.974Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2630 | 2024-06-22T01:46:49.739Z | Compiling sled v0.34.7 |
2631 | 2024-06-22T01:46:49.974Z | Compiling pbkdf2 v0.11.0 |
2632 | 2024-06-22T01:46:50.173Z | Compiling bcrypt-pbkdf v0.10.0 |
2633 | 2024-06-22T01:46:50.338Z | Compiling ghash v0.5.1 |
2634 | 2024-06-22T01:46:50.542Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2635 | 2024-06-22T01:46:50.672Z | Compiling ed25519-dalek v2.1.1 |
2636 | 2024-06-22T01:46:50.802Z | Compiling vsss-rs v3.3.4 |
2637 | 2024-06-22T01:46:51.068Z | Compiling rand v0.7.3 |
2638 | 2024-06-22T01:46:51.425Z | Compiling zone v0.1.8 |
2639 | 2024-06-22T01:46:51.841Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2640 | 2024-06-22T01:46:52.230Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2641 | 2024-06-22T01:46:53.659Z | Compiling ciborium v0.2.2 |
2642 | 2024-06-22T01:46:54.616Z | Compiling dirs v5.0.1 |
2643 | 2024-06-22T01:46:55.256Z | Compiling chacha20poly1305 v0.10.1 |
2644 | 2024-06-22T01:46:55.362Z | Compiling p521 v0.13.3 |
2645 | 2024-06-22T01:46:55.489Z | Compiling p256 v0.13.2 |
2646 | 2024-06-22T01:46:56.380Z | Compiling pem v3.0.4 |
2647 | 2024-06-22T01:46:57.140Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2648 | 2024-06-22T01:46:57.228Z | Compiling headers-core v0.2.0 |
2649 | 2024-06-22T01:46:57.415Z | Compiling cbc v0.1.2 |
2650 | 2024-06-22T01:46:57.496Z | Compiling kstat-rs v0.2.3 |
2651 | 2024-06-22T01:46:57.675Z | Compiling portpicker v0.1.1 |
2652 | 2024-06-22T01:46:57.887Z | Compiling nanorand v0.7.0 |
2653 | 2024-06-22T01:46:58.025Z | Compiling russh-cryptovec v0.7.2 |
2654 | 2024-06-22T01:46:58.191Z | Compiling glob v0.3.1 |
2655 | 2024-06-22T01:46:58.364Z | Compiling http-range v0.1.5 |
2656 | 2024-06-22T01:46:58.484Z | Compiling flume v0.11.0 |
2657 | 2024-06-22T01:46:58.645Z | Compiling hyper-staticfile v0.9.5 |
2658 | 2024-06-22T01:46:58.741Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2659 | 2024-06-22T01:46:59.188Z | Compiling russh-keys v0.43.0 |
2660 | 2024-06-22T01:46:59.218Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2661 | 2024-06-22T01:46:59.411Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2662 | 2024-06-22T01:46:59.626Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2663 | 2024-06-22T01:47:01.610Z | Compiling headers v0.3.9 |
2664 | 2024-06-22T01:47:02.709Z | Compiling rcgen v0.12.1 |
2665 | 2024-06-22T01:47:03.656Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2666 | 2024-06-22T01:47:04.716Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2667 | 2024-06-22T01:47:05.352Z | Compiling aes-gcm v0.10.3 |
2668 | 2024-06-22T01:47:06.431Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2669 | 2024-06-22T01:47:06.469Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2670 | 2024-06-22T01:47:06.579Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
2671 | 2024-06-22T01:47:08.461Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2672 | 2024-06-22T01:47:11.339Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2673 | 2024-06-22T01:47:11.479Z | Compiling atomicwrites v0.4.3 |
2674 | 2024-06-22T01:47:11.860Z | Compiling subprocess v0.2.9 |
2675 | 2024-06-22T01:47:13.079Z | Compiling display-error-chain v0.2.0 |
2676 | 2024-06-22T01:47:13.280Z | Compiling dhcproto-macros v0.1.0 |
2677 | 2024-06-22T01:47:14.005Z | Compiling hex-literal v0.4.1 |
2678 | 2024-06-22T01:47:14.059Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2679 | 2024-06-22T01:47:14.121Z | Compiling russh v0.43.0 |
2680 | 2024-06-22T01:47:14.155Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2681 | 2024-06-22T01:47:14.288Z | Compiling dhcproto v0.11.0 |
2682 | 2024-06-22T01:47:16.928Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2683 | 2024-06-22T01:47:17.415Z | Compiling internet-checksum v0.2.1 |
2684 | 2024-06-22T01:47:17.848Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2685 | 2024-06-22T01:47:20.483Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2686 | 2024-06-22T01:47:41.392Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2687 | 2024-06-22T01:48:24.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 41s |
2688 | 2024-06-22T01:48:25.142Z | |
2689 | 2024-06-22T01:48:25.145Z | real 3:41.188103258 |
2690 | 2024-06-22T01:48:25.145Z | user 19:31.803660671 |
2691 | 2024-06-22T01:48:25.145Z | sys 4:09.293702532 |
2692 | 2024-06-22T01:48:25.145Z | trap 0.557990190 |
2693 | 2024-06-22T01:48:25.145Z | tflt 0.499436055 |
2694 | 2024-06-22T01:48:25.145Z | dflt 2.161215715 |
2695 | 2024-06-22T01:48:25.145Z | kflt 0.000069642 |
2696 | 2024-06-22T01:48:25.145Z | lock 41:45.721017494 |
2697 | 2024-06-22T01:48:25.145Z | slp 55:54.048296453 |
2698 | 2024-06-22T01:48:25.145Z | lat 1:01.545789101 |
2699 | 2024-06-22T01:48:25.145Z | stop 2:12.960726900 |
2700 | 2024-06-22T01:48:25.145Z | + mkdir tests |
2701 | 2024-06-22T01:48:25.148Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2702 | 2024-06-22T01:48:25.148Z | + xargs -I '{}' -t cp '{}' tests/ |
2703 | 2024-06-22T01:48:26.399Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-79471f99d6d06b4b tests/ |
2704 | 2024-06-22T01:48:26.426Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7f0882e2eceae0aa tests/ |
2705 | 2024-06-22T01:48:26.452Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-2db5bbecd2538da9 tests/ |
2706 | 2024-06-22T01:48:26.478Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-19ed268c7da5f0b8 tests/ |
2707 | 2024-06-22T01:48:26.828Z | + 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/*) |
2708 | 2024-06-22T01:48:26.832Z | + 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-7f0882e2eceae0aa tests/commtest-2db5bbecd2538da9 tests/dhcp_server-79471f99d6d06b4b tests/end_to_end_tests-19ed268c7da5f0b8 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2709 | 2024-06-22T01:49:31.025Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2710 | 2024-06-22T01:49:31.025Z | a out/target/test 1K |
2711 | 2024-06-22T01:49:31.025Z | a out/npuzone/npuzone 23144K |
2712 | 2024-06-22T01:49:31.025Z | a package-manifest.toml 28K |
2713 | 2024-06-22T01:49:31.025Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2714 | 2024-06-22T01:49:31.025Z | a target/release/omicron-package 31892K |
2715 | 2024-06-22T01:49:31.025Z | a target/release/xtask 18153K |
2716 | 2024-06-22T01:49:31.025Z | a target/debug/bootstrap 352839K |
2717 | 2024-06-22T01:49:31.025Z | a tests/bootstrap-7f0882e2eceae0aa 23989K |
2718 | 2024-06-22T01:49:31.025Z | a tests/commtest-2db5bbecd2538da9 23990K |
2719 | 2024-06-22T01:49:31.025Z | a tests/dhcp_server-79471f99d6d06b4b 23989K |
2720 | 2024-06-22T01:49:31.025Z | a tests/end_to_end_tests-19ed268c7da5f0b8 362400K |
2721 | 2024-06-22T01:49:31.025Z | a out/clickhouse.tar.gz 223016K |
2722 | 2024-06-22T01:49:31.025Z | a out/clickhouse_keeper.tar.gz 223000K |
2723 | 2024-06-22T01:49:31.025Z | a out/cockroachdb.tar.gz 131730K |
2724 | 2024-06-22T01:49:31.025Z | a out/crucible-pantry-zone.tar.gz 27309K |
2725 | 2024-06-22T01:49:31.025Z | a out/crucible-zone.tar.gz 38062K |
2726 | 2024-06-22T01:49:31.025Z | a out/external-dns.tar.gz 25096K |
2727 | 2024-06-22T01:49:31.025Z | a out/internal-dns.tar.gz 25096K |
2728 | 2024-06-22T01:49:31.025Z | a out/mg-ddm-gz.tar 60673K |
2729 | 2024-06-22T01:49:31.025Z | a out/nexus.tar.gz 83185K |
2730 | 2024-06-22T01:49:31.025Z | a out/ntp.tar.gz 8858K |
2731 | 2024-06-22T01:49:31.025Z | a out/omicron-gateway-softnpu.tar.gz 13763K |
2732 | 2024-06-22T01:49:31.025Z | a out/omicron-sled-agent.tar 93405K |
2733 | 2024-06-22T01:49:31.025Z | a out/overlay.tar.gz 3K |
2734 | 2024-06-22T01:49:31.025Z | a out/oximeter.tar.gz 40426K |
2735 | 2024-06-22T01:49:31.027Z | a out/oxlog.tar 2954K |
2736 | 2024-06-22T01:49:31.027Z | a out/probe.tar.gz 2764K |
2737 | 2024-06-22T01:49:31.027Z | a out/propolis-server.tar.gz 64643K |
2738 | 2024-06-22T01:49:31.027Z | a out/pumpkind-gz.tar 26665K |
2739 | 2024-06-22T01:49:31.027Z | a out/switch-softnpu.tar.gz 195847K |
2740 | 2024-06-22T01:49:31.030Z | |
2741 | 2024-06-22T01:49:31.031Z | real 1:04.190420666 |
2742 | 2024-06-22T01:49:31.031Z | user 1:01.438054871 |
2743 | 2024-06-22T01:49:31.031Z | sys 4.050803749 |
2744 | 2024-06-22T01:49:31.031Z | trap 0.013935325 |
2745 | 2024-06-22T01:49:31.031Z | tflt 0.000000000 |
2746 | 2024-06-22T01:49:31.031Z | dflt 0.000000000 |
2747 | 2024-06-22T01:49:31.031Z | kflt 0.000000000 |
2748 | 2024-06-22T01:49:31.031Z | lock 0.000000000 |
2749 | 2024-06-22T01:49:31.031Z | slp 1:01.069781225 |
2750 | 2024-06-22T01:49:31.031Z | lat 1.802656372 |
2751 | 2024-06-22T01:49:31.031Z | stop 0.000562028 |
2752 | 2024-06-22T01:49:31.031Z | process exited: duration 1708636 ms, exit code 0 |
|
2753 | 2024-06-22T01:49:31.046Z | found 1 output files |
2754 | 2024-06-22T01:49:31.046Z | uploading: /work/package.tar.gz (1398154641 bytes) |
2755 | 2024-06-22T01:49:58.805Z | uploaded: /work/package.tar.gz |