|
|
|
1 | 2024-03-30T02:59:53.308Z | job assigned to worker 01HT6MNHPYEJRZ2TH8YRERQG2S (queued for 2 m 5 s) |
|
2 | 2024-03-30T03:00:01.278Z | starting task 0: "setup" |
3 | 2024-03-30T03:00:01.314Z | ++ uname -s |
4 | 2024-03-30T03:00:01.319Z | + kern=SunOS |
5 | 2024-03-30T03:00:01.319Z | + case "$kern" in |
6 | 2024-03-30T03:00:01.319Z | + groupadd -g 12345 build |
7 | 2024-03-30T03:00:01.363Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-30T03:00:03.369Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-30T03:00:03.462Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-30T03:00:03.466Z | + home_fs=zfs |
11 | 2024-03-30T03:00:03.466Z | + [[ zfs == autofs ]] |
12 | 2024-03-30T03:00:03.466Z | + mkdir -p /home/build |
13 | 2024-03-30T03:00:03.466Z | + chown build:build /home/build /work |
14 | 2024-03-30T03:00:05.469Z | + chmod 0700 /home/build /work |
15 | 2024-03-30T03:00:05.474Z | process exited: duration 4194 ms, exit code 0 |
|
16 | 2024-03-30T03:00:05.483Z | starting task 1: "rust-toolchain" |
17 | 2024-03-30T03:00:05.489Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-30T03:00:05.510Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-03-30T03:00:05.652Z | info: downloading installer |
20 | 2024-03-30T03:00:06.785Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-30T03:00:06.785Z | warning: /opt/ooce/bin |
22 | 2024-03-30T03:00:06.785Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-30T03:00:06.785Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-30T03:00:06.785Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-30T03:00:06.785Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-30T03:00:06.785Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-30T03:00:06.785Z | error: cannot install while Rust is installed |
28 | 2024-03-30T03:00:06.785Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-30T03:00:06.902Z | info: profile set to 'default' |
30 | 2024-03-30T03:00:06.903Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-30T03:00:06.909Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-03-30T03:00:07.020Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-03-30T03:00:07.021Z | info: downloading component 'cargo' |
34 | 2024-03-30T03:00:07.652Z | info: downloading component 'clippy' |
35 | 2024-03-30T03:00:07.879Z | info: downloading component 'rust-docs' |
36 | 2024-03-30T03:00:08.669Z | info: downloading component 'rust-std' |
37 | 2024-03-30T03:00:10.049Z | info: downloading component 'rustc' |
38 | 2024-03-30T03:00:13.747Z | info: downloading component 'rustfmt' |
39 | 2024-03-30T03:00:13.762Z | info: installing component 'cargo' |
40 | 2024-03-30T03:00:14.343Z | info: installing component 'clippy' |
41 | 2024-03-30T03:00:14.709Z | info: installing component 'rust-docs' |
42 | 2024-03-30T03:00:16.089Z | info: installing component 'rust-std' |
43 | 2024-03-30T03:00:17.864Z | info: installing component 'rustc' |
44 | 2024-03-30T03:00:21.938Z | info: installing component 'rustfmt' |
45 | 2024-03-30T03:00:22.290Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-03-30T03:00:22.290Z | |
47 | 2024-03-30T03:00:22.612Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-03-30T03:00:22.613Z | |
49 | 2024-03-30T03:00:22.618Z | |
50 | 2024-03-30T03:00:22.618Z | Rust is installed now. Great! |
51 | 2024-03-30T03:00:22.618Z | |
52 | 2024-03-30T03:00:22.618Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-30T03:00:22.618Z | environment variable. This has not been done automatically. |
54 | 2024-03-30T03:00:22.618Z | |
55 | 2024-03-30T03:00:22.619Z | To configure your current shell, you need to source |
56 | 2024-03-30T03:00:22.619Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-30T03:00:22.619Z | |
58 | 2024-03-30T03:00:22.619Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-30T03:00:22.619Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-30T03:00:22.619Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-30T03:00:22.704Z | + rustc --version |
62 | 2024-03-30T03:00:22.770Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-03-30T03:00:22.775Z | process exited: duration 17285 ms, exit code 0 |
|
64 | 2024-03-30T03:00:22.782Z | starting task 2: "authentication" |
65 | 2024-03-30T03:00:22.804Z | process exited: duration 21 ms, exit code 0 |
|
66 | 2024-03-30T03:00:22.814Z | starting task 3: "clone repository" |
67 | 2024-03-30T03:00:22.818Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-03-30T03:00:22.824Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-03-30T03:00:23.072Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-03-30T03:00:50.287Z | + cd /work/oxidecomputer/omicron |
71 | 2024-03-30T03:00:50.287Z | + git fetch origin ea672660e773382cdde3eb7d1812abefa078e1e1 |
72 | 2024-03-30T03:00:51.113Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-03-30T03:00:51.113Z | * branch ea672660e773382cdde3eb7d1812abefa078e1e1 -> FETCH_HEAD |
74 | 2024-03-30T03:00:51.121Z | + [[ -n sunshowers/spr/oxlog-add-sigpipereset ]] |
75 | 2024-03-30T03:00:51.124Z | ++ git branch --show-current |
76 | 2024-03-30T03:00:51.125Z | + current=main |
77 | 2024-03-30T03:00:51.125Z | + [[ main != sunshowers/spr/oxlog-add-sigpipereset ]] |
78 | 2024-03-30T03:00:51.125Z | + git branch -f sunshowers/spr/oxlog-add-sigpipereset ea672660e773382cdde3eb7d1812abefa078e1e1 |
79 | 2024-03-30T03:00:51.128Z | + git checkout -f sunshowers/spr/oxlog-add-sigpipereset |
80 | 2024-03-30T03:00:51.255Z | Switched to branch 'sunshowers/spr/oxlog-add-sigpipereset' |
81 | 2024-03-30T03:00:51.262Z | + git reset --hard ea672660e773382cdde3eb7d1812abefa078e1e1 |
82 | 2024-03-30T03:00:51.267Z | HEAD is now at ea672660e [𝘀𝗽𝗿] initial version |
83 | 2024-03-30T03:00:51.267Z | process exited: duration 28449 ms, exit code 0 |
|
84 | 2024-03-30T03:00:51.275Z | starting task 4: "build" |
85 | 2024-03-30T03:00:51.286Z | + cargo --version |
86 | 2024-03-30T03:00:51.288Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
87 | 2024-03-30T03:00:51.414Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
88 | 2024-03-30T03:00:51.414Z | info: downloading component 'cargo' |
89 | 2024-03-30T03:00:52.070Z | info: downloading component 'clippy' |
90 | 2024-03-30T03:00:52.272Z | info: downloading component 'rust-docs' |
91 | 2024-03-30T03:00:53.083Z | info: downloading component 'rust-std' |
92 | 2024-03-30T03:00:54.386Z | info: downloading component 'rustc' |
93 | 2024-03-30T03:00:57.669Z | info: downloading component 'rustfmt' |
94 | 2024-03-30T03:00:57.850Z | info: installing component 'cargo' |
95 | 2024-03-30T03:00:58.740Z | info: installing component 'clippy' |
96 | 2024-03-30T03:00:59.060Z | info: installing component 'rust-docs' |
97 | 2024-03-30T03:01:00.482Z | info: installing component 'rust-std' |
98 | 2024-03-30T03:01:02.247Z | info: installing component 'rustc' |
99 | 2024-03-30T03:01:06.416Z | info: installing component 'rustfmt' |
100 | 2024-03-30T03:01:06.824Z | cargo 1.76.0 (c84b36747 2024-01-18) |
101 | 2024-03-30T03:01:06.831Z | + rustc --version |
102 | 2024-03-30T03:01:06.888Z | rustc 1.76.0 (07dca489a 2024-02-04) |
103 | 2024-03-30T03:01:06.892Z | + source ./env.sh |
104 | 2024-03-30T03:01:06.895Z | ++ set -o xtrace |
105 | 2024-03-30T03:01:06.895Z | ++++ dirname ./env.sh |
106 | 2024-03-30T03:01:06.931Z | +++ readlink -f . |
107 | 2024-03-30T03:01:06.962Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
108 | 2024-03-30T03:01:06.971Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2024-03-30T03:01:06.971Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2024-03-30T03:01:06.972Z | ++ 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 |
111 | 2024-03-30T03:01:06.972Z | ++ 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 |
112 | 2024-03-30T03:01:06.972Z | ++ 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 |
113 | 2024-03-30T03:01:06.972Z | ++ 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 |
114 | 2024-03-30T03:01:06.972Z | ++ 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 |
115 | 2024-03-30T03:01:06.973Z | ++ 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 |
116 | 2024-03-30T03:01:06.973Z | ++ unset OMICRON_WS |
117 | 2024-03-30T03:01:06.973Z | ++ set +o xtrace |
118 | 2024-03-30T03:01:06.973Z | |
119 | 2024-03-30T03:01:06.973Z | ##### ##### ###### ##### ###### #### # # # #### # |
120 | 2024-03-30T03:01:06.974Z | # # # # # # # # # # # # # # # |
121 | 2024-03-30T03:01:06.974Z | # # # # ##### # # ##### # # # # # #### # |
122 | 2024-03-30T03:01:06.974Z | ##### ##### # ##### # # # # # # # # # |
123 | 2024-03-30T03:01:06.974Z | # # # # # # # # # # # # # # # |
124 | 2024-03-30T03:01:06.975Z | # # # ###### # # ###### ### # #### # #### # |
125 | 2024-03-30T03:01:06.975Z | |
126 | 2024-03-30T03:01:22.779Z | Startup: Refreshing catalog 'helios-dev' ... Done |
127 | 2024-03-30T03:01:22.779Z | Startup: Caching catalogs ... Done |
128 | 2024-03-30T03:01:23.823Z | Planning: Solver setup ... Done (1.356s) |
129 | 2024-03-30T03:01:23.849Z | Planning: Running solver ... Done (0.026s) |
130 | 2024-03-30T03:01:24.199Z | Planning: Finding local manifests ... Done (0.316s) |
131 | 2024-03-30T03:01:24.214Z | Planning: Fetching manifests: 0/4 0% complete |
132 | 2024-03-30T03:01:24.784Z | Planning: Fetching manifests: 4/4 100% complete |
133 | 2024-03-30T03:01:24.832Z | Planning: Package planning ... Done (0.048s) |
134 | 2024-03-30T03:01:24.884Z | Planning: Merging actions ... Done (0.052s) |
135 | 2024-03-30T03:01:25.521Z | Planning: Checking for conflicting actions ... Done (0.637s) |
136 | 2024-03-30T03:01:25.532Z | Planning: Consolidating action changes ... Done (0.011s) |
137 | 2024-03-30T03:01:33.076Z | Planning: Evaluating mediators ... Done (7.543s) |
138 | 2024-03-30T03:01:33.088Z | Planning: Planning completed in 10.94 seconds |
139 | 2024-03-30T03:01:33.101Z | Packages to install: 4 |
140 | 2024-03-30T03:01:33.108Z | Mediators to change: 2 |
141 | 2024-03-30T03:01:33.108Z | Services to change: 1 |
142 | 2024-03-30T03:01:33.109Z | Estimated space available: 155.31 GB |
143 | 2024-03-30T03:01:33.109Z | Estimated space to be consumed: 1.43 GB |
144 | 2024-03-30T03:01:33.109Z | Create boot environment: No |
145 | 2024-03-30T03:01:33.109Z | Create backup boot environment: No |
146 | 2024-03-30T03:01:33.110Z | Rebuild boot archive: No |
147 | 2024-03-30T03:01:33.110Z | |
148 | 2024-03-30T03:01:33.110Z | Changed mediators: |
149 | 2024-03-30T03:01:33.110Z | mediator clang: |
150 | 2024-03-30T03:01:33.111Z | version: None -> 15 (system default) |
151 | 2024-03-30T03:01:33.111Z | |
152 | 2024-03-30T03:01:33.111Z | mediator llvm: |
153 | 2024-03-30T03:01:33.111Z | version: 14 (system default) -> 15 (system default) |
154 | 2024-03-30T03:01:33.111Z | |
155 | 2024-03-30T03:01:33.111Z | Changed packages: |
156 | 2024-03-30T03:01:33.112Z | helios-dev |
157 | 2024-03-30T03:01:33.112Z | developer/build-essential |
158 | 2024-03-30T03:01:33.112Z | None -> 11-2.0 |
159 | 2024-03-30T03:01:33.112Z | library/libxmlsec1 |
160 | 2024-03-30T03:01:33.113Z | None -> 1.2.35-2.0 |
161 | 2024-03-30T03:01:33.113Z | ooce/developer/clang-15 |
162 | 2024-03-30T03:01:33.113Z | None -> 15.0.7-2.0 |
163 | 2024-03-30T03:01:33.113Z | ooce/developer/llvm-15 |
164 | 2024-03-30T03:01:33.114Z | None -> 15.0.7-2.0 |
165 | 2024-03-30T03:01:33.114Z | |
166 | 2024-03-30T03:01:33.114Z | Services: |
167 | 2024-03-30T03:01:33.114Z | restart_fmri: |
168 | 2024-03-30T03:01:33.114Z | svc:/system/update-man-index:default |
169 | 2024-03-30T03:01:33.181Z | |
170 | 2024-03-30T03:01:33.181Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
171 | 2024-03-30T03:01:38.185Z | Download: 222/3290 items 2.1/212.6MB 0% complete (343k/s) |
172 | 2024-03-30T03:01:43.186Z | Download: 684/3290 items 18.1/212.6MB 8% complete (1.8M/s) |
173 | 2024-03-30T03:01:48.273Z | Download: 1195/3290 items 83.5/212.6MB 39% complete (8.3M/s) |
174 | 2024-03-30T03:01:53.295Z | Download: 2063/3290 items 118.6/212.6MB 55% complete (10.1M/s) |
175 | 2024-03-30T03:01:58.332Z | Download: 2310/3290 items 119.8/212.6MB 56% complete (3.7M/s) |
176 | 2024-03-30T03:02:03.364Z | Download: 2668/3290 items 120.6/212.6MB 56% complete (214k/s) |
177 | 2024-03-30T03:02:08.611Z | Download: 3234/3290 items 171.7/212.6MB 80% complete (5.1M/s) |
178 | 2024-03-30T03:02:14.536Z | Download: 3240/3290 items 203.0/212.6MB 95% complete (8.2M/s) |
179 | 2024-03-30T03:02:22.796Z | Download: 3243/3290 items 203.0/212.6MB 95% complete |
180 | 2024-03-30T03:02:30.586Z | Download: 3246/3290 items 203.1/212.6MB 95% complete (118k/s) |
181 | 2024-03-30T03:02:30.636Z | Download: Completed 212.60 MB in 56.10 seconds (3.8M/s) |
182 | 2024-03-30T03:02:30.636Z | Actions: 1/3689 actions (Installing new actions) |
183 | 2024-03-30T03:02:34.477Z | Actions: 3589/3689 actions (Installing new actions) |
184 | 2024-03-30T03:02:34.522Z | Actions: Completed 3689 actions in 5.05 seconds. |
185 | 2024-03-30T03:02:34.628Z | Done (0.102s) |
186 | 2024-03-30T03:02:34.628Z | Done (0.000s) |
187 | 2024-03-30T03:02:34.890Z | Done (0.261s) |
188 | 2024-03-30T03:02:40.162Z | Done (5.133s) |
189 | 2024-03-30T03:02:40.339Z | Done (0.105s) |
190 | 2024-03-30T03:02:40.345Z | Done (0.000s) |
191 | 2024-03-30T03:02:40.513Z | Done (0.000s) |
192 | 2024-03-30T03:02:41.039Z | Planning: Evaluating mediator changes ... Done |
193 | 2024-03-30T03:02:41.198Z | Planning: Checking for conflicting actions ... Done |
194 | 2024-03-30T03:02:41.210Z | Planning: Consolidating action changes ... Done |
195 | 2024-03-30T03:02:41.466Z | Planning: Evaluating mediators ... Done |
196 | 2024-03-30T03:02:41.471Z | Planning: Planning completed in 0.43 seconds |
197 | 2024-03-30T03:02:41.500Z | Mediators to change: 2 |
198 | 2024-03-30T03:02:41.500Z | Create boot environment: No |
199 | 2024-03-30T03:02:41.909Z | Create backup boot environment: No |
200 | 2024-03-30T03:02:41.909Z | Done |
201 | 2024-03-30T03:02:41.909Z | Done |
202 | 2024-03-30T03:02:41.909Z | Done |
203 | 2024-03-30T03:02:45.361Z | Done |
204 | 2024-03-30T03:02:45.449Z | Done |
205 | 2024-03-30T03:02:45.452Z | Done |
206 | 2024-03-30T03:02:45.576Z | Done |
207 | 2024-03-30T03:02:46.218Z | Planning: Evaluating mediator changes ... Done |
208 | 2024-03-30T03:02:46.250Z | Planning: Merging actions ... Done |
209 | 2024-03-30T03:02:46.407Z | Planning: Checking for conflicting actions ... Done |
210 | 2024-03-30T03:02:46.412Z | Planning: Consolidating action changes ... Done |
211 | 2024-03-30T03:02:46.675Z | Planning: Evaluating mediators ... Done |
212 | 2024-03-30T03:02:46.731Z | Planning: Planning completed in 0.79 seconds |
213 | 2024-03-30T03:02:46.765Z | Packages to change: 1 |
214 | 2024-03-30T03:02:46.772Z | Mediators to change: 1 |
215 | 2024-03-30T03:02:46.772Z | Services to change: 1 |
216 | 2024-03-30T03:02:46.772Z | Create boot environment: No |
217 | 2024-03-30T03:02:46.772Z | Create backup boot environment: Yes |
218 | 2024-03-30T03:02:48.578Z | Actions: 1/6 actions (Updating modified actions) |
219 | 2024-03-30T03:02:48.582Z | Actions: Completed 6 actions in 0.00 seconds. |
220 | 2024-03-30T03:02:48.582Z | Done |
221 | 2024-03-30T03:02:48.582Z | Done |
222 | 2024-03-30T03:02:48.633Z | Done |
223 | 2024-03-30T03:02:52.281Z | Done |
224 | 2024-03-30T03:02:52.371Z | Done |
225 | 2024-03-30T03:02:52.374Z | Done |
226 | 2024-03-30T03:02:52.512Z | Done |
227 | 2024-03-30T03:02:52.935Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
228 | 2024-03-30T03:02:52.935Z | clang system 15 system |
229 | 2024-03-30T03:02:52.936Z | csh system system illumos |
230 | 2024-03-30T03:02:52.936Z | ctags system system illumos |
231 | 2024-03-30T03:02:52.936Z | gcc vendor 12 vendor |
232 | 2024-03-30T03:02:52.936Z | gcc system 10 system |
233 | 2024-03-30T03:02:52.936Z | gcc system 7 system |
234 | 2024-03-30T03:02:52.936Z | go system 1.20 system |
235 | 2024-03-30T03:02:52.936Z | go system 1.19 system |
236 | 2024-03-30T03:02:52.936Z | llvm system 15 system |
237 | 2024-03-30T03:02:52.936Z | llvm system 14 system |
238 | 2024-03-30T03:02:52.936Z | mariadb system 10.6 system |
239 | 2024-03-30T03:02:52.937Z | mta vendor vendor dma |
240 | 2024-03-30T03:02:52.937Z | openjdk system 17 system |
241 | 2024-03-30T03:02:52.937Z | openjdk system 11 system |
242 | 2024-03-30T03:02:52.937Z | openjdk system 1.8 system |
243 | 2024-03-30T03:02:52.937Z | openssl vendor 3 vendor |
244 | 2024-03-30T03:02:52.937Z | perl system 5.36 system |
245 | 2024-03-30T03:02:52.937Z | postgresql system 15 system |
246 | 2024-03-30T03:02:52.937Z | postgresql system 13 system |
247 | 2024-03-30T03:02:52.938Z | python vendor 3 vendor |
248 | 2024-03-30T03:02:52.938Z | python system 2 system |
249 | 2024-03-30T03:02:52.938Z | python3 system 3.11 system |
250 | 2024-03-30T03:02:52.938Z | ruby system 3.0 system |
251 | 2024-03-30T03:02:52.938Z | words vendor vendor american-english |
252 | 2024-03-30T03:02:52.938Z | words system system australian-english |
253 | 2024-03-30T03:02:52.938Z | words system system british-english |
254 | 2024-03-30T03:02:52.938Z | words system system canadian-english |
255 | 2024-03-30T03:02:52.938Z | words system system french |
256 | 2024-03-30T03:02:52.939Z | words system system italian |
257 | 2024-03-30T03:02:52.939Z | words system system ngerman |
258 | 2024-03-30T03:02:52.939Z | words system system ogerman |
259 | 2024-03-30T03:02:52.939Z | words system system spanish |
260 | 2024-03-30T03:02:53.264Z | PUBLISHER TYPE STATUS P LOCATION |
261 | 2024-03-30T03:02:53.264Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
262 | 2024-03-30T03:02:54.515Z | FMRI IFO |
263 | 2024-03-30T03:02:54.515Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
264 | 2024-03-30T03:02:54.516Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
265 | 2024-03-30T03:02:54.516Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
266 | 2024-03-30T03:02:54.516Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
267 | 2024-03-30T03:02:54.516Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
268 | 2024-03-30T03:02:54.516Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
269 | 2024-03-30T03:02:54.517Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
270 | 2024-03-30T03:02:54.517Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
271 | 2024-03-30T03:02:54.517Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
272 | 2024-03-30T03:02:54.517Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
273 | 2024-03-30T03:02:54.517Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
274 | 2024-03-30T03:02:54.517Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
275 | 2024-03-30T03:02:54.748Z | + set -o errexit |
276 | 2024-03-30T03:02:54.751Z | +++ dirname ./tools/ci_download_cockroachdb |
277 | 2024-03-30T03:02:54.752Z | ++ cd ./tools |
278 | 2024-03-30T03:02:54.752Z | ++ pwd |
279 | 2024-03-30T03:02:54.752Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
280 | 2024-03-30T03:02:54.756Z | ++ basename ./tools/ci_download_cockroachdb |
281 | 2024-03-30T03:02:54.757Z | + ARG0=ci_download_cockroachdb |
282 | 2024-03-30T03:02:54.757Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
283 | 2024-03-30T03:02:54.762Z | + CIDL_VERSION=v22.1.9 |
284 | 2024-03-30T03:02:54.762Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
285 | 2024-03-30T03:02:54.762Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
286 | 2024-03-30T03:02:54.762Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
287 | 2024-03-30T03:02:54.762Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
288 | 2024-03-30T03:02:54.762Z | + TARGET_DIR=out |
289 | 2024-03-30T03:02:54.762Z | + DOWNLOAD_DIR=out/downloads |
290 | 2024-03-30T03:02:54.763Z | + DEST_DIR=./out/cockroachdb |
291 | 2024-03-30T03:02:54.763Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
292 | 2024-03-30T03:02:54.763Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
293 | 2024-03-30T03:02:54.763Z | + main |
294 | 2024-03-30T03:02:54.763Z | + [[ 0 != 0 ]] |
295 | 2024-03-30T03:02:54.763Z | + CIDL_OS=solaris2.11 |
296 | 2024-03-30T03:02:54.763Z | + [[ 0 != 0 ]] |
297 | 2024-03-30T03:02:54.764Z | + configure_os solaris2.11 |
298 | 2024-03-30T03:02:54.764Z | + echo 'current directory: /work/oxidecomputer/omicron' |
299 | 2024-03-30T03:02:54.764Z | current directory: /work/oxidecomputer/omicron |
300 | 2024-03-30T03:02:54.764Z | + echo 'configuring based on OS: "solaris2.11"' |
301 | 2024-03-30T03:02:54.764Z | + case "$1" in |
302 | 2024-03-30T03:02:54.764Z | configuring based on OS: "solaris2.11" |
303 | 2024-03-30T03:02:54.764Z | + CIDL_BUILD=illumos |
304 | 2024-03-30T03:02:54.765Z | + CIDL_SUFFIX=tar.gz |
305 | 2024-03-30T03:02:54.765Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
306 | 2024-03-30T03:02:54.765Z | + CIDL_URL_BASE=https://illumos.org/downloads |
307 | 2024-03-30T03:02:54.765Z | + CIDL_ASSEMBLE=do_assemble_illumos |
308 | 2024-03-30T03:02:54.765Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
309 | 2024-03-30T03:02:54.765Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
310 | 2024-03-30T03:02:54.765Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2024-03-30T03:02:54.765Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
312 | 2024-03-30T03:02:54.766Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2024-03-30T03:02:54.766Z | + CIDL_SHA256FUNC=do_sha256sum |
314 | 2024-03-30T03:02:54.766Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
315 | 2024-03-30T03:02:54.766Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
316 | 2024-03-30T03:02:54.766Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
317 | 2024-03-30T03:02:54.766Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
318 | 2024-03-30T03:02:54.766Z | + mkdir -p out/downloads |
319 | 2024-03-30T03:02:54.766Z | + mkdir -p ./out/cockroachdb |
320 | 2024-03-30T03:02:54.766Z | + local DO_DOWNLOAD=true |
321 | 2024-03-30T03:02:54.767Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
322 | 2024-03-30T03:02:54.767Z | + '[' true == true ']' |
323 | 2024-03-30T03:02:54.767Z | + echo Downloading... |
324 | 2024-03-30T03:02:54.767Z | Downloading... |
325 | 2024-03-30T03:02:54.767Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
326 | 2024-03-30T03:02:54.767Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
327 | 2024-03-30T03:03:00.603Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
328 | 2024-03-30T03:03:00.609Z | ++ sha256sum |
329 | 2024-03-30T03:03:00.609Z | ++ awk '{print $1}' |
330 | 2024-03-30T03:03:00.736Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
331 | 2024-03-30T03:03:00.736Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
332 | 2024-03-30T03:03:00.741Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
333 | 2024-03-30T03:03:00.741Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
334 | 2024-03-30T03:03:02.929Z | + do_assemble_illumos |
335 | 2024-03-30T03:03:02.929Z | + rm -r ./out/cockroachdb |
336 | 2024-03-30T03:03:02.938Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
337 | 2024-03-30T03:03:03.337Z | + ./out/cockroachdb/bin/cockroach version |
338 | 2024-03-30T03:03:03.473Z | Build Tag: v22.1.9-dirty |
339 | 2024-03-30T03:03:03.473Z | Build Time: 2022/10/26 21:17:46 |
340 | 2024-03-30T03:03:03.474Z | Distribution: OSS |
341 | 2024-03-30T03:03:03.474Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
342 | 2024-03-30T03:03:03.474Z | Go Version: go1.17.13 |
343 | 2024-03-30T03:03:03.474Z | C Compiler: gcc 10.3.0 |
344 | 2024-03-30T03:03:03.474Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
345 | 2024-03-30T03:03:03.474Z | Build Type: release |
346 | 2024-03-30T03:03:03.502Z | + set -o errexit |
347 | 2024-03-30T03:03:03.521Z | +++ dirname ./tools/ci_download_clickhouse |
348 | 2024-03-30T03:03:03.521Z | ++ cd ./tools |
349 | 2024-03-30T03:03:03.521Z | ++ pwd |
350 | 2024-03-30T03:03:03.521Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
351 | 2024-03-30T03:03:03.522Z | ++ basename ./tools/ci_download_clickhouse |
352 | 2024-03-30T03:03:03.522Z | + ARG0=ci_download_clickhouse |
353 | 2024-03-30T03:03:03.522Z | + TARGET_DIR=out |
354 | 2024-03-30T03:03:03.522Z | + DOWNLOAD_DIR=out/downloads |
355 | 2024-03-30T03:03:03.522Z | + DEST_DIR=./out/clickhouse |
356 | 2024-03-30T03:03:03.522Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
357 | 2024-03-30T03:03:03.523Z | + CIDL_VERSION=v23.8.7.24 |
358 | 2024-03-30T03:03:03.523Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
359 | 2024-03-30T03:03:03.523Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
360 | 2024-03-30T03:03:03.523Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
361 | 2024-03-30T03:03:03.523Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
362 | 2024-03-30T03:03:03.523Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
363 | 2024-03-30T03:03:03.523Z | + main |
364 | 2024-03-30T03:03:03.523Z | + [[ 0 != 0 ]] |
365 | 2024-03-30T03:03:03.524Z | + CIDL_OS=solaris2.11 |
366 | 2024-03-30T03:03:03.524Z | + [[ 0 != 0 ]] |
367 | 2024-03-30T03:03:03.524Z | + configure_os solaris2.11 |
368 | 2024-03-30T03:03:03.524Z | + echo 'current directory: /work/oxidecomputer/omicron' |
369 | 2024-03-30T03:03:03.524Z | current directory: /work/oxidecomputer/omicron |
370 | 2024-03-30T03:03:03.525Z | configuring based on OS: "solaris2.11" |
371 | 2024-03-30T03:03:03.525Z | + echo 'configuring based on OS: "solaris2.11"' |
372 | 2024-03-30T03:03:03.525Z | + CIDL_DASHREV= |
373 | 2024-03-30T03:03:03.526Z | + case "$1" in |
374 | 2024-03-30T03:03:03.526Z | + CIDL_PLATFORM=illumos |
375 | 2024-03-30T03:03:03.526Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
376 | 2024-03-30T03:03:03.526Z | + CIDL_MD5FUNC=do_md5sum |
377 | 2024-03-30T03:03:03.527Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
378 | 2024-03-30T03:03:03.527Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
379 | 2024-03-30T03:03:03.527Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
380 | 2024-03-30T03:03:03.527Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
381 | 2024-03-30T03:03:03.527Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
382 | 2024-03-30T03:03:03.527Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
383 | 2024-03-30T03:03:03.528Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
384 | 2024-03-30T03:03:03.528Z | + mkdir -p out/downloads |
385 | 2024-03-30T03:03:03.528Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
386 | 2024-03-30T03:03:03.528Z | + mkdir -p ./out/clickhouse |
387 | 2024-03-30T03:03:03.528Z | + local DO_DOWNLOAD=true |
388 | 2024-03-30T03:03:03.528Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
389 | 2024-03-30T03:03:03.529Z | + '[' true == true ']' |
390 | 2024-03-30T03:03:03.529Z | + echo Downloading... |
391 | 2024-03-30T03:03:03.529Z | Downloading... |
392 | 2024-03-30T03:03:03.529Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
393 | 2024-03-30T03:03:03.529Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
394 | 2024-03-30T03:03:05.134Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
395 | 2024-03-30T03:03:05.137Z | ++ md5sum |
396 | 2024-03-30T03:03:05.137Z | ++ awk '{print $1}' |
397 | 2024-03-30T03:03:05.359Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
398 | 2024-03-30T03:03:05.359Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
399 | 2024-03-30T03:03:05.364Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
400 | 2024-03-30T03:03:05.365Z | + mkdir -p ./out/clickhouse |
401 | 2024-03-30T03:03:05.365Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
402 | 2024-03-30T03:03:09.208Z | + [[ solaris2.11 == darwin* ]] |
403 | 2024-03-30T03:03:09.208Z | + ./out/clickhouse/clickhouse server --version |
404 | 2024-03-30T03:03:09.456Z | ClickHouse server version 23.8.7.1. |
405 | 2024-03-30T03:03:09.468Z | + set -o errexit |
406 | 2024-03-30T03:03:09.487Z | +++ dirname ./tools/ci_download_console |
407 | 2024-03-30T03:03:09.488Z | ++ cd ./tools |
408 | 2024-03-30T03:03:09.488Z | ++ pwd |
409 | 2024-03-30T03:03:09.488Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
410 | 2024-03-30T03:03:09.488Z | ++ basename ./tools/ci_download_console |
411 | 2024-03-30T03:03:09.488Z | + ARG0=ci_download_console |
412 | 2024-03-30T03:03:09.488Z | + TARGET_DIR=out |
413 | 2024-03-30T03:03:09.488Z | + DOWNLOAD_DIR=out/downloads |
414 | 2024-03-30T03:03:09.488Z | + DEST_DIR=./out/console-assets |
415 | 2024-03-30T03:03:09.488Z | + source /work/oxidecomputer/omicron/tools/console_version |
416 | 2024-03-30T03:03:09.488Z | ++ COMMIT=156c082cdb21231ab95ef7475de199ecb7a96dc3 |
417 | 2024-03-30T03:03:09.488Z | ++ SHA2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b |
418 | 2024-03-30T03:03:09.488Z | + URL=https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
419 | 2024-03-30T03:03:09.489Z | + TARBALL_FILE=out/downloads/console.tar.gz |
420 | 2024-03-30T03:03:09.489Z | + main |
421 | 2024-03-30T03:03:09.489Z | + [[ 0 != 0 ]] |
422 | 2024-03-30T03:03:09.489Z | + echo 'URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz' |
423 | 2024-03-30T03:03:09.489Z | URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
424 | 2024-03-30T03:03:09.489Z | Local file: out/downloads/console.tar.gz |
425 | 2024-03-30T03:03:09.489Z | + echo 'Local file: out/downloads/console.tar.gz' |
426 | 2024-03-30T03:03:09.489Z | + local DO_DOWNLOAD=true |
427 | 2024-03-30T03:03:09.489Z | + [[ -f out/downloads/console.tar.gz ]] |
428 | 2024-03-30T03:03:09.489Z | + mkdir -p out/downloads |
429 | 2024-03-30T03:03:09.490Z | + '[' true == true ']' |
430 | 2024-03-30T03:03:09.490Z | + echo Downloading... |
431 | 2024-03-30T03:03:09.490Z | Downloading... |
432 | 2024-03-30T03:03:09.490Z | + do_download_curl https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz out/downloads/console.tar.gz |
433 | 2024-03-30T03:03:09.490Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
434 | 2024-03-30T03:03:09.984Z | ++ do_sha256sum out/downloads/console.tar.gz |
435 | 2024-03-30T03:03:09.996Z | ++ case "$OSTYPE" in |
436 | 2024-03-30T03:03:09.997Z | ++ SHA=sha256sum |
437 | 2024-03-30T03:03:09.997Z | ++ sha256sum |
438 | 2024-03-30T03:03:09.997Z | ++ awk '{print $1}' |
439 | 2024-03-30T03:03:09.997Z | + calculated_sha2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b |
440 | 2024-03-30T03:03:09.997Z | + [[ bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b != \b\f\7\6\8\0\0\8\b\6\9\5\8\e\1\9\b\8\d\8\c\e\f\2\5\7\1\0\b\4\f\f\6\4\e\e\f\1\e\5\9\b\b\3\b\e\d\b\2\7\b\b\6\b\f\3\3\4\5\9\a\7\8\b ]] |
441 | 2024-03-30T03:03:09.997Z | + rm -rf ./out/console-assets |
442 | 2024-03-30T03:03:09.997Z | + mkdir -p ./out/console-assets |
443 | 2024-03-30T03:03:10.005Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
444 | 2024-03-30T03:03:10.005Z | + mkdir -p ./out/console-assets |
445 | 2024-03-30T03:03:10.005Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
446 | 2024-03-30T03:03:10.085Z | + set -o errexit |
447 | 2024-03-30T03:03:10.094Z | +++ dirname ./tools/ci_download_maghemite_openapi |
448 | 2024-03-30T03:03:10.094Z | ++ cd ./tools |
449 | 2024-03-30T03:03:10.094Z | ++ pwd |
450 | 2024-03-30T03:03:10.095Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
451 | 2024-03-30T03:03:10.095Z | ++ basename ./tools/ci_download_maghemite_openapi |
452 | 2024-03-30T03:03:10.095Z | + ARG0=ci_download_maghemite_openapi |
453 | 2024-03-30T03:03:10.095Z | + TARGET_DIR=out |
454 | 2024-03-30T03:03:10.095Z | + DOWNLOAD_DIR=out/downloads |
455 | 2024-03-30T03:03:10.095Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
456 | 2024-03-30T03:03:10.095Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
457 | 2024-03-30T03:03:10.095Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
458 | 2024-03-30T03:03:10.095Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
459 | 2024-03-30T03:03:10.096Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
460 | 2024-03-30T03:03:10.096Z | + main |
461 | 2024-03-30T03:03:10.096Z | + rm -rf out/downloads/root |
462 | 2024-03-30T03:03:10.096Z | + [[ 0 != 0 ]] |
463 | 2024-03-30T03:03:10.096Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
464 | 2024-03-30T03:03:10.096Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
465 | 2024-03-30T03:03:10.096Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
466 | 2024-03-30T03:03:10.096Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
467 | 2024-03-30T03:03:10.097Z | + local DO_DOWNLOAD=true |
468 | 2024-03-30T03:03:10.097Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
469 | 2024-03-30T03:03:10.097Z | + mkdir -p out/downloads |
470 | 2024-03-30T03:03:10.117Z | + '[' true == true ']' |
471 | 2024-03-30T03:03:10.117Z | + echo Downloading... |
472 | 2024-03-30T03:03:10.117Z | Downloading... |
473 | 2024-03-30T03:03:10.118Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
474 | 2024-03-30T03:03:10.118Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
475 | 2024-03-30T03:03:10.325Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
476 | 2024-03-30T03:03:10.328Z | ++ case "$OSTYPE" in |
477 | 2024-03-30T03:03:10.328Z | ++ SHA=sha256sum |
478 | 2024-03-30T03:03:10.328Z | ++ sha256sum |
479 | 2024-03-30T03:03:10.328Z | ++ awk '{print $1}' |
480 | 2024-03-30T03:03:10.332Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
481 | 2024-03-30T03:03:10.332Z | + [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]] |
482 | 2024-03-30T03:03:10.332Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
483 | 2024-03-30T03:03:10.332Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
484 | 2024-03-30T03:03:10.332Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
485 | 2024-03-30T03:03:10.332Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
486 | 2024-03-30T03:03:10.332Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
487 | 2024-03-30T03:03:10.332Z | + main |
488 | 2024-03-30T03:03:10.332Z | + rm -rf out/downloads/root |
489 | 2024-03-30T03:03:10.332Z | + [[ 0 != 0 ]] |
490 | 2024-03-30T03:03:10.332Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
491 | 2024-03-30T03:03:10.333Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
492 | 2024-03-30T03:03:10.333Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
493 | 2024-03-30T03:03:10.333Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
494 | 2024-03-30T03:03:10.333Z | + local DO_DOWNLOAD=true |
495 | 2024-03-30T03:03:10.333Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
496 | 2024-03-30T03:03:10.333Z | + mkdir -p out/downloads |
497 | 2024-03-30T03:03:10.336Z | + '[' true == true ']' |
498 | 2024-03-30T03:03:10.336Z | + echo Downloading... |
499 | 2024-03-30T03:03:10.336Z | Downloading... |
500 | 2024-03-30T03:03:10.336Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
501 | 2024-03-30T03:03:10.336Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
502 | 2024-03-30T03:03:10.431Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
503 | 2024-03-30T03:03:10.464Z | ++ case "$OSTYPE" in |
504 | 2024-03-30T03:03:10.464Z | ++ SHA=sha256sum |
505 | 2024-03-30T03:03:10.464Z | ++ sha256sum |
506 | 2024-03-30T03:03:10.464Z | ++ awk '{print $1}' |
507 | 2024-03-30T03:03:10.478Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
508 | 2024-03-30T03:03:10.479Z | + [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]] |
509 | 2024-03-30T03:03:10.479Z | + set -o errexit |
510 | 2024-03-30T03:03:10.479Z | +++ dirname ./tools/ci_download_dendrite_openapi |
511 | 2024-03-30T03:03:10.479Z | ++ cd ./tools |
512 | 2024-03-30T03:03:10.479Z | ++ pwd |
513 | 2024-03-30T03:03:10.479Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
514 | 2024-03-30T03:03:10.479Z | ++ basename ./tools/ci_download_dendrite_openapi |
515 | 2024-03-30T03:03:10.479Z | + ARG0=ci_download_dendrite_openapi |
516 | 2024-03-30T03:03:10.479Z | + TARGET_DIR=out |
517 | 2024-03-30T03:03:10.480Z | + DOWNLOAD_DIR=out/downloads |
518 | 2024-03-30T03:03:10.480Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
519 | 2024-03-30T03:03:10.480Z | ++ COMMIT=eeb194461a4b863dae25a933541b1a4fb8efe14d |
520 | 2024-03-30T03:03:10.480Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
521 | 2024-03-30T03:03:10.480Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json |
522 | 2024-03-30T03:03:10.480Z | + LOCAL_FILE=out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json |
523 | 2024-03-30T03:03:10.480Z | + main |
524 | 2024-03-30T03:03:10.480Z | + [[ 0 != 0 ]] |
525 | 2024-03-30T03:03:10.480Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json' |
526 | 2024-03-30T03:03:10.480Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json |
527 | 2024-03-30T03:03:10.480Z | Local file: out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json |
528 | 2024-03-30T03:03:10.481Z | + echo 'Local file: out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json' |
529 | 2024-03-30T03:03:10.481Z | + local DO_DOWNLOAD=true |
530 | 2024-03-30T03:03:10.481Z | + [[ -f out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json ]] |
531 | 2024-03-30T03:03:10.481Z | + mkdir -p out/downloads |
532 | 2024-03-30T03:03:10.481Z | + '[' true == true ']' |
533 | 2024-03-30T03:03:10.481Z | + echo Downloading... |
534 | 2024-03-30T03:03:10.481Z | Downloading... |
535 | 2024-03-30T03:03:10.481Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json |
536 | 2024-03-30T03:03:10.481Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/eeb194461a4b863dae25a933541b1a4fb8efe14d/dpd.json |
537 | 2024-03-30T03:03:11.546Z | ++ do_sha256sum out/downloads/dpd-eeb194461a4b863dae25a933541b1a4fb8efe14d.json |
538 | 2024-03-30T03:03:11.547Z | ++ case "$OSTYPE" in |
539 | 2024-03-30T03:03:11.556Z | ++ SHA=sha256sum |
540 | 2024-03-30T03:03:11.556Z | ++ sha256sum |
541 | 2024-03-30T03:03:11.556Z | ++ awk '{print $1}' |
542 | 2024-03-30T03:03:11.556Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
543 | 2024-03-30T03:03:11.556Z | + [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]] |
544 | 2024-03-30T03:03:11.567Z | + set -o errexit |
545 | 2024-03-30T03:03:11.567Z | +++ dirname ./tools/ci_download_dendrite_stub |
546 | 2024-03-30T03:03:11.567Z | ++ cd ./tools |
547 | 2024-03-30T03:03:11.568Z | ++ pwd |
548 | 2024-03-30T03:03:11.568Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
549 | 2024-03-30T03:03:11.568Z | ++ basename ./tools/ci_download_dendrite_stub |
550 | 2024-03-30T03:03:11.568Z | + ARG0=ci_download_dendrite_stub |
551 | 2024-03-30T03:03:11.568Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
552 | 2024-03-30T03:03:11.568Z | ++ CIDL_SHA256_ILLUMOS=79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d |
553 | 2024-03-30T03:03:11.568Z | ++ CIDL_SHA256_LINUX_DPD=c56a5754996bdce4cf4142829a80f050563c5cab8c30a05b9e56b8d85723d0f5 |
554 | 2024-03-30T03:03:11.568Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
555 | 2024-03-30T03:03:11.568Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
556 | 2024-03-30T03:03:12.120Z | ++ COMMIT=eeb194461a4b863dae25a933541b1a4fb8efe14d |
557 | 2024-03-30T03:03:12.120Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
558 | 2024-03-30T03:03:12.121Z | + TARGET_DIR=out |
559 | 2024-03-30T03:03:12.121Z | + DOWNLOAD_DIR=out/downloads |
560 | 2024-03-30T03:03:12.121Z | + DEST_DIR=./out/dendrite-stub |
561 | 2024-03-30T03:03:12.121Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
562 | 2024-03-30T03:03:12.122Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
563 | 2024-03-30T03:03:12.122Z | + REPO=oxidecomputer/dendrite |
564 | 2024-03-30T03:03:12.122Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d |
565 | 2024-03-30T03:03:12.122Z | + main |
566 | 2024-03-30T03:03:12.122Z | + [[ 0 != 0 ]] |
567 | 2024-03-30T03:03:12.122Z | + CIDL_OS=solaris2.11 |
568 | 2024-03-30T03:03:12.123Z | + [[ 0 != 0 ]] |
569 | 2024-03-30T03:03:12.123Z | + configure_os solaris2.11 |
570 | 2024-03-30T03:03:12.123Z | + echo 'current directory: /work/oxidecomputer/omicron' |
571 | 2024-03-30T03:03:12.123Z | current directory: /work/oxidecomputer/omicron |
572 | 2024-03-30T03:03:12.123Z | configuring based on OS: "solaris2.11" |
573 | 2024-03-30T03:03:12.123Z | + echo 'configuring based on OS: "solaris2.11"' |
574 | 2024-03-30T03:03:12.123Z | + case "$1" in |
575 | 2024-03-30T03:03:12.124Z | + SET_BINARIES= |
576 | 2024-03-30T03:03:12.124Z | + CIDL_SHA256=79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d |
577 | 2024-03-30T03:03:12.124Z | + CIDL_SHA256FUNC=do_sha256sum |
578 | 2024-03-30T03:03:12.124Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
579 | 2024-03-30T03:03:12.124Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz |
580 | 2024-03-30T03:03:12.125Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
581 | 2024-03-30T03:03:12.125Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz' |
582 | 2024-03-30T03:03:12.125Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz |
583 | 2024-03-30T03:03:12.125Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
584 | 2024-03-30T03:03:12.125Z | + mkdir -p out/downloads |
585 | 2024-03-30T03:03:12.125Z | Local file: out/downloads/dendrite-stub.tar.gz |
586 | 2024-03-30T03:03:12.125Z | + mkdir -p ./out/dendrite-stub |
587 | 2024-03-30T03:03:12.126Z | + fetch_and_verify |
588 | 2024-03-30T03:03:12.126Z | + local DO_DOWNLOAD=true |
589 | 2024-03-30T03:03:12.126Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
590 | 2024-03-30T03:03:12.126Z | + '[' true == true ']' |
591 | 2024-03-30T03:03:12.126Z | + echo Downloading... |
592 | 2024-03-30T03:03:12.126Z | Downloading... |
593 | 2024-03-30T03:03:12.126Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
594 | 2024-03-30T03:03:12.127Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/eeb194461a4b863dae25a933541b1a4fb8efe14d/dendrite-stub.tar.gz |
595 | 2024-03-30T03:03:18.761Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
596 | 2024-03-30T03:03:19.169Z | ++ sha256sum |
597 | 2024-03-30T03:03:19.169Z | ++ awk '{print $1}' |
598 | 2024-03-30T03:03:19.169Z | + calculated_sha256=79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d |
599 | 2024-03-30T03:03:19.169Z | + [[ 79c32441d7d5328a06e92e7d9c410805e9d8be9d78d59ce1ed6c3e0fba93198d != \7\9\c\3\2\4\4\1\d\7\d\5\3\2\8\a\0\6\e\9\2\e\7\d\9\c\4\1\0\8\0\5\e\9\d\8\b\e\9\d\7\8\d\5\9\c\e\1\e\d\6\c\3\e\0\f\b\a\9\3\1\9\8\d ]] |
600 | 2024-03-30T03:03:19.169Z | + do_untar out/downloads/dendrite-stub.tar.gz |
601 | 2024-03-30T03:03:19.169Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
602 | 2024-03-30T03:03:19.391Z | + do_assemble |
603 | 2024-03-30T03:03:19.391Z | + rm -r ./out/dendrite-stub |
604 | 2024-03-30T03:03:19.399Z | + mkdir ./out/dendrite-stub |
605 | 2024-03-30T03:03:19.399Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
606 | 2024-03-30T03:03:19.453Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
607 | 2024-03-30T03:03:19.465Z | + set -o errexit |
608 | 2024-03-30T03:03:19.468Z | +++ dirname ./tools/ci_download_maghemite_mgd |
609 | 2024-03-30T03:03:19.471Z | ++ cd ./tools |
610 | 2024-03-30T03:03:19.471Z | ++ pwd |
611 | 2024-03-30T03:03:19.471Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
612 | 2024-03-30T03:03:19.472Z | ++ basename ./tools/ci_download_maghemite_mgd |
613 | 2024-03-30T03:03:19.472Z | + ARG0=ci_download_maghemite_mgd |
614 | 2024-03-30T03:03:19.472Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
615 | 2024-03-30T03:03:19.472Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
616 | 2024-03-30T03:03:19.472Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
617 | 2024-03-30T03:03:19.472Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
618 | 2024-03-30T03:03:19.472Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
619 | 2024-03-30T03:03:19.472Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
620 | 2024-03-30T03:03:19.472Z | + TARGET_DIR=out |
621 | 2024-03-30T03:03:19.472Z | + DOWNLOAD_DIR=out/downloads |
622 | 2024-03-30T03:03:19.472Z | + DEST_DIR=./out/mgd |
623 | 2024-03-30T03:03:19.473Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
624 | 2024-03-30T03:03:19.473Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
625 | 2024-03-30T03:03:19.473Z | + REPO=oxidecomputer/maghemite |
626 | 2024-03-30T03:03:19.473Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
627 | 2024-03-30T03:03:19.476Z | + main |
628 | 2024-03-30T03:03:19.476Z | + rm -rf out/downloads/root |
629 | 2024-03-30T03:03:19.480Z | + [[ 0 != 0 ]] |
630 | 2024-03-30T03:03:19.480Z | + CIDL_OS=solaris2.11 |
631 | 2024-03-30T03:03:19.480Z | + [[ 0 != 0 ]] |
632 | 2024-03-30T03:03:19.480Z | + configure_os solaris2.11 |
633 | 2024-03-30T03:03:19.480Z | + echo 'current directory: /work/oxidecomputer/omicron' |
634 | 2024-03-30T03:03:19.480Z | current directory: /work/oxidecomputer/omicron |
635 | 2024-03-30T03:03:19.480Z | + echo 'configuring based on OS: "solaris2.11"' |
636 | 2024-03-30T03:03:19.480Z | + case "$1" in |
637 | 2024-03-30T03:03:19.480Z | configuring based on OS: "solaris2.11" |
638 | 2024-03-30T03:03:19.481Z | + SET_BINARIES= |
639 | 2024-03-30T03:03:19.481Z | + CIDL_SHA256FUNC=do_sha256sum |
640 | 2024-03-30T03:03:19.481Z | + TARBALL_FILENAME=mgd.tar.gz |
641 | 2024-03-30T03:03:19.481Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
642 | 2024-03-30T03:03:19.481Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
643 | 2024-03-30T03:03:19.481Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
644 | 2024-03-30T03:03:19.481Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
645 | 2024-03-30T03:03:19.481Z | Local file: out/downloads/mgd.tar.gz |
646 | 2024-03-30T03:03:19.481Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
647 | 2024-03-30T03:03:19.481Z | + mkdir -p out/downloads |
648 | 2024-03-30T03:03:19.485Z | + mkdir -p ./out/mgd |
649 | 2024-03-30T03:03:19.485Z | + fetch_and_verify |
650 | 2024-03-30T03:03:19.486Z | + local DO_DOWNLOAD=true |
651 | 2024-03-30T03:03:19.486Z | + [[ -f out/downloads/mgd.tar.gz ]] |
652 | 2024-03-30T03:03:19.486Z | + '[' true == true ']' |
653 | 2024-03-30T03:03:19.486Z | + echo Downloading... |
654 | 2024-03-30T03:03:19.486Z | Downloading... |
655 | 2024-03-30T03:03:19.486Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
656 | 2024-03-30T03:03:19.486Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
657 | 2024-03-30T03:03:27.952Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
658 | 2024-03-30T03:03:27.957Z | ++ sha256sum |
659 | 2024-03-30T03:03:27.958Z | ++ awk '{print $1}' |
660 | 2024-03-30T03:03:27.976Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
661 | 2024-03-30T03:03:27.980Z | + [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]] |
662 | 2024-03-30T03:03:27.980Z | + do_untar out/downloads/mgd.tar.gz |
663 | 2024-03-30T03:03:27.980Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
664 | 2024-03-30T03:03:28.572Z | + do_assemble |
665 | 2024-03-30T03:03:28.572Z | + rm -r ./out/mgd |
666 | 2024-03-30T03:03:28.585Z | + mkdir ./out/mgd |
667 | 2024-03-30T03:03:28.585Z | + cp -r out/downloads/root ./out/mgd/root |
668 | 2024-03-30T03:03:28.644Z | + set -o errexit |
669 | 2024-03-30T03:03:28.650Z | +++ dirname ./tools/ci_download_transceiver_control |
670 | 2024-03-30T03:03:28.655Z | ++ cd ./tools |
671 | 2024-03-30T03:03:28.655Z | ++ pwd |
672 | 2024-03-30T03:03:28.655Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
673 | 2024-03-30T03:03:28.655Z | ++ basename ./tools/ci_download_transceiver_control |
674 | 2024-03-30T03:03:28.655Z | + ARG0=ci_download_transceiver_control |
675 | 2024-03-30T03:03:28.655Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
676 | 2024-03-30T03:03:28.655Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
677 | 2024-03-30T03:03:28.655Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
678 | 2024-03-30T03:03:28.655Z | + TARGET_DIR=out |
679 | 2024-03-30T03:03:28.655Z | + DOWNLOAD_DIR=out/downloads |
680 | 2024-03-30T03:03:28.655Z | + DEST_DIR=./out/transceiver-control |
681 | 2024-03-30T03:03:28.655Z | + BIN_DIR=/opt/oxide/bin |
682 | 2024-03-30T03:03:28.655Z | + BINARY=xcvradm |
683 | 2024-03-30T03:03:28.655Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
684 | 2024-03-30T03:03:28.656Z | + REPO=oxidecomputer/transceiver-control |
685 | 2024-03-30T03:03:28.656Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
686 | 2024-03-30T03:03:28.656Z | + main |
687 | 2024-03-30T03:03:28.656Z | + [[ 0 != 0 ]] |
688 | 2024-03-30T03:03:28.656Z | + CIDL_OS=solaris2.11 |
689 | 2024-03-30T03:03:28.656Z | + [[ 0 != 0 ]] |
690 | 2024-03-30T03:03:28.656Z | + configure_os solaris2.11 |
691 | 2024-03-30T03:03:28.656Z | + echo 'current directory: /work/oxidecomputer/omicron' |
692 | 2024-03-30T03:03:28.656Z | current directory: /work/oxidecomputer/omicron |
693 | 2024-03-30T03:03:28.656Z | + echo 'configuring based on OS: "solaris2.11"' |
694 | 2024-03-30T03:03:28.656Z | + case "$1" in |
695 | 2024-03-30T03:03:28.656Z | + SET_BINARIES= |
696 | 2024-03-30T03:03:28.656Z | configuring based on OS: "solaris2.11" |
697 | 2024-03-30T03:03:28.656Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
698 | 2024-03-30T03:03:28.656Z | + CIDL_SHA256FUNC=do_sha256sum |
699 | 2024-03-30T03:03:28.656Z | + ARCHIVE_FILENAME=xcvradm.gz |
700 | 2024-03-30T03:03:28.656Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
701 | 2024-03-30T03:03:28.656Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
702 | 2024-03-30T03:03:28.656Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
703 | 2024-03-30T03:03:28.656Z | + echo 'Local file: out/downloads/xcvradm.gz' |
704 | 2024-03-30T03:03:28.656Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
705 | 2024-03-30T03:03:28.657Z | Local file: out/downloads/xcvradm.gz |
706 | 2024-03-30T03:03:28.657Z | + mkdir -p out/downloads |
707 | 2024-03-30T03:03:28.657Z | + mkdir -p ./out/transceiver-control |
708 | 2024-03-30T03:03:28.660Z | + fetch_and_verify |
709 | 2024-03-30T03:03:28.660Z | + local DO_DOWNLOAD=true |
710 | 2024-03-30T03:03:28.660Z | + [[ -f out/downloads/xcvradm.gz ]] |
711 | 2024-03-30T03:03:28.660Z | + '[' true == true ']' |
712 | 2024-03-30T03:03:28.660Z | + echo Downloading... |
713 | 2024-03-30T03:03:28.660Z | Downloading... |
714 | 2024-03-30T03:03:28.660Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
715 | 2024-03-30T03:03:28.660Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
716 | 2024-03-30T03:03:30.709Z | ++ do_sha256sum out/downloads/xcvradm.gz |
717 | 2024-03-30T03:03:30.714Z | ++ sha256sum |
718 | 2024-03-30T03:03:30.714Z | ++ awk '{print $1}' |
719 | 2024-03-30T03:03:30.722Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
720 | 2024-03-30T03:03:30.722Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
721 | 2024-03-30T03:03:30.722Z | + do_unpack out/downloads/xcvradm.gz |
722 | 2024-03-30T03:03:30.722Z | + mkdir -p out/downloads/root//opt/oxide/bin |
723 | 2024-03-30T03:03:30.726Z | + gzip -dc out/downloads/xcvradm.gz |
724 | 2024-03-30T03:03:30.837Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
725 | 2024-03-30T03:03:30.841Z | + do_assemble |
726 | 2024-03-30T03:03:30.841Z | + rm -r ./out/transceiver-control |
727 | 2024-03-30T03:03:30.845Z | + mkdir ./out/transceiver-control |
728 | 2024-03-30T03:03:30.845Z | + cp -r out/downloads/root ./out/transceiver-control/root |
729 | 2024-03-30T03:03:30.931Z | + set -o errexit |
730 | 2024-03-30T03:03:30.934Z | +++ dirname ./tools/ci_download_thundermuffin |
731 | 2024-03-30T03:03:30.934Z | ++ cd ./tools |
732 | 2024-03-30T03:03:30.934Z | ++ pwd |
733 | 2024-03-30T03:03:30.934Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
734 | 2024-03-30T03:03:30.934Z | ++ basename ./tools/ci_download_thundermuffin |
735 | 2024-03-30T03:03:30.937Z | + ARG0=ci_download_thundermuffin |
736 | 2024-03-30T03:03:30.937Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
737 | 2024-03-30T03:03:30.937Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
738 | 2024-03-30T03:03:30.938Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
739 | 2024-03-30T03:03:30.938Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
740 | 2024-03-30T03:03:30.938Z | + TARGET_DIR=out |
741 | 2024-03-30T03:03:30.938Z | + DOWNLOAD_DIR=out/downloads |
742 | 2024-03-30T03:03:30.938Z | + DEST_DIR=./out/thundermuffin |
743 | 2024-03-30T03:03:30.938Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
744 | 2024-03-30T03:03:30.938Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
745 | 2024-03-30T03:03:30.938Z | + REPO=oxidecomputer/thundermuffin |
746 | 2024-03-30T03:03:30.938Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
747 | 2024-03-30T03:03:30.938Z | + main |
748 | 2024-03-30T03:03:30.938Z | + rm -rf out/downloads/root |
749 | 2024-03-30T03:03:30.943Z | + [[ 0 != 0 ]] |
750 | 2024-03-30T03:03:30.943Z | + CIDL_OS=solaris2.11 |
751 | 2024-03-30T03:03:30.947Z | + [[ 0 != 0 ]] |
752 | 2024-03-30T03:03:30.947Z | + configure_os solaris2.11 |
753 | 2024-03-30T03:03:30.947Z | + echo 'current directory: /work/oxidecomputer/omicron' |
754 | 2024-03-30T03:03:30.947Z | current directory: /work/oxidecomputer/omicron |
755 | 2024-03-30T03:03:30.948Z | + echo 'configuring based on OS: "solaris2.11"' |
756 | 2024-03-30T03:03:30.948Z | + case "$1" in |
757 | 2024-03-30T03:03:30.948Z | configuring based on OS: "solaris2.11" |
758 | 2024-03-30T03:03:30.948Z | + SET_BINARIES= |
759 | 2024-03-30T03:03:30.948Z | + CIDL_SHA256FUNC=do_sha256sum |
760 | 2024-03-30T03:03:30.948Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
761 | 2024-03-30T03:03:30.948Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
762 | 2024-03-30T03:03:30.948Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
763 | 2024-03-30T03:03:30.948Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
764 | 2024-03-30T03:03:30.948Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
765 | 2024-03-30T03:03:30.948Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
766 | 2024-03-30T03:03:30.948Z | Local file: out/downloads/thundermuffin.tar.gz |
767 | 2024-03-30T03:03:30.948Z | + mkdir -p out/downloads |
768 | 2024-03-30T03:03:30.948Z | + mkdir -p ./out/thundermuffin |
769 | 2024-03-30T03:03:30.953Z | + fetch_and_verify |
770 | 2024-03-30T03:03:30.953Z | + local DO_DOWNLOAD=true |
771 | 2024-03-30T03:03:30.953Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
772 | 2024-03-30T03:03:30.953Z | + '[' true == true ']' |
773 | 2024-03-30T03:03:30.953Z | + echo Downloading... |
774 | 2024-03-30T03:03:30.953Z | Downloading... |
775 | 2024-03-30T03:03:30.953Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
776 | 2024-03-30T03:03:30.953Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
777 | 2024-03-30T03:03:32.434Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
778 | 2024-03-30T03:03:32.437Z | ++ sha256sum |
779 | 2024-03-30T03:03:32.437Z | ++ awk '{print $1}' |
780 | 2024-03-30T03:03:32.441Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
781 | 2024-03-30T03:03:32.445Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
782 | 2024-03-30T03:03:32.445Z | + do_untar out/downloads/thundermuffin.tar.gz |
783 | 2024-03-30T03:03:32.445Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
784 | 2024-03-30T03:03:32.505Z | + do_assemble |
785 | 2024-03-30T03:03:32.505Z | + rm -r ./out/thundermuffin |
786 | 2024-03-30T03:03:32.511Z | + mkdir ./out/thundermuffin |
787 | 2024-03-30T03:03:32.511Z | + cp -r out/downloads/root ./out/thundermuffin/root |
788 | 2024-03-30T03:03:32.529Z | All builder prerequisites installed successfully, and PATH looks valid |
789 | 2024-03-30T03:03:32.532Z | |
790 | 2024-03-30T03:03:32.532Z | real 2:25.522279306 |
791 | 2024-03-30T03:03:32.533Z | user 37.105719575 |
792 | 2024-03-30T03:03:32.533Z | sys 6.695183443 |
793 | 2024-03-30T03:03:32.533Z | trap 0.009309657 |
794 | 2024-03-30T03:03:32.533Z | tflt 0.145902436 |
795 | 2024-03-30T03:03:32.533Z | dflt 0.419512537 |
796 | 2024-03-30T03:03:32.533Z | kflt 0.173909279 |
797 | 2024-03-30T03:03:32.533Z | lock 0.885317980 |
798 | 2024-03-30T03:03:32.533Z | slp 4:51.343553012 |
799 | 2024-03-30T03:03:32.533Z | lat 1.961272836 |
800 | 2024-03-30T03:03:32.533Z | stop 0.141337222 |
801 | 2024-03-30T03:03:32.533Z | |
802 | 2024-03-30T03:03:32.533Z | #### # # ##### ##### # # |
803 | 2024-03-30T03:03:32.533Z | # # # # # # # # # # |
804 | 2024-03-30T03:03:32.533Z | # # # # # # # # |
805 | 2024-03-30T03:03:32.533Z | # # # ##### ##### # |
806 | 2024-03-30T03:03:32.533Z | # # # # # # # |
807 | 2024-03-30T03:03:32.533Z | #### ###### # # # # |
808 | 2024-03-30T03:03:32.533Z | |
809 | 2024-03-30T03:03:32.744Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
810 | 2024-03-30T03:03:33.614Z | Updating git repository `https://github.com/oxidecomputer/samael` |
811 | 2024-03-30T03:03:34.469Z | Updating git repository `https://github.com/oxidecomputer/zone` |
812 | 2024-03-30T03:03:35.166Z | Updating crates.io index |
813 | 2024-03-30T03:03:35.262Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
814 | 2024-03-30T03:03:37.455Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
815 | 2024-03-30T03:03:39.040Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
816 | 2024-03-30T03:03:43.588Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
817 | 2024-03-30T03:03:46.102Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
818 | 2024-03-30T03:03:46.813Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
819 | 2024-03-30T03:03:50.011Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
820 | 2024-03-30T03:03:55.749Z | Updating git repository `https://github.com/oxidecomputer/opte` |
821 | 2024-03-30T03:03:58.576Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
822 | 2024-03-30T03:04:02.133Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
823 | 2024-03-30T03:04:03.020Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
824 | 2024-03-30T03:04:04.417Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
825 | 2024-03-30T03:04:05.201Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
826 | 2024-03-30T03:04:05.997Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
827 | 2024-03-30T03:04:07.059Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
828 | 2024-03-30T03:04:07.900Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
829 | 2024-03-30T03:04:08.798Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
830 | 2024-03-30T03:04:09.416Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
831 | 2024-03-30T03:04:10.091Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
832 | 2024-03-30T03:04:10.929Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
833 | 2024-03-30T03:04:11.689Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
834 | 2024-03-30T03:04:12.382Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
835 | 2024-03-30T03:04:14.423Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
836 | 2024-03-30T03:04:15.471Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
837 | 2024-03-30T03:04:16.209Z | Updating git repository `https://github.com/jgallagher/nix` |
838 | 2024-03-30T03:04:20.333Z | Updating git repository `https://github.com/cbiffle/hubpack` |
839 | 2024-03-30T03:04:21.216Z | Updating git repository `https://github.com/oxidecomputer/typify` |
840 | 2024-03-30T03:04:24.348Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
841 | 2024-03-30T03:04:25.905Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
842 | 2024-03-30T03:04:26.798Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
843 | 2024-03-30T03:04:28.568Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
844 | 2024-03-30T03:04:30.416Z | Downloading crates ... |
845 | 2024-03-30T03:04:30.511Z | Downloaded clap v4.5.1 |
846 | 2024-03-30T03:04:30.528Z | Downloaded bitflags v2.4.2 |
847 | 2024-03-30T03:04:30.535Z | Downloaded equivalent v1.0.1 |
848 | 2024-03-30T03:04:30.535Z | Downloaded terminal_size v0.3.0 |
849 | 2024-03-30T03:04:30.535Z | Downloaded colorchoice v1.0.0 |
850 | 2024-03-30T03:04:30.535Z | Downloaded swrite v0.1.0 |
851 | 2024-03-30T03:04:30.535Z | Downloaded thiserror-impl v1.0.57 |
852 | 2024-03-30T03:04:30.536Z | Downloaded strsim v0.11.0 |
853 | 2024-03-30T03:04:30.536Z | Downloaded anstyle-query v1.0.0 |
854 | 2024-03-30T03:04:30.547Z | Downloaded serde_spanned v0.6.5 |
855 | 2024-03-30T03:04:30.547Z | Downloaded cargo-platform v0.1.3 |
856 | 2024-03-30T03:04:30.547Z | Downloaded autocfg v1.1.0 |
857 | 2024-03-30T03:04:30.547Z | Downloaded itoa v1.0.9 |
858 | 2024-03-30T03:04:30.551Z | Downloaded fs-err v2.11.0 |
859 | 2024-03-30T03:04:30.552Z | Downloaded anstyle v1.0.6 |
860 | 2024-03-30T03:04:30.552Z | Downloaded clap_lex v0.7.0 |
861 | 2024-03-30T03:04:30.552Z | Downloaded heck v0.4.1 |
862 | 2024-03-30T03:04:30.555Z | Downloaded camino v1.1.6 |
863 | 2024-03-30T03:04:30.558Z | Downloaded toml_datetime v0.6.5 |
864 | 2024-03-30T03:04:30.562Z | Downloaded utf8parse v0.2.1 |
865 | 2024-03-30T03:04:30.562Z | Downloaded thiserror v1.0.57 |
866 | 2024-03-30T03:04:30.565Z | Downloaded anstyle-parse v0.2.1 |
867 | 2024-03-30T03:04:30.569Z | Downloaded errno v0.3.8 |
868 | 2024-03-30T03:04:30.569Z | Downloaded cargo_metadata v0.18.1 |
869 | 2024-03-30T03:04:30.575Z | Downloaded quote v1.0.35 |
870 | 2024-03-30T03:04:30.575Z | Downloaded cargo_toml v0.19.0 |
871 | 2024-03-30T03:04:30.578Z | Downloaded unicode-ident v1.0.12 |
872 | 2024-03-30T03:04:30.578Z | Downloaded semver v1.0.22 |
873 | 2024-03-30T03:04:30.583Z | Downloaded clap_derive v4.5.0 |
874 | 2024-03-30T03:04:30.583Z | Downloaded toml v0.8.10 |
875 | 2024-03-30T03:04:30.588Z | Downloaded anstream v0.6.11 |
876 | 2024-03-30T03:04:30.592Z | Downloaded anyhow v1.0.79 |
877 | 2024-03-30T03:04:30.592Z | Downloaded serde_derive v1.0.197 |
878 | 2024-03-30T03:04:30.603Z | Downloaded ryu v1.0.15 |
879 | 2024-03-30T03:04:30.612Z | Downloaded proc-macro2 v1.0.78 |
880 | 2024-03-30T03:04:30.612Z | Downloaded indexmap v2.2.5 |
881 | 2024-03-30T03:04:30.613Z | Downloaded serde v1.0.197 |
882 | 2024-03-30T03:04:30.616Z | Downloaded memchr v2.7.1 |
883 | 2024-03-30T03:04:30.628Z | Downloaded toml_edit v0.22.6 |
884 | 2024-03-30T03:04:30.664Z | Downloaded hashbrown v0.14.3 |
885 | 2024-03-30T03:04:30.676Z | Downloaded winnow v0.6.1 |
886 | 2024-03-30T03:04:30.686Z | Downloaded clap_builder v4.5.1 |
887 | 2024-03-30T03:04:30.686Z | Downloaded syn v2.0.52 |
888 | 2024-03-30T03:04:30.691Z | Downloaded serde_json v1.0.114 |
889 | 2024-03-30T03:04:30.698Z | Downloaded rustix v0.38.31 |
890 | 2024-03-30T03:04:30.727Z | Downloaded libc v0.2.153 |
891 | 2024-03-30T03:04:30.979Z | Compiling proc-macro2 v1.0.78 |
892 | 2024-03-30T03:04:30.983Z | Compiling unicode-ident v1.0.12 |
893 | 2024-03-30T03:04:30.983Z | Compiling serde v1.0.197 |
894 | 2024-03-30T03:04:30.984Z | Compiling libc v0.2.153 |
895 | 2024-03-30T03:04:30.984Z | Compiling rustix v0.38.31 |
896 | 2024-03-30T03:04:30.984Z | Compiling bitflags v2.4.2 |
897 | 2024-03-30T03:04:31.005Z | Compiling equivalent v1.0.1 |
898 | 2024-03-30T03:04:31.009Z | Compiling hashbrown v0.14.3 |
899 | 2024-03-30T03:04:31.151Z | Compiling utf8parse v0.2.1 |
900 | 2024-03-30T03:04:31.200Z | Compiling serde_json v1.0.114 |
901 | 2024-03-30T03:04:31.306Z | Compiling anstyle-parse v0.2.1 |
902 | 2024-03-30T03:04:31.410Z | Compiling autocfg v1.1.0 |
903 | 2024-03-30T03:04:31.578Z | Compiling thiserror v1.0.57 |
904 | 2024-03-30T03:04:32.052Z | Compiling indexmap v2.2.5 |
905 | 2024-03-30T03:04:32.124Z | Compiling semver v1.0.22 |
906 | 2024-03-30T03:04:32.674Z | Compiling winnow v0.6.1 |
907 | 2024-03-30T03:04:32.688Z | Compiling colorchoice v1.0.0 |
908 | 2024-03-30T03:04:32.688Z | Compiling anstyle v1.0.6 |
909 | 2024-03-30T03:04:32.688Z | Compiling camino v1.1.6 |
910 | 2024-03-30T03:04:32.689Z | Compiling anstyle-query v1.0.0 |
911 | 2024-03-30T03:04:32.689Z | Compiling fs-err v2.11.0 |
912 | 2024-03-30T03:04:32.698Z | Compiling clap_lex v0.7.0 |
913 | 2024-03-30T03:04:32.838Z | Compiling anstream v0.6.11 |
914 | 2024-03-30T03:04:32.899Z | Compiling itoa v1.0.9 |
915 | 2024-03-30T03:04:33.064Z | Compiling heck v0.4.1 |
916 | 2024-03-30T03:04:33.105Z | Compiling anyhow v1.0.79 |
917 | 2024-03-30T03:04:33.181Z | Compiling ryu v1.0.15 |
918 | 2024-03-30T03:04:33.281Z | Compiling quote v1.0.35 |
919 | 2024-03-30T03:04:33.495Z | Compiling strsim v0.11.0 |
920 | 2024-03-30T03:04:33.545Z | Compiling swrite v0.1.0 |
921 | 2024-03-30T03:04:33.627Z | Compiling syn v2.0.52 |
922 | 2024-03-30T03:04:33.641Z | Compiling errno v0.3.8 |
923 | 2024-03-30T03:04:34.768Z | Compiling terminal_size v0.3.0 |
924 | 2024-03-30T03:04:34.847Z | Compiling clap_builder v4.5.1 |
925 | 2024-03-30T03:04:38.955Z | Compiling serde_derive v1.0.197 |
926 | 2024-03-30T03:04:38.955Z | Compiling thiserror-impl v1.0.57 |
927 | 2024-03-30T03:04:38.961Z | Compiling clap_derive v4.5.0 |
928 | 2024-03-30T03:04:41.653Z | Compiling clap v4.5.1 |
929 | 2024-03-30T03:04:46.670Z | Compiling toml_datetime v0.6.5 |
930 | 2024-03-30T03:04:46.674Z | Compiling serde_spanned v0.6.5 |
931 | 2024-03-30T03:04:46.675Z | Compiling cargo-platform v0.1.3 |
932 | 2024-03-30T03:04:46.901Z | Compiling toml_edit v0.22.6 |
933 | 2024-03-30T03:04:47.908Z | Compiling cargo_metadata v0.18.1 |
934 | 2024-03-30T03:04:48.931Z | Compiling toml v0.8.10 |
935 | 2024-03-30T03:04:49.629Z | Compiling cargo_toml v0.19.0 |
936 | 2024-03-30T03:04:53.201Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
937 | 2024-03-30T03:04:55.038Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 22s |
938 | 2024-03-30T03:04:55.246Z | Running `target/debug/xtask clippy` |
939 | 2024-03-30T03:04:55.284Z | running: "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" |
940 | 2024-03-30T03:04:55.860Z | Downloading crates ... |
941 | 2024-03-30T03:04:56.010Z | Downloaded backtrace v0.3.69 |
942 | 2024-03-30T03:04:56.015Z | Downloaded crucible-workspace-hack v0.1.0 |
943 | 2024-03-30T03:04:56.017Z | Downloaded arrayvec v0.7.4 |
944 | 2024-03-30T03:04:56.023Z | Downloaded constant_time_eq v0.3.0 |
945 | 2024-03-30T03:04:56.023Z | Downloaded cexpr v0.6.0 |
946 | 2024-03-30T03:04:56.023Z | Downloaded hex v0.4.3 |
947 | 2024-03-30T03:04:56.028Z | Downloaded highway v1.1.0 |
948 | 2024-03-30T03:04:56.029Z | Downloaded http-body v1.0.0 |
949 | 2024-03-30T03:04:56.029Z | Downloaded hostname v0.3.1 |
950 | 2024-03-30T03:04:56.036Z | Downloaded atomicwrites v0.4.3 |
951 | 2024-03-30T03:04:56.036Z | Downloaded headers-core v0.2.0 |
952 | 2024-03-30T03:04:56.036Z | Downloaded heck v0.3.3 |
953 | 2024-03-30T03:04:56.036Z | Downloaded home v0.5.5 |
954 | 2024-03-30T03:04:56.036Z | Downloaded hex-literal v0.4.1 |
955 | 2024-03-30T03:04:56.043Z | Downloaded hash32 v0.3.1 |
956 | 2024-03-30T03:04:56.043Z | Downloaded hashbrown v0.13.2 |
957 | 2024-03-30T03:04:56.043Z | Downloaded http-range v0.1.5 |
958 | 2024-03-30T03:04:56.050Z | Downloaded http-body v0.4.5 |
959 | 2024-03-30T03:04:56.051Z | Downloaded hmac v0.12.1 |
960 | 2024-03-30T03:04:56.051Z | Downloaded headers v0.3.9 |
961 | 2024-03-30T03:04:56.054Z | Downloaded http v0.2.12 |
962 | 2024-03-30T03:04:56.058Z | Downloaded http v1.0.0 |
963 | 2024-03-30T03:04:56.065Z | Downloaded lazycell v1.3.0 |
964 | 2024-03-30T03:04:56.068Z | Downloaded hyper-tls v0.5.0 |
965 | 2024-03-30T03:04:56.068Z | Downloaded instant v0.1.12 |
966 | 2024-03-30T03:04:56.068Z | Downloaded hkdf v0.12.4 |
967 | 2024-03-30T03:04:56.071Z | Downloaded indexmap v1.9.3 |
968 | 2024-03-30T03:04:56.075Z | Downloaded libtest-mimic v0.6.1 |
969 | 2024-03-30T03:04:56.078Z | Downloaded ipnet v2.9.0 |
970 | 2024-03-30T03:04:56.078Z | Downloaded byteorder v1.5.0 |
971 | 2024-03-30T03:04:56.081Z | Downloaded constant_time_eq v0.2.6 |
972 | 2024-03-30T03:04:56.081Z | Downloaded cast v0.3.0 |
973 | 2024-03-30T03:04:56.084Z | Downloaded base16ct v0.2.0 |
974 | 2024-03-30T03:04:56.084Z | Downloaded async-stream v0.3.5 |
975 | 2024-03-30T03:04:56.088Z | Downloaded hyper v0.14.28 |
976 | 2024-03-30T03:04:56.094Z | Downloaded linear-map v1.2.0 |
977 | 2024-03-30T03:04:56.099Z | Downloaded hyper-rustls v0.24.2 |
978 | 2024-03-30T03:04:56.099Z | Downloaded hyper v1.1.0 |
979 | 2024-03-30T03:04:56.105Z | Downloaded ident_case v1.0.1 |
980 | 2024-03-30T03:04:56.110Z | Downloaded humantime v2.1.0 |
981 | 2024-03-30T03:04:56.110Z | Downloaded hyper-staticfile v0.9.5 |
982 | 2024-03-30T03:04:56.115Z | Downloaded httptest v0.15.5 |
983 | 2024-03-30T03:04:56.115Z | Downloaded is_ci v1.2.0 |
984 | 2024-03-30T03:04:56.115Z | Downloaded corncobs v0.1.3 |
985 | 2024-03-30T03:04:56.122Z | Downloaded castaway v0.2.2 |
986 | 2024-03-30T03:04:56.122Z | Downloaded cassowary v0.3.0 |
987 | 2024-03-30T03:04:56.122Z | Downloaded inout v0.1.3 |
988 | 2024-03-30T03:04:56.122Z | Downloaded camino-tempfile v1.1.1 |
989 | 2024-03-30T03:04:56.126Z | Downloaded linked-hash-map v0.5.6 |
990 | 2024-03-30T03:04:56.126Z | Downloaded const_format_proc_macros v0.2.32 |
991 | 2024-03-30T03:04:56.129Z | Downloaded is-terminal v0.4.9 |
992 | 2024-03-30T03:04:56.129Z | Downloaded indoc v1.0.9 |
993 | 2024-03-30T03:04:56.132Z | Downloaded impl-trait-for-tuples v0.2.2 |
994 | 2024-03-30T03:04:56.135Z | Downloaded serde-big-array v0.5.1 |
995 | 2024-03-30T03:04:56.138Z | Downloaded block-buffer v0.10.4 |
996 | 2024-03-30T03:04:56.138Z | Downloaded lazy_static v1.4.0 |
997 | 2024-03-30T03:04:56.146Z | Downloaded ipnetwork v0.20.0 |
998 | 2024-03-30T03:04:56.151Z | Downloaded newtype_derive v0.1.6 |
999 | 2024-03-30T03:04:56.151Z | Downloaded colored v2.1.0 |
1000 | 2024-03-30T03:04:56.151Z | Downloaded nested v0.1.1 |
1001 | 2024-03-30T03:04:56.151Z | Downloaded cfg-if v1.0.0 |
1002 | 2024-03-30T03:04:56.151Z | Downloaded lru-cache v0.1.2 |
1003 | 2024-03-30T03:04:56.151Z | Downloaded matches v0.1.10 |
1004 | 2024-03-30T03:04:56.151Z | Downloaded adler v1.0.2 |
1005 | 2024-03-30T03:04:56.166Z | Downloaded bzip2 v0.4.4 |
1006 | 2024-03-30T03:04:56.166Z | Downloaded new_debug_unreachable v1.0.4 |
1007 | 2024-03-30T03:04:56.166Z | Downloaded base64ct v1.6.0 |
1008 | 2024-03-30T03:04:56.185Z | Downloaded blake2 v0.10.6 |
1009 | 2024-03-30T03:04:56.186Z | Downloaded ascii-canvas v3.0.0 |
1010 | 2024-03-30T03:04:56.186Z | Downloaded mime v0.3.17 |
1011 | 2024-03-30T03:04:56.187Z | Downloaded nanorand v0.7.0 |
1012 | 2024-03-30T03:04:56.187Z | Downloaded md-5 v0.10.5 |
1013 | 2024-03-30T03:04:56.187Z | Downloaded maplit v1.0.2 |
1014 | 2024-03-30T03:04:56.187Z | Downloaded managed v0.8.0 |
1015 | 2024-03-30T03:04:56.187Z | Downloaded lru v0.12.1 |
1016 | 2024-03-30T03:04:56.187Z | Downloaded mockall v0.12.0 |
1017 | 2024-03-30T03:04:56.191Z | Downloaded hyper-util v0.1.2 |
1018 | 2024-03-30T03:04:56.191Z | Downloaded libloading v0.7.4 |
1019 | 2024-03-30T03:04:56.192Z | Downloaded take_mut v0.2.2 |
1020 | 2024-03-30T03:04:56.192Z | Downloaded newline-converter v0.3.0 |
1021 | 2024-03-30T03:04:56.192Z | Downloaded buf-list v1.0.3 |
1022 | 2024-03-30T03:04:56.192Z | Downloaded chacha20 v0.9.1 |
1023 | 2024-03-30T03:04:56.192Z | Downloaded try-lock v0.2.4 |
1024 | 2024-03-30T03:04:56.192Z | Downloaded cstr-argument v0.1.2 |
1025 | 2024-03-30T03:04:56.192Z | Downloaded derive_builder_macro v0.12.0 |
1026 | 2024-03-30T03:04:56.192Z | Downloaded async-trait v0.1.77 |
1027 | 2024-03-30T03:04:56.196Z | Downloaded nodrop v0.1.14 |
1028 | 2024-03-30T03:04:56.200Z | Downloaded scheduled-thread-pool v0.2.7 |
1029 | 2024-03-30T03:04:56.200Z | Downloaded same-file v1.0.6 |
1030 | 2024-03-30T03:04:56.200Z | Downloaded rustfmt-wrapper v0.2.0 |
1031 | 2024-03-30T03:04:56.205Z | Downloaded serde_tokenstream v0.1.7 |
1032 | 2024-03-30T03:04:56.209Z | Downloaded remove_dir_all v0.5.3 |
1033 | 2024-03-30T03:04:56.209Z | Downloaded mime_guess v2.0.4 |
1034 | 2024-03-30T03:04:56.209Z | Downloaded wait-timeout v0.2.0 |
1035 | 2024-03-30T03:04:56.213Z | Downloaded openssl-probe v0.1.5 |
1036 | 2024-03-30T03:04:56.214Z | Downloaded convert_case v0.4.0 |
1037 | 2024-03-30T03:04:56.214Z | Downloaded cancel-safe-futures v0.1.5 |
1038 | 2024-03-30T03:04:56.218Z | Downloaded strum v0.25.0 |
1039 | 2024-03-30T03:04:56.218Z | Downloaded signal-hook-mio v0.2.3 |
1040 | 2024-03-30T03:04:56.222Z | Downloaded slog-envlogger v2.2.0 |
1041 | 2024-03-30T03:04:56.222Z | Downloaded crunchy v0.2.2 |
1042 | 2024-03-30T03:04:56.222Z | Downloaded endian-type v0.1.2 |
1043 | 2024-03-30T03:04:56.225Z | Downloaded zone_cfg_derive v0.1.2 |
1044 | 2024-03-30T03:04:56.226Z | Downloaded structopt-derive v0.4.18 |
1045 | 2024-03-30T03:04:56.226Z | Downloaded slab v0.4.9 |
1046 | 2024-03-30T03:04:56.230Z | Downloaded siphasher v0.3.11 |
1047 | 2024-03-30T03:04:56.230Z | Downloaded tokio-native-tls v0.3.1 |
1048 | 2024-03-30T03:04:56.243Z | Downloaded tinyvec_macros v0.1.1 |
1049 | 2024-03-30T03:04:56.243Z | Downloaded ciborium v0.2.2 |
1050 | 2024-03-30T03:04:56.248Z | Downloaded structmeta-derive v0.3.0 |
1051 | 2024-03-30T03:04:56.248Z | Downloaded slog-async v2.8.0 |
1052 | 2024-03-30T03:04:56.248Z | Downloaded group v0.13.0 |
1053 | 2024-03-30T03:04:56.248Z | Downloaded futures-executor v0.3.30 |
1054 | 2024-03-30T03:04:56.248Z | Downloaded portpicker v0.1.1 |
1055 | 2024-03-30T03:04:56.248Z | Downloaded phf_shared v0.10.0 |
1056 | 2024-03-30T03:04:56.248Z | Downloaded mockall_derive v0.12.0 |
1057 | 2024-03-30T03:04:56.248Z | Downloaded unarray v0.1.4 |
1058 | 2024-03-30T03:04:56.252Z | Downloaded glob v0.3.1 |
1059 | 2024-03-30T03:04:56.252Z | Downloaded miniz_oxide v0.7.1 |
1060 | 2024-03-30T03:04:56.264Z | Downloaded sigpipe v0.1.3 |
1061 | 2024-03-30T03:04:56.264Z | Downloaded unicode-xid v0.2.4 |
1062 | 2024-03-30T03:04:56.264Z | Downloaded pathdiff v0.2.1 |
1063 | 2024-03-30T03:04:56.275Z | Downloaded globset v0.4.13 |
1064 | 2024-03-30T03:04:56.275Z | Downloaded path-slash v0.1.5 |
1065 | 2024-03-30T03:04:56.275Z | Downloaded ahash v0.8.8 |
1066 | 2024-03-30T03:04:56.275Z | Downloaded strum v0.26.1 |
1067 | 2024-03-30T03:04:56.275Z | Downloaded predicates-tree v1.0.9 |
1068 | 2024-03-30T03:04:56.276Z | Downloaded predicates-core v1.0.6 |
1069 | 2024-03-30T03:04:56.276Z | Downloaded pkg-config v0.3.27 |
1070 | 2024-03-30T03:04:56.276Z | Downloaded crossbeam-utils v0.8.19 |
1071 | 2024-03-30T03:04:56.284Z | Downloaded termtree v0.4.1 |
1072 | 2024-03-30T03:04:56.284Z | Downloaded rpassword v7.3.1 |
1073 | 2024-03-30T03:04:56.284Z | Downloaded cc v1.0.83 |
1074 | 2024-03-30T03:04:56.284Z | Downloaded want v0.3.1 |
1075 | 2024-03-30T03:04:56.284Z | Downloaded multer v3.0.0 |
1076 | 2024-03-30T03:04:56.293Z | Downloaded time-core v0.1.2 |
1077 | 2024-03-30T03:04:56.293Z | Downloaded semver v0.11.0 |
1078 | 2024-03-30T03:04:56.293Z | Downloaded zone v0.1.8 |
1079 | 2024-03-30T03:04:56.293Z | Downloaded schemars v0.8.16 |
1080 | 2024-03-30T03:04:56.337Z | Downloaded tower-service v0.3.2 |
1081 | 2024-03-30T03:04:56.337Z | Downloaded semver-parser v0.10.2 |
1082 | 2024-03-30T03:04:56.338Z | Downloaded waitgroup v0.1.2 |
1083 | 2024-03-30T03:04:56.338Z | Downloaded rustls-native-certs v0.7.0 |
1084 | 2024-03-30T03:04:56.338Z | Downloaded guppy-workspace-hack v0.1.0 |
1085 | 2024-03-30T03:04:56.338Z | Downloaded spki v0.7.2 |
1086 | 2024-03-30T03:04:56.338Z | Downloaded paste v1.0.14 |
1087 | 2024-03-30T03:04:56.338Z | Downloaded psl-types v2.0.11 |
1088 | 2024-03-30T03:04:56.338Z | Downloaded structmeta-derive v0.2.0 |
1089 | 2024-03-30T03:04:56.339Z | Downloaded structopt v0.3.26 |
1090 | 2024-03-30T03:04:56.339Z | Downloaded string_cache v0.8.7 |
1091 | 2024-03-30T03:04:56.339Z | Downloaded pkcs8 v0.10.2 |
1092 | 2024-03-30T03:04:56.347Z | Downloaded r2d2 v0.8.10 |
1093 | 2024-03-30T03:04:56.347Z | Downloaded derive_builder_core v0.12.0 |
1094 | 2024-03-30T03:04:56.347Z | Downloaded time-macros v0.2.17 |
1095 | 2024-03-30T03:04:56.347Z | Downloaded rcgen v0.12.1 |
1096 | 2024-03-30T03:04:56.347Z | Downloaded compact_str v0.7.1 |
1097 | 2024-03-30T03:04:56.347Z | Downloaded signature v2.1.0 |
1098 | 2024-03-30T03:04:56.348Z | Downloaded libm v0.2.7 |
1099 | 2024-03-30T03:04:56.360Z | Downloaded plotters-svg v0.3.5 |
1100 | 2024-03-30T03:04:56.365Z | Downloaded fragile v2.0.0 |
1101 | 2024-03-30T03:04:56.365Z | Downloaded fixedbitset v0.4.2 |
1102 | 2024-03-30T03:04:56.365Z | Downloaded enum-as-inner v0.5.1 |
1103 | 2024-03-30T03:04:56.366Z | Downloaded darling_macro v0.20.3 |
1104 | 2024-03-30T03:04:56.372Z | Downloaded proc-macro-error-attr v1.0.4 |
1105 | 2024-03-30T03:04:56.376Z | Downloaded darling_macro v0.14.4 |
1106 | 2024-03-30T03:04:56.376Z | Downloaded semver v0.1.20 |
1107 | 2024-03-30T03:04:56.377Z | Downloaded secrecy v0.8.0 |
1108 | 2024-03-30T03:04:56.377Z | Downloaded usdt-macro v0.5.0 |
1109 | 2024-03-30T03:04:56.377Z | Downloaded spin v0.5.2 |
1110 | 2024-03-30T03:04:56.403Z | Downloaded signal-hook-registry v1.4.1 |
1111 | 2024-03-30T03:04:56.403Z | Downloaded scroll v0.12.0 |
1112 | 2024-03-30T03:04:56.404Z | Downloaded float-cmp v0.9.0 |
1113 | 2024-03-30T03:04:56.404Z | Downloaded scopeguard v1.2.0 |
1114 | 2024-03-30T03:04:56.404Z | Downloaded peeking_take_while v0.1.2 |
1115 | 2024-03-30T03:04:56.404Z | Downloaded tui-tree-widget v0.17.0 |
1116 | 2024-03-30T03:04:56.404Z | Downloaded num-conv v0.1.0 |
1117 | 2024-03-30T03:04:56.417Z | Downloaded walkdir v2.4.0 |
1118 | 2024-03-30T03:04:56.417Z | Downloaded tokio-tungstenite v0.20.1 |
1119 | 2024-03-30T03:04:56.417Z | Downloaded either v1.10.0 |
1120 | 2024-03-30T03:04:56.417Z | Downloaded tokio-tungstenite v0.21.0 |
1121 | 2024-03-30T03:04:56.418Z | Downloaded password-hash v0.5.0 |
1122 | 2024-03-30T03:04:56.418Z | Downloaded filetime v0.2.23 |
1123 | 2024-03-30T03:04:56.418Z | Downloaded rayon-core v1.12.1 |
1124 | 2024-03-30T03:04:56.418Z | Downloaded darling v0.20.3 |
1125 | 2024-03-30T03:04:56.418Z | Downloaded rand v0.4.6 |
1126 | 2024-03-30T03:04:56.418Z | Downloaded parking_lot v0.11.2 |
1127 | 2024-03-30T03:04:56.422Z | Downloaded opaque-debug v0.3.0 |
1128 | 2024-03-30T03:04:56.422Z | Downloaded chacha20poly1305 v0.10.1 |
1129 | 2024-03-30T03:04:56.423Z | Downloaded olpc-cjson v0.1.3 |
1130 | 2024-03-30T03:04:56.423Z | Downloaded const_format v0.2.32 |
1131 | 2024-03-30T03:04:56.426Z | Downloaded parse-size v1.0.0 |
1132 | 2024-03-30T03:04:56.426Z | Downloaded hash32 v0.2.1 |
1133 | 2024-03-30T03:04:56.426Z | Downloaded fd-lock v4.0.2 |
1134 | 2024-03-30T03:04:56.430Z | Downloaded tap v1.0.1 |
1135 | 2024-03-30T03:04:56.430Z | Downloaded plotters-backend v0.3.5 |
1136 | 2024-03-30T03:04:56.434Z | Downloaded resolv-conf v0.7.0 |
1137 | 2024-03-30T03:04:56.434Z | Downloaded rand_xorshift v0.3.0 |
1138 | 2024-03-30T03:04:56.437Z | Downloaded num-derive v0.4.0 |
1139 | 2024-03-30T03:04:56.438Z | Downloaded slog v2.7.0 |
1140 | 2024-03-30T03:04:56.441Z | Downloaded stability v0.1.1 |
1141 | 2024-03-30T03:04:56.444Z | Downloaded minimal-lexical v0.2.1 |
1142 | 2024-03-30T03:04:56.451Z | Downloaded tabwriter v1.4.0 |
1143 | 2024-03-30T03:04:56.455Z | Downloaded toolchain_find v0.2.0 |
1144 | 2024-03-30T03:04:56.455Z | Downloaded dirs-next v2.0.0 |
1145 | 2024-03-30T03:04:56.455Z | Downloaded difflib v0.4.0 |
1146 | 2024-03-30T03:04:56.455Z | Downloaded usdt-impl v0.5.0 |
1147 | 2024-03-30T03:04:56.458Z | Downloaded ppv-lite86 v0.2.17 |
1148 | 2024-03-30T03:04:56.458Z | Downloaded derive-where v1.2.7 |
1149 | 2024-03-30T03:04:56.466Z | Downloaded deranged v0.3.11 |
1150 | 2024-03-30T03:04:56.470Z | Downloaded display-error-chain v0.2.0 |
1151 | 2024-03-30T03:04:56.470Z | Downloaded rtoolbox v0.0.1 |
1152 | 2024-03-30T03:04:56.470Z | Downloaded crc-any v2.4.3 |
1153 | 2024-03-30T03:04:56.470Z | Downloaded foreign-types-shared v0.3.1 |
1154 | 2024-03-30T03:04:56.473Z | Downloaded rand v0.8.5 |
1155 | 2024-03-30T03:04:56.476Z | Downloaded half v2.3.1 |
1156 | 2024-03-30T03:04:56.479Z | Downloaded stable_deref_trait v1.2.0 |
1157 | 2024-03-30T03:04:56.479Z | Downloaded smawk v0.3.1 |
1158 | 2024-03-30T03:04:56.479Z | Downloaded crossbeam-channel v0.5.8 |
1159 | 2024-03-30T03:04:56.485Z | Downloaded fallible-iterator v0.2.0 |
1160 | 2024-03-30T03:04:56.488Z | Downloaded fastrand v2.0.1 |
1161 | 2024-03-30T03:04:56.491Z | Downloaded digest v0.10.7 |
1162 | 2024-03-30T03:04:56.492Z | Downloaded termios v0.3.3 |
1163 | 2024-03-30T03:04:56.495Z | Downloaded getrandom v0.2.12 |
1164 | 2024-03-30T03:04:56.502Z | Downloaded serde_repr v0.1.16 |
1165 | 2024-03-30T03:04:56.502Z | Downloaded nom v7.1.3 |
1166 | 2024-03-30T03:04:56.505Z | Downloaded postgres-types v0.2.6 |
1167 | 2024-03-30T03:04:56.509Z | Downloaded postgres-protocol v0.6.6 |
1168 | 2024-03-30T03:04:56.512Z | Downloaded papergrid v0.11.0 |
1169 | 2024-03-30T03:04:56.515Z | Downloaded futures-io v0.3.30 |
1170 | 2024-03-30T03:04:56.516Z | Downloaded tar v0.4.40 |
1171 | 2024-03-30T03:04:56.519Z | Downloaded pretty-hex v0.2.1 |
1172 | 2024-03-30T03:04:56.522Z | Downloaded pretty-hex v0.4.1 |
1173 | 2024-03-30T03:04:56.522Z | Downloaded futures-sink v0.3.30 |
1174 | 2024-03-30T03:04:56.526Z | Downloaded strum_macros v0.26.1 |
1175 | 2024-03-30T03:04:56.526Z | Downloaded proc-macro-crate v1.3.1 |
1176 | 2024-03-30T03:04:56.529Z | Downloaded strum_macros v0.25.2 |
1177 | 2024-03-30T03:04:56.532Z | Downloaded peg-runtime v0.8.2 |
1178 | 2024-03-30T03:04:56.532Z | Downloaded trybuild v1.0.89 |
1179 | 2024-03-30T03:04:56.536Z | Downloaded flume v0.11.0 |
1180 | 2024-03-30T03:04:56.540Z | Downloaded curve25519-dalek-derive v0.1.0 |
1181 | 2024-03-30T03:04:56.543Z | Downloaded unicode_categories v0.1.1 |
1182 | 2024-03-30T03:04:56.546Z | Downloaded uuid v1.7.0 |
1183 | 2024-03-30T03:04:56.549Z | Downloaded uuid v0.8.2 |
1184 | 2024-03-30T03:04:56.559Z | Downloaded tracing-attributes v0.1.27 |
1185 | 2024-03-30T03:04:56.559Z | Downloaded serde_with_macros v3.6.1 |
1186 | 2024-03-30T03:04:56.562Z | Downloaded rstest v0.18.2 |
1187 | 2024-03-30T03:04:56.562Z | Downloaded fnv v1.0.7 |
1188 | 2024-03-30T03:04:56.563Z | Downloaded unicase v2.7.0 |
1189 | 2024-03-30T03:04:56.568Z | Downloaded topological-sort v0.2.2 |
1190 | 2024-03-30T03:04:56.568Z | Downloaded flagset v0.4.3 |
1191 | 2024-03-30T03:04:56.572Z | Downloaded plain v0.2.3 |
1192 | 2024-03-30T03:04:56.572Z | Downloaded parking_lot_core v0.8.6 |
1193 | 2024-03-30T03:04:56.572Z | Downloaded supports-color v3.0.0 |
1194 | 2024-03-30T03:04:56.575Z | Downloaded fxhash v0.2.1 |
1195 | 2024-03-30T03:04:56.576Z | Downloaded rustls-pki-types v1.3.0 |
1196 | 2024-03-30T03:04:56.576Z | Downloaded proc-macro-error v1.0.4 |
1197 | 2024-03-30T03:04:56.579Z | Downloaded ref-cast v1.0.20 |
1198 | 2024-03-30T03:04:56.582Z | Downloaded textwrap v0.11.0 |
1199 | 2024-03-30T03:04:56.591Z | Downloaded poly1305 v0.8.0 |
1200 | 2024-03-30T03:04:56.591Z | Downloaded defmt v0.3.5 |
1201 | 2024-03-30T03:04:56.594Z | Downloaded dtrace-parser v0.1.14 |
1202 | 2024-03-30T03:04:56.594Z | Downloaded dtrace-parser v0.2.0 |
1203 | 2024-03-30T03:04:56.595Z | Downloaded snafu-derive v0.7.5 |
1204 | 2024-03-30T03:04:56.598Z | Downloaded toml v0.7.8 |
1205 | 2024-03-30T03:04:56.601Z | Downloaded pin-utils v0.1.0 |
1206 | 2024-03-30T03:04:56.601Z | Downloaded serde_plain v1.0.2 |
1207 | 2024-03-30T03:04:56.604Z | Downloaded pem v3.0.2 |
1208 | 2024-03-30T03:04:56.606Z | Downloaded subtle v2.5.0 |
1209 | 2024-03-30T03:04:56.607Z | Downloaded pem-rfc7468 v0.7.0 |
1210 | 2024-03-30T03:04:56.609Z | Downloaded postcard v1.0.8 |
1211 | 2024-03-30T03:04:56.615Z | Downloaded untrusted v0.7.1 |
1212 | 2024-03-30T03:04:56.618Z | Downloaded thiserror-impl-no-std v2.0.2 |
1213 | 2024-03-30T03:04:56.618Z | Downloaded tokio-rustls v0.25.0 |
1214 | 2024-03-30T03:04:56.618Z | Downloaded tokio-rustls v0.24.1 |
1215 | 2024-03-30T03:04:56.621Z | Downloaded ref-cast-impl v1.0.20 |
1216 | 2024-03-30T03:04:56.622Z | Downloaded rand_core v0.6.4 |
1217 | 2024-03-30T03:04:56.625Z | Downloaded rand_chacha v0.3.1 |
1218 | 2024-03-30T03:04:56.625Z | Downloaded yansi v0.5.1 |
1219 | 2024-03-30T03:04:56.628Z | Downloaded defmt-parser v0.3.3 |
1220 | 2024-03-30T03:04:56.628Z | Downloaded version_check v0.9.4 |
1221 | 2024-03-30T03:04:56.631Z | Downloaded num-complex v0.4.4 |
1222 | 2024-03-30T03:04:56.636Z | Downloaded threadpool v1.8.1 |
1223 | 2024-03-30T03:04:56.636Z | Downloaded serde-big-array v0.4.1 |
1224 | 2024-03-30T03:04:56.639Z | Downloaded downcast v0.11.0 |
1225 | 2024-03-30T03:04:56.639Z | Downloaded num v0.4.1 |
1226 | 2024-03-30T03:04:56.640Z | Downloaded zerocopy v0.6.4 |
1227 | 2024-03-30T03:04:56.643Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1228 | 2024-03-30T03:04:56.643Z | Downloaded dirs-sys-next v0.1.2 |
1229 | 2024-03-30T03:04:56.643Z | Downloaded num_enum_derive v0.5.11 |
1230 | 2024-03-30T03:04:56.643Z | Downloaded num-iter v0.1.44 |
1231 | 2024-03-30T03:04:56.646Z | Downloaded predicates v3.1.0 |
1232 | 2024-03-30T03:04:56.649Z | Downloaded nu-ansi-term v0.50.0 |
1233 | 2024-03-30T03:04:56.652Z | Downloaded num_threads v0.1.6 |
1234 | 2024-03-30T03:04:56.652Z | Downloaded erased-serde v0.3.31 |
1235 | 2024-03-30T03:04:56.655Z | Downloaded which v4.4.0 |
1236 | 2024-03-30T03:04:56.660Z | Downloaded strum_macros v0.24.3 |
1237 | 2024-03-30T03:04:56.660Z | Downloaded structmeta v0.3.0 |
1238 | 2024-03-30T03:04:56.669Z | Downloaded crossterm v0.27.0 |
1239 | 2024-03-30T03:04:56.672Z | Downloaded foreign-types-shared v0.1.1 |
1240 | 2024-03-30T03:04:56.672Z | Downloaded foreign-types v0.5.0 |
1241 | 2024-03-30T03:04:56.672Z | Downloaded foreign-types v0.3.2 |
1242 | 2024-03-30T03:04:56.673Z | Downloaded sync_wrapper v0.1.2 |
1243 | 2024-03-30T03:04:56.673Z | Downloaded futures-timer v3.0.2 |
1244 | 2024-03-30T03:04:56.673Z | Downloaded owo-colors v4.0.0 |
1245 | 2024-03-30T03:04:56.676Z | Downloaded parse-display-derive v0.9.0 |
1246 | 2024-03-30T03:04:56.679Z | Downloaded usdt-impl v0.3.5 |
1247 | 2024-03-30T03:04:56.679Z | Downloaded peg v0.8.2 |
1248 | 2024-03-30T03:04:56.683Z | Downloaded static_assertions v1.1.0 |
1249 | 2024-03-30T03:04:56.686Z | Downloaded smf v0.2.2 |
1250 | 2024-03-30T03:04:56.686Z | Downloaded oorandom v11.1.3 |
1251 | 2024-03-30T03:04:56.686Z | Downloaded idna v0.2.3 |
1252 | 2024-03-30T03:04:56.694Z | Downloaded precomputed-hash v0.1.1 |
1253 | 2024-03-30T03:04:56.697Z | Downloaded number_prefix v0.4.0 |
1254 | 2024-03-30T03:04:56.697Z | Downloaded dyn-clone v1.0.17 |
1255 | 2024-03-30T03:04:56.700Z | Downloaded sqlparser_derive v0.2.2 |
1256 | 2024-03-30T03:04:56.700Z | Downloaded fatfs v0.3.6 |
1257 | 2024-03-30T03:04:56.707Z | Downloaded slog-term v2.9.0 |
1258 | 2024-03-30T03:04:56.712Z | Downloaded usdt-attr-macro v0.3.5 |
1259 | 2024-03-30T03:04:56.713Z | Downloaded parking_lot_core v0.9.8 |
1260 | 2024-03-30T03:04:56.713Z | Downloaded normalize-line-endings v0.3.0 |
1261 | 2024-03-30T03:04:56.713Z | Downloaded oso-derive v0.27.0 |
1262 | 2024-03-30T03:04:56.713Z | Downloaded rustc-demangle v0.1.23 |
1263 | 2024-03-30T03:04:56.716Z | Downloaded termcolor v1.2.0 |
1264 | 2024-03-30T03:04:56.716Z | Downloaded pest_generator v2.7.6 |
1265 | 2024-03-30T03:04:56.716Z | Downloaded rustc_version v0.4.0 |
1266 | 2024-03-30T03:04:56.716Z | Downloaded pin-project-internal v1.1.3 |
1267 | 2024-03-30T03:04:56.721Z | Downloaded usdt-attr-macro v0.5.0 |
1268 | 2024-03-30T03:04:56.721Z | Downloaded num-rational v0.4.1 |
1269 | 2024-03-30T03:04:56.729Z | Downloaded foreign-types-macros v0.2.3 |
1270 | 2024-03-30T03:04:56.730Z | Downloaded whoami v1.5.0 |
1271 | 2024-03-30T03:04:56.730Z | Downloaded xattr v1.0.1 |
1272 | 2024-03-30T03:04:56.733Z | Downloaded serde_arrays v0.1.0 |
1273 | 2024-03-30T03:04:56.733Z | Downloaded serde-hex v0.1.0 |
1274 | 2024-03-30T03:04:56.733Z | Downloaded num-integer v0.1.46 |
1275 | 2024-03-30T03:04:56.733Z | Downloaded goblin v0.8.0 |
1276 | 2024-03-30T03:04:56.736Z | Downloaded radium v0.7.0 |
1277 | 2024-03-30T03:04:56.739Z | Downloaded pest_meta v2.7.6 |
1278 | 2024-03-30T03:04:56.742Z | Downloaded rsa v0.9.2 |
1279 | 2024-03-30T03:04:56.745Z | Downloaded usdt v0.5.0 |
1280 | 2024-03-30T03:04:56.748Z | Downloaded trust-dns-client v0.22.0 |
1281 | 2024-03-30T03:04:56.753Z | Downloaded unicode-segmentation v1.10.1 |
1282 | 2024-03-30T03:04:56.756Z | Downloaded untrusted v0.9.0 |
1283 | 2024-03-30T03:04:56.759Z | Downloaded getopts v0.2.21 |
1284 | 2024-03-30T03:04:56.763Z | Downloaded tinyvec v1.6.0 |
1285 | 2024-03-30T03:04:56.766Z | Downloaded target-lexicon v0.12.13 |
1286 | 2024-03-30T03:04:56.767Z | Downloaded signal-hook-tokio v0.3.1 |
1287 | 2024-03-30T03:04:56.770Z | Downloaded sha1 v0.10.6 |
1288 | 2024-03-30T03:04:56.770Z | Downloaded quick-error v1.2.3 |
1289 | 2024-03-30T03:04:56.773Z | Downloaded sqlformat v0.2.3 |
1290 | 2024-03-30T03:04:56.773Z | Downloaded phf v0.11.2 |
1291 | 2024-03-30T03:04:56.773Z | Downloaded defmt-macros v0.3.6 |
1292 | 2024-03-30T03:04:56.777Z | Downloaded url v2.5.0 |
1293 | 2024-03-30T03:04:56.786Z | Downloaded phf_shared v0.11.2 |
1294 | 2024-03-30T03:04:56.789Z | Downloaded lalrpop v0.19.12 |
1295 | 2024-03-30T03:04:56.793Z | Downloaded vte v0.11.1 |
1296 | 2024-03-30T03:04:56.796Z | Downloaded serde_urlencoded v0.7.1 |
1297 | 2024-03-30T03:04:56.799Z | Downloaded pkcs1 v0.7.5 |
1298 | 2024-03-30T03:04:56.802Z | Downloaded pest_derive v2.7.6 |
1299 | 2024-03-30T03:04:56.805Z | Downloaded oso v0.27.0 |
1300 | 2024-03-30T03:04:56.809Z | Downloaded slog-json v2.6.1 |
1301 | 2024-03-30T03:04:56.809Z | Downloaded unsafe-libyaml v0.2.10 |
1302 | 2024-03-30T03:04:56.814Z | Downloaded zerocopy-derive v0.7.32 |
1303 | 2024-03-30T03:04:56.819Z | Downloaded sha2 v0.10.8 |
1304 | 2024-03-30T03:04:56.830Z | Downloaded vsss-rs v3.3.4 |
1305 | 2024-03-30T03:04:56.830Z | Downloaded csv-core v0.1.11 |
1306 | 2024-03-30T03:04:56.830Z | Downloaded der_derive v0.7.2 |
1307 | 2024-03-30T03:04:56.846Z | Downloaded diesel_derives v2.1.2 |
1308 | 2024-03-30T03:04:56.846Z | Downloaded h2 v0.3.24 |
1309 | 2024-03-30T03:04:56.846Z | Downloaded snafu v0.7.5 |
1310 | 2024-03-30T03:04:56.861Z | Downloaded serde_derive_internals v0.26.0 |
1311 | 2024-03-30T03:04:56.862Z | Downloaded rustls-webpki v0.102.1 |
1312 | 2024-03-30T03:04:56.867Z | Downloaded zip v0.6.6 |
1313 | 2024-03-30T03:04:56.871Z | Downloaded tokio-postgres v0.7.10 |
1314 | 2024-03-30T03:04:56.885Z | Downloaded serde_yaml v0.9.25 |
1315 | 2024-03-30T03:04:56.890Z | Downloaded publicsuffix v2.2.3 |
1316 | 2024-03-30T03:04:56.890Z | Downloaded der v0.7.8 |
1317 | 2024-03-30T03:04:56.890Z | Downloaded platforms v3.0.2 |
1318 | 2024-03-30T03:04:56.890Z | Downloaded tough v0.16.0 |
1319 | 2024-03-30T03:04:56.895Z | Downloaded tokio-util v0.7.10 |
1320 | 2024-03-30T03:04:56.904Z | Downloaded num-bigint v0.4.4 |
1321 | 2024-03-30T03:04:56.908Z | Downloaded regex-automata v0.1.10 |
1322 | 2024-03-30T03:04:56.914Z | Downloaded rustyline v13.0.0 |
1323 | 2024-03-30T03:04:56.919Z | Downloaded pest v2.7.6 |
1324 | 2024-03-30T03:04:56.926Z | Downloaded reedline v0.30.0 |
1325 | 2024-03-30T03:04:56.934Z | Downloaded plotters v0.3.5 |
1326 | 2024-03-30T03:04:56.944Z | Downloaded gimli v0.28.0 |
1327 | 2024-03-30T03:04:56.953Z | Downloaded sqlparser v0.43.1 |
1328 | 2024-03-30T03:04:56.958Z | Downloaded winnow v0.5.15 |
1329 | 2024-03-30T03:04:56.967Z | Downloaded rustls-webpki v0.101.7 |
1330 | 2024-03-30T03:04:56.982Z | Downloaded rustls v0.22.2 |
1331 | 2024-03-30T03:04:56.997Z | Downloaded futures-util v0.3.30 |
1332 | 2024-03-30T03:04:57.009Z | Downloaded syn v1.0.109 |
1333 | 2024-03-30T03:04:57.023Z | Downloaded tabled v0.15.0 |
1334 | 2024-03-30T03:04:57.040Z | Downloaded smoltcp v0.9.1 |
1335 | 2024-03-30T03:04:57.049Z | Downloaded regex v1.10.3 |
1336 | 2024-03-30T03:04:57.063Z | Downloaded num-bigint-dig v0.8.4 |
1337 | 2024-03-30T03:04:57.067Z | Downloaded smoltcp v0.11.0 |
1338 | 2024-03-30T03:04:57.088Z | Downloaded zerocopy-derive v0.6.4 |
1339 | 2024-03-30T03:04:57.091Z | Downloaded zerocopy-derive v0.2.0 |
1340 | 2024-03-30T03:04:57.101Z | Downloaded quick-xml v0.30.0 |
1341 | 2024-03-30T03:04:57.108Z | Downloaded curve25519-dalek v4.1.1 |
1342 | 2024-03-30T03:04:57.119Z | Downloaded diesel v2.1.4 |
1343 | 2024-03-30T03:04:57.136Z | Downloaded csv v1.3.0 |
1344 | 2024-03-30T03:04:57.158Z | Downloaded regex-syntax v0.8.2 |
1345 | 2024-03-30T03:04:57.168Z | Downloaded petgraph v0.6.4 |
1346 | 2024-03-30T03:04:57.182Z | Downloaded object v0.30.4 |
1347 | 2024-03-30T03:04:57.193Z | Downloaded trust-dns-proto v0.22.0 |
1348 | 2024-03-30T03:04:57.206Z | Downloaded radix_trie v0.2.1 |
1349 | 2024-03-30T03:04:57.211Z | Downloaded regress v0.9.0 |
1350 | 2024-03-30T03:04:57.222Z | Downloaded regex-syntax v0.6.29 |
1351 | 2024-03-30T03:04:57.228Z | Downloaded bstr v1.9.0 |
1352 | 2024-03-30T03:04:57.239Z | Downloaded polar-core v0.27.0 |
1353 | 2024-03-30T03:04:57.249Z | Downloaded object v0.32.1 |
1354 | 2024-03-30T03:04:57.264Z | Downloaded openapiv3 v2.0.0 |
1355 | 2024-03-30T03:04:57.280Z | Downloaded bstr v0.2.17 |
1356 | 2024-03-30T03:04:57.295Z | Downloaded proptest v1.4.0 |
1357 | 2024-03-30T03:04:57.317Z | Downloaded chrono v0.4.34 |
1358 | 2024-03-30T03:04:57.325Z | Downloaded ratatui v0.26.1 |
1359 | 2024-03-30T03:04:57.326Z | Downloaded sled v0.34.7 |
1360 | 2024-03-30T03:04:57.335Z | Downloaded reqwest v0.11.24 |
1361 | 2024-03-30T03:04:57.342Z | Downloaded bitvec v1.0.1 |
1362 | 2024-03-30T03:04:57.355Z | Downloaded ring v0.17.8 |
1363 | 2024-03-30T03:04:57.423Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1364 | 2024-03-30T03:04:57.436Z | Downloaded bindgen v0.69.2 |
1365 | 2024-03-30T03:04:57.442Z | Downloaded webpki-roots v0.25.2 |
1366 | 2024-03-30T03:04:57.446Z | Downloaded regex-automata v0.4.5 |
1367 | 2024-03-30T03:04:57.463Z | Downloaded rayon v1.9.0 |
1368 | 2024-03-30T03:04:57.472Z | Downloaded tokio v1.36.0 |
1369 | 2024-03-30T03:04:57.508Z | Downloaded openssl v0.10.60 |
1370 | 2024-03-30T03:04:57.516Z | Downloaded rustls v0.21.9 |
1371 | 2024-03-30T03:04:57.527Z | Downloaded sha3 v0.10.8 |
1372 | 2024-03-30T03:04:57.532Z | Downloaded nix v0.27.1 |
1373 | 2024-03-30T03:04:57.542Z | Downloaded clap v2.34.0 |
1374 | 2024-03-30T03:04:57.549Z | Downloaded steno v0.4.0 |
1375 | 2024-03-30T03:04:57.556Z | Downloaded aho-corasick v1.1.2 |
1376 | 2024-03-30T03:04:57.559Z | Downloaded zerocopy v0.7.32 |
1377 | 2024-03-30T03:04:57.574Z | Downloaded vcpkg v0.2.15 |
1378 | 2024-03-30T03:04:57.611Z | Downloaded idna v0.5.0 |
1379 | 2024-03-30T03:04:57.618Z | Downloaded serde_with v3.6.1 |
1380 | 2024-03-30T03:04:57.626Z | Downloaded encoding_rs v0.8.33 |
1381 | 2024-03-30T03:04:57.647Z | Downloaded portable-atomic v1.4.3 |
1382 | 2024-03-30T03:04:57.652Z | Downloaded blake3 v1.5.0 |
1383 | 2024-03-30T03:04:57.659Z | Downloaded expectorate v1.1.0 |
1384 | 2024-03-30T03:04:57.662Z | Downloaded tracing v0.1.40 |
1385 | 2024-03-30T03:04:57.665Z | Downloaded pretty_assertions v1.4.0 |
1386 | 2024-03-30T03:04:57.668Z | Downloaded guppy v0.17.5 |
1387 | 2024-03-30T03:04:57.672Z | Downloaded prettyplease v0.2.16 |
1388 | 2024-03-30T03:04:57.675Z | Downloaded futures-task v0.3.30 |
1389 | 2024-03-30T03:04:57.678Z | Downloaded textwrap v0.16.1 |
1390 | 2024-03-30T03:04:57.681Z | Downloaded gethostname v0.4.3 |
1391 | 2024-03-30T03:04:57.681Z | Downloaded generic-array v0.14.7 |
1392 | 2024-03-30T03:04:57.682Z | Downloaded unicode-normalization v0.1.22 |
1393 | 2024-03-30T03:04:57.684Z | Downloaded zeroize_derive v1.4.2 |
1394 | 2024-03-30T03:04:57.695Z | Downloaded zeroize v1.7.0 |
1395 | 2024-03-30T03:04:57.695Z | Downloaded once_cell v1.19.0 |
1396 | 2024-03-30T03:04:57.700Z | Downloaded signature v1.6.4 |
1397 | 2024-03-30T03:04:57.700Z | Downloaded diff v0.1.13 |
1398 | 2024-03-30T03:04:57.700Z | Downloaded rusty-fork v0.3.0 |
1399 | 2024-03-30T03:04:57.700Z | Downloaded parse-display v0.9.0 |
1400 | 2024-03-30T03:04:57.700Z | Downloaded target-spec v3.1.0 |
1401 | 2024-03-30T03:04:57.701Z | Downloaded pin-project v1.1.3 |
1402 | 2024-03-30T03:04:57.708Z | Downloaded env_logger v0.9.3 |
1403 | 2024-03-30T03:04:57.712Z | Downloaded tracing-core v0.1.32 |
1404 | 2024-03-30T03:04:57.740Z | Downloaded slog-stdlog v4.1.1 |
1405 | 2024-03-30T03:04:57.740Z | Downloaded slog-scope v4.4.0 |
1406 | 2024-03-30T03:04:57.740Z | Downloaded trust-dns-resolver v0.22.0 |
1407 | 2024-03-30T03:04:57.740Z | Downloaded universal-hash v0.5.1 |
1408 | 2024-03-30T03:04:57.740Z | Downloaded openssl-sys v0.9.96 |
1409 | 2024-03-30T03:04:57.760Z | Downloaded strsim v0.10.0 |
1410 | 2024-03-30T03:04:57.760Z | Downloaded rustls-pemfile v1.0.3 |
1411 | 2024-03-30T03:04:57.760Z | Downloaded rustc_version v0.1.7 |
1412 | 2024-03-30T03:04:57.760Z | Downloaded rustc-hash v1.1.0 |
1413 | 2024-03-30T03:04:57.760Z | Downloaded ucd-trie v0.1.6 |
1414 | 2024-03-30T03:04:57.760Z | Downloaded toml_edit v0.19.15 |
1415 | 2024-03-30T03:04:57.760Z | Downloaded env_logger v0.10.0 |
1416 | 2024-03-30T03:04:57.760Z | Downloaded ff v0.13.0 |
1417 | 2024-03-30T03:04:57.760Z | Downloaded ed25519 v1.5.3 |
1418 | 2024-03-30T03:04:57.760Z | Downloaded yasna v0.5.2 |
1419 | 2024-03-30T03:04:57.760Z | Downloaded darling v0.14.4 |
1420 | 2024-03-30T03:04:57.761Z | Downloaded thiserror-no-std v2.0.2 |
1421 | 2024-03-30T03:04:57.765Z | Downloaded thread_local v1.1.7 |
1422 | 2024-03-30T03:04:57.766Z | Downloaded thread-id v4.2.0 |
1423 | 2024-03-30T03:04:57.766Z | Downloaded vec_map v0.8.2 |
1424 | 2024-03-30T03:04:57.766Z | Downloaded strsim v0.8.0 |
1425 | 2024-03-30T03:04:57.767Z | Downloaded stringprep v0.1.3 |
1426 | 2024-03-30T03:04:57.767Z | Downloaded toml v0.5.11 |
1427 | 2024-03-30T03:04:57.771Z | Downloaded tokio-stream v0.1.14 |
1428 | 2024-03-30T03:04:57.771Z | Downloaded salty v0.2.0 |
1429 | 2024-03-30T03:04:57.776Z | Downloaded unicode-bidi v0.3.15 |
1430 | 2024-03-30T03:04:57.781Z | Downloaded peg-macros v0.8.2 |
1431 | 2024-03-30T03:04:57.781Z | Downloaded parking_lot v0.12.1 |
1432 | 2024-03-30T03:04:57.801Z | Downloaded futures v0.3.30 |
1433 | 2024-03-30T03:04:57.805Z | Downloaded elliptic-curve v0.13.8 |
1434 | 2024-03-30T03:04:57.805Z | Downloaded smallvec v0.6.14 |
1435 | 2024-03-30T03:04:57.805Z | Downloaded serde_path_to_error v0.1.16 |
1436 | 2024-03-30T03:04:57.805Z | Downloaded flate2 v1.0.28 |
1437 | 2024-03-30T03:04:57.806Z | Downloaded rstest_macros v0.18.2 |
1438 | 2024-03-30T03:04:57.806Z | Downloaded socket2 v0.4.9 |
1439 | 2024-03-30T03:04:57.806Z | Downloaded doc-comment v0.3.3 |
1440 | 2024-03-30T03:04:57.806Z | Downloaded datatest-stable v0.2.3 |
1441 | 2024-03-30T03:04:57.806Z | Downloaded scroll_derive v0.12.0 |
1442 | 2024-03-30T03:04:57.806Z | Downloaded debug-ignore v1.0.5 |
1443 | 2024-03-30T03:04:57.810Z | Downloaded usdt v0.3.5 |
1444 | 2024-03-30T03:04:57.811Z | Downloaded rustls-pemfile v2.1.1 |
1445 | 2024-03-30T03:04:57.811Z | Downloaded criterion v0.5.1 |
1446 | 2024-03-30T03:04:57.816Z | Downloaded typed-path v0.7.0 |
1447 | 2024-03-30T03:04:57.820Z | Downloaded time v0.3.34 |
1448 | 2024-03-30T03:04:57.826Z | Downloaded itertools v0.12.1 |
1449 | 2024-03-30T03:04:57.833Z | Downloaded zerocopy v0.3.0 |
1450 | 2024-03-30T03:04:57.849Z | Downloaded ron v0.8.1 |
1451 | 2024-03-30T03:04:57.849Z | Downloaded ron v0.7.1 |
1452 | 2024-03-30T03:04:57.849Z | Downloaded tower v0.4.13 |
1453 | 2024-03-30T03:04:57.882Z | Downloaded smallvec v1.13.1 |
1454 | 2024-03-30T03:04:57.882Z | Downloaded futures-macro v0.3.30 |
1455 | 2024-03-30T03:04:57.882Z | Downloaded partial-io v0.5.4 |
1456 | 2024-03-30T03:04:57.882Z | Downloaded derive_more v0.99.17 |
1457 | 2024-03-30T03:04:57.883Z | Downloaded darling_core v0.20.3 |
1458 | 2024-03-30T03:04:57.883Z | Downloaded darling_core v0.14.4 |
1459 | 2024-03-30T03:04:57.883Z | Downloaded mio v0.8.11 |
1460 | 2024-03-30T03:04:57.883Z | Downloaded libxml v0.3.3 |
1461 | 2024-03-30T03:04:57.887Z | Downloaded tungstenite v0.21.0 |
1462 | 2024-03-30T03:04:57.887Z | Downloaded tungstenite v0.20.1 |
1463 | 2024-03-30T03:04:57.893Z | Downloaded subprocess v0.2.9 |
1464 | 2024-03-30T03:04:57.893Z | Downloaded socket2 v0.5.5 |
1465 | 2024-03-30T03:04:57.893Z | Downloaded x509-cert v0.2.4 |
1466 | 2024-03-30T03:04:57.897Z | Downloaded trust-dns-server v0.22.1 |
1467 | 2024-03-30T03:04:57.902Z | Downloaded powerfmt v0.2.0 |
1468 | 2024-03-30T03:04:57.906Z | Downloaded tinytemplate v1.2.1 |
1469 | 2024-03-30T03:04:57.906Z | Downloaded tiny-keccak v2.0.2 |
1470 | 2024-03-30T03:04:57.910Z | Downloaded omicron-zone-package v0.11.0 |
1471 | 2024-03-30T03:04:57.910Z | Downloaded num-traits v0.2.18 |
1472 | 2024-03-30T03:04:57.914Z | Downloaded tabled_derive v0.7.0 |
1473 | 2024-03-30T03:04:57.914Z | Downloaded structmeta v0.2.0 |
1474 | 2024-03-30T03:04:57.914Z | Downloaded shlex v1.3.0 |
1475 | 2024-03-30T03:04:57.918Z | Downloaded shell-words v1.1.0 |
1476 | 2024-03-30T03:04:57.918Z | Downloaded synstructure v0.12.6 |
1477 | 2024-03-30T03:04:57.918Z | Downloaded itertools v0.10.5 |
1478 | 2024-03-30T03:04:57.923Z | Downloaded ring v0.16.20 |
1479 | 2024-03-30T03:04:58.003Z | Downloaded typenum v1.16.0 |
1480 | 2024-03-30T03:04:58.006Z | Downloaded test-strategy v0.3.1 |
1481 | 2024-03-30T03:04:58.010Z | Downloaded rand_seeder v0.2.3 |
1482 | 2024-03-30T03:04:58.010Z | Downloaded pin-project-lite v0.2.13 |
1483 | 2024-03-30T03:04:58.014Z | Downloaded sct v0.7.0 |
1484 | 2024-03-30T03:04:58.018Z | Downloaded base64 v0.21.7 |
1485 | 2024-03-30T03:04:58.022Z | Downloaded fd-lock v3.0.13 |
1486 | 2024-03-30T03:04:58.022Z | Downloaded data-encoding v2.4.0 |
1487 | 2024-03-30T03:04:58.026Z | Downloaded utf-8 v0.7.6 |
1488 | 2024-03-30T03:04:58.026Z | Downloaded unicode-linebreak v0.1.5 |
1489 | 2024-03-30T03:04:58.026Z | Downloaded percent-encoding v2.3.1 |
1490 | 2024-03-30T03:04:58.027Z | Downloaded packed_struct_codegen v0.10.1 |
1491 | 2024-03-30T03:04:58.031Z | Downloaded packed_struct v0.10.1 |
1492 | 2024-03-30T03:04:58.031Z | Downloaded funty v2.0.0 |
1493 | 2024-03-30T03:04:58.031Z | Downloaded form_urlencoded v1.2.1 |
1494 | 2024-03-30T03:04:58.031Z | Downloaded similar v2.4.0 |
1495 | 2024-03-30T03:04:58.034Z | Downloaded base64 v0.22.0 |
1496 | 2024-03-30T03:04:58.042Z | Downloaded futures-channel v0.3.30 |
1497 | 2024-03-30T03:04:58.043Z | Downloaded crypto-bigint v0.5.2 |
1498 | 2024-03-30T03:04:58.046Z | Downloaded schemars_derive v0.8.16 |
1499 | 2024-03-30T03:04:58.047Z | Downloaded usdt-macro v0.3.5 |
1500 | 2024-03-30T03:04:58.047Z | Downloaded sec1 v0.7.3 |
1501 | 2024-03-30T03:04:58.051Z | Downloaded arc-swap v1.6.0 |
1502 | 2024-03-30T03:04:58.051Z | Downloaded spin v0.9.8 |
1503 | 2024-03-30T03:04:58.055Z | Downloaded ena v0.14.2 |
1504 | 2024-03-30T03:04:58.055Z | Downloaded derive_builder v0.12.0 |
1505 | 2024-03-30T03:04:58.059Z | Downloaded relative-path v1.9.0 |
1506 | 2024-03-30T03:04:58.059Z | Downloaded num_enum v0.5.11 |
1507 | 2024-03-30T03:04:58.063Z | Downloaded num_cpus v1.16.0 |
1508 | 2024-03-30T03:04:58.066Z | Downloaded futures-core v0.3.30 |
1509 | 2024-03-30T03:04:58.067Z | Downloaded embedded-io v0.4.0 |
1510 | 2024-03-30T03:04:58.071Z | Downloaded signal-hook v0.3.17 |
1511 | 2024-03-30T03:04:58.071Z | Downloaded idna v0.3.0 |
1512 | 2024-03-30T03:04:58.076Z | Downloaded rustversion v1.0.14 |
1513 | 2024-03-30T03:04:58.081Z | Downloaded crc32fast v1.3.2 |
1514 | 2024-03-30T03:04:58.081Z | Downloaded wyz v0.5.1 |
1515 | 2024-03-30T03:04:58.086Z | Downloaded base64 v0.13.1 |
1516 | 2024-03-30T03:04:58.086Z | Downloaded ascii v1.1.0 |
1517 | 2024-03-30T03:04:58.090Z | Downloaded allocator-api2 v0.2.16 |
1518 | 2024-03-30T03:04:58.090Z | Downloaded bytes v1.5.0 |
1519 | 2024-03-30T03:04:58.094Z | Downloaded crypto-common v0.1.6 |
1520 | 2024-03-30T03:04:58.094Z | Downloaded tempfile v3.10.0 |
1521 | 2024-03-30T03:04:58.098Z | Downloaded crossbeam-epoch v0.9.18 |
1522 | 2024-03-30T03:04:58.099Z | Downloaded cfg-expr v0.15.6 |
1523 | 2024-03-30T03:04:58.104Z | Downloaded similar-asserts v1.5.0 |
1524 | 2024-03-30T03:04:58.104Z | Downloaded term v0.7.0 |
1525 | 2024-03-30T03:04:58.107Z | Downloaded unicode-width v0.1.11 |
1526 | 2024-03-30T03:04:58.108Z | Downloaded clang-sys v1.6.1 |
1527 | 2024-03-30T03:04:58.108Z | Downloaded rust-argon2 v1.0.1 |
1528 | 2024-03-30T03:04:58.112Z | Downloaded const-oid v0.9.6 |
1529 | 2024-03-30T03:04:58.112Z | Downloaded dof v0.3.0 |
1530 | 2024-03-30T03:04:58.112Z | Downloaded dof v0.1.5 |
1531 | 2024-03-30T03:04:58.116Z | Downloaded native-tls v0.2.11 |
1532 | 2024-03-30T03:04:58.116Z | Downloaded indicatif v0.17.8 |
1533 | 2024-03-30T03:04:58.120Z | Downloaded tempdir v0.3.7 |
1534 | 2024-03-30T03:04:58.120Z | Downloaded crossbeam-deque v0.8.3 |
1535 | 2024-03-30T03:04:58.120Z | Downloaded ciborium-ll v0.2.2 |
1536 | 2024-03-30T03:04:58.124Z | Downloaded strip-ansi-escapes v0.2.0 |
1537 | 2024-03-30T03:04:58.124Z | Downloaded slog-dtrace v0.3.0 |
1538 | 2024-03-30T03:04:58.124Z | Downloaded cookie v0.18.0 |
1539 | 2024-03-30T03:04:58.129Z | Downloaded slog-bunyan v2.5.0 |
1540 | 2024-03-30T03:04:58.129Z | Downloaded serde_tokenstream v0.2.0 |
1541 | 2024-03-30T03:04:58.136Z | Downloaded log v0.4.21 |
1542 | 2024-03-30T03:04:58.136Z | Downloaded addr2line v0.21.0 |
1543 | 2024-03-30T03:04:58.136Z | Downloaded backoff v0.4.0 |
1544 | 2024-03-30T03:04:58.136Z | Downloaded openssl-macros v0.1.1 |
1545 | 2024-03-30T03:04:58.153Z | Downloaded cookie v0.17.0 |
1546 | 2024-03-30T03:04:58.153Z | Downloaded ansi_term v0.12.1 |
1547 | 2024-03-30T03:04:58.153Z | Downloaded memoffset v0.7.1 |
1548 | 2024-03-30T03:04:58.153Z | Downloaded memmap v0.7.0 |
1549 | 2024-03-30T03:04:58.153Z | Downloaded memmap2 v0.7.1 |
1550 | 2024-03-30T03:04:58.154Z | Downloaded lock_api v0.4.10 |
1551 | 2024-03-30T03:04:58.162Z | Downloaded console v0.15.8 |
1552 | 2024-03-30T03:04:58.162Z | Downloaded aead v0.5.2 |
1553 | 2024-03-30T03:04:58.162Z | Downloaded nibble_vec v0.1.0 |
1554 | 2024-03-30T03:04:58.163Z | Downloaded newtype-uuid v1.0.1 |
1555 | 2024-03-30T03:04:58.163Z | Downloaded multimap v0.10.0 |
1556 | 2024-03-30T03:04:58.163Z | Downloaded blake2b_simd v1.0.1 |
1557 | 2024-03-30T03:04:58.163Z | Downloaded bcs v0.1.6 |
1558 | 2024-03-30T03:04:58.163Z | Downloaded assert_cmd v2.0.14 |
1559 | 2024-03-30T03:04:58.163Z | Downloaded argon2 v0.5.3 |
1560 | 2024-03-30T03:04:58.163Z | Downloaded vte_generate_state_changes v0.1.1 |
1561 | 2024-03-30T03:04:58.163Z | Downloaded tokio-macros v2.2.0 |
1562 | 2024-03-30T03:04:58.164Z | Downloaded tower-layer v0.3.2 |
1563 | 2024-03-30T03:04:58.164Z | Downloaded libsw v3.3.1 |
1564 | 2024-03-30T03:04:58.164Z | Downloaded macaddr v1.0.1 |
1565 | 2024-03-30T03:04:58.201Z | Downloaded criterion-plot v0.5.0 |
1566 | 2024-03-30T03:04:58.201Z | Downloaded crc-catalog v2.2.0 |
1567 | 2024-03-30T03:04:58.201Z | Downloaded bytecount v0.6.3 |
1568 | 2024-03-30T03:04:58.201Z | Downloaded approx v0.5.1 |
1569 | 2024-03-30T03:04:58.201Z | Downloaded maybe-uninit v2.0.0 |
1570 | 2024-03-30T03:04:58.201Z | Downloaded match_cfg v0.1.0 |
1571 | 2024-03-30T03:04:58.201Z | Downloaded indoc v2.0.3 |
1572 | 2024-03-30T03:04:58.201Z | Downloaded cobs v0.2.3 |
1573 | 2024-03-30T03:04:58.202Z | Downloaded arrayref v0.3.7 |
1574 | 2024-03-30T03:04:58.202Z | Downloaded anes v0.1.6 |
1575 | 2024-03-30T03:04:58.202Z | Downloaded libefi-sys v0.1.0 |
1576 | 2024-03-30T03:04:58.202Z | Downloaded lalrpop-util v0.19.12 |
1577 | 2024-03-30T03:04:58.205Z | Downloaded keccak v0.1.4 |
1578 | 2024-03-30T03:04:58.205Z | Downloaded httpdate v1.0.3 |
1579 | 2024-03-30T03:04:58.205Z | Downloaded async-recursion v1.0.5 |
1580 | 2024-03-30T03:04:58.205Z | Downloaded block-padding v0.3.3 |
1581 | 2024-03-30T03:04:58.205Z | Downloaded bb8 v0.8.3 |
1582 | 2024-03-30T03:04:58.206Z | Downloaded bitfield v0.14.0 |
1583 | 2024-03-30T03:04:58.206Z | Downloaded bit-set v0.5.3 |
1584 | 2024-03-30T03:04:58.206Z | Downloaded hubpack_derive v0.1.1 |
1585 | 2024-03-30T03:04:58.206Z | Downloaded cookie_store v0.20.0 |
1586 | 2024-03-30T03:04:58.206Z | Downloaded hubpack v0.1.2 |
1587 | 2024-03-30T03:04:58.206Z | Downloaded cpufeatures v0.2.12 |
1588 | 2024-03-30T03:04:58.206Z | Downloaded cipher v0.4.4 |
1589 | 2024-03-30T03:04:58.206Z | Downloaded array-init v0.0.4 |
1590 | 2024-03-30T03:04:58.206Z | Downloaded ciborium-io v0.2.2 |
1591 | 2024-03-30T03:04:58.206Z | Downloaded kstat-rs v0.2.3 |
1592 | 2024-03-30T03:04:58.206Z | Downloaded httparse v1.8.0 |
1593 | 2024-03-30T03:04:58.206Z | Downloaded hyper-rustls v0.26.0 |
1594 | 2024-03-30T03:04:58.206Z | Downloaded iana-time-zone v0.1.57 |
1595 | 2024-03-30T03:04:58.206Z | Downloaded bitstruct_derive v0.1.0 |
1596 | 2024-03-30T03:04:58.206Z | Downloaded assert_matches v1.5.0 |
1597 | 2024-03-30T03:04:58.206Z | Downloaded heapless v0.8.0 |
1598 | 2024-03-30T03:04:58.206Z | Downloaded heapless v0.7.16 |
1599 | 2024-03-30T03:04:58.206Z | Downloaded atomic-waker v1.1.1 |
1600 | 2024-03-30T03:04:58.206Z | Downloaded crc v3.0.1 |
1601 | 2024-03-30T03:04:58.206Z | Downloaded bitstruct v0.1.1 |
1602 | 2024-03-30T03:04:58.211Z | Downloaded bitflags v1.3.2 |
1603 | 2024-03-30T03:04:58.211Z | Downloaded bit-vec v0.6.3 |
1604 | 2024-03-30T03:04:58.211Z | Downloaded basic-toml v0.1.8 |
1605 | 2024-03-30T03:04:58.217Z | Downloaded hashbrown v0.12.3 |
1606 | 2024-03-30T03:04:58.221Z | Downloaded atty v0.2.14 |
1607 | 2024-03-30T03:04:58.224Z | Downloaded async-stream-impl v0.3.5 |
1608 | 2024-03-30T03:04:58.754Z | Compiling libc v0.2.153 |
1609 | 2024-03-30T03:04:58.754Z | Compiling serde v1.0.197 |
1610 | 2024-03-30T03:04:58.758Z | Compiling version_check v0.9.4 |
1611 | 2024-03-30T03:04:58.758Z | Checking cfg-if v1.0.0 |
1612 | 2024-03-30T03:04:58.758Z | Compiling syn v1.0.109 |
1613 | 2024-03-30T03:04:58.808Z | Compiling lock_api v0.4.10 |
1614 | 2024-03-30T03:04:58.829Z | Compiling syn v2.0.52 |
1615 | 2024-03-30T03:04:58.896Z | Compiling parking_lot_core v0.9.8 |
1616 | 2024-03-30T03:04:58.930Z | Compiling libm v0.2.7 |
1617 | 2024-03-30T03:04:59.249Z | Compiling once_cell v1.19.0 |
1618 | 2024-03-30T03:04:59.303Z | Compiling memchr v2.7.1 |
1619 | 2024-03-30T03:04:59.343Z | Compiling num-traits v0.2.18 |
1620 | 2024-03-30T03:04:59.349Z | Compiling serde_json v1.0.114 |
1621 | 2024-03-30T03:04:59.608Z | Compiling ahash v0.8.8 |
1622 | 2024-03-30T03:04:59.692Z | Compiling byteorder v1.5.0 |
1623 | 2024-03-30T03:05:00.137Z | Checking log v0.4.21 |
1624 | 2024-03-30T03:05:00.401Z | Compiling slab v0.4.9 |
1625 | 2024-03-30T03:05:00.477Z | Checking itoa v1.0.9 |
1626 | 2024-03-30T03:05:00.590Z | Checking getrandom v0.2.12 |
1627 | 2024-03-30T03:05:00.713Z | Compiling cc v1.0.83 |
1628 | 2024-03-30T03:05:01.001Z | Compiling typenum v1.16.0 |
1629 | 2024-03-30T03:05:01.106Z | Compiling generic-array v0.14.7 |
1630 | 2024-03-30T03:05:01.344Z | Checking scopeguard v1.2.0 |
1631 | 2024-03-30T03:05:01.515Z | Checking smallvec v1.13.1 |
1632 | 2024-03-30T03:05:01.532Z | Compiling allocator-api2 v0.2.16 |
1633 | 2024-03-30T03:05:01.610Z | Compiling pkg-config v0.3.27 |
1634 | 2024-03-30T03:05:01.891Z | Compiling rustix v0.38.31 |
1635 | 2024-03-30T03:05:02.194Z | Compiling schemars v0.8.16 |
1636 | 2024-03-30T03:05:02.406Z | Compiling httparse v1.8.0 |
1637 | 2024-03-30T03:05:02.581Z | Compiling fnv v1.0.7 |
1638 | 2024-03-30T03:05:02.695Z | Checking pin-project-lite v0.2.13 |
1639 | 2024-03-30T03:05:02.744Z | Checking parking_lot v0.12.1 |
1640 | 2024-03-30T03:05:02.814Z | Compiling time-core v0.1.2 |
1641 | 2024-03-30T03:05:02.851Z | Compiling num-conv v0.1.0 |
1642 | 2024-03-30T03:05:03.094Z | Checking signal-hook-registry v1.4.1 |
1643 | 2024-03-30T03:05:03.113Z | Compiling vcpkg v0.2.15 |
1644 | 2024-03-30T03:05:03.193Z | Compiling time-macros v0.2.17 |
1645 | 2024-03-30T03:05:03.338Z | Checking mio v0.8.11 |
1646 | 2024-03-30T03:05:03.618Z | Checking ryu v1.0.15 |
1647 | 2024-03-30T03:05:03.833Z | Compiling ucd-trie v0.1.6 |
1648 | 2024-03-30T03:05:03.949Z | Compiling aho-corasick v1.1.2 |
1649 | 2024-03-30T03:05:03.963Z | Compiling ring v0.17.8 |
1650 | 2024-03-30T03:05:05.401Z | Compiling openssl-sys v0.9.96 |
1651 | 2024-03-30T03:05:05.455Z | Compiling regex-syntax v0.8.2 |
1652 | 2024-03-30T03:05:06.525Z | Checking rand_core v0.6.4 |
1653 | 2024-03-30T03:05:06.765Z | Compiling serde_derive_internals v0.26.0 |
1654 | 2024-03-30T03:05:07.662Z | Checking num_cpus v1.16.0 |
1655 | 2024-03-30T03:05:07.749Z | Checking futures-core v0.3.30 |
1656 | 2024-03-30T03:05:07.823Z | Compiling ring v0.16.20 |
1657 | 2024-03-30T03:05:07.897Z | Checking socket2 v0.5.5 |
1658 | 2024-03-30T03:05:08.354Z | Compiling openssl v0.10.60 |
1659 | 2024-03-30T03:05:08.663Z | Compiling regex-automata v0.4.5 |
1660 | 2024-03-30T03:05:09.507Z | Compiling crossbeam-utils v0.8.19 |
1661 | 2024-03-30T03:05:10.083Z | Compiling slog v2.7.0 |
1662 | 2024-03-30T03:05:10.689Z | Compiling async-trait v0.1.77 |
1663 | 2024-03-30T03:05:11.101Z | Checking spin v0.5.2 |
1664 | 2024-03-30T03:05:11.259Z | Compiling iana-time-zone v0.1.57 |
1665 | 2024-03-30T03:05:11.692Z | Compiling native-tls v0.2.11 |
1666 | 2024-03-30T03:05:11.704Z | Compiling rustls v0.21.9 |
1667 | 2024-03-30T03:05:11.704Z | Compiling rustversion v1.0.14 |
1668 | 2024-03-30T03:05:11.704Z | Compiling cookie v0.17.0 |
1669 | 2024-03-30T03:05:11.704Z | Compiling backtrace v0.3.69 |
1670 | 2024-03-30T03:05:11.928Z | Compiling uuid v0.8.2 |
1671 | 2024-03-30T03:05:11.947Z | Checking futures-sink v0.3.30 |
1672 | 2024-03-30T03:05:12.077Z | Compiling unicode-xid v0.2.4 |
1673 | 2024-03-30T03:05:12.239Z | Compiling dyn-clone v1.0.17 |
1674 | 2024-03-30T03:05:12.335Z | Compiling anyhow v1.0.79 |
1675 | 2024-03-30T03:05:12.514Z | Checking pin-utils v0.1.0 |
1676 | 2024-03-30T03:05:12.597Z | Checking futures-channel v0.3.30 |
1677 | 2024-03-30T03:05:13.277Z | Checking futures-task v0.3.30 |
1678 | 2024-03-30T03:05:13.429Z | Compiling regex v1.10.3 |
1679 | 2024-03-30T03:05:13.497Z | Checking futures-io v0.3.30 |
1680 | 2024-03-30T03:05:13.542Z | Compiling tinyvec_macros v0.1.1 |
1681 | 2024-03-30T03:05:13.625Z | Compiling tinyvec v1.6.0 |
1682 | 2024-03-30T03:05:13.643Z | Compiling serde_derive v1.0.197 |
1683 | 2024-03-30T03:05:13.666Z | Compiling zerocopy-derive v0.7.32 |
1684 | 2024-03-30T03:05:13.848Z | Compiling thiserror-impl v1.0.57 |
1685 | 2024-03-30T03:05:13.932Z | Compiling zeroize_derive v1.4.2 |
1686 | 2024-03-30T03:05:13.985Z | Compiling tokio-macros v2.2.0 |
1687 | 2024-03-30T03:05:14.549Z | Compiling futures-macro v0.3.30 |
1688 | 2024-03-30T03:05:15.072Z | Compiling tracing-attributes v0.1.27 |
1689 | 2024-03-30T03:05:15.504Z | Compiling schemars_derive v0.8.16 |
1690 | 2024-03-30T03:05:16.221Z | Checking zeroize v1.7.0 |
1691 | 2024-03-30T03:05:16.230Z | Compiling openssl-macros v0.1.1 |
1692 | 2024-03-30T03:05:16.230Z | Compiling zerocopy v0.7.32 |
1693 | 2024-03-30T03:05:17.267Z | Compiling thiserror v1.0.57 |
1694 | 2024-03-30T03:05:17.403Z | Compiling pest v2.7.6 |
1695 | 2024-03-30T03:05:18.419Z | Compiling hashbrown v0.14.3 |
1696 | 2024-03-30T03:05:18.677Z | Checking futures-util v0.3.30 |
1697 | 2024-03-30T03:05:19.042Z | Compiling scroll_derive v0.12.0 |
1698 | 2024-03-30T03:05:19.078Z | Compiling thread-id v4.2.0 |
1699 | 2024-03-30T03:05:19.186Z | Compiling unicode-normalization v0.1.22 |
1700 | 2024-03-30T03:05:19.797Z | Compiling der_derive v0.7.2 |
1701 | 2024-03-30T03:05:19.800Z | Compiling pest_meta v2.7.6 |
1702 | 2024-03-30T03:05:20.229Z | Compiling unicode-bidi v0.3.15 |
1703 | 2024-03-30T03:05:21.216Z | Compiling pest_generator v2.7.6 |
1704 | 2024-03-30T03:05:21.423Z | Compiling errno v0.3.8 |
1705 | 2024-03-30T03:05:21.648Z | Compiling either v1.10.0 |
1706 | 2024-03-30T03:05:21.854Z | Compiling crc32fast v1.3.2 |
1707 | 2024-03-30T03:05:22.072Z | Compiling unicode-width v0.1.11 |
1708 | 2024-03-30T03:05:22.119Z | Checking subtle v2.5.0 |
1709 | 2024-03-30T03:05:23.132Z | Compiling winnow v0.5.15 |
1710 | 2024-03-30T03:05:23.283Z | Compiling synstructure v0.12.6 |
1711 | 2024-03-30T03:05:23.895Z | Compiling spin v0.9.8 |
1712 | 2024-03-30T03:05:24.281Z | Compiling tracing-core v0.1.32 |
1713 | 2024-03-30T03:05:24.620Z | Compiling pest_derive v2.7.6 |
1714 | 2024-03-30T03:05:25.163Z | Compiling zerocopy-derive v0.2.0 |
1715 | 2024-03-30T03:05:25.424Z | Compiling tracing v0.1.40 |
1716 | 2024-03-30T03:05:25.738Z | Compiling scroll v0.12.0 |
1717 | 2024-03-30T03:05:25.981Z | Compiling usdt-impl v0.5.0 |
1718 | 2024-03-30T03:05:26.306Z | Compiling plain v0.2.3 |
1719 | 2024-03-30T03:05:27.049Z | Compiling const-oid v0.9.6 |
1720 | 2024-03-30T03:05:27.052Z | Compiling percent-encoding v2.3.1 |
1721 | 2024-03-30T03:05:27.052Z | Compiling goblin v0.8.0 |
1722 | 2024-03-30T03:05:27.076Z | Compiling lazy_static v1.4.0 |
1723 | 2024-03-30T03:05:27.145Z | Compiling pretty-hex v0.4.1 |
1724 | 2024-03-30T03:05:27.180Z | Compiling dtrace-parser v0.2.0 |
1725 | 2024-03-30T03:05:27.263Z | Compiling clap_derive v4.5.0 |
1726 | 2024-03-30T03:05:27.276Z | Checking bytes v1.5.0 |
1727 | 2024-03-30T03:05:28.027Z | Checking tokio v1.36.0 |
1728 | 2024-03-30T03:05:28.635Z | Compiling indexmap v2.2.5 |
1729 | 2024-03-30T03:05:29.093Z | Compiling bitflags v2.4.2 |
1730 | 2024-03-30T03:05:29.504Z | Compiling chrono v0.4.34 |
1731 | 2024-03-30T03:05:29.613Z | Compiling uuid v1.7.0 |
1732 | 2024-03-30T03:05:30.229Z | Compiling http v0.2.12 |
1733 | 2024-03-30T03:05:30.297Z | Compiling semver v1.0.22 |
1734 | 2024-03-30T03:05:30.982Z | Compiling rustc_version v0.4.0 |
1735 | 2024-03-30T03:05:31.132Z | Compiling serde_spanned v0.6.5 |
1736 | 2024-03-30T03:05:31.358Z | Compiling toml_datetime v0.6.5 |
1737 | 2024-03-30T03:05:31.833Z | Compiling toml_edit v0.19.15 |
1738 | 2024-03-30T03:05:32.883Z | Compiling openapiv3 v2.0.0 |
1739 | 2024-03-30T03:05:34.802Z | Compiling dof v0.3.0 |
1740 | 2024-03-30T03:05:35.975Z | Compiling signal-hook v0.3.17 |
1741 | 2024-03-30T03:05:35.978Z | Compiling untrusted v0.7.1 |
1742 | 2024-03-30T03:05:35.978Z | Compiling untrusted v0.9.0 |
1743 | 2024-03-30T03:05:35.978Z | Compiling powerfmt v0.2.0 |
1744 | 2024-03-30T03:05:35.978Z | Compiling foreign-types-shared v0.1.1 |
1745 | 2024-03-30T03:05:35.978Z | Compiling deranged v0.3.11 |
1746 | 2024-03-30T03:05:36.047Z | Compiling foreign-types v0.3.2 |
1747 | 2024-03-30T03:05:37.392Z | Compiling form_urlencoded v1.2.1 |
1748 | 2024-03-30T03:05:37.442Z | Compiling crypto-common v0.1.6 |
1749 | 2024-03-30T03:05:37.652Z | Compiling zerocopy-derive v0.6.4 |
1750 | 2024-03-30T03:05:38.050Z | Compiling usdt-impl v0.3.5 |
1751 | 2024-03-30T03:05:38.373Z | Compiling num_threads v0.1.6 |
1752 | 2024-03-30T03:05:38.504Z | Compiling base64 v0.21.7 |
1753 | 2024-03-30T03:05:38.796Z | Compiling siphasher v0.3.11 |
1754 | 2024-03-30T03:05:39.091Z | Compiling try-lock v0.2.4 |
1755 | 2024-03-30T03:05:39.226Z | Compiling want v0.3.1 |
1756 | 2024-03-30T03:05:39.248Z | Compiling time v0.3.34 |
1757 | 2024-03-30T03:05:39.497Z | Compiling tokio-util v0.7.10 |
1758 | 2024-03-30T03:05:39.896Z | Compiling sct v0.7.0 |
1759 | 2024-03-30T03:05:40.013Z | Compiling rustls-webpki v0.101.7 |
1760 | 2024-03-30T03:05:40.031Z | Compiling http-body v0.4.5 |
1761 | 2024-03-30T03:05:40.189Z | Compiling zerocopy v0.3.0 |
1762 | 2024-03-30T03:05:40.446Z | Compiling block-buffer v0.10.4 |
1763 | 2024-03-30T03:05:40.578Z | Compiling h2 v0.3.24 |
1764 | 2024-03-30T03:05:40.750Z | Compiling idna v0.5.0 |
1765 | 2024-03-30T03:05:41.020Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1766 | 2024-03-30T03:05:41.471Z | Compiling openssl-probe v0.1.5 |
1767 | 2024-03-30T03:05:41.702Z | Compiling tower-service v0.3.2 |
1768 | 2024-03-30T03:05:41.829Z | Compiling httpdate v1.0.3 |
1769 | 2024-03-30T03:05:41.952Z | Compiling url v2.5.0 |
1770 | 2024-03-30T03:05:42.316Z | Compiling dof v0.1.5 |
1771 | 2024-03-30T03:05:43.136Z | Compiling digest v0.10.7 |
1772 | 2024-03-30T03:05:43.182Z | Compiling heapless v0.7.16 |
1773 | 2024-03-30T03:05:43.612Z | Compiling dtrace-parser v0.1.14 |
1774 | 2024-03-30T03:05:43.790Z | Compiling idna v0.3.0 |
1775 | 2024-03-30T03:05:44.773Z | Compiling ppv-lite86 v0.2.17 |
1776 | 2024-03-30T03:05:45.270Z | Compiling adler v1.0.2 |
1777 | 2024-03-30T03:05:45.486Z | Compiling psl-types v2.0.11 |
1778 | 2024-03-30T03:05:45.543Z | Compiling unicode-segmentation v1.10.1 |
1779 | 2024-03-30T03:05:45.700Z | Compiling publicsuffix v2.2.3 |
1780 | 2024-03-30T03:05:45.960Z | Compiling tokio-native-tls v0.3.1 |
1781 | 2024-03-30T03:05:46.012Z | Compiling rand_chacha v0.3.1 |
1782 | 2024-03-30T03:05:46.218Z | Compiling miniz_oxide v0.7.1 |
1783 | 2024-03-30T03:05:46.742Z | Compiling crossbeam-epoch v0.9.18 |
1784 | 2024-03-30T03:05:47.144Z | Compiling tokio-rustls v0.24.1 |
1785 | 2024-03-30T03:05:47.345Z | Compiling hyper v0.14.28 |
1786 | 2024-03-30T03:05:47.743Z | Compiling serde_tokenstream v0.1.7 |
1787 | 2024-03-30T03:05:47.792Z | Checking equivalent v1.0.1 |
1788 | 2024-03-30T03:05:47.891Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1789 | 2024-03-30T03:05:48.102Z | Compiling bit-vec v0.6.3 |
1790 | 2024-03-30T03:05:48.250Z | Compiling ipnet v2.9.0 |
1791 | 2024-03-30T03:05:48.532Z | Compiling cookie_store v0.20.0 |
1792 | 2024-03-30T03:05:48.667Z | Compiling rand v0.8.5 |
1793 | 2024-03-30T03:05:49.534Z | Compiling phf_shared v0.10.0 |
1794 | 2024-03-30T03:05:49.640Z | Compiling rustls-pemfile v1.0.3 |
1795 | 2024-03-30T03:05:49.855Z | Compiling serde_urlencoded v0.7.1 |
1796 | 2024-03-30T03:05:50.031Z | Compiling encoding_rs v0.8.33 |
1797 | 2024-03-30T03:05:50.093Z | Compiling num-bigint v0.4.4 |
1798 | 2024-03-30T03:05:50.345Z | Compiling minimal-lexical v0.2.1 |
1799 | 2024-03-30T03:05:50.573Z | Compiling sync_wrapper v0.1.2 |
1800 | 2024-03-30T03:05:50.749Z | Compiling smoltcp v0.9.1 |
1801 | 2024-03-30T03:05:50.767Z | Compiling fixedbitset v0.4.2 |
1802 | 2024-03-30T03:05:50.865Z | Compiling mime v0.3.17 |
1803 | 2024-03-30T03:05:50.939Z | Compiling new_debug_unreachable v1.0.4 |
1804 | 2024-03-30T03:05:51.035Z | Compiling gimli v0.28.0 |
1805 | 2024-03-30T03:05:51.212Z | Compiling webpki-roots v0.25.2 |
1806 | 2024-03-30T03:05:51.267Z | Compiling precomputed-hash v0.1.1 |
1807 | 2024-03-30T03:05:51.355Z | Compiling base64ct v1.6.0 |
1808 | 2024-03-30T03:05:51.380Z | Compiling string_cache v0.8.7 |
1809 | 2024-03-30T03:05:51.444Z | Compiling petgraph v0.6.4 |
1810 | 2024-03-30T03:05:51.821Z | Compiling pem-rfc7468 v0.7.0 |
1811 | 2024-03-30T03:05:51.862Z | Compiling nom v7.1.3 |
1812 | 2024-03-30T03:05:52.278Z | Compiling usdt-macro v0.3.5 |
1813 | 2024-03-30T03:05:52.368Z | Compiling usdt-attr-macro v0.3.5 |
1814 | 2024-03-30T03:05:52.581Z | Compiling bit-set v0.5.3 |
1815 | 2024-03-30T03:05:52.861Z | Compiling hmac v0.12.1 |
1816 | 2024-03-30T03:05:53.435Z | Compiling itertools v0.10.5 |
1817 | 2024-03-30T03:05:53.600Z | Compiling hubpack_derive v0.1.1 |
1818 | 2024-03-30T03:05:53.927Z | Compiling enum-as-inner v0.5.1 |
1819 | 2024-03-30T03:05:54.532Z | Compiling hyper-tls v0.5.0 |
1820 | 2024-03-30T03:05:55.053Z | Compiling hyper-rustls v0.24.2 |
1821 | 2024-03-30T03:05:55.053Z | Compiling diesel_table_macro_syntax v0.1.0 |
1822 | 2024-03-30T03:05:55.053Z | Compiling reqwest v0.11.24 |
1823 | 2024-03-30T03:05:55.053Z | Compiling object v0.32.1 |
1824 | 2024-03-30T03:05:55.261Z | Compiling addr2line v0.21.0 |
1825 | 2024-03-30T03:05:55.516Z | Compiling lalrpop-util v0.19.12 |
1826 | 2024-03-30T03:05:55.557Z | Compiling rustc-demangle v0.1.23 |
1827 | 2024-03-30T03:05:55.896Z | Compiling flagset v0.4.3 |
1828 | 2024-03-30T03:05:56.093Z | Compiling der v0.7.8 |
1829 | 2024-03-30T03:05:56.357Z | Compiling diesel_derives v2.1.2 |
1830 | 2024-03-30T03:05:56.408Z | Compiling flate2 v1.0.28 |
1831 | 2024-03-30T03:05:56.599Z | Compiling futures-executor v0.3.30 |
1832 | 2024-03-30T03:05:57.060Z | Compiling strum_macros v0.25.2 |
1833 | 2024-03-30T03:05:57.169Z | Compiling cpufeatures v0.2.12 |
1834 | 2024-03-30T03:05:57.370Z | Compiling toml_edit v0.22.6 |
1835 | 2024-03-30T03:05:57.398Z | Compiling sha2 v0.10.8 |
1836 | 2024-03-30T03:05:58.683Z | Compiling spki v0.7.2 |
1837 | 2024-03-30T03:05:59.061Z | Compiling futures v0.3.30 |
1838 | 2024-03-30T03:05:59.183Z | Compiling md-5 v0.10.5 |
1839 | 2024-03-30T03:05:59.442Z | Compiling toml v0.7.8 |
1840 | 2024-03-30T03:05:59.598Z | Compiling hex v0.4.3 |
1841 | 2024-03-30T03:06:00.247Z | Compiling stringprep v0.1.3 |
1842 | 2024-03-30T03:06:01.111Z | Compiling serde_repr v0.1.16 |
1843 | 2024-03-30T03:06:01.408Z | Compiling num-integer v0.1.46 |
1844 | 2024-03-30T03:06:01.750Z | Compiling hash32 v0.2.1 |
1845 | 2024-03-30T03:06:02.281Z | Checking unicode-ident v1.0.12 |
1846 | 2024-03-30T03:06:02.630Z | Compiling fallible-iterator v0.2.0 |
1847 | 2024-03-30T03:06:02.633Z | Compiling stable_deref_trait v1.2.0 |
1848 | 2024-03-30T03:06:03.337Z | Compiling postgres-protocol v0.6.6 |
1849 | 2024-03-30T03:06:04.009Z | Compiling pkcs8 v0.10.2 |
1850 | 2024-03-30T03:06:04.576Z | Compiling phf_shared v0.11.2 |
1851 | 2024-03-30T03:06:04.715Z | Compiling terminal_size v0.3.0 |
1852 | 2024-03-30T03:06:04.814Z | Compiling ff v0.13.0 |
1853 | 2024-03-30T03:06:05.353Z | Compiling block-padding v0.3.3 |
1854 | 2024-03-30T03:06:05.360Z | Compiling scheduled-thread-pool v0.2.7 |
1855 | 2024-03-30T03:06:05.360Z | Compiling matches v0.1.10 |
1856 | 2024-03-30T03:06:05.423Z | Compiling regex-automata v0.1.10 |
1857 | 2024-03-30T03:06:05.610Z | Compiling bitflags v1.3.2 |
1858 | 2024-03-30T03:06:05.628Z | Compiling base16ct v0.2.0 |
1859 | 2024-03-30T03:06:05.631Z | Compiling peg-runtime v0.8.2 |
1860 | 2024-03-30T03:06:05.695Z | Compiling managed v0.8.0 |
1861 | 2024-03-30T03:06:05.725Z | Compiling clap_builder v4.5.1 |
1862 | 2024-03-30T03:06:05.896Z | Compiling sec1 v0.7.3 |
1863 | 2024-03-30T03:06:05.935Z | Compiling bstr v0.2.17 |
1864 | 2024-03-30T03:06:05.993Z | Compiling idna v0.2.3 |
1865 | 2024-03-30T03:06:06.293Z | Compiling r2d2 v0.8.10 |
1866 | 2024-03-30T03:06:06.631Z | Compiling inout v0.1.3 |
1867 | 2024-03-30T03:06:06.847Z | Compiling signal-hook-mio v0.2.3 |
1868 | 2024-03-30T03:06:06.909Z | Compiling group v0.13.0 |
1869 | 2024-03-30T03:06:06.989Z | Compiling phf v0.11.2 |
1870 | 2024-03-30T03:06:07.220Z | Compiling bzip2 v0.4.4 |
1871 | 2024-03-30T03:06:07.298Z | Compiling postgres-types v0.2.6 |
1872 | 2024-03-30T03:06:07.556Z | Compiling hubpack v0.1.2 |
1873 | 2024-03-30T03:06:07.616Z | Compiling hkdf v0.12.4 |
1874 | 2024-03-30T03:06:08.427Z | Compiling zerocopy v0.6.4 |
1875 | 2024-03-30T03:06:08.430Z | Compiling ipnetwork v0.20.0 |
1876 | 2024-03-30T03:06:08.430Z | Compiling crypto-bigint v0.5.2 |
1877 | 2024-03-30T03:06:08.861Z | Compiling float-cmp v0.9.0 |
1878 | 2024-03-30T03:06:09.065Z | Compiling normalize-line-endings v0.3.0 |
1879 | 2024-03-30T03:06:09.088Z | Compiling static_assertions v1.1.0 |
1880 | 2024-03-30T03:06:09.187Z | Compiling data-encoding v2.4.0 |
1881 | 2024-03-30T03:06:09.191Z | Compiling whoami v1.5.0 |
1882 | 2024-03-30T03:06:09.845Z | Compiling difflib v0.4.0 |
1883 | 2024-03-30T03:06:10.380Z | Compiling predicates-core v1.0.6 |
1884 | 2024-03-30T03:06:10.750Z | Compiling predicates v3.1.0 |
1885 | 2024-03-30T03:06:11.469Z | Compiling yasna v0.5.2 |
1886 | 2024-03-30T03:06:11.636Z | Compiling elliptic-curve v0.13.8 |
1887 | 2024-03-30T03:06:11.798Z | Compiling trust-dns-proto v0.22.0 |
1888 | 2024-03-30T03:06:12.434Z | Compiling tokio-postgres v0.7.10 |
1889 | 2024-03-30T03:06:12.533Z | Compiling clap v4.5.1 |
1890 | 2024-03-30T03:06:12.642Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1891 | 2024-03-30T03:06:12.937Z | Compiling diesel v2.1.4 |
1892 | 2024-03-30T03:06:13.389Z | Compiling zip v0.6.6 |
1893 | 2024-03-30T03:06:14.773Z | Compiling crossterm v0.27.0 |
1894 | 2024-03-30T03:06:14.862Z | Compiling similar v2.4.0 |
1895 | 2024-03-30T03:06:15.858Z | Compiling cipher v0.4.4 |
1896 | 2024-03-30T03:06:16.563Z | Checking proc-macro2 v1.0.78 |
1897 | 2024-03-30T03:06:17.228Z | Compiling num-iter v0.1.44 |
1898 | 2024-03-30T03:06:17.340Z | Compiling usdt v0.3.5 |
1899 | 2024-03-30T03:06:17.418Z | Compiling tokio-stream v0.1.14 |
1900 | 2024-03-30T03:06:17.464Z | Compiling console v0.15.8 |
1901 | 2024-03-30T03:06:17.618Z | Compiling bstr v1.9.0 |
1902 | 2024-03-30T03:06:18.351Z | Checking quote v1.0.35 |
1903 | 2024-03-30T03:06:23.552Z | Checking utf8parse v0.2.1 |
1904 | 2024-03-30T03:06:26.688Z | Checking anstyle v1.0.6 |
1905 | 2024-03-30T03:06:28.232Z | Checking anstyle-parse v0.2.1 |
1906 | 2024-03-30T03:06:28.449Z | Checking anstyle-query v1.0.0 |
1907 | 2024-03-30T03:06:28.569Z | Checking colorchoice v1.0.0 |
1908 | 2024-03-30T03:06:28.684Z | Checking anstream v0.6.11 |
1909 | 2024-03-30T03:06:28.777Z | Checking clap_lex v0.7.0 |
1910 | 2024-03-30T03:06:29.029Z | Checking strsim v0.11.0 |
1911 | 2024-03-30T03:06:31.337Z | Compiling serde_tokenstream v0.2.0 |
1912 | 2024-03-30T03:06:34.814Z | Checking winnow v0.6.1 |
1913 | 2024-03-30T03:06:42.051Z | Compiling regress v0.9.0 |
1914 | 2024-03-30T03:06:42.093Z | Checking heck v0.4.1 |
1915 | 2024-03-30T03:06:42.295Z | Compiling getopts v0.2.21 |
1916 | 2024-03-30T03:06:42.957Z | Compiling unsafe-libyaml v0.2.10 |
1917 | 2024-03-30T03:06:43.352Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1918 | 2024-03-30T03:06:43.802Z | Compiling strsim v0.10.0 |
1919 | 2024-03-30T03:06:43.950Z | Compiling ident_case v1.0.1 |
1920 | 2024-03-30T03:06:44.127Z | Checking camino v1.1.6 |
1921 | 2024-03-30T03:06:44.627Z | Compiling serde_yaml v0.9.25 |
1922 | 2024-03-30T03:06:44.656Z | Checking atty v0.2.14 |
1923 | 2024-03-30T03:06:44.768Z | Checking sha1 v0.10.6 |
1924 | 2024-03-30T03:06:44.787Z | Checking http v1.0.0 |
1925 | 2024-03-30T03:06:44.906Z | Checking rustls-pki-types v1.3.0 |
1926 | 2024-03-30T03:06:45.039Z | Checking match_cfg v0.1.0 |
1927 | 2024-03-30T03:06:45.127Z | Checking fastrand v2.0.1 |
1928 | 2024-03-30T03:06:45.313Z | Checking hostname v0.3.1 |
1929 | 2024-03-30T03:06:45.726Z | Checking tempfile v3.10.0 |
1930 | 2024-03-30T03:06:45.726Z | Compiling darling_core v0.20.3 |
1931 | 2024-03-30T03:06:45.772Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1932 | 2024-03-30T03:06:46.108Z | Compiling strum_macros v0.26.1 |
1933 | 2024-03-30T03:06:47.165Z | Checking dirs-sys-next v0.1.2 |
1934 | 2024-03-30T03:06:47.347Z | Checking quick-error v1.2.3 |
1935 | 2024-03-30T03:06:47.493Z | Compiling paste v1.0.14 |
1936 | 2024-03-30T03:06:48.051Z | Checking dirs-next v2.0.0 |
1937 | 2024-03-30T03:06:48.189Z | Checking crossbeam-channel v0.5.8 |
1938 | 2024-03-30T03:06:48.895Z | Checking thread_local v1.1.7 |
1939 | 2024-03-30T03:06:48.955Z | Compiling slog-async v2.8.0 |
1940 | 2024-03-30T03:06:48.976Z | Compiling rustls v0.22.2 |
1941 | 2024-03-30T03:06:49.191Z | Checking term v0.7.0 |
1942 | 2024-03-30T03:06:49.541Z | Checking rustls-webpki v0.102.1 |
1943 | 2024-03-30T03:06:49.591Z | Checking instant v0.1.12 |
1944 | 2024-03-30T03:06:49.704Z | Checking take_mut v0.2.2 |
1945 | 2024-03-30T03:06:49.917Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1946 | 2024-03-30T03:06:50.113Z | Checking slog-term v2.9.0 |
1947 | 2024-03-30T03:06:50.344Z | Checking rustls-pemfile v2.1.1 |
1948 | 2024-03-30T03:06:50.532Z | Compiling multer v3.0.0 |
1949 | 2024-03-30T03:06:50.574Z | Checking debug-ignore v1.0.5 |
1950 | 2024-03-30T03:06:50.592Z | Checking slog-json v2.6.1 |
1951 | 2024-03-30T03:06:50.709Z | Compiling async-stream-impl v0.3.5 |
1952 | 2024-03-30T03:06:50.830Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1953 | 2024-03-30T03:06:50.910Z | Checking atomic-waker v1.1.1 |
1954 | 2024-03-30T03:06:51.038Z | Checking waitgroup v0.1.2 |
1955 | 2024-03-30T03:06:51.195Z | Checking slog-bunyan v2.5.0 |
1956 | 2024-03-30T03:06:51.360Z | Checking toml v0.8.10 |
1957 | 2024-03-30T03:06:51.419Z | Checking strum v0.26.1 |
1958 | 2024-03-30T03:06:51.539Z | Compiling darling_macro v0.20.3 |
1959 | 2024-03-30T03:06:51.557Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1960 | 2024-03-30T03:06:51.573Z | Checking serde_path_to_error v0.1.16 |
1961 | 2024-03-30T03:06:52.074Z | Checking wait-timeout v0.2.0 |
1962 | 2024-03-30T03:06:52.162Z | Checking async-stream v0.3.5 |
1963 | 2024-03-30T03:06:52.198Z | Compiling structmeta-derive v0.3.0 |
1964 | 2024-03-30T03:06:52.251Z | Checking rusty-fork v0.3.0 |
1965 | 2024-03-30T03:06:52.340Z | Checking newtype-uuid v1.0.1 |
1966 | 2024-03-30T03:06:52.530Z | Compiling structmeta-derive v0.2.0 |
1967 | 2024-03-30T03:06:52.586Z | Checking rand_xorshift v0.3.0 |
1968 | 2024-03-30T03:06:52.589Z | Compiling darling v0.20.3 |
1969 | 2024-03-30T03:06:52.713Z | Compiling serde_with_macros v3.6.1 |
1970 | 2024-03-30T03:06:52.762Z | Checking unarray v0.1.4 |
1971 | 2024-03-30T03:06:52.890Z | Checking proptest v1.4.0 |
1972 | 2024-03-30T03:06:53.816Z | Checking backoff v0.4.0 |
1973 | 2024-03-30T03:06:53.927Z | Checking tokio-rustls v0.25.0 |
1974 | 2024-03-30T03:06:54.086Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1975 | 2024-03-30T03:06:54.865Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1976 | 2024-03-30T03:06:55.005Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1977 | 2024-03-30T03:06:55.196Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1978 | 2024-03-30T03:06:55.306Z | Compiling structmeta v0.3.0 |
1979 | 2024-03-30T03:06:55.619Z | Compiling structmeta v0.2.0 |
1980 | 2024-03-30T03:06:55.755Z | Compiling parse-display-derive v0.9.0 |
1981 | 2024-03-30T03:06:56.022Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1982 | 2024-03-30T03:06:56.075Z | Checking serde_with v3.6.1 |
1983 | 2024-03-30T03:06:56.105Z | Compiling test-strategy v0.3.1 |
1984 | 2024-03-30T03:06:56.156Z | Checking macaddr v1.0.1 |
1985 | 2024-03-30T03:06:56.480Z | Compiling proc-macro-error-attr v1.0.4 |
1986 | 2024-03-30T03:06:56.835Z | Compiling proc-macro-error v1.0.4 |
1987 | 2024-03-30T03:06:57.526Z | Compiling proc-macro-crate v1.3.1 |
1988 | 2024-03-30T03:06:57.886Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1989 | 2024-03-30T03:06:58.255Z | Checking camino-tempfile v1.1.1 |
1990 | 2024-03-30T03:06:58.526Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1991 | 2024-03-30T03:06:58.614Z | Compiling num_enum_derive v0.5.11 |
1992 | 2024-03-30T03:06:59.236Z | Compiling foreign-types-macros v0.2.3 |
1993 | 2024-03-30T03:06:59.239Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1994 | 2024-03-30T03:06:59.239Z | Checking foreign-types-shared v0.3.1 |
1995 | 2024-03-30T03:06:59.461Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1996 | 2024-03-30T03:06:59.562Z | Checking cstr-argument v0.1.2 |
1997 | 2024-03-30T03:06:59.733Z | Checking pretty-hex v0.2.1 |
1998 | 2024-03-30T03:06:59.891Z | Checking tabwriter v1.4.0 |
1999 | 2024-03-30T03:07:00.091Z | Checking foreign-types v0.5.0 |
2000 | 2024-03-30T03:07:00.110Z | Checking colored v2.1.0 |
2001 | 2024-03-30T03:07:00.156Z | Checking socket2 v0.4.9 |
2002 | 2024-03-30T03:07:00.192Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2003 | 2024-03-30T03:07:00.388Z | Checking smf v0.2.2 |
2004 | 2024-03-30T03:07:00.431Z | Checking humantime v2.1.0 |
2005 | 2024-03-30T03:07:00.492Z | Checking termcolor v1.2.0 |
2006 | 2024-03-30T03:07:00.531Z | Checking parse-display v0.9.0 |
2007 | 2024-03-30T03:07:00.575Z | Compiling usdt-macro v0.5.0 |
2008 | 2024-03-30T03:07:00.749Z | Compiling usdt-attr-macro v0.5.0 |
2009 | 2024-03-30T03:07:00.786Z | Checking memmap v0.7.0 |
2010 | 2024-03-30T03:07:00.856Z | Checking arc-swap v1.6.0 |
2011 | 2024-03-30T03:07:00.904Z | Compiling heapless v0.8.0 |
2012 | 2024-03-30T03:07:00.982Z | Checking utf-8 v0.7.6 |
2013 | 2024-03-30T03:07:01.188Z | Checking termtree v0.4.1 |
2014 | 2024-03-30T03:07:01.272Z | Checking slog-scope v4.4.0 |
2015 | 2024-03-30T03:07:01.376Z | Checking predicates-tree v1.0.9 |
2016 | 2024-03-30T03:07:01.392Z | Checking num_enum v0.5.11 |
2017 | 2024-03-30T03:07:01.465Z | Checking slog-stdlog v4.1.1 |
2018 | 2024-03-30T03:07:01.515Z | Checking hash32 v0.3.1 |
2019 | 2024-03-30T03:07:01.530Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2020 | 2024-03-30T03:07:01.609Z | Checking slog-envlogger v2.2.0 |
2021 | 2024-03-30T03:07:01.694Z | Compiling smoltcp v0.11.0 |
2022 | 2024-03-30T03:07:01.772Z | Compiling heck v0.3.3 |
2023 | 2024-03-30T03:07:01.806Z | Checking filetime v0.2.23 |
2024 | 2024-03-30T03:07:02.003Z | Checking xattr v1.0.1 |
2025 | 2024-03-30T03:07:02.099Z | Checking cobs v0.2.3 |
2026 | 2024-03-30T03:07:02.160Z | Compiling crucible-workspace-hack v0.1.0 |
2027 | 2024-03-30T03:07:02.177Z | Checking same-file v1.0.6 |
2028 | 2024-03-30T03:07:02.273Z | Checking embedded-io v0.4.0 |
2029 | 2024-03-30T03:07:02.332Z | Checking walkdir v2.4.0 |
2030 | 2024-03-30T03:07:02.401Z | Checking usdt v0.5.0 |
2031 | 2024-03-30T03:07:02.461Z | Checking tar v0.4.40 |
2032 | 2024-03-30T03:07:02.477Z | Checking tungstenite v0.20.1 |
2033 | 2024-03-30T03:07:02.481Z | Checking postcard v1.0.8 |
2034 | 2024-03-30T03:07:02.573Z | Checking newline-converter v0.3.0 |
2035 | 2024-03-30T03:07:02.630Z | Checking sigpipe v0.1.3 |
2036 | 2024-03-30T03:07:02.716Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2037 | 2024-03-30T03:07:02.736Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2038 | 2024-03-30T03:07:02.883Z | Checking expectorate v1.1.0 |
2039 | 2024-03-30T03:07:03.084Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2040 | 2024-03-30T03:07:03.116Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2041 | 2024-03-30T03:07:03.132Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2042 | 2024-03-30T03:07:03.153Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2043 | 2024-03-30T03:07:03.293Z | Checking tokio-tungstenite v0.20.1 |
2044 | 2024-03-30T03:07:03.358Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2045 | 2024-03-30T03:07:03.743Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
2046 | 2024-03-30T03:07:04.006Z | Compiling mockall_derive v0.12.0 |
2047 | 2024-03-30T03:07:04.086Z | Compiling num-derive v0.4.0 |
2048 | 2024-03-30T03:07:04.192Z | Checking fragile v2.0.0 |
2049 | 2024-03-30T03:07:04.439Z | Checking downcast v0.11.0 |
2050 | 2024-03-30T03:07:04.635Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2051 | 2024-03-30T03:07:04.646Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
2052 | 2024-03-30T03:07:04.872Z | Checking base64 v0.22.0 |
2053 | 2024-03-30T03:07:04.889Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2054 | 2024-03-30T03:07:05.120Z | Checking pem v3.0.2 |
2055 | 2024-03-30T03:07:05.353Z | Checking env_logger v0.9.3 |
2056 | 2024-03-30T03:07:05.369Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2057 | 2024-03-30T03:07:05.597Z | Compiling bitstruct_derive v0.1.0 |
2058 | 2024-03-30T03:07:05.657Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2059 | 2024-03-30T03:07:05.784Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2060 | 2024-03-30T03:07:05.839Z | Checking ascii v1.1.0 |
2061 | 2024-03-30T03:07:05.907Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2062 | 2024-03-30T03:07:06.067Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2063 | 2024-03-30T03:07:06.218Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2064 | 2024-03-30T03:07:06.311Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2065 | 2024-03-30T03:07:06.486Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b) |
2066 | 2024-03-30T03:07:06.600Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2067 | 2024-03-30T03:07:06.863Z | Checking serde_arrays v0.1.0 |
2068 | 2024-03-30T03:07:06.937Z | Checking erased-serde v0.3.31 |
2069 | 2024-03-30T03:07:06.988Z | Checking bitstruct v0.1.1 |
2070 | 2024-03-30T03:07:07.002Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2071 | 2024-03-30T03:07:07.079Z | Compiling zone_cfg_derive v0.1.2 |
2072 | 2024-03-30T03:07:07.095Z | Checking tungstenite v0.21.0 |
2073 | 2024-03-30T03:07:07.114Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2074 | 2024-03-30T03:07:07.290Z | Checking base64 v0.13.1 |
2075 | 2024-03-30T03:07:07.684Z | Checking ron v0.7.1 |
2076 | 2024-03-30T03:07:07.934Z | Checking tokio-tungstenite v0.21.0 |
2077 | 2024-03-30T03:07:07.966Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2078 | 2024-03-30T03:07:08.504Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2079 | 2024-03-30T03:07:08.646Z | Checking zone v0.1.8 |
2080 | 2024-03-30T03:07:08.752Z | Checking headers-core v0.2.0 |
2081 | 2024-03-30T03:07:08.790Z | Checking portpicker v0.1.1 |
2082 | 2024-03-30T03:07:08.882Z | Checking headers v0.3.9 |
2083 | 2024-03-30T03:07:08.941Z | Checking rcgen v0.12.1 |
2084 | 2024-03-30T03:07:09.325Z | Checking atomicwrites v0.4.3 |
2085 | 2024-03-30T03:07:09.507Z | Checking subprocess v0.2.9 |
2086 | 2024-03-30T03:07:09.550Z | Checking linked-hash-map v0.5.6 |
2087 | 2024-03-30T03:07:09.633Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2088 | 2024-03-30T03:07:09.832Z | Checking lru-cache v0.1.2 |
2089 | 2024-03-30T03:07:09.862Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2090 | 2024-03-30T03:07:09.955Z | Checking password-hash v0.5.0 |
2091 | 2024-03-30T03:07:09.997Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2092 | 2024-03-30T03:07:10.000Z | Checking blake2 v0.10.6 |
2093 | 2024-03-30T03:07:10.042Z | Checking swrite v0.1.0 |
2094 | 2024-03-30T03:07:10.077Z | Checking itertools v0.12.1 |
2095 | 2024-03-30T03:07:10.155Z | Compiling derive-where v1.2.7 |
2096 | 2024-03-30T03:07:10.381Z | Compiling rayon-core v1.12.1 |
2097 | 2024-03-30T03:07:10.430Z | Checking argon2 v0.5.3 |
2098 | 2024-03-30T03:07:10.717Z | Checking half v2.3.1 |
2099 | 2024-03-30T03:07:11.172Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2100 | 2024-03-30T03:07:11.193Z | Compiling cancel-safe-futures v0.1.5 |
2101 | 2024-03-30T03:07:11.500Z | Checking ciborium-io v0.2.2 |
2102 | 2024-03-30T03:07:11.559Z | Checking resolv-conf v0.7.0 |
2103 | 2024-03-30T03:07:11.618Z | Checking ciborium-ll v0.2.2 |
2104 | 2024-03-30T03:07:11.895Z | Checking ciborium v0.2.2 |
2105 | 2024-03-30T03:07:11.912Z | Checking trust-dns-resolver v0.22.0 |
2106 | 2024-03-30T03:07:12.275Z | Checking mockall v0.12.0 |
2107 | 2024-03-30T03:07:12.401Z | Checking bytecount v0.6.3 |
2108 | 2024-03-30T03:07:12.504Z | Compiling tabled_derive v0.7.0 |
2109 | 2024-03-30T03:07:12.541Z | Checking papergrid v0.11.0 |
2110 | 2024-03-30T03:07:12.771Z | Compiling slog-dtrace v0.3.0 |
2111 | 2024-03-30T03:07:12.885Z | Compiling semver v0.1.20 |
2112 | 2024-03-30T03:07:13.132Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2113 | 2024-03-30T03:07:13.429Z | Compiling rustc_version v0.1.7 |
2114 | 2024-03-30T03:07:13.480Z | Checking libsw v3.3.1 |
2115 | 2024-03-30T03:07:13.555Z | Checking owo-colors v4.0.0 |
2116 | 2024-03-30T03:07:13.737Z | Checking linear-map v1.2.0 |
2117 | 2024-03-30T03:07:13.925Z | Compiling newtype_derive v0.1.6 |
2118 | 2024-03-30T03:07:14.032Z | Compiling num-rational v0.4.1 |
2119 | 2024-03-30T03:07:14.047Z | Compiling radium v0.7.0 |
2120 | 2024-03-30T03:07:14.342Z | Checking is-terminal v0.4.9 |
2121 | 2024-03-30T03:07:14.382Z | Checking steno v0.4.0 |
2122 | 2024-03-30T03:07:14.456Z | Checking num-complex v0.4.4 |
2123 | 2024-03-30T03:07:14.525Z | Checking nibble_vec v0.1.0 |
2124 | 2024-03-30T03:07:14.709Z | Checking endian-type v0.1.2 |
2125 | 2024-03-30T03:07:14.923Z | Compiling maybe-uninit v2.0.0 |
2126 | 2024-03-30T03:07:15.172Z | Checking tabled v0.15.0 |
2127 | 2024-03-30T03:07:15.200Z | Checking tap v1.0.1 |
2128 | 2024-03-30T03:07:15.350Z | Checking wyz v0.5.1 |
2129 | 2024-03-30T03:07:15.368Z | Checking num v0.4.1 |
2130 | 2024-03-30T03:07:15.455Z | Checking radix_trie v0.2.1 |
2131 | 2024-03-30T03:07:15.494Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2132 | 2024-03-30T03:07:15.742Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2133 | 2024-03-30T03:07:15.865Z | Checking fxhash v0.2.1 |
2134 | 2024-03-30T03:07:15.887Z | Compiling num-bigint-dig v0.8.4 |
2135 | 2024-03-30T03:07:16.042Z | Checking funty v2.0.0 |
2136 | 2024-03-30T03:07:16.185Z | Compiling packed_struct v0.10.1 |
2137 | 2024-03-30T03:07:16.583Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2138 | 2024-03-30T03:07:16.618Z | Checking crc-catalog v2.2.0 |
2139 | 2024-03-30T03:07:16.744Z | Checking crc v3.0.1 |
2140 | 2024-03-30T03:07:16.775Z | Compiling packed_struct_codegen v0.10.1 |
2141 | 2024-03-30T03:07:16.849Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2142 | 2024-03-30T03:07:16.950Z | Compiling indexmap v1.9.3 |
2143 | 2024-03-30T03:07:16.962Z | Checking nodrop v0.1.14 |
2144 | 2024-03-30T03:07:16.996Z | Checking bitvec v1.0.1 |
2145 | 2024-03-30T03:07:17.073Z | Checking array-init v0.0.4 |
2146 | 2024-03-30T03:07:17.266Z | Checking smallvec v0.6.14 |
2147 | 2024-03-30T03:07:17.627Z | Checking pkcs1 v0.7.5 |
2148 | 2024-03-30T03:07:18.002Z | Checking signature v2.1.0 |
2149 | 2024-03-30T03:07:18.064Z | Checking bitfield v0.14.0 |
2150 | 2024-03-30T03:07:18.183Z | Checking hashbrown v0.12.3 |
2151 | 2024-03-30T03:07:18.186Z | Checking serde-hex v0.1.0 |
2152 | 2024-03-30T03:07:18.325Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2153 | 2024-03-30T03:07:18.340Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2154 | 2024-03-30T03:07:18.594Z | Checking env_logger v0.10.0 |
2155 | 2024-03-30T03:07:18.976Z | Checking x509-cert v0.2.4 |
2156 | 2024-03-30T03:07:19.469Z | Checking rsa v0.9.2 |
2157 | 2024-03-30T03:07:19.710Z | Checking ron v0.8.1 |
2158 | 2024-03-30T03:07:19.880Z | Checking hashbrown v0.13.2 |
2159 | 2024-03-30T03:07:20.044Z | Checking crc-any v2.4.3 |
2160 | 2024-03-30T03:07:20.390Z | Checking display-error-chain v0.2.0 |
2161 | 2024-03-30T03:07:20.440Z | Checking path-slash v0.1.5 |
2162 | 2024-03-30T03:07:20.496Z | Compiling convert_case v0.4.0 |
2163 | 2024-03-30T03:07:20.532Z | Compiling async-recursion v1.0.5 |
2164 | 2024-03-30T03:07:20.572Z | Compiling buf-list v1.0.3 |
2165 | 2024-03-30T03:07:20.911Z | Checking object v0.30.4 |
2166 | 2024-03-30T03:07:21.011Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2167 | 2024-03-30T03:07:21.266Z | Compiling blake3 v1.5.0 |
2168 | 2024-03-30T03:07:21.502Z | Compiling derive_more v0.99.17 |
2169 | 2024-03-30T03:07:21.570Z | Checking textwrap v0.11.0 |
2170 | 2024-03-30T03:07:21.661Z | Checking gethostname v0.4.3 |
2171 | 2024-03-30T03:07:21.763Z | Checking vec_map v0.8.2 |
2172 | 2024-03-30T03:07:21.797Z | Compiling libefi-sys v0.1.0 |
2173 | 2024-03-30T03:07:22.016Z | Checking strsim v0.8.0 |
2174 | 2024-03-30T03:07:22.075Z | Compiling parking_lot_core v0.8.6 |
2175 | 2024-03-30T03:07:22.135Z | Checking ansi_term v0.12.1 |
2176 | 2024-03-30T03:07:22.216Z | Compiling structopt-derive v0.4.18 |
2177 | 2024-03-30T03:07:22.232Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2178 | 2024-03-30T03:07:22.425Z | Checking clap v2.34.0 |
2179 | 2024-03-30T03:07:22.906Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2180 | 2024-03-30T03:07:23.143Z | Compiling crossbeam-deque v0.8.3 |
2181 | 2024-03-30T03:07:23.193Z | Checking keccak v0.1.4 |
2182 | 2024-03-30T03:07:23.336Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2183 | 2024-03-30T03:07:23.451Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2184 | 2024-03-30T03:07:24.511Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2185 | 2024-03-30T03:07:24.863Z | Checking sha3 v0.10.8 |
2186 | 2024-03-30T03:07:25.167Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2187 | 2024-03-30T03:07:25.210Z | Checking parking_lot v0.11.2 |
2188 | 2024-03-30T03:07:25.316Z | Checking structopt v0.3.26 |
2189 | 2024-03-30T03:07:25.393Z | Checking trust-dns-client v0.22.0 |
2190 | 2024-03-30T03:07:25.551Z | Checking toml v0.5.11 |
2191 | 2024-03-30T03:07:25.736Z | Compiling semver-parser v0.10.2 |
2192 | 2024-03-30T03:07:26.707Z | Checking secrecy v0.8.0 |
2193 | 2024-03-30T03:07:26.839Z | Compiling pin-project-internal v1.1.3 |
2194 | 2024-03-30T03:07:26.863Z | Compiling doc-comment v0.3.3 |
2195 | 2024-03-30T03:07:26.938Z | Compiling semver v0.11.0 |
2196 | 2024-03-30T03:07:26.992Z | Checking trust-dns-server v0.22.1 |
2197 | 2024-03-30T03:07:27.553Z | Compiling rayon v1.9.0 |
2198 | 2024-03-30T03:07:27.779Z | Checking sled v0.34.7 |
2199 | 2024-03-30T03:07:29.001Z | Compiling memmap2 v0.7.1 |
2200 | 2024-03-30T03:07:29.866Z | Compiling home v0.5.5 |
2201 | 2024-03-30T03:07:29.871Z | Compiling arrayvec v0.7.4 |
2202 | 2024-03-30T03:07:30.029Z | Checking pin-project v1.1.3 |
2203 | 2024-03-30T03:07:30.044Z | Compiling arrayref v0.3.7 |
2204 | 2024-03-30T03:07:30.133Z | Compiling constant_time_eq v0.3.0 |
2205 | 2024-03-30T03:07:30.150Z | Compiling toolchain_find v0.2.0 |
2206 | 2024-03-30T03:07:30.744Z | Compiling vte_generate_state_changes v0.1.1 |
2207 | 2024-03-30T03:07:30.875Z | Compiling topological-sort v0.2.2 |
2208 | 2024-03-30T03:07:31.094Z | Checking glob v0.3.1 |
2209 | 2024-03-30T03:07:31.413Z | Checking vte v0.11.1 |
2210 | 2024-03-30T03:07:32.412Z | Compiling rustfmt-wrapper v0.2.0 |
2211 | 2024-03-30T03:07:32.429Z | Checking fd-lock v3.0.13 |
2212 | 2024-03-30T03:07:32.606Z | Checking strum v0.25.0 |
2213 | 2024-03-30T03:07:32.742Z | Checking nu-ansi-term v0.50.0 |
2214 | 2024-03-30T03:07:32.752Z | Checking strip-ansi-escapes v0.2.0 |
2215 | 2024-03-30T03:07:32.784Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2216 | 2024-03-30T03:07:32.897Z | Compiling omicron-zone-package v0.11.0 |
2217 | 2024-03-30T03:07:33.016Z | Compiling unicase v2.7.0 |
2218 | 2024-03-30T03:07:33.100Z | Compiling prettyplease v0.2.16 |
2219 | 2024-03-30T03:07:33.120Z | Checking reedline v0.30.0 |
2220 | 2024-03-30T03:07:33.313Z | Compiling platforms v3.0.2 |
2221 | 2024-03-30T03:07:33.577Z | Compiling snafu-derive v0.7.5 |
2222 | 2024-03-30T03:07:34.019Z | Checking globset v0.4.13 |
2223 | 2024-03-30T03:07:34.250Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2224 | 2024-03-30T03:07:34.299Z | Checking olpc-cjson v0.1.3 |
2225 | 2024-03-30T03:07:34.392Z | Checking serde_plain v1.0.2 |
2226 | 2024-03-30T03:07:34.503Z | Compiling memoffset v0.7.1 |
2227 | 2024-03-30T03:07:34.622Z | Checking typed-path v0.7.0 |
2228 | 2024-03-30T03:07:34.803Z | Compiling crunchy v0.2.2 |
2229 | 2024-03-30T03:07:35.327Z | Compiling curve25519-dalek v4.1.1 |
2230 | 2024-03-30T03:07:35.403Z | Checking fs-err v2.11.0 |
2231 | 2024-03-30T03:07:35.783Z | Compiling clang-sys v1.6.1 |
2232 | 2024-03-30T03:07:35.971Z | Compiling tiny-keccak v2.0.2 |
2233 | 2024-03-30T03:07:36.149Z | Checking parse-size v1.0.0 |
2234 | 2024-03-30T03:07:36.210Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2235 | 2024-03-30T03:07:36.283Z | Compiling mime_guess v2.0.4 |
2236 | 2024-03-30T03:07:36.632Z | Compiling darling_core v0.14.4 |
2237 | 2024-03-30T03:07:36.651Z | Checking universal-hash v0.5.1 |
2238 | 2024-03-30T03:07:36.768Z | Compiling thiserror-impl-no-std v2.0.2 |
2239 | 2024-03-30T03:07:36.820Z | Compiling curve25519-dalek-derive v0.1.0 |
2240 | 2024-03-30T03:07:37.326Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2241 | 2024-03-30T03:07:37.543Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2242 | 2024-03-30T03:07:37.584Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2243 | 2024-03-30T03:07:37.960Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2244 | 2024-03-30T03:07:38.404Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2245 | 2024-03-30T03:07:39.466Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2246 | 2024-03-30T03:07:39.575Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2247 | 2024-03-30T03:07:39.608Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2248 | 2024-03-30T03:07:40.136Z | Checking snafu v0.7.5 |
2249 | 2024-03-30T03:07:40.596Z | Checking tough v0.16.0 |
2250 | 2024-03-30T03:07:40.612Z | Checking nanorand v0.7.0 |
2251 | 2024-03-30T03:07:41.040Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2252 | 2024-03-30T03:07:41.344Z | Checking opaque-debug v0.3.0 |
2253 | 2024-03-30T03:07:41.430Z | Checking signature v1.6.4 |
2254 | 2024-03-30T03:07:41.536Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2255 | 2024-03-30T03:07:41.555Z | Compiling salty v0.2.0 |
2256 | 2024-03-30T03:07:41.568Z | Checking ed25519 v1.5.3 |
2257 | 2024-03-30T03:07:41.708Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2258 | 2024-03-30T03:07:41.744Z | Checking poly1305 v0.8.0 |
2259 | 2024-03-30T03:07:42.154Z | Checking flume v0.11.0 |
2260 | 2024-03-30T03:07:42.225Z | Checking thiserror-no-std v2.0.2 |
2261 | 2024-03-30T03:07:42.577Z | Compiling darling_macro v0.14.4 |
2262 | 2024-03-30T03:07:42.643Z | Compiling ascii-canvas v3.0.0 |
2263 | 2024-03-30T03:07:43.190Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2264 | 2024-03-30T03:07:44.023Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2265 | 2024-03-30T03:07:44.134Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2266 | 2024-03-30T03:07:44.225Z | Checking chacha20 v0.9.1 |
2267 | 2024-03-30T03:07:44.268Z | Checking aead v0.5.2 |
2268 | 2024-03-30T03:07:44.491Z | Checking serde-big-array v0.5.1 |
2269 | 2024-03-30T03:07:44.542Z | Checking kstat-rs v0.2.3 |
2270 | 2024-03-30T03:07:44.546Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2271 | 2024-03-30T03:07:44.546Z | Compiling ena v0.14.2 |
2272 | 2024-03-30T03:07:44.684Z | Compiling libloading v0.7.4 |
2273 | 2024-03-30T03:07:44.863Z | Compiling bindgen v0.69.2 |
2274 | 2024-03-30T03:07:44.958Z | Compiling diff v0.1.13 |
2275 | 2024-03-30T03:07:45.090Z | Compiling regex-syntax v0.6.29 |
2276 | 2024-03-30T03:07:45.451Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2277 | 2024-03-30T03:07:45.632Z | Checking chacha20poly1305 v0.10.1 |
2278 | 2024-03-30T03:07:45.777Z | Checking vsss-rs v3.3.4 |
2279 | 2024-03-30T03:07:46.295Z | Compiling darling v0.14.4 |
2280 | 2024-03-30T03:07:46.479Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b) |
2281 | 2024-03-30T03:07:47.505Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2282 | 2024-03-30T03:07:47.741Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2283 | 2024-03-30T03:07:48.112Z | Checking signal-hook-tokio v0.3.1 |
2284 | 2024-03-30T03:07:48.291Z | Compiling cexpr v0.6.0 |
2285 | 2024-03-30T03:07:48.825Z | Compiling lalrpop v0.19.12 |
2286 | 2024-03-30T03:07:48.949Z | Checking serde-big-array v0.4.1 |
2287 | 2024-03-30T03:07:49.102Z | Compiling which v4.4.0 |
2288 | 2024-03-30T03:07:49.746Z | Compiling peeking_take_while v0.1.2 |
2289 | 2024-03-30T03:07:49.887Z | Checking maplit v1.0.2 |
2290 | 2024-03-30T03:07:49.985Z | Compiling lazycell v1.3.0 |
2291 | 2024-03-30T03:07:50.001Z | Compiling rustc-hash v1.1.0 |
2292 | 2024-03-30T03:07:50.023Z | Compiling shlex v1.3.0 |
2293 | 2024-03-30T03:07:50.146Z | Compiling ref-cast v1.0.20 |
2294 | 2024-03-30T03:07:50.165Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2295 | 2024-03-30T03:07:50.736Z | Compiling derive_builder_core v0.12.0 |
2296 | 2024-03-30T03:07:51.165Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
2297 | 2024-03-30T03:07:53.123Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2298 | 2024-03-30T03:07:53.407Z | Checking fd-lock v4.0.2 |
2299 | 2024-03-30T03:07:53.583Z | Compiling peg-macros v0.8.2 |
2300 | 2024-03-30T03:07:53.736Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2301 | 2024-03-30T03:07:54.149Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2302 | 2024-03-30T03:07:55.063Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2303 | 2024-03-30T03:07:55.140Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2304 | 2024-03-30T03:07:56.770Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2305 | 2024-03-30T03:07:57.374Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2306 | 2024-03-30T03:07:58.372Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2307 | 2024-03-30T03:07:59.035Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2308 | 2024-03-30T03:07:59.213Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2309 | 2024-03-30T03:07:59.570Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2310 | 2024-03-30T03:07:59.584Z | Checking nix v0.27.1 |
2311 | 2024-03-30T03:08:01.139Z | Compiling sqlparser_derive v0.2.2 |
2312 | 2024-03-30T03:08:01.701Z | Compiling ref-cast-impl v1.0.20 |
2313 | 2024-03-30T03:08:02.209Z | Compiling libxml v0.3.3 |
2314 | 2024-03-30T03:08:02.307Z | Checking unicode_categories v0.1.1 |
2315 | 2024-03-30T03:08:02.578Z | Checking corncobs v0.1.3 |
2316 | 2024-03-30T03:08:02.701Z | Checking rustyline v13.0.0 |
2317 | 2024-03-30T03:08:02.758Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2318 | 2024-03-30T03:08:02.934Z | Checking sqlformat v0.2.3 |
2319 | 2024-03-30T03:08:03.130Z | Checking sqlparser v0.43.1 |
2320 | 2024-03-30T03:08:04.345Z | Checking peg v0.8.2 |
2321 | 2024-03-30T03:08:04.391Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2322 | 2024-03-30T03:08:04.468Z | Compiling derive_builder_macro v0.12.0 |
2323 | 2024-03-30T03:08:04.770Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2324 | 2024-03-30T03:08:05.381Z | Checking bcs v0.1.6 |
2325 | 2024-03-30T03:08:05.854Z | Compiling strum_macros v0.24.3 |
2326 | 2024-03-30T03:08:09.404Z | Compiling cookie v0.18.0 |
2327 | 2024-03-30T03:08:09.698Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2328 | 2024-03-30T03:08:09.782Z | Checking highway v1.1.0 |
2329 | 2024-03-30T03:08:10.011Z | Compiling indoc v1.0.9 |
2330 | 2024-03-30T03:08:10.181Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2331 | 2024-03-30T03:08:10.196Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2332 | 2024-03-30T03:08:11.070Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2333 | 2024-03-30T03:08:11.128Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2334 | 2024-03-30T03:08:11.789Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2335 | 2024-03-30T03:08:11.836Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2336 | 2024-03-30T03:08:12.567Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2337 | 2024-03-30T03:08:12.668Z | Checking derive_builder v0.12.0 |
2338 | 2024-03-30T03:08:13.324Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2339 | 2024-03-30T03:08:14.604Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2340 | 2024-03-30T03:08:14.888Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
2341 | 2024-03-30T03:08:15.165Z | Checking bb8 v0.8.3 |
2342 | 2024-03-30T03:08:15.217Z | Checking quick-xml v0.30.0 |
2343 | 2024-03-30T03:08:15.257Z | Compiling impl-trait-for-tuples v0.2.2 |
2344 | 2024-03-30T03:08:15.518Z | Compiling oso-derive v0.27.0 |
2345 | 2024-03-30T03:08:15.586Z | Compiling const_format_proc_macros v0.2.32 |
2346 | 2024-03-30T03:08:16.693Z | Checking http-range v0.1.5 |
2347 | 2024-03-30T03:08:16.859Z | Checking hyper-staticfile v0.9.5 |
2348 | 2024-03-30T03:08:17.141Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2349 | 2024-03-30T03:08:17.268Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
2350 | 2024-03-30T03:08:17.999Z | Checking const_format v0.2.32 |
2351 | 2024-03-30T03:08:18.474Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2352 | 2024-03-30T03:08:18.594Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2353 | 2024-03-30T03:08:19.840Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2354 | 2024-03-30T03:08:19.843Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2355 | 2024-03-30T03:08:21.292Z | Checking assert_matches v1.5.0 |
2356 | 2024-03-30T03:08:21.379Z | Checking rand_seeder v0.2.3 |
2357 | 2024-03-30T03:08:21.615Z | Compiling portable-atomic v1.4.3 |
2358 | 2024-03-30T03:08:21.720Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2359 | 2024-03-30T03:08:21.923Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2360 | 2024-03-30T03:08:22.739Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2361 | 2024-03-30T03:08:23.259Z | Checking number_prefix v0.4.0 |
2362 | 2024-03-30T03:08:23.452Z | Checking castaway v0.2.2 |
2363 | 2024-03-30T03:08:23.617Z | Checking compact_str v0.7.1 |
2364 | 2024-03-30T03:08:23.620Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2365 | 2024-03-30T03:08:23.749Z | Checking indicatif v0.17.8 |
2366 | 2024-03-30T03:08:23.937Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2367 | 2024-03-30T03:08:24.241Z | Checking lru v0.12.1 |
2368 | 2024-03-30T03:08:24.382Z | Compiling stability v0.1.1 |
2369 | 2024-03-30T03:08:24.503Z | Compiling indoc v2.0.3 |
2370 | 2024-03-30T03:08:24.534Z | Checking cassowary v0.3.0 |
2371 | 2024-03-30T03:08:24.984Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2372 | 2024-03-30T03:08:25.459Z | Checking unicode-linebreak v0.1.5 |
2373 | 2024-03-30T03:08:25.671Z | Checking ratatui v0.26.1 |
2374 | 2024-03-30T03:08:25.909Z | Checking smawk v0.3.1 |
2375 | 2024-03-30T03:08:26.096Z | Checking textwrap v0.16.1 |
2376 | 2024-03-30T03:08:26.510Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2377 | 2024-03-30T03:08:26.524Z | Checking is_ci v1.2.0 |
2378 | 2024-03-30T03:08:26.640Z | Checking supports-color v3.0.0 |
2379 | 2024-03-30T03:08:26.829Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2380 | 2024-03-30T03:08:26.851Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b) |
2381 | 2024-03-30T03:08:27.343Z | Checking fatfs v0.3.6 |
2382 | 2024-03-30T03:08:28.316Z | Checking rtoolbox v0.0.1 |
2383 | 2024-03-30T03:08:28.356Z | Checking shell-words v1.1.0 |
2384 | 2024-03-30T03:08:28.510Z | Checking rpassword v7.3.1 |
2385 | 2024-03-30T03:08:28.526Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2386 | 2024-03-30T03:08:28.590Z | Checking tui-tree-widget v0.17.0 |
2387 | 2024-03-30T03:08:28.862Z | Checking yansi v0.5.1 |
2388 | 2024-03-30T03:08:28.878Z | Compiling target-lexicon v0.12.13 |
2389 | 2024-03-30T03:08:29.133Z | Checking pretty_assertions v1.4.0 |
2390 | 2024-03-30T03:08:29.329Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2391 | 2024-03-30T03:08:29.937Z | Checking plotters-backend v0.3.5 |
2392 | 2024-03-30T03:08:29.951Z | Compiling guppy-workspace-hack v0.1.0 |
2393 | 2024-03-30T03:08:30.256Z | Checking http-body v1.0.0 |
2394 | 2024-03-30T03:08:30.302Z | Checking plotters-svg v0.3.5 |
2395 | 2024-03-30T03:08:30.460Z | Checking rand v0.4.6 |
2396 | 2024-03-30T03:08:30.463Z | Compiling assert_cmd v2.0.14 |
2397 | 2024-03-30T03:08:30.512Z | Checking tower-layer v0.3.2 |
2398 | 2024-03-30T03:08:30.786Z | Compiling target-spec v3.1.0 |
2399 | 2024-03-30T03:08:30.888Z | Checking cast v0.3.0 |
2400 | 2024-03-30T03:08:31.027Z | Checking remove_dir_all v0.5.3 |
2401 | 2024-03-30T03:08:31.158Z | Checking tower v0.4.13 |
2402 | 2024-03-30T03:08:31.216Z | Checking criterion-plot v0.5.0 |
2403 | 2024-03-30T03:08:31.369Z | Checking plotters v0.3.5 |
2404 | 2024-03-30T03:08:31.451Z | Checking tempdir v0.3.7 |
2405 | 2024-03-30T03:08:31.624Z | Checking hyper v1.1.0 |
2406 | 2024-03-30T03:08:31.706Z | Checking cfg-expr v0.15.6 |
2407 | 2024-03-30T03:08:31.993Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2408 | 2024-03-30T03:08:32.379Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2409 | 2024-03-30T03:08:32.828Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2410 | 2024-03-30T03:08:32.852Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2411 | 2024-03-30T03:08:33.126Z | Checking tinytemplate v1.2.1 |
2412 | 2024-03-30T03:08:33.239Z | Checking cargo-platform v0.1.3 |
2413 | 2024-03-30T03:08:33.511Z | Checking oorandom v11.1.3 |
2414 | 2024-03-30T03:08:33.523Z | Checking anes v0.1.6 |
2415 | 2024-03-30T03:08:33.656Z | Checking cargo_metadata v0.18.1 |
2416 | 2024-03-30T03:08:33.876Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2417 | 2024-03-30T03:08:33.902Z | Checking criterion v0.5.1 |
2418 | 2024-03-30T03:08:35.058Z | Checking hyper-util v0.1.2 |
2419 | 2024-03-30T03:08:36.083Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2420 | 2024-03-30T03:08:36.571Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2421 | 2024-03-30T03:08:36.631Z | Checking rustls-native-certs v0.7.0 |
2422 | 2024-03-30T03:08:36.785Z | Checking httptest v0.15.5 |
2423 | 2024-03-30T03:08:37.512Z | Checking pathdiff v0.2.1 |
2424 | 2024-03-30T03:08:37.676Z | Checking nested v0.1.1 |
2425 | 2024-03-30T03:08:37.710Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2426 | 2024-03-30T03:08:37.893Z | Checking guppy v0.17.5 |
2427 | 2024-03-30T03:08:40.109Z | Checking hyper-rustls v0.26.0 |
2428 | 2024-03-30T03:08:40.420Z | Checking threadpool v1.8.1 |
2429 | 2024-03-30T03:08:40.920Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2430 | 2024-03-30T03:08:41.383Z | Checking libtest-mimic v0.6.1 |
2431 | 2024-03-30T03:08:41.795Z | Checking similar-asserts v1.5.0 |
2432 | 2024-03-30T03:08:42.023Z | Compiling rstest_macros v0.18.2 |
2433 | 2024-03-30T03:08:43.876Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2434 | 2024-03-30T03:08:43.902Z | Checking datatest-stable v0.2.3 |
2435 | 2024-03-30T03:08:44.125Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2436 | 2024-03-30T03:08:44.414Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2437 | 2024-03-30T03:08:44.586Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2438 | 2024-03-30T03:08:44.894Z | Checking csv-core v0.1.11 |
2439 | 2024-03-30T03:08:45.010Z | Compiling relative-path v1.9.0 |
2440 | 2024-03-30T03:08:45.229Z | Compiling trybuild v1.0.89 |
2441 | 2024-03-30T03:08:45.233Z | Checking constant_time_eq v0.2.6 |
2442 | 2024-03-30T03:08:45.374Z | Checking blake2b_simd v1.0.1 |
2443 | 2024-03-30T03:08:45.695Z | Checking csv v1.3.0 |
2444 | 2024-03-30T03:08:46.298Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2445 | 2024-03-30T03:08:46.599Z | Checking multimap v0.10.0 |
2446 | 2024-03-30T03:08:46.894Z | Checking basic-toml v0.1.8 |
2447 | 2024-03-30T03:08:47.741Z | Checking futures-timer v3.0.2 |
2448 | 2024-03-30T03:08:49.394Z | Checking rust-argon2 v1.0.1 |
2449 | 2024-03-30T03:08:49.832Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2450 | 2024-03-30T03:08:50.117Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2451 | 2024-03-30T03:08:50.715Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2452 | 2024-03-30T03:08:51.062Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2453 | 2024-03-30T03:08:54.310Z | Checking partial-io v0.5.4 |
2454 | 2024-03-30T03:08:54.659Z | Checking approx v0.5.1 |
2455 | 2024-03-30T03:08:54.804Z | Checking termios v0.3.3 |
2456 | 2024-03-30T03:08:54.894Z | Checking hex-literal v0.4.1 |
2457 | 2024-03-30T03:08:55.016Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2458 | 2024-03-30T03:08:55.569Z | Checking rstest v0.18.2 |
2459 | 2024-03-30T03:09:23.780Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2460 | 2024-03-30T03:09:45.227Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2461 | 2024-03-30T03:09:49.275Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2462 | 2024-03-30T03:09:49.755Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2463 | 2024-03-30T03:10:00.112Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2464 | 2024-03-30T03:10:07.234Z | Compiling polar-core v0.27.0 |
2465 | 2024-03-30T03:10:14.780Z | Checking oso v0.27.0 |
2466 | 2024-03-30T03:10:40.978Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2467 | 2024-03-30T03:10:40.978Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2468 | 2024-03-30T03:10:40.981Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2469 | 2024-03-30T03:11:37.591Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 42s |
2470 | 2024-03-30T03:11:37.782Z | |
2471 | 2024-03-30T03:11:37.782Z | real 8:05.221126616 |
2472 | 2024-03-30T03:11:37.782Z | user 38:42.150268957 |
2473 | 2024-03-30T03:11:37.782Z | sys 6:48.200012593 |
2474 | 2024-03-30T03:11:37.782Z | trap 1.034670962 |
2475 | 2024-03-30T03:11:37.782Z | tflt 5.068034132 |
2476 | 2024-03-30T03:11:37.782Z | dflt 4.164829811 |
2477 | 2024-03-30T03:11:37.782Z | kflt 0.115102917 |
2478 | 2024-03-30T03:11:37.786Z | lock 59:07.451225158 |
2479 | 2024-03-30T03:11:37.786Z | slp 1:58:04.123368994 |
2480 | 2024-03-30T03:11:37.786Z | lat 1:48.691737718 |
2481 | 2024-03-30T03:11:37.786Z | stop 4:30.007316701 |
2482 | 2024-03-30T03:11:38.701Z | warning: output filename collision. |
2483 | 2024-03-30T03:11:38.701Z | The lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`. |
2484 | 2024-03-30T03:11:38.702Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2485 | 2024-03-30T03:11:38.702Z | The targets should have unique names. |
2486 | 2024-03-30T03:11:38.702Z | This is a known bug where multiple crates with the same name use |
2487 | 2024-03-30T03:11:38.702Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2488 | 2024-03-30T03:11:38.702Z | warning: output filename collision. |
2489 | 2024-03-30T03:11:38.702Z | The lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)` 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=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`. |
2490 | 2024-03-30T03:11:38.702Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2491 | 2024-03-30T03:11:38.702Z | The targets should have unique names. |
2492 | 2024-03-30T03:11:38.702Z | This is a known bug where multiple crates with the same name use |
2493 | 2024-03-30T03:11:38.702Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2494 | 2024-03-30T03:11:38.707Z | warning: output filename collision. |
2495 | 2024-03-30T03:11:38.707Z | 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?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`. |
2496 | 2024-03-30T03:11:38.707Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2497 | 2024-03-30T03:11:38.707Z | The targets should have unique names. |
2498 | 2024-03-30T03:11:38.707Z | This is a known bug where multiple crates with the same name use |
2499 | 2024-03-30T03:11:38.707Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2500 | 2024-03-30T03:11:38.707Z | warning: output filename collision. |
2501 | 2024-03-30T03:11:38.707Z | The lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)`. |
2502 | 2024-03-30T03:11:38.707Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2503 | 2024-03-30T03:11:38.707Z | The targets should have unique names. |
2504 | 2024-03-30T03:11:38.707Z | This is a known bug where multiple crates with the same name use |
2505 | 2024-03-30T03:11:38.707Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2506 | 2024-03-30T03:11:38.707Z | warning: output filename collision. |
2507 | 2024-03-30T03:11:38.708Z | The lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2508 | 2024-03-30T03:11:38.708Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2509 | 2024-03-30T03:11:38.708Z | The targets should have unique names. |
2510 | 2024-03-30T03:11:38.708Z | This is a known bug where multiple crates with the same name use |
2511 | 2024-03-30T03:11:38.708Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2512 | 2024-03-30T03:11:38.708Z | warning: output filename collision. |
2513 | 2024-03-30T03:11:38.708Z | 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)`. |
2514 | 2024-03-30T03:11:38.708Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2515 | 2024-03-30T03:11:38.708Z | The targets should have unique names. |
2516 | 2024-03-30T03:11:38.708Z | This is a known bug where multiple crates with the same name use |
2517 | 2024-03-30T03:11:38.708Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2518 | 2024-03-30T03:11:38.708Z | warning: output filename collision. |
2519 | 2024-03-30T03:11:38.708Z | The lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`. |
2520 | 2024-03-30T03:11:38.708Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2521 | 2024-03-30T03:11:38.708Z | The targets should have unique names. |
2522 | 2024-03-30T03:11:38.708Z | This is a known bug where multiple crates with the same name use |
2523 | 2024-03-30T03:11:38.708Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2524 | 2024-03-30T03:11:38.708Z | warning: output filename collision. |
2525 | 2024-03-30T03:11:38.708Z | The lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#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)`. |
2526 | 2024-03-30T03:11:38.708Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2527 | 2024-03-30T03:11:38.708Z | The targets should have unique names. |
2528 | 2024-03-30T03:11:38.709Z | This is a known bug where multiple crates with the same name use |
2529 | 2024-03-30T03:11:38.709Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2530 | 2024-03-30T03:11:38.709Z | warning: output filename collision. |
2531 | 2024-03-30T03:11:38.709Z | 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`. |
2532 | 2024-03-30T03:11:38.709Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2533 | 2024-03-30T03:11:38.709Z | The targets should have unique names. |
2534 | 2024-03-30T03:11:38.709Z | This is a known bug where multiple crates with the same name use |
2535 | 2024-03-30T03:11:38.709Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2536 | 2024-03-30T03:11:39.199Z | Documenting libc v0.2.153 |
2537 | 2024-03-30T03:11:39.244Z | Documenting cfg-if v1.0.0 |
2538 | 2024-03-30T03:11:39.260Z | Documenting serde_derive v1.0.197 |
2539 | 2024-03-30T03:11:39.289Z | Documenting log v0.4.21 |
2540 | 2024-03-30T03:11:39.298Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2541 | 2024-03-30T03:11:39.318Z | Documenting memchr v2.7.1 |
2542 | 2024-03-30T03:11:39.333Z | Documenting byteorder v1.5.0 |
2543 | 2024-03-30T03:11:39.348Z | Documenting smallvec v1.13.1 |
2544 | 2024-03-30T03:11:39.981Z | Documenting scopeguard v1.2.0 |
2545 | 2024-03-30T03:11:42.551Z | Documenting itoa v1.0.9 |
2546 | 2024-03-30T03:11:42.551Z | Documenting lock_api v0.4.10 |
2547 | 2024-03-30T03:11:43.120Z | Documenting libm v0.2.7 |
2548 | 2024-03-30T03:11:43.829Z | Documenting pin-project-lite v0.2.13 |
2549 | 2024-03-30T03:11:43.869Z | Documenting once_cell v1.19.0 |
2550 | 2024-03-30T03:11:44.013Z | Documenting getrandom v0.2.12 |
2551 | 2024-03-30T03:11:44.665Z | Documenting parking_lot_core v0.9.8 |
2552 | 2024-03-30T03:11:45.277Z | Documenting signal-hook-registry v1.4.1 |
2553 | 2024-03-30T03:11:45.919Z | Documenting mio v0.8.11 |
2554 | 2024-03-30T03:11:46.519Z | Documenting num-traits v0.2.18 |
2555 | 2024-03-30T03:11:46.713Z | Documenting zeroize_derive v1.4.2 |
2556 | 2024-03-30T03:11:47.233Z | Documenting serde v1.0.197 |
2557 | 2024-03-30T03:11:48.588Z | Documenting thiserror-impl v1.0.57 |
2558 | 2024-03-30T03:11:48.886Z | Documenting rand_core v0.6.4 |
2559 | 2024-03-30T03:11:49.633Z | Documenting parking_lot v0.12.1 |
2560 | 2024-03-30T03:11:50.323Z | Documenting futures-core v0.3.30 |
2561 | 2024-03-30T03:11:51.799Z | Documenting ryu v1.0.15 |
2562 | 2024-03-30T03:11:51.799Z | Documenting num_cpus v1.16.0 |
2563 | 2024-03-30T03:11:51.902Z | Documenting zeroize v1.7.0 |
2564 | 2024-03-30T03:11:53.758Z | Documenting socket2 v0.5.5 |
2565 | 2024-03-30T03:11:53.772Z | Documenting tokio-macros v2.2.0 |
2566 | 2024-03-30T03:11:54.262Z | Documenting zerocopy v0.7.32 |
2567 | 2024-03-30T03:11:54.643Z | Documenting thiserror v1.0.57 |
2568 | 2024-03-30T03:11:55.012Z | Documenting futures-sink v0.3.30 |
2569 | 2024-03-30T03:11:55.957Z | Documenting typenum v1.16.0 |
2570 | 2024-03-30T03:11:56.041Z | Documenting subtle v2.5.0 |
2571 | 2024-03-30T03:11:58.612Z | Documenting iana-time-zone v0.1.57 |
2572 | 2024-03-30T03:12:00.209Z | Documenting pin-utils v0.1.0 |
2573 | 2024-03-30T03:12:00.215Z | Documenting futures-channel v0.3.30 |
2574 | 2024-03-30T03:12:00.252Z | Documenting slab v0.4.9 |
2575 | 2024-03-30T03:12:00.287Z | Documenting futures-macro v0.3.30 |
2576 | 2024-03-30T03:12:07.378Z | Documenting bytes v1.5.0 |
2577 | 2024-03-30T03:12:09.898Z | Documenting bitflags v2.4.2 |
2578 | 2024-03-30T03:12:09.969Z | Documenting serde_json v1.0.114 |
2579 | 2024-03-30T03:12:10.012Z | Documenting chrono v0.4.34 |
2580 | 2024-03-30T03:12:10.050Z | Documenting futures-io v0.3.30 |
2581 | 2024-03-30T03:12:10.574Z | Documenting futures-task v0.3.30 |
2582 | 2024-03-30T03:12:10.590Z | Documenting uuid v1.7.0 |
2583 | 2024-03-30T03:12:11.346Z | Documenting tokio v1.36.0 |
2584 | 2024-03-30T03:12:11.793Z | Documenting generic-array v0.14.7 |
2585 | 2024-03-30T03:12:14.528Z | Documenting ahash v0.8.8 |
2586 | 2024-03-30T03:12:14.889Z | Documenting allocator-api2 v0.2.16 |
2587 | 2024-03-30T03:12:14.957Z | Documenting futures-util v0.3.30 |
2588 | 2024-03-30T03:12:15.760Z | Documenting const-oid v0.9.6 |
2589 | 2024-03-30T03:12:15.928Z | Documenting tinyvec_macros v0.1.1 |
2590 | 2024-03-30T03:12:17.340Z | Documenting crypto-common v0.1.6 |
2591 | 2024-03-30T03:12:17.340Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2592 | 2024-03-30T03:12:17.341Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2593 | 2024-03-30T03:12:18.295Z | Documenting tracing-core v0.1.32 |
2594 | 2024-03-30T03:12:18.776Z | Documenting tinyvec v1.6.0 |
2595 | 2024-03-30T03:12:18.869Z | Documenting serde_derive_internals v0.26.0 |
2596 | 2024-03-30T03:12:19.813Z | Documenting hashbrown v0.14.3 |
2597 | 2024-03-30T03:12:22.179Z | Checking serde_derive_internals v0.26.0 |
2598 | 2024-03-30T03:12:22.255Z | Documenting tracing-attributes v0.1.27 |
2599 | 2024-03-30T03:12:22.758Z | Documenting dyn-clone v1.0.17 |
2600 | 2024-03-30T03:12:23.231Z | Documenting unicode-normalization v0.1.22 |
2601 | 2024-03-30T03:12:23.820Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2602 | 2024-03-30T03:12:23.910Z | Documenting lazy_static v1.4.0 |
2603 | 2024-03-30T03:12:25.894Z | Documenting schemars_derive v0.8.16 |
2604 | 2024-03-30T03:12:27.058Z | Documenting ppv-lite86 v0.2.17 |
2605 | 2024-03-30T03:12:27.058Z | Documenting unicode-bidi v0.3.15 |
2606 | 2024-03-30T03:12:27.058Z | Documenting percent-encoding v2.3.1 |
2607 | 2024-03-30T03:12:29.937Z | Documenting block-buffer v0.10.4 |
2608 | 2024-03-30T03:12:30.036Z | Documenting rand_chacha v0.3.1 |
2609 | 2024-03-30T03:12:30.055Z | Documenting fnv v1.0.7 |
2610 | 2024-03-30T03:12:30.819Z | Documenting equivalent v1.0.1 |
2611 | 2024-03-30T03:12:30.880Z | Documenting powerfmt v0.2.0 |
2612 | 2024-03-30T03:12:31.629Z | Documenting form_urlencoded v1.2.1 |
2613 | 2024-03-30T03:12:32.074Z | Documenting schemars v0.8.16 |
2614 | 2024-03-30T03:12:33.775Z | Documenting indexmap v2.2.5 |
2615 | 2024-03-30T03:12:33.935Z | Documenting deranged v0.3.11 |
2616 | 2024-03-30T03:12:35.392Z | Documenting time-macros v0.2.17 |
2617 | 2024-03-30T03:12:35.427Z | Documenting rand v0.8.5 |
2618 | 2024-03-30T03:12:35.883Z | Documenting digest v0.10.7 |
2619 | 2024-03-30T03:12:36.638Z | Documenting num_threads v0.1.6 |
2620 | 2024-03-30T03:12:37.486Z | Documenting tracing v0.1.40 |
2621 | 2024-03-30T03:12:37.851Z | Documenting time-core v0.1.2 |
2622 | 2024-03-30T03:12:39.830Z | Documenting unicode-width v0.1.11 |
2623 | 2024-03-30T03:12:40.267Z | Documenting num-conv v0.1.0 |
2624 | 2024-03-30T03:12:40.458Z | Documenting idna v0.5.0 |
2625 | 2024-03-30T03:12:40.857Z | Documenting unicode-ident v1.0.12 |
2626 | 2024-03-30T03:12:41.185Z | Documenting adler v1.0.2 |
2627 | 2024-03-30T03:12:42.598Z | Documenting slog v2.7.0 |
2628 | 2024-03-30T03:12:50.213Z | Documenting httparse v1.8.0 |
2629 | 2024-03-30T03:12:50.274Z | Documenting time v0.3.34 |
2630 | 2024-03-30T03:12:50.290Z | Documenting proc-macro2 v1.0.78 |
2631 | 2024-03-30T03:12:50.766Z | Documenting miniz_oxide v0.7.1 |
2632 | 2024-03-30T03:12:52.024Z | Documenting url v2.5.0 |
2633 | 2024-03-30T03:12:52.054Z | Documenting cpufeatures v0.2.12 |
2634 | 2024-03-30T03:12:52.814Z | Documenting async-trait v0.1.77 |
2635 | 2024-03-30T03:12:54.136Z | Documenting errno v0.3.8 |
2636 | 2024-03-30T03:12:54.285Z | Documenting httpdate v1.0.3 |
2637 | 2024-03-30T03:12:54.890Z | Documenting try-lock v0.2.4 |
2638 | 2024-03-30T03:12:55.286Z | Documenting quote v1.0.35 |
2639 | 2024-03-30T03:12:55.508Z | Documenting http-body v0.4.5 |
2640 | 2024-03-30T03:12:56.409Z | Documenting aho-corasick v1.1.2 |
2641 | 2024-03-30T03:12:58.001Z | Documenting want v0.3.1 |
2642 | 2024-03-30T03:12:58.680Z | Documenting openssl-sys v0.9.96 |
2643 | 2024-03-30T03:12:59.175Z | Documenting rustix v0.38.31 |
2644 | 2024-03-30T03:12:59.927Z | Documenting openssl-macros v0.1.1 |
2645 | 2024-03-30T03:13:01.020Z | Documenting tokio-util v0.7.10 |
2646 | 2024-03-30T03:13:01.020Z | Documenting syn v2.0.52 |
2647 | 2024-03-30T03:13:01.059Z | Documenting regex-syntax v0.8.2 |
2648 | 2024-03-30T03:13:02.485Z | Documenting tower-service v0.3.2 |
2649 | 2024-03-30T03:13:02.836Z | Documenting mime v0.3.17 |
2650 | 2024-03-30T03:13:05.199Z | Documenting gimli v0.28.0 |
2651 | 2024-03-30T03:13:05.537Z | Documenting openssl v0.10.60 |
2652 | 2024-03-30T03:13:06.310Z | Documenting object v0.32.1 |
2653 | 2024-03-30T03:13:06.386Z | Documenting h2 v0.3.24 |
2654 | 2024-03-30T03:13:07.498Z | Documenting openssl-probe v0.1.5 |
2655 | 2024-03-30T03:13:07.744Z | Documenting rustc-demangle v0.1.23 |
2656 | 2024-03-30T03:13:09.160Z | Documenting regex-automata v0.4.5 |
2657 | 2024-03-30T03:13:11.297Z | Documenting ipnet v2.9.0 |
2658 | 2024-03-30T03:13:11.870Z | Documenting addr2line v0.21.0 |
2659 | 2024-03-30T03:13:12.453Z | Documenting base64ct v1.6.0 |
2660 | 2024-03-30T03:13:14.223Z | Documenting native-tls v0.2.11 |
2661 | 2024-03-30T03:13:16.311Z | Documenting futures-executor v0.3.30 |
2662 | 2024-03-30T03:13:17.228Z | Documenting encoding_rs v0.8.33 |
2663 | 2024-03-30T03:13:17.228Z | Documenting hyper v0.14.28 |
2664 | 2024-03-30T03:13:17.723Z | Documenting psl-types v2.0.11 |
2665 | 2024-03-30T03:13:18.683Z | Documenting regex v1.10.3 |
2666 | 2024-03-30T03:13:19.284Z | Documenting backtrace v0.3.69 |
2667 | 2024-03-30T03:13:19.965Z | Documenting tokio-native-tls v0.3.1 |
2668 | 2024-03-30T03:13:20.858Z | Documenting publicsuffix v2.2.3 |
2669 | 2024-03-30T03:13:21.016Z | Documenting serde_urlencoded v0.7.1 |
2670 | 2024-03-30T03:13:22.193Z | Documenting crossbeam-utils v0.8.19 |
2671 | 2024-03-30T03:13:24.477Z | Documenting utf8parse v0.2.1 |
2672 | 2024-03-30T03:13:25.598Z | Documenting futures v0.3.30 |
2673 | 2024-03-30T03:13:25.674Z | Documenting pem-rfc7468 v0.7.0 |
2674 | 2024-03-30T03:13:25.795Z | Documenting anyhow v1.0.79 |
2675 | 2024-03-30T03:13:25.875Z | Documenting cookie_store v0.20.0 |
2676 | 2024-03-30T03:13:26.777Z | Checking pest_meta v2.7.6 |
2677 | 2024-03-30T03:13:27.063Z | Documenting der_derive v0.7.2 |
2678 | 2024-03-30T03:13:27.483Z | Documenting webpki-roots v0.25.2 |
2679 | 2024-03-30T03:13:27.710Z | Documenting sync_wrapper v0.1.2 |
2680 | 2024-03-30T03:13:30.698Z | Documenting flagset v0.4.3 |
2681 | 2024-03-30T03:13:30.759Z | Documenting num-integer v0.1.46 |
2682 | 2024-03-30T03:13:30.841Z | Documenting hyper-rustls v0.24.2 |
2683 | 2024-03-30T03:13:31.107Z | Documenting hyper-tls v0.5.0 |
2684 | 2024-03-30T03:13:31.651Z | Documenting pest_meta v2.7.6 |
2685 | 2024-03-30T03:13:32.336Z | Documenting scroll_derive v0.12.0 |
2686 | 2024-03-30T03:13:32.805Z | Checking pest_generator v2.7.6 |
2687 | 2024-03-30T03:13:33.497Z | Documenting openapiv3 v2.0.0 |
2688 | 2024-03-30T03:13:33.568Z | Documenting plain v0.2.3 |
2689 | 2024-03-30T03:13:33.619Z | Documenting der v0.7.8 |
2690 | 2024-03-30T03:13:35.510Z | Documenting ucd-trie v0.1.6 |
2691 | 2024-03-30T03:13:36.555Z | Documenting spin v0.9.8 |
2692 | 2024-03-30T03:13:36.737Z | Documenting pest_generator v2.7.6 |
2693 | 2024-03-30T03:13:37.819Z | Documenting anstyle v1.0.6 |
2694 | 2024-03-30T03:13:38.266Z | Documenting scroll v0.12.0 |
2695 | 2024-03-30T03:13:38.316Z | Documenting reqwest v0.11.24 |
2696 | 2024-03-30T03:13:39.645Z | Documenting pretty-hex v0.4.1 |
2697 | 2024-03-30T03:13:39.692Z | Documenting spki v0.7.2 |
2698 | 2024-03-30T03:13:40.101Z | Documenting pest v2.7.6 |
2699 | 2024-03-30T03:13:40.942Z | Documenting either v1.10.0 |
2700 | 2024-03-30T03:13:41.725Z | Documenting pest_derive v2.7.6 |
2701 | 2024-03-30T03:13:42.780Z | Documenting anstyle-parse v0.2.1 |
2702 | 2024-03-30T03:13:42.838Z | Documenting thread-id v4.2.0 |
2703 | 2024-03-30T03:13:43.164Z | Documenting goblin v0.8.0 |
2704 | 2024-03-30T03:13:44.073Z | Documenting pkcs8 v0.10.2 |
2705 | 2024-03-30T03:13:45.531Z | Documenting data-encoding v2.4.0 |
2706 | 2024-03-30T03:13:45.621Z | Documenting anstyle-query v1.0.0 |
2707 | 2024-03-30T03:13:46.283Z | Documenting dtrace-parser v0.2.0 |
2708 | 2024-03-30T03:13:46.567Z | Documenting colorchoice v1.0.0 |
2709 | 2024-03-30T03:13:47.872Z | Documenting crossbeam-epoch v0.9.18 |
2710 | 2024-03-30T03:13:48.681Z | Documenting terminal_size v0.3.0 |
2711 | 2024-03-30T03:13:49.586Z | Documenting sha2 v0.10.8 |
2712 | 2024-03-30T03:13:49.598Z | Documenting ipnetwork v0.20.0 |
2713 | 2024-03-30T03:13:50.267Z | Documenting hex v0.4.3 |
2714 | 2024-03-30T03:13:50.476Z | Documenting anstream v0.6.11 |
2715 | 2024-03-30T03:13:50.543Z | Documenting dof v0.3.0 |
2716 | 2024-03-30T03:13:50.643Z | Documenting crc32fast v1.3.2 |
2717 | 2024-03-30T03:13:52.751Z | Documenting untrusted v0.9.0 |
2718 | 2024-03-30T03:13:54.009Z | Documenting unicode-segmentation v1.10.1 |
2719 | 2024-03-30T03:13:54.609Z | Documenting strsim v0.11.0 |
2720 | 2024-03-30T03:13:54.900Z | Documenting clap_lex v0.7.0 |
2721 | 2024-03-30T03:13:55.272Z | Documenting ring v0.17.8 |
2722 | 2024-03-30T03:13:55.502Z | Documenting num-iter v0.1.44 |
2723 | 2024-03-30T03:13:55.511Z | Documenting hmac v0.12.1 |
2724 | 2024-03-30T03:13:55.654Z | Documenting signal-hook v0.3.17 |
2725 | 2024-03-30T03:13:56.172Z | Documenting usdt-impl v0.5.0 |
2726 | 2024-03-30T03:13:57.823Z | Documenting clap_derive v4.5.0 |
2727 | 2024-03-30T03:13:59.188Z | Documenting static_assertions v1.1.0 |
2728 | 2024-03-30T03:13:59.431Z | Documenting clap_builder v4.5.1 |
2729 | 2024-03-30T03:14:00.343Z | Documenting flate2 v1.0.28 |
2730 | 2024-03-30T03:14:00.772Z | Documenting managed v0.8.0 |
2731 | 2024-03-30T03:14:01.711Z | Documenting signal-hook-mio v0.2.3 |
2732 | 2024-03-30T03:14:02.239Z | Documenting block-padding v0.3.3 |
2733 | 2024-03-30T03:14:02.308Z | Documenting scheduled-thread-pool v0.2.7 |
2734 | 2024-03-30T03:14:03.446Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2735 | 2024-03-30T03:14:03.505Z | Documenting enum-as-inner v0.5.1 |
2736 | 2024-03-30T03:14:04.188Z | Checking diesel_table_macro_syntax v0.1.0 |
2737 | 2024-03-30T03:14:04.631Z | Documenting diesel_table_macro_syntax v0.1.0 |
2738 | 2024-03-30T03:14:05.752Z | Documenting md-5 v0.10.5 |
2739 | 2024-03-30T03:14:06.364Z | Documenting crossterm v0.27.0 |
2740 | 2024-03-30T03:14:06.482Z | Documenting r2d2 v0.8.10 |
2741 | 2024-03-30T03:14:07.148Z | Documenting inout v0.1.3 |
2742 | 2024-03-30T03:14:07.333Z | Documenting clap v4.5.1 |
2743 | 2024-03-30T03:14:08.142Z | Documenting bzip2 v0.4.4 |
2744 | 2024-03-30T03:14:08.225Z | Documenting trust-dns-proto v0.22.0 |
2745 | 2024-03-30T03:14:10.311Z | Documenting diesel_derives v2.1.2 |
2746 | 2024-03-30T03:14:10.612Z | Documenting stringprep v0.1.3 |
2747 | 2024-03-30T03:14:10.824Z | Documenting regress v0.9.0 |
2748 | 2024-03-30T03:14:12.126Z | Documenting serde_spanned v0.6.5 |
2749 | 2024-03-30T03:14:12.804Z | Documenting toml_datetime v0.6.5 |
2750 | 2024-03-30T03:14:13.219Z | Documenting ff v0.13.0 |
2751 | 2024-03-30T03:14:14.112Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2752 | 2024-03-30T03:14:15.530Z | Documenting siphasher v0.3.11 |
2753 | 2024-03-30T03:14:17.558Z | Documenting winnow v0.6.1 |
2754 | 2024-03-30T03:14:17.558Z | Documenting base16ct v0.2.0 |
2755 | 2024-03-30T03:14:17.559Z | Documenting fallible-iterator v0.2.0 |
2756 | 2024-03-30T03:14:18.030Z | Documenting bit-vec v0.6.3 |
2757 | 2024-03-30T03:14:18.302Z | Documenting group v0.13.0 |
2758 | 2024-03-30T03:14:18.703Z | Documenting zip v0.6.6 |
2759 | 2024-03-30T03:14:18.991Z | Documenting diesel v2.1.4 |
2760 | 2024-03-30T03:14:19.072Z | Documenting phf_shared v0.11.2 |
2761 | 2024-03-30T03:14:20.388Z | Documenting sec1 v0.7.3 |
2762 | 2024-03-30T03:14:22.745Z | Documenting cipher v0.4.4 |
2763 | 2024-03-30T03:14:22.937Z | Documenting postgres-protocol v0.6.6 |
2764 | 2024-03-30T03:14:23.179Z | Documenting hkdf v0.12.4 |
2765 | 2024-03-30T03:14:23.284Z | Documenting toml_edit v0.22.6 |
2766 | 2024-03-30T03:14:23.630Z | Documenting num-bigint v0.4.4 |
2767 | 2024-03-30T03:14:24.148Z | Documenting bstr v1.9.0 |
2768 | 2024-03-30T03:14:35.513Z | Documenting console v0.15.8 |
2769 | 2024-03-30T03:14:36.276Z | Documenting crypto-bigint v0.5.2 |
2770 | 2024-03-30T03:14:36.358Z | Documenting hubpack v0.1.2 |
2771 | 2024-03-30T03:14:44.318Z | Documenting serde_repr v0.1.16 |
2772 | 2024-03-30T03:14:44.476Z | Documenting minimal-lexical v0.2.1 |
2773 | 2024-03-30T03:14:44.761Z | Documenting lalrpop-util v0.19.12 |
2774 | 2024-03-30T03:14:44.822Z | Checking unsafe-libyaml v0.2.10 |
2775 | 2024-03-30T03:14:46.268Z | Documenting precomputed-hash v0.1.1 |
2776 | 2024-03-30T03:14:46.294Z | Documenting fixedbitset v0.4.2 |
2777 | 2024-03-30T03:14:46.294Z | Documenting new_debug_unreachable v1.0.4 |
2778 | 2024-03-30T03:14:47.327Z | Documenting heck v0.4.1 |
2779 | 2024-03-30T03:14:54.855Z | Documenting petgraph v0.6.4 |
2780 | 2024-03-30T03:14:55.440Z | Documenting yasna v0.5.2 |
2781 | 2024-03-30T03:14:55.456Z | Documenting postgres-types v0.2.6 |
2782 | 2024-03-30T03:14:55.457Z | Documenting nom v7.1.3 |
2783 | 2024-03-30T03:14:55.457Z | Documenting string_cache v0.8.7 |
2784 | 2024-03-30T03:14:55.457Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2785 | 2024-03-30T03:14:55.481Z | Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2786 | 2024-03-30T03:14:56.338Z | Documenting elliptic-curve v0.13.8 |
2787 | 2024-03-30T03:14:59.780Z | Documenting phf v0.11.2 |
2788 | 2024-03-30T03:15:01.219Z | Documenting similar v2.4.0 |
2789 | 2024-03-30T03:15:01.236Z | Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2790 | 2024-03-30T03:15:02.083Z | Documenting semver v1.0.22 |
2791 | 2024-03-30T03:15:11.094Z | Documenting float-cmp v0.9.0 |
2792 | 2024-03-30T03:15:11.467Z | Documenting predicates-core v1.0.6 |
2793 | 2024-03-30T03:15:11.522Z | Documenting difflib v0.4.0 |
2794 | 2024-03-30T03:15:11.709Z | Documenting unsafe-libyaml v0.2.10 |
2795 | 2024-03-30T03:15:11.790Z | Documenting whoami v1.5.0 |
2796 | 2024-03-30T03:15:11.866Z | Checking ident_case v1.0.1 |
2797 | 2024-03-30T03:15:11.896Z | Documenting peg-runtime v0.8.2 |
2798 | 2024-03-30T03:15:11.992Z | Documenting normalize-line-endings v0.3.0 |
2799 | 2024-03-30T03:15:12.011Z | Checking strsim v0.10.0 |
2800 | 2024-03-30T03:15:12.233Z | Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2801 | 2024-03-30T03:15:15.767Z | Checking serde_yaml v0.9.25 |
2802 | 2024-03-30T03:15:16.120Z | Documenting serde_yaml v0.9.25 |
2803 | 2024-03-30T03:15:16.331Z | Documenting bit-set v0.5.3 |
2804 | 2024-03-30T03:15:16.481Z | Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2805 | 2024-03-30T03:15:16.689Z | Documenting tokio-postgres v0.7.10 |
2806 | 2024-03-30T03:15:17.208Z | Documenting getopts v0.2.21 |
2807 | 2024-03-30T03:15:17.262Z | Documenting predicates v3.1.0 |
2808 | 2024-03-30T03:15:17.614Z | Documenting tokio-stream v0.1.14 |
2809 | 2024-03-30T03:15:19.225Z | Documenting strum v0.26.1 |
2810 | 2024-03-30T03:15:20.656Z | Documenting dirs-sys-next v0.1.2 |
2811 | 2024-03-30T03:15:21.467Z | Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2812 | 2024-03-30T03:15:22.985Z | Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2813 | 2024-03-30T03:15:23.310Z | Documenting match_cfg v0.1.0 |
2814 | 2024-03-30T03:15:23.963Z | Checking darling_core v0.20.3 |
2815 | 2024-03-30T03:15:24.249Z | Documenting sha1 v0.10.6 |
2816 | 2024-03-30T03:15:24.639Z | Documenting http v1.0.0 |
2817 | 2024-03-30T03:15:25.737Z | Documenting camino v1.1.6 |
2818 | 2024-03-30T03:15:25.738Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2819 | 2024-03-30T03:15:25.775Z | Documenting dirs-next v2.0.0 |
2820 | 2024-03-30T03:15:27.200Z | Documenting hostname v0.3.1 |
2821 | 2024-03-30T03:15:29.253Z | Documenting thread_local v1.1.7 |
2822 | 2024-03-30T03:15:29.633Z | Documenting rustls-pki-types v1.3.0 |
2823 | 2024-03-30T03:15:30.097Z | Checking darling v0.20.3 |
2824 | 2024-03-30T03:15:30.220Z | Documenting crossbeam-channel v0.5.8 |
2825 | 2024-03-30T03:15:30.481Z | Documenting paste v1.0.14 |
2826 | 2024-03-30T03:15:30.525Z | Documenting atty v0.2.14 |
2827 | 2024-03-30T03:15:30.706Z | Documenting term v0.7.0 |
2828 | 2024-03-30T03:15:31.142Z | Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2829 | 2024-03-30T03:15:31.348Z | Documenting take_mut v0.2.2 |
2830 | 2024-03-30T03:15:34.381Z | Documenting slog-json v2.6.1 |
2831 | 2024-03-30T03:15:34.504Z | Documenting async-stream-impl v0.3.5 |
2832 | 2024-03-30T03:15:34.602Z | Documenting rustls-webpki v0.102.1 |
2833 | 2024-03-30T03:15:35.253Z | Documenting debug-ignore v1.0.5 |
2834 | 2024-03-30T03:15:35.568Z | Documenting atomic-waker v1.1.1 |
2835 | 2024-03-30T03:15:35.781Z | Documenting slog-term v2.9.0 |
2836 | 2024-03-30T03:15:36.126Z | Documenting slog-async v2.8.0 |
2837 | 2024-03-30T03:15:38.208Z | Documenting rustls-pemfile v2.1.1 |
2838 | 2024-03-30T03:15:38.908Z | Documenting slog-bunyan v2.5.0 |
2839 | 2024-03-30T03:15:38.994Z | Documenting waitgroup v0.1.2 |
2840 | 2024-03-30T03:15:39.579Z | Documenting rustls v0.22.2 |
2841 | 2024-03-30T03:15:40.042Z | Documenting async-stream v0.3.5 |
2842 | 2024-03-30T03:15:40.550Z | Documenting multer v3.0.0 |
2843 | 2024-03-30T03:15:40.919Z | Documenting toml v0.8.10 |
2844 | 2024-03-30T03:15:41.785Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2845 | 2024-03-30T03:15:42.431Z | Documenting serde_path_to_error v0.1.16 |
2846 | 2024-03-30T03:15:43.783Z | Documenting serde_with_macros v3.6.1 |
2847 | 2024-03-30T03:15:44.329Z | Documenting structmeta-derive v0.3.0 |
2848 | 2024-03-30T03:15:44.947Z | Checking structmeta v0.3.0 |
2849 | 2024-03-30T03:15:45.163Z | Documenting instant v0.1.12 |
2850 | 2024-03-30T03:15:45.971Z | Documenting newtype-uuid v1.0.1 |
2851 | 2024-03-30T03:15:46.872Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2852 | 2024-03-30T03:15:47.070Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2853 | 2024-03-30T03:15:47.219Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2854 | 2024-03-30T03:15:49.982Z | Documenting backoff v0.4.0 |
2855 | 2024-03-30T03:15:50.591Z | Documenting tokio-rustls v0.25.0 |
2856 | 2024-03-30T03:15:50.612Z | Documenting serde_with v3.6.1 |
2857 | 2024-03-30T03:15:50.708Z | Documenting structmeta v0.3.0 |
2858 | 2024-03-30T03:15:51.151Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2859 | 2024-03-30T03:15:51.580Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2860 | 2024-03-30T03:15:51.794Z | Documenting macaddr v1.0.1 |
2861 | 2024-03-30T03:15:55.530Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2862 | 2024-03-30T03:15:55.970Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2863 | 2024-03-30T03:15:56.627Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2864 | 2024-03-30T03:15:56.693Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2865 | 2024-03-30T03:15:56.694Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2866 | 2024-03-30T03:15:56.766Z | Documenting parse-display-derive v0.9.0 |
2867 | 2024-03-30T03:15:57.320Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2868 | 2024-03-30T03:15:58.167Z | Documenting fastrand v2.0.1 |
2869 | 2024-03-30T03:15:58.238Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2870 | 2024-03-30T03:15:58.532Z | Checking proc-macro-crate v1.3.1 |
2871 | 2024-03-30T03:15:58.774Z | Documenting proc-macro-crate v1.3.1 |
2872 | 2024-03-30T03:15:58.857Z | Documenting foreign-types-macros v0.2.3 |
2873 | 2024-03-30T03:15:59.070Z | Documenting foreign-types-shared v0.3.1 |
2874 | 2024-03-30T03:16:00.339Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2875 | 2024-03-30T03:16:01.327Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2876 | 2024-03-30T03:16:02.050Z | Documenting cstr-argument v0.1.2 |
2877 | 2024-03-30T03:16:02.290Z | Documenting parse-display v0.9.0 |
2878 | 2024-03-30T03:16:02.891Z | Documenting tempfile v3.10.0 |
2879 | 2024-03-30T03:16:04.286Z | Documenting num_enum_derive v0.5.11 |
2880 | 2024-03-30T03:16:04.717Z | Documenting foreign-types v0.5.0 |
2881 | 2024-03-30T03:16:04.961Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2882 | 2024-03-30T03:16:06.093Z | Documenting tabwriter v1.4.0 |
2883 | 2024-03-30T03:16:06.865Z | Documenting colored v2.1.0 |
2884 | 2024-03-30T03:16:07.630Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2885 | 2024-03-30T03:16:07.833Z | Documenting camino-tempfile v1.1.1 |
2886 | 2024-03-30T03:16:09.380Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2887 | 2024-03-30T03:16:09.529Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2888 | 2024-03-30T03:16:09.626Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2889 | 2024-03-30T03:16:10.518Z | Documenting num_enum v0.5.11 |
2890 | 2024-03-30T03:16:11.157Z | Documenting hash32 v0.3.1 |
2891 | 2024-03-30T03:16:11.658Z | Documenting stable_deref_trait v1.2.0 |
2892 | 2024-03-30T03:16:12.906Z | Documenting smf v0.2.2 |
2893 | 2024-03-30T03:16:14.286Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2894 | 2024-03-30T03:16:14.401Z | Documenting cobs v0.2.3 |
2895 | 2024-03-30T03:16:15.831Z | Documenting embedded-io v0.4.0 |
2896 | 2024-03-30T03:16:15.837Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2897 | 2024-03-30T03:16:15.838Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2898 | 2024-03-30T03:16:15.838Z | Documenting heapless v0.8.0 |
2899 | 2024-03-30T03:16:17.425Z | Documenting base64 v0.22.0 |
2900 | 2024-03-30T03:16:17.831Z | Documenting postcard v1.0.8 |
2901 | 2024-03-30T03:16:18.059Z | Documenting crucible-workspace-hack v0.1.0 |
2902 | 2024-03-30T03:16:18.169Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2903 | 2024-03-30T03:16:19.561Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2904 | 2024-03-30T03:16:20.357Z | Documenting proc-macro-error-attr v1.0.4 |
2905 | 2024-03-30T03:16:20.883Z | Documenting smoltcp v0.11.0 |
2906 | 2024-03-30T03:16:22.348Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2907 | 2024-03-30T03:16:22.675Z | Checking proc-macro-error v1.0.4 |
2908 | 2024-03-30T03:16:22.823Z | Documenting memmap v0.7.0 |
2909 | 2024-03-30T03:16:22.953Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2910 | 2024-03-30T03:16:23.252Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2911 | 2024-03-30T03:16:25.418Z | Documenting proc-macro-error v1.0.4 |
2912 | 2024-03-30T03:16:26.722Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
2913 | 2024-03-30T03:16:27.359Z | Documenting newline-converter v0.3.0 |
2914 | 2024-03-30T03:16:27.377Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2915 | 2024-03-30T03:16:27.871Z | Documenting usdt v0.5.0 |
2916 | 2024-03-30T03:16:28.101Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2917 | 2024-03-30T03:16:28.863Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2918 | 2024-03-30T03:16:29.797Z | Documenting sigpipe v0.1.3 |
2919 | 2024-03-30T03:16:29.963Z | Documenting num-derive v0.4.0 |
2920 | 2024-03-30T03:16:31.215Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2921 | 2024-03-30T03:16:31.248Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2922 | 2024-03-30T03:16:32.004Z | Documenting expectorate v1.1.0 |
2923 | 2024-03-30T03:16:32.352Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
2924 | 2024-03-30T03:16:33.950Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2925 | 2024-03-30T03:16:34.786Z | Documenting password-hash v0.5.0 |
2926 | 2024-03-30T03:16:34.879Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2927 | 2024-03-30T03:16:35.669Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2928 | 2024-03-30T03:16:35.968Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b) |
2929 | 2024-03-30T03:16:36.764Z | Documenting blake2 v0.10.6 |
2930 | 2024-03-30T03:16:36.801Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2931 | 2024-03-30T03:16:37.698Z | Documenting linked-hash-map v0.5.6 |
2932 | 2024-03-30T03:16:39.943Z | Documenting humantime v2.1.0 |
2933 | 2024-03-30T03:16:41.255Z | Documenting bytecount v0.6.3 |
2934 | 2024-03-30T03:16:42.145Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2935 | 2024-03-30T03:16:42.278Z | Documenting tabled_derive v0.7.0 |
2936 | 2024-03-30T03:16:42.418Z | Documenting lru-cache v0.1.2 |
2937 | 2024-03-30T03:16:42.856Z | Documenting argon2 v0.5.3 |
2938 | 2024-03-30T03:16:44.213Z | Documenting papergrid v0.11.0 |
2939 | 2024-03-30T03:16:44.828Z | Documenting derive-where v1.2.7 |
2940 | 2024-03-30T03:16:46.187Z | Documenting swrite v0.1.0 |
2941 | 2024-03-30T03:16:47.590Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2942 | 2024-03-30T03:16:47.603Z | Documenting newtype_derive v0.1.6 |
2943 | 2024-03-30T03:16:47.604Z | Documenting itertools v0.12.1 |
2944 | 2024-03-30T03:16:48.875Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2945 | 2024-03-30T03:16:49.220Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2946 | 2024-03-30T03:16:49.964Z | Documenting tabled v0.15.0 |
2947 | 2024-03-30T03:16:50.067Z | Documenting arc-swap v1.6.0 |
2948 | 2024-03-30T03:16:50.985Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2949 | 2024-03-30T03:16:51.017Z | Documenting quick-error v1.2.3 |
2950 | 2024-03-30T03:16:52.100Z | Documenting steno v0.4.0 |
2951 | 2024-03-30T03:16:55.123Z | Documenting slog-scope v4.4.0 |
2952 | 2024-03-30T03:16:55.815Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2953 | 2024-03-30T03:16:55.866Z | Documenting num-rational v0.4.1 |
2954 | 2024-03-30T03:16:55.950Z | Documenting resolv-conf v0.7.0 |
2955 | 2024-03-30T03:16:58.021Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2956 | 2024-03-30T03:16:58.038Z | Documenting num-complex v0.4.4 |
2957 | 2024-03-30T03:17:00.177Z | Documenting slog-stdlog v4.1.1 |
2958 | 2024-03-30T03:17:00.992Z | Documenting filetime v0.2.23 |
2959 | 2024-03-30T03:17:01.018Z | Documenting xattr v1.0.1 |
2960 | 2024-03-30T03:17:01.179Z | Documenting trust-dns-resolver v0.22.0 |
2961 | 2024-03-30T03:17:03.217Z | Documenting tap v1.0.1 |
2962 | 2024-03-30T03:17:09.062Z | Documenting slog-envlogger v2.2.0 |
2963 | 2024-03-30T03:17:09.090Z | Documenting num v0.4.1 |
2964 | 2024-03-30T03:17:09.090Z | Documenting tar v0.4.40 |
2965 | 2024-03-30T03:17:09.091Z | Documenting wyz v0.5.1 |
2966 | 2024-03-30T03:17:10.293Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2967 | 2024-03-30T03:17:10.324Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2968 | 2024-03-30T03:17:10.351Z | Documenting radium v0.7.0 |
2969 | 2024-03-30T03:17:10.528Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2970 | 2024-03-30T03:17:10.618Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2971 | 2024-03-30T03:17:10.861Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2972 | 2024-03-30T03:17:11.085Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2973 | 2024-03-30T03:17:11.109Z | Documenting nibble_vec v0.1.0 |
2974 | 2024-03-30T03:17:11.314Z | Documenting crc-catalog v2.2.0 |
2975 | 2024-03-30T03:17:11.590Z | Documenting funty v2.0.0 |
2976 | 2024-03-30T03:17:12.617Z | Documenting endian-type v0.1.2 |
2977 | 2024-03-30T03:17:13.806Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2978 | 2024-03-30T03:17:14.110Z | Documenting cancel-safe-futures v0.1.5 |
2979 | 2024-03-30T03:17:14.280Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2980 | 2024-03-30T03:17:14.403Z | Documenting crc v3.0.1 |
2981 | 2024-03-30T03:17:14.545Z | Documenting packed_struct_codegen v0.10.1 |
2982 | 2024-03-30T03:17:15.510Z | Documenting bitvec v1.0.1 |
2983 | 2024-03-30T03:17:15.835Z | Documenting same-file v1.0.6 |
2984 | 2024-03-30T03:17:16.116Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2985 | 2024-03-30T03:17:17.489Z | Documenting radix_trie v0.2.1 |
2986 | 2024-03-30T03:17:18.988Z | Documenting nodrop v0.1.14 |
2987 | 2024-03-30T03:17:20.004Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2988 | 2024-03-30T03:17:20.705Z | Documenting num-bigint-dig v0.8.4 |
2989 | 2024-03-30T03:17:20.731Z | Documenting walkdir v2.4.0 |
2990 | 2024-03-30T03:17:21.111Z | Documenting array-init v0.0.4 |
2991 | 2024-03-30T03:17:21.677Z | Documenting packed_struct v0.10.1 |
2992 | 2024-03-30T03:17:21.924Z | Documenting pkcs1 v0.7.5 |
2993 | 2024-03-30T03:17:23.542Z | Documenting is-terminal v0.4.9 |
2994 | 2024-03-30T03:17:24.926Z | Documenting signature v2.1.0 |
2995 | 2024-03-30T03:17:25.872Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2996 | 2024-03-30T03:17:25.878Z | Documenting display-error-chain v0.2.0 |
2997 | 2024-03-30T03:17:26.554Z | Documenting termcolor v1.2.0 |
2998 | 2024-03-30T03:17:27.732Z | Documenting bitfield v0.14.0 |
2999 | 2024-03-30T03:17:29.191Z | Documenting serde-hex v0.1.0 |
3000 | 2024-03-30T03:17:30.801Z | Documenting rsa v0.9.2 |
3001 | 2024-03-30T03:17:30.824Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3002 | 2024-03-30T03:17:30.988Z | Documenting slog-dtrace v0.3.0 |
3003 | 2024-03-30T03:17:31.199Z | warning: unresolved link to `StNestedBuilder::make_subsection` |
3004 | 2024-03-30T03:17:31.200Z | --> nexus/types/src/sectioned_table.rs:145:7 |
3005 | 2024-03-30T03:17:31.200Z | | |
3006 | 2024-03-30T03:17:31.200Z | 145 | /// [`StNestedBuilder::make_subsection`]. |
3007 | 2024-03-30T03:17:31.200Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope |
3008 | 2024-03-30T03:17:31.201Z | | |
3009 | 2024-03-30T03:17:31.201Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3010 | 2024-03-30T03:17:31.201Z | |
3011 | 2024-03-30T03:17:31.357Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3012 | 2024-03-30T03:17:31.357Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3013 | 2024-03-30T03:17:31.566Z | Documenting env_logger v0.10.0 |
3014 | 2024-03-30T03:17:31.635Z | Documenting x509-cert v0.2.4 |
3015 | 2024-03-30T03:17:33.280Z | warning: `nexus-types` (lib doc) generated 1 warning |
3016 | 2024-03-30T03:17:33.290Z | Documenting libsw v3.3.1 |
3017 | 2024-03-30T03:17:35.128Z | Documenting ron v0.8.1 |
3018 | 2024-03-30T03:17:35.688Z | Documenting half v2.3.1 |
3019 | 2024-03-30T03:17:36.484Z | Documenting pem v3.0.2 |
3020 | 2024-03-30T03:17:37.213Z | Documenting ciborium-io v0.2.2 |
3021 | 2024-03-30T03:17:38.389Z | Documenting crc-any v2.4.3 |
3022 | 2024-03-30T03:17:39.299Z | Documenting owo-colors v4.0.0 |
3023 | 2024-03-30T03:17:39.302Z | Documenting linear-map v1.2.0 |
3024 | 2024-03-30T03:17:39.598Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3025 | 2024-03-30T03:17:39.988Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3026 | 2024-03-30T03:17:41.314Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3027 | 2024-03-30T03:17:41.446Z | Checking darling_core v0.14.4 |
3028 | 2024-03-30T03:17:41.755Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3029 | 2024-03-30T03:17:42.191Z | Documenting ciborium-ll v0.2.2 |
3030 | 2024-03-30T03:17:43.164Z | Documenting headers-core v0.2.0 |
3031 | 2024-03-30T03:17:43.827Z | Documenting path-slash v0.1.5 |
3032 | 2024-03-30T03:17:43.963Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3033 | 2024-03-30T03:17:44.978Z | Checking darling v0.14.4 |
3034 | 2024-03-30T03:17:45.105Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3035 | 2024-03-30T03:17:46.970Z | Documenting ciborium v0.2.2 |
3036 | 2024-03-30T03:17:48.721Z | Documenting fxhash v0.2.1 |
3037 | 2024-03-30T03:17:49.197Z | Documenting headers v0.3.9 |
3038 | 2024-03-30T03:17:51.656Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
3039 | 2024-03-30T03:17:52.558Z | Documenting async-recursion v1.0.5 |
3040 | 2024-03-30T03:17:53.103Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3041 | 2024-03-30T03:17:53.850Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3042 | 2024-03-30T03:17:55.109Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3043 | 2024-03-30T03:17:55.732Z | Documenting vte_generate_state_changes v0.1.1 |
3044 | 2024-03-30T03:17:58.657Z | Documenting convert_case v0.4.0 |
3045 | 2024-03-30T03:17:59.458Z | Checking convert_case v0.4.0 |
3046 | 2024-03-30T03:17:59.670Z | Documenting derive_builder_core v0.12.0 |
3047 | 2024-03-30T03:18:00.874Z | Documenting vte v0.11.1 |
3048 | 2024-03-30T03:18:03.789Z | Documenting derive_more v0.99.17 |
3049 | 2024-03-30T03:18:06.428Z | Checking derive_builder_core v0.12.0 |
3050 | 2024-03-30T03:18:06.457Z | Documenting buf-list v1.0.3 |
3051 | 2024-03-30T03:18:06.472Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3052 | 2024-03-30T03:18:06.802Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3053 | 2024-03-30T03:18:07.982Z | Checking heck v0.3.3 |
3054 | 2024-03-30T03:18:08.144Z | Documenting bitstruct_derive v0.1.0 |
3055 | 2024-03-30T03:18:08.596Z | Documenting pin-project-internal v1.1.3 |
3056 | 2024-03-30T03:18:11.009Z | Documenting ascii v1.1.0 |
3057 | 2024-03-30T03:18:11.728Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3058 | 2024-03-30T03:18:12.446Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3059 | 2024-03-30T03:18:12.508Z | Documenting structopt-derive v0.4.18 |
3060 | 2024-03-30T03:18:13.535Z | Documenting bitstruct v0.1.1 |
3061 | 2024-03-30T03:18:14.627Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3062 | 2024-03-30T03:18:14.924Z | Documenting pin-project v1.1.3 |
3063 | 2024-03-30T03:18:16.111Z | Documenting derive_builder_macro v0.12.0 |
3064 | 2024-03-30T03:18:16.816Z | Documenting strip-ansi-escapes v0.2.0 |
3065 | 2024-03-30T03:18:17.007Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3066 | 2024-03-30T03:18:17.780Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3067 | 2024-03-30T03:18:17.901Z | Documenting doc-comment v0.3.3 |
3068 | 2024-03-30T03:18:18.466Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3069 | 2024-03-30T03:18:20.885Z | Documenting crossbeam-deque v0.8.3 |
3070 | 2024-03-30T03:18:21.110Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3071 | 2024-03-30T03:18:21.602Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3072 | 2024-03-30T03:18:21.812Z | Documenting serde_arrays v0.1.0 |
3073 | 2024-03-30T03:18:22.550Z | Documenting erased-serde v0.3.31 |
3074 | 2024-03-30T03:18:23.591Z | Documenting snafu-derive v0.7.5 |
3075 | 2024-03-30T03:18:25.137Z | Documenting ref-cast-impl v1.0.20 |
3076 | 2024-03-30T03:18:26.719Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3077 | 2024-03-30T03:18:27.011Z | Documenting unicode-xid v0.2.4 |
3078 | 2024-03-30T03:18:27.131Z | Checking unicode-xid v0.2.4 |
3079 | 2024-03-30T03:18:27.266Z | Documenting nu-ansi-term v0.50.0 |
3080 | 2024-03-30T03:18:27.961Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3081 | 2024-03-30T03:18:30.066Z | Documenting const_format_proc_macros v0.2.32 |
3082 | 2024-03-30T03:18:30.615Z | Documenting ref-cast v1.0.20 |
3083 | 2024-03-30T03:18:31.222Z | Documenting snafu v0.7.5 |
3084 | 2024-03-30T03:18:31.910Z | Documenting rayon-core v1.12.1 |
3085 | 2024-03-30T03:18:32.232Z | Documenting reedline v0.30.0 |
3086 | 2024-03-30T03:18:34.067Z | Documenting derive_builder v0.12.0 |
3087 | 2024-03-30T03:18:35.402Z | Documenting structopt v0.3.26 |
3088 | 2024-03-30T03:18:36.279Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3089 | 2024-03-30T03:18:37.329Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3090 | 2024-03-30T03:18:38.435Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3091 | 2024-03-30T03:18:38.749Z | Documenting libefi-sys v0.1.0 |
3092 | 2024-03-30T03:18:39.824Z | Documenting trust-dns-client v0.22.0 |
3093 | 2024-03-30T03:18:40.575Z | Documenting polar-core v0.27.0 |
3094 | 2024-03-30T03:18:43.257Z | Documenting libxml v0.3.3 |
3095 | 2024-03-30T03:18:44.078Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3096 | 2024-03-30T03:18:44.115Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3097 | 2024-03-30T03:18:44.452Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3098 | 2024-03-30T03:18:45.201Z | Documenting globset v0.4.13 |
3099 | 2024-03-30T03:18:47.350Z | Documenting bb8 v0.8.3 |
3100 | 2024-03-30T03:18:49.060Z | Documenting olpc-cjson v0.1.3 |
3101 | 2024-03-30T03:18:50.499Z | Documenting quick-xml v0.30.0 |
3102 | 2024-03-30T03:18:51.355Z | Documenting serde_plain v1.0.2 |
3103 | 2024-03-30T03:18:51.371Z | Documenting impl-trait-for-tuples v0.2.2 |
3104 | 2024-03-30T03:18:51.672Z | Documenting oso-derive v0.27.0 |
3105 | 2024-03-30T03:18:53.273Z | Documenting keccak v0.1.4 |
3106 | 2024-03-30T03:18:53.664Z | Documenting utf-8 v0.7.6 |
3107 | 2024-03-30T03:18:55.855Z | Documenting maplit v1.0.2 |
3108 | 2024-03-30T03:18:56.499Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3109 | 2024-03-30T03:18:57.599Z | Documenting typed-path v0.7.0 |
3110 | 2024-03-30T03:18:57.725Z | Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
3111 | 2024-03-30T03:18:57.725Z | Documenting sha3 v0.10.8 |
3112 | 2024-03-30T03:18:58.240Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3113 | 2024-03-30T03:18:58.627Z | Documenting tungstenite v0.21.0 |
3114 | 2024-03-30T03:19:00.708Z | Documenting oso v0.27.0 |
3115 | 2024-03-30T03:19:01.440Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3116 | 2024-03-30T03:19:02.900Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3117 | 2024-03-30T03:19:03.290Z | Documenting tough v0.16.0 |
3118 | 2024-03-30T03:19:06.015Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
3119 | 2024-03-30T03:19:06.491Z | Documenting trust-dns-server v0.22.1 |
3120 | 2024-03-30T03:19:06.941Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3121 | 2024-03-30T03:19:10.413Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3122 | 2024-03-30T03:19:10.868Z | Documenting rayon v1.9.0 |
3123 | 2024-03-30T03:19:11.150Z | Documenting const_format v0.2.32 |
3124 | 2024-03-30T03:19:11.580Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3125 | 2024-03-30T03:19:11.817Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3126 | 2024-03-30T03:19:12.925Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3127 | 2024-03-30T03:19:13.512Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3128 | 2024-03-30T03:19:14.460Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3129 | 2024-03-30T03:19:14.539Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3130 | 2024-03-30T03:19:15.145Z | Documenting sled v0.34.7 |
3131 | 2024-03-30T03:19:16.377Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3132 | 2024-03-30T03:19:19.214Z | Documenting fs-err v2.11.0 |
3133 | 2024-03-30T03:19:19.214Z | Documenting cookie v0.18.0 |
3134 | 2024-03-30T03:19:19.215Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3135 | 2024-03-30T03:19:19.215Z | Documenting unicase v2.7.0 |
3136 | 2024-03-30T03:19:19.885Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3137 | 2024-03-30T03:19:20.108Z | Documenting fd-lock v4.0.2 |
3138 | 2024-03-30T03:19:20.128Z | Documenting nix v0.27.1 |
3139 | 2024-03-30T03:19:22.357Z | Documenting secrecy v0.8.0 |
3140 | 2024-03-30T03:19:22.477Z | Documenting gethostname v0.4.3 |
3141 | 2024-03-30T03:19:22.895Z | Documenting peg-macros v0.8.2 |
3142 | 2024-03-30T03:19:23.461Z | Documenting rustversion v1.0.14 |
3143 | 2024-03-30T03:19:25.073Z | Documenting sqlparser_derive v0.2.2 |
3144 | 2024-03-30T03:19:26.132Z | Documenting parse-size v1.0.0 |
3145 | 2024-03-30T03:19:27.107Z | Documenting unicode_categories v0.1.1 |
3146 | 2024-03-30T03:19:27.181Z | Documenting home v0.5.5 |
3147 | 2024-03-30T03:19:27.937Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3148 | 2024-03-30T03:19:28.468Z | Documenting castaway v0.2.2 |
3149 | 2024-03-30T03:19:28.680Z | Documenting peg v0.8.2 |
3150 | 2024-03-30T03:19:29.235Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3151 | 2024-03-30T03:19:29.995Z | Documenting sqlparser v0.43.1 |
3152 | 2024-03-30T03:19:31.736Z | Documenting sqlformat v0.2.3 |
3153 | 2024-03-30T03:19:32.207Z | Documenting rustyline v13.0.0 |
3154 | 2024-03-30T03:19:32.718Z | Documenting mime_guess v2.0.4 |
3155 | 2024-03-30T03:19:32.915Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3156 | 2024-03-30T03:19:37.201Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3157 | 2024-03-30T03:19:37.689Z | Documenting tokio-tungstenite v0.21.0 |
3158 | 2024-03-30T03:19:38.200Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3159 | 2024-03-30T03:19:38.864Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3160 | 2024-03-30T03:19:43.098Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3161 | 2024-03-30T03:19:43.698Z | Documenting zone v0.1.8 |
3162 | 2024-03-30T03:19:45.081Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
3163 | 2024-03-30T03:19:45.369Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3164 | 2024-03-30T03:19:45.783Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3165 | 2024-03-30T03:19:49.370Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3166 | 2024-03-30T03:19:49.650Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3167 | 2024-03-30T03:19:50.340Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
3168 | 2024-03-30T03:19:51.519Z | Documenting portpicker v0.1.1 |
3169 | 2024-03-30T03:19:51.880Z | Documenting universal-hash v0.5.1 |
3170 | 2024-03-30T03:19:56.805Z | Documenting bcs v0.1.6 |
3171 | 2024-03-30T03:19:56.876Z | Documenting kstat-rs v0.2.3 |
3172 | 2024-03-30T03:19:57.083Z | Documenting thiserror-impl-no-std v2.0.2 |
3173 | 2024-03-30T03:20:07.045Z | Documenting curve25519-dalek-derive v0.1.0 |
3174 | 2024-03-30T03:20:07.377Z | Documenting opaque-debug v0.3.0 |
3175 | 2024-03-30T03:20:07.393Z | Documenting highway v1.1.0 |
3176 | 2024-03-30T03:20:07.419Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3177 | 2024-03-30T03:20:07.505Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3178 | 2024-03-30T03:20:07.792Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3179 | 2024-03-30T03:20:08.010Z | Documenting thiserror-no-std v2.0.2 |
3180 | 2024-03-30T03:20:10.692Z | Documenting poly1305 v0.8.0 |
3181 | 2024-03-30T03:20:12.704Z | Documenting compact_str v0.7.1 |
3182 | 2024-03-30T03:20:12.991Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3183 | 2024-03-30T03:20:13.202Z | Documenting curve25519-dalek v4.1.1 |
3184 | 2024-03-30T03:20:16.427Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3185 | 2024-03-30T03:20:17.520Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3186 | 2024-03-30T03:20:18.411Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3187 | 2024-03-30T03:20:19.215Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3188 | 2024-03-30T03:20:19.986Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3189 | 2024-03-30T03:20:20.085Z | Documenting portable-atomic v1.4.3 |
3190 | 2024-03-30T03:20:22.723Z | Documenting ed25519 v1.5.3 |
3191 | 2024-03-30T03:20:22.935Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3192 | 2024-03-30T03:20:24.123Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3193 | 2024-03-30T03:20:24.477Z | Documenting memoffset v0.7.1 |
3194 | 2024-03-30T03:20:25.641Z | Documenting rcgen v0.12.1 |
3195 | 2024-03-30T03:20:25.930Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3196 | 2024-03-30T03:20:27.531Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
3197 | 2024-03-30T03:20:28.277Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b) |
3198 | 2024-03-30T03:20:31.068Z | warning: could not parse code block as Rust code |
3199 | 2024-03-30T03:20:31.068Z | --> oximeter/db/src/oxql/ast/grammar.rs:244:9 |
3200 | 2024-03-30T03:20:31.068Z | | |
3201 | 2024-03-30T03:20:31.069Z | 244 | / /// Parse a string literal, either single- or double-quoted. |
3202 | 2024-03-30T03:20:31.069Z | 245 | | /// |
3203 | 2024-03-30T03:20:31.069Z | 246 | | /// Parsing string literals is pretty tricky, but we add several |
3204 | 2024-03-30T03:20:31.069Z | 247 | | /// constraints to simplify things. First strings must be quoted, either |
3205 | 2024-03-30T03:20:31.069Z | ... | |
3206 | 2024-03-30T03:20:31.069Z | 275 | | /// |
3207 | 2024-03-30T03:20:31.069Z | 276 | | /// Will be parsed as `this string has " in it`. |
3208 | 2024-03-30T03:20:31.069Z | | |________________________________________________________^ |
3209 | 2024-03-30T03:20:31.069Z | | |
3210 | 2024-03-30T03:20:31.069Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
3211 | 2024-03-30T03:20:31.069Z | = note: error from rustc: unknown start of token: \ |
3212 | 2024-03-30T03:20:31.070Z | = note: error from rustc: unknown start of token: \ |
3213 | 2024-03-30T03:20:31.070Z | = note: error from rustc: unknown start of token: \ |
3214 | 2024-03-30T03:20:31.070Z | = note: error from rustc: unknown start of token: \ |
3215 | 2024-03-30T03:20:31.070Z | = note: error from rustc: unknown start of token: \ |
3216 | 2024-03-30T03:20:31.070Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
3217 | 2024-03-30T03:20:31.070Z | |
3218 | 2024-03-30T03:20:32.521Z | warning: `oximeter-db` (lib doc) generated 1 warning |
3219 | 2024-03-30T03:20:32.525Z | Documenting atomicwrites v0.4.3 |
3220 | 2024-03-30T03:20:34.074Z | Documenting chacha20 v0.9.1 |
3221 | 2024-03-30T03:20:35.006Z | Documenting lru v0.12.1 |
3222 | 2024-03-30T03:20:37.201Z | Documenting aead v0.5.2 |
3223 | 2024-03-30T03:20:37.245Z | Documenting rand_seeder v0.2.3 |
3224 | 2024-03-30T03:20:38.860Z | Documenting nanorand v0.7.0 |
3225 | 2024-03-30T03:20:39.328Z | Documenting subprocess v0.2.9 |
3226 | 2024-03-30T03:20:39.359Z | Documenting stability v0.1.1 |
3227 | 2024-03-30T03:20:40.640Z | Documenting cassowary v0.3.0 |
3228 | 2024-03-30T03:20:42.148Z | Documenting glob v0.3.1 |
3229 | 2024-03-30T03:20:42.330Z | Documenting number_prefix v0.4.0 |
3230 | 2024-03-30T03:20:53.226Z | Documenting flume v0.11.0 |
3231 | 2024-03-30T03:20:53.226Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3232 | 2024-03-30T03:20:53.226Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3233 | 2024-03-30T03:20:53.226Z | Documenting chacha20poly1305 v0.10.1 |
3234 | 2024-03-30T03:20:53.226Z | Documenting ratatui v0.26.1 |
3235 | 2024-03-30T03:20:53.420Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3236 | 2024-03-30T03:20:53.535Z | Documenting indicatif v0.17.8 |
3237 | 2024-03-30T03:20:57.436Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3238 | 2024-03-30T03:20:58.065Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3239 | 2024-03-30T03:21:08.449Z | Documenting salty v0.2.0 |
3240 | 2024-03-30T03:21:08.880Z | Documenting vsss-rs v3.3.4 |
3241 | 2024-03-30T03:21:09.248Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3242 | 2024-03-30T03:21:09.625Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3243 | 2024-03-30T03:21:09.763Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3244 | 2024-03-30T03:21:10.609Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3245 | 2024-03-30T03:21:10.648Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3246 | 2024-03-30T03:21:11.994Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3247 | 2024-03-30T03:21:13.815Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3248 | 2024-03-30T03:21:14.040Z | Documenting serde-big-array v0.5.1 |
3249 | 2024-03-30T03:21:14.068Z | Documenting rtoolbox v0.0.1 |
3250 | 2024-03-30T03:21:15.365Z | Documenting is_ci v1.2.0 |
3251 | 2024-03-30T03:21:15.992Z | warning: unresolved link to `test_sled_transitions` |
3252 | 2024-03-30T03:21:15.992Z | --> nexus/db-queries/src/db/datastore/sled.rs:536:11 |
3253 | 2024-03-30T03:21:15.992Z | | |
3254 | 2024-03-30T03:21:15.992Z | 536 | /// [`test_sled_transitions`]. |
3255 | 2024-03-30T03:21:15.993Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3256 | 2024-03-30T03:21:15.993Z | | |
3257 | 2024-03-30T03:21:15.993Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3258 | 2024-03-30T03:21:15.993Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3259 | 2024-03-30T03:21:15.994Z | |
3260 | 2024-03-30T03:21:16.419Z | warning: unresolved link to `test_sled_transitions` |
3261 | 2024-03-30T03:21:16.419Z | --> nexus/db-queries/src/db/datastore/sled.rs:572:11 |
3262 | 2024-03-30T03:21:16.419Z | | |
3263 | 2024-03-30T03:21:16.419Z | 572 | /// [`test_sled_transitions`]. |
3264 | 2024-03-30T03:21:16.419Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3265 | 2024-03-30T03:21:16.419Z | | |
3266 | 2024-03-30T03:21:16.419Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3267 | 2024-03-30T03:21:16.419Z | |
3268 | 2024-03-30T03:21:16.420Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3269 | 2024-03-30T03:21:16.420Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3270 | 2024-03-30T03:21:16.420Z | | |
3271 | 2024-03-30T03:21:16.420Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3272 | 2024-03-30T03:21:16.420Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3273 | 2024-03-30T03:21:16.420Z | |
3274 | 2024-03-30T03:21:16.473Z | Documenting smawk v0.3.1 |
3275 | 2024-03-30T03:21:16.963Z | Documenting unicode-linebreak v0.1.5 |
3276 | 2024-03-30T03:21:18.856Z | Documenting http-range v0.1.5 |
3277 | 2024-03-30T03:21:19.177Z | Documenting rpassword v7.3.1 |
3278 | 2024-03-30T03:21:20.647Z | Documenting supports-color v3.0.0 |
3279 | 2024-03-30T03:21:20.663Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3280 | 2024-03-30T03:21:20.982Z | Documenting textwrap v0.16.1 |
3281 | 2024-03-30T03:21:23.738Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3282 | 2024-03-30T03:21:23.939Z | Documenting hyper-staticfile v0.9.5 |
3283 | 2024-03-30T03:21:24.553Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3284 | 2024-03-30T03:21:25.138Z | Documenting tui-tree-widget v0.17.0 |
3285 | 2024-03-30T03:21:26.064Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3286 | 2024-03-30T03:21:26.715Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3287 | 2024-03-30T03:21:30.097Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3288 | 2024-03-30T03:21:31.779Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3289 | 2024-03-30T03:21:32.692Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3290 | 2024-03-30T03:21:32.707Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3291 | 2024-03-30T03:21:32.889Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3292 | 2024-03-30T03:21:33.315Z | Documenting signal-hook-tokio v0.3.1 |
3293 | 2024-03-30T03:21:33.542Z | Documenting memmap2 v0.7.1 |
3294 | 2024-03-30T03:21:34.189Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3295 | 2024-03-30T03:21:34.200Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3296 | 2024-03-30T03:21:35.360Z | Documenting arrayref v0.3.7 |
3297 | 2024-03-30T03:21:35.419Z | Documenting arrayvec v0.7.4 |
3298 | 2024-03-30T03:21:38.581Z | Documenting constant_time_eq v0.3.0 |
3299 | 2024-03-30T03:21:38.898Z | Documenting corncobs v0.1.3 |
3300 | 2024-03-30T03:21:38.981Z | Documenting shell-words v1.1.0 |
3301 | 2024-03-30T03:21:39.584Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3302 | 2024-03-30T03:21:42.044Z | Documenting blake3 v1.5.0 |
3303 | 2024-03-30T03:21:42.075Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3304 | 2024-03-30T03:21:43.059Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3305 | 2024-03-30T03:21:43.693Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3306 | 2024-03-30T03:21:46.337Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3307 | 2024-03-30T03:21:47.407Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3308 | 2024-03-30T03:21:48.162Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3309 | 2024-03-30T03:21:51.775Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3310 | 2024-03-30T03:22:00.111Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3311 | 2024-03-30T03:22:02.671Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3312 | 2024-03-30T03:22:06.397Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3313 | 2024-03-30T03:22:08.017Z | warning: unclosed HTML tag `usize` |
3314 | 2024-03-30T03:22:08.017Z | --> wicket/src/ui/panes/update.rs:153:19 |
3315 | 2024-03-30T03:22:08.017Z | | |
3316 | 2024-03-30T03:22:08.017Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3317 | 2024-03-30T03:22:08.017Z | | ^^^^^^^ |
3318 | 2024-03-30T03:22:08.018Z | | |
3319 | 2024-03-30T03:22:08.018Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3320 | 2024-03-30T03:22:08.018Z | |
3321 | 2024-03-30T03:22:09.413Z | warning: `wicket` (lib doc) generated 1 warning |
3322 | 2024-03-30T03:22:09.421Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b) |
3323 | 2024-03-30T03:22:10.051Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3324 | 2024-03-30T03:22:12.562Z | Documenting fatfs v0.3.6 |
3325 | 2024-03-30T03:22:13.316Z | Documenting topological-sort v0.2.2 |
3326 | 2024-03-30T03:22:13.612Z | Documenting assert_matches v1.5.0 |
3327 | 2024-03-30T03:22:20.644Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3328 | 2024-03-30T03:22:20.644Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3329 | 2024-03-30T03:22:20.644Z | Documenting omicron-zone-package v0.11.0 |
3330 | 2024-03-30T03:22:21.008Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3331 | 2024-03-30T03:22:21.242Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3332 | 2024-03-30T03:22:24.011Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3333 | 2024-03-30T03:22:24.077Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3334 | 2024-03-30T03:22:31.021Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3335 | 2024-03-30T03:22:34.105Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3336 | 2024-03-30T03:22:34.291Z | Documenting termios v0.3.3 |
3337 | 2024-03-30T03:22:38.444Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3338 | 2024-03-30T03:22:39.707Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3339 | 2024-03-30T03:22:39.730Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3340 | 2024-03-30T03:22:42.709Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3341 | 2024-03-30T03:22:42.709Z | --> sled-agent/src/sim/instance.rs:46:7 |
3342 | 2024-03-30T03:22:42.709Z | | |
3343 | 2024-03-30T03:22:42.709Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3344 | 2024-03-30T03:22:42.709Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3345 | 2024-03-30T03:22:42.709Z | | |
3346 | 2024-03-30T03:22:42.709Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3347 | 2024-03-30T03:22:42.709Z | |
3348 | 2024-03-30T03:22:43.410Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3349 | 2024-03-30T03:22:46.633Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3350 | 2024-03-30T03:22:51.297Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3351 | 2024-03-30T03:22:59.716Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3352 | 2024-03-30T03:23:06.987Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3353 | 2024-03-30T03:23:13.111Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3354 | 2024-03-30T03:23:28.911Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3355 | 2024-03-30T03:23:29.258Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3356 | 2024-03-30T03:23:32.919Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3357 | 2024-03-30T03:23:33.521Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3358 | 2024-03-30T03:23:33.533Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3359 | 2024-03-30T03:23:38.411Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3360 | 2024-03-30T03:23:43.844Z | warning: unresolved link to `VolumeConstructionRequest` |
3361 | 2024-03-30T03:23:43.844Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3362 | 2024-03-30T03:23:43.844Z | | |
3363 | 2024-03-30T03:23:43.844Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3364 | 2024-03-30T03:23:43.844Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3365 | 2024-03-30T03:23:43.845Z | | |
3366 | 2024-03-30T03:23:43.845Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3367 | 2024-03-30T03:23:43.845Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3368 | 2024-03-30T03:23:43.845Z | |
3369 | 2024-03-30T03:23:43.851Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3370 | 2024-03-30T03:23:43.851Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3371 | 2024-03-30T03:23:43.852Z | | |
3372 | 2024-03-30T03:23:43.852Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3373 | 2024-03-30T03:23:43.852Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3374 | 2024-03-30T03:23:43.852Z | |
3375 | 2024-03-30T03:23:43.852Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3376 | 2024-03-30T03:23:43.852Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3377 | 2024-03-30T03:23:43.852Z | | |
3378 | 2024-03-30T03:23:43.852Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3379 | 2024-03-30T03:23:43.852Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3380 | 2024-03-30T03:23:43.852Z | |
3381 | 2024-03-30T03:23:43.852Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3382 | 2024-03-30T03:23:43.852Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3383 | 2024-03-30T03:23:43.852Z | | |
3384 | 2024-03-30T03:23:43.852Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3385 | 2024-03-30T03:23:43.852Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3386 | 2024-03-30T03:23:43.852Z | |
3387 | 2024-03-30T03:23:43.853Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3388 | 2024-03-30T03:23:43.853Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3389 | 2024-03-30T03:23:43.853Z | | |
3390 | 2024-03-30T03:23:43.853Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3391 | 2024-03-30T03:23:43.853Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3392 | 2024-03-30T03:23:43.853Z | |
3393 | 2024-03-30T03:23:43.853Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3394 | 2024-03-30T03:23:43.853Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3395 | 2024-03-30T03:23:43.853Z | | |
3396 | 2024-03-30T03:23:43.853Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3397 | 2024-03-30T03:23:43.853Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3398 | 2024-03-30T03:23:43.853Z | |
3399 | 2024-03-30T03:23:43.853Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3400 | 2024-03-30T03:23:43.853Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3401 | 2024-03-30T03:23:43.853Z | | |
3402 | 2024-03-30T03:23:43.853Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3403 | 2024-03-30T03:23:43.853Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3404 | 2024-03-30T03:23:43.853Z | |
3405 | 2024-03-30T03:23:47.042Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3406 | 2024-03-30T03:24:10.867Z | Finished dev [unoptimized + debuginfo] target(s) in 12m 32s |
3407 | 2024-03-30T03:24:10.954Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html |
3408 | 2024-03-30T03:24:10.954Z | Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html |
3409 | 2024-03-30T03:24:10.954Z | Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html |
3410 | 2024-03-30T03:24:10.955Z | Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html |
3411 | 2024-03-30T03:24:10.955Z | Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html |
3412 | 2024-03-30T03:24:10.986Z | Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html |
3413 | 2024-03-30T03:24:10.986Z | Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html |
3414 | 2024-03-30T03:24:10.987Z | Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html |
3415 | 2024-03-30T03:24:10.987Z | Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html |
3416 | 2024-03-30T03:24:10.987Z | Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html |
3417 | 2024-03-30T03:24:10.987Z | Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
3418 | 2024-03-30T03:24:10.987Z | Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html |
3419 | 2024-03-30T03:24:10.987Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html |
3420 | 2024-03-30T03:24:10.987Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html |
3421 | 2024-03-30T03:24:10.988Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html |
3422 | 2024-03-30T03:24:10.988Z | Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html |
3423 | 2024-03-30T03:24:10.988Z | Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html |
3424 | 2024-03-30T03:24:10.988Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html |
3425 | 2024-03-30T03:24:10.988Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html |
3426 | 2024-03-30T03:24:10.988Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html |
3427 | 2024-03-30T03:24:10.988Z | Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
3428 | 2024-03-30T03:24:10.988Z | Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html |
3429 | 2024-03-30T03:24:10.989Z | Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html |
3430 | 2024-03-30T03:24:10.989Z | Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html |
3431 | 2024-03-30T03:24:10.989Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
3432 | 2024-03-30T03:24:10.989Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html |
3433 | 2024-03-30T03:24:10.990Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html |
3434 | 2024-03-30T03:24:10.990Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html |
3435 | 2024-03-30T03:24:10.990Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html |
3436 | 2024-03-30T03:24:10.990Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html |
3437 | 2024-03-30T03:24:10.990Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html |
3438 | 2024-03-30T03:24:10.990Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html |
3439 | 2024-03-30T03:24:10.990Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html |
3440 | 2024-03-30T03:24:10.991Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html |
3441 | 2024-03-30T03:24:10.991Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html |
3442 | 2024-03-30T03:24:10.991Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html |
3443 | 2024-03-30T03:24:10.991Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html |
3444 | 2024-03-30T03:24:10.991Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html |
3445 | 2024-03-30T03:24:10.991Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
3446 | 2024-03-30T03:24:10.992Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html |
3447 | 2024-03-30T03:24:10.992Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html |
3448 | 2024-03-30T03:24:10.992Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html |
3449 | 2024-03-30T03:24:10.992Z | Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html |
3450 | 2024-03-30T03:24:10.992Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html |
3451 | 2024-03-30T03:24:10.993Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
3452 | 2024-03-30T03:24:10.993Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html |
3453 | 2024-03-30T03:24:10.993Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html |
3454 | 2024-03-30T03:24:10.993Z | Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html |
3455 | 2024-03-30T03:24:10.993Z | Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html |
3456 | 2024-03-30T03:24:10.993Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html |
3457 | 2024-03-30T03:24:10.993Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html |
3458 | 2024-03-30T03:24:10.993Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html |
3459 | 2024-03-30T03:24:10.993Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html |
3460 | 2024-03-30T03:24:10.993Z | Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html |
3461 | 2024-03-30T03:24:10.993Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3462 | 2024-03-30T03:24:10.994Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html |
3463 | 2024-03-30T03:24:10.994Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html |
3464 | 2024-03-30T03:24:10.994Z | Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html |
3465 | 2024-03-30T03:24:10.994Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3466 | 2024-03-30T03:24:10.994Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html |
3467 | 2024-03-30T03:24:10.994Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html |
3468 | 2024-03-30T03:24:10.995Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html |
3469 | 2024-03-30T03:24:10.995Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
3470 | 2024-03-30T03:24:10.995Z | Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html |
3471 | 2024-03-30T03:24:10.995Z | Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html |
3472 | 2024-03-30T03:24:10.995Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html |
3473 | 2024-03-30T03:24:10.995Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html |
3474 | 2024-03-30T03:24:10.995Z | Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html |
3475 | 2024-03-30T03:24:10.995Z | Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html |
3476 | 2024-03-30T03:24:10.995Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html |
3477 | 2024-03-30T03:24:10.996Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html |
3478 | 2024-03-30T03:24:10.996Z | Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html |
3479 | 2024-03-30T03:24:10.996Z | Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html |
3480 | 2024-03-30T03:24:10.996Z | Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html |
3481 | 2024-03-30T03:24:10.996Z | Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html |
3482 | 2024-03-30T03:24:10.996Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html |
3483 | 2024-03-30T03:24:10.996Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html |
3484 | 2024-03-30T03:24:10.996Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html |
3485 | 2024-03-30T03:24:10.996Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html |
3486 | 2024-03-30T03:24:10.996Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html |
3487 | 2024-03-30T03:24:10.997Z | Generated /work/oxidecomputer/omicron/target/doc/zone_networking/index.html |
3488 | 2024-03-30T03:24:11.010Z | |
3489 | 2024-03-30T03:24:11.010Z | real 12:33.124668939 |
3490 | 2024-03-30T03:24:11.010Z | user 33:14.002771699 |
3491 | 2024-03-30T03:24:11.010Z | sys 55:53.646788216 |
3492 | 2024-03-30T03:24:11.010Z | trap 0.894556824 |
3493 | 2024-03-30T03:24:11.010Z | tflt 0.624807423 |
3494 | 2024-03-30T03:24:11.010Z | dflt 0.290133831 |
3495 | 2024-03-30T03:24:11.010Z | kflt 0.000126772 |
3496 | 2024-03-30T03:24:11.011Z | lock 3:22:56.182715608 |
3497 | 2024-03-30T03:24:11.011Z | slp 3:30:22.267456322 |
3498 | 2024-03-30T03:24:11.011Z | lat 4:29.466765081 |
3499 | 2024-03-30T03:24:11.011Z | stop 1:45.838427278 |
3500 | 2024-03-30T03:24:11.011Z | process exited: duration 1399626 ms, exit code 0 |
|
3501 | 2024-03-30T03:24:11.033Z | found 0 output files |