|
|
|
1 | 2024-03-26T06:36:10.146Z | job assigned to worker 01HSWQEJZ166M6TWTA6BNMYZBE (queued for 2 m 8 s) |
|
2 | 2024-03-26T06:36:16.914Z | starting task 0: "setup" |
3 | 2024-03-26T06:36:16.984Z | ++ uname -s |
4 | 2024-03-26T06:36:17.001Z | + kern=SunOS |
5 | 2024-03-26T06:36:17.001Z | + case "$kern" in |
6 | 2024-03-26T06:36:17.002Z | + groupadd -g 12345 build |
7 | 2024-03-26T06:36:17.040Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-26T06:36:19.453Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-26T06:36:19.460Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-26T06:36:19.460Z | + home_fs=zfs |
11 | 2024-03-26T06:36:19.460Z | + [[ zfs == autofs ]] |
12 | 2024-03-26T06:36:19.460Z | + mkdir -p /home/build |
13 | 2024-03-26T06:36:19.460Z | + chown build:build /home/build /work |
14 | 2024-03-26T06:36:21.163Z | + chmod 0700 /home/build /work |
15 | 2024-03-26T06:36:21.180Z | process exited: duration 4232 ms, exit code 0 |
|
16 | 2024-03-26T06:36:21.204Z | starting task 1: "rust-toolchain" |
17 | 2024-03-26T06:36:21.208Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-26T06:36:21.208Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-03-26T06:36:21.331Z | info: downloading installer |
20 | 2024-03-26T06:36:23.167Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-26T06:36:23.167Z | warning: /opt/ooce/bin |
22 | 2024-03-26T06:36:23.167Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-26T06:36:23.167Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-26T06:36:23.167Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-26T06:36:23.167Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-26T06:36:23.167Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-26T06:36:23.167Z | error: cannot install while Rust is installed |
28 | 2024-03-26T06:36:23.167Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-26T06:36:23.424Z | info: profile set to 'default' |
30 | 2024-03-26T06:36:23.424Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-26T06:36:23.427Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-03-26T06:36:23.561Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-03-26T06:36:23.562Z | info: downloading component 'cargo' |
34 | 2024-03-26T06:36:24.344Z | info: downloading component 'clippy' |
35 | 2024-03-26T06:36:24.631Z | info: downloading component 'rust-docs' |
36 | 2024-03-26T06:36:25.601Z | info: downloading component 'rust-std' |
37 | 2024-03-26T06:36:27.362Z | info: downloading component 'rustc' |
38 | 2024-03-26T06:36:31.632Z | info: downloading component 'rustfmt' |
39 | 2024-03-26T06:36:31.878Z | info: installing component 'cargo' |
40 | 2024-03-26T06:36:32.680Z | info: installing component 'clippy' |
41 | 2024-03-26T06:36:33.031Z | info: installing component 'rust-docs' |
42 | 2024-03-26T06:36:34.442Z | info: installing component 'rust-std' |
43 | 2024-03-26T06:36:36.190Z | info: installing component 'rustc' |
44 | 2024-03-26T06:36:40.184Z | info: installing component 'rustfmt' |
45 | 2024-03-26T06:36:40.533Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-03-26T06:36:40.534Z | |
47 | 2024-03-26T06:36:40.832Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-03-26T06:36:40.832Z | |
49 | 2024-03-26T06:36:41.252Z | |
50 | 2024-03-26T06:36:41.253Z | Rust is installed now. Great! |
51 | 2024-03-26T06:36:41.253Z | |
52 | 2024-03-26T06:36:41.253Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-26T06:36:41.253Z | environment variable. This has not been done automatically. |
54 | 2024-03-26T06:36:41.253Z | |
55 | 2024-03-26T06:36:41.254Z | To configure your current shell, you need to source |
56 | 2024-03-26T06:36:41.254Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-26T06:36:41.254Z | |
58 | 2024-03-26T06:36:41.254Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-26T06:36:41.255Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-26T06:36:41.255Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-26T06:36:41.279Z | + rustc --version |
62 | 2024-03-26T06:36:41.281Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-03-26T06:36:41.281Z | process exited: duration 19784 ms, exit code 0 |
|
64 | 2024-03-26T06:36:41.307Z | starting task 2: "authentication" |
65 | 2024-03-26T06:36:41.341Z | process exited: duration 22 ms, exit code 0 |
|
66 | 2024-03-26T06:36:41.372Z | starting task 3: "clone repository" |
67 | 2024-03-26T06:36:41.383Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-03-26T06:36:41.383Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-03-26T06:36:41.682Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-03-26T06:36:48.185Z | + cd /work/oxidecomputer/omicron |
71 | 2024-03-26T06:36:48.185Z | + git fetch origin 6a6bc4aa0e716cb077b3445bf7186bec65b92782 |
72 | 2024-03-26T06:36:48.503Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-03-26T06:36:48.504Z | * branch 6a6bc4aa0e716cb077b3445bf7186bec65b92782 -> FETCH_HEAD |
74 | 2024-03-26T06:36:48.528Z | + [[ -n falcon-nextest ]] |
75 | 2024-03-26T06:36:48.528Z | ++ git branch --show-current |
76 | 2024-03-26T06:36:48.529Z | + current=main |
77 | 2024-03-26T06:36:48.529Z | + [[ main != falcon-nextest ]] |
78 | 2024-03-26T06:36:48.529Z | + git branch -f falcon-nextest 6a6bc4aa0e716cb077b3445bf7186bec65b92782 |
79 | 2024-03-26T06:36:48.530Z | + git checkout -f falcon-nextest |
80 | 2024-03-26T06:36:48.638Z | Switched to branch 'falcon-nextest' |
81 | 2024-03-26T06:36:48.641Z | + git reset --hard 6a6bc4aa0e716cb077b3445bf7186bec65b92782 |
82 | 2024-03-26T06:36:48.674Z | HEAD is now at 6a6bc4aa0 derp |
83 | 2024-03-26T06:36:48.678Z | process exited: duration 7314 ms, exit code 0 |
|
84 | 2024-03-26T06:36:48.684Z | starting task 4: "build" |
85 | 2024-03-26T06:36:48.689Z | + cargo --version |
86 | 2024-03-26T06:36:48.694Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
87 | 2024-03-26T06:36:48.853Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
88 | 2024-03-26T06:36:48.853Z | info: downloading component 'cargo' |
89 | 2024-03-26T06:36:49.846Z | info: downloading component 'clippy' |
90 | 2024-03-26T06:36:50.146Z | info: downloading component 'rust-docs' |
91 | 2024-03-26T06:36:51.359Z | info: downloading component 'rust-std' |
92 | 2024-03-26T06:36:53.334Z | info: downloading component 'rustc' |
93 | 2024-03-26T06:36:58.327Z | info: downloading component 'rustfmt' |
94 | 2024-03-26T06:36:58.594Z | info: installing component 'cargo' |
95 | 2024-03-26T06:36:59.462Z | info: installing component 'clippy' |
96 | 2024-03-26T06:36:59.795Z | info: installing component 'rust-docs' |
97 | 2024-03-26T06:37:01.260Z | info: installing component 'rust-std' |
98 | 2024-03-26T06:37:03.047Z | info: installing component 'rustc' |
99 | 2024-03-26T06:37:07.549Z | info: installing component 'rustfmt' |
100 | 2024-03-26T06:37:07.552Z | cargo 1.76.0 (c84b36747 2024-01-18) |
101 | 2024-03-26T06:37:07.552Z | + rustc --version |
102 | 2024-03-26T06:37:07.605Z | rustc 1.76.0 (07dca489a 2024-02-04) |
103 | 2024-03-26T06:37:07.612Z | + source ./env.sh |
104 | 2024-03-26T06:37:07.612Z | ++ set -o xtrace |
105 | 2024-03-26T06:37:07.612Z | ++++ dirname ./env.sh |
106 | 2024-03-26T06:37:07.633Z | +++ readlink -f . |
107 | 2024-03-26T06:37:07.692Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
108 | 2024-03-26T06:37:08.153Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2024-03-26T06:37:08.154Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2024-03-26T06:37:08.154Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2024-03-26T06:37:08.154Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
112 | 2024-03-26T06:37:08.154Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
113 | 2024-03-26T06:37:08.154Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
114 | 2024-03-26T06:37:08.154Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
115 | 2024-03-26T06:37:08.154Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
116 | 2024-03-26T06:37:08.154Z | ++ unset OMICRON_WS |
117 | 2024-03-26T06:37:08.154Z | ++ set +o xtrace |
118 | 2024-03-26T06:37:08.154Z | |
119 | 2024-03-26T06:37:08.154Z | ##### ##### ###### ##### ###### #### # # # #### # |
120 | 2024-03-26T06:37:08.154Z | # # # # # # # # # # # # # # # |
121 | 2024-03-26T06:37:08.154Z | # # # # ##### # # ##### # # # # # #### # |
122 | 2024-03-26T06:37:08.154Z | ##### ##### # ##### # # # # # # # # # |
123 | 2024-03-26T06:37:08.154Z | # # # # # # # # # # # # # # # |
124 | 2024-03-26T06:37:08.154Z | # # # ###### # # ###### ### # #### # #### # |
125 | 2024-03-26T06:37:08.154Z | |
126 | 2024-03-26T06:37:17.402Z | Startup: Refreshing catalog 'helios-dev' ... Done |
127 | 2024-03-26T06:37:18.800Z | Startup: Caching catalogs ... Done |
128 | 2024-03-26T06:37:20.441Z | Planning: Solver setup ... Done (1.266s) |
129 | 2024-03-26T06:37:20.466Z | Planning: Running solver ... Done (0.025s) |
130 | 2024-03-26T06:37:20.627Z | Planning: Finding local manifests ... Done (0.135s) |
131 | 2024-03-26T06:37:20.639Z | Planning: Fetching manifests: 0/4 0% complete |
132 | 2024-03-26T06:37:21.113Z | Planning: Fetching manifests: 4/4 100% complete |
133 | 2024-03-26T06:37:21.162Z | Planning: Package planning ... Done (0.049s) |
134 | 2024-03-26T06:37:21.214Z | Planning: Merging actions ... Done (0.051s) |
135 | 2024-03-26T06:37:21.620Z | Planning: Checking for conflicting actions ... Done (0.405s) |
136 | 2024-03-26T06:37:21.631Z | Planning: Consolidating action changes ... Done (0.011s) |
137 | 2024-03-26T06:37:28.706Z | Planning: Evaluating mediators ... Done (7.073s) |
138 | 2024-03-26T06:37:28.715Z | Planning: Planning completed in 9.86 seconds |
139 | 2024-03-26T06:37:28.880Z | Packages to install: 4 |
140 | 2024-03-26T06:37:28.881Z | Mediators to change: 2 |
141 | 2024-03-26T06:37:28.881Z | Services to change: 1 |
142 | 2024-03-26T06:37:28.881Z | Estimated space available: 155.31 GB |
143 | 2024-03-26T06:37:28.894Z | Estimated space to be consumed: 1.43 GB |
144 | 2024-03-26T06:37:28.894Z | Create boot environment: No |
145 | 2024-03-26T06:37:28.894Z | Create backup boot environment: No |
146 | 2024-03-26T06:37:28.894Z | Rebuild boot archive: No |
147 | 2024-03-26T06:37:28.894Z | |
148 | 2024-03-26T06:37:28.894Z | Changed mediators: |
149 | 2024-03-26T06:37:28.894Z | mediator clang: |
150 | 2024-03-26T06:37:28.894Z | version: None -> 15 (system default) |
151 | 2024-03-26T06:37:28.894Z | |
152 | 2024-03-26T06:37:28.894Z | mediator llvm: |
153 | 2024-03-26T06:37:28.895Z | version: 14 (system default) -> 15 (system default) |
154 | 2024-03-26T06:37:28.895Z | |
155 | 2024-03-26T06:37:28.895Z | Changed packages: |
156 | 2024-03-26T06:37:28.895Z | helios-dev |
157 | 2024-03-26T06:37:28.895Z | developer/build-essential |
158 | 2024-03-26T06:37:28.895Z | None -> 11-2.0 |
159 | 2024-03-26T06:37:28.895Z | library/libxmlsec1 |
160 | 2024-03-26T06:37:28.895Z | None -> 1.2.35-2.0 |
161 | 2024-03-26T06:37:28.895Z | ooce/developer/clang-15 |
162 | 2024-03-26T06:37:28.895Z | None -> 15.0.7-2.0 |
163 | 2024-03-26T06:37:28.895Z | ooce/developer/llvm-15 |
164 | 2024-03-26T06:37:28.895Z | None -> 15.0.7-2.0 |
165 | 2024-03-26T06:37:28.895Z | |
166 | 2024-03-26T06:37:28.895Z | Services: |
167 | 2024-03-26T06:37:28.895Z | restart_fmri: |
168 | 2024-03-26T06:37:28.895Z | svc:/system/update-man-index:default |
169 | 2024-03-26T06:37:28.954Z | |
170 | 2024-03-26T06:37:28.954Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
171 | 2024-03-26T06:37:33.957Z | Download: 819/3290 items 18.7/212.6MB 8% complete (3.9M/s) |
172 | 2024-03-26T06:37:39.210Z | Download: 1195/3290 items 64.0/212.6MB 30% complete (6.6M/s) |
173 | 2024-03-26T06:37:44.223Z | Download: 1825/3290 items 118.5/212.6MB 55% complete (10.0M/s) |
174 | 2024-03-26T06:37:49.291Z | Download: 2240/3290 items 119.3/212.6MB 56% complete (5.7M/s) |
175 | 2024-03-26T06:37:54.297Z | Download: 2866/3290 items 121.1/212.6MB 56% complete (265k/s) |
176 | 2024-03-26T06:38:00.752Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (9.1M/s) |
177 | 2024-03-26T06:38:04.360Z | Download: Completed 212.60 MB in 35.40 seconds (6.0M/s) |
178 | 2024-03-26T06:38:04.543Z | Actions: 1/3689 actions (Installing new actions) |
179 | 2024-03-26T06:38:09.569Z | Actions: 3583/3689 actions (Installing new actions) |
180 | 2024-03-26T06:38:09.989Z | Actions: Completed 3689 actions in 5.45 seconds. |
181 | 2024-03-26T06:38:10.097Z | Done (0.103s) |
182 | 2024-03-26T06:38:10.097Z | Done (0.000s) |
183 | 2024-03-26T06:38:10.352Z | Done (0.252s) |
184 | 2024-03-26T06:38:16.362Z | Done (5.874s) |
185 | 2024-03-26T06:38:16.522Z | Done (0.089s) |
186 | 2024-03-26T06:38:16.528Z | Done (0.000s) |
187 | 2024-03-26T06:38:16.682Z | Done (0.000s) |
188 | 2024-03-26T06:38:17.231Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-03-26T06:38:17.387Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-03-26T06:38:17.391Z | Planning: Consolidating action changes ... Done |
191 | 2024-03-26T06:38:17.676Z | Planning: Evaluating mediators ... Done |
192 | 2024-03-26T06:38:17.680Z | Planning: Planning completed in 0.44 seconds |
193 | 2024-03-26T06:38:17.702Z | Mediators to change: 2 |
194 | 2024-03-26T06:38:17.702Z | Create boot environment: No |
195 | 2024-03-26T06:38:17.706Z | Create backup boot environment: No |
196 | 2024-03-26T06:38:17.784Z | Done |
197 | 2024-03-26T06:38:17.784Z | Done |
198 | 2024-03-26T06:38:17.935Z | Done |
199 | 2024-03-26T06:38:21.738Z | Done |
200 | 2024-03-26T06:38:21.812Z | Done |
201 | 2024-03-26T06:38:21.812Z | Done |
202 | 2024-03-26T06:38:21.906Z | Done |
203 | 2024-03-26T06:38:22.558Z | Planning: Evaluating mediator changes ... Done |
204 | 2024-03-26T06:38:22.562Z | Planning: Merging actions ... Done |
205 | 2024-03-26T06:38:22.752Z | Planning: Checking for conflicting actions ... Done |
206 | 2024-03-26T06:38:22.760Z | Planning: Consolidating action changes ... Done |
207 | 2024-03-26T06:38:23.028Z | Planning: Evaluating mediators ... Done |
208 | 2024-03-26T06:38:23.494Z | Planning: Planning completed in 0.81 seconds |
209 | 2024-03-26T06:38:23.499Z | Packages to change: 1 |
210 | 2024-03-26T06:38:23.499Z | Mediators to change: 1 |
211 | 2024-03-26T06:38:23.499Z | Services to change: 1 |
212 | 2024-03-26T06:38:23.499Z | Create boot environment: No |
213 | 2024-03-26T06:38:23.499Z | Create backup boot environment: Yes |
214 | 2024-03-26T06:38:25.187Z | Actions: 1/6 actions (Updating modified actions) |
215 | 2024-03-26T06:38:25.192Z | Actions: Completed 6 actions in 0.00 seconds. |
216 | 2024-03-26T06:38:25.192Z | Done |
217 | 2024-03-26T06:38:25.192Z | Done |
218 | 2024-03-26T06:38:25.241Z | Done |
219 | 2024-03-26T06:38:28.982Z | Done |
220 | 2024-03-26T06:38:29.068Z | Done |
221 | 2024-03-26T06:38:29.068Z | Done |
222 | 2024-03-26T06:38:29.170Z | Done |
223 | 2024-03-26T06:38:29.608Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
224 | 2024-03-26T06:38:29.608Z | clang system 15 system |
225 | 2024-03-26T06:38:29.608Z | csh system system illumos |
226 | 2024-03-26T06:38:29.608Z | ctags system system illumos |
227 | 2024-03-26T06:38:29.608Z | gcc vendor 12 vendor |
228 | 2024-03-26T06:38:29.608Z | gcc system 10 system |
229 | 2024-03-26T06:38:29.608Z | gcc system 7 system |
230 | 2024-03-26T06:38:29.608Z | go system 1.20 system |
231 | 2024-03-26T06:38:29.608Z | go system 1.19 system |
232 | 2024-03-26T06:38:29.608Z | llvm system 15 system |
233 | 2024-03-26T06:38:29.608Z | llvm system 14 system |
234 | 2024-03-26T06:38:29.608Z | mariadb system 10.6 system |
235 | 2024-03-26T06:38:29.608Z | mta vendor vendor dma |
236 | 2024-03-26T06:38:29.609Z | openjdk system 17 system |
237 | 2024-03-26T06:38:29.609Z | openjdk system 11 system |
238 | 2024-03-26T06:38:29.609Z | openjdk system 1.8 system |
239 | 2024-03-26T06:38:29.609Z | openssl vendor 3 vendor |
240 | 2024-03-26T06:38:29.609Z | perl system 5.36 system |
241 | 2024-03-26T06:38:29.609Z | postgresql system 15 system |
242 | 2024-03-26T06:38:29.609Z | postgresql system 13 system |
243 | 2024-03-26T06:38:29.609Z | python vendor 3 vendor |
244 | 2024-03-26T06:38:29.609Z | python system 2 system |
245 | 2024-03-26T06:38:29.609Z | python3 system 3.11 system |
246 | 2024-03-26T06:38:29.609Z | ruby system 3.0 system |
247 | 2024-03-26T06:38:29.609Z | words vendor vendor american-english |
248 | 2024-03-26T06:38:29.609Z | words system system australian-english |
249 | 2024-03-26T06:38:29.609Z | words system system british-english |
250 | 2024-03-26T06:38:29.609Z | words system system canadian-english |
251 | 2024-03-26T06:38:29.609Z | words system system french |
252 | 2024-03-26T06:38:29.609Z | words system system italian |
253 | 2024-03-26T06:38:29.609Z | words system system ngerman |
254 | 2024-03-26T06:38:29.609Z | words system system ogerman |
255 | 2024-03-26T06:38:29.610Z | words system system spanish |
256 | 2024-03-26T06:38:29.934Z | PUBLISHER TYPE STATUS P LOCATION |
257 | 2024-03-26T06:38:29.934Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
258 | 2024-03-26T06:38:31.179Z | FMRI IFO |
259 | 2024-03-26T06:38:31.179Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
260 | 2024-03-26T06:38:31.179Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
261 | 2024-03-26T06:38:31.179Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
262 | 2024-03-26T06:38:31.179Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
263 | 2024-03-26T06:38:31.179Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
264 | 2024-03-26T06:38:31.179Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
265 | 2024-03-26T06:38:31.179Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
266 | 2024-03-26T06:38:31.180Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
267 | 2024-03-26T06:38:31.180Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
268 | 2024-03-26T06:38:31.180Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
269 | 2024-03-26T06:38:31.180Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
270 | 2024-03-26T06:38:31.180Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
271 | 2024-03-26T06:38:31.420Z | + set -o errexit |
272 | 2024-03-26T06:38:31.428Z | +++ dirname ./tools/ci_download_cockroachdb |
273 | 2024-03-26T06:38:31.428Z | ++ cd ./tools |
274 | 2024-03-26T06:38:31.429Z | ++ pwd |
275 | 2024-03-26T06:38:31.429Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
276 | 2024-03-26T06:38:31.429Z | ++ basename ./tools/ci_download_cockroachdb |
277 | 2024-03-26T06:38:31.429Z | + ARG0=ci_download_cockroachdb |
278 | 2024-03-26T06:38:31.429Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
279 | 2024-03-26T06:38:31.433Z | + CIDL_VERSION=v22.1.9 |
280 | 2024-03-26T06:38:31.433Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
281 | 2024-03-26T06:38:31.433Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
282 | 2024-03-26T06:38:31.433Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
283 | 2024-03-26T06:38:31.433Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
284 | 2024-03-26T06:38:31.433Z | + TARGET_DIR=out |
285 | 2024-03-26T06:38:31.433Z | + DOWNLOAD_DIR=out/downloads |
286 | 2024-03-26T06:38:31.433Z | + DEST_DIR=./out/cockroachdb |
287 | 2024-03-26T06:38:31.433Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
288 | 2024-03-26T06:38:31.433Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
289 | 2024-03-26T06:38:31.433Z | + main |
290 | 2024-03-26T06:38:31.433Z | + [[ 0 != 0 ]] |
291 | 2024-03-26T06:38:31.433Z | + CIDL_OS=solaris2.11 |
292 | 2024-03-26T06:38:31.433Z | + [[ 0 != 0 ]] |
293 | 2024-03-26T06:38:31.433Z | + configure_os solaris2.11 |
294 | 2024-03-26T06:38:31.433Z | + echo 'current directory: /work/oxidecomputer/omicron' |
295 | 2024-03-26T06:38:31.433Z | + echo 'configuring based on OS: "solaris2.11"' |
296 | 2024-03-26T06:38:31.433Z | + case "$1" in |
297 | 2024-03-26T06:38:31.434Z | + CIDL_BUILD=illumos |
298 | 2024-03-26T06:38:31.434Z | current directory: /work/oxidecomputer/omicron |
299 | 2024-03-26T06:38:31.434Z | configuring based on OS: "solaris2.11" |
300 | 2024-03-26T06:38:31.434Z | + CIDL_SUFFIX=tar.gz |
301 | 2024-03-26T06:38:31.434Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
302 | 2024-03-26T06:38:31.434Z | + CIDL_URL_BASE=https://illumos.org/downloads |
303 | 2024-03-26T06:38:31.434Z | + CIDL_ASSEMBLE=do_assemble_illumos |
304 | 2024-03-26T06:38:31.434Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
305 | 2024-03-26T06:38:31.434Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
306 | 2024-03-26T06:38:31.434Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2024-03-26T06:38:31.434Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
308 | 2024-03-26T06:38:31.434Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2024-03-26T06:38:31.434Z | + CIDL_SHA256FUNC=do_sha256sum |
310 | 2024-03-26T06:38:31.434Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
311 | 2024-03-26T06:38:31.434Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2024-03-26T06:38:31.434Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
313 | 2024-03-26T06:38:31.434Z | + mkdir -p out/downloads |
314 | 2024-03-26T06:38:31.434Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
315 | 2024-03-26T06:38:31.434Z | + mkdir -p ./out/cockroachdb |
316 | 2024-03-26T06:38:31.442Z | + local DO_DOWNLOAD=true |
317 | 2024-03-26T06:38:31.443Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
318 | 2024-03-26T06:38:31.443Z | + '[' true == true ']' |
319 | 2024-03-26T06:38:31.443Z | + echo Downloading... |
320 | 2024-03-26T06:38:31.443Z | Downloading... |
321 | 2024-03-26T06:38:31.443Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
322 | 2024-03-26T06:38:31.443Z | + 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 |
323 | 2024-03-26T06:38:41.111Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
324 | 2024-03-26T06:38:41.123Z | ++ sha256sum |
325 | 2024-03-26T06:38:41.123Z | ++ awk '{print $1}' |
326 | 2024-03-26T06:38:41.218Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
327 | 2024-03-26T06:38:41.219Z | + [[ 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 ]] |
328 | 2024-03-26T06:38:41.219Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
329 | 2024-03-26T06:38:41.223Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
330 | 2024-03-26T06:38:48.876Z | + do_assemble_illumos |
331 | 2024-03-26T06:38:48.896Z | + rm -r ./out/cockroachdb |
332 | 2024-03-26T06:38:48.896Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
333 | 2024-03-26T06:38:48.896Z | + ./out/cockroachdb/bin/cockroach version |
334 | 2024-03-26T06:38:48.896Z | Build Tag: v22.1.9-dirty |
335 | 2024-03-26T06:38:48.896Z | Build Time: 2022/10/26 21:17:46 |
336 | 2024-03-26T06:38:48.896Z | Distribution: OSS |
337 | 2024-03-26T06:38:48.896Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
338 | 2024-03-26T06:38:48.897Z | Go Version: go1.17.13 |
339 | 2024-03-26T06:38:48.897Z | C Compiler: gcc 10.3.0 |
340 | 2024-03-26T06:38:48.897Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
341 | 2024-03-26T06:38:48.897Z | Build Type: release |
342 | 2024-03-26T06:38:48.897Z | + set -o errexit |
343 | 2024-03-26T06:38:48.897Z | +++ dirname ./tools/ci_download_clickhouse |
344 | 2024-03-26T06:38:48.897Z | ++ cd ./tools |
345 | 2024-03-26T06:38:48.897Z | ++ pwd |
346 | 2024-03-26T06:38:48.897Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
347 | 2024-03-26T06:38:48.897Z | ++ basename ./tools/ci_download_clickhouse |
348 | 2024-03-26T06:38:48.898Z | + ARG0=ci_download_clickhouse |
349 | 2024-03-26T06:38:48.898Z | + TARGET_DIR=out |
350 | 2024-03-26T06:38:48.898Z | + DOWNLOAD_DIR=out/downloads |
351 | 2024-03-26T06:38:48.898Z | + DEST_DIR=./out/clickhouse |
352 | 2024-03-26T06:38:48.898Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
353 | 2024-03-26T06:38:48.898Z | + CIDL_VERSION=v23.8.7.24 |
354 | 2024-03-26T06:38:48.898Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
355 | 2024-03-26T06:38:48.898Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
356 | 2024-03-26T06:38:48.906Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
357 | 2024-03-26T06:38:48.906Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
358 | 2024-03-26T06:38:48.906Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
359 | 2024-03-26T06:38:48.906Z | + main |
360 | 2024-03-26T06:38:48.907Z | + [[ 0 != 0 ]] |
361 | 2024-03-26T06:38:48.907Z | + CIDL_OS=solaris2.11 |
362 | 2024-03-26T06:38:48.907Z | + [[ 0 != 0 ]] |
363 | 2024-03-26T06:38:48.908Z | + configure_os solaris2.11 |
364 | 2024-03-26T06:38:48.908Z | + echo 'current directory: /work/oxidecomputer/omicron' |
365 | 2024-03-26T06:38:48.909Z | current directory: /work/oxidecomputer/omicron |
366 | 2024-03-26T06:38:48.909Z | + echo 'configuring based on OS: "solaris2.11"' |
367 | 2024-03-26T06:38:48.909Z | configuring based on OS: "solaris2.11" |
368 | 2024-03-26T06:38:48.909Z | + CIDL_DASHREV= |
369 | 2024-03-26T06:38:48.910Z | + case "$1" in |
370 | 2024-03-26T06:38:48.910Z | + CIDL_PLATFORM=illumos |
371 | 2024-03-26T06:38:48.910Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
372 | 2024-03-26T06:38:48.911Z | + CIDL_MD5FUNC=do_md5sum |
373 | 2024-03-26T06:38:48.911Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
374 | 2024-03-26T06:38:48.911Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
375 | 2024-03-26T06:38:48.912Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
376 | 2024-03-26T06:38:48.912Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
377 | 2024-03-26T06:38:48.912Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
378 | 2024-03-26T06:38:48.913Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
379 | 2024-03-26T06:38:48.913Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
380 | 2024-03-26T06:38:48.913Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
381 | 2024-03-26T06:38:48.914Z | + mkdir -p out/downloads |
382 | 2024-03-26T06:38:48.914Z | + mkdir -p ./out/clickhouse |
383 | 2024-03-26T06:38:48.914Z | + local DO_DOWNLOAD=true |
384 | 2024-03-26T06:38:48.914Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
385 | 2024-03-26T06:38:48.915Z | + '[' true == true ']' |
386 | 2024-03-26T06:38:48.915Z | + echo Downloading... |
387 | 2024-03-26T06:38:48.915Z | Downloading... |
388 | 2024-03-26T06:38:48.915Z | + 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 |
389 | 2024-03-26T06:38:48.915Z | + 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 |
390 | 2024-03-26T06:38:48.915Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
391 | 2024-03-26T06:38:48.915Z | ++ md5sum |
392 | 2024-03-26T06:38:48.915Z | ++ awk '{print $1}' |
393 | 2024-03-26T06:38:48.915Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
394 | 2024-03-26T06:38:48.916Z | + [[ 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 ]] |
395 | 2024-03-26T06:38:48.916Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
396 | 2024-03-26T06:38:48.916Z | + mkdir -p ./out/clickhouse |
397 | 2024-03-26T06:38:48.916Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
398 | 2024-03-26T06:38:50.083Z | + [[ solaris2.11 == darwin* ]] |
399 | 2024-03-26T06:38:50.084Z | + ./out/clickhouse/clickhouse server --version |
400 | 2024-03-26T06:38:50.275Z | ClickHouse server version 23.8.7.1. |
401 | 2024-03-26T06:38:50.295Z | + set -o errexit |
402 | 2024-03-26T06:38:50.305Z | +++ dirname ./tools/ci_download_console |
403 | 2024-03-26T06:38:50.305Z | ++ cd ./tools |
404 | 2024-03-26T06:38:50.305Z | ++ pwd |
405 | 2024-03-26T06:38:50.305Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
406 | 2024-03-26T06:38:50.305Z | ++ basename ./tools/ci_download_console |
407 | 2024-03-26T06:38:50.309Z | + ARG0=ci_download_console |
408 | 2024-03-26T06:38:50.309Z | + TARGET_DIR=out |
409 | 2024-03-26T06:38:50.309Z | + DOWNLOAD_DIR=out/downloads |
410 | 2024-03-26T06:38:50.309Z | + DEST_DIR=./out/console-assets |
411 | 2024-03-26T06:38:50.309Z | + source /work/oxidecomputer/omicron/tools/console_version |
412 | 2024-03-26T06:38:50.309Z | ++ COMMIT=784e8aac273dc282b6218994d09042aa5928a198 |
413 | 2024-03-26T06:38:50.309Z | ++ SHA2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 |
414 | 2024-03-26T06:38:50.309Z | + URL=https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
415 | 2024-03-26T06:38:50.309Z | + TARBALL_FILE=out/downloads/console.tar.gz |
416 | 2024-03-26T06:38:50.309Z | + main |
417 | 2024-03-26T06:38:50.309Z | + [[ 0 != 0 ]] |
418 | 2024-03-26T06:38:50.309Z | + echo 'URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz' |
419 | 2024-03-26T06:38:50.309Z | URL: https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
420 | 2024-03-26T06:38:50.309Z | + echo 'Local file: out/downloads/console.tar.gz' |
421 | 2024-03-26T06:38:50.309Z | Local file: out/downloads/console.tar.gz |
422 | 2024-03-26T06:38:50.310Z | + local DO_DOWNLOAD=true |
423 | 2024-03-26T06:38:50.310Z | + [[ -f out/downloads/console.tar.gz ]] |
424 | 2024-03-26T06:38:50.310Z | + mkdir -p out/downloads |
425 | 2024-03-26T06:38:50.310Z | + '[' true == true ']' |
426 | 2024-03-26T06:38:50.310Z | + echo Downloading... |
427 | 2024-03-26T06:38:50.310Z | Downloading... |
428 | 2024-03-26T06:38:50.310Z | + do_download_curl https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz out/downloads/console.tar.gz |
429 | 2024-03-26T06:38:50.310Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/784e8aac273dc282b6218994d09042aa5928a198.tar.gz |
430 | 2024-03-26T06:38:51.132Z | ++ do_sha256sum out/downloads/console.tar.gz |
431 | 2024-03-26T06:38:51.133Z | ++ case "$OSTYPE" in |
432 | 2024-03-26T06:38:51.133Z | ++ SHA=sha256sum |
433 | 2024-03-26T06:38:51.157Z | ++ sha256sum |
434 | 2024-03-26T06:38:51.158Z | ++ awk '{print $1}' |
435 | 2024-03-26T06:38:51.158Z | + calculated_sha2=b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 |
436 | 2024-03-26T06:38:51.158Z | + [[ b5afd1243e40e86d3a779f089fe61ed9cb3fbbd6d59e547e522a59c1b0e4b7d8 != \b\5\a\f\d\1\2\4\3\e\4\0\e\8\6\d\3\a\7\7\9\f\0\8\9\f\e\6\1\e\d\9\c\b\3\f\b\b\d\6\d\5\9\e\5\4\7\e\5\2\2\a\5\9\c\1\b\0\e\4\b\7\d\8 ]] |
437 | 2024-03-26T06:38:51.159Z | + rm -rf ./out/console-assets |
438 | 2024-03-26T06:38:51.159Z | + mkdir -p ./out/console-assets |
439 | 2024-03-26T06:38:51.159Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
440 | 2024-03-26T06:38:51.159Z | + mkdir -p ./out/console-assets |
441 | 2024-03-26T06:38:51.172Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
442 | 2024-03-26T06:38:51.244Z | + set -o errexit |
443 | 2024-03-26T06:38:51.297Z | +++ dirname ./tools/ci_download_maghemite_openapi |
444 | 2024-03-26T06:38:51.297Z | ++ cd ./tools |
445 | 2024-03-26T06:38:51.297Z | ++ pwd |
446 | 2024-03-26T06:38:51.297Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
447 | 2024-03-26T06:38:51.298Z | ++ basename ./tools/ci_download_maghemite_openapi |
448 | 2024-03-26T06:38:51.298Z | + ARG0=ci_download_maghemite_openapi |
449 | 2024-03-26T06:38:51.298Z | + TARGET_DIR=out |
450 | 2024-03-26T06:38:51.298Z | + DOWNLOAD_DIR=out/downloads |
451 | 2024-03-26T06:38:51.298Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
452 | 2024-03-26T06:38:51.299Z | ++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb |
453 | 2024-03-26T06:38:51.299Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
454 | 2024-03-26T06:38:51.299Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json |
455 | 2024-03-26T06:38:51.300Z | + LOCAL_FILE=out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
456 | 2024-03-26T06:38:51.300Z | + main |
457 | 2024-03-26T06:38:51.300Z | + rm -rf out/downloads/root |
458 | 2024-03-26T06:38:51.301Z | + [[ 0 != 0 ]] |
459 | 2024-03-26T06:38:51.301Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json' |
460 | 2024-03-26T06:38:51.301Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json |
461 | 2024-03-26T06:38:51.302Z | + echo 'Local file: out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json' |
462 | 2024-03-26T06:38:51.302Z | + local DO_DOWNLOAD=true |
463 | 2024-03-26T06:38:51.302Z | Local file: out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
464 | 2024-03-26T06:38:51.302Z | + [[ -f out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json ]] |
465 | 2024-03-26T06:38:51.303Z | + mkdir -p out/downloads |
466 | 2024-03-26T06:38:51.303Z | + '[' true == true ']' |
467 | 2024-03-26T06:38:51.303Z | + echo Downloading... |
468 | 2024-03-26T06:38:51.304Z | Downloading... |
469 | 2024-03-26T06:38:51.304Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
470 | 2024-03-26T06:38:51.304Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/ddm-admin.json |
471 | 2024-03-26T06:38:51.426Z | ++ do_sha256sum out/downloads/ddm-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
472 | 2024-03-26T06:38:51.426Z | ++ case "$OSTYPE" in |
473 | 2024-03-26T06:38:51.435Z | ++ SHA=sha256sum |
474 | 2024-03-26T06:38:51.435Z | ++ sha256sum |
475 | 2024-03-26T06:38:51.435Z | ++ awk '{print $1}' |
476 | 2024-03-26T06:38:51.435Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
477 | 2024-03-26T06:38:51.435Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
478 | 2024-03-26T06:38:51.435Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
479 | 2024-03-26T06:38:51.435Z | ++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb |
480 | 2024-03-26T06:38:51.435Z | ++ SHA2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e |
481 | 2024-03-26T06:38:51.435Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json |
482 | 2024-03-26T06:38:51.435Z | + LOCAL_FILE=out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
483 | 2024-03-26T06:38:51.436Z | + main |
484 | 2024-03-26T06:38:51.436Z | + rm -rf out/downloads/root |
485 | 2024-03-26T06:38:51.436Z | + [[ 0 != 0 ]] |
486 | 2024-03-26T06:38:51.436Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json' |
487 | 2024-03-26T06:38:51.436Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json |
488 | 2024-03-26T06:38:51.436Z | + echo 'Local file: out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json' |
489 | 2024-03-26T06:38:51.436Z | + local DO_DOWNLOAD=true |
490 | 2024-03-26T06:38:51.436Z | Local file: out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
491 | 2024-03-26T06:38:51.436Z | + [[ -f out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json ]] |
492 | 2024-03-26T06:38:51.436Z | + mkdir -p out/downloads |
493 | 2024-03-26T06:38:51.436Z | + '[' true == true ']' |
494 | 2024-03-26T06:38:51.436Z | + echo Downloading... |
495 | 2024-03-26T06:38:51.436Z | Downloading... |
496 | 2024-03-26T06:38:51.436Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
497 | 2024-03-26T06:38:51.436Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/a19e88979ab8ab9a0136854182c410c29047bfcb/mg-admin.json |
498 | 2024-03-26T06:38:52.020Z | ++ do_sha256sum out/downloads/mg-admin-a19e88979ab8ab9a0136854182c410c29047bfcb.json |
499 | 2024-03-26T06:38:52.020Z | ++ case "$OSTYPE" in |
500 | 2024-03-26T06:38:52.021Z | ++ SHA=sha256sum |
501 | 2024-03-26T06:38:52.027Z | ++ sha256sum |
502 | 2024-03-26T06:38:52.028Z | ++ awk '{print $1}' |
503 | 2024-03-26T06:38:52.028Z | + calculated_sha2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e |
504 | 2024-03-26T06:38:52.028Z | + [[ 768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e != \7\6\8\b\3\8\a\d\9\b\0\1\2\9\9\b\e\6\6\a\8\9\9\2\4\1\1\5\8\1\2\3\f\c\9\0\e\a\2\4\0\7\0\8\a\5\1\7\c\8\a\c\f\a\5\2\b\4\b\2\e\b\8\e ]] |
505 | 2024-03-26T06:38:52.028Z | + set -o errexit |
506 | 2024-03-26T06:38:52.035Z | +++ dirname ./tools/ci_download_dendrite_openapi |
507 | 2024-03-26T06:38:52.035Z | ++ cd ./tools |
508 | 2024-03-26T06:38:52.035Z | ++ pwd |
509 | 2024-03-26T06:38:52.035Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
510 | 2024-03-26T06:38:52.035Z | ++ basename ./tools/ci_download_dendrite_openapi |
511 | 2024-03-26T06:38:52.036Z | + ARG0=ci_download_dendrite_openapi |
512 | 2024-03-26T06:38:52.036Z | + TARGET_DIR=out |
513 | 2024-03-26T06:38:52.036Z | + DOWNLOAD_DIR=out/downloads |
514 | 2024-03-26T06:38:52.036Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
515 | 2024-03-26T06:38:52.036Z | ++ COMMIT=41ddeab9d43d90a51e6fc1c236dc9982fc76f922 |
516 | 2024-03-26T06:38:52.037Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
517 | 2024-03-26T06:38:52.037Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json |
518 | 2024-03-26T06:38:52.037Z | + LOCAL_FILE=out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json |
519 | 2024-03-26T06:38:52.037Z | + main |
520 | 2024-03-26T06:38:52.037Z | + [[ 0 != 0 ]] |
521 | 2024-03-26T06:38:52.037Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json' |
522 | 2024-03-26T06:38:52.037Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json |
523 | 2024-03-26T06:38:52.038Z | + echo 'Local file: out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json' |
524 | 2024-03-26T06:38:52.038Z | + local DO_DOWNLOAD=true |
525 | 2024-03-26T06:38:52.038Z | Local file: out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json |
526 | 2024-03-26T06:38:52.038Z | + [[ -f out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json ]] |
527 | 2024-03-26T06:38:52.038Z | + mkdir -p out/downloads |
528 | 2024-03-26T06:38:52.038Z | + '[' true == true ']' |
529 | 2024-03-26T06:38:52.038Z | + echo Downloading... |
530 | 2024-03-26T06:38:52.038Z | Downloading... |
531 | 2024-03-26T06:38:52.038Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json |
532 | 2024-03-26T06:38:52.038Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dpd.json |
533 | 2024-03-26T06:38:52.655Z | ++ do_sha256sum out/downloads/dpd-41ddeab9d43d90a51e6fc1c236dc9982fc76f922.json |
534 | 2024-03-26T06:38:52.655Z | ++ case "$OSTYPE" in |
535 | 2024-03-26T06:38:52.655Z | ++ SHA=sha256sum |
536 | 2024-03-26T06:38:52.659Z | ++ sha256sum |
537 | 2024-03-26T06:38:52.659Z | ++ awk '{print $1}' |
538 | 2024-03-26T06:38:52.660Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
539 | 2024-03-26T06:38:52.660Z | + [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]] |
540 | 2024-03-26T06:38:52.664Z | + set -o errexit |
541 | 2024-03-26T06:38:52.667Z | +++ dirname ./tools/ci_download_dendrite_stub |
542 | 2024-03-26T06:38:52.670Z | ++ cd ./tools |
543 | 2024-03-26T06:38:52.670Z | ++ pwd |
544 | 2024-03-26T06:38:52.670Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
545 | 2024-03-26T06:38:52.670Z | ++ basename ./tools/ci_download_dendrite_stub |
546 | 2024-03-26T06:38:52.673Z | + ARG0=ci_download_dendrite_stub |
547 | 2024-03-26T06:38:52.673Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
548 | 2024-03-26T06:38:52.673Z | ++ CIDL_SHA256_ILLUMOS=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 |
549 | 2024-03-26T06:38:52.673Z | ++ CIDL_SHA256_LINUX_DPD=f753444cae478cdedcde743a20a9df5965ed28cddab0f9632f3c263c66cd6397 |
550 | 2024-03-26T06:38:52.673Z | ++ CIDL_SHA256_LINUX_SWADM=66eab497b955751d0704c3cd97ac5c1ed373aa656fc37ccba86ae9900b5ae96d |
551 | 2024-03-26T06:38:52.673Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
552 | 2024-03-26T06:38:52.673Z | ++ COMMIT=41ddeab9d43d90a51e6fc1c236dc9982fc76f922 |
553 | 2024-03-26T06:38:52.673Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
554 | 2024-03-26T06:38:52.674Z | + TARGET_DIR=out |
555 | 2024-03-26T06:38:52.674Z | + DOWNLOAD_DIR=out/downloads |
556 | 2024-03-26T06:38:52.674Z | + DEST_DIR=./out/dendrite-stub |
557 | 2024-03-26T06:38:52.674Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
558 | 2024-03-26T06:38:52.674Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
559 | 2024-03-26T06:38:52.674Z | + REPO=oxidecomputer/dendrite |
560 | 2024-03-26T06:38:52.674Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922 |
561 | 2024-03-26T06:38:52.674Z | + main |
562 | 2024-03-26T06:38:52.674Z | + [[ 0 != 0 ]] |
563 | 2024-03-26T06:38:52.674Z | + CIDL_OS=solaris2.11 |
564 | 2024-03-26T06:38:52.674Z | + [[ 0 != 0 ]] |
565 | 2024-03-26T06:38:52.674Z | + configure_os solaris2.11 |
566 | 2024-03-26T06:38:52.674Z | + echo 'current directory: /work/oxidecomputer/omicron' |
567 | 2024-03-26T06:38:52.674Z | current directory: /work/oxidecomputer/omicron |
568 | 2024-03-26T06:38:52.674Z | + echo 'configuring based on OS: "solaris2.11"' |
569 | 2024-03-26T06:38:52.674Z | configuring based on OS: "solaris2.11" |
570 | 2024-03-26T06:38:52.674Z | + case "$1" in |
571 | 2024-03-26T06:38:52.674Z | + SET_BINARIES= |
572 | 2024-03-26T06:38:52.674Z | + CIDL_SHA256=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 |
573 | 2024-03-26T06:38:52.674Z | + CIDL_SHA256FUNC=do_sha256sum |
574 | 2024-03-26T06:38:52.674Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
575 | 2024-03-26T06:38:52.675Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz |
576 | 2024-03-26T06:38:52.675Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
577 | 2024-03-26T06:38:52.675Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz' |
578 | 2024-03-26T06:38:52.675Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz |
579 | 2024-03-26T06:38:52.675Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
580 | 2024-03-26T06:38:52.675Z | + mkdir -p out/downloads |
581 | 2024-03-26T06:38:52.675Z | Local file: out/downloads/dendrite-stub.tar.gz |
582 | 2024-03-26T06:38:52.675Z | + mkdir -p ./out/dendrite-stub |
583 | 2024-03-26T06:38:52.681Z | + fetch_and_verify |
584 | 2024-03-26T06:38:52.681Z | + local DO_DOWNLOAD=true |
585 | 2024-03-26T06:38:52.681Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
586 | 2024-03-26T06:38:52.681Z | + '[' true == true ']' |
587 | 2024-03-26T06:38:52.681Z | + echo Downloading... |
588 | 2024-03-26T06:38:52.681Z | Downloading... |
589 | 2024-03-26T06:38:52.681Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
590 | 2024-03-26T06:38:52.681Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/41ddeab9d43d90a51e6fc1c236dc9982fc76f922/dendrite-stub.tar.gz |
591 | 2024-03-26T06:39:00.347Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
592 | 2024-03-26T06:39:00.351Z | ++ sha256sum |
593 | 2024-03-26T06:39:00.351Z | ++ awk '{print $1}' |
594 | 2024-03-26T06:39:00.371Z | + calculated_sha256=8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 |
595 | 2024-03-26T06:39:00.374Z | + [[ 8ebb889a555ce59cb0373a1ec9595536e015c951f6fc4d89308b4e3f09c83b20 != \8\e\b\b\8\8\9\a\5\5\5\c\e\5\9\c\b\0\3\7\3\a\1\e\c\9\5\9\5\5\3\6\e\0\1\5\c\9\5\1\f\6\f\c\4\d\8\9\3\0\8\b\4\e\3\f\0\9\c\8\3\b\2\0 ]] |
596 | 2024-03-26T06:39:00.375Z | + do_untar out/downloads/dendrite-stub.tar.gz |
597 | 2024-03-26T06:39:00.375Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
598 | 2024-03-26T06:39:01.058Z | + do_assemble |
599 | 2024-03-26T06:39:01.058Z | + rm -r ./out/dendrite-stub |
600 | 2024-03-26T06:39:01.062Z | + mkdir ./out/dendrite-stub |
601 | 2024-03-26T06:39:01.065Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
602 | 2024-03-26T06:39:01.164Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
603 | 2024-03-26T06:39:01.174Z | + set -o errexit |
604 | 2024-03-26T06:39:01.179Z | +++ dirname ./tools/ci_download_maghemite_mgd |
605 | 2024-03-26T06:39:01.179Z | ++ cd ./tools |
606 | 2024-03-26T06:39:01.179Z | ++ pwd |
607 | 2024-03-26T06:39:01.179Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
608 | 2024-03-26T06:39:01.182Z | ++ basename ./tools/ci_download_maghemite_mgd |
609 | 2024-03-26T06:39:01.182Z | + ARG0=ci_download_maghemite_mgd |
610 | 2024-03-26T06:39:01.182Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
611 | 2024-03-26T06:39:01.182Z | ++ CIDL_SHA256=813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b |
612 | 2024-03-26T06:39:01.182Z | ++ MGD_LINUX_SHA256=03bf4e9fbe7d46be5dbcf83f9cd67520383f843767939e06d0db93ce4e584111 |
613 | 2024-03-26T06:39:01.182Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
614 | 2024-03-26T06:39:01.182Z | ++ COMMIT=a19e88979ab8ab9a0136854182c410c29047bfcb |
615 | 2024-03-26T06:39:01.182Z | ++ SHA2=768b38ad9b01299be66a899241158123fc90ea240708a517c8acfa52b4b2eb8e |
616 | 2024-03-26T06:39:01.183Z | + TARGET_DIR=out |
617 | 2024-03-26T06:39:01.183Z | + DOWNLOAD_DIR=out/downloads |
618 | 2024-03-26T06:39:01.183Z | + DEST_DIR=./out/mgd |
619 | 2024-03-26T06:39:01.183Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
620 | 2024-03-26T06:39:01.183Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
621 | 2024-03-26T06:39:01.183Z | + REPO=oxidecomputer/maghemite |
622 | 2024-03-26T06:39:01.183Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb |
623 | 2024-03-26T06:39:01.183Z | + main |
624 | 2024-03-26T06:39:01.183Z | + rm -rf out/downloads/root |
625 | 2024-03-26T06:39:01.191Z | + [[ 0 != 0 ]] |
626 | 2024-03-26T06:39:01.191Z | + CIDL_OS=solaris2.11 |
627 | 2024-03-26T06:39:01.195Z | + [[ 0 != 0 ]] |
628 | 2024-03-26T06:39:01.195Z | + configure_os solaris2.11 |
629 | 2024-03-26T06:39:01.196Z | + echo 'current directory: /work/oxidecomputer/omicron' |
630 | 2024-03-26T06:39:01.196Z | current directory: /work/oxidecomputer/omicron |
631 | 2024-03-26T06:39:01.196Z | configuring based on OS: "solaris2.11" |
632 | 2024-03-26T06:39:01.196Z | + echo 'configuring based on OS: "solaris2.11"' |
633 | 2024-03-26T06:39:01.196Z | + case "$1" in |
634 | 2024-03-26T06:39:01.196Z | + SET_BINARIES= |
635 | 2024-03-26T06:39:01.196Z | + CIDL_SHA256FUNC=do_sha256sum |
636 | 2024-03-26T06:39:01.196Z | + TARBALL_FILENAME=mgd.tar.gz |
637 | 2024-03-26T06:39:01.196Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz |
638 | 2024-03-26T06:39:01.196Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
639 | 2024-03-26T06:39:01.196Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz' |
640 | 2024-03-26T06:39:01.197Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
641 | 2024-03-26T06:39:01.197Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz |
642 | 2024-03-26T06:39:01.197Z | Local file: out/downloads/mgd.tar.gz |
643 | 2024-03-26T06:39:01.197Z | + mkdir -p out/downloads |
644 | 2024-03-26T06:39:01.197Z | + mkdir -p ./out/mgd |
645 | 2024-03-26T06:39:01.203Z | + fetch_and_verify |
646 | 2024-03-26T06:39:01.203Z | + local DO_DOWNLOAD=true |
647 | 2024-03-26T06:39:01.203Z | + [[ -f out/downloads/mgd.tar.gz ]] |
648 | 2024-03-26T06:39:01.203Z | + '[' true == true ']' |
649 | 2024-03-26T06:39:01.203Z | + echo Downloading... |
650 | 2024-03-26T06:39:01.203Z | Downloading... |
651 | 2024-03-26T06:39:01.203Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz out/downloads/mgd.tar.gz |
652 | 2024-03-26T06:39:01.203Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/a19e88979ab8ab9a0136854182c410c29047bfcb/mgd.tar.gz |
653 | 2024-03-26T06:39:08.062Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
654 | 2024-03-26T06:39:08.073Z | ++ sha256sum |
655 | 2024-03-26T06:39:08.073Z | ++ awk '{print $1}' |
656 | 2024-03-26T06:39:08.095Z | + calculated_sha256=813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b |
657 | 2024-03-26T06:39:08.095Z | + [[ 813fe3d408f538a9d7121a616fce5f87e6c42cf2800e20c1a2759c24c9e8b77b != \8\1\3\f\e\3\d\4\0\8\f\5\3\8\a\9\d\7\1\2\1\a\6\1\6\f\c\e\5\f\8\7\e\6\c\4\2\c\f\2\8\0\0\e\2\0\c\1\a\2\7\5\9\c\2\4\c\9\e\8\b\7\7\b ]] |
658 | 2024-03-26T06:39:08.096Z | + do_untar out/downloads/mgd.tar.gz |
659 | 2024-03-26T06:39:08.096Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
660 | 2024-03-26T06:39:08.541Z | + do_assemble |
661 | 2024-03-26T06:39:08.541Z | + rm -r ./out/mgd |
662 | 2024-03-26T06:39:08.549Z | + mkdir ./out/mgd |
663 | 2024-03-26T06:39:08.549Z | + cp -r out/downloads/root ./out/mgd/root |
664 | 2024-03-26T06:39:08.598Z | + set -o errexit |
665 | 2024-03-26T06:39:08.601Z | +++ dirname ./tools/ci_download_transceiver_control |
666 | 2024-03-26T06:39:08.601Z | ++ cd ./tools |
667 | 2024-03-26T06:39:08.601Z | ++ pwd |
668 | 2024-03-26T06:39:08.605Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
669 | 2024-03-26T06:39:08.605Z | ++ basename ./tools/ci_download_transceiver_control |
670 | 2024-03-26T06:39:08.606Z | + ARG0=ci_download_transceiver_control |
671 | 2024-03-26T06:39:08.606Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
672 | 2024-03-26T06:39:08.606Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
673 | 2024-03-26T06:39:08.606Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
674 | 2024-03-26T06:39:08.606Z | + TARGET_DIR=out |
675 | 2024-03-26T06:39:08.606Z | + DOWNLOAD_DIR=out/downloads |
676 | 2024-03-26T06:39:08.606Z | + DEST_DIR=./out/transceiver-control |
677 | 2024-03-26T06:39:08.606Z | + BIN_DIR=/opt/oxide/bin |
678 | 2024-03-26T06:39:08.606Z | + BINARY=xcvradm |
679 | 2024-03-26T06:39:08.606Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
680 | 2024-03-26T06:39:08.606Z | + REPO=oxidecomputer/transceiver-control |
681 | 2024-03-26T06:39:08.606Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
682 | 2024-03-26T06:39:08.606Z | + main |
683 | 2024-03-26T06:39:08.607Z | + [[ 0 != 0 ]] |
684 | 2024-03-26T06:39:08.607Z | + CIDL_OS=solaris2.11 |
685 | 2024-03-26T06:39:08.607Z | + [[ 0 != 0 ]] |
686 | 2024-03-26T06:39:08.607Z | + configure_os solaris2.11 |
687 | 2024-03-26T06:39:08.607Z | + echo 'current directory: /work/oxidecomputer/omicron' |
688 | 2024-03-26T06:39:08.607Z | + echo 'configuring based on OS: "solaris2.11"' |
689 | 2024-03-26T06:39:08.607Z | + case "$1" in |
690 | 2024-03-26T06:39:08.607Z | + SET_BINARIES= |
691 | 2024-03-26T06:39:08.607Z | current directory: /work/oxidecomputer/omicron |
692 | 2024-03-26T06:39:08.607Z | configuring based on OS: "solaris2.11" |
693 | 2024-03-26T06:39:08.607Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
694 | 2024-03-26T06:39:08.607Z | + CIDL_SHA256FUNC=do_sha256sum |
695 | 2024-03-26T06:39:08.607Z | + ARCHIVE_FILENAME=xcvradm.gz |
696 | 2024-03-26T06:39:08.607Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
697 | 2024-03-26T06:39:08.607Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
698 | 2024-03-26T06:39:08.607Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
699 | 2024-03-26T06:39:08.608Z | + echo 'Local file: out/downloads/xcvradm.gz' |
700 | 2024-03-26T06:39:08.608Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
701 | 2024-03-26T06:39:08.608Z | Local file: out/downloads/xcvradm.gz |
702 | 2024-03-26T06:39:08.608Z | + mkdir -p out/downloads |
703 | 2024-03-26T06:39:08.612Z | + mkdir -p ./out/transceiver-control |
704 | 2024-03-26T06:39:08.612Z | + fetch_and_verify |
705 | 2024-03-26T06:39:08.612Z | + local DO_DOWNLOAD=true |
706 | 2024-03-26T06:39:08.612Z | + [[ -f out/downloads/xcvradm.gz ]] |
707 | 2024-03-26T06:39:08.612Z | + '[' true == true ']' |
708 | 2024-03-26T06:39:08.612Z | + echo Downloading... |
709 | 2024-03-26T06:39:08.612Z | Downloading... |
710 | 2024-03-26T06:39:08.612Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
711 | 2024-03-26T06:39:08.612Z | + 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 |
712 | 2024-03-26T06:39:12.324Z | ++ do_sha256sum out/downloads/xcvradm.gz |
713 | 2024-03-26T06:39:12.330Z | ++ sha256sum |
714 | 2024-03-26T06:39:12.330Z | ++ awk '{print $1}' |
715 | 2024-03-26T06:39:12.336Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
716 | 2024-03-26T06:39:12.336Z | + [[ 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 ]] |
717 | 2024-03-26T06:39:12.336Z | + do_unpack out/downloads/xcvradm.gz |
718 | 2024-03-26T06:39:12.336Z | + mkdir -p out/downloads/root//opt/oxide/bin |
719 | 2024-03-26T06:39:12.337Z | + gzip -dc out/downloads/xcvradm.gz |
720 | 2024-03-26T06:39:12.451Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
721 | 2024-03-26T06:39:12.455Z | + do_assemble |
722 | 2024-03-26T06:39:12.455Z | + rm -r ./out/transceiver-control |
723 | 2024-03-26T06:39:12.458Z | + mkdir ./out/transceiver-control |
724 | 2024-03-26T06:39:12.458Z | + cp -r out/downloads/root ./out/transceiver-control/root |
725 | 2024-03-26T06:39:12.533Z | + set -o errexit |
726 | 2024-03-26T06:39:12.536Z | +++ dirname ./tools/ci_download_thundermuffin |
727 | 2024-03-26T06:39:12.539Z | ++ cd ./tools |
728 | 2024-03-26T06:39:12.539Z | ++ pwd |
729 | 2024-03-26T06:39:12.539Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
730 | 2024-03-26T06:39:12.539Z | ++ basename ./tools/ci_download_thundermuffin |
731 | 2024-03-26T06:39:12.542Z | + ARG0=ci_download_thundermuffin |
732 | 2024-03-26T06:39:12.542Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
733 | 2024-03-26T06:39:12.542Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
734 | 2024-03-26T06:39:12.542Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
735 | 2024-03-26T06:39:12.542Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
736 | 2024-03-26T06:39:12.542Z | + TARGET_DIR=out |
737 | 2024-03-26T06:39:12.542Z | + DOWNLOAD_DIR=out/downloads |
738 | 2024-03-26T06:39:12.542Z | + DEST_DIR=./out/thundermuffin |
739 | 2024-03-26T06:39:12.542Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
740 | 2024-03-26T06:39:12.543Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
741 | 2024-03-26T06:39:12.543Z | + REPO=oxidecomputer/thundermuffin |
742 | 2024-03-26T06:39:12.543Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
743 | 2024-03-26T06:39:12.543Z | + main |
744 | 2024-03-26T06:39:12.543Z | + rm -rf out/downloads/root |
745 | 2024-03-26T06:39:12.547Z | + [[ 0 != 0 ]] |
746 | 2024-03-26T06:39:12.547Z | + CIDL_OS=solaris2.11 |
747 | 2024-03-26T06:39:12.547Z | + [[ 0 != 0 ]] |
748 | 2024-03-26T06:39:12.547Z | + configure_os solaris2.11 |
749 | 2024-03-26T06:39:12.551Z | + echo 'current directory: /work/oxidecomputer/omicron' |
750 | 2024-03-26T06:39:12.551Z | current directory: /work/oxidecomputer/omicron |
751 | 2024-03-26T06:39:12.551Z | + echo 'configuring based on OS: "solaris2.11"' |
752 | 2024-03-26T06:39:12.551Z | + case "$1" in |
753 | 2024-03-26T06:39:12.551Z | configuring based on OS: "solaris2.11" |
754 | 2024-03-26T06:39:12.551Z | + SET_BINARIES= |
755 | 2024-03-26T06:39:12.551Z | + CIDL_SHA256FUNC=do_sha256sum |
756 | 2024-03-26T06:39:12.551Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
757 | 2024-03-26T06:39:12.551Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
758 | 2024-03-26T06:39:12.551Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
759 | 2024-03-26T06:39:12.551Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
760 | 2024-03-26T06:39:12.551Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
761 | 2024-03-26T06:39:12.551Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
762 | 2024-03-26T06:39:12.551Z | Local file: out/downloads/thundermuffin.tar.gz |
763 | 2024-03-26T06:39:12.551Z | + mkdir -p out/downloads |
764 | 2024-03-26T06:39:12.552Z | + mkdir -p ./out/thundermuffin |
765 | 2024-03-26T06:39:12.555Z | + fetch_and_verify |
766 | 2024-03-26T06:39:12.555Z | + local DO_DOWNLOAD=true |
767 | 2024-03-26T06:39:12.555Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
768 | 2024-03-26T06:39:12.555Z | + '[' true == true ']' |
769 | 2024-03-26T06:39:12.555Z | + echo Downloading... |
770 | 2024-03-26T06:39:12.555Z | Downloading... |
771 | 2024-03-26T06:39:12.555Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
772 | 2024-03-26T06:39:12.555Z | + 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 |
773 | 2024-03-26T06:39:13.629Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
774 | 2024-03-26T06:39:13.633Z | ++ sha256sum |
775 | 2024-03-26T06:39:13.633Z | ++ awk '{print $1}' |
776 | 2024-03-26T06:39:13.636Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
777 | 2024-03-26T06:39:13.639Z | + [[ 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 ]] |
778 | 2024-03-26T06:39:13.639Z | + do_untar out/downloads/thundermuffin.tar.gz |
779 | 2024-03-26T06:39:13.639Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
780 | 2024-03-26T06:39:13.703Z | + do_assemble |
781 | 2024-03-26T06:39:13.703Z | + rm -r ./out/thundermuffin |
782 | 2024-03-26T06:39:13.707Z | + mkdir ./out/thundermuffin |
783 | 2024-03-26T06:39:13.710Z | + cp -r out/downloads/root ./out/thundermuffin/root |
784 | 2024-03-26T06:39:13.736Z | All builder prerequisites installed successfully, and PATH looks valid |
785 | 2024-03-26T06:39:13.739Z | |
786 | 2024-03-26T06:39:13.739Z | real 2:05.997036953 |
787 | 2024-03-26T06:39:13.740Z | user 37.286957527 |
788 | 2024-03-26T06:39:13.740Z | sys 6.797300597 |
789 | 2024-03-26T06:39:13.740Z | trap 0.009363215 |
790 | 2024-03-26T06:39:13.740Z | tflt 0.088671846 |
791 | 2024-03-26T06:39:13.740Z | dflt 0.388286035 |
792 | 2024-03-26T06:39:13.740Z | kflt 0.151293631 |
793 | 2024-03-26T06:39:13.740Z | lock 1.262662757 |
794 | 2024-03-26T06:39:13.740Z | slp 4:16.289270621 |
795 | 2024-03-26T06:39:13.740Z | lat 2.138092451 |
796 | 2024-03-26T06:39:13.740Z | stop 0.148547824 |
797 | 2024-03-26T06:39:13.740Z | |
798 | 2024-03-26T06:39:13.740Z | #### # # ##### ##### # # |
799 | 2024-03-26T06:39:13.740Z | # # # # # # # # # # |
800 | 2024-03-26T06:39:13.740Z | # # # # # # # # |
801 | 2024-03-26T06:39:13.740Z | # # # ##### ##### # |
802 | 2024-03-26T06:39:13.740Z | # # # # # # # |
803 | 2024-03-26T06:39:13.740Z | #### ###### # # # # |
804 | 2024-03-26T06:39:13.740Z | |
805 | 2024-03-26T06:39:13.965Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
806 | 2024-03-26T06:39:14.329Z | Updating git repository `https://github.com/oxidecomputer/samael` |
807 | 2024-03-26T06:39:14.647Z | Updating git repository `https://github.com/oxidecomputer/zone` |
808 | 2024-03-26T06:39:14.946Z | Updating crates.io index |
809 | 2024-03-26T06:39:15.006Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
810 | 2024-03-26T06:39:15.846Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
811 | 2024-03-26T06:39:16.510Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
812 | 2024-03-26T06:39:18.166Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
813 | 2024-03-26T06:39:18.471Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
814 | 2024-03-26T06:39:18.868Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
815 | 2024-03-26T06:39:19.776Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
816 | 2024-03-26T06:39:22.104Z | Updating git repository `https://github.com/oxidecomputer/opte` |
817 | 2024-03-26T06:39:23.163Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
818 | 2024-03-26T06:39:23.906Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
819 | 2024-03-26T06:39:24.230Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
820 | 2024-03-26T06:39:24.775Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
821 | 2024-03-26T06:39:25.082Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
822 | 2024-03-26T06:39:25.381Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
823 | 2024-03-26T06:39:25.770Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
824 | 2024-03-26T06:39:26.177Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
825 | 2024-03-26T06:39:26.473Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
826 | 2024-03-26T06:39:26.739Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
827 | 2024-03-26T06:39:27.034Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
828 | 2024-03-26T06:39:27.382Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
829 | 2024-03-26T06:39:27.835Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
830 | 2024-03-26T06:39:28.115Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
831 | 2024-03-26T06:39:28.671Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
832 | 2024-03-26T06:39:29.020Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
833 | 2024-03-26T06:39:29.539Z | Updating git repository `https://github.com/jgallagher/nix` |
834 | 2024-03-26T06:39:30.309Z | Updating git repository `https://github.com/cbiffle/hubpack` |
835 | 2024-03-26T06:39:30.692Z | Updating git repository `https://github.com/oxidecomputer/typify` |
836 | 2024-03-26T06:39:32.347Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
837 | 2024-03-26T06:39:32.713Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
838 | 2024-03-26T06:39:32.991Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
839 | 2024-03-26T06:39:33.492Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
840 | 2024-03-26T06:39:34.680Z | Downloading crates ... |
841 | 2024-03-26T06:39:34.786Z | Downloaded anstyle-query v1.0.0 |
842 | 2024-03-26T06:39:34.789Z | Downloaded semver v1.0.22 |
843 | 2024-03-26T06:39:34.793Z | Downloaded camino v1.1.6 |
844 | 2024-03-26T06:39:34.796Z | Downloaded colorchoice v1.0.0 |
845 | 2024-03-26T06:39:34.796Z | Downloaded thiserror v1.0.57 |
846 | 2024-03-26T06:39:34.813Z | Downloaded equivalent v1.0.1 |
847 | 2024-03-26T06:39:34.816Z | Downloaded clap_lex v0.7.0 |
848 | 2024-03-26T06:39:34.820Z | Downloaded errno v0.3.8 |
849 | 2024-03-26T06:39:34.823Z | Downloaded anstyle v1.0.6 |
850 | 2024-03-26T06:39:34.823Z | Downloaded thiserror-impl v1.0.57 |
851 | 2024-03-26T06:39:34.827Z | Downloaded terminal_size v0.3.0 |
852 | 2024-03-26T06:39:34.827Z | Downloaded itoa v1.0.9 |
853 | 2024-03-26T06:39:34.833Z | Downloaded toml_datetime v0.6.5 |
854 | 2024-03-26T06:39:34.836Z | Downloaded heck v0.4.1 |
855 | 2024-03-26T06:39:34.836Z | Downloaded cargo-platform v0.1.3 |
856 | 2024-03-26T06:39:34.836Z | Downloaded utf8parse v0.2.1 |
857 | 2024-03-26T06:39:34.836Z | Downloaded serde_spanned v0.6.5 |
858 | 2024-03-26T06:39:34.839Z | Downloaded quote v1.0.35 |
859 | 2024-03-26T06:39:34.842Z | Downloaded strsim v0.11.0 |
860 | 2024-03-26T06:39:34.845Z | Downloaded clap_derive v4.5.0 |
861 | 2024-03-26T06:39:34.851Z | Downloaded cargo_metadata v0.18.1 |
862 | 2024-03-26T06:39:34.854Z | Downloaded anstyle-parse v0.2.1 |
863 | 2024-03-26T06:39:34.856Z | Downloaded anstream v0.6.11 |
864 | 2024-03-26T06:39:34.860Z | Downloaded anyhow v1.0.79 |
865 | 2024-03-26T06:39:34.864Z | Downloaded cargo_toml v0.19.0 |
866 | 2024-03-26T06:39:34.864Z | Downloaded clap v4.5.1 |
867 | 2024-03-26T06:39:34.871Z | Downloaded unicode-ident v1.0.12 |
868 | 2024-03-26T06:39:34.873Z | Downloaded toml v0.8.10 |
869 | 2024-03-26T06:39:34.877Z | Downloaded ryu v1.0.15 |
870 | 2024-03-26T06:39:34.881Z | Downloaded serde v1.0.197 |
871 | 2024-03-26T06:39:34.886Z | Downloaded proc-macro2 v1.0.78 |
872 | 2024-03-26T06:39:34.886Z | Downloaded bitflags v2.4.2 |
873 | 2024-03-26T06:39:34.894Z | Downloaded serde_derive v1.0.197 |
874 | 2024-03-26T06:39:34.894Z | Downloaded indexmap v2.2.5 |
875 | 2024-03-26T06:39:34.898Z | Downloaded memchr v2.7.1 |
876 | 2024-03-26T06:39:34.901Z | Downloaded toml_edit v0.22.6 |
877 | 2024-03-26T06:39:34.919Z | Downloaded hashbrown v0.14.3 |
878 | 2024-03-26T06:39:34.925Z | Downloaded serde_json v1.0.114 |
879 | 2024-03-26T06:39:34.931Z | Downloaded winnow v0.6.1 |
880 | 2024-03-26T06:39:34.939Z | Downloaded clap_builder v4.5.1 |
881 | 2024-03-26T06:39:34.946Z | Downloaded syn v2.0.52 |
882 | 2024-03-26T06:39:34.956Z | Downloaded rustix v0.38.31 |
883 | 2024-03-26T06:39:34.984Z | Downloaded libc v0.2.153 |
884 | 2024-03-26T06:39:35.246Z | Compiling proc-macro2 v1.0.78 |
885 | 2024-03-26T06:39:35.251Z | Compiling unicode-ident v1.0.12 |
886 | 2024-03-26T06:39:35.251Z | Compiling serde v1.0.197 |
887 | 2024-03-26T06:39:35.251Z | Compiling libc v0.2.153 |
888 | 2024-03-26T06:39:35.251Z | Compiling rustix v0.38.31 |
889 | 2024-03-26T06:39:35.251Z | Compiling hashbrown v0.14.3 |
890 | 2024-03-26T06:39:35.270Z | Compiling utf8parse v0.2.1 |
891 | 2024-03-26T06:39:35.282Z | Compiling equivalent v1.0.1 |
892 | 2024-03-26T06:39:35.471Z | Compiling bitflags v2.4.2 |
893 | 2024-03-26T06:39:35.488Z | Compiling anstyle-parse v0.2.1 |
894 | 2024-03-26T06:39:35.491Z | Compiling winnow v0.6.1 |
895 | 2024-03-26T06:39:35.815Z | Compiling camino v1.1.6 |
896 | 2024-03-26T06:39:35.835Z | Compiling anstyle v1.0.6 |
897 | 2024-03-26T06:39:36.158Z | Compiling colorchoice v1.0.0 |
898 | 2024-03-26T06:39:36.268Z | Compiling anstyle-query v1.0.0 |
899 | 2024-03-26T06:39:36.359Z | Compiling indexmap v2.2.5 |
900 | 2024-03-26T06:39:36.409Z | Compiling thiserror v1.0.57 |
901 | 2024-03-26T06:39:36.933Z | Compiling semver v1.0.22 |
902 | 2024-03-26T06:39:36.936Z | Compiling serde_json v1.0.114 |
903 | 2024-03-26T06:39:37.204Z | Compiling anstream v0.6.11 |
904 | 2024-03-26T06:39:37.222Z | Compiling ryu v1.0.15 |
905 | 2024-03-26T06:39:37.315Z | Compiling heck v0.4.1 |
906 | 2024-03-26T06:39:37.353Z | Compiling itoa v1.0.9 |
907 | 2024-03-26T06:39:37.443Z | Compiling clap_lex v0.7.0 |
908 | 2024-03-26T06:39:37.561Z | Compiling strsim v0.11.0 |
909 | 2024-03-26T06:39:37.582Z | Compiling anyhow v1.0.79 |
910 | 2024-03-26T06:39:37.894Z | Compiling quote v1.0.35 |
911 | 2024-03-26T06:39:38.271Z | Compiling syn v2.0.52 |
912 | 2024-03-26T06:39:38.290Z | Compiling errno v0.3.8 |
913 | 2024-03-26T06:39:39.174Z | Compiling terminal_size v0.3.0 |
914 | 2024-03-26T06:39:39.276Z | Compiling clap_builder v4.5.1 |
915 | 2024-03-26T06:39:43.041Z | Compiling serde_derive v1.0.197 |
916 | 2024-03-26T06:39:43.041Z | Compiling thiserror-impl v1.0.57 |
917 | 2024-03-26T06:39:43.045Z | Compiling clap_derive v4.5.0 |
918 | 2024-03-26T06:39:45.693Z | Compiling clap v4.5.1 |
919 | 2024-03-26T06:39:50.472Z | Compiling serde_spanned v0.6.5 |
920 | 2024-03-26T06:39:50.472Z | Compiling toml_datetime v0.6.5 |
921 | 2024-03-26T06:39:50.475Z | Compiling cargo-platform v0.1.3 |
922 | 2024-03-26T06:39:50.719Z | Compiling toml_edit v0.22.6 |
923 | 2024-03-26T06:39:51.721Z | Compiling cargo_metadata v0.18.1 |
924 | 2024-03-26T06:39:52.709Z | Compiling toml v0.8.10 |
925 | 2024-03-26T06:39:53.391Z | Compiling cargo_toml v0.19.0 |
926 | 2024-03-26T06:39:57.048Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
927 | 2024-03-26T06:39:57.986Z | Finished dev [unoptimized + debuginfo] target(s) in 44.19s |
928 | 2024-03-26T06:39:58.193Z | Running `target/debug/xtask clippy` |
929 | 2024-03-26T06:39:58.238Z | running: "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" |
930 | 2024-03-26T06:39:58.804Z | Downloading crates ... |
931 | 2024-03-26T06:39:58.894Z | Downloaded adler v1.0.2 |
932 | 2024-03-26T06:39:58.898Z | Downloaded addr2line v0.21.0 |
933 | 2024-03-26T06:39:58.902Z | Downloaded aead v0.5.2 |
934 | 2024-03-26T06:39:58.911Z | Downloaded ahash v0.8.8 |
935 | 2024-03-26T06:39:58.915Z | Downloaded argon2 v0.5.3 |
936 | 2024-03-26T06:39:58.915Z | Downloaded ascii v1.1.0 |
937 | 2024-03-26T06:39:58.918Z | Downloaded ansi_term v0.12.1 |
938 | 2024-03-26T06:39:58.918Z | Downloaded anes v0.1.6 |
939 | 2024-03-26T06:39:58.923Z | Downloaded crunchy v0.2.2 |
940 | 2024-03-26T06:39:58.928Z | Downloaded atomicwrites v0.4.3 |
941 | 2024-03-26T06:39:58.928Z | Downloaded async-stream-impl v0.3.5 |
942 | 2024-03-26T06:39:58.928Z | Downloaded httparse v1.8.0 |
943 | 2024-03-26T06:39:58.933Z | Downloaded arrayref v0.3.7 |
944 | 2024-03-26T06:39:58.936Z | Downloaded cexpr v0.6.0 |
945 | 2024-03-26T06:39:58.936Z | Downloaded assert_matches v1.5.0 |
946 | 2024-03-26T06:39:58.952Z | Downloaded crossbeam-utils v0.8.19 |
947 | 2024-03-26T06:39:58.957Z | Downloaded http-range v0.1.5 |
948 | 2024-03-26T06:39:58.957Z | Downloaded castaway v0.2.2 |
949 | 2024-03-26T06:39:58.957Z | Downloaded cast v0.3.0 |
950 | 2024-03-26T06:39:58.957Z | Downloaded base64ct v1.6.0 |
951 | 2024-03-26T06:39:58.958Z | Downloaded assert_cmd v2.0.14 |
952 | 2024-03-26T06:39:58.958Z | Downloaded ident_case v1.0.1 |
953 | 2024-03-26T06:39:58.958Z | Downloaded instant v0.1.12 |
954 | 2024-03-26T06:39:58.958Z | Downloaded backoff v0.4.0 |
955 | 2024-03-26T06:39:58.958Z | Downloaded arc-swap v1.6.0 |
956 | 2024-03-26T06:39:58.963Z | Downloaded http-body v0.4.5 |
957 | 2024-03-26T06:39:58.963Z | Downloaded hyper-tls v0.5.0 |
958 | 2024-03-26T06:39:59.000Z | Downloaded atty v0.2.14 |
959 | 2024-03-26T06:39:59.002Z | Downloaded hubpack_derive v0.1.1 |
960 | 2024-03-26T06:39:59.002Z | Downloaded crossbeam-deque v0.8.3 |
961 | 2024-03-26T06:39:59.002Z | Downloaded allocator-api2 v0.2.16 |
962 | 2024-03-26T06:39:59.002Z | Downloaded impl-trait-for-tuples v0.2.2 |
963 | 2024-03-26T06:39:59.002Z | Downloaded crucible-workspace-hack v0.1.0 |
964 | 2024-03-26T06:39:59.002Z | Downloaded indoc v2.0.3 |
965 | 2024-03-26T06:39:59.002Z | Downloaded hyper-rustls v0.24.2 |
966 | 2024-03-26T06:39:59.002Z | Downloaded bitstruct v0.1.1 |
967 | 2024-03-26T06:39:59.002Z | Downloaded indoc v1.0.9 |
968 | 2024-03-26T06:39:59.003Z | Downloaded newline-converter v0.3.0 |
969 | 2024-03-26T06:39:59.003Z | Downloaded autocfg v1.1.0 |
970 | 2024-03-26T06:39:59.003Z | Downloaded match_cfg v0.1.0 |
971 | 2024-03-26T06:39:59.003Z | Downloaded iana-time-zone v0.1.57 |
972 | 2024-03-26T06:39:59.003Z | Downloaded inout v0.1.3 |
973 | 2024-03-26T06:39:59.003Z | Downloaded chacha20 v0.9.1 |
974 | 2024-03-26T06:39:59.003Z | Downloaded bitfield v0.14.0 |
975 | 2024-03-26T06:39:59.009Z | Downloaded normalize-line-endings v0.3.0 |
976 | 2024-03-26T06:39:59.009Z | Downloaded criterion-plot v0.5.0 |
977 | 2024-03-26T06:39:59.009Z | Downloaded hyper-rustls v0.26.0 |
978 | 2024-03-26T06:39:59.009Z | Downloaded md-5 v0.10.5 |
979 | 2024-03-26T06:39:59.009Z | Downloaded constant_time_eq v0.2.6 |
980 | 2024-03-26T06:39:59.009Z | Downloaded bytecount v0.6.3 |
981 | 2024-03-26T06:39:59.014Z | Downloaded signal-hook-tokio v0.3.1 |
982 | 2024-03-26T06:39:59.014Z | Downloaded lru v0.12.1 |
983 | 2024-03-26T06:39:59.014Z | Downloaded indexmap v1.9.3 |
984 | 2024-03-26T06:39:59.018Z | Downloaded crc-catalog v2.2.0 |
985 | 2024-03-26T06:39:59.018Z | Downloaded cfg-if v1.0.0 |
986 | 2024-03-26T06:39:59.031Z | Downloaded newtype_derive v0.1.6 |
987 | 2024-03-26T06:39:59.032Z | Downloaded linked-hash-map v0.5.6 |
988 | 2024-03-26T06:39:59.032Z | Downloaded new_debug_unreachable v1.0.4 |
989 | 2024-03-26T06:39:59.037Z | Downloaded is_ci v1.2.0 |
990 | 2024-03-26T06:39:59.037Z | Downloaded crc v3.0.1 |
991 | 2024-03-26T06:39:59.037Z | Downloaded cpufeatures v0.2.12 |
992 | 2024-03-26T06:39:59.037Z | Downloaded remove_dir_all v0.5.3 |
993 | 2024-03-26T06:39:59.037Z | Downloaded hash32 v0.3.1 |
994 | 2024-03-26T06:39:59.037Z | Downloaded num-conv v0.1.0 |
995 | 2024-03-26T06:39:59.038Z | Downloaded nested v0.1.1 |
996 | 2024-03-26T06:39:59.038Z | Downloaded matches v0.1.10 |
997 | 2024-03-26T06:39:59.038Z | Downloaded hex-literal v0.4.1 |
998 | 2024-03-26T06:39:59.038Z | Downloaded buf-list v1.0.3 |
999 | 2024-03-26T06:39:59.043Z | Downloaded sync_wrapper v0.1.2 |
1000 | 2024-03-26T06:39:59.043Z | Downloaded nanorand v0.7.0 |
1001 | 2024-03-26T06:39:59.044Z | Downloaded rustc_version v0.1.7 |
1002 | 2024-03-26T06:39:59.059Z | Downloaded memoffset v0.7.1 |
1003 | 2024-03-26T06:39:59.059Z | Downloaded rustversion v1.0.14 |
1004 | 2024-03-26T06:39:59.059Z | Downloaded multimap v0.10.0 |
1005 | 2024-03-26T06:39:59.067Z | Downloaded blake2b_simd v1.0.1 |
1006 | 2024-03-26T06:39:59.067Z | Downloaded cobs v0.2.3 |
1007 | 2024-03-26T06:39:59.068Z | Downloaded bit-set v0.5.3 |
1008 | 2024-03-26T06:39:59.068Z | Downloaded num-integer v0.1.46 |
1009 | 2024-03-26T06:39:59.068Z | Downloaded semver v0.11.0 |
1010 | 2024-03-26T06:39:59.068Z | Downloaded lru-cache v0.1.2 |
1011 | 2024-03-26T06:39:59.068Z | Downloaded cstr-argument v0.1.2 |
1012 | 2024-03-26T06:39:59.068Z | Downloaded bzip2 v0.4.4 |
1013 | 2024-03-26T06:39:59.068Z | Downloaded time-core v0.1.2 |
1014 | 2024-03-26T06:39:59.068Z | Downloaded termtree v0.4.1 |
1015 | 2024-03-26T06:39:59.068Z | Downloaded usdt-attr-macro v0.3.5 |
1016 | 2024-03-26T06:39:59.072Z | Downloaded strip-ansi-escapes v0.2.0 |
1017 | 2024-03-26T06:39:59.072Z | Downloaded smf v0.2.2 |
1018 | 2024-03-26T06:39:59.072Z | Downloaded signal-hook-mio v0.2.3 |
1019 | 2024-03-26T06:39:59.072Z | Downloaded num_enum v0.5.11 |
1020 | 2024-03-26T06:39:59.077Z | Downloaded num_cpus v1.16.0 |
1021 | 2024-03-26T06:39:59.098Z | Downloaded nodrop v0.1.14 |
1022 | 2024-03-26T06:39:59.098Z | Downloaded lock_api v0.4.10 |
1023 | 2024-03-26T06:39:59.098Z | Downloaded linear-map v1.2.0 |
1024 | 2024-03-26T06:39:59.098Z | Downloaded libtest-mimic v0.6.1 |
1025 | 2024-03-26T06:39:59.098Z | Downloaded stringprep v0.1.3 |
1026 | 2024-03-26T06:39:59.098Z | Downloaded foreign-types-shared v0.1.1 |
1027 | 2024-03-26T06:39:59.099Z | Downloaded num v0.4.1 |
1028 | 2024-03-26T06:39:59.099Z | Downloaded libsw v3.3.1 |
1029 | 2024-03-26T06:39:59.099Z | Downloaded slog-envlogger v2.2.0 |
1030 | 2024-03-26T06:39:59.099Z | Downloaded slog-dtrace v0.3.0 |
1031 | 2024-03-26T06:39:59.103Z | Downloaded scroll v0.12.0 |
1032 | 2024-03-26T06:39:59.103Z | Downloaded derive_builder_macro v0.12.0 |
1033 | 2024-03-26T06:39:59.103Z | Downloaded endian-type v0.1.2 |
1034 | 2024-03-26T06:39:59.103Z | Downloaded synstructure v0.12.6 |
1035 | 2024-03-26T06:39:59.103Z | Downloaded fxhash v0.2.1 |
1036 | 2024-03-26T06:39:59.103Z | Downloaded vte_generate_state_changes v0.1.1 |
1037 | 2024-03-26T06:39:59.107Z | Downloaded strum v0.26.1 |
1038 | 2024-03-26T06:39:59.107Z | Downloaded libloading v0.7.4 |
1039 | 2024-03-26T06:39:59.112Z | Downloaded tui-tree-widget v0.17.0 |
1040 | 2024-03-26T06:39:59.112Z | Downloaded pathdiff v0.2.1 |
1041 | 2024-03-26T06:39:59.112Z | Downloaded parse-size v1.0.0 |
1042 | 2024-03-26T06:39:59.116Z | Downloaded openssl-macros v0.1.1 |
1043 | 2024-03-26T06:39:59.116Z | Downloaded opaque-debug v0.3.0 |
1044 | 2024-03-26T06:39:59.117Z | Downloaded serde-big-array v0.5.1 |
1045 | 2024-03-26T06:39:59.117Z | Downloaded threadpool v1.8.1 |
1046 | 2024-03-26T06:39:59.125Z | Downloaded plotters-svg v0.3.5 |
1047 | 2024-03-26T06:39:59.125Z | Downloaded topological-sort v0.2.2 |
1048 | 2024-03-26T06:39:59.125Z | Downloaded signal-hook-registry v1.4.1 |
1049 | 2024-03-26T06:39:59.125Z | Downloaded defmt v0.3.5 |
1050 | 2024-03-26T06:39:59.133Z | Downloaded usdt v0.3.5 |
1051 | 2024-03-26T06:39:59.133Z | Downloaded wait-timeout v0.2.0 |
1052 | 2024-03-26T06:39:59.134Z | Downloaded num-rational v0.4.1 |
1053 | 2024-03-26T06:39:59.138Z | Downloaded newtype-uuid v1.0.1 |
1054 | 2024-03-26T06:39:59.138Z | Downloaded num-complex v0.4.4 |
1055 | 2024-03-26T06:39:59.138Z | Downloaded const-oid v0.9.6 |
1056 | 2024-03-26T06:39:59.138Z | Downloaded rpassword v7.3.1 |
1057 | 2024-03-26T06:39:59.138Z | Downloaded clang-sys v1.6.1 |
1058 | 2024-03-26T06:39:59.143Z | Downloaded fixedbitset v0.4.2 |
1059 | 2024-03-26T06:39:59.143Z | Downloaded digest v0.10.7 |
1060 | 2024-03-26T06:39:59.147Z | Downloaded yansi v0.5.1 |
1061 | 2024-03-26T06:39:59.147Z | Downloaded ron v0.7.1 |
1062 | 2024-03-26T06:39:59.152Z | Downloaded swrite v0.1.0 |
1063 | 2024-03-26T06:39:59.156Z | Downloaded funty v2.0.0 |
1064 | 2024-03-26T06:39:59.156Z | Downloaded enum-as-inner v0.5.1 |
1065 | 2024-03-26T06:39:59.156Z | Downloaded ed25519 v1.5.3 |
1066 | 2024-03-26T06:39:59.165Z | Downloaded tracing-attributes v0.1.27 |
1067 | 2024-03-26T06:39:59.165Z | Downloaded path-slash v0.1.5 |
1068 | 2024-03-26T06:39:59.172Z | Downloaded time-macros v0.2.17 |
1069 | 2024-03-26T06:39:59.172Z | Downloaded darling_macro v0.20.3 |
1070 | 2024-03-26T06:39:59.172Z | Downloaded usdt-attr-macro v0.5.0 |
1071 | 2024-03-26T06:39:59.172Z | Downloaded paste v1.0.14 |
1072 | 2024-03-26T06:39:59.172Z | Downloaded want v0.3.1 |
1073 | 2024-03-26T06:39:59.177Z | Downloaded untrusted v0.9.0 |
1074 | 2024-03-26T06:39:59.177Z | Downloaded serde_with_macros v3.6.1 |
1075 | 2024-03-26T06:39:59.177Z | Downloaded serde_path_to_error v0.1.16 |
1076 | 2024-03-26T06:39:59.180Z | Downloaded num-traits v0.2.18 |
1077 | 2024-03-26T06:39:59.181Z | Downloaded quick-error v1.2.3 |
1078 | 2024-03-26T06:39:59.184Z | Downloaded cookie v0.18.0 |
1079 | 2024-03-26T06:39:59.184Z | Downloaded bytes v1.5.0 |
1080 | 2024-03-26T06:39:59.191Z | Downloaded downcast v0.11.0 |
1081 | 2024-03-26T06:39:59.191Z | Downloaded doc-comment v0.3.3 |
1082 | 2024-03-26T06:39:59.191Z | Downloaded scheduled-thread-pool v0.2.7 |
1083 | 2024-03-26T06:39:59.200Z | Downloaded serde-hex v0.1.0 |
1084 | 2024-03-26T06:39:59.201Z | Downloaded filetime v0.2.23 |
1085 | 2024-03-26T06:39:59.206Z | Downloaded slog-async v2.8.0 |
1086 | 2024-03-26T06:39:59.206Z | Downloaded serde_plain v1.0.2 |
1087 | 2024-03-26T06:39:59.206Z | Downloaded string_cache v0.8.7 |
1088 | 2024-03-26T06:39:59.206Z | Downloaded strsim v0.10.0 |
1089 | 2024-03-26T06:39:59.206Z | Downloaded pin-utils v0.1.0 |
1090 | 2024-03-26T06:39:59.211Z | Downloaded tempdir v0.3.7 |
1091 | 2024-03-26T06:39:59.211Z | Downloaded strsim v0.8.0 |
1092 | 2024-03-26T06:39:59.211Z | Downloaded smawk v0.3.1 |
1093 | 2024-03-26T06:39:59.211Z | Downloaded thread_local v1.1.7 |
1094 | 2024-03-26T06:39:59.215Z | Downloaded supports-color v3.0.0 |
1095 | 2024-03-26T06:39:59.215Z | Downloaded group v0.13.0 |
1096 | 2024-03-26T06:39:59.215Z | Downloaded csv-core v0.1.11 |
1097 | 2024-03-26T06:39:59.215Z | Downloaded termios v0.3.3 |
1098 | 2024-03-26T06:39:59.221Z | Downloaded base64 v0.22.0 |
1099 | 2024-03-26T06:39:59.229Z | Downloaded toolchain_find v0.2.0 |
1100 | 2024-03-26T06:39:59.229Z | Downloaded serde_urlencoded v0.7.1 |
1101 | 2024-03-26T06:39:59.229Z | Downloaded password-hash v0.5.0 |
1102 | 2024-03-26T06:39:59.233Z | Downloaded partial-io v0.5.4 |
1103 | 2024-03-26T06:39:59.233Z | Downloaded structmeta v0.2.0 |
1104 | 2024-03-26T06:39:59.233Z | Downloaded platforms v3.0.2 |
1105 | 2024-03-26T06:39:59.233Z | Downloaded fs-err v2.11.0 |
1106 | 2024-03-26T06:39:59.242Z | Downloaded whoami v1.5.0 |
1107 | 2024-03-26T06:39:59.242Z | Downloaded snafu v0.7.5 |
1108 | 2024-03-26T06:39:59.258Z | Downloaded crc-any v2.4.3 |
1109 | 2024-03-26T06:39:59.258Z | Downloaded rstest v0.18.2 |
1110 | 2024-03-26T06:39:59.261Z | Downloaded curve25519-dalek-derive v0.1.0 |
1111 | 2024-03-26T06:39:59.261Z | Downloaded zone_cfg_derive v0.1.2 |
1112 | 2024-03-26T06:39:59.261Z | Downloaded float-cmp v0.9.0 |
1113 | 2024-03-26T06:39:59.261Z | Downloaded pin-project-internal v1.1.3 |
1114 | 2024-03-26T06:39:59.261Z | Downloaded percent-encoding v2.3.1 |
1115 | 2024-03-26T06:39:59.261Z | Downloaded futures-core v0.3.30 |
1116 | 2024-03-26T06:39:59.262Z | Downloaded smallvec v0.6.14 |
1117 | 2024-03-26T06:39:59.267Z | Downloaded smallvec v1.13.1 |
1118 | 2024-03-26T06:39:59.267Z | Downloaded scopeguard v1.2.0 |
1119 | 2024-03-26T06:39:59.271Z | Downloaded ref-cast-impl v1.0.20 |
1120 | 2024-03-26T06:39:59.271Z | Downloaded proc-macro-crate v1.3.1 |
1121 | 2024-03-26T06:39:59.271Z | Downloaded http v1.0.0 |
1122 | 2024-03-26T06:39:59.276Z | Downloaded parse-display v0.9.0 |
1123 | 2024-03-26T06:39:59.276Z | Downloaded hash32 v0.2.1 |
1124 | 2024-03-26T06:39:59.292Z | Downloaded tokio-tungstenite v0.21.0 |
1125 | 2024-03-26T06:39:59.292Z | Downloaded static_assertions v1.1.0 |
1126 | 2024-03-26T06:39:59.292Z | Downloaded rand_xorshift v0.3.0 |
1127 | 2024-03-26T06:39:59.297Z | Downloaded proc-macro-error-attr v1.0.4 |
1128 | 2024-03-26T06:39:59.298Z | Downloaded tiny-keccak v2.0.2 |
1129 | 2024-03-26T06:39:59.298Z | Downloaded serde-big-array v0.4.1 |
1130 | 2024-03-26T06:39:59.298Z | Downloaded sha1 v0.10.6 |
1131 | 2024-03-26T06:39:59.298Z | Downloaded zerocopy v0.3.0 |
1132 | 2024-03-26T06:39:59.298Z | Downloaded sqlparser_derive v0.2.2 |
1133 | 2024-03-26T06:39:59.298Z | Downloaded futures-channel v0.3.30 |
1134 | 2024-03-26T06:39:59.298Z | Downloaded ucd-trie v0.1.6 |
1135 | 2024-03-26T06:39:59.298Z | Downloaded structmeta v0.3.0 |
1136 | 2024-03-26T06:39:59.298Z | Downloaded slog-json v2.6.1 |
1137 | 2024-03-26T06:39:59.302Z | Downloaded slog-bunyan v2.5.0 |
1138 | 2024-03-26T06:39:59.302Z | Downloaded unicase v2.7.0 |
1139 | 2024-03-26T06:39:59.303Z | Downloaded unicode-width v0.1.11 |
1140 | 2024-03-26T06:39:59.307Z | Downloaded der_derive v0.7.2 |
1141 | 2024-03-26T06:39:59.307Z | Downloaded unarray v0.1.4 |
1142 | 2024-03-26T06:39:59.311Z | Downloaded tokio-macros v2.2.0 |
1143 | 2024-03-26T06:39:59.311Z | Downloaded target-spec v3.1.0 |
1144 | 2024-03-26T06:39:59.311Z | Downloaded similar v2.4.0 |
1145 | 2024-03-26T06:39:59.323Z | Downloaded try-lock v0.2.4 |
1146 | 2024-03-26T06:39:59.328Z | Downloaded futures-macro v0.3.30 |
1147 | 2024-03-26T06:39:59.328Z | Downloaded unicode-linebreak v0.1.5 |
1148 | 2024-03-26T06:39:59.328Z | Downloaded rustls-pemfile v2.1.1 |
1149 | 2024-03-26T06:39:59.334Z | Downloaded proc-macro-error v1.0.4 |
1150 | 2024-03-26T06:39:59.334Z | Downloaded phf v0.11.2 |
1151 | 2024-03-26T06:39:59.337Z | Downloaded fnv v1.0.7 |
1152 | 2024-03-26T06:39:59.337Z | Downloaded schemars_derive v0.8.16 |
1153 | 2024-03-26T06:39:59.338Z | Downloaded headers v0.3.9 |
1154 | 2024-03-26T06:39:59.345Z | Downloaded pem v3.0.2 |
1155 | 2024-03-26T06:39:59.357Z | Downloaded phf_shared v0.10.0 |
1156 | 2024-03-26T06:39:59.357Z | Downloaded target-lexicon v0.12.13 |
1157 | 2024-03-26T06:39:59.358Z | Downloaded packed_struct v0.10.1 |
1158 | 2024-03-26T06:39:59.358Z | Downloaded home v0.5.5 |
1159 | 2024-03-26T06:39:59.358Z | Downloaded rustc-hash v1.1.0 |
1160 | 2024-03-26T06:39:59.369Z | Downloaded powerfmt v0.2.0 |
1161 | 2024-03-26T06:39:59.369Z | Downloaded tokio-tungstenite v0.20.1 |
1162 | 2024-03-26T06:39:59.369Z | Downloaded gethostname v0.4.3 |
1163 | 2024-03-26T06:39:59.370Z | Downloaded typenum v1.16.0 |
1164 | 2024-03-26T06:39:59.370Z | Downloaded shlex v1.3.0 |
1165 | 2024-03-26T06:39:59.370Z | Downloaded rustc_version v0.4.0 |
1166 | 2024-03-26T06:39:59.374Z | Downloaded pkcs1 v0.7.5 |
1167 | 2024-03-26T06:39:59.374Z | Downloaded shell-words v1.1.0 |
1168 | 2024-03-26T06:39:59.374Z | Downloaded criterion v0.5.1 |
1169 | 2024-03-26T06:39:59.379Z | Downloaded subtle v2.5.0 |
1170 | 2024-03-26T06:39:59.379Z | Downloaded erased-serde v0.3.31 |
1171 | 2024-03-26T06:39:59.382Z | Downloaded rstest_macros v0.18.2 |
1172 | 2024-03-26T06:39:59.382Z | Downloaded mio v0.8.11 |
1173 | 2024-03-26T06:39:59.388Z | Downloaded waitgroup v0.1.2 |
1174 | 2024-03-26T06:39:59.391Z | Downloaded usdt-macro v0.3.5 |
1175 | 2024-03-26T06:39:59.392Z | Downloaded vec_map v0.8.2 |
1176 | 2024-03-26T06:39:59.392Z | Downloaded darling v0.20.3 |
1177 | 2024-03-26T06:39:59.397Z | Downloaded darling_macro v0.14.4 |
1178 | 2024-03-26T06:39:59.403Z | Downloaded tinyvec_macros v0.1.1 |
1179 | 2024-03-26T06:39:59.403Z | Downloaded ena v0.14.2 |
1180 | 2024-03-26T06:39:59.403Z | Downloaded owo-colors v4.0.0 |
1181 | 2024-03-26T06:39:59.408Z | Downloaded unsafe-libyaml v0.2.10 |
1182 | 2024-03-26T06:39:59.408Z | Downloaded heck v0.3.3 |
1183 | 2024-03-26T06:39:59.408Z | Downloaded fragile v2.0.0 |
1184 | 2024-03-26T06:39:59.414Z | Downloaded rustc-demangle v0.1.23 |
1185 | 2024-03-26T06:39:59.414Z | Downloaded rust-argon2 v1.0.1 |
1186 | 2024-03-26T06:39:59.415Z | Downloaded ppv-lite86 v0.2.17 |
1187 | 2024-03-26T06:39:59.419Z | Downloaded zerocopy v0.6.4 |
1188 | 2024-03-26T06:39:59.419Z | Downloaded peeking_take_while v0.1.2 |
1189 | 2024-03-26T06:39:59.440Z | Downloaded fd-lock v4.0.2 |
1190 | 2024-03-26T06:39:59.441Z | Downloaded num_enum_derive v0.5.11 |
1191 | 2024-03-26T06:39:59.441Z | Downloaded resolv-conf v0.7.0 |
1192 | 2024-03-26T06:39:59.444Z | Downloaded hostname v0.3.1 |
1193 | 2024-03-26T06:39:59.444Z | Downloaded radium v0.7.0 |
1194 | 2024-03-26T06:39:59.444Z | Downloaded r2d2 v0.8.10 |
1195 | 2024-03-26T06:39:59.444Z | Downloaded strum_macros v0.24.3 |
1196 | 2024-03-26T06:39:59.444Z | Downloaded postgres-protocol v0.6.6 |
1197 | 2024-03-26T06:39:59.444Z | Downloaded openssl-sys v0.9.96 |
1198 | 2024-03-26T06:39:59.445Z | Downloaded usdt-macro v0.5.0 |
1199 | 2024-03-26T06:39:59.445Z | Downloaded schemars v0.8.16 |
1200 | 2024-03-26T06:39:59.454Z | Downloaded take_mut v0.2.2 |
1201 | 2024-03-26T06:39:59.467Z | Downloaded libxml v0.3.3 |
1202 | 2024-03-26T06:39:59.470Z | Downloaded oso-derive v0.27.0 |
1203 | 2024-03-26T06:39:59.471Z | Downloaded unicode-xid v0.2.4 |
1204 | 2024-03-26T06:39:59.471Z | Downloaded foreign-types v0.3.2 |
1205 | 2024-03-26T06:39:59.471Z | Downloaded parse-display-derive v0.9.0 |
1206 | 2024-03-26T06:39:59.471Z | Downloaded tokio-rustls v0.24.1 |
1207 | 2024-03-26T06:39:59.471Z | Downloaded socket2 v0.5.5 |
1208 | 2024-03-26T06:39:59.476Z | Downloaded glob v0.3.1 |
1209 | 2024-03-26T06:39:59.476Z | Downloaded derive_builder_core v0.12.0 |
1210 | 2024-03-26T06:39:59.476Z | Downloaded crypto-bigint v0.5.2 |
1211 | 2024-03-26T06:39:59.887Z | Downloaded serde_tokenstream v0.1.7 |
1212 | 2024-03-26T06:39:59.903Z | Downloaded postgres-types v0.2.6 |
1213 | 2024-03-26T06:39:59.904Z | Downloaded rustfmt-wrapper v0.2.0 |
1214 | 2024-03-26T06:39:59.904Z | Downloaded tower-service v0.3.2 |
1215 | 2024-03-26T06:39:59.904Z | Downloaded tower-layer v0.3.2 |
1216 | 2024-03-26T06:39:59.904Z | Downloaded ref-cast v1.0.20 |
1217 | 2024-03-26T06:39:59.904Z | Downloaded rand_seeder v0.2.3 |
1218 | 2024-03-26T06:39:59.904Z | Downloaded unicode-bidi v0.3.15 |
1219 | 2024-03-26T06:39:59.905Z | Downloaded num-bigint-dig v0.8.4 |
1220 | 2024-03-26T06:39:59.905Z | Downloaded futures-io v0.3.30 |
1221 | 2024-03-26T06:39:59.905Z | Downloaded foreign-types-shared v0.3.1 |
1222 | 2024-03-26T06:39:59.905Z | Downloaded tap v1.0.1 |
1223 | 2024-03-26T06:39:59.905Z | Downloaded sha2 v0.10.8 |
1224 | 2024-03-26T06:39:59.906Z | Downloaded defmt-macros v0.3.6 |
1225 | 2024-03-26T06:39:59.906Z | Downloaded packed_struct_codegen v0.10.1 |
1226 | 2024-03-26T06:39:59.906Z | Downloaded tabwriter v1.4.0 |
1227 | 2024-03-26T06:39:59.906Z | Downloaded num_threads v0.1.6 |
1228 | 2024-03-26T06:39:59.906Z | Downloaded stability v0.1.1 |
1229 | 2024-03-26T06:39:59.906Z | Downloaded fatfs v0.3.6 |
1230 | 2024-03-26T06:39:59.906Z | Downloaded futures-task v0.3.30 |
1231 | 2024-03-26T06:39:59.906Z | Downloaded semver v0.1.20 |
1232 | 2024-03-26T06:39:59.907Z | Downloaded rcgen v0.12.1 |
1233 | 2024-03-26T06:39:59.907Z | Downloaded rayon-core v1.12.1 |
1234 | 2024-03-26T06:39:59.907Z | Downloaded flagset v0.4.3 |
1235 | 2024-03-26T06:39:59.907Z | Downloaded defmt-parser v0.3.3 |
1236 | 2024-03-26T06:39:59.907Z | Downloaded env_logger v0.10.0 |
1237 | 2024-03-26T06:39:59.907Z | Downloaded derive_more v0.99.17 |
1238 | 2024-03-26T06:39:59.908Z | Downloaded openssl-probe v0.1.5 |
1239 | 2024-03-26T06:39:59.908Z | Downloaded similar-asserts v1.5.0 |
1240 | 2024-03-26T06:39:59.908Z | Downloaded signature v2.1.0 |
1241 | 2024-03-26T06:39:59.908Z | Downloaded serde_repr v0.1.16 |
1242 | 2024-03-26T06:39:59.908Z | Downloaded flume v0.11.0 |
1243 | 2024-03-26T06:39:59.908Z | Downloaded itertools v0.12.1 |
1244 | 2024-03-26T06:39:59.908Z | Downloaded pretty-hex v0.4.1 |
1245 | 2024-03-26T06:39:59.908Z | Downloaded dtrace-parser v0.1.14 |
1246 | 2024-03-26T06:39:59.908Z | Downloaded spin v0.5.2 |
1247 | 2024-03-26T06:39:59.908Z | Downloaded term v0.7.0 |
1248 | 2024-03-26T06:39:59.908Z | Downloaded getrandom v0.2.12 |
1249 | 2024-03-26T06:39:59.909Z | Downloaded predicates-tree v1.0.9 |
1250 | 2024-03-26T06:39:59.909Z | Downloaded guppy-workspace-hack v0.1.0 |
1251 | 2024-03-26T06:39:59.909Z | Downloaded rand_chacha v0.3.1 |
1252 | 2024-03-26T06:39:59.909Z | Downloaded tinyvec v1.6.0 |
1253 | 2024-03-26T06:39:59.909Z | Downloaded thread-id v4.2.0 |
1254 | 2024-03-26T06:39:59.909Z | Downloaded termcolor v1.2.0 |
1255 | 2024-03-26T06:39:59.909Z | Downloaded pretty-hex v0.2.1 |
1256 | 2024-03-26T06:39:59.909Z | Downloaded globset v0.4.13 |
1257 | 2024-03-26T06:39:59.910Z | Downloaded time v0.3.34 |
1258 | 2024-03-26T06:39:59.910Z | Downloaded scroll_derive v0.12.0 |
1259 | 2024-03-26T06:39:59.910Z | Downloaded plain v0.2.3 |
1260 | 2024-03-26T06:39:59.910Z | Downloaded rand_core v0.6.4 |
1261 | 2024-03-26T06:39:59.910Z | Downloaded idna v0.2.3 |
1262 | 2024-03-26T06:39:59.910Z | Downloaded deranged v0.3.11 |
1263 | 2024-03-26T06:39:59.910Z | Downloaded structmeta-derive v0.2.0 |
1264 | 2024-03-26T06:39:59.910Z | Downloaded tokio-postgres v0.7.10 |
1265 | 2024-03-26T06:39:59.910Z | Downloaded slog-stdlog v4.1.1 |
1266 | 2024-03-26T06:39:59.910Z | Downloaded slog-scope v4.4.0 |
1267 | 2024-03-26T06:39:59.911Z | Downloaded slab v0.4.9 |
1268 | 2024-03-26T06:39:59.911Z | Downloaded dirs-next v2.0.0 |
1269 | 2024-03-26T06:39:59.911Z | Downloaded hashbrown v0.13.2 |
1270 | 2024-03-26T06:39:59.911Z | Downloaded either v1.10.0 |
1271 | 2024-03-26T06:39:59.911Z | Downloaded dyn-clone v1.0.17 |
1272 | 2024-03-26T06:39:59.912Z | Downloaded dtrace-parser v0.2.0 |
1273 | 2024-03-26T06:39:59.912Z | Downloaded getopts v0.2.21 |
1274 | 2024-03-26T06:39:59.912Z | Downloaded thiserror-no-std v2.0.2 |
1275 | 2024-03-26T06:39:59.912Z | Downloaded predicates v3.1.0 |
1276 | 2024-03-26T06:39:59.912Z | Downloaded siphasher v0.3.11 |
1277 | 2024-03-26T06:39:59.912Z | Downloaded number_prefix v0.4.0 |
1278 | 2024-03-26T06:39:59.912Z | Downloaded yasna v0.5.2 |
1279 | 2024-03-26T06:39:59.912Z | Downloaded vte v0.11.1 |
1280 | 2024-03-26T06:39:59.912Z | Downloaded expectorate v1.1.0 |
1281 | 2024-03-26T06:39:59.912Z | Downloaded rustls-native-certs v0.7.0 |
1282 | 2024-03-26T06:39:59.912Z | Downloaded textwrap v0.11.0 |
1283 | 2024-03-26T06:39:59.912Z | Downloaded thiserror-impl-no-std v2.0.2 |
1284 | 2024-03-26T06:39:59.912Z | Downloaded socket2 v0.4.9 |
1285 | 2024-03-26T06:39:59.912Z | Downloaded pest_derive v2.7.6 |
1286 | 2024-03-26T06:39:59.912Z | Downloaded oorandom v11.1.3 |
1287 | 2024-03-26T06:39:59.912Z | Downloaded sec1 v0.7.3 |
1288 | 2024-03-26T06:39:59.912Z | Downloaded ron v0.8.1 |
1289 | 2024-03-26T06:39:59.912Z | Downloaded universal-hash v0.5.1 |
1290 | 2024-03-26T06:39:59.912Z | Downloaded ff v0.13.0 |
1291 | 2024-03-26T06:39:59.913Z | Downloaded structmeta-derive v0.3.0 |
1292 | 2024-03-26T06:39:59.913Z | Downloaded embedded-io v0.4.0 |
1293 | 2024-03-26T06:39:59.913Z | Downloaded rustls-pki-types v1.3.0 |
1294 | 2024-03-26T06:39:59.913Z | Downloaded usdt-impl v0.3.5 |
1295 | 2024-03-26T06:39:59.913Z | Downloaded darling_core v0.14.4 |
1296 | 2024-03-26T06:39:59.913Z | Downloaded zerocopy-derive v0.7.32 |
1297 | 2024-03-26T06:39:59.913Z | Downloaded poly1305 v0.8.0 |
1298 | 2024-03-26T06:39:59.913Z | Downloaded spin v0.9.8 |
1299 | 2024-03-26T06:39:59.913Z | Downloaded pest_meta v2.7.6 |
1300 | 2024-03-26T06:39:59.913Z | Downloaded regex-automata v0.1.10 |
1301 | 2024-03-26T06:39:59.913Z | Downloaded tokio-stream v0.1.14 |
1302 | 2024-03-26T06:39:59.913Z | Downloaded once_cell v1.19.0 |
1303 | 2024-03-26T06:39:59.913Z | Downloaded sct v0.7.0 |
1304 | 2024-03-26T06:39:59.913Z | Downloaded env_logger v0.9.3 |
1305 | 2024-03-26T06:39:59.913Z | Downloaded snafu-derive v0.7.5 |
1306 | 2024-03-26T06:39:59.913Z | Downloaded derive-where v1.2.7 |
1307 | 2024-03-26T06:39:59.913Z | Downloaded tokio-rustls v0.25.0 |
1308 | 2024-03-26T06:39:59.913Z | Downloaded futures-util v0.3.30 |
1309 | 2024-03-26T06:39:59.913Z | Downloaded test-strategy v0.3.1 |
1310 | 2024-03-26T06:39:59.913Z | Downloaded omicron-zone-package v0.11.0 |
1311 | 2024-03-26T06:39:59.913Z | Downloaded prettyplease v0.2.16 |
1312 | 2024-03-26T06:39:59.917Z | Downloaded diesel_derives v2.1.2 |
1313 | 2024-03-26T06:39:59.917Z | Downloaded trust-dns-client v0.22.0 |
1314 | 2024-03-26T06:39:59.917Z | Downloaded rand v0.4.6 |
1315 | 2024-03-26T06:39:59.917Z | Downloaded guppy v0.17.5 |
1316 | 2024-03-26T06:39:59.917Z | Downloaded bindgen v0.69.2 |
1317 | 2024-03-26T06:39:59.917Z | Downloaded zip v0.6.6 |
1318 | 2024-03-26T06:39:59.917Z | Downloaded winnow v0.5.15 |
1319 | 2024-03-26T06:39:59.918Z | Downloaded rand v0.8.5 |
1320 | 2024-03-26T06:39:59.918Z | Downloaded x509-cert v0.2.4 |
1321 | 2024-03-26T06:39:59.918Z | Downloaded pretty_assertions v1.4.0 |
1322 | 2024-03-26T06:39:59.918Z | Downloaded bitvec v1.0.1 |
1323 | 2024-03-26T06:39:59.918Z | Downloaded trust-dns-server v0.22.1 |
1324 | 2024-03-26T06:39:59.918Z | Downloaded lalrpop v0.19.12 |
1325 | 2024-03-26T06:39:59.918Z | Downloaded tower v0.4.13 |
1326 | 2024-03-26T06:39:59.918Z | Downloaded petgraph v0.6.4 |
1327 | 2024-03-26T06:39:59.918Z | Downloaded unicode_categories v0.1.1 |
1328 | 2024-03-26T06:39:59.918Z | Downloaded rustyline v13.0.0 |
1329 | 2024-03-26T06:39:59.918Z | Downloaded reqwest v0.11.24 |
1330 | 2024-03-26T06:39:59.918Z | Downloaded smoltcp v0.9.1 |
1331 | 2024-03-26T06:39:59.918Z | Downloaded tabled v0.15.0 |
1332 | 2024-03-26T06:39:59.918Z | Downloaded portable-atomic v1.4.3 |
1333 | 2024-03-26T06:39:59.918Z | Downloaded zerocopy v0.7.32 |
1334 | 2024-03-26T06:39:59.918Z | Downloaded vcpkg v0.2.15 |
1335 | 2024-03-26T06:39:59.954Z | Downloaded rustls-webpki v0.101.7 |
1336 | 2024-03-26T06:39:59.968Z | Downloaded webpki-roots v0.25.2 |
1337 | 2024-03-26T06:39:59.974Z | Downloaded proptest v1.4.0 |
1338 | 2024-03-26T06:39:59.982Z | Downloaded radix_trie v0.2.1 |
1339 | 2024-03-26T06:39:59.988Z | Downloaded bstr v1.9.0 |
1340 | 2024-03-26T06:40:00.004Z | Downloaded curve25519-dalek v4.1.1 |
1341 | 2024-03-26T06:40:00.011Z | Downloaded object v0.32.1 |
1342 | 2024-03-26T06:40:00.021Z | Downloaded diesel v2.1.4 |
1343 | 2024-03-26T06:40:00.040Z | Downloaded trust-dns-proto v0.22.0 |
1344 | 2024-03-26T06:40:00.052Z | Downloaded rustls v0.21.9 |
1345 | 2024-03-26T06:40:00.064Z | Downloaded rustls v0.22.2 |
1346 | 2024-03-26T06:40:00.078Z | Downloaded ratatui v0.26.1 |
1347 | 2024-03-26T06:40:00.099Z | Downloaded regex-automata v0.4.5 |
1348 | 2024-03-26T06:40:00.116Z | Downloaded sled v0.34.7 |
1349 | 2024-03-26T06:40:00.127Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1350 | 2024-03-26T06:40:00.140Z | Downloaded regress v0.9.0 |
1351 | 2024-03-26T06:40:00.149Z | Downloaded zerocopy-derive v0.2.0 |
1352 | 2024-03-26T06:40:00.158Z | Downloaded zerocopy-derive v0.6.4 |
1353 | 2024-03-26T06:40:00.172Z | Downloaded csv v1.3.0 |
1354 | 2024-03-26T06:40:00.196Z | Downloaded regex-syntax v0.8.2 |
1355 | 2024-03-26T06:40:00.202Z | Downloaded openapiv3 v2.0.0 |
1356 | 2024-03-26T06:40:00.211Z | Downloaded tokio v1.36.0 |
1357 | 2024-03-26T06:40:00.249Z | Downloaded encoding_rs v0.8.33 |
1358 | 2024-03-26T06:40:00.271Z | Downloaded sha3 v0.10.8 |
1359 | 2024-03-26T06:40:00.275Z | Downloaded gimli v0.28.0 |
1360 | 2024-03-26T06:40:00.286Z | Downloaded polar-core v0.27.0 |
1361 | 2024-03-26T06:40:00.293Z | Downloaded object v0.30.4 |
1362 | 2024-03-26T06:40:00.303Z | Downloaded smoltcp v0.11.0 |
1363 | 2024-03-26T06:40:00.316Z | Downloaded regex-syntax v0.6.29 |
1364 | 2024-03-26T06:40:00.324Z | Downloaded bstr v0.2.17 |
1365 | 2024-03-26T06:40:00.342Z | Downloaded regex v1.10.3 |
1366 | 2024-03-26T06:40:00.349Z | Downloaded openssl v0.10.60 |
1367 | 2024-03-26T06:40:00.362Z | Downloaded nix v0.27.1 |
1368 | 2024-03-26T06:40:00.371Z | Downloaded quick-xml v0.30.0 |
1369 | 2024-03-26T06:40:00.378Z | Downloaded sqlparser v0.43.1 |
1370 | 2024-03-26T06:40:00.382Z | Downloaded hkdf v0.12.4 |
1371 | 2024-03-26T06:40:00.393Z | Downloaded idna v0.5.0 |
1372 | 2024-03-26T06:40:00.408Z | Downloaded idna v0.3.0 |
1373 | 2024-03-26T06:40:00.408Z | Downloaded chrono v0.4.34 |
1374 | 2024-03-26T06:40:00.416Z | Downloaded tough v0.16.0 |
1375 | 2024-03-26T06:40:00.420Z | Downloaded reedline v0.30.0 |
1376 | 2024-03-26T06:40:00.427Z | Downloaded syn v1.0.109 |
1377 | 2024-03-26T06:40:00.435Z | Downloaded trust-dns-resolver v0.22.0 |
1378 | 2024-03-26T06:40:00.439Z | Downloaded goblin v0.8.0 |
1379 | 2024-03-26T06:40:00.446Z | Downloaded h2 v0.3.24 |
1380 | 2024-03-26T06:40:00.453Z | Downloaded rayon v1.9.0 |
1381 | 2024-03-26T06:40:00.463Z | Downloaded textwrap v0.16.1 |
1382 | 2024-03-26T06:40:00.468Z | Downloaded elliptic-curve v0.13.8 |
1383 | 2024-03-26T06:40:00.471Z | Downloaded rustls-webpki v0.102.1 |
1384 | 2024-03-26T06:40:00.488Z | Downloaded ring v0.17.8 |
1385 | 2024-03-26T06:40:00.556Z | Downloaded ring v0.16.20 |
1386 | 2024-03-26T06:40:00.636Z | Downloaded clap v2.34.0 |
1387 | 2024-03-26T06:40:00.647Z | Downloaded plotters v0.3.5 |
1388 | 2024-03-26T06:40:00.650Z | Downloaded toml_edit v0.19.15 |
1389 | 2024-03-26T06:40:00.671Z | Downloaded vsss-rs v3.3.4 |
1390 | 2024-03-26T06:40:00.674Z | Downloaded generic-array v0.14.7 |
1391 | 2024-03-26T06:40:00.674Z | Downloaded pest v2.7.6 |
1392 | 2024-03-26T06:40:00.674Z | Downloaded zeroize_derive v1.4.2 |
1393 | 2024-03-26T06:40:00.674Z | Downloaded typed-path v0.7.0 |
1394 | 2024-03-26T06:40:00.679Z | Downloaded darling_core v0.20.3 |
1395 | 2024-03-26T06:40:00.685Z | Downloaded sqlformat v0.2.3 |
1396 | 2024-03-26T06:40:00.688Z | Downloaded semver-parser v0.10.2 |
1397 | 2024-03-26T06:40:00.688Z | Downloaded papergrid v0.11.0 |
1398 | 2024-03-26T06:40:00.692Z | Downloaded olpc-cjson v0.1.3 |
1399 | 2024-03-26T06:40:00.692Z | Downloaded usdt-impl v0.5.0 |
1400 | 2024-03-26T06:40:00.696Z | Downloaded futures-sink v0.3.30 |
1401 | 2024-03-26T06:40:00.696Z | Downloaded structopt v0.3.26 |
1402 | 2024-03-26T06:40:00.699Z | Downloaded tracing-core v0.1.32 |
1403 | 2024-03-26T06:40:00.703Z | Downloaded stable_deref_trait v1.2.0 |
1404 | 2024-03-26T06:40:00.703Z | Downloaded foreign-types v0.5.0 |
1405 | 2024-03-26T06:40:00.708Z | Downloaded spki v0.7.2 |
1406 | 2024-03-26T06:40:00.708Z | Downloaded parking_lot_core v0.9.8 |
1407 | 2024-03-26T06:40:00.708Z | Downloaded parking_lot v0.12.1 |
1408 | 2024-03-26T06:40:00.711Z | Downloaded predicates-core v1.0.6 |
1409 | 2024-03-26T06:40:00.712Z | Downloaded precomputed-hash v0.1.1 |
1410 | 2024-03-26T06:40:00.712Z | Downloaded portpicker v0.1.1 |
1411 | 2024-03-26T06:40:00.712Z | Downloaded futures-timer v3.0.2 |
1412 | 2024-03-26T06:40:00.719Z | Downloaded hyper v0.14.28 |
1413 | 2024-03-26T06:40:00.723Z | Downloaded signal-hook v0.3.17 |
1414 | 2024-03-26T06:40:00.723Z | Downloaded steno v0.4.0 |
1415 | 2024-03-26T06:40:00.726Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1416 | 2024-03-26T06:40:00.726Z | Downloaded hashbrown v0.12.3 |
1417 | 2024-03-26T06:40:00.735Z | Downloaded nom v7.1.3 |
1418 | 2024-03-26T06:40:00.739Z | Downloaded rusty-fork v0.3.0 |
1419 | 2024-03-26T06:40:00.739Z | Downloaded pest_generator v2.7.6 |
1420 | 2024-03-26T06:40:00.739Z | Downloaded relative-path v1.9.0 |
1421 | 2024-03-26T06:40:00.739Z | Downloaded flate2 v1.0.28 |
1422 | 2024-03-26T06:40:00.749Z | Downloaded hmac v0.12.1 |
1423 | 2024-03-26T06:40:00.749Z | Downloaded serde_yaml v0.9.25 |
1424 | 2024-03-26T06:40:00.749Z | Downloaded serde_with v3.6.1 |
1425 | 2024-03-26T06:40:00.753Z | Downloaded secrecy v0.8.0 |
1426 | 2024-03-26T06:40:00.758Z | Downloaded parking_lot_core v0.8.6 |
1427 | 2024-03-26T06:40:00.758Z | Downloaded parking_lot v0.11.2 |
1428 | 2024-03-26T06:40:00.764Z | Downloaded postcard v1.0.8 |
1429 | 2024-03-26T06:40:00.764Z | Downloaded der v0.7.8 |
1430 | 2024-03-26T06:40:00.767Z | Downloaded pem-rfc7468 v0.7.0 |
1431 | 2024-03-26T06:40:00.767Z | Downloaded tabled_derive v0.7.0 |
1432 | 2024-03-26T06:40:00.774Z | Downloaded structopt-derive v0.4.18 |
1433 | 2024-03-26T06:40:00.774Z | Downloaded strum_macros v0.26.1 |
1434 | 2024-03-26T06:40:00.774Z | Downloaded tar v0.4.40 |
1435 | 2024-03-26T06:40:00.777Z | Downloaded unicode-normalization v0.1.22 |
1436 | 2024-03-26T06:40:00.777Z | Downloaded blake3 v1.5.0 |
1437 | 2024-03-26T06:40:00.790Z | Downloaded zone v0.1.8 |
1438 | 2024-03-26T06:40:00.794Z | Downloaded foreign-types-macros v0.2.3 |
1439 | 2024-03-26T06:40:00.794Z | Downloaded utf-8 v0.7.6 |
1440 | 2024-03-26T06:40:00.794Z | Downloaded uuid v1.7.0 |
1441 | 2024-03-26T06:40:00.794Z | Downloaded subprocess v0.2.9 |
1442 | 2024-03-26T06:40:00.794Z | Downloaded pkcs8 v0.10.2 |
1443 | 2024-03-26T06:40:00.794Z | Downloaded num_enum_derive v0.7.2 |
1444 | 2024-03-26T06:40:00.794Z | Downloaded crossterm v0.27.0 |
1445 | 2024-03-26T06:40:00.799Z | Downloaded salty v0.2.0 |
1446 | 2024-03-26T06:40:00.804Z | Downloaded publicsuffix v2.2.3 |
1447 | 2024-03-26T06:40:00.807Z | Downloaded derive_builder v0.12.0 |
1448 | 2024-03-26T06:40:00.812Z | Downloaded fastrand v2.0.1 |
1449 | 2024-03-26T06:40:00.826Z | Downloaded fallible-iterator v0.2.0 |
1450 | 2024-03-26T06:40:00.826Z | Downloaded datatest-stable v0.2.3 |
1451 | 2024-03-26T06:40:00.826Z | Downloaded wyz v0.5.1 |
1452 | 2024-03-26T06:40:00.827Z | Downloaded strum_macros v0.25.2 |
1453 | 2024-03-26T06:40:00.827Z | Downloaded phf_shared v0.11.2 |
1454 | 2024-03-26T06:40:00.827Z | Downloaded libm v0.2.7 |
1455 | 2024-03-26T06:40:00.839Z | Downloaded signature v1.6.4 |
1456 | 2024-03-26T06:40:00.840Z | Downloaded serde_tokenstream v0.2.0 |
1457 | 2024-03-26T06:40:00.840Z | Downloaded data-encoding v2.4.0 |
1458 | 2024-03-26T06:40:00.840Z | Downloaded uuid v0.8.2 |
1459 | 2024-03-26T06:40:00.840Z | Downloaded tokio-native-tls v0.3.1 |
1460 | 2024-03-26T06:40:00.840Z | Downloaded tokio-util v0.7.10 |
1461 | 2024-03-26T06:40:00.848Z | Downloaded pin-project v1.1.3 |
1462 | 2024-03-26T06:40:00.852Z | Downloaded rsa v0.9.2 |
1463 | 2024-03-26T06:40:00.856Z | Downloaded minimal-lexical v0.2.1 |
1464 | 2024-03-26T06:40:00.860Z | Downloaded pkg-config v0.3.27 |
1465 | 2024-03-26T06:40:00.860Z | Downloaded highway v1.1.0 |
1466 | 2024-03-26T06:40:00.874Z | Downloaded hex v0.4.3 |
1467 | 2024-03-26T06:40:00.875Z | Downloaded futures-executor v0.3.30 |
1468 | 2024-03-26T06:40:00.875Z | Downloaded slog v2.7.0 |
1469 | 2024-03-26T06:40:00.878Z | Downloaded half v2.3.1 |
1470 | 2024-03-26T06:40:00.878Z | Downloaded tungstenite v0.21.0 |
1471 | 2024-03-26T06:40:00.878Z | Downloaded tungstenite v0.20.1 |
1472 | 2024-03-26T06:40:00.878Z | Downloaded form_urlencoded v1.2.1 |
1473 | 2024-03-26T06:40:00.878Z | Downloaded fd-lock v3.0.13 |
1474 | 2024-03-26T06:40:00.878Z | Downloaded version_check v0.9.4 |
1475 | 2024-03-26T06:40:00.878Z | Downloaded heapless v0.8.0 |
1476 | 2024-03-26T06:40:00.882Z | Downloaded hyper v1.1.0 |
1477 | 2024-03-26T06:40:00.887Z | Downloaded unicode-segmentation v1.10.1 |
1478 | 2024-03-26T06:40:00.890Z | Downloaded itertools v0.10.5 |
1479 | 2024-03-26T06:40:00.895Z | Downloaded aho-corasick v1.1.2 |
1480 | 2024-03-26T06:40:00.903Z | Downloaded darling v0.14.4 |
1481 | 2024-03-26T06:40:00.906Z | Downloaded crypto-common v0.1.6 |
1482 | 2024-03-26T06:40:00.906Z | Downloaded oso v0.27.0 |
1483 | 2024-03-26T06:40:00.911Z | Downloaded url v2.5.0 |
1484 | 2024-03-26T06:40:00.914Z | Downloaded num-bigint v0.4.4 |
1485 | 2024-03-26T06:40:00.917Z | Downloaded crossbeam-channel v0.5.8 |
1486 | 2024-03-26T06:40:00.921Z | Downloaded trybuild v1.0.89 |
1487 | 2024-03-26T06:40:00.924Z | Downloaded tracing v0.1.40 |
1488 | 2024-03-26T06:40:00.928Z | Downloaded toml v0.7.8 |
1489 | 2024-03-26T06:40:00.931Z | Downloaded toml v0.5.11 |
1490 | 2024-03-26T06:40:00.936Z | Downloaded futures v0.3.30 |
1491 | 2024-03-26T06:40:00.940Z | Downloaded pin-project-lite v0.2.13 |
1492 | 2024-03-26T06:40:00.944Z | Downloaded tinytemplate v1.2.1 |
1493 | 2024-03-26T06:40:00.944Z | Downloaded tempfile v3.10.0 |
1494 | 2024-03-26T06:40:00.948Z | Downloaded slog-term v2.9.0 |
1495 | 2024-03-26T06:40:00.948Z | Downloaded dof v0.3.0 |
1496 | 2024-03-26T06:40:00.948Z | Downloaded dof v0.1.5 |
1497 | 2024-03-26T06:40:00.951Z | Downloaded display-error-chain v0.2.0 |
1498 | 2024-03-26T06:40:00.951Z | Downloaded diff v0.1.13 |
1499 | 2024-03-26T06:40:00.955Z | Downloaded heapless v0.7.16 |
1500 | 2024-03-26T06:40:00.959Z | Downloaded backtrace v0.3.69 |
1501 | 2024-03-26T06:40:00.963Z | Downloaded which v4.4.0 |
1502 | 2024-03-26T06:40:00.963Z | Downloaded miniz_oxide v0.7.1 |
1503 | 2024-03-26T06:40:00.966Z | Downloaded dirs-sys-next v0.1.2 |
1504 | 2024-03-26T06:40:00.966Z | Downloaded walkdir v2.4.0 |
1505 | 2024-03-26T06:40:00.966Z | Downloaded untrusted v0.7.1 |
1506 | 2024-03-26T06:40:00.966Z | Downloaded plotters-backend v0.3.5 |
1507 | 2024-03-26T06:40:00.970Z | Downloaded same-file v1.0.6 |
1508 | 2024-03-26T06:40:00.970Z | Downloaded compact_str v0.7.1 |
1509 | 2024-03-26T06:40:00.973Z | Downloaded http v0.2.12 |
1510 | 2024-03-26T06:40:00.981Z | Downloaded mockall_derive v0.12.0 |
1511 | 2024-03-26T06:40:00.981Z | Downloaded indicatif v0.17.8 |
1512 | 2024-03-26T06:40:00.984Z | Downloaded cc v1.0.83 |
1513 | 2024-03-26T06:40:00.985Z | Downloaded cookie_store v0.20.0 |
1514 | 2024-03-26T06:40:00.985Z | Downloaded xattr v1.0.1 |
1515 | 2024-03-26T06:40:00.988Z | Downloaded num-derive v0.4.0 |
1516 | 2024-03-26T06:40:00.988Z | Downloaded native-tls v0.2.11 |
1517 | 2024-03-26T06:40:00.991Z | Downloaded log v0.4.21 |
1518 | 2024-03-26T06:40:00.992Z | Downloaded chacha20poly1305 v0.10.1 |
1519 | 2024-03-26T06:40:00.996Z | Downloaded difflib v0.4.0 |
1520 | 2024-03-26T06:40:00.996Z | Downloaded cfg-expr v0.15.6 |
1521 | 2024-03-26T06:40:00.996Z | Downloaded bcs v0.1.6 |
1522 | 2024-03-26T06:40:00.999Z | Downloaded usdt v0.5.0 |
1523 | 2024-03-26T06:40:01.000Z | Downloaded nu-ansi-term v0.50.0 |
1524 | 2024-03-26T06:40:01.005Z | Downloaded memmap2 v0.7.1 |
1525 | 2024-03-26T06:40:01.005Z | Downloaded mime_guess v2.0.4 |
1526 | 2024-03-26T06:40:01.005Z | Downloaded console v0.15.8 |
1527 | 2024-03-26T06:40:01.009Z | Downloaded debug-ignore v1.0.5 |
1528 | 2024-03-26T06:40:01.009Z | Downloaded zeroize v1.7.0 |
1529 | 2024-03-26T06:40:01.009Z | Downloaded serde_derive_internals v0.26.0 |
1530 | 2024-03-26T06:40:01.014Z | Downloaded crc32fast v1.3.2 |
1531 | 2024-03-26T06:40:01.014Z | Downloaded psl-types v2.0.11 |
1532 | 2024-03-26T06:40:01.015Z | Downloaded headers-core v0.2.0 |
1533 | 2024-03-26T06:40:01.015Z | Downloaded mockall v0.12.0 |
1534 | 2024-03-26T06:40:01.018Z | Downloaded serde_arrays v0.1.0 |
1535 | 2024-03-26T06:40:01.018Z | Downloaded blake2 v0.10.6 |
1536 | 2024-03-26T06:40:01.018Z | Downloaded base64 v0.13.1 |
1537 | 2024-03-26T06:40:01.023Z | Downloaded crossbeam-epoch v0.9.18 |
1538 | 2024-03-26T06:40:01.023Z | Downloaded basic-toml v0.1.8 |
1539 | 2024-03-26T06:40:01.029Z | Downloaded ipnet v2.9.0 |
1540 | 2024-03-26T06:40:01.033Z | Downloaded rustls-pemfile v1.0.3 |
1541 | 2024-03-26T06:40:01.033Z | Downloaded num_enum v0.7.2 |
1542 | 2024-03-26T06:40:01.036Z | Downloaded nibble_vec v0.1.0 |
1543 | 2024-03-26T06:40:01.040Z | Downloaded memmap v0.7.0 |
1544 | 2024-03-26T06:40:01.040Z | Downloaded ciborium v0.2.2 |
1545 | 2024-03-26T06:40:01.043Z | Downloaded camino-tempfile v1.1.1 |
1546 | 2024-03-26T06:40:01.043Z | Downloaded mime v0.3.17 |
1547 | 2024-03-26T06:40:01.043Z | Downloaded cookie v0.17.0 |
1548 | 2024-03-26T06:40:01.047Z | Downloaded cancel-safe-futures v0.1.5 |
1549 | 2024-03-26T06:40:01.050Z | Downloaded num-iter v0.1.44 |
1550 | 2024-03-26T06:40:01.050Z | Downloaded macaddr v1.0.1 |
1551 | 2024-03-26T06:40:01.051Z | Downloaded multer v3.0.0 |
1552 | 2024-03-26T06:40:01.064Z | Downloaded keccak v0.1.4 |
1553 | 2024-03-26T06:40:01.064Z | Downloaded hyper-util v0.1.2 |
1554 | 2024-03-26T06:40:01.069Z | Downloaded libefi-sys v0.1.0 |
1555 | 2024-03-26T06:40:01.070Z | Downloaded lazycell v1.3.0 |
1556 | 2024-03-26T06:40:01.070Z | Downloaded lazy_static v1.4.0 |
1557 | 2024-03-26T06:40:01.070Z | Downloaded ciborium-ll v0.2.2 |
1558 | 2024-03-26T06:40:01.070Z | Downloaded bit-vec v0.6.3 |
1559 | 2024-03-26T06:40:01.070Z | Downloaded managed v0.8.0 |
1560 | 2024-03-26T06:40:01.070Z | Downloaded is-terminal v0.4.9 |
1561 | 2024-03-26T06:40:01.070Z | Downloaded maplit v1.0.2 |
1562 | 2024-03-26T06:40:01.070Z | Downloaded lalrpop-util v0.19.12 |
1563 | 2024-03-26T06:40:01.070Z | Downloaded ipnetwork v0.20.0 |
1564 | 2024-03-26T06:40:01.070Z | Downloaded rtoolbox v0.0.1 |
1565 | 2024-03-26T06:40:01.070Z | Downloaded kstat-rs v0.2.3 |
1566 | 2024-03-26T06:40:01.070Z | Downloaded strum v0.25.0 |
1567 | 2024-03-26T06:40:01.070Z | Downloaded maybe-uninit v2.0.0 |
1568 | 2024-03-26T06:40:01.070Z | Downloaded corncobs v0.1.3 |
1569 | 2024-03-26T06:40:01.071Z | Downloaded constant_time_eq v0.3.0 |
1570 | 2024-03-26T06:40:01.074Z | Downloaded colored v2.1.0 |
1571 | 2024-03-26T06:40:01.074Z | Downloaded byteorder v1.5.0 |
1572 | 2024-03-26T06:40:01.074Z | Downloaded convert_case v0.4.0 |
1573 | 2024-03-26T06:40:01.075Z | Downloaded cipher v0.4.4 |
1574 | 2024-03-26T06:40:01.078Z | Downloaded bitflags v1.3.2 |
1575 | 2024-03-26T06:40:01.078Z | Downloaded block-padding v0.3.3 |
1576 | 2024-03-26T06:40:01.082Z | Downloaded humantime v2.1.0 |
1577 | 2024-03-26T06:40:01.082Z | Downloaded base64 v0.21.7 |
1578 | 2024-03-26T06:40:01.085Z | Downloaded cassowary v0.3.0 |
1579 | 2024-03-26T06:40:01.086Z | Downloaded async-recursion v1.0.5 |
1580 | 2024-03-26T06:40:01.089Z | Downloaded bb8 v0.8.3 |
1581 | 2024-03-26T06:40:01.089Z | Downloaded async-stream v0.3.5 |
1582 | 2024-03-26T06:40:01.089Z | Downloaded hyper-staticfile v0.9.5 |
1583 | 2024-03-26T06:40:01.096Z | Downloaded ciborium-io v0.2.2 |
1584 | 2024-03-26T06:40:01.096Z | Downloaded block-buffer v0.10.4 |
1585 | 2024-03-26T06:40:01.097Z | Downloaded hubpack v0.1.2 |
1586 | 2024-03-26T06:40:01.097Z | Downloaded httptest v0.15.5 |
1587 | 2024-03-26T06:40:01.101Z | Downloaded httpdate v1.0.3 |
1588 | 2024-03-26T06:40:01.101Z | Downloaded bitstruct_derive v0.1.0 |
1589 | 2024-03-26T06:40:01.101Z | Downloaded async-trait v0.1.77 |
1590 | 2024-03-26T06:40:01.101Z | Downloaded base16ct v0.2.0 |
1591 | 2024-03-26T06:40:01.101Z | Downloaded approx v0.5.1 |
1592 | 2024-03-26T06:40:01.101Z | Downloaded http-body v1.0.0 |
1593 | 2024-03-26T06:40:01.105Z | Downloaded atomic-waker v1.1.1 |
1594 | 2024-03-26T06:40:01.105Z | Downloaded arrayvec v0.7.4 |
1595 | 2024-03-26T06:40:01.105Z | Downloaded array-init v0.0.4 |
1596 | 2024-03-26T06:40:01.105Z | Downloaded ascii-canvas v3.0.0 |
1597 | 2024-03-26T06:40:01.629Z | Compiling libc v0.2.153 |
1598 | 2024-03-26T06:40:01.629Z | Compiling serde v1.0.197 |
1599 | 2024-03-26T06:40:01.629Z | Compiling version_check v0.9.4 |
1600 | 2024-03-26T06:40:01.629Z | Compiling autocfg v1.1.0 |
1601 | 2024-03-26T06:40:01.633Z | Checking cfg-if v1.0.0 |
1602 | 2024-03-26T06:40:01.633Z | Compiling syn v1.0.109 |
1603 | 2024-03-26T06:40:01.692Z | Compiling syn v2.0.52 |
1604 | 2024-03-26T06:40:01.750Z | Compiling parking_lot_core v0.9.8 |
1605 | 2024-03-26T06:40:01.816Z | Compiling libm v0.2.7 |
1606 | 2024-03-26T06:40:02.156Z | Compiling once_cell v1.19.0 |
1607 | 2024-03-26T06:40:02.220Z | Compiling memchr v2.7.1 |
1608 | 2024-03-26T06:40:02.274Z | Compiling serde_json v1.0.114 |
1609 | 2024-03-26T06:40:02.407Z | Compiling ahash v0.8.8 |
1610 | 2024-03-26T06:40:02.539Z | Compiling lock_api v0.4.10 |
1611 | 2024-03-26T06:40:02.582Z | Compiling num-traits v0.2.18 |
1612 | 2024-03-26T06:40:02.818Z | Compiling byteorder v1.5.0 |
1613 | 2024-03-26T06:40:03.297Z | Checking log v0.4.21 |
1614 | 2024-03-26T06:40:03.551Z | Checking itoa v1.0.9 |
1615 | 2024-03-26T06:40:03.623Z | Checking getrandom v0.2.12 |
1616 | 2024-03-26T06:40:03.699Z | Compiling cc v1.0.83 |
1617 | 2024-03-26T06:40:03.907Z | Compiling slab v0.4.9 |
1618 | 2024-03-26T06:40:04.159Z | Compiling typenum v1.16.0 |
1619 | 2024-03-26T06:40:04.329Z | Compiling generic-array v0.14.7 |
1620 | 2024-03-26T06:40:04.347Z | Checking scopeguard v1.2.0 |
1621 | 2024-03-26T06:40:04.448Z | Checking smallvec v1.13.1 |
1622 | 2024-03-26T06:40:04.500Z | Compiling allocator-api2 v0.2.16 |
1623 | 2024-03-26T06:40:04.847Z | Compiling rustix v0.38.31 |
1624 | 2024-03-26T06:40:04.883Z | Compiling pkg-config v0.3.27 |
1625 | 2024-03-26T06:40:05.020Z | Compiling schemars v0.8.16 |
1626 | 2024-03-26T06:40:05.513Z | Checking pin-project-lite v0.2.13 |
1627 | 2024-03-26T06:40:05.627Z | Checking ryu v1.0.15 |
1628 | 2024-03-26T06:40:05.738Z | Checking parking_lot v0.12.1 |
1629 | 2024-03-26T06:40:05.765Z | Checking signal-hook-registry v1.4.1 |
1630 | 2024-03-26T06:40:05.863Z | Compiling fnv v1.0.7 |
1631 | 2024-03-26T06:40:05.997Z | Compiling httparse v1.8.0 |
1632 | 2024-03-26T06:40:06.020Z | Checking mio v0.8.11 |
1633 | 2024-03-26T06:40:06.088Z | Compiling num-conv v0.1.0 |
1634 | 2024-03-26T06:40:06.328Z | Compiling time-core v0.1.2 |
1635 | 2024-03-26T06:40:06.817Z | Checking rand_core v0.6.4 |
1636 | 2024-03-26T06:40:06.817Z | Checking num_cpus v1.16.0 |
1637 | 2024-03-26T06:40:06.817Z | Compiling time-macros v0.2.17 |
1638 | 2024-03-26T06:40:06.817Z | Compiling vcpkg v0.2.15 |
1639 | 2024-03-26T06:40:06.817Z | Checking futures-core v0.3.30 |
1640 | 2024-03-26T06:40:06.889Z | Compiling ucd-trie v0.1.6 |
1641 | 2024-03-26T06:40:06.947Z | Compiling ring v0.17.8 |
1642 | 2024-03-26T06:40:07.178Z | Checking socket2 v0.5.5 |
1643 | 2024-03-26T06:40:07.516Z | Compiling aho-corasick v1.1.2 |
1644 | 2024-03-26T06:40:08.094Z | Compiling regex-syntax v0.8.2 |
1645 | 2024-03-26T06:40:08.858Z | Compiling openssl-sys v0.9.96 |
1646 | 2024-03-26T06:40:09.793Z | Compiling serde_derive_internals v0.26.0 |
1647 | 2024-03-26T06:40:10.516Z | Compiling crossbeam-utils v0.8.19 |
1648 | 2024-03-26T06:40:10.807Z | Compiling ring v0.16.20 |
1649 | 2024-03-26T06:40:11.108Z | Compiling slog v2.7.0 |
1650 | 2024-03-26T06:40:11.563Z | Compiling regex-automata v0.4.5 |
1651 | 2024-03-26T06:40:11.867Z | Checking spin v0.5.2 |
1652 | 2024-03-26T06:40:12.512Z | Compiling openssl v0.10.60 |
1653 | 2024-03-26T06:40:12.943Z | Compiling async-trait v0.1.77 |
1654 | 2024-03-26T06:40:13.440Z | Compiling rustls v0.21.9 |
1655 | 2024-03-26T06:40:13.874Z | Checking futures-sink v0.3.30 |
1656 | 2024-03-26T06:40:14.012Z | Compiling native-tls v0.2.11 |
1657 | 2024-03-26T06:40:14.219Z | Compiling iana-time-zone v0.1.57 |
1658 | 2024-03-26T06:40:14.362Z | Compiling backtrace v0.3.69 |
1659 | 2024-03-26T06:40:14.521Z | Compiling rustversion v1.0.14 |
1660 | 2024-03-26T06:40:14.637Z | Compiling cookie v0.17.0 |
1661 | 2024-03-26T06:40:14.720Z | Checking pin-utils v0.1.0 |
1662 | 2024-03-26T06:40:14.807Z | Checking futures-channel v0.3.30 |
1663 | 2024-03-26T06:40:14.986Z | Checking futures-task v0.3.30 |
1664 | 2024-03-26T06:40:15.003Z | Checking futures-io v0.3.30 |
1665 | 2024-03-26T06:40:15.074Z | Compiling anyhow v1.0.79 |
1666 | 2024-03-26T06:40:15.164Z | Compiling dyn-clone v1.0.17 |
1667 | 2024-03-26T06:40:15.307Z | Compiling uuid v0.8.2 |
1668 | 2024-03-26T06:40:15.506Z | Checking subtle v2.5.0 |
1669 | 2024-03-26T06:40:15.757Z | Compiling unicode-xid v0.2.4 |
1670 | 2024-03-26T06:40:16.193Z | Compiling crc32fast v1.3.2 |
1671 | 2024-03-26T06:40:16.309Z | Compiling serde_derive v1.0.197 |
1672 | 2024-03-26T06:40:16.662Z | Compiling zerocopy-derive v0.7.32 |
1673 | 2024-03-26T06:40:16.677Z | Compiling thiserror-impl v1.0.57 |
1674 | 2024-03-26T06:40:16.793Z | Compiling zeroize_derive v1.4.2 |
1675 | 2024-03-26T06:40:17.163Z | Compiling tokio-macros v2.2.0 |
1676 | 2024-03-26T06:40:17.202Z | Compiling futures-macro v0.3.30 |
1677 | 2024-03-26T06:40:17.222Z | Compiling tracing-attributes v0.1.27 |
1678 | 2024-03-26T06:40:18.469Z | Compiling schemars_derive v0.8.16 |
1679 | 2024-03-26T06:40:18.926Z | Checking zeroize v1.7.0 |
1680 | 2024-03-26T06:40:19.112Z | Compiling zerocopy v0.7.32 |
1681 | 2024-03-26T06:40:19.188Z | Compiling regex v1.10.3 |
1682 | 2024-03-26T06:40:20.110Z | Compiling thiserror v1.0.57 |
1683 | 2024-03-26T06:40:20.250Z | Compiling pest v2.7.6 |
1684 | 2024-03-26T06:40:20.345Z | Compiling openssl-macros v0.1.1 |
1685 | 2024-03-26T06:40:21.093Z | Checking futures-util v0.3.30 |
1686 | 2024-03-26T06:40:21.287Z | Compiling hashbrown v0.14.3 |
1687 | 2024-03-26T06:40:21.985Z | Compiling tinyvec_macros v0.1.1 |
1688 | 2024-03-26T06:40:22.072Z | Compiling winnow v0.5.15 |
1689 | 2024-03-26T06:40:22.252Z | Compiling tinyvec v1.6.0 |
1690 | 2024-03-26T06:40:22.678Z | Compiling pest_meta v2.7.6 |
1691 | 2024-03-26T06:40:23.036Z | Compiling scroll_derive v0.12.0 |
1692 | 2024-03-26T06:40:23.625Z | Compiling thread-id v4.2.0 |
1693 | 2024-03-26T06:40:23.750Z | Compiling unicode-normalization v0.1.22 |
1694 | 2024-03-26T06:40:23.853Z | Compiling der_derive v0.7.2 |
1695 | 2024-03-26T06:40:24.469Z | Compiling pest_generator v2.7.6 |
1696 | 2024-03-26T06:40:26.382Z | Compiling unicode-bidi v0.3.15 |
1697 | 2024-03-26T06:40:26.476Z | Compiling clap_derive v4.5.0 |
1698 | 2024-03-26T06:40:26.532Z | Compiling errno v0.3.8 |
1699 | 2024-03-26T06:40:26.756Z | Compiling either v1.10.0 |
1700 | 2024-03-26T06:40:26.983Z | Compiling unicode-width v0.1.11 |
1701 | 2024-03-26T06:40:27.727Z | Compiling pest_derive v2.7.6 |
1702 | 2024-03-26T06:40:27.744Z | Compiling synstructure v0.12.6 |
1703 | 2024-03-26T06:40:27.922Z | Compiling spin v0.9.8 |
1704 | 2024-03-26T06:40:27.956Z | Compiling tracing-core v0.1.32 |
1705 | 2024-03-26T06:40:28.296Z | Compiling scroll v0.12.0 |
1706 | 2024-03-26T06:40:28.517Z | Compiling usdt-impl v0.5.0 |
1707 | 2024-03-26T06:40:28.839Z | Compiling tracing v0.1.40 |
1708 | 2024-03-26T06:40:28.864Z | Compiling plain v0.2.3 |
1709 | 2024-03-26T06:40:29.104Z | Compiling const-oid v0.9.6 |
1710 | 2024-03-26T06:40:29.451Z | Compiling percent-encoding v2.3.1 |
1711 | 2024-03-26T06:40:29.575Z | Compiling zerocopy-derive v0.2.0 |
1712 | 2024-03-26T06:40:29.791Z | Compiling goblin v0.8.0 |
1713 | 2024-03-26T06:40:30.080Z | Checking bytes v1.5.0 |
1714 | 2024-03-26T06:40:30.887Z | Checking tokio v1.36.0 |
1715 | 2024-03-26T06:40:35.379Z | Checking bitflags v2.4.2 |
1716 | 2024-03-26T06:40:35.411Z | Checking chrono v0.4.34 |
1717 | 2024-03-26T06:40:35.411Z | Compiling indexmap v2.2.5 |
1718 | 2024-03-26T06:40:35.425Z | Compiling uuid v1.7.0 |
1719 | 2024-03-26T06:40:35.425Z | Compiling http v0.2.12 |
1720 | 2024-03-26T06:40:35.425Z | Compiling toml_datetime v0.6.5 |
1721 | 2024-03-26T06:40:35.425Z | Compiling semver v1.0.22 |
1722 | 2024-03-26T06:40:35.425Z | Compiling serde_spanned v0.6.5 |
1723 | 2024-03-26T06:40:35.425Z | Compiling toml_edit v0.19.15 |
1724 | 2024-03-26T06:40:35.426Z | Compiling rustc_version v0.4.0 |
1725 | 2024-03-26T06:40:35.882Z | Compiling openapiv3 v2.0.0 |
1726 | 2024-03-26T06:40:37.089Z | Checking crypto-common v0.1.6 |
1727 | 2024-03-26T06:40:37.268Z | Compiling lazy_static v1.4.0 |
1728 | 2024-03-26T06:40:37.478Z | Compiling pretty-hex v0.4.1 |
1729 | 2024-03-26T06:40:37.865Z | Compiling dof v0.3.0 |
1730 | 2024-03-26T06:40:38.330Z | Compiling dtrace-parser v0.2.0 |
1731 | 2024-03-26T06:40:39.255Z | Compiling powerfmt v0.2.0 |
1732 | 2024-03-26T06:40:39.438Z | Checking equivalent v1.0.1 |
1733 | 2024-03-26T06:40:39.529Z | Compiling untrusted v0.7.1 |
1734 | 2024-03-26T06:40:40.082Z | Compiling signal-hook v0.3.17 |
1735 | 2024-03-26T06:40:40.090Z | Compiling untrusted v0.9.0 |
1736 | 2024-03-26T06:40:40.091Z | Compiling foreign-types-shared v0.1.1 |
1737 | 2024-03-26T06:40:40.091Z | Compiling foreign-types v0.3.2 |
1738 | 2024-03-26T06:40:40.347Z | Compiling deranged v0.3.11 |
1739 | 2024-03-26T06:40:41.309Z | Compiling form_urlencoded v1.2.1 |
1740 | 2024-03-26T06:40:41.630Z | Compiling zerocopy-derive v0.6.4 |
1741 | 2024-03-26T06:40:42.301Z | Compiling usdt-impl v0.3.5 |
1742 | 2024-03-26T06:40:42.607Z | Compiling try-lock v0.2.4 |
1743 | 2024-03-26T06:40:42.755Z | Compiling siphasher v0.3.11 |
1744 | 2024-03-26T06:40:42.758Z | Compiling base64 v0.21.7 |
1745 | 2024-03-26T06:40:42.978Z | Compiling tokio-util v0.7.10 |
1746 | 2024-03-26T06:40:43.049Z | Compiling num_threads v0.1.6 |
1747 | 2024-03-26T06:40:43.175Z | Compiling time v0.3.34 |
1748 | 2024-03-26T06:40:43.897Z | Compiling want v0.3.1 |
1749 | 2024-03-26T06:40:44.077Z | Compiling rustls-webpki v0.101.7 |
1750 | 2024-03-26T06:40:44.183Z | Compiling h2 v0.3.24 |
1751 | 2024-03-26T06:40:44.203Z | Compiling sct v0.7.0 |
1752 | 2024-03-26T06:40:44.517Z | Compiling http-body v0.4.5 |
1753 | 2024-03-26T06:40:44.562Z | Compiling zerocopy v0.3.0 |
1754 | 2024-03-26T06:40:44.694Z | Compiling block-buffer v0.10.4 |
1755 | 2024-03-26T06:40:44.922Z | Compiling idna v0.5.0 |
1756 | 2024-03-26T06:40:44.960Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1757 | 2024-03-26T06:40:45.386Z | Compiling openssl-probe v0.1.5 |
1758 | 2024-03-26T06:40:45.915Z | Compiling httpdate v1.0.3 |
1759 | 2024-03-26T06:40:46.041Z | Compiling tower-service v0.3.2 |
1760 | 2024-03-26T06:40:46.166Z | Checking ppv-lite86 v0.2.17 |
1761 | 2024-03-26T06:40:46.346Z | Compiling url v2.5.0 |
1762 | 2024-03-26T06:40:46.521Z | Compiling dof v0.1.5 |
1763 | 2024-03-26T06:40:46.898Z | Checking rand_chacha v0.3.1 |
1764 | 2024-03-26T06:40:47.229Z | Compiling digest v0.10.7 |
1765 | 2024-03-26T06:40:47.459Z | Compiling heapless v0.7.16 |
1766 | 2024-03-26T06:40:47.733Z | Compiling dtrace-parser v0.1.14 |
1767 | 2024-03-26T06:40:47.886Z | Compiling idna v0.3.0 |
1768 | 2024-03-26T06:40:48.985Z | Compiling unicode-segmentation v1.10.1 |
1769 | 2024-03-26T06:40:49.565Z | Compiling psl-types v2.0.11 |
1770 | 2024-03-26T06:40:49.761Z | Compiling adler v1.0.2 |
1771 | 2024-03-26T06:40:49.823Z | Compiling publicsuffix v2.2.3 |
1772 | 2024-03-26T06:40:49.984Z | Compiling miniz_oxide v0.7.1 |
1773 | 2024-03-26T06:40:50.073Z | Compiling crossbeam-epoch v0.9.18 |
1774 | 2024-03-26T06:40:50.413Z | Compiling tokio-native-tls v0.3.1 |
1775 | 2024-03-26T06:40:50.926Z | Checking rand v0.8.5 |
1776 | 2024-03-26T06:40:51.533Z | Compiling hyper v0.14.28 |
1777 | 2024-03-26T06:40:52.408Z | Compiling tokio-rustls v0.24.1 |
1778 | 2024-03-26T06:40:52.408Z | Compiling serde_tokenstream v0.1.7 |
1779 | 2024-03-26T06:40:52.623Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1780 | 2024-03-26T06:40:52.713Z | Checking unicode-ident v1.0.12 |
1781 | 2024-03-26T06:40:52.889Z | Compiling ipnet v2.9.0 |
1782 | 2024-03-26T06:40:53.074Z | Compiling bit-vec v0.6.3 |
1783 | 2024-03-26T06:40:53.395Z | Compiling cookie_store v0.20.0 |
1784 | 2024-03-26T06:40:53.521Z | Compiling rustls-pemfile v1.0.3 |
1785 | 2024-03-26T06:40:53.939Z | Compiling phf_shared v0.10.0 |
1786 | 2024-03-26T06:40:54.123Z | Compiling serde_urlencoded v0.7.1 |
1787 | 2024-03-26T06:40:54.643Z | Compiling num-bigint v0.4.4 |
1788 | 2024-03-26T06:40:54.889Z | Compiling encoding_rs v0.8.33 |
1789 | 2024-03-26T06:40:54.989Z | Compiling sync_wrapper v0.1.2 |
1790 | 2024-03-26T06:40:54.992Z | Compiling smoltcp v0.9.1 |
1791 | 2024-03-26T06:40:55.121Z | Compiling new_debug_unreachable v1.0.4 |
1792 | 2024-03-26T06:40:55.214Z | Compiling base64ct v1.6.0 |
1793 | 2024-03-26T06:40:55.510Z | Compiling gimli v0.28.0 |
1794 | 2024-03-26T06:40:55.591Z | Compiling precomputed-hash v0.1.1 |
1795 | 2024-03-26T06:40:55.660Z | Compiling mime v0.3.17 |
1796 | 2024-03-26T06:40:55.698Z | Compiling fixedbitset v0.4.2 |
1797 | 2024-03-26T06:40:55.880Z | Compiling webpki-roots v0.25.2 |
1798 | 2024-03-26T06:40:56.034Z | Compiling minimal-lexical v0.2.1 |
1799 | 2024-03-26T06:40:56.120Z | Compiling petgraph v0.6.4 |
1800 | 2024-03-26T06:40:56.238Z | Compiling string_cache v0.8.7 |
1801 | 2024-03-26T06:40:56.261Z | Compiling pem-rfc7468 v0.7.0 |
1802 | 2024-03-26T06:40:56.578Z | Compiling nom v7.1.3 |
1803 | 2024-03-26T06:40:57.006Z | Compiling bit-set v0.5.3 |
1804 | 2024-03-26T06:40:57.097Z | Compiling usdt-macro v0.3.5 |
1805 | 2024-03-26T06:40:57.111Z | Compiling usdt-attr-macro v0.3.5 |
1806 | 2024-03-26T06:40:57.258Z | Compiling hmac v0.12.1 |
1807 | 2024-03-26T06:40:57.506Z | Compiling itertools v0.10.5 |
1808 | 2024-03-26T06:40:58.464Z | Compiling hyper-tls v0.5.0 |
1809 | 2024-03-26T06:40:58.666Z | Compiling hyper-rustls v0.24.2 |
1810 | 2024-03-26T06:40:59.037Z | Compiling reqwest v0.11.24 |
1811 | 2024-03-26T06:40:59.166Z | Compiling hubpack_derive v0.1.1 |
1812 | 2024-03-26T06:40:59.723Z | Compiling enum-as-inner v0.5.1 |
1813 | 2024-03-26T06:41:00.058Z | Compiling addr2line v0.21.0 |
1814 | 2024-03-26T06:41:00.075Z | Compiling diesel_table_macro_syntax v0.1.0 |
1815 | 2024-03-26T06:41:00.355Z | Compiling object v0.32.1 |
1816 | 2024-03-26T06:41:00.497Z | Compiling rustc-demangle v0.1.23 |
1817 | 2024-03-26T06:41:00.508Z | Compiling lalrpop-util v0.19.12 |
1818 | 2024-03-26T06:41:00.691Z | Compiling flagset v0.4.3 |
1819 | 2024-03-26T06:41:00.735Z | Compiling diesel_derives v2.1.2 |
1820 | 2024-03-26T06:41:00.841Z | Compiling flate2 v1.0.28 |
1821 | 2024-03-26T06:41:00.890Z | Compiling der v0.7.8 |
1822 | 2024-03-26T06:41:01.636Z | Checking proc-macro2 v1.0.78 |
1823 | 2024-03-26T06:41:01.785Z | Compiling futures-executor v0.3.30 |
1824 | 2024-03-26T06:41:01.843Z | Compiling strum_macros v0.25.2 |
1825 | 2024-03-26T06:41:02.313Z | Compiling cpufeatures v0.2.12 |
1826 | 2024-03-26T06:41:02.408Z | Compiling sha2 v0.10.8 |
1827 | 2024-03-26T06:41:04.409Z | Compiling spki v0.7.2 |
1828 | 2024-03-26T06:41:04.579Z | Compiling toml_edit v0.22.6 |
1829 | 2024-03-26T06:41:04.771Z | Checking quote v1.0.35 |
1830 | 2024-03-26T06:41:05.090Z | Compiling futures v0.3.30 |
1831 | 2024-03-26T06:41:05.207Z | Compiling md-5 v0.10.5 |
1832 | 2024-03-26T06:41:05.455Z | Compiling toml v0.7.8 |
1833 | 2024-03-26T06:41:06.094Z | Compiling hex v0.4.3 |
1834 | 2024-03-26T06:41:06.120Z | Compiling stringprep v0.1.3 |
1835 | 2024-03-26T06:41:06.141Z | Compiling serde_repr v0.1.16 |
1836 | 2024-03-26T06:41:07.121Z | Compiling num-integer v0.1.46 |
1837 | 2024-03-26T06:41:07.317Z | Compiling hash32 v0.2.1 |
1838 | 2024-03-26T06:41:07.693Z | Compiling fallible-iterator v0.2.0 |
1839 | 2024-03-26T06:41:08.011Z | Compiling stable_deref_trait v1.2.0 |
1840 | 2024-03-26T06:41:08.790Z | Compiling postgres-protocol v0.6.6 |
1841 | 2024-03-26T06:41:09.114Z | Compiling pkcs8 v0.10.2 |
1842 | 2024-03-26T06:41:09.422Z | Compiling phf_shared v0.11.2 |
1843 | 2024-03-26T06:41:09.805Z | Compiling terminal_size v0.3.0 |
1844 | 2024-03-26T06:41:09.991Z | Compiling ff v0.13.0 |
1845 | 2024-03-26T06:41:10.203Z | Compiling block-padding v0.3.3 |
1846 | 2024-03-26T06:41:10.321Z | Compiling scheduled-thread-pool v0.2.7 |
1847 | 2024-03-26T06:41:10.448Z | Compiling matches v0.1.10 |
1848 | 2024-03-26T06:41:10.554Z | Compiling bitflags v1.3.2 |
1849 | 2024-03-26T06:41:10.643Z | Compiling base16ct v0.2.0 |
1850 | 2024-03-26T06:41:10.689Z | Compiling managed v0.8.0 |
1851 | 2024-03-26T06:41:10.733Z | Compiling regex-automata v0.1.10 |
1852 | 2024-03-26T06:41:10.901Z | Compiling clap_builder v4.5.1 |
1853 | 2024-03-26T06:41:10.947Z | Compiling sec1 v0.7.3 |
1854 | 2024-03-26T06:41:11.182Z | Compiling bstr v0.2.17 |
1855 | 2024-03-26T06:41:11.221Z | Compiling r2d2 v0.8.10 |
1856 | 2024-03-26T06:41:11.499Z | Compiling idna v0.2.3 |
1857 | 2024-03-26T06:41:11.608Z | Compiling inout v0.1.3 |
1858 | 2024-03-26T06:41:11.870Z | Compiling group v0.13.0 |
1859 | 2024-03-26T06:41:12.189Z | Compiling signal-hook-mio v0.2.3 |
1860 | 2024-03-26T06:41:12.352Z | Compiling phf v0.11.2 |
1861 | 2024-03-26T06:41:12.584Z | Compiling bzip2 v0.4.4 |
1862 | 2024-03-26T06:41:12.651Z | Compiling postgres-types v0.2.6 |
1863 | 2024-03-26T06:41:13.103Z | Compiling hubpack v0.1.2 |
1864 | 2024-03-26T06:41:13.107Z | Compiling hkdf v0.12.4 |
1865 | 2024-03-26T06:41:13.540Z | Compiling zerocopy v0.6.4 |
1866 | 2024-03-26T06:41:13.547Z | Compiling ipnetwork v0.20.0 |
1867 | 2024-03-26T06:41:14.256Z | Compiling crypto-bigint v0.5.2 |
1868 | 2024-03-26T06:41:14.304Z | Compiling float-cmp v0.9.0 |
1869 | 2024-03-26T06:41:14.407Z | Compiling whoami v1.5.0 |
1870 | 2024-03-26T06:41:14.516Z | Compiling predicates-core v1.0.6 |
1871 | 2024-03-26T06:41:14.596Z | Compiling normalize-line-endings v0.3.0 |
1872 | 2024-03-26T06:41:14.719Z | Compiling static_assertions v1.1.0 |
1873 | 2024-03-26T06:41:14.760Z | Compiling data-encoding v2.4.0 |
1874 | 2024-03-26T06:41:14.817Z | Compiling difflib v0.4.0 |
1875 | 2024-03-26T06:41:14.871Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1876 | 2024-03-26T06:41:15.755Z | Compiling trust-dns-proto v0.22.0 |
1877 | 2024-03-26T06:41:16.473Z | Compiling elliptic-curve v0.13.8 |
1878 | 2024-03-26T06:41:17.164Z | Compiling yasna v0.5.2 |
1879 | 2024-03-26T06:41:17.306Z | Compiling predicates v3.1.0 |
1880 | 2024-03-26T06:41:17.383Z | Compiling diesel v2.1.4 |
1881 | 2024-03-26T06:41:17.683Z | Compiling clap v4.5.1 |
1882 | 2024-03-26T06:41:17.810Z | Compiling tokio-postgres v0.7.10 |
1883 | 2024-03-26T06:41:19.171Z | Compiling zip v0.6.6 |
1884 | 2024-03-26T06:41:19.923Z | Compiling crossterm v0.27.0 |
1885 | 2024-03-26T06:41:21.904Z | Compiling similar v2.4.0 |
1886 | 2024-03-26T06:41:21.914Z | Compiling cipher v0.4.4 |
1887 | 2024-03-26T06:41:21.914Z | Compiling num-iter v0.1.44 |
1888 | 2024-03-26T06:41:21.914Z | Compiling usdt v0.3.5 |
1889 | 2024-03-26T06:41:21.914Z | Compiling tokio-stream v0.1.14 |
1890 | 2024-03-26T06:41:21.914Z | Compiling console v0.15.8 |
1891 | 2024-03-26T06:41:22.336Z | Compiling bstr v1.9.0 |
1892 | 2024-03-26T06:41:23.474Z | Checking utf8parse v0.2.1 |
1893 | 2024-03-26T06:41:24.206Z | Checking anstyle v1.0.6 |
1894 | 2024-03-26T06:41:25.588Z | Checking anstyle-parse v0.2.1 |
1895 | 2024-03-26T06:41:25.853Z | Checking colorchoice v1.0.0 |
1896 | 2024-03-26T06:41:25.975Z | Checking anstyle-query v1.0.0 |
1897 | 2024-03-26T06:41:26.551Z | Checking anstream v0.6.11 |
1898 | 2024-03-26T06:41:27.585Z | Checking strsim v0.11.0 |
1899 | 2024-03-26T06:41:27.807Z | Checking clap_lex v0.7.0 |
1900 | 2024-03-26T06:41:32.864Z | Compiling serde_tokenstream v0.2.0 |
1901 | 2024-03-26T06:41:37.859Z | Checking winnow v0.6.1 |
1902 | 2024-03-26T06:41:44.236Z | Compiling regress v0.9.0 |
1903 | 2024-03-26T06:41:44.959Z | Checking heck v0.4.1 |
1904 | 2024-03-26T06:41:45.154Z | Compiling getopts v0.2.21 |
1905 | 2024-03-26T06:41:45.531Z | Compiling unsafe-libyaml v0.2.10 |
1906 | 2024-03-26T06:41:46.867Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1907 | 2024-03-26T06:41:47.063Z | Compiling serde_yaml v0.9.25 |
1908 | 2024-03-26T06:41:47.199Z | Compiling ident_case v1.0.1 |
1909 | 2024-03-26T06:41:47.382Z | Compiling strsim v0.10.0 |
1910 | 2024-03-26T06:41:47.451Z | Checking camino v1.1.6 |
1911 | 2024-03-26T06:41:48.009Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1912 | 2024-03-26T06:41:48.177Z | Checking atty v0.2.14 |
1913 | 2024-03-26T06:41:48.292Z | Checking sha1 v0.10.6 |
1914 | 2024-03-26T06:41:48.358Z | Checking http v1.0.0 |
1915 | 2024-03-26T06:41:48.573Z | Checking match_cfg v0.1.0 |
1916 | 2024-03-26T06:41:48.660Z | Checking hostname v0.3.1 |
1917 | 2024-03-26T06:41:48.814Z | Checking crossbeam-channel v0.5.8 |
1918 | 2024-03-26T06:41:49.447Z | Compiling proc-macro-crate v1.3.1 |
1919 | 2024-03-26T06:41:49.505Z | Checking thread_local v1.1.7 |
1920 | 2024-03-26T06:41:49.657Z | Checking instant v0.1.12 |
1921 | 2024-03-26T06:41:49.766Z | Checking fastrand v2.0.1 |
1922 | 2024-03-26T06:41:49.784Z | Compiling slog-async v2.8.0 |
1923 | 2024-03-26T06:41:50.092Z | Checking rustls-pki-types v1.3.0 |
1924 | 2024-03-26T06:41:50.362Z | Checking tempfile v3.10.0 |
1925 | 2024-03-26T06:41:50.877Z | Compiling darling_core v0.20.3 |
1926 | 2024-03-26T06:41:50.882Z | Compiling strum_macros v0.26.1 |
1927 | 2024-03-26T06:41:50.882Z | Checking dirs-sys-next v0.1.2 |
1928 | 2024-03-26T06:41:50.904Z | Compiling paste v1.0.14 |
1929 | 2024-03-26T06:41:51.337Z | Checking take_mut v0.2.2 |
1930 | 2024-03-26T06:41:51.393Z | Checking quick-error v1.2.3 |
1931 | 2024-03-26T06:41:51.481Z | Compiling parking_lot_core v0.8.6 |
1932 | 2024-03-26T06:41:51.805Z | Checking dirs-next v2.0.0 |
1933 | 2024-03-26T06:41:51.839Z | Compiling rustls v0.22.2 |
1934 | 2024-03-26T06:41:51.932Z | Checking term v0.7.0 |
1935 | 2024-03-26T06:41:52.268Z | Checking rustls-webpki v0.102.1 |
1936 | 2024-03-26T06:41:52.333Z | Checking slog-json v2.6.1 |
1937 | 2024-03-26T06:41:52.591Z | Checking fxhash v0.2.1 |
1938 | 2024-03-26T06:41:53.177Z | Checking slog-bunyan v2.5.0 |
1939 | 2024-03-26T06:41:53.181Z | Checking slog-term v2.9.0 |
1940 | 2024-03-26T06:41:53.403Z | Checking parking_lot v0.11.2 |
1941 | 2024-03-26T06:41:53.431Z | Checking rustls-pemfile v2.1.1 |
1942 | 2024-03-26T06:41:53.663Z | Compiling multer v3.0.0 |
1943 | 2024-03-26T06:41:53.737Z | Checking debug-ignore v1.0.5 |
1944 | 2024-03-26T06:41:53.882Z | Checking sled v0.34.7 |
1945 | 2024-03-26T06:41:54.047Z | Compiling async-stream-impl v0.3.5 |
1946 | 2024-03-26T06:41:54.585Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1947 | 2024-03-26T06:41:55.022Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1948 | 2024-03-26T06:41:55.330Z | Checking half v2.3.1 |
1949 | 2024-03-26T06:41:55.466Z | Checking atomic-waker v1.1.1 |
1950 | 2024-03-26T06:41:55.602Z | Checking ciborium-io v0.2.2 |
1951 | 2024-03-26T06:41:55.751Z | Checking waitgroup v0.1.2 |
1952 | 2024-03-26T06:41:55.786Z | Checking ciborium-ll v0.2.2 |
1953 | 2024-03-26T06:41:55.855Z | Checking async-stream v0.3.5 |
1954 | 2024-03-26T06:41:55.902Z | Checking strum v0.26.1 |
1955 | 2024-03-26T06:41:56.066Z | Checking toml v0.8.10 |
1956 | 2024-03-26T06:41:56.113Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1957 | 2024-03-26T06:41:56.468Z | Checking serde_path_to_error v0.1.16 |
1958 | 2024-03-26T06:41:56.672Z | Compiling darling_macro v0.20.3 |
1959 | 2024-03-26T06:41:56.737Z | Checking ciborium v0.2.2 |
1960 | 2024-03-26T06:41:56.779Z | Checking tokio-rustls v0.25.0 |
1961 | 2024-03-26T06:41:56.804Z | Checking mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1962 | 2024-03-26T06:41:57.087Z | Checking wait-timeout v0.2.0 |
1963 | 2024-03-26T06:41:57.190Z | Compiling num_enum_derive v0.7.2 |
1964 | 2024-03-26T06:41:57.234Z | Compiling structmeta-derive v0.3.0 |
1965 | 2024-03-26T06:41:57.253Z | Checking rusty-fork v0.3.0 |
1966 | 2024-03-26T06:41:57.544Z | Checking newtype-uuid v1.0.1 |
1967 | 2024-03-26T06:41:57.698Z | Compiling darling v0.20.3 |
1968 | 2024-03-26T06:41:57.745Z | Checking rdb v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1969 | 2024-03-26T06:41:57.784Z | Compiling structmeta-derive v0.2.0 |
1970 | 2024-03-26T06:41:57.817Z | Compiling serde_with_macros v3.6.1 |
1971 | 2024-03-26T06:41:58.772Z | Checking rand_xorshift v0.3.0 |
1972 | 2024-03-26T06:41:58.948Z | Checking unarray v0.1.4 |
1973 | 2024-03-26T06:41:59.100Z | Checking proptest v1.4.0 |
1974 | 2024-03-26T06:42:00.185Z | Checking num_enum v0.7.2 |
1975 | 2024-03-26T06:42:00.336Z | Checking bgp v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
1976 | 2024-03-26T06:42:00.440Z | Compiling structmeta v0.3.0 |
1977 | 2024-03-26T06:42:07.613Z | Compiling parse-display-derive v0.9.0 |
1978 | 2024-03-26T06:42:07.670Z | Compiling structmeta v0.2.0 |
1979 | 2024-03-26T06:42:07.670Z | Checking serde_with v3.6.1 |
1980 | 2024-03-26T06:42:07.670Z | Checking backoff v0.4.0 |
1981 | 2024-03-26T06:42:07.670Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1982 | 2024-03-26T06:42:07.733Z | Compiling test-strategy v0.3.1 |
1983 | 2024-03-26T06:42:07.733Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1984 | 2024-03-26T06:42:07.733Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1985 | 2024-03-26T06:42:07.827Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1986 | 2024-03-26T06:42:07.827Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1987 | 2024-03-26T06:42:07.827Z | Checking macaddr v1.0.1 |
1988 | 2024-03-26T06:42:07.827Z | Compiling proc-macro-error-attr v1.0.4 |
1989 | 2024-03-26T06:42:07.827Z | Compiling proc-macro-error v1.0.4 |
1990 | 2024-03-26T06:42:07.828Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1991 | 2024-03-26T06:42:07.828Z | Compiling num_enum_derive v0.5.11 |
1992 | 2024-03-26T06:42:07.828Z | Checking camino-tempfile v1.1.1 |
1993 | 2024-03-26T06:42:07.828Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1994 | 2024-03-26T06:42:07.829Z | Compiling foreign-types-macros v0.2.3 |
1995 | 2024-03-26T06:42:07.829Z | Checking foreign-types-shared v0.3.1 |
1996 | 2024-03-26T06:42:07.829Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1997 | 2024-03-26T06:42:07.829Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1998 | 2024-03-26T06:42:07.829Z | Checking cstr-argument v0.1.2 |
1999 | 2024-03-26T06:42:07.829Z | Checking pretty-hex v0.2.1 |
2000 | 2024-03-26T06:42:07.830Z | Checking foreign-types v0.5.0 |
2001 | 2024-03-26T06:42:07.830Z | Checking tabwriter v1.4.0 |
2002 | 2024-03-26T06:42:07.830Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2003 | 2024-03-26T06:42:07.830Z | Checking parse-display v0.9.0 |
2004 | 2024-03-26T06:42:07.830Z | Checking colored v2.1.0 |
2005 | 2024-03-26T06:42:07.830Z | Checking socket2 v0.4.9 |
2006 | 2024-03-26T06:42:07.830Z | Checking smf v0.2.2 |
2007 | 2024-03-26T06:42:07.830Z | Checking humantime v2.1.0 |
2008 | 2024-03-26T06:42:07.830Z | Compiling usdt-attr-macro v0.5.0 |
2009 | 2024-03-26T06:42:07.830Z | Compiling usdt-macro v0.5.0 |
2010 | 2024-03-26T06:42:07.831Z | Checking memmap v0.7.0 |
2011 | 2024-03-26T06:42:07.831Z | Checking termcolor v1.2.0 |
2012 | 2024-03-26T06:42:07.832Z | Checking arc-swap v1.6.0 |
2013 | 2024-03-26T06:42:07.832Z | Checking termtree v0.4.1 |
2014 | 2024-03-26T06:42:07.832Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2015 | 2024-03-26T06:42:07.832Z | Checking num_enum v0.5.11 |
2016 | 2024-03-26T06:42:07.832Z | Compiling heapless v0.8.0 |
2017 | 2024-03-26T06:42:07.832Z | Checking predicates-tree v1.0.9 |
2018 | 2024-03-26T06:42:07.832Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2019 | 2024-03-26T06:42:07.832Z | Checking slog-scope v4.4.0 |
2020 | 2024-03-26T06:42:07.832Z | Checking hash32 v0.3.1 |
2021 | 2024-03-26T06:42:07.833Z | Compiling smoltcp v0.11.0 |
2022 | 2024-03-26T06:42:07.833Z | Checking slog-stdlog v4.1.1 |
2023 | 2024-03-26T06:42:07.833Z | Checking cobs v0.2.3 |
2024 | 2024-03-26T06:42:07.833Z | Compiling crucible-workspace-hack v0.1.0 |
2025 | 2024-03-26T06:42:07.833Z | Checking embedded-io v0.4.0 |
2026 | 2024-03-26T06:42:07.833Z | Checking postcard v1.0.8 |
2027 | 2024-03-26T06:42:07.876Z | Checking slog-envlogger v2.2.0 |
2028 | 2024-03-26T06:42:07.919Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2029 | 2024-03-26T06:42:07.965Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2030 | 2024-03-26T06:42:08.059Z | Checking usdt v0.5.0 |
2031 | 2024-03-26T06:42:08.082Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2032 | 2024-03-26T06:42:08.088Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2033 | 2024-03-26T06:42:08.263Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2034 | 2024-03-26T06:42:08.342Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2035 | 2024-03-26T06:42:08.366Z | Checking utf-8 v0.7.6 |
2036 | 2024-03-26T06:42:08.530Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2037 | 2024-03-26T06:42:08.565Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2038 | 2024-03-26T06:42:09.028Z | Compiling mockall_derive v0.12.0 |
2039 | 2024-03-26T06:42:09.093Z | Compiling num-derive v0.4.0 |
2040 | 2024-03-26T06:42:09.180Z | Checking fragile v2.0.0 |
2041 | 2024-03-26T06:42:09.436Z | Checking downcast v0.11.0 |
2042 | 2024-03-26T06:42:09.640Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2043 | 2024-03-26T06:42:09.895Z | Checking xattr v1.0.1 |
2044 | 2024-03-26T06:42:10.077Z | Checking filetime v0.2.23 |
2045 | 2024-03-26T06:42:10.097Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2046 | 2024-03-26T06:42:10.285Z | Checking same-file v1.0.6 |
2047 | 2024-03-26T06:42:10.459Z | Checking walkdir v2.4.0 |
2048 | 2024-03-26T06:42:10.509Z | Checking tar v0.4.40 |
2049 | 2024-03-26T06:42:11.008Z | Checking tungstenite v0.20.1 |
2050 | 2024-03-26T06:42:11.009Z | Checking base64 v0.22.0 |
2051 | 2024-03-26T06:42:11.264Z | Compiling heck v0.3.3 |
2052 | 2024-03-26T06:42:11.341Z | Checking pem v3.0.2 |
2053 | 2024-03-26T06:42:11.470Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
2054 | 2024-03-26T06:42:11.588Z | Checking headers-core v0.2.0 |
2055 | 2024-03-26T06:42:11.618Z | Checking tokio-tungstenite v0.20.1 |
2056 | 2024-03-26T06:42:11.684Z | Checking linked-hash-map v0.5.6 |
2057 | 2024-03-26T06:42:11.721Z | Checking headers v0.3.9 |
2058 | 2024-03-26T06:42:11.844Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2059 | 2024-03-26T06:42:11.897Z | Checking env_logger v0.9.3 |
2060 | 2024-03-26T06:42:11.979Z | Checking lru-cache v0.1.2 |
2061 | 2024-03-26T06:42:12.063Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2062 | 2024-03-26T06:42:12.151Z | Compiling bitstruct_derive v0.1.0 |
2063 | 2024-03-26T06:42:12.200Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2064 | 2024-03-26T06:42:12.337Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2065 | 2024-03-26T06:42:12.418Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2066 | 2024-03-26T06:42:12.966Z | Checking ascii v1.1.0 |
2067 | 2024-03-26T06:42:12.970Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2068 | 2024-03-26T06:42:12.970Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2069 | 2024-03-26T06:42:12.974Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2070 | 2024-03-26T06:42:13.170Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2071 | 2024-03-26T06:42:13.214Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2072 | 2024-03-26T06:42:13.445Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2073 | 2024-03-26T06:42:13.484Z | Checking bitstruct v0.1.1 |
2074 | 2024-03-26T06:42:13.505Z | Checking password-hash v0.5.0 |
2075 | 2024-03-26T06:42:13.582Z | Checking itertools v0.12.1 |
2076 | 2024-03-26T06:42:13.786Z | Checking blake2 v0.10.6 |
2077 | 2024-03-26T06:42:13.824Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2078 | 2024-03-26T06:42:14.006Z | Checking serde_arrays v0.1.0 |
2079 | 2024-03-26T06:42:14.084Z | Checking erased-serde v0.3.31 |
2080 | 2024-03-26T06:42:14.161Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2081 | 2024-03-26T06:42:14.241Z | Checking argon2 v0.5.3 |
2082 | 2024-03-26T06:42:14.388Z | Compiling zone_cfg_derive v0.1.2 |
2083 | 2024-03-26T06:42:14.469Z | Checking tungstenite v0.21.0 |
2084 | 2024-03-26T06:42:14.615Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2085 | 2024-03-26T06:42:14.895Z | Checking swrite v0.1.0 |
2086 | 2024-03-26T06:42:14.910Z | Checking base64 v0.13.1 |
2087 | 2024-03-26T06:42:15.012Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2088 | 2024-03-26T06:42:15.181Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2089 | 2024-03-26T06:42:15.299Z | Checking ron v0.7.1 |
2090 | 2024-03-26T06:42:15.345Z | Checking tokio-tungstenite v0.21.0 |
2091 | 2024-03-26T06:42:15.784Z | Checking portpicker v0.1.1 |
2092 | 2024-03-26T06:42:15.922Z | Checking rcgen v0.12.1 |
2093 | 2024-03-26T06:42:15.967Z | Checking zone v0.1.8 |
2094 | 2024-03-26T06:42:16.226Z | Checking atomicwrites v0.4.3 |
2095 | 2024-03-26T06:42:16.427Z | Checking subprocess v0.2.9 |
2096 | 2024-03-26T06:42:16.430Z | Compiling derive-where v1.2.7 |
2097 | 2024-03-26T06:42:16.585Z | Checking resolv-conf v0.7.0 |
2098 | 2024-03-26T06:42:16.589Z | Compiling rayon-core v1.12.1 |
2099 | 2024-03-26T06:42:16.895Z | Checking trust-dns-resolver v0.22.0 |
2100 | 2024-03-26T06:42:16.917Z | Compiling cancel-safe-futures v0.1.5 |
2101 | 2024-03-26T06:42:16.969Z | Compiling semver v0.1.20 |
2102 | 2024-03-26T06:42:17.003Z | Checking libsw v3.3.1 |
2103 | 2024-03-26T06:42:17.266Z | Checking linear-map v1.2.0 |
2104 | 2024-03-26T06:42:17.401Z | Checking mockall v0.12.0 |
2105 | 2024-03-26T06:42:17.598Z | Compiling rustc_version v0.1.7 |
2106 | 2024-03-26T06:42:17.617Z | Checking owo-colors v4.0.0 |
2107 | 2024-03-26T06:42:17.632Z | Compiling slog-dtrace v0.3.0 |
2108 | 2024-03-26T06:42:17.679Z | Compiling radium v0.7.0 |
2109 | 2024-03-26T06:42:18.094Z | Compiling newtype_derive v0.1.6 |
2110 | 2024-03-26T06:42:18.172Z | Checking is-terminal v0.4.9 |
2111 | 2024-03-26T06:42:18.277Z | Checking nibble_vec v0.1.0 |
2112 | 2024-03-26T06:42:18.384Z | Checking endian-type v0.1.2 |
2113 | 2024-03-26T06:42:18.416Z | Checking tap v1.0.1 |
2114 | 2024-03-26T06:42:18.457Z | Compiling maybe-uninit v2.0.0 |
2115 | 2024-03-26T06:42:18.574Z | Checking radix_trie v0.2.1 |
2116 | 2024-03-26T06:42:18.579Z | Checking steno v0.4.0 |
2117 | 2024-03-26T06:42:19.059Z | Checking wyz v0.5.1 |
2118 | 2024-03-26T06:42:19.059Z | Checking newline-converter v0.3.0 |
2119 | 2024-03-26T06:42:19.065Z | Compiling packed_struct v0.10.1 |
2120 | 2024-03-26T06:42:19.187Z | Checking crc-catalog v2.2.0 |
2121 | 2024-03-26T06:42:19.318Z | Compiling num-bigint-dig v0.8.4 |
2122 | 2024-03-26T06:42:19.392Z | Checking funty v2.0.0 |
2123 | 2024-03-26T06:42:19.513Z | Checking crc v3.0.1 |
2124 | 2024-03-26T06:42:19.573Z | Checking expectorate v1.1.0 |
2125 | 2024-03-26T06:42:19.699Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2126 | 2024-03-26T06:42:19.726Z | Compiling packed_struct_codegen v0.10.1 |
2127 | 2024-03-26T06:42:19.729Z | Compiling indexmap v1.9.3 |
2128 | 2024-03-26T06:42:20.050Z | Compiling num-rational v0.4.1 |
2129 | 2024-03-26T06:42:20.064Z | Checking nodrop v0.1.14 |
2130 | 2024-03-26T06:42:20.185Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2131 | 2024-03-26T06:42:20.195Z | Checking array-init v0.0.4 |
2132 | 2024-03-26T06:42:20.423Z | Checking bitvec v1.0.1 |
2133 | 2024-03-26T06:42:20.637Z | Checking smallvec v0.6.14 |
2134 | 2024-03-26T06:42:20.833Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2135 | 2024-03-26T06:42:21.010Z | Checking pkcs1 v0.7.5 |
2136 | 2024-03-26T06:42:21.174Z | Checking signature v2.1.0 |
2137 | 2024-03-26T06:42:21.374Z | Checking bitfield v0.14.0 |
2138 | 2024-03-26T06:42:21.401Z | Checking hashbrown v0.12.3 |
2139 | 2024-03-26T06:42:21.627Z | Checking serde-hex v0.1.0 |
2140 | 2024-03-26T06:42:22.905Z | Checking rsa v0.9.2 |
2141 | 2024-03-26T06:42:23.066Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2142 | 2024-03-26T06:42:23.288Z | Checking env_logger v0.10.0 |
2143 | 2024-03-26T06:42:23.434Z | Checking x509-cert v0.2.4 |
2144 | 2024-03-26T06:42:23.694Z | Checking ron v0.8.1 |
2145 | 2024-03-26T06:42:23.925Z | Checking hashbrown v0.13.2 |
2146 | 2024-03-26T06:42:24.243Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2147 | 2024-03-26T06:42:24.517Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2148 | 2024-03-26T06:42:24.821Z | Checking num-complex v0.4.4 |
2149 | 2024-03-26T06:42:24.929Z | Checking crc-any v2.4.3 |
2150 | 2024-03-26T06:42:24.983Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2151 | 2024-03-26T06:42:24.995Z | Checking object v0.30.4 |
2152 | 2024-03-26T06:42:25.013Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2153 | 2024-03-26T06:42:25.224Z | Checking path-slash v0.1.5 |
2154 | 2024-03-26T06:42:25.291Z | Compiling convert_case v0.4.0 |
2155 | 2024-03-26T06:42:25.361Z | Checking display-error-chain v0.2.0 |
2156 | 2024-03-26T06:42:25.507Z | Compiling buf-list v1.0.3 |
2157 | 2024-03-26T06:42:25.623Z | Compiling blake3 v1.5.0 |
2158 | 2024-03-26T06:42:25.665Z | Checking num v0.4.1 |
2159 | 2024-03-26T06:42:25.766Z | Checking textwrap v0.11.0 |
2160 | 2024-03-26T06:42:25.973Z | Checking gethostname v0.4.3 |
2161 | 2024-03-26T06:42:26.108Z | Checking vec_map v0.8.2 |
2162 | 2024-03-26T06:42:26.229Z | Checking ansi_term v0.12.1 |
2163 | 2024-03-26T06:42:26.277Z | Compiling derive_more v0.99.17 |
2164 | 2024-03-26T06:42:26.333Z | Checking strsim v0.8.0 |
2165 | 2024-03-26T06:42:26.488Z | Compiling libefi-sys v0.1.0 |
2166 | 2024-03-26T06:42:26.513Z | Compiling structopt-derive v0.4.18 |
2167 | 2024-03-26T06:42:26.526Z | Checking clap v2.34.0 |
2168 | 2024-03-26T06:42:26.598Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2169 | 2024-03-26T06:42:26.699Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2170 | 2024-03-26T06:42:27.092Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2171 | 2024-03-26T06:42:27.124Z | Compiling crossbeam-deque v0.8.3 |
2172 | 2024-03-26T06:42:27.384Z | Compiling pin-project-internal v1.1.3 |
2173 | 2024-03-26T06:42:27.683Z | Compiling doc-comment v0.3.3 |
2174 | 2024-03-26T06:42:28.264Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2175 | 2024-03-26T06:42:29.020Z | Checking keccak v0.1.4 |
2176 | 2024-03-26T06:42:29.322Z | Checking sha3 v0.10.8 |
2177 | 2024-03-26T06:42:29.712Z | Checking structopt v0.3.26 |
2178 | 2024-03-26T06:42:29.728Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2179 | 2024-03-26T06:42:30.229Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2180 | 2024-03-26T06:42:30.453Z | Checking trust-dns-client v0.22.0 |
2181 | 2024-03-26T06:42:30.546Z | Checking pin-project v1.1.3 |
2182 | 2024-03-26T06:42:30.658Z | Checking toml v0.5.11 |
2183 | 2024-03-26T06:42:30.846Z | Compiling semver-parser v0.10.2 |
2184 | 2024-03-26T06:42:30.949Z | Checking secrecy v0.8.0 |
2185 | 2024-03-26T06:42:31.168Z | Compiling vte_generate_state_changes v0.1.1 |
2186 | 2024-03-26T06:42:31.670Z | Compiling semver v0.11.0 |
2187 | 2024-03-26T06:42:31.837Z | Checking vte v0.11.1 |
2188 | 2024-03-26T06:42:31.991Z | Compiling rayon v1.9.0 |
2189 | 2024-03-26T06:42:32.103Z | Checking trust-dns-server v0.22.1 |
2190 | 2024-03-26T06:42:33.034Z | Compiling memmap2 v0.7.1 |
2191 | 2024-03-26T06:42:33.566Z | Compiling arrayvec v0.7.4 |
2192 | 2024-03-26T06:42:33.721Z | Compiling arrayref v0.3.7 |
2193 | 2024-03-26T06:42:33.727Z | Compiling home v0.5.5 |
2194 | 2024-03-26T06:42:33.856Z | Compiling constant_time_eq v0.3.0 |
2195 | 2024-03-26T06:42:33.992Z | Compiling toolchain_find v0.2.0 |
2196 | 2024-03-26T06:42:34.048Z | Checking strip-ansi-escapes v0.2.0 |
2197 | 2024-03-26T06:42:34.673Z | Checking fd-lock v3.0.13 |
2198 | 2024-03-26T06:42:34.855Z | Compiling topological-sort v0.2.2 |
2199 | 2024-03-26T06:42:35.059Z | Checking strum v0.25.0 |
2200 | 2024-03-26T06:42:35.077Z | Checking nu-ansi-term v0.50.0 |
2201 | 2024-03-26T06:42:35.259Z | Checking glob v0.3.1 |
2202 | 2024-03-26T06:42:35.476Z | Checking reedline v0.30.0 |
2203 | 2024-03-26T06:42:35.553Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2204 | 2024-03-26T06:42:35.889Z | Compiling snafu-derive v0.7.5 |
2205 | 2024-03-26T06:42:36.173Z | Compiling fs-err v2.11.0 |
2206 | 2024-03-26T06:42:36.721Z | Compiling rustfmt-wrapper v0.2.0 |
2207 | 2024-03-26T06:42:36.894Z | Compiling unicase v2.7.0 |
2208 | 2024-03-26T06:42:37.196Z | Compiling omicron-zone-package v0.11.0 |
2209 | 2024-03-26T06:42:37.319Z | Compiling platforms v3.0.2 |
2210 | 2024-03-26T06:42:37.819Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2211 | 2024-03-26T06:42:38.004Z | Checking globset v0.4.13 |
2212 | 2024-03-26T06:42:38.186Z | Checking olpc-cjson v0.1.3 |
2213 | 2024-03-26T06:42:38.202Z | Checking serde_plain v1.0.2 |
2214 | 2024-03-26T06:42:38.386Z | Compiling async-recursion v1.0.5 |
2215 | 2024-03-26T06:42:38.398Z | Checking typed-path v0.7.0 |
2216 | 2024-03-26T06:42:39.060Z | Compiling memoffset v0.7.1 |
2217 | 2024-03-26T06:42:39.094Z | Checking bytecount v0.6.3 |
2218 | 2024-03-26T06:42:39.380Z | Checking parse-size v1.0.0 |
2219 | 2024-03-26T06:42:39.551Z | Checking papergrid v0.11.0 |
2220 | 2024-03-26T06:42:39.643Z | Compiling curve25519-dalek v4.1.1 |
2221 | 2024-03-26T06:42:39.754Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2222 | 2024-03-26T06:42:39.776Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2223 | 2024-03-26T06:42:39.975Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2224 | 2024-03-26T06:42:40.180Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2225 | 2024-03-26T06:42:40.228Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2226 | 2024-03-26T06:42:40.253Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2227 | 2024-03-26T06:42:40.505Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2228 | 2024-03-26T06:42:41.383Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2229 | 2024-03-26T06:42:41.640Z | Compiling tabled_derive v0.7.0 |
2230 | 2024-03-26T06:42:41.820Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2231 | 2024-03-26T06:42:41.839Z | Checking snafu v0.7.5 |
2232 | 2024-03-26T06:42:42.203Z | Compiling mime_guess v2.0.4 |
2233 | 2024-03-26T06:42:42.349Z | Checking tough v0.16.0 |
2234 | 2024-03-26T06:42:43.653Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2235 | 2024-03-26T06:42:43.813Z | Checking universal-hash v0.5.1 |
2236 | 2024-03-26T06:42:43.856Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2237 | 2024-03-26T06:42:43.986Z | Compiling thiserror-impl-no-std v2.0.2 |
2238 | 2024-03-26T06:42:44.297Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2239 | 2024-03-26T06:42:44.372Z | Checking tabled v0.15.0 |
2240 | 2024-03-26T06:42:46.282Z | Compiling curve25519-dalek-derive v0.1.0 |
2241 | 2024-03-26T06:42:46.435Z | Checking nanorand v0.7.0 |
2242 | 2024-03-26T06:42:46.793Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2243 | 2024-03-26T06:42:46.926Z | Compiling prettyplease v0.2.16 |
2244 | 2024-03-26T06:42:47.081Z | Checking signature v1.6.4 |
2245 | 2024-03-26T06:42:47.236Z | Compiling salty v0.2.0 |
2246 | 2024-03-26T06:42:47.241Z | Checking opaque-debug v0.3.0 |
2247 | 2024-03-26T06:42:47.241Z | Checking ed25519 v1.5.3 |
2248 | 2024-03-26T06:42:47.307Z | Checking poly1305 v0.8.0 |
2249 | 2024-03-26T06:42:47.336Z | Checking thiserror-no-std v2.0.2 |
2250 | 2024-03-26T06:42:47.440Z | Checking flume v0.11.0 |
2251 | 2024-03-26T06:42:47.447Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2252 | 2024-03-26T06:42:47.735Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2253 | 2024-03-26T06:42:47.760Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2254 | 2024-03-26T06:42:47.796Z | Checking chacha20 v0.9.1 |
2255 | 2024-03-26T06:42:47.897Z | Checking aead v0.5.2 |
2256 | 2024-03-26T06:42:47.994Z | Checking serde-big-array v0.5.1 |
2257 | 2024-03-26T06:42:48.011Z | Checking kstat-rs v0.2.3 |
2258 | 2024-03-26T06:42:48.108Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2259 | 2024-03-26T06:42:48.124Z | Checking chacha20poly1305 v0.10.1 |
2260 | 2024-03-26T06:42:48.329Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
2261 | 2024-03-26T06:42:48.901Z | Checking signal-hook-tokio v0.3.1 |
2262 | 2024-03-26T06:42:48.922Z | Checking serde-big-array v0.4.1 |
2263 | 2024-03-26T06:42:49.033Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2264 | 2024-03-26T06:42:49.105Z | Compiling crunchy v0.2.2 |
2265 | 2024-03-26T06:42:49.333Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2266 | 2024-03-26T06:42:49.592Z | Compiling clang-sys v1.6.1 |
2267 | 2024-03-26T06:42:49.619Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2268 | 2024-03-26T06:42:49.682Z | Checking fd-lock v4.0.2 |
2269 | 2024-03-26T06:42:49.749Z | Checking vsss-rs v3.3.4 |
2270 | 2024-03-26T06:42:49.872Z | Checking nix v0.27.1 |
2271 | 2024-03-26T06:42:50.313Z | Compiling sqlparser_derive v0.2.2 |
2272 | 2024-03-26T06:42:50.339Z | Compiling tiny-keccak v2.0.2 |
2273 | 2024-03-26T06:42:50.630Z | Checking corncobs v0.1.3 |
2274 | 2024-03-26T06:42:50.959Z | Checking unicode_categories v0.1.1 |
2275 | 2024-03-26T06:42:51.250Z | Checking sqlformat v0.2.3 |
2276 | 2024-03-26T06:42:51.437Z | Checking sqlparser v0.43.1 |
2277 | 2024-03-26T06:42:52.343Z | Checking rustyline v13.0.0 |
2278 | 2024-03-26T06:42:52.640Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2279 | 2024-03-26T06:42:52.965Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2280 | 2024-03-26T06:42:52.994Z | Compiling darling_core v0.14.4 |
2281 | 2024-03-26T06:42:53.218Z | Checking bcs v0.1.6 |
2282 | 2024-03-26T06:42:53.662Z | Checking highway v1.1.0 |
2283 | 2024-03-26T06:42:53.680Z | Compiling ref-cast v1.0.20 |
2284 | 2024-03-26T06:42:53.901Z | Compiling ascii-canvas v3.0.0 |
2285 | 2024-03-26T06:42:54.293Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2286 | 2024-03-26T06:42:54.469Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2287 | 2024-03-26T06:42:54.600Z | Compiling ref-cast-impl v1.0.20 |
2288 | 2024-03-26T06:42:54.701Z | Compiling ena v0.14.2 |
2289 | 2024-03-26T06:42:54.720Z | Compiling libloading v0.7.4 |
2290 | 2024-03-26T06:42:54.735Z | Compiling bindgen v0.69.2 |
2291 | 2024-03-26T06:42:55.064Z | Checking http-range v0.1.5 |
2292 | 2024-03-26T06:42:55.114Z | Compiling regex-syntax v0.6.29 |
2293 | 2024-03-26T06:42:55.228Z | Compiling diff v0.1.13 |
2294 | 2024-03-26T06:42:55.459Z | Checking hyper-staticfile v0.9.5 |
2295 | 2024-03-26T06:42:56.053Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2296 | 2024-03-26T06:42:56.058Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2297 | 2024-03-26T06:42:56.058Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2298 | 2024-03-26T06:42:56.058Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2299 | 2024-03-26T06:42:58.307Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2300 | 2024-03-26T06:42:58.460Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2301 | 2024-03-26T06:42:59.526Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2302 | 2024-03-26T06:43:00.178Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2303 | 2024-03-26T06:43:00.199Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2304 | 2024-03-26T06:43:00.299Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2305 | 2024-03-26T06:43:00.645Z | Compiling darling_macro v0.14.4 |
2306 | 2024-03-26T06:43:00.787Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2307 | 2024-03-26T06:43:01.086Z | Compiling lalrpop v0.19.12 |
2308 | 2024-03-26T06:43:01.622Z | Compiling darling v0.14.4 |
2309 | 2024-03-26T06:43:01.861Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2310 | 2024-03-26T06:43:02.284Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2311 | 2024-03-26T06:43:02.572Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2312 | 2024-03-26T06:43:07.201Z | Compiling cexpr v0.6.0 |
2313 | 2024-03-26T06:43:08.308Z | Compiling which v4.4.0 |
2314 | 2024-03-26T06:43:08.930Z | Checking maplit v1.0.2 |
2315 | 2024-03-26T06:43:08.962Z | Compiling rustc-hash v1.1.0 |
2316 | 2024-03-26T06:43:09.027Z | Compiling lazycell v1.3.0 |
2317 | 2024-03-26T06:43:09.097Z | Checking assert_matches v1.5.0 |
2318 | 2024-03-26T06:43:09.190Z | Compiling peeking_take_while v0.1.2 |
2319 | 2024-03-26T06:43:09.205Z | Compiling shlex v1.3.0 |
2320 | 2024-03-26T06:43:09.338Z | Compiling derive_builder_core v0.12.0 |
2321 | 2024-03-26T06:43:09.639Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2322 | 2024-03-26T06:43:10.924Z | Compiling libxml v0.3.3 |
2323 | 2024-03-26T06:43:11.321Z | Compiling strum_macros v0.24.3 |
2324 | 2024-03-26T06:43:11.704Z | Compiling derive_builder_macro v0.12.0 |
2325 | 2024-03-26T06:43:11.912Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2326 | 2024-03-26T06:43:12.605Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2327 | 2024-03-26T06:43:13.100Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2328 | 2024-03-26T06:43:13.256Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2329 | 2024-03-26T06:43:13.494Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2330 | 2024-03-26T06:43:13.681Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2331 | 2024-03-26T06:43:14.508Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2332 | 2024-03-26T06:43:15.078Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2333 | 2024-03-26T06:43:15.443Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2334 | 2024-03-26T06:43:15.737Z | Compiling cookie v0.18.0 |
2335 | 2024-03-26T06:43:16.047Z | Compiling indoc v1.0.9 |
2336 | 2024-03-26T06:43:17.033Z | Compiling portable-atomic v1.4.3 |
2337 | 2024-03-26T06:43:17.323Z | Checking derive_builder v0.12.0 |
2338 | 2024-03-26T06:43:17.788Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2339 | 2024-03-26T06:43:18.065Z | Checking bb8 v0.8.3 |
2340 | 2024-03-26T06:43:18.137Z | Checking quick-xml v0.30.0 |
2341 | 2024-03-26T06:43:18.155Z | Compiling oso-derive v0.27.0 |
2342 | 2024-03-26T06:43:18.578Z | Compiling impl-trait-for-tuples v0.2.2 |
2343 | 2024-03-26T06:43:19.263Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2344 | 2024-03-26T06:43:20.348Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2345 | 2024-03-26T06:43:20.419Z | Checking number_prefix v0.4.0 |
2346 | 2024-03-26T06:43:20.627Z | Checking indicatif v0.17.8 |
2347 | 2024-03-26T06:43:20.630Z | Checking castaway v0.2.2 |
2348 | 2024-03-26T06:43:20.801Z | Checking rand_seeder v0.2.3 |
2349 | 2024-03-26T06:43:21.037Z | Checking compact_str v0.7.1 |
2350 | 2024-03-26T06:43:21.251Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2351 | 2024-03-26T06:43:21.437Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2352 | 2024-03-26T06:43:21.861Z | Checking lru v0.12.1 |
2353 | 2024-03-26T06:43:22.170Z | Compiling stability v0.1.1 |
2354 | 2024-03-26T06:43:22.244Z | Compiling indoc v2.0.3 |
2355 | 2024-03-26T06:43:22.834Z | Checking cassowary v0.3.0 |
2356 | 2024-03-26T06:43:23.238Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2357 | 2024-03-26T06:43:23.256Z | Checking smawk v0.3.1 |
2358 | 2024-03-26T06:43:23.421Z | Checking ratatui v0.26.1 |
2359 | 2024-03-26T06:43:23.473Z | Checking unicode-linebreak v0.1.5 |
2360 | 2024-03-26T06:43:23.919Z | Checking textwrap v0.16.1 |
2361 | 2024-03-26T06:43:24.204Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2362 | 2024-03-26T06:43:24.296Z | Checking is_ci v1.2.0 |
2363 | 2024-03-26T06:43:24.434Z | Checking supports-color v3.0.0 |
2364 | 2024-03-26T06:43:24.629Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2365 | 2024-03-26T06:43:24.828Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2366 | 2024-03-26T06:43:24.940Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2367 | 2024-03-26T06:43:25.118Z | Checking rtoolbox v0.0.1 |
2368 | 2024-03-26T06:43:25.262Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
2369 | 2024-03-26T06:43:25.315Z | Checking rpassword v7.3.1 |
2370 | 2024-03-26T06:43:25.467Z | Checking fatfs v0.3.6 |
2371 | 2024-03-26T06:43:26.486Z | Checking tui-tree-widget v0.17.0 |
2372 | 2024-03-26T06:43:26.501Z | Checking shell-words v1.1.0 |
2373 | 2024-03-26T06:43:26.670Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2374 | 2024-03-26T06:43:26.799Z | Checking yansi v0.5.1 |
2375 | 2024-03-26T06:43:26.923Z | Compiling target-lexicon v0.12.13 |
2376 | 2024-03-26T06:43:27.082Z | Checking pretty_assertions v1.4.0 |
2377 | 2024-03-26T06:43:27.395Z | Compiling guppy-workspace-hack v0.1.0 |
2378 | 2024-03-26T06:43:27.677Z | Checking plotters-backend v0.3.5 |
2379 | 2024-03-26T06:43:28.028Z | Checking plotters-svg v0.3.5 |
2380 | 2024-03-26T06:43:28.224Z | Checking http-body v1.0.0 |
2381 | 2024-03-26T06:43:28.265Z | Checking rand v0.4.6 |
2382 | 2024-03-26T06:43:28.432Z | Checking tower-layer v0.3.2 |
2383 | 2024-03-26T06:43:28.435Z | Compiling target-spec v3.1.0 |
2384 | 2024-03-26T06:43:28.846Z | Compiling assert_cmd v2.0.14 |
2385 | 2024-03-26T06:43:29.005Z | Checking cast v0.3.0 |
2386 | 2024-03-26T06:43:29.267Z | Checking remove_dir_all v0.5.3 |
2387 | 2024-03-26T06:43:29.354Z | Checking criterion-plot v0.5.0 |
2388 | 2024-03-26T06:43:29.369Z | Checking tempdir v0.3.7 |
2389 | 2024-03-26T06:43:29.383Z | Checking tower v0.4.13 |
2390 | 2024-03-26T06:43:29.530Z | Checking cfg-expr v0.15.6 |
2391 | 2024-03-26T06:43:29.847Z | Checking hyper v1.1.0 |
2392 | 2024-03-26T06:43:30.150Z | Checking plotters v0.3.5 |
2393 | 2024-03-26T06:43:30.478Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2394 | 2024-03-26T06:43:30.889Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2395 | 2024-03-26T06:43:31.080Z | Checking tinytemplate v1.2.1 |
2396 | 2024-03-26T06:43:31.415Z | Checking cargo-platform v0.1.3 |
2397 | 2024-03-26T06:43:31.490Z | Checking oorandom v11.1.3 |
2398 | 2024-03-26T06:43:31.644Z | Checking anes v0.1.6 |
2399 | 2024-03-26T06:43:31.716Z | Checking cargo_metadata v0.18.1 |
2400 | 2024-03-26T06:43:31.858Z | Checking hyper-util v0.1.2 |
2401 | 2024-03-26T06:43:32.019Z | Checking criterion v0.5.1 |
2402 | 2024-03-26T06:43:32.484Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2403 | 2024-03-26T06:43:33.417Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2404 | 2024-03-26T06:43:33.440Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2405 | 2024-03-26T06:43:34.376Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2406 | 2024-03-26T06:43:34.541Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2407 | 2024-03-26T06:43:34.855Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2408 | 2024-03-26T06:43:35.707Z | Checking rustls-native-certs v0.7.0 |
2409 | 2024-03-26T06:43:35.847Z | Checking pathdiff v0.2.1 |
2410 | 2024-03-26T06:43:36.364Z | Checking nested v0.1.1 |
2411 | 2024-03-26T06:43:36.364Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2412 | 2024-03-26T06:43:36.364Z | Checking guppy v0.17.5 |
2413 | 2024-03-26T06:43:38.339Z | Checking hyper-rustls v0.26.0 |
2414 | 2024-03-26T06:43:38.676Z | Checking httptest v0.15.5 |
2415 | 2024-03-26T06:43:39.414Z | Checking threadpool v1.8.1 |
2416 | 2024-03-26T06:43:39.611Z | Checking libtest-mimic v0.6.1 |
2417 | 2024-03-26T06:43:40.074Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2418 | 2024-03-26T06:43:40.312Z | Checking similar-asserts v1.5.0 |
2419 | 2024-03-26T06:43:40.531Z | Compiling rstest_macros v0.18.2 |
2420 | 2024-03-26T06:43:42.707Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2421 | 2024-03-26T06:43:43.022Z | Checking datatest-stable v0.2.3 |
2422 | 2024-03-26T06:43:43.069Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2423 | 2024-03-26T06:43:43.244Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2424 | 2024-03-26T06:43:43.548Z | Checking csv-core v0.1.11 |
2425 | 2024-03-26T06:43:43.908Z | Compiling relative-path v1.9.0 |
2426 | 2024-03-26T06:43:43.930Z | Checking constant_time_eq v0.2.6 |
2427 | 2024-03-26T06:43:43.974Z | Compiling trybuild v1.0.89 |
2428 | 2024-03-26T06:43:44.052Z | Checking blake2b_simd v1.0.1 |
2429 | 2024-03-26T06:43:44.399Z | Checking csv v1.3.0 |
2430 | 2024-03-26T06:43:44.976Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2431 | 2024-03-26T06:43:45.325Z | Checking multimap v0.10.0 |
2432 | 2024-03-26T06:43:45.615Z | Checking basic-toml v0.1.8 |
2433 | 2024-03-26T06:43:46.408Z | Checking futures-timer v3.0.2 |
2434 | 2024-03-26T06:43:48.124Z | Checking rust-argon2 v1.0.1 |
2435 | 2024-03-26T06:43:48.572Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2436 | 2024-03-26T06:43:50.441Z | Checking partial-io v0.5.4 |
2437 | 2024-03-26T06:43:50.632Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2438 | 2024-03-26T06:43:50.810Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2439 | 2024-03-26T06:43:51.693Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2440 | 2024-03-26T06:43:53.194Z | Checking approx v0.5.1 |
2441 | 2024-03-26T06:43:53.423Z | Checking termios v0.3.3 |
2442 | 2024-03-26T06:43:53.638Z | Checking hex-literal v0.4.1 |
2443 | 2024-03-26T06:43:54.608Z | Checking rstest v0.18.2 |
2444 | 2024-03-26T06:43:56.433Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2445 | 2024-03-26T06:44:14.142Z | Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2446 | 2024-03-26T06:44:46.192Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2447 | 2024-03-26T06:44:46.386Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2448 | 2024-03-26T06:44:48.123Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2449 | 2024-03-26T06:44:49.899Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2450 | 2024-03-26T06:44:51.547Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2451 | 2024-03-26T06:45:01.057Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2452 | 2024-03-26T06:45:13.934Z | Compiling polar-core v0.27.0 |
2453 | 2024-03-26T06:45:21.252Z | Checking oso v0.27.0 |
2454 | 2024-03-26T06:45:47.168Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2455 | 2024-03-26T06:45:47.578Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2456 | 2024-03-26T06:46:42.857Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 44s |
2457 | 2024-03-26T06:46:43.039Z | |
2458 | 2024-03-26T06:46:43.042Z | real 7:29.236652721 |
2459 | 2024-03-26T06:46:43.042Z | user 39:01.300892605 |
2460 | 2024-03-26T06:46:43.042Z | sys 6:32.292701974 |
2461 | 2024-03-26T06:46:43.042Z | trap 1.090399816 |
2462 | 2024-03-26T06:46:43.042Z | tflt 4.045682542 |
2463 | 2024-03-26T06:46:43.042Z | dflt 4.117534226 |
2464 | 2024-03-26T06:46:43.042Z | kflt 0.092340007 |
2465 | 2024-03-26T06:46:43.043Z | lock 58:57.323288594 |
2466 | 2024-03-26T06:46:43.043Z | slp 1:57:08.901908133 |
2467 | 2024-03-26T06:46:43.043Z | lat 1:51.150895835 |
2468 | 2024-03-26T06:46:43.043Z | stop 4:46.813350192 |
2469 | 2024-03-26T06:46:43.946Z | warning: output filename collision. |
2470 | 2024-03-26T06:46:43.946Z | The lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`. |
2471 | 2024-03-26T06:46:43.946Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2472 | 2024-03-26T06:46:43.946Z | The targets should have unique names. |
2473 | 2024-03-26T06:46:43.946Z | This is a known bug where multiple crates with the same name use |
2474 | 2024-03-26T06:46:43.946Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2475 | 2024-03-26T06:46:43.946Z | warning: output filename collision. |
2476 | 2024-03-26T06:46:43.946Z | The lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`. |
2477 | 2024-03-26T06:46:43.946Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2478 | 2024-03-26T06:46:43.946Z | The targets should have unique names. |
2479 | 2024-03-26T06:46:43.947Z | This is a known bug where multiple crates with the same name use |
2480 | 2024-03-26T06:46:43.947Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2481 | 2024-03-26T06:46:43.951Z | warning: output filename collision. |
2482 | 2024-03-26T06:46:43.951Z | The lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`. |
2483 | 2024-03-26T06:46:43.951Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2484 | 2024-03-26T06:46:43.952Z | The targets should have unique names. |
2485 | 2024-03-26T06:46:43.952Z | This is a known bug where multiple crates with the same name use |
2486 | 2024-03-26T06:46:43.952Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2487 | 2024-03-26T06:46:43.952Z | warning: output filename collision. |
2488 | 2024-03-26T06:46:43.952Z | The lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)`. |
2489 | 2024-03-26T06:46:43.952Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2490 | 2024-03-26T06:46:43.952Z | The targets should have unique names. |
2491 | 2024-03-26T06:46:43.952Z | This is a known bug where multiple crates with the same name use |
2492 | 2024-03-26T06:46:43.952Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2493 | 2024-03-26T06:46:43.952Z | warning: output filename collision. |
2494 | 2024-03-26T06:46:43.952Z | The lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2495 | 2024-03-26T06:46:43.952Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2496 | 2024-03-26T06:46:43.952Z | The targets should have unique names. |
2497 | 2024-03-26T06:46:43.952Z | This is a known bug where multiple crates with the same name use |
2498 | 2024-03-26T06:46:43.952Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2499 | 2024-03-26T06:46:43.952Z | warning: output filename collision. |
2500 | 2024-03-26T06:46:43.952Z | 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)`. |
2501 | 2024-03-26T06:46:43.952Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2502 | 2024-03-26T06:46:43.952Z | The targets should have unique names. |
2503 | 2024-03-26T06:46:43.952Z | This is a known bug where multiple crates with the same name use |
2504 | 2024-03-26T06:46:43.953Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2505 | 2024-03-26T06:46:43.953Z | warning: output filename collision. |
2506 | 2024-03-26T06:46:43.953Z | The lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`. |
2507 | 2024-03-26T06:46:43.953Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2508 | 2024-03-26T06:46:43.953Z | The targets should have unique names. |
2509 | 2024-03-26T06:46:43.953Z | This is a known bug where multiple crates with the same name use |
2510 | 2024-03-26T06:46:43.953Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2511 | 2024-03-26T06:46:43.953Z | warning: output filename collision. |
2512 | 2024-03-26T06:46:43.953Z | The lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)` has the same output filename as the lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)`. |
2513 | 2024-03-26T06:46:43.953Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2514 | 2024-03-26T06:46:43.953Z | The targets should have unique names. |
2515 | 2024-03-26T06:46:43.953Z | This is a known bug where multiple crates with the same name use |
2516 | 2024-03-26T06:46:43.953Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2517 | 2024-03-26T06:46:43.953Z | warning: output filename collision. |
2518 | 2024-03-26T06:46:43.953Z | 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`. |
2519 | 2024-03-26T06:46:43.953Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2520 | 2024-03-26T06:46:43.954Z | The targets should have unique names. |
2521 | 2024-03-26T06:46:43.954Z | This is a known bug where multiple crates with the same name use |
2522 | 2024-03-26T06:46:43.954Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2523 | 2024-03-26T06:46:44.432Z | Documenting libc v0.2.153 |
2524 | 2024-03-26T06:46:44.477Z | Documenting cfg-if v1.0.0 |
2525 | 2024-03-26T06:46:44.489Z | Documenting serde_derive v1.0.197 |
2526 | 2024-03-26T06:46:44.517Z | Documenting log v0.4.21 |
2527 | 2024-03-26T06:46:44.539Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2528 | 2024-03-26T06:46:44.542Z | Documenting memchr v2.7.1 |
2529 | 2024-03-26T06:46:44.566Z | Documenting byteorder v1.5.0 |
2530 | 2024-03-26T06:46:44.572Z | Documenting itoa v1.0.9 |
2531 | 2024-03-26T06:46:44.830Z | Documenting scopeguard v1.2.0 |
2532 | 2024-03-26T06:46:47.197Z | Documenting smallvec v1.13.1 |
2533 | 2024-03-26T06:46:47.382Z | Documenting libm v0.2.7 |
2534 | 2024-03-26T06:46:47.621Z | Documenting lock_api v0.4.10 |
2535 | 2024-03-26T06:46:48.432Z | Documenting once_cell v1.19.0 |
2536 | 2024-03-26T06:46:48.474Z | Documenting pin-project-lite v0.2.13 |
2537 | 2024-03-26T06:46:48.637Z | Documenting getrandom v0.2.12 |
2538 | 2024-03-26T06:46:48.946Z | Documenting signal-hook-registry v1.4.1 |
2539 | 2024-03-26T06:46:50.477Z | Documenting parking_lot_core v0.9.8 |
2540 | 2024-03-26T06:46:50.713Z | Documenting thiserror-impl v1.0.57 |
2541 | 2024-03-26T06:46:50.759Z | Documenting num-traits v0.2.18 |
2542 | 2024-03-26T06:46:51.219Z | Documenting serde v1.0.197 |
2543 | 2024-03-26T06:46:51.359Z | Documenting mio v0.8.11 |
2544 | 2024-03-26T06:46:52.359Z | Documenting zeroize_derive v1.4.2 |
2545 | 2024-03-26T06:46:52.633Z | Documenting rand_core v0.6.4 |
2546 | 2024-03-26T06:46:53.067Z | Documenting ryu v1.0.15 |
2547 | 2024-03-26T06:46:54.567Z | Documenting parking_lot v0.12.1 |
2548 | 2024-03-26T06:46:55.533Z | Documenting futures-core v0.3.30 |
2549 | 2024-03-26T06:46:55.689Z | Documenting num_cpus v1.16.0 |
2550 | 2024-03-26T06:46:55.774Z | Documenting thiserror v1.0.57 |
2551 | 2024-03-26T06:46:55.972Z | Documenting socket2 v0.5.5 |
2552 | 2024-03-26T06:46:56.646Z | Documenting tokio-macros v2.2.0 |
2553 | 2024-03-26T06:46:57.180Z | Documenting zeroize v1.7.0 |
2554 | 2024-03-26T06:46:58.761Z | Documenting zerocopy v0.7.32 |
2555 | 2024-03-26T06:46:59.324Z | Documenting iana-time-zone v0.1.57 |
2556 | 2024-03-26T06:46:59.586Z | Documenting futures-sink v0.3.30 |
2557 | 2024-03-26T06:46:59.639Z | Documenting typenum v1.16.0 |
2558 | 2024-03-26T06:47:00.161Z | Documenting pin-utils v0.1.0 |
2559 | 2024-03-26T06:47:01.009Z | Documenting subtle v2.5.0 |
2560 | 2024-03-26T06:47:03.235Z | Documenting futures-channel v0.3.30 |
2561 | 2024-03-26T06:47:03.241Z | Documenting slab v0.4.9 |
2562 | 2024-03-26T06:47:03.258Z | Documenting futures-macro v0.3.30 |
2563 | 2024-03-26T06:47:09.980Z | Documenting bytes v1.5.0 |
2564 | 2024-03-26T06:47:12.187Z | Documenting bitflags v2.4.2 |
2565 | 2024-03-26T06:47:12.326Z | Documenting serde_json v1.0.114 |
2566 | 2024-03-26T06:47:12.557Z | Documenting chrono v0.4.34 |
2567 | 2024-03-26T06:47:12.590Z | Documenting uuid v1.7.0 |
2568 | 2024-03-26T06:47:12.606Z | Documenting futures-task v0.3.30 |
2569 | 2024-03-26T06:47:12.966Z | Documenting futures-io v0.3.30 |
2570 | 2024-03-26T06:47:13.190Z | Documenting tokio v1.36.0 |
2571 | 2024-03-26T06:47:13.874Z | Documenting generic-array v0.14.7 |
2572 | 2024-03-26T06:47:16.565Z | Documenting ahash v0.8.8 |
2573 | 2024-03-26T06:47:16.572Z | Documenting serde_derive_internals v0.26.0 |
2574 | 2024-03-26T06:47:16.860Z | Documenting futures-util v0.3.30 |
2575 | 2024-03-26T06:47:17.245Z | Checking serde_derive_internals v0.26.0 |
2576 | 2024-03-26T06:47:18.239Z | Documenting dyn-clone v1.0.17 |
2577 | 2024-03-26T06:47:18.245Z | Documenting allocator-api2 v0.2.16 |
2578 | 2024-03-26T06:47:18.245Z | Documenting crypto-common v0.1.6 |
2579 | 2024-03-26T06:47:18.493Z | Documenting const-oid v0.9.6 |
2580 | 2024-03-26T06:47:20.944Z | Documenting tinyvec_macros v0.1.1 |
2581 | 2024-03-26T06:47:20.987Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2582 | 2024-03-26T06:47:21.138Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2583 | 2024-03-26T06:47:21.529Z | Documenting hashbrown v0.14.3 |
2584 | 2024-03-26T06:47:21.870Z | Documenting tracing-core v0.1.32 |
2585 | 2024-03-26T06:47:22.275Z | Documenting schemars_derive v0.8.16 |
2586 | 2024-03-26T06:47:22.768Z | Documenting tracing-attributes v0.1.27 |
2587 | 2024-03-26T06:47:23.781Z | Documenting tinyvec v1.6.0 |
2588 | 2024-03-26T06:47:24.313Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2589 | 2024-03-26T06:47:26.122Z | Documenting ppv-lite86 v0.2.17 |
2590 | 2024-03-26T06:47:26.125Z | Documenting lazy_static v1.4.0 |
2591 | 2024-03-26T06:47:27.066Z | Documenting unicode-bidi v0.3.15 |
2592 | 2024-03-26T06:47:27.676Z | Documenting unicode-normalization v0.1.22 |
2593 | 2024-03-26T06:47:27.982Z | Documenting schemars v0.8.16 |
2594 | 2024-03-26T06:47:28.654Z | Documenting powerfmt v0.2.0 |
2595 | 2024-03-26T06:47:29.390Z | Documenting percent-encoding v2.3.1 |
2596 | 2024-03-26T06:47:29.651Z | Documenting rand_chacha v0.3.1 |
2597 | 2024-03-26T06:47:32.132Z | Documenting deranged v0.3.11 |
2598 | 2024-03-26T06:47:32.180Z | Documenting block-buffer v0.10.4 |
2599 | 2024-03-26T06:47:32.363Z | Documenting time-macros v0.2.17 |
2600 | 2024-03-26T06:47:32.428Z | Documenting time-core v0.1.2 |
2601 | 2024-03-26T06:47:33.276Z | Documenting equivalent v1.0.1 |
2602 | 2024-03-26T06:47:33.527Z | Documenting rand v0.8.5 |
2603 | 2024-03-26T06:47:34.074Z | Documenting fnv v1.0.7 |
2604 | 2024-03-26T06:47:35.636Z | Documenting num-conv v0.1.0 |
2605 | 2024-03-26T06:47:36.359Z | Documenting num_threads v0.1.6 |
2606 | 2024-03-26T06:47:37.190Z | Documenting digest v0.10.7 |
2607 | 2024-03-26T06:47:37.206Z | Documenting indexmap v2.2.5 |
2608 | 2024-03-26T06:47:37.305Z | Documenting form_urlencoded v1.2.1 |
2609 | 2024-03-26T06:47:38.150Z | Documenting adler v1.0.2 |
2610 | 2024-03-26T06:47:38.474Z | Documenting errno v0.3.8 |
2611 | 2024-03-26T06:47:38.645Z | Documenting slog v2.7.0 |
2612 | 2024-03-26T06:47:39.381Z | Documenting tracing v0.1.40 |
2613 | 2024-03-26T06:47:40.277Z | Documenting time v0.3.34 |
2614 | 2024-03-26T06:47:41.087Z | Documenting miniz_oxide v0.7.1 |
2615 | 2024-03-26T06:47:41.292Z | Documenting unicode-width v0.1.11 |
2616 | 2024-03-26T06:47:49.894Z | Documenting rustix v0.38.31 |
2617 | 2024-03-26T06:47:50.033Z | Documenting idna v0.5.0 |
2618 | 2024-03-26T06:47:50.055Z | Documenting unicode-ident v1.0.12 |
2619 | 2024-03-26T06:47:50.105Z | Documenting httparse v1.8.0 |
2620 | 2024-03-26T06:47:50.194Z | Documenting cpufeatures v0.2.12 |
2621 | 2024-03-26T06:47:50.682Z | Documenting async-trait v0.1.77 |
2622 | 2024-03-26T06:47:50.686Z | Documenting gimli v0.28.0 |
2623 | 2024-03-26T06:47:53.038Z | Documenting object v0.32.1 |
2624 | 2024-03-26T06:47:53.117Z | Documenting proc-macro2 v1.0.78 |
2625 | 2024-03-26T06:47:54.119Z | Documenting try-lock v0.2.4 |
2626 | 2024-03-26T06:47:54.401Z | Documenting url v2.5.0 |
2627 | 2024-03-26T06:47:55.818Z | Documenting utf8parse v0.2.1 |
2628 | 2024-03-26T06:47:57.134Z | Documenting rustc-demangle v0.1.23 |
2629 | 2024-03-26T06:47:57.229Z | Documenting addr2line v0.21.0 |
2630 | 2024-03-26T06:47:57.297Z | Documenting httpdate v1.0.3 |
2631 | 2024-03-26T06:47:57.915Z | Documenting quote v1.0.35 |
2632 | 2024-03-26T06:47:58.974Z | Documenting want v0.3.1 |
2633 | 2024-03-26T06:47:59.037Z | Documenting http-body v0.4.5 |
2634 | 2024-03-26T06:48:00.182Z | Documenting tokio-util v0.7.10 |
2635 | 2024-03-26T06:48:00.289Z | Documenting aho-corasick v1.1.2 |
2636 | 2024-03-26T06:48:01.599Z | Documenting openssl-sys v0.9.96 |
2637 | 2024-03-26T06:48:01.604Z | Documenting openssl-macros v0.1.1 |
2638 | 2024-03-26T06:48:02.035Z | Documenting syn v2.0.52 |
2639 | 2024-03-26T06:48:02.962Z | Documenting regex-syntax v0.8.2 |
2640 | 2024-03-26T06:48:03.693Z | Documenting tower-service v0.3.2 |
2641 | 2024-03-26T06:48:04.794Z | Documenting backtrace v0.3.69 |
2642 | 2024-03-26T06:48:05.543Z | Documenting mime v0.3.17 |
2643 | 2024-03-26T06:48:06.143Z | Documenting crossbeam-utils v0.8.19 |
2644 | 2024-03-26T06:48:06.389Z | Documenting h2 v0.3.24 |
2645 | 2024-03-26T06:48:07.433Z | Documenting openssl v0.10.60 |
2646 | 2024-03-26T06:48:07.856Z | Documenting ipnet v2.9.0 |
2647 | 2024-03-26T06:48:09.777Z | Documenting openssl-probe v0.1.5 |
2648 | 2024-03-26T06:48:09.817Z | Documenting regex-automata v0.4.5 |
2649 | 2024-03-26T06:48:10.279Z | Documenting anyhow v1.0.79 |
2650 | 2024-03-26T06:48:10.954Z | Documenting base64ct v1.6.0 |
2651 | 2024-03-26T06:48:12.077Z | Documenting futures-executor v0.3.30 |
2652 | 2024-03-26T06:48:18.780Z | Documenting encoding_rs v0.8.33 |
2653 | 2024-03-26T06:48:18.795Z | Documenting psl-types v2.0.11 |
2654 | 2024-03-26T06:48:18.795Z | Documenting anstyle v1.0.6 |
2655 | 2024-03-26T06:48:18.795Z | Documenting native-tls v0.2.11 |
2656 | 2024-03-26T06:48:18.795Z | Documenting hyper v0.14.28 |
2657 | 2024-03-26T06:48:18.796Z | Documenting anstyle-parse v0.2.1 |
2658 | 2024-03-26T06:48:18.855Z | Documenting publicsuffix v2.2.3 |
2659 | 2024-03-26T06:48:18.855Z | Documenting regex v1.10.3 |
2660 | 2024-03-26T06:48:18.855Z | Documenting serde_urlencoded v0.7.1 |
2661 | 2024-03-26T06:48:19.117Z | Documenting colorchoice v1.0.0 |
2662 | 2024-03-26T06:48:19.821Z | Documenting anstyle-query v1.0.0 |
2663 | 2024-03-26T06:48:21.121Z | Documenting tokio-native-tls v0.3.1 |
2664 | 2024-03-26T06:48:21.509Z | Documenting cookie_store v0.20.0 |
2665 | 2024-03-26T06:48:22.057Z | Documenting futures v0.3.30 |
2666 | 2024-03-26T06:48:22.253Z | Documenting pem-rfc7468 v0.7.0 |
2667 | 2024-03-26T06:48:22.927Z | Documenting terminal_size v0.3.0 |
2668 | 2024-03-26T06:48:23.482Z | Checking pest_meta v2.7.6 |
2669 | 2024-03-26T06:48:23.727Z | Documenting anstream v0.6.11 |
2670 | 2024-03-26T06:48:24.446Z | Documenting der_derive v0.7.2 |
2671 | 2024-03-26T06:48:27.065Z | Documenting clap_lex v0.7.0 |
2672 | 2024-03-26T06:48:27.349Z | Documenting strsim v0.11.0 |
2673 | 2024-03-26T06:48:27.449Z | Documenting sync_wrapper v0.1.2 |
2674 | 2024-03-26T06:48:27.810Z | Documenting hyper-rustls v0.24.2 |
2675 | 2024-03-26T06:48:28.070Z | Documenting hyper-tls v0.5.0 |
2676 | 2024-03-26T06:48:28.190Z | Documenting webpki-roots v0.25.2 |
2677 | 2024-03-26T06:48:29.784Z | Documenting flagset v0.4.3 |
2678 | 2024-03-26T06:48:29.968Z | Documenting num-integer v0.1.46 |
2679 | 2024-03-26T06:48:30.438Z | Documenting pest_meta v2.7.6 |
2680 | 2024-03-26T06:48:30.996Z | Documenting clap_derive v4.5.0 |
2681 | 2024-03-26T06:48:31.337Z | Documenting clap_builder v4.5.1 |
2682 | 2024-03-26T06:48:32.126Z | Documenting scroll_derive v0.12.0 |
2683 | 2024-03-26T06:48:32.765Z | Documenting der v0.7.8 |
2684 | 2024-03-26T06:48:34.384Z | Checking pest_generator v2.7.6 |
2685 | 2024-03-26T06:48:34.550Z | Documenting pest_generator v2.7.6 |
2686 | 2024-03-26T06:48:34.849Z | Documenting crossbeam-epoch v0.9.18 |
2687 | 2024-03-26T06:48:35.086Z | Documenting openapiv3 v2.0.0 |
2688 | 2024-03-26T06:48:36.420Z | Documenting reqwest v0.11.24 |
2689 | 2024-03-26T06:48:36.489Z | Documenting crc32fast v1.3.2 |
2690 | 2024-03-26T06:48:36.906Z | Documenting scroll v0.12.0 |
2691 | 2024-03-26T06:48:38.995Z | Documenting spki v0.7.2 |
2692 | 2024-03-26T06:48:39.057Z | Documenting ucd-trie v0.1.6 |
2693 | 2024-03-26T06:48:39.293Z | Documenting clap v4.5.1 |
2694 | 2024-03-26T06:48:39.525Z | Documenting plain v0.2.3 |
2695 | 2024-03-26T06:48:40.453Z | Documenting pest_derive v2.7.6 |
2696 | 2024-03-26T06:48:40.987Z | Documenting spin v0.9.8 |
2697 | 2024-03-26T06:48:42.147Z | Documenting pretty-hex v0.4.1 |
2698 | 2024-03-26T06:48:42.462Z | Documenting goblin v0.8.0 |
2699 | 2024-03-26T06:48:42.931Z | Documenting pest v2.7.6 |
2700 | 2024-03-26T06:48:43.303Z | Documenting either v1.10.0 |
2701 | 2024-03-26T06:48:44.125Z | Documenting pkcs8 v0.10.2 |
2702 | 2024-03-26T06:48:45.073Z | Documenting thread-id v4.2.0 |
2703 | 2024-03-26T06:48:45.373Z | Documenting data-encoding v2.4.0 |
2704 | 2024-03-26T06:48:46.295Z | Documenting sha2 v0.10.8 |
2705 | 2024-03-26T06:48:46.365Z | Documenting ipnetwork v0.20.0 |
2706 | 2024-03-26T06:48:47.330Z | Documenting hex v0.4.3 |
2707 | 2024-03-26T06:48:48.159Z | Documenting dtrace-parser v0.2.0 |
2708 | 2024-03-26T06:48:48.524Z | Documenting untrusted v0.9.0 |
2709 | 2024-03-26T06:48:49.183Z | Documenting num-iter v0.1.44 |
2710 | 2024-03-26T06:48:49.450Z | Documenting hmac v0.12.1 |
2711 | 2024-03-26T06:48:49.903Z | Documenting dof v0.3.0 |
2712 | 2024-03-26T06:48:51.035Z | Documenting signal-hook v0.3.17 |
2713 | 2024-03-26T06:48:51.562Z | Documenting ring v0.17.8 |
2714 | 2024-03-26T06:48:51.725Z | Documenting static_assertions v1.1.0 |
2715 | 2024-03-26T06:48:51.889Z | Documenting flate2 v1.0.28 |
2716 | 2024-03-26T06:48:52.248Z | Documenting unicode-segmentation v1.10.1 |
2717 | 2024-03-26T06:48:54.154Z | Documenting managed v0.8.0 |
2718 | 2024-03-26T06:48:54.845Z | Documenting regress v0.9.0 |
2719 | 2024-03-26T06:48:55.201Z | Documenting usdt-impl v0.5.0 |
2720 | 2024-03-26T06:48:55.263Z | Documenting signal-hook-mio v0.2.3 |
2721 | 2024-03-26T06:48:55.363Z | Documenting block-padding v0.3.3 |
2722 | 2024-03-26T06:48:55.681Z | Documenting scheduled-thread-pool v0.2.7 |
2723 | 2024-03-26T06:48:56.558Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2724 | 2024-03-26T06:48:57.180Z | Documenting enum-as-inner v0.5.1 |
2725 | 2024-03-26T06:48:58.243Z | Documenting diesel_table_macro_syntax v0.1.0 |
2726 | 2024-03-26T06:48:59.387Z | Checking diesel_table_macro_syntax v0.1.0 |
2727 | 2024-03-26T06:48:59.558Z | Documenting minimal-lexical v0.2.1 |
2728 | 2024-03-26T06:48:59.801Z | Documenting inout v0.1.3 |
2729 | 2024-03-26T06:48:59.895Z | Documenting r2d2 v0.8.10 |
2730 | 2024-03-26T06:49:00.703Z | Documenting bzip2 v0.4.4 |
2731 | 2024-03-26T06:49:01.299Z | Documenting crossterm v0.27.0 |
2732 | 2024-03-26T06:49:01.433Z | Documenting md-5 v0.10.5 |
2733 | 2024-03-26T06:49:01.890Z | Documenting trust-dns-proto v0.22.0 |
2734 | 2024-03-26T06:49:03.219Z | Documenting diesel_derives v2.1.2 |
2735 | 2024-03-26T06:49:03.410Z | Documenting nom v7.1.3 |
2736 | 2024-03-26T06:49:04.154Z | Documenting stringprep v0.1.3 |
2737 | 2024-03-26T06:49:04.249Z | Documenting ff v0.13.0 |
2738 | 2024-03-26T06:49:04.917Z | Documenting serde_spanned v0.6.5 |
2739 | 2024-03-26T06:49:07.155Z | Documenting toml_datetime v0.6.5 |
2740 | 2024-03-26T06:49:07.988Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2741 | 2024-03-26T06:49:08.194Z | Documenting winnow v0.6.1 |
2742 | 2024-03-26T06:49:08.418Z | Documenting siphasher v0.3.11 |
2743 | 2024-03-26T06:49:08.551Z | Documenting fallible-iterator v0.2.0 |
2744 | 2024-03-26T06:49:09.091Z | Documenting bit-vec v0.6.3 |
2745 | 2024-03-26T06:49:10.444Z | Documenting base16ct v0.2.0 |
2746 | 2024-03-26T06:49:10.455Z | Checking unsafe-libyaml v0.2.10 |
2747 | 2024-03-26T06:49:11.352Z | Documenting heck v0.4.1 |
2748 | 2024-03-26T06:49:11.497Z | Documenting phf_shared v0.11.2 |
2749 | 2024-03-26T06:49:11.629Z | Documenting group v0.13.0 |
2750 | 2024-03-26T06:49:12.039Z | Documenting diesel v2.1.4 |
2751 | 2024-03-26T06:49:13.058Z | Documenting zip v0.6.6 |
2752 | 2024-03-26T06:49:13.525Z | Documenting postgres-protocol v0.6.6 |
2753 | 2024-03-26T06:49:13.612Z | Documenting toml_edit v0.22.6 |
2754 | 2024-03-26T06:49:13.882Z | Documenting sec1 v0.7.3 |
2755 | 2024-03-26T06:49:15.362Z | Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2756 | 2024-03-26T06:49:15.495Z | Documenting cipher v0.4.4 |
2757 | 2024-03-26T06:49:16.110Z | Documenting hkdf v0.12.4 |
2758 | 2024-03-26T06:49:17.608Z | Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2759 | 2024-03-26T06:49:27.914Z | Documenting num-bigint v0.4.4 |
2760 | 2024-03-26T06:49:27.971Z | Documenting bstr v1.9.0 |
2761 | 2024-03-26T06:49:28.128Z | Documenting crypto-bigint v0.5.2 |
2762 | 2024-03-26T06:49:36.001Z | Documenting hubpack v0.1.2 |
2763 | 2024-03-26T06:49:36.233Z | Documenting serde_repr v0.1.16 |
2764 | 2024-03-26T06:49:36.243Z | Checking ident_case v1.0.1 |
2765 | 2024-03-26T06:49:36.361Z | Documenting lalrpop-util v0.19.12 |
2766 | 2024-03-26T06:49:36.669Z | Documenting fixedbitset v0.4.2 |
2767 | 2024-03-26T06:49:37.064Z | Documenting unsafe-libyaml v0.2.10 |
2768 | 2024-03-26T06:49:38.657Z | Documenting new_debug_unreachable v1.0.4 |
2769 | 2024-03-26T06:49:45.982Z | Documenting precomputed-hash v0.1.1 |
2770 | 2024-03-26T06:49:46.127Z | Checking strsim v0.10.0 |
2771 | 2024-03-26T06:49:46.240Z | Documenting petgraph v0.6.4 |
2772 | 2024-03-26T06:49:46.344Z | Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2773 | 2024-03-26T06:49:46.372Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2774 | 2024-03-26T06:49:46.546Z | Documenting postgres-types v0.2.6 |
2775 | 2024-03-26T06:49:46.592Z | Documenting yasna v0.5.2 |
2776 | 2024-03-26T06:49:46.614Z | Documenting serde_yaml v0.9.25 |
2777 | 2024-03-26T06:49:46.679Z | Documenting elliptic-curve v0.13.8 |
2778 | 2024-03-26T06:49:50.004Z | Documenting string_cache v0.8.7 |
2779 | 2024-03-26T06:49:52.873Z | Documenting phf v0.11.2 |
2780 | 2024-03-26T06:49:53.047Z | Checking serde_yaml v0.9.25 |
2781 | 2024-03-26T06:49:53.831Z | Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2782 | 2024-03-26T06:49:54.822Z | Documenting getopts v0.2.21 |
2783 | 2024-03-26T06:50:01.880Z | Documenting console v0.15.8 |
2784 | 2024-03-26T06:50:02.499Z | Documenting semver v1.0.22 |
2785 | 2024-03-26T06:50:02.504Z | Documenting float-cmp v0.9.0 |
2786 | 2024-03-26T06:50:02.505Z | Documenting predicates-core v1.0.6 |
2787 | 2024-03-26T06:50:02.505Z | Documenting difflib v0.4.0 |
2788 | 2024-03-26T06:50:02.541Z | Documenting normalize-line-endings v0.3.0 |
2789 | 2024-03-26T06:50:02.747Z | Documenting whoami v1.5.0 |
2790 | 2024-03-26T06:50:02.804Z | Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2791 | 2024-03-26T06:50:06.101Z | Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2792 | 2024-03-26T06:50:06.223Z | Documenting bit-set v0.5.3 |
2793 | 2024-03-26T06:50:06.451Z | Documenting similar v2.4.0 |
2794 | 2024-03-26T06:50:06.475Z | Documenting tokio-stream v0.1.14 |
2795 | 2024-03-26T06:50:06.601Z | Documenting match_cfg v0.1.0 |
2796 | 2024-03-26T06:50:06.728Z | Documenting predicates v3.1.0 |
2797 | 2024-03-26T06:50:06.919Z | Documenting tokio-postgres v0.7.10 |
2798 | 2024-03-26T06:50:09.603Z | Documenting hostname v0.3.1 |
2799 | 2024-03-26T06:50:10.212Z | Documenting thread_local v1.1.7 |
2800 | 2024-03-26T06:50:10.445Z | Documenting strum v0.26.1 |
2801 | 2024-03-26T06:50:11.899Z | Documenting crossbeam-channel v0.5.8 |
2802 | 2024-03-26T06:50:12.059Z | Documenting dirs-sys-next v0.1.2 |
2803 | 2024-03-26T06:50:13.002Z | Documenting take_mut v0.2.2 |
2804 | 2024-03-26T06:50:13.492Z | Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2805 | 2024-03-26T06:50:13.673Z | Checking darling_core v0.20.3 |
2806 | 2024-03-26T06:50:14.288Z | Documenting sha1 v0.10.6 |
2807 | 2024-03-26T06:50:14.398Z | Documenting http v1.0.0 |
2808 | 2024-03-26T06:50:15.470Z | Documenting camino v1.1.6 |
2809 | 2024-03-26T06:50:16.230Z | Documenting dirs-next v2.0.0 |
2810 | 2024-03-26T06:50:16.551Z | Documenting fxhash v0.2.1 |
2811 | 2024-03-26T06:50:16.611Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2812 | 2024-03-26T06:50:17.046Z | Documenting slog-async v2.8.0 |
2813 | 2024-03-26T06:50:18.930Z | Documenting rustls-pki-types v1.3.0 |
2814 | 2024-03-26T06:50:19.740Z | Checking darling v0.20.3 |
2815 | 2024-03-26T06:50:19.845Z | Documenting slog-json v2.6.1 |
2816 | 2024-03-26T06:50:19.971Z | Documenting paste v1.0.14 |
2817 | 2024-03-26T06:50:20.329Z | Documenting term v0.7.0 |
2818 | 2024-03-26T06:50:20.551Z | Documenting atty v0.2.14 |
2819 | 2024-03-26T06:50:20.757Z | Documenting sled v0.34.7 |
2820 | 2024-03-26T06:50:21.119Z | Documenting async-stream-impl v0.3.5 |
2821 | 2024-03-26T06:50:23.052Z | Documenting rustls-webpki v0.102.1 |
2822 | 2024-03-26T06:50:23.193Z | Documenting atomic-waker v1.1.1 |
2823 | 2024-03-26T06:50:23.878Z | Documenting debug-ignore v1.0.5 |
2824 | 2024-03-26T06:50:24.066Z | Documenting rustls-pemfile v2.1.1 |
2825 | 2024-03-26T06:50:24.612Z | Documenting slog-term v2.9.0 |
2826 | 2024-03-26T06:50:24.759Z | Documenting slog-bunyan v2.5.0 |
2827 | 2024-03-26T06:50:25.865Z | Documenting async-stream v0.3.5 |
2828 | 2024-03-26T06:50:26.164Z | Documenting waitgroup v0.1.2 |
2829 | 2024-03-26T06:50:26.836Z | Documenting multer v3.0.0 |
2830 | 2024-03-26T06:50:27.822Z | Documenting rustls v0.22.2 |
2831 | 2024-03-26T06:50:27.932Z | Documenting toml v0.8.10 |
2832 | 2024-03-26T06:50:28.344Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2833 | 2024-03-26T06:50:29.650Z | Documenting serde_path_to_error v0.1.16 |
2834 | 2024-03-26T06:50:29.975Z | Documenting half v2.3.1 |
2835 | 2024-03-26T06:50:30.150Z | Documenting ciborium-io v0.2.2 |
2836 | 2024-03-26T06:50:30.472Z | Documenting mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2837 | 2024-03-26T06:50:31.931Z | Documenting serde_with_macros v3.6.1 |
2838 | 2024-03-26T06:50:33.196Z | Documenting structmeta-derive v0.3.0 |
2839 | 2024-03-26T06:50:33.689Z | Documenting num_enum v0.7.2 |
2840 | 2024-03-26T06:50:33.701Z | Checking structmeta v0.3.0 |
2841 | 2024-03-26T06:50:33.940Z | Documenting instant v0.1.12 |
2842 | 2024-03-26T06:50:34.169Z | Documenting newtype-uuid v1.0.1 |
2843 | 2024-03-26T06:50:34.190Z | Documenting ciborium-ll v0.2.2 |
2844 | 2024-03-26T06:50:36.088Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2845 | 2024-03-26T06:50:37.122Z | Documenting serde_with v3.6.1 |
2846 | 2024-03-26T06:50:37.576Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2847 | 2024-03-26T06:50:37.970Z | Documenting backoff v0.4.0 |
2848 | 2024-03-26T06:50:38.141Z | Documenting ciborium v0.2.2 |
2849 | 2024-03-26T06:50:38.614Z | Documenting structmeta v0.3.0 |
2850 | 2024-03-26T06:50:38.664Z | Documenting tokio-rustls v0.25.0 |
2851 | 2024-03-26T06:50:39.495Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2852 | 2024-03-26T06:50:40.697Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2853 | 2024-03-26T06:50:41.958Z | Documenting macaddr v1.0.1 |
2854 | 2024-03-26T06:50:42.787Z | Documenting rdb v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2855 | 2024-03-26T06:50:43.637Z | Documenting parse-display-derive v0.9.0 |
2856 | 2024-03-26T06:50:43.708Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2857 | 2024-03-26T06:50:44.606Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2858 | 2024-03-26T06:50:44.633Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2859 | 2024-03-26T06:50:44.804Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2860 | 2024-03-26T06:50:44.855Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2861 | 2024-03-26T06:50:44.956Z | Documenting fastrand v2.0.1 |
2862 | 2024-03-26T06:50:46.338Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2863 | 2024-03-26T06:50:47.256Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2864 | 2024-03-26T06:50:47.378Z | Documenting foreign-types-macros v0.2.3 |
2865 | 2024-03-26T06:50:47.529Z | Documenting foreign-types-shared v0.3.1 |
2866 | 2024-03-26T06:50:48.443Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2867 | 2024-03-26T06:50:48.566Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2868 | 2024-03-26T06:50:48.878Z | Documenting tempfile v3.10.0 |
2869 | 2024-03-26T06:50:49.164Z | Documenting bgp v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2870 | 2024-03-26T06:50:50.540Z | Documenting cstr-argument v0.1.2 |
2871 | 2024-03-26T06:50:50.785Z | Documenting parse-display v0.9.0 |
2872 | 2024-03-26T06:50:52.268Z | Documenting foreign-types v0.5.0 |
2873 | 2024-03-26T06:50:52.394Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2874 | 2024-03-26T06:50:52.587Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2875 | 2024-03-26T06:50:53.420Z | Documenting camino-tempfile v1.1.1 |
2876 | 2024-03-26T06:50:54.537Z | Documenting tabwriter v1.4.0 |
2877 | 2024-03-26T06:50:55.074Z | Documenting colored v2.1.0 |
2878 | 2024-03-26T06:50:56.185Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2879 | 2024-03-26T06:50:57.146Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2880 | 2024-03-26T06:50:57.239Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
2881 | 2024-03-26T06:50:57.340Z | Documenting hash32 v0.3.1 |
2882 | 2024-03-26T06:50:57.367Z | Documenting stable_deref_trait v1.2.0 |
2883 | 2024-03-26T06:50:58.032Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2884 | 2024-03-26T06:50:58.505Z | Documenting smf v0.2.2 |
2885 | 2024-03-26T06:50:59.105Z | Documenting cobs v0.2.3 |
2886 | 2024-03-26T06:51:00.165Z | Documenting embedded-io v0.4.0 |
2887 | 2024-03-26T06:51:00.315Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2888 | 2024-03-26T06:51:01.245Z | Documenting heapless v0.8.0 |
2889 | 2024-03-26T06:51:01.386Z | Documenting crucible-workspace-hack v0.1.0 |
2890 | 2024-03-26T06:51:02.161Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2891 | 2024-03-26T06:51:02.879Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2892 | 2024-03-26T06:51:03.334Z | Documenting base64 v0.22.0 |
2893 | 2024-03-26T06:51:03.492Z | Documenting postcard v1.0.8 |
2894 | 2024-03-26T06:51:05.312Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2895 | 2024-03-26T06:51:06.311Z | Documenting smoltcp v0.11.0 |
2896 | 2024-03-26T06:51:07.479Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2897 | 2024-03-26T06:51:07.482Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2898 | 2024-03-26T06:51:07.840Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2899 | 2024-03-26T06:51:08.105Z | Documenting num-derive v0.4.0 |
2900 | 2024-03-26T06:51:08.149Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2901 | 2024-03-26T06:51:09.352Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2902 | 2024-03-26T06:51:09.455Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2903 | 2024-03-26T06:51:09.546Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2904 | 2024-03-26T06:51:12.261Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
2905 | 2024-03-26T06:51:12.609Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2906 | 2024-03-26T06:51:13.143Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
2907 | 2024-03-26T06:51:13.266Z | Documenting memmap v0.7.0 |
2908 | 2024-03-26T06:51:13.519Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2909 | 2024-03-26T06:51:14.357Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2910 | 2024-03-26T06:51:15.395Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2911 | 2024-03-26T06:51:16.871Z | Documenting password-hash v0.5.0 |
2912 | 2024-03-26T06:51:17.456Z | Documenting usdt v0.5.0 |
2913 | 2024-03-26T06:51:18.150Z | Documenting blake2 v0.10.6 |
2914 | 2024-03-26T06:51:19.087Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2915 | 2024-03-26T06:51:21.555Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2916 | 2024-03-26T06:51:21.571Z | Documenting linked-hash-map v0.5.6 |
2917 | 2024-03-26T06:51:22.665Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2918 | 2024-03-26T06:51:24.010Z | Documenting humantime v2.1.0 |
2919 | 2024-03-26T06:51:24.220Z | Documenting argon2 v0.5.3 |
2920 | 2024-03-26T06:51:25.088Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2921 | 2024-03-26T06:51:25.383Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2922 | 2024-03-26T06:51:25.517Z | Documenting itertools v0.12.1 |
2923 | 2024-03-26T06:51:25.693Z | Documenting lru-cache v0.1.2 |
2924 | 2024-03-26T06:51:26.154Z | Documenting derive-where v1.2.7 |
2925 | 2024-03-26T06:51:27.205Z | Documenting arc-swap v1.6.0 |
2926 | 2024-03-26T06:51:28.023Z | Documenting newtype_derive v0.1.6 |
2927 | 2024-03-26T06:51:28.248Z | Documenting swrite v0.1.0 |
2928 | 2024-03-26T06:51:29.759Z | Documenting quick-error v1.2.3 |
2929 | 2024-03-26T06:51:30.531Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2930 | 2024-03-26T06:51:31.279Z | Documenting slog-scope v4.4.0 |
2931 | 2024-03-26T06:51:31.665Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=a4c956e44fc9b75b58b83ad2eec22f6bd9005262#a4c956e4) |
2932 | 2024-03-26T06:51:31.928Z | Documenting steno v0.4.0 |
2933 | 2024-03-26T06:51:32.174Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2934 | 2024-03-26T06:51:32.236Z | Documenting proc-macro-error-attr v1.0.4 |
2935 | 2024-03-26T06:51:32.782Z | Checking proc-macro-error v1.0.4 |
2936 | 2024-03-26T06:51:33.044Z | Documenting xattr v1.0.1 |
2937 | 2024-03-26T06:51:33.837Z | Documenting resolv-conf v0.7.0 |
2938 | 2024-03-26T06:51:35.509Z | Documenting slog-stdlog v4.1.1 |
2939 | 2024-03-26T06:51:36.415Z | Documenting proc-macro-error v1.0.4 |
2940 | 2024-03-26T06:51:37.465Z | Documenting filetime v0.2.23 |
2941 | 2024-03-26T06:51:37.501Z | Documenting tap v1.0.1 |
2942 | 2024-03-26T06:51:38.163Z | Documenting trust-dns-resolver v0.22.0 |
2943 | 2024-03-26T06:51:38.349Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2944 | 2024-03-26T06:51:39.642Z | Documenting slog-envlogger v2.2.0 |
2945 | 2024-03-26T06:51:40.536Z | Documenting wyz v0.5.1 |
2946 | 2024-03-26T06:51:40.610Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2947 | 2024-03-26T06:51:41.094Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2948 | 2024-03-26T06:51:41.449Z | Documenting tar v0.4.40 |
2949 | 2024-03-26T06:51:41.935Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2950 | 2024-03-26T06:51:55.152Z | Documenting radium v0.7.0 |
2951 | 2024-03-26T06:51:55.235Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2952 | 2024-03-26T06:51:55.235Z | Documenting nibble_vec v0.1.0 |
2953 | 2024-03-26T06:51:55.235Z | Documenting endian-type v0.1.2 |
2954 | 2024-03-26T06:51:55.236Z | Documenting crc-catalog v2.2.0 |
2955 | 2024-03-26T06:51:55.236Z | Documenting funty v2.0.0 |
2956 | 2024-03-26T06:51:55.236Z | Documenting cancel-safe-futures v0.1.5 |
2957 | 2024-03-26T06:51:55.372Z | Documenting num-rational v0.4.1 |
2958 | 2024-03-26T06:51:55.511Z | Documenting crc v3.0.1 |
2959 | 2024-03-26T06:51:55.511Z | Documenting bitvec v1.0.1 |
2960 | 2024-03-26T06:51:55.511Z | Documenting radix_trie v0.2.1 |
2961 | 2024-03-26T06:51:55.511Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2962 | 2024-03-26T06:51:55.511Z | Documenting num-complex v0.4.4 |
2963 | 2024-03-26T06:51:55.511Z | Documenting packed_struct_codegen v0.10.1 |
2964 | 2024-03-26T06:51:55.511Z | Documenting same-file v1.0.6 |
2965 | 2024-03-26T06:51:55.511Z | Documenting nodrop v0.1.14 |
2966 | 2024-03-26T06:51:55.511Z | Documenting num-bigint-dig v0.8.4 |
2967 | 2024-03-26T06:51:55.512Z | Documenting pkcs1 v0.7.5 |
2968 | 2024-03-26T06:51:55.531Z | Documenting is-terminal v0.4.9 |
2969 | 2024-03-26T06:51:56.769Z | Documenting num v0.4.1 |
2970 | 2024-03-26T06:51:57.162Z | Documenting walkdir v2.4.0 |
2971 | 2024-03-26T06:51:57.302Z | Documenting array-init v0.0.4 |
2972 | 2024-03-26T06:51:57.650Z | Documenting packed_struct v0.10.1 |
2973 | 2024-03-26T06:52:00.032Z | Documenting signature v2.1.0 |
2974 | 2024-03-26T06:52:00.095Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2975 | 2024-03-26T06:52:00.307Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2976 | 2024-03-26T06:52:00.818Z | Documenting bitfield v0.14.0 |
2977 | 2024-03-26T06:52:01.137Z | Documenting termcolor v1.2.0 |
2978 | 2024-03-26T06:52:01.355Z | Documenting serde-hex v0.1.0 |
2979 | 2024-03-26T06:52:03.359Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2980 | 2024-03-26T06:52:04.096Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2981 | 2024-03-26T06:52:04.602Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2982 | 2024-03-26T06:52:04.877Z | Documenting x509-cert v0.2.4 |
2983 | 2024-03-26T06:52:05.087Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2984 | 2024-03-26T06:52:05.316Z | Documenting env_logger v0.10.0 |
2985 | 2024-03-26T06:52:06.053Z | Documenting rsa v0.9.2 |
2986 | 2024-03-26T06:52:06.633Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2987 | 2024-03-26T06:52:07.112Z | Documenting libsw v3.3.1 |
2988 | 2024-03-26T06:52:07.532Z | Documenting ron v0.8.1 |
2989 | 2024-03-26T06:52:10.617Z | Documenting pem v3.0.2 |
2990 | 2024-03-26T06:52:11.404Z | Documenting display-error-chain v0.2.0 |
2991 | 2024-03-26T06:52:12.383Z | Documenting linear-map v1.2.0 |
2992 | 2024-03-26T06:52:13.254Z | Documenting owo-colors v4.0.0 |
2993 | 2024-03-26T06:52:13.731Z | Documenting crc-any v2.4.3 |
2994 | 2024-03-26T06:52:14.032Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2995 | 2024-03-26T06:52:14.239Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2996 | 2024-03-26T06:52:15.047Z | Documenting slog-dtrace v0.3.0 |
2997 | 2024-03-26T06:52:15.490Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2998 | 2024-03-26T06:52:16.724Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2999 | 2024-03-26T06:52:16.987Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3000 | 2024-03-26T06:52:17.156Z | Documenting path-slash v0.1.5 |
3001 | 2024-03-26T06:52:17.908Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3002 | 2024-03-26T06:52:18.393Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3003 | 2024-03-26T06:52:18.548Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3004 | 2024-03-26T06:52:21.099Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3005 | 2024-03-26T06:52:21.822Z | Checking darling_core v0.14.4 |
3006 | 2024-03-26T06:52:23.597Z | Documenting headers-core v0.2.0 |
3007 | 2024-03-26T06:52:27.426Z | Documenting vte_generate_state_changes v0.1.1 |
3008 | 2024-03-26T06:52:27.438Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
3009 | 2024-03-26T06:52:28.561Z | Checking convert_case v0.4.0 |
3010 | 2024-03-26T06:52:28.579Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3011 | 2024-03-26T06:52:28.786Z | Documenting convert_case v0.4.0 |
3012 | 2024-03-26T06:52:31.564Z | Documenting vte v0.11.1 |
3013 | 2024-03-26T06:52:32.722Z | Documenting derive_more v0.99.17 |
3014 | 2024-03-26T06:52:33.153Z | Documenting headers v0.3.9 |
3015 | 2024-03-26T06:52:35.818Z | Checking darling v0.14.4 |
3016 | 2024-03-26T06:52:35.934Z | Documenting buf-list v1.0.3 |
3017 | 2024-03-26T06:52:36.224Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3018 | 2024-03-26T06:52:36.507Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3019 | 2024-03-26T06:52:37.862Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3020 | 2024-03-26T06:52:38.248Z | Checking heck v0.3.3 |
3021 | 2024-03-26T06:52:38.412Z | Documenting bitstruct_derive v0.1.0 |
3022 | 2024-03-26T06:52:38.831Z | Documenting pin-project-internal v1.1.3 |
3023 | 2024-03-26T06:52:39.948Z | Documenting ascii v1.1.0 |
3024 | 2024-03-26T06:52:41.030Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3025 | 2024-03-26T06:52:41.857Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3026 | 2024-03-26T06:52:42.241Z | Documenting structopt-derive v0.4.18 |
3027 | 2024-03-26T06:52:43.523Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3028 | 2024-03-26T06:52:43.636Z | Documenting bitstruct v0.1.1 |
3029 | 2024-03-26T06:52:44.169Z | Documenting pin-project v1.1.3 |
3030 | 2024-03-26T06:52:45.648Z | Documenting strip-ansi-escapes v0.2.0 |
3031 | 2024-03-26T06:52:46.057Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3032 | 2024-03-26T06:52:46.715Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3033 | 2024-03-26T06:52:47.334Z | Documenting doc-comment v0.3.3 |
3034 | 2024-03-26T06:52:47.771Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3035 | 2024-03-26T06:52:48.381Z | Documenting crossbeam-deque v0.8.3 |
3036 | 2024-03-26T06:52:49.286Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3037 | 2024-03-26T06:52:49.785Z | Documenting erased-serde v0.3.31 |
3038 | 2024-03-26T06:52:50.459Z | Documenting serde_arrays v0.1.0 |
3039 | 2024-03-26T06:52:51.440Z | Documenting snafu-derive v0.7.5 |
3040 | 2024-03-26T06:52:52.107Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3041 | 2024-03-26T06:52:52.405Z | Documenting nu-ansi-term v0.50.0 |
3042 | 2024-03-26T06:52:52.536Z | Documenting rayon-core v1.12.1 |
3043 | 2024-03-26T06:52:55.070Z | Documenting structopt v0.3.26 |
3044 | 2024-03-26T06:52:55.606Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3045 | 2024-03-26T06:52:55.610Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3046 | 2024-03-26T06:52:56.645Z | Documenting reedline v0.30.0 |
3047 | 2024-03-26T06:52:56.919Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3048 | 2024-03-26T06:52:56.971Z | Checking derive_builder_core v0.12.0 |
3049 | 2024-03-26T06:52:57.832Z | Documenting derive_builder_core v0.12.0 |
3050 | 2024-03-26T06:52:58.958Z | Documenting snafu v0.7.5 |
3051 | 2024-03-26T06:52:59.340Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3052 | 2024-03-26T06:53:03.222Z | Documenting libefi-sys v0.1.0 |
3053 | 2024-03-26T06:53:04.333Z | Documenting trust-dns-client v0.22.0 |
3054 | 2024-03-26T06:53:05.692Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3055 | 2024-03-26T06:53:06.879Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3056 | 2024-03-26T06:53:07.008Z | Documenting globset v0.4.13 |
3057 | 2024-03-26T06:53:07.519Z | Documenting olpc-cjson v0.1.3 |
3058 | 2024-03-26T06:53:08.080Z | Documenting serde_plain v1.0.2 |
3059 | 2024-03-26T06:53:11.992Z | Documenting async-recursion v1.0.5 |
3060 | 2024-03-26T06:53:12.159Z | Documenting ref-cast-impl v1.0.20 |
3061 | 2024-03-26T06:53:12.373Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3062 | 2024-03-26T06:53:12.626Z | Documenting keccak v0.1.4 |
3063 | 2024-03-26T06:53:12.919Z | Documenting typed-path v0.7.0 |
3064 | 2024-03-26T06:53:13.151Z | Documenting bytecount v0.6.3 |
3065 | 2024-03-26T06:53:13.470Z | Documenting utf-8 v0.7.6 |
3066 | 2024-03-26T06:53:15.698Z | Documenting sha3 v0.10.8 |
3067 | 2024-03-26T06:53:15.950Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3068 | 2024-03-26T06:53:16.151Z | Documenting papergrid v0.11.0 |
3069 | 2024-03-26T06:53:16.563Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3070 | 2024-03-26T06:53:17.069Z | Documenting ref-cast v1.0.20 |
3071 | 2024-03-26T06:53:17.489Z | Documenting tungstenite v0.21.0 |
3072 | 2024-03-26T06:53:18.557Z | Documenting tough v0.16.0 |
3073 | 2024-03-26T06:53:20.278Z | Documenting trust-dns-server v0.22.1 |
3074 | 2024-03-26T06:53:20.952Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
3075 | 2024-03-26T06:53:21.007Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3076 | 2024-03-26T06:53:21.188Z | Documenting derive_builder_macro v0.12.0 |
3077 | 2024-03-26T06:53:21.969Z | Documenting rayon v1.9.0 |
3078 | 2024-03-26T06:53:23.630Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3079 | 2024-03-26T06:53:25.214Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3080 | 2024-03-26T06:53:25.583Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3081 | 2024-03-26T06:53:25.853Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3082 | 2024-03-26T06:53:26.425Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3083 | 2024-03-26T06:53:27.025Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3084 | 2024-03-26T06:53:27.674Z | Documenting fs-err v2.11.0 |
3085 | 2024-03-26T06:53:27.848Z | Documenting unicase v2.7.0 |
3086 | 2024-03-26T06:53:28.377Z | Documenting tabled_derive v0.7.0 |
3087 | 2024-03-26T06:53:28.719Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3088 | 2024-03-26T06:53:30.154Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3089 | 2024-03-26T06:53:30.439Z | Documenting fd-lock v4.0.2 |
3090 | 2024-03-26T06:53:31.269Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3091 | 2024-03-26T06:53:31.441Z | Documenting nix v0.27.1 |
3092 | 2024-03-26T06:53:31.499Z | Documenting secrecy v0.8.0 |
3093 | 2024-03-26T06:53:31.729Z | Documenting gethostname v0.4.3 |
3094 | 2024-03-26T06:53:32.294Z | Documenting rustversion v1.0.14 |
3095 | 2024-03-26T06:53:33.432Z | Documenting sqlparser_derive v0.2.2 |
3096 | 2024-03-26T06:53:35.118Z | Documenting unicode_categories v0.1.1 |
3097 | 2024-03-26T06:53:35.726Z | Documenting parse-size v1.0.0 |
3098 | 2024-03-26T06:53:35.873Z | Documenting home v0.5.5 |
3099 | 2024-03-26T06:53:36.532Z | Documenting castaway v0.2.2 |
3100 | 2024-03-26T06:53:37.336Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3101 | 2024-03-26T06:53:38.319Z | Documenting sqlparser v0.43.1 |
3102 | 2024-03-26T06:53:38.823Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3103 | 2024-03-26T06:53:39.166Z | Documenting sqlformat v0.2.3 |
3104 | 2024-03-26T06:53:40.054Z | Documenting rustyline v13.0.0 |
3105 | 2024-03-26T06:53:40.639Z | Documenting tabled v0.15.0 |
3106 | 2024-03-26T06:53:43.043Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3107 | 2024-03-26T06:53:44.067Z | Documenting mime_guess v2.0.4 |
3108 | 2024-03-26T06:53:46.128Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3109 | 2024-03-26T06:53:47.621Z | Documenting derive_builder v0.12.0 |
3110 | 2024-03-26T06:53:48.921Z | Documenting tokio-tungstenite v0.21.0 |
3111 | 2024-03-26T06:53:49.362Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3112 | 2024-03-26T06:53:51.707Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3113 | 2024-03-26T06:53:52.373Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3114 | 2024-03-26T06:53:53.060Z | Documenting zone v0.1.8 |
3115 | 2024-03-26T06:53:54.748Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3116 | 2024-03-26T06:53:55.076Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
3117 | 2024-03-26T06:53:55.627Z | Documenting polar-core v0.27.0 |
3118 | 2024-03-26T06:53:57.843Z | Documenting libxml v0.3.3 |
3119 | 2024-03-26T06:53:57.914Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3120 | 2024-03-26T06:53:59.598Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3121 | 2024-03-26T06:53:59.618Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1d8b818b0fd000bc6d2739575c8868b0781dfe41#1d8b818b) |
3122 | 2024-03-26T06:53:59.889Z | Documenting bb8 v0.8.3 |
3123 | 2024-03-26T06:54:01.405Z | Documenting portpicker v0.1.1 |
3124 | 2024-03-26T06:54:04.955Z | Documenting universal-hash v0.5.1 |
3125 | 2024-03-26T06:54:05.206Z | Documenting quick-xml v0.30.0 |
3126 | 2024-03-26T06:54:05.812Z | Documenting bcs v0.1.6 |
3127 | 2024-03-26T06:54:06.985Z | Documenting kstat-rs v0.2.3 |
3128 | 2024-03-26T06:54:07.055Z | Documenting thiserror-impl-no-std v2.0.2 |
3129 | 2024-03-26T06:54:18.433Z | Documenting oso-derive v0.27.0 |
3130 | 2024-03-26T06:54:18.792Z | Documenting impl-trait-for-tuples v0.2.2 |
3131 | 2024-03-26T06:54:19.206Z | Documenting curve25519-dalek-derive v0.1.0 |
3132 | 2024-03-26T06:54:19.206Z | Documenting maplit v1.0.2 |
3133 | 2024-03-26T06:54:19.222Z | Documenting highway v1.1.0 |
3134 | 2024-03-26T06:54:19.672Z | Documenting opaque-debug v0.3.0 |
3135 | 2024-03-26T06:54:19.851Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3136 | 2024-03-26T06:54:22.666Z | Documenting poly1305 v0.8.0 |
3137 | 2024-03-26T06:54:22.979Z | Documenting thiserror-no-std v2.0.2 |
3138 | 2024-03-26T06:54:23.128Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3139 | 2024-03-26T06:54:23.551Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3140 | 2024-03-26T06:54:23.670Z | Documenting curve25519-dalek v4.1.1 |
3141 | 2024-03-26T06:54:24.547Z | Documenting oso v0.27.0 |
3142 | 2024-03-26T06:54:26.151Z | Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
3143 | 2024-03-26T06:54:27.532Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3144 | 2024-03-26T06:54:30.406Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3145 | 2024-03-26T06:54:30.719Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3146 | 2024-03-26T06:54:31.606Z | Documenting compact_str v0.7.1 |
3147 | 2024-03-26T06:54:32.515Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3148 | 2024-03-26T06:54:35.915Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3149 | 2024-03-26T06:54:37.788Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3150 | 2024-03-26T06:54:37.799Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3151 | 2024-03-26T06:54:37.940Z | Documenting portable-atomic v1.4.3 |
3152 | 2024-03-26T06:54:38.060Z | Documenting ed25519 v1.5.3 |
3153 | 2024-03-26T06:54:40.986Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3154 | 2024-03-26T06:54:41.344Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3155 | 2024-03-26T06:54:41.837Z | Documenting memoffset v0.7.1 |
3156 | 2024-03-26T06:54:43.074Z | Documenting cookie v0.18.0 |
3157 | 2024-03-26T06:54:43.089Z | Documenting rcgen v0.12.1 |
3158 | 2024-03-26T06:54:44.863Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3159 | 2024-03-26T06:54:46.434Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3160 | 2024-03-26T06:54:47.185Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3161 | 2024-03-26T06:54:47.952Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fdf0585c6a227a7cfbee4a61a36938c3d77e4712#fdf0585c) |
3162 | 2024-03-26T06:54:48.564Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
3163 | 2024-03-26T06:54:49.579Z | Documenting atomicwrites v0.4.3 |
3164 | 2024-03-26T06:54:51.484Z | Documenting chacha20 v0.9.1 |
3165 | 2024-03-26T06:54:53.720Z | Documenting lru v0.12.1 |
3166 | 2024-03-26T06:54:54.526Z | Documenting aead v0.5.2 |
3167 | 2024-03-26T06:54:56.464Z | Documenting nanorand v0.7.0 |
3168 | 2024-03-26T06:54:56.536Z | Documenting subprocess v0.2.9 |
3169 | 2024-03-26T06:54:58.431Z | Documenting stability v0.1.1 |
3170 | 2024-03-26T06:54:58.811Z | Documenting number_prefix v0.4.0 |
3171 | 2024-03-26T06:55:04.716Z | Documenting cassowary v0.3.0 |
3172 | 2024-03-26T06:55:08.216Z | Documenting glob v0.3.1 |
3173 | 2024-03-26T06:55:08.241Z | Documenting flume v0.11.0 |
3174 | 2024-03-26T06:55:08.506Z | Documenting chacha20poly1305 v0.10.1 |
3175 | 2024-03-26T06:55:08.744Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3176 | 2024-03-26T06:55:08.769Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3177 | 2024-03-26T06:55:08.897Z | Documenting indicatif v0.17.8 |
3178 | 2024-03-26T06:55:09.193Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3179 | 2024-03-26T06:55:09.525Z | Documenting ratatui v0.26.1 |
3180 | 2024-03-26T06:55:12.243Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3181 | 2024-03-26T06:55:12.978Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3182 | 2024-03-26T06:55:23.787Z | Documenting salty v0.2.0 |
3183 | 2024-03-26T06:55:24.168Z | Documenting vsss-rs v3.3.4 |
3184 | 2024-03-26T06:55:24.643Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3185 | 2024-03-26T06:55:25.283Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3186 | 2024-03-26T06:55:25.286Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3187 | 2024-03-26T06:55:26.035Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3188 | 2024-03-26T06:55:26.311Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3189 | 2024-03-26T06:55:27.410Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3190 | 2024-03-26T06:55:28.293Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3191 | 2024-03-26T06:55:28.561Z | Documenting serde-big-array v0.5.1 |
3192 | 2024-03-26T06:55:29.519Z | Documenting rtoolbox v0.0.1 |
3193 | 2024-03-26T06:55:30.728Z | Documenting http-range v0.1.5 |
3194 | 2024-03-26T06:55:31.428Z | Documenting unicode-linebreak v0.1.5 |
3195 | 2024-03-26T06:55:31.596Z | Documenting is_ci v1.2.0 |
3196 | 2024-03-26T06:55:32.951Z | Documenting smawk v0.3.1 |
3197 | 2024-03-26T06:55:33.829Z | Documenting rpassword v7.3.1 |
3198 | 2024-03-26T06:55:34.641Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3199 | 2024-03-26T06:55:34.954Z | Documenting hyper-staticfile v0.9.5 |
3200 | 2024-03-26T06:55:35.669Z | Documenting supports-color v3.0.0 |
3201 | 2024-03-26T06:55:36.990Z | Documenting textwrap v0.16.1 |
3202 | 2024-03-26T06:55:38.132Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3203 | 2024-03-26T06:55:39.107Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3204 | 2024-03-26T06:55:39.733Z | Documenting tui-tree-widget v0.17.0 |
3205 | 2024-03-26T06:55:41.145Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3206 | 2024-03-26T06:55:41.474Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3207 | 2024-03-26T06:55:42.057Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3208 | 2024-03-26T06:55:43.696Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3209 | 2024-03-26T06:55:44.161Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3210 | 2024-03-26T06:55:44.710Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3211 | 2024-03-26T06:55:45.402Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3212 | 2024-03-26T06:55:45.683Z | Documenting signal-hook-tokio v0.3.1 |
3213 | 2024-03-26T06:55:45.835Z | Documenting rand_seeder v0.2.3 |
3214 | 2024-03-26T06:55:47.167Z | Documenting memmap2 v0.7.1 |
3215 | 2024-03-26T06:55:48.354Z | Documenting constant_time_eq v0.3.0 |
3216 | 2024-03-26T06:55:50.098Z | Documenting corncobs v0.1.3 |
3217 | 2024-03-26T06:55:51.466Z | Documenting arrayvec v0.7.4 |
3218 | 2024-03-26T06:55:51.561Z | Documenting arrayref v0.3.7 |
3219 | 2024-03-26T06:55:52.005Z | Documenting shell-words v1.1.0 |
3220 | 2024-03-26T06:55:53.229Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3221 | 2024-03-26T06:55:54.871Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3222 | 2024-03-26T06:55:54.876Z | Documenting blake3 v1.5.0 |
3223 | 2024-03-26T06:55:55.583Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3224 | 2024-03-26T06:55:56.139Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3225 | 2024-03-26T06:55:58.734Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3226 | 2024-03-26T06:56:00.667Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3227 | 2024-03-26T06:56:00.929Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3228 | 2024-03-26T06:56:01.831Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3229 | 2024-03-26T06:56:09.023Z | warning: unresolved link to `test_sled_transitions` |
3230 | 2024-03-26T06:56:09.023Z | --> nexus/db-queries/src/db/datastore/sled.rs:536:11 |
3231 | 2024-03-26T06:56:09.024Z | | |
3232 | 2024-03-26T06:56:09.024Z | 536 | /// [`test_sled_transitions`]. |
3233 | 2024-03-26T06:56:09.024Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3234 | 2024-03-26T06:56:09.024Z | | |
3235 | 2024-03-26T06:56:09.024Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3236 | 2024-03-26T06:56:09.024Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3237 | 2024-03-26T06:56:09.024Z | |
3238 | 2024-03-26T06:56:09.035Z | warning: unresolved link to `test_sled_transitions` |
3239 | 2024-03-26T06:56:09.035Z | --> nexus/db-queries/src/db/datastore/sled.rs:572:11 |
3240 | 2024-03-26T06:56:09.035Z | | |
3241 | 2024-03-26T06:56:09.035Z | 572 | /// [`test_sled_transitions`]. |
3242 | 2024-03-26T06:56:09.035Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3243 | 2024-03-26T06:56:09.035Z | | |
3244 | 2024-03-26T06:56:09.036Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3245 | 2024-03-26T06:56:09.036Z | |
3246 | 2024-03-26T06:56:09.036Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3247 | 2024-03-26T06:56:09.036Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3248 | 2024-03-26T06:56:09.036Z | | |
3249 | 2024-03-26T06:56:09.036Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3250 | 2024-03-26T06:56:09.036Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3251 | 2024-03-26T06:56:09.037Z | |
3252 | 2024-03-26T06:56:16.677Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3253 | 2024-03-26T06:56:18.449Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3254 | 2024-03-26T06:56:19.768Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
3255 | 2024-03-26T06:56:20.369Z | Documenting fatfs v0.3.6 |
3256 | 2024-03-26T06:56:21.826Z | warning: unclosed HTML tag `usize` |
3257 | 2024-03-26T06:56:21.826Z | --> wicket/src/ui/panes/update.rs:153:19 |
3258 | 2024-03-26T06:56:21.826Z | | |
3259 | 2024-03-26T06:56:21.826Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3260 | 2024-03-26T06:56:21.827Z | | ^^^^^^^ |
3261 | 2024-03-26T06:56:21.827Z | | |
3262 | 2024-03-26T06:56:21.827Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3263 | 2024-03-26T06:56:21.827Z | |
3264 | 2024-03-26T06:56:23.259Z | warning: `wicket` (lib doc) generated 1 warning |
3265 | 2024-03-26T06:56:23.264Z | Documenting assert_matches v1.5.0 |
3266 | 2024-03-26T06:56:24.880Z | Documenting topological-sort v0.2.2 |
3267 | 2024-03-26T06:56:25.911Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3268 | 2024-03-26T06:56:26.627Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3269 | 2024-03-26T06:56:28.835Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3270 | 2024-03-26T06:56:28.838Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3271 | 2024-03-26T06:56:29.054Z | Documenting omicron-zone-package v0.11.0 |
3272 | 2024-03-26T06:56:30.284Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3273 | 2024-03-26T06:56:30.958Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3274 | 2024-03-26T06:56:30.958Z | --> sled-agent/src/sim/instance.rs:46:7 |
3275 | 2024-03-26T06:56:30.958Z | | |
3276 | 2024-03-26T06:56:30.958Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3277 | 2024-03-26T06:56:30.958Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3278 | 2024-03-26T06:56:30.958Z | | |
3279 | 2024-03-26T06:56:30.958Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3280 | 2024-03-26T06:56:30.958Z | |
3281 | 2024-03-26T06:56:32.416Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3282 | 2024-03-26T06:56:33.398Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3283 | 2024-03-26T06:56:34.577Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3284 | 2024-03-26T06:56:34.581Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3285 | 2024-03-26T06:56:34.732Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3286 | 2024-03-26T06:56:38.063Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3287 | 2024-03-26T06:56:38.882Z | Documenting termios v0.3.3 |
3288 | 2024-03-26T06:56:39.605Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3289 | 2024-03-26T06:56:43.237Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3290 | 2024-03-26T06:56:46.659Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3291 | 2024-03-26T06:56:49.746Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3292 | 2024-03-26T06:56:50.391Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3293 | 2024-03-26T06:56:54.120Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3294 | 2024-03-26T06:57:11.436Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3295 | 2024-03-26T06:57:20.659Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3296 | 2024-03-26T06:57:24.235Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3297 | 2024-03-26T06:57:26.705Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3298 | 2024-03-26T06:57:28.792Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3299 | 2024-03-26T06:57:29.223Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3300 | 2024-03-26T06:57:29.775Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3301 | 2024-03-26T06:57:29.945Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3302 | 2024-03-26T06:57:33.153Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3303 | 2024-03-26T06:58:01.024Z | warning: unresolved link to `VolumeConstructionRequest` |
3304 | 2024-03-26T06:58:01.024Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3305 | 2024-03-26T06:58:01.024Z | | |
3306 | 2024-03-26T06:58:01.024Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3307 | 2024-03-26T06:58:01.024Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3308 | 2024-03-26T06:58:01.024Z | | |
3309 | 2024-03-26T06:58:01.024Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3310 | 2024-03-26T06:58:01.024Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3311 | 2024-03-26T06:58:01.025Z | |
3312 | 2024-03-26T06:58:01.025Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3313 | 2024-03-26T06:58:01.025Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3314 | 2024-03-26T06:58:01.025Z | | |
3315 | 2024-03-26T06:58:01.025Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3316 | 2024-03-26T06:58:01.026Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3317 | 2024-03-26T06:58:01.026Z | |
3318 | 2024-03-26T06:58:01.026Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3319 | 2024-03-26T06:58:01.026Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3320 | 2024-03-26T06:58:01.026Z | | |
3321 | 2024-03-26T06:58:01.026Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3322 | 2024-03-26T06:58:01.027Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3323 | 2024-03-26T06:58:01.027Z | |
3324 | 2024-03-26T06:58:01.027Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3325 | 2024-03-26T06:58:01.027Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3326 | 2024-03-26T06:58:01.036Z | | |
3327 | 2024-03-26T06:58:01.036Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3328 | 2024-03-26T06:58:01.036Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3329 | 2024-03-26T06:58:01.037Z | |
3330 | 2024-03-26T06:58:01.037Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3331 | 2024-03-26T06:58:01.037Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3332 | 2024-03-26T06:58:01.037Z | | |
3333 | 2024-03-26T06:58:01.037Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3334 | 2024-03-26T06:58:01.037Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3335 | 2024-03-26T06:58:01.037Z | |
3336 | 2024-03-26T06:58:01.037Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3337 | 2024-03-26T06:58:01.038Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3338 | 2024-03-26T06:58:01.038Z | | |
3339 | 2024-03-26T06:58:01.038Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3340 | 2024-03-26T06:58:01.038Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3341 | 2024-03-26T06:58:01.038Z | |
3342 | 2024-03-26T06:58:01.038Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3343 | 2024-03-26T06:58:01.038Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3344 | 2024-03-26T06:58:01.038Z | | |
3345 | 2024-03-26T06:58:01.038Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3346 | 2024-03-26T06:58:01.039Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3347 | 2024-03-26T06:58:01.039Z | |
3348 | 2024-03-26T06:58:04.137Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3349 | 2024-03-26T06:58:19.895Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 36s |
3350 | 2024-03-26T06:58:19.975Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html |
3351 | 2024-03-26T06:58:19.975Z | Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html |
3352 | 2024-03-26T06:58:19.975Z | Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html |
3353 | 2024-03-26T06:58:19.975Z | Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html |
3354 | 2024-03-26T06:58:19.975Z | Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html |
3355 | 2024-03-26T06:58:19.975Z | Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html |
3356 | 2024-03-26T06:58:19.975Z | Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html |
3357 | 2024-03-26T06:58:19.983Z | Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html |
3358 | 2024-03-26T06:58:19.983Z | Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html |
3359 | 2024-03-26T06:58:19.984Z | Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html |
3360 | 2024-03-26T06:58:19.984Z | Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
3361 | 2024-03-26T06:58:19.984Z | Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html |
3362 | 2024-03-26T06:58:19.984Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html |
3363 | 2024-03-26T06:58:19.984Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html |
3364 | 2024-03-26T06:58:19.984Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html |
3365 | 2024-03-26T06:58:19.984Z | Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html |
3366 | 2024-03-26T06:58:19.984Z | Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html |
3367 | 2024-03-26T06:58:19.984Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html |
3368 | 2024-03-26T06:58:19.984Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html |
3369 | 2024-03-26T06:58:19.984Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html |
3370 | 2024-03-26T06:58:19.984Z | Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
3371 | 2024-03-26T06:58:19.984Z | Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html |
3372 | 2024-03-26T06:58:19.984Z | Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html |
3373 | 2024-03-26T06:58:19.984Z | Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html |
3374 | 2024-03-26T06:58:19.984Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
3375 | 2024-03-26T06:58:19.984Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html |
3376 | 2024-03-26T06:58:19.984Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html |
3377 | 2024-03-26T06:58:19.985Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html |
3378 | 2024-03-26T06:58:19.985Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html |
3379 | 2024-03-26T06:58:19.985Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html |
3380 | 2024-03-26T06:58:19.985Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html |
3381 | 2024-03-26T06:58:19.985Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html |
3382 | 2024-03-26T06:58:19.985Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html |
3383 | 2024-03-26T06:58:19.985Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html |
3384 | 2024-03-26T06:58:19.985Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html |
3385 | 2024-03-26T06:58:19.985Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html |
3386 | 2024-03-26T06:58:19.985Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html |
3387 | 2024-03-26T06:58:19.985Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
3388 | 2024-03-26T06:58:19.985Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html |
3389 | 2024-03-26T06:58:19.985Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html |
3390 | 2024-03-26T06:58:19.985Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html |
3391 | 2024-03-26T06:58:19.985Z | Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html |
3392 | 2024-03-26T06:58:19.985Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html |
3393 | 2024-03-26T06:58:19.985Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
3394 | 2024-03-26T06:58:19.985Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html |
3395 | 2024-03-26T06:58:19.985Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html |
3396 | 2024-03-26T06:58:19.985Z | Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html |
3397 | 2024-03-26T06:58:19.986Z | Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html |
3398 | 2024-03-26T06:58:19.986Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html |
3399 | 2024-03-26T06:58:19.986Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html |
3400 | 2024-03-26T06:58:19.986Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html |
3401 | 2024-03-26T06:58:19.986Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html |
3402 | 2024-03-26T06:58:19.986Z | Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html |
3403 | 2024-03-26T06:58:19.986Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3404 | 2024-03-26T06:58:19.986Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html |
3405 | 2024-03-26T06:58:19.986Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html |
3406 | 2024-03-26T06:58:19.986Z | Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html |
3407 | 2024-03-26T06:58:19.986Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3408 | 2024-03-26T06:58:19.986Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html |
3409 | 2024-03-26T06:58:19.986Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html |
3410 | 2024-03-26T06:58:19.986Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html |
3411 | 2024-03-26T06:58:19.986Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
3412 | 2024-03-26T06:58:19.986Z | Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html |
3413 | 2024-03-26T06:58:19.986Z | Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html |
3414 | 2024-03-26T06:58:19.986Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html |
3415 | 2024-03-26T06:58:19.986Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html |
3416 | 2024-03-26T06:58:19.986Z | Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html |
3417 | 2024-03-26T06:58:19.987Z | Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html |
3418 | 2024-03-26T06:58:19.987Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html |
3419 | 2024-03-26T06:58:19.987Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html |
3420 | 2024-03-26T06:58:19.987Z | Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html |
3421 | 2024-03-26T06:58:19.987Z | Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html |
3422 | 2024-03-26T06:58:19.987Z | Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html |
3423 | 2024-03-26T06:58:19.987Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html |
3424 | 2024-03-26T06:58:19.987Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html |
3425 | 2024-03-26T06:58:19.987Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html |
3426 | 2024-03-26T06:58:19.987Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html |
3427 | 2024-03-26T06:58:19.987Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html |
3428 | 2024-03-26T06:58:19.987Z | Generated /work/oxidecomputer/omicron/target/doc/zone_networking/index.html |
3429 | 2024-03-26T06:58:20.005Z | |
3430 | 2024-03-26T06:58:20.010Z | real 11:36.847584532 |
3431 | 2024-03-26T06:58:20.010Z | user 33:12.763480456 |
3432 | 2024-03-26T06:58:20.010Z | sys 46:59.086415850 |
3433 | 2024-03-26T06:58:20.010Z | trap 0.908277197 |
3434 | 2024-03-26T06:58:20.010Z | tflt 0.579090834 |
3435 | 2024-03-26T06:58:20.010Z | dflt 0.212850397 |
3436 | 2024-03-26T06:58:20.011Z | kflt 0.000087929 |
3437 | 2024-03-26T06:58:20.011Z | lock 3:13:54.798290434 |
3438 | 2024-03-26T06:58:20.011Z | slp 3:11:43.060482772 |
3439 | 2024-03-26T06:58:20.011Z | lat 4:08.104925531 |
3440 | 2024-03-26T06:58:20.011Z | stop 1:43.401536751 |
3441 | 2024-03-26T06:58:20.011Z | process exited: duration 1291149 ms, exit code 0 |
|
3442 | 2024-03-26T06:58:20.035Z | found 0 output files |