|
|
|
1 | 2024-07-03T16:41:17.614Z | job assigned to worker 01J1WQGJA3HPFQ4J69W9YNV0WP (queued for 33 s) |
|
2 | 2024-07-03T16:41:18.154Z | starting task 0: "setup" |
3 | 2024-07-03T16:41:18.179Z | ++ uname -s |
4 | 2024-07-03T16:41:18.179Z | + kern=SunOS |
5 | 2024-07-03T16:41:18.179Z | + case "$kern" in |
6 | 2024-07-03T16:41:18.179Z | + groupadd -g 12345 build |
7 | 2024-07-03T16:41:18.179Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-03T16:41:20.185Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-03T16:41:20.226Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-03T16:41:20.251Z | + home_fs=zfs |
11 | 2024-07-03T16:41:20.251Z | + [[ zfs == autofs ]] |
12 | 2024-07-03T16:41:20.251Z | + mkdir -p /home/build |
13 | 2024-07-03T16:41:20.251Z | + chown build:build /home/build /work |
14 | 2024-07-03T16:41:22.235Z | + chmod 0700 /home/build /work |
15 | 2024-07-03T16:41:22.260Z | process exited: duration 4085 ms, exit code 0 |
|
16 | 2024-07-03T16:41:22.312Z | starting task 1: "rust-toolchain" |
17 | 2024-07-03T16:41:22.338Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-03T16:41:22.338Z | ' 1.78.0 |
19 | 2024-07-03T16:41:22.338Z | * toolchain channel = "1.78.0" |
20 | 2024-07-03T16:41:22.338Z | * toolchain profile = "default" |
21 | 2024-07-03T16:41:22.338Z | + printf ' * toolchain profile = "%s" |
22 | 2024-07-03T16:41:22.338Z | ' default |
23 | 2024-07-03T16:41:22.338Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-03T16:41:22.338Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-03T16:41:22.454Z | info: downloading installer |
26 | 2024-07-03T16:41:23.381Z | info: profile set to 'default' |
27 | 2024-07-03T16:41:23.381Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-03T16:41:23.406Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-03T16:41:23.485Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-03T16:41:23.485Z | info: downloading component 'cargo' |
31 | 2024-07-03T16:41:23.660Z | info: downloading component 'clippy' |
32 | 2024-07-03T16:41:23.724Z | info: downloading component 'rust-docs' |
33 | 2024-07-03T16:41:23.953Z | info: downloading component 'rust-std' |
34 | 2024-07-03T16:41:24.416Z | info: downloading component 'rustc' |
35 | 2024-07-03T16:41:25.946Z | info: downloading component 'rustfmt' |
36 | 2024-07-03T16:41:26.104Z | info: installing component 'cargo' |
37 | 2024-07-03T16:41:27.208Z | info: installing component 'clippy' |
38 | 2024-07-03T16:41:27.622Z | info: installing component 'rust-docs' |
39 | 2024-07-03T16:41:30.415Z | info: installing component 'rust-std' |
40 | 2024-07-03T16:41:32.522Z | info: installing component 'rustc' |
41 | 2024-07-03T16:41:38.378Z | info: installing component 'rustfmt' |
42 | 2024-07-03T16:41:38.755Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-03T16:41:38.755Z | |
44 | 2024-07-03T16:41:38.891Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-03T16:41:38.891Z | |
46 | 2024-07-03T16:41:38.892Z | |
47 | 2024-07-03T16:41:38.892Z | Rust is installed now. Great! |
48 | 2024-07-03T16:41:38.892Z | |
49 | 2024-07-03T16:41:38.892Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-03T16:41:38.892Z | environment variable. This has not been done automatically. |
51 | 2024-07-03T16:41:38.892Z | |
52 | 2024-07-03T16:41:38.917Z | To configure your current shell, you need to source |
53 | 2024-07-03T16:41:38.917Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-03T16:41:38.917Z | |
55 | 2024-07-03T16:41:38.917Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-03T16:41:38.917Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-03T16:41:38.917Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-03T16:41:38.986Z | + rustc --version |
59 | 2024-07-03T16:41:39.095Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-03T16:41:39.120Z | process exited: duration 16786 ms, exit code 0 |
|
61 | 2024-07-03T16:41:39.170Z | starting task 2: "authentication" |
62 | 2024-07-03T16:41:39.229Z | process exited: duration 57 ms, exit code 0 |
|
63 | 2024-07-03T16:41:39.279Z | starting task 3: "clone repository" |
64 | 2024-07-03T16:41:39.304Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-03T16:41:39.304Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-03T16:41:39.329Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-03T16:41:45.410Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-03T16:41:45.411Z | + git fetch origin 13a068b4dfda624ae8b620acaf5367b904b269ab |
69 | 2024-07-03T16:41:45.800Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-03T16:41:45.800Z | * branch 13a068b4dfda624ae8b620acaf5367b904b269ab -> FETCH_HEAD |
71 | 2024-07-03T16:41:45.825Z | + [[ -n update-filter-in-v2p-task ]] |
72 | 2024-07-03T16:41:45.825Z | ++ git branch --show-current |
73 | 2024-07-03T16:41:45.825Z | + current=main |
74 | 2024-07-03T16:41:45.825Z | + [[ main != update-filter-in-v2p-task ]] |
75 | 2024-07-03T16:41:45.825Z | + git branch -f update-filter-in-v2p-task 13a068b4dfda624ae8b620acaf5367b904b269ab |
76 | 2024-07-03T16:41:45.825Z | + git checkout -f update-filter-in-v2p-task |
77 | 2024-07-03T16:41:46.002Z | Switched to branch 'update-filter-in-v2p-task' |
78 | 2024-07-03T16:41:46.027Z | + git reset --hard 13a068b4dfda624ae8b620acaf5367b904b269ab |
79 | 2024-07-03T16:41:46.027Z | HEAD is now at 13a068b4d update comment |
80 | 2024-07-03T16:41:46.027Z | process exited: duration 6745 ms, exit code 0 |
|
81 | 2024-07-03T16:41:46.080Z | starting task 4: "build" |
82 | 2024-07-03T16:41:46.104Z | + cargo --version |
83 | 2024-07-03T16:41:46.178Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-03T16:41:46.202Z | + rustc --version |
85 | 2024-07-03T16:41:46.276Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-03T16:41:46.301Z | + source ./env.sh |
87 | 2024-07-03T16:41:46.301Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-07-03T16:41:46.301Z | ++ set -o xtrace |
89 | 2024-07-03T16:41:46.301Z | ++++ dirname ./env.sh |
90 | 2024-07-03T16:41:46.301Z | +++ readlink -f . |
91 | 2024-07-03T16:41:46.301Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-07-03T16:41:46.301Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-07-03T16:41:46.301Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-07-03T16:41:46.301Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-07-03T16:41:46.302Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-07-03T16:41:46.302Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-07-03T16:41:46.302Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-07-03T16:41:46.302Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-07-03T16:41:46.302Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-07-03T16:41:46.302Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-07-03T16:41:46.302Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-07-03T16:41:46.302Z | + banner prerequisites |
103 | 2024-07-03T16:41:46.302Z | |
104 | 2024-07-03T16:41:46.302Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-07-03T16:41:46.302Z | # # # # # # # # # # # # # # # |
106 | 2024-07-03T16:41:46.302Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-07-03T16:41:46.302Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-07-03T16:41:46.302Z | # # # # # # # # # # # # # # # |
109 | 2024-07-03T16:41:46.302Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-07-03T16:41:46.302Z | |
111 | 2024-07-03T16:41:46.302Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-07-03T16:41:51.649Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-07-03T16:41:53.998Z | Startup: Caching catalogs ... Done |
114 | 2024-07-03T16:41:57.297Z | Planning: Solver setup ... Done (2.662s) |
115 | 2024-07-03T16:41:57.352Z | Planning: Running solver ... Done (0.054s) |
116 | 2024-07-03T16:41:57.393Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-07-03T16:41:57.488Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-07-03T16:41:57.853Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-07-03T16:41:58.053Z | Planning: Package planning ... Done (0.198s) |
120 | 2024-07-03T16:41:58.146Z | Planning: Merging actions ... Done (0.094s) |
121 | 2024-07-03T16:41:58.566Z | Planning: Checking for conflicting actions ... Done (0.419s) |
122 | 2024-07-03T16:41:58.590Z | Planning: Consolidating action changes ... Done (0.013s) |
123 | 2024-07-03T16:41:59.207Z | Planning: Evaluating mediators ... Done (0.625s) |
124 | 2024-07-03T16:41:59.232Z | Planning: Planning completed in 5.16 seconds |
125 | 2024-07-03T16:41:59.257Z | Packages to install: 4 |
126 | 2024-07-03T16:41:59.257Z | Mediators to change: 2 |
127 | 2024-07-03T16:41:59.257Z | Services to change: 1 |
128 | 2024-07-03T16:41:59.257Z | Estimated space available: 148.89 GB |
129 | 2024-07-03T16:41:59.257Z | Estimated space to be consumed: 1.46 GB |
130 | 2024-07-03T16:41:59.257Z | Create boot environment: No |
131 | 2024-07-03T16:41:59.257Z | Create backup boot environment: No |
132 | 2024-07-03T16:41:59.257Z | Rebuild boot archive: No |
133 | 2024-07-03T16:41:59.257Z | |
134 | 2024-07-03T16:41:59.257Z | Changed mediators: |
135 | 2024-07-03T16:41:59.257Z | mediator clang: |
136 | 2024-07-03T16:41:59.257Z | version: None -> 15 (system default) |
137 | 2024-07-03T16:41:59.257Z | |
138 | 2024-07-03T16:41:59.257Z | mediator llvm: |
139 | 2024-07-03T16:41:59.257Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-07-03T16:41:59.257Z | |
141 | 2024-07-03T16:41:59.257Z | Changed packages: |
142 | 2024-07-03T16:41:59.257Z | helios-dev |
143 | 2024-07-03T16:41:59.257Z | developer/build-essential |
144 | 2024-07-03T16:41:59.257Z | None -> 11-2.0 |
145 | 2024-07-03T16:41:59.257Z | library/libxmlsec1 |
146 | 2024-07-03T16:41:59.257Z | None -> 1.2.35-2.0 |
147 | 2024-07-03T16:41:59.257Z | ooce/developer/clang-15 |
148 | 2024-07-03T16:41:59.257Z | None -> 15.0.7-2.0 |
149 | 2024-07-03T16:41:59.257Z | ooce/developer/llvm-15 |
150 | 2024-07-03T16:41:59.257Z | None -> 15.0.7-2.0 |
151 | 2024-07-03T16:41:59.257Z | |
152 | 2024-07-03T16:41:59.257Z | Services: |
153 | 2024-07-03T16:41:59.257Z | restart_fmri: |
154 | 2024-07-03T16:41:59.257Z | svc:/system/update-man-index:default |
155 | 2024-07-03T16:41:59.283Z | |
156 | 2024-07-03T16:41:59.283Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-07-03T16:42:04.299Z | Download: 1196/3290 items 60.4/212.6MB 28% complete (12.2M/s) |
158 | 2024-07-03T16:42:09.313Z | Download: 1374/3290 items 117.1/212.6MB 55% complete (12.0M/s) |
159 | 2024-07-03T16:42:14.469Z | Download: 2216/3290 items 119.2/212.6MB 56% complete (6.1M/s) |
160 | 2024-07-03T16:42:19.471Z | Download: 2412/3290 items 119.8/212.6MB 56% complete (428k/s) |
161 | 2024-07-03T16:42:24.475Z | Download: 3153/3290 items 143.7/212.6MB 67% complete (2.4M/s) |
162 | 2024-07-03T16:42:29.480Z | Download: 3286/3290 items 210.4/212.6MB 98% complete (9.0M/s) |
163 | 2024-07-03T16:42:29.723Z | Download: Completed 212.60 MB in 30.44 seconds (7.0M/s) |
164 | 2024-07-03T16:42:29.943Z | Actions: 1/3689 actions (Installing new actions) |
165 | 2024-07-03T16:42:34.943Z | Actions: 2520/3689 actions (Installing new actions) |
166 | 2024-07-03T16:42:35.712Z | Actions: Completed 3689 actions in 5.77 seconds. |
167 | 2024-07-03T16:42:36.045Z | Done (0.326s) |
168 | 2024-07-03T16:42:36.045Z | Done (0.000s) |
169 | 2024-07-03T16:42:36.426Z | Done (0.381s) |
170 | 2024-07-03T16:42:41.199Z | Done (4.646s) |
171 | 2024-07-03T16:42:41.287Z | Done (0.018s) |
172 | 2024-07-03T16:42:41.312Z | Done (0.000s) |
173 | 2024-07-03T16:42:41.435Z | Done (0.000s) |
174 | 2024-07-03T16:42:42.035Z | Planning: Evaluating mediator changes ... Done |
175 | 2024-07-03T16:42:42.227Z | Planning: Checking for conflicting actions ... Done |
176 | 2024-07-03T16:42:42.252Z | Planning: Consolidating action changes ... Done |
177 | 2024-07-03T16:42:42.546Z | Planning: Evaluating mediators ... Done |
178 | 2024-07-03T16:42:42.571Z | Planning: Planning completed in 0.51 seconds |
179 | 2024-07-03T16:42:42.595Z | Mediators to change: 2 |
180 | 2024-07-03T16:42:42.595Z | Create boot environment: No |
181 | 2024-07-03T16:42:42.595Z | Create backup boot environment: No |
182 | 2024-07-03T16:42:42.643Z | Done |
183 | 2024-07-03T16:42:42.643Z | Done |
184 | 2024-07-03T16:42:42.897Z | Done |
185 | 2024-07-03T16:42:47.120Z | Done |
186 | 2024-07-03T16:42:47.221Z | Done |
187 | 2024-07-03T16:42:47.222Z | Done |
188 | 2024-07-03T16:42:47.290Z | Done |
189 | 2024-07-03T16:42:48.015Z | Planning: Evaluating mediator changes ... Done |
190 | 2024-07-03T16:42:48.039Z | Planning: Merging actions ... Done |
191 | 2024-07-03T16:42:48.254Z | Planning: Checking for conflicting actions ... Done |
192 | 2024-07-03T16:42:48.279Z | Planning: Consolidating action changes ... Done |
193 | 2024-07-03T16:42:48.564Z | Planning: Evaluating mediators ... Done |
194 | 2024-07-03T16:42:48.628Z | Planning: Planning completed in 0.90 seconds |
195 | 2024-07-03T16:42:48.669Z | Packages to change: 1 |
196 | 2024-07-03T16:42:48.669Z | Mediators to change: 1 |
197 | 2024-07-03T16:42:48.669Z | Services to change: 1 |
198 | 2024-07-03T16:42:48.669Z | Create boot environment: No |
199 | 2024-07-03T16:42:48.694Z | Create backup boot environment: Yes |
200 | 2024-07-03T16:42:50.181Z | Actions: 1/6 actions (Updating modified actions) |
201 | 2024-07-03T16:42:50.206Z | Actions: Completed 6 actions in 0.00 seconds. |
202 | 2024-07-03T16:42:50.206Z | Done |
203 | 2024-07-03T16:42:50.206Z | Done |
204 | 2024-07-03T16:42:50.266Z | Done |
205 | 2024-07-03T16:42:54.373Z | Done |
206 | 2024-07-03T16:42:54.468Z | Done |
207 | 2024-07-03T16:42:54.493Z | Done |
208 | 2024-07-03T16:42:54.543Z | Done |
209 | 2024-07-03T16:42:55.071Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
210 | 2024-07-03T16:42:55.071Z | clang system 15 system |
211 | 2024-07-03T16:42:55.071Z | csh system system illumos |
212 | 2024-07-03T16:42:55.071Z | ctags system system illumos |
213 | 2024-07-03T16:42:55.071Z | gcc vendor 12 vendor |
214 | 2024-07-03T16:42:55.071Z | gcc system 10 system |
215 | 2024-07-03T16:42:55.071Z | gcc system 7 system |
216 | 2024-07-03T16:42:55.071Z | go system 1.20 system |
217 | 2024-07-03T16:42:55.071Z | go system 1.19 system |
218 | 2024-07-03T16:42:55.071Z | llvm system 15 system |
219 | 2024-07-03T16:42:55.071Z | llvm system 14 system |
220 | 2024-07-03T16:42:55.071Z | mariadb system 10.6 system |
221 | 2024-07-03T16:42:55.071Z | mta vendor vendor dma |
222 | 2024-07-03T16:42:55.071Z | openjdk system 17 system |
223 | 2024-07-03T16:42:55.071Z | openjdk system 11 system |
224 | 2024-07-03T16:42:55.071Z | openjdk system 1.8 system |
225 | 2024-07-03T16:42:55.071Z | openssl vendor 3 vendor |
226 | 2024-07-03T16:42:55.071Z | perl system 5.36 system |
227 | 2024-07-03T16:42:55.071Z | postgresql system 15 system |
228 | 2024-07-03T16:42:55.071Z | postgresql system 13 system |
229 | 2024-07-03T16:42:55.072Z | python vendor 3 vendor |
230 | 2024-07-03T16:42:55.072Z | python system 2 system |
231 | 2024-07-03T16:42:55.072Z | python3 system 3.11 system |
232 | 2024-07-03T16:42:55.072Z | ruby system 3.0 system |
233 | 2024-07-03T16:42:55.072Z | words vendor vendor american-english |
234 | 2024-07-03T16:42:55.072Z | words system system australian-english |
235 | 2024-07-03T16:42:55.072Z | words system system british-english |
236 | 2024-07-03T16:42:55.072Z | words system system canadian-english |
237 | 2024-07-03T16:42:55.072Z | words system system french |
238 | 2024-07-03T16:42:55.072Z | words system system italian |
239 | 2024-07-03T16:42:55.072Z | words system system ngerman |
240 | 2024-07-03T16:42:55.072Z | words system system ogerman |
241 | 2024-07-03T16:42:55.072Z | words system system spanish |
242 | 2024-07-03T16:42:55.464Z | PUBLISHER TYPE STATUS P LOCATION |
243 | 2024-07-03T16:42:55.464Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
244 | 2024-07-03T16:42:57.291Z | FMRI IFO |
245 | 2024-07-03T16:42:57.291Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
246 | 2024-07-03T16:42:57.291Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
247 | 2024-07-03T16:42:57.291Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
248 | 2024-07-03T16:42:57.292Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
249 | 2024-07-03T16:42:57.292Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
250 | 2024-07-03T16:42:57.292Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
251 | 2024-07-03T16:42:57.292Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
252 | 2024-07-03T16:42:57.292Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
253 | 2024-07-03T16:42:57.292Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
254 | 2024-07-03T16:42:57.292Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
255 | 2024-07-03T16:42:57.292Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
256 | 2024-07-03T16:42:57.292Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
257 | 2024-07-03T16:42:57.855Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
258 | 2024-07-03T16:42:58.278Z | Updating git repository `https://github.com/oxidecomputer/zone` |
259 | 2024-07-03T16:42:58.654Z | Updating crates.io index |
260 | 2024-07-03T16:42:58.717Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
261 | 2024-07-03T16:42:59.408Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
262 | 2024-07-03T16:43:00.264Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
263 | 2024-07-03T16:43:00.608Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
264 | 2024-07-03T16:43:02.534Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
265 | 2024-07-03T16:43:02.885Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
266 | 2024-07-03T16:43:03.386Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
267 | 2024-07-03T16:43:04.593Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
268 | 2024-07-03T16:43:06.579Z | Updating git repository `https://github.com/oxidecomputer/opte` |
269 | 2024-07-03T16:43:07.656Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
270 | 2024-07-03T16:43:08.397Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
271 | 2024-07-03T16:43:08.997Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
272 | 2024-07-03T16:43:09.436Z | Updating git repository `https://github.com/oxidecomputer/sprockets` |
273 | 2024-07-03T16:43:09.874Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
274 | 2024-07-03T16:43:10.377Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
275 | 2024-07-03T16:43:10.803Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
276 | 2024-07-03T16:43:11.201Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
277 | 2024-07-03T16:43:11.565Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
278 | 2024-07-03T16:43:11.912Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
279 | 2024-07-03T16:43:12.340Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
280 | 2024-07-03T16:43:12.881Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
281 | 2024-07-03T16:43:13.417Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
282 | 2024-07-03T16:43:13.766Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
283 | 2024-07-03T16:43:14.532Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
284 | 2024-07-03T16:43:14.873Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
285 | 2024-07-03T16:43:15.277Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
286 | 2024-07-03T16:43:15.785Z | Updating git repository `https://github.com/oxidecomputer/typify` |
287 | 2024-07-03T16:43:18.057Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
288 | 2024-07-03T16:43:18.512Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
289 | 2024-07-03T16:43:18.938Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
290 | 2024-07-03T16:43:19.496Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
291 | 2024-07-03T16:43:21.268Z | Downloading crates ... |
292 | 2024-07-03T16:43:21.335Z | Downloaded foreign-types-shared v0.1.1 |
293 | 2024-07-03T16:43:21.361Z | Downloaded adler v1.0.2 |
294 | 2024-07-03T16:43:21.361Z | Downloaded openssl-probe v0.1.5 |
295 | 2024-07-03T16:43:21.361Z | Downloaded fnv v1.0.7 |
296 | 2024-07-03T16:43:21.361Z | Downloaded pest_generator v2.7.10 |
297 | 2024-07-03T16:43:21.362Z | Downloaded macaddr v1.0.1 |
298 | 2024-07-03T16:43:21.362Z | Downloaded cargo_metadata v0.18.1 |
299 | 2024-07-03T16:43:21.362Z | Downloaded scroll_derive v0.12.0 |
300 | 2024-07-03T16:43:21.362Z | Downloaded slog-async v2.8.0 |
301 | 2024-07-03T16:43:21.392Z | Downloaded slab v0.4.9 |
302 | 2024-07-03T16:43:21.392Z | Downloaded pretty-hex v0.4.1 |
303 | 2024-07-03T16:43:21.392Z | Downloaded mio v0.8.11 |
304 | 2024-07-03T16:43:21.393Z | Downloaded tinyvec_macros v0.1.1 |
305 | 2024-07-03T16:43:21.393Z | Downloaded cargo_toml v0.20.3 |
306 | 2024-07-03T16:43:21.393Z | Downloaded h2 v0.3.26 |
307 | 2024-07-03T16:43:21.418Z | Downloaded tower-service v0.3.2 |
308 | 2024-07-03T16:43:21.418Z | Downloaded want v0.3.1 |
309 | 2024-07-03T16:43:21.418Z | Downloaded slog-json v2.6.1 |
310 | 2024-07-03T16:43:21.418Z | Downloaded serde_tokenstream v0.2.0 |
311 | 2024-07-03T16:43:21.418Z | Downloaded rustversion v1.0.17 |
312 | 2024-07-03T16:43:21.418Z | Downloaded scopeguard v1.2.0 |
313 | 2024-07-03T16:43:21.418Z | Downloaded take_mut v0.2.2 |
314 | 2024-07-03T16:43:21.418Z | Downloaded strsim v0.11.1 |
315 | 2024-07-03T16:43:21.418Z | Downloaded pest_meta v2.7.10 |
316 | 2024-07-03T16:43:21.418Z | Downloaded usdt-attr-macro v0.5.0 |
317 | 2024-07-03T16:43:21.418Z | Downloaded xattr v1.3.1 |
318 | 2024-07-03T16:43:21.418Z | Downloaded hyper v0.14.28 |
319 | 2024-07-03T16:43:21.443Z | Downloaded usdt-macro v0.5.0 |
320 | 2024-07-03T16:43:21.443Z | Downloaded try-lock v0.2.5 |
321 | 2024-07-03T16:43:21.443Z | Downloaded serde_spanned v0.6.6 |
322 | 2024-07-03T16:43:21.443Z | Downloaded libc v0.2.155 |
323 | 2024-07-03T16:43:21.471Z | Downloaded time-core v0.1.2 |
324 | 2024-07-03T16:43:21.496Z | Downloaded zerocopy-derive v0.7.34 |
325 | 2024-07-03T16:43:21.496Z | Downloaded version_check v0.9.4 |
326 | 2024-07-03T16:43:21.496Z | Downloaded unicode-ident v1.0.12 |
327 | 2024-07-03T16:43:21.496Z | Downloaded ucd-trie v0.1.6 |
328 | 2024-07-03T16:43:21.496Z | Downloaded url v2.5.0 |
329 | 2024-07-03T16:43:21.496Z | Downloaded tracing-core v0.1.32 |
330 | 2024-07-03T16:43:21.496Z | Downloaded serde v1.0.203 |
331 | 2024-07-03T16:43:21.520Z | Downloaded slog v2.7.0 |
332 | 2024-07-03T16:43:21.520Z | Downloaded tracing v0.1.40 |
333 | 2024-07-03T16:43:21.520Z | Downloaded unicode-normalization v0.1.23 |
334 | 2024-07-03T16:43:21.520Z | Downloaded tokio-util v0.7.11 |
335 | 2024-07-03T16:43:21.520Z | Downloaded zerocopy v0.7.34 |
336 | 2024-07-03T16:43:21.545Z | Downloaded winnow v0.6.8 |
337 | 2024-07-03T16:43:21.569Z | Downloaded syn v1.0.109 |
338 | 2024-07-03T16:43:21.569Z | Downloaded rustix v0.38.34 |
339 | 2024-07-03T16:43:21.594Z | Downloaded vcpkg v0.2.15 |
340 | 2024-07-03T16:43:21.638Z | Downloaded tokio v1.37.0 |
341 | 2024-07-03T16:43:21.684Z | Downloaded tabled v0.15.0 |
342 | 2024-07-03T16:43:21.709Z | Downloaded syn v2.0.68 |
343 | 2024-07-03T16:43:21.733Z | Downloaded reqwest v0.11.27 |
344 | 2024-07-03T16:43:21.733Z | Downloaded toml_edit v0.22.13 |
345 | 2024-07-03T16:43:21.757Z | Downloaded serde_json v1.0.118 |
346 | 2024-07-03T16:43:21.782Z | Downloaded time v0.3.36 |
347 | 2024-07-03T16:43:21.782Z | Downloaded toml v0.8.13 |
348 | 2024-07-03T16:43:21.782Z | Downloaded tinyvec v1.6.0 |
349 | 2024-07-03T16:43:21.782Z | Downloaded tar v0.4.40 |
350 | 2024-07-03T16:43:21.782Z | Downloaded utf8parse v0.2.1 |
351 | 2024-07-03T16:43:21.782Z | Downloaded usdt-impl v0.5.0 |
352 | 2024-07-03T16:43:21.807Z | Downloaded usdt v0.5.0 |
353 | 2024-07-03T16:43:21.807Z | Downloaded unicode-width v0.1.12 |
354 | 2024-07-03T16:43:21.807Z | Downloaded unicode-bidi v0.3.15 |
355 | 2024-07-03T16:43:21.807Z | Downloaded typenum v1.17.0 |
356 | 2024-07-03T16:43:21.807Z | Downloaded tokio-native-tls v0.3.1 |
357 | 2024-07-03T16:43:21.807Z | Downloaded thread_local v1.1.8 |
358 | 2024-07-03T16:43:21.807Z | Downloaded thread-id v4.2.1 |
359 | 2024-07-03T16:43:21.807Z | Downloaded thiserror-impl v1.0.60 |
360 | 2024-07-03T16:43:21.807Z | Downloaded terminal_size v0.3.0 |
361 | 2024-07-03T16:43:21.807Z | Downloaded term v0.7.0 |
362 | 2024-07-03T16:43:21.807Z | Downloaded tabled_derive v0.7.0 |
363 | 2024-07-03T16:43:21.807Z | Downloaded strum_macros v0.26.2 |
364 | 2024-07-03T16:43:21.832Z | Downloaded socket2 v0.5.7 |
365 | 2024-07-03T16:43:21.832Z | Downloaded slog-term v2.9.1 |
366 | 2024-07-03T16:43:21.832Z | Downloaded slog-bunyan v2.5.0 |
367 | 2024-07-03T16:43:21.832Z | Downloaded signal-hook-registry v1.4.2 |
368 | 2024-07-03T16:43:21.832Z | Downloaded serde_derive v1.0.203 |
369 | 2024-07-03T16:43:21.832Z | Downloaded semver v1.0.23 |
370 | 2024-07-03T16:43:21.832Z | Downloaded scroll v0.12.0 |
371 | 2024-07-03T16:43:21.832Z | Downloaded ryu v1.0.18 |
372 | 2024-07-03T16:43:21.832Z | Downloaded rustls-pemfile v1.0.4 |
373 | 2024-07-03T16:43:21.832Z | Downloaded quote v1.0.36 |
374 | 2024-07-03T16:43:21.832Z | Downloaded proc-macro2 v1.0.86 |
375 | 2024-07-03T16:43:21.857Z | Downloaded encoding_rs v0.8.34 |
376 | 2024-07-03T16:43:21.883Z | Downloaded sync_wrapper v0.1.2 |
377 | 2024-07-03T16:43:21.883Z | Downloaded swrite v0.1.0 |
378 | 2024-07-03T16:43:21.883Z | Downloaded smallvec v1.13.2 |
379 | 2024-07-03T16:43:21.883Z | Downloaded sha2 v0.10.8 |
380 | 2024-07-03T16:43:21.883Z | Downloaded serde_urlencoded v0.7.1 |
381 | 2024-07-03T16:43:21.883Z | Downloaded idna v0.5.0 |
382 | 2024-07-03T16:43:21.883Z | Downloaded tokio-macros v2.2.0 |
383 | 2024-07-03T16:43:21.883Z | Downloaded strum v0.26.2 |
384 | 2024-07-03T16:43:21.883Z | Downloaded goblin v0.8.2 |
385 | 2024-07-03T16:43:21.908Z | Downloaded hashbrown v0.14.5 |
386 | 2024-07-03T16:43:21.908Z | Downloaded toml_datetime v0.6.6 |
387 | 2024-07-03T16:43:21.908Z | Downloaded time-macros v0.2.18 |
388 | 2024-07-03T16:43:21.908Z | Downloaded thiserror v1.0.60 |
389 | 2024-07-03T16:43:21.908Z | Downloaded http v0.2.12 |
390 | 2024-07-03T16:43:21.908Z | Downloaded proc-macro-error-attr v1.0.4 |
391 | 2024-07-03T16:43:21.908Z | Downloaded log v0.4.21 |
392 | 2024-07-03T16:43:21.932Z | Downloaded futures-util v0.3.30 |
393 | 2024-07-03T16:43:21.932Z | Downloaded pest_derive v2.7.10 |
394 | 2024-07-03T16:43:21.933Z | Downloaded openssl-sys v0.9.102 |
395 | 2024-07-03T16:43:21.933Z | Downloaded memmap v0.7.0 |
396 | 2024-07-03T16:43:21.957Z | Downloaded httparse v1.8.0 |
397 | 2024-07-03T16:43:21.957Z | Downloaded autocfg v1.3.0 |
398 | 2024-07-03T16:43:21.958Z | Downloaded proc-macro-error v1.0.4 |
399 | 2024-07-03T16:43:21.958Z | Downloaded pin-project-lite v0.2.14 |
400 | 2024-07-03T16:43:21.958Z | Downloaded powerfmt v0.2.0 |
401 | 2024-07-03T16:43:21.958Z | Downloaded plain v0.2.3 |
402 | 2024-07-03T16:43:21.958Z | Downloaded pin-utils v0.1.0 |
403 | 2024-07-03T16:43:21.958Z | Downloaded percent-encoding v2.3.1 |
404 | 2024-07-03T16:43:21.958Z | Downloaded parking_lot v0.12.2 |
405 | 2024-07-03T16:43:21.958Z | Downloaded openssl-macros v0.1.1 |
406 | 2024-07-03T16:43:21.958Z | Downloaded openssl v0.10.64 |
407 | 2024-07-03T16:43:21.984Z | Downloaded once_cell v1.19.0 |
408 | 2024-07-03T16:43:21.984Z | Downloaded num_cpus v1.16.0 |
409 | 2024-07-03T16:43:21.984Z | Downloaded native-tls v0.2.11 |
410 | 2024-07-03T16:43:21.984Z | Downloaded miniz_oxide v0.7.2 |
411 | 2024-07-03T16:43:21.984Z | Downloaded match_cfg v0.1.0 |
412 | 2024-07-03T16:43:21.984Z | Downloaded is_terminal_polyfill v1.70.0 |
413 | 2024-07-03T16:43:21.984Z | Downloaded ipnet v2.9.0 |
414 | 2024-07-03T16:43:21.984Z | Downloaded heck v0.5.0 |
415 | 2024-07-03T16:43:22.009Z | Downloaded crossbeam-channel v0.5.12 |
416 | 2024-07-03T16:43:22.009Z | Downloaded clap_builder v4.5.2 |
417 | 2024-07-03T16:43:22.009Z | Downloaded futures-macro v0.3.30 |
418 | 2024-07-03T16:43:22.009Z | Downloaded futures-io v0.3.30 |
419 | 2024-07-03T16:43:22.009Z | Downloaded futures-core v0.3.30 |
420 | 2024-07-03T16:43:22.009Z | Downloaded futures v0.3.30 |
421 | 2024-07-03T16:43:22.009Z | Downloaded form_urlencoded v1.2.1 |
422 | 2024-07-03T16:43:22.009Z | Downloaded flate2 v1.0.30 |
423 | 2024-07-03T16:43:22.033Z | Downloaded filetime v0.2.23 |
424 | 2024-07-03T16:43:22.034Z | Downloaded dtrace-parser v0.2.0 |
425 | 2024-07-03T16:43:22.034Z | Downloaded dirs-sys-next v0.1.2 |
426 | 2024-07-03T16:43:22.034Z | Downloaded digest v0.10.7 |
427 | 2024-07-03T16:43:22.034Z | Downloaded crypto-common v0.1.6 |
428 | 2024-07-03T16:43:22.034Z | Downloaded clap_lex v0.7.0 |
429 | 2024-07-03T16:43:22.034Z | Downloaded cargo-platform v0.1.8 |
430 | 2024-07-03T16:43:22.034Z | Downloaded pest v2.7.10 |
431 | 2024-07-03T16:43:22.034Z | Downloaded futures-sink v0.3.30 |
432 | 2024-07-03T16:43:22.034Z | Downloaded cfg-if v1.0.0 |
433 | 2024-07-03T16:43:22.034Z | Downloaded indexmap v2.2.6 |
434 | 2024-07-03T16:43:22.059Z | Downloaded cc v1.0.97 |
435 | 2024-07-03T16:43:22.059Z | Downloaded pkg-config v0.3.30 |
436 | 2024-07-03T16:43:22.059Z | Downloaded memchr v2.7.2 |
437 | 2024-07-03T16:43:22.059Z | Downloaded foreign-types v0.3.2 |
438 | 2024-07-03T16:43:22.059Z | Downloaded equivalent v1.0.1 |
439 | 2024-07-03T16:43:22.059Z | Downloaded crossbeam-utils v0.8.19 |
440 | 2024-07-03T16:43:22.059Z | Downloaded crc32fast v1.4.0 |
441 | 2024-07-03T16:43:22.059Z | Downloaded cpufeatures v0.2.12 |
442 | 2024-07-03T16:43:22.059Z | Downloaded bitflags v2.5.0 |
443 | 2024-07-03T16:43:22.083Z | Downloaded base64 v0.21.7 |
444 | 2024-07-03T16:43:22.083Z | Downloaded parking_lot_core v0.9.10 |
445 | 2024-07-03T16:43:22.084Z | Downloaded papergrid v0.11.0 |
446 | 2024-07-03T16:43:22.084Z | Downloaded lock_api v0.4.12 |
447 | 2024-07-03T16:43:22.084Z | Downloaded generic-array v0.14.7 |
448 | 2024-07-03T16:43:22.084Z | Downloaded futures-channel v0.3.30 |
449 | 2024-07-03T16:43:22.084Z | Downloaded clap_derive v4.5.4 |
450 | 2024-07-03T16:43:22.084Z | Downloaded clap v4.5.4 |
451 | 2024-07-03T16:43:22.108Z | Downloaded camino v1.1.7 |
452 | 2024-07-03T16:43:22.109Z | Downloaded bytes v1.6.0 |
453 | 2024-07-03T16:43:22.109Z | Downloaded bytecount v0.6.8 |
454 | 2024-07-03T16:43:22.109Z | Downloaded anyhow v1.0.86 |
455 | 2024-07-03T16:43:22.109Z | Downloaded anstream v0.6.14 |
456 | 2024-07-03T16:43:22.133Z | Downloaded itoa v1.0.11 |
457 | 2024-07-03T16:43:22.134Z | Downloaded hyper-tls v0.5.0 |
458 | 2024-07-03T16:43:22.134Z | Downloaded heck v0.4.1 |
459 | 2024-07-03T16:43:22.134Z | Downloaded num-conv v0.1.0 |
460 | 2024-07-03T16:43:22.134Z | Downloaded mime v0.3.17 |
461 | 2024-07-03T16:43:22.134Z | Downloaded httpdate v1.0.3 |
462 | 2024-07-03T16:43:22.134Z | Downloaded http-body v0.4.6 |
463 | 2024-07-03T16:43:22.134Z | Downloaded hostname v0.3.1 |
464 | 2024-07-03T16:43:22.134Z | Downloaded futures-executor v0.3.30 |
465 | 2024-07-03T16:43:22.134Z | Downloaded fs-err v2.11.0 |
466 | 2024-07-03T16:43:22.134Z | Downloaded errno v0.3.9 |
467 | 2024-07-03T16:43:22.134Z | Downloaded colorchoice v1.0.1 |
468 | 2024-07-03T16:43:22.134Z | Downloaded byteorder v1.5.0 |
469 | 2024-07-03T16:43:22.134Z | Downloaded anstyle v1.0.7 |
470 | 2024-07-03T16:43:22.134Z | Downloaded dof v0.3.0 |
471 | 2024-07-03T16:43:22.134Z | Downloaded block-buffer v0.10.4 |
472 | 2024-07-03T16:43:22.159Z | Downloaded anstyle-query v1.0.3 |
473 | 2024-07-03T16:43:22.159Z | Downloaded anstyle-parse v0.2.4 |
474 | 2024-07-03T16:43:22.159Z | Downloaded num_threads v0.1.7 |
475 | 2024-07-03T16:43:22.159Z | Downloaded is-terminal v0.4.12 |
476 | 2024-07-03T16:43:22.159Z | Downloaded futures-task v0.3.30 |
477 | 2024-07-03T16:43:22.159Z | Downloaded dirs-next v2.0.0 |
478 | 2024-07-03T16:43:22.159Z | Downloaded deranged v0.3.11 |
479 | 2024-07-03T16:43:22.290Z | Compiling proc-macro2 v1.0.86 |
480 | 2024-07-03T16:43:22.290Z | Compiling unicode-ident v1.0.12 |
481 | 2024-07-03T16:43:22.314Z | Compiling libc v0.2.155 |
482 | 2024-07-03T16:43:22.314Z | Compiling version_check v0.9.4 |
483 | 2024-07-03T16:43:22.314Z | Compiling cfg-if v1.0.0 |
484 | 2024-07-03T16:43:22.314Z | Compiling itoa v1.0.11 |
485 | 2024-07-03T16:43:22.314Z | Compiling once_cell v1.19.0 |
486 | 2024-07-03T16:43:22.314Z | Compiling serde v1.0.203 |
487 | 2024-07-03T16:43:22.509Z | Compiling autocfg v1.3.0 |
488 | 2024-07-03T16:43:22.602Z | Compiling memchr v2.7.2 |
489 | 2024-07-03T16:43:22.657Z | Compiling thiserror v1.0.60 |
490 | 2024-07-03T16:43:22.743Z | Compiling ryu v1.0.18 |
491 | 2024-07-03T16:43:22.997Z | Compiling pin-project-lite v0.2.14 |
492 | 2024-07-03T16:43:23.074Z | Compiling bitflags v2.5.0 |
493 | 2024-07-03T16:43:23.126Z | Compiling cc v1.0.97 |
494 | 2024-07-03T16:43:23.180Z | Compiling vcpkg v0.2.15 |
495 | 2024-07-03T16:43:23.321Z | Compiling ucd-trie v0.1.6 |
496 | 2024-07-03T16:43:23.365Z | Compiling lock_api v0.4.12 |
497 | 2024-07-03T16:43:23.438Z | Compiling pkg-config v0.3.30 |
498 | 2024-07-03T16:43:23.617Z | Compiling parking_lot_core v0.9.10 |
499 | 2024-07-03T16:43:23.909Z | Compiling quote v1.0.36 |
500 | 2024-07-03T16:43:24.076Z | Compiling slab v0.4.9 |
501 | 2024-07-03T16:43:24.177Z | Compiling futures-sink v0.3.30 |
502 | 2024-07-03T16:43:24.321Z | Compiling syn v2.0.68 |
503 | 2024-07-03T16:43:24.446Z | Compiling scopeguard v1.2.0 |
504 | 2024-07-03T16:43:24.574Z | Compiling smallvec v1.13.2 |
505 | 2024-07-03T16:43:24.625Z | Compiling bytes v1.6.0 |
506 | 2024-07-03T16:43:24.757Z | Compiling futures-core v0.3.30 |
507 | 2024-07-03T16:43:25.076Z | Compiling hashbrown v0.14.5 |
508 | 2024-07-03T16:43:25.148Z | Compiling byteorder v1.5.0 |
509 | 2024-07-03T16:43:25.218Z | Compiling equivalent v1.0.1 |
510 | 2024-07-03T16:43:25.319Z | Compiling log v0.4.21 |
511 | 2024-07-03T16:43:25.387Z | Compiling serde_json v1.0.118 |
512 | 2024-07-03T16:43:25.531Z | Compiling fnv v1.0.7 |
513 | 2024-07-03T16:43:25.610Z | Compiling parking_lot v0.12.2 |
514 | 2024-07-03T16:43:25.686Z | Compiling futures-channel v0.3.30 |
515 | 2024-07-03T16:43:25.742Z | Compiling socket2 v0.5.7 |
516 | 2024-07-03T16:43:25.781Z | Compiling mio v0.8.11 |
517 | 2024-07-03T16:43:25.940Z | Compiling signal-hook-registry v1.4.2 |
518 | 2024-07-03T16:43:26.084Z | Compiling indexmap v2.2.6 |
519 | 2024-07-03T16:43:26.176Z | Compiling num_cpus v1.16.0 |
520 | 2024-07-03T16:43:26.299Z | Compiling futures-task v0.3.30 |
521 | 2024-07-03T16:43:26.323Z | Compiling openssl-sys v0.9.102 |
522 | 2024-07-03T16:43:26.447Z | Compiling pin-utils v0.1.0 |
523 | 2024-07-03T16:43:26.537Z | Compiling typenum v1.17.0 |
524 | 2024-07-03T16:43:26.563Z | Compiling rustix v0.38.34 |
525 | 2024-07-03T16:43:26.657Z | Compiling futures-io v0.3.30 |
526 | 2024-07-03T16:43:26.939Z | Compiling errno v0.3.9 |
527 | 2024-07-03T16:43:27.230Z | Compiling generic-array v0.14.7 |
528 | 2024-07-03T16:43:27.255Z | Compiling slog v2.7.0 |
529 | 2024-07-03T16:43:27.365Z | Compiling foreign-types-shared v0.1.1 |
530 | 2024-07-03T16:43:27.414Z | Compiling openssl v0.10.64 |
531 | 2024-07-03T16:43:27.501Z | Compiling foreign-types v0.3.2 |
532 | 2024-07-03T16:43:27.697Z | Compiling http v0.2.12 |
533 | 2024-07-03T16:43:27.859Z | Compiling usdt-impl v0.5.0 |
534 | 2024-07-03T16:43:27.884Z | Compiling proc-macro-error-attr v1.0.4 |
535 | 2024-07-03T16:43:28.182Z | Compiling tracing-core v0.1.32 |
536 | 2024-07-03T16:43:28.206Z | Compiling tinyvec_macros v0.1.1 |
537 | 2024-07-03T16:43:28.231Z | Compiling native-tls v0.2.11 |
538 | 2024-07-03T16:43:28.299Z | Compiling num-conv v0.1.0 |
539 | 2024-07-03T16:43:28.532Z | Compiling time-core v0.1.2 |
540 | 2024-07-03T16:43:28.579Z | Compiling powerfmt v0.2.0 |
541 | 2024-07-03T16:43:28.710Z | Compiling syn v1.0.109 |
542 | 2024-07-03T16:43:28.968Z | Compiling httparse v1.8.0 |
543 | 2024-07-03T16:43:29.014Z | Compiling deranged v0.3.11 |
544 | 2024-07-03T16:43:29.309Z | Compiling tracing v0.1.40 |
545 | 2024-07-03T16:43:29.384Z | Compiling time-macros v0.2.18 |
546 | 2024-07-03T16:43:29.468Z | Compiling tinyvec v1.6.0 |
547 | 2024-07-03T16:43:29.963Z | Compiling thread-id v4.2.1 |
548 | 2024-07-03T16:43:30.123Z | Compiling proc-macro-error v1.0.4 |
549 | 2024-07-03T16:43:30.148Z | Compiling heck v0.4.1 |
550 | 2024-07-03T16:43:30.350Z | Compiling utf8parse v0.2.1 |
551 | 2024-07-03T16:43:30.398Z | Compiling rustversion v1.0.17 |
552 | 2024-07-03T16:43:30.501Z | Compiling openssl-probe v0.1.5 |
553 | 2024-07-03T16:43:30.581Z | Compiling num_threads v0.1.7 |
554 | 2024-07-03T16:43:30.711Z | Compiling percent-encoding v2.3.1 |
555 | 2024-07-03T16:43:30.736Z | Compiling plain v0.2.3 |
556 | 2024-07-03T16:43:30.808Z | Compiling crossbeam-utils v0.8.19 |
557 | 2024-07-03T16:43:30.850Z | Compiling try-lock v0.2.5 |
558 | 2024-07-03T16:43:30.875Z | Compiling unicode-normalization v0.1.23 |
559 | 2024-07-03T16:43:30.902Z | Compiling form_urlencoded v1.2.1 |
560 | 2024-07-03T16:43:31.024Z | Compiling want v0.3.1 |
561 | 2024-07-03T16:43:31.056Z | Compiling anstyle-parse v0.2.4 |
562 | 2024-07-03T16:43:31.365Z | Compiling http-body v0.4.6 |
563 | 2024-07-03T16:43:31.393Z | Compiling dirs-sys-next v0.1.2 |
564 | 2024-07-03T16:43:31.786Z | Compiling httpdate v1.0.3 |
565 | 2024-07-03T16:43:31.826Z | Compiling anstyle v1.0.7 |
566 | 2024-07-03T16:43:31.928Z | Compiling semver v1.0.23 |
567 | 2024-07-03T16:43:31.953Z | Compiling unicode-bidi v0.3.15 |
568 | 2024-07-03T16:43:32.064Z | Compiling pretty-hex v0.4.1 |
569 | 2024-07-03T16:43:32.230Z | Compiling anstyle-query v1.0.3 |
570 | 2024-07-03T16:43:32.255Z | Compiling camino v1.1.7 |
571 | 2024-07-03T16:43:32.282Z | Compiling crc32fast v1.4.0 |
572 | 2024-07-03T16:43:32.355Z | Compiling time v0.3.36 |
573 | 2024-07-03T16:43:32.380Z | Compiling winnow v0.6.8 |
574 | 2024-07-03T16:43:32.405Z | Compiling tower-service v0.3.2 |
575 | 2024-07-03T16:43:32.533Z | Compiling colorchoice v1.0.1 |
576 | 2024-07-03T16:43:32.687Z | Compiling is_terminal_polyfill v1.70.0 |
577 | 2024-07-03T16:43:32.790Z | Compiling anstream v0.6.14 |
578 | 2024-07-03T16:43:32.839Z | Compiling idna v0.5.0 |
579 | 2024-07-03T16:43:33.105Z | Compiling dirs-next v2.0.0 |
580 | 2024-07-03T16:43:33.441Z | Compiling block-buffer v0.10.4 |
581 | 2024-07-03T16:43:34.148Z | Compiling crypto-common v0.1.6 |
582 | 2024-07-03T16:43:34.271Z | Compiling terminal_size v0.3.0 |
583 | 2024-07-03T16:43:34.368Z | Compiling fs-err v2.11.0 |
584 | 2024-07-03T16:43:34.452Z | Compiling thread_local v1.1.8 |
585 | 2024-07-03T16:43:34.477Z | Compiling slog-async v2.8.0 |
586 | 2024-07-03T16:43:34.628Z | Compiling unicode-width v0.1.12 |
587 | 2024-07-03T16:43:34.652Z | Compiling strsim v0.11.1 |
588 | 2024-07-03T16:43:34.833Z | Compiling match_cfg v0.1.0 |
589 | 2024-07-03T16:43:34.932Z | Compiling anyhow v1.0.86 |
590 | 2024-07-03T16:43:34.975Z | Compiling clap_lex v0.7.0 |
591 | 2024-07-03T16:43:35.068Z | Compiling bytecount v0.6.8 |
592 | 2024-07-03T16:43:35.269Z | Compiling heck v0.5.0 |
593 | 2024-07-03T16:43:35.458Z | Compiling adler v1.0.2 |
594 | 2024-07-03T16:43:35.487Z | Compiling base64 v0.21.7 |
595 | 2024-07-03T16:43:35.550Z | Compiling clap_builder v4.5.2 |
596 | 2024-07-03T16:43:35.683Z | Compiling miniz_oxide v0.7.2 |
597 | 2024-07-03T16:43:35.709Z | Compiling papergrid v0.11.0 |
598 | 2024-07-03T16:43:35.734Z | Compiling serde_derive v1.0.203 |
599 | 2024-07-03T16:43:35.759Z | Compiling thiserror-impl v1.0.60 |
600 | 2024-07-03T16:43:35.800Z | Compiling zerocopy-derive v0.7.34 |
601 | 2024-07-03T16:43:36.164Z | Compiling tokio-macros v2.2.0 |
602 | 2024-07-03T16:43:36.922Z | Compiling futures-macro v0.3.30 |
603 | 2024-07-03T16:43:37.009Z | Compiling scroll_derive v0.12.0 |
604 | 2024-07-03T16:43:37.579Z | Compiling tokio v1.37.0 |
605 | 2024-07-03T16:43:37.764Z | Compiling zerocopy v0.7.34 |
606 | 2024-07-03T16:43:38.246Z | Compiling openssl-macros v0.1.1 |
607 | 2024-07-03T16:43:38.661Z | Compiling pest v2.7.10 |
608 | 2024-07-03T16:43:38.685Z | Compiling futures-util v0.3.30 |
609 | 2024-07-03T16:43:39.059Z | Compiling scroll v0.12.0 |
610 | 2024-07-03T16:43:39.346Z | Compiling tabled_derive v0.7.0 |
611 | 2024-07-03T16:43:39.621Z | Compiling goblin v0.8.2 |
612 | 2024-07-03T16:43:41.373Z | Compiling pest_meta v2.7.10 |
613 | 2024-07-03T16:43:41.694Z | Compiling rustls-pemfile v1.0.4 |
614 | 2024-07-03T16:43:42.135Z | Compiling clap_derive v4.5.4 |
615 | 2024-07-03T16:43:44.217Z | Compiling pest_generator v2.7.10 |
616 | 2024-07-03T16:43:45.957Z | Compiling tokio-util v0.7.11 |
617 | 2024-07-03T16:43:46.036Z | Compiling pest_derive v2.7.10 |
618 | 2024-07-03T16:43:46.559Z | Compiling futures-executor v0.3.30 |
619 | 2024-07-03T16:43:46.704Z | Compiling dtrace-parser v0.2.0 |
620 | 2024-07-03T16:43:46.862Z | Compiling h2 v0.3.26 |
621 | 2024-07-03T16:43:47.088Z | Compiling tokio-native-tls v0.3.1 |
622 | 2024-07-03T16:43:47.135Z | Compiling strum_macros v0.26.2 |
623 | 2024-07-03T16:43:47.414Z | Compiling hostname v0.3.1 |
624 | 2024-07-03T16:43:47.785Z | Compiling digest v0.10.7 |
625 | 2024-07-03T16:43:48.188Z | Compiling toml_datetime v0.6.6 |
626 | 2024-07-03T16:43:48.580Z | Compiling serde_spanned v0.6.6 |
627 | 2024-07-03T16:43:48.640Z | Compiling cargo-platform v0.1.8 |
628 | 2024-07-03T16:43:48.838Z | Compiling serde_tokenstream v0.2.0 |
629 | 2024-07-03T16:43:49.115Z | Compiling toml_edit v0.22.13 |
630 | 2024-07-03T16:43:49.154Z | Compiling serde_urlencoded v0.7.1 |
631 | 2024-07-03T16:43:49.649Z | Compiling dof v0.3.0 |
632 | 2024-07-03T16:43:50.027Z | Compiling slog-json v2.6.1 |
633 | 2024-07-03T16:43:51.264Z | Compiling hyper v0.14.28 |
634 | 2024-07-03T16:43:51.464Z | Compiling crossbeam-channel v0.5.12 |
635 | 2024-07-03T16:43:51.582Z | Compiling url v2.5.0 |
636 | 2024-07-03T16:43:52.068Z | Compiling toml v0.8.13 |
637 | 2024-07-03T16:43:52.155Z | Compiling term v0.7.0 |
638 | 2024-07-03T16:43:52.473Z | Compiling usdt-macro v0.5.0 |
639 | 2024-07-03T16:43:52.742Z | Compiling usdt-attr-macro v0.5.0 |
640 | 2024-07-03T16:43:53.237Z | Compiling xattr v1.3.1 |
641 | 2024-07-03T16:43:53.262Z | Compiling memmap v0.7.0 |
642 | 2024-07-03T16:43:53.487Z | Compiling filetime v0.2.23 |
643 | 2024-07-03T16:43:53.541Z | Compiling is-terminal v0.4.12 |
644 | 2024-07-03T16:43:53.575Z | Compiling encoding_rs v0.8.34 |
645 | 2024-07-03T16:43:53.604Z | Compiling take_mut v0.2.2 |
646 | 2024-07-03T16:43:53.629Z | Compiling cpufeatures v0.2.12 |
647 | 2024-07-03T16:43:53.674Z | Compiling ipnet v2.9.0 |
648 | 2024-07-03T16:43:53.739Z | Compiling sync_wrapper v0.1.2 |
649 | 2024-07-03T16:43:53.764Z | Compiling mime v0.3.17 |
650 | 2024-07-03T16:43:53.867Z | Compiling sha2 v0.10.8 |
651 | 2024-07-03T16:43:54.041Z | Compiling usdt v0.5.0 |
652 | 2024-07-03T16:43:54.303Z | Compiling slog-term v2.9.1 |
653 | 2024-07-03T16:43:54.471Z | Compiling hyper-tls v0.5.0 |
654 | 2024-07-03T16:43:54.830Z | Compiling tar v0.4.40 |
655 | 2024-07-03T16:43:54.856Z | Compiling cargo_toml v0.20.3 |
656 | 2024-07-03T16:43:54.988Z | Compiling flate2 v1.0.30 |
657 | 2024-07-03T16:43:55.461Z | Compiling cargo_metadata v0.18.1 |
658 | 2024-07-03T16:43:55.812Z | Compiling reqwest v0.11.27 |
659 | 2024-07-03T16:43:56.522Z | Compiling strum v0.26.2 |
660 | 2024-07-03T16:43:56.658Z | Compiling slog-bunyan v2.5.0 |
661 | 2024-07-03T16:43:56.693Z | Compiling macaddr v1.0.1 |
662 | 2024-07-03T16:43:56.763Z | Compiling futures v0.3.30 |
663 | 2024-07-03T16:43:56.847Z | Compiling clap v4.5.4 |
664 | 2024-07-03T16:43:56.883Z | Compiling tabled v0.15.0 |
665 | 2024-07-03T16:43:57.104Z | Compiling swrite v0.1.0 |
666 | 2024-07-03T16:44:02.038Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
667 | 2024-07-03T16:44:12.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
668 | 2024-07-03T16:44:12.517Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
669 | 2024-07-03T16:44:12.591Z | Jul 03 16:44:11.635 INFO Starting download, target: Clickhouse |
670 | 2024-07-03T16:44:12.591Z | Jul 03 16:44:11.636 INFO Starting download, target: Cockroach |
671 | 2024-07-03T16:44:12.591Z | Jul 03 16:44:11.636 INFO Starting download, target: Console |
672 | 2024-07-03T16:44:12.591Z | Jul 03 16:44:11.636 INFO Starting download, target: DendriteOpenapi |
673 | 2024-07-03T16:44:12.616Z | Jul 03 16:44:11.636 INFO Starting download, target: MaghemiteMgd |
674 | 2024-07-03T16:44:12.616Z | Jul 03 16:44:11.636 INFO Starting download, target: DendriteStub |
675 | 2024-07-03T16:44:12.616Z | Jul 03 16:44:11.636 INFO Starting download, target: TransceiverControl |
676 | 2024-07-03T16:44:12.616Z | Jul 03 16:44:11.637 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
677 | 2024-07-03T16:44:12.616Z | Jul 03 16:44:11.638 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
678 | 2024-07-03T16:44:12.616Z | Jul 03 16:44:11.638 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
679 | 2024-07-03T16:44:12.616Z | Jul 03 16:44:11.638 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
680 | 2024-07-03T16:44:12.616Z | Jul 03 16:44:11.638 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
681 | 2024-07-03T16:44:12.616Z | Jul 03 16:44:11.638 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
682 | 2024-07-03T16:44:12.616Z | Jul 03 16:44:11.638 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
683 | 2024-07-03T16:44:13.027Z | Jul 03 16:44:12.070 INFO Download complete, target: DendriteOpenapi |
684 | 2024-07-03T16:44:13.318Z | Jul 03 16:44:12.362 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
685 | 2024-07-03T16:44:13.665Z | Jul 03 16:44:12.710 INFO Download complete, target: Console |
686 | 2024-07-03T16:44:14.103Z | Jul 03 16:44:13.146 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
687 | 2024-07-03T16:44:14.809Z | Jul 03 16:44:13.853 INFO Download complete, target: TransceiverControl |
688 | 2024-07-03T16:44:15.553Z | Jul 03 16:44:14.598 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
689 | 2024-07-03T16:44:16.076Z | Jul 03 16:44:15.121 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
690 | 2024-07-03T16:44:18.782Z | Jul 03 16:44:17.826 INFO Download complete, target: MaghemiteMgd |
691 | 2024-07-03T16:44:19.186Z | Jul 03 16:44:18.231 INFO Download complete, target: DendriteStub |
692 | 2024-07-03T16:44:23.986Z | Jul 03 16:44:23.030 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
693 | 2024-07-03T16:44:23.986Z | Jul 03 16:44:23.031 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
694 | 2024-07-03T16:44:33.957Z | Jul 03 16:44:33.000 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
695 | 2024-07-03T16:44:34.378Z | Jul 03 16:44:33.423 INFO Checking that binary works, target: Cockroach |
696 | 2024-07-03T16:44:34.660Z | Jul 03 16:44:33.705 INFO Download complete, target: Cockroach |
697 | 2024-07-03T16:44:38.339Z | Jul 03 16:44:37.384 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
698 | 2024-07-03T16:44:54.468Z | Jul 03 16:44:53.512 INFO Checking that binary works, target: Clickhouse |
699 | 2024-07-03T16:44:54.611Z | Jul 03 16:44:53.655 INFO Download complete, target: Clickhouse |
700 | 2024-07-03T16:44:54.639Z | All builder prerequisites installed successfully, and PATH looks valid |
701 | 2024-07-03T16:44:54.663Z | |
702 | 2024-07-03T16:44:54.663Z | real 3:08.342657141 |
703 | 2024-07-03T16:44:54.663Z | user 5:26.050131168 |
704 | 2024-07-03T16:44:54.663Z | sys 1:20.781536465 |
705 | 2024-07-03T16:44:54.663Z | trap 0.184710466 |
706 | 2024-07-03T16:44:54.663Z | tflt 0.082822755 |
707 | 2024-07-03T16:44:54.663Z | dflt 0.892693417 |
708 | 2024-07-03T16:44:54.663Z | kflt 0.006640922 |
709 | 2024-07-03T16:44:54.663Z | lock 19:10.229507141 |
710 | 2024-07-03T16:44:54.663Z | slp 15:55.944521861 |
711 | 2024-07-03T16:44:54.664Z | lat 24.556773841 |
712 | 2024-07-03T16:44:54.664Z | stop 1:01.428720165 |
713 | 2024-07-03T16:44:54.664Z | + banner clippy |
714 | 2024-07-03T16:44:54.664Z | |
715 | 2024-07-03T16:44:54.664Z | #### # # ##### ##### # # |
716 | 2024-07-03T16:44:54.664Z | # # # # # # # # # # |
717 | 2024-07-03T16:44:54.664Z | # # # # # # # # |
718 | 2024-07-03T16:44:54.664Z | # # # ##### ##### # |
719 | 2024-07-03T16:44:54.664Z | # # # # # # # |
720 | 2024-07-03T16:44:54.664Z | #### ###### # # # # |
721 | 2024-07-03T16:44:54.664Z | |
722 | 2024-07-03T16:44:54.664Z | + export CARGO_INCREMENTAL=0 |
723 | 2024-07-03T16:44:54.664Z | + CARGO_INCREMENTAL=0 |
724 | 2024-07-03T16:44:54.664Z | + ptime -m cargo xtask clippy |
725 | 2024-07-03T16:44:55.388Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
726 | 2024-07-03T16:45:05.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.66s |
727 | 2024-07-03T16:45:05.425Z | Running `target/debug/xtask clippy` |
728 | 2024-07-03T16:45:05.463Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
729 | 2024-07-03T16:45:06.402Z | Downloading crates ... |
730 | 2024-07-03T16:45:06.631Z | Downloaded async-stream-impl v0.3.5 |
731 | 2024-07-03T16:45:06.762Z | Downloaded pathdiff v0.2.1 |
732 | 2024-07-03T16:45:06.842Z | Downloaded serde-hex v0.1.0 |
733 | 2024-07-03T16:45:06.886Z | Downloaded primeorder v0.13.6 |
734 | 2024-07-03T16:45:06.913Z | Downloaded russh-cryptovec v0.7.2 |
735 | 2024-07-03T16:45:06.938Z | Downloaded target-lexicon v0.12.14 |
736 | 2024-07-03T16:45:06.963Z | Downloaded zeroize_derive v1.4.2 |
737 | 2024-07-03T16:45:06.963Z | Downloaded der v0.7.9 |
738 | 2024-07-03T16:45:06.988Z | Downloaded waitgroup v0.1.2 |
739 | 2024-07-03T16:45:06.988Z | Downloaded which v4.4.2 |
740 | 2024-07-03T16:45:06.988Z | Downloaded zerocopy-derive v0.6.6 |
741 | 2024-07-03T16:45:07.013Z | Downloaded vsss-rs v3.3.4 |
742 | 2024-07-03T16:45:07.013Z | Downloaded winnow v0.5.40 |
743 | 2024-07-03T16:45:07.038Z | Downloaded webpki-roots v0.25.4 |
744 | 2024-07-03T16:45:07.038Z | Downloaded ratatui v0.26.2 |
745 | 2024-07-03T16:45:07.062Z | Downloaded trust-dns-proto v0.22.0 |
746 | 2024-07-03T16:45:07.087Z | Downloaded tough v0.17.1 |
747 | 2024-07-03T16:45:07.087Z | Downloaded toml_edit v0.19.15 |
748 | 2024-07-03T16:45:07.111Z | Downloaded toml v0.7.8 |
749 | 2024-07-03T16:45:07.111Z | Downloaded tokio-postgres v0.7.10 |
750 | 2024-07-03T16:45:07.136Z | Downloaded regress v0.9.1 |
751 | 2024-07-03T16:45:07.136Z | Downloaded regex-syntax v0.6.29 |
752 | 2024-07-03T16:45:07.161Z | Downloaded regex-automata v0.4.6 |
753 | 2024-07-03T16:45:07.161Z | Downloaded uuid v1.8.0 |
754 | 2024-07-03T16:45:07.187Z | Downloaded unsafe-libyaml v0.2.11 |
755 | 2024-07-03T16:45:07.187Z | Downloaded unicode_categories v0.1.1 |
756 | 2024-07-03T16:45:07.187Z | Downloaded unicode-segmentation v1.11.0 |
757 | 2024-07-03T16:45:07.187Z | Downloaded unarray v0.1.4 |
758 | 2024-07-03T16:45:07.212Z | Downloaded typed-path v0.7.1 |
759 | 2024-07-03T16:45:07.212Z | Downloaded tungstenite v0.21.0 |
760 | 2024-07-03T16:45:07.212Z | Downloaded tungstenite v0.20.1 |
761 | 2024-07-03T16:45:07.212Z | Downloaded trybuild v1.0.96 |
762 | 2024-07-03T16:45:07.237Z | Downloaded trust-dns-server v0.22.1 |
763 | 2024-07-03T16:45:07.237Z | Downloaded trust-dns-resolver v0.22.0 |
764 | 2024-07-03T16:45:07.237Z | Downloaded ring v0.17.8 |
765 | 2024-07-03T16:45:07.320Z | Downloaded trust-dns-client v0.22.0 |
766 | 2024-07-03T16:45:07.345Z | Downloaded tracing-attributes v0.1.27 |
767 | 2024-07-03T16:45:07.345Z | Downloaded tower v0.4.13 |
768 | 2024-07-03T16:45:07.345Z | Downloaded wyz v0.5.1 |
769 | 2024-07-03T16:45:07.345Z | Downloaded whoami v1.5.1 |
770 | 2024-07-03T16:45:07.372Z | Downloaded ring v0.16.20 |
771 | 2024-07-03T16:45:07.447Z | Downloaded walkdir v2.5.0 |
772 | 2024-07-03T16:45:07.471Z | Downloaded vte v0.11.1 |
773 | 2024-07-03T16:45:07.472Z | Downloaded untrusted v0.9.0 |
774 | 2024-07-03T16:45:07.472Z | Downloaded tokio-stream v0.1.15 |
775 | 2024-07-03T16:45:07.472Z | Downloaded test-strategy v0.3.1 |
776 | 2024-07-03T16:45:07.472Z | Downloaded vte_generate_state_changes v0.1.1 |
777 | 2024-07-03T16:45:07.472Z | Downloaded unicode-linebreak v0.1.5 |
778 | 2024-07-03T16:45:07.472Z | Downloaded topological-sort v0.2.2 |
779 | 2024-07-03T16:45:07.497Z | Downloaded toml v0.5.11 |
780 | 2024-07-03T16:45:07.497Z | Downloaded tokio-tungstenite v0.21.0 |
781 | 2024-07-03T16:45:07.497Z | Downloaded tls_codec_derive v0.4.1 |
782 | 2024-07-03T16:45:07.497Z | Downloaded tinytemplate v1.2.1 |
783 | 2024-07-03T16:45:07.497Z | Downloaded threadpool v1.8.1 |
784 | 2024-07-03T16:45:07.497Z | Downloaded wait-timeout v0.2.0 |
785 | 2024-07-03T16:45:07.497Z | Downloaded uzers v0.11.3 |
786 | 2024-07-03T16:45:07.497Z | Downloaded utf-8 v0.7.6 |
787 | 2024-07-03T16:45:07.497Z | Downloaded untrusted v0.7.1 |
788 | 2024-07-03T16:45:07.497Z | Downloaded universal-hash v0.5.1 |
789 | 2024-07-03T16:45:07.497Z | Downloaded unicode-xid v0.2.4 |
790 | 2024-07-03T16:45:07.497Z | Downloaded unicase v2.7.0 |
791 | 2024-07-03T16:45:07.497Z | Downloaded tui-tree-widget v0.19.0 |
792 | 2024-07-03T16:45:07.522Z | Downloaded tower-layer v0.3.2 |
793 | 2024-07-03T16:45:07.522Z | Downloaded toolchain_find v0.4.0 |
794 | 2024-07-03T16:45:07.522Z | Downloaded tokio-tungstenite v0.20.1 |
795 | 2024-07-03T16:45:07.522Z | Downloaded tokio-rustls v0.25.0 |
796 | 2024-07-03T16:45:07.522Z | Downloaded tokio-rustls v0.24.1 |
797 | 2024-07-03T16:45:07.522Z | Downloaded tls_codec v0.4.1 |
798 | 2024-07-03T16:45:07.522Z | Downloaded thiserror-no-std v2.0.2 |
799 | 2024-07-03T16:45:07.522Z | Downloaded thiserror-impl-no-std v2.0.2 |
800 | 2024-07-03T16:45:07.522Z | Downloaded textwrap v0.16.1 |
801 | 2024-07-03T16:45:07.547Z | Downloaded termios v0.3.3 |
802 | 2024-07-03T16:45:07.547Z | Downloaded termcolor v1.4.1 |
803 | 2024-07-03T16:45:07.547Z | Downloaded tempfile v3.10.1 |
804 | 2024-07-03T16:45:07.547Z | Downloaded rsa v0.9.6 |
805 | 2024-07-03T16:45:07.547Z | Downloaded ron v0.8.1 |
806 | 2024-07-03T16:45:07.547Z | Downloaded ron v0.7.1 |
807 | 2024-07-03T16:45:07.571Z | Downloaded regex-syntax v0.8.3 |
808 | 2024-07-03T16:45:07.571Z | Downloaded reedline v0.31.0 |
809 | 2024-07-03T16:45:07.571Z | Downloaded defmt-parser v0.3.4 |
810 | 2024-07-03T16:45:07.571Z | Downloaded defmt-macros v0.3.9 |
811 | 2024-07-03T16:45:07.596Z | Downloaded defmt v0.3.8 |
812 | 2024-07-03T16:45:07.596Z | Downloaded debug-ignore v1.0.5 |
813 | 2024-07-03T16:45:07.596Z | Downloaded datatest-stable v0.2.9 |
814 | 2024-07-03T16:45:07.596Z | Downloaded data-encoding v2.6.0 |
815 | 2024-07-03T16:45:07.596Z | Downloaded darling_macro v0.20.9 |
816 | 2024-07-03T16:45:07.596Z | Downloaded darling_core v0.20.9 |
817 | 2024-07-03T16:45:07.596Z | Downloaded zone_cfg_derive v0.1.2 |
818 | 2024-07-03T16:45:07.596Z | Downloaded zone v0.1.8 |
819 | 2024-07-03T16:45:07.596Z | Downloaded zip v0.6.6 |
820 | 2024-07-03T16:45:07.596Z | Downloaded zerocopy v0.6.6 |
821 | 2024-07-03T16:45:07.621Z | Downloaded tiny-keccak v2.0.2 |
822 | 2024-07-03T16:45:07.621Z | Downloaded termtree v0.4.1 |
823 | 2024-07-03T16:45:07.621Z | Downloaded supports-color v3.0.0 |
824 | 2024-07-03T16:45:07.621Z | Downloaded subtle v2.5.0 |
825 | 2024-07-03T16:45:07.621Z | Downloaded rustls v0.22.4 |
826 | 2024-07-03T16:45:07.646Z | Downloaded russh v0.43.0 |
827 | 2024-07-03T16:45:07.646Z | Downloaded rtoolbox v0.0.2 |
828 | 2024-07-03T16:45:07.646Z | Downloaded rstest v0.19.0 |
829 | 2024-07-03T16:45:07.646Z | Downloaded resolv-conf v0.7.0 |
830 | 2024-07-03T16:45:07.646Z | Downloaded regex-automata v0.1.10 |
831 | 2024-07-03T16:45:07.646Z | Downloaded regex v1.10.4 |
832 | 2024-07-03T16:45:07.670Z | Downloaded ref-cast-impl v1.0.23 |
833 | 2024-07-03T16:45:07.671Z | Downloaded petgraph v0.6.5 |
834 | 2024-07-03T16:45:07.695Z | Downloaded finl_unicode v1.2.0 |
835 | 2024-07-03T16:45:07.720Z | Downloaded zeroize v1.7.0 |
836 | 2024-07-03T16:45:07.720Z | Downloaded yasna v0.5.2 |
837 | 2024-07-03T16:45:07.720Z | Downloaded yansi v0.5.1 |
838 | 2024-07-03T16:45:07.720Z | Downloaded x509-cert v0.2.5 |
839 | 2024-07-03T16:45:07.720Z | Downloaded target-spec v3.1.0 |
840 | 2024-07-03T16:45:07.720Z | Downloaded tap v1.0.1 |
841 | 2024-07-03T16:45:07.720Z | Downloaded strum_macros v0.25.3 |
842 | 2024-07-03T16:45:07.720Z | Downloaded strum_macros v0.24.3 |
843 | 2024-07-03T16:45:07.720Z | Downloaded structmeta-derive v0.3.0 |
844 | 2024-07-03T16:45:07.720Z | Downloaded structmeta-derive v0.2.0 |
845 | 2024-07-03T16:45:07.745Z | Downloaded structmeta v0.3.0 |
846 | 2024-07-03T16:45:07.745Z | Downloaded structmeta v0.2.0 |
847 | 2024-07-03T16:45:07.745Z | Downloaded strip-ansi-escapes v0.2.0 |
848 | 2024-07-03T16:45:07.745Z | Downloaded string_cache v0.8.7 |
849 | 2024-07-03T16:45:07.745Z | Downloaded static_assertions v1.1.0 |
850 | 2024-07-03T16:45:07.745Z | Downloaded stable_deref_trait v1.2.0 |
851 | 2024-07-03T16:45:07.745Z | Downloaded stability v0.2.0 |
852 | 2024-07-03T16:45:07.745Z | Downloaded sqlparser_derive v0.2.2 |
853 | 2024-07-03T16:45:07.745Z | Downloaded sqlparser v0.45.0 |
854 | 2024-07-03T16:45:07.745Z | Downloaded sqlformat v0.2.3 |
855 | 2024-07-03T16:45:07.745Z | Downloaded spin v0.9.8 |
856 | 2024-07-03T16:45:07.745Z | Downloaded spin v0.5.2 |
857 | 2024-07-03T16:45:07.745Z | Downloaded serde-big-array v0.5.1 |
858 | 2024-07-03T16:45:07.772Z | Downloaded serde-big-array v0.4.1 |
859 | 2024-07-03T16:45:07.772Z | Downloaded secrecy v0.8.0 |
860 | 2024-07-03T16:45:07.772Z | Downloaded sct v0.7.1 |
861 | 2024-07-03T16:45:07.772Z | Downloaded schemars v0.8.21 |
862 | 2024-07-03T16:45:07.772Z | Downloaded scheduled-thread-pool v0.2.7 |
863 | 2024-07-03T16:45:07.772Z | Downloaded same-file v1.0.6 |
864 | 2024-07-03T16:45:07.772Z | Downloaded salty v0.2.0 |
865 | 2024-07-03T16:45:07.798Z | Downloaded rustls-webpki v0.101.7 |
866 | 2024-07-03T16:45:07.798Z | Downloaded rustfmt-wrapper v0.2.1 |
867 | 2024-07-03T16:45:07.798Z | Downloaded rustc_version v0.1.7 |
868 | 2024-07-03T16:45:07.798Z | Downloaded rustc-hash v1.1.0 |
869 | 2024-07-03T16:45:07.798Z | Downloaded rustc-demangle v0.1.24 |
870 | 2024-07-03T16:45:07.822Z | Downloaded rust-argon2 v2.1.0 |
871 | 2024-07-03T16:45:07.822Z | Downloaded russh-keys v0.43.0 |
872 | 2024-07-03T16:45:07.822Z | Downloaded rstest_macros v0.19.0 |
873 | 2024-07-03T16:45:07.822Z | Downloaded rpassword v7.3.1 |
874 | 2024-07-03T16:45:07.822Z | Downloaded rcgen v0.12.1 |
875 | 2024-07-03T16:45:07.822Z | Downloaded rayon-core v1.12.1 |
876 | 2024-07-03T16:45:07.822Z | Downloaded rayon v1.10.0 |
877 | 2024-07-03T16:45:07.847Z | Downloaded rand_seeder v0.2.3 |
878 | 2024-07-03T16:45:07.847Z | Downloaded sha3 v0.10.8 |
879 | 2024-07-03T16:45:07.847Z | Downloaded csv v1.3.0 |
880 | 2024-07-03T16:45:07.874Z | Downloaded tabwriter v1.4.0 |
881 | 2024-07-03T16:45:07.874Z | Downloaded subprocess v0.2.9 |
882 | 2024-07-03T16:45:07.874Z | Downloaded stringprep v0.1.4 |
883 | 2024-07-03T16:45:07.874Z | Downloaded steno v0.4.1 |
884 | 2024-07-03T16:45:07.874Z | Downloaded spki v0.7.3 |
885 | 2024-07-03T16:45:07.898Z | Downloaded semver v0.1.20 |
886 | 2024-07-03T16:45:07.898Z | Downloaded sec1 v0.7.3 |
887 | 2024-07-03T16:45:07.898Z | Downloaded schemars_derive v0.8.21 |
888 | 2024-07-03T16:45:07.898Z | Downloaded samael v0.0.15 |
889 | 2024-07-03T16:45:07.898Z | Downloaded rustyline v14.0.0 |
890 | 2024-07-03T16:45:07.898Z | Downloaded rusty-fork v0.3.0 |
891 | 2024-07-03T16:45:07.898Z | Downloaded rustls-webpki v0.102.4 |
892 | 2024-07-03T16:45:07.923Z | Downloaded rustls-pki-types v1.7.0 |
893 | 2024-07-03T16:45:07.923Z | Downloaded rustls-pemfile v2.1.2 |
894 | 2024-07-03T16:45:07.923Z | Downloaded rustls-native-certs v0.7.0 |
895 | 2024-07-03T16:45:07.923Z | Downloaded rustls v0.21.12 |
896 | 2024-07-03T16:45:07.947Z | Downloaded rustc_version v0.4.0 |
897 | 2024-07-03T16:45:07.947Z | Downloaded rfc6979 v0.4.0 |
898 | 2024-07-03T16:45:07.947Z | Downloaded relative-path v1.9.3 |
899 | 2024-07-03T16:45:07.947Z | Downloaded ref-cast v1.0.23 |
900 | 2024-07-03T16:45:07.947Z | Downloaded radix_trie v0.2.1 |
901 | 2024-07-03T16:45:07.971Z | Downloaded quick-xml v0.31.0 |
902 | 2024-07-03T16:45:07.972Z | Downloaded hashbrown v0.13.2 |
903 | 2024-07-03T16:45:07.972Z | Downloaded half v2.4.1 |
904 | 2024-07-03T16:45:07.972Z | Downloaded guppy-workspace-hack v0.1.0 |
905 | 2024-07-03T16:45:07.972Z | Downloaded guppy v0.17.5 |
906 | 2024-07-03T16:45:07.996Z | Downloaded gimli v0.28.1 |
907 | 2024-07-03T16:45:07.996Z | Downloaded getrandom v0.1.16 |
908 | 2024-07-03T16:45:07.996Z | Downloaded getopts v0.2.21 |
909 | 2024-07-03T16:45:07.996Z | Downloaded gethostname v0.4.3 |
910 | 2024-07-03T16:45:07.996Z | Downloaded diesel v2.1.6 |
911 | 2024-07-03T16:45:08.021Z | Downloaded sled v0.34.7 |
912 | 2024-07-03T16:45:08.045Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
913 | 2024-07-03T16:45:08.045Z | Downloaded rand_xorshift v0.3.0 |
914 | 2024-07-03T16:45:08.045Z | Downloaded rand_distr v0.4.3 |
915 | 2024-07-03T16:45:08.045Z | Downloaded rand_core v0.6.4 |
916 | 2024-07-03T16:45:08.070Z | Downloaded rand_core v0.5.1 |
917 | 2024-07-03T16:45:08.070Z | Downloaded rand_chacha v0.3.1 |
918 | 2024-07-03T16:45:08.070Z | Downloaded rand_chacha v0.2.2 |
919 | 2024-07-03T16:45:08.070Z | Downloaded rand v0.8.5 |
920 | 2024-07-03T16:45:08.070Z | Downloaded rand v0.7.3 |
921 | 2024-07-03T16:45:08.070Z | Downloaded radium v0.7.0 |
922 | 2024-07-03T16:45:08.070Z | Downloaded r2d2 v0.8.10 |
923 | 2024-07-03T16:45:08.070Z | Downloaded quick-error v1.2.3 |
924 | 2024-07-03T16:45:08.070Z | Downloaded publicsuffix v2.2.3 |
925 | 2024-07-03T16:45:08.070Z | Downloaded psl-types v2.0.11 |
926 | 2024-07-03T16:45:08.070Z | Downloaded proptest v1.4.0 |
927 | 2024-07-03T16:45:08.096Z | Downloaded proc-macro-crate v1.3.1 |
928 | 2024-07-03T16:45:08.096Z | Downloaded predicates-core v1.0.6 |
929 | 2024-07-03T16:45:08.096Z | Downloaded ppv-lite86 v0.2.17 |
930 | 2024-07-03T16:45:08.096Z | Downloaded postgres-types v0.2.6 |
931 | 2024-07-03T16:45:08.096Z | Downloaded polar-core v0.27.3 |
932 | 2024-07-03T16:45:08.120Z | Downloaded plotters-svg v0.3.5 |
933 | 2024-07-03T16:45:08.120Z | Downloaded plotters-backend v0.3.5 |
934 | 2024-07-03T16:45:08.120Z | Downloaded plotters v0.3.5 |
935 | 2024-07-03T16:45:08.120Z | Downloaded pem-rfc7468 v0.7.0 |
936 | 2024-07-03T16:45:08.120Z | Downloaded pem v3.0.4 |
937 | 2024-07-03T16:45:08.120Z | Downloaded peg-runtime v0.8.3 |
938 | 2024-07-03T16:45:08.120Z | Downloaded peg-macros v0.8.3 |
939 | 2024-07-03T16:45:08.120Z | Downloaded hyper-util v0.1.3 |
940 | 2024-07-03T16:45:08.145Z | Downloaded hyper-staticfile v0.9.5 |
941 | 2024-07-03T16:45:08.145Z | Downloaded hyper-rustls v0.26.0 |
942 | 2024-07-03T16:45:08.145Z | Downloaded hyper-rustls v0.24.2 |
943 | 2024-07-03T16:45:08.145Z | Downloaded hyper v1.3.1 |
944 | 2024-07-03T16:45:08.145Z | Downloaded humantime v2.1.0 |
945 | 2024-07-03T16:45:08.145Z | Downloaded hubpack_derive v0.1.1 |
946 | 2024-07-03T16:45:08.145Z | Downloaded hubpack v0.1.2 |
947 | 2024-07-03T16:45:08.145Z | Downloaded httptest v0.15.5 |
948 | 2024-07-03T16:45:08.145Z | Downloaded http-range v0.1.5 |
949 | 2024-07-03T16:45:08.145Z | Downloaded http-body v1.0.0 |
950 | 2024-07-03T16:45:08.197Z | Downloaded http v1.1.0 |
951 | 2024-07-03T16:45:08.197Z | Downloaded hostname v0.4.0 |
952 | 2024-07-03T16:45:08.197Z | Downloaded home v0.5.9 |
953 | 2024-07-03T16:45:08.197Z | Downloaded hmac v0.12.1 |
954 | 2024-07-03T16:45:08.197Z | Downloaded hkdf v0.12.4 |
955 | 2024-07-03T16:45:08.222Z | Downloaded headers-core v0.2.0 |
956 | 2024-07-03T16:45:08.222Z | Downloaded headers v0.3.9 |
957 | 2024-07-03T16:45:08.222Z | Downloaded hashbrown v0.12.3 |
958 | 2024-07-03T16:45:08.222Z | Downloaded hash32 v0.3.1 |
959 | 2024-07-03T16:45:08.222Z | Downloaded hash32 v0.2.1 |
960 | 2024-07-03T16:45:08.222Z | Downloaded globset v0.4.14 |
961 | 2024-07-03T16:45:08.222Z | Downloaded glob v0.3.1 |
962 | 2024-07-03T16:45:08.222Z | Downloaded ghash v0.5.1 |
963 | 2024-07-03T16:45:08.222Z | Downloaded getrandom v0.2.14 |
964 | 2024-07-03T16:45:08.222Z | Downloaded fxhash v0.2.1 |
965 | 2024-07-03T16:45:08.222Z | Downloaded futures-timer v3.0.3 |
966 | 2024-07-03T16:45:08.222Z | Downloaded funty v2.0.0 |
967 | 2024-07-03T16:45:08.222Z | Downloaded fragile v2.0.0 |
968 | 2024-07-03T16:45:08.222Z | Downloaded foreign-types-shared v0.3.1 |
969 | 2024-07-03T16:45:08.222Z | Downloaded foreign-types-macros v0.2.3 |
970 | 2024-07-03T16:45:08.222Z | Downloaded foreign-types v0.5.0 |
971 | 2024-07-03T16:45:08.222Z | Downloaded flume v0.11.0 |
972 | 2024-07-03T16:45:08.222Z | Downloaded float-ord v0.3.2 |
973 | 2024-07-03T16:45:08.222Z | Downloaded float-cmp v0.9.0 |
974 | 2024-07-03T16:45:08.223Z | Downloaded fixedbitset v0.4.2 |
975 | 2024-07-03T16:45:08.223Z | Downloaded fd-lock v4.0.2 |
976 | 2024-07-03T16:45:08.223Z | Downloaded fastrand v2.1.0 |
977 | 2024-07-03T16:45:08.223Z | Downloaded fancy-regex v0.13.0 |
978 | 2024-07-03T16:45:08.223Z | Downloaded fallible-iterator v0.2.0 |
979 | 2024-07-03T16:45:08.223Z | Downloaded expectorate v1.1.0 |
980 | 2024-07-03T16:45:08.223Z | Downloaded escape8259 v0.5.2 |
981 | 2024-07-03T16:45:08.223Z | Downloaded erased-serde v0.3.31 |
982 | 2024-07-03T16:45:08.223Z | Downloaded env_logger v0.10.2 |
983 | 2024-07-03T16:45:08.223Z | Downloaded env_logger v0.9.3 |
984 | 2024-07-03T16:45:08.254Z | Downloaded enum-as-inner v0.5.1 |
985 | 2024-07-03T16:45:08.254Z | Downloaded endian-type v0.1.2 |
986 | 2024-07-03T16:45:08.254Z | Downloaded ena v0.14.3 |
987 | 2024-07-03T16:45:08.254Z | Downloaded embedded-io v0.4.0 |
988 | 2024-07-03T16:45:08.254Z | Downloaded elliptic-curve v0.13.8 |
989 | 2024-07-03T16:45:08.254Z | Downloaded either v1.12.0 |
990 | 2024-07-03T16:45:08.254Z | Downloaded ed25519-dalek v2.1.1 |
991 | 2024-07-03T16:45:08.254Z | Downloaded ed25519 v2.2.3 |
992 | 2024-07-03T16:45:08.254Z | Downloaded ed25519 v1.5.3 |
993 | 2024-07-03T16:45:08.254Z | Downloaded ecdsa v0.16.9 |
994 | 2024-07-03T16:45:08.254Z | Downloaded dyn-clone v1.0.17 |
995 | 2024-07-03T16:45:08.254Z | Downloaded downcast v0.11.0 |
996 | 2024-07-03T16:45:08.254Z | Downloaded doc-comment v0.3.3 |
997 | 2024-07-03T16:45:08.254Z | Downloaded display-error-chain v0.2.0 |
998 | 2024-07-03T16:45:08.254Z | Downloaded dirs-sys v0.4.1 |
999 | 2024-07-03T16:45:08.254Z | Downloaded dirs v5.0.1 |
1000 | 2024-07-03T16:45:08.254Z | Downloaded difflib v0.4.0 |
1001 | 2024-07-03T16:45:08.288Z | Downloaded diff v0.1.13 |
1002 | 2024-07-03T16:45:08.288Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1003 | 2024-07-03T16:45:08.288Z | Downloaded diesel_derives v2.1.4 |
1004 | 2024-07-03T16:45:08.288Z | Downloaded dhcproto-macros v0.1.0 |
1005 | 2024-07-03T16:45:08.288Z | Downloaded dhcproto v0.11.0 |
1006 | 2024-07-03T16:45:08.288Z | Downloaded derive_more v0.99.17 |
1007 | 2024-07-03T16:45:08.288Z | Downloaded derive_builder_macro v0.20.0 |
1008 | 2024-07-03T16:45:08.288Z | Downloaded derive_builder_core v0.20.0 |
1009 | 2024-07-03T16:45:08.288Z | Downloaded derive_builder v0.20.0 |
1010 | 2024-07-03T16:45:08.288Z | Downloaded derive-where v1.2.7 |
1011 | 2024-07-03T16:45:08.288Z | Downloaded der_derive v0.7.2 |
1012 | 2024-07-03T16:45:08.316Z | Downloaded smoltcp v0.11.0 |
1013 | 2024-07-03T16:45:08.316Z | Downloaded bstr v1.9.1 |
1014 | 2024-07-03T16:45:08.340Z | Downloaded prettyplease v0.2.20 |
1015 | 2024-07-03T16:45:08.340Z | Downloaded pretty_assertions v1.4.0 |
1016 | 2024-07-03T16:45:08.341Z | Downloaded pretty-hex v0.2.1 |
1017 | 2024-07-03T16:45:08.341Z | Downloaded predicates-tree v1.0.9 |
1018 | 2024-07-03T16:45:08.341Z | Downloaded predicates v3.1.0 |
1019 | 2024-07-03T16:45:08.341Z | Downloaded precomputed-hash v0.1.1 |
1020 | 2024-07-03T16:45:08.341Z | Downloaded postgres-protocol v0.6.6 |
1021 | 2024-07-03T16:45:08.341Z | Downloaded postcard v1.0.8 |
1022 | 2024-07-03T16:45:08.341Z | Downloaded portpicker v0.1.1 |
1023 | 2024-07-03T16:45:08.341Z | Downloaded portable-atomic v1.6.0 |
1024 | 2024-07-03T16:45:08.365Z | Downloaded polyval v0.6.2 |
1025 | 2024-07-03T16:45:08.365Z | Downloaded poly1305 v0.8.0 |
1026 | 2024-07-03T16:45:08.365Z | Downloaded pkcs8 v0.10.2 |
1027 | 2024-07-03T16:45:08.365Z | Downloaded pkcs1 v0.7.5 |
1028 | 2024-07-03T16:45:08.366Z | Downloaded pin-project-internal v1.1.5 |
1029 | 2024-07-03T16:45:08.366Z | Downloaded pin-project v1.1.5 |
1030 | 2024-07-03T16:45:08.390Z | Downloaded phf_shared v0.11.2 |
1031 | 2024-07-03T16:45:08.390Z | Downloaded phf_shared v0.10.0 |
1032 | 2024-07-03T16:45:08.390Z | Downloaded phf v0.11.2 |
1033 | 2024-07-03T16:45:08.390Z | Downloaded highway v1.1.0 |
1034 | 2024-07-03T16:45:08.390Z | Downloaded hex-literal v0.4.1 |
1035 | 2024-07-03T16:45:08.390Z | Downloaded hex v0.4.3 |
1036 | 2024-07-03T16:45:08.390Z | Downloaded heck v0.3.3 |
1037 | 2024-07-03T16:45:08.390Z | Downloaded heapless v0.8.0 |
1038 | 2024-07-03T16:45:08.390Z | Downloaded heapless v0.7.17 |
1039 | 2024-07-03T16:45:08.390Z | Downloaded group v0.13.0 |
1040 | 2024-07-03T16:45:08.415Z | Downloaded flagset v0.4.5 |
1041 | 2024-07-03T16:45:08.415Z | Downloaded ff v0.13.0 |
1042 | 2024-07-03T16:45:08.415Z | Downloaded fatfs v0.3.6 |
1043 | 2024-07-03T16:45:08.415Z | Downloaded socket2 v0.4.10 |
1044 | 2024-07-03T16:45:08.415Z | Downloaded snafu-derive v0.8.2 |
1045 | 2024-07-03T16:45:08.415Z | Downloaded snafu v0.8.2 |
1046 | 2024-07-03T16:45:08.415Z | Downloaded smoltcp v0.9.1 |
1047 | 2024-07-03T16:45:08.445Z | Downloaded smf v0.2.3 |
1048 | 2024-07-03T16:45:08.446Z | Downloaded smawk v0.3.2 |
1049 | 2024-07-03T16:45:08.446Z | Downloaded smallvec v0.6.14 |
1050 | 2024-07-03T16:45:08.446Z | Downloaded slog-stdlog v4.1.1 |
1051 | 2024-07-03T16:45:08.446Z | Downloaded slog-scope v4.4.0 |
1052 | 2024-07-03T16:45:08.446Z | Downloaded slog-envlogger v2.2.0 |
1053 | 2024-07-03T16:45:08.446Z | Downloaded slog-dtrace v0.3.0 |
1054 | 2024-07-03T16:45:08.446Z | Downloaded siphasher v0.3.11 |
1055 | 2024-07-03T16:45:08.446Z | Downloaded similar-asserts v1.5.0 |
1056 | 2024-07-03T16:45:08.446Z | Downloaded similar v2.5.0 |
1057 | 2024-07-03T16:45:08.446Z | Downloaded sigpipe v0.1.3 |
1058 | 2024-07-03T16:45:08.471Z | Downloaded signature v2.2.0 |
1059 | 2024-07-03T16:45:08.471Z | Downloaded signature v1.6.4 |
1060 | 2024-07-03T16:45:08.471Z | Downloaded signal-hook-tokio v0.3.1 |
1061 | 2024-07-03T16:45:08.471Z | Downloaded signal-hook-mio v0.2.3 |
1062 | 2024-07-03T16:45:08.471Z | Downloaded signal-hook v0.3.17 |
1063 | 2024-07-03T16:45:08.471Z | Downloaded shlex v1.3.0 |
1064 | 2024-07-03T16:45:08.471Z | Downloaded shell-words v1.1.0 |
1065 | 2024-07-03T16:45:08.471Z | Downloaded sha1 v0.10.6 |
1066 | 2024-07-03T16:45:08.471Z | Downloaded serde_yaml v0.9.34+deprecated |
1067 | 2024-07-03T16:45:08.471Z | Downloaded serde_with_macros v3.8.1 |
1068 | 2024-07-03T16:45:08.471Z | Downloaded serde_with v3.8.1 |
1069 | 2024-07-03T16:45:08.496Z | Downloaded serde_repr v0.1.19 |
1070 | 2024-07-03T16:45:08.496Z | Downloaded serde_plain v1.0.2 |
1071 | 2024-07-03T16:45:08.496Z | Downloaded serde_path_to_error v0.1.16 |
1072 | 2024-07-03T16:45:08.496Z | Downloaded serde_derive_internals v0.29.1 |
1073 | 2024-07-03T16:45:08.496Z | Downloaded serde_arrays v0.1.0 |
1074 | 2024-07-03T16:45:08.496Z | Downloaded openapiv3 v2.0.0 |
1075 | 2024-07-03T16:45:08.520Z | Downloaded object v0.30.4 |
1076 | 2024-07-03T16:45:08.521Z | Downloaded nix v0.28.0 |
1077 | 2024-07-03T16:45:08.545Z | Downloaded bstr v0.2.17 |
1078 | 2024-07-03T16:45:08.545Z | Downloaded blake3 v1.5.1 |
1079 | 2024-07-03T16:45:08.569Z | Downloaded bitvec v1.0.1 |
1080 | 2024-07-03T16:45:08.569Z | Downloaded bindgen v0.69.4 |
1081 | 2024-07-03T16:45:08.593Z | Downloaded base64 v0.13.1 |
1082 | 2024-07-03T16:45:08.593Z | Downloaded base16ct v0.2.0 |
1083 | 2024-07-03T16:45:08.593Z | Downloaded backtrace v0.3.71 |
1084 | 2024-07-03T16:45:08.593Z | Downloaded backoff v0.4.0 |
1085 | 2024-07-03T16:45:08.593Z | Downloaded atomicwrites v0.4.3 |
1086 | 2024-07-03T16:45:08.593Z | Downloaded async-trait v0.1.80 |
1087 | 2024-07-03T16:45:08.593Z | Downloaded async-stream v0.3.5 |
1088 | 2024-07-03T16:45:08.617Z | Downloaded assert_matches v1.5.0 |
1089 | 2024-07-03T16:45:08.617Z | Downloaded ascii-canvas v3.0.0 |
1090 | 2024-07-03T16:45:08.617Z | Downloaded arrayvec v0.7.4 |
1091 | 2024-07-03T16:45:08.617Z | Downloaded array-init v0.0.4 |
1092 | 2024-07-03T16:45:08.617Z | Downloaded arc-swap v1.7.1 |
1093 | 2024-07-03T16:45:08.618Z | Downloaded anes v0.1.6 |
1094 | 2024-07-03T16:45:08.618Z | Downloaded allocator-api2 v0.2.18 |
1095 | 2024-07-03T16:45:08.618Z | Downloaded aho-corasick v1.1.3 |
1096 | 2024-07-03T16:45:08.618Z | Downloaded aes-gcm v0.10.3 |
1097 | 2024-07-03T16:45:08.642Z | Downloaded aes v0.8.4 |
1098 | 2024-07-03T16:45:08.642Z | Downloaded peg v0.8.3 |
1099 | 2024-07-03T16:45:08.642Z | Downloaded pbkdf2 v0.12.2 |
1100 | 2024-07-03T16:45:08.642Z | Downloaded pbkdf2 v0.11.0 |
1101 | 2024-07-03T16:45:08.642Z | Downloaded path-slash v0.1.5 |
1102 | 2024-07-03T16:45:08.642Z | Downloaded paste v1.0.15 |
1103 | 2024-07-03T16:45:08.642Z | Downloaded password-hash v0.5.0 |
1104 | 2024-07-03T16:45:08.642Z | Downloaded password-hash v0.4.2 |
1105 | 2024-07-03T16:45:08.642Z | Downloaded partial-io v0.5.4 |
1106 | 2024-07-03T16:45:08.667Z | Downloaded parse-size v1.0.0 |
1107 | 2024-07-03T16:45:08.667Z | Downloaded parse-display-derive v0.9.0 |
1108 | 2024-07-03T16:45:08.667Z | Downloaded parse-display v0.9.0 |
1109 | 2024-07-03T16:45:08.667Z | Downloaded parking_lot_core v0.8.6 |
1110 | 2024-07-03T16:45:08.667Z | Downloaded packed_struct_codegen v0.10.1 |
1111 | 2024-07-03T16:45:08.667Z | Downloaded packed_struct v0.10.1 |
1112 | 2024-07-03T16:45:08.667Z | Downloaded p521 v0.13.3 |
1113 | 2024-07-03T16:45:08.667Z | Downloaded p256 v0.13.2 |
1114 | 2024-07-03T16:45:08.667Z | Downloaded owo-colors v4.0.0 |
1115 | 2024-07-03T16:45:08.667Z | Downloaded oso-derive v0.27.3 |
1116 | 2024-07-03T16:45:08.667Z | Downloaded oso v0.27.3 |
1117 | 2024-07-03T16:45:08.693Z | Downloaded option-ext v0.2.0 |
1118 | 2024-07-03T16:45:08.694Z | Downloaded opaque-debug v0.3.1 |
1119 | 2024-07-03T16:45:08.694Z | Downloaded oorandom v11.1.3 |
1120 | 2024-07-03T16:45:08.694Z | Downloaded omicron-zone-package v0.11.0 |
1121 | 2024-07-03T16:45:08.694Z | Downloaded olpc-cjson v0.1.3 |
1122 | 2024-07-03T16:45:08.694Z | Downloaded object v0.32.2 |
1123 | 2024-07-03T16:45:08.694Z | Downloaded number_prefix v0.4.0 |
1124 | 2024-07-03T16:45:08.694Z | Downloaded num_enum_derive v0.5.11 |
1125 | 2024-07-03T16:45:08.694Z | Downloaded num-rational v0.4.2 |
1126 | 2024-07-03T16:45:08.694Z | Downloaded num-iter v0.1.45 |
1127 | 2024-07-03T16:45:08.694Z | Downloaded num-integer v0.1.46 |
1128 | 2024-07-03T16:45:08.718Z | Downloaded num-derive v0.4.2 |
1129 | 2024-07-03T16:45:08.718Z | Downloaded num-complex v0.4.6 |
1130 | 2024-07-03T16:45:08.718Z | Downloaded num-bigint-dig v0.8.4 |
1131 | 2024-07-03T16:45:08.718Z | Downloaded num-bigint v0.4.5 |
1132 | 2024-07-03T16:45:08.718Z | Downloaded num v0.4.3 |
1133 | 2024-07-03T16:45:08.718Z | Downloaded nu-ansi-term v0.50.0 |
1134 | 2024-07-03T16:45:08.718Z | Downloaded normalize-line-endings v0.3.0 |
1135 | 2024-07-03T16:45:08.718Z | Downloaded nom v7.1.3 |
1136 | 2024-07-03T16:45:08.718Z | Downloaded nodrop v0.1.14 |
1137 | 2024-07-03T16:45:08.718Z | Downloaded nix v0.27.1 |
1138 | 2024-07-03T16:45:08.743Z | Downloaded nibble_vec v0.1.0 |
1139 | 2024-07-03T16:45:08.743Z | Downloaded newtype_derive v0.1.6 |
1140 | 2024-07-03T16:45:08.743Z | Downloaded newtype-uuid v1.1.0 |
1141 | 2024-07-03T16:45:08.743Z | Downloaded newline-converter v0.3.0 |
1142 | 2024-07-03T16:45:08.743Z | Downloaded new_debug_unreachable v1.0.6 |
1143 | 2024-07-03T16:45:08.743Z | Downloaded nested v0.1.1 |
1144 | 2024-07-03T16:45:08.743Z | Downloaded nanorand v0.7.0 |
1145 | 2024-07-03T16:45:08.743Z | Downloaded multimap v0.10.0 |
1146 | 2024-07-03T16:45:08.743Z | Downloaded multer v3.1.0 |
1147 | 2024-07-03T16:45:08.767Z | Downloaded mockall_derive v0.12.1 |
1148 | 2024-07-03T16:45:08.767Z | Downloaded libloading v0.8.3 |
1149 | 2024-07-03T16:45:08.767Z | Downloaded libefi-sys v0.1.0 |
1150 | 2024-07-03T16:45:08.767Z | Downloaded lazycell v1.3.0 |
1151 | 2024-07-03T16:45:08.768Z | Downloaded lazy_static v1.5.0 |
1152 | 2024-07-03T16:45:08.768Z | Downloaded lalrpop-util v0.19.12 |
1153 | 2024-07-03T16:45:08.768Z | Downloaded lalrpop v0.19.12 |
1154 | 2024-07-03T16:45:08.768Z | Downloaded is_ci v1.2.0 |
1155 | 2024-07-03T16:45:08.768Z | Downloaded ipnetwork v0.20.0 |
1156 | 2024-07-03T16:45:08.792Z | Downloaded internet-checksum v0.2.1 |
1157 | 2024-07-03T16:45:08.792Z | Downloaded instant v0.1.12 |
1158 | 2024-07-03T16:45:08.792Z | Downloaded inout v0.1.3 |
1159 | 2024-07-03T16:45:08.792Z | Downloaded indoc v2.0.5 |
1160 | 2024-07-03T16:45:08.792Z | Downloaded indoc v1.0.9 |
1161 | 2024-07-03T16:45:08.792Z | Downloaded indicatif v0.17.8 |
1162 | 2024-07-03T16:45:08.792Z | Downloaded indexmap v1.9.3 |
1163 | 2024-07-03T16:45:08.792Z | Downloaded impl-trait-for-tuples v0.2.2 |
1164 | 2024-07-03T16:45:08.792Z | Downloaded idna v0.3.0 |
1165 | 2024-07-03T16:45:08.817Z | Downloaded idna v0.2.3 |
1166 | 2024-07-03T16:45:08.817Z | Downloaded iana-time-zone v0.1.60 |
1167 | 2024-07-03T16:45:08.817Z | Downloaded curve25519-dalek-derive v0.1.1 |
1168 | 2024-07-03T16:45:08.817Z | Downloaded curve25519-dalek v4.1.3 |
1169 | 2024-07-03T16:45:08.841Z | Downloaded ctr v0.9.2 |
1170 | 2024-07-03T16:45:08.841Z | Downloaded csv-core v0.1.11 |
1171 | 2024-07-03T16:45:08.841Z | Downloaded crypto-bigint v0.5.5 |
1172 | 2024-07-03T16:45:08.841Z | Downloaded crunchy v0.2.2 |
1173 | 2024-07-03T16:45:08.841Z | Downloaded crucible-workspace-hack v0.1.0 |
1174 | 2024-07-03T16:45:08.841Z | Downloaded crossterm v0.27.0 |
1175 | 2024-07-03T16:45:08.841Z | Downloaded crossbeam-epoch v0.9.18 |
1176 | 2024-07-03T16:45:08.841Z | Downloaded crossbeam-deque v0.8.5 |
1177 | 2024-07-03T16:45:08.865Z | Downloaded criterion-plot v0.5.0 |
1178 | 2024-07-03T16:45:08.865Z | Downloaded criterion v0.5.1 |
1179 | 2024-07-03T16:45:08.866Z | Downloaded crc-catalog v2.4.0 |
1180 | 2024-07-03T16:45:08.866Z | Downloaded crc-any v2.5.0 |
1181 | 2024-07-03T16:45:08.866Z | Downloaded crc v3.2.1 |
1182 | 2024-07-03T16:45:08.866Z | Downloaded corncobs v0.1.3 |
1183 | 2024-07-03T16:45:08.866Z | Downloaded cookie_store v0.20.0 |
1184 | 2024-07-03T16:45:08.866Z | Downloaded cookie v0.17.0 |
1185 | 2024-07-03T16:45:08.866Z | Downloaded constant_time_eq v0.3.0 |
1186 | 2024-07-03T16:45:08.866Z | Downloaded const_format_proc_macros v0.2.32 |
1187 | 2024-07-03T16:45:08.890Z | Downloaded const_format v0.2.32 |
1188 | 2024-07-03T16:45:08.890Z | Downloaded const-oid v0.9.6 |
1189 | 2024-07-03T16:45:08.890Z | Downloaded console v0.15.8 |
1190 | 2024-07-03T16:45:08.890Z | Downloaded compact_str v0.7.1 |
1191 | 2024-07-03T16:45:08.890Z | Downloaded colored v2.1.0 |
1192 | 2024-07-03T16:45:08.890Z | Downloaded cobs v0.2.3 |
1193 | 2024-07-03T16:45:08.890Z | Downloaded clang-sys v1.7.0 |
1194 | 2024-07-03T16:45:08.890Z | Downloaded cipher v0.4.4 |
1195 | 2024-07-03T16:45:08.890Z | Downloaded ciborium-ll v0.2.2 |
1196 | 2024-07-03T16:45:08.915Z | Downloaded ciborium-io v0.2.2 |
1197 | 2024-07-03T16:45:08.915Z | Downloaded ciborium v0.2.2 |
1198 | 2024-07-03T16:45:08.915Z | Downloaded chrono v0.4.38 |
1199 | 2024-07-03T16:45:08.915Z | Downloaded chacha20poly1305 v0.10.1 |
1200 | 2024-07-03T16:45:08.915Z | Downloaded cfg_aliases v0.1.1 |
1201 | 2024-07-03T16:45:08.915Z | Downloaded cexpr v0.6.0 |
1202 | 2024-07-03T16:45:08.915Z | Downloaded cbc v0.1.2 |
1203 | 2024-07-03T16:45:08.915Z | Downloaded castaway v0.2.2 |
1204 | 2024-07-03T16:45:08.915Z | Downloaded cast v0.3.0 |
1205 | 2024-07-03T16:45:08.915Z | Downloaded cassowary v0.3.0 |
1206 | 2024-07-03T16:45:08.915Z | Downloaded cancel-safe-futures v0.1.5 |
1207 | 2024-07-03T16:45:08.939Z | Downloaded camino-tempfile v1.1.1 |
1208 | 2024-07-03T16:45:08.939Z | Downloaded bzip2 v0.4.4 |
1209 | 2024-07-03T16:45:08.939Z | Downloaded buf-list v1.0.3 |
1210 | 2024-07-03T16:45:08.939Z | Downloaded blowfish v0.9.1 |
1211 | 2024-07-03T16:45:08.939Z | Downloaded blake2b_simd v1.0.2 |
1212 | 2024-07-03T16:45:08.939Z | Downloaded blake2 v0.10.6 |
1213 | 2024-07-03T16:45:08.939Z | Downloaded bitstruct_derive v0.1.0 |
1214 | 2024-07-03T16:45:08.939Z | Downloaded bitstruct v0.1.1 |
1215 | 2024-07-03T16:45:08.939Z | Downloaded bitflags v1.3.2 |
1216 | 2024-07-03T16:45:08.940Z | Downloaded bitfield-struct v0.6.1 |
1217 | 2024-07-03T16:45:08.940Z | Downloaded bitfield v0.14.0 |
1218 | 2024-07-03T16:45:08.940Z | Downloaded bit-vec v0.6.3 |
1219 | 2024-07-03T16:45:08.940Z | Downloaded bit-set v0.5.3 |
1220 | 2024-07-03T16:45:08.940Z | Downloaded bcs v0.1.6 |
1221 | 2024-07-03T16:45:08.964Z | Downloaded bcrypt-pbkdf v0.10.0 |
1222 | 2024-07-03T16:45:08.964Z | Downloaded bb8 v0.8.3 |
1223 | 2024-07-03T16:45:08.964Z | Downloaded base64ct v1.6.0 |
1224 | 2024-07-03T16:45:08.964Z | Downloaded base64 v0.22.1 |
1225 | 2024-07-03T16:45:08.964Z | Downloaded atty v0.2.14 |
1226 | 2024-07-03T16:45:08.964Z | Downloaded atomic-waker v1.1.2 |
1227 | 2024-07-03T16:45:08.964Z | Downloaded async-recursion v1.1.1 |
1228 | 2024-07-03T16:45:08.964Z | Downloaded assert_cmd v2.0.14 |
1229 | 2024-07-03T16:45:08.964Z | Downloaded ascii v1.1.0 |
1230 | 2024-07-03T16:45:08.964Z | Downloaded arrayref v0.3.7 |
1231 | 2024-07-03T16:45:08.964Z | Downloaded argon2 v0.5.3 |
1232 | 2024-07-03T16:45:08.964Z | Downloaded approx v0.5.1 |
1233 | 2024-07-03T16:45:08.964Z | Downloaded ahash v0.8.11 |
1234 | 2024-07-03T16:45:08.989Z | Downloaded aead v0.5.2 |
1235 | 2024-07-03T16:45:08.989Z | Downloaded addr2line v0.21.0 |
1236 | 2024-07-03T16:45:08.989Z | Downloaded parking_lot v0.11.2 |
1237 | 2024-07-03T16:45:08.989Z | Downloaded num_enum v0.5.11 |
1238 | 2024-07-03T16:45:08.989Z | Downloaded num-traits v0.2.19 |
1239 | 2024-07-03T16:45:08.989Z | Downloaded mockall v0.12.1 |
1240 | 2024-07-03T16:45:08.989Z | Downloaded minimal-lexical v0.2.1 |
1241 | 2024-07-03T16:45:08.989Z | Downloaded mime_guess v2.0.4 |
1242 | 2024-07-03T16:45:09.014Z | Downloaded memoffset v0.9.1 |
1243 | 2024-07-03T16:45:09.014Z | Downloaded memmap2 v0.9.4 |
1244 | 2024-07-03T16:45:09.014Z | Downloaded md5 v0.7.0 |
1245 | 2024-07-03T16:45:09.014Z | Downloaded md-5 v0.10.6 |
1246 | 2024-07-03T16:45:09.014Z | Downloaded maybe-uninit v2.0.0 |
1247 | 2024-07-03T16:45:09.014Z | Downloaded matches v0.1.10 |
1248 | 2024-07-03T16:45:09.014Z | Downloaded maplit v1.0.2 |
1249 | 2024-07-03T16:45:09.014Z | Downloaded managed v0.8.0 |
1250 | 2024-07-03T16:45:09.014Z | Downloaded lru-cache v0.1.2 |
1251 | 2024-07-03T16:45:09.014Z | Downloaded lru v0.12.3 |
1252 | 2024-07-03T16:45:09.014Z | Downloaded linked-hash-map v0.5.6 |
1253 | 2024-07-03T16:45:09.014Z | Downloaded linear-map v1.2.0 |
1254 | 2024-07-03T16:45:09.014Z | Downloaded libxml v0.3.3 |
1255 | 2024-07-03T16:45:09.014Z | Downloaded libtest-mimic v0.7.3 |
1256 | 2024-07-03T16:45:09.014Z | Downloaded libsw v3.3.1 |
1257 | 2024-07-03T16:45:09.041Z | Downloaded libm v0.2.8 |
1258 | 2024-07-03T16:45:09.041Z | Downloaded kstat-rs v0.2.4 |
1259 | 2024-07-03T16:45:09.041Z | Downloaded keccak v0.1.5 |
1260 | 2024-07-03T16:45:09.041Z | Downloaded itertools v0.12.1 |
1261 | 2024-07-03T16:45:09.041Z | Downloaded itertools v0.10.5 |
1262 | 2024-07-03T16:45:09.066Z | Downloaded ident_case v1.0.1 |
1263 | 2024-07-03T16:45:09.066Z | Downloaded darling v0.20.9 |
1264 | 2024-07-03T16:45:09.066Z | Downloaded cstr-argument v0.1.2 |
1265 | 2024-07-03T16:45:09.066Z | Downloaded cookie v0.18.1 |
1266 | 2024-07-03T16:45:09.066Z | Downloaded convert_case v0.4.0 |
1267 | 2024-07-03T16:45:09.066Z | Downloaded chacha20 v0.9.1 |
1268 | 2024-07-03T16:45:09.066Z | Downloaded cfg-expr v0.15.8 |
1269 | 2024-07-03T16:45:09.066Z | Downloaded block-padding v0.3.3 |
1270 | 2024-07-03T16:45:09.752Z | Compiling serde v1.0.203 |
1271 | 2024-07-03T16:45:09.752Z | Checking cfg-if v1.0.0 |
1272 | 2024-07-03T16:45:09.796Z | Compiling libm v0.2.8 |
1273 | 2024-07-03T16:45:09.796Z | Compiling num-traits v0.2.19 |
1274 | 2024-07-03T16:45:09.844Z | Checking libc v0.2.155 |
1275 | 2024-07-03T16:45:09.870Z | Compiling syn v2.0.68 |
1276 | 2024-07-03T16:45:09.895Z | Compiling ahash v0.8.11 |
1277 | 2024-07-03T16:45:09.895Z | Compiling getrandom v0.2.14 |
1278 | 2024-07-03T16:45:09.895Z | Compiling serde_json v1.0.118 |
1279 | 2024-07-03T16:45:10.235Z | Compiling generic-array v0.14.7 |
1280 | 2024-07-03T16:45:10.288Z | Compiling log v0.4.21 |
1281 | 2024-07-03T16:45:10.313Z | Checking scopeguard v1.2.0 |
1282 | 2024-07-03T16:45:10.411Z | Checking memchr v2.7.2 |
1283 | 2024-07-03T16:45:10.436Z | Compiling syn v1.0.109 |
1284 | 2024-07-03T16:45:10.436Z | Checking lock_api v0.4.12 |
1285 | 2024-07-03T16:45:10.555Z | Checking itoa v1.0.11 |
1286 | 2024-07-03T16:45:10.615Z | Checking byteorder v1.5.0 |
1287 | 2024-07-03T16:45:10.654Z | Compiling allocator-api2 v0.2.18 |
1288 | 2024-07-03T16:45:10.814Z | Checking smallvec v1.13.2 |
1289 | 2024-07-03T16:45:10.997Z | Compiling schemars v0.8.21 |
1290 | 2024-07-03T16:45:11.123Z | Checking rand_core v0.6.4 |
1291 | 2024-07-03T16:45:11.176Z | Compiling ring v0.17.8 |
1292 | 2024-07-03T16:45:11.223Z | Compiling time-macros v0.2.18 |
1293 | 2024-07-03T16:45:11.464Z | Checking once_cell v1.19.0 |
1294 | 2024-07-03T16:45:11.490Z | Compiling slog v2.7.0 |
1295 | 2024-07-03T16:45:11.518Z | Checking parking_lot_core v0.9.10 |
1296 | 2024-07-03T16:45:11.877Z | Compiling aho-corasick v1.1.3 |
1297 | 2024-07-03T16:45:12.008Z | Checking parking_lot v0.12.2 |
1298 | 2024-07-03T16:45:12.120Z | Compiling regex-syntax v0.8.3 |
1299 | 2024-07-03T16:45:12.311Z | Checking pin-project-lite v0.2.14 |
1300 | 2024-07-03T16:45:14.175Z | Checking signal-hook-registry v1.4.2 |
1301 | 2024-07-03T16:45:14.269Z | Compiling crossbeam-utils v0.8.19 |
1302 | 2024-07-03T16:45:14.404Z | Checking mio v0.8.11 |
1303 | 2024-07-03T16:45:14.917Z | Compiling regex-automata v0.4.6 |
1304 | 2024-07-03T16:45:15.020Z | Compiling iana-time-zone v0.1.60 |
1305 | 2024-07-03T16:45:15.223Z | Checking num_cpus v1.16.0 |
1306 | 2024-07-03T16:45:15.326Z | Checking spin v0.9.8 |
1307 | 2024-07-03T16:45:15.436Z | Compiling rustls v0.21.12 |
1308 | 2024-07-03T16:45:15.694Z | Checking typenum v1.17.0 |
1309 | 2024-07-03T16:45:15.991Z | Compiling cookie v0.17.0 |
1310 | 2024-07-03T16:45:16.239Z | Compiling serde_derive_internals v0.29.1 |
1311 | 2024-07-03T16:45:16.672Z | Compiling dyn-clone v1.0.17 |
1312 | 2024-07-03T16:45:16.764Z | Checking futures-core v0.3.30 |
1313 | 2024-07-03T16:45:16.874Z | Checking socket2 v0.5.7 |
1314 | 2024-07-03T16:45:16.909Z | Compiling backtrace v0.3.71 |
1315 | 2024-07-03T16:45:16.934Z | Checking ryu v1.0.18 |
1316 | 2024-07-03T16:45:17.132Z | Checking subtle v2.5.0 |
1317 | 2024-07-03T16:45:17.301Z | Compiling anyhow v1.0.86 |
1318 | 2024-07-03T16:45:17.630Z | Compiling unicode-normalization v0.1.23 |
1319 | 2024-07-03T16:45:17.830Z | Checking futures-sink v0.3.30 |
1320 | 2024-07-03T16:45:17.930Z | Compiling unicode-bidi v0.3.15 |
1321 | 2024-07-03T16:45:17.963Z | Compiling either v1.12.0 |
1322 | 2024-07-03T16:45:18.293Z | Compiling untrusted v0.9.0 |
1323 | 2024-07-03T16:45:18.471Z | Checking futures-channel v0.3.30 |
1324 | 2024-07-03T16:45:18.534Z | Checking slab v0.4.9 |
1325 | 2024-07-03T16:45:18.646Z | Checking futures-task v0.3.30 |
1326 | 2024-07-03T16:45:18.754Z | Checking pin-utils v0.1.0 |
1327 | 2024-07-03T16:45:18.779Z | Compiling winnow v0.5.40 |
1328 | 2024-07-03T16:45:18.834Z | Compiling const-oid v0.9.6 |
1329 | 2024-07-03T16:45:18.858Z | Checking futures-io v0.3.30 |
1330 | 2024-07-03T16:45:19.020Z | Compiling time v0.3.36 |
1331 | 2024-07-03T16:45:19.202Z | Compiling regex v1.10.4 |
1332 | 2024-07-03T16:45:21.335Z | Compiling signal-hook v0.3.17 |
1333 | 2024-07-03T16:45:21.419Z | Compiling rustls-webpki v0.101.7 |
1334 | 2024-07-03T16:45:21.565Z | Compiling sct v0.7.1 |
1335 | 2024-07-03T16:45:21.691Z | Compiling idna v0.5.0 |
1336 | 2024-07-03T16:45:21.852Z | Compiling siphasher v0.3.11 |
1337 | 2024-07-03T16:45:22.153Z | Compiling serde_derive v1.0.203 |
1338 | 2024-07-03T16:45:22.178Z | Compiling zerocopy-derive v0.7.34 |
1339 | 2024-07-03T16:45:22.455Z | Compiling zeroize_derive v1.4.2 |
1340 | 2024-07-03T16:45:22.938Z | Compiling thiserror-impl v1.0.60 |
1341 | 2024-07-03T16:45:23.035Z | Compiling tokio-macros v2.2.0 |
1342 | 2024-07-03T16:45:23.060Z | Compiling futures-macro v0.3.30 |
1343 | 2024-07-03T16:45:23.430Z | Compiling tracing-attributes v0.1.27 |
1344 | 2024-07-03T16:45:23.762Z | Compiling schemars_derive v0.8.21 |
1345 | 2024-07-03T16:45:24.051Z | Compiling zerocopy v0.7.34 |
1346 | 2024-07-03T16:45:24.372Z | Checking zeroize v1.7.0 |
1347 | 2024-07-03T16:45:24.625Z | Compiling openssl-macros v0.1.1 |
1348 | 2024-07-03T16:45:24.754Z | Compiling async-trait v0.1.80 |
1349 | 2024-07-03T16:45:25.682Z | Compiling thiserror v1.0.60 |
1350 | 2024-07-03T16:45:25.816Z | Compiling scroll_derive v0.12.0 |
1351 | 2024-07-03T16:45:25.920Z | Compiling hashbrown v0.14.5 |
1352 | 2024-07-03T16:45:26.082Z | Compiling pest v2.7.10 |
1353 | 2024-07-03T16:45:26.288Z | Compiling der_derive v0.7.2 |
1354 | 2024-07-03T16:45:26.519Z | Checking crypto-common v0.1.6 |
1355 | 2024-07-03T16:45:27.064Z | Compiling scroll v0.12.0 |
1356 | 2024-07-03T16:45:27.103Z | Compiling futures-util v0.3.30 |
1357 | 2024-07-03T16:45:27.533Z | Compiling goblin v0.8.2 |
1358 | 2024-07-03T16:45:27.797Z | Compiling tracing v0.1.40 |
1359 | 2024-07-03T16:45:27.876Z | Compiling clap_derive v4.5.4 |
1360 | 2024-07-03T16:45:28.236Z | Compiling pest_meta v2.7.10 |
1361 | 2024-07-03T16:45:28.550Z | Compiling block-buffer v0.10.4 |
1362 | 2024-07-03T16:45:28.772Z | Compiling digest v0.10.7 |
1363 | 2024-07-03T16:45:29.173Z | Compiling zerocopy-derive v0.6.6 |
1364 | 2024-07-03T16:45:31.066Z | Compiling pest_generator v2.7.10 |
1365 | 2024-07-03T16:45:31.243Z | Compiling url v2.5.0 |
1366 | 2024-07-03T16:45:32.086Z | Compiling idna v0.3.0 |
1367 | 2024-07-03T16:45:32.689Z | Compiling pest_derive v2.7.10 |
1368 | 2024-07-03T16:45:32.816Z | Compiling ppv-lite86 v0.2.17 |
1369 | 2024-07-03T16:45:32.999Z | Checking bytes v1.6.0 |
1370 | 2024-07-03T16:45:33.346Z | Checking bitflags v2.5.0 |
1371 | 2024-07-03T16:45:33.370Z | Compiling dtrace-parser v0.2.0 |
1372 | 2024-07-03T16:45:33.436Z | Compiling psl-types v2.0.11 |
1373 | 2024-07-03T16:45:33.674Z | Compiling indexmap v2.2.6 |
1374 | 2024-07-03T16:45:33.858Z | Compiling semver v1.0.23 |
1375 | 2024-07-03T16:45:34.442Z | Compiling serde_tokenstream v0.2.0 |
1376 | 2024-07-03T16:45:34.552Z | Compiling uuid v1.8.0 |
1377 | 2024-07-03T16:45:34.724Z | Compiling chrono v0.4.38 |
1378 | 2024-07-03T16:45:34.957Z | Checking tokio v1.37.0 |
1379 | 2024-07-03T16:45:35.221Z | Compiling http v0.2.12 |
1380 | 2024-07-03T16:45:35.713Z | Compiling rustc_version v0.4.0 |
1381 | 2024-07-03T16:45:36.177Z | Compiling serde_spanned v0.6.6 |
1382 | 2024-07-03T16:45:36.202Z | Compiling toml_datetime v0.6.6 |
1383 | 2024-07-03T16:45:36.364Z | Compiling dof v0.3.0 |
1384 | 2024-07-03T16:45:36.391Z | Compiling openapiv3 v2.0.0 |
1385 | 2024-07-03T16:45:37.330Z | Compiling usdt-impl v0.5.0 |
1386 | 2024-07-03T16:45:37.862Z | Compiling rustix v0.38.34 |
1387 | 2024-07-03T16:45:38.350Z | Compiling toml_edit v0.19.15 |
1388 | 2024-07-03T16:45:38.667Z | Compiling usdt-macro v0.5.0 |
1389 | 2024-07-03T16:45:39.326Z | Compiling usdt-attr-macro v0.5.0 |
1390 | 2024-07-03T16:45:39.811Z | Compiling http-body v0.4.6 |
1391 | 2024-07-03T16:45:39.892Z | Compiling openssl v0.10.64 |
1392 | 2024-07-03T16:45:39.930Z | Compiling heapless v0.7.17 |
1393 | 2024-07-03T16:45:40.236Z | Compiling publicsuffix v2.2.3 |
1394 | 2024-07-03T16:45:40.289Z | Compiling serde_urlencoded v0.7.1 |
1395 | 2024-07-03T16:45:40.457Z | Compiling rand_chacha v0.3.1 |
1396 | 2024-07-03T16:45:40.841Z | Compiling rand v0.8.5 |
1397 | 2024-07-03T16:45:41.056Z | Compiling crossbeam-epoch v0.9.18 |
1398 | 2024-07-03T16:45:41.601Z | Compiling cookie_store v0.20.0 |
1399 | 2024-07-03T16:45:41.739Z | Compiling webpki-roots v0.25.4 |
1400 | 2024-07-03T16:45:41.764Z | Compiling unicode-xid v0.2.4 |
1401 | 2024-07-03T16:45:41.905Z | Compiling tokio-util v0.7.11 |
1402 | 2024-07-03T16:45:41.930Z | Compiling tokio-rustls v0.24.1 |
1403 | 2024-07-03T16:45:42.275Z | Compiling bit-vec v0.6.3 |
1404 | 2024-07-03T16:45:42.304Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1405 | 2024-07-03T16:45:42.646Z | Compiling gimli v0.28.1 |
1406 | 2024-07-03T16:45:42.940Z | Compiling h2 v0.3.26 |
1407 | 2024-07-03T16:45:43.004Z | Compiling enum-as-inner v0.5.1 |
1408 | 2024-07-03T16:45:43.029Z | Compiling phf_shared v0.10.0 |
1409 | 2024-07-03T16:45:43.118Z | Compiling lazy_static v1.5.0 |
1410 | 2024-07-03T16:45:43.234Z | Compiling object v0.32.2 |
1411 | 2024-07-03T16:45:43.377Z | Compiling rustc-demangle v0.1.24 |
1412 | 2024-07-03T16:45:43.869Z | Compiling minimal-lexical v0.2.1 |
1413 | 2024-07-03T16:45:44.256Z | Compiling base64ct v1.6.0 |
1414 | 2024-07-03T16:45:44.370Z | Compiling precomputed-hash v0.1.1 |
1415 | 2024-07-03T16:45:44.489Z | Compiling new_debug_unreachable v1.0.6 |
1416 | 2024-07-03T16:45:44.655Z | Compiling fixedbitset v0.4.2 |
1417 | 2024-07-03T16:45:44.890Z | Compiling native-tls v0.2.11 |
1418 | 2024-07-03T16:45:45.099Z | Compiling smoltcp v0.9.1 |
1419 | 2024-07-03T16:45:45.224Z | Compiling tokio-native-tls v0.3.1 |
1420 | 2024-07-03T16:45:45.499Z | Compiling petgraph v0.6.5 |
1421 | 2024-07-03T16:45:45.524Z | Compiling pem-rfc7468 v0.7.0 |
1422 | 2024-07-03T16:45:45.812Z | Compiling string_cache v0.8.7 |
1423 | 2024-07-03T16:45:46.259Z | Compiling addr2line v0.21.0 |
1424 | 2024-07-03T16:45:46.284Z | Compiling toml_edit v0.22.13 |
1425 | 2024-07-03T16:45:46.859Z | Compiling nom v7.1.3 |
1426 | 2024-07-03T16:45:46.946Z | Compiling bit-set v0.5.3 |
1427 | 2024-07-03T16:45:47.190Z | Compiling futures-executor v0.3.30 |
1428 | 2024-07-03T16:45:47.305Z | Compiling hmac v0.12.1 |
1429 | 2024-07-03T16:45:47.514Z | Compiling hubpack_derive v0.1.1 |
1430 | 2024-07-03T16:45:47.707Z | Compiling itertools v0.10.5 |
1431 | 2024-07-03T16:45:48.271Z | Compiling diesel_table_macro_syntax v0.1.0 |
1432 | 2024-07-03T16:45:48.308Z | Compiling num-integer v0.1.46 |
1433 | 2024-07-03T16:45:48.637Z | Compiling fs-err v2.11.0 |
1434 | 2024-07-03T16:45:48.826Z | Compiling hyper v0.14.28 |
1435 | 2024-07-03T16:45:48.973Z | Compiling lalrpop-util v0.19.12 |
1436 | 2024-07-03T16:45:49.298Z | Checking fnv v1.0.7 |
1437 | 2024-07-03T16:45:49.399Z | Compiling unicode-segmentation v1.11.0 |
1438 | 2024-07-03T16:45:49.423Z | Compiling flagset v0.4.5 |
1439 | 2024-07-03T16:45:49.646Z | Compiling der v0.7.9 |
1440 | 2024-07-03T16:45:50.129Z | Compiling diesel_derives v2.1.4 |
1441 | 2024-07-03T16:45:50.242Z | Compiling futures v0.3.30 |
1442 | 2024-07-03T16:45:50.351Z | Compiling hex v0.4.3 |
1443 | 2024-07-03T16:45:50.616Z | Compiling itertools v0.12.1 |
1444 | 2024-07-03T16:45:50.859Z | Compiling finl_unicode v1.2.0 |
1445 | 2024-07-03T16:45:51.906Z | Compiling spki v0.7.3 |
1446 | 2024-07-03T16:45:51.996Z | Compiling stringprep v0.1.4 |
1447 | 2024-07-03T16:45:52.242Z | Compiling sha2 v0.10.8 |
1448 | 2024-07-03T16:45:52.533Z | Compiling toml v0.7.8 |
1449 | 2024-07-03T16:45:53.000Z | Compiling md-5 v0.10.6 |
1450 | 2024-07-03T16:45:53.182Z | Compiling serde_repr v0.1.19 |
1451 | 2024-07-03T16:45:53.207Z | Compiling strum_macros v0.25.3 |
1452 | 2024-07-03T16:45:53.238Z | Compiling hash32 v0.2.1 |
1453 | 2024-07-03T16:45:53.567Z | Compiling fallible-iterator v0.2.0 |
1454 | 2024-07-03T16:45:53.592Z | Compiling stable_deref_trait v1.2.0 |
1455 | 2024-07-03T16:45:53.688Z | Checking tinyvec_macros v0.1.1 |
1456 | 2024-07-03T16:45:53.775Z | Checking tinyvec v1.6.0 |
1457 | 2024-07-03T16:45:54.150Z | Compiling postgres-protocol v0.6.6 |
1458 | 2024-07-03T16:45:54.175Z | Compiling pkcs8 v0.10.2 |
1459 | 2024-07-03T16:45:54.702Z | Compiling hyper-rustls v0.24.2 |
1460 | 2024-07-03T16:45:54.727Z | Compiling hyper-tls v0.5.0 |
1461 | 2024-07-03T16:45:54.845Z | Compiling terminal_size v0.3.0 |
1462 | 2024-07-03T16:45:54.992Z | Compiling reqwest v0.11.27 |
1463 | 2024-07-03T16:45:55.019Z | Compiling ipnetwork v0.20.0 |
1464 | 2024-07-03T16:45:55.044Z | Compiling block-padding v0.3.3 |
1465 | 2024-07-03T16:45:55.044Z | Compiling phf_shared v0.11.2 |
1466 | 2024-07-03T16:45:55.335Z | Compiling ff v0.13.0 |
1467 | 2024-07-03T16:45:55.397Z | Compiling scheduled-thread-pool v0.2.7 |
1468 | 2024-07-03T16:45:55.536Z | Compiling managed v0.8.0 |
1469 | 2024-07-03T16:45:55.802Z | Compiling bitflags v1.3.2 |
1470 | 2024-07-03T16:45:55.904Z | Compiling base16ct v0.2.0 |
1471 | 2024-07-03T16:45:55.949Z | Compiling matches v0.1.10 |
1472 | 2024-07-03T16:45:56.046Z | Checking equivalent v1.0.1 |
1473 | 2024-07-03T16:45:56.111Z | Compiling peg-runtime v0.8.3 |
1474 | 2024-07-03T16:45:56.204Z | Compiling sec1 v0.7.3 |
1475 | 2024-07-03T16:45:56.514Z | Compiling idna v0.2.3 |
1476 | 2024-07-03T16:45:56.706Z | Compiling r2d2 v0.8.10 |
1477 | 2024-07-03T16:45:56.735Z | Compiling signal-hook-mio v0.2.3 |
1478 | 2024-07-03T16:45:56.872Z | Compiling clap_builder v4.5.2 |
1479 | 2024-07-03T16:45:57.013Z | Compiling usdt v0.5.0 |
1480 | 2024-07-03T16:45:57.199Z | Compiling group v0.13.0 |
1481 | 2024-07-03T16:45:57.284Z | Compiling phf v0.11.2 |
1482 | 2024-07-03T16:45:57.456Z | Compiling inout v0.1.3 |
1483 | 2024-07-03T16:45:57.482Z | Compiling postgres-types v0.2.6 |
1484 | 2024-07-03T16:45:57.541Z | Compiling num-iter v0.1.45 |
1485 | 2024-07-03T16:45:57.709Z | Compiling num-bigint v0.4.5 |
1486 | 2024-07-03T16:45:57.734Z | Compiling hubpack v0.1.2 |
1487 | 2024-07-03T16:45:57.836Z | Compiling hkdf v0.12.4 |
1488 | 2024-07-03T16:45:58.309Z | Compiling zerocopy v0.6.6 |
1489 | 2024-07-03T16:45:58.436Z | Compiling crypto-bigint v0.5.5 |
1490 | 2024-07-03T16:45:58.593Z | Compiling float-cmp v0.9.0 |
1491 | 2024-07-03T16:45:58.760Z | Checking cpufeatures v0.2.12 |
1492 | 2024-07-03T16:45:58.792Z | Compiling normalize-line-endings v0.3.0 |
1493 | 2024-07-03T16:45:58.851Z | Compiling static_assertions v1.1.0 |
1494 | 2024-07-03T16:45:58.909Z | Compiling data-encoding v2.6.0 |
1495 | 2024-07-03T16:45:58.945Z | Compiling difflib v0.4.0 |
1496 | 2024-07-03T16:45:58.995Z | Compiling whoami v1.5.1 |
1497 | 2024-07-03T16:45:59.610Z | Compiling predicates-core v1.0.6 |
1498 | 2024-07-03T16:45:59.933Z | Compiling clap v4.5.4 |
1499 | 2024-07-03T16:46:00.055Z | Compiling predicates v3.1.0 |
1500 | 2024-07-03T16:46:00.373Z | Compiling yasna v0.5.2 |
1501 | 2024-07-03T16:46:00.504Z | Compiling diesel v2.1.6 |
1502 | 2024-07-03T16:46:00.961Z | Compiling elliptic-curve v0.13.8 |
1503 | 2024-07-03T16:46:01.505Z | Compiling trust-dns-proto v0.22.0 |
1504 | 2024-07-03T16:46:01.653Z | Compiling tokio-postgres v0.7.10 |
1505 | 2024-07-03T16:46:01.979Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1506 | 2024-07-03T16:46:03.287Z | Compiling cipher v0.4.4 |
1507 | 2024-07-03T16:46:03.736Z | Compiling crossterm v0.27.0 |
1508 | 2024-07-03T16:46:05.822Z | Compiling similar v2.5.0 |
1509 | 2024-07-03T16:46:06.265Z | Compiling console v0.15.8 |
1510 | 2024-07-03T16:46:06.341Z | Compiling tokio-stream v0.1.15 |
1511 | 2024-07-03T16:46:06.879Z | Compiling bstr v1.9.1 |
1512 | 2024-07-03T16:46:07.575Z | Checking tracing-core v0.1.32 |
1513 | 2024-07-03T16:46:07.816Z | Checking percent-encoding v2.3.1 |
1514 | 2024-07-03T16:46:08.001Z | Checking form_urlencoded v1.2.1 |
1515 | 2024-07-03T16:46:08.189Z | Checking powerfmt v0.2.0 |
1516 | 2024-07-03T16:46:08.429Z | Checking deranged v0.3.11 |
1517 | 2024-07-03T16:46:08.469Z | Checking num_threads v0.1.7 |
1518 | 2024-07-03T16:46:08.503Z | Checking num-conv v0.1.0 |
1519 | 2024-07-03T16:46:08.573Z | Checking unicode-ident v1.0.12 |
1520 | 2024-07-03T16:46:08.598Z | Checking time-core v0.1.2 |
1521 | 2024-07-03T16:46:08.726Z | Checking httparse v1.8.0 |
1522 | 2024-07-03T16:46:09.063Z | Checking errno v0.3.9 |
1523 | 2024-07-03T16:46:09.221Z | Checking unicode-width v0.1.12 |
1524 | 2024-07-03T16:46:09.371Z | Checking proc-macro2 v1.0.86 |
1525 | 2024-07-03T16:46:09.913Z | Checking adler v1.0.2 |
1526 | 2024-07-03T16:46:09.959Z | Checking quote v1.0.36 |
1527 | 2024-07-03T16:46:10.063Z | Checking miniz_oxide v0.7.2 |
1528 | 2024-07-03T16:46:10.088Z | Checking try-lock v0.2.5 |
1529 | 2024-07-03T16:46:10.217Z | Checking base64 v0.21.7 |
1530 | 2024-07-03T16:46:10.634Z | Checking want v0.3.1 |
1531 | 2024-07-03T16:46:11.008Z | Checking tower-service v0.3.2 |
1532 | 2024-07-03T16:46:11.319Z | Checking httpdate v1.0.3 |
1533 | 2024-07-03T16:46:11.617Z | Checking foreign-types-shared v0.1.1 |
1534 | 2024-07-03T16:46:11.651Z | Checking openssl-probe v0.1.5 |
1535 | 2024-07-03T16:46:11.743Z | Checking foreign-types v0.3.2 |
1536 | 2024-07-03T16:46:11.783Z | Checking openssl-sys v0.9.102 |
1537 | 2024-07-03T16:46:11.837Z | Checking mime v0.3.17 |
1538 | 2024-07-03T16:46:11.910Z | Checking ipnet v2.9.0 |
1539 | 2024-07-03T16:46:12.659Z | Checking utf8parse v0.2.1 |
1540 | 2024-07-03T16:46:16.189Z | Checking encoding_rs v0.8.34 |
1541 | 2024-07-03T16:46:16.433Z | Checking anstyle v1.0.7 |
1542 | 2024-07-03T16:46:17.880Z | Checking rustls-pemfile v1.0.4 |
1543 | 2024-07-03T16:46:18.103Z | Checking plain v0.2.3 |
1544 | 2024-07-03T16:46:18.127Z | Checking ucd-trie v0.1.6 |
1545 | 2024-07-03T16:46:18.182Z | Checking sync_wrapper v0.1.2 |
1546 | 2024-07-03T16:46:18.248Z | Checking anstyle-parse v0.2.4 |
1547 | 2024-07-03T16:46:18.415Z | Checking colorchoice v1.0.1 |
1548 | 2024-07-03T16:46:18.439Z | Checking is_terminal_polyfill v1.70.0 |
1549 | 2024-07-03T16:46:18.477Z | Checking pretty-hex v0.4.1 |
1550 | 2024-07-03T16:46:18.502Z | Checking anstyle-query v1.0.3 |
1551 | 2024-07-03T16:46:18.625Z | Checking anstream v0.6.14 |
1552 | 2024-07-03T16:46:18.649Z | Checking thread-id v4.2.1 |
1553 | 2024-07-03T16:46:18.696Z | Checking strsim v0.11.1 |
1554 | 2024-07-03T16:46:18.754Z | Checking clap_lex v0.7.0 |
1555 | 2024-07-03T16:46:18.998Z | Checking memmap v0.7.0 |
1556 | 2024-07-03T16:46:19.175Z | Checking crc32fast v1.4.0 |
1557 | 2024-07-03T16:46:20.318Z | Checking flate2 v1.0.30 |
1558 | 2024-07-03T16:46:21.309Z | Checking winnow v0.6.8 |
1559 | 2024-07-03T16:46:28.384Z | Compiling regress v0.9.1 |
1560 | 2024-07-03T16:46:28.409Z | Compiling getopts v0.2.21 |
1561 | 2024-07-03T16:46:29.278Z | Compiling unsafe-libyaml v0.2.11 |
1562 | 2024-07-03T16:46:29.319Z | Checking heck v0.5.0 |
1563 | 2024-07-03T16:46:30.170Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1564 | 2024-07-03T16:46:30.195Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1565 | 2024-07-03T16:46:30.469Z | Compiling serde_yaml v0.9.34+deprecated |
1566 | 2024-07-03T16:46:30.671Z | Compiling paste v1.0.15 |
1567 | 2024-07-03T16:46:30.804Z | Checking camino v1.1.7 |
1568 | 2024-07-03T16:46:30.863Z | Checking is-terminal v0.4.12 |
1569 | 2024-07-03T16:46:30.973Z | Compiling strum_macros v0.26.2 |
1570 | 2024-07-03T16:46:31.159Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1571 | 2024-07-03T16:46:31.876Z | Compiling ident_case v1.0.1 |
1572 | 2024-07-03T16:46:32.045Z | Checking base64 v0.22.1 |
1573 | 2024-07-03T16:46:32.321Z | Compiling darling_core v0.20.9 |
1574 | 2024-07-03T16:46:32.452Z | Checking sha1 v0.10.6 |
1575 | 2024-07-03T16:46:32.543Z | Compiling rustls v0.22.4 |
1576 | 2024-07-03T16:46:32.682Z | Checking http v1.1.0 |
1577 | 2024-07-03T16:46:32.786Z | Checking match_cfg v0.1.0 |
1578 | 2024-07-03T16:46:32.874Z | Checking hostname v0.3.1 |
1579 | 2024-07-03T16:46:32.990Z | Checking dirs-sys-next v0.1.2 |
1580 | 2024-07-03T16:46:33.146Z | Compiling multer v3.1.0 |
1581 | 2024-07-03T16:46:33.442Z | Checking dirs-next v2.0.0 |
1582 | 2024-07-03T16:46:33.566Z | Checking crossbeam-channel v0.5.12 |
1583 | 2024-07-03T16:46:33.885Z | Compiling async-stream-impl v0.3.5 |
1584 | 2024-07-03T16:46:34.078Z | Checking thread_local v1.1.8 |
1585 | 2024-07-03T16:46:34.169Z | Checking rustls-pki-types v1.7.0 |
1586 | 2024-07-03T16:46:34.194Z | Checking term v0.7.0 |
1587 | 2024-07-03T16:46:34.330Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1588 | 2024-07-03T16:46:34.559Z | Checking take_mut v0.2.2 |
1589 | 2024-07-03T16:46:34.586Z | Checking slog-term v2.9.1 |
1590 | 2024-07-03T16:46:34.680Z | Checking toml v0.8.13 |
1591 | 2024-07-03T16:46:34.705Z | Checking slog-async v2.8.0 |
1592 | 2024-07-03T16:46:34.941Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1593 | 2024-07-03T16:46:35.025Z | Checking rustls-webpki v0.102.4 |
1594 | 2024-07-03T16:46:35.085Z | Checking slog-json v2.6.1 |
1595 | 2024-07-03T16:46:35.227Z | Checking strum v0.26.2 |
1596 | 2024-07-03T16:46:35.296Z | Checking instant v0.1.12 |
1597 | 2024-07-03T16:46:35.321Z | Checking slog-bunyan v2.5.0 |
1598 | 2024-07-03T16:46:35.378Z | Checking rustls-pemfile v2.1.2 |
1599 | 2024-07-03T16:46:35.412Z | Checking fastrand v2.1.0 |
1600 | 2024-07-03T16:46:35.481Z | Checking debug-ignore v1.0.5 |
1601 | 2024-07-03T16:46:35.608Z | Checking quick-error v1.2.3 |
1602 | 2024-07-03T16:46:35.633Z | Checking atomic-waker v1.1.2 |
1603 | 2024-07-03T16:46:35.707Z | Checking tempfile v3.10.1 |
1604 | 2024-07-03T16:46:35.751Z | Checking async-stream v0.3.5 |
1605 | 2024-07-03T16:46:35.777Z | Checking waitgroup v0.1.2 |
1606 | 2024-07-03T16:46:35.937Z | Checking serde_path_to_error v0.1.16 |
1607 | 2024-07-03T16:46:36.022Z | Compiling structmeta-derive v0.3.0 |
1608 | 2024-07-03T16:46:36.252Z | Checking hostname v0.4.0 |
1609 | 2024-07-03T16:46:36.376Z | Checking newtype-uuid v1.1.0 |
1610 | 2024-07-03T16:46:36.498Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1611 | 2024-07-03T16:46:36.584Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1612 | 2024-07-03T16:46:36.793Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1613 | 2024-07-03T16:46:37.031Z | Checking macaddr v1.0.1 |
1614 | 2024-07-03T16:46:37.170Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1615 | 2024-07-03T16:46:37.288Z | Checking backoff v0.4.0 |
1616 | 2024-07-03T16:46:37.313Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1617 | 2024-07-03T16:46:37.337Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1618 | 2024-07-03T16:46:37.478Z | Checking wait-timeout v0.2.0 |
1619 | 2024-07-03T16:46:37.551Z | Compiling structmeta-derive v0.2.0 |
1620 | 2024-07-03T16:46:37.613Z | Checking rand_xorshift v0.3.0 |
1621 | 2024-07-03T16:46:37.652Z | Checking rusty-fork v0.3.0 |
1622 | 2024-07-03T16:46:37.777Z | Checking unarray v0.1.4 |
1623 | 2024-07-03T16:46:37.914Z | Compiling proc-macro-error v1.0.4 |
1624 | 2024-07-03T16:46:37.943Z | Checking proptest v1.4.0 |
1625 | 2024-07-03T16:46:38.570Z | Checking camino-tempfile v1.1.1 |
1626 | 2024-07-03T16:46:38.598Z | Compiling structmeta v0.3.0 |
1627 | 2024-07-03T16:46:38.623Z | Compiling darling_macro v0.20.9 |
1628 | 2024-07-03T16:46:38.782Z | Checking tokio-rustls v0.25.0 |
1629 | 2024-07-03T16:46:38.824Z | Compiling proc-macro-crate v1.3.1 |
1630 | 2024-07-03T16:46:38.998Z | Compiling parse-display-derive v0.9.0 |
1631 | 2024-07-03T16:46:39.461Z | Compiling darling v0.20.9 |
1632 | 2024-07-03T16:46:39.634Z | Compiling serde_with_macros v3.8.1 |
1633 | 2024-07-03T16:46:39.868Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1634 | 2024-07-03T16:46:40.100Z | Compiling structmeta v0.2.0 |
1635 | 2024-07-03T16:46:40.200Z | Compiling num_enum_derive v0.5.11 |
1636 | 2024-07-03T16:46:40.485Z | Compiling test-strategy v0.3.1 |
1637 | 2024-07-03T16:46:41.868Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1638 | 2024-07-03T16:46:42.132Z | Compiling foreign-types-macros v0.2.3 |
1639 | 2024-07-03T16:46:42.274Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1640 | 2024-07-03T16:46:42.316Z | Checking serde_with v3.8.1 |
1641 | 2024-07-03T16:46:42.520Z | Checking foreign-types-shared v0.3.1 |
1642 | 2024-07-03T16:46:42.552Z | Checking num_enum v0.5.11 |
1643 | 2024-07-03T16:46:42.803Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1644 | 2024-07-03T16:46:42.853Z | Checking cstr-argument v0.1.2 |
1645 | 2024-07-03T16:46:43.014Z | Checking pretty-hex v0.2.1 |
1646 | 2024-07-03T16:46:43.114Z | Checking parse-display v0.9.0 |
1647 | 2024-07-03T16:46:43.198Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1648 | 2024-07-03T16:46:43.233Z | Checking foreign-types v0.5.0 |
1649 | 2024-07-03T16:46:43.308Z | Checking tabwriter v1.4.0 |
1650 | 2024-07-03T16:46:43.339Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1651 | 2024-07-03T16:46:43.429Z | Checking colored v2.1.0 |
1652 | 2024-07-03T16:46:43.524Z | Checking socket2 v0.4.10 |
1653 | 2024-07-03T16:46:43.616Z | Checking smf v0.2.3 |
1654 | 2024-07-03T16:46:43.644Z | Checking humantime v2.1.0 |
1655 | 2024-07-03T16:46:43.691Z | Checking termcolor v1.4.1 |
1656 | 2024-07-03T16:46:43.878Z | Checking arc-swap v1.7.1 |
1657 | 2024-07-03T16:46:43.903Z | Checking newline-converter v0.3.0 |
1658 | 2024-07-03T16:46:43.903Z | Checking xattr v1.3.1 |
1659 | 2024-07-03T16:46:44.009Z | Checking filetime v0.2.23 |
1660 | 2024-07-03T16:46:44.047Z | Checking same-file v1.0.6 |
1661 | 2024-07-03T16:46:44.075Z | Checking expectorate v1.1.0 |
1662 | 2024-07-03T16:46:44.110Z | Checking utf-8 v0.7.6 |
1663 | 2024-07-03T16:46:44.189Z | Checking tar v0.4.40 |
1664 | 2024-07-03T16:46:44.215Z | Checking walkdir v2.5.0 |
1665 | 2024-07-03T16:46:44.240Z | Compiling heapless v0.8.0 |
1666 | 2024-07-03T16:46:44.264Z | Checking slog-scope v4.4.0 |
1667 | 2024-07-03T16:46:44.296Z | Checking termtree v0.4.1 |
1668 | 2024-07-03T16:46:44.432Z | Checking slog-stdlog v4.1.1 |
1669 | 2024-07-03T16:46:44.462Z | Checking hash32 v0.3.1 |
1670 | 2024-07-03T16:46:44.486Z | Checking predicates-tree v1.0.9 |
1671 | 2024-07-03T16:46:44.647Z | Checking slog-envlogger v2.2.0 |
1672 | 2024-07-03T16:46:44.682Z | Compiling smoltcp v0.11.0 |
1673 | 2024-07-03T16:46:44.739Z | Checking cobs v0.2.3 |
1674 | 2024-07-03T16:46:44.857Z | Compiling crucible-workspace-hack v0.1.0 |
1675 | 2024-07-03T16:46:44.902Z | Checking embedded-io v0.4.0 |
1676 | 2024-07-03T16:46:44.927Z | Checking sigpipe v0.1.3 |
1677 | 2024-07-03T16:46:45.037Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1678 | 2024-07-03T16:46:45.094Z | Checking postcard v1.0.8 |
1679 | 2024-07-03T16:46:45.147Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1680 | 2024-07-03T16:46:45.269Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1681 | 2024-07-03T16:46:45.294Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1682 | 2024-07-03T16:46:45.370Z | Checking pem v3.0.4 |
1683 | 2024-07-03T16:46:45.394Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1684 | 2024-07-03T16:46:45.581Z | Checking tungstenite v0.20.1 |
1685 | 2024-07-03T16:46:45.606Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1686 | 2024-07-03T16:46:45.736Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1687 | 2024-07-03T16:46:46.028Z | Compiling derive-where v1.2.7 |
1688 | 2024-07-03T16:46:46.053Z | Compiling mockall_derive v0.12.1 |
1689 | 2024-07-03T16:46:46.325Z | Compiling num-derive v0.4.2 |
1690 | 2024-07-03T16:46:46.885Z | Checking atty v0.2.14 |
1691 | 2024-07-03T16:46:46.963Z | Checking downcast v0.11.0 |
1692 | 2024-07-03T16:46:46.999Z | Checking fragile v2.0.0 |
1693 | 2024-07-03T16:46:47.145Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1694 | 2024-07-03T16:46:47.255Z | Checking tokio-tungstenite v0.20.1 |
1695 | 2024-07-03T16:46:47.293Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1696 | 2024-07-03T16:46:47.658Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1697 | 2024-07-03T16:46:47.841Z | Checking tungstenite v0.21.0 |
1698 | 2024-07-03T16:46:47.872Z | Checking env_logger v0.9.3 |
1699 | 2024-07-03T16:46:48.241Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
1700 | 2024-07-03T16:46:48.266Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1701 | 2024-07-03T16:46:48.365Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1702 | 2024-07-03T16:46:48.558Z | Compiling bitstruct_derive v0.1.0 |
1703 | 2024-07-03T16:46:48.602Z | Checking tokio-tungstenite v0.21.0 |
1704 | 2024-07-03T16:46:48.637Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1705 | 2024-07-03T16:46:48.761Z | Checking ascii v1.1.0 |
1706 | 2024-07-03T16:46:49.012Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1707 | 2024-07-03T16:46:49.079Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1708 | 2024-07-03T16:46:49.129Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1709 | 2024-07-03T16:46:49.175Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1710 | 2024-07-03T16:46:49.303Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1711 | 2024-07-03T16:46:49.441Z | Checking erased-serde v0.3.31 |
1712 | 2024-07-03T16:46:49.576Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1713 | 2024-07-03T16:46:49.605Z | Checking serde_arrays v0.1.0 |
1714 | 2024-07-03T16:46:49.744Z | Compiling heck v0.3.3 |
1715 | 2024-07-03T16:46:49.769Z | Checking bitstruct v0.1.1 |
1716 | 2024-07-03T16:46:49.873Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1717 | 2024-07-03T16:46:49.951Z | Checking headers-core v0.2.0 |
1718 | 2024-07-03T16:46:50.085Z | Checking base64 v0.13.1 |
1719 | 2024-07-03T16:46:50.141Z | Compiling zone_cfg_derive v0.1.2 |
1720 | 2024-07-03T16:46:50.408Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1721 | 2024-07-03T16:46:50.449Z | Checking ron v0.7.1 |
1722 | 2024-07-03T16:46:51.024Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1723 | 2024-07-03T16:46:51.234Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1724 | 2024-07-03T16:46:51.375Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1725 | 2024-07-03T16:46:51.422Z | Checking headers v0.3.9 |
1726 | 2024-07-03T16:46:51.448Z | Checking zone v0.1.8 |
1727 | 2024-07-03T16:46:51.618Z | Checking portpicker v0.1.1 |
1728 | 2024-07-03T16:46:51.774Z | Checking rcgen v0.12.1 |
1729 | 2024-07-03T16:46:52.056Z | Checking atomicwrites v0.4.3 |
1730 | 2024-07-03T16:46:52.223Z | Checking subprocess v0.2.9 |
1731 | 2024-07-03T16:46:52.330Z | Compiling convert_case v0.4.0 |
1732 | 2024-07-03T16:46:52.354Z | Checking password-hash v0.5.0 |
1733 | 2024-07-03T16:46:52.689Z | Checking blake2 v0.10.6 |
1734 | 2024-07-03T16:46:52.760Z | Checking linked-hash-map v0.5.6 |
1735 | 2024-07-03T16:46:52.787Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1736 | 2024-07-03T16:46:52.871Z | Checking mockall v0.12.1 |
1737 | 2024-07-03T16:46:52.955Z | Compiling prettyplease v0.2.20 |
1738 | 2024-07-03T16:46:53.044Z | Checking lru-cache v0.1.2 |
1739 | 2024-07-03T16:46:53.068Z | Checking swrite v0.1.0 |
1740 | 2024-07-03T16:46:53.093Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1741 | 2024-07-03T16:46:53.118Z | Checking argon2 v0.5.3 |
1742 | 2024-07-03T16:46:53.212Z | Compiling derive_more v0.99.17 |
1743 | 2024-07-03T16:46:53.418Z | Compiling rayon-core v1.12.1 |
1744 | 2024-07-03T16:46:53.641Z | Checking resolv-conf v0.7.0 |
1745 | 2024-07-03T16:46:53.692Z | Checking half v2.4.1 |
1746 | 2024-07-03T16:46:53.716Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1747 | 2024-07-03T16:46:53.943Z | Checking trust-dns-resolver v0.22.0 |
1748 | 2024-07-03T16:46:54.017Z | Checking ciborium-io v0.2.2 |
1749 | 2024-07-03T16:46:54.041Z | Compiling semver v0.1.20 |
1750 | 2024-07-03T16:46:54.094Z | Compiling cancel-safe-futures v0.1.5 |
1751 | 2024-07-03T16:46:54.135Z | Checking ciborium-ll v0.2.2 |
1752 | 2024-07-03T16:46:54.383Z | Compiling rustc_version v0.1.7 |
1753 | 2024-07-03T16:46:54.407Z | Checking ciborium v0.2.2 |
1754 | 2024-07-03T16:46:54.904Z | Compiling newtype_derive v0.1.6 |
1755 | 2024-07-03T16:46:55.141Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1756 | 2024-07-03T16:46:55.730Z | Checking num-rational v0.4.2 |
1757 | 2024-07-03T16:46:55.762Z | Checking num-complex v0.4.6 |
1758 | 2024-07-03T16:46:55.997Z | Compiling slog-dtrace v0.3.0 |
1759 | 2024-07-03T16:46:56.324Z | Checking signature v2.2.0 |
1760 | 2024-07-03T16:46:56.380Z | Checking float-ord v0.3.2 |
1761 | 2024-07-03T16:46:56.513Z | Checking steno v0.4.1 |
1762 | 2024-07-03T16:46:56.538Z | Checking num v0.4.3 |
1763 | 2024-07-03T16:46:57.754Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1764 | 2024-07-03T16:46:58.007Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1765 | 2024-07-03T16:46:58.340Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1766 | 2024-07-03T16:46:59.275Z | Checking libsw v3.3.1 |
1767 | 2024-07-03T16:46:59.662Z | Checking linear-map v1.2.0 |
1768 | 2024-07-03T16:46:59.737Z | Checking owo-colors v4.0.0 |
1769 | 2024-07-03T16:47:01.192Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1770 | 2024-07-03T16:47:01.285Z | Checking nibble_vec v0.1.0 |
1771 | 2024-07-03T16:47:01.457Z | Checking endian-type v0.1.2 |
1772 | 2024-07-03T16:47:01.663Z | Checking radix_trie v0.2.1 |
1773 | 2024-07-03T16:47:01.990Z | Checking fxhash v0.2.1 |
1774 | 2024-07-03T16:47:02.017Z | Checking display-error-chain v0.2.0 |
1775 | 2024-07-03T16:47:02.106Z | Compiling home v0.5.9 |
1776 | 2024-07-03T16:47:02.162Z | Compiling radium v0.7.0 |
1777 | 2024-07-03T16:47:02.186Z | Checking tap v1.0.1 |
1778 | 2024-07-03T16:47:02.341Z | Compiling maybe-uninit v2.0.0 |
1779 | 2024-07-03T16:47:02.365Z | Checking wyz v0.5.1 |
1780 | 2024-07-03T16:47:02.696Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1781 | 2024-07-03T16:47:02.835Z | Compiling num-bigint-dig v0.8.4 |
1782 | 2024-07-03T16:47:02.914Z | Compiling packed_struct v0.10.1 |
1783 | 2024-07-03T16:47:03.090Z | Checking funty v2.0.0 |
1784 | 2024-07-03T16:47:03.115Z | Checking crc-catalog v2.4.0 |
1785 | 2024-07-03T16:47:03.247Z | Checking crc v3.2.1 |
1786 | 2024-07-03T16:47:03.496Z | Compiling packed_struct_codegen v0.10.1 |
1787 | 2024-07-03T16:47:03.625Z | Compiling indexmap v1.9.3 |
1788 | 2024-07-03T16:47:03.876Z | Checking nodrop v0.1.14 |
1789 | 2024-07-03T16:47:03.902Z | Checking bitvec v1.0.1 |
1790 | 2024-07-03T16:47:03.994Z | Checking array-init v0.0.4 |
1791 | 2024-07-03T16:47:04.121Z | Checking smallvec v0.6.14 |
1792 | 2024-07-03T16:47:04.888Z | Checking pkcs1 v0.7.5 |
1793 | 2024-07-03T16:47:04.913Z | Compiling ring v0.16.20 |
1794 | 2024-07-03T16:47:05.223Z | Compiling blake3 v1.5.1 |
1795 | 2024-07-03T16:47:05.549Z | Checking bitfield v0.14.0 |
1796 | 2024-07-03T16:47:05.721Z | Checking hashbrown v0.12.3 |
1797 | 2024-07-03T16:47:05.999Z | Checking serde-hex v0.1.0 |
1798 | 2024-07-03T16:47:06.186Z | Checking bzip2 v0.4.4 |
1799 | 2024-07-03T16:47:06.270Z | Checking rsa v0.9.6 |
1800 | 2024-07-03T16:47:06.443Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1801 | 2024-07-03T16:47:06.684Z | Checking env_logger v0.10.2 |
1802 | 2024-07-03T16:47:07.068Z | Checking x509-cert v0.2.5 |
1803 | 2024-07-03T16:47:07.148Z | Checking ron v0.8.1 |
1804 | 2024-07-03T16:47:07.223Z | Checking hashbrown v0.13.2 |
1805 | 2024-07-03T16:47:08.042Z | Checking crc-any v2.5.0 |
1806 | 2024-07-03T16:47:08.073Z | Checking object v0.30.4 |
1807 | 2024-07-03T16:47:08.116Z | Checking zip v0.6.6 |
1808 | 2024-07-03T16:47:08.181Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1809 | 2024-07-03T16:47:08.359Z | Checking path-slash v0.1.5 |
1810 | 2024-07-03T16:47:08.384Z | Compiling async-recursion v1.1.1 |
1811 | 2024-07-03T16:47:08.419Z | Checking gethostname v0.4.3 |
1812 | 2024-07-03T16:47:08.492Z | Checking maplit v1.0.2 |
1813 | 2024-07-03T16:47:08.549Z | Compiling parking_lot_core v0.8.6 |
1814 | 2024-07-03T16:47:08.600Z | Compiling libefi-sys v0.1.0 |
1815 | 2024-07-03T16:47:08.686Z | Compiling bitfield-struct v0.6.1 |
1816 | 2024-07-03T16:47:08.867Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1817 | 2024-07-03T16:47:09.208Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1818 | 2024-07-03T16:47:09.272Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1819 | 2024-07-03T16:47:09.304Z | Compiling crossbeam-deque v0.8.5 |
1820 | 2024-07-03T16:47:09.634Z | Checking keccak v0.1.5 |
1821 | 2024-07-03T16:47:09.764Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1822 | 2024-07-03T16:47:09.876Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1823 | 2024-07-03T16:47:09.919Z | Checking sha3 v0.10.8 |
1824 | 2024-07-03T16:47:09.944Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1825 | 2024-07-03T16:47:10.421Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1826 | 2024-07-03T16:47:10.468Z | Checking parking_lot v0.11.2 |
1827 | 2024-07-03T16:47:10.558Z | Checking trust-dns-client v0.22.0 |
1828 | 2024-07-03T16:47:10.779Z | Checking toml v0.5.11 |
1829 | 2024-07-03T16:47:10.819Z | Checking secrecy v0.8.0 |
1830 | 2024-07-03T16:47:10.872Z | Compiling rayon v1.10.0 |
1831 | 2024-07-03T16:47:10.998Z | Checking sled v0.34.7 |
1832 | 2024-07-03T16:47:11.735Z | Compiling memmap2 v0.9.4 |
1833 | 2024-07-03T16:47:11.849Z | Compiling constant_time_eq v0.3.0 |
1834 | 2024-07-03T16:47:12.024Z | Compiling spin v0.5.2 |
1835 | 2024-07-03T16:47:12.049Z | Checking trust-dns-server v0.22.1 |
1836 | 2024-07-03T16:47:12.139Z | Compiling buf-list v1.0.3 |
1837 | 2024-07-03T16:47:12.242Z | Compiling untrusted v0.7.1 |
1838 | 2024-07-03T16:47:12.421Z | Compiling arrayvec v0.7.4 |
1839 | 2024-07-03T16:47:12.682Z | Compiling arrayref v0.3.7 |
1840 | 2024-07-03T16:47:13.299Z | Compiling toolchain_find v0.4.0 |
1841 | 2024-07-03T16:47:13.497Z | Compiling topological-sort v0.2.2 |
1842 | 2024-07-03T16:47:13.667Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1843 | 2024-07-03T16:47:13.866Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1844 | 2024-07-03T16:47:13.892Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1845 | 2024-07-03T16:47:13.892Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1846 | 2024-07-03T16:47:14.166Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1847 | 2024-07-03T16:47:15.271Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1848 | 2024-07-03T16:47:15.965Z | Compiling omicron-zone-package v0.11.0 |
1849 | 2024-07-03T16:47:16.210Z | Compiling rustfmt-wrapper v0.2.1 |
1850 | 2024-07-03T16:47:16.877Z | Checking glob v0.3.1 |
1851 | 2024-07-03T16:47:16.977Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
1852 | 2024-07-03T16:47:17.138Z | Compiling curve25519-dalek v4.1.3 |
1853 | 2024-07-03T16:47:17.316Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1854 | 2024-07-03T16:47:17.660Z | Checking universal-hash v0.5.1 |
1855 | 2024-07-03T16:47:17.712Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1856 | 2024-07-03T16:47:17.830Z | Checking opaque-debug v0.3.1 |
1857 | 2024-07-03T16:47:17.926Z | Compiling curve25519-dalek-derive v0.1.1 |
1858 | 2024-07-03T16:47:18.361Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1859 | 2024-07-03T16:47:19.090Z | Checking aead v0.5.2 |
1860 | 2024-07-03T16:47:19.115Z | Compiling pin-project-internal v1.1.5 |
1861 | 2024-07-03T16:47:19.276Z | Compiling vte_generate_state_changes v0.1.1 |
1862 | 2024-07-03T16:47:19.840Z | Compiling unicase v2.7.0 |
1863 | 2024-07-03T16:47:19.991Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1864 | 2024-07-03T16:47:20.281Z | Checking vte v0.11.1 |
1865 | 2024-07-03T16:47:20.552Z | Checking poly1305 v0.8.0 |
1866 | 2024-07-03T16:47:20.790Z | Checking chacha20 v0.9.1 |
1867 | 2024-07-03T16:47:20.971Z | Checking fd-lock v4.0.2 |
1868 | 2024-07-03T16:47:21.100Z | Compiling thiserror-impl-no-std v2.0.2 |
1869 | 2024-07-03T16:47:21.124Z | Checking nanorand v0.7.0 |
1870 | 2024-07-03T16:47:21.150Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1871 | 2024-07-03T16:47:21.336Z | Checking strip-ansi-escapes v0.2.0 |
1872 | 2024-07-03T16:47:21.402Z | Checking kstat-rs v0.2.4 |
1873 | 2024-07-03T16:47:21.466Z | Checking flume v0.11.0 |
1874 | 2024-07-03T16:47:21.490Z | Checking nu-ansi-term v0.50.0 |
1875 | 2024-07-03T16:47:21.547Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1876 | 2024-07-03T16:47:21.710Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1877 | 2024-07-03T16:47:21.784Z | Checking pin-project v1.1.5 |
1878 | 2024-07-03T16:47:21.892Z | Checking reedline v0.31.0 |
1879 | 2024-07-03T16:47:21.917Z | Checking chacha20poly1305 v0.10.1 |
1880 | 2024-07-03T16:47:22.015Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
1881 | 2024-07-03T16:47:22.096Z | Compiling crunchy v0.2.2 |
1882 | 2024-07-03T16:47:22.296Z | Compiling mime_guess v2.0.4 |
1883 | 2024-07-03T16:47:22.533Z | Compiling clang-sys v1.7.0 |
1884 | 2024-07-03T16:47:22.884Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1885 | 2024-07-03T16:47:23.141Z | Compiling tiny-keccak v2.0.2 |
1886 | 2024-07-03T16:47:23.577Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1887 | 2024-07-03T16:47:23.748Z | Compiling memoffset v0.9.1 |
1888 | 2024-07-03T16:47:23.813Z | Compiling ref-cast v1.0.23 |
1889 | 2024-07-03T16:47:23.900Z | Checking thiserror-no-std v2.0.2 |
1890 | 2024-07-03T16:47:24.015Z | Checking bytecount v0.6.8 |
1891 | 2024-07-03T16:47:24.040Z | Checking vsss-rs v3.3.4 |
1892 | 2024-07-03T16:47:24.164Z | Checking papergrid v0.11.0 |
1893 | 2024-07-03T16:47:24.831Z | Compiling ascii-canvas v3.0.0 |
1894 | 2024-07-03T16:47:24.871Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1895 | 2024-07-03T16:47:25.106Z | Compiling tabled_derive v0.7.0 |
1896 | 2024-07-03T16:47:25.479Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1897 | 2024-07-03T16:47:25.619Z | Compiling snafu-derive v0.8.2 |
1898 | 2024-07-03T16:47:25.714Z | Compiling ref-cast-impl v1.0.23 |
1899 | 2024-07-03T16:47:26.499Z | Compiling ena v0.14.3 |
1900 | 2024-07-03T16:47:26.822Z | Compiling libloading v0.8.3 |
1901 | 2024-07-03T16:47:26.880Z | Compiling regex-syntax v0.6.29 |
1902 | 2024-07-03T16:47:26.918Z | Checking http-range v0.1.5 |
1903 | 2024-07-03T16:47:27.107Z | Compiling bindgen v0.69.4 |
1904 | 2024-07-03T16:47:27.247Z | Compiling diff v0.1.13 |
1905 | 2024-07-03T16:47:27.434Z | Checking tabled v0.15.0 |
1906 | 2024-07-03T16:47:27.814Z | Checking hyper-staticfile v0.9.5 |
1907 | 2024-07-03T16:47:28.363Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=59868677c70f3cd03f03e12584ad1056da8b5459#59868677) |
1908 | 2024-07-03T16:47:28.981Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1909 | 2024-07-03T16:47:30.035Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1910 | 2024-07-03T16:47:30.540Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1911 | 2024-07-03T16:47:31.491Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1912 | 2024-07-03T16:47:31.825Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1913 | 2024-07-03T16:47:33.187Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1914 | 2024-07-03T16:47:33.916Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1915 | 2024-07-03T16:47:34.626Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1916 | 2024-07-03T16:47:35.135Z | Checking snafu v0.8.2 |
1917 | 2024-07-03T16:47:35.560Z | Compiling lalrpop v0.19.12 |
1918 | 2024-07-03T16:47:35.619Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1919 | 2024-07-03T16:47:36.693Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1920 | 2024-07-03T16:47:37.150Z | Compiling which v4.4.2 |
1921 | 2024-07-03T16:47:37.688Z | Checking globset v0.4.14 |
1922 | 2024-07-03T16:47:38.108Z | Checking olpc-cjson v0.1.3 |
1923 | 2024-07-03T16:47:38.301Z | Compiling cexpr v0.6.0 |
1924 | 2024-07-03T16:47:38.853Z | Checking serde_plain v1.0.2 |
1925 | 2024-07-03T16:47:39.076Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1926 | 2024-07-03T16:47:39.314Z | Checking typed-path v0.7.1 |
1927 | 2024-07-03T16:47:39.872Z | Compiling cfg_aliases v0.1.1 |
1928 | 2024-07-03T16:47:39.980Z | Compiling salty v0.2.0 |
1929 | 2024-07-03T16:47:40.005Z | Compiling rustc-hash v1.1.0 |
1930 | 2024-07-03T16:47:40.157Z | Checking signature v1.6.4 |
1931 | 2024-07-03T16:47:40.279Z | Compiling lazycell v1.3.0 |
1932 | 2024-07-03T16:47:40.415Z | Compiling shlex v1.3.0 |
1933 | 2024-07-03T16:47:40.473Z | Checking ed25519 v1.5.3 |
1934 | 2024-07-03T16:47:40.737Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1935 | 2024-07-03T16:47:40.814Z | Compiling nix v0.28.0 |
1936 | 2024-07-03T16:47:40.919Z | Checking tough v0.17.1 |
1937 | 2024-07-03T16:47:41.541Z | Checking nix v0.27.1 |
1938 | 2024-07-03T16:47:43.645Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1939 | 2024-07-03T16:47:44.848Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1940 | 2024-07-03T16:47:44.878Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1941 | 2024-07-03T16:47:45.072Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1942 | 2024-07-03T16:47:45.163Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1943 | 2024-07-03T16:47:45.412Z | Compiling derive_builder_core v0.20.0 |
1944 | 2024-07-03T16:47:45.587Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1945 | 2024-07-03T16:47:45.793Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1946 | 2024-07-03T16:47:46.463Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1947 | 2024-07-03T16:47:47.219Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1948 | 2024-07-03T16:47:47.483Z | Checking serde-big-array v0.5.1 |
1949 | 2024-07-03T16:47:47.685Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1950 | 2024-07-03T16:47:47.710Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1951 | 2024-07-03T16:47:48.073Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1952 | 2024-07-03T16:47:48.447Z | Compiling libxml v0.3.3 |
1953 | 2024-07-03T16:47:48.750Z | Checking parse-size v1.0.0 |
1954 | 2024-07-03T16:47:48.942Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1955 | 2024-07-03T16:47:49.270Z | Compiling derive_builder_macro v0.20.0 |
1956 | 2024-07-03T16:47:49.597Z | Checking signal-hook-tokio v0.3.1 |
1957 | 2024-07-03T16:47:49.790Z | Checking serde-big-array v0.4.1 |
1958 | 2024-07-03T16:47:49.891Z | Compiling strum_macros v0.24.3 |
1959 | 2024-07-03T16:47:49.955Z | Compiling cookie v0.18.1 |
1960 | 2024-07-03T16:47:50.070Z | Compiling indoc v1.0.9 |
1961 | 2024-07-03T16:47:50.119Z | Checking sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1962 | 2024-07-03T16:47:50.277Z | Checking derive_builder v0.20.0 |
1963 | 2024-07-03T16:47:50.961Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1964 | 2024-07-03T16:47:51.150Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1965 | 2024-07-03T16:47:52.367Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1966 | 2024-07-03T16:47:52.472Z | Compiling peg-macros v0.8.3 |
1967 | 2024-07-03T16:47:52.609Z | Checking quick-xml v0.31.0 |
1968 | 2024-07-03T16:47:53.052Z | Compiling oso-derive v0.27.3 |
1969 | 2024-07-03T16:47:53.077Z | Compiling impl-trait-for-tuples v0.2.2 |
1970 | 2024-07-03T16:47:53.945Z | Compiling sqlparser_derive v0.2.2 |
1971 | 2024-07-03T16:47:54.333Z | Checking heck v0.4.1 |
1972 | 2024-07-03T16:47:54.684Z | Checking unicode_categories v0.1.1 |
1973 | 2024-07-03T16:47:54.897Z | Checking corncobs v0.1.3 |
1974 | 2024-07-03T16:47:54.939Z | Checking sqlformat v0.2.3 |
1975 | 2024-07-03T16:47:55.088Z | Checking sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1976 | 2024-07-03T16:47:55.259Z | Checking sqlparser v0.45.0 |
1977 | 2024-07-03T16:47:55.535Z | Checking peg v0.8.3 |
1978 | 2024-07-03T16:47:55.639Z | Checking rustyline v14.0.0 |
1979 | 2024-07-03T16:47:57.009Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1980 | 2024-07-03T16:47:57.588Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1981 | 2024-07-03T16:47:57.697Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1982 | 2024-07-03T16:47:58.711Z | Checking bcs v0.1.6 |
1983 | 2024-07-03T16:47:59.113Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1984 | 2024-07-03T16:47:59.143Z | Checking highway v1.1.0 |
1985 | 2024-07-03T16:47:59.428Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1986 | 2024-07-03T16:47:59.498Z | Compiling const_format_proc_macros v0.2.32 |
1987 | 2024-07-03T16:47:59.700Z | Checking bb8 v0.8.3 |
1988 | 2024-07-03T16:48:00.084Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1989 | 2024-07-03T16:48:00.935Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1990 | 2024-07-03T16:48:01.409Z | Checking const_format v0.2.32 |
1991 | 2024-07-03T16:48:01.835Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1992 | 2024-07-03T16:48:02.249Z | Checking assert_matches v1.5.0 |
1993 | 2024-07-03T16:48:02.360Z | Compiling portable-atomic v1.6.0 |
1994 | 2024-07-03T16:48:02.826Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1995 | 2024-07-03T16:48:02.977Z | Checking rand_seeder v0.2.3 |
1996 | 2024-07-03T16:48:03.212Z | Checking number_prefix v0.4.0 |
1997 | 2024-07-03T16:48:03.421Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1998 | 2024-07-03T16:48:03.472Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1999 | 2024-07-03T16:48:03.846Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2000 | 2024-07-03T16:48:04.067Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2001 | 2024-07-03T16:48:04.276Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2002 | 2024-07-03T16:48:04.361Z | Checking indicatif v0.17.8 |
2003 | 2024-07-03T16:48:05.060Z | Checking castaway v0.2.2 |
2004 | 2024-07-03T16:48:05.211Z | Checking compact_str v0.7.1 |
2005 | 2024-07-03T16:48:05.295Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2006 | 2024-07-03T16:48:05.323Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2007 | 2024-07-03T16:48:05.554Z | Checking lru v0.12.3 |
2008 | 2024-07-03T16:48:05.585Z | Compiling stability v0.2.0 |
2009 | 2024-07-03T16:48:05.808Z | Checking cassowary v0.3.0 |
2010 | 2024-07-03T16:48:05.847Z | Compiling indoc v2.0.5 |
2011 | 2024-07-03T16:48:06.226Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2012 | 2024-07-03T16:48:06.428Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2013 | 2024-07-03T16:48:06.803Z | Checking ratatui v0.26.2 |
2014 | 2024-07-03T16:48:07.655Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2015 | 2024-07-03T16:48:07.800Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2016 | 2024-07-03T16:48:08.638Z | Checking smawk v0.3.2 |
2017 | 2024-07-03T16:48:08.671Z | Checking unicode-linebreak v0.1.5 |
2018 | 2024-07-03T16:48:08.772Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2019 | 2024-07-03T16:48:08.824Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2020 | 2024-07-03T16:48:09.010Z | Checking textwrap v0.16.1 |
2021 | 2024-07-03T16:48:09.067Z | Checking is_ci v1.2.0 |
2022 | 2024-07-03T16:48:09.200Z | Checking supports-color v3.0.0 |
2023 | 2024-07-03T16:48:09.225Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2024 | 2024-07-03T16:48:09.356Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=64e28cea69b427b05064defaf8800a4d678b4612#64e28cea) |
2025 | 2024-07-03T16:48:09.383Z | Checking fatfs v0.3.6 |
2026 | 2024-07-03T16:48:10.228Z | Checking shell-words v1.1.0 |
2027 | 2024-07-03T16:48:10.379Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2028 | 2024-07-03T16:48:10.784Z | Checking cargo-platform v0.1.8 |
2029 | 2024-07-03T16:48:11.046Z | Checking rtoolbox v0.0.2 |
2030 | 2024-07-03T16:48:11.225Z | Compiling getrandom v0.1.16 |
2031 | 2024-07-03T16:48:11.879Z | Checking rpassword v7.3.1 |
2032 | 2024-07-03T16:48:12.017Z | Checking cargo_metadata v0.18.1 |
2033 | 2024-07-03T16:48:12.827Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2034 | 2024-07-03T16:48:13.317Z | Checking tui-tree-widget v0.19.0 |
2035 | 2024-07-03T16:48:13.844Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2036 | 2024-07-03T16:48:14.826Z | Checking rfc6979 v0.4.0 |
2037 | 2024-07-03T16:48:15.223Z | Checking ecdsa v0.16.9 |
2038 | 2024-07-03T16:48:15.256Z | Checking rand_core v0.5.1 |
2039 | 2024-07-03T16:48:15.521Z | Checking primeorder v0.13.6 |
2040 | 2024-07-03T16:48:15.833Z | Checking yansi v0.5.1 |
2041 | 2024-07-03T16:48:16.087Z | Checking option-ext v0.2.0 |
2042 | 2024-07-03T16:48:16.112Z | Checking pretty_assertions v1.4.0 |
2043 | 2024-07-03T16:48:16.210Z | Checking dirs-sys v0.4.1 |
2044 | 2024-07-03T16:48:16.297Z | Checking rand_chacha v0.2.2 |
2045 | 2024-07-03T16:48:16.383Z | Checking polyval v0.6.2 |
2046 | 2024-07-03T16:48:16.588Z | Checking ed25519 v2.2.3 |
2047 | 2024-07-03T16:48:16.640Z | Checking aes v0.8.4 |
2048 | 2024-07-03T16:48:16.801Z | Checking blowfish v0.9.1 |
2049 | 2024-07-03T16:48:17.010Z | Checking ctr v0.9.2 |
2050 | 2024-07-03T16:48:17.272Z | Checking password-hash v0.4.2 |
2051 | 2024-07-03T16:48:17.320Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2052 | 2024-07-03T16:48:17.403Z | Checking pbkdf2 v0.12.2 |
2053 | 2024-07-03T16:48:17.551Z | Checking plotters-backend v0.3.5 |
2054 | 2024-07-03T16:48:17.656Z | Checking hex-literal v0.4.1 |
2055 | 2024-07-03T16:48:17.775Z | Checking pbkdf2 v0.11.0 |
2056 | 2024-07-03T16:48:17.863Z | Checking plotters-svg v0.3.5 |
2057 | 2024-07-03T16:48:18.023Z | Checking bcrypt-pbkdf v0.10.0 |
2058 | 2024-07-03T16:48:18.061Z | Checking ed25519-dalek v2.1.1 |
2059 | 2024-07-03T16:48:18.249Z | Checking ghash v0.5.1 |
2060 | 2024-07-03T16:48:18.356Z | Checking rand v0.7.3 |
2061 | 2024-07-03T16:48:18.408Z | Checking dirs v5.0.1 |
2062 | 2024-07-03T16:48:18.537Z | Checking p521 v0.13.3 |
2063 | 2024-07-03T16:48:19.574Z | Checking p256 v0.13.2 |
2064 | 2024-07-03T16:48:19.667Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2065 | 2024-07-03T16:48:20.036Z | Checking cbc v0.1.2 |
2066 | 2024-07-03T16:48:20.248Z | Checking russh-cryptovec v0.7.2 |
2067 | 2024-07-03T16:48:20.444Z | Compiling doc-comment v0.3.3 |
2068 | 2024-07-03T16:48:20.997Z | Checking cast v0.3.0 |
2069 | 2024-07-03T16:48:21.053Z | Checking md5 v0.7.0 |
2070 | 2024-07-03T16:48:21.300Z | Compiling target-lexicon v0.12.14 |
2071 | 2024-07-03T16:48:21.328Z | Checking russh-keys v0.43.0 |
2072 | 2024-07-03T16:48:22.264Z | Checking criterion-plot v0.5.0 |
2073 | 2024-07-03T16:48:22.551Z | Checking aes-gcm v0.10.3 |
2074 | 2024-07-03T16:48:22.714Z | Checking plotters v0.3.5 |
2075 | 2024-07-03T16:48:22.783Z | Checking http-body v1.0.0 |
2076 | 2024-07-03T16:48:22.926Z | Checking tinytemplate v1.2.1 |
2077 | 2024-07-03T16:48:22.988Z | Checking csv-core v0.1.11 |
2078 | 2024-07-03T16:48:23.300Z | Checking regex-automata v0.1.10 |
2079 | 2024-07-03T16:48:23.325Z | Compiling guppy-workspace-hack v0.1.0 |
2080 | 2024-07-03T16:48:23.560Z | Compiling dhcproto-macros v0.1.0 |
2081 | 2024-07-03T16:48:23.656Z | Checking tower-layer v0.3.2 |
2082 | 2024-07-03T16:48:23.878Z | Checking oorandom v11.1.3 |
2083 | 2024-07-03T16:48:24.019Z | Compiling assert_cmd v2.0.14 |
2084 | 2024-07-03T16:48:24.179Z | Checking anes v0.1.6 |
2085 | 2024-07-03T16:48:24.351Z | Checking dhcproto v0.11.0 |
2086 | 2024-07-03T16:48:24.396Z | Checking tower v0.4.13 |
2087 | 2024-07-03T16:48:24.496Z | Checking criterion v0.5.1 |
2088 | 2024-07-03T16:48:25.072Z | Checking bstr v0.2.17 |
2089 | 2024-07-03T16:48:25.603Z | Checking csv v1.3.0 |
2090 | 2024-07-03T16:48:25.765Z | Checking hyper v1.3.1 |
2091 | 2024-07-03T16:48:26.301Z | Checking russh v0.43.0 |
2092 | 2024-07-03T16:48:26.881Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2093 | 2024-07-03T16:48:27.209Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2094 | 2024-07-03T16:48:27.767Z | Checking internet-checksum v0.2.1 |
2095 | 2024-07-03T16:48:27.799Z | Compiling target-spec v3.1.0 |
2096 | 2024-07-03T16:48:28.726Z | Checking cfg-expr v0.15.8 |
2097 | 2024-07-03T16:48:29.475Z | Checking hyper-util v0.1.3 |
2098 | 2024-07-03T16:48:29.558Z | Checking httptest v0.15.5 |
2099 | 2024-07-03T16:48:29.848Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2100 | 2024-07-03T16:48:30.181Z | Checking rustls-native-certs v0.7.0 |
2101 | 2024-07-03T16:48:30.734Z | Checking hyper-rustls v0.26.0 |
2102 | 2024-07-03T16:48:31.351Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2103 | 2024-07-03T16:48:31.599Z | Checking pathdiff v0.2.1 |
2104 | 2024-07-03T16:48:31.752Z | Checking threadpool v1.8.1 |
2105 | 2024-07-03T16:48:31.930Z | Checking escape8259 v0.5.2 |
2106 | 2024-07-03T16:48:31.960Z | Checking nested v0.1.1 |
2107 | 2024-07-03T16:48:32.100Z | Checking libtest-mimic v0.7.3 |
2108 | 2024-07-03T16:48:32.160Z | Checking guppy v0.17.5 |
2109 | 2024-07-03T16:48:32.534Z | Checking similar-asserts v1.5.0 |
2110 | 2024-07-03T16:48:32.737Z | Checking fancy-regex v0.13.0 |
2111 | 2024-07-03T16:48:33.327Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2112 | 2024-07-03T16:48:33.363Z | Compiling rstest_macros v0.19.0 |
2113 | 2024-07-03T16:48:33.917Z | Checking datatest-stable v0.2.9 |
2114 | 2024-07-03T16:48:33.952Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2115 | 2024-07-03T16:48:34.174Z | Checking blake2b_simd v1.0.2 |
2116 | 2024-07-03T16:48:34.873Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2117 | 2024-07-03T16:48:35.042Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2118 | 2024-07-03T16:48:35.120Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2119 | 2024-07-03T16:48:35.484Z | Compiling relative-path v1.9.3 |
2120 | 2024-07-03T16:48:35.700Z | Compiling trybuild v1.0.96 |
2121 | 2024-07-03T16:48:35.842Z | Checking rust-argon2 v2.1.0 |
2122 | 2024-07-03T16:48:36.219Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2123 | 2024-07-03T16:48:37.782Z | Checking multimap v0.10.0 |
2124 | 2024-07-03T16:48:38.047Z | Checking futures-timer v3.0.3 |
2125 | 2024-07-03T16:48:39.473Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2126 | 2024-07-03T16:48:40.240Z | Checking partial-io v0.5.4 |
2127 | 2024-07-03T16:48:40.556Z | Checking cargo_toml v0.20.3 |
2128 | 2024-07-03T16:48:42.150Z | Checking rand_distr v0.4.3 |
2129 | 2024-07-03T16:48:42.768Z | Checking approx v0.5.1 |
2130 | 2024-07-03T16:48:42.962Z | Checking termios v0.3.3 |
2131 | 2024-07-03T16:48:43.145Z | Checking uzers v0.11.3 |
2132 | 2024-07-03T16:48:43.468Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2133 | 2024-07-03T16:48:43.900Z | Checking rstest v0.19.0 |
2134 | 2024-07-03T16:48:45.879Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2135 | 2024-07-03T16:48:46.455Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2136 | 2024-07-03T16:48:49.829Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2137 | 2024-07-03T16:48:53.973Z | Compiling samael v0.0.15 |
2138 | 2024-07-03T16:48:57.652Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2139 | 2024-07-03T16:49:19.625Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2140 | 2024-07-03T16:49:20.611Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2141 | 2024-07-03T16:49:28.463Z | Compiling polar-core v0.27.3 |
2142 | 2024-07-03T16:49:37.973Z | Checking oso v0.27.3 |
2143 | 2024-07-03T16:50:19.297Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2144 | 2024-07-03T16:50:19.297Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2145 | 2024-07-03T16:50:19.324Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2146 | 2024-07-03T16:51:53.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 47s |
2147 | 2024-07-03T16:51:53.625Z | |
2148 | 2024-07-03T16:51:53.651Z | real 6:58.972238720 |
2149 | 2024-07-03T16:51:53.651Z | user 34:25.780267284 |
2150 | 2024-07-03T16:51:53.651Z | sys 6:23.777466163 |
2151 | 2024-07-03T16:51:53.651Z | trap 1.004159633 |
2152 | 2024-07-03T16:51:53.651Z | tflt 0.430909550 |
2153 | 2024-07-03T16:51:53.652Z | dflt 0.793565554 |
2154 | 2024-07-03T16:51:53.652Z | kflt 0.001230859 |
2155 | 2024-07-03T16:51:53.652Z | lock 1:45:53.363711219 |
2156 | 2024-07-03T16:51:53.652Z | slp 1:50:50.539072993 |
2157 | 2024-07-03T16:51:53.652Z | lat 1:50.354575461 |
2158 | 2024-07-03T16:51:53.652Z | stop 5:53.291071339 |
2159 | 2024-07-03T16:51:53.652Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2160 | 2024-07-03T16:51:53.652Z | + ptime -m cargo doc --workspace --no-deps |
2161 | 2024-07-03T16:51:54.966Z | warning: output filename collision. |
2162 | 2024-07-03T16:51:54.966Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2163 | 2024-07-03T16:51:54.966Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2164 | 2024-07-03T16:51:54.966Z | The targets should have unique names. |
2165 | 2024-07-03T16:51:54.966Z | This is a known bug where multiple crates with the same name use |
2166 | 2024-07-03T16:51:54.966Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2167 | 2024-07-03T16:51:55.596Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2168 | 2024-07-03T16:51:55.626Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2169 | 2024-07-03T16:51:55.671Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2170 | 2024-07-03T16:51:55.695Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2171 | 2024-07-03T16:51:55.719Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2172 | 2024-07-03T16:51:55.720Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2173 | 2024-07-03T16:51:55.868Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2174 | 2024-07-03T16:51:55.979Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2175 | 2024-07-03T16:51:55.979Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2176 | 2024-07-03T16:51:56.020Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2177 | 2024-07-03T16:51:56.044Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2178 | 2024-07-03T16:51:56.216Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2179 | 2024-07-03T16:51:56.284Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2180 | 2024-07-03T16:51:56.435Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2181 | 2024-07-03T16:51:56.689Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2182 | 2024-07-03T16:51:56.713Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2183 | 2024-07-03T16:51:57.714Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2184 | 2024-07-03T16:51:59.326Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2185 | 2024-07-03T16:51:59.638Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2186 | 2024-07-03T16:51:59.678Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2187 | 2024-07-03T16:51:59.924Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2188 | 2024-07-03T16:52:00.199Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2189 | 2024-07-03T16:52:00.255Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2190 | 2024-07-03T16:52:00.510Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2191 | 2024-07-03T16:52:00.583Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2192 | 2024-07-03T16:52:00.869Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2193 | 2024-07-03T16:52:01.049Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2194 | 2024-07-03T16:52:01.296Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2195 | 2024-07-03T16:52:01.586Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2196 | 2024-07-03T16:52:01.636Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2197 | 2024-07-03T16:52:01.735Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2198 | 2024-07-03T16:52:02.022Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2199 | 2024-07-03T16:52:02.321Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2200 | 2024-07-03T16:52:02.589Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2201 | 2024-07-03T16:52:02.613Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2202 | 2024-07-03T16:52:04.146Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2203 | 2024-07-03T16:52:05.569Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2204 | 2024-07-03T16:52:06.521Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2205 | 2024-07-03T16:52:07.352Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2206 | 2024-07-03T16:52:08.382Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2207 | 2024-07-03T16:52:08.976Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2208 | 2024-07-03T16:52:09.810Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2209 | 2024-07-03T16:52:10.261Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2210 | 2024-07-03T16:52:10.720Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2211 | 2024-07-03T16:52:11.063Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2212 | 2024-07-03T16:52:11.087Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2213 | 2024-07-03T16:52:11.591Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2214 | 2024-07-03T16:52:12.239Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2215 | 2024-07-03T16:52:12.333Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2216 | 2024-07-03T16:52:12.683Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2217 | 2024-07-03T16:52:13.417Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2218 | 2024-07-03T16:52:14.074Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2219 | 2024-07-03T16:52:15.558Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2220 | 2024-07-03T16:52:16.723Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2221 | 2024-07-03T16:52:17.208Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2222 | 2024-07-03T16:52:17.524Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2223 | 2024-07-03T16:52:17.620Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2224 | 2024-07-03T16:52:17.682Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2225 | 2024-07-03T16:52:18.141Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2226 | 2024-07-03T16:52:18.347Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2227 | 2024-07-03T16:52:18.914Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2228 | 2024-07-03T16:52:20.791Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2229 | 2024-07-03T16:52:20.851Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2230 | 2024-07-03T16:52:21.659Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2231 | 2024-07-03T16:52:22.050Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2232 | 2024-07-03T16:52:22.228Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2233 | 2024-07-03T16:52:23.183Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2234 | 2024-07-03T16:52:24.078Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2235 | 2024-07-03T16:52:25.000Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2236 | 2024-07-03T16:52:25.721Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2237 | 2024-07-03T16:52:26.134Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2238 | 2024-07-03T16:52:26.837Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2239 | 2024-07-03T16:52:27.194Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2240 | 2024-07-03T16:52:27.860Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2241 | 2024-07-03T16:52:29.061Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2242 | 2024-07-03T16:52:30.555Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2243 | 2024-07-03T16:52:30.968Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2244 | 2024-07-03T16:52:31.869Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2245 | 2024-07-03T16:52:33.924Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2246 | 2024-07-03T16:52:35.639Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2247 | 2024-07-03T16:52:41.524Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2248 | 2024-07-03T16:52:43.795Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2249 | 2024-07-03T16:52:48.150Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2250 | 2024-07-03T16:52:50.872Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2251 | 2024-07-03T16:52:51.360Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2252 | 2024-07-03T16:53:00.911Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2253 | 2024-07-03T16:53:03.359Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2254 | 2024-07-03T16:53:04.983Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2255 | 2024-07-03T16:53:17.935Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2256 | 2024-07-03T16:53:18.870Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2257 | 2024-07-03T16:53:26.007Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2258 | 2024-07-03T16:53:28.761Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2259 | 2024-07-03T16:53:42.845Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2260 | 2024-07-03T16:53:43.298Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2261 | 2024-07-03T16:53:45.276Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2262 | 2024-07-03T16:53:45.964Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2263 | 2024-07-03T16:53:46.817Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2264 | 2024-07-03T16:53:48.972Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2265 | 2024-07-03T16:53:53.276Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2266 | 2024-07-03T16:53:59.884Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2267 | 2024-07-03T16:54:00.445Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2268 | 2024-07-03T16:54:02.859Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2269 | 2024-07-03T16:54:03.397Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2270 | 2024-07-03T16:54:22.534Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2271 | 2024-07-03T16:54:28.648Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2272 | 2024-07-03T16:54:34.262Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2273 | 2024-07-03T16:54:35.534Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2274 | 2024-07-03T16:54:44.761Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2275 | 2024-07-03T16:54:46.847Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2276 | 2024-07-03T16:54:47.982Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2277 | 2024-07-03T16:54:53.341Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2278 | 2024-07-03T16:55:03.764Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2279 | 2024-07-03T16:55:05.300Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2280 | 2024-07-03T16:55:05.911Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2281 | 2024-07-03T16:55:09.901Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2282 | 2024-07-03T16:55:10.142Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2283 | 2024-07-03T16:55:11.006Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2284 | 2024-07-03T16:55:12.959Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2285 | 2024-07-03T16:55:15.805Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2286 | 2024-07-03T16:55:16.769Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2287 | 2024-07-03T16:55:19.890Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2288 | 2024-07-03T16:55:20.103Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2289 | 2024-07-03T16:55:21.053Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2290 | 2024-07-03T16:55:22.934Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2291 | 2024-07-03T16:55:26.508Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2292 | 2024-07-03T16:55:26.906Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2293 | 2024-07-03T16:55:32.300Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2294 | 2024-07-03T16:55:33.723Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2295 | 2024-07-03T16:55:34.464Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2296 | 2024-07-03T16:55:37.387Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2297 | 2024-07-03T16:55:37.864Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2298 | 2024-07-03T16:55:38.830Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2299 | 2024-07-03T16:55:43.771Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2300 | 2024-07-03T16:55:45.400Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2301 | 2024-07-03T16:55:46.450Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2302 | 2024-07-03T16:55:46.668Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2303 | 2024-07-03T16:55:49.190Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2304 | 2024-07-03T16:55:49.642Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2305 | 2024-07-03T16:55:50.891Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2306 | 2024-07-03T16:55:54.704Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2307 | 2024-07-03T16:55:58.718Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2308 | 2024-07-03T16:56:00.009Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2309 | 2024-07-03T16:56:01.050Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2310 | 2024-07-03T16:56:02.021Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2311 | 2024-07-03T16:56:03.383Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2312 | 2024-07-03T16:56:03.682Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2313 | 2024-07-03T16:56:05.521Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2314 | 2024-07-03T16:56:06.073Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2315 | 2024-07-03T16:56:08.263Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2316 | 2024-07-03T16:56:08.289Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2317 | 2024-07-03T16:56:09.218Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2318 | 2024-07-03T16:56:09.346Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2319 | 2024-07-03T16:56:09.445Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2320 | 2024-07-03T16:56:10.483Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2321 | 2024-07-03T16:56:46.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 52s |
2322 | 2024-07-03T16:56:46.745Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 97 other files |
2323 | 2024-07-03T16:56:46.801Z | |
2324 | 2024-07-03T16:56:46.825Z | real 4:53.125828211 |
2325 | 2024-07-03T16:56:46.825Z | user 15:45.132342892 |
2326 | 2024-07-03T16:56:46.825Z | sys 18:40.570705490 |
2327 | 2024-07-03T16:56:46.825Z | trap 0.320842161 |
2328 | 2024-07-03T16:56:46.825Z | tflt 0.059598135 |
2329 | 2024-07-03T16:56:46.825Z | dflt 0.331384976 |
2330 | 2024-07-03T16:56:46.825Z | kflt 0.000105236 |
2331 | 2024-07-03T16:56:46.825Z | lock 44:35.508830058 |
2332 | 2024-07-03T16:56:46.825Z | slp 1:13:55.433853565 |
2333 | 2024-07-03T16:56:46.825Z | lat 53.988704242 |
2334 | 2024-07-03T16:56:46.825Z | stop 40.596395224 |
2335 | 2024-07-03T16:56:46.825Z | process exited: duration 900721 ms, exit code 0 |
|
2336 | 2024-07-03T16:56:46.878Z | found 0 output files |