|
|
|
1 | 2024-06-17T17:27:22.772Z | job assigned to worker 01J0KKRWXFSY16GPCVSJ5C5GCT (queued for 52 s) |
|
2 | 2024-06-17T17:27:30.389Z | starting task 0: "setup" |
3 | 2024-06-17T17:27:30.442Z | ++ uname -s |
4 | 2024-06-17T17:27:30.445Z | + kern=SunOS |
5 | 2024-06-17T17:27:30.445Z | + case "$kern" in |
6 | 2024-06-17T17:27:30.445Z | + groupadd -g 12345 build |
7 | 2024-06-17T17:27:30.448Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-17T17:27:32.466Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-17T17:27:32.574Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-17T17:27:32.577Z | + home_fs=zfs |
11 | 2024-06-17T17:27:32.577Z | + [[ zfs == autofs ]] |
12 | 2024-06-17T17:27:32.577Z | + mkdir -p /home/build |
13 | 2024-06-17T17:27:32.580Z | + chown build:build /home/build /work |
14 | 2024-06-17T17:27:34.580Z | + chmod 0700 /home/build /work |
15 | 2024-06-17T17:27:34.583Z | process exited: duration 4192 ms, exit code 0 |
|
16 | 2024-06-17T17:27:34.589Z | starting task 1: "rust-toolchain" |
17 | 2024-06-17T17:27:34.594Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-17T17:27:34.594Z | ' 1.78.0 |
19 | 2024-06-17T17:27:34.598Z | * toolchain channel = "1.78.0" |
20 | 2024-06-17T17:27:34.598Z | + printf ' * toolchain profile = "%s" |
21 | 2024-06-17T17:27:34.598Z | ' default |
22 | 2024-06-17T17:27:34.598Z | * toolchain profile = "default" |
23 | 2024-06-17T17:27:34.598Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-17T17:27:34.598Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-17T17:27:34.713Z | info: downloading installer |
26 | 2024-06-17T17:27:36.017Z | info: profile set to 'default' |
27 | 2024-06-17T17:27:36.017Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-17T17:27:36.020Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-17T17:27:36.174Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-17T17:27:36.174Z | info: downloading component 'cargo' |
31 | 2024-06-17T17:27:37.100Z | info: downloading component 'clippy' |
32 | 2024-06-17T17:27:37.408Z | info: downloading component 'rust-docs' |
33 | 2024-06-17T17:27:38.637Z | info: downloading component 'rust-std' |
34 | 2024-06-17T17:27:40.602Z | info: downloading component 'rustc' |
35 | 2024-06-17T17:27:45.593Z | info: downloading component 'rustfmt' |
36 | 2024-06-17T17:27:45.861Z | info: installing component 'cargo' |
37 | 2024-06-17T17:27:46.694Z | info: installing component 'clippy' |
38 | 2024-06-17T17:27:47.052Z | info: installing component 'rust-docs' |
39 | 2024-06-17T17:27:48.589Z | info: installing component 'rust-std' |
40 | 2024-06-17T17:27:50.295Z | info: installing component 'rustc' |
41 | 2024-06-17T17:27:54.472Z | info: installing component 'rustfmt' |
42 | 2024-06-17T17:27:54.813Z | |
43 | 2024-06-17T17:27:54.813Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
44 | 2024-06-17T17:27:55.078Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-17T17:27:55.078Z | |
46 | 2024-06-17T17:27:55.081Z | |
47 | 2024-06-17T17:27:55.081Z | Rust is installed now. Great! |
48 | 2024-06-17T17:27:55.081Z | |
49 | 2024-06-17T17:27:55.081Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-17T17:27:55.082Z | environment variable. This has not been done automatically. |
51 | 2024-06-17T17:27:55.082Z | |
52 | 2024-06-17T17:27:55.082Z | To configure your current shell, you need to source |
53 | 2024-06-17T17:27:55.082Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-17T17:27:55.082Z | |
55 | 2024-06-17T17:27:55.082Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-17T17:27:55.082Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-17T17:27:55.082Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-17T17:27:55.146Z | + rustc --version |
59 | 2024-06-17T17:27:55.207Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-17T17:27:55.210Z | process exited: duration 20616 ms, exit code 0 |
|
61 | 2024-06-17T17:27:55.218Z | starting task 2: "authentication" |
62 | 2024-06-17T17:27:55.239Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-06-17T17:27:55.245Z | starting task 3: "clone repository" |
64 | 2024-06-17T17:27:55.250Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-17T17:27:55.253Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-17T17:27:55.417Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-17T17:28:00.518Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-17T17:28:00.518Z | + git fetch origin bac4652770a2b6c587e7b35f7fbaa0ec62868a10 |
69 | 2024-06-17T17:28:00.838Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-17T17:28:00.838Z | * branch bac4652770a2b6c587e7b35f7fbaa0ec62868a10 -> FETCH_HEAD |
71 | 2024-06-17T17:28:00.847Z | + [[ -n gjcolombo/instance-propolis-uuids ]] |
72 | 2024-06-17T17:28:00.850Z | ++ git branch --show-current |
73 | 2024-06-17T17:28:00.853Z | + current=main |
74 | 2024-06-17T17:28:00.853Z | + [[ main != gjcolombo/instance-propolis-uuids ]] |
75 | 2024-06-17T17:28:00.853Z | + git branch -f gjcolombo/instance-propolis-uuids bac4652770a2b6c587e7b35f7fbaa0ec62868a10 |
76 | 2024-06-17T17:28:00.857Z | + git checkout -f gjcolombo/instance-propolis-uuids |
77 | 2024-06-17T17:28:00.988Z | Switched to branch 'gjcolombo/instance-propolis-uuids' |
78 | 2024-06-17T17:28:00.991Z | + git reset --hard bac4652770a2b6c587e7b35f7fbaa0ec62868a10 |
79 | 2024-06-17T17:28:01.008Z | HEAD is now at bac465277 fmt |
80 | 2024-06-17T17:28:01.011Z | process exited: duration 5762 ms, exit code 0 |
|
81 | 2024-06-17T17:28:01.017Z | starting task 4: "build" |
82 | 2024-06-17T17:28:01.022Z | + cargo --version |
83 | 2024-06-17T17:28:01.072Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-17T17:28:01.075Z | + rustc --version |
85 | 2024-06-17T17:28:01.128Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-17T17:28:01.131Z | + source ./env.sh |
87 | 2024-06-17T17:28:01.131Z | ++ set -o xtrace |
88 | 2024-06-17T17:28:01.134Z | ++++ dirname ./env.sh |
89 | 2024-06-17T17:28:01.134Z | +++ readlink -f . |
90 | 2024-06-17T17:28:01.156Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
91 | 2024-06-17T17:28:01.159Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2024-06-17T17:28:01.160Z | ++ 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-17T17:28:01.160Z | ++ 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 |
94 | 2024-06-17T17:28:01.160Z | ++ 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-17T17:28:01.160Z | ++ 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 |
96 | 2024-06-17T17:28:01.160Z | ++ 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-17T17:28:01.160Z | ++ 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 |
98 | 2024-06-17T17:28:01.160Z | ++ 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-17T17:28:01.160Z | ++ unset OMICRON_WS |
100 | 2024-06-17T17:28:01.160Z | ++ set +o xtrace |
101 | 2024-06-17T17:28:01.175Z | |
102 | 2024-06-17T17:28:01.175Z | ##### ##### ###### ##### ###### #### # # # #### # |
103 | 2024-06-17T17:28:01.175Z | # # # # # # # # # # # # # # # |
104 | 2024-06-17T17:28:01.175Z | # # # # ##### # # ##### # # # # # #### # |
105 | 2024-06-17T17:28:01.175Z | ##### ##### # ##### # # # # # # # # # |
106 | 2024-06-17T17:28:01.175Z | # # # # # # # # # # # # # # # |
107 | 2024-06-17T17:28:01.175Z | # # # ###### # # ###### ### # #### # #### # |
108 | 2024-06-17T17:28:01.175Z | |
109 | 2024-06-17T17:28:10.619Z | Startup: Refreshing catalog 'helios-dev' ... Done |
110 | 2024-06-17T17:28:12.456Z | Startup: Caching catalogs ... Done |
111 | 2024-06-17T17:28:14.652Z | Planning: Solver setup ... Done (1.753s) |
112 | 2024-06-17T17:28:14.686Z | Planning: Running solver ... Done (0.035s) |
113 | 2024-06-17T17:28:14.725Z | Planning: Finding local manifests ... Done (0.003s) |
114 | 2024-06-17T17:28:14.736Z | Planning: Fetching manifests: 0/4 0% complete |
115 | 2024-06-17T17:28:14.976Z | Planning: Fetching manifests: 4/4 100% complete |
116 | 2024-06-17T17:28:15.024Z | Planning: Package planning ... Done (0.047s) |
117 | 2024-06-17T17:28:15.074Z | Planning: Merging actions ... Done (0.051s) |
118 | 2024-06-17T17:28:15.798Z | Planning: Checking for conflicting actions ... Done (0.723s) |
119 | 2024-06-17T17:28:15.810Z | Planning: Consolidating action changes ... Done (0.011s) |
120 | 2024-06-17T17:28:20.321Z | Planning: Evaluating mediators ... Done (4.511s) |
121 | 2024-06-17T17:28:20.331Z | Planning: Planning completed in 7.81 seconds |
122 | 2024-06-17T17:28:20.672Z | Packages to install: 4 |
123 | 2024-06-17T17:28:20.672Z | Mediators to change: 2 |
124 | 2024-06-17T17:28:20.672Z | Services to change: 1 |
125 | 2024-06-17T17:28:20.675Z | Estimated space available: 155.77 GB |
126 | 2024-06-17T17:28:20.675Z | Estimated space to be consumed: 1.45 GB |
127 | 2024-06-17T17:28:20.675Z | Create boot environment: No |
128 | 2024-06-17T17:28:20.675Z | Create backup boot environment: No |
129 | 2024-06-17T17:28:20.676Z | Rebuild boot archive: No |
130 | 2024-06-17T17:28:20.676Z | |
131 | 2024-06-17T17:28:20.676Z | Changed mediators: |
132 | 2024-06-17T17:28:20.676Z | mediator clang: |
133 | 2024-06-17T17:28:20.676Z | version: None -> 15 (system default) |
134 | 2024-06-17T17:28:20.676Z | |
135 | 2024-06-17T17:28:20.676Z | mediator llvm: |
136 | 2024-06-17T17:28:20.676Z | version: 14 (system default) -> 15 (system default) |
137 | 2024-06-17T17:28:20.676Z | |
138 | 2024-06-17T17:28:20.676Z | Changed packages: |
139 | 2024-06-17T17:28:20.676Z | helios-dev |
140 | 2024-06-17T17:28:20.676Z | developer/build-essential |
141 | 2024-06-17T17:28:20.676Z | None -> 11-2.0 |
142 | 2024-06-17T17:28:20.676Z | library/libxmlsec1 |
143 | 2024-06-17T17:28:20.676Z | None -> 1.2.35-2.0 |
144 | 2024-06-17T17:28:20.676Z | ooce/developer/clang-15 |
145 | 2024-06-17T17:28:20.676Z | None -> 15.0.7-2.0 |
146 | 2024-06-17T17:28:20.676Z | ooce/developer/llvm-15 |
147 | 2024-06-17T17:28:20.676Z | None -> 15.0.7-2.0 |
148 | 2024-06-17T17:28:20.676Z | |
149 | 2024-06-17T17:28:20.676Z | Services: |
150 | 2024-06-17T17:28:20.676Z | restart_fmri: |
151 | 2024-06-17T17:28:20.676Z | svc:/system/update-man-index:default |
152 | 2024-06-17T17:28:20.879Z | |
153 | 2024-06-17T17:28:20.880Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
154 | 2024-06-17T17:28:25.881Z | Download: 1123/3290 items 34.0/212.6MB 16% complete (6.7M/s) |
155 | 2024-06-17T17:28:30.885Z | Download: 1878/3290 items 118.5/212.6MB 55% complete (12.0M/s) |
156 | 2024-06-17T17:28:35.889Z | Download: 3234/3290 items 170.5/212.6MB 80% complete (13.7M/s) |
157 | 2024-06-17T17:28:40.394Z | Download: Completed 212.60 MB in 19.51 seconds (10.9M/s) |
158 | 2024-06-17T17:28:45.966Z | Actions: 1/3689 actions (Installing new actions) |
159 | 2024-06-17T17:28:50.989Z | Actions: 3581/3689 actions (Installing new actions) |
160 | 2024-06-17T17:28:52.141Z | Actions: Completed 3689 actions in 6.17 seconds. |
161 | 2024-06-17T17:28:52.268Z | Done (0.121s) |
162 | 2024-06-17T17:28:52.268Z | Done (0.000s) |
163 | 2024-06-17T17:28:52.575Z | Done (0.307s) |
164 | 2024-06-17T17:28:58.814Z | Done (6.087s) |
165 | 2024-06-17T17:28:59.213Z | Done (0.326s) |
166 | 2024-06-17T17:28:59.216Z | Done (0.000s) |
167 | 2024-06-17T17:28:59.394Z | Done (0.000s) |
168 | 2024-06-17T17:28:59.935Z | Planning: Evaluating mediator changes ... Done |
169 | 2024-06-17T17:29:00.096Z | Planning: Checking for conflicting actions ... Done |
170 | 2024-06-17T17:29:00.101Z | Planning: Consolidating action changes ... Done |
171 | 2024-06-17T17:29:00.363Z | Planning: Evaluating mediators ... Done |
172 | 2024-06-17T17:29:00.366Z | Planning: Planning completed in 0.43 seconds |
173 | 2024-06-17T17:29:00.396Z | Mediators to change: 2 |
174 | 2024-06-17T17:29:00.396Z | Create boot environment: No |
175 | 2024-06-17T17:29:00.396Z | Create backup boot environment: No |
176 | 2024-06-17T17:29:00.471Z | Done |
177 | 2024-06-17T17:29:00.471Z | Done |
178 | 2024-06-17T17:29:00.693Z | Done |
179 | 2024-06-17T17:29:04.118Z | Done |
180 | 2024-06-17T17:29:04.201Z | Done |
181 | 2024-06-17T17:29:04.201Z | Done |
182 | 2024-06-17T17:29:04.448Z | Done |
183 | 2024-06-17T17:29:05.048Z | Planning: Evaluating mediator changes ... Done |
184 | 2024-06-17T17:29:05.051Z | Planning: Merging actions ... Done |
185 | 2024-06-17T17:29:05.237Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-06-17T17:29:05.240Z | Planning: Consolidating action changes ... Done |
187 | 2024-06-17T17:29:05.500Z | Planning: Evaluating mediators ... Done |
188 | 2024-06-17T17:29:05.552Z | Planning: Planning completed in 0.74 seconds |
189 | 2024-06-17T17:29:05.586Z | Packages to change: 1 |
190 | 2024-06-17T17:29:05.586Z | Mediators to change: 1 |
191 | 2024-06-17T17:29:05.589Z | Services to change: 1 |
192 | 2024-06-17T17:29:05.589Z | Create boot environment: No |
193 | 2024-06-17T17:29:05.589Z | Create backup boot environment: Yes |
194 | 2024-06-17T17:29:07.488Z | Actions: 1/6 actions (Updating modified actions) |
195 | 2024-06-17T17:29:07.618Z | Actions: Completed 6 actions in 0.13 seconds. |
196 | 2024-06-17T17:29:07.618Z | Done |
197 | 2024-06-17T17:29:07.618Z | Done |
198 | 2024-06-17T17:29:07.682Z | Done |
199 | 2024-06-17T17:29:11.215Z | Done |
200 | 2024-06-17T17:29:11.306Z | Done |
201 | 2024-06-17T17:29:11.306Z | Done |
202 | 2024-06-17T17:29:11.429Z | Done |
203 | 2024-06-17T17:29:11.861Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
204 | 2024-06-17T17:29:11.861Z | clang system 15 system |
205 | 2024-06-17T17:29:11.861Z | csh system system illumos |
206 | 2024-06-17T17:29:11.861Z | ctags system system illumos |
207 | 2024-06-17T17:29:11.861Z | gcc vendor 12 vendor |
208 | 2024-06-17T17:29:11.861Z | gcc system 10 system |
209 | 2024-06-17T17:29:11.861Z | gcc system 7 system |
210 | 2024-06-17T17:29:11.861Z | go system 1.20 system |
211 | 2024-06-17T17:29:11.862Z | go system 1.19 system |
212 | 2024-06-17T17:29:11.862Z | llvm system 15 system |
213 | 2024-06-17T17:29:11.862Z | llvm system 14 system |
214 | 2024-06-17T17:29:11.862Z | mariadb system 10.6 system |
215 | 2024-06-17T17:29:11.862Z | mta vendor vendor dma |
216 | 2024-06-17T17:29:11.862Z | openjdk system 17 system |
217 | 2024-06-17T17:29:11.862Z | openjdk system 11 system |
218 | 2024-06-17T17:29:11.862Z | openjdk system 1.8 system |
219 | 2024-06-17T17:29:11.862Z | openssl vendor 3 vendor |
220 | 2024-06-17T17:29:11.862Z | perl system 5.36 system |
221 | 2024-06-17T17:29:11.862Z | postgresql system 15 system |
222 | 2024-06-17T17:29:11.862Z | postgresql system 13 system |
223 | 2024-06-17T17:29:11.862Z | python vendor 3 vendor |
224 | 2024-06-17T17:29:11.862Z | python system 2 system |
225 | 2024-06-17T17:29:11.862Z | python3 system 3.11 system |
226 | 2024-06-17T17:29:11.862Z | ruby system 3.0 system |
227 | 2024-06-17T17:29:11.862Z | words vendor vendor american-english |
228 | 2024-06-17T17:29:11.862Z | words system system australian-english |
229 | 2024-06-17T17:29:11.862Z | words system system british-english |
230 | 2024-06-17T17:29:11.862Z | words system system canadian-english |
231 | 2024-06-17T17:29:11.862Z | words system system french |
232 | 2024-06-17T17:29:11.862Z | words system system italian |
233 | 2024-06-17T17:29:11.862Z | words system system ngerman |
234 | 2024-06-17T17:29:11.862Z | words system system ogerman |
235 | 2024-06-17T17:29:11.862Z | words system system spanish |
236 | 2024-06-17T17:29:12.193Z | PUBLISHER TYPE STATUS P LOCATION |
237 | 2024-06-17T17:29:12.193Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
238 | 2024-06-17T17:29:13.681Z | FMRI IFO |
239 | 2024-06-17T17:29:13.681Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
240 | 2024-06-17T17:29:13.681Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
241 | 2024-06-17T17:29:13.681Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
242 | 2024-06-17T17:29:13.681Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
243 | 2024-06-17T17:29:13.681Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
244 | 2024-06-17T17:29:13.681Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
245 | 2024-06-17T17:29:13.682Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
246 | 2024-06-17T17:29:13.682Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
247 | 2024-06-17T17:29:13.682Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
248 | 2024-06-17T17:29:13.682Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
249 | 2024-06-17T17:29:13.682Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
250 | 2024-06-17T17:29:13.682Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
251 | 2024-06-17T17:29:14.192Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
252 | 2024-06-17T17:29:14.513Z | Updating git repository `https://github.com/oxidecomputer/zone` |
253 | 2024-06-17T17:29:14.817Z | Updating crates.io index |
254 | 2024-06-17T17:29:14.877Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
255 | 2024-06-17T17:29:15.676Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
256 | 2024-06-17T17:29:16.484Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
257 | 2024-06-17T17:29:16.762Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
258 | 2024-06-17T17:29:18.692Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
259 | 2024-06-17T17:29:19.228Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
260 | 2024-06-17T17:29:19.535Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
261 | 2024-06-17T17:29:20.603Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
262 | 2024-06-17T17:29:22.688Z | Updating git repository `https://github.com/oxidecomputer/opte` |
263 | 2024-06-17T17:29:23.781Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
264 | 2024-06-17T17:29:24.527Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
265 | 2024-06-17T17:29:25.135Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
266 | 2024-06-17T17:29:25.440Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
267 | 2024-06-17T17:29:25.821Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
268 | 2024-06-17T17:29:26.233Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
269 | 2024-06-17T17:29:26.566Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
270 | 2024-06-17T17:29:26.886Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
271 | 2024-06-17T17:29:27.181Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
272 | 2024-06-17T17:29:27.476Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
273 | 2024-06-17T17:29:27.824Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
274 | 2024-06-17T17:29:28.160Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
275 | 2024-06-17T17:29:28.482Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
276 | 2024-06-17T17:29:28.876Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
277 | 2024-06-17T17:29:29.485Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
278 | 2024-06-17T17:29:29.759Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
279 | 2024-06-17T17:29:30.113Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
280 | 2024-06-17T17:29:30.541Z | Updating git repository `https://github.com/oxidecomputer/typify` |
281 | 2024-06-17T17:29:32.506Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
282 | 2024-06-17T17:29:32.921Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
283 | 2024-06-17T17:29:33.260Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
284 | 2024-06-17T17:29:33.683Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
285 | 2024-06-17T17:29:34.846Z | Downloading crates ... |
286 | 2024-06-17T17:29:34.929Z | Downloaded block-buffer v0.10.4 |
287 | 2024-06-17T17:29:34.932Z | Downloaded autocfg v1.3.0 |
288 | 2024-06-17T17:29:34.932Z | Downloaded adler v1.0.2 |
289 | 2024-06-17T17:29:34.935Z | Downloaded anstyle-query v1.0.3 |
290 | 2024-06-17T17:29:34.935Z | Downloaded anstyle v1.0.7 |
291 | 2024-06-17T17:29:34.939Z | Downloaded bitflags v2.5.0 |
292 | 2024-06-17T17:29:34.942Z | Downloaded anstream v0.6.14 |
293 | 2024-06-17T17:29:34.947Z | Downloaded equivalent v1.0.1 |
294 | 2024-06-17T17:29:34.950Z | Downloaded foreign-types-shared v0.1.1 |
295 | 2024-06-17T17:29:34.953Z | Downloaded num_threads v0.1.7 |
296 | 2024-06-17T17:29:34.956Z | Downloaded num-conv v0.1.0 |
297 | 2024-06-17T17:29:34.956Z | Downloaded match_cfg v0.1.0 |
298 | 2024-06-17T17:29:34.959Z | Downloaded pin-utils v0.1.0 |
299 | 2024-06-17T17:29:34.962Z | Downloaded proc-macro-error-attr v1.0.4 |
300 | 2024-06-17T17:29:34.962Z | Downloaded pin-project-lite v0.2.14 |
301 | 2024-06-17T17:29:34.967Z | Downloaded pest_meta v2.7.10 |
302 | 2024-06-17T17:29:34.970Z | Downloaded futures-task v0.3.30 |
303 | 2024-06-17T17:29:34.973Z | Downloaded fnv v1.0.7 |
304 | 2024-06-17T17:29:34.973Z | Downloaded heck v0.4.1 |
305 | 2024-06-17T17:29:34.976Z | Downloaded is_terminal_polyfill v1.70.0 |
306 | 2024-06-17T17:29:34.976Z | Downloaded futures-macro v0.3.30 |
307 | 2024-06-17T17:29:34.976Z | Downloaded crypto-common v0.1.6 |
308 | 2024-06-17T17:29:34.979Z | Downloaded digest v0.10.7 |
309 | 2024-06-17T17:29:34.979Z | Downloaded pretty-hex v0.4.1 |
310 | 2024-06-17T17:29:34.982Z | Downloaded generic-array v0.14.7 |
311 | 2024-06-17T17:29:34.982Z | Downloaded fs-err v2.11.0 |
312 | 2024-06-17T17:29:34.985Z | Downloaded byteorder v1.5.0 |
313 | 2024-06-17T17:29:34.985Z | Downloaded tower-service v0.3.2 |
314 | 2024-06-17T17:29:34.990Z | Downloaded time-core v0.1.2 |
315 | 2024-06-17T17:29:34.990Z | Downloaded usdt-attr-macro v0.5.0 |
316 | 2024-06-17T17:29:34.990Z | Downloaded tinyvec_macros v0.1.1 |
317 | 2024-06-17T17:29:34.997Z | Downloaded usdt-macro v0.5.0 |
318 | 2024-06-17T17:29:34.997Z | Downloaded sync_wrapper v0.1.2 |
319 | 2024-06-17T17:29:34.997Z | Downloaded scopeguard v1.2.0 |
320 | 2024-06-17T17:29:34.997Z | Downloaded scroll_derive v0.12.0 |
321 | 2024-06-17T17:29:34.997Z | Downloaded dirs-sys-next v0.1.2 |
322 | 2024-06-17T17:29:34.997Z | Downloaded colorchoice v1.0.1 |
323 | 2024-06-17T17:29:34.997Z | Downloaded rustversion v1.0.17 |
324 | 2024-06-17T17:29:35.002Z | Downloaded strum v0.26.2 |
325 | 2024-06-17T17:29:35.002Z | Downloaded take_mut v0.2.2 |
326 | 2024-06-17T17:29:35.002Z | Downloaded swrite v0.1.0 |
327 | 2024-06-17T17:29:35.002Z | Downloaded futures-executor v0.3.30 |
328 | 2024-06-17T17:29:35.002Z | Downloaded dtrace-parser v0.2.0 |
329 | 2024-06-17T17:29:35.002Z | Downloaded plain v0.2.3 |
330 | 2024-06-17T17:29:35.005Z | Downloaded cargo_metadata v0.18.1 |
331 | 2024-06-17T17:29:35.008Z | Downloaded anstyle-parse v0.2.4 |
332 | 2024-06-17T17:29:35.008Z | Downloaded toml_datetime v0.6.6 |
333 | 2024-06-17T17:29:35.011Z | Downloaded slog-json v2.6.1 |
334 | 2024-06-17T17:29:35.011Z | Downloaded pkg-config v0.3.30 |
335 | 2024-06-17T17:29:35.014Z | Downloaded httparse v1.8.0 |
336 | 2024-06-17T17:29:35.014Z | Downloaded filetime v0.2.23 |
337 | 2024-06-17T17:29:35.017Z | Downloaded thread_local v1.1.8 |
338 | 2024-06-17T17:29:35.020Z | Downloaded tabled_derive v0.7.0 |
339 | 2024-06-17T17:29:35.020Z | Downloaded tokio-macros v2.2.0 |
340 | 2024-06-17T17:29:35.020Z | Downloaded camino v1.1.7 |
341 | 2024-06-17T17:29:35.022Z | Downloaded clap_derive v4.5.4 |
342 | 2024-06-17T17:29:35.025Z | Downloaded futures-sink v0.3.30 |
343 | 2024-06-17T17:29:35.025Z | Downloaded thiserror-impl v1.0.60 |
344 | 2024-06-17T17:29:35.028Z | Downloaded rustls-pemfile v1.0.4 |
345 | 2024-06-17T17:29:35.028Z | Downloaded is-terminal v0.4.12 |
346 | 2024-06-17T17:29:35.030Z | Downloaded terminal_size v0.3.0 |
347 | 2024-06-17T17:29:35.030Z | Downloaded md5 v0.7.0 |
348 | 2024-06-17T17:29:35.034Z | Downloaded foreign-types v0.3.2 |
349 | 2024-06-17T17:29:35.034Z | Downloaded strsim v0.11.1 |
350 | 2024-06-17T17:29:35.034Z | Downloaded openssl-probe v0.1.5 |
351 | 2024-06-17T17:29:35.037Z | Downloaded slog-async v2.8.0 |
352 | 2024-06-17T17:29:35.037Z | Downloaded cfg-if v1.0.0 |
353 | 2024-06-17T17:29:35.037Z | Downloaded slab v0.4.9 |
354 | 2024-06-17T17:29:35.040Z | Downloaded powerfmt v0.2.0 |
355 | 2024-06-17T17:29:35.040Z | Downloaded cargo-platform v0.1.8 |
356 | 2024-06-17T17:29:35.044Z | Downloaded openssl-macros v0.1.1 |
357 | 2024-06-17T17:29:35.044Z | Downloaded deranged v0.3.11 |
358 | 2024-06-17T17:29:35.044Z | Downloaded cpufeatures v0.2.12 |
359 | 2024-06-17T17:29:35.046Z | Downloaded mime v0.3.17 |
360 | 2024-06-17T17:29:35.046Z | Downloaded bytecount v0.6.8 |
361 | 2024-06-17T17:29:35.049Z | Downloaded try-lock v0.2.5 |
362 | 2024-06-17T17:29:35.049Z | Downloaded hyper-tls v0.5.0 |
363 | 2024-06-17T17:29:35.049Z | Downloaded hostname v0.3.1 |
364 | 2024-06-17T17:29:35.052Z | Downloaded pest_derive v2.7.10 |
365 | 2024-06-17T17:29:35.055Z | Downloaded parking_lot_core v0.9.10 |
366 | 2024-06-17T17:29:35.058Z | Downloaded quote v1.0.36 |
367 | 2024-06-17T17:29:35.060Z | Downloaded clap v4.5.4 |
368 | 2024-06-17T17:29:35.067Z | Downloaded strum_macros v0.26.2 |
369 | 2024-06-17T17:29:35.070Z | Downloaded smallvec v1.13.2 |
370 | 2024-06-17T17:29:35.073Z | Downloaded slog-bunyan v2.5.0 |
371 | 2024-06-17T17:29:35.073Z | Downloaded serde_spanned v0.6.6 |
372 | 2024-06-17T17:29:35.077Z | Downloaded num_cpus v1.16.0 |
373 | 2024-06-17T17:29:35.080Z | Downloaded semver v1.0.23 |
374 | 2024-06-17T17:29:35.081Z | Downloaded serde_urlencoded v0.7.1 |
375 | 2024-06-17T17:29:35.083Z | Downloaded crc32fast v1.4.0 |
376 | 2024-06-17T17:29:35.084Z | Downloaded pest_generator v2.7.10 |
377 | 2024-06-17T17:29:35.084Z | Downloaded signal-hook-registry v1.4.2 |
378 | 2024-06-17T17:29:35.087Z | Downloaded tokio-native-tls v0.3.1 |
379 | 2024-06-17T17:29:35.087Z | Downloaded thiserror v1.0.60 |
380 | 2024-06-17T17:29:35.090Z | Downloaded percent-encoding v2.3.1 |
381 | 2024-06-17T17:29:35.094Z | Downloaded want v0.3.1 |
382 | 2024-06-17T17:29:35.094Z | Downloaded xattr v1.3.1 |
383 | 2024-06-17T17:29:35.098Z | Downloaded thread-id v4.2.1 |
384 | 2024-06-17T17:29:35.098Z | Downloaded utf8parse v0.2.1 |
385 | 2024-06-17T17:29:35.098Z | Downloaded version_check v0.9.4 |
386 | 2024-06-17T17:29:35.101Z | Downloaded scroll v0.12.0 |
387 | 2024-06-17T17:29:35.101Z | Downloaded lock_api v0.4.12 |
388 | 2024-06-17T17:29:35.101Z | Downloaded base64 v0.21.7 |
389 | 2024-06-17T17:29:35.105Z | Downloaded futures-io v0.3.30 |
390 | 2024-06-17T17:29:35.108Z | Downloaded once_cell v1.19.0 |
391 | 2024-06-17T17:29:35.113Z | Downloaded usdt-impl v0.5.0 |
392 | 2024-06-17T17:29:35.113Z | Downloaded usdt v0.5.0 |
393 | 2024-06-17T17:29:35.114Z | Downloaded crossbeam-utils v0.8.19 |
394 | 2024-06-17T17:29:35.117Z | Downloaded unicode-width v0.1.12 |
395 | 2024-06-17T17:29:35.117Z | Downloaded tinyvec v1.6.0 |
396 | 2024-06-17T17:29:35.120Z | Downloaded native-tls v0.2.11 |
397 | 2024-06-17T17:29:35.120Z | Downloaded cc v1.0.97 |
398 | 2024-06-17T17:29:35.125Z | Downloaded papergrid v0.11.0 |
399 | 2024-06-17T17:29:35.128Z | Downloaded typenum v1.17.0 |
400 | 2024-06-17T17:29:35.131Z | Downloaded term v0.7.0 |
401 | 2024-06-17T17:29:35.135Z | Downloaded slog-term v2.9.1 |
402 | 2024-06-17T17:29:35.138Z | Downloaded time-macros v0.2.18 |
403 | 2024-06-17T17:29:35.138Z | Downloaded tar v0.4.40 |
404 | 2024-06-17T17:29:35.141Z | Downloaded zerocopy-derive v0.7.34 |
405 | 2024-06-17T17:29:35.144Z | Downloaded http v0.2.12 |
406 | 2024-06-17T17:29:35.148Z | Downloaded parking_lot v0.12.2 |
407 | 2024-06-17T17:29:35.151Z | Downloaded proc-macro2 v1.0.82 |
408 | 2024-06-17T17:29:35.154Z | Downloaded unicode-bidi v0.3.15 |
409 | 2024-06-17T17:29:35.157Z | Downloaded memchr v2.7.2 |
410 | 2024-06-17T17:29:35.163Z | Downloaded slog v2.7.0 |
411 | 2024-06-17T17:29:35.166Z | Downloaded unicode-ident v1.0.12 |
412 | 2024-06-17T17:29:35.169Z | Downloaded toml v0.8.13 |
413 | 2024-06-17T17:29:35.172Z | Downloaded ucd-trie v0.1.6 |
414 | 2024-06-17T17:29:35.172Z | Downloaded ryu v1.0.18 |
415 | 2024-06-17T17:29:35.175Z | Downloaded tracing-core v0.1.32 |
416 | 2024-06-17T17:29:35.183Z | Downloaded url v2.5.0 |
417 | 2024-06-17T17:29:35.186Z | Downloaded serde v1.0.203 |
418 | 2024-06-17T17:29:35.186Z | Downloaded socket2 v0.5.7 |
419 | 2024-06-17T17:29:35.189Z | Downloaded openssl-sys v0.9.102 |
420 | 2024-06-17T17:29:35.192Z | Downloaded pest v2.7.10 |
421 | 2024-06-17T17:29:35.197Z | Downloaded mio v0.8.11 |
422 | 2024-06-17T17:29:35.202Z | Downloaded h2 v0.3.26 |
423 | 2024-06-17T17:29:35.209Z | Downloaded tracing v0.1.40 |
424 | 2024-06-17T17:29:35.214Z | Downloaded hashbrown v0.14.5 |
425 | 2024-06-17T17:29:35.218Z | Downloaded toml_edit v0.22.13 |
426 | 2024-06-17T17:29:35.243Z | Downloaded tokio-util v0.7.11 |
427 | 2024-06-17T17:29:35.249Z | Downloaded unicode-normalization v0.1.23 |
428 | 2024-06-17T17:29:35.253Z | Downloaded time v0.3.36 |
429 | 2024-06-17T17:29:35.257Z | Downloaded openssl v0.10.64 |
430 | 2024-06-17T17:29:35.268Z | Downloaded zerocopy v0.7.34 |
431 | 2024-06-17T17:29:35.283Z | Downloaded winnow v0.6.8 |
432 | 2024-06-17T17:29:35.290Z | Downloaded reqwest v0.11.27 |
433 | 2024-06-17T17:29:35.298Z | Downloaded serde_json v1.0.117 |
434 | 2024-06-17T17:29:35.304Z | Downloaded idna v0.5.0 |
435 | 2024-06-17T17:29:35.313Z | Downloaded vcpkg v0.2.15 |
436 | 2024-06-17T17:29:35.347Z | Downloaded syn v2.0.64 |
437 | 2024-06-17T17:29:35.358Z | Downloaded tabled v0.15.0 |
438 | 2024-06-17T17:29:35.373Z | Downloaded rustix v0.38.34 |
439 | 2024-06-17T17:29:35.396Z | Downloaded libc v0.2.155 |
440 | 2024-06-17T17:29:35.419Z | Downloaded tokio v1.37.0 |
441 | 2024-06-17T17:29:35.450Z | Downloaded encoding_rs v0.8.34 |
442 | 2024-06-17T17:29:35.469Z | Downloaded syn v1.0.109 |
443 | 2024-06-17T17:29:35.478Z | Downloaded goblin v0.8.2 |
444 | 2024-06-17T17:29:35.485Z | Downloaded hyper v0.14.28 |
445 | 2024-06-17T17:29:35.490Z | Downloaded clap_builder v4.5.2 |
446 | 2024-06-17T17:29:35.496Z | Downloaded futures-util v0.3.30 |
447 | 2024-06-17T17:29:35.509Z | Downloaded crossbeam-channel v0.5.12 |
448 | 2024-06-17T17:29:35.512Z | Downloaded indexmap v2.2.6 |
449 | 2024-06-17T17:29:35.515Z | Downloaded flate2 v1.0.30 |
450 | 2024-06-17T17:29:35.518Z | Downloaded futures v0.3.30 |
451 | 2024-06-17T17:29:35.522Z | Downloaded bytes v1.6.0 |
452 | 2024-06-17T17:29:35.525Z | Downloaded serde_derive v1.0.203 |
453 | 2024-06-17T17:29:35.529Z | Downloaded miniz_oxide v0.7.2 |
454 | 2024-06-17T17:29:35.534Z | Downloaded cargo_toml v0.20.2 |
455 | 2024-06-17T17:29:35.534Z | Downloaded macaddr v1.0.1 |
456 | 2024-06-17T17:29:35.534Z | Downloaded memmap v0.7.0 |
457 | 2024-06-17T17:29:35.538Z | Downloaded itoa v1.0.11 |
458 | 2024-06-17T17:29:35.538Z | Downloaded httpdate v1.0.3 |
459 | 2024-06-17T17:29:35.538Z | Downloaded http-body v0.4.6 |
460 | 2024-06-17T17:29:35.538Z | Downloaded heck v0.5.0 |
461 | 2024-06-17T17:29:35.538Z | Downloaded futures-core v0.3.30 |
462 | 2024-06-17T17:29:35.542Z | Downloaded dof v0.3.0 |
463 | 2024-06-17T17:29:35.542Z | Downloaded dirs-next v2.0.0 |
464 | 2024-06-17T17:29:35.542Z | Downloaded sha2 v0.10.8 |
465 | 2024-06-17T17:29:35.545Z | Downloaded serde_tokenstream v0.2.0 |
466 | 2024-06-17T17:29:35.545Z | Downloaded log v0.4.21 |
467 | 2024-06-17T17:29:35.547Z | Downloaded anyhow v1.0.86 |
468 | 2024-06-17T17:29:35.550Z | Downloaded proc-macro-error v1.0.4 |
469 | 2024-06-17T17:29:35.553Z | Downloaded ipnet v2.9.0 |
470 | 2024-06-17T17:29:35.556Z | Downloaded futures-channel v0.3.30 |
471 | 2024-06-17T17:29:35.556Z | Downloaded form_urlencoded v1.2.1 |
472 | 2024-06-17T17:29:35.556Z | Downloaded errno v0.3.9 |
473 | 2024-06-17T17:29:35.559Z | Downloaded clap_lex v0.7.0 |
474 | 2024-06-17T17:29:35.838Z | Compiling proc-macro2 v1.0.82 |
475 | 2024-06-17T17:29:35.839Z | Compiling unicode-ident v1.0.12 |
476 | 2024-06-17T17:29:35.839Z | Compiling libc v0.2.155 |
477 | 2024-06-17T17:29:35.842Z | Compiling version_check v0.9.4 |
478 | 2024-06-17T17:29:35.842Z | Compiling cfg-if v1.0.0 |
479 | 2024-06-17T17:29:35.842Z | Compiling once_cell v1.19.0 |
480 | 2024-06-17T17:29:35.842Z | Compiling itoa v1.0.11 |
481 | 2024-06-17T17:29:35.883Z | Compiling autocfg v1.3.0 |
482 | 2024-06-17T17:29:35.990Z | Compiling serde v1.0.203 |
483 | 2024-06-17T17:29:36.082Z | Compiling memchr v2.7.2 |
484 | 2024-06-17T17:29:36.149Z | Compiling thiserror v1.0.60 |
485 | 2024-06-17T17:29:36.333Z | Compiling ryu v1.0.18 |
486 | 2024-06-17T17:29:36.642Z | Compiling pin-project-lite v0.2.14 |
487 | 2024-06-17T17:29:36.674Z | Compiling bitflags v2.5.0 |
488 | 2024-06-17T17:29:36.761Z | Compiling vcpkg v0.2.15 |
489 | 2024-06-17T17:29:36.797Z | Compiling lock_api v0.4.12 |
490 | 2024-06-17T17:29:36.995Z | Compiling pkg-config v0.3.30 |
491 | 2024-06-17T17:29:37.505Z | Compiling cc v1.0.97 |
492 | 2024-06-17T17:29:38.080Z | Compiling parking_lot_core v0.9.10 |
493 | 2024-06-17T17:29:38.296Z | Compiling ucd-trie v0.1.6 |
494 | 2024-06-17T17:29:38.701Z | Compiling slab v0.4.9 |
495 | 2024-06-17T17:29:38.935Z | Compiling scopeguard v1.2.0 |
496 | 2024-06-17T17:29:38.980Z | Compiling smallvec v1.13.2 |
497 | 2024-06-17T17:29:39.033Z | Compiling futures-sink v0.3.30 |
498 | 2024-06-17T17:29:39.073Z | Compiling bytes v1.6.0 |
499 | 2024-06-17T17:29:39.076Z | Compiling futures-core v0.3.30 |
500 | 2024-06-17T17:29:39.385Z | Compiling hashbrown v0.14.5 |
501 | 2024-06-17T17:29:39.477Z | Compiling log v0.4.21 |
502 | 2024-06-17T17:29:39.566Z | Compiling byteorder v1.5.0 |
503 | 2024-06-17T17:29:39.621Z | Compiling fnv v1.0.7 |
504 | 2024-06-17T17:29:39.764Z | Compiling equivalent v1.0.1 |
505 | 2024-06-17T17:29:39.873Z | Compiling quote v1.0.36 |
506 | 2024-06-17T17:29:39.890Z | Compiling serde_json v1.0.117 |
507 | 2024-06-17T17:29:40.260Z | Compiling syn v2.0.64 |
508 | 2024-06-17T17:29:40.293Z | Compiling openssl-sys v0.9.102 |
509 | 2024-06-17T17:29:40.348Z | Compiling mio v0.8.11 |
510 | 2024-06-17T17:29:40.522Z | Compiling parking_lot v0.12.2 |
511 | 2024-06-17T17:29:40.567Z | Compiling num_cpus v1.16.0 |
512 | 2024-06-17T17:29:40.689Z | Compiling indexmap v2.2.6 |
513 | 2024-06-17T17:29:40.712Z | Compiling signal-hook-registry v1.4.2 |
514 | 2024-06-17T17:29:40.808Z | Compiling socket2 v0.5.7 |
515 | 2024-06-17T17:29:40.831Z | Compiling futures-channel v0.3.30 |
516 | 2024-06-17T17:29:41.251Z | Compiling futures-io v0.3.30 |
517 | 2024-06-17T17:29:41.477Z | Compiling pin-utils v0.1.0 |
518 | 2024-06-17T17:29:41.589Z | Compiling typenum v1.17.0 |
519 | 2024-06-17T17:29:41.592Z | Compiling futures-task v0.3.30 |
520 | 2024-06-17T17:29:41.738Z | Compiling rustix v0.38.34 |
521 | 2024-06-17T17:29:41.926Z | Compiling errno v0.3.9 |
522 | 2024-06-17T17:29:41.946Z | Compiling generic-array v0.14.7 |
523 | 2024-06-17T17:29:42.034Z | Compiling slog v2.7.0 |
524 | 2024-06-17T17:29:42.141Z | Compiling foreign-types-shared v0.1.1 |
525 | 2024-06-17T17:29:42.222Z | Compiling openssl v0.10.64 |
526 | 2024-06-17T17:29:42.249Z | Compiling foreign-types v0.3.2 |
527 | 2024-06-17T17:29:42.399Z | Compiling http v0.2.12 |
528 | 2024-06-17T17:29:42.565Z | Compiling usdt-impl v0.5.0 |
529 | 2024-06-17T17:29:42.603Z | Compiling proc-macro-error-attr v1.0.4 |
530 | 2024-06-17T17:29:42.813Z | Compiling tracing-core v0.1.32 |
531 | 2024-06-17T17:29:42.861Z | Compiling num-conv v0.1.0 |
532 | 2024-06-17T17:29:42.988Z | Compiling native-tls v0.2.11 |
533 | 2024-06-17T17:29:43.158Z | Compiling httparse v1.8.0 |
534 | 2024-06-17T17:29:43.299Z | Compiling tinyvec_macros v0.1.1 |
535 | 2024-06-17T17:29:43.394Z | Compiling powerfmt v0.2.0 |
536 | 2024-06-17T17:29:43.565Z | Compiling time-core v0.1.2 |
537 | 2024-06-17T17:29:43.743Z | Compiling syn v1.0.109 |
538 | 2024-06-17T17:29:43.790Z | Compiling time-macros v0.2.18 |
539 | 2024-06-17T17:29:44.055Z | Compiling deranged v0.3.11 |
540 | 2024-06-17T17:29:44.376Z | Compiling tracing v0.1.40 |
541 | 2024-06-17T17:29:44.703Z | Compiling tinyvec v1.6.0 |
542 | 2024-06-17T17:29:44.813Z | Compiling thread-id v4.2.1 |
543 | 2024-06-17T17:29:45.130Z | Compiling proc-macro-error v1.0.4 |
544 | 2024-06-17T17:29:45.312Z | Compiling heck v0.4.1 |
545 | 2024-06-17T17:29:45.406Z | Compiling crossbeam-utils v0.8.19 |
546 | 2024-06-17T17:29:45.695Z | Compiling utf8parse v0.2.1 |
547 | 2024-06-17T17:29:45.829Z | Compiling try-lock v0.2.5 |
548 | 2024-06-17T17:29:45.848Z | Compiling percent-encoding v2.3.1 |
549 | 2024-06-17T17:29:45.887Z | Compiling num_threads v0.1.7 |
550 | 2024-06-17T17:29:45.948Z | Compiling openssl-probe v0.1.5 |
551 | 2024-06-17T17:29:45.967Z | Compiling rustversion v1.0.17 |
552 | 2024-06-17T17:29:46.007Z | Compiling plain v0.2.3 |
553 | 2024-06-17T17:29:46.055Z | Compiling form_urlencoded v1.2.1 |
554 | 2024-06-17T17:29:46.164Z | Compiling unicode-normalization v0.1.23 |
555 | 2024-06-17T17:29:46.220Z | Compiling want v0.3.1 |
556 | 2024-06-17T17:29:46.252Z | Compiling anstyle-parse v0.2.4 |
557 | 2024-06-17T17:29:46.691Z | Compiling http-body v0.4.6 |
558 | 2024-06-17T17:29:47.195Z | Compiling dirs-sys-next v0.1.2 |
559 | 2024-06-17T17:29:47.233Z | Compiling unicode-bidi v0.3.15 |
560 | 2024-06-17T17:29:47.273Z | Compiling time v0.3.36 |
561 | 2024-06-17T17:29:47.313Z | Compiling anstyle-query v1.0.3 |
562 | 2024-06-17T17:29:47.462Z | Compiling camino v1.1.7 |
563 | 2024-06-17T17:29:47.516Z | Compiling anstyle v1.0.7 |
564 | 2024-06-17T17:29:47.834Z | Compiling winnow v0.6.8 |
565 | 2024-06-17T17:29:47.977Z | Compiling httpdate v1.0.3 |
566 | 2024-06-17T17:29:48.081Z | Compiling semver v1.0.23 |
567 | 2024-06-17T17:29:48.178Z | Compiling colorchoice v1.0.1 |
568 | 2024-06-17T17:29:48.333Z | Compiling crc32fast v1.4.0 |
569 | 2024-06-17T17:29:48.483Z | Compiling tower-service v0.3.2 |
570 | 2024-06-17T17:29:48.573Z | Compiling pretty-hex v0.4.1 |
571 | 2024-06-17T17:29:48.610Z | Compiling is_terminal_polyfill v1.70.0 |
572 | 2024-06-17T17:29:48.744Z | Compiling anstream v0.6.14 |
573 | 2024-06-17T17:29:48.843Z | Compiling idna v0.5.0 |
574 | 2024-06-17T17:29:48.891Z | Compiling dirs-next v2.0.0 |
575 | 2024-06-17T17:29:50.189Z | Compiling block-buffer v0.10.4 |
576 | 2024-06-17T17:29:50.334Z | Compiling crypto-common v0.1.6 |
577 | 2024-06-17T17:29:50.413Z | Compiling terminal_size v0.3.0 |
578 | 2024-06-17T17:29:50.529Z | Compiling fs-err v2.11.0 |
579 | 2024-06-17T17:29:50.553Z | Compiling thread_local v1.1.8 |
580 | 2024-06-17T17:29:50.553Z | Compiling strsim v0.11.1 |
581 | 2024-06-17T17:29:50.600Z | Compiling unicode-width v0.1.12 |
582 | 2024-06-17T17:29:50.781Z | Compiling bytecount v0.6.8 |
583 | 2024-06-17T17:29:50.821Z | Compiling heck v0.5.0 |
584 | 2024-06-17T17:29:50.983Z | Compiling anyhow v1.0.86 |
585 | 2024-06-17T17:29:51.106Z | Compiling slog-async v2.8.0 |
586 | 2024-06-17T17:29:51.133Z | Compiling adler v1.0.2 |
587 | 2024-06-17T17:29:51.309Z | Compiling match_cfg v0.1.0 |
588 | 2024-06-17T17:29:51.370Z | Compiling base64 v0.21.7 |
589 | 2024-06-17T17:29:51.424Z | Compiling clap_lex v0.7.0 |
590 | 2024-06-17T17:29:51.519Z | Compiling hostname v0.3.1 |
591 | 2024-06-17T17:29:51.601Z | Compiling miniz_oxide v0.7.2 |
592 | 2024-06-17T17:29:51.708Z | Compiling clap_builder v4.5.2 |
593 | 2024-06-17T17:29:51.756Z | Compiling papergrid v0.11.0 |
594 | 2024-06-17T17:29:51.920Z | Compiling rustls-pemfile v1.0.4 |
595 | 2024-06-17T17:29:51.955Z | Compiling digest v0.10.7 |
596 | 2024-06-17T17:29:52.186Z | Compiling crossbeam-channel v0.5.12 |
597 | 2024-06-17T17:29:52.363Z | Compiling url v2.5.0 |
598 | 2024-06-17T17:29:52.385Z | Compiling term v0.7.0 |
599 | 2024-06-17T17:29:52.747Z | Compiling serde_derive v1.0.203 |
600 | 2024-06-17T17:29:53.209Z | Compiling thiserror-impl v1.0.60 |
601 | 2024-06-17T17:29:53.236Z | Compiling zerocopy-derive v0.7.34 |
602 | 2024-06-17T17:29:53.288Z | Compiling tokio-macros v2.2.0 |
603 | 2024-06-17T17:29:54.000Z | Compiling futures-macro v0.3.30 |
604 | 2024-06-17T17:29:54.267Z | Compiling scroll_derive v0.12.0 |
605 | 2024-06-17T17:29:55.024Z | Compiling tokio v1.37.0 |
606 | 2024-06-17T17:29:55.585Z | Compiling zerocopy v0.7.34 |
607 | 2024-06-17T17:29:55.770Z | Compiling openssl-macros v0.1.1 |
608 | 2024-06-17T17:29:56.047Z | Compiling scroll v0.12.0 |
609 | 2024-06-17T17:29:56.073Z | Compiling futures-util v0.3.30 |
610 | 2024-06-17T17:29:56.651Z | Compiling goblin v0.8.2 |
611 | 2024-06-17T17:29:56.773Z | Compiling pest v2.7.10 |
612 | 2024-06-17T17:29:57.180Z | Compiling tabled_derive v0.7.0 |
613 | 2024-06-17T17:29:59.718Z | Compiling pest_meta v2.7.10 |
614 | 2024-06-17T17:29:59.737Z | Compiling clap_derive v4.5.4 |
615 | 2024-06-17T17:30:02.298Z | Compiling pest_generator v2.7.10 |
616 | 2024-06-17T17:30:04.389Z | Compiling tokio-util v0.7.11 |
617 | 2024-06-17T17:30:05.100Z | Compiling pest_derive v2.7.10 |
618 | 2024-06-17T17:30:05.190Z | Compiling futures-executor v0.3.30 |
619 | 2024-06-17T17:30:05.496Z | Compiling h2 v0.3.26 |
620 | 2024-06-17T17:30:05.696Z | Compiling tokio-native-tls v0.3.1 |
621 | 2024-06-17T17:30:05.775Z | Compiling strum_macros v0.26.2 |
622 | 2024-06-17T17:30:05.882Z | Compiling dtrace-parser v0.2.0 |
623 | 2024-06-17T17:30:06.291Z | Compiling xattr v1.3.1 |
624 | 2024-06-17T17:30:06.593Z | Compiling is-terminal v0.4.12 |
625 | 2024-06-17T17:30:06.732Z | Compiling memmap v0.7.0 |
626 | 2024-06-17T17:30:07.085Z | Compiling filetime v0.2.23 |
627 | 2024-06-17T17:30:07.253Z | Compiling encoding_rs v0.8.34 |
628 | 2024-06-17T17:30:07.867Z | Compiling serde_tokenstream v0.2.0 |
629 | 2024-06-17T17:30:08.127Z | Compiling serde_spanned v0.6.6 |
630 | 2024-06-17T17:30:08.352Z | Compiling toml_datetime v0.6.6 |
631 | 2024-06-17T17:30:08.875Z | Compiling toml_edit v0.22.13 |
632 | 2024-06-17T17:30:09.190Z | Compiling dof v0.3.0 |
633 | 2024-06-17T17:30:10.283Z | Compiling hyper v0.14.28 |
634 | 2024-06-17T17:30:11.015Z | Compiling slog-json v2.6.1 |
635 | 2024-06-17T17:30:11.459Z | Compiling cargo-platform v0.1.8 |
636 | 2024-06-17T17:30:11.836Z | Compiling serde_urlencoded v0.7.1 |
637 | 2024-06-17T17:30:12.055Z | Compiling toml v0.8.13 |
638 | 2024-06-17T17:30:12.386Z | Compiling cpufeatures v0.2.12 |
639 | 2024-06-17T17:30:12.410Z | Compiling usdt-attr-macro v0.5.0 |
640 | 2024-06-17T17:30:12.413Z | Compiling usdt-macro v0.5.0 |
641 | 2024-06-17T17:30:12.481Z | Compiling mime v0.3.17 |
642 | 2024-06-17T17:30:12.648Z | Compiling sync_wrapper v0.1.2 |
643 | 2024-06-17T17:30:12.779Z | Compiling take_mut v0.2.2 |
644 | 2024-06-17T17:30:12.861Z | Compiling ipnet v2.9.0 |
645 | 2024-06-17T17:30:13.065Z | Compiling cargo_toml v0.20.2 |
646 | 2024-06-17T17:30:13.686Z | Compiling sha2 v0.10.8 |
647 | 2024-06-17T17:30:13.880Z | Compiling cargo_metadata v0.18.1 |
648 | 2024-06-17T17:30:13.903Z | Compiling usdt v0.5.0 |
649 | 2024-06-17T17:30:14.074Z | Compiling hyper-tls v0.5.0 |
650 | 2024-06-17T17:30:14.121Z | Compiling slog-bunyan v2.5.0 |
651 | 2024-06-17T17:30:14.313Z | Compiling strum v0.26.2 |
652 | 2024-06-17T17:30:14.389Z | Compiling reqwest v0.11.27 |
653 | 2024-06-17T17:30:14.413Z | Compiling macaddr v1.0.1 |
654 | 2024-06-17T17:30:14.486Z | Compiling tar v0.4.40 |
655 | 2024-06-17T17:30:14.872Z | Compiling slog-term v2.9.1 |
656 | 2024-06-17T17:30:16.129Z | Compiling flate2 v1.0.30 |
657 | 2024-06-17T17:30:16.415Z | Compiling futures v0.3.30 |
658 | 2024-06-17T17:30:16.541Z | Compiling clap v4.5.4 |
659 | 2024-06-17T17:30:16.612Z | Compiling tabled v0.15.0 |
660 | 2024-06-17T17:30:17.131Z | Compiling md5 v0.7.0 |
661 | 2024-06-17T17:30:17.245Z | Compiling swrite v0.1.0 |
662 | 2024-06-17T17:30:21.180Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
663 | 2024-06-17T17:30:28.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
664 | 2024-06-17T17:30:28.922Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
665 | 2024-06-17T17:30:28.979Z | Jun 17 17:30:28.027 INFO Starting download, target: Clickhouse |
666 | 2024-06-17T17:30:28.979Z | Jun 17 17:30:28.027 INFO Starting download, target: Cockroach |
667 | 2024-06-17T17:30:28.982Z | Jun 17 17:30:28.027 INFO Starting download, target: Console |
668 | 2024-06-17T17:30:28.982Z | Jun 17 17:30:28.027 INFO Starting download, target: DendriteOpenapi |
669 | 2024-06-17T17:30:28.982Z | Jun 17 17:30:28.027 INFO Starting download, target: DendriteStub |
670 | 2024-06-17T17:30:28.982Z | Jun 17 17:30:28.027 INFO Starting download, target: MaghemiteMgd |
671 | 2024-06-17T17:30:28.982Z | Jun 17 17:30:28.027 INFO Starting download, target: TransceiverControl |
672 | 2024-06-17T17:30:28.982Z | Jun 17 17:30:28.028 INFO Downloading out/downloads/console.tar.gz, target: Console |
673 | 2024-06-17T17:30:28.982Z | Jun 17 17:30:28.028 INFO Downloading out/downloads/dpd-861c00bacbdf7a6e22471f0dabd8f926409b5292.json, target: DendriteOpenapi |
674 | 2024-06-17T17:30:28.982Z | Jun 17 17:30:28.028 INFO Downloading out/downloads/mgd.tar.gz, target: MaghemiteMgd |
675 | 2024-06-17T17:30:28.982Z | Jun 17 17:30:28.029 INFO Downloading out/downloads/xcvradm.gz, target: TransceiverControl |
676 | 2024-06-17T17:30:28.982Z | Jun 17 17:30:28.029 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz, target: Clickhouse |
677 | 2024-06-17T17:30:28.982Z | Jun 17 17:30:28.029 INFO Downloading out/downloads/dendrite-stub.tar.gz, target: DendriteStub |
678 | 2024-06-17T17:30:28.982Z | Jun 17 17:30:28.029 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
679 | 2024-06-17T17:30:29.420Z | Jun 17 17:30:28.466 INFO Download complete, target: DendriteOpenapi |
680 | 2024-06-17T17:30:29.487Z | Jun 17 17:30:28.526 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
681 | 2024-06-17T17:30:29.813Z | Jun 17 17:30:28.847 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
682 | 2024-06-17T17:30:30.134Z | Jun 17 17:30:29.172 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
683 | 2024-06-17T17:30:30.159Z | Jun 17 17:30:29.200 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
684 | 2024-06-17T17:30:30.180Z | Jun 17 17:30:29.205 INFO Download complete, target: Console |
685 | 2024-06-17T17:30:30.240Z | Jun 17 17:30:29.284 INFO Download complete, target: TransceiverControl |
686 | 2024-06-17T17:30:32.461Z | Jun 17 17:30:31.509 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
687 | 2024-06-17T17:30:33.300Z | Jun 17 17:30:32.347 INFO Download complete, target: DendriteStub |
688 | 2024-06-17T17:30:33.487Z | Jun 17 17:30:32.534 INFO Download complete, target: MaghemiteMgd |
689 | 2024-06-17T17:30:35.982Z | Jun 17 17:30:35.029 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
690 | 2024-06-17T17:30:35.982Z | Jun 17 17:30:35.029 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
691 | 2024-06-17T17:30:44.262Z | Jun 17 17:30:43.307 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
692 | 2024-06-17T17:30:44.624Z | Jun 17 17:30:43.669 INFO Checking that binary works, target: Cockroach |
693 | 2024-06-17T17:30:44.888Z | Jun 17 17:30:43.934 INFO Download complete, target: Cockroach |
694 | 2024-06-17T17:30:47.084Z | Jun 17 17:30:46.129 INFO Checking that binary works, target: Clickhouse |
695 | 2024-06-17T17:30:47.668Z | Jun 17 17:30:46.713 INFO Download complete, target: Clickhouse |
696 | 2024-06-17T17:30:48.024Z | All builder prerequisites installed successfully, and PATH looks valid |
697 | 2024-06-17T17:30:48.027Z | |
698 | 2024-06-17T17:30:48.027Z | real 2:46.801852648 |
699 | 2024-06-17T17:30:48.027Z | user 5:43.270685556 |
700 | 2024-06-17T17:30:48.027Z | sys 1:17.376408389 |
701 | 2024-06-17T17:30:48.027Z | trap 0.200634310 |
702 | 2024-06-17T17:30:48.027Z | tflt 4.645692919 |
703 | 2024-06-17T17:30:48.027Z | dflt 6.964623277 |
704 | 2024-06-17T17:30:48.027Z | kflt 0.354327777 |
705 | 2024-06-17T17:30:48.027Z | lock 14:29.197289452 |
706 | 2024-06-17T17:30:48.027Z | slp 18:07.488888237 |
707 | 2024-06-17T17:30:48.027Z | lat 18.171482160 |
708 | 2024-06-17T17:30:48.027Z | stop 58.533880219 |
709 | 2024-06-17T17:30:48.030Z | |
710 | 2024-06-17T17:30:48.030Z | #### # # ##### ##### # # |
711 | 2024-06-17T17:30:48.030Z | # # # # # # # # # # |
712 | 2024-06-17T17:30:48.030Z | # # # # # # # # |
713 | 2024-06-17T17:30:48.030Z | # # # ##### ##### # |
714 | 2024-06-17T17:30:48.030Z | # # # # # # # |
715 | 2024-06-17T17:30:48.030Z | #### ###### # # # # |
716 | 2024-06-17T17:30:48.030Z | |
717 | 2024-06-17T17:30:48.552Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
718 | 2024-06-17T17:30:55.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.54s |
719 | 2024-06-17T17:30:55.683Z | Running `target/debug/xtask clippy` |
720 | 2024-06-17T17:30:55.704Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" |
721 | 2024-06-17T17:30:56.305Z | Downloading crates ... |
722 | 2024-06-17T17:30:56.488Z | Downloaded aead v0.5.2 |
723 | 2024-06-17T17:30:56.491Z | Downloaded assert_matches v1.5.0 |
724 | 2024-06-17T17:30:56.493Z | Downloaded async-stream v0.3.5 |
725 | 2024-06-17T17:30:56.497Z | Downloaded anes v0.1.6 |
726 | 2024-06-17T17:30:56.500Z | Downloaded arrayvec v0.7.4 |
727 | 2024-06-17T17:30:56.503Z | Downloaded arc-swap v1.7.1 |
728 | 2024-06-17T17:30:56.506Z | Downloaded cfg_aliases v0.1.1 |
729 | 2024-06-17T17:30:56.509Z | Downloaded atomicwrites v0.4.3 |
730 | 2024-06-17T17:30:56.511Z | Downloaded newline-converter v0.3.0 |
731 | 2024-06-17T17:30:56.514Z | Downloaded cstr-argument v0.1.2 |
732 | 2024-06-17T17:30:56.514Z | Downloaded crunchy v0.2.2 |
733 | 2024-06-17T17:30:56.514Z | Downloaded bitstruct_derive v0.1.0 |
734 | 2024-06-17T17:30:56.522Z | Downloaded nested v0.1.1 |
735 | 2024-06-17T17:30:56.525Z | Downloaded lalrpop-util v0.19.12 |
736 | 2024-06-17T17:30:56.525Z | Downloaded defmt-macros v0.3.9 |
737 | 2024-06-17T17:30:56.528Z | Downloaded async-stream-impl v0.3.5 |
738 | 2024-06-17T17:30:56.531Z | Downloaded number_prefix v0.4.0 |
739 | 2024-06-17T17:30:56.533Z | Downloaded pathdiff v0.2.1 |
740 | 2024-06-17T17:30:56.533Z | Downloaded opaque-debug v0.3.1 |
741 | 2024-06-17T17:30:56.538Z | Downloaded phf_shared v0.10.0 |
742 | 2024-06-17T17:30:56.541Z | Downloaded normalize-line-endings v0.3.0 |
743 | 2024-06-17T17:30:56.541Z | Downloaded atty v0.2.14 |
744 | 2024-06-17T17:30:56.541Z | Downloaded plotters-svg v0.3.5 |
745 | 2024-06-17T17:30:56.544Z | Downloaded newtype-uuid v1.1.0 |
746 | 2024-06-17T17:30:56.547Z | Downloaded lru-cache v0.1.2 |
747 | 2024-06-17T17:30:56.547Z | Downloaded nibble_vec v0.1.0 |
748 | 2024-06-17T17:30:56.549Z | Downloaded multimap v0.10.0 |
749 | 2024-06-17T17:30:56.549Z | Downloaded new_debug_unreachable v1.0.6 |
750 | 2024-06-17T17:30:56.552Z | Downloaded linked-hash-map v0.5.6 |
751 | 2024-06-17T17:30:56.552Z | Downloaded base16ct v0.2.0 |
752 | 2024-06-17T17:30:56.555Z | Downloaded newtype_derive v0.1.6 |
753 | 2024-06-17T17:30:56.557Z | Downloaded cipher v0.4.4 |
754 | 2024-06-17T17:30:56.557Z | Downloaded libsw v3.3.1 |
755 | 2024-06-17T17:30:56.560Z | Downloaded convert_case v0.4.0 |
756 | 2024-06-17T17:30:56.563Z | Downloaded pem v3.0.4 |
757 | 2024-06-17T17:30:56.563Z | Downloaded packed_struct_codegen v0.10.1 |
758 | 2024-06-17T17:30:56.565Z | Downloaded paste v1.0.15 |
759 | 2024-06-17T17:30:56.568Z | Downloaded num-iter v0.1.45 |
760 | 2024-06-17T17:30:56.572Z | Downloaded cexpr v0.6.0 |
761 | 2024-06-17T17:30:56.575Z | Downloaded bit-vec v0.6.3 |
762 | 2024-06-17T17:30:56.575Z | Downloaded parse-display-derive v0.9.0 |
763 | 2024-06-17T17:30:56.575Z | Downloaded mime_guess v2.0.4 |
764 | 2024-06-17T17:30:56.577Z | Downloaded plotters-backend v0.3.5 |
765 | 2024-06-17T17:30:56.580Z | Downloaded cobs v0.2.3 |
766 | 2024-06-17T17:30:56.580Z | Downloaded num v0.4.3 |
767 | 2024-06-17T17:30:56.583Z | Downloaded nodrop v0.1.14 |
768 | 2024-06-17T17:30:56.583Z | Downloaded debug-ignore v1.0.5 |
769 | 2024-06-17T17:30:56.585Z | Downloaded num-complex v0.4.6 |
770 | 2024-06-17T17:30:56.588Z | Downloaded curve25519-dalek-derive v0.1.1 |
771 | 2024-06-17T17:30:56.588Z | Downloaded oso-derive v0.27.3 |
772 | 2024-06-17T17:30:56.588Z | Downloaded async-trait v0.1.80 |
773 | 2024-06-17T17:30:56.593Z | Downloaded memoffset v0.9.1 |
774 | 2024-06-17T17:30:56.596Z | Downloaded parse-size v1.0.0 |
775 | 2024-06-17T17:30:56.596Z | Downloaded constant_time_eq v0.3.0 |
776 | 2024-06-17T17:30:56.596Z | Downloaded castaway v0.2.2 |
777 | 2024-06-17T17:30:56.599Z | Downloaded block-padding v0.3.3 |
778 | 2024-06-17T17:30:56.599Z | Downloaded bitfield v0.14.0 |
779 | 2024-06-17T17:30:56.601Z | Downloaded darling_macro v0.20.9 |
780 | 2024-06-17T17:30:56.601Z | Downloaded managed v0.8.0 |
781 | 2024-06-17T17:30:56.604Z | Downloaded mockall v0.12.1 |
782 | 2024-06-17T17:30:56.604Z | Downloaded lazy_static v1.4.0 |
783 | 2024-06-17T17:30:56.607Z | Downloaded sqlparser_derive v0.2.2 |
784 | 2024-06-17T17:30:56.607Z | Downloaded nu-ansi-term v0.50.0 |
785 | 2024-06-17T17:30:56.610Z | Downloaded memmap2 v0.9.4 |
786 | 2024-06-17T17:30:56.612Z | Downloaded portpicker v0.1.1 |
787 | 2024-06-17T17:30:56.612Z | Downloaded partial-io v0.5.4 |
788 | 2024-06-17T17:30:56.616Z | Downloaded bit-set v0.5.3 |
789 | 2024-06-17T17:30:56.618Z | Downloaded waitgroup v0.1.2 |
790 | 2024-06-17T17:30:56.618Z | Downloaded postgres-protocol v0.6.6 |
791 | 2024-06-17T17:30:56.621Z | Downloaded mockall_derive v0.12.1 |
792 | 2024-06-17T17:30:56.624Z | Downloaded crc-catalog v2.4.0 |
793 | 2024-06-17T17:30:56.624Z | Downloaded zone_cfg_derive v0.1.2 |
794 | 2024-06-17T17:30:56.626Z | Downloaded downcast v0.11.0 |
795 | 2024-06-17T17:30:56.626Z | Downloaded const_format_proc_macros v0.2.32 |
796 | 2024-06-17T17:30:56.629Z | Downloaded doc-comment v0.3.3 |
797 | 2024-06-17T17:30:56.632Z | Downloaded peg-runtime v0.8.3 |
798 | 2024-06-17T17:30:56.632Z | Downloaded packed_struct v0.10.1 |
799 | 2024-06-17T17:30:56.634Z | Downloaded phf v0.11.2 |
800 | 2024-06-17T17:30:56.634Z | Downloaded olpc-cjson v0.1.3 |
801 | 2024-06-17T17:30:56.637Z | Downloaded num_enum v0.5.11 |
802 | 2024-06-17T17:30:56.641Z | Downloaded num-derive v0.4.2 |
803 | 2024-06-17T17:30:56.643Z | Downloaded ppv-lite86 v0.2.17 |
804 | 2024-06-17T17:30:56.648Z | Downloaded path-slash v0.1.5 |
805 | 2024-06-17T17:30:56.648Z | Downloaded parse-display v0.9.0 |
806 | 2024-06-17T17:30:56.651Z | Downloaded owo-colors v4.0.0 |
807 | 2024-06-17T17:30:56.651Z | Downloaded csv-core v0.1.11 |
808 | 2024-06-17T17:30:56.653Z | Downloaded assert_cmd v2.0.14 |
809 | 2024-06-17T17:30:56.656Z | Downloaded libtest-mimic v0.7.3 |
810 | 2024-06-17T17:30:56.659Z | Downloaded tls_codec v0.4.1 |
811 | 2024-06-17T17:30:56.661Z | Downloaded cookie_store v0.20.0 |
812 | 2024-06-17T17:30:56.662Z | Downloaded pkcs1 v0.7.5 |
813 | 2024-06-17T17:30:56.664Z | Downloaded rand_seeder v0.2.3 |
814 | 2024-06-17T17:30:56.667Z | Downloaded spin v0.5.2 |
815 | 2024-06-17T17:30:56.670Z | Downloaded blake2b_simd v1.0.2 |
816 | 2024-06-17T17:30:56.670Z | Downloaded criterion-plot v0.5.0 |
817 | 2024-06-17T17:30:56.672Z | Downloaded datatest-stable v0.2.9 |
818 | 2024-06-17T17:30:56.675Z | Downloaded structmeta-derive v0.3.0 |
819 | 2024-06-17T17:30:56.678Z | Downloaded structmeta-derive v0.2.0 |
820 | 2024-06-17T17:30:56.678Z | Downloaded sigpipe v0.1.3 |
821 | 2024-06-17T17:30:56.680Z | Downloaded signature v2.2.0 |
822 | 2024-06-17T17:30:56.680Z | Downloaded ff v0.13.0 |
823 | 2024-06-17T17:30:56.683Z | Downloaded phf_shared v0.11.2 |
824 | 2024-06-17T17:30:56.683Z | Downloaded pem-rfc7468 v0.7.0 |
825 | 2024-06-17T17:30:56.686Z | Downloaded glob v0.3.1 |
826 | 2024-06-17T17:30:56.688Z | Downloaded pin-project-internal v1.1.5 |
827 | 2024-06-17T17:30:56.691Z | Downloaded peg v0.8.3 |
828 | 2024-06-17T17:30:56.694Z | Downloaded base64ct v1.6.0 |
829 | 2024-06-17T17:30:56.696Z | Downloaded escape8259 v0.5.2 |
830 | 2024-06-17T17:30:56.699Z | Downloaded rand_core v0.6.4 |
831 | 2024-06-17T17:30:56.699Z | Downloaded postgres-types v0.2.6 |
832 | 2024-06-17T17:30:56.701Z | Downloaded cookie v0.18.1 |
833 | 2024-06-17T17:30:56.705Z | Downloaded cancel-safe-futures v0.1.5 |
834 | 2024-06-17T17:30:56.708Z | Downloaded crc-any v2.5.0 |
835 | 2024-06-17T17:30:56.711Z | Downloaded rtoolbox v0.0.2 |
836 | 2024-06-17T17:30:56.713Z | Downloaded ahash v0.8.11 |
837 | 2024-06-17T17:30:56.716Z | Downloaded walkdir v2.5.0 |
838 | 2024-06-17T17:30:56.719Z | Downloaded erased-serde v0.3.31 |
839 | 2024-06-17T17:30:56.724Z | Downloaded universal-hash v0.5.1 |
840 | 2024-06-17T17:30:56.724Z | Downloaded bzip2 v0.4.4 |
841 | 2024-06-17T17:30:56.727Z | Downloaded zone v0.1.8 |
842 | 2024-06-17T17:30:56.727Z | Downloaded derive_builder_macro v0.20.0 |
843 | 2024-06-17T17:30:56.727Z | Downloaded signature v1.6.4 |
844 | 2024-06-17T17:30:56.729Z | Downloaded stringprep v0.1.4 |
845 | 2024-06-17T17:30:56.729Z | Downloaded threadpool v1.8.1 |
846 | 2024-06-17T17:30:56.732Z | Downloaded globset v0.4.14 |
847 | 2024-06-17T17:30:56.735Z | Downloaded termtree v0.4.1 |
848 | 2024-06-17T17:30:56.735Z | Downloaded darling v0.20.9 |
849 | 2024-06-17T17:30:56.739Z | Downloaded subtle v2.5.0 |
850 | 2024-06-17T17:30:56.741Z | Downloaded fragile v2.0.0 |
851 | 2024-06-17T17:30:56.744Z | Downloaded fallible-iterator v0.2.0 |
852 | 2024-06-17T17:30:56.744Z | Downloaded rusty-fork v0.3.0 |
853 | 2024-06-17T17:30:56.747Z | Downloaded postcard v1.0.8 |
854 | 2024-06-17T17:30:56.749Z | Downloaded rand_chacha v0.3.1 |
855 | 2024-06-17T17:30:56.752Z | Downloaded embedded-io v0.4.0 |
856 | 2024-06-17T17:30:56.755Z | Downloaded headers-core v0.2.0 |
857 | 2024-06-17T17:30:56.755Z | Downloaded rust-argon2 v2.1.0 |
858 | 2024-06-17T17:30:56.758Z | Downloaded zeroize v1.7.0 |
859 | 2024-06-17T17:30:56.758Z | Downloaded humantime v2.1.0 |
860 | 2024-06-17T17:30:56.761Z | Downloaded hubpack v0.1.2 |
861 | 2024-06-17T17:30:56.763Z | Downloaded proc-macro-crate v1.3.1 |
862 | 2024-06-17T17:30:56.763Z | Downloaded diesel_table_macro_syntax v0.1.0 |
863 | 2024-06-17T17:30:56.763Z | Downloaded zerocopy v0.6.6 |
864 | 2024-06-17T17:30:56.766Z | Downloaded tinytemplate v1.2.1 |
865 | 2024-06-17T17:30:56.770Z | Downloaded flagset v0.4.5 |
866 | 2024-06-17T17:30:56.772Z | Downloaded rpassword v7.3.1 |
867 | 2024-06-17T17:30:56.772Z | Downloaded const-oid v0.9.6 |
868 | 2024-06-17T17:30:56.775Z | Downloaded compact_str v0.7.1 |
869 | 2024-06-17T17:30:56.778Z | Downloaded schemars_derive v0.8.20 |
870 | 2024-06-17T17:30:56.781Z | Downloaded smf v0.2.3 |
871 | 2024-06-17T17:30:56.781Z | Downloaded smawk v0.3.2 |
872 | 2024-06-17T17:30:56.784Z | Downloaded guppy-workspace-hack v0.1.0 |
873 | 2024-06-17T17:30:56.787Z | Downloaded tui-tree-widget v0.19.0 |
874 | 2024-06-17T17:30:56.787Z | Downloaded defmt v0.3.8 |
875 | 2024-06-17T17:30:56.798Z | Downloaded whoami v1.5.1 |
876 | 2024-06-17T17:30:56.801Z | Downloaded which v4.4.2 |
877 | 2024-06-17T17:30:56.804Z | Downloaded untrusted v0.7.1 |
878 | 2024-06-17T17:30:56.806Z | Downloaded indoc v1.0.9 |
879 | 2024-06-17T17:30:56.809Z | Downloaded hash32 v0.3.1 |
880 | 2024-06-17T17:30:56.809Z | Downloaded group v0.13.0 |
881 | 2024-06-17T17:30:56.812Z | Downloaded vte v0.11.1 |
882 | 2024-06-17T17:30:56.814Z | Downloaded uzers v0.11.3 |
883 | 2024-06-17T17:30:56.817Z | Downloaded thiserror-impl-no-std v2.0.2 |
884 | 2024-06-17T17:30:56.817Z | Downloaded hyper-rustls v0.24.2 |
885 | 2024-06-17T17:30:56.822Z | Downloaded spin v0.9.8 |
886 | 2024-06-17T17:30:56.824Z | Downloaded thiserror-no-std v2.0.2 |
887 | 2024-06-17T17:30:56.827Z | Downloaded fxhash v0.2.1 |
888 | 2024-06-17T17:30:56.827Z | Downloaded base64 v0.13.1 |
889 | 2024-06-17T17:30:56.831Z | Downloaded sct v0.7.1 |
890 | 2024-06-17T17:30:56.834Z | Downloaded tower-layer v0.3.2 |
891 | 2024-06-17T17:30:56.837Z | Downloaded relative-path v1.9.3 |
892 | 2024-06-17T17:30:56.840Z | Downloaded difflib v0.4.0 |
893 | 2024-06-17T17:30:56.840Z | Downloaded psl-types v2.0.11 |
894 | 2024-06-17T17:30:56.843Z | Downloaded serde_plain v1.0.2 |
895 | 2024-06-17T17:30:56.843Z | Downloaded serde-hex v0.1.0 |
896 | 2024-06-17T17:30:56.843Z | Downloaded radium v0.7.0 |
897 | 2024-06-17T17:30:56.846Z | Downloaded slog-dtrace v0.3.0 |
898 | 2024-06-17T17:30:56.848Z | Downloaded siphasher v0.3.11 |
899 | 2024-06-17T17:30:56.848Z | Downloaded similar-asserts v1.5.0 |
900 | 2024-06-17T17:30:56.851Z | Downloaded tokio-tungstenite v0.20.1 |
901 | 2024-06-17T17:30:56.854Z | Downloaded precomputed-hash v0.1.1 |
902 | 2024-06-17T17:30:56.854Z | Downloaded pretty-hex v0.2.1 |
903 | 2024-06-17T17:30:56.856Z | Downloaded vte_generate_state_changes v0.1.1 |
904 | 2024-06-17T17:30:56.856Z | Downloaded hash32 v0.2.1 |
905 | 2024-06-17T17:30:56.859Z | Downloaded env_logger v0.10.2 |
906 | 2024-06-17T17:30:56.862Z | Downloaded inout v0.1.3 |
907 | 2024-06-17T17:30:56.865Z | Downloaded kstat-rs v0.2.3 |
908 | 2024-06-17T17:30:56.865Z | Downloaded keccak v0.1.5 |
909 | 2024-06-17T17:30:56.865Z | Downloaded fd-lock v4.0.2 |
910 | 2024-06-17T17:30:56.868Z | Downloaded vsss-rs v3.3.4 |
911 | 2024-06-17T17:30:56.870Z | Downloaded const_format v0.2.32 |
912 | 2024-06-17T17:30:56.876Z | Downloaded trust-dns-resolver v0.22.0 |
913 | 2024-06-17T17:30:56.880Z | Downloaded ident_case v1.0.1 |
914 | 2024-06-17T17:30:56.883Z | Downloaded heck v0.3.3 |
915 | 2024-06-17T17:30:56.886Z | Downloaded ron v0.7.1 |
916 | 2024-06-17T17:30:56.889Z | Downloaded hostname v0.4.0 |
917 | 2024-06-17T17:30:56.891Z | Downloaded http-range v0.1.5 |
918 | 2024-06-17T17:30:56.895Z | Downloaded signal-hook-mio v0.2.3 |
919 | 2024-06-17T17:30:56.895Z | Downloaded zeroize_derive v1.4.2 |
920 | 2024-06-17T17:30:56.898Z | Downloaded wyz v0.5.1 |
921 | 2024-06-17T17:30:56.898Z | Downloaded rustfmt-wrapper v0.2.1 |
922 | 2024-06-17T17:30:56.898Z | Downloaded hyper-staticfile v0.9.5 |
923 | 2024-06-17T17:30:56.900Z | Downloaded foreign-types v0.5.0 |
924 | 2024-06-17T17:30:56.903Z | Downloaded stability v0.2.0 |
925 | 2024-06-17T17:30:56.903Z | Downloaded tokio-tungstenite v0.21.0 |
926 | 2024-06-17T17:30:56.906Z | Downloaded termios v0.3.3 |
927 | 2024-06-17T17:30:56.908Z | Downloaded crypto-bigint v0.5.5 |
928 | 2024-06-17T17:30:56.916Z | Downloaded secrecy v0.8.0 |
929 | 2024-06-17T17:30:56.919Z | Downloaded nom v7.1.3 |
930 | 2024-06-17T17:30:56.922Z | Downloaded spki v0.7.3 |
931 | 2024-06-17T17:30:56.924Z | Downloaded endian-type v0.1.2 |
932 | 2024-06-17T17:30:56.924Z | Downloaded ed25519 v1.5.3 |
933 | 2024-06-17T17:30:56.927Z | Downloaded shlex v1.3.0 |
934 | 2024-06-17T17:30:56.927Z | Downloaded utf-8 v0.7.6 |
935 | 2024-06-17T17:30:56.930Z | Downloaded untrusted v0.9.0 |
936 | 2024-06-17T17:30:56.930Z | Downloaded headers v0.3.9 |
937 | 2024-06-17T17:30:56.935Z | Downloaded ron v0.8.1 |
938 | 2024-06-17T17:30:56.941Z | Downloaded is_ci v1.2.0 |
939 | 2024-06-17T17:30:56.944Z | Downloaded iana-time-zone v0.1.60 |
940 | 2024-06-17T17:30:56.946Z | Downloaded termcolor v1.4.1 |
941 | 2024-06-17T17:30:56.949Z | Downloaded fastrand v2.1.0 |
942 | 2024-06-17T17:30:56.949Z | Downloaded unicode-xid v0.2.4 |
943 | 2024-06-17T17:30:56.952Z | Downloaded rustc_version v0.1.7 |
944 | 2024-06-17T17:30:56.952Z | Downloaded serde_path_to_error v0.1.16 |
945 | 2024-06-17T17:30:56.954Z | Downloaded r2d2 v0.8.10 |
946 | 2024-06-17T17:30:56.954Z | Downloaded rstest_macros v0.19.0 |
947 | 2024-06-17T17:30:56.958Z | Downloaded chacha20poly1305 v0.10.1 |
948 | 2024-06-17T17:30:56.961Z | Downloaded toolchain_find v0.4.0 |
949 | 2024-06-17T17:30:56.963Z | Downloaded stable_deref_trait v1.2.0 |
950 | 2024-06-17T17:30:56.963Z | Downloaded instant v0.1.12 |
951 | 2024-06-17T17:30:56.963Z | Downloaded http-body v1.0.0 |
952 | 2024-06-17T17:30:56.966Z | Downloaded backtrace v0.3.71 |
953 | 2024-06-17T17:30:56.970Z | Downloaded derive_builder_core v0.20.0 |
954 | 2024-06-17T17:30:56.973Z | Downloaded libm v0.2.8 |
955 | 2024-06-17T17:30:56.981Z | Downloaded tabwriter v1.4.0 |
956 | 2024-06-17T17:30:56.984Z | Downloaded foreign-types-shared v0.3.1 |
957 | 2024-06-17T17:30:56.984Z | Downloaded hyper-rustls v0.26.0 |
958 | 2024-06-17T17:30:56.987Z | Downloaded serde-big-array v0.5.1 |
959 | 2024-06-17T17:30:56.989Z | Downloaded ena v0.14.3 |
960 | 2024-06-17T17:30:56.989Z | Downloaded either v1.12.0 |
961 | 2024-06-17T17:30:56.992Z | Downloaded half v2.4.1 |
962 | 2024-06-17T17:30:56.995Z | Downloaded serde-big-array v0.4.1 |
963 | 2024-06-17T17:30:56.997Z | Downloaded quick-error v1.2.3 |
964 | 2024-06-17T17:30:56.998Z | Downloaded unicode-linebreak v0.1.5 |
965 | 2024-06-17T17:30:57.000Z | Downloaded unarray v0.1.4 |
966 | 2024-06-17T17:30:57.001Z | Downloaded test-strategy v0.3.1 |
967 | 2024-06-17T17:30:57.003Z | Downloaded foreign-types-macros v0.2.3 |
968 | 2024-06-17T17:30:57.006Z | Downloaded indexmap v1.9.3 |
969 | 2024-06-17T17:30:57.009Z | Downloaded highway v1.1.0 |
970 | 2024-06-17T17:30:57.012Z | Downloaded ref-cast-impl v1.0.23 |
971 | 2024-06-17T17:30:57.012Z | Downloaded impl-trait-for-tuples v0.2.2 |
972 | 2024-06-17T17:30:57.014Z | Downloaded toml v0.7.8 |
973 | 2024-06-17T17:30:57.019Z | Downloaded tap v1.0.1 |
974 | 2024-06-17T17:30:57.022Z | Downloaded indicatif v0.17.8 |
975 | 2024-06-17T17:30:57.025Z | Downloaded rand v0.8.5 |
976 | 2024-06-17T17:30:57.028Z | Downloaded expectorate v1.1.0 |
977 | 2024-06-17T17:30:57.030Z | Downloaded samael v0.0.15 |
978 | 2024-06-17T17:30:57.034Z | Downloaded derive-where v1.2.7 |
979 | 2024-06-17T17:30:57.038Z | Downloaded strum_macros v0.24.3 |
980 | 2024-06-17T17:30:57.041Z | Downloaded ipnetwork v0.20.0 |
981 | 2024-06-17T17:30:57.043Z | Downloaded tungstenite v0.21.0 |
982 | 2024-06-17T17:30:57.046Z | Downloaded toml_edit v0.19.15 |
983 | 2024-06-17T17:30:57.064Z | Downloaded serde_repr v0.1.19 |
984 | 2024-06-17T17:30:57.067Z | Downloaded hex-literal v0.4.1 |
985 | 2024-06-17T17:30:57.067Z | Downloaded funty v2.0.0 |
986 | 2024-06-17T17:30:57.070Z | Downloaded defmt-parser v0.3.4 |
987 | 2024-06-17T17:30:57.070Z | Downloaded sha1 v0.10.6 |
988 | 2024-06-17T17:30:57.070Z | Downloaded structmeta v0.3.0 |
989 | 2024-06-17T17:30:57.073Z | Downloaded structmeta v0.2.0 |
990 | 2024-06-17T17:30:57.073Z | Downloaded shell-words v1.1.0 |
991 | 2024-06-17T17:30:57.073Z | Downloaded serde_with_macros v3.8.1 |
992 | 2024-06-17T17:30:57.075Z | Downloaded env_logger v0.9.3 |
993 | 2024-06-17T17:30:57.078Z | Downloaded enum-as-inner v0.5.1 |
994 | 2024-06-17T17:30:57.080Z | Downloaded zip v0.6.6 |
995 | 2024-06-17T17:30:57.083Z | Downloaded rustyline v14.0.0 |
996 | 2024-06-17T17:30:57.088Z | Downloaded diesel_derives v2.1.4 |
997 | 2024-06-17T17:30:57.092Z | Downloaded rustls-native-certs v0.7.0 |
998 | 2024-06-17T17:30:57.095Z | Downloaded rustls-pemfile v2.1.2 |
999 | 2024-06-17T17:30:57.098Z | Downloaded rcgen v0.12.1 |
1000 | 2024-06-17T17:30:57.100Z | Downloaded rsa v0.9.6 |
1001 | 2024-06-17T17:30:57.105Z | Downloaded static_assertions v1.1.0 |
1002 | 2024-06-17T17:30:57.107Z | Downloaded hashbrown v0.12.3 |
1003 | 2024-06-17T17:30:57.111Z | Downloaded hex v0.4.3 |
1004 | 2024-06-17T17:30:57.113Z | Downloaded trust-dns-client v0.22.0 |
1005 | 2024-06-17T17:30:57.118Z | Downloaded wait-timeout v0.2.0 |
1006 | 2024-06-17T17:30:57.120Z | Downloaded rustls-pki-types v1.7.0 |
1007 | 2024-06-17T17:30:57.123Z | Downloaded hmac v0.12.1 |
1008 | 2024-06-17T17:30:57.123Z | Downloaded signal-hook v0.3.17 |
1009 | 2024-06-17T17:30:57.126Z | Downloaded tokio-postgres v0.7.10 |
1010 | 2024-06-17T17:30:57.132Z | Downloaded x509-cert v0.2.5 |
1011 | 2024-06-17T17:30:57.137Z | Downloaded hyper-util v0.1.3 |
1012 | 2024-06-17T17:30:57.143Z | Downloaded hashbrown v0.13.2 |
1013 | 2024-06-17T17:30:57.146Z | Downloaded publicsuffix v2.2.3 |
1014 | 2024-06-17T17:30:57.149Z | Downloaded elliptic-curve v0.13.8 |
1015 | 2024-06-17T17:30:57.152Z | Downloaded similar v2.5.0 |
1016 | 2024-06-17T17:30:57.158Z | Downloaded num-bigint-dig v0.8.4 |
1017 | 2024-06-17T17:30:57.163Z | Downloaded flume v0.11.0 |
1018 | 2024-06-17T17:30:57.166Z | Downloaded fancy-regex v0.13.0 |
1019 | 2024-06-17T17:30:57.170Z | Downloaded snafu v0.8.2 |
1020 | 2024-06-17T17:30:57.176Z | Downloaded unsafe-libyaml v0.2.11 |
1021 | 2024-06-17T17:30:57.180Z | Downloaded salty v0.2.0 |
1022 | 2024-06-17T17:30:57.186Z | Downloaded rayon-core v1.12.1 |
1023 | 2024-06-17T17:30:57.189Z | Downloaded unicode_categories v0.1.1 |
1024 | 2024-06-17T17:30:57.192Z | Downloaded heapless v0.8.0 |
1025 | 2024-06-17T17:30:57.195Z | Downloaded serde_yaml v0.9.34+deprecated |
1026 | 2024-06-17T17:30:57.199Z | Downloaded typed-path v0.7.1 |
1027 | 2024-06-17T17:30:57.205Z | Downloaded winnow v0.5.40 |
1028 | 2024-06-17T17:30:57.215Z | Downloaded regex-automata v0.1.10 |
1029 | 2024-06-17T17:30:57.220Z | Downloaded heapless v0.7.17 |
1030 | 2024-06-17T17:30:57.224Z | Downloaded aho-corasick v1.1.3 |
1031 | 2024-06-17T17:30:57.231Z | Downloaded der v0.7.9 |
1032 | 2024-06-17T17:30:57.235Z | Downloaded unicode-segmentation v1.11.0 |
1033 | 2024-06-17T17:30:57.239Z | Downloaded tower v0.4.13 |
1034 | 2024-06-17T17:30:57.248Z | Downloaded hyper v1.3.1 |
1035 | 2024-06-17T17:30:57.256Z | Downloaded itertools v0.10.5 |
1036 | 2024-06-17T17:30:57.263Z | Downloaded rayon v1.10.0 |
1037 | 2024-06-17T17:30:57.272Z | Downloaded lalrpop v0.19.12 |
1038 | 2024-06-17T17:30:57.284Z | Downloaded http v1.1.0 |
1039 | 2024-06-17T17:30:57.289Z | Downloaded reedline v0.31.0 |
1040 | 2024-06-17T17:30:57.295Z | Downloaded itertools v0.12.1 |
1041 | 2024-06-17T17:30:57.303Z | Downloaded quick-xml v0.31.0 |
1042 | 2024-06-17T17:30:57.309Z | Downloaded rustls-webpki v0.102.4 |
1043 | 2024-06-17T17:30:57.328Z | Downloaded bitvec v1.0.1 |
1044 | 2024-06-17T17:30:57.342Z | Downloaded serde_with v3.8.1 |
1045 | 2024-06-17T17:30:57.351Z | Downloaded sqlparser v0.45.0 |
1046 | 2024-06-17T17:30:57.356Z | Downloaded webpki-roots v0.25.4 |
1047 | 2024-06-17T17:30:57.360Z | Downloaded trust-dns-proto v0.22.0 |
1048 | 2024-06-17T17:30:57.372Z | Downloaded hkdf v0.12.4 |
1049 | 2024-06-17T17:30:57.375Z | Downloaded proptest v1.4.0 |
1050 | 2024-06-17T17:30:57.384Z | Downloaded smoltcp v0.9.1 |
1051 | 2024-06-17T17:30:57.394Z | Downloaded radix_trie v0.2.1 |
1052 | 2024-06-17T17:30:57.400Z | Downloaded gimli v0.28.1 |
1053 | 2024-06-17T17:30:57.408Z | Downloaded idna v0.2.3 |
1054 | 2024-06-17T17:30:57.415Z | Downloaded rustls v0.21.12 |
1055 | 2024-06-17T17:30:57.427Z | Downloaded regex-syntax v0.6.29 |
1056 | 2024-06-17T17:30:57.435Z | Downloaded regex v1.10.4 |
1057 | 2024-06-17T17:30:57.448Z | Downloaded regress v0.9.1 |
1058 | 2024-06-17T17:30:57.457Z | Downloaded rustls v0.22.4 |
1059 | 2024-06-17T17:30:57.470Z | Downloaded smoltcp v0.11.0 |
1060 | 2024-06-17T17:30:57.483Z | Downloaded regex-syntax v0.8.3 |
1061 | 2024-06-17T17:30:57.490Z | Downloaded ratatui v0.26.2 |
1062 | 2024-06-17T17:30:57.508Z | Downloaded sled v0.34.7 |
1063 | 2024-06-17T17:30:57.520Z | Downloaded zerocopy-derive v0.6.6 |
1064 | 2024-06-17T17:30:57.528Z | Downloaded petgraph v0.6.5 |
1065 | 2024-06-17T17:30:57.544Z | Downloaded finl_unicode v1.2.0 |
1066 | 2024-06-17T17:30:57.557Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1067 | 2024-06-17T17:30:57.569Z | Downloaded bstr v1.9.1 |
1068 | 2024-06-17T17:30:57.578Z | Downloaded regex-automata v0.4.6 |
1069 | 2024-06-17T17:30:57.598Z | Downloaded diesel v2.1.6 |
1070 | 2024-06-17T17:30:57.613Z | Downloaded sha3 v0.10.8 |
1071 | 2024-06-17T17:30:57.618Z | Downloaded csv v1.3.0 |
1072 | 2024-06-17T17:30:57.637Z | Downloaded idna v0.3.0 |
1073 | 2024-06-17T17:30:57.643Z | Downloaded openapiv3 v2.0.0 |
1074 | 2024-06-17T17:30:57.654Z | Downloaded curve25519-dalek v4.1.2 |
1075 | 2024-06-17T17:30:57.663Z | Downloaded bstr v0.2.17 |
1076 | 2024-06-17T17:30:57.672Z | Downloaded nix v0.28.0 |
1077 | 2024-06-17T17:30:57.683Z | Downloaded polar-core v0.27.3 |
1078 | 2024-06-17T17:30:57.691Z | Downloaded object v0.32.2 |
1079 | 2024-06-17T17:30:57.703Z | Downloaded object v0.30.4 |
1080 | 2024-06-17T17:30:57.715Z | Downloaded nix v0.27.1 |
1081 | 2024-06-17T17:30:57.725Z | Downloaded bindgen v0.69.4 |
1082 | 2024-06-17T17:30:57.732Z | Downloaded chrono v0.4.38 |
1083 | 2024-06-17T17:30:57.739Z | Downloaded guppy v0.17.5 |
1084 | 2024-06-17T17:30:57.745Z | Downloaded tough v0.17.1 |
1085 | 2024-06-17T17:30:57.754Z | Downloaded rustls-webpki v0.101.7 |
1086 | 2024-06-17T17:30:57.768Z | Downloaded pretty_assertions v1.4.0 |
1087 | 2024-06-17T17:30:57.771Z | Downloaded plotters v0.3.5 |
1088 | 2024-06-17T17:30:57.779Z | Downloaded blake3 v1.5.1 |
1089 | 2024-06-17T17:30:57.786Z | Downloaded crossterm v0.27.0 |
1090 | 2024-06-17T17:30:57.792Z | Downloaded semver v0.1.20 |
1091 | 2024-06-17T17:30:57.795Z | Downloaded portable-atomic v1.6.0 |
1092 | 2024-06-17T17:30:57.799Z | Downloaded tungstenite v0.20.1 |
1093 | 2024-06-17T17:30:57.802Z | Downloaded unicase v2.7.0 |
1094 | 2024-06-17T17:30:57.806Z | Downloaded tracing-attributes v0.1.27 |
1095 | 2024-06-17T17:30:57.806Z | Downloaded schemars v0.8.20 |
1096 | 2024-06-17T17:30:57.818Z | Downloaded sqlformat v0.2.3 |
1097 | 2024-06-17T17:30:57.821Z | Downloaded textwrap v0.16.1 |
1098 | 2024-06-17T17:30:57.823Z | Downloaded steno v0.4.0 |
1099 | 2024-06-17T17:30:57.826Z | Downloaded ref-cast v1.0.23 |
1100 | 2024-06-17T17:30:57.828Z | Downloaded tempfile v3.10.1 |
1101 | 2024-06-17T17:30:57.831Z | Downloaded snafu-derive v0.8.2 |
1102 | 2024-06-17T17:30:57.833Z | Downloaded derive_builder v0.20.0 |
1103 | 2024-06-17T17:30:57.836Z | Downloaded der_derive v0.7.2 |
1104 | 2024-06-17T17:30:57.839Z | Downloaded ring v0.16.20 |
1105 | 2024-06-17T17:30:57.913Z | Downloaded tls_codec_derive v0.4.1 |
1106 | 2024-06-17T17:30:57.917Z | Downloaded rustc-demangle v0.1.24 |
1107 | 2024-06-17T17:30:57.917Z | Downloaded ring v0.17.8 |
1108 | 2024-06-17T17:30:57.981Z | Downloaded criterion v0.5.1 |
1109 | 2024-06-17T17:30:57.987Z | Downloaded diff v0.1.13 |
1110 | 2024-06-17T17:30:57.990Z | Downloaded float-cmp v0.9.0 |
1111 | 2024-06-17T17:30:57.994Z | Downloaded toml v0.5.11 |
1112 | 2024-06-17T17:30:57.994Z | Downloaded tokio-stream v0.1.15 |
1113 | 2024-06-17T17:30:57.999Z | Downloaded gethostname v0.4.3 |
1114 | 2024-06-17T17:30:58.002Z | Downloaded futures-timer v3.0.3 |
1115 | 2024-06-17T17:30:58.002Z | Downloaded prettyplease v0.2.20 |
1116 | 2024-06-17T17:30:58.004Z | Downloaded libxml v0.3.3 |
1117 | 2024-06-17T17:30:58.008Z | Downloaded fatfs v0.3.6 |
1118 | 2024-06-17T17:30:58.011Z | Downloaded base64 v0.22.1 |
1119 | 2024-06-17T17:30:58.014Z | Downloaded sec1 v0.7.3 |
1120 | 2024-06-17T17:30:58.016Z | Downloaded yasna v0.5.2 |
1121 | 2024-06-17T17:30:58.019Z | Downloaded tokio-rustls v0.25.0 |
1122 | 2024-06-17T17:30:58.019Z | Downloaded tokio-rustls v0.24.1 |
1123 | 2024-06-17T17:30:58.022Z | Downloaded rustc_version v0.4.0 |
1124 | 2024-06-17T17:30:58.022Z | Downloaded rustc-hash v1.1.0 |
1125 | 2024-06-17T17:30:58.025Z | Downloaded strip-ansi-escapes v0.2.0 |
1126 | 2024-06-17T17:30:58.025Z | Downloaded string_cache v0.8.7 |
1127 | 2024-06-17T17:30:58.025Z | Downloaded strum_macros v0.25.3 |
1128 | 2024-06-17T17:30:58.028Z | Downloaded trybuild v1.0.96 |
1129 | 2024-06-17T17:30:58.031Z | Downloaded subprocess v0.2.9 |
1130 | 2024-06-17T17:30:58.034Z | Downloaded socket2 v0.4.10 |
1131 | 2024-06-17T17:30:58.034Z | Downloaded rstest v0.19.0 |
1132 | 2024-06-17T17:30:58.038Z | Downloaded yansi v0.5.1 |
1133 | 2024-06-17T17:30:58.043Z | Downloaded supports-color v3.0.0 |
1134 | 2024-06-17T17:30:58.043Z | Downloaded getrandom v0.2.14 |
1135 | 2024-06-17T17:30:58.046Z | Downloaded trust-dns-server v0.22.1 |
1136 | 2024-06-17T17:30:58.049Z | Downloaded dyn-clone v1.0.17 |
1137 | 2024-06-17T17:30:58.049Z | Downloaded slog-stdlog v4.1.1 |
1138 | 2024-06-17T17:30:58.052Z | Downloaded slog-scope v4.4.0 |
1139 | 2024-06-17T17:30:58.052Z | Downloaded slog-envlogger v2.2.0 |
1140 | 2024-06-17T17:30:58.055Z | Downloaded uuid v1.8.0 |
1141 | 2024-06-17T17:30:58.057Z | Downloaded httptest v0.15.5 |
1142 | 2024-06-17T17:30:58.057Z | Downloaded getopts v0.2.21 |
1143 | 2024-06-17T17:30:58.060Z | Downloaded cfg-expr v0.15.8 |
1144 | 2024-06-17T17:30:58.063Z | Downloaded smallvec v0.6.14 |
1145 | 2024-06-17T17:30:58.063Z | Downloaded darling_core v0.20.9 |
1146 | 2024-06-17T17:30:58.066Z | Downloaded scheduled-thread-pool v0.2.7 |
1147 | 2024-06-17T17:30:58.069Z | Downloaded serde_derive_internals v0.29.1 |
1148 | 2024-06-17T17:30:58.069Z | Downloaded allocator-api2 v0.2.18 |
1149 | 2024-06-17T17:30:58.071Z | Downloaded same-file v1.0.6 |
1150 | 2024-06-17T17:30:58.074Z | Downloaded resolv-conf v0.7.0 |
1151 | 2024-06-17T17:30:58.074Z | Downloaded rand_xorshift v0.3.0 |
1152 | 2024-06-17T17:30:58.077Z | Downloaded topological-sort v0.2.2 |
1153 | 2024-06-17T17:30:58.077Z | Downloaded derive_more v0.99.17 |
1154 | 2024-06-17T17:30:58.084Z | Downloaded tiny-keccak v2.0.2 |
1155 | 2024-06-17T17:30:58.087Z | Downloaded num-bigint v0.4.5 |
1156 | 2024-06-17T17:30:58.087Z | Downloaded clang-sys v1.7.0 |
1157 | 2024-06-17T17:30:58.091Z | Downloaded minimal-lexical v0.2.1 |
1158 | 2024-06-17T17:30:58.094Z | Downloaded target-spec v3.1.0 |
1159 | 2024-06-17T17:30:58.094Z | Downloaded target-lexicon v0.12.14 |
1160 | 2024-06-17T17:30:58.097Z | Downloaded crossbeam-epoch v0.9.18 |
1161 | 2024-06-17T17:30:58.099Z | Downloaded cookie v0.17.0 |
1162 | 2024-06-17T17:30:58.104Z | Downloaded signal-hook-tokio v0.3.1 |
1163 | 2024-06-17T17:30:58.104Z | Downloaded serde_arrays v0.1.0 |
1164 | 2024-06-17T17:30:58.104Z | Downloaded fixedbitset v0.4.2 |
1165 | 2024-06-17T17:30:58.104Z | Downloaded bcs v0.1.6 |
1166 | 2024-06-17T17:30:58.107Z | Downloaded blake2 v0.10.6 |
1167 | 2024-06-17T17:30:58.107Z | Downloaded console v0.15.8 |
1168 | 2024-06-17T17:30:58.110Z | Downloaded predicates-tree v1.0.9 |
1169 | 2024-06-17T17:30:58.110Z | Downloaded predicates-core v1.0.6 |
1170 | 2024-06-17T17:30:58.114Z | Downloaded predicates v3.1.0 |
1171 | 2024-06-17T17:30:58.114Z | Downloaded indoc v2.0.5 |
1172 | 2024-06-17T17:30:58.117Z | Downloaded home v0.5.9 |
1173 | 2024-06-17T17:30:58.117Z | Downloaded addr2line v0.21.0 |
1174 | 2024-06-17T17:30:58.120Z | Downloaded password-hash v0.5.0 |
1175 | 2024-06-17T17:30:58.120Z | Downloaded num-rational v0.4.2 |
1176 | 2024-06-17T17:30:58.123Z | Downloaded pkcs8 v0.10.2 |
1177 | 2024-06-17T17:30:58.123Z | Downloaded parking_lot v0.11.2 |
1178 | 2024-06-17T17:30:58.125Z | Downloaded hubpack_derive v0.1.1 |
1179 | 2024-06-17T17:30:58.126Z | Downloaded display-error-chain v0.2.0 |
1180 | 2024-06-17T17:30:58.128Z | Downloaded crc v3.2.1 |
1181 | 2024-06-17T17:30:58.128Z | Downloaded pin-project v1.1.5 |
1182 | 2024-06-17T17:30:58.138Z | Downloaded oso v0.27.3 |
1183 | 2024-06-17T17:30:58.141Z | Downloaded ciborium v0.2.2 |
1184 | 2024-06-17T17:30:58.144Z | Downloaded chacha20 v0.9.1 |
1185 | 2024-06-17T17:30:58.148Z | Downloaded platforms v3.4.0 |
1186 | 2024-06-17T17:30:58.148Z | Downloaded omicron-zone-package v0.11.0 |
1187 | 2024-06-17T17:30:58.151Z | Downloaded num-traits v0.2.19 |
1188 | 2024-06-17T17:30:58.154Z | Downloaded multer v3.1.0 |
1189 | 2024-06-17T17:30:58.154Z | Downloaded data-encoding v2.6.0 |
1190 | 2024-06-17T17:30:58.156Z | Downloaded num-integer v0.1.46 |
1191 | 2024-06-17T17:30:58.156Z | Downloaded bitflags v1.3.2 |
1192 | 2024-06-17T17:30:58.159Z | Downloaded ascii v1.1.0 |
1193 | 2024-06-17T17:30:58.162Z | Downloaded argon2 v0.5.3 |
1194 | 2024-06-17T17:30:58.162Z | Downloaded md-5 v0.10.6 |
1195 | 2024-06-17T17:30:58.165Z | Downloaded backoff v0.4.0 |
1196 | 2024-06-17T17:30:58.165Z | Downloaded oorandom v11.1.3 |
1197 | 2024-06-17T17:30:58.167Z | Downloaded linear-map v1.2.0 |
1198 | 2024-06-17T17:30:58.167Z | Downloaded nanorand v0.7.0 |
1199 | 2024-06-17T17:30:58.171Z | Downloaded corncobs v0.1.3 |
1200 | 2024-06-17T17:30:58.171Z | Downloaded cassowary v0.3.0 |
1201 | 2024-06-17T17:30:58.171Z | Downloaded poly1305 v0.8.0 |
1202 | 2024-06-17T17:30:58.174Z | Downloaded libloading v0.8.3 |
1203 | 2024-06-17T17:30:58.177Z | Downloaded ciborium-ll v0.2.2 |
1204 | 2024-06-17T17:30:58.177Z | Downloaded peg-macros v0.8.3 |
1205 | 2024-06-17T17:30:58.179Z | Downloaded parking_lot_core v0.8.6 |
1206 | 2024-06-17T17:30:58.179Z | Downloaded colored v2.1.0 |
1207 | 2024-06-17T17:30:58.183Z | Downloaded camino-tempfile v1.1.1 |
1208 | 2024-06-17T17:30:58.183Z | Downloaded crucible-workspace-hack v0.1.0 |
1209 | 2024-06-17T17:30:58.183Z | Downloaded libefi-sys v0.1.0 |
1210 | 2024-06-17T17:30:58.186Z | Downloaded matches v0.1.10 |
1211 | 2024-06-17T17:30:58.186Z | Downloaded crossbeam-deque v0.8.5 |
1212 | 2024-06-17T17:30:58.186Z | Downloaded buf-list v1.0.3 |
1213 | 2024-06-17T17:30:58.189Z | Downloaded async-recursion v1.1.1 |
1214 | 2024-06-17T17:30:58.196Z | Downloaded lru v0.12.3 |
1215 | 2024-06-17T17:30:58.196Z | Downloaded atomic-waker v1.1.2 |
1216 | 2024-06-17T17:30:58.199Z | Downloaded bb8 v0.8.3 |
1217 | 2024-06-17T17:30:58.199Z | Downloaded arrayref v0.3.7 |
1218 | 2024-06-17T17:30:58.199Z | Downloaded num_enum_derive v0.5.11 |
1219 | 2024-06-17T17:30:58.199Z | Downloaded ciborium-io v0.2.2 |
1220 | 2024-06-17T17:30:58.199Z | Downloaded cast v0.3.0 |
1221 | 2024-06-17T17:30:58.199Z | Downloaded approx v0.5.1 |
1222 | 2024-06-17T17:30:58.199Z | Downloaded ascii-canvas v3.0.0 |
1223 | 2024-06-17T17:30:58.202Z | Downloaded array-init v0.0.4 |
1224 | 2024-06-17T17:30:58.202Z | Downloaded lazycell v1.3.0 |
1225 | 2024-06-17T17:30:58.202Z | Downloaded bitstruct v0.1.1 |
1226 | 2024-06-17T17:30:58.202Z | Downloaded maybe-uninit v2.0.0 |
1227 | 2024-06-17T17:30:58.207Z | Downloaded maplit v1.0.2 |
1228 | 2024-06-17T17:30:58.780Z | Compiling serde v1.0.203 |
1229 | 2024-06-17T17:30:58.780Z | Checking cfg-if v1.0.0 |
1230 | 2024-06-17T17:30:58.841Z | Compiling libm v0.2.8 |
1231 | 2024-06-17T17:30:58.853Z | Checking libc v0.2.155 |
1232 | 2024-06-17T17:30:58.870Z | Compiling syn v2.0.64 |
1233 | 2024-06-17T17:30:58.870Z | Compiling num-traits v0.2.19 |
1234 | 2024-06-17T17:30:58.873Z | Compiling ahash v0.8.11 |
1235 | 2024-06-17T17:30:58.873Z | Compiling getrandom v0.2.14 |
1236 | 2024-06-17T17:30:58.926Z | Compiling serde_json v1.0.117 |
1237 | 2024-06-17T17:30:59.146Z | Compiling log v0.4.21 |
1238 | 2024-06-17T17:30:59.241Z | Compiling generic-array v0.14.7 |
1239 | 2024-06-17T17:30:59.337Z | Checking memchr v2.7.2 |
1240 | 2024-06-17T17:30:59.357Z | Checking itoa v1.0.11 |
1241 | 2024-06-17T17:30:59.375Z | Compiling syn v1.0.109 |
1242 | 2024-06-17T17:30:59.563Z | Compiling allocator-api2 v0.2.18 |
1243 | 2024-06-17T17:30:59.646Z | Checking byteorder v1.5.0 |
1244 | 2024-06-17T17:30:59.646Z | Checking scopeguard v1.2.0 |
1245 | 2024-06-17T17:30:59.701Z | Checking smallvec v1.13.2 |
1246 | 2024-06-17T17:30:59.809Z | Checking lock_api v0.4.12 |
1247 | 2024-06-17T17:31:00.059Z | Compiling schemars v0.8.20 |
1248 | 2024-06-17T17:31:00.098Z | Compiling ring v0.17.8 |
1249 | 2024-06-17T17:31:00.305Z | Compiling time-macros v0.2.18 |
1250 | 2024-06-17T17:31:00.339Z | Checking once_cell v1.19.0 |
1251 | 2024-06-17T17:31:00.401Z | Checking parking_lot_core v0.9.10 |
1252 | 2024-06-17T17:31:00.434Z | Compiling aho-corasick v1.1.3 |
1253 | 2024-06-17T17:31:00.761Z | Checking parking_lot v0.12.2 |
1254 | 2024-06-17T17:31:00.926Z | Checking pin-project-lite v0.2.14 |
1255 | 2024-06-17T17:31:01.053Z | Compiling regex-syntax v0.8.3 |
1256 | 2024-06-17T17:31:03.814Z | Checking signal-hook-registry v1.4.2 |
1257 | 2024-06-17T17:31:04.023Z | Checking mio v0.8.11 |
1258 | 2024-06-17T17:31:04.146Z | Compiling slog v2.7.0 |
1259 | 2024-06-17T17:31:04.229Z | Compiling regex-automata v0.4.6 |
1260 | 2024-06-17T17:31:04.734Z | Checking num_cpus v1.16.0 |
1261 | 2024-06-17T17:31:04.851Z | Compiling crossbeam-utils v0.8.19 |
1262 | 2024-06-17T17:31:05.463Z | Checking ryu v1.0.18 |
1263 | 2024-06-17T17:31:05.722Z | Checking rand_core v0.6.4 |
1264 | 2024-06-17T17:31:05.967Z | Compiling rustls v0.21.12 |
1265 | 2024-06-17T17:31:06.022Z | Compiling iana-time-zone v0.1.60 |
1266 | 2024-06-17T17:31:06.207Z | Checking futures-core v0.3.30 |
1267 | 2024-06-17T17:31:06.224Z | Checking socket2 v0.5.7 |
1268 | 2024-06-17T17:31:06.393Z | Compiling serde_derive_internals v0.29.1 |
1269 | 2024-06-17T17:31:06.476Z | Compiling cookie v0.17.0 |
1270 | 2024-06-17T17:31:06.680Z | Compiling backtrace v0.3.71 |
1271 | 2024-06-17T17:31:06.702Z | Compiling dyn-clone v1.0.17 |
1272 | 2024-06-17T17:31:06.818Z | Compiling anyhow v1.0.86 |
1273 | 2024-06-17T17:31:07.411Z | Compiling unicode-normalization v0.1.23 |
1274 | 2024-06-17T17:31:07.571Z | Compiling either v1.12.0 |
1275 | 2024-06-17T17:31:07.676Z | Compiling unicode-bidi v0.3.15 |
1276 | 2024-06-17T17:31:07.985Z | Checking futures-sink v0.3.30 |
1277 | 2024-06-17T17:31:08.139Z | Compiling spin v0.9.8 |
1278 | 2024-06-17T17:31:08.207Z | Compiling winnow v0.5.40 |
1279 | 2024-06-17T17:31:08.467Z | Checking futures-channel v0.3.30 |
1280 | 2024-06-17T17:31:08.558Z | Checking slab v0.4.9 |
1281 | 2024-06-17T17:31:08.814Z | Compiling const-oid v0.9.6 |
1282 | 2024-06-17T17:31:08.817Z | Checking futures-io v0.3.30 |
1283 | 2024-06-17T17:31:09.010Z | Checking futures-task v0.3.30 |
1284 | 2024-06-17T17:31:09.196Z | Compiling subtle v2.5.0 |
1285 | 2024-06-17T17:31:09.218Z | Checking pin-utils v0.1.0 |
1286 | 2024-06-17T17:31:09.238Z | Compiling untrusted v0.9.0 |
1287 | 2024-06-17T17:31:09.309Z | Compiling signal-hook v0.3.17 |
1288 | 2024-06-17T17:31:09.414Z | Compiling regex v1.10.4 |
1289 | 2024-06-17T17:31:09.592Z | Compiling spin v0.5.2 |
1290 | 2024-06-17T17:31:09.880Z | Compiling siphasher v0.3.11 |
1291 | 2024-06-17T17:31:10.552Z | Compiling time v0.3.36 |
1292 | 2024-06-17T17:31:10.604Z | Compiling idna v0.5.0 |
1293 | 2024-06-17T17:31:10.796Z | Checking typenum v1.17.0 |
1294 | 2024-06-17T17:31:12.182Z | Compiling sct v0.7.1 |
1295 | 2024-06-17T17:31:12.206Z | Compiling rustls-webpki v0.101.7 |
1296 | 2024-06-17T17:31:12.506Z | Compiling url v2.5.0 |
1297 | 2024-06-17T17:31:12.888Z | Compiling idna v0.3.0 |
1298 | 2024-06-17T17:31:13.973Z | Compiling serde_derive v1.0.203 |
1299 | 2024-06-17T17:31:14.155Z | Compiling zerocopy-derive v0.7.34 |
1300 | 2024-06-17T17:31:14.448Z | Compiling zeroize_derive v1.4.2 |
1301 | 2024-06-17T17:31:14.474Z | Compiling thiserror-impl v1.0.60 |
1302 | 2024-06-17T17:31:14.834Z | Compiling tokio-macros v2.2.0 |
1303 | 2024-06-17T17:31:16.051Z | Compiling futures-macro v0.3.30 |
1304 | 2024-06-17T17:31:16.167Z | Compiling tracing-attributes v0.1.27 |
1305 | 2024-06-17T17:31:16.524Z | Compiling schemars_derive v0.8.20 |
1306 | 2024-06-17T17:31:16.545Z | Compiling zerocopy v0.7.34 |
1307 | 2024-06-17T17:31:17.501Z | Compiling openssl-macros v0.1.1 |
1308 | 2024-06-17T17:31:17.932Z | Compiling thiserror v1.0.60 |
1309 | 2024-06-17T17:31:18.086Z | Compiling async-trait v0.1.80 |
1310 | 2024-06-17T17:31:18.219Z | Checking zeroize v1.7.0 |
1311 | 2024-06-17T17:31:18.399Z | Compiling scroll_derive v0.12.0 |
1312 | 2024-06-17T17:31:18.489Z | Compiling pest v2.7.10 |
1313 | 2024-06-17T17:31:18.817Z | Compiling hashbrown v0.14.5 |
1314 | 2024-06-17T17:31:20.230Z | Compiling der_derive v0.7.2 |
1315 | 2024-06-17T17:31:20.394Z | Compiling scroll v0.12.0 |
1316 | 2024-06-17T17:31:20.988Z | Compiling pest_meta v2.7.10 |
1317 | 2024-06-17T17:31:20.993Z | Compiling goblin v0.8.2 |
1318 | 2024-06-17T17:31:21.411Z | Compiling futures-util v0.3.30 |
1319 | 2024-06-17T17:31:22.236Z | Compiling pest_generator v2.7.10 |
1320 | 2024-06-17T17:31:22.826Z | Compiling tracing v0.1.40 |
1321 | 2024-06-17T17:31:23.373Z | Compiling clap_derive v4.5.4 |
1322 | 2024-06-17T17:31:24.470Z | Compiling crypto-common v0.1.6 |
1323 | 2024-06-17T17:31:24.725Z | Compiling zerocopy-derive v0.6.6 |
1324 | 2024-06-17T17:31:26.435Z | Compiling pest_derive v2.7.10 |
1325 | 2024-06-17T17:31:26.901Z | Compiling block-buffer v0.10.4 |
1326 | 2024-06-17T17:31:27.169Z | Compiling digest v0.10.7 |
1327 | 2024-06-17T17:31:27.217Z | Compiling dtrace-parser v0.2.0 |
1328 | 2024-06-17T17:31:28.147Z | Compiling ppv-lite86 v0.2.17 |
1329 | 2024-06-17T17:31:28.226Z | Checking bytes v1.6.0 |
1330 | 2024-06-17T17:31:28.809Z | Checking bitflags v2.5.0 |
1331 | 2024-06-17T17:31:28.917Z | Compiling psl-types v2.0.11 |
1332 | 2024-06-17T17:31:28.988Z | Compiling rand_chacha v0.3.1 |
1333 | 2024-06-17T17:31:29.020Z | Checking tokio v1.37.0 |
1334 | 2024-06-17T17:31:29.106Z | Compiling publicsuffix v2.2.3 |
1335 | 2024-06-17T17:31:29.124Z | Compiling crossbeam-epoch v0.9.18 |
1336 | 2024-06-17T17:31:29.359Z | Compiling indexmap v2.2.6 |
1337 | 2024-06-17T17:31:29.990Z | Compiling semver v1.0.23 |
1338 | 2024-06-17T17:31:30.459Z | Compiling serde_tokenstream v0.2.0 |
1339 | 2024-06-17T17:31:30.891Z | Compiling chrono v0.4.38 |
1340 | 2024-06-17T17:31:30.946Z | Compiling uuid v1.8.0 |
1341 | 2024-06-17T17:31:31.006Z | Compiling http v0.2.12 |
1342 | 2024-06-17T17:31:31.215Z | Compiling serde_spanned v0.6.6 |
1343 | 2024-06-17T17:31:31.408Z | Compiling toml_datetime v0.6.6 |
1344 | 2024-06-17T17:31:31.850Z | Compiling rustc_version v0.4.0 |
1345 | 2024-06-17T17:31:31.956Z | Compiling rustix v0.38.34 |
1346 | 2024-06-17T17:31:32.401Z | Compiling toml_edit v0.19.15 |
1347 | 2024-06-17T17:31:32.695Z | Compiling dof v0.3.0 |
1348 | 2024-06-17T17:31:32.746Z | Compiling openapiv3 v2.0.0 |
1349 | 2024-06-17T17:31:34.737Z | Compiling usdt-impl v0.5.0 |
1350 | 2024-06-17T17:31:35.003Z | Compiling http-body v0.4.6 |
1351 | 2024-06-17T17:31:35.081Z | Compiling openssl v0.10.64 |
1352 | 2024-06-17T17:31:35.468Z | Compiling heapless v0.7.17 |
1353 | 2024-06-17T17:31:36.121Z | Compiling unicode-xid v0.2.4 |
1354 | 2024-06-17T17:31:36.301Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1355 | 2024-06-17T17:31:36.368Z | Compiling usdt-macro v0.5.0 |
1356 | 2024-06-17T17:31:37.069Z | Compiling usdt-attr-macro v0.5.0 |
1357 | 2024-06-17T17:31:37.115Z | Compiling bit-vec v0.6.3 |
1358 | 2024-06-17T17:31:37.474Z | Compiling cookie_store v0.20.0 |
1359 | 2024-06-17T17:31:37.726Z | Compiling rand v0.8.5 |
1360 | 2024-06-17T17:31:37.880Z | Compiling serde_urlencoded v0.7.1 |
1361 | 2024-06-17T17:31:38.425Z | Compiling phf_shared v0.10.0 |
1362 | 2024-06-17T17:31:38.703Z | Compiling lazy_static v1.4.0 |
1363 | 2024-06-17T17:31:38.822Z | Compiling gimli v0.28.1 |
1364 | 2024-06-17T17:31:38.844Z | Compiling new_debug_unreachable v1.0.6 |
1365 | 2024-06-17T17:31:38.946Z | Compiling webpki-roots v0.25.4 |
1366 | 2024-06-17T17:31:39.100Z | Compiling fixedbitset v0.4.2 |
1367 | 2024-06-17T17:31:39.121Z | Compiling precomputed-hash v0.1.1 |
1368 | 2024-06-17T17:31:39.244Z | Compiling tokio-util v0.7.11 |
1369 | 2024-06-17T17:31:39.603Z | Compiling tokio-rustls v0.24.1 |
1370 | 2024-06-17T17:31:39.694Z | Compiling base64ct v1.6.0 |
1371 | 2024-06-17T17:31:39.920Z | Compiling smoltcp v0.9.1 |
1372 | 2024-06-17T17:31:40.017Z | Compiling minimal-lexical v0.2.1 |
1373 | 2024-06-17T17:31:40.292Z | Compiling h2 v0.3.26 |
1374 | 2024-06-17T17:31:40.556Z | Checking fnv v1.0.7 |
1375 | 2024-06-17T17:31:40.676Z | Compiling nom v7.1.3 |
1376 | 2024-06-17T17:31:40.679Z | Compiling pem-rfc7468 v0.7.0 |
1377 | 2024-06-17T17:31:40.713Z | Compiling petgraph v0.6.5 |
1378 | 2024-06-17T17:31:40.716Z | Compiling string_cache v0.8.7 |
1379 | 2024-06-17T17:31:41.201Z | Compiling native-tls v0.2.11 |
1380 | 2024-06-17T17:31:41.444Z | Compiling bit-set v0.5.3 |
1381 | 2024-06-17T17:31:41.736Z | Compiling tokio-native-tls v0.3.1 |
1382 | 2024-06-17T17:31:41.836Z | Compiling hmac v0.12.1 |
1383 | 2024-06-17T17:31:42.020Z | Compiling hubpack_derive v0.1.1 |
1384 | 2024-06-17T17:31:42.094Z | Compiling enum-as-inner v0.5.1 |
1385 | 2024-06-17T17:31:42.917Z | Compiling itertools v0.10.5 |
1386 | 2024-06-17T17:31:43.125Z | Compiling addr2line v0.21.0 |
1387 | 2024-06-17T17:31:43.780Z | Compiling diesel_table_macro_syntax v0.1.0 |
1388 | 2024-06-17T17:31:43.949Z | Compiling object v0.32.2 |
1389 | 2024-06-17T17:31:44.178Z | Compiling flagset v0.4.5 |
1390 | 2024-06-17T17:31:44.218Z | Compiling rustc-demangle v0.1.24 |
1391 | 2024-06-17T17:31:44.353Z | Compiling unicode-segmentation v1.11.0 |
1392 | 2024-06-17T17:31:44.383Z | Compiling lalrpop-util v0.19.12 |
1393 | 2024-06-17T17:31:44.723Z | Compiling der v0.7.9 |
1394 | 2024-06-17T17:31:44.789Z | Compiling toml_edit v0.22.13 |
1395 | 2024-06-17T17:31:45.220Z | Compiling diesel_derives v2.1.4 |
1396 | 2024-06-17T17:31:45.795Z | Compiling futures-executor v0.3.30 |
1397 | 2024-06-17T17:31:45.818Z | Compiling itertools v0.12.1 |
1398 | 2024-06-17T17:31:46.429Z | Compiling finl_unicode v1.2.0 |
1399 | 2024-06-17T17:31:46.862Z | Compiling sha2 v0.10.8 |
1400 | 2024-06-17T17:31:47.021Z | Compiling hyper v0.14.28 |
1401 | 2024-06-17T17:31:48.274Z | Compiling stringprep v0.1.4 |
1402 | 2024-06-17T17:31:49.081Z | Compiling spki v0.7.3 |
1403 | 2024-06-17T17:31:49.478Z | Compiling futures v0.3.30 |
1404 | 2024-06-17T17:31:49.501Z | Compiling toml v0.7.8 |
1405 | 2024-06-17T17:31:49.606Z | Compiling hex v0.4.3 |
1406 | 2024-06-17T17:31:50.251Z | Compiling md-5 v0.10.6 |
1407 | 2024-06-17T17:31:50.393Z | Compiling serde_repr v0.1.19 |
1408 | 2024-06-17T17:31:50.514Z | Compiling strum_macros v0.25.3 |
1409 | 2024-06-17T17:31:51.334Z | Compiling num-integer v0.1.46 |
1410 | 2024-06-17T17:31:51.600Z | Compiling hash32 v0.2.1 |
1411 | 2024-06-17T17:31:52.091Z | Compiling fs-err v2.11.0 |
1412 | 2024-06-17T17:31:52.133Z | Checking tinyvec_macros v0.1.1 |
1413 | 2024-06-17T17:31:52.225Z | Compiling fallible-iterator v0.2.0 |
1414 | 2024-06-17T17:31:52.371Z | Compiling stable_deref_trait v1.2.0 |
1415 | 2024-06-17T17:31:52.951Z | Compiling postgres-protocol v0.6.6 |
1416 | 2024-06-17T17:31:53.117Z | Checking tinyvec v1.6.0 |
1417 | 2024-06-17T17:31:53.672Z | Compiling hyper-rustls v0.24.2 |
1418 | 2024-06-17T17:31:53.720Z | Compiling hyper-tls v0.5.0 |
1419 | 2024-06-17T17:31:54.028Z | Compiling reqwest v0.11.27 |
1420 | 2024-06-17T17:31:54.088Z | Compiling pkcs8 v0.10.2 |
1421 | 2024-06-17T17:31:54.348Z | Compiling terminal_size v0.3.0 |
1422 | 2024-06-17T17:31:54.585Z | Compiling block-padding v0.3.3 |
1423 | 2024-06-17T17:31:54.645Z | Compiling phf_shared v0.11.2 |
1424 | 2024-06-17T17:31:54.700Z | Compiling ff v0.13.0 |
1425 | 2024-06-17T17:31:54.827Z | Compiling scheduled-thread-pool v0.2.7 |
1426 | 2024-06-17T17:31:54.885Z | Compiling peg-runtime v0.8.3 |
1427 | 2024-06-17T17:31:54.938Z | Compiling bitflags v1.3.2 |
1428 | 2024-06-17T17:31:55.048Z | Compiling base16ct v0.2.0 |
1429 | 2024-06-17T17:31:55.051Z | Compiling matches v0.1.10 |
1430 | 2024-06-17T17:31:55.373Z | Checking equivalent v1.0.1 |
1431 | 2024-06-17T17:31:55.453Z | Compiling managed v0.8.0 |
1432 | 2024-06-17T17:31:55.568Z | Compiling sec1 v0.7.3 |
1433 | 2024-06-17T17:31:55.672Z | Compiling idna v0.2.3 |
1434 | 2024-06-17T17:31:56.141Z | Compiling signal-hook-mio v0.2.3 |
1435 | 2024-06-17T17:31:56.308Z | Compiling r2d2 v0.8.10 |
1436 | 2024-06-17T17:31:56.668Z | Compiling clap_builder v4.5.2 |
1437 | 2024-06-17T17:31:56.721Z | Compiling phf v0.11.2 |
1438 | 2024-06-17T17:31:56.994Z | Compiling group v0.13.0 |
1439 | 2024-06-17T17:31:57.015Z | Compiling inout v0.1.3 |
1440 | 2024-06-17T17:31:57.207Z | Compiling postgres-types v0.2.6 |
1441 | 2024-06-17T17:31:57.283Z | Compiling num-bigint v0.4.5 |
1442 | 2024-06-17T17:31:57.302Z | Compiling hubpack v0.1.2 |
1443 | 2024-06-17T17:31:57.318Z | Compiling hkdf v0.12.4 |
1444 | 2024-06-17T17:31:57.759Z | Compiling ipnetwork v0.20.0 |
1445 | 2024-06-17T17:31:57.841Z | Compiling zerocopy v0.6.6 |
1446 | 2024-06-17T17:31:58.050Z | Compiling crypto-bigint v0.5.5 |
1447 | 2024-06-17T17:31:58.701Z | Compiling float-cmp v0.9.0 |
1448 | 2024-06-17T17:31:58.732Z | Compiling difflib v0.4.0 |
1449 | 2024-06-17T17:31:58.755Z | Compiling static_assertions v1.1.0 |
1450 | 2024-06-17T17:31:58.857Z | Compiling data-encoding v2.6.0 |
1451 | 2024-06-17T17:31:58.935Z | Compiling whoami v1.5.1 |
1452 | 2024-06-17T17:31:59.605Z | Compiling predicates-core v1.0.6 |
1453 | 2024-06-17T17:31:59.997Z | Compiling normalize-line-endings v0.3.0 |
1454 | 2024-06-17T17:32:00.127Z | Compiling predicates v3.1.0 |
1455 | 2024-06-17T17:32:00.421Z | Compiling yasna v0.5.2 |
1456 | 2024-06-17T17:32:01.212Z | Compiling diesel v2.1.6 |
1457 | 2024-06-17T17:32:01.363Z | Compiling elliptic-curve v0.13.8 |
1458 | 2024-06-17T17:32:01.911Z | Compiling clap v4.5.4 |
1459 | 2024-06-17T17:32:02.038Z | Compiling trust-dns-proto v0.22.0 |
1460 | 2024-06-17T17:32:02.220Z | Compiling tokio-postgres v0.7.10 |
1461 | 2024-06-17T17:32:02.297Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1462 | 2024-06-17T17:32:04.046Z | Compiling usdt v0.5.0 |
1463 | 2024-06-17T17:32:04.530Z | Compiling cipher v0.4.4 |
1464 | 2024-06-17T17:32:05.069Z | Compiling crossterm v0.27.0 |
1465 | 2024-06-17T17:32:07.403Z | Compiling num-iter v0.1.45 |
1466 | 2024-06-17T17:32:07.589Z | Compiling similar v2.5.0 |
1467 | 2024-06-17T17:32:07.830Z | Compiling tokio-stream v0.1.15 |
1468 | 2024-06-17T17:32:08.119Z | Compiling console v0.15.8 |
1469 | 2024-06-17T17:32:08.541Z | Compiling bstr v1.9.1 |
1470 | 2024-06-17T17:32:09.417Z | Checking tracing-core v0.1.32 |
1471 | 2024-06-17T17:32:10.378Z | Checking percent-encoding v2.3.1 |
1472 | 2024-06-17T17:32:10.496Z | Checking unicode-ident v1.0.12 |
1473 | 2024-06-17T17:32:10.574Z | Checking form_urlencoded v1.2.1 |
1474 | 2024-06-17T17:32:10.648Z | Checking httparse v1.8.0 |
1475 | 2024-06-17T17:32:10.747Z | Checking powerfmt v0.2.0 |
1476 | 2024-06-17T17:32:11.017Z | Checking deranged v0.3.11 |
1477 | 2024-06-17T17:32:11.058Z | Checking errno v0.3.9 |
1478 | 2024-06-17T17:32:11.220Z | Checking num-conv v0.1.0 |
1479 | 2024-06-17T17:32:11.317Z | Checking num_threads v0.1.7 |
1480 | 2024-06-17T17:32:11.353Z | Checking unicode-width v0.1.12 |
1481 | 2024-06-17T17:32:11.437Z | Checking time-core v0.1.2 |
1482 | 2024-06-17T17:32:11.520Z | Checking proc-macro2 v1.0.82 |
1483 | 2024-06-17T17:32:12.167Z | Checking cpufeatures v0.2.12 |
1484 | 2024-06-17T17:32:12.264Z | Checking quote v1.0.36 |
1485 | 2024-06-17T17:32:12.362Z | Checking base64 v0.21.7 |
1486 | 2024-06-17T17:32:12.810Z | Checking try-lock v0.2.5 |
1487 | 2024-06-17T17:32:12.943Z | Checking adler v1.0.2 |
1488 | 2024-06-17T17:32:13.093Z | Checking miniz_oxide v0.7.2 |
1489 | 2024-06-17T17:32:13.165Z | Checking want v0.3.1 |
1490 | 2024-06-17T17:32:13.408Z | Checking tower-service v0.3.2 |
1491 | 2024-06-17T17:32:13.779Z | Checking httpdate v1.0.3 |
1492 | 2024-06-17T17:32:14.027Z | Checking openssl-probe v0.1.5 |
1493 | 2024-06-17T17:32:14.168Z | Checking foreign-types-shared v0.1.1 |
1494 | 2024-06-17T17:32:14.192Z | Checking openssl-sys v0.9.102 |
1495 | 2024-06-17T17:32:14.229Z | Checking mime v0.3.17 |
1496 | 2024-06-17T17:32:14.272Z | Checking foreign-types v0.3.2 |
1497 | 2024-06-17T17:32:15.709Z | Checking ipnet v2.9.0 |
1498 | 2024-06-17T17:32:16.180Z | Checking utf8parse v0.2.1 |
1499 | 2024-06-17T17:32:18.990Z | Checking encoding_rs v0.8.34 |
1500 | 2024-06-17T17:32:19.396Z | Checking anstyle v1.0.7 |
1501 | 2024-06-17T17:32:19.971Z | Checking rustls-pemfile v1.0.4 |
1502 | 2024-06-17T17:32:20.725Z | Checking sync_wrapper v0.1.2 |
1503 | 2024-06-17T17:32:20.843Z | Checking plain v0.2.3 |
1504 | 2024-06-17T17:32:21.068Z | Checking ucd-trie v0.1.6 |
1505 | 2024-06-17T17:32:21.531Z | Checking anstyle-parse v0.2.4 |
1506 | 2024-06-17T17:32:21.563Z | Checking pretty-hex v0.4.1 |
1507 | 2024-06-17T17:32:21.639Z | Checking colorchoice v1.0.1 |
1508 | 2024-06-17T17:32:21.766Z | Checking anstyle-query v1.0.3 |
1509 | 2024-06-17T17:32:21.786Z | Checking is_terminal_polyfill v1.70.0 |
1510 | 2024-06-17T17:32:21.899Z | Checking anstream v0.6.14 |
1511 | 2024-06-17T17:32:22.269Z | Checking thread-id v4.2.1 |
1512 | 2024-06-17T17:32:22.375Z | Checking clap_lex v0.7.0 |
1513 | 2024-06-17T17:32:22.531Z | Checking strsim v0.11.1 |
1514 | 2024-06-17T17:32:22.616Z | Checking memmap v0.7.0 |
1515 | 2024-06-17T17:32:23.750Z | Checking crc32fast v1.4.0 |
1516 | 2024-06-17T17:32:25.744Z | Checking flate2 v1.0.30 |
1517 | 2024-06-17T17:32:26.286Z | Checking winnow v0.6.8 |
1518 | 2024-06-17T17:32:34.617Z | Compiling regress v0.9.1 |
1519 | 2024-06-17T17:32:34.739Z | Compiling getopts v0.2.21 |
1520 | 2024-06-17T17:32:35.100Z | Checking heck v0.5.0 |
1521 | 2024-06-17T17:32:35.285Z | Compiling unsafe-libyaml v0.2.11 |
1522 | 2024-06-17T17:32:35.734Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1523 | 2024-06-17T17:32:36.213Z | Checking camino v1.1.7 |
1524 | 2024-06-17T17:32:36.347Z | Checking is-terminal v0.4.12 |
1525 | 2024-06-17T17:32:36.473Z | Compiling serde_yaml v0.9.34+deprecated |
1526 | 2024-06-17T17:32:36.743Z | Checking base64 v0.22.1 |
1527 | 2024-06-17T17:32:37.152Z | Compiling paste v1.0.15 |
1528 | 2024-06-17T17:32:37.191Z | Checking sha1 v0.10.6 |
1529 | 2024-06-17T17:32:37.287Z | Checking http v1.1.0 |
1530 | 2024-06-17T17:32:37.460Z | Compiling ident_case v1.0.1 |
1531 | 2024-06-17T17:32:37.634Z | Compiling darling_core v0.20.9 |
1532 | 2024-06-17T17:32:37.903Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1533 | 2024-06-17T17:32:38.218Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1534 | 2024-06-17T17:32:38.745Z | Compiling strum_macros v0.26.2 |
1535 | 2024-06-17T17:32:38.977Z | Checking match_cfg v0.1.0 |
1536 | 2024-06-17T17:32:39.070Z | Checking rustls-pki-types v1.7.0 |
1537 | 2024-06-17T17:32:39.489Z | Checking fastrand v2.1.0 |
1538 | 2024-06-17T17:32:39.576Z | Checking hostname v0.3.1 |
1539 | 2024-06-17T17:32:39.708Z | Checking dirs-sys-next v0.1.2 |
1540 | 2024-06-17T17:32:39.800Z | Checking tempfile v3.10.1 |
1541 | 2024-06-17T17:32:39.888Z | Checking quick-error v1.2.3 |
1542 | 2024-06-17T17:32:40.033Z | Checking dirs-next v2.0.0 |
1543 | 2024-06-17T17:32:40.159Z | Checking crossbeam-channel v0.5.12 |
1544 | 2024-06-17T17:32:40.179Z | Checking thread_local v1.1.8 |
1545 | 2024-06-17T17:32:40.461Z | Compiling rustls v0.22.4 |
1546 | 2024-06-17T17:32:40.698Z | Checking term v0.7.0 |
1547 | 2024-06-17T17:32:40.745Z | Checking rustls-webpki v0.102.4 |
1548 | 2024-06-17T17:32:40.891Z | Checking instant v0.1.12 |
1549 | 2024-06-17T17:32:41.009Z | Checking take_mut v0.2.2 |
1550 | 2024-06-17T17:32:41.060Z | Checking rustls-pemfile v2.1.2 |
1551 | 2024-06-17T17:32:41.108Z | Checking slog-term v2.9.1 |
1552 | 2024-06-17T17:32:41.157Z | Checking slog-async v2.8.0 |
1553 | 2024-06-17T17:32:41.301Z | Compiling multer v3.1.0 |
1554 | 2024-06-17T17:32:41.446Z | Checking debug-ignore v1.0.5 |
1555 | 2024-06-17T17:32:41.561Z | Checking toml v0.8.13 |
1556 | 2024-06-17T17:32:41.584Z | Checking slog-json v2.6.1 |
1557 | 2024-06-17T17:32:41.650Z | Compiling async-stream-impl v0.3.5 |
1558 | 2024-06-17T17:32:41.846Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1559 | 2024-06-17T17:32:42.127Z | Checking atomic-waker v1.1.2 |
1560 | 2024-06-17T17:32:42.256Z | Checking waitgroup v0.1.2 |
1561 | 2024-06-17T17:32:42.382Z | Checking slog-bunyan v2.5.0 |
1562 | 2024-06-17T17:32:42.548Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1563 | 2024-06-17T17:32:42.791Z | Checking serde_path_to_error v0.1.16 |
1564 | 2024-06-17T17:32:43.058Z | Checking async-stream v0.3.5 |
1565 | 2024-06-17T17:32:43.258Z | Checking hostname v0.4.0 |
1566 | 2024-06-17T17:32:43.396Z | Checking newtype-uuid v1.1.0 |
1567 | 2024-06-17T17:32:43.433Z | Checking wait-timeout v0.2.0 |
1568 | 2024-06-17T17:32:43.600Z | Compiling structmeta-derive v0.3.0 |
1569 | 2024-06-17T17:32:43.641Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1570 | 2024-06-17T17:32:43.912Z | Checking rusty-fork v0.3.0 |
1571 | 2024-06-17T17:32:43.995Z | Checking strum v0.26.2 |
1572 | 2024-06-17T17:32:44.155Z | Compiling structmeta-derive v0.2.0 |
1573 | 2024-06-17T17:32:44.208Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1574 | 2024-06-17T17:32:44.760Z | Checking rand_xorshift v0.3.0 |
1575 | 2024-06-17T17:32:44.937Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1576 | 2024-06-17T17:32:44.987Z | Checking unarray v0.1.4 |
1577 | 2024-06-17T17:32:45.017Z | Checking tokio-rustls v0.25.0 |
1578 | 2024-06-17T17:32:45.043Z | Compiling darling_macro v0.20.9 |
1579 | 2024-06-17T17:32:45.138Z | Checking proptest v1.4.0 |
1580 | 2024-06-17T17:32:45.214Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1581 | 2024-06-17T17:32:45.354Z | Checking backoff v0.4.0 |
1582 | 2024-06-17T17:32:45.648Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1583 | 2024-06-17T17:32:46.037Z | Compiling darling v0.20.9 |
1584 | 2024-06-17T17:32:46.163Z | Compiling serde_with_macros v3.8.1 |
1585 | 2024-06-17T17:32:46.456Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1586 | 2024-06-17T17:32:46.606Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1587 | 2024-06-17T17:32:46.693Z | Compiling structmeta v0.3.0 |
1588 | 2024-06-17T17:32:46.934Z | Checking macaddr v1.0.1 |
1589 | 2024-06-17T17:32:47.063Z | Compiling structmeta v0.2.0 |
1590 | 2024-06-17T17:32:47.163Z | Compiling parse-display-derive v0.9.0 |
1591 | 2024-06-17T17:32:47.240Z | Compiling proc-macro-error v1.0.4 |
1592 | 2024-06-17T17:32:47.526Z | Compiling test-strategy v0.3.1 |
1593 | 2024-06-17T17:32:47.965Z | Checking camino-tempfile v1.1.1 |
1594 | 2024-06-17T17:32:48.239Z | Compiling proc-macro-crate v1.3.1 |
1595 | 2024-06-17T17:32:48.971Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1596 | 2024-06-17T17:32:49.328Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1597 | 2024-06-17T17:32:49.349Z | Checking serde_with v3.8.1 |
1598 | 2024-06-17T17:32:49.371Z | Compiling num_enum_derive v0.5.11 |
1599 | 2024-06-17T17:32:49.619Z | Compiling foreign-types-macros v0.2.3 |
1600 | 2024-06-17T17:32:49.668Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1601 | 2024-06-17T17:32:49.944Z | Checking foreign-types-shared v0.3.1 |
1602 | 2024-06-17T17:32:50.420Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1603 | 2024-06-17T17:32:50.873Z | Checking foreign-types v0.5.0 |
1604 | 2024-06-17T17:32:50.987Z | Checking cstr-argument v0.1.2 |
1605 | 2024-06-17T17:32:51.155Z | Checking pretty-hex v0.2.1 |
1606 | 2024-06-17T17:32:51.320Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1607 | 2024-06-17T17:32:51.400Z | Checking tabwriter v1.4.0 |
1608 | 2024-06-17T17:32:51.573Z | Checking colored v2.1.0 |
1609 | 2024-06-17T17:32:51.607Z | Checking socket2 v0.4.10 |
1610 | 2024-06-17T17:32:51.625Z | Checking smf v0.2.3 |
1611 | 2024-06-17T17:32:51.881Z | Checking humantime v2.1.0 |
1612 | 2024-06-17T17:32:52.033Z | Checking termcolor v1.4.1 |
1613 | 2024-06-17T17:32:52.061Z | Checking arc-swap v1.7.1 |
1614 | 2024-06-17T17:32:52.080Z | Checking parse-display v0.9.0 |
1615 | 2024-06-17T17:32:52.121Z | Checking num_enum v0.5.11 |
1616 | 2024-06-17T17:32:52.163Z | Checking newline-converter v0.3.0 |
1617 | 2024-06-17T17:32:52.275Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1618 | 2024-06-17T17:32:52.278Z | Checking same-file v1.0.6 |
1619 | 2024-06-17T17:32:52.310Z | Checking expectorate v1.1.0 |
1620 | 2024-06-17T17:32:52.415Z | Checking xattr v1.3.1 |
1621 | 2024-06-17T17:32:52.446Z | Checking walkdir v2.5.0 |
1622 | 2024-06-17T17:32:52.464Z | Checking filetime v0.2.23 |
1623 | 2024-06-17T17:32:52.467Z | Checking slog-scope v4.4.0 |
1624 | 2024-06-17T17:32:52.511Z | Checking utf-8 v0.7.6 |
1625 | 2024-06-17T17:32:52.597Z | Compiling heapless v0.8.0 |
1626 | 2024-06-17T17:32:52.650Z | Checking tar v0.4.40 |
1627 | 2024-06-17T17:32:52.669Z | Checking slog-stdlog v4.1.1 |
1628 | 2024-06-17T17:32:52.701Z | Checking termtree v0.4.1 |
1629 | 2024-06-17T17:32:52.704Z | Checking tungstenite v0.20.1 |
1630 | 2024-06-17T17:32:52.821Z | Checking slog-envlogger v2.2.0 |
1631 | 2024-06-17T17:32:52.824Z | Checking hash32 v0.3.1 |
1632 | 2024-06-17T17:32:52.897Z | Checking predicates-tree v1.0.9 |
1633 | 2024-06-17T17:32:53.017Z | Compiling smoltcp v0.11.0 |
1634 | 2024-06-17T17:32:53.039Z | Checking embedded-io v0.4.0 |
1635 | 2024-06-17T17:32:53.056Z | Checking cobs v0.2.3 |
1636 | 2024-06-17T17:32:53.228Z | Compiling crucible-workspace-hack v0.1.0 |
1637 | 2024-06-17T17:32:53.231Z | Checking postcard v1.0.8 |
1638 | 2024-06-17T17:32:53.342Z | Checking sigpipe v0.1.3 |
1639 | 2024-06-17T17:32:53.449Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1640 | 2024-06-17T17:32:53.507Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1641 | 2024-06-17T17:32:53.538Z | Checking tokio-tungstenite v0.20.1 |
1642 | 2024-06-17T17:32:53.760Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1643 | 2024-06-17T17:32:53.784Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1644 | 2024-06-17T17:32:53.803Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1645 | 2024-06-17T17:32:53.919Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1646 | 2024-06-17T17:32:53.954Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1647 | 2024-06-17T17:32:54.012Z | Checking pem v3.0.4 |
1648 | 2024-06-17T17:32:54.260Z | Compiling mockall_derive v0.12.1 |
1649 | 2024-06-17T17:32:54.287Z | Compiling num-derive v0.4.2 |
1650 | 2024-06-17T17:32:54.639Z | Checking atty v0.2.14 |
1651 | 2024-06-17T17:32:54.764Z | Checking fragile v2.0.0 |
1652 | 2024-06-17T17:32:55.038Z | Checking downcast v0.11.0 |
1653 | 2024-06-17T17:32:55.226Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1654 | 2024-06-17T17:32:55.480Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1655 | 2024-06-17T17:32:55.497Z | Compiling derive-where v1.2.7 |
1656 | 2024-06-17T17:32:55.807Z | Checking env_logger v0.9.3 |
1657 | 2024-06-17T17:32:56.200Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1658 | 2024-06-17T17:32:56.236Z | Compiling bitstruct_derive v0.1.0 |
1659 | 2024-06-17T17:32:56.539Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1660 | 2024-06-17T17:32:56.671Z | Checking ascii v1.1.0 |
1661 | 2024-06-17T17:32:56.719Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1662 | 2024-06-17T17:32:57.071Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1663 | 2024-06-17T17:32:57.155Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1664 | 2024-06-17T17:32:57.279Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1665 | 2024-06-17T17:32:57.316Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1666 | 2024-06-17T17:32:57.562Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1667 | 2024-06-17T17:32:57.564Z | Checking bitstruct v0.1.1 |
1668 | 2024-06-17T17:32:57.676Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1669 | 2024-06-17T17:32:57.704Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1670 | 2024-06-17T17:32:57.829Z | Checking erased-serde v0.3.31 |
1671 | 2024-06-17T17:32:57.898Z | Checking serde_arrays v0.1.0 |
1672 | 2024-06-17T17:32:57.942Z | Compiling heck v0.3.3 |
1673 | 2024-06-17T17:32:58.054Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1674 | 2024-06-17T17:32:58.339Z | Checking tungstenite v0.21.0 |
1675 | 2024-06-17T17:32:58.373Z | Compiling zone_cfg_derive v0.1.2 |
1676 | 2024-06-17T17:32:58.602Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1677 | 2024-06-17T17:32:58.904Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1678 | 2024-06-17T17:32:59.052Z | Checking headers-core v0.2.0 |
1679 | 2024-06-17T17:32:59.169Z | Checking base64 v0.13.1 |
1680 | 2024-06-17T17:32:59.188Z | Checking headers v0.3.9 |
1681 | 2024-06-17T17:32:59.631Z | Checking ron v0.7.1 |
1682 | 2024-06-17T17:32:59.912Z | Checking zone v0.1.8 |
1683 | 2024-06-17T17:33:00.220Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1684 | 2024-06-17T17:33:00.246Z | Checking tokio-tungstenite v0.21.0 |
1685 | 2024-06-17T17:33:00.560Z | Checking portpicker v0.1.1 |
1686 | 2024-06-17T17:33:00.683Z | Checking rcgen v0.12.1 |
1687 | 2024-06-17T17:33:00.701Z | Checking atomicwrites v0.4.3 |
1688 | 2024-06-17T17:33:00.769Z | Checking subprocess v0.2.9 |
1689 | 2024-06-17T17:33:00.881Z | Compiling convert_case v0.4.0 |
1690 | 2024-06-17T17:33:01.282Z | Checking password-hash v0.5.0 |
1691 | 2024-06-17T17:33:01.326Z | Checking blake2 v0.10.6 |
1692 | 2024-06-17T17:33:01.710Z | Checking linked-hash-map v0.5.6 |
1693 | 2024-06-17T17:33:01.743Z | Checking argon2 v0.5.3 |
1694 | 2024-06-17T17:33:01.911Z | Compiling derive_more v0.99.17 |
1695 | 2024-06-17T17:33:02.011Z | Checking lru-cache v0.1.2 |
1696 | 2024-06-17T17:33:02.048Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1697 | 2024-06-17T17:33:02.176Z | Checking swrite v0.1.0 |
1698 | 2024-06-17T17:33:02.200Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1699 | 2024-06-17T17:33:02.289Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1700 | 2024-06-17T17:33:02.326Z | Compiling rayon-core v1.12.1 |
1701 | 2024-06-17T17:33:02.371Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1702 | 2024-06-17T17:33:02.421Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1703 | 2024-06-17T17:33:02.563Z | Checking mockall v0.12.1 |
1704 | 2024-06-17T17:33:02.605Z | Checking resolv-conf v0.7.0 |
1705 | 2024-06-17T17:33:02.677Z | Checking half v2.4.1 |
1706 | 2024-06-17T17:33:02.766Z | Checking ciborium-io v0.2.2 |
1707 | 2024-06-17T17:33:02.785Z | Compiling semver v0.1.20 |
1708 | 2024-06-17T17:33:02.888Z | Compiling cancel-safe-futures v0.1.5 |
1709 | 2024-06-17T17:33:02.944Z | Checking trust-dns-resolver v0.22.0 |
1710 | 2024-06-17T17:33:03.125Z | Checking ciborium-ll v0.2.2 |
1711 | 2024-06-17T17:33:03.225Z | Compiling rustc_version v0.1.7 |
1712 | 2024-06-17T17:33:03.406Z | Checking ciborium v0.2.2 |
1713 | 2024-06-17T17:33:03.743Z | Compiling newtype_derive v0.1.6 |
1714 | 2024-06-17T17:33:04.045Z | Compiling slog-dtrace v0.3.0 |
1715 | 2024-06-17T17:33:04.214Z | Checking steno v0.4.0 |
1716 | 2024-06-17T17:33:04.315Z | Checking libsw v3.3.1 |
1717 | 2024-06-17T17:33:04.360Z | Checking linear-map v1.2.0 |
1718 | 2024-06-17T17:33:04.395Z | Checking owo-colors v4.0.0 |
1719 | 2024-06-17T17:33:04.571Z | Compiling radium v0.7.0 |
1720 | 2024-06-17T17:33:04.712Z | Checking num-rational v0.4.2 |
1721 | 2024-06-17T17:33:04.743Z | Checking num-complex v0.4.6 |
1722 | 2024-06-17T17:33:05.052Z | Checking nibble_vec v0.1.0 |
1723 | 2024-06-17T17:33:05.240Z | Compiling maybe-uninit v2.0.0 |
1724 | 2024-06-17T17:33:05.370Z | Checking tap v1.0.1 |
1725 | 2024-06-17T17:33:05.539Z | Checking endian-type v0.1.2 |
1726 | 2024-06-17T17:33:05.665Z | Checking num v0.4.3 |
1727 | 2024-06-17T17:33:05.760Z | Checking radix_trie v0.2.1 |
1728 | 2024-06-17T17:33:05.789Z | Checking wyz v0.5.1 |
1729 | 2024-06-17T17:33:06.161Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1730 | 2024-06-17T17:33:06.187Z | Checking fxhash v0.2.1 |
1731 | 2024-06-17T17:33:06.206Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1732 | 2024-06-17T17:33:06.209Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1733 | 2024-06-17T17:33:06.356Z | Compiling packed_struct v0.10.1 |
1734 | 2024-06-17T17:33:06.423Z | Checking display-error-chain v0.2.0 |
1735 | 2024-06-17T17:33:06.570Z | Checking crc-catalog v2.4.0 |
1736 | 2024-06-17T17:33:06.665Z | Compiling num-bigint-dig v0.8.4 |
1737 | 2024-06-17T17:33:06.705Z | Checking funty v2.0.0 |
1738 | 2024-06-17T17:33:06.815Z | Checking crc v3.2.1 |
1739 | 2024-06-17T17:33:07.308Z | Compiling packed_struct_codegen v0.10.1 |
1740 | 2024-06-17T17:33:07.334Z | Compiling indexmap v1.9.3 |
1741 | 2024-06-17T17:33:07.595Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1742 | 2024-06-17T17:33:07.612Z | Checking nodrop v0.1.14 |
1743 | 2024-06-17T17:33:07.644Z | Checking bitvec v1.0.1 |
1744 | 2024-06-17T17:33:07.728Z | Compiling home v0.5.9 |
1745 | 2024-06-17T17:33:07.864Z | Checking array-init v0.0.4 |
1746 | 2024-06-17T17:33:07.883Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1747 | 2024-06-17T17:33:08.044Z | Checking smallvec v0.6.14 |
1748 | 2024-06-17T17:33:08.426Z | Checking pkcs1 v0.7.5 |
1749 | 2024-06-17T17:33:08.883Z | Checking signature v2.2.0 |
1750 | 2024-06-17T17:33:08.905Z | Checking hashbrown v0.12.3 |
1751 | 2024-06-17T17:33:09.104Z | Checking bitfield v0.14.0 |
1752 | 2024-06-17T17:33:09.375Z | Checking serde-hex v0.1.0 |
1753 | 2024-06-17T17:33:10.363Z | Checking bzip2 v0.4.4 |
1754 | 2024-06-17T17:33:10.385Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1755 | 2024-06-17T17:33:10.503Z | Checking rsa v0.9.6 |
1756 | 2024-06-17T17:33:10.603Z | Checking env_logger v0.10.2 |
1757 | 2024-06-17T17:33:10.623Z | Checking x509-cert v0.2.5 |
1758 | 2024-06-17T17:33:10.639Z | Checking ron v0.8.1 |
1759 | 2024-06-17T17:33:10.685Z | Checking hashbrown v0.13.2 |
1760 | 2024-06-17T17:33:11.004Z | Checking crc-any v2.5.0 |
1761 | 2024-06-17T17:33:11.019Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1762 | 2024-06-17T17:33:11.369Z | Checking zip v0.6.6 |
1763 | 2024-06-17T17:33:11.524Z | Checking path-slash v0.1.5 |
1764 | 2024-06-17T17:33:11.669Z | Checking object v0.30.4 |
1765 | 2024-06-17T17:33:11.672Z | Compiling async-recursion v1.1.1 |
1766 | 2024-06-17T17:33:11.860Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1767 | 2024-06-17T17:33:12.016Z | Checking maplit v1.0.2 |
1768 | 2024-06-17T17:33:12.119Z | Compiling blake3 v1.5.1 |
1769 | 2024-06-17T17:33:12.122Z | Compiling ring v0.16.20 |
1770 | 2024-06-17T17:33:12.216Z | Compiling buf-list v1.0.3 |
1771 | 2024-06-17T17:33:13.080Z | Checking gethostname v0.4.3 |
1772 | 2024-06-17T17:33:13.225Z | Compiling parking_lot_core v0.8.6 |
1773 | 2024-06-17T17:33:13.228Z | Compiling libefi-sys v0.1.0 |
1774 | 2024-06-17T17:33:13.287Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1775 | 2024-06-17T17:33:13.319Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1776 | 2024-06-17T17:33:13.601Z | Compiling crossbeam-deque v0.8.5 |
1777 | 2024-06-17T17:33:13.825Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1778 | 2024-06-17T17:33:13.960Z | Checking keccak v0.1.5 |
1779 | 2024-06-17T17:33:14.026Z | Checking parking_lot v0.11.2 |
1780 | 2024-06-17T17:33:14.204Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1781 | 2024-06-17T17:33:14.267Z | Checking sha3 v0.10.8 |
1782 | 2024-06-17T17:33:14.461Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1783 | 2024-06-17T17:33:14.670Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1784 | 2024-06-17T17:33:15.005Z | Checking trust-dns-client v0.22.0 |
1785 | 2024-06-17T17:33:15.129Z | Checking toml v0.5.11 |
1786 | 2024-06-17T17:33:15.290Z | Checking secrecy v0.8.0 |
1787 | 2024-06-17T17:33:15.493Z | Checking sled v0.34.7 |
1788 | 2024-06-17T17:33:15.691Z | Compiling rayon v1.10.0 |
1789 | 2024-06-17T17:33:16.549Z | Checking trust-dns-server v0.22.1 |
1790 | 2024-06-17T17:33:16.991Z | Compiling pin-project-internal v1.1.5 |
1791 | 2024-06-17T17:33:17.159Z | Compiling memmap2 v0.9.4 |
1792 | 2024-06-17T17:33:17.606Z | Compiling constant_time_eq v0.3.0 |
1793 | 2024-06-17T17:33:17.627Z | Compiling untrusted v0.7.1 |
1794 | 2024-06-17T17:33:17.795Z | Compiling glob v0.3.1 |
1795 | 2024-06-17T17:33:17.818Z | Compiling arrayref v0.3.7 |
1796 | 2024-06-17T17:33:17.913Z | Compiling arrayvec v0.7.4 |
1797 | 2024-06-17T17:33:19.035Z | Compiling toolchain_find v0.4.0 |
1798 | 2024-06-17T17:33:19.749Z | Compiling vte_generate_state_changes v0.1.1 |
1799 | 2024-06-17T17:33:20.229Z | Checking pin-project v1.1.5 |
1800 | 2024-06-17T17:33:20.360Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1801 | 2024-06-17T17:33:20.478Z | Compiling topological-sort v0.2.2 |
1802 | 2024-06-17T17:33:20.652Z | Compiling rustfmt-wrapper v0.2.1 |
1803 | 2024-06-17T17:33:20.699Z | Checking vte v0.11.1 |
1804 | 2024-06-17T17:33:20.702Z | Checking fd-lock v4.0.2 |
1805 | 2024-06-17T17:33:20.909Z | Compiling omicron-zone-package v0.11.0 |
1806 | 2024-06-17T17:33:21.199Z | Compiling prettyplease v0.2.20 |
1807 | 2024-06-17T17:33:21.495Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1808 | 2024-06-17T17:33:21.706Z | Checking nu-ansi-term v0.50.0 |
1809 | 2024-06-17T17:33:21.810Z | Compiling crunchy v0.2.2 |
1810 | 2024-06-17T17:33:21.912Z | Compiling clang-sys v1.7.0 |
1811 | 2024-06-17T17:33:22.019Z | Compiling tiny-keccak v2.0.2 |
1812 | 2024-06-17T17:33:22.057Z | Checking strip-ansi-escapes v0.2.0 |
1813 | 2024-06-17T17:33:22.120Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1814 | 2024-06-17T17:33:22.198Z | Checking reedline v0.31.0 |
1815 | 2024-06-17T17:33:22.376Z | Compiling snafu-derive v0.8.2 |
1816 | 2024-06-17T17:33:22.456Z | Compiling memoffset v0.9.1 |
1817 | 2024-06-17T17:33:22.614Z | Compiling platforms v3.4.0 |
1818 | 2024-06-17T17:33:22.631Z | Compiling ref-cast v1.0.23 |
1819 | 2024-06-17T17:33:23.240Z | Compiling curve25519-dalek v4.1.2 |
1820 | 2024-06-17T17:33:23.590Z | Compiling ascii-canvas v3.0.0 |
1821 | 2024-06-17T17:33:23.866Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1822 | 2024-06-17T17:33:23.888Z | Checking globset v0.4.14 |
1823 | 2024-06-17T17:33:24.118Z | Checking olpc-cjson v0.1.3 |
1824 | 2024-06-17T17:33:24.142Z | Checking serde_plain v1.0.2 |
1825 | 2024-06-17T17:33:24.326Z | Compiling ref-cast-impl v1.0.23 |
1826 | 2024-06-17T17:33:24.357Z | Compiling ena v0.14.3 |
1827 | 2024-06-17T17:33:24.377Z | Compiling libloading v0.8.3 |
1828 | 2024-06-17T17:33:24.790Z | Compiling unicase v2.7.0 |
1829 | 2024-06-17T17:33:24.836Z | Compiling diff v0.1.13 |
1830 | 2024-06-17T17:33:24.955Z | Compiling bindgen v0.69.4 |
1831 | 2024-06-17T17:33:25.067Z | Checking typed-path v0.7.1 |
1832 | 2024-06-17T17:33:25.163Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1833 | 2024-06-17T17:33:25.543Z | Compiling regex-syntax v0.6.29 |
1834 | 2024-06-17T17:33:27.187Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1835 | 2024-06-17T17:33:27.206Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1836 | 2024-06-17T17:33:27.774Z | Compiling which v4.4.2 |
1837 | 2024-06-17T17:33:28.358Z | Checking snafu v0.8.2 |
1838 | 2024-06-17T17:33:28.414Z | Checking universal-hash v0.5.1 |
1839 | 2024-06-17T17:33:28.591Z | Compiling cexpr v0.6.0 |
1840 | 2024-06-17T17:33:28.839Z | Checking tough v0.17.1 |
1841 | 2024-06-17T17:33:30.099Z | Compiling lalrpop v0.19.12 |
1842 | 2024-06-17T17:33:30.171Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1843 | 2024-06-17T17:33:30.499Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1844 | 2024-06-17T17:33:30.576Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1845 | 2024-06-17T17:33:31.567Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1846 | 2024-06-17T17:33:31.815Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1847 | 2024-06-17T17:33:32.855Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1848 | 2024-06-17T17:33:34.560Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1849 | 2024-06-17T17:33:34.731Z | Compiling thiserror-impl-no-std v2.0.2 |
1850 | 2024-06-17T17:33:34.754Z | Compiling curve25519-dalek-derive v0.1.1 |
1851 | 2024-06-17T17:33:34.969Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1852 | 2024-06-17T17:33:36.306Z | Checking nanorand v0.7.0 |
1853 | 2024-06-17T17:33:36.622Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1854 | 2024-06-17T17:33:36.667Z | Checking parse-size v1.0.0 |
1855 | 2024-06-17T17:33:36.829Z | Compiling lazycell v1.3.0 |
1856 | 2024-06-17T17:33:36.873Z | Checking signature v1.6.4 |
1857 | 2024-06-17T17:33:36.896Z | Compiling rustc-hash v1.1.0 |
1858 | 2024-06-17T17:33:36.995Z | Checking opaque-debug v0.3.1 |
1859 | 2024-06-17T17:33:37.020Z | Compiling shlex v1.3.0 |
1860 | 2024-06-17T17:33:37.052Z | Checking bytecount v0.6.8 |
1861 | 2024-06-17T17:33:37.090Z | Compiling salty v0.2.0 |
1862 | 2024-06-17T17:33:37.196Z | Compiling cfg_aliases v0.1.1 |
1863 | 2024-06-17T17:33:37.304Z | Compiling nix v0.28.0 |
1864 | 2024-06-17T17:33:37.622Z | Checking papergrid v0.11.0 |
1865 | 2024-06-17T17:33:38.066Z | Checking thiserror-no-std v2.0.2 |
1866 | 2024-06-17T17:33:38.099Z | Checking poly1305 v0.8.0 |
1867 | 2024-06-17T17:33:38.184Z | Checking ed25519 v1.5.3 |
1868 | 2024-06-17T17:33:38.363Z | Checking flume v0.11.0 |
1869 | 2024-06-17T17:33:38.592Z | Checking nix v0.27.1 |
1870 | 2024-06-17T17:33:38.830Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1871 | 2024-06-17T17:33:39.076Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1872 | 2024-06-17T17:33:39.109Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1873 | 2024-06-17T17:33:39.366Z | Compiling tabled_derive v0.7.0 |
1874 | 2024-06-17T17:33:39.392Z | Compiling derive_builder_core v0.20.0 |
1875 | 2024-06-17T17:33:39.844Z | Checking chacha20 v0.9.1 |
1876 | 2024-06-17T17:33:40.189Z | Checking aead v0.5.2 |
1877 | 2024-06-17T17:33:40.248Z | Checking serde-big-array v0.5.1 |
1878 | 2024-06-17T17:33:40.402Z | Checking kstat-rs v0.2.3 |
1879 | 2024-06-17T17:33:40.468Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1880 | 2024-06-17T17:33:40.733Z | Compiling libxml v0.3.3 |
1881 | 2024-06-17T17:33:41.069Z | Checking heck v0.4.1 |
1882 | 2024-06-17T17:33:41.277Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1883 | 2024-06-17T17:33:41.343Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1884 | 2024-06-17T17:33:41.706Z | Checking chacha20poly1305 v0.10.1 |
1885 | 2024-06-17T17:33:41.898Z | Checking vsss-rs v3.3.4 |
1886 | 2024-06-17T17:33:41.915Z | Compiling derive_builder_macro v0.20.0 |
1887 | 2024-06-17T17:33:42.032Z | Checking tabled v0.15.0 |
1888 | 2024-06-17T17:33:43.507Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1889 | 2024-06-17T17:33:44.046Z | Checking signal-hook-tokio v0.3.1 |
1890 | 2024-06-17T17:33:44.224Z | Checking serde-big-array v0.4.1 |
1891 | 2024-06-17T17:33:44.378Z | Compiling strum_macros v0.24.3 |
1892 | 2024-06-17T17:33:44.569Z | Compiling cookie v0.18.1 |
1893 | 2024-06-17T17:33:44.841Z | Compiling indoc v1.0.9 |
1894 | 2024-06-17T17:33:45.110Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1895 | 2024-06-17T17:33:45.186Z | Compiling mime_guess v2.0.4 |
1896 | 2024-06-17T17:33:46.024Z | Checking derive_builder v0.20.0 |
1897 | 2024-06-17T17:33:46.569Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1898 | 2024-06-17T17:33:47.849Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1899 | 2024-06-17T17:33:47.936Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1900 | 2024-06-17T17:33:48.254Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1901 | 2024-06-17T17:33:48.451Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1902 | 2024-06-17T17:33:50.776Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1903 | 2024-06-17T17:33:50.893Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1904 | 2024-06-17T17:33:51.767Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1905 | 2024-06-17T17:33:52.352Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1906 | 2024-06-17T17:33:52.887Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1907 | 2024-06-17T17:33:53.094Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1908 | 2024-06-17T17:33:53.308Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1909 | 2024-06-17T17:33:53.505Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1910 | 2024-06-17T17:33:53.769Z | Compiling peg-macros v0.8.3 |
1911 | 2024-06-17T17:33:54.856Z | Checking quick-xml v0.31.0 |
1912 | 2024-06-17T17:33:55.619Z | Compiling oso-derive v0.27.3 |
1913 | 2024-06-17T17:33:56.668Z | Compiling impl-trait-for-tuples v0.2.2 |
1914 | 2024-06-17T17:33:56.968Z | Compiling sqlparser_derive v0.2.2 |
1915 | 2024-06-17T17:33:57.682Z | Checking unicode_categories v0.1.1 |
1916 | 2024-06-17T17:33:57.969Z | Checking corncobs v0.1.3 |
1917 | 2024-06-17T17:33:58.009Z | Checking sqlparser v0.45.0 |
1918 | 2024-06-17T17:33:58.166Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1919 | 2024-06-17T17:33:58.360Z | Checking sqlformat v0.2.3 |
1920 | 2024-06-17T17:34:00.308Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1921 | 2024-06-17T17:34:00.731Z | Checking rustyline v14.0.0 |
1922 | 2024-06-17T17:34:02.331Z | Checking peg v0.8.3 |
1923 | 2024-06-17T17:34:02.982Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1924 | 2024-06-17T17:34:03.176Z | Checking bcs v0.1.6 |
1925 | 2024-06-17T17:34:03.655Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1926 | 2024-06-17T17:34:03.917Z | Checking highway v1.1.0 |
1927 | 2024-06-17T17:34:04.809Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1928 | 2024-06-17T17:34:04.834Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1929 | 2024-06-17T17:34:05.058Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1930 | 2024-06-17T17:34:05.653Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1931 | 2024-06-17T17:34:06.461Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1932 | 2024-06-17T17:34:07.168Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1933 | 2024-06-17T17:34:07.347Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1934 | 2024-06-17T17:34:07.903Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1935 | 2024-06-17T17:34:08.231Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1936 | 2024-06-17T17:34:08.509Z | Compiling const_format_proc_macros v0.2.32 |
1937 | 2024-06-17T17:34:10.317Z | Checking bb8 v0.8.3 |
1938 | 2024-06-17T17:34:10.563Z | Checking http-range v0.1.5 |
1939 | 2024-06-17T17:34:10.716Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1940 | 2024-06-17T17:34:10.743Z | Checking hyper-staticfile v0.9.5 |
1941 | 2024-06-17T17:34:10.778Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1942 | 2024-06-17T17:34:10.845Z | Checking const_format v0.2.32 |
1943 | 2024-06-17T17:34:11.179Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1944 | 2024-06-17T17:34:11.353Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1945 | 2024-06-17T17:34:11.674Z | Checking assert_matches v1.5.0 |
1946 | 2024-06-17T17:34:11.802Z | Compiling portable-atomic v1.6.0 |
1947 | 2024-06-17T17:34:12.590Z | Checking rand_seeder v0.2.3 |
1948 | 2024-06-17T17:34:12.841Z | Checking number_prefix v0.4.0 |
1949 | 2024-06-17T17:34:12.862Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1950 | 2024-06-17T17:34:13.044Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1951 | 2024-06-17T17:34:13.272Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1952 | 2024-06-17T17:34:13.905Z | Checking indicatif v0.17.8 |
1953 | 2024-06-17T17:34:14.693Z | Checking castaway v0.2.2 |
1954 | 2024-06-17T17:34:14.700Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1955 | 2024-06-17T17:34:14.858Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1956 | 2024-06-17T17:34:14.864Z | Checking compact_str v0.7.1 |
1957 | 2024-06-17T17:34:14.968Z | Checking lru v0.12.3 |
1958 | 2024-06-17T17:34:15.129Z | Compiling stability v0.2.0 |
1959 | 2024-06-17T17:34:15.229Z | Checking cassowary v0.3.0 |
1960 | 2024-06-17T17:34:15.606Z | Compiling indoc v2.0.5 |
1961 | 2024-06-17T17:34:15.702Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1962 | 2024-06-17T17:34:15.788Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1963 | 2024-06-17T17:34:16.143Z | Checking unicode-linebreak v0.1.5 |
1964 | 2024-06-17T17:34:16.554Z | Checking smawk v0.3.2 |
1965 | 2024-06-17T17:34:16.661Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1966 | 2024-06-17T17:34:16.698Z | Checking ratatui v0.26.2 |
1967 | 2024-06-17T17:34:16.754Z | Checking textwrap v0.16.1 |
1968 | 2024-06-17T17:34:16.924Z | Checking is_ci v1.2.0 |
1969 | 2024-06-17T17:34:17.058Z | Checking supports-color v3.0.0 |
1970 | 2024-06-17T17:34:17.173Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1971 | 2024-06-17T17:34:17.237Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
1972 | 2024-06-17T17:34:18.143Z | Checking fatfs v0.3.6 |
1973 | 2024-06-17T17:34:18.335Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1974 | 2024-06-17T17:34:18.810Z | Checking shell-words v1.1.0 |
1975 | 2024-06-17T17:34:18.988Z | Checking rtoolbox v0.0.2 |
1976 | 2024-06-17T17:34:19.192Z | Checking rpassword v7.3.1 |
1977 | 2024-06-17T17:34:19.208Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
1978 | 2024-06-17T17:34:19.434Z | Checking yansi v0.5.1 |
1979 | 2024-06-17T17:34:19.590Z | Checking tui-tree-widget v0.19.0 |
1980 | 2024-06-17T17:34:20.064Z | Checking pretty_assertions v1.4.0 |
1981 | 2024-06-17T17:34:20.247Z | Compiling target-lexicon v0.12.14 |
1982 | 2024-06-17T17:34:20.277Z | Checking plotters-backend v0.3.5 |
1983 | 2024-06-17T17:34:20.324Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
1984 | 2024-06-17T17:34:20.522Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1985 | 2024-06-17T17:34:21.199Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1986 | 2024-06-17T17:34:21.636Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1987 | 2024-06-17T17:34:21.887Z | Checking plotters-svg v0.3.5 |
1988 | 2024-06-17T17:34:22.089Z | Checking cargo-platform v0.1.8 |
1989 | 2024-06-17T17:34:22.396Z | Compiling doc-comment v0.3.3 |
1990 | 2024-06-17T17:34:22.554Z | Checking cast v0.3.0 |
1991 | 2024-06-17T17:34:22.689Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
1992 | 2024-06-17T17:34:22.862Z | Compiling guppy-workspace-hack v0.1.0 |
1993 | 2024-06-17T17:34:23.109Z | Checking criterion-plot v0.5.0 |
1994 | 2024-06-17T17:34:23.150Z | Checking cargo_metadata v0.18.1 |
1995 | 2024-06-17T17:34:23.599Z | Checking plotters v0.3.5 |
1996 | 2024-06-17T17:34:24.824Z | Checking http-body v1.0.0 |
1997 | 2024-06-17T17:34:24.841Z | Checking tinytemplate v1.2.1 |
1998 | 2024-06-17T17:34:25.036Z | Checking csv-core v0.1.11 |
1999 | 2024-06-17T17:34:25.236Z | Compiling assert_cmd v2.0.14 |
2000 | 2024-06-17T17:34:25.391Z | Checking oorandom v11.1.3 |
2001 | 2024-06-17T17:34:25.411Z | Checking tower-layer v0.3.2 |
2002 | 2024-06-17T17:34:25.554Z | Compiling target-spec v3.1.0 |
2003 | 2024-06-17T17:34:25.627Z | Checking regex-automata v0.1.10 |
2004 | 2024-06-17T17:34:25.677Z | Checking anes v0.1.6 |
2005 | 2024-06-17T17:34:26.041Z | Checking criterion v0.5.1 |
2006 | 2024-06-17T17:34:26.044Z | Checking bstr v0.2.17 |
2007 | 2024-06-17T17:34:26.151Z | Checking tower v0.4.13 |
2008 | 2024-06-17T17:34:26.894Z | Checking csv v1.3.0 |
2009 | 2024-06-17T17:34:26.912Z | Checking hyper v1.3.1 |
2010 | 2024-06-17T17:34:27.754Z | Checking cfg-expr v0.15.8 |
2011 | 2024-06-17T17:34:28.242Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2012 | 2024-06-17T17:34:28.396Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2013 | 2024-06-17T17:34:29.495Z | Checking hyper-util v0.1.3 |
2014 | 2024-06-17T17:34:29.737Z | Checking httptest v0.15.5 |
2015 | 2024-06-17T17:34:30.447Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2016 | 2024-06-17T17:34:30.608Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2017 | 2024-06-17T17:34:31.079Z | Checking rustls-native-certs v0.7.0 |
2018 | 2024-06-17T17:34:31.226Z | Checking pathdiff v0.2.1 |
2019 | 2024-06-17T17:34:31.383Z | Checking nested v0.1.1 |
2020 | 2024-06-17T17:34:32.746Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2021 | 2024-06-17T17:34:33.604Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2022 | 2024-06-17T17:34:33.825Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2023 | 2024-06-17T17:34:35.047Z | Checking guppy v0.17.5 |
2024 | 2024-06-17T17:34:35.113Z | Checking hyper-rustls v0.26.0 |
2025 | 2024-06-17T17:34:35.431Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2026 | 2024-06-17T17:34:35.707Z | Checking escape8259 v0.5.2 |
2027 | 2024-06-17T17:34:35.897Z | Checking threadpool v1.8.1 |
2028 | 2024-06-17T17:34:36.089Z | Checking libtest-mimic v0.7.3 |
2029 | 2024-06-17T17:34:36.157Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2030 | 2024-06-17T17:34:36.552Z | Checking similar-asserts v1.5.0 |
2031 | 2024-06-17T17:34:36.791Z | Checking fancy-regex v0.13.0 |
2032 | 2024-06-17T17:34:36.981Z | Compiling rstest_macros v0.19.0 |
2033 | 2024-06-17T17:34:37.526Z | Checking datatest-stable v0.2.9 |
2034 | 2024-06-17T17:34:37.619Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2035 | 2024-06-17T17:34:37.811Z | Checking blake2b_simd v1.0.2 |
2036 | 2024-06-17T17:34:38.644Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2037 | 2024-06-17T17:34:38.894Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2038 | 2024-06-17T17:34:38.929Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2039 | 2024-06-17T17:34:39.201Z | Compiling relative-path v1.9.3 |
2040 | 2024-06-17T17:34:39.337Z | Compiling trybuild v1.0.96 |
2041 | 2024-06-17T17:34:39.637Z | Checking rust-argon2 v2.1.0 |
2042 | 2024-06-17T17:34:40.067Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2043 | 2024-06-17T17:34:41.321Z | Checking multimap v0.10.0 |
2044 | 2024-06-17T17:34:41.626Z | Checking futures-timer v3.0.3 |
2045 | 2024-06-17T17:34:43.400Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2046 | 2024-06-17T17:34:45.411Z | Checking partial-io v0.5.4 |
2047 | 2024-06-17T17:34:45.774Z | Checking approx v0.5.1 |
2048 | 2024-06-17T17:34:46.000Z | Checking termios v0.3.3 |
2049 | 2024-06-17T17:34:46.219Z | Checking uzers v0.11.3 |
2050 | 2024-06-17T17:34:46.583Z | Checking hex-literal v0.4.1 |
2051 | 2024-06-17T17:34:49.730Z | Checking rstest v0.19.0 |
2052 | 2024-06-17T17:34:51.633Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2053 | 2024-06-17T17:34:52.742Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2054 | 2024-06-17T17:35:07.160Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2055 | 2024-06-17T17:35:09.035Z | Compiling samael v0.0.15 |
2056 | 2024-06-17T17:35:39.268Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2057 | 2024-06-17T17:35:40.254Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2058 | 2024-06-17T17:35:47.316Z | Compiling polar-core v0.27.3 |
2059 | 2024-06-17T17:35:58.056Z | Checking oso v0.27.3 |
2060 | 2024-06-17T17:36:26.348Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2061 | 2024-06-17T17:36:26.351Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2062 | 2024-06-17T17:36:26.351Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2063 | 2024-06-17T17:37:33.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 37s |
2064 | 2024-06-17T17:37:34.076Z | |
2065 | 2024-06-17T17:37:34.076Z | real 6:45.972388431 |
2066 | 2024-06-17T17:37:34.076Z | user 36:53.297743217 |
2067 | 2024-06-17T17:37:34.076Z | sys 6:28.771374527 |
2068 | 2024-06-17T17:37:34.076Z | trap 0.977806332 |
2069 | 2024-06-17T17:37:34.076Z | tflt 1.767929410 |
2070 | 2024-06-17T17:37:34.077Z | dflt 1.187619680 |
2071 | 2024-06-17T17:37:34.077Z | kflt 0.007519114 |
2072 | 2024-06-17T17:37:34.077Z | lock 1:43:08.088537449 |
2073 | 2024-06-17T17:37:34.080Z | slp 1:58:14.269904143 |
2074 | 2024-06-17T17:37:34.080Z | lat 1:44.658774604 |
2075 | 2024-06-17T17:37:34.080Z | stop 4:56.058026734 |
2076 | 2024-06-17T17:37:35.077Z | warning: output filename collision. |
2077 | 2024-06-17T17:37:35.077Z | The lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`. |
2078 | 2024-06-17T17:37:35.077Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2079 | 2024-06-17T17:37:35.077Z | The targets should have unique names. |
2080 | 2024-06-17T17:37:35.077Z | This is a known bug where multiple crates with the same name use |
2081 | 2024-06-17T17:37:35.077Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2082 | 2024-06-17T17:37:35.077Z | warning: output filename collision. |
2083 | 2024-06-17T17:37:35.077Z | The lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`. |
2084 | 2024-06-17T17:37:35.077Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2085 | 2024-06-17T17:37:35.077Z | The targets should have unique names. |
2086 | 2024-06-17T17:37:35.077Z | This is a known bug where multiple crates with the same name use |
2087 | 2024-06-17T17:37:35.077Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2088 | 2024-06-17T17:37:35.080Z | warning: output filename collision. |
2089 | 2024-06-17T17:37:35.080Z | The lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`. |
2090 | 2024-06-17T17:37:35.080Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2091 | 2024-06-17T17:37:35.080Z | The targets should have unique names. |
2092 | 2024-06-17T17:37:35.080Z | This is a known bug where multiple crates with the same name use |
2093 | 2024-06-17T17:37:35.080Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2094 | 2024-06-17T17:37:35.080Z | warning: output filename collision. |
2095 | 2024-06-17T17:37:35.080Z | The lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)`. |
2096 | 2024-06-17T17:37:35.080Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2097 | 2024-06-17T17:37:35.080Z | The targets should have unique names. |
2098 | 2024-06-17T17:37:35.080Z | This is a known bug where multiple crates with the same name use |
2099 | 2024-06-17T17:37:35.080Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2100 | 2024-06-17T17:37:35.080Z | warning: output filename collision. |
2101 | 2024-06-17T17:37:35.080Z | 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)`. |
2102 | 2024-06-17T17:37:35.080Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2103 | 2024-06-17T17:37:35.080Z | The targets should have unique names. |
2104 | 2024-06-17T17:37:35.081Z | This is a known bug where multiple crates with the same name use |
2105 | 2024-06-17T17:37:35.081Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2106 | 2024-06-17T17:37:35.081Z | warning: output filename collision. |
2107 | 2024-06-17T17:37:35.081Z | The lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`. |
2108 | 2024-06-17T17:37:35.081Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2109 | 2024-06-17T17:37:35.081Z | The targets should have unique names. |
2110 | 2024-06-17T17:37:35.081Z | This is a known bug where multiple crates with the same name use |
2111 | 2024-06-17T17:37:35.081Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2112 | 2024-06-17T17:37:35.081Z | warning: output filename collision. |
2113 | 2024-06-17T17:37:35.081Z | The lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)` has the same output filename as the lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)`. |
2114 | 2024-06-17T17:37:35.081Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2115 | 2024-06-17T17:37:35.081Z | The targets should have unique names. |
2116 | 2024-06-17T17:37:35.081Z | This is a known bug where multiple crates with the same name use |
2117 | 2024-06-17T17:37:35.081Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2118 | 2024-06-17T17:37:35.084Z | warning: output filename collision. |
2119 | 2024-06-17T17:37:35.084Z | The lib target `zone` in package `zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)` has the same output filename as the lib target `zone` in package `zone v0.1.8`. |
2120 | 2024-06-17T17:37:35.084Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2121 | 2024-06-17T17:37:35.084Z | The targets should have unique names. |
2122 | 2024-06-17T17:37:35.084Z | This is a known bug where multiple crates with the same name use |
2123 | 2024-06-17T17:37:35.084Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2124 | 2024-06-17T17:37:35.611Z | Documenting libc v0.2.155 |
2125 | 2024-06-17T17:37:35.664Z | Documenting cfg-if v1.0.0 |
2126 | 2024-06-17T17:37:35.678Z | Documenting serde_derive v1.0.203 |
2127 | 2024-06-17T17:37:35.710Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2128 | 2024-06-17T17:37:35.727Z | Documenting log v0.4.21 |
2129 | 2024-06-17T17:37:35.743Z | Documenting memchr v2.7.2 |
2130 | 2024-06-17T17:37:35.761Z | Documenting itoa v1.0.11 |
2131 | 2024-06-17T17:37:35.779Z | Documenting byteorder v1.5.0 |
2132 | 2024-06-17T17:37:35.964Z | Documenting smallvec v1.13.2 |
2133 | 2024-06-17T17:37:38.510Z | Documenting scopeguard v1.2.0 |
2134 | 2024-06-17T17:37:38.757Z | Documenting pin-project-lite v0.2.14 |
2135 | 2024-06-17T17:37:39.126Z | Documenting libm v0.2.8 |
2136 | 2024-06-17T17:37:39.729Z | Documenting getrandom v0.2.14 |
2137 | 2024-06-17T17:37:39.756Z | Documenting parking_lot_core v0.9.10 |
2138 | 2024-06-17T17:37:39.912Z | Documenting signal-hook-registry v1.4.2 |
2139 | 2024-06-17T17:37:41.299Z | Documenting mio v0.8.11 |
2140 | 2024-06-17T17:37:41.699Z | Documenting once_cell v1.19.0 |
2141 | 2024-06-17T17:37:42.471Z | Documenting num-traits v0.2.19 |
2142 | 2024-06-17T17:37:43.632Z | Documenting serde v1.0.203 |
2143 | 2024-06-17T17:37:43.725Z | Documenting lock_api v0.4.12 |
2144 | 2024-06-17T17:37:44.005Z | Documenting rand_core v0.6.4 |
2145 | 2024-06-17T17:37:44.189Z | Documenting thiserror-impl v1.0.60 |
2146 | 2024-06-17T17:37:45.064Z | Documenting ryu v1.0.18 |
2147 | 2024-06-17T17:37:45.994Z | Documenting zeroize_derive v1.4.2 |
2148 | 2024-06-17T17:37:46.546Z | Documenting futures-core v0.3.30 |
2149 | 2024-06-17T17:37:47.911Z | Documenting num_cpus v1.16.0 |
2150 | 2024-06-17T17:37:48.008Z | Documenting socket2 v0.5.7 |
2151 | 2024-06-17T17:37:48.289Z | Documenting tokio-macros v2.2.0 |
2152 | 2024-06-17T17:37:48.683Z | Documenting parking_lot v0.12.2 |
2153 | 2024-06-17T17:37:50.339Z | Documenting thiserror v1.0.60 |
2154 | 2024-06-17T17:37:50.834Z | Documenting zeroize v1.7.0 |
2155 | 2024-06-17T17:37:51.281Z | Documenting zerocopy v0.7.34 |
2156 | 2024-06-17T17:37:52.214Z | Checking syn v1.0.109 |
2157 | 2024-06-17T17:37:53.177Z | Documenting futures-sink v0.3.30 |
2158 | 2024-06-17T17:37:53.760Z | Documenting typenum v1.17.0 |
2159 | 2024-06-17T17:37:54.206Z | Documenting subtle v2.5.0 |
2160 | 2024-06-17T17:37:55.060Z | Documenting iana-time-zone v0.1.60 |
2161 | 2024-06-17T17:37:55.594Z | Documenting slab v0.4.9 |
2162 | 2024-06-17T17:37:57.862Z | Documenting futures-macro v0.3.30 |
2163 | 2024-06-17T17:38:04.023Z | Documenting bytes v1.6.0 |
2164 | 2024-06-17T17:38:06.209Z | Documenting serde_json v1.0.117 |
2165 | 2024-06-17T17:38:06.243Z | Documenting bitflags v2.5.0 |
2166 | 2024-06-17T17:38:06.492Z | Documenting chrono v0.4.38 |
2167 | 2024-06-17T17:38:06.555Z | Documenting futures-channel v0.3.30 |
2168 | 2024-06-17T17:38:06.569Z | Documenting futures-io v0.3.30 |
2169 | 2024-06-17T17:38:06.884Z | Documenting futures-task v0.3.30 |
2170 | 2024-06-17T17:38:07.497Z | Documenting generic-array v0.14.7 |
2171 | 2024-06-17T17:38:08.712Z | Documenting tokio v1.37.0 |
2172 | 2024-06-17T17:38:11.418Z | Documenting pin-utils v0.1.0 |
2173 | 2024-06-17T17:38:11.521Z | Documenting uuid v1.8.0 |
2174 | 2024-06-17T17:38:11.561Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2175 | 2024-06-17T17:38:11.757Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2176 | 2024-06-17T17:38:11.929Z | Documenting ahash v0.8.11 |
2177 | 2024-06-17T17:38:12.463Z | Documenting allocator-api2 v0.2.18 |
2178 | 2024-06-17T17:38:12.886Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2179 | 2024-06-17T17:38:12.994Z | Documenting crypto-common v0.1.6 |
2180 | 2024-06-17T17:38:13.768Z | Documenting tinyvec_macros v0.1.1 |
2181 | 2024-06-17T17:38:15.922Z | Documenting const-oid v0.9.6 |
2182 | 2024-06-17T17:38:16.569Z | Documenting tinyvec v1.6.0 |
2183 | 2024-06-17T17:38:16.709Z | Documenting hashbrown v0.14.5 |
2184 | 2024-06-17T17:38:16.874Z | Documenting futures-util v0.3.30 |
2185 | 2024-06-17T17:38:16.893Z | Checking serde_derive_internals v0.29.1 |
2186 | 2024-06-17T17:38:17.492Z | Documenting serde_derive_internals v0.29.1 |
2187 | 2024-06-17T17:38:18.731Z | Documenting dyn-clone v1.0.17 |
2188 | 2024-06-17T17:38:20.189Z | Documenting unicode-normalization v0.1.23 |
2189 | 2024-06-17T17:38:20.784Z | Documenting ppv-lite86 v0.2.17 |
2190 | 2024-06-17T17:38:20.872Z | Documenting tracing-core v0.1.32 |
2191 | 2024-06-17T17:38:21.851Z | Documenting tracing-attributes v0.1.27 |
2192 | 2024-06-17T17:38:22.494Z | Documenting unicode-bidi v0.3.15 |
2193 | 2024-06-17T17:38:23.528Z | Documenting lazy_static v1.4.0 |
2194 | 2024-06-17T17:38:24.109Z | Documenting rand_chacha v0.3.1 |
2195 | 2024-06-17T17:38:24.361Z | Documenting schemars_derive v0.8.20 |
2196 | 2024-06-17T17:38:25.633Z | Documenting percent-encoding v2.3.1 |
2197 | 2024-06-17T17:38:26.423Z | Documenting block-buffer v0.10.4 |
2198 | 2024-06-17T17:38:26.455Z | Documenting serde_tokenstream v0.2.0 |
2199 | 2024-06-17T17:38:27.434Z | Documenting equivalent v1.0.1 |
2200 | 2024-06-17T17:38:28.000Z | Documenting powerfmt v0.2.0 |
2201 | 2024-06-17T17:38:29.284Z | Documenting rand v0.8.5 |
2202 | 2024-06-17T17:38:30.037Z | Documenting schemars v0.8.20 |
2203 | 2024-06-17T17:38:30.114Z | Documenting form_urlencoded v1.2.1 |
2204 | 2024-06-17T17:38:30.260Z | Documenting indexmap v2.2.6 |
2205 | 2024-06-17T17:38:30.975Z | Documenting deranged v0.3.11 |
2206 | 2024-06-17T17:38:32.626Z | Documenting digest v0.10.7 |
2207 | 2024-06-17T17:38:32.721Z | Documenting time-macros v0.2.18 |
2208 | 2024-06-17T17:38:34.861Z | Documenting time-core v0.1.2 |
2209 | 2024-06-17T17:38:34.966Z | Documenting num_threads v0.1.7 |
2210 | 2024-06-17T17:38:35.799Z | Documenting unicode-width v0.1.12 |
2211 | 2024-06-17T17:38:36.404Z | Documenting fnv v1.0.7 |
2212 | 2024-06-17T17:38:37.491Z | Documenting num-conv v0.1.0 |
2213 | 2024-06-17T17:38:37.781Z | Documenting unicode-ident v1.0.12 |
2214 | 2024-06-17T17:38:37.835Z | Documenting idna v0.5.0 |
2215 | 2024-06-17T17:38:39.775Z | Documenting tracing v0.1.40 |
2216 | 2024-06-17T17:38:46.313Z | Documenting adler v1.0.2 |
2217 | 2024-06-17T17:38:46.353Z | Documenting slog v2.7.0 |
2218 | 2024-06-17T17:38:46.384Z | Documenting time v0.3.36 |
2219 | 2024-06-17T17:38:46.416Z | Documenting proc-macro2 v1.0.82 |
2220 | 2024-06-17T17:38:46.508Z | Documenting httparse v1.8.0 |
2221 | 2024-06-17T17:38:46.595Z | Documenting url v2.5.0 |
2222 | 2024-06-17T17:38:47.188Z | Documenting cpufeatures v0.2.12 |
2223 | 2024-06-17T17:38:49.171Z | Documenting miniz_oxide v0.7.2 |
2224 | 2024-06-17T17:38:50.126Z | Documenting tokio-util v0.7.11 |
2225 | 2024-06-17T17:38:50.673Z | Documenting errno v0.3.9 |
2226 | 2024-06-17T17:38:51.288Z | Documenting async-trait v0.1.80 |
2227 | 2024-06-17T17:38:51.364Z | Documenting httpdate v1.0.3 |
2228 | 2024-06-17T17:38:51.767Z | Documenting quote v1.0.36 |
2229 | 2024-06-17T17:38:52.749Z | Documenting try-lock v0.2.5 |
2230 | 2024-06-17T17:38:52.823Z | Documenting http-body v0.4.6 |
2231 | 2024-06-17T17:38:55.097Z | Documenting rustix v0.38.34 |
2232 | 2024-06-17T17:38:55.847Z | Documenting want v0.3.1 |
2233 | 2024-06-17T17:38:56.189Z | Documenting aho-corasick v1.1.3 |
2234 | 2024-06-17T17:38:56.332Z | Documenting openssl-sys v0.9.102 |
2235 | 2024-06-17T17:38:56.598Z | Documenting h2 v0.3.26 |
2236 | 2024-06-17T17:38:56.780Z | Documenting syn v2.0.64 |
2237 | 2024-06-17T17:38:57.518Z | Documenting openssl-macros v0.1.1 |
2238 | 2024-06-17T17:38:58.523Z | Documenting tower-service v0.3.2 |
2239 | 2024-06-17T17:39:00.624Z | Documenting mime v0.3.17 |
2240 | 2024-06-17T17:39:02.102Z | Documenting regex-syntax v0.8.3 |
2241 | 2024-06-17T17:39:03.025Z | Documenting gimli v0.28.1 |
2242 | 2024-06-17T17:39:03.284Z | Documenting object v0.32.2 |
2243 | 2024-06-17T17:39:03.342Z | Documenting openssl v0.10.64 |
2244 | 2024-06-17T17:39:03.540Z | Documenting ipnet v2.9.0 |
2245 | 2024-06-17T17:39:05.043Z | Documenting openssl-probe v0.1.5 |
2246 | 2024-06-17T17:39:08.691Z | Documenting hyper v0.14.28 |
2247 | 2024-06-17T17:39:08.778Z | Documenting rustc-demangle v0.1.24 |
2248 | 2024-06-17T17:39:09.580Z | Documenting addr2line v0.21.0 |
2249 | 2024-06-17T17:39:10.000Z | Documenting base64ct v1.6.0 |
2250 | 2024-06-17T17:39:10.250Z | Documenting regex-automata v0.4.6 |
2251 | 2024-06-17T17:39:11.871Z | Documenting futures-executor v0.3.30 |
2252 | 2024-06-17T17:39:12.662Z | Documenting native-tls v0.2.11 |
2253 | 2024-06-17T17:39:13.508Z | Documenting encoding_rs v0.8.34 |
2254 | 2024-06-17T17:39:14.933Z | Checking pest_meta v2.7.10 |
2255 | 2024-06-17T17:39:15.824Z | Documenting psl-types v2.0.11 |
2256 | 2024-06-17T17:39:16.400Z | Documenting serde_urlencoded v0.7.1 |
2257 | 2024-06-17T17:39:18.206Z | Documenting semver v1.0.23 |
2258 | 2024-06-17T17:39:18.331Z | Documenting backtrace v0.3.71 |
2259 | 2024-06-17T17:39:18.418Z | Documenting tokio-native-tls v0.3.1 |
2260 | 2024-06-17T17:39:18.953Z | Documenting publicsuffix v2.2.3 |
2261 | 2024-06-17T17:39:20.462Z | Documenting pest_meta v2.7.10 |
2262 | 2024-06-17T17:39:20.905Z | Documenting crossbeam-utils v0.8.19 |
2263 | 2024-06-17T17:39:21.871Z | Documenting scroll_derive v0.12.0 |
2264 | 2024-06-17T17:39:22.056Z | Documenting utf8parse v0.2.1 |
2265 | 2024-06-17T17:39:23.607Z | Documenting hyper-rustls v0.24.2 |
2266 | 2024-06-17T17:39:24.077Z | Documenting cookie_store v0.20.0 |
2267 | 2024-06-17T17:39:24.214Z | Documenting hyper-tls v0.5.0 |
2268 | 2024-06-17T17:39:24.758Z | Documenting anyhow v1.0.86 |
2269 | 2024-06-17T17:39:24.979Z | Documenting regex v1.10.4 |
2270 | 2024-06-17T17:39:25.578Z | Documenting pest_generator v2.7.10 |
2271 | 2024-06-17T17:39:26.205Z | Documenting futures v0.3.30 |
2272 | 2024-06-17T17:39:27.505Z | Documenting scroll v0.12.0 |
2273 | 2024-06-17T17:39:29.801Z | Checking pest_generator v2.7.10 |
2274 | 2024-06-17T17:39:30.027Z | Documenting pem-rfc7468 v0.7.0 |
2275 | 2024-06-17T17:39:30.523Z | Documenting der_derive v0.7.2 |
2276 | 2024-06-17T17:39:30.601Z | Documenting webpki-roots v0.25.4 |
2277 | 2024-06-17T17:39:30.876Z | Documenting ucd-trie v0.1.6 |
2278 | 2024-06-17T17:39:31.324Z | Documenting flagset v0.4.5 |
2279 | 2024-06-17T17:39:31.844Z | Documenting sync_wrapper v0.1.2 |
2280 | 2024-06-17T17:39:32.488Z | Documenting plain v0.2.3 |
2281 | 2024-06-17T17:39:34.205Z | Documenting pest_derive v2.7.10 |
2282 | 2024-06-17T17:39:34.376Z | Documenting num-integer v0.1.46 |
2283 | 2024-06-17T17:39:34.718Z | Documenting pretty-hex v0.4.1 |
2284 | 2024-06-17T17:39:34.966Z | Documenting openapiv3 v2.0.0 |
2285 | 2024-06-17T17:39:35.044Z | Documenting pest v2.7.10 |
2286 | 2024-06-17T17:39:35.430Z | Documenting goblin v0.8.2 |
2287 | 2024-06-17T17:39:35.622Z | Documenting reqwest v0.11.27 |
2288 | 2024-06-17T17:39:37.223Z | Documenting der v0.7.9 |
2289 | 2024-06-17T17:39:37.848Z | Documenting thread-id v4.2.1 |
2290 | 2024-06-17T17:39:39.204Z | Documenting usdt-macro v0.5.0 |
2291 | 2024-06-17T17:39:39.602Z | Documenting usdt-attr-macro v0.5.0 |
2292 | 2024-06-17T17:39:41.352Z | Documenting dtrace-parser v0.2.0 |
2293 | 2024-06-17T17:39:43.300Z | Documenting spin v0.9.8 |
2294 | 2024-06-17T17:39:43.498Z | Documenting spki v0.7.3 |
2295 | 2024-06-17T17:39:43.712Z | Documenting memmap v0.7.0 |
2296 | 2024-06-17T17:39:44.252Z | Documenting dof v0.3.0 |
2297 | 2024-06-17T17:39:45.555Z | Documenting anstyle v1.0.7 |
2298 | 2024-06-17T17:39:46.104Z | Documenting either v1.12.0 |
2299 | 2024-06-17T17:39:46.436Z | Documenting anstyle-parse v0.2.4 |
2300 | 2024-06-17T17:39:47.329Z | Documenting ipnetwork v0.20.0 |
2301 | 2024-06-17T17:39:48.338Z | Documenting anstyle-query v1.0.3 |
2302 | 2024-06-17T17:39:48.647Z | Documenting pkcs8 v0.10.2 |
2303 | 2024-06-17T17:39:48.779Z | Documenting data-encoding v2.6.0 |
2304 | 2024-06-17T17:39:49.635Z | Documenting is_terminal_polyfill v1.70.0 |
2305 | 2024-06-17T17:39:50.065Z | Documenting usdt-impl v0.5.0 |
2306 | 2024-06-17T17:39:50.462Z | Documenting colorchoice v1.0.1 |
2307 | 2024-06-17T17:39:50.722Z | Documenting crossbeam-epoch v0.9.18 |
2308 | 2024-06-17T17:39:53.060Z | Documenting terminal_size v0.3.0 |
2309 | 2024-06-17T17:39:53.245Z | Documenting sha2 v0.10.8 |
2310 | 2024-06-17T17:39:53.314Z | Documenting hex v0.4.3 |
2311 | 2024-06-17T17:39:53.492Z | Documenting crc32fast v1.4.0 |
2312 | 2024-06-17T17:39:53.904Z | Documenting unicode-segmentation v1.11.0 |
2313 | 2024-06-17T17:39:54.376Z | Documenting anstream v0.6.14 |
2314 | 2024-06-17T17:39:55.793Z | Documenting untrusted v0.9.0 |
2315 | 2024-06-17T17:39:56.848Z | Documenting usdt v0.5.0 |
2316 | 2024-06-17T17:39:57.251Z | Documenting strsim v0.11.1 |
2317 | 2024-06-17T17:39:57.944Z | Documenting clap_lex v0.7.0 |
2318 | 2024-06-17T17:39:58.296Z | Documenting num-iter v0.1.45 |
2319 | 2024-06-17T17:39:58.532Z | Documenting hmac v0.12.1 |
2320 | 2024-06-17T17:39:58.610Z | Documenting signal-hook v0.3.17 |
2321 | 2024-06-17T17:39:58.665Z | Documenting ring v0.17.8 |
2322 | 2024-06-17T17:39:59.442Z | Documenting clap_derive v4.5.4 |
2323 | 2024-06-17T17:40:01.463Z | Documenting flate2 v1.0.30 |
2324 | 2024-06-17T17:40:01.970Z | Documenting clap_builder v4.5.2 |
2325 | 2024-06-17T17:40:03.283Z | Documenting static_assertions v1.1.0 |
2326 | 2024-06-17T17:40:03.404Z | Documenting managed v0.8.0 |
2327 | 2024-06-17T17:40:03.524Z | Documenting itertools v0.12.1 |
2328 | 2024-06-17T17:40:03.847Z | Documenting signal-hook-mio v0.2.3 |
2329 | 2024-06-17T17:40:04.539Z | Documenting enum-as-inner v0.5.1 |
2330 | 2024-06-17T17:40:05.992Z | Documenting regress v0.9.1 |
2331 | 2024-06-17T17:40:06.341Z | Documenting block-padding v0.3.3 |
2332 | 2024-06-17T17:40:06.443Z | Documenting scheduled-thread-pool v0.2.7 |
2333 | 2024-06-17T17:40:06.810Z | Checking diesel_table_macro_syntax v0.1.0 |
2334 | 2024-06-17T17:40:06.983Z | Documenting diesel_table_macro_syntax v0.1.0 |
2335 | 2024-06-17T17:40:08.927Z | Documenting clap v4.5.4 |
2336 | 2024-06-17T17:40:09.085Z | Documenting finl_unicode v1.2.0 |
2337 | 2024-06-17T17:40:10.259Z | Documenting trust-dns-proto v0.22.0 |
2338 | 2024-06-17T17:40:11.165Z | Documenting inout v0.1.3 |
2339 | 2024-06-17T17:40:11.583Z | Documenting r2d2 v0.8.10 |
2340 | 2024-06-17T17:40:11.753Z | Documenting crossterm v0.27.0 |
2341 | 2024-06-17T17:40:12.873Z | Documenting diesel_derives v2.1.4 |
2342 | 2024-06-17T17:40:13.438Z | Documenting md-5 v0.10.6 |
2343 | 2024-06-17T17:40:14.374Z | Documenting stringprep v0.1.4 |
2344 | 2024-06-17T17:40:14.814Z | Documenting ff v0.13.0 |
2345 | 2024-06-17T17:40:15.956Z | Documenting toml_datetime v0.6.6 |
2346 | 2024-06-17T17:40:16.275Z | Documenting serde_spanned v0.6.6 |
2347 | 2024-06-17T17:40:17.647Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2348 | 2024-06-17T17:40:18.110Z | Documenting winnow v0.6.8 |
2349 | 2024-06-17T17:40:19.430Z | Documenting bit-vec v0.6.3 |
2350 | 2024-06-17T17:40:19.576Z | Documenting base16ct v0.2.0 |
2351 | 2024-06-17T17:40:19.891Z | Documenting fallible-iterator v0.2.0 |
2352 | 2024-06-17T17:40:21.161Z | Documenting heck v0.5.0 |
2353 | 2024-06-17T17:40:21.336Z | Checking unsafe-libyaml v0.2.11 |
2354 | 2024-06-17T17:40:21.390Z | Documenting siphasher v0.3.11 |
2355 | 2024-06-17T17:40:22.506Z | Documenting group v0.13.0 |
2356 | 2024-06-17T17:40:22.592Z | Documenting diesel v2.1.6 |
2357 | 2024-06-17T17:40:22.835Z | Documenting sec1 v0.7.3 |
2358 | 2024-06-17T17:40:24.105Z | Documenting cipher v0.4.4 |
2359 | 2024-06-17T17:40:24.264Z | Documenting toml_edit v0.22.13 |
2360 | 2024-06-17T17:40:24.330Z | Documenting typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2361 | 2024-06-17T17:40:24.437Z | Documenting phf_shared v0.11.2 |
2362 | 2024-06-17T17:40:25.722Z | Documenting postgres-protocol v0.6.6 |
2363 | 2024-06-17T17:40:27.141Z | Documenting hkdf v0.12.4 |
2364 | 2024-06-17T17:40:36.522Z | Documenting num-bigint v0.4.5 |
2365 | 2024-06-17T17:40:37.066Z | Documenting bstr v1.9.1 |
2366 | 2024-06-17T17:40:44.591Z | Documenting console v0.15.8 |
2367 | 2024-06-17T17:40:44.827Z | Documenting typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2368 | 2024-06-17T17:40:44.843Z | Documenting crypto-bigint v0.5.5 |
2369 | 2024-06-17T17:40:44.947Z | Documenting hubpack v0.1.2 |
2370 | 2024-06-17T17:40:44.962Z | Documenting serde_repr v0.1.19 |
2371 | 2024-06-17T17:40:45.934Z | Documenting unsafe-libyaml v0.2.11 |
2372 | 2024-06-17T17:40:46.032Z | Documenting new_debug_unreachable v1.0.6 |
2373 | 2024-06-17T17:40:47.241Z | Documenting precomputed-hash v0.1.1 |
2374 | 2024-06-17T17:40:48.862Z | Documenting minimal-lexical v0.2.1 |
2375 | 2024-06-17T17:40:49.619Z | Documenting lalrpop-util v0.19.12 |
2376 | 2024-06-17T17:40:49.825Z | Documenting fixedbitset v0.4.2 |
2377 | 2024-06-17T17:40:49.995Z | Documenting serde_yaml v0.9.34+deprecated |
2378 | 2024-06-17T17:40:50.753Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2379 | 2024-06-17T17:41:00.013Z | Documenting string_cache v0.8.7 |
2380 | 2024-06-17T17:41:00.146Z | Documenting typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2381 | 2024-06-17T17:41:00.240Z | Documenting petgraph v0.6.5 |
2382 | 2024-06-17T17:41:00.338Z | Documenting yasna v0.5.2 |
2383 | 2024-06-17T17:41:00.431Z | Documenting nom v7.1.3 |
2384 | 2024-06-17T17:41:01.022Z | Documenting elliptic-curve v0.13.8 |
2385 | 2024-06-17T17:41:01.038Z | Documenting postgres-types v0.2.6 |
2386 | 2024-06-17T17:41:01.056Z | Documenting phf v0.11.2 |
2387 | 2024-06-17T17:41:04.841Z | Checking serde_yaml v0.9.34+deprecated |
2388 | 2024-06-17T17:41:06.218Z | Documenting similar v2.5.0 |
2389 | 2024-06-17T17:41:06.715Z | Documenting progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2390 | 2024-06-17T17:41:06.770Z | Documenting getopts v0.2.21 |
2391 | 2024-06-17T17:41:06.963Z | Documenting float-cmp v0.9.0 |
2392 | 2024-06-17T17:41:07.348Z | Documenting peg-runtime v0.8.3 |
2393 | 2024-06-17T17:41:16.976Z | Documenting predicates-core v1.0.6 |
2394 | 2024-06-17T17:41:17.059Z | Documenting difflib v0.4.0 |
2395 | 2024-06-17T17:41:17.107Z | Documenting normalize-line-endings v0.3.0 |
2396 | 2024-06-17T17:41:17.202Z | Documenting whoami v1.5.1 |
2397 | 2024-06-17T17:41:17.320Z | Documenting progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2398 | 2024-06-17T17:41:17.501Z | Documenting progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2399 | 2024-06-17T17:41:17.516Z | Documenting bit-set v0.5.3 |
2400 | 2024-06-17T17:41:17.554Z | Documenting tokio-stream v0.1.15 |
2401 | 2024-06-17T17:41:21.840Z | Documenting fs-err v2.11.0 |
2402 | 2024-06-17T17:41:21.931Z | Checking ident_case v1.0.1 |
2403 | 2024-06-17T17:41:22.056Z | Documenting predicates v3.1.0 |
2404 | 2024-06-17T17:41:22.095Z | Checking darling_core v0.20.9 |
2405 | 2024-06-17T17:41:22.210Z | Documenting tokio-postgres v0.7.10 |
2406 | 2024-06-17T17:41:22.489Z | Documenting is-terminal v0.4.12 |
2407 | 2024-06-17T17:41:23.188Z | Documenting strum v0.26.2 |
2408 | 2024-06-17T17:41:23.976Z | Documenting base64 v0.22.1 |
2409 | 2024-06-17T17:41:25.928Z | Documenting ident_case v1.0.1 |
2410 | 2024-06-17T17:41:26.106Z | Documenting progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2411 | 2024-06-17T17:41:26.886Z | Documenting camino v1.1.7 |
2412 | 2024-06-17T17:41:27.271Z | Documenting paste v1.0.15 |
2413 | 2024-06-17T17:41:27.989Z | Documenting dirs-sys-next v0.1.2 |
2414 | 2024-06-17T17:41:28.588Z | Checking darling v0.20.9 |
2415 | 2024-06-17T17:41:28.700Z | Documenting sha1 v0.10.6 |
2416 | 2024-06-17T17:41:28.966Z | Documenting http v1.1.0 |
2417 | 2024-06-17T17:41:30.048Z | Documenting darling_core v0.20.9 |
2418 | 2024-06-17T17:41:31.185Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2419 | 2024-06-17T17:41:31.527Z | Documenting thread_local v1.1.8 |
2420 | 2024-06-17T17:41:31.674Z | Documenting rustls-pki-types v1.7.0 |
2421 | 2024-06-17T17:41:33.037Z | Documenting dirs-next v2.0.0 |
2422 | 2024-06-17T17:41:33.436Z | Documenting crossbeam-channel v0.5.12 |
2423 | 2024-06-17T17:41:34.738Z | Documenting take_mut v0.2.2 |
2424 | 2024-06-17T17:41:35.875Z | Documenting slog-json v2.6.1 |
2425 | 2024-06-17T17:41:35.941Z | Documenting async-stream-impl v0.3.5 |
2426 | 2024-06-17T17:41:36.703Z | Documenting rustls-webpki v0.102.4 |
2427 | 2024-06-17T17:41:38.059Z | Documenting term v0.7.0 |
2428 | 2024-06-17T17:41:38.843Z | Documenting atomic-waker v1.1.2 |
2429 | 2024-06-17T17:41:39.179Z | Documenting darling_macro v0.20.9 |
2430 | 2024-06-17T17:41:39.570Z | Documenting slog-async v2.8.0 |
2431 | 2024-06-17T17:41:39.584Z | Documenting debug-ignore v1.0.5 |
2432 | 2024-06-17T17:41:41.075Z | Documenting slog-bunyan v2.5.0 |
2433 | 2024-06-17T17:41:41.732Z | Documenting async-stream v0.3.5 |
2434 | 2024-06-17T17:41:41.785Z | Documenting waitgroup v0.1.2 |
2435 | 2024-06-17T17:41:42.315Z | Documenting rustls v0.22.4 |
2436 | 2024-06-17T17:41:42.487Z | Documenting rustls-pemfile v2.1.2 |
2437 | 2024-06-17T17:41:43.218Z | Documenting slog-term v2.9.1 |
2438 | 2024-06-17T17:41:43.821Z | Documenting multer v3.1.0 |
2439 | 2024-06-17T17:41:45.007Z | Documenting darling v0.20.9 |
2440 | 2024-06-17T17:41:46.175Z | Documenting toml v0.8.13 |
2441 | 2024-06-17T17:41:46.571Z | Documenting dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2442 | 2024-06-17T17:41:46.675Z | Documenting serde_path_to_error v0.1.16 |
2443 | 2024-06-17T17:41:47.341Z | Documenting hostname v0.4.0 |
2444 | 2024-06-17T17:41:48.251Z | Documenting newtype-uuid v1.1.0 |
2445 | 2024-06-17T17:41:50.254Z | Documenting structmeta-derive v0.3.0 |
2446 | 2024-06-17T17:41:50.610Z | Documenting serde_with_macros v3.8.1 |
2447 | 2024-06-17T17:41:51.359Z | Documenting tokio-rustls v0.25.0 |
2448 | 2024-06-17T17:41:52.132Z | Checking structmeta v0.3.0 |
2449 | 2024-06-17T17:41:52.325Z | Documenting instant v0.1.12 |
2450 | 2024-06-17T17:41:52.350Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2451 | 2024-06-17T17:41:52.386Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2452 | 2024-06-17T17:41:53.155Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2453 | 2024-06-17T17:41:53.990Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2454 | 2024-06-17T17:41:56.014Z | Documenting serde_with v3.8.1 |
2455 | 2024-06-17T17:41:56.759Z | Documenting structmeta v0.3.0 |
2456 | 2024-06-17T17:41:57.351Z | Documenting dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2457 | 2024-06-17T17:41:57.399Z | Documenting backoff v0.4.0 |
2458 | 2024-06-17T17:41:57.777Z | Documenting oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
2459 | 2024-06-17T17:41:57.986Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2460 | 2024-06-17T17:41:59.687Z | Documenting macaddr v1.0.1 |
2461 | 2024-06-17T17:42:02.401Z | Documenting parse-display-derive v0.9.0 |
2462 | 2024-06-17T17:42:02.920Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2463 | 2024-06-17T17:42:03.096Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2464 | 2024-06-17T17:42:03.405Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2465 | 2024-06-17T17:42:03.635Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2466 | 2024-06-17T17:42:04.569Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2467 | 2024-06-17T17:42:04.603Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2468 | 2024-06-17T17:42:04.774Z | Documenting fastrand v2.1.0 |
2469 | 2024-06-17T17:42:04.938Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2470 | 2024-06-17T17:42:04.972Z | Checking proc-macro-crate v1.3.1 |
2471 | 2024-06-17T17:42:05.221Z | Documenting proc-macro-crate v1.3.1 |
2472 | 2024-06-17T17:42:05.237Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2473 | 2024-06-17T17:42:07.111Z | Documenting foreign-types-macros v0.2.3 |
2474 | 2024-06-17T17:42:07.254Z | Documenting foreign-types-shared v0.3.1 |
2475 | 2024-06-17T17:42:08.728Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2476 | 2024-06-17T17:42:08.915Z | Documenting parse-display v0.9.0 |
2477 | 2024-06-17T17:42:09.313Z | Documenting tempfile v3.10.1 |
2478 | 2024-06-17T17:42:10.188Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2479 | 2024-06-17T17:42:11.225Z | Documenting num_enum_derive v0.5.11 |
2480 | 2024-06-17T17:42:11.515Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2481 | 2024-06-17T17:42:12.897Z | Documenting cstr-argument v0.1.2 |
2482 | 2024-06-17T17:42:13.028Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2483 | 2024-06-17T17:42:13.068Z | Documenting foreign-types v0.5.0 |
2484 | 2024-06-17T17:42:14.133Z | Documenting camino-tempfile v1.1.1 |
2485 | 2024-06-17T17:42:14.319Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2486 | 2024-06-17T17:42:15.024Z | Documenting tabwriter v1.4.0 |
2487 | 2024-06-17T17:42:16.500Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2488 | 2024-06-17T17:42:18.039Z | Documenting colored v2.1.0 |
2489 | 2024-06-17T17:42:18.213Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2490 | 2024-06-17T17:42:19.078Z | Documenting num_enum v0.5.11 |
2491 | 2024-06-17T17:42:19.203Z | Documenting hash32 v0.3.1 |
2492 | 2024-06-17T17:42:19.917Z | Documenting stable_deref_trait v1.2.0 |
2493 | 2024-06-17T17:42:20.950Z | Documenting smf v0.2.3 |
2494 | 2024-06-17T17:42:22.272Z | Documenting cobs v0.2.3 |
2495 | 2024-06-17T17:42:22.381Z | Documenting embedded-io v0.4.0 |
2496 | 2024-06-17T17:42:23.015Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2497 | 2024-06-17T17:42:23.879Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2498 | 2024-06-17T17:42:24.292Z | Documenting heapless v0.8.0 |
2499 | 2024-06-17T17:42:25.012Z | Documenting derive-where v1.2.7 |
2500 | 2024-06-17T17:42:25.369Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2501 | 2024-06-17T17:42:25.687Z | Documenting postcard v1.0.8 |
2502 | 2024-06-17T17:42:26.077Z | Documenting crucible-workspace-hack v0.1.0 |
2503 | 2024-06-17T17:42:26.125Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2504 | 2024-06-17T17:42:28.298Z | Documenting newline-converter v0.3.0 |
2505 | 2024-06-17T17:42:28.811Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2506 | 2024-06-17T17:42:30.056Z | Documenting smoltcp v0.11.0 |
2507 | 2024-06-17T17:42:30.902Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2508 | 2024-06-17T17:42:31.002Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2509 | 2024-06-17T17:42:31.310Z | Documenting sigpipe v0.1.3 |
2510 | 2024-06-17T17:42:31.379Z | Documenting num-derive v0.4.2 |
2511 | 2024-06-17T17:42:32.113Z | Checking convert_case v0.4.0 |
2512 | 2024-06-17T17:42:32.326Z | Documenting convert_case v0.4.0 |
2513 | 2024-06-17T17:42:32.372Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2514 | 2024-06-17T17:42:33.115Z | Documenting expectorate v1.1.0 |
2515 | 2024-06-17T17:42:36.359Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2516 | 2024-06-17T17:42:36.383Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2517 | 2024-06-17T17:42:37.156Z | Documenting derive_more v0.99.17 |
2518 | 2024-06-17T17:42:37.292Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2519 | 2024-06-17T17:42:37.309Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2520 | 2024-06-17T17:42:37.833Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2521 | 2024-06-17T17:42:38.254Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2522 | 2024-06-17T17:42:39.040Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2523 | 2024-06-17T17:42:40.148Z | Documenting password-hash v0.5.0 |
2524 | 2024-06-17T17:42:41.362Z | Documenting blake2 v0.10.6 |
2525 | 2024-06-17T17:42:41.906Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2526 | 2024-06-17T17:42:43.387Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2527 | 2024-06-17T17:42:44.060Z | Documenting humantime v2.1.0 |
2528 | 2024-06-17T17:42:44.403Z | Documenting linked-hash-map v0.5.6 |
2529 | 2024-06-17T17:42:44.635Z | Documenting newtype_derive v0.1.6 |
2530 | 2024-06-17T17:42:44.774Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2531 | 2024-06-17T17:42:45.355Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2532 | 2024-06-17T17:42:46.242Z | Documenting argon2 v0.5.3 |
2533 | 2024-06-17T17:42:48.667Z | Documenting lru-cache v0.1.2 |
2534 | 2024-06-17T17:42:48.977Z | Documenting swrite v0.1.0 |
2535 | 2024-06-17T17:42:49.018Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2536 | 2024-06-17T17:42:49.552Z | Documenting steno v0.4.0 |
2537 | 2024-06-17T17:42:50.186Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2538 | 2024-06-17T17:42:50.406Z | Documenting quick-error v1.2.3 |
2539 | 2024-06-17T17:42:51.812Z | Documenting arc-swap v1.7.1 |
2540 | 2024-06-17T17:42:52.115Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2541 | 2024-06-17T17:42:52.397Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2542 | 2024-06-17T17:42:53.792Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2543 | 2024-06-17T17:42:53.845Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2544 | 2024-06-17T17:42:54.279Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2545 | 2024-06-17T17:42:54.559Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2546 | 2024-06-17T17:42:55.265Z | Documenting resolv-conf v0.7.0 |
2547 | 2024-06-17T17:42:56.790Z | Documenting slog-scope v4.4.0 |
2548 | 2024-06-17T17:42:58.072Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2549 | 2024-06-17T17:42:58.831Z | Documenting xattr v1.3.1 |
2550 | 2024-06-17T17:42:58.834Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2551 | 2024-06-17T17:42:59.199Z | Documenting filetime v0.2.23 |
2552 | 2024-06-17T17:43:00.220Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2553 | 2024-06-17T17:43:00.462Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2554 | 2024-06-17T17:43:00.603Z | Documenting trust-dns-resolver v0.22.0 |
2555 | 2024-06-17T17:43:00.712Z | Documenting num-rational v0.4.2 |
2556 | 2024-06-17T17:43:01.737Z | Documenting slog-stdlog v4.1.1 |
2557 | 2024-06-17T17:43:03.115Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2558 | 2024-06-17T17:43:04.207Z | Documenting num-complex v0.4.6 |
2559 | 2024-06-17T17:43:04.451Z | Documenting tar v0.4.40 |
2560 | 2024-06-17T17:43:06.117Z | Documenting tap v1.0.1 |
2561 | 2024-06-17T17:43:06.763Z | Documenting slog-envlogger v2.2.0 |
2562 | 2024-06-17T17:43:07.143Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2563 | 2024-06-17T17:43:08.891Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2564 | 2024-06-17T17:43:09.059Z | Documenting wyz v0.5.1 |
2565 | 2024-06-17T17:43:09.719Z | Documenting radium v0.7.0 |
2566 | 2024-06-17T17:43:10.024Z | Documenting num v0.4.3 |
2567 | 2024-06-17T17:43:10.151Z | Documenting nibble_vec v0.1.0 |
2568 | 2024-06-17T17:43:12.350Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2569 | 2024-06-17T17:43:12.438Z | Documenting funty v2.0.0 |
2570 | 2024-06-17T17:43:12.996Z | Documenting crc-catalog v2.4.0 |
2571 | 2024-06-17T17:43:14.427Z | Documenting endian-type v0.1.2 |
2572 | 2024-06-17T17:43:15.953Z | Documenting same-file v1.0.6 |
2573 | 2024-06-17T17:43:16.011Z | Documenting display-error-chain v0.2.0 |
2574 | 2024-06-17T17:43:16.486Z | Documenting crc v3.2.1 |
2575 | 2024-06-17T17:43:17.218Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2576 | 2024-06-17T17:43:19.277Z | Documenting radix_trie v0.2.1 |
2577 | 2024-06-17T17:43:19.548Z | Documenting bitvec v1.0.1 |
2578 | 2024-06-17T17:43:20.176Z | Documenting walkdir v2.5.0 |
2579 | 2024-06-17T17:43:20.879Z | Documenting slog-dtrace v0.3.0 |
2580 | 2024-06-17T17:43:23.809Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2581 | 2024-06-17T17:43:24.620Z | Documenting cancel-safe-futures v0.1.5 |
2582 | 2024-06-17T17:43:24.770Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2583 | 2024-06-17T17:43:25.036Z | Documenting packed_struct_codegen v0.10.1 |
2584 | 2024-06-17T17:43:25.135Z | Documenting nodrop v0.1.14 |
2585 | 2024-06-17T17:43:25.427Z | warning: unresolved link to `Blueprints` |
2586 | 2024-06-17T17:43:25.427Z | --> nexus/types/src/deployment/blueprint_diff.rs:5:33 |
2587 | 2024-06-17T17:43:25.427Z | | |
2588 | 2024-06-17T17:43:25.427Z | 5 | //! Types helpful for diffing [`Blueprints`]. |
2589 | 2024-06-17T17:43:25.427Z | | ^^^^^^^^^^ no item named `Blueprints` in scope |
2590 | 2024-06-17T17:43:25.427Z | | |
2591 | 2024-06-17T17:43:25.427Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2592 | 2024-06-17T17:43:25.427Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2593 | 2024-06-17T17:43:25.427Z | |
2594 | 2024-06-17T17:43:25.430Z | warning: unresolved link to `Blueprints` |
2595 | 2024-06-17T17:43:25.430Z | --> nexus/types/src/deployment/blueprint_display.rs:5:35 |
2596 | 2024-06-17T17:43:25.430Z | | |
2597 | 2024-06-17T17:43:25.430Z | 5 | //! Types helpful for rendering [`Blueprints`]. |
2598 | 2024-06-17T17:43:25.430Z | | ^^^^^^^^^^ no item named `Blueprints` in scope |
2599 | 2024-06-17T17:43:25.430Z | | |
2600 | 2024-06-17T17:43:25.430Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2601 | 2024-06-17T17:43:25.430Z | |
2602 | 2024-06-17T17:43:25.430Z | warning: unresolved link to `BpSledTable` |
2603 | 2024-06-17T17:43:25.430Z | --> nexus/types/src/deployment/blueprint_display.rs:179:49 |
2604 | 2024-06-17T17:43:25.430Z | | |
2605 | 2024-06-17T17:43:25.430Z | 179 | /// `BpSledSubtable`s are always nested under [`BpSledTable`]s. |
2606 | 2024-06-17T17:43:25.431Z | | ^^^^^^^^^^^ no item named `BpSledTable` in scope |
2607 | 2024-06-17T17:43:25.431Z | | |
2608 | 2024-06-17T17:43:25.431Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2609 | 2024-06-17T17:43:25.431Z | |
2610 | 2024-06-17T17:43:27.664Z | warning: `nexus-types` (lib doc) generated 3 warnings |
2611 | 2024-06-17T17:43:27.691Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2612 | 2024-06-17T17:43:28.130Z | Documenting array-init v0.0.4 |
2613 | 2024-06-17T17:43:28.589Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2614 | 2024-06-17T17:43:29.271Z | Documenting num-bigint-dig v0.8.4 |
2615 | 2024-06-17T17:43:30.504Z | Documenting packed_struct v0.10.1 |
2616 | 2024-06-17T17:43:31.628Z | Documenting pem v3.0.4 |
2617 | 2024-06-17T17:43:31.839Z | Documenting pkcs1 v0.7.5 |
2618 | 2024-06-17T17:43:33.675Z | Documenting signature v2.2.0 |
2619 | 2024-06-17T17:43:35.743Z | Documenting maplit v1.0.2 |
2620 | 2024-06-17T17:43:36.636Z | Documenting termcolor v1.4.1 |
2621 | 2024-06-17T17:43:36.890Z | Documenting bitfield v0.14.0 |
2622 | 2024-06-17T17:43:36.966Z | Documenting bzip2 v0.4.4 |
2623 | 2024-06-17T17:43:38.536Z | Documenting rsa v0.9.6 |
2624 | 2024-06-17T17:43:38.553Z | Documenting serde-hex v0.1.0 |
2625 | 2024-06-17T17:43:39.642Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2626 | 2024-06-17T17:43:39.867Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2627 | 2024-06-17T17:43:40.648Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2628 | 2024-06-17T17:43:40.893Z | Documenting x509-cert v0.2.5 |
2629 | 2024-06-17T17:43:41.143Z | Documenting env_logger v0.10.2 |
2630 | 2024-06-17T17:43:42.202Z | Documenting libsw v3.3.1 |
2631 | 2024-06-17T17:43:43.940Z | Documenting ron v0.8.1 |
2632 | 2024-06-17T17:43:44.600Z | Documenting half v2.4.1 |
2633 | 2024-06-17T17:43:46.625Z | Documenting headers-core v0.2.0 |
2634 | 2024-06-17T17:43:46.639Z | Documenting ciborium-io v0.2.2 |
2635 | 2024-06-17T17:43:47.065Z | Documenting owo-colors v4.0.0 |
2636 | 2024-06-17T17:43:47.516Z | Documenting crc-any v2.5.0 |
2637 | 2024-06-17T17:43:47.558Z | Documenting linear-map v1.2.0 |
2638 | 2024-06-17T17:43:47.805Z | Documenting zip v0.6.6 |
2639 | 2024-06-17T17:43:49.093Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2640 | 2024-06-17T17:43:50.992Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2641 | 2024-06-17T17:43:51.558Z | Documenting ciborium-ll v0.2.2 |
2642 | 2024-06-17T17:43:51.905Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2643 | 2024-06-17T17:43:52.023Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2644 | 2024-06-17T17:43:52.515Z | Documenting headers v0.3.9 |
2645 | 2024-06-17T17:43:53.469Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2646 | 2024-06-17T17:43:53.869Z | Documenting async-recursion v1.1.1 |
2647 | 2024-06-17T17:43:56.782Z | Documenting path-slash v0.1.5 |
2648 | 2024-06-17T17:43:58.901Z | Documenting ciborium v0.2.2 |
2649 | 2024-06-17T17:43:59.813Z | Documenting fxhash v0.2.1 |
2650 | 2024-06-17T17:44:00.670Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2651 | 2024-06-17T17:44:01.225Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2652 | 2024-06-17T17:44:01.747Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2653 | 2024-06-17T17:44:02.641Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2654 | 2024-06-17T17:44:04.153Z | Documenting buf-list v1.0.3 |
2655 | 2024-06-17T17:44:04.762Z | Documenting derive_builder_core v0.20.0 |
2656 | 2024-06-17T17:44:09.759Z | Checking derive_builder_core v0.20.0 |
2657 | 2024-06-17T17:44:09.795Z | Documenting ref-cast-impl v1.0.23 |
2658 | 2024-06-17T17:44:10.596Z | Documenting pin-project-internal v1.1.5 |
2659 | 2024-06-17T17:44:11.532Z | Documenting vte_generate_state_changes v0.1.1 |
2660 | 2024-06-17T17:44:12.352Z | Documenting derive_builder_macro v0.20.0 |
2661 | 2024-06-17T17:44:14.981Z | Documenting ref-cast v1.0.23 |
2662 | 2024-06-17T17:44:15.137Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2663 | 2024-06-17T17:44:16.637Z | Documenting vte v0.11.1 |
2664 | 2024-06-17T17:44:17.055Z | Documenting pin-project v1.1.5 |
2665 | 2024-06-17T17:44:17.117Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2666 | 2024-06-17T17:44:18.040Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2667 | 2024-06-17T17:44:18.305Z | Documenting crossbeam-deque v0.8.5 |
2668 | 2024-06-17T17:44:18.377Z | Documenting snafu-derive v0.8.2 |
2669 | 2024-06-17T17:44:20.088Z | Documenting fd-lock v4.0.2 |
2670 | 2024-06-17T17:44:21.003Z | Documenting bitstruct_derive v0.1.0 |
2671 | 2024-06-17T17:44:21.146Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2672 | 2024-06-17T17:44:23.246Z | Documenting ascii v1.1.0 |
2673 | 2024-06-17T17:44:23.514Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2674 | 2024-06-17T17:44:25.834Z | Documenting snafu v0.8.2 |
2675 | 2024-06-17T17:44:25.867Z | Documenting rayon-core v1.12.1 |
2676 | 2024-06-17T17:44:26.010Z | Documenting bitstruct v0.1.1 |
2677 | 2024-06-17T17:44:26.309Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2678 | 2024-06-17T17:44:26.536Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2679 | 2024-06-17T17:44:28.312Z | Documenting strip-ansi-escapes v0.2.0 |
2680 | 2024-06-17T17:44:29.015Z | Documenting derive_builder v0.20.0 |
2681 | 2024-06-17T17:44:30.379Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2682 | 2024-06-17T17:44:30.630Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2683 | 2024-06-17T17:44:31.226Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2684 | 2024-06-17T17:44:31.646Z | Documenting polar-core v0.27.3 |
2685 | 2024-06-17T17:44:32.100Z | Documenting libxml v0.3.3 |
2686 | 2024-06-17T17:44:32.681Z | Documenting proc-macro-error-attr v1.0.4 |
2687 | 2024-06-17T17:44:33.521Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2688 | 2024-06-17T17:44:37.769Z | Documenting globset v0.4.14 |
2689 | 2024-06-17T17:44:38.705Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2690 | 2024-06-17T17:44:38.807Z | Documenting olpc-cjson v0.1.3 |
2691 | 2024-06-17T17:44:40.557Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2692 | 2024-06-17T17:44:41.553Z | Documenting quick-xml v0.31.0 |
2693 | 2024-06-17T17:44:42.008Z | Documenting erased-serde v0.3.31 |
2694 | 2024-06-17T17:44:43.052Z | Documenting serde_arrays v0.1.0 |
2695 | 2024-06-17T17:44:43.806Z | Documenting serde_plain v1.0.2 |
2696 | 2024-06-17T17:44:44.213Z | Documenting impl-trait-for-tuples v0.2.2 |
2697 | 2024-06-17T17:44:44.487Z | Documenting oso-derive v0.27.3 |
2698 | 2024-06-17T17:44:48.149Z | Documenting unicode-xid v0.2.4 |
2699 | 2024-06-17T17:44:48.534Z | Documenting typed-path v0.7.1 |
2700 | 2024-06-17T17:44:48.669Z | Documenting nu-ansi-term v0.50.0 |
2701 | 2024-06-17T17:44:49.256Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2702 | 2024-06-17T17:44:49.544Z | Checking unicode-xid v0.2.4 |
2703 | 2024-06-17T17:44:49.728Z | Documenting samael v0.0.15 |
2704 | 2024-06-17T17:44:50.031Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2705 | 2024-06-17T17:44:50.268Z | Documenting oso v0.27.3 |
2706 | 2024-06-17T17:44:51.182Z | Documenting const_format_proc_macros v0.2.32 |
2707 | 2024-06-17T17:44:53.772Z | Documenting reedline v0.31.0 |
2708 | 2024-06-17T17:44:55.181Z | Documenting tough v0.17.1 |
2709 | 2024-06-17T17:44:56.665Z | Documenting proc-macro-error v1.0.4 |
2710 | 2024-06-17T17:44:56.769Z | Documenting rayon v1.10.0 |
2711 | 2024-06-17T17:44:56.968Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2712 | 2024-06-17T17:45:01.828Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2713 | 2024-06-17T17:45:01.938Z | Documenting libefi-sys v0.1.0 |
2714 | 2024-06-17T17:45:01.996Z | Documenting trust-dns-client v0.22.0 |
2715 | 2024-06-17T17:45:05.349Z | Documenting cookie v0.18.1 |
2716 | 2024-06-17T17:45:06.593Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2717 | 2024-06-17T17:45:07.093Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2718 | 2024-06-17T17:45:07.517Z | Checking proc-macro-error v1.0.4 |
2719 | 2024-06-17T17:45:07.640Z | Documenting bb8 v0.8.3 |
2720 | 2024-06-17T17:45:07.813Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2721 | 2024-06-17T17:45:08.462Z | Documenting keccak v0.1.5 |
2722 | 2024-06-17T17:45:10.325Z | Documenting bytecount v0.6.8 |
2723 | 2024-06-17T17:45:10.493Z | Documenting parse-size v1.0.0 |
2724 | 2024-06-17T17:45:10.616Z | Documenting utf-8 v0.7.6 |
2725 | 2024-06-17T17:45:11.565Z | Documenting sha3 v0.10.8 |
2726 | 2024-06-17T17:45:12.351Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2727 | 2024-06-17T17:45:13.108Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2728 | 2024-06-17T17:45:13.203Z | Documenting papergrid v0.11.0 |
2729 | 2024-06-17T17:45:13.539Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2730 | 2024-06-17T17:45:14.625Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2731 | 2024-06-17T17:45:15.748Z | Documenting tungstenite v0.21.0 |
2732 | 2024-06-17T17:45:16.535Z | Documenting trust-dns-server v0.22.1 |
2733 | 2024-06-17T17:45:17.534Z | Documenting tabled_derive v0.7.0 |
2734 | 2024-06-17T17:45:18.207Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2735 | 2024-06-17T17:45:18.934Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2736 | 2024-06-17T17:45:22.832Z | Documenting const_format v0.2.32 |
2737 | 2024-06-17T17:45:22.973Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2738 | 2024-06-17T17:45:23.297Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2739 | 2024-06-17T17:45:23.358Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2740 | 2024-06-17T17:45:23.486Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2741 | 2024-06-17T17:45:24.484Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2742 | 2024-06-17T17:45:24.568Z | Documenting sled v0.34.7 |
2743 | 2024-06-17T17:45:24.890Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2744 | 2024-06-17T17:45:25.130Z | Documenting nix v0.28.0 |
2745 | 2024-06-17T17:45:25.365Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2746 | 2024-06-17T17:45:25.799Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2747 | 2024-06-17T17:45:26.083Z | Documenting secrecy v0.8.0 |
2748 | 2024-06-17T17:45:26.263Z | Documenting gethostname v0.4.3 |
2749 | 2024-06-17T17:45:30.172Z | Documenting peg-macros v0.8.3 |
2750 | 2024-06-17T17:45:30.756Z | Documenting rustversion v1.0.17 |
2751 | 2024-06-17T17:45:30.850Z | Documenting sqlparser_derive v0.2.2 |
2752 | 2024-06-17T17:45:31.448Z | Documenting unicode_categories v0.1.1 |
2753 | 2024-06-17T17:45:31.464Z | Documenting home v0.5.9 |
2754 | 2024-06-17T17:45:34.038Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2755 | 2024-06-17T17:45:35.722Z | Documenting castaway v0.2.2 |
2756 | 2024-06-17T17:45:35.865Z | Documenting sqlparser v0.45.0 |
2757 | 2024-06-17T17:45:36.122Z | Documenting peg v0.8.3 |
2758 | 2024-06-17T17:45:36.367Z | Documenting rustyline v14.0.0 |
2759 | 2024-06-17T17:45:36.654Z | Documenting sqlformat v0.2.3 |
2760 | 2024-06-17T17:45:40.486Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2761 | 2024-06-17T17:45:40.668Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2762 | 2024-06-17T17:45:41.079Z | Documenting tokio-tungstenite v0.21.0 |
2763 | 2024-06-17T17:45:42.057Z | Documenting tabled v0.15.0 |
2764 | 2024-06-17T17:45:42.668Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2765 | 2024-06-17T17:45:47.439Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2766 | 2024-06-17T17:45:48.611Z | Documenting zone v0.1.8 |
2767 | 2024-06-17T17:45:48.755Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2768 | 2024-06-17T17:45:48.962Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2769 | 2024-06-17T17:45:49.158Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2770 | 2024-06-17T17:45:50.557Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2771 | 2024-06-17T17:45:53.044Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2772 | 2024-06-17T17:45:55.547Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2773 | 2024-06-17T17:45:55.814Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2774 | 2024-06-17T17:45:56.082Z | Documenting portpicker v0.1.1 |
2775 | 2024-06-17T17:45:56.089Z | Documenting universal-hash v0.5.1 |
2776 | 2024-06-17T17:45:56.223Z | Documenting bcs v0.1.6 |
2777 | 2024-06-17T17:46:01.591Z | Documenting thiserror-impl-no-std v2.0.2 |
2778 | 2024-06-17T17:46:01.867Z | Documenting kstat-rs v0.2.3 |
2779 | 2024-06-17T17:46:02.521Z | Documenting curve25519-dalek-derive v0.1.1 |
2780 | 2024-06-17T17:46:05.925Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2781 | 2024-06-17T17:46:11.721Z | Documenting opaque-debug v0.3.1 |
2782 | 2024-06-17T17:46:11.997Z | Documenting highway v1.1.0 |
2783 | 2024-06-17T17:46:12.112Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2784 | 2024-06-17T17:46:12.115Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2785 | 2024-06-17T17:46:12.149Z | Documenting thiserror-no-std v2.0.2 |
2786 | 2024-06-17T17:46:12.320Z | Documenting curve25519-dalek v4.1.2 |
2787 | 2024-06-17T17:46:12.720Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2788 | 2024-06-17T17:46:14.646Z | Documenting poly1305 v0.8.0 |
2789 | 2024-06-17T17:46:15.193Z | Documenting compact_str v0.7.1 |
2790 | 2024-06-17T17:46:17.049Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2791 | 2024-06-17T17:46:17.984Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2792 | 2024-06-17T17:46:19.798Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2793 | 2024-06-17T17:46:19.940Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2794 | 2024-06-17T17:46:20.372Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2795 | 2024-06-17T17:46:20.761Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2796 | 2024-06-17T17:46:21.635Z | Documenting portable-atomic v1.6.0 |
2797 | 2024-06-17T17:46:25.350Z | Documenting ed25519 v1.5.3 |
2798 | 2024-06-17T17:46:25.671Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2799 | 2024-06-17T17:46:26.371Z | Documenting unicase v2.7.0 |
2800 | 2024-06-17T17:46:28.370Z | Documenting rcgen v0.12.1 |
2801 | 2024-06-17T17:46:29.648Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2802 | 2024-06-17T17:46:32.287Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2803 | 2024-06-17T17:46:33.366Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2804 | 2024-06-17T17:46:33.864Z | warning: could not parse code block as Rust code |
2805 | 2024-06-17T17:46:33.864Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 |
2806 | 2024-06-17T17:46:33.864Z | | |
2807 | 2024-06-17T17:46:33.864Z | 246 | / /// Parse a string literal, either single- or double-quoted. |
2808 | 2024-06-17T17:46:33.864Z | 247 | | /// |
2809 | 2024-06-17T17:46:33.864Z | 248 | | /// Parsing string literals is pretty tricky, but we add several |
2810 | 2024-06-17T17:46:33.864Z | 249 | | /// constraints to simplify things. First strings must be quoted, either |
2811 | 2024-06-17T17:46:33.864Z | ... | |
2812 | 2024-06-17T17:46:33.864Z | 277 | | /// |
2813 | 2024-06-17T17:46:33.864Z | 278 | | /// Will be parsed as `this string has " in it`. |
2814 | 2024-06-17T17:46:33.864Z | | |________________________________________________________^ |
2815 | 2024-06-17T17:46:33.865Z | | |
2816 | 2024-06-17T17:46:33.865Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
2817 | 2024-06-17T17:46:33.865Z | = note: error from rustc: unknown start of token: \ |
2818 | 2024-06-17T17:46:33.865Z | = note: error from rustc: unknown start of token: \ |
2819 | 2024-06-17T17:46:33.865Z | = note: error from rustc: unknown start of token: \ |
2820 | 2024-06-17T17:46:33.865Z | = note: error from rustc: unknown start of token: \ |
2821 | 2024-06-17T17:46:33.865Z | = note: error from rustc: unknown start of token: \ |
2822 | 2024-06-17T17:46:33.865Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
2823 | 2024-06-17T17:46:33.865Z | |
2824 | 2024-06-17T17:46:34.782Z | Documenting atomicwrites v0.4.3 |
2825 | 2024-06-17T17:46:35.217Z | warning: `oximeter-db` (lib doc) generated 1 warning |
2826 | 2024-06-17T17:46:35.220Z | Documenting chacha20 v0.9.1 |
2827 | 2024-06-17T17:46:36.441Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2828 | 2024-06-17T17:46:36.597Z | Documenting lru v0.12.3 |
2829 | 2024-06-17T17:46:37.171Z | Documenting aead v0.5.2 |
2830 | 2024-06-17T17:46:40.644Z | Documenting rand_seeder v0.2.3 |
2831 | 2024-06-17T17:46:41.074Z | Documenting nanorand v0.7.0 |
2832 | 2024-06-17T17:46:42.073Z | Documenting subprocess v0.2.9 |
2833 | 2024-06-17T17:46:52.177Z | Documenting stability v0.2.0 |
2834 | 2024-06-17T17:46:52.353Z | Documenting cassowary v0.3.0 |
2835 | 2024-06-17T17:46:52.504Z | Documenting number_prefix v0.4.0 |
2836 | 2024-06-17T17:46:52.521Z | Documenting glob v0.3.1 |
2837 | 2024-06-17T17:46:52.534Z | Documenting flume v0.11.0 |
2838 | 2024-06-17T17:46:53.071Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2839 | 2024-06-17T17:46:53.157Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2840 | 2024-06-17T17:46:56.908Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2841 | 2024-06-17T17:46:57.398Z | Documenting chacha20poly1305 v0.10.1 |
2842 | 2024-06-17T17:46:57.556Z | Documenting indicatif v0.17.8 |
2843 | 2024-06-17T17:46:57.861Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2844 | 2024-06-17T17:46:58.032Z | Documenting ratatui v0.26.2 |
2845 | 2024-06-17T17:46:59.188Z | warning: unresolved link to `crate::db::lookup::LookupPath` |
2846 | 2024-06-17T17:46:59.188Z | --> nexus/auth/src/authz/api_resources.rs:8:12 |
2847 | 2024-06-17T17:46:59.189Z | | |
2848 | 2024-06-17T17:46:59.189Z | 8 | //! (see [`crate::db::lookup::LookupPath`]) and get back a so-called `authz` |
2849 | 2024-06-17T17:46:59.189Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `db` in module `nexus_auth` |
2850 | 2024-06-17T17:46:59.189Z | | |
2851 | 2024-06-17T17:46:59.189Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2852 | 2024-06-17T17:46:59.189Z | |
2853 | 2024-06-17T17:47:00.715Z | warning: `nexus-auth` (lib doc) generated 1 warning |
2854 | 2024-06-17T17:47:00.719Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2855 | 2024-06-17T17:47:02.933Z | Documenting mime_guess v2.0.4 |
2856 | 2024-06-17T17:47:11.595Z | Documenting salty v0.2.0 |
2857 | 2024-06-17T17:47:12.077Z | Documenting vsss-rs v3.3.4 |
2858 | 2024-06-17T17:47:12.117Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2859 | 2024-06-17T17:47:12.490Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2860 | 2024-06-17T17:47:12.732Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2861 | 2024-06-17T17:47:13.476Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2862 | 2024-06-17T17:47:14.509Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2863 | 2024-06-17T17:47:14.896Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2864 | 2024-06-17T17:47:14.981Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2865 | 2024-06-17T17:47:15.254Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2866 | 2024-06-17T17:47:15.510Z | Documenting serde-big-array v0.5.1 |
2867 | 2024-06-17T17:47:16.919Z | Documenting memmap2 v0.9.4 |
2868 | 2024-06-17T17:47:17.606Z | Documenting rtoolbox v0.0.2 |
2869 | 2024-06-17T17:47:19.114Z | Documenting http-range v0.1.5 |
2870 | 2024-06-17T17:47:20.142Z | Documenting unicode-linebreak v0.1.5 |
2871 | 2024-06-17T17:47:20.185Z | Documenting constant_time_eq v0.3.0 |
2872 | 2024-06-17T17:47:21.448Z | Documenting arrayvec v0.7.4 |
2873 | 2024-06-17T17:47:22.725Z | Documenting arrayref v0.3.7 |
2874 | 2024-06-17T17:47:23.209Z | Documenting is_ci v1.2.0 |
2875 | 2024-06-17T17:47:23.333Z | Documenting smawk v0.3.2 |
2876 | 2024-06-17T17:47:24.027Z | Documenting shell-words v1.1.0 |
2877 | 2024-06-17T17:47:24.668Z | Documenting hyper-staticfile v0.9.5 |
2878 | 2024-06-17T17:47:25.713Z | Documenting blake3 v1.5.1 |
2879 | 2024-06-17T17:47:27.593Z | Documenting textwrap v0.16.1 |
2880 | 2024-06-17T17:47:28.083Z | Documenting supports-color v3.0.0 |
2881 | 2024-06-17T17:47:28.306Z | Documenting rpassword v7.3.1 |
2882 | 2024-06-17T17:47:29.155Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2883 | 2024-06-17T17:47:30.767Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2884 | 2024-06-17T17:47:32.519Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2885 | 2024-06-17T17:47:32.781Z | Documenting tui-tree-widget v0.19.0 |
2886 | 2024-06-17T17:47:33.029Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2887 | 2024-06-17T17:47:33.122Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2888 | 2024-06-17T17:47:36.069Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2889 | 2024-06-17T17:47:37.202Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2890 | 2024-06-17T17:47:38.353Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2891 | 2024-06-17T17:47:38.737Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2892 | 2024-06-17T17:47:39.287Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2893 | 2024-06-17T17:47:39.507Z | Documenting signal-hook-tokio v0.3.1 |
2894 | 2024-06-17T17:47:39.719Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2895 | 2024-06-17T17:47:40.380Z | Documenting csv-core v0.1.11 |
2896 | 2024-06-17T17:47:41.517Z | Documenting corncobs v0.1.3 |
2897 | 2024-06-17T17:47:44.566Z | Documenting topological-sort v0.2.2 |
2898 | 2024-06-17T17:47:44.737Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2899 | 2024-06-17T17:47:45.404Z | Documenting csv v1.3.0 |
2900 | 2024-06-17T17:47:45.557Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2901 | 2024-06-17T17:47:46.491Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2902 | 2024-06-17T17:47:48.865Z | Documenting omicron-zone-package v0.11.0 |
2903 | 2024-06-17T17:47:49.575Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2904 | 2024-06-17T17:47:49.617Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2905 | 2024-06-17T17:47:50.657Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2906 | 2024-06-17T17:47:57.473Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2907 | 2024-06-17T17:47:59.698Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2908 | 2024-06-17T17:48:00.423Z | warning: unresolved link to `test_sled_transitions` |
2909 | 2024-06-17T17:48:00.423Z | --> nexus/db-queries/src/db/datastore/sled.rs:698:11 |
2910 | 2024-06-17T17:48:00.423Z | | |
2911 | 2024-06-17T17:48:00.423Z | 698 | /// [`test_sled_transitions`]. |
2912 | 2024-06-17T17:48:00.423Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
2913 | 2024-06-17T17:48:00.423Z | | |
2914 | 2024-06-17T17:48:00.423Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2915 | 2024-06-17T17:48:00.423Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2916 | 2024-06-17T17:48:00.423Z | |
2917 | 2024-06-17T17:48:00.427Z | warning: unresolved link to `test_sled_transitions` |
2918 | 2024-06-17T17:48:00.427Z | --> nexus/db-queries/src/db/datastore/sled.rs:734:11 |
2919 | 2024-06-17T17:48:00.427Z | | |
2920 | 2024-06-17T17:48:00.427Z | 734 | /// [`test_sled_transitions`]. |
2921 | 2024-06-17T17:48:00.427Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
2922 | 2024-06-17T17:48:00.427Z | | |
2923 | 2024-06-17T17:48:00.427Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2924 | 2024-06-17T17:48:00.427Z | |
2925 | 2024-06-17T17:48:00.427Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
2926 | 2024-06-17T17:48:00.427Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
2927 | 2024-06-17T17:48:00.427Z | | |
2928 | 2024-06-17T17:48:00.427Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
2929 | 2024-06-17T17:48:00.427Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
2930 | 2024-06-17T17:48:00.427Z | |
2931 | 2024-06-17T17:48:01.542Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2932 | 2024-06-17T17:48:06.258Z | warning: unresolved link to `BlueprintDisksConfig` |
2933 | 2024-06-17T17:48:06.258Z | --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1170:55 |
2934 | 2024-06-17T17:48:06.258Z | | |
2935 | 2024-06-17T17:48:06.258Z | 1170 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`] |
2936 | 2024-06-17T17:48:06.259Z | | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope |
2937 | 2024-06-17T17:48:06.259Z | | |
2938 | 2024-06-17T17:48:06.259Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2939 | 2024-06-17T17:48:06.259Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2940 | 2024-06-17T17:48:06.259Z | |
2941 | 2024-06-17T17:48:07.522Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning |
2942 | 2024-06-17T17:48:07.525Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2943 | 2024-06-17T17:48:07.687Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2944 | 2024-06-17T17:48:12.387Z | Documenting fatfs v0.3.6 |
2945 | 2024-06-17T17:48:16.094Z | Documenting cargo-platform v0.1.8 |
2946 | 2024-06-17T17:48:17.058Z | warning: unclosed HTML tag `usize` |
2947 | 2024-06-17T17:48:17.058Z | --> wicket/src/ui/panes/update.rs:153:19 |
2948 | 2024-06-17T17:48:17.059Z | | |
2949 | 2024-06-17T17:48:17.059Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
2950 | 2024-06-17T17:48:17.059Z | | ^^^^^^^ |
2951 | 2024-06-17T17:48:17.059Z | | |
2952 | 2024-06-17T17:48:17.059Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
2953 | 2024-06-17T17:48:17.059Z | |
2954 | 2024-06-17T17:48:18.369Z | Documenting assert_matches v1.5.0 |
2955 | 2024-06-17T17:48:18.432Z | warning: `wicket` (lib doc) generated 1 warning |
2956 | 2024-06-17T17:48:18.444Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2957 | 2024-06-17T17:48:18.594Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2958 | 2024-06-17T17:48:19.173Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
2959 | 2024-06-17T17:48:19.176Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2960 | 2024-06-17T17:48:20.460Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2961 | 2024-06-17T17:48:21.503Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2962 | 2024-06-17T17:48:21.571Z | Documenting cargo_metadata v0.18.1 |
2963 | 2024-06-17T17:48:22.022Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2964 | 2024-06-17T17:48:24.903Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2965 | 2024-06-17T17:48:24.903Z | --> sled-agent/src/sim/instance.rs:45:7 |
2966 | 2024-06-17T17:48:24.903Z | | |
2967 | 2024-06-17T17:48:24.903Z | 45 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2968 | 2024-06-17T17:48:24.903Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2969 | 2024-06-17T17:48:24.903Z | | |
2970 | 2024-06-17T17:48:24.903Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2971 | 2024-06-17T17:48:24.903Z | |
2972 | 2024-06-17T17:48:28.356Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2973 | 2024-06-17T17:48:28.360Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2974 | 2024-06-17T17:48:29.389Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2975 | 2024-06-17T17:48:32.611Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2976 | 2024-06-17T17:48:36.557Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2977 | 2024-06-17T17:48:37.096Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2978 | 2024-06-17T17:48:38.629Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2979 | 2024-06-17T17:48:39.368Z | Documenting uzers v0.11.3 |
2980 | 2024-06-17T17:48:40.249Z | Documenting termios v0.3.3 |
2981 | 2024-06-17T17:48:44.649Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2982 | 2024-06-17T17:48:45.364Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2983 | 2024-06-17T17:48:48.000Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2984 | 2024-06-17T17:48:48.631Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2985 | 2024-06-17T17:48:56.461Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2986 | 2024-06-17T17:48:58.323Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2987 | 2024-06-17T17:49:04.097Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2988 | 2024-06-17T17:49:23.401Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2989 | 2024-06-17T17:49:27.888Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2990 | 2024-06-17T17:49:34.073Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2991 | 2024-06-17T17:49:37.994Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2992 | 2024-06-17T17:49:38.249Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2993 | 2024-06-17T17:49:42.238Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2994 | 2024-06-17T17:49:42.564Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2995 | 2024-06-17T17:49:47.127Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2996 | 2024-06-17T17:50:16.769Z | warning: unresolved link to `Nexus` |
2997 | 2024-06-17T17:50:16.769Z | --> nexus/src/app/instance_network.rs:243:34 |
2998 | 2024-06-17T17:50:16.770Z | | |
2999 | 2024-06-17T17:50:16.770Z | 243 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3000 | 2024-06-17T17:50:16.770Z | | ^^^^^ no item named `Nexus` in scope |
3001 | 2024-06-17T17:50:16.770Z | | |
3002 | 2024-06-17T17:50:16.770Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3003 | 2024-06-17T17:50:16.770Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3004 | 2024-06-17T17:50:16.770Z | |
3005 | 2024-06-17T17:50:16.770Z | warning: unresolved link to `Nexus` |
3006 | 2024-06-17T17:50:16.770Z | --> nexus/src/app/instance_network.rs:422:34 |
3007 | 2024-06-17T17:50:16.770Z | | |
3008 | 2024-06-17T17:50:16.770Z | 422 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3009 | 2024-06-17T17:50:16.770Z | | ^^^^^ no item named `Nexus` in scope |
3010 | 2024-06-17T17:50:16.774Z | | |
3011 | 2024-06-17T17:50:16.774Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3012 | 2024-06-17T17:50:16.774Z | |
3013 | 2024-06-17T17:50:16.774Z | warning: unresolved link to `VolumeConstructionRequest` |
3014 | 2024-06-17T17:50:16.774Z | --> nexus/src/app/sagas/volume_delete.rs:335:7 |
3015 | 2024-06-17T17:50:16.774Z | | |
3016 | 2024-06-17T17:50:16.774Z | 335 | /// [`VolumeConstructionRequest`] is shown here): |
3017 | 2024-06-17T17:50:16.774Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3018 | 2024-06-17T17:50:16.774Z | | |
3019 | 2024-06-17T17:50:16.774Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3020 | 2024-06-17T17:50:16.774Z | |
3021 | 2024-06-17T17:50:16.774Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3022 | 2024-06-17T17:50:16.774Z | --> nexus/src/app/sagas/volume_delete.rs:345:17 |
3023 | 2024-06-17T17:50:16.774Z | | |
3024 | 2024-06-17T17:50:16.774Z | 345 | /// "[fd00:1122:3344:101::5]:1000", |
3025 | 2024-06-17T17:50:16.774Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3026 | 2024-06-17T17:50:16.774Z | |
3027 | 2024-06-17T17:50:16.774Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3028 | 2024-06-17T17:50:16.774Z | --> nexus/src/app/sagas/volume_delete.rs:346:17 |
3029 | 2024-06-17T17:50:16.774Z | | |
3030 | 2024-06-17T17:50:16.774Z | 346 | /// "[fd00:1122:3344:102::9]:1000", |
3031 | 2024-06-17T17:50:16.774Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3032 | 2024-06-17T17:50:16.774Z | |
3033 | 2024-06-17T17:50:16.774Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3034 | 2024-06-17T17:50:16.774Z | --> nexus/src/app/sagas/volume_delete.rs:347:17 |
3035 | 2024-06-17T17:50:16.774Z | | |
3036 | 2024-06-17T17:50:16.774Z | 347 | /// "[fd00:1122:3344:103::2]:1000" |
3037 | 2024-06-17T17:50:16.775Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3038 | 2024-06-17T17:50:16.775Z | |
3039 | 2024-06-17T17:50:16.775Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3040 | 2024-06-17T17:50:16.775Z | --> nexus/src/app/sagas/volume_delete.rs:366:17 |
3041 | 2024-06-17T17:50:16.775Z | | |
3042 | 2024-06-17T17:50:16.775Z | 366 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3043 | 2024-06-17T17:50:16.775Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3044 | 2024-06-17T17:50:16.775Z | |
3045 | 2024-06-17T17:50:16.775Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3046 | 2024-06-17T17:50:16.775Z | --> nexus/src/app/sagas/volume_delete.rs:367:17 |
3047 | 2024-06-17T17:50:16.775Z | | |
3048 | 2024-06-17T17:50:16.775Z | 367 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3049 | 2024-06-17T17:50:16.775Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3050 | 2024-06-17T17:50:16.775Z | |
3051 | 2024-06-17T17:50:16.775Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3052 | 2024-06-17T17:50:16.775Z | --> nexus/src/app/sagas/volume_delete.rs:368:17 |
3053 | 2024-06-17T17:50:16.775Z | | |
3054 | 2024-06-17T17:50:16.775Z | 368 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3055 | 2024-06-17T17:50:16.775Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3056 | 2024-06-17T17:50:16.775Z | |
3057 | 2024-06-17T17:50:19.672Z | warning: `omicron-nexus` (lib doc) generated 9 warnings |
3058 | 2024-06-17T17:50:36.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13m 02s |
3059 | 2024-06-17T17:50:36.528Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html and 85 other files |
3060 | 2024-06-17T17:50:36.573Z | |
3061 | 2024-06-17T17:50:36.577Z | real 13:02.321338293 |
3062 | 2024-06-17T17:50:36.577Z | user 36:28.235388775 |
3063 | 2024-06-17T17:50:36.577Z | sys 55:06.215750130 |
3064 | 2024-06-17T17:50:36.577Z | trap 0.908652651 |
3065 | 2024-06-17T17:50:36.577Z | tflt 0.116937902 |
3066 | 2024-06-17T17:50:36.577Z | dflt 0.669306604 |
3067 | 2024-06-17T17:50:36.577Z | kflt 0.000050178 |
3068 | 2024-06-17T17:50:36.577Z | lock 3:17:47.641459108 |
3069 | 2024-06-17T17:50:36.577Z | slp 3:33:14.572982259 |
3070 | 2024-06-17T17:50:36.577Z | lat 4:34.085574887 |
3071 | 2024-06-17T17:50:36.577Z | stop 2:33.987166136 |
3072 | 2024-06-17T17:50:36.577Z | process exited: duration 1355312 ms, exit code 0 |
|
3073 | 2024-06-17T17:50:36.585Z | found 0 output files |