|
|
|
1 | 2024-04-01T22:08:29.977Z | job assigned to worker 01HTDV8SGNCMHR4XC9C823KZBE (queued for 36 s) |
|
2 | 2024-04-01T22:08:30.954Z | starting task 0: "setup" |
3 | 2024-04-01T22:08:30.996Z | ++ uname -s |
4 | 2024-04-01T22:08:30.996Z | + kern=SunOS |
5 | 2024-04-01T22:08:30.996Z | + case "$kern" in |
6 | 2024-04-01T22:08:30.997Z | + groupadd -g 12345 build |
7 | 2024-04-01T22:08:30.997Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-04-01T22:08:32.981Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-04-01T22:08:33.027Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-04-01T22:08:33.053Z | + home_fs=zfs |
11 | 2024-04-01T22:08:33.054Z | + [[ zfs == autofs ]] |
12 | 2024-04-01T22:08:33.054Z | + mkdir -p /home/build |
13 | 2024-04-01T22:08:33.054Z | + chown build:build /home/build /work |
14 | 2024-04-01T22:08:35.035Z | + chmod 0700 /home/build /work |
15 | 2024-04-01T22:08:35.067Z | process exited: duration 4084 ms, exit code 0 |
|
16 | 2024-04-01T22:08:35.125Z | starting task 1: "rust-toolchain" |
17 | 2024-04-01T22:08:35.154Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-04-01T22:08:35.155Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-04-01T22:08:35.259Z | info: downloading installer |
20 | 2024-04-01T22:08:36.029Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-04-01T22:08:36.029Z | warning: /opt/ooce/bin |
22 | 2024-04-01T22:08:36.029Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-04-01T22:08:36.030Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-04-01T22:08:36.030Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-04-01T22:08:36.030Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-04-01T22:08:36.030Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-04-01T22:08:36.030Z | error: cannot install while Rust is installed |
28 | 2024-04-01T22:08:36.030Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-04-01T22:08:36.067Z | info: profile set to 'default' |
30 | 2024-04-01T22:08:36.068Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-04-01T22:08:36.092Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-04-01T22:08:36.167Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-04-01T22:08:36.167Z | info: downloading component 'cargo' |
34 | 2024-04-01T22:08:36.297Z | info: downloading component 'clippy' |
35 | 2024-04-01T22:08:36.342Z | info: downloading component 'rust-docs' |
36 | 2024-04-01T22:08:36.478Z | info: downloading component 'rust-std' |
37 | 2024-04-01T22:08:36.731Z | info: downloading component 'rustc' |
38 | 2024-04-01T22:08:37.327Z | info: downloading component 'rustfmt' |
39 | 2024-04-01T22:08:37.389Z | info: installing component 'cargo' |
40 | 2024-04-01T22:08:38.480Z | info: installing component 'clippy' |
41 | 2024-04-01T22:08:38.914Z | info: installing component 'rust-docs' |
42 | 2024-04-01T22:08:41.340Z | info: installing component 'rust-std' |
43 | 2024-04-01T22:08:43.489Z | info: installing component 'rustc' |
44 | 2024-04-01T22:08:48.148Z | info: installing component 'rustfmt' |
45 | 2024-04-01T22:08:48.527Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-04-01T22:08:48.527Z | |
47 | 2024-04-01T22:08:48.632Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-04-01T22:08:48.632Z | |
49 | 2024-04-01T22:08:48.632Z | |
50 | 2024-04-01T22:08:48.632Z | Rust is installed now. Great! |
51 | 2024-04-01T22:08:48.633Z | |
52 | 2024-04-01T22:08:48.633Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-04-01T22:08:48.633Z | environment variable. This has not been done automatically. |
54 | 2024-04-01T22:08:48.633Z | |
55 | 2024-04-01T22:08:48.633Z | To configure your current shell, you need to source |
56 | 2024-04-01T22:08:48.633Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-04-01T22:08:48.633Z | |
58 | 2024-04-01T22:08:48.633Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-04-01T22:08:48.633Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-04-01T22:08:48.633Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-04-01T22:08:48.708Z | + rustc --version |
62 | 2024-04-01T22:08:48.808Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-04-01T22:08:48.838Z | process exited: duration 13692 ms, exit code 0 |
|
64 | 2024-04-01T22:08:48.891Z | starting task 2: "authentication" |
65 | 2024-04-01T22:08:48.961Z | process exited: duration 58 ms, exit code 0 |
|
66 | 2024-04-01T22:08:49.017Z | starting task 3: "clone repository" |
67 | 2024-04-01T22:08:49.041Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-04-01T22:08:49.041Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-04-01T22:08:49.066Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-04-01T22:09:05.284Z | + cd /work/oxidecomputer/omicron |
71 | 2024-04-01T22:09:05.284Z | + git fetch origin 605a633603cfcb0a104a1730923727b530c7599c |
72 | 2024-04-01T22:09:06.014Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-04-01T22:09:06.014Z | * branch 605a633603cfcb0a104a1730923727b530c7599c -> FETCH_HEAD |
74 | 2024-04-01T22:09:06.063Z | + [[ -n paginate-with-none ]] |
75 | 2024-04-01T22:09:06.063Z | ++ git branch --show-current |
76 | 2024-04-01T22:09:06.063Z | + current=main |
77 | 2024-04-01T22:09:06.064Z | + [[ main != paginate-with-none ]] |
78 | 2024-04-01T22:09:06.064Z | + git branch -f paginate-with-none 605a633603cfcb0a104a1730923727b530c7599c |
79 | 2024-04-01T22:09:06.064Z | + git checkout -f paginate-with-none |
80 | 2024-04-01T22:09:06.064Z | Switched to branch 'paginate-with-none' |
81 | 2024-04-01T22:09:06.064Z | + git reset --hard 605a633603cfcb0a104a1730923727b530c7599c |
82 | 2024-04-01T22:09:06.064Z | HEAD is now at 605a63360 CLIPPY |
83 | 2024-04-01T22:09:06.064Z | process exited: duration 16982 ms, exit code 0 |
|
84 | 2024-04-01T22:09:06.134Z | starting task 4: "build" |
85 | 2024-04-01T22:09:06.161Z | + cargo --version |
86 | 2024-04-01T22:09:06.162Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
87 | 2024-04-01T22:09:06.276Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
88 | 2024-04-01T22:09:06.276Z | info: downloading component 'cargo' |
89 | 2024-04-01T22:09:06.411Z | info: downloading component 'clippy' |
90 | 2024-04-01T22:09:06.463Z | info: downloading component 'rust-docs' |
91 | 2024-04-01T22:09:06.604Z | info: downloading component 'rust-std' |
92 | 2024-04-01T22:09:06.947Z | info: downloading component 'rustc' |
93 | 2024-04-01T22:09:07.564Z | info: downloading component 'rustfmt' |
94 | 2024-04-01T22:09:08.010Z | info: installing component 'cargo' |
95 | 2024-04-01T22:09:10.826Z | info: installing component 'clippy' |
96 | 2024-04-01T22:09:10.878Z | info: installing component 'rust-docs' |
97 | 2024-04-01T22:09:11.852Z | info: installing component 'rust-std' |
98 | 2024-04-01T22:09:13.518Z | info: installing component 'rustc' |
99 | 2024-04-01T22:09:18.331Z | info: installing component 'rustfmt' |
100 | 2024-04-01T22:09:19.217Z | cargo 1.76.0 (c84b36747 2024-01-18) |
101 | 2024-04-01T22:09:19.244Z | + rustc --version |
102 | 2024-04-01T22:09:19.244Z | rustc 1.76.0 (07dca489a 2024-02-04) |
103 | 2024-04-01T22:09:19.244Z | + source ./env.sh |
104 | 2024-04-01T22:09:19.244Z | ++ set -o xtrace |
105 | 2024-04-01T22:09:19.244Z | ++++ dirname ./env.sh |
106 | 2024-04-01T22:09:19.244Z | +++ readlink -f . |
107 | 2024-04-01T22:09:19.244Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
108 | 2024-04-01T22:09:19.244Z | ++ 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-01T22:09:19.244Z | ++ 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-01T22:09:19.244Z | ++ 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-01T22:09:19.244Z | ++ 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-01T22:09:19.245Z | ++ 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-01T22:09:19.245Z | ++ 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-01T22:09:19.245Z | ++ 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-01T22:09:19.245Z | ++ 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-01T22:09:19.245Z | ++ unset OMICRON_WS |
117 | 2024-04-01T22:09:19.245Z | ++ set +o xtrace |
118 | 2024-04-01T22:09:19.245Z | |
119 | 2024-04-01T22:09:19.245Z | ##### ##### ###### ##### ###### #### # # # #### # |
120 | 2024-04-01T22:09:19.245Z | # # # # # # # # # # # # # # # |
121 | 2024-04-01T22:09:19.245Z | # # # # ##### # # ##### # # # # # #### # |
122 | 2024-04-01T22:09:19.245Z | ##### ##### # ##### # # # # # # # # # |
123 | 2024-04-01T22:09:19.246Z | # # # # # # # # # # # # # # # |
124 | 2024-04-01T22:09:19.246Z | # # # ###### # # ###### ### # #### # #### # |
125 | 2024-04-01T22:09:19.246Z | |
126 | 2024-04-01T22:09:23.489Z | Startup: Refreshing catalog 'helios-dev' ... Done |
127 | 2024-04-01T22:09:25.327Z | Startup: Caching catalogs ... Done |
128 | 2024-04-01T22:09:27.534Z | Planning: Solver setup ... Done (1.692s) |
129 | 2024-04-01T22:09:27.566Z | Planning: Running solver ... Done (0.032s) |
130 | 2024-04-01T22:09:27.601Z | Planning: Finding local manifests ... Done (0.002s) |
131 | 2024-04-01T22:09:27.676Z | Planning: Fetching manifests: 0/4 0% complete |
132 | 2024-04-01T22:09:28.060Z | Planning: Fetching manifests: 4/4 100% complete |
133 | 2024-04-01T22:09:28.117Z | Planning: Package planning ... Done (0.057s) |
134 | 2024-04-01T22:09:28.176Z | Planning: Merging actions ... Done (0.060s) |
135 | 2024-04-01T22:09:28.527Z | Planning: Checking for conflicting actions ... Done (0.352s) |
136 | 2024-04-01T22:09:28.552Z | Planning: Consolidating action changes ... Done (0.013s) |
137 | 2024-04-01T22:09:29.302Z | Planning: Evaluating mediators ... Done (0.752s) |
138 | 2024-04-01T22:09:29.330Z | Planning: Planning completed in 3.92 seconds |
139 | 2024-04-01T22:09:29.331Z | Packages to install: 4 |
140 | 2024-04-01T22:09:29.331Z | Mediators to change: 2 |
141 | 2024-04-01T22:09:29.331Z | Services to change: 1 |
142 | 2024-04-01T22:09:29.331Z | Estimated space available: 148.36 GB |
143 | 2024-04-01T22:09:29.331Z | Estimated space to be consumed: 1.43 GB |
144 | 2024-04-01T22:09:29.331Z | Create boot environment: No |
145 | 2024-04-01T22:09:29.331Z | Create backup boot environment: No |
146 | 2024-04-01T22:09:29.331Z | Rebuild boot archive: No |
147 | 2024-04-01T22:09:29.331Z | |
148 | 2024-04-01T22:09:29.331Z | Changed mediators: |
149 | 2024-04-01T22:09:29.331Z | mediator clang: |
150 | 2024-04-01T22:09:29.331Z | version: None -> 15 (system default) |
151 | 2024-04-01T22:09:29.331Z | |
152 | 2024-04-01T22:09:29.331Z | mediator llvm: |
153 | 2024-04-01T22:09:29.331Z | version: 14 (system default) -> 15 (system default) |
154 | 2024-04-01T22:09:29.331Z | |
155 | 2024-04-01T22:09:29.331Z | Changed packages: |
156 | 2024-04-01T22:09:29.331Z | helios-dev |
157 | 2024-04-01T22:09:29.331Z | developer/build-essential |
158 | 2024-04-01T22:09:29.331Z | None -> 11-2.0 |
159 | 2024-04-01T22:09:29.332Z | library/libxmlsec1 |
160 | 2024-04-01T22:09:29.332Z | None -> 1.2.35-2.0 |
161 | 2024-04-01T22:09:29.332Z | ooce/developer/clang-15 |
162 | 2024-04-01T22:09:29.332Z | None -> 15.0.7-2.0 |
163 | 2024-04-01T22:09:29.332Z | ooce/developer/llvm-15 |
164 | 2024-04-01T22:09:29.332Z | None -> 15.0.7-2.0 |
165 | 2024-04-01T22:09:29.332Z | |
166 | 2024-04-01T22:09:29.332Z | Services: |
167 | 2024-04-01T22:09:29.332Z | restart_fmri: |
168 | 2024-04-01T22:09:29.332Z | svc:/system/update-man-index:default |
169 | 2024-04-01T22:09:29.365Z | |
170 | 2024-04-01T22:09:29.366Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
171 | 2024-04-01T22:09:34.366Z | Download: 810/3290 items 18.5/212.6MB 8% complete (3.8M/s) |
172 | 2024-04-01T22:09:39.378Z | Download: 1330/3290 items 102.0/212.6MB 47% complete (10.2M/s) |
173 | 2024-04-01T22:09:44.408Z | Download: 3239/3290 items 165.0/212.6MB 77% complete (14.6M/s) |
174 | 2024-04-01T22:09:47.048Z | Download: Completed 212.60 MB in 17.68 seconds (12.0M/s) |
175 | 2024-04-01T22:09:47.274Z | Actions: 1/3689 actions (Installing new actions) |
176 | 2024-04-01T22:09:52.533Z | Actions: 2959/3689 actions (Installing new actions) |
177 | 2024-04-01T22:09:52.786Z | Actions: Completed 3689 actions in 5.51 seconds. |
178 | 2024-04-01T22:09:53.042Z | Done (0.253s) |
179 | 2024-04-01T22:09:53.042Z | Done (0.000s) |
180 | 2024-04-01T22:09:53.353Z | Done (0.306s) |
181 | 2024-04-01T22:09:58.084Z | Done (4.618s) |
182 | 2024-04-01T22:09:58.193Z | Done (0.018s) |
183 | 2024-04-01T22:09:58.227Z | Done (0.000s) |
184 | 2024-04-01T22:09:58.317Z | Done (0.000s) |
185 | 2024-04-01T22:09:58.921Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-04-01T22:09:59.134Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-04-01T22:09:59.164Z | Planning: Consolidating action changes ... Done |
188 | 2024-04-01T22:09:59.456Z | Planning: Evaluating mediators ... Done |
189 | 2024-04-01T22:09:59.481Z | Planning: Planning completed in 0.54 seconds |
190 | 2024-04-01T22:09:59.506Z | Mediators to change: 2 |
191 | 2024-04-01T22:09:59.506Z | Create boot environment: No |
192 | 2024-04-01T22:09:59.506Z | Create backup boot environment: No |
193 | 2024-04-01T22:09:59.567Z | Done |
194 | 2024-04-01T22:09:59.568Z | Done |
195 | 2024-04-01T22:09:59.742Z | Done |
196 | 2024-04-01T22:10:04.126Z | Done |
197 | 2024-04-01T22:10:04.647Z | Done |
198 | 2024-04-01T22:10:04.647Z | Done |
199 | 2024-04-01T22:10:04.647Z | Done |
200 | 2024-04-01T22:10:05.056Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-04-01T22:10:05.088Z | Planning: Merging actions ... Done |
202 | 2024-04-01T22:10:05.302Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-04-01T22:10:05.339Z | Planning: Consolidating action changes ... Done |
204 | 2024-04-01T22:10:05.619Z | Planning: Evaluating mediators ... Done |
205 | 2024-04-01T22:10:05.689Z | Planning: Planning completed in 0.97 seconds |
206 | 2024-04-01T22:10:05.732Z | Packages to change: 1 |
207 | 2024-04-01T22:10:05.732Z | Mediators to change: 1 |
208 | 2024-04-01T22:10:05.732Z | Services to change: 1 |
209 | 2024-04-01T22:10:05.732Z | Create boot environment: No |
210 | 2024-04-01T22:10:05.732Z | Create backup boot environment: Yes |
211 | 2024-04-01T22:10:07.268Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-04-01T22:10:07.294Z | Actions: Completed 6 actions in 0.00 seconds. |
213 | 2024-04-01T22:10:07.294Z | Done |
214 | 2024-04-01T22:10:07.294Z | Done |
215 | 2024-04-01T22:10:07.340Z | Done |
216 | 2024-04-01T22:10:11.806Z | Done |
217 | 2024-04-01T22:10:11.910Z | Done |
218 | 2024-04-01T22:10:11.943Z | Done |
219 | 2024-04-01T22:10:12.385Z | Done |
220 | 2024-04-01T22:10:12.528Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-04-01T22:10:12.528Z | clang system 15 system |
222 | 2024-04-01T22:10:12.528Z | csh system system illumos |
223 | 2024-04-01T22:10:12.528Z | ctags system system illumos |
224 | 2024-04-01T22:10:12.528Z | gcc vendor 12 vendor |
225 | 2024-04-01T22:10:12.529Z | gcc system 10 system |
226 | 2024-04-01T22:10:12.529Z | gcc system 7 system |
227 | 2024-04-01T22:10:12.529Z | go system 1.20 system |
228 | 2024-04-01T22:10:12.529Z | go system 1.19 system |
229 | 2024-04-01T22:10:12.529Z | llvm system 15 system |
230 | 2024-04-01T22:10:12.529Z | llvm system 14 system |
231 | 2024-04-01T22:10:12.529Z | mariadb system 10.6 system |
232 | 2024-04-01T22:10:12.529Z | mta vendor vendor dma |
233 | 2024-04-01T22:10:12.529Z | openjdk system 17 system |
234 | 2024-04-01T22:10:12.529Z | openjdk system 11 system |
235 | 2024-04-01T22:10:12.529Z | openjdk system 1.8 system |
236 | 2024-04-01T22:10:12.529Z | openssl vendor 3 vendor |
237 | 2024-04-01T22:10:12.529Z | perl system 5.36 system |
238 | 2024-04-01T22:10:12.529Z | postgresql system 15 system |
239 | 2024-04-01T22:10:12.529Z | postgresql system 13 system |
240 | 2024-04-01T22:10:12.529Z | python vendor 3 vendor |
241 | 2024-04-01T22:10:12.529Z | python system 2 system |
242 | 2024-04-01T22:10:12.530Z | python3 system 3.11 system |
243 | 2024-04-01T22:10:12.530Z | ruby system 3.0 system |
244 | 2024-04-01T22:10:12.530Z | words vendor vendor american-english |
245 | 2024-04-01T22:10:12.530Z | words system system australian-english |
246 | 2024-04-01T22:10:12.530Z | words system system british-english |
247 | 2024-04-01T22:10:12.530Z | words system system canadian-english |
248 | 2024-04-01T22:10:12.530Z | words system system french |
249 | 2024-04-01T22:10:12.530Z | words system system italian |
250 | 2024-04-01T22:10:12.530Z | words system system ngerman |
251 | 2024-04-01T22:10:12.530Z | words system system ogerman |
252 | 2024-04-01T22:10:12.530Z | words system system spanish |
253 | 2024-04-01T22:10:12.913Z | PUBLISHER TYPE STATUS P LOCATION |
254 | 2024-04-01T22:10:12.913Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
255 | 2024-04-01T22:10:14.456Z | FMRI IFO |
256 | 2024-04-01T22:10:14.456Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2024-04-01T22:10:14.456Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2024-04-01T22:10:14.456Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2024-04-01T22:10:14.456Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
260 | 2024-04-01T22:10:14.456Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
261 | 2024-04-01T22:10:14.456Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
262 | 2024-04-01T22:10:14.456Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
263 | 2024-04-01T22:10:14.456Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
264 | 2024-04-01T22:10:14.456Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
265 | 2024-04-01T22:10:14.456Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
266 | 2024-04-01T22:10:14.456Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
267 | 2024-04-01T22:10:14.456Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
268 | 2024-04-01T22:10:14.679Z | + set -o errexit |
269 | 2024-04-01T22:10:14.750Z | +++ dirname ./tools/ci_download_cockroachdb |
270 | 2024-04-01T22:10:14.750Z | ++ cd ./tools |
271 | 2024-04-01T22:10:14.750Z | ++ pwd |
272 | 2024-04-01T22:10:14.750Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
273 | 2024-04-01T22:10:14.750Z | ++ basename ./tools/ci_download_cockroachdb |
274 | 2024-04-01T22:10:14.750Z | + ARG0=ci_download_cockroachdb |
275 | 2024-04-01T22:10:14.750Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
276 | 2024-04-01T22:10:14.750Z | + CIDL_VERSION=v22.1.9 |
277 | 2024-04-01T22:10:14.751Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
278 | 2024-04-01T22:10:14.751Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
279 | 2024-04-01T22:10:14.751Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
280 | 2024-04-01T22:10:14.751Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
281 | 2024-04-01T22:10:14.751Z | + TARGET_DIR=out |
282 | 2024-04-01T22:10:14.751Z | + DOWNLOAD_DIR=out/downloads |
283 | 2024-04-01T22:10:14.751Z | + DEST_DIR=./out/cockroachdb |
284 | 2024-04-01T22:10:14.751Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
285 | 2024-04-01T22:10:14.752Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
286 | 2024-04-01T22:10:14.752Z | + main |
287 | 2024-04-01T22:10:14.752Z | + [[ 0 != 0 ]] |
288 | 2024-04-01T22:10:14.752Z | + CIDL_OS=solaris2.11 |
289 | 2024-04-01T22:10:14.752Z | + [[ 0 != 0 ]] |
290 | 2024-04-01T22:10:14.752Z | + configure_os solaris2.11 |
291 | 2024-04-01T22:10:14.752Z | + echo 'current directory: /work/oxidecomputer/omicron' |
292 | 2024-04-01T22:10:14.752Z | + echo 'configuring based on OS: "solaris2.11"' |
293 | 2024-04-01T22:10:14.752Z | current directory: /work/oxidecomputer/omicron |
294 | 2024-04-01T22:10:14.753Z | configuring based on OS: "solaris2.11" |
295 | 2024-04-01T22:10:14.753Z | + case "$1" in |
296 | 2024-04-01T22:10:14.753Z | + CIDL_BUILD=illumos |
297 | 2024-04-01T22:10:14.753Z | + CIDL_SUFFIX=tar.gz |
298 | 2024-04-01T22:10:14.753Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
299 | 2024-04-01T22:10:14.753Z | + CIDL_URL_BASE=https://illumos.org/downloads |
300 | 2024-04-01T22:10:14.753Z | + CIDL_ASSEMBLE=do_assemble_illumos |
301 | 2024-04-01T22:10:14.753Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
302 | 2024-04-01T22:10:14.753Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
303 | 2024-04-01T22:10:14.753Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
304 | 2024-04-01T22:10:14.754Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
305 | 2024-04-01T22:10:14.754Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2024-04-01T22:10:14.754Z | + CIDL_SHA256FUNC=do_sha256sum |
307 | 2024-04-01T22:10:14.754Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
308 | 2024-04-01T22:10:14.754Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2024-04-01T22:10:14.754Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
310 | 2024-04-01T22:10:14.754Z | + mkdir -p out/downloads |
311 | 2024-04-01T22:10:14.754Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2024-04-01T22:10:14.754Z | + mkdir -p ./out/cockroachdb |
313 | 2024-04-01T22:10:14.755Z | + local DO_DOWNLOAD=true |
314 | 2024-04-01T22:10:14.755Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
315 | 2024-04-01T22:10:14.755Z | + '[' true == true ']' |
316 | 2024-04-01T22:10:14.755Z | + echo Downloading... |
317 | 2024-04-01T22:10:14.755Z | Downloading... |
318 | 2024-04-01T22:10:14.755Z | + 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-01T22:10:14.755Z | + 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-01T22:10:18.669Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
321 | 2024-04-01T22:10:18.704Z | ++ sha256sum |
322 | 2024-04-01T22:10:18.704Z | ++ awk '{print $1}' |
323 | 2024-04-01T22:10:18.749Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
324 | 2024-04-01T22:10:18.749Z | + [[ 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-01T22:10:18.749Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
326 | 2024-04-01T22:10:18.749Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
327 | 2024-04-01T22:10:21.679Z | + do_assemble_illumos |
328 | 2024-04-01T22:10:21.679Z | + rm -r ./out/cockroachdb |
329 | 2024-04-01T22:10:21.703Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
330 | 2024-04-01T22:10:22.245Z | + ./out/cockroachdb/bin/cockroach version |
331 | 2024-04-01T22:10:22.521Z | Build Tag: v22.1.9-dirty |
332 | 2024-04-01T22:10:22.521Z | Build Time: 2022/10/26 21:17:46 |
333 | 2024-04-01T22:10:22.521Z | Distribution: OSS |
334 | 2024-04-01T22:10:22.522Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
335 | 2024-04-01T22:10:22.522Z | Go Version: go1.17.13 |
336 | 2024-04-01T22:10:22.522Z | C Compiler: gcc 10.3.0 |
337 | 2024-04-01T22:10:22.522Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
338 | 2024-04-01T22:10:22.522Z | Build Type: release |
339 | 2024-04-01T22:10:22.557Z | + set -o errexit |
340 | 2024-04-01T22:10:22.557Z | +++ dirname ./tools/ci_download_clickhouse |
341 | 2024-04-01T22:10:22.557Z | ++ cd ./tools |
342 | 2024-04-01T22:10:22.557Z | ++ pwd |
343 | 2024-04-01T22:10:22.557Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
344 | 2024-04-01T22:10:22.557Z | ++ basename ./tools/ci_download_clickhouse |
345 | 2024-04-01T22:10:22.557Z | + ARG0=ci_download_clickhouse |
346 | 2024-04-01T22:10:22.558Z | + TARGET_DIR=out |
347 | 2024-04-01T22:10:22.558Z | + DOWNLOAD_DIR=out/downloads |
348 | 2024-04-01T22:10:22.558Z | + DEST_DIR=./out/clickhouse |
349 | 2024-04-01T22:10:22.558Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
350 | 2024-04-01T22:10:22.615Z | + CIDL_VERSION=v23.8.7.24 |
351 | 2024-04-01T22:10:22.615Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
352 | 2024-04-01T22:10:22.615Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
353 | 2024-04-01T22:10:22.615Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
354 | 2024-04-01T22:10:22.615Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
355 | 2024-04-01T22:10:22.615Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
356 | 2024-04-01T22:10:22.615Z | + main |
357 | 2024-04-01T22:10:22.615Z | + [[ 0 != 0 ]] |
358 | 2024-04-01T22:10:22.615Z | + CIDL_OS=solaris2.11 |
359 | 2024-04-01T22:10:22.615Z | + [[ 0 != 0 ]] |
360 | 2024-04-01T22:10:22.615Z | + configure_os solaris2.11 |
361 | 2024-04-01T22:10:22.616Z | + echo 'current directory: /work/oxidecomputer/omicron' |
362 | 2024-04-01T22:10:22.616Z | current directory: /work/oxidecomputer/omicron |
363 | 2024-04-01T22:10:22.616Z | + echo 'configuring based on OS: "solaris2.11"' |
364 | 2024-04-01T22:10:22.616Z | + CIDL_DASHREV= |
365 | 2024-04-01T22:10:22.616Z | configuring based on OS: "solaris2.11" |
366 | 2024-04-01T22:10:22.616Z | + case "$1" in |
367 | 2024-04-01T22:10:22.616Z | + CIDL_PLATFORM=illumos |
368 | 2024-04-01T22:10:22.616Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
369 | 2024-04-01T22:10:22.616Z | + CIDL_MD5FUNC=do_md5sum |
370 | 2024-04-01T22:10:22.616Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
371 | 2024-04-01T22:10:22.616Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
372 | 2024-04-01T22:10:22.616Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
373 | 2024-04-01T22:10:22.616Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
374 | 2024-04-01T22:10:22.617Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
375 | 2024-04-01T22:10:22.617Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
376 | 2024-04-01T22:10:22.617Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
377 | 2024-04-01T22:10:22.617Z | + mkdir -p out/downloads |
378 | 2024-04-01T22:10:22.617Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
379 | 2024-04-01T22:10:22.617Z | + mkdir -p ./out/clickhouse |
380 | 2024-04-01T22:10:22.617Z | + local DO_DOWNLOAD=true |
381 | 2024-04-01T22:10:22.617Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
382 | 2024-04-01T22:10:22.617Z | + '[' true == true ']' |
383 | 2024-04-01T22:10:22.617Z | + echo Downloading... |
384 | 2024-04-01T22:10:22.617Z | + 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 |
385 | 2024-04-01T22:10:22.617Z | Downloading... |
386 | 2024-04-01T22:10:22.618Z | + 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-01T22:10:30.492Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
388 | 2024-04-01T22:10:30.516Z | ++ md5sum |
389 | 2024-04-01T22:10:30.516Z | ++ awk '{print $1}' |
390 | 2024-04-01T22:10:30.759Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
391 | 2024-04-01T22:10:30.759Z | + [[ 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-01T22:10:30.759Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
393 | 2024-04-01T22:10:30.759Z | + mkdir -p ./out/clickhouse |
394 | 2024-04-01T22:10:30.784Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
395 | 2024-04-01T22:10:36.009Z | + [[ solaris2.11 == darwin* ]] |
396 | 2024-04-01T22:10:36.009Z | + ./out/clickhouse/clickhouse server --version |
397 | 2024-04-01T22:10:36.154Z | ClickHouse server version 23.8.7.1. |
398 | 2024-04-01T22:10:36.185Z | + set -o errexit |
399 | 2024-04-01T22:10:36.209Z | +++ dirname ./tools/ci_download_console |
400 | 2024-04-01T22:10:36.209Z | ++ cd ./tools |
401 | 2024-04-01T22:10:36.209Z | ++ pwd |
402 | 2024-04-01T22:10:36.209Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
403 | 2024-04-01T22:10:36.209Z | ++ basename ./tools/ci_download_console |
404 | 2024-04-01T22:10:36.209Z | + ARG0=ci_download_console |
405 | 2024-04-01T22:10:36.210Z | + TARGET_DIR=out |
406 | 2024-04-01T22:10:36.210Z | + DOWNLOAD_DIR=out/downloads |
407 | 2024-04-01T22:10:36.210Z | + DEST_DIR=./out/console-assets |
408 | 2024-04-01T22:10:36.210Z | + source /work/oxidecomputer/omicron/tools/console_version |
409 | 2024-04-01T22:10:36.210Z | ++ COMMIT=156c082cdb21231ab95ef7475de199ecb7a96dc3 |
410 | 2024-04-01T22:10:36.210Z | ++ SHA2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b |
411 | 2024-04-01T22:10:36.210Z | + URL=https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
412 | 2024-04-01T22:10:36.210Z | + TARBALL_FILE=out/downloads/console.tar.gz |
413 | 2024-04-01T22:10:36.210Z | + main |
414 | 2024-04-01T22:10:36.210Z | + [[ 0 != 0 ]] |
415 | 2024-04-01T22:10:36.210Z | + echo 'URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz' |
416 | 2024-04-01T22:10:36.210Z | + echo 'Local file: out/downloads/console.tar.gz' |
417 | 2024-04-01T22:10:36.210Z | URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
418 | 2024-04-01T22:10:36.210Z | Local file: out/downloads/console.tar.gz |
419 | 2024-04-01T22:10:36.210Z | + local DO_DOWNLOAD=true |
420 | 2024-04-01T22:10:36.210Z | + [[ -f out/downloads/console.tar.gz ]] |
421 | 2024-04-01T22:10:36.210Z | + mkdir -p out/downloads |
422 | 2024-04-01T22:10:36.210Z | + '[' true == true ']' |
423 | 2024-04-01T22:10:36.210Z | + echo Downloading... |
424 | 2024-04-01T22:10:36.211Z | Downloading... |
425 | 2024-04-01T22:10:36.211Z | + do_download_curl https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz out/downloads/console.tar.gz |
426 | 2024-04-01T22:10:36.211Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
427 | 2024-04-01T22:10:36.580Z | ++ do_sha256sum out/downloads/console.tar.gz |
428 | 2024-04-01T22:10:36.580Z | ++ case "$OSTYPE" in |
429 | 2024-04-01T22:10:36.580Z | ++ SHA=sha256sum |
430 | 2024-04-01T22:10:36.604Z | ++ sha256sum |
431 | 2024-04-01T22:10:36.605Z | ++ awk '{print $1}' |
432 | 2024-04-01T22:10:36.605Z | + calculated_sha2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b |
433 | 2024-04-01T22:10:36.605Z | + [[ bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b != \b\f\7\6\8\0\0\8\b\6\9\5\8\e\1\9\b\8\d\8\c\e\f\2\5\7\1\0\b\4\f\f\6\4\e\e\f\1\e\5\9\b\b\3\b\e\d\b\2\7\b\b\6\b\f\3\3\4\5\9\a\7\8\b ]] |
434 | 2024-04-01T22:10:36.605Z | + rm -rf ./out/console-assets |
435 | 2024-04-01T22:10:36.605Z | + mkdir -p ./out/console-assets |
436 | 2024-04-01T22:10:36.605Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
437 | 2024-04-01T22:10:36.605Z | + mkdir -p ./out/console-assets |
438 | 2024-04-01T22:10:36.605Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
439 | 2024-04-01T22:10:36.737Z | + set -o errexit |
440 | 2024-04-01T22:10:37.173Z | +++ dirname ./tools/ci_download_maghemite_openapi |
441 | 2024-04-01T22:10:37.173Z | ++ cd ./tools |
442 | 2024-04-01T22:10:37.173Z | ++ pwd |
443 | 2024-04-01T22:10:37.173Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
444 | 2024-04-01T22:10:37.174Z | ++ basename ./tools/ci_download_maghemite_openapi |
445 | 2024-04-01T22:10:37.174Z | + ARG0=ci_download_maghemite_openapi |
446 | 2024-04-01T22:10:37.174Z | + TARGET_DIR=out |
447 | 2024-04-01T22:10:37.174Z | + DOWNLOAD_DIR=out/downloads |
448 | 2024-04-01T22:10:37.174Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
449 | 2024-04-01T22:10:37.174Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
450 | 2024-04-01T22:10:37.174Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
451 | 2024-04-01T22:10:37.174Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
452 | 2024-04-01T22:10:37.174Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
453 | 2024-04-01T22:10:37.174Z | + main |
454 | 2024-04-01T22:10:37.174Z | + rm -rf out/downloads/root |
455 | 2024-04-01T22:10:37.174Z | + [[ 0 != 0 ]] |
456 | 2024-04-01T22:10:37.174Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
457 | 2024-04-01T22:10:37.175Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
458 | 2024-04-01T22:10:37.175Z | + local DO_DOWNLOAD=true |
459 | 2024-04-01T22:10:37.175Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
460 | 2024-04-01T22:10:37.175Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
461 | 2024-04-01T22:10:37.175Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
462 | 2024-04-01T22:10:37.175Z | + mkdir -p out/downloads |
463 | 2024-04-01T22:10:37.175Z | + '[' true == true ']' |
464 | 2024-04-01T22:10:37.175Z | + echo Downloading... |
465 | 2024-04-01T22:10:37.175Z | Downloading... |
466 | 2024-04-01T22:10:37.175Z | + 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-01T22:10:37.176Z | + 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-01T22:10:37.209Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
469 | 2024-04-01T22:10:37.209Z | ++ case "$OSTYPE" in |
470 | 2024-04-01T22:10:37.209Z | ++ SHA=sha256sum |
471 | 2024-04-01T22:10:37.210Z | ++ sha256sum |
472 | 2024-04-01T22:10:37.210Z | ++ awk '{print $1}' |
473 | 2024-04-01T22:10:37.210Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
474 | 2024-04-01T22:10:37.210Z | + [[ 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-01T22:10:37.210Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
476 | 2024-04-01T22:10:37.210Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
477 | 2024-04-01T22:10:37.210Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
478 | 2024-04-01T22:10:37.210Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
479 | 2024-04-01T22:10:37.210Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
480 | 2024-04-01T22:10:37.210Z | + main |
481 | 2024-04-01T22:10:37.210Z | + rm -rf out/downloads/root |
482 | 2024-04-01T22:10:37.210Z | + [[ 0 != 0 ]] |
483 | 2024-04-01T22:10:37.211Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
484 | 2024-04-01T22:10:37.211Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
485 | 2024-04-01T22:10:37.211Z | + local DO_DOWNLOAD=true |
486 | 2024-04-01T22:10:37.211Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
487 | 2024-04-01T22:10:37.211Z | + mkdir -p out/downloads |
488 | 2024-04-01T22:10:37.211Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
489 | 2024-04-01T22:10:37.211Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
490 | 2024-04-01T22:10:37.212Z | + '[' true == true ']' |
491 | 2024-04-01T22:10:37.212Z | + echo Downloading... |
492 | 2024-04-01T22:10:37.212Z | Downloading... |
493 | 2024-04-01T22:10:37.212Z | + 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-01T22:10:37.212Z | + 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-01T22:10:37.388Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
496 | 2024-04-01T22:10:37.388Z | ++ case "$OSTYPE" in |
497 | 2024-04-01T22:10:37.388Z | ++ SHA=sha256sum |
498 | 2024-04-01T22:10:37.412Z | ++ sha256sum |
499 | 2024-04-01T22:10:37.412Z | ++ awk '{print $1}' |
500 | 2024-04-01T22:10:37.412Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
501 | 2024-04-01T22:10:37.412Z | + [[ 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-01T22:10:37.412Z | + set -o errexit |
503 | 2024-04-01T22:10:37.412Z | +++ dirname ./tools/ci_download_dendrite_openapi |
504 | 2024-04-01T22:10:37.412Z | ++ cd ./tools |
505 | 2024-04-01T22:10:37.412Z | ++ pwd |
506 | 2024-04-01T22:10:37.412Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
507 | 2024-04-01T22:10:37.413Z | ++ basename ./tools/ci_download_dendrite_openapi |
508 | 2024-04-01T22:10:37.437Z | + ARG0=ci_download_dendrite_openapi |
509 | 2024-04-01T22:10:37.437Z | + TARGET_DIR=out |
510 | 2024-04-01T22:10:37.437Z | + DOWNLOAD_DIR=out/downloads |
511 | 2024-04-01T22:10:37.437Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
512 | 2024-04-01T22:10:37.437Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
513 | 2024-04-01T22:10:37.437Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
514 | 2024-04-01T22:10:37.437Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
515 | 2024-04-01T22:10:37.437Z | + LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
516 | 2024-04-01T22:10:37.437Z | + main |
517 | 2024-04-01T22:10:37.437Z | + [[ 0 != 0 ]] |
518 | 2024-04-01T22:10:37.437Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json' |
519 | 2024-04-01T22:10:37.437Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
520 | 2024-04-01T22:10:37.437Z | + echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json' |
521 | 2024-04-01T22:10:37.437Z | + local DO_DOWNLOAD=true |
522 | 2024-04-01T22:10:37.437Z | Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
523 | 2024-04-01T22:10:37.437Z | + [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]] |
524 | 2024-04-01T22:10:37.437Z | + mkdir -p out/downloads |
525 | 2024-04-01T22:10:37.438Z | + '[' true == true ']' |
526 | 2024-04-01T22:10:37.438Z | + echo Downloading... |
527 | 2024-04-01T22:10:37.438Z | Downloading... |
528 | 2024-04-01T22:10:37.438Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
529 | 2024-04-01T22:10:37.438Z | + 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-01T22:10:39.127Z | ++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
531 | 2024-04-01T22:10:39.127Z | ++ case "$OSTYPE" in |
532 | 2024-04-01T22:10:39.127Z | ++ SHA=sha256sum |
533 | 2024-04-01T22:10:39.153Z | ++ sha256sum |
534 | 2024-04-01T22:10:39.153Z | ++ awk '{print $1}' |
535 | 2024-04-01T22:10:39.153Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
536 | 2024-04-01T22:10:39.153Z | + [[ 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-01T22:10:39.153Z | + set -o errexit |
538 | 2024-04-01T22:10:39.153Z | +++ dirname ./tools/ci_download_dendrite_stub |
539 | 2024-04-01T22:10:39.153Z | ++ cd ./tools |
540 | 2024-04-01T22:10:39.153Z | ++ pwd |
541 | 2024-04-01T22:10:39.153Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
542 | 2024-04-01T22:10:39.153Z | ++ basename ./tools/ci_download_dendrite_stub |
543 | 2024-04-01T22:10:39.178Z | + ARG0=ci_download_dendrite_stub |
544 | 2024-04-01T22:10:39.178Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
545 | 2024-04-01T22:10:39.178Z | ++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
546 | 2024-04-01T22:10:39.178Z | ++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a |
547 | 2024-04-01T22:10:39.178Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
548 | 2024-04-01T22:10:39.178Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
549 | 2024-04-01T22:10:39.178Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
550 | 2024-04-01T22:10:39.178Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
551 | 2024-04-01T22:10:39.178Z | + TARGET_DIR=out |
552 | 2024-04-01T22:10:39.178Z | + DOWNLOAD_DIR=out/downloads |
553 | 2024-04-01T22:10:39.178Z | + DEST_DIR=./out/dendrite-stub |
554 | 2024-04-01T22:10:39.178Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
555 | 2024-04-01T22:10:39.178Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
556 | 2024-04-01T22:10:39.178Z | + REPO=oxidecomputer/dendrite |
557 | 2024-04-01T22:10:39.178Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690 |
558 | 2024-04-01T22:10:39.178Z | + main |
559 | 2024-04-01T22:10:39.178Z | + [[ 0 != 0 ]] |
560 | 2024-04-01T22:10:39.179Z | + CIDL_OS=solaris2.11 |
561 | 2024-04-01T22:10:39.179Z | + [[ 0 != 0 ]] |
562 | 2024-04-01T22:10:39.179Z | + configure_os solaris2.11 |
563 | 2024-04-01T22:10:39.179Z | + echo 'current directory: /work/oxidecomputer/omicron' |
564 | 2024-04-01T22:10:39.179Z | + echo 'configuring based on OS: "solaris2.11"' |
565 | 2024-04-01T22:10:39.179Z | current directory: /work/oxidecomputer/omicron |
566 | 2024-04-01T22:10:39.179Z | + case "$1" in |
567 | 2024-04-01T22:10:39.179Z | configuring based on OS: "solaris2.11" |
568 | 2024-04-01T22:10:39.179Z | + SET_BINARIES= |
569 | 2024-04-01T22:10:39.179Z | + CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
570 | 2024-04-01T22:10:39.179Z | + CIDL_SHA256FUNC=do_sha256sum |
571 | 2024-04-01T22:10:39.179Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
572 | 2024-04-01T22:10:39.179Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
573 | 2024-04-01T22:10:39.179Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
574 | 2024-04-01T22:10:39.179Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz' |
575 | 2024-04-01T22:10:39.179Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
576 | 2024-04-01T22:10:39.179Z | + mkdir -p out/downloads |
577 | 2024-04-01T22:10:39.179Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
578 | 2024-04-01T22:10:39.179Z | Local file: out/downloads/dendrite-stub.tar.gz |
579 | 2024-04-01T22:10:39.179Z | + mkdir -p ./out/dendrite-stub |
580 | 2024-04-01T22:10:39.179Z | + fetch_and_verify |
581 | 2024-04-01T22:10:39.180Z | + local DO_DOWNLOAD=true |
582 | 2024-04-01T22:10:39.180Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
583 | 2024-04-01T22:10:39.180Z | + '[' true == true ']' |
584 | 2024-04-01T22:10:39.180Z | + echo Downloading... |
585 | 2024-04-01T22:10:39.180Z | Downloading... |
586 | 2024-04-01T22:10:39.180Z | + 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-01T22:10:39.180Z | + 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-01T22:10:50.402Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
589 | 2024-04-01T22:10:50.428Z | ++ sha256sum |
590 | 2024-04-01T22:10:50.429Z | ++ awk '{print $1}' |
591 | 2024-04-01T22:10:50.429Z | + calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
592 | 2024-04-01T22:10:50.429Z | + [[ 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-01T22:10:50.429Z | + do_untar out/downloads/dendrite-stub.tar.gz |
594 | 2024-04-01T22:10:50.429Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
595 | 2024-04-01T22:10:51.228Z | + do_assemble |
596 | 2024-04-01T22:10:51.228Z | + rm -r ./out/dendrite-stub |
597 | 2024-04-01T22:10:51.259Z | + mkdir ./out/dendrite-stub |
598 | 2024-04-01T22:10:51.259Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
599 | 2024-04-01T22:10:51.362Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
600 | 2024-04-01T22:10:51.389Z | + set -o errexit |
601 | 2024-04-01T22:10:51.389Z | +++ dirname ./tools/ci_download_maghemite_mgd |
602 | 2024-04-01T22:10:51.389Z | ++ cd ./tools |
603 | 2024-04-01T22:10:51.389Z | ++ pwd |
604 | 2024-04-01T22:10:51.389Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
605 | 2024-04-01T22:10:51.389Z | ++ basename ./tools/ci_download_maghemite_mgd |
606 | 2024-04-01T22:10:51.390Z | + ARG0=ci_download_maghemite_mgd |
607 | 2024-04-01T22:10:51.390Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
608 | 2024-04-01T22:10:51.390Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
609 | 2024-04-01T22:10:51.390Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
610 | 2024-04-01T22:10:51.414Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
611 | 2024-04-01T22:10:51.414Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
612 | 2024-04-01T22:10:51.415Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
613 | 2024-04-01T22:10:51.415Z | + TARGET_DIR=out |
614 | 2024-04-01T22:10:51.415Z | + DOWNLOAD_DIR=out/downloads |
615 | 2024-04-01T22:10:51.415Z | + DEST_DIR=./out/mgd |
616 | 2024-04-01T22:10:51.415Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
617 | 2024-04-01T22:10:51.415Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
618 | 2024-04-01T22:10:51.415Z | + REPO=oxidecomputer/maghemite |
619 | 2024-04-01T22:10:51.415Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
620 | 2024-04-01T22:10:51.415Z | + main |
621 | 2024-04-01T22:10:51.415Z | + rm -rf out/downloads/root |
622 | 2024-04-01T22:10:51.415Z | + [[ 0 != 0 ]] |
623 | 2024-04-01T22:10:51.415Z | + CIDL_OS=solaris2.11 |
624 | 2024-04-01T22:10:51.415Z | + [[ 0 != 0 ]] |
625 | 2024-04-01T22:10:51.415Z | + configure_os solaris2.11 |
626 | 2024-04-01T22:10:51.415Z | + echo 'current directory: /work/oxidecomputer/omicron' |
627 | 2024-04-01T22:10:51.415Z | current directory: /work/oxidecomputer/omicron |
628 | 2024-04-01T22:10:51.415Z | + echo 'configuring based on OS: "solaris2.11"' |
629 | 2024-04-01T22:10:51.415Z | + case "$1" in |
630 | 2024-04-01T22:10:51.415Z | + SET_BINARIES= |
631 | 2024-04-01T22:10:51.415Z | configuring based on OS: "solaris2.11" |
632 | 2024-04-01T22:10:51.415Z | + CIDL_SHA256FUNC=do_sha256sum |
633 | 2024-04-01T22:10:51.416Z | + TARBALL_FILENAME=mgd.tar.gz |
634 | 2024-04-01T22:10:51.416Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
635 | 2024-04-01T22:10:51.416Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
636 | 2024-04-01T22:10:51.416Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
637 | 2024-04-01T22:10:51.416Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
638 | 2024-04-01T22:10:51.416Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
639 | 2024-04-01T22:10:51.416Z | + mkdir -p out/downloads |
640 | 2024-04-01T22:10:51.416Z | Local file: out/downloads/mgd.tar.gz |
641 | 2024-04-01T22:10:51.416Z | + mkdir -p ./out/mgd |
642 | 2024-04-01T22:10:51.416Z | + fetch_and_verify |
643 | 2024-04-01T22:10:51.416Z | + local DO_DOWNLOAD=true |
644 | 2024-04-01T22:10:51.416Z | + [[ -f out/downloads/mgd.tar.gz ]] |
645 | 2024-04-01T22:10:51.416Z | + '[' true == true ']' |
646 | 2024-04-01T22:10:51.416Z | + echo Downloading... |
647 | 2024-04-01T22:10:51.416Z | Downloading... |
648 | 2024-04-01T22:10:51.416Z | + 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-01T22:10:51.416Z | + 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-01T22:10:56.604Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
651 | 2024-04-01T22:10:56.628Z | ++ sha256sum |
652 | 2024-04-01T22:10:56.628Z | ++ awk '{print $1}' |
653 | 2024-04-01T22:10:56.653Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
654 | 2024-04-01T22:10:56.653Z | + [[ 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-01T22:10:56.653Z | + do_untar out/downloads/mgd.tar.gz |
656 | 2024-04-01T22:10:56.653Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
657 | 2024-04-01T22:10:57.407Z | + do_assemble |
658 | 2024-04-01T22:10:57.407Z | + rm -r ./out/mgd |
659 | 2024-04-01T22:10:57.431Z | + mkdir ./out/mgd |
660 | 2024-04-01T22:10:57.431Z | + cp -r out/downloads/root ./out/mgd/root |
661 | 2024-04-01T22:10:57.487Z | + set -o errexit |
662 | 2024-04-01T22:10:57.534Z | +++ dirname ./tools/ci_download_transceiver_control |
663 | 2024-04-01T22:10:57.534Z | ++ cd ./tools |
664 | 2024-04-01T22:10:57.534Z | ++ pwd |
665 | 2024-04-01T22:10:57.534Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
666 | 2024-04-01T22:10:57.534Z | ++ basename ./tools/ci_download_transceiver_control |
667 | 2024-04-01T22:10:57.534Z | + ARG0=ci_download_transceiver_control |
668 | 2024-04-01T22:10:57.534Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
669 | 2024-04-01T22:10:57.534Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
670 | 2024-04-01T22:10:57.534Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
671 | 2024-04-01T22:10:57.534Z | + TARGET_DIR=out |
672 | 2024-04-01T22:10:57.534Z | + DOWNLOAD_DIR=out/downloads |
673 | 2024-04-01T22:10:57.534Z | + DEST_DIR=./out/transceiver-control |
674 | 2024-04-01T22:10:57.534Z | + BIN_DIR=/opt/oxide/bin |
675 | 2024-04-01T22:10:57.534Z | + BINARY=xcvradm |
676 | 2024-04-01T22:10:57.534Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
677 | 2024-04-01T22:10:57.535Z | + REPO=oxidecomputer/transceiver-control |
678 | 2024-04-01T22:10:57.535Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
679 | 2024-04-01T22:10:57.535Z | + main |
680 | 2024-04-01T22:10:57.535Z | + [[ 0 != 0 ]] |
681 | 2024-04-01T22:10:57.535Z | + CIDL_OS=solaris2.11 |
682 | 2024-04-01T22:10:57.535Z | + [[ 0 != 0 ]] |
683 | 2024-04-01T22:10:57.535Z | + configure_os solaris2.11 |
684 | 2024-04-01T22:10:57.535Z | + echo 'current directory: /work/oxidecomputer/omicron' |
685 | 2024-04-01T22:10:57.535Z | + echo 'configuring based on OS: "solaris2.11"' |
686 | 2024-04-01T22:10:57.535Z | current directory: /work/oxidecomputer/omicron |
687 | 2024-04-01T22:10:57.535Z | configuring based on OS: "solaris2.11" |
688 | 2024-04-01T22:10:57.535Z | + case "$1" in |
689 | 2024-04-01T22:10:57.535Z | + SET_BINARIES= |
690 | 2024-04-01T22:10:57.535Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
691 | 2024-04-01T22:10:57.535Z | + CIDL_SHA256FUNC=do_sha256sum |
692 | 2024-04-01T22:10:57.535Z | + ARCHIVE_FILENAME=xcvradm.gz |
693 | 2024-04-01T22:10:57.535Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
694 | 2024-04-01T22:10:57.535Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
695 | 2024-04-01T22:10:57.535Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
696 | 2024-04-01T22:10:57.535Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
697 | 2024-04-01T22:10:57.535Z | + echo 'Local file: out/downloads/xcvradm.gz' |
698 | 2024-04-01T22:10:57.536Z | + mkdir -p out/downloads |
699 | 2024-04-01T22:10:57.536Z | Local file: out/downloads/xcvradm.gz |
700 | 2024-04-01T22:10:57.536Z | + mkdir -p ./out/transceiver-control |
701 | 2024-04-01T22:10:57.536Z | + fetch_and_verify |
702 | 2024-04-01T22:10:57.536Z | + local DO_DOWNLOAD=true |
703 | 2024-04-01T22:10:57.536Z | + [[ -f out/downloads/xcvradm.gz ]] |
704 | 2024-04-01T22:10:57.536Z | + '[' true == true ']' |
705 | 2024-04-01T22:10:57.536Z | + echo Downloading... |
706 | 2024-04-01T22:10:57.536Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
707 | 2024-04-01T22:10:57.536Z | Downloading... |
708 | 2024-04-01T22:10:57.536Z | + 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-01T22:10:59.449Z | ++ do_sha256sum out/downloads/xcvradm.gz |
710 | 2024-04-01T22:10:59.473Z | ++ sha256sum |
711 | 2024-04-01T22:10:59.473Z | ++ awk '{print $1}' |
712 | 2024-04-01T22:10:59.473Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
713 | 2024-04-01T22:10:59.473Z | + [[ 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-01T22:10:59.473Z | + do_unpack out/downloads/xcvradm.gz |
715 | 2024-04-01T22:10:59.473Z | + mkdir -p out/downloads/root//opt/oxide/bin |
716 | 2024-04-01T22:10:59.474Z | + gzip -dc out/downloads/xcvradm.gz |
717 | 2024-04-01T22:10:59.600Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
718 | 2024-04-01T22:10:59.625Z | + do_assemble |
719 | 2024-04-01T22:10:59.625Z | + rm -r ./out/transceiver-control |
720 | 2024-04-01T22:10:59.625Z | + mkdir ./out/transceiver-control |
721 | 2024-04-01T22:10:59.625Z | + cp -r out/downloads/root ./out/transceiver-control/root |
722 | 2024-04-01T22:11:00.123Z | + set -o errexit |
723 | 2024-04-01T22:11:00.166Z | +++ dirname ./tools/ci_download_thundermuffin |
724 | 2024-04-01T22:11:00.166Z | ++ cd ./tools |
725 | 2024-04-01T22:11:00.166Z | ++ pwd |
726 | 2024-04-01T22:11:00.166Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
727 | 2024-04-01T22:11:00.167Z | ++ basename ./tools/ci_download_thundermuffin |
728 | 2024-04-01T22:11:00.167Z | + ARG0=ci_download_thundermuffin |
729 | 2024-04-01T22:11:00.167Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
730 | 2024-04-01T22:11:00.167Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
731 | 2024-04-01T22:11:00.167Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
732 | 2024-04-01T22:11:00.167Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
733 | 2024-04-01T22:11:00.168Z | + TARGET_DIR=out |
734 | 2024-04-01T22:11:00.168Z | + DOWNLOAD_DIR=out/downloads |
735 | 2024-04-01T22:11:00.168Z | + DEST_DIR=./out/thundermuffin |
736 | 2024-04-01T22:11:00.168Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
737 | 2024-04-01T22:11:00.169Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
738 | 2024-04-01T22:11:00.169Z | + REPO=oxidecomputer/thundermuffin |
739 | 2024-04-01T22:11:00.169Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
740 | 2024-04-01T22:11:00.169Z | + main |
741 | 2024-04-01T22:11:00.169Z | + rm -rf out/downloads/root |
742 | 2024-04-01T22:11:00.169Z | + [[ 0 != 0 ]] |
743 | 2024-04-01T22:11:00.170Z | + CIDL_OS=solaris2.11 |
744 | 2024-04-01T22:11:00.170Z | + [[ 0 != 0 ]] |
745 | 2024-04-01T22:11:00.170Z | + configure_os solaris2.11 |
746 | 2024-04-01T22:11:00.170Z | + echo 'current directory: /work/oxidecomputer/omicron' |
747 | 2024-04-01T22:11:00.171Z | current directory: /work/oxidecomputer/omicron |
748 | 2024-04-01T22:11:00.171Z | + echo 'configuring based on OS: "solaris2.11"' |
749 | 2024-04-01T22:11:00.171Z | + case "$1" in |
750 | 2024-04-01T22:11:00.171Z | configuring based on OS: "solaris2.11" |
751 | 2024-04-01T22:11:00.172Z | + SET_BINARIES= |
752 | 2024-04-01T22:11:00.172Z | + CIDL_SHA256FUNC=do_sha256sum |
753 | 2024-04-01T22:11:00.173Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
754 | 2024-04-01T22:11:00.173Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
755 | 2024-04-01T22:11:00.173Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
756 | 2024-04-01T22:11:00.174Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
757 | 2024-04-01T22:11:00.174Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
758 | 2024-04-01T22:11:00.174Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
759 | 2024-04-01T22:11:00.175Z | Local file: out/downloads/thundermuffin.tar.gz |
760 | 2024-04-01T22:11:00.175Z | + mkdir -p out/downloads |
761 | 2024-04-01T22:11:00.175Z | + mkdir -p ./out/thundermuffin |
762 | 2024-04-01T22:11:00.176Z | + fetch_and_verify |
763 | 2024-04-01T22:11:00.176Z | + local DO_DOWNLOAD=true |
764 | 2024-04-01T22:11:00.176Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
765 | 2024-04-01T22:11:00.176Z | + '[' true == true ']' |
766 | 2024-04-01T22:11:00.177Z | + echo Downloading... |
767 | 2024-04-01T22:11:00.177Z | Downloading... |
768 | 2024-04-01T22:11:00.177Z | + 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-01T22:11:00.178Z | + 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-01T22:11:01.164Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
771 | 2024-04-01T22:11:01.189Z | ++ sha256sum |
772 | 2024-04-01T22:11:01.189Z | ++ awk '{print $1}' |
773 | 2024-04-01T22:11:01.189Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
774 | 2024-04-01T22:11:01.189Z | + [[ 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-01T22:11:01.189Z | + do_untar out/downloads/thundermuffin.tar.gz |
776 | 2024-04-01T22:11:01.189Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
777 | 2024-04-01T22:11:01.259Z | + do_assemble |
778 | 2024-04-01T22:11:01.259Z | + rm -r ./out/thundermuffin |
779 | 2024-04-01T22:11:01.284Z | + mkdir ./out/thundermuffin |
780 | 2024-04-01T22:11:01.284Z | + cp -r out/downloads/root ./out/thundermuffin/root |
781 | 2024-04-01T22:11:01.308Z | All builder prerequisites installed successfully, and PATH looks valid |
782 | 2024-04-01T22:11:01.308Z | |
783 | 2024-04-01T22:11:01.308Z | real 1:42.305175268 |
784 | 2024-04-01T22:11:01.309Z | user 43.811471560 |
785 | 2024-04-01T22:11:01.309Z | sys 11.590930754 |
786 | 2024-04-01T22:11:01.309Z | trap 0.013294649 |
787 | 2024-04-01T22:11:01.309Z | tflt 0.011856549 |
788 | 2024-04-01T22:11:01.309Z | dflt 0.019378097 |
789 | 2024-04-01T22:11:01.309Z | kflt 0.005965132 |
790 | 2024-04-01T22:11:01.309Z | lock 1.887641092 |
791 | 2024-04-01T22:11:01.309Z | slp 3:22.913031733 |
792 | 2024-04-01T22:11:01.309Z | lat 4.690663580 |
793 | 2024-04-01T22:11:01.309Z | stop 0.068319475 |
794 | 2024-04-01T22:11:01.309Z | |
795 | 2024-04-01T22:11:01.309Z | #### # # ##### ##### # # |
796 | 2024-04-01T22:11:01.309Z | # # # # # # # # # # |
797 | 2024-04-01T22:11:01.309Z | # # # # # # # # |
798 | 2024-04-01T22:11:01.309Z | # # # ##### ##### # |
799 | 2024-04-01T22:11:01.309Z | # # # # # # # |
800 | 2024-04-01T22:11:01.309Z | #### ###### # # # # |
801 | 2024-04-01T22:11:01.309Z | |
802 | 2024-04-01T22:11:01.560Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
803 | 2024-04-01T22:11:02.490Z | Updating git repository `https://github.com/oxidecomputer/samael` |
804 | 2024-04-01T22:11:03.354Z | Updating git repository `https://github.com/oxidecomputer/zone` |
805 | 2024-04-01T22:11:04.073Z | Updating crates.io index |
806 | 2024-04-01T22:11:04.097Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
807 | 2024-04-01T22:11:05.465Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
808 | 2024-04-01T22:11:06.635Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
809 | 2024-04-01T22:11:09.445Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
810 | 2024-04-01T22:11:10.179Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
811 | 2024-04-01T22:11:10.825Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
812 | 2024-04-01T22:11:13.636Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
813 | 2024-04-01T22:11:16.557Z | Updating git repository `https://github.com/oxidecomputer/opte` |
814 | 2024-04-01T22:11:18.183Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
815 | 2024-04-01T22:11:19.801Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
816 | 2024-04-01T22:11:20.510Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
817 | 2024-04-01T22:11:21.650Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
818 | 2024-04-01T22:11:22.381Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
819 | 2024-04-01T22:11:23.112Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
820 | 2024-04-01T22:11:24.091Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
821 | 2024-04-01T22:11:24.724Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
822 | 2024-04-01T22:11:25.560Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
823 | 2024-04-01T22:11:26.184Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
824 | 2024-04-01T22:11:26.810Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
825 | 2024-04-01T22:11:27.547Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
826 | 2024-04-01T22:11:28.218Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
827 | 2024-04-01T22:11:28.948Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
828 | 2024-04-01T22:11:29.749Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
829 | 2024-04-01T22:11:30.628Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
830 | 2024-04-01T22:11:31.481Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
831 | 2024-04-01T22:11:33.166Z | Updating git repository `https://github.com/jgallagher/nix` |
832 | 2024-04-01T22:11:35.042Z | Updating git repository `https://github.com/cbiffle/hubpack` |
833 | 2024-04-01T22:11:35.752Z | Updating git repository `https://github.com/oxidecomputer/typify` |
834 | 2024-04-01T22:11:38.147Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
835 | 2024-04-01T22:11:39.117Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
836 | 2024-04-01T22:11:39.877Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
837 | 2024-04-01T22:11:40.926Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
838 | 2024-04-01T22:11:42.725Z | Downloading crates ... |
839 | 2024-04-01T22:11:42.776Z | Downloaded anstyle-parse v0.2.1 |
840 | 2024-04-01T22:11:42.802Z | Downloaded clap v4.5.1 |
841 | 2024-04-01T22:11:42.802Z | Downloaded serde_derive v1.0.197 |
842 | 2024-04-01T22:11:42.802Z | Downloaded toml_datetime v0.6.5 |
843 | 2024-04-01T22:11:42.803Z | Downloaded strsim v0.11.0 |
844 | 2024-04-01T22:11:42.803Z | Downloaded thiserror v1.0.57 |
845 | 2024-04-01T22:11:42.828Z | Downloaded utf8parse v0.2.1 |
846 | 2024-04-01T22:11:42.828Z | Downloaded toml v0.8.10 |
847 | 2024-04-01T22:11:42.828Z | Downloaded unicode-ident v1.0.12 |
848 | 2024-04-01T22:11:42.828Z | Downloaded toml_edit v0.22.6 |
849 | 2024-04-01T22:11:42.855Z | Downloaded winnow v0.6.1 |
850 | 2024-04-01T22:11:42.881Z | Downloaded syn v2.0.52 |
851 | 2024-04-01T22:11:42.881Z | Downloaded rustix v0.38.31 |
852 | 2024-04-01T22:11:42.906Z | Downloaded libc v0.2.153 |
853 | 2024-04-01T22:11:42.939Z | Downloaded hashbrown v0.14.3 |
854 | 2024-04-01T22:11:42.964Z | Downloaded memchr v2.7.1 |
855 | 2024-04-01T22:11:42.964Z | Downloaded serde v1.0.197 |
856 | 2024-04-01T22:11:42.964Z | Downloaded thiserror-impl v1.0.57 |
857 | 2024-04-01T22:11:42.964Z | Downloaded terminal_size v0.3.0 |
858 | 2024-04-01T22:11:42.964Z | Downloaded serde_json v1.0.114 |
859 | 2024-04-01T22:11:42.989Z | Downloaded semver v1.0.22 |
860 | 2024-04-01T22:11:42.989Z | Downloaded swrite v0.1.0 |
861 | 2024-04-01T22:11:42.989Z | Downloaded ryu v1.0.15 |
862 | 2024-04-01T22:11:42.990Z | Downloaded itoa v1.0.9 |
863 | 2024-04-01T22:11:42.990Z | Downloaded serde_spanned v0.6.5 |
864 | 2024-04-01T22:11:42.990Z | Downloaded quote v1.0.35 |
865 | 2024-04-01T22:11:42.990Z | Downloaded indexmap v2.2.5 |
866 | 2024-04-01T22:11:42.990Z | Downloaded equivalent v1.0.1 |
867 | 2024-04-01T22:11:42.990Z | Downloaded proc-macro2 v1.0.78 |
868 | 2024-04-01T22:11:42.990Z | Downloaded heck v0.4.1 |
869 | 2024-04-01T22:11:42.990Z | Downloaded fs-err v2.11.0 |
870 | 2024-04-01T22:11:43.016Z | Downloaded errno v0.3.8 |
871 | 2024-04-01T22:11:43.017Z | Downloaded colorchoice v1.0.0 |
872 | 2024-04-01T22:11:43.017Z | Downloaded clap_lex v0.7.0 |
873 | 2024-04-01T22:11:43.017Z | Downloaded clap_derive v4.5.0 |
874 | 2024-04-01T22:11:43.017Z | Downloaded clap_builder v4.5.1 |
875 | 2024-04-01T22:11:43.017Z | Downloaded cargo_toml v0.19.0 |
876 | 2024-04-01T22:11:43.017Z | Downloaded cargo_metadata v0.18.1 |
877 | 2024-04-01T22:11:43.017Z | Downloaded cargo-platform v0.1.3 |
878 | 2024-04-01T22:11:43.017Z | Downloaded camino v1.1.6 |
879 | 2024-04-01T22:11:43.017Z | Downloaded bitflags v2.4.2 |
880 | 2024-04-01T22:11:43.042Z | Downloaded autocfg v1.1.0 |
881 | 2024-04-01T22:11:43.042Z | Downloaded anyhow v1.0.79 |
882 | 2024-04-01T22:11:43.042Z | Downloaded anstyle-query v1.0.0 |
883 | 2024-04-01T22:11:43.042Z | Downloaded anstream v0.6.11 |
884 | 2024-04-01T22:11:43.043Z | Downloaded anstyle v1.0.6 |
885 | 2024-04-01T22:11:43.131Z | Compiling proc-macro2 v1.0.78 |
886 | 2024-04-01T22:11:43.157Z | Compiling unicode-ident v1.0.12 |
887 | 2024-04-01T22:11:43.157Z | Compiling serde v1.0.197 |
888 | 2024-04-01T22:11:43.157Z | Compiling libc v0.2.153 |
889 | 2024-04-01T22:11:43.157Z | Compiling rustix v0.38.31 |
890 | 2024-04-01T22:11:43.157Z | Compiling bitflags v2.4.2 |
891 | 2024-04-01T22:11:43.157Z | Compiling hashbrown v0.14.3 |
892 | 2024-04-01T22:11:43.157Z | Compiling utf8parse v0.2.1 |
893 | 2024-04-01T22:11:43.429Z | Compiling equivalent v1.0.1 |
894 | 2024-04-01T22:11:43.455Z | Compiling anstyle-parse v0.2.1 |
895 | 2024-04-01T22:11:43.532Z | Compiling winnow v0.6.1 |
896 | 2024-04-01T22:11:43.599Z | Compiling camino v1.1.6 |
897 | 2024-04-01T22:11:43.744Z | Compiling thiserror v1.0.57 |
898 | 2024-04-01T22:11:43.872Z | Compiling autocfg v1.1.0 |
899 | 2024-04-01T22:11:44.039Z | Compiling colorchoice v1.0.0 |
900 | 2024-04-01T22:11:44.143Z | Compiling serde_json v1.0.114 |
901 | 2024-04-01T22:11:44.180Z | Compiling anstyle v1.0.6 |
902 | 2024-04-01T22:11:44.205Z | Compiling semver v1.0.22 |
903 | 2024-04-01T22:11:44.410Z | Compiling indexmap v2.2.5 |
904 | 2024-04-01T22:11:44.436Z | Compiling anstyle-query v1.0.0 |
905 | 2024-04-01T22:11:44.551Z | Compiling anstream v0.6.11 |
906 | 2024-04-01T22:11:44.623Z | Compiling quote v1.0.35 |
907 | 2024-04-01T22:11:44.662Z | Compiling fs-err v2.11.0 |
908 | 2024-04-01T22:11:44.758Z | Compiling ryu v1.0.15 |
909 | 2024-04-01T22:11:44.908Z | Compiling errno v0.3.8 |
910 | 2024-04-01T22:11:45.046Z | Compiling syn v2.0.52 |
911 | 2024-04-01T22:11:45.147Z | Compiling itoa v1.0.9 |
912 | 2024-04-01T22:11:45.173Z | Compiling strsim v0.11.0 |
913 | 2024-04-01T22:11:45.215Z | Compiling anyhow v1.0.79 |
914 | 2024-04-01T22:11:45.330Z | Compiling clap_lex v0.7.0 |
915 | 2024-04-01T22:11:45.391Z | Compiling heck v0.4.1 |
916 | 2024-04-01T22:11:45.763Z | Compiling swrite v0.1.0 |
917 | 2024-04-01T22:11:45.977Z | Compiling terminal_size v0.3.0 |
918 | 2024-04-01T22:11:46.077Z | Compiling clap_builder v4.5.1 |
919 | 2024-04-01T22:11:51.063Z | Compiling serde_derive v1.0.197 |
920 | 2024-04-01T22:11:51.064Z | Compiling thiserror-impl v1.0.57 |
921 | 2024-04-01T22:11:51.089Z | Compiling clap_derive v4.5.0 |
922 | 2024-04-01T22:11:53.890Z | Compiling clap v4.5.1 |
923 | 2024-04-01T22:11:59.906Z | Compiling serde_spanned v0.6.5 |
924 | 2024-04-01T22:11:59.906Z | Compiling toml_datetime v0.6.5 |
925 | 2024-04-01T22:11:59.933Z | Compiling cargo-platform v0.1.3 |
926 | 2024-04-01T22:12:00.122Z | Compiling toml_edit v0.22.6 |
927 | 2024-04-01T22:12:01.246Z | Compiling cargo_metadata v0.18.1 |
928 | 2024-04-01T22:12:02.361Z | Compiling toml v0.8.10 |
929 | 2024-04-01T22:12:03.012Z | Compiling cargo_toml v0.19.0 |
930 | 2024-04-01T22:12:07.378Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
931 | 2024-04-01T22:12:09.947Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 08s |
932 | 2024-04-01T22:12:10.126Z | Running `target/debug/xtask clippy` |
933 | 2024-04-01T22:12:10.178Z | running: "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" |
934 | 2024-04-01T22:12:10.924Z | Downloading crates ... |
935 | 2024-04-01T22:12:11.072Z | Downloaded approx v0.5.1 |
936 | 2024-04-01T22:12:11.098Z | Downloaded backoff v0.4.0 |
937 | 2024-04-01T22:12:11.098Z | Downloaded convert_case v0.4.0 |
938 | 2024-04-01T22:12:11.123Z | Downloaded crucible-workspace-hack v0.1.0 |
939 | 2024-04-01T22:12:11.123Z | Downloaded crossbeam-deque v0.8.3 |
940 | 2024-04-01T22:12:11.123Z | Downloaded ident_case v1.0.1 |
941 | 2024-04-01T22:12:11.123Z | Downloaded impl-trait-for-tuples v0.2.2 |
942 | 2024-04-01T22:12:11.148Z | Downloaded stability v0.1.1 |
943 | 2024-04-01T22:12:11.148Z | Downloaded endian-type v0.1.2 |
944 | 2024-04-01T22:12:11.175Z | Downloaded fd-lock v4.0.2 |
945 | 2024-04-01T22:12:11.175Z | Downloaded phf_shared v0.10.0 |
946 | 2024-04-01T22:12:11.175Z | Downloaded pkg-config v0.3.27 |
947 | 2024-04-01T22:12:11.175Z | Downloaded plain v0.2.3 |
948 | 2024-04-01T22:12:11.201Z | Downloaded darling_macro v0.20.3 |
949 | 2024-04-01T22:12:11.201Z | Downloaded diesel_table_macro_syntax v0.1.0 |
950 | 2024-04-01T22:12:11.201Z | Downloaded termtree v0.4.1 |
951 | 2024-04-01T22:12:11.226Z | Downloaded thiserror-impl-no-std v2.0.2 |
952 | 2024-04-01T22:12:11.226Z | Downloaded fxhash v0.2.1 |
953 | 2024-04-01T22:12:11.226Z | Downloaded scroll_derive v0.12.0 |
954 | 2024-04-01T22:12:11.226Z | Downloaded foreign-types v0.3.2 |
955 | 2024-04-01T22:12:11.252Z | Downloaded serde_tokenstream v0.2.0 |
956 | 2024-04-01T22:12:11.252Z | Downloaded plotters-svg v0.3.5 |
957 | 2024-04-01T22:12:11.252Z | Downloaded pretty-hex v0.4.1 |
958 | 2024-04-01T22:12:11.277Z | Downloaded tinyvec_macros v0.1.1 |
959 | 2024-04-01T22:12:11.277Z | Downloaded tower-service v0.3.2 |
960 | 2024-04-01T22:12:11.277Z | Downloaded tower-layer v0.3.2 |
961 | 2024-04-01T22:12:11.277Z | Downloaded tokio-macros v2.2.0 |
962 | 2024-04-01T22:12:11.277Z | Downloaded try-lock v0.2.4 |
963 | 2024-04-01T22:12:11.277Z | Downloaded topological-sort v0.2.2 |
964 | 2024-04-01T22:12:11.277Z | Downloaded prettyplease v0.2.16 |
965 | 2024-04-01T22:12:11.305Z | Downloaded yasna v0.5.2 |
966 | 2024-04-01T22:12:11.305Z | Downloaded want v0.3.1 |
967 | 2024-04-01T22:12:11.305Z | Downloaded toml_edit v0.19.15 |
968 | 2024-04-01T22:12:11.330Z | Downloaded x509-cert v0.2.4 |
969 | 2024-04-01T22:12:11.355Z | Downloaded winnow v0.5.15 |
970 | 2024-04-01T22:12:11.355Z | Downloaded polar-core v0.27.0 |
971 | 2024-04-01T22:12:11.380Z | Downloaded tokio-stream v0.1.14 |
972 | 2024-04-01T22:12:11.380Z | Downloaded unsafe-libyaml v0.2.10 |
973 | 2024-04-01T22:12:11.404Z | Downloaded tokio v1.36.0 |
974 | 2024-04-01T22:12:11.434Z | Downloaded unicode_categories v0.1.1 |
975 | 2024-04-01T22:12:11.458Z | Downloaded regex-automata v0.1.10 |
976 | 2024-04-01T22:12:11.458Z | Downloaded guppy v0.17.5 |
977 | 2024-04-01T22:12:11.458Z | Downloaded portable-atomic v1.4.3 |
978 | 2024-04-01T22:12:11.485Z | Downloaded trust-dns-server v0.22.1 |
979 | 2024-04-01T22:12:11.485Z | Downloaded trust-dns-resolver v0.22.0 |
980 | 2024-04-01T22:12:11.486Z | Downloaded h2 v0.3.24 |
981 | 2024-04-01T22:12:11.510Z | Downloaded lalrpop v0.19.12 |
982 | 2024-04-01T22:12:11.536Z | Downloaded vcpkg v0.2.15 |
983 | 2024-04-01T22:12:11.567Z | Downloaded webpki-roots v0.25.2 |
984 | 2024-04-01T22:12:11.591Z | Downloaded ring v0.17.8 |
985 | 2024-04-01T22:12:11.659Z | Downloaded ring v0.16.20 |
986 | 2024-04-01T22:12:11.756Z | Downloaded csv v1.3.0 |
987 | 2024-04-01T22:12:11.780Z | Downloaded trust-dns-proto v0.22.0 |
988 | 2024-04-01T22:12:11.804Z | Downloaded regress v0.9.0 |
989 | 2024-04-01T22:12:11.804Z | Downloaded regex-syntax v0.8.2 |
990 | 2024-04-01T22:12:11.828Z | Downloaded regex-syntax v0.6.29 |
991 | 2024-04-01T22:12:11.828Z | Downloaded regex-automata v0.4.5 |
992 | 2024-04-01T22:12:11.853Z | Downloaded regex v1.10.3 |
993 | 2024-04-01T22:12:11.877Z | Downloaded gimli v0.28.0 |
994 | 2024-04-01T22:12:11.877Z | Downloaded syn v1.0.109 |
995 | 2024-04-01T22:12:11.901Z | Downloaded curve25519-dalek v4.1.1 |
996 | 2024-04-01T22:12:11.901Z | Downloaded object v0.32.1 |
997 | 2024-04-01T22:12:11.925Z | Downloaded nix v0.27.1 |
998 | 2024-04-01T22:12:11.925Z | Downloaded object v0.30.4 |
999 | 2024-04-01T22:12:11.949Z | Downloaded idna v0.5.0 |
1000 | 2024-04-01T22:12:11.949Z | Downloaded idna v0.3.0 |
1001 | 2024-04-01T22:12:11.974Z | Downloaded goblin v0.8.0 |
1002 | 2024-04-01T22:12:11.974Z | Downloaded idna v0.2.3 |
1003 | 2024-04-01T22:12:11.974Z | Downloaded trust-dns-client v0.22.0 |
1004 | 2024-04-01T22:12:11.974Z | Downloaded time v0.3.34 |
1005 | 2024-04-01T22:12:11.999Z | Downloaded reedline v0.30.0 |
1006 | 2024-04-01T22:12:12.000Z | Downloaded plotters v0.3.5 |
1007 | 2024-04-01T22:12:12.029Z | Downloaded num-bigint-dig v0.8.4 |
1008 | 2024-04-01T22:12:12.029Z | Downloaded nom v7.1.3 |
1009 | 2024-04-01T22:12:12.030Z | Downloaded libm v0.2.7 |
1010 | 2024-04-01T22:12:12.058Z | Downloaded itertools v0.12.1 |
1011 | 2024-04-01T22:12:12.058Z | Downloaded hyper v0.14.28 |
1012 | 2024-04-01T22:12:12.058Z | Downloaded encoding_rs v0.8.33 |
1013 | 2024-04-01T22:12:12.088Z | Downloaded libxml v0.3.3 |
1014 | 2024-04-01T22:12:12.088Z | Downloaded hyper v1.1.0 |
1015 | 2024-04-01T22:12:12.117Z | Downloaded zerocopy-derive v0.6.4 |
1016 | 2024-04-01T22:12:12.117Z | Downloaded zerocopy-derive v0.2.0 |
1017 | 2024-04-01T22:12:12.142Z | Downloaded postcard v1.0.8 |
1018 | 2024-04-01T22:12:12.142Z | Downloaded sha3 v0.10.8 |
1019 | 2024-04-01T22:12:12.142Z | Downloaded num-bigint v0.4.4 |
1020 | 2024-04-01T22:12:12.142Z | Downloaded mio v0.8.11 |
1021 | 2024-04-01T22:12:12.143Z | Downloaded itertools v0.10.5 |
1022 | 2024-04-01T22:12:12.168Z | Downloaded openapiv3 v2.0.0 |
1023 | 2024-04-01T22:12:12.168Z | Downloaded rustls v0.22.2 |
1024 | 2024-04-01T22:12:12.193Z | Downloaded ratatui v0.26.1 |
1025 | 2024-04-01T22:12:12.219Z | Downloaded minimal-lexical v0.2.1 |
1026 | 2024-04-01T22:12:12.220Z | Downloaded tough v0.16.0 |
1027 | 2024-04-01T22:12:12.220Z | Downloaded tokio-util v0.7.10 |
1028 | 2024-04-01T22:12:12.220Z | Downloaded tokio-tungstenite v0.20.1 |
1029 | 2024-04-01T22:12:12.220Z | Downloaded tokio-rustls v0.25.0 |
1030 | 2024-04-01T22:12:12.244Z | Downloaded tokio-rustls v0.24.1 |
1031 | 2024-04-01T22:12:12.244Z | Downloaded reqwest v0.11.24 |
1032 | 2024-04-01T22:12:12.244Z | Downloaded openssl v0.10.60 |
1033 | 2024-04-01T22:12:12.244Z | Downloaded rustls v0.21.9 |
1034 | 2024-04-01T22:12:12.269Z | Downloaded half v2.3.1 |
1035 | 2024-04-01T22:12:12.269Z | Downloaded serde_derive_internals v0.26.0 |
1036 | 2024-04-01T22:12:12.270Z | Downloaded walkdir v2.4.0 |
1037 | 2024-04-01T22:12:12.270Z | Downloaded wait-timeout v0.2.0 |
1038 | 2024-04-01T22:12:12.270Z | Downloaded universal-hash v0.5.1 |
1039 | 2024-04-01T22:12:12.270Z | Downloaded unicode-xid v0.2.4 |
1040 | 2024-04-01T22:12:12.270Z | Downloaded unicode-segmentation v1.10.1 |
1041 | 2024-04-01T22:12:12.270Z | Downloaded unicode-normalization v0.1.22 |
1042 | 2024-04-01T22:12:12.295Z | Downloaded typed-path v0.7.0 |
1043 | 2024-04-01T22:12:12.295Z | Downloaded tungstenite v0.21.0 |
1044 | 2024-04-01T22:12:12.295Z | Downloaded tungstenite v0.20.1 |
1045 | 2024-04-01T22:12:12.295Z | Downloaded tower v0.4.13 |
1046 | 2024-04-01T22:12:12.295Z | Downloaded zerocopy v0.7.32 |
1047 | 2024-04-01T22:12:12.320Z | Downloaded predicates v3.1.0 |
1048 | 2024-04-01T22:12:12.320Z | Downloaded postgres-types v0.2.6 |
1049 | 2024-04-01T22:12:12.320Z | Downloaded postgres-protocol v0.6.6 |
1050 | 2024-04-01T22:12:12.320Z | Downloaded time-macros v0.2.17 |
1051 | 2024-04-01T22:12:12.344Z | Downloaded tabled v0.15.0 |
1052 | 2024-04-01T22:12:12.344Z | Downloaded globset v0.4.13 |
1053 | 2024-04-01T22:12:12.345Z | Downloaded getrandom v0.2.12 |
1054 | 2024-04-01T22:12:12.345Z | Downloaded vte v0.11.1 |
1055 | 2024-04-01T22:12:12.373Z | Downloaded vsss-rs v3.3.4 |
1056 | 2024-04-01T22:12:12.373Z | Downloaded ref-cast-impl v1.0.20 |
1057 | 2024-04-01T22:12:12.373Z | Downloaded proc-macro-crate v1.3.1 |
1058 | 2024-04-01T22:12:12.373Z | Downloaded num-traits v0.2.18 |
1059 | 2024-04-01T22:12:12.373Z | Downloaded waitgroup v0.1.2 |
1060 | 2024-04-01T22:12:12.373Z | Downloaded unicode-bidi v0.3.15 |
1061 | 2024-04-01T22:12:12.373Z | Downloaded ucd-trie v0.1.6 |
1062 | 2024-04-01T22:12:12.373Z | Downloaded typenum v1.16.0 |
1063 | 2024-04-01T22:12:12.373Z | Downloaded trybuild v1.0.89 |
1064 | 2024-04-01T22:12:12.373Z | Downloaded tracing v0.1.40 |
1065 | 2024-04-01T22:12:12.397Z | Downloaded tokio-postgres v0.7.10 |
1066 | 2024-04-01T22:12:12.397Z | Downloaded rsa v0.9.2 |
1067 | 2024-04-01T22:12:12.397Z | Downloaded hashbrown v0.12.3 |
1068 | 2024-04-01T22:12:12.397Z | Downloaded ppv-lite86 v0.2.17 |
1069 | 2024-04-01T22:12:12.397Z | Downloaded powerfmt v0.2.0 |
1070 | 2024-04-01T22:12:12.397Z | Downloaded portpicker v0.1.1 |
1071 | 2024-04-01T22:12:12.397Z | Downloaded tiny-keccak v2.0.2 |
1072 | 2024-04-01T22:12:12.397Z | Downloaded tap v1.0.1 |
1073 | 2024-04-01T22:12:12.397Z | Downloaded tabwriter v1.4.0 |
1074 | 2024-04-01T22:12:12.397Z | Downloaded rustls-webpki v0.101.7 |
1075 | 2024-04-01T22:12:12.422Z | Downloaded radix_trie v0.2.1 |
1076 | 2024-04-01T22:12:12.422Z | Downloaded diesel v2.1.4 |
1077 | 2024-04-01T22:12:12.446Z | Downloaded platforms v3.0.2 |
1078 | 2024-04-01T22:12:12.446Z | Downloaded yansi v0.5.1 |
1079 | 2024-04-01T22:12:12.446Z | Downloaded xattr v1.0.1 |
1080 | 2024-04-01T22:12:12.446Z | Downloaded wyz v0.5.1 |
1081 | 2024-04-01T22:12:12.446Z | Downloaded whoami v1.5.0 |
1082 | 2024-04-01T22:12:12.446Z | Downloaded which v4.4.0 |
1083 | 2024-04-01T22:12:12.471Z | Downloaded unicode-width v0.1.11 |
1084 | 2024-04-01T22:12:12.471Z | Downloaded unicode-linebreak v0.1.5 |
1085 | 2024-04-01T22:12:12.471Z | Downloaded unicase v2.7.0 |
1086 | 2024-04-01T22:12:12.471Z | Downloaded unarray v0.1.4 |
1087 | 2024-04-01T22:12:12.471Z | Downloaded tui-tree-widget v0.17.0 |
1088 | 2024-04-01T22:12:12.471Z | Downloaded tracing-core v0.1.32 |
1089 | 2024-04-01T22:12:12.471Z | Downloaded tracing-attributes v0.1.27 |
1090 | 2024-04-01T22:12:12.471Z | Downloaded toml v0.7.8 |
1091 | 2024-04-01T22:12:12.471Z | Downloaded toml v0.5.11 |
1092 | 2024-04-01T22:12:12.471Z | Downloaded tokio-tungstenite v0.21.0 |
1093 | 2024-04-01T22:12:12.471Z | Downloaded tinyvec v1.6.0 |
1094 | 2024-04-01T22:12:12.502Z | Downloaded rstest_macros v0.18.2 |
1095 | 2024-04-01T22:12:12.502Z | Downloaded ron v0.8.1 |
1096 | 2024-04-01T22:12:12.502Z | Downloaded ron v0.7.1 |
1097 | 2024-04-01T22:12:12.502Z | Downloaded relative-path v1.9.0 |
1098 | 2024-04-01T22:12:12.502Z | Downloaded pretty_assertions v1.4.0 |
1099 | 2024-04-01T22:12:12.502Z | Downloaded darling_core v0.20.3 |
1100 | 2024-04-01T22:12:12.502Z | Downloaded darling_core v0.14.4 |
1101 | 2024-04-01T22:12:12.530Z | Downloaded tabled_derive v0.7.0 |
1102 | 2024-04-01T22:12:12.530Z | Downloaded group v0.13.0 |
1103 | 2024-04-01T22:12:12.531Z | Downloaded foreign-types v0.5.0 |
1104 | 2024-04-01T22:12:12.531Z | Downloaded serde_tokenstream v0.1.7 |
1105 | 2024-04-01T22:12:12.531Z | Downloaded serde_plain v1.0.2 |
1106 | 2024-04-01T22:12:12.531Z | Downloaded serde_path_to_error v0.1.16 |
1107 | 2024-04-01T22:12:12.531Z | Downloaded serde_arrays v0.1.0 |
1108 | 2024-04-01T22:12:12.531Z | Downloaded rustls-webpki v0.102.1 |
1109 | 2024-04-01T22:12:12.555Z | Downloaded digest v0.10.7 |
1110 | 2024-04-01T22:12:12.555Z | Downloaded hashbrown v0.13.2 |
1111 | 2024-04-01T22:12:12.555Z | Downloaded serde-hex v0.1.0 |
1112 | 2024-04-01T22:12:12.579Z | Downloaded omicron-zone-package v0.11.0 |
1113 | 2024-04-01T22:12:12.579Z | Downloaded tinytemplate v1.2.1 |
1114 | 2024-04-01T22:12:12.579Z | Downloaded zerocopy v0.6.4 |
1115 | 2024-04-01T22:12:12.579Z | Downloaded rstest v0.18.2 |
1116 | 2024-04-01T22:12:12.579Z | Downloaded getopts v0.2.21 |
1117 | 2024-04-01T22:12:12.580Z | Downloaded resolv-conf v0.7.0 |
1118 | 2024-04-01T22:12:12.580Z | Downloaded oso v0.27.0 |
1119 | 2024-04-01T22:12:12.580Z | Downloaded openssl-sys v0.9.96 |
1120 | 2024-04-01T22:12:12.604Z | Downloaded version_check v0.9.4 |
1121 | 2024-04-01T22:12:12.604Z | Downloaded vec_map v0.8.2 |
1122 | 2024-04-01T22:12:12.604Z | Downloaded tokio-native-tls v0.3.1 |
1123 | 2024-04-01T22:12:12.604Z | Downloaded rtoolbox v0.0.1 |
1124 | 2024-04-01T22:12:12.604Z | Downloaded remove_dir_all v0.5.3 |
1125 | 2024-04-01T22:12:12.604Z | Downloaded darling v0.20.3 |
1126 | 2024-04-01T22:12:12.604Z | Downloaded darling v0.14.4 |
1127 | 2024-04-01T22:12:12.604Z | Downloaded precomputed-hash v0.1.1 |
1128 | 2024-04-01T22:12:12.604Z | Downloaded rustyline v13.0.0 |
1129 | 2024-04-01T22:12:12.604Z | Downloaded toolchain_find v0.2.0 |
1130 | 2024-04-01T22:12:12.604Z | Downloaded rpassword v7.3.1 |
1131 | 2024-04-01T22:12:12.628Z | Downloaded predicates-tree v1.0.9 |
1132 | 2024-04-01T22:12:12.628Z | Downloaded hash32 v0.2.1 |
1133 | 2024-04-01T22:12:12.628Z | Downloaded parking_lot v0.12.1 |
1134 | 2024-04-01T22:12:12.629Z | Downloaded headers v0.3.9 |
1135 | 2024-04-01T22:12:12.629Z | Downloaded glob v0.3.1 |
1136 | 2024-04-01T22:12:12.629Z | Downloaded threadpool v1.8.1 |
1137 | 2024-04-01T22:12:12.629Z | Downloaded poly1305 v0.8.0 |
1138 | 2024-04-01T22:12:12.629Z | Downloaded parking_lot_core v0.8.6 |
1139 | 2024-04-01T22:12:12.629Z | Downloaded papergrid v0.11.0 |
1140 | 2024-04-01T22:12:12.653Z | Downloaded time-core v0.1.2 |
1141 | 2024-04-01T22:12:12.653Z | Downloaded take_mut v0.2.2 |
1142 | 2024-04-01T22:12:12.653Z | Downloaded futures-util v0.3.30 |
1143 | 2024-04-01T22:12:12.653Z | Downloaded thread_local v1.1.7 |
1144 | 2024-04-01T22:12:12.653Z | Downloaded thread-id v4.2.0 |
1145 | 2024-04-01T22:12:12.653Z | Downloaded pretty-hex v0.2.1 |
1146 | 2024-04-01T22:12:12.653Z | Downloaded predicates-core v1.0.6 |
1147 | 2024-04-01T22:12:12.653Z | Downloaded curve25519-dalek-derive v0.1.0 |
1148 | 2024-04-01T22:12:12.653Z | Downloaded zerocopy v0.3.0 |
1149 | 2024-04-01T22:12:12.653Z | Downloaded parking_lot_core v0.9.8 |
1150 | 2024-04-01T22:12:12.680Z | Downloaded parking_lot v0.11.2 |
1151 | 2024-04-01T22:12:12.680Z | Downloaded owo-colors v4.0.0 |
1152 | 2024-04-01T22:12:12.680Z | Downloaded flume v0.11.0 |
1153 | 2024-04-01T22:12:12.680Z | Downloaded flate2 v1.0.28 |
1154 | 2024-04-01T22:12:12.680Z | Downloaded elliptic-curve v0.13.8 |
1155 | 2024-04-01T22:12:12.680Z | Downloaded salty v0.2.0 |
1156 | 2024-04-01T22:12:12.704Z | Downloaded rayon v1.9.0 |
1157 | 2024-04-01T22:12:12.704Z | Downloaded quick-xml v0.30.0 |
1158 | 2024-04-01T22:12:12.704Z | Downloaded proptest v1.4.0 |
1159 | 2024-04-01T22:12:12.729Z | Downloaded csv-core v0.1.11 |
1160 | 2024-04-01T22:12:12.729Z | Downloaded once_cell v1.19.0 |
1161 | 2024-04-01T22:12:12.729Z | Downloaded num-complex v0.4.4 |
1162 | 2024-04-01T22:12:12.729Z | Downloaded mockall_derive v0.12.0 |
1163 | 2024-04-01T22:12:12.729Z | Downloaded miniz_oxide v0.7.1 |
1164 | 2024-04-01T22:12:12.729Z | Downloaded log v0.4.21 |
1165 | 2024-04-01T22:12:12.729Z | Downloaded packed_struct_codegen v0.10.1 |
1166 | 2024-04-01T22:12:12.729Z | Downloaded packed_struct v0.10.1 |
1167 | 2024-04-01T22:12:12.729Z | Downloaded oso-derive v0.27.0 |
1168 | 2024-04-01T22:12:12.729Z | Downloaded openssl-probe v0.1.5 |
1169 | 2024-04-01T22:12:12.729Z | Downloaded openssl-macros v0.1.1 |
1170 | 2024-04-01T22:12:12.729Z | Downloaded serde_urlencoded v0.7.1 |
1171 | 2024-04-01T22:12:12.729Z | Downloaded rustls-pemfile v2.1.1 |
1172 | 2024-04-01T22:12:12.753Z | Downloaded rustls-native-certs v0.7.0 |
1173 | 2024-04-01T22:12:12.753Z | Downloaded rustc-hash v1.1.0 |
1174 | 2024-04-01T22:12:12.754Z | Downloaded rustc-demangle v0.1.23 |
1175 | 2024-04-01T22:12:12.754Z | Downloaded rust-argon2 v1.0.1 |
1176 | 2024-04-01T22:12:12.754Z | Downloaded guppy-workspace-hack v0.1.0 |
1177 | 2024-04-01T22:12:12.754Z | Downloaded ed25519 v1.5.3 |
1178 | 2024-04-01T22:12:12.754Z | Downloaded serde_repr v0.1.16 |
1179 | 2024-04-01T22:12:12.754Z | Downloaded serde-big-array v0.5.1 |
1180 | 2024-04-01T22:12:12.754Z | Downloaded scroll v0.12.0 |
1181 | 2024-04-01T22:12:12.754Z | Downloaded schemars v0.8.16 |
1182 | 2024-04-01T22:12:12.778Z | Downloaded ref-cast v1.0.20 |
1183 | 2024-04-01T22:12:12.778Z | Downloaded dof v0.1.5 |
1184 | 2024-04-01T22:12:12.778Z | Downloaded dirs-sys-next v0.1.2 |
1185 | 2024-04-01T22:12:12.778Z | Downloaded dirs-next v2.0.0 |
1186 | 2024-04-01T22:12:12.778Z | Downloaded num-rational v0.4.1 |
1187 | 2024-04-01T22:12:12.778Z | Downloaded nu-ansi-term v0.50.0 |
1188 | 2024-04-01T22:12:12.778Z | Downloaded rustls-pki-types v1.3.0 |
1189 | 2024-04-01T22:12:12.778Z | Downloaded rustls-pemfile v1.0.3 |
1190 | 2024-04-01T22:12:12.778Z | Downloaded rustfmt-wrapper v0.2.0 |
1191 | 2024-04-01T22:12:12.778Z | Downloaded rustc_version v0.4.0 |
1192 | 2024-04-01T22:12:12.779Z | Downloaded rustc_version v0.1.7 |
1193 | 2024-04-01T22:12:12.779Z | Downloaded fnv v1.0.7 |
1194 | 2024-04-01T22:12:12.779Z | Downloaded float-cmp v0.9.0 |
1195 | 2024-04-01T22:12:12.779Z | Downloaded either v1.10.0 |
1196 | 2024-04-01T22:12:12.803Z | Downloaded dyn-clone v1.0.17 |
1197 | 2024-04-01T22:12:12.803Z | Downloaded dof v0.3.0 |
1198 | 2024-04-01T22:12:12.803Z | Downloaded semver v0.11.0 |
1199 | 2024-04-01T22:12:12.803Z | Downloaded sec1 v0.7.3 |
1200 | 2024-04-01T22:12:12.803Z | Downloaded futures v0.3.30 |
1201 | 2024-04-01T22:12:12.803Z | Downloaded synstructure v0.12.6 |
1202 | 2024-04-01T22:12:12.803Z | Downloaded native-tls v0.2.11 |
1203 | 2024-04-01T22:12:12.803Z | Downloaded multer v3.0.0 |
1204 | 2024-04-01T22:12:12.804Z | Downloaded mime_guess v2.0.4 |
1205 | 2024-04-01T22:12:12.804Z | Downloaded dtrace-parser v0.2.0 |
1206 | 2024-04-01T22:12:12.804Z | Downloaded dtrace-parser v0.1.14 |
1207 | 2024-04-01T22:12:12.804Z | Downloaded downcast v0.11.0 |
1208 | 2024-04-01T22:12:12.804Z | Downloaded serde-big-array v0.4.1 |
1209 | 2024-04-01T22:12:12.804Z | Downloaded semver-parser v0.10.2 |
1210 | 2024-04-01T22:12:12.828Z | Downloaded semver v0.1.20 |
1211 | 2024-04-01T22:12:12.828Z | Downloaded secrecy v0.8.0 |
1212 | 2024-04-01T22:12:12.828Z | Downloaded sct v0.7.0 |
1213 | 2024-04-01T22:12:12.828Z | Downloaded scopeguard v1.2.0 |
1214 | 2024-04-01T22:12:12.828Z | Downloaded schemars_derive v0.8.16 |
1215 | 2024-04-01T22:12:12.828Z | Downloaded scheduled-thread-pool v0.2.7 |
1216 | 2024-04-01T22:12:12.828Z | Downloaded same-file v1.0.6 |
1217 | 2024-04-01T22:12:12.828Z | Downloaded rusty-fork v0.3.0 |
1218 | 2024-04-01T22:12:12.828Z | Downloaded rustversion v1.0.14 |
1219 | 2024-04-01T22:12:12.828Z | Downloaded gethostname v0.4.3 |
1220 | 2024-04-01T22:12:12.828Z | Downloaded futures-channel v0.3.30 |
1221 | 2024-04-01T22:12:12.828Z | Downloaded funty v2.0.0 |
1222 | 2024-04-01T22:12:12.828Z | Downloaded vte_generate_state_changes v0.1.1 |
1223 | 2024-04-01T22:12:12.829Z | Downloaded url v2.5.0 |
1224 | 2024-04-01T22:12:12.854Z | Downloaded sled v0.34.7 |
1225 | 2024-04-01T22:12:12.854Z | Downloaded lock_api v0.4.10 |
1226 | 2024-04-01T22:12:12.854Z | Downloaded linked-hash-map v0.5.6 |
1227 | 2024-04-01T22:12:12.854Z | Downloaded libtest-mimic v0.6.1 |
1228 | 2024-04-01T22:12:12.854Z | Downloaded generic-array v0.14.7 |
1229 | 2024-04-01T22:12:12.855Z | Downloaded futures-task v0.3.30 |
1230 | 2024-04-01T22:12:12.855Z | Downloaded futures-sink v0.3.30 |
1231 | 2024-04-01T22:12:12.855Z | Downloaded futures-macro v0.3.30 |
1232 | 2024-04-01T22:12:12.855Z | Downloaded futures-io v0.3.30 |
1233 | 2024-04-01T22:12:12.855Z | Downloaded futures-executor v0.3.30 |
1234 | 2024-04-01T22:12:12.855Z | Downloaded futures-core v0.3.30 |
1235 | 2024-04-01T22:12:12.883Z | Downloaded fragile v2.0.0 |
1236 | 2024-04-01T22:12:12.883Z | Downloaded form_urlencoded v1.2.1 |
1237 | 2024-04-01T22:12:12.883Z | Downloaded uuid v1.7.0 |
1238 | 2024-04-01T22:12:12.883Z | Downloaded textwrap v0.16.1 |
1239 | 2024-04-01T22:12:12.883Z | Downloaded test-strategy v0.3.1 |
1240 | 2024-04-01T22:12:12.883Z | Downloaded rcgen v0.12.1 |
1241 | 2024-04-01T22:12:12.883Z | Downloaded rayon-core v1.12.1 |
1242 | 2024-04-01T22:12:12.883Z | Downloaded rand v0.8.5 |
1243 | 2024-04-01T22:12:12.883Z | Downloaded rand v0.4.6 |
1244 | 2024-04-01T22:12:12.917Z | Downloaded publicsuffix v2.2.3 |
1245 | 2024-04-01T22:12:12.917Z | Downloaded plotters-backend v0.3.5 |
1246 | 2024-04-01T22:12:12.917Z | Downloaded flagset v0.4.3 |
1247 | 2024-04-01T22:12:12.917Z | Downloaded fixedbitset v0.4.2 |
1248 | 2024-04-01T22:12:12.917Z | Downloaded filetime v0.2.23 |
1249 | 2024-04-01T22:12:12.917Z | Downloaded ff v0.13.0 |
1250 | 2024-04-01T22:12:12.917Z | Downloaded olpc-cjson v0.1.3 |
1251 | 2024-04-01T22:12:12.918Z | Downloaded memmap2 v0.7.1 |
1252 | 2024-04-01T22:12:12.918Z | Downloaded inout v0.1.3 |
1253 | 2024-04-01T22:12:12.918Z | Downloaded futures-timer v3.0.2 |
1254 | 2024-04-01T22:12:12.918Z | Downloaded foreign-types-shared v0.3.1 |
1255 | 2024-04-01T22:12:12.918Z | Downloaded foreign-types-shared v0.1.1 |
1256 | 2024-04-01T22:12:12.918Z | Downloaded foreign-types-macros v0.2.3 |
1257 | 2024-04-01T22:12:12.918Z | Downloaded uuid v0.8.2 |
1258 | 2024-04-01T22:12:12.918Z | Downloaded usdt v0.3.5 |
1259 | 2024-04-01T22:12:12.918Z | Downloaded untrusted v0.9.0 |
1260 | 2024-04-01T22:12:12.919Z | Downloaded untrusted v0.7.1 |
1261 | 2024-04-01T22:12:12.919Z | Downloaded thiserror-no-std v2.0.2 |
1262 | 2024-04-01T22:12:12.946Z | Downloaded textwrap v0.11.0 |
1263 | 2024-04-01T22:12:12.946Z | Downloaded term v0.7.0 |
1264 | 2024-04-01T22:12:12.946Z | Downloaded tempfile v3.10.0 |
1265 | 2024-04-01T22:12:12.947Z | Downloaded tempdir v0.3.7 |
1266 | 2024-04-01T22:12:12.947Z | Downloaded target-lexicon v0.12.13 |
1267 | 2024-04-01T22:12:12.947Z | Downloaded tar v0.4.40 |
1268 | 2024-04-01T22:12:12.947Z | Downloaded rand_xorshift v0.3.0 |
1269 | 2024-04-01T22:12:12.947Z | Downloaded psl-types v2.0.11 |
1270 | 2024-04-01T22:12:12.947Z | Downloaded doc-comment v0.3.3 |
1271 | 2024-04-01T22:12:12.947Z | Downloaded display-error-chain v0.2.0 |
1272 | 2024-04-01T22:12:12.947Z | Downloaded data-encoding v2.4.0 |
1273 | 2024-04-01T22:12:12.947Z | Downloaded serde_with v3.6.1 |
1274 | 2024-04-01T22:12:12.947Z | Downloaded utf-8 v0.7.6 |
1275 | 2024-04-01T22:12:12.947Z | Downloaded oorandom v11.1.3 |
1276 | 2024-04-01T22:12:12.947Z | Downloaded num-iter v0.1.44 |
1277 | 2024-04-01T22:12:12.947Z | Downloaded num-derive v0.4.0 |
1278 | 2024-04-01T22:12:12.947Z | Downloaded num v0.4.1 |
1279 | 2024-04-01T22:12:12.947Z | Downloaded nodrop v0.1.14 |
1280 | 2024-04-01T22:12:12.947Z | Downloaded libloading v0.7.4 |
1281 | 2024-04-01T22:12:12.979Z | Downloaded termios v0.3.3 |
1282 | 2024-04-01T22:12:12.979Z | Downloaded termcolor v1.2.0 |
1283 | 2024-04-01T22:12:12.980Z | Downloaded target-spec v3.1.0 |
1284 | 2024-04-01T22:12:12.980Z | Downloaded rand_seeder v0.2.3 |
1285 | 2024-04-01T22:12:12.980Z | Downloaded rand_core v0.6.4 |
1286 | 2024-04-01T22:12:12.980Z | Downloaded rand_chacha v0.3.1 |
1287 | 2024-04-01T22:12:12.980Z | Downloaded radium v0.7.0 |
1288 | 2024-04-01T22:12:12.980Z | Downloaded r2d2 v0.8.10 |
1289 | 2024-04-01T22:12:12.980Z | Downloaded quick-error v1.2.3 |
1290 | 2024-04-01T22:12:12.980Z | Downloaded proc-macro-error-attr v1.0.4 |
1291 | 2024-04-01T22:12:12.980Z | Downloaded proc-macro-error v1.0.4 |
1292 | 2024-04-01T22:12:12.980Z | Downloaded derive_more v0.99.17 |
1293 | 2024-04-01T22:12:12.980Z | Downloaded der v0.7.8 |
1294 | 2024-04-01T22:12:12.980Z | Downloaded steno v0.4.0 |
1295 | 2024-04-01T22:12:13.006Z | Downloaded opaque-debug v0.3.0 |
1296 | 2024-04-01T22:12:13.006Z | Downloaded num_enum_derive v0.5.11 |
1297 | 2024-04-01T22:12:13.006Z | Downloaded num_enum v0.5.11 |
1298 | 2024-04-01T22:12:13.006Z | Downloaded num_cpus v1.16.0 |
1299 | 2024-04-01T22:12:13.006Z | Downloaded num-integer v0.1.46 |
1300 | 2024-04-01T22:12:13.006Z | Downloaded nanorand v0.7.0 |
1301 | 2024-04-01T22:12:13.006Z | Downloaded md-5 v0.10.5 |
1302 | 2024-04-01T22:12:13.006Z | Downloaded managed v0.8.0 |
1303 | 2024-04-01T22:12:13.006Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1304 | 2024-04-01T22:12:13.030Z | Downloaded difflib v0.4.0 |
1305 | 2024-04-01T22:12:13.030Z | Downloaded diff v0.1.13 |
1306 | 2024-04-01T22:12:13.030Z | Downloaded diesel_derives v2.1.2 |
1307 | 2024-04-01T22:12:13.030Z | Downloaded derive_builder_macro v0.12.0 |
1308 | 2024-04-01T22:12:13.031Z | Downloaded derive_builder_core v0.12.0 |
1309 | 2024-04-01T22:12:13.031Z | Downloaded derive_builder v0.12.0 |
1310 | 2024-04-01T22:12:13.054Z | Downloaded derive-where v1.2.7 |
1311 | 2024-04-01T22:12:13.055Z | Downloaded deranged v0.3.11 |
1312 | 2024-04-01T22:12:13.055Z | Downloaded der_derive v0.7.2 |
1313 | 2024-04-01T22:12:13.055Z | Downloaded defmt-parser v0.3.3 |
1314 | 2024-04-01T22:12:13.055Z | Downloaded debug-ignore v1.0.5 |
1315 | 2024-04-01T22:12:13.055Z | Downloaded sync_wrapper v0.1.2 |
1316 | 2024-04-01T22:12:13.055Z | Downloaded structopt v0.3.26 |
1317 | 2024-04-01T22:12:13.055Z | Downloaded newtype-uuid v1.0.1 |
1318 | 2024-04-01T22:12:13.055Z | Downloaded maybe-uninit v2.0.0 |
1319 | 2024-04-01T22:12:13.079Z | Downloaded is-terminal v0.4.9 |
1320 | 2024-04-01T22:12:13.079Z | Downloaded ipnet v2.9.0 |
1321 | 2024-04-01T22:12:13.079Z | Downloaded indicatif v0.17.8 |
1322 | 2024-04-01T22:12:13.080Z | Downloaded defmt-macros v0.3.6 |
1323 | 2024-04-01T22:12:13.080Z | Downloaded defmt v0.3.5 |
1324 | 2024-04-01T22:12:13.080Z | Downloaded datatest-stable v0.2.3 |
1325 | 2024-04-01T22:12:13.080Z | Downloaded supports-color v3.0.0 |
1326 | 2024-04-01T22:12:13.080Z | Downloaded subtle v2.5.0 |
1327 | 2024-04-01T22:12:13.080Z | Downloaded subprocess v0.2.9 |
1328 | 2024-04-01T22:12:13.080Z | Downloaded strum_macros v0.26.1 |
1329 | 2024-04-01T22:12:13.104Z | Downloaded strum_macros v0.25.2 |
1330 | 2024-04-01T22:12:13.104Z | Downloaded structmeta v0.3.0 |
1331 | 2024-04-01T22:12:13.105Z | Downloaded strip-ansi-escapes v0.2.0 |
1332 | 2024-04-01T22:12:13.105Z | Downloaded stringprep v0.1.3 |
1333 | 2024-04-01T22:12:13.105Z | Downloaded static_assertions v1.1.0 |
1334 | 2024-04-01T22:12:13.105Z | Downloaded signal-hook-mio v0.2.3 |
1335 | 2024-04-01T22:12:13.105Z | Downloaded signal-hook v0.3.17 |
1336 | 2024-04-01T22:12:13.105Z | Downloaded serde_yaml v0.9.25 |
1337 | 2024-04-01T22:12:13.105Z | Downloaded serde_with_macros v3.6.1 |
1338 | 2024-04-01T22:12:13.105Z | Downloaded petgraph v0.6.4 |
1339 | 2024-04-01T22:12:13.129Z | Downloaded smoltcp v0.11.0 |
1340 | 2024-04-01T22:12:13.153Z | Downloaded nibble_vec v0.1.0 |
1341 | 2024-04-01T22:12:13.153Z | Downloaded multimap v0.10.0 |
1342 | 2024-04-01T22:12:13.153Z | Downloaded memoffset v0.7.1 |
1343 | 2024-04-01T22:12:13.153Z | Downloaded memmap v0.7.0 |
1344 | 2024-04-01T22:12:13.153Z | Downloaded maplit v1.0.2 |
1345 | 2024-04-01T22:12:13.153Z | Downloaded libsw v3.3.1 |
1346 | 2024-04-01T22:12:13.153Z | Downloaded lalrpop-util v0.19.12 |
1347 | 2024-04-01T22:12:13.153Z | Downloaded hyper-util v0.1.2 |
1348 | 2024-04-01T22:12:13.153Z | Downloaded darling_macro v0.14.4 |
1349 | 2024-04-01T22:12:13.153Z | Downloaded strum_macros v0.24.3 |
1350 | 2024-04-01T22:12:13.153Z | Downloaded strum v0.26.1 |
1351 | 2024-04-01T22:12:13.154Z | Downloaded strum v0.25.0 |
1352 | 2024-04-01T22:12:13.154Z | Downloaded structopt-derive v0.4.18 |
1353 | 2024-04-01T22:12:13.154Z | Downloaded structmeta-derive v0.3.0 |
1354 | 2024-04-01T22:12:13.154Z | Downloaded structmeta-derive v0.2.0 |
1355 | 2024-04-01T22:12:13.154Z | Downloaded structmeta v0.2.0 |
1356 | 2024-04-01T22:12:13.154Z | Downloaded strsim v0.10.0 |
1357 | 2024-04-01T22:12:13.178Z | Downloaded strsim v0.8.0 |
1358 | 2024-04-01T22:12:13.178Z | Downloaded string_cache v0.8.7 |
1359 | 2024-04-01T22:12:13.178Z | Downloaded stable_deref_trait v1.2.0 |
1360 | 2024-04-01T22:12:13.178Z | Downloaded signal-hook-registry v1.4.1 |
1361 | 2024-04-01T22:12:13.178Z | Downloaded shlex v1.3.0 |
1362 | 2024-04-01T22:12:13.178Z | Downloaded shell-words v1.1.0 |
1363 | 2024-04-01T22:12:13.178Z | Downloaded sha2 v0.10.8 |
1364 | 2024-04-01T22:12:13.178Z | Downloaded sha1 v0.10.6 |
1365 | 2024-04-01T22:12:13.179Z | Downloaded macaddr v1.0.1 |
1366 | 2024-04-01T22:12:13.179Z | Downloaded lru-cache v0.1.2 |
1367 | 2024-04-01T22:12:13.179Z | Downloaded libefi-sys v0.1.0 |
1368 | 2024-04-01T22:12:13.179Z | Downloaded lazy_static v1.4.0 |
1369 | 2024-04-01T22:12:13.179Z | Downloaded kstat-rs v0.2.3 |
1370 | 2024-04-01T22:12:13.179Z | Downloaded keccak v0.1.4 |
1371 | 2024-04-01T22:12:13.179Z | Downloaded compact_str v0.7.1 |
1372 | 2024-04-01T22:12:13.179Z | Downloaded pin-project v1.1.3 |
1373 | 2024-04-01T22:12:13.203Z | Downloaded pest_meta v2.7.6 |
1374 | 2024-04-01T22:12:13.203Z | Downloaded pest v2.7.6 |
1375 | 2024-04-01T22:12:13.203Z | Downloaded cstr-argument v0.1.2 |
1376 | 2024-04-01T22:12:13.204Z | Downloaded usdt-attr-macro v0.3.5 |
1377 | 2024-04-01T22:12:13.204Z | Downloaded smoltcp v0.9.1 |
1378 | 2024-04-01T22:12:13.228Z | Downloaded normalize-line-endings v0.3.0 |
1379 | 2024-04-01T22:12:13.228Z | Downloaded mockall v0.12.0 |
1380 | 2024-04-01T22:12:13.228Z | Downloaded mime v0.3.17 |
1381 | 2024-04-01T22:12:13.228Z | Downloaded lazycell v1.3.0 |
1382 | 2024-04-01T22:12:13.228Z | Downloaded ipnetwork v0.20.0 |
1383 | 2024-04-01T22:12:13.228Z | Downloaded pkcs8 v0.10.2 |
1384 | 2024-04-01T22:12:13.228Z | Downloaded pkcs1 v0.7.5 |
1385 | 2024-04-01T22:12:13.228Z | Downloaded pin-utils v0.1.0 |
1386 | 2024-04-01T22:12:13.228Z | Downloaded pin-project-lite v0.2.13 |
1387 | 2024-04-01T22:12:13.252Z | Downloaded pin-project-internal v1.1.3 |
1388 | 2024-04-01T22:12:13.253Z | Downloaded phf_shared v0.11.2 |
1389 | 2024-04-01T22:12:13.253Z | Downloaded pest_generator v2.7.6 |
1390 | 2024-04-01T22:12:13.253Z | Downloaded pest_derive v2.7.6 |
1391 | 2024-04-01T22:12:13.253Z | Downloaded pem-rfc7468 v0.7.0 |
1392 | 2024-04-01T22:12:13.253Z | Downloaded peg-macros v0.8.2 |
1393 | 2024-04-01T22:12:13.253Z | Downloaded peg v0.8.2 |
1394 | 2024-04-01T22:12:13.253Z | Downloaded partial-io v0.5.4 |
1395 | 2024-04-01T22:12:13.253Z | Downloaded sqlparser v0.43.1 |
1396 | 2024-04-01T22:12:13.253Z | Downloaded number_prefix v0.4.0 |
1397 | 2024-04-01T22:12:13.253Z | Downloaded num_threads v0.1.6 |
1398 | 2024-04-01T22:12:13.277Z | Downloaded num-conv v0.1.0 |
1399 | 2024-04-01T22:12:13.277Z | Downloaded phf v0.11.2 |
1400 | 2024-04-01T22:12:13.277Z | Downloaded percent-encoding v2.3.1 |
1401 | 2024-04-01T22:12:13.277Z | Downloaded pem v3.0.2 |
1402 | 2024-04-01T22:12:13.277Z | Downloaded peg-runtime v0.8.2 |
1403 | 2024-04-01T22:12:13.277Z | Downloaded peeking_take_while v0.1.2 |
1404 | 2024-04-01T22:12:13.277Z | Downloaded pathdiff v0.2.1 |
1405 | 2024-04-01T22:12:13.277Z | Downloaded path-slash v0.1.5 |
1406 | 2024-04-01T22:12:13.278Z | Downloaded paste v1.0.14 |
1407 | 2024-04-01T22:12:13.278Z | Downloaded password-hash v0.5.0 |
1408 | 2024-04-01T22:12:13.278Z | Downloaded parse-size v1.0.0 |
1409 | 2024-04-01T22:12:13.278Z | Downloaded parse-display-derive v0.9.0 |
1410 | 2024-04-01T22:12:13.278Z | Downloaded parse-display v0.9.0 |
1411 | 2024-04-01T22:12:13.278Z | Downloaded fatfs v0.3.6 |
1412 | 2024-04-01T22:12:13.278Z | Downloaded expectorate v1.1.0 |
1413 | 2024-04-01T22:12:13.278Z | Downloaded crypto-bigint v0.5.2 |
1414 | 2024-04-01T22:12:13.302Z | Downloaded zip v0.6.6 |
1415 | 2024-04-01T22:12:13.302Z | Downloaded newline-converter v0.3.0 |
1416 | 2024-04-01T22:12:13.302Z | Downloaded indoc v2.0.3 |
1417 | 2024-04-01T22:12:13.302Z | Downloaded hkdf v0.12.4 |
1418 | 2024-04-01T22:12:13.302Z | Downloaded clap v2.34.0 |
1419 | 2024-04-01T22:12:13.302Z | Downloaded bstr v0.2.17 |
1420 | 2024-04-01T22:12:13.328Z | Downloaded fd-lock v3.0.13 |
1421 | 2024-04-01T22:12:13.328Z | Downloaded fastrand v2.0.1 |
1422 | 2024-04-01T22:12:13.328Z | Downloaded fallible-iterator v0.2.0 |
1423 | 2024-04-01T22:12:13.328Z | Downloaded erased-serde v0.3.31 |
1424 | 2024-04-01T22:12:13.328Z | Downloaded env_logger v0.10.0 |
1425 | 2024-04-01T22:12:13.328Z | Downloaded env_logger v0.9.3 |
1426 | 2024-04-01T22:12:13.328Z | Downloaded enum-as-inner v0.5.1 |
1427 | 2024-04-01T22:12:13.355Z | Downloaded ena v0.14.2 |
1428 | 2024-04-01T22:12:13.356Z | Downloaded embedded-io v0.4.0 |
1429 | 2024-04-01T22:12:13.356Z | Downloaded crypto-common v0.1.6 |
1430 | 2024-04-01T22:12:13.356Z | Downloaded zeroize_derive v1.4.2 |
1431 | 2024-04-01T22:12:13.356Z | Downloaded zeroize v1.7.0 |
1432 | 2024-04-01T22:12:13.356Z | Downloaded zerocopy-derive v0.7.32 |
1433 | 2024-04-01T22:12:13.356Z | Downloaded usdt-impl v0.5.0 |
1434 | 2024-04-01T22:12:13.356Z | Downloaded usdt-impl v0.3.5 |
1435 | 2024-04-01T22:12:13.356Z | Downloaded socket2 v0.5.5 |
1436 | 2024-04-01T22:12:13.356Z | Downloaded snafu v0.7.5 |
1437 | 2024-04-01T22:12:13.356Z | Downloaded newtype_derive v0.1.6 |
1438 | 2024-04-01T22:12:13.356Z | Downloaded nested v0.1.1 |
1439 | 2024-04-01T22:12:13.356Z | Downloaded matches v0.1.10 |
1440 | 2024-04-01T22:12:13.356Z | Downloaded lru v0.12.1 |
1441 | 2024-04-01T22:12:13.385Z | Downloaded linear-map v1.2.0 |
1442 | 2024-04-01T22:12:13.385Z | Downloaded indoc v1.0.9 |
1443 | 2024-04-01T22:12:13.385Z | Downloaded heapless v0.8.0 |
1444 | 2024-04-01T22:12:13.385Z | Downloaded crossterm v0.27.0 |
1445 | 2024-04-01T22:12:13.385Z | Downloaded criterion v0.5.1 |
1446 | 2024-04-01T22:12:13.385Z | Downloaded crunchy v0.2.2 |
1447 | 2024-04-01T22:12:13.385Z | Downloaded zone_cfg_derive v0.1.2 |
1448 | 2024-04-01T22:12:13.385Z | Downloaded zone v0.1.8 |
1449 | 2024-04-01T22:12:13.385Z | Downloaded usdt-macro v0.5.0 |
1450 | 2024-04-01T22:12:13.385Z | Downloaded usdt-macro v0.3.5 |
1451 | 2024-04-01T22:12:13.414Z | Downloaded usdt-attr-macro v0.5.0 |
1452 | 2024-04-01T22:12:13.414Z | Downloaded usdt v0.5.0 |
1453 | 2024-04-01T22:12:13.414Z | Downloaded spki v0.7.2 |
1454 | 2024-04-01T22:12:13.415Z | Downloaded spin v0.9.8 |
1455 | 2024-04-01T22:12:13.415Z | Downloaded spin v0.5.2 |
1456 | 2024-04-01T22:12:13.415Z | Downloaded socket2 v0.4.9 |
1457 | 2024-04-01T22:12:13.415Z | Downloaded snafu-derive v0.7.5 |
1458 | 2024-04-01T22:12:13.415Z | Downloaded smf v0.2.2 |
1459 | 2024-04-01T22:12:13.415Z | Downloaded smawk v0.3.1 |
1460 | 2024-04-01T22:12:13.415Z | Downloaded smallvec v1.13.1 |
1461 | 2024-04-01T22:12:13.415Z | Downloaded slog-term v2.9.0 |
1462 | 2024-04-01T22:12:13.415Z | Downloaded slog-scope v4.4.0 |
1463 | 2024-04-01T22:12:13.415Z | Downloaded slog-json v2.6.1 |
1464 | 2024-04-01T22:12:13.415Z | Downloaded slog-envlogger v2.2.0 |
1465 | 2024-04-01T22:12:13.415Z | Downloaded slog-bunyan v2.5.0 |
1466 | 2024-04-01T22:12:13.415Z | Downloaded slog-async v2.8.0 |
1467 | 2024-04-01T22:12:13.415Z | Downloaded slog v2.7.0 |
1468 | 2024-04-01T22:12:13.440Z | Downloaded slab v0.4.9 |
1469 | 2024-04-01T22:12:13.440Z | Downloaded similar v2.4.0 |
1470 | 2024-04-01T22:12:13.440Z | Downloaded new_debug_unreachable v1.0.4 |
1471 | 2024-04-01T22:12:13.440Z | Downloaded instant v0.1.12 |
1472 | 2024-04-01T22:12:13.440Z | Downloaded indexmap v1.9.3 |
1473 | 2024-04-01T22:12:13.440Z | Downloaded httparse v1.8.0 |
1474 | 2024-04-01T22:12:13.440Z | Downloaded http v1.0.0 |
1475 | 2024-04-01T22:12:13.440Z | Downloaded http v0.2.12 |
1476 | 2024-04-01T22:12:13.440Z | Downloaded hmac v0.12.1 |
1477 | 2024-04-01T22:12:13.440Z | Downloaded heapless v0.7.16 |
1478 | 2024-04-01T22:12:13.465Z | Downloaded crossbeam-channel v0.5.8 |
1479 | 2024-04-01T22:12:13.465Z | Downloaded chrono v0.4.34 |
1480 | 2024-04-01T22:12:13.465Z | Downloaded bitvec v1.0.1 |
1481 | 2024-04-01T22:12:13.489Z | Downloaded sqlparser_derive v0.2.2 |
1482 | 2024-04-01T22:12:13.489Z | Downloaded sqlformat v0.2.3 |
1483 | 2024-04-01T22:12:13.489Z | Downloaded smallvec v0.6.14 |
1484 | 2024-04-01T22:12:13.489Z | Downloaded slog-stdlog v4.1.1 |
1485 | 2024-04-01T22:12:13.489Z | Downloaded slog-dtrace v0.3.0 |
1486 | 2024-04-01T22:12:13.489Z | Downloaded siphasher v0.3.11 |
1487 | 2024-04-01T22:12:13.489Z | Downloaded similar-asserts v1.5.0 |
1488 | 2024-04-01T22:12:13.489Z | Downloaded signature v2.1.0 |
1489 | 2024-04-01T22:12:13.489Z | Downloaded signature v1.6.4 |
1490 | 2024-04-01T22:12:13.489Z | Downloaded signal-hook-tokio v0.3.1 |
1491 | 2024-04-01T22:12:13.516Z | Downloaded match_cfg v0.1.0 |
1492 | 2024-04-01T22:12:13.516Z | Downloaded is_ci v1.2.0 |
1493 | 2024-04-01T22:12:13.516Z | Downloaded hyper-rustls v0.26.0 |
1494 | 2024-04-01T22:12:13.516Z | Downloaded hubpack v0.1.2 |
1495 | 2024-04-01T22:12:13.517Z | Downloaded httptest v0.15.5 |
1496 | 2024-04-01T22:12:13.517Z | Downloaded httpdate v1.0.3 |
1497 | 2024-04-01T22:12:13.517Z | Downloaded http-body v0.4.5 |
1498 | 2024-04-01T22:12:13.517Z | Downloaded hostname v0.3.1 |
1499 | 2024-04-01T22:12:13.517Z | Downloaded home v0.5.5 |
1500 | 2024-04-01T22:12:13.517Z | Downloaded highway v1.1.0 |
1501 | 2024-04-01T22:12:13.517Z | Downloaded hex-literal v0.4.1 |
1502 | 2024-04-01T22:12:13.517Z | Downloaded hex v0.4.3 |
1503 | 2024-04-01T22:12:13.517Z | Downloaded heck v0.3.3 |
1504 | 2024-04-01T22:12:13.517Z | Downloaded hash32 v0.3.1 |
1505 | 2024-04-01T22:12:13.517Z | Downloaded crossbeam-utils v0.8.19 |
1506 | 2024-04-01T22:12:13.517Z | Downloaded crc-any v2.4.3 |
1507 | 2024-04-01T22:12:13.541Z | Downloaded crc v3.0.1 |
1508 | 2024-04-01T22:12:13.541Z | Downloaded corncobs v0.1.3 |
1509 | 2024-04-01T22:12:13.541Z | Downloaded cookie_store v0.20.0 |
1510 | 2024-04-01T22:12:13.541Z | Downloaded constant_time_eq v0.2.6 |
1511 | 2024-04-01T22:12:13.541Z | Downloaded colored v2.1.0 |
1512 | 2024-04-01T22:12:13.542Z | Downloaded cfg-expr v0.15.6 |
1513 | 2024-04-01T22:12:13.542Z | Downloaded bstr v1.9.0 |
1514 | 2024-04-01T22:12:13.542Z | Downloaded iana-time-zone v0.1.57 |
1515 | 2024-04-01T22:12:13.565Z | Downloaded hyper-tls v0.5.0 |
1516 | 2024-04-01T22:12:13.566Z | Downloaded hyper-staticfile v0.9.5 |
1517 | 2024-04-01T22:12:13.566Z | Downloaded http-range v0.1.5 |
1518 | 2024-04-01T22:12:13.566Z | Downloaded http-body v1.0.0 |
1519 | 2024-04-01T22:12:13.566Z | Downloaded headers-core v0.2.0 |
1520 | 2024-04-01T22:12:13.566Z | Downloaded crossbeam-epoch v0.9.18 |
1521 | 2024-04-01T22:12:13.566Z | Downloaded crc32fast v1.3.2 |
1522 | 2024-04-01T22:12:13.566Z | Downloaded crc-catalog v2.2.0 |
1523 | 2024-04-01T22:12:13.566Z | Downloaded cpufeatures v0.2.12 |
1524 | 2024-04-01T22:12:13.566Z | Downloaded cookie v0.17.0 |
1525 | 2024-04-01T22:12:13.566Z | Downloaded constant_time_eq v0.3.0 |
1526 | 2024-04-01T22:12:13.566Z | Downloaded cobs v0.2.3 |
1527 | 2024-04-01T22:12:13.566Z | Downloaded clang-sys v1.6.1 |
1528 | 2024-04-01T22:12:13.566Z | Downloaded cipher v0.4.4 |
1529 | 2024-04-01T22:12:13.566Z | Downloaded chacha20 v0.9.1 |
1530 | 2024-04-01T22:12:13.591Z | Downloaded cc v1.0.83 |
1531 | 2024-04-01T22:12:13.591Z | Downloaded hyper-rustls v0.24.2 |
1532 | 2024-04-01T22:12:13.591Z | Downloaded humantime v2.1.0 |
1533 | 2024-04-01T22:12:13.591Z | Downloaded hubpack_derive v0.1.1 |
1534 | 2024-04-01T22:12:13.591Z | Downloaded criterion-plot v0.5.0 |
1535 | 2024-04-01T22:12:13.591Z | Downloaded cookie v0.18.0 |
1536 | 2024-04-01T22:12:13.591Z | Downloaded const_format v0.2.32 |
1537 | 2024-04-01T22:12:13.591Z | Downloaded const-oid v0.9.6 |
1538 | 2024-04-01T22:12:13.591Z | Downloaded ciborium-io v0.2.2 |
1539 | 2024-04-01T22:12:13.591Z | Downloaded chacha20poly1305 v0.10.1 |
1540 | 2024-04-01T22:12:13.615Z | Downloaded cexpr v0.6.0 |
1541 | 2024-04-01T22:12:13.615Z | Downloaded castaway v0.2.2 |
1542 | 2024-04-01T22:12:13.615Z | Downloaded blake3 v1.5.0 |
1543 | 2024-04-01T22:12:13.615Z | Downloaded const_format_proc_macros v0.2.32 |
1544 | 2024-04-01T22:12:13.615Z | Downloaded cancel-safe-futures v0.1.5 |
1545 | 2024-04-01T22:12:13.615Z | Downloaded camino-tempfile v1.1.1 |
1546 | 2024-04-01T22:12:13.616Z | Downloaded basic-toml v0.1.8 |
1547 | 2024-04-01T22:12:13.640Z | Downloaded backtrace v0.3.69 |
1548 | 2024-04-01T22:12:13.640Z | Downloaded async-stream-impl v0.3.5 |
1549 | 2024-04-01T22:12:13.640Z | Downloaded console v0.15.8 |
1550 | 2024-04-01T22:12:13.640Z | Downloaded ciborium-ll v0.2.2 |
1551 | 2024-04-01T22:12:13.640Z | Downloaded ciborium v0.2.2 |
1552 | 2024-04-01T22:12:13.640Z | Downloaded cfg-if v1.0.0 |
1553 | 2024-04-01T22:12:13.640Z | Downloaded cast v0.3.0 |
1554 | 2024-04-01T22:12:13.640Z | Downloaded cassowary v0.3.0 |
1555 | 2024-04-01T22:12:13.665Z | Downloaded bzip2 v0.4.4 |
1556 | 2024-04-01T22:12:13.665Z | Downloaded bytes v1.5.0 |
1557 | 2024-04-01T22:12:13.665Z | Downloaded byteorder v1.5.0 |
1558 | 2024-04-01T22:12:13.665Z | Downloaded bytecount v0.6.3 |
1559 | 2024-04-01T22:12:13.665Z | Downloaded buf-list v1.0.3 |
1560 | 2024-04-01T22:12:13.665Z | Downloaded block-padding v0.3.3 |
1561 | 2024-04-01T22:12:13.665Z | Downloaded block-buffer v0.10.4 |
1562 | 2024-04-01T22:12:13.665Z | Downloaded blake2b_simd v1.0.1 |
1563 | 2024-04-01T22:12:13.665Z | Downloaded blake2 v0.10.6 |
1564 | 2024-04-01T22:12:13.665Z | Downloaded bitstruct_derive v0.1.0 |
1565 | 2024-04-01T22:12:13.665Z | Downloaded bitstruct v0.1.1 |
1566 | 2024-04-01T22:12:13.665Z | Downloaded bitflags v1.3.2 |
1567 | 2024-04-01T22:12:13.690Z | Downloaded bitfield v0.14.0 |
1568 | 2024-04-01T22:12:13.691Z | Downloaded bit-vec v0.6.3 |
1569 | 2024-04-01T22:12:13.691Z | Downloaded bit-set v0.5.3 |
1570 | 2024-04-01T22:12:13.691Z | Downloaded bindgen v0.69.2 |
1571 | 2024-04-01T22:12:13.691Z | Downloaded bcs v0.1.6 |
1572 | 2024-04-01T22:12:13.691Z | Downloaded bb8 v0.8.3 |
1573 | 2024-04-01T22:12:13.691Z | Downloaded base64ct v1.6.0 |
1574 | 2024-04-01T22:12:13.691Z | Downloaded base64 v0.22.0 |
1575 | 2024-04-01T22:12:13.691Z | Downloaded base64 v0.21.7 |
1576 | 2024-04-01T22:12:13.716Z | Downloaded base64 v0.13.1 |
1577 | 2024-04-01T22:12:13.716Z | Downloaded base16ct v0.2.0 |
1578 | 2024-04-01T22:12:13.716Z | Downloaded atomic-waker v1.1.1 |
1579 | 2024-04-01T22:12:13.716Z | Downloaded async-trait v0.1.77 |
1580 | 2024-04-01T22:12:13.716Z | Downloaded async-stream v0.3.5 |
1581 | 2024-04-01T22:12:13.716Z | Downloaded aho-corasick v1.1.2 |
1582 | 2024-04-01T22:12:13.716Z | Downloaded atty v0.2.14 |
1583 | 2024-04-01T22:12:13.716Z | Downloaded atomicwrites v0.4.3 |
1584 | 2024-04-01T22:12:13.716Z | Downloaded async-recursion v1.0.5 |
1585 | 2024-04-01T22:12:13.716Z | Downloaded assert_matches v1.5.0 |
1586 | 2024-04-01T22:12:13.740Z | Downloaded assert_cmd v2.0.14 |
1587 | 2024-04-01T22:12:13.740Z | Downloaded ascii-canvas v3.0.0 |
1588 | 2024-04-01T22:12:13.740Z | Downloaded ascii v1.1.0 |
1589 | 2024-04-01T22:12:13.740Z | Downloaded arrayvec v0.7.4 |
1590 | 2024-04-01T22:12:13.740Z | Downloaded arrayref v0.3.7 |
1591 | 2024-04-01T22:12:13.740Z | Downloaded array-init v0.0.4 |
1592 | 2024-04-01T22:12:13.740Z | Downloaded argon2 v0.5.3 |
1593 | 2024-04-01T22:12:13.740Z | Downloaded arc-swap v1.6.0 |
1594 | 2024-04-01T22:12:13.740Z | Downloaded ansi_term v0.12.1 |
1595 | 2024-04-01T22:12:13.740Z | Downloaded anes v0.1.6 |
1596 | 2024-04-01T22:12:13.741Z | Downloaded allocator-api2 v0.2.16 |
1597 | 2024-04-01T22:12:13.765Z | Downloaded ahash v0.8.8 |
1598 | 2024-04-01T22:12:13.765Z | Downloaded aead v0.5.2 |
1599 | 2024-04-01T22:12:13.765Z | Downloaded adler v1.0.2 |
1600 | 2024-04-01T22:12:13.765Z | Downloaded addr2line v0.21.0 |
1601 | 2024-04-01T22:12:14.334Z | Compiling libc v0.2.153 |
1602 | 2024-04-01T22:12:14.334Z | Compiling serde v1.0.197 |
1603 | 2024-04-01T22:12:14.334Z | Compiling version_check v0.9.4 |
1604 | 2024-04-01T22:12:14.334Z | Checking cfg-if v1.0.0 |
1605 | 2024-04-01T22:12:14.359Z | Compiling syn v1.0.109 |
1606 | 2024-04-01T22:12:14.359Z | Compiling lock_api v0.4.10 |
1607 | 2024-04-01T22:12:14.397Z | Compiling syn v2.0.52 |
1608 | 2024-04-01T22:12:14.463Z | Compiling parking_lot_core v0.9.8 |
1609 | 2024-04-01T22:12:14.542Z | Compiling libm v0.2.7 |
1610 | 2024-04-01T22:12:14.874Z | Compiling memchr v2.7.1 |
1611 | 2024-04-01T22:12:14.925Z | Compiling once_cell v1.19.0 |
1612 | 2024-04-01T22:12:14.975Z | Compiling num-traits v0.2.18 |
1613 | 2024-04-01T22:12:15.110Z | Compiling serde_json v1.0.114 |
1614 | 2024-04-01T22:12:15.335Z | Compiling ahash v0.8.8 |
1615 | 2024-04-01T22:12:15.486Z | Compiling byteorder v1.5.0 |
1616 | 2024-04-01T22:12:15.879Z | Checking log v0.4.21 |
1617 | 2024-04-01T22:12:16.093Z | Checking getrandom v0.2.12 |
1618 | 2024-04-01T22:12:16.126Z | Compiling slab v0.4.9 |
1619 | 2024-04-01T22:12:16.154Z | Checking itoa v1.0.9 |
1620 | 2024-04-01T22:12:16.305Z | Compiling cc v1.0.83 |
1621 | 2024-04-01T22:12:16.469Z | Compiling typenum v1.16.0 |
1622 | 2024-04-01T22:12:16.496Z | Compiling generic-array v0.14.7 |
1623 | 2024-04-01T22:12:16.743Z | Checking scopeguard v1.2.0 |
1624 | 2024-04-01T22:12:16.743Z | Checking smallvec v1.13.1 |
1625 | 2024-04-01T22:12:16.855Z | Compiling allocator-api2 v0.2.16 |
1626 | 2024-04-01T22:12:16.879Z | Compiling pkg-config v0.3.27 |
1627 | 2024-04-01T22:12:17.499Z | Compiling rustix v0.38.31 |
1628 | 2024-04-01T22:12:17.645Z | Compiling schemars v0.8.16 |
1629 | 2024-04-01T22:12:17.834Z | Compiling fnv v1.0.7 |
1630 | 2024-04-01T22:12:17.946Z | Compiling httparse v1.8.0 |
1631 | 2024-04-01T22:12:17.971Z | Checking pin-project-lite v0.2.13 |
1632 | 2024-04-01T22:12:18.103Z | Checking parking_lot v0.12.1 |
1633 | 2024-04-01T22:12:18.236Z | Compiling num-conv v0.1.0 |
1634 | 2024-04-01T22:12:18.303Z | Compiling time-core v0.1.2 |
1635 | 2024-04-01T22:12:18.412Z | Checking signal-hook-registry v1.4.1 |
1636 | 2024-04-01T22:12:18.449Z | Compiling vcpkg v0.2.15 |
1637 | 2024-04-01T22:12:18.473Z | Compiling time-macros v0.2.17 |
1638 | 2024-04-01T22:12:18.642Z | Checking mio v0.8.11 |
1639 | 2024-04-01T22:12:18.903Z | Compiling ucd-trie v0.1.6 |
1640 | 2024-04-01T22:12:19.123Z | Checking ryu v1.0.15 |
1641 | 2024-04-01T22:12:19.164Z | Compiling ring v0.17.8 |
1642 | 2024-04-01T22:12:19.314Z | Compiling aho-corasick v1.1.2 |
1643 | 2024-04-01T22:12:20.054Z | Compiling regex-syntax v0.8.2 |
1644 | 2024-04-01T22:12:20.239Z | Compiling openssl-sys v0.9.96 |
1645 | 2024-04-01T22:12:21.174Z | Checking rand_core v0.6.4 |
1646 | 2024-04-01T22:12:21.259Z | Compiling serde_derive_internals v0.26.0 |
1647 | 2024-04-01T22:12:21.455Z | Checking num_cpus v1.16.0 |
1648 | 2024-04-01T22:12:21.554Z | Checking futures-core v0.3.30 |
1649 | 2024-04-01T22:12:21.731Z | Compiling ring v0.16.20 |
1650 | 2024-04-01T22:12:28.086Z | Checking socket2 v0.5.5 |
1651 | 2024-04-01T22:12:28.175Z | Compiling openssl v0.10.60 |
1652 | 2024-04-01T22:12:28.175Z | Compiling regex-automata v0.4.5 |
1653 | 2024-04-01T22:12:28.175Z | Compiling slog v2.7.0 |
1654 | 2024-04-01T22:12:28.175Z | Compiling crossbeam-utils v0.8.19 |
1655 | 2024-04-01T22:12:28.175Z | Compiling async-trait v0.1.77 |
1656 | 2024-04-01T22:12:28.175Z | Checking spin v0.5.2 |
1657 | 2024-04-01T22:12:28.175Z | Compiling iana-time-zone v0.1.57 |
1658 | 2024-04-01T22:12:28.175Z | Compiling rustls v0.21.9 |
1659 | 2024-04-01T22:12:28.175Z | Compiling native-tls v0.2.11 |
1660 | 2024-04-01T22:12:28.175Z | Compiling rustversion v1.0.14 |
1661 | 2024-04-01T22:12:28.175Z | Compiling cookie v0.17.0 |
1662 | 2024-04-01T22:12:28.175Z | Compiling backtrace v0.3.69 |
1663 | 2024-04-01T22:12:28.176Z | Compiling dyn-clone v1.0.17 |
1664 | 2024-04-01T22:12:28.176Z | Compiling uuid v0.8.2 |
1665 | 2024-04-01T22:12:28.176Z | Compiling unicode-xid v0.2.4 |
1666 | 2024-04-01T22:12:28.176Z | Checking futures-sink v0.3.30 |
1667 | 2024-04-01T22:12:28.176Z | Compiling anyhow v1.0.79 |
1668 | 2024-04-01T22:12:28.176Z | Checking pin-utils v0.1.0 |
1669 | 2024-04-01T22:12:28.176Z | Checking futures-channel v0.3.30 |
1670 | 2024-04-01T22:12:28.211Z | Compiling tinyvec_macros v0.1.1 |
1671 | 2024-04-01T22:12:28.211Z | Checking futures-io v0.3.30 |
1672 | 2024-04-01T22:12:28.212Z | Checking futures-task v0.3.30 |
1673 | 2024-04-01T22:12:28.212Z | Compiling tinyvec v1.6.0 |
1674 | 2024-04-01T22:12:28.212Z | Compiling thread-id v4.2.0 |
1675 | 2024-04-01T22:12:28.212Z | Compiling unicode-bidi v0.3.15 |
1676 | 2024-04-01T22:12:28.212Z | Compiling regex v1.10.3 |
1677 | 2024-04-01T22:12:28.212Z | Compiling serde_derive v1.0.197 |
1678 | 2024-04-01T22:12:28.212Z | Compiling zerocopy-derive v0.7.32 |
1679 | 2024-04-01T22:12:28.212Z | Compiling thiserror-impl v1.0.57 |
1680 | 2024-04-01T22:12:28.212Z | Compiling zeroize_derive v1.4.2 |
1681 | 2024-04-01T22:12:28.212Z | Compiling tokio-macros v2.2.0 |
1682 | 2024-04-01T22:12:28.213Z | Compiling futures-macro v0.3.30 |
1683 | 2024-04-01T22:12:28.213Z | Compiling tracing-attributes v0.1.27 |
1684 | 2024-04-01T22:12:29.024Z | Compiling schemars_derive v0.8.16 |
1685 | 2024-04-01T22:12:29.080Z | Checking zeroize v1.7.0 |
1686 | 2024-04-01T22:12:29.298Z | Compiling openssl-macros v0.1.1 |
1687 | 2024-04-01T22:12:29.356Z | Compiling zerocopy v0.7.32 |
1688 | 2024-04-01T22:12:30.293Z | Compiling thiserror v1.0.57 |
1689 | 2024-04-01T22:12:30.406Z | Compiling pest v2.7.6 |
1690 | 2024-04-01T22:12:31.099Z | Compiling hashbrown v0.14.3 |
1691 | 2024-04-01T22:12:31.133Z | Checking futures-util v0.3.30 |
1692 | 2024-04-01T22:12:31.196Z | Compiling scroll_derive v0.12.0 |
1693 | 2024-04-01T22:12:31.476Z | Compiling unicode-normalization v0.1.22 |
1694 | 2024-04-01T22:12:31.742Z | Compiling der_derive v0.7.2 |
1695 | 2024-04-01T22:12:32.276Z | Compiling pest_meta v2.7.6 |
1696 | 2024-04-01T22:12:32.478Z | Compiling errno v0.3.8 |
1697 | 2024-04-01T22:12:32.637Z | Compiling unicode-width v0.1.11 |
1698 | 2024-04-01T22:12:32.674Z | Checking subtle v2.5.0 |
1699 | 2024-04-01T22:12:32.777Z | Compiling crc32fast v1.3.2 |
1700 | 2024-04-01T22:12:32.899Z | Compiling either v1.10.0 |
1701 | 2024-04-01T22:12:33.259Z | Compiling pest_generator v2.7.6 |
1702 | 2024-04-01T22:12:33.864Z | Compiling winnow v0.5.15 |
1703 | 2024-04-01T22:12:34.847Z | Compiling synstructure v0.12.6 |
1704 | 2024-04-01T22:12:35.086Z | Compiling spin v0.9.8 |
1705 | 2024-04-01T22:12:35.408Z | Compiling tracing-core v0.1.32 |
1706 | 2024-04-01T22:12:36.300Z | Compiling zerocopy-derive v0.2.0 |
1707 | 2024-04-01T22:12:36.395Z | Compiling pest_derive v2.7.6 |
1708 | 2024-04-01T22:12:36.585Z | Compiling tracing v0.1.40 |
1709 | 2024-04-01T22:12:36.703Z | Compiling scroll v0.12.0 |
1710 | 2024-04-01T22:12:36.930Z | Compiling usdt-impl v0.5.0 |
1711 | 2024-04-01T22:12:37.072Z | Compiling plain v0.2.3 |
1712 | 2024-04-01T22:12:37.211Z | Compiling percent-encoding v2.3.1 |
1713 | 2024-04-01T22:12:37.237Z | Compiling const-oid v0.9.6 |
1714 | 2024-04-01T22:12:37.461Z | Compiling goblin v0.8.0 |
1715 | 2024-04-01T22:12:37.516Z | Compiling lazy_static v1.4.0 |
1716 | 2024-04-01T22:12:37.540Z | Compiling pretty-hex v0.4.1 |
1717 | 2024-04-01T22:12:37.627Z | Compiling dtrace-parser v0.2.0 |
1718 | 2024-04-01T22:12:37.729Z | Compiling clap_derive v4.5.0 |
1719 | 2024-04-01T22:12:37.754Z | Checking bytes v1.5.0 |
1720 | 2024-04-01T22:12:38.555Z | Compiling indexmap v2.2.5 |
1721 | 2024-04-01T22:12:39.017Z | Compiling bitflags v2.4.2 |
1722 | 2024-04-01T22:12:39.237Z | Checking tokio v1.36.0 |
1723 | 2024-04-01T22:12:39.306Z | Compiling chrono v0.4.34 |
1724 | 2024-04-01T22:12:39.379Z | Compiling uuid v1.7.0 |
1725 | 2024-04-01T22:12:39.725Z | Compiling http v0.2.12 |
1726 | 2024-04-01T22:12:39.973Z | Compiling semver v1.0.22 |
1727 | 2024-04-01T22:12:40.442Z | Compiling rustc_version v0.4.0 |
1728 | 2024-04-01T22:12:40.604Z | Compiling toml_datetime v0.6.5 |
1729 | 2024-04-01T22:12:40.910Z | Compiling serde_spanned v0.6.5 |
1730 | 2024-04-01T22:12:41.118Z | Compiling toml_edit v0.19.15 |
1731 | 2024-04-01T22:12:41.813Z | Compiling openapiv3 v2.0.0 |
1732 | 2024-04-01T22:12:43.483Z | Compiling dof v0.3.0 |
1733 | 2024-04-01T22:12:44.260Z | Compiling untrusted v0.7.1 |
1734 | 2024-04-01T22:12:44.421Z | Compiling powerfmt v0.2.0 |
1735 | 2024-04-01T22:12:44.774Z | Compiling untrusted v0.9.0 |
1736 | 2024-04-01T22:12:44.816Z | Compiling foreign-types-shared v0.1.1 |
1737 | 2024-04-01T22:12:44.920Z | Compiling signal-hook v0.3.17 |
1738 | 2024-04-01T22:12:44.945Z | Compiling foreign-types v0.3.2 |
1739 | 2024-04-01T22:12:45.037Z | Compiling deranged v0.3.11 |
1740 | 2024-04-01T22:12:45.356Z | Compiling form_urlencoded v1.2.1 |
1741 | 2024-04-01T22:12:45.631Z | Compiling crypto-common v0.1.6 |
1742 | 2024-04-01T22:12:45.807Z | Compiling zerocopy-derive v0.6.4 |
1743 | 2024-04-01T22:12:46.607Z | Compiling usdt-impl v0.3.5 |
1744 | 2024-04-01T22:12:46.633Z | Compiling base64 v0.21.7 |
1745 | 2024-04-01T22:12:46.886Z | Compiling siphasher v0.3.11 |
1746 | 2024-04-01T22:12:46.959Z | Compiling try-lock v0.2.4 |
1747 | 2024-04-01T22:12:47.113Z | Compiling num_threads v0.1.6 |
1748 | 2024-04-01T22:12:47.649Z | Compiling time v0.3.34 |
1749 | 2024-04-01T22:12:47.649Z | Compiling want v0.3.1 |
1750 | 2024-04-01T22:12:47.649Z | Compiling sct v0.7.0 |
1751 | 2024-04-01T22:12:47.697Z | Compiling tokio-util v0.7.10 |
1752 | 2024-04-01T22:12:47.721Z | Compiling rustls-webpki v0.101.7 |
1753 | 2024-04-01T22:12:47.750Z | Compiling http-body v0.4.5 |
1754 | 2024-04-01T22:12:48.473Z | Compiling zerocopy v0.3.0 |
1755 | 2024-04-01T22:12:48.512Z | Compiling block-buffer v0.10.4 |
1756 | 2024-04-01T22:12:48.512Z | Compiling idna v0.5.0 |
1757 | 2024-04-01T22:12:48.605Z | Compiling h2 v0.3.24 |
1758 | 2024-04-01T22:12:48.681Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1759 | 2024-04-01T22:12:49.030Z | Compiling tower-service v0.3.2 |
1760 | 2024-04-01T22:12:49.141Z | Compiling httpdate v1.0.3 |
1761 | 2024-04-01T22:12:49.290Z | Compiling openssl-probe v0.1.5 |
1762 | 2024-04-01T22:12:49.597Z | Compiling url v2.5.0 |
1763 | 2024-04-01T22:12:49.651Z | Compiling dof v0.1.5 |
1764 | 2024-04-01T22:12:50.099Z | Compiling digest v0.10.7 |
1765 | 2024-04-01T22:12:50.484Z | Compiling heapless v0.7.16 |
1766 | 2024-04-01T22:12:50.567Z | Compiling dtrace-parser v0.1.14 |
1767 | 2024-04-01T22:12:50.991Z | Compiling idna v0.3.0 |
1768 | 2024-04-01T22:12:51.596Z | Compiling unicode-segmentation v1.10.1 |
1769 | 2024-04-01T22:12:52.208Z | Compiling ppv-lite86 v0.2.17 |
1770 | 2024-04-01T22:12:52.270Z | Compiling psl-types v2.0.11 |
1771 | 2024-04-01T22:12:52.391Z | Compiling adler v1.0.2 |
1772 | 2024-04-01T22:12:52.612Z | Compiling miniz_oxide v0.7.1 |
1773 | 2024-04-01T22:12:52.903Z | Compiling rand_chacha v0.3.1 |
1774 | 2024-04-01T22:12:52.928Z | Compiling tokio-native-tls v0.3.1 |
1775 | 2024-04-01T22:12:53.170Z | Compiling publicsuffix v2.2.3 |
1776 | 2024-04-01T22:12:53.400Z | Compiling crossbeam-epoch v0.9.18 |
1777 | 2024-04-01T22:12:53.632Z | Compiling tokio-rustls v0.24.1 |
1778 | 2024-04-01T22:12:53.977Z | Compiling serde_tokenstream v0.1.7 |
1779 | 2024-04-01T22:12:54.105Z | Compiling hyper v0.14.28 |
1780 | 2024-04-01T22:12:54.335Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1781 | 2024-04-01T22:12:54.456Z | Checking equivalent v1.0.1 |
1782 | 2024-04-01T22:12:54.563Z | Compiling ipnet v2.9.0 |
1783 | 2024-04-01T22:12:54.588Z | Compiling bit-vec v0.6.3 |
1784 | 2024-04-01T22:12:54.976Z | Compiling cookie_store v0.20.0 |
1785 | 2024-04-01T22:12:55.075Z | Compiling rand v0.8.5 |
1786 | 2024-04-01T22:12:55.620Z | Compiling phf_shared v0.10.0 |
1787 | 2024-04-01T22:12:55.940Z | Compiling rustls-pemfile v1.0.3 |
1788 | 2024-04-01T22:12:55.965Z | Compiling serde_urlencoded v0.7.1 |
1789 | 2024-04-01T22:12:56.280Z | Compiling encoding_rs v0.8.33 |
1790 | 2024-04-01T22:12:56.304Z | Compiling num-bigint v0.4.4 |
1791 | 2024-04-01T22:12:56.411Z | Compiling base64ct v1.6.0 |
1792 | 2024-04-01T22:12:56.535Z | Compiling mime v0.3.17 |
1793 | 2024-04-01T22:12:56.754Z | Compiling gimli v0.28.0 |
1794 | 2024-04-01T22:12:56.929Z | Compiling sync_wrapper v0.1.2 |
1795 | 2024-04-01T22:12:56.986Z | Compiling minimal-lexical v0.2.1 |
1796 | 2024-04-01T22:12:57.070Z | Compiling precomputed-hash v0.1.1 |
1797 | 2024-04-01T22:12:57.095Z | Compiling webpki-roots v0.25.2 |
1798 | 2024-04-01T22:12:57.164Z | Compiling smoltcp v0.9.1 |
1799 | 2024-04-01T22:12:57.206Z | Compiling fixedbitset v0.4.2 |
1800 | 2024-04-01T22:12:57.299Z | Compiling new_debug_unreachable v1.0.4 |
1801 | 2024-04-01T22:12:57.373Z | Compiling string_cache v0.8.7 |
1802 | 2024-04-01T22:12:57.430Z | Compiling nom v7.1.3 |
1803 | 2024-04-01T22:12:57.591Z | Compiling petgraph v0.6.4 |
1804 | 2024-04-01T22:12:57.795Z | Compiling pem-rfc7468 v0.7.0 |
1805 | 2024-04-01T22:12:58.125Z | Compiling usdt-macro v0.3.5 |
1806 | 2024-04-01T22:12:58.246Z | Compiling usdt-attr-macro v0.3.5 |
1807 | 2024-04-01T22:12:58.470Z | Compiling bit-set v0.5.3 |
1808 | 2024-04-01T22:12:58.701Z | Compiling hmac v0.12.1 |
1809 | 2024-04-01T22:12:59.196Z | Compiling itertools v0.10.5 |
1810 | 2024-04-01T22:12:59.230Z | Compiling enum-as-inner v0.5.1 |
1811 | 2024-04-01T22:12:59.487Z | Compiling hubpack_derive v0.1.1 |
1812 | 2024-04-01T22:12:59.928Z | Compiling hyper-tls v0.5.0 |
1813 | 2024-04-01T22:13:00.093Z | Compiling hyper-rustls v0.24.2 |
1814 | 2024-04-01T22:13:00.233Z | Compiling addr2line v0.21.0 |
1815 | 2024-04-01T22:13:00.257Z | Compiling diesel_table_macro_syntax v0.1.0 |
1816 | 2024-04-01T22:13:00.370Z | Compiling reqwest v0.11.24 |
1817 | 2024-04-01T22:13:00.402Z | Compiling object v0.32.1 |
1818 | 2024-04-01T22:13:00.596Z | Compiling lalrpop-util v0.19.12 |
1819 | 2024-04-01T22:13:00.819Z | Compiling rustc-demangle v0.1.23 |
1820 | 2024-04-01T22:13:00.889Z | Compiling flagset v0.4.3 |
1821 | 2024-04-01T22:13:01.057Z | Compiling der v0.7.8 |
1822 | 2024-04-01T22:13:01.274Z | Compiling diesel_derives v2.1.2 |
1823 | 2024-04-01T22:13:01.524Z | Compiling flate2 v1.0.28 |
1824 | 2024-04-01T22:13:01.631Z | Compiling futures-executor v0.3.30 |
1825 | 2024-04-01T22:13:01.657Z | Compiling strum_macros v0.25.2 |
1826 | 2024-04-01T22:13:02.290Z | Compiling cpufeatures v0.2.12 |
1827 | 2024-04-01T22:13:02.327Z | Compiling toml_edit v0.22.6 |
1828 | 2024-04-01T22:13:02.381Z | Compiling sha2 v0.10.8 |
1829 | 2024-04-01T22:13:02.421Z | Compiling futures v0.3.30 |
1830 | 2024-04-01T22:13:03.478Z | Compiling spki v0.7.2 |
1831 | 2024-04-01T22:13:03.788Z | Compiling md-5 v0.10.5 |
1832 | 2024-04-01T22:13:03.839Z | Compiling toml v0.7.8 |
1833 | 2024-04-01T22:13:04.010Z | Compiling hex v0.4.3 |
1834 | 2024-04-01T22:13:04.521Z | Compiling stringprep v0.1.3 |
1835 | 2024-04-01T22:13:04.962Z | Compiling serde_repr v0.1.16 |
1836 | 2024-04-01T22:13:05.359Z | Compiling num-integer v0.1.46 |
1837 | 2024-04-01T22:13:05.570Z | Compiling hash32 v0.2.1 |
1838 | 2024-04-01T22:13:06.028Z | Checking unicode-ident v1.0.12 |
1839 | 2024-04-01T22:13:06.171Z | Compiling fallible-iterator v0.2.0 |
1840 | 2024-04-01T22:13:06.498Z | Compiling stable_deref_trait v1.2.0 |
1841 | 2024-04-01T22:13:06.747Z | Compiling postgres-protocol v0.6.6 |
1842 | 2024-04-01T22:13:07.613Z | Compiling pkcs8 v0.10.2 |
1843 | 2024-04-01T22:13:07.960Z | Compiling phf_shared v0.11.2 |
1844 | 2024-04-01T22:13:08.102Z | Compiling terminal_size v0.3.0 |
1845 | 2024-04-01T22:13:08.148Z | Compiling ff v0.13.0 |
1846 | 2024-04-01T22:13:08.287Z | Compiling block-padding v0.3.3 |
1847 | 2024-04-01T22:13:08.345Z | Compiling scheduled-thread-pool v0.2.7 |
1848 | 2024-04-01T22:13:08.506Z | Compiling base16ct v0.2.0 |
1849 | 2024-04-01T22:13:08.606Z | Compiling matches v0.1.10 |
1850 | 2024-04-01T22:13:08.724Z | Compiling peg-runtime v0.8.2 |
1851 | 2024-04-01T22:13:08.781Z | Compiling bitflags v1.3.2 |
1852 | 2024-04-01T22:13:08.859Z | Compiling managed v0.8.0 |
1853 | 2024-04-01T22:13:08.887Z | Compiling regex-automata v0.1.10 |
1854 | 2024-04-01T22:13:08.915Z | Compiling clap_builder v4.5.1 |
1855 | 2024-04-01T22:13:09.098Z | Compiling idna v0.2.3 |
1856 | 2024-04-01T22:13:09.128Z | Compiling sec1 v0.7.3 |
1857 | 2024-04-01T22:13:09.257Z | Compiling bstr v0.2.17 |
1858 | 2024-04-01T22:13:09.331Z | Compiling r2d2 v0.8.10 |
1859 | 2024-04-01T22:13:09.692Z | Compiling inout v0.1.3 |
1860 | 2024-04-01T22:13:09.972Z | Compiling signal-hook-mio v0.2.3 |
1861 | 2024-04-01T22:13:09.996Z | Compiling group v0.13.0 |
1862 | 2024-04-01T22:13:10.117Z | Compiling phf v0.11.2 |
1863 | 2024-04-01T22:13:10.270Z | Compiling bzip2 v0.4.4 |
1864 | 2024-04-01T22:13:10.371Z | Compiling postgres-types v0.2.6 |
1865 | 2024-04-01T22:13:10.558Z | Compiling hubpack v0.1.2 |
1866 | 2024-04-01T22:13:10.604Z | Compiling hkdf v0.12.4 |
1867 | 2024-04-01T22:13:10.979Z | Compiling zerocopy v0.6.4 |
1868 | 2024-04-01T22:13:11.065Z | Compiling ipnetwork v0.20.0 |
1869 | 2024-04-01T22:13:11.193Z | Compiling crypto-bigint v0.5.2 |
1870 | 2024-04-01T22:13:11.689Z | Compiling float-cmp v0.9.0 |
1871 | 2024-04-01T22:13:11.831Z | Compiling static_assertions v1.1.0 |
1872 | 2024-04-01T22:13:11.877Z | Compiling predicates-core v1.0.6 |
1873 | 2024-04-01T22:13:11.917Z | Compiling difflib v0.4.0 |
1874 | 2024-04-01T22:13:12.214Z | Compiling normalize-line-endings v0.3.0 |
1875 | 2024-04-01T22:13:12.326Z | Compiling whoami v1.5.0 |
1876 | 2024-04-01T22:13:12.836Z | Compiling data-encoding v2.4.0 |
1877 | 2024-04-01T22:13:13.125Z | Compiling yasna v0.5.2 |
1878 | 2024-04-01T22:13:13.288Z | Compiling elliptic-curve v0.13.8 |
1879 | 2024-04-01T22:13:13.904Z | Compiling trust-dns-proto v0.22.0 |
1880 | 2024-04-01T22:13:13.931Z | Compiling tokio-postgres v0.7.10 |
1881 | 2024-04-01T22:13:14.119Z | Compiling diesel v2.1.4 |
1882 | 2024-04-01T22:13:14.737Z | Compiling predicates v3.1.0 |
1883 | 2024-04-01T22:13:14.826Z | Compiling clap v4.5.1 |
1884 | 2024-04-01T22:13:14.944Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1885 | 2024-04-01T22:13:16.239Z | Compiling zip v0.6.6 |
1886 | 2024-04-01T22:13:16.533Z | Compiling similar v2.4.0 |
1887 | 2024-04-01T22:13:17.087Z | Compiling crossterm v0.27.0 |
1888 | 2024-04-01T22:13:17.410Z | Compiling cipher v0.4.4 |
1889 | 2024-04-01T22:13:18.001Z | Checking proc-macro2 v1.0.78 |
1890 | 2024-04-01T22:13:18.026Z | Compiling num-iter v0.1.44 |
1891 | 2024-04-01T22:13:18.166Z | Compiling usdt v0.3.5 |
1892 | 2024-04-01T22:13:18.395Z | Compiling tokio-stream v0.1.14 |
1893 | 2024-04-01T22:13:18.560Z | Compiling console v0.15.8 |
1894 | 2024-04-01T22:13:18.620Z | Compiling bstr v1.9.0 |
1895 | 2024-04-01T22:13:19.170Z | Checking quote v1.0.35 |
1896 | 2024-04-01T22:13:23.329Z | Checking utf8parse v0.2.1 |
1897 | 2024-04-01T22:13:26.237Z | Checking anstyle v1.0.6 |
1898 | 2024-04-01T22:13:27.702Z | Checking anstyle-parse v0.2.1 |
1899 | 2024-04-01T22:13:27.958Z | Checking anstyle-query v1.0.0 |
1900 | 2024-04-01T22:13:28.063Z | Checking colorchoice v1.0.0 |
1901 | 2024-04-01T22:13:28.181Z | Checking anstream v0.6.11 |
1902 | 2024-04-01T22:13:28.356Z | Checking clap_lex v0.7.0 |
1903 | 2024-04-01T22:13:28.476Z | Checking strsim v0.11.0 |
1904 | 2024-04-01T22:13:30.355Z | Compiling serde_tokenstream v0.2.0 |
1905 | 2024-04-01T22:13:33.138Z | Checking winnow v0.6.1 |
1906 | 2024-04-01T22:13:39.182Z | Compiling regress v0.9.0 |
1907 | 2024-04-01T22:13:39.264Z | Checking heck v0.4.1 |
1908 | 2024-04-01T22:13:39.455Z | Compiling getopts v0.2.21 |
1909 | 2024-04-01T22:13:40.016Z | Compiling unsafe-libyaml v0.2.10 |
1910 | 2024-04-01T22:13:40.299Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1911 | 2024-04-01T22:13:40.756Z | Compiling strsim v0.10.0 |
1912 | 2024-04-01T22:13:40.844Z | Compiling ident_case v1.0.1 |
1913 | 2024-04-01T22:13:41.007Z | Compiling serde_yaml v0.9.25 |
1914 | 2024-04-01T22:13:41.208Z | Checking camino v1.1.6 |
1915 | 2024-04-01T22:13:41.464Z | Checking atty v0.2.14 |
1916 | 2024-04-01T22:13:41.531Z | Checking sha1 v0.10.6 |
1917 | 2024-04-01T22:13:41.572Z | Checking http v1.0.0 |
1918 | 2024-04-01T22:13:41.685Z | Checking fastrand v2.0.1 |
1919 | 2024-04-01T22:13:41.769Z | Checking match_cfg v0.1.0 |
1920 | 2024-04-01T22:13:41.850Z | Checking rustls-pki-types v1.3.0 |
1921 | 2024-04-01T22:13:41.964Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1922 | 2024-04-01T22:13:42.221Z | Checking tempfile v3.10.0 |
1923 | 2024-04-01T22:13:42.514Z | Checking hostname v0.3.1 |
1924 | 2024-04-01T22:13:42.630Z | Compiling darling_core v0.20.3 |
1925 | 2024-04-01T22:13:42.669Z | Compiling strum_macros v0.26.1 |
1926 | 2024-04-01T22:13:43.215Z | Checking dirs-sys-next v0.1.2 |
1927 | 2024-04-01T22:13:43.373Z | Compiling paste v1.0.14 |
1928 | 2024-04-01T22:13:43.442Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1929 | 2024-04-01T22:13:43.790Z | Checking quick-error v1.2.3 |
1930 | 2024-04-01T22:13:43.870Z | Checking dirs-next v2.0.0 |
1931 | 2024-04-01T22:13:43.912Z | Checking crossbeam-channel v0.5.8 |
1932 | 2024-04-01T22:13:43.986Z | Checking thread_local v1.1.7 |
1933 | 2024-04-01T22:13:44.221Z | Compiling slog-async v2.8.0 |
1934 | 2024-04-01T22:13:44.556Z | Compiling rustls v0.22.2 |
1935 | 2024-04-01T22:13:44.580Z | Checking term v0.7.0 |
1936 | 2024-04-01T22:13:44.719Z | Checking rustls-webpki v0.102.1 |
1937 | 2024-04-01T22:13:44.816Z | Checking instant v0.1.12 |
1938 | 2024-04-01T22:13:44.920Z | Checking take_mut v0.2.2 |
1939 | 2024-04-01T22:13:44.944Z | Checking slog-term v2.9.0 |
1940 | 2024-04-01T22:13:45.281Z | Checking rustls-pemfile v2.1.1 |
1941 | 2024-04-01T22:13:45.341Z | Compiling multer v3.0.0 |
1942 | 2024-04-01T22:13:45.485Z | Checking debug-ignore v1.0.5 |
1943 | 2024-04-01T22:13:45.606Z | Checking slog-json v2.6.1 |
1944 | 2024-04-01T22:13:45.640Z | Compiling async-stream-impl v0.3.5 |
1945 | 2024-04-01T22:13:45.664Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1946 | 2024-04-01T22:13:45.840Z | Checking atomic-waker v1.1.1 |
1947 | 2024-04-01T22:13:45.968Z | Checking waitgroup v0.1.2 |
1948 | 2024-04-01T22:13:45.969Z | Checking slog-bunyan v2.5.0 |
1949 | 2024-04-01T22:13:46.112Z | Checking toml v0.8.10 |
1950 | 2024-04-01T22:13:46.389Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1951 | 2024-04-01T22:13:46.718Z | Checking serde_path_to_error v0.1.16 |
1952 | 2024-04-01T22:13:46.778Z | Checking async-stream v0.3.5 |
1953 | 2024-04-01T22:13:46.873Z | Checking strum v0.26.1 |
1954 | 2024-04-01T22:13:46.929Z | Checking wait-timeout v0.2.0 |
1955 | 2024-04-01T22:13:47.057Z | Compiling structmeta-derive v0.3.0 |
1956 | 2024-04-01T22:13:47.118Z | Checking rusty-fork v0.3.0 |
1957 | 2024-04-01T22:13:47.310Z | Checking newtype-uuid v1.0.1 |
1958 | 2024-04-01T22:13:47.358Z | Compiling structmeta-derive v0.2.0 |
1959 | 2024-04-01T22:13:47.515Z | Checking rand_xorshift v0.3.0 |
1960 | 2024-04-01T22:13:47.638Z | Compiling darling_macro v0.20.3 |
1961 | 2024-04-01T22:13:47.664Z | Checking unarray v0.1.4 |
1962 | 2024-04-01T22:13:47.791Z | Checking proptest v1.4.0 |
1963 | 2024-04-01T22:13:48.210Z | Checking backoff v0.4.0 |
1964 | 2024-04-01T22:13:48.338Z | Checking tokio-rustls v0.25.0 |
1965 | 2024-04-01T22:13:48.451Z | Compiling darling v0.20.3 |
1966 | 2024-04-01T22:13:48.476Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1967 | 2024-04-01T22:13:48.551Z | Compiling serde_with_macros v3.6.1 |
1968 | 2024-04-01T22:13:49.089Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1969 | 2024-04-01T22:13:49.205Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1970 | 2024-04-01T22:13:49.387Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1971 | 2024-04-01T22:13:49.536Z | Compiling structmeta v0.3.0 |
1972 | 2024-04-01T22:13:49.802Z | Compiling structmeta v0.2.0 |
1973 | 2024-04-01T22:13:49.887Z | Compiling parse-display-derive v0.9.0 |
1974 | 2024-04-01T22:13:50.014Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1975 | 2024-04-01T22:13:50.140Z | Checking macaddr v1.0.1 |
1976 | 2024-04-01T22:13:50.179Z | Compiling test-strategy v0.3.1 |
1977 | 2024-04-01T22:13:50.433Z | Compiling proc-macro-error-attr v1.0.4 |
1978 | 2024-04-01T22:13:50.722Z | Compiling proc-macro-error v1.0.4 |
1979 | 2024-04-01T22:13:51.206Z | Checking serde_with v3.6.1 |
1980 | 2024-04-01T22:13:51.434Z | Compiling proc-macro-crate v1.3.1 |
1981 | 2024-04-01T22:13:51.573Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1982 | 2024-04-01T22:13:51.876Z | Checking camino-tempfile v1.1.1 |
1983 | 2024-04-01T22:13:52.159Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1984 | 2024-04-01T22:13:52.393Z | Compiling num_enum_derive v0.5.11 |
1985 | 2024-04-01T22:13:52.418Z | Compiling foreign-types-macros v0.2.3 |
1986 | 2024-04-01T22:13:52.469Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1987 | 2024-04-01T22:13:52.694Z | Checking foreign-types-shared v0.3.1 |
1988 | 2024-04-01T22:13:53.089Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1989 | 2024-04-01T22:13:53.445Z | Checking foreign-types v0.5.0 |
1990 | 2024-04-01T22:13:53.546Z | Checking cstr-argument v0.1.2 |
1991 | 2024-04-01T22:13:53.621Z | Checking pretty-hex v0.2.1 |
1992 | 2024-04-01T22:13:53.701Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1993 | 2024-04-01T22:13:53.767Z | Checking tabwriter v1.4.0 |
1994 | 2024-04-01T22:13:53.872Z | Checking parse-display v0.9.0 |
1995 | 2024-04-01T22:13:53.935Z | Checking colored v2.1.0 |
1996 | 2024-04-01T22:13:53.958Z | Checking socket2 v0.4.9 |
1997 | 2024-04-01T22:13:53.983Z | Checking smf v0.2.2 |
1998 | 2024-04-01T22:13:53.983Z | Checking humantime v2.1.0 |
1999 | 2024-04-01T22:13:54.060Z | Checking termcolor v1.2.0 |
2000 | 2024-04-01T22:13:54.177Z | Compiling usdt-attr-macro v0.5.0 |
2001 | 2024-04-01T22:13:54.223Z | Compiling usdt-macro v0.5.0 |
2002 | 2024-04-01T22:13:54.315Z | Checking memmap v0.7.0 |
2003 | 2024-04-01T22:13:54.366Z | Checking arc-swap v1.6.0 |
2004 | 2024-04-01T22:13:54.390Z | Checking utf-8 v0.7.6 |
2005 | 2024-04-01T22:13:54.508Z | Compiling heapless v0.8.0 |
2006 | 2024-04-01T22:13:54.569Z | Checking termtree v0.4.1 |
2007 | 2024-04-01T22:13:54.723Z | Checking num_enum v0.5.11 |
2008 | 2024-04-01T22:13:54.747Z | Checking predicates-tree v1.0.9 |
2009 | 2024-04-01T22:13:54.771Z | Checking slog-scope v4.4.0 |
2010 | 2024-04-01T22:13:54.861Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2011 | 2024-04-01T22:13:54.885Z | Checking hash32 v0.3.1 |
2012 | 2024-04-01T22:13:54.951Z | Checking slog-stdlog v4.1.1 |
2013 | 2024-04-01T22:13:55.051Z | Compiling smoltcp v0.11.0 |
2014 | 2024-04-01T22:13:55.095Z | Checking slog-envlogger v2.2.0 |
2015 | 2024-04-01T22:13:55.119Z | Compiling heck v0.3.3 |
2016 | 2024-04-01T22:13:55.290Z | Checking xattr v1.0.1 |
2017 | 2024-04-01T22:13:55.443Z | Checking filetime v0.2.23 |
2018 | 2024-04-01T22:13:55.469Z | Checking same-file v1.0.6 |
2019 | 2024-04-01T22:13:55.583Z | Checking cobs v0.2.3 |
2020 | 2024-04-01T22:13:55.616Z | Compiling crucible-workspace-hack v0.1.0 |
2021 | 2024-04-01T22:13:55.640Z | Checking usdt v0.5.0 |
2022 | 2024-04-01T22:13:55.664Z | Checking embedded-io v0.4.0 |
2023 | 2024-04-01T22:13:55.704Z | Checking tar v0.4.40 |
2024 | 2024-04-01T22:13:55.746Z | Checking walkdir v2.4.0 |
2025 | 2024-04-01T22:13:55.835Z | Checking postcard v1.0.8 |
2026 | 2024-04-01T22:13:55.866Z | Checking tungstenite v0.20.1 |
2027 | 2024-04-01T22:13:55.911Z | Checking newline-converter v0.3.0 |
2028 | 2024-04-01T22:13:55.984Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2029 | 2024-04-01T22:13:56.056Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2030 | 2024-04-01T22:13:56.183Z | Checking expectorate v1.1.0 |
2031 | 2024-04-01T22:13:56.335Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2032 | 2024-04-01T22:13:56.359Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2033 | 2024-04-01T22:13:56.400Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2034 | 2024-04-01T22:13:56.429Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2035 | 2024-04-01T22:13:56.613Z | Checking tokio-tungstenite v0.20.1 |
2036 | 2024-04-01T22:13:56.638Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2037 | 2024-04-01T22:13:56.880Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2038 | 2024-04-01T22:13:57.127Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
2039 | 2024-04-01T22:13:57.216Z | Compiling mockall_derive v0.12.0 |
2040 | 2024-04-01T22:13:57.382Z | Compiling num-derive v0.4.0 |
2041 | 2024-04-01T22:13:57.420Z | Checking downcast v0.11.0 |
2042 | 2024-04-01T22:13:57.588Z | Checking fragile v2.0.0 |
2043 | 2024-04-01T22:13:57.809Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
2044 | 2024-04-01T22:13:57.983Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2045 | 2024-04-01T22:13:58.009Z | Checking base64 v0.22.0 |
2046 | 2024-04-01T22:13:58.241Z | Checking pem v3.0.2 |
2047 | 2024-04-01T22:13:58.400Z | Checking env_logger v0.9.3 |
2048 | 2024-04-01T22:13:58.467Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2049 | 2024-04-01T22:13:58.619Z | Compiling bitstruct_derive v0.1.0 |
2050 | 2024-04-01T22:13:58.655Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2051 | 2024-04-01T22:13:58.753Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2052 | 2024-04-01T22:13:58.794Z | Checking ascii v1.1.0 |
2053 | 2024-04-01T22:13:58.867Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2054 | 2024-04-01T22:13:59.005Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2055 | 2024-04-01T22:13:59.150Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2056 | 2024-04-01T22:13:59.233Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2057 | 2024-04-01T22:13:59.263Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b) |
2058 | 2024-04-01T22:13:59.493Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2059 | 2024-04-01T22:13:59.715Z | Checking serde_arrays v0.1.0 |
2060 | 2024-04-01T22:13:59.750Z | Checking erased-serde v0.3.31 |
2061 | 2024-04-01T22:13:59.831Z | Checking bitstruct v0.1.1 |
2062 | 2024-04-01T22:13:59.855Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2063 | 2024-04-01T22:13:59.879Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2064 | 2024-04-01T22:13:59.930Z | Compiling zone_cfg_derive v0.1.2 |
2065 | 2024-04-01T22:13:59.957Z | Checking tungstenite v0.21.0 |
2066 | 2024-04-01T22:14:00.136Z | Checking base64 v0.13.1 |
2067 | 2024-04-01T22:14:00.466Z | Checking ron v0.7.1 |
2068 | 2024-04-01T22:14:00.627Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2069 | 2024-04-01T22:14:00.682Z | Checking tokio-tungstenite v0.21.0 |
2070 | 2024-04-01T22:14:00.983Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2071 | 2024-04-01T22:14:01.220Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2072 | 2024-04-01T22:14:01.244Z | Checking zone v0.1.8 |
2073 | 2024-04-01T22:14:01.244Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2074 | 2024-04-01T22:14:01.378Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2075 | 2024-04-01T22:14:01.417Z | Checking headers-core v0.2.0 |
2076 | 2024-04-01T22:14:01.470Z | Checking portpicker v0.1.1 |
2077 | 2024-04-01T22:14:01.547Z | Checking headers v0.3.9 |
2078 | 2024-04-01T22:14:01.593Z | Checking rcgen v0.12.1 |
2079 | 2024-04-01T22:14:01.793Z | Checking atomicwrites v0.4.3 |
2080 | 2024-04-01T22:14:01.990Z | Checking subprocess v0.2.9 |
2081 | 2024-04-01T22:14:02.217Z | Checking linked-hash-map v0.5.6 |
2082 | 2024-04-01T22:14:02.458Z | Checking password-hash v0.5.0 |
2083 | 2024-04-01T22:14:02.482Z | Checking lru-cache v0.1.2 |
2084 | 2024-04-01T22:14:02.521Z | Checking blake2 v0.10.6 |
2085 | 2024-04-01T22:14:02.606Z | Checking swrite v0.1.0 |
2086 | 2024-04-01T22:14:02.641Z | Checking itertools v0.12.1 |
2087 | 2024-04-01T22:14:02.709Z | Compiling derive-where v1.2.7 |
2088 | 2024-04-01T22:14:02.829Z | Compiling rayon-core v1.12.1 |
2089 | 2024-04-01T22:14:02.889Z | Checking argon2 v0.5.3 |
2090 | 2024-04-01T22:14:02.951Z | Checking half v2.3.1 |
2091 | 2024-04-01T22:14:03.097Z | Checking ciborium-io v0.2.2 |
2092 | 2024-04-01T22:14:03.198Z | Compiling cancel-safe-futures v0.1.5 |
2093 | 2024-04-01T22:14:03.347Z | Checking ciborium-ll v0.2.2 |
2094 | 2024-04-01T22:14:03.478Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2095 | 2024-04-01T22:14:03.521Z | Checking resolv-conf v0.7.0 |
2096 | 2024-04-01T22:14:03.598Z | Checking ciborium v0.2.2 |
2097 | 2024-04-01T22:14:03.821Z | Checking trust-dns-resolver v0.22.0 |
2098 | 2024-04-01T22:14:03.939Z | Checking mockall v0.12.0 |
2099 | 2024-04-01T22:14:04.128Z | Checking bytecount v0.6.3 |
2100 | 2024-04-01T22:14:04.161Z | Compiling tabled_derive v0.7.0 |
2101 | 2024-04-01T22:14:04.254Z | Checking papergrid v0.11.0 |
2102 | 2024-04-01T22:14:04.414Z | Compiling slog-dtrace v0.3.0 |
2103 | 2024-04-01T22:14:04.666Z | Compiling semver v0.1.20 |
2104 | 2024-04-01T22:14:04.825Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2105 | 2024-04-01T22:14:05.075Z | Compiling rustc_version v0.1.7 |
2106 | 2024-04-01T22:14:05.126Z | Checking libsw v3.3.1 |
2107 | 2024-04-01T22:14:05.239Z | Checking owo-colors v4.0.0 |
2108 | 2024-04-01T22:14:05.354Z | Checking linear-map v1.2.0 |
2109 | 2024-04-01T22:14:05.514Z | Compiling newtype_derive v0.1.6 |
2110 | 2024-04-01T22:14:05.627Z | Compiling num-rational v0.4.1 |
2111 | 2024-04-01T22:14:05.760Z | Compiling radium v0.7.0 |
2112 | 2024-04-01T22:14:05.876Z | Checking is-terminal v0.4.9 |
2113 | 2024-04-01T22:14:05.943Z | Checking steno v0.4.0 |
2114 | 2024-04-01T22:14:05.988Z | Checking num-complex v0.4.4 |
2115 | 2024-04-01T22:14:06.183Z | Checking nibble_vec v0.1.0 |
2116 | 2024-04-01T22:14:06.338Z | Compiling maybe-uninit v2.0.0 |
2117 | 2024-04-01T22:14:06.384Z | Checking tabled v0.15.0 |
2118 | 2024-04-01T22:14:06.671Z | Checking endian-type v0.1.2 |
2119 | 2024-04-01T22:14:06.696Z | Checking tap v1.0.1 |
2120 | 2024-04-01T22:14:06.722Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2121 | 2024-04-01T22:14:06.814Z | Checking num v0.4.1 |
2122 | 2024-04-01T22:14:06.841Z | Checking wyz v0.5.1 |
2123 | 2024-04-01T22:14:06.866Z | Checking radix_trie v0.2.1 |
2124 | 2024-04-01T22:14:07.208Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2125 | 2024-04-01T22:14:07.269Z | Checking fxhash v0.2.1 |
2126 | 2024-04-01T22:14:07.295Z | Compiling num-bigint-dig v0.8.4 |
2127 | 2024-04-01T22:14:07.423Z | Checking funty v2.0.0 |
2128 | 2024-04-01T22:14:07.545Z | Checking crc-catalog v2.2.0 |
2129 | 2024-04-01T22:14:07.663Z | Compiling packed_struct v0.10.1 |
2130 | 2024-04-01T22:14:07.864Z | Checking crc v3.0.1 |
2131 | 2024-04-01T22:14:08.101Z | Compiling packed_struct_codegen v0.10.1 |
2132 | 2024-04-01T22:14:08.163Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2133 | 2024-04-01T22:14:08.188Z | Compiling indexmap v1.9.3 |
2134 | 2024-04-01T22:14:08.213Z | Checking bitvec v1.0.1 |
2135 | 2024-04-01T22:14:08.267Z | Checking nodrop v0.1.14 |
2136 | 2024-04-01T22:14:08.292Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2137 | 2024-04-01T22:14:08.372Z | Checking array-init v0.0.4 |
2138 | 2024-04-01T22:14:08.475Z | Checking smallvec v0.6.14 |
2139 | 2024-04-01T22:14:08.537Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2140 | 2024-04-01T22:14:08.903Z | Checking pkcs1 v0.7.5 |
2141 | 2024-04-01T22:14:08.930Z | Checking signature v2.1.0 |
2142 | 2024-04-01T22:14:09.089Z | Checking hashbrown v0.12.3 |
2143 | 2024-04-01T22:14:09.168Z | Checking bitfield v0.14.0 |
2144 | 2024-04-01T22:14:09.222Z | Checking serde-hex v0.1.0 |
2145 | 2024-04-01T22:14:09.393Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2146 | 2024-04-01T22:14:09.607Z | Checking env_logger v0.10.0 |
2147 | 2024-04-01T22:14:09.966Z | Checking x509-cert v0.2.4 |
2148 | 2024-04-01T22:14:10.455Z | Checking ron v0.8.1 |
2149 | 2024-04-01T22:14:10.545Z | Checking hashbrown v0.13.2 |
2150 | 2024-04-01T22:14:10.570Z | Checking crc-any v2.4.3 |
2151 | 2024-04-01T22:14:10.612Z | Checking rsa v0.9.2 |
2152 | 2024-04-01T22:14:10.884Z | Checking display-error-chain v0.2.0 |
2153 | 2024-04-01T22:14:11.006Z | Checking path-slash v0.1.5 |
2154 | 2024-04-01T22:14:11.129Z | Compiling convert_case v0.4.0 |
2155 | 2024-04-01T22:14:11.310Z | Compiling async-recursion v1.0.5 |
2156 | 2024-04-01T22:14:11.398Z | Checking object v0.30.4 |
2157 | 2024-04-01T22:14:11.435Z | Compiling buf-list v1.0.3 |
2158 | 2024-04-01T22:14:11.514Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2159 | 2024-04-01T22:14:11.722Z | Compiling blake3 v1.5.0 |
2160 | 2024-04-01T22:14:11.996Z | Compiling derive_more v0.99.17 |
2161 | 2024-04-01T22:14:12.292Z | Checking textwrap v0.11.0 |
2162 | 2024-04-01T22:14:12.320Z | Checking gethostname v0.4.3 |
2163 | 2024-04-01T22:14:12.442Z | Compiling libefi-sys v0.1.0 |
2164 | 2024-04-01T22:14:12.467Z | Checking strsim v0.8.0 |
2165 | 2024-04-01T22:14:12.492Z | Checking ansi_term v0.12.1 |
2166 | 2024-04-01T22:14:12.586Z | Compiling parking_lot_core v0.8.6 |
2167 | 2024-04-01T22:14:12.631Z | Checking vec_map v0.8.2 |
2168 | 2024-04-01T22:14:12.716Z | Compiling structopt-derive v0.4.18 |
2169 | 2024-04-01T22:14:12.745Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2170 | 2024-04-01T22:14:12.853Z | Checking clap v2.34.0 |
2171 | 2024-04-01T22:14:13.295Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2172 | 2024-04-01T22:14:13.417Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2173 | 2024-04-01T22:14:13.484Z | Compiling crossbeam-deque v0.8.3 |
2174 | 2024-04-01T22:14:13.774Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2175 | 2024-04-01T22:14:13.900Z | Checking keccak v0.1.4 |
2176 | 2024-04-01T22:14:14.168Z | Checking sha3 v0.10.8 |
2177 | 2024-04-01T22:14:14.511Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2178 | 2024-04-01T22:14:15.133Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2179 | 2024-04-01T22:14:15.170Z | Checking structopt v0.3.26 |
2180 | 2024-04-01T22:14:15.343Z | Checking parking_lot v0.11.2 |
2181 | 2024-04-01T22:14:15.501Z | Checking trust-dns-client v0.22.0 |
2182 | 2024-04-01T22:14:15.636Z | Checking toml v0.5.11 |
2183 | 2024-04-01T22:14:15.661Z | Compiling semver-parser v0.10.2 |
2184 | 2024-04-01T22:14:16.378Z | Checking secrecy v0.8.0 |
2185 | 2024-04-01T22:14:16.414Z | Compiling pin-project-internal v1.1.3 |
2186 | 2024-04-01T22:14:16.519Z | Compiling doc-comment v0.3.3 |
2187 | 2024-04-01T22:14:16.557Z | Compiling semver v0.11.0 |
2188 | 2024-04-01T22:14:16.835Z | Checking trust-dns-server v0.22.1 |
2189 | 2024-04-01T22:14:17.126Z | Checking sled v0.34.7 |
2190 | 2024-04-01T22:14:17.301Z | Compiling rayon v1.9.0 |
2191 | 2024-04-01T22:14:18.573Z | Compiling memmap2 v0.7.1 |
2192 | 2024-04-01T22:14:18.949Z | Compiling home v0.5.5 |
2193 | 2024-04-01T22:14:19.011Z | Checking pin-project v1.1.3 |
2194 | 2024-04-01T22:14:19.123Z | Compiling arrayvec v0.7.4 |
2195 | 2024-04-01T22:14:19.190Z | Compiling arrayref v0.3.7 |
2196 | 2024-04-01T22:14:19.238Z | Compiling constant_time_eq v0.3.0 |
2197 | 2024-04-01T22:14:19.289Z | Compiling toolchain_find v0.2.0 |
2198 | 2024-04-01T22:14:19.793Z | Compiling vte_generate_state_changes v0.1.1 |
2199 | 2024-04-01T22:14:19.896Z | Compiling topological-sort v0.2.2 |
2200 | 2024-04-01T22:14:20.093Z | Checking glob v0.3.1 |
2201 | 2024-04-01T22:14:20.336Z | Checking vte v0.11.1 |
2202 | 2024-04-01T22:14:21.218Z | Compiling rustfmt-wrapper v0.2.0 |
2203 | 2024-04-01T22:14:21.243Z | Checking fd-lock v3.0.13 |
2204 | 2024-04-01T22:14:21.380Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2205 | 2024-04-01T22:14:21.405Z | Checking nu-ansi-term v0.50.0 |
2206 | 2024-04-01T22:14:21.463Z | Checking strip-ansi-escapes v0.2.0 |
2207 | 2024-04-01T22:14:21.593Z | Compiling omicron-zone-package v0.11.0 |
2208 | 2024-04-01T22:14:21.641Z | Checking strum v0.25.0 |
2209 | 2024-04-01T22:14:21.764Z | Compiling unicase v2.7.0 |
2210 | 2024-04-01T22:14:21.789Z | Checking reedline v0.30.0 |
2211 | 2024-04-01T22:14:21.814Z | Compiling prettyplease v0.2.16 |
2212 | 2024-04-01T22:14:22.043Z | Compiling platforms v3.0.2 |
2213 | 2024-04-01T22:14:22.310Z | Compiling snafu-derive v0.7.5 |
2214 | 2024-04-01T22:14:22.458Z | Checking globset v0.4.13 |
2215 | 2024-04-01T22:14:22.751Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2216 | 2024-04-01T22:14:22.777Z | Checking olpc-cjson v0.1.3 |
2217 | 2024-04-01T22:14:22.873Z | Checking serde_plain v1.0.2 |
2218 | 2024-04-01T22:14:22.953Z | Compiling memoffset v0.7.1 |
2219 | 2024-04-01T22:14:23.089Z | Compiling crunchy v0.2.2 |
2220 | 2024-04-01T22:14:23.225Z | Checking typed-path v0.7.0 |
2221 | 2024-04-01T22:14:23.389Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2222 | 2024-04-01T22:14:23.575Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2223 | 2024-04-01T22:14:23.655Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2224 | 2024-04-01T22:14:23.681Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2225 | 2024-04-01T22:14:24.092Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2226 | 2024-04-01T22:14:24.223Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2227 | 2024-04-01T22:14:24.702Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2228 | 2024-04-01T22:14:24.727Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2229 | 2024-04-01T22:14:24.972Z | Compiling curve25519-dalek v4.1.1 |
2230 | 2024-04-01T22:14:25.470Z | Checking fs-err v2.11.0 |
2231 | 2024-04-01T22:14:25.724Z | Compiling clang-sys v1.6.1 |
2232 | 2024-04-01T22:14:26.002Z | Compiling tiny-keccak v2.0.2 |
2233 | 2024-04-01T22:14:26.241Z | Checking parse-size v1.0.0 |
2234 | 2024-04-01T22:14:26.358Z | Compiling mime_guess v2.0.4 |
2235 | 2024-04-01T22:14:26.681Z | Compiling darling_core v0.14.4 |
2236 | 2024-04-01T22:14:26.743Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2237 | 2024-04-01T22:14:26.943Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2238 | 2024-04-01T22:14:27.183Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2239 | 2024-04-01T22:14:27.246Z | Checking snafu v0.7.5 |
2240 | 2024-04-01T22:14:27.481Z | Checking universal-hash v0.5.1 |
2241 | 2024-04-01T22:14:27.636Z | Checking tough v0.16.0 |
2242 | 2024-04-01T22:14:27.661Z | Compiling thiserror-impl-no-std v2.0.2 |
2243 | 2024-04-01T22:14:27.785Z | Compiling curve25519-dalek-derive v0.1.0 |
2244 | 2024-04-01T22:14:28.734Z | Checking nanorand v0.7.0 |
2245 | 2024-04-01T22:14:29.039Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2246 | 2024-04-01T22:14:29.065Z | Compiling salty v0.2.0 |
2247 | 2024-04-01T22:14:29.289Z | Checking opaque-debug v0.3.0 |
2248 | 2024-04-01T22:14:29.389Z | Checking signature v1.6.4 |
2249 | 2024-04-01T22:14:29.516Z | Checking poly1305 v0.8.0 |
2250 | 2024-04-01T22:14:29.541Z | Checking ed25519 v1.5.3 |
2251 | 2024-04-01T22:14:29.627Z | Checking flume v0.11.0 |
2252 | 2024-04-01T22:14:29.929Z | Compiling ascii-canvas v3.0.0 |
2253 | 2024-04-01T22:14:30.400Z | Checking thiserror-no-std v2.0.2 |
2254 | 2024-04-01T22:14:30.425Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2255 | 2024-04-01T22:14:30.551Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2256 | 2024-04-01T22:14:30.738Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2257 | 2024-04-01T22:14:30.763Z | Checking chacha20 v0.9.1 |
2258 | 2024-04-01T22:14:31.095Z | Checking aead v0.5.2 |
2259 | 2024-04-01T22:14:31.319Z | Checking serde-big-array v0.5.1 |
2260 | 2024-04-01T22:14:31.347Z | Checking kstat-rs v0.2.3 |
2261 | 2024-04-01T22:14:31.409Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2262 | 2024-04-01T22:14:31.540Z | Compiling ena v0.14.2 |
2263 | 2024-04-01T22:14:31.565Z | Compiling libloading v0.7.4 |
2264 | 2024-04-01T22:14:31.656Z | Compiling darling_macro v0.14.4 |
2265 | 2024-04-01T22:14:31.684Z | Compiling bindgen v0.69.2 |
2266 | 2024-04-01T22:14:31.938Z | Compiling regex-syntax v0.6.29 |
2267 | 2024-04-01T22:14:32.006Z | Compiling diff v0.1.13 |
2268 | 2024-04-01T22:14:32.342Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2269 | 2024-04-01T22:14:32.665Z | Checking chacha20poly1305 v0.10.1 |
2270 | 2024-04-01T22:14:32.731Z | Compiling darling v0.14.4 |
2271 | 2024-04-01T22:14:32.844Z | Checking vsss-rs v3.3.4 |
2272 | 2024-04-01T22:14:33.430Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b) |
2273 | 2024-04-01T22:14:34.277Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2274 | 2024-04-01T22:14:34.515Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2275 | 2024-04-01T22:14:34.851Z | Compiling lalrpop v0.19.12 |
2276 | 2024-04-01T22:14:35.168Z | Checking signal-hook-tokio v0.3.1 |
2277 | 2024-04-01T22:14:35.326Z | Compiling cexpr v0.6.0 |
2278 | 2024-04-01T22:14:35.455Z | Checking serde-big-array v0.4.1 |
2279 | 2024-04-01T22:14:35.600Z | Compiling which v4.4.0 |
2280 | 2024-04-01T22:14:36.140Z | Checking maplit v1.0.2 |
2281 | 2024-04-01T22:14:36.250Z | Compiling lazycell v1.3.0 |
2282 | 2024-04-01T22:14:36.354Z | Compiling shlex v1.3.0 |
2283 | 2024-04-01T22:14:36.413Z | Compiling ref-cast v1.0.20 |
2284 | 2024-04-01T22:14:36.755Z | Compiling peeking_take_while v0.1.2 |
2285 | 2024-04-01T22:14:36.795Z | Compiling rustc-hash v1.1.0 |
2286 | 2024-04-01T22:14:36.899Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2287 | 2024-04-01T22:14:37.002Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2288 | 2024-04-01T22:14:37.027Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2289 | 2024-04-01T22:14:37.786Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2290 | 2024-04-01T22:14:39.159Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2291 | 2024-04-01T22:14:39.251Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2292 | 2024-04-01T22:14:40.291Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2293 | 2024-04-01T22:14:41.180Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2294 | 2024-04-01T22:14:42.381Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2295 | 2024-04-01T22:14:42.873Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2296 | 2024-04-01T22:14:42.979Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2297 | 2024-04-01T22:14:43.306Z | Compiling derive_builder_core v0.12.0 |
2298 | 2024-04-01T22:14:44.310Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
2299 | 2024-04-01T22:14:44.974Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2300 | 2024-04-01T22:14:45.230Z | Checking fd-lock v4.0.2 |
2301 | 2024-04-01T22:14:45.347Z | Compiling peg-macros v0.8.2 |
2302 | 2024-04-01T22:14:45.407Z | Checking nix v0.27.1 |
2303 | 2024-04-01T22:14:47.471Z | Compiling sqlparser_derive v0.2.2 |
2304 | 2024-04-01T22:14:47.711Z | Compiling ref-cast-impl v1.0.20 |
2305 | 2024-04-01T22:14:48.382Z | Compiling libxml v0.3.3 |
2306 | 2024-04-01T22:14:48.410Z | Checking unicode_categories v0.1.1 |
2307 | 2024-04-01T22:14:48.679Z | Checking corncobs v0.1.3 |
2308 | 2024-04-01T22:14:48.829Z | Checking rustyline v13.0.0 |
2309 | 2024-04-01T22:14:48.855Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2310 | 2024-04-01T22:14:48.928Z | Checking sqlformat v0.2.3 |
2311 | 2024-04-01T22:14:49.022Z | Checking sqlparser v0.43.1 |
2312 | 2024-04-01T22:14:50.230Z | Checking peg v0.8.2 |
2313 | 2024-04-01T22:14:50.262Z | Compiling derive_builder_macro v0.12.0 |
2314 | 2024-04-01T22:14:50.357Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2315 | 2024-04-01T22:14:50.716Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2316 | 2024-04-01T22:14:50.995Z | Checking bcs v0.1.6 |
2317 | 2024-04-01T22:14:51.410Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2318 | 2024-04-01T22:14:51.439Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2319 | 2024-04-01T22:14:52.131Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2320 | 2024-04-01T22:14:52.922Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2321 | 2024-04-01T22:14:53.242Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2322 | 2024-04-01T22:14:53.455Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2323 | 2024-04-01T22:14:53.504Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2324 | 2024-04-01T22:14:53.584Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2325 | 2024-04-01T22:14:56.112Z | Compiling strum_macros v0.24.3 |
2326 | 2024-04-01T22:14:56.248Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2327 | 2024-04-01T22:14:56.397Z | Compiling cookie v0.18.0 |
2328 | 2024-04-01T22:14:56.946Z | Compiling indoc v1.0.9 |
2329 | 2024-04-01T22:14:56.946Z | Checking highway v1.1.0 |
2330 | 2024-04-01T22:14:57.108Z | Checking derive_builder v0.12.0 |
2331 | 2024-04-01T22:14:57.248Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2332 | 2024-04-01T22:14:57.443Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
2333 | 2024-04-01T22:14:57.512Z | Checking bb8 v0.8.3 |
2334 | 2024-04-01T22:14:57.681Z | Checking quick-xml v0.30.0 |
2335 | 2024-04-01T22:14:57.893Z | Compiling oso-derive v0.27.0 |
2336 | 2024-04-01T22:14:58.557Z | Compiling impl-trait-for-tuples v0.2.2 |
2337 | 2024-04-01T22:14:58.842Z | Compiling const_format_proc_macros v0.2.32 |
2338 | 2024-04-01T22:14:59.296Z | Checking http-range v0.1.5 |
2339 | 2024-04-01T22:14:59.436Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2340 | 2024-04-01T22:14:59.491Z | Checking hyper-staticfile v0.9.5 |
2341 | 2024-04-01T22:14:59.887Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
2342 | 2024-04-01T22:15:00.523Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2343 | 2024-04-01T22:15:00.676Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2344 | 2024-04-01T22:15:00.837Z | Checking const_format v0.2.32 |
2345 | 2024-04-01T22:15:01.265Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2346 | 2024-04-01T22:15:02.374Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2347 | 2024-04-01T22:15:02.962Z | Checking assert_matches v1.5.0 |
2348 | 2024-04-01T22:15:03.053Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2349 | 2024-04-01T22:15:03.343Z | Checking rand_seeder v0.2.3 |
2350 | 2024-04-01T22:15:03.554Z | Compiling portable-atomic v1.4.3 |
2351 | 2024-04-01T22:15:03.845Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2352 | 2024-04-01T22:15:03.902Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2353 | 2024-04-01T22:15:04.034Z | Checking number_prefix v0.4.0 |
2354 | 2024-04-01T22:15:04.217Z | Checking castaway v0.2.2 |
2355 | 2024-04-01T22:15:04.381Z | Checking compact_str v0.7.1 |
2356 | 2024-04-01T22:15:05.038Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2357 | 2024-04-01T22:15:05.067Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2358 | 2024-04-01T22:15:05.300Z | Checking lru v0.12.1 |
2359 | 2024-04-01T22:15:05.327Z | Compiling stability v0.1.1 |
2360 | 2024-04-01T22:15:05.353Z | Checking indicatif v0.17.8 |
2361 | 2024-04-01T22:15:05.548Z | Compiling indoc v2.0.3 |
2362 | 2024-04-01T22:15:06.006Z | Checking cassowary v0.3.0 |
2363 | 2024-04-01T22:15:06.227Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2364 | 2024-04-01T22:15:06.363Z | Checking unicode-linebreak v0.1.5 |
2365 | 2024-04-01T22:15:06.504Z | Checking ratatui v0.26.1 |
2366 | 2024-04-01T22:15:06.709Z | Checking smawk v0.3.1 |
2367 | 2024-04-01T22:15:06.879Z | Checking textwrap v0.16.1 |
2368 | 2024-04-01T22:15:07.256Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2369 | 2024-04-01T22:15:07.510Z | Checking is_ci v1.2.0 |
2370 | 2024-04-01T22:15:07.540Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2371 | 2024-04-01T22:15:07.652Z | Checking supports-color v3.0.0 |
2372 | 2024-04-01T22:15:07.875Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b) |
2373 | 2024-04-01T22:15:08.419Z | Checking fatfs v0.3.6 |
2374 | 2024-04-01T22:15:09.023Z | Checking rtoolbox v0.0.1 |
2375 | 2024-04-01T22:15:09.048Z | Checking tui-tree-widget v0.17.0 |
2376 | 2024-04-01T22:15:09.200Z | Checking rpassword v7.3.1 |
2377 | 2024-04-01T22:15:09.273Z | Checking shell-words v1.1.0 |
2378 | 2024-04-01T22:15:09.317Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2379 | 2024-04-01T22:15:09.445Z | Checking yansi v0.5.1 |
2380 | 2024-04-01T22:15:09.550Z | Compiling target-lexicon v0.12.13 |
2381 | 2024-04-01T22:15:09.575Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2382 | 2024-04-01T22:15:10.263Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2383 | 2024-04-01T22:15:10.326Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2384 | 2024-04-01T22:15:10.356Z | Checking pretty_assertions v1.4.0 |
2385 | 2024-04-01T22:15:10.592Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2386 | 2024-04-01T22:15:10.703Z | Compiling guppy-workspace-hack v0.1.0 |
2387 | 2024-04-01T22:15:11.188Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2388 | 2024-04-01T22:15:11.272Z | Checking plotters-backend v0.3.5 |
2389 | 2024-04-01T22:15:11.677Z | Checking plotters-svg v0.3.5 |
2390 | 2024-04-01T22:15:11.903Z | Checking http-body v1.0.0 |
2391 | 2024-04-01T22:15:12.106Z | Checking rand v0.4.6 |
2392 | 2024-04-01T22:15:12.298Z | Checking cast v0.3.0 |
2393 | 2024-04-01T22:15:12.326Z | Compiling target-spec v3.1.0 |
2394 | 2024-04-01T22:15:12.564Z | Checking tower-layer v0.3.2 |
2395 | 2024-04-01T22:15:12.763Z | Checking remove_dir_all v0.5.3 |
2396 | 2024-04-01T22:15:12.788Z | Compiling assert_cmd v2.0.14 |
2397 | 2024-04-01T22:15:12.861Z | Checking tower v0.4.13 |
2398 | 2024-04-01T22:15:12.935Z | Checking tempdir v0.3.7 |
2399 | 2024-04-01T22:15:13.113Z | Checking criterion-plot v0.5.0 |
2400 | 2024-04-01T22:15:13.153Z | Checking cfg-expr v0.15.6 |
2401 | 2024-04-01T22:15:13.520Z | Checking hyper v1.1.0 |
2402 | 2024-04-01T22:15:13.637Z | Checking plotters v0.3.5 |
2403 | 2024-04-01T22:15:13.799Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2404 | 2024-04-01T22:15:14.534Z | Checking tinytemplate v1.2.1 |
2405 | 2024-04-01T22:15:14.572Z | Checking cargo-platform v0.1.3 |
2406 | 2024-04-01T22:15:14.855Z | Checking anes v0.1.6 |
2407 | 2024-04-01T22:15:14.880Z | Checking oorandom v11.1.3 |
2408 | 2024-04-01T22:15:15.036Z | Checking cargo_metadata v0.18.1 |
2409 | 2024-04-01T22:15:15.209Z | Checking hyper-util v0.1.2 |
2410 | 2024-04-01T22:15:15.235Z | Checking criterion v0.5.1 |
2411 | 2024-04-01T22:15:16.677Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2412 | 2024-04-01T22:15:16.769Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2413 | 2024-04-01T22:15:17.006Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2414 | 2024-04-01T22:15:17.780Z | Checking rustls-native-certs v0.7.0 |
2415 | 2024-04-01T22:15:17.923Z | Checking httptest v0.15.5 |
2416 | 2024-04-01T22:15:18.564Z | Checking pathdiff v0.2.1 |
2417 | 2024-04-01T22:15:18.700Z | Checking nested v0.1.1 |
2418 | 2024-04-01T22:15:18.873Z | Checking guppy v0.17.5 |
2419 | 2024-04-01T22:15:20.613Z | Checking hyper-rustls v0.26.0 |
2420 | 2024-04-01T22:15:20.784Z | Checking threadpool v1.8.1 |
2421 | 2024-04-01T22:15:20.968Z | Checking libtest-mimic v0.6.1 |
2422 | 2024-04-01T22:15:21.306Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2423 | 2024-04-01T22:15:21.562Z | Checking similar-asserts v1.5.0 |
2424 | 2024-04-01T22:15:21.766Z | Compiling rstest_macros v0.18.2 |
2425 | 2024-04-01T22:15:22.307Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2426 | 2024-04-01T22:15:23.278Z | Checking datatest-stable v0.2.3 |
2427 | 2024-04-01T22:15:23.396Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2428 | 2024-04-01T22:15:23.477Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2429 | 2024-04-01T22:15:23.642Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2430 | 2024-04-01T22:15:23.892Z | Checking csv-core v0.1.11 |
2431 | 2024-04-01T22:15:23.917Z | Compiling trybuild v1.0.89 |
2432 | 2024-04-01T22:15:24.059Z | Checking constant_time_eq v0.2.6 |
2433 | 2024-04-01T22:15:24.186Z | Compiling relative-path v1.9.0 |
2434 | 2024-04-01T22:15:24.211Z | Checking blake2b_simd v1.0.1 |
2435 | 2024-04-01T22:15:24.278Z | Checking csv v1.3.0 |
2436 | 2024-04-01T22:15:24.643Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2437 | 2024-04-01T22:15:24.813Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2438 | 2024-04-01T22:15:25.088Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2439 | 2024-04-01T22:15:25.432Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2440 | 2024-04-01T22:15:26.769Z | Checking multimap v0.10.0 |
2441 | 2024-04-01T22:15:27.048Z | Checking basic-toml v0.1.8 |
2442 | 2024-04-01T22:15:27.732Z | Checking futures-timer v3.0.2 |
2443 | 2024-04-01T22:15:29.149Z | Checking rust-argon2 v1.0.1 |
2444 | 2024-04-01T22:15:29.540Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2445 | 2024-04-01T22:15:31.211Z | Checking partial-io v0.5.4 |
2446 | 2024-04-01T22:15:31.561Z | Checking approx v0.5.1 |
2447 | 2024-04-01T22:15:31.776Z | Checking termios v0.3.3 |
2448 | 2024-04-01T22:15:31.997Z | Checking hex-literal v0.4.1 |
2449 | 2024-04-01T22:15:32.791Z | Checking rstest v0.18.2 |
2450 | 2024-04-01T22:15:35.432Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2451 | 2024-04-01T22:15:53.038Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2452 | 2024-04-01T22:16:12.818Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2453 | 2024-04-01T22:16:14.273Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2454 | 2024-04-01T22:16:15.139Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2455 | 2024-04-01T22:16:22.671Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2456 | 2024-04-01T22:16:29.662Z | Compiling polar-core v0.27.0 |
2457 | 2024-04-01T22:16:38.822Z | Checking oso v0.27.0 |
2458 | 2024-04-01T22:17:13.876Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2459 | 2024-04-01T22:17:13.876Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2460 | 2024-04-01T22:17:13.876Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2461 | 2024-04-01T22:18:29.438Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 19s |
2462 | 2024-04-01T22:18:29.683Z | |
2463 | 2024-04-01T22:18:29.683Z | real 7:28.386477661 |
2464 | 2024-04-01T22:18:29.683Z | user 33:26.616361232 |
2465 | 2024-04-01T22:18:29.683Z | sys 6:20.128261848 |
2466 | 2024-04-01T22:18:29.683Z | trap 0.974610077 |
2467 | 2024-04-01T22:18:29.683Z | tflt 0.694336155 |
2468 | 2024-04-01T22:18:29.684Z | dflt 1.824584405 |
2469 | 2024-04-01T22:18:29.684Z | kflt 0.003074523 |
2470 | 2024-04-01T22:18:29.684Z | lock 51:02.164324583 |
2471 | 2024-04-01T22:18:29.684Z | slp 1:41:27.214526614 |
2472 | 2024-04-01T22:18:29.684Z | lat 1:47.294486137 |
2473 | 2024-04-01T22:18:29.684Z | stop 4:36.334827565 |
2474 | 2024-04-01T22:18:30.872Z | warning: output filename collision. |
2475 | 2024-04-01T22:18:30.872Z | The lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`. |
2476 | 2024-04-01T22:18:30.872Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2477 | 2024-04-01T22:18:30.872Z | The targets should have unique names. |
2478 | 2024-04-01T22:18:30.872Z | This is a known bug where multiple crates with the same name use |
2479 | 2024-04-01T22:18:30.872Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2480 | 2024-04-01T22:18:30.872Z | warning: output filename collision. |
2481 | 2024-04-01T22:18:30.872Z | The lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`. |
2482 | 2024-04-01T22:18:30.872Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2483 | 2024-04-01T22:18:30.872Z | The targets should have unique names. |
2484 | 2024-04-01T22:18:30.872Z | This is a known bug where multiple crates with the same name use |
2485 | 2024-04-01T22:18:30.872Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2486 | 2024-04-01T22:18:30.899Z | warning: output filename collision. |
2487 | 2024-04-01T22:18:30.899Z | 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)`. |
2488 | 2024-04-01T22:18:30.899Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2489 | 2024-04-01T22:18:30.899Z | The targets should have unique names. |
2490 | 2024-04-01T22:18:30.899Z | This is a known bug where multiple crates with the same name use |
2491 | 2024-04-01T22:18:30.899Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2492 | 2024-04-01T22:18:30.899Z | warning: output filename collision. |
2493 | 2024-04-01T22:18:30.899Z | 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)`. |
2494 | 2024-04-01T22:18:30.899Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2495 | 2024-04-01T22:18:30.900Z | The targets should have unique names. |
2496 | 2024-04-01T22:18:30.900Z | This is a known bug where multiple crates with the same name use |
2497 | 2024-04-01T22:18:30.900Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2498 | 2024-04-01T22:18:30.900Z | warning: output filename collision. |
2499 | 2024-04-01T22:18:30.900Z | The lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2500 | 2024-04-01T22:18:30.900Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2501 | 2024-04-01T22:18:30.900Z | The targets should have unique names. |
2502 | 2024-04-01T22:18:30.900Z | This is a known bug where multiple crates with the same name use |
2503 | 2024-04-01T22:18:30.900Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2504 | 2024-04-01T22:18:30.900Z | warning: output filename collision. |
2505 | 2024-04-01T22:18:30.900Z | 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)`. |
2506 | 2024-04-01T22:18:30.900Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2507 | 2024-04-01T22:18:30.900Z | The targets should have unique names. |
2508 | 2024-04-01T22:18:30.900Z | This is a known bug where multiple crates with the same name use |
2509 | 2024-04-01T22:18:30.900Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2510 | 2024-04-01T22:18:30.900Z | warning: output filename collision. |
2511 | 2024-04-01T22:18:30.900Z | The lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`. |
2512 | 2024-04-01T22:18:30.901Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2513 | 2024-04-01T22:18:30.901Z | The targets should have unique names. |
2514 | 2024-04-01T22:18:30.901Z | This is a known bug where multiple crates with the same name use |
2515 | 2024-04-01T22:18:30.901Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2516 | 2024-04-01T22:18:30.901Z | warning: output filename collision. |
2517 | 2024-04-01T22:18:30.901Z | 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)`. |
2518 | 2024-04-01T22:18:30.901Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2519 | 2024-04-01T22:18:30.901Z | The targets should have unique names. |
2520 | 2024-04-01T22:18:30.901Z | This is a known bug where multiple crates with the same name use |
2521 | 2024-04-01T22:18:30.901Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2522 | 2024-04-01T22:18:30.901Z | warning: output filename collision. |
2523 | 2024-04-01T22:18:30.901Z | 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`. |
2524 | 2024-04-01T22:18:30.901Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2525 | 2024-04-01T22:18:30.901Z | The targets should have unique names. |
2526 | 2024-04-01T22:18:30.901Z | This is a known bug where multiple crates with the same name use |
2527 | 2024-04-01T22:18:30.901Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2528 | 2024-04-01T22:18:31.487Z | Documenting libc v0.2.153 |
2529 | 2024-04-01T22:18:31.513Z | Documenting cfg-if v1.0.0 |
2530 | 2024-04-01T22:18:31.541Z | Documenting serde_derive v1.0.197 |
2531 | 2024-04-01T22:18:31.566Z | Documenting log v0.4.21 |
2532 | 2024-04-01T22:18:31.566Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2533 | 2024-04-01T22:18:31.591Z | Documenting memchr v2.7.1 |
2534 | 2024-04-01T22:18:31.616Z | Documenting byteorder v1.5.0 |
2535 | 2024-04-01T22:18:31.616Z | Documenting itoa v1.0.9 |
2536 | 2024-04-01T22:18:31.829Z | Documenting scopeguard v1.2.0 |
2537 | 2024-04-01T22:18:34.161Z | Documenting smallvec v1.13.1 |
2538 | 2024-04-01T22:18:34.296Z | Documenting libm v0.2.7 |
2539 | 2024-04-01T22:18:34.417Z | Documenting lock_api v0.4.10 |
2540 | 2024-04-01T22:18:35.207Z | Documenting once_cell v1.19.0 |
2541 | 2024-04-01T22:18:35.295Z | Documenting pin-project-lite v0.2.13 |
2542 | 2024-04-01T22:18:35.331Z | Documenting getrandom v0.2.12 |
2543 | 2024-04-01T22:18:35.617Z | Documenting signal-hook-registry v1.4.1 |
2544 | 2024-04-01T22:18:37.203Z | Documenting parking_lot_core v0.9.8 |
2545 | 2024-04-01T22:18:37.361Z | Documenting mio v0.8.11 |
2546 | 2024-04-01T22:18:37.468Z | Documenting num-traits v0.2.18 |
2547 | 2024-04-01T22:18:37.779Z | Documenting serde v1.0.197 |
2548 | 2024-04-01T22:18:37.966Z | Documenting zeroize_derive v1.4.2 |
2549 | 2024-04-01T22:18:38.921Z | Documenting thiserror-impl v1.0.57 |
2550 | 2024-04-01T22:18:38.990Z | Documenting rand_core v0.6.4 |
2551 | 2024-04-01T22:18:39.491Z | Documenting futures-core v0.3.30 |
2552 | 2024-04-01T22:18:41.055Z | Documenting parking_lot v0.12.1 |
2553 | 2024-04-01T22:18:41.698Z | Documenting ryu v1.0.15 |
2554 | 2024-04-01T22:18:45.907Z | Documenting num_cpus v1.16.0 |
2555 | 2024-04-01T22:18:45.907Z | Documenting zeroize v1.7.0 |
2556 | 2024-04-01T22:18:45.907Z | Documenting socket2 v0.5.5 |
2557 | 2024-04-01T22:18:45.907Z | Documenting tokio-macros v2.2.0 |
2558 | 2024-04-01T22:18:45.907Z | Documenting thiserror v1.0.57 |
2559 | 2024-04-01T22:18:45.907Z | Documenting zerocopy v0.7.32 |
2560 | 2024-04-01T22:18:45.907Z | Documenting futures-sink v0.3.30 |
2561 | 2024-04-01T22:18:45.937Z | Documenting typenum v1.16.0 |
2562 | 2024-04-01T22:18:46.031Z | Documenting iana-time-zone v0.1.57 |
2563 | 2024-04-01T22:18:47.012Z | Documenting pin-utils v0.1.0 |
2564 | 2024-04-01T22:18:48.570Z | Documenting subtle v2.5.0 |
2565 | 2024-04-01T22:18:48.645Z | Documenting futures-channel v0.3.30 |
2566 | 2024-04-01T22:18:48.683Z | Documenting slab v0.4.9 |
2567 | 2024-04-01T22:18:56.372Z | Documenting bytes v1.5.0 |
2568 | 2024-04-01T22:18:59.161Z | Documenting bitflags v2.4.2 |
2569 | 2024-04-01T22:18:59.442Z | Documenting serde_json v1.0.114 |
2570 | 2024-04-01T22:18:59.507Z | Documenting chrono v0.4.34 |
2571 | 2024-04-01T22:18:59.539Z | Documenting futures-macro v0.3.30 |
2572 | 2024-04-01T22:18:59.578Z | Documenting futures-task v0.3.30 |
2573 | 2024-04-01T22:18:59.794Z | Documenting futures-io v0.3.30 |
2574 | 2024-04-01T22:19:00.060Z | Documenting tokio v1.36.0 |
2575 | 2024-04-01T22:19:00.643Z | Documenting generic-array v0.14.7 |
2576 | 2024-04-01T22:19:03.411Z | Documenting uuid v1.7.0 |
2577 | 2024-04-01T22:19:03.473Z | Documenting ahash v0.8.8 |
2578 | 2024-04-01T22:19:03.690Z | Documenting allocator-api2 v0.2.16 |
2579 | 2024-04-01T22:19:04.220Z | Documenting futures-util v0.3.30 |
2580 | 2024-04-01T22:19:04.720Z | Documenting tinyvec_macros v0.1.1 |
2581 | 2024-04-01T22:19:04.914Z | Documenting crypto-common v0.1.6 |
2582 | 2024-04-01T22:19:05.096Z | Documenting const-oid v0.9.6 |
2583 | 2024-04-01T22:19:06.750Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2584 | 2024-04-01T22:19:06.916Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2585 | 2024-04-01T22:19:07.360Z | Documenting tinyvec v1.6.0 |
2586 | 2024-04-01T22:19:07.493Z | Documenting hashbrown v0.14.3 |
2587 | 2024-04-01T22:19:07.612Z | Documenting tracing-core v0.1.32 |
2588 | 2024-04-01T22:19:07.647Z | Documenting serde_derive_internals v0.26.0 |
2589 | 2024-04-01T22:19:09.366Z | Checking serde_derive_internals v0.26.0 |
2590 | 2024-04-01T22:19:09.416Z | Documenting tracing-attributes v0.1.27 |
2591 | 2024-04-01T22:19:09.910Z | Documenting dyn-clone v1.0.17 |
2592 | 2024-04-01T22:19:09.938Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2593 | 2024-04-01T22:19:10.656Z | Documenting unicode-normalization v0.1.22 |
2594 | 2024-04-01T22:19:12.611Z | Documenting lazy_static v1.4.0 |
2595 | 2024-04-01T22:19:12.714Z | Documenting ppv-lite86 v0.2.17 |
2596 | 2024-04-01T22:19:12.741Z | Documenting unicode-bidi v0.3.15 |
2597 | 2024-04-01T22:19:13.055Z | Documenting schemars_derive v0.8.16 |
2598 | 2024-04-01T22:19:14.822Z | Documenting percent-encoding v2.3.1 |
2599 | 2024-04-01T22:19:15.089Z | Documenting block-buffer v0.10.4 |
2600 | 2024-04-01T22:19:15.172Z | Documenting fnv v1.0.7 |
2601 | 2024-04-01T22:19:15.473Z | Documenting rand_chacha v0.3.1 |
2602 | 2024-04-01T22:19:16.814Z | Documenting powerfmt v0.2.0 |
2603 | 2024-04-01T22:19:17.220Z | Documenting equivalent v1.0.1 |
2604 | 2024-04-01T22:19:18.187Z | Documenting schemars v0.8.16 |
2605 | 2024-04-01T22:19:18.254Z | Documenting form_urlencoded v1.2.1 |
2606 | 2024-04-01T22:19:18.841Z | Documenting time-macros v0.2.17 |
2607 | 2024-04-01T22:19:19.304Z | Documenting digest v0.10.7 |
2608 | 2024-04-01T22:19:19.412Z | Documenting rand v0.8.5 |
2609 | 2024-04-01T22:19:19.486Z | Documenting deranged v0.3.11 |
2610 | 2024-04-01T22:19:19.930Z | Documenting indexmap v2.2.5 |
2611 | 2024-04-01T22:19:22.091Z | Documenting num_threads v0.1.6 |
2612 | 2024-04-01T22:19:23.223Z | Documenting unicode-width v0.1.11 |
2613 | 2024-04-01T22:19:23.651Z | Documenting time-core v0.1.2 |
2614 | 2024-04-01T22:19:23.873Z | Documenting tracing v0.1.40 |
2615 | 2024-04-01T22:19:24.100Z | Documenting num-conv v0.1.0 |
2616 | 2024-04-01T22:19:24.217Z | Documenting idna v0.5.0 |
2617 | 2024-04-01T22:19:34.695Z | Documenting adler v1.0.2 |
2618 | 2024-04-01T22:19:34.752Z | Documenting unicode-ident v1.0.12 |
2619 | 2024-04-01T22:19:34.828Z | Documenting slog v2.7.0 |
2620 | 2024-04-01T22:19:34.880Z | Documenting time v0.3.34 |
2621 | 2024-04-01T22:19:34.977Z | Documenting url v2.5.0 |
2622 | 2024-04-01T22:19:35.037Z | Documenting httparse v1.8.0 |
2623 | 2024-04-01T22:19:35.643Z | Documenting cpufeatures v0.2.12 |
2624 | 2024-04-01T22:19:37.498Z | Documenting miniz_oxide v0.7.1 |
2625 | 2024-04-01T22:19:37.675Z | Documenting proc-macro2 v1.0.78 |
2626 | 2024-04-01T22:19:38.459Z | Documenting async-trait v0.1.77 |
2627 | 2024-04-01T22:19:38.839Z | Documenting errno v0.3.8 |
2628 | 2024-04-01T22:19:39.086Z | Documenting httpdate v1.0.3 |
2629 | 2024-04-01T22:19:39.149Z | Documenting try-lock v0.2.4 |
2630 | 2024-04-01T22:19:40.530Z | Documenting http-body v0.4.5 |
2631 | 2024-04-01T22:19:40.777Z | Documenting aho-corasick v1.1.2 |
2632 | 2024-04-01T22:19:41.870Z | Documenting quote v1.0.35 |
2633 | 2024-04-01T22:19:41.950Z | Documenting want v0.3.1 |
2634 | 2024-04-01T22:19:43.090Z | Documenting openssl-sys v0.9.96 |
2635 | 2024-04-01T22:19:43.175Z | Documenting rustix v0.38.31 |
2636 | 2024-04-01T22:19:43.327Z | Documenting openssl-macros v0.1.1 |
2637 | 2024-04-01T22:19:43.664Z | Documenting tokio-util v0.7.10 |
2638 | 2024-04-01T22:19:44.991Z | Documenting tower-service v0.3.2 |
2639 | 2024-04-01T22:19:45.372Z | Documenting regex-syntax v0.8.2 |
2640 | 2024-04-01T22:19:45.718Z | Documenting gimli v0.28.0 |
2641 | 2024-04-01T22:19:45.881Z | Documenting syn v2.0.52 |
2642 | 2024-04-01T22:19:47.848Z | Documenting mime v0.3.17 |
2643 | 2024-04-01T22:19:48.596Z | Documenting openssl v0.10.60 |
2644 | 2024-04-01T22:19:49.250Z | Documenting object v0.32.1 |
2645 | 2024-04-01T22:19:49.276Z | Documenting h2 v0.3.24 |
2646 | 2024-04-01T22:19:49.928Z | Documenting rustc-demangle v0.1.23 |
2647 | 2024-04-01T22:19:51.060Z | Documenting regex-automata v0.4.5 |
2648 | 2024-04-01T22:19:51.620Z | Documenting addr2line v0.21.0 |
2649 | 2024-04-01T22:19:51.779Z | Documenting openssl-probe v0.1.5 |
2650 | 2024-04-01T22:19:52.981Z | Documenting ipnet v2.9.0 |
2651 | 2024-04-01T22:19:55.386Z | Documenting base64ct v1.6.0 |
2652 | 2024-04-01T22:19:56.009Z | Documenting futures-executor v0.3.30 |
2653 | 2024-04-01T22:19:56.459Z | Documenting encoding_rs v0.8.33 |
2654 | 2024-04-01T22:19:57.029Z | Documenting native-tls v0.2.11 |
2655 | 2024-04-01T22:19:58.450Z | Documenting hyper v0.14.28 |
2656 | 2024-04-01T22:19:59.251Z | Documenting psl-types v2.0.11 |
2657 | 2024-04-01T22:19:59.309Z | Documenting regex v1.10.3 |
2658 | 2024-04-01T22:19:59.536Z | Documenting backtrace v0.3.69 |
2659 | 2024-04-01T22:20:05.910Z | Documenting serde_urlencoded v0.7.1 |
2660 | 2024-04-01T22:20:05.977Z | Documenting crossbeam-utils v0.8.19 |
2661 | 2024-04-01T22:20:06.015Z | Documenting tokio-native-tls v0.3.1 |
2662 | 2024-04-01T22:20:06.041Z | Documenting publicsuffix v2.2.3 |
2663 | 2024-04-01T22:20:06.041Z | Documenting utf8parse v0.2.1 |
2664 | 2024-04-01T22:20:06.042Z | Documenting futures v0.3.30 |
2665 | 2024-04-01T22:20:06.042Z | Documenting pem-rfc7468 v0.7.0 |
2666 | 2024-04-01T22:20:06.042Z | Documenting anyhow v1.0.79 |
2667 | 2024-04-01T22:20:06.042Z | Checking pest_meta v2.7.6 |
2668 | 2024-04-01T22:20:06.042Z | Documenting der_derive v0.7.2 |
2669 | 2024-04-01T22:20:06.042Z | Documenting cookie_store v0.20.0 |
2670 | 2024-04-01T22:20:06.745Z | Documenting sync_wrapper v0.1.2 |
2671 | 2024-04-01T22:20:06.921Z | Documenting flagset v0.4.3 |
2672 | 2024-04-01T22:20:09.147Z | Documenting webpki-roots v0.25.2 |
2673 | 2024-04-01T22:20:09.175Z | Documenting hyper-rustls v0.24.2 |
2674 | 2024-04-01T22:20:09.175Z | Documenting hyper-tls v0.5.0 |
2675 | 2024-04-01T22:20:09.563Z | Documenting num-integer v0.1.46 |
2676 | 2024-04-01T22:20:09.682Z | Documenting pest_meta v2.7.6 |
2677 | 2024-04-01T22:20:10.796Z | Documenting scroll_derive v0.12.0 |
2678 | 2024-04-01T22:20:11.171Z | Documenting der v0.7.8 |
2679 | 2024-04-01T22:20:11.414Z | Checking pest_generator v2.7.6 |
2680 | 2024-04-01T22:20:11.991Z | Documenting openapiv3 v2.0.0 |
2681 | 2024-04-01T22:20:12.082Z | Documenting ucd-trie v0.1.6 |
2682 | 2024-04-01T22:20:13.649Z | Documenting plain v0.2.3 |
2683 | 2024-04-01T22:20:13.777Z | Documenting pest_generator v2.7.6 |
2684 | 2024-04-01T22:20:15.372Z | Documenting spin v0.9.8 |
2685 | 2024-04-01T22:20:15.543Z | Documenting scroll v0.12.0 |
2686 | 2024-04-01T22:20:15.817Z | Documenting reqwest v0.11.24 |
2687 | 2024-04-01T22:20:15.842Z | Documenting spki v0.7.2 |
2688 | 2024-04-01T22:20:15.876Z | Documenting pest v2.7.6 |
2689 | 2024-04-01T22:20:16.318Z | Documenting anstyle v1.0.6 |
2690 | 2024-04-01T22:20:18.184Z | Documenting either v1.10.0 |
2691 | 2024-04-01T22:20:18.654Z | Documenting pest_derive v2.7.6 |
2692 | 2024-04-01T22:20:18.679Z | Documenting pretty-hex v0.4.1 |
2693 | 2024-04-01T22:20:19.634Z | Documenting goblin v0.8.0 |
2694 | 2024-04-01T22:20:20.107Z | Documenting pkcs8 v0.10.2 |
2695 | 2024-04-01T22:20:20.252Z | Documenting anstyle-parse v0.2.1 |
2696 | 2024-04-01T22:20:20.509Z | Documenting thread-id v4.2.0 |
2697 | 2024-04-01T22:20:21.564Z | Documenting data-encoding v2.4.0 |
2698 | 2024-04-01T22:20:21.727Z | Documenting anstyle-query v1.0.0 |
2699 | 2024-04-01T22:20:22.991Z | Documenting dtrace-parser v0.2.0 |
2700 | 2024-04-01T22:20:23.228Z | Documenting colorchoice v1.0.0 |
2701 | 2024-04-01T22:20:24.239Z | Documenting crossbeam-epoch v0.9.18 |
2702 | 2024-04-01T22:20:24.419Z | Documenting terminal_size v0.3.0 |
2703 | 2024-04-01T22:20:25.713Z | Documenting sha2 v0.10.8 |
2704 | 2024-04-01T22:20:25.911Z | Documenting ipnetwork v0.20.0 |
2705 | 2024-04-01T22:20:25.971Z | Documenting anstream v0.6.11 |
2706 | 2024-04-01T22:20:26.102Z | Documenting hex v0.4.3 |
2707 | 2024-04-01T22:20:26.464Z | Documenting dof v0.3.0 |
2708 | 2024-04-01T22:20:27.091Z | Documenting crc32fast v1.3.2 |
2709 | 2024-04-01T22:20:28.451Z | Documenting unicode-segmentation v1.10.1 |
2710 | 2024-04-01T22:20:28.805Z | Documenting clap_lex v0.7.0 |
2711 | 2024-04-01T22:20:30.066Z | Documenting untrusted v0.9.0 |
2712 | 2024-04-01T22:20:30.303Z | Documenting strsim v0.11.0 |
2713 | 2024-04-01T22:20:30.453Z | Documenting num-iter v0.1.44 |
2714 | 2024-04-01T22:20:30.910Z | Documenting hmac v0.12.1 |
2715 | 2024-04-01T22:20:31.341Z | Documenting usdt-impl v0.5.0 |
2716 | 2024-04-01T22:20:31.428Z | Documenting signal-hook v0.3.17 |
2717 | 2024-04-01T22:20:31.645Z | Documenting clap_derive v4.5.0 |
2718 | 2024-04-01T22:20:32.622Z | Documenting static_assertions v1.1.0 |
2719 | 2024-04-01T22:20:32.921Z | Documenting ring v0.17.8 |
2720 | 2024-04-01T22:20:34.121Z | Documenting clap_builder v4.5.1 |
2721 | 2024-04-01T22:20:34.842Z | Documenting flate2 v1.0.28 |
2722 | 2024-04-01T22:20:35.372Z | Documenting managed v0.8.0 |
2723 | 2024-04-01T22:20:35.553Z | Documenting block-padding v0.3.3 |
2724 | 2024-04-01T22:20:35.722Z | Documenting signal-hook-mio v0.2.3 |
2725 | 2024-04-01T22:20:36.747Z | Documenting scheduled-thread-pool v0.2.7 |
2726 | 2024-04-01T22:20:38.024Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2727 | 2024-04-01T22:20:38.590Z | Documenting enum-as-inner v0.5.1 |
2728 | 2024-04-01T22:20:38.590Z | Checking diesel_table_macro_syntax v0.1.0 |
2729 | 2024-04-01T22:20:38.616Z | Documenting diesel_table_macro_syntax v0.1.0 |
2730 | 2024-04-01T22:20:39.298Z | Documenting md-5 v0.10.5 |
2731 | 2024-04-01T22:20:39.660Z | Documenting inout v0.1.3 |
2732 | 2024-04-01T22:20:39.930Z | Documenting crossterm v0.27.0 |
2733 | 2024-04-01T22:20:40.298Z | Documenting clap v4.5.1 |
2734 | 2024-04-01T22:20:40.747Z | Documenting r2d2 v0.8.10 |
2735 | 2024-04-01T22:20:42.531Z | Documenting bzip2 v0.4.4 |
2736 | 2024-04-01T22:20:42.966Z | Documenting trust-dns-proto v0.22.0 |
2737 | 2024-04-01T22:20:43.203Z | Documenting diesel_derives v2.1.2 |
2738 | 2024-04-01T22:20:43.907Z | Documenting stringprep v0.1.3 |
2739 | 2024-04-01T22:20:44.045Z | Documenting regress v0.9.0 |
2740 | 2024-04-01T22:20:44.758Z | Documenting ff v0.13.0 |
2741 | 2024-04-01T22:20:44.936Z | Documenting serde_spanned v0.6.5 |
2742 | 2024-04-01T22:20:45.447Z | Documenting toml_datetime v0.6.5 |
2743 | 2024-04-01T22:20:45.532Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2744 | 2024-04-01T22:20:47.546Z | Documenting fallible-iterator v0.2.0 |
2745 | 2024-04-01T22:20:49.323Z | Documenting bit-vec v0.6.3 |
2746 | 2024-04-01T22:20:49.348Z | Documenting base16ct v0.2.0 |
2747 | 2024-04-01T22:20:49.529Z | Documenting winnow v0.6.1 |
2748 | 2024-04-01T22:20:49.736Z | Documenting siphasher v0.3.11 |
2749 | 2024-04-01T22:20:49.767Z | Documenting group v0.13.0 |
2750 | 2024-04-01T22:20:49.866Z | Documenting zip v0.6.6 |
2751 | 2024-04-01T22:20:50.336Z | Documenting diesel v2.1.4 |
2752 | 2024-04-01T22:20:53.180Z | Documenting sec1 v0.7.3 |
2753 | 2024-04-01T22:20:53.180Z | Documenting postgres-protocol v0.6.6 |
2754 | 2024-04-01T22:20:53.180Z | Documenting cipher v0.4.4 |
2755 | 2024-04-01T22:20:53.180Z | Documenting phf_shared v0.11.2 |
2756 | 2024-04-01T22:20:53.443Z | Documenting hkdf v0.12.4 |
2757 | 2024-04-01T22:20:54.107Z | Documenting num-bigint v0.4.4 |
2758 | 2024-04-01T22:20:54.527Z | Documenting toml_edit v0.22.6 |
2759 | 2024-04-01T22:20:56.184Z | Documenting bstr v1.9.0 |
2760 | 2024-04-01T22:21:06.291Z | Documenting console v0.15.8 |
2761 | 2024-04-01T22:21:06.892Z | Documenting crypto-bigint v0.5.2 |
2762 | 2024-04-01T22:21:16.080Z | Documenting hubpack v0.1.2 |
2763 | 2024-04-01T22:21:16.797Z | Documenting serde_repr v0.1.16 |
2764 | 2024-04-01T22:21:16.908Z | Documenting new_debug_unreachable v1.0.4 |
2765 | 2024-04-01T22:21:16.998Z | Documenting heck v0.4.1 |
2766 | 2024-04-01T22:21:17.185Z | Documenting minimal-lexical v0.2.1 |
2767 | 2024-04-01T22:21:17.392Z | Documenting fixedbitset v0.4.2 |
2768 | 2024-04-01T22:21:19.053Z | Documenting precomputed-hash v0.1.1 |
2769 | 2024-04-01T22:21:27.404Z | Documenting lalrpop-util v0.19.12 |
2770 | 2024-04-01T22:21:27.623Z | Checking unsafe-libyaml v0.2.10 |
2771 | 2024-04-01T22:21:27.764Z | Documenting petgraph v0.6.4 |
2772 | 2024-04-01T22:21:27.869Z | Documenting nom v7.1.3 |
2773 | 2024-04-01T22:21:28.007Z | Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2774 | 2024-04-01T22:21:28.143Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2775 | 2024-04-01T22:21:28.236Z | Documenting string_cache v0.8.7 |
2776 | 2024-04-01T22:21:28.460Z | Documenting elliptic-curve v0.13.8 |
2777 | 2024-04-01T22:21:28.634Z | Documenting yasna v0.5.2 |
2778 | 2024-04-01T22:21:31.207Z | Documenting postgres-types v0.2.6 |
2779 | 2024-04-01T22:21:32.476Z | Documenting phf v0.11.2 |
2780 | 2024-04-01T22:21:32.867Z | Documenting similar v2.4.0 |
2781 | 2024-04-01T22:21:33.880Z | Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2782 | 2024-04-01T22:21:34.606Z | Documenting semver v1.0.22 |
2783 | 2024-04-01T22:21:45.071Z | Documenting float-cmp v0.9.0 |
2784 | 2024-04-01T22:21:45.315Z | Checking strsim v0.10.0 |
2785 | 2024-04-01T22:21:45.393Z | Documenting unsafe-libyaml v0.2.10 |
2786 | 2024-04-01T22:21:45.514Z | Documenting peg-runtime v0.8.2 |
2787 | 2024-04-01T22:21:45.596Z | Documenting normalize-line-endings v0.3.0 |
2788 | 2024-04-01T22:21:46.036Z | Documenting predicates-core v1.0.6 |
2789 | 2024-04-01T22:21:46.037Z | Documenting whoami v1.5.0 |
2790 | 2024-04-01T22:21:46.037Z | Documenting difflib v0.4.0 |
2791 | 2024-04-01T22:21:46.139Z | Checking ident_case v1.0.1 |
2792 | 2024-04-01T22:21:46.297Z | Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2793 | 2024-04-01T22:21:49.121Z | Documenting serde_yaml v0.9.25 |
2794 | 2024-04-01T22:21:49.409Z | Checking serde_yaml v0.9.25 |
2795 | 2024-04-01T22:21:49.554Z | Documenting bit-set v0.5.3 |
2796 | 2024-04-01T22:21:49.765Z | Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2797 | 2024-04-01T22:21:49.918Z | Documenting getopts v0.2.21 |
2798 | 2024-04-01T22:21:50.108Z | Documenting tokio-postgres v0.7.10 |
2799 | 2024-04-01T22:21:50.252Z | Documenting predicates v3.1.0 |
2800 | 2024-04-01T22:21:51.002Z | Documenting tokio-stream v0.1.14 |
2801 | 2024-04-01T22:21:52.526Z | Documenting strum v0.26.1 |
2802 | 2024-04-01T22:21:53.403Z | Documenting dirs-sys-next v0.1.2 |
2803 | 2024-04-01T22:21:53.787Z | Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2804 | 2024-04-01T22:21:55.123Z | Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2805 | 2024-04-01T22:21:55.361Z | Documenting match_cfg v0.1.0 |
2806 | 2024-04-01T22:21:55.792Z | Checking darling_core v0.20.3 |
2807 | 2024-04-01T22:21:57.036Z | Documenting sha1 v0.10.6 |
2808 | 2024-04-01T22:21:57.072Z | Documenting http v1.0.0 |
2809 | 2024-04-01T22:21:57.290Z | Documenting camino v1.1.6 |
2810 | 2024-04-01T22:21:57.477Z | Documenting dirs-next v2.0.0 |
2811 | 2024-04-01T22:21:58.041Z | Documenting hostname v0.3.1 |
2812 | 2024-04-01T22:21:58.260Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2813 | 2024-04-01T22:22:00.741Z | Documenting thread_local v1.1.7 |
2814 | 2024-04-01T22:22:01.111Z | Documenting rustls-pki-types v1.3.0 |
2815 | 2024-04-01T22:22:01.630Z | Checking darling v0.20.3 |
2816 | 2024-04-01T22:22:01.662Z | Documenting term v0.7.0 |
2817 | 2024-04-01T22:22:01.734Z | Documenting crossbeam-channel v0.5.8 |
2818 | 2024-04-01T22:22:02.030Z | Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2819 | 2024-04-01T22:22:02.158Z | Documenting paste v1.0.14 |
2820 | 2024-04-01T22:22:02.231Z | Documenting atty v0.2.14 |
2821 | 2024-04-01T22:22:02.688Z | Documenting take_mut v0.2.2 |
2822 | 2024-04-01T22:22:04.697Z | Documenting slog-json v2.6.1 |
2823 | 2024-04-01T22:22:05.124Z | Documenting rustls-webpki v0.102.1 |
2824 | 2024-04-01T22:22:05.218Z | Documenting async-stream-impl v0.3.5 |
2825 | 2024-04-01T22:22:05.767Z | Documenting slog-term v2.9.0 |
2826 | 2024-04-01T22:22:06.051Z | Documenting atomic-waker v1.1.1 |
2827 | 2024-04-01T22:22:06.124Z | Documenting debug-ignore v1.0.5 |
2828 | 2024-04-01T22:22:06.264Z | Documenting slog-async v2.8.0 |
2829 | 2024-04-01T22:22:08.710Z | Documenting waitgroup v0.1.2 |
2830 | 2024-04-01T22:22:09.032Z | Documenting rustls-pemfile v2.1.1 |
2831 | 2024-04-01T22:22:09.640Z | Documenting slog-bunyan v2.5.0 |
2832 | 2024-04-01T22:22:09.900Z | Documenting rustls v0.22.2 |
2833 | 2024-04-01T22:22:10.101Z | Documenting async-stream v0.3.5 |
2834 | 2024-04-01T22:22:10.275Z | Documenting multer v3.0.0 |
2835 | 2024-04-01T22:22:10.460Z | Documenting toml v0.8.10 |
2836 | 2024-04-01T22:22:11.151Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2837 | 2024-04-01T22:22:12.586Z | Documenting serde_path_to_error v0.1.16 |
2838 | 2024-04-01T22:22:12.946Z | Documenting serde_with_macros v3.6.1 |
2839 | 2024-04-01T22:22:13.950Z | Documenting structmeta-derive v0.3.0 |
2840 | 2024-04-01T22:22:14.101Z | Checking structmeta v0.3.0 |
2841 | 2024-04-01T22:22:14.321Z | Documenting instant v0.1.12 |
2842 | 2024-04-01T22:22:14.962Z | Documenting newtype-uuid v1.0.1 |
2843 | 2024-04-01T22:22:16.446Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2844 | 2024-04-01T22:22:16.446Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2845 | 2024-04-01T22:22:16.953Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2846 | 2024-04-01T22:22:17.841Z | Documenting tokio-rustls v0.25.0 |
2847 | 2024-04-01T22:22:18.222Z | Documenting serde_with v3.6.1 |
2848 | 2024-04-01T22:22:18.348Z | Documenting backoff v0.4.0 |
2849 | 2024-04-01T22:22:19.213Z | Documenting structmeta v0.3.0 |
2850 | 2024-04-01T22:22:20.414Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2851 | 2024-04-01T22:22:20.544Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2852 | 2024-04-01T22:22:21.018Z | Documenting macaddr v1.0.1 |
2853 | 2024-04-01T22:22:22.928Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2854 | 2024-04-01T22:22:23.343Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2855 | 2024-04-01T22:22:23.839Z | Documenting parse-display-derive v0.9.0 |
2856 | 2024-04-01T22:22:25.015Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2857 | 2024-04-01T22:22:25.048Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2858 | 2024-04-01T22:22:25.048Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2859 | 2024-04-01T22:22:25.250Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2860 | 2024-04-01T22:22:25.471Z | Documenting fastrand v2.0.1 |
2861 | 2024-04-01T22:22:26.018Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2862 | 2024-04-01T22:22:26.258Z | Checking proc-macro-crate v1.3.1 |
2863 | 2024-04-01T22:22:26.476Z | Documenting proc-macro-crate v1.3.1 |
2864 | 2024-04-01T22:22:26.865Z | Documenting foreign-types-macros v0.2.3 |
2865 | 2024-04-01T22:22:27.169Z | Documenting foreign-types-shared v0.3.1 |
2866 | 2024-04-01T22:22:27.304Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2867 | 2024-04-01T22:22:28.061Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2868 | 2024-04-01T22:22:29.083Z | Documenting parse-display v0.9.0 |
2869 | 2024-04-01T22:22:29.248Z | Documenting tempfile v3.10.0 |
2870 | 2024-04-01T22:22:29.942Z | Documenting cstr-argument v0.1.2 |
2871 | 2024-04-01T22:22:31.294Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2872 | 2024-04-01T22:22:31.507Z | Documenting num_enum_derive v0.5.11 |
2873 | 2024-04-01T22:22:31.794Z | Documenting foreign-types v0.5.0 |
2874 | 2024-04-01T22:22:31.949Z | Documenting tabwriter v1.4.0 |
2875 | 2024-04-01T22:22:33.076Z | Documenting colored v2.1.0 |
2876 | 2024-04-01T22:22:33.808Z | Documenting camino-tempfile v1.1.1 |
2877 | 2024-04-01T22:22:33.991Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2878 | 2024-04-01T22:22:35.716Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2879 | 2024-04-01T22:22:36.193Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2880 | 2024-04-01T22:22:36.346Z | Documenting hash32 v0.3.1 |
2881 | 2024-04-01T22:22:36.461Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2882 | 2024-04-01T22:22:36.854Z | Documenting stable_deref_trait v1.2.0 |
2883 | 2024-04-01T22:22:37.651Z | Documenting num_enum v0.5.11 |
2884 | 2024-04-01T22:22:38.181Z | Documenting smf v0.2.2 |
2885 | 2024-04-01T22:22:39.555Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2886 | 2024-04-01T22:22:39.651Z | Documenting cobs v0.2.3 |
2887 | 2024-04-01T22:22:39.853Z | Documenting embedded-io v0.4.0 |
2888 | 2024-04-01T22:22:40.421Z | Documenting heapless v0.8.0 |
2889 | 2024-04-01T22:22:40.421Z | Documenting base64 v0.22.0 |
2890 | 2024-04-01T22:22:41.416Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2891 | 2024-04-01T22:22:42.162Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2892 | 2024-04-01T22:22:42.455Z | Documenting crucible-workspace-hack v0.1.0 |
2893 | 2024-04-01T22:22:42.851Z | Documenting postcard v1.0.8 |
2894 | 2024-04-01T22:22:43.724Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2895 | 2024-04-01T22:22:44.182Z | Documenting smoltcp v0.11.0 |
2896 | 2024-04-01T22:22:44.357Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2897 | 2024-04-01T22:22:45.027Z | Documenting proc-macro-error-attr v1.0.4 |
2898 | 2024-04-01T22:22:45.756Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2899 | 2024-04-01T22:22:46.238Z | Checking proc-macro-error v1.0.4 |
2900 | 2024-04-01T22:22:46.503Z | Documenting memmap v0.7.0 |
2901 | 2024-04-01T22:22:47.275Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2902 | 2024-04-01T22:22:48.914Z | Documenting proc-macro-error v1.0.4 |
2903 | 2024-04-01T22:22:49.086Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2904 | 2024-04-01T22:22:49.925Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2905 | 2024-04-01T22:22:50.538Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
2906 | 2024-04-01T22:22:50.566Z | Documenting newline-converter v0.3.0 |
2907 | 2024-04-01T22:22:50.786Z | Documenting usdt v0.5.0 |
2908 | 2024-04-01T22:22:51.329Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2909 | 2024-04-01T22:22:52.933Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2910 | 2024-04-01T22:22:53.292Z | Documenting num-derive v0.4.0 |
2911 | 2024-04-01T22:22:53.901Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2912 | 2024-04-01T22:22:53.937Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2913 | 2024-04-01T22:22:54.050Z | Documenting expectorate v1.1.0 |
2914 | 2024-04-01T22:22:54.363Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
2915 | 2024-04-01T22:22:54.752Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2916 | 2024-04-01T22:22:55.691Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2917 | 2024-04-01T22:22:56.380Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2918 | 2024-04-01T22:22:57.120Z | Documenting password-hash v0.5.0 |
2919 | 2024-04-01T22:22:57.905Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b) |
2920 | 2024-04-01T22:22:58.238Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2921 | 2024-04-01T22:22:58.606Z | Documenting blake2 v0.10.6 |
2922 | 2024-04-01T22:22:58.852Z | Documenting humantime v2.1.0 |
2923 | 2024-04-01T22:22:58.993Z | Documenting linked-hash-map v0.5.6 |
2924 | 2024-04-01T22:23:00.963Z | Documenting bytecount v0.6.3 |
2925 | 2024-04-01T22:23:01.221Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2926 | 2024-04-01T22:23:02.757Z | Documenting tabled_derive v0.7.0 |
2927 | 2024-04-01T22:23:02.854Z | Documenting derive-where v1.2.7 |
2928 | 2024-04-01T22:23:03.077Z | Documenting lru-cache v0.1.2 |
2929 | 2024-04-01T22:23:03.847Z | Documenting argon2 v0.5.3 |
2930 | 2024-04-01T22:23:03.877Z | Documenting papergrid v0.11.0 |
2931 | 2024-04-01T22:23:06.881Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2932 | 2024-04-01T22:23:07.168Z | Documenting swrite v0.1.0 |
2933 | 2024-04-01T22:23:07.230Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2934 | 2024-04-01T22:23:07.362Z | Documenting newtype_derive v0.1.6 |
2935 | 2024-04-01T22:23:07.689Z | Documenting itertools v0.12.1 |
2936 | 2024-04-01T22:23:07.849Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2937 | 2024-04-01T22:23:08.391Z | Documenting tabled v0.15.0 |
2938 | 2024-04-01T22:23:08.703Z | Documenting arc-swap v1.6.0 |
2939 | 2024-04-01T22:23:09.648Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2940 | 2024-04-01T22:23:10.913Z | Documenting quick-error v1.2.3 |
2941 | 2024-04-01T22:23:11.065Z | Documenting steno v0.4.0 |
2942 | 2024-04-01T22:23:12.583Z | Documenting slog-scope v4.4.0 |
2943 | 2024-04-01T22:23:13.280Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2944 | 2024-04-01T22:23:14.048Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2945 | 2024-04-01T22:23:14.198Z | Documenting num-rational v0.4.1 |
2946 | 2024-04-01T22:23:14.603Z | Documenting num-complex v0.4.4 |
2947 | 2024-04-01T22:23:14.710Z | Documenting resolv-conf v0.7.0 |
2948 | 2024-04-01T22:23:16.458Z | Documenting slog-stdlog v4.1.1 |
2949 | 2024-04-01T22:23:18.930Z | Documenting filetime v0.2.23 |
2950 | 2024-04-01T22:23:19.114Z | Documenting trust-dns-resolver v0.22.0 |
2951 | 2024-04-01T22:23:19.407Z | Documenting xattr v1.0.1 |
2952 | 2024-04-01T22:23:19.804Z | Documenting tap v1.0.1 |
2953 | 2024-04-01T22:23:20.490Z | Documenting slog-envlogger v2.2.0 |
2954 | 2024-04-01T22:23:22.634Z | Documenting wyz v0.5.1 |
2955 | 2024-04-01T22:23:23.103Z | Documenting num v0.4.1 |
2956 | 2024-04-01T22:23:23.345Z | Documenting tar v0.4.40 |
2957 | 2024-04-01T22:23:25.394Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2958 | 2024-04-01T22:23:25.626Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2959 | 2024-04-01T22:23:26.305Z | Documenting radium v0.7.0 |
2960 | 2024-04-01T22:23:26.502Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2961 | 2024-04-01T22:23:27.058Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2962 | 2024-04-01T22:23:27.058Z | Documenting nibble_vec v0.1.0 |
2963 | 2024-04-01T22:23:27.058Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2964 | 2024-04-01T22:23:27.058Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2965 | 2024-04-01T22:23:27.122Z | Documenting funty v2.0.0 |
2966 | 2024-04-01T22:23:27.657Z | Documenting endian-type v0.1.2 |
2967 | 2024-04-01T22:23:27.865Z | Documenting crc-catalog v2.2.0 |
2968 | 2024-04-01T22:23:28.406Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2969 | 2024-04-01T22:23:28.835Z | Documenting cancel-safe-futures v0.1.5 |
2970 | 2024-04-01T22:23:29.248Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2971 | 2024-04-01T22:23:29.494Z | Documenting packed_struct_codegen v0.10.1 |
2972 | 2024-04-01T22:23:30.100Z | Documenting bitvec v1.0.1 |
2973 | 2024-04-01T22:23:30.652Z | Documenting crc v3.0.1 |
2974 | 2024-04-01T22:23:30.842Z | Documenting nodrop v0.1.14 |
2975 | 2024-04-01T22:23:31.453Z | Documenting radix_trie v0.2.1 |
2976 | 2024-04-01T22:23:31.610Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2977 | 2024-04-01T22:23:33.470Z | Documenting same-file v1.0.6 |
2978 | 2024-04-01T22:23:33.824Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2979 | 2024-04-01T22:23:33.878Z | Documenting array-init v0.0.4 |
2980 | 2024-04-01T22:23:34.675Z | Documenting num-bigint-dig v0.8.4 |
2981 | 2024-04-01T22:23:34.972Z | Documenting packed_struct v0.10.1 |
2982 | 2024-04-01T22:23:35.765Z | Documenting pkcs1 v0.7.5 |
2983 | 2024-04-01T22:23:36.658Z | Documenting is-terminal v0.4.9 |
2984 | 2024-04-01T22:23:36.806Z | Documenting signature v2.1.0 |
2985 | 2024-04-01T22:23:37.218Z | Documenting walkdir v2.4.0 |
2986 | 2024-04-01T22:23:40.312Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2987 | 2024-04-01T22:23:40.426Z | Documenting bitfield v0.14.0 |
2988 | 2024-04-01T22:23:40.655Z | Documenting termcolor v1.2.0 |
2989 | 2024-04-01T22:23:41.261Z | Documenting display-error-chain v0.2.0 |
2990 | 2024-04-01T22:23:41.399Z | Documenting serde-hex v0.1.0 |
2991 | 2024-04-01T22:23:41.635Z | Documenting rsa v0.9.2 |
2992 | 2024-04-01T22:23:42.786Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2993 | 2024-04-01T22:23:43.125Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2994 | 2024-04-01T22:23:44.506Z | Documenting slog-dtrace v0.3.0 |
2995 | 2024-04-01T22:23:44.640Z | Documenting env_logger v0.10.0 |
2996 | 2024-04-01T22:23:45.029Z | warning: unresolved link to `StNestedBuilder::make_subsection` |
2997 | 2024-04-01T22:23:45.029Z | --> nexus/types/src/sectioned_table.rs:145:7 |
2998 | 2024-04-01T22:23:45.029Z | | |
2999 | 2024-04-01T22:23:45.030Z | 145 | /// [`StNestedBuilder::make_subsection`]. |
3000 | 2024-04-01T22:23:45.030Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope |
3001 | 2024-04-01T22:23:45.030Z | | |
3002 | 2024-04-01T22:23:45.030Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3003 | 2024-04-01T22:23:45.030Z | |
3004 | 2024-04-01T22:23:45.223Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3005 | 2024-04-01T22:23:45.482Z | Documenting x509-cert v0.2.4 |
3006 | 2024-04-01T22:23:46.604Z | Documenting libsw v3.3.1 |
3007 | 2024-04-01T22:23:46.941Z | warning: `nexus-types` (lib doc) generated 1 warning |
3008 | 2024-04-01T22:23:46.941Z | Documenting ron v0.8.1 |
3009 | 2024-04-01T22:23:47.114Z | Documenting half v2.3.1 |
3010 | 2024-04-01T22:23:48.455Z | Documenting pem v3.0.2 |
3011 | 2024-04-01T22:23:49.450Z | Documenting linear-map v1.2.0 |
3012 | 2024-04-01T22:23:50.087Z | Documenting owo-colors v4.0.0 |
3013 | 2024-04-01T22:23:50.429Z | Documenting ciborium-io v0.2.2 |
3014 | 2024-04-01T22:23:51.060Z | Documenting crc-any v2.4.3 |
3015 | 2024-04-01T22:23:51.331Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3016 | 2024-04-01T22:23:51.678Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3017 | 2024-04-01T22:23:52.517Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3018 | 2024-04-01T22:23:52.756Z | Checking darling_core v0.14.4 |
3019 | 2024-04-01T22:23:53.487Z | Documenting headers-core v0.2.0 |
3020 | 2024-04-01T22:23:53.930Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3021 | 2024-04-01T22:23:54.164Z | Documenting path-slash v0.1.5 |
3022 | 2024-04-01T22:23:54.326Z | Documenting ciborium-ll v0.2.2 |
3023 | 2024-04-01T22:23:54.515Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3024 | 2024-04-01T22:23:56.202Z | Checking darling v0.14.4 |
3025 | 2024-04-01T22:23:56.227Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3026 | 2024-04-01T22:23:57.990Z | Documenting headers v0.3.9 |
3027 | 2024-04-01T22:23:58.020Z | Documenting fxhash v0.2.1 |
3028 | 2024-04-01T22:23:58.239Z | Documenting ciborium v0.2.2 |
3029 | 2024-04-01T22:24:01.242Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
3030 | 2024-04-01T22:24:01.811Z | Documenting async-recursion v1.0.5 |
3031 | 2024-04-01T22:24:02.113Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3032 | 2024-04-01T22:24:02.678Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3033 | 2024-04-01T22:24:03.343Z | Documenting vte_generate_state_changes v0.1.1 |
3034 | 2024-04-01T22:24:03.765Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3035 | 2024-04-01T22:24:06.080Z | Checking convert_case v0.4.0 |
3036 | 2024-04-01T22:24:06.282Z | Documenting convert_case v0.4.0 |
3037 | 2024-04-01T22:24:07.061Z | Documenting vte v0.11.1 |
3038 | 2024-04-01T22:24:08.038Z | Checking derive_builder_core v0.12.0 |
3039 | 2024-04-01T22:24:08.718Z | Documenting derive_builder_core v0.12.0 |
3040 | 2024-04-01T22:24:10.561Z | Documenting derive_more v0.99.17 |
3041 | 2024-04-01T22:24:10.897Z | Documenting buf-list v1.0.3 |
3042 | 2024-04-01T22:24:11.566Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3043 | 2024-04-01T22:24:14.179Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3044 | 2024-04-01T22:24:15.096Z | Checking heck v0.3.3 |
3045 | 2024-04-01T22:24:15.262Z | Documenting bitstruct_derive v0.1.0 |
3046 | 2024-04-01T22:24:15.294Z | Documenting pin-project-internal v1.1.3 |
3047 | 2024-04-01T22:24:15.629Z | Documenting ascii v1.1.0 |
3048 | 2024-04-01T22:24:15.795Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3049 | 2024-04-01T22:24:16.018Z | Documenting structopt-derive v0.4.18 |
3050 | 2024-04-01T22:24:18.246Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3051 | 2024-04-01T22:24:18.688Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3052 | 2024-04-01T22:24:20.420Z | Documenting derive_builder_macro v0.12.0 |
3053 | 2024-04-01T22:24:20.459Z | Documenting bitstruct v0.1.1 |
3054 | 2024-04-01T22:24:20.459Z | Documenting pin-project v1.1.3 |
3055 | 2024-04-01T22:24:20.888Z | Documenting strip-ansi-escapes v0.2.0 |
3056 | 2024-04-01T22:24:20.966Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3057 | 2024-04-01T22:24:22.205Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3058 | 2024-04-01T22:24:22.786Z | Documenting doc-comment v0.3.3 |
3059 | 2024-04-01T22:24:23.151Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3060 | 2024-04-01T22:24:23.664Z | Documenting crossbeam-deque v0.8.3 |
3061 | 2024-04-01T22:24:24.349Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3062 | 2024-04-01T22:24:24.678Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3063 | 2024-04-01T22:24:25.505Z | Documenting serde_arrays v0.1.0 |
3064 | 2024-04-01T22:24:25.544Z | Documenting erased-serde v0.3.31 |
3065 | 2024-04-01T22:24:27.156Z | Documenting snafu-derive v0.7.5 |
3066 | 2024-04-01T22:24:27.683Z | Documenting ref-cast-impl v1.0.20 |
3067 | 2024-04-01T22:24:29.407Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3068 | 2024-04-01T22:24:29.681Z | Documenting unicode-xid v0.2.4 |
3069 | 2024-04-01T22:24:29.765Z | Documenting nu-ansi-term v0.50.0 |
3070 | 2024-04-01T22:24:30.331Z | Checking unicode-xid v0.2.4 |
3071 | 2024-04-01T22:24:30.479Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3072 | 2024-04-01T22:24:32.344Z | Documenting ref-cast v1.0.20 |
3073 | 2024-04-01T22:24:32.477Z | Documenting const_format_proc_macros v0.2.32 |
3074 | 2024-04-01T22:24:33.758Z | Documenting reedline v0.30.0 |
3075 | 2024-04-01T22:24:34.168Z | Documenting snafu v0.7.5 |
3076 | 2024-04-01T22:24:34.440Z | Documenting rayon-core v1.12.1 |
3077 | 2024-04-01T22:24:35.110Z | Documenting derive_builder v0.12.0 |
3078 | 2024-04-01T22:24:36.831Z | Documenting structopt v0.3.26 |
3079 | 2024-04-01T22:24:38.309Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3080 | 2024-04-01T22:24:38.608Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3081 | 2024-04-01T22:24:39.593Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3082 | 2024-04-01T22:24:39.839Z | Documenting libefi-sys v0.1.0 |
3083 | 2024-04-01T22:24:46.183Z | Documenting trust-dns-client v0.22.0 |
3084 | 2024-04-01T22:24:46.214Z | Documenting polar-core v0.27.0 |
3085 | 2024-04-01T22:24:46.292Z | Documenting libxml v0.3.3 |
3086 | 2024-04-01T22:24:46.292Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3087 | 2024-04-01T22:24:46.292Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3088 | 2024-04-01T22:24:46.292Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3089 | 2024-04-01T22:24:46.292Z | Documenting globset v0.4.13 |
3090 | 2024-04-01T22:24:46.906Z | Documenting bb8 v0.8.3 |
3091 | 2024-04-01T22:24:47.762Z | Documenting olpc-cjson v0.1.3 |
3092 | 2024-04-01T22:24:48.966Z | Documenting quick-xml v0.30.0 |
3093 | 2024-04-01T22:24:49.106Z | Documenting serde_plain v1.0.2 |
3094 | 2024-04-01T22:24:49.295Z | Documenting impl-trait-for-tuples v0.2.2 |
3095 | 2024-04-01T22:24:50.086Z | Documenting oso-derive v0.27.0 |
3096 | 2024-04-01T22:24:51.847Z | Documenting keccak v0.1.4 |
3097 | 2024-04-01T22:24:52.172Z | Documenting utf-8 v0.7.6 |
3098 | 2024-04-01T22:24:53.405Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3099 | 2024-04-01T22:24:54.156Z | Documenting typed-path v0.7.0 |
3100 | 2024-04-01T22:24:54.535Z | Documenting maplit v1.0.2 |
3101 | 2024-04-01T22:24:54.840Z | Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
3102 | 2024-04-01T22:24:54.922Z | Documenting sha3 v0.10.8 |
3103 | 2024-04-01T22:24:55.885Z | Documenting tungstenite v0.21.0 |
3104 | 2024-04-01T22:24:56.528Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3105 | 2024-04-01T22:24:57.284Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3106 | 2024-04-01T22:24:58.267Z | Documenting oso v0.27.0 |
3107 | 2024-04-01T22:24:59.411Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3108 | 2024-04-01T22:24:59.462Z | Documenting tough v0.16.0 |
3109 | 2024-04-01T22:25:01.335Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
3110 | 2024-04-01T22:25:01.506Z | Documenting trust-dns-server v0.22.1 |
3111 | 2024-04-01T22:25:03.405Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3112 | 2024-04-01T22:25:03.782Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3113 | 2024-04-01T22:25:05.220Z | Documenting rayon v1.9.0 |
3114 | 2024-04-01T22:25:05.549Z | Documenting const_format v0.2.32 |
3115 | 2024-04-01T22:25:06.284Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3116 | 2024-04-01T22:25:08.107Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3117 | 2024-04-01T22:25:08.459Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3118 | 2024-04-01T22:25:08.621Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3119 | 2024-04-01T22:25:08.707Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3120 | 2024-04-01T22:25:09.052Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3121 | 2024-04-01T22:25:09.606Z | Documenting sled v0.34.7 |
3122 | 2024-04-01T22:25:09.633Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3123 | 2024-04-01T22:25:09.769Z | Documenting fs-err v2.11.0 |
3124 | 2024-04-01T22:25:10.283Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3125 | 2024-04-01T22:25:11.898Z | Documenting cookie v0.18.0 |
3126 | 2024-04-01T22:25:12.349Z | Documenting unicase v2.7.0 |
3127 | 2024-04-01T22:25:12.539Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3128 | 2024-04-01T22:25:12.814Z | Documenting fd-lock v4.0.2 |
3129 | 2024-04-01T22:25:13.717Z | Documenting nix v0.27.1 |
3130 | 2024-04-01T22:25:13.916Z | Documenting secrecy v0.8.0 |
3131 | 2024-04-01T22:25:14.624Z | Documenting gethostname v0.4.3 |
3132 | 2024-04-01T22:25:15.364Z | Documenting peg-macros v0.8.2 |
3133 | 2024-04-01T22:25:17.116Z | Documenting rustversion v1.0.14 |
3134 | 2024-04-01T22:25:17.390Z | Documenting sqlparser_derive v0.2.2 |
3135 | 2024-04-01T22:25:17.840Z | Documenting home v0.5.5 |
3136 | 2024-04-01T22:25:18.122Z | Documenting unicode_categories v0.1.1 |
3137 | 2024-04-01T22:25:18.766Z | Documenting parse-size v1.0.0 |
3138 | 2024-04-01T22:25:18.892Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3139 | 2024-04-01T22:25:19.942Z | Documenting peg v0.8.2 |
3140 | 2024-04-01T22:25:20.588Z | Documenting castaway v0.2.2 |
3141 | 2024-04-01T22:25:21.493Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3142 | 2024-04-01T22:25:21.789Z | Documenting rustyline v13.0.0 |
3143 | 2024-04-01T22:25:21.969Z | Documenting sqlformat v0.2.3 |
3144 | 2024-04-01T22:25:22.259Z | Documenting sqlparser v0.43.1 |
3145 | 2024-04-01T22:25:23.848Z | Documenting mime_guess v2.0.4 |
3146 | 2024-04-01T22:25:24.442Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3147 | 2024-04-01T22:25:26.228Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3148 | 2024-04-01T22:25:27.469Z | Documenting tokio-tungstenite v0.21.0 |
3149 | 2024-04-01T22:25:28.035Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3150 | 2024-04-01T22:25:28.633Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3151 | 2024-04-01T22:25:32.035Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3152 | 2024-04-01T22:25:32.317Z | Documenting zone v0.1.8 |
3153 | 2024-04-01T22:25:33.871Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
3154 | 2024-04-01T22:25:34.147Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3155 | 2024-04-01T22:25:34.367Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3156 | 2024-04-01T22:25:36.500Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3157 | 2024-04-01T22:25:36.612Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3158 | 2024-04-01T22:25:36.769Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
3159 | 2024-04-01T22:25:36.880Z | Documenting portpicker v0.1.1 |
3160 | 2024-04-01T22:25:39.388Z | Documenting universal-hash v0.5.1 |
3161 | 2024-04-01T22:25:41.154Z | Documenting bcs v0.1.6 |
3162 | 2024-04-01T22:25:43.721Z | Documenting kstat-rs v0.2.3 |
3163 | 2024-04-01T22:25:44.040Z | Documenting thiserror-impl-no-std v2.0.2 |
3164 | 2024-04-01T22:25:55.058Z | Documenting curve25519-dalek-derive v0.1.0 |
3165 | 2024-04-01T22:25:55.425Z | Documenting highway v1.1.0 |
3166 | 2024-04-01T22:25:55.824Z | Documenting opaque-debug v0.3.0 |
3167 | 2024-04-01T22:25:55.965Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3168 | 2024-04-01T22:25:56.259Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3169 | 2024-04-01T22:26:00.218Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3170 | 2024-04-01T22:26:00.260Z | Documenting thiserror-no-std v2.0.2 |
3171 | 2024-04-01T22:26:00.260Z | Documenting poly1305 v0.8.0 |
3172 | 2024-04-01T22:26:00.261Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3173 | 2024-04-01T22:26:00.261Z | Documenting curve25519-dalek v4.1.1 |
3174 | 2024-04-01T22:26:00.261Z | Documenting compact_str v0.7.1 |
3175 | 2024-04-01T22:26:03.190Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3176 | 2024-04-01T22:26:04.007Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3177 | 2024-04-01T22:26:04.737Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3178 | 2024-04-01T22:26:04.891Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3179 | 2024-04-01T22:26:15.593Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3180 | 2024-04-01T22:26:15.593Z | Documenting portable-atomic v1.4.3 |
3181 | 2024-04-01T22:26:15.632Z | Documenting ed25519 v1.5.3 |
3182 | 2024-04-01T22:26:15.632Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3183 | 2024-04-01T22:26:15.632Z | Documenting memoffset v0.7.1 |
3184 | 2024-04-01T22:26:15.632Z | Documenting rcgen v0.12.1 |
3185 | 2024-04-01T22:26:15.632Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3186 | 2024-04-01T22:26:15.659Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3187 | 2024-04-01T22:26:15.685Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=9b2deee64874b315427962b1c7fccceef99436b2#9b2deee6) |
3188 | 2024-04-01T22:26:15.685Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b) |
3189 | 2024-04-01T22:26:16.225Z | Documenting atomicwrites v0.4.3 |
3190 | 2024-04-01T22:26:17.602Z | warning: could not parse code block as Rust code |
3191 | 2024-04-01T22:26:17.602Z | --> oximeter/db/src/oxql/ast/grammar.rs:244:9 |
3192 | 2024-04-01T22:26:17.602Z | | |
3193 | 2024-04-01T22:26:17.602Z | 244 | / /// Parse a string literal, either single- or double-quoted. |
3194 | 2024-04-01T22:26:17.602Z | 245 | | /// |
3195 | 2024-04-01T22:26:17.602Z | 246 | | /// Parsing string literals is pretty tricky, but we add several |
3196 | 2024-04-01T22:26:17.603Z | 247 | | /// constraints to simplify things. First strings must be quoted, either |
3197 | 2024-04-01T22:26:17.603Z | ... | |
3198 | 2024-04-01T22:26:17.603Z | 275 | | /// |
3199 | 2024-04-01T22:26:17.603Z | 276 | | /// Will be parsed as `this string has " in it`. |
3200 | 2024-04-01T22:26:17.603Z | | |________________________________________________________^ |
3201 | 2024-04-01T22:26:17.603Z | | |
3202 | 2024-04-01T22:26:17.603Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
3203 | 2024-04-01T22:26:17.603Z | = note: error from rustc: unknown start of token: \ |
3204 | 2024-04-01T22:26:17.603Z | = note: error from rustc: unknown start of token: \ |
3205 | 2024-04-01T22:26:17.603Z | = note: error from rustc: unknown start of token: \ |
3206 | 2024-04-01T22:26:17.603Z | = note: error from rustc: unknown start of token: \ |
3207 | 2024-04-01T22:26:17.603Z | = note: error from rustc: unknown start of token: \ |
3208 | 2024-04-01T22:26:17.604Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
3209 | 2024-04-01T22:26:17.604Z | |
3210 | 2024-04-01T22:26:18.820Z | Documenting chacha20 v0.9.1 |
3211 | 2024-04-01T22:26:19.016Z | warning: `oximeter-db` (lib doc) generated 1 warning |
3212 | 2024-04-01T22:26:19.046Z | Documenting lru v0.12.1 |
3213 | 2024-04-01T22:26:20.617Z | Documenting aead v0.5.2 |
3214 | 2024-04-01T22:26:22.235Z | Documenting rand_seeder v0.2.3 |
3215 | 2024-04-01T22:26:22.990Z | Documenting nanorand v0.7.0 |
3216 | 2024-04-01T22:26:23.585Z | Documenting subprocess v0.2.9 |
3217 | 2024-04-01T22:26:23.856Z | Documenting stability v0.1.1 |
3218 | 2024-04-01T22:26:24.379Z | Documenting number_prefix v0.4.0 |
3219 | 2024-04-01T22:26:24.965Z | Documenting glob v0.3.1 |
3220 | 2024-04-01T22:26:35.563Z | Documenting cassowary v0.3.0 |
3221 | 2024-04-01T22:26:35.879Z | Documenting flume v0.11.0 |
3222 | 2024-04-01T22:26:36.192Z | Documenting chacha20poly1305 v0.10.1 |
3223 | 2024-04-01T22:26:36.250Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3224 | 2024-04-01T22:26:36.477Z | Documenting indicatif v0.17.8 |
3225 | 2024-04-01T22:26:36.745Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3226 | 2024-04-01T22:26:37.100Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3227 | 2024-04-01T22:26:39.693Z | Documenting ratatui v0.26.1 |
3228 | 2024-04-01T22:26:40.049Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3229 | 2024-04-01T22:26:55.285Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3230 | 2024-04-01T22:26:55.369Z | Documenting salty v0.2.0 |
3231 | 2024-04-01T22:26:55.369Z | Documenting vsss-rs v3.3.4 |
3232 | 2024-04-01T22:26:55.369Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3233 | 2024-04-01T22:26:55.369Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3234 | 2024-04-01T22:26:55.369Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3235 | 2024-04-01T22:26:55.369Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3236 | 2024-04-01T22:26:55.369Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3237 | 2024-04-01T22:26:55.369Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3238 | 2024-04-01T22:26:55.369Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3239 | 2024-04-01T22:26:55.581Z | Documenting serde-big-array v0.5.1 |
3240 | 2024-04-01T22:26:56.528Z | Documenting rtoolbox v0.0.1 |
3241 | 2024-04-01T22:26:57.583Z | Documenting http-range v0.1.5 |
3242 | 2024-04-01T22:26:58.280Z | Documenting is_ci v1.2.0 |
3243 | 2024-04-01T22:26:58.853Z | Documenting unicode-linebreak v0.1.5 |
3244 | 2024-04-01T22:26:59.638Z | Documenting smawk v0.3.1 |
3245 | 2024-04-01T22:27:00.698Z | Documenting rpassword v7.3.1 |
3246 | 2024-04-01T22:27:01.511Z | Documenting hyper-staticfile v0.9.5 |
3247 | 2024-04-01T22:27:01.785Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3248 | 2024-04-01T22:27:02.236Z | Documenting supports-color v3.0.0 |
3249 | 2024-04-01T22:27:03.462Z | Documenting textwrap v0.16.1 |
3250 | 2024-04-01T22:27:04.899Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3251 | 2024-04-01T22:27:04.965Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3252 | 2024-04-01T22:27:06.182Z | Documenting tui-tree-widget v0.17.0 |
3253 | 2024-04-01T22:27:07.902Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3254 | 2024-04-01T22:27:07.927Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3255 | 2024-04-01T22:27:08.262Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3256 | 2024-04-01T22:27:09.756Z | warning: unresolved link to `test_sled_transitions` |
3257 | 2024-04-01T22:27:09.757Z | --> nexus/db-queries/src/db/datastore/sled.rs:536:11 |
3258 | 2024-04-01T22:27:09.757Z | | |
3259 | 2024-04-01T22:27:09.757Z | 536 | /// [`test_sled_transitions`]. |
3260 | 2024-04-01T22:27:09.757Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3261 | 2024-04-01T22:27:09.757Z | | |
3262 | 2024-04-01T22:27:09.757Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3263 | 2024-04-01T22:27:09.757Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3264 | 2024-04-01T22:27:09.757Z | |
3265 | 2024-04-01T22:27:09.757Z | warning: unresolved link to `test_sled_transitions` |
3266 | 2024-04-01T22:27:09.757Z | --> nexus/db-queries/src/db/datastore/sled.rs:572:11 |
3267 | 2024-04-01T22:27:09.757Z | | |
3268 | 2024-04-01T22:27:09.757Z | 572 | /// [`test_sled_transitions`]. |
3269 | 2024-04-01T22:27:09.757Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3270 | 2024-04-01T22:27:09.757Z | | |
3271 | 2024-04-01T22:27:09.757Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3272 | 2024-04-01T22:27:09.757Z | |
3273 | 2024-04-01T22:27:09.782Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3274 | 2024-04-01T22:27:09.782Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3275 | 2024-04-01T22:27:09.782Z | | |
3276 | 2024-04-01T22:27:09.782Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3277 | 2024-04-01T22:27:09.782Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3278 | 2024-04-01T22:27:09.782Z | |
3279 | 2024-04-01T22:27:10.462Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3280 | 2024-04-01T22:27:11.269Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3281 | 2024-04-01T22:27:11.928Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3282 | 2024-04-01T22:27:12.561Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3283 | 2024-04-01T22:27:12.588Z | Documenting signal-hook-tokio v0.3.1 |
3284 | 2024-04-01T22:27:12.679Z | Documenting memmap2 v0.7.1 |
3285 | 2024-04-01T22:27:12.964Z | Documenting shell-words v1.1.0 |
3286 | 2024-04-01T22:27:15.775Z | Documenting corncobs v0.1.3 |
3287 | 2024-04-01T22:27:16.909Z | Documenting arrayref v0.3.7 |
3288 | 2024-04-01T22:27:17.376Z | Documenting constant_time_eq v0.3.0 |
3289 | 2024-04-01T22:27:17.645Z | Documenting arrayvec v0.7.4 |
3290 | 2024-04-01T22:27:18.638Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3291 | 2024-04-01T22:27:19.851Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3292 | 2024-04-01T22:27:20.212Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3293 | 2024-04-01T22:27:20.836Z | Documenting blake3 v1.5.0 |
3294 | 2024-04-01T22:27:22.655Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3295 | 2024-04-01T22:27:24.329Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3296 | 2024-04-01T22:27:24.959Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3297 | 2024-04-01T22:27:24.983Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3298 | 2024-04-01T22:27:25.092Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3299 | 2024-04-01T22:27:26.307Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3300 | 2024-04-01T22:27:27.724Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3301 | 2024-04-01T22:27:35.257Z | warning: unclosed HTML tag `usize` |
3302 | 2024-04-01T22:27:35.257Z | --> wicket/src/ui/panes/update.rs:153:19 |
3303 | 2024-04-01T22:27:35.257Z | | |
3304 | 2024-04-01T22:27:35.258Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3305 | 2024-04-01T22:27:35.258Z | | ^^^^^^^ |
3306 | 2024-04-01T22:27:35.258Z | | |
3307 | 2024-04-01T22:27:35.258Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3308 | 2024-04-01T22:27:35.259Z | |
3309 | 2024-04-01T22:27:36.493Z | warning: `wicket` (lib doc) generated 1 warning |
3310 | 2024-04-01T22:27:36.521Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3311 | 2024-04-01T22:27:40.575Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3312 | 2024-04-01T22:27:40.603Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3313 | 2024-04-01T22:27:41.684Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=09bcfa6b9201f75891a5413928bb088cc150d319#09bcfa6b) |
3314 | 2024-04-01T22:27:45.430Z | Documenting fatfs v0.3.6 |
3315 | 2024-04-01T22:27:47.108Z | Documenting assert_matches v1.5.0 |
3316 | 2024-04-01T22:27:49.827Z | Documenting topological-sort v0.2.2 |
3317 | 2024-04-01T22:27:50.736Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3318 | 2024-04-01T22:27:51.101Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3319 | 2024-04-01T22:27:53.694Z | Documenting omicron-zone-package v0.11.0 |
3320 | 2024-04-01T22:27:54.244Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3321 | 2024-04-01T22:28:01.327Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3322 | 2024-04-01T22:28:01.381Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3323 | 2024-04-01T22:28:01.382Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3324 | 2024-04-01T22:28:01.382Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3325 | 2024-04-01T22:28:02.630Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3326 | 2024-04-01T22:28:03.318Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3327 | 2024-04-01T22:28:05.698Z | Documenting termios v0.3.3 |
3328 | 2024-04-01T22:28:06.415Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3329 | 2024-04-01T22:28:06.415Z | --> sled-agent/src/sim/instance.rs:46:7 |
3330 | 2024-04-01T22:28:06.415Z | | |
3331 | 2024-04-01T22:28:06.415Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3332 | 2024-04-01T22:28:06.415Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3333 | 2024-04-01T22:28:06.415Z | | |
3334 | 2024-04-01T22:28:06.415Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3335 | 2024-04-01T22:28:06.415Z | |
3336 | 2024-04-01T22:28:09.434Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3337 | 2024-04-01T22:28:09.686Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3338 | 2024-04-01T22:28:14.099Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3339 | 2024-04-01T22:28:14.640Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3340 | 2024-04-01T22:28:16.386Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3341 | 2024-04-01T22:28:24.627Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3342 | 2024-04-01T22:28:27.118Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3343 | 2024-04-01T22:28:33.868Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3344 | 2024-04-01T22:28:38.561Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3345 | 2024-04-01T22:28:49.514Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3346 | 2024-04-01T22:28:50.474Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3347 | 2024-04-01T22:28:51.311Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3348 | 2024-04-01T22:28:52.203Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3349 | 2024-04-01T22:28:53.120Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3350 | 2024-04-01T22:28:56.504Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3351 | 2024-04-01T22:29:11.274Z | warning: unresolved link to `VolumeConstructionRequest` |
3352 | 2024-04-01T22:29:11.275Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3353 | 2024-04-01T22:29:11.275Z | | |
3354 | 2024-04-01T22:29:11.275Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3355 | 2024-04-01T22:29:11.275Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3356 | 2024-04-01T22:29:11.275Z | | |
3357 | 2024-04-01T22:29:11.275Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3358 | 2024-04-01T22:29:11.275Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3359 | 2024-04-01T22:29:11.275Z | |
3360 | 2024-04-01T22:29:11.275Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3361 | 2024-04-01T22:29:11.275Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3362 | 2024-04-01T22:29:11.301Z | | |
3363 | 2024-04-01T22:29:11.301Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3364 | 2024-04-01T22:29:11.301Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3365 | 2024-04-01T22:29:11.301Z | |
3366 | 2024-04-01T22:29:11.301Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3367 | 2024-04-01T22:29:11.301Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3368 | 2024-04-01T22:29:11.301Z | | |
3369 | 2024-04-01T22:29:11.301Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3370 | 2024-04-01T22:29:11.301Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3371 | 2024-04-01T22:29:11.301Z | |
3372 | 2024-04-01T22:29:11.301Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3373 | 2024-04-01T22:29:11.301Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3374 | 2024-04-01T22:29:11.301Z | | |
3375 | 2024-04-01T22:29:11.301Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3376 | 2024-04-01T22:29:11.301Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3377 | 2024-04-01T22:29:11.301Z | |
3378 | 2024-04-01T22:29:11.301Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3379 | 2024-04-01T22:29:11.302Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3380 | 2024-04-01T22:29:11.302Z | | |
3381 | 2024-04-01T22:29:11.302Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3382 | 2024-04-01T22:29:11.302Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3383 | 2024-04-01T22:29:11.302Z | |
3384 | 2024-04-01T22:29:11.302Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3385 | 2024-04-01T22:29:11.302Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3386 | 2024-04-01T22:29:11.302Z | | |
3387 | 2024-04-01T22:29:11.302Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3388 | 2024-04-01T22:29:11.302Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3389 | 2024-04-01T22:29:11.302Z | |
3390 | 2024-04-01T22:29:11.302Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3391 | 2024-04-01T22:29:11.302Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3392 | 2024-04-01T22:29:11.302Z | | |
3393 | 2024-04-01T22:29:11.302Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3394 | 2024-04-01T22:29:11.302Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3395 | 2024-04-01T22:29:11.302Z | |
3396 | 2024-04-01T22:29:15.147Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3397 | 2024-04-01T22:29:41.120Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 11s |
3398 | 2024-04-01T22:29:41.190Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html |
3399 | 2024-04-01T22:29:41.190Z | Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html |
3400 | 2024-04-01T22:29:41.190Z | Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html |
3401 | 2024-04-01T22:29:41.191Z | Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html |
3402 | 2024-04-01T22:29:41.191Z | Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html |
3403 | 2024-04-01T22:29:41.191Z | Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html |
3404 | 2024-04-01T22:29:41.260Z | Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html |
3405 | 2024-04-01T22:29:41.260Z | Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html |
3406 | 2024-04-01T22:29:41.260Z | Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html |
3407 | 2024-04-01T22:29:41.260Z | Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html |
3408 | 2024-04-01T22:29:41.260Z | Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
3409 | 2024-04-01T22:29:41.260Z | Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html |
3410 | 2024-04-01T22:29:41.260Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html |
3411 | 2024-04-01T22:29:41.260Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html |
3412 | 2024-04-01T22:29:41.260Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html |
3413 | 2024-04-01T22:29:41.260Z | Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html |
3414 | 2024-04-01T22:29:41.261Z | Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html |
3415 | 2024-04-01T22:29:41.261Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html |
3416 | 2024-04-01T22:29:41.261Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html |
3417 | 2024-04-01T22:29:41.261Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html |
3418 | 2024-04-01T22:29:41.261Z | Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
3419 | 2024-04-01T22:29:41.261Z | Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html |
3420 | 2024-04-01T22:29:41.261Z | Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html |
3421 | 2024-04-01T22:29:41.261Z | Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html |
3422 | 2024-04-01T22:29:41.261Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
3423 | 2024-04-01T22:29:41.261Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html |
3424 | 2024-04-01T22:29:41.261Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html |
3425 | 2024-04-01T22:29:41.261Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html |
3426 | 2024-04-01T22:29:41.261Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html |
3427 | 2024-04-01T22:29:41.261Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html |
3428 | 2024-04-01T22:29:41.261Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html |
3429 | 2024-04-01T22:29:41.261Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html |
3430 | 2024-04-01T22:29:41.261Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html |
3431 | 2024-04-01T22:29:41.261Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html |
3432 | 2024-04-01T22:29:41.261Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html |
3433 | 2024-04-01T22:29:41.261Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html |
3434 | 2024-04-01T22:29:41.261Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html |
3435 | 2024-04-01T22:29:41.262Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html |
3436 | 2024-04-01T22:29:41.262Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
3437 | 2024-04-01T22:29:41.262Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html |
3438 | 2024-04-01T22:29:41.262Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html |
3439 | 2024-04-01T22:29:41.262Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html |
3440 | 2024-04-01T22:29:41.262Z | Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html |
3441 | 2024-04-01T22:29:41.262Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html |
3442 | 2024-04-01T22:29:41.262Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
3443 | 2024-04-01T22:29:41.262Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html |
3444 | 2024-04-01T22:29:41.262Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html |
3445 | 2024-04-01T22:29:41.262Z | Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html |
3446 | 2024-04-01T22:29:41.262Z | Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html |
3447 | 2024-04-01T22:29:41.262Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html |
3448 | 2024-04-01T22:29:41.262Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html |
3449 | 2024-04-01T22:29:41.262Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html |
3450 | 2024-04-01T22:29:41.262Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html |
3451 | 2024-04-01T22:29:41.262Z | Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html |
3452 | 2024-04-01T22:29:41.262Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3453 | 2024-04-01T22:29:41.262Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html |
3454 | 2024-04-01T22:29:41.262Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html |
3455 | 2024-04-01T22:29:41.262Z | Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html |
3456 | 2024-04-01T22:29:41.262Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3457 | 2024-04-01T22:29:41.263Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html |
3458 | 2024-04-01T22:29:41.263Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html |
3459 | 2024-04-01T22:29:41.263Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html |
3460 | 2024-04-01T22:29:41.263Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
3461 | 2024-04-01T22:29:41.263Z | Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html |
3462 | 2024-04-01T22:29:41.263Z | Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html |
3463 | 2024-04-01T22:29:41.263Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html |
3464 | 2024-04-01T22:29:41.263Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html |
3465 | 2024-04-01T22:29:41.263Z | Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html |
3466 | 2024-04-01T22:29:41.263Z | Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html |
3467 | 2024-04-01T22:29:41.263Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html |
3468 | 2024-04-01T22:29:41.263Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html |
3469 | 2024-04-01T22:29:41.263Z | Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html |
3470 | 2024-04-01T22:29:41.263Z | Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html |
3471 | 2024-04-01T22:29:41.263Z | Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html |
3472 | 2024-04-01T22:29:41.263Z | Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html |
3473 | 2024-04-01T22:29:41.263Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html |
3474 | 2024-04-01T22:29:41.263Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html |
3475 | 2024-04-01T22:29:41.263Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html |
3476 | 2024-04-01T22:29:41.263Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html |
3477 | 2024-04-01T22:29:41.263Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html |
3478 | 2024-04-01T22:29:41.264Z | Generated /work/oxidecomputer/omicron/target/doc/zone_networking/index.html |
3479 | 2024-04-01T22:29:41.288Z | |
3480 | 2024-04-01T22:29:41.288Z | real 11:11.526466571 |
3481 | 2024-04-01T22:29:41.288Z | user 27:44.892078497 |
3482 | 2024-04-01T22:29:41.288Z | sys 46:52.676107364 |
3483 | 2024-04-01T22:29:41.289Z | trap 0.739427388 |
3484 | 2024-04-01T22:29:41.289Z | tflt 0.299502545 |
3485 | 2024-04-01T22:29:41.289Z | dflt 1.152625259 |
3486 | 2024-04-01T22:29:41.289Z | kflt 0.000724684 |
3487 | 2024-04-01T22:29:41.289Z | lock 3:20:31.105769975 |
3488 | 2024-04-01T22:29:41.289Z | slp 3:05:02.827736646 |
3489 | 2024-04-01T22:29:41.289Z | lat 3:59.175457814 |
3490 | 2024-04-01T22:29:41.289Z | stop 2:03.990087320 |
3491 | 2024-04-01T22:29:41.289Z | process exited: duration 1235127 ms, exit code 0 |
|
3492 | 2024-04-01T22:29:41.345Z | found 0 output files |