|
|
|
1 | 2024-06-21T17:37:09.123Z | job assigned to worker 01J0XXXHZA9CN72QF033W8AYKC (queued for 1 m 1 s) |
|
2 | 2024-06-21T17:37:16.689Z | starting task 0: "setup" |
3 | 2024-06-21T17:37:16.749Z | ++ uname -s |
4 | 2024-06-21T17:37:16.754Z | + kern=SunOS |
5 | 2024-06-21T17:37:16.754Z | + case "$kern" in |
6 | 2024-06-21T17:37:16.754Z | + groupadd -g 12345 build |
7 | 2024-06-21T17:37:16.758Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-21T17:37:18.772Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-21T17:37:18.901Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-21T17:37:18.904Z | + home_fs=zfs |
11 | 2024-06-21T17:37:18.905Z | + [[ zfs == autofs ]] |
12 | 2024-06-21T17:37:18.905Z | + mkdir -p /home/build |
13 | 2024-06-21T17:37:18.905Z | + chown build:build /home/build /work |
14 | 2024-06-21T17:37:20.907Z | + chmod 0700 /home/build /work |
15 | 2024-06-21T17:37:20.910Z | process exited: duration 4221 ms, exit code 0 |
|
16 | 2024-06-21T17:37:20.915Z | starting task 1: "rust-toolchain" |
17 | 2024-06-21T17:37:20.921Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-21T17:37:20.922Z | ' 1.78.0 |
19 | 2024-06-21T17:37:20.922Z | * toolchain channel = "1.78.0" |
20 | 2024-06-21T17:37:20.925Z | + printf ' * toolchain profile = "%s" |
21 | 2024-06-21T17:37:20.925Z | * toolchain profile = "default" |
22 | 2024-06-21T17:37:20.925Z | ' default |
23 | 2024-06-21T17:37:20.925Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-21T17:37:20.925Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-21T17:37:21.035Z | info: downloading installer |
26 | 2024-06-21T17:37:22.766Z | info: profile set to 'default' |
27 | 2024-06-21T17:37:22.766Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-21T17:37:22.772Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-21T17:37:22.898Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-21T17:37:22.899Z | info: downloading component 'cargo' |
31 | 2024-06-21T17:37:23.631Z | info: downloading component 'clippy' |
32 | 2024-06-21T17:37:23.874Z | info: downloading component 'rust-docs' |
33 | 2024-06-21T17:37:24.855Z | info: downloading component 'rust-std' |
34 | 2024-06-21T17:37:26.438Z | info: downloading component 'rustc' |
35 | 2024-06-21T17:37:30.351Z | info: downloading component 'rustfmt' |
36 | 2024-06-21T17:37:30.564Z | info: installing component 'cargo' |
37 | 2024-06-21T17:37:31.403Z | info: installing component 'clippy' |
38 | 2024-06-21T17:37:31.770Z | info: installing component 'rust-docs' |
39 | 2024-06-21T17:37:33.324Z | info: installing component 'rust-std' |
40 | 2024-06-21T17:37:35.093Z | info: installing component 'rustc' |
41 | 2024-06-21T17:37:39.127Z | info: installing component 'rustfmt' |
42 | 2024-06-21T17:37:39.453Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-21T17:37:39.453Z | |
44 | 2024-06-21T17:37:39.712Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-21T17:37:39.712Z | |
46 | 2024-06-21T17:37:39.715Z | |
47 | 2024-06-21T17:37:39.715Z | Rust is installed now. Great! |
48 | 2024-06-21T17:37:39.715Z | |
49 | 2024-06-21T17:37:39.715Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-21T17:37:39.715Z | environment variable. This has not been done automatically. |
51 | 2024-06-21T17:37:39.715Z | |
52 | 2024-06-21T17:37:39.715Z | To configure your current shell, you need to source |
53 | 2024-06-21T17:37:39.715Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-21T17:37:39.715Z | |
55 | 2024-06-21T17:37:39.715Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-21T17:37:39.715Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-21T17:37:39.715Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-21T17:37:39.777Z | + rustc --version |
59 | 2024-06-21T17:37:39.838Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-21T17:37:39.841Z | process exited: duration 18924 ms, exit code 0 |
|
61 | 2024-06-21T17:37:39.846Z | starting task 2: "authentication" |
62 | 2024-06-21T17:37:39.867Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-06-21T17:37:39.873Z | starting task 3: "clone repository" |
64 | 2024-06-21T17:37:39.878Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-21T17:37:39.880Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-21T17:37:40.026Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-21T17:37:45.036Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-21T17:37:45.036Z | + git fetch origin 7ebec31141183738e6f26d52ac1f7c37e67cd6ed |
69 | 2024-06-21T17:37:45.350Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-21T17:37:45.350Z | * branch 7ebec31141183738e6f26d52ac1f7c37e67cd6ed -> FETCH_HEAD |
71 | 2024-06-21T17:37:45.360Z | + [[ -n iliana/sled ]] |
72 | 2024-06-21T17:37:45.363Z | ++ git branch --show-current |
73 | 2024-06-21T17:37:45.365Z | + current=main |
74 | 2024-06-21T17:37:45.365Z | + [[ main != iliana/sled ]] |
75 | 2024-06-21T17:37:45.365Z | + git branch -f iliana/sled 7ebec31141183738e6f26d52ac1f7c37e67cd6ed |
76 | 2024-06-21T17:37:45.368Z | + git checkout -f iliana/sled |
77 | 2024-06-21T17:37:45.498Z | Switched to branch 'iliana/sled' |
78 | 2024-06-21T17:37:45.502Z | + git reset --hard 7ebec31141183738e6f26d52ac1f7c37e67cd6ed |
79 | 2024-06-21T17:37:45.509Z | HEAD is now at 7ebec3114 pin sled, write a note explaining why |
80 | 2024-06-21T17:37:45.512Z | process exited: duration 5636 ms, exit code 0 |
|
81 | 2024-06-21T17:37:45.518Z | starting task 4: "build" |
82 | 2024-06-21T17:37:45.523Z | + cargo --version |
83 | 2024-06-21T17:37:45.574Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-21T17:37:45.577Z | + rustc --version |
85 | 2024-06-21T17:37:45.632Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-21T17:37:45.635Z | + source ./env.sh |
87 | 2024-06-21T17:37:45.635Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-06-21T17:37:45.635Z | ++ set -o xtrace |
89 | 2024-06-21T17:37:45.638Z | ++++ dirname ./env.sh |
90 | 2024-06-21T17:37:45.638Z | +++ readlink -f . |
91 | 2024-06-21T17:37:45.660Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-06-21T17:37:45.660Z | ++ 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-06-21T17:37:45.660Z | ++ 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-06-21T17:37:45.663Z | ++ 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-06-21T17:37:45.663Z | ++ 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-06-21T17:37:45.663Z | ++ 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-06-21T17:37:45.663Z | ++ 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-06-21T17:37:45.663Z | ++ 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-06-21T17:37:45.663Z | ++ 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-06-21T17:37:45.663Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-06-21T17:37:45.663Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-06-21T17:37:45.663Z | + banner prerequisites |
103 | 2024-06-21T17:37:45.679Z | |
104 | 2024-06-21T17:37:45.679Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-06-21T17:37:45.679Z | # # # # # # # # # # # # # # # |
106 | 2024-06-21T17:37:45.679Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-06-21T17:37:45.679Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-06-21T17:37:45.679Z | # # # # # # # # # # # # # # # |
109 | 2024-06-21T17:37:45.679Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-06-21T17:37:45.679Z | |
111 | 2024-06-21T17:37:45.682Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-06-21T17:37:59.152Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-06-21T17:38:01.184Z | Startup: Caching catalogs ... Done |
114 | 2024-06-21T17:38:03.468Z | Planning: Solver setup ... Done (1.831s) |
115 | 2024-06-21T17:38:03.504Z | Planning: Running solver ... Done (0.036s) |
116 | 2024-06-21T17:38:03.542Z | Planning: Finding local manifests ... Done (0.003s) |
117 | 2024-06-21T17:38:03.564Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-06-21T17:38:03.817Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-06-21T17:38:03.863Z | Planning: Package planning ... Done (0.046s) |
120 | 2024-06-21T17:38:03.913Z | Planning: Merging actions ... Done (0.050s) |
121 | 2024-06-21T17:38:04.878Z | Planning: Checking for conflicting actions ... Done (0.965s) |
122 | 2024-06-21T17:38:04.890Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-06-21T17:38:09.343Z | Planning: Evaluating mediators ... Done (4.453s) |
124 | 2024-06-21T17:38:09.352Z | Planning: Planning completed in 8.10 seconds |
125 | 2024-06-21T17:38:09.848Z | Packages to install: 4 |
126 | 2024-06-21T17:38:09.848Z | Mediators to change: 2 |
127 | 2024-06-21T17:38:09.848Z | Services to change: 1 |
128 | 2024-06-21T17:38:09.848Z | Estimated space available: 155.77 GB |
129 | 2024-06-21T17:38:09.848Z | Estimated space to be consumed: 1.46 GB |
130 | 2024-06-21T17:38:09.851Z | Create boot environment: No |
131 | 2024-06-21T17:38:09.851Z | Create backup boot environment: No |
132 | 2024-06-21T17:38:09.851Z | Rebuild boot archive: No |
133 | 2024-06-21T17:38:09.851Z | |
134 | 2024-06-21T17:38:09.851Z | Changed mediators: |
135 | 2024-06-21T17:38:09.851Z | mediator clang: |
136 | 2024-06-21T17:38:09.851Z | version: None -> 15 (system default) |
137 | 2024-06-21T17:38:09.851Z | |
138 | 2024-06-21T17:38:09.851Z | mediator llvm: |
139 | 2024-06-21T17:38:09.852Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-06-21T17:38:09.852Z | |
141 | 2024-06-21T17:38:09.852Z | Changed packages: |
142 | 2024-06-21T17:38:09.852Z | helios-dev |
143 | 2024-06-21T17:38:09.852Z | developer/build-essential |
144 | 2024-06-21T17:38:09.852Z | None -> 11-2.0 |
145 | 2024-06-21T17:38:09.852Z | library/libxmlsec1 |
146 | 2024-06-21T17:38:09.852Z | None -> 1.2.35-2.0 |
147 | 2024-06-21T17:38:09.852Z | ooce/developer/clang-15 |
148 | 2024-06-21T17:38:09.852Z | None -> 15.0.7-2.0 |
149 | 2024-06-21T17:38:09.852Z | ooce/developer/llvm-15 |
150 | 2024-06-21T17:38:09.852Z | None -> 15.0.7-2.0 |
151 | 2024-06-21T17:38:09.852Z | |
152 | 2024-06-21T17:38:09.852Z | Services: |
153 | 2024-06-21T17:38:09.852Z | restart_fmri: |
154 | 2024-06-21T17:38:09.852Z | svc:/system/update-man-index:default |
155 | 2024-06-21T17:38:09.996Z | |
156 | 2024-06-21T17:38:09.996Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-06-21T17:38:14.996Z | Download: 897/3290 items 18.9/212.6MB 8% complete (3.9M/s) |
158 | 2024-06-21T17:38:21.546Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (12.4M/s) |
159 | 2024-06-21T17:38:26.814Z | Download: 2219/3290 items 119.2/212.6MB 56% complete (7.0M/s) |
160 | 2024-06-21T17:38:31.815Z | Download: 2626/3290 items 120.5/212.6MB 56% complete (3.7M/s) |
161 | 2024-06-21T17:38:37.941Z | Download: 3280/3290 items 209.1/212.6MB 98% complete (9.0M/s) |
162 | 2024-06-21T17:38:41.217Z | Download: Completed 212.60 MB in 31.22 seconds (6.8M/s) |
163 | 2024-06-21T17:38:41.362Z | Actions: 1/3689 actions (Installing new actions) |
164 | 2024-06-21T17:38:46.382Z | Actions: 3559/3689 actions (Installing new actions) |
165 | 2024-06-21T17:38:46.748Z | Actions: Completed 3689 actions in 5.39 seconds. |
166 | 2024-06-21T17:38:46.988Z | Done (0.235s) |
167 | 2024-06-21T17:38:46.988Z | Done (0.000s) |
168 | 2024-06-21T17:38:47.300Z | Done (0.312s) |
169 | 2024-06-21T17:38:52.617Z | Done (5.165s) |
170 | 2024-06-21T17:38:52.807Z | Done (0.125s) |
171 | 2024-06-21T17:38:52.810Z | Done (0.000s) |
172 | 2024-06-21T17:38:52.983Z | Done (0.000s) |
173 | 2024-06-21T17:38:53.533Z | Planning: Evaluating mediator changes ... Done |
174 | 2024-06-21T17:38:53.691Z | Planning: Checking for conflicting actions ... Done |
175 | 2024-06-21T17:38:53.694Z | Planning: Consolidating action changes ... Done |
176 | 2024-06-21T17:38:53.951Z | Planning: Evaluating mediators ... Done |
177 | 2024-06-21T17:38:53.954Z | Planning: Planning completed in 0.42 seconds |
178 | 2024-06-21T17:38:53.985Z | Mediators to change: 2 |
179 | 2024-06-21T17:38:53.985Z | Create boot environment: No |
180 | 2024-06-21T17:38:53.985Z | Create backup boot environment: No |
181 | 2024-06-21T17:38:54.095Z | Done |
182 | 2024-06-21T17:38:54.095Z | Done |
183 | 2024-06-21T17:38:54.289Z | Done |
184 | 2024-06-21T17:38:57.743Z | Done |
185 | 2024-06-21T17:38:57.822Z | Done |
186 | 2024-06-21T17:38:57.825Z | Done |
187 | 2024-06-21T17:38:58.241Z | Done |
188 | 2024-06-21T17:38:58.838Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-06-21T17:38:58.843Z | Planning: Merging actions ... Done |
190 | 2024-06-21T17:38:59.027Z | Planning: Checking for conflicting actions ... Done |
191 | 2024-06-21T17:38:59.030Z | Planning: Consolidating action changes ... Done |
192 | 2024-06-21T17:38:59.284Z | Planning: Evaluating mediators ... Done |
193 | 2024-06-21T17:38:59.337Z | Planning: Planning completed in 0.73 seconds |
194 | 2024-06-21T17:38:59.371Z | Packages to change: 1 |
195 | 2024-06-21T17:38:59.371Z | Mediators to change: 1 |
196 | 2024-06-21T17:38:59.374Z | Services to change: 1 |
197 | 2024-06-21T17:38:59.374Z | Create boot environment: No |
198 | 2024-06-21T17:38:59.374Z | Create backup boot environment: Yes |
199 | 2024-06-21T17:39:01.628Z | Actions: 1/6 actions (Updating modified actions) |
200 | 2024-06-21T17:39:01.672Z | Actions: Completed 6 actions in 0.04 seconds. |
201 | 2024-06-21T17:39:01.672Z | Done |
202 | 2024-06-21T17:39:01.672Z | Done |
203 | 2024-06-21T17:39:01.739Z | Done |
204 | 2024-06-21T17:39:05.237Z | Done |
205 | 2024-06-21T17:39:05.320Z | Done |
206 | 2024-06-21T17:39:05.320Z | Done |
207 | 2024-06-21T17:39:05.491Z | Done |
208 | 2024-06-21T17:39:05.921Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
209 | 2024-06-21T17:39:05.921Z | clang system 15 system |
210 | 2024-06-21T17:39:05.921Z | csh system system illumos |
211 | 2024-06-21T17:39:05.921Z | ctags system system illumos |
212 | 2024-06-21T17:39:05.922Z | gcc vendor 12 vendor |
213 | 2024-06-21T17:39:05.922Z | gcc system 10 system |
214 | 2024-06-21T17:39:05.922Z | gcc system 7 system |
215 | 2024-06-21T17:39:05.922Z | go system 1.20 system |
216 | 2024-06-21T17:39:05.922Z | go system 1.19 system |
217 | 2024-06-21T17:39:05.922Z | llvm system 15 system |
218 | 2024-06-21T17:39:05.922Z | llvm system 14 system |
219 | 2024-06-21T17:39:05.922Z | mariadb system 10.6 system |
220 | 2024-06-21T17:39:05.922Z | mta vendor vendor dma |
221 | 2024-06-21T17:39:05.922Z | openjdk system 17 system |
222 | 2024-06-21T17:39:05.922Z | openjdk system 11 system |
223 | 2024-06-21T17:39:05.922Z | openjdk system 1.8 system |
224 | 2024-06-21T17:39:05.922Z | openssl vendor 3 vendor |
225 | 2024-06-21T17:39:05.922Z | perl system 5.36 system |
226 | 2024-06-21T17:39:05.922Z | postgresql system 15 system |
227 | 2024-06-21T17:39:05.922Z | postgresql system 13 system |
228 | 2024-06-21T17:39:05.922Z | python vendor 3 vendor |
229 | 2024-06-21T17:39:05.922Z | python system 2 system |
230 | 2024-06-21T17:39:05.922Z | python3 system 3.11 system |
231 | 2024-06-21T17:39:05.922Z | ruby system 3.0 system |
232 | 2024-06-21T17:39:05.922Z | words vendor vendor american-english |
233 | 2024-06-21T17:39:05.922Z | words system system australian-english |
234 | 2024-06-21T17:39:05.922Z | words system system british-english |
235 | 2024-06-21T17:39:05.922Z | words system system canadian-english |
236 | 2024-06-21T17:39:05.922Z | words system system french |
237 | 2024-06-21T17:39:05.922Z | words system system italian |
238 | 2024-06-21T17:39:05.922Z | words system system ngerman |
239 | 2024-06-21T17:39:05.922Z | words system system ogerman |
240 | 2024-06-21T17:39:05.922Z | words system system spanish |
241 | 2024-06-21T17:39:06.244Z | PUBLISHER TYPE STATUS P LOCATION |
242 | 2024-06-21T17:39:06.244Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
243 | 2024-06-21T17:39:07.738Z | FMRI IFO |
244 | 2024-06-21T17:39:07.738Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
245 | 2024-06-21T17:39:07.738Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
246 | 2024-06-21T17:39:07.738Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
247 | 2024-06-21T17:39:07.738Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
248 | 2024-06-21T17:39:07.738Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
249 | 2024-06-21T17:39:07.738Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
250 | 2024-06-21T17:39:07.738Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
251 | 2024-06-21T17:39:07.738Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
252 | 2024-06-21T17:39:07.739Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
253 | 2024-06-21T17:39:07.739Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
254 | 2024-06-21T17:39:07.739Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
255 | 2024-06-21T17:39:07.739Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
256 | 2024-06-21T17:39:08.226Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
257 | 2024-06-21T17:39:08.569Z | Updating git repository `https://github.com/oxidecomputer/zone` |
258 | 2024-06-21T17:39:08.853Z | Updating crates.io index |
259 | 2024-06-21T17:39:08.897Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
260 | 2024-06-21T17:39:09.648Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
261 | 2024-06-21T17:39:10.383Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
262 | 2024-06-21T17:39:10.646Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
263 | 2024-06-21T17:39:12.742Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
264 | 2024-06-21T17:39:13.253Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
265 | 2024-06-21T17:39:13.530Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
266 | 2024-06-21T17:39:14.571Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
267 | 2024-06-21T17:39:16.572Z | Updating git repository `https://github.com/oxidecomputer/opte` |
268 | 2024-06-21T17:39:17.541Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
269 | 2024-06-21T17:39:18.279Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
270 | 2024-06-21T17:39:18.836Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
271 | 2024-06-21T17:39:19.172Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
272 | 2024-06-21T17:39:19.524Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
273 | 2024-06-21T17:39:19.838Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
274 | 2024-06-21T17:39:20.103Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
275 | 2024-06-21T17:39:20.405Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
276 | 2024-06-21T17:39:20.689Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
277 | 2024-06-21T17:39:20.955Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
278 | 2024-06-21T17:39:21.250Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
279 | 2024-06-21T17:39:21.603Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
280 | 2024-06-21T17:39:21.903Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
281 | 2024-06-21T17:39:22.204Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
282 | 2024-06-21T17:39:22.881Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
283 | 2024-06-21T17:39:23.175Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
284 | 2024-06-21T17:39:23.494Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
285 | 2024-06-21T17:39:23.856Z | Updating git repository `https://github.com/oxidecomputer/typify` |
286 | 2024-06-21T17:39:25.890Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
287 | 2024-06-21T17:39:26.224Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
288 | 2024-06-21T17:39:26.516Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
289 | 2024-06-21T17:39:26.915Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
290 | 2024-06-21T17:39:28.127Z | Downloading crates ... |
291 | 2024-06-21T17:39:28.235Z | Downloaded anstyle-parse v0.2.4 |
292 | 2024-06-21T17:39:28.238Z | Downloaded anyhow v1.0.86 |
293 | 2024-06-21T17:39:28.242Z | Downloaded adler v1.0.2 |
294 | 2024-06-21T17:39:28.244Z | Downloaded is_terminal_polyfill v1.70.0 |
295 | 2024-06-21T17:39:28.249Z | Downloaded md5 v0.7.0 |
296 | 2024-06-21T17:39:28.252Z | Downloaded num-conv v0.1.0 |
297 | 2024-06-21T17:39:28.252Z | Downloaded foreign-types v0.3.2 |
298 | 2024-06-21T17:39:28.261Z | Downloaded pretty-hex v0.4.1 |
299 | 2024-06-21T17:39:28.264Z | Downloaded openssl-macros v0.1.1 |
300 | 2024-06-21T17:39:28.267Z | Downloaded num_threads v0.1.7 |
301 | 2024-06-21T17:39:28.267Z | Downloaded foreign-types-shared v0.1.1 |
302 | 2024-06-21T17:39:28.268Z | Downloaded autocfg v1.3.0 |
303 | 2024-06-21T17:39:28.271Z | Downloaded anstyle-query v1.0.3 |
304 | 2024-06-21T17:39:28.271Z | Downloaded futures-task v0.3.30 |
305 | 2024-06-21T17:39:28.273Z | Downloaded futures-executor v0.3.30 |
306 | 2024-06-21T17:39:28.273Z | Downloaded colorchoice v1.0.1 |
307 | 2024-06-21T17:39:28.276Z | Downloaded anstyle v1.0.7 |
308 | 2024-06-21T17:39:28.276Z | Downloaded itoa v1.0.11 |
309 | 2024-06-21T17:39:28.279Z | Downloaded generic-array v0.14.7 |
310 | 2024-06-21T17:39:28.281Z | Downloaded strum v0.26.2 |
311 | 2024-06-21T17:39:28.281Z | Downloaded swrite v0.1.0 |
312 | 2024-06-21T17:39:28.284Z | Downloaded mime v0.3.17 |
313 | 2024-06-21T17:39:28.284Z | Downloaded heck v0.5.0 |
314 | 2024-06-21T17:39:28.285Z | Downloaded form_urlencoded v1.2.1 |
315 | 2024-06-21T17:39:28.287Z | Downloaded dirs-next v2.0.0 |
316 | 2024-06-21T17:39:28.287Z | Downloaded dof v0.3.0 |
317 | 2024-06-21T17:39:28.290Z | Downloaded deranged v0.3.11 |
318 | 2024-06-21T17:39:28.290Z | Downloaded errno v0.3.9 |
319 | 2024-06-21T17:39:28.293Z | Downloaded futures-macro v0.3.30 |
320 | 2024-06-21T17:39:28.293Z | Downloaded cargo-platform v0.1.8 |
321 | 2024-06-21T17:39:28.293Z | Downloaded percent-encoding v2.3.1 |
322 | 2024-06-21T17:39:28.296Z | Downloaded macaddr v1.0.1 |
323 | 2024-06-21T17:39:28.296Z | Downloaded fs-err v2.11.0 |
324 | 2024-06-21T17:39:28.299Z | Downloaded sync_wrapper v0.1.2 |
325 | 2024-06-21T17:39:28.299Z | Downloaded cfg-if v1.0.0 |
326 | 2024-06-21T17:39:28.302Z | Downloaded bytecount v0.6.8 |
327 | 2024-06-21T17:39:28.302Z | Downloaded tinyvec_macros v0.1.1 |
328 | 2024-06-21T17:39:28.304Z | Downloaded scroll_derive v0.12.0 |
329 | 2024-06-21T17:39:28.307Z | Downloaded try-lock v0.2.5 |
330 | 2024-06-21T17:39:28.307Z | Downloaded serde_urlencoded v0.7.1 |
331 | 2024-06-21T17:39:28.310Z | Downloaded anstream v0.6.14 |
332 | 2024-06-21T17:39:28.313Z | Downloaded strsim v0.11.1 |
333 | 2024-06-21T17:39:28.313Z | Downloaded slab v0.4.9 |
334 | 2024-06-21T17:39:28.313Z | Downloaded proc-macro-error-attr v1.0.4 |
335 | 2024-06-21T17:39:28.315Z | Downloaded plain v0.2.3 |
336 | 2024-06-21T17:39:28.315Z | Downloaded pin-utils v0.1.0 |
337 | 2024-06-21T17:39:28.318Z | Downloaded pkg-config v0.3.30 |
338 | 2024-06-21T17:39:28.318Z | Downloaded lock_api v0.4.12 |
339 | 2024-06-21T17:39:28.321Z | Downloaded httparse v1.8.0 |
340 | 2024-06-21T17:39:28.321Z | Downloaded time-core v0.1.2 |
341 | 2024-06-21T17:39:28.324Z | Downloaded cargo_toml v0.20.2 |
342 | 2024-06-21T17:39:28.324Z | Downloaded ipnet v2.9.0 |
343 | 2024-06-21T17:39:28.326Z | Downloaded equivalent v1.0.1 |
344 | 2024-06-21T17:39:28.326Z | Downloaded want v0.3.1 |
345 | 2024-06-21T17:39:28.326Z | Downloaded tower-service v0.3.2 |
346 | 2024-06-21T17:39:28.329Z | Downloaded match_cfg v0.1.0 |
347 | 2024-06-21T17:39:28.329Z | Downloaded take_mut v0.2.2 |
348 | 2024-06-21T17:39:28.329Z | Downloaded usdt-macro v0.5.0 |
349 | 2024-06-21T17:39:28.334Z | Downloaded slog-async v2.8.0 |
350 | 2024-06-21T17:39:28.334Z | Downloaded scopeguard v1.2.0 |
351 | 2024-06-21T17:39:28.336Z | Downloaded openssl-probe v0.1.5 |
352 | 2024-06-21T17:39:28.336Z | Downloaded rustversion v1.0.17 |
353 | 2024-06-21T17:39:28.337Z | Downloaded usdt-attr-macro v0.5.0 |
354 | 2024-06-21T17:39:28.337Z | Downloaded serde_spanned v0.6.6 |
355 | 2024-06-21T17:39:28.339Z | Downloaded futures-channel v0.3.30 |
356 | 2024-06-21T17:39:28.339Z | Downloaded slog-json v2.6.1 |
357 | 2024-06-21T17:39:28.342Z | Downloaded rustls-pemfile v1.0.4 |
358 | 2024-06-21T17:39:28.345Z | Downloaded powerfmt v0.2.0 |
359 | 2024-06-21T17:39:28.345Z | Downloaded pest_derive v2.7.10 |
360 | 2024-06-21T17:39:28.347Z | Downloaded thread-id v4.2.1 |
361 | 2024-06-21T17:39:28.348Z | Downloaded num_cpus v1.16.0 |
362 | 2024-06-21T17:39:28.350Z | Downloaded futures-io v0.3.30 |
363 | 2024-06-21T17:39:28.353Z | Downloaded tokio-native-tls v0.3.1 |
364 | 2024-06-21T17:39:28.353Z | Downloaded futures-core v0.3.30 |
365 | 2024-06-21T17:39:28.356Z | Downloaded slog-bunyan v2.5.0 |
366 | 2024-06-21T17:39:28.356Z | Downloaded thiserror v1.0.60 |
367 | 2024-06-21T17:39:28.359Z | Downloaded memmap v0.7.0 |
368 | 2024-06-21T17:39:28.362Z | Downloaded hyper-tls v0.5.0 |
369 | 2024-06-21T17:39:28.362Z | Downloaded dirs-sys-next v0.1.2 |
370 | 2024-06-21T17:39:28.366Z | Downloaded crypto-common v0.1.6 |
371 | 2024-06-21T17:39:28.366Z | Downloaded block-buffer v0.10.4 |
372 | 2024-06-21T17:39:28.366Z | Downloaded tabled_derive v0.7.0 |
373 | 2024-06-21T17:39:28.369Z | Downloaded serde_tokenstream v0.2.0 |
374 | 2024-06-21T17:39:28.371Z | Downloaded cpufeatures v0.2.12 |
375 | 2024-06-21T17:39:28.371Z | Downloaded version_check v0.9.4 |
376 | 2024-06-21T17:39:28.372Z | Downloaded utf8parse v0.2.1 |
377 | 2024-06-21T17:39:28.374Z | Downloaded quote v1.0.36 |
378 | 2024-06-21T17:39:28.377Z | Downloaded hostname v0.3.1 |
379 | 2024-06-21T17:39:28.377Z | Downloaded semver v1.0.23 |
380 | 2024-06-21T17:39:28.380Z | Downloaded pin-project-lite v0.2.14 |
381 | 2024-06-21T17:39:28.383Z | Downloaded toml_datetime v0.6.6 |
382 | 2024-06-21T17:39:28.386Z | Downloaded pest_generator v2.7.10 |
383 | 2024-06-21T17:39:28.386Z | Downloaded parking_lot v0.12.2 |
384 | 2024-06-21T17:39:28.388Z | Downloaded papergrid v0.11.0 |
385 | 2024-06-21T17:39:28.392Z | Downloaded strum_macros v0.26.2 |
386 | 2024-06-21T17:39:28.395Z | Downloaded scroll v0.12.0 |
387 | 2024-06-21T17:39:28.398Z | Downloaded xattr v1.3.1 |
388 | 2024-06-21T17:39:28.398Z | Downloaded unicode-width v0.1.12 |
389 | 2024-06-21T17:39:28.400Z | Downloaded futures v0.3.30 |
390 | 2024-06-21T17:39:28.404Z | Downloaded bytes v1.6.0 |
391 | 2024-06-21T17:39:28.409Z | Downloaded once_cell v1.19.0 |
392 | 2024-06-21T17:39:28.411Z | Downloaded usdt-impl v0.5.0 |
393 | 2024-06-21T17:39:28.411Z | Downloaded time-macros v0.2.18 |
394 | 2024-06-21T17:39:28.414Z | Downloaded term v0.7.0 |
395 | 2024-06-21T17:39:28.417Z | Downloaded log v0.4.21 |
396 | 2024-06-21T17:39:28.422Z | Downloaded flate2 v1.0.30 |
397 | 2024-06-21T17:39:28.425Z | Downloaded clap v4.5.4 |
398 | 2024-06-21T17:39:28.431Z | Downloaded thiserror-impl v1.0.60 |
399 | 2024-06-21T17:39:28.434Z | Downloaded smallvec v1.13.2 |
400 | 2024-06-21T17:39:28.437Z | Downloaded pest_meta v2.7.10 |
401 | 2024-06-21T17:39:28.437Z | Downloaded cc v1.0.97 |
402 | 2024-06-21T17:39:28.440Z | Downloaded miniz_oxide v0.7.2 |
403 | 2024-06-21T17:39:28.443Z | Downloaded ucd-trie v0.1.6 |
404 | 2024-06-21T17:39:28.443Z | Downloaded slog v2.7.0 |
405 | 2024-06-21T17:39:28.446Z | Downloaded serde_derive v1.0.203 |
406 | 2024-06-21T17:39:28.449Z | Downloaded base64 v0.21.7 |
407 | 2024-06-21T17:39:28.453Z | Downloaded zerocopy-derive v0.7.34 |
408 | 2024-06-21T17:39:28.457Z | Downloaded unicode-ident v1.0.12 |
409 | 2024-06-21T17:39:28.460Z | Downloaded proc-macro2 v1.0.82 |
410 | 2024-06-21T17:39:28.463Z | Downloaded typenum v1.17.0 |
411 | 2024-06-21T17:39:28.465Z | Downloaded memchr v2.7.2 |
412 | 2024-06-21T17:39:28.471Z | Downloaded tinyvec v1.6.0 |
413 | 2024-06-21T17:39:28.474Z | Downloaded ryu v1.0.18 |
414 | 2024-06-21T17:39:28.477Z | Downloaded crossbeam-channel v0.5.12 |
415 | 2024-06-21T17:39:28.481Z | Downloaded unicode-bidi v0.3.15 |
416 | 2024-06-21T17:39:28.484Z | Downloaded tracing-core v0.1.32 |
417 | 2024-06-21T17:39:28.487Z | Downloaded toml v0.8.13 |
418 | 2024-06-21T17:39:28.490Z | Downloaded serde v1.0.203 |
419 | 2024-06-21T17:39:28.493Z | Downloaded hashbrown v0.14.5 |
420 | 2024-06-21T17:39:28.499Z | Downloaded clap_builder v4.5.2 |
421 | 2024-06-21T17:39:28.506Z | Downloaded h2 v0.3.26 |
422 | 2024-06-21T17:39:28.513Z | Downloaded url v2.5.0 |
423 | 2024-06-21T17:39:28.516Z | Downloaded tracing v0.1.40 |
424 | 2024-06-21T17:39:28.520Z | Downloaded toml_edit v0.22.13 |
425 | 2024-06-21T17:39:28.543Z | Downloaded goblin v0.8.2 |
426 | 2024-06-21T17:39:28.549Z | Downloaded openssl v0.10.64 |
427 | 2024-06-21T17:39:28.558Z | Downloaded idna v0.5.0 |
428 | 2024-06-21T17:39:28.565Z | Downloaded unicode-normalization v0.1.23 |
429 | 2024-06-21T17:39:28.570Z | Downloaded tokio-util v0.7.11 |
430 | 2024-06-21T17:39:28.574Z | Downloaded serde_json v1.0.117 |
431 | 2024-06-21T17:39:28.582Z | Downloaded zerocopy v0.7.34 |
432 | 2024-06-21T17:39:28.597Z | Downloaded winnow v0.6.8 |
433 | 2024-06-21T17:39:28.606Z | Downloaded reqwest v0.11.27 |
434 | 2024-06-21T17:39:28.614Z | Downloaded tabled v0.15.0 |
435 | 2024-06-21T17:39:28.630Z | Downloaded syn v2.0.64 |
436 | 2024-06-21T17:39:28.641Z | Downloaded vcpkg v0.2.15 |
437 | 2024-06-21T17:39:28.678Z | Downloaded rustix v0.38.34 |
438 | 2024-06-21T17:39:28.698Z | Downloaded syn v1.0.109 |
439 | 2024-06-21T17:39:28.707Z | Downloaded tokio v1.37.0 |
440 | 2024-06-21T17:39:28.739Z | Downloaded encoding_rs v0.8.34 |
441 | 2024-06-21T17:39:28.758Z | Downloaded libc v0.2.155 |
442 | 2024-06-21T17:39:28.782Z | Downloaded time v0.3.36 |
443 | 2024-06-21T17:39:28.788Z | Downloaded hyper v0.14.28 |
444 | 2024-06-21T17:39:28.795Z | Downloaded futures-util v0.3.30 |
445 | 2024-06-21T17:39:28.805Z | Downloaded pest v2.7.10 |
446 | 2024-06-21T17:39:28.810Z | Downloaded indexmap v2.2.6 |
447 | 2024-06-21T17:39:28.813Z | Downloaded mio v0.8.11 |
448 | 2024-06-21T17:39:28.818Z | Downloaded http v0.2.12 |
449 | 2024-06-21T17:39:28.821Z | Downloaded tar v0.4.40 |
450 | 2024-06-21T17:39:28.824Z | Downloaded socket2 v0.5.7 |
451 | 2024-06-21T17:39:28.827Z | Downloaded slog-term v2.9.1 |
452 | 2024-06-21T17:39:28.830Z | Downloaded signal-hook-registry v1.4.2 |
453 | 2024-06-21T17:39:28.830Z | Downloaded sha2 v0.10.8 |
454 | 2024-06-21T17:39:28.832Z | Downloaded proc-macro-error v1.0.4 |
455 | 2024-06-21T17:39:28.835Z | Downloaded parking_lot_core v0.9.10 |
456 | 2024-06-21T17:39:28.835Z | Downloaded openssl-sys v0.9.102 |
457 | 2024-06-21T17:39:28.840Z | Downloaded heck v0.4.1 |
458 | 2024-06-21T17:39:28.842Z | Downloaded digest v0.10.7 |
459 | 2024-06-21T17:39:28.842Z | Downloaded native-tls v0.2.11 |
460 | 2024-06-21T17:39:28.845Z | Downloaded fnv v1.0.7 |
461 | 2024-06-21T17:39:28.845Z | Downloaded futures-sink v0.3.30 |
462 | 2024-06-21T17:39:28.848Z | Downloaded crossbeam-utils v0.8.19 |
463 | 2024-06-21T17:39:28.848Z | Downloaded clap_derive v4.5.4 |
464 | 2024-06-21T17:39:28.851Z | Downloaded cargo_metadata v0.18.1 |
465 | 2024-06-21T17:39:28.855Z | Downloaded camino v1.1.7 |
466 | 2024-06-21T17:39:28.855Z | Downloaded tokio-macros v2.2.0 |
467 | 2024-06-21T17:39:28.858Z | Downloaded thread_local v1.1.8 |
468 | 2024-06-21T17:39:28.858Z | Downloaded terminal_size v0.3.0 |
469 | 2024-06-21T17:39:28.858Z | Downloaded httpdate v1.0.3 |
470 | 2024-06-21T17:39:28.858Z | Downloaded http-body v0.4.6 |
471 | 2024-06-21T17:39:28.858Z | Downloaded crc32fast v1.4.0 |
472 | 2024-06-21T17:39:28.861Z | Downloaded usdt v0.5.0 |
473 | 2024-06-21T17:39:28.861Z | Downloaded clap_lex v0.7.0 |
474 | 2024-06-21T17:39:28.861Z | Downloaded bitflags v2.5.0 |
475 | 2024-06-21T17:39:28.864Z | Downloaded filetime v0.2.23 |
476 | 2024-06-21T17:39:28.873Z | Downloaded byteorder v1.5.0 |
477 | 2024-06-21T17:39:28.873Z | Downloaded is-terminal v0.4.12 |
478 | 2024-06-21T17:39:28.873Z | Downloaded dtrace-parser v0.2.0 |
479 | 2024-06-21T17:39:29.152Z | Compiling proc-macro2 v1.0.82 |
480 | 2024-06-21T17:39:29.152Z | Compiling unicode-ident v1.0.12 |
481 | 2024-06-21T17:39:29.152Z | Compiling libc v0.2.155 |
482 | 2024-06-21T17:39:29.155Z | Compiling version_check v0.9.4 |
483 | 2024-06-21T17:39:29.155Z | Compiling cfg-if v1.0.0 |
484 | 2024-06-21T17:39:29.155Z | Compiling once_cell v1.19.0 |
485 | 2024-06-21T17:39:29.155Z | Compiling itoa v1.0.11 |
486 | 2024-06-21T17:39:29.155Z | Compiling autocfg v1.3.0 |
487 | 2024-06-21T17:39:29.314Z | Compiling serde v1.0.203 |
488 | 2024-06-21T17:39:29.375Z | Compiling memchr v2.7.2 |
489 | 2024-06-21T17:39:29.414Z | Compiling thiserror v1.0.60 |
490 | 2024-06-21T17:39:29.636Z | Compiling ryu v1.0.18 |
491 | 2024-06-21T17:39:29.943Z | Compiling pin-project-lite v0.2.14 |
492 | 2024-06-21T17:39:29.961Z | Compiling bitflags v2.5.0 |
493 | 2024-06-21T17:39:30.033Z | Compiling vcpkg v0.2.15 |
494 | 2024-06-21T17:39:30.062Z | Compiling lock_api v0.4.12 |
495 | 2024-06-21T17:39:30.271Z | Compiling pkg-config v0.3.30 |
496 | 2024-06-21T17:39:30.729Z | Compiling cc v1.0.97 |
497 | 2024-06-21T17:39:31.144Z | Compiling ucd-trie v0.1.6 |
498 | 2024-06-21T17:39:31.333Z | Compiling parking_lot_core v0.9.10 |
499 | 2024-06-21T17:39:31.514Z | Compiling slab v0.4.9 |
500 | 2024-06-21T17:39:31.537Z | Compiling smallvec v1.13.2 |
501 | 2024-06-21T17:39:31.803Z | Compiling futures-sink v0.3.30 |
502 | 2024-06-21T17:39:31.824Z | Compiling scopeguard v1.2.0 |
503 | 2024-06-21T17:39:31.868Z | Compiling futures-core v0.3.30 |
504 | 2024-06-21T17:39:31.947Z | Compiling bytes v1.6.0 |
505 | 2024-06-21T17:39:32.103Z | Compiling fnv v1.0.7 |
506 | 2024-06-21T17:39:32.130Z | Compiling hashbrown v0.14.5 |
507 | 2024-06-21T17:39:32.234Z | Compiling quote v1.0.36 |
508 | 2024-06-21T17:39:32.443Z | Compiling serde_json v1.0.117 |
509 | 2024-06-21T17:39:32.757Z | Compiling syn v2.0.64 |
510 | 2024-06-21T17:39:32.760Z | Compiling byteorder v1.5.0 |
511 | 2024-06-21T17:39:32.985Z | Compiling log v0.4.21 |
512 | 2024-06-21T17:39:33.107Z | Compiling equivalent v1.0.1 |
513 | 2024-06-21T17:39:33.167Z | Compiling parking_lot v0.12.2 |
514 | 2024-06-21T17:39:33.219Z | Compiling socket2 v0.5.7 |
515 | 2024-06-21T17:39:33.240Z | Compiling mio v0.8.11 |
516 | 2024-06-21T17:39:33.243Z | Compiling num_cpus v1.16.0 |
517 | 2024-06-21T17:39:33.354Z | Compiling indexmap v2.2.6 |
518 | 2024-06-21T17:39:33.390Z | Compiling signal-hook-registry v1.4.2 |
519 | 2024-06-21T17:39:33.686Z | Compiling futures-channel v0.3.30 |
520 | 2024-06-21T17:39:34.117Z | Compiling pin-utils v0.1.0 |
521 | 2024-06-21T17:39:34.140Z | Compiling openssl-sys v0.9.102 |
522 | 2024-06-21T17:39:34.143Z | Compiling futures-task v0.3.30 |
523 | 2024-06-21T17:39:34.229Z | Compiling typenum v1.17.0 |
524 | 2024-06-21T17:39:34.458Z | Compiling futures-io v0.3.30 |
525 | 2024-06-21T17:39:34.515Z | Compiling rustix v0.38.34 |
526 | 2024-06-21T17:39:34.576Z | Compiling errno v0.3.9 |
527 | 2024-06-21T17:39:34.626Z | Compiling generic-array v0.14.7 |
528 | 2024-06-21T17:39:34.781Z | Compiling foreign-types-shared v0.1.1 |
529 | 2024-06-21T17:39:34.812Z | Compiling slog v2.7.0 |
530 | 2024-06-21T17:39:34.904Z | Compiling openssl v0.10.64 |
531 | 2024-06-21T17:39:35.000Z | Compiling foreign-types v0.3.2 |
532 | 2024-06-21T17:39:35.093Z | Compiling http v0.2.12 |
533 | 2024-06-21T17:39:35.301Z | Compiling usdt-impl v0.5.0 |
534 | 2024-06-21T17:39:35.435Z | Compiling proc-macro-error-attr v1.0.4 |
535 | 2024-06-21T17:39:35.645Z | Compiling tracing-core v0.1.32 |
536 | 2024-06-21T17:39:35.759Z | Compiling tinyvec_macros v0.1.1 |
537 | 2024-06-21T17:39:35.765Z | Compiling syn v1.0.109 |
538 | 2024-06-21T17:39:35.783Z | Compiling num-conv v0.1.0 |
539 | 2024-06-21T17:39:36.080Z | Compiling native-tls v0.2.11 |
540 | 2024-06-21T17:39:36.318Z | Compiling powerfmt v0.2.0 |
541 | 2024-06-21T17:39:36.375Z | Compiling time-core v0.1.2 |
542 | 2024-06-21T17:39:36.550Z | Compiling httparse v1.8.0 |
543 | 2024-06-21T17:39:36.787Z | Compiling deranged v0.3.11 |
544 | 2024-06-21T17:39:36.976Z | Compiling time-macros v0.2.18 |
545 | 2024-06-21T17:39:37.060Z | Compiling tracing v0.1.40 |
546 | 2024-06-21T17:39:37.318Z | Compiling tinyvec v1.6.0 |
547 | 2024-06-21T17:39:37.734Z | Compiling thread-id v4.2.1 |
548 | 2024-06-21T17:39:38.123Z | Compiling proc-macro-error v1.0.4 |
549 | 2024-06-21T17:39:38.146Z | Compiling num_threads v0.1.7 |
550 | 2024-06-21T17:39:38.277Z | Compiling percent-encoding v2.3.1 |
551 | 2024-06-21T17:39:38.399Z | Compiling heck v0.4.1 |
552 | 2024-06-21T17:39:38.545Z | Compiling crossbeam-utils v0.8.19 |
553 | 2024-06-21T17:39:38.604Z | Compiling plain v0.2.3 |
554 | 2024-06-21T17:39:38.607Z | Compiling try-lock v0.2.5 |
555 | 2024-06-21T17:39:38.650Z | Compiling utf8parse v0.2.1 |
556 | 2024-06-21T17:39:38.758Z | Compiling openssl-probe v0.1.5 |
557 | 2024-06-21T17:39:38.781Z | Compiling rustversion v1.0.17 |
558 | 2024-06-21T17:39:38.807Z | Compiling anstyle-parse v0.2.4 |
559 | 2024-06-21T17:39:38.872Z | Compiling want v0.3.1 |
560 | 2024-06-21T17:39:39.111Z | Compiling unicode-normalization v0.1.23 |
561 | 2024-06-21T17:39:39.145Z | Compiling form_urlencoded v1.2.1 |
562 | 2024-06-21T17:39:39.510Z | Compiling http-body v0.4.6 |
563 | 2024-06-21T17:39:39.555Z | Compiling dirs-sys-next v0.1.2 |
564 | 2024-06-21T17:39:40.028Z | Compiling httpdate v1.0.3 |
565 | 2024-06-21T17:39:40.106Z | Compiling unicode-bidi v0.3.15 |
566 | 2024-06-21T17:39:40.129Z | Compiling camino v1.1.7 |
567 | 2024-06-21T17:39:40.218Z | Compiling semver v1.0.23 |
568 | 2024-06-21T17:39:40.241Z | Compiling tower-service v0.3.2 |
569 | 2024-06-21T17:39:40.244Z | Compiling time v0.3.36 |
570 | 2024-06-21T17:39:40.362Z | Compiling crc32fast v1.4.0 |
571 | 2024-06-21T17:39:40.538Z | Compiling colorchoice v1.0.1 |
572 | 2024-06-21T17:39:40.702Z | Compiling anstyle v1.0.7 |
573 | 2024-06-21T17:39:40.786Z | Compiling winnow v0.6.8 |
574 | 2024-06-21T17:39:40.789Z | Compiling pretty-hex v0.4.1 |
575 | 2024-06-21T17:39:40.905Z | Compiling is_terminal_polyfill v1.70.0 |
576 | 2024-06-21T17:39:41.038Z | Compiling anstyle-query v1.0.3 |
577 | 2024-06-21T17:39:41.141Z | Compiling idna v0.5.0 |
578 | 2024-06-21T17:39:41.196Z | Compiling anstream v0.6.14 |
579 | 2024-06-21T17:39:41.468Z | Compiling dirs-next v2.0.0 |
580 | 2024-06-21T17:39:41.940Z | Compiling crypto-common v0.1.6 |
581 | 2024-06-21T17:39:42.719Z | Compiling block-buffer v0.10.4 |
582 | 2024-06-21T17:39:42.892Z | Compiling terminal_size v0.3.0 |
583 | 2024-06-21T17:39:42.969Z | Compiling fs-err v2.11.0 |
584 | 2024-06-21T17:39:43.065Z | Compiling thread_local v1.1.8 |
585 | 2024-06-21T17:39:43.089Z | Compiling match_cfg v0.1.0 |
586 | 2024-06-21T17:39:43.184Z | Compiling unicode-width v0.1.12 |
587 | 2024-06-21T17:39:43.212Z | Compiling clap_lex v0.7.0 |
588 | 2024-06-21T17:39:43.237Z | Compiling anyhow v1.0.86 |
589 | 2024-06-21T17:39:43.400Z | Compiling base64 v0.21.7 |
590 | 2024-06-21T17:39:43.657Z | Compiling adler v1.0.2 |
591 | 2024-06-21T17:39:43.728Z | Compiling heck v0.5.0 |
592 | 2024-06-21T17:39:43.823Z | Compiling slog-async v2.8.0 |
593 | 2024-06-21T17:39:43.883Z | Compiling bytecount v0.6.8 |
594 | 2024-06-21T17:39:44.063Z | Compiling strsim v0.11.1 |
595 | 2024-06-21T17:39:44.090Z | Compiling papergrid v0.11.0 |
596 | 2024-06-21T17:39:44.181Z | Compiling rustls-pemfile v1.0.4 |
597 | 2024-06-21T17:39:44.364Z | Compiling miniz_oxide v0.7.2 |
598 | 2024-06-21T17:39:44.407Z | Compiling clap_builder v4.5.2 |
599 | 2024-06-21T17:39:44.618Z | Compiling hostname v0.3.1 |
600 | 2024-06-21T17:39:44.692Z | Compiling digest v0.10.7 |
601 | 2024-06-21T17:39:44.877Z | Compiling crossbeam-channel v0.5.12 |
602 | 2024-06-21T17:39:45.004Z | Compiling url v2.5.0 |
603 | 2024-06-21T17:39:45.088Z | Compiling term v0.7.0 |
604 | 2024-06-21T17:39:46.031Z | Compiling xattr v1.3.1 |
605 | 2024-06-21T17:39:46.134Z | Compiling serde_derive v1.0.203 |
606 | 2024-06-21T17:39:46.233Z | Compiling thiserror-impl v1.0.60 |
607 | 2024-06-21T17:39:46.301Z | Compiling zerocopy-derive v0.7.34 |
608 | 2024-06-21T17:39:46.337Z | Compiling futures-macro v0.3.30 |
609 | 2024-06-21T17:39:46.747Z | Compiling tokio-macros v2.2.0 |
610 | 2024-06-21T17:39:46.949Z | Compiling openssl-macros v0.1.1 |
611 | 2024-06-21T17:39:47.708Z | Compiling scroll_derive v0.12.0 |
612 | 2024-06-21T17:39:48.465Z | Compiling futures-util v0.3.30 |
613 | 2024-06-21T17:39:48.489Z | Compiling tokio v1.37.0 |
614 | 2024-06-21T17:39:48.687Z | Compiling zerocopy v0.7.34 |
615 | 2024-06-21T17:39:49.236Z | Compiling scroll v0.12.0 |
616 | 2024-06-21T17:39:49.812Z | Compiling pest v2.7.10 |
617 | 2024-06-21T17:39:49.836Z | Compiling goblin v0.8.2 |
618 | 2024-06-21T17:39:50.270Z | Compiling tabled_derive v0.7.0 |
619 | 2024-06-21T17:39:52.838Z | Compiling pest_meta v2.7.10 |
620 | 2024-06-21T17:39:52.912Z | Compiling clap_derive v4.5.4 |
621 | 2024-06-21T17:39:54.375Z | Compiling pest_generator v2.7.10 |
622 | 2024-06-21T17:39:56.417Z | Compiling tokio-util v0.7.11 |
623 | 2024-06-21T17:39:57.100Z | Compiling tokio-native-tls v0.3.1 |
624 | 2024-06-21T17:39:57.373Z | Compiling h2 v0.3.26 |
625 | 2024-06-21T17:39:57.781Z | Compiling futures-executor v0.3.30 |
626 | 2024-06-21T17:39:57.995Z | Compiling strum_macros v0.26.2 |
627 | 2024-06-21T17:39:58.208Z | Compiling pest_derive v2.7.10 |
628 | 2024-06-21T17:39:58.402Z | Compiling filetime v0.2.23 |
629 | 2024-06-21T17:39:58.768Z | Compiling memmap v0.7.0 |
630 | 2024-06-21T17:39:59.017Z | Compiling dtrace-parser v0.2.0 |
631 | 2024-06-21T17:39:59.143Z | Compiling is-terminal v0.4.12 |
632 | 2024-06-21T17:39:59.281Z | Compiling encoding_rs v0.8.34 |
633 | 2024-06-21T17:40:00.654Z | Compiling sync_wrapper v0.1.2 |
634 | 2024-06-21T17:40:00.789Z | Compiling mime v0.3.17 |
635 | 2024-06-21T17:40:01.350Z | Compiling serde_spanned v0.6.6 |
636 | 2024-06-21T17:40:01.411Z | Compiling toml_datetime v0.6.6 |
637 | 2024-06-21T17:40:01.848Z | Compiling serde_tokenstream v0.2.0 |
638 | 2024-06-21T17:40:01.932Z | Compiling hyper v0.14.28 |
639 | 2024-06-21T17:40:02.377Z | Compiling toml_edit v0.22.13 |
640 | 2024-06-21T17:40:03.335Z | Compiling dof v0.3.0 |
641 | 2024-06-21T17:40:04.140Z | Compiling slog-json v2.6.1 |
642 | 2024-06-21T17:40:04.432Z | Compiling cargo-platform v0.1.8 |
643 | 2024-06-21T17:40:04.510Z | Compiling serde_urlencoded v0.7.1 |
644 | 2024-06-21T17:40:05.060Z | Compiling ipnet v2.9.0 |
645 | 2024-06-21T17:40:05.713Z | Compiling usdt-attr-macro v0.5.0 |
646 | 2024-06-21T17:40:05.853Z | Compiling usdt-macro v0.5.0 |
647 | 2024-06-21T17:40:05.890Z | Compiling hyper-tls v0.5.0 |
648 | 2024-06-21T17:40:05.915Z | Compiling toml v0.8.13 |
649 | 2024-06-21T17:40:06.053Z | Compiling cpufeatures v0.2.12 |
650 | 2024-06-21T17:40:06.163Z | Compiling take_mut v0.2.2 |
651 | 2024-06-21T17:40:06.231Z | Compiling sha2 v0.10.8 |
652 | 2024-06-21T17:40:06.382Z | Compiling reqwest v0.11.27 |
653 | 2024-06-21T17:40:07.166Z | Compiling cargo_toml v0.20.2 |
654 | 2024-06-21T17:40:07.210Z | Compiling usdt v0.5.0 |
655 | 2024-06-21T17:40:07.531Z | Compiling cargo_metadata v0.18.1 |
656 | 2024-06-21T17:40:07.704Z | Compiling slog-bunyan v2.5.0 |
657 | 2024-06-21T17:40:07.759Z | Compiling strum v0.26.2 |
658 | 2024-06-21T17:40:07.897Z | Compiling macaddr v1.0.1 |
659 | 2024-06-21T17:40:07.940Z | Compiling slog-term v2.9.1 |
660 | 2024-06-21T17:40:08.229Z | Compiling tar v0.4.40 |
661 | 2024-06-21T17:40:08.348Z | Compiling futures v0.3.30 |
662 | 2024-06-21T17:40:08.470Z | Compiling clap v4.5.4 |
663 | 2024-06-21T17:40:08.596Z | Compiling tabled v0.15.0 |
664 | 2024-06-21T17:40:09.241Z | Compiling flate2 v1.0.30 |
665 | 2024-06-21T17:40:10.221Z | Compiling md5 v0.7.0 |
666 | 2024-06-21T17:40:10.388Z | Compiling swrite v0.1.0 |
667 | 2024-06-21T17:40:13.993Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
668 | 2024-06-21T17:40:21.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
669 | 2024-06-21T17:40:22.027Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
670 | 2024-06-21T17:40:22.086Z | Jun 21 17:40:21.041 INFO Starting download, target: Cockroach |
671 | 2024-06-21T17:40:22.086Z | Jun 21 17:40:21.042 INFO Starting download, target: Clickhouse |
672 | 2024-06-21T17:40:22.086Z | Jun 21 17:40:21.042 INFO Starting download, target: Console |
673 | 2024-06-21T17:40:22.086Z | Jun 21 17:40:21.042 INFO Starting download, target: DendriteOpenapi |
674 | 2024-06-21T17:40:22.086Z | Jun 21 17:40:21.042 INFO Starting download, target: DendriteStub |
675 | 2024-06-21T17:40:22.087Z | Jun 21 17:40:21.042 INFO Starting download, target: MaghemiteMgd |
676 | 2024-06-21T17:40:22.090Z | Jun 21 17:40:21.042 INFO Starting download, target: TransceiverControl |
677 | 2024-06-21T17:40:22.090Z | Jun 21 17:40:21.042 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
678 | 2024-06-21T17:40:22.090Z | Jun 21 17:40:21.042 INFO Downloading out/downloads/dpd-861c00bacbdf7a6e22471f0dabd8f926409b5292.json (attempt 1/3), target: DendriteOpenapi |
679 | 2024-06-21T17:40:22.090Z | Jun 21 17:40:21.042 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
680 | 2024-06-21T17:40:22.090Z | Jun 21 17:40:21.043 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
681 | 2024-06-21T17:40:22.090Z | Jun 21 17:40:21.043 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
682 | 2024-06-21T17:40:22.090Z | Jun 21 17:40:21.043 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
683 | 2024-06-21T17:40:22.090Z | Jun 21 17:40:21.043 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
684 | 2024-06-21T17:40:22.352Z | Jun 21 17:40:21.289 INFO Download complete, target: DendriteOpenapi |
685 | 2024-06-21T17:40:22.412Z | Jun 21 17:40:21.352 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
686 | 2024-06-21T17:40:22.712Z | Jun 21 17:40:21.651 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
687 | 2024-06-21T17:40:22.872Z | Jun 21 17:40:21.709 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
688 | 2024-06-21T17:40:22.878Z | Jun 21 17:40:21.833 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
689 | 2024-06-21T17:40:23.120Z | Jun 21 17:40:22.075 INFO Download complete, target: Console |
690 | 2024-06-21T17:40:23.218Z | Jun 21 17:40:22.173 INFO Download complete, target: TransceiverControl |
691 | 2024-06-21T17:40:24.408Z | Jun 21 17:40:23.363 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
692 | 2024-06-21T17:40:25.823Z | Jun 21 17:40:24.777 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
693 | 2024-06-21T17:40:25.823Z | Jun 21 17:40:24.778 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
694 | 2024-06-21T17:40:25.883Z | Jun 21 17:40:24.838 INFO Download complete, target: DendriteStub |
695 | 2024-06-21T17:40:26.090Z | Jun 21 17:40:25.045 INFO Download complete, target: MaghemiteMgd |
696 | 2024-06-21T17:40:34.209Z | Jun 21 17:40:33.164 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
697 | 2024-06-21T17:40:34.530Z | Jun 21 17:40:33.484 INFO Checking that binary works, target: Cockroach |
698 | 2024-06-21T17:40:34.786Z | Jun 21 17:40:33.741 INFO Download complete, target: Cockroach |
699 | 2024-06-21T17:40:38.755Z | Jun 21 17:40:37.707 INFO Checking that binary works, target: Clickhouse |
700 | 2024-06-21T17:40:39.070Z | Jun 21 17:40:38.024 INFO Download complete, target: Clickhouse |
701 | 2024-06-21T17:40:39.269Z | All builder prerequisites installed successfully, and PATH looks valid |
702 | 2024-06-21T17:40:39.272Z | |
703 | 2024-06-21T17:40:39.272Z | real 2:53.559542609 |
704 | 2024-06-21T17:40:39.272Z | user 5:48.214987878 |
705 | 2024-06-21T17:40:39.272Z | sys 1:18.564778329 |
706 | 2024-06-21T17:40:39.272Z | trap 0.210617413 |
707 | 2024-06-21T17:40:39.272Z | tflt 2.409122790 |
708 | 2024-06-21T17:40:39.272Z | dflt 3.504183466 |
709 | 2024-06-21T17:40:39.272Z | kflt 0.335641866 |
710 | 2024-06-21T17:40:39.272Z | lock 13:43.885284208 |
711 | 2024-06-21T17:40:39.272Z | slp 18:00.596726611 |
712 | 2024-06-21T17:40:39.272Z | lat 21.540934829 |
713 | 2024-06-21T17:40:39.272Z | stop 1:05.551806213 |
714 | 2024-06-21T17:40:39.272Z | + banner clippy |
715 | 2024-06-21T17:40:39.272Z | |
716 | 2024-06-21T17:40:39.272Z | #### # # ##### ##### # # |
717 | 2024-06-21T17:40:39.272Z | # # # # # # # # # # |
718 | 2024-06-21T17:40:39.272Z | # # # # # # # # |
719 | 2024-06-21T17:40:39.272Z | # # # ##### ##### # |
720 | 2024-06-21T17:40:39.272Z | # # # # # # # |
721 | 2024-06-21T17:40:39.272Z | #### ###### # # # # |
722 | 2024-06-21T17:40:39.273Z | |
723 | 2024-06-21T17:40:39.276Z | + export CARGO_INCREMENTAL=0 |
724 | 2024-06-21T17:40:39.276Z | + CARGO_INCREMENTAL=0 |
725 | 2024-06-21T17:40:39.276Z | + ptime -m cargo xtask clippy |
726 | 2024-06-21T17:40:39.839Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
727 | 2024-06-21T17:40:46.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.61s |
728 | 2024-06-21T17:40:46.991Z | Running `target/debug/xtask clippy` |
729 | 2024-06-21T17:40:47.011Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
730 | 2024-06-21T17:40:47.597Z | Downloading crates ... |
731 | 2024-06-21T17:40:47.774Z | Downloaded async-stream-impl v0.3.5 |
732 | 2024-06-21T17:40:47.791Z | Downloaded atty v0.2.14 |
733 | 2024-06-21T17:40:47.794Z | Downloaded anes v0.1.6 |
734 | 2024-06-21T17:40:47.796Z | Downloaded async-recursion v1.1.1 |
735 | 2024-06-21T17:40:47.800Z | Downloaded atomic-waker v1.1.2 |
736 | 2024-06-21T17:40:47.802Z | Downloaded arrayref v0.3.7 |
737 | 2024-06-21T17:40:47.805Z | Downloaded bitstruct v0.1.1 |
738 | 2024-06-21T17:40:47.805Z | Downloaded aead v0.5.2 |
739 | 2024-06-21T17:40:47.810Z | Downloaded cfg_aliases v0.1.1 |
740 | 2024-06-21T17:40:47.814Z | Downloaded instant v0.1.12 |
741 | 2024-06-21T17:40:47.817Z | Downloaded keccak v0.1.5 |
742 | 2024-06-21T17:40:47.820Z | Downloaded indoc v2.0.5 |
743 | 2024-06-21T17:40:47.822Z | Downloaded crucible-workspace-hack v0.1.0 |
744 | 2024-06-21T17:40:47.822Z | Downloaded atomicwrites v0.4.3 |
745 | 2024-06-21T17:40:47.826Z | Downloaded base64ct v1.6.0 |
746 | 2024-06-21T17:40:47.829Z | Downloaded assert_cmd v2.0.14 |
747 | 2024-06-21T17:40:47.832Z | Downloaded nested v0.1.1 |
748 | 2024-06-21T17:40:47.834Z | Downloaded matches v0.1.10 |
749 | 2024-06-21T17:40:47.837Z | Downloaded normalize-line-endings v0.3.0 |
750 | 2024-06-21T17:40:47.840Z | Downloaded convert_case v0.4.0 |
751 | 2024-06-21T17:40:47.843Z | Downloaded ciborium-ll v0.2.2 |
752 | 2024-06-21T17:40:47.843Z | Downloaded bit-set v0.5.3 |
753 | 2024-06-21T17:40:47.845Z | Downloaded path-slash v0.1.5 |
754 | 2024-06-21T17:40:47.848Z | Downloaded newtype_derive v0.1.6 |
755 | 2024-06-21T17:40:47.848Z | Downloaded crossbeam-deque v0.8.5 |
756 | 2024-06-21T17:40:47.851Z | Downloaded castaway v0.2.2 |
757 | 2024-06-21T17:40:47.851Z | Downloaded curve25519-dalek-derive v0.1.1 |
758 | 2024-06-21T17:40:47.854Z | Downloaded newline-converter v0.3.0 |
759 | 2024-06-21T17:40:47.854Z | Downloaded is_ci v1.2.0 |
760 | 2024-06-21T17:40:47.856Z | Downloaded phf_shared v0.10.0 |
761 | 2024-06-21T17:40:47.859Z | Downloaded ctr v0.9.2 |
762 | 2024-06-21T17:40:47.859Z | Downloaded pem v3.0.4 |
763 | 2024-06-21T17:40:47.862Z | Downloaded corncobs v0.1.3 |
764 | 2024-06-21T17:40:47.864Z | Downloaded cassowary v0.3.0 |
765 | 2024-06-21T17:40:47.864Z | Downloaded camino-tempfile v1.1.1 |
766 | 2024-06-21T17:40:47.867Z | Downloaded darling_core v0.20.9 |
767 | 2024-06-21T17:40:47.871Z | Downloaded new_debug_unreachable v1.0.6 |
768 | 2024-06-21T17:40:47.873Z | Downloaded bb8 v0.8.3 |
769 | 2024-06-21T17:40:47.876Z | Downloaded ascii-canvas v3.0.0 |
770 | 2024-06-21T17:40:47.876Z | Downloaded multimap v0.10.0 |
771 | 2024-06-21T17:40:47.879Z | Downloaded managed v0.8.0 |
772 | 2024-06-21T17:40:47.879Z | Downloaded packed_struct_codegen v0.10.1 |
773 | 2024-06-21T17:40:47.881Z | Downloaded oorandom v11.1.3 |
774 | 2024-06-21T17:40:47.882Z | Downloaded num-iter v0.1.45 |
775 | 2024-06-21T17:40:47.882Z | Downloaded num-derive v0.4.2 |
776 | 2024-06-21T17:40:47.884Z | Downloaded ciborium-io v0.2.2 |
777 | 2024-06-21T17:40:47.884Z | Downloaded olpc-cjson v0.1.3 |
778 | 2024-06-21T17:40:47.887Z | Downloaded num v0.4.3 |
779 | 2024-06-21T17:40:47.887Z | Downloaded crunchy v0.2.2 |
780 | 2024-06-21T17:40:47.890Z | Downloaded parse-display-derive v0.9.0 |
781 | 2024-06-21T17:40:47.890Z | Downloaded bitstruct_derive v0.1.0 |
782 | 2024-06-21T17:40:47.890Z | Downloaded libsw v3.3.1 |
783 | 2024-06-21T17:40:47.893Z | Downloaded cstr-argument v0.1.2 |
784 | 2024-06-21T17:40:47.893Z | Downloaded parking_lot_core v0.8.6 |
785 | 2024-06-21T17:40:47.896Z | Downloaded indoc v1.0.9 |
786 | 2024-06-21T17:40:47.898Z | Downloaded sigpipe v0.1.3 |
787 | 2024-06-21T17:40:47.901Z | Downloaded parse-size v1.0.0 |
788 | 2024-06-21T17:40:47.901Z | Downloaded blake2b_simd v1.0.2 |
789 | 2024-06-21T17:40:47.904Z | Downloaded bitfield v0.14.0 |
790 | 2024-06-21T17:40:47.904Z | Downloaded base16ct v0.2.0 |
791 | 2024-06-21T17:40:47.907Z | Downloaded colored v2.1.0 |
792 | 2024-06-21T17:40:47.910Z | Downloaded peg-runtime v0.8.3 |
793 | 2024-06-21T17:40:47.910Z | Downloaded pbkdf2 v0.12.2 |
794 | 2024-06-21T17:40:47.912Z | Downloaded md-5 v0.10.6 |
795 | 2024-06-21T17:40:47.912Z | Downloaded inout v0.1.3 |
796 | 2024-06-21T17:40:47.917Z | Downloaded pathdiff v0.2.1 |
797 | 2024-06-21T17:40:47.917Z | Downloaded ciborium v0.2.2 |
798 | 2024-06-21T17:40:47.920Z | Downloaded assert_matches v1.5.0 |
799 | 2024-06-21T17:40:47.920Z | Downloaded termtree v0.4.1 |
800 | 2024-06-21T17:40:47.920Z | Downloaded lru-cache v0.1.2 |
801 | 2024-06-21T17:40:47.923Z | Downloaded num_enum_derive v0.5.11 |
802 | 2024-06-21T17:40:47.923Z | Downloaded backoff v0.4.0 |
803 | 2024-06-21T17:40:47.926Z | Downloaded async-trait v0.1.80 |
804 | 2024-06-21T17:40:47.928Z | Downloaded nodrop v0.1.14 |
805 | 2024-06-21T17:40:47.931Z | Downloaded mockall v0.12.1 |
806 | 2024-06-21T17:40:47.931Z | Downloaded maplit v1.0.2 |
807 | 2024-06-21T17:40:47.934Z | Downloaded bit-vec v0.6.3 |
808 | 2024-06-21T17:40:47.934Z | Downloaded libefi-sys v0.1.0 |
809 | 2024-06-21T17:40:47.936Z | Downloaded nanorand v0.7.0 |
810 | 2024-06-21T17:40:47.939Z | Downloaded cast v0.3.0 |
811 | 2024-06-21T17:40:47.939Z | Downloaded bcrypt-pbkdf v0.10.0 |
812 | 2024-06-21T17:40:47.942Z | Downloaded constant_time_eq v0.3.0 |
813 | 2024-06-21T17:40:47.942Z | Downloaded cipher v0.4.4 |
814 | 2024-06-21T17:40:47.944Z | Downloaded chacha20 v0.9.1 |
815 | 2024-06-21T17:40:47.947Z | Downloaded linear-map v1.2.0 |
816 | 2024-06-21T17:40:47.947Z | Downloaded bitflags v1.3.2 |
817 | 2024-06-21T17:40:47.950Z | Downloaded partial-io v0.5.4 |
818 | 2024-06-21T17:40:47.953Z | Downloaded paste v1.0.15 |
819 | 2024-06-21T17:40:47.956Z | Downloaded cobs v0.2.3 |
820 | 2024-06-21T17:40:47.960Z | Downloaded packed_struct v0.10.1 |
821 | 2024-06-21T17:40:47.963Z | Downloaded newtype-uuid v1.1.0 |
822 | 2024-06-21T17:40:47.963Z | Downloaded password-hash v0.5.0 |
823 | 2024-06-21T17:40:47.964Z | Downloaded arrayvec v0.7.4 |
824 | 2024-06-21T17:40:47.966Z | Downloaded sha1 v0.10.6 |
825 | 2024-06-21T17:40:47.966Z | Downloaded serde_plain v1.0.2 |
826 | 2024-06-21T17:40:47.969Z | Downloaded similar-asserts v1.5.0 |
827 | 2024-06-21T17:40:47.972Z | Downloaded num_enum v0.5.11 |
828 | 2024-06-21T17:40:47.975Z | Downloaded peg-macros v0.8.3 |
829 | 2024-06-21T17:40:47.978Z | Downloaded const-oid v0.9.6 |
830 | 2024-06-21T17:40:47.980Z | Downloaded downcast v0.11.0 |
831 | 2024-06-21T17:40:47.983Z | Downloaded ident_case v1.0.1 |
832 | 2024-06-21T17:40:47.983Z | Downloaded structmeta v0.3.0 |
833 | 2024-06-21T17:40:47.986Z | Downloaded peg v0.8.3 |
834 | 2024-06-21T17:40:47.990Z | Downloaded ahash v0.8.11 |
835 | 2024-06-21T17:40:47.992Z | Downloaded pretty-hex v0.2.1 |
836 | 2024-06-21T17:40:47.993Z | Downloaded russh-cryptovec v0.7.2 |
837 | 2024-06-21T17:40:47.993Z | Downloaded precomputed-hash v0.1.1 |
838 | 2024-06-21T17:40:47.995Z | Downloaded hubpack_derive v0.1.1 |
839 | 2024-06-21T17:40:47.995Z | Downloaded memmap2 v0.9.4 |
840 | 2024-06-21T17:40:47.998Z | Downloaded linked-hash-map v0.5.6 |
841 | 2024-06-21T17:40:47.999Z | Downloaded multer v3.1.0 |
842 | 2024-06-21T17:40:48.001Z | Downloaded topological-sort v0.2.2 |
843 | 2024-06-21T17:40:48.004Z | Downloaded unicase v2.7.0 |
844 | 2024-06-21T17:40:48.004Z | Downloaded unarray v0.1.4 |
845 | 2024-06-21T17:40:48.007Z | Downloaded tui-tree-widget v0.19.0 |
846 | 2024-06-21T17:40:48.007Z | Downloaded threadpool v1.8.1 |
847 | 2024-06-21T17:40:48.007Z | Downloaded csv-core v0.1.11 |
848 | 2024-06-21T17:40:48.010Z | Downloaded cookie v0.17.0 |
849 | 2024-06-21T17:40:48.012Z | Downloaded cancel-safe-futures v0.1.5 |
850 | 2024-06-21T17:40:48.015Z | Downloaded parking_lot v0.11.2 |
851 | 2024-06-21T17:40:48.018Z | Downloaded zeroize v1.7.0 |
852 | 2024-06-21T17:40:48.018Z | Downloaded phf v0.11.2 |
853 | 2024-06-21T17:40:48.021Z | Downloaded owo-colors v4.0.0 |
854 | 2024-06-21T17:40:48.023Z | Downloaded darling_macro v0.20.9 |
855 | 2024-06-21T17:40:48.026Z | Downloaded serde-big-array v0.4.1 |
856 | 2024-06-21T17:40:48.026Z | Downloaded addr2line v0.21.0 |
857 | 2024-06-21T17:40:48.029Z | Downloaded password-hash v0.4.2 |
858 | 2024-06-21T17:40:48.033Z | Downloaded compact_str v0.7.1 |
859 | 2024-06-21T17:40:48.036Z | Downloaded uzers v0.11.3 |
860 | 2024-06-21T17:40:48.036Z | Downloaded pem-rfc7468 v0.7.0 |
861 | 2024-06-21T17:40:48.039Z | Downloaded num-complex v0.4.6 |
862 | 2024-06-21T17:40:48.039Z | Downloaded nu-ansi-term v0.50.0 |
863 | 2024-06-21T17:40:48.042Z | Downloaded num-traits v0.2.19 |
864 | 2024-06-21T17:40:48.045Z | Downloaded dhcproto-macros v0.1.0 |
865 | 2024-06-21T17:40:48.048Z | Downloaded glob v0.3.1 |
866 | 2024-06-21T17:40:48.048Z | Downloaded ff v0.13.0 |
867 | 2024-06-21T17:40:48.050Z | Downloaded fd-lock v4.0.2 |
868 | 2024-06-21T17:40:48.053Z | Downloaded fixedbitset v0.4.2 |
869 | 2024-06-21T17:40:48.053Z | Downloaded foreign-types-macros v0.2.3 |
870 | 2024-06-21T17:40:48.056Z | Downloaded plotters-svg v0.3.5 |
871 | 2024-06-21T17:40:48.056Z | Downloaded hubpack v0.1.2 |
872 | 2024-06-21T17:40:48.059Z | Downloaded hex v0.4.3 |
873 | 2024-06-21T17:40:48.059Z | Downloaded heck v0.3.3 |
874 | 2024-06-21T17:40:48.061Z | Downloaded ppv-lite86 v0.2.17 |
875 | 2024-06-21T17:40:48.064Z | Downloaded ed25519 v2.2.3 |
876 | 2024-06-21T17:40:48.067Z | Downloaded secrecy v0.8.0 |
877 | 2024-06-21T17:40:48.067Z | Downloaded predicates-tree v1.0.9 |
878 | 2024-06-21T17:40:48.067Z | Downloaded predicates-core v1.0.6 |
879 | 2024-06-21T17:40:48.071Z | Downloaded slog-dtrace v0.3.0 |
880 | 2024-06-21T17:40:48.071Z | Downloaded structmeta v0.2.0 |
881 | 2024-06-21T17:40:48.078Z | Downloaded strip-ansi-escapes v0.2.0 |
882 | 2024-06-21T17:40:48.078Z | Downloaded vsss-rs v3.3.4 |
883 | 2024-06-21T17:40:48.108Z | Downloaded darling v0.20.9 |
884 | 2024-06-21T17:40:48.108Z | Downloaded cbc v0.1.2 |
885 | 2024-06-21T17:40:48.108Z | Downloaded slog-scope v4.4.0 |
886 | 2024-06-21T17:40:48.108Z | Downloaded rustc_version v0.1.7 |
887 | 2024-06-21T17:40:48.108Z | Downloaded semver v0.1.20 |
888 | 2024-06-21T17:40:48.108Z | Downloaded similar v2.5.0 |
889 | 2024-06-21T17:40:48.115Z | Downloaded signal-hook v0.3.17 |
890 | 2024-06-21T17:40:48.115Z | Downloaded vte_generate_state_changes v0.1.1 |
891 | 2024-06-21T17:40:48.115Z | Downloaded fallible-iterator v0.2.0 |
892 | 2024-06-21T17:40:48.115Z | Downloaded crypto-bigint v0.5.5 |
893 | 2024-06-21T17:40:48.118Z | Downloaded data-encoding v2.6.0 |
894 | 2024-06-21T17:40:48.118Z | Downloaded doc-comment v0.3.3 |
895 | 2024-06-21T17:40:48.118Z | Downloaded unicode-linebreak v0.1.5 |
896 | 2024-06-21T17:40:48.118Z | Downloaded backtrace v0.3.71 |
897 | 2024-06-21T17:40:48.122Z | Downloaded tls_codec_derive v0.4.1 |
898 | 2024-06-21T17:40:48.125Z | Downloaded hex-literal v0.4.1 |
899 | 2024-06-21T17:40:48.128Z | Downloaded fxhash v0.2.1 |
900 | 2024-06-21T17:40:48.128Z | Downloaded impl-trait-for-tuples v0.2.2 |
901 | 2024-06-21T17:40:48.130Z | Downloaded group v0.13.0 |
902 | 2024-06-21T17:40:48.133Z | Downloaded portpicker v0.1.1 |
903 | 2024-06-21T17:40:48.133Z | Downloaded ref-cast v1.0.23 |
904 | 2024-06-21T17:40:48.136Z | Downloaded diesel_table_macro_syntax v0.1.0 |
905 | 2024-06-21T17:40:48.139Z | Downloaded ref-cast-impl v1.0.23 |
906 | 2024-06-21T17:40:48.139Z | Downloaded rustc-hash v1.1.0 |
907 | 2024-06-21T17:40:48.142Z | Downloaded sct v0.7.1 |
908 | 2024-06-21T17:40:48.143Z | Downloaded crossbeam-epoch v0.9.18 |
909 | 2024-06-21T17:40:48.146Z | Downloaded rand_seeder v0.2.3 |
910 | 2024-06-21T17:40:48.159Z | Downloaded serde-big-array v0.5.1 |
911 | 2024-06-21T17:40:48.159Z | Downloaded arc-swap v1.7.1 |
912 | 2024-06-21T17:40:48.170Z | Downloaded defmt v0.3.8 |
913 | 2024-06-21T17:40:48.170Z | Downloaded uuid v1.8.0 |
914 | 2024-06-21T17:40:48.170Z | Downloaded tls_codec v0.4.1 |
915 | 2024-06-21T17:40:48.170Z | Downloaded tinytemplate v1.2.1 |
916 | 2024-06-21T17:40:48.170Z | Downloaded rustc_version v0.4.0 |
917 | 2024-06-21T17:40:48.170Z | Downloaded waitgroup v0.1.2 |
918 | 2024-06-21T17:40:48.177Z | Downloaded which v4.4.2 |
919 | 2024-06-21T17:40:48.177Z | Downloaded base64 v0.22.1 |
920 | 2024-06-21T17:40:48.177Z | Downloaded stability v0.2.0 |
921 | 2024-06-21T17:40:48.178Z | Downloaded static_assertions v1.1.0 |
922 | 2024-06-21T17:40:48.191Z | Downloaded yasna v0.5.2 |
923 | 2024-06-21T17:40:48.191Z | Downloaded serde_repr v0.1.19 |
924 | 2024-06-21T17:40:48.192Z | Downloaded serde_path_to_error v0.1.16 |
925 | 2024-06-21T17:40:48.192Z | Downloaded serde_arrays v0.1.0 |
926 | 2024-06-21T17:40:48.212Z | Downloaded globset v0.4.14 |
927 | 2024-06-21T17:40:48.212Z | Downloaded futures-timer v3.0.3 |
928 | 2024-06-21T17:40:48.212Z | Downloaded string_cache v0.8.7 |
929 | 2024-06-21T17:40:48.212Z | Downloaded indexmap v1.9.3 |
930 | 2024-06-21T17:40:48.212Z | Downloaded funty v2.0.0 |
931 | 2024-06-21T17:40:48.212Z | Downloaded signal-hook-tokio v0.3.1 |
932 | 2024-06-21T17:40:48.213Z | Downloaded highway v1.1.0 |
933 | 2024-06-21T17:40:48.213Z | Downloaded iana-time-zone v0.1.60 |
934 | 2024-06-21T17:40:48.213Z | Downloaded ecdsa v0.16.9 |
935 | 2024-06-21T17:40:48.213Z | Downloaded pkcs8 v0.10.2 |
936 | 2024-06-21T17:40:48.221Z | Downloaded relative-path v1.9.3 |
937 | 2024-06-21T17:40:48.221Z | Downloaded either v1.12.0 |
938 | 2024-06-21T17:40:48.221Z | Downloaded radium v0.7.0 |
939 | 2024-06-21T17:40:48.221Z | Downloaded rustc-demangle v0.1.24 |
940 | 2024-06-21T17:40:48.221Z | Downloaded const_format v0.2.32 |
941 | 2024-06-21T17:40:48.221Z | Downloaded getopts v0.2.21 |
942 | 2024-06-21T17:40:48.221Z | Downloaded endian-type v0.1.2 |
943 | 2024-06-21T17:40:48.222Z | Downloaded tower-layer v0.3.2 |
944 | 2024-06-21T17:40:48.229Z | Downloaded serde-hex v0.1.0 |
945 | 2024-06-21T17:40:48.229Z | Downloaded rfc6979 v0.4.0 |
946 | 2024-06-21T17:40:48.229Z | Downloaded resolv-conf v0.7.0 |
947 | 2024-06-21T17:40:48.229Z | Downloaded samael v0.0.15 |
948 | 2024-06-21T17:40:48.238Z | Downloaded gethostname v0.4.3 |
949 | 2024-06-21T17:40:48.238Z | Downloaded criterion v0.5.1 |
950 | 2024-06-21T17:40:48.245Z | Downloaded defmt-macros v0.3.9 |
951 | 2024-06-21T17:40:48.246Z | Downloaded enum-as-inner v0.5.1 |
952 | 2024-06-21T17:40:48.254Z | Downloaded tabwriter v1.4.0 |
953 | 2024-06-21T17:40:48.254Z | Downloaded supports-color v3.0.0 |
954 | 2024-06-21T17:40:48.254Z | Downloaded debug-ignore v1.0.5 |
955 | 2024-06-21T17:40:48.254Z | Downloaded hash32 v0.2.1 |
956 | 2024-06-21T17:40:48.276Z | Downloaded dirs v5.0.1 |
957 | 2024-06-21T17:40:48.276Z | Downloaded datatest-stable v0.2.9 |
958 | 2024-06-21T17:40:48.276Z | Downloaded quick-error v1.2.3 |
959 | 2024-06-21T17:40:48.276Z | Downloaded r2d2 v0.8.10 |
960 | 2024-06-21T17:40:48.276Z | Downloaded tokio-tungstenite v0.20.1 |
961 | 2024-06-21T17:40:48.276Z | Downloaded hash32 v0.3.1 |
962 | 2024-06-21T17:40:48.277Z | Downloaded tokio-stream v0.1.15 |
963 | 2024-06-21T17:40:48.277Z | Downloaded rcgen v0.12.1 |
964 | 2024-06-21T17:40:48.277Z | Downloaded headers-core v0.2.0 |
965 | 2024-06-21T17:40:48.277Z | Downloaded http-range v0.1.5 |
966 | 2024-06-21T17:40:48.289Z | Downloaded termios v0.3.3 |
967 | 2024-06-21T17:40:48.290Z | Downloaded ron v0.7.1 |
968 | 2024-06-21T17:40:48.290Z | Downloaded rustls-native-certs v0.7.0 |
969 | 2024-06-21T17:40:48.290Z | Downloaded unicode-xid v0.2.4 |
970 | 2024-06-21T17:40:48.290Z | Downloaded socket2 v0.4.10 |
971 | 2024-06-21T17:40:48.299Z | Downloaded trybuild v1.0.96 |
972 | 2024-06-21T17:40:48.299Z | Downloaded erased-serde v0.3.31 |
973 | 2024-06-21T17:40:48.299Z | Downloaded rustls-pemfile v2.1.2 |
974 | 2024-06-21T17:40:48.304Z | Downloaded guppy-workspace-hack v0.1.0 |
975 | 2024-06-21T17:40:48.305Z | Downloaded derive_more v0.99.17 |
976 | 2024-06-21T17:40:48.305Z | Downloaded env_logger v0.9.3 |
977 | 2024-06-21T17:40:48.310Z | Downloaded phf_shared v0.11.2 |
978 | 2024-06-21T17:40:48.310Z | Downloaded slog-stdlog v4.1.1 |
979 | 2024-06-21T17:40:48.310Z | Downloaded env_logger v0.10.2 |
980 | 2024-06-21T17:40:48.322Z | Downloaded structmeta-derive v0.3.0 |
981 | 2024-06-21T17:40:48.323Z | Downloaded toolchain_find v0.4.0 |
982 | 2024-06-21T17:40:48.323Z | Downloaded tungstenite v0.21.0 |
983 | 2024-06-21T17:40:48.323Z | Downloaded heapless v0.8.0 |
984 | 2024-06-21T17:40:48.330Z | Downloaded polyval v0.6.2 |
985 | 2024-06-21T17:40:48.330Z | Downloaded zone_cfg_derive v0.1.2 |
986 | 2024-06-21T17:40:48.330Z | Downloaded embedded-io v0.4.0 |
987 | 2024-06-21T17:40:48.330Z | Downloaded wyz v0.5.1 |
988 | 2024-06-21T17:40:48.330Z | Downloaded postcard v1.0.8 |
989 | 2024-06-21T17:40:48.340Z | Downloaded same-file v1.0.6 |
990 | 2024-06-21T17:40:48.340Z | Downloaded der_derive v0.7.2 |
991 | 2024-06-21T17:40:48.340Z | Downloaded smf v0.2.3 |
992 | 2024-06-21T17:40:48.341Z | Downloaded smawk v0.3.2 |
993 | 2024-06-21T17:40:48.341Z | Downloaded shlex v1.3.0 |
994 | 2024-06-21T17:40:48.341Z | Downloaded ena v0.14.3 |
995 | 2024-06-21T17:40:48.341Z | Downloaded serde_with_macros v3.8.1 |
996 | 2024-06-21T17:40:48.350Z | Downloaded smallvec v0.6.14 |
997 | 2024-06-21T17:40:48.350Z | Downloaded humantime v2.1.0 |
998 | 2024-06-21T17:40:48.350Z | Downloaded trust-dns-server v0.22.1 |
999 | 2024-06-21T17:40:48.357Z | Downloaded tracing-attributes v0.1.27 |
1000 | 2024-06-21T17:40:48.357Z | Downloaded untrusted v0.9.0 |
1001 | 2024-06-21T17:40:48.357Z | Downloaded utf-8 v0.7.6 |
1002 | 2024-06-21T17:40:48.357Z | Downloaded scheduled-thread-pool v0.2.7 |
1003 | 2024-06-21T17:40:48.363Z | Downloaded rusty-fork v0.3.0 |
1004 | 2024-06-21T17:40:48.363Z | Downloaded diesel_derives v2.1.4 |
1005 | 2024-06-21T17:40:48.363Z | Downloaded http-body v1.0.0 |
1006 | 2024-06-21T17:40:48.372Z | Downloaded ron v0.8.1 |
1007 | 2024-06-21T17:40:48.372Z | Downloaded getrandom v0.2.14 |
1008 | 2024-06-21T17:40:48.373Z | Downloaded sqlparser_derive v0.2.2 |
1009 | 2024-06-21T17:40:48.391Z | Downloaded derive_builder_macro v0.20.0 |
1010 | 2024-06-21T17:40:48.391Z | Downloaded subprocess v0.2.9 |
1011 | 2024-06-21T17:40:48.391Z | Downloaded num-bigint-dig v0.8.4 |
1012 | 2024-06-21T17:40:48.391Z | Downloaded aes-gcm v0.10.3 |
1013 | 2024-06-21T17:40:48.402Z | Downloaded rand_xorshift v0.3.0 |
1014 | 2024-06-21T17:40:48.402Z | Downloaded rpassword v7.3.1 |
1015 | 2024-06-21T17:40:48.402Z | Downloaded proc-macro-crate v1.3.1 |
1016 | 2024-06-21T17:40:48.402Z | Downloaded pin-project-internal v1.1.5 |
1017 | 2024-06-21T17:40:48.403Z | Downloaded pin-project v1.1.5 |
1018 | 2024-06-21T17:40:48.413Z | Downloaded foreign-types-shared v0.3.1 |
1019 | 2024-06-21T17:40:48.413Z | Downloaded zone v0.1.8 |
1020 | 2024-06-21T17:40:48.413Z | Downloaded spin v0.5.2 |
1021 | 2024-06-21T17:40:48.413Z | Downloaded home v0.5.9 |
1022 | 2024-06-21T17:40:48.413Z | Downloaded fragile v2.0.0 |
1023 | 2024-06-21T17:40:48.413Z | Downloaded defmt-parser v0.3.4 |
1024 | 2024-06-21T17:40:48.413Z | Downloaded rust-argon2 v2.1.0 |
1025 | 2024-06-21T17:40:48.428Z | Downloaded russh-keys v0.43.0 |
1026 | 2024-06-21T17:40:48.428Z | Downloaded schemars_derive v0.8.20 |
1027 | 2024-06-21T17:40:48.428Z | Downloaded httptest v0.15.5 |
1028 | 2024-06-21T17:40:48.428Z | Downloaded float-cmp v0.9.0 |
1029 | 2024-06-21T17:40:48.428Z | Downloaded elliptic-curve v0.13.8 |
1030 | 2024-06-21T17:40:48.428Z | Downloaded spki v0.7.3 |
1031 | 2024-06-21T17:40:48.428Z | Downloaded psl-types v2.0.11 |
1032 | 2024-06-21T17:40:48.433Z | Downloaded rtoolbox v0.0.2 |
1033 | 2024-06-21T17:40:48.433Z | Downloaded primeorder v0.13.6 |
1034 | 2024-06-21T17:40:48.433Z | Downloaded test-strategy v0.3.1 |
1035 | 2024-06-21T17:40:48.433Z | Downloaded heapless v0.7.17 |
1036 | 2024-06-21T17:40:48.459Z | Downloaded ed25519-dalek v2.1.1 |
1037 | 2024-06-21T17:40:48.459Z | Downloaded fastrand v2.1.0 |
1038 | 2024-06-21T17:40:48.459Z | Downloaded rand_core v0.6.4 |
1039 | 2024-06-21T17:40:48.459Z | Downloaded rand_chacha v0.3.1 |
1040 | 2024-06-21T17:40:48.459Z | Downloaded untrusted v0.7.1 |
1041 | 2024-06-21T17:40:48.459Z | Downloaded universal-hash v0.5.1 |
1042 | 2024-06-21T17:40:48.459Z | Downloaded hostname v0.4.0 |
1043 | 2024-06-21T17:40:48.459Z | Downloaded p521 v0.13.3 |
1044 | 2024-06-21T17:40:48.480Z | Downloaded wait-timeout v0.2.0 |
1045 | 2024-06-21T17:40:48.480Z | Downloaded dirs-sys v0.4.1 |
1046 | 2024-06-21T17:40:48.480Z | Downloaded difflib v0.4.0 |
1047 | 2024-06-21T17:40:48.480Z | Downloaded typed-path v0.7.1 |
1048 | 2024-06-21T17:40:48.480Z | Downloaded yansi v0.5.1 |
1049 | 2024-06-21T17:40:48.480Z | Downloaded rand_chacha v0.2.2 |
1050 | 2024-06-21T17:40:48.480Z | Downloaded nom v7.1.3 |
1051 | 2024-06-21T17:40:48.480Z | Downloaded aho-corasick v1.1.3 |
1052 | 2024-06-21T17:40:48.487Z | Downloaded termcolor v1.4.1 |
1053 | 2024-06-21T17:40:48.487Z | Downloaded thiserror-no-std v2.0.2 |
1054 | 2024-06-21T17:40:48.487Z | Downloaded libm v0.2.8 |
1055 | 2024-06-21T17:40:48.487Z | Downloaded textwrap v0.16.1 |
1056 | 2024-06-21T17:40:48.496Z | Downloaded hyper-rustls v0.26.0 |
1057 | 2024-06-21T17:40:48.496Z | Downloaded publicsuffix v2.2.3 |
1058 | 2024-06-21T17:40:48.500Z | Downloaded hashbrown v0.12.3 |
1059 | 2024-06-21T17:40:48.500Z | Downloaded flagset v0.4.5 |
1060 | 2024-06-21T17:40:48.500Z | Downloaded derive-where v1.2.7 |
1061 | 2024-06-21T17:40:48.508Z | Downloaded postgres-types v0.2.6 |
1062 | 2024-06-21T17:40:48.508Z | Downloaded libxml v0.3.3 |
1063 | 2024-06-21T17:40:48.515Z | Downloaded itertools v0.12.1 |
1064 | 2024-06-21T17:40:48.519Z | Downloaded thiserror-impl-no-std v2.0.2 |
1065 | 2024-06-21T17:40:48.528Z | Downloaded derive_builder v0.20.0 |
1066 | 2024-06-21T17:40:48.538Z | Downloaded toml v0.7.8 |
1067 | 2024-06-21T17:40:48.538Z | Downloaded zeroize_derive v1.4.2 |
1068 | 2024-06-21T17:40:48.538Z | Downloaded half v2.4.1 |
1069 | 2024-06-21T17:40:48.538Z | Downloaded headers v0.3.9 |
1070 | 2024-06-21T17:40:48.544Z | Downloaded hyper-util v0.1.3 |
1071 | 2024-06-21T17:40:48.544Z | Downloaded rstest v0.19.0 |
1072 | 2024-06-21T17:40:48.550Z | Downloaded postgres-protocol v0.6.6 |
1073 | 2024-06-21T17:40:48.551Z | Downloaded spin v0.9.8 |
1074 | 2024-06-21T17:40:48.554Z | Downloaded serde_yaml v0.9.34+deprecated |
1075 | 2024-06-21T17:40:48.563Z | Downloaded schemars v0.8.20 |
1076 | 2024-06-21T17:40:48.568Z | Downloaded prettyplease v0.2.20 |
1077 | 2024-06-21T17:40:48.571Z | Downloaded hmac v0.12.1 |
1078 | 2024-06-21T17:40:48.571Z | Downloaded tempfile v3.10.1 |
1079 | 2024-06-21T17:40:48.581Z | Downloaded sqlformat v0.2.3 |
1080 | 2024-06-21T17:40:48.581Z | Downloaded blake3 v1.5.1 |
1081 | 2024-06-21T17:40:48.585Z | Downloaded fatfs v0.3.6 |
1082 | 2024-06-21T17:40:48.591Z | Downloaded zerocopy v0.6.6 |
1083 | 2024-06-21T17:40:48.591Z | Downloaded tower v0.4.13 |
1084 | 2024-06-21T17:40:48.601Z | Downloaded toml v0.5.11 |
1085 | 2024-06-21T17:40:48.605Z | Downloaded toml_edit v0.19.15 |
1086 | 2024-06-21T17:40:48.619Z | Downloaded unicode_categories v0.1.1 |
1087 | 2024-06-21T17:40:48.623Z | Downloaded trust-dns-resolver v0.22.0 |
1088 | 2024-06-21T17:40:48.627Z | Downloaded sqlparser v0.45.0 |
1089 | 2024-06-21T17:40:48.633Z | Downloaded pretty_assertions v1.4.0 |
1090 | 2024-06-21T17:40:48.633Z | Downloaded hashbrown v0.13.2 |
1091 | 2024-06-21T17:40:48.637Z | Downloaded hyper v1.3.1 |
1092 | 2024-06-21T17:40:48.642Z | Downloaded rand v0.7.3 |
1093 | 2024-06-21T17:40:48.657Z | Downloaded expectorate v1.1.0 |
1094 | 2024-06-21T17:40:48.660Z | Downloaded http v1.1.0 |
1095 | 2024-06-21T17:40:48.660Z | Downloaded salty v0.2.0 |
1096 | 2024-06-21T17:40:48.660Z | Downloaded zip v0.6.6 |
1097 | 2024-06-21T17:40:48.663Z | Downloaded plotters v0.3.5 |
1098 | 2024-06-21T17:40:48.672Z | Downloaded rsa v0.9.6 |
1099 | 2024-06-21T17:40:48.677Z | Downloaded rand v0.8.5 |
1100 | 2024-06-21T17:40:48.680Z | Downloaded chrono v0.4.38 |
1101 | 2024-06-21T17:40:48.687Z | Downloaded der v0.7.9 |
1102 | 2024-06-21T17:40:48.692Z | Downloaded bindgen v0.69.4 |
1103 | 2024-06-21T17:40:48.700Z | Downloaded quick-xml v0.31.0 |
1104 | 2024-06-21T17:40:48.705Z | Downloaded portable-atomic v1.6.0 |
1105 | 2024-06-21T17:40:48.711Z | Downloaded unicode-segmentation v1.11.0 |
1106 | 2024-06-21T17:40:48.714Z | Downloaded fancy-regex v0.13.0 |
1107 | 2024-06-21T17:40:48.718Z | Downloaded regex-automata v0.1.10 |
1108 | 2024-06-21T17:40:48.724Z | Downloaded unsafe-libyaml v0.2.11 |
1109 | 2024-06-21T17:40:48.727Z | Downloaded rustls-webpki v0.102.4 |
1110 | 2024-06-21T17:40:48.746Z | Downloaded rustls-webpki v0.101.7 |
1111 | 2024-06-21T17:40:48.760Z | Downloaded tough v0.17.1 |
1112 | 2024-06-21T17:40:48.769Z | Downloaded serde_with v3.8.1 |
1113 | 2024-06-21T17:40:48.776Z | Downloaded gimli v0.28.1 |
1114 | 2024-06-21T17:40:48.784Z | Downloaded bstr v0.2.17 |
1115 | 2024-06-21T17:40:48.794Z | Downloaded object v0.30.4 |
1116 | 2024-06-21T17:40:48.803Z | Downloaded rustyline v14.0.0 |
1117 | 2024-06-21T17:40:48.808Z | Downloaded diesel v2.1.6 |
1118 | 2024-06-21T17:40:48.826Z | Downloaded lalrpop v0.19.12 |
1119 | 2024-06-21T17:40:48.837Z | Downloaded rayon v1.10.0 |
1120 | 2024-06-21T17:40:48.845Z | Downloaded rustls v0.21.12 |
1121 | 2024-06-21T17:40:48.857Z | Downloaded proptest v1.4.0 |
1122 | 2024-06-21T17:40:48.868Z | Downloaded regex-syntax v0.6.29 |
1123 | 2024-06-21T17:40:48.873Z | Downloaded object v0.32.2 |
1124 | 2024-06-21T17:40:48.884Z | Downloaded smoltcp v0.11.0 |
1125 | 2024-06-21T17:40:48.895Z | Downloaded rustls v0.22.4 |
1126 | 2024-06-21T17:40:48.909Z | Downloaded idna v0.3.0 |
1127 | 2024-06-21T17:40:48.915Z | Downloaded regex v1.10.4 |
1128 | 2024-06-21T17:40:48.928Z | Downloaded polar-core v0.27.3 |
1129 | 2024-06-21T17:40:48.936Z | Downloaded sled v0.34.7 |
1130 | 2024-06-21T17:40:48.946Z | Downloaded zerocopy-derive v0.6.6 |
1131 | 2024-06-21T17:40:48.955Z | Downloaded smoltcp v0.9.1 |
1132 | 2024-06-21T17:40:48.967Z | Downloaded webpki-roots v0.25.4 |
1133 | 2024-06-21T17:40:48.970Z | Downloaded finl_unicode v1.2.0 |
1134 | 2024-06-21T17:40:48.983Z | Downloaded trust-dns-proto v0.22.0 |
1135 | 2024-06-21T17:40:48.995Z | Downloaded regress v0.9.1 |
1136 | 2024-06-21T17:40:49.003Z | Downloaded openapiv3 v2.0.0 |
1137 | 2024-06-21T17:40:49.014Z | Downloaded csv v1.3.0 |
1138 | 2024-06-21T17:40:49.033Z | Downloaded regex-syntax v0.8.3 |
1139 | 2024-06-21T17:40:49.040Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1140 | 2024-06-21T17:40:49.052Z | Downloaded nix v0.28.0 |
1141 | 2024-06-21T17:40:49.064Z | Downloaded ratatui v0.26.2 |
1142 | 2024-06-21T17:40:49.082Z | Downloaded nix v0.27.1 |
1143 | 2024-06-21T17:40:49.092Z | Downloaded regex-automata v0.4.6 |
1144 | 2024-06-21T17:40:49.109Z | Downloaded radix_trie v0.2.1 |
1145 | 2024-06-21T17:40:49.113Z | Downloaded petgraph v0.6.5 |
1146 | 2024-06-21T17:40:49.129Z | Downloaded bstr v1.9.1 |
1147 | 2024-06-21T17:40:49.139Z | Downloaded curve25519-dalek v4.1.2 |
1148 | 2024-06-21T17:40:49.148Z | Downloaded hkdf v0.12.4 |
1149 | 2024-06-21T17:40:49.151Z | Downloaded sha3 v0.10.8 |
1150 | 2024-06-21T17:40:49.154Z | Downloaded guppy v0.17.5 |
1151 | 2024-06-21T17:40:49.160Z | Downloaded winnow v0.5.40 |
1152 | 2024-06-21T17:40:49.168Z | Downloaded idna v0.2.3 |
1153 | 2024-06-21T17:40:49.174Z | Downloaded reedline v0.31.0 |
1154 | 2024-06-21T17:40:49.184Z | Downloaded rstest_macros v0.19.0 |
1155 | 2024-06-21T17:40:49.187Z | Downloaded x509-cert v0.2.5 |
1156 | 2024-06-21T17:40:49.193Z | Downloaded russh v0.43.0 |
1157 | 2024-06-21T17:40:49.199Z | Downloaded bitvec v1.0.1 |
1158 | 2024-06-21T17:40:49.214Z | Downloaded tokio-postgres v0.7.10 |
1159 | 2024-06-21T17:40:49.219Z | Downloaded poly1305 v0.8.0 |
1160 | 2024-06-21T17:40:49.222Z | Downloaded flume v0.11.0 |
1161 | 2024-06-21T17:40:49.226Z | Downloaded indicatif v0.17.8 |
1162 | 2024-06-21T17:40:49.229Z | Downloaded pkcs1 v0.7.5 |
1163 | 2024-06-21T17:40:49.231Z | Downloaded hyper-staticfile v0.9.5 |
1164 | 2024-06-21T17:40:49.234Z | Downloaded ghash v0.5.1 |
1165 | 2024-06-21T17:40:49.234Z | Downloaded steno v0.4.0 |
1166 | 2024-06-21T17:40:49.238Z | Downloaded num-bigint v0.4.5 |
1167 | 2024-06-21T17:40:49.243Z | Downloaded crossterm v0.27.0 |
1168 | 2024-06-21T17:40:49.249Z | Downloaded walkdir v2.5.0 |
1169 | 2024-06-21T17:40:49.252Z | Downloaded tungstenite v0.20.1 |
1170 | 2024-06-21T17:40:49.255Z | Downloaded trust-dns-client v0.22.0 |
1171 | 2024-06-21T17:40:49.260Z | Downloaded aes v0.8.4 |
1172 | 2024-06-21T17:40:49.263Z | Downloaded getrandom v0.1.16 |
1173 | 2024-06-21T17:40:49.266Z | Downloaded platforms v3.4.0 |
1174 | 2024-06-21T17:40:49.269Z | Downloaded escape8259 v0.5.2 |
1175 | 2024-06-21T17:40:49.269Z | Downloaded signal-hook-mio v0.2.3 |
1176 | 2024-06-21T17:40:49.272Z | Downloaded signature v1.6.4 |
1177 | 2024-06-21T17:40:49.272Z | Downloaded diff v0.1.13 |
1178 | 2024-06-21T17:40:49.276Z | Downloaded dhcproto v0.11.0 |
1179 | 2024-06-21T17:40:49.279Z | Downloaded rayon-core v1.12.1 |
1180 | 2024-06-21T17:40:49.282Z | Downloaded tokio-rustls v0.25.0 |
1181 | 2024-06-21T17:40:49.284Z | Downloaded tokio-rustls v0.24.1 |
1182 | 2024-06-21T17:40:49.287Z | Downloaded hyper-rustls v0.24.2 |
1183 | 2024-06-21T17:40:49.287Z | Downloaded strum_macros v0.25.3 |
1184 | 2024-06-21T17:40:49.290Z | Downloaded display-error-chain v0.2.0 |
1185 | 2024-06-21T17:40:49.293Z | Downloaded subtle v2.5.0 |
1186 | 2024-06-21T17:40:49.293Z | Downloaded strum_macros v0.24.3 |
1187 | 2024-06-21T17:40:49.293Z | Downloaded stable_deref_trait v1.2.0 |
1188 | 2024-06-21T17:40:49.296Z | Downloaded signature v2.2.0 |
1189 | 2024-06-21T17:40:49.296Z | Downloaded shell-words v1.1.0 |
1190 | 2024-06-21T17:40:49.298Z | Downloaded stringprep v0.1.4 |
1191 | 2024-06-21T17:40:49.298Z | Downloaded snafu-derive v0.8.2 |
1192 | 2024-06-21T17:40:49.302Z | Downloaded serde_derive_internals v0.29.1 |
1193 | 2024-06-21T17:40:49.302Z | Downloaded snafu v0.8.2 |
1194 | 2024-06-21T17:40:49.309Z | Downloaded whoami v1.5.1 |
1195 | 2024-06-21T17:40:49.312Z | Downloaded rand_core v0.5.1 |
1196 | 2024-06-21T17:40:49.312Z | Downloaded minimal-lexical v0.2.1 |
1197 | 2024-06-21T17:40:49.315Z | Downloaded chacha20poly1305 v0.10.1 |
1198 | 2024-06-21T17:40:49.318Z | Downloaded p256 v0.13.2 |
1199 | 2024-06-21T17:40:49.320Z | Downloaded vte v0.11.1 |
1200 | 2024-06-21T17:40:49.323Z | Downloaded oso v0.27.3 |
1201 | 2024-06-21T17:40:49.327Z | Downloaded ring v0.16.20 |
1202 | 2024-06-21T17:40:49.406Z | Downloaded plotters-backend v0.3.5 |
1203 | 2024-06-21T17:40:49.409Z | Downloaded foreign-types v0.5.0 |
1204 | 2024-06-21T17:40:49.409Z | Downloaded rustls-pki-types v1.7.0 |
1205 | 2024-06-21T17:40:49.412Z | Downloaded predicates v3.1.0 |
1206 | 2024-06-21T17:40:49.412Z | Downloaded tokio-tungstenite v0.21.0 |
1207 | 2024-06-21T17:40:49.414Z | Downloaded rustfmt-wrapper v0.2.1 |
1208 | 2024-06-21T17:40:49.434Z | Downloaded tiny-keccak v2.0.2 |
1209 | 2024-06-21T17:40:49.437Z | Downloaded target-spec v3.1.0 |
1210 | 2024-06-21T17:40:49.440Z | Downloaded tap v1.0.1 |
1211 | 2024-06-21T17:40:49.440Z | Downloaded sec1 v0.7.3 |
1212 | 2024-06-21T17:40:49.442Z | Downloaded derive_builder_core v0.20.0 |
1213 | 2024-06-21T17:40:49.445Z | Downloaded itertools v0.10.5 |
1214 | 2024-06-21T17:40:49.452Z | Downloaded omicron-zone-package v0.11.0 |
1215 | 2024-06-21T17:40:49.455Z | Downloaded slog-envlogger v2.2.0 |
1216 | 2024-06-21T17:40:49.458Z | Downloaded cfg-expr v0.15.8 |
1217 | 2024-06-21T17:40:49.461Z | Downloaded blake2 v0.10.6 |
1218 | 2024-06-21T17:40:49.464Z | Downloaded siphasher v0.3.11 |
1219 | 2024-06-21T17:40:49.467Z | Downloaded blowfish v0.9.1 |
1220 | 2024-06-21T17:40:49.467Z | Downloaded mockall_derive v0.12.1 |
1221 | 2024-06-21T17:40:49.470Z | Downloaded ed25519 v1.5.3 |
1222 | 2024-06-21T17:40:49.473Z | Downloaded dyn-clone v1.0.17 |
1223 | 2024-06-21T17:40:49.473Z | Downloaded target-lexicon v0.12.14 |
1224 | 2024-06-21T17:40:49.476Z | Downloaded allocator-api2 v0.2.18 |
1225 | 2024-06-21T17:40:49.479Z | Downloaded num-rational v0.4.2 |
1226 | 2024-06-21T17:40:49.482Z | Downloaded mime_guess v2.0.4 |
1227 | 2024-06-21T17:40:49.485Z | Downloaded structmeta-derive v0.2.0 |
1228 | 2024-06-21T17:40:49.485Z | Downloaded cookie_store v0.20.0 |
1229 | 2024-06-21T17:40:49.488Z | Downloaded console v0.15.8 |
1230 | 2024-06-21T17:40:49.490Z | Downloaded buf-list v1.0.3 |
1231 | 2024-06-21T17:40:49.493Z | Downloaded ring v0.17.8 |
1232 | 2024-06-21T17:40:49.563Z | Downloaded maybe-uninit v2.0.0 |
1233 | 2024-06-21T17:40:49.566Z | Downloaded libtest-mimic v0.7.3 |
1234 | 2024-06-21T17:40:49.566Z | Downloaded bcs v0.1.6 |
1235 | 2024-06-21T17:40:49.568Z | Downloaded pbkdf2 v0.11.0 |
1236 | 2024-06-21T17:40:49.571Z | Downloaded parse-display v0.9.0 |
1237 | 2024-06-21T17:40:49.571Z | Downloaded nibble_vec v0.1.0 |
1238 | 2024-06-21T17:40:49.571Z | Downloaded clang-sys v1.7.0 |
1239 | 2024-06-21T17:40:49.574Z | Downloaded crc-any v2.5.0 |
1240 | 2024-06-21T17:40:49.577Z | Downloaded cookie v0.18.1 |
1241 | 2024-06-21T17:40:49.580Z | Downloaded num-integer v0.1.46 |
1242 | 2024-06-21T17:40:49.580Z | Downloaded criterion-plot v0.5.0 |
1243 | 2024-06-21T17:40:49.582Z | Downloaded crc-catalog v2.4.0 |
1244 | 2024-06-21T17:40:49.583Z | Downloaded crc v3.2.1 |
1245 | 2024-06-21T17:40:49.585Z | Downloaded lazy_static v1.4.0 |
1246 | 2024-06-21T17:40:49.585Z | Downloaded base64 v0.13.1 |
1247 | 2024-06-21T17:40:49.588Z | Downloaded libloading v0.8.3 |
1248 | 2024-06-21T17:40:49.591Z | Downloaded const_format_proc_macros v0.2.32 |
1249 | 2024-06-21T17:40:49.591Z | Downloaded bzip2 v0.4.4 |
1250 | 2024-06-21T17:40:49.594Z | Downloaded array-init v0.0.4 |
1251 | 2024-06-21T17:40:49.594Z | Downloaded oso-derive v0.27.3 |
1252 | 2024-06-21T17:40:49.594Z | Downloaded option-ext v0.2.0 |
1253 | 2024-06-21T17:40:49.594Z | Downloaded opaque-debug v0.3.1 |
1254 | 2024-06-21T17:40:49.596Z | Downloaded number_prefix v0.4.0 |
1255 | 2024-06-21T17:40:49.596Z | Downloaded lazycell v1.3.0 |
1256 | 2024-06-21T17:40:49.596Z | Downloaded lalrpop-util v0.19.12 |
1257 | 2024-06-21T17:40:49.601Z | Downloaded internet-checksum v0.2.1 |
1258 | 2024-06-21T17:40:49.601Z | Downloaded argon2 v0.5.3 |
1259 | 2024-06-21T17:40:49.602Z | Downloaded async-stream v0.3.5 |
1260 | 2024-06-21T17:40:49.604Z | Downloaded approx v0.5.1 |
1261 | 2024-06-21T17:40:49.604Z | Downloaded cexpr v0.6.0 |
1262 | 2024-06-21T17:40:49.605Z | Downloaded ascii v1.1.0 |
1263 | 2024-06-21T17:40:49.607Z | Downloaded memoffset v0.9.1 |
1264 | 2024-06-21T17:40:49.607Z | Downloaded lru v0.12.3 |
1265 | 2024-06-21T17:40:49.607Z | Downloaded kstat-rs v0.2.3 |
1266 | 2024-06-21T17:40:49.610Z | Downloaded ipnetwork v0.20.0 |
1267 | 2024-06-21T17:40:49.610Z | Downloaded block-padding v0.3.3 |
1268 | 2024-06-21T17:40:50.235Z | Compiling serde v1.0.203 |
1269 | 2024-06-21T17:40:50.238Z | Checking cfg-if v1.0.0 |
1270 | 2024-06-21T17:40:50.303Z | Compiling libm v0.2.8 |
1271 | 2024-06-21T17:40:50.303Z | Compiling ahash v0.8.11 |
1272 | 2024-06-21T17:40:50.317Z | Checking libc v0.2.155 |
1273 | 2024-06-21T17:40:50.346Z | Compiling syn v2.0.64 |
1274 | 2024-06-21T17:40:50.362Z | Compiling num-traits v0.2.19 |
1275 | 2024-06-21T17:40:50.382Z | Compiling serde_json v1.0.117 |
1276 | 2024-06-21T17:40:50.382Z | Compiling getrandom v0.2.14 |
1277 | 2024-06-21T17:40:50.652Z | Compiling generic-array v0.14.7 |
1278 | 2024-06-21T17:40:50.686Z | Compiling log v0.4.21 |
1279 | 2024-06-21T17:40:50.822Z | Checking memchr v2.7.2 |
1280 | 2024-06-21T17:40:50.843Z | Checking itoa v1.0.11 |
1281 | 2024-06-21T17:40:50.881Z | Compiling syn v1.0.109 |
1282 | 2024-06-21T17:40:51.010Z | Checking byteorder v1.5.0 |
1283 | 2024-06-21T17:40:51.032Z | Checking scopeguard v1.2.0 |
1284 | 2024-06-21T17:40:51.059Z | Checking smallvec v1.13.2 |
1285 | 2024-06-21T17:40:51.146Z | Compiling allocator-api2 v0.2.18 |
1286 | 2024-06-21T17:40:51.169Z | Checking lock_api v0.4.12 |
1287 | 2024-06-21T17:40:51.430Z | Compiling schemars v0.8.20 |
1288 | 2024-06-21T17:40:51.450Z | Compiling ring v0.17.8 |
1289 | 2024-06-21T17:40:51.617Z | Checking once_cell v1.19.0 |
1290 | 2024-06-21T17:40:51.733Z | Compiling time-macros v0.2.18 |
1291 | 2024-06-21T17:40:51.754Z | Checking rand_core v0.6.4 |
1292 | 2024-06-21T17:40:51.794Z | Checking parking_lot_core v0.9.10 |
1293 | 2024-06-21T17:40:51.891Z | Checking pin-project-lite v0.2.14 |
1294 | 2024-06-21T17:40:52.017Z | Checking signal-hook-registry v1.4.2 |
1295 | 2024-06-21T17:40:52.085Z | Checking mio v0.8.11 |
1296 | 2024-06-21T17:40:52.123Z | Checking parking_lot v0.12.2 |
1297 | 2024-06-21T17:40:52.253Z | Compiling aho-corasick v1.1.3 |
1298 | 2024-06-21T17:40:52.666Z | Compiling regex-syntax v0.8.3 |
1299 | 2024-06-21T17:40:55.077Z | Checking num_cpus v1.16.0 |
1300 | 2024-06-21T17:40:55.185Z | Checking typenum v1.17.0 |
1301 | 2024-06-21T17:40:55.206Z | Checking futures-core v0.3.30 |
1302 | 2024-06-21T17:40:55.383Z | Compiling slog v2.7.0 |
1303 | 2024-06-21T17:40:55.922Z | Checking socket2 v0.5.7 |
1304 | 2024-06-21T17:40:56.211Z | Compiling regex-automata v0.4.6 |
1305 | 2024-06-21T17:40:56.482Z | Compiling crossbeam-utils v0.8.19 |
1306 | 2024-06-21T17:40:57.024Z | Checking ryu v1.0.18 |
1307 | 2024-06-21T17:40:57.250Z | Compiling serde_derive_internals v0.29.1 |
1308 | 2024-06-21T17:40:57.614Z | Checking subtle v2.5.0 |
1309 | 2024-06-21T17:40:57.883Z | Compiling rustls v0.21.12 |
1310 | 2024-06-21T17:40:58.068Z | Compiling cookie v0.17.0 |
1311 | 2024-06-21T17:40:58.122Z | Compiling iana-time-zone v0.1.60 |
1312 | 2024-06-21T17:40:58.380Z | Compiling backtrace v0.3.71 |
1313 | 2024-06-21T17:40:58.557Z | Compiling anyhow v1.0.86 |
1314 | 2024-06-21T17:40:58.626Z | Compiling dyn-clone v1.0.17 |
1315 | 2024-06-21T17:40:58.850Z | Checking futures-sink v0.3.30 |
1316 | 2024-06-21T17:40:59.338Z | Checking futures-channel v0.3.30 |
1317 | 2024-06-21T17:40:59.368Z | Checking slab v0.4.9 |
1318 | 2024-06-21T17:40:59.577Z | Checking futures-io v0.3.30 |
1319 | 2024-06-21T17:40:59.630Z | Checking futures-task v0.3.30 |
1320 | 2024-06-21T17:40:59.745Z | Checking pin-utils v0.1.0 |
1321 | 2024-06-21T17:40:59.768Z | Compiling unicode-normalization v0.1.23 |
1322 | 2024-06-21T17:40:59.835Z | Compiling either v1.12.0 |
1323 | 2024-06-21T17:40:59.872Z | Compiling unicode-bidi v0.3.15 |
1324 | 2024-06-21T17:41:00.084Z | Checking const-oid v0.9.6 |
1325 | 2024-06-21T17:41:00.176Z | Compiling spin v0.9.8 |
1326 | 2024-06-21T17:41:00.259Z | Compiling winnow v0.5.40 |
1327 | 2024-06-21T17:41:01.200Z | Compiling untrusted v0.9.0 |
1328 | 2024-06-21T17:41:01.901Z | Compiling regex v1.10.4 |
1329 | 2024-06-21T17:41:02.052Z | Compiling spin v0.5.2 |
1330 | 2024-06-21T17:41:02.303Z | Compiling signal-hook v0.3.17 |
1331 | 2024-06-21T17:41:02.517Z | Compiling siphasher v0.3.11 |
1332 | 2024-06-21T17:41:02.584Z | Compiling time v0.3.36 |
1333 | 2024-06-21T17:41:02.912Z | Compiling idna v0.5.0 |
1334 | 2024-06-21T17:41:02.967Z | Compiling idna v0.3.0 |
1335 | 2024-06-21T17:41:04.249Z | Compiling sct v0.7.1 |
1336 | 2024-06-21T17:41:04.529Z | Compiling rustls-webpki v0.101.7 |
1337 | 2024-06-21T17:41:04.578Z | Compiling url v2.5.0 |
1338 | 2024-06-21T17:41:05.127Z | Compiling serde_derive v1.0.203 |
1339 | 2024-06-21T17:41:05.366Z | Compiling zerocopy-derive v0.7.34 |
1340 | 2024-06-21T17:41:05.959Z | Compiling zeroize_derive v1.4.2 |
1341 | 2024-06-21T17:41:06.382Z | Compiling thiserror-impl v1.0.60 |
1342 | 2024-06-21T17:41:06.469Z | Compiling tokio-macros v2.2.0 |
1343 | 2024-06-21T17:41:06.524Z | Compiling futures-macro v0.3.30 |
1344 | 2024-06-21T17:41:07.623Z | Compiling tracing-attributes v0.1.27 |
1345 | 2024-06-21T17:41:07.747Z | Compiling zerocopy v0.7.34 |
1346 | 2024-06-21T17:41:08.153Z | Checking zeroize v1.7.0 |
1347 | 2024-06-21T17:41:08.174Z | Compiling schemars_derive v0.8.20 |
1348 | 2024-06-21T17:41:08.430Z | Compiling openssl-macros v0.1.1 |
1349 | 2024-06-21T17:41:09.202Z | Compiling async-trait v0.1.80 |
1350 | 2024-06-21T17:41:09.825Z | Compiling thiserror v1.0.60 |
1351 | 2024-06-21T17:41:09.976Z | Checking crypto-common v0.1.6 |
1352 | 2024-06-21T17:41:10.040Z | Compiling hashbrown v0.14.5 |
1353 | 2024-06-21T17:41:10.071Z | Compiling scroll_derive v0.12.0 |
1354 | 2024-06-21T17:41:10.156Z | Compiling der_derive v0.7.2 |
1355 | 2024-06-21T17:41:11.206Z | Compiling pest v2.7.10 |
1356 | 2024-06-21T17:41:11.576Z | Compiling scroll v0.12.0 |
1357 | 2024-06-21T17:41:11.655Z | Checking futures-util v0.3.30 |
1358 | 2024-06-21T17:41:12.112Z | Compiling goblin v0.8.2 |
1359 | 2024-06-21T17:41:12.343Z | Compiling clap_derive v4.5.4 |
1360 | 2024-06-21T17:41:13.264Z | Compiling tracing v0.1.40 |
1361 | 2024-06-21T17:41:13.835Z | Compiling pest_meta v2.7.10 |
1362 | 2024-06-21T17:41:14.239Z | Checking block-buffer v0.10.4 |
1363 | 2024-06-21T17:41:14.507Z | Compiling zerocopy-derive v0.6.6 |
1364 | 2024-06-21T17:41:16.780Z | Compiling pest_generator v2.7.10 |
1365 | 2024-06-21T17:41:17.023Z | Checking digest v0.10.7 |
1366 | 2024-06-21T17:41:18.133Z | Checking fnv v1.0.7 |
1367 | 2024-06-21T17:41:18.266Z | Compiling psl-types v2.0.11 |
1368 | 2024-06-21T17:41:18.293Z | Compiling ppv-lite86 v0.2.17 |
1369 | 2024-06-21T17:41:18.454Z | Compiling publicsuffix v2.2.3 |
1370 | 2024-06-21T17:41:18.715Z | Compiling crossbeam-epoch v0.9.18 |
1371 | 2024-06-21T17:41:19.059Z | Compiling rand_chacha v0.3.1 |
1372 | 2024-06-21T17:41:19.202Z | Checking bytes v1.6.0 |
1373 | 2024-06-21T17:41:19.238Z | Checking bitflags v2.5.0 |
1374 | 2024-06-21T17:41:19.544Z | Compiling pest_derive v2.7.10 |
1375 | 2024-06-21T17:41:19.992Z | Checking tokio v1.37.0 |
1376 | 2024-06-21T17:41:20.352Z | Compiling indexmap v2.2.6 |
1377 | 2024-06-21T17:41:20.457Z | Compiling semver v1.0.23 |
1378 | 2024-06-21T17:41:21.248Z | Compiling serde_tokenstream v0.2.0 |
1379 | 2024-06-21T17:41:21.750Z | Compiling chrono v0.4.38 |
1380 | 2024-06-21T17:41:21.811Z | Compiling uuid v1.8.0 |
1381 | 2024-06-21T17:41:21.962Z | Compiling rustc_version v0.4.0 |
1382 | 2024-06-21T17:41:22.457Z | Compiling http v0.2.12 |
1383 | 2024-06-21T17:41:22.783Z | Compiling serde_spanned v0.6.6 |
1384 | 2024-06-21T17:41:22.786Z | Compiling toml_datetime v0.6.6 |
1385 | 2024-06-21T17:41:23.226Z | Compiling dof v0.3.0 |
1386 | 2024-06-21T17:41:23.341Z | Compiling rustix v0.38.34 |
1387 | 2024-06-21T17:41:23.423Z | Compiling dtrace-parser v0.2.0 |
1388 | 2024-06-21T17:41:25.469Z | Compiling usdt-impl v0.5.0 |
1389 | 2024-06-21T17:41:25.584Z | Compiling toml_edit v0.19.15 |
1390 | 2024-06-21T17:41:25.797Z | Compiling openapiv3 v2.0.0 |
1391 | 2024-06-21T17:41:26.418Z | Compiling http-body v0.4.6 |
1392 | 2024-06-21T17:41:26.862Z | Compiling openssl v0.10.64 |
1393 | 2024-06-21T17:41:26.880Z | Compiling heapless v0.7.17 |
1394 | 2024-06-21T17:41:26.929Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1395 | 2024-06-21T17:41:27.074Z | Compiling usdt-macro v0.5.0 |
1396 | 2024-06-21T17:41:28.302Z | Compiling usdt-attr-macro v0.5.0 |
1397 | 2024-06-21T17:41:28.304Z | Compiling unicode-xid v0.2.4 |
1398 | 2024-06-21T17:41:28.304Z | Compiling bit-vec v0.6.3 |
1399 | 2024-06-21T17:41:28.561Z | Compiling cookie_store v0.20.0 |
1400 | 2024-06-21T17:41:28.933Z | Compiling serde_urlencoded v0.7.1 |
1401 | 2024-06-21T17:41:28.985Z | Compiling rand v0.8.5 |
1402 | 2024-06-21T17:41:29.506Z | Compiling enum-as-inner v0.5.1 |
1403 | 2024-06-21T17:41:30.152Z | Compiling phf_shared v0.10.0 |
1404 | 2024-06-21T17:41:30.212Z | Compiling lazy_static v1.4.0 |
1405 | 2024-06-21T17:41:30.327Z | Compiling minimal-lexical v0.2.1 |
1406 | 2024-06-21T17:41:30.562Z | Compiling smoltcp v0.9.1 |
1407 | 2024-06-21T17:41:30.582Z | Compiling base64ct v1.6.0 |
1408 | 2024-06-21T17:41:30.879Z | Compiling tokio-util v0.7.11 |
1409 | 2024-06-21T17:41:30.940Z | Compiling tokio-rustls v0.24.1 |
1410 | 2024-06-21T17:41:31.184Z | Compiling fixedbitset v0.4.2 |
1411 | 2024-06-21T17:41:31.204Z | Compiling webpki-roots v0.25.4 |
1412 | 2024-06-21T17:41:31.315Z | Checking tinyvec_macros v0.1.1 |
1413 | 2024-06-21T17:41:31.363Z | Compiling precomputed-hash v0.1.1 |
1414 | 2024-06-21T17:41:31.367Z | Compiling gimli v0.28.1 |
1415 | 2024-06-21T17:41:31.408Z | Compiling new_debug_unreachable v1.0.6 |
1416 | 2024-06-21T17:41:31.573Z | Compiling string_cache v0.8.7 |
1417 | 2024-06-21T17:41:31.576Z | Compiling petgraph v0.6.5 |
1418 | 2024-06-21T17:41:31.628Z | Checking tinyvec v1.6.0 |
1419 | 2024-06-21T17:41:31.967Z | Compiling h2 v0.3.26 |
1420 | 2024-06-21T17:41:32.331Z | Compiling pem-rfc7468 v0.7.0 |
1421 | 2024-06-21T17:41:32.915Z | Compiling nom v7.1.3 |
1422 | 2024-06-21T17:41:33.155Z | Compiling native-tls v0.2.11 |
1423 | 2024-06-21T17:41:33.751Z | Compiling tokio-native-tls v0.3.1 |
1424 | 2024-06-21T17:41:33.820Z | Compiling bit-set v0.5.3 |
1425 | 2024-06-21T17:41:34.030Z | Compiling hmac v0.12.1 |
1426 | 2024-06-21T17:41:34.096Z | Compiling hubpack_derive v0.1.1 |
1427 | 2024-06-21T17:41:34.295Z | Compiling itertools v0.10.5 |
1428 | 2024-06-21T17:41:35.025Z | Compiling diesel_table_macro_syntax v0.1.0 |
1429 | 2024-06-21T17:41:35.476Z | Compiling addr2line v0.21.0 |
1430 | 2024-06-21T17:41:35.481Z | Compiling object v0.32.2 |
1431 | 2024-06-21T17:41:35.906Z | Compiling fs-err v2.11.0 |
1432 | 2024-06-21T17:41:36.154Z | Checking equivalent v1.0.1 |
1433 | 2024-06-21T17:41:36.178Z | Compiling flagset v0.4.5 |
1434 | 2024-06-21T17:41:36.259Z | Compiling lalrpop-util v0.19.12 |
1435 | 2024-06-21T17:41:36.295Z | Compiling rustc-demangle v0.1.24 |
1436 | 2024-06-21T17:41:36.397Z | Compiling unicode-segmentation v1.11.0 |
1437 | 2024-06-21T17:41:36.593Z | Compiling der v0.7.9 |
1438 | 2024-06-21T17:41:36.596Z | Compiling toml_edit v0.22.13 |
1439 | 2024-06-21T17:41:37.310Z | Compiling diesel_derives v2.1.4 |
1440 | 2024-06-21T17:41:37.959Z | Compiling futures-executor v0.3.30 |
1441 | 2024-06-21T17:41:38.283Z | Compiling itertools v0.12.1 |
1442 | 2024-06-21T17:41:38.397Z | Checking cpufeatures v0.2.12 |
1443 | 2024-06-21T17:41:38.520Z | Compiling finl_unicode v1.2.0 |
1444 | 2024-06-21T17:41:39.104Z | Compiling hyper v0.14.28 |
1445 | 2024-06-21T17:41:39.256Z | Compiling stringprep v0.1.4 |
1446 | 2024-06-21T17:41:40.141Z | Compiling spki v0.7.3 |
1447 | 2024-06-21T17:41:40.528Z | Compiling sha2 v0.10.8 |
1448 | 2024-06-21T17:41:40.559Z | Compiling futures v0.3.30 |
1449 | 2024-06-21T17:41:41.434Z | Compiling toml v0.7.8 |
1450 | 2024-06-21T17:41:41.531Z | Compiling hex v0.4.3 |
1451 | 2024-06-21T17:41:42.691Z | Compiling md-5 v0.10.6 |
1452 | 2024-06-21T17:41:42.771Z | Compiling serde_repr v0.1.19 |
1453 | 2024-06-21T17:41:43.159Z | Compiling strum_macros v0.25.3 |
1454 | 2024-06-21T17:41:43.957Z | Compiling num-integer v0.1.46 |
1455 | 2024-06-21T17:41:43.977Z | Compiling hash32 v0.2.1 |
1456 | 2024-06-21T17:41:44.599Z | Compiling fallible-iterator v0.2.0 |
1457 | 2024-06-21T17:41:44.766Z | Compiling stable_deref_trait v1.2.0 |
1458 | 2024-06-21T17:41:44.769Z | Compiling pkcs8 v0.10.2 |
1459 | 2024-06-21T17:41:45.208Z | Compiling terminal_size v0.3.0 |
1460 | 2024-06-21T17:41:45.307Z | Compiling postgres-protocol v0.6.6 |
1461 | 2024-06-21T17:41:45.366Z | Compiling block-padding v0.3.3 |
1462 | 2024-06-21T17:41:45.415Z | Compiling phf_shared v0.11.2 |
1463 | 2024-06-21T17:41:45.820Z | Compiling hyper-rustls v0.24.2 |
1464 | 2024-06-21T17:41:45.902Z | Compiling hyper-tls v0.5.0 |
1465 | 2024-06-21T17:41:46.111Z | Compiling ff v0.13.0 |
1466 | 2024-06-21T17:41:46.181Z | Compiling reqwest v0.11.27 |
1467 | 2024-06-21T17:41:46.251Z | Compiling scheduled-thread-pool v0.2.7 |
1468 | 2024-06-21T17:41:46.324Z | Compiling managed v0.8.0 |
1469 | 2024-06-21T17:41:46.610Z | Compiling matches v0.1.10 |
1470 | 2024-06-21T17:41:46.708Z | Compiling base16ct v0.2.0 |
1471 | 2024-06-21T17:41:46.711Z | Compiling bitflags v1.3.2 |
1472 | 2024-06-21T17:41:46.773Z | Compiling peg-runtime v0.8.3 |
1473 | 2024-06-21T17:41:47.069Z | Compiling sec1 v0.7.3 |
1474 | 2024-06-21T17:41:47.402Z | Compiling clap_builder v4.5.2 |
1475 | 2024-06-21T17:41:47.464Z | Compiling idna v0.2.3 |
1476 | 2024-06-21T17:41:47.516Z | Compiling r2d2 v0.8.10 |
1477 | 2024-06-21T17:41:47.652Z | Compiling group v0.13.0 |
1478 | 2024-06-21T17:41:47.887Z | Compiling postgres-types v0.2.6 |
1479 | 2024-06-21T17:41:47.995Z | Compiling signal-hook-mio v0.2.3 |
1480 | 2024-06-21T17:41:48.169Z | Compiling phf v0.11.2 |
1481 | 2024-06-21T17:41:48.494Z | Compiling inout v0.1.3 |
1482 | 2024-06-21T17:41:48.786Z | Compiling num-bigint v0.4.5 |
1483 | 2024-06-21T17:41:49.032Z | Compiling hubpack v0.1.2 |
1484 | 2024-06-21T17:41:49.058Z | Compiling hkdf v0.12.4 |
1485 | 2024-06-21T17:41:49.374Z | Compiling ipnetwork v0.20.0 |
1486 | 2024-06-21T17:41:49.497Z | Compiling zerocopy v0.6.6 |
1487 | 2024-06-21T17:41:49.525Z | Compiling crypto-bigint v0.5.5 |
1488 | 2024-06-21T17:41:49.655Z | Compiling float-cmp v0.9.0 |
1489 | 2024-06-21T17:41:49.885Z | Checking tracing-core v0.1.32 |
1490 | 2024-06-21T17:41:50.326Z | Compiling whoami v1.5.1 |
1491 | 2024-06-21T17:41:50.434Z | Compiling normalize-line-endings v0.3.0 |
1492 | 2024-06-21T17:41:50.570Z | Compiling predicates-core v1.0.6 |
1493 | 2024-06-21T17:41:50.604Z | Compiling difflib v0.4.0 |
1494 | 2024-06-21T17:41:50.956Z | Compiling data-encoding v2.6.0 |
1495 | 2024-06-21T17:41:50.980Z | Compiling static_assertions v1.1.0 |
1496 | 2024-06-21T17:41:51.081Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1497 | 2024-06-21T17:41:52.281Z | Compiling yasna v0.5.2 |
1498 | 2024-06-21T17:41:53.205Z | Compiling diesel v2.1.6 |
1499 | 2024-06-21T17:41:53.366Z | Compiling elliptic-curve v0.13.8 |
1500 | 2024-06-21T17:41:54.216Z | Compiling trust-dns-proto v0.22.0 |
1501 | 2024-06-21T17:41:54.250Z | Compiling clap v4.5.4 |
1502 | 2024-06-21T17:41:54.375Z | Compiling predicates v3.1.0 |
1503 | 2024-06-21T17:41:55.688Z | Compiling tokio-postgres v0.7.10 |
1504 | 2024-06-21T17:41:56.548Z | Compiling usdt v0.5.0 |
1505 | 2024-06-21T17:41:57.297Z | Compiling cipher v0.4.4 |
1506 | 2024-06-21T17:41:57.567Z | Compiling crossterm v0.27.0 |
1507 | 2024-06-21T17:41:57.943Z | Compiling num-iter v0.1.45 |
1508 | 2024-06-21T17:41:58.273Z | Compiling similar v2.5.0 |
1509 | 2024-06-21T17:41:58.976Z | Compiling tokio-stream v0.1.15 |
1510 | 2024-06-21T17:41:59.336Z | Compiling console v0.15.8 |
1511 | 2024-06-21T17:41:59.996Z | Compiling bstr v1.9.1 |
1512 | 2024-06-21T17:42:00.794Z | Checking percent-encoding v2.3.1 |
1513 | 2024-06-21T17:42:01.247Z | Checking form_urlencoded v1.2.1 |
1514 | 2024-06-21T17:42:01.410Z | Checking powerfmt v0.2.0 |
1515 | 2024-06-21T17:42:01.690Z | Checking deranged v0.3.11 |
1516 | 2024-06-21T17:42:01.835Z | Checking num_threads v0.1.7 |
1517 | 2024-06-21T17:42:01.873Z | Checking num-conv v0.1.0 |
1518 | 2024-06-21T17:42:01.961Z | Checking time-core v0.1.2 |
1519 | 2024-06-21T17:42:02.114Z | Checking unicode-ident v1.0.12 |
1520 | 2024-06-21T17:42:02.134Z | Checking httparse v1.8.0 |
1521 | 2024-06-21T17:42:02.594Z | Checking errno v0.3.9 |
1522 | 2024-06-21T17:42:02.709Z | Checking unicode-width v0.1.12 |
1523 | 2024-06-21T17:42:02.885Z | Checking proc-macro2 v1.0.82 |
1524 | 2024-06-21T17:42:03.561Z | Checking quote v1.0.36 |
1525 | 2024-06-21T17:42:03.857Z | Checking adler v1.0.2 |
1526 | 2024-06-21T17:42:03.920Z | Checking try-lock v0.2.5 |
1527 | 2024-06-21T17:42:04.002Z | Checking miniz_oxide v0.7.2 |
1528 | 2024-06-21T17:42:04.060Z | Checking base64 v0.21.7 |
1529 | 2024-06-21T17:42:04.558Z | Checking want v0.3.1 |
1530 | 2024-06-21T17:42:04.743Z | Checking tower-service v0.3.2 |
1531 | 2024-06-21T17:42:05.097Z | Checking httpdate v1.0.3 |
1532 | 2024-06-21T17:42:05.317Z | Checking foreign-types-shared v0.1.1 |
1533 | 2024-06-21T17:42:05.427Z | Checking openssl-probe v0.1.5 |
1534 | 2024-06-21T17:42:05.539Z | Checking foreign-types v0.3.2 |
1535 | 2024-06-21T17:42:05.561Z | Checking openssl-sys v0.9.102 |
1536 | 2024-06-21T17:42:05.622Z | Checking mime v0.3.17 |
1537 | 2024-06-21T17:42:05.907Z | Checking ipnet v2.9.0 |
1538 | 2024-06-21T17:42:06.842Z | Checking utf8parse v0.2.1 |
1539 | 2024-06-21T17:42:10.939Z | Checking encoding_rs v0.8.34 |
1540 | 2024-06-21T17:42:11.087Z | Checking anstyle v1.0.7 |
1541 | 2024-06-21T17:42:12.643Z | Checking rustls-pemfile v1.0.4 |
1542 | 2024-06-21T17:42:12.913Z | Checking sync_wrapper v0.1.2 |
1543 | 2024-06-21T17:42:12.934Z | Checking plain v0.2.3 |
1544 | 2024-06-21T17:42:13.034Z | Checking ucd-trie v0.1.6 |
1545 | 2024-06-21T17:42:13.105Z | Checking anstyle-parse v0.2.4 |
1546 | 2024-06-21T17:42:13.216Z | Checking anstyle-query v1.0.3 |
1547 | 2024-06-21T17:42:13.330Z | Checking pretty-hex v0.4.1 |
1548 | 2024-06-21T17:42:13.350Z | Checking is_terminal_polyfill v1.70.0 |
1549 | 2024-06-21T17:42:13.369Z | Checking colorchoice v1.0.1 |
1550 | 2024-06-21T17:42:13.491Z | Checking thread-id v4.2.1 |
1551 | 2024-06-21T17:42:13.512Z | Checking anstream v0.6.14 |
1552 | 2024-06-21T17:42:13.558Z | Checking clap_lex v0.7.0 |
1553 | 2024-06-21T17:42:13.603Z | Checking strsim v0.11.1 |
1554 | 2024-06-21T17:42:13.926Z | Checking memmap v0.7.0 |
1555 | 2024-06-21T17:42:14.124Z | Checking crc32fast v1.4.0 |
1556 | 2024-06-21T17:42:15.284Z | Checking flate2 v1.0.30 |
1557 | 2024-06-21T17:42:16.303Z | Checking winnow v0.6.8 |
1558 | 2024-06-21T17:42:24.918Z | Compiling regress v0.9.1 |
1559 | 2024-06-21T17:42:25.082Z | Compiling getopts v0.2.21 |
1560 | 2024-06-21T17:42:26.079Z | Compiling unsafe-libyaml v0.2.11 |
1561 | 2024-06-21T17:42:26.254Z | Checking heck v0.5.0 |
1562 | 2024-06-21T17:42:27.147Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1563 | 2024-06-21T17:42:27.501Z | Compiling serde_yaml v0.9.34+deprecated |
1564 | 2024-06-21T17:42:27.969Z | Checking camino v1.1.7 |
1565 | 2024-06-21T17:42:28.224Z | Checking is-terminal v0.4.12 |
1566 | 2024-06-21T17:42:28.352Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1567 | 2024-06-21T17:42:28.522Z | Checking base64 v0.22.1 |
1568 | 2024-06-21T17:42:29.023Z | Checking sha1 v0.10.6 |
1569 | 2024-06-21T17:42:29.297Z | Checking http v1.1.0 |
1570 | 2024-06-21T17:42:29.342Z | Compiling paste v1.0.15 |
1571 | 2024-06-21T17:42:29.921Z | Compiling strum_macros v0.26.2 |
1572 | 2024-06-21T17:42:29.924Z | Checking match_cfg v0.1.0 |
1573 | 2024-06-21T17:42:30.033Z | Checking hostname v0.3.1 |
1574 | 2024-06-21T17:42:30.207Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1575 | 2024-06-21T17:42:30.642Z | Checking dirs-sys-next v0.1.2 |
1576 | 2024-06-21T17:42:30.713Z | Compiling ident_case v1.0.1 |
1577 | 2024-06-21T17:42:30.820Z | Checking dirs-next v2.0.0 |
1578 | 2024-06-21T17:42:30.893Z | Compiling darling_core v0.20.9 |
1579 | 2024-06-21T17:42:30.950Z | Checking crossbeam-channel v0.5.12 |
1580 | 2024-06-21T17:42:31.401Z | Checking thread_local v1.1.8 |
1581 | 2024-06-21T17:42:31.661Z | Checking fastrand v2.1.0 |
1582 | 2024-06-21T17:42:31.686Z | Checking rustls-pki-types v1.7.0 |
1583 | 2024-06-21T17:42:31.704Z | Checking term v0.7.0 |
1584 | 2024-06-21T17:42:31.979Z | Checking tempfile v3.10.1 |
1585 | 2024-06-21T17:42:32.121Z | Checking take_mut v0.2.2 |
1586 | 2024-06-21T17:42:32.144Z | Checking quick-error v1.2.3 |
1587 | 2024-06-21T17:42:32.147Z | Checking slog-term v2.9.1 |
1588 | 2024-06-21T17:42:32.276Z | Checking slog-async v2.8.0 |
1589 | 2024-06-21T17:42:32.296Z | Checking toml v0.8.13 |
1590 | 2024-06-21T17:42:32.330Z | Compiling rustls v0.22.4 |
1591 | 2024-06-21T17:42:32.570Z | Checking rustls-webpki v0.102.4 |
1592 | 2024-06-21T17:42:32.617Z | Checking slog-json v2.6.1 |
1593 | 2024-06-21T17:42:32.645Z | Checking instant v0.1.12 |
1594 | 2024-06-21T17:42:32.762Z | Checking rustls-pemfile v2.1.2 |
1595 | 2024-06-21T17:42:32.859Z | Checking slog-bunyan v2.5.0 |
1596 | 2024-06-21T17:42:32.995Z | Compiling multer v3.1.0 |
1597 | 2024-06-21T17:42:33.018Z | Checking debug-ignore v1.0.5 |
1598 | 2024-06-21T17:42:33.039Z | Compiling async-stream-impl v0.3.5 |
1599 | 2024-06-21T17:42:33.159Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1600 | 2024-06-21T17:42:33.347Z | Checking atomic-waker v1.1.2 |
1601 | 2024-06-21T17:42:33.483Z | Checking waitgroup v0.1.2 |
1602 | 2024-06-21T17:42:33.623Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1603 | 2024-06-21T17:42:33.916Z | Checking serde_path_to_error v0.1.16 |
1604 | 2024-06-21T17:42:34.454Z | Checking async-stream v0.3.5 |
1605 | 2024-06-21T17:42:34.640Z | Checking hostname v0.4.0 |
1606 | 2024-06-21T17:42:34.675Z | Checking newtype-uuid v1.1.0 |
1607 | 2024-06-21T17:42:34.780Z | Checking wait-timeout v0.2.0 |
1608 | 2024-06-21T17:42:34.918Z | Compiling structmeta-derive v0.3.0 |
1609 | 2024-06-21T17:42:34.965Z | Checking rusty-fork v0.3.0 |
1610 | 2024-06-21T17:42:35.258Z | Checking strum v0.26.2 |
1611 | 2024-06-21T17:42:35.282Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1612 | 2024-06-21T17:42:35.416Z | Checking macaddr v1.0.1 |
1613 | 2024-06-21T17:42:35.559Z | Compiling structmeta-derive v0.2.0 |
1614 | 2024-06-21T17:42:35.754Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1615 | 2024-06-21T17:42:35.962Z | Checking rand_xorshift v0.3.0 |
1616 | 2024-06-21T17:42:36.142Z | Checking unarray v0.1.4 |
1617 | 2024-06-21T17:42:36.286Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1618 | 2024-06-21T17:42:36.518Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1619 | 2024-06-21T17:42:36.569Z | Checking proptest v1.4.0 |
1620 | 2024-06-21T17:42:36.666Z | Checking backoff v0.4.0 |
1621 | 2024-06-21T17:42:36.958Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1622 | 2024-06-21T17:42:36.980Z | Checking tokio-rustls v0.25.0 |
1623 | 2024-06-21T17:42:37.750Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1624 | 2024-06-21T17:42:37.915Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1625 | 2024-06-21T17:42:38.016Z | Compiling structmeta v0.3.0 |
1626 | 2024-06-21T17:42:38.255Z | Compiling proc-macro-error v1.0.4 |
1627 | 2024-06-21T17:42:38.340Z | Compiling darling_macro v0.20.9 |
1628 | 2024-06-21T17:42:38.444Z | Compiling parse-display-derive v0.9.0 |
1629 | 2024-06-21T17:42:38.548Z | Compiling structmeta v0.2.0 |
1630 | 2024-06-21T17:42:38.994Z | Compiling test-strategy v0.3.1 |
1631 | 2024-06-21T17:42:39.015Z | Checking camino-tempfile v1.1.1 |
1632 | 2024-06-21T17:42:39.305Z | Compiling proc-macro-crate v1.3.1 |
1633 | 2024-06-21T17:42:39.381Z | Compiling darling v0.20.9 |
1634 | 2024-06-21T17:42:39.556Z | Compiling serde_with_macros v3.8.1 |
1635 | 2024-06-21T17:42:40.492Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1636 | 2024-06-21T17:42:40.856Z | Compiling num_enum_derive v0.5.11 |
1637 | 2024-06-21T17:42:41.114Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1638 | 2024-06-21T17:42:41.135Z | Compiling foreign-types-macros v0.2.3 |
1639 | 2024-06-21T17:42:41.418Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1640 | 2024-06-21T17:42:41.682Z | Checking foreign-types-shared v0.3.1 |
1641 | 2024-06-21T17:42:42.167Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1642 | 2024-06-21T17:42:42.433Z | Checking foreign-types v0.5.0 |
1643 | 2024-06-21T17:42:42.549Z | Checking cstr-argument v0.1.2 |
1644 | 2024-06-21T17:42:42.696Z | Checking serde_with v3.8.1 |
1645 | 2024-06-21T17:42:42.727Z | Checking pretty-hex v0.2.1 |
1646 | 2024-06-21T17:42:42.899Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1647 | 2024-06-21T17:42:43.074Z | Checking tabwriter v1.4.0 |
1648 | 2024-06-21T17:42:43.103Z | Checking colored v2.1.0 |
1649 | 2024-06-21T17:42:43.214Z | Checking socket2 v0.4.10 |
1650 | 2024-06-21T17:42:43.303Z | Checking smf v0.2.3 |
1651 | 2024-06-21T17:42:43.345Z | Checking parse-display v0.9.0 |
1652 | 2024-06-21T17:42:43.388Z | Checking humantime v2.1.0 |
1653 | 2024-06-21T17:42:43.573Z | Checking termcolor v1.4.1 |
1654 | 2024-06-21T17:42:43.595Z | Checking num_enum v0.5.11 |
1655 | 2024-06-21T17:42:43.618Z | Checking arc-swap v1.7.1 |
1656 | 2024-06-21T17:42:43.691Z | Checking newline-converter v0.3.0 |
1657 | 2024-06-21T17:42:43.722Z | Checking xattr v1.3.1 |
1658 | 2024-06-21T17:42:43.742Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1659 | 2024-06-21T17:42:43.849Z | Checking filetime v0.2.23 |
1660 | 2024-06-21T17:42:43.913Z | Checking expectorate v1.1.0 |
1661 | 2024-06-21T17:42:43.976Z | Checking same-file v1.0.6 |
1662 | 2024-06-21T17:42:44.030Z | Checking slog-scope v4.4.0 |
1663 | 2024-06-21T17:42:44.061Z | Checking utf-8 v0.7.6 |
1664 | 2024-06-21T17:42:44.081Z | Checking tar v0.4.40 |
1665 | 2024-06-21T17:42:44.195Z | Checking termtree v0.4.1 |
1666 | 2024-06-21T17:42:44.198Z | Checking walkdir v2.5.0 |
1667 | 2024-06-21T17:42:44.231Z | Checking slog-stdlog v4.1.1 |
1668 | 2024-06-21T17:42:44.263Z | Compiling heapless v0.8.0 |
1669 | 2024-06-21T17:42:44.298Z | Checking predicates-tree v1.0.9 |
1670 | 2024-06-21T17:42:44.401Z | Checking slog-envlogger v2.2.0 |
1671 | 2024-06-21T17:42:44.404Z | Checking hash32 v0.3.1 |
1672 | 2024-06-21T17:42:44.507Z | Compiling smoltcp v0.11.0 |
1673 | 2024-06-21T17:42:44.620Z | Compiling crucible-workspace-hack v0.1.0 |
1674 | 2024-06-21T17:42:44.660Z | Checking embedded-io v0.4.0 |
1675 | 2024-06-21T17:42:44.868Z | Checking cobs v0.2.3 |
1676 | 2024-06-21T17:42:44.871Z | Checking sigpipe v0.1.3 |
1677 | 2024-06-21T17:42:44.943Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1678 | 2024-06-21T17:42:44.991Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1679 | 2024-06-21T17:42:45.050Z | Checking postcard v1.0.8 |
1680 | 2024-06-21T17:42:45.246Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1681 | 2024-06-21T17:42:45.280Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1682 | 2024-06-21T17:42:45.304Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1683 | 2024-06-21T17:42:45.526Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1684 | 2024-06-21T17:42:45.759Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1685 | 2024-06-21T17:42:46.104Z | Checking pem v3.0.4 |
1686 | 2024-06-21T17:42:46.131Z | Compiling mockall_derive v0.12.1 |
1687 | 2024-06-21T17:42:46.150Z | Compiling num-derive v0.4.2 |
1688 | 2024-06-21T17:42:46.360Z | Compiling derive-where v1.2.7 |
1689 | 2024-06-21T17:42:47.039Z | Checking atty v0.2.14 |
1690 | 2024-06-21T17:42:47.165Z | Checking downcast v0.11.0 |
1691 | 2024-06-21T17:42:47.247Z | Checking fragile v2.0.0 |
1692 | 2024-06-21T17:42:47.382Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1693 | 2024-06-21T17:42:47.532Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1694 | 2024-06-21T17:42:47.778Z | Checking tungstenite v0.20.1 |
1695 | 2024-06-21T17:42:48.124Z | Checking tungstenite v0.21.0 |
1696 | 2024-06-21T17:42:48.204Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1697 | 2024-06-21T17:42:48.627Z | Checking tokio-tungstenite v0.20.1 |
1698 | 2024-06-21T17:42:48.688Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1699 | 2024-06-21T17:42:48.976Z | Checking tokio-tungstenite v0.21.0 |
1700 | 2024-06-21T17:42:49.092Z | Checking env_logger v0.9.3 |
1701 | 2024-06-21T17:42:49.111Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1702 | 2024-06-21T17:42:49.114Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1703 | 2024-06-21T17:42:49.452Z | Compiling bitstruct_derive v0.1.0 |
1704 | 2024-06-21T17:42:49.509Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1705 | 2024-06-21T17:42:49.531Z | Checking ascii v1.1.0 |
1706 | 2024-06-21T17:42:49.640Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1707 | 2024-06-21T17:42:49.811Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1708 | 2024-06-21T17:42:49.922Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1709 | 2024-06-21T17:42:50.058Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1710 | 2024-06-21T17:42:50.110Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1711 | 2024-06-21T17:42:50.358Z | Checking erased-serde v0.3.31 |
1712 | 2024-06-21T17:42:50.377Z | Checking serde_arrays v0.1.0 |
1713 | 2024-06-21T17:42:50.490Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1714 | 2024-06-21T17:42:50.528Z | Compiling heck v0.3.3 |
1715 | 2024-06-21T17:42:50.775Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1716 | 2024-06-21T17:42:50.803Z | Checking bitstruct v0.1.1 |
1717 | 2024-06-21T17:42:50.911Z | Checking headers-core v0.2.0 |
1718 | 2024-06-21T17:42:50.939Z | Compiling zone_cfg_derive v0.1.2 |
1719 | 2024-06-21T17:42:51.064Z | Checking base64 v0.13.1 |
1720 | 2024-06-21T17:42:51.460Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1721 | 2024-06-21T17:42:51.492Z | Checking ron v0.7.1 |
1722 | 2024-06-21T17:42:52.106Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1723 | 2024-06-21T17:42:52.400Z | Checking zone v0.1.8 |
1724 | 2024-06-21T17:42:52.419Z | Checking headers v0.3.9 |
1725 | 2024-06-21T17:42:52.641Z | Checking portpicker v0.1.1 |
1726 | 2024-06-21T17:42:52.719Z | Compiling convert_case v0.4.0 |
1727 | 2024-06-21T17:42:52.780Z | Checking rcgen v0.12.1 |
1728 | 2024-06-21T17:42:52.841Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1729 | 2024-06-21T17:42:52.984Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1730 | 2024-06-21T17:42:53.396Z | Checking atomicwrites v0.4.3 |
1731 | 2024-06-21T17:42:53.483Z | Checking subprocess v0.2.9 |
1732 | 2024-06-21T17:42:53.594Z | Checking password-hash v0.5.0 |
1733 | 2024-06-21T17:42:53.722Z | Compiling derive_more v0.99.17 |
1734 | 2024-06-21T17:42:53.999Z | Checking blake2 v0.10.6 |
1735 | 2024-06-21T17:42:54.029Z | Checking linked-hash-map v0.5.6 |
1736 | 2024-06-21T17:42:54.340Z | Checking lru-cache v0.1.2 |
1737 | 2024-06-21T17:42:54.390Z | Checking mockall v0.12.1 |
1738 | 2024-06-21T17:42:54.450Z | Checking argon2 v0.5.3 |
1739 | 2024-06-21T17:42:54.577Z | Checking swrite v0.1.0 |
1740 | 2024-06-21T17:42:54.630Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1741 | 2024-06-21T17:42:54.703Z | Compiling rayon-core v1.12.1 |
1742 | 2024-06-21T17:42:54.992Z | Checking resolv-conf v0.7.0 |
1743 | 2024-06-21T17:42:55.011Z | Checking half v2.4.1 |
1744 | 2024-06-21T17:42:55.031Z | Compiling semver v0.1.20 |
1745 | 2024-06-21T17:42:55.175Z | Checking ciborium-io v0.2.2 |
1746 | 2024-06-21T17:42:55.238Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1747 | 2024-06-21T17:42:55.298Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1748 | 2024-06-21T17:42:55.330Z | Checking trust-dns-resolver v0.22.0 |
1749 | 2024-06-21T17:42:55.454Z | Checking ciborium-ll v0.2.2 |
1750 | 2024-06-21T17:42:55.590Z | Compiling rustc_version v0.1.7 |
1751 | 2024-06-21T17:42:55.706Z | Compiling cancel-safe-futures v0.1.5 |
1752 | 2024-06-21T17:42:55.756Z | Compiling slog-dtrace v0.3.0 |
1753 | 2024-06-21T17:42:55.810Z | Checking ciborium v0.2.2 |
1754 | 2024-06-21T17:42:56.150Z | Compiling newtype_derive v0.1.6 |
1755 | 2024-06-21T17:42:56.489Z | Checking libsw v3.3.1 |
1756 | 2024-06-21T17:42:56.506Z | Checking signature v2.2.0 |
1757 | 2024-06-21T17:42:56.637Z | Checking steno v0.4.0 |
1758 | 2024-06-21T17:42:56.707Z | Checking linear-map v1.2.0 |
1759 | 2024-06-21T17:42:56.756Z | Checking owo-colors v4.0.0 |
1760 | 2024-06-21T17:42:56.816Z | Checking num-rational v0.4.2 |
1761 | 2024-06-21T17:42:56.896Z | Checking num-complex v0.4.6 |
1762 | 2024-06-21T17:42:57.005Z | Checking nibble_vec v0.1.0 |
1763 | 2024-06-21T17:42:57.213Z | Checking endian-type v0.1.2 |
1764 | 2024-06-21T17:42:57.435Z | Checking radix_trie v0.2.1 |
1765 | 2024-06-21T17:42:57.461Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1766 | 2024-06-21T17:42:57.808Z | Checking num v0.4.3 |
1767 | 2024-06-21T17:42:57.870Z | Checking fxhash v0.2.1 |
1768 | 2024-06-21T17:42:57.919Z | Checking display-error-chain v0.2.0 |
1769 | 2024-06-21T17:42:58.046Z | Compiling home v0.5.9 |
1770 | 2024-06-21T17:42:58.075Z | Compiling radium v0.7.0 |
1771 | 2024-06-21T17:42:58.316Z | Compiling maybe-uninit v2.0.0 |
1772 | 2024-06-21T17:42:58.550Z | Checking tap v1.0.1 |
1773 | 2024-06-21T17:42:58.585Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1774 | 2024-06-21T17:42:58.718Z | Checking wyz v0.5.1 |
1775 | 2024-06-21T17:42:58.871Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1776 | 2024-06-21T17:42:58.887Z | Compiling blake3 v1.5.1 |
1777 | 2024-06-21T17:42:59.079Z | Compiling ring v0.16.20 |
1778 | 2024-06-21T17:42:59.097Z | Checking funty v2.0.0 |
1779 | 2024-06-21T17:42:59.312Z | Compiling packed_struct v0.10.1 |
1780 | 2024-06-21T17:42:59.491Z | Checking crc-catalog v2.4.0 |
1781 | 2024-06-21T17:42:59.636Z | Compiling num-bigint-dig v0.8.4 |
1782 | 2024-06-21T17:42:59.817Z | Checking crc v3.2.1 |
1783 | 2024-06-21T17:43:00.113Z | Checking bitvec v1.0.1 |
1784 | 2024-06-21T17:43:00.205Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1785 | 2024-06-21T17:43:00.405Z | Compiling packed_struct_codegen v0.10.1 |
1786 | 2024-06-21T17:43:00.487Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1787 | 2024-06-21T17:43:00.963Z | Compiling indexmap v1.9.3 |
1788 | 2024-06-21T17:43:00.982Z | Checking nodrop v0.1.14 |
1789 | 2024-06-21T17:43:01.095Z | Checking array-init v0.0.4 |
1790 | 2024-06-21T17:43:01.385Z | Checking smallvec v0.6.14 |
1791 | 2024-06-21T17:43:01.686Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1792 | 2024-06-21T17:43:02.084Z | Checking pkcs1 v0.7.5 |
1793 | 2024-06-21T17:43:02.259Z | Checking bitfield v0.14.0 |
1794 | 2024-06-21T17:43:02.484Z | Checking hashbrown v0.12.3 |
1795 | 2024-06-21T17:43:02.537Z | Checking serde-hex v0.1.0 |
1796 | 2024-06-21T17:43:02.760Z | Checking bzip2 v0.4.4 |
1797 | 2024-06-21T17:43:02.924Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1798 | 2024-06-21T17:43:03.049Z | Checking env_logger v0.10.2 |
1799 | 2024-06-21T17:43:03.164Z | Checking x509-cert v0.2.5 |
1800 | 2024-06-21T17:43:03.399Z | Checking ron v0.8.1 |
1801 | 2024-06-21T17:43:03.464Z | Checking hashbrown v0.13.2 |
1802 | 2024-06-21T17:43:03.892Z | Checking rsa v0.9.6 |
1803 | 2024-06-21T17:43:04.158Z | Checking crc-any v2.5.0 |
1804 | 2024-06-21T17:43:04.521Z | Checking object v0.30.4 |
1805 | 2024-06-21T17:43:04.545Z | Checking zip v0.6.6 |
1806 | 2024-06-21T17:43:04.624Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1807 | 2024-06-21T17:43:04.798Z | Checking path-slash v0.1.5 |
1808 | 2024-06-21T17:43:04.893Z | Checking gethostname v0.4.3 |
1809 | 2024-06-21T17:43:04.955Z | Compiling parking_lot_core v0.8.6 |
1810 | 2024-06-21T17:43:04.974Z | Compiling libefi-sys v0.1.0 |
1811 | 2024-06-21T17:43:05.039Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1812 | 2024-06-21T17:43:05.263Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1813 | 2024-06-21T17:43:05.517Z | Compiling crossbeam-deque v0.8.5 |
1814 | 2024-06-21T17:43:05.566Z | Compiling async-recursion v1.1.1 |
1815 | 2024-06-21T17:43:05.655Z | Checking maplit v1.0.2 |
1816 | 2024-06-21T17:43:05.766Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1817 | 2024-06-21T17:43:05.789Z | Checking keccak v0.1.5 |
1818 | 2024-06-21T17:43:06.098Z | Checking sha3 v0.10.8 |
1819 | 2024-06-21T17:43:06.484Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1820 | 2024-06-21T17:43:06.624Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1821 | 2024-06-21T17:43:06.850Z | Checking parking_lot v0.11.2 |
1822 | 2024-06-21T17:43:06.950Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1823 | 2024-06-21T17:43:07.197Z | Checking trust-dns-client v0.22.0 |
1824 | 2024-06-21T17:43:07.215Z | Checking toml v0.5.11 |
1825 | 2024-06-21T17:43:07.302Z | Checking secrecy v0.8.0 |
1826 | 2024-06-21T17:43:07.397Z | Compiling rayon v1.10.0 |
1827 | 2024-06-21T17:43:07.507Z | Checking sled v0.34.7 |
1828 | 2024-06-21T17:43:08.674Z | Checking trust-dns-server v0.22.1 |
1829 | 2024-06-21T17:43:08.753Z | Compiling memmap2 v0.9.4 |
1830 | 2024-06-21T17:43:09.244Z | Compiling arrayref v0.3.7 |
1831 | 2024-06-21T17:43:09.355Z | Compiling untrusted v0.7.1 |
1832 | 2024-06-21T17:43:09.405Z | Compiling constant_time_eq v0.3.0 |
1833 | 2024-06-21T17:43:09.556Z | Compiling arrayvec v0.7.4 |
1834 | 2024-06-21T17:43:10.533Z | Compiling toolchain_find v0.4.0 |
1835 | 2024-06-21T17:43:11.245Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1836 | 2024-06-21T17:43:11.259Z | Compiling topological-sort v0.2.2 |
1837 | 2024-06-21T17:43:11.484Z | Compiling buf-list v1.0.3 |
1838 | 2024-06-21T17:43:11.529Z | Checking glob v0.3.1 |
1839 | 2024-06-21T17:43:11.832Z | Compiling platforms v3.4.0 |
1840 | 2024-06-21T17:43:12.160Z | Compiling rustfmt-wrapper v0.2.1 |
1841 | 2024-06-21T17:43:12.515Z | Compiling curve25519-dalek v4.1.2 |
1842 | 2024-06-21T17:43:12.729Z | Compiling omicron-zone-package v0.11.0 |
1843 | 2024-06-21T17:43:12.882Z | Checking universal-hash v0.5.1 |
1844 | 2024-06-21T17:43:12.996Z | Checking opaque-debug v0.3.1 |
1845 | 2024-06-21T17:43:13.078Z | Compiling curve25519-dalek-derive v0.1.1 |
1846 | 2024-06-21T17:43:13.098Z | Checking aead v0.5.2 |
1847 | 2024-06-21T17:43:13.240Z | Compiling unicase v2.7.0 |
1848 | 2024-06-21T17:43:13.324Z | Checking poly1305 v0.8.0 |
1849 | 2024-06-21T17:43:13.344Z | Checking chacha20 v0.9.1 |
1850 | 2024-06-21T17:43:13.677Z | Compiling thiserror-impl-no-std v2.0.2 |
1851 | 2024-06-21T17:43:13.715Z | Checking nanorand v0.7.0 |
1852 | 2024-06-21T17:43:13.831Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1853 | 2024-06-21T17:43:14.061Z | Checking flume v0.11.0 |
1854 | 2024-06-21T17:43:14.118Z | Checking kstat-rs v0.2.3 |
1855 | 2024-06-21T17:43:14.465Z | Compiling pin-project-internal v1.1.5 |
1856 | 2024-06-21T17:43:14.529Z | Compiling vte_generate_state_changes v0.1.1 |
1857 | 2024-06-21T17:43:14.882Z | Checking chacha20poly1305 v0.10.1 |
1858 | 2024-06-21T17:43:15.192Z | Checking vte v0.11.1 |
1859 | 2024-06-21T17:43:15.488Z | Checking fd-lock v4.0.2 |
1860 | 2024-06-21T17:43:15.686Z | Compiling prettyplease v0.2.20 |
1861 | 2024-06-21T17:43:15.996Z | Compiling mime_guess v2.0.4 |
1862 | 2024-06-21T17:43:16.483Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1863 | 2024-06-21T17:43:16.561Z | Checking strip-ansi-escapes v0.2.0 |
1864 | 2024-06-21T17:43:16.713Z | Checking nu-ansi-term v0.50.0 |
1865 | 2024-06-21T17:43:16.995Z | Checking thiserror-no-std v2.0.2 |
1866 | 2024-06-21T17:43:17.089Z | Compiling crunchy v0.2.2 |
1867 | 2024-06-21T17:43:17.108Z | Checking vsss-rs v3.3.4 |
1868 | 2024-06-21T17:43:17.126Z | Checking reedline v0.31.0 |
1869 | 2024-06-21T17:43:17.576Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1870 | 2024-06-21T17:43:17.596Z | Compiling clang-sys v1.7.0 |
1871 | 2024-06-21T17:43:17.631Z | Checking pin-project v1.1.5 |
1872 | 2024-06-21T17:43:17.756Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1873 | 2024-06-21T17:43:17.945Z | Compiling tiny-keccak v2.0.2 |
1874 | 2024-06-21T17:43:18.029Z | Checking http-range v0.1.5 |
1875 | 2024-06-21T17:43:18.215Z | Checking hyper-staticfile v0.9.5 |
1876 | 2024-06-21T17:43:18.309Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1877 | 2024-06-21T17:43:18.373Z | Compiling memoffset v0.9.1 |
1878 | 2024-06-21T17:43:18.580Z | Compiling ref-cast v1.0.23 |
1879 | 2024-06-21T17:43:18.648Z | Checking bytecount v0.6.8 |
1880 | 2024-06-21T17:43:18.802Z | Checking papergrid v0.11.0 |
1881 | 2024-06-21T17:43:19.173Z | Compiling ascii-canvas v3.0.0 |
1882 | 2024-06-21T17:43:19.350Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1883 | 2024-06-21T17:43:19.510Z | Compiling tabled_derive v0.7.0 |
1884 | 2024-06-21T17:43:19.741Z | Compiling snafu-derive v0.8.2 |
1885 | 2024-06-21T17:43:19.769Z | Compiling ref-cast-impl v1.0.23 |
1886 | 2024-06-21T17:43:19.850Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1887 | 2024-06-21T17:43:19.984Z | Compiling ena v0.14.3 |
1888 | 2024-06-21T17:43:20.304Z | Compiling libloading v0.8.3 |
1889 | 2024-06-21T17:43:20.359Z | Compiling diff v0.1.13 |
1890 | 2024-06-21T17:43:20.412Z | Compiling bindgen v0.69.4 |
1891 | 2024-06-21T17:43:20.484Z | Compiling regex-syntax v0.6.29 |
1892 | 2024-06-21T17:43:20.761Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1893 | 2024-06-21T17:43:21.027Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1894 | 2024-06-21T17:43:21.133Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1895 | 2024-06-21T17:43:21.178Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1896 | 2024-06-21T17:43:22.080Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1897 | 2024-06-21T17:43:22.406Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1898 | 2024-06-21T17:43:25.236Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1899 | 2024-06-21T17:43:25.604Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1900 | 2024-06-21T17:43:25.655Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1901 | 2024-06-21T17:43:25.752Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1902 | 2024-06-21T17:43:26.594Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
1903 | 2024-06-21T17:43:26.680Z | Checking snafu v0.8.2 |
1904 | 2024-06-21T17:43:27.157Z | Compiling lalrpop v0.19.12 |
1905 | 2024-06-21T17:43:27.238Z | Checking tabled v0.15.0 |
1906 | 2024-06-21T17:43:28.570Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1907 | 2024-06-21T17:43:30.366Z | Compiling which v4.4.2 |
1908 | 2024-06-21T17:43:30.797Z | Checking globset v0.4.14 |
1909 | 2024-06-21T17:43:31.006Z | Checking olpc-cjson v0.1.3 |
1910 | 2024-06-21T17:43:31.318Z | Compiling cexpr v0.6.0 |
1911 | 2024-06-21T17:43:31.322Z | Checking serde_plain v1.0.2 |
1912 | 2024-06-21T17:43:31.551Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1913 | 2024-06-21T17:43:31.837Z | Compiling shlex v1.3.0 |
1914 | 2024-06-21T17:43:32.301Z | Compiling lazycell v1.3.0 |
1915 | 2024-06-21T17:43:32.466Z | Compiling rustc-hash v1.1.0 |
1916 | 2024-06-21T17:43:32.632Z | Compiling cfg_aliases v0.1.1 |
1917 | 2024-06-21T17:43:32.744Z | Compiling salty v0.2.0 |
1918 | 2024-06-21T17:43:33.107Z | Checking signature v1.6.4 |
1919 | 2024-06-21T17:43:33.126Z | Checking typed-path v0.7.1 |
1920 | 2024-06-21T17:43:33.159Z | Compiling nix v0.28.0 |
1921 | 2024-06-21T17:43:33.240Z | Checking ed25519 v1.5.3 |
1922 | 2024-06-21T17:43:33.490Z | Checking nix v0.27.1 |
1923 | 2024-06-21T17:43:33.949Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1924 | 2024-06-21T17:43:34.189Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1925 | 2024-06-21T17:43:34.473Z | Compiling derive_builder_core v0.20.0 |
1926 | 2024-06-21T17:43:34.874Z | Checking serde-big-array v0.5.1 |
1927 | 2024-06-21T17:43:35.047Z | Checking tough v0.17.1 |
1928 | 2024-06-21T17:43:35.076Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1929 | 2024-06-21T17:43:35.955Z | Compiling libxml v0.3.3 |
1930 | 2024-06-21T17:43:36.305Z | Checking parse-size v1.0.0 |
1931 | 2024-06-21T17:43:36.530Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1932 | 2024-06-21T17:43:37.131Z | Compiling derive_builder_macro v0.20.0 |
1933 | 2024-06-21T17:43:38.003Z | Checking signal-hook-tokio v0.3.1 |
1934 | 2024-06-21T17:43:38.128Z | Checking serde-big-array v0.4.1 |
1935 | 2024-06-21T17:43:38.191Z | Compiling strum_macros v0.24.3 |
1936 | 2024-06-21T17:43:38.294Z | Compiling cookie v0.18.1 |
1937 | 2024-06-21T17:43:38.578Z | Checking heck v0.4.1 |
1938 | 2024-06-21T17:43:38.736Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1939 | 2024-06-21T17:43:38.786Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1940 | 2024-06-21T17:43:38.842Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1941 | 2024-06-21T17:43:39.788Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1942 | 2024-06-21T17:43:41.730Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1943 | 2024-06-21T17:43:42.117Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1944 | 2024-06-21T17:43:43.235Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1945 | 2024-06-21T17:43:43.567Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1946 | 2024-06-21T17:43:44.144Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1947 | 2024-06-21T17:43:44.213Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1948 | 2024-06-21T17:43:44.583Z | Compiling indoc v1.0.9 |
1949 | 2024-06-21T17:43:44.682Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1950 | 2024-06-21T17:43:45.624Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1951 | 2024-06-21T17:43:45.920Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1952 | 2024-06-21T17:43:46.032Z | Checking derive_builder v0.20.0 |
1953 | 2024-06-21T17:43:47.092Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1954 | 2024-06-21T17:43:47.369Z | Compiling peg-macros v0.8.3 |
1955 | 2024-06-21T17:43:48.679Z | Checking quick-xml v0.31.0 |
1956 | 2024-06-21T17:43:48.682Z | Compiling impl-trait-for-tuples v0.2.2 |
1957 | 2024-06-21T17:43:50.756Z | Compiling oso-derive v0.27.3 |
1958 | 2024-06-21T17:43:50.988Z | Compiling sqlparser_derive v0.2.2 |
1959 | 2024-06-21T17:43:51.046Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1960 | 2024-06-21T17:43:51.320Z | Checking unicode_categories v0.1.1 |
1961 | 2024-06-21T17:43:51.614Z | Checking corncobs v0.1.3 |
1962 | 2024-06-21T17:43:51.819Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1963 | 2024-06-21T17:43:51.837Z | Checking sqlformat v0.2.3 |
1964 | 2024-06-21T17:43:52.002Z | Checking rustyline v14.0.0 |
1965 | 2024-06-21T17:43:52.094Z | Checking sqlparser v0.45.0 |
1966 | 2024-06-21T17:43:53.666Z | Checking peg v0.8.3 |
1967 | 2024-06-21T17:43:54.259Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1968 | 2024-06-21T17:43:55.853Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1969 | 2024-06-21T17:43:56.172Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1970 | 2024-06-21T17:43:56.426Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1971 | 2024-06-21T17:43:56.745Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1972 | 2024-06-21T17:43:57.898Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1973 | 2024-06-21T17:43:58.576Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1974 | 2024-06-21T17:43:58.733Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1975 | 2024-06-21T17:44:01.424Z | Checking bcs v0.1.6 |
1976 | 2024-06-21T17:44:01.576Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1977 | 2024-06-21T17:44:01.861Z | Checking highway v1.1.0 |
1978 | 2024-06-21T17:44:01.963Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1979 | 2024-06-21T17:44:02.240Z | Compiling const_format_proc_macros v0.2.32 |
1980 | 2024-06-21T17:44:02.285Z | Checking bb8 v0.8.3 |
1981 | 2024-06-21T17:44:02.358Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1982 | 2024-06-21T17:44:02.744Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1983 | 2024-06-21T17:44:03.716Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1984 | 2024-06-21T17:44:03.783Z | Checking assert_matches v1.5.0 |
1985 | 2024-06-21T17:44:03.877Z | Compiling portable-atomic v1.6.0 |
1986 | 2024-06-21T17:44:04.181Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1987 | 2024-06-21T17:44:04.544Z | Checking const_format v0.2.32 |
1988 | 2024-06-21T17:44:04.983Z | Checking rand_seeder v0.2.3 |
1989 | 2024-06-21T17:44:05.063Z | Checking number_prefix v0.4.0 |
1990 | 2024-06-21T17:44:05.198Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1991 | 2024-06-21T17:44:05.256Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1992 | 2024-06-21T17:44:05.441Z | Checking castaway v0.2.2 |
1993 | 2024-06-21T17:44:05.618Z | Checking compact_str v0.7.1 |
1994 | 2024-06-21T17:44:06.022Z | Checking indicatif v0.17.8 |
1995 | 2024-06-21T17:44:06.386Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1996 | 2024-06-21T17:44:06.655Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1997 | 2024-06-21T17:44:06.672Z | Checking lru v0.12.3 |
1998 | 2024-06-21T17:44:06.781Z | Compiling stability v0.2.0 |
1999 | 2024-06-21T17:44:06.919Z | Compiling indoc v2.0.5 |
2000 | 2024-06-21T17:44:06.935Z | Checking cassowary v0.3.0 |
2001 | 2024-06-21T17:44:07.218Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2002 | 2024-06-21T17:44:07.373Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2003 | 2024-06-21T17:44:07.807Z | Checking unicode-linebreak v0.1.5 |
2004 | 2024-06-21T17:44:08.008Z | Checking ratatui v0.26.2 |
2005 | 2024-06-21T17:44:08.104Z | Checking smawk v0.3.2 |
2006 | 2024-06-21T17:44:08.192Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2007 | 2024-06-21T17:44:08.303Z | Checking textwrap v0.16.1 |
2008 | 2024-06-21T17:44:08.475Z | Checking is_ci v1.2.0 |
2009 | 2024-06-21T17:44:08.612Z | Checking supports-color v3.0.0 |
2010 | 2024-06-21T17:44:08.732Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2011 | 2024-06-21T17:44:08.806Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2012 | 2024-06-21T17:44:09.721Z | Checking fatfs v0.3.6 |
2013 | 2024-06-21T17:44:10.148Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2014 | 2024-06-21T17:44:10.428Z | Checking shell-words v1.1.0 |
2015 | 2024-06-21T17:44:10.606Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2016 | 2024-06-21T17:44:10.706Z | Checking rtoolbox v0.0.2 |
2017 | 2024-06-21T17:44:10.886Z | Compiling getrandom v0.1.16 |
2018 | 2024-06-21T17:44:10.987Z | Checking tui-tree-widget v0.19.0 |
2019 | 2024-06-21T17:44:11.153Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2020 | 2024-06-21T17:44:11.592Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2021 | 2024-06-21T17:44:12.084Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2022 | 2024-06-21T17:44:13.198Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2023 | 2024-06-21T17:44:13.903Z | Checking rpassword v7.3.1 |
2024 | 2024-06-21T17:44:14.340Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2025 | 2024-06-21T17:44:14.888Z | Checking rfc6979 v0.4.0 |
2026 | 2024-06-21T17:44:15.684Z | Checking yansi v0.5.1 |
2027 | 2024-06-21T17:44:15.702Z | Checking ecdsa v0.16.9 |
2028 | 2024-06-21T17:44:15.971Z | Checking pretty_assertions v1.4.0 |
2029 | 2024-06-21T17:44:16.175Z | Checking rand_core v0.5.1 |
2030 | 2024-06-21T17:44:16.440Z | Checking primeorder v0.13.6 |
2031 | 2024-06-21T17:44:16.500Z | Checking cargo-platform v0.1.8 |
2032 | 2024-06-21T17:44:16.800Z | Checking option-ext v0.2.0 |
2033 | 2024-06-21T17:44:16.893Z | Checking md5 v0.7.0 |
2034 | 2024-06-21T17:44:16.928Z | Checking dirs-sys v0.4.1 |
2035 | 2024-06-21T17:44:17.116Z | Checking cargo_metadata v0.18.1 |
2036 | 2024-06-21T17:44:17.186Z | Checking rand_chacha v0.2.2 |
2037 | 2024-06-21T17:44:17.520Z | Checking polyval v0.6.2 |
2038 | 2024-06-21T17:44:17.786Z | Checking ed25519 v2.2.3 |
2039 | 2024-06-21T17:44:18.025Z | Checking ctr v0.9.2 |
2040 | 2024-06-21T17:44:18.425Z | Checking aes v0.8.4 |
2041 | 2024-06-21T17:44:18.715Z | Checking blowfish v0.9.1 |
2042 | 2024-06-21T17:44:18.968Z | Checking password-hash v0.4.2 |
2043 | 2024-06-21T17:44:19.211Z | Checking pbkdf2 v0.12.2 |
2044 | 2024-06-21T17:44:19.385Z | Checking plotters-backend v0.3.5 |
2045 | 2024-06-21T17:44:19.403Z | Checking hex-literal v0.4.1 |
2046 | 2024-06-21T17:44:19.538Z | Compiling target-lexicon v0.12.14 |
2047 | 2024-06-21T17:44:19.752Z | Checking plotters-svg v0.3.5 |
2048 | 2024-06-21T17:44:19.981Z | Checking bcrypt-pbkdf v0.10.0 |
2049 | 2024-06-21T17:44:20.235Z | Checking pbkdf2 v0.11.0 |
2050 | 2024-06-21T17:44:20.390Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2051 | 2024-06-21T17:44:20.520Z | Checking ed25519-dalek v2.1.1 |
2052 | 2024-06-21T17:44:20.614Z | Checking ghash v0.5.1 |
2053 | 2024-06-21T17:44:20.779Z | Checking rand v0.7.3 |
2054 | 2024-06-21T17:44:20.856Z | Checking dirs v5.0.1 |
2055 | 2024-06-21T17:44:21.003Z | Checking p256 v0.13.2 |
2056 | 2024-06-21T17:44:21.487Z | Checking p521 v0.13.3 |
2057 | 2024-06-21T17:44:22.189Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2058 | 2024-06-21T17:44:22.919Z | Checking cbc v0.1.2 |
2059 | 2024-06-21T17:44:23.129Z | Checking russh-cryptovec v0.7.2 |
2060 | 2024-06-21T17:44:23.318Z | Compiling doc-comment v0.3.3 |
2061 | 2024-06-21T17:44:23.358Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2062 | 2024-06-21T17:44:23.701Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2063 | 2024-06-21T17:44:23.925Z | Compiling guppy-workspace-hack v0.1.0 |
2064 | 2024-06-21T17:44:24.202Z | Checking cast v0.3.0 |
2065 | 2024-06-21T17:44:24.490Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2066 | 2024-06-21T17:44:24.530Z | Checking criterion-plot v0.5.0 |
2067 | 2024-06-21T17:44:25.224Z | Checking russh-keys v0.43.0 |
2068 | 2024-06-21T17:44:26.247Z | Checking aes-gcm v0.10.3 |
2069 | 2024-06-21T17:44:26.509Z | Checking plotters v0.3.5 |
2070 | 2024-06-21T17:44:26.924Z | Checking http-body v1.0.0 |
2071 | 2024-06-21T17:44:27.135Z | Checking tinytemplate v1.2.1 |
2072 | 2024-06-21T17:44:27.374Z | Checking csv-core v0.1.11 |
2073 | 2024-06-21T17:44:27.531Z | Checking anes v0.1.6 |
2074 | 2024-06-21T17:44:27.716Z | Compiling dhcproto-macros v0.1.0 |
2075 | 2024-06-21T17:44:27.924Z | Checking oorandom v11.1.3 |
2076 | 2024-06-21T17:44:28.094Z | Checking regex-automata v0.1.10 |
2077 | 2024-06-21T17:44:28.308Z | Compiling target-spec v3.1.0 |
2078 | 2024-06-21T17:44:28.509Z | Checking tower-layer v0.3.2 |
2079 | 2024-06-21T17:44:28.686Z | Compiling assert_cmd v2.0.14 |
2080 | 2024-06-21T17:44:28.777Z | Checking tower v0.4.13 |
2081 | 2024-06-21T17:44:28.894Z | Checking dhcproto v0.11.0 |
2082 | 2024-06-21T17:44:29.115Z | Checking bstr v0.2.17 |
2083 | 2024-06-21T17:44:29.581Z | Checking criterion v0.5.1 |
2084 | 2024-06-21T17:44:30.010Z | Checking csv v1.3.0 |
2085 | 2024-06-21T17:44:30.351Z | Checking hyper v1.3.1 |
2086 | 2024-06-21T17:44:30.919Z | Checking cfg-expr v0.15.8 |
2087 | 2024-06-21T17:44:31.490Z | Checking russh v0.43.0 |
2088 | 2024-06-21T17:44:31.939Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2089 | 2024-06-21T17:44:32.413Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2090 | 2024-06-21T17:44:32.922Z | Checking internet-checksum v0.2.1 |
2091 | 2024-06-21T17:44:34.511Z | Checking hyper-util v0.1.3 |
2092 | 2024-06-21T17:44:35.206Z | Checking httptest v0.15.5 |
2093 | 2024-06-21T17:44:35.234Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2094 | 2024-06-21T17:44:35.986Z | Checking rustls-native-certs v0.7.0 |
2095 | 2024-06-21T17:44:36.045Z | Checking pathdiff v0.2.1 |
2096 | 2024-06-21T17:44:36.146Z | Checking nested v0.1.1 |
2097 | 2024-06-21T17:44:36.348Z | Checking guppy v0.17.5 |
2098 | 2024-06-21T17:44:38.113Z | Checking hyper-rustls v0.26.0 |
2099 | 2024-06-21T17:44:38.439Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2100 | 2024-06-21T17:44:38.511Z | Checking escape8259 v0.5.2 |
2101 | 2024-06-21T17:44:38.703Z | Checking threadpool v1.8.1 |
2102 | 2024-06-21T17:44:38.758Z | Checking similar-asserts v1.5.0 |
2103 | 2024-06-21T17:44:38.899Z | Checking libtest-mimic v0.7.3 |
2104 | 2024-06-21T17:44:38.994Z | Checking fancy-regex v0.13.0 |
2105 | 2024-06-21T17:44:39.364Z | Compiling rstest_macros v0.19.0 |
2106 | 2024-06-21T17:44:39.779Z | Checking datatest-stable v0.2.9 |
2107 | 2024-06-21T17:44:40.008Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2108 | 2024-06-21T17:44:40.046Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2109 | 2024-06-21T17:44:40.076Z | Checking blake2b_simd v1.0.2 |
2110 | 2024-06-21T17:44:41.135Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2111 | 2024-06-21T17:44:41.384Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2112 | 2024-06-21T17:44:41.417Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2113 | 2024-06-21T17:44:41.707Z | Compiling relative-path v1.9.3 |
2114 | 2024-06-21T17:44:42.073Z | Compiling trybuild v1.0.96 |
2115 | 2024-06-21T17:44:42.774Z | Checking rust-argon2 v2.1.0 |
2116 | 2024-06-21T17:44:43.211Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2117 | 2024-06-21T17:44:44.648Z | Checking multimap v0.10.0 |
2118 | 2024-06-21T17:44:44.958Z | Checking futures-timer v3.0.3 |
2119 | 2024-06-21T17:44:46.622Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2120 | 2024-06-21T17:44:47.555Z | Checking partial-io v0.5.4 |
2121 | 2024-06-21T17:44:49.054Z | Checking cargo_toml v0.20.2 |
2122 | 2024-06-21T17:44:51.037Z | Checking approx v0.5.1 |
2123 | 2024-06-21T17:44:51.271Z | Checking uzers v0.11.3 |
2124 | 2024-06-21T17:44:51.495Z | Checking termios v0.3.3 |
2125 | 2024-06-21T17:44:51.620Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2126 | 2024-06-21T17:44:51.710Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2127 | 2024-06-21T17:44:52.112Z | Checking rstest v0.19.0 |
2128 | 2024-06-21T17:44:54.465Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2129 | 2024-06-21T17:44:58.842Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2130 | 2024-06-21T17:45:05.867Z | Compiling samael v0.0.15 |
2131 | 2024-06-21T17:45:06.116Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2132 | 2024-06-21T17:45:35.581Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2133 | 2024-06-21T17:45:37.986Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2134 | 2024-06-21T17:45:44.986Z | Compiling polar-core v0.27.3 |
2135 | 2024-06-21T17:45:55.798Z | Checking oso v0.27.3 |
2136 | 2024-06-21T17:46:25.361Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2137 | 2024-06-21T17:46:25.364Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2138 | 2024-06-21T17:46:25.364Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2139 | 2024-06-21T17:47:33.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 46s |
2140 | 2024-06-21T17:47:33.632Z | |
2141 | 2024-06-21T17:47:33.633Z | real 6:54.334889791 |
2142 | 2024-06-21T17:47:33.633Z | user 37:38.205354818 |
2143 | 2024-06-21T17:47:33.633Z | sys 6:39.748789465 |
2144 | 2024-06-21T17:47:33.633Z | trap 0.986631038 |
2145 | 2024-06-21T17:47:33.638Z | tflt 2.294793990 |
2146 | 2024-06-21T17:47:33.638Z | dflt 1.155603095 |
2147 | 2024-06-21T17:47:33.638Z | kflt 0.003486887 |
2148 | 2024-06-21T17:47:33.638Z | lock 1:50:49.586951978 |
2149 | 2024-06-21T17:47:33.638Z | slp 2:00:22.779952513 |
2150 | 2024-06-21T17:47:33.638Z | lat 1:49.020417830 |
2151 | 2024-06-21T17:47:33.638Z | stop 5:39.914542483 |
2152 | 2024-06-21T17:47:33.638Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2153 | 2024-06-21T17:47:33.638Z | + ptime -m cargo doc --workspace --no-deps |
2154 | 2024-06-21T17:47:34.632Z | warning: output filename collision. |
2155 | 2024-06-21T17:47:34.632Z | 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)`. |
2156 | 2024-06-21T17:47:34.632Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2157 | 2024-06-21T17:47:34.632Z | The targets should have unique names. |
2158 | 2024-06-21T17:47:34.632Z | This is a known bug where multiple crates with the same name use |
2159 | 2024-06-21T17:47:34.632Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2160 | 2024-06-21T17:47:35.115Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2161 | 2024-06-21T17:47:35.168Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2162 | 2024-06-21T17:47:35.195Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2163 | 2024-06-21T17:47:35.212Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2164 | 2024-06-21T17:47:35.231Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2165 | 2024-06-21T17:47:35.234Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2166 | 2024-06-21T17:47:35.363Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2167 | 2024-06-21T17:47:35.452Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2168 | 2024-06-21T17:47:35.470Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2169 | 2024-06-21T17:47:35.486Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2170 | 2024-06-21T17:47:35.502Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2171 | 2024-06-21T17:47:35.666Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2172 | 2024-06-21T17:47:35.758Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2173 | 2024-06-21T17:47:35.886Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2174 | 2024-06-21T17:47:36.165Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2175 | 2024-06-21T17:47:36.227Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2176 | 2024-06-21T17:47:36.646Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2177 | 2024-06-21T17:47:37.277Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2178 | 2024-06-21T17:47:37.561Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2179 | 2024-06-21T17:47:39.624Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2180 | 2024-06-21T17:47:39.826Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2181 | 2024-06-21T17:47:39.908Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2182 | 2024-06-21T17:47:40.111Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2183 | 2024-06-21T17:47:40.347Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2184 | 2024-06-21T17:47:40.416Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2185 | 2024-06-21T17:47:40.706Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2186 | 2024-06-21T17:47:40.886Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2187 | 2024-06-21T17:47:41.166Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2188 | 2024-06-21T17:47:41.295Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2189 | 2024-06-21T17:47:41.314Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2190 | 2024-06-21T17:47:41.453Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2191 | 2024-06-21T17:47:41.596Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2192 | 2024-06-21T17:47:41.627Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2193 | 2024-06-21T17:47:41.732Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2194 | 2024-06-21T17:47:41.843Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2195 | 2024-06-21T17:47:42.313Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2196 | 2024-06-21T17:47:44.727Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2197 | 2024-06-21T17:47:47.146Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2198 | 2024-06-21T17:47:47.400Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2199 | 2024-06-21T17:47:47.651Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2200 | 2024-06-21T17:47:47.908Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2201 | 2024-06-21T17:47:48.584Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2202 | 2024-06-21T17:47:48.887Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2203 | 2024-06-21T17:47:49.401Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2204 | 2024-06-21T17:47:49.404Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2205 | 2024-06-21T17:47:49.960Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2206 | 2024-06-21T17:47:50.092Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2207 | 2024-06-21T17:47:50.378Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2208 | 2024-06-21T17:47:50.685Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2209 | 2024-06-21T17:47:51.153Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2210 | 2024-06-21T17:47:51.412Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2211 | 2024-06-21T17:47:51.575Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2212 | 2024-06-21T17:47:53.136Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2213 | 2024-06-21T17:47:54.064Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2214 | 2024-06-21T17:47:54.164Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2215 | 2024-06-21T17:47:55.268Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2216 | 2024-06-21T17:47:55.317Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2217 | 2024-06-21T17:47:56.527Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2218 | 2024-06-21T17:47:57.225Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2219 | 2024-06-21T17:47:59.423Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2220 | 2024-06-21T17:48:00.279Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2221 | 2024-06-21T17:48:00.464Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2222 | 2024-06-21T17:48:00.527Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2223 | 2024-06-21T17:48:01.563Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2224 | 2024-06-21T17:48:01.704Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2225 | 2024-06-21T17:48:02.405Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2226 | 2024-06-21T17:48:03.627Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2227 | 2024-06-21T17:48:03.863Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2228 | 2024-06-21T17:48:04.011Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2229 | 2024-06-21T17:48:04.652Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2230 | 2024-06-21T17:48:07.803Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2231 | 2024-06-21T17:48:08.358Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2232 | 2024-06-21T17:48:15.215Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2233 | 2024-06-21T17:48:15.975Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2234 | 2024-06-21T17:48:16.409Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2235 | 2024-06-21T17:48:16.494Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2236 | 2024-06-21T17:48:16.995Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2237 | 2024-06-21T17:48:17.409Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2238 | 2024-06-21T17:48:17.542Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2239 | 2024-06-21T17:48:18.824Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2240 | 2024-06-21T17:48:22.281Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2241 | 2024-06-21T17:48:30.849Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2242 | 2024-06-21T17:48:34.765Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2243 | 2024-06-21T17:48:36.086Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2244 | 2024-06-21T17:48:39.827Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2245 | 2024-06-21T17:48:40.365Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2246 | 2024-06-21T17:48:58.295Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2247 | 2024-06-21T17:49:01.554Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2248 | 2024-06-21T17:49:09.838Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2249 | 2024-06-21T17:49:13.430Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2250 | 2024-06-21T17:49:37.755Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2251 | 2024-06-21T17:49:39.618Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2252 | 2024-06-21T17:49:41.326Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2253 | 2024-06-21T17:49:41.602Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2254 | 2024-06-21T17:49:43.196Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2255 | 2024-06-21T17:49:43.453Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2256 | 2024-06-21T17:49:47.301Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2257 | 2024-06-21T17:49:59.984Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2258 | 2024-06-21T17:50:11.014Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2259 | 2024-06-21T17:50:21.239Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2260 | 2024-06-21T17:50:32.797Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2261 | 2024-06-21T17:50:32.893Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2262 | 2024-06-21T17:50:47.113Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2263 | 2024-06-21T17:50:49.021Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2264 | 2024-06-21T17:50:53.401Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2265 | 2024-06-21T17:50:54.131Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2266 | 2024-06-21T17:50:57.648Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2267 | 2024-06-21T17:50:59.509Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2268 | 2024-06-21T17:51:00.011Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2269 | 2024-06-21T17:51:05.908Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2270 | 2024-06-21T17:51:09.722Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2271 | 2024-06-21T17:51:12.610Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2272 | 2024-06-21T17:51:12.623Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2273 | 2024-06-21T17:51:13.571Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2274 | 2024-06-21T17:51:14.664Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2275 | 2024-06-21T17:51:16.541Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2276 | 2024-06-21T17:51:21.109Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2277 | 2024-06-21T17:51:22.464Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2278 | 2024-06-21T17:51:23.147Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2279 | 2024-06-21T17:51:26.242Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2280 | 2024-06-21T17:51:26.652Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2281 | 2024-06-21T17:51:29.575Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2282 | 2024-06-21T17:51:31.582Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2283 | 2024-06-21T17:51:33.080Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2284 | 2024-06-21T17:51:39.039Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2285 | 2024-06-21T17:51:40.768Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2286 | 2024-06-21T17:51:43.051Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2287 | 2024-06-21T17:51:43.694Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2288 | 2024-06-21T17:51:43.813Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2289 | 2024-06-21T17:51:45.850Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2290 | 2024-06-21T17:51:48.346Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2291 | 2024-06-21T17:51:49.065Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2292 | 2024-06-21T17:51:57.378Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2293 | 2024-06-21T17:51:58.495Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2294 | 2024-06-21T17:51:59.859Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2295 | 2024-06-21T17:52:00.151Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2296 | 2024-06-21T17:52:00.707Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2297 | 2024-06-21T17:52:02.390Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2298 | 2024-06-21T17:52:02.607Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2299 | 2024-06-21T17:52:12.689Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2300 | 2024-06-21T17:52:13.039Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2301 | 2024-06-21T17:52:13.669Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2302 | 2024-06-21T17:52:14.340Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2303 | 2024-06-21T17:52:14.779Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2304 | 2024-06-21T17:52:16.883Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2305 | 2024-06-21T17:52:17.634Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2306 | 2024-06-21T17:52:18.038Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2307 | 2024-06-21T17:52:18.567Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2308 | 2024-06-21T17:52:19.001Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2309 | 2024-06-21T17:52:19.309Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2310 | 2024-06-21T17:52:44.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 11s |
2311 | 2024-06-21T17:52:44.992Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 95 other files |
2312 | 2024-06-21T17:52:45.035Z | |
2313 | 2024-06-21T17:52:45.038Z | real 5:11.354338984 |
2314 | 2024-06-21T17:52:45.038Z | user 16:54.572690041 |
2315 | 2024-06-21T17:52:45.038Z | sys 21:33.987766144 |
2316 | 2024-06-21T17:52:45.038Z | trap 0.290785316 |
2317 | 2024-06-21T17:52:45.038Z | tflt 0.094932353 |
2318 | 2024-06-21T17:52:45.038Z | dflt 0.180941597 |
2319 | 2024-06-21T17:52:45.038Z | kflt 0.000008249 |
2320 | 2024-06-21T17:52:45.038Z | lock 48:45.842100995 |
2321 | 2024-06-21T17:52:45.038Z | slp 1:21:56.554492334 |
2322 | 2024-06-21T17:52:45.038Z | lat 52.690320761 |
2323 | 2024-06-21T17:52:45.039Z | stop 36.219937637 |
2324 | 2024-06-21T17:52:45.039Z | process exited: duration 899469 ms, exit code 0 |
|
2325 | 2024-06-21T17:52:45.045Z | found 0 output files |