|
|
|
1 | 2024-07-05T23:24:09.756Z | job assigned to worker 01J22KB958HZEG0RYCRZEXXH44 (queued for 48 s) |
|
2 | 2024-07-05T23:24:17.005Z | starting task 0: "setup" |
3 | 2024-07-05T23:24:17.071Z | ++ uname -s |
4 | 2024-07-05T23:24:17.074Z | + kern=SunOS |
5 | 2024-07-05T23:24:17.074Z | + case "$kern" in |
6 | 2024-07-05T23:24:17.074Z | + groupadd -g 12345 build |
7 | 2024-07-05T23:24:17.078Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-05T23:24:19.086Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-05T23:24:19.180Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-05T23:24:19.184Z | + home_fs=zfs |
11 | 2024-07-05T23:24:19.184Z | + [[ zfs == autofs ]] |
12 | 2024-07-05T23:24:19.184Z | + mkdir -p /home/build |
13 | 2024-07-05T23:24:19.187Z | + chown build:build /home/build /work |
14 | 2024-07-05T23:24:21.187Z | + chmod 0700 /home/build /work |
15 | 2024-07-05T23:24:21.189Z | process exited: duration 4181 ms, exit code 0 |
|
16 | 2024-07-05T23:24:21.195Z | starting task 1: "rust-toolchain" |
17 | 2024-07-05T23:24:21.200Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-05T23:24:21.200Z | ' 1.78.0 |
19 | 2024-07-05T23:24:21.200Z | * toolchain channel = "1.78.0" |
20 | 2024-07-05T23:24:21.201Z | + printf ' * toolchain profile = "%s" |
21 | 2024-07-05T23:24:21.201Z | ' default |
22 | 2024-07-05T23:24:21.201Z | * toolchain profile = "default" |
23 | 2024-07-05T23:24:21.203Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-05T23:24:21.203Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-05T23:24:21.356Z | info: downloading installer |
26 | 2024-07-05T23:24:22.978Z | info: profile set to 'default' |
27 | 2024-07-05T23:24:22.978Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-05T23:24:22.980Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-05T23:24:23.110Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-05T23:24:23.110Z | info: downloading component 'cargo' |
31 | 2024-07-05T23:24:23.770Z | info: downloading component 'clippy' |
32 | 2024-07-05T23:24:23.990Z | info: downloading component 'rust-docs' |
33 | 2024-07-05T23:24:24.863Z | info: downloading component 'rust-std' |
34 | 2024-07-05T23:24:26.263Z | info: downloading component 'rustc' |
35 | 2024-07-05T23:24:29.807Z | info: downloading component 'rustfmt' |
36 | 2024-07-05T23:24:29.999Z | info: installing component 'cargo' |
37 | 2024-07-05T23:24:30.822Z | info: installing component 'clippy' |
38 | 2024-07-05T23:24:31.172Z | info: installing component 'rust-docs' |
39 | 2024-07-05T23:24:32.666Z | info: installing component 'rust-std' |
40 | 2024-07-05T23:24:34.397Z | info: installing component 'rustc' |
41 | 2024-07-05T23:24:38.548Z | info: installing component 'rustfmt' |
42 | 2024-07-05T23:24:38.883Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-05T23:24:38.883Z | |
44 | 2024-07-05T23:24:39.155Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-05T23:24:39.155Z | |
46 | 2024-07-05T23:24:39.158Z | |
47 | 2024-07-05T23:24:39.158Z | Rust is installed now. Great! |
48 | 2024-07-05T23:24:39.158Z | |
49 | 2024-07-05T23:24:39.158Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-05T23:24:39.158Z | environment variable. This has not been done automatically. |
51 | 2024-07-05T23:24:39.158Z | |
52 | 2024-07-05T23:24:39.158Z | To configure your current shell, you need to source |
53 | 2024-07-05T23:24:39.158Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-05T23:24:39.158Z | |
55 | 2024-07-05T23:24:39.158Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-05T23:24:39.158Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-05T23:24:39.158Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-05T23:24:39.222Z | + rustc --version |
59 | 2024-07-05T23:24:39.286Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-05T23:24:39.288Z | process exited: duration 18083 ms, exit code 0 |
|
61 | 2024-07-05T23:24:39.295Z | starting task 2: "authentication" |
62 | 2024-07-05T23:24:39.314Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-07-05T23:24:39.320Z | starting task 3: "clone repository" |
64 | 2024-07-05T23:24:39.325Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-05T23:24:39.327Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-05T23:24:39.473Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-05T23:24:45.268Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-05T23:24:45.268Z | + git fetch origin d9df137dd71aad9f5a8dfb8eea0ac0d40595b6c1 |
69 | 2024-07-05T23:24:45.551Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-05T23:24:45.551Z | * branch d9df137dd71aad9f5a8dfb8eea0ac0d40595b6c1 -> FETCH_HEAD |
71 | 2024-07-05T23:24:45.559Z | + [[ -n renovate/ratatui-0.x ]] |
72 | 2024-07-05T23:24:45.562Z | ++ git branch --show-current |
73 | 2024-07-05T23:24:45.566Z | + current=main |
74 | 2024-07-05T23:24:45.566Z | + [[ main != renovate/ratatui-0.x ]] |
75 | 2024-07-05T23:24:45.566Z | + git branch -f renovate/ratatui-0.x d9df137dd71aad9f5a8dfb8eea0ac0d40595b6c1 |
76 | 2024-07-05T23:24:45.569Z | + git checkout -f renovate/ratatui-0.x |
77 | 2024-07-05T23:24:45.698Z | Switched to branch 'renovate/ratatui-0.x' |
78 | 2024-07-05T23:24:45.701Z | + git reset --hard d9df137dd71aad9f5a8dfb8eea0ac0d40595b6c1 |
79 | 2024-07-05T23:24:45.827Z | HEAD is now at d9df137dd also update tui-tree-widget |
80 | 2024-07-05T23:24:45.830Z | process exited: duration 6504 ms, exit code 0 |
|
81 | 2024-07-05T23:24:45.836Z | starting task 4: "build" |
82 | 2024-07-05T23:24:45.841Z | + cargo --version |
83 | 2024-07-05T23:24:45.893Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-05T23:24:45.897Z | + rustc --version |
85 | 2024-07-05T23:24:45.951Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-05T23:24:45.954Z | + WORK=/work |
87 | 2024-07-05T23:24:45.954Z | + pfexec mkdir -p /work |
88 | 2024-07-05T23:24:45.957Z | + pfexec chown build /work |
89 | 2024-07-05T23:24:45.960Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-07-05T23:24:53.836Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-07-05T23:24:55.678Z | Startup: Caching catalogs ... Done |
92 | 2024-07-05T23:24:58.256Z | Planning: Solver setup ... Done (2.117s) |
93 | 2024-07-05T23:24:58.301Z | Planning: Running solver ... Done (0.045s) |
94 | 2024-07-05T23:24:58.341Z | Planning: Finding local manifests ... Done (0.003s) |
95 | 2024-07-05T23:24:58.361Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-07-05T23:24:58.691Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-07-05T23:24:58.737Z | Planning: Package planning ... Done (0.046s) |
98 | 2024-07-05T23:24:58.883Z | Planning: Merging actions ... Done (0.145s) |
99 | 2024-07-05T23:25:00.308Z | Planning: Checking for conflicting actions ... Done (1.425s) |
100 | 2024-07-05T23:25:00.320Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-07-05T23:25:08.510Z | Planning: Evaluating mediators ... Done (8.186s) |
102 | 2024-07-05T23:25:08.520Z | Planning: Planning completed in 12.77 seconds |
103 | 2024-07-05T23:25:09.288Z | Packages to install: 4 |
104 | 2024-07-05T23:25:09.288Z | Mediators to change: 2 |
105 | 2024-07-05T23:25:09.291Z | Services to change: 1 |
106 | 2024-07-05T23:25:09.291Z | Estimated space available: 155.77 GB |
107 | 2024-07-05T23:25:09.291Z | Estimated space to be consumed: 1.46 GB |
108 | 2024-07-05T23:25:09.291Z | Create boot environment: No |
109 | 2024-07-05T23:25:09.291Z | Create backup boot environment: No |
110 | 2024-07-05T23:25:09.291Z | Rebuild boot archive: No |
111 | 2024-07-05T23:25:09.291Z | |
112 | 2024-07-05T23:25:09.291Z | Changed mediators: |
113 | 2024-07-05T23:25:09.291Z | mediator clang: |
114 | 2024-07-05T23:25:09.291Z | version: None -> 15 (system default) |
115 | 2024-07-05T23:25:09.291Z | |
116 | 2024-07-05T23:25:09.291Z | mediator llvm: |
117 | 2024-07-05T23:25:09.291Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-07-05T23:25:09.291Z | |
119 | 2024-07-05T23:25:09.291Z | Changed packages: |
120 | 2024-07-05T23:25:09.291Z | helios-dev |
121 | 2024-07-05T23:25:09.291Z | developer/build-essential |
122 | 2024-07-05T23:25:09.291Z | None -> 11-2.0 |
123 | 2024-07-05T23:25:09.291Z | library/libxmlsec1 |
124 | 2024-07-05T23:25:09.291Z | None -> 1.2.35-2.0 |
125 | 2024-07-05T23:25:09.291Z | ooce/developer/clang-15 |
126 | 2024-07-05T23:25:09.291Z | None -> 15.0.7-2.0 |
127 | 2024-07-05T23:25:09.291Z | ooce/developer/llvm-15 |
128 | 2024-07-05T23:25:09.292Z | None -> 15.0.7-2.0 |
129 | 2024-07-05T23:25:09.292Z | |
130 | 2024-07-05T23:25:09.292Z | Services: |
131 | 2024-07-05T23:25:09.292Z | restart_fmri: |
132 | 2024-07-05T23:25:09.292Z | svc:/system/update-man-index:default |
133 | 2024-07-05T23:25:09.529Z | |
134 | 2024-07-05T23:25:09.529Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-07-05T23:25:14.683Z | Download: 1197/3290 items 57.4/212.6MB 27% complete (13.2M/s) |
136 | 2024-07-05T23:25:19.686Z | Download: 2581/3290 items 120.5/212.6MB 56% complete (12.1M/s) |
137 | 2024-07-05T23:25:22.897Z | Download: Completed 212.60 MB in 13.36 seconds (15.9M/s) |
138 | 2024-07-05T23:25:23.921Z | Actions: 1/3689 actions (Installing new actions) |
139 | 2024-07-05T23:25:29.001Z | Actions: 3553/3689 actions (Installing new actions) |
140 | 2024-07-05T23:25:29.826Z | Actions: Completed 3689 actions in 5.90 seconds. |
141 | 2024-07-05T23:25:30.070Z | Done (0.239s) |
142 | 2024-07-05T23:25:30.070Z | Done (0.000s) |
143 | 2024-07-05T23:25:30.391Z | Done (0.320s) |
144 | 2024-07-05T23:25:36.840Z | Done (6.292s) |
145 | 2024-07-05T23:25:37.152Z | Done (0.245s) |
146 | 2024-07-05T23:25:37.155Z | Done (0.000s) |
147 | 2024-07-05T23:25:37.366Z | Done (0.000s) |
148 | 2024-07-05T23:25:37.922Z | Planning: Evaluating mediator changes ... Done |
149 | 2024-07-05T23:25:38.081Z | Planning: Checking for conflicting actions ... Done |
150 | 2024-07-05T23:25:38.084Z | Planning: Consolidating action changes ... Done |
151 | 2024-07-05T23:25:38.347Z | Planning: Evaluating mediators ... Done |
152 | 2024-07-05T23:25:38.350Z | Planning: Planning completed in 0.42 seconds |
153 | 2024-07-05T23:25:38.378Z | Mediators to change: 2 |
154 | 2024-07-05T23:25:38.378Z | Create boot environment: No |
155 | 2024-07-05T23:25:38.379Z | Create backup boot environment: No |
156 | 2024-07-05T23:25:38.442Z | Done |
157 | 2024-07-05T23:25:38.442Z | Done |
158 | 2024-07-05T23:25:38.641Z | Done |
159 | 2024-07-05T23:25:42.130Z | Done |
160 | 2024-07-05T23:25:42.220Z | Done |
161 | 2024-07-05T23:25:42.220Z | Done |
162 | 2024-07-05T23:25:42.466Z | Done |
163 | 2024-07-05T23:25:43.061Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-07-05T23:25:43.071Z | Planning: Merging actions ... Done |
165 | 2024-07-05T23:25:43.251Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-07-05T23:25:43.254Z | Planning: Consolidating action changes ... Done |
167 | 2024-07-05T23:25:43.511Z | Planning: Evaluating mediators ... Done |
168 | 2024-07-05T23:25:43.566Z | Planning: Planning completed in 0.74 seconds |
169 | 2024-07-05T23:25:43.600Z | Packages to change: 1 |
170 | 2024-07-05T23:25:43.603Z | Mediators to change: 1 |
171 | 2024-07-05T23:25:43.603Z | Services to change: 1 |
172 | 2024-07-05T23:25:43.603Z | Create boot environment: No |
173 | 2024-07-05T23:25:43.603Z | Create backup boot environment: Yes |
174 | 2024-07-05T23:25:45.621Z | Actions: 1/6 actions (Updating modified actions) |
175 | 2024-07-05T23:25:45.758Z | Actions: Completed 6 actions in 0.14 seconds. |
176 | 2024-07-05T23:25:45.760Z | Done |
177 | 2024-07-05T23:25:45.760Z | Done |
178 | 2024-07-05T23:25:45.825Z | Done |
179 | 2024-07-05T23:25:49.271Z | Done |
180 | 2024-07-05T23:25:49.354Z | Done |
181 | 2024-07-05T23:25:49.357Z | Done |
182 | 2024-07-05T23:25:50.087Z | Done |
183 | 2024-07-05T23:25:50.512Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
184 | 2024-07-05T23:25:50.512Z | clang system 15 system |
185 | 2024-07-05T23:25:50.512Z | csh system system illumos |
186 | 2024-07-05T23:25:50.512Z | ctags system system illumos |
187 | 2024-07-05T23:25:50.512Z | gcc vendor 12 vendor |
188 | 2024-07-05T23:25:50.512Z | gcc system 10 system |
189 | 2024-07-05T23:25:50.512Z | gcc system 7 system |
190 | 2024-07-05T23:25:50.512Z | go system 1.20 system |
191 | 2024-07-05T23:25:50.512Z | go system 1.19 system |
192 | 2024-07-05T23:25:50.512Z | llvm system 15 system |
193 | 2024-07-05T23:25:50.512Z | llvm system 14 system |
194 | 2024-07-05T23:25:50.512Z | mariadb system 10.6 system |
195 | 2024-07-05T23:25:50.512Z | mta vendor vendor dma |
196 | 2024-07-05T23:25:50.512Z | openjdk system 17 system |
197 | 2024-07-05T23:25:50.512Z | openjdk system 11 system |
198 | 2024-07-05T23:25:50.512Z | openjdk system 1.8 system |
199 | 2024-07-05T23:25:50.512Z | openssl vendor 3 vendor |
200 | 2024-07-05T23:25:50.512Z | perl system 5.36 system |
201 | 2024-07-05T23:25:50.512Z | postgresql system 15 system |
202 | 2024-07-05T23:25:50.513Z | postgresql system 13 system |
203 | 2024-07-05T23:25:50.513Z | python vendor 3 vendor |
204 | 2024-07-05T23:25:50.513Z | python system 2 system |
205 | 2024-07-05T23:25:50.513Z | python3 system 3.11 system |
206 | 2024-07-05T23:25:50.513Z | ruby system 3.0 system |
207 | 2024-07-05T23:25:50.513Z | words vendor vendor american-english |
208 | 2024-07-05T23:25:50.513Z | words system system australian-english |
209 | 2024-07-05T23:25:50.513Z | words system system british-english |
210 | 2024-07-05T23:25:50.513Z | words system system canadian-english |
211 | 2024-07-05T23:25:50.513Z | words system system french |
212 | 2024-07-05T23:25:50.513Z | words system system italian |
213 | 2024-07-05T23:25:50.513Z | words system system ngerman |
214 | 2024-07-05T23:25:50.513Z | words system system ogerman |
215 | 2024-07-05T23:25:50.513Z | words system system spanish |
216 | 2024-07-05T23:25:50.831Z | PUBLISHER TYPE STATUS P LOCATION |
217 | 2024-07-05T23:25:50.831Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
218 | 2024-07-05T23:25:52.348Z | FMRI IFO |
219 | 2024-07-05T23:25:52.348Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
220 | 2024-07-05T23:25:52.348Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
221 | 2024-07-05T23:25:52.349Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
222 | 2024-07-05T23:25:52.349Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
223 | 2024-07-05T23:25:52.349Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
224 | 2024-07-05T23:25:52.349Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
225 | 2024-07-05T23:25:52.349Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
226 | 2024-07-05T23:25:52.349Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
227 | 2024-07-05T23:25:52.349Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
228 | 2024-07-05T23:25:52.349Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
229 | 2024-07-05T23:25:52.349Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
230 | 2024-07-05T23:25:52.349Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
231 | 2024-07-05T23:25:52.846Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
232 | 2024-07-05T23:25:53.208Z | Updating git repository `https://github.com/oxidecomputer/zone` |
233 | 2024-07-05T23:25:53.578Z | Updating crates.io index |
234 | 2024-07-05T23:25:53.648Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
235 | 2024-07-05T23:25:54.394Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
236 | 2024-07-05T23:25:55.224Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
237 | 2024-07-05T23:25:55.562Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
238 | 2024-07-05T23:25:57.433Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
239 | 2024-07-05T23:25:57.870Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
240 | 2024-07-05T23:25:58.237Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
241 | 2024-07-05T23:25:59.366Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
242 | 2024-07-05T23:26:01.115Z | Updating git repository `https://github.com/oxidecomputer/opte` |
243 | 2024-07-05T23:26:02.105Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
244 | 2024-07-05T23:26:02.995Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
245 | 2024-07-05T23:26:03.598Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
246 | 2024-07-05T23:26:03.957Z | Updating git repository `https://github.com/oxidecomputer/sprockets` |
247 | 2024-07-05T23:26:04.379Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
248 | 2024-07-05T23:26:04.729Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
249 | 2024-07-05T23:26:05.101Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
250 | 2024-07-05T23:26:05.606Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
251 | 2024-07-05T23:26:05.845Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
252 | 2024-07-05T23:26:06.102Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
253 | 2024-07-05T23:26:06.398Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
254 | 2024-07-05T23:26:06.703Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
255 | 2024-07-05T23:26:07.144Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
256 | 2024-07-05T23:26:07.390Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
257 | 2024-07-05T23:26:08.049Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
258 | 2024-07-05T23:26:08.411Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
259 | 2024-07-05T23:26:08.676Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
260 | 2024-07-05T23:26:09.134Z | Updating git repository `https://github.com/oxidecomputer/typify` |
261 | 2024-07-05T23:26:11.132Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
262 | 2024-07-05T23:26:11.451Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
263 | 2024-07-05T23:26:11.735Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
264 | 2024-07-05T23:26:12.174Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
265 | 2024-07-05T23:26:13.361Z | Downloading crates ... |
266 | 2024-07-05T23:26:13.456Z | Downloaded autocfg v1.3.0 |
267 | 2024-07-05T23:26:13.459Z | Downloaded anstyle-parse v0.2.4 |
268 | 2024-07-05T23:26:13.461Z | Downloaded adler v1.0.2 |
269 | 2024-07-05T23:26:13.476Z | Downloaded pkg-config v0.3.30 |
270 | 2024-07-05T23:26:13.479Z | Downloaded powerfmt v0.2.0 |
271 | 2024-07-05T23:26:13.482Z | Downloaded plain v0.2.3 |
272 | 2024-07-05T23:26:13.482Z | Downloaded pin-utils v0.1.0 |
273 | 2024-07-05T23:26:13.485Z | Downloaded pin-project-lite v0.2.14 |
274 | 2024-07-05T23:26:13.488Z | Downloaded try-lock v0.2.5 |
275 | 2024-07-05T23:26:13.490Z | Downloaded time-core v0.1.2 |
276 | 2024-07-05T23:26:13.490Z | Downloaded strum v0.26.2 |
277 | 2024-07-05T23:26:13.493Z | Downloaded match_cfg v0.1.0 |
278 | 2024-07-05T23:26:13.498Z | Downloaded swrite v0.1.0 |
279 | 2024-07-05T23:26:13.498Z | Downloaded openssl-probe v0.1.5 |
280 | 2024-07-05T23:26:13.500Z | Downloaded dtrace-parser v0.2.0 |
281 | 2024-07-05T23:26:13.500Z | Downloaded usdt-attr-macro v0.5.0 |
282 | 2024-07-05T23:26:13.500Z | Downloaded bitflags v2.5.0 |
283 | 2024-07-05T23:26:13.503Z | Downloaded anyhow v1.0.86 |
284 | 2024-07-05T23:26:13.507Z | Downloaded anstyle-query v1.0.3 |
285 | 2024-07-05T23:26:13.509Z | Downloaded scroll_derive v0.12.0 |
286 | 2024-07-05T23:26:13.509Z | Downloaded equivalent v1.0.1 |
287 | 2024-07-05T23:26:13.512Z | Downloaded thread_local v1.1.8 |
288 | 2024-07-05T23:26:13.512Z | Downloaded tokio-native-tls v0.3.1 |
289 | 2024-07-05T23:26:13.515Z | Downloaded terminal_size v0.3.0 |
290 | 2024-07-05T23:26:13.515Z | Downloaded is_terminal_polyfill v1.70.0 |
291 | 2024-07-05T23:26:13.517Z | Downloaded slog-bunyan v2.5.0 |
292 | 2024-07-05T23:26:13.517Z | Downloaded foreign-types-shared v0.1.1 |
293 | 2024-07-05T23:26:13.517Z | Downloaded foreign-types v0.3.2 |
294 | 2024-07-05T23:26:13.520Z | Downloaded thiserror-impl v1.0.60 |
295 | 2024-07-05T23:26:13.520Z | Downloaded hyper-tls v0.5.0 |
296 | 2024-07-05T23:26:13.520Z | Downloaded scroll v0.12.0 |
297 | 2024-07-05T23:26:13.522Z | Downloaded futures-sink v0.3.30 |
298 | 2024-07-05T23:26:13.523Z | Downloaded errno v0.3.9 |
299 | 2024-07-05T23:26:13.525Z | Downloaded utf8parse v0.2.1 |
300 | 2024-07-05T23:26:13.525Z | Downloaded cargo_metadata v0.18.1 |
301 | 2024-07-05T23:26:13.528Z | Downloaded serde_tokenstream v0.2.1 |
302 | 2024-07-05T23:26:13.530Z | Downloaded deranged v0.3.11 |
303 | 2024-07-05T23:26:13.533Z | Downloaded semver v1.0.23 |
304 | 2024-07-05T23:26:13.535Z | Downloaded slab v0.4.9 |
305 | 2024-07-05T23:26:13.535Z | Downloaded tinyvec_macros v0.1.1 |
306 | 2024-07-05T23:26:13.535Z | Downloaded want v0.3.1 |
307 | 2024-07-05T23:26:13.538Z | Downloaded is-terminal v0.4.12 |
308 | 2024-07-05T23:26:13.538Z | Downloaded dirs-next v2.0.0 |
309 | 2024-07-05T23:26:13.538Z | Downloaded sync_wrapper v0.1.2 |
310 | 2024-07-05T23:26:13.541Z | Downloaded heck v0.5.0 |
311 | 2024-07-05T23:26:13.541Z | Downloaded futures-core v0.3.30 |
312 | 2024-07-05T23:26:13.544Z | Downloaded pretty-hex v0.4.1 |
313 | 2024-07-05T23:26:13.544Z | Downloaded memmap v0.7.0 |
314 | 2024-07-05T23:26:13.544Z | Downloaded colorchoice v1.0.1 |
315 | 2024-07-05T23:26:13.546Z | Downloaded form_urlencoded v1.2.1 |
316 | 2024-07-05T23:26:13.546Z | Downloaded tabled_derive v0.7.0 |
317 | 2024-07-05T23:26:13.546Z | Downloaded fnv v1.0.7 |
318 | 2024-07-05T23:26:13.551Z | Downloaded filetime v0.2.23 |
319 | 2024-07-05T23:26:13.551Z | Downloaded bytecount v0.6.8 |
320 | 2024-07-05T23:26:13.554Z | Downloaded slog-term v2.9.1 |
321 | 2024-07-05T23:26:13.554Z | Downloaded proc-macro-error v1.0.4 |
322 | 2024-07-05T23:26:13.557Z | Downloaded openssl-macros v0.1.1 |
323 | 2024-07-05T23:26:13.557Z | Downloaded version_check v0.9.4 |
324 | 2024-07-05T23:26:13.559Z | Downloaded num_threads v0.1.7 |
325 | 2024-07-05T23:26:13.560Z | Downloaded hostname v0.3.1 |
326 | 2024-07-05T23:26:13.560Z | Downloaded rustls-pemfile v1.0.4 |
327 | 2024-07-05T23:26:13.562Z | Downloaded num_cpus v1.16.0 |
328 | 2024-07-05T23:26:13.565Z | Downloaded usdt-macro v0.5.0 |
329 | 2024-07-05T23:26:13.565Z | Downloaded tower-service v0.3.2 |
330 | 2024-07-05T23:26:13.567Z | Downloaded tar v0.4.40 |
331 | 2024-07-05T23:26:13.570Z | Downloaded toml v0.8.14 |
332 | 2024-07-05T23:26:13.572Z | Downloaded slog-json v2.6.1 |
333 | 2024-07-05T23:26:13.572Z | Downloaded xattr v1.3.1 |
334 | 2024-07-05T23:26:13.575Z | Downloaded http-body v0.4.6 |
335 | 2024-07-05T23:26:13.578Z | Downloaded heck v0.4.1 |
336 | 2024-07-05T23:26:13.578Z | Downloaded tinyvec v1.6.0 |
337 | 2024-07-05T23:26:13.580Z | Downloaded thread-id v4.2.1 |
338 | 2024-07-05T23:26:13.583Z | Downloaded proc-macro-error-attr v1.0.4 |
339 | 2024-07-05T23:26:13.583Z | Downloaded clap_lex v0.7.0 |
340 | 2024-07-05T23:26:13.583Z | Downloaded cargo-platform v0.1.8 |
341 | 2024-07-05T23:26:13.586Z | Downloaded futures-task v0.3.30 |
342 | 2024-07-05T23:26:13.586Z | Downloaded thiserror v1.0.60 |
343 | 2024-07-05T23:26:13.589Z | Downloaded httpdate v1.0.3 |
344 | 2024-07-05T23:26:13.591Z | Downloaded serde_derive v1.0.203 |
345 | 2024-07-05T23:26:13.594Z | Downloaded httparse v1.8.0 |
346 | 2024-07-05T23:26:13.597Z | Downloaded unicode-ident v1.0.12 |
347 | 2024-07-05T23:26:13.600Z | Downloaded toml_datetime v0.6.6 |
348 | 2024-07-05T23:26:13.600Z | Downloaded camino v1.1.7 |
349 | 2024-07-05T23:26:13.604Z | Downloaded usdt v0.5.0 |
350 | 2024-07-05T23:26:13.604Z | Downloaded crc32fast v1.4.0 |
351 | 2024-07-05T23:26:13.607Z | Downloaded signal-hook-registry v1.4.2 |
352 | 2024-07-05T23:26:13.607Z | Downloaded once_cell v1.19.0 |
353 | 2024-07-05T23:26:13.609Z | Downloaded mime v0.3.17 |
354 | 2024-07-05T23:26:13.610Z | Downloaded zerocopy-derive v0.7.34 |
355 | 2024-07-05T23:26:13.613Z | Downloaded quote v1.0.36 |
356 | 2024-07-05T23:26:13.616Z | Downloaded tokio-macros v2.3.0 |
357 | 2024-07-05T23:26:13.618Z | Downloaded ucd-trie v0.1.6 |
358 | 2024-07-05T23:26:13.621Z | Downloaded time-macros v0.2.18 |
359 | 2024-07-05T23:26:13.621Z | Downloaded parking_lot_core v0.9.10 |
360 | 2024-07-05T23:26:13.624Z | Downloaded native-tls v0.2.11 |
361 | 2024-07-05T23:26:13.627Z | Downloaded term v0.7.0 |
362 | 2024-07-05T23:26:13.630Z | Downloaded usdt-impl v0.5.0 |
363 | 2024-07-05T23:26:13.630Z | Downloaded strum_macros v0.26.4 |
364 | 2024-07-05T23:26:13.633Z | Downloaded url v2.5.0 |
365 | 2024-07-05T23:26:13.635Z | Downloaded typenum v1.17.0 |
366 | 2024-07-05T23:26:13.638Z | Downloaded smallvec v1.13.2 |
367 | 2024-07-05T23:26:13.641Z | Downloaded tracing v0.1.40 |
368 | 2024-07-05T23:26:13.644Z | Downloaded lock_api v0.4.12 |
369 | 2024-07-05T23:26:13.646Z | Downloaded futures v0.3.30 |
370 | 2024-07-05T23:26:13.650Z | Downloaded percent-encoding v2.3.1 |
371 | 2024-07-05T23:26:13.653Z | Downloaded unicode-bidi v0.3.15 |
372 | 2024-07-05T23:26:13.658Z | Downloaded miniz_oxide v0.7.2 |
373 | 2024-07-05T23:26:13.661Z | Downloaded tracing-core v0.1.32 |
374 | 2024-07-05T23:26:13.661Z | Downloaded log v0.4.21 |
375 | 2024-07-05T23:26:13.663Z | Downloaded clap v4.5.4 |
376 | 2024-07-05T23:26:13.671Z | Downloaded serde v1.0.203 |
377 | 2024-07-05T23:26:13.674Z | Downloaded toml_edit v0.22.14 |
378 | 2024-07-05T23:26:13.696Z | Downloaded pest_meta v2.7.10 |
379 | 2024-07-05T23:26:13.699Z | Downloaded pest_derive v2.7.10 |
380 | 2024-07-05T23:26:13.701Z | Downloaded parking_lot v0.12.2 |
381 | 2024-07-05T23:26:13.704Z | Downloaded papergrid v0.11.0 |
382 | 2024-07-05T23:26:13.707Z | Downloaded bytes v1.6.0 |
383 | 2024-07-05T23:26:13.711Z | Downloaded unicode-normalization v0.1.23 |
384 | 2024-07-05T23:26:13.714Z | Downloaded openssl-sys v0.9.102 |
385 | 2024-07-05T23:26:13.720Z | Downloaded time v0.3.36 |
386 | 2024-07-05T23:26:13.727Z | Downloaded serde_json v1.0.120 |
387 | 2024-07-05T23:26:13.733Z | Downloaded zerocopy v0.7.34 |
388 | 2024-07-05T23:26:13.750Z | Downloaded winnow v0.6.8 |
389 | 2024-07-05T23:26:13.758Z | Downloaded http v0.2.12 |
390 | 2024-07-05T23:26:13.764Z | Downloaded tabled v0.15.0 |
391 | 2024-07-05T23:26:13.778Z | Downloaded mio v0.8.11 |
392 | 2024-07-05T23:26:13.783Z | Downloaded vcpkg v0.2.15 |
393 | 2024-07-05T23:26:13.820Z | Downloaded syn v2.0.68 |
394 | 2024-07-05T23:26:13.831Z | Downloaded syn v1.0.109 |
395 | 2024-07-05T23:26:13.841Z | Downloaded rustix v0.38.34 |
396 | 2024-07-05T23:26:13.862Z | Downloaded unicode-width v0.1.13 |
397 | 2024-07-05T23:26:13.869Z | Downloaded idna v0.5.0 |
398 | 2024-07-05T23:26:13.875Z | Downloaded tokio v1.38.0 |
399 | 2024-07-05T23:26:13.911Z | Downloaded openssl v0.10.64 |
400 | 2024-07-05T23:26:13.919Z | Downloaded futures-util v0.3.30 |
401 | 2024-07-05T23:26:13.930Z | Downloaded hyper v0.14.28 |
402 | 2024-07-05T23:26:13.938Z | Downloaded h2 v0.3.26 |
403 | 2024-07-05T23:26:13.944Z | Downloaded goblin v0.8.2 |
404 | 2024-07-05T23:26:13.949Z | Downloaded clap_builder v4.5.2 |
405 | 2024-07-05T23:26:13.956Z | Downloaded pest v2.7.10 |
406 | 2024-07-05T23:26:13.960Z | Downloaded hashbrown v0.14.5 |
407 | 2024-07-05T23:26:13.965Z | Downloaded memchr v2.7.2 |
408 | 2024-07-05T23:26:13.969Z | Downloaded libc v0.2.155 |
409 | 2024-07-05T23:26:13.996Z | Downloaded crossbeam-channel v0.5.12 |
410 | 2024-07-05T23:26:13.999Z | Downloaded base64 v0.21.7 |
411 | 2024-07-05T23:26:14.002Z | Downloaded reqwest v0.11.27 |
412 | 2024-07-05T23:26:14.009Z | Downloaded indexmap v2.2.6 |
413 | 2024-07-05T23:26:14.012Z | Downloaded flate2 v1.0.30 |
414 | 2024-07-05T23:26:14.018Z | Downloaded tokio-util v0.7.11 |
415 | 2024-07-05T23:26:14.023Z | Downloaded cc v1.0.97 |
416 | 2024-07-05T23:26:14.026Z | Downloaded crossbeam-utils v0.8.19 |
417 | 2024-07-05T23:26:14.029Z | Downloaded encoding_rs v0.8.34 |
418 | 2024-07-05T23:26:14.047Z | Downloaded cargo_toml v0.20.3 |
419 | 2024-07-05T23:26:14.050Z | Downloaded slog v2.7.0 |
420 | 2024-07-05T23:26:14.052Z | Downloaded fs-err v2.11.0 |
421 | 2024-07-05T23:26:14.055Z | Downloaded macaddr v1.0.1 |
422 | 2024-07-05T23:26:14.055Z | Downloaded strsim v0.11.1 |
423 | 2024-07-05T23:26:14.055Z | Downloaded clap_derive v4.5.4 |
424 | 2024-07-05T23:26:14.057Z | Downloaded socket2 v0.5.7 |
425 | 2024-07-05T23:26:14.060Z | Downloaded ipnet v2.9.0 |
426 | 2024-07-05T23:26:14.060Z | Downloaded ryu v1.0.18 |
427 | 2024-07-05T23:26:14.063Z | Downloaded digest v0.10.7 |
428 | 2024-07-05T23:26:14.066Z | Downloaded futures-channel v0.3.30 |
429 | 2024-07-05T23:26:14.066Z | Downloaded dirs-sys-next v0.1.2 |
430 | 2024-07-05T23:26:14.066Z | Downloaded serde_urlencoded v0.7.1 |
431 | 2024-07-05T23:26:14.069Z | Downloaded generic-array v0.14.7 |
432 | 2024-07-05T23:26:14.069Z | Downloaded crypto-common v0.1.6 |
433 | 2024-07-05T23:26:14.071Z | Downloaded cpufeatures v0.2.12 |
434 | 2024-07-05T23:26:14.071Z | Downloaded futures-macro v0.3.30 |
435 | 2024-07-05T23:26:14.071Z | Downloaded futures-executor v0.3.30 |
436 | 2024-07-05T23:26:14.074Z | Downloaded cfg-if v1.0.0 |
437 | 2024-07-05T23:26:14.074Z | Downloaded byteorder v1.5.0 |
438 | 2024-07-05T23:26:14.076Z | Downloaded block-buffer v0.10.4 |
439 | 2024-07-05T23:26:14.076Z | Downloaded slog-async v2.8.0 |
440 | 2024-07-05T23:26:14.076Z | Downloaded scopeguard v1.2.0 |
441 | 2024-07-05T23:26:14.079Z | Downloaded rustversion v1.0.17 |
442 | 2024-07-05T23:26:14.083Z | Downloaded pest_generator v2.7.10 |
443 | 2024-07-05T23:26:14.084Z | Downloaded serde_spanned v0.6.6 |
444 | 2024-07-05T23:26:14.084Z | Downloaded take_mut v0.2.2 |
445 | 2024-07-05T23:26:14.086Z | Downloaded proc-macro2 v1.0.86 |
446 | 2024-07-05T23:26:14.086Z | Downloaded itoa v1.0.11 |
447 | 2024-07-05T23:26:14.086Z | Downloaded sha2 v0.10.8 |
448 | 2024-07-05T23:26:14.089Z | Downloaded num-conv v0.1.0 |
449 | 2024-07-05T23:26:14.089Z | Downloaded futures-io v0.3.30 |
450 | 2024-07-05T23:26:14.089Z | Downloaded dof v0.3.0 |
451 | 2024-07-05T23:26:14.092Z | Downloaded anstyle v1.0.7 |
452 | 2024-07-05T23:26:14.092Z | Downloaded anstream v0.6.14 |
453 | 2024-07-05T23:26:14.381Z | Compiling proc-macro2 v1.0.86 |
454 | 2024-07-05T23:26:14.381Z | Compiling unicode-ident v1.0.12 |
455 | 2024-07-05T23:26:14.381Z | Compiling libc v0.2.155 |
456 | 2024-07-05T23:26:14.384Z | Compiling version_check v0.9.4 |
457 | 2024-07-05T23:26:14.384Z | Compiling cfg-if v1.0.0 |
458 | 2024-07-05T23:26:14.384Z | Compiling itoa v1.0.11 |
459 | 2024-07-05T23:26:14.384Z | Compiling once_cell v1.19.0 |
460 | 2024-07-05T23:26:14.422Z | Compiling autocfg v1.3.0 |
461 | 2024-07-05T23:26:14.537Z | Compiling serde v1.0.203 |
462 | 2024-07-05T23:26:14.626Z | Compiling memchr v2.7.2 |
463 | 2024-07-05T23:26:14.706Z | Compiling thiserror v1.0.60 |
464 | 2024-07-05T23:26:14.983Z | Compiling ryu v1.0.18 |
465 | 2024-07-05T23:26:15.255Z | Compiling pin-project-lite v0.2.14 |
466 | 2024-07-05T23:26:15.275Z | Compiling bitflags v2.5.0 |
467 | 2024-07-05T23:26:15.350Z | Compiling pkg-config v0.3.30 |
468 | 2024-07-05T23:26:15.389Z | Compiling lock_api v0.4.12 |
469 | 2024-07-05T23:26:15.596Z | Compiling vcpkg v0.2.15 |
470 | 2024-07-05T23:26:15.953Z | Compiling ucd-trie v0.1.6 |
471 | 2024-07-05T23:26:16.374Z | Compiling cc v1.0.97 |
472 | 2024-07-05T23:26:16.392Z | Compiling parking_lot_core v0.9.10 |
473 | 2024-07-05T23:26:17.005Z | Compiling slab v0.4.9 |
474 | 2024-07-05T23:26:17.578Z | Compiling futures-core v0.3.30 |
475 | 2024-07-05T23:26:17.723Z | Compiling bytes v1.6.0 |
476 | 2024-07-05T23:26:17.758Z | Compiling scopeguard v1.2.0 |
477 | 2024-07-05T23:26:17.828Z | Compiling futures-sink v0.3.30 |
478 | 2024-07-05T23:26:17.831Z | Compiling smallvec v1.13.2 |
479 | 2024-07-05T23:26:18.121Z | Compiling fnv v1.0.7 |
480 | 2024-07-05T23:26:18.255Z | Compiling byteorder v1.5.0 |
481 | 2024-07-05T23:26:18.274Z | Compiling log v0.4.21 |
482 | 2024-07-05T23:26:18.361Z | Compiling equivalent v1.0.1 |
483 | 2024-07-05T23:26:18.395Z | Compiling serde_json v1.0.120 |
484 | 2024-07-05T23:26:18.490Z | Compiling hashbrown v0.14.5 |
485 | 2024-07-05T23:26:18.664Z | Compiling quote v1.0.36 |
486 | 2024-07-05T23:26:18.761Z | Compiling futures-channel v0.3.30 |
487 | 2024-07-05T23:26:18.979Z | Compiling socket2 v0.5.7 |
488 | 2024-07-05T23:26:19.145Z | Compiling syn v2.0.68 |
489 | 2024-07-05T23:26:19.183Z | Compiling openssl-sys v0.9.102 |
490 | 2024-07-05T23:26:19.207Z | Compiling num_cpus v1.16.0 |
491 | 2024-07-05T23:26:19.336Z | Compiling parking_lot v0.12.2 |
492 | 2024-07-05T23:26:19.415Z | Compiling signal-hook-registry v1.4.2 |
493 | 2024-07-05T23:26:19.662Z | Compiling mio v0.8.11 |
494 | 2024-07-05T23:26:19.686Z | Compiling typenum v1.17.0 |
495 | 2024-07-05T23:26:19.829Z | Compiling indexmap v2.2.6 |
496 | 2024-07-05T23:26:19.948Z | Compiling rustix v0.38.34 |
497 | 2024-07-05T23:26:20.303Z | Compiling futures-io v0.3.30 |
498 | 2024-07-05T23:26:20.674Z | Compiling futures-task v0.3.30 |
499 | 2024-07-05T23:26:20.712Z | Compiling pin-utils v0.1.0 |
500 | 2024-07-05T23:26:20.935Z | Compiling errno v0.3.9 |
501 | 2024-07-05T23:26:20.964Z | Compiling generic-array v0.14.7 |
502 | 2024-07-05T23:26:20.986Z | Compiling slog v2.7.0 |
503 | 2024-07-05T23:26:20.989Z | Compiling foreign-types-shared v0.1.1 |
504 | 2024-07-05T23:26:21.024Z | Compiling openssl v0.10.64 |
505 | 2024-07-05T23:26:21.077Z | Compiling foreign-types v0.3.2 |
506 | 2024-07-05T23:26:21.301Z | Compiling http v0.2.12 |
507 | 2024-07-05T23:26:21.378Z | Compiling proc-macro-error-attr v1.0.4 |
508 | 2024-07-05T23:26:21.509Z | Compiling usdt-impl v0.5.0 |
509 | 2024-07-05T23:26:21.652Z | Compiling tracing-core v0.1.32 |
510 | 2024-07-05T23:26:21.799Z | Compiling powerfmt v0.2.0 |
511 | 2024-07-05T23:26:21.863Z | Compiling native-tls v0.2.11 |
512 | 2024-07-05T23:26:22.170Z | Compiling num-conv v0.1.0 |
513 | 2024-07-05T23:26:22.203Z | Compiling httparse v1.8.0 |
514 | 2024-07-05T23:26:22.327Z | Compiling time-core v0.1.2 |
515 | 2024-07-05T23:26:22.436Z | Compiling syn v1.0.109 |
516 | 2024-07-05T23:26:22.501Z | Compiling tinyvec_macros v0.1.1 |
517 | 2024-07-05T23:26:22.602Z | Compiling tinyvec v1.6.0 |
518 | 2024-07-05T23:26:22.631Z | Compiling time-macros v0.2.18 |
519 | 2024-07-05T23:26:23.014Z | Compiling tracing v0.1.40 |
520 | 2024-07-05T23:26:23.433Z | Compiling deranged v0.3.11 |
521 | 2024-07-05T23:26:23.767Z | Compiling thread-id v4.2.1 |
522 | 2024-07-05T23:26:23.907Z | Compiling proc-macro-error v1.0.4 |
523 | 2024-07-05T23:26:23.928Z | Compiling percent-encoding v2.3.1 |
524 | 2024-07-05T23:26:24.109Z | Compiling utf8parse v0.2.1 |
525 | 2024-07-05T23:26:24.250Z | Compiling openssl-probe v0.1.5 |
526 | 2024-07-05T23:26:24.281Z | Compiling crossbeam-utils v0.8.19 |
527 | 2024-07-05T23:26:24.319Z | Compiling heck v0.5.0 |
528 | 2024-07-05T23:26:24.610Z | Compiling try-lock v0.2.5 |
529 | 2024-07-05T23:26:24.751Z | Compiling rustversion v1.0.17 |
530 | 2024-07-05T23:26:24.774Z | Compiling plain v0.2.3 |
531 | 2024-07-05T23:26:24.813Z | Compiling num_threads v0.1.7 |
532 | 2024-07-05T23:26:24.906Z | Compiling want v0.3.1 |
533 | 2024-07-05T23:26:24.928Z | Compiling anstyle-parse v0.2.4 |
534 | 2024-07-05T23:26:24.953Z | Compiling form_urlencoded v1.2.1 |
535 | 2024-07-05T23:26:25.258Z | Compiling unicode-normalization v0.1.23 |
536 | 2024-07-05T23:26:25.432Z | Compiling http-body v0.4.6 |
537 | 2024-07-05T23:26:25.810Z | Compiling dirs-sys-next v0.1.2 |
538 | 2024-07-05T23:26:26.097Z | Compiling time v0.3.36 |
539 | 2024-07-05T23:26:26.118Z | Compiling tower-service v0.3.2 |
540 | 2024-07-05T23:26:26.232Z | Compiling is_terminal_polyfill v1.70.0 |
541 | 2024-07-05T23:26:26.254Z | Compiling httpdate v1.0.3 |
542 | 2024-07-05T23:26:26.258Z | Compiling pretty-hex v0.4.1 |
543 | 2024-07-05T23:26:26.363Z | Compiling semver v1.0.23 |
544 | 2024-07-05T23:26:26.425Z | Compiling winnow v0.6.8 |
545 | 2024-07-05T23:26:26.477Z | Compiling anstyle v1.0.7 |
546 | 2024-07-05T23:26:26.731Z | Compiling anstyle-query v1.0.3 |
547 | 2024-07-05T23:26:26.856Z | Compiling camino v1.1.7 |
548 | 2024-07-05T23:26:26.881Z | Compiling colorchoice v1.0.1 |
549 | 2024-07-05T23:26:26.955Z | Compiling crc32fast v1.4.0 |
550 | 2024-07-05T23:26:27.046Z | Compiling unicode-bidi v0.3.15 |
551 | 2024-07-05T23:26:27.369Z | Compiling anstream v0.6.14 |
552 | 2024-07-05T23:26:27.597Z | Compiling dirs-next v2.0.0 |
553 | 2024-07-05T23:26:27.795Z | Compiling idna v0.5.0 |
554 | 2024-07-05T23:26:28.855Z | Compiling block-buffer v0.10.4 |
555 | 2024-07-05T23:26:29.106Z | Compiling crypto-common v0.1.6 |
556 | 2024-07-05T23:26:29.235Z | Compiling terminal_size v0.3.0 |
557 | 2024-07-05T23:26:29.411Z | Compiling fs-err v2.11.0 |
558 | 2024-07-05T23:26:29.475Z | Compiling thread_local v1.1.8 |
559 | 2024-07-05T23:26:29.475Z | Compiling match_cfg v0.1.0 |
560 | 2024-07-05T23:26:29.596Z | Compiling bytecount v0.6.8 |
561 | 2024-07-05T23:26:29.701Z | Compiling unicode-width v0.1.13 |
562 | 2024-07-05T23:26:29.815Z | Compiling base64 v0.21.7 |
563 | 2024-07-05T23:26:29.866Z | Compiling slog-async v2.8.0 |
564 | 2024-07-05T23:26:29.950Z | Compiling clap_lex v0.7.0 |
565 | 2024-07-05T23:26:29.981Z | Compiling strsim v0.11.1 |
566 | 2024-07-05T23:26:30.068Z | Compiling anyhow v1.0.86 |
567 | 2024-07-05T23:26:30.221Z | Compiling heck v0.4.1 |
568 | 2024-07-05T23:26:30.366Z | Compiling adler v1.0.2 |
569 | 2024-07-05T23:26:30.570Z | Compiling miniz_oxide v0.7.2 |
570 | 2024-07-05T23:26:30.594Z | Compiling rustls-pemfile v1.0.4 |
571 | 2024-07-05T23:26:30.613Z | Compiling clap_builder v4.5.2 |
572 | 2024-07-05T23:26:30.705Z | Compiling papergrid v0.11.0 |
573 | 2024-07-05T23:26:30.870Z | Compiling hostname v0.3.1 |
574 | 2024-07-05T23:26:30.955Z | Compiling crossbeam-channel v0.5.12 |
575 | 2024-07-05T23:26:31.018Z | Compiling digest v0.10.7 |
576 | 2024-07-05T23:26:31.129Z | Compiling url v2.5.0 |
577 | 2024-07-05T23:26:31.439Z | Compiling term v0.7.0 |
578 | 2024-07-05T23:26:31.911Z | Compiling tabled_derive v0.7.0 |
579 | 2024-07-05T23:26:31.974Z | Compiling serde_derive v1.0.203 |
580 | 2024-07-05T23:26:32.120Z | Compiling thiserror-impl v1.0.60 |
581 | 2024-07-05T23:26:32.123Z | Compiling zerocopy-derive v0.7.34 |
582 | 2024-07-05T23:26:33.039Z | Compiling tokio-macros v2.3.0 |
583 | 2024-07-05T23:26:33.071Z | Compiling futures-macro v0.3.30 |
584 | 2024-07-05T23:26:34.497Z | Compiling scroll_derive v0.12.0 |
585 | 2024-07-05T23:26:34.521Z | Compiling zerocopy v0.7.34 |
586 | 2024-07-05T23:26:34.811Z | Compiling tokio v1.38.0 |
587 | 2024-07-05T23:26:35.045Z | Compiling openssl-macros v0.1.1 |
588 | 2024-07-05T23:26:35.160Z | Compiling futures-util v0.3.30 |
589 | 2024-07-05T23:26:35.619Z | Compiling pest v2.7.10 |
590 | 2024-07-05T23:26:35.968Z | Compiling scroll v0.12.0 |
591 | 2024-07-05T23:26:36.177Z | Compiling clap_derive v4.5.4 |
592 | 2024-07-05T23:26:36.522Z | Compiling goblin v0.8.2 |
593 | 2024-07-05T23:26:38.554Z | Compiling pest_meta v2.7.10 |
594 | 2024-07-05T23:26:40.389Z | Compiling pest_generator v2.7.10 |
595 | 2024-07-05T23:26:41.519Z | Compiling futures-executor v0.3.30 |
596 | 2024-07-05T23:26:42.403Z | Compiling tokio-util v0.7.11 |
597 | 2024-07-05T23:26:42.716Z | Compiling tokio-native-tls v0.3.1 |
598 | 2024-07-05T23:26:42.991Z | Compiling strum_macros v0.26.4 |
599 | 2024-07-05T23:26:43.805Z | Compiling h2 v0.3.26 |
600 | 2024-07-05T23:26:43.945Z | Compiling pest_derive v2.7.10 |
601 | 2024-07-05T23:26:44.771Z | Compiling dtrace-parser v0.2.0 |
602 | 2024-07-05T23:26:44.882Z | Compiling xattr v1.3.1 |
603 | 2024-07-05T23:26:45.174Z | Compiling memmap v0.7.0 |
604 | 2024-07-05T23:26:45.556Z | Compiling filetime v0.2.23 |
605 | 2024-07-05T23:26:45.921Z | Compiling is-terminal v0.4.12 |
606 | 2024-07-05T23:26:46.053Z | Compiling encoding_rs v0.8.34 |
607 | 2024-07-05T23:26:47.164Z | Compiling serde_spanned v0.6.6 |
608 | 2024-07-05T23:26:47.167Z | Compiling toml_datetime v0.6.6 |
609 | 2024-07-05T23:26:47.664Z | Compiling serde_tokenstream v0.2.1 |
610 | 2024-07-05T23:26:47.799Z | Compiling toml_edit v0.22.14 |
611 | 2024-07-05T23:26:48.195Z | Compiling hyper v0.14.28 |
612 | 2024-07-05T23:26:48.642Z | Compiling serde_urlencoded v0.7.1 |
613 | 2024-07-05T23:26:49.185Z | Compiling dof v0.3.0 |
614 | 2024-07-05T23:26:50.218Z | Compiling slog-json v2.6.1 |
615 | 2024-07-05T23:26:50.626Z | Compiling cargo-platform v0.1.8 |
616 | 2024-07-05T23:26:51.229Z | Compiling toml v0.8.14 |
617 | 2024-07-05T23:26:51.278Z | Compiling take_mut v0.2.2 |
618 | 2024-07-05T23:26:51.465Z | Compiling cpufeatures v0.2.12 |
619 | 2024-07-05T23:26:51.575Z | Compiling ipnet v2.9.0 |
620 | 2024-07-05T23:26:51.621Z | Compiling usdt-attr-macro v0.5.0 |
621 | 2024-07-05T23:26:52.031Z | Compiling hyper-tls v0.5.0 |
622 | 2024-07-05T23:26:52.062Z | Compiling usdt-macro v0.5.0 |
623 | 2024-07-05T23:26:52.194Z | Compiling sync_wrapper v0.1.2 |
624 | 2024-07-05T23:26:52.333Z | Compiling mime v0.3.17 |
625 | 2024-07-05T23:26:52.373Z | Compiling cargo_toml v0.20.3 |
626 | 2024-07-05T23:26:52.870Z | Compiling reqwest v0.11.27 |
627 | 2024-07-05T23:26:52.953Z | Compiling cargo_metadata v0.18.1 |
628 | 2024-07-05T23:26:52.992Z | Compiling sha2 v0.10.8 |
629 | 2024-07-05T23:26:53.384Z | Compiling usdt v0.5.0 |
630 | 2024-07-05T23:26:53.867Z | Compiling slog-bunyan v2.5.0 |
631 | 2024-07-05T23:26:54.061Z | Compiling strum v0.26.2 |
632 | 2024-07-05T23:26:54.251Z | Compiling macaddr v1.0.1 |
633 | 2024-07-05T23:26:54.344Z | Compiling slog-term v2.9.1 |
634 | 2024-07-05T23:26:54.472Z | Compiling tar v0.4.40 |
635 | 2024-07-05T23:26:54.751Z | Compiling flate2 v1.0.30 |
636 | 2024-07-05T23:26:55.671Z | Compiling futures v0.3.30 |
637 | 2024-07-05T23:26:55.713Z | Compiling clap v4.5.4 |
638 | 2024-07-05T23:26:55.803Z | Compiling tabled v0.15.0 |
639 | 2024-07-05T23:26:56.425Z | Compiling swrite v0.1.0 |
640 | 2024-07-05T23:27:00.453Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
641 | 2024-07-05T23:27:08.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
642 | 2024-07-05T23:27:08.329Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
643 | 2024-07-05T23:27:08.385Z | Jul 05 23:27:07.223 INFO Starting download, target: Clickhouse |
644 | 2024-07-05T23:27:08.385Z | Jul 05 23:27:07.223 INFO Starting download, target: Cockroach |
645 | 2024-07-05T23:27:08.385Z | Jul 05 23:27:07.223 INFO Starting download, target: Console |
646 | 2024-07-05T23:27:08.385Z | Jul 05 23:27:07.224 INFO Starting download, target: DendriteOpenapi |
647 | 2024-07-05T23:27:08.389Z | Jul 05 23:27:07.224 INFO Starting download, target: DendriteStub |
648 | 2024-07-05T23:27:08.389Z | Jul 05 23:27:07.224 INFO Starting download, target: MaghemiteMgd |
649 | 2024-07-05T23:27:08.389Z | Jul 05 23:27:07.224 INFO Starting download, target: TransceiverControl |
650 | 2024-07-05T23:27:08.389Z | Jul 05 23:27:07.224 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
651 | 2024-07-05T23:27:08.389Z | Jul 05 23:27:07.224 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
652 | 2024-07-05T23:27:08.389Z | Jul 05 23:27:07.224 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
653 | 2024-07-05T23:27:08.389Z | Jul 05 23:27:07.224 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
654 | 2024-07-05T23:27:08.389Z | Jul 05 23:27:07.224 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
655 | 2024-07-05T23:27:08.389Z | Jul 05 23:27:07.225 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
656 | 2024-07-05T23:27:08.389Z | Jul 05 23:27:07.225 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
657 | 2024-07-05T23:27:08.695Z | Jul 05 23:27:07.498 INFO Download complete, target: DendriteOpenapi |
658 | 2024-07-05T23:27:08.848Z | Jul 05 23:27:07.682 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
659 | 2024-07-05T23:27:08.977Z | Jul 05 23:27:07.814 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
660 | 2024-07-05T23:27:09.286Z | Jul 05 23:27:08.124 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
661 | 2024-07-05T23:27:09.415Z | Jul 05 23:27:08.252 INFO Download complete, target: Console |
662 | 2024-07-05T23:27:09.425Z | Jul 05 23:27:08.263 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
663 | 2024-07-05T23:27:09.683Z | Jul 05 23:27:08.521 INFO Download complete, target: TransceiverControl |
664 | 2024-07-05T23:27:10.475Z | Jul 05 23:27:09.312 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
665 | 2024-07-05T23:27:11.412Z | Jul 05 23:27:10.249 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
666 | 2024-07-05T23:27:11.412Z | Jul 05 23:27:10.249 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
667 | 2024-07-05T23:27:12.482Z | Jul 05 23:27:11.318 INFO Download complete, target: DendriteStub |
668 | 2024-07-05T23:27:12.748Z | Jul 05 23:27:11.584 INFO Download complete, target: MaghemiteMgd |
669 | 2024-07-05T23:27:19.874Z | Jul 05 23:27:18.705 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
670 | 2024-07-05T23:27:20.173Z | Jul 05 23:27:19.005 INFO Checking that binary works, target: Cockroach |
671 | 2024-07-05T23:27:20.438Z | Jul 05 23:27:19.270 INFO Download complete, target: Cockroach |
672 | 2024-07-05T23:27:25.082Z | Jul 05 23:27:23.912 INFO Checking that binary works, target: Clickhouse |
673 | 2024-07-05T23:27:25.592Z | Jul 05 23:27:24.422 INFO Download complete, target: Clickhouse |
674 | 2024-07-05T23:27:25.599Z | All prerequisites installed successfully |
675 | 2024-07-05T23:27:25.602Z | |
676 | 2024-07-05T23:27:25.602Z | real 2:39.545630081 |
677 | 2024-07-05T23:27:25.602Z | user 5:42.846436259 |
678 | 2024-07-05T23:27:25.602Z | sys 1:18.519804165 |
679 | 2024-07-05T23:27:25.602Z | trap 0.227079311 |
680 | 2024-07-05T23:27:25.602Z | tflt 4.551937710 |
681 | 2024-07-05T23:27:25.602Z | dflt 8.241683053 |
682 | 2024-07-05T23:27:25.602Z | kflt 0.146966532 |
683 | 2024-07-05T23:27:25.602Z | lock 13:26.457598394 |
684 | 2024-07-05T23:27:25.602Z | slp 18:03.993791619 |
685 | 2024-07-05T23:27:25.602Z | lat 17.819233585 |
686 | 2024-07-05T23:27:25.602Z | stop 1:01.219727187 |
687 | 2024-07-05T23:27:25.602Z | + ptime -m cargo xtask download softnpu |
688 | 2024-07-05T23:27:26.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
689 | 2024-07-05T23:27:26.152Z | Running `target/debug/xtask download softnpu` |
690 | 2024-07-05T23:27:26.175Z | Jul 05 23:27:25.005 INFO Starting download, target: Softnpu |
691 | 2024-07-05T23:27:26.178Z | Jul 05 23:27:25.005 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
692 | 2024-07-05T23:27:26.754Z | Jul 05 23:27:25.584 INFO Download complete, target: Softnpu |
693 | 2024-07-05T23:27:26.758Z | |
694 | 2024-07-05T23:27:26.761Z | real 1.151988811 |
695 | 2024-07-05T23:27:26.761Z | user 0.589615467 |
696 | 2024-07-05T23:27:26.761Z | sys 0.280760597 |
697 | 2024-07-05T23:27:26.761Z | trap 0.000157507 |
698 | 2024-07-05T23:27:26.761Z | tflt 0.000058381 |
699 | 2024-07-05T23:27:26.761Z | dflt 0.000107757 |
700 | 2024-07-05T23:27:26.761Z | kflt 0.000000000 |
701 | 2024-07-05T23:27:26.761Z | lock 5.949854430 |
702 | 2024-07-05T23:27:26.761Z | slp 0.526340629 |
703 | 2024-07-05T23:27:26.761Z | lat 0.067452614 |
704 | 2024-07-05T23:27:26.761Z | stop 0.000251446 |
705 | 2024-07-05T23:27:26.761Z | + export CARGO_INCREMENTAL=0 |
706 | 2024-07-05T23:27:26.761Z | + CARGO_INCREMENTAL=0 |
707 | 2024-07-05T23:27:26.761Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
708 | 2024-07-05T23:27:27.281Z | Downloading crates ... |
709 | 2024-07-05T23:27:27.469Z | Downloaded async-stream-impl v0.3.5 |
710 | 2024-07-05T23:27:27.486Z | Downloaded newline-converter v0.3.0 |
711 | 2024-07-05T23:27:27.490Z | Downloaded atty v0.2.14 |
712 | 2024-07-05T23:27:27.490Z | Downloaded atomicwrites v0.4.3 |
713 | 2024-07-05T23:27:27.494Z | Downloaded darling_macro v0.20.9 |
714 | 2024-07-05T23:27:27.494Z | Downloaded ciborium-io v0.2.2 |
715 | 2024-07-05T23:27:27.494Z | Downloaded bitstruct v0.1.1 |
716 | 2024-07-05T23:27:27.494Z | Downloaded normalize-line-endings v0.3.0 |
717 | 2024-07-05T23:27:27.496Z | Downloaded newtype_derive v0.1.6 |
718 | 2024-07-05T23:27:27.496Z | Downloaded nodrop v0.1.14 |
719 | 2024-07-05T23:27:27.499Z | Downloaded crucible-workspace-hack v0.1.0 |
720 | 2024-07-05T23:27:27.501Z | Downloaded mime_guess v2.0.4 |
721 | 2024-07-05T23:27:27.504Z | Downloaded new_debug_unreachable v1.0.6 |
722 | 2024-07-05T23:27:27.504Z | Downloaded mockall v0.12.1 |
723 | 2024-07-05T23:27:27.507Z | Downloaded arrayvec v0.7.4 |
724 | 2024-07-05T23:27:27.510Z | Downloaded async-stream v0.3.5 |
725 | 2024-07-05T23:27:27.513Z | Downloaded portpicker v0.1.1 |
726 | 2024-07-05T23:27:27.513Z | Downloaded path-slash v0.1.5 |
727 | 2024-07-05T23:27:27.515Z | Downloaded aead v0.5.2 |
728 | 2024-07-05T23:27:27.518Z | Downloaded atomic-waker v1.1.2 |
729 | 2024-07-05T23:27:27.518Z | Downloaded opaque-debug v0.3.1 |
730 | 2024-07-05T23:27:27.521Z | Downloaded predicates-tree v1.0.9 |
731 | 2024-07-05T23:27:27.521Z | Downloaded assert_matches v1.5.0 |
732 | 2024-07-05T23:27:27.524Z | Downloaded ascii-canvas v3.0.0 |
733 | 2024-07-05T23:27:27.524Z | Downloaded num v0.4.3 |
734 | 2024-07-05T23:27:27.526Z | Downloaded multimap v0.10.0 |
735 | 2024-07-05T23:27:27.529Z | Downloaded precomputed-hash v0.1.1 |
736 | 2024-07-05T23:27:27.529Z | Downloaded parse-size v1.0.0 |
737 | 2024-07-05T23:27:27.529Z | Downloaded cassowary v0.3.0 |
738 | 2024-07-05T23:27:27.532Z | Downloaded bb8 v0.8.5 |
739 | 2024-07-05T23:27:27.532Z | Downloaded proc-macro-crate v1.3.1 |
740 | 2024-07-05T23:27:27.534Z | Downloaded peg-runtime v0.8.3 |
741 | 2024-07-05T23:27:27.534Z | Downloaded crc v3.2.1 |
742 | 2024-07-05T23:27:27.540Z | Downloaded constant_time_eq v0.3.0 |
743 | 2024-07-05T23:27:27.540Z | Downloaded phf v0.11.2 |
744 | 2024-07-05T23:27:27.543Z | Downloaded cobs v0.2.3 |
745 | 2024-07-05T23:27:27.546Z | Downloaded defmt-macros v0.3.9 |
746 | 2024-07-05T23:27:27.549Z | Downloaded num_enum_derive v0.5.11 |
747 | 2024-07-05T23:27:27.552Z | Downloaded pem v3.0.4 |
748 | 2024-07-05T23:27:27.557Z | Downloaded phf_shared v0.11.2 |
749 | 2024-07-05T23:27:27.560Z | Downloaded psl-types v2.0.11 |
750 | 2024-07-05T23:27:27.560Z | Downloaded camino-tempfile v1.1.1 |
751 | 2024-07-05T23:27:27.563Z | Downloaded phf_shared v0.10.0 |
752 | 2024-07-05T23:27:27.565Z | Downloaded debug-ignore v1.0.5 |
753 | 2024-07-05T23:27:27.569Z | Downloaded data-encoding v2.6.0 |
754 | 2024-07-05T23:27:27.571Z | Downloaded rand_seeder v0.2.3 |
755 | 2024-07-05T23:27:27.574Z | Downloaded ref-cast-impl v1.0.23 |
756 | 2024-07-05T23:27:27.577Z | Downloaded argon2 v0.5.3 |
757 | 2024-07-05T23:27:27.585Z | Downloaded derive_builder_macro v0.20.0 |
758 | 2024-07-05T23:27:27.585Z | Downloaded parse-display v0.9.1 |
759 | 2024-07-05T23:27:27.585Z | Downloaded convert_case v0.4.0 |
760 | 2024-07-05T23:27:27.585Z | Downloaded zone_cfg_derive v0.1.2 |
761 | 2024-07-05T23:27:27.589Z | Downloaded owo-colors v4.0.0 |
762 | 2024-07-05T23:27:27.591Z | Downloaded paste v1.0.15 |
763 | 2024-07-05T23:27:27.594Z | Downloaded packed_struct v0.10.1 |
764 | 2024-07-05T23:27:27.597Z | Downloaded ppv-lite86 v0.2.17 |
765 | 2024-07-05T23:27:27.599Z | Downloaded password-hash v0.5.0 |
766 | 2024-07-05T23:27:27.602Z | Downloaded parking_lot_core v0.8.6 |
767 | 2024-07-05T23:27:27.605Z | Downloaded postgres-types v0.2.6 |
768 | 2024-07-05T23:27:27.607Z | Downloaded radium v0.7.0 |
769 | 2024-07-05T23:27:27.610Z | Downloaded rand_xorshift v0.3.0 |
770 | 2024-07-05T23:27:27.610Z | Downloaded rand_core v0.6.4 |
771 | 2024-07-05T23:27:27.612Z | Downloaded quick-error v1.2.3 |
772 | 2024-07-05T23:27:27.615Z | Downloaded instant v0.1.12 |
773 | 2024-07-05T23:27:27.615Z | Downloaded bit-set v0.5.3 |
774 | 2024-07-05T23:27:27.619Z | Downloaded crossbeam-deque v0.8.5 |
775 | 2024-07-05T23:27:27.619Z | Downloaded corncobs v0.1.3 |
776 | 2024-07-05T23:27:27.622Z | Downloaded ref-cast v1.0.23 |
777 | 2024-07-05T23:27:27.627Z | Downloaded colored v2.1.0 |
778 | 2024-07-05T23:27:27.629Z | Downloaded predicates-core v1.0.6 |
779 | 2024-07-05T23:27:27.629Z | Downloaded mockall_derive v0.12.1 |
780 | 2024-07-05T23:27:27.629Z | Downloaded predicates v3.1.0 |
781 | 2024-07-05T23:27:27.632Z | Downloaded thiserror-impl-no-std v2.0.2 |
782 | 2024-07-05T23:27:27.635Z | Downloaded stability v0.2.0 |
783 | 2024-07-05T23:27:27.635Z | Downloaded defmt v0.3.8 |
784 | 2024-07-05T23:27:27.639Z | Downloaded defmt-parser v0.3.4 |
785 | 2024-07-05T23:27:27.641Z | Downloaded serde-big-array v0.4.1 |
786 | 2024-07-05T23:27:27.645Z | Downloaded sigpipe v0.1.3 |
787 | 2024-07-05T23:27:27.645Z | Downloaded peg-macros v0.8.3 |
788 | 2024-07-05T23:27:27.648Z | Downloaded glob v0.3.1 |
789 | 2024-07-05T23:27:27.648Z | Downloaded buf-list v1.0.3 |
790 | 2024-07-05T23:27:27.650Z | Downloaded r2d2 v0.8.10 |
791 | 2024-07-05T23:27:27.653Z | Downloaded tokio-rustls v0.25.0 |
792 | 2024-07-05T23:27:27.656Z | Downloaded poly1305 v0.8.0 |
793 | 2024-07-05T23:27:27.658Z | Downloaded oso v0.27.3 |
794 | 2024-07-05T23:27:27.664Z | Downloaded bcs v0.1.6 |
795 | 2024-07-05T23:27:27.664Z | Downloaded wyz v0.5.1 |
796 | 2024-07-05T23:27:27.671Z | Downloaded cancel-safe-futures v0.1.5 |
797 | 2024-07-05T23:27:27.671Z | Downloaded fallible-iterator v0.2.0 |
798 | 2024-07-05T23:27:27.671Z | Downloaded maplit v1.0.2 |
799 | 2024-07-05T23:27:27.674Z | Downloaded derive_more v0.99.17 |
800 | 2024-07-05T23:27:27.676Z | Downloaded managed v0.8.0 |
801 | 2024-07-05T23:27:27.678Z | Downloaded pin-project v1.1.5 |
802 | 2024-07-05T23:27:27.690Z | Downloaded rustc_version v0.4.0 |
803 | 2024-07-05T23:27:27.693Z | Downloaded strum_macros v0.24.3 |
804 | 2024-07-05T23:27:27.697Z | Downloaded tokio-rustls v0.24.1 |
805 | 2024-07-05T23:27:27.699Z | Downloaded diesel_table_macro_syntax v0.1.0 |
806 | 2024-07-05T23:27:27.699Z | Downloaded unicase v2.7.0 |
807 | 2024-07-05T23:27:27.702Z | Downloaded headers-core v0.2.0 |
808 | 2024-07-05T23:27:27.704Z | Downloaded is_ci v1.2.0 |
809 | 2024-07-05T23:27:27.704Z | Downloaded hyper-rustls v0.24.2 |
810 | 2024-07-05T23:27:27.708Z | Downloaded serde-big-array v0.5.1 |
811 | 2024-07-05T23:27:27.711Z | Downloaded postcard v1.0.8 |
812 | 2024-07-05T23:27:27.713Z | Downloaded rayon-core v1.12.1 |
813 | 2024-07-05T23:27:27.716Z | Downloaded slog-stdlog v4.1.1 |
814 | 2024-07-05T23:27:27.718Z | Downloaded flagset v0.4.5 |
815 | 2024-07-05T23:27:27.722Z | Downloaded fixedbitset v0.4.2 |
816 | 2024-07-05T23:27:27.724Z | Downloaded const_format_proc_macros v0.2.32 |
817 | 2024-07-05T23:27:27.724Z | Downloaded slog-scope v4.4.0 |
818 | 2024-07-05T23:27:27.727Z | Downloaded slog-envlogger v2.2.0 |
819 | 2024-07-05T23:27:27.727Z | Downloaded semver v0.1.20 |
820 | 2024-07-05T23:27:27.730Z | Downloaded secrecy v0.8.0 |
821 | 2024-07-05T23:27:27.732Z | Downloaded crc-any v2.5.0 |
822 | 2024-07-05T23:27:27.735Z | Downloaded smawk v0.3.2 |
823 | 2024-07-05T23:27:27.735Z | Downloaded rustc-hash v1.1.0 |
824 | 2024-07-05T23:27:27.737Z | Downloaded smf v0.2.3 |
825 | 2024-07-05T23:27:27.737Z | Downloaded structmeta v0.3.0 |
826 | 2024-07-05T23:27:27.740Z | Downloaded tiny-keccak v2.0.2 |
827 | 2024-07-05T23:27:27.742Z | Downloaded untrusted v0.9.0 |
828 | 2024-07-05T23:27:27.745Z | Downloaded universal-hash v0.5.1 |
829 | 2024-07-05T23:27:27.745Z | Downloaded thiserror-no-std v2.0.2 |
830 | 2024-07-05T23:27:27.748Z | Downloaded tls_codec_derive v0.4.1 |
831 | 2024-07-05T23:27:27.750Z | Downloaded difflib v0.4.0 |
832 | 2024-07-05T23:27:27.753Z | Downloaded zeroize_derive v1.4.2 |
833 | 2024-07-05T23:27:27.753Z | Downloaded whoami v1.5.1 |
834 | 2024-07-05T23:27:27.756Z | Downloaded matches v0.1.10 |
835 | 2024-07-05T23:27:27.760Z | Downloaded ff v0.13.0 |
836 | 2024-07-05T23:27:27.760Z | Downloaded ipnetwork v0.20.0 |
837 | 2024-07-05T23:27:27.765Z | Downloaded fd-lock v4.0.2 |
838 | 2024-07-05T23:27:27.765Z | Downloaded lru-cache v0.1.2 |
839 | 2024-07-05T23:27:27.765Z | Downloaded float-ord v0.3.2 |
840 | 2024-07-05T23:27:27.776Z | Downloaded smallvec v0.6.14 |
841 | 2024-07-05T23:27:27.776Z | Downloaded serde-hex v0.1.0 |
842 | 2024-07-05T23:27:27.776Z | Downloaded impl-trait-for-tuples v0.2.2 |
843 | 2024-07-05T23:27:27.776Z | Downloaded md-5 v0.10.6 |
844 | 2024-07-05T23:27:27.781Z | Downloaded crypto-bigint v0.5.5 |
845 | 2024-07-05T23:27:27.783Z | Downloaded rcgen v0.12.1 |
846 | 2024-07-05T23:27:27.786Z | Downloaded vte_generate_state_changes v0.1.1 |
847 | 2024-07-05T23:27:27.786Z | Downloaded env_logger v0.10.2 |
848 | 2024-07-05T23:27:27.789Z | Downloaded prettyplease v0.2.20 |
849 | 2024-07-05T23:27:27.792Z | Downloaded group v0.13.0 |
850 | 2024-07-05T23:27:27.795Z | Downloaded tokio-tungstenite v0.21.0 |
851 | 2024-07-05T23:27:27.797Z | Downloaded serde_derive_internals v0.29.1 |
852 | 2024-07-05T23:27:27.800Z | Downloaded hubpack_derive v0.1.1 |
853 | 2024-07-05T23:27:27.802Z | Downloaded signal-hook v0.3.17 |
854 | 2024-07-05T23:27:27.813Z | Downloaded tabwriter v1.4.0 |
855 | 2024-07-05T23:27:27.815Z | Downloaded subtle v2.5.0 |
856 | 2024-07-05T23:27:27.818Z | Downloaded toolchain_find v0.4.0 |
857 | 2024-07-05T23:27:27.818Z | Downloaded spin v0.5.2 |
858 | 2024-07-05T23:27:27.820Z | Downloaded float-cmp v0.9.0 |
859 | 2024-07-05T23:27:27.820Z | Downloaded fastrand v2.1.0 |
860 | 2024-07-05T23:27:27.823Z | Downloaded humantime v2.1.0 |
861 | 2024-07-05T23:27:27.825Z | Downloaded backtrace v0.3.71 |
862 | 2024-07-05T23:27:27.830Z | Downloaded serde_plain v1.0.2 |
863 | 2024-07-05T23:27:27.832Z | Downloaded sha1 v0.10.6 |
864 | 2024-07-05T23:27:27.832Z | Downloaded sct v0.7.1 |
865 | 2024-07-05T23:27:27.836Z | Downloaded elliptic-curve v0.13.8 |
866 | 2024-07-05T23:27:27.840Z | Downloaded libefi-sys v0.1.0 |
867 | 2024-07-05T23:27:27.844Z | Downloaded termtree v0.4.1 |
868 | 2024-07-05T23:27:27.847Z | Downloaded waitgroup v0.1.2 |
869 | 2024-07-05T23:27:27.847Z | Downloaded minimal-lexical v0.2.1 |
870 | 2024-07-05T23:27:27.849Z | Downloaded chacha20poly1305 v0.10.1 |
871 | 2024-07-05T23:27:27.852Z | Downloaded linear-map v1.2.0 |
872 | 2024-07-05T23:27:27.855Z | Downloaded heck v0.3.3 |
873 | 2024-07-05T23:27:27.855Z | Downloaded hash32 v0.3.1 |
874 | 2024-07-05T23:27:27.857Z | Downloaded uzers v0.11.3 |
875 | 2024-07-05T23:27:27.857Z | Downloaded der v0.7.9 |
876 | 2024-07-05T23:27:27.861Z | Downloaded downcast v0.11.0 |
877 | 2024-07-05T23:27:27.864Z | Downloaded hubpack v0.1.2 |
878 | 2024-07-05T23:27:27.864Z | Downloaded tokio-postgres v0.7.10 |
879 | 2024-07-05T23:27:27.868Z | Downloaded tls_codec v0.4.1 |
880 | 2024-07-05T23:27:27.871Z | Downloaded stringprep v0.1.4 |
881 | 2024-07-05T23:27:27.873Z | Downloaded string_cache v0.8.7 |
882 | 2024-07-05T23:27:27.873Z | Downloaded serde_repr v0.1.19 |
883 | 2024-07-05T23:27:27.876Z | Downloaded serde_path_to_error v0.1.16 |
884 | 2024-07-05T23:27:27.879Z | Downloaded utf-8 v0.7.6 |
885 | 2024-07-05T23:27:27.879Z | Downloaded signal-hook-tokio v0.3.1 |
886 | 2024-07-05T23:27:27.882Z | Downloaded hostname v0.4.0 |
887 | 2024-07-05T23:27:27.882Z | Downloaded hash32 v0.2.1 |
888 | 2024-07-05T23:27:27.882Z | Downloaded ident_case v1.0.1 |
889 | 2024-07-05T23:27:27.884Z | Downloaded http-range v0.1.5 |
890 | 2024-07-05T23:27:27.884Z | Downloaded schemars_derive v0.8.21 |
891 | 2024-07-05T23:27:27.887Z | Downloaded scheduled-thread-pool v0.2.7 |
892 | 2024-07-05T23:27:27.889Z | Downloaded same-file v1.0.6 |
893 | 2024-07-05T23:27:27.889Z | Downloaded fxhash v0.2.1 |
894 | 2024-07-05T23:27:27.893Z | Downloaded either v1.12.0 |
895 | 2024-07-05T23:27:27.893Z | Downloaded ed25519 v1.5.3 |
896 | 2024-07-05T23:27:27.896Z | Downloaded trust-dns-server v0.22.1 |
897 | 2024-07-05T23:27:27.898Z | Downloaded memmap2 v0.9.4 |
898 | 2024-07-05T23:27:27.901Z | Downloaded sqlparser_derive v0.2.2 |
899 | 2024-07-05T23:27:27.904Z | Downloaded tap v1.0.1 |
900 | 2024-07-05T23:27:27.904Z | Downloaded lazycell v1.3.0 |
901 | 2024-07-05T23:27:27.907Z | Downloaded kstat-rs v0.2.4 |
902 | 2024-07-05T23:27:27.907Z | Downloaded wait-timeout v0.2.0 |
903 | 2024-07-05T23:27:27.907Z | Downloaded unicode-truncate v1.0.0 |
904 | 2024-07-05T23:27:27.909Z | Downloaded diff v0.1.13 |
905 | 2024-07-05T23:27:27.912Z | Downloaded lalrpop-util v0.19.12 |
906 | 2024-07-05T23:27:27.912Z | Downloaded foreign-types-shared v0.3.1 |
907 | 2024-07-05T23:27:27.914Z | Downloaded termios v0.3.3 |
908 | 2024-07-05T23:27:27.914Z | Downloaded rustls-pemfile v2.1.2 |
909 | 2024-07-05T23:27:27.917Z | Downloaded rustfmt-wrapper v0.2.1 |
910 | 2024-07-05T23:27:27.920Z | Downloaded rpassword v7.3.1 |
911 | 2024-07-05T23:27:27.920Z | Downloaded half v2.4.1 |
912 | 2024-07-05T23:27:27.922Z | Downloaded keccak v0.1.5 |
913 | 2024-07-05T23:27:27.925Z | Downloaded structmeta v0.2.0 |
914 | 2024-07-05T23:27:27.925Z | Downloaded dyn-clone v1.0.17 |
915 | 2024-07-05T23:27:27.928Z | Downloaded unicode-xid v0.2.4 |
916 | 2024-07-05T23:27:27.931Z | Downloaded display-error-chain v0.2.0 |
917 | 2024-07-05T23:27:27.931Z | Downloaded spin v0.9.8 |
918 | 2024-07-05T23:27:27.933Z | Downloaded hmac v0.12.1 |
919 | 2024-07-05T23:27:27.936Z | Downloaded endian-type v0.1.2 |
920 | 2024-07-05T23:27:27.936Z | Downloaded shlex v1.3.0 |
921 | 2024-07-05T23:27:27.936Z | Downloaded fragile v2.0.0 |
922 | 2024-07-05T23:27:27.939Z | Downloaded sqlformat v0.2.3 |
923 | 2024-07-05T23:27:27.941Z | Downloaded siphasher v0.3.11 |
924 | 2024-07-05T23:27:27.941Z | Downloaded strip-ansi-escapes v0.2.0 |
925 | 2024-07-05T23:27:27.943Z | Downloaded tempfile v3.10.1 |
926 | 2024-07-05T23:27:27.946Z | Downloaded socket2 v0.4.10 |
927 | 2024-07-05T23:27:27.949Z | Downloaded base64 v0.22.1 |
928 | 2024-07-05T23:27:27.951Z | Downloaded static_assertions v1.1.0 |
929 | 2024-07-05T23:27:27.956Z | Downloaded shell-words v1.1.0 |
930 | 2024-07-05T23:27:27.956Z | Downloaded rtoolbox v0.0.2 |
931 | 2024-07-05T23:27:27.959Z | Downloaded foreign-types-macros v0.2.3 |
932 | 2024-07-05T23:27:27.959Z | Downloaded num-bigint v0.4.5 |
933 | 2024-07-05T23:27:27.962Z | Downloaded libsw v3.3.1 |
934 | 2024-07-05T23:27:27.964Z | Downloaded ena v0.14.3 |
935 | 2024-07-05T23:27:27.967Z | Downloaded zip v0.6.6 |
936 | 2024-07-05T23:27:27.969Z | Downloaded foreign-types v0.5.0 |
937 | 2024-07-05T23:27:27.972Z | Downloaded funty v2.0.0 |
938 | 2024-07-05T23:27:27.972Z | Downloaded http v1.1.0 |
939 | 2024-07-05T23:27:27.974Z | Downloaded num-bigint-dig v0.8.4 |
940 | 2024-07-05T23:27:27.979Z | Downloaded hex v0.4.3 |
941 | 2024-07-05T23:27:27.983Z | Downloaded iana-time-zone v0.1.60 |
942 | 2024-07-05T23:27:27.985Z | Downloaded reedline v0.31.0 |
943 | 2024-07-05T23:27:27.992Z | Downloaded expectorate v1.1.0 |
944 | 2024-07-05T23:27:27.994Z | Downloaded flume v0.11.0 |
945 | 2024-07-05T23:27:27.997Z | Downloaded serde_yaml v0.9.34+deprecated |
946 | 2024-07-05T23:27:28.001Z | Downloaded crossterm v0.27.0 |
947 | 2024-07-05T23:27:28.008Z | Downloaded yasna v0.5.2 |
948 | 2024-07-05T23:27:28.011Z | Downloaded gethostname v0.4.3 |
949 | 2024-07-05T23:27:28.013Z | Downloaded similar v2.5.0 |
950 | 2024-07-05T23:27:28.017Z | Downloaded uuid v1.9.1 |
951 | 2024-07-05T23:27:28.020Z | Downloaded rustc-demangle v0.1.24 |
952 | 2024-07-05T23:27:28.022Z | Downloaded schemars v0.8.21 |
953 | 2024-07-05T23:27:28.033Z | Downloaded snafu v0.8.2 |
954 | 2024-07-05T23:27:28.040Z | Downloaded toml v0.7.8 |
955 | 2024-07-05T23:27:28.043Z | Downloaded tungstenite v0.21.0 |
956 | 2024-07-05T23:27:28.046Z | Downloaded portable-atomic v1.6.0 |
957 | 2024-07-05T23:27:28.053Z | Downloaded headers v0.3.9 |
958 | 2024-07-05T23:27:28.058Z | Downloaded unicode_categories v0.1.1 |
959 | 2024-07-05T23:27:28.061Z | Downloaded getrandom v0.2.14 |
960 | 2024-07-05T23:27:28.064Z | Downloaded quick-xml v0.31.0 |
961 | 2024-07-05T23:27:28.069Z | Downloaded tungstenite v0.20.1 |
962 | 2024-07-05T23:27:28.073Z | Downloaded aho-corasick v1.1.3 |
963 | 2024-07-05T23:27:28.078Z | Downloaded hashbrown v0.13.2 |
964 | 2024-07-05T23:27:28.082Z | Downloaded hashbrown v0.12.3 |
965 | 2024-07-05T23:27:28.087Z | Downloaded toml_edit v0.19.15 |
966 | 2024-07-05T23:27:28.104Z | Downloaded itertools v0.10.5 |
967 | 2024-07-05T23:27:28.109Z | Downloaded rsa v0.9.6 |
968 | 2024-07-05T23:27:28.115Z | Downloaded x509-cert v0.2.5 |
969 | 2024-07-05T23:27:28.121Z | Downloaded trust-dns-client v0.22.0 |
970 | 2024-07-05T23:27:28.127Z | Downloaded samael v0.0.15 |
971 | 2024-07-05T23:27:28.139Z | Downloaded steno v0.4.1 |
972 | 2024-07-05T23:27:28.141Z | Downloaded libxml v0.3.3 |
973 | 2024-07-05T23:27:28.144Z | Downloaded proptest v1.4.0 |
974 | 2024-07-05T23:27:28.151Z | Downloaded salty v0.2.0 |
975 | 2024-07-05T23:27:28.155Z | Downloaded blake3 v1.5.1 |
976 | 2024-07-05T23:27:28.165Z | Downloaded itertools v0.12.1 |
977 | 2024-07-05T23:27:28.170Z | Downloaded tough v0.17.1 |
978 | 2024-07-05T23:27:28.180Z | Downloaded winnow v0.5.40 |
979 | 2024-07-05T23:27:28.187Z | Downloaded regex-automata v0.1.10 |
980 | 2024-07-05T23:27:28.192Z | Downloaded rustls-webpki v0.101.7 |
981 | 2024-07-05T23:27:28.206Z | Downloaded bitvec v1.0.1 |
982 | 2024-07-05T23:27:28.221Z | Downloaded itertools v0.13.0 |
983 | 2024-07-05T23:27:28.228Z | Downloaded hkdf v0.12.4 |
984 | 2024-07-05T23:27:28.231Z | Downloaded serde_with v3.8.1 |
985 | 2024-07-05T23:27:28.239Z | Downloaded radix_trie v0.2.1 |
986 | 2024-07-05T23:27:28.245Z | Downloaded regex v1.10.4 |
987 | 2024-07-05T23:27:28.262Z | Downloaded sqlparser v0.45.0 |
988 | 2024-07-05T23:27:28.266Z | Downloaded object v0.32.2 |
989 | 2024-07-05T23:27:28.273Z | Downloaded gimli v0.28.1 |
990 | 2024-07-05T23:27:28.282Z | Downloaded rustls-webpki v0.102.4 |
991 | 2024-07-05T23:27:28.299Z | Downloaded nix v0.28.0 |
992 | 2024-07-05T23:27:28.310Z | Downloaded webpki-roots v0.25.4 |
993 | 2024-07-05T23:27:28.314Z | Downloaded lalrpop v0.19.12 |
994 | 2024-07-05T23:27:28.325Z | Downloaded rustls v0.21.12 |
995 | 2024-07-05T23:27:28.336Z | Downloaded idna v0.2.3 |
996 | 2024-07-05T23:27:28.343Z | Downloaded diesel v2.1.6 |
997 | 2024-07-05T23:27:28.359Z | Downloaded openapiv3 v2.0.0 |
998 | 2024-07-05T23:27:28.370Z | Downloaded smoltcp v0.11.0 |
999 | 2024-07-05T23:27:28.383Z | Downloaded regex-syntax v0.8.3 |
1000 | 2024-07-05T23:27:28.391Z | Downloaded ratatui v0.27.0 |
1001 | 2024-07-05T23:27:28.410Z | Downloaded regress v0.9.1 |
1002 | 2024-07-05T23:27:28.417Z | Downloaded sled v0.34.7 |
1003 | 2024-07-05T23:27:28.427Z | Downloaded regex-syntax v0.6.29 |
1004 | 2024-07-05T23:27:28.434Z | Downloaded zerocopy-derive v0.6.6 |
1005 | 2024-07-05T23:27:28.444Z | Downloaded rustls v0.22.4 |
1006 | 2024-07-05T23:27:28.456Z | Downloaded bstr v1.9.1 |
1007 | 2024-07-05T23:27:28.466Z | Downloaded regex-automata v0.4.6 |
1008 | 2024-07-05T23:27:28.483Z | Downloaded finl_unicode v1.2.0 |
1009 | 2024-07-05T23:27:28.495Z | Downloaded petgraph v0.6.5 |
1010 | 2024-07-05T23:27:28.512Z | Downloaded csv v1.3.0 |
1011 | 2024-07-05T23:27:28.531Z | Downloaded sha3 v0.10.8 |
1012 | 2024-07-05T23:27:28.535Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1013 | 2024-07-05T23:27:28.546Z | Downloaded idna v0.3.0 |
1014 | 2024-07-05T23:27:28.552Z | Downloaded bstr v0.2.17 |
1015 | 2024-07-05T23:27:28.561Z | Downloaded smoltcp v0.9.1 |
1016 | 2024-07-05T23:27:28.573Z | Downloaded trust-dns-proto v0.22.0 |
1017 | 2024-07-05T23:27:28.583Z | Downloaded polar-core v0.27.3 |
1018 | 2024-07-05T23:27:28.591Z | Downloaded curve25519-dalek v4.1.3 |
1019 | 2024-07-05T23:27:28.599Z | Downloaded object v0.30.4 |
1020 | 2024-07-05T23:27:28.608Z | Downloaded nix v0.27.1 |
1021 | 2024-07-05T23:27:28.618Z | Downloaded chrono v0.4.38 |
1022 | 2024-07-05T23:27:28.625Z | Downloaded bindgen v0.69.4 |
1023 | 2024-07-05T23:27:28.632Z | Downloaded libm v0.2.8 |
1024 | 2024-07-05T23:27:28.643Z | Downloaded rayon v1.10.0 |
1025 | 2024-07-05T23:27:28.650Z | Downloaded unicode-segmentation v1.11.0 |
1026 | 2024-07-05T23:27:28.653Z | Downloaded rustyline v14.0.0 |
1027 | 2024-07-05T23:27:28.658Z | Downloaded typed-path v0.7.1 |
1028 | 2024-07-05T23:27:28.664Z | Downloaded toml v0.5.11 |
1029 | 2024-07-05T23:27:28.668Z | Downloaded heapless v0.7.17 |
1030 | 2024-07-05T23:27:28.670Z | Downloaded ron v0.7.1 |
1031 | 2024-07-05T23:27:28.674Z | Downloaded embedded-io v0.4.0 |
1032 | 2024-07-05T23:27:28.677Z | Downloaded signature v2.2.0 |
1033 | 2024-07-05T23:27:28.677Z | Downloaded nom v7.1.3 |
1034 | 2024-07-05T23:27:28.682Z | Downloaded signal-hook-mio v0.2.3 |
1035 | 2024-07-05T23:27:28.685Z | Downloaded getopts v0.2.21 |
1036 | 2024-07-05T23:27:28.685Z | Downloaded heapless v0.8.0 |
1037 | 2024-07-05T23:27:28.688Z | Downloaded diesel_derives v2.1.4 |
1038 | 2024-07-05T23:27:28.692Z | Downloaded trust-dns-resolver v0.22.0 |
1039 | 2024-07-05T23:27:28.696Z | Downloaded topological-sort v0.2.2 |
1040 | 2024-07-05T23:27:28.701Z | Downloaded ring v0.17.8 |
1041 | 2024-07-05T23:27:28.761Z | Downloaded tui-tree-widget v0.21.0 |
1042 | 2024-07-05T23:27:28.764Z | Downloaded serde_with_macros v3.8.1 |
1043 | 2024-07-05T23:27:28.767Z | Downloaded ron v0.8.1 |
1044 | 2024-07-05T23:27:28.770Z | Downloaded lazy_static v1.5.0 |
1045 | 2024-07-05T23:27:28.772Z | Downloaded snafu-derive v0.8.2 |
1046 | 2024-07-05T23:27:28.772Z | Downloaded tracing-attributes v0.1.27 |
1047 | 2024-07-05T23:27:28.775Z | Downloaded zerocopy v0.6.6 |
1048 | 2024-07-05T23:27:28.775Z | Downloaded termcolor v1.4.1 |
1049 | 2024-07-05T23:27:28.778Z | Downloaded spki v0.7.3 |
1050 | 2024-07-05T23:27:28.778Z | Downloaded publicsuffix v2.2.3 |
1051 | 2024-07-05T23:27:28.781Z | Downloaded rand v0.8.5 |
1052 | 2024-07-05T23:27:28.784Z | Downloaded fatfs v0.3.6 |
1053 | 2024-07-05T23:27:28.786Z | Downloaded indicatif v0.17.8 |
1054 | 2024-07-05T23:27:28.789Z | Downloaded textwrap v0.16.1 |
1055 | 2024-07-05T23:27:28.792Z | Downloaded test-strategy v0.3.1 |
1056 | 2024-07-05T23:27:28.795Z | Downloaded subprocess v0.2.9 |
1057 | 2024-07-05T23:27:28.797Z | Downloaded darling_core v0.20.9 |
1058 | 2024-07-05T23:27:28.801Z | Downloaded rustls-pki-types v1.7.0 |
1059 | 2024-07-05T23:27:28.803Z | Downloaded libloading v0.8.3 |
1060 | 2024-07-05T23:27:28.806Z | Downloaded signature v1.6.4 |
1061 | 2024-07-05T23:27:28.806Z | Downloaded resolv-conf v0.7.0 |
1062 | 2024-07-05T23:27:28.810Z | Downloaded hyper-staticfile v0.9.5 |
1063 | 2024-07-05T23:27:28.813Z | Downloaded vte v0.11.1 |
1064 | 2024-07-05T23:27:28.814Z | Downloaded supports-color v3.0.0 |
1065 | 2024-07-05T23:27:28.814Z | Downloaded home v0.5.9 |
1066 | 2024-07-05T23:27:28.814Z | Downloaded indexmap v1.9.3 |
1067 | 2024-07-05T23:27:28.816Z | Downloaded unsafe-libyaml v0.2.11 |
1068 | 2024-07-05T23:27:28.819Z | Downloaded const_format v0.2.32 |
1069 | 2024-07-05T23:27:28.822Z | Downloaded maybe-uninit v2.0.0 |
1070 | 2024-07-05T23:27:28.825Z | Downloaded cookie v0.18.1 |
1071 | 2024-07-05T23:27:28.827Z | Downloaded base64 v0.13.1 |
1072 | 2024-07-05T23:27:28.830Z | Downloaded tokio-tungstenite v0.20.1 |
1073 | 2024-07-05T23:27:28.830Z | Downloaded tokio-stream v0.1.15 |
1074 | 2024-07-05T23:27:28.834Z | Downloaded zeroize v1.7.0 |
1075 | 2024-07-05T23:27:28.836Z | Downloaded untrusted v0.7.1 |
1076 | 2024-07-05T23:27:28.836Z | Downloaded zone v0.1.8 |
1077 | 2024-07-05T23:27:28.836Z | Downloaded strum_macros v0.25.3 |
1078 | 2024-07-05T23:27:28.839Z | Downloaded derive_builder v0.20.0 |
1079 | 2024-07-05T23:27:28.842Z | Downloaded serde_arrays v0.1.0 |
1080 | 2024-07-05T23:27:28.845Z | Downloaded env_logger v0.9.3 |
1081 | 2024-07-05T23:27:28.847Z | Downloaded compact_str v0.7.1 |
1082 | 2024-07-05T23:27:28.847Z | Downloaded blake2 v0.10.6 |
1083 | 2024-07-05T23:27:28.850Z | Downloaded slog-dtrace v0.3.0 |
1084 | 2024-07-05T23:27:28.853Z | Downloaded const-oid v0.9.6 |
1085 | 2024-07-05T23:27:28.853Z | Downloaded ring v0.16.20 |
1086 | 2024-07-05T23:27:28.928Z | Downloaded clang-sys v1.7.0 |
1087 | 2024-07-05T23:27:28.931Z | Downloaded sec1 v0.7.3 |
1088 | 2024-07-05T23:27:28.931Z | Downloaded pkcs1 v0.7.5 |
1089 | 2024-07-05T23:27:28.934Z | Downloaded crossbeam-epoch v0.9.18 |
1090 | 2024-07-05T23:27:28.934Z | Downloaded globset v0.4.14 |
1091 | 2024-07-05T23:27:28.937Z | Downloaded vsss-rs v3.3.4 |
1092 | 2024-07-05T23:27:28.939Z | Downloaded parking_lot v0.11.2 |
1093 | 2024-07-05T23:27:28.939Z | Downloaded which v4.4.2 |
1094 | 2024-07-05T23:27:28.942Z | Downloaded unicode-linebreak v0.1.5 |
1095 | 2024-07-05T23:27:28.942Z | Downloaded unarray v0.1.4 |
1096 | 2024-07-05T23:27:28.942Z | Downloaded walkdir v2.5.0 |
1097 | 2024-07-05T23:27:28.945Z | Downloaded structmeta-derive v0.2.0 |
1098 | 2024-07-05T23:27:28.945Z | Downloaded rusty-fork v0.3.0 |
1099 | 2024-07-05T23:27:28.948Z | Downloaded lru v0.12.3 |
1100 | 2024-07-05T23:27:28.948Z | Downloaded linked-hash-map v0.5.6 |
1101 | 2024-07-05T23:27:28.948Z | Downloaded der_derive v0.7.2 |
1102 | 2024-07-05T23:27:28.950Z | Downloaded structmeta-derive v0.3.0 |
1103 | 2024-07-05T23:27:28.950Z | Downloaded stable_deref_trait v1.2.0 |
1104 | 2024-07-05T23:27:28.950Z | Downloaded highway v1.1.0 |
1105 | 2024-07-05T23:27:28.955Z | Downloaded derive_builder_core v0.20.0 |
1106 | 2024-07-05T23:27:28.958Z | Downloaded derive-where v1.2.7 |
1107 | 2024-07-05T23:27:28.958Z | Downloaded cookie v0.17.0 |
1108 | 2024-07-05T23:27:28.960Z | Downloaded arc-swap v1.7.1 |
1109 | 2024-07-05T23:27:28.963Z | Downloaded allocator-api2 v0.2.18 |
1110 | 2024-07-05T23:27:28.966Z | Downloaded rustc_version v0.1.7 |
1111 | 2024-07-05T23:27:28.966Z | Downloaded pem-rfc7468 v0.7.0 |
1112 | 2024-07-05T23:27:28.968Z | Downloaded omicron-zone-package v0.11.0 |
1113 | 2024-07-05T23:27:28.971Z | Downloaded num-complex v0.4.6 |
1114 | 2024-07-05T23:27:28.971Z | Downloaded csv-core v0.1.11 |
1115 | 2024-07-05T23:27:28.974Z | Downloaded base64ct v1.6.0 |
1116 | 2024-07-05T23:27:28.974Z | Downloaded inout v0.1.3 |
1117 | 2024-07-05T23:27:28.977Z | Downloaded indoc v1.0.9 |
1118 | 2024-07-05T23:27:28.977Z | Downloaded erased-serde v0.3.31 |
1119 | 2024-07-05T23:27:28.979Z | Downloaded enum-as-inner v0.5.1 |
1120 | 2024-07-05T23:27:28.979Z | Downloaded num-traits v0.2.19 |
1121 | 2024-07-05T23:27:28.982Z | Downloaded num-rational v0.4.2 |
1122 | 2024-07-05T23:27:28.984Z | Downloaded ciborium v0.2.2 |
1123 | 2024-07-05T23:27:28.984Z | Downloaded pretty-hex v0.2.1 |
1124 | 2024-07-05T23:27:28.987Z | Downloaded postgres-protocol v0.6.6 |
1125 | 2024-07-05T23:27:28.987Z | Downloaded pkcs8 v0.10.2 |
1126 | 2024-07-05T23:27:28.990Z | Downloaded pin-project-internal v1.1.5 |
1127 | 2024-07-05T23:27:28.990Z | Downloaded nu-ansi-term v0.50.0 |
1128 | 2024-07-05T23:27:28.992Z | Downloaded peg v0.8.3 |
1129 | 2024-07-05T23:27:28.995Z | Downloaded packed_struct_codegen v0.10.1 |
1130 | 2024-07-05T23:27:29.004Z | Downloaded num-integer v0.1.46 |
1131 | 2024-07-05T23:27:29.004Z | Downloaded console v0.15.8 |
1132 | 2024-07-05T23:27:29.008Z | Downloaded num_enum v0.5.11 |
1133 | 2024-07-05T23:27:29.008Z | Downloaded darling v0.20.9 |
1134 | 2024-07-05T23:27:29.009Z | Downloaded crc-catalog v2.4.0 |
1135 | 2024-07-05T23:27:29.009Z | Downloaded cookie_store v0.20.0 |
1136 | 2024-07-05T23:27:29.011Z | Downloaded bzip2 v0.4.4 |
1137 | 2024-07-05T23:27:29.011Z | Downloaded ciborium-ll v0.2.2 |
1138 | 2024-07-05T23:27:29.011Z | Downloaded bitfield v0.14.0 |
1139 | 2024-07-05T23:27:29.016Z | Downloaded curve25519-dalek-derive v0.1.1 |
1140 | 2024-07-05T23:27:29.016Z | Downloaded castaway v0.2.2 |
1141 | 2024-07-05T23:27:29.016Z | Downloaded bitflags v1.3.2 |
1142 | 2024-07-05T23:27:29.019Z | Downloaded cfg_aliases v0.1.1 |
1143 | 2024-07-05T23:27:29.019Z | Downloaded rand_chacha v0.3.1 |
1144 | 2024-07-05T23:27:29.019Z | Downloaded multer v3.1.0 |
1145 | 2024-07-05T23:27:29.022Z | Downloaded backoff v0.4.0 |
1146 | 2024-07-05T23:27:29.022Z | Downloaded async-trait v0.1.80 |
1147 | 2024-07-05T23:27:29.025Z | Downloaded ahash v0.8.11 |
1148 | 2024-07-05T23:27:29.028Z | Downloaded ascii v1.1.0 |
1149 | 2024-07-05T23:27:29.028Z | Downloaded oso-derive v0.27.3 |
1150 | 2024-07-05T23:27:29.030Z | Downloaded nibble_vec v0.1.0 |
1151 | 2024-07-05T23:27:29.030Z | Downloaded nanorand v0.7.0 |
1152 | 2024-07-05T23:27:29.033Z | Downloaded parse-display-derive v0.9.1 |
1153 | 2024-07-05T23:27:29.033Z | Downloaded cipher v0.4.4 |
1154 | 2024-07-05T23:27:29.035Z | Downloaded base16ct v0.2.0 |
1155 | 2024-07-05T23:27:29.035Z | Downloaded olpc-cjson v0.1.3 |
1156 | 2024-07-05T23:27:29.036Z | Downloaded num-iter v0.1.45 |
1157 | 2024-07-05T23:27:29.038Z | Downloaded num-derive v0.4.2 |
1158 | 2024-07-05T23:27:29.038Z | Downloaded newtype-uuid v1.1.0 |
1159 | 2024-07-05T23:27:29.038Z | Downloaded cstr-argument v0.1.2 |
1160 | 2024-07-05T23:27:29.041Z | Downloaded cexpr v0.6.0 |
1161 | 2024-07-05T23:27:29.041Z | Downloaded block-padding v0.3.3 |
1162 | 2024-07-05T23:27:29.041Z | Downloaded chacha20 v0.9.1 |
1163 | 2024-07-05T23:27:29.044Z | Downloaded bitfield-struct v0.6.1 |
1164 | 2024-07-05T23:27:29.044Z | Downloaded bit-vec v0.6.3 |
1165 | 2024-07-05T23:27:29.046Z | Downloaded number_prefix v0.4.0 |
1166 | 2024-07-05T23:27:29.046Z | Downloaded async-recursion v1.1.1 |
1167 | 2024-07-05T23:27:29.049Z | Downloaded memoffset v0.9.1 |
1168 | 2024-07-05T23:27:29.049Z | Downloaded crunchy v0.2.2 |
1169 | 2024-07-05T23:27:29.051Z | Downloaded bitstruct_derive v0.1.0 |
1170 | 2024-07-05T23:27:29.051Z | Downloaded arrayref v0.3.7 |
1171 | 2024-07-05T23:27:29.051Z | Downloaded array-init v0.0.4 |
1172 | 2024-07-05T23:27:29.052Z | Downloaded addr2line v0.21.0 |
1173 | 2024-07-05T23:27:29.206Z | Compiling proc-macro2 v1.0.86 |
1174 | 2024-07-05T23:27:29.206Z | Compiling unicode-ident v1.0.12 |
1175 | 2024-07-05T23:27:29.206Z | Compiling libc v0.2.155 |
1176 | 2024-07-05T23:27:29.209Z | Compiling serde v1.0.203 |
1177 | 2024-07-05T23:27:29.209Z | Compiling autocfg v1.3.0 |
1178 | 2024-07-05T23:27:29.209Z | Compiling version_check v0.9.4 |
1179 | 2024-07-05T23:27:29.209Z | Compiling cfg-if v1.0.0 |
1180 | 2024-07-05T23:27:29.416Z | Compiling cc v1.0.97 |
1181 | 2024-07-05T23:27:29.459Z | Compiling parking_lot_core v0.9.10 |
1182 | 2024-07-05T23:27:29.476Z | Compiling serde_json v1.0.120 |
1183 | 2024-07-05T23:27:29.873Z | Compiling once_cell v1.19.0 |
1184 | 2024-07-05T23:27:29.968Z | Compiling libm v0.2.8 |
1185 | 2024-07-05T23:27:30.010Z | Compiling ahash v0.8.11 |
1186 | 2024-07-05T23:27:30.057Z | Compiling lock_api v0.4.12 |
1187 | 2024-07-05T23:27:30.225Z | Compiling byteorder v1.5.0 |
1188 | 2024-07-05T23:27:30.248Z | Compiling num-traits v0.2.19 |
1189 | 2024-07-05T23:27:30.309Z | Compiling memchr v2.7.2 |
1190 | 2024-07-05T23:27:30.315Z | Compiling thiserror v1.0.60 |
1191 | 2024-07-05T23:27:30.632Z | Compiling scopeguard v1.2.0 |
1192 | 2024-07-05T23:27:30.672Z | Compiling typenum v1.17.0 |
1193 | 2024-07-05T23:27:30.774Z | Compiling quote v1.0.36 |
1194 | 2024-07-05T23:27:31.306Z | Compiling syn v2.0.68 |
1195 | 2024-07-05T23:27:31.405Z | Compiling getrandom v0.2.14 |
1196 | 2024-07-05T23:27:31.507Z | Compiling log v0.4.21 |
1197 | 2024-07-05T23:27:31.593Z | Compiling itoa v1.0.11 |
1198 | 2024-07-05T23:27:31.742Z | Compiling generic-array v0.14.7 |
1199 | 2024-07-05T23:27:32.007Z | Compiling allocator-api2 v0.2.18 |
1200 | 2024-07-05T23:27:32.181Z | Compiling slab v0.4.9 |
1201 | 2024-07-05T23:27:32.246Z | Compiling ring v0.17.8 |
1202 | 2024-07-05T23:27:32.339Z | Compiling ryu v1.0.18 |
1203 | 2024-07-05T23:27:32.468Z | Compiling schemars v0.8.21 |
1204 | 2024-07-05T23:27:32.679Z | Compiling smallvec v1.13.2 |
1205 | 2024-07-05T23:27:32.826Z | Compiling pin-project-lite v0.2.14 |
1206 | 2024-07-05T23:27:32.829Z | Compiling semver v1.0.23 |
1207 | 2024-07-05T23:27:33.006Z | Compiling equivalent v1.0.1 |
1208 | 2024-07-05T23:27:33.177Z | Compiling vcpkg v0.2.15 |
1209 | 2024-07-05T23:27:33.273Z | Compiling pkg-config v0.3.30 |
1210 | 2024-07-05T23:27:33.352Z | Compiling signal-hook-registry v1.4.2 |
1211 | 2024-07-05T23:27:34.100Z | Compiling parking_lot v0.12.2 |
1212 | 2024-07-05T23:27:34.874Z | Compiling syn v1.0.109 |
1213 | 2024-07-05T23:27:34.996Z | Compiling mio v0.8.11 |
1214 | 2024-07-05T23:27:35.028Z | Compiling openssl-sys v0.9.102 |
1215 | 2024-07-05T23:27:35.460Z | Compiling spin v0.9.8 |
1216 | 2024-07-05T23:27:36.005Z | Compiling rand_core v0.6.4 |
1217 | 2024-07-05T23:27:36.210Z | Compiling num_cpus v1.16.0 |
1218 | 2024-07-05T23:27:36.357Z | Compiling socket2 v0.5.7 |
1219 | 2024-07-05T23:27:36.390Z | Compiling num-conv v0.1.0 |
1220 | 2024-07-05T23:27:36.656Z | Compiling time-core v0.1.2 |
1221 | 2024-07-05T23:27:36.827Z | Compiling time-macros v0.2.18 |
1222 | 2024-07-05T23:27:37.132Z | Compiling httparse v1.8.0 |
1223 | 2024-07-05T23:27:37.148Z | Compiling heck v0.5.0 |
1224 | 2024-07-05T23:27:37.755Z | Compiling futures-core v0.3.30 |
1225 | 2024-07-05T23:27:38.011Z | Compiling fnv v1.0.7 |
1226 | 2024-07-05T23:27:38.051Z | Compiling openssl v0.10.64 |
1227 | 2024-07-05T23:27:38.419Z | Compiling iana-time-zone v0.1.60 |
1228 | 2024-07-05T23:27:38.601Z | Compiling rustix v0.38.34 |
1229 | 2024-07-05T23:27:38.662Z | Compiling crossbeam-utils v0.8.19 |
1230 | 2024-07-05T23:27:39.183Z | Compiling serde_derive_internals v0.29.1 |
1231 | 2024-07-05T23:27:39.268Z | Compiling rustls v0.21.12 |
1232 | 2024-07-05T23:27:39.332Z | Compiling native-tls v0.2.11 |
1233 | 2024-07-05T23:27:39.514Z | Compiling tinyvec_macros v0.1.1 |
1234 | 2024-07-05T23:27:39.595Z | Compiling tinyvec v1.6.0 |
1235 | 2024-07-05T23:27:40.024Z | Compiling subtle v2.5.0 |
1236 | 2024-07-05T23:27:40.309Z | Compiling futures-sink v0.3.30 |
1237 | 2024-07-05T23:27:40.392Z | Compiling ucd-trie v0.1.6 |
1238 | 2024-07-05T23:27:40.440Z | Compiling const-oid v0.9.6 |
1239 | 2024-07-05T23:27:40.865Z | Compiling unicode-normalization v0.1.23 |
1240 | 2024-07-05T23:27:41.067Z | Compiling backtrace v0.3.71 |
1241 | 2024-07-05T23:27:41.307Z | Compiling cookie v0.17.0 |
1242 | 2024-07-05T23:27:41.526Z | Compiling dyn-clone v1.0.17 |
1243 | 2024-07-05T23:27:41.714Z | Compiling unicode-bidi v0.3.15 |
1244 | 2024-07-05T23:27:41.794Z | Compiling slog v2.7.0 |
1245 | 2024-07-05T23:27:42.132Z | Compiling futures-channel v0.3.30 |
1246 | 2024-07-05T23:27:42.214Z | Compiling pin-utils v0.1.0 |
1247 | 2024-07-05T23:27:42.318Z | Compiling futures-task v0.3.30 |
1248 | 2024-07-05T23:27:42.604Z | Compiling futures-io v0.3.30 |
1249 | 2024-07-05T23:27:42.962Z | Compiling aho-corasick v1.1.3 |
1250 | 2024-07-05T23:27:42.985Z | Compiling anyhow v1.0.86 |
1251 | 2024-07-05T23:27:43.652Z | Compiling untrusted v0.9.0 |
1252 | 2024-07-05T23:27:43.775Z | Compiling regex-syntax v0.8.3 |
1253 | 2024-07-05T23:27:43.825Z | Compiling winnow v0.5.40 |
1254 | 2024-07-05T23:27:44.545Z | Compiling serde_derive v1.0.203 |
1255 | 2024-07-05T23:27:45.501Z | Compiling zerocopy-derive v0.7.34 |
1256 | 2024-07-05T23:27:45.739Z | Compiling zeroize_derive v1.4.2 |
1257 | 2024-07-05T23:27:47.113Z | Compiling thiserror-impl v1.0.60 |
1258 | 2024-07-05T23:27:47.300Z | Compiling tokio-macros v2.3.0 |
1259 | 2024-07-05T23:27:47.511Z | Compiling zerocopy v0.7.34 |
1260 | 2024-07-05T23:27:47.569Z | Compiling futures-macro v0.3.30 |
1261 | 2024-07-05T23:27:48.695Z | Compiling schemars_derive v0.8.21 |
1262 | 2024-07-05T23:27:49.420Z | Compiling tracing-attributes v0.1.27 |
1263 | 2024-07-05T23:27:49.581Z | Compiling zeroize v1.7.0 |
1264 | 2024-07-05T23:27:49.787Z | Compiling hashbrown v0.14.5 |
1265 | 2024-07-05T23:27:50.323Z | Compiling openssl-macros v0.1.1 |
1266 | 2024-07-05T23:27:51.136Z | Compiling scroll_derive v0.12.0 |
1267 | 2024-07-05T23:27:51.310Z | Compiling pest v2.7.10 |
1268 | 2024-07-05T23:27:51.580Z | Compiling crypto-common v0.1.6 |
1269 | 2024-07-05T23:27:51.761Z | Compiling futures-util v0.3.30 |
1270 | 2024-07-05T23:27:52.445Z | Compiling der_derive v0.7.2 |
1271 | 2024-07-05T23:27:52.644Z | Compiling block-buffer v0.10.4 |
1272 | 2024-07-05T23:27:52.860Z | Compiling regex-automata v0.4.6 |
1273 | 2024-07-05T23:27:54.163Z | Compiling pest_meta v2.7.10 |
1274 | 2024-07-05T23:27:54.806Z | Compiling tracing-core v0.1.32 |
1275 | 2024-07-05T23:27:57.147Z | Compiling pest_generator v2.7.10 |
1276 | 2024-07-05T23:27:58.471Z | Compiling bytes v1.6.0 |
1277 | 2024-07-05T23:27:58.695Z | Compiling indexmap v2.2.6 |
1278 | 2024-07-05T23:27:59.597Z | Compiling tokio v1.38.0 |
1279 | 2024-07-05T23:27:59.702Z | Compiling uuid v1.9.1 |
1280 | 2024-07-05T23:28:00.202Z | Compiling bitflags v2.5.0 |
1281 | 2024-07-05T23:28:00.455Z | Compiling chrono v0.4.38 |
1282 | 2024-07-05T23:28:00.755Z | Compiling serde_tokenstream v0.2.1 |
1283 | 2024-07-05T23:28:01.855Z | Compiling serde_spanned v0.6.6 |
1284 | 2024-07-05T23:28:02.072Z | Compiling toml_datetime v0.6.6 |
1285 | 2024-07-05T23:28:02.493Z | Compiling http v0.2.12 |
1286 | 2024-07-05T23:28:04.024Z | Compiling toml_edit v0.19.15 |
1287 | 2024-07-05T23:28:04.894Z | Compiling rustc_version v0.4.0 |
1288 | 2024-07-05T23:28:05.547Z | Compiling pest_derive v2.7.10 |
1289 | 2024-07-05T23:28:05.785Z | Compiling usdt-impl v0.5.0 |
1290 | 2024-07-05T23:28:06.099Z | Compiling rustversion v1.0.17 |
1291 | 2024-07-05T23:28:06.283Z | Compiling powerfmt v0.2.0 |
1292 | 2024-07-05T23:28:06.774Z | Compiling deranged v0.3.11 |
1293 | 2024-07-05T23:28:06.795Z | Compiling heapless v0.7.17 |
1294 | 2024-07-05T23:28:06.798Z | Compiling tracing v0.1.40 |
1295 | 2024-07-05T23:28:07.197Z | Compiling digest v0.10.7 |
1296 | 2024-07-05T23:28:07.660Z | Compiling scroll v0.12.0 |
1297 | 2024-07-05T23:28:08.211Z | Compiling plain v0.2.3 |
1298 | 2024-07-05T23:28:08.539Z | Compiling num_threads v0.1.7 |
1299 | 2024-07-05T23:28:08.922Z | Compiling heck v0.4.1 |
1300 | 2024-07-05T23:28:08.963Z | Compiling percent-encoding v2.3.1 |
1301 | 2024-07-05T23:28:09.286Z | Compiling ppv-lite86 v0.2.17 |
1302 | 2024-07-05T23:28:09.336Z | Compiling signal-hook v0.3.17 |
1303 | 2024-07-05T23:28:09.637Z | Compiling time v0.3.36 |
1304 | 2024-07-05T23:28:10.034Z | Compiling rand_chacha v0.3.1 |
1305 | 2024-07-05T23:28:10.064Z | Compiling goblin v0.8.2 |
1306 | 2024-07-05T23:28:11.155Z | Compiling regex v1.10.4 |
1307 | 2024-07-05T23:28:12.499Z | Compiling strsim v0.11.1 |
1308 | 2024-07-05T23:28:13.283Z | Compiling pretty-hex v0.4.1 |
1309 | 2024-07-05T23:28:13.492Z | Compiling crc32fast v1.4.0 |
1310 | 2024-07-05T23:28:14.134Z | Compiling rand v0.8.5 |
1311 | 2024-07-05T23:28:14.892Z | Compiling tokio-util v0.7.11 |
1312 | 2024-07-05T23:28:15.660Z | Compiling dof v0.3.0 |
1313 | 2024-07-05T23:28:15.720Z | Compiling dtrace-parser v0.2.0 |
1314 | 2024-07-05T23:28:16.630Z | Compiling async-trait v0.1.80 |
1315 | 2024-07-05T23:28:17.288Z | Compiling thread-id v4.2.1 |
1316 | 2024-07-05T23:28:17.403Z | Compiling base64ct v1.6.0 |
1317 | 2024-07-05T23:28:17.527Z | Compiling smoltcp v0.9.1 |
1318 | 2024-07-05T23:28:17.559Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1319 | 2024-07-05T23:28:17.758Z | Compiling foreign-types-shared v0.1.1 |
1320 | 2024-07-05T23:28:17.870Z | Compiling unicode-width v0.1.13 |
1321 | 2024-07-05T23:28:18.082Z | Compiling pem-rfc7468 v0.7.0 |
1322 | 2024-07-05T23:28:18.140Z | Compiling foreign-types v0.3.2 |
1323 | 2024-07-05T23:28:19.707Z | Compiling form_urlencoded v1.2.1 |
1324 | 2024-07-05T23:28:20.109Z | Compiling hmac v0.12.1 |
1325 | 2024-07-05T23:28:20.255Z | Compiling try-lock v0.2.5 |
1326 | 2024-07-05T23:28:20.438Z | Compiling siphasher v0.3.11 |
1327 | 2024-07-05T23:28:20.518Z | Compiling flagset v0.4.5 |
1328 | 2024-07-05T23:28:20.656Z | Compiling adler v1.0.2 |
1329 | 2024-07-05T23:28:20.725Z | Compiling base64 v0.21.7 |
1330 | 2024-07-05T23:28:20.791Z | Compiling der v0.7.9 |
1331 | 2024-07-05T23:28:20.827Z | Compiling miniz_oxide v0.7.2 |
1332 | 2024-07-05T23:28:20.955Z | Compiling want v0.3.1 |
1333 | 2024-07-05T23:28:23.251Z | Compiling h2 v0.3.26 |
1334 | 2024-07-05T23:28:23.295Z | Compiling rustls-webpki v0.101.7 |
1335 | 2024-07-05T23:28:24.083Z | Compiling sct v0.7.1 |
1336 | 2024-07-05T23:28:24.381Z | Compiling http-body v0.4.6 |
1337 | 2024-07-05T23:28:25.011Z | Compiling openapiv3 v2.0.0 |
1338 | 2024-07-05T23:28:25.416Z | Compiling hubpack_derive v0.1.1 |
1339 | 2024-07-05T23:28:26.048Z | Compiling zerocopy-derive v0.6.6 |
1340 | 2024-07-05T23:28:26.244Z | Compiling idna v0.5.0 |
1341 | 2024-07-05T23:28:26.503Z | Compiling errno v0.3.9 |
1342 | 2024-07-05T23:28:26.754Z | Compiling fs-err v2.11.0 |
1343 | 2024-07-05T23:28:27.593Z | Compiling utf8parse v0.2.1 |
1344 | 2024-07-05T23:28:27.859Z | Compiling anstyle v1.0.7 |
1345 | 2024-07-05T23:28:27.956Z | Compiling httpdate v1.0.3 |
1346 | 2024-07-05T23:28:27.958Z | Compiling stable_deref_trait v1.2.0 |
1347 | 2024-07-05T23:28:28.052Z | Compiling tower-service v0.3.2 |
1348 | 2024-07-05T23:28:28.074Z | Compiling gimli v0.28.1 |
1349 | 2024-07-05T23:28:28.263Z | Compiling cpufeatures v0.2.12 |
1350 | 2024-07-05T23:28:28.487Z | Compiling finl_unicode v1.2.0 |
1351 | 2024-07-05T23:28:28.593Z | Compiling openssl-probe v0.1.5 |
1352 | 2024-07-05T23:28:28.708Z | Compiling sha2 v0.10.8 |
1353 | 2024-07-05T23:28:29.069Z | Compiling stringprep v0.1.4 |
1354 | 2024-07-05T23:28:29.485Z | Compiling anstyle-parse v0.2.4 |
1355 | 2024-07-05T23:28:29.523Z | Compiling url v2.5.0 |
1356 | 2024-07-05T23:28:30.523Z | Compiling hyper v0.14.28 |
1357 | 2024-07-05T23:28:32.712Z | Compiling addr2line v0.21.0 |
1358 | 2024-07-05T23:28:33.616Z | Compiling spki v0.7.3 |
1359 | 2024-07-05T23:28:34.659Z | Compiling usdt-attr-macro v0.5.0 |
1360 | 2024-07-05T23:28:34.773Z | Compiling usdt-macro v0.5.0 |
1361 | 2024-07-05T23:28:36.202Z | Compiling md-5 v0.10.6 |
1362 | 2024-07-05T23:28:40.119Z | Compiling idna v0.3.0 |
1363 | 2024-07-05T23:28:40.363Z | Compiling diesel_table_macro_syntax v0.1.0 |
1364 | 2024-07-05T23:28:40.443Z | Compiling num-integer v0.1.46 |
1365 | 2024-07-05T23:28:41.148Z | Compiling object v0.32.2 |
1366 | 2024-07-05T23:28:41.543Z | Compiling hash32 v0.2.1 |
1367 | 2024-07-05T23:28:41.648Z | Compiling fallible-iterator v0.2.0 |
1368 | 2024-07-05T23:28:41.952Z | Compiling rustc-demangle v0.1.24 |
1369 | 2024-07-05T23:28:42.351Z | Compiling anstyle-query v1.0.3 |
1370 | 2024-07-05T23:28:42.489Z | Compiling colorchoice v1.0.1 |
1371 | 2024-07-05T23:28:43.390Z | Compiling is_terminal_polyfill v1.70.0 |
1372 | 2024-07-05T23:28:44.146Z | Compiling psl-types v2.0.11 |
1373 | 2024-07-05T23:28:44.350Z | Compiling publicsuffix v2.2.3 |
1374 | 2024-07-05T23:28:44.612Z | Compiling anstream v0.6.14 |
1375 | 2024-07-05T23:28:49.109Z | Compiling postgres-protocol v0.6.6 |
1376 | 2024-07-05T23:28:49.627Z | Compiling diesel_derives v2.1.4 |
1377 | 2024-07-05T23:28:51.284Z | Compiling tokio-rustls v0.24.1 |
1378 | 2024-07-05T23:28:55.726Z | Compiling pkcs8 v0.10.2 |
1379 | 2024-07-05T23:28:56.236Z | Compiling terminal_size v0.3.0 |
1380 | 2024-07-05T23:28:56.545Z | Compiling tokio-native-tls v0.3.1 |
1381 | 2024-07-05T23:28:56.805Z | Compiling phf_shared v0.11.2 |
1382 | 2024-07-05T23:28:58.160Z | Compiling strum_macros v0.25.3 |
1383 | 2024-07-05T23:28:58.178Z | Compiling enum-as-inner v0.5.1 |
1384 | 2024-07-05T23:28:58.964Z | Compiling block-padding v0.3.3 |
1385 | 2024-07-05T23:28:59.122Z | Compiling regress v0.9.1 |
1386 | 2024-07-05T23:28:59.181Z | Compiling clap_derive v4.5.4 |
1387 | 2024-07-05T23:28:59.392Z | Compiling serde_repr v0.1.19 |
1388 | 2024-07-05T23:29:01.457Z | Compiling ff v0.13.0 |
1389 | 2024-07-05T23:29:01.681Z | Compiling lazy_static v1.5.0 |
1390 | 2024-07-05T23:29:01.830Z | Compiling scheduled-thread-pool v0.2.7 |
1391 | 2024-07-05T23:29:02.323Z | Compiling encoding_rs v0.8.34 |
1392 | 2024-07-05T23:29:03.777Z | Compiling base16ct v0.2.0 |
1393 | 2024-07-05T23:29:03.794Z | Compiling ipnet v2.9.0 |
1394 | 2024-07-05T23:29:03.943Z | Compiling either v1.12.0 |
1395 | 2024-07-05T23:29:04.075Z | Compiling bitflags v1.3.2 |
1396 | 2024-07-05T23:29:04.389Z | Compiling managed v0.8.0 |
1397 | 2024-07-05T23:29:04.601Z | Compiling bit-vec v0.6.3 |
1398 | 2024-07-05T23:29:05.010Z | Compiling matches v0.1.10 |
1399 | 2024-07-05T23:29:05.204Z | Compiling mime v0.3.17 |
1400 | 2024-07-05T23:29:05.568Z | Compiling clap_lex v0.7.0 |
1401 | 2024-07-05T23:29:06.011Z | Compiling clap_builder v4.5.2 |
1402 | 2024-07-05T23:29:06.626Z | Compiling idna v0.2.3 |
1403 | 2024-07-05T23:29:07.792Z | Compiling sec1 v0.7.3 |
1404 | 2024-07-05T23:29:08.052Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1405 | 2024-07-05T23:29:08.319Z | Compiling r2d2 v0.8.10 |
1406 | 2024-07-05T23:29:10.353Z | Compiling group v0.13.0 |
1407 | 2024-07-05T23:29:13.063Z | Compiling inout v0.1.3 |
1408 | 2024-07-05T23:29:13.389Z | Compiling phf v0.11.2 |
1409 | 2024-07-05T23:29:13.580Z | Compiling hyper-tls v0.5.0 |
1410 | 2024-07-05T23:29:13.624Z | Compiling signal-hook-mio v0.2.3 |
1411 | 2024-07-05T23:29:13.661Z | Compiling hyper-rustls v0.24.2 |
1412 | 2024-07-05T23:29:13.776Z | Compiling cookie_store v0.20.0 |
1413 | 2024-07-05T23:29:13.910Z | Compiling postgres-types v0.2.6 |
1414 | 2024-07-05T23:29:14.008Z | Compiling num-bigint v0.4.5 |
1415 | 2024-07-05T23:29:14.296Z | Compiling zerocopy v0.6.6 |
1416 | 2024-07-05T23:29:15.159Z | Compiling hubpack v0.1.2 |
1417 | 2024-07-05T23:29:15.250Z | Compiling rustls-pemfile v1.0.4 |
1418 | 2024-07-05T23:29:15.296Z | Compiling phf_shared v0.10.0 |
1419 | 2024-07-05T23:29:15.588Z | Compiling hkdf v0.12.4 |
1420 | 2024-07-05T23:29:15.643Z | Compiling serde_urlencoded v0.7.1 |
1421 | 2024-07-05T23:29:15.808Z | Compiling crossbeam-epoch v0.9.18 |
1422 | 2024-07-05T23:29:16.166Z | Compiling ipnetwork v0.20.0 |
1423 | 2024-07-05T23:29:17.073Z | Compiling futures-executor v0.3.30 |
1424 | 2024-07-05T23:29:17.596Z | Compiling crypto-bigint v0.5.5 |
1425 | 2024-07-05T23:29:17.893Z | Compiling float-cmp v0.9.0 |
1426 | 2024-07-05T23:29:18.118Z | Compiling memmap v0.7.0 |
1427 | 2024-07-05T23:29:18.354Z | Compiling data-encoding v2.6.0 |
1428 | 2024-07-05T23:29:18.442Z | Compiling normalize-line-endings v0.3.0 |
1429 | 2024-07-05T23:29:18.564Z | Compiling minimal-lexical v0.2.1 |
1430 | 2024-07-05T23:29:19.063Z | Compiling winnow v0.6.8 |
1431 | 2024-07-05T23:29:19.996Z | Compiling precomputed-hash v0.1.1 |
1432 | 2024-07-05T23:29:20.098Z | Compiling fixedbitset v0.4.2 |
1433 | 2024-07-05T23:29:20.484Z | Compiling difflib v0.4.0 |
1434 | 2024-07-05T23:29:20.823Z | Compiling new_debug_unreachable v1.0.6 |
1435 | 2024-07-05T23:29:20.918Z | Compiling webpki-roots v0.25.4 |
1436 | 2024-07-05T23:29:21.068Z | Compiling static_assertions v1.1.0 |
1437 | 2024-07-05T23:29:21.071Z | Compiling whoami v1.5.1 |
1438 | 2024-07-05T23:29:21.174Z | Compiling unicode-segmentation v1.11.0 |
1439 | 2024-07-05T23:29:21.657Z | Compiling sync_wrapper v0.1.2 |
1440 | 2024-07-05T23:29:21.698Z | Compiling predicates-core v1.0.6 |
1441 | 2024-07-05T23:29:21.784Z | Compiling reqwest v0.11.27 |
1442 | 2024-07-05T23:29:21.942Z | Compiling predicates v3.1.0 |
1443 | 2024-07-05T23:29:22.025Z | Compiling similar v2.5.0 |
1444 | 2024-07-05T23:29:22.831Z | Compiling toml_edit v0.22.14 |
1445 | 2024-07-05T23:29:23.457Z | Compiling tokio-postgres v0.7.10 |
1446 | 2024-07-05T23:29:23.478Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1447 | 2024-07-05T23:29:24.011Z | Compiling string_cache v0.8.7 |
1448 | 2024-07-05T23:29:24.058Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1449 | 2024-07-05T23:29:24.422Z | Compiling elliptic-curve v0.13.8 |
1450 | 2024-07-05T23:29:25.155Z | Compiling petgraph v0.6.5 |
1451 | 2024-07-05T23:29:27.985Z | Compiling nom v7.1.3 |
1452 | 2024-07-05T23:29:28.157Z | Compiling trust-dns-proto v0.22.0 |
1453 | 2024-07-05T23:29:29.125Z | Compiling usdt v0.5.0 |
1454 | 2024-07-05T23:29:30.403Z | Compiling futures v0.3.30 |
1455 | 2024-07-05T23:29:30.420Z | Compiling diesel v2.1.6 |
1456 | 2024-07-05T23:29:30.436Z | Compiling yasna v0.5.2 |
1457 | 2024-07-05T23:29:31.262Z | Compiling crossterm v0.27.0 |
1458 | 2024-07-05T23:29:31.309Z | Compiling flate2 v1.0.30 |
1459 | 2024-07-05T23:29:31.616Z | Compiling cipher v0.4.4 |
1460 | 2024-07-05T23:29:32.044Z | Compiling clap v4.5.4 |
1461 | 2024-07-05T23:29:32.162Z | Compiling bit-set v0.5.3 |
1462 | 2024-07-05T23:29:32.228Z | Compiling itertools v0.12.1 |
1463 | 2024-07-05T23:29:32.441Z | Compiling itertools v0.10.5 |
1464 | 2024-07-05T23:29:32.730Z | Compiling console v0.15.8 |
1465 | 2024-07-05T23:29:34.608Z | Compiling num-iter v0.1.45 |
1466 | 2024-07-05T23:29:35.027Z | Compiling tokio-stream v0.1.15 |
1467 | 2024-07-05T23:29:35.314Z | Compiling toml v0.7.8 |
1468 | 2024-07-05T23:29:35.317Z | Compiling hex v0.4.3 |
1469 | 2024-07-05T23:29:35.361Z | Compiling bstr v1.9.1 |
1470 | 2024-07-05T23:29:35.863Z | Compiling lalrpop-util v0.19.12 |
1471 | 2024-07-05T23:29:35.900Z | Compiling unicode-xid v0.2.4 |
1472 | 2024-07-05T23:29:36.057Z | Compiling peg-runtime v0.8.3 |
1473 | 2024-07-05T23:29:36.472Z | Compiling camino v1.1.7 |
1474 | 2024-07-05T23:29:36.977Z | Compiling proc-macro-crate v1.3.1 |
1475 | 2024-07-05T23:29:37.329Z | Compiling heapless v0.8.0 |
1476 | 2024-07-05T23:29:40.538Z | Compiling num_enum_derive v0.5.11 |
1477 | 2024-07-05T23:29:45.959Z | Compiling hash32 v0.3.1 |
1478 | 2024-07-05T23:29:46.610Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1479 | 2024-07-05T23:29:47.719Z | Compiling ident_case v1.0.1 |
1480 | 2024-07-05T23:29:47.862Z | Compiling rustls-pki-types v1.7.0 |
1481 | 2024-07-05T23:29:49.165Z | Compiling smoltcp v0.11.0 |
1482 | 2024-07-05T23:29:50.287Z | Compiling darling_core v0.20.9 |
1483 | 2024-07-05T23:30:01.139Z | Compiling num_enum v0.5.11 |
1484 | 2024-07-05T23:30:02.441Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1485 | 2024-07-05T23:30:02.878Z | Compiling getopts v0.2.21 |
1486 | 2024-07-05T23:30:04.065Z | Compiling dirs-sys-next v0.1.2 |
1487 | 2024-07-05T23:30:05.297Z | Compiling proc-macro-error-attr v1.0.4 |
1488 | 2024-07-05T23:30:05.548Z | Compiling cobs v0.2.3 |
1489 | 2024-07-05T23:30:05.583Z | Compiling unsafe-libyaml v0.2.11 |
1490 | 2024-07-05T23:30:05.941Z | Compiling paste v1.0.15 |
1491 | 2024-07-05T23:30:05.971Z | Compiling rustls v0.22.4 |
1492 | 2024-07-05T23:30:06.232Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1493 | 2024-07-05T23:30:06.749Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1494 | 2024-07-05T23:30:07.020Z | Compiling embedded-io v0.4.0 |
1495 | 2024-07-05T23:30:07.253Z | Compiling postcard v1.0.8 |
1496 | 2024-07-05T23:30:08.185Z | Compiling serde_yaml v0.9.34+deprecated |
1497 | 2024-07-05T23:30:10.638Z | Compiling dirs-next v2.0.0 |
1498 | 2024-07-05T23:30:11.964Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1499 | 2024-07-05T23:30:14.150Z | Compiling darling_macro v0.20.9 |
1500 | 2024-07-05T23:30:16.545Z | Compiling rustls-webpki v0.102.4 |
1501 | 2024-07-05T23:30:22.456Z | Compiling strum_macros v0.26.4 |
1502 | 2024-07-05T23:30:24.006Z | Compiling foreign-types-macros v0.2.3 |
1503 | 2024-07-05T23:30:24.216Z | Compiling structmeta-derive v0.3.0 |
1504 | 2024-07-05T23:30:25.290Z | Compiling thread_local v1.1.8 |
1505 | 2024-07-05T23:30:25.481Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1506 | 2024-07-05T23:30:25.727Z | Compiling multer v3.1.0 |
1507 | 2024-07-05T23:30:26.011Z | Compiling proc-macro-error v1.0.4 |
1508 | 2024-07-05T23:30:26.031Z | Compiling foreign-types-shared v0.3.1 |
1509 | 2024-07-05T23:30:26.874Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1510 | 2024-07-05T23:30:27.121Z | Compiling match_cfg v0.1.0 |
1511 | 2024-07-05T23:30:27.139Z | Compiling slog-async v2.8.0 |
1512 | 2024-07-05T23:30:27.689Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1513 | 2024-07-05T23:30:31.860Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1514 | 2024-07-05T23:30:34.391Z | Compiling hostname v0.3.1 |
1515 | 2024-07-05T23:30:34.687Z | Compiling strum v0.26.2 |
1516 | 2024-07-05T23:30:34.793Z | Compiling structmeta v0.3.0 |
1517 | 2024-07-05T23:30:35.322Z | Compiling foreign-types v0.5.0 |
1518 | 2024-07-05T23:30:36.844Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1519 | 2024-07-05T23:30:39.505Z | Compiling darling v0.20.9 |
1520 | 2024-07-05T23:30:48.083Z | Compiling term v0.7.0 |
1521 | 2024-07-05T23:30:50.296Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1522 | 2024-07-05T23:30:52.647Z | Compiling slog-json v2.6.1 |
1523 | 2024-07-05T23:30:52.761Z | Compiling tabwriter v1.4.0 |
1524 | 2024-07-05T23:30:53.184Z | Compiling crossbeam-channel v0.5.12 |
1525 | 2024-07-05T23:30:54.160Z | Compiling http v1.1.0 |
1526 | 2024-07-05T23:30:54.177Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1527 | 2024-07-05T23:30:54.728Z | Compiling async-stream-impl v0.3.5 |
1528 | 2024-07-05T23:30:54.814Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1529 | 2024-07-05T23:30:54.971Z | Compiling cstr-argument v0.1.2 |
1530 | 2024-07-05T23:30:55.228Z | Compiling is-terminal v0.4.12 |
1531 | 2024-07-05T23:30:55.362Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1532 | 2024-07-05T23:30:55.634Z | Compiling rayon-core v1.12.1 |
1533 | 2024-07-05T23:30:55.895Z | Compiling crucible-workspace-hack v0.1.0 |
1534 | 2024-07-05T23:30:55.932Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1535 | 2024-07-05T23:30:55.962Z | Compiling pretty-hex v0.2.1 |
1536 | 2024-07-05T23:30:56.161Z | Compiling take_mut v0.2.2 |
1537 | 2024-07-05T23:30:56.176Z | Compiling fastrand v2.1.0 |
1538 | 2024-07-05T23:30:56.202Z | Compiling atomic-waker v1.1.2 |
1539 | 2024-07-05T23:30:56.330Z | Compiling base64 v0.22.1 |
1540 | 2024-07-05T23:30:56.397Z | Compiling waitgroup v0.1.2 |
1541 | 2024-07-05T23:30:56.652Z | Compiling tempfile v3.10.1 |
1542 | 2024-07-05T23:30:56.845Z | Compiling rustls-pemfile v2.1.2 |
1543 | 2024-07-05T23:30:57.464Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1544 | 2024-07-05T23:30:57.581Z | Compiling async-stream v0.3.5 |
1545 | 2024-07-05T23:30:58.251Z | Compiling slog-term v2.9.1 |
1546 | 2024-07-05T23:30:58.467Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1547 | 2024-07-05T23:30:58.972Z | Compiling slog-bunyan v2.5.0 |
1548 | 2024-07-05T23:30:59.247Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1549 | 2024-07-05T23:30:59.517Z | Compiling tokio-rustls v0.25.0 |
1550 | 2024-07-05T23:30:59.805Z | Compiling serde_with_macros v3.8.1 |
1551 | 2024-07-05T23:30:59.978Z | Compiling parse-display-derive v0.9.1 |
1552 | 2024-07-05T23:31:00.070Z | Compiling toml v0.8.14 |
1553 | 2024-07-05T23:31:00.619Z | Compiling sha1 v0.10.6 |
1554 | 2024-07-05T23:31:01.043Z | Compiling colored v2.1.0 |
1555 | 2024-07-05T23:31:01.429Z | Compiling crossbeam-deque v0.8.5 |
1556 | 2024-07-05T23:31:01.818Z | Compiling newtype-uuid v1.1.0 |
1557 | 2024-07-05T23:31:02.137Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1558 | 2024-07-05T23:31:02.317Z | Compiling serde_path_to_error v0.1.16 |
1559 | 2024-07-05T23:31:02.529Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1560 | 2024-07-05T23:31:03.259Z | Compiling socket2 v0.4.10 |
1561 | 2024-07-05T23:31:03.363Z | Compiling hostname v0.4.0 |
1562 | 2024-07-05T23:31:03.605Z | Compiling instant v0.1.12 |
1563 | 2024-07-05T23:31:03.782Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1564 | 2024-07-05T23:31:04.063Z | Compiling debug-ignore v1.0.5 |
1565 | 2024-07-05T23:31:04.169Z | Compiling parse-display v0.9.1 |
1566 | 2024-07-05T23:31:04.213Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1567 | 2024-07-05T23:31:06.069Z | Compiling backoff v0.4.0 |
1568 | 2024-07-05T23:31:06.431Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1569 | 2024-07-05T23:31:06.648Z | Compiling serde_with v3.8.1 |
1570 | 2024-07-05T23:31:07.002Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1571 | 2024-07-05T23:31:07.502Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1572 | 2024-07-05T23:31:08.300Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1573 | 2024-07-05T23:31:08.851Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1574 | 2024-07-05T23:31:09.067Z | Compiling camino-tempfile v1.1.1 |
1575 | 2024-07-05T23:31:09.845Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1576 | 2024-07-05T23:31:10.301Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1577 | 2024-07-05T23:31:10.483Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1578 | 2024-07-05T23:31:10.938Z | Compiling macaddr v1.0.1 |
1579 | 2024-07-05T23:31:11.277Z | Compiling num-derive v0.4.2 |
1580 | 2024-07-05T23:31:11.572Z | Compiling sigpipe v0.1.3 |
1581 | 2024-07-05T23:31:11.699Z | Compiling libefi-sys v0.1.0 |
1582 | 2024-07-05T23:31:11.998Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1583 | 2024-07-05T23:31:12.551Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1584 | 2024-07-05T23:31:13.429Z | Compiling rayon v1.10.0 |
1585 | 2024-07-05T23:31:13.573Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1586 | 2024-07-05T23:31:13.627Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1587 | 2024-07-05T23:31:14.378Z | Compiling smf v0.2.3 |
1588 | 2024-07-05T23:31:15.223Z | Compiling bitfield-struct v0.6.1 |
1589 | 2024-07-05T23:31:15.873Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1590 | 2024-07-05T23:31:16.212Z | Compiling ring v0.16.20 |
1591 | 2024-07-05T23:31:16.541Z | Compiling blake3 v1.5.1 |
1592 | 2024-07-05T23:31:17.008Z | Compiling portable-atomic v1.6.0 |
1593 | 2024-07-05T23:31:17.461Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1594 | 2024-07-05T23:31:17.953Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1595 | 2024-07-05T23:31:18.217Z | Compiling xattr v1.3.1 |
1596 | 2024-07-05T23:31:18.364Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1597 | 2024-07-05T23:31:18.542Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1598 | 2024-07-05T23:31:19.128Z | Compiling filetime v0.2.23 |
1599 | 2024-07-05T23:31:19.219Z | Compiling memmap2 v0.9.4 |
1600 | 2024-07-05T23:31:19.477Z | Compiling constant_time_eq v0.3.0 |
1601 | 2024-07-05T23:31:19.651Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1602 | 2024-07-05T23:31:19.767Z | Compiling untrusted v0.7.1 |
1603 | 2024-07-05T23:31:19.784Z | Compiling arrayvec v0.7.4 |
1604 | 2024-07-05T23:31:19.962Z | Compiling same-file v1.0.6 |
1605 | 2024-07-05T23:31:20.223Z | Compiling arrayref v0.3.7 |
1606 | 2024-07-05T23:31:20.239Z | Compiling spin v0.5.2 |
1607 | 2024-07-05T23:31:20.485Z | Compiling walkdir v2.5.0 |
1608 | 2024-07-05T23:31:21.717Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1609 | 2024-07-05T23:31:21.976Z | Compiling tar v0.4.40 |
1610 | 2024-07-05T23:31:23.432Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1611 | 2024-07-05T23:31:24.213Z | Compiling cargo-platform v0.1.8 |
1612 | 2024-07-05T23:31:25.316Z | Compiling gethostname v0.4.3 |
1613 | 2024-07-05T23:31:25.594Z | Compiling topological-sort v0.2.2 |
1614 | 2024-07-05T23:31:25.724Z | Compiling number_prefix v0.4.0 |
1615 | 2024-07-05T23:31:25.896Z | Compiling omicron-zone-package v0.11.0 |
1616 | 2024-07-05T23:31:25.982Z | Compiling indicatif v0.17.8 |
1617 | 2024-07-05T23:31:26.049Z | Compiling cargo_metadata v0.18.1 |
1618 | 2024-07-05T23:31:31.268Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1619 | 2024-07-05T23:31:34.777Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1620 | 2024-07-05T23:31:35.328Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1621 | 2024-07-05T23:31:39.475Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1622 | 2024-07-05T23:31:56.276Z | Finished `release` profile [optimized] target(s) in 4m 29s |
1623 | 2024-07-05T23:31:56.392Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1624 | 2024-07-05T23:31:56.432Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1625 | 2024-07-05T23:31:56.435Z | Created new build target 'test' and set it as active |
1626 | 2024-07-05T23:31:56.435Z | |
1627 | 2024-07-05T23:31:56.435Z | real 4:29.543776027 |
1628 | 2024-07-05T23:31:56.435Z | user 30:16.373928437 |
1629 | 2024-07-05T23:31:56.435Z | sys 3:54.934743005 |
1630 | 2024-07-05T23:31:56.435Z | trap 0.877051273 |
1631 | 2024-07-05T23:31:56.435Z | tflt 3.476833824 |
1632 | 2024-07-05T23:31:56.435Z | dflt 1.572741920 |
1633 | 2024-07-05T23:31:56.435Z | kflt 0.008361860 |
1634 | 2024-07-05T23:31:56.435Z | lock 1:03:29.310039227 |
1635 | 2024-07-05T23:31:56.435Z | slp 1:25:12.658156630 |
1636 | 2024-07-05T23:31:56.435Z | lat 2:00.152252468 |
1637 | 2024-07-05T23:31:56.435Z | stop 2:59.679664526 |
1638 | 2024-07-05T23:31:56.435Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1639 | 2024-07-05T23:31:57.281Z | Finished `release` profile [optimized] target(s) in 0.80s |
1640 | 2024-07-05T23:31:57.322Z | Running `target/release/omicron-package -t test package` |
1641 | 2024-07-05T23:31:57.392Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1642 | 2024-07-05T23:31:58.358Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1643 | 2024-07-05T23:31:58.456Z | Compiling humantime v2.1.0 |
1644 | 2024-07-05T23:31:58.459Z | Compiling newline-converter v0.3.0 |
1645 | 2024-07-05T23:31:58.459Z | Compiling derive-where v1.2.7 |
1646 | 2024-07-05T23:31:58.459Z | Compiling dirs-sys-next v0.1.2 |
1647 | 2024-07-05T23:31:58.486Z | Compiling prettyplease v0.2.20 |
1648 | 2024-07-05T23:31:58.488Z | Compiling convert_case v0.4.0 |
1649 | 2024-07-05T23:31:58.488Z | Compiling camino v1.1.7 |
1650 | 2024-07-05T23:31:58.580Z | Compiling expectorate v1.1.0 |
1651 | 2024-07-05T23:31:58.669Z | Compiling dirs-next v2.0.0 |
1652 | 2024-07-05T23:31:58.763Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1653 | 2024-07-05T23:31:58.817Z | Compiling term v0.7.0 |
1654 | 2024-07-05T23:31:58.841Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1655 | 2024-07-05T23:31:58.954Z | Compiling password-hash v0.5.0 |
1656 | 2024-07-05T23:31:59.251Z | Compiling blake2 v0.10.6 |
1657 | 2024-07-05T23:31:59.284Z | Compiling derive_more v0.99.17 |
1658 | 2024-07-05T23:31:59.485Z | Compiling is-terminal v0.4.12 |
1659 | 2024-07-05T23:31:59.607Z | Compiling toml v0.8.14 |
1660 | 2024-07-05T23:32:00.100Z | Compiling argon2 v0.5.3 |
1661 | 2024-07-05T23:32:00.461Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1662 | 2024-07-05T23:32:00.890Z | Compiling semver v0.1.20 |
1663 | 2024-07-05T23:32:01.201Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1664 | 2024-07-05T23:32:01.220Z | Compiling rustc_version v0.1.7 |
1665 | 2024-07-05T23:32:01.401Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1666 | 2024-07-05T23:32:01.488Z | Compiling linked-hash-map v0.5.6 |
1667 | 2024-07-05T23:32:01.638Z | Compiling newtype_derive v0.1.6 |
1668 | 2024-07-05T23:32:01.660Z | Compiling rustls-pki-types v1.7.0 |
1669 | 2024-07-05T23:32:01.874Z | Compiling lru-cache v0.1.2 |
1670 | 2024-07-05T23:32:02.078Z | Compiling rustls-webpki v0.102.4 |
1671 | 2024-07-05T23:32:02.108Z | Compiling rustls v0.22.4 |
1672 | 2024-07-05T23:32:02.131Z | Compiling thread_local v1.1.8 |
1673 | 2024-07-05T23:32:02.416Z | Compiling home v0.5.9 |
1674 | 2024-07-05T23:32:02.533Z | Compiling match_cfg v0.1.0 |
1675 | 2024-07-05T23:32:02.626Z | Compiling hostname v0.3.1 |
1676 | 2024-07-05T23:32:02.628Z | Compiling steno v0.4.1 |
1677 | 2024-07-05T23:32:02.654Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1678 | 2024-07-05T23:32:02.875Z | Compiling multer v3.1.0 |
1679 | 2024-07-05T23:32:03.901Z | Compiling slog-async v2.8.0 |
1680 | 2024-07-05T23:32:03.966Z | Compiling slog-json v2.6.1 |
1681 | 2024-07-05T23:32:04.326Z | Compiling crossbeam-channel v0.5.12 |
1682 | 2024-07-05T23:32:04.650Z | Compiling http v1.1.0 |
1683 | 2024-07-05T23:32:05.155Z | Compiling slog-dtrace v0.3.0 |
1684 | 2024-07-05T23:32:05.380Z | Compiling base64 v0.22.1 |
1685 | 2024-07-05T23:32:05.438Z | Compiling termcolor v1.4.1 |
1686 | 2024-07-05T23:32:06.044Z | Compiling atomic-waker v1.1.2 |
1687 | 2024-07-05T23:32:06.231Z | Compiling take_mut v0.2.2 |
1688 | 2024-07-05T23:32:06.491Z | Compiling waitgroup v0.1.2 |
1689 | 2024-07-05T23:32:06.684Z | Compiling rustls-pemfile v2.1.2 |
1690 | 2024-07-05T23:32:07.048Z | Compiling slog-bunyan v2.5.0 |
1691 | 2024-07-05T23:32:07.113Z | Compiling tokio-rustls v0.25.0 |
1692 | 2024-07-05T23:32:07.234Z | Compiling slog-term v2.9.1 |
1693 | 2024-07-05T23:32:07.429Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1694 | 2024-07-05T23:32:07.462Z | Compiling async-stream v0.3.5 |
1695 | 2024-07-05T23:32:07.498Z | Compiling sha1 v0.10.6 |
1696 | 2024-07-05T23:32:07.517Z | Compiling newtype-uuid v1.1.0 |
1697 | 2024-07-05T23:32:07.761Z | Compiling serde_path_to_error v0.1.16 |
1698 | 2024-07-05T23:32:07.822Z | Compiling hostname v0.4.0 |
1699 | 2024-07-05T23:32:07.915Z | Compiling instant v0.1.12 |
1700 | 2024-07-05T23:32:08.046Z | Compiling debug-ignore v1.0.5 |
1701 | 2024-07-05T23:32:08.059Z | Compiling backoff v0.4.0 |
1702 | 2024-07-05T23:32:08.183Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1703 | 2024-07-05T23:32:08.371Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1704 | 2024-07-05T23:32:08.561Z | Compiling parse-display v0.9.1 |
1705 | 2024-07-05T23:32:09.118Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1706 | 2024-07-05T23:32:09.300Z | Compiling serde_with v3.8.1 |
1707 | 2024-07-05T23:32:09.811Z | Compiling strum v0.26.2 |
1708 | 2024-07-05T23:32:09.998Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1709 | 2024-07-05T23:32:11.054Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1710 | 2024-07-05T23:32:11.738Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1711 | 2024-07-05T23:32:11.899Z | Compiling num-rational v0.4.2 |
1712 | 2024-07-05T23:32:11.965Z | Compiling num-complex v0.4.6 |
1713 | 2024-07-05T23:32:12.991Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1714 | 2024-07-05T23:32:13.008Z | Compiling macaddr v1.0.1 |
1715 | 2024-07-05T23:32:13.365Z | Compiling quick-error v1.2.3 |
1716 | 2024-07-05T23:32:13.410Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1717 | 2024-07-05T23:32:13.502Z | Compiling resolv-conf v0.7.0 |
1718 | 2024-07-05T23:32:13.517Z | Compiling num v0.4.3 |
1719 | 2024-07-05T23:32:15.637Z | Compiling utf-8 v0.7.6 |
1720 | 2024-07-05T23:32:15.986Z | Compiling swrite v0.1.0 |
1721 | 2024-07-05T23:32:16.081Z | Compiling radium v0.7.0 |
1722 | 2024-07-05T23:32:16.111Z | Compiling float-ord v0.3.2 |
1723 | 2024-07-05T23:32:16.292Z | Compiling trust-dns-resolver v0.22.0 |
1724 | 2024-07-05T23:32:16.385Z | Compiling maybe-uninit v2.0.0 |
1725 | 2024-07-05T23:32:16.651Z | Compiling tap v1.0.1 |
1726 | 2024-07-05T23:32:16.816Z | Compiling wyz v0.5.1 |
1727 | 2024-07-05T23:32:17.314Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1728 | 2024-07-05T23:32:17.436Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1729 | 2024-07-05T23:32:17.912Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1730 | 2024-07-05T23:32:23.287Z | Compiling num-bigint-dig v0.8.4 |
1731 | 2024-07-05T23:32:24.799Z | Compiling funty v2.0.0 |
1732 | 2024-07-05T23:32:27.391Z | Compiling packed_struct v0.10.1 |
1733 | 2024-07-05T23:32:27.797Z | Compiling crc-catalog v2.4.0 |
1734 | 2024-07-05T23:32:27.965Z | Compiling display-error-chain v0.2.0 |
1735 | 2024-07-05T23:32:28.151Z | Compiling crc v3.2.1 |
1736 | 2024-07-05T23:32:28.255Z | Compiling bitvec v1.0.1 |
1737 | 2024-07-05T23:32:32.773Z | Compiling packed_struct_codegen v0.10.1 |
1738 | 2024-07-05T23:32:34.463Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1739 | 2024-07-05T23:32:35.231Z | Compiling indexmap v1.9.3 |
1740 | 2024-07-05T23:32:35.303Z | Compiling nodrop v0.1.14 |
1741 | 2024-07-05T23:32:35.434Z | Compiling glob v0.3.1 |
1742 | 2024-07-05T23:32:35.512Z | Compiling crunchy v0.2.2 |
1743 | 2024-07-05T23:32:36.004Z | Compiling array-init v0.0.4 |
1744 | 2024-07-05T23:32:36.224Z | Compiling clang-sys v1.7.0 |
1745 | 2024-07-05T23:32:37.360Z | Compiling smallvec v0.6.14 |
1746 | 2024-07-05T23:32:37.868Z | Compiling pkcs1 v0.7.5 |
1747 | 2024-07-05T23:32:38.994Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1748 | 2024-07-05T23:32:39.332Z | Compiling signature v2.2.0 |
1749 | 2024-07-05T23:32:39.422Z | Compiling nibble_vec v0.1.0 |
1750 | 2024-07-05T23:32:39.611Z | Compiling tiny-keccak v2.0.2 |
1751 | 2024-07-05T23:32:39.643Z | Compiling maplit v1.0.2 |
1752 | 2024-07-05T23:32:39.761Z | Compiling cancel-safe-futures v0.1.5 |
1753 | 2024-07-05T23:32:39.867Z | Compiling endian-type v0.1.2 |
1754 | 2024-07-05T23:32:40.087Z | Compiling hashbrown v0.12.3 |
1755 | 2024-07-05T23:32:40.105Z | Compiling bitfield v0.14.0 |
1756 | 2024-07-05T23:32:40.412Z | Compiling radix_trie v0.2.1 |
1757 | 2024-07-05T23:32:40.900Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1758 | 2024-07-05T23:32:41.312Z | Compiling rsa v0.9.6 |
1759 | 2024-07-05T23:32:41.752Z | Compiling serde-hex v0.1.0 |
1760 | 2024-07-05T23:32:42.497Z | Compiling bzip2 v0.4.4 |
1761 | 2024-07-05T23:32:43.121Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1762 | 2024-07-05T23:32:43.440Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1763 | 2024-07-05T23:32:44.897Z | Compiling env_logger v0.10.2 |
1764 | 2024-07-05T23:32:46.797Z | Compiling x509-cert v0.2.5 |
1765 | 2024-07-05T23:32:47.001Z | Compiling ron v0.8.1 |
1766 | 2024-07-05T23:32:47.406Z | Compiling hashbrown v0.13.2 |
1767 | 2024-07-05T23:32:48.045Z | Compiling crc-any v2.5.0 |
1768 | 2024-07-05T23:32:48.767Z | Compiling object v0.30.4 |
1769 | 2024-07-05T23:32:48.987Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1770 | 2024-07-05T23:32:51.134Z | Compiling zip v0.6.6 |
1771 | 2024-07-05T23:32:53.855Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1772 | 2024-07-05T23:32:54.010Z | Compiling rayon-core v1.12.1 |
1773 | 2024-07-05T23:32:54.033Z | Compiling ascii-canvas v3.0.0 |
1774 | 2024-07-05T23:32:54.549Z | Compiling crossbeam-deque v0.8.5 |
1775 | 2024-07-05T23:32:54.896Z | Compiling ena v0.14.3 |
1776 | 2024-07-05T23:32:55.306Z | Compiling half v2.4.1 |
1777 | 2024-07-05T23:32:56.028Z | Compiling libloading v0.8.3 |
1778 | 2024-07-05T23:32:56.415Z | Compiling bindgen v0.69.4 |
1779 | 2024-07-05T23:32:56.834Z | Compiling diff v0.1.13 |
1780 | 2024-07-05T23:32:57.404Z | Compiling path-slash v0.1.5 |
1781 | 2024-07-05T23:32:57.642Z | Compiling fastrand v2.1.0 |
1782 | 2024-07-05T23:32:58.087Z | Compiling arc-swap v1.7.1 |
1783 | 2024-07-05T23:32:58.166Z | Compiling ciborium-io v0.2.2 |
1784 | 2024-07-05T23:32:58.301Z | Compiling same-file v1.0.6 |
1785 | 2024-07-05T23:32:58.518Z | Compiling regex-syntax v0.6.29 |
1786 | 2024-07-05T23:32:58.744Z | Compiling slog-scope v4.4.0 |
1787 | 2024-07-05T23:32:58.803Z | Compiling walkdir v2.5.0 |
1788 | 2024-07-05T23:32:59.460Z | Compiling ciborium-ll v0.2.2 |
1789 | 2024-07-05T23:32:59.615Z | Compiling tempfile v3.10.1 |
1790 | 2024-07-05T23:32:59.954Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1791 | 2024-07-05T23:33:01.953Z | Compiling lalrpop v0.19.12 |
1792 | 2024-07-05T23:33:04.257Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1793 | 2024-07-05T23:33:05.369Z | Compiling which v4.4.2 |
1794 | 2024-07-05T23:33:05.438Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1795 | 2024-07-05T23:33:05.660Z | Compiling cexpr v0.6.0 |
1796 | 2024-07-05T23:33:05.925Z | Compiling fxhash v0.2.1 |
1797 | 2024-07-05T23:33:06.155Z | Compiling ref-cast v1.0.23 |
1798 | 2024-07-05T23:33:06.607Z | Compiling shlex v1.3.0 |
1799 | 2024-07-05T23:33:07.036Z | Compiling lazycell v1.3.0 |
1800 | 2024-07-05T23:33:07.206Z | Compiling rustc-hash v1.1.0 |
1801 | 2024-07-05T23:33:07.305Z | Compiling ring v0.16.20 |
1802 | 2024-07-05T23:33:10.053Z | Compiling blake3 v1.5.1 |
1803 | 2024-07-05T23:33:10.429Z | Compiling rayon v1.10.0 |
1804 | 2024-07-05T23:33:11.377Z | Compiling ciborium v0.2.2 |
1805 | 2024-07-05T23:33:11.686Z | Compiling slog-stdlog v4.1.1 |
1806 | 2024-07-05T23:33:12.603Z | Compiling tungstenite v0.21.0 |
1807 | 2024-07-05T23:33:13.627Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1808 | 2024-07-05T23:33:13.903Z | Compiling derive_builder_core v0.20.0 |
1809 | 2024-07-05T23:33:15.099Z | Compiling headers-core v0.2.0 |
1810 | 2024-07-05T23:33:15.267Z | Compiling xattr v1.3.1 |
1811 | 2024-07-05T23:33:15.514Z | Compiling libxml v0.3.3 |
1812 | 2024-07-05T23:33:15.860Z | Compiling ref-cast-impl v1.0.23 |
1813 | 2024-07-05T23:33:15.924Z | Compiling atty v0.2.14 |
1814 | 2024-07-05T23:33:16.074Z | Compiling filetime v0.2.23 |
1815 | 2024-07-05T23:33:16.159Z | Compiling memmap2 v0.9.4 |
1816 | 2024-07-05T23:33:16.368Z | Compiling untrusted v0.7.1 |
1817 | 2024-07-05T23:33:16.555Z | Compiling arrayref v0.3.7 |
1818 | 2024-07-05T23:33:16.575Z | Compiling arrayvec v0.7.4 |
1819 | 2024-07-05T23:33:16.653Z | Compiling constant_time_eq v0.3.0 |
1820 | 2024-07-05T23:33:16.796Z | Compiling spin v0.5.2 |
1821 | 2024-07-05T23:33:17.092Z | Compiling tar v0.4.40 |
1822 | 2024-07-05T23:33:17.896Z | Compiling derive_builder_macro v0.20.0 |
1823 | 2024-07-05T23:33:18.469Z | Compiling headers v0.3.9 |
1824 | 2024-07-05T23:33:18.754Z | Compiling tokio-tungstenite v0.21.0 |
1825 | 2024-07-05T23:33:18.932Z | Compiling slog-envlogger v2.2.0 |
1826 | 2024-07-05T23:33:19.345Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1827 | 2024-07-05T23:33:20.400Z | Compiling camino-tempfile v1.1.1 |
1828 | 2024-07-05T23:33:20.839Z | Compiling toolchain_find v0.4.0 |
1829 | 2024-07-05T23:33:21.341Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1830 | 2024-07-05T23:33:21.446Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1831 | 2024-07-05T23:33:21.487Z | Compiling pem v3.0.4 |
1832 | 2024-07-05T23:33:21.503Z | Compiling samael v0.0.15 |
1833 | 2024-07-05T23:33:21.610Z | Compiling libsw v3.3.1 |
1834 | 2024-07-05T23:33:21.948Z | Compiling strum_macros v0.24.3 |
1835 | 2024-07-05T23:33:22.212Z | Compiling async-recursion v1.1.1 |
1836 | 2024-07-05T23:33:22.616Z | Compiling cookie v0.18.1 |
1837 | 2024-07-05T23:33:22.954Z | Compiling indoc v1.0.9 |
1838 | 2024-07-05T23:33:23.050Z | Compiling topological-sort v0.2.2 |
1839 | 2024-07-05T23:33:23.081Z | Compiling owo-colors v4.0.0 |
1840 | 2024-07-05T23:33:23.124Z | Compiling linear-map v1.2.0 |
1841 | 2024-07-05T23:33:23.252Z | Compiling omicron-zone-package v0.11.0 |
1842 | 2024-07-05T23:33:23.855Z | Compiling rustfmt-wrapper v0.2.1 |
1843 | 2024-07-05T23:33:24.426Z | Compiling derive_builder v0.20.0 |
1844 | 2024-07-05T23:33:25.312Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1845 | 2024-07-05T23:33:25.857Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1846 | 2024-07-05T23:33:26.384Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1847 | 2024-07-05T23:33:26.659Z | Compiling quick-xml v0.31.0 |
1848 | 2024-07-05T23:33:28.203Z | Compiling impl-trait-for-tuples v0.2.2 |
1849 | 2024-07-05T23:33:28.699Z | Compiling polar-core v0.27.3 |
1850 | 2024-07-05T23:33:28.760Z | Compiling oso-derive v0.27.3 |
1851 | 2024-07-05T23:33:29.736Z | Compiling vte_generate_state_changes v0.1.1 |
1852 | 2024-07-05T23:33:29.953Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1853 | 2024-07-05T23:33:30.247Z | Compiling unicase v2.7.0 |
1854 | 2024-07-05T23:33:30.337Z | Compiling cfg_aliases v0.1.1 |
1855 | 2024-07-05T23:33:30.448Z | Compiling buf-list v1.0.3 |
1856 | 2024-07-05T23:33:30.535Z | Compiling nix v0.28.0 |
1857 | 2024-07-05T23:33:31.057Z | Compiling vte v0.11.1 |
1858 | 2024-07-05T23:33:31.352Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1859 | 2024-07-05T23:33:32.655Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1860 | 2024-07-05T23:33:34.233Z | Compiling tungstenite v0.20.1 |
1861 | 2024-07-05T23:33:35.046Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1862 | 2024-07-05T23:33:35.314Z | Compiling fd-lock v4.0.2 |
1863 | 2024-07-05T23:33:35.523Z | Compiling bb8 v0.8.5 |
1864 | 2024-07-05T23:33:36.071Z | Compiling const_format_proc_macros v0.2.32 |
1865 | 2024-07-05T23:33:37.327Z | Compiling pin-project-internal v1.1.5 |
1866 | 2024-07-05T23:33:38.056Z | Compiling memoffset v0.9.1 |
1867 | 2024-07-05T23:33:38.353Z | Compiling bytecount v0.6.8 |
1868 | 2024-07-05T23:33:38.665Z | Compiling parking_lot_core v0.8.6 |
1869 | 2024-07-05T23:33:39.099Z | Compiling papergrid v0.11.0 |
1870 | 2024-07-05T23:33:39.607Z | Compiling const_format v0.2.32 |
1871 | 2024-07-05T23:33:40.080Z | Compiling pin-project v1.1.5 |
1872 | 2024-07-05T23:33:40.215Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1873 | 2024-07-05T23:33:40.793Z | Compiling tokio-tungstenite v0.20.1 |
1874 | 2024-07-05T23:33:40.909Z | Compiling strip-ansi-escapes v0.2.0 |
1875 | 2024-07-05T23:33:41.759Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1876 | 2024-07-05T23:33:42.544Z | Compiling tabled_derive v0.7.0 |
1877 | 2024-07-05T23:33:43.997Z | Compiling snafu-derive v0.8.2 |
1878 | 2024-07-05T23:33:44.767Z | Compiling nu-ansi-term v0.50.0 |
1879 | 2024-07-05T23:33:46.055Z | Compiling reedline v0.31.0 |
1880 | 2024-07-05T23:33:47.588Z | Compiling tabled v0.15.0 |
1881 | 2024-07-05T23:33:49.000Z | Compiling snafu v0.8.2 |
1882 | 2024-07-05T23:33:57.560Z | Compiling oso v0.27.3 |
1883 | 2024-07-05T23:34:09.349Z | Compiling env_logger v0.9.3 |
1884 | 2024-07-05T23:34:09.931Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1885 | 2024-07-05T23:34:13.871Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1886 | 2024-07-05T23:34:14.373Z | Compiling globset v0.4.14 |
1887 | 2024-07-05T23:34:15.704Z | Compiling olpc-cjson v0.1.3 |
1888 | 2024-07-05T23:34:16.043Z | Compiling peg-macros v0.8.3 |
1889 | 2024-07-05T23:34:17.031Z | Compiling bitstruct_derive v0.1.0 |
1890 | 2024-07-05T23:34:18.285Z | Compiling serde_plain v1.0.2 |
1891 | 2024-07-05T23:34:18.491Z | Compiling sqlparser_derive v0.2.2 |
1892 | 2024-07-05T23:34:18.797Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1893 | 2024-07-05T23:34:18.937Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1894 | 2024-07-05T23:34:19.409Z | Compiling signature v1.6.4 |
1895 | 2024-07-05T23:34:19.534Z | Compiling typed-path v0.7.1 |
1896 | 2024-07-05T23:34:19.548Z | Compiling unicode_categories v0.1.1 |
1897 | 2024-07-05T23:34:19.571Z | Compiling ascii v1.1.0 |
1898 | 2024-07-05T23:34:19.896Z | Compiling salty v0.2.0 |
1899 | 2024-07-05T23:34:20.120Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1900 | 2024-07-05T23:34:20.288Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1901 | 2024-07-05T23:34:20.314Z | Compiling sqlformat v0.2.3 |
1902 | 2024-07-05T23:34:20.432Z | Compiling sqlparser v0.45.0 |
1903 | 2024-07-05T23:34:22.220Z | Compiling tough v0.17.1 |
1904 | 2024-07-05T23:34:22.733Z | Compiling ed25519 v1.5.3 |
1905 | 2024-07-05T23:34:23.043Z | Compiling peg v0.8.3 |
1906 | 2024-07-05T23:34:23.155Z | Compiling rustyline v14.0.0 |
1907 | 2024-07-05T23:34:26.182Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1908 | 2024-07-05T23:34:26.456Z | Compiling bitstruct v0.1.1 |
1909 | 2024-07-05T23:34:26.561Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1910 | 2024-07-05T23:34:26.581Z | Compiling parking_lot v0.11.2 |
1911 | 2024-07-05T23:34:27.434Z | Compiling nix v0.27.1 |
1912 | 2024-07-05T23:34:28.718Z | Compiling trust-dns-client v0.22.0 |
1913 | 2024-07-05T23:34:30.452Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1914 | 2024-07-05T23:34:30.758Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1915 | 2024-07-05T23:34:31.231Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1916 | 2024-07-05T23:34:32.407Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1917 | 2024-07-05T23:34:34.627Z | Compiling curve25519-dalek v4.1.3 |
1918 | 2024-07-05T23:34:35.021Z | Compiling kstat-rs v0.2.4 |
1919 | 2024-07-05T23:34:35.374Z | Compiling bcs v0.1.6 |
1920 | 2024-07-05T23:34:35.858Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1921 | 2024-07-05T23:34:35.957Z | Compiling serde_arrays v0.1.0 |
1922 | 2024-07-05T23:34:36.141Z | Compiling toml v0.5.11 |
1923 | 2024-07-05T23:34:36.238Z | Compiling serde-big-array v0.5.1 |
1924 | 2024-07-05T23:34:36.477Z | Compiling erased-serde v0.3.31 |
1925 | 2024-07-05T23:34:36.704Z | Compiling parse-size v1.0.0 |
1926 | 2024-07-05T23:34:36.942Z | Compiling keccak v0.1.5 |
1927 | 2024-07-05T23:34:38.232Z | Compiling highway v1.1.0 |
1928 | 2024-07-05T23:34:39.583Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1929 | 2024-07-05T23:34:39.729Z | Compiling trust-dns-server v0.22.1 |
1930 | 2024-07-05T23:34:58.213Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1931 | 2024-07-05T23:35:00.625Z | Compiling sha3 v0.10.8 |
1932 | 2024-07-05T23:35:01.003Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1933 | 2024-07-05T23:35:01.520Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1934 | 2024-07-05T23:35:08.952Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1935 | 2024-07-05T23:35:19.985Z | Compiling mime_guess v2.0.4 |
1936 | 2024-07-05T23:35:21.122Z | Compiling sled v0.34.7 |
1937 | 2024-07-05T23:35:25.093Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1938 | 2024-07-05T23:35:26.533Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1939 | 2024-07-05T23:35:31.516Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1940 | 2024-07-05T23:35:33.010Z | Compiling signal-hook-tokio v0.3.1 |
1941 | 2024-07-05T23:35:33.212Z | Compiling universal-hash v0.5.1 |
1942 | 2024-07-05T23:35:33.442Z | Compiling heck v0.3.3 |
1943 | 2024-07-05T23:35:33.823Z | Compiling secrecy v0.8.0 |
1944 | 2024-07-05T23:35:34.098Z | Compiling castaway v0.2.2 |
1945 | 2024-07-05T23:35:34.290Z | Compiling rand_seeder v0.2.3 |
1946 | 2024-07-05T23:35:34.695Z | Compiling thiserror-impl-no-std v2.0.2 |
1947 | 2024-07-05T23:35:37.496Z | Compiling serde-big-array v0.4.1 |
1948 | 2024-07-05T23:35:37.711Z | Compiling curve25519-dalek-derive v0.1.1 |
1949 | 2024-07-05T23:35:38.554Z | Compiling nanorand v0.7.0 |
1950 | 2024-07-05T23:35:39.190Z | Compiling opaque-debug v0.3.1 |
1951 | 2024-07-05T23:35:39.285Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1952 | 2024-07-05T23:35:39.301Z | Compiling poly1305 v0.8.0 |
1953 | 2024-07-05T23:35:40.842Z | Compiling flume v0.11.0 |
1954 | 2024-07-05T23:35:41.592Z | Compiling sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1955 | 2024-07-05T23:35:43.066Z | Compiling thiserror-no-std v2.0.2 |
1956 | 2024-07-05T23:35:43.190Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1957 | 2024-07-05T23:35:43.418Z | Compiling compact_str v0.7.1 |
1958 | 2024-07-05T23:35:44.951Z | Compiling zone_cfg_derive v0.1.2 |
1959 | 2024-07-05T23:35:45.302Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1960 | 2024-07-05T23:35:46.325Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1961 | 2024-07-05T23:35:48.369Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1962 | 2024-07-05T23:35:55.654Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1963 | 2024-07-05T23:35:56.133Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1964 | 2024-07-05T23:35:56.310Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1965 | 2024-07-05T23:36:02.565Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1966 | 2024-07-05T23:36:05.886Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1967 | 2024-07-05T23:36:06.169Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1968 | 2024-07-05T23:36:06.446Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1969 | 2024-07-05T23:36:06.620Z | Compiling chacha20 v0.9.1 |
1970 | 2024-07-05T23:36:06.723Z | Compiling unicode-truncate v1.0.0 |
1971 | 2024-07-05T23:36:06.987Z | Compiling itertools v0.13.0 |
1972 | 2024-07-05T23:36:07.095Z | Compiling aead v0.5.2 |
1973 | 2024-07-05T23:36:07.460Z | Compiling lru v0.12.3 |
1974 | 2024-07-05T23:36:07.825Z | Compiling stability v0.2.0 |
1975 | 2024-07-05T23:36:08.783Z | Compiling corncobs v0.1.3 |
1976 | 2024-07-05T23:36:09.151Z | Compiling base64 v0.13.1 |
1977 | 2024-07-05T23:36:09.893Z | Compiling cassowary v0.3.0 |
1978 | 2024-07-05T23:36:10.896Z | Compiling ratatui v0.27.0 |
1979 | 2024-07-05T23:36:10.899Z | Compiling ron v0.7.1 |
1980 | 2024-07-05T23:36:13.691Z | Compiling sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1981 | 2024-07-05T23:36:14.198Z | Compiling chacha20poly1305 v0.10.1 |
1982 | 2024-07-05T23:36:14.461Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1983 | 2024-07-05T23:36:14.478Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1984 | 2024-07-05T23:36:16.196Z | Compiling zone v0.1.8 |
1985 | 2024-07-05T23:36:16.724Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1986 | 2024-07-05T23:36:19.517Z | Compiling vsss-rs v3.3.4 |
1987 | 2024-07-05T23:36:24.153Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1988 | 2024-07-05T23:36:24.886Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1989 | 2024-07-05T23:36:27.420Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1990 | 2024-07-05T23:36:27.677Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1991 | 2024-07-05T23:36:28.945Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1992 | 2024-07-05T23:36:29.226Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
1993 | 2024-07-05T23:36:31.715Z | Compiling portpicker v0.1.1 |
1994 | 2024-07-05T23:36:31.774Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1995 | 2024-07-05T23:36:32.227Z | Compiling csv-core v0.1.11 |
1996 | 2024-07-05T23:36:33.094Z | Compiling smawk v0.3.2 |
1997 | 2024-07-05T23:36:33.349Z | Compiling unicode-linebreak v0.1.5 |
1998 | 2024-07-05T23:36:34.006Z | Compiling http-range v0.1.5 |
1999 | 2024-07-05T23:36:34.385Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2000 | 2024-07-05T23:36:34.559Z | Compiling hyper-staticfile v0.9.5 |
2001 | 2024-07-05T23:36:35.631Z | Compiling textwrap v0.16.1 |
2002 | 2024-07-05T23:36:35.794Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2003 | 2024-07-05T23:36:37.680Z | Compiling csv v1.3.0 |
2004 | 2024-07-05T23:36:39.404Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2005 | 2024-07-05T23:36:44.952Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2006 | 2024-07-05T23:36:46.024Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2007 | 2024-07-05T23:36:46.340Z | Compiling rcgen v0.12.1 |
2008 | 2024-07-05T23:36:50.729Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2009 | 2024-07-05T23:36:51.216Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2010 | 2024-07-05T23:36:51.494Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2011 | 2024-07-05T23:36:56.457Z | Compiling atomicwrites v0.4.3 |
2012 | 2024-07-05T23:36:56.973Z | Compiling fatfs v0.3.6 |
2013 | 2024-07-05T23:36:58.374Z | Compiling subprocess v0.2.9 |
2014 | 2024-07-05T23:36:59.316Z | Compiling rtoolbox v0.0.2 |
2015 | 2024-07-05T23:36:59.456Z | Compiling assert_matches v1.5.0 |
2016 | 2024-07-05T23:36:59.568Z | Compiling is_ci v1.2.0 |
2017 | 2024-07-05T23:36:59.760Z | Compiling supports-color v3.0.0 |
2018 | 2024-07-05T23:36:59.888Z | Compiling rpassword v7.3.1 |
2019 | 2024-07-05T23:37:00.330Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2020 | 2024-07-05T23:37:00.431Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2021 | 2024-07-05T23:37:01.681Z | Compiling tui-tree-widget v0.21.0 |
2022 | 2024-07-05T23:37:02.104Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2023 | 2024-07-05T23:37:03.405Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2024 | 2024-07-05T23:37:07.531Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2025 | 2024-07-05T23:37:07.817Z | Compiling shell-words v1.1.0 |
2026 | 2024-07-05T23:37:08.260Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2027 | 2024-07-05T23:37:10.018Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2028 | 2024-07-05T23:37:23.699Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2029 | 2024-07-05T23:37:37.492Z | Compiling uzers v0.11.3 |
2030 | 2024-07-05T23:37:40.440Z | Compiling multimap v0.10.0 |
2031 | 2024-07-05T23:38:28.643Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2032 | 2024-07-05T23:40:09.713Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2033 | 2024-07-05T23:40:09.922Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2034 | 2024-07-05T23:46:12.520Z | Finished `release` profile [optimized] target(s) in 14m 14s |
2035 | 2024-07-05T23:46:59.653Z | |
2036 | 2024-07-05T23:46:59.656Z | real 15:02.776857735 |
2037 | 2024-07-05T23:46:59.656Z | user 1:44:16.712910364 |
2038 | 2024-07-05T23:46:59.656Z | sys 5:47.714536592 |
2039 | 2024-07-05T23:46:59.656Z | trap 2.346948359 |
2040 | 2024-07-05T23:46:59.656Z | tflt 2.205487850 |
2041 | 2024-07-05T23:46:59.656Z | dflt 3.198815759 |
2042 | 2024-07-05T23:46:59.656Z | kflt 0.033802323 |
2043 | 2024-07-05T23:46:59.656Z | lock 6:15:22.293693127 |
2044 | 2024-07-05T23:46:59.656Z | slp 4:03:00.568927684 |
2045 | 2024-07-05T23:46:59.656Z | lat 2:29.945596691 |
2046 | 2024-07-05T23:46:59.656Z | stop 1:55.767035184 |
2047 | 2024-07-05T23:46:59.656Z | + mapfile -t packages |
2048 | 2024-07-05T23:46:59.656Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2049 | 2024-07-05T23:47:00.521Z | Finished `release` profile [optimized] target(s) in 0.82s |
2050 | 2024-07-05T23:47:00.560Z | Running `target/release/omicron-package -t test list-outputs` |
2051 | 2024-07-05T23:47:00.597Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2052 | 2024-07-05T23:47:00.599Z | + ptime -m cargo build --locked --release -p xtask |
2053 | 2024-07-05T23:47:01.175Z | Compiling serde v1.0.203 |
2054 | 2024-07-05T23:47:01.175Z | Compiling bitflags v2.5.0 |
2055 | 2024-07-05T23:47:01.259Z | Compiling syn v2.0.68 |
2056 | 2024-07-05T23:47:01.270Z | Compiling scopeguard v1.2.0 |
2057 | 2024-07-05T23:47:01.274Z | Compiling smallvec v1.13.2 |
2058 | 2024-07-05T23:47:01.274Z | Compiling bytes v1.6.0 |
2059 | 2024-07-05T23:47:01.293Z | Compiling hashbrown v0.14.5 |
2060 | 2024-07-05T23:47:01.388Z | Compiling lock_api v0.4.12 |
2061 | 2024-07-05T23:47:01.744Z | Compiling parking_lot_core v0.9.10 |
2062 | 2024-07-05T23:47:01.771Z | Compiling serde_json v1.0.120 |
2063 | 2024-07-05T23:47:01.785Z | Compiling log v0.4.21 |
2064 | 2024-07-05T23:47:01.802Z | Compiling mio v0.8.11 |
2065 | 2024-07-05T23:47:02.091Z | Compiling libc v0.2.155 |
2066 | 2024-07-05T23:47:02.179Z | Compiling parking_lot v0.12.2 |
2067 | 2024-07-05T23:47:02.249Z | Compiling generic-array v0.14.7 |
2068 | 2024-07-05T23:47:02.543Z | Compiling slog v2.7.0 |
2069 | 2024-07-05T23:47:02.704Z | Compiling indexmap v2.2.6 |
2070 | 2024-07-05T23:47:02.778Z | Compiling rustix v0.38.34 |
2071 | 2024-07-05T23:47:03.054Z | Compiling http v0.2.12 |
2072 | 2024-07-05T23:47:03.068Z | Compiling usdt-impl v0.5.0 |
2073 | 2024-07-05T23:47:03.413Z | Compiling syn v1.0.109 |
2074 | 2024-07-05T23:47:03.594Z | Compiling thread-id v4.2.1 |
2075 | 2024-07-05T23:47:03.719Z | Compiling time-macros v0.2.18 |
2076 | 2024-07-05T23:47:04.015Z | Compiling tracing v0.1.40 |
2077 | 2024-07-05T23:47:04.326Z | Compiling crossbeam-utils v0.8.19 |
2078 | 2024-07-05T23:47:04.896Z | Compiling http-body v0.4.6 |
2079 | 2024-07-05T23:47:05.416Z | Compiling unicode-normalization v0.1.23 |
2080 | 2024-07-05T23:47:05.441Z | Compiling unicode-bidi v0.3.15 |
2081 | 2024-07-05T23:47:05.538Z | Compiling crypto-common v0.1.6 |
2082 | 2024-07-05T23:47:05.752Z | Compiling block-buffer v0.10.4 |
2083 | 2024-07-05T23:47:06.702Z | Compiling idna v0.5.0 |
2084 | 2024-07-05T23:47:06.757Z | Compiling time v0.3.36 |
2085 | 2024-07-05T23:47:07.309Z | Compiling terminal_size v0.3.0 |
2086 | 2024-07-05T23:47:07.539Z | Compiling proc-macro-error v1.0.4 |
2087 | 2024-07-05T23:47:08.181Z | Compiling fs-err v2.11.0 |
2088 | 2024-07-05T23:47:08.445Z | Compiling anyhow v1.0.86 |
2089 | 2024-07-05T23:47:08.478Z | Compiling clap_builder v4.5.2 |
2090 | 2024-07-05T23:47:09.171Z | Compiling crossbeam-channel v0.5.12 |
2091 | 2024-07-05T23:47:09.750Z | Compiling url v2.5.0 |
2092 | 2024-07-05T23:47:10.040Z | Compiling digest v0.10.7 |
2093 | 2024-07-05T23:47:10.472Z | Compiling xattr v1.3.1 |
2094 | 2024-07-05T23:47:10.675Z | Compiling tabled_derive v0.7.0 |
2095 | 2024-07-05T23:47:10.768Z | Compiling slog-async v2.8.0 |
2096 | 2024-07-05T23:47:10.876Z | Compiling sha2 v0.10.8 |
2097 | 2024-07-05T23:47:12.796Z | Compiling tabled v0.15.0 |
2098 | 2024-07-05T23:47:13.053Z | Compiling serde_derive v1.0.203 |
2099 | 2024-07-05T23:47:13.843Z | Compiling thiserror-impl v1.0.60 |
2100 | 2024-07-05T23:47:13.965Z | Compiling zerocopy-derive v0.7.34 |
2101 | 2024-07-05T23:47:15.335Z | Compiling futures-macro v0.3.30 |
2102 | 2024-07-05T23:47:16.016Z | Compiling tokio-macros v2.3.0 |
2103 | 2024-07-05T23:47:16.080Z | Compiling zerocopy v0.7.34 |
2104 | 2024-07-05T23:47:16.718Z | Compiling thiserror v1.0.60 |
2105 | 2024-07-05T23:47:16.863Z | Compiling pest v2.7.10 |
2106 | 2024-07-05T23:47:17.285Z | Compiling futures-util v0.3.30 |
2107 | 2024-07-05T23:47:17.538Z | Compiling tokio v1.38.0 |
2108 | 2024-07-05T23:47:17.958Z | Compiling openssl-macros v0.1.1 |
2109 | 2024-07-05T23:47:18.666Z | Compiling scroll_derive v0.12.0 |
2110 | 2024-07-05T23:47:19.745Z | Compiling pest_meta v2.7.10 |
2111 | 2024-07-05T23:47:20.094Z | Compiling scroll v0.12.0 |
2112 | 2024-07-05T23:47:24.230Z | Compiling pest_generator v2.7.10 |
2113 | 2024-07-05T23:47:24.355Z | Compiling openssl v0.10.64 |
2114 | 2024-07-05T23:47:26.021Z | Compiling pest_derive v2.7.10 |
2115 | 2024-07-05T23:47:26.796Z | Compiling dtrace-parser v0.2.0 |
2116 | 2024-07-05T23:47:28.725Z | Compiling tokio-util v0.7.11 |
2117 | 2024-07-05T23:47:30.371Z | Compiling dof v0.3.0 |
2118 | 2024-07-05T23:47:30.804Z | Compiling h2 v0.3.26 |
2119 | 2024-07-05T23:47:32.872Z | Compiling native-tls v0.2.11 |
2120 | 2024-07-05T23:47:33.509Z | Compiling toml_datetime v0.6.6 |
2121 | 2024-07-05T23:47:34.058Z | Compiling serde_spanned v0.6.6 |
2122 | 2024-07-05T23:47:34.181Z | Compiling serde_tokenstream v0.2.1 |
2123 | 2024-07-05T23:47:34.256Z | Compiling goblin v0.8.2 |
2124 | 2024-07-05T23:47:34.693Z | Compiling toml_edit v0.22.14 |
2125 | 2024-07-05T23:47:36.133Z | Compiling hyper v0.14.28 |
2126 | 2024-07-05T23:47:43.839Z | Compiling tokio-native-tls v0.3.1 |
2127 | 2024-07-05T23:47:44.144Z | Compiling hyper-tls v0.5.0 |
2128 | 2024-07-05T23:47:44.582Z | Compiling toml v0.8.14 |
2129 | 2024-07-05T23:47:45.678Z | Compiling usdt-macro v0.5.0 |
2130 | 2024-07-05T23:47:46.297Z | Compiling usdt-attr-macro v0.5.0 |
2131 | 2024-07-05T23:47:46.908Z | Compiling slog-json v2.6.1 |
2132 | 2024-07-05T23:47:47.463Z | Compiling cargo-platform v0.1.8 |
2133 | 2024-07-05T23:47:47.706Z | Compiling serde_urlencoded v0.7.1 |
2134 | 2024-07-05T23:47:48.339Z | Compiling semver v1.0.23 |
2135 | 2024-07-05T23:47:48.614Z | Compiling camino v1.1.7 |
2136 | 2024-07-05T23:47:48.630Z | Compiling futures-executor v0.3.30 |
2137 | 2024-07-05T23:47:49.714Z | Compiling strum_macros v0.26.4 |
2138 | 2024-07-05T23:47:49.909Z | Compiling clap_derive v4.5.4 |
2139 | 2024-07-05T23:47:49.996Z | Compiling cargo_metadata v0.18.1 |
2140 | 2024-07-05T23:47:51.605Z | Compiling futures v0.3.30 |
2141 | 2024-07-05T23:47:51.737Z | Compiling reqwest v0.11.27 |
2142 | 2024-07-05T23:47:53.841Z | Compiling usdt v0.5.0 |
2143 | 2024-07-05T23:47:54.523Z | Compiling clap v4.5.4 |
2144 | 2024-07-05T23:47:54.543Z | Compiling strum v0.26.2 |
2145 | 2024-07-05T23:47:54.643Z | Compiling slog-bunyan v2.5.0 |
2146 | 2024-07-05T23:47:54.733Z | Compiling cargo_toml v0.20.3 |
2147 | 2024-07-05T23:47:54.924Z | Compiling macaddr v1.0.1 |
2148 | 2024-07-05T23:47:55.265Z | Compiling slog-term v2.9.1 |
2149 | 2024-07-05T23:47:55.581Z | Compiling tar v0.4.40 |
2150 | 2024-07-05T23:48:08.554Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2151 | 2024-07-05T23:48:22.684Z | Finished `release` profile [optimized] target(s) in 1m 22s |
2152 | 2024-07-05T23:48:22.778Z | |
2153 | 2024-07-05T23:48:22.778Z | real 1:22.116588325 |
2154 | 2024-07-05T23:48:22.778Z | user 8:52.652183466 |
2155 | 2024-07-05T23:48:22.778Z | sys 50.862869792 |
2156 | 2024-07-05T23:48:22.778Z | trap 0.242792464 |
2157 | 2024-07-05T23:48:22.778Z | tflt 0.503550011 |
2158 | 2024-07-05T23:48:22.778Z | dflt 0.209616161 |
2159 | 2024-07-05T23:48:22.778Z | kflt 0.000035132 |
2160 | 2024-07-05T23:48:22.778Z | lock 20:11.268622799 |
2161 | 2024-07-05T23:48:22.778Z | slp 22:37.324719094 |
2162 | 2024-07-05T23:48:22.778Z | lat 24.130398505 |
2163 | 2024-07-05T23:48:22.778Z | stop 22.968568280 |
2164 | 2024-07-05T23:48:22.782Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2165 | 2024-07-05T23:48:22.782Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2166 | 2024-07-05T23:48:22.782Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2167 | 2024-07-05T23:48:22.782Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2168 | 2024-07-05T23:48:22.782Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2169 | 2024-07-05T23:48:23.310Z | Downloading crates ... |
2170 | 2024-07-05T23:48:23.533Z | Downloaded option-ext v0.2.0 |
2171 | 2024-07-05T23:48:23.535Z | Downloaded dhcproto-macros v0.1.0 |
2172 | 2024-07-05T23:48:23.535Z | Downloaded md5 v0.7.0 |
2173 | 2024-07-05T23:48:23.539Z | Downloaded russh-cryptovec v0.7.2 |
2174 | 2024-07-05T23:48:23.541Z | Downloaded cbc v0.1.2 |
2175 | 2024-07-05T23:48:23.544Z | Downloaded rfc6979 v0.4.0 |
2176 | 2024-07-05T23:48:23.544Z | Downloaded internet-checksum v0.2.1 |
2177 | 2024-07-05T23:48:23.544Z | Downloaded ed25519 v2.2.3 |
2178 | 2024-07-05T23:48:23.546Z | Downloaded dirs-sys v0.4.1 |
2179 | 2024-07-05T23:48:23.549Z | Downloaded pbkdf2 v0.11.0 |
2180 | 2024-07-05T23:48:23.549Z | Downloaded polyval v0.6.2 |
2181 | 2024-07-05T23:48:23.551Z | Downloaded primeorder v0.13.6 |
2182 | 2024-07-05T23:48:23.551Z | Downloaded pbkdf2 v0.12.2 |
2183 | 2024-07-05T23:48:23.554Z | Downloaded dirs v5.0.1 |
2184 | 2024-07-05T23:48:23.556Z | Downloaded blowfish v0.9.1 |
2185 | 2024-07-05T23:48:23.556Z | Downloaded rand_core v0.5.1 |
2186 | 2024-07-05T23:48:23.559Z | Downloaded hex-literal v0.4.1 |
2187 | 2024-07-05T23:48:23.559Z | Downloaded russh-keys v0.43.0 |
2188 | 2024-07-05T23:48:23.561Z | Downloaded rand_chacha v0.2.2 |
2189 | 2024-07-05T23:48:23.561Z | Downloaded getrandom v0.1.16 |
2190 | 2024-07-05T23:48:23.564Z | Downloaded password-hash v0.4.2 |
2191 | 2024-07-05T23:48:23.566Z | Downloaded aes v0.8.4 |
2192 | 2024-07-05T23:48:23.569Z | Downloaded ecdsa v0.16.9 |
2193 | 2024-07-05T23:48:23.570Z | Downloaded dhcproto v0.11.0 |
2194 | 2024-07-05T23:48:23.572Z | Downloaded p256 v0.13.2 |
2195 | 2024-07-05T23:48:23.575Z | Downloaded ctr v0.9.2 |
2196 | 2024-07-05T23:48:23.578Z | Downloaded ghash v0.5.1 |
2197 | 2024-07-05T23:48:23.580Z | Downloaded bcrypt-pbkdf v0.10.0 |
2198 | 2024-07-05T23:48:23.580Z | Downloaded ed25519-dalek v2.1.1 |
2199 | 2024-07-05T23:48:23.583Z | Downloaded russh v0.43.0 |
2200 | 2024-07-05T23:48:23.588Z | Downloaded p521 v0.13.3 |
2201 | 2024-07-05T23:48:23.591Z | Downloaded rand v0.7.3 |
2202 | 2024-07-05T23:48:23.596Z | Downloaded aes-gcm v0.10.3 |
2203 | 2024-07-05T23:48:23.725Z | Compiling serde v1.0.203 |
2204 | 2024-07-05T23:48:23.822Z | Compiling scopeguard v1.2.0 |
2205 | 2024-07-05T23:48:23.824Z | Compiling log v0.4.21 |
2206 | 2024-07-05T23:48:23.837Z | Compiling smallvec v1.13.2 |
2207 | 2024-07-05T23:48:23.849Z | Compiling syn v2.0.68 |
2208 | 2024-07-05T23:48:23.852Z | Compiling getrandom v0.2.14 |
2209 | 2024-07-05T23:48:23.852Z | Compiling generic-array v0.14.7 |
2210 | 2024-07-05T23:48:23.888Z | Compiling libm v0.2.8 |
2211 | 2024-07-05T23:48:23.942Z | Compiling lock_api v0.4.12 |
2212 | 2024-07-05T23:48:24.145Z | Compiling rand_core v0.6.4 |
2213 | 2024-07-05T23:48:24.221Z | Compiling parking_lot_core v0.9.10 |
2214 | 2024-07-05T23:48:24.272Z | Compiling num-traits v0.2.19 |
2215 | 2024-07-05T23:48:24.272Z | Compiling subtle v2.5.0 |
2216 | 2024-07-05T23:48:24.408Z | Compiling mio v0.8.11 |
2217 | 2024-07-05T23:48:24.606Z | Compiling parking_lot v0.12.2 |
2218 | 2024-07-05T23:48:24.628Z | Compiling ahash v0.8.11 |
2219 | 2024-07-05T23:48:24.714Z | Compiling serde_json v1.0.120 |
2220 | 2024-07-05T23:48:24.859Z | Compiling spin v0.9.8 |
2221 | 2024-07-05T23:48:24.991Z | Compiling allocator-api2 v0.2.18 |
2222 | 2024-07-05T23:48:25.034Z | Compiling const-oid v0.9.6 |
2223 | 2024-07-05T23:48:25.467Z | Compiling iana-time-zone v0.1.60 |
2224 | 2024-07-05T23:48:25.645Z | Compiling syn v1.0.109 |
2225 | 2024-07-05T23:48:25.663Z | Compiling unicode-normalization v0.1.23 |
2226 | 2024-07-05T23:48:25.792Z | Compiling unicode-bidi v0.3.15 |
2227 | 2024-07-05T23:48:25.922Z | Compiling schemars v0.8.21 |
2228 | 2024-07-05T23:48:26.253Z | Compiling dyn-clone v1.0.17 |
2229 | 2024-07-05T23:48:26.466Z | Compiling ppv-lite86 v0.2.17 |
2230 | 2024-07-05T23:48:26.595Z | Compiling time-macros v0.2.18 |
2231 | 2024-07-05T23:48:26.877Z | Compiling ring v0.17.8 |
2232 | 2024-07-05T23:48:27.153Z | Compiling rand_chacha v0.3.1 |
2233 | 2024-07-05T23:48:27.156Z | Compiling aho-corasick v1.1.3 |
2234 | 2024-07-05T23:48:27.264Z | Compiling regex-syntax v0.8.3 |
2235 | 2024-07-05T23:48:29.566Z | Compiling rand v0.8.5 |
2236 | 2024-07-05T23:48:29.924Z | Compiling time v0.3.36 |
2237 | 2024-07-05T23:48:30.617Z | Compiling regex-automata v0.4.6 |
2238 | 2024-07-05T23:48:31.397Z | Compiling serde_derive_internals v0.29.1 |
2239 | 2024-07-05T23:48:32.498Z | Compiling idna v0.5.0 |
2240 | 2024-07-05T23:48:33.540Z | Compiling slog v2.7.0 |
2241 | 2024-07-05T23:48:33.968Z | Compiling url v2.5.0 |
2242 | 2024-07-05T23:48:34.031Z | Compiling untrusted v0.9.0 |
2243 | 2024-07-05T23:48:34.914Z | Compiling lazy_static v1.5.0 |
2244 | 2024-07-05T23:48:34.949Z | Compiling backtrace v0.3.71 |
2245 | 2024-07-05T23:48:35.026Z | Compiling gimli v0.28.1 |
2246 | 2024-07-05T23:48:35.389Z | Compiling object v0.32.2 |
2247 | 2024-07-05T23:48:35.796Z | Compiling regex v1.10.4 |
2248 | 2024-07-05T23:48:36.828Z | Compiling anyhow v1.0.86 |
2249 | 2024-07-05T23:48:37.358Z | Compiling rustc-demangle v0.1.24 |
2250 | 2024-07-05T23:48:37.978Z | Compiling rustls v0.21.12 |
2251 | 2024-07-05T23:48:37.997Z | Compiling crossbeam-utils v0.8.19 |
2252 | 2024-07-05T23:48:38.106Z | Compiling serde_derive v1.0.203 |
2253 | 2024-07-05T23:48:38.263Z | Compiling zeroize_derive v1.4.2 |
2254 | 2024-07-05T23:48:38.294Z | Compiling thiserror-impl v1.0.60 |
2255 | 2024-07-05T23:48:38.638Z | Compiling zerocopy-derive v0.7.34 |
2256 | 2024-07-05T23:48:39.731Z | Compiling tokio-macros v2.3.0 |
2257 | 2024-07-05T23:48:39.906Z | Compiling zeroize v1.7.0 |
2258 | 2024-07-05T23:48:39.925Z | Compiling futures-macro v0.3.30 |
2259 | 2024-07-05T23:48:41.033Z | Compiling zerocopy v0.7.34 |
2260 | 2024-07-05T23:48:41.459Z | Compiling schemars_derive v0.8.21 |
2261 | 2024-07-05T23:48:41.659Z | Compiling thiserror v1.0.60 |
2262 | 2024-07-05T23:48:41.801Z | Compiling crypto-common v0.1.6 |
2263 | 2024-07-05T23:48:41.851Z | Compiling block-buffer v0.10.4 |
2264 | 2024-07-05T23:48:42.047Z | Compiling tracing-attributes v0.1.27 |
2265 | 2024-07-05T23:48:42.085Z | Compiling futures-util v0.3.30 |
2266 | 2024-07-05T23:48:42.127Z | Compiling digest v0.10.7 |
2267 | 2024-07-05T23:48:42.493Z | Compiling async-trait v0.1.80 |
2268 | 2024-07-05T23:48:42.657Z | Compiling addr2line v0.21.0 |
2269 | 2024-07-05T23:48:43.305Z | Compiling hashbrown v0.14.5 |
2270 | 2024-07-05T23:48:43.485Z | Compiling openssl-macros v0.1.1 |
2271 | 2024-07-05T23:48:44.265Z | Compiling winnow v0.5.40 |
2272 | 2024-07-05T23:48:44.804Z | Compiling base64ct v1.6.0 |
2273 | 2024-07-05T23:48:45.467Z | Compiling sct v0.7.1 |
2274 | 2024-07-05T23:48:45.497Z | Compiling rustls-webpki v0.101.7 |
2275 | 2024-07-05T23:48:45.783Z | Compiling cookie v0.17.0 |
2276 | 2024-07-05T23:48:45.839Z | Compiling pest v2.7.10 |
2277 | 2024-07-05T23:48:46.058Z | Compiling tracing v0.1.40 |
2278 | 2024-07-05T23:48:47.128Z | Compiling idna v0.3.0 |
2279 | 2024-07-05T23:48:47.419Z | Compiling psl-types v2.0.11 |
2280 | 2024-07-05T23:48:47.422Z | Compiling data-encoding v2.6.0 |
2281 | 2024-07-05T23:48:47.632Z | Compiling futures-executor v0.3.30 |
2282 | 2024-07-05T23:48:48.148Z | Compiling futures v0.3.30 |
2283 | 2024-07-05T23:48:48.209Z | Compiling pest_meta v2.7.10 |
2284 | 2024-07-05T23:48:48.260Z | Compiling publicsuffix v2.2.3 |
2285 | 2024-07-05T23:48:48.531Z | Compiling hmac v0.12.1 |
2286 | 2024-07-05T23:48:48.786Z | Compiling scroll_derive v0.12.0 |
2287 | 2024-07-05T23:48:48.805Z | Compiling webpki-roots v0.25.4 |
2288 | 2024-07-05T23:48:48.838Z | Compiling bitflags v1.3.2 |
2289 | 2024-07-05T23:48:48.941Z | Compiling pem-rfc7468 v0.7.0 |
2290 | 2024-07-05T23:48:48.967Z | Compiling block-padding v0.3.3 |
2291 | 2024-07-05T23:48:49.210Z | Compiling der_derive v0.7.2 |
2292 | 2024-07-05T23:48:49.491Z | Compiling pest_generator v2.7.10 |
2293 | 2024-07-05T23:48:49.740Z | Compiling flagset v0.4.5 |
2294 | 2024-07-05T23:48:49.880Z | Compiling inout v0.1.3 |
2295 | 2024-07-05T23:48:49.944Z | Compiling sha2 v0.10.8 |
2296 | 2024-07-05T23:48:50.162Z | Compiling cipher v0.4.4 |
2297 | 2024-07-05T23:48:50.389Z | Compiling scroll v0.12.0 |
2298 | 2024-07-05T23:48:50.688Z | Compiling either v1.12.0 |
2299 | 2024-07-05T23:48:50.964Z | Compiling goblin v0.8.2 |
2300 | 2024-07-05T23:48:51.123Z | Compiling ff v0.13.0 |
2301 | 2024-07-05T23:48:51.357Z | Compiling base16ct v0.2.0 |
2302 | 2024-07-05T23:48:51.545Z | Compiling stable_deref_trait v1.2.0 |
2303 | 2024-07-05T23:48:51.654Z | Compiling group v0.13.0 |
2304 | 2024-07-05T23:48:51.682Z | Compiling hkdf v0.12.4 |
2305 | 2024-07-05T23:48:51.825Z | Compiling der v0.7.9 |
2306 | 2024-07-05T23:48:51.923Z | Compiling crossbeam-epoch v0.9.18 |
2307 | 2024-07-05T23:48:51.989Z | Compiling crypto-bigint v0.5.5 |
2308 | 2024-07-05T23:48:52.717Z | Compiling num-integer v0.1.46 |
2309 | 2024-07-05T23:48:53.243Z | Compiling bytes v1.6.0 |
2310 | 2024-07-05T23:48:53.551Z | Compiling indexmap v2.2.6 |
2311 | 2024-07-05T23:48:53.591Z | Compiling chrono v0.4.38 |
2312 | 2024-07-05T23:48:54.574Z | Compiling tokio v1.38.0 |
2313 | 2024-07-05T23:48:54.952Z | Compiling uuid v1.9.1 |
2314 | 2024-07-05T23:48:55.361Z | Compiling bitflags v2.5.0 |
2315 | 2024-07-05T23:48:55.843Z | Compiling semver v1.0.23 |
2316 | 2024-07-05T23:48:56.426Z | Compiling http v0.2.12 |
2317 | 2024-07-05T23:48:56.634Z | Compiling serde_tokenstream v0.2.1 |
2318 | 2024-07-05T23:48:56.650Z | Compiling toml_datetime v0.6.6 |
2319 | 2024-07-05T23:48:57.192Z | Compiling serde_spanned v0.6.6 |
2320 | 2024-07-05T23:48:57.209Z | Compiling openssl v0.10.64 |
2321 | 2024-07-05T23:48:57.425Z | Compiling toml_edit v0.19.15 |
2322 | 2024-07-05T23:48:57.513Z | Compiling rustix v0.38.34 |
2323 | 2024-07-05T23:48:58.090Z | Compiling http-body v0.4.6 |
2324 | 2024-07-05T23:48:58.622Z | Compiling serde_urlencoded v0.7.1 |
2325 | 2024-07-05T23:48:58.937Z | Compiling cookie_store v0.20.0 |
2326 | 2024-07-05T23:48:59.171Z | Compiling openapiv3 v2.0.0 |
2327 | 2024-07-05T23:49:00.006Z | Compiling rustc_version v0.4.0 |
2328 | 2024-07-05T23:49:00.495Z | Compiling pest_derive v2.7.10 |
2329 | 2024-07-05T23:49:00.680Z | Compiling dof v0.3.0 |
2330 | 2024-07-05T23:49:00.795Z | Compiling spki v0.7.3 |
2331 | 2024-07-05T23:49:01.195Z | Compiling pkcs8 v0.10.2 |
2332 | 2024-07-05T23:49:01.295Z | Compiling dtrace-parser v0.2.0 |
2333 | 2024-07-05T23:49:01.543Z | Compiling sec1 v0.7.3 |
2334 | 2024-07-05T23:49:01.787Z | Compiling ipnetwork v0.20.0 |
2335 | 2024-07-05T23:49:02.121Z | Compiling usdt-impl v0.5.0 |
2336 | 2024-07-05T23:49:02.698Z | Compiling tokio-util v0.7.11 |
2337 | 2024-07-05T23:49:02.990Z | Compiling tokio-rustls v0.24.1 |
2338 | 2024-07-05T23:49:03.429Z | Compiling native-tls v0.2.11 |
2339 | 2024-07-05T23:49:03.560Z | Compiling elliptic-curve v0.13.8 |
2340 | 2024-07-05T23:49:03.619Z | Compiling unicode-segmentation v1.11.0 |
2341 | 2024-07-05T23:49:03.784Z | Compiling h2 v0.3.26 |
2342 | 2024-07-05T23:49:04.047Z | Compiling tokio-native-tls v0.3.1 |
2343 | 2024-07-05T23:49:04.133Z | Compiling usdt-attr-macro v0.5.0 |
2344 | 2024-07-05T23:49:04.324Z | Compiling usdt-macro v0.5.0 |
2345 | 2024-07-05T23:49:04.368Z | Compiling managed v0.8.0 |
2346 | 2024-07-05T23:49:04.484Z | Compiling toml_edit v0.22.14 |
2347 | 2024-07-05T23:49:04.824Z | Compiling toml v0.7.8 |
2348 | 2024-07-05T23:49:05.646Z | Compiling hex v0.4.3 |
2349 | 2024-07-05T23:49:05.829Z | Compiling matches v0.1.10 |
2350 | 2024-07-05T23:49:05.851Z | Compiling usdt v0.5.0 |
2351 | 2024-07-05T23:49:05.923Z | Compiling idna v0.2.3 |
2352 | 2024-07-05T23:49:06.087Z | Compiling enum-as-inner v0.5.1 |
2353 | 2024-07-05T23:49:06.256Z | Compiling bit-vec v0.6.3 |
2354 | 2024-07-05T23:49:06.360Z | Compiling siphasher v0.3.11 |
2355 | 2024-07-05T23:49:06.579Z | Compiling heapless v0.7.17 |
2356 | 2024-07-05T23:49:06.715Z | Compiling terminal_size v0.3.0 |
2357 | 2024-07-05T23:49:06.770Z | Compiling num-bigint v0.4.5 |
2358 | 2024-07-05T23:49:06.939Z | Compiling regress v0.9.1 |
2359 | 2024-07-05T23:49:07.002Z | Compiling signal-hook v0.3.17 |
2360 | 2024-07-05T23:49:07.139Z | Compiling trust-dns-proto v0.22.0 |
2361 | 2024-07-05T23:49:07.252Z | Compiling finl_unicode v1.2.0 |
2362 | 2024-07-05T23:49:07.562Z | Compiling clap_builder v4.5.2 |
2363 | 2024-07-05T23:49:07.840Z | Compiling stringprep v0.1.4 |
2364 | 2024-07-05T23:49:09.211Z | Compiling itertools v0.10.5 |
2365 | 2024-07-05T23:49:10.094Z | Compiling yasna v0.5.2 |
2366 | 2024-07-05T23:49:12.050Z | Compiling hyper v0.14.28 |
2367 | 2024-07-05T23:49:12.127Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2368 | 2024-07-05T23:49:12.197Z | Compiling md-5 v0.10.6 |
2369 | 2024-07-05T23:49:12.474Z | Compiling clap_derive v4.5.4 |
2370 | 2024-07-05T23:49:13.130Z | Compiling hash32 v0.2.1 |
2371 | 2024-07-05T23:49:13.557Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2372 | 2024-07-05T23:49:14.378Z | Compiling fallible-iterator v0.2.0 |
2373 | 2024-07-05T23:49:14.406Z | Compiling smoltcp v0.9.1 |
2374 | 2024-07-05T23:49:15.107Z | Compiling postgres-protocol v0.6.6 |
2375 | 2024-07-05T23:49:16.471Z | Compiling phf_shared v0.11.2 |
2376 | 2024-07-05T23:49:16.492Z | Compiling tokio-stream v0.1.15 |
2377 | 2024-07-05T23:49:16.880Z | Compiling hubpack_derive v0.1.1 |
2378 | 2024-07-05T23:49:16.897Z | Compiling zerocopy-derive v0.6.6 |
2379 | 2024-07-05T23:49:17.390Z | Compiling diesel_table_macro_syntax v0.1.0 |
2380 | 2024-07-05T23:49:17.408Z | Compiling scheduled-thread-pool v0.2.7 |
2381 | 2024-07-05T23:49:17.462Z | Compiling fs-err v2.11.0 |
2382 | 2024-07-05T23:49:17.747Z | Compiling fixedbitset v0.4.2 |
2383 | 2024-07-05T23:49:17.764Z | Compiling clap v4.5.4 |
2384 | 2024-07-05T23:49:17.779Z | Compiling hubpack v0.1.2 |
2385 | 2024-07-05T23:49:17.782Z | Compiling diesel_derives v2.1.4 |
2386 | 2024-07-05T23:49:18.025Z | Compiling petgraph v0.6.5 |
2387 | 2024-07-05T23:49:18.041Z | Compiling r2d2 v0.8.10 |
2388 | 2024-07-05T23:49:18.209Z | Compiling phf v0.11.2 |
2389 | 2024-07-05T23:49:18.449Z | Compiling signal-hook-mio v0.2.3 |
2390 | 2024-07-05T23:49:18.545Z | Compiling postgres-types v0.2.6 |
2391 | 2024-07-05T23:49:18.890Z | Compiling hyper-tls v0.5.0 |
2392 | 2024-07-05T23:49:19.198Z | Compiling hyper-rustls v0.24.2 |
2393 | 2024-07-05T23:49:19.237Z | Compiling zerocopy v0.6.6 |
2394 | 2024-07-05T23:49:19.545Z | Compiling reqwest v0.11.27 |
2395 | 2024-07-05T23:49:20.093Z | Compiling phf_shared v0.10.0 |
2396 | 2024-07-05T23:49:20.113Z | Compiling similar v2.5.0 |
2397 | 2024-07-05T23:49:20.511Z | Compiling num-iter v0.1.45 |
2398 | 2024-07-05T23:49:20.530Z | Compiling strum_macros v0.25.3 |
2399 | 2024-07-05T23:49:20.696Z | Compiling serde_repr v0.1.19 |
2400 | 2024-07-05T23:49:21.910Z | Compiling getopts v0.2.21 |
2401 | 2024-07-05T23:49:22.010Z | Compiling console v0.15.8 |
2402 | 2024-07-05T23:49:22.106Z | Compiling float-cmp v0.9.0 |
2403 | 2024-07-05T23:49:22.337Z | Compiling precomputed-hash v0.1.1 |
2404 | 2024-07-05T23:49:22.463Z | Compiling minimal-lexical v0.2.1 |
2405 | 2024-07-05T23:49:22.606Z | Compiling static_assertions v1.1.0 |
2406 | 2024-07-05T23:49:22.710Z | Compiling predicates-core v1.0.6 |
2407 | 2024-07-05T23:49:22.929Z | Compiling normalize-line-endings v0.3.0 |
2408 | 2024-07-05T23:49:22.980Z | Compiling unsafe-libyaml v0.2.11 |
2409 | 2024-07-05T23:49:23.059Z | Compiling new_debug_unreachable v1.0.6 |
2410 | 2024-07-05T23:49:23.079Z | Compiling whoami v1.5.1 |
2411 | 2024-07-05T23:49:23.157Z | Compiling difflib v0.4.0 |
2412 | 2024-07-05T23:49:23.586Z | Compiling predicates v3.1.0 |
2413 | 2024-07-05T23:49:23.804Z | Compiling tokio-postgres v0.7.10 |
2414 | 2024-07-05T23:49:24.825Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2415 | 2024-07-05T23:49:24.899Z | Compiling serde_yaml v0.9.34+deprecated |
2416 | 2024-07-05T23:49:25.001Z | Compiling string_cache v0.8.7 |
2417 | 2024-07-05T23:49:25.397Z | Compiling nom v7.1.3 |
2418 | 2024-07-05T23:49:25.491Z | Compiling crossterm v0.27.0 |
2419 | 2024-07-05T23:49:29.172Z | Compiling bit-set v0.5.3 |
2420 | 2024-07-05T23:49:29.305Z | Compiling itertools v0.12.1 |
2421 | 2024-07-05T23:49:29.421Z | Compiling bstr v1.9.1 |
2422 | 2024-07-05T23:49:29.471Z | Compiling lalrpop-util v0.19.12 |
2423 | 2024-07-05T23:49:29.824Z | Compiling peg-runtime v0.8.3 |
2424 | 2024-07-05T23:49:29.876Z | Compiling unicode-xid v0.2.4 |
2425 | 2024-07-05T23:49:30.058Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2426 | 2024-07-05T23:49:30.496Z | Compiling sha1 v0.10.6 |
2427 | 2024-07-05T23:49:30.514Z | Compiling camino v1.1.7 |
2428 | 2024-07-05T23:49:30.925Z | Compiling strum_macros v0.26.4 |
2429 | 2024-07-05T23:49:31.247Z | Compiling http v1.1.0 |
2430 | 2024-07-05T23:49:31.263Z | Compiling base64 v0.22.1 |
2431 | 2024-07-05T23:49:31.315Z | Compiling diesel v2.1.6 |
2432 | 2024-07-05T23:49:31.455Z | Compiling toml v0.8.14 |
2433 | 2024-07-05T23:49:32.036Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2434 | 2024-07-05T23:49:32.071Z | Compiling rustls-pki-types v1.7.0 |
2435 | 2024-07-05T23:49:32.550Z | Compiling ident_case v1.0.1 |
2436 | 2024-07-05T23:49:32.728Z | Compiling darling_core v0.20.9 |
2437 | 2024-07-05T23:49:32.936Z | Compiling crossbeam-channel v0.5.12 |
2438 | 2024-07-05T23:49:33.272Z | Compiling paste v1.0.15 |
2439 | 2024-07-05T23:49:33.763Z | Compiling rustls v0.22.4 |
2440 | 2024-07-05T23:49:33.847Z | Compiling slog-async v2.8.0 |
2441 | 2024-07-05T23:49:34.119Z | Compiling slog-term v2.9.1 |
2442 | 2024-07-05T23:49:34.137Z | Compiling rustls-webpki v0.102.4 |
2443 | 2024-07-05T23:49:35.051Z | Compiling multer v3.1.0 |
2444 | 2024-07-05T23:49:35.323Z | Compiling instant v0.1.12 |
2445 | 2024-07-05T23:49:35.673Z | Compiling slog-json v2.6.1 |
2446 | 2024-07-05T23:49:36.045Z | Compiling async-stream-impl v0.3.5 |
2447 | 2024-07-05T23:49:36.293Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
2448 | 2024-07-05T23:49:36.312Z | Compiling strum v0.26.2 |
2449 | 2024-07-05T23:49:36.507Z | Compiling atomic-waker v1.1.2 |
2450 | 2024-07-05T23:49:36.570Z | Compiling debug-ignore v1.0.5 |
2451 | 2024-07-05T23:49:36.606Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2452 | 2024-07-05T23:49:36.699Z | Compiling waitgroup v0.1.2 |
2453 | 2024-07-05T23:49:36.717Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2454 | 2024-07-05T23:49:36.751Z | Compiling slog-bunyan v2.5.0 |
2455 | 2024-07-05T23:49:36.927Z | Compiling rustls-pemfile v2.1.2 |
2456 | 2024-07-05T23:49:36.957Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
2457 | 2024-07-05T23:49:37.391Z | Compiling serde_path_to_error v0.1.16 |
2458 | 2024-07-05T23:49:37.478Z | Compiling async-stream v0.3.5 |
2459 | 2024-07-05T23:49:37.831Z | Compiling structmeta-derive v0.3.0 |
2460 | 2024-07-05T23:49:37.911Z | Compiling hostname v0.4.0 |
2461 | 2024-07-05T23:49:38.176Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2462 | 2024-07-05T23:49:38.316Z | Compiling newtype-uuid v1.1.0 |
2463 | 2024-07-05T23:49:38.645Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2464 | 2024-07-05T23:49:39.014Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2465 | 2024-07-05T23:49:39.323Z | Compiling backoff v0.4.0 |
2466 | 2024-07-05T23:49:39.423Z | Compiling tokio-rustls v0.25.0 |
2467 | 2024-07-05T23:49:39.670Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2468 | 2024-07-05T23:49:39.839Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2469 | 2024-07-05T23:49:39.855Z | Compiling macaddr v1.0.1 |
2470 | 2024-07-05T23:49:39.992Z | Compiling proc-macro-crate v1.3.1 |
2471 | 2024-07-05T23:49:40.115Z | Compiling darling_macro v0.20.9 |
2472 | 2024-07-05T23:49:40.292Z | Compiling fastrand v2.1.0 |
2473 | 2024-07-05T23:49:40.886Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2474 | 2024-07-05T23:49:40.977Z | Compiling structmeta v0.3.0 |
2475 | 2024-07-05T23:49:41.093Z | Compiling num_enum_derive v0.5.11 |
2476 | 2024-07-05T23:49:41.141Z | Compiling darling v0.20.9 |
2477 | 2024-07-05T23:49:41.246Z | Compiling tempfile v3.10.1 |
2478 | 2024-07-05T23:49:41.267Z | Compiling serde_with_macros v3.8.1 |
2479 | 2024-07-05T23:49:41.426Z | Compiling parse-display-derive v0.9.1 |
2480 | 2024-07-05T23:49:42.152Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2481 | 2024-07-05T23:49:42.467Z | Compiling foreign-types-macros v0.2.3 |
2482 | 2024-07-05T23:49:43.825Z | Compiling foreign-types-shared v0.3.1 |
2483 | 2024-07-05T23:49:43.926Z | Compiling num_enum v0.5.11 |
2484 | 2024-07-05T23:49:43.949Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2485 | 2024-07-05T23:49:44.092Z | Compiling heapless v0.8.0 |
2486 | 2024-07-05T23:49:44.227Z | Compiling foreign-types v0.5.0 |
2487 | 2024-07-05T23:49:44.348Z | Compiling proc-macro-error v1.0.4 |
2488 | 2024-07-05T23:49:44.504Z | Compiling serde_with v3.8.1 |
2489 | 2024-07-05T23:49:45.120Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2490 | 2024-07-05T23:49:45.260Z | Compiling cstr-argument v0.1.2 |
2491 | 2024-07-05T23:49:45.531Z | Compiling hash32 v0.3.1 |
2492 | 2024-07-05T23:49:45.606Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2493 | 2024-07-05T23:49:45.757Z | Compiling smoltcp v0.11.0 |
2494 | 2024-07-05T23:49:45.780Z | Compiling pretty-hex v0.2.1 |
2495 | 2024-07-05T23:49:45.969Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2496 | 2024-07-05T23:49:46.361Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2497 | 2024-07-05T23:49:46.443Z | Compiling parse-display v0.9.1 |
2498 | 2024-07-05T23:49:46.521Z | Compiling camino-tempfile v1.1.1 |
2499 | 2024-07-05T23:49:46.972Z | Compiling tabwriter v1.4.0 |
2500 | 2024-07-05T23:49:47.015Z | Compiling colored v2.1.0 |
2501 | 2024-07-05T23:49:47.185Z | Compiling socket2 v0.4.10 |
2502 | 2024-07-05T23:49:47.243Z | Compiling cobs v0.2.3 |
2503 | 2024-07-05T23:49:47.508Z | Compiling embedded-io v0.4.0 |
2504 | 2024-07-05T23:49:47.730Z | Compiling postcard v1.0.8 |
2505 | 2024-07-05T23:49:47.799Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2506 | 2024-07-05T23:49:48.081Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2507 | 2024-07-05T23:49:48.110Z | Compiling crucible-workspace-hack v0.1.0 |
2508 | 2024-07-05T23:49:48.381Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2509 | 2024-07-05T23:49:48.450Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2510 | 2024-07-05T23:49:48.563Z | Compiling smf v0.2.3 |
2511 | 2024-07-05T23:49:48.634Z | Compiling humantime v2.1.0 |
2512 | 2024-07-05T23:49:48.754Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2513 | 2024-07-05T23:49:49.206Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2514 | 2024-07-05T23:49:49.315Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2515 | 2024-07-05T23:49:49.802Z | Compiling num-derive v0.4.2 |
2516 | 2024-07-05T23:49:49.980Z | Compiling sigpipe v0.1.3 |
2517 | 2024-07-05T23:49:50.106Z | Compiling utf-8 v0.7.6 |
2518 | 2024-07-05T23:49:50.330Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2519 | 2024-07-05T23:49:50.441Z | Compiling atty v0.2.14 |
2520 | 2024-07-05T23:49:50.582Z | Compiling rayon-core v1.12.1 |
2521 | 2024-07-05T23:49:50.683Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2522 | 2024-07-05T23:49:50.769Z | Compiling same-file v1.0.6 |
2523 | 2024-07-05T23:49:50.846Z | Compiling semver v0.1.20 |
2524 | 2024-07-05T23:49:51.005Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2525 | 2024-07-05T23:49:51.540Z | Compiling rustc_version v0.1.7 |
2526 | 2024-07-05T23:49:52.067Z | Compiling walkdir v2.5.0 |
2527 | 2024-07-05T23:49:52.216Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2528 | 2024-07-05T23:49:52.575Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2529 | 2024-07-05T23:49:52.640Z | Compiling newline-converter v0.3.0 |
2530 | 2024-07-05T23:49:52.807Z | Compiling curve25519-dalek v4.1.3 |
2531 | 2024-07-05T23:49:52.923Z | Compiling crossbeam-deque v0.8.5 |
2532 | 2024-07-05T23:49:52.939Z | Compiling universal-hash v0.5.1 |
2533 | 2024-07-05T23:49:53.077Z | Compiling prettyplease v0.2.20 |
2534 | 2024-07-05T23:49:53.130Z | Compiling opaque-debug v0.3.1 |
2535 | 2024-07-05T23:49:53.250Z | Compiling expectorate v1.1.0 |
2536 | 2024-07-05T23:49:53.263Z | Compiling newtype_derive v0.1.6 |
2537 | 2024-07-05T23:49:53.421Z | Compiling xattr v1.3.1 |
2538 | 2024-07-05T23:49:53.439Z | Compiling num-rational v0.4.2 |
2539 | 2024-07-05T23:49:53.541Z | Compiling signature v2.2.0 |
2540 | 2024-07-05T23:49:53.593Z | Compiling curve25519-dalek-derive v0.1.1 |
2541 | 2024-07-05T23:49:53.709Z | Compiling num-complex v0.4.6 |
2542 | 2024-07-05T23:49:53.861Z | Compiling ring v0.16.20 |
2543 | 2024-07-05T23:49:54.794Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2544 | 2024-07-05T23:49:54.852Z | Compiling blake3 v1.5.1 |
2545 | 2024-07-05T23:49:54.966Z | Compiling unicase v2.7.0 |
2546 | 2024-07-05T23:49:55.028Z | Compiling quick-error v1.2.3 |
2547 | 2024-07-05T23:49:55.175Z | Compiling linked-hash-map v0.5.6 |
2548 | 2024-07-05T23:49:55.193Z | Compiling getrandom v0.1.16 |
2549 | 2024-07-05T23:49:55.249Z | Compiling termcolor v1.4.1 |
2550 | 2024-07-05T23:49:55.282Z | Compiling arc-swap v1.7.1 |
2551 | 2024-07-05T23:49:55.435Z | Compiling convert_case v0.4.0 |
2552 | 2024-07-05T23:49:55.538Z | Compiling lru-cache v0.1.2 |
2553 | 2024-07-05T23:49:55.738Z | Compiling slog-scope v4.4.0 |
2554 | 2024-07-05T23:49:55.956Z | Compiling env_logger v0.9.3 |
2555 | 2024-07-05T23:49:56.270Z | Compiling resolv-conf v0.7.0 |
2556 | 2024-07-05T23:49:56.301Z | Compiling tar v0.4.40 |
2557 | 2024-07-05T23:49:56.468Z | Compiling derive_more v0.99.17 |
2558 | 2024-07-05T23:49:57.093Z | Compiling num v0.4.3 |
2559 | 2024-07-05T23:49:57.211Z | Compiling rayon v1.10.0 |
2560 | 2024-07-05T23:49:58.493Z | Compiling tungstenite v0.21.0 |
2561 | 2024-07-05T23:49:59.102Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2562 | 2024-07-05T23:49:59.599Z | Compiling password-hash v0.5.0 |
2563 | 2024-07-05T23:50:00.590Z | Compiling blake2 v0.10.6 |
2564 | 2024-07-05T23:50:00.690Z | Compiling bitstruct_derive v0.1.0 |
2565 | 2024-07-05T23:50:00.749Z | Compiling derive-where v1.2.7 |
2566 | 2024-07-05T23:50:01.936Z | Compiling memmap2 v0.9.4 |
2567 | 2024-07-05T23:50:02.073Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2568 | 2024-07-05T23:50:02.212Z | Compiling float-ord v0.3.2 |
2569 | 2024-07-05T23:50:02.264Z | Compiling arrayvec v0.7.4 |
2570 | 2024-07-05T23:50:02.372Z | Compiling libefi-sys v0.1.0 |
2571 | 2024-07-05T23:50:02.386Z | Compiling arrayref v0.3.7 |
2572 | 2024-07-05T23:50:02.504Z | Compiling home v0.5.9 |
2573 | 2024-07-05T23:50:02.632Z | Compiling untrusted v0.7.1 |
2574 | 2024-07-05T23:50:02.678Z | Compiling constant_time_eq v0.3.0 |
2575 | 2024-07-05T23:50:02.770Z | Compiling parking_lot_core v0.8.6 |
2576 | 2024-07-05T23:50:02.825Z | Compiling spin v0.5.2 |
2577 | 2024-07-05T23:50:02.845Z | Compiling ascii v1.1.0 |
2578 | 2024-07-05T23:50:03.271Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2579 | 2024-07-05T23:50:04.480Z | Compiling toolchain_find v0.4.0 |
2580 | 2024-07-05T23:50:04.732Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2581 | 2024-07-05T23:50:04.816Z | Compiling bitstruct v0.1.1 |
2582 | 2024-07-05T23:50:04.939Z | Compiling argon2 v0.5.3 |
2583 | 2024-07-05T23:50:04.958Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2584 | 2024-07-05T23:50:05.005Z | Compiling tokio-tungstenite v0.21.0 |
2585 | 2024-07-05T23:50:05.119Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
2586 | 2024-07-05T23:50:05.141Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2587 | 2024-07-05T23:50:05.181Z | Compiling trust-dns-resolver v0.22.0 |
2588 | 2024-07-05T23:50:05.574Z | Compiling slog-stdlog v4.1.1 |
2589 | 2024-07-05T23:50:05.672Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2590 | 2024-07-05T23:50:05.960Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2591 | 2024-07-05T23:50:06.084Z | Compiling erased-serde v0.3.31 |
2592 | 2024-07-05T23:50:06.353Z | Compiling serde_arrays v0.1.0 |
2593 | 2024-07-05T23:50:06.442Z | Compiling rfc6979 v0.4.0 |
2594 | 2024-07-05T23:50:06.520Z | Compiling aead v0.5.2 |
2595 | 2024-07-05T23:50:06.639Z | Compiling bitfield-struct v0.6.1 |
2596 | 2024-07-05T23:50:06.786Z | Compiling nibble_vec v0.1.0 |
2597 | 2024-07-05T23:50:06.896Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2598 | 2024-07-05T23:50:06.990Z | Compiling slog-dtrace v0.3.0 |
2599 | 2024-07-05T23:50:07.263Z | Compiling topological-sort v0.2.2 |
2600 | 2024-07-05T23:50:07.280Z | Compiling keccak v0.1.5 |
2601 | 2024-07-05T23:50:07.495Z | Compiling endian-type v0.1.2 |
2602 | 2024-07-05T23:50:07.553Z | Compiling cancel-safe-futures v0.1.5 |
2603 | 2024-07-05T23:50:07.735Z | Compiling radix_trie v0.2.1 |
2604 | 2024-07-05T23:50:07.774Z | Compiling sha3 v0.10.8 |
2605 | 2024-07-05T23:50:07.937Z | Compiling omicron-zone-package v0.11.0 |
2606 | 2024-07-05T23:50:08.080Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2607 | 2024-07-05T23:50:08.096Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2608 | 2024-07-05T23:50:08.298Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2609 | 2024-07-05T23:50:08.559Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2610 | 2024-07-05T23:50:08.576Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2611 | 2024-07-05T23:50:08.897Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2612 | 2024-07-05T23:50:08.900Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2613 | 2024-07-05T23:50:09.344Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2614 | 2024-07-05T23:50:09.843Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2615 | 2024-07-05T23:50:10.060Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2616 | 2024-07-05T23:50:10.270Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2617 | 2024-07-05T23:50:10.507Z | Compiling ecdsa v0.16.9 |
2618 | 2024-07-05T23:50:10.982Z | Compiling rand_core v0.5.1 |
2619 | 2024-07-05T23:50:11.391Z | Compiling slog-envlogger v2.2.0 |
2620 | 2024-07-05T23:50:11.500Z | Compiling mime_guess v2.0.4 |
2621 | 2024-07-05T23:50:11.610Z | Compiling steno v0.4.1 |
2622 | 2024-07-05T23:50:12.664Z | Compiling rustfmt-wrapper v0.2.1 |
2623 | 2024-07-05T23:50:13.035Z | Compiling poly1305 v0.8.0 |
2624 | 2024-07-05T23:50:13.251Z | Compiling tungstenite v0.20.1 |
2625 | 2024-07-05T23:50:13.585Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2626 | 2024-07-05T23:50:14.371Z | Compiling primeorder v0.13.6 |
2627 | 2024-07-05T23:50:14.799Z | Compiling heck v0.3.3 |
2628 | 2024-07-05T23:50:14.884Z | Compiling chacha20 v0.9.1 |
2629 | 2024-07-05T23:50:14.904Z | Compiling secrecy v0.8.0 |
2630 | 2024-07-05T23:50:15.182Z | Compiling thiserror-impl-no-std v2.0.2 |
2631 | 2024-07-05T23:50:15.238Z | Compiling half v2.4.1 |
2632 | 2024-07-05T23:50:15.333Z | Compiling ciborium-io v0.2.2 |
2633 | 2024-07-05T23:50:15.471Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2634 | 2024-07-05T23:50:15.490Z | Compiling option-ext v0.2.0 |
2635 | 2024-07-05T23:50:15.625Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2636 | 2024-07-05T23:50:15.745Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2637 | 2024-07-05T23:50:15.776Z | Compiling ciborium-ll v0.2.2 |
2638 | 2024-07-05T23:50:15.796Z | Compiling dirs-sys v0.4.1 |
2639 | 2024-07-05T23:50:15.809Z | Compiling zone_cfg_derive v0.1.2 |
2640 | 2024-07-05T23:50:16.207Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2641 | 2024-07-05T23:50:16.440Z | Compiling tokio-tungstenite v0.20.1 |
2642 | 2024-07-05T23:50:16.975Z | Compiling parking_lot v0.11.2 |
2643 | 2024-07-05T23:50:17.314Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2644 | 2024-07-05T23:50:17.341Z | Compiling rand_chacha v0.2.2 |
2645 | 2024-07-05T23:50:17.703Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2646 | 2024-07-05T23:50:17.997Z | Compiling trust-dns-client v0.22.0 |
2647 | 2024-07-05T23:50:18.540Z | Compiling thiserror-no-std v2.0.2 |
2648 | 2024-07-05T23:50:18.665Z | Compiling ed25519 v2.2.3 |
2649 | 2024-07-05T23:50:19.170Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2650 | 2024-07-05T23:50:19.212Z | Compiling polyval v0.6.2 |
2651 | 2024-07-05T23:50:19.404Z | Compiling libsw v3.3.1 |
2652 | 2024-07-05T23:50:19.606Z | Compiling toml v0.5.11 |
2653 | 2024-07-05T23:50:19.634Z | Compiling blowfish v0.9.1 |
2654 | 2024-07-05T23:50:19.703Z | Compiling aes v0.8.4 |
2655 | 2024-07-05T23:50:19.726Z | Compiling ctr v0.9.2 |
2656 | 2024-07-05T23:50:20.077Z | Compiling password-hash v0.4.2 |
2657 | 2024-07-05T23:50:20.093Z | Compiling pbkdf2 v0.12.2 |
2658 | 2024-07-05T23:50:20.262Z | Compiling gethostname v0.4.3 |
2659 | 2024-07-05T23:50:20.549Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2660 | 2024-07-05T23:50:21.026Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2661 | 2024-07-05T23:50:21.263Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2662 | 2024-07-05T23:50:22.532Z | Compiling fxhash v0.2.1 |
2663 | 2024-07-05T23:50:22.745Z | Compiling base64 v0.13.1 |
2664 | 2024-07-05T23:50:23.317Z | Compiling linear-map v1.2.0 |
2665 | 2024-07-05T23:50:23.377Z | Compiling owo-colors v4.0.0 |
2666 | 2024-07-05T23:50:23.709Z | Compiling ron v0.7.1 |
2667 | 2024-07-05T23:50:25.772Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2668 | 2024-07-05T23:50:26.069Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2669 | 2024-07-05T23:50:26.092Z | Compiling sled v0.34.7 |
2670 | 2024-07-05T23:50:26.743Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2671 | 2024-07-05T23:50:29.008Z | Compiling trust-dns-server v0.22.1 |
2672 | 2024-07-05T23:50:29.850Z | Compiling pbkdf2 v0.11.0 |
2673 | 2024-07-05T23:50:30.217Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2674 | 2024-07-05T23:50:30.621Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2675 | 2024-07-05T23:50:30.983Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2676 | 2024-07-05T23:50:31.358Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2677 | 2024-07-05T23:50:33.596Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2678 | 2024-07-05T23:50:34.139Z | Compiling bcrypt-pbkdf v0.10.0 |
2679 | 2024-07-05T23:50:34.337Z | Compiling ghash v0.5.1 |
2680 | 2024-07-05T23:50:34.522Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2681 | 2024-07-05T23:50:34.764Z | Compiling ed25519-dalek v2.1.1 |
2682 | 2024-07-05T23:50:35.229Z | Compiling vsss-rs v3.3.4 |
2683 | 2024-07-05T23:50:35.899Z | Compiling rand v0.7.3 |
2684 | 2024-07-05T23:50:36.149Z | Compiling zone v0.1.8 |
2685 | 2024-07-05T23:50:36.790Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2686 | 2024-07-05T23:50:37.667Z | Compiling ciborium v0.2.2 |
2687 | 2024-07-05T23:50:38.068Z | Compiling dirs v5.0.1 |
2688 | 2024-07-05T23:50:38.293Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2689 | 2024-07-05T23:50:38.650Z | Compiling chacha20poly1305 v0.10.1 |
2690 | 2024-07-05T23:50:38.724Z | Compiling p521 v0.13.3 |
2691 | 2024-07-05T23:50:38.888Z | Compiling p256 v0.13.2 |
2692 | 2024-07-05T23:50:39.282Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
2693 | 2024-07-05T23:50:39.803Z | Compiling pem v3.0.4 |
2694 | 2024-07-05T23:50:39.859Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2695 | 2024-07-05T23:50:40.251Z | Compiling headers-core v0.2.0 |
2696 | 2024-07-05T23:50:40.425Z | Compiling cbc v0.1.2 |
2697 | 2024-07-05T23:50:40.628Z | Compiling kstat-rs v0.2.4 |
2698 | 2024-07-05T23:50:40.646Z | Compiling portpicker v0.1.1 |
2699 | 2024-07-05T23:50:40.665Z | Compiling nanorand v0.7.0 |
2700 | 2024-07-05T23:50:40.971Z | Compiling russh-cryptovec v0.7.2 |
2701 | 2024-07-05T23:50:41.200Z | Compiling http-range v0.1.5 |
2702 | 2024-07-05T23:50:41.262Z | Compiling md5 v0.7.0 |
2703 | 2024-07-05T23:50:41.278Z | Compiling glob v0.3.1 |
2704 | 2024-07-05T23:50:41.294Z | Compiling flume v0.11.0 |
2705 | 2024-07-05T23:50:41.570Z | Compiling russh-keys v0.43.0 |
2706 | 2024-07-05T23:50:41.765Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2707 | 2024-07-05T23:50:41.975Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2708 | 2024-07-05T23:50:42.177Z | Compiling hyper-staticfile v0.9.5 |
2709 | 2024-07-05T23:50:42.296Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2710 | 2024-07-05T23:50:43.207Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2711 | 2024-07-05T23:50:44.011Z | Compiling headers v0.3.9 |
2712 | 2024-07-05T23:50:45.060Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2713 | 2024-07-05T23:50:45.953Z | Compiling rcgen v0.12.1 |
2714 | 2024-07-05T23:50:46.009Z | Compiling aes-gcm v0.10.3 |
2715 | 2024-07-05T23:50:46.323Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2716 | 2024-07-05T23:50:47.591Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2717 | 2024-07-05T23:50:48.589Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2718 | 2024-07-05T23:50:48.928Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2719 | 2024-07-05T23:50:50.510Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2720 | 2024-07-05T23:50:53.002Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2721 | 2024-07-05T23:50:53.963Z | Compiling atomicwrites v0.4.3 |
2722 | 2024-07-05T23:50:54.358Z | Compiling subprocess v0.2.9 |
2723 | 2024-07-05T23:50:54.784Z | Compiling display-error-chain v0.2.0 |
2724 | 2024-07-05T23:50:54.961Z | Compiling dhcproto-macros v0.1.0 |
2725 | 2024-07-05T23:50:55.954Z | Compiling hex-literal v0.4.1 |
2726 | 2024-07-05T23:50:56.117Z | Compiling russh v0.43.0 |
2727 | 2024-07-05T23:50:56.425Z | Compiling dhcproto v0.11.0 |
2728 | 2024-07-05T23:50:57.826Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2729 | 2024-07-05T23:50:57.844Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2730 | 2024-07-05T23:50:59.714Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2731 | 2024-07-05T23:50:59.879Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2732 | 2024-07-05T23:51:00.682Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2733 | 2024-07-05T23:51:01.176Z | Compiling internet-checksum v0.2.1 |
2734 | 2024-07-05T23:51:22.685Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2735 | 2024-07-05T23:52:04.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 41s |
2736 | 2024-07-05T23:52:04.948Z | |
2737 | 2024-07-05T23:52:04.948Z | real 3:42.027465472 |
2738 | 2024-07-05T23:52:04.948Z | user 19:48.940093239 |
2739 | 2024-07-05T23:52:04.948Z | sys 4:14.189098129 |
2740 | 2024-07-05T23:52:04.951Z | trap 0.561297080 |
2741 | 2024-07-05T23:52:04.951Z | tflt 0.645043327 |
2742 | 2024-07-05T23:52:04.951Z | dflt 2.069392402 |
2743 | 2024-07-05T23:52:04.951Z | kflt 0.000281187 |
2744 | 2024-07-05T23:52:04.951Z | lock 42:17.443770960 |
2745 | 2024-07-05T23:52:04.951Z | slp 57:15.448642902 |
2746 | 2024-07-05T23:52:04.951Z | lat 1:00.174771327 |
2747 | 2024-07-05T23:52:04.951Z | stop 2:20.172647630 |
2748 | 2024-07-05T23:52:04.951Z | + mkdir tests |
2749 | 2024-07-05T23:52:04.954Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2750 | 2024-07-05T23:52:04.954Z | + xargs -I '{}' -t cp '{}' tests/ |
2751 | 2024-07-05T23:52:06.145Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-fa4f2a97eb8166d3 tests/ |
2752 | 2024-07-05T23:52:06.165Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7655a53c932d64b7 tests/ |
2753 | 2024-07-05T23:52:06.184Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-4e71dd96398366c9 tests/ |
2754 | 2024-07-05T23:52:06.204Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b3feaba9ead33ba4 tests/ |
2755 | 2024-07-05T23:52:06.545Z | + 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/*) |
2756 | 2024-07-05T23:52:06.548Z | + 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-7655a53c932d64b7 tests/commtest-4e71dd96398366c9 tests/dhcp_server-fa4f2a97eb8166d3 tests/end_to_end_tests-b3feaba9ead33ba4 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2757 | 2024-07-05T23:53:10.883Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2758 | 2024-07-05T23:53:10.883Z | a out/target/test 1K |
2759 | 2024-07-05T23:53:10.883Z | a out/npuzone/npuzone 23144K |
2760 | 2024-07-05T23:53:10.883Z | a package-manifest.toml 29K |
2761 | 2024-07-05T23:53:10.883Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2762 | 2024-07-05T23:53:10.883Z | a target/release/omicron-package 32486K |
2763 | 2024-07-05T23:53:10.883Z | a target/release/xtask 18167K |
2764 | 2024-07-05T23:53:10.883Z | a target/debug/bootstrap 359021K |
2765 | 2024-07-05T23:53:10.883Z | a tests/bootstrap-7655a53c932d64b7 23982K |
2766 | 2024-07-05T23:53:10.883Z | a tests/commtest-4e71dd96398366c9 23983K |
2767 | 2024-07-05T23:53:10.883Z | a tests/dhcp_server-fa4f2a97eb8166d3 23982K |
2768 | 2024-07-05T23:53:10.883Z | a tests/end_to_end_tests-b3feaba9ead33ba4 369186K |
2769 | 2024-07-05T23:53:10.883Z | a out/clickhouse.tar.gz 223097K |
2770 | 2024-07-05T23:53:10.883Z | a out/clickhouse_keeper.tar.gz 223073K |
2771 | 2024-07-05T23:53:10.883Z | a out/cockroachdb.tar.gz 131916K |
2772 | 2024-07-05T23:53:10.883Z | a out/crucible-dtrace.tar 85K |
2773 | 2024-07-05T23:53:10.883Z | a out/crucible-pantry-zone.tar.gz 27040K |
2774 | 2024-07-05T23:53:10.883Z | a out/crucible-zone.tar.gz 37410K |
2775 | 2024-07-05T23:53:10.883Z | a out/external-dns.tar.gz 25103K |
2776 | 2024-07-05T23:53:10.883Z | a out/internal-dns.tar.gz 25103K |
2777 | 2024-07-05T23:53:10.883Z | a out/mg-ddm-gz.tar 60616K |
2778 | 2024-07-05T23:53:10.883Z | a out/nexus.tar.gz 84536K |
2779 | 2024-07-05T23:53:10.883Z | a out/ntp.tar.gz 8917K |
2780 | 2024-07-05T23:53:10.883Z | a out/omicron-gateway-softnpu.tar.gz 13799K |
2781 | 2024-07-05T23:53:10.883Z | a out/omicron-sled-agent.tar 94534K |
2782 | 2024-07-05T23:53:10.883Z | a out/overlay.tar.gz 3K |
2783 | 2024-07-05T23:53:10.883Z | a out/oximeter.tar.gz 41520K |
2784 | 2024-07-05T23:53:10.883Z | a out/oxlog.tar 2955K |
2785 | 2024-07-05T23:53:10.883Z | a out/probe.tar.gz 2764K |
2786 | 2024-07-05T23:53:10.884Z | a out/propolis-server.tar.gz 64642K |
2787 | 2024-07-05T23:53:10.884Z | a out/pumpkind-gz.tar 26665K |
2788 | 2024-07-05T23:53:10.884Z | a out/switch-softnpu.tar.gz 196120K |
2789 | 2024-07-05T23:53:10.886Z | |
2790 | 2024-07-05T23:53:10.886Z | real 1:04.304526888 |
2791 | 2024-07-05T23:53:10.887Z | user 1:01.651508564 |
2792 | 2024-07-05T23:53:10.887Z | sys 3.764539727 |
2793 | 2024-07-05T23:53:10.887Z | trap 0.013245183 |
2794 | 2024-07-05T23:53:10.887Z | tflt 0.000000000 |
2795 | 2024-07-05T23:53:10.887Z | dflt 0.000000000 |
2796 | 2024-07-05T23:53:10.887Z | kflt 0.000000000 |
2797 | 2024-07-05T23:53:10.887Z | lock 0.000000000 |
2798 | 2024-07-05T23:53:10.887Z | slp 1:01.418622435 |
2799 | 2024-07-05T23:53:10.887Z | lat 1.755503836 |
2800 | 2024-07-05T23:53:10.887Z | stop 0.000519369 |
2801 | 2024-07-05T23:53:10.887Z | process exited: duration 1704235 ms, exit code 0 |
|
2802 | 2024-07-05T23:53:10.900Z | found 1 output files |
2803 | 2024-07-05T23:53:10.900Z | uploading: /work/package.tar.gz (1403660659 bytes) |
2804 | 2024-07-05T23:53:37.388Z | uploaded: /work/package.tar.gz |