|
|
|
1 | 2024-04-25T09:17:56.257Z | job assigned to worker 01HWA8MFMCSDWEGRY08CGSNHSY (queued for 6 m 13 s) |
|
2 | 2024-04-25T09:18:03.583Z | starting task 0: "setup" |
3 | 2024-04-25T09:18:03.672Z | ++ uname -s |
4 | 2024-04-25T09:18:03.685Z | + kern=SunOS |
5 | 2024-04-25T09:18:03.686Z | + case "$kern" in |
6 | 2024-04-25T09:18:03.686Z | + groupadd -g 12345 build |
7 | 2024-04-25T09:18:03.757Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-04-25T09:18:05.768Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-04-25T09:18:05.876Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-04-25T09:18:05.880Z | + home_fs=zfs |
11 | 2024-04-25T09:18:05.880Z | + [[ zfs == autofs ]] |
12 | 2024-04-25T09:18:05.880Z | + mkdir -p /home/build |
13 | 2024-04-25T09:18:05.880Z | + chown build:build /home/build /work |
14 | 2024-04-25T09:18:07.864Z | + chmod 0700 /home/build /work |
15 | 2024-04-25T09:18:07.867Z | process exited: duration 4281 ms, exit code 0 |
|
16 | 2024-04-25T09:18:07.874Z | starting task 1: "rust-toolchain" |
17 | 2024-04-25T09:18:07.880Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-04-25T09:18:07.884Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-04-25T09:18:07.993Z | info: downloading installer |
20 | 2024-04-25T09:18:09.402Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-04-25T09:18:09.402Z | warning: /opt/ooce/bin |
22 | 2024-04-25T09:18:09.402Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-04-25T09:18:09.402Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-04-25T09:18:09.402Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-04-25T09:18:09.402Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-04-25T09:18:09.402Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-04-25T09:18:09.403Z | error: cannot install while Rust is installed |
28 | 2024-04-25T09:18:09.403Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-04-25T09:18:09.576Z | info: profile set to 'default' |
30 | 2024-04-25T09:18:09.577Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-04-25T09:18:09.589Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-04-25T09:18:09.700Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-04-25T09:18:09.700Z | info: downloading component 'cargo' |
34 | 2024-04-25T09:18:10.442Z | info: downloading component 'clippy' |
35 | 2024-04-25T09:18:10.657Z | info: downloading component 'rust-docs' |
36 | 2024-04-25T09:18:11.548Z | info: downloading component 'rust-std' |
37 | 2024-04-25T09:18:13.157Z | info: downloading component 'rustc' |
38 | 2024-04-25T09:18:17.065Z | info: downloading component 'rustfmt' |
39 | 2024-04-25T09:18:17.327Z | info: installing component 'cargo' |
40 | 2024-04-25T09:18:18.141Z | info: installing component 'clippy' |
41 | 2024-04-25T09:18:18.500Z | info: installing component 'rust-docs' |
42 | 2024-04-25T09:18:20.281Z | info: installing component 'rust-std' |
43 | 2024-04-25T09:18:21.655Z | info: installing component 'rustc' |
44 | 2024-04-25T09:18:26.717Z | info: installing component 'rustfmt' |
45 | 2024-04-25T09:18:26.839Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-04-25T09:18:26.839Z | |
47 | 2024-04-25T09:18:26.839Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-04-25T09:18:26.839Z | |
49 | 2024-04-25T09:18:26.840Z | |
50 | 2024-04-25T09:18:26.840Z | Rust is installed now. Great! |
51 | 2024-04-25T09:18:26.840Z | |
52 | 2024-04-25T09:18:26.840Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-04-25T09:18:26.840Z | environment variable. This has not been done automatically. |
54 | 2024-04-25T09:18:26.840Z | |
55 | 2024-04-25T09:18:26.840Z | To configure your current shell, you need to source |
56 | 2024-04-25T09:18:26.840Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-04-25T09:18:26.840Z | |
58 | 2024-04-25T09:18:26.840Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-04-25T09:18:26.840Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-04-25T09:18:26.840Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-04-25T09:18:26.840Z | + rustc --version |
62 | 2024-04-25T09:18:26.841Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-04-25T09:18:26.841Z | process exited: duration 18726 ms, exit code 0 |
|
64 | 2024-04-25T09:18:26.963Z | starting task 2: "authentication" |
65 | 2024-04-25T09:18:26.985Z | process exited: duration 38 ms, exit code 0 |
|
66 | 2024-04-25T09:18:27.033Z | starting task 3: "clone repository" |
67 | 2024-04-25T09:18:27.037Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-04-25T09:18:27.037Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-04-25T09:18:27.431Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-04-25T09:18:32.890Z | + cd /work/oxidecomputer/omicron |
71 | 2024-04-25T09:18:32.890Z | + git fetch origin 6a37eb046614fb621d125b735bcc786400b96418 |
72 | 2024-04-25T09:18:33.194Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-04-25T09:18:33.194Z | * branch 6a37eb046614fb621d125b735bcc786400b96418 -> FETCH_HEAD |
74 | 2024-04-25T09:18:33.209Z | + [[ -n renovate/cargo_toml-0.x-lockfile ]] |
75 | 2024-04-25T09:18:33.217Z | ++ git branch --show-current |
76 | 2024-04-25T09:18:33.218Z | + current=main |
77 | 2024-04-25T09:18:33.218Z | + [[ main != renovate/cargo_toml-0.x-lockfile ]] |
78 | 2024-04-25T09:18:33.218Z | + git branch -f renovate/cargo_toml-0.x-lockfile 6a37eb046614fb621d125b735bcc786400b96418 |
79 | 2024-04-25T09:18:33.218Z | + git checkout -f renovate/cargo_toml-0.x-lockfile |
80 | 2024-04-25T09:18:33.332Z | Switched to branch 'renovate/cargo_toml-0.x-lockfile' |
81 | 2024-04-25T09:18:33.335Z | + git reset --hard 6a37eb046614fb621d125b735bcc786400b96418 |
82 | 2024-04-25T09:18:33.460Z | HEAD is now at 6a37eb046 Update Rust crate cargo_toml to v0.20.1 |
83 | 2024-04-25T09:18:33.473Z | process exited: duration 6435 ms, exit code 0 |
|
84 | 2024-04-25T09:18:33.481Z | starting task 4: "build" |
85 | 2024-04-25T09:18:33.486Z | + cargo --version |
86 | 2024-04-25T09:18:33.498Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
87 | 2024-04-25T09:18:33.637Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
88 | 2024-04-25T09:18:33.637Z | info: downloading component 'cargo' |
89 | 2024-04-25T09:18:34.495Z | info: downloading component 'clippy' |
90 | 2024-04-25T09:18:34.773Z | info: downloading component 'rust-docs' |
91 | 2024-04-25T09:18:35.928Z | info: downloading component 'rust-std' |
92 | 2024-04-25T09:18:37.619Z | info: downloading component 'rustc' |
93 | 2024-04-25T09:18:46.569Z | info: downloading component 'rustfmt' |
94 | 2024-04-25T09:18:46.637Z | info: installing component 'cargo' |
95 | 2024-04-25T09:18:46.637Z | info: installing component 'clippy' |
96 | 2024-04-25T09:18:46.637Z | info: installing component 'rust-docs' |
97 | 2024-04-25T09:18:46.637Z | info: installing component 'rust-std' |
98 | 2024-04-25T09:18:46.792Z | info: installing component 'rustc' |
99 | 2024-04-25T09:18:50.747Z | info: installing component 'rustfmt' |
100 | 2024-04-25T09:18:51.143Z | cargo 1.77.2 (e52e36006 2024-03-26) |
101 | 2024-04-25T09:18:51.197Z | + rustc --version |
102 | 2024-04-25T09:18:51.217Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
103 | 2024-04-25T09:18:51.236Z | + source ./env.sh |
104 | 2024-04-25T09:18:51.236Z | ++ set -o xtrace |
105 | 2024-04-25T09:18:51.236Z | ++++ dirname ./env.sh |
106 | 2024-04-25T09:18:51.316Z | +++ readlink -f . |
107 | 2024-04-25T09:18:51.384Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
108 | 2024-04-25T09:18:51.400Z | ++ 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-04-25T09:18:51.400Z | ++ 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-04-25T09:18:51.400Z | ++ 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-04-25T09:18:51.400Z | ++ 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-04-25T09:18:51.401Z | ++ 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-04-25T09:18:51.401Z | ++ 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-04-25T09:18:51.401Z | ++ 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-04-25T09:18:51.401Z | ++ 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-04-25T09:18:51.402Z | ++ unset OMICRON_WS |
117 | 2024-04-25T09:18:51.402Z | ++ set +o xtrace |
118 | 2024-04-25T09:18:51.402Z | |
119 | 2024-04-25T09:18:51.402Z | ##### ##### ###### ##### ###### #### # # # #### # |
120 | 2024-04-25T09:18:51.403Z | # # # # # # # # # # # # # # # |
121 | 2024-04-25T09:18:51.403Z | # # # # ##### # # ##### # # # # # #### # |
122 | 2024-04-25T09:18:51.403Z | ##### ##### # ##### # # # # # # # # # |
123 | 2024-04-25T09:18:51.403Z | # # # # # # # # # # # # # # # |
124 | 2024-04-25T09:18:51.403Z | # # # ###### # # ###### ### # #### # #### # |
125 | 2024-04-25T09:18:51.404Z | |
126 | 2024-04-25T09:19:03.073Z | Startup: Refreshing catalog 'helios-dev' ... Done |
127 | 2024-04-25T09:19:04.944Z | Startup: Caching catalogs ... Done |
128 | 2024-04-25T09:19:07.361Z | Planning: Solver setup ... Done (1.967s) |
129 | 2024-04-25T09:19:07.404Z | Planning: Running solver ... Done (0.042s) |
130 | 2024-04-25T09:19:08.066Z | Planning: Finding local manifests ... Done (0.215s) |
131 | 2024-04-25T09:19:08.070Z | Planning: Fetching manifests: 0/4 0% complete |
132 | 2024-04-25T09:19:08.070Z | Planning: Fetching manifests: 4/4 100% complete |
133 | 2024-04-25T09:19:08.071Z | Planning: Package planning ... Done (0.047s) |
134 | 2024-04-25T09:19:08.087Z | Planning: Merging actions ... Done (0.051s) |
135 | 2024-04-25T09:19:08.581Z | Planning: Checking for conflicting actions ... Done (0.486s) |
136 | 2024-04-25T09:19:08.605Z | Planning: Consolidating action changes ... Done (0.011s) |
137 | 2024-04-25T09:19:18.023Z | Planning: Evaluating mediators ... Done (9.429s) |
138 | 2024-04-25T09:19:18.038Z | Planning: Planning completed in 13.03 seconds |
139 | 2024-04-25T09:19:18.118Z | Packages to install: 4 |
140 | 2024-04-25T09:19:18.118Z | Mediators to change: 2 |
141 | 2024-04-25T09:19:18.131Z | Services to change: 1 |
142 | 2024-04-25T09:19:18.131Z | Estimated space available: 155.32 GB |
143 | 2024-04-25T09:19:18.132Z | Estimated space to be consumed: 1.44 GB |
144 | 2024-04-25T09:19:18.132Z | Create boot environment: No |
145 | 2024-04-25T09:19:18.132Z | Create backup boot environment: No |
146 | 2024-04-25T09:19:18.132Z | Rebuild boot archive: No |
147 | 2024-04-25T09:19:18.132Z | |
148 | 2024-04-25T09:19:18.132Z | Changed mediators: |
149 | 2024-04-25T09:19:18.132Z | mediator clang: |
150 | 2024-04-25T09:19:18.132Z | version: None -> 15 (system default) |
151 | 2024-04-25T09:19:18.133Z | |
152 | 2024-04-25T09:19:18.133Z | mediator llvm: |
153 | 2024-04-25T09:19:18.133Z | version: 14 (system default) -> 15 (system default) |
154 | 2024-04-25T09:19:18.133Z | |
155 | 2024-04-25T09:19:18.133Z | Changed packages: |
156 | 2024-04-25T09:19:18.133Z | helios-dev |
157 | 2024-04-25T09:19:18.133Z | developer/build-essential |
158 | 2024-04-25T09:19:18.133Z | None -> 11-2.0 |
159 | 2024-04-25T09:19:18.133Z | library/libxmlsec1 |
160 | 2024-04-25T09:19:18.133Z | None -> 1.2.35-2.0 |
161 | 2024-04-25T09:19:18.134Z | ooce/developer/clang-15 |
162 | 2024-04-25T09:19:18.134Z | None -> 15.0.7-2.0 |
163 | 2024-04-25T09:19:18.134Z | ooce/developer/llvm-15 |
164 | 2024-04-25T09:19:18.134Z | None -> 15.0.7-2.0 |
165 | 2024-04-25T09:19:18.134Z | |
166 | 2024-04-25T09:19:18.134Z | Services: |
167 | 2024-04-25T09:19:18.134Z | restart_fmri: |
168 | 2024-04-25T09:19:18.134Z | svc:/system/update-man-index:default |
169 | 2024-04-25T09:19:18.268Z | |
170 | 2024-04-25T09:19:18.268Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
171 | 2024-04-25T09:19:23.259Z | Download: 1306/3290 items 104.8/212.6MB 49% complete (21.2M/s) |
172 | 2024-04-25T09:19:28.270Z | Download: 3003/3290 items 121.2/212.6MB 57% complete (12.3M/s) |
173 | 2024-04-25T09:19:34.550Z | Download: 3286/3290 items 211.9/212.6MB 99% complete (12.7M/s) |
174 | 2024-04-25T09:19:34.581Z | Download: Completed 212.60 MB in 16.23 seconds (13.1M/s) |
175 | 2024-04-25T09:19:37.430Z | Actions: 1/3689 actions (Installing new actions) |
176 | 2024-04-25T09:19:42.571Z | Actions: 3555/3689 actions (Installing new actions) |
177 | 2024-04-25T09:19:42.909Z | Actions: Completed 3689 actions in 5.45 seconds. |
178 | 2024-04-25T09:19:43.088Z | Done (0.201s) |
179 | 2024-04-25T09:19:43.089Z | Done (0.000s) |
180 | 2024-04-25T09:19:43.360Z | Done (0.270s) |
181 | 2024-04-25T09:19:49.350Z | Done (5.842s) |
182 | 2024-04-25T09:19:49.611Z | Done (0.196s) |
183 | 2024-04-25T09:19:50.081Z | Done (0.000s) |
184 | 2024-04-25T09:19:50.102Z | Done (0.000s) |
185 | 2024-04-25T09:19:50.701Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-04-25T09:19:50.718Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-04-25T09:19:50.718Z | Planning: Consolidating action changes ... Done |
188 | 2024-04-25T09:19:50.731Z | Planning: Evaluating mediators ... Done |
189 | 2024-04-25T09:19:50.731Z | Planning: Planning completed in 0.42 seconds |
190 | 2024-04-25T09:19:50.752Z | Mediators to change: 2 |
191 | 2024-04-25T09:19:50.752Z | Create boot environment: No |
192 | 2024-04-25T09:19:50.765Z | Create backup boot environment: No |
193 | 2024-04-25T09:19:50.815Z | Done |
194 | 2024-04-25T09:19:50.816Z | Done |
195 | 2024-04-25T09:19:50.964Z | Done |
196 | 2024-04-25T09:19:54.596Z | Done |
197 | 2024-04-25T09:19:55.096Z | Done |
198 | 2024-04-25T09:19:55.096Z | Done |
199 | 2024-04-25T09:19:55.146Z | Done |
200 | 2024-04-25T09:19:55.445Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-04-25T09:19:55.455Z | Planning: Merging actions ... Done |
202 | 2024-04-25T09:19:55.632Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-04-25T09:19:55.636Z | Planning: Consolidating action changes ... Done |
204 | 2024-04-25T09:19:55.919Z | Planning: Evaluating mediators ... Done |
205 | 2024-04-25T09:19:55.950Z | Planning: Planning completed in 0.78 seconds |
206 | 2024-04-25T09:19:55.986Z | Packages to change: 1 |
207 | 2024-04-25T09:19:55.987Z | Mediators to change: 1 |
208 | 2024-04-25T09:19:55.987Z | Services to change: 1 |
209 | 2024-04-25T09:19:55.987Z | Create boot environment: No |
210 | 2024-04-25T09:19:55.987Z | Create backup boot environment: Yes |
211 | 2024-04-25T09:19:57.826Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-04-25T09:19:57.835Z | Actions: Completed 6 actions in 0.00 seconds. |
213 | 2024-04-25T09:19:57.835Z | Done |
214 | 2024-04-25T09:19:57.835Z | Done |
215 | 2024-04-25T09:19:57.885Z | Done |
216 | 2024-04-25T09:20:01.434Z | Done |
217 | 2024-04-25T09:20:01.543Z | Done |
218 | 2024-04-25T09:20:01.549Z | Done |
219 | 2024-04-25T09:20:01.638Z | Done |
220 | 2024-04-25T09:20:02.154Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-04-25T09:20:02.155Z | clang system 15 system |
222 | 2024-04-25T09:20:02.155Z | csh system system illumos |
223 | 2024-04-25T09:20:02.155Z | ctags system system illumos |
224 | 2024-04-25T09:20:02.155Z | gcc vendor 12 vendor |
225 | 2024-04-25T09:20:02.155Z | gcc system 10 system |
226 | 2024-04-25T09:20:02.155Z | gcc system 7 system |
227 | 2024-04-25T09:20:02.155Z | go system 1.20 system |
228 | 2024-04-25T09:20:02.155Z | go system 1.19 system |
229 | 2024-04-25T09:20:02.155Z | llvm system 15 system |
230 | 2024-04-25T09:20:02.155Z | llvm system 14 system |
231 | 2024-04-25T09:20:02.155Z | mariadb system 10.6 system |
232 | 2024-04-25T09:20:02.156Z | mta vendor vendor dma |
233 | 2024-04-25T09:20:02.156Z | openjdk system 17 system |
234 | 2024-04-25T09:20:02.156Z | openjdk system 11 system |
235 | 2024-04-25T09:20:02.156Z | openjdk system 1.8 system |
236 | 2024-04-25T09:20:02.156Z | openssl vendor 3 vendor |
237 | 2024-04-25T09:20:02.156Z | perl system 5.36 system |
238 | 2024-04-25T09:20:02.156Z | postgresql system 15 system |
239 | 2024-04-25T09:20:02.156Z | postgresql system 13 system |
240 | 2024-04-25T09:20:02.156Z | python vendor 3 vendor |
241 | 2024-04-25T09:20:02.161Z | python system 2 system |
242 | 2024-04-25T09:20:02.161Z | python3 system 3.11 system |
243 | 2024-04-25T09:20:02.161Z | ruby system 3.0 system |
244 | 2024-04-25T09:20:02.162Z | words vendor vendor american-english |
245 | 2024-04-25T09:20:02.162Z | words system system australian-english |
246 | 2024-04-25T09:20:02.162Z | words system system british-english |
247 | 2024-04-25T09:20:02.162Z | words system system canadian-english |
248 | 2024-04-25T09:20:02.162Z | words system system french |
249 | 2024-04-25T09:20:02.163Z | words system system italian |
250 | 2024-04-25T09:20:02.163Z | words system system ngerman |
251 | 2024-04-25T09:20:02.163Z | words system system ogerman |
252 | 2024-04-25T09:20:02.163Z | words system system spanish |
253 | 2024-04-25T09:20:03.876Z | PUBLISHER TYPE STATUS P LOCATION |
254 | 2024-04-25T09:20:03.876Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
255 | 2024-04-25T09:20:04.231Z | FMRI IFO |
256 | 2024-04-25T09:20:04.231Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2024-04-25T09:20:04.231Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2024-04-25T09:20:04.232Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2024-04-25T09:20:04.232Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
260 | 2024-04-25T09:20:04.232Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
261 | 2024-04-25T09:20:04.232Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
262 | 2024-04-25T09:20:04.232Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
263 | 2024-04-25T09:20:04.232Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
264 | 2024-04-25T09:20:04.232Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
265 | 2024-04-25T09:20:04.232Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
266 | 2024-04-25T09:20:04.232Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
267 | 2024-04-25T09:20:04.232Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
268 | 2024-04-25T09:20:04.270Z | + set -o errexit |
269 | 2024-04-25T09:20:04.270Z | +++ dirname ./tools/ci_download_cockroachdb |
270 | 2024-04-25T09:20:04.270Z | ++ cd ./tools |
271 | 2024-04-25T09:20:04.270Z | ++ pwd |
272 | 2024-04-25T09:20:04.270Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
273 | 2024-04-25T09:20:04.271Z | ++ basename ./tools/ci_download_cockroachdb |
274 | 2024-04-25T09:20:04.271Z | + ARG0=ci_download_cockroachdb |
275 | 2024-04-25T09:20:04.271Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
276 | 2024-04-25T09:20:04.271Z | + CIDL_VERSION=v22.1.9 |
277 | 2024-04-25T09:20:04.271Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
278 | 2024-04-25T09:20:04.271Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
279 | 2024-04-25T09:20:04.271Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
280 | 2024-04-25T09:20:04.271Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
281 | 2024-04-25T09:20:04.271Z | + TARGET_DIR=out |
282 | 2024-04-25T09:20:04.271Z | + DOWNLOAD_DIR=out/downloads |
283 | 2024-04-25T09:20:04.271Z | + DEST_DIR=./out/cockroachdb |
284 | 2024-04-25T09:20:04.271Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
285 | 2024-04-25T09:20:04.271Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
286 | 2024-04-25T09:20:04.271Z | + main |
287 | 2024-04-25T09:20:04.272Z | + [[ 0 != 0 ]] |
288 | 2024-04-25T09:20:04.272Z | + CIDL_OS=solaris2.11 |
289 | 2024-04-25T09:20:04.272Z | + [[ 0 != 0 ]] |
290 | 2024-04-25T09:20:04.272Z | + configure_os solaris2.11 |
291 | 2024-04-25T09:20:04.272Z | + echo 'current directory: /work/oxidecomputer/omicron' |
292 | 2024-04-25T09:20:04.272Z | current directory: /work/oxidecomputer/omicron |
293 | 2024-04-25T09:20:04.272Z | + echo 'configuring based on OS: "solaris2.11"' |
294 | 2024-04-25T09:20:04.272Z | configuring based on OS: "solaris2.11" |
295 | 2024-04-25T09:20:04.272Z | + case "$1" in |
296 | 2024-04-25T09:20:04.272Z | + CIDL_BUILD=illumos |
297 | 2024-04-25T09:20:04.272Z | + CIDL_SUFFIX=tar.gz |
298 | 2024-04-25T09:20:04.272Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
299 | 2024-04-25T09:20:04.272Z | + CIDL_URL_BASE=https://illumos.org/downloads |
300 | 2024-04-25T09:20:04.272Z | + CIDL_ASSEMBLE=do_assemble_illumos |
301 | 2024-04-25T09:20:04.272Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
302 | 2024-04-25T09:20:04.272Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
303 | 2024-04-25T09:20:04.272Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
304 | 2024-04-25T09:20:04.272Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
305 | 2024-04-25T09:20:04.272Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2024-04-25T09:20:04.273Z | + CIDL_SHA256FUNC=do_sha256sum |
307 | 2024-04-25T09:20:04.273Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
308 | 2024-04-25T09:20:04.273Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2024-04-25T09:20:04.274Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
310 | 2024-04-25T09:20:04.274Z | + mkdir -p out/downloads |
311 | 2024-04-25T09:20:04.274Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2024-04-25T09:20:04.274Z | + mkdir -p ./out/cockroachdb |
313 | 2024-04-25T09:20:04.275Z | + local DO_DOWNLOAD=true |
314 | 2024-04-25T09:20:04.275Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
315 | 2024-04-25T09:20:04.275Z | + '[' true == true ']' |
316 | 2024-04-25T09:20:04.275Z | + echo Downloading... |
317 | 2024-04-25T09:20:04.275Z | Downloading... |
318 | 2024-04-25T09:20:04.276Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
319 | 2024-04-25T09:20:04.276Z | + 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 |
320 | 2024-04-25T09:20:14.768Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
321 | 2024-04-25T09:20:15.009Z | ++ sha256sum |
322 | 2024-04-25T09:20:15.010Z | ++ awk '{print $1}' |
323 | 2024-04-25T09:20:15.010Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
324 | 2024-04-25T09:20:15.010Z | + [[ 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 ]] |
325 | 2024-04-25T09:20:15.010Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
326 | 2024-04-25T09:20:15.010Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
327 | 2024-04-25T09:20:15.320Z | + do_assemble_illumos |
328 | 2024-04-25T09:20:15.320Z | + rm -r ./out/cockroachdb |
329 | 2024-04-25T09:20:15.321Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
330 | 2024-04-25T09:20:15.321Z | + ./out/cockroachdb/bin/cockroach version |
331 | 2024-04-25T09:20:15.322Z | Build Tag: v22.1.9-dirty |
332 | 2024-04-25T09:20:15.322Z | Build Time: 2022/10/26 21:17:46 |
333 | 2024-04-25T09:20:15.322Z | Distribution: OSS |
334 | 2024-04-25T09:20:15.322Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
335 | 2024-04-25T09:20:15.323Z | Go Version: go1.17.13 |
336 | 2024-04-25T09:20:15.323Z | C Compiler: gcc 10.3.0 |
337 | 2024-04-25T09:20:15.323Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
338 | 2024-04-25T09:20:15.323Z | Build Type: release |
339 | 2024-04-25T09:20:15.323Z | + set -o errexit |
340 | 2024-04-25T09:20:15.323Z | +++ dirname ./tools/ci_download_clickhouse |
341 | 2024-04-25T09:20:15.324Z | ++ cd ./tools |
342 | 2024-04-25T09:20:15.324Z | ++ pwd |
343 | 2024-04-25T09:20:15.324Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
344 | 2024-04-25T09:20:15.324Z | ++ basename ./tools/ci_download_clickhouse |
345 | 2024-04-25T09:20:15.324Z | + ARG0=ci_download_clickhouse |
346 | 2024-04-25T09:20:15.324Z | + TARGET_DIR=out |
347 | 2024-04-25T09:20:15.324Z | + DOWNLOAD_DIR=out/downloads |
348 | 2024-04-25T09:20:15.324Z | + DEST_DIR=./out/clickhouse |
349 | 2024-04-25T09:20:15.324Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
350 | 2024-04-25T09:20:15.324Z | + CIDL_VERSION=v23.8.7.24 |
351 | 2024-04-25T09:20:15.324Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
352 | 2024-04-25T09:20:15.325Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
353 | 2024-04-25T09:20:15.325Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
354 | 2024-04-25T09:20:15.325Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
355 | 2024-04-25T09:20:15.325Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
356 | 2024-04-25T09:20:15.325Z | + main |
357 | 2024-04-25T09:20:15.325Z | + [[ 0 != 0 ]] |
358 | 2024-04-25T09:20:15.325Z | + CIDL_OS=solaris2.11 |
359 | 2024-04-25T09:20:15.325Z | + [[ 0 != 0 ]] |
360 | 2024-04-25T09:20:15.325Z | + configure_os solaris2.11 |
361 | 2024-04-25T09:20:15.325Z | + echo 'current directory: /work/oxidecomputer/omicron' |
362 | 2024-04-25T09:20:15.325Z | current directory: /work/oxidecomputer/omicron |
363 | 2024-04-25T09:20:15.325Z | + echo 'configuring based on OS: "solaris2.11"' |
364 | 2024-04-25T09:20:15.326Z | configuring based on OS: "solaris2.11" |
365 | 2024-04-25T09:20:15.326Z | + CIDL_DASHREV= |
366 | 2024-04-25T09:20:15.326Z | + case "$1" in |
367 | 2024-04-25T09:20:15.326Z | + CIDL_PLATFORM=illumos |
368 | 2024-04-25T09:20:15.326Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
369 | 2024-04-25T09:20:15.327Z | + CIDL_MD5FUNC=do_md5sum |
370 | 2024-04-25T09:20:15.327Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
371 | 2024-04-25T09:20:15.327Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
372 | 2024-04-25T09:20:15.328Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
373 | 2024-04-25T09:20:15.328Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
374 | 2024-04-25T09:20:15.328Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
375 | 2024-04-25T09:20:15.328Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
376 | 2024-04-25T09:20:15.329Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
377 | 2024-04-25T09:20:15.329Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
378 | 2024-04-25T09:20:15.329Z | + mkdir -p out/downloads |
379 | 2024-04-25T09:20:15.329Z | + mkdir -p ./out/clickhouse |
380 | 2024-04-25T09:20:15.329Z | + local DO_DOWNLOAD=true |
381 | 2024-04-25T09:20:15.329Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
382 | 2024-04-25T09:20:15.330Z | + '[' true == true ']' |
383 | 2024-04-25T09:20:15.330Z | + echo Downloading... |
384 | 2024-04-25T09:20:15.330Z | Downloading... |
385 | 2024-04-25T09:20:15.330Z | + 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 |
386 | 2024-04-25T09:20:15.330Z | + 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 |
387 | 2024-04-25T09:20:15.330Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
388 | 2024-04-25T09:20:15.331Z | ++ md5sum |
389 | 2024-04-25T09:20:15.331Z | ++ awk '{print $1}' |
390 | 2024-04-25T09:20:15.398Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
391 | 2024-04-25T09:20:15.398Z | + [[ 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 ]] |
392 | 2024-04-25T09:20:15.398Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
393 | 2024-04-25T09:20:15.399Z | + mkdir -p ./out/clickhouse |
394 | 2024-04-25T09:20:15.399Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
395 | 2024-04-25T09:20:15.755Z | + [[ solaris2.11 == darwin* ]] |
396 | 2024-04-25T09:20:15.756Z | + ./out/clickhouse/clickhouse server --version |
397 | 2024-04-25T09:20:16.007Z | ClickHouse server version 23.8.7.1. |
398 | 2024-04-25T09:20:16.016Z | + set -o errexit |
399 | 2024-04-25T09:20:16.017Z | +++ dirname ./tools/ci_download_console |
400 | 2024-04-25T09:20:16.017Z | ++ cd ./tools |
401 | 2024-04-25T09:20:16.017Z | ++ pwd |
402 | 2024-04-25T09:20:16.017Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
403 | 2024-04-25T09:20:16.017Z | ++ basename ./tools/ci_download_console |
404 | 2024-04-25T09:20:16.017Z | + ARG0=ci_download_console |
405 | 2024-04-25T09:20:16.017Z | + TARGET_DIR=out |
406 | 2024-04-25T09:20:16.017Z | + DOWNLOAD_DIR=out/downloads |
407 | 2024-04-25T09:20:16.017Z | + DEST_DIR=./out/console-assets |
408 | 2024-04-25T09:20:16.017Z | + source /work/oxidecomputer/omicron/tools/console_version |
409 | 2024-04-25T09:20:16.017Z | ++ COMMIT=d2a9345f2a87a08bb05a3668c82f5a8884a1afe3 |
410 | 2024-04-25T09:20:16.017Z | ++ SHA2=152bfe05a887ab884eac4bf77722bc3aefc80be73625532b324148cd6476c7a9 |
411 | 2024-04-25T09:20:16.017Z | + URL=https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz |
412 | 2024-04-25T09:20:16.017Z | + TARBALL_FILE=out/downloads/console.tar.gz |
413 | 2024-04-25T09:20:16.017Z | + main |
414 | 2024-04-25T09:20:16.017Z | + [[ 0 != 0 ]] |
415 | 2024-04-25T09:20:16.018Z | + echo 'URL: https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz' |
416 | 2024-04-25T09:20:16.018Z | URL: https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz |
417 | 2024-04-25T09:20:16.018Z | + echo 'Local file: out/downloads/console.tar.gz' |
418 | 2024-04-25T09:20:16.018Z | + local DO_DOWNLOAD=true |
419 | 2024-04-25T09:20:16.018Z | Local file: out/downloads/console.tar.gz |
420 | 2024-04-25T09:20:16.018Z | + [[ -f out/downloads/console.tar.gz ]] |
421 | 2024-04-25T09:20:16.018Z | + mkdir -p out/downloads |
422 | 2024-04-25T09:20:16.018Z | + '[' true == true ']' |
423 | 2024-04-25T09:20:16.018Z | + echo Downloading... |
424 | 2024-04-25T09:20:16.018Z | Downloading... |
425 | 2024-04-25T09:20:16.018Z | + do_download_curl https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz out/downloads/console.tar.gz |
426 | 2024-04-25T09:20:16.018Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/d2a9345f2a87a08bb05a3668c82f5a8884a1afe3.tar.gz |
427 | 2024-04-25T09:20:16.472Z | ++ do_sha256sum out/downloads/console.tar.gz |
428 | 2024-04-25T09:20:16.472Z | ++ case "$OSTYPE" in |
429 | 2024-04-25T09:20:16.473Z | ++ SHA=sha256sum |
430 | 2024-04-25T09:20:16.478Z | ++ sha256sum |
431 | 2024-04-25T09:20:16.478Z | ++ awk '{print $1}' |
432 | 2024-04-25T09:20:16.479Z | + calculated_sha2=152bfe05a887ab884eac4bf77722bc3aefc80be73625532b324148cd6476c7a9 |
433 | 2024-04-25T09:20:16.479Z | + [[ 152bfe05a887ab884eac4bf77722bc3aefc80be73625532b324148cd6476c7a9 != \1\5\2\b\f\e\0\5\a\8\8\7\a\b\8\8\4\e\a\c\4\b\f\7\7\7\2\2\b\c\3\a\e\f\c\8\0\b\e\7\3\6\2\5\5\3\2\b\3\2\4\1\4\8\c\d\6\4\7\6\c\7\a\9 ]] |
434 | 2024-04-25T09:20:16.479Z | + rm -rf ./out/console-assets |
435 | 2024-04-25T09:20:16.479Z | + mkdir -p ./out/console-assets |
436 | 2024-04-25T09:20:16.487Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
437 | 2024-04-25T09:20:16.487Z | + mkdir -p ./out/console-assets |
438 | 2024-04-25T09:20:16.487Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
439 | 2024-04-25T09:20:16.581Z | + set -o errexit |
440 | 2024-04-25T09:20:16.598Z | +++ dirname ./tools/ci_download_maghemite_openapi |
441 | 2024-04-25T09:20:16.598Z | ++ cd ./tools |
442 | 2024-04-25T09:20:16.598Z | ++ pwd |
443 | 2024-04-25T09:20:16.598Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
444 | 2024-04-25T09:20:16.599Z | ++ basename ./tools/ci_download_maghemite_openapi |
445 | 2024-04-25T09:20:16.599Z | + ARG0=ci_download_maghemite_openapi |
446 | 2024-04-25T09:20:16.599Z | + TARGET_DIR=out |
447 | 2024-04-25T09:20:16.599Z | + DOWNLOAD_DIR=out/downloads |
448 | 2024-04-25T09:20:16.599Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
449 | 2024-04-25T09:20:16.600Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
450 | 2024-04-25T09:20:16.600Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
451 | 2024-04-25T09:20:16.600Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
452 | 2024-04-25T09:20:16.600Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
453 | 2024-04-25T09:20:16.600Z | + main |
454 | 2024-04-25T09:20:16.600Z | + rm -rf out/downloads/root |
455 | 2024-04-25T09:20:16.601Z | + [[ 0 != 0 ]] |
456 | 2024-04-25T09:20:16.601Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
457 | 2024-04-25T09:20:16.601Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
458 | 2024-04-25T09:20:16.601Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
459 | 2024-04-25T09:20:16.601Z | + local DO_DOWNLOAD=true |
460 | 2024-04-25T09:20:16.601Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
461 | 2024-04-25T09:20:16.601Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
462 | 2024-04-25T09:20:16.601Z | + mkdir -p out/downloads |
463 | 2024-04-25T09:20:16.601Z | + '[' true == true ']' |
464 | 2024-04-25T09:20:16.602Z | + echo Downloading... |
465 | 2024-04-25T09:20:16.602Z | Downloading... |
466 | 2024-04-25T09:20:16.602Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
467 | 2024-04-25T09:20:16.602Z | + 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 |
468 | 2024-04-25T09:20:17.447Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
469 | 2024-04-25T09:20:17.448Z | ++ case "$OSTYPE" in |
470 | 2024-04-25T09:20:17.448Z | ++ SHA=sha256sum |
471 | 2024-04-25T09:20:17.630Z | ++ sha256sum |
472 | 2024-04-25T09:20:17.630Z | ++ awk '{print $1}' |
473 | 2024-04-25T09:20:17.631Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
474 | 2024-04-25T09:20:17.631Z | + [[ 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 ]] |
475 | 2024-04-25T09:20:17.631Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
476 | 2024-04-25T09:20:17.631Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
477 | 2024-04-25T09:20:17.631Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
478 | 2024-04-25T09:20:17.632Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
479 | 2024-04-25T09:20:17.632Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
480 | 2024-04-25T09:20:17.632Z | + main |
481 | 2024-04-25T09:20:17.632Z | + rm -rf out/downloads/root |
482 | 2024-04-25T09:20:17.632Z | + [[ 0 != 0 ]] |
483 | 2024-04-25T09:20:17.632Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
484 | 2024-04-25T09:20:17.633Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
485 | 2024-04-25T09:20:17.633Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
486 | 2024-04-25T09:20:17.642Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
487 | 2024-04-25T09:20:17.642Z | + local DO_DOWNLOAD=true |
488 | 2024-04-25T09:20:17.642Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
489 | 2024-04-25T09:20:17.643Z | + mkdir -p out/downloads |
490 | 2024-04-25T09:20:17.643Z | + '[' true == true ']' |
491 | 2024-04-25T09:20:17.643Z | + echo Downloading... |
492 | 2024-04-25T09:20:17.643Z | Downloading... |
493 | 2024-04-25T09:20:17.644Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
494 | 2024-04-25T09:20:17.644Z | + 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 |
495 | 2024-04-25T09:20:19.247Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
496 | 2024-04-25T09:20:19.247Z | ++ case "$OSTYPE" in |
497 | 2024-04-25T09:20:19.247Z | ++ SHA=sha256sum |
498 | 2024-04-25T09:20:19.254Z | ++ sha256sum |
499 | 2024-04-25T09:20:19.254Z | ++ awk '{print $1}' |
500 | 2024-04-25T09:20:19.254Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
501 | 2024-04-25T09:20:19.254Z | + [[ 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 ]] |
502 | 2024-04-25T09:20:19.255Z | + set -o errexit |
503 | 2024-04-25T09:20:19.268Z | +++ dirname ./tools/ci_download_dendrite_openapi |
504 | 2024-04-25T09:20:19.268Z | ++ cd ./tools |
505 | 2024-04-25T09:20:19.268Z | ++ pwd |
506 | 2024-04-25T09:20:19.269Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
507 | 2024-04-25T09:20:19.269Z | ++ basename ./tools/ci_download_dendrite_openapi |
508 | 2024-04-25T09:20:19.269Z | + ARG0=ci_download_dendrite_openapi |
509 | 2024-04-25T09:20:19.269Z | + TARGET_DIR=out |
510 | 2024-04-25T09:20:19.270Z | + DOWNLOAD_DIR=out/downloads |
511 | 2024-04-25T09:20:19.270Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
512 | 2024-04-25T09:20:19.270Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
513 | 2024-04-25T09:20:19.270Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
514 | 2024-04-25T09:20:19.270Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
515 | 2024-04-25T09:20:19.270Z | + LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
516 | 2024-04-25T09:20:19.270Z | + main |
517 | 2024-04-25T09:20:19.271Z | + [[ 0 != 0 ]] |
518 | 2024-04-25T09:20:19.271Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json' |
519 | 2024-04-25T09:20:19.271Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
520 | 2024-04-25T09:20:19.271Z | + echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json' |
521 | 2024-04-25T09:20:19.272Z | Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
522 | 2024-04-25T09:20:19.272Z | + local DO_DOWNLOAD=true |
523 | 2024-04-25T09:20:19.272Z | + [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]] |
524 | 2024-04-25T09:20:19.272Z | + mkdir -p out/downloads |
525 | 2024-04-25T09:20:19.272Z | + '[' true == true ']' |
526 | 2024-04-25T09:20:19.272Z | + echo Downloading... |
527 | 2024-04-25T09:20:19.272Z | Downloading... |
528 | 2024-04-25T09:20:19.272Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
529 | 2024-04-25T09:20:19.272Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
530 | 2024-04-25T09:20:19.920Z | ++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
531 | 2024-04-25T09:20:19.920Z | ++ case "$OSTYPE" in |
532 | 2024-04-25T09:20:19.921Z | ++ SHA=sha256sum |
533 | 2024-04-25T09:20:20.083Z | ++ sha256sum |
534 | 2024-04-25T09:20:20.083Z | ++ awk '{print $1}' |
535 | 2024-04-25T09:20:20.083Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
536 | 2024-04-25T09:20:20.083Z | + [[ 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 ]] |
537 | 2024-04-25T09:20:20.084Z | + set -o errexit |
538 | 2024-04-25T09:20:20.084Z | +++ dirname ./tools/ci_download_dendrite_stub |
539 | 2024-04-25T09:20:20.084Z | ++ cd ./tools |
540 | 2024-04-25T09:20:20.085Z | ++ pwd |
541 | 2024-04-25T09:20:20.085Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
542 | 2024-04-25T09:20:20.085Z | ++ basename ./tools/ci_download_dendrite_stub |
543 | 2024-04-25T09:20:20.085Z | + ARG0=ci_download_dendrite_stub |
544 | 2024-04-25T09:20:20.085Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
545 | 2024-04-25T09:20:20.085Z | ++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
546 | 2024-04-25T09:20:20.085Z | ++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a |
547 | 2024-04-25T09:20:20.085Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
548 | 2024-04-25T09:20:20.086Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
549 | 2024-04-25T09:20:20.086Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
550 | 2024-04-25T09:20:20.086Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
551 | 2024-04-25T09:20:20.086Z | + TARGET_DIR=out |
552 | 2024-04-25T09:20:20.086Z | + DOWNLOAD_DIR=out/downloads |
553 | 2024-04-25T09:20:20.086Z | + DEST_DIR=./out/dendrite-stub |
554 | 2024-04-25T09:20:20.086Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
555 | 2024-04-25T09:20:20.086Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
556 | 2024-04-25T09:20:20.087Z | + REPO=oxidecomputer/dendrite |
557 | 2024-04-25T09:20:20.087Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690 |
558 | 2024-04-25T09:20:20.087Z | + main |
559 | 2024-04-25T09:20:20.087Z | + [[ 0 != 0 ]] |
560 | 2024-04-25T09:20:20.087Z | + CIDL_OS=solaris2.11 |
561 | 2024-04-25T09:20:20.087Z | + [[ 0 != 0 ]] |
562 | 2024-04-25T09:20:20.088Z | + configure_os solaris2.11 |
563 | 2024-04-25T09:20:20.088Z | + echo 'current directory: /work/oxidecomputer/omicron' |
564 | 2024-04-25T09:20:20.088Z | current directory: /work/oxidecomputer/omicron |
565 | 2024-04-25T09:20:20.089Z | + echo 'configuring based on OS: "solaris2.11"' |
566 | 2024-04-25T09:20:20.089Z | configuring based on OS: "solaris2.11" |
567 | 2024-04-25T09:20:20.089Z | + case "$1" in |
568 | 2024-04-25T09:20:20.089Z | + SET_BINARIES= |
569 | 2024-04-25T09:20:20.089Z | + CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
570 | 2024-04-25T09:20:20.090Z | + CIDL_SHA256FUNC=do_sha256sum |
571 | 2024-04-25T09:20:20.090Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
572 | 2024-04-25T09:20:20.090Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
573 | 2024-04-25T09:20:20.090Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
574 | 2024-04-25T09:20:20.091Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz' |
575 | 2024-04-25T09:20:20.091Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
576 | 2024-04-25T09:20:20.091Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
577 | 2024-04-25T09:20:20.092Z | Local file: out/downloads/dendrite-stub.tar.gz |
578 | 2024-04-25T09:20:20.092Z | + mkdir -p out/downloads |
579 | 2024-04-25T09:20:20.092Z | + mkdir -p ./out/dendrite-stub |
580 | 2024-04-25T09:20:20.092Z | + fetch_and_verify |
581 | 2024-04-25T09:20:20.093Z | + local DO_DOWNLOAD=true |
582 | 2024-04-25T09:20:20.093Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
583 | 2024-04-25T09:20:20.093Z | + '[' true == true ']' |
584 | 2024-04-25T09:20:20.093Z | + echo Downloading... |
585 | 2024-04-25T09:20:20.094Z | Downloading... |
586 | 2024-04-25T09:20:20.095Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
587 | 2024-04-25T09:20:20.096Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
588 | 2024-04-25T09:20:47.214Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
589 | 2024-04-25T09:20:47.220Z | ++ sha256sum |
590 | 2024-04-25T09:20:47.220Z | ++ awk '{print $1}' |
591 | 2024-04-25T09:20:47.235Z | + calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
592 | 2024-04-25T09:20:47.236Z | + [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]] |
593 | 2024-04-25T09:20:47.241Z | + do_untar out/downloads/dendrite-stub.tar.gz |
594 | 2024-04-25T09:20:47.241Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
595 | 2024-04-25T09:20:47.836Z | + do_assemble |
596 | 2024-04-25T09:20:47.836Z | + rm -r ./out/dendrite-stub |
597 | 2024-04-25T09:20:47.841Z | + mkdir ./out/dendrite-stub |
598 | 2024-04-25T09:20:47.841Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
599 | 2024-04-25T09:20:47.939Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
600 | 2024-04-25T09:20:47.954Z | + set -o errexit |
601 | 2024-04-25T09:20:47.955Z | +++ dirname ./tools/ci_download_maghemite_mgd |
602 | 2024-04-25T09:20:47.955Z | ++ cd ./tools |
603 | 2024-04-25T09:20:47.955Z | ++ pwd |
604 | 2024-04-25T09:20:47.955Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
605 | 2024-04-25T09:20:47.955Z | ++ basename ./tools/ci_download_maghemite_mgd |
606 | 2024-04-25T09:20:47.955Z | + ARG0=ci_download_maghemite_mgd |
607 | 2024-04-25T09:20:47.955Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
608 | 2024-04-25T09:20:47.956Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
609 | 2024-04-25T09:20:47.956Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
610 | 2024-04-25T09:20:47.956Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
611 | 2024-04-25T09:20:47.956Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
612 | 2024-04-25T09:20:47.956Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
613 | 2024-04-25T09:20:47.956Z | + TARGET_DIR=out |
614 | 2024-04-25T09:20:47.956Z | + DOWNLOAD_DIR=out/downloads |
615 | 2024-04-25T09:20:47.956Z | + DEST_DIR=./out/mgd |
616 | 2024-04-25T09:20:47.956Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
617 | 2024-04-25T09:20:47.956Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
618 | 2024-04-25T09:20:47.957Z | + REPO=oxidecomputer/maghemite |
619 | 2024-04-25T09:20:47.957Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
620 | 2024-04-25T09:20:47.957Z | + main |
621 | 2024-04-25T09:20:47.958Z | + rm -rf out/downloads/root |
622 | 2024-04-25T09:20:47.971Z | + [[ 0 != 0 ]] |
623 | 2024-04-25T09:20:47.971Z | + CIDL_OS=solaris2.11 |
624 | 2024-04-25T09:20:47.971Z | + [[ 0 != 0 ]] |
625 | 2024-04-25T09:20:47.972Z | + configure_os solaris2.11 |
626 | 2024-04-25T09:20:47.972Z | + echo 'current directory: /work/oxidecomputer/omicron' |
627 | 2024-04-25T09:20:47.972Z | current directory: /work/oxidecomputer/omicron |
628 | 2024-04-25T09:20:47.972Z | + echo 'configuring based on OS: "solaris2.11"' |
629 | 2024-04-25T09:20:47.972Z | configuring based on OS: "solaris2.11" |
630 | 2024-04-25T09:20:47.972Z | + case "$1" in |
631 | 2024-04-25T09:20:47.972Z | + SET_BINARIES= |
632 | 2024-04-25T09:20:47.973Z | + CIDL_SHA256FUNC=do_sha256sum |
633 | 2024-04-25T09:20:47.973Z | + TARBALL_FILENAME=mgd.tar.gz |
634 | 2024-04-25T09:20:47.973Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
635 | 2024-04-25T09:20:47.973Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
636 | 2024-04-25T09:20:47.973Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
637 | 2024-04-25T09:20:47.973Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
638 | 2024-04-25T09:20:47.973Z | Local file: out/downloads/mgd.tar.gz |
639 | 2024-04-25T09:20:47.973Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
640 | 2024-04-25T09:20:47.973Z | + mkdir -p out/downloads |
641 | 2024-04-25T09:20:47.974Z | + mkdir -p ./out/mgd |
642 | 2024-04-25T09:20:47.974Z | + fetch_and_verify |
643 | 2024-04-25T09:20:47.974Z | + local DO_DOWNLOAD=true |
644 | 2024-04-25T09:20:47.974Z | + [[ -f out/downloads/mgd.tar.gz ]] |
645 | 2024-04-25T09:20:47.974Z | + '[' true == true ']' |
646 | 2024-04-25T09:20:47.974Z | + echo Downloading... |
647 | 2024-04-25T09:20:47.974Z | Downloading... |
648 | 2024-04-25T09:20:47.974Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
649 | 2024-04-25T09:20:47.974Z | + 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 |
650 | 2024-04-25T09:21:02.321Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
651 | 2024-04-25T09:21:02.327Z | ++ sha256sum |
652 | 2024-04-25T09:21:02.327Z | ++ awk '{print $1}' |
653 | 2024-04-25T09:21:02.351Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
654 | 2024-04-25T09:21:02.366Z | + [[ 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 ]] |
655 | 2024-04-25T09:21:02.366Z | + do_untar out/downloads/mgd.tar.gz |
656 | 2024-04-25T09:21:02.366Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
657 | 2024-04-25T09:21:02.940Z | + do_assemble |
658 | 2024-04-25T09:21:02.940Z | + rm -r ./out/mgd |
659 | 2024-04-25T09:21:02.963Z | + mkdir ./out/mgd |
660 | 2024-04-25T09:21:02.963Z | + cp -r out/downloads/root ./out/mgd/root |
661 | 2024-04-25T09:21:03.026Z | + set -o errexit |
662 | 2024-04-25T09:21:03.035Z | +++ dirname ./tools/ci_download_transceiver_control |
663 | 2024-04-25T09:21:03.035Z | ++ cd ./tools |
664 | 2024-04-25T09:21:03.035Z | ++ pwd |
665 | 2024-04-25T09:21:03.035Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
666 | 2024-04-25T09:21:03.035Z | ++ basename ./tools/ci_download_transceiver_control |
667 | 2024-04-25T09:21:03.035Z | + ARG0=ci_download_transceiver_control |
668 | 2024-04-25T09:21:03.035Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
669 | 2024-04-25T09:21:03.036Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
670 | 2024-04-25T09:21:03.036Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
671 | 2024-04-25T09:21:03.036Z | + TARGET_DIR=out |
672 | 2024-04-25T09:21:03.036Z | + DOWNLOAD_DIR=out/downloads |
673 | 2024-04-25T09:21:03.036Z | + DEST_DIR=./out/transceiver-control |
674 | 2024-04-25T09:21:03.036Z | + BIN_DIR=/opt/oxide/bin |
675 | 2024-04-25T09:21:03.036Z | + BINARY=xcvradm |
676 | 2024-04-25T09:21:03.036Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
677 | 2024-04-25T09:21:03.037Z | + REPO=oxidecomputer/transceiver-control |
678 | 2024-04-25T09:21:03.037Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
679 | 2024-04-25T09:21:03.037Z | + main |
680 | 2024-04-25T09:21:03.037Z | + [[ 0 != 0 ]] |
681 | 2024-04-25T09:21:03.037Z | + CIDL_OS=solaris2.11 |
682 | 2024-04-25T09:21:03.037Z | + [[ 0 != 0 ]] |
683 | 2024-04-25T09:21:03.037Z | + configure_os solaris2.11 |
684 | 2024-04-25T09:21:03.037Z | + echo 'current directory: /work/oxidecomputer/omicron' |
685 | 2024-04-25T09:21:03.037Z | current directory: /work/oxidecomputer/omicron |
686 | 2024-04-25T09:21:03.038Z | + echo 'configuring based on OS: "solaris2.11"' |
687 | 2024-04-25T09:21:03.038Z | + case "$1" in |
688 | 2024-04-25T09:21:03.038Z | configuring based on OS: "solaris2.11" |
689 | 2024-04-25T09:21:03.038Z | + SET_BINARIES= |
690 | 2024-04-25T09:21:03.038Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
691 | 2024-04-25T09:21:03.038Z | + CIDL_SHA256FUNC=do_sha256sum |
692 | 2024-04-25T09:21:03.038Z | + ARCHIVE_FILENAME=xcvradm.gz |
693 | 2024-04-25T09:21:03.038Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
694 | 2024-04-25T09:21:03.038Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
695 | 2024-04-25T09:21:03.038Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
696 | 2024-04-25T09:21:03.038Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
697 | 2024-04-25T09:21:03.039Z | + echo 'Local file: out/downloads/xcvradm.gz' |
698 | 2024-04-25T09:21:03.039Z | Local file: out/downloads/xcvradm.gz |
699 | 2024-04-25T09:21:03.039Z | + mkdir -p out/downloads |
700 | 2024-04-25T09:21:03.039Z | + mkdir -p ./out/transceiver-control |
701 | 2024-04-25T09:21:03.051Z | + fetch_and_verify |
702 | 2024-04-25T09:21:03.051Z | + local DO_DOWNLOAD=true |
703 | 2024-04-25T09:21:03.051Z | + [[ -f out/downloads/xcvradm.gz ]] |
704 | 2024-04-25T09:21:03.051Z | + '[' true == true ']' |
705 | 2024-04-25T09:21:03.051Z | + echo Downloading... |
706 | 2024-04-25T09:21:03.051Z | Downloading... |
707 | 2024-04-25T09:21:03.052Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
708 | 2024-04-25T09:21:03.052Z | + 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 |
709 | 2024-04-25T09:21:05.969Z | ++ do_sha256sum out/downloads/xcvradm.gz |
710 | 2024-04-25T09:21:05.986Z | ++ sha256sum |
711 | 2024-04-25T09:21:05.986Z | ++ awk '{print $1}' |
712 | 2024-04-25T09:21:05.986Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
713 | 2024-04-25T09:21:05.986Z | + [[ 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 ]] |
714 | 2024-04-25T09:21:05.986Z | + do_unpack out/downloads/xcvradm.gz |
715 | 2024-04-25T09:21:05.986Z | + mkdir -p out/downloads/root//opt/oxide/bin |
716 | 2024-04-25T09:21:05.986Z | + gzip -dc out/downloads/xcvradm.gz |
717 | 2024-04-25T09:21:06.097Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
718 | 2024-04-25T09:21:06.113Z | + do_assemble |
719 | 2024-04-25T09:21:06.113Z | + rm -r ./out/transceiver-control |
720 | 2024-04-25T09:21:06.113Z | + mkdir ./out/transceiver-control |
721 | 2024-04-25T09:21:06.113Z | + cp -r out/downloads/root ./out/transceiver-control/root |
722 | 2024-04-25T09:21:06.205Z | + set -o errexit |
723 | 2024-04-25T09:21:06.214Z | +++ dirname ./tools/ci_download_thundermuffin |
724 | 2024-04-25T09:21:06.214Z | ++ cd ./tools |
725 | 2024-04-25T09:21:06.215Z | ++ pwd |
726 | 2024-04-25T09:21:06.215Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
727 | 2024-04-25T09:21:06.215Z | ++ basename ./tools/ci_download_thundermuffin |
728 | 2024-04-25T09:21:06.215Z | + ARG0=ci_download_thundermuffin |
729 | 2024-04-25T09:21:06.215Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
730 | 2024-04-25T09:21:06.215Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
731 | 2024-04-25T09:21:06.216Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
732 | 2024-04-25T09:21:06.216Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
733 | 2024-04-25T09:21:06.216Z | + TARGET_DIR=out |
734 | 2024-04-25T09:21:06.216Z | + DOWNLOAD_DIR=out/downloads |
735 | 2024-04-25T09:21:06.216Z | + DEST_DIR=./out/thundermuffin |
736 | 2024-04-25T09:21:06.216Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
737 | 2024-04-25T09:21:06.216Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
738 | 2024-04-25T09:21:06.217Z | + REPO=oxidecomputer/thundermuffin |
739 | 2024-04-25T09:21:06.217Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
740 | 2024-04-25T09:21:06.217Z | + main |
741 | 2024-04-25T09:21:06.217Z | + rm -rf out/downloads/root |
742 | 2024-04-25T09:21:06.217Z | + [[ 0 != 0 ]] |
743 | 2024-04-25T09:21:06.217Z | + CIDL_OS=solaris2.11 |
744 | 2024-04-25T09:21:06.217Z | + [[ 0 != 0 ]] |
745 | 2024-04-25T09:21:06.217Z | + configure_os solaris2.11 |
746 | 2024-04-25T09:21:06.218Z | + echo 'current directory: /work/oxidecomputer/omicron' |
747 | 2024-04-25T09:21:06.218Z | current directory: /work/oxidecomputer/omicron |
748 | 2024-04-25T09:21:06.218Z | + echo 'configuring based on OS: "solaris2.11"' |
749 | 2024-04-25T09:21:06.218Z | + case "$1" in |
750 | 2024-04-25T09:21:06.218Z | configuring based on OS: "solaris2.11" |
751 | 2024-04-25T09:21:06.218Z | + SET_BINARIES= |
752 | 2024-04-25T09:21:06.218Z | + CIDL_SHA256FUNC=do_sha256sum |
753 | 2024-04-25T09:21:06.218Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
754 | 2024-04-25T09:21:06.218Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
755 | 2024-04-25T09:21:06.218Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
756 | 2024-04-25T09:21:06.218Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
757 | 2024-04-25T09:21:06.218Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
758 | 2024-04-25T09:21:06.218Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
759 | 2024-04-25T09:21:06.218Z | Local file: out/downloads/thundermuffin.tar.gz |
760 | 2024-04-25T09:21:06.219Z | + mkdir -p out/downloads |
761 | 2024-04-25T09:21:06.219Z | + mkdir -p ./out/thundermuffin |
762 | 2024-04-25T09:21:06.219Z | + fetch_and_verify |
763 | 2024-04-25T09:21:06.219Z | + local DO_DOWNLOAD=true |
764 | 2024-04-25T09:21:06.219Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
765 | 2024-04-25T09:21:06.219Z | + '[' true == true ']' |
766 | 2024-04-25T09:21:06.219Z | + echo Downloading... |
767 | 2024-04-25T09:21:06.219Z | Downloading... |
768 | 2024-04-25T09:21:06.219Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
769 | 2024-04-25T09:21:06.219Z | + 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 |
770 | 2024-04-25T09:21:09.464Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
771 | 2024-04-25T09:21:09.473Z | ++ sha256sum |
772 | 2024-04-25T09:21:09.473Z | ++ awk '{print $1}' |
773 | 2024-04-25T09:21:09.473Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
774 | 2024-04-25T09:21:09.474Z | + [[ 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 ]] |
775 | 2024-04-25T09:21:09.474Z | + do_untar out/downloads/thundermuffin.tar.gz |
776 | 2024-04-25T09:21:09.474Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
777 | 2024-04-25T09:21:09.591Z | + do_assemble |
778 | 2024-04-25T09:21:09.591Z | + rm -r ./out/thundermuffin |
779 | 2024-04-25T09:21:09.609Z | + mkdir ./out/thundermuffin |
780 | 2024-04-25T09:21:09.609Z | + cp -r out/downloads/root ./out/thundermuffin/root |
781 | 2024-04-25T09:21:09.609Z | All builder prerequisites installed successfully, and PATH looks valid |
782 | 2024-04-25T09:21:09.609Z | |
783 | 2024-04-25T09:21:09.609Z | real 2:18.083830107 |
784 | 2024-04-25T09:21:09.609Z | user 37.052947820 |
785 | 2024-04-25T09:21:09.609Z | sys 6.904801877 |
786 | 2024-04-25T09:21:09.609Z | trap 0.008478051 |
787 | 2024-04-25T09:21:09.609Z | tflt 0.195617827 |
788 | 2024-04-25T09:21:09.609Z | dflt 0.503520845 |
789 | 2024-04-25T09:21:09.610Z | kflt 0.137895485 |
790 | 2024-04-25T09:21:09.610Z | lock 1.032656334 |
791 | 2024-04-25T09:21:09.610Z | slp 5:03.542336710 |
792 | 2024-04-25T09:21:09.610Z | lat 2.064176055 |
793 | 2024-04-25T09:21:09.610Z | stop 0.127470601 |
794 | 2024-04-25T09:21:09.610Z | |
795 | 2024-04-25T09:21:09.610Z | #### # # ##### ##### # # |
796 | 2024-04-25T09:21:09.610Z | # # # # # # # # # # |
797 | 2024-04-25T09:21:09.610Z | # # # # # # # # |
798 | 2024-04-25T09:21:09.610Z | # # # ##### ##### # |
799 | 2024-04-25T09:21:09.610Z | # # # # # # # |
800 | 2024-04-25T09:21:09.610Z | #### ###### # # # # |
801 | 2024-04-25T09:21:09.610Z | |
802 | 2024-04-25T09:21:09.781Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
803 | 2024-04-25T09:21:10.275Z | Updating git repository `https://github.com/oxidecomputer/zone` |
804 | 2024-04-25T09:21:10.399Z | Updating crates.io index |
805 | 2024-04-25T09:21:10.413Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
806 | 2024-04-25T09:21:11.251Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
807 | 2024-04-25T09:21:11.903Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
808 | 2024-04-25T09:21:14.093Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
809 | 2024-04-25T09:21:14.800Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
810 | 2024-04-25T09:21:15.238Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
811 | 2024-04-25T09:21:17.005Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
812 | 2024-04-25T09:21:18.780Z | Updating git repository `https://github.com/oxidecomputer/opte` |
813 | 2024-04-25T09:21:19.881Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
814 | 2024-04-25T09:21:20.631Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
815 | 2024-04-25T09:21:20.923Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
816 | 2024-04-25T09:21:21.495Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
817 | 2024-04-25T09:21:22.011Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
818 | 2024-04-25T09:21:22.297Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
819 | 2024-04-25T09:21:22.794Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
820 | 2024-04-25T09:21:23.206Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
821 | 2024-04-25T09:21:23.543Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
822 | 2024-04-25T09:21:23.870Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
823 | 2024-04-25T09:21:24.130Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
824 | 2024-04-25T09:21:24.444Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
825 | 2024-04-25T09:21:24.768Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
826 | 2024-04-25T09:21:25.122Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
827 | 2024-04-25T09:21:25.861Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
828 | 2024-04-25T09:21:26.232Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
829 | 2024-04-25T09:21:26.654Z | Updating git repository `https://github.com/jgallagher/nix` |
830 | 2024-04-25T09:21:27.611Z | Updating git repository `https://github.com/cbiffle/hubpack` |
831 | 2024-04-25T09:21:28.067Z | Updating git repository `https://github.com/oxidecomputer/typify` |
832 | 2024-04-25T09:21:30.002Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
833 | 2024-04-25T09:21:30.411Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
834 | 2024-04-25T09:21:30.679Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
835 | 2024-04-25T09:21:31.123Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
836 | 2024-04-25T09:21:32.234Z | Downloading crates ... |
837 | 2024-04-25T09:21:32.298Z | Downloaded anstyle-parse v0.2.1 |
838 | 2024-04-25T09:21:32.301Z | Downloaded toml_datetime v0.6.5 |
839 | 2024-04-25T09:21:32.305Z | Downloaded colorchoice v1.0.0 |
840 | 2024-04-25T09:21:32.309Z | Downloaded toml v0.8.12 |
841 | 2024-04-25T09:21:32.312Z | Downloaded autocfg v1.1.0 |
842 | 2024-04-25T09:21:32.315Z | Downloaded anstyle-query v1.0.0 |
843 | 2024-04-25T09:21:32.315Z | Downloaded fs-err v2.11.0 |
844 | 2024-04-25T09:21:32.327Z | Downloaded equivalent v1.0.1 |
845 | 2024-04-25T09:21:32.332Z | Downloaded swrite v0.1.0 |
846 | 2024-04-25T09:21:32.337Z | Downloaded clap_lex v0.7.0 |
847 | 2024-04-25T09:21:32.345Z | Downloaded anstyle v1.0.6 |
848 | 2024-04-25T09:21:32.350Z | Downloaded heck v0.5.0 |
849 | 2024-04-25T09:21:32.350Z | Downloaded serde_spanned v0.6.5 |
850 | 2024-04-25T09:21:32.350Z | Downloaded cargo-platform v0.1.3 |
851 | 2024-04-25T09:21:32.353Z | Downloaded utf8parse v0.2.1 |
852 | 2024-04-25T09:21:32.356Z | Downloaded thiserror-impl v1.0.59 |
853 | 2024-04-25T09:21:32.362Z | Downloaded strsim v0.11.0 |
854 | 2024-04-25T09:21:32.365Z | Downloaded errno v0.3.8 |
855 | 2024-04-25T09:21:32.368Z | Downloaded thiserror v1.0.59 |
856 | 2024-04-25T09:21:32.372Z | Downloaded clap_derive v4.5.4 |
857 | 2024-04-25T09:21:32.375Z | Downloaded terminal_size v0.3.0 |
858 | 2024-04-25T09:21:32.378Z | Downloaded macaddr v1.0.1 |
859 | 2024-04-25T09:21:32.378Z | Downloaded itoa v1.0.9 |
860 | 2024-04-25T09:21:32.379Z | Downloaded camino v1.1.6 |
861 | 2024-04-25T09:21:32.383Z | Downloaded quote v1.0.36 |
862 | 2024-04-25T09:21:32.390Z | Downloaded anstream v0.6.11 |
863 | 2024-04-25T09:21:32.394Z | Downloaded semver v1.0.22 |
864 | 2024-04-25T09:21:32.399Z | Downloaded anyhow v1.0.82 |
865 | 2024-04-25T09:21:32.403Z | Downloaded cargo_metadata v0.18.1 |
866 | 2024-04-25T09:21:32.408Z | Downloaded unicode-ident v1.0.12 |
867 | 2024-04-25T09:21:32.409Z | Downloaded cargo_toml v0.20.1 |
868 | 2024-04-25T09:21:32.409Z | Downloaded bitflags v2.4.2 |
869 | 2024-04-25T09:21:32.414Z | Downloaded ryu v1.0.15 |
870 | 2024-04-25T09:21:32.419Z | Downloaded clap v4.5.4 |
871 | 2024-04-25T09:21:32.426Z | Downloaded proc-macro2 v1.0.81 |
872 | 2024-04-25T09:21:32.433Z | Downloaded serde_derive v1.0.198 |
873 | 2024-04-25T09:21:32.433Z | Downloaded indexmap v2.2.6 |
874 | 2024-04-25T09:21:32.854Z | Downloaded serde v1.0.198 |
875 | 2024-04-25T09:21:32.861Z | Downloaded toml_edit v0.22.12 |
876 | 2024-04-25T09:21:32.861Z | Downloaded memchr v2.7.1 |
877 | 2024-04-25T09:21:32.862Z | Downloaded hashbrown v0.14.3 |
878 | 2024-04-25T09:21:32.862Z | Downloaded clap_builder v4.5.2 |
879 | 2024-04-25T09:21:32.862Z | Downloaded winnow v0.6.1 |
880 | 2024-04-25T09:21:32.862Z | Downloaded serde_json v1.0.116 |
881 | 2024-04-25T09:21:32.862Z | Downloaded syn v2.0.60 |
882 | 2024-04-25T09:21:32.862Z | Downloaded rustix v0.38.31 |
883 | 2024-04-25T09:21:32.863Z | Downloaded libc v0.2.153 |
884 | 2024-04-25T09:21:32.863Z | Compiling proc-macro2 v1.0.81 |
885 | 2024-04-25T09:21:32.863Z | Compiling unicode-ident v1.0.12 |
886 | 2024-04-25T09:21:32.863Z | Compiling serde v1.0.198 |
887 | 2024-04-25T09:21:32.863Z | Compiling libc v0.2.153 |
888 | 2024-04-25T09:21:32.863Z | Compiling rustix v0.38.31 |
889 | 2024-04-25T09:21:32.863Z | Compiling utf8parse v0.2.1 |
890 | 2024-04-25T09:21:32.863Z | Compiling hashbrown v0.14.3 |
891 | 2024-04-25T09:21:32.864Z | Compiling bitflags v2.4.2 |
892 | 2024-04-25T09:21:33.044Z | Compiling equivalent v1.0.1 |
893 | 2024-04-25T09:21:33.467Z | Compiling anstyle-parse v0.2.1 |
894 | 2024-04-25T09:21:33.475Z | Compiling anstyle-query v1.0.0 |
895 | 2024-04-25T09:21:33.475Z | Compiling autocfg v1.1.0 |
896 | 2024-04-25T09:21:33.475Z | Compiling anstyle v1.0.6 |
897 | 2024-04-25T09:21:33.475Z | Compiling winnow v0.6.1 |
898 | 2024-04-25T09:21:33.626Z | Compiling colorchoice v1.0.0 |
899 | 2024-04-25T09:21:33.771Z | Compiling camino v1.1.6 |
900 | 2024-04-25T09:21:33.937Z | Compiling indexmap v2.2.6 |
901 | 2024-04-25T09:21:33.959Z | Compiling semver v1.0.22 |
902 | 2024-04-25T09:21:34.466Z | Compiling thiserror v1.0.59 |
903 | 2024-04-25T09:21:34.501Z | Compiling serde_json v1.0.116 |
904 | 2024-04-25T09:21:34.617Z | Compiling fs-err v2.11.0 |
905 | 2024-04-25T09:21:34.659Z | Compiling anstream v0.6.11 |
906 | 2024-04-25T09:21:34.815Z | Compiling ryu v1.0.15 |
907 | 2024-04-25T09:21:34.949Z | Compiling clap_lex v0.7.0 |
908 | 2024-04-25T09:21:35.101Z | Compiling strsim v0.11.0 |
909 | 2024-04-25T09:21:35.178Z | Compiling anyhow v1.0.82 |
910 | 2024-04-25T09:21:35.227Z | Compiling itoa v1.0.9 |
911 | 2024-04-25T09:21:35.375Z | Compiling heck v0.5.0 |
912 | 2024-04-25T09:21:35.393Z | Compiling quote v1.0.36 |
913 | 2024-04-25T09:21:35.845Z | Compiling syn v2.0.60 |
914 | 2024-04-25T09:21:35.855Z | Compiling errno v0.3.8 |
915 | 2024-04-25T09:21:36.069Z | Compiling swrite v0.1.0 |
916 | 2024-04-25T09:21:36.788Z | Compiling terminal_size v0.3.0 |
917 | 2024-04-25T09:21:36.882Z | Compiling clap_builder v4.5.2 |
918 | 2024-04-25T09:21:41.792Z | Compiling serde_derive v1.0.198 |
919 | 2024-04-25T09:21:41.793Z | Compiling thiserror-impl v1.0.59 |
920 | 2024-04-25T09:21:41.861Z | Compiling clap_derive v4.5.4 |
921 | 2024-04-25T09:21:43.395Z | Compiling clap v4.5.4 |
922 | 2024-04-25T09:21:48.166Z | Compiling toml_datetime v0.6.5 |
923 | 2024-04-25T09:21:48.166Z | Compiling serde_spanned v0.6.5 |
924 | 2024-04-25T09:21:48.170Z | Compiling cargo-platform v0.1.3 |
925 | 2024-04-25T09:21:48.171Z | Compiling macaddr v1.0.1 |
926 | 2024-04-25T09:21:48.522Z | Compiling toml_edit v0.22.12 |
927 | 2024-04-25T09:21:49.498Z | Compiling cargo_metadata v0.18.1 |
928 | 2024-04-25T09:21:50.430Z | Compiling toml v0.8.12 |
929 | 2024-04-25T09:21:51.740Z | Compiling cargo_toml v0.20.1 |
930 | 2024-04-25T09:21:54.518Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
931 | 2024-04-25T09:21:56.877Z | Finished dev [unoptimized + debuginfo] target(s) in 47.26s |
932 | 2024-04-25T09:21:57.085Z | Running `target/debug/xtask clippy` |
933 | 2024-04-25T09:21:57.556Z | running: "/home/build/.rustup/toolchains/1.77.2-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" "--warn" "clippy::iter_cloned_collect" "--warn" "clippy::iter_next_slice" "--warn" "clippy::iter_nth" "--warn" "clippy::iter_nth_zero" "--warn" "clippy::iter_skip_next" "--warn" "clippy::len_zero" "--warn" "clippy::redundant_field_names" "--warn" "clippy::cast_lossless" |
934 | 2024-04-25T09:21:57.693Z | Downloading crates ... |
935 | 2024-04-25T09:21:57.825Z | Downloaded addr2line v0.21.0 |
936 | 2024-04-25T09:21:57.830Z | Downloaded argon2 v0.5.3 |
937 | 2024-04-25T09:21:57.835Z | Downloaded crypto-bigint v0.5.2 |
938 | 2024-04-25T09:21:57.839Z | Downloaded home v0.5.5 |
939 | 2024-04-25T09:21:57.839Z | Downloaded heck v0.3.3 |
940 | 2024-04-25T09:21:57.842Z | Downloaded hmac v0.12.1 |
941 | 2024-04-25T09:21:57.842Z | Downloaded hostname v0.3.1 |
942 | 2024-04-25T09:21:57.847Z | Downloaded httptest v0.15.5 |
943 | 2024-04-25T09:21:57.847Z | Downloaded httparse v1.8.0 |
944 | 2024-04-25T09:21:57.852Z | Downloaded http-body v1.0.0 |
945 | 2024-04-25T09:21:57.852Z | Downloaded byteorder v1.5.0 |
946 | 2024-04-25T09:21:57.852Z | Downloaded hyper-tls v0.5.0 |
947 | 2024-04-25T09:21:57.870Z | Downloaded hubpack_derive v0.1.1 |
948 | 2024-04-25T09:21:57.870Z | Downloaded http-body v0.4.5 |
949 | 2024-04-25T09:21:57.870Z | Downloaded bitstruct v0.1.1 |
950 | 2024-04-25T09:21:57.870Z | Downloaded http v0.2.12 |
951 | 2024-04-25T09:21:57.882Z | Downloaded base64ct v1.6.0 |
952 | 2024-04-25T09:21:57.882Z | Downloaded hkdf v0.12.4 |
953 | 2024-04-25T09:21:57.882Z | Downloaded hyper-staticfile v0.9.5 |
954 | 2024-04-25T09:21:57.882Z | Downloaded block-padding v0.3.3 |
955 | 2024-04-25T09:21:57.882Z | Downloaded backtrace v0.3.69 |
956 | 2024-04-25T09:21:57.901Z | Downloaded hyper-rustls v0.24.2 |
957 | 2024-04-25T09:21:57.901Z | Downloaded hyper-util v0.1.2 |
958 | 2024-04-25T09:21:57.902Z | Downloaded colored v2.1.0 |
959 | 2024-04-25T09:21:57.902Z | Downloaded bb8 v0.8.3 |
960 | 2024-04-25T09:21:57.902Z | Downloaded bitstruct_derive v0.1.0 |
961 | 2024-04-25T09:21:57.902Z | Downloaded atty v0.2.14 |
962 | 2024-04-25T09:21:57.902Z | Downloaded ident_case v1.0.1 |
963 | 2024-04-25T09:21:57.902Z | Downloaded async-stream v0.3.5 |
964 | 2024-04-25T09:21:57.929Z | Downloaded async-recursion v1.1.0 |
965 | 2024-04-25T09:21:57.929Z | Downloaded iana-time-zone v0.1.57 |
966 | 2024-04-25T09:21:57.929Z | Downloaded corncobs v0.1.3 |
967 | 2024-04-25T09:21:57.929Z | Downloaded is_ci v1.2.0 |
968 | 2024-04-25T09:21:57.929Z | Downloaded cast v0.3.0 |
969 | 2024-04-25T09:21:57.929Z | Downloaded crunchy v0.2.2 |
970 | 2024-04-25T09:21:57.929Z | Downloaded instant v0.1.12 |
971 | 2024-04-25T09:21:57.930Z | Downloaded ciborium-io v0.2.2 |
972 | 2024-04-25T09:21:57.930Z | Downloaded base64 v0.13.1 |
973 | 2024-04-25T09:21:57.930Z | Downloaded backoff v0.4.0 |
974 | 2024-04-25T09:21:57.960Z | Downloaded matches v0.1.10 |
975 | 2024-04-25T09:21:57.960Z | Downloaded nested v0.1.1 |
976 | 2024-04-25T09:21:57.960Z | Downloaded match_cfg v0.1.0 |
977 | 2024-04-25T09:21:57.961Z | Downloaded array-init v0.0.4 |
978 | 2024-04-25T09:21:57.961Z | Downloaded adler v1.0.2 |
979 | 2024-04-25T09:21:57.961Z | Downloaded newline-converter v0.3.0 |
980 | 2024-04-25T09:21:57.961Z | Downloaded cfg_aliases v0.1.1 |
981 | 2024-04-25T09:21:57.961Z | Downloaded inout v0.1.3 |
982 | 2024-04-25T09:21:57.961Z | Downloaded indoc v1.0.9 |
983 | 2024-04-25T09:21:57.962Z | Downloaded kstat-rs v0.2.3 |
984 | 2024-04-25T09:21:57.962Z | Downloaded impl-trait-for-tuples v0.2.2 |
985 | 2024-04-25T09:21:57.962Z | Downloaded libsw v3.3.1 |
986 | 2024-04-25T09:21:57.962Z | Downloaded normalize-line-endings v0.3.0 |
987 | 2024-04-25T09:21:57.962Z | Downloaded newtype_derive v0.1.6 |
988 | 2024-04-25T09:21:57.962Z | Downloaded new_debug_unreachable v1.0.4 |
989 | 2024-04-25T09:21:57.962Z | Downloaded serde-big-array v0.4.1 |
990 | 2024-04-25T09:21:57.963Z | Downloaded rpassword v7.3.1 |
991 | 2024-04-25T09:21:57.963Z | Downloaded ipnetwork v0.20.0 |
992 | 2024-04-25T09:21:57.994Z | Downloaded serde-big-array v0.5.1 |
993 | 2024-04-25T09:21:57.994Z | Downloaded time-core v0.1.2 |
994 | 2024-04-25T09:21:57.994Z | Downloaded buf-list v1.0.3 |
995 | 2024-04-25T09:21:57.994Z | Downloaded cpufeatures v0.2.12 |
996 | 2024-04-25T09:21:57.994Z | Downloaded hyper-rustls v0.26.0 |
997 | 2024-04-25T09:21:57.994Z | Downloaded crucible-workspace-hack v0.1.0 |
998 | 2024-04-25T09:21:57.994Z | Downloaded bitflags v1.3.2 |
999 | 2024-04-25T09:21:57.995Z | Downloaded lazycell v1.3.0 |
1000 | 2024-04-25T09:21:57.995Z | Downloaded mime v0.3.17 |
1001 | 2024-04-25T09:21:57.995Z | Downloaded memmap v0.7.0 |
1002 | 2024-04-25T09:21:57.995Z | Downloaded maybe-uninit v2.0.0 |
1003 | 2024-04-25T09:21:57.995Z | Downloaded crossbeam-utils v0.8.19 |
1004 | 2024-04-25T09:21:57.995Z | Downloaded toolchain_find v0.4.0 |
1005 | 2024-04-25T09:21:57.996Z | Downloaded newtype-uuid v1.1.0 |
1006 | 2024-04-25T09:21:58.033Z | Downloaded nanorand v0.7.0 |
1007 | 2024-04-25T09:21:58.033Z | Downloaded mockall v0.12.1 |
1008 | 2024-04-25T09:21:58.033Z | Downloaded libtest-mimic v0.7.2 |
1009 | 2024-04-25T09:21:58.033Z | Downloaded crossbeam-deque v0.8.3 |
1010 | 2024-04-25T09:21:58.033Z | Downloaded num v0.4.2 |
1011 | 2024-04-25T09:21:58.033Z | Downloaded nibble_vec v0.1.0 |
1012 | 2024-04-25T09:21:58.033Z | Downloaded nodrop v0.1.14 |
1013 | 2024-04-25T09:21:58.033Z | Downloaded crc v3.0.1 |
1014 | 2024-04-25T09:21:58.033Z | Downloaded criterion-plot v0.5.0 |
1015 | 2024-04-25T09:21:58.033Z | Downloaded slab v0.4.9 |
1016 | 2024-04-25T09:21:58.033Z | Downloaded structmeta-derive v0.2.0 |
1017 | 2024-04-25T09:21:58.033Z | Downloaded structmeta v0.3.0 |
1018 | 2024-04-25T09:21:58.033Z | Downloaded block-buffer v0.10.4 |
1019 | 2024-04-25T09:21:58.033Z | Downloaded escape8259 v0.5.2 |
1020 | 2024-04-25T09:21:58.033Z | Downloaded ref-cast v1.0.22 |
1021 | 2024-04-25T09:21:58.034Z | Downloaded tiny-keccak v2.0.2 |
1022 | 2024-04-25T09:21:58.034Z | Downloaded mime_guess v2.0.4 |
1023 | 2024-04-25T09:21:58.034Z | Downloaded lock_api v0.4.10 |
1024 | 2024-04-25T09:21:58.034Z | Downloaded derive_builder_macro v0.20.0 |
1025 | 2024-04-25T09:21:58.034Z | Downloaded multimap v0.10.0 |
1026 | 2024-04-25T09:21:58.034Z | Downloaded linear-map v1.2.0 |
1027 | 2024-04-25T09:21:58.058Z | Downloaded memoffset v0.7.1 |
1028 | 2024-04-25T09:21:58.059Z | Downloaded native-tls v0.2.11 |
1029 | 2024-04-25T09:21:58.059Z | Downloaded crc-catalog v2.2.0 |
1030 | 2024-04-25T09:21:58.059Z | Downloaded bytecount v0.6.3 |
1031 | 2024-04-25T09:21:58.059Z | Downloaded lru v0.12.1 |
1032 | 2024-04-25T09:21:58.060Z | Downloaded indexmap v1.9.3 |
1033 | 2024-04-25T09:21:58.060Z | Downloaded spki v0.7.2 |
1034 | 2024-04-25T09:21:58.060Z | Downloaded pathdiff v0.2.1 |
1035 | 2024-04-25T09:21:58.060Z | Downloaded ipnet v2.9.0 |
1036 | 2024-04-25T09:21:58.060Z | Downloaded dirs-next v2.0.0 |
1037 | 2024-04-25T09:21:58.060Z | Downloaded console v0.15.8 |
1038 | 2024-04-25T09:21:58.060Z | Downloaded dtrace-parser v0.2.0 |
1039 | 2024-04-25T09:21:58.060Z | Downloaded structmeta v0.2.0 |
1040 | 2024-04-25T09:21:58.060Z | Downloaded scroll v0.12.0 |
1041 | 2024-04-25T09:21:58.061Z | Downloaded defmt-parser v0.3.3 |
1042 | 2024-04-25T09:21:58.061Z | Downloaded yansi v0.5.1 |
1043 | 2024-04-25T09:21:58.075Z | Downloaded foreign-types-shared v0.1.1 |
1044 | 2024-04-25T09:21:58.075Z | Downloaded topological-sort v0.2.2 |
1045 | 2024-04-25T09:21:58.075Z | Downloaded time-macros v0.2.17 |
1046 | 2024-04-25T09:21:58.075Z | Downloaded log v0.4.21 |
1047 | 2024-04-25T09:21:58.075Z | Downloaded futures-core v0.3.30 |
1048 | 2024-04-25T09:21:58.075Z | Downloaded unicode-xid v0.2.4 |
1049 | 2024-04-25T09:21:58.076Z | Downloaded usdt-impl v0.3.5 |
1050 | 2024-04-25T09:21:58.076Z | Downloaded unicode-width v0.1.11 |
1051 | 2024-04-25T09:21:58.076Z | Downloaded hyper v0.14.28 |
1052 | 2024-04-25T09:21:58.086Z | Downloaded oorandom v11.1.3 |
1053 | 2024-04-25T09:21:58.086Z | Downloaded cookie_store v0.20.0 |
1054 | 2024-04-25T09:21:58.086Z | Downloaded try-lock v0.2.4 |
1055 | 2024-04-25T09:21:58.086Z | Downloaded plotters-svg v0.3.5 |
1056 | 2024-04-25T09:21:58.086Z | Downloaded wyz v0.5.1 |
1057 | 2024-04-25T09:21:58.086Z | Downloaded zone_cfg_derive v0.1.2 |
1058 | 2024-04-25T09:21:58.086Z | Downloaded which v4.4.0 |
1059 | 2024-04-25T09:21:58.086Z | Downloaded num-iter v0.1.44 |
1060 | 2024-04-25T09:21:58.086Z | Downloaded relative-path v1.9.0 |
1061 | 2024-04-25T09:21:58.102Z | Downloaded pem v3.0.4 |
1062 | 2024-04-25T09:21:58.102Z | Downloaded num-integer v0.1.46 |
1063 | 2024-04-25T09:21:58.103Z | Downloaded ed25519 v1.5.3 |
1064 | 2024-04-25T09:21:58.103Z | Downloaded rand_core v0.6.4 |
1065 | 2024-04-25T09:21:58.103Z | Downloaded whoami v1.5.1 |
1066 | 2024-04-25T09:21:58.113Z | Downloaded crypto-common v0.1.6 |
1067 | 2024-04-25T09:21:58.113Z | Downloaded dtrace-parser v0.1.14 |
1068 | 2024-04-25T09:21:58.114Z | Downloaded foreign-types-shared v0.3.1 |
1069 | 2024-04-25T09:21:58.114Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1070 | 2024-04-25T09:21:58.114Z | Downloaded untrusted v0.9.0 |
1071 | 2024-04-25T09:21:58.114Z | Downloaded crossbeam-epoch v0.9.18 |
1072 | 2024-04-25T09:21:58.114Z | Downloaded miniz_oxide v0.7.1 |
1073 | 2024-04-25T09:21:58.114Z | Downloaded futures-channel v0.3.30 |
1074 | 2024-04-25T09:21:58.114Z | Downloaded serde_urlencoded v0.7.1 |
1075 | 2024-04-25T09:21:58.129Z | Downloaded target-lexicon v0.12.13 |
1076 | 2024-04-25T09:21:58.129Z | Downloaded downcast v0.11.0 |
1077 | 2024-04-25T09:21:58.129Z | Downloaded darling_macro v0.20.8 |
1078 | 2024-04-25T09:21:58.129Z | Downloaded serde_tokenstream v0.2.0 |
1079 | 2024-04-25T09:21:58.129Z | Downloaded phf_shared v0.11.2 |
1080 | 2024-04-25T09:21:58.129Z | Downloaded pkg-config v0.3.27 |
1081 | 2024-04-25T09:21:58.138Z | Downloaded openssl-macros v0.1.1 |
1082 | 2024-04-25T09:21:58.138Z | Downloaded once_cell v1.19.0 |
1083 | 2024-04-25T09:21:58.138Z | Downloaded supports-color v3.0.0 |
1084 | 2024-04-25T09:21:58.138Z | Downloaded crc32fast v1.3.2 |
1085 | 2024-04-25T09:21:58.138Z | Downloaded phf_shared v0.10.0 |
1086 | 2024-04-25T09:21:58.138Z | Downloaded cookie v0.18.1 |
1087 | 2024-04-25T09:21:58.138Z | Downloaded crc-any v2.4.3 |
1088 | 2024-04-25T09:21:58.146Z | Downloaded untrusted v0.7.1 |
1089 | 2024-04-25T09:21:58.146Z | Downloaded usdt v0.3.5 |
1090 | 2024-04-25T09:21:58.146Z | Downloaded radium v0.7.0 |
1091 | 2024-04-25T09:21:58.146Z | Downloaded xattr v1.0.1 |
1092 | 2024-04-25T09:21:58.155Z | Downloaded universal-hash v0.5.1 |
1093 | 2024-04-25T09:21:58.155Z | Downloaded const-oid v0.9.6 |
1094 | 2024-04-25T09:21:58.156Z | Downloaded serde_repr v0.1.16 |
1095 | 2024-04-25T09:21:58.156Z | Downloaded either v1.11.0 |
1096 | 2024-04-25T09:21:58.175Z | Downloaded derive_builder_core v0.20.0 |
1097 | 2024-04-25T09:21:58.175Z | Downloaded generic-array v0.14.7 |
1098 | 2024-04-25T09:21:58.175Z | Downloaded filetime v0.2.23 |
1099 | 2024-04-25T09:21:58.175Z | Downloaded blake2 v0.10.6 |
1100 | 2024-04-25T09:21:58.183Z | Downloaded thread_local v1.1.7 |
1101 | 2024-04-25T09:21:58.184Z | Downloaded thread-id v4.2.0 |
1102 | 2024-04-25T09:21:58.184Z | Downloaded thiserror-no-std v2.0.2 |
1103 | 2024-04-25T09:21:58.184Z | Downloaded tower-layer v0.3.2 |
1104 | 2024-04-25T09:21:58.184Z | Downloaded tar v0.4.40 |
1105 | 2024-04-25T09:21:58.184Z | Downloaded foreign-types-macros v0.2.3 |
1106 | 2024-04-25T09:21:58.184Z | Downloaded dof v0.3.0 |
1107 | 2024-04-25T09:21:58.184Z | Downloaded scroll_derive v0.12.0 |
1108 | 2024-04-25T09:21:58.184Z | Downloaded precomputed-hash v0.1.1 |
1109 | 2024-04-25T09:21:58.184Z | Downloaded datatest-stable v0.2.6 |
1110 | 2024-04-25T09:21:58.198Z | Downloaded vte_generate_state_changes v0.1.1 |
1111 | 2024-04-25T09:21:58.198Z | Downloaded omicron-zone-package v0.11.0 |
1112 | 2024-04-25T09:21:58.198Z | Downloaded packed_struct_codegen v0.10.1 |
1113 | 2024-04-25T09:21:58.198Z | Downloaded packed_struct v0.10.1 |
1114 | 2024-04-25T09:21:58.198Z | Downloaded guppy-workspace-hack v0.1.0 |
1115 | 2024-04-25T09:21:58.215Z | Downloaded num_cpus v1.16.0 |
1116 | 2024-04-25T09:21:58.215Z | Downloaded opaque-debug v0.3.0 |
1117 | 2024-04-25T09:21:58.215Z | Downloaded ron v0.8.1 |
1118 | 2024-04-25T09:21:58.215Z | Downloaded rand_xorshift v0.3.0 |
1119 | 2024-04-25T09:21:58.215Z | Downloaded predicates-core v1.0.6 |
1120 | 2024-04-25T09:21:58.216Z | Downloaded postcard v1.0.8 |
1121 | 2024-04-25T09:21:58.229Z | Downloaded parse-size v1.0.0 |
1122 | 2024-04-25T09:21:58.229Z | Downloaded signature v2.1.0 |
1123 | 2024-04-25T09:21:58.229Z | Downloaded rustls-pemfile v1.0.3 |
1124 | 2024-04-25T09:21:58.229Z | Downloaded ff v0.13.0 |
1125 | 2024-04-25T09:21:58.230Z | Downloaded phf v0.11.2 |
1126 | 2024-04-25T09:21:58.255Z | Downloaded thiserror-impl-no-std v2.0.2 |
1127 | 2024-04-25T09:21:58.256Z | Downloaded num_threads v0.1.6 |
1128 | 2024-04-25T09:21:58.256Z | Downloaded smf v0.2.3 |
1129 | 2024-04-25T09:21:58.256Z | Downloaded smawk v0.3.1 |
1130 | 2024-04-25T09:21:58.256Z | Downloaded usdt v0.5.0 |
1131 | 2024-04-25T09:21:58.256Z | Downloaded snafu-derive v0.8.2 |
1132 | 2024-04-25T09:21:58.256Z | Downloaded zerocopy-derive v0.7.32 |
1133 | 2024-04-25T09:21:58.256Z | Downloaded subprocess v0.2.9 |
1134 | 2024-04-25T09:21:58.266Z | Downloaded usdt-macro v0.3.5 |
1135 | 2024-04-25T09:21:58.266Z | Downloaded usdt-attr-macro v0.5.0 |
1136 | 2024-04-25T09:21:58.266Z | Downloaded zerocopy v0.3.0 |
1137 | 2024-04-25T09:21:58.266Z | Downloaded rand_seeder v0.2.3 |
1138 | 2024-04-25T09:21:58.266Z | Downloaded zeroize v1.7.0 |
1139 | 2024-04-25T09:21:58.266Z | Downloaded dirs-sys-next v0.1.2 |
1140 | 2024-04-25T09:21:58.266Z | Downloaded difflib v0.4.0 |
1141 | 2024-04-25T09:21:58.267Z | Downloaded sec1 v0.7.3 |
1142 | 2024-04-25T09:21:58.267Z | Downloaded getopts v0.2.21 |
1143 | 2024-04-25T09:21:58.267Z | Downloaded const_format v0.2.32 |
1144 | 2024-04-25T09:21:58.267Z | Downloaded proc-macro-error-attr v1.0.4 |
1145 | 2024-04-25T09:21:58.267Z | Downloaded slog-json v2.6.1 |
1146 | 2024-04-25T09:21:58.276Z | Downloaded usdt-attr-macro v0.3.5 |
1147 | 2024-04-25T09:21:58.276Z | Downloaded psl-types v2.0.11 |
1148 | 2024-04-25T09:21:58.277Z | Downloaded signature v1.6.4 |
1149 | 2024-04-25T09:21:58.277Z | Downloaded form_urlencoded v1.2.1 |
1150 | 2024-04-25T09:21:58.277Z | Downloaded parse-display-derive v0.9.0 |
1151 | 2024-04-25T09:21:58.277Z | Downloaded quick-error v1.2.3 |
1152 | 2024-04-25T09:21:58.277Z | Downloaded slog-scope v4.4.0 |
1153 | 2024-04-25T09:21:58.277Z | Downloaded smallvec v0.6.14 |
1154 | 2024-04-25T09:21:58.286Z | Downloaded serde_yaml v0.9.25 |
1155 | 2024-04-25T09:21:58.287Z | Downloaded shell-words v1.1.0 |
1156 | 2024-04-25T09:21:58.287Z | Downloaded pem-rfc7468 v0.7.0 |
1157 | 2024-04-25T09:21:58.298Z | Downloaded smallvec v1.13.1 |
1158 | 2024-04-25T09:21:58.298Z | Downloaded mio v0.8.11 |
1159 | 2024-04-25T09:21:58.311Z | Downloaded stability v0.2.0 |
1160 | 2024-04-25T09:21:58.311Z | Downloaded sqlparser_derive v0.2.2 |
1161 | 2024-04-25T09:21:58.311Z | Downloaded snafu v0.8.2 |
1162 | 2024-04-25T09:21:58.311Z | Downloaded tower-service v0.3.2 |
1163 | 2024-04-25T09:21:58.311Z | Downloaded take_mut v0.2.2 |
1164 | 2024-04-25T09:21:58.311Z | Downloaded embedded-io v0.4.0 |
1165 | 2024-04-25T09:21:58.323Z | Downloaded derive_builder v0.20.0 |
1166 | 2024-04-25T09:21:58.323Z | Downloaded oso-derive v0.27.3 |
1167 | 2024-04-25T09:21:58.324Z | Downloaded partial-io v0.5.4 |
1168 | 2024-04-25T09:21:58.324Z | Downloaded diesel_derives v2.1.2 |
1169 | 2024-04-25T09:21:58.328Z | Downloaded fxhash v0.2.1 |
1170 | 2024-04-25T09:21:58.328Z | Downloaded num_enum_derive v0.5.11 |
1171 | 2024-04-25T09:21:58.328Z | Downloaded rtoolbox v0.0.1 |
1172 | 2024-04-25T09:21:58.328Z | Downloaded sct v0.7.0 |
1173 | 2024-04-25T09:21:58.333Z | Downloaded rustc-demangle v0.1.23 |
1174 | 2024-04-25T09:21:58.333Z | Downloaded peeking_take_while v0.1.2 |
1175 | 2024-04-25T09:21:58.333Z | Downloaded serde_plain v1.0.2 |
1176 | 2024-04-25T09:21:58.349Z | Downloaded sqlformat v0.2.3 |
1177 | 2024-04-25T09:21:58.349Z | Downloaded serde_path_to_error v0.1.16 |
1178 | 2024-04-25T09:21:58.349Z | Downloaded slog-stdlog v4.1.1 |
1179 | 2024-04-25T09:21:58.354Z | Downloaded peg-runtime v0.8.2 |
1180 | 2024-04-25T09:21:58.354Z | Downloaded synstructure v0.12.6 |
1181 | 2024-04-25T09:21:58.354Z | Downloaded x509-cert v0.2.4 |
1182 | 2024-04-25T09:21:58.355Z | Downloaded zeroize_derive v1.4.2 |
1183 | 2024-04-25T09:21:58.355Z | Downloaded tap v1.0.1 |
1184 | 2024-04-25T09:21:58.355Z | Downloaded tabwriter v1.4.0 |
1185 | 2024-04-25T09:21:58.355Z | Downloaded tabled_derive v0.7.0 |
1186 | 2024-04-25T09:21:58.355Z | Downloaded tui-tree-widget v0.19.0 |
1187 | 2024-04-25T09:21:58.359Z | Downloaded num-bigint-dig v0.8.4 |
1188 | 2024-04-25T09:21:58.363Z | Downloaded half v2.3.1 |
1189 | 2024-04-25T09:21:58.368Z | Downloaded oso v0.27.3 |
1190 | 2024-04-25T09:21:58.373Z | Downloaded doc-comment v0.3.3 |
1191 | 2024-04-25T09:21:58.374Z | Downloaded display-error-chain v0.2.0 |
1192 | 2024-04-25T09:21:58.374Z | Downloaded usdt-macro v0.5.0 |
1193 | 2024-04-25T09:21:58.374Z | Downloaded fnv v1.0.7 |
1194 | 2024-04-25T09:21:58.379Z | Downloaded fastrand v2.0.1 |
1195 | 2024-04-25T09:21:58.379Z | Downloaded deranged v0.3.11 |
1196 | 2024-04-25T09:21:58.379Z | Downloaded strum v0.26.2 |
1197 | 2024-04-25T09:21:58.379Z | Downloaded pretty-hex v0.4.1 |
1198 | 2024-04-25T09:21:58.384Z | Downloaded itertools v0.12.1 |
1199 | 2024-04-25T09:21:58.389Z | Downloaded resolv-conf v0.7.0 |
1200 | 2024-04-25T09:21:58.393Z | Downloaded rstest v0.19.0 |
1201 | 2024-04-25T09:21:58.398Z | Downloaded textwrap v0.16.1 |
1202 | 2024-04-25T09:21:58.403Z | Downloaded peg v0.8.2 |
1203 | 2024-04-25T09:21:58.409Z | Downloaded curve25519-dalek-derive v0.1.0 |
1204 | 2024-04-25T09:21:58.409Z | Downloaded tokio-stream v0.1.15 |
1205 | 2024-04-25T09:21:58.414Z | Downloaded utf-8 v0.7.6 |
1206 | 2024-04-25T09:21:58.414Z | Downloaded slog-async v2.8.0 |
1207 | 2024-04-25T09:21:58.419Z | Downloaded toml v0.7.8 |
1208 | 2024-04-25T09:21:58.419Z | Downloaded env_logger v0.10.0 |
1209 | 2024-04-25T09:21:58.441Z | Downloaded toml v0.5.11 |
1210 | 2024-04-25T09:21:58.441Z | Downloaded rsa v0.9.2 |
1211 | 2024-04-25T09:21:58.446Z | Downloaded trust-dns-resolver v0.22.0 |
1212 | 2024-04-25T09:21:58.446Z | Downloaded want v0.3.1 |
1213 | 2024-04-25T09:21:58.446Z | Downloaded paste v1.0.14 |
1214 | 2024-04-25T09:21:58.446Z | Downloaded tinyvec_macros v0.1.1 |
1215 | 2024-04-25T09:21:58.446Z | Downloaded termtree v0.4.1 |
1216 | 2024-04-25T09:21:58.446Z | Downloaded glob v0.3.1 |
1217 | 2024-04-25T09:21:58.446Z | Downloaded num_enum v0.5.11 |
1218 | 2024-04-25T09:21:58.450Z | Downloaded pretty-hex v0.2.1 |
1219 | 2024-04-25T09:21:58.450Z | Downloaded powerfmt v0.2.0 |
1220 | 2024-04-25T09:21:58.477Z | Downloaded rusty-fork v0.3.0 |
1221 | 2024-04-25T09:21:58.477Z | Downloaded tokio-macros v2.2.0 |
1222 | 2024-04-25T09:21:58.477Z | Downloaded waitgroup v0.1.2 |
1223 | 2024-04-25T09:21:58.477Z | Downloaded strum_macros v0.25.2 |
1224 | 2024-04-25T09:21:58.481Z | Downloaded unicode-segmentation v1.10.1 |
1225 | 2024-04-25T09:21:58.481Z | Downloaded path-slash v0.1.5 |
1226 | 2024-04-25T09:21:58.481Z | Downloaded fragile v2.0.0 |
1227 | 2024-04-25T09:21:58.481Z | Downloaded fixedbitset v0.4.2 |
1228 | 2024-04-25T09:21:58.481Z | Downloaded serde_derive_internals v0.26.0 |
1229 | 2024-04-25T09:21:58.482Z | Downloaded tokio-rustls v0.24.1 |
1230 | 2024-04-25T09:21:58.482Z | Downloaded defmt-macros v0.3.6 |
1231 | 2024-04-25T09:21:58.482Z | Downloaded erased-serde v0.3.31 |
1232 | 2024-04-25T09:21:58.482Z | Downloaded spin v0.5.2 |
1233 | 2024-04-25T09:21:58.482Z | Downloaded slog-envlogger v2.2.0 |
1234 | 2024-04-25T09:21:58.482Z | Downloaded rand v0.8.5 |
1235 | 2024-04-25T09:21:58.491Z | Downloaded endian-type v0.1.2 |
1236 | 2024-04-25T09:21:58.491Z | Downloaded dof v0.1.5 |
1237 | 2024-04-25T09:21:58.504Z | Downloaded prettyplease v0.2.19 |
1238 | 2024-04-25T09:21:58.504Z | Downloaded gethostname v0.4.3 |
1239 | 2024-04-25T09:21:58.505Z | Downloaded trybuild v1.0.91 |
1240 | 2024-04-25T09:21:58.505Z | Downloaded postgres-protocol v0.6.6 |
1241 | 2024-04-25T09:21:58.505Z | Downloaded guppy v0.17.5 |
1242 | 2024-04-25T09:21:58.512Z | Downloaded wait-timeout v0.2.0 |
1243 | 2024-04-25T09:21:58.512Z | Downloaded version_check v0.9.4 |
1244 | 2024-04-25T09:21:58.512Z | Downloaded openssl-probe v0.1.5 |
1245 | 2024-04-25T09:21:58.512Z | Downloaded scheduled-thread-pool v0.2.7 |
1246 | 2024-04-25T09:21:58.512Z | Downloaded predicates-tree v1.0.9 |
1247 | 2024-04-25T09:21:58.519Z | Downloaded tungstenite v0.20.1 |
1248 | 2024-04-25T09:21:58.519Z | Downloaded signal-hook-tokio v0.3.1 |
1249 | 2024-04-25T09:21:58.525Z | Downloaded signal-hook-mio v0.2.3 |
1250 | 2024-04-25T09:21:58.525Z | Downloaded flagset v0.4.3 |
1251 | 2024-04-25T09:21:58.525Z | Downloaded zerocopy v0.6.6 |
1252 | 2024-04-25T09:21:58.525Z | Downloaded sync_wrapper v0.1.2 |
1253 | 2024-04-25T09:21:58.535Z | Downloaded publicsuffix v2.2.3 |
1254 | 2024-04-25T09:21:58.535Z | Downloaded salty v0.2.0 |
1255 | 2024-04-25T09:21:58.543Z | Downloaded headers-core v0.2.0 |
1256 | 2024-04-25T09:21:58.543Z | Downloaded structmeta-derive v0.3.0 |
1257 | 2024-04-25T09:21:58.543Z | Downloaded pest_meta v2.7.6 |
1258 | 2024-04-25T09:21:58.543Z | Downloaded string_cache v0.8.7 |
1259 | 2024-04-25T09:21:58.544Z | Downloaded enum-as-inner v0.5.1 |
1260 | 2024-04-25T09:21:58.550Z | Downloaded unicase v2.7.0 |
1261 | 2024-04-25T09:21:58.550Z | Downloaded term v0.7.0 |
1262 | 2024-04-25T09:21:58.551Z | Downloaded rustversion v1.0.14 |
1263 | 2024-04-25T09:21:58.554Z | Downloaded ppv-lite86 v0.2.17 |
1264 | 2024-04-25T09:21:58.554Z | Downloaded tokio-tungstenite v0.21.0 |
1265 | 2024-04-25T09:21:58.554Z | Downloaded signal-hook-registry v1.4.1 |
1266 | 2024-04-25T09:21:58.554Z | Downloaded darling v0.20.8 |
1267 | 2024-04-25T09:21:58.559Z | Downloaded pest_derive v2.7.6 |
1268 | 2024-04-25T09:21:58.563Z | Downloaded number_prefix v0.4.0 |
1269 | 2024-04-25T09:21:58.563Z | Downloaded num-conv v0.1.0 |
1270 | 2024-04-25T09:21:58.564Z | Downloaded futures-sink v0.3.30 |
1271 | 2024-04-25T09:21:58.575Z | Downloaded futures-io v0.3.30 |
1272 | 2024-04-25T09:21:58.575Z | Downloaded funty v2.0.0 |
1273 | 2024-04-25T09:21:58.576Z | Downloaded futures-timer v3.0.2 |
1274 | 2024-04-25T09:21:58.576Z | Downloaded uzers v0.11.3 |
1275 | 2024-04-25T09:21:58.588Z | Downloaded strum_macros v0.24.3 |
1276 | 2024-04-25T09:21:58.588Z | Downloaded platforms v3.0.2 |
1277 | 2024-04-25T09:21:58.589Z | Downloaded aho-corasick v1.1.2 |
1278 | 2024-04-25T09:21:58.589Z | Downloaded defmt v0.3.5 |
1279 | 2024-04-25T09:21:59.011Z | Downloaded serde_arrays v0.1.0 |
1280 | 2024-04-25T09:21:59.012Z | Downloaded time v0.3.34 |
1281 | 2024-04-25T09:21:59.012Z | Downloaded rustls-pemfile v2.1.2 |
1282 | 2024-04-25T09:21:59.012Z | Downloaded rust-argon2 v2.1.0 |
1283 | 2024-04-25T09:21:59.012Z | Downloaded schemars v0.8.16 |
1284 | 2024-04-25T09:21:59.012Z | Downloaded tracing-attributes v0.1.27 |
1285 | 2024-04-25T09:21:59.012Z | Downloaded env_logger v0.9.3 |
1286 | 2024-04-25T09:21:59.012Z | Downloaded strum_macros v0.26.1 |
1287 | 2024-04-25T09:21:59.012Z | Downloaded pin-project-internal v1.1.3 |
1288 | 2024-04-25T09:21:59.012Z | Downloaded rcgen v0.12.1 |
1289 | 2024-04-25T09:21:59.012Z | Downloaded rayon-core v1.12.1 |
1290 | 2024-04-25T09:21:59.013Z | Downloaded termcolor v1.2.0 |
1291 | 2024-04-25T09:21:59.013Z | Downloaded rstest_macros v0.19.0 |
1292 | 2024-04-25T09:21:59.013Z | Downloaded der v0.7.8 |
1293 | 2024-04-25T09:21:59.013Z | Downloaded tracing-core v0.1.32 |
1294 | 2024-04-25T09:21:59.013Z | Downloaded shlex v1.3.0 |
1295 | 2024-04-25T09:21:59.013Z | Downloaded olpc-cjson v0.1.3 |
1296 | 2024-04-25T09:21:59.013Z | Downloaded h2 v0.3.26 |
1297 | 2024-04-25T09:21:59.013Z | Downloaded fatfs v0.3.6 |
1298 | 2024-04-25T09:21:59.013Z | Downloaded blake3 v1.5.0 |
1299 | 2024-04-25T09:21:59.013Z | Downloaded tinyvec v1.6.0 |
1300 | 2024-04-25T09:21:59.014Z | Downloaded flate2 v1.0.28 |
1301 | 2024-04-25T09:21:59.014Z | Downloaded hashbrown v0.13.2 |
1302 | 2024-04-25T09:21:59.014Z | Downloaded openssl-sys v0.9.102 |
1303 | 2024-04-25T09:21:59.014Z | Downloaded trust-dns-client v0.22.0 |
1304 | 2024-04-25T09:21:59.014Z | Downloaded pkcs1 v0.7.5 |
1305 | 2024-04-25T09:21:59.014Z | Downloaded pretty_assertions v1.4.0 |
1306 | 2024-04-25T09:21:59.014Z | Downloaded pin-project-lite v0.2.13 |
1307 | 2024-04-25T09:21:59.014Z | Downloaded idna v0.2.3 |
1308 | 2024-04-25T09:21:59.014Z | Downloaded tokio-util v0.7.10 |
1309 | 2024-04-25T09:21:59.014Z | Downloaded winnow v0.5.15 |
1310 | 2024-04-25T09:21:59.014Z | Downloaded tokio-postgres v0.7.10 |
1311 | 2024-04-25T09:21:59.015Z | Downloaded rustls v0.21.9 |
1312 | 2024-04-25T09:21:59.015Z | Downloaded getrandom v0.2.12 |
1313 | 2024-04-25T09:21:59.015Z | Downloaded syn v1.0.109 |
1314 | 2024-04-25T09:21:59.015Z | Downloaded num-complex v0.4.5 |
1315 | 2024-04-25T09:21:59.015Z | Downloaded darling_core v0.20.8 |
1316 | 2024-04-25T09:21:59.015Z | Downloaded unicode-bidi v0.3.15 |
1317 | 2024-04-25T09:21:59.015Z | Downloaded zerocopy v0.7.32 |
1318 | 2024-04-25T09:21:59.015Z | Downloaded unicode-normalization v0.1.22 |
1319 | 2024-04-25T09:21:59.015Z | Downloaded goblin v0.8.0 |
1320 | 2024-04-25T09:21:59.015Z | Downloaded nix v0.28.0 |
1321 | 2024-04-25T09:21:59.016Z | Downloaded quick-xml v0.31.0 |
1322 | 2024-04-25T09:21:59.016Z | Downloaded plotters v0.3.5 |
1323 | 2024-04-25T09:21:59.016Z | Downloaded openssl v0.10.64 |
1324 | 2024-04-25T09:21:59.016Z | Downloaded regex v1.10.4 |
1325 | 2024-04-25T09:21:59.016Z | Downloaded hashbrown v0.12.3 |
1326 | 2024-04-25T09:21:59.016Z | Downloaded object v0.30.4 |
1327 | 2024-04-25T09:21:59.016Z | Downloaded regex-syntax v0.6.29 |
1328 | 2024-04-25T09:21:59.016Z | Downloaded pest v2.7.6 |
1329 | 2024-04-25T09:21:59.017Z | Downloaded sled v0.34.7 |
1330 | 2024-04-25T09:21:59.017Z | Downloaded reqwest v0.11.24 |
1331 | 2024-04-25T09:21:59.017Z | Downloaded sqlparser v0.45.0 |
1332 | 2024-04-25T09:21:59.017Z | Downloaded regex-syntax v0.8.2 |
1333 | 2024-04-25T09:21:59.017Z | Downloaded proptest v1.4.0 |
1334 | 2024-04-25T09:21:59.017Z | Downloaded curve25519-dalek v4.1.2 |
1335 | 2024-04-25T09:21:59.017Z | Downloaded petgraph v0.6.4 |
1336 | 2024-04-25T09:21:59.017Z | Downloaded webpki-roots v0.25.2 |
1337 | 2024-04-25T09:21:59.017Z | Downloaded regex-automata v0.1.10 |
1338 | 2024-04-25T09:21:59.017Z | Downloaded diesel v2.1.6 |
1339 | 2024-04-25T09:21:59.018Z | Downloaded futures-util v0.3.30 |
1340 | 2024-04-25T09:21:59.018Z | Downloaded radix_trie v0.2.1 |
1341 | 2024-04-25T09:21:59.018Z | Downloaded smoltcp v0.11.0 |
1342 | 2024-04-25T09:21:59.018Z | Downloaded bitvec v1.0.1 |
1343 | 2024-04-25T09:21:59.059Z | Downloaded polar-core v0.27.3 |
1344 | 2024-04-25T09:21:59.065Z | Downloaded bstr v0.2.17 |
1345 | 2024-04-25T09:21:59.065Z | Downloaded vcpkg v0.2.15 |
1346 | 2024-04-25T09:21:59.075Z | Downloaded smoltcp v0.9.1 |
1347 | 2024-04-25T09:21:59.087Z | Downloaded object v0.32.1 |
1348 | 2024-04-25T09:21:59.114Z | Downloaded gimli v0.28.0 |
1349 | 2024-04-25T09:21:59.130Z | Downloaded regress v0.9.1 |
1350 | 2024-04-25T09:21:59.130Z | Downloaded encoding_rs v0.8.33 |
1351 | 2024-04-25T09:21:59.143Z | Downloaded trust-dns-proto v0.22.0 |
1352 | 2024-04-25T09:21:59.151Z | Downloaded ratatui v0.26.2 |
1353 | 2024-04-25T09:21:59.171Z | Downloaded bstr v1.9.0 |
1354 | 2024-04-25T09:21:59.181Z | Downloaded rustls v0.22.4 |
1355 | 2024-04-25T09:21:59.195Z | Downloaded openapiv3 v2.0.0 |
1356 | 2024-04-25T09:21:59.209Z | Downloaded chrono v0.4.38 |
1357 | 2024-04-25T09:21:59.215Z | Downloaded bindgen v0.69.2 |
1358 | 2024-04-25T09:21:59.222Z | Downloaded headers v0.3.9 |
1359 | 2024-04-25T09:21:59.230Z | Downloaded tabled v0.15.0 |
1360 | 2024-04-25T09:21:59.244Z | Downloaded rustls-webpki v0.101.7 |
1361 | 2024-04-25T09:21:59.258Z | Downloaded zerocopy-derive v0.6.6 |
1362 | 2024-04-25T09:21:59.269Z | Downloaded zerocopy-derive v0.2.0 |
1363 | 2024-04-25T09:21:59.278Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1364 | 2024-04-25T09:21:59.291Z | Downloaded regex-automata v0.4.5 |
1365 | 2024-04-25T09:21:59.322Z | Downloaded rayon v1.10.0 |
1366 | 2024-04-25T09:21:59.343Z | Downloaded idna v0.3.0 |
1367 | 2024-04-25T09:21:59.343Z | Downloaded tokio v1.37.0 |
1368 | 2024-04-25T09:21:59.371Z | Downloaded csv v1.3.0 |
1369 | 2024-04-25T09:21:59.392Z | Downloaded sha3 v0.10.8 |
1370 | 2024-04-25T09:21:59.402Z | Downloaded signal-hook v0.3.17 |
1371 | 2024-04-25T09:21:59.402Z | Downloaded idna v0.5.0 |
1372 | 2024-04-25T09:21:59.402Z | Downloaded lalrpop v0.19.12 |
1373 | 2024-04-25T09:21:59.416Z | Downloaded pin-project v1.1.3 |
1374 | 2024-04-25T09:21:59.430Z | Downloaded toml_edit v0.19.15 |
1375 | 2024-04-25T09:21:59.447Z | Downloaded stringprep v0.1.3 |
1376 | 2024-04-25T09:21:59.447Z | Downloaded debug-ignore v1.0.5 |
1377 | 2024-04-25T09:21:59.447Z | Downloaded walkdir v2.5.0 |
1378 | 2024-04-25T09:21:59.447Z | Downloaded uuid v0.8.2 |
1379 | 2024-04-25T09:21:59.456Z | Downloaded tempfile v3.10.1 |
1380 | 2024-04-25T09:21:59.457Z | Downloaded similar v2.4.0 |
1381 | 2024-04-25T09:21:59.477Z | Downloaded rustyline v14.0.0 |
1382 | 2024-04-25T09:21:59.905Z | Downloaded rustls-webpki v0.102.1 |
1383 | 2024-04-25T09:21:59.905Z | Downloaded portable-atomic v1.4.3 |
1384 | 2024-04-25T09:21:59.905Z | Downloaded samael v0.0.15 |
1385 | 2024-04-25T09:21:59.905Z | Downloaded vte v0.11.1 |
1386 | 2024-04-25T09:21:59.905Z | Downloaded zip v0.6.6 |
1387 | 2024-04-25T09:21:59.905Z | Downloaded steno v0.4.0 |
1388 | 2024-04-25T09:21:59.905Z | Downloaded ref-cast-impl v1.0.22 |
1389 | 2024-04-25T09:21:59.905Z | Downloaded yasna v0.5.2 |
1390 | 2024-04-25T09:21:59.905Z | Downloaded unarray v0.1.4 |
1391 | 2024-04-25T09:21:59.906Z | Downloaded slog-dtrace v0.3.0 |
1392 | 2024-04-25T09:21:59.906Z | Downloaded slog-bunyan v2.5.0 |
1393 | 2024-04-25T09:21:59.906Z | Downloaded serde_with v3.7.0 |
1394 | 2024-04-25T09:21:59.906Z | Downloaded reedline v0.31.0 |
1395 | 2024-04-25T09:21:59.906Z | Downloaded fd-lock v4.0.2 |
1396 | 2024-04-25T09:21:59.906Z | Downloaded fallible-iterator v0.2.0 |
1397 | 2024-04-25T09:21:59.906Z | Downloaded termios v0.3.3 |
1398 | 2024-04-25T09:21:59.906Z | Downloaded postgres-types v0.2.6 |
1399 | 2024-04-25T09:21:59.906Z | Downloaded elliptic-curve v0.13.8 |
1400 | 2024-04-25T09:21:59.906Z | Downloaded tokio-native-tls v0.3.1 |
1401 | 2024-04-25T09:21:59.906Z | Downloaded sigpipe v0.1.3 |
1402 | 2024-04-25T09:21:59.906Z | Downloaded percent-encoding v2.3.1 |
1403 | 2024-04-25T09:21:59.906Z | Downloaded ucd-trie v0.1.6 |
1404 | 2024-04-25T09:21:59.906Z | Downloaded ring v0.17.8 |
1405 | 2024-04-25T09:21:59.906Z | Downloaded typenum v1.16.0 |
1406 | 2024-04-25T09:21:59.907Z | Downloaded criterion v0.5.1 |
1407 | 2024-04-25T09:21:59.907Z | Downloaded secrecy v0.8.0 |
1408 | 2024-04-25T09:21:59.907Z | Downloaded scopeguard v1.2.0 |
1409 | 2024-04-25T09:21:59.907Z | Downloaded schemars_derive v0.8.16 |
1410 | 2024-04-25T09:21:59.907Z | Downloaded slog v2.7.0 |
1411 | 2024-04-25T09:21:59.907Z | Downloaded pkcs8 v0.10.2 |
1412 | 2024-04-25T09:21:59.907Z | Downloaded parking_lot_core v0.9.8 |
1413 | 2024-04-25T09:21:59.907Z | Downloaded parking_lot_core v0.8.6 |
1414 | 2024-04-25T09:21:59.907Z | Downloaded futures-task v0.3.30 |
1415 | 2024-04-25T09:21:59.907Z | Downloaded peg-macros v0.8.2 |
1416 | 2024-04-25T09:21:59.907Z | Downloaded globset v0.4.13 |
1417 | 2024-04-25T09:21:59.907Z | Downloaded ena v0.14.2 |
1418 | 2024-04-25T09:21:59.907Z | Downloaded derive-where v1.2.7 |
1419 | 2024-04-25T09:21:59.907Z | Downloaded tough v0.17.1 |
1420 | 2024-04-25T09:21:59.907Z | Downloaded tracing v0.1.40 |
1421 | 2024-04-25T09:21:59.907Z | Downloaded ring v0.16.20 |
1422 | 2024-04-25T09:21:59.908Z | Downloaded url v2.5.0 |
1423 | 2024-04-25T09:21:59.908Z | Downloaded same-file v1.0.6 |
1424 | 2024-04-25T09:21:59.908Z | Downloaded nom v7.1.3 |
1425 | 2024-04-25T09:21:59.908Z | Downloaded crossterm v0.27.0 |
1426 | 2024-04-25T09:21:59.908Z | Downloaded test-strategy v0.3.1 |
1427 | 2024-04-25T09:21:59.908Z | Downloaded spin v0.9.8 |
1428 | 2024-04-25T09:21:59.908Z | Downloaded num-traits v0.2.18 |
1429 | 2024-04-25T09:21:59.908Z | Downloaded hyper v1.1.0 |
1430 | 2024-04-25T09:21:59.908Z | Downloaded typed-path v0.7.0 |
1431 | 2024-04-25T09:21:59.908Z | Downloaded plain v0.2.3 |
1432 | 2024-04-25T09:21:59.908Z | Downloaded parse-display v0.9.0 |
1433 | 2024-04-25T09:21:59.908Z | Downloaded proc-macro-error v1.0.4 |
1434 | 2024-04-25T09:21:59.908Z | Downloaded socket2 v0.5.6 |
1435 | 2024-04-25T09:21:59.908Z | Downloaded libm v0.2.7 |
1436 | 2024-04-25T09:21:59.908Z | Downloaded hash32 v0.3.1 |
1437 | 2024-04-25T09:21:59.908Z | Downloaded hash32 v0.2.1 |
1438 | 2024-04-25T09:21:59.909Z | Downloaded futures-macro v0.3.30 |
1439 | 2024-04-25T09:21:59.909Z | Downloaded der_derive v0.7.2 |
1440 | 2024-04-25T09:21:59.909Z | Downloaded predicates v3.1.0 |
1441 | 2024-04-25T09:21:59.909Z | Downloaded diff v0.1.13 |
1442 | 2024-04-25T09:21:59.909Z | Downloaded derive_more v0.99.17 |
1443 | 2024-04-25T09:21:59.909Z | Downloaded csv-core v0.1.11 |
1444 | 2024-04-25T09:21:59.909Z | Downloaded unicode_categories v0.1.1 |
1445 | 2024-04-25T09:21:59.909Z | Downloaded trust-dns-server v0.22.1 |
1446 | 2024-04-25T09:21:59.909Z | Downloaded libxml v0.3.3 |
1447 | 2024-04-25T09:21:59.909Z | Downloaded crossbeam-channel v0.5.8 |
1448 | 2024-04-25T09:21:59.909Z | Downloaded digest v0.10.7 |
1449 | 2024-04-25T09:21:59.909Z | Downloaded uuid v1.8.0 |
1450 | 2024-04-25T09:21:59.909Z | Downloaded unicode-linebreak v0.1.5 |
1451 | 2024-04-25T09:21:59.909Z | Downloaded tokio-tungstenite v0.20.1 |
1452 | 2024-04-25T09:21:59.909Z | Downloaded tokio-rustls v0.25.0 |
1453 | 2024-04-25T09:21:59.909Z | Downloaded slog-term v2.9.1 |
1454 | 2024-04-25T09:21:59.910Z | Downloaded owo-colors v4.0.0 |
1455 | 2024-04-25T09:21:59.910Z | Downloaded tower v0.4.13 |
1456 | 2024-04-25T09:21:59.910Z | Downloaded tungstenite v0.21.0 |
1457 | 2024-04-25T09:21:59.910Z | Downloaded cstr-argument v0.1.2 |
1458 | 2024-04-25T09:21:59.910Z | Downloaded proc-macro-crate v1.3.1 |
1459 | 2024-04-25T09:21:59.910Z | Downloaded plotters-backend v0.3.5 |
1460 | 2024-04-25T09:21:59.910Z | Downloaded pin-utils v0.1.0 |
1461 | 2024-04-25T09:21:59.910Z | Downloaded password-hash v0.5.0 |
1462 | 2024-04-25T09:21:59.910Z | Downloaded foreign-types v0.5.0 |
1463 | 2024-04-25T09:21:59.910Z | Downloaded foreign-types v0.3.2 |
1464 | 2024-04-25T09:21:59.910Z | Downloaded float-cmp v0.9.0 |
1465 | 2024-04-25T09:21:59.910Z | Downloaded papergrid v0.11.0 |
1466 | 2024-04-25T09:21:59.910Z | Downloaded unsafe-libyaml v0.2.10 |
1467 | 2024-04-25T09:21:59.910Z | Downloaded zone v0.1.8 |
1468 | 2024-04-25T09:21:59.911Z | Downloaded itertools v0.10.5 |
1469 | 2024-04-25T09:21:59.911Z | Downloaded num-rational v0.4.1 |
1470 | 2024-04-25T09:21:59.911Z | Downloaded futures v0.3.30 |
1471 | 2024-04-25T09:21:59.911Z | Downloaded flume v0.11.0 |
1472 | 2024-04-25T09:21:59.911Z | Downloaded expectorate v1.1.0 |
1473 | 2024-04-25T09:21:59.911Z | Downloaded rustls-native-certs v0.7.0 |
1474 | 2024-04-25T09:21:59.911Z | Downloaded parking_lot v0.11.2 |
1475 | 2024-04-25T09:21:59.911Z | Downloaded num-bigint v0.4.4 |
1476 | 2024-04-25T09:21:59.911Z | Downloaded minimal-lexical v0.2.1 |
1477 | 2024-04-25T09:21:59.911Z | Downloaded socket2 v0.4.9 |
1478 | 2024-04-25T09:21:59.911Z | Downloaded base64 v0.22.0 |
1479 | 2024-04-25T09:21:59.911Z | Downloaded parking_lot v0.12.1 |
1480 | 2024-04-25T09:21:59.927Z | Downloaded tinytemplate v1.2.1 |
1481 | 2024-04-25T09:21:59.928Z | Downloaded compact_str v0.7.1 |
1482 | 2024-04-25T09:21:59.928Z | Downloaded chacha20poly1305 v0.10.1 |
1483 | 2024-04-25T09:21:59.928Z | Downloaded data-encoding v2.4.0 |
1484 | 2024-04-25T09:21:59.928Z | Downloaded static_assertions v1.1.0 |
1485 | 2024-04-25T09:21:59.929Z | Downloaded serde_with_macros v3.7.0 |
1486 | 2024-04-25T09:21:59.929Z | Downloaded cc v1.0.83 |
1487 | 2024-04-25T09:21:59.929Z | Downloaded ron v0.7.1 |
1488 | 2024-04-25T09:21:59.929Z | Downloaded serde-hex v0.1.0 |
1489 | 2024-04-25T09:21:59.930Z | Downloaded rustfmt-wrapper v0.2.1 |
1490 | 2024-04-25T09:21:59.930Z | Downloaded r2d2 v0.8.10 |
1491 | 2024-04-25T09:21:59.930Z | Downloaded poly1305 v0.8.0 |
1492 | 2024-04-25T09:21:59.930Z | Downloaded subtle v2.5.0 |
1493 | 2024-04-25T09:21:59.930Z | Downloaded usdt-impl v0.5.0 |
1494 | 2024-04-25T09:21:59.953Z | Downloaded clang-sys v1.6.1 |
1495 | 2024-04-25T09:21:59.953Z | Downloaded pest_generator v2.7.6 |
1496 | 2024-04-25T09:21:59.953Z | Downloaded dyn-clone v1.0.17 |
1497 | 2024-04-25T09:21:59.954Z | Downloaded threadpool v1.8.1 |
1498 | 2024-04-25T09:21:59.954Z | Downloaded heapless v0.7.16 |
1499 | 2024-04-25T09:21:59.954Z | Downloaded serde_tokenstream v0.1.7 |
1500 | 2024-04-25T09:21:59.954Z | Downloaded futures-executor v0.3.30 |
1501 | 2024-04-25T09:21:59.954Z | Downloaded rustc_version v0.4.0 |
1502 | 2024-04-25T09:21:59.954Z | Downloaded rustc_version v0.1.7 |
1503 | 2024-04-25T09:21:59.954Z | Downloaded rustc-hash v1.1.0 |
1504 | 2024-04-25T09:21:59.954Z | Downloaded rand_chacha v0.3.1 |
1505 | 2024-04-25T09:21:59.954Z | Downloaded portpicker v0.1.1 |
1506 | 2024-04-25T09:21:59.969Z | Downloaded sha2 v0.10.8 |
1507 | 2024-04-25T09:21:59.969Z | Downloaded rustls-pki-types v1.3.0 |
1508 | 2024-04-25T09:21:59.969Z | Downloaded cfg-expr v0.15.6 |
1509 | 2024-04-25T09:21:59.969Z | Downloaded camino-tempfile v1.1.1 |
1510 | 2024-04-25T09:21:59.969Z | Downloaded sha1 v0.10.6 |
1511 | 2024-04-25T09:21:59.969Z | Downloaded num-derive v0.4.0 |
1512 | 2024-04-25T09:21:59.969Z | Downloaded group v0.13.0 |
1513 | 2024-04-25T09:21:59.969Z | Downloaded vsss-rs v3.3.4 |
1514 | 2024-04-25T09:21:59.969Z | Downloaded cookie v0.17.0 |
1515 | 2024-04-25T09:21:59.970Z | Downloaded constant_time_eq v0.2.6 |
1516 | 2024-04-25T09:21:59.970Z | Downloaded const_format_proc_macros v0.2.32 |
1517 | 2024-04-25T09:21:59.970Z | Downloaded ciborium v0.2.2 |
1518 | 2024-04-25T09:21:59.970Z | Downloaded cancel-safe-futures v0.1.5 |
1519 | 2024-04-25T09:21:59.970Z | Downloaded bzip2 v0.4.4 |
1520 | 2024-04-25T09:22:00.018Z | Downloaded castaway v0.2.2 |
1521 | 2024-04-25T09:22:00.018Z | Downloaded mockall_derive v0.12.1 |
1522 | 2024-04-25T09:22:00.018Z | Downloaded cexpr v0.6.0 |
1523 | 2024-04-25T09:22:00.018Z | Downloaded blake2b_simd v1.0.1 |
1524 | 2024-04-25T09:22:00.018Z | Downloaded target-spec v3.1.0 |
1525 | 2024-04-25T09:22:00.018Z | Downloaded indicatif v0.17.8 |
1526 | 2024-04-25T09:22:00.018Z | Downloaded bitfield v0.14.0 |
1527 | 2024-04-25T09:22:00.018Z | Downloaded nu-ansi-term v0.50.0 |
1528 | 2024-04-25T09:22:00.484Z | Downloaded bcs v0.1.6 |
1529 | 2024-04-25T09:22:00.484Z | Downloaded cfg-if v1.0.0 |
1530 | 2024-04-25T09:22:00.484Z | Downloaded bit-vec v0.6.3 |
1531 | 2024-04-25T09:22:00.484Z | Downloaded libloading v0.7.4 |
1532 | 2024-04-25T09:22:00.484Z | Downloaded strsim v0.10.0 |
1533 | 2024-04-25T09:22:00.484Z | Downloaded strip-ansi-escapes v0.2.0 |
1534 | 2024-04-25T09:22:00.484Z | Downloaded stable_deref_trait v1.2.0 |
1535 | 2024-04-25T09:22:00.484Z | Downloaded similar-asserts v1.5.0 |
1536 | 2024-04-25T09:22:00.485Z | Downloaded semver v0.1.20 |
1537 | 2024-04-25T09:22:00.485Z | Downloaded siphasher v0.3.11 |
1538 | 2024-04-25T09:22:00.485Z | Downloaded convert_case v0.4.0 |
1539 | 2024-04-25T09:22:00.485Z | Downloaded constant_time_eq v0.3.0 |
1540 | 2024-04-25T09:22:00.485Z | Downloaded ciborium-ll v0.2.2 |
1541 | 2024-04-25T09:22:00.485Z | Downloaded chacha20 v0.9.1 |
1542 | 2024-04-25T09:22:00.485Z | Downloaded multer v3.0.0 |
1543 | 2024-04-25T09:22:00.485Z | Downloaded memmap2 v0.7.1 |
1544 | 2024-04-25T09:22:00.485Z | Downloaded cipher v0.4.4 |
1545 | 2024-04-25T09:22:00.485Z | Downloaded keccak v0.1.4 |
1546 | 2024-04-25T09:22:00.485Z | Downloaded md-5 v0.10.5 |
1547 | 2024-04-25T09:22:00.486Z | Downloaded managed v0.8.0 |
1548 | 2024-04-25T09:22:00.486Z | Downloaded lru-cache v0.1.2 |
1549 | 2024-04-25T09:22:00.486Z | Downloaded maplit v1.0.2 |
1550 | 2024-04-25T09:22:00.486Z | Downloaded libefi-sys v0.1.0 |
1551 | 2024-04-25T09:22:00.486Z | Downloaded lalrpop-util v0.19.12 |
1552 | 2024-04-25T09:22:00.486Z | Downloaded linked-hash-map v0.5.6 |
1553 | 2024-04-25T09:22:00.486Z | Downloaded cobs v0.2.3 |
1554 | 2024-04-25T09:22:00.486Z | Downloaded async-trait v0.1.80 |
1555 | 2024-04-25T09:22:00.486Z | Downloaded assert_cmd v2.0.14 |
1556 | 2024-04-25T09:22:00.486Z | Downloaded ascii-canvas v3.0.0 |
1557 | 2024-04-25T09:22:00.486Z | Downloaded arc-swap v1.6.0 |
1558 | 2024-04-25T09:22:00.486Z | Downloaded lazy_static v1.4.0 |
1559 | 2024-04-25T09:22:00.487Z | Downloaded is-terminal v0.4.9 |
1560 | 2024-04-25T09:22:00.487Z | Downloaded indoc v2.0.3 |
1561 | 2024-04-25T09:22:00.487Z | Downloaded bit-set v0.5.3 |
1562 | 2024-04-25T09:22:00.487Z | Downloaded arrayref v0.3.7 |
1563 | 2024-04-25T09:22:00.487Z | Downloaded hubpack v0.1.2 |
1564 | 2024-04-25T09:22:00.487Z | Downloaded http v1.0.0 |
1565 | 2024-04-25T09:22:00.487Z | Downloaded arrayvec v0.7.4 |
1566 | 2024-04-25T09:22:00.488Z | Downloaded approx v0.5.1 |
1567 | 2024-04-25T09:22:00.488Z | Downloaded anes v0.1.6 |
1568 | 2024-04-25T09:22:00.488Z | Downloaded atomic-waker v1.1.1 |
1569 | 2024-04-25T09:22:00.488Z | Downloaded http-range v0.1.5 |
1570 | 2024-04-25T09:22:00.488Z | Downloaded atomicwrites v0.4.3 |
1571 | 2024-04-25T09:22:00.488Z | Downloaded assert_matches v1.5.0 |
1572 | 2024-04-25T09:22:00.488Z | Downloaded httpdate v1.0.3 |
1573 | 2024-04-25T09:22:00.488Z | Downloaded heapless v0.8.0 |
1574 | 2024-04-25T09:22:00.488Z | Downloaded cassowary v0.3.0 |
1575 | 2024-04-25T09:22:01.731Z | Downloaded ascii v1.1.0 |
1576 | 2024-04-25T09:22:01.731Z | Downloaded async-stream-impl v0.3.5 |
1577 | 2024-04-25T09:22:01.731Z | Downloaded humantime v2.1.0 |
1578 | 2024-04-25T09:22:01.732Z | Downloaded highway v1.1.0 |
1579 | 2024-04-25T09:22:01.732Z | Downloaded hex-literal v0.4.1 |
1580 | 2024-04-25T09:22:01.732Z | Downloaded heck v0.4.1 |
1581 | 2024-04-25T09:22:01.732Z | Downloaded base64 v0.21.7 |
1582 | 2024-04-25T09:22:01.732Z | Downloaded allocator-api2 v0.2.16 |
1583 | 2024-04-25T09:22:01.732Z | Downloaded bytes v1.6.0 |
1584 | 2024-04-25T09:22:01.732Z | Downloaded base16ct v0.2.0 |
1585 | 2024-04-25T09:22:01.732Z | Downloaded hex v0.4.3 |
1586 | 2024-04-25T09:22:01.732Z | Downloaded ahash v0.8.8 |
1587 | 2024-04-25T09:22:01.732Z | Downloaded aead v0.5.2 |
1588 | 2024-04-25T09:22:01.739Z | Compiling libc v0.2.153 |
1589 | 2024-04-25T09:22:01.740Z | Compiling serde v1.0.198 |
1590 | 2024-04-25T09:22:01.740Z | Compiling version_check v0.9.4 |
1591 | 2024-04-25T09:22:01.740Z | Checking cfg-if v1.0.0 |
1592 | 2024-04-25T09:22:01.740Z | Compiling lock_api v0.4.10 |
1593 | 2024-04-25T09:22:01.740Z | Compiling syn v1.0.109 |
1594 | 2024-04-25T09:22:01.740Z | Compiling syn v2.0.60 |
1595 | 2024-04-25T09:22:01.740Z | Compiling parking_lot_core v0.9.8 |
1596 | 2024-04-25T09:22:01.740Z | Compiling once_cell v1.19.0 |
1597 | 2024-04-25T09:22:01.740Z | Compiling libm v0.2.7 |
1598 | 2024-04-25T09:22:01.740Z | Compiling num-traits v0.2.18 |
1599 | 2024-04-25T09:22:01.741Z | Compiling memchr v2.7.1 |
1600 | 2024-04-25T09:22:01.741Z | Compiling serde_json v1.0.116 |
1601 | 2024-04-25T09:22:01.741Z | Compiling ahash v0.8.8 |
1602 | 2024-04-25T09:22:01.741Z | Compiling byteorder v1.5.0 |
1603 | 2024-04-25T09:22:01.996Z | Checking log v0.4.21 |
1604 | 2024-04-25T09:22:02.368Z | Compiling slab v0.4.9 |
1605 | 2024-04-25T09:22:02.554Z | Checking itoa v1.0.9 |
1606 | 2024-04-25T09:22:02.680Z | Checking getrandom v0.2.12 |
1607 | 2024-04-25T09:22:02.680Z | Compiling cc v1.0.83 |
1608 | 2024-04-25T09:22:02.868Z | Compiling typenum v1.16.0 |
1609 | 2024-04-25T09:22:02.894Z | Compiling generic-array v0.14.7 |
1610 | 2024-04-25T09:22:02.927Z | Checking scopeguard v1.2.0 |
1611 | 2024-04-25T09:22:03.936Z | Checking smallvec v1.13.1 |
1612 | 2024-04-25T09:22:04.018Z | Compiling heck v0.4.1 |
1613 | 2024-04-25T09:22:04.018Z | Compiling allocator-api2 v0.2.16 |
1614 | 2024-04-25T09:22:04.019Z | Compiling pkg-config v0.3.27 |
1615 | 2024-04-25T09:22:04.019Z | Compiling rustix v0.38.31 |
1616 | 2024-04-25T09:22:04.019Z | Compiling schemars v0.8.16 |
1617 | 2024-04-25T09:22:04.109Z | Compiling httparse v1.8.0 |
1618 | 2024-04-25T09:22:04.559Z | Checking pin-project-lite v0.2.13 |
1619 | 2024-04-25T09:22:04.559Z | Compiling time-core v0.1.2 |
1620 | 2024-04-25T09:22:04.559Z | Checking parking_lot v0.12.1 |
1621 | 2024-04-25T09:22:04.559Z | Compiling num-conv v0.1.0 |
1622 | 2024-04-25T09:22:04.644Z | Compiling fnv v1.0.7 |
1623 | 2024-04-25T09:22:04.766Z | Checking signal-hook-registry v1.4.1 |
1624 | 2024-04-25T09:22:05.225Z | Compiling vcpkg v0.2.15 |
1625 | 2024-04-25T09:22:05.229Z | Compiling time-macros v0.2.17 |
1626 | 2024-04-25T09:22:05.229Z | Checking mio v0.8.11 |
1627 | 2024-04-25T09:22:05.344Z | Checking ryu v1.0.15 |
1628 | 2024-04-25T09:22:05.566Z | Compiling aho-corasick v1.1.2 |
1629 | 2024-04-25T09:22:05.623Z | Compiling ring v0.17.8 |
1630 | 2024-04-25T09:22:07.078Z | Compiling regex-syntax v0.8.2 |
1631 | 2024-04-25T09:22:07.098Z | Compiling openssl-sys v0.9.102 |
1632 | 2024-04-25T09:22:09.070Z | Checking rand_core v0.6.4 |
1633 | 2024-04-25T09:22:09.074Z | Compiling serde_derive_internals v0.26.0 |
1634 | 2024-04-25T09:22:09.158Z | Checking num_cpus v1.16.0 |
1635 | 2024-04-25T09:22:09.260Z | Checking futures-core v0.3.30 |
1636 | 2024-04-25T09:22:09.425Z | Compiling ring v0.16.20 |
1637 | 2024-04-25T09:22:10.426Z | Compiling regex-automata v0.4.5 |
1638 | 2024-04-25T09:22:10.972Z | Checking socket2 v0.5.6 |
1639 | 2024-04-25T09:22:11.365Z | Compiling openssl v0.10.64 |
1640 | 2024-04-25T09:22:11.753Z | Compiling rustversion v1.0.14 |
1641 | 2024-04-25T09:22:12.026Z | Compiling ucd-trie v0.1.6 |
1642 | 2024-04-25T09:22:12.329Z | Compiling slog v2.7.0 |
1643 | 2024-04-25T09:22:12.597Z | Compiling crossbeam-utils v0.8.19 |
1644 | 2024-04-25T09:22:13.223Z | Compiling native-tls v0.2.11 |
1645 | 2024-04-25T09:22:13.443Z | Compiling rustls v0.21.9 |
1646 | 2024-04-25T09:22:13.534Z | Compiling iana-time-zone v0.1.57 |
1647 | 2024-04-25T09:22:13.727Z | Compiling cookie v0.17.0 |
1648 | 2024-04-25T09:22:13.942Z | Checking spin v0.5.2 |
1649 | 2024-04-25T09:22:14.080Z | Compiling backtrace v0.3.69 |
1650 | 2024-04-25T09:22:14.218Z | Compiling unicode-xid v0.2.4 |
1651 | 2024-04-25T09:22:14.770Z | Compiling uuid v0.8.2 |
1652 | 2024-04-25T09:22:14.786Z | Compiling regex v1.10.4 |
1653 | 2024-04-25T09:22:14.787Z | Compiling serde_derive v1.0.198 |
1654 | 2024-04-25T09:22:14.787Z | Compiling zerocopy-derive v0.7.32 |
1655 | 2024-04-25T09:22:14.787Z | Compiling thiserror-impl v1.0.59 |
1656 | 2024-04-25T09:22:14.942Z | Compiling zeroize_derive v1.4.2 |
1657 | 2024-04-25T09:22:15.211Z | Compiling tokio-macros v2.2.0 |
1658 | 2024-04-25T09:22:15.433Z | Compiling futures-macro v0.3.30 |
1659 | 2024-04-25T09:22:16.032Z | Compiling tracing-attributes v0.1.27 |
1660 | 2024-04-25T09:22:16.619Z | Compiling schemars_derive v0.8.16 |
1661 | 2024-04-25T09:22:16.865Z | Compiling zerocopy v0.7.32 |
1662 | 2024-04-25T09:22:16.914Z | Checking zeroize v1.7.0 |
1663 | 2024-04-25T09:22:17.168Z | Compiling openssl-macros v0.1.1 |
1664 | 2024-04-25T09:22:17.951Z | Compiling async-trait v0.1.80 |
1665 | 2024-04-25T09:22:18.067Z | Compiling thiserror v1.0.59 |
1666 | 2024-04-25T09:22:18.333Z | Compiling pest v2.7.6 |
1667 | 2024-04-25T09:22:18.963Z | Checking futures-sink v0.3.30 |
1668 | 2024-04-25T09:22:19.100Z | Compiling dyn-clone v1.0.17 |
1669 | 2024-04-25T09:22:19.230Z | Compiling hashbrown v0.14.3 |
1670 | 2024-04-25T09:22:19.313Z | Compiling anyhow v1.0.82 |
1671 | 2024-04-25T09:22:20.109Z | Checking pin-utils v0.1.0 |
1672 | 2024-04-25T09:22:20.235Z | Checking futures-channel v0.3.30 |
1673 | 2024-04-25T09:22:20.583Z | Compiling pest_meta v2.7.6 |
1674 | 2024-04-25T09:22:20.691Z | Checking futures-task v0.3.30 |
1675 | 2024-04-25T09:22:20.859Z | Checking futures-io v0.3.30 |
1676 | 2024-04-25T09:22:20.878Z | Compiling tinyvec_macros v0.1.1 |
1677 | 2024-04-25T09:22:20.908Z | Compiling scroll_derive v0.12.0 |
1678 | 2024-04-25T09:22:20.958Z | Compiling tinyvec v1.6.0 |
1679 | 2024-04-25T09:22:20.996Z | Compiling thread-id v4.2.0 |
1680 | 2024-04-25T09:22:21.033Z | Checking futures-util v0.3.30 |
1681 | 2024-04-25T09:22:21.097Z | Compiling der_derive v0.7.2 |
1682 | 2024-04-25T09:22:21.850Z | Compiling pest_generator v2.7.6 |
1683 | 2024-04-25T09:22:22.384Z | Compiling unicode-normalization v0.1.22 |
1684 | 2024-04-25T09:22:23.466Z | Compiling unicode-bidi v0.3.15 |
1685 | 2024-04-25T09:22:23.644Z | Compiling errno v0.3.8 |
1686 | 2024-04-25T09:22:23.828Z | Checking subtle v2.5.0 |
1687 | 2024-04-25T09:22:23.849Z | Compiling crc32fast v1.3.2 |
1688 | 2024-04-25T09:22:24.073Z | Compiling unicode-width v0.1.11 |
1689 | 2024-04-25T09:22:24.227Z | Compiling either v1.11.0 |
1690 | 2024-04-25T09:22:25.379Z | Compiling winnow v0.5.15 |
1691 | 2024-04-25T09:22:25.481Z | Compiling pest_derive v2.7.6 |
1692 | 2024-04-25T09:22:26.149Z | Compiling synstructure v0.12.6 |
1693 | 2024-04-25T09:22:26.255Z | Compiling spin v0.9.8 |
1694 | 2024-04-25T09:22:26.617Z | Compiling tracing-core v0.1.32 |
1695 | 2024-04-25T09:22:26.820Z | Compiling scroll v0.12.0 |
1696 | 2024-04-25T09:22:27.239Z | Compiling usdt-impl v0.5.0 |
1697 | 2024-04-25T09:22:27.360Z | Compiling tracing v0.1.40 |
1698 | 2024-04-25T09:22:27.690Z | Compiling const-oid v0.9.6 |
1699 | 2024-04-25T09:22:27.858Z | Compiling plain v0.2.3 |
1700 | 2024-04-25T09:22:27.945Z | Compiling zerocopy-derive v0.2.0 |
1701 | 2024-04-25T09:22:28.057Z | Compiling percent-encoding v2.3.1 |
1702 | 2024-04-25T09:22:28.200Z | Checking bytes v1.6.0 |
1703 | 2024-04-25T09:22:28.374Z | Checking bitflags v2.4.2 |
1704 | 2024-04-25T09:22:28.657Z | Compiling goblin v0.8.0 |
1705 | 2024-04-25T09:22:29.010Z | Checking tokio v1.37.0 |
1706 | 2024-04-25T09:22:29.403Z | Compiling indexmap v2.2.6 |
1707 | 2024-04-25T09:22:30.020Z | Compiling uuid v1.8.0 |
1708 | 2024-04-25T09:22:30.360Z | Compiling chrono v0.4.38 |
1709 | 2024-04-25T09:22:30.831Z | Compiling semver v1.0.22 |
1710 | 2024-04-25T09:22:30.865Z | Compiling http v0.2.12 |
1711 | 2024-04-25T09:22:31.368Z | Compiling toml_datetime v0.6.5 |
1712 | 2024-04-25T09:22:31.577Z | Compiling serde_spanned v0.6.5 |
1713 | 2024-04-25T09:22:31.613Z | Compiling rustc_version v0.4.0 |
1714 | 2024-04-25T09:22:32.329Z | Compiling toml_edit v0.19.15 |
1715 | 2024-04-25T09:22:32.363Z | Compiling openapiv3 v2.0.0 |
1716 | 2024-04-25T09:22:34.308Z | Compiling pretty-hex v0.4.1 |
1717 | 2024-04-25T09:22:34.543Z | Compiling dof v0.3.0 |
1718 | 2024-04-25T09:22:35.766Z | Compiling clap_derive v4.5.4 |
1719 | 2024-04-25T09:22:36.741Z | Compiling dtrace-parser v0.2.0 |
1720 | 2024-04-25T09:22:36.818Z | Compiling untrusted v0.7.1 |
1721 | 2024-04-25T09:22:36.988Z | Compiling signal-hook v0.3.17 |
1722 | 2024-04-25T09:22:37.086Z | Compiling foreign-types-shared v0.1.1 |
1723 | 2024-04-25T09:22:37.195Z | Compiling untrusted v0.9.0 |
1724 | 2024-04-25T09:22:37.241Z | Compiling powerfmt v0.2.0 |
1725 | 2024-04-25T09:22:37.642Z | Compiling deranged v0.3.11 |
1726 | 2024-04-25T09:22:39.103Z | Compiling foreign-types v0.3.2 |
1727 | 2024-04-25T09:22:39.109Z | Compiling form_urlencoded v1.2.1 |
1728 | 2024-04-25T09:22:39.109Z | Compiling crypto-common v0.1.6 |
1729 | 2024-04-25T09:22:39.148Z | Compiling zerocopy-derive v0.6.6 |
1730 | 2024-04-25T09:22:39.641Z | Compiling tokio-util v0.7.10 |
1731 | 2024-04-25T09:22:40.145Z | Compiling usdt-impl v0.3.5 |
1732 | 2024-04-25T09:22:40.480Z | Compiling siphasher v0.3.11 |
1733 | 2024-04-25T09:22:40.632Z | Compiling num_threads v0.1.6 |
1734 | 2024-04-25T09:22:40.777Z | Compiling base64 v0.21.7 |
1735 | 2024-04-25T09:22:40.818Z | Compiling try-lock v0.2.4 |
1736 | 2024-04-25T09:22:40.894Z | Compiling time v0.3.34 |
1737 | 2024-04-25T09:22:40.953Z | Compiling want v0.3.1 |
1738 | 2024-04-25T09:22:41.112Z | Compiling sct v0.7.0 |
1739 | 2024-04-25T09:22:41.252Z | Compiling h2 v0.3.26 |
1740 | 2024-04-25T09:22:42.169Z | Compiling rustls-webpki v0.101.7 |
1741 | 2024-04-25T09:22:42.169Z | Compiling http-body v0.4.5 |
1742 | 2024-04-25T09:22:42.169Z | Compiling zerocopy v0.3.0 |
1743 | 2024-04-25T09:22:42.353Z | Compiling block-buffer v0.10.4 |
1744 | 2024-04-25T09:22:42.428Z | Compiling idna v0.5.0 |
1745 | 2024-04-25T09:22:42.449Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1746 | 2024-04-25T09:22:42.902Z | Compiling openssl-probe v0.1.5 |
1747 | 2024-04-25T09:22:43.231Z | Compiling tower-service v0.3.2 |
1748 | 2024-04-25T09:22:43.287Z | Compiling httpdate v1.0.3 |
1749 | 2024-04-25T09:22:43.372Z | Compiling url v2.5.0 |
1750 | 2024-04-25T09:22:43.949Z | Compiling digest v0.10.7 |
1751 | 2024-04-25T09:22:44.442Z | Compiling dof v0.1.5 |
1752 | 2024-04-25T09:22:44.771Z | Compiling heapless v0.7.16 |
1753 | 2024-04-25T09:22:45.296Z | Compiling dtrace-parser v0.1.14 |
1754 | 2024-04-25T09:22:45.336Z | Compiling idna v0.3.0 |
1755 | 2024-04-25T09:22:45.385Z | Compiling lazy_static v1.4.0 |
1756 | 2024-04-25T09:22:46.251Z | Compiling adler v1.0.2 |
1757 | 2024-04-25T09:22:46.467Z | Compiling psl-types v2.0.11 |
1758 | 2024-04-25T09:22:46.655Z | Checking equivalent v1.0.1 |
1759 | 2024-04-25T09:22:46.751Z | Compiling ppv-lite86 v0.2.17 |
1760 | 2024-04-25T09:22:46.881Z | Compiling publicsuffix v2.2.3 |
1761 | 2024-04-25T09:22:47.102Z | Compiling miniz_oxide v0.7.1 |
1762 | 2024-04-25T09:22:47.526Z | Compiling tokio-native-tls v0.3.1 |
1763 | 2024-04-25T09:22:48.184Z | Compiling rand_chacha v0.3.1 |
1764 | 2024-04-25T09:22:48.219Z | Compiling crossbeam-epoch v0.9.18 |
1765 | 2024-04-25T09:22:48.219Z | Compiling hyper v0.14.28 |
1766 | 2024-04-25T09:22:48.528Z | Compiling tokio-rustls v0.24.1 |
1767 | 2024-04-25T09:22:48.919Z | Compiling serde_tokenstream v0.1.7 |
1768 | 2024-04-25T09:22:49.454Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1769 | 2024-04-25T09:22:49.652Z | Compiling bit-vec v0.6.3 |
1770 | 2024-04-25T09:22:49.759Z | Compiling ipnet v2.9.0 |
1771 | 2024-04-25T09:22:49.951Z | Compiling cookie_store v0.20.0 |
1772 | 2024-04-25T09:22:50.537Z | Compiling rand v0.8.5 |
1773 | 2024-04-25T09:22:50.576Z | Compiling rustls-pemfile v1.0.3 |
1774 | 2024-04-25T09:22:51.070Z | Compiling phf_shared v0.10.0 |
1775 | 2024-04-25T09:22:51.070Z | Compiling serde_urlencoded v0.7.1 |
1776 | 2024-04-25T09:22:51.136Z | Compiling encoding_rs v0.8.33 |
1777 | 2024-04-25T09:22:51.452Z | Compiling num-bigint v0.4.4 |
1778 | 2024-04-25T09:22:51.468Z | Compiling webpki-roots v0.25.2 |
1779 | 2024-04-25T09:22:51.594Z | Compiling base64ct v1.6.0 |
1780 | 2024-04-25T09:22:51.717Z | Compiling fixedbitset v0.4.2 |
1781 | 2024-04-25T09:22:51.737Z | Compiling mime v0.3.17 |
1782 | 2024-04-25T09:22:52.093Z | Compiling precomputed-hash v0.1.1 |
1783 | 2024-04-25T09:22:52.141Z | Compiling new_debug_unreachable v1.0.4 |
1784 | 2024-04-25T09:22:52.182Z | Compiling smoltcp v0.9.1 |
1785 | 2024-04-25T09:22:52.203Z | Compiling gimli v0.28.0 |
1786 | 2024-04-25T09:22:52.229Z | Compiling sync_wrapper v0.1.2 |
1787 | 2024-04-25T09:22:52.282Z | Compiling minimal-lexical v0.2.1 |
1788 | 2024-04-25T09:22:52.368Z | Compiling string_cache v0.8.7 |
1789 | 2024-04-25T09:22:52.718Z | Compiling nom v7.1.3 |
1790 | 2024-04-25T09:22:52.765Z | Compiling pem-rfc7468 v0.7.0 |
1791 | 2024-04-25T09:22:52.814Z | Compiling petgraph v0.6.4 |
1792 | 2024-04-25T09:22:53.227Z | Compiling usdt-macro v0.3.5 |
1793 | 2024-04-25T09:22:53.547Z | Compiling usdt-attr-macro v0.3.5 |
1794 | 2024-04-25T09:22:53.714Z | Compiling bit-set v0.5.3 |
1795 | 2024-04-25T09:22:54.002Z | Compiling hmac v0.12.1 |
1796 | 2024-04-25T09:22:54.239Z | Compiling itertools v0.10.5 |
1797 | 2024-04-25T09:22:54.939Z | Compiling hyper-tls v0.5.0 |
1798 | 2024-04-25T09:22:55.102Z | Compiling hyper-rustls v0.24.2 |
1799 | 2024-04-25T09:22:55.290Z | Compiling enum-as-inner v0.5.1 |
1800 | 2024-04-25T09:22:55.434Z | Compiling reqwest v0.11.24 |
1801 | 2024-04-25T09:22:55.622Z | Compiling hubpack_derive v0.1.1 |
1802 | 2024-04-25T09:22:56.350Z | Compiling addr2line v0.21.0 |
1803 | 2024-04-25T09:22:56.374Z | Compiling diesel_table_macro_syntax v0.1.0 |
1804 | 2024-04-25T09:22:56.566Z | Compiling object v0.32.1 |
1805 | 2024-04-25T09:22:57.068Z | Compiling unicode-segmentation v1.10.1 |
1806 | 2024-04-25T09:22:57.068Z | Compiling flagset v0.4.3 |
1807 | 2024-04-25T09:22:57.068Z | Compiling lalrpop-util v0.19.12 |
1808 | 2024-04-25T09:22:57.068Z | Compiling rustc-demangle v0.1.23 |
1809 | 2024-04-25T09:22:57.207Z | Compiling toml_edit v0.22.12 |
1810 | 2024-04-25T09:22:57.948Z | Compiling der v0.7.8 |
1811 | 2024-04-25T09:22:57.959Z | Compiling diesel_derives v2.1.2 |
1812 | 2024-04-25T09:22:57.959Z | Compiling flate2 v1.0.28 |
1813 | 2024-04-25T09:22:57.959Z | Compiling futures-executor v0.3.30 |
1814 | 2024-04-25T09:22:58.068Z | Compiling cpufeatures v0.2.12 |
1815 | 2024-04-25T09:22:58.305Z | Compiling sha2 v0.10.8 |
1816 | 2024-04-25T09:22:58.499Z | Compiling futures v0.3.30 |
1817 | 2024-04-25T09:22:58.777Z | Compiling md-5 v0.10.5 |
1818 | 2024-04-25T09:22:59.021Z | Compiling toml v0.7.8 |
1819 | 2024-04-25T09:22:59.907Z | Compiling spki v0.7.2 |
1820 | 2024-04-25T09:23:00.294Z | Compiling hex v0.4.3 |
1821 | 2024-04-25T09:23:00.739Z | Compiling stringprep v0.1.3 |
1822 | 2024-04-25T09:23:00.886Z | Compiling strum_macros v0.25.2 |
1823 | 2024-04-25T09:23:00.904Z | Compiling serde_repr v0.1.16 |
1824 | 2024-04-25T09:23:02.074Z | Compiling num-integer v0.1.46 |
1825 | 2024-04-25T09:23:02.114Z | Compiling hash32 v0.2.1 |
1826 | 2024-04-25T09:23:02.501Z | Checking unicode-ident v1.0.12 |
1827 | 2024-04-25T09:23:02.663Z | Compiling fallible-iterator v0.2.0 |
1828 | 2024-04-25T09:23:04.748Z | Compiling stable_deref_trait v1.2.0 |
1829 | 2024-04-25T09:23:04.813Z | Compiling postgres-protocol v0.6.6 |
1830 | 2024-04-25T09:23:05.042Z | Compiling pkcs8 v0.10.2 |
1831 | 2024-04-25T09:23:05.600Z | Compiling phf_shared v0.11.2 |
1832 | 2024-04-25T09:23:05.696Z | Compiling terminal_size v0.3.0 |
1833 | 2024-04-25T09:23:06.198Z | Compiling ff v0.13.0 |
1834 | 2024-04-25T09:23:06.198Z | Compiling block-padding v0.3.3 |
1835 | 2024-04-25T09:23:06.198Z | Compiling scheduled-thread-pool v0.2.7 |
1836 | 2024-04-25T09:23:06.198Z | Compiling bitflags v1.3.2 |
1837 | 2024-04-25T09:23:06.240Z | Compiling peg-runtime v0.8.2 |
1838 | 2024-04-25T09:23:06.270Z | Compiling managed v0.8.0 |
1839 | 2024-04-25T09:23:06.418Z | Compiling base16ct v0.2.0 |
1840 | 2024-04-25T09:23:06.447Z | Compiling matches v0.1.10 |
1841 | 2024-04-25T09:23:06.577Z | Compiling regex-automata v0.1.10 |
1842 | 2024-04-25T09:23:06.591Z | Compiling clap_builder v4.5.2 |
1843 | 2024-04-25T09:23:06.686Z | Compiling sec1 v0.7.3 |
1844 | 2024-04-25T09:23:06.719Z | Compiling idna v0.2.3 |
1845 | 2024-04-25T09:23:06.905Z | Compiling inout v0.1.3 |
1846 | 2024-04-25T09:23:07.008Z | Compiling bstr v0.2.17 |
1847 | 2024-04-25T09:23:07.175Z | Compiling r2d2 v0.8.10 |
1848 | 2024-04-25T09:23:07.547Z | Compiling group v0.13.0 |
1849 | 2024-04-25T09:23:07.639Z | Compiling signal-hook-mio v0.2.3 |
1850 | 2024-04-25T09:23:07.811Z | Compiling phf v0.11.2 |
1851 | 2024-04-25T09:23:07.850Z | Compiling bzip2 v0.4.4 |
1852 | 2024-04-25T09:23:08.107Z | Compiling postgres-types v0.2.6 |
1853 | 2024-04-25T09:23:08.268Z | Compiling hubpack v0.1.2 |
1854 | 2024-04-25T09:23:08.419Z | Compiling hkdf v0.12.4 |
1855 | 2024-04-25T09:23:08.736Z | Compiling zerocopy v0.6.6 |
1856 | 2024-04-25T09:23:11.055Z | Compiling ipnetwork v0.20.0 |
1857 | 2024-04-25T09:23:11.538Z | Compiling crypto-bigint v0.5.2 |
1858 | 2024-04-25T09:23:11.538Z | Compiling float-cmp v0.9.0 |
1859 | 2024-04-25T09:23:11.538Z | Compiling static_assertions v1.1.0 |
1860 | 2024-04-25T09:23:11.538Z | Compiling normalize-line-endings v0.3.0 |
1861 | 2024-04-25T09:23:11.539Z | Compiling difflib v0.4.0 |
1862 | 2024-04-25T09:23:11.539Z | Compiling data-encoding v2.4.0 |
1863 | 2024-04-25T09:23:11.539Z | Compiling predicates-core v1.0.6 |
1864 | 2024-04-25T09:23:11.539Z | Compiling whoami v1.5.1 |
1865 | 2024-04-25T09:23:11.539Z | Compiling predicates v3.1.0 |
1866 | 2024-04-25T09:23:12.024Z | Compiling tokio-postgres v0.7.10 |
1867 | 2024-04-25T09:23:12.323Z | Compiling yasna v0.5.2 |
1868 | 2024-04-25T09:23:12.375Z | Compiling elliptic-curve v0.13.8 |
1869 | 2024-04-25T09:23:13.165Z | Compiling trust-dns-proto v0.22.0 |
1870 | 2024-04-25T09:23:13.273Z | Compiling clap v4.5.4 |
1871 | 2024-04-25T09:23:18.388Z | Compiling diesel v2.1.6 |
1872 | 2024-04-25T09:23:18.661Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1873 | 2024-04-25T09:23:18.854Z | Compiling zip v0.6.6 |
1874 | 2024-04-25T09:23:18.854Z | Compiling similar v2.4.0 |
1875 | 2024-04-25T09:23:18.854Z | Compiling crossterm v0.27.0 |
1876 | 2024-04-25T09:23:18.854Z | Compiling cipher v0.4.4 |
1877 | 2024-04-25T09:23:18.854Z | Checking proc-macro2 v1.0.81 |
1878 | 2024-04-25T09:23:18.854Z | Compiling num-iter v0.1.44 |
1879 | 2024-04-25T09:23:18.854Z | Compiling usdt v0.3.5 |
1880 | 2024-04-25T09:23:18.854Z | Compiling console v0.15.8 |
1881 | 2024-04-25T09:23:18.854Z | Compiling tokio-stream v0.1.15 |
1882 | 2024-04-25T09:23:18.854Z | Compiling bstr v1.9.0 |
1883 | 2024-04-25T09:23:18.928Z | Compiling base64 v0.22.0 |
1884 | 2024-04-25T09:23:19.113Z | Checking quote v1.0.36 |
1885 | 2024-04-25T09:23:24.372Z | Checking utf8parse v0.2.1 |
1886 | 2024-04-25T09:23:28.015Z | Checking anstyle v1.0.6 |
1887 | 2024-04-25T09:23:29.122Z | Checking anstyle-parse v0.2.1 |
1888 | 2024-04-25T09:23:29.308Z | Checking anstyle-query v1.0.0 |
1889 | 2024-04-25T09:23:29.388Z | Checking colorchoice v1.0.0 |
1890 | 2024-04-25T09:23:29.607Z | Checking anstream v0.6.11 |
1891 | 2024-04-25T09:23:33.553Z | Checking clap_lex v0.7.0 |
1892 | 2024-04-25T09:23:33.616Z | Checking strsim v0.11.0 |
1893 | 2024-04-25T09:23:33.616Z | Compiling serde_tokenstream v0.2.0 |
1894 | 2024-04-25T09:23:34.289Z | Checking winnow v0.6.1 |
1895 | 2024-04-25T09:23:42.684Z | Compiling regress v0.9.1 |
1896 | 2024-04-25T09:23:42.786Z | Compiling getopts v0.2.21 |
1897 | 2024-04-25T09:23:44.177Z | Compiling unsafe-libyaml v0.2.10 |
1898 | 2024-04-25T09:23:44.177Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1899 | 2024-04-25T09:23:44.602Z | Checking is-terminal v0.4.9 |
1900 | 2024-04-25T09:23:44.621Z | Checking camino v1.1.6 |
1901 | 2024-04-25T09:23:45.098Z | Compiling strsim v0.10.0 |
1902 | 2024-04-25T09:23:45.170Z | Compiling serde_yaml v0.9.25 |
1903 | 2024-04-25T09:23:45.458Z | Compiling ident_case v1.0.1 |
1904 | 2024-04-25T09:23:45.495Z | Checking sha1 v0.10.6 |
1905 | 2024-04-25T09:23:45.517Z | Checking http v1.0.0 |
1906 | 2024-04-25T09:23:46.023Z | Compiling darling_core v0.20.8 |
1907 | 2024-04-25T09:23:46.046Z | Compiling paste v1.0.14 |
1908 | 2024-04-25T09:23:46.299Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1909 | 2024-04-25T09:23:46.887Z | Compiling strum_macros v0.26.1 |
1910 | 2024-04-25T09:23:47.548Z | Checking match_cfg v0.1.0 |
1911 | 2024-04-25T09:23:47.632Z | Checking rustls-pki-types v1.3.0 |
1912 | 2024-04-25T09:23:48.057Z | Checking fastrand v2.0.1 |
1913 | 2024-04-25T09:23:48.365Z | Checking tempfile v3.10.1 |
1914 | 2024-04-25T09:23:48.717Z | Checking hostname v0.3.1 |
1915 | 2024-04-25T09:23:49.197Z | Checking dirs-sys-next v0.1.2 |
1916 | 2024-04-25T09:23:49.378Z | Checking quick-error v1.2.3 |
1917 | 2024-04-25T09:23:49.412Z | Checking dirs-next v2.0.0 |
1918 | 2024-04-25T09:23:49.536Z | Checking crossbeam-channel v0.5.8 |
1919 | 2024-04-25T09:23:49.557Z | Checking thread_local v1.1.7 |
1920 | 2024-04-25T09:23:49.854Z | Compiling slog-async v2.8.0 |
1921 | 2024-04-25T09:23:49.963Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1922 | 2024-04-25T09:23:50.103Z | Compiling rustls v0.22.4 |
1923 | 2024-04-25T09:23:50.244Z | Checking term v0.7.0 |
1924 | 2024-04-25T09:23:50.381Z | Checking rustls-webpki v0.102.1 |
1925 | 2024-04-25T09:23:50.810Z | Checking instant v0.1.12 |
1926 | 2024-04-25T09:23:50.810Z | Checking take_mut v0.2.2 |
1927 | 2024-04-25T09:23:50.810Z | Checking rustls-pemfile v2.1.2 |
1928 | 2024-04-25T09:23:50.810Z | Checking slog-term v2.9.1 |
1929 | 2024-04-25T09:23:50.810Z | Compiling multer v3.0.0 |
1930 | 2024-04-25T09:23:50.845Z | Checking debug-ignore v1.0.5 |
1931 | 2024-04-25T09:23:50.972Z | Checking toml v0.8.12 |
1932 | 2024-04-25T09:23:51.102Z | Checking slog-json v2.6.1 |
1933 | 2024-04-25T09:23:51.115Z | Compiling async-stream-impl v0.3.5 |
1934 | 2024-04-25T09:23:51.342Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1935 | 2024-04-25T09:23:51.664Z | Checking atomic-waker v1.1.1 |
1936 | 2024-04-25T09:23:51.739Z | Checking slog-bunyan v2.5.0 |
1937 | 2024-04-25T09:23:51.790Z | Checking waitgroup v0.1.2 |
1938 | 2024-04-25T09:23:51.908Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1939 | 2024-04-25T09:23:52.149Z | Checking strum v0.26.2 |
1940 | 2024-04-25T09:23:52.257Z | Checking serde_path_to_error v0.1.16 |
1941 | 2024-04-25T09:23:52.307Z | Checking newtype-uuid v1.1.0 |
1942 | 2024-04-25T09:23:52.539Z | Checking async-stream v0.3.5 |
1943 | 2024-04-25T09:23:52.555Z | Checking wait-timeout v0.2.0 |
1944 | 2024-04-25T09:23:52.685Z | Compiling darling_macro v0.20.8 |
1945 | 2024-04-25T09:23:52.725Z | Compiling structmeta-derive v0.3.0 |
1946 | 2024-04-25T09:23:52.737Z | Checking rusty-fork v0.3.0 |
1947 | 2024-04-25T09:23:52.860Z | Compiling structmeta-derive v0.2.0 |
1948 | 2024-04-25T09:23:53.027Z | Checking rand_xorshift v0.3.0 |
1949 | 2024-04-25T09:23:53.195Z | Checking unarray v0.1.4 |
1950 | 2024-04-25T09:23:53.358Z | Checking proptest v1.4.0 |
1951 | 2024-04-25T09:23:53.741Z | Compiling darling v0.20.8 |
1952 | 2024-04-25T09:23:53.877Z | Compiling serde_with_macros v3.7.0 |
1953 | 2024-04-25T09:23:54.088Z | Checking backoff v0.4.0 |
1954 | 2024-04-25T09:23:54.367Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1955 | 2024-04-25T09:23:54.689Z | Checking tokio-rustls v0.25.0 |
1956 | 2024-04-25T09:23:55.216Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1957 | 2024-04-25T09:23:55.344Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1958 | 2024-04-25T09:23:55.567Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1959 | 2024-04-25T09:23:55.810Z | Compiling structmeta v0.3.0 |
1960 | 2024-04-25T09:23:56.012Z | Compiling structmeta v0.2.0 |
1961 | 2024-04-25T09:23:56.282Z | Compiling parse-display-derive v0.9.0 |
1962 | 2024-04-25T09:23:56.383Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1963 | 2024-04-25T09:23:56.462Z | Compiling test-strategy v0.3.1 |
1964 | 2024-04-25T09:23:56.532Z | Checking macaddr v1.0.1 |
1965 | 2024-04-25T09:23:56.875Z | Compiling proc-macro-error-attr v1.0.4 |
1966 | 2024-04-25T09:23:57.123Z | Checking serde_with v3.7.0 |
1967 | 2024-04-25T09:23:57.264Z | Compiling proc-macro-error v1.0.4 |
1968 | 2024-04-25T09:23:57.853Z | Compiling proc-macro-crate v1.3.1 |
1969 | 2024-04-25T09:23:58.648Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1970 | 2024-04-25T09:23:59.011Z | Compiling num_enum_derive v0.5.11 |
1971 | 2024-04-25T09:23:59.043Z | Checking camino-tempfile v1.1.1 |
1972 | 2024-04-25T09:23:59.289Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1973 | 2024-04-25T09:23:59.323Z | Compiling foreign-types-macros v0.2.3 |
1974 | 2024-04-25T09:23:59.646Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1975 | 2024-04-25T09:23:59.929Z | Checking foreign-types-shared v0.3.1 |
1976 | 2024-04-25T09:24:00.394Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1977 | 2024-04-25T09:24:00.996Z | Checking cstr-argument v0.1.2 |
1978 | 2024-04-25T09:24:01.410Z | Checking pretty-hex v0.2.1 |
1979 | 2024-04-25T09:24:01.410Z | Checking foreign-types v0.5.0 |
1980 | 2024-04-25T09:24:01.410Z | Checking tabwriter v1.4.0 |
1981 | 2024-04-25T09:24:01.411Z | Checking colored v2.1.0 |
1982 | 2024-04-25T09:24:01.411Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1983 | 2024-04-25T09:24:01.411Z | Checking socket2 v0.4.9 |
1984 | 2024-04-25T09:24:01.411Z | Checking smf v0.2.3 |
1985 | 2024-04-25T09:24:01.411Z | Checking humantime v2.1.0 |
1986 | 2024-04-25T09:24:01.411Z | Checking parse-display v0.9.0 |
1987 | 2024-04-25T09:24:01.412Z | Checking termcolor v1.2.0 |
1988 | 2024-04-25T09:24:01.412Z | Compiling usdt-macro v0.5.0 |
1989 | 2024-04-25T09:24:01.412Z | Compiling usdt-attr-macro v0.5.0 |
1990 | 2024-04-25T09:24:01.412Z | Checking memmap v0.7.0 |
1991 | 2024-04-25T09:24:01.470Z | Checking arc-swap v1.6.0 |
1992 | 2024-04-25T09:24:01.592Z | Checking utf-8 v0.7.6 |
1993 | 2024-04-25T09:24:01.681Z | Checking xattr v1.0.1 |
1994 | 2024-04-25T09:24:01.784Z | Checking filetime v0.2.23 |
1995 | 2024-04-25T09:24:01.819Z | Checking num_enum v0.5.11 |
1996 | 2024-04-25T09:24:01.842Z | Checking same-file v1.0.6 |
1997 | 2024-04-25T09:24:01.900Z | Checking slog-scope v4.4.0 |
1998 | 2024-04-25T09:24:01.960Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1999 | 2024-04-25T09:24:01.980Z | Checking tar v0.4.40 |
2000 | 2024-04-25T09:24:02.006Z | Checking walkdir v2.5.0 |
2001 | 2024-04-25T09:24:02.131Z | Checking slog-stdlog v4.1.1 |
2002 | 2024-04-25T09:24:02.223Z | Checking tungstenite v0.20.1 |
2003 | 2024-04-25T09:24:02.257Z | Checking slog-envlogger v2.2.0 |
2004 | 2024-04-25T09:24:02.270Z | Checking newline-converter v0.3.0 |
2005 | 2024-04-25T09:24:02.420Z | Checking expectorate v1.1.0 |
2006 | 2024-04-25T09:24:02.473Z | Checking termtree v0.4.1 |
2007 | 2024-04-25T09:24:02.586Z | Compiling heapless v0.8.0 |
2008 | 2024-04-25T09:24:02.661Z | Checking predicates-tree v1.0.9 |
2009 | 2024-04-25T09:24:02.684Z | Checking hash32 v0.3.1 |
2010 | 2024-04-25T09:24:02.806Z | Compiling smoltcp v0.11.0 |
2011 | 2024-04-25T09:24:03.239Z | Compiling crucible-workspace-hack v0.1.0 |
2012 | 2024-04-25T09:24:03.239Z | Checking cobs v0.2.3 |
2013 | 2024-04-25T09:24:03.240Z | Checking usdt v0.5.0 |
2014 | 2024-04-25T09:24:03.240Z | Checking tokio-tungstenite v0.20.1 |
2015 | 2024-04-25T09:24:03.240Z | Checking embedded-io v0.4.0 |
2016 | 2024-04-25T09:24:03.240Z | Checking sigpipe v0.1.3 |
2017 | 2024-04-25T09:24:03.262Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2018 | 2024-04-25T09:24:03.281Z | Checking postcard v1.0.8 |
2019 | 2024-04-25T09:24:03.281Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2020 | 2024-04-25T09:24:03.496Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2021 | 2024-04-25T09:24:03.521Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2022 | 2024-04-25T09:24:03.575Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2023 | 2024-04-25T09:24:04.030Z | Checking atty v0.2.14 |
2024 | 2024-04-25T09:24:04.030Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2025 | 2024-04-25T09:24:04.030Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2026 | 2024-04-25T09:24:04.030Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2027 | 2024-04-25T09:24:04.297Z | Compiling num-derive v0.4.0 |
2028 | 2024-04-25T09:24:04.803Z | Compiling mockall_derive v0.12.1 |
2029 | 2024-04-25T09:24:04.825Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2030 | 2024-04-25T09:24:04.825Z | Checking fragile v2.0.0 |
2031 | 2024-04-25T09:24:04.923Z | Checking downcast v0.11.0 |
2032 | 2024-04-25T09:24:05.120Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2033 | 2024-04-25T09:24:05.377Z | Checking pem v3.0.4 |
2034 | 2024-04-25T09:24:05.519Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2035 | 2024-04-25T09:24:06.024Z | Checking env_logger v0.9.3 |
2036 | 2024-04-25T09:24:06.037Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2037 | 2024-04-25T09:24:06.049Z | Compiling bitstruct_derive v0.1.0 |
2038 | 2024-04-25T09:24:06.062Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2039 | 2024-04-25T09:24:06.175Z | Checking ascii v1.1.0 |
2040 | 2024-04-25T09:24:06.264Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2041 | 2024-04-25T09:24:06.421Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2042 | 2024-04-25T09:24:06.567Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2043 | 2024-04-25T09:24:06.624Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
2044 | 2024-04-25T09:24:06.664Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2045 | 2024-04-25T09:24:06.956Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2046 | 2024-04-25T09:24:07.057Z | Checking erased-serde v0.3.31 |
2047 | 2024-04-25T09:24:07.199Z | Checking serde_arrays v0.1.0 |
2048 | 2024-04-25T09:24:07.329Z | Compiling heck v0.3.3 |
2049 | 2024-04-25T09:24:07.403Z | Checking bitstruct v0.1.1 |
2050 | 2024-04-25T09:24:07.432Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2051 | 2024-04-25T09:24:07.450Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2052 | 2024-04-25T09:24:07.507Z | Checking tungstenite v0.21.0 |
2053 | 2024-04-25T09:24:07.727Z | Compiling zone_cfg_derive v0.1.2 |
2054 | 2024-04-25T09:24:07.745Z | Checking base64 v0.13.1 |
2055 | 2024-04-25T09:24:08.123Z | Checking ron v0.7.1 |
2056 | 2024-04-25T09:24:08.158Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2057 | 2024-04-25T09:24:08.369Z | Checking tokio-tungstenite v0.21.0 |
2058 | 2024-04-25T09:24:08.807Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2059 | 2024-04-25T09:24:09.243Z | Checking zone v0.1.8 |
2060 | 2024-04-25T09:24:09.329Z | Checking headers-core v0.2.0 |
2061 | 2024-04-25T09:24:09.393Z | Checking portpicker v0.1.1 |
2062 | 2024-04-25T09:24:09.553Z | Checking headers v0.3.9 |
2063 | 2024-04-25T09:24:09.639Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2064 | 2024-04-25T09:24:09.784Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2065 | 2024-04-25T09:24:10.271Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2066 | 2024-04-25T09:24:10.404Z | Checking rcgen v0.12.1 |
2067 | 2024-04-25T09:24:10.520Z | Checking atomicwrites v0.4.3 |
2068 | 2024-04-25T09:24:10.557Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2069 | 2024-04-25T09:24:11.054Z | Checking subprocess v0.2.9 |
2070 | 2024-04-25T09:24:11.054Z | Checking linked-hash-map v0.5.6 |
2071 | 2024-04-25T09:24:11.055Z | Checking password-hash v0.5.0 |
2072 | 2024-04-25T09:24:11.055Z | Checking blake2 v0.10.6 |
2073 | 2024-04-25T09:24:11.055Z | Checking lru-cache v0.1.2 |
2074 | 2024-04-25T09:24:11.116Z | Checking swrite v0.1.0 |
2075 | 2024-04-25T09:24:11.231Z | Checking itertools v0.12.1 |
2076 | 2024-04-25T09:24:11.251Z | Compiling derive-where v1.2.7 |
2077 | 2024-04-25T09:24:11.289Z | Compiling rayon-core v1.12.1 |
2078 | 2024-04-25T09:24:11.474Z | Checking argon2 v0.5.3 |
2079 | 2024-04-25T09:24:11.595Z | Checking half v2.3.1 |
2080 | 2024-04-25T09:24:12.006Z | Compiling cancel-safe-futures v0.1.5 |
2081 | 2024-04-25T09:24:12.080Z | Checking ciborium-io v0.2.2 |
2082 | 2024-04-25T09:24:12.141Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2083 | 2024-04-25T09:24:12.173Z | Checking ciborium-ll v0.2.2 |
2084 | 2024-04-25T09:24:12.351Z | Checking resolv-conf v0.7.0 |
2085 | 2024-04-25T09:24:12.887Z | Checking ciborium v0.2.2 |
2086 | 2024-04-25T09:24:12.892Z | Checking mockall v0.12.1 |
2087 | 2024-04-25T09:24:12.893Z | Checking trust-dns-resolver v0.22.0 |
2088 | 2024-04-25T09:24:12.893Z | Checking bytecount v0.6.3 |
2089 | 2024-04-25T09:24:12.905Z | Compiling tabled_derive v0.7.0 |
2090 | 2024-04-25T09:24:12.990Z | Checking papergrid v0.11.0 |
2091 | 2024-04-25T09:24:13.513Z | Compiling slog-dtrace v0.3.0 |
2092 | 2024-04-25T09:24:13.824Z | Compiling semver v0.1.20 |
2093 | 2024-04-25T09:24:13.897Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2094 | 2024-04-25T09:24:14.148Z | Checking libsw v3.3.1 |
2095 | 2024-04-25T09:24:14.642Z | Compiling rustc_version v0.1.7 |
2096 | 2024-04-25T09:24:14.662Z | Checking owo-colors v4.0.0 |
2097 | 2024-04-25T09:24:14.662Z | Checking linear-map v1.2.0 |
2098 | 2024-04-25T09:24:14.765Z | Compiling newtype_derive v0.1.6 |
2099 | 2024-04-25T09:24:14.810Z | Compiling num-rational v0.4.1 |
2100 | 2024-04-25T09:24:14.903Z | Compiling radium v0.7.0 |
2101 | 2024-04-25T09:24:14.949Z | Checking num-complex v0.4.5 |
2102 | 2024-04-25T09:24:15.252Z | Checking steno v0.4.0 |
2103 | 2024-04-25T09:24:15.404Z | Checking nibble_vec v0.1.0 |
2104 | 2024-04-25T09:24:15.565Z | Checking tabled v0.15.0 |
2105 | 2024-04-25T09:24:15.589Z | Checking tap v1.0.1 |
2106 | 2024-04-25T09:24:15.746Z | Compiling maybe-uninit v2.0.0 |
2107 | 2024-04-25T09:24:15.804Z | Checking endian-type v0.1.2 |
2108 | 2024-04-25T09:24:15.992Z | Checking num v0.4.2 |
2109 | 2024-04-25T09:24:16.015Z | Checking radix_trie v0.2.1 |
2110 | 2024-04-25T09:24:16.093Z | Checking wyz v0.5.1 |
2111 | 2024-04-25T09:24:16.216Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2112 | 2024-04-25T09:24:16.825Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2113 | 2024-04-25T09:24:16.833Z | Checking fxhash v0.2.1 |
2114 | 2024-04-25T09:24:16.833Z | Compiling num-bigint-dig v0.8.4 |
2115 | 2024-04-25T09:24:16.833Z | Checking funty v2.0.0 |
2116 | 2024-04-25T09:24:16.962Z | Compiling packed_struct v0.10.1 |
2117 | 2024-04-25T09:24:17.022Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2118 | 2024-04-25T09:24:17.329Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2119 | 2024-04-25T09:24:17.400Z | Checking crc-catalog v2.2.0 |
2120 | 2024-04-25T09:24:17.531Z | Checking crc v3.0.1 |
2121 | 2024-04-25T09:24:17.598Z | Compiling packed_struct_codegen v0.10.1 |
2122 | 2024-04-25T09:24:17.613Z | Checking bitvec v1.0.1 |
2123 | 2024-04-25T09:24:17.684Z | Compiling indexmap v1.9.3 |
2124 | 2024-04-25T09:24:17.731Z | Checking nodrop v0.1.14 |
2125 | 2024-04-25T09:24:17.771Z | Checking smallvec v0.6.14 |
2126 | 2024-04-25T09:24:17.852Z | Checking array-init v0.0.4 |
2127 | 2024-04-25T09:24:18.034Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2128 | 2024-04-25T09:24:18.141Z | Checking pkcs1 v0.7.5 |
2129 | 2024-04-25T09:24:18.511Z | Checking signature v2.1.0 |
2130 | 2024-04-25T09:24:18.574Z | Checking hashbrown v0.12.3 |
2131 | 2024-04-25T09:24:18.696Z | Checking bitfield v0.14.0 |
2132 | 2024-04-25T09:24:19.260Z | Checking serde-hex v0.1.0 |
2133 | 2024-04-25T09:24:19.269Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2134 | 2024-04-25T09:24:19.270Z | Checking env_logger v0.10.0 |
2135 | 2024-04-25T09:24:19.698Z | Checking x509-cert v0.2.4 |
2136 | 2024-04-25T09:24:20.198Z | Checking rsa v0.9.2 |
2137 | 2024-04-25T09:24:20.283Z | Checking ron v0.8.1 |
2138 | 2024-04-25T09:24:20.643Z | Checking hashbrown v0.13.2 |
2139 | 2024-04-25T09:24:20.946Z | Checking crc-any v2.4.3 |
2140 | 2024-04-25T09:24:21.162Z | Checking display-error-chain v0.2.0 |
2141 | 2024-04-25T09:24:21.281Z | Checking path-slash v0.1.5 |
2142 | 2024-04-25T09:24:21.306Z | Compiling convert_case v0.4.0 |
2143 | 2024-04-25T09:24:21.311Z | Compiling async-recursion v1.1.0 |
2144 | 2024-04-25T09:24:21.409Z | Compiling buf-list v1.0.3 |
2145 | 2024-04-25T09:24:21.514Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2146 | 2024-04-25T09:24:21.686Z | Checking object v0.30.4 |
2147 | 2024-04-25T09:24:21.750Z | Compiling blake3 v1.5.0 |
2148 | 2024-04-25T09:24:22.318Z | Compiling derive_more v0.99.17 |
2149 | 2024-04-25T09:24:22.401Z | Checking gethostname v0.4.3 |
2150 | 2024-04-25T09:24:22.535Z | Compiling libefi-sys v0.1.0 |
2151 | 2024-04-25T09:24:22.744Z | Compiling parking_lot_core v0.8.6 |
2152 | 2024-04-25T09:24:22.780Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2153 | 2024-04-25T09:24:23.062Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2154 | 2024-04-25T09:24:23.272Z | Compiling crossbeam-deque v0.8.3 |
2155 | 2024-04-25T09:24:23.352Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2156 | 2024-04-25T09:24:23.544Z | Checking keccak v0.1.4 |
2157 | 2024-04-25T09:24:23.568Z | Checking parking_lot v0.11.2 |
2158 | 2024-04-25T09:24:23.598Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2159 | 2024-04-25T09:24:29.552Z | Checking sha3 v0.10.8 |
2160 | 2024-04-25T09:24:29.626Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2161 | 2024-04-25T09:24:29.627Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2162 | 2024-04-25T09:24:29.627Z | Checking trust-dns-client v0.22.0 |
2163 | 2024-04-25T09:24:29.627Z | Checking toml v0.5.11 |
2164 | 2024-04-25T09:24:29.627Z | Checking secrecy v0.8.0 |
2165 | 2024-04-25T09:24:29.627Z | Compiling pin-project-internal v1.1.3 |
2166 | 2024-04-25T09:24:29.627Z | Compiling rayon v1.10.0 |
2167 | 2024-04-25T09:24:29.627Z | Checking sled v0.34.7 |
2168 | 2024-04-25T09:24:29.627Z | Checking trust-dns-server v0.22.1 |
2169 | 2024-04-25T09:24:29.627Z | Checking pin-project v1.1.3 |
2170 | 2024-04-25T09:24:29.627Z | Compiling memmap2 v0.7.1 |
2171 | 2024-04-25T09:24:29.627Z | Compiling constant_time_eq v0.3.0 |
2172 | 2024-04-25T09:24:29.627Z | Compiling home v0.5.5 |
2173 | 2024-04-25T09:24:29.627Z | Compiling arrayvec v0.7.4 |
2174 | 2024-04-25T09:24:29.627Z | Compiling arrayref v0.3.7 |
2175 | 2024-04-25T09:24:29.627Z | Compiling toolchain_find v0.4.0 |
2176 | 2024-04-25T09:24:29.903Z | Compiling vte_generate_state_changes v0.1.1 |
2177 | 2024-04-25T09:24:30.435Z | Compiling topological-sort v0.2.2 |
2178 | 2024-04-25T09:24:30.619Z | Checking vte v0.11.1 |
2179 | 2024-04-25T09:24:30.648Z | Compiling rustfmt-wrapper v0.2.1 |
2180 | 2024-04-25T09:24:31.001Z | Compiling omicron-zone-package v0.11.0 |
2181 | 2024-04-25T09:24:31.180Z | Checking fd-lock v4.0.2 |
2182 | 2024-04-25T09:24:31.239Z | Checking glob v0.3.1 |
2183 | 2024-04-25T09:24:31.456Z | Checking nu-ansi-term v0.50.0 |
2184 | 2024-04-25T09:24:31.534Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2185 | 2024-04-25T09:24:31.845Z | Compiling platforms v3.0.2 |
2186 | 2024-04-25T09:24:31.870Z | Compiling prettyplease v0.2.19 |
2187 | 2024-04-25T09:24:31.902Z | Compiling snafu-derive v0.8.2 |
2188 | 2024-04-25T09:24:31.939Z | Checking strip-ansi-escapes v0.2.0 |
2189 | 2024-04-25T09:24:32.083Z | Checking reedline v0.31.0 |
2190 | 2024-04-25T09:24:32.214Z | Checking globset v0.4.13 |
2191 | 2024-04-25T09:24:32.332Z | Checking olpc-cjson v0.1.3 |
2192 | 2024-04-25T09:24:32.546Z | Checking serde_plain v1.0.2 |
2193 | 2024-04-25T09:24:32.801Z | Compiling memoffset v0.7.1 |
2194 | 2024-04-25T09:24:32.813Z | Compiling crunchy v0.2.2 |
2195 | 2024-04-25T09:24:33.105Z | Checking typed-path v0.7.0 |
2196 | 2024-04-25T09:24:33.426Z | Compiling curve25519-dalek v4.1.2 |
2197 | 2024-04-25T09:24:33.513Z | Compiling clang-sys v1.6.1 |
2198 | 2024-04-25T09:24:34.112Z | Checking fs-err v2.11.0 |
2199 | 2024-04-25T09:24:34.304Z | Compiling unicase v2.7.0 |
2200 | 2024-04-25T09:24:34.361Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2201 | 2024-04-25T09:24:34.374Z | Checking parse-size v1.0.0 |
2202 | 2024-04-25T09:24:34.600Z | Compiling tiny-keccak v2.0.2 |
2203 | 2024-04-25T09:24:35.013Z | Checking universal-hash v0.5.1 |
2204 | 2024-04-25T09:24:35.045Z | Compiling thiserror-impl-no-std v2.0.2 |
2205 | 2024-04-25T09:24:35.056Z | Compiling curve25519-dalek-derive v0.1.0 |
2206 | 2024-04-25T09:24:35.176Z | Checking nanorand v0.7.0 |
2207 | 2024-04-25T09:24:35.560Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2208 | 2024-04-25T09:24:35.868Z | Compiling cfg_aliases v0.1.1 |
2209 | 2024-04-25T09:24:35.981Z | Checking signature v1.6.4 |
2210 | 2024-04-25T09:24:36.119Z | Compiling salty v0.2.0 |
2211 | 2024-04-25T09:24:36.301Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2212 | 2024-04-25T09:24:36.420Z | Checking opaque-debug v0.3.0 |
2213 | 2024-04-25T09:24:36.508Z | Checking poly1305 v0.8.0 |
2214 | 2024-04-25T09:24:36.674Z | Checking ed25519 v1.5.3 |
2215 | 2024-04-25T09:24:36.818Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2216 | 2024-04-25T09:24:36.851Z | Compiling nix v0.28.0 |
2217 | 2024-04-25T09:24:37.457Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2218 | 2024-04-25T09:24:37.461Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2219 | 2024-04-25T09:24:37.461Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2220 | 2024-04-25T09:24:37.461Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2221 | 2024-04-25T09:24:37.696Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2222 | 2024-04-25T09:24:37.702Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2223 | 2024-04-25T09:24:38.689Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2224 | 2024-04-25T09:24:38.698Z | Checking snafu v0.8.2 |
2225 | 2024-04-25T09:24:38.698Z | Checking thiserror-no-std v2.0.2 |
2226 | 2024-04-25T09:24:38.698Z | Checking flume v0.11.0 |
2227 | 2024-04-25T09:24:38.743Z | Checking tough v0.17.1 |
2228 | 2024-04-25T09:24:39.233Z | Compiling ascii-canvas v3.0.0 |
2229 | 2024-04-25T09:24:39.360Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2230 | 2024-04-25T09:24:39.654Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2231 | 2024-04-25T09:24:39.909Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2232 | 2024-04-25T09:24:40.242Z | Checking chacha20 v0.9.1 |
2233 | 2024-04-25T09:24:40.571Z | Checking aead v0.5.2 |
2234 | 2024-04-25T09:24:40.719Z | Checking serde-big-array v0.5.1 |
2235 | 2024-04-25T09:24:41.193Z | Checking kstat-rs v0.2.3 |
2236 | 2024-04-25T09:24:41.198Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2237 | 2024-04-25T09:24:41.198Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2238 | 2024-04-25T09:24:41.199Z | Compiling ena v0.14.2 |
2239 | 2024-04-25T09:24:41.264Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2240 | 2024-04-25T09:24:41.507Z | Compiling libloading v0.7.4 |
2241 | 2024-04-25T09:24:41.836Z | Compiling regex-syntax v0.6.29 |
2242 | 2024-04-25T09:24:41.909Z | Checking maplit v1.0.2 |
2243 | 2024-04-25T09:24:42.021Z | Compiling bindgen v0.69.2 |
2244 | 2024-04-25T09:24:42.736Z | Compiling diff v0.1.13 |
2245 | 2024-04-25T09:24:43.364Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2246 | 2024-04-25T09:24:43.820Z | Checking chacha20poly1305 v0.10.1 |
2247 | 2024-04-25T09:24:44.240Z | Checking vsss-rs v3.3.4 |
2248 | 2024-04-25T09:24:44.240Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
2249 | 2024-04-25T09:24:44.817Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2250 | 2024-04-25T09:24:45.061Z | Compiling lalrpop v0.19.12 |
2251 | 2024-04-25T09:24:45.152Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2252 | 2024-04-25T09:24:45.540Z | Checking signal-hook-tokio v0.3.1 |
2253 | 2024-04-25T09:24:45.722Z | Compiling cexpr v0.6.0 |
2254 | 2024-04-25T09:24:46.908Z | Checking serde-big-array v0.4.1 |
2255 | 2024-04-25T09:24:47.327Z | Compiling which v4.4.0 |
2256 | 2024-04-25T09:24:47.451Z | Compiling lazycell v1.3.0 |
2257 | 2024-04-25T09:24:47.622Z | Compiling shlex v1.3.0 |
2258 | 2024-04-25T09:24:47.728Z | Compiling rustc-hash v1.1.0 |
2259 | 2024-04-25T09:24:47.789Z | Compiling ref-cast v1.0.22 |
2260 | 2024-04-25T09:24:47.877Z | Compiling peeking_take_while v0.1.2 |
2261 | 2024-04-25T09:24:47.907Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2262 | 2024-04-25T09:24:48.035Z | Compiling mime_guess v2.0.4 |
2263 | 2024-04-25T09:24:49.360Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2264 | 2024-04-25T09:24:51.408Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2265 | 2024-04-25T09:24:51.691Z | Compiling derive_builder_core v0.20.0 |
2266 | 2024-04-25T09:24:52.284Z | Compiling peg-macros v0.8.2 |
2267 | 2024-04-25T09:24:53.274Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2268 | 2024-04-25T09:24:53.550Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2269 | 2024-04-25T09:24:54.196Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2270 | 2024-04-25T09:24:56.045Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2271 | 2024-04-25T09:24:56.162Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2272 | 2024-04-25T09:24:56.211Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2273 | 2024-04-25T09:24:57.312Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2274 | 2024-04-25T09:24:58.031Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2275 | 2024-04-25T09:24:58.795Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2276 | 2024-04-25T09:24:58.947Z | Compiling sqlparser_derive v0.2.2 |
2277 | 2024-04-25T09:24:59.834Z | Compiling ref-cast-impl v1.0.22 |
2278 | 2024-04-25T09:25:07.814Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2279 | 2024-04-25T09:25:08.177Z | Compiling libxml v0.3.3 |
2280 | 2024-04-25T09:25:08.177Z | Checking unicode_categories v0.1.1 |
2281 | 2024-04-25T09:25:08.177Z | Checking corncobs v0.1.3 |
2282 | 2024-04-25T09:25:08.177Z | Checking rustyline v14.0.0 |
2283 | 2024-04-25T09:25:08.177Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2284 | 2024-04-25T09:25:08.177Z | Checking sqlformat v0.2.3 |
2285 | 2024-04-25T09:25:08.177Z | Checking sqlparser v0.45.0 |
2286 | 2024-04-25T09:25:08.177Z | Checking peg v0.8.2 |
2287 | 2024-04-25T09:25:08.178Z | Compiling derive_builder_macro v0.20.0 |
2288 | 2024-04-25T09:25:08.178Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2289 | 2024-04-25T09:25:08.286Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2290 | 2024-04-25T09:25:08.286Z | Checking bcs v0.1.6 |
2291 | 2024-04-25T09:25:08.286Z | Compiling strum_macros v0.24.3 |
2292 | 2024-04-25T09:25:08.286Z | Compiling cookie v0.18.1 |
2293 | 2024-04-25T09:25:08.286Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2294 | 2024-04-25T09:25:08.286Z | Compiling indoc v1.0.9 |
2295 | 2024-04-25T09:25:08.542Z | Checking highway v1.1.0 |
2296 | 2024-04-25T09:25:09.090Z | Checking derive_builder v0.20.0 |
2297 | 2024-04-25T09:25:09.520Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2298 | 2024-04-25T09:25:09.538Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2299 | 2024-04-25T09:25:09.538Z | Checking bb8 v0.8.3 |
2300 | 2024-04-25T09:25:10.032Z | Checking quick-xml v0.31.0 |
2301 | 2024-04-25T09:25:10.033Z | Compiling impl-trait-for-tuples v0.2.2 |
2302 | 2024-04-25T09:25:10.520Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2303 | 2024-04-25T09:25:10.829Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2304 | 2024-04-25T09:25:11.651Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2305 | 2024-04-25T09:25:11.687Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2306 | 2024-04-25T09:25:11.806Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2307 | 2024-04-25T09:25:12.259Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2308 | 2024-04-25T09:25:12.297Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2309 | 2024-04-25T09:25:13.422Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2310 | 2024-04-25T09:25:16.971Z | Compiling oso-derive v0.27.3 |
2311 | 2024-04-25T09:25:17.038Z | Compiling const_format_proc_macros v0.2.32 |
2312 | 2024-04-25T09:25:17.038Z | Checking http-range v0.1.5 |
2313 | 2024-04-25T09:25:17.038Z | Checking hyper-staticfile v0.9.5 |
2314 | 2024-04-25T09:25:17.038Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2315 | 2024-04-25T09:25:17.155Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2316 | 2024-04-25T09:25:17.742Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2317 | 2024-04-25T09:25:18.240Z | Checking const_format v0.2.32 |
2318 | 2024-04-25T09:25:19.624Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2319 | 2024-04-25T09:25:19.865Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2320 | 2024-04-25T09:25:20.865Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2321 | 2024-04-25T09:25:21.645Z | Checking assert_matches v1.5.0 |
2322 | 2024-04-25T09:25:21.733Z | Checking rand_seeder v0.2.3 |
2323 | 2024-04-25T09:25:21.805Z | Compiling portable-atomic v1.4.3 |
2324 | 2024-04-25T09:25:21.972Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2325 | 2024-04-25T09:25:22.220Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2326 | 2024-04-25T09:25:22.744Z | Checking number_prefix v0.4.0 |
2327 | 2024-04-25T09:25:22.777Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2328 | 2024-04-25T09:25:22.953Z | Checking castaway v0.2.2 |
2329 | 2024-04-25T09:25:23.134Z | Checking compact_str v0.7.1 |
2330 | 2024-04-25T09:25:23.499Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2331 | 2024-04-25T09:25:23.644Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2332 | 2024-04-25T09:25:23.810Z | Checking lru v0.12.1 |
2333 | 2024-04-25T09:25:23.851Z | Compiling stability v0.2.0 |
2334 | 2024-04-25T09:25:23.926Z | Checking indicatif v0.17.8 |
2335 | 2024-04-25T09:25:23.955Z | Compiling indoc v2.0.3 |
2336 | 2024-04-25T09:25:24.080Z | Checking cassowary v0.3.0 |
2337 | 2024-04-25T09:25:24.566Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2338 | 2024-04-25T09:25:24.711Z | Checking unicode-linebreak v0.1.5 |
2339 | 2024-04-25T09:25:24.966Z | Checking smawk v0.3.1 |
2340 | 2024-04-25T09:25:25.106Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2341 | 2024-04-25T09:25:25.119Z | Checking ratatui v0.26.2 |
2342 | 2024-04-25T09:25:25.161Z | Checking textwrap v0.16.1 |
2343 | 2024-04-25T09:25:25.417Z | Checking is_ci v1.2.0 |
2344 | 2024-04-25T09:25:25.556Z | Checking supports-color v3.0.0 |
2345 | 2024-04-25T09:25:25.575Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
2346 | 2024-04-25T09:25:25.738Z | Checking fatfs v0.3.6 |
2347 | 2024-04-25T09:25:26.216Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2348 | 2024-04-25T09:25:26.702Z | Checking rtoolbox v0.0.1 |
2349 | 2024-04-25T09:25:26.934Z | Checking rpassword v7.3.1 |
2350 | 2024-04-25T09:25:27.006Z | Checking shell-words v1.1.0 |
2351 | 2024-04-25T09:25:27.516Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2352 | 2024-04-25T09:25:27.516Z | Checking yansi v0.5.1 |
2353 | 2024-04-25T09:25:27.682Z | Checking pretty_assertions v1.4.0 |
2354 | 2024-04-25T09:25:27.869Z | Compiling target-lexicon v0.12.13 |
2355 | 2024-04-25T09:25:28.038Z | Checking tui-tree-widget v0.19.0 |
2356 | 2024-04-25T09:25:28.110Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2357 | 2024-04-25T09:25:28.328Z | Compiling doc-comment v0.3.3 |
2358 | 2024-04-25T09:25:28.503Z | Checking plotters-backend v0.3.5 |
2359 | 2024-04-25T09:25:29.069Z | Compiling guppy-workspace-hack v0.1.0 |
2360 | 2024-04-25T09:25:29.077Z | Checking plotters-svg v0.3.5 |
2361 | 2024-04-25T09:25:29.237Z | Checking http-body v1.0.0 |
2362 | 2024-04-25T09:25:29.283Z | Compiling target-spec v3.1.0 |
2363 | 2024-04-25T09:25:29.403Z | Checking tower-layer v0.3.2 |
2364 | 2024-04-25T09:25:29.630Z | Compiling assert_cmd v2.0.14 |
2365 | 2024-04-25T09:25:29.693Z | Checking cast v0.3.0 |
2366 | 2024-04-25T09:25:29.795Z | Checking tower v0.4.13 |
2367 | 2024-04-25T09:25:29.890Z | Checking cfg-expr v0.15.6 |
2368 | 2024-04-25T09:25:30.016Z | Checking criterion-plot v0.5.0 |
2369 | 2024-04-25T09:25:30.047Z | Checking hyper v1.1.0 |
2370 | 2024-04-25T09:25:30.596Z | Checking plotters v0.3.5 |
2371 | 2024-04-25T09:25:30.676Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2372 | 2024-04-25T09:25:30.759Z | Checking tinytemplate v1.2.1 |
2373 | 2024-04-25T09:25:31.128Z | Checking cargo-platform v0.1.3 |
2374 | 2024-04-25T09:25:31.247Z | Checking anes v0.1.6 |
2375 | 2024-04-25T09:25:31.414Z | Checking oorandom v11.1.3 |
2376 | 2024-04-25T09:25:32.310Z | Checking cargo_metadata v0.18.1 |
2377 | 2024-04-25T09:25:32.310Z | Checking hyper-util v0.1.2 |
2378 | 2024-04-25T09:25:32.389Z | Checking criterion v0.5.1 |
2379 | 2024-04-25T09:25:32.488Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2380 | 2024-04-25T09:25:32.915Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2381 | 2024-04-25T09:25:33.228Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2382 | 2024-04-25T09:25:37.561Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2383 | 2024-04-25T09:25:37.561Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2384 | 2024-04-25T09:25:37.561Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2385 | 2024-04-25T09:25:37.561Z | Checking rustls-native-certs v0.7.0 |
2386 | 2024-04-25T09:25:37.562Z | Checking httptest v0.15.5 |
2387 | 2024-04-25T09:25:37.562Z | Checking pathdiff v0.2.1 |
2388 | 2024-04-25T09:25:37.562Z | Checking nested v0.1.1 |
2389 | 2024-04-25T09:25:37.562Z | Checking guppy v0.17.5 |
2390 | 2024-04-25T09:25:37.562Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2391 | 2024-04-25T09:25:37.562Z | Checking hyper-rustls v0.26.0 |
2392 | 2024-04-25T09:25:37.787Z | Checking escape8259 v0.5.2 |
2393 | 2024-04-25T09:25:37.899Z | Checking threadpool v1.8.1 |
2394 | 2024-04-25T09:25:38.856Z | Checking libtest-mimic v0.7.2 |
2395 | 2024-04-25T09:25:39.314Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2396 | 2024-04-25T09:25:39.362Z | Checking similar-asserts v1.5.0 |
2397 | 2024-04-25T09:25:39.620Z | Compiling rstest_macros v0.19.0 |
2398 | 2024-04-25T09:25:44.026Z | Checking datatest-stable v0.2.6 |
2399 | 2024-04-25T09:25:44.254Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2400 | 2024-04-25T09:25:44.254Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2401 | 2024-04-25T09:25:44.254Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2402 | 2024-04-25T09:25:44.254Z | Checking csv-core v0.1.11 |
2403 | 2024-04-25T09:25:44.254Z | Compiling relative-path v1.9.0 |
2404 | 2024-04-25T09:25:44.254Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2405 | 2024-04-25T09:25:44.254Z | Compiling trybuild v1.0.91 |
2406 | 2024-04-25T09:25:44.254Z | Checking heck v0.5.0 |
2407 | 2024-04-25T09:25:44.255Z | Checking constant_time_eq v0.2.6 |
2408 | 2024-04-25T09:25:44.255Z | Checking blake2b_simd v1.0.1 |
2409 | 2024-04-25T09:25:44.607Z | Checking csv v1.3.0 |
2410 | 2024-04-25T09:25:44.921Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2411 | 2024-04-25T09:25:45.448Z | Checking multimap v0.10.0 |
2412 | 2024-04-25T09:25:45.746Z | Checking futures-timer v3.0.2 |
2413 | 2024-04-25T09:25:46.057Z | Checking rust-argon2 v2.1.0 |
2414 | 2024-04-25T09:25:48.383Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2415 | 2024-04-25T09:25:49.734Z | Checking partial-io v0.5.4 |
2416 | 2024-04-25T09:25:50.102Z | Checking approx v0.5.1 |
2417 | 2024-04-25T09:25:50.324Z | Checking uzers v0.11.3 |
2418 | 2024-04-25T09:25:50.662Z | Checking termios v0.3.3 |
2419 | 2024-04-25T09:25:50.873Z | Checking hex-literal v0.4.1 |
2420 | 2024-04-25T09:25:50.917Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2421 | 2024-04-25T09:25:51.002Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2422 | 2024-04-25T09:25:51.890Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2423 | 2024-04-25T09:25:53.644Z | Checking rstest v0.19.0 |
2424 | 2024-04-25T09:26:02.268Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2425 | 2024-04-25T09:26:04.166Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2426 | 2024-04-25T09:26:20.595Z | Compiling samael v0.0.15 |
2427 | 2024-04-25T09:26:45.628Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2428 | 2024-04-25T09:26:48.953Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2429 | 2024-04-25T09:27:04.246Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2430 | 2024-04-25T09:27:07.089Z | Compiling polar-core v0.27.3 |
2431 | 2024-04-25T09:27:14.313Z | Checking oso v0.27.3 |
2432 | 2024-04-25T09:27:48.698Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2433 | 2024-04-25T09:27:49.054Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2434 | 2024-04-25T09:27:49.054Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2435 | 2024-04-25T09:28:39.175Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 40s |
2436 | 2024-04-25T09:28:39.238Z | |
2437 | 2024-04-25T09:28:39.239Z | real 7:28.616041499 |
2438 | 2024-04-25T09:28:39.239Z | user 38:08.116513874 |
2439 | 2024-04-25T09:28:39.239Z | sys 6:58.421549744 |
2440 | 2024-04-25T09:28:39.239Z | trap 1.042745161 |
2441 | 2024-04-25T09:28:39.239Z | tflt 8.296859547 |
2442 | 2024-04-25T09:28:39.239Z | dflt 4.551648715 |
2443 | 2024-04-25T09:28:39.239Z | kflt 0.142354153 |
2444 | 2024-04-25T09:28:39.240Z | lock 58:24.383608067 |
2445 | 2024-04-25T09:28:39.240Z | slp 1:57:06.574961335 |
2446 | 2024-04-25T09:28:39.240Z | lat 1:45.002238027 |
2447 | 2024-04-25T09:28:39.240Z | stop 4:20.551960440 |
2448 | 2024-04-25T09:28:39.326Z | warning: output filename collision. |
2449 | 2024-04-25T09:28:39.327Z | The lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)` 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)`. |
2450 | 2024-04-25T09:28:39.327Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2451 | 2024-04-25T09:28:39.327Z | The targets should have unique names. |
2452 | 2024-04-25T09:28:39.327Z | This is a known bug where multiple crates with the same name use |
2453 | 2024-04-25T09:28:39.327Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2454 | 2024-04-25T09:28:39.327Z | warning: output filename collision. |
2455 | 2024-04-25T09:28:39.327Z | The lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)` 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)`. |
2456 | 2024-04-25T09:28:39.327Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2457 | 2024-04-25T09:28:39.327Z | The targets should have unique names. |
2458 | 2024-04-25T09:28:39.327Z | This is a known bug where multiple crates with the same name use |
2459 | 2024-04-25T09:28:39.327Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2460 | 2024-04-25T09:28:39.328Z | warning: output filename collision. |
2461 | 2024-04-25T09:28:39.328Z | 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)`. |
2462 | 2024-04-25T09:28:39.328Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2463 | 2024-04-25T09:28:39.328Z | The targets should have unique names. |
2464 | 2024-04-25T09:28:39.328Z | This is a known bug where multiple crates with the same name use |
2465 | 2024-04-25T09:28:39.328Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2466 | 2024-04-25T09:28:39.328Z | warning: output filename collision. |
2467 | 2024-04-25T09:28:39.328Z | 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)`. |
2468 | 2024-04-25T09:28:39.328Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2469 | 2024-04-25T09:28:39.328Z | The targets should have unique names. |
2470 | 2024-04-25T09:28:39.329Z | This is a known bug where multiple crates with the same name use |
2471 | 2024-04-25T09:28:39.329Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2472 | 2024-04-25T09:28:39.329Z | warning: output filename collision. |
2473 | 2024-04-25T09:28:39.329Z | The lib target `nix` in package `nix v0.28.0` 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)`. |
2474 | 2024-04-25T09:28:39.329Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2475 | 2024-04-25T09:28:39.329Z | The targets should have unique names. |
2476 | 2024-04-25T09:28:39.329Z | This is a known bug where multiple crates with the same name use |
2477 | 2024-04-25T09:28:39.329Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2478 | 2024-04-25T09:28:39.329Z | warning: output filename collision. |
2479 | 2024-04-25T09:28:39.329Z | 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)`. |
2480 | 2024-04-25T09:28:39.329Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2481 | 2024-04-25T09:28:39.329Z | The targets should have unique names. |
2482 | 2024-04-25T09:28:39.330Z | This is a known bug where multiple crates with the same name use |
2483 | 2024-04-25T09:28:39.330Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2484 | 2024-04-25T09:28:39.330Z | warning: output filename collision. |
2485 | 2024-04-25T09:28:39.330Z | The lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)` 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)`. |
2486 | 2024-04-25T09:28:39.330Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2487 | 2024-04-25T09:28:39.330Z | The targets should have unique names. |
2488 | 2024-04-25T09:28:39.330Z | This is a known bug where multiple crates with the same name use |
2489 | 2024-04-25T09:28:39.330Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2490 | 2024-04-25T09:28:39.330Z | warning: output filename collision. |
2491 | 2024-04-25T09:28:39.330Z | 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)`. |
2492 | 2024-04-25T09:28:39.330Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2493 | 2024-04-25T09:28:39.331Z | The targets should have unique names. |
2494 | 2024-04-25T09:28:39.331Z | This is a known bug where multiple crates with the same name use |
2495 | 2024-04-25T09:28:39.331Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2496 | 2024-04-25T09:28:39.331Z | warning: output filename collision. |
2497 | 2024-04-25T09:28:39.331Z | 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`. |
2498 | 2024-04-25T09:28:39.331Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2499 | 2024-04-25T09:28:39.331Z | The targets should have unique names. |
2500 | 2024-04-25T09:28:39.331Z | This is a known bug where multiple crates with the same name use |
2501 | 2024-04-25T09:28:39.331Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2502 | 2024-04-25T09:28:39.635Z | Documenting libc v0.2.153 |
2503 | 2024-04-25T09:28:39.685Z | Documenting cfg-if v1.0.0 |
2504 | 2024-04-25T09:28:40.169Z | Documenting serde_derive v1.0.198 |
2505 | 2024-04-25T09:28:40.169Z | Documenting log v0.4.21 |
2506 | 2024-04-25T09:28:40.169Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2507 | 2024-04-25T09:28:40.169Z | Documenting memchr v2.7.1 |
2508 | 2024-04-25T09:28:40.169Z | Documenting byteorder v1.5.0 |
2509 | 2024-04-25T09:28:40.170Z | Documenting scopeguard v1.2.0 |
2510 | 2024-04-25T09:28:40.170Z | Documenting itoa v1.0.9 |
2511 | 2024-04-25T09:28:42.861Z | Documenting smallvec v1.13.1 |
2512 | 2024-04-25T09:28:43.014Z | Documenting lock_api v0.4.10 |
2513 | 2024-04-25T09:28:43.463Z | Documenting once_cell v1.19.0 |
2514 | 2024-04-25T09:28:43.823Z | Documenting pin-project-lite v0.2.13 |
2515 | 2024-04-25T09:28:43.857Z | Documenting libm v0.2.7 |
2516 | 2024-04-25T09:28:44.485Z | Documenting getrandom v0.2.12 |
2517 | 2024-04-25T09:28:45.084Z | Documenting signal-hook-registry v1.4.1 |
2518 | 2024-04-25T09:28:47.136Z | Documenting mio v0.8.11 |
2519 | 2024-04-25T09:28:47.229Z | Documenting parking_lot_core v0.9.8 |
2520 | 2024-04-25T09:28:47.243Z | Documenting zeroize_derive v1.4.2 |
2521 | 2024-04-25T09:28:47.677Z | Documenting serde v1.0.198 |
2522 | 2024-04-25T09:28:47.759Z | Documenting thiserror-impl v1.0.59 |
2523 | 2024-04-25T09:28:47.854Z | Documenting num-traits v0.2.18 |
2524 | 2024-04-25T09:28:49.238Z | Documenting futures-core v0.3.30 |
2525 | 2024-04-25T09:28:49.394Z | Documenting rand_core v0.6.4 |
2526 | 2024-04-25T09:28:51.583Z | Documenting parking_lot v0.12.1 |
2527 | 2024-04-25T09:28:51.632Z | Documenting ryu v1.0.15 |
2528 | 2024-04-25T09:28:53.062Z | Documenting zeroize v1.7.0 |
2529 | 2024-04-25T09:28:53.187Z | Documenting thiserror v1.0.59 |
2530 | 2024-04-25T09:28:53.337Z | Documenting num_cpus v1.16.0 |
2531 | 2024-04-25T09:28:53.439Z | Documenting socket2 v0.5.6 |
2532 | 2024-04-25T09:28:53.726Z | Documenting tokio-macros v2.2.0 |
2533 | 2024-04-25T09:28:54.536Z | Documenting zerocopy v0.7.32 |
2534 | 2024-04-25T09:28:56.687Z | Documenting futures-sink v0.3.30 |
2535 | 2024-04-25T09:28:56.781Z | Documenting typenum v1.16.0 |
2536 | 2024-04-25T09:28:57.355Z | Documenting pin-utils v0.1.0 |
2537 | 2024-04-25T09:28:57.774Z | Documenting subtle v2.5.0 |
2538 | 2024-04-25T09:28:58.607Z | Documenting slab v0.4.9 |
2539 | 2024-04-25T09:28:58.618Z | Documenting futures-macro v0.3.30 |
2540 | 2024-04-25T09:29:02.184Z | Documenting futures-channel v0.3.30 |
2541 | 2024-04-25T09:29:02.217Z | Documenting iana-time-zone v0.1.57 |
2542 | 2024-04-25T09:29:08.324Z | Documenting bytes v1.6.0 |
2543 | 2024-04-25T09:29:10.785Z | Documenting bitflags v2.4.2 |
2544 | 2024-04-25T09:29:10.811Z | Documenting serde_json v1.0.116 |
2545 | 2024-04-25T09:29:10.824Z | Documenting futures-io v0.3.30 |
2546 | 2024-04-25T09:29:10.902Z | Documenting futures-task v0.3.30 |
2547 | 2024-04-25T09:29:10.945Z | Documenting chrono v0.4.38 |
2548 | 2024-04-25T09:29:11.166Z | Documenting uuid v1.8.0 |
2549 | 2024-04-25T09:29:12.188Z | Documenting generic-array v0.14.7 |
2550 | 2024-04-25T09:29:12.804Z | Documenting tokio v1.37.0 |
2551 | 2024-04-25T09:29:15.043Z | Documenting ahash v0.8.8 |
2552 | 2024-04-25T09:29:15.975Z | Documenting futures-util v0.3.30 |
2553 | 2024-04-25T09:29:16.469Z | Documenting allocator-api2 v0.2.16 |
2554 | 2024-04-25T09:29:16.469Z | Documenting const-oid v0.9.6 |
2555 | 2024-04-25T09:29:16.764Z | Documenting crypto-common v0.1.6 |
2556 | 2024-04-25T09:29:17.488Z | Documenting tinyvec_macros v0.1.1 |
2557 | 2024-04-25T09:29:18.155Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2558 | 2024-04-25T09:29:18.338Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2559 | 2024-04-25T09:29:19.097Z | Documenting tracing-core v0.1.32 |
2560 | 2024-04-25T09:29:20.572Z | Documenting serde_derive_internals v0.26.0 |
2561 | 2024-04-25T09:29:21.015Z | Documenting hashbrown v0.14.3 |
2562 | 2024-04-25T09:29:21.021Z | Documenting tinyvec v1.6.0 |
2563 | 2024-04-25T09:29:21.963Z | Checking serde_derive_internals v0.26.0 |
2564 | 2024-04-25T09:29:22.493Z | Documenting tracing-attributes v0.1.27 |
2565 | 2024-04-25T09:29:22.977Z | Documenting dyn-clone v1.0.17 |
2566 | 2024-04-25T09:29:24.390Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2567 | 2024-04-25T09:29:25.309Z | Documenting unicode-normalization v0.1.22 |
2568 | 2024-04-25T09:29:26.144Z | Documenting schemars_derive v0.8.16 |
2569 | 2024-04-25T09:29:26.151Z | Documenting ppv-lite86 v0.2.17 |
2570 | 2024-04-25T09:29:33.344Z | Documenting unicode-bidi v0.3.15 |
2571 | 2024-04-25T09:29:33.842Z | Documenting lazy_static v1.4.0 |
2572 | 2024-04-25T09:29:33.842Z | Documenting percent-encoding v2.3.1 |
2573 | 2024-04-25T09:29:33.952Z | Documenting block-buffer v0.10.4 |
2574 | 2024-04-25T09:29:33.952Z | Documenting rand_chacha v0.3.1 |
2575 | 2024-04-25T09:29:33.952Z | Documenting powerfmt v0.2.0 |
2576 | 2024-04-25T09:29:33.952Z | Documenting equivalent v1.0.1 |
2577 | 2024-04-25T09:29:33.952Z | Documenting schemars v0.8.16 |
2578 | 2024-04-25T09:29:33.952Z | Documenting fnv v1.0.7 |
2579 | 2024-04-25T09:29:33.953Z | Documenting form_urlencoded v1.2.1 |
2580 | 2024-04-25T09:29:36.773Z | Documenting deranged v0.3.11 |
2581 | 2024-04-25T09:29:37.081Z | Documenting indexmap v2.2.6 |
2582 | 2024-04-25T09:29:37.082Z | Documenting digest v0.10.7 |
2583 | 2024-04-25T09:29:37.082Z | Documenting time-macros v0.2.17 |
2584 | 2024-04-25T09:29:37.082Z | Documenting rand v0.8.5 |
2585 | 2024-04-25T09:29:38.388Z | Documenting time-core v0.1.2 |
2586 | 2024-04-25T09:29:39.201Z | Documenting tracing v0.1.40 |
2587 | 2024-04-25T09:29:39.722Z | Documenting unicode-width v0.1.11 |
2588 | 2024-04-25T09:29:40.212Z | Documenting num_threads v0.1.6 |
2589 | 2024-04-25T09:29:41.100Z | Documenting num-conv v0.1.0 |
2590 | 2024-04-25T09:29:41.439Z | Documenting idna v0.5.0 |
2591 | 2024-04-25T09:29:42.110Z | Documenting errno v0.3.8 |
2592 | 2024-04-25T09:29:42.486Z | Documenting adler v1.0.2 |
2593 | 2024-04-25T09:29:51.257Z | Documenting unicode-ident v1.0.12 |
2594 | 2024-04-25T09:29:51.298Z | Documenting slog v2.7.0 |
2595 | 2024-04-25T09:29:51.334Z | Documenting time v0.3.34 |
2596 | 2024-04-25T09:29:51.430Z | Documenting url v2.5.0 |
2597 | 2024-04-25T09:29:51.445Z | Documenting rustix v0.38.31 |
2598 | 2024-04-25T09:29:51.472Z | Documenting miniz_oxide v0.7.1 |
2599 | 2024-04-25T09:29:53.551Z | Documenting httparse v1.8.0 |
2600 | 2024-04-25T09:29:54.761Z | Documenting proc-macro2 v1.0.81 |
2601 | 2024-04-25T09:29:55.463Z | Documenting cpufeatures v0.2.12 |
2602 | 2024-04-25T09:29:56.334Z | Documenting async-trait v0.1.80 |
2603 | 2024-04-25T09:29:56.734Z | Documenting httpdate v1.0.3 |
2604 | 2024-04-25T09:29:57.062Z | Documenting try-lock v0.2.4 |
2605 | 2024-04-25T09:29:57.633Z | Documenting http-body v0.4.5 |
2606 | 2024-04-25T09:29:58.826Z | Documenting aho-corasick v1.1.2 |
2607 | 2024-04-25T09:29:59.401Z | Documenting quote v1.0.36 |
2608 | 2024-04-25T09:29:59.813Z | Documenting openssl-sys v0.9.102 |
2609 | 2024-04-25T09:30:00.604Z | Documenting want v0.3.1 |
2610 | 2024-04-25T09:30:01.068Z | Documenting openssl-macros v0.1.1 |
2611 | 2024-04-25T09:30:01.339Z | Documenting tokio-util v0.7.10 |
2612 | 2024-04-25T09:30:02.622Z | Documenting mime v0.3.17 |
2613 | 2024-04-25T09:30:03.279Z | Documenting regex-syntax v0.8.2 |
2614 | 2024-04-25T09:30:04.561Z | Documenting syn v2.0.60 |
2615 | 2024-04-25T09:30:04.597Z | Documenting gimli v0.28.0 |
2616 | 2024-04-25T09:30:05.562Z | Documenting tower-service v0.3.2 |
2617 | 2024-04-25T09:30:06.008Z | Documenting object v0.32.1 |
2618 | 2024-04-25T09:30:07.048Z | Documenting openssl-probe v0.1.5 |
2619 | 2024-04-25T09:30:07.126Z | Documenting openssl v0.10.64 |
2620 | 2024-04-25T09:30:08.242Z | Documenting h2 v0.3.26 |
2621 | 2024-04-25T09:30:10.064Z | Documenting rustc-demangle v0.1.23 |
2622 | 2024-04-25T09:30:10.362Z | Documenting regex-automata v0.4.5 |
2623 | 2024-04-25T09:30:11.392Z | Documenting addr2line v0.21.0 |
2624 | 2024-04-25T09:30:11.409Z | Documenting ipnet v2.9.0 |
2625 | 2024-04-25T09:30:13.687Z | Documenting base64ct v1.6.0 |
2626 | 2024-04-25T09:30:15.218Z | Documenting futures-executor v0.3.30 |
2627 | 2024-04-25T09:30:16.099Z | Documenting encoding_rs v0.8.33 |
2628 | 2024-04-25T09:30:16.175Z | Documenting native-tls v0.2.11 |
2629 | 2024-04-25T09:30:18.920Z | Documenting psl-types v2.0.11 |
2630 | 2024-04-25T09:30:19.010Z | Documenting hyper v0.14.28 |
2631 | 2024-04-25T09:30:19.148Z | Documenting regex v1.10.4 |
2632 | 2024-04-25T09:30:19.634Z | Documenting backtrace v0.3.69 |
2633 | 2024-04-25T09:30:20.340Z | Documenting serde_urlencoded v0.7.1 |
2634 | 2024-04-25T09:30:21.047Z | Documenting crossbeam-utils v0.8.19 |
2635 | 2024-04-25T09:30:21.566Z | Documenting tokio-native-tls v0.3.1 |
2636 | 2024-04-25T09:30:22.460Z | Documenting publicsuffix v2.2.3 |
2637 | 2024-04-25T09:30:25.765Z | Documenting utf8parse v0.2.1 |
2638 | 2024-04-25T09:30:25.797Z | Documenting futures v0.3.30 |
2639 | 2024-04-25T09:30:25.797Z | Documenting pem-rfc7468 v0.7.0 |
2640 | 2024-04-25T09:30:26.295Z | Documenting anyhow v1.0.82 |
2641 | 2024-04-25T09:30:27.440Z | Documenting cookie_store v0.20.0 |
2642 | 2024-04-25T09:30:27.725Z | Checking pest_meta v2.7.6 |
2643 | 2024-04-25T09:30:28.609Z | Documenting der_derive v0.7.2 |
2644 | 2024-04-25T09:30:28.670Z | Documenting flagset v0.4.3 |
2645 | 2024-04-25T09:30:29.000Z | Documenting sync_wrapper v0.1.2 |
2646 | 2024-04-25T09:30:31.304Z | Documenting webpki-roots v0.25.2 |
2647 | 2024-04-25T09:30:31.432Z | Documenting num-integer v0.1.46 |
2648 | 2024-04-25T09:30:32.156Z | Documenting pest_meta v2.7.6 |
2649 | 2024-04-25T09:30:32.176Z | Documenting hyper-rustls v0.24.2 |
2650 | 2024-04-25T09:30:32.437Z | Documenting hyper-tls v0.5.0 |
2651 | 2024-04-25T09:30:33.142Z | Documenting scroll_derive v0.12.0 |
2652 | 2024-04-25T09:30:33.973Z | Checking pest_generator v2.7.6 |
2653 | 2024-04-25T09:30:34.326Z | Documenting der v0.7.8 |
2654 | 2024-04-25T09:30:36.552Z | Documenting openapiv3 v2.0.0 |
2655 | 2024-04-25T09:30:36.763Z | Documenting ucd-trie v0.1.6 |
2656 | 2024-04-25T09:30:36.763Z | Documenting plain v0.2.3 |
2657 | 2024-04-25T09:30:37.714Z | Documenting pest_generator v2.7.6 |
2658 | 2024-04-25T09:30:38.961Z | Documenting scroll v0.12.0 |
2659 | 2024-04-25T09:30:39.130Z | Documenting pest v2.7.6 |
2660 | 2024-04-25T09:30:39.534Z | Documenting spin v0.9.8 |
2661 | 2024-04-25T09:30:44.826Z | Documenting pretty-hex v0.4.1 |
2662 | 2024-04-25T09:30:44.981Z | Documenting reqwest v0.11.24 |
2663 | 2024-04-25T09:30:44.981Z | Documenting spki v0.7.2 |
2664 | 2024-04-25T09:30:44.981Z | Documenting pest_derive v2.7.6 |
2665 | 2024-04-25T09:30:44.982Z | Documenting anstyle v1.0.6 |
2666 | 2024-04-25T09:30:44.982Z | Documenting either v1.11.0 |
2667 | 2024-04-25T09:30:44.982Z | Documenting anstyle-parse v0.2.1 |
2668 | 2024-04-25T09:30:45.185Z | Documenting goblin v0.8.0 |
2669 | 2024-04-25T09:30:45.259Z | Documenting thread-id v4.2.0 |
2670 | 2024-04-25T09:30:45.850Z | Documenting pkcs8 v0.10.2 |
2671 | 2024-04-25T09:30:46.586Z | Documenting data-encoding v2.4.0 |
2672 | 2024-04-25T09:30:46.685Z | Documenting colorchoice v1.0.0 |
2673 | 2024-04-25T09:30:46.914Z | Documenting dtrace-parser v0.2.0 |
2674 | 2024-04-25T09:30:47.794Z | Documenting anstyle-query v1.0.0 |
2675 | 2024-04-25T09:30:51.280Z | Documenting crossbeam-epoch v0.9.18 |
2676 | 2024-04-25T09:30:51.280Z | Documenting terminal_size v0.3.0 |
2677 | 2024-04-25T09:30:51.280Z | Documenting sha2 v0.10.8 |
2678 | 2024-04-25T09:30:51.294Z | Documenting ipnetwork v0.20.0 |
2679 | 2024-04-25T09:30:51.963Z | Documenting hex v0.4.3 |
2680 | 2024-04-25T09:30:52.488Z | Documenting dof v0.3.0 |
2681 | 2024-04-25T09:30:52.572Z | Documenting anstream v0.6.11 |
2682 | 2024-04-25T09:30:54.940Z | Documenting crc32fast v1.3.2 |
2683 | 2024-04-25T09:30:55.009Z | Documenting clap_lex v0.7.0 |
2684 | 2024-04-25T09:30:55.825Z | Documenting unicode-segmentation v1.10.1 |
2685 | 2024-04-25T09:30:56.180Z | Documenting strsim v0.11.0 |
2686 | 2024-04-25T09:30:57.490Z | Documenting untrusted v0.9.0 |
2687 | 2024-04-25T09:30:57.822Z | Documenting clap_derive v4.5.4 |
2688 | 2024-04-25T09:30:57.905Z | Documenting num-iter v0.1.44 |
2689 | 2024-04-25T09:30:58.387Z | Documenting usdt-impl v0.5.0 |
2690 | 2024-04-25T09:30:58.738Z | Documenting hmac v0.12.1 |
2691 | 2024-04-25T09:30:59.110Z | Documenting signal-hook v0.3.17 |
2692 | 2024-04-25T09:30:59.486Z | Documenting base64 v0.22.0 |
2693 | 2024-04-25T09:31:00.420Z | Documenting clap_builder v4.5.2 |
2694 | 2024-04-25T09:31:00.904Z | Documenting ring v0.17.8 |
2695 | 2024-04-25T09:31:03.150Z | Documenting static_assertions v1.1.0 |
2696 | 2024-04-25T09:31:03.649Z | Documenting flate2 v1.0.28 |
2697 | 2024-04-25T09:31:04.250Z | Documenting managed v0.8.0 |
2698 | 2024-04-25T09:31:04.347Z | Documenting signal-hook-mio v0.2.3 |
2699 | 2024-04-25T09:31:04.483Z | Documenting block-padding v0.3.3 |
2700 | 2024-04-25T09:31:05.139Z | Documenting scheduled-thread-pool v0.2.7 |
2701 | 2024-04-25T09:31:06.422Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2702 | 2024-04-25T09:31:06.705Z | Documenting enum-as-inner v0.5.1 |
2703 | 2024-04-25T09:31:08.276Z | Documenting clap v4.5.4 |
2704 | 2024-04-25T09:31:08.349Z | Documenting diesel_table_macro_syntax v0.1.0 |
2705 | 2024-04-25T09:31:08.780Z | Checking diesel_table_macro_syntax v0.1.0 |
2706 | 2024-04-25T09:31:08.815Z | Documenting md-5 v0.10.5 |
2707 | 2024-04-25T09:31:09.193Z | Documenting inout v0.1.3 |
2708 | 2024-04-25T09:31:09.523Z | Documenting crossterm v0.27.0 |
2709 | 2024-04-25T09:31:10.243Z | Documenting r2d2 v0.8.10 |
2710 | 2024-04-25T09:31:11.437Z | Documenting bzip2 v0.4.4 |
2711 | 2024-04-25T09:31:11.510Z | Documenting trust-dns-proto v0.22.0 |
2712 | 2024-04-25T09:31:14.681Z | Documenting stringprep v0.1.3 |
2713 | 2024-04-25T09:31:14.768Z | Documenting diesel_derives v2.1.2 |
2714 | 2024-04-25T09:31:14.810Z | Documenting regress v0.9.1 |
2715 | 2024-04-25T09:31:14.810Z | Documenting serde_spanned v0.6.5 |
2716 | 2024-04-25T09:31:14.981Z | Documenting toml_datetime v0.6.5 |
2717 | 2024-04-25T09:31:15.075Z | Documenting ff v0.13.0 |
2718 | 2024-04-25T09:31:16.554Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2719 | 2024-04-25T09:31:18.034Z | Documenting siphasher v0.3.11 |
2720 | 2024-04-25T09:31:19.361Z | Documenting winnow v0.6.1 |
2721 | 2024-04-25T09:31:19.423Z | Documenting fallible-iterator v0.2.0 |
2722 | 2024-04-25T09:31:19.545Z | Documenting bit-vec v0.6.3 |
2723 | 2024-04-25T09:31:26.413Z | Documenting base16ct v0.2.0 |
2724 | 2024-04-25T09:31:26.653Z | Documenting group v0.13.0 |
2725 | 2024-04-25T09:31:26.653Z | Documenting diesel v2.1.6 |
2726 | 2024-04-25T09:31:26.653Z | Documenting phf_shared v0.11.2 |
2727 | 2024-04-25T09:31:26.653Z | Documenting zip v0.6.6 |
2728 | 2024-04-25T09:31:26.748Z | Documenting cipher v0.4.4 |
2729 | 2024-04-25T09:31:26.748Z | Documenting sec1 v0.7.3 |
2730 | 2024-04-25T09:31:26.748Z | Documenting postgres-protocol v0.6.6 |
2731 | 2024-04-25T09:31:26.748Z | Documenting toml_edit v0.22.12 |
2732 | 2024-04-25T09:31:26.748Z | Documenting hkdf v0.12.4 |
2733 | 2024-04-25T09:31:26.780Z | Documenting num-bigint v0.4.4 |
2734 | 2024-04-25T09:31:27.845Z | Documenting bstr v1.9.0 |
2735 | 2024-04-25T09:31:39.523Z | Documenting console v0.15.8 |
2736 | 2024-04-25T09:31:46.608Z | Documenting crypto-bigint v0.5.2 |
2737 | 2024-04-25T09:31:46.643Z | Documenting hubpack v0.1.2 |
2738 | 2024-04-25T09:31:46.986Z | Documenting serde_repr v0.1.16 |
2739 | 2024-04-25T09:31:47.136Z | Checking strsim v0.10.0 |
2740 | 2024-04-25T09:31:47.338Z | Documenting lalrpop-util v0.19.12 |
2741 | 2024-04-25T09:31:47.369Z | Documenting fixedbitset v0.4.2 |
2742 | 2024-04-25T09:31:47.536Z | Documenting precomputed-hash v0.1.1 |
2743 | 2024-04-25T09:31:47.551Z | Checking ident_case v1.0.1 |
2744 | 2024-04-25T09:31:47.694Z | Checking unsafe-libyaml v0.2.10 |
2745 | 2024-04-25T09:31:48.881Z | Documenting new_debug_unreachable v1.0.4 |
2746 | 2024-04-25T09:31:49.326Z | Documenting minimal-lexical v0.2.1 |
2747 | 2024-04-25T09:31:50.761Z | Documenting heck v0.4.1 |
2748 | 2024-04-25T09:31:51.031Z | Documenting petgraph v0.6.4 |
2749 | 2024-04-25T09:31:51.749Z | Documenting yasna v0.5.2 |
2750 | 2024-04-25T09:31:51.814Z | Documenting postgres-types v0.2.6 |
2751 | 2024-04-25T09:31:51.948Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2752 | 2024-04-25T09:32:00.985Z | Documenting string_cache v0.8.7 |
2753 | 2024-04-25T09:32:01.094Z | Documenting nom v7.1.3 |
2754 | 2024-04-25T09:32:01.206Z | Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2755 | 2024-04-25T09:32:01.557Z | Documenting phf v0.11.2 |
2756 | 2024-04-25T09:32:01.604Z | Documenting similar v2.4.0 |
2757 | 2024-04-25T09:32:01.961Z | Documenting elliptic-curve v0.13.8 |
2758 | 2024-04-25T09:32:02.002Z | Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2759 | 2024-04-25T09:32:02.622Z | Documenting semver v1.0.22 |
2760 | 2024-04-25T09:32:05.622Z | Documenting float-cmp v0.9.0 |
2761 | 2024-04-25T09:32:06.424Z | Documenting whoami v1.5.1 |
2762 | 2024-04-25T09:32:07.244Z | Documenting normalize-line-endings v0.3.0 |
2763 | 2024-04-25T09:32:07.714Z | Documenting unsafe-libyaml v0.2.10 |
2764 | 2024-04-25T09:32:07.989Z | Documenting difflib v0.4.0 |
2765 | 2024-04-25T09:32:08.953Z | Documenting peg-runtime v0.8.2 |
2766 | 2024-04-25T09:32:09.210Z | Documenting predicates-core v1.0.6 |
2767 | 2024-04-25T09:32:18.589Z | Documenting tokio-postgres v0.7.10 |
2768 | 2024-04-25T09:32:18.683Z | Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2769 | 2024-04-25T09:32:18.922Z | Checking serde_yaml v0.9.25 |
2770 | 2024-04-25T09:32:18.939Z | Documenting serde_yaml v0.9.25 |
2771 | 2024-04-25T09:32:19.004Z | Checking darling_core v0.20.8 |
2772 | 2024-04-25T09:32:19.144Z | Documenting bit-set v0.5.3 |
2773 | 2024-04-25T09:32:19.282Z | Documenting predicates v3.1.0 |
2774 | 2024-04-25T09:32:19.474Z | Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2775 | 2024-04-25T09:32:20.837Z | Documenting getopts v0.2.21 |
2776 | 2024-04-25T09:32:20.841Z | Documenting tokio-stream v0.1.15 |
2777 | 2024-04-25T09:32:25.526Z | Documenting ident_case v1.0.1 |
2778 | 2024-04-25T09:32:25.526Z | Checking darling v0.20.8 |
2779 | 2024-04-25T09:32:25.526Z | Documenting is-terminal v0.4.9 |
2780 | 2024-04-25T09:32:25.655Z | Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2781 | 2024-04-25T09:32:25.895Z | Documenting strum v0.26.2 |
2782 | 2024-04-25T09:32:26.574Z | Documenting dirs-sys-next v0.1.2 |
2783 | 2024-04-25T09:32:26.721Z | Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2784 | 2024-04-25T09:32:28.232Z | Documenting darling_core v0.20.8 |
2785 | 2024-04-25T09:32:28.476Z | Documenting match_cfg v0.1.0 |
2786 | 2024-04-25T09:32:29.560Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2787 | 2024-04-25T09:32:30.007Z | Documenting sha1 v0.10.6 |
2788 | 2024-04-25T09:32:30.600Z | Documenting http v1.0.0 |
2789 | 2024-04-25T09:32:31.613Z | Documenting dirs-next v2.0.0 |
2790 | 2024-04-25T09:32:31.818Z | Documenting hostname v0.3.1 |
2791 | 2024-04-25T09:32:33.973Z | Documenting camino v1.1.6 |
2792 | 2024-04-25T09:32:40.605Z | Documenting paste v1.0.14 |
2793 | 2024-04-25T09:32:40.653Z | Documenting thread_local v1.1.7 |
2794 | 2024-04-25T09:32:40.653Z | Documenting rustls-pki-types v1.3.0 |
2795 | 2024-04-25T09:32:40.654Z | Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2796 | 2024-04-25T09:32:40.654Z | Documenting term v0.7.0 |
2797 | 2024-04-25T09:32:40.654Z | Documenting crossbeam-channel v0.5.8 |
2798 | 2024-04-25T09:32:40.654Z | Documenting take_mut v0.2.2 |
2799 | 2024-04-25T09:32:40.654Z | Documenting darling_macro v0.20.8 |
2800 | 2024-04-25T09:32:40.654Z | Documenting slog-json v2.6.1 |
2801 | 2024-04-25T09:32:40.655Z | Documenting async-stream-impl v0.3.5 |
2802 | 2024-04-25T09:32:41.319Z | Documenting rustls-webpki v0.102.1 |
2803 | 2024-04-25T09:32:41.899Z | Documenting slog-term v2.9.1 |
2804 | 2024-04-25T09:32:42.200Z | Documenting atomic-waker v1.1.1 |
2805 | 2024-04-25T09:32:42.561Z | Documenting slog-async v2.8.0 |
2806 | 2024-04-25T09:32:43.958Z | Documenting debug-ignore v1.0.5 |
2807 | 2024-04-25T09:32:44.262Z | Documenting darling v0.20.8 |
2808 | 2024-04-25T09:32:45.622Z | Documenting waitgroup v0.1.2 |
2809 | 2024-04-25T09:32:45.924Z | Documenting async-stream v0.3.5 |
2810 | 2024-04-25T09:32:46.321Z | Documenting rustls v0.22.4 |
2811 | 2024-04-25T09:32:47.232Z | Documenting slog-bunyan v2.5.0 |
2812 | 2024-04-25T09:32:47.326Z | Documenting rustls-pemfile v2.1.2 |
2813 | 2024-04-25T09:32:47.506Z | Documenting multer v3.0.0 |
2814 | 2024-04-25T09:32:49.604Z | Documenting toml v0.8.12 |
2815 | 2024-04-25T09:32:49.628Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2816 | 2024-04-25T09:32:49.789Z | Documenting serde_path_to_error v0.1.16 |
2817 | 2024-04-25T09:32:50.128Z | Documenting serde_with_macros v3.7.0 |
2818 | 2024-04-25T09:32:52.257Z | Documenting structmeta-derive v0.3.0 |
2819 | 2024-04-25T09:32:52.379Z | Documenting newtype-uuid v1.1.0 |
2820 | 2024-04-25T09:32:52.981Z | Checking structmeta v0.3.0 |
2821 | 2024-04-25T09:32:53.199Z | Documenting instant v0.1.12 |
2822 | 2024-04-25T09:32:54.452Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2823 | 2024-04-25T09:32:55.113Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2824 | 2024-04-25T09:32:55.384Z | Documenting tokio-rustls v0.25.0 |
2825 | 2024-04-25T09:32:55.490Z | Documenting serde_with v3.7.0 |
2826 | 2024-04-25T09:32:56.628Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2827 | 2024-04-25T09:32:57.590Z | Documenting backoff v0.4.0 |
2828 | 2024-04-25T09:32:57.927Z | Documenting structmeta v0.3.0 |
2829 | 2024-04-25T09:32:58.977Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2830 | 2024-04-25T09:33:03.775Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2831 | 2024-04-25T09:33:03.891Z | Documenting macaddr v1.0.1 |
2832 | 2024-04-25T09:33:03.891Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2833 | 2024-04-25T09:33:03.891Z | Documenting parse-display-derive v0.9.0 |
2834 | 2024-04-25T09:33:03.891Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2835 | 2024-04-25T09:33:03.891Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2836 | 2024-04-25T09:33:04.178Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2837 | 2024-04-25T09:33:05.074Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2838 | 2024-04-25T09:33:05.091Z | Documenting fastrand v2.0.1 |
2839 | 2024-04-25T09:33:05.294Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2840 | 2024-04-25T09:33:05.748Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2841 | 2024-04-25T09:33:06.450Z | Documenting proc-macro-crate v1.3.1 |
2842 | 2024-04-25T09:33:07.552Z | Checking proc-macro-crate v1.3.1 |
2843 | 2024-04-25T09:33:07.698Z | Documenting foreign-types-macros v0.2.3 |
2844 | 2024-04-25T09:33:07.793Z | Documenting foreign-types-shared v0.3.1 |
2845 | 2024-04-25T09:33:08.259Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2846 | 2024-04-25T09:33:09.267Z | Documenting tempfile v3.10.1 |
2847 | 2024-04-25T09:33:09.755Z | Documenting parse-display v0.9.0 |
2848 | 2024-04-25T09:33:10.475Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2849 | 2024-04-25T09:33:12.366Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2850 | 2024-04-25T09:33:12.481Z | Documenting num_enum_derive v0.5.11 |
2851 | 2024-04-25T09:33:12.544Z | Documenting cstr-argument v0.1.2 |
2852 | 2024-04-25T09:33:13.583Z | Documenting foreign-types v0.5.0 |
2853 | 2024-04-25T09:33:14.759Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2854 | 2024-04-25T09:33:14.939Z | Documenting camino-tempfile v1.1.1 |
2855 | 2024-04-25T09:33:15.024Z | Documenting tabwriter v1.4.0 |
2856 | 2024-04-25T09:33:15.096Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2857 | 2024-04-25T09:33:17.543Z | Documenting colored v2.1.0 |
2858 | 2024-04-25T09:33:18.310Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2859 | 2024-04-25T09:33:19.820Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2860 | 2024-04-25T09:33:19.973Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2861 | 2024-04-25T09:33:20.162Z | Documenting num_enum v0.5.11 |
2862 | 2024-04-25T09:33:20.290Z | Documenting hash32 v0.3.1 |
2863 | 2024-04-25T09:33:21.028Z | Documenting stable_deref_trait v1.2.0 |
2864 | 2024-04-25T09:33:22.124Z | Documenting smf v0.2.3 |
2865 | 2024-04-25T09:33:22.487Z | Documenting cobs v0.2.3 |
2866 | 2024-04-25T09:33:22.915Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2867 | 2024-04-25T09:33:23.905Z | Documenting embedded-io v0.4.0 |
2868 | 2024-04-25T09:33:24.473Z | Documenting memmap v0.7.0 |
2869 | 2024-04-25T09:33:25.004Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2870 | 2024-04-25T09:33:25.238Z | Documenting heapless v0.8.0 |
2871 | 2024-04-25T09:33:25.852Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2872 | 2024-04-25T09:33:27.063Z | Documenting crucible-workspace-hack v0.1.0 |
2873 | 2024-04-25T09:33:27.202Z | Documenting postcard v1.0.8 |
2874 | 2024-04-25T09:33:45.840Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2875 | 2024-04-25T09:33:45.920Z | Documenting usdt v0.5.0 |
2876 | 2024-04-25T09:33:45.920Z | Documenting newline-converter v0.3.0 |
2877 | 2024-04-25T09:33:45.920Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2878 | 2024-04-25T09:33:45.920Z | Documenting smoltcp v0.11.0 |
2879 | 2024-04-25T09:33:45.920Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2880 | 2024-04-25T09:33:45.920Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2881 | 2024-04-25T09:33:45.920Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2882 | 2024-04-25T09:33:45.920Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2883 | 2024-04-25T09:33:45.920Z | Documenting expectorate v1.1.0 |
2884 | 2024-04-25T09:33:45.920Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2885 | 2024-04-25T09:33:45.921Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2886 | 2024-04-25T09:33:45.921Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2887 | 2024-04-25T09:33:45.921Z | Documenting sigpipe v0.1.3 |
2888 | 2024-04-25T09:33:45.921Z | Documenting num-derive v0.4.0 |
2889 | 2024-04-25T09:33:45.921Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2890 | 2024-04-25T09:33:45.921Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2891 | 2024-04-25T09:33:45.921Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2892 | 2024-04-25T09:33:45.921Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2893 | 2024-04-25T09:33:45.921Z | Documenting password-hash v0.5.0 |
2894 | 2024-04-25T09:33:45.921Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2895 | 2024-04-25T09:33:45.921Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
2896 | 2024-04-25T09:33:45.921Z | Documenting blake2 v0.10.6 |
2897 | 2024-04-25T09:33:46.344Z | Documenting proc-macro-error-attr v1.0.4 |
2898 | 2024-04-25T09:33:46.726Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2899 | 2024-04-25T09:33:47.643Z | Documenting linked-hash-map v0.5.6 |
2900 | 2024-04-25T09:33:48.016Z | Documenting humantime v2.1.0 |
2901 | 2024-04-25T09:33:48.841Z | Checking proc-macro-error v1.0.4 |
2902 | 2024-04-25T09:33:49.055Z | Documenting bytecount v0.6.3 |
2903 | 2024-04-25T09:33:49.110Z | Documenting derive-where v1.2.7 |
2904 | 2024-04-25T09:33:50.486Z | Documenting argon2 v0.5.3 |
2905 | 2024-04-25T09:33:51.401Z | Documenting swrite v0.1.0 |
2906 | 2024-04-25T09:33:51.529Z | Documenting proc-macro-error v1.0.4 |
2907 | 2024-04-25T09:33:52.048Z | Documenting lru-cache v0.1.2 |
2908 | 2024-04-25T09:33:52.571Z | Documenting papergrid v0.11.0 |
2909 | 2024-04-25T09:33:52.879Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2910 | 2024-04-25T09:33:54.210Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2911 | 2024-04-25T09:33:55.503Z | Documenting newtype_derive v0.1.6 |
2912 | 2024-04-25T09:33:55.841Z | Documenting itertools v0.12.1 |
2913 | 2024-04-25T09:33:56.281Z | Documenting arc-swap v1.6.0 |
2914 | 2024-04-25T09:33:56.777Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2915 | 2024-04-25T09:33:56.952Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2916 | 2024-04-25T09:33:57.296Z | Documenting tabled_derive v0.7.0 |
2917 | 2024-04-25T09:33:58.252Z | Documenting quick-error v1.2.3 |
2918 | 2024-04-25T09:33:59.666Z | Documenting steno v0.4.0 |
2919 | 2024-04-25T09:34:00.659Z | Documenting slog-scope v4.4.0 |
2920 | 2024-04-25T09:34:02.204Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2921 | 2024-04-25T09:34:02.567Z | Documenting tabled v0.15.0 |
2922 | 2024-04-25T09:34:02.703Z | Documenting resolv-conf v0.7.0 |
2923 | 2024-04-25T09:34:03.947Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2924 | 2024-04-25T09:34:04.264Z | Documenting num-rational v0.4.1 |
2925 | 2024-04-25T09:34:05.020Z | Documenting slog-stdlog v4.1.1 |
2926 | 2024-04-25T09:34:13.171Z | Documenting trust-dns-resolver v0.22.0 |
2927 | 2024-04-25T09:34:13.616Z | Documenting num-complex v0.4.5 |
2928 | 2024-04-25T09:34:13.617Z | Documenting slog-envlogger v2.2.0 |
2929 | 2024-04-25T09:34:13.617Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2930 | 2024-04-25T09:34:13.617Z | Documenting filetime v0.2.23 |
2931 | 2024-04-25T09:34:13.617Z | Documenting xattr v1.0.1 |
2932 | 2024-04-25T09:34:14.735Z | Documenting tap v1.0.1 |
2933 | 2024-04-25T09:34:15.514Z | Documenting num v0.4.2 |
2934 | 2024-04-25T09:34:15.670Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2935 | 2024-04-25T09:34:15.901Z | Documenting tar v0.4.40 |
2936 | 2024-04-25T09:34:16.716Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2937 | 2024-04-25T09:34:16.941Z | Documenting radium v0.7.0 |
2938 | 2024-04-25T09:34:17.488Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2939 | 2024-04-25T09:34:18.166Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2940 | 2024-04-25T09:34:18.178Z | Documenting wyz v0.5.1 |
2941 | 2024-04-25T09:34:18.395Z | Documenting nibble_vec v0.1.0 |
2942 | 2024-04-25T09:34:19.987Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2943 | 2024-04-25T09:34:20.628Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2944 | 2024-04-25T09:34:21.340Z | Documenting funty v2.0.0 |
2945 | 2024-04-25T09:34:21.816Z | Documenting crc-catalog v2.2.0 |
2946 | 2024-04-25T09:34:22.257Z | Documenting endian-type v0.1.2 |
2947 | 2024-04-25T09:34:22.639Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2948 | 2024-04-25T09:34:22.794Z | Documenting cancel-safe-futures v0.1.5 |
2949 | 2024-04-25T09:34:23.118Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2950 | 2024-04-25T09:34:23.394Z | Documenting packed_struct_codegen v0.10.1 |
2951 | 2024-04-25T09:34:28.720Z | Documenting bitvec v1.0.1 |
2952 | 2024-04-25T09:34:28.787Z | Documenting crc v3.0.1 |
2953 | 2024-04-25T09:34:28.787Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2954 | 2024-04-25T09:34:28.788Z | Documenting radix_trie v0.2.1 |
2955 | 2024-04-25T09:34:28.823Z | Documenting nodrop v0.1.14 |
2956 | 2024-04-25T09:34:28.971Z | Documenting same-file v1.0.6 |
2957 | 2024-04-25T09:34:29.475Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2958 | 2024-04-25T09:34:30.960Z | Documenting packed_struct v0.10.1 |
2959 | 2024-04-25T09:34:30.994Z | Documenting num-bigint-dig v0.8.4 |
2960 | 2024-04-25T09:34:32.083Z | Documenting pkcs1 v0.7.5 |
2961 | 2024-04-25T09:34:32.844Z | Documenting array-init v0.0.4 |
2962 | 2024-04-25T09:34:32.886Z | Documenting signature v2.1.0 |
2963 | 2024-04-25T09:34:33.458Z | Documenting walkdir v2.5.0 |
2964 | 2024-04-25T09:34:35.826Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2965 | 2024-04-25T09:34:36.215Z | Documenting display-error-chain v0.2.0 |
2966 | 2024-04-25T09:34:39.047Z | Documenting bitfield v0.14.0 |
2967 | 2024-04-25T09:34:39.212Z | Documenting termcolor v1.2.0 |
2968 | 2024-04-25T09:34:39.212Z | Documenting serde-hex v0.1.0 |
2969 | 2024-04-25T09:34:39.268Z | Documenting rsa v0.9.2 |
2970 | 2024-04-25T09:34:42.332Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2971 | 2024-04-25T09:34:42.413Z | Documenting slog-dtrace v0.3.0 |
2972 | 2024-04-25T09:34:42.413Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2973 | 2024-04-25T09:34:42.495Z | Documenting env_logger v0.10.0 |
2974 | 2024-04-25T09:34:44.592Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2975 | 2024-04-25T09:34:44.702Z | Documenting pem v3.0.4 |
2976 | 2024-04-25T09:34:44.884Z | Documenting x509-cert v0.2.4 |
2977 | 2024-04-25T09:34:45.231Z | Documenting libsw v3.3.1 |
2978 | 2024-04-25T09:34:46.402Z | warning: unresolved link to `StNestedBuilder::make_subsection` |
2979 | 2024-04-25T09:34:46.402Z | --> nexus/types/src/sectioned_table.rs:145:7 |
2980 | 2024-04-25T09:34:46.402Z | | |
2981 | 2024-04-25T09:34:46.402Z | 145 | /// [`StNestedBuilder::make_subsection`]. |
2982 | 2024-04-25T09:34:46.402Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope |
2983 | 2024-04-25T09:34:46.402Z | | |
2984 | 2024-04-25T09:34:46.402Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2985 | 2024-04-25T09:34:46.402Z | |
2986 | 2024-04-25T09:34:46.600Z | Documenting ron v0.8.1 |
2987 | 2024-04-25T09:34:47.927Z | Documenting half v2.3.1 |
2988 | 2024-04-25T09:34:48.438Z | Documenting owo-colors v4.0.0 |
2989 | 2024-04-25T09:34:48.643Z | warning: `nexus-types` (lib doc) generated 1 warning |
2990 | 2024-04-25T09:34:48.646Z | Documenting ciborium-io v0.2.2 |
2991 | 2024-04-25T09:34:48.746Z | Documenting linear-map v1.2.0 |
2992 | 2024-04-25T09:34:48.953Z | Documenting crc-any v2.4.3 |
2993 | 2024-04-25T09:34:50.500Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2994 | 2024-04-25T09:34:51.892Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2995 | 2024-04-25T09:34:51.901Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2996 | 2024-04-25T09:34:52.122Z | Documenting headers-core v0.2.0 |
2997 | 2024-04-25T09:34:52.786Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2998 | 2024-04-25T09:34:52.856Z | Documenting ciborium-ll v0.2.2 |
2999 | 2024-04-25T09:34:53.385Z | Documenting path-slash v0.1.5 |
3000 | 2024-04-25T09:34:53.486Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3001 | 2024-04-25T09:34:56.135Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3002 | 2024-04-25T09:34:57.768Z | Documenting fxhash v0.2.1 |
3003 | 2024-04-25T09:34:58.135Z | Documenting ciborium v0.2.2 |
3004 | 2024-04-25T09:34:58.505Z | Documenting headers v0.3.9 |
3005 | 2024-04-25T09:35:02.375Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
3006 | 2024-04-25T09:35:03.052Z | Documenting async-recursion v1.1.0 |
3007 | 2024-04-25T09:35:03.169Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3008 | 2024-04-25T09:35:03.977Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3009 | 2024-04-25T09:35:05.038Z | Documenting vte_generate_state_changes v0.1.1 |
3010 | 2024-04-25T09:35:06.319Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3011 | 2024-04-25T09:35:08.114Z | Checking convert_case v0.4.0 |
3012 | 2024-04-25T09:35:08.344Z | Documenting convert_case v0.4.0 |
3013 | 2024-04-25T09:35:10.044Z | Documenting vte v0.11.1 |
3014 | 2024-04-25T09:35:10.765Z | Documenting buf-list v1.0.3 |
3015 | 2024-04-25T09:35:13.550Z | Documenting derive_more v0.99.17 |
3016 | 2024-04-25T09:35:15.086Z | Documenting derive_builder_core v0.20.0 |
3017 | 2024-04-25T09:35:16.004Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3018 | 2024-04-25T09:35:16.856Z | Checking derive_builder_core v0.20.0 |
3019 | 2024-04-25T09:35:17.661Z | Documenting fd-lock v4.0.2 |
3020 | 2024-04-25T09:35:17.753Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3021 | 2024-04-25T09:35:31.228Z | Documenting bitstruct_derive v0.1.0 |
3022 | 2024-04-25T09:35:31.801Z | Documenting pin-project-internal v1.1.3 |
3023 | 2024-04-25T09:35:31.801Z | Documenting ascii v1.1.0 |
3024 | 2024-04-25T09:35:31.801Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3025 | 2024-04-25T09:35:31.801Z | Documenting derive_builder_macro v0.20.0 |
3026 | 2024-04-25T09:35:31.802Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3027 | 2024-04-25T09:35:32.015Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3028 | 2024-04-25T09:35:32.015Z | Documenting bitstruct v0.1.1 |
3029 | 2024-04-25T09:35:32.015Z | Documenting pin-project v1.1.3 |
3030 | 2024-04-25T09:35:32.015Z | Documenting strip-ansi-escapes v0.2.0 |
3031 | 2024-04-25T09:35:32.015Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3032 | 2024-04-25T09:35:32.016Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3033 | 2024-04-25T09:35:32.016Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3034 | 2024-04-25T09:35:32.016Z | Documenting crossbeam-deque v0.8.3 |
3035 | 2024-04-25T09:35:32.016Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3036 | 2024-04-25T09:35:32.207Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3037 | 2024-04-25T09:35:32.383Z | Documenting serde_arrays v0.1.0 |
3038 | 2024-04-25T09:35:32.853Z | Documenting erased-serde v0.3.31 |
3039 | 2024-04-25T09:35:33.794Z | Documenting snafu-derive v0.8.2 |
3040 | 2024-04-25T09:35:35.378Z | Documenting ref-cast-impl v1.0.22 |
3041 | 2024-04-25T09:35:36.985Z | Documenting unicode-xid v0.2.4 |
3042 | 2024-04-25T09:35:37.468Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3043 | 2024-04-25T09:35:37.708Z | Checking unicode-xid v0.2.4 |
3044 | 2024-04-25T09:35:53.530Z | Documenting nu-ansi-term v0.50.0 |
3045 | 2024-04-25T09:35:53.947Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3046 | 2024-04-25T09:35:54.071Z | Documenting const_format_proc_macros v0.2.32 |
3047 | 2024-04-25T09:35:54.071Z | Documenting ref-cast v1.0.22 |
3048 | 2024-04-25T09:35:54.071Z | Documenting snafu v0.8.2 |
3049 | 2024-04-25T09:35:54.071Z | Documenting reedline v0.31.0 |
3050 | 2024-04-25T09:35:54.071Z | Documenting rayon-core v1.12.1 |
3051 | 2024-04-25T09:35:54.071Z | Documenting derive_builder v0.20.0 |
3052 | 2024-04-25T09:35:54.071Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3053 | 2024-04-25T09:35:54.072Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3054 | 2024-04-25T09:35:54.072Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3055 | 2024-04-25T09:35:54.072Z | Documenting libefi-sys v0.1.0 |
3056 | 2024-04-25T09:35:54.072Z | Documenting trust-dns-client v0.22.0 |
3057 | 2024-04-25T09:35:54.072Z | Documenting polar-core v0.27.3 |
3058 | 2024-04-25T09:35:54.192Z | Documenting libxml v0.3.3 |
3059 | 2024-04-25T09:35:55.002Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3060 | 2024-04-25T09:35:55.170Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3061 | 2024-04-25T09:35:55.344Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3062 | 2024-04-25T09:35:55.856Z | Documenting globset v0.4.13 |
3063 | 2024-04-25T09:35:56.156Z | Documenting bb8 v0.8.3 |
3064 | 2024-04-25T09:36:02.123Z | Documenting olpc-cjson v0.1.3 |
3065 | 2024-04-25T09:36:02.123Z | Documenting quick-xml v0.31.0 |
3066 | 2024-04-25T09:36:02.123Z | Documenting serde_plain v1.0.2 |
3067 | 2024-04-25T09:36:02.427Z | Documenting impl-trait-for-tuples v0.2.2 |
3068 | 2024-04-25T09:36:02.906Z | Documenting oso-derive v0.27.3 |
3069 | 2024-04-25T09:36:04.047Z | Documenting maplit v1.0.2 |
3070 | 2024-04-25T09:36:05.077Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3071 | 2024-04-25T09:36:06.663Z | Documenting utf-8 v0.7.6 |
3072 | 2024-04-25T09:36:07.742Z | Documenting typed-path v0.7.0 |
3073 | 2024-04-25T09:36:07.914Z | Documenting keccak v0.1.4 |
3074 | 2024-04-25T09:36:08.735Z | Documenting samael v0.0.15 |
3075 | 2024-04-25T09:36:09.037Z | Documenting oso v0.27.3 |
3076 | 2024-04-25T09:36:09.412Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3077 | 2024-04-25T09:36:10.934Z | Documenting tungstenite v0.21.0 |
3078 | 2024-04-25T09:36:11.035Z | Documenting sha3 v0.10.8 |
3079 | 2024-04-25T09:36:13.303Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3080 | 2024-04-25T09:36:14.419Z | Documenting tough v0.17.1 |
3081 | 2024-04-25T09:36:14.543Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3082 | 2024-04-25T09:36:15.188Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3083 | 2024-04-25T09:36:17.186Z | Documenting trust-dns-server v0.22.1 |
3084 | 2024-04-25T09:36:18.733Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3085 | 2024-04-25T09:36:22.040Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3086 | 2024-04-25T09:36:22.093Z | Documenting rayon v1.10.0 |
3087 | 2024-04-25T09:36:22.668Z | Documenting const_format v0.2.32 |
3088 | 2024-04-25T09:36:22.738Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3089 | 2024-04-25T09:36:23.702Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3090 | 2024-04-25T09:36:25.305Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3091 | 2024-04-25T09:36:25.345Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3092 | 2024-04-25T09:36:25.554Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3093 | 2024-04-25T09:36:25.579Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3094 | 2024-04-25T09:36:26.122Z | Documenting sled v0.34.7 |
3095 | 2024-04-25T09:36:26.215Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3096 | 2024-04-25T09:36:26.467Z | Documenting fs-err v2.11.0 |
3097 | 2024-04-25T09:36:26.976Z | Documenting nix v0.28.0 |
3098 | 2024-04-25T09:36:29.087Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3099 | 2024-04-25T09:36:29.949Z | Documenting cookie v0.18.1 |
3100 | 2024-04-25T09:36:30.378Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3101 | 2024-04-25T09:36:30.656Z | Documenting secrecy v0.8.0 |
3102 | 2024-04-25T09:36:31.739Z | Documenting gethostname v0.4.3 |
3103 | 2024-04-25T09:36:31.939Z | Documenting peg-macros v0.8.2 |
3104 | 2024-04-25T09:36:32.957Z | Documenting rustversion v1.0.14 |
3105 | 2024-04-25T09:36:33.172Z | Documenting sqlparser_derive v0.2.2 |
3106 | 2024-04-25T09:36:35.416Z | Documenting unicode_categories v0.1.1 |
3107 | 2024-04-25T09:36:35.908Z | Documenting parse-size v1.0.0 |
3108 | 2024-04-25T09:36:37.183Z | Documenting home v0.5.5 |
3109 | 2024-04-25T09:36:37.397Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3110 | 2024-04-25T09:36:37.918Z | Documenting peg v0.8.2 |
3111 | 2024-04-25T09:36:38.235Z | Documenting castaway v0.2.2 |
3112 | 2024-04-25T09:36:38.359Z | Documenting sqlparser v0.45.0 |
3113 | 2024-04-25T09:36:40.469Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3114 | 2024-04-25T09:36:40.967Z | Documenting sqlformat v0.2.3 |
3115 | 2024-04-25T09:36:41.441Z | Documenting rustyline v14.0.0 |
3116 | 2024-04-25T09:36:41.950Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3117 | 2024-04-25T09:36:42.498Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3118 | 2024-04-25T09:36:45.328Z | Documenting tokio-tungstenite v0.21.0 |
3119 | 2024-04-25T09:36:47.867Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3120 | 2024-04-25T09:36:48.544Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3121 | 2024-04-25T09:36:51.277Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3122 | 2024-04-25T09:36:56.977Z | Documenting zone v0.1.8 |
3123 | 2024-04-25T09:36:56.977Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
3124 | 2024-04-25T09:36:56.978Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3125 | 2024-04-25T09:36:57.909Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3126 | 2024-04-25T09:36:57.971Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3127 | 2024-04-25T09:36:58.017Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3128 | 2024-04-25T09:36:58.256Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
3129 | 2024-04-25T09:36:59.415Z | Documenting portpicker v0.1.1 |
3130 | 2024-04-25T09:37:00.189Z | Documenting universal-hash v0.5.1 |
3131 | 2024-04-25T09:37:01.937Z | Documenting bcs v0.1.6 |
3132 | 2024-04-25T09:37:02.398Z | Documenting kstat-rs v0.2.3 |
3133 | 2024-04-25T09:37:04.853Z | Documenting thiserror-impl-no-std v2.0.2 |
3134 | 2024-04-25T09:37:14.340Z | Documenting curve25519-dalek-derive v0.1.0 |
3135 | 2024-04-25T09:37:14.552Z | Documenting highway v1.1.0 |
3136 | 2024-04-25T09:37:14.836Z | Documenting opaque-debug v0.3.0 |
3137 | 2024-04-25T09:37:14.862Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3138 | 2024-04-25T09:37:14.918Z | Documenting thiserror-no-std v2.0.2 |
3139 | 2024-04-25T09:37:15.564Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3140 | 2024-04-25T09:37:15.577Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3141 | 2024-04-25T09:37:17.853Z | Documenting poly1305 v0.8.0 |
3142 | 2024-04-25T09:37:18.412Z | Documenting compact_str v0.7.1 |
3143 | 2024-04-25T09:37:18.839Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3144 | 2024-04-25T09:37:19.117Z | Documenting curve25519-dalek v4.1.2 |
3145 | 2024-04-25T09:37:22.916Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3146 | 2024-04-25T09:37:23.082Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3147 | 2024-04-25T09:37:24.765Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3148 | 2024-04-25T09:37:26.051Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3149 | 2024-04-25T09:37:26.134Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3150 | 2024-04-25T09:37:26.814Z | Documenting portable-atomic v1.4.3 |
3151 | 2024-04-25T09:37:30.551Z | Documenting ed25519 v1.5.3 |
3152 | 2024-04-25T09:37:33.516Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3153 | 2024-04-25T09:37:33.743Z | Documenting memoffset v0.7.1 |
3154 | 2024-04-25T09:37:34.040Z | Documenting unicase v2.7.0 |
3155 | 2024-04-25T09:37:34.540Z | Documenting rcgen v0.12.1 |
3156 | 2024-04-25T09:37:40.510Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3157 | 2024-04-25T09:37:40.650Z | warning: could not parse code block as Rust code |
3158 | 2024-04-25T09:37:40.650Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 |
3159 | 2024-04-25T09:37:40.651Z | | |
3160 | 2024-04-25T09:37:40.651Z | 246 | / /// Parse a string literal, either single- or double-quoted. |
3161 | 2024-04-25T09:37:40.651Z | 247 | | /// |
3162 | 2024-04-25T09:37:40.651Z | 248 | | /// Parsing string literals is pretty tricky, but we add several |
3163 | 2024-04-25T09:37:40.651Z | 249 | | /// constraints to simplify things. First strings must be quoted, either |
3164 | 2024-04-25T09:37:40.651Z | ... | |
3165 | 2024-04-25T09:37:40.651Z | 277 | | /// |
3166 | 2024-04-25T09:37:40.651Z | 278 | | /// Will be parsed as `this string has " in it`. |
3167 | 2024-04-25T09:37:40.651Z | | |________________________________________________________^ |
3168 | 2024-04-25T09:37:40.652Z | | |
3169 | 2024-04-25T09:37:40.652Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
3170 | 2024-04-25T09:37:40.652Z | = note: error from rustc: unknown start of token: \ |
3171 | 2024-04-25T09:37:40.652Z | = note: error from rustc: unknown start of token: \ |
3172 | 2024-04-25T09:37:40.652Z | = note: error from rustc: unknown start of token: \ |
3173 | 2024-04-25T09:37:40.652Z | = note: error from rustc: unknown start of token: \ |
3174 | 2024-04-25T09:37:40.652Z | = note: error from rustc: unknown start of token: \ |
3175 | 2024-04-25T09:37:40.652Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
3176 | 2024-04-25T09:37:40.652Z | |
3177 | 2024-04-25T09:37:40.653Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
3178 | 2024-04-25T09:37:40.653Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
3179 | 2024-04-25T09:37:40.653Z | warning: `oximeter-db` (lib doc) generated 1 warning |
3180 | 2024-04-25T09:37:40.653Z | Documenting atomicwrites v0.4.3 |
3181 | 2024-04-25T09:37:40.653Z | Documenting chacha20 v0.9.1 |
3182 | 2024-04-25T09:37:40.718Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3183 | 2024-04-25T09:37:43.168Z | Documenting lru v0.12.1 |
3184 | 2024-04-25T09:37:48.078Z | Documenting aead v0.5.2 |
3185 | 2024-04-25T09:37:48.078Z | Documenting rand_seeder v0.2.3 |
3186 | 2024-04-25T09:37:48.884Z | Documenting nanorand v0.7.0 |
3187 | 2024-04-25T09:37:49.449Z | Documenting subprocess v0.2.9 |
3188 | 2024-04-25T09:37:58.307Z | Documenting stability v0.2.0 |
3189 | 2024-04-25T09:37:58.655Z | Documenting cassowary v0.3.0 |
3190 | 2024-04-25T09:37:58.769Z | Documenting glob v0.3.1 |
3191 | 2024-04-25T09:37:58.984Z | Documenting number_prefix v0.4.0 |
3192 | 2024-04-25T09:37:59.145Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3193 | 2024-04-25T09:37:59.498Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3194 | 2024-04-25T09:38:01.669Z | Documenting flume v0.11.0 |
3195 | 2024-04-25T09:38:03.079Z | Documenting chacha20poly1305 v0.10.1 |
3196 | 2024-04-25T09:38:03.358Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3197 | 2024-04-25T09:38:03.556Z | Documenting indicatif v0.17.8 |
3198 | 2024-04-25T09:38:04.335Z | Documenting ratatui v0.26.2 |
3199 | 2024-04-25T09:38:04.335Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3200 | 2024-04-25T09:38:19.083Z | Documenting mime_guess v2.0.4 |
3201 | 2024-04-25T09:38:19.174Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3202 | 2024-04-25T09:38:19.439Z | Documenting salty v0.2.0 |
3203 | 2024-04-25T09:38:19.935Z | Documenting vsss-rs v3.3.4 |
3204 | 2024-04-25T09:38:20.044Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3205 | 2024-04-25T09:38:20.959Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3206 | 2024-04-25T09:38:21.404Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3207 | 2024-04-25T09:38:21.931Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3208 | 2024-04-25T09:38:22.496Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3209 | 2024-04-25T09:38:24.426Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3210 | 2024-04-25T09:38:24.712Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3211 | 2024-04-25T09:38:25.012Z | Documenting serde-big-array v0.5.1 |
3212 | 2024-04-25T09:38:26.308Z | Documenting rtoolbox v0.0.1 |
3213 | 2024-04-25T09:38:27.123Z | Documenting unicode-linebreak v0.1.5 |
3214 | 2024-04-25T09:38:27.861Z | Documenting http-range v0.1.5 |
3215 | 2024-04-25T09:38:28.671Z | Documenting smawk v0.3.1 |
3216 | 2024-04-25T09:38:29.512Z | Documenting is_ci v1.2.0 |
3217 | 2024-04-25T09:38:30.142Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3218 | 2024-04-25T09:38:31.488Z | Documenting rpassword v7.3.1 |
3219 | 2024-04-25T09:38:32.804Z | Documenting hyper-staticfile v0.9.5 |
3220 | 2024-04-25T09:38:32.995Z | Documenting textwrap v0.16.1 |
3221 | 2024-04-25T09:38:34.379Z | Documenting supports-color v3.0.0 |
3222 | 2024-04-25T09:38:35.373Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3223 | 2024-04-25T09:38:38.032Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3224 | 2024-04-25T09:38:38.622Z | Documenting tui-tree-widget v0.19.0 |
3225 | 2024-04-25T09:38:38.723Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3226 | 2024-04-25T09:38:40.877Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3227 | 2024-04-25T09:38:42.707Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3228 | 2024-04-25T09:38:44.134Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3229 | 2024-04-25T09:38:44.912Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3230 | 2024-04-25T09:38:44.924Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3231 | 2024-04-25T09:38:45.219Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3232 | 2024-04-25T09:38:45.392Z | Documenting signal-hook-tokio v0.3.1 |
3233 | 2024-04-25T09:38:45.619Z | Documenting memmap2 v0.7.1 |
3234 | 2024-04-25T09:38:45.721Z | Documenting arrayref v0.3.7 |
3235 | 2024-04-25T09:38:48.382Z | Documenting shell-words v1.1.0 |
3236 | 2024-04-25T09:38:49.090Z | Documenting arrayvec v0.7.4 |
3237 | 2024-04-25T09:38:49.623Z | warning: unresolved link to `test_sled_transitions` |
3238 | 2024-04-25T09:38:49.623Z | --> nexus/db-queries/src/db/datastore/sled.rs:636:11 |
3239 | 2024-04-25T09:38:49.623Z | | |
3240 | 2024-04-25T09:38:49.623Z | 636 | /// [`test_sled_transitions`]. |
3241 | 2024-04-25T09:38:49.624Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3242 | 2024-04-25T09:38:49.624Z | | |
3243 | 2024-04-25T09:38:49.624Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3244 | 2024-04-25T09:38:49.625Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3245 | 2024-04-25T09:38:49.625Z | |
3246 | 2024-04-25T09:38:49.631Z | warning: unresolved link to `test_sled_transitions` |
3247 | 2024-04-25T09:38:49.632Z | --> nexus/db-queries/src/db/datastore/sled.rs:672:11 |
3248 | 2024-04-25T09:38:49.632Z | | |
3249 | 2024-04-25T09:38:49.632Z | 672 | /// [`test_sled_transitions`]. |
3250 | 2024-04-25T09:38:49.633Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3251 | 2024-04-25T09:38:49.633Z | | |
3252 | 2024-04-25T09:38:49.633Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3253 | 2024-04-25T09:38:49.633Z | |
3254 | 2024-04-25T09:38:49.633Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3255 | 2024-04-25T09:38:49.633Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3256 | 2024-04-25T09:38:49.633Z | | |
3257 | 2024-04-25T09:38:49.634Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3258 | 2024-04-25T09:38:49.634Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3259 | 2024-04-25T09:38:49.634Z | |
3260 | 2024-04-25T09:38:50.047Z | Documenting corncobs v0.1.3 |
3261 | 2024-04-25T09:38:50.756Z | Documenting constant_time_eq v0.3.0 |
3262 | 2024-04-25T09:38:52.883Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3263 | 2024-04-25T09:38:53.225Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3264 | 2024-04-25T09:38:53.547Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3265 | 2024-04-25T09:38:53.725Z | Documenting blake3 v1.5.0 |
3266 | 2024-04-25T09:38:55.286Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3267 | 2024-04-25T09:38:58.883Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3268 | 2024-04-25T09:38:58.930Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3269 | 2024-04-25T09:38:59.543Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3270 | 2024-04-25T09:39:11.468Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3271 | 2024-04-25T09:39:11.468Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3272 | 2024-04-25T09:39:11.504Z | warning: unclosed HTML tag `usize` |
3273 | 2024-04-25T09:39:11.504Z | --> wicket/src/ui/panes/update.rs:153:19 |
3274 | 2024-04-25T09:39:11.504Z | | |
3275 | 2024-04-25T09:39:11.504Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3276 | 2024-04-25T09:39:11.505Z | | ^^^^^^^ |
3277 | 2024-04-25T09:39:11.505Z | | |
3278 | 2024-04-25T09:39:11.505Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3279 | 2024-04-25T09:39:11.505Z | |
3280 | 2024-04-25T09:39:12.605Z | warning: `wicket` (lib doc) generated 1 warning |
3281 | 2024-04-25T09:39:12.614Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3282 | 2024-04-25T09:39:15.744Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3283 | 2024-04-25T09:39:15.971Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3284 | 2024-04-25T09:39:17.031Z | warning: unresolved link to `BlueprintDisksConfig` |
3285 | 2024-04-25T09:39:17.031Z | --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1058:55 |
3286 | 2024-04-25T09:39:17.031Z | | |
3287 | 2024-04-25T09:39:17.032Z | 1058 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`] |
3288 | 2024-04-25T09:39:17.032Z | | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope |
3289 | 2024-04-25T09:39:17.032Z | | |
3290 | 2024-04-25T09:39:17.032Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3291 | 2024-04-25T09:39:17.032Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3292 | 2024-04-25T09:39:17.032Z | |
3293 | 2024-04-25T09:39:18.301Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3294 | 2024-04-25T09:39:18.358Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning |
3295 | 2024-04-25T09:39:18.359Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
3296 | 2024-04-25T09:39:19.600Z | Documenting fatfs v0.3.6 |
3297 | 2024-04-25T09:39:25.298Z | Documenting assert_matches v1.5.0 |
3298 | 2024-04-25T09:39:26.158Z | Documenting topological-sort v0.2.2 |
3299 | 2024-04-25T09:39:28.764Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3300 | 2024-04-25T09:39:30.557Z | Documenting omicron-zone-package v0.11.0 |
3301 | 2024-04-25T09:39:32.498Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3302 | 2024-04-25T09:39:35.157Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3303 | 2024-04-25T09:39:39.274Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3304 | 2024-04-25T09:39:41.188Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3305 | 2024-04-25T09:39:41.315Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3306 | 2024-04-25T09:39:42.116Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3307 | 2024-04-25T09:39:49.633Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3308 | 2024-04-25T09:39:53.003Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3309 | 2024-04-25T09:39:53.104Z | Documenting termios v0.3.3 |
3310 | 2024-04-25T09:39:53.784Z | Documenting uzers v0.11.3 |
3311 | 2024-04-25T09:39:54.747Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3312 | 2024-04-25T09:39:54.747Z | --> sled-agent/src/sim/instance.rs:46:7 |
3313 | 2024-04-25T09:39:54.747Z | | |
3314 | 2024-04-25T09:39:54.748Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3315 | 2024-04-25T09:39:54.748Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3316 | 2024-04-25T09:39:54.748Z | | |
3317 | 2024-04-25T09:39:54.748Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3318 | 2024-04-25T09:39:54.748Z | |
3319 | 2024-04-25T09:39:58.329Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3320 | 2024-04-25T09:39:58.825Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3321 | 2024-04-25T09:40:02.025Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3322 | 2024-04-25T09:40:02.336Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3323 | 2024-04-25T09:40:04.528Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3324 | 2024-04-25T09:40:13.736Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3325 | 2024-04-25T09:40:16.898Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3326 | 2024-04-25T09:40:18.455Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3327 | 2024-04-25T09:40:29.552Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3328 | 2024-04-25T09:40:41.628Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3329 | 2024-04-25T09:40:41.841Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3330 | 2024-04-25T09:40:42.602Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3331 | 2024-04-25T09:40:43.867Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3332 | 2024-04-25T09:40:50.435Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3333 | 2024-04-25T09:40:52.902Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3334 | 2024-04-25T09:41:17.636Z | warning: unresolved link to `VolumeConstructionRequest` |
3335 | 2024-04-25T09:41:17.637Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3336 | 2024-04-25T09:41:17.637Z | | |
3337 | 2024-04-25T09:41:17.637Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3338 | 2024-04-25T09:41:17.637Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3339 | 2024-04-25T09:41:17.637Z | | |
3340 | 2024-04-25T09:41:17.637Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3341 | 2024-04-25T09:41:17.637Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3342 | 2024-04-25T09:41:17.637Z | |
3343 | 2024-04-25T09:41:17.637Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3344 | 2024-04-25T09:41:17.637Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3345 | 2024-04-25T09:41:17.638Z | | |
3346 | 2024-04-25T09:41:17.638Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3347 | 2024-04-25T09:41:17.638Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3348 | 2024-04-25T09:41:17.638Z | |
3349 | 2024-04-25T09:41:17.638Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3350 | 2024-04-25T09:41:17.638Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3351 | 2024-04-25T09:41:17.638Z | | |
3352 | 2024-04-25T09:41:17.638Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3353 | 2024-04-25T09:41:17.638Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3354 | 2024-04-25T09:41:17.639Z | |
3355 | 2024-04-25T09:41:17.639Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3356 | 2024-04-25T09:41:17.639Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3357 | 2024-04-25T09:41:17.639Z | | |
3358 | 2024-04-25T09:41:17.639Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3359 | 2024-04-25T09:41:17.650Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3360 | 2024-04-25T09:41:17.650Z | |
3361 | 2024-04-25T09:41:17.650Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3362 | 2024-04-25T09:41:17.650Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3363 | 2024-04-25T09:41:17.651Z | | |
3364 | 2024-04-25T09:41:17.651Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3365 | 2024-04-25T09:41:17.651Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3366 | 2024-04-25T09:41:17.651Z | |
3367 | 2024-04-25T09:41:17.651Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3368 | 2024-04-25T09:41:17.651Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3369 | 2024-04-25T09:41:17.651Z | | |
3370 | 2024-04-25T09:41:17.651Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3371 | 2024-04-25T09:41:17.651Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3372 | 2024-04-25T09:41:17.651Z | |
3373 | 2024-04-25T09:41:17.651Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3374 | 2024-04-25T09:41:17.652Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3375 | 2024-04-25T09:41:17.652Z | | |
3376 | 2024-04-25T09:41:17.652Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3377 | 2024-04-25T09:41:17.652Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3378 | 2024-04-25T09:41:17.652Z | |
3379 | 2024-04-25T09:41:20.698Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3380 | 2024-04-25T09:41:43.052Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 04s |
3381 | 2024-04-25T09:41:43.127Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html |
3382 | 2024-04-25T09:41:43.127Z | Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html |
3383 | 2024-04-25T09:41:43.127Z | Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html |
3384 | 2024-04-25T09:41:43.127Z | Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html |
3385 | 2024-04-25T09:41:43.127Z | Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html |
3386 | 2024-04-25T09:41:43.127Z | Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html |
3387 | 2024-04-25T09:41:43.127Z | Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html |
3388 | 2024-04-25T09:41:43.134Z | Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html |
3389 | 2024-04-25T09:41:43.134Z | Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html |
3390 | 2024-04-25T09:41:43.134Z | Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html |
3391 | 2024-04-25T09:41:43.135Z | Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
3392 | 2024-04-25T09:41:43.135Z | Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html |
3393 | 2024-04-25T09:41:43.135Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html |
3394 | 2024-04-25T09:41:43.135Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html |
3395 | 2024-04-25T09:41:43.135Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html |
3396 | 2024-04-25T09:41:43.135Z | Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html |
3397 | 2024-04-25T09:41:43.135Z | Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html |
3398 | 2024-04-25T09:41:43.135Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html |
3399 | 2024-04-25T09:41:43.135Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html |
3400 | 2024-04-25T09:41:43.135Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html |
3401 | 2024-04-25T09:41:43.135Z | Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
3402 | 2024-04-25T09:41:43.135Z | Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html |
3403 | 2024-04-25T09:41:43.135Z | Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html |
3404 | 2024-04-25T09:41:43.135Z | Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html |
3405 | 2024-04-25T09:41:43.135Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
3406 | 2024-04-25T09:41:43.135Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html |
3407 | 2024-04-25T09:41:43.135Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html |
3408 | 2024-04-25T09:41:43.136Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html |
3409 | 2024-04-25T09:41:43.136Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html |
3410 | 2024-04-25T09:41:43.136Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html |
3411 | 2024-04-25T09:41:43.136Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html |
3412 | 2024-04-25T09:41:43.136Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html |
3413 | 2024-04-25T09:41:43.136Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html |
3414 | 2024-04-25T09:41:43.136Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html |
3415 | 2024-04-25T09:41:43.137Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html |
3416 | 2024-04-25T09:41:43.137Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html |
3417 | 2024-04-25T09:41:43.137Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html |
3418 | 2024-04-25T09:41:43.137Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html |
3419 | 2024-04-25T09:41:43.137Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
3420 | 2024-04-25T09:41:43.137Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html |
3421 | 2024-04-25T09:41:43.137Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html |
3422 | 2024-04-25T09:41:43.137Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html |
3423 | 2024-04-25T09:41:43.137Z | Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html |
3424 | 2024-04-25T09:41:43.137Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html |
3425 | 2024-04-25T09:41:43.137Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
3426 | 2024-04-25T09:41:43.138Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html |
3427 | 2024-04-25T09:41:43.138Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html |
3428 | 2024-04-25T09:41:43.138Z | Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html |
3429 | 2024-04-25T09:41:43.138Z | Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html |
3430 | 2024-04-25T09:41:43.138Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html |
3431 | 2024-04-25T09:41:43.138Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html |
3432 | 2024-04-25T09:41:43.138Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html |
3433 | 2024-04-25T09:41:43.138Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html |
3434 | 2024-04-25T09:41:43.138Z | Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html |
3435 | 2024-04-25T09:41:43.138Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3436 | 2024-04-25T09:41:43.138Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html |
3437 | 2024-04-25T09:41:43.138Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html |
3438 | 2024-04-25T09:41:43.138Z | Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html |
3439 | 2024-04-25T09:41:43.138Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3440 | 2024-04-25T09:41:43.138Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html |
3441 | 2024-04-25T09:41:43.138Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html |
3442 | 2024-04-25T09:41:43.138Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html |
3443 | 2024-04-25T09:41:43.138Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
3444 | 2024-04-25T09:41:43.138Z | Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html |
3445 | 2024-04-25T09:41:43.138Z | Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html |
3446 | 2024-04-25T09:41:43.138Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html |
3447 | 2024-04-25T09:41:43.138Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html |
3448 | 2024-04-25T09:41:43.138Z | Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html |
3449 | 2024-04-25T09:41:43.138Z | Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html |
3450 | 2024-04-25T09:41:43.139Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html |
3451 | 2024-04-25T09:41:43.139Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html |
3452 | 2024-04-25T09:41:43.139Z | Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html |
3453 | 2024-04-25T09:41:43.139Z | Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html |
3454 | 2024-04-25T09:41:43.139Z | Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html |
3455 | 2024-04-25T09:41:43.139Z | Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html |
3456 | 2024-04-25T09:41:43.139Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html |
3457 | 2024-04-25T09:41:43.139Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html |
3458 | 2024-04-25T09:41:43.139Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html |
3459 | 2024-04-25T09:41:43.139Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html |
3460 | 2024-04-25T09:41:43.139Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html |
3461 | 2024-04-25T09:41:43.139Z | Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html |
3462 | 2024-04-25T09:41:43.156Z | |
3463 | 2024-04-25T09:41:43.159Z | real 13:04.804476447 |
3464 | 2024-04-25T09:41:43.159Z | user 33:23.961290989 |
3465 | 2024-04-25T09:41:43.159Z | sys 57:52.926945642 |
3466 | 2024-04-25T09:41:43.159Z | trap 0.858493927 |
3467 | 2024-04-25T09:41:43.159Z | tflt 0.162802515 |
3468 | 2024-04-25T09:41:43.159Z | dflt 0.578309196 |
3469 | 2024-04-25T09:41:43.159Z | kflt 0.000376997 |
3470 | 2024-04-25T09:41:43.159Z | lock 3:25:14.832823531 |
3471 | 2024-04-25T09:41:43.159Z | slp 3:34:57.658469618 |
3472 | 2024-04-25T09:41:43.159Z | lat 4:21.817354864 |
3473 | 2024-04-25T09:41:43.159Z | stop 1:43.647550484 |
3474 | 2024-04-25T09:41:43.160Z | process exited: duration 1389511 ms, exit code 0 |
|
3475 | 2024-04-25T09:41:43.177Z | found 0 output files |