|
|
|
1 | 2024-06-04T10:21:24.780Z | job assigned to worker 01HZHC83N1YF9WDM4DASMKVHGW (queued for 36 s) |
|
2 | 2024-06-04T10:21:25.459Z | starting task 0: "setup" |
3 | 2024-06-04T10:21:25.483Z | ++ uname -s |
4 | 2024-06-04T10:21:25.483Z | + kern=SunOS |
5 | 2024-06-04T10:21:25.483Z | + case "$kern" in |
6 | 2024-06-04T10:21:25.483Z | + groupadd -g 12345 build |
7 | 2024-06-04T10:21:25.483Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-04T10:21:27.494Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-04T10:21:27.534Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-04T10:21:27.559Z | + home_fs=zfs |
11 | 2024-06-04T10:21:27.560Z | + [[ zfs == autofs ]] |
12 | 2024-06-04T10:21:27.560Z | + mkdir -p /home/build |
13 | 2024-06-04T10:21:27.560Z | + chown build:build /home/build /work |
14 | 2024-06-04T10:21:29.559Z | + chmod 0700 /home/build /work |
15 | 2024-06-04T10:21:29.593Z | process exited: duration 4087 ms, exit code 0 |
|
16 | 2024-06-04T10:21:29.658Z | starting task 1: "rust-toolchain" |
17 | 2024-06-04T10:21:29.693Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-06-04T10:21:29.693Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
19 | 2024-06-04T10:21:29.799Z | info: downloading installer |
20 | 2024-06-04T10:21:30.378Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-06-04T10:21:30.378Z | warning: /opt/ooce/bin |
22 | 2024-06-04T10:21:30.378Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-06-04T10:21:30.378Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-06-04T10:21:30.378Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-06-04T10:21:30.378Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-06-04T10:21:30.379Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-06-04T10:21:30.379Z | error: cannot install while Rust is installed |
28 | 2024-06-04T10:21:30.379Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-06-04T10:21:30.428Z | info: profile set to 'default' |
30 | 2024-06-04T10:21:30.428Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-06-04T10:21:30.872Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
32 | 2024-06-04T10:21:30.872Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
33 | 2024-06-04T10:21:30.872Z | info: downloading component 'cargo' |
34 | 2024-06-04T10:21:31.041Z | info: downloading component 'clippy' |
35 | 2024-06-04T10:21:31.193Z | info: downloading component 'rust-docs' |
36 | 2024-06-04T10:21:31.671Z | info: downloading component 'rust-std' |
37 | 2024-06-04T10:21:32.346Z | info: downloading component 'rustc' |
38 | 2024-06-04T10:21:33.519Z | info: downloading component 'rustfmt' |
39 | 2024-06-04T10:21:33.576Z | info: installing component 'cargo' |
40 | 2024-06-04T10:21:34.711Z | info: installing component 'clippy' |
41 | 2024-06-04T10:21:35.143Z | info: installing component 'rust-docs' |
42 | 2024-06-04T10:21:37.606Z | info: installing component 'rust-std' |
43 | 2024-06-04T10:21:39.759Z | info: installing component 'rustc' |
44 | 2024-06-04T10:21:44.632Z | info: installing component 'rustfmt' |
45 | 2024-06-04T10:21:44.997Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
46 | 2024-06-04T10:21:44.997Z | |
47 | 2024-06-04T10:21:45.125Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
48 | 2024-06-04T10:21:45.126Z | |
49 | 2024-06-04T10:21:45.126Z | |
50 | 2024-06-04T10:21:45.126Z | Rust is installed now. Great! |
51 | 2024-06-04T10:21:45.126Z | |
52 | 2024-06-04T10:21:45.126Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-06-04T10:21:45.126Z | environment variable. This has not been done automatically. |
54 | 2024-06-04T10:21:45.126Z | |
55 | 2024-06-04T10:21:45.126Z | To configure your current shell, you need to source |
56 | 2024-06-04T10:21:45.126Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-06-04T10:21:45.126Z | |
58 | 2024-06-04T10:21:45.126Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-06-04T10:21:45.126Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-06-04T10:21:45.126Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-06-04T10:21:45.196Z | + rustc --version |
62 | 2024-06-04T10:21:45.300Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
63 | 2024-06-04T10:21:45.325Z | process exited: duration 15651 ms, exit code 0 |
|
64 | 2024-06-04T10:21:45.373Z | starting task 2: "authentication" |
65 | 2024-06-04T10:21:45.430Z | process exited: duration 56 ms, exit code 0 |
|
66 | 2024-06-04T10:21:45.482Z | starting task 3: "clone repository" |
67 | 2024-06-04T10:21:45.510Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-06-04T10:21:45.510Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-06-04T10:21:45.536Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-06-04T10:21:51.891Z | + cd /work/oxidecomputer/omicron |
71 | 2024-06-04T10:21:51.891Z | + git fetch origin 48d427ece7c441c9b94e220270f24ea7197c6c3d |
72 | 2024-06-04T10:21:52.337Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-06-04T10:21:52.337Z | * branch 48d427ece7c441c9b94e220270f24ea7197c6c3d -> FETCH_HEAD |
74 | 2024-06-04T10:21:52.364Z | + [[ -n felixmcfelix/opte-545 ]] |
75 | 2024-06-04T10:21:52.364Z | ++ git branch --show-current |
76 | 2024-06-04T10:21:52.365Z | + current=main |
77 | 2024-06-04T10:21:52.365Z | + [[ main != felixmcfelix/opte-545 ]] |
78 | 2024-06-04T10:21:52.365Z | + git branch -f felixmcfelix/opte-545 48d427ece7c441c9b94e220270f24ea7197c6c3d |
79 | 2024-06-04T10:21:52.392Z | + git checkout -f felixmcfelix/opte-545 |
80 | 2024-06-04T10:21:52.539Z | Switched to branch 'felixmcfelix/opte-545' |
81 | 2024-06-04T10:21:52.569Z | + git reset --hard 48d427ece7c441c9b94e220270f24ea7197c6c3d |
82 | 2024-06-04T10:21:52.569Z | HEAD is now at 48d427ece Update OPTE to 0.31.262 (417f74e) |
83 | 2024-06-04T10:21:52.569Z | process exited: duration 7082 ms, exit code 0 |
|
84 | 2024-06-04T10:21:52.645Z | starting task 4: "build" |
85 | 2024-06-04T10:21:52.672Z | + cargo --version |
86 | 2024-06-04T10:21:52.760Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
87 | 2024-06-04T10:21:52.794Z | + rustc --version |
88 | 2024-06-04T10:21:52.860Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
89 | 2024-06-04T10:21:52.884Z | + source ./env.sh |
90 | 2024-06-04T10:21:52.885Z | ++ set -o xtrace |
91 | 2024-06-04T10:21:52.885Z | ++++ dirname ./env.sh |
92 | 2024-06-04T10:21:52.885Z | +++ readlink -f . |
93 | 2024-06-04T10:21:52.885Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
94 | 2024-06-04T10:21:52.885Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-06-04T10:21:52.885Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-06-04T10:21:52.885Z | ++ 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 |
97 | 2024-06-04T10:21:52.885Z | ++ 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 |
98 | 2024-06-04T10:21:52.885Z | ++ 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 |
99 | 2024-06-04T10:21:52.885Z | ++ 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 |
100 | 2024-06-04T10:21:52.885Z | ++ 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 |
101 | 2024-06-04T10:21:52.885Z | ++ 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 |
102 | 2024-06-04T10:21:52.885Z | ++ unset OMICRON_WS |
103 | 2024-06-04T10:21:52.885Z | ++ set +o xtrace |
104 | 2024-06-04T10:21:52.885Z | |
105 | 2024-06-04T10:21:52.885Z | ##### ##### ###### ##### ###### #### # # # #### # |
106 | 2024-06-04T10:21:52.885Z | # # # # # # # # # # # # # # # |
107 | 2024-06-04T10:21:52.885Z | # # # # ##### # # ##### # # # # # #### # |
108 | 2024-06-04T10:21:52.885Z | ##### ##### # ##### # # # # # # # # # |
109 | 2024-06-04T10:21:52.885Z | # # # # # # # # # # # # # # # |
110 | 2024-06-04T10:21:52.885Z | # # # ###### # # ###### ### # #### # #### # |
111 | 2024-06-04T10:21:52.885Z | |
112 | 2024-06-04T10:21:57.883Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-06-04T10:21:59.960Z | Startup: Caching catalogs ... Done |
114 | 2024-06-04T10:22:02.412Z | Planning: Solver setup ... Done (1.803s) |
115 | 2024-06-04T10:22:02.445Z | Planning: Running solver ... Done (0.033s) |
116 | 2024-06-04T10:22:02.497Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-06-04T10:22:02.557Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-06-04T10:22:02.919Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-06-04T10:22:02.982Z | Planning: Package planning ... Done (0.065s) |
120 | 2024-06-04T10:22:03.039Z | Planning: Merging actions ... Done (0.059s) |
121 | 2024-06-04T10:22:03.401Z | Planning: Checking for conflicting actions ... Done (0.361s) |
122 | 2024-06-04T10:22:03.431Z | Planning: Consolidating action changes ... Done (0.013s) |
123 | 2024-06-04T10:22:04.043Z | Planning: Evaluating mediators ... Done (0.628s) |
124 | 2024-06-04T10:22:04.070Z | Planning: Planning completed in 4.03 seconds |
125 | 2024-06-04T10:22:04.097Z | Packages to install: 4 |
126 | 2024-06-04T10:22:04.097Z | Mediators to change: 2 |
127 | 2024-06-04T10:22:04.097Z | Services to change: 1 |
128 | 2024-06-04T10:22:04.098Z | Estimated space available: 148.90 GB |
129 | 2024-06-04T10:22:04.098Z | Estimated space to be consumed: 1.45 GB |
130 | 2024-06-04T10:22:04.098Z | Create boot environment: No |
131 | 2024-06-04T10:22:04.098Z | Create backup boot environment: No |
132 | 2024-06-04T10:22:04.098Z | Rebuild boot archive: No |
133 | 2024-06-04T10:22:04.098Z | |
134 | 2024-06-04T10:22:04.098Z | Changed mediators: |
135 | 2024-06-04T10:22:04.098Z | mediator clang: |
136 | 2024-06-04T10:22:04.098Z | version: None -> 15 (system default) |
137 | 2024-06-04T10:22:04.098Z | |
138 | 2024-06-04T10:22:04.098Z | mediator llvm: |
139 | 2024-06-04T10:22:04.098Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-06-04T10:22:04.098Z | |
141 | 2024-06-04T10:22:04.098Z | Changed packages: |
142 | 2024-06-04T10:22:04.098Z | helios-dev |
143 | 2024-06-04T10:22:04.098Z | developer/build-essential |
144 | 2024-06-04T10:22:04.098Z | None -> 11-2.0 |
145 | 2024-06-04T10:22:04.098Z | library/libxmlsec1 |
146 | 2024-06-04T10:22:04.098Z | None -> 1.2.35-2.0 |
147 | 2024-06-04T10:22:04.098Z | ooce/developer/clang-15 |
148 | 2024-06-04T10:22:04.099Z | None -> 15.0.7-2.0 |
149 | 2024-06-04T10:22:04.099Z | ooce/developer/llvm-15 |
150 | 2024-06-04T10:22:04.099Z | None -> 15.0.7-2.0 |
151 | 2024-06-04T10:22:04.099Z | |
152 | 2024-06-04T10:22:04.099Z | Services: |
153 | 2024-06-04T10:22:04.099Z | restart_fmri: |
154 | 2024-06-04T10:22:04.099Z | svc:/system/update-man-index:default |
155 | 2024-06-04T10:22:04.124Z | |
156 | 2024-06-04T10:22:04.124Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-06-04T10:22:09.116Z | Download: 1189/3290 items 55.9/212.6MB 26% complete (11.2M/s) |
158 | 2024-06-04T10:22:14.268Z | Download: 2219/3290 items 119.2/212.6MB 56% complete (12.3M/s) |
159 | 2024-06-04T10:22:19.270Z | Download: 3046/3290 items 121.4/212.6MB 57% complete (6.4M/s) |
160 | 2024-06-04T10:22:24.272Z | Download: 3286/3290 items 211.4/212.6MB 99% complete (9.2M/s) |
161 | 2024-06-04T10:22:24.553Z | Download: Completed 212.60 MB in 20.44 seconds (10.4M/s) |
162 | 2024-06-04T10:22:24.739Z | Actions: 1/3689 actions (Installing new actions) |
163 | 2024-06-04T10:22:29.768Z | Actions: 2820/3689 actions (Installing new actions) |
164 | 2024-06-04T10:22:30.305Z | Actions: Completed 3689 actions in 5.57 seconds. |
165 | 2024-06-04T10:22:30.631Z | Done (0.316s) |
166 | 2024-06-04T10:22:30.631Z | Done (0.000s) |
167 | 2024-06-04T10:22:30.996Z | Done (0.365s) |
168 | 2024-06-04T10:22:35.974Z | Done (4.849s) |
169 | 2024-06-04T10:22:36.065Z | Done (0.018s) |
170 | 2024-06-04T10:22:36.094Z | Done (0.000s) |
171 | 2024-06-04T10:22:36.231Z | Done (0.000s) |
172 | 2024-06-04T10:22:36.862Z | Planning: Evaluating mediator changes ... Done |
173 | 2024-06-04T10:22:37.120Z | Planning: Checking for conflicting actions ... Done |
174 | 2024-06-04T10:22:37.154Z | Planning: Consolidating action changes ... Done |
175 | 2024-06-04T10:22:37.443Z | Planning: Evaluating mediators ... Done |
176 | 2024-06-04T10:22:37.467Z | Planning: Planning completed in 0.58 seconds |
177 | 2024-06-04T10:22:37.492Z | Mediators to change: 2 |
178 | 2024-06-04T10:22:37.492Z | Create boot environment: No |
179 | 2024-06-04T10:22:37.492Z | Create backup boot environment: No |
180 | 2024-06-04T10:22:37.546Z | Done |
181 | 2024-06-04T10:22:37.546Z | Done |
182 | 2024-06-04T10:22:38.075Z | Done |
183 | 2024-06-04T10:22:42.171Z | Done |
184 | 2024-06-04T10:22:42.255Z | Done |
185 | 2024-06-04T10:22:42.279Z | Done |
186 | 2024-06-04T10:22:42.329Z | Done |
187 | 2024-06-04T10:22:43.106Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-06-04T10:22:43.130Z | Planning: Merging actions ... Done |
189 | 2024-06-04T10:22:43.345Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-06-04T10:22:43.383Z | Planning: Consolidating action changes ... Done |
191 | 2024-06-04T10:22:43.650Z | Planning: Evaluating mediators ... Done |
192 | 2024-06-04T10:22:43.713Z | Planning: Planning completed in 0.92 seconds |
193 | 2024-06-04T10:22:43.746Z | Packages to change: 1 |
194 | 2024-06-04T10:22:43.746Z | Mediators to change: 1 |
195 | 2024-06-04T10:22:43.746Z | Services to change: 1 |
196 | 2024-06-04T10:22:43.771Z | Create boot environment: No |
197 | 2024-06-04T10:22:43.771Z | Create backup boot environment: Yes |
198 | 2024-06-04T10:22:45.269Z | Actions: 1/6 actions (Updating modified actions) |
199 | 2024-06-04T10:22:45.294Z | Actions: Completed 6 actions in 0.00 seconds. |
200 | 2024-06-04T10:22:45.294Z | Done |
201 | 2024-06-04T10:22:45.294Z | Done |
202 | 2024-06-04T10:22:45.357Z | Done |
203 | 2024-06-04T10:22:49.468Z | Done |
204 | 2024-06-04T10:22:49.569Z | Done |
205 | 2024-06-04T10:22:49.598Z | Done |
206 | 2024-06-04T10:22:49.635Z | Done |
207 | 2024-06-04T10:22:50.142Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
208 | 2024-06-04T10:22:50.142Z | clang system 15 system |
209 | 2024-06-04T10:22:50.142Z | csh system system illumos |
210 | 2024-06-04T10:22:50.142Z | ctags system system illumos |
211 | 2024-06-04T10:22:50.142Z | gcc vendor 12 vendor |
212 | 2024-06-04T10:22:50.143Z | gcc system 10 system |
213 | 2024-06-04T10:22:50.143Z | gcc system 7 system |
214 | 2024-06-04T10:22:50.143Z | go system 1.20 system |
215 | 2024-06-04T10:22:50.143Z | go system 1.19 system |
216 | 2024-06-04T10:22:50.143Z | llvm system 15 system |
217 | 2024-06-04T10:22:50.143Z | llvm system 14 system |
218 | 2024-06-04T10:22:50.143Z | mariadb system 10.6 system |
219 | 2024-06-04T10:22:50.143Z | mta vendor vendor dma |
220 | 2024-06-04T10:22:50.143Z | openjdk system 17 system |
221 | 2024-06-04T10:22:50.143Z | openjdk system 11 system |
222 | 2024-06-04T10:22:50.143Z | openjdk system 1.8 system |
223 | 2024-06-04T10:22:50.143Z | openssl vendor 3 vendor |
224 | 2024-06-04T10:22:50.143Z | perl system 5.36 system |
225 | 2024-06-04T10:22:50.143Z | postgresql system 15 system |
226 | 2024-06-04T10:22:50.143Z | postgresql system 13 system |
227 | 2024-06-04T10:22:50.143Z | python vendor 3 vendor |
228 | 2024-06-04T10:22:50.143Z | python system 2 system |
229 | 2024-06-04T10:22:50.143Z | python3 system 3.11 system |
230 | 2024-06-04T10:22:50.143Z | ruby system 3.0 system |
231 | 2024-06-04T10:22:50.143Z | words vendor vendor american-english |
232 | 2024-06-04T10:22:50.143Z | words system system australian-english |
233 | 2024-06-04T10:22:50.143Z | words system system british-english |
234 | 2024-06-04T10:22:50.143Z | words system system canadian-english |
235 | 2024-06-04T10:22:50.143Z | words system system french |
236 | 2024-06-04T10:22:50.144Z | words system system italian |
237 | 2024-06-04T10:22:50.144Z | words system system ngerman |
238 | 2024-06-04T10:22:50.144Z | words system system ogerman |
239 | 2024-06-04T10:22:50.144Z | words system system spanish |
240 | 2024-06-04T10:22:50.544Z | PUBLISHER TYPE STATUS P LOCATION |
241 | 2024-06-04T10:22:50.544Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
242 | 2024-06-04T10:22:52.275Z | FMRI IFO |
243 | 2024-06-04T10:22:52.275Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
244 | 2024-06-04T10:22:52.275Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
245 | 2024-06-04T10:22:52.275Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
246 | 2024-06-04T10:22:52.275Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
247 | 2024-06-04T10:22:52.275Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
248 | 2024-06-04T10:22:52.275Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
249 | 2024-06-04T10:22:52.275Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
250 | 2024-06-04T10:22:52.275Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
251 | 2024-06-04T10:22:52.275Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
252 | 2024-06-04T10:22:52.275Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
253 | 2024-06-04T10:22:52.275Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
254 | 2024-06-04T10:22:52.275Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
255 | 2024-06-04T10:22:52.542Z | + set -o errexit |
256 | 2024-06-04T10:22:52.570Z | +++ dirname ./tools/ci_download_cockroachdb |
257 | 2024-06-04T10:22:52.570Z | ++ cd ./tools |
258 | 2024-06-04T10:22:52.571Z | ++ pwd |
259 | 2024-06-04T10:22:52.571Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
260 | 2024-06-04T10:22:52.571Z | ++ basename ./tools/ci_download_cockroachdb |
261 | 2024-06-04T10:22:52.571Z | + ARG0=ci_download_cockroachdb |
262 | 2024-06-04T10:22:52.572Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
263 | 2024-06-04T10:22:52.572Z | + CIDL_VERSION=v22.1.9 |
264 | 2024-06-04T10:22:52.572Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
265 | 2024-06-04T10:22:52.572Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
266 | 2024-06-04T10:22:52.572Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
267 | 2024-06-04T10:22:52.573Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
268 | 2024-06-04T10:22:52.573Z | + TARGET_DIR=out |
269 | 2024-06-04T10:22:52.573Z | + DOWNLOAD_DIR=out/downloads |
270 | 2024-06-04T10:22:52.573Z | + DEST_DIR=./out/cockroachdb |
271 | 2024-06-04T10:22:52.574Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
272 | 2024-06-04T10:22:52.574Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
273 | 2024-06-04T10:22:52.574Z | + main |
274 | 2024-06-04T10:22:52.575Z | + [[ 0 != 0 ]] |
275 | 2024-06-04T10:22:52.576Z | + CIDL_OS=solaris2.11 |
276 | 2024-06-04T10:22:52.576Z | + [[ 0 != 0 ]] |
277 | 2024-06-04T10:22:52.576Z | + configure_os solaris2.11 |
278 | 2024-06-04T10:22:52.576Z | + echo 'current directory: /work/oxidecomputer/omicron' |
279 | 2024-06-04T10:22:52.576Z | + echo 'configuring based on OS: "solaris2.11"' |
280 | 2024-06-04T10:22:52.576Z | current directory: /work/oxidecomputer/omicron |
281 | 2024-06-04T10:22:52.576Z | + case "$1" in |
282 | 2024-06-04T10:22:52.577Z | + CIDL_BUILD=illumos |
283 | 2024-06-04T10:22:52.577Z | + CIDL_SUFFIX=tar.gz |
284 | 2024-06-04T10:22:52.577Z | configuring based on OS: "solaris2.11" |
285 | 2024-06-04T10:22:52.577Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
286 | 2024-06-04T10:22:52.577Z | + CIDL_URL_BASE=https://illumos.org/downloads |
287 | 2024-06-04T10:22:52.577Z | + CIDL_ASSEMBLE=do_assemble_illumos |
288 | 2024-06-04T10:22:52.577Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
289 | 2024-06-04T10:22:52.577Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-06-04T10:22:52.578Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-06-04T10:22:52.578Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
292 | 2024-06-04T10:22:52.578Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-06-04T10:22:52.578Z | + CIDL_SHA256FUNC=do_sha256sum |
294 | 2024-06-04T10:22:52.578Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
295 | 2024-06-04T10:22:52.578Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-06-04T10:22:52.578Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
297 | 2024-06-04T10:22:52.578Z | + mkdir -p out/downloads |
298 | 2024-06-04T10:22:52.578Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-06-04T10:22:52.579Z | + mkdir -p ./out/cockroachdb |
300 | 2024-06-04T10:22:52.579Z | + local DO_DOWNLOAD=true |
301 | 2024-06-04T10:22:52.579Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
302 | 2024-06-04T10:22:52.579Z | + '[' true == true ']' |
303 | 2024-06-04T10:22:52.579Z | + echo Downloading... |
304 | 2024-06-04T10:22:52.580Z | Downloading... |
305 | 2024-06-04T10:22:52.580Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2024-06-04T10:22:52.580Z | + 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 |
307 | 2024-06-04T10:22:57.370Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2024-06-04T10:22:57.401Z | ++ sha256sum |
309 | 2024-06-04T10:22:57.401Z | ++ awk '{print $1}' |
310 | 2024-06-04T10:22:57.446Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
311 | 2024-06-04T10:22:57.446Z | + [[ 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 ]] |
312 | 2024-06-04T10:22:57.446Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2024-06-04T10:22:57.471Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
314 | 2024-06-04T10:23:00.415Z | + do_assemble_illumos |
315 | 2024-06-04T10:23:00.416Z | + rm -r ./out/cockroachdb |
316 | 2024-06-04T10:23:00.450Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
317 | 2024-06-04T10:23:00.740Z | + ./out/cockroachdb/bin/cockroach version |
318 | 2024-06-04T10:23:00.922Z | Build Tag: v22.1.9-dirty |
319 | 2024-06-04T10:23:00.922Z | Build Time: 2022/10/26 21:17:46 |
320 | 2024-06-04T10:23:00.922Z | Distribution: OSS |
321 | 2024-06-04T10:23:00.922Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
322 | 2024-06-04T10:23:00.923Z | Go Version: go1.17.13 |
323 | 2024-06-04T10:23:00.923Z | C Compiler: gcc 10.3.0 |
324 | 2024-06-04T10:23:00.923Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
325 | 2024-06-04T10:23:00.923Z | Build Type: release |
326 | 2024-06-04T10:23:00.952Z | + set -o errexit |
327 | 2024-06-04T10:23:00.953Z | +++ dirname ./tools/ci_download_clickhouse |
328 | 2024-06-04T10:23:00.953Z | ++ cd ./tools |
329 | 2024-06-04T10:23:00.953Z | ++ pwd |
330 | 2024-06-04T10:23:00.953Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
331 | 2024-06-04T10:23:00.953Z | ++ basename ./tools/ci_download_clickhouse |
332 | 2024-06-04T10:23:00.982Z | + ARG0=ci_download_clickhouse |
333 | 2024-06-04T10:23:00.982Z | + TARGET_DIR=out |
334 | 2024-06-04T10:23:00.982Z | + DOWNLOAD_DIR=out/downloads |
335 | 2024-06-04T10:23:00.982Z | + DEST_DIR=./out/clickhouse |
336 | 2024-06-04T10:23:00.982Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
337 | 2024-06-04T10:23:00.982Z | + CIDL_VERSION=v23.8.7.24 |
338 | 2024-06-04T10:23:00.982Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
339 | 2024-06-04T10:23:00.982Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
340 | 2024-06-04T10:23:00.982Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
341 | 2024-06-04T10:23:00.982Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
342 | 2024-06-04T10:23:00.982Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
343 | 2024-06-04T10:23:00.982Z | + main |
344 | 2024-06-04T10:23:00.983Z | + [[ 0 != 0 ]] |
345 | 2024-06-04T10:23:00.983Z | + CIDL_OS=solaris2.11 |
346 | 2024-06-04T10:23:00.983Z | + [[ 0 != 0 ]] |
347 | 2024-06-04T10:23:00.983Z | + configure_os solaris2.11 |
348 | 2024-06-04T10:23:00.983Z | + echo 'current directory: /work/oxidecomputer/omicron' |
349 | 2024-06-04T10:23:00.983Z | + echo 'configuring based on OS: "solaris2.11"' |
350 | 2024-06-04T10:23:00.983Z | current directory: /work/oxidecomputer/omicron |
351 | 2024-06-04T10:23:00.983Z | configuring based on OS: "solaris2.11" |
352 | 2024-06-04T10:23:00.983Z | + CIDL_DASHREV= |
353 | 2024-06-04T10:23:00.983Z | + case "$1" in |
354 | 2024-06-04T10:23:00.983Z | + CIDL_PLATFORM=illumos |
355 | 2024-06-04T10:23:00.983Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
356 | 2024-06-04T10:23:00.983Z | + CIDL_MD5FUNC=do_md5sum |
357 | 2024-06-04T10:23:00.983Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
358 | 2024-06-04T10:23:00.983Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
359 | 2024-06-04T10:23:00.983Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
360 | 2024-06-04T10:23:00.983Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
361 | 2024-06-04T10:23:00.983Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
362 | 2024-06-04T10:23:00.984Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
363 | 2024-06-04T10:23:00.984Z | + mkdir -p out/downloads |
364 | 2024-06-04T10:23:00.984Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
365 | 2024-06-04T10:23:00.984Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
366 | 2024-06-04T10:23:00.984Z | + mkdir -p ./out/clickhouse |
367 | 2024-06-04T10:23:00.984Z | + local DO_DOWNLOAD=true |
368 | 2024-06-04T10:23:00.984Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
369 | 2024-06-04T10:23:00.984Z | + '[' true == true ']' |
370 | 2024-06-04T10:23:00.984Z | + echo Downloading... |
371 | 2024-06-04T10:23:00.984Z | Downloading... |
372 | 2024-06-04T10:23:00.984Z | + 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 |
373 | 2024-06-04T10:23:00.984Z | + 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 |
374 | 2024-06-04T10:23:08.461Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
375 | 2024-06-04T10:23:08.485Z | ++ md5sum |
376 | 2024-06-04T10:23:08.485Z | ++ awk '{print $1}' |
377 | 2024-06-04T10:23:08.729Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
378 | 2024-06-04T10:23:08.729Z | + [[ 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 ]] |
379 | 2024-06-04T10:23:08.729Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
380 | 2024-06-04T10:23:08.754Z | + mkdir -p ./out/clickhouse |
381 | 2024-06-04T10:23:08.754Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
382 | 2024-06-04T10:23:13.953Z | + [[ solaris2.11 == darwin* ]] |
383 | 2024-06-04T10:23:13.953Z | + ./out/clickhouse/clickhouse server --version |
384 | 2024-06-04T10:23:14.099Z | ClickHouse server version 23.8.7.1. |
385 | 2024-06-04T10:23:14.126Z | + set -o errexit |
386 | 2024-06-04T10:23:14.150Z | +++ dirname ./tools/ci_download_console |
387 | 2024-06-04T10:23:14.150Z | ++ cd ./tools |
388 | 2024-06-04T10:23:14.150Z | ++ pwd |
389 | 2024-06-04T10:23:14.150Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
390 | 2024-06-04T10:23:14.150Z | ++ basename ./tools/ci_download_console |
391 | 2024-06-04T10:23:14.150Z | + ARG0=ci_download_console |
392 | 2024-06-04T10:23:14.150Z | + TARGET_DIR=out |
393 | 2024-06-04T10:23:14.150Z | + DOWNLOAD_DIR=out/downloads |
394 | 2024-06-04T10:23:14.151Z | + DEST_DIR=./out/console-assets |
395 | 2024-06-04T10:23:14.151Z | + source /work/oxidecomputer/omicron/tools/console_version |
396 | 2024-06-04T10:23:14.151Z | ++ COMMIT=a228b75ba35952b68c0b8b0892c452d4fc29467a |
397 | 2024-06-04T10:23:14.151Z | ++ SHA2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 |
398 | 2024-06-04T10:23:14.151Z | + URL=https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
399 | 2024-06-04T10:23:14.151Z | + TARBALL_FILE=out/downloads/console.tar.gz |
400 | 2024-06-04T10:23:14.151Z | + main |
401 | 2024-06-04T10:23:14.151Z | + [[ 0 != 0 ]] |
402 | 2024-06-04T10:23:14.151Z | + echo 'URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz' |
403 | 2024-06-04T10:23:14.151Z | + echo 'Local file: out/downloads/console.tar.gz' |
404 | 2024-06-04T10:23:14.151Z | URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
405 | 2024-06-04T10:23:14.151Z | Local file: out/downloads/console.tar.gz |
406 | 2024-06-04T10:23:14.151Z | + local DO_DOWNLOAD=true |
407 | 2024-06-04T10:23:14.151Z | + [[ -f out/downloads/console.tar.gz ]] |
408 | 2024-06-04T10:23:14.151Z | + mkdir -p out/downloads |
409 | 2024-06-04T10:23:14.151Z | + '[' true == true ']' |
410 | 2024-06-04T10:23:14.151Z | + echo Downloading... |
411 | 2024-06-04T10:23:14.151Z | Downloading... |
412 | 2024-06-04T10:23:14.151Z | + do_download_curl https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz out/downloads/console.tar.gz |
413 | 2024-06-04T10:23:14.151Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
414 | 2024-06-04T10:23:14.542Z | ++ do_sha256sum out/downloads/console.tar.gz |
415 | 2024-06-04T10:23:14.542Z | ++ case "$OSTYPE" in |
416 | 2024-06-04T10:23:14.542Z | ++ SHA=sha256sum |
417 | 2024-06-04T10:23:14.567Z | ++ sha256sum |
418 | 2024-06-04T10:23:14.567Z | ++ awk '{print $1}' |
419 | 2024-06-04T10:23:14.567Z | + calculated_sha2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 |
420 | 2024-06-04T10:23:14.567Z | + [[ 8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 != \8\d\5\b\0\6\6\8\0\e\5\9\8\6\b\6\3\3\b\3\f\9\7\e\4\6\d\7\8\2\3\e\a\2\d\d\d\f\2\b\9\8\9\3\0\d\8\c\6\a\4\f\7\d\c\1\e\b\3\8\2\0\4\8 ]] |
421 | 2024-06-04T10:23:14.567Z | + rm -rf ./out/console-assets |
422 | 2024-06-04T10:23:14.567Z | + mkdir -p ./out/console-assets |
423 | 2024-06-04T10:23:14.567Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
424 | 2024-06-04T10:23:14.568Z | + mkdir -p ./out/console-assets |
425 | 2024-06-04T10:23:14.568Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
426 | 2024-06-04T10:23:14.694Z | + set -o errexit |
427 | 2024-06-04T10:23:14.718Z | +++ dirname ./tools/ci_download_dendrite_openapi |
428 | 2024-06-04T10:23:14.718Z | ++ cd ./tools |
429 | 2024-06-04T10:23:14.718Z | ++ pwd |
430 | 2024-06-04T10:23:14.718Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
431 | 2024-06-04T10:23:14.718Z | ++ basename ./tools/ci_download_dendrite_openapi |
432 | 2024-06-04T10:23:14.718Z | + ARG0=ci_download_dendrite_openapi |
433 | 2024-06-04T10:23:14.718Z | + TARGET_DIR=out |
434 | 2024-06-04T10:23:14.718Z | + DOWNLOAD_DIR=out/downloads |
435 | 2024-06-04T10:23:14.718Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
436 | 2024-06-04T10:23:14.718Z | ++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
437 | 2024-06-04T10:23:14.719Z | ++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
438 | 2024-06-04T10:23:14.719Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
439 | 2024-06-04T10:23:14.719Z | + LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
440 | 2024-06-04T10:23:14.719Z | + main |
441 | 2024-06-04T10:23:14.719Z | + [[ 0 != 0 ]] |
442 | 2024-06-04T10:23:14.719Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json' |
443 | 2024-06-04T10:23:14.719Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
444 | 2024-06-04T10:23:14.719Z | + echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json' |
445 | 2024-06-04T10:23:14.719Z | Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
446 | 2024-06-04T10:23:14.719Z | + local DO_DOWNLOAD=true |
447 | 2024-06-04T10:23:14.719Z | + [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]] |
448 | 2024-06-04T10:23:14.719Z | + mkdir -p out/downloads |
449 | 2024-06-04T10:23:14.719Z | + '[' true == true ']' |
450 | 2024-06-04T10:23:14.719Z | + echo Downloading... |
451 | 2024-06-04T10:23:14.719Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
452 | 2024-06-04T10:23:14.719Z | Downloading... |
453 | 2024-06-04T10:23:14.719Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
454 | 2024-06-04T10:23:15.003Z | ++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
455 | 2024-06-04T10:23:15.003Z | ++ case "$OSTYPE" in |
456 | 2024-06-04T10:23:15.003Z | ++ SHA=sha256sum |
457 | 2024-06-04T10:23:15.027Z | ++ sha256sum |
458 | 2024-06-04T10:23:15.027Z | ++ awk '{print $1}' |
459 | 2024-06-04T10:23:15.027Z | + calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
460 | 2024-06-04T10:23:15.028Z | + [[ 213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 != \2\1\3\0\3\1\a\a\0\5\8\f\0\a\a\3\5\5\9\6\4\e\4\a\5\c\a\3\5\0\d\b\3\0\1\1\0\4\5\4\b\a\d\5\c\7\7\c\b\c\9\4\a\b\7\7\f\d\c\b\e\0\1\3 ]] |
461 | 2024-06-04T10:23:15.028Z | + set -o errexit |
462 | 2024-06-04T10:23:15.028Z | +++ dirname ./tools/ci_download_dendrite_stub |
463 | 2024-06-04T10:23:15.028Z | ++ cd ./tools |
464 | 2024-06-04T10:23:15.028Z | ++ pwd |
465 | 2024-06-04T10:23:15.028Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
466 | 2024-06-04T10:23:15.053Z | ++ basename ./tools/ci_download_dendrite_stub |
467 | 2024-06-04T10:23:15.053Z | + ARG0=ci_download_dendrite_stub |
468 | 2024-06-04T10:23:15.053Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
469 | 2024-06-04T10:23:15.053Z | ++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
470 | 2024-06-04T10:23:15.053Z | ++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b |
471 | 2024-06-04T10:23:15.053Z | ++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882 |
472 | 2024-06-04T10:23:15.053Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
473 | 2024-06-04T10:23:15.053Z | ++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
474 | 2024-06-04T10:23:15.053Z | ++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
475 | 2024-06-04T10:23:15.053Z | + TARGET_DIR=out |
476 | 2024-06-04T10:23:15.054Z | + DOWNLOAD_DIR=out/downloads |
477 | 2024-06-04T10:23:15.054Z | + DEST_DIR=./out/dendrite-stub |
478 | 2024-06-04T10:23:15.054Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
479 | 2024-06-04T10:23:15.054Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
480 | 2024-06-04T10:23:15.054Z | + REPO=oxidecomputer/dendrite |
481 | 2024-06-04T10:23:15.054Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
482 | 2024-06-04T10:23:15.054Z | + main |
483 | 2024-06-04T10:23:15.054Z | + [[ 0 != 0 ]] |
484 | 2024-06-04T10:23:15.054Z | + CIDL_OS=solaris2.11 |
485 | 2024-06-04T10:23:15.054Z | + [[ 0 != 0 ]] |
486 | 2024-06-04T10:23:15.054Z | + configure_os solaris2.11 |
487 | 2024-06-04T10:23:15.054Z | + echo 'current directory: /work/oxidecomputer/omicron' |
488 | 2024-06-04T10:23:15.054Z | + echo 'configuring based on OS: "solaris2.11"' |
489 | 2024-06-04T10:23:15.054Z | current directory: /work/oxidecomputer/omicron |
490 | 2024-06-04T10:23:15.054Z | configuring based on OS: "solaris2.11" |
491 | 2024-06-04T10:23:15.054Z | + case "$1" in |
492 | 2024-06-04T10:23:15.054Z | + SET_BINARIES= |
493 | 2024-06-04T10:23:15.054Z | + CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
494 | 2024-06-04T10:23:15.054Z | + CIDL_SHA256FUNC=do_sha256sum |
495 | 2024-06-04T10:23:15.054Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
496 | 2024-06-04T10:23:15.054Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
497 | 2024-06-04T10:23:15.054Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
498 | 2024-06-04T10:23:15.054Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz' |
499 | 2024-06-04T10:23:15.054Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
500 | 2024-06-04T10:23:15.055Z | + mkdir -p out/downloads |
501 | 2024-06-04T10:23:15.055Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
502 | 2024-06-04T10:23:15.055Z | Local file: out/downloads/dendrite-stub.tar.gz |
503 | 2024-06-04T10:23:15.055Z | + mkdir -p ./out/dendrite-stub |
504 | 2024-06-04T10:23:15.055Z | + fetch_and_verify |
505 | 2024-06-04T10:23:15.055Z | + local DO_DOWNLOAD=true |
506 | 2024-06-04T10:23:15.055Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
507 | 2024-06-04T10:23:15.055Z | + '[' true == true ']' |
508 | 2024-06-04T10:23:15.055Z | + echo Downloading... |
509 | 2024-06-04T10:23:15.055Z | Downloading... |
510 | 2024-06-04T10:23:15.055Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
511 | 2024-06-04T10:23:15.055Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
512 | 2024-06-04T10:23:22.661Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
513 | 2024-06-04T10:23:22.692Z | ++ sha256sum |
514 | 2024-06-04T10:23:22.693Z | ++ awk '{print $1}' |
515 | 2024-06-04T10:23:22.770Z | + calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
516 | 2024-06-04T10:23:22.770Z | + [[ 5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 != \5\9\2\9\f\9\a\b\f\0\d\a\f\4\b\b\f\1\7\d\8\3\5\e\5\d\6\9\f\c\8\4\2\b\9\6\1\7\b\3\1\2\f\b\5\6\4\4\f\a\9\9\d\a\f\7\8\5\2\0\3\7\0\0 ]] |
517 | 2024-06-04T10:23:22.770Z | + do_untar out/downloads/dendrite-stub.tar.gz |
518 | 2024-06-04T10:23:22.770Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
519 | 2024-06-04T10:23:23.558Z | + do_assemble |
520 | 2024-06-04T10:23:23.558Z | + rm -r ./out/dendrite-stub |
521 | 2024-06-04T10:23:23.583Z | + mkdir ./out/dendrite-stub |
522 | 2024-06-04T10:23:23.583Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
523 | 2024-06-04T10:23:23.719Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
524 | 2024-06-04T10:23:23.743Z | + set -o errexit |
525 | 2024-06-04T10:23:23.743Z | +++ dirname ./tools/ci_download_maghemite_mgd |
526 | 2024-06-04T10:23:23.743Z | ++ cd ./tools |
527 | 2024-06-04T10:23:23.743Z | ++ pwd |
528 | 2024-06-04T10:23:23.743Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
529 | 2024-06-04T10:23:23.743Z | ++ basename ./tools/ci_download_maghemite_mgd |
530 | 2024-06-04T10:23:23.768Z | + ARG0=ci_download_maghemite_mgd |
531 | 2024-06-04T10:23:23.769Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
532 | 2024-06-04T10:23:23.769Z | ++ CIDL_SHA256=6ae4bc3b332e91706c1c6633a7fc218aac65b7feff5643ee2dbbe79b841e0df3 |
533 | 2024-06-04T10:23:23.769Z | ++ MGD_LINUX_SHA256=7930008cf8ce535a8b31043fc3edde0e825bd54d75f73234929bd0037ecc3a41 |
534 | 2024-06-04T10:23:23.769Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
535 | 2024-06-04T10:23:23.769Z | ++ COMMIT=5630887d0373857f77cb264f84aa19bdec720ce3 |
536 | 2024-06-04T10:23:23.769Z | ++ SHA2=fdb33ee7425923560534672264008ef8948d227afce948ab704de092ad72157c |
537 | 2024-06-04T10:23:23.769Z | + TARGET_DIR=out |
538 | 2024-06-04T10:23:23.769Z | + DOWNLOAD_DIR=out/downloads |
539 | 2024-06-04T10:23:23.769Z | + DEST_DIR=./out/mgd |
540 | 2024-06-04T10:23:23.769Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
541 | 2024-06-04T10:23:23.769Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
542 | 2024-06-04T10:23:23.769Z | + REPO=oxidecomputer/maghemite |
543 | 2024-06-04T10:23:23.769Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/5630887d0373857f77cb264f84aa19bdec720ce3 |
544 | 2024-06-04T10:23:23.769Z | + main |
545 | 2024-06-04T10:23:23.769Z | + rm -rf out/downloads/root |
546 | 2024-06-04T10:23:23.769Z | + [[ 0 != 0 ]] |
547 | 2024-06-04T10:23:23.769Z | + CIDL_OS=solaris2.11 |
548 | 2024-06-04T10:23:23.769Z | + [[ 0 != 0 ]] |
549 | 2024-06-04T10:23:23.770Z | + configure_os solaris2.11 |
550 | 2024-06-04T10:23:23.770Z | + echo 'current directory: /work/oxidecomputer/omicron' |
551 | 2024-06-04T10:23:23.770Z | + echo 'configuring based on OS: "solaris2.11"' |
552 | 2024-06-04T10:23:23.770Z | current directory: /work/oxidecomputer/omicron |
553 | 2024-06-04T10:23:23.770Z | configuring based on OS: "solaris2.11" |
554 | 2024-06-04T10:23:23.770Z | + case "$1" in |
555 | 2024-06-04T10:23:23.770Z | + SET_BINARIES= |
556 | 2024-06-04T10:23:23.770Z | + CIDL_SHA256FUNC=do_sha256sum |
557 | 2024-06-04T10:23:23.770Z | + TARBALL_FILENAME=mgd.tar.gz |
558 | 2024-06-04T10:23:23.770Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/5630887d0373857f77cb264f84aa19bdec720ce3/mgd.tar.gz |
559 | 2024-06-04T10:23:23.770Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
560 | 2024-06-04T10:23:23.770Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/5630887d0373857f77cb264f84aa19bdec720ce3/mgd.tar.gz' |
561 | 2024-06-04T10:23:23.770Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/5630887d0373857f77cb264f84aa19bdec720ce3/mgd.tar.gz |
562 | 2024-06-04T10:23:23.770Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
563 | 2024-06-04T10:23:23.770Z | + mkdir -p out/downloads |
564 | 2024-06-04T10:23:23.770Z | Local file: out/downloads/mgd.tar.gz |
565 | 2024-06-04T10:23:23.770Z | + mkdir -p ./out/mgd |
566 | 2024-06-04T10:23:23.770Z | + fetch_and_verify |
567 | 2024-06-04T10:23:23.770Z | + local DO_DOWNLOAD=true |
568 | 2024-06-04T10:23:23.770Z | + [[ -f out/downloads/mgd.tar.gz ]] |
569 | 2024-06-04T10:23:23.770Z | + '[' true == true ']' |
570 | 2024-06-04T10:23:23.770Z | + echo Downloading... |
571 | 2024-06-04T10:23:23.771Z | Downloading... |
572 | 2024-06-04T10:23:23.771Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/5630887d0373857f77cb264f84aa19bdec720ce3/mgd.tar.gz out/downloads/mgd.tar.gz |
573 | 2024-06-04T10:23:23.771Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/5630887d0373857f77cb264f84aa19bdec720ce3/mgd.tar.gz |
574 | 2024-06-04T10:23:31.112Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
575 | 2024-06-04T10:23:31.559Z | ++ sha256sum |
576 | 2024-06-04T10:23:31.559Z | ++ awk '{print $1}' |
577 | 2024-06-04T10:23:31.594Z | + calculated_sha256=6ae4bc3b332e91706c1c6633a7fc218aac65b7feff5643ee2dbbe79b841e0df3 |
578 | 2024-06-04T10:23:31.594Z | + [[ 6ae4bc3b332e91706c1c6633a7fc218aac65b7feff5643ee2dbbe79b841e0df3 != \6\a\e\4\b\c\3\b\3\3\2\e\9\1\7\0\6\c\1\c\6\6\3\3\a\7\f\c\2\1\8\a\a\c\6\5\b\7\f\e\f\f\5\6\4\3\e\e\2\d\b\b\e\7\9\b\8\4\1\e\0\d\f\3 ]] |
579 | 2024-06-04T10:23:31.594Z | + do_untar out/downloads/mgd.tar.gz |
580 | 2024-06-04T10:23:31.594Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
581 | 2024-06-04T10:23:31.937Z | + do_assemble |
582 | 2024-06-04T10:23:31.937Z | + rm -r ./out/mgd |
583 | 2024-06-04T10:23:31.966Z | + mkdir ./out/mgd |
584 | 2024-06-04T10:23:31.966Z | + cp -r out/downloads/root ./out/mgd/root |
585 | 2024-06-04T10:23:32.491Z | + set -o errexit |
586 | 2024-06-04T10:23:32.518Z | +++ dirname ./tools/ci_download_transceiver_control |
587 | 2024-06-04T10:23:32.519Z | ++ cd ./tools |
588 | 2024-06-04T10:23:32.519Z | ++ pwd |
589 | 2024-06-04T10:23:32.519Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
590 | 2024-06-04T10:23:32.519Z | ++ basename ./tools/ci_download_transceiver_control |
591 | 2024-06-04T10:23:32.519Z | + ARG0=ci_download_transceiver_control |
592 | 2024-06-04T10:23:32.520Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
593 | 2024-06-04T10:23:32.520Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
594 | 2024-06-04T10:23:32.520Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
595 | 2024-06-04T10:23:32.520Z | + TARGET_DIR=out |
596 | 2024-06-04T10:23:32.521Z | + DOWNLOAD_DIR=out/downloads |
597 | 2024-06-04T10:23:32.521Z | + DEST_DIR=./out/transceiver-control |
598 | 2024-06-04T10:23:32.521Z | + BIN_DIR=/opt/oxide/bin |
599 | 2024-06-04T10:23:32.521Z | + BINARY=xcvradm |
600 | 2024-06-04T10:23:32.521Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
601 | 2024-06-04T10:23:32.521Z | + REPO=oxidecomputer/transceiver-control |
602 | 2024-06-04T10:23:32.522Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
603 | 2024-06-04T10:23:32.522Z | + main |
604 | 2024-06-04T10:23:32.523Z | + [[ 0 != 0 ]] |
605 | 2024-06-04T10:23:32.523Z | + CIDL_OS=solaris2.11 |
606 | 2024-06-04T10:23:32.523Z | + [[ 0 != 0 ]] |
607 | 2024-06-04T10:23:32.523Z | + configure_os solaris2.11 |
608 | 2024-06-04T10:23:32.523Z | + echo 'current directory: /work/oxidecomputer/omicron' |
609 | 2024-06-04T10:23:32.523Z | + echo 'configuring based on OS: "solaris2.11"' |
610 | 2024-06-04T10:23:32.524Z | + case "$1" in |
611 | 2024-06-04T10:23:32.524Z | + SET_BINARIES= |
612 | 2024-06-04T10:23:32.524Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
613 | 2024-06-04T10:23:32.524Z | current directory: /work/oxidecomputer/omicron |
614 | 2024-06-04T10:23:32.524Z | + CIDL_SHA256FUNC=do_sha256sum |
615 | 2024-06-04T10:23:32.524Z | + ARCHIVE_FILENAME=xcvradm.gz |
616 | 2024-06-04T10:23:32.524Z | configuring based on OS: "solaris2.11" |
617 | 2024-06-04T10:23:32.525Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
618 | 2024-06-04T10:23:32.525Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
619 | 2024-06-04T10:23:32.525Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
620 | 2024-06-04T10:23:32.525Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
621 | 2024-06-04T10:23:32.525Z | + echo 'Local file: out/downloads/xcvradm.gz' |
622 | 2024-06-04T10:23:32.525Z | Local file: out/downloads/xcvradm.gz |
623 | 2024-06-04T10:23:32.526Z | + mkdir -p out/downloads |
624 | 2024-06-04T10:23:32.526Z | + mkdir -p ./out/transceiver-control |
625 | 2024-06-04T10:23:32.526Z | + fetch_and_verify |
626 | 2024-06-04T10:23:32.526Z | + local DO_DOWNLOAD=true |
627 | 2024-06-04T10:23:32.527Z | + [[ -f out/downloads/xcvradm.gz ]] |
628 | 2024-06-04T10:23:32.527Z | + '[' true == true ']' |
629 | 2024-06-04T10:23:32.527Z | + echo Downloading... |
630 | 2024-06-04T10:23:32.527Z | Downloading... |
631 | 2024-06-04T10:23:32.527Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
632 | 2024-06-04T10:23:32.528Z | + 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 |
633 | 2024-06-04T10:23:35.447Z | ++ do_sha256sum out/downloads/xcvradm.gz |
634 | 2024-06-04T10:23:35.476Z | ++ sha256sum |
635 | 2024-06-04T10:23:35.477Z | ++ awk '{print $1}' |
636 | 2024-06-04T10:23:35.477Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
637 | 2024-06-04T10:23:35.477Z | + [[ 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 ]] |
638 | 2024-06-04T10:23:35.477Z | + do_unpack out/downloads/xcvradm.gz |
639 | 2024-06-04T10:23:35.477Z | + mkdir -p out/downloads/root//opt/oxide/bin |
640 | 2024-06-04T10:23:35.477Z | + gzip -dc out/downloads/xcvradm.gz |
641 | 2024-06-04T10:23:35.602Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
642 | 2024-06-04T10:23:35.627Z | + do_assemble |
643 | 2024-06-04T10:23:35.627Z | + rm -r ./out/transceiver-control |
644 | 2024-06-04T10:23:35.627Z | + mkdir ./out/transceiver-control |
645 | 2024-06-04T10:23:35.627Z | + cp -r out/downloads/root ./out/transceiver-control/root |
646 | 2024-06-04T10:23:35.703Z | + set -o errexit |
647 | 2024-06-04T10:23:35.728Z | +++ dirname ./tools/ci_download_thundermuffin |
648 | 2024-06-04T10:23:35.728Z | ++ cd ./tools |
649 | 2024-06-04T10:23:35.728Z | ++ pwd |
650 | 2024-06-04T10:23:35.728Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
651 | 2024-06-04T10:23:35.728Z | ++ basename ./tools/ci_download_thundermuffin |
652 | 2024-06-04T10:23:35.728Z | + ARG0=ci_download_thundermuffin |
653 | 2024-06-04T10:23:35.728Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
654 | 2024-06-04T10:23:35.728Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
655 | 2024-06-04T10:23:35.728Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
656 | 2024-06-04T10:23:35.728Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
657 | 2024-06-04T10:23:35.728Z | + TARGET_DIR=out |
658 | 2024-06-04T10:23:35.728Z | + DOWNLOAD_DIR=out/downloads |
659 | 2024-06-04T10:23:35.728Z | + DEST_DIR=./out/thundermuffin |
660 | 2024-06-04T10:23:35.729Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
661 | 2024-06-04T10:23:35.729Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
662 | 2024-06-04T10:23:35.729Z | + REPO=oxidecomputer/thundermuffin |
663 | 2024-06-04T10:23:35.729Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
664 | 2024-06-04T10:23:35.729Z | + main |
665 | 2024-06-04T10:23:35.729Z | + rm -rf out/downloads/root |
666 | 2024-06-04T10:23:35.729Z | + [[ 0 != 0 ]] |
667 | 2024-06-04T10:23:35.729Z | + CIDL_OS=solaris2.11 |
668 | 2024-06-04T10:23:35.729Z | + [[ 0 != 0 ]] |
669 | 2024-06-04T10:23:35.729Z | + configure_os solaris2.11 |
670 | 2024-06-04T10:23:35.729Z | + echo 'current directory: /work/oxidecomputer/omicron' |
671 | 2024-06-04T10:23:35.729Z | + echo 'configuring based on OS: "solaris2.11"' |
672 | 2024-06-04T10:23:35.729Z | current directory: /work/oxidecomputer/omicron |
673 | 2024-06-04T10:23:35.729Z | configuring based on OS: "solaris2.11" |
674 | 2024-06-04T10:23:35.729Z | + case "$1" in |
675 | 2024-06-04T10:23:35.729Z | + SET_BINARIES= |
676 | 2024-06-04T10:23:35.729Z | + CIDL_SHA256FUNC=do_sha256sum |
677 | 2024-06-04T10:23:35.729Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
678 | 2024-06-04T10:23:35.729Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
679 | 2024-06-04T10:23:35.729Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
680 | 2024-06-04T10:23:35.729Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
681 | 2024-06-04T10:23:35.729Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
682 | 2024-06-04T10:23:35.729Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
683 | 2024-06-04T10:23:35.730Z | + mkdir -p out/downloads |
684 | 2024-06-04T10:23:35.730Z | Local file: out/downloads/thundermuffin.tar.gz |
685 | 2024-06-04T10:23:35.730Z | + mkdir -p ./out/thundermuffin |
686 | 2024-06-04T10:23:35.754Z | + fetch_and_verify |
687 | 2024-06-04T10:23:35.754Z | + local DO_DOWNLOAD=true |
688 | 2024-06-04T10:23:35.754Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
689 | 2024-06-04T10:23:35.754Z | + '[' true == true ']' |
690 | 2024-06-04T10:23:35.754Z | + echo Downloading... |
691 | 2024-06-04T10:23:35.754Z | Downloading... |
692 | 2024-06-04T10:23:35.754Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
693 | 2024-06-04T10:23:35.754Z | + 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 |
694 | 2024-06-04T10:23:36.786Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
695 | 2024-06-04T10:23:36.811Z | ++ sha256sum |
696 | 2024-06-04T10:23:36.811Z | ++ awk '{print $1}' |
697 | 2024-06-04T10:23:36.811Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
698 | 2024-06-04T10:23:36.811Z | + [[ 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 ]] |
699 | 2024-06-04T10:23:36.811Z | + do_untar out/downloads/thundermuffin.tar.gz |
700 | 2024-06-04T10:23:36.811Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
701 | 2024-06-04T10:23:36.885Z | + do_assemble |
702 | 2024-06-04T10:23:36.885Z | + rm -r ./out/thundermuffin |
703 | 2024-06-04T10:23:36.911Z | + mkdir ./out/thundermuffin |
704 | 2024-06-04T10:23:36.911Z | + cp -r out/downloads/root ./out/thundermuffin/root |
705 | 2024-06-04T10:23:36.935Z | All builder prerequisites installed successfully, and PATH looks valid |
706 | 2024-06-04T10:23:36.935Z | |
707 | 2024-06-04T10:23:36.935Z | real 1:44.056082941 |
708 | 2024-06-04T10:23:36.935Z | user 44.346013444 |
709 | 2024-06-04T10:23:36.935Z | sys 11.834126217 |
710 | 2024-06-04T10:23:36.935Z | trap 0.013364127 |
711 | 2024-06-04T10:23:36.935Z | tflt 0.010238042 |
712 | 2024-06-04T10:23:36.936Z | dflt 0.019416299 |
713 | 2024-06-04T10:23:36.936Z | kflt 0.005259131 |
714 | 2024-06-04T10:23:36.936Z | lock 1.446583338 |
715 | 2024-06-04T10:23:36.936Z | slp 3:23.798535604 |
716 | 2024-06-04T10:23:36.936Z | lat 4.500242451 |
717 | 2024-06-04T10:23:36.936Z | stop 0.063134206 |
718 | 2024-06-04T10:23:36.936Z | |
719 | 2024-06-04T10:23:36.936Z | #### # # ##### ##### # # |
720 | 2024-06-04T10:23:36.936Z | # # # # # # # # # # |
721 | 2024-06-04T10:23:36.936Z | # # # # # # # # |
722 | 2024-06-04T10:23:36.936Z | # # # ##### ##### # |
723 | 2024-06-04T10:23:36.936Z | # # # # # # # |
724 | 2024-06-04T10:23:36.936Z | #### ###### # # # # |
725 | 2024-06-04T10:23:36.936Z | |
726 | 2024-06-04T10:23:37.308Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
727 | 2024-06-04T10:23:37.877Z | Updating git repository `https://github.com/oxidecomputer/zone` |
728 | 2024-06-04T10:23:38.382Z | Updating crates.io index |
729 | 2024-06-04T10:23:38.406Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
730 | 2024-06-04T10:23:39.264Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
731 | 2024-06-04T10:23:40.173Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
732 | 2024-06-04T10:23:40.626Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
733 | 2024-06-04T10:23:42.890Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
734 | 2024-06-04T10:23:43.362Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
735 | 2024-06-04T10:23:43.822Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
736 | 2024-06-04T10:23:45.093Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
737 | 2024-06-04T10:23:47.050Z | Updating git repository `https://github.com/oxidecomputer/opte` |
738 | 2024-06-04T10:23:48.260Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
739 | 2024-06-04T10:23:49.172Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
740 | 2024-06-04T10:23:49.992Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
741 | 2024-06-04T10:23:50.473Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
742 | 2024-06-04T10:23:51.090Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
743 | 2024-06-04T10:23:51.559Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
744 | 2024-06-04T10:23:52.042Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
745 | 2024-06-04T10:23:52.634Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
746 | 2024-06-04T10:23:53.151Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
747 | 2024-06-04T10:23:53.654Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
748 | 2024-06-04T10:23:54.130Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
749 | 2024-06-04T10:23:54.734Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
750 | 2024-06-04T10:23:55.245Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
751 | 2024-06-04T10:23:55.842Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
752 | 2024-06-04T10:23:56.558Z | Updating git repository `https://github.com/jgallagher/nix` |
753 | 2024-06-04T10:23:57.682Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
754 | 2024-06-04T10:23:58.138Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
755 | 2024-06-04T10:23:58.654Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
756 | 2024-06-04T10:23:59.195Z | Updating git repository `https://github.com/oxidecomputer/typify` |
757 | 2024-06-04T10:24:01.501Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
758 | 2024-06-04T10:24:01.982Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
759 | 2024-06-04T10:24:02.386Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
760 | 2024-06-04T10:24:03.008Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
761 | 2024-06-04T10:24:04.693Z | Downloading crates ... |
762 | 2024-06-04T10:24:04.759Z | Downloaded adler v1.0.2 |
763 | 2024-06-04T10:24:04.784Z | Downloaded anstyle v1.0.7 |
764 | 2024-06-04T10:24:04.784Z | Downloaded anstyle-parse v0.2.4 |
765 | 2024-06-04T10:24:04.785Z | Downloaded bitflags v2.5.0 |
766 | 2024-06-04T10:24:04.785Z | Downloaded base64 v0.21.7 |
767 | 2024-06-04T10:24:04.809Z | Downloaded deranged v0.3.11 |
768 | 2024-06-04T10:24:04.809Z | Downloaded serde_urlencoded v0.7.1 |
769 | 2024-06-04T10:24:04.809Z | Downloaded sync_wrapper v0.1.2 |
770 | 2024-06-04T10:24:04.809Z | Downloaded ryu v1.0.18 |
771 | 2024-06-04T10:24:04.809Z | Downloaded rustversion v1.0.17 |
772 | 2024-06-04T10:24:04.834Z | Downloaded try-lock v0.2.5 |
773 | 2024-06-04T10:24:04.834Z | Downloaded tinyvec_macros v0.1.1 |
774 | 2024-06-04T10:24:04.834Z | Downloaded proc-macro2 v1.0.82 |
775 | 2024-06-04T10:24:04.834Z | Downloaded mio v0.8.11 |
776 | 2024-06-04T10:24:04.858Z | Downloaded tower-service v0.3.2 |
777 | 2024-06-04T10:24:04.858Z | Downloaded want v0.3.1 |
778 | 2024-06-04T10:24:04.858Z | Downloaded time-macros v0.2.18 |
779 | 2024-06-04T10:24:04.858Z | Downloaded libc v0.2.155 |
780 | 2024-06-04T10:24:04.884Z | Downloaded tokio-native-tls v0.3.1 |
781 | 2024-06-04T10:24:04.884Z | Downloaded xattr v1.3.1 |
782 | 2024-06-04T10:24:04.884Z | Downloaded semver v1.0.23 |
783 | 2024-06-04T10:24:04.884Z | Downloaded tracing-core v0.1.32 |
784 | 2024-06-04T10:24:04.908Z | Downloaded typenum v1.17.0 |
785 | 2024-06-04T10:24:04.908Z | Downloaded unicode-ident v1.0.12 |
786 | 2024-06-04T10:24:04.908Z | Downloaded slog v2.7.0 |
787 | 2024-06-04T10:24:04.908Z | Downloaded toml v0.8.13 |
788 | 2024-06-04T10:24:04.908Z | Downloaded serde_derive v1.0.203 |
789 | 2024-06-04T10:24:04.908Z | Downloaded time v0.3.36 |
790 | 2024-06-04T10:24:04.934Z | Downloaded unicode-bidi v0.3.15 |
791 | 2024-06-04T10:24:04.934Z | Downloaded serde v1.0.203 |
792 | 2024-06-04T10:24:04.934Z | Downloaded toml_edit v0.22.13 |
793 | 2024-06-04T10:24:04.958Z | Downloaded serde_json v1.0.117 |
794 | 2024-06-04T10:24:04.958Z | Downloaded syn v2.0.64 |
795 | 2024-06-04T10:24:04.982Z | Downloaded winnow v0.6.8 |
796 | 2024-06-04T10:24:04.982Z | Downloaded vcpkg v0.2.15 |
797 | 2024-06-04T10:24:05.030Z | Downloaded tokio v1.37.0 |
798 | 2024-06-04T10:24:05.077Z | Downloaded url v2.5.0 |
799 | 2024-06-04T10:24:05.102Z | Downloaded unicode-normalization v0.1.23 |
800 | 2024-06-04T10:24:05.102Z | Downloaded tokio-util v0.7.11 |
801 | 2024-06-04T10:24:05.102Z | Downloaded tracing v0.1.40 |
802 | 2024-06-04T10:24:05.102Z | Downloaded strum_macros v0.26.2 |
803 | 2024-06-04T10:24:05.102Z | Downloaded smallvec v1.13.2 |
804 | 2024-06-04T10:24:05.102Z | Downloaded version_check v0.9.4 |
805 | 2024-06-04T10:24:05.102Z | Downloaded utf8parse v0.2.1 |
806 | 2024-06-04T10:24:05.102Z | Downloaded toml_datetime v0.6.6 |
807 | 2024-06-04T10:24:05.102Z | Downloaded tokio-macros v2.2.0 |
808 | 2024-06-04T10:24:05.127Z | Downloaded tinyvec v1.6.0 |
809 | 2024-06-04T10:24:05.127Z | Downloaded thread_local v1.1.8 |
810 | 2024-06-04T10:24:05.127Z | Downloaded thiserror-impl v1.0.60 |
811 | 2024-06-04T10:24:05.127Z | Downloaded thiserror v1.0.60 |
812 | 2024-06-04T10:24:05.127Z | Downloaded term v0.7.0 |
813 | 2024-06-04T10:24:05.127Z | Downloaded tar v0.4.40 |
814 | 2024-06-04T10:24:05.127Z | Downloaded slog-term v2.9.1 |
815 | 2024-06-04T10:24:05.127Z | Downloaded slog-bunyan v2.5.0 |
816 | 2024-06-04T10:24:05.127Z | Downloaded signal-hook-registry v1.4.2 |
817 | 2024-06-04T10:24:05.127Z | Downloaded terminal_size v0.3.0 |
818 | 2024-06-04T10:24:05.152Z | Downloaded strsim v0.11.1 |
819 | 2024-06-04T10:24:05.152Z | Downloaded socket2 v0.5.7 |
820 | 2024-06-04T10:24:05.152Z | Downloaded slog-json v2.6.1 |
821 | 2024-06-04T10:24:05.152Z | Downloaded sha2 v0.10.8 |
822 | 2024-06-04T10:24:05.152Z | Downloaded encoding_rs v0.8.34 |
823 | 2024-06-04T10:24:05.176Z | Downloaded swrite v0.1.0 |
824 | 2024-06-04T10:24:05.176Z | Downloaded slog-async v2.8.0 |
825 | 2024-06-04T10:24:05.176Z | Downloaded rustix v0.38.34 |
826 | 2024-06-04T10:24:05.200Z | Downloaded openssl v0.10.64 |
827 | 2024-06-04T10:24:05.226Z | Downloaded idna v0.5.0 |
828 | 2024-06-04T10:24:05.226Z | Downloaded reqwest v0.11.27 |
829 | 2024-06-04T10:24:05.226Z | Downloaded hyper v0.14.28 |
830 | 2024-06-04T10:24:05.250Z | Downloaded hashbrown v0.14.5 |
831 | 2024-06-04T10:24:05.250Z | Downloaded h2 v0.3.26 |
832 | 2024-06-04T10:24:05.250Z | Downloaded parking_lot v0.12.2 |
833 | 2024-06-04T10:24:05.250Z | Downloaded slab v0.4.9 |
834 | 2024-06-04T10:24:05.250Z | Downloaded once_cell v1.19.0 |
835 | 2024-06-04T10:24:05.274Z | Downloaded miniz_oxide v0.7.2 |
836 | 2024-06-04T10:24:05.274Z | Downloaded memchr v2.7.2 |
837 | 2024-06-04T10:24:05.274Z | Downloaded log v0.4.21 |
838 | 2024-06-04T10:24:05.274Z | Downloaded httparse v1.8.0 |
839 | 2024-06-04T10:24:05.275Z | Downloaded http v0.2.12 |
840 | 2024-06-04T10:24:05.275Z | Downloaded heck v0.5.0 |
841 | 2024-06-04T10:24:05.275Z | Downloaded time-core v0.1.2 |
842 | 2024-06-04T10:24:05.275Z | Downloaded take_mut v0.2.2 |
843 | 2024-06-04T10:24:05.275Z | Downloaded strum v0.26.2 |
844 | 2024-06-04T10:24:05.275Z | Downloaded scopeguard v1.2.0 |
845 | 2024-06-04T10:24:05.308Z | Downloaded rustls-pemfile v1.0.4 |
846 | 2024-06-04T10:24:05.308Z | Downloaded pkg-config v0.3.30 |
847 | 2024-06-04T10:24:05.308Z | Downloaded pin-utils v0.1.0 |
848 | 2024-06-04T10:24:05.308Z | Downloaded pin-project-lite v0.2.14 |
849 | 2024-06-04T10:24:05.308Z | Downloaded percent-encoding v2.3.1 |
850 | 2024-06-04T10:24:05.308Z | Downloaded parking_lot_core v0.9.10 |
851 | 2024-06-04T10:24:05.309Z | Downloaded openssl-sys v0.9.102 |
852 | 2024-06-04T10:24:05.309Z | Downloaded num_threads v0.1.7 |
853 | 2024-06-04T10:24:05.309Z | Downloaded num_cpus v1.16.0 |
854 | 2024-06-04T10:24:05.334Z | Downloaded native-tls v0.2.11 |
855 | 2024-06-04T10:24:05.334Z | Downloaded lock_api v0.4.12 |
856 | 2024-06-04T10:24:05.334Z | Downloaded itoa v1.0.11 |
857 | 2024-06-04T10:24:05.334Z | Downloaded is-terminal v0.4.12 |
858 | 2024-06-04T10:24:05.334Z | Downloaded indexmap v2.2.6 |
859 | 2024-06-04T10:24:05.334Z | Downloaded quote v1.0.36 |
860 | 2024-06-04T10:24:05.334Z | Downloaded powerfmt v0.2.0 |
861 | 2024-06-04T10:24:05.334Z | Downloaded openssl-probe v0.1.5 |
862 | 2024-06-04T10:24:05.334Z | Downloaded openssl-macros v0.1.1 |
863 | 2024-06-04T10:24:05.334Z | Downloaded num-conv v0.1.0 |
864 | 2024-06-04T10:24:05.334Z | Downloaded mime v0.3.17 |
865 | 2024-06-04T10:24:05.335Z | Downloaded md5 v0.7.0 |
866 | 2024-06-04T10:24:05.335Z | Downloaded match_cfg v0.1.0 |
867 | 2024-06-04T10:24:05.335Z | Downloaded macaddr v1.0.1 |
868 | 2024-06-04T10:24:05.335Z | Downloaded is_terminal_polyfill v1.70.0 |
869 | 2024-06-04T10:24:05.335Z | Downloaded ipnet v2.9.0 |
870 | 2024-06-04T10:24:05.335Z | Downloaded hyper-tls v0.5.0 |
871 | 2024-06-04T10:24:05.335Z | Downloaded httpdate v1.0.3 |
872 | 2024-06-04T10:24:05.335Z | Downloaded http-body v0.4.6 |
873 | 2024-06-04T10:24:05.335Z | Downloaded hostname v0.3.1 |
874 | 2024-06-04T10:24:05.335Z | Downloaded heck v0.4.1 |
875 | 2024-06-04T10:24:05.359Z | Downloaded generic-array v0.14.7 |
876 | 2024-06-04T10:24:05.359Z | Downloaded futures-util v0.3.30 |
877 | 2024-06-04T10:24:05.359Z | Downloaded futures-task v0.3.30 |
878 | 2024-06-04T10:24:05.359Z | Downloaded futures-sink v0.3.30 |
879 | 2024-06-04T10:24:05.359Z | Downloaded futures-macro v0.3.30 |
880 | 2024-06-04T10:24:05.359Z | Downloaded futures-io v0.3.30 |
881 | 2024-06-04T10:24:05.360Z | Downloaded futures-executor v0.3.30 |
882 | 2024-06-04T10:24:05.360Z | Downloaded futures-core v0.3.30 |
883 | 2024-06-04T10:24:05.360Z | Downloaded futures-channel v0.3.30 |
884 | 2024-06-04T10:24:05.360Z | Downloaded fs-err v2.11.0 |
885 | 2024-06-04T10:24:05.384Z | Downloaded flate2 v1.0.30 |
886 | 2024-06-04T10:24:05.385Z | Downloaded filetime v0.2.23 |
887 | 2024-06-04T10:24:05.385Z | Downloaded errno v0.3.9 |
888 | 2024-06-04T10:24:05.385Z | Downloaded equivalent v1.0.1 |
889 | 2024-06-04T10:24:05.385Z | Downloaded dirs-next v2.0.0 |
890 | 2024-06-04T10:24:05.385Z | Downloaded digest v0.10.7 |
891 | 2024-06-04T10:24:05.385Z | Downloaded crossbeam-channel v0.5.12 |
892 | 2024-06-04T10:24:05.385Z | Downloaded serde_spanned v0.6.6 |
893 | 2024-06-04T10:24:05.385Z | Downloaded futures v0.3.30 |
894 | 2024-06-04T10:24:05.410Z | Downloaded form_urlencoded v1.2.1 |
895 | 2024-06-04T10:24:05.410Z | Downloaded foreign-types-shared v0.1.1 |
896 | 2024-06-04T10:24:05.410Z | Downloaded foreign-types v0.3.2 |
897 | 2024-06-04T10:24:05.410Z | Downloaded fnv v1.0.7 |
898 | 2024-06-04T10:24:05.410Z | Downloaded dirs-sys-next v0.1.2 |
899 | 2024-06-04T10:24:05.410Z | Downloaded crossbeam-utils v0.8.19 |
900 | 2024-06-04T10:24:05.410Z | Downloaded cpufeatures v0.2.12 |
901 | 2024-06-04T10:24:05.410Z | Downloaded crypto-common v0.1.6 |
902 | 2024-06-04T10:24:05.410Z | Downloaded crc32fast v1.4.0 |
903 | 2024-06-04T10:24:05.410Z | Downloaded colorchoice v1.0.1 |
904 | 2024-06-04T10:24:05.410Z | Downloaded clap_lex v0.7.0 |
905 | 2024-06-04T10:24:05.410Z | Downloaded clap_derive v4.5.4 |
906 | 2024-06-04T10:24:05.410Z | Downloaded clap_builder v4.5.2 |
907 | 2024-06-04T10:24:05.434Z | Downloaded clap v4.5.4 |
908 | 2024-06-04T10:24:05.434Z | Downloaded cfg-if v1.0.0 |
909 | 2024-06-04T10:24:05.434Z | Downloaded cc v1.0.97 |
910 | 2024-06-04T10:24:05.434Z | Downloaded cargo_toml v0.20.2 |
911 | 2024-06-04T10:24:05.434Z | Downloaded cargo_metadata v0.18.1 |
912 | 2024-06-04T10:24:05.434Z | Downloaded cargo-platform v0.1.8 |
913 | 2024-06-04T10:24:05.435Z | Downloaded camino v1.1.7 |
914 | 2024-06-04T10:24:05.435Z | Downloaded bytes v1.6.0 |
915 | 2024-06-04T10:24:05.459Z | Downloaded block-buffer v0.10.4 |
916 | 2024-06-04T10:24:05.459Z | Downloaded anstyle-query v1.0.3 |
917 | 2024-06-04T10:24:05.459Z | Downloaded anyhow v1.0.86 |
918 | 2024-06-04T10:24:05.490Z | Downloaded anstream v0.6.14 |
919 | 2024-06-04T10:24:05.490Z | Downloaded autocfg v1.3.0 |
920 | 2024-06-04T10:24:05.582Z | Compiling proc-macro2 v1.0.82 |
921 | 2024-06-04T10:24:05.582Z | Compiling unicode-ident v1.0.12 |
922 | 2024-06-04T10:24:05.606Z | Compiling libc v0.2.155 |
923 | 2024-06-04T10:24:05.606Z | Compiling cfg-if v1.0.0 |
924 | 2024-06-04T10:24:05.607Z | Compiling autocfg v1.3.0 |
925 | 2024-06-04T10:24:05.607Z | Compiling serde v1.0.203 |
926 | 2024-06-04T10:24:05.607Z | Compiling itoa v1.0.11 |
927 | 2024-06-04T10:24:05.607Z | Compiling once_cell v1.19.0 |
928 | 2024-06-04T10:24:05.892Z | Compiling pin-project-lite v0.2.14 |
929 | 2024-06-04T10:24:05.918Z | Compiling bitflags v2.5.0 |
930 | 2024-06-04T10:24:06.009Z | Compiling cc v1.0.97 |
931 | 2024-06-04T10:24:06.093Z | Compiling pkg-config v0.3.30 |
932 | 2024-06-04T10:24:06.275Z | Compiling vcpkg v0.2.15 |
933 | 2024-06-04T10:24:06.299Z | Compiling parking_lot_core v0.9.10 |
934 | 2024-06-04T10:24:06.323Z | Compiling bytes v1.6.0 |
935 | 2024-06-04T10:24:06.502Z | Compiling lock_api v0.4.12 |
936 | 2024-06-04T10:24:06.722Z | Compiling slab v0.4.9 |
937 | 2024-06-04T10:24:06.861Z | Compiling smallvec v1.13.2 |
938 | 2024-06-04T10:24:06.994Z | Compiling scopeguard v1.2.0 |
939 | 2024-06-04T10:24:07.121Z | Compiling quote v1.0.36 |
940 | 2024-06-04T10:24:07.293Z | Compiling futures-sink v0.3.30 |
941 | 2024-06-04T10:24:07.430Z | Compiling futures-core v0.3.30 |
942 | 2024-06-04T10:24:07.624Z | Compiling syn v2.0.64 |
943 | 2024-06-04T10:24:07.780Z | Compiling equivalent v1.0.1 |
944 | 2024-06-04T10:24:07.815Z | Compiling hashbrown v0.14.5 |
945 | 2024-06-04T10:24:07.902Z | Compiling futures-channel v0.3.30 |
946 | 2024-06-04T10:24:07.962Z | Compiling socket2 v0.5.7 |
947 | 2024-06-04T10:24:08.138Z | Compiling parking_lot v0.12.2 |
948 | 2024-06-04T10:24:08.232Z | Compiling num_cpus v1.16.0 |
949 | 2024-06-04T10:24:08.268Z | Compiling mio v0.8.11 |
950 | 2024-06-04T10:24:08.292Z | Compiling signal-hook-registry v1.4.2 |
951 | 2024-06-04T10:24:08.349Z | Compiling memchr v2.7.2 |
952 | 2024-06-04T10:24:08.814Z | Compiling rustix v0.38.34 |
953 | 2024-06-04T10:24:08.925Z | Compiling indexmap v2.2.6 |
954 | 2024-06-04T10:24:08.956Z | Compiling version_check v0.9.4 |
955 | 2024-06-04T10:24:08.981Z | Compiling openssl-sys v0.9.102 |
956 | 2024-06-04T10:24:09.014Z | Compiling pin-utils v0.1.0 |
957 | 2024-06-04T10:24:09.096Z | Compiling futures-io v0.3.30 |
958 | 2024-06-04T10:24:09.369Z | Compiling typenum v1.17.0 |
959 | 2024-06-04T10:24:09.397Z | Compiling futures-task v0.3.30 |
960 | 2024-06-04T10:24:09.538Z | Compiling errno v0.3.9 |
961 | 2024-06-04T10:24:09.674Z | Compiling generic-array v0.14.7 |
962 | 2024-06-04T10:24:09.728Z | Compiling ryu v1.0.18 |
963 | 2024-06-04T10:24:09.877Z | Compiling openssl v0.10.64 |
964 | 2024-06-04T10:24:09.901Z | Compiling slog v2.7.0 |
965 | 2024-06-04T10:24:09.998Z | Compiling foreign-types-shared v0.1.1 |
966 | 2024-06-04T10:24:10.059Z | Compiling fnv v1.0.7 |
967 | 2024-06-04T10:24:10.106Z | Compiling foreign-types v0.3.2 |
968 | 2024-06-04T10:24:10.185Z | Compiling http v0.2.12 |
969 | 2024-06-04T10:24:10.209Z | Compiling tracing-core v0.1.32 |
970 | 2024-06-04T10:24:10.294Z | Compiling serde_json v1.0.117 |
971 | 2024-06-04T10:24:10.388Z | Compiling num-conv v0.1.0 |
972 | 2024-06-04T10:24:10.553Z | Compiling powerfmt v0.2.0 |
973 | 2024-06-04T10:24:10.637Z | Compiling httparse v1.8.0 |
974 | 2024-06-04T10:24:10.899Z | Compiling native-tls v0.2.11 |
975 | 2024-06-04T10:24:10.963Z | Compiling tinyvec_macros v0.1.1 |
976 | 2024-06-04T10:24:11.042Z | Compiling time-core v0.1.2 |
977 | 2024-06-04T10:24:11.166Z | Compiling tinyvec v1.6.0 |
978 | 2024-06-04T10:24:11.196Z | Compiling time-macros v0.2.18 |
979 | 2024-06-04T10:24:11.254Z | Compiling tracing v0.1.40 |
980 | 2024-06-04T10:24:11.389Z | Compiling deranged v0.3.11 |
981 | 2024-06-04T10:24:12.242Z | Compiling try-lock v0.2.5 |
982 | 2024-06-04T10:24:12.324Z | Compiling num_threads v0.1.7 |
983 | 2024-06-04T10:24:12.348Z | Compiling percent-encoding v2.3.1 |
984 | 2024-06-04T10:24:12.382Z | Compiling utf8parse v0.2.1 |
985 | 2024-06-04T10:24:12.454Z | Compiling openssl-probe v0.1.5 |
986 | 2024-06-04T10:24:12.520Z | Compiling log v0.4.21 |
987 | 2024-06-04T10:24:12.585Z | Compiling rustversion v1.0.17 |
988 | 2024-06-04T10:24:12.654Z | Compiling crossbeam-utils v0.8.19 |
989 | 2024-06-04T10:24:12.679Z | Compiling form_urlencoded v1.2.1 |
990 | 2024-06-04T10:24:12.771Z | Compiling anstyle-parse v0.2.4 |
991 | 2024-06-04T10:24:13.288Z | Compiling want v0.3.1 |
992 | 2024-06-04T10:24:13.314Z | Compiling unicode-normalization v0.1.23 |
993 | 2024-06-04T10:24:13.314Z | Compiling http-body v0.4.6 |
994 | 2024-06-04T10:24:13.314Z | Compiling dirs-sys-next v0.1.2 |
995 | 2024-06-04T10:24:13.315Z | Compiling anstyle v1.0.7 |
996 | 2024-06-04T10:24:13.315Z | Compiling semver v1.0.23 |
997 | 2024-06-04T10:24:13.347Z | Compiling httpdate v1.0.3 |
998 | 2024-06-04T10:24:13.599Z | Compiling thiserror v1.0.60 |
999 | 2024-06-04T10:24:13.636Z | Compiling anstyle-query v1.0.3 |
1000 | 2024-06-04T10:24:13.665Z | Compiling unicode-bidi v0.3.15 |
1001 | 2024-06-04T10:24:13.690Z | Compiling camino v1.1.7 |
1002 | 2024-06-04T10:24:13.743Z | Compiling colorchoice v1.0.1 |
1003 | 2024-06-04T10:24:13.774Z | Compiling tower-service v0.3.2 |
1004 | 2024-06-04T10:24:13.810Z | Compiling crc32fast v1.4.0 |
1005 | 2024-06-04T10:24:13.848Z | Compiling time v0.3.36 |
1006 | 2024-06-04T10:24:13.893Z | Compiling is_terminal_polyfill v1.70.0 |
1007 | 2024-06-04T10:24:13.917Z | Compiling winnow v0.6.8 |
1008 | 2024-06-04T10:24:14.010Z | Compiling anstream v0.6.14 |
1009 | 2024-06-04T10:24:14.222Z | Compiling idna v0.5.0 |
1010 | 2024-06-04T10:24:14.331Z | Compiling dirs-next v2.0.0 |
1011 | 2024-06-04T10:24:14.748Z | Compiling block-buffer v0.10.4 |
1012 | 2024-06-04T10:24:14.954Z | Compiling crypto-common v0.1.6 |
1013 | 2024-06-04T10:24:14.981Z | Compiling terminal_size v0.3.0 |
1014 | 2024-06-04T10:24:15.139Z | Compiling fs-err v2.11.0 |
1015 | 2024-06-04T10:24:15.164Z | Compiling thread_local v1.1.8 |
1016 | 2024-06-04T10:24:15.359Z | Compiling heck v0.5.0 |
1017 | 2024-06-04T10:24:15.547Z | Compiling adler v1.0.2 |
1018 | 2024-06-04T10:24:15.619Z | Compiling base64 v0.21.7 |
1019 | 2024-06-04T10:24:15.645Z | Compiling match_cfg v0.1.0 |
1020 | 2024-06-04T10:24:15.668Z | Compiling anyhow v1.0.86 |
1021 | 2024-06-04T10:24:15.747Z | Compiling heck v0.4.1 |
1022 | 2024-06-04T10:24:15.771Z | Compiling strsim v0.11.1 |
1023 | 2024-06-04T10:24:15.809Z | Compiling clap_lex v0.7.0 |
1024 | 2024-06-04T10:24:16.158Z | Compiling slog-async v2.8.0 |
1025 | 2024-06-04T10:24:16.249Z | Compiling clap_builder v4.5.2 |
1026 | 2024-06-04T10:24:16.274Z | Compiling rustls-pemfile v1.0.4 |
1027 | 2024-06-04T10:24:16.364Z | Compiling hostname v0.3.1 |
1028 | 2024-06-04T10:24:16.580Z | Compiling miniz_oxide v0.7.2 |
1029 | 2024-06-04T10:24:16.647Z | Compiling crossbeam-channel v0.5.12 |
1030 | 2024-06-04T10:24:16.688Z | Compiling digest v0.10.7 |
1031 | 2024-06-04T10:24:16.750Z | Compiling url v2.5.0 |
1032 | 2024-06-04T10:24:16.914Z | Compiling term v0.7.0 |
1033 | 2024-06-04T10:24:17.043Z | Compiling xattr v1.3.1 |
1034 | 2024-06-04T10:24:17.274Z | Compiling is-terminal v0.4.12 |
1035 | 2024-06-04T10:24:17.312Z | Compiling filetime v0.2.23 |
1036 | 2024-06-04T10:24:17.392Z | Compiling encoding_rs v0.8.34 |
1037 | 2024-06-04T10:24:17.566Z | Compiling mime v0.3.17 |
1038 | 2024-06-04T10:24:17.607Z | Compiling cpufeatures v0.2.12 |
1039 | 2024-06-04T10:24:17.702Z | Compiling ipnet v2.9.0 |
1040 | 2024-06-04T10:24:17.859Z | Compiling take_mut v0.2.2 |
1041 | 2024-06-04T10:24:18.003Z | Compiling sync_wrapper v0.1.2 |
1042 | 2024-06-04T10:24:18.128Z | Compiling sha2 v0.10.8 |
1043 | 2024-06-04T10:24:18.233Z | Compiling serde_derive v1.0.203 |
1044 | 2024-06-04T10:24:18.268Z | Compiling tokio-macros v2.2.0 |
1045 | 2024-06-04T10:24:18.338Z | Compiling futures-macro v0.3.30 |
1046 | 2024-06-04T10:24:18.774Z | Compiling openssl-macros v0.1.1 |
1047 | 2024-06-04T10:24:19.151Z | Compiling thiserror-impl v1.0.60 |
1048 | 2024-06-04T10:24:19.585Z | Compiling tokio v1.37.0 |
1049 | 2024-06-04T10:24:20.008Z | Compiling futures-util v0.3.30 |
1050 | 2024-06-04T10:24:20.648Z | Compiling clap_derive v4.5.4 |
1051 | 2024-06-04T10:24:20.935Z | Compiling strum_macros v0.26.2 |
1052 | 2024-06-04T10:24:22.129Z | Compiling tar v0.4.40 |
1053 | 2024-06-04T10:24:23.923Z | Compiling slog-term v2.9.1 |
1054 | 2024-06-04T10:24:24.716Z | Compiling clap v4.5.4 |
1055 | 2024-06-04T10:24:24.770Z | Compiling futures-executor v0.3.30 |
1056 | 2024-06-04T10:24:24.824Z | Compiling flate2 v1.0.30 |
1057 | 2024-06-04T10:24:25.010Z | Compiling futures v0.3.30 |
1058 | 2024-06-04T10:24:25.216Z | Compiling strum v0.26.2 |
1059 | 2024-06-04T10:24:25.310Z | Compiling swrite v0.1.0 |
1060 | 2024-06-04T10:24:25.379Z | Compiling md5 v0.7.0 |
1061 | 2024-06-04T10:24:26.219Z | Compiling tokio-util v0.7.11 |
1062 | 2024-06-04T10:24:26.219Z | Compiling tokio-native-tls v0.3.1 |
1063 | 2024-06-04T10:24:26.977Z | Compiling h2 v0.3.26 |
1064 | 2024-06-04T10:24:29.750Z | Compiling toml_datetime v0.6.6 |
1065 | 2024-06-04T10:24:29.750Z | Compiling serde_spanned v0.6.6 |
1066 | 2024-06-04T10:24:29.890Z | Compiling serde_urlencoded v0.7.1 |
1067 | 2024-06-04T10:24:30.015Z | Compiling toml_edit v0.22.13 |
1068 | 2024-06-04T10:24:30.151Z | Compiling cargo-platform v0.1.8 |
1069 | 2024-06-04T10:24:30.340Z | Compiling macaddr v1.0.1 |
1070 | 2024-06-04T10:24:30.565Z | Compiling hyper v0.14.28 |
1071 | 2024-06-04T10:24:31.075Z | Compiling slog-json v2.6.1 |
1072 | 2024-06-04T10:24:31.075Z | Compiling cargo_metadata v0.18.1 |
1073 | 2024-06-04T10:24:31.399Z | Compiling slog-bunyan v2.5.0 |
1074 | 2024-06-04T10:24:32.401Z | Compiling toml v0.8.13 |
1075 | 2024-06-04T10:24:33.137Z | Compiling cargo_toml v0.20.2 |
1076 | 2024-06-04T10:24:33.609Z | Compiling hyper-tls v0.5.0 |
1077 | 2024-06-04T10:24:33.832Z | Compiling reqwest v0.11.27 |
1078 | 2024-06-04T10:24:39.678Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1079 | 2024-06-04T10:24:48.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
1080 | 2024-06-04T10:24:48.564Z | Running `target/debug/xtask clippy` |
1081 | 2024-06-04T10:24:48.631Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" |
1082 | 2024-06-04T10:24:49.433Z | Downloading crates ... |
1083 | 2024-06-04T10:24:49.594Z | Downloaded allocator-api2 v0.2.18 |
1084 | 2024-06-04T10:24:49.619Z | Downloaded blake2b_simd v1.0.2 |
1085 | 2024-06-04T10:24:49.619Z | Downloaded instant v0.1.12 |
1086 | 2024-06-04T10:24:49.619Z | Downloaded itertools v0.10.5 |
1087 | 2024-06-04T10:24:49.644Z | Downloaded password-hash v0.5.0 |
1088 | 2024-06-04T10:24:49.681Z | Downloaded dof v0.1.5 |
1089 | 2024-06-04T10:24:49.681Z | Downloaded foreign-types v0.5.0 |
1090 | 2024-06-04T10:24:49.707Z | Downloaded fixedbitset v0.4.2 |
1091 | 2024-06-04T10:24:49.707Z | Downloaded guppy-workspace-hack v0.1.0 |
1092 | 2024-06-04T10:24:49.708Z | Downloaded rust-argon2 v2.1.0 |
1093 | 2024-06-04T10:24:49.708Z | Downloaded termtree v0.4.1 |
1094 | 2024-06-04T10:24:49.733Z | Downloaded structmeta-derive v0.3.0 |
1095 | 2024-06-04T10:24:49.733Z | Downloaded termcolor v1.4.1 |
1096 | 2024-06-04T10:24:49.733Z | Downloaded termios v0.3.3 |
1097 | 2024-06-04T10:24:49.759Z | Downloaded yansi v0.5.1 |
1098 | 2024-06-04T10:24:49.759Z | Downloaded impl-trait-for-tuples v0.2.2 |
1099 | 2024-06-04T10:24:49.784Z | Downloaded pretty-hex v0.4.1 |
1100 | 2024-06-04T10:24:49.784Z | Downloaded escape8259 v0.5.2 |
1101 | 2024-06-04T10:24:49.784Z | Downloaded endian-type v0.1.2 |
1102 | 2024-06-04T10:24:49.784Z | Downloaded either v1.12.0 |
1103 | 2024-06-04T10:24:49.784Z | Downloaded ena v0.14.3 |
1104 | 2024-06-04T10:24:49.784Z | Downloaded headers-core v0.2.0 |
1105 | 2024-06-04T10:24:49.810Z | Downloaded http-body v1.0.0 |
1106 | 2024-06-04T10:24:49.810Z | Downloaded pretty_assertions v1.4.0 |
1107 | 2024-06-04T10:24:49.810Z | Downloaded hubpack_derive v0.1.1 |
1108 | 2024-06-04T10:24:49.810Z | Downloaded hubpack v0.1.2 |
1109 | 2024-06-04T10:24:49.810Z | Downloaded regex-automata v0.1.10 |
1110 | 2024-06-04T10:24:49.811Z | Downloaded httptest v0.15.5 |
1111 | 2024-06-04T10:24:49.811Z | Downloaded hmac v0.12.1 |
1112 | 2024-06-04T10:24:49.837Z | Downloaded http v1.1.0 |
1113 | 2024-06-04T10:24:49.837Z | Downloaded hyper v1.3.1 |
1114 | 2024-06-04T10:24:49.837Z | Downloaded hkdf v0.12.4 |
1115 | 2024-06-04T10:24:49.861Z | Downloaded ratatui v0.26.2 |
1116 | 2024-06-04T10:24:49.885Z | Downloaded regex-automata v0.4.6 |
1117 | 2024-06-04T10:24:49.885Z | Downloaded heapless v0.8.0 |
1118 | 2024-06-04T10:24:49.911Z | Downloaded quick-xml v0.31.0 |
1119 | 2024-06-04T10:24:49.911Z | Downloaded plotters v0.3.5 |
1120 | 2024-06-04T10:24:49.935Z | Downloaded proptest v1.4.0 |
1121 | 2024-06-04T10:24:49.935Z | Downloaded radix_trie v0.2.1 |
1122 | 2024-06-04T10:24:49.935Z | Downloaded diesel v2.1.6 |
1123 | 2024-06-04T10:24:49.959Z | Downloaded trust-dns-proto v0.22.0 |
1124 | 2024-06-04T10:24:49.983Z | Downloaded zerocopy-derive v0.6.6 |
1125 | 2024-06-04T10:24:49.983Z | Downloaded zerocopy-derive v0.2.0 |
1126 | 2024-06-04T10:24:50.010Z | Downloaded finl_unicode v1.2.0 |
1127 | 2024-06-04T10:24:50.011Z | Downloaded petgraph v0.6.5 |
1128 | 2024-06-04T10:24:50.035Z | Downloaded openapiv3 v2.0.0 |
1129 | 2024-06-04T10:24:50.060Z | Downloaded webpki-roots v0.25.4 |
1130 | 2024-06-04T10:24:50.060Z | Downloaded syn v1.0.109 |
1131 | 2024-06-04T10:24:50.060Z | Downloaded gimli v0.28.1 |
1132 | 2024-06-04T10:24:50.084Z | Downloaded portable-atomic v1.6.0 |
1133 | 2024-06-04T10:24:50.084Z | Downloaded zerocopy v0.7.34 |
1134 | 2024-06-04T10:24:50.108Z | Downloaded tabled v0.15.0 |
1135 | 2024-06-04T10:24:50.132Z | Downloaded goblin v0.8.2 |
1136 | 2024-06-04T10:24:50.132Z | Downloaded ring v0.17.8 |
1137 | 2024-06-04T10:24:50.211Z | Downloaded object v0.32.2 |
1138 | 2024-06-04T10:24:50.235Z | Downloaded object v0.30.4 |
1139 | 2024-06-04T10:24:50.259Z | Downloaded nix v0.28.0 |
1140 | 2024-06-04T10:24:50.259Z | Downloaded heapless v0.7.17 |
1141 | 2024-06-04T10:24:50.259Z | Downloaded headers v0.3.9 |
1142 | 2024-06-04T10:24:50.283Z | Downloaded hashbrown v0.13.2 |
1143 | 2024-06-04T10:24:50.283Z | Downloaded hashbrown v0.12.3 |
1144 | 2024-06-04T10:24:50.284Z | Downloaded rand v0.8.5 |
1145 | 2024-06-04T10:24:50.284Z | Downloaded typed-path v0.7.1 |
1146 | 2024-06-04T10:24:50.310Z | Downloaded trust-dns-client v0.22.0 |
1147 | 2024-06-04T10:24:50.311Z | Downloaded diesel_derives v2.1.4 |
1148 | 2024-06-04T10:24:50.311Z | Downloaded derive_more v0.99.17 |
1149 | 2024-06-04T10:24:50.311Z | Downloaded der v0.7.9 |
1150 | 2024-06-04T10:24:50.335Z | Downloaded ring v0.16.20 |
1151 | 2024-06-04T10:24:50.407Z | Downloaded trust-dns-resolver v0.22.0 |
1152 | 2024-06-04T10:24:50.431Z | Downloaded guppy v0.17.5 |
1153 | 2024-06-04T10:24:50.431Z | Downloaded csv v1.3.0 |
1154 | 2024-06-04T10:24:50.467Z | Downloaded plotters-svg v0.3.5 |
1155 | 2024-06-04T10:24:50.467Z | Downloaded plotters-backend v0.3.5 |
1156 | 2024-06-04T10:24:50.467Z | Downloaded regress v0.9.1 |
1157 | 2024-06-04T10:24:50.467Z | Downloaded regex-syntax v0.8.3 |
1158 | 2024-06-04T10:24:50.467Z | Downloaded regex-syntax v0.6.29 |
1159 | 2024-06-04T10:24:50.491Z | Downloaded zip v0.6.6 |
1160 | 2024-06-04T10:24:50.491Z | Downloaded yasna v0.5.2 |
1161 | 2024-06-04T10:24:50.491Z | Downloaded trust-dns-server v0.22.1 |
1162 | 2024-06-04T10:24:50.491Z | Downloaded sha3 v0.10.8 |
1163 | 2024-06-04T10:24:50.518Z | Downloaded idna v0.3.0 |
1164 | 2024-06-04T10:24:50.518Z | Downloaded idna v0.2.3 |
1165 | 2024-06-04T10:24:50.518Z | Downloaded diff v0.1.13 |
1166 | 2024-06-04T10:24:50.518Z | Downloaded rustls v0.22.4 |
1167 | 2024-06-04T10:24:50.542Z | Downloaded rayon v1.10.0 |
1168 | 2024-06-04T10:24:50.542Z | Downloaded regex v1.10.4 |
1169 | 2024-06-04T10:24:50.566Z | Downloaded polar-core v0.27.3 |
1170 | 2024-06-04T10:24:50.566Z | Downloaded heck v0.3.3 |
1171 | 2024-06-04T10:24:50.590Z | Downloaded elliptic-curve v0.13.8 |
1172 | 2024-06-04T10:24:50.590Z | Downloaded postcard v1.0.8 |
1173 | 2024-06-04T10:24:50.590Z | Downloaded tungstenite v0.21.0 |
1174 | 2024-06-04T10:24:50.591Z | Downloaded tungstenite v0.20.1 |
1175 | 2024-06-04T10:24:50.591Z | Downloaded platforms v3.4.0 |
1176 | 2024-06-04T10:24:50.591Z | Downloaded zerocopy v0.6.6 |
1177 | 2024-06-04T10:24:50.591Z | Downloaded rustls v0.21.12 |
1178 | 2024-06-04T10:24:50.615Z | Downloaded reedline v0.31.0 |
1179 | 2024-06-04T10:24:50.615Z | Downloaded hostname v0.4.0 |
1180 | 2024-06-04T10:24:50.615Z | Downloaded home v0.5.9 |
1181 | 2024-06-04T10:24:50.615Z | Downloaded rcgen v0.12.1 |
1182 | 2024-06-04T10:24:50.639Z | Downloaded rayon-core v1.12.1 |
1183 | 2024-06-04T10:24:50.639Z | Downloaded radium v0.7.0 |
1184 | 2024-06-04T10:24:50.639Z | Downloaded r2d2 v0.8.10 |
1185 | 2024-06-04T10:24:50.639Z | Downloaded winnow v0.5.40 |
1186 | 2024-06-04T10:24:50.639Z | Downloaded http-range v0.1.5 |
1187 | 2024-06-04T10:24:50.639Z | Downloaded highway v1.1.0 |
1188 | 2024-06-04T10:24:50.639Z | Downloaded hex-literal v0.4.1 |
1189 | 2024-06-04T10:24:50.639Z | Downloaded hex v0.4.3 |
1190 | 2024-06-04T10:24:50.639Z | Downloaded publicsuffix v2.2.3 |
1191 | 2024-06-04T10:24:50.663Z | Downloaded ed25519 v1.5.3 |
1192 | 2024-06-04T10:24:50.663Z | Downloaded dyn-clone v1.0.17 |
1193 | 2024-06-04T10:24:50.663Z | Downloaded derive_builder_core v0.20.0 |
1194 | 2024-06-04T10:24:50.663Z | Downloaded env_logger v0.10.2 |
1195 | 2024-06-04T10:24:50.663Z | Downloaded env_logger v0.9.3 |
1196 | 2024-06-04T10:24:50.663Z | Downloaded plain v0.2.3 |
1197 | 2024-06-04T10:24:50.664Z | Downloaded postgres-protocol v0.6.6 |
1198 | 2024-06-04T10:24:50.664Z | Downloaded vte v0.11.1 |
1199 | 2024-06-04T10:24:50.664Z | Downloaded hash32 v0.3.1 |
1200 | 2024-06-04T10:24:50.664Z | Downloaded erased-serde v0.3.31 |
1201 | 2024-06-04T10:24:50.688Z | Downloaded enum-as-inner v0.5.1 |
1202 | 2024-06-04T10:24:50.688Z | Downloaded predicates v3.1.0 |
1203 | 2024-06-04T10:24:50.688Z | Downloaded postgres-types v0.2.6 |
1204 | 2024-06-04T10:24:50.688Z | Downloaded uuid v1.8.0 |
1205 | 2024-06-04T10:24:50.688Z | Downloaded trybuild v1.0.96 |
1206 | 2024-06-04T10:24:50.688Z | Downloaded rand_core v0.6.4 |
1207 | 2024-06-04T10:24:50.688Z | Downloaded resolv-conf v0.7.0 |
1208 | 2024-06-04T10:24:50.688Z | Downloaded tough v0.17.1 |
1209 | 2024-06-04T10:24:50.712Z | Downloaded rustls-webpki v0.102.4 |
1210 | 2024-06-04T10:24:50.736Z | Downloaded rand_xorshift v0.3.0 |
1211 | 2024-06-04T10:24:50.736Z | Downloaded rand_seeder v0.2.3 |
1212 | 2024-06-04T10:24:50.736Z | Downloaded hyper-rustls v0.24.2 |
1213 | 2024-06-04T10:24:50.736Z | Downloaded indicatif v0.17.8 |
1214 | 2024-06-04T10:24:50.736Z | Downloaded der_derive v0.7.2 |
1215 | 2024-06-04T10:24:50.736Z | Downloaded zerocopy-derive v0.7.34 |
1216 | 2024-06-04T10:24:50.736Z | Downloaded ucd-trie v0.1.6 |
1217 | 2024-06-04T10:24:50.736Z | Downloaded serde_with v3.8.1 |
1218 | 2024-06-04T10:24:50.760Z | Downloaded rustls-webpki v0.101.7 |
1219 | 2024-06-04T10:24:50.760Z | Downloaded embedded-io v0.4.0 |
1220 | 2024-06-04T10:24:50.760Z | Downloaded rand_chacha v0.3.1 |
1221 | 2024-06-04T10:24:50.785Z | Downloaded indexmap v1.9.3 |
1222 | 2024-06-04T10:24:50.785Z | Downloaded hyper-util v0.1.3 |
1223 | 2024-06-04T10:24:50.785Z | Downloaded proc-macro-error-attr v1.0.4 |
1224 | 2024-06-04T10:24:50.785Z | Downloaded defmt-macros v0.3.9 |
1225 | 2024-06-04T10:24:50.785Z | Downloaded defmt v0.3.8 |
1226 | 2024-06-04T10:24:50.785Z | Downloaded tower v0.4.13 |
1227 | 2024-06-04T10:24:50.809Z | Downloaded num-bigint-dig v0.8.4 |
1228 | 2024-06-04T10:24:50.809Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1229 | 2024-06-04T10:24:50.809Z | Downloaded humantime v2.1.0 |
1230 | 2024-06-04T10:24:50.833Z | Downloaded quick-error v1.2.3 |
1231 | 2024-06-04T10:24:50.833Z | Downloaded psl-types v2.0.11 |
1232 | 2024-06-04T10:24:50.833Z | Downloaded hyper-rustls v0.26.0 |
1233 | 2024-06-04T10:24:50.833Z | Downloaded pretty-hex v0.2.1 |
1234 | 2024-06-04T10:24:50.833Z | Downloaded indoc v2.0.5 |
1235 | 2024-06-04T10:24:50.833Z | Downloaded indoc v1.0.9 |
1236 | 2024-06-04T10:24:50.833Z | Downloaded iana-time-zone v0.1.60 |
1237 | 2024-06-04T10:24:50.833Z | Downloaded ref-cast-impl v1.0.23 |
1238 | 2024-06-04T10:24:50.833Z | Downloaded predicates-tree v1.0.9 |
1239 | 2024-06-04T10:24:50.833Z | Downloaded predicates-core v1.0.6 |
1240 | 2024-06-04T10:24:50.833Z | Downloaded ppv-lite86 v0.2.17 |
1241 | 2024-06-04T10:24:50.833Z | Downloaded x509-cert v0.2.5 |
1242 | 2024-06-04T10:24:50.857Z | Downloaded vsss-rs v3.3.4 |
1243 | 2024-06-04T10:24:50.857Z | Downloaded sled v0.34.7 |
1244 | 2024-06-04T10:24:50.858Z | Downloaded pest v2.7.10 |
1245 | 2024-06-04T10:24:50.882Z | Downloaded hyper-staticfile v0.9.5 |
1246 | 2024-06-04T10:24:50.882Z | Downloaded inout v0.1.3 |
1247 | 2024-06-04T10:24:50.882Z | Downloaded ident_case v1.0.1 |
1248 | 2024-06-04T10:24:50.882Z | Downloaded proc-macro-crate v1.3.1 |
1249 | 2024-06-04T10:24:50.882Z | Downloaded prettyplease v0.2.20 |
1250 | 2024-06-04T10:24:50.882Z | Downloaded dtrace-parser v0.2.0 |
1251 | 2024-06-04T10:24:50.882Z | Downloaded doc-comment v0.3.3 |
1252 | 2024-06-04T10:24:50.882Z | Downloaded display-error-chain v0.2.0 |
1253 | 2024-06-04T10:24:50.882Z | Downloaded difflib v0.4.0 |
1254 | 2024-06-04T10:24:50.882Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1255 | 2024-06-04T10:24:50.882Z | Downloaded derive_builder_macro v0.20.0 |
1256 | 2024-06-04T10:24:50.882Z | Downloaded derive_builder v0.20.0 |
1257 | 2024-06-04T10:24:50.883Z | Downloaded derive-where v1.2.7 |
1258 | 2024-06-04T10:24:50.907Z | Downloaded ron v0.8.1 |
1259 | 2024-06-04T10:24:50.907Z | Downloaded portpicker v0.1.1 |
1260 | 2024-06-04T10:24:50.907Z | Downloaded defmt-parser v0.3.4 |
1261 | 2024-06-04T10:24:50.907Z | Downloaded zone v0.1.8 |
1262 | 2024-06-04T10:24:50.907Z | Downloaded zeroize_derive v1.4.2 |
1263 | 2024-06-04T10:24:50.907Z | Downloaded zeroize v1.7.0 |
1264 | 2024-06-04T10:24:50.907Z | Downloaded zerocopy v0.3.2 |
1265 | 2024-06-04T10:24:50.907Z | Downloaded which v4.4.2 |
1266 | 2024-06-04T10:24:50.907Z | Downloaded tui-tree-widget v0.19.0 |
1267 | 2024-06-04T10:24:50.907Z | Downloaded tracing-attributes v0.1.27 |
1268 | 2024-06-04T10:24:50.908Z | Downloaded toml_edit v0.19.15 |
1269 | 2024-06-04T10:24:50.932Z | Downloaded tokio-rustls v0.25.0 |
1270 | 2024-06-04T10:24:50.932Z | Downloaded tokio-postgres v0.7.10 |
1271 | 2024-06-04T10:24:50.932Z | Downloaded test-strategy v0.3.1 |
1272 | 2024-06-04T10:24:50.932Z | Downloaded steno v0.4.0 |
1273 | 2024-06-04T10:24:50.956Z | Downloaded schemars v0.8.20 |
1274 | 2024-06-04T10:24:50.956Z | Downloaded rustyline v14.0.0 |
1275 | 2024-06-04T10:24:50.956Z | Downloaded relative-path v1.9.3 |
1276 | 2024-06-04T10:24:50.981Z | Downloaded ref-cast v1.0.23 |
1277 | 2024-06-04T10:24:50.981Z | Downloaded proc-macro-error v1.0.4 |
1278 | 2024-06-04T10:24:50.981Z | Downloaded rpassword v7.3.1 |
1279 | 2024-06-04T10:24:50.981Z | Downloaded ron v0.7.1 |
1280 | 2024-06-04T10:24:50.981Z | Downloaded precomputed-hash v0.1.1 |
1281 | 2024-06-04T10:24:50.981Z | Downloaded poly1305 v0.8.0 |
1282 | 2024-06-04T10:24:50.981Z | Downloaded zone_cfg_derive v0.1.2 |
1283 | 2024-06-04T10:24:50.981Z | Downloaded wyz v0.5.1 |
1284 | 2024-06-04T10:24:50.981Z | Downloaded whoami v1.5.1 |
1285 | 2024-06-04T10:24:50.981Z | Downloaded walkdir v2.5.0 |
1286 | 2024-06-04T10:24:50.981Z | Downloaded waitgroup v0.1.2 |
1287 | 2024-06-04T10:24:50.981Z | Downloaded wait-timeout v0.2.0 |
1288 | 2024-06-04T10:24:51.006Z | Downloaded uzers v0.11.3 |
1289 | 2024-06-04T10:24:51.006Z | Downloaded utf-8 v0.7.6 |
1290 | 2024-06-04T10:24:51.006Z | Downloaded unicase v2.7.0 |
1291 | 2024-06-04T10:24:51.006Z | Downloaded unarray v0.1.4 |
1292 | 2024-06-04T10:24:51.006Z | Downloaded topological-sort v0.2.2 |
1293 | 2024-06-04T10:24:51.006Z | Downloaded toml v0.7.8 |
1294 | 2024-06-04T10:24:51.006Z | Downloaded toml v0.5.11 |
1295 | 2024-06-04T10:24:51.006Z | Downloaded tokio-tungstenite v0.21.0 |
1296 | 2024-06-04T10:24:51.006Z | Downloaded tokio-tungstenite v0.20.1 |
1297 | 2024-06-04T10:24:51.006Z | Downloaded tokio-stream v0.1.15 |
1298 | 2024-06-04T10:24:51.033Z | Downloaded tokio-rustls v0.24.1 |
1299 | 2024-06-04T10:24:51.033Z | Downloaded tls_codec_derive v0.4.1 |
1300 | 2024-06-04T10:24:51.033Z | Downloaded tls_codec v0.4.1 |
1301 | 2024-06-04T10:24:51.033Z | Downloaded tinytemplate v1.2.1 |
1302 | 2024-06-04T10:24:51.033Z | Downloaded tiny-keccak v2.0.2 |
1303 | 2024-06-04T10:24:51.034Z | Downloaded threadpool v1.8.1 |
1304 | 2024-06-04T10:24:51.034Z | Downloaded thread-id v4.2.1 |
1305 | 2024-06-04T10:24:51.034Z | Downloaded thiserror-no-std v2.0.2 |
1306 | 2024-06-04T10:24:51.034Z | Downloaded thiserror-impl-no-std v2.0.2 |
1307 | 2024-06-04T10:24:51.034Z | Downloaded textwrap v0.16.1 |
1308 | 2024-06-04T10:24:51.034Z | Downloaded subprocess v0.2.9 |
1309 | 2024-06-04T10:24:51.058Z | Downloaded serde_yaml v0.9.34+deprecated |
1310 | 2024-06-04T10:24:51.058Z | Downloaded flume v0.11.0 |
1311 | 2024-06-04T10:24:51.058Z | Downloaded vte_generate_state_changes v0.1.1 |
1312 | 2024-06-04T10:24:51.059Z | Downloaded usdt-macro v0.5.0 |
1313 | 2024-06-04T10:24:51.059Z | Downloaded unicode-linebreak v0.1.5 |
1314 | 2024-06-04T10:24:51.059Z | Downloaded tower-layer v0.3.2 |
1315 | 2024-06-04T10:24:51.059Z | Downloaded toolchain_find v0.4.0 |
1316 | 2024-06-04T10:24:51.059Z | Downloaded tempfile v3.10.1 |
1317 | 2024-06-04T10:24:51.059Z | Downloaded target-spec v3.1.0 |
1318 | 2024-06-04T10:24:51.059Z | Downloaded target-lexicon v0.12.14 |
1319 | 2024-06-04T10:24:51.059Z | Downloaded tabled_derive v0.7.0 |
1320 | 2024-06-04T10:24:51.059Z | Downloaded structmeta v0.3.0 |
1321 | 2024-06-04T10:24:51.059Z | Downloaded structmeta v0.2.0 |
1322 | 2024-06-04T10:24:51.059Z | Downloaded strip-ansi-escapes v0.2.0 |
1323 | 2024-06-04T10:24:51.059Z | Downloaded string_cache v0.8.7 |
1324 | 2024-06-04T10:24:51.059Z | Downloaded static_assertions v1.1.0 |
1325 | 2024-06-04T10:24:51.084Z | Downloaded similar-asserts v1.5.0 |
1326 | 2024-06-04T10:24:51.084Z | Downloaded similar v2.5.0 |
1327 | 2024-06-04T10:24:51.084Z | Downloaded signature v2.2.0 |
1328 | 2024-06-04T10:24:51.084Z | Downloaded signal-hook-tokio v0.3.1 |
1329 | 2024-06-04T10:24:51.084Z | Downloaded signal-hook-mio v0.2.3 |
1330 | 2024-06-04T10:24:51.084Z | Downloaded signal-hook v0.3.17 |
1331 | 2024-06-04T10:24:51.084Z | Downloaded serde_with_macros v3.8.1 |
1332 | 2024-06-04T10:24:51.084Z | Downloaded serde_tokenstream v0.2.0 |
1333 | 2024-06-04T10:24:51.084Z | Downloaded serde_path_to_error v0.1.16 |
1334 | 2024-06-04T10:24:51.084Z | Downloaded serde_derive_internals v0.29.1 |
1335 | 2024-06-04T10:24:51.084Z | Downloaded serde-hex v0.1.0 |
1336 | 2024-06-04T10:24:51.108Z | Downloaded sct v0.7.1 |
1337 | 2024-06-04T10:24:51.109Z | Downloaded samael v0.0.15 |
1338 | 2024-06-04T10:24:51.109Z | Downloaded salty v0.2.0 |
1339 | 2024-06-04T10:24:51.109Z | Downloaded tabwriter v1.4.0 |
1340 | 2024-06-04T10:24:51.109Z | Downloaded strum_macros v0.24.3 |
1341 | 2024-06-04T10:24:51.109Z | Downloaded stringprep v0.1.4 |
1342 | 2024-06-04T10:24:51.109Z | Downloaded sha1 v0.10.6 |
1343 | 2024-06-04T10:24:51.109Z | Downloaded serde_plain v1.0.2 |
1344 | 2024-06-04T10:24:51.109Z | Downloaded secrecy v0.8.0 |
1345 | 2024-06-04T10:24:51.133Z | Downloaded sec1 v0.7.3 |
1346 | 2024-06-04T10:24:51.134Z | Downloaded scroll v0.12.0 |
1347 | 2024-06-04T10:24:51.134Z | Downloaded schemars_derive v0.8.20 |
1348 | 2024-06-04T10:24:51.134Z | Downloaded rustls-pki-types v1.7.0 |
1349 | 2024-06-04T10:24:51.134Z | Downloaded half v2.4.1 |
1350 | 2024-06-04T10:24:51.134Z | Downloaded num-bigint v0.4.5 |
1351 | 2024-06-04T10:24:51.134Z | Downloaded tap v1.0.1 |
1352 | 2024-06-04T10:24:51.134Z | Downloaded synstructure v0.12.6 |
1353 | 2024-06-04T10:24:51.134Z | Downloaded supports-color v3.0.0 |
1354 | 2024-06-04T10:24:51.134Z | Downloaded subtle v2.5.0 |
1355 | 2024-06-04T10:24:51.134Z | Downloaded strum_macros v0.25.3 |
1356 | 2024-06-04T10:24:51.134Z | Downloaded structmeta-derive v0.2.0 |
1357 | 2024-06-04T10:24:51.158Z | Downloaded siphasher v0.3.11 |
1358 | 2024-06-04T10:24:51.159Z | Downloaded sigpipe v0.1.3 |
1359 | 2024-06-04T10:24:51.159Z | Downloaded signature v1.6.4 |
1360 | 2024-06-04T10:24:51.159Z | Downloaded serde_tokenstream v0.1.7 |
1361 | 2024-06-04T10:24:51.159Z | Downloaded serde_repr v0.1.19 |
1362 | 2024-06-04T10:24:51.159Z | Downloaded serde_arrays v0.1.0 |
1363 | 2024-06-04T10:24:51.159Z | Downloaded serde-big-array v0.5.1 |
1364 | 2024-06-04T10:24:51.159Z | Downloaded serde-big-array v0.4.1 |
1365 | 2024-06-04T10:24:51.159Z | Downloaded semver v0.1.20 |
1366 | 2024-06-04T10:24:51.159Z | Downloaded scroll_derive v0.12.0 |
1367 | 2024-06-04T10:24:51.159Z | Downloaded scheduled-thread-pool v0.2.7 |
1368 | 2024-06-04T10:24:51.159Z | Downloaded rustls-pemfile v2.1.2 |
1369 | 2024-06-04T10:24:51.159Z | Downloaded rustls-native-certs v0.7.0 |
1370 | 2024-06-04T10:24:51.159Z | Downloaded rustfmt-wrapper v0.2.1 |
1371 | 2024-06-04T10:24:51.159Z | Downloaded rustc_version v0.4.0 |
1372 | 2024-06-04T10:24:51.159Z | Downloaded rustc_version v0.1.7 |
1373 | 2024-06-04T10:24:51.183Z | Downloaded rustc-hash v1.1.0 |
1374 | 2024-06-04T10:24:51.184Z | Downloaded rustc-demangle v0.1.24 |
1375 | 2024-06-04T10:24:51.184Z | Downloaded rstest_macros v0.19.0 |
1376 | 2024-06-04T10:24:51.184Z | Downloaded rsa v0.9.6 |
1377 | 2024-06-04T10:24:51.184Z | Downloaded globset v0.4.14 |
1378 | 2024-06-04T10:24:51.184Z | Downloaded same-file v1.0.6 |
1379 | 2024-06-04T10:24:51.184Z | Downloaded rusty-fork v0.3.0 |
1380 | 2024-06-04T10:24:51.184Z | Downloaded rtoolbox v0.0.2 |
1381 | 2024-06-04T10:24:51.184Z | Downloaded papergrid v0.11.0 |
1382 | 2024-06-04T10:24:51.184Z | Downloaded rstest v0.19.0 |
1383 | 2024-06-04T10:24:51.208Z | Downloaded hash32 v0.2.1 |
1384 | 2024-06-04T10:24:51.208Z | Downloaded group v0.13.0 |
1385 | 2024-06-04T10:24:51.208Z | Downloaded glob v0.3.1 |
1386 | 2024-06-04T10:24:51.208Z | Downloaded getrandom v0.2.14 |
1387 | 2024-06-04T10:24:51.208Z | Downloaded getopts v0.2.21 |
1388 | 2024-06-04T10:24:51.208Z | Downloaded gethostname v0.4.3 |
1389 | 2024-06-04T10:24:51.208Z | Downloaded futures-timer v3.0.3 |
1390 | 2024-06-04T10:24:51.209Z | Downloaded funty v2.0.0 |
1391 | 2024-06-04T10:24:51.209Z | Downloaded fragile v2.0.0 |
1392 | 2024-06-04T10:24:51.209Z | Downloaded foreign-types-macros v0.2.3 |
1393 | 2024-06-04T10:24:51.209Z | Downloaded float-cmp v0.9.0 |
1394 | 2024-06-04T10:24:51.209Z | Downloaded flagset v0.4.5 |
1395 | 2024-06-04T10:24:51.209Z | Downloaded smoltcp v0.11.0 |
1396 | 2024-06-04T10:24:51.233Z | Downloaded smoltcp v0.9.1 |
1397 | 2024-06-04T10:24:51.257Z | Downloaded pin-project v1.1.5 |
1398 | 2024-06-04T10:24:51.257Z | Downloaded bstr v1.9.1 |
1399 | 2024-06-04T10:24:51.281Z | Downloaded fxhash v0.2.1 |
1400 | 2024-06-04T10:24:51.281Z | Downloaded foreign-types-shared v0.3.1 |
1401 | 2024-06-04T10:24:51.281Z | Downloaded ff v0.13.0 |
1402 | 2024-06-04T10:24:51.281Z | Downloaded fd-lock v4.0.2 |
1403 | 2024-06-04T10:24:51.281Z | Downloaded pkcs1 v0.7.5 |
1404 | 2024-06-04T10:24:51.281Z | Downloaded pin-project-internal v1.1.5 |
1405 | 2024-06-04T10:24:51.281Z | Downloaded pest_meta v2.7.10 |
1406 | 2024-06-04T10:24:51.281Z | Downloaded oso v0.27.3 |
1407 | 2024-06-04T10:24:51.281Z | Downloaded omicron-zone-package v0.11.0 |
1408 | 2024-06-04T10:24:51.305Z | Downloaded curve25519-dalek v4.1.2 |
1409 | 2024-06-04T10:24:51.306Z | Downloaded bstr v0.2.17 |
1410 | 2024-06-04T10:24:51.306Z | Downloaded fancy-regex v0.13.0 |
1411 | 2024-06-04T10:24:51.329Z | Downloaded fallible-iterator v0.2.0 |
1412 | 2024-06-04T10:24:51.330Z | Downloaded expectorate v1.1.0 |
1413 | 2024-06-04T10:24:51.330Z | Downloaded dtrace-parser v0.1.14 |
1414 | 2024-06-04T10:24:51.330Z | Downloaded downcast v0.11.0 |
1415 | 2024-06-04T10:24:51.330Z | Downloaded dof v0.3.0 |
1416 | 2024-06-04T10:24:51.330Z | Downloaded usdt-impl v0.5.0 |
1417 | 2024-06-04T10:24:51.330Z | Downloaded sqlparser v0.45.0 |
1418 | 2024-06-04T10:24:51.330Z | Downloaded snafu v0.8.2 |
1419 | 2024-06-04T10:24:51.354Z | Downloaded pkcs8 v0.10.2 |
1420 | 2024-06-04T10:24:51.354Z | Downloaded pem-rfc7468 v0.7.0 |
1421 | 2024-06-04T10:24:51.354Z | Downloaded pem v3.0.4 |
1422 | 2024-06-04T10:24:51.354Z | Downloaded peg-runtime v0.8.3 |
1423 | 2024-06-04T10:24:51.354Z | Downloaded peg-macros v0.8.3 |
1424 | 2024-06-04T10:24:51.354Z | Downloaded partial-io v0.5.4 |
1425 | 2024-06-04T10:24:51.354Z | Downloaded parse-display-derive v0.9.0 |
1426 | 2024-06-04T10:24:51.354Z | Downloaded opaque-debug v0.3.1 |
1427 | 2024-06-04T10:24:51.354Z | Downloaded oorandom v11.1.3 |
1428 | 2024-06-04T10:24:51.355Z | Downloaded number_prefix v0.4.0 |
1429 | 2024-06-04T10:24:51.355Z | Downloaded num-rational v0.4.2 |
1430 | 2024-06-04T10:24:51.355Z | Downloaded num-derive v0.4.2 |
1431 | 2024-06-04T10:24:51.355Z | Downloaded fatfs v0.3.6 |
1432 | 2024-06-04T10:24:51.355Z | Downloaded fastrand v2.1.0 |
1433 | 2024-06-04T10:24:51.379Z | Downloaded usdt-macro v0.3.5 |
1434 | 2024-06-04T10:24:51.379Z | Downloaded usdt-attr-macro v0.5.0 |
1435 | 2024-06-04T10:24:51.379Z | Downloaded usdt-attr-macro v0.3.5 |
1436 | 2024-06-04T10:24:51.379Z | Downloaded usdt v0.5.0 |
1437 | 2024-06-04T10:24:51.379Z | Downloaded usdt v0.3.5 |
1438 | 2024-06-04T10:24:51.379Z | Downloaded untrusted v0.9.0 |
1439 | 2024-06-04T10:24:51.379Z | Downloaded untrusted v0.7.1 |
1440 | 2024-06-04T10:24:51.379Z | Downloaded unsafe-libyaml v0.2.11 |
1441 | 2024-06-04T10:24:51.379Z | Downloaded universal-hash v0.5.1 |
1442 | 2024-06-04T10:24:51.379Z | Downloaded unicode_categories v0.1.1 |
1443 | 2024-06-04T10:24:51.379Z | Downloaded unicode-segmentation v1.11.0 |
1444 | 2024-06-04T10:24:51.379Z | Downloaded socket2 v0.4.10 |
1445 | 2024-06-04T10:24:51.379Z | Downloaded snafu-derive v0.8.2 |
1446 | 2024-06-04T10:24:51.380Z | Downloaded phf_shared v0.11.2 |
1447 | 2024-06-04T10:24:51.380Z | Downloaded pest_generator v2.7.10 |
1448 | 2024-06-04T10:24:51.380Z | Downloaded pathdiff v0.2.1 |
1449 | 2024-06-04T10:24:51.404Z | Downloaded path-slash v0.1.5 |
1450 | 2024-06-04T10:24:51.404Z | Downloaded paste v1.0.15 |
1451 | 2024-06-04T10:24:51.404Z | Downloaded parse-size v1.0.0 |
1452 | 2024-06-04T10:24:51.404Z | Downloaded parse-display v0.9.0 |
1453 | 2024-06-04T10:24:51.404Z | Downloaded parking_lot_core v0.8.6 |
1454 | 2024-06-04T10:24:51.404Z | Downloaded parking_lot v0.11.2 |
1455 | 2024-06-04T10:24:51.404Z | Downloaded packed_struct_codegen v0.10.1 |
1456 | 2024-06-04T10:24:51.404Z | Downloaded packed_struct v0.10.1 |
1457 | 2024-06-04T10:24:51.405Z | Downloaded owo-colors v4.0.0 |
1458 | 2024-06-04T10:24:51.405Z | Downloaded oso-derive v0.27.3 |
1459 | 2024-06-04T10:24:51.405Z | Downloaded olpc-cjson v0.1.3 |
1460 | 2024-06-04T10:24:51.405Z | Downloaded num-complex v0.4.6 |
1461 | 2024-06-04T10:24:51.405Z | Downloaded nibble_vec v0.1.0 |
1462 | 2024-06-04T10:24:51.405Z | Downloaded newtype_derive v0.1.6 |
1463 | 2024-06-04T10:24:51.405Z | Downloaded newtype-uuid v1.1.0 |
1464 | 2024-06-04T10:24:51.405Z | Downloaded newline-converter v0.3.0 |
1465 | 2024-06-04T10:24:51.429Z | Downloaded new_debug_unreachable v1.0.6 |
1466 | 2024-06-04T10:24:51.429Z | Downloaded nested v0.1.1 |
1467 | 2024-06-04T10:24:51.429Z | Downloaded nanorand v0.7.0 |
1468 | 2024-06-04T10:24:51.429Z | Downloaded multimap v0.10.0 |
1469 | 2024-06-04T10:24:51.429Z | Downloaded csv-core v0.1.11 |
1470 | 2024-06-04T10:24:51.429Z | Downloaded cstr-argument v0.1.2 |
1471 | 2024-06-04T10:24:51.430Z | Downloaded crypto-bigint v0.5.5 |
1472 | 2024-06-04T10:24:51.430Z | Downloaded crunchy v0.2.2 |
1473 | 2024-06-04T10:24:51.430Z | Downloaded crucible-workspace-hack v0.1.0 |
1474 | 2024-06-04T10:24:51.430Z | Downloaded crossterm v0.27.0 |
1475 | 2024-06-04T10:24:51.454Z | Downloaded criterion v0.5.1 |
1476 | 2024-06-04T10:24:51.454Z | Downloaded chrono v0.4.38 |
1477 | 2024-06-04T10:24:51.454Z | Downloaded chacha20poly1305 v0.10.1 |
1478 | 2024-06-04T10:24:51.454Z | Downloaded blake3 v1.5.1 |
1479 | 2024-06-04T10:24:51.478Z | Downloaded usdt-impl v0.3.5 |
1480 | 2024-06-04T10:24:51.479Z | Downloaded unicode-xid v0.2.4 |
1481 | 2024-06-04T10:24:51.479Z | Downloaded unicode-width v0.1.12 |
1482 | 2024-06-04T10:24:51.479Z | Downloaded stable_deref_trait v1.2.0 |
1483 | 2024-06-04T10:24:51.479Z | Downloaded stability v0.2.0 |
1484 | 2024-06-04T10:24:51.479Z | Downloaded sqlparser_derive v0.2.2 |
1485 | 2024-06-04T10:24:51.479Z | Downloaded sqlformat v0.2.3 |
1486 | 2024-06-04T10:24:51.479Z | Downloaded spki v0.7.3 |
1487 | 2024-06-04T10:24:51.479Z | Downloaded spin v0.9.8 |
1488 | 2024-06-04T10:24:51.479Z | Downloaded spin v0.5.2 |
1489 | 2024-06-04T10:24:51.479Z | Downloaded smf v0.2.3 |
1490 | 2024-06-04T10:24:51.479Z | Downloaded smawk v0.3.2 |
1491 | 2024-06-04T10:24:51.479Z | Downloaded smallvec v0.6.14 |
1492 | 2024-06-04T10:24:51.479Z | Downloaded slog-stdlog v4.1.1 |
1493 | 2024-06-04T10:24:51.506Z | Downloaded slog-scope v4.4.0 |
1494 | 2024-06-04T10:24:51.506Z | Downloaded slog-envlogger v2.2.0 |
1495 | 2024-06-04T10:24:51.506Z | Downloaded slog-dtrace v0.3.0 |
1496 | 2024-06-04T10:24:51.507Z | Downloaded shlex v1.3.0 |
1497 | 2024-06-04T10:24:51.507Z | Downloaded shell-words v1.1.0 |
1498 | 2024-06-04T10:24:51.507Z | Downloaded phf_shared v0.10.0 |
1499 | 2024-06-04T10:24:51.507Z | Downloaded phf v0.11.2 |
1500 | 2024-06-04T10:24:51.507Z | Downloaded pest_derive v2.7.10 |
1501 | 2024-06-04T10:24:51.507Z | Downloaded peg v0.8.3 |
1502 | 2024-06-04T10:24:51.507Z | Downloaded num_enum_derive v0.5.11 |
1503 | 2024-06-04T10:24:51.507Z | Downloaded num_enum v0.5.11 |
1504 | 2024-06-04T10:24:51.507Z | Downloaded num-traits v0.2.19 |
1505 | 2024-06-04T10:24:51.531Z | Downloaded num-iter v0.1.45 |
1506 | 2024-06-04T10:24:51.531Z | Downloaded num-integer v0.1.46 |
1507 | 2024-06-04T10:24:51.531Z | Downloaded num v0.4.3 |
1508 | 2024-06-04T10:24:51.531Z | Downloaded nu-ansi-term v0.50.0 |
1509 | 2024-06-04T10:24:51.531Z | Downloaded normalize-line-endings v0.3.0 |
1510 | 2024-06-04T10:24:51.531Z | Downloaded nom v7.1.3 |
1511 | 2024-06-04T10:24:51.532Z | Downloaded nodrop v0.1.14 |
1512 | 2024-06-04T10:24:51.532Z | Downloaded mockall_derive v0.12.1 |
1513 | 2024-06-04T10:24:51.532Z | Downloaded mockall v0.12.1 |
1514 | 2024-06-04T10:24:51.532Z | Downloaded minimal-lexical v0.2.1 |
1515 | 2024-06-04T10:24:51.532Z | Downloaded mime_guess v2.0.4 |
1516 | 2024-06-04T10:24:51.532Z | Downloaded matches v0.1.10 |
1517 | 2024-06-04T10:24:51.532Z | Downloaded datatest-stable v0.2.9 |
1518 | 2024-06-04T10:24:51.556Z | Downloaded data-encoding v2.6.0 |
1519 | 2024-06-04T10:24:51.556Z | Downloaded darling_macro v0.20.9 |
1520 | 2024-06-04T10:24:51.556Z | Downloaded darling_core v0.20.9 |
1521 | 2024-06-04T10:24:51.556Z | Downloaded darling v0.20.9 |
1522 | 2024-06-04T10:24:51.556Z | Downloaded curve25519-dalek-derive v0.1.1 |
1523 | 2024-06-04T10:24:51.556Z | Downloaded crossbeam-epoch v0.9.18 |
1524 | 2024-06-04T10:24:51.556Z | Downloaded crossbeam-deque v0.8.5 |
1525 | 2024-06-04T10:24:51.556Z | Downloaded criterion-plot v0.5.0 |
1526 | 2024-06-04T10:24:51.556Z | Downloaded crc-catalog v2.4.0 |
1527 | 2024-06-04T10:24:51.556Z | Downloaded crc-any v2.5.0 |
1528 | 2024-06-04T10:24:51.581Z | Downloaded crc v3.2.1 |
1529 | 2024-06-04T10:24:51.581Z | Downloaded corncobs v0.1.3 |
1530 | 2024-06-04T10:24:51.581Z | Downloaded cookie_store v0.20.0 |
1531 | 2024-06-04T10:24:51.581Z | Downloaded cookie v0.18.1 |
1532 | 2024-06-04T10:24:51.581Z | Downloaded cookie v0.17.0 |
1533 | 2024-06-04T10:24:51.582Z | Downloaded convert_case v0.4.0 |
1534 | 2024-06-04T10:24:51.582Z | Downloaded constant_time_eq v0.3.0 |
1535 | 2024-06-04T10:24:51.582Z | Downloaded const_format_proc_macros v0.2.32 |
1536 | 2024-06-04T10:24:51.582Z | Downloaded const_format v0.2.32 |
1537 | 2024-06-04T10:24:51.582Z | Downloaded const-oid v0.9.6 |
1538 | 2024-06-04T10:24:51.582Z | Downloaded console v0.15.8 |
1539 | 2024-06-04T10:24:51.606Z | Downloaded compact_str v0.7.1 |
1540 | 2024-06-04T10:24:51.606Z | Downloaded colored v2.1.0 |
1541 | 2024-06-04T10:24:51.606Z | Downloaded cobs v0.2.3 |
1542 | 2024-06-04T10:24:51.606Z | Downloaded clang-sys v1.7.0 |
1543 | 2024-06-04T10:24:51.606Z | Downloaded cipher v0.4.4 |
1544 | 2024-06-04T10:24:51.606Z | Downloaded ciborium-ll v0.2.2 |
1545 | 2024-06-04T10:24:51.607Z | Downloaded ciborium-io v0.2.2 |
1546 | 2024-06-04T10:24:51.607Z | Downloaded ciborium v0.2.2 |
1547 | 2024-06-04T10:24:51.607Z | Downloaded chacha20 v0.9.1 |
1548 | 2024-06-04T10:24:51.607Z | Downloaded cfg_aliases v0.1.1 |
1549 | 2024-06-04T10:24:51.607Z | Downloaded cfg-expr v0.15.8 |
1550 | 2024-06-04T10:24:51.607Z | Downloaded cexpr v0.6.0 |
1551 | 2024-06-04T10:24:51.631Z | Downloaded castaway v0.2.2 |
1552 | 2024-06-04T10:24:51.631Z | Downloaded cast v0.3.0 |
1553 | 2024-06-04T10:24:51.631Z | Downloaded cancel-safe-futures v0.1.5 |
1554 | 2024-06-04T10:24:51.631Z | Downloaded bzip2 v0.4.4 |
1555 | 2024-06-04T10:24:51.631Z | Downloaded byteorder v1.5.0 |
1556 | 2024-06-04T10:24:51.631Z | Downloaded blake2 v0.10.6 |
1557 | 2024-06-04T10:24:51.631Z | Downloaded bitvec v1.0.1 |
1558 | 2024-06-04T10:24:51.656Z | Downloaded base64 v0.13.1 |
1559 | 2024-06-04T10:24:51.656Z | Downloaded multer v3.1.0 |
1560 | 2024-06-04T10:24:51.656Z | Downloaded memoffset v0.7.1 |
1561 | 2024-06-04T10:24:51.656Z | Downloaded memmap2 v0.9.4 |
1562 | 2024-06-04T10:24:51.656Z | Downloaded memmap v0.7.0 |
1563 | 2024-06-04T10:24:51.656Z | Downloaded md-5 v0.10.6 |
1564 | 2024-06-04T10:24:51.656Z | Downloaded maybe-uninit v2.0.0 |
1565 | 2024-06-04T10:24:51.656Z | Downloaded maplit v1.0.2 |
1566 | 2024-06-04T10:24:51.656Z | Downloaded managed v0.8.0 |
1567 | 2024-06-04T10:24:51.656Z | Downloaded lru-cache v0.1.2 |
1568 | 2024-06-04T10:24:51.657Z | Downloaded lru v0.12.3 |
1569 | 2024-06-04T10:24:51.681Z | Downloaded linked-hash-map v0.5.6 |
1570 | 2024-06-04T10:24:51.681Z | Downloaded linear-map v1.2.0 |
1571 | 2024-06-04T10:24:51.681Z | Downloaded libxml v0.3.3 |
1572 | 2024-06-04T10:24:51.681Z | Downloaded libtest-mimic v0.7.3 |
1573 | 2024-06-04T10:24:51.681Z | Downloaded libsw v3.3.1 |
1574 | 2024-06-04T10:24:51.681Z | Downloaded libm v0.2.8 |
1575 | 2024-06-04T10:24:51.681Z | Downloaded libloading v0.8.3 |
1576 | 2024-06-04T10:24:51.708Z | Downloaded libefi-sys v0.1.0 |
1577 | 2024-06-04T10:24:51.708Z | Downloaded lazycell v1.3.0 |
1578 | 2024-06-04T10:24:51.708Z | Downloaded lazy_static v1.4.0 |
1579 | 2024-06-04T10:24:51.708Z | Downloaded lalrpop-util v0.19.12 |
1580 | 2024-06-04T10:24:51.708Z | Downloaded lalrpop v0.19.12 |
1581 | 2024-06-04T10:24:51.708Z | Downloaded kstat-rs v0.2.3 |
1582 | 2024-06-04T10:24:51.708Z | Downloaded keccak v0.1.5 |
1583 | 2024-06-04T10:24:51.708Z | Downloaded itertools v0.12.1 |
1584 | 2024-06-04T10:24:51.732Z | Downloaded cassowary v0.3.0 |
1585 | 2024-06-04T10:24:51.732Z | Downloaded camino-tempfile v1.1.1 |
1586 | 2024-06-04T10:24:51.732Z | Downloaded bytecount v0.6.8 |
1587 | 2024-06-04T10:24:51.732Z | Downloaded buf-list v1.0.3 |
1588 | 2024-06-04T10:24:51.732Z | Downloaded bindgen v0.69.4 |
1589 | 2024-06-04T10:24:51.732Z | Downloaded is_ci v1.2.0 |
1590 | 2024-06-04T10:24:51.732Z | Downloaded ipnetwork v0.20.0 |
1591 | 2024-06-04T10:24:51.733Z | Downloaded block-padding v0.3.3 |
1592 | 2024-06-04T10:24:51.733Z | Downloaded debug-ignore v1.0.5 |
1593 | 2024-06-04T10:24:51.757Z | Downloaded bitstruct_derive v0.1.0 |
1594 | 2024-06-04T10:24:51.757Z | Downloaded bitstruct v0.1.1 |
1595 | 2024-06-04T10:24:51.757Z | Downloaded bitfield v0.14.0 |
1596 | 2024-06-04T10:24:51.757Z | Downloaded bit-vec v0.6.3 |
1597 | 2024-06-04T10:24:51.757Z | Downloaded bit-set v0.5.3 |
1598 | 2024-06-04T10:24:51.757Z | Downloaded bcs v0.1.6 |
1599 | 2024-06-04T10:24:51.757Z | Downloaded bb8 v0.8.3 |
1600 | 2024-06-04T10:24:51.757Z | Downloaded base64ct v1.6.0 |
1601 | 2024-06-04T10:24:51.757Z | Downloaded base64 v0.22.1 |
1602 | 2024-06-04T10:24:51.757Z | Downloaded base16ct v0.2.0 |
1603 | 2024-06-04T10:24:51.757Z | Downloaded atomicwrites v0.4.3 |
1604 | 2024-06-04T10:24:51.757Z | Downloaded atomic-waker v1.1.2 |
1605 | 2024-06-04T10:24:51.757Z | Downloaded async-trait v0.1.80 |
1606 | 2024-06-04T10:24:51.757Z | Downloaded bitflags v1.3.2 |
1607 | 2024-06-04T10:24:51.783Z | Downloaded backtrace v0.3.71 |
1608 | 2024-06-04T10:24:51.783Z | Downloaded backoff v0.4.0 |
1609 | 2024-06-04T10:24:51.783Z | Downloaded atty v0.2.14 |
1610 | 2024-06-04T10:24:51.783Z | Downloaded async-stream-impl v0.3.5 |
1611 | 2024-06-04T10:24:51.784Z | Downloaded async-stream v0.3.5 |
1612 | 2024-06-04T10:24:51.784Z | Downloaded async-recursion v1.1.1 |
1613 | 2024-06-04T10:24:51.784Z | Downloaded assert_matches v1.5.0 |
1614 | 2024-06-04T10:24:51.784Z | Downloaded assert_cmd v2.0.14 |
1615 | 2024-06-04T10:24:51.784Z | Downloaded ascii-canvas v3.0.0 |
1616 | 2024-06-04T10:24:51.784Z | Downloaded ascii v1.1.0 |
1617 | 2024-06-04T10:24:51.784Z | Downloaded arrayvec v0.7.4 |
1618 | 2024-06-04T10:24:51.808Z | Downloaded arrayref v0.3.7 |
1619 | 2024-06-04T10:24:51.808Z | Downloaded array-init v0.0.4 |
1620 | 2024-06-04T10:24:51.808Z | Downloaded argon2 v0.5.3 |
1621 | 2024-06-04T10:24:51.808Z | Downloaded arc-swap v1.7.1 |
1622 | 2024-06-04T10:24:51.808Z | Downloaded approx v0.5.1 |
1623 | 2024-06-04T10:24:51.808Z | Downloaded anes v0.1.6 |
1624 | 2024-06-04T10:24:51.808Z | Downloaded aho-corasick v1.1.3 |
1625 | 2024-06-04T10:24:51.808Z | Downloaded aead v0.5.2 |
1626 | 2024-06-04T10:24:51.808Z | Downloaded ahash v0.8.11 |
1627 | 2024-06-04T10:24:51.808Z | Downloaded addr2line v0.21.0 |
1628 | 2024-06-04T10:24:52.410Z | Compiling serde v1.0.203 |
1629 | 2024-06-04T10:24:52.410Z | Checking cfg-if v1.0.0 |
1630 | 2024-06-04T10:24:52.438Z | Compiling libm v0.2.8 |
1631 | 2024-06-04T10:24:52.462Z | Checking libc v0.2.155 |
1632 | 2024-06-04T10:24:52.495Z | Compiling syn v2.0.64 |
1633 | 2024-06-04T10:24:52.495Z | Compiling ahash v0.8.11 |
1634 | 2024-06-04T10:24:52.519Z | Compiling num-traits v0.2.19 |
1635 | 2024-06-04T10:24:52.519Z | Compiling serde_json v1.0.117 |
1636 | 2024-06-04T10:24:52.567Z | Compiling getrandom v0.2.14 |
1637 | 2024-06-04T10:24:52.768Z | Compiling byteorder v1.5.0 |
1638 | 2024-06-04T10:24:52.853Z | Compiling syn v1.0.109 |
1639 | 2024-06-04T10:24:52.877Z | Compiling log v0.4.21 |
1640 | 2024-06-04T10:24:52.944Z | Checking memchr v2.7.2 |
1641 | 2024-06-04T10:24:53.005Z | Compiling generic-array v0.14.7 |
1642 | 2024-06-04T10:24:53.143Z | Checking itoa v1.0.11 |
1643 | 2024-06-04T10:24:53.288Z | Compiling allocator-api2 v0.2.18 |
1644 | 2024-06-04T10:24:53.322Z | Checking scopeguard v1.2.0 |
1645 | 2024-06-04T10:24:53.346Z | Checking smallvec v1.13.2 |
1646 | 2024-06-04T10:24:53.467Z | Checking lock_api v0.4.12 |
1647 | 2024-06-04T10:24:53.608Z | Compiling schemars v0.8.20 |
1648 | 2024-06-04T10:24:53.649Z | Compiling ring v0.17.8 |
1649 | 2024-06-04T10:24:53.688Z | Compiling time-macros v0.2.18 |
1650 | 2024-06-04T10:24:53.832Z | Checking once_cell v1.19.0 |
1651 | 2024-06-04T10:24:53.915Z | Checking parking_lot_core v0.9.10 |
1652 | 2024-06-04T10:24:54.096Z | Compiling aho-corasick v1.1.3 |
1653 | 2024-06-04T10:24:54.193Z | Checking parking_lot v0.12.2 |
1654 | 2024-06-04T10:24:54.217Z | Checking pin-project-lite v0.2.14 |
1655 | 2024-06-04T10:24:54.320Z | Compiling regex-syntax v0.8.3 |
1656 | 2024-06-04T10:24:56.619Z | Checking signal-hook-registry v1.4.2 |
1657 | 2024-06-04T10:24:56.847Z | Checking mio v0.8.11 |
1658 | 2024-06-04T10:24:56.940Z | Checking ryu v1.0.18 |
1659 | 2024-06-04T10:24:57.166Z | Compiling slog v2.7.0 |
1660 | 2024-06-04T10:24:57.310Z | Compiling regex-automata v0.4.6 |
1661 | 2024-06-04T10:24:57.359Z | Compiling ucd-trie v0.1.6 |
1662 | 2024-06-04T10:24:57.778Z | Checking num_cpus v1.16.0 |
1663 | 2024-06-04T10:24:57.893Z | Compiling crossbeam-utils v0.8.19 |
1664 | 2024-06-04T10:24:57.929Z | Checking rand_core v0.6.4 |
1665 | 2024-06-04T10:24:58.201Z | Compiling iana-time-zone v0.1.60 |
1666 | 2024-06-04T10:24:58.431Z | Compiling rustls v0.21.12 |
1667 | 2024-06-04T10:24:58.481Z | Checking futures-core v0.3.30 |
1668 | 2024-06-04T10:24:58.637Z | Checking socket2 v0.5.7 |
1669 | 2024-06-04T10:24:58.667Z | Compiling cookie v0.17.0 |
1670 | 2024-06-04T10:24:58.715Z | Compiling backtrace v0.3.71 |
1671 | 2024-06-04T10:24:58.936Z | Compiling serde_derive_internals v0.29.1 |
1672 | 2024-06-04T10:24:59.088Z | Compiling dyn-clone v1.0.17 |
1673 | 2024-06-04T10:24:59.130Z | Compiling anyhow v1.0.86 |
1674 | 2024-06-04T10:24:59.866Z | Compiling unicode-xid v0.2.4 |
1675 | 2024-06-04T10:24:59.890Z | Compiling thread-id v4.2.1 |
1676 | 2024-06-04T10:25:00.014Z | Compiling unicode-normalization v0.1.23 |
1677 | 2024-06-04T10:25:00.039Z | Compiling either v1.12.0 |
1678 | 2024-06-04T10:25:00.088Z | Compiling unicode-bidi v0.3.15 |
1679 | 2024-06-04T10:25:00.402Z | Checking futures-sink v0.3.30 |
1680 | 2024-06-04T10:25:00.403Z | Compiling unicode-width v0.1.12 |
1681 | 2024-06-04T10:25:00.547Z | Compiling spin v0.9.8 |
1682 | 2024-06-04T10:25:00.596Z | Compiling usdt-impl v0.5.0 |
1683 | 2024-06-04T10:25:00.839Z | Compiling plain v0.2.3 |
1684 | 2024-06-04T10:25:00.880Z | Compiling winnow v0.5.40 |
1685 | 2024-06-04T10:25:00.983Z | Compiling pretty-hex v0.4.1 |
1686 | 2024-06-04T10:25:01.051Z | Checking pin-utils v0.1.0 |
1687 | 2024-06-04T10:25:01.122Z | Checking futures-channel v0.3.30 |
1688 | 2024-06-04T10:25:01.171Z | Checking slab v0.4.9 |
1689 | 2024-06-04T10:25:01.365Z | Checking futures-task v0.3.30 |
1690 | 2024-06-04T10:25:01.395Z | Checking futures-io v0.3.30 |
1691 | 2024-06-04T10:25:01.419Z | Compiling subtle v2.5.0 |
1692 | 2024-06-04T10:25:01.443Z | Compiling const-oid v0.9.6 |
1693 | 2024-06-04T10:25:01.552Z | Compiling untrusted v0.9.0 |
1694 | 2024-06-04T10:25:01.576Z | Compiling spin v0.5.2 |
1695 | 2024-06-04T10:25:01.700Z | Compiling regex v1.10.4 |
1696 | 2024-06-04T10:25:01.777Z | Compiling signal-hook v0.3.17 |
1697 | 2024-06-04T10:25:02.005Z | Compiling siphasher v0.3.11 |
1698 | 2024-06-04T10:25:02.523Z | Compiling time v0.3.36 |
1699 | 2024-06-04T10:25:02.593Z | Compiling idna v0.5.0 |
1700 | 2024-06-04T10:25:02.879Z | Checking typenum v1.17.0 |
1701 | 2024-06-04T10:25:03.808Z | Compiling rustls-webpki v0.101.7 |
1702 | 2024-06-04T10:25:03.833Z | Compiling sct v0.7.1 |
1703 | 2024-06-04T10:25:04.093Z | Compiling url v2.5.0 |
1704 | 2024-06-04T10:25:04.419Z | Compiling idna v0.3.0 |
1705 | 2024-06-04T10:25:04.951Z | Compiling serde_derive v1.0.203 |
1706 | 2024-06-04T10:25:05.430Z | Compiling zerocopy-derive v0.7.34 |
1707 | 2024-06-04T10:25:05.475Z | Compiling thiserror-impl v1.0.60 |
1708 | 2024-06-04T10:25:05.652Z | Compiling zeroize_derive v1.4.2 |
1709 | 2024-06-04T10:25:05.677Z | Compiling tokio-macros v2.2.0 |
1710 | 2024-06-04T10:25:06.932Z | Compiling futures-macro v0.3.30 |
1711 | 2024-06-04T10:25:06.957Z | Compiling tracing-attributes v0.1.27 |
1712 | 2024-06-04T10:25:07.073Z | Compiling schemars_derive v0.8.20 |
1713 | 2024-06-04T10:25:07.333Z | Compiling zerocopy v0.7.34 |
1714 | 2024-06-04T10:25:08.115Z | Compiling thiserror v1.0.60 |
1715 | 2024-06-04T10:25:08.166Z | Compiling openssl-macros v0.1.1 |
1716 | 2024-06-04T10:25:08.242Z | Compiling pest v2.7.10 |
1717 | 2024-06-04T10:25:08.737Z | Compiling async-trait v0.1.80 |
1718 | 2024-06-04T10:25:08.779Z | Checking zeroize v1.7.0 |
1719 | 2024-06-04T10:25:09.118Z | Compiling hashbrown v0.14.5 |
1720 | 2024-06-04T10:25:10.144Z | Compiling scroll_derive v0.12.0 |
1721 | 2024-06-04T10:25:10.168Z | Compiling der_derive v0.7.2 |
1722 | 2024-06-04T10:25:10.366Z | Compiling pest_meta v2.7.10 |
1723 | 2024-06-04T10:25:10.733Z | Compiling futures-util v0.3.30 |
1724 | 2024-06-04T10:25:11.347Z | Compiling scroll v0.12.0 |
1725 | 2024-06-04T10:25:11.402Z | Compiling pest_generator v2.7.10 |
1726 | 2024-06-04T10:25:12.215Z | Compiling goblin v0.8.2 |
1727 | 2024-06-04T10:25:12.892Z | Compiling tracing v0.1.40 |
1728 | 2024-06-04T10:25:13.032Z | Compiling clap_derive v4.5.4 |
1729 | 2024-06-04T10:25:13.323Z | Compiling crypto-common v0.1.6 |
1730 | 2024-06-04T10:25:13.518Z | Compiling zerocopy-derive v0.6.6 |
1731 | 2024-06-04T10:25:14.645Z | Compiling pest_derive v2.7.10 |
1732 | 2024-06-04T10:25:15.278Z | Compiling dtrace-parser v0.2.0 |
1733 | 2024-06-04T10:25:15.339Z | Compiling block-buffer v0.10.4 |
1734 | 2024-06-04T10:25:15.578Z | Compiling digest v0.10.7 |
1735 | 2024-06-04T10:25:15.763Z | Checking bytes v1.6.0 |
1736 | 2024-06-04T10:25:16.377Z | Checking bitflags v2.5.0 |
1737 | 2024-06-04T10:25:16.443Z | Checking tokio v1.37.0 |
1738 | 2024-06-04T10:25:16.660Z | Compiling indexmap v2.2.6 |
1739 | 2024-06-04T10:25:17.008Z | Compiling semver v1.0.23 |
1740 | 2024-06-04T10:25:17.104Z | Compiling serde_tokenstream v0.2.0 |
1741 | 2024-06-04T10:25:17.554Z | Compiling chrono v0.4.38 |
1742 | 2024-06-04T10:25:17.635Z | Compiling uuid v1.8.0 |
1743 | 2024-06-04T10:25:17.687Z | Compiling http v0.2.12 |
1744 | 2024-06-04T10:25:17.787Z | Compiling toml_datetime v0.6.6 |
1745 | 2024-06-04T10:25:17.847Z | Compiling serde_spanned v0.6.6 |
1746 | 2024-06-04T10:25:18.219Z | Compiling rustc_version v0.4.0 |
1747 | 2024-06-04T10:25:18.748Z | Compiling rustix v0.38.34 |
1748 | 2024-06-04T10:25:18.845Z | Compiling openapiv3 v2.0.0 |
1749 | 2024-06-04T10:25:19.152Z | Compiling toml_edit v0.19.15 |
1750 | 2024-06-04T10:25:20.613Z | Compiling dof v0.3.0 |
1751 | 2024-06-04T10:25:20.676Z | Compiling http-body v0.4.6 |
1752 | 2024-06-04T10:25:21.087Z | Compiling openssl v0.10.64 |
1753 | 2024-06-04T10:25:21.112Z | Compiling heapless v0.7.17 |
1754 | 2024-06-04T10:25:22.395Z | Compiling psl-types v2.0.11 |
1755 | 2024-06-04T10:25:22.475Z | Compiling ppv-lite86 v0.2.17 |
1756 | 2024-06-04T10:25:22.556Z | Compiling publicsuffix v2.2.3 |
1757 | 2024-06-04T10:25:22.776Z | Compiling crossbeam-epoch v0.9.18 |
1758 | 2024-06-04T10:25:22.801Z | Compiling usdt-attr-macro v0.5.0 |
1759 | 2024-06-04T10:25:22.864Z | Compiling usdt-macro v0.5.0 |
1760 | 2024-06-04T10:25:23.074Z | Compiling rand_chacha v0.3.1 |
1761 | 2024-06-04T10:25:23.427Z | Compiling bit-vec v0.6.3 |
1762 | 2024-06-04T10:25:23.806Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1763 | 2024-06-04T10:25:24.150Z | Compiling cookie_store v0.20.0 |
1764 | 2024-06-04T10:25:24.217Z | Compiling rand v0.8.5 |
1765 | 2024-06-04T10:25:24.446Z | Compiling tokio-util v0.7.11 |
1766 | 2024-06-04T10:25:24.847Z | Compiling tokio-rustls v0.24.1 |
1767 | 2024-06-04T10:25:25.210Z | Compiling serde_urlencoded v0.7.1 |
1768 | 2024-06-04T10:25:25.470Z | Compiling h2 v0.3.26 |
1769 | 2024-06-04T10:25:25.644Z | Compiling phf_shared v0.10.0 |
1770 | 2024-06-04T10:25:25.670Z | Compiling lazy_static v1.4.0 |
1771 | 2024-06-04T10:25:25.700Z | Compiling precomputed-hash v0.1.1 |
1772 | 2024-06-04T10:25:25.800Z | Compiling native-tls v0.2.11 |
1773 | 2024-06-04T10:25:25.824Z | Compiling new_debug_unreachable v1.0.6 |
1774 | 2024-06-04T10:25:25.920Z | Compiling smoltcp v0.9.1 |
1775 | 2024-06-04T10:25:25.954Z | Checking fnv v1.0.7 |
1776 | 2024-06-04T10:25:26.020Z | Compiling webpki-roots v0.25.4 |
1777 | 2024-06-04T10:25:26.044Z | Compiling minimal-lexical v0.2.1 |
1778 | 2024-06-04T10:25:26.074Z | Compiling gimli v0.28.1 |
1779 | 2024-06-04T10:25:26.164Z | Compiling tokio-native-tls v0.3.1 |
1780 | 2024-06-04T10:25:26.329Z | Compiling base64ct v1.6.0 |
1781 | 2024-06-04T10:25:26.386Z | Compiling fixedbitset v0.4.2 |
1782 | 2024-06-04T10:25:26.466Z | Compiling nom v7.1.3 |
1783 | 2024-06-04T10:25:26.551Z | Compiling string_cache v0.8.7 |
1784 | 2024-06-04T10:25:26.773Z | Compiling pem-rfc7468 v0.7.0 |
1785 | 2024-06-04T10:25:26.829Z | Compiling petgraph v0.6.5 |
1786 | 2024-06-04T10:25:26.957Z | Compiling bit-set v0.5.3 |
1787 | 2024-06-04T10:25:27.180Z | Compiling hmac v0.12.1 |
1788 | 2024-06-04T10:25:27.385Z | Compiling hubpack_derive v0.1.1 |
1789 | 2024-06-04T10:25:27.417Z | Compiling enum-as-inner v0.5.1 |
1790 | 2024-06-04T10:25:28.067Z | Compiling itertools v0.10.5 |
1791 | 2024-06-04T10:25:28.093Z | Compiling diesel_table_macro_syntax v0.1.0 |
1792 | 2024-06-04T10:25:28.209Z | Compiling object v0.32.2 |
1793 | 2024-06-04T10:25:28.441Z | Compiling unicode-segmentation v1.11.0 |
1794 | 2024-06-04T10:25:29.095Z | Compiling lalrpop-util v0.19.12 |
1795 | 2024-06-04T10:25:29.268Z | Compiling rustc-demangle v0.1.24 |
1796 | 2024-06-04T10:25:29.389Z | Compiling addr2line v0.21.0 |
1797 | 2024-06-04T10:25:30.977Z | Compiling flagset v0.4.5 |
1798 | 2024-06-04T10:25:31.003Z | Compiling toml_edit v0.22.13 |
1799 | 2024-06-04T10:25:31.003Z | Compiling diesel_derives v2.1.4 |
1800 | 2024-06-04T10:25:31.003Z | Compiling der v0.7.9 |
1801 | 2024-06-04T10:25:31.003Z | Compiling futures-executor v0.3.30 |
1802 | 2024-06-04T10:25:31.003Z | Compiling itertools v0.12.1 |
1803 | 2024-06-04T10:25:31.003Z | Compiling finl_unicode v1.2.0 |
1804 | 2024-06-04T10:25:31.003Z | Compiling hyper v0.14.28 |
1805 | 2024-06-04T10:25:31.099Z | Compiling stringprep v0.1.4 |
1806 | 2024-06-04T10:25:32.078Z | Compiling spki v0.7.3 |
1807 | 2024-06-04T10:25:32.389Z | Compiling sha2 v0.10.8 |
1808 | 2024-06-04T10:25:32.822Z | Compiling futures v0.3.30 |
1809 | 2024-06-04T10:25:32.925Z | Compiling toml v0.7.8 |
1810 | 2024-06-04T10:25:33.035Z | Compiling hex v0.4.3 |
1811 | 2024-06-04T10:25:33.783Z | Compiling md-5 v0.10.6 |
1812 | 2024-06-04T10:25:33.987Z | Compiling serde_repr v0.1.19 |
1813 | 2024-06-04T10:25:34.011Z | Compiling strum_macros v0.25.3 |
1814 | 2024-06-04T10:25:34.965Z | Compiling num-integer v0.1.46 |
1815 | 2024-06-04T10:25:35.190Z | Compiling hash32 v0.2.1 |
1816 | 2024-06-04T10:25:35.485Z | Compiling fs-err v2.11.0 |
1817 | 2024-06-04T10:25:35.512Z | Checking tinyvec_macros v0.1.1 |
1818 | 2024-06-04T10:25:35.593Z | Compiling fallible-iterator v0.2.0 |
1819 | 2024-06-04T10:25:35.616Z | Compiling stable_deref_trait v1.2.0 |
1820 | 2024-06-04T10:25:35.850Z | Checking tinyvec v1.6.0 |
1821 | 2024-06-04T10:25:36.170Z | Compiling postgres-protocol v0.6.6 |
1822 | 2024-06-04T10:25:36.555Z | Compiling hyper-tls v0.5.0 |
1823 | 2024-06-04T10:25:36.720Z | Compiling hyper-rustls v0.24.2 |
1824 | 2024-06-04T10:25:36.834Z | Compiling pkcs8 v0.10.2 |
1825 | 2024-06-04T10:25:36.858Z | Compiling terminal_size v0.3.0 |
1826 | 2024-06-04T10:25:37.028Z | Compiling reqwest v0.11.27 |
1827 | 2024-06-04T10:25:37.052Z | Compiling block-padding v0.3.3 |
1828 | 2024-06-04T10:25:37.052Z | Compiling phf_shared v0.11.2 |
1829 | 2024-06-04T10:25:37.288Z | Compiling ff v0.13.0 |
1830 | 2024-06-04T10:25:37.326Z | Compiling scheduled-thread-pool v0.2.7 |
1831 | 2024-06-04T10:25:37.414Z | Compiling managed v0.8.0 |
1832 | 2024-06-04T10:25:37.454Z | Compiling base16ct v0.2.0 |
1833 | 2024-06-04T10:25:37.488Z | Compiling peg-runtime v0.8.3 |
1834 | 2024-06-04T10:25:37.790Z | Compiling matches v0.1.10 |
1835 | 2024-06-04T10:25:37.849Z | Checking equivalent v1.0.1 |
1836 | 2024-06-04T10:25:37.919Z | Compiling bitflags v1.3.2 |
1837 | 2024-06-04T10:25:38.047Z | Compiling idna v0.2.3 |
1838 | 2024-06-04T10:25:38.100Z | Compiling clap_builder v4.5.2 |
1839 | 2024-06-04T10:25:38.921Z | Compiling sec1 v0.7.3 |
1840 | 2024-06-04T10:25:38.972Z | Compiling signal-hook-mio v0.2.3 |
1841 | 2024-06-04T10:25:39.118Z | Compiling r2d2 v0.8.10 |
1842 | 2024-06-04T10:25:39.181Z | Compiling group v0.13.0 |
1843 | 2024-06-04T10:25:39.281Z | Compiling phf v0.11.2 |
1844 | 2024-06-04T10:25:39.405Z | Compiling inout v0.1.3 |
1845 | 2024-06-04T10:25:39.430Z | Compiling postgres-types v0.2.6 |
1846 | 2024-06-04T10:25:39.461Z | Compiling num-bigint v0.4.5 |
1847 | 2024-06-04T10:25:39.529Z | Compiling hubpack v0.1.2 |
1848 | 2024-06-04T10:25:39.666Z | Compiling hkdf v0.12.4 |
1849 | 2024-06-04T10:25:39.884Z | Compiling ipnetwork v0.20.0 |
1850 | 2024-06-04T10:25:39.956Z | Compiling zerocopy v0.6.6 |
1851 | 2024-06-04T10:25:39.987Z | Compiling crypto-bigint v0.5.5 |
1852 | 2024-06-04T10:25:40.633Z | Compiling float-cmp v0.9.0 |
1853 | 2024-06-04T10:25:40.657Z | Compiling memmap v0.7.0 |
1854 | 2024-06-04T10:25:40.735Z | Compiling whoami v1.5.1 |
1855 | 2024-06-04T10:25:40.821Z | Compiling data-encoding v2.6.0 |
1856 | 2024-06-04T10:25:40.962Z | Compiling difflib v0.4.0 |
1857 | 2024-06-04T10:25:41.295Z | Compiling normalize-line-endings v0.3.0 |
1858 | 2024-06-04T10:25:41.399Z | Compiling static_assertions v1.1.0 |
1859 | 2024-06-04T10:25:41.496Z | Compiling predicates-core v1.0.6 |
1860 | 2024-06-04T10:25:41.804Z | Compiling yasna v0.5.2 |
1861 | 2024-06-04T10:25:42.023Z | Compiling diesel v2.1.6 |
1862 | 2024-06-04T10:25:42.312Z | Compiling elliptic-curve v0.13.8 |
1863 | 2024-06-04T10:25:42.761Z | Compiling predicates v3.1.0 |
1864 | 2024-06-04T10:25:42.982Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1865 | 2024-06-04T10:25:43.374Z | Compiling trust-dns-proto v0.22.0 |
1866 | 2024-06-04T10:25:44.234Z | Compiling tokio-postgres v0.7.10 |
1867 | 2024-06-04T10:25:44.652Z | Compiling clap v4.5.4 |
1868 | 2024-06-04T10:25:44.776Z | Compiling usdt v0.5.0 |
1869 | 2024-06-04T10:25:45.260Z | Compiling cipher v0.4.4 |
1870 | 2024-06-04T10:25:45.729Z | Compiling crossterm v0.27.0 |
1871 | 2024-06-04T10:25:47.433Z | Compiling num-iter v0.1.45 |
1872 | 2024-06-04T10:25:47.571Z | Compiling similar v2.5.0 |
1873 | 2024-06-04T10:25:47.603Z | Compiling console v0.15.8 |
1874 | 2024-06-04T10:25:47.811Z | Compiling tokio-stream v0.1.15 |
1875 | 2024-06-04T10:25:48.317Z | Compiling bstr v1.9.1 |
1876 | 2024-06-04T10:25:48.954Z | Checking tracing-core v0.1.32 |
1877 | 2024-06-04T10:25:49.810Z | Checking percent-encoding v2.3.1 |
1878 | 2024-06-04T10:25:49.845Z | Checking unicode-ident v1.0.12 |
1879 | 2024-06-04T10:25:49.994Z | Checking form_urlencoded v1.2.1 |
1880 | 2024-06-04T10:25:50.187Z | Checking proc-macro2 v1.0.82 |
1881 | 2024-06-04T10:25:50.322Z | Checking httparse v1.8.0 |
1882 | 2024-06-04T10:25:50.389Z | Checking powerfmt v0.2.0 |
1883 | 2024-06-04T10:25:50.620Z | Checking deranged v0.3.11 |
1884 | 2024-06-04T10:25:50.716Z | Checking errno v0.3.9 |
1885 | 2024-06-04T10:25:50.740Z | Checking quote v1.0.36 |
1886 | 2024-06-04T10:25:50.866Z | Checking num_threads v0.1.7 |
1887 | 2024-06-04T10:25:50.967Z | Checking num-conv v0.1.0 |
1888 | 2024-06-04T10:25:51.031Z | Checking time-core v0.1.2 |
1889 | 2024-06-04T10:25:51.185Z | Checking cpufeatures v0.2.12 |
1890 | 2024-06-04T10:25:51.301Z | Checking base64 v0.21.7 |
1891 | 2024-06-04T10:25:51.686Z | Checking try-lock v0.2.5 |
1892 | 2024-06-04T10:25:51.747Z | Checking adler v1.0.2 |
1893 | 2024-06-04T10:25:51.797Z | Checking want v0.3.1 |
1894 | 2024-06-04T10:25:51.876Z | Checking miniz_oxide v0.7.2 |
1895 | 2024-06-04T10:25:52.457Z | Checking tower-service v0.3.2 |
1896 | 2024-06-04T10:25:52.663Z | Checking httpdate v1.0.3 |
1897 | 2024-06-04T10:25:52.872Z | Checking openssl-probe v0.1.5 |
1898 | 2024-06-04T10:25:52.990Z | Checking foreign-types-shared v0.1.1 |
1899 | 2024-06-04T10:25:53.041Z | Checking openssl-sys v0.9.102 |
1900 | 2024-06-04T10:25:53.095Z | Checking foreign-types v0.3.2 |
1901 | 2024-06-04T10:25:53.187Z | Checking mime v0.3.17 |
1902 | 2024-06-04T10:25:53.974Z | Checking ipnet v2.9.0 |
1903 | 2024-06-04T10:25:54.715Z | Checking utf8parse v0.2.1 |
1904 | 2024-06-04T10:25:57.283Z | Checking encoding_rs v0.8.34 |
1905 | 2024-06-04T10:25:57.438Z | Checking anstyle v1.0.7 |
1906 | 2024-06-04T10:25:58.450Z | Checking rustls-pemfile v1.0.4 |
1907 | 2024-06-04T10:25:59.000Z | Checking sync_wrapper v0.1.2 |
1908 | 2024-06-04T10:25:59.113Z | Checking anstyle-parse v0.2.4 |
1909 | 2024-06-04T10:25:59.263Z | Checking anstyle-query v1.0.3 |
1910 | 2024-06-04T10:25:59.330Z | Checking colorchoice v1.0.1 |
1911 | 2024-06-04T10:25:59.371Z | Checking is_terminal_polyfill v1.70.0 |
1912 | 2024-06-04T10:25:59.478Z | Checking anstream v0.6.14 |
1913 | 2024-06-04T10:25:59.720Z | Checking clap_lex v0.7.0 |
1914 | 2024-06-04T10:25:59.792Z | Checking strsim v0.11.1 |
1915 | 2024-06-04T10:26:00.534Z | Checking crc32fast v1.4.0 |
1916 | 2024-06-04T10:26:02.367Z | Checking flate2 v1.0.30 |
1917 | 2024-06-04T10:26:02.605Z | Checking winnow v0.6.8 |
1918 | 2024-06-04T10:26:10.166Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1919 | 2024-06-04T10:26:10.428Z | Compiling regress v0.9.1 |
1920 | 2024-06-04T10:26:10.719Z | Compiling getopts v0.2.21 |
1921 | 2024-06-04T10:26:10.743Z | Compiling unsafe-libyaml v0.2.11 |
1922 | 2024-06-04T10:26:10.902Z | Checking heck v0.5.0 |
1923 | 2024-06-04T10:26:11.076Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1924 | 2024-06-04T10:26:11.577Z | Checking camino v1.1.7 |
1925 | 2024-06-04T10:26:11.601Z | Checking base64 v0.22.1 |
1926 | 2024-06-04T10:26:12.001Z | Compiling serde_yaml v0.9.34+deprecated |
1927 | 2024-06-04T10:26:12.035Z | Checking is-terminal v0.4.12 |
1928 | 2024-06-04T10:26:12.078Z | Checking sha1 v0.10.6 |
1929 | 2024-06-04T10:26:12.157Z | Checking http v1.1.0 |
1930 | 2024-06-04T10:26:12.257Z | Compiling paste v1.0.15 |
1931 | 2024-06-04T10:26:12.310Z | Compiling strum_macros v0.26.2 |
1932 | 2024-06-04T10:26:12.416Z | Compiling ident_case v1.0.1 |
1933 | 2024-06-04T10:26:12.571Z | Checking match_cfg v0.1.0 |
1934 | 2024-06-04T10:26:12.659Z | Checking fastrand v2.1.0 |
1935 | 2024-06-04T10:26:12.741Z | Checking rustls-pki-types v1.7.0 |
1936 | 2024-06-04T10:26:12.930Z | Checking tempfile v3.10.1 |
1937 | 2024-06-04T10:26:13.090Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1938 | 2024-06-04T10:26:13.242Z | Checking hostname v0.3.1 |
1939 | 2024-06-04T10:26:13.362Z | Compiling darling_core v0.20.9 |
1940 | 2024-06-04T10:26:14.206Z | Checking dirs-sys-next v0.1.2 |
1941 | 2024-06-04T10:26:14.333Z | Checking quick-error v1.2.3 |
1942 | 2024-06-04T10:26:14.362Z | Checking dirs-next v2.0.0 |
1943 | 2024-06-04T10:26:14.452Z | Checking crossbeam-channel v0.5.12 |
1944 | 2024-06-04T10:26:14.477Z | Checking thread_local v1.1.8 |
1945 | 2024-06-04T10:26:14.761Z | Compiling rustls v0.22.4 |
1946 | 2024-06-04T10:26:14.995Z | Checking term v0.7.0 |
1947 | 2024-06-04T10:26:15.105Z | Checking rustls-webpki v0.102.4 |
1948 | 2024-06-04T10:26:15.330Z | Checking instant v0.1.12 |
1949 | 2024-06-04T10:26:15.355Z | Checking take_mut v0.2.2 |
1950 | 2024-06-04T10:26:15.460Z | Checking slog-term v2.9.1 |
1951 | 2024-06-04T10:26:15.490Z | Checking slog-async v2.8.0 |
1952 | 2024-06-04T10:26:15.567Z | Checking rustls-pemfile v2.1.2 |
1953 | 2024-06-04T10:26:15.735Z | Compiling multer v3.1.0 |
1954 | 2024-06-04T10:26:15.772Z | Checking debug-ignore v1.0.5 |
1955 | 2024-06-04T10:26:15.842Z | Checking toml v0.8.13 |
1956 | 2024-06-04T10:26:15.910Z | Checking slog-json v2.6.1 |
1957 | 2024-06-04T10:26:16.041Z | Compiling async-stream-impl v0.3.5 |
1958 | 2024-06-04T10:26:16.135Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1959 | 2024-06-04T10:26:16.361Z | Checking atomic-waker v1.1.2 |
1960 | 2024-06-04T10:26:16.455Z | Checking strum v0.26.2 |
1961 | 2024-06-04T10:26:16.499Z | Checking waitgroup v0.1.2 |
1962 | 2024-06-04T10:26:16.544Z | Checking slog-bunyan v2.5.0 |
1963 | 2024-06-04T10:26:16.613Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1964 | 2024-06-04T10:26:16.684Z | Checking serde_path_to_error v0.1.16 |
1965 | 2024-06-04T10:26:16.923Z | Checking hostname v0.4.0 |
1966 | 2024-06-04T10:26:17.041Z | Checking newtype-uuid v1.1.0 |
1967 | 2024-06-04T10:26:17.165Z | Checking async-stream v0.3.5 |
1968 | 2024-06-04T10:26:17.191Z | Checking wait-timeout v0.2.0 |
1969 | 2024-06-04T10:26:17.245Z | Compiling structmeta-derive v0.3.0 |
1970 | 2024-06-04T10:26:17.338Z | Compiling structmeta-derive v0.2.0 |
1971 | 2024-06-04T10:26:17.363Z | Checking rusty-fork v0.3.0 |
1972 | 2024-06-04T10:26:17.611Z | Checking rand_xorshift v0.3.0 |
1973 | 2024-06-04T10:26:17.767Z | Checking unarray v0.1.4 |
1974 | 2024-06-04T10:26:17.900Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1975 | 2024-06-04T10:26:18.138Z | Checking proptest v1.4.0 |
1976 | 2024-06-04T10:26:18.418Z | Checking backoff v0.4.0 |
1977 | 2024-06-04T10:26:18.654Z | Checking tokio-rustls v0.25.0 |
1978 | 2024-06-04T10:26:18.678Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1979 | 2024-06-04T10:26:19.208Z | Compiling darling_macro v0.20.9 |
1980 | 2024-06-04T10:26:19.290Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1981 | 2024-06-04T10:26:19.413Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1982 | 2024-06-04T10:26:19.674Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1983 | 2024-06-04T10:26:19.725Z | Compiling structmeta v0.3.0 |
1984 | 2024-06-04T10:26:19.806Z | Compiling structmeta v0.2.0 |
1985 | 2024-06-04T10:26:20.072Z | Compiling darling v0.20.9 |
1986 | 2024-06-04T10:26:20.096Z | Compiling parse-display-derive v0.9.0 |
1987 | 2024-06-04T10:26:20.183Z | Compiling test-strategy v0.3.1 |
1988 | 2024-06-04T10:26:20.207Z | Compiling serde_with_macros v3.8.1 |
1989 | 2024-06-04T10:26:20.317Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1990 | 2024-06-04T10:26:20.461Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1991 | 2024-06-04T10:26:20.720Z | Checking macaddr v1.0.1 |
1992 | 2024-06-04T10:26:21.012Z | Compiling proc-macro-error-attr v1.0.4 |
1993 | 2024-06-04T10:26:21.296Z | Compiling proc-macro-error v1.0.4 |
1994 | 2024-06-04T10:26:21.894Z | Checking camino-tempfile v1.1.1 |
1995 | 2024-06-04T10:26:21.941Z | Compiling proc-macro-crate v1.3.1 |
1996 | 2024-06-04T10:26:22.124Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1997 | 2024-06-04T10:26:22.428Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1998 | 2024-06-04T10:26:22.683Z | Compiling foreign-types-macros v0.2.3 |
1999 | 2024-06-04T10:26:22.720Z | Checking serde_with v3.8.1 |
2000 | 2024-06-04T10:26:22.882Z | Compiling num_enum_derive v0.5.11 |
2001 | 2024-06-04T10:26:22.941Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2002 | 2024-06-04T10:26:23.159Z | Checking foreign-types-shared v0.3.1 |
2003 | 2024-06-04T10:26:23.465Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2004 | 2024-06-04T10:26:23.620Z | Checking cstr-argument v0.1.2 |
2005 | 2024-06-04T10:26:23.793Z | Checking pretty-hex v0.2.1 |
2006 | 2024-06-04T10:26:23.820Z | Checking foreign-types v0.5.0 |
2007 | 2024-06-04T10:26:23.926Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2008 | 2024-06-04T10:26:23.953Z | Checking tabwriter v1.4.0 |
2009 | 2024-06-04T10:26:24.180Z | Checking colored v2.1.0 |
2010 | 2024-06-04T10:26:24.204Z | Checking parse-display v0.9.0 |
2011 | 2024-06-04T10:26:24.228Z | Checking socket2 v0.4.10 |
2012 | 2024-06-04T10:26:24.410Z | Checking smf v0.2.3 |
2013 | 2024-06-04T10:26:24.435Z | Checking humantime v2.1.0 |
2014 | 2024-06-04T10:26:24.459Z | Checking termcolor v1.4.1 |
2015 | 2024-06-04T10:26:24.634Z | Checking arc-swap v1.7.1 |
2016 | 2024-06-04T10:26:24.782Z | Checking newline-converter v0.3.0 |
2017 | 2024-06-04T10:26:24.858Z | Checking xattr v1.3.1 |
2018 | 2024-06-04T10:26:24.915Z | Checking filetime v0.2.23 |
2019 | 2024-06-04T10:26:24.940Z | Checking expectorate v1.1.0 |
2020 | 2024-06-04T10:26:25.028Z | Checking same-file v1.0.6 |
2021 | 2024-06-04T10:26:25.052Z | Checking slog-scope v4.4.0 |
2022 | 2024-06-04T10:26:25.089Z | Checking utf-8 v0.7.6 |
2023 | 2024-06-04T10:26:25.113Z | Checking tar v0.4.40 |
2024 | 2024-06-04T10:26:25.176Z | Checking walkdir v2.5.0 |
2025 | 2024-06-04T10:26:25.219Z | Checking slog-stdlog v4.1.1 |
2026 | 2024-06-04T10:26:25.255Z | Checking tungstenite v0.20.1 |
2027 | 2024-06-04T10:26:25.279Z | Checking num_enum v0.5.11 |
2028 | 2024-06-04T10:26:25.362Z | Checking slog-envlogger v2.2.0 |
2029 | 2024-06-04T10:26:25.410Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2030 | 2024-06-04T10:26:25.434Z | Compiling heapless v0.8.0 |
2031 | 2024-06-04T10:26:25.551Z | Checking termtree v0.4.1 |
2032 | 2024-06-04T10:26:25.619Z | Checking hash32 v0.3.1 |
2033 | 2024-06-04T10:26:25.655Z | Compiling smoltcp v0.11.0 |
2034 | 2024-06-04T10:26:25.713Z | Compiling crucible-workspace-hack v0.1.0 |
2035 | 2024-06-04T10:26:25.737Z | Checking predicates-tree v1.0.9 |
2036 | 2024-06-04T10:26:25.788Z | Checking embedded-io v0.4.0 |
2037 | 2024-06-04T10:26:25.879Z | Checking cobs v0.2.3 |
2038 | 2024-06-04T10:26:25.970Z | Checking sigpipe v0.1.3 |
2039 | 2024-06-04T10:26:25.994Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2040 | 2024-06-04T10:26:26.021Z | Checking tokio-tungstenite v0.20.1 |
2041 | 2024-06-04T10:26:26.054Z | Checking postcard v1.0.8 |
2042 | 2024-06-04T10:26:26.078Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2043 | 2024-06-04T10:26:26.293Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2044 | 2024-06-04T10:26:26.317Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2045 | 2024-06-04T10:26:26.340Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2046 | 2024-06-04T10:26:26.403Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2047 | 2024-06-04T10:26:26.517Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2048 | 2024-06-04T10:26:26.625Z | Checking pem v3.0.4 |
2049 | 2024-06-04T10:26:26.815Z | Compiling mockall_derive v0.12.1 |
2050 | 2024-06-04T10:26:26.844Z | Compiling num-derive v0.4.2 |
2051 | 2024-06-04T10:26:26.997Z | Checking atty v0.2.14 |
2052 | 2024-06-04T10:26:27.101Z | Checking fragile v2.0.0 |
2053 | 2024-06-04T10:26:27.319Z | Checking downcast v0.11.0 |
2054 | 2024-06-04T10:26:27.487Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2055 | 2024-06-04T10:26:27.562Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2056 | 2024-06-04T10:26:27.688Z | Compiling derive-where v1.2.7 |
2057 | 2024-06-04T10:26:27.910Z | Checking env_logger v0.9.3 |
2058 | 2024-06-04T10:26:28.148Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2059 | 2024-06-04T10:26:28.268Z | Compiling bitstruct_derive v0.1.0 |
2060 | 2024-06-04T10:26:28.435Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2061 | 2024-06-04T10:26:28.544Z | Checking ascii v1.1.0 |
2062 | 2024-06-04T10:26:28.632Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2063 | 2024-06-04T10:26:28.787Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2064 | 2024-06-04T10:26:28.883Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2065 | 2024-06-04T10:26:28.985Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2066 | 2024-06-04T10:26:29.120Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2067 | 2024-06-04T10:26:29.308Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2068 | 2024-06-04T10:26:29.333Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2069 | 2024-06-04T10:26:29.357Z | Checking bitstruct v0.1.1 |
2070 | 2024-06-04T10:26:29.448Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2071 | 2024-06-04T10:26:29.579Z | Checking serde_arrays v0.1.0 |
2072 | 2024-06-04T10:26:29.605Z | Checking erased-serde v0.3.31 |
2073 | 2024-06-04T10:26:29.736Z | Compiling heck v0.3.3 |
2074 | 2024-06-04T10:26:29.763Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2075 | 2024-06-04T10:26:29.999Z | Checking tungstenite v0.21.0 |
2076 | 2024-06-04T10:26:30.076Z | Compiling zone_cfg_derive v0.1.2 |
2077 | 2024-06-04T10:26:30.490Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2078 | 2024-06-04T10:26:30.515Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2079 | 2024-06-04T10:26:30.598Z | Checking headers-core v0.2.0 |
2080 | 2024-06-04T10:26:30.694Z | Checking base64 v0.13.1 |
2081 | 2024-06-04T10:26:30.725Z | Checking headers v0.3.9 |
2082 | 2024-06-04T10:26:31.037Z | Checking ron v0.7.1 |
2083 | 2024-06-04T10:26:31.273Z | Checking zone v0.1.8 |
2084 | 2024-06-04T10:26:31.587Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2085 | 2024-06-04T10:26:31.637Z | Checking tokio-tungstenite v0.21.0 |
2086 | 2024-06-04T10:26:31.787Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2087 | 2024-06-04T10:26:31.863Z | Checking portpicker v0.1.1 |
2088 | 2024-06-04T10:26:31.973Z | Checking rcgen v0.12.1 |
2089 | 2024-06-04T10:26:31.997Z | Checking atomicwrites v0.4.3 |
2090 | 2024-06-04T10:26:32.030Z | Checking subprocess v0.2.9 |
2091 | 2024-06-04T10:26:32.054Z | Compiling convert_case v0.4.0 |
2092 | 2024-06-04T10:26:32.170Z | Checking password-hash v0.5.0 |
2093 | 2024-06-04T10:26:32.454Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2094 | 2024-06-04T10:26:32.522Z | Checking blake2 v0.10.6 |
2095 | 2024-06-04T10:26:32.552Z | Checking linked-hash-map v0.5.6 |
2096 | 2024-06-04T10:26:32.590Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2097 | 2024-06-04T10:26:32.826Z | Checking lru-cache v0.1.2 |
2098 | 2024-06-04T10:26:32.894Z | Compiling derive_more v0.99.17 |
2099 | 2024-06-04T10:26:32.918Z | Checking argon2 v0.5.3 |
2100 | 2024-06-04T10:26:32.995Z | Checking swrite v0.1.0 |
2101 | 2024-06-04T10:26:33.107Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2102 | 2024-06-04T10:26:33.209Z | Checking mockall v0.12.1 |
2103 | 2024-06-04T10:26:33.233Z | Compiling rayon-core v1.12.1 |
2104 | 2024-06-04T10:26:33.408Z | Checking resolv-conf v0.7.0 |
2105 | 2024-06-04T10:26:33.432Z | Checking half v2.4.1 |
2106 | 2024-06-04T10:26:33.474Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2107 | 2024-06-04T10:26:33.499Z | Checking ciborium-io v0.2.2 |
2108 | 2024-06-04T10:26:33.611Z | Compiling cancel-safe-futures v0.1.5 |
2109 | 2024-06-04T10:26:33.698Z | Checking trust-dns-resolver v0.22.0 |
2110 | 2024-06-04T10:26:33.781Z | Compiling semver v0.1.20 |
2111 | 2024-06-04T10:26:33.818Z | Checking ciborium-ll v0.2.2 |
2112 | 2024-06-04T10:26:34.055Z | Compiling slog-dtrace v0.3.0 |
2113 | 2024-06-04T10:26:34.080Z | Compiling rustc_version v0.1.7 |
2114 | 2024-06-04T10:26:34.288Z | Checking ciborium v0.2.2 |
2115 | 2024-06-04T10:26:34.356Z | Checking libsw v3.3.1 |
2116 | 2024-06-04T10:26:34.525Z | Compiling newtype_derive v0.1.6 |
2117 | 2024-06-04T10:26:34.590Z | Checking linear-map v1.2.0 |
2118 | 2024-06-04T10:26:34.782Z | Checking owo-colors v4.0.0 |
2119 | 2024-06-04T10:26:34.913Z | Compiling radium v0.7.0 |
2120 | 2024-06-04T10:26:34.967Z | Checking num-rational v0.4.2 |
2121 | 2024-06-04T10:26:34.992Z | Checking steno v0.4.0 |
2122 | 2024-06-04T10:26:35.140Z | Checking num-complex v0.4.6 |
2123 | 2024-06-04T10:26:35.312Z | Checking nibble_vec v0.1.0 |
2124 | 2024-06-04T10:26:35.477Z | Checking endian-type v0.1.2 |
2125 | 2024-06-04T10:26:35.501Z | Compiling maybe-uninit v2.0.0 |
2126 | 2024-06-04T10:26:35.652Z | Checking tap v1.0.1 |
2127 | 2024-06-04T10:26:35.798Z | Checking wyz v0.5.1 |
2128 | 2024-06-04T10:26:35.874Z | Checking num v0.4.3 |
2129 | 2024-06-04T10:26:35.981Z | Checking radix_trie v0.2.1 |
2130 | 2024-06-04T10:26:36.128Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2131 | 2024-06-04T10:26:36.171Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2132 | 2024-06-04T10:26:36.328Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2133 | 2024-06-04T10:26:36.352Z | Checking fxhash v0.2.1 |
2134 | 2024-06-04T10:26:36.490Z | Checking funty v2.0.0 |
2135 | 2024-06-04T10:26:36.674Z | Compiling num-bigint-dig v0.8.4 |
2136 | 2024-06-04T10:26:36.794Z | Checking crc-catalog v2.4.0 |
2137 | 2024-06-04T10:26:36.909Z | Checking display-error-chain v0.2.0 |
2138 | 2024-06-04T10:26:36.933Z | Compiling packed_struct v0.10.1 |
2139 | 2024-06-04T10:26:37.043Z | Checking crc v3.2.1 |
2140 | 2024-06-04T10:26:37.281Z | Checking bitvec v1.0.1 |
2141 | 2024-06-04T10:26:37.399Z | Compiling packed_struct_codegen v0.10.1 |
2142 | 2024-06-04T10:26:37.424Z | Compiling indexmap v1.9.3 |
2143 | 2024-06-04T10:26:37.646Z | Compiling home v0.5.9 |
2144 | 2024-06-04T10:26:37.719Z | Checking nodrop v0.1.14 |
2145 | 2024-06-04T10:26:37.803Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2146 | 2024-06-04T10:26:37.831Z | Checking array-init v0.0.4 |
2147 | 2024-06-04T10:26:38.022Z | Checking smallvec v0.6.14 |
2148 | 2024-06-04T10:26:38.051Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2149 | 2024-06-04T10:26:38.445Z | Checking pkcs1 v0.7.5 |
2150 | 2024-06-04T10:26:38.619Z | Checking signature v2.2.0 |
2151 | 2024-06-04T10:26:38.781Z | Checking bitfield v0.14.0 |
2152 | 2024-06-04T10:26:38.806Z | Checking hashbrown v0.12.3 |
2153 | 2024-06-04T10:26:39.005Z | Checking serde-hex v0.1.0 |
2154 | 2024-06-04T10:26:39.303Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2155 | 2024-06-04T10:26:39.693Z | Checking bzip2 v0.4.4 |
2156 | 2024-06-04T10:26:39.761Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2157 | 2024-06-04T10:26:39.809Z | Checking env_logger v0.10.2 |
2158 | 2024-06-04T10:26:39.942Z | Checking x509-cert v0.2.5 |
2159 | 2024-06-04T10:26:39.978Z | Checking ron v0.8.1 |
2160 | 2024-06-04T10:26:40.069Z | Checking rsa v0.9.6 |
2161 | 2024-06-04T10:26:40.160Z | Checking hashbrown v0.13.2 |
2162 | 2024-06-04T10:26:40.242Z | Checking crc-any v2.5.0 |
2163 | 2024-06-04T10:26:40.530Z | Checking zip v0.6.6 |
2164 | 2024-06-04T10:26:40.892Z | Checking path-slash v0.1.5 |
2165 | 2024-06-04T10:26:41.003Z | Checking object v0.30.4 |
2166 | 2024-06-04T10:26:41.027Z | Compiling async-recursion v1.1.1 |
2167 | 2024-06-04T10:26:41.062Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2168 | 2024-06-04T10:26:41.096Z | Checking maplit v1.0.2 |
2169 | 2024-06-04T10:26:41.199Z | Compiling ring v0.16.20 |
2170 | 2024-06-04T10:26:41.224Z | Compiling blake3 v1.5.1 |
2171 | 2024-06-04T10:26:41.285Z | Compiling buf-list v1.0.3 |
2172 | 2024-06-04T10:26:42.054Z | Checking gethostname v0.4.3 |
2173 | 2024-06-04T10:26:42.122Z | Compiling parking_lot_core v0.8.6 |
2174 | 2024-06-04T10:26:42.192Z | Compiling libefi-sys v0.1.0 |
2175 | 2024-06-04T10:26:42.219Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2176 | 2024-06-04T10:26:42.422Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2177 | 2024-06-04T10:26:42.500Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2178 | 2024-06-04T10:26:42.650Z | Compiling crossbeam-deque v0.8.5 |
2179 | 2024-06-04T10:26:42.854Z | Checking keccak v0.1.5 |
2180 | 2024-06-04T10:26:42.896Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2181 | 2024-06-04T10:26:43.022Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2182 | 2024-06-04T10:26:43.113Z | Checking sha3 v0.10.8 |
2183 | 2024-06-04T10:26:43.313Z | Checking parking_lot v0.11.2 |
2184 | 2024-06-04T10:26:43.607Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2185 | 2024-06-04T10:26:43.990Z | Checking trust-dns-client v0.22.0 |
2186 | 2024-06-04T10:26:44.044Z | Checking toml v0.5.11 |
2187 | 2024-06-04T10:26:44.093Z | Checking secrecy v0.8.0 |
2188 | 2024-06-04T10:26:44.266Z | Compiling pin-project-internal v1.1.5 |
2189 | 2024-06-04T10:26:44.328Z | Compiling synstructure v0.12.6 |
2190 | 2024-06-04T10:26:44.480Z | Checking sled v0.34.7 |
2191 | 2024-06-04T10:26:44.999Z | Compiling rayon v1.10.0 |
2192 | 2024-06-04T10:26:45.237Z | Checking trust-dns-server v0.22.1 |
2193 | 2024-06-04T10:26:45.814Z | Compiling zerocopy-derive v0.2.0 |
2194 | 2024-06-04T10:26:46.730Z | Compiling memmap2 v0.9.4 |
2195 | 2024-06-04T10:26:46.795Z | Checking pin-project v1.1.5 |
2196 | 2024-06-04T10:26:46.911Z | Compiling glob v0.3.1 |
2197 | 2024-06-04T10:26:46.955Z | Compiling constant_time_eq v0.3.0 |
2198 | 2024-06-04T10:26:47.111Z | Compiling arrayvec v0.7.4 |
2199 | 2024-06-04T10:26:47.135Z | Compiling untrusted v0.7.1 |
2200 | 2024-06-04T10:26:47.284Z | Compiling arrayref v0.3.7 |
2201 | 2024-06-04T10:26:47.487Z | Compiling toolchain_find v0.4.0 |
2202 | 2024-06-04T10:26:48.055Z | Compiling vte_generate_state_changes v0.1.1 |
2203 | 2024-06-04T10:26:48.114Z | Compiling topological-sort v0.2.2 |
2204 | 2024-06-04T10:26:48.297Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2205 | 2024-06-04T10:26:48.586Z | Checking vte v0.11.1 |
2206 | 2024-06-04T10:26:48.805Z | Compiling rustfmt-wrapper v0.2.1 |
2207 | 2024-06-04T10:26:49.129Z | Compiling omicron-zone-package v0.11.0 |
2208 | 2024-06-04T10:26:49.297Z | Checking fd-lock v4.0.2 |
2209 | 2024-06-04T10:26:49.330Z | Compiling prettyplease v0.2.20 |
2210 | 2024-06-04T10:26:49.564Z | Checking strip-ansi-escapes v0.2.0 |
2211 | 2024-06-04T10:26:49.588Z | Compiling usdt-impl v0.3.5 |
2212 | 2024-06-04T10:26:49.713Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2213 | 2024-06-04T10:26:49.762Z | Checking nu-ansi-term v0.50.0 |
2214 | 2024-06-04T10:26:49.863Z | Compiling zerocopy v0.3.2 |
2215 | 2024-06-04T10:26:49.992Z | Compiling crunchy v0.2.2 |
2216 | 2024-06-04T10:26:50.050Z | Compiling clang-sys v1.7.0 |
2217 | 2024-06-04T10:26:50.094Z | Checking reedline v0.31.0 |
2218 | 2024-06-04T10:26:50.361Z | Compiling dof v0.1.5 |
2219 | 2024-06-04T10:26:50.418Z | Compiling dtrace-parser v0.1.14 |
2220 | 2024-06-04T10:26:50.458Z | Compiling snafu-derive v0.8.2 |
2221 | 2024-06-04T10:26:50.618Z | Compiling tiny-keccak v2.0.2 |
2222 | 2024-06-04T10:26:51.398Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2223 | 2024-06-04T10:26:51.642Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2224 | 2024-06-04T10:26:51.852Z | Checking globset v0.4.14 |
2225 | 2024-06-04T10:26:52.210Z | Checking olpc-cjson v0.1.3 |
2226 | 2024-06-04T10:26:52.252Z | Compiling serde_tokenstream v0.1.7 |
2227 | 2024-06-04T10:26:52.320Z | Checking serde_plain v1.0.2 |
2228 | 2024-06-04T10:26:52.400Z | Compiling memoffset v0.7.1 |
2229 | 2024-06-04T10:26:52.438Z | Compiling ref-cast v1.0.23 |
2230 | 2024-06-04T10:26:52.529Z | Compiling platforms v3.4.0 |
2231 | 2024-06-04T10:26:52.639Z | Checking typed-path v0.7.1 |
2232 | 2024-06-04T10:26:52.985Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2233 | 2024-06-04T10:26:53.081Z | Compiling curve25519-dalek v4.1.2 |
2234 | 2024-06-04T10:26:53.297Z | Compiling ascii-canvas v3.0.0 |
2235 | 2024-06-04T10:26:53.517Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2236 | 2024-06-04T10:26:53.749Z | Compiling ref-cast-impl v1.0.23 |
2237 | 2024-06-04T10:26:53.775Z | Compiling ena v0.14.3 |
2238 | 2024-06-04T10:26:53.920Z | Compiling libloading v0.8.3 |
2239 | 2024-06-04T10:26:53.986Z | Compiling unicase v2.7.0 |
2240 | 2024-06-04T10:26:54.123Z | Compiling diff v0.1.13 |
2241 | 2024-06-04T10:26:54.181Z | Compiling bindgen v0.69.4 |
2242 | 2024-06-04T10:26:54.234Z | Checking parse-size v1.0.0 |
2243 | 2024-06-04T10:26:54.303Z | Compiling regex-syntax v0.6.29 |
2244 | 2024-06-04T10:26:54.417Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2245 | 2024-06-04T10:26:54.777Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2246 | 2024-06-04T10:26:54.801Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2247 | 2024-06-04T10:26:54.831Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2248 | 2024-06-04T10:26:54.856Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2249 | 2024-06-04T10:26:55.791Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2250 | 2024-06-04T10:26:56.079Z | Checking snafu v0.8.2 |
2251 | 2024-06-04T10:26:56.456Z | Checking tough v0.17.1 |
2252 | 2024-06-04T10:26:57.289Z | Compiling lalrpop v0.19.12 |
2253 | 2024-06-04T10:26:57.980Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2254 | 2024-06-04T10:26:58.328Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2255 | 2024-06-04T10:26:59.729Z | Compiling usdt-attr-macro v0.3.5 |
2256 | 2024-06-04T10:26:59.774Z | Compiling usdt-macro v0.3.5 |
2257 | 2024-06-04T10:27:00.117Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2258 | 2024-06-04T10:27:00.907Z | Compiling which v4.4.2 |
2259 | 2024-06-04T10:27:01.425Z | Checking universal-hash v0.5.1 |
2260 | 2024-06-04T10:27:01.578Z | Compiling cexpr v0.6.0 |
2261 | 2024-06-04T10:27:02.766Z | Compiling thiserror-impl-no-std v2.0.2 |
2262 | 2024-06-04T10:27:03.035Z | Compiling curve25519-dalek-derive v0.1.1 |
2263 | 2024-06-04T10:27:03.276Z | Checking nanorand v0.7.0 |
2264 | 2024-06-04T10:27:03.485Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2265 | 2024-06-04T10:27:03.589Z | Compiling shlex v1.3.0 |
2266 | 2024-06-04T10:27:03.722Z | Compiling lazycell v1.3.0 |
2267 | 2024-06-04T10:27:03.879Z | Checking opaque-debug v0.3.1 |
2268 | 2024-06-04T10:27:03.973Z | Checking signature v1.6.4 |
2269 | 2024-06-04T10:27:03.998Z | Compiling rustc-hash v1.1.0 |
2270 | 2024-06-04T10:27:04.119Z | Checking bytecount v0.6.8 |
2271 | 2024-06-04T10:27:04.158Z | Compiling cfg_aliases v0.1.1 |
2272 | 2024-06-04T10:27:04.285Z | Compiling salty v0.2.0 |
2273 | 2024-06-04T10:27:04.311Z | Compiling nix v0.28.0 |
2274 | 2024-06-04T10:27:04.827Z | Checking papergrid v0.11.0 |
2275 | 2024-06-04T10:27:05.113Z | Checking ed25519 v1.5.3 |
2276 | 2024-06-04T10:27:05.289Z | Checking poly1305 v0.8.0 |
2277 | 2024-06-04T10:27:05.665Z | Checking thiserror-no-std v2.0.2 |
2278 | 2024-06-04T10:27:05.765Z | Checking flume v0.11.0 |
2279 | 2024-06-04T10:27:05.794Z | Checking usdt v0.3.5 |
2280 | 2024-06-04T10:27:05.969Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2281 | 2024-06-04T10:27:06.145Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2282 | 2024-06-04T10:27:06.170Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2283 | 2024-06-04T10:27:06.194Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2284 | 2024-06-04T10:27:06.387Z | Compiling tabled_derive v0.7.0 |
2285 | 2024-06-04T10:27:06.444Z | Compiling derive_builder_core v0.20.0 |
2286 | 2024-06-04T10:27:06.471Z | Checking chacha20 v0.9.1 |
2287 | 2024-06-04T10:27:06.757Z | Checking aead v0.5.2 |
2288 | 2024-06-04T10:27:06.955Z | Checking serde-big-array v0.5.1 |
2289 | 2024-06-04T10:27:07.154Z | Checking kstat-rs v0.2.3 |
2290 | 2024-06-04T10:27:07.439Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2291 | 2024-06-04T10:27:08.162Z | Compiling libxml v0.3.3 |
2292 | 2024-06-04T10:27:08.474Z | Compiling derive_builder_macro v0.20.0 |
2293 | 2024-06-04T10:27:08.503Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2294 | 2024-06-04T10:27:08.528Z | Checking tabled v0.15.0 |
2295 | 2024-06-04T10:27:08.629Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2296 | 2024-06-04T10:27:08.777Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2297 | 2024-06-04T10:27:08.860Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2298 | 2024-06-04T10:27:09.169Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2299 | 2024-06-04T10:27:11.014Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2300 | 2024-06-04T10:27:11.038Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2301 | 2024-06-04T10:27:11.874Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2302 | 2024-06-04T10:27:12.336Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2303 | 2024-06-04T10:27:12.618Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2304 | 2024-06-04T10:27:12.917Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2305 | 2024-06-04T10:27:13.161Z | Checking chacha20poly1305 v0.10.1 |
2306 | 2024-06-04T10:27:13.367Z | Checking vsss-rs v3.3.4 |
2307 | 2024-06-04T10:27:14.995Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2308 | 2024-06-04T10:27:15.525Z | Checking signal-hook-tokio v0.3.1 |
2309 | 2024-06-04T10:27:15.696Z | Checking serde-big-array v0.4.1 |
2310 | 2024-06-04T10:27:15.854Z | Compiling strum_macros v0.24.3 |
2311 | 2024-06-04T10:27:15.952Z | Compiling cookie v0.18.1 |
2312 | 2024-06-04T10:27:15.987Z | Compiling indoc v1.0.9 |
2313 | 2024-06-04T10:27:16.278Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2314 | 2024-06-04T10:27:16.887Z | Compiling mime_guess v2.0.4 |
2315 | 2024-06-04T10:27:17.981Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2316 | 2024-06-04T10:27:18.479Z | Checking derive_builder v0.20.0 |
2317 | 2024-06-04T10:27:18.531Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2318 | 2024-06-04T10:27:19.063Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2319 | 2024-06-04T10:27:19.156Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2320 | 2024-06-04T10:27:19.253Z | Compiling peg-macros v0.8.3 |
2321 | 2024-06-04T10:27:19.379Z | Checking quick-xml v0.31.0 |
2322 | 2024-06-04T10:27:20.024Z | Compiling oso-derive v0.27.3 |
2323 | 2024-06-04T10:27:20.862Z | Compiling impl-trait-for-tuples v0.2.2 |
2324 | 2024-06-04T10:27:21.029Z | Compiling sqlparser_derive v0.2.2 |
2325 | 2024-06-04T10:27:21.906Z | Checking heck v0.4.1 |
2326 | 2024-06-04T10:27:22.094Z | Checking unicode_categories v0.1.1 |
2327 | 2024-06-04T10:27:22.184Z | Checking corncobs v0.1.3 |
2328 | 2024-06-04T10:27:22.372Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2329 | 2024-06-04T10:27:22.486Z | Checking rustyline v14.0.0 |
2330 | 2024-06-04T10:27:22.510Z | Checking sqlformat v0.2.3 |
2331 | 2024-06-04T10:27:22.548Z | Checking peg v0.8.3 |
2332 | 2024-06-04T10:27:22.653Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2333 | 2024-06-04T10:27:22.974Z | Checking sqlparser v0.45.0 |
2334 | 2024-06-04T10:27:23.038Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2335 | 2024-06-04T10:27:23.740Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2336 | 2024-06-04T10:27:23.841Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2337 | 2024-06-04T10:27:25.071Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2338 | 2024-06-04T10:27:25.251Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2339 | 2024-06-04T10:27:25.706Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2340 | 2024-06-04T10:27:26.124Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2341 | 2024-06-04T10:27:29.207Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2342 | 2024-06-04T10:27:29.851Z | Checking bcs v0.1.6 |
2343 | 2024-06-04T10:27:30.255Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2344 | 2024-06-04T10:27:30.279Z | Checking highway v1.1.0 |
2345 | 2024-06-04T10:27:30.576Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2346 | 2024-06-04T10:27:30.632Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2347 | 2024-06-04T10:27:30.751Z | Checking bb8 v0.8.3 |
2348 | 2024-06-04T10:27:30.813Z | Compiling const_format_proc_macros v0.2.32 |
2349 | 2024-06-04T10:27:30.863Z | Checking http-range v0.1.5 |
2350 | 2024-06-04T10:27:30.982Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2351 | 2024-06-04T10:27:31.021Z | Checking hyper-staticfile v0.9.5 |
2352 | 2024-06-04T10:27:31.141Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2353 | 2024-06-04T10:27:31.399Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2354 | 2024-06-04T10:27:31.923Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2355 | 2024-06-04T10:27:32.353Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2356 | 2024-06-04T10:27:32.636Z | Checking const_format v0.2.32 |
2357 | 2024-06-04T10:27:32.919Z | Checking assert_matches v1.5.0 |
2358 | 2024-06-04T10:27:33.010Z | Compiling portable-atomic v1.6.0 |
2359 | 2024-06-04T10:27:33.045Z | Checking rand_seeder v0.2.3 |
2360 | 2024-06-04T10:27:33.253Z | Checking number_prefix v0.4.0 |
2361 | 2024-06-04T10:27:33.447Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2362 | 2024-06-04T10:27:33.654Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2363 | 2024-06-04T10:27:34.365Z | Checking castaway v0.2.2 |
2364 | 2024-06-04T10:27:34.508Z | Checking compact_str v0.7.1 |
2365 | 2024-06-04T10:27:34.795Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2366 | 2024-06-04T10:27:34.917Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2367 | 2024-06-04T10:27:34.942Z | Checking indicatif v0.17.8 |
2368 | 2024-06-04T10:27:35.148Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2369 | 2024-06-04T10:27:35.172Z | Checking lru v0.12.3 |
2370 | 2024-06-04T10:27:35.267Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2371 | 2024-06-04T10:27:35.417Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2372 | 2024-06-04T10:27:35.579Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2373 | 2024-06-04T10:27:35.603Z | Compiling stability v0.2.0 |
2374 | 2024-06-04T10:27:35.803Z | Checking cassowary v0.3.0 |
2375 | 2024-06-04T10:27:36.141Z | Compiling indoc v2.0.5 |
2376 | 2024-06-04T10:27:36.473Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2377 | 2024-06-04T10:27:36.497Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2378 | 2024-06-04T10:27:37.041Z | Checking ratatui v0.26.2 |
2379 | 2024-06-04T10:27:37.772Z | Checking unicode-linebreak v0.1.5 |
2380 | 2024-06-04T10:27:38.104Z | Checking smawk v0.3.2 |
2381 | 2024-06-04T10:27:38.283Z | Checking textwrap v0.16.1 |
2382 | 2024-06-04T10:27:38.592Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2383 | 2024-06-04T10:27:38.616Z | Checking is_ci v1.2.0 |
2384 | 2024-06-04T10:27:38.757Z | Checking supports-color v3.0.0 |
2385 | 2024-06-04T10:27:38.872Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2386 | 2024-06-04T10:27:38.929Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2387 | 2024-06-04T10:27:39.374Z | Checking fatfs v0.3.6 |
2388 | 2024-06-04T10:27:40.244Z | Checking shell-words v1.1.0 |
2389 | 2024-06-04T10:27:40.320Z | Checking rtoolbox v0.0.2 |
2390 | 2024-06-04T10:27:40.401Z | Checking tui-tree-widget v0.19.0 |
2391 | 2024-06-04T10:27:40.491Z | Checking rpassword v7.3.1 |
2392 | 2024-06-04T10:27:40.644Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2393 | 2024-06-04T10:27:40.714Z | Checking yansi v0.5.1 |
2394 | 2024-06-04T10:27:40.946Z | Checking pretty_assertions v1.4.0 |
2395 | 2024-06-04T10:27:41.123Z | Compiling target-lexicon v0.12.14 |
2396 | 2024-06-04T10:27:41.397Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2397 | 2024-06-04T10:27:41.551Z | Checking cargo-platform v0.1.8 |
2398 | 2024-06-04T10:27:41.800Z | Compiling guppy-workspace-hack v0.1.0 |
2399 | 2024-06-04T10:27:41.969Z | Checking plotters-backend v0.3.5 |
2400 | 2024-06-04T10:27:42.031Z | Compiling doc-comment v0.3.3 |
2401 | 2024-06-04T10:27:42.276Z | Checking plotters-svg v0.3.5 |
2402 | 2024-06-04T10:27:42.561Z | Checking cargo_metadata v0.18.1 |
2403 | 2024-06-04T10:27:42.655Z | Checking http-body v1.0.0 |
2404 | 2024-06-04T10:27:42.837Z | Checking regex-automata v0.1.10 |
2405 | 2024-06-04T10:27:42.881Z | Compiling assert_cmd v2.0.14 |
2406 | 2024-06-04T10:27:43.178Z | Checking cast v0.3.0 |
2407 | 2024-06-04T10:27:43.202Z | Checking tower-layer v0.3.2 |
2408 | 2024-06-04T10:27:43.420Z | Compiling target-spec v3.1.0 |
2409 | 2024-06-04T10:27:43.444Z | Checking criterion-plot v0.5.0 |
2410 | 2024-06-04T10:27:43.830Z | Checking tower v0.4.13 |
2411 | 2024-06-04T10:27:43.902Z | Checking bstr v0.2.17 |
2412 | 2024-06-04T10:27:43.948Z | Checking cfg-expr v0.15.8 |
2413 | 2024-06-04T10:27:44.475Z | Checking hyper v1.3.1 |
2414 | 2024-06-04T10:27:44.701Z | Checking plotters v0.3.5 |
2415 | 2024-06-04T10:27:44.748Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2416 | 2024-06-04T10:27:44.830Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2417 | 2024-06-04T10:27:45.530Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2418 | 2024-06-04T10:27:45.554Z | Checking tinytemplate v1.2.1 |
2419 | 2024-06-04T10:27:45.719Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2420 | 2024-06-04T10:27:45.870Z | Checking csv-core v0.1.11 |
2421 | 2024-06-04T10:27:46.174Z | Checking anes v0.1.6 |
2422 | 2024-06-04T10:27:46.514Z | Checking oorandom v11.1.3 |
2423 | 2024-06-04T10:27:46.664Z | Checking criterion v0.5.1 |
2424 | 2024-06-04T10:27:46.699Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2425 | 2024-06-04T10:27:47.991Z | Checking csv v1.3.0 |
2426 | 2024-06-04T10:27:48.015Z | Checking hyper-util v0.1.3 |
2427 | 2024-06-04T10:27:49.094Z | Checking httptest v0.15.5 |
2428 | 2024-06-04T10:27:49.337Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2429 | 2024-06-04T10:27:49.473Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2430 | 2024-06-04T10:27:49.740Z | Checking rustls-native-certs v0.7.0 |
2431 | 2024-06-04T10:27:49.863Z | Checking pathdiff v0.2.1 |
2432 | 2024-06-04T10:27:50.182Z | Checking nested v0.1.1 |
2433 | 2024-06-04T10:27:50.363Z | Checking guppy v0.17.5 |
2434 | 2024-06-04T10:27:52.214Z | Checking hyper-rustls v0.26.0 |
2435 | 2024-06-04T10:27:52.514Z | Checking escape8259 v0.5.2 |
2436 | 2024-06-04T10:27:52.683Z | Checking threadpool v1.8.1 |
2437 | 2024-06-04T10:27:52.869Z | Checking libtest-mimic v0.7.3 |
2438 | 2024-06-04T10:27:52.935Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2439 | 2024-06-04T10:27:53.280Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2440 | 2024-06-04T10:27:53.541Z | Checking similar-asserts v1.5.0 |
2441 | 2024-06-04T10:27:53.735Z | Checking fancy-regex v0.13.0 |
2442 | 2024-06-04T10:27:53.767Z | Compiling rstest_macros v0.19.0 |
2443 | 2024-06-04T10:27:54.423Z | Checking datatest-stable v0.2.9 |
2444 | 2024-06-04T10:27:54.447Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2445 | 2024-06-04T10:27:54.682Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2446 | 2024-06-04T10:27:54.917Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2447 | 2024-06-04T10:27:55.137Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2448 | 2024-06-04T10:27:55.531Z | Compiling trybuild v1.0.96 |
2449 | 2024-06-04T10:27:55.557Z | Compiling relative-path v1.9.3 |
2450 | 2024-06-04T10:27:55.895Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2451 | 2024-06-04T10:27:55.943Z | Checking blake2b_simd v1.0.2 |
2452 | 2024-06-04T10:27:56.636Z | Checking multimap v0.10.0 |
2453 | 2024-06-04T10:27:56.902Z | Checking futures-timer v3.0.3 |
2454 | 2024-06-04T10:27:57.170Z | Checking rust-argon2 v2.1.0 |
2455 | 2024-06-04T10:27:59.604Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2456 | 2024-06-04T10:28:01.266Z | Checking partial-io v0.5.4 |
2457 | 2024-06-04T10:28:01.607Z | Checking approx v0.5.1 |
2458 | 2024-06-04T10:28:01.817Z | Checking uzers v0.11.3 |
2459 | 2024-06-04T10:28:02.129Z | Checking termios v0.3.3 |
2460 | 2024-06-04T10:28:02.341Z | Checking hex-literal v0.4.1 |
2461 | 2024-06-04T10:28:04.217Z | Checking rstest v0.19.0 |
2462 | 2024-06-04T10:28:04.894Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2463 | 2024-06-04T10:28:07.416Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2464 | 2024-06-04T10:28:16.282Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2465 | 2024-06-04T10:28:19.417Z | Compiling samael v0.0.15 |
2466 | 2024-06-04T10:28:41.688Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2467 | 2024-06-04T10:28:43.255Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2468 | 2024-06-04T10:28:49.523Z | Compiling polar-core v0.27.3 |
2469 | 2024-06-04T10:28:58.662Z | Checking oso v0.27.3 |
2470 | 2024-06-04T10:29:36.396Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2471 | 2024-06-04T10:29:36.396Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2472 | 2024-06-04T10:29:36.396Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2473 | 2024-06-04T10:31:03.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 15s |
2474 | 2024-06-04T10:31:04.010Z | |
2475 | 2024-06-04T10:31:04.036Z | real 7:27.108297873 |
2476 | 2024-06-04T10:31:04.036Z | user 34:40.490338256 |
2477 | 2024-06-04T10:31:04.036Z | sys 6:38.329050304 |
2478 | 2024-06-04T10:31:04.036Z | trap 1.003353453 |
2479 | 2024-06-04T10:31:04.036Z | tflt 0.519164506 |
2480 | 2024-06-04T10:31:04.036Z | dflt 1.699767498 |
2481 | 2024-06-04T10:31:04.036Z | kflt 0.003021814 |
2482 | 2024-06-04T10:31:04.036Z | lock 1:42:26.783815088 |
2483 | 2024-06-04T10:31:04.036Z | slp 1:50:01.001555674 |
2484 | 2024-06-04T10:31:04.036Z | lat 1:55.171142518 |
2485 | 2024-06-04T10:31:04.036Z | stop 5:50.475551246 |
2486 | 2024-06-04T10:31:05.472Z | warning: output filename collision. |
2487 | 2024-06-04T10:31:05.472Z | The lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`. |
2488 | 2024-06-04T10:31:05.473Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2489 | 2024-06-04T10:31:05.473Z | The targets should have unique names. |
2490 | 2024-06-04T10:31:05.473Z | This is a known bug where multiple crates with the same name use |
2491 | 2024-06-04T10:31:05.473Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2492 | 2024-06-04T10:31:05.473Z | warning: output filename collision. |
2493 | 2024-06-04T10:31:05.473Z | The lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`. |
2494 | 2024-06-04T10:31:05.473Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2495 | 2024-06-04T10:31:05.473Z | The targets should have unique names. |
2496 | 2024-06-04T10:31:05.473Z | This is a known bug where multiple crates with the same name use |
2497 | 2024-06-04T10:31:05.473Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2498 | 2024-06-04T10:31:05.473Z | warning: output filename collision. |
2499 | 2024-06-04T10:31:05.473Z | The lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`. |
2500 | 2024-06-04T10:31:05.473Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2501 | 2024-06-04T10:31:05.474Z | The targets should have unique names. |
2502 | 2024-06-04T10:31:05.474Z | This is a known bug where multiple crates with the same name use |
2503 | 2024-06-04T10:31:05.474Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2504 | 2024-06-04T10:31:05.474Z | warning: output filename collision. |
2505 | 2024-06-04T10:31:05.474Z | The lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)`. |
2506 | 2024-06-04T10:31:05.474Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2507 | 2024-06-04T10:31:05.474Z | The targets should have unique names. |
2508 | 2024-06-04T10:31:05.474Z | This is a known bug where multiple crates with the same name use |
2509 | 2024-06-04T10:31:05.474Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2510 | 2024-06-04T10:31:05.474Z | warning: output filename collision. |
2511 | 2024-06-04T10:31:05.474Z | The lib target `nix` in package `nix v0.28.0` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2512 | 2024-06-04T10:31:05.474Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2513 | 2024-06-04T10:31:05.474Z | The targets should have unique names. |
2514 | 2024-06-04T10:31:05.474Z | This is a known bug where multiple crates with the same name use |
2515 | 2024-06-04T10:31:05.474Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2516 | 2024-06-04T10:31:05.475Z | warning: output filename collision. |
2517 | 2024-06-04T10:31:05.475Z | 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)`. |
2518 | 2024-06-04T10:31:05.475Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2519 | 2024-06-04T10:31:05.475Z | The targets should have unique names. |
2520 | 2024-06-04T10:31:05.475Z | This is a known bug where multiple crates with the same name use |
2521 | 2024-06-04T10:31:05.475Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2522 | 2024-06-04T10:31:05.475Z | warning: output filename collision. |
2523 | 2024-06-04T10:31:05.475Z | The lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`. |
2524 | 2024-06-04T10:31:05.475Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2525 | 2024-06-04T10:31:05.475Z | The targets should have unique names. |
2526 | 2024-06-04T10:31:05.475Z | This is a known bug where multiple crates with the same name use |
2527 | 2024-06-04T10:31:05.475Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2528 | 2024-06-04T10:31:05.475Z | warning: output filename collision. |
2529 | 2024-06-04T10:31:05.475Z | The lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)` has the same output filename as the lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)`. |
2530 | 2024-06-04T10:31:05.475Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2531 | 2024-06-04T10:31:05.475Z | The targets should have unique names. |
2532 | 2024-06-04T10:31:05.476Z | This is a known bug where multiple crates with the same name use |
2533 | 2024-06-04T10:31:05.476Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2534 | 2024-06-04T10:31:05.476Z | warning: output filename collision. |
2535 | 2024-06-04T10:31:05.476Z | 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`. |
2536 | 2024-06-04T10:31:05.476Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2537 | 2024-06-04T10:31:05.476Z | The targets should have unique names. |
2538 | 2024-06-04T10:31:05.477Z | This is a known bug where multiple crates with the same name use |
2539 | 2024-06-04T10:31:05.477Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2540 | 2024-06-04T10:31:06.088Z | Documenting libc v0.2.155 |
2541 | 2024-06-04T10:31:06.113Z | Documenting cfg-if v1.0.0 |
2542 | 2024-06-04T10:31:06.137Z | Documenting serde_derive v1.0.203 |
2543 | 2024-06-04T10:31:06.165Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2544 | 2024-06-04T10:31:06.189Z | Documenting log v0.4.21 |
2545 | 2024-06-04T10:31:06.213Z | Documenting memchr v2.7.2 |
2546 | 2024-06-04T10:31:06.238Z | Documenting itoa v1.0.11 |
2547 | 2024-06-04T10:31:06.238Z | Documenting byteorder v1.5.0 |
2548 | 2024-06-04T10:31:06.412Z | Documenting smallvec v1.13.2 |
2549 | 2024-06-04T10:31:08.681Z | Documenting scopeguard v1.2.0 |
2550 | 2024-06-04T10:31:09.046Z | Documenting pin-project-lite v0.2.14 |
2551 | 2024-06-04T10:31:09.362Z | Documenting libm v0.2.8 |
2552 | 2024-06-04T10:31:10.051Z | Documenting once_cell v1.19.0 |
2553 | 2024-06-04T10:31:10.115Z | Documenting getrandom v0.2.14 |
2554 | 2024-06-04T10:31:10.224Z | Documenting parking_lot_core v0.9.10 |
2555 | 2024-06-04T10:31:10.721Z | Documenting signal-hook-registry v1.4.2 |
2556 | 2024-06-04T10:31:11.667Z | Documenting mio v0.8.11 |
2557 | 2024-06-04T10:31:12.492Z | Documenting num-traits v0.2.19 |
2558 | 2024-06-04T10:31:12.587Z | Documenting serde v1.0.203 |
2559 | 2024-06-04T10:31:12.629Z | Documenting lock_api v0.4.12 |
2560 | 2024-06-04T10:31:13.775Z | Documenting thiserror-impl v1.0.60 |
2561 | 2024-06-04T10:31:14.141Z | Documenting rand_core v0.6.4 |
2562 | 2024-06-04T10:31:14.197Z | Documenting zeroize_derive v1.4.2 |
2563 | 2024-06-04T10:31:14.890Z | Documenting ryu v1.0.18 |
2564 | 2024-06-04T10:31:16.149Z | Documenting futures-core v0.3.30 |
2565 | 2024-06-04T10:31:16.788Z | Documenting parking_lot v0.12.2 |
2566 | 2024-06-04T10:31:17.139Z | Documenting socket2 v0.5.7 |
2567 | 2024-06-04T10:31:17.603Z | Documenting num_cpus v1.16.0 |
2568 | 2024-06-04T10:31:18.161Z | Documenting tokio-macros v2.2.0 |
2569 | 2024-06-04T10:31:18.690Z | Documenting thiserror v1.0.60 |
2570 | 2024-06-04T10:31:19.021Z | Documenting zeroize v1.7.0 |
2571 | 2024-06-04T10:31:20.008Z | Documenting zerocopy v0.7.34 |
2572 | 2024-06-04T10:31:21.085Z | Documenting futures-sink v0.3.30 |
2573 | 2024-06-04T10:31:21.525Z | Documenting typenum v1.17.0 |
2574 | 2024-06-04T10:31:21.755Z | Documenting pin-utils v0.1.0 |
2575 | 2024-06-04T10:31:22.810Z | Documenting iana-time-zone v0.1.60 |
2576 | 2024-06-04T10:31:24.366Z | Documenting subtle v2.5.0 |
2577 | 2024-06-04T10:31:24.392Z | Documenting slab v0.4.9 |
2578 | 2024-06-04T10:31:24.789Z | Documenting futures-channel v0.3.30 |
2579 | 2024-06-04T10:31:32.054Z | Documenting bytes v1.6.0 |
2580 | 2024-06-04T10:31:35.488Z | Documenting serde_json v1.0.117 |
2581 | 2024-06-04T10:31:35.523Z | Documenting bitflags v2.5.0 |
2582 | 2024-06-04T10:31:35.579Z | Documenting chrono v0.4.38 |
2583 | 2024-06-04T10:31:35.617Z | Documenting futures-macro v0.3.30 |
2584 | 2024-06-04T10:31:36.049Z | Documenting futures-task v0.3.30 |
2585 | 2024-06-04T10:31:36.049Z | Documenting tokio v1.37.0 |
2586 | 2024-06-04T10:31:36.049Z | Documenting futures-io v0.3.30 |
2587 | 2024-06-04T10:31:36.714Z | Documenting generic-array v0.14.7 |
2588 | 2024-06-04T10:31:39.526Z | Documenting uuid v1.8.0 |
2589 | 2024-06-04T10:31:39.819Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2590 | 2024-06-04T10:31:40.016Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2591 | 2024-06-04T10:31:40.041Z | Documenting ahash v0.8.11 |
2592 | 2024-06-04T10:31:40.666Z | Documenting futures-util v0.3.30 |
2593 | 2024-06-04T10:31:40.807Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2594 | 2024-06-04T10:31:41.092Z | Documenting allocator-api2 v0.2.18 |
2595 | 2024-06-04T10:31:41.318Z | Documenting crypto-common v0.1.6 |
2596 | 2024-06-04T10:31:41.520Z | Documenting const-oid v0.9.6 |
2597 | 2024-06-04T10:31:44.075Z | Documenting tinyvec_macros v0.1.1 |
2598 | 2024-06-04T10:31:44.294Z | Documenting serde_derive_internals v0.29.1 |
2599 | 2024-06-04T10:31:44.539Z | Documenting hashbrown v0.14.5 |
2600 | 2024-06-04T10:31:45.725Z | Checking serde_derive_internals v0.29.1 |
2601 | 2024-06-04T10:31:46.276Z | Documenting dyn-clone v1.0.17 |
2602 | 2024-06-04T10:31:46.560Z | Documenting ppv-lite86 v0.2.17 |
2603 | 2024-06-04T10:31:46.614Z | Documenting tinyvec v1.6.0 |
2604 | 2024-06-04T10:31:46.648Z | Documenting tracing-core v0.1.32 |
2605 | 2024-06-04T10:31:47.967Z | Documenting tracing-attributes v0.1.27 |
2606 | 2024-06-04T10:31:49.190Z | Documenting unicode-bidi v0.3.15 |
2607 | 2024-06-04T10:31:49.445Z | Documenting lazy_static v1.4.0 |
2608 | 2024-06-04T10:31:49.498Z | Documenting rand_chacha v0.3.1 |
2609 | 2024-06-04T10:31:49.693Z | Documenting schemars_derive v0.8.20 |
2610 | 2024-06-04T10:31:50.106Z | Documenting unicode-normalization v0.1.23 |
2611 | 2024-06-04T10:31:50.221Z | Documenting percent-encoding v2.3.1 |
2612 | 2024-06-04T10:31:52.121Z | Documenting block-buffer v0.10.4 |
2613 | 2024-06-04T10:31:53.370Z | Documenting equivalent v1.0.1 |
2614 | 2024-06-04T10:31:53.674Z | Documenting powerfmt v0.2.0 |
2615 | 2024-06-04T10:31:53.780Z | Documenting rand v0.8.5 |
2616 | 2024-06-04T10:31:54.035Z | Documenting form_urlencoded v1.2.1 |
2617 | 2024-06-04T10:31:54.466Z | Documenting time-macros v0.2.18 |
2618 | 2024-06-04T10:31:56.684Z | Documenting indexmap v2.2.6 |
2619 | 2024-06-04T10:31:56.709Z | Documenting schemars v0.8.20 |
2620 | 2024-06-04T10:31:56.851Z | Documenting digest v0.10.7 |
2621 | 2024-06-04T10:31:56.899Z | Documenting deranged v0.3.11 |
2622 | 2024-06-04T10:31:57.736Z | Documenting num_threads v0.1.7 |
2623 | 2024-06-04T10:31:58.167Z | Documenting unicode-width v0.1.12 |
2624 | 2024-06-04T10:31:58.807Z | Documenting time-core v0.1.2 |
2625 | 2024-06-04T10:32:01.048Z | Documenting num-conv v0.1.0 |
2626 | 2024-06-04T10:32:01.719Z | Documenting fnv v1.0.7 |
2627 | 2024-06-04T10:32:01.745Z | Documenting idna v0.5.0 |
2628 | 2024-06-04T10:32:01.902Z | Documenting adler v1.0.2 |
2629 | 2024-06-04T10:32:02.411Z | Documenting unicode-ident v1.0.12 |
2630 | 2024-06-04T10:32:03.191Z | Documenting tracing v0.1.40 |
2631 | 2024-06-04T10:32:12.300Z | Documenting time v0.3.36 |
2632 | 2024-06-04T10:32:12.336Z | Documenting miniz_oxide v0.7.2 |
2633 | 2024-06-04T10:32:12.390Z | Documenting slog v2.7.0 |
2634 | 2024-06-04T10:32:12.419Z | Documenting proc-macro2 v1.0.82 |
2635 | 2024-06-04T10:32:12.484Z | Documenting httparse v1.8.0 |
2636 | 2024-06-04T10:32:12.570Z | Documenting url v2.5.0 |
2637 | 2024-06-04T10:32:13.210Z | Documenting cpufeatures v0.2.12 |
2638 | 2024-06-04T10:32:15.683Z | Documenting tokio-util v0.7.11 |
2639 | 2024-06-04T10:32:15.996Z | Documenting errno v0.3.9 |
2640 | 2024-06-04T10:32:16.703Z | Documenting async-trait v0.1.80 |
2641 | 2024-06-04T10:32:16.839Z | Documenting try-lock v0.2.5 |
2642 | 2024-06-04T10:32:16.938Z | Documenting quote v1.0.36 |
2643 | 2024-06-04T10:32:17.036Z | Documenting httpdate v1.0.3 |
2644 | 2024-06-04T10:32:18.210Z | Documenting http-body v0.4.6 |
2645 | 2024-06-04T10:32:19.487Z | Documenting want v0.3.1 |
2646 | 2024-06-04T10:32:20.342Z | Documenting rustix v0.38.34 |
2647 | 2024-06-04T10:32:21.008Z | Documenting aho-corasick v1.1.3 |
2648 | 2024-06-04T10:32:21.142Z | Documenting openssl-sys v0.9.102 |
2649 | 2024-06-04T10:32:21.203Z | Documenting syn v2.0.64 |
2650 | 2024-06-04T10:32:21.656Z | Documenting h2 v0.3.26 |
2651 | 2024-06-04T10:32:21.681Z | Documenting openssl-macros v0.1.1 |
2652 | 2024-06-04T10:32:22.746Z | Documenting regex-syntax v0.8.3 |
2653 | 2024-06-04T10:32:23.417Z | Documenting tower-service v0.3.2 |
2654 | 2024-06-04T10:32:26.003Z | Documenting mime v0.3.17 |
2655 | 2024-06-04T10:32:26.332Z | Documenting gimli v0.28.1 |
2656 | 2024-06-04T10:32:26.856Z | Documenting object v0.32.2 |
2657 | 2024-06-04T10:32:26.959Z | Documenting openssl v0.10.64 |
2658 | 2024-06-04T10:32:27.408Z | Documenting rustc-demangle v0.1.24 |
2659 | 2024-06-04T10:32:29.223Z | Documenting regex-automata v0.4.6 |
2660 | 2024-06-04T10:32:30.193Z | Documenting ipnet v2.9.0 |
2661 | 2024-06-04T10:32:30.236Z | Documenting openssl-probe v0.1.5 |
2662 | 2024-06-04T10:32:31.365Z | Documenting hyper v0.14.28 |
2663 | 2024-06-04T10:32:32.224Z | Documenting addr2line v0.21.0 |
2664 | 2024-06-04T10:32:34.098Z | Documenting base64ct v1.6.0 |
2665 | 2024-06-04T10:32:34.123Z | Documenting futures-executor v0.3.30 |
2666 | 2024-06-04T10:32:35.020Z | Documenting native-tls v0.2.11 |
2667 | 2024-06-04T10:32:36.231Z | Documenting encoding_rs v0.8.34 |
2668 | 2024-06-04T10:32:37.870Z | Documenting psl-types v2.0.11 |
2669 | 2024-06-04T10:32:38.257Z | Documenting backtrace v0.3.71 |
2670 | 2024-06-04T10:32:38.389Z | Documenting serde_urlencoded v0.7.1 |
2671 | 2024-06-04T10:32:38.666Z | Documenting semver v1.0.23 |
2672 | 2024-06-04T10:32:39.057Z | Checking pest_meta v2.7.10 |
2673 | 2024-06-04T10:32:39.995Z | Documenting crossbeam-utils v0.8.19 |
2674 | 2024-06-04T10:32:40.361Z | Documenting tokio-native-tls v0.3.1 |
2675 | 2024-06-04T10:32:40.594Z | Documenting utf8parse v0.2.1 |
2676 | 2024-06-04T10:32:40.784Z | Documenting publicsuffix v2.2.3 |
2677 | 2024-06-04T10:32:42.815Z | Documenting hyper-rustls v0.24.2 |
2678 | 2024-06-04T10:32:42.845Z | Documenting futures v0.3.30 |
2679 | 2024-06-04T10:32:43.048Z | Documenting pem-rfc7468 v0.7.0 |
2680 | 2024-06-04T10:32:43.110Z | Documenting anyhow v1.0.86 |
2681 | 2024-06-04T10:32:43.166Z | Documenting regex v1.10.4 |
2682 | 2024-06-04T10:32:44.477Z | Documenting pest_meta v2.7.10 |
2683 | 2024-06-04T10:32:44.818Z | Documenting cookie_store v0.20.0 |
2684 | 2024-06-04T10:32:45.497Z | Documenting hyper-tls v0.5.0 |
2685 | 2024-06-04T10:32:46.868Z | Documenting scroll_derive v0.12.0 |
2686 | 2024-06-04T10:32:47.067Z | Documenting der_derive v0.7.2 |
2687 | 2024-06-04T10:32:48.346Z | Documenting webpki-roots v0.25.4 |
2688 | 2024-06-04T10:32:48.677Z | Documenting flagset v0.4.5 |
2689 | 2024-06-04T10:32:49.064Z | Documenting sync_wrapper v0.1.2 |
2690 | 2024-06-04T10:32:49.970Z | Documenting pest_generator v2.7.10 |
2691 | 2024-06-04T10:32:50.072Z | Checking pest_generator v2.7.10 |
2692 | 2024-06-04T10:32:50.641Z | Documenting num-integer v0.1.46 |
2693 | 2024-06-04T10:32:51.179Z | Documenting ucd-trie v0.1.6 |
2694 | 2024-06-04T10:32:51.326Z | Documenting scroll v0.12.0 |
2695 | 2024-06-04T10:32:51.736Z | Documenting plain v0.2.3 |
2696 | 2024-06-04T10:32:52.078Z | Documenting openapiv3 v2.0.0 |
2697 | 2024-06-04T10:32:52.128Z | Documenting der v0.7.9 |
2698 | 2024-06-04T10:32:52.220Z | Documenting reqwest v0.11.27 |
2699 | 2024-06-04T10:32:54.261Z | Documenting pretty-hex v0.4.1 |
2700 | 2024-06-04T10:32:54.441Z | Documenting pest_derive v2.7.10 |
2701 | 2024-06-04T10:32:54.563Z | Documenting spin v0.9.8 |
2702 | 2024-06-04T10:32:54.811Z | Documenting pest v2.7.10 |
2703 | 2024-06-04T10:32:55.344Z | Documenting goblin v0.8.2 |
2704 | 2024-06-04T10:32:57.071Z | Documenting spki v0.7.3 |
2705 | 2024-06-04T10:32:57.119Z | Documenting thread-id v4.2.1 |
2706 | 2024-06-04T10:32:58.335Z | Documenting either v1.12.0 |
2707 | 2024-06-04T10:32:58.726Z | Documenting anstyle v1.0.7 |
2708 | 2024-06-04T10:32:58.913Z | Documenting anstyle-parse v0.2.4 |
2709 | 2024-06-04T10:32:59.416Z | Documenting dtrace-parser v0.2.0 |
2710 | 2024-06-04T10:33:00.992Z | Documenting pkcs8 v0.10.2 |
2711 | 2024-06-04T10:33:01.101Z | Documenting ipnetwork v0.20.0 |
2712 | 2024-06-04T10:33:02.014Z | Documenting memmap v0.7.0 |
2713 | 2024-06-04T10:33:02.127Z | Documenting anstyle-query v1.0.3 |
2714 | 2024-06-04T10:33:02.332Z | Documenting is_terminal_polyfill v1.70.0 |
2715 | 2024-06-04T10:33:02.450Z | Documenting dof v0.3.0 |
2716 | 2024-06-04T10:33:02.729Z | Documenting data-encoding v2.6.0 |
2717 | 2024-06-04T10:33:03.539Z | Documenting colorchoice v1.0.1 |
2718 | 2024-06-04T10:33:05.118Z | Documenting crossbeam-epoch v0.9.18 |
2719 | 2024-06-04T10:33:06.127Z | Documenting terminal_size v0.3.0 |
2720 | 2024-06-04T10:33:06.264Z | Documenting sha2 v0.10.8 |
2721 | 2024-06-04T10:33:06.318Z | Documenting hex v0.4.3 |
2722 | 2024-06-04T10:33:06.403Z | Documenting anstream v0.6.14 |
2723 | 2024-06-04T10:33:06.775Z | Documenting crc32fast v1.4.0 |
2724 | 2024-06-04T10:33:06.866Z | Documenting strsim v0.11.1 |
2725 | 2024-06-04T10:33:07.888Z | Documenting usdt-impl v0.5.0 |
2726 | 2024-06-04T10:33:09.328Z | Documenting clap_lex v0.7.0 |
2727 | 2024-06-04T10:33:10.450Z | Documenting untrusted v0.9.0 |
2728 | 2024-06-04T10:33:10.521Z | Documenting unicode-segmentation v1.11.0 |
2729 | 2024-06-04T10:33:10.658Z | Documenting num-iter v0.1.45 |
2730 | 2024-06-04T10:33:10.715Z | Documenting hmac v0.12.1 |
2731 | 2024-06-04T10:33:10.838Z | Documenting signal-hook v0.3.17 |
2732 | 2024-06-04T10:33:10.976Z | Documenting clap_derive v4.5.4 |
2733 | 2024-06-04T10:33:13.077Z | Documenting ring v0.17.8 |
2734 | 2024-06-04T10:33:13.230Z | Documenting clap_builder v4.5.2 |
2735 | 2024-06-04T10:33:13.623Z | Documenting static_assertions v1.1.0 |
2736 | 2024-06-04T10:33:14.207Z | Documenting usdt v0.5.0 |
2737 | 2024-06-04T10:33:14.986Z | Documenting flate2 v1.0.30 |
2738 | 2024-06-04T10:33:15.087Z | Documenting managed v0.8.0 |
2739 | 2024-06-04T10:33:15.325Z | Documenting signal-hook-mio v0.2.3 |
2740 | 2024-06-04T10:33:16.203Z | Documenting itertools v0.12.1 |
2741 | 2024-06-04T10:33:16.358Z | Documenting enum-as-inner v0.5.1 |
2742 | 2024-06-04T10:33:18.209Z | Documenting regress v0.9.1 |
2743 | 2024-06-04T10:33:18.324Z | Documenting block-padding v0.3.3 |
2744 | 2024-06-04T10:33:19.236Z | Documenting clap v4.5.4 |
2745 | 2024-06-04T10:33:19.319Z | Documenting scheduled-thread-pool v0.2.7 |
2746 | 2024-06-04T10:33:19.382Z | Checking diesel_table_macro_syntax v0.1.0 |
2747 | 2024-06-04T10:33:19.573Z | Documenting diesel_table_macro_syntax v0.1.0 |
2748 | 2024-06-04T10:33:20.191Z | Documenting finl_unicode v1.2.0 |
2749 | 2024-06-04T10:33:20.987Z | Documenting trust-dns-proto v0.22.0 |
2750 | 2024-06-04T10:33:22.683Z | Documenting inout v0.1.3 |
2751 | 2024-06-04T10:33:22.790Z | Documenting crossterm v0.27.0 |
2752 | 2024-06-04T10:33:23.320Z | Documenting r2d2 v0.8.10 |
2753 | 2024-06-04T10:33:24.207Z | Documenting md-5 v0.10.6 |
2754 | 2024-06-04T10:33:24.440Z | Documenting stringprep v0.1.4 |
2755 | 2024-06-04T10:33:24.471Z | Documenting diesel_derives v2.1.4 |
2756 | 2024-06-04T10:33:24.496Z | Documenting ff v0.13.0 |
2757 | 2024-06-04T10:33:27.177Z | Documenting serde_spanned v0.6.6 |
2758 | 2024-06-04T10:33:27.517Z | Documenting toml_datetime v0.6.6 |
2759 | 2024-06-04T10:33:28.041Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2760 | 2024-06-04T10:33:28.453Z | Documenting bit-vec v0.6.3 |
2761 | 2024-06-04T10:33:28.596Z | Checking unsafe-libyaml v0.2.11 |
2762 | 2024-06-04T10:33:29.097Z | Documenting base16ct v0.2.0 |
2763 | 2024-06-04T10:33:29.432Z | Documenting heck v0.5.0 |
2764 | 2024-06-04T10:33:29.573Z | Documenting fallible-iterator v0.2.0 |
2765 | 2024-06-04T10:33:31.136Z | Documenting winnow v0.6.8 |
2766 | 2024-06-04T10:33:31.325Z | Documenting siphasher v0.3.11 |
2767 | 2024-06-04T10:33:31.598Z | Documenting group v0.13.0 |
2768 | 2024-06-04T10:33:31.986Z | Documenting diesel v2.1.6 |
2769 | 2024-06-04T10:33:32.085Z | Documenting sec1 v0.7.3 |
2770 | 2024-06-04T10:33:32.250Z | Documenting cipher v0.4.4 |
2771 | 2024-06-04T10:33:32.326Z | Documenting typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2772 | 2024-06-04T10:33:33.951Z | Documenting phf_shared v0.11.2 |
2773 | 2024-06-04T10:33:34.071Z | Documenting postgres-protocol v0.6.6 |
2774 | 2024-06-04T10:33:35.555Z | Documenting hkdf v0.12.4 |
2775 | 2024-06-04T10:33:35.973Z | Documenting toml_edit v0.22.13 |
2776 | 2024-06-04T10:33:47.225Z | Documenting typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2777 | 2024-06-04T10:33:56.849Z | Documenting num-bigint v0.4.5 |
2778 | 2024-06-04T10:33:57.135Z | Documenting bstr v1.9.1 |
2779 | 2024-06-04T10:33:57.267Z | Documenting console v0.15.8 |
2780 | 2024-06-04T10:33:57.293Z | Documenting crypto-bigint v0.5.5 |
2781 | 2024-06-04T10:33:57.609Z | Documenting hubpack v0.1.2 |
2782 | 2024-06-04T10:33:57.887Z | Documenting serde_repr v0.1.19 |
2783 | 2024-06-04T10:33:58.034Z | Documenting unsafe-libyaml v0.2.11 |
2784 | 2024-06-04T10:33:59.665Z | Documenting fixedbitset v0.4.2 |
2785 | 2024-06-04T10:34:01.587Z | Documenting lalrpop-util v0.19.12 |
2786 | 2024-06-04T10:34:01.723Z | Documenting precomputed-hash v0.1.1 |
2787 | 2024-06-04T10:34:01.853Z | Documenting minimal-lexical v0.2.1 |
2788 | 2024-06-04T10:34:02.311Z | Documenting new_debug_unreachable v1.0.6 |
2789 | 2024-06-04T10:34:02.540Z | Documenting petgraph v0.6.5 |
2790 | 2024-06-04T10:34:02.654Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2791 | 2024-06-04T10:34:02.993Z | Documenting yasna v0.5.2 |
2792 | 2024-06-04T10:34:13.590Z | Documenting serde_yaml v0.9.34+deprecated |
2793 | 2024-06-04T10:34:13.780Z | Documenting typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2794 | 2024-06-04T10:34:13.876Z | Documenting string_cache v0.8.7 |
2795 | 2024-06-04T10:34:13.984Z | Documenting nom v7.1.3 |
2796 | 2024-06-04T10:34:14.396Z | Documenting postgres-types v0.2.6 |
2797 | 2024-06-04T10:34:14.454Z | Documenting phf v0.11.2 |
2798 | 2024-06-04T10:34:14.747Z | Documenting elliptic-curve v0.13.8 |
2799 | 2024-06-04T10:34:15.391Z | Checking serde_yaml v0.9.34+deprecated |
2800 | 2024-06-04T10:34:17.000Z | Documenting similar v2.5.0 |
2801 | 2024-06-04T10:34:18.271Z | Documenting progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2802 | 2024-06-04T10:34:18.549Z | Documenting getopts v0.2.21 |
2803 | 2024-06-04T10:34:19.059Z | Documenting float-cmp v0.9.0 |
2804 | 2024-06-04T10:34:19.885Z | Documenting predicates-core v1.0.6 |
2805 | 2024-06-04T10:34:20.050Z | Documenting whoami v1.5.1 |
2806 | 2024-06-04T10:34:31.159Z | Documenting normalize-line-endings v0.3.0 |
2807 | 2024-06-04T10:34:31.245Z | Documenting difflib v0.4.0 |
2808 | 2024-06-04T10:34:31.330Z | Documenting peg-runtime v0.8.3 |
2809 | 2024-06-04T10:34:31.452Z | Documenting progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2810 | 2024-06-04T10:34:31.595Z | Documenting progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2811 | 2024-06-04T10:34:31.767Z | Documenting tokio-postgres v0.7.10 |
2812 | 2024-06-04T10:34:31.945Z | Documenting bit-set v0.5.3 |
2813 | 2024-06-04T10:34:32.044Z | Documenting fs-err v2.11.0 |
2814 | 2024-06-04T10:34:35.029Z | Documenting tokio-stream v0.1.15 |
2815 | 2024-06-04T10:34:35.171Z | Documenting predicates v3.1.0 |
2816 | 2024-06-04T10:34:35.306Z | Checking ident_case v1.0.1 |
2817 | 2024-06-04T10:34:35.450Z | Checking darling_core v0.20.9 |
2818 | 2024-06-04T10:34:35.761Z | Documenting is-terminal v0.4.12 |
2819 | 2024-06-04T10:34:36.839Z | Documenting strum v0.26.2 |
2820 | 2024-06-04T10:34:37.014Z | Documenting base64 v0.22.1 |
2821 | 2024-06-04T10:34:38.428Z | Documenting ident_case v1.0.1 |
2822 | 2024-06-04T10:34:39.190Z | Documenting progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2823 | 2024-06-04T10:34:39.518Z | Documenting camino v1.1.7 |
2824 | 2024-06-04T10:34:39.698Z | Documenting dirs-sys-next v0.1.2 |
2825 | 2024-06-04T10:34:40.158Z | Checking darling v0.20.9 |
2826 | 2024-06-04T10:34:40.278Z | Documenting sha1 v0.10.6 |
2827 | 2024-06-04T10:34:40.304Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2828 | 2024-06-04T10:34:40.589Z | Documenting http v1.1.0 |
2829 | 2024-06-04T10:34:40.967Z | Documenting paste v1.0.15 |
2830 | 2024-06-04T10:34:42.299Z | Documenting darling_core v0.20.9 |
2831 | 2024-06-04T10:34:43.744Z | Documenting dirs-next v2.0.0 |
2832 | 2024-06-04T10:34:43.996Z | Documenting thread_local v1.1.8 |
2833 | 2024-06-04T10:34:44.057Z | Documenting rustls-pki-types v1.7.0 |
2834 | 2024-06-04T10:34:44.842Z | Documenting crossbeam-channel v0.5.12 |
2835 | 2024-06-04T10:34:44.987Z | Documenting take_mut v0.2.2 |
2836 | 2024-06-04T10:34:45.925Z | Documenting slog-json v2.6.1 |
2837 | 2024-06-04T10:34:47.988Z | Documenting async-stream-impl v0.3.5 |
2838 | 2024-06-04T10:34:48.048Z | Documenting term v0.7.0 |
2839 | 2024-06-04T10:34:48.325Z | Documenting rustls-webpki v0.102.4 |
2840 | 2024-06-04T10:34:48.868Z | Documenting debug-ignore v1.0.5 |
2841 | 2024-06-04T10:34:49.155Z | Documenting slog-async v2.8.0 |
2842 | 2024-06-04T10:34:49.271Z | Documenting atomic-waker v1.1.2 |
2843 | 2024-06-04T10:34:50.374Z | Documenting darling_macro v0.20.9 |
2844 | 2024-06-04T10:34:50.764Z | Documenting slog-bunyan v2.5.0 |
2845 | 2024-06-04T10:34:51.632Z | Documenting rustls-pemfile v2.1.2 |
2846 | 2024-06-04T10:34:51.914Z | Documenting waitgroup v0.1.2 |
2847 | 2024-06-04T10:34:52.344Z | Documenting slog-term v2.9.1 |
2848 | 2024-06-04T10:34:52.788Z | Documenting async-stream v0.3.5 |
2849 | 2024-06-04T10:34:53.025Z | Documenting rustls v0.22.4 |
2850 | 2024-06-04T10:34:53.142Z | Documenting multer v3.1.0 |
2851 | 2024-06-04T10:34:55.142Z | Documenting darling v0.20.9 |
2852 | 2024-06-04T10:34:55.324Z | Documenting toml v0.8.13 |
2853 | 2024-06-04T10:34:55.534Z | Documenting dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2854 | 2024-06-04T10:34:55.762Z | Documenting serde_path_to_error v0.1.16 |
2855 | 2024-06-04T10:34:56.748Z | Documenting hostname v0.4.0 |
2856 | 2024-06-04T10:34:56.988Z | Documenting structmeta-derive v0.3.0 |
2857 | 2024-06-04T10:34:58.229Z | Documenting newtype-uuid v1.1.0 |
2858 | 2024-06-04T10:35:00.150Z | Checking structmeta v0.3.0 |
2859 | 2024-06-04T10:35:00.362Z | Documenting instant v0.1.12 |
2860 | 2024-06-04T10:35:00.449Z | Documenting serde_with_macros v3.8.1 |
2861 | 2024-06-04T10:35:00.475Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2862 | 2024-06-04T10:35:01.120Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2863 | 2024-06-04T10:35:01.313Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2864 | 2024-06-04T10:35:01.857Z | Documenting tokio-rustls v0.25.0 |
2865 | 2024-06-04T10:35:02.151Z | Documenting structmeta v0.3.0 |
2866 | 2024-06-04T10:35:02.776Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2867 | 2024-06-04T10:35:04.161Z | Documenting backoff v0.4.0 |
2868 | 2024-06-04T10:35:04.859Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2869 | 2024-06-04T10:35:05.647Z | Documenting oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
2870 | 2024-06-04T10:35:05.820Z | Documenting serde_with v3.8.1 |
2871 | 2024-06-04T10:35:06.783Z | Documenting parse-display-derive v0.9.0 |
2872 | 2024-06-04T10:35:07.137Z | Documenting dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2873 | 2024-06-04T10:35:07.959Z | Documenting macaddr v1.0.1 |
2874 | 2024-06-04T10:35:08.976Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2875 | 2024-06-04T10:35:09.069Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2876 | 2024-06-04T10:35:10.838Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2877 | 2024-06-04T10:35:11.052Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2878 | 2024-06-04T10:35:11.847Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2879 | 2024-06-04T10:35:12.198Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2880 | 2024-06-04T10:35:12.444Z | Documenting fastrand v2.1.0 |
2881 | 2024-06-04T10:35:12.518Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2882 | 2024-06-04T10:35:12.794Z | Documenting parse-display v0.9.0 |
2883 | 2024-06-04T10:35:12.819Z | Documenting proc-macro-crate v1.3.1 |
2884 | 2024-06-04T10:35:12.844Z | Checking proc-macro-crate v1.3.1 |
2885 | 2024-06-04T10:35:13.052Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2886 | 2024-06-04T10:35:13.398Z | Documenting foreign-types-macros v0.2.3 |
2887 | 2024-06-04T10:35:13.491Z | Documenting foreign-types-shared v0.3.1 |
2888 | 2024-06-04T10:35:14.096Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2889 | 2024-06-04T10:35:16.283Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2890 | 2024-06-04T10:35:16.472Z | Documenting tempfile v3.10.1 |
2891 | 2024-06-04T10:35:17.151Z | Documenting cstr-argument v0.1.2 |
2892 | 2024-06-04T10:35:17.802Z | Documenting num_enum_derive v0.5.11 |
2893 | 2024-06-04T10:35:18.071Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2894 | 2024-06-04T10:35:18.227Z | Documenting foreign-types v0.5.0 |
2895 | 2024-06-04T10:35:19.383Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2896 | 2024-06-04T10:35:19.525Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2897 | 2024-06-04T10:35:20.158Z | Documenting tabwriter v1.4.0 |
2898 | 2024-06-04T10:35:20.846Z | Documenting camino-tempfile v1.1.1 |
2899 | 2024-06-04T10:35:21.066Z | Documenting colored v2.1.0 |
2900 | 2024-06-04T10:35:21.989Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2901 | 2024-06-04T10:35:22.536Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2902 | 2024-06-04T10:35:23.994Z | Documenting hash32 v0.3.1 |
2903 | 2024-06-04T10:35:24.185Z | Documenting num_enum v0.5.11 |
2904 | 2024-06-04T10:35:24.894Z | Documenting stable_deref_trait v1.2.0 |
2905 | 2024-06-04T10:35:25.417Z | Documenting smf v0.2.3 |
2906 | 2024-06-04T10:35:25.815Z | Documenting cobs v0.2.3 |
2907 | 2024-06-04T10:35:26.480Z | Documenting embedded-io v0.4.0 |
2908 | 2024-06-04T10:35:27.395Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2909 | 2024-06-04T10:35:27.766Z | Documenting heapless v0.8.0 |
2910 | 2024-06-04T10:35:27.916Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2911 | 2024-06-04T10:35:28.495Z | Documenting derive-where v1.2.7 |
2912 | 2024-06-04T10:35:29.085Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2913 | 2024-06-04T10:35:29.210Z | Documenting postcard v1.0.8 |
2914 | 2024-06-04T10:35:29.399Z | Documenting crucible-workspace-hack v0.1.0 |
2915 | 2024-06-04T10:35:30.314Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2916 | 2024-06-04T10:35:31.909Z | Documenting newline-converter v0.3.0 |
2917 | 2024-06-04T10:35:32.282Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2918 | 2024-06-04T10:35:32.392Z | Documenting smoltcp v0.11.0 |
2919 | 2024-06-04T10:35:33.351Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2920 | 2024-06-04T10:35:33.719Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2921 | 2024-06-04T10:35:34.045Z | Documenting sigpipe v0.1.3 |
2922 | 2024-06-04T10:35:34.585Z | Documenting num-derive v0.4.2 |
2923 | 2024-06-04T10:35:35.215Z | Documenting convert_case v0.4.0 |
2924 | 2024-06-04T10:35:35.876Z | Documenting expectorate v1.1.0 |
2925 | 2024-06-04T10:35:37.003Z | Checking convert_case v0.4.0 |
2926 | 2024-06-04T10:35:37.212Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2927 | 2024-06-04T10:35:38.017Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2928 | 2024-06-04T10:35:38.042Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2929 | 2024-06-04T10:35:38.233Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2930 | 2024-06-04T10:35:39.276Z | Documenting derive_more v0.99.17 |
2931 | 2024-06-04T10:35:39.361Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2932 | 2024-06-04T10:35:39.453Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2933 | 2024-06-04T10:35:40.028Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2934 | 2024-06-04T10:35:42.117Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2935 | 2024-06-04T10:35:42.458Z | Documenting password-hash v0.5.0 |
2936 | 2024-06-04T10:35:42.975Z | Documenting blake2 v0.10.6 |
2937 | 2024-06-04T10:35:43.054Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2938 | 2024-06-04T10:35:44.204Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2939 | 2024-06-04T10:35:44.355Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2940 | 2024-06-04T10:35:44.852Z | Documenting humantime v2.1.0 |
2941 | 2024-06-04T10:35:44.990Z | Documenting linked-hash-map v0.5.6 |
2942 | 2024-06-04T10:35:45.385Z | Documenting newtype_derive v0.1.6 |
2943 | 2024-06-04T10:35:46.438Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2944 | 2024-06-04T10:35:47.758Z | Documenting argon2 v0.5.3 |
2945 | 2024-06-04T10:35:48.637Z | Documenting swrite v0.1.0 |
2946 | 2024-06-04T10:35:48.885Z | Documenting lru-cache v0.1.2 |
2947 | 2024-06-04T10:35:49.204Z | Documenting steno v0.4.0 |
2948 | 2024-06-04T10:35:49.230Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2949 | 2024-06-04T10:35:50.344Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2950 | 2024-06-04T10:35:51.546Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2951 | 2024-06-04T10:35:51.598Z | Documenting quick-error v1.2.3 |
2952 | 2024-06-04T10:35:51.761Z | Documenting arc-swap v1.7.1 |
2953 | 2024-06-04T10:35:52.578Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2954 | 2024-06-04T10:35:52.646Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2955 | 2024-06-04T10:35:52.878Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2956 | 2024-06-04T10:35:53.084Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2957 | 2024-06-04T10:35:53.340Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2958 | 2024-06-04T10:35:55.549Z | Documenting resolv-conf v0.7.0 |
2959 | 2024-06-04T10:35:55.698Z | Documenting slog-scope v4.4.0 |
2960 | 2024-06-04T10:35:56.304Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2961 | 2024-06-04T10:35:56.643Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2962 | 2024-06-04T10:35:57.011Z | Documenting xattr v1.3.1 |
2963 | 2024-06-04T10:35:57.164Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2964 | 2024-06-04T10:35:57.511Z | Documenting filetime v0.2.23 |
2965 | 2024-06-04T10:35:58.638Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2966 | 2024-06-04T10:35:58.873Z | Documenting num-rational v0.4.2 |
2967 | 2024-06-04T10:35:59.599Z | Documenting trust-dns-resolver v0.22.0 |
2968 | 2024-06-04T10:35:59.780Z | Documenting slog-stdlog v4.1.1 |
2969 | 2024-06-04T10:36:01.168Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2970 | 2024-06-04T10:36:01.529Z | Documenting num-complex v0.4.6 |
2971 | 2024-06-04T10:36:01.708Z | Documenting tar v0.4.40 |
2972 | 2024-06-04T10:36:02.777Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2973 | 2024-06-04T10:36:03.223Z | Documenting tap v1.0.1 |
2974 | 2024-06-04T10:36:03.804Z | Documenting slog-envlogger v2.2.0 |
2975 | 2024-06-04T10:36:06.024Z | Documenting num v0.4.3 |
2976 | 2024-06-04T10:36:06.050Z | Documenting wyz v0.5.1 |
2977 | 2024-06-04T10:36:06.332Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2978 | 2024-06-04T10:36:07.352Z | Documenting radium v0.7.0 |
2979 | 2024-06-04T10:36:07.592Z | Documenting nibble_vec v0.1.0 |
2980 | 2024-06-04T10:36:08.726Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2981 | 2024-06-04T10:36:09.004Z | Documenting same-file v1.0.6 |
2982 | 2024-06-04T10:36:10.388Z | Documenting display-error-chain v0.2.0 |
2983 | 2024-06-04T10:36:11.433Z | Documenting endian-type v0.1.2 |
2984 | 2024-06-04T10:36:11.692Z | Documenting funty v2.0.0 |
2985 | 2024-06-04T10:36:12.920Z | Documenting crc-catalog v2.4.0 |
2986 | 2024-06-04T10:36:13.269Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2987 | 2024-06-04T10:36:14.385Z | Documenting walkdir v2.5.0 |
2988 | 2024-06-04T10:36:14.795Z | Documenting bitvec v1.0.1 |
2989 | 2024-06-04T10:36:15.434Z | Documenting radix_trie v0.2.1 |
2990 | 2024-06-04T10:36:15.660Z | Documenting crc v3.2.1 |
2991 | 2024-06-04T10:36:17.306Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2992 | 2024-06-04T10:36:18.283Z | Documenting slog-dtrace v0.3.0 |
2993 | 2024-06-04T10:36:18.530Z | Documenting cancel-safe-futures v0.1.5 |
2994 | 2024-06-04T10:36:19.656Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2995 | 2024-06-04T10:36:19.689Z | Documenting packed_struct_codegen v0.10.1 |
2996 | 2024-06-04T10:36:19.900Z | Documenting nodrop v0.1.14 |
2997 | 2024-06-04T10:36:19.947Z | warning: unresolved link to `Blueprints` |
2998 | 2024-06-04T10:36:19.947Z | --> nexus/types/src/deployment/blueprint_diff.rs:5:33 |
2999 | 2024-06-04T10:36:19.947Z | | |
3000 | 2024-06-04T10:36:19.947Z | 5 | //! Types helpful for diffing [`Blueprints`]. |
3001 | 2024-06-04T10:36:19.948Z | | ^^^^^^^^^^ no item named `Blueprints` in scope |
3002 | 2024-06-04T10:36:19.948Z | | |
3003 | 2024-06-04T10:36:19.948Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3004 | 2024-06-04T10:36:19.948Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3005 | 2024-06-04T10:36:19.948Z | |
3006 | 2024-06-04T10:36:19.976Z | warning: unresolved link to `Blueprints` |
3007 | 2024-06-04T10:36:19.976Z | --> nexus/types/src/deployment/blueprint_display.rs:5:35 |
3008 | 2024-06-04T10:36:19.976Z | | |
3009 | 2024-06-04T10:36:19.976Z | 5 | //! Types helpful for rendering [`Blueprints`]. |
3010 | 2024-06-04T10:36:19.976Z | | ^^^^^^^^^^ no item named `Blueprints` in scope |
3011 | 2024-06-04T10:36:19.976Z | | |
3012 | 2024-06-04T10:36:19.976Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3013 | 2024-06-04T10:36:19.976Z | |
3014 | 2024-06-04T10:36:19.976Z | warning: unresolved link to `BpSledTable` |
3015 | 2024-06-04T10:36:19.976Z | --> nexus/types/src/deployment/blueprint_display.rs:179:49 |
3016 | 2024-06-04T10:36:19.976Z | | |
3017 | 2024-06-04T10:36:19.976Z | 179 | /// `BpSledSubtable`s are always nested under [`BpSledTable`]s. |
3018 | 2024-06-04T10:36:19.976Z | | ^^^^^^^^^^^ no item named `BpSledTable` in scope |
3019 | 2024-06-04T10:36:19.977Z | | |
3020 | 2024-06-04T10:36:19.977Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3021 | 2024-06-04T10:36:19.977Z | |
3022 | 2024-06-04T10:36:21.957Z | warning: `nexus-types` (lib doc) generated 3 warnings |
3023 | 2024-06-04T10:36:21.985Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3024 | 2024-06-04T10:36:22.562Z | Documenting array-init v0.0.4 |
3025 | 2024-06-04T10:36:23.360Z | Documenting bzip2-sys v0.1.11+1.0.8 |
3026 | 2024-06-04T10:36:23.540Z | Documenting num-bigint-dig v0.8.4 |
3027 | 2024-06-04T10:36:24.533Z | Documenting packed_struct v0.10.1 |
3028 | 2024-06-04T10:36:24.828Z | Documenting pem v3.0.4 |
3029 | 2024-06-04T10:36:25.582Z | Documenting pkcs1 v0.7.5 |
3030 | 2024-06-04T10:36:25.611Z | Documenting signature v2.2.0 |
3031 | 2024-06-04T10:36:27.381Z | Documenting bitfield v0.14.0 |
3032 | 2024-06-04T10:36:28.772Z | Documenting maplit v1.0.2 |
3033 | 2024-06-04T10:36:29.345Z | Documenting termcolor v1.4.1 |
3034 | 2024-06-04T10:36:29.894Z | Documenting bzip2 v0.4.4 |
3035 | 2024-06-04T10:36:30.116Z | Documenting serde-hex v0.1.0 |
3036 | 2024-06-04T10:36:30.172Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3037 | 2024-06-04T10:36:30.412Z | Documenting rsa v0.9.6 |
3038 | 2024-06-04T10:36:32.669Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3039 | 2024-06-04T10:36:32.915Z | Documenting lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3040 | 2024-06-04T10:36:32.940Z | Documenting x509-cert v0.2.5 |
3041 | 2024-06-04T10:36:33.264Z | Documenting env_logger v0.10.2 |
3042 | 2024-06-04T10:36:33.898Z | Documenting libsw v3.3.1 |
3043 | 2024-06-04T10:36:34.104Z | Documenting ron v0.8.1 |
3044 | 2024-06-04T10:36:35.151Z | Documenting half v2.4.1 |
3045 | 2024-06-04T10:36:36.899Z | Documenting headers-core v0.2.0 |
3046 | 2024-06-04T10:36:37.505Z | Documenting linear-map v1.2.0 |
3047 | 2024-06-04T10:36:37.947Z | Documenting owo-colors v4.0.0 |
3048 | 2024-06-04T10:36:37.987Z | Documenting crc-any v2.5.0 |
3049 | 2024-06-04T10:36:38.612Z | Documenting ciborium-io v0.2.2 |
3050 | 2024-06-04T10:36:38.917Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3051 | 2024-06-04T10:36:40.183Z | Documenting zip v0.6.6 |
3052 | 2024-06-04T10:36:40.856Z | Documenting lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3053 | 2024-06-04T10:36:41.501Z | Documenting headers v0.3.9 |
3054 | 2024-06-04T10:36:41.648Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3055 | 2024-06-04T10:36:42.315Z | Documenting ciborium-ll v0.2.2 |
3056 | 2024-06-04T10:36:42.491Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3057 | 2024-06-04T10:36:42.913Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3058 | 2024-06-04T10:36:44.572Z | Documenting async-recursion v1.1.1 |
3059 | 2024-06-04T10:36:46.240Z | Documenting path-slash v0.1.5 |
3060 | 2024-06-04T10:36:47.180Z | Documenting ciborium v0.2.2 |
3061 | 2024-06-04T10:36:49.115Z | Documenting fxhash v0.2.1 |
3062 | 2024-06-04T10:36:49.406Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3063 | 2024-06-04T10:36:49.502Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3064 | 2024-06-04T10:36:50.181Z | Documenting hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
3065 | 2024-06-04T10:36:51.550Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3066 | 2024-06-04T10:36:51.704Z | Documenting buf-list v1.0.3 |
3067 | 2024-06-04T10:36:52.983Z | Documenting derive_builder_core v0.20.0 |
3068 | 2024-06-04T10:36:56.386Z | Checking derive_builder_core v0.20.0 |
3069 | 2024-06-04T10:36:56.521Z | Documenting ref-cast-impl v1.0.23 |
3070 | 2024-06-04T10:36:57.095Z | Documenting pin-project-internal v1.1.5 |
3071 | 2024-06-04T10:36:58.836Z | Documenting vte_generate_state_changes v0.1.1 |
3072 | 2024-06-04T10:37:01.064Z | Documenting derive_builder_macro v0.20.0 |
3073 | 2024-06-04T10:37:01.092Z | Documenting ref-cast v1.0.23 |
3074 | 2024-06-04T10:37:01.431Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3075 | 2024-06-04T10:37:01.958Z | Documenting pin-project v1.1.5 |
3076 | 2024-06-04T10:37:02.755Z | Documenting vte v0.11.1 |
3077 | 2024-06-04T10:37:03.694Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3078 | 2024-06-04T10:37:03.720Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3079 | 2024-06-04T10:37:04.609Z | Documenting crossbeam-deque v0.8.5 |
3080 | 2024-06-04T10:37:05.801Z | Documenting snafu-derive v0.8.2 |
3081 | 2024-06-04T10:37:06.842Z | Documenting fd-lock v4.0.2 |
3082 | 2024-06-04T10:37:07.031Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3083 | 2024-06-04T10:37:08.176Z | Documenting bitstruct_derive v0.1.0 |
3084 | 2024-06-04T10:37:08.606Z | Documenting ascii v1.1.0 |
3085 | 2024-06-04T10:37:08.694Z | Documenting rayon-core v1.12.1 |
3086 | 2024-06-04T10:37:10.960Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3087 | 2024-06-04T10:37:11.486Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3088 | 2024-06-04T10:37:11.681Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3089 | 2024-06-04T10:37:12.596Z | Documenting snafu v0.8.2 |
3090 | 2024-06-04T10:37:12.941Z | Documenting strip-ansi-escapes v0.2.0 |
3091 | 2024-06-04T10:37:13.062Z | Documenting bitstruct v0.1.1 |
3092 | 2024-06-04T10:37:15.105Z | Documenting derive_builder v0.20.0 |
3093 | 2024-06-04T10:37:15.737Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3094 | 2024-06-04T10:37:15.803Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3095 | 2024-06-04T10:37:16.139Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3096 | 2024-06-04T10:37:16.717Z | Documenting polar-core v0.27.3 |
3097 | 2024-06-04T10:37:16.850Z | Documenting libxml v0.3.3 |
3098 | 2024-06-04T10:37:16.950Z | Documenting proc-macro-error-attr v1.0.4 |
3099 | 2024-06-04T10:37:17.264Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3100 | 2024-06-04T10:37:21.146Z | Documenting globset v0.4.14 |
3101 | 2024-06-04T10:37:21.396Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3102 | 2024-06-04T10:37:22.586Z | Documenting olpc-cjson v0.1.3 |
3103 | 2024-06-04T10:37:23.157Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3104 | 2024-06-04T10:37:23.996Z | Documenting serde_plain v1.0.2 |
3105 | 2024-06-04T10:37:24.062Z | Documenting serde_arrays v0.1.0 |
3106 | 2024-06-04T10:37:24.832Z | Documenting erased-serde v0.3.31 |
3107 | 2024-06-04T10:37:26.304Z | Documenting quick-xml v0.31.0 |
3108 | 2024-06-04T10:37:26.529Z | Documenting impl-trait-for-tuples v0.2.2 |
3109 | 2024-06-04T10:37:27.307Z | Documenting oso-derive v0.27.3 |
3110 | 2024-06-04T10:37:28.316Z | Documenting typed-path v0.7.1 |
3111 | 2024-06-04T10:37:28.469Z | Checking unicode-xid v0.2.4 |
3112 | 2024-06-04T10:37:28.600Z | Documenting unicode-xid v0.2.4 |
3113 | 2024-06-04T10:37:29.807Z | Documenting nu-ansi-term v0.50.0 |
3114 | 2024-06-04T10:37:31.292Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3115 | 2024-06-04T10:37:31.580Z | Documenting const_format_proc_macros v0.2.32 |
3116 | 2024-06-04T10:37:31.752Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3117 | 2024-06-04T10:37:31.818Z | Documenting samael v0.0.15 |
3118 | 2024-06-04T10:37:32.004Z | Documenting oso v0.27.3 |
3119 | 2024-06-04T10:37:33.520Z | Documenting tough v0.17.1 |
3120 | 2024-06-04T10:37:33.662Z | Documenting reedline v0.31.0 |
3121 | 2024-06-04T10:37:35.942Z | Documenting proc-macro-error v1.0.4 |
3122 | 2024-06-04T10:37:37.339Z | Documenting rayon v1.10.0 |
3123 | 2024-06-04T10:37:37.366Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3124 | 2024-06-04T10:37:40.332Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3125 | 2024-06-04T10:37:40.870Z | Documenting libefi-sys v0.1.0 |
3126 | 2024-06-04T10:37:42.335Z | Documenting trust-dns-client v0.22.0 |
3127 | 2024-06-04T10:37:45.406Z | Documenting cookie v0.18.1 |
3128 | 2024-06-04T10:37:45.512Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3129 | 2024-06-04T10:37:45.641Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3130 | 2024-06-04T10:37:45.850Z | Checking proc-macro-error v1.0.4 |
3131 | 2024-06-04T10:37:46.071Z | Documenting bb8 v0.8.3 |
3132 | 2024-06-04T10:37:46.102Z | Documenting parse-size v1.0.0 |
3133 | 2024-06-04T10:37:46.810Z | Documenting keccak v0.1.5 |
3134 | 2024-06-04T10:37:47.144Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3135 | 2024-06-04T10:37:48.844Z | Documenting bytecount v0.6.8 |
3136 | 2024-06-04T10:37:49.868Z | Documenting utf-8 v0.7.6 |
3137 | 2024-06-04T10:37:49.967Z | Documenting sha3 v0.10.8 |
3138 | 2024-06-04T10:37:50.042Z | Documenting trust-dns-server v0.22.1 |
3139 | 2024-06-04T10:37:50.250Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3140 | 2024-06-04T10:37:51.291Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3141 | 2024-06-04T10:37:51.527Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3142 | 2024-06-04T10:37:51.620Z | Documenting papergrid v0.11.0 |
3143 | 2024-06-04T10:37:53.812Z | Documenting tungstenite v0.21.0 |
3144 | 2024-06-04T10:37:54.294Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3145 | 2024-06-04T10:37:55.075Z | Documenting tabled_derive v0.7.0 |
3146 | 2024-06-04T10:37:55.571Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3147 | 2024-06-04T10:37:56.416Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3148 | 2024-06-04T10:37:57.253Z | Documenting const_format v0.2.32 |
3149 | 2024-06-04T10:37:58.905Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3150 | 2024-06-04T10:38:00.035Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3151 | 2024-06-04T10:38:00.165Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3152 | 2024-06-04T10:38:00.217Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3153 | 2024-06-04T10:38:00.349Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3154 | 2024-06-04T10:38:00.783Z | Documenting sled v0.34.7 |
3155 | 2024-06-04T10:38:00.886Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3156 | 2024-06-04T10:38:00.964Z | Documenting nix v0.28.0 |
3157 | 2024-06-04T10:38:01.209Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3158 | 2024-06-04T10:38:01.493Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3159 | 2024-06-04T10:38:01.695Z | Documenting secrecy v0.8.0 |
3160 | 2024-06-04T10:38:01.747Z | Documenting gethostname v0.4.3 |
3161 | 2024-06-04T10:38:05.407Z | Documenting peg-macros v0.8.3 |
3162 | 2024-06-04T10:38:05.877Z | Documenting rustversion v1.0.17 |
3163 | 2024-06-04T10:38:06.027Z | Documenting sqlparser_derive v0.2.2 |
3164 | 2024-06-04T10:38:06.751Z | Documenting home v0.5.9 |
3165 | 2024-06-04T10:38:07.107Z | Documenting unicode_categories v0.1.1 |
3166 | 2024-06-04T10:38:09.299Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3167 | 2024-06-04T10:38:10.046Z | Documenting castaway v0.2.2 |
3168 | 2024-06-04T10:38:10.254Z | Documenting peg v0.8.3 |
3169 | 2024-06-04T10:38:10.956Z | Documenting rustyline v14.0.0 |
3170 | 2024-06-04T10:38:11.163Z | Documenting sqlparser v0.45.0 |
3171 | 2024-06-04T10:38:11.305Z | Documenting sqlformat v0.2.3 |
3172 | 2024-06-04T10:38:14.045Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3173 | 2024-06-04T10:38:14.245Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3174 | 2024-06-04T10:38:15.764Z | Documenting tabled v0.15.0 |
3175 | 2024-06-04T10:38:16.593Z | Documenting tokio-tungstenite v0.21.0 |
3176 | 2024-06-04T10:38:17.429Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3177 | 2024-06-04T10:38:19.733Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3178 | 2024-06-04T10:38:20.881Z | Documenting zone v0.1.8 |
3179 | 2024-06-04T10:38:21.605Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3180 | 2024-06-04T10:38:22.396Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
3181 | 2024-06-04T10:38:22.864Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
3182 | 2024-06-04T10:38:23.074Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3183 | 2024-06-04T10:38:24.201Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3184 | 2024-06-04T10:38:25.152Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3185 | 2024-06-04T10:38:25.402Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3186 | 2024-06-04T10:38:25.655Z | Documenting portpicker v0.1.1 |
3187 | 2024-06-04T10:38:27.397Z | Documenting universal-hash v0.5.1 |
3188 | 2024-06-04T10:38:28.444Z | Documenting bcs v0.1.6 |
3189 | 2024-06-04T10:38:30.255Z | Documenting kstat-rs v0.2.3 |
3190 | 2024-06-04T10:38:36.368Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3191 | 2024-06-04T10:38:43.129Z | Documenting thiserror-impl-no-std v2.0.2 |
3192 | 2024-06-04T10:38:43.587Z | Documenting curve25519-dalek-derive v0.1.1 |
3193 | 2024-06-04T10:38:43.885Z | Documenting highway v1.1.0 |
3194 | 2024-06-04T10:38:43.913Z | Documenting opaque-debug v0.3.1 |
3195 | 2024-06-04T10:38:44.012Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3196 | 2024-06-04T10:38:44.401Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3197 | 2024-06-04T10:38:44.969Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3198 | 2024-06-04T10:38:46.728Z | Documenting poly1305 v0.8.0 |
3199 | 2024-06-04T10:38:48.091Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3200 | 2024-06-04T10:38:48.384Z | Documenting curve25519-dalek v4.1.2 |
3201 | 2024-06-04T10:38:48.618Z | Documenting thiserror-no-std v2.0.2 |
3202 | 2024-06-04T10:38:51.333Z | Documenting compact_str v0.7.1 |
3203 | 2024-06-04T10:38:51.390Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3204 | 2024-06-04T10:38:53.097Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3205 | 2024-06-04T10:38:53.840Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3206 | 2024-06-04T10:38:54.565Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3207 | 2024-06-04T10:38:55.716Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3208 | 2024-06-04T10:38:56.500Z | Documenting portable-atomic v1.6.0 |
3209 | 2024-06-04T10:38:57.149Z | Documenting ed25519 v1.5.3 |
3210 | 2024-06-04T10:38:57.406Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3211 | 2024-06-04T10:38:59.934Z | Documenting memoffset v0.7.1 |
3212 | 2024-06-04T10:39:00.030Z | Documenting unicase v2.7.0 |
3213 | 2024-06-04T10:39:01.670Z | Documenting rcgen v0.12.1 |
3214 | 2024-06-04T10:39:02.699Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
3215 | 2024-06-04T10:39:03.007Z | warning: could not parse code block as Rust code |
3216 | 2024-06-04T10:39:03.007Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 |
3217 | 2024-06-04T10:39:03.007Z | | |
3218 | 2024-06-04T10:39:03.008Z | 246 | / /// Parse a string literal, either single- or double-quoted. |
3219 | 2024-06-04T10:39:03.008Z | 247 | | /// |
3220 | 2024-06-04T10:39:03.008Z | 248 | | /// Parsing string literals is pretty tricky, but we add several |
3221 | 2024-06-04T10:39:03.008Z | 249 | | /// constraints to simplify things. First strings must be quoted, either |
3222 | 2024-06-04T10:39:03.008Z | ... | |
3223 | 2024-06-04T10:39:03.008Z | 277 | | /// |
3224 | 2024-06-04T10:39:03.008Z | 278 | | /// Will be parsed as `this string has " in it`. |
3225 | 2024-06-04T10:39:03.008Z | | |________________________________________________________^ |
3226 | 2024-06-04T10:39:03.008Z | | |
3227 | 2024-06-04T10:39:03.008Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
3228 | 2024-06-04T10:39:03.008Z | = note: error from rustc: unknown start of token: \ |
3229 | 2024-06-04T10:39:03.008Z | = note: error from rustc: unknown start of token: \ |
3230 | 2024-06-04T10:39:03.008Z | = note: error from rustc: unknown start of token: \ |
3231 | 2024-06-04T10:39:03.035Z | = note: error from rustc: unknown start of token: \ |
3232 | 2024-06-04T10:39:03.035Z | = note: error from rustc: unknown start of token: \ |
3233 | 2024-06-04T10:39:03.035Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
3234 | 2024-06-04T10:39:03.035Z | |
3235 | 2024-06-04T10:39:03.128Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3236 | 2024-06-04T10:39:03.785Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3237 | 2024-06-04T10:39:04.372Z | warning: `oximeter-db` (lib doc) generated 1 warning |
3238 | 2024-06-04T10:39:04.412Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
3239 | 2024-06-04T10:39:05.316Z | Documenting atomicwrites v0.4.3 |
3240 | 2024-06-04T10:39:07.580Z | Documenting chacha20 v0.9.1 |
3241 | 2024-06-04T10:39:08.222Z | Documenting lru v0.12.3 |
3242 | 2024-06-04T10:39:09.413Z | Documenting aead v0.5.2 |
3243 | 2024-06-04T10:39:09.873Z | Documenting rand_seeder v0.2.3 |
3244 | 2024-06-04T10:39:11.962Z | Documenting nanorand v0.7.0 |
3245 | 2024-06-04T10:39:12.939Z | Documenting subprocess v0.2.9 |
3246 | 2024-06-04T10:39:13.791Z | Documenting stability v0.2.0 |
3247 | 2024-06-04T10:39:24.270Z | Documenting cassowary v0.3.0 |
3248 | 2024-06-04T10:39:24.704Z | Documenting glob v0.3.1 |
3249 | 2024-06-04T10:39:24.759Z | Documenting number_prefix v0.4.0 |
3250 | 2024-06-04T10:39:24.798Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3251 | 2024-06-04T10:39:25.307Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3252 | 2024-06-04T10:39:25.399Z | Documenting chacha20poly1305 v0.10.1 |
3253 | 2024-06-04T10:39:25.475Z | Documenting flume v0.11.0 |
3254 | 2024-06-04T10:39:26.068Z | warning: unresolved link to `crate::db::lookup::LookupPath` |
3255 | 2024-06-04T10:39:26.068Z | --> nexus/auth/src/authz/api_resources.rs:8:12 |
3256 | 2024-06-04T10:39:26.068Z | | |
3257 | 2024-06-04T10:39:26.068Z | 8 | //! (see [`crate::db::lookup::LookupPath`]) and get back a so-called `authz` |
3258 | 2024-06-04T10:39:26.068Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `db` in module `nexus_auth` |
3259 | 2024-06-04T10:39:26.068Z | | |
3260 | 2024-06-04T10:39:26.068Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3261 | 2024-06-04T10:39:26.069Z | |
3262 | 2024-06-04T10:39:27.540Z | warning: `nexus-auth` (lib doc) generated 1 warning |
3263 | 2024-06-04T10:39:27.565Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3264 | 2024-06-04T10:39:28.389Z | Documenting ratatui v0.26.2 |
3265 | 2024-06-04T10:39:28.919Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3266 | 2024-06-04T10:39:29.138Z | Documenting indicatif v0.17.8 |
3267 | 2024-06-04T10:39:30.102Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3268 | 2024-06-04T10:39:41.302Z | Documenting mime_guess v2.0.4 |
3269 | 2024-06-04T10:39:41.707Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3270 | 2024-06-04T10:39:41.774Z | Documenting salty v0.2.0 |
3271 | 2024-06-04T10:39:42.069Z | Documenting vsss-rs v3.3.4 |
3272 | 2024-06-04T10:39:42.217Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3273 | 2024-06-04T10:39:42.842Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3274 | 2024-06-04T10:39:43.392Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3275 | 2024-06-04T10:39:45.001Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3276 | 2024-06-04T10:39:45.564Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3277 | 2024-06-04T10:39:46.007Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3278 | 2024-06-04T10:39:46.065Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3279 | 2024-06-04T10:39:46.302Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3280 | 2024-06-04T10:39:46.562Z | Documenting serde-big-array v0.5.1 |
3281 | 2024-06-04T10:39:47.892Z | Documenting memmap2 v0.9.4 |
3282 | 2024-06-04T10:39:48.159Z | Documenting rtoolbox v0.0.2 |
3283 | 2024-06-04T10:39:49.043Z | Documenting constant_time_eq v0.3.0 |
3284 | 2024-06-04T10:39:49.972Z | Documenting http-range v0.1.5 |
3285 | 2024-06-04T10:39:50.839Z | Documenting arrayvec v0.7.4 |
3286 | 2024-06-04T10:39:51.828Z | Documenting unicode-linebreak v0.1.5 |
3287 | 2024-06-04T10:39:52.140Z | Documenting shell-words v1.1.0 |
3288 | 2024-06-04T10:39:52.409Z | Documenting is_ci v1.2.0 |
3289 | 2024-06-04T10:39:53.794Z | Documenting smawk v0.3.2 |
3290 | 2024-06-04T10:39:54.141Z | Documenting arrayref v0.3.7 |
3291 | 2024-06-04T10:39:54.660Z | Documenting hyper-staticfile v0.9.5 |
3292 | 2024-06-04T10:39:56.111Z | Documenting rpassword v7.3.1 |
3293 | 2024-06-04T10:39:56.400Z | Documenting supports-color v3.0.0 |
3294 | 2024-06-04T10:39:56.887Z | Documenting blake3 v1.5.1 |
3295 | 2024-06-04T10:39:57.640Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3296 | 2024-06-04T10:39:57.849Z | Documenting textwrap v0.16.1 |
3297 | 2024-06-04T10:40:00.264Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3298 | 2024-06-04T10:40:00.529Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3299 | 2024-06-04T10:40:01.307Z | Documenting tui-tree-widget v0.19.0 |
3300 | 2024-06-04T10:40:01.531Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3301 | 2024-06-04T10:40:01.940Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3302 | 2024-06-04T10:40:04.066Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3303 | 2024-06-04T10:40:05.303Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3304 | 2024-06-04T10:40:06.409Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3305 | 2024-06-04T10:40:06.987Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3306 | 2024-06-04T10:40:07.027Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3307 | 2024-06-04T10:40:07.444Z | Documenting signal-hook-tokio v0.3.1 |
3308 | 2024-06-04T10:40:07.687Z | Documenting csv-core v0.1.11 |
3309 | 2024-06-04T10:40:07.816Z | Documenting corncobs v0.1.3 |
3310 | 2024-06-04T10:40:10.418Z | Documenting topological-sort v0.2.2 |
3311 | 2024-06-04T10:40:10.670Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3312 | 2024-06-04T10:40:11.849Z | Documenting csv v1.3.0 |
3313 | 2024-06-04T10:40:12.260Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3314 | 2024-06-04T10:40:14.513Z | Documenting omicron-zone-package v0.11.0 |
3315 | 2024-06-04T10:40:14.939Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3316 | 2024-06-04T10:40:16.556Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3317 | 2024-06-04T10:40:16.617Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3318 | 2024-06-04T10:40:17.032Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3319 | 2024-06-04T10:40:23.240Z | warning: unresolved link to `test_sled_transitions` |
3320 | 2024-06-04T10:40:23.240Z | --> nexus/db-queries/src/db/datastore/sled.rs:698:11 |
3321 | 2024-06-04T10:40:23.240Z | | |
3322 | 2024-06-04T10:40:23.240Z | 698 | /// [`test_sled_transitions`]. |
3323 | 2024-06-04T10:40:23.240Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3324 | 2024-06-04T10:40:23.240Z | | |
3325 | 2024-06-04T10:40:23.240Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3326 | 2024-06-04T10:40:23.240Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3327 | 2024-06-04T10:40:23.240Z | |
3328 | 2024-06-04T10:40:23.265Z | warning: unresolved link to `test_sled_transitions` |
3329 | 2024-06-04T10:40:23.266Z | --> nexus/db-queries/src/db/datastore/sled.rs:734:11 |
3330 | 2024-06-04T10:40:23.266Z | | |
3331 | 2024-06-04T10:40:23.266Z | 734 | /// [`test_sled_transitions`]. |
3332 | 2024-06-04T10:40:23.266Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3333 | 2024-06-04T10:40:23.266Z | | |
3334 | 2024-06-04T10:40:23.266Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3335 | 2024-06-04T10:40:23.266Z | |
3336 | 2024-06-04T10:40:23.266Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3337 | 2024-06-04T10:40:23.266Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3338 | 2024-06-04T10:40:23.266Z | | |
3339 | 2024-06-04T10:40:23.266Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3340 | 2024-06-04T10:40:23.266Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3341 | 2024-06-04T10:40:23.266Z | |
3342 | 2024-06-04T10:40:23.963Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3343 | 2024-06-04T10:40:28.778Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3344 | 2024-06-04T10:40:30.506Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3345 | 2024-06-04T10:40:31.350Z | warning: unresolved link to `BlueprintDisksConfig` |
3346 | 2024-06-04T10:40:31.350Z | --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1013:55 |
3347 | 2024-06-04T10:40:31.350Z | | |
3348 | 2024-06-04T10:40:31.350Z | 1013 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`] |
3349 | 2024-06-04T10:40:31.350Z | | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope |
3350 | 2024-06-04T10:40:31.350Z | | |
3351 | 2024-06-04T10:40:31.350Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3352 | 2024-06-04T10:40:31.350Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3353 | 2024-06-04T10:40:31.350Z | |
3354 | 2024-06-04T10:40:32.073Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
3355 | 2024-06-04T10:40:32.300Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning |
3356 | 2024-06-04T10:40:32.300Z | Documenting fatfs v0.3.6 |
3357 | 2024-06-04T10:40:35.798Z | Documenting cargo-platform v0.1.8 |
3358 | 2024-06-04T10:40:37.621Z | Documenting assert_matches v1.5.0 |
3359 | 2024-06-04T10:40:37.715Z | warning: unclosed HTML tag `usize` |
3360 | 2024-06-04T10:40:37.715Z | --> wicket/src/ui/panes/update.rs:153:19 |
3361 | 2024-06-04T10:40:37.716Z | | |
3362 | 2024-06-04T10:40:37.716Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3363 | 2024-06-04T10:40:37.716Z | | ^^^^^^^ |
3364 | 2024-06-04T10:40:37.716Z | | |
3365 | 2024-06-04T10:40:37.716Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3366 | 2024-06-04T10:40:37.716Z | |
3367 | 2024-06-04T10:40:39.036Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3368 | 2024-06-04T10:40:39.062Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3369 | 2024-06-04T10:40:39.098Z | warning: `wicket` (lib doc) generated 1 warning |
3370 | 2024-06-04T10:40:39.124Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3371 | 2024-06-04T10:40:40.286Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3372 | 2024-06-04T10:40:40.726Z | Documenting cargo_metadata v0.18.1 |
3373 | 2024-06-04T10:40:40.935Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3374 | 2024-06-04T10:40:43.593Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3375 | 2024-06-04T10:40:45.408Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3376 | 2024-06-04T10:40:49.175Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3377 | 2024-06-04T10:40:49.175Z | --> sled-agent/src/sim/instance.rs:46:7 |
3378 | 2024-06-04T10:40:49.175Z | | |
3379 | 2024-06-04T10:40:49.175Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3380 | 2024-06-04T10:40:49.175Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3381 | 2024-06-04T10:40:49.175Z | | |
3382 | 2024-06-04T10:40:49.175Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3383 | 2024-06-04T10:40:49.175Z | |
3384 | 2024-06-04T10:40:52.312Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3385 | 2024-06-04T10:40:52.338Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3386 | 2024-06-04T10:40:53.216Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3387 | 2024-06-04T10:40:55.970Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3388 | 2024-06-04T10:40:57.267Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3389 | 2024-06-04T10:40:59.338Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3390 | 2024-06-04T10:41:01.808Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3391 | 2024-06-04T10:41:02.182Z | Documenting uzers v0.11.3 |
3392 | 2024-06-04T10:41:02.515Z | Documenting termios v0.3.3 |
3393 | 2024-06-04T10:41:06.632Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3394 | 2024-06-04T10:41:06.916Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3395 | 2024-06-04T10:41:09.920Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3396 | 2024-06-04T10:41:10.288Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3397 | 2024-06-04T10:41:10.677Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3398 | 2024-06-04T10:41:14.557Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3399 | 2024-06-04T10:41:24.075Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3400 | 2024-06-04T10:41:37.684Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3401 | 2024-06-04T10:41:41.615Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3402 | 2024-06-04T10:41:41.766Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3403 | 2024-06-04T10:41:52.684Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3404 | 2024-06-04T10:41:54.391Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3405 | 2024-06-04T10:41:54.972Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3406 | 2024-06-04T10:41:57.813Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3407 | 2024-06-04T10:41:59.514Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3408 | 2024-06-04T10:42:29.597Z | warning: unresolved link to `Nexus` |
3409 | 2024-06-04T10:42:29.597Z | --> nexus/src/app/instance_network.rs:241:34 |
3410 | 2024-06-04T10:42:29.597Z | | |
3411 | 2024-06-04T10:42:29.597Z | 241 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3412 | 2024-06-04T10:42:29.597Z | | ^^^^^ no item named `Nexus` in scope |
3413 | 2024-06-04T10:42:29.597Z | | |
3414 | 2024-06-04T10:42:29.598Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3415 | 2024-06-04T10:42:29.598Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3416 | 2024-06-04T10:42:29.598Z | |
3417 | 2024-06-04T10:42:29.646Z | warning: unresolved link to `Nexus` |
3418 | 2024-06-04T10:42:29.646Z | --> nexus/src/app/instance_network.rs:419:34 |
3419 | 2024-06-04T10:42:29.646Z | | |
3420 | 2024-06-04T10:42:29.646Z | 419 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3421 | 2024-06-04T10:42:29.647Z | | ^^^^^ no item named `Nexus` in scope |
3422 | 2024-06-04T10:42:29.647Z | | |
3423 | 2024-06-04T10:42:29.647Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3424 | 2024-06-04T10:42:29.647Z | |
3425 | 2024-06-04T10:42:29.647Z | warning: unresolved link to `VolumeConstructionRequest` |
3426 | 2024-06-04T10:42:29.647Z | --> nexus/src/app/sagas/volume_delete.rs:335:7 |
3427 | 2024-06-04T10:42:29.647Z | | |
3428 | 2024-06-04T10:42:29.647Z | 335 | /// [`VolumeConstructionRequest`] is shown here): |
3429 | 2024-06-04T10:42:29.647Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3430 | 2024-06-04T10:42:29.647Z | | |
3431 | 2024-06-04T10:42:29.647Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3432 | 2024-06-04T10:42:29.647Z | |
3433 | 2024-06-04T10:42:29.647Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3434 | 2024-06-04T10:42:29.647Z | --> nexus/src/app/sagas/volume_delete.rs:345:17 |
3435 | 2024-06-04T10:42:29.647Z | | |
3436 | 2024-06-04T10:42:29.647Z | 345 | /// "[fd00:1122:3344:101::5]:1000", |
3437 | 2024-06-04T10:42:29.647Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3438 | 2024-06-04T10:42:29.647Z | |
3439 | 2024-06-04T10:42:29.648Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3440 | 2024-06-04T10:42:29.648Z | --> nexus/src/app/sagas/volume_delete.rs:346:17 |
3441 | 2024-06-04T10:42:29.648Z | | |
3442 | 2024-06-04T10:42:29.648Z | 346 | /// "[fd00:1122:3344:102::9]:1000", |
3443 | 2024-06-04T10:42:29.648Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3444 | 2024-06-04T10:42:29.648Z | |
3445 | 2024-06-04T10:42:29.648Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3446 | 2024-06-04T10:42:29.648Z | --> nexus/src/app/sagas/volume_delete.rs:347:17 |
3447 | 2024-06-04T10:42:29.648Z | | |
3448 | 2024-06-04T10:42:29.648Z | 347 | /// "[fd00:1122:3344:103::2]:1000" |
3449 | 2024-06-04T10:42:29.648Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3450 | 2024-06-04T10:42:29.648Z | |
3451 | 2024-06-04T10:42:29.648Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3452 | 2024-06-04T10:42:29.648Z | --> nexus/src/app/sagas/volume_delete.rs:366:17 |
3453 | 2024-06-04T10:42:29.648Z | | |
3454 | 2024-06-04T10:42:29.648Z | 366 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3455 | 2024-06-04T10:42:29.648Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3456 | 2024-06-04T10:42:29.648Z | |
3457 | 2024-06-04T10:42:29.648Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3458 | 2024-06-04T10:42:29.648Z | --> nexus/src/app/sagas/volume_delete.rs:367:17 |
3459 | 2024-06-04T10:42:29.648Z | | |
3460 | 2024-06-04T10:42:29.648Z | 367 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3461 | 2024-06-04T10:42:29.649Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3462 | 2024-06-04T10:42:29.649Z | |
3463 | 2024-06-04T10:42:29.649Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3464 | 2024-06-04T10:42:29.649Z | --> nexus/src/app/sagas/volume_delete.rs:368:17 |
3465 | 2024-06-04T10:42:29.649Z | | |
3466 | 2024-06-04T10:42:29.649Z | 368 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3467 | 2024-06-04T10:42:29.649Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3468 | 2024-06-04T10:42:29.649Z | |
3469 | 2024-06-04T10:42:33.434Z | warning: `omicron-nexus` (lib doc) generated 9 warnings |
3470 | 2024-06-04T10:42:52.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11m 48s |
3471 | 2024-06-04T10:42:52.515Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html and 84 other files |
3472 | 2024-06-04T10:42:52.569Z | |
3473 | 2024-06-04T10:42:52.594Z | real 11:48.570720205 |
3474 | 2024-06-04T10:42:52.594Z | user 32:01.475678888 |
3475 | 2024-06-04T10:42:52.594Z | sys 46:58.134624741 |
3476 | 2024-06-04T10:42:52.594Z | trap 0.852412585 |
3477 | 2024-06-04T10:42:52.594Z | tflt 0.170963442 |
3478 | 2024-06-04T10:42:52.594Z | dflt 1.227046064 |
3479 | 2024-06-04T10:42:52.594Z | kflt 0.000974196 |
3480 | 2024-06-04T10:42:52.594Z | lock 3:20:27.413973454 |
3481 | 2024-06-04T10:42:52.594Z | slp 3:13:00.774948213 |
3482 | 2024-06-04T10:42:52.595Z | lat 4:21.145566309 |
3483 | 2024-06-04T10:42:52.595Z | stop 2:26.008519909 |
3484 | 2024-06-04T10:42:52.595Z | process exited: duration 1260034 ms, exit code 0 |
|
3485 | 2024-06-04T10:42:52.645Z | found 0 output files |