|
|
|
1 | 2024-04-16T05:31:14.290Z | job assigned to worker 01HVJP30REG6W9DSNYWYZ7DYEX (queued for 2 m 0 s) |
|
2 | 2024-04-16T05:31:21.669Z | starting task 0: "setup" |
3 | 2024-04-16T05:31:21.722Z | ++ uname -s |
4 | 2024-04-16T05:31:21.735Z | + kern=SunOS |
5 | 2024-04-16T05:31:21.735Z | + case "$kern" in |
6 | 2024-04-16T05:31:21.735Z | + groupadd -g 12345 build |
7 | 2024-04-16T05:31:21.790Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-04-16T05:31:23.803Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-04-16T05:31:24.263Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-04-16T05:31:24.266Z | + home_fs=zfs |
11 | 2024-04-16T05:31:24.266Z | + [[ zfs == autofs ]] |
12 | 2024-04-16T05:31:24.266Z | + mkdir -p /home/build |
13 | 2024-04-16T05:31:24.269Z | + chown build:build /home/build /work |
14 | 2024-04-16T05:31:26.269Z | + chmod 0700 /home/build /work |
15 | 2024-04-16T05:31:26.272Z | process exited: duration 4603 ms, exit code 0 |
|
16 | 2024-04-16T05:31:26.279Z | starting task 1: "rust-toolchain" |
17 | 2024-04-16T05:31:26.287Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-04-16T05:31:26.291Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-04-16T05:31:26.399Z | info: downloading installer |
20 | 2024-04-16T05:31:28.313Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-04-16T05:31:28.313Z | warning: /opt/ooce/bin |
22 | 2024-04-16T05:31:28.314Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-04-16T05:31:28.314Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-04-16T05:31:28.314Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-04-16T05:31:28.314Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-04-16T05:31:28.314Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-04-16T05:31:28.314Z | error: cannot install while Rust is installed |
28 | 2024-04-16T05:31:28.314Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-04-16T05:31:28.710Z | info: profile set to 'default' |
30 | 2024-04-16T05:31:28.710Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-04-16T05:31:28.717Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-04-16T05:31:28.835Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-04-16T05:31:28.835Z | info: downloading component 'cargo' |
34 | 2024-04-16T05:31:29.492Z | info: downloading component 'clippy' |
35 | 2024-04-16T05:31:29.728Z | info: downloading component 'rust-docs' |
36 | 2024-04-16T05:31:30.569Z | info: downloading component 'rust-std' |
37 | 2024-04-16T05:31:32.485Z | info: downloading component 'rustc' |
38 | 2024-04-16T05:31:35.674Z | info: downloading component 'rustfmt' |
39 | 2024-04-16T05:31:35.887Z | info: installing component 'cargo' |
40 | 2024-04-16T05:31:36.690Z | info: installing component 'clippy' |
41 | 2024-04-16T05:31:37.046Z | info: installing component 'rust-docs' |
42 | 2024-04-16T05:31:38.424Z | info: installing component 'rust-std' |
43 | 2024-04-16T05:31:40.206Z | info: installing component 'rustc' |
44 | 2024-04-16T05:31:44.682Z | info: installing component 'rustfmt' |
45 | 2024-04-16T05:31:44.685Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-04-16T05:31:44.686Z | |
47 | 2024-04-16T05:31:44.918Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-04-16T05:31:44.918Z | |
49 | 2024-04-16T05:31:44.925Z | |
50 | 2024-04-16T05:31:44.925Z | Rust is installed now. Great! |
51 | 2024-04-16T05:31:44.925Z | |
52 | 2024-04-16T05:31:44.925Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-04-16T05:31:44.925Z | environment variable. This has not been done automatically. |
54 | 2024-04-16T05:31:44.925Z | |
55 | 2024-04-16T05:31:44.925Z | To configure your current shell, you need to source |
56 | 2024-04-16T05:31:44.925Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-04-16T05:31:44.925Z | |
58 | 2024-04-16T05:31:44.925Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-04-16T05:31:44.925Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-04-16T05:31:44.925Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-04-16T05:31:45.040Z | + rustc --version |
62 | 2024-04-16T05:31:45.110Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-04-16T05:31:45.115Z | process exited: duration 18825 ms, exit code 0 |
|
64 | 2024-04-16T05:31:45.128Z | starting task 2: "authentication" |
65 | 2024-04-16T05:31:45.154Z | process exited: duration 26 ms, exit code 0 |
|
66 | 2024-04-16T05:31:45.180Z | starting task 3: "clone repository" |
67 | 2024-04-16T05:31:45.187Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-04-16T05:31:45.194Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-04-16T05:31:45.555Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-04-16T05:31:52.110Z | + cd /work/oxidecomputer/omicron |
71 | 2024-04-16T05:31:52.110Z | + git fetch origin c6f713bb193c1f972d95caafb3aebd2b0195f918 |
72 | 2024-04-16T05:31:52.419Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-04-16T05:31:52.419Z | * branch c6f713bb193c1f972d95caafb3aebd2b0195f918 -> FETCH_HEAD |
74 | 2024-04-16T05:31:52.427Z | + [[ -n '' ]] |
75 | 2024-04-16T05:31:52.427Z | + git reset --hard c6f713bb193c1f972d95caafb3aebd2b0195f918 |
76 | 2024-04-16T05:31:52.558Z | HEAD is now at c6f713bb1 chore(deps): update rust crate serde_json to 1.0.116 |
77 | 2024-04-16T05:31:52.564Z | process exited: duration 7381 ms, exit code 0 |
|
78 | 2024-04-16T05:31:52.572Z | starting task 4: "build" |
79 | 2024-04-16T05:31:52.577Z | + cargo --version |
80 | 2024-04-16T05:31:52.582Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
81 | 2024-04-16T05:31:52.738Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
82 | 2024-04-16T05:31:52.739Z | info: downloading component 'cargo' |
83 | 2024-04-16T05:31:53.619Z | info: downloading component 'clippy' |
84 | 2024-04-16T05:31:53.902Z | info: downloading component 'rust-docs' |
85 | 2024-04-16T05:31:55.081Z | info: downloading component 'rust-std' |
86 | 2024-04-16T05:31:56.893Z | info: downloading component 'rustc' |
87 | 2024-04-16T05:32:01.598Z | info: downloading component 'rustfmt' |
88 | 2024-04-16T05:32:01.918Z | info: installing component 'cargo' |
89 | 2024-04-16T05:32:02.738Z | info: installing component 'clippy' |
90 | 2024-04-16T05:32:03.071Z | info: installing component 'rust-docs' |
91 | 2024-04-16T05:32:04.539Z | info: installing component 'rust-std' |
92 | 2024-04-16T05:32:06.153Z | info: installing component 'rustc' |
93 | 2024-04-16T05:32:10.305Z | info: installing component 'rustfmt' |
94 | 2024-04-16T05:32:10.699Z | cargo 1.77.2 (e52e36006 2024-03-26) |
95 | 2024-04-16T05:32:10.703Z | + rustc --version |
96 | 2024-04-16T05:32:10.766Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
97 | 2024-04-16T05:32:10.770Z | + source ./env.sh |
98 | 2024-04-16T05:32:10.773Z | ++ set -o xtrace |
99 | 2024-04-16T05:32:10.773Z | ++++ dirname ./env.sh |
100 | 2024-04-16T05:32:10.824Z | +++ readlink -f . |
101 | 2024-04-16T05:32:10.935Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2024-04-16T05:32:10.942Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2024-04-16T05:32:10.942Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2024-04-16T05:32:10.942Z | ++ 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 |
105 | 2024-04-16T05:32:10.942Z | ++ 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 |
106 | 2024-04-16T05:32:10.942Z | ++ 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 |
107 | 2024-04-16T05:32:10.942Z | ++ 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 |
108 | 2024-04-16T05:32:10.942Z | ++ 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 |
109 | 2024-04-16T05:32:10.942Z | ++ 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 |
110 | 2024-04-16T05:32:10.942Z | ++ unset OMICRON_WS |
111 | 2024-04-16T05:32:10.942Z | ++ set +o xtrace |
112 | 2024-04-16T05:32:10.947Z | |
113 | 2024-04-16T05:32:10.947Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2024-04-16T05:32:10.947Z | # # # # # # # # # # # # # # # |
115 | 2024-04-16T05:32:10.947Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2024-04-16T05:32:10.947Z | ##### ##### # ##### # # # # # # # # # |
117 | 2024-04-16T05:32:10.947Z | # # # # # # # # # # # # # # # |
118 | 2024-04-16T05:32:10.947Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2024-04-16T05:32:10.948Z | |
120 | 2024-04-16T05:32:21.952Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2024-04-16T05:32:23.511Z | Startup: Caching catalogs ... Done |
122 | 2024-04-16T05:32:25.731Z | Planning: Solver setup ... Done (1.805s) |
123 | 2024-04-16T05:32:25.763Z | Planning: Running solver ... Done (0.034s) |
124 | 2024-04-16T05:32:25.960Z | Planning: Finding local manifests ... Done (0.166s) |
125 | 2024-04-16T05:32:25.972Z | Planning: Fetching manifests: 0/4 0% complete |
126 | 2024-04-16T05:32:26.345Z | Planning: Fetching manifests: 4/4 100% complete |
127 | 2024-04-16T05:32:26.393Z | Planning: Package planning ... Done (0.048s) |
128 | 2024-04-16T05:32:26.443Z | Planning: Merging actions ... Done (0.050s) |
129 | 2024-04-16T05:32:26.942Z | Planning: Checking for conflicting actions ... Done (0.499s) |
130 | 2024-04-16T05:32:26.954Z | Planning: Consolidating action changes ... Done (0.011s) |
131 | 2024-04-16T05:32:34.036Z | Planning: Evaluating mediators ... Done (7.080s) |
132 | 2024-04-16T05:32:34.043Z | Planning: Planning completed in 10.47 seconds |
133 | 2024-04-16T05:32:34.059Z | Packages to install: 4 |
134 | 2024-04-16T05:32:34.059Z | Mediators to change: 2 |
135 | 2024-04-16T05:32:34.063Z | Services to change: 1 |
136 | 2024-04-16T05:32:34.063Z | Estimated space available: 155.32 GB |
137 | 2024-04-16T05:32:34.063Z | Estimated space to be consumed: 1.44 GB |
138 | 2024-04-16T05:32:34.063Z | Create boot environment: No |
139 | 2024-04-16T05:32:34.063Z | Create backup boot environment: No |
140 | 2024-04-16T05:32:34.063Z | Rebuild boot archive: No |
141 | 2024-04-16T05:32:34.063Z | |
142 | 2024-04-16T05:32:34.063Z | Changed mediators: |
143 | 2024-04-16T05:32:34.063Z | mediator clang: |
144 | 2024-04-16T05:32:34.063Z | version: None -> 15 (system default) |
145 | 2024-04-16T05:32:34.063Z | |
146 | 2024-04-16T05:32:34.063Z | mediator llvm: |
147 | 2024-04-16T05:32:34.063Z | version: 14 (system default) -> 15 (system default) |
148 | 2024-04-16T05:32:34.063Z | |
149 | 2024-04-16T05:32:34.063Z | Changed packages: |
150 | 2024-04-16T05:32:34.063Z | helios-dev |
151 | 2024-04-16T05:32:34.064Z | developer/build-essential |
152 | 2024-04-16T05:32:34.064Z | None -> 11-2.0 |
153 | 2024-04-16T05:32:34.064Z | library/libxmlsec1 |
154 | 2024-04-16T05:32:34.064Z | None -> 1.2.35-2.0 |
155 | 2024-04-16T05:32:34.064Z | ooce/developer/clang-15 |
156 | 2024-04-16T05:32:34.064Z | None -> 15.0.7-2.0 |
157 | 2024-04-16T05:32:34.064Z | ooce/developer/llvm-15 |
158 | 2024-04-16T05:32:34.064Z | None -> 15.0.7-2.0 |
159 | 2024-04-16T05:32:34.064Z | |
160 | 2024-04-16T05:32:34.064Z | Services: |
161 | 2024-04-16T05:32:34.064Z | restart_fmri: |
162 | 2024-04-16T05:32:34.064Z | svc:/system/update-man-index:default |
163 | 2024-04-16T05:32:34.129Z | |
164 | 2024-04-16T05:32:34.129Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
165 | 2024-04-16T05:32:39.134Z | Download: 884/3290 items 18.9/212.6MB 8% complete (3.9M/s) |
166 | 2024-04-16T05:32:44.238Z | Download: 1195/3290 items 61.5/212.6MB 28% complete (6.8M/s) |
167 | 2024-04-16T05:32:49.252Z | Download: 1876/3290 items 118.6/212.6MB 55% complete (10.0M/s) |
168 | 2024-04-16T05:32:58.111Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (9.2M/s) |
169 | 2024-04-16T05:33:03.112Z | Download: 3221/3290 items 168.7/212.6MB 79% complete (9.8M/s) |
170 | 2024-04-16T05:33:06.004Z | Download: Completed 212.60 MB in 31.87 seconds (6.7M/s) |
171 | 2024-04-16T05:33:06.229Z | Actions: 1/3689 actions (Installing new actions) |
172 | 2024-04-16T05:33:11.302Z | Actions: 3672/3689 actions (Installing new actions) |
173 | 2024-04-16T05:33:11.310Z | Actions: Completed 3689 actions in 5.06 seconds. |
174 | 2024-04-16T05:33:11.399Z | Done (0.108s) |
175 | 2024-04-16T05:33:11.399Z | Done (0.000s) |
176 | 2024-04-16T05:33:11.664Z | Done (0.264s) |
177 | 2024-04-16T05:33:16.926Z | Done (5.120s) |
178 | 2024-04-16T05:33:17.127Z | Done (0.130s) |
179 | 2024-04-16T05:33:17.131Z | Done (0.000s) |
180 | 2024-04-16T05:33:17.285Z | Done (0.000s) |
181 | 2024-04-16T05:33:17.819Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-04-16T05:33:17.981Z | Planning: Checking for conflicting actions ... Done |
183 | 2024-04-16T05:33:17.985Z | Planning: Consolidating action changes ... Done |
184 | 2024-04-16T05:33:18.248Z | Planning: Evaluating mediators ... Done |
185 | 2024-04-16T05:33:18.253Z | Planning: Planning completed in 0.43 seconds |
186 | 2024-04-16T05:33:18.281Z | Mediators to change: 2 |
187 | 2024-04-16T05:33:18.281Z | Create boot environment: No |
188 | 2024-04-16T05:33:18.284Z | Create backup boot environment: No |
189 | 2024-04-16T05:33:18.345Z | Done |
190 | 2024-04-16T05:33:18.345Z | Done |
191 | 2024-04-16T05:33:18.502Z | Done |
192 | 2024-04-16T05:33:22.063Z | Done |
193 | 2024-04-16T05:33:22.147Z | Done |
194 | 2024-04-16T05:33:22.151Z | Done |
195 | 2024-04-16T05:33:22.255Z | Done |
196 | 2024-04-16T05:33:22.895Z | Planning: Evaluating mediator changes ... Done |
197 | 2024-04-16T05:33:22.901Z | Planning: Merging actions ... Done |
198 | 2024-04-16T05:33:23.084Z | Planning: Checking for conflicting actions ... Done |
199 | 2024-04-16T05:33:23.091Z | Planning: Consolidating action changes ... Done |
200 | 2024-04-16T05:33:23.349Z | Planning: Evaluating mediators ... Done |
201 | 2024-04-16T05:33:23.404Z | Planning: Planning completed in 0.78 seconds |
202 | 2024-04-16T05:33:23.439Z | Packages to change: 1 |
203 | 2024-04-16T05:33:23.439Z | Mediators to change: 1 |
204 | 2024-04-16T05:33:23.443Z | Services to change: 1 |
205 | 2024-04-16T05:33:23.443Z | Create boot environment: No |
206 | 2024-04-16T05:33:23.443Z | Create backup boot environment: Yes |
207 | 2024-04-16T05:33:25.355Z | Actions: 1/6 actions (Updating modified actions) |
208 | 2024-04-16T05:33:25.361Z | Actions: Completed 6 actions in 0.00 seconds. |
209 | 2024-04-16T05:33:25.361Z | Done |
210 | 2024-04-16T05:33:25.361Z | Done |
211 | 2024-04-16T05:33:25.410Z | Done |
212 | 2024-04-16T05:33:29.007Z | Done |
213 | 2024-04-16T05:33:29.101Z | Done |
214 | 2024-04-16T05:33:29.104Z | Done |
215 | 2024-04-16T05:33:29.211Z | Done |
216 | 2024-04-16T05:33:29.650Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
217 | 2024-04-16T05:33:29.650Z | clang system 15 system |
218 | 2024-04-16T05:33:29.650Z | csh system system illumos |
219 | 2024-04-16T05:33:29.650Z | ctags system system illumos |
220 | 2024-04-16T05:33:29.650Z | gcc vendor 12 vendor |
221 | 2024-04-16T05:33:29.650Z | gcc system 10 system |
222 | 2024-04-16T05:33:29.650Z | gcc system 7 system |
223 | 2024-04-16T05:33:29.650Z | go system 1.20 system |
224 | 2024-04-16T05:33:29.650Z | go system 1.19 system |
225 | 2024-04-16T05:33:29.650Z | llvm system 15 system |
226 | 2024-04-16T05:33:29.650Z | llvm system 14 system |
227 | 2024-04-16T05:33:29.650Z | mariadb system 10.6 system |
228 | 2024-04-16T05:33:29.650Z | mta vendor vendor dma |
229 | 2024-04-16T05:33:29.650Z | openjdk system 17 system |
230 | 2024-04-16T05:33:29.650Z | openjdk system 11 system |
231 | 2024-04-16T05:33:29.650Z | openjdk system 1.8 system |
232 | 2024-04-16T05:33:29.650Z | openssl vendor 3 vendor |
233 | 2024-04-16T05:33:29.650Z | perl system 5.36 system |
234 | 2024-04-16T05:33:29.650Z | postgresql system 15 system |
235 | 2024-04-16T05:33:29.650Z | postgresql system 13 system |
236 | 2024-04-16T05:33:29.650Z | python vendor 3 vendor |
237 | 2024-04-16T05:33:29.650Z | python system 2 system |
238 | 2024-04-16T05:33:29.651Z | python3 system 3.11 system |
239 | 2024-04-16T05:33:29.651Z | ruby system 3.0 system |
240 | 2024-04-16T05:33:29.651Z | words vendor vendor american-english |
241 | 2024-04-16T05:33:29.651Z | words system system australian-english |
242 | 2024-04-16T05:33:29.651Z | words system system british-english |
243 | 2024-04-16T05:33:29.651Z | words system system canadian-english |
244 | 2024-04-16T05:33:29.651Z | words system system french |
245 | 2024-04-16T05:33:29.651Z | words system system italian |
246 | 2024-04-16T05:33:29.651Z | words system system ngerman |
247 | 2024-04-16T05:33:29.651Z | words system system ogerman |
248 | 2024-04-16T05:33:29.651Z | words system system spanish |
249 | 2024-04-16T05:33:29.978Z | PUBLISHER TYPE STATUS P LOCATION |
250 | 2024-04-16T05:33:29.978Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
251 | 2024-04-16T05:33:31.279Z | FMRI IFO |
252 | 2024-04-16T05:33:31.279Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
253 | 2024-04-16T05:33:31.279Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
254 | 2024-04-16T05:33:31.279Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
255 | 2024-04-16T05:33:31.279Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
256 | 2024-04-16T05:33:31.280Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
257 | 2024-04-16T05:33:31.280Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
258 | 2024-04-16T05:33:31.280Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
259 | 2024-04-16T05:33:31.280Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
260 | 2024-04-16T05:33:31.280Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
261 | 2024-04-16T05:33:31.280Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
262 | 2024-04-16T05:33:31.280Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
263 | 2024-04-16T05:33:31.280Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
264 | 2024-04-16T05:33:31.521Z | + set -o errexit |
265 | 2024-04-16T05:33:31.529Z | +++ dirname ./tools/ci_download_cockroachdb |
266 | 2024-04-16T05:33:31.530Z | ++ cd ./tools |
267 | 2024-04-16T05:33:31.530Z | ++ pwd |
268 | 2024-04-16T05:33:31.530Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
269 | 2024-04-16T05:33:31.530Z | ++ basename ./tools/ci_download_cockroachdb |
270 | 2024-04-16T05:33:31.530Z | + ARG0=ci_download_cockroachdb |
271 | 2024-04-16T05:33:31.535Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
272 | 2024-04-16T05:33:31.535Z | + CIDL_VERSION=v22.1.9 |
273 | 2024-04-16T05:33:31.535Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
274 | 2024-04-16T05:33:31.535Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
275 | 2024-04-16T05:33:31.535Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
276 | 2024-04-16T05:33:31.535Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
277 | 2024-04-16T05:33:31.535Z | + TARGET_DIR=out |
278 | 2024-04-16T05:33:31.535Z | + DOWNLOAD_DIR=out/downloads |
279 | 2024-04-16T05:33:31.535Z | + DEST_DIR=./out/cockroachdb |
280 | 2024-04-16T05:33:31.536Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
281 | 2024-04-16T05:33:31.536Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
282 | 2024-04-16T05:33:31.536Z | + main |
283 | 2024-04-16T05:33:31.536Z | + [[ 0 != 0 ]] |
284 | 2024-04-16T05:33:31.536Z | + CIDL_OS=solaris2.11 |
285 | 2024-04-16T05:33:31.536Z | + [[ 0 != 0 ]] |
286 | 2024-04-16T05:33:31.536Z | + configure_os solaris2.11 |
287 | 2024-04-16T05:33:31.536Z | + echo 'current directory: /work/oxidecomputer/omicron' |
288 | 2024-04-16T05:33:31.536Z | current directory: /work/oxidecomputer/omicron |
289 | 2024-04-16T05:33:31.536Z | + echo 'configuring based on OS: "solaris2.11"' |
290 | 2024-04-16T05:33:31.536Z | + case "$1" in |
291 | 2024-04-16T05:33:31.536Z | + CIDL_BUILD=illumos |
292 | 2024-04-16T05:33:31.536Z | + CIDL_SUFFIX=tar.gz |
293 | 2024-04-16T05:33:31.536Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
294 | 2024-04-16T05:33:31.536Z | + CIDL_URL_BASE=https://illumos.org/downloads |
295 | 2024-04-16T05:33:31.536Z | configuring based on OS: "solaris2.11" |
296 | 2024-04-16T05:33:31.536Z | + CIDL_ASSEMBLE=do_assemble_illumos |
297 | 2024-04-16T05:33:31.536Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
298 | 2024-04-16T05:33:31.536Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-04-16T05:33:31.536Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-04-16T05:33:31.536Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
301 | 2024-04-16T05:33:31.536Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-04-16T05:33:31.536Z | + CIDL_SHA256FUNC=do_sha256sum |
303 | 2024-04-16T05:33:31.537Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
304 | 2024-04-16T05:33:31.537Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-04-16T05:33:31.537Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
306 | 2024-04-16T05:33:31.537Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2024-04-16T05:33:31.537Z | + mkdir -p out/downloads |
308 | 2024-04-16T05:33:31.537Z | + mkdir -p ./out/cockroachdb |
309 | 2024-04-16T05:33:31.545Z | + local DO_DOWNLOAD=true |
310 | 2024-04-16T05:33:31.545Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
311 | 2024-04-16T05:33:31.545Z | + '[' true == true ']' |
312 | 2024-04-16T05:33:31.545Z | + echo Downloading... |
313 | 2024-04-16T05:33:31.545Z | Downloading... |
314 | 2024-04-16T05:33:31.545Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
315 | 2024-04-16T05:33:31.545Z | + 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 |
316 | 2024-04-16T05:33:35.266Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
317 | 2024-04-16T05:33:35.273Z | ++ sha256sum |
318 | 2024-04-16T05:33:35.273Z | ++ awk '{print $1}' |
319 | 2024-04-16T05:33:35.366Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
320 | 2024-04-16T05:33:35.380Z | + [[ 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 ]] |
321 | 2024-04-16T05:33:35.380Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
322 | 2024-04-16T05:33:35.380Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
323 | 2024-04-16T05:33:37.541Z | + do_assemble_illumos |
324 | 2024-04-16T05:33:37.544Z | + rm -r ./out/cockroachdb |
325 | 2024-04-16T05:33:37.545Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
326 | 2024-04-16T05:33:37.968Z | + ./out/cockroachdb/bin/cockroach version |
327 | 2024-04-16T05:33:38.141Z | Build Tag: v22.1.9-dirty |
328 | 2024-04-16T05:33:38.141Z | Build Time: 2022/10/26 21:17:46 |
329 | 2024-04-16T05:33:38.141Z | Distribution: OSS |
330 | 2024-04-16T05:33:38.141Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
331 | 2024-04-16T05:33:38.141Z | Go Version: go1.17.13 |
332 | 2024-04-16T05:33:38.142Z | C Compiler: gcc 10.3.0 |
333 | 2024-04-16T05:33:38.142Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
334 | 2024-04-16T05:33:38.142Z | Build Type: release |
335 | 2024-04-16T05:33:38.158Z | + set -o errexit |
336 | 2024-04-16T05:33:38.162Z | +++ dirname ./tools/ci_download_clickhouse |
337 | 2024-04-16T05:33:38.162Z | ++ cd ./tools |
338 | 2024-04-16T05:33:38.162Z | ++ pwd |
339 | 2024-04-16T05:33:38.165Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
340 | 2024-04-16T05:33:38.165Z | ++ basename ./tools/ci_download_clickhouse |
341 | 2024-04-16T05:33:38.165Z | + ARG0=ci_download_clickhouse |
342 | 2024-04-16T05:33:38.165Z | + TARGET_DIR=out |
343 | 2024-04-16T05:33:38.165Z | + DOWNLOAD_DIR=out/downloads |
344 | 2024-04-16T05:33:38.165Z | + DEST_DIR=./out/clickhouse |
345 | 2024-04-16T05:33:38.171Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
346 | 2024-04-16T05:33:38.171Z | + CIDL_VERSION=v23.8.7.24 |
347 | 2024-04-16T05:33:38.171Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
348 | 2024-04-16T05:33:38.171Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
349 | 2024-04-16T05:33:38.171Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
350 | 2024-04-16T05:33:38.171Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
351 | 2024-04-16T05:33:38.171Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
352 | 2024-04-16T05:33:38.171Z | + main |
353 | 2024-04-16T05:33:38.171Z | + [[ 0 != 0 ]] |
354 | 2024-04-16T05:33:38.171Z | + CIDL_OS=solaris2.11 |
355 | 2024-04-16T05:33:38.171Z | + [[ 0 != 0 ]] |
356 | 2024-04-16T05:33:38.172Z | + configure_os solaris2.11 |
357 | 2024-04-16T05:33:38.172Z | + echo 'current directory: /work/oxidecomputer/omicron' |
358 | 2024-04-16T05:33:38.172Z | current directory: /work/oxidecomputer/omicron |
359 | 2024-04-16T05:33:38.172Z | + echo 'configuring based on OS: "solaris2.11"' |
360 | 2024-04-16T05:33:38.172Z | + CIDL_DASHREV= |
361 | 2024-04-16T05:33:38.172Z | + case "$1" in |
362 | 2024-04-16T05:33:38.172Z | configuring based on OS: "solaris2.11" |
363 | 2024-04-16T05:33:38.172Z | + CIDL_PLATFORM=illumos |
364 | 2024-04-16T05:33:38.172Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
365 | 2024-04-16T05:33:38.172Z | + CIDL_MD5FUNC=do_md5sum |
366 | 2024-04-16T05:33:38.172Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
367 | 2024-04-16T05:33:38.172Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
368 | 2024-04-16T05:33:38.172Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
369 | 2024-04-16T05:33:38.172Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
370 | 2024-04-16T05:33:38.172Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
371 | 2024-04-16T05:33:38.172Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
372 | 2024-04-16T05:33:38.172Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
373 | 2024-04-16T05:33:38.172Z | + mkdir -p out/downloads |
374 | 2024-04-16T05:33:38.173Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
375 | 2024-04-16T05:33:38.176Z | + mkdir -p ./out/clickhouse |
376 | 2024-04-16T05:33:38.177Z | + local DO_DOWNLOAD=true |
377 | 2024-04-16T05:33:38.177Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
378 | 2024-04-16T05:33:38.177Z | + '[' true == true ']' |
379 | 2024-04-16T05:33:38.177Z | + echo Downloading... |
380 | 2024-04-16T05:33:38.177Z | Downloading... |
381 | 2024-04-16T05:33:38.177Z | + 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 |
382 | 2024-04-16T05:33:38.177Z | + 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 |
383 | 2024-04-16T05:33:39.765Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
384 | 2024-04-16T05:33:39.773Z | ++ md5sum |
385 | 2024-04-16T05:33:39.773Z | ++ awk '{print $1}' |
386 | 2024-04-16T05:33:39.988Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
387 | 2024-04-16T05:33:39.995Z | + [[ 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 ]] |
388 | 2024-04-16T05:33:39.995Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
389 | 2024-04-16T05:33:39.995Z | + mkdir -p ./out/clickhouse |
390 | 2024-04-16T05:33:39.995Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
391 | 2024-04-16T05:33:43.851Z | + [[ solaris2.11 == darwin* ]] |
392 | 2024-04-16T05:33:43.852Z | + ./out/clickhouse/clickhouse server --version |
393 | 2024-04-16T05:33:44.543Z | ClickHouse server version 23.8.7.1. |
394 | 2024-04-16T05:33:44.555Z | + set -o errexit |
395 | 2024-04-16T05:33:44.555Z | +++ dirname ./tools/ci_download_console |
396 | 2024-04-16T05:33:44.555Z | ++ cd ./tools |
397 | 2024-04-16T05:33:44.555Z | ++ pwd |
398 | 2024-04-16T05:33:44.556Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
399 | 2024-04-16T05:33:44.556Z | ++ basename ./tools/ci_download_console |
400 | 2024-04-16T05:33:44.556Z | + ARG0=ci_download_console |
401 | 2024-04-16T05:33:44.556Z | + TARGET_DIR=out |
402 | 2024-04-16T05:33:44.556Z | + DOWNLOAD_DIR=out/downloads |
403 | 2024-04-16T05:33:44.556Z | + DEST_DIR=./out/console-assets |
404 | 2024-04-16T05:33:44.556Z | + source /work/oxidecomputer/omicron/tools/console_version |
405 | 2024-04-16T05:33:44.556Z | ++ COMMIT=2ba444caf8d19830c41448847f0acf61d4a5d2b2 |
406 | 2024-04-16T05:33:44.556Z | ++ SHA2=752ea88d5d3e2f92d32a8d91d3ad7f3a154086d177511a18401cb14a55eb1ea4 |
407 | 2024-04-16T05:33:44.556Z | + URL=https://dl.oxide.computer/releases/console/2ba444caf8d19830c41448847f0acf61d4a5d2b2.tar.gz |
408 | 2024-04-16T05:33:44.556Z | + TARBALL_FILE=out/downloads/console.tar.gz |
409 | 2024-04-16T05:33:44.556Z | + main |
410 | 2024-04-16T05:33:44.556Z | + [[ 0 != 0 ]] |
411 | 2024-04-16T05:33:44.556Z | + echo 'URL: https://dl.oxide.computer/releases/console/2ba444caf8d19830c41448847f0acf61d4a5d2b2.tar.gz' |
412 | 2024-04-16T05:33:44.556Z | URL: https://dl.oxide.computer/releases/console/2ba444caf8d19830c41448847f0acf61d4a5d2b2.tar.gz |
413 | 2024-04-16T05:33:44.556Z | Local file: out/downloads/console.tar.gz |
414 | 2024-04-16T05:33:44.556Z | + echo 'Local file: out/downloads/console.tar.gz' |
415 | 2024-04-16T05:33:44.556Z | + local DO_DOWNLOAD=true |
416 | 2024-04-16T05:33:44.556Z | + [[ -f out/downloads/console.tar.gz ]] |
417 | 2024-04-16T05:33:44.556Z | + mkdir -p out/downloads |
418 | 2024-04-16T05:33:44.557Z | + '[' true == true ']' |
419 | 2024-04-16T05:33:44.557Z | + echo Downloading... |
420 | 2024-04-16T05:33:44.557Z | Downloading... |
421 | 2024-04-16T05:33:44.557Z | + do_download_curl https://dl.oxide.computer/releases/console/2ba444caf8d19830c41448847f0acf61d4a5d2b2.tar.gz out/downloads/console.tar.gz |
422 | 2024-04-16T05:33:44.557Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/2ba444caf8d19830c41448847f0acf61d4a5d2b2.tar.gz |
423 | 2024-04-16T05:33:44.781Z | ++ do_sha256sum out/downloads/console.tar.gz |
424 | 2024-04-16T05:33:44.781Z | ++ case "$OSTYPE" in |
425 | 2024-04-16T05:33:44.784Z | ++ SHA=sha256sum |
426 | 2024-04-16T05:33:44.784Z | ++ sha256sum |
427 | 2024-04-16T05:33:44.784Z | ++ awk '{print $1}' |
428 | 2024-04-16T05:33:44.788Z | + calculated_sha2=752ea88d5d3e2f92d32a8d91d3ad7f3a154086d177511a18401cb14a55eb1ea4 |
429 | 2024-04-16T05:33:44.788Z | + [[ 752ea88d5d3e2f92d32a8d91d3ad7f3a154086d177511a18401cb14a55eb1ea4 != \7\5\2\e\a\8\8\d\5\d\3\e\2\f\9\2\d\3\2\a\8\d\9\1\d\3\a\d\7\f\3\a\1\5\4\0\8\6\d\1\7\7\5\1\1\a\1\8\4\0\1\c\b\1\4\a\5\5\e\b\1\e\a\4 ]] |
430 | 2024-04-16T05:33:44.788Z | + rm -rf ./out/console-assets |
431 | 2024-04-16T05:33:44.788Z | + mkdir -p ./out/console-assets |
432 | 2024-04-16T05:33:44.792Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
433 | 2024-04-16T05:33:44.792Z | + mkdir -p ./out/console-assets |
434 | 2024-04-16T05:33:44.795Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
435 | 2024-04-16T05:33:44.884Z | + set -o errexit |
436 | 2024-04-16T05:33:44.887Z | +++ dirname ./tools/ci_download_maghemite_openapi |
437 | 2024-04-16T05:33:44.890Z | ++ cd ./tools |
438 | 2024-04-16T05:33:44.890Z | ++ pwd |
439 | 2024-04-16T05:33:44.890Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
440 | 2024-04-16T05:33:44.891Z | ++ basename ./tools/ci_download_maghemite_openapi |
441 | 2024-04-16T05:33:44.891Z | + ARG0=ci_download_maghemite_openapi |
442 | 2024-04-16T05:33:44.891Z | + TARGET_DIR=out |
443 | 2024-04-16T05:33:44.894Z | + DOWNLOAD_DIR=out/downloads |
444 | 2024-04-16T05:33:44.894Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
445 | 2024-04-16T05:33:44.894Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
446 | 2024-04-16T05:33:44.894Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
447 | 2024-04-16T05:33:44.894Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
448 | 2024-04-16T05:33:44.894Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
449 | 2024-04-16T05:33:44.894Z | + main |
450 | 2024-04-16T05:33:44.894Z | + rm -rf out/downloads/root |
451 | 2024-04-16T05:33:44.894Z | + [[ 0 != 0 ]] |
452 | 2024-04-16T05:33:44.895Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
453 | 2024-04-16T05:33:44.895Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
454 | 2024-04-16T05:33:44.895Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
455 | 2024-04-16T05:33:44.895Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
456 | 2024-04-16T05:33:44.895Z | + local DO_DOWNLOAD=true |
457 | 2024-04-16T05:33:44.895Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
458 | 2024-04-16T05:33:44.895Z | + mkdir -p out/downloads |
459 | 2024-04-16T05:33:44.900Z | + '[' true == true ']' |
460 | 2024-04-16T05:33:44.900Z | + echo Downloading... |
461 | 2024-04-16T05:33:44.900Z | Downloading... |
462 | 2024-04-16T05:33:44.900Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
463 | 2024-04-16T05:33:44.900Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
464 | 2024-04-16T05:33:45.105Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
465 | 2024-04-16T05:33:45.105Z | ++ case "$OSTYPE" in |
466 | 2024-04-16T05:33:45.112Z | ++ SHA=sha256sum |
467 | 2024-04-16T05:33:45.113Z | ++ sha256sum |
468 | 2024-04-16T05:33:45.113Z | ++ awk '{print $1}' |
469 | 2024-04-16T05:33:45.116Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
470 | 2024-04-16T05:33:45.116Z | + [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]] |
471 | 2024-04-16T05:33:45.116Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
472 | 2024-04-16T05:33:45.116Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
473 | 2024-04-16T05:33:45.116Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
474 | 2024-04-16T05:33:45.116Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
475 | 2024-04-16T05:33:45.116Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
476 | 2024-04-16T05:33:45.117Z | + main |
477 | 2024-04-16T05:33:45.117Z | + rm -rf out/downloads/root |
478 | 2024-04-16T05:33:45.117Z | + [[ 0 != 0 ]] |
479 | 2024-04-16T05:33:45.117Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
480 | 2024-04-16T05:33:45.117Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
481 | 2024-04-16T05:33:45.117Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
482 | 2024-04-16T05:33:45.117Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
483 | 2024-04-16T05:33:45.117Z | + local DO_DOWNLOAD=true |
484 | 2024-04-16T05:33:45.117Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
485 | 2024-04-16T05:33:45.117Z | + mkdir -p out/downloads |
486 | 2024-04-16T05:33:45.117Z | + '[' true == true ']' |
487 | 2024-04-16T05:33:45.117Z | + echo Downloading... |
488 | 2024-04-16T05:33:45.117Z | Downloading... |
489 | 2024-04-16T05:33:45.117Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
490 | 2024-04-16T05:33:45.117Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
491 | 2024-04-16T05:33:45.229Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
492 | 2024-04-16T05:33:45.235Z | ++ case "$OSTYPE" in |
493 | 2024-04-16T05:33:45.235Z | ++ SHA=sha256sum |
494 | 2024-04-16T05:33:45.235Z | ++ sha256sum |
495 | 2024-04-16T05:33:45.235Z | ++ awk '{print $1}' |
496 | 2024-04-16T05:33:45.239Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
497 | 2024-04-16T05:33:45.239Z | + [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]] |
498 | 2024-04-16T05:33:45.243Z | + set -o errexit |
499 | 2024-04-16T05:33:45.250Z | +++ dirname ./tools/ci_download_dendrite_openapi |
500 | 2024-04-16T05:33:45.250Z | ++ cd ./tools |
501 | 2024-04-16T05:33:45.250Z | ++ pwd |
502 | 2024-04-16T05:33:45.250Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
503 | 2024-04-16T05:33:45.256Z | ++ basename ./tools/ci_download_dendrite_openapi |
504 | 2024-04-16T05:33:45.256Z | + ARG0=ci_download_dendrite_openapi |
505 | 2024-04-16T05:33:45.256Z | + TARGET_DIR=out |
506 | 2024-04-16T05:33:45.256Z | + DOWNLOAD_DIR=out/downloads |
507 | 2024-04-16T05:33:45.256Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
508 | 2024-04-16T05:33:45.256Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
509 | 2024-04-16T05:33:45.256Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
510 | 2024-04-16T05:33:45.256Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
511 | 2024-04-16T05:33:45.256Z | + LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
512 | 2024-04-16T05:33:45.257Z | + main |
513 | 2024-04-16T05:33:45.257Z | + [[ 0 != 0 ]] |
514 | 2024-04-16T05:33:45.257Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json' |
515 | 2024-04-16T05:33:45.257Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
516 | 2024-04-16T05:33:45.257Z | Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
517 | 2024-04-16T05:33:45.257Z | + echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json' |
518 | 2024-04-16T05:33:45.257Z | + local DO_DOWNLOAD=true |
519 | 2024-04-16T05:33:45.257Z | + [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]] |
520 | 2024-04-16T05:33:45.257Z | + mkdir -p out/downloads |
521 | 2024-04-16T05:33:45.257Z | + '[' true == true ']' |
522 | 2024-04-16T05:33:45.257Z | + echo Downloading... |
523 | 2024-04-16T05:33:45.258Z | Downloading... |
524 | 2024-04-16T05:33:45.258Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
525 | 2024-04-16T05:33:45.258Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
526 | 2024-04-16T05:33:46.122Z | ++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
527 | 2024-04-16T05:33:46.122Z | ++ case "$OSTYPE" in |
528 | 2024-04-16T05:33:46.122Z | ++ SHA=sha256sum |
529 | 2024-04-16T05:33:46.122Z | ++ sha256sum |
530 | 2024-04-16T05:33:46.122Z | ++ awk '{print $1}' |
531 | 2024-04-16T05:33:46.123Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
532 | 2024-04-16T05:33:46.123Z | + [[ 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 ]] |
533 | 2024-04-16T05:33:46.123Z | + set -o errexit |
534 | 2024-04-16T05:33:46.123Z | +++ dirname ./tools/ci_download_dendrite_stub |
535 | 2024-04-16T05:33:46.123Z | ++ cd ./tools |
536 | 2024-04-16T05:33:46.123Z | ++ pwd |
537 | 2024-04-16T05:33:46.123Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
538 | 2024-04-16T05:33:46.123Z | ++ basename ./tools/ci_download_dendrite_stub |
539 | 2024-04-16T05:33:46.123Z | + ARG0=ci_download_dendrite_stub |
540 | 2024-04-16T05:33:46.123Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
541 | 2024-04-16T05:33:46.123Z | ++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
542 | 2024-04-16T05:33:46.123Z | ++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a |
543 | 2024-04-16T05:33:46.123Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
544 | 2024-04-16T05:33:46.123Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
545 | 2024-04-16T05:33:46.123Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
546 | 2024-04-16T05:33:46.123Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
547 | 2024-04-16T05:33:46.123Z | + TARGET_DIR=out |
548 | 2024-04-16T05:33:46.123Z | + DOWNLOAD_DIR=out/downloads |
549 | 2024-04-16T05:33:46.123Z | + DEST_DIR=./out/dendrite-stub |
550 | 2024-04-16T05:33:46.124Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
551 | 2024-04-16T05:33:46.124Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
552 | 2024-04-16T05:33:46.124Z | + REPO=oxidecomputer/dendrite |
553 | 2024-04-16T05:33:46.124Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690 |
554 | 2024-04-16T05:33:46.124Z | + main |
555 | 2024-04-16T05:33:46.124Z | + [[ 0 != 0 ]] |
556 | 2024-04-16T05:33:46.124Z | + CIDL_OS=solaris2.11 |
557 | 2024-04-16T05:33:46.124Z | + [[ 0 != 0 ]] |
558 | 2024-04-16T05:33:46.124Z | + configure_os solaris2.11 |
559 | 2024-04-16T05:33:46.124Z | + echo 'current directory: /work/oxidecomputer/omicron' |
560 | 2024-04-16T05:33:46.124Z | + echo 'configuring based on OS: "solaris2.11"' |
561 | 2024-04-16T05:33:46.124Z | current directory: /work/oxidecomputer/omicron |
562 | 2024-04-16T05:33:46.124Z | configuring based on OS: "solaris2.11" |
563 | 2024-04-16T05:33:46.124Z | + case "$1" in |
564 | 2024-04-16T05:33:46.124Z | + SET_BINARIES= |
565 | 2024-04-16T05:33:46.124Z | + CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
566 | 2024-04-16T05:33:46.124Z | + CIDL_SHA256FUNC=do_sha256sum |
567 | 2024-04-16T05:33:46.124Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
568 | 2024-04-16T05:33:46.124Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
569 | 2024-04-16T05:33:46.124Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
570 | 2024-04-16T05:33:46.124Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz' |
571 | 2024-04-16T05:33:46.124Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
572 | 2024-04-16T05:33:46.124Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
573 | 2024-04-16T05:33:46.124Z | Local file: out/downloads/dendrite-stub.tar.gz |
574 | 2024-04-16T05:33:46.125Z | + mkdir -p out/downloads |
575 | 2024-04-16T05:33:46.125Z | + mkdir -p ./out/dendrite-stub |
576 | 2024-04-16T05:33:46.125Z | + fetch_and_verify |
577 | 2024-04-16T05:33:46.125Z | + local DO_DOWNLOAD=true |
578 | 2024-04-16T05:33:46.125Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
579 | 2024-04-16T05:33:46.125Z | + '[' true == true ']' |
580 | 2024-04-16T05:33:46.125Z | + echo Downloading... |
581 | 2024-04-16T05:33:46.125Z | Downloading... |
582 | 2024-04-16T05:33:46.125Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
583 | 2024-04-16T05:33:46.125Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
584 | 2024-04-16T05:33:51.317Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
585 | 2024-04-16T05:33:51.321Z | ++ sha256sum |
586 | 2024-04-16T05:33:51.321Z | ++ awk '{print $1}' |
587 | 2024-04-16T05:33:51.342Z | + calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
588 | 2024-04-16T05:33:51.349Z | + [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]] |
589 | 2024-04-16T05:33:51.349Z | + do_untar out/downloads/dendrite-stub.tar.gz |
590 | 2024-04-16T05:33:51.349Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
591 | 2024-04-16T05:33:51.943Z | + do_assemble |
592 | 2024-04-16T05:33:51.943Z | + rm -r ./out/dendrite-stub |
593 | 2024-04-16T05:33:51.955Z | + mkdir ./out/dendrite-stub |
594 | 2024-04-16T05:33:51.955Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
595 | 2024-04-16T05:33:52.026Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
596 | 2024-04-16T05:33:52.035Z | + set -o errexit |
597 | 2024-04-16T05:33:52.050Z | +++ dirname ./tools/ci_download_maghemite_mgd |
598 | 2024-04-16T05:33:52.050Z | ++ cd ./tools |
599 | 2024-04-16T05:33:52.050Z | ++ pwd |
600 | 2024-04-16T05:33:52.050Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
601 | 2024-04-16T05:33:52.050Z | ++ basename ./tools/ci_download_maghemite_mgd |
602 | 2024-04-16T05:33:52.050Z | + ARG0=ci_download_maghemite_mgd |
603 | 2024-04-16T05:33:52.051Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
604 | 2024-04-16T05:33:52.051Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
605 | 2024-04-16T05:33:52.051Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
606 | 2024-04-16T05:33:52.051Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
607 | 2024-04-16T05:33:52.051Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
608 | 2024-04-16T05:33:52.051Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
609 | 2024-04-16T05:33:52.051Z | + TARGET_DIR=out |
610 | 2024-04-16T05:33:52.051Z | + DOWNLOAD_DIR=out/downloads |
611 | 2024-04-16T05:33:52.051Z | + DEST_DIR=./out/mgd |
612 | 2024-04-16T05:33:52.051Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
613 | 2024-04-16T05:33:52.051Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
614 | 2024-04-16T05:33:52.052Z | + REPO=oxidecomputer/maghemite |
615 | 2024-04-16T05:33:52.052Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
616 | 2024-04-16T05:33:52.052Z | + main |
617 | 2024-04-16T05:33:52.052Z | + rm -rf out/downloads/root |
618 | 2024-04-16T05:33:52.061Z | + [[ 0 != 0 ]] |
619 | 2024-04-16T05:33:52.061Z | + CIDL_OS=solaris2.11 |
620 | 2024-04-16T05:33:52.061Z | + [[ 0 != 0 ]] |
621 | 2024-04-16T05:33:52.061Z | + configure_os solaris2.11 |
622 | 2024-04-16T05:33:52.062Z | + echo 'current directory: /work/oxidecomputer/omicron' |
623 | 2024-04-16T05:33:52.062Z | current directory: /work/oxidecomputer/omicron |
624 | 2024-04-16T05:33:52.062Z | + echo 'configuring based on OS: "solaris2.11"' |
625 | 2024-04-16T05:33:52.062Z | configuring based on OS: "solaris2.11" |
626 | 2024-04-16T05:33:52.062Z | + case "$1" in |
627 | 2024-04-16T05:33:52.062Z | + SET_BINARIES= |
628 | 2024-04-16T05:33:52.062Z | + CIDL_SHA256FUNC=do_sha256sum |
629 | 2024-04-16T05:33:52.062Z | + TARBALL_FILENAME=mgd.tar.gz |
630 | 2024-04-16T05:33:52.062Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
631 | 2024-04-16T05:33:52.062Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
632 | 2024-04-16T05:33:52.062Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
633 | 2024-04-16T05:33:52.063Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
634 | 2024-04-16T05:33:52.063Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
635 | 2024-04-16T05:33:52.063Z | Local file: out/downloads/mgd.tar.gz |
636 | 2024-04-16T05:33:52.063Z | + mkdir -p out/downloads |
637 | 2024-04-16T05:33:52.063Z | + mkdir -p ./out/mgd |
638 | 2024-04-16T05:33:52.063Z | + fetch_and_verify |
639 | 2024-04-16T05:33:52.063Z | + local DO_DOWNLOAD=true |
640 | 2024-04-16T05:33:52.063Z | + [[ -f out/downloads/mgd.tar.gz ]] |
641 | 2024-04-16T05:33:52.063Z | + '[' true == true ']' |
642 | 2024-04-16T05:33:52.063Z | + echo Downloading... |
643 | 2024-04-16T05:33:52.063Z | Downloading... |
644 | 2024-04-16T05:33:52.063Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
645 | 2024-04-16T05:33:52.063Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
646 | 2024-04-16T05:33:58.816Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
647 | 2024-04-16T05:33:58.828Z | ++ sha256sum |
648 | 2024-04-16T05:33:58.828Z | ++ awk '{print $1}' |
649 | 2024-04-16T05:33:58.852Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
650 | 2024-04-16T05:33:58.853Z | + [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]] |
651 | 2024-04-16T05:33:58.853Z | + do_untar out/downloads/mgd.tar.gz |
652 | 2024-04-16T05:33:58.853Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
653 | 2024-04-16T05:33:59.425Z | + do_assemble |
654 | 2024-04-16T05:33:59.425Z | + rm -r ./out/mgd |
655 | 2024-04-16T05:33:59.428Z | + mkdir ./out/mgd |
656 | 2024-04-16T05:33:59.434Z | + cp -r out/downloads/root ./out/mgd/root |
657 | 2024-04-16T05:33:59.515Z | + set -o errexit |
658 | 2024-04-16T05:33:59.519Z | +++ dirname ./tools/ci_download_transceiver_control |
659 | 2024-04-16T05:33:59.519Z | ++ cd ./tools |
660 | 2024-04-16T05:33:59.519Z | ++ pwd |
661 | 2024-04-16T05:33:59.525Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
662 | 2024-04-16T05:33:59.525Z | ++ basename ./tools/ci_download_transceiver_control |
663 | 2024-04-16T05:33:59.526Z | + ARG0=ci_download_transceiver_control |
664 | 2024-04-16T05:33:59.526Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
665 | 2024-04-16T05:33:59.526Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
666 | 2024-04-16T05:33:59.526Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
667 | 2024-04-16T05:33:59.526Z | + TARGET_DIR=out |
668 | 2024-04-16T05:33:59.526Z | + DOWNLOAD_DIR=out/downloads |
669 | 2024-04-16T05:33:59.526Z | + DEST_DIR=./out/transceiver-control |
670 | 2024-04-16T05:33:59.526Z | + BIN_DIR=/opt/oxide/bin |
671 | 2024-04-16T05:33:59.526Z | + BINARY=xcvradm |
672 | 2024-04-16T05:33:59.526Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
673 | 2024-04-16T05:33:59.526Z | + REPO=oxidecomputer/transceiver-control |
674 | 2024-04-16T05:33:59.527Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
675 | 2024-04-16T05:33:59.527Z | + main |
676 | 2024-04-16T05:33:59.527Z | + [[ 0 != 0 ]] |
677 | 2024-04-16T05:33:59.527Z | + CIDL_OS=solaris2.11 |
678 | 2024-04-16T05:33:59.527Z | + [[ 0 != 0 ]] |
679 | 2024-04-16T05:33:59.527Z | + configure_os solaris2.11 |
680 | 2024-04-16T05:33:59.527Z | + echo 'current directory: /work/oxidecomputer/omicron' |
681 | 2024-04-16T05:33:59.527Z | current directory: /work/oxidecomputer/omicron |
682 | 2024-04-16T05:33:59.527Z | + echo 'configuring based on OS: "solaris2.11"' |
683 | 2024-04-16T05:33:59.527Z | + case "$1" in |
684 | 2024-04-16T05:33:59.527Z | + SET_BINARIES= |
685 | 2024-04-16T05:33:59.527Z | configuring based on OS: "solaris2.11" |
686 | 2024-04-16T05:33:59.527Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
687 | 2024-04-16T05:33:59.528Z | + CIDL_SHA256FUNC=do_sha256sum |
688 | 2024-04-16T05:33:59.528Z | + ARCHIVE_FILENAME=xcvradm.gz |
689 | 2024-04-16T05:33:59.528Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
690 | 2024-04-16T05:33:59.528Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
691 | 2024-04-16T05:33:59.528Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
692 | 2024-04-16T05:33:59.528Z | + echo 'Local file: out/downloads/xcvradm.gz' |
693 | 2024-04-16T05:33:59.528Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
694 | 2024-04-16T05:33:59.528Z | Local file: out/downloads/xcvradm.gz |
695 | 2024-04-16T05:33:59.528Z | + mkdir -p out/downloads |
696 | 2024-04-16T05:33:59.533Z | + mkdir -p ./out/transceiver-control |
697 | 2024-04-16T05:33:59.533Z | + fetch_and_verify |
698 | 2024-04-16T05:33:59.533Z | + local DO_DOWNLOAD=true |
699 | 2024-04-16T05:33:59.533Z | + [[ -f out/downloads/xcvradm.gz ]] |
700 | 2024-04-16T05:33:59.533Z | + '[' true == true ']' |
701 | 2024-04-16T05:33:59.533Z | + echo Downloading... |
702 | 2024-04-16T05:33:59.533Z | Downloading... |
703 | 2024-04-16T05:33:59.533Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
704 | 2024-04-16T05:33:59.533Z | + 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 |
705 | 2024-04-16T05:34:01.885Z | ++ do_sha256sum out/downloads/xcvradm.gz |
706 | 2024-04-16T05:34:01.890Z | ++ sha256sum |
707 | 2024-04-16T05:34:01.890Z | ++ awk '{print $1}' |
708 | 2024-04-16T05:34:01.894Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
709 | 2024-04-16T05:34:01.900Z | + [[ 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 ]] |
710 | 2024-04-16T05:34:01.900Z | + do_unpack out/downloads/xcvradm.gz |
711 | 2024-04-16T05:34:01.900Z | + mkdir -p out/downloads/root//opt/oxide/bin |
712 | 2024-04-16T05:34:01.900Z | + gzip -dc out/downloads/xcvradm.gz |
713 | 2024-04-16T05:34:02.017Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
714 | 2024-04-16T05:34:02.021Z | + do_assemble |
715 | 2024-04-16T05:34:02.021Z | + rm -r ./out/transceiver-control |
716 | 2024-04-16T05:34:02.025Z | + mkdir ./out/transceiver-control |
717 | 2024-04-16T05:34:02.026Z | + cp -r out/downloads/root ./out/transceiver-control/root |
718 | 2024-04-16T05:34:02.130Z | + set -o errexit |
719 | 2024-04-16T05:34:02.135Z | +++ dirname ./tools/ci_download_thundermuffin |
720 | 2024-04-16T05:34:02.135Z | ++ cd ./tools |
721 | 2024-04-16T05:34:02.135Z | ++ pwd |
722 | 2024-04-16T05:34:02.135Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
723 | 2024-04-16T05:34:02.139Z | ++ basename ./tools/ci_download_thundermuffin |
724 | 2024-04-16T05:34:02.139Z | + ARG0=ci_download_thundermuffin |
725 | 2024-04-16T05:34:02.139Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
726 | 2024-04-16T05:34:02.139Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
727 | 2024-04-16T05:34:02.139Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
728 | 2024-04-16T05:34:02.139Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
729 | 2024-04-16T05:34:02.139Z | + TARGET_DIR=out |
730 | 2024-04-16T05:34:02.139Z | + DOWNLOAD_DIR=out/downloads |
731 | 2024-04-16T05:34:02.139Z | + DEST_DIR=./out/thundermuffin |
732 | 2024-04-16T05:34:02.139Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
733 | 2024-04-16T05:34:02.139Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
734 | 2024-04-16T05:34:02.139Z | + REPO=oxidecomputer/thundermuffin |
735 | 2024-04-16T05:34:02.139Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
736 | 2024-04-16T05:34:02.139Z | + main |
737 | 2024-04-16T05:34:02.139Z | + rm -rf out/downloads/root |
738 | 2024-04-16T05:34:02.144Z | + [[ 0 != 0 ]] |
739 | 2024-04-16T05:34:02.148Z | + CIDL_OS=solaris2.11 |
740 | 2024-04-16T05:34:02.148Z | + [[ 0 != 0 ]] |
741 | 2024-04-16T05:34:02.148Z | + configure_os solaris2.11 |
742 | 2024-04-16T05:34:02.148Z | + echo 'current directory: /work/oxidecomputer/omicron' |
743 | 2024-04-16T05:34:02.148Z | current directory: /work/oxidecomputer/omicron |
744 | 2024-04-16T05:34:02.148Z | + echo 'configuring based on OS: "solaris2.11"' |
745 | 2024-04-16T05:34:02.149Z | + case "$1" in |
746 | 2024-04-16T05:34:02.149Z | configuring based on OS: "solaris2.11" |
747 | 2024-04-16T05:34:02.149Z | + SET_BINARIES= |
748 | 2024-04-16T05:34:02.149Z | + CIDL_SHA256FUNC=do_sha256sum |
749 | 2024-04-16T05:34:02.149Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
750 | 2024-04-16T05:34:02.149Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
751 | 2024-04-16T05:34:02.149Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
752 | 2024-04-16T05:34:02.149Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
753 | 2024-04-16T05:34:02.149Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
754 | 2024-04-16T05:34:02.149Z | Local file: out/downloads/thundermuffin.tar.gz |
755 | 2024-04-16T05:34:02.149Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
756 | 2024-04-16T05:34:02.149Z | + mkdir -p out/downloads |
757 | 2024-04-16T05:34:02.149Z | + mkdir -p ./out/thundermuffin |
758 | 2024-04-16T05:34:02.161Z | + fetch_and_verify |
759 | 2024-04-16T05:34:02.161Z | + local DO_DOWNLOAD=true |
760 | 2024-04-16T05:34:02.161Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
761 | 2024-04-16T05:34:02.161Z | + '[' true == true ']' |
762 | 2024-04-16T05:34:02.161Z | + echo Downloading... |
763 | 2024-04-16T05:34:02.161Z | Downloading... |
764 | 2024-04-16T05:34:02.161Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
765 | 2024-04-16T05:34:02.161Z | + 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 |
766 | 2024-04-16T05:34:03.190Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
767 | 2024-04-16T05:34:03.195Z | ++ sha256sum |
768 | 2024-04-16T05:34:03.195Z | ++ awk '{print $1}' |
769 | 2024-04-16T05:34:03.198Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
770 | 2024-04-16T05:34:03.199Z | + [[ 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 ]] |
771 | 2024-04-16T05:34:03.199Z | + do_untar out/downloads/thundermuffin.tar.gz |
772 | 2024-04-16T05:34:03.199Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
773 | 2024-04-16T05:34:03.262Z | + do_assemble |
774 | 2024-04-16T05:34:03.262Z | + rm -r ./out/thundermuffin |
775 | 2024-04-16T05:34:03.266Z | + mkdir ./out/thundermuffin |
776 | 2024-04-16T05:34:03.266Z | + cp -r out/downloads/root ./out/thundermuffin/root |
777 | 2024-04-16T05:34:03.290Z | All builder prerequisites installed successfully, and PATH looks valid |
778 | 2024-04-16T05:34:03.294Z | |
779 | 2024-04-16T05:34:03.294Z | real 1:52.237581831 |
780 | 2024-04-16T05:34:03.294Z | user 38.415524568 |
781 | 2024-04-16T05:34:03.294Z | sys 7.150013508 |
782 | 2024-04-16T05:34:03.294Z | trap 0.008401862 |
783 | 2024-04-16T05:34:03.294Z | tflt 0.113091199 |
784 | 2024-04-16T05:34:03.294Z | dflt 0.457214451 |
785 | 2024-04-16T05:34:03.294Z | kflt 0.117434950 |
786 | 2024-04-16T05:34:03.295Z | lock 1.105824220 |
787 | 2024-04-16T05:34:03.295Z | slp 3:37.001745248 |
788 | 2024-04-16T05:34:03.295Z | lat 2.017464654 |
789 | 2024-04-16T05:34:03.295Z | stop 0.136717823 |
790 | 2024-04-16T05:34:03.295Z | |
791 | 2024-04-16T05:34:03.295Z | #### # # ##### ##### # # |
792 | 2024-04-16T05:34:03.295Z | # # # # # # # # # # |
793 | 2024-04-16T05:34:03.295Z | # # # # # # # # |
794 | 2024-04-16T05:34:03.295Z | # # # ##### ##### # |
795 | 2024-04-16T05:34:03.295Z | # # # # # # # |
796 | 2024-04-16T05:34:03.295Z | #### ###### # # # # |
797 | 2024-04-16T05:34:03.295Z | |
798 | 2024-04-16T05:34:03.512Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
799 | 2024-04-16T05:34:03.831Z | Updating git repository `https://github.com/oxidecomputer/zone` |
800 | 2024-04-16T05:34:04.149Z | Updating crates.io index |
801 | 2024-04-16T05:34:04.152Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
802 | 2024-04-16T05:34:04.959Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
803 | 2024-04-16T05:34:05.650Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
804 | 2024-04-16T05:34:07.617Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
805 | 2024-04-16T05:34:08.102Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
806 | 2024-04-16T05:34:08.464Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
807 | 2024-04-16T05:34:09.404Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
808 | 2024-04-16T05:34:11.054Z | Updating git repository `https://github.com/oxidecomputer/opte` |
809 | 2024-04-16T05:34:12.081Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
810 | 2024-04-16T05:34:12.873Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
811 | 2024-04-16T05:34:13.159Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
812 | 2024-04-16T05:34:13.800Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
813 | 2024-04-16T05:34:14.131Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
814 | 2024-04-16T05:34:14.443Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
815 | 2024-04-16T05:34:14.829Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
816 | 2024-04-16T05:34:15.251Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
817 | 2024-04-16T05:34:15.625Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
818 | 2024-04-16T05:34:15.903Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
819 | 2024-04-16T05:34:16.150Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
820 | 2024-04-16T05:34:16.452Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
821 | 2024-04-16T05:34:16.811Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
822 | 2024-04-16T05:34:17.228Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
823 | 2024-04-16T05:34:17.842Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
824 | 2024-04-16T05:34:18.198Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
825 | 2024-04-16T05:34:18.467Z | Updating git repository `https://github.com/jgallagher/nix` |
826 | 2024-04-16T05:34:19.628Z | Updating git repository `https://github.com/cbiffle/hubpack` |
827 | 2024-04-16T05:34:19.954Z | Updating git repository `https://github.com/oxidecomputer/typify` |
828 | 2024-04-16T05:34:21.887Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
829 | 2024-04-16T05:34:22.292Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
830 | 2024-04-16T05:34:22.595Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
831 | 2024-04-16T05:34:23.023Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
832 | 2024-04-16T05:34:24.396Z | Downloading crates ... |
833 | 2024-04-16T05:34:24.488Z | Downloaded anstream v0.6.11 |
834 | 2024-04-16T05:34:24.491Z | Downloaded equivalent v1.0.1 |
835 | 2024-04-16T05:34:24.495Z | Downloaded colorchoice v1.0.0 |
836 | 2024-04-16T05:34:24.495Z | Downloaded heck v0.5.0 |
837 | 2024-04-16T05:34:24.495Z | Downloaded clap_lex v0.7.0 |
838 | 2024-04-16T05:34:24.495Z | Downloaded anstyle-parse v0.2.1 |
839 | 2024-04-16T05:34:24.499Z | Downloaded anstyle v1.0.6 |
840 | 2024-04-16T05:34:24.522Z | Downloaded swrite v0.1.0 |
841 | 2024-04-16T05:34:24.525Z | Downloaded cargo-platform v0.1.3 |
842 | 2024-04-16T05:34:24.525Z | Downloaded errno v0.3.8 |
843 | 2024-04-16T05:34:24.525Z | Downloaded utf8parse v0.2.1 |
844 | 2024-04-16T05:34:24.529Z | Downloaded thiserror v1.0.58 |
845 | 2024-04-16T05:34:24.533Z | Downloaded strsim v0.11.0 |
846 | 2024-04-16T05:34:24.538Z | Downloaded macaddr v1.0.1 |
847 | 2024-04-16T05:34:24.538Z | Downloaded autocfg v1.1.0 |
848 | 2024-04-16T05:34:24.539Z | Downloaded itoa v1.0.9 |
849 | 2024-04-16T05:34:24.539Z | Downloaded anstyle-query v1.0.0 |
850 | 2024-04-16T05:34:24.542Z | Downloaded semver v1.0.22 |
851 | 2024-04-16T05:34:24.545Z | Downloaded terminal_size v0.3.0 |
852 | 2024-04-16T05:34:24.545Z | Downloaded toml_datetime v0.6.5 |
853 | 2024-04-16T05:34:24.545Z | Downloaded serde_spanned v0.6.5 |
854 | 2024-04-16T05:34:24.549Z | Downloaded thiserror-impl v1.0.58 |
855 | 2024-04-16T05:34:24.554Z | Downloaded clap_derive v4.5.4 |
856 | 2024-04-16T05:34:24.558Z | Downloaded anyhow v1.0.82 |
857 | 2024-04-16T05:34:24.558Z | Downloaded cargo_toml v0.19.2 |
858 | 2024-04-16T05:34:24.562Z | Downloaded cargo_metadata v0.18.1 |
859 | 2024-04-16T05:34:24.562Z | Downloaded quote v1.0.36 |
860 | 2024-04-16T05:34:24.562Z | Downloaded bitflags v2.4.2 |
861 | 2024-04-16T05:34:24.566Z | Downloaded camino v1.1.6 |
862 | 2024-04-16T05:34:24.570Z | Downloaded fs-err v2.11.0 |
863 | 2024-04-16T05:34:24.570Z | Downloaded ryu v1.0.15 |
864 | 2024-04-16T05:34:24.575Z | Downloaded clap v4.5.4 |
865 | 2024-04-16T05:34:24.582Z | Downloaded toml v0.8.12 |
866 | 2024-04-16T05:34:24.590Z | Downloaded unicode-ident v1.0.12 |
867 | 2024-04-16T05:34:24.594Z | Downloaded serde_derive v1.0.197 |
868 | 2024-04-16T05:34:24.603Z | Downloaded proc-macro2 v1.0.80 |
869 | 2024-04-16T05:34:24.608Z | Downloaded serde v1.0.197 |
870 | 2024-04-16T05:34:24.617Z | Downloaded memchr v2.7.1 |
871 | 2024-04-16T05:34:24.622Z | Downloaded toml_edit v0.22.9 |
872 | 2024-04-16T05:34:24.642Z | Downloaded hashbrown v0.14.3 |
873 | 2024-04-16T05:34:24.647Z | Downloaded indexmap v2.2.6 |
874 | 2024-04-16T05:34:24.650Z | Downloaded winnow v0.6.1 |
875 | 2024-04-16T05:34:24.661Z | Downloaded serde_json v1.0.116 |
876 | 2024-04-16T05:34:24.664Z | Downloaded clap_builder v4.5.2 |
877 | 2024-04-16T05:34:24.670Z | Downloaded syn v2.0.59 |
878 | 2024-04-16T05:34:24.686Z | Downloaded rustix v0.38.31 |
879 | 2024-04-16T05:34:24.726Z | Downloaded libc v0.2.153 |
880 | 2024-04-16T05:34:24.969Z | Compiling proc-macro2 v1.0.80 |
881 | 2024-04-16T05:34:24.972Z | Compiling unicode-ident v1.0.12 |
882 | 2024-04-16T05:34:24.973Z | Compiling serde v1.0.197 |
883 | 2024-04-16T05:34:24.973Z | Compiling libc v0.2.153 |
884 | 2024-04-16T05:34:24.973Z | Compiling rustix v0.38.31 |
885 | 2024-04-16T05:34:24.973Z | Compiling utf8parse v0.2.1 |
886 | 2024-04-16T05:34:24.973Z | Compiling hashbrown v0.14.3 |
887 | 2024-04-16T05:34:24.994Z | Compiling bitflags v2.4.2 |
888 | 2024-04-16T05:34:25.183Z | Compiling equivalent v1.0.1 |
889 | 2024-04-16T05:34:25.187Z | Compiling anstyle-parse v0.2.1 |
890 | 2024-04-16T05:34:25.314Z | Compiling thiserror v1.0.58 |
891 | 2024-04-16T05:34:25.414Z | Compiling serde_json v1.0.116 |
892 | 2024-04-16T05:34:25.494Z | Compiling semver v1.0.22 |
893 | 2024-04-16T05:34:26.110Z | Compiling indexmap v2.2.6 |
894 | 2024-04-16T05:34:26.135Z | Compiling anstyle v1.0.6 |
895 | 2024-04-16T05:34:26.140Z | Compiling winnow v0.6.1 |
896 | 2024-04-16T05:34:26.140Z | Compiling camino v1.1.6 |
897 | 2024-04-16T05:34:26.318Z | Compiling colorchoice v1.0.0 |
898 | 2024-04-16T05:34:26.414Z | Compiling anstyle-query v1.0.0 |
899 | 2024-04-16T05:34:26.474Z | Compiling autocfg v1.1.0 |
900 | 2024-04-16T05:34:26.528Z | Compiling anstream v0.6.11 |
901 | 2024-04-16T05:34:26.718Z | Compiling anyhow v1.0.82 |
902 | 2024-04-16T05:34:26.743Z | Compiling strsim v0.11.0 |
903 | 2024-04-16T05:34:27.228Z | Compiling quote v1.0.36 |
904 | 2024-04-16T05:34:27.312Z | Compiling fs-err v2.11.0 |
905 | 2024-04-16T05:34:27.316Z | Compiling clap_lex v0.7.0 |
906 | 2024-04-16T05:34:27.353Z | Compiling heck v0.5.0 |
907 | 2024-04-16T05:34:27.604Z | Compiling syn v2.0.59 |
908 | 2024-04-16T05:34:27.641Z | Compiling errno v0.3.8 |
909 | 2024-04-16T05:34:27.844Z | Compiling ryu v1.0.15 |
910 | 2024-04-16T05:34:27.872Z | Compiling itoa v1.0.9 |
911 | 2024-04-16T05:34:28.071Z | Compiling swrite v0.1.0 |
912 | 2024-04-16T05:34:28.767Z | Compiling terminal_size v0.3.0 |
913 | 2024-04-16T05:34:28.878Z | Compiling clap_builder v4.5.2 |
914 | 2024-04-16T05:34:32.735Z | Compiling serde_derive v1.0.197 |
915 | 2024-04-16T05:34:32.735Z | Compiling thiserror-impl v1.0.58 |
916 | 2024-04-16T05:34:32.751Z | Compiling clap_derive v4.5.4 |
917 | 2024-04-16T05:34:35.350Z | Compiling clap v4.5.4 |
918 | 2024-04-16T05:34:40.255Z | Compiling serde_spanned v0.6.5 |
919 | 2024-04-16T05:34:40.259Z | Compiling toml_datetime v0.6.5 |
920 | 2024-04-16T05:34:40.259Z | Compiling cargo-platform v0.1.3 |
921 | 2024-04-16T05:34:40.259Z | Compiling macaddr v1.0.1 |
922 | 2024-04-16T05:34:40.486Z | Compiling toml_edit v0.22.9 |
923 | 2024-04-16T05:34:41.547Z | Compiling cargo_metadata v0.18.1 |
924 | 2024-04-16T05:34:42.438Z | Compiling toml v0.8.12 |
925 | 2024-04-16T05:34:43.185Z | Compiling cargo_toml v0.19.2 |
926 | 2024-04-16T05:34:46.475Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
927 | 2024-04-16T05:34:49.121Z | Finished dev [unoptimized + debuginfo] target(s) in 45.78s |
928 | 2024-04-16T05:34:49.331Z | Running `target/debug/xtask clippy` |
929 | 2024-04-16T05:34:49.374Z | running: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" "--warn" "clippy::iter_cloned_collect" "--warn" "clippy::iter_next_slice" "--warn" "clippy::iter_nth" "--warn" "clippy::iter_nth_zero" "--warn" "clippy::iter_skip_next" "--warn" "clippy::len_zero" "--warn" "clippy::redundant_field_names" |
930 | 2024-04-16T05:34:49.940Z | Downloading crates ... |
931 | 2024-04-16T05:34:50.047Z | Downloaded adler v1.0.2 |
932 | 2024-04-16T05:34:50.057Z | Downloaded crucible-workspace-hack v0.1.0 |
933 | 2024-04-16T05:34:50.061Z | Downloaded atomicwrites v0.4.3 |
934 | 2024-04-16T05:34:50.065Z | Downloaded headers-core v0.2.0 |
935 | 2024-04-16T05:34:50.068Z | Downloaded anes v0.1.6 |
936 | 2024-04-16T05:34:50.071Z | Downloaded array-init v0.0.4 |
937 | 2024-04-16T05:34:50.074Z | Downloaded aead v0.5.2 |
938 | 2024-04-16T05:34:50.074Z | Downloaded heapless v0.7.16 |
939 | 2024-04-16T05:34:50.081Z | Downloaded httparse v1.8.0 |
940 | 2024-04-16T05:34:50.084Z | Downloaded indexmap v1.9.3 |
941 | 2024-04-16T05:34:50.087Z | Downloaded home v0.5.5 |
942 | 2024-04-16T05:34:50.090Z | Downloaded ident_case v1.0.1 |
943 | 2024-04-16T05:34:50.090Z | Downloaded bitfield v0.14.0 |
944 | 2024-04-16T05:34:50.093Z | Downloaded humantime v2.1.0 |
945 | 2024-04-16T05:34:50.093Z | Downloaded bitstruct v0.1.1 |
946 | 2024-04-16T05:34:50.096Z | Downloaded base16ct v0.2.0 |
947 | 2024-04-16T05:34:50.097Z | Downloaded bb8 v0.8.3 |
948 | 2024-04-16T05:34:50.103Z | Downloaded approx v0.5.1 |
949 | 2024-04-16T05:34:50.103Z | Downloaded ahash v0.8.8 |
950 | 2024-04-16T05:34:50.107Z | Downloaded is-terminal v0.4.9 |
951 | 2024-04-16T05:34:50.107Z | Downloaded bitflags v1.3.2 |
952 | 2024-04-16T05:34:50.107Z | Downloaded ascii v1.1.0 |
953 | 2024-04-16T05:34:50.116Z | Downloaded ansi_term v0.12.1 |
954 | 2024-04-16T05:34:50.140Z | Downloaded instant v0.1.12 |
955 | 2024-04-16T05:34:50.140Z | Downloaded bcs v0.1.6 |
956 | 2024-04-16T05:34:50.140Z | Downloaded nested v0.1.1 |
957 | 2024-04-16T05:34:50.140Z | Downloaded allocator-api2 v0.2.16 |
958 | 2024-04-16T05:34:50.146Z | Downloaded http v1.0.0 |
959 | 2024-04-16T05:34:50.146Z | Downloaded http-body v0.4.5 |
960 | 2024-04-16T05:34:50.146Z | Downloaded highway v1.1.0 |
961 | 2024-04-16T05:34:50.146Z | Downloaded nodrop v0.1.14 |
962 | 2024-04-16T05:34:50.146Z | Downloaded matches v0.1.10 |
963 | 2024-04-16T05:34:50.146Z | Downloaded ciborium-io v0.2.2 |
964 | 2024-04-16T05:34:50.146Z | Downloaded nibble_vec v0.1.0 |
965 | 2024-04-16T05:34:50.146Z | Downloaded cfg_aliases v0.1.1 |
966 | 2024-04-16T05:34:50.146Z | Downloaded hyper-rustls v0.24.2 |
967 | 2024-04-16T05:34:50.146Z | Downloaded match_cfg v0.1.0 |
968 | 2024-04-16T05:34:50.146Z | Downloaded assert_matches v1.5.0 |
969 | 2024-04-16T05:34:50.147Z | Downloaded assert_cmd v2.0.14 |
970 | 2024-04-16T05:34:50.152Z | Downloaded new_debug_unreachable v1.0.4 |
971 | 2024-04-16T05:34:50.152Z | Downloaded base64 v0.22.0 |
972 | 2024-04-16T05:34:50.157Z | Downloaded bit-vec v0.6.3 |
973 | 2024-04-16T05:34:50.158Z | Downloaded newtype_derive v0.1.6 |
974 | 2024-04-16T05:34:50.158Z | Downloaded normalize-line-endings v0.3.0 |
975 | 2024-04-16T05:34:50.165Z | Downloaded newline-converter v0.3.0 |
976 | 2024-04-16T05:34:50.165Z | Downloaded is_ci v1.2.0 |
977 | 2024-04-16T05:34:50.165Z | Downloaded lalrpop-util v0.19.12 |
978 | 2024-04-16T05:34:50.165Z | Downloaded atomic-waker v1.1.1 |
979 | 2024-04-16T05:34:50.165Z | Downloaded arc-swap v1.6.0 |
980 | 2024-04-16T05:34:50.168Z | Downloaded async-stream v0.3.5 |
981 | 2024-04-16T05:34:50.173Z | Downloaded impl-trait-for-tuples v0.2.2 |
982 | 2024-04-16T05:34:50.173Z | Downloaded lazycell v1.3.0 |
983 | 2024-04-16T05:34:50.178Z | Downloaded buf-list v1.0.3 |
984 | 2024-04-16T05:34:50.178Z | Downloaded lazy_static v1.4.0 |
985 | 2024-04-16T05:34:50.187Z | Downloaded constant_time_eq v0.2.6 |
986 | 2024-04-16T05:34:50.187Z | Downloaded cfg-if v1.0.0 |
987 | 2024-04-16T05:34:50.187Z | Downloaded iana-time-zone v0.1.57 |
988 | 2024-04-16T05:34:50.187Z | Downloaded time-core v0.1.2 |
989 | 2024-04-16T05:34:50.187Z | Downloaded constant_time_eq v0.3.0 |
990 | 2024-04-16T05:34:50.192Z | Downloaded threadpool v1.8.1 |
991 | 2024-04-16T05:34:50.192Z | Downloaded ipnetwork v0.20.0 |
992 | 2024-04-16T05:34:50.192Z | Downloaded corncobs v0.1.3 |
993 | 2024-04-16T05:34:50.192Z | Downloaded num v0.4.2 |
994 | 2024-04-16T05:34:50.192Z | Downloaded mockall v0.12.1 |
995 | 2024-04-16T05:34:50.197Z | Downloaded bytecount v0.6.3 |
996 | 2024-04-16T05:34:50.197Z | Downloaded indoc v2.0.3 |
997 | 2024-04-16T05:34:50.202Z | Downloaded nanorand v0.7.0 |
998 | 2024-04-16T05:34:50.209Z | Downloaded crossbeam-deque v0.8.3 |
999 | 2024-04-16T05:34:50.209Z | Downloaded lru-cache v0.1.2 |
1000 | 2024-04-16T05:34:50.209Z | Downloaded crc-catalog v2.2.0 |
1001 | 2024-04-16T05:34:50.214Z | Downloaded crunchy v0.2.2 |
1002 | 2024-04-16T05:34:50.215Z | Downloaded maybe-uninit v2.0.0 |
1003 | 2024-04-16T05:34:50.215Z | Downloaded camino-tempfile v1.1.1 |
1004 | 2024-04-16T05:34:50.215Z | Downloaded newtype-uuid v1.1.0 |
1005 | 2024-04-16T05:34:50.215Z | Downloaded md-5 v0.10.5 |
1006 | 2024-04-16T05:34:50.632Z | Downloaded rustversion v1.0.14 |
1007 | 2024-04-16T05:34:50.632Z | Downloaded cobs v0.2.3 |
1008 | 2024-04-16T05:34:50.632Z | Downloaded rustc-demangle v0.1.23 |
1009 | 2024-04-16T05:34:50.632Z | Downloaded try-lock v0.2.4 |
1010 | 2024-04-16T05:34:50.632Z | Downloaded libsw v3.3.1 |
1011 | 2024-04-16T05:34:50.632Z | Downloaded ipnet v2.9.0 |
1012 | 2024-04-16T05:34:50.632Z | Downloaded derive_builder_macro v0.20.0 |
1013 | 2024-04-16T05:34:50.632Z | Downloaded crc v3.0.1 |
1014 | 2024-04-16T05:34:50.632Z | Downloaded signal-hook-registry v1.4.1 |
1015 | 2024-04-16T05:34:50.632Z | Downloaded rand_seeder v0.2.3 |
1016 | 2024-04-16T05:34:50.632Z | Downloaded time-macros v0.2.17 |
1017 | 2024-04-16T05:34:50.632Z | Downloaded fxhash v0.2.1 |
1018 | 2024-04-16T05:34:50.632Z | Downloaded sec1 v0.7.3 |
1019 | 2024-04-16T05:34:50.632Z | Downloaded cpufeatures v0.2.12 |
1020 | 2024-04-16T05:34:50.632Z | Downloaded tiny-keccak v2.0.2 |
1021 | 2024-04-16T05:34:50.632Z | Downloaded unarray v0.1.4 |
1022 | 2024-04-16T05:34:50.632Z | Downloaded console v0.15.8 |
1023 | 2024-04-16T05:34:50.632Z | Downloaded mime_guess v2.0.4 |
1024 | 2024-04-16T05:34:50.633Z | Downloaded mime v0.3.17 |
1025 | 2024-04-16T05:34:50.633Z | Downloaded lock_api v0.4.10 |
1026 | 2024-04-16T05:34:50.633Z | Downloaded foreign-types-macros v0.2.3 |
1027 | 2024-04-16T05:34:50.633Z | Downloaded libefi-sys v0.1.0 |
1028 | 2024-04-16T05:34:50.633Z | Downloaded yansi v0.5.1 |
1029 | 2024-04-16T05:34:50.633Z | Downloaded xattr v1.0.1 |
1030 | 2024-04-16T05:34:50.633Z | Downloaded rustls-native-certs v0.7.0 |
1031 | 2024-04-16T05:34:50.633Z | Downloaded hmac v0.12.1 |
1032 | 2024-04-16T05:34:50.633Z | Downloaded zone v0.1.8 |
1033 | 2024-04-16T05:34:50.633Z | Downloaded hkdf v0.12.4 |
1034 | 2024-04-16T05:34:50.633Z | Downloaded cookie_store v0.20.0 |
1035 | 2024-04-16T05:34:50.633Z | Downloaded relative-path v1.9.0 |
1036 | 2024-04-16T05:34:50.633Z | Downloaded criterion-plot v0.5.0 |
1037 | 2024-04-16T05:34:50.633Z | Downloaded target-spec v3.1.0 |
1038 | 2024-04-16T05:34:50.633Z | Downloaded rtoolbox v0.0.1 |
1039 | 2024-04-16T05:34:50.633Z | Downloaded strum_macros v0.25.2 |
1040 | 2024-04-16T05:34:50.633Z | Downloaded take_mut v0.2.2 |
1041 | 2024-04-16T05:34:50.633Z | Downloaded httptest v0.15.5 |
1042 | 2024-04-16T05:34:50.633Z | Downloaded fd-lock v4.0.2 |
1043 | 2024-04-16T05:34:50.633Z | Downloaded thread-id v4.2.0 |
1044 | 2024-04-16T05:34:50.633Z | Downloaded generic-array v0.14.7 |
1045 | 2024-04-16T05:34:50.633Z | Downloaded pretty-hex v0.2.1 |
1046 | 2024-04-16T05:34:50.634Z | Downloaded mockall_derive v0.12.1 |
1047 | 2024-04-16T05:34:50.634Z | Downloaded spki v0.7.2 |
1048 | 2024-04-16T05:34:50.634Z | Downloaded tower-layer v0.3.2 |
1049 | 2024-04-16T05:34:50.634Z | Downloaded vsss-rs v3.3.4 |
1050 | 2024-04-16T05:34:50.634Z | Downloaded num_enum v0.5.11 |
1051 | 2024-04-16T05:34:50.634Z | Downloaded version_check v0.9.4 |
1052 | 2024-04-16T05:34:50.634Z | Downloaded const-oid v0.9.6 |
1053 | 2024-04-16T05:34:50.634Z | Downloaded usdt-attr-macro v0.5.0 |
1054 | 2024-04-16T05:34:50.634Z | Downloaded strum v0.26.2 |
1055 | 2024-04-16T05:34:50.634Z | Downloaded crc-any v2.4.3 |
1056 | 2024-04-16T05:34:50.634Z | Downloaded plain v0.2.3 |
1057 | 2024-04-16T05:34:50.634Z | Downloaded tinyvec_macros v0.1.1 |
1058 | 2024-04-16T05:34:50.634Z | Downloaded rustc-hash v1.1.0 |
1059 | 2024-04-16T05:34:50.634Z | Downloaded rand_chacha v0.3.1 |
1060 | 2024-04-16T05:34:50.634Z | Downloaded ed25519 v1.5.3 |
1061 | 2024-04-16T05:34:50.634Z | Downloaded dtrace-parser v0.1.14 |
1062 | 2024-04-16T05:34:50.634Z | Downloaded fastrand v2.0.1 |
1063 | 2024-04-16T05:34:50.634Z | Downloaded derive_builder_core v0.20.0 |
1064 | 2024-04-16T05:34:50.634Z | Downloaded crossbeam-utils v0.8.19 |
1065 | 2024-04-16T05:34:50.634Z | Downloaded subprocess v0.2.9 |
1066 | 2024-04-16T05:34:50.634Z | Downloaded darling_macro v0.20.8 |
1067 | 2024-04-16T05:34:50.634Z | Downloaded target-lexicon v0.12.13 |
1068 | 2024-04-16T05:34:50.634Z | Downloaded shlex v1.3.0 |
1069 | 2024-04-16T05:34:50.635Z | Downloaded num-iter v0.1.44 |
1070 | 2024-04-16T05:34:50.635Z | Downloaded tap v1.0.1 |
1071 | 2024-04-16T05:34:50.635Z | Downloaded stringprep v0.1.3 |
1072 | 2024-04-16T05:34:50.635Z | Downloaded clang-sys v1.6.1 |
1073 | 2024-04-16T05:34:50.635Z | Downloaded string_cache v0.8.7 |
1074 | 2024-04-16T05:34:50.635Z | Downloaded peeking_take_while v0.1.2 |
1075 | 2024-04-16T05:34:50.635Z | Downloaded pathdiff v0.2.1 |
1076 | 2024-04-16T05:34:50.635Z | Downloaded pkg-config v0.3.27 |
1077 | 2024-04-16T05:34:50.635Z | Downloaded portpicker v0.1.1 |
1078 | 2024-04-16T05:34:50.635Z | Downloaded oso-derive v0.27.3 |
1079 | 2024-04-16T05:34:50.635Z | Downloaded libm v0.2.7 |
1080 | 2024-04-16T05:34:50.635Z | Downloaded slog-bunyan v2.5.0 |
1081 | 2024-04-16T05:34:50.635Z | Downloaded wyz v0.5.1 |
1082 | 2024-04-16T05:34:50.635Z | Downloaded ron v0.7.1 |
1083 | 2024-04-16T05:34:50.635Z | Downloaded rstest v0.19.0 |
1084 | 2024-04-16T05:34:50.635Z | Downloaded tabwriter v1.4.0 |
1085 | 2024-04-16T05:34:50.635Z | Downloaded filetime v0.2.23 |
1086 | 2024-04-16T05:34:50.635Z | Downloaded topological-sort v0.2.2 |
1087 | 2024-04-16T05:34:50.635Z | Downloaded ff v0.13.0 |
1088 | 2024-04-16T05:34:50.635Z | Downloaded strum_macros v0.24.3 |
1089 | 2024-04-16T05:34:50.635Z | Downloaded flagset v0.4.3 |
1090 | 2024-04-16T05:34:50.635Z | Downloaded fixedbitset v0.4.2 |
1091 | 2024-04-16T05:34:50.635Z | Downloaded spin v0.9.8 |
1092 | 2024-04-16T05:34:50.635Z | Downloaded futures v0.3.30 |
1093 | 2024-04-16T05:34:50.636Z | Downloaded postgres-protocol v0.6.6 |
1094 | 2024-04-16T05:34:50.636Z | Downloaded quick-error v1.2.3 |
1095 | 2024-04-16T05:34:50.636Z | Downloaded peg v0.8.2 |
1096 | 2024-04-16T05:34:50.636Z | Downloaded getopts v0.2.21 |
1097 | 2024-04-16T05:34:50.636Z | Downloaded endian-type v0.1.2 |
1098 | 2024-04-16T05:34:50.636Z | Downloaded usdt-macro v0.5.0 |
1099 | 2024-04-16T05:34:50.636Z | Downloaded futures-timer v3.0.2 |
1100 | 2024-04-16T05:34:50.636Z | Downloaded gethostname v0.4.3 |
1101 | 2024-04-16T05:34:50.636Z | Downloaded hash32 v0.3.1 |
1102 | 2024-04-16T05:34:50.636Z | Downloaded rustfmt-wrapper v0.2.1 |
1103 | 2024-04-16T05:34:50.636Z | Downloaded paste v1.0.14 |
1104 | 2024-04-16T05:34:50.636Z | Downloaded openssl-probe v0.1.5 |
1105 | 2024-04-16T05:34:50.636Z | Downloaded slog-json v2.6.1 |
1106 | 2024-04-16T05:34:50.645Z | Downloaded sha1 v0.10.6 |
1107 | 2024-04-16T05:34:50.645Z | Downloaded foreign-types v0.3.2 |
1108 | 2024-04-16T05:34:50.645Z | Downloaded display-error-chain v0.2.0 |
1109 | 2024-04-16T05:34:50.646Z | Downloaded termcolor v1.2.0 |
1110 | 2024-04-16T05:34:50.646Z | Downloaded num-conv v0.1.0 |
1111 | 2024-04-16T05:34:50.646Z | Downloaded synstructure v0.12.6 |
1112 | 2024-04-16T05:34:50.646Z | Downloaded structmeta-derive v0.2.0 |
1113 | 2024-04-16T05:34:50.646Z | Downloaded rustc_version v0.4.0 |
1114 | 2024-04-16T05:34:50.647Z | Downloaded rustc_version v0.1.7 |
1115 | 2024-04-16T05:34:50.647Z | Downloaded structmeta v0.3.0 |
1116 | 2024-04-16T05:34:50.647Z | Downloaded smf v0.2.3 |
1117 | 2024-04-16T05:34:50.647Z | Downloaded fatfs v0.3.6 |
1118 | 2024-04-16T05:34:50.647Z | Downloaded snafu v0.8.2 |
1119 | 2024-04-16T05:34:50.648Z | Downloaded tower-service v0.3.2 |
1120 | 2024-04-16T05:34:50.648Z | Downloaded number_prefix v0.4.0 |
1121 | 2024-04-16T05:34:50.648Z | Downloaded dtrace-parser v0.2.0 |
1122 | 2024-04-16T05:34:50.648Z | Downloaded doc-comment v0.3.3 |
1123 | 2024-04-16T05:34:50.648Z | Downloaded want v0.3.1 |
1124 | 2024-04-16T05:34:50.649Z | Downloaded num_threads v0.1.6 |
1125 | 2024-04-16T05:34:50.649Z | Downloaded toolchain_find v0.4.0 |
1126 | 2024-04-16T05:34:50.649Z | Downloaded rust-argon2 v2.1.0 |
1127 | 2024-04-16T05:34:50.649Z | Downloaded waitgroup v0.1.2 |
1128 | 2024-04-16T05:34:50.649Z | Downloaded rsa v0.9.2 |
1129 | 2024-04-16T05:34:50.649Z | Downloaded pin-utils v0.1.0 |
1130 | 2024-04-16T05:34:50.649Z | Downloaded crypto-common v0.1.6 |
1131 | 2024-04-16T05:34:50.649Z | Downloaded zeroize_derive v1.4.2 |
1132 | 2024-04-16T05:34:50.650Z | Downloaded precomputed-hash v0.1.1 |
1133 | 2024-04-16T05:34:50.650Z | Downloaded peg-runtime v0.8.2 |
1134 | 2024-04-16T05:34:50.650Z | Downloaded openssl-macros v0.1.1 |
1135 | 2024-04-16T05:34:50.650Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1136 | 2024-04-16T05:34:50.650Z | Downloaded term v0.7.0 |
1137 | 2024-04-16T05:34:50.650Z | Downloaded siphasher v0.3.11 |
1138 | 2024-04-16T05:34:50.650Z | Downloaded parse-size v1.0.0 |
1139 | 2024-04-16T05:34:50.650Z | Downloaded elliptic-curve v0.13.8 |
1140 | 2024-04-16T05:34:50.650Z | Downloaded sync_wrapper v0.1.2 |
1141 | 2024-04-16T05:34:50.651Z | Downloaded sigpipe v0.1.3 |
1142 | 2024-04-16T05:34:50.651Z | Downloaded owo-colors v4.0.0 |
1143 | 2024-04-16T05:34:50.651Z | Downloaded sqlparser_derive v0.2.2 |
1144 | 2024-04-16T05:34:50.651Z | Downloaded sqlformat v0.2.3 |
1145 | 2024-04-16T05:34:50.651Z | Downloaded spin v0.5.2 |
1146 | 2024-04-16T05:34:50.651Z | Downloaded crossbeam-channel v0.5.8 |
1147 | 2024-04-16T05:34:50.651Z | Downloaded which v4.4.0 |
1148 | 2024-04-16T05:34:50.652Z | Downloaded diesel_derives v2.1.2 |
1149 | 2024-04-16T05:34:50.652Z | Downloaded curve25519-dalek-derive v0.1.0 |
1150 | 2024-04-16T05:34:50.652Z | Downloaded dyn-clone v1.0.17 |
1151 | 2024-04-16T05:34:50.652Z | Downloaded scheduled-thread-pool v0.2.7 |
1152 | 2024-04-16T05:34:50.652Z | Downloaded foreign-types v0.5.0 |
1153 | 2024-04-16T05:34:50.652Z | Downloaded tracing-attributes v0.1.27 |
1154 | 2024-04-16T05:34:50.652Z | Downloaded socket2 v0.4.9 |
1155 | 2024-04-16T05:34:50.653Z | Downloaded smallvec v0.6.14 |
1156 | 2024-04-16T05:34:50.653Z | Downloaded pin-project-lite v0.2.13 |
1157 | 2024-04-16T05:34:50.653Z | Downloaded slog-scope v4.4.0 |
1158 | 2024-04-16T05:34:50.653Z | Downloaded scroll_derive v0.12.0 |
1159 | 2024-04-16T05:34:50.653Z | Downloaded predicates v3.1.0 |
1160 | 2024-04-16T05:34:50.653Z | Downloaded rustls-pemfile v1.0.3 |
1161 | 2024-04-16T05:34:50.654Z | Downloaded dirs-sys-next v0.1.2 |
1162 | 2024-04-16T05:34:50.654Z | Downloaded digest v0.10.7 |
1163 | 2024-04-16T05:34:50.654Z | Downloaded escape8259 v0.5.2 |
1164 | 2024-04-16T05:34:50.654Z | Downloaded itertools v0.10.5 |
1165 | 2024-04-16T05:34:50.654Z | Downloaded postcard v1.0.8 |
1166 | 2024-04-16T05:34:50.654Z | Downloaded phf_shared v0.10.0 |
1167 | 2024-04-16T05:34:50.655Z | Downloaded rand_core v0.6.4 |
1168 | 2024-04-16T05:34:50.655Z | Downloaded supports-color v3.0.0 |
1169 | 2024-04-16T05:34:50.655Z | Downloaded serde_tokenstream v0.2.0 |
1170 | 2024-04-16T05:34:50.655Z | Downloaded resolv-conf v0.7.0 |
1171 | 2024-04-16T05:34:50.655Z | Downloaded nom v7.1.3 |
1172 | 2024-04-16T05:34:50.655Z | Downloaded serde-big-array v0.4.1 |
1173 | 2024-04-16T05:34:50.656Z | Downloaded foreign-types-shared v0.1.1 |
1174 | 2024-04-16T05:34:50.656Z | Downloaded glob v0.3.1 |
1175 | 2024-04-16T05:34:50.656Z | Downloaded predicates-core v1.0.6 |
1176 | 2024-04-16T05:34:50.656Z | Downloaded ppv-lite86 v0.2.17 |
1177 | 2024-04-16T05:34:50.656Z | Downloaded foreign-types-shared v0.3.1 |
1178 | 2024-04-16T05:34:50.656Z | Downloaded partial-io v0.5.4 |
1179 | 2024-04-16T05:34:50.656Z | Downloaded rand v0.8.5 |
1180 | 2024-04-16T05:34:50.657Z | Downloaded psl-types v2.0.11 |
1181 | 2024-04-16T05:34:50.657Z | Downloaded parse-display v0.9.0 |
1182 | 2024-04-16T05:34:50.657Z | Downloaded enum-as-inner v0.5.1 |
1183 | 2024-04-16T05:34:50.657Z | Downloaded powerfmt v0.2.0 |
1184 | 2024-04-16T05:34:50.657Z | Downloaded parse-display-derive v0.9.0 |
1185 | 2024-04-16T05:34:50.657Z | Downloaded serde-big-array v0.5.1 |
1186 | 2024-04-16T05:34:50.658Z | Downloaded globset v0.4.13 |
1187 | 2024-04-16T05:34:50.658Z | Downloaded termtree v0.4.1 |
1188 | 2024-04-16T05:34:50.658Z | Downloaded time v0.3.34 |
1189 | 2024-04-16T05:34:50.658Z | Downloaded pretty-hex v0.4.1 |
1190 | 2024-04-16T05:34:50.658Z | Downloaded oorandom v11.1.3 |
1191 | 2024-04-16T05:34:50.658Z | Downloaded erased-serde v0.3.31 |
1192 | 2024-04-16T05:34:50.659Z | Downloaded slog-dtrace v0.3.0 |
1193 | 2024-04-16T05:34:50.659Z | Downloaded subtle v2.5.0 |
1194 | 2024-04-16T05:34:50.659Z | Downloaded hyper v1.1.0 |
1195 | 2024-04-16T05:34:50.659Z | Downloaded stability v0.2.0 |
1196 | 2024-04-16T05:34:50.659Z | Downloaded vte_generate_state_changes v0.1.1 |
1197 | 2024-04-16T05:34:50.659Z | Downloaded usdt-macro v0.3.5 |
1198 | 2024-04-16T05:34:50.659Z | Downloaded termios v0.3.3 |
1199 | 2024-04-16T05:34:50.660Z | Downloaded usdt v0.3.5 |
1200 | 2024-04-16T05:34:50.660Z | Downloaded untrusted v0.9.0 |
1201 | 2024-04-16T05:34:50.660Z | Downloaded unicode_categories v0.1.1 |
1202 | 2024-04-16T05:34:50.660Z | Downloaded trust-dns-server v0.22.1 |
1203 | 2024-04-16T05:34:50.667Z | Downloaded getrandom v0.2.12 |
1204 | 2024-04-16T05:34:50.667Z | Downloaded futures-executor v0.3.30 |
1205 | 2024-04-16T05:34:50.667Z | Downloaded form_urlencoded v1.2.1 |
1206 | 2024-04-16T05:34:50.667Z | Downloaded tungstenite v0.21.0 |
1207 | 2024-04-16T05:34:50.667Z | Downloaded strsim v0.10.0 |
1208 | 2024-04-16T05:34:50.667Z | Downloaded structmeta v0.2.0 |
1209 | 2024-04-16T05:34:50.667Z | Downloaded float-cmp v0.9.0 |
1210 | 2024-04-16T05:34:50.667Z | Downloaded num-bigint v0.4.4 |
1211 | 2024-04-16T05:34:50.667Z | Downloaded env_logger v0.9.3 |
1212 | 2024-04-16T05:34:50.667Z | Downloaded tokio-tungstenite v0.21.0 |
1213 | 2024-04-16T05:34:50.671Z | Downloaded tokio-tungstenite v0.20.1 |
1214 | 2024-04-16T05:34:50.671Z | Downloaded cstr-argument v0.1.2 |
1215 | 2024-04-16T05:34:50.671Z | Downloaded phf v0.11.2 |
1216 | 2024-04-16T05:34:50.671Z | Downloaded packed_struct_codegen v0.10.1 |
1217 | 2024-04-16T05:34:50.674Z | Downloaded packed_struct v0.10.1 |
1218 | 2024-04-16T05:34:50.674Z | Downloaded env_logger v0.10.0 |
1219 | 2024-04-16T05:34:50.678Z | Downloaded tracing-core v0.1.32 |
1220 | 2024-04-16T05:34:50.681Z | Downloaded guppy-workspace-hack v0.1.0 |
1221 | 2024-04-16T05:34:50.684Z | Downloaded trybuild v1.0.91 |
1222 | 2024-04-16T05:34:50.688Z | Downloaded stable_deref_trait v1.2.0 |
1223 | 2024-04-16T05:34:50.688Z | Downloaded der v0.7.8 |
1224 | 2024-04-16T05:34:50.696Z | Downloaded tower v0.4.13 |
1225 | 2024-04-16T05:34:50.702Z | Downloaded opaque-debug v0.3.0 |
1226 | 2024-04-16T05:34:50.706Z | Downloaded tracing v0.1.40 |
1227 | 2024-04-16T05:34:50.709Z | Downloaded slab v0.4.9 |
1228 | 2024-04-16T05:34:50.712Z | Downloaded similar-asserts v1.5.0 |
1229 | 2024-04-16T05:34:50.712Z | Downloaded structmeta-derive v0.3.0 |
1230 | 2024-04-16T05:34:50.715Z | Downloaded zeroize v1.7.0 |
1231 | 2024-04-16T05:34:50.715Z | Downloaded rusty-fork v0.3.0 |
1232 | 2024-04-16T05:34:50.718Z | Downloaded datatest-stable v0.2.6 |
1233 | 2024-04-16T05:34:50.719Z | Downloaded serde_derive_internals v0.26.0 |
1234 | 2024-04-16T05:34:50.722Z | Downloaded rustls-pki-types v1.3.0 |
1235 | 2024-04-16T05:34:50.722Z | Downloaded parking_lot v0.11.2 |
1236 | 2024-04-16T05:34:50.725Z | Downloaded crypto-bigint v0.5.2 |
1237 | 2024-04-16T05:34:50.730Z | Downloaded omicron-zone-package v0.11.0 |
1238 | 2024-04-16T05:34:50.734Z | Downloaded darling v0.20.8 |
1239 | 2024-04-16T05:34:50.738Z | Downloaded textwrap v0.16.1 |
1240 | 2024-04-16T05:34:50.741Z | Downloaded test-strategy v0.3.1 |
1241 | 2024-04-16T05:34:50.745Z | Downloaded unicode-width v0.1.11 |
1242 | 2024-04-16T05:34:50.748Z | Downloaded futures-macro v0.3.30 |
1243 | 2024-04-16T05:34:50.748Z | Downloaded tar v0.4.40 |
1244 | 2024-04-16T05:34:50.751Z | Downloaded tempfile v3.10.1 |
1245 | 2024-04-16T05:34:50.754Z | Downloaded debug-ignore v1.0.5 |
1246 | 2024-04-16T05:34:50.757Z | Downloaded futures-io v0.3.30 |
1247 | 2024-04-16T05:34:50.757Z | Downloaded fallible-iterator v0.2.0 |
1248 | 2024-04-16T05:34:50.757Z | Downloaded poly1305 v0.8.0 |
1249 | 2024-04-16T05:34:50.761Z | Downloaded num-bigint-dig v0.8.4 |
1250 | 2024-04-16T05:34:50.768Z | Downloaded toml v0.5.11 |
1251 | 2024-04-16T05:34:50.771Z | Downloaded plotters-svg v0.3.5 |
1252 | 2024-04-16T05:34:50.771Z | Downloaded csv-core v0.1.11 |
1253 | 2024-04-16T05:34:50.771Z | Downloaded rustls-pemfile v2.1.2 |
1254 | 2024-04-16T05:34:50.774Z | Downloaded zerocopy v0.6.6 |
1255 | 2024-04-16T05:34:50.777Z | Downloaded once_cell v1.19.0 |
1256 | 2024-04-16T05:34:50.781Z | Downloaded hyper v0.14.28 |
1257 | 2024-04-16T05:34:50.787Z | Downloaded defmt-macros v0.3.6 |
1258 | 2024-04-16T05:34:50.791Z | Downloaded blake3 v1.5.0 |
1259 | 2024-04-16T05:34:50.798Z | Downloaded num-complex v0.4.5 |
1260 | 2024-04-16T05:34:50.802Z | Downloaded slog v2.7.0 |
1261 | 2024-04-16T05:34:50.805Z | Downloaded samael v0.0.15 |
1262 | 2024-04-16T05:34:50.808Z | Downloaded typenum v1.16.0 |
1263 | 2024-04-16T05:34:50.812Z | Downloaded prettyplease v0.2.19 |
1264 | 2024-04-16T05:34:50.815Z | Downloaded tough v0.17.1 |
1265 | 2024-04-16T05:34:50.824Z | Downloaded zerocopy-derive v0.7.32 |
1266 | 2024-04-16T05:34:50.829Z | Downloaded structopt v0.3.26 |
1267 | 2024-04-16T05:34:50.837Z | Downloaded tokio-rustls v0.25.0 |
1268 | 2024-04-16T05:34:50.840Z | Downloaded unicode-segmentation v1.10.1 |
1269 | 2024-04-16T05:34:50.843Z | Downloaded half v2.3.1 |
1270 | 2024-04-16T05:34:50.846Z | Downloaded pretty_assertions v1.4.0 |
1271 | 2024-04-16T05:34:50.849Z | Downloaded pin-project v1.1.3 |
1272 | 2024-04-16T05:34:50.860Z | Downloaded tungstenite v0.20.1 |
1273 | 2024-04-16T05:34:50.866Z | Downloaded steno v0.4.0 |
1274 | 2024-04-16T05:34:50.869Z | Downloaded trust-dns-resolver v0.22.0 |
1275 | 2024-04-16T05:34:50.872Z | Downloaded idna v0.5.0 |
1276 | 2024-04-16T05:34:50.880Z | Downloaded plotters v0.3.5 |
1277 | 2024-04-16T05:34:50.889Z | Downloaded unicode-bidi v0.3.15 |
1278 | 2024-04-16T05:34:50.892Z | Downloaded zerocopy v0.7.32 |
1279 | 2024-04-16T05:34:50.910Z | Downloaded papergrid v0.11.0 |
1280 | 2024-04-16T05:34:50.914Z | Downloaded expectorate v1.1.0 |
1281 | 2024-04-16T05:34:50.918Z | Downloaded typed-path v0.7.0 |
1282 | 2024-04-16T05:34:50.925Z | Downloaded salty v0.2.0 |
1283 | 2024-04-16T05:34:50.929Z | Downloaded quick-xml v0.31.0 |
1284 | 2024-04-16T05:34:50.935Z | Downloaded sqlparser v0.44.0 |
1285 | 2024-04-16T05:34:50.941Z | Downloaded guppy v0.17.5 |
1286 | 2024-04-16T05:34:50.948Z | Downloaded bitvec v1.0.1 |
1287 | 2024-04-16T05:34:50.964Z | Downloaded rustyline v14.0.0 |
1288 | 2024-04-16T05:34:50.969Z | Downloaded idna v0.3.0 |
1289 | 2024-04-16T05:34:50.978Z | Downloaded chrono v0.4.38 |
1290 | 2024-04-16T05:34:50.987Z | Downloaded bindgen v0.69.2 |
1291 | 2024-04-16T05:34:50.993Z | Downloaded radix_trie v0.2.1 |
1292 | 2024-04-16T05:34:50.998Z | Downloaded rayon v1.10.0 |
1293 | 2024-04-16T05:34:51.009Z | Downloaded pest v2.7.6 |
1294 | 2024-04-16T05:34:51.015Z | Downloaded nix v0.28.0 |
1295 | 2024-04-16T05:34:51.026Z | Downloaded reqwest v0.11.24 |
1296 | 2024-04-16T05:34:51.034Z | Downloaded webpki-roots v0.25.2 |
1297 | 2024-04-16T05:34:51.038Z | Downloaded portable-atomic v1.4.3 |
1298 | 2024-04-16T05:34:51.044Z | Downloaded regex v1.10.4 |
1299 | 2024-04-16T05:34:51.061Z | Downloaded polar-core v0.27.3 |
1300 | 2024-04-16T05:34:51.069Z | Downloaded petgraph v0.6.4 |
1301 | 2024-04-16T05:34:51.084Z | Downloaded object v0.30.4 |
1302 | 2024-04-16T05:34:51.093Z | Downloaded h2 v0.3.26 |
1303 | 2024-04-16T05:34:51.100Z | Downloaded rustls v0.22.2 |
1304 | 2024-04-16T05:34:51.115Z | Downloaded regex-syntax v0.8.2 |
1305 | 2024-04-16T05:34:51.126Z | Downloaded regress v0.9.1 |
1306 | 2024-04-16T05:34:51.132Z | Downloaded object v0.32.1 |
1307 | 2024-04-16T05:34:51.144Z | Downloaded proptest v1.4.0 |
1308 | 2024-04-16T05:34:51.152Z | Downloaded syn v1.0.109 |
1309 | 2024-04-16T05:34:51.164Z | Downloaded tabled v0.15.0 |
1310 | 2024-04-16T05:34:51.180Z | Downloaded vcpkg v0.2.15 |
1311 | 2024-04-16T05:34:51.220Z | Downloaded sled v0.34.7 |
1312 | 2024-04-16T05:34:51.230Z | Downloaded zerocopy-derive v0.6.6 |
1313 | 2024-04-16T05:34:51.241Z | Downloaded openssl v0.10.64 |
1314 | 2024-04-16T05:34:51.252Z | Downloaded regex-automata v0.4.5 |
1315 | 2024-04-16T05:34:51.270Z | Downloaded regex-syntax v0.6.29 |
1316 | 2024-04-16T05:34:51.278Z | Downloaded tokio v1.37.0 |
1317 | 2024-04-16T05:34:51.315Z | Downloaded encoding_rs v0.8.33 |
1318 | 2024-04-16T05:34:51.336Z | Downloaded openapiv3 v2.0.0 |
1319 | 2024-04-16T05:34:51.348Z | Downloaded ratatui v0.26.2 |
1320 | 2024-04-16T05:34:51.365Z | Downloaded zerocopy-derive v0.2.0 |
1321 | 2024-04-16T05:34:51.374Z | Downloaded trust-dns-proto v0.22.0 |
1322 | 2024-04-16T05:34:51.386Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1323 | 2024-04-16T05:34:51.399Z | Downloaded diesel v2.1.5 |
1324 | 2024-04-16T05:34:51.418Z | Downloaded smoltcp v0.11.0 |
1325 | 2024-04-16T05:34:51.427Z | Downloaded bstr v1.9.0 |
1326 | 2024-04-16T05:34:51.441Z | Downloaded bstr v0.2.17 |
1327 | 2024-04-16T05:34:51.448Z | Downloaded rustls-webpki v0.101.7 |
1328 | 2024-04-16T05:34:51.462Z | Downloaded goblin v0.8.0 |
1329 | 2024-04-16T05:34:51.468Z | Downloaded curve25519-dalek v4.1.2 |
1330 | 2024-04-16T05:34:51.478Z | Downloaded gimli v0.28.0 |
1331 | 2024-04-16T05:34:51.488Z | Downloaded sha3 v0.10.8 |
1332 | 2024-04-16T05:34:51.496Z | Downloaded rustls v0.21.9 |
1333 | 2024-04-16T05:34:51.506Z | Downloaded csv v1.3.0 |
1334 | 2024-04-16T05:34:51.524Z | Downloaded smoltcp v0.9.1 |
1335 | 2024-04-16T05:34:51.533Z | Downloaded reedline v0.31.0 |
1336 | 2024-04-16T05:34:51.543Z | Downloaded lalrpop v0.19.12 |
1337 | 2024-04-16T05:34:51.553Z | Downloaded clap v2.34.0 |
1338 | 2024-04-16T05:34:51.565Z | Downloaded idna v0.2.3 |
1339 | 2024-04-16T05:34:51.572Z | Downloaded winnow v0.5.15 |
1340 | 2024-04-16T05:34:51.575Z | Downloaded ucd-trie v0.1.6 |
1341 | 2024-04-16T05:34:51.576Z | Downloaded pest_meta v2.7.6 |
1342 | 2024-04-16T05:34:51.576Z | Downloaded darling_core v0.20.8 |
1343 | 2024-04-16T05:34:51.579Z | Downloaded flume v0.11.0 |
1344 | 2024-04-16T05:34:51.582Z | Downloaded url v2.5.0 |
1345 | 2024-04-16T05:34:51.585Z | Downloaded toml_edit v0.19.15 |
1346 | 2024-04-16T05:34:51.602Z | Downloaded rustls-webpki v0.102.1 |
1347 | 2024-04-16T05:34:51.619Z | Downloaded tokio-rustls v0.24.1 |
1348 | 2024-04-16T05:34:51.622Z | Downloaded tinyvec v1.6.0 |
1349 | 2024-04-16T05:34:51.625Z | Downloaded tinytemplate v1.2.1 |
1350 | 2024-04-16T05:34:51.628Z | Downloaded similar v2.4.0 |
1351 | 2024-04-16T05:34:51.632Z | Downloaded publicsuffix v2.2.3 |
1352 | 2024-04-16T05:34:51.640Z | Downloaded unicode-normalization v0.1.22 |
1353 | 2024-04-16T05:34:51.643Z | Downloaded serde_with v3.7.0 |
1354 | 2024-04-16T05:34:51.648Z | Downloaded futures-util v0.3.30 |
1355 | 2024-04-16T05:34:51.656Z | Downloaded tokio-util v0.7.10 |
1356 | 2024-04-16T05:34:51.662Z | Downloaded hashbrown v0.13.2 |
1357 | 2024-04-16T05:34:51.666Z | Downloaded trust-dns-client v0.22.0 |
1358 | 2024-04-16T05:34:51.671Z | Downloaded toml v0.7.8 |
1359 | 2024-04-16T05:34:51.674Z | Downloaded static_assertions v1.1.0 |
1360 | 2024-04-16T05:34:51.684Z | Downloaded futures-sink v0.3.30 |
1361 | 2024-04-16T05:34:51.684Z | Downloaded tui-tree-widget v0.19.0 |
1362 | 2024-04-16T05:34:51.688Z | Downloaded predicates-tree v1.0.9 |
1363 | 2024-04-16T05:34:51.688Z | Downloaded rayon-core v1.12.1 |
1364 | 2024-04-16T05:34:51.688Z | Downloaded plotters-backend v0.3.5 |
1365 | 2024-04-16T05:34:51.688Z | Downloaded phf_shared v0.11.2 |
1366 | 2024-04-16T05:34:51.688Z | Downloaded serde_repr v0.1.16 |
1367 | 2024-04-16T05:34:51.688Z | Downloaded num_enum_derive v0.5.11 |
1368 | 2024-04-16T05:34:51.688Z | Downloaded wait-timeout v0.2.0 |
1369 | 2024-04-16T05:34:51.691Z | Downloaded vec_map v0.8.2 |
1370 | 2024-04-16T05:34:51.691Z | Downloaded der_derive v0.7.2 |
1371 | 2024-04-16T05:34:51.691Z | Downloaded openssl-sys v0.9.102 |
1372 | 2024-04-16T05:34:51.695Z | Downloaded tokio-postgres v0.7.10 |
1373 | 2024-04-16T05:34:51.700Z | Downloaded diff v0.1.13 |
1374 | 2024-04-16T05:34:51.703Z | Downloaded regex-automata v0.1.10 |
1375 | 2024-04-16T05:34:51.710Z | Downloaded uuid v1.8.0 |
1376 | 2024-04-16T05:34:51.715Z | Downloaded socket2 v0.5.6 |
1377 | 2024-04-16T05:34:51.716Z | Downloaded hashbrown v0.12.3 |
1378 | 2024-04-16T05:34:51.719Z | Downloaded unicode-xid v0.2.4 |
1379 | 2024-04-16T05:34:51.719Z | Downloaded tokio-stream v0.1.15 |
1380 | 2024-04-16T05:34:51.722Z | Downloaded ref-cast-impl v1.0.22 |
1381 | 2024-04-16T05:34:51.722Z | Downloaded untrusted v0.7.1 |
1382 | 2024-04-16T05:34:51.726Z | Downloaded serde-hex v0.1.0 |
1383 | 2024-04-16T05:34:51.726Z | Downloaded flate2 v1.0.28 |
1384 | 2024-04-16T05:34:51.730Z | Downloaded oso v0.27.3 |
1385 | 2024-04-16T05:34:51.735Z | Downloaded x509-cert v0.2.4 |
1386 | 2024-04-16T05:34:51.738Z | Downloaded criterion v0.5.1 |
1387 | 2024-04-16T05:34:51.744Z | Downloaded serde_path_to_error v0.1.16 |
1388 | 2024-04-16T05:34:51.748Z | Downloaded proc-macro-error-attr v1.0.4 |
1389 | 2024-04-16T05:34:51.748Z | Downloaded structopt-derive v0.4.18 |
1390 | 2024-04-16T05:34:51.751Z | Downloaded sha2 v0.10.8 |
1391 | 2024-04-16T05:34:51.751Z | Downloaded crossterm v0.27.0 |
1392 | 2024-04-16T05:34:51.756Z | Downloaded tabled_derive v0.7.0 |
1393 | 2024-04-16T05:34:51.761Z | Downloaded serde_tokenstream v0.1.7 |
1394 | 2024-04-16T05:34:51.761Z | Downloaded itertools v0.12.1 |
1395 | 2024-04-16T05:34:51.767Z | Downloaded embedded-io v0.4.0 |
1396 | 2024-04-16T05:34:51.770Z | Downloaded textwrap v0.11.0 |
1397 | 2024-04-16T05:34:51.770Z | Downloaded slog-term v2.9.1 |
1398 | 2024-04-16T05:34:51.774Z | Downloaded futures-task v0.3.30 |
1399 | 2024-04-16T05:34:51.774Z | Downloaded whoami v1.5.1 |
1400 | 2024-04-16T05:34:51.781Z | Downloaded libxml v0.3.3 |
1401 | 2024-04-16T05:34:51.784Z | Downloaded difflib v0.4.0 |
1402 | 2024-04-16T05:34:51.784Z | Downloaded deranged v0.3.11 |
1403 | 2024-04-16T05:34:51.784Z | Downloaded percent-encoding v2.3.1 |
1404 | 2024-04-16T05:34:51.784Z | Downloaded dirs-next v2.0.0 |
1405 | 2024-04-16T05:34:51.788Z | Downloaded pem-rfc7468 v0.7.0 |
1406 | 2024-04-16T05:34:51.788Z | Downloaded pem v3.0.4 |
1407 | 2024-04-16T05:34:51.788Z | Downloaded schemars_derive v0.8.16 |
1408 | 2024-04-16T05:34:51.792Z | Downloaded pin-project-internal v1.1.3 |
1409 | 2024-04-16T05:34:51.792Z | Downloaded uuid v0.8.2 |
1410 | 2024-04-16T05:34:51.795Z | Downloaded rstest_macros v0.19.0 |
1411 | 2024-04-16T05:34:51.798Z | Downloaded slog-stdlog v4.1.1 |
1412 | 2024-04-16T05:34:51.798Z | Downloaded slog-envlogger v2.2.0 |
1413 | 2024-04-16T05:34:51.802Z | Downloaded http v0.2.12 |
1414 | 2024-04-16T05:34:51.805Z | Downloaded fnv v1.0.7 |
1415 | 2024-04-16T05:34:51.805Z | Downloaded same-file v1.0.6 |
1416 | 2024-04-16T05:34:51.805Z | Downloaded rand_xorshift v0.3.0 |
1417 | 2024-04-16T05:34:51.809Z | Downloaded proc-macro-crate v1.3.1 |
1418 | 2024-04-16T05:34:51.809Z | Downloaded funty v2.0.0 |
1419 | 2024-04-16T05:34:51.809Z | Downloaded serde_with_macros v3.7.0 |
1420 | 2024-04-16T05:34:51.829Z | Downloaded scroll v0.12.0 |
1421 | 2024-04-16T05:34:51.829Z | Downloaded olpc-cjson v0.1.3 |
1422 | 2024-04-16T05:34:51.829Z | Downloaded group v0.13.0 |
1423 | 2024-04-16T05:34:51.833Z | Downloaded fragile v2.0.0 |
1424 | 2024-04-16T05:34:51.833Z | Downloaded mio v0.8.11 |
1425 | 2024-04-16T05:34:51.833Z | Downloaded utf-8 v0.7.6 |
1426 | 2024-04-16T05:34:51.833Z | Downloaded password-hash v0.5.0 |
1427 | 2024-04-16T05:34:51.833Z | Downloaded unsafe-libyaml v0.2.10 |
1428 | 2024-04-16T05:34:51.833Z | Downloaded ron v0.8.1 |
1429 | 2024-04-16T05:34:51.833Z | Downloaded pest_derive v2.7.6 |
1430 | 2024-04-16T05:34:51.837Z | Downloaded futures-core v0.3.30 |
1431 | 2024-04-16T05:34:51.837Z | Downloaded ena v0.14.2 |
1432 | 2024-04-16T05:34:51.840Z | Downloaded const_format v0.2.32 |
1433 | 2024-04-16T05:34:51.844Z | Downloaded defmt-parser v0.3.3 |
1434 | 2024-04-16T05:34:51.844Z | Downloaded tokio-native-tls v0.3.1 |
1435 | 2024-04-16T05:34:51.847Z | Downloaded tokio-macros v2.2.0 |
1436 | 2024-04-16T05:34:51.847Z | Downloaded smawk v0.3.1 |
1437 | 2024-04-16T05:34:51.850Z | Downloaded serde_urlencoded v0.7.1 |
1438 | 2024-04-16T05:34:51.850Z | Downloaded postgres-types v0.2.6 |
1439 | 2024-04-16T05:34:51.853Z | Downloaded walkdir v2.5.0 |
1440 | 2024-04-16T05:34:51.853Z | Downloaded num-traits v0.2.18 |
1441 | 2024-04-16T05:34:51.857Z | Downloaded num-rational v0.4.1 |
1442 | 2024-04-16T05:34:51.857Z | Downloaded minimal-lexical v0.2.1 |
1443 | 2024-04-16T05:34:51.863Z | Downloaded serde_arrays v0.1.0 |
1444 | 2024-04-16T05:34:51.867Z | Downloaded scopeguard v1.2.0 |
1445 | 2024-04-16T05:34:51.867Z | Downloaded data-encoding v2.4.0 |
1446 | 2024-04-16T05:34:51.867Z | Downloaded yasna v0.5.2 |
1447 | 2024-04-16T05:34:51.867Z | Downloaded chacha20poly1305 v0.10.1 |
1448 | 2024-04-16T05:34:51.871Z | Downloaded ref-cast v1.0.22 |
1449 | 2024-04-16T05:34:51.871Z | Downloaded hash32 v0.2.1 |
1450 | 2024-04-16T05:34:51.874Z | Downloaded radium v0.7.0 |
1451 | 2024-04-16T05:34:51.874Z | Downloaded pkcs8 v0.10.2 |
1452 | 2024-04-16T05:34:51.877Z | Downloaded pkcs1 v0.7.5 |
1453 | 2024-04-16T05:34:51.877Z | Downloaded zip v0.6.6 |
1454 | 2024-04-16T05:34:51.881Z | Downloaded compact_str v0.7.1 |
1455 | 2024-04-16T05:34:51.884Z | Downloaded backtrace v0.3.69 |
1456 | 2024-04-16T05:34:51.887Z | Downloaded dof v0.3.0 |
1457 | 2024-04-16T05:34:51.891Z | Downloaded dof v0.1.5 |
1458 | 2024-04-16T05:34:51.891Z | Downloaded parking_lot v0.12.1 |
1459 | 2024-04-16T05:34:51.894Z | Downloaded path-slash v0.1.5 |
1460 | 2024-04-16T05:34:51.894Z | Downloaded peg-macros v0.8.2 |
1461 | 2024-04-16T05:34:51.897Z | Downloaded num-derive v0.4.0 |
1462 | 2024-04-16T05:34:51.898Z | Downloaded smallvec v1.13.1 |
1463 | 2024-04-16T05:34:51.901Z | Downloaded base64 v0.21.7 |
1464 | 2024-04-16T05:34:51.904Z | Downloaded either v1.11.0 |
1465 | 2024-04-16T05:34:51.904Z | Downloaded derive_more v0.99.17 |
1466 | 2024-04-16T05:34:51.912Z | Downloaded defmt v0.3.5 |
1467 | 2024-04-16T05:34:51.912Z | Downloaded signal-hook v0.3.17 |
1468 | 2024-04-16T05:34:51.916Z | Downloaded serde_yaml v0.9.25 |
1469 | 2024-04-16T05:34:51.920Z | Downloaded schemars v0.8.16 |
1470 | 2024-04-16T05:34:51.930Z | Downloaded cc v1.0.83 |
1471 | 2024-04-16T05:34:51.933Z | Downloaded blake2 v0.10.6 |
1472 | 2024-04-16T05:34:51.933Z | Downloaded proc-macro-error v1.0.4 |
1473 | 2024-04-16T05:34:51.937Z | Downloaded platforms v3.0.2 |
1474 | 2024-04-16T05:34:51.943Z | Downloaded derive_builder v0.20.0 |
1475 | 2024-04-16T05:34:51.946Z | Downloaded bytes v1.6.0 |
1476 | 2024-04-16T05:34:51.946Z | Downloaded usdt v0.5.0 |
1477 | 2024-04-16T05:34:51.949Z | Downloaded unicode-linebreak v0.1.5 |
1478 | 2024-04-16T05:34:51.950Z | Downloaded usdt-impl v0.3.5 |
1479 | 2024-04-16T05:34:51.950Z | Downloaded crossbeam-epoch v0.9.18 |
1480 | 2024-04-16T05:34:51.953Z | Downloaded slog-async v2.8.0 |
1481 | 2024-04-16T05:34:51.953Z | Downloaded serde_plain v1.0.2 |
1482 | 2024-04-16T05:34:51.957Z | Downloaded rpassword v7.3.1 |
1483 | 2024-04-16T05:34:51.957Z | Downloaded r2d2 v0.8.10 |
1484 | 2024-04-16T05:34:51.957Z | Downloaded pest_generator v2.7.6 |
1485 | 2024-04-16T05:34:51.960Z | Downloaded parking_lot_core v0.9.8 |
1486 | 2024-04-16T05:34:51.960Z | Downloaded parking_lot_core v0.8.6 |
1487 | 2024-04-16T05:34:51.963Z | Downloaded ring v0.17.8 |
1488 | 2024-04-16T05:34:52.031Z | Downloaded derive-where v1.2.7 |
1489 | 2024-04-16T05:34:52.034Z | Downloaded rcgen v0.12.1 |
1490 | 2024-04-16T05:34:52.037Z | Downloaded num_cpus v1.16.0 |
1491 | 2024-04-16T05:34:52.041Z | Downloaded vte v0.11.1 |
1492 | 2024-04-16T05:34:52.044Z | Downloaded thiserror-no-std v2.0.2 |
1493 | 2024-04-16T05:34:52.047Z | Downloaded cfg-expr v0.15.6 |
1494 | 2024-04-16T05:34:52.047Z | Downloaded futures-channel v0.3.30 |
1495 | 2024-04-16T05:34:52.050Z | Downloaded num-integer v0.1.46 |
1496 | 2024-04-16T05:34:52.051Z | Downloaded shell-words v1.1.0 |
1497 | 2024-04-16T05:34:52.054Z | Downloaded unicase v2.7.0 |
1498 | 2024-04-16T05:34:52.054Z | Downloaded strum_macros v0.26.1 |
1499 | 2024-04-16T05:34:52.057Z | Downloaded cookie v0.18.1 |
1500 | 2024-04-16T05:34:52.057Z | Downloaded downcast v0.11.0 |
1501 | 2024-04-16T05:34:52.064Z | Downloaded zerocopy v0.3.0 |
1502 | 2024-04-16T05:34:52.064Z | Downloaded snafu-derive v0.8.2 |
1503 | 2024-04-16T05:34:52.064Z | Downloaded cookie v0.17.0 |
1504 | 2024-04-16T05:34:52.067Z | Downloaded ciborium v0.2.2 |
1505 | 2024-04-16T05:34:52.067Z | Downloaded usdt-attr-macro v0.3.5 |
1506 | 2024-04-16T05:34:52.067Z | Downloaded sct v0.7.0 |
1507 | 2024-04-16T05:34:52.071Z | Downloaded universal-hash v0.5.1 |
1508 | 2024-04-16T05:34:52.071Z | Downloaded crc32fast v1.3.2 |
1509 | 2024-04-16T05:34:52.071Z | Downloaded usdt-impl v0.5.0 |
1510 | 2024-04-16T05:34:52.074Z | Downloaded multimap v0.10.0 |
1511 | 2024-04-16T05:34:52.074Z | Downloaded miniz_oxide v0.7.1 |
1512 | 2024-04-16T05:34:52.078Z | Downloaded thiserror-impl-no-std v2.0.2 |
1513 | 2024-04-16T05:34:52.078Z | Downloaded const_format_proc_macros v0.2.32 |
1514 | 2024-04-16T05:34:52.081Z | Downloaded strsim v0.8.0 |
1515 | 2024-04-16T05:34:52.082Z | Downloaded strip-ansi-escapes v0.2.0 |
1516 | 2024-04-16T05:34:52.082Z | Downloaded memmap2 v0.7.1 |
1517 | 2024-04-16T05:34:52.085Z | Downloaded libloading v0.7.4 |
1518 | 2024-04-16T05:34:52.085Z | Downloaded colored v2.1.0 |
1519 | 2024-04-16T05:34:52.088Z | Downloaded ring v0.16.20 |
1520 | 2024-04-16T05:34:52.168Z | Downloaded block-buffer v0.10.4 |
1521 | 2024-04-16T05:34:52.171Z | Downloaded cancel-safe-futures v0.1.5 |
1522 | 2024-04-16T05:34:52.171Z | Downloaded bzip2 v0.4.4 |
1523 | 2024-04-16T05:34:52.175Z | Downloaded nu-ansi-term v0.50.0 |
1524 | 2024-04-16T05:34:52.175Z | Downloaded multer v3.0.0 |
1525 | 2024-04-16T05:34:52.178Z | Downloaded log v0.4.21 |
1526 | 2024-04-16T05:34:52.182Z | Downloaded linked-hash-map v0.5.6 |
1527 | 2024-04-16T05:34:52.182Z | Downloaded thread_local v1.1.7 |
1528 | 2024-04-16T05:34:52.182Z | Downloaded chacha20 v0.9.1 |
1529 | 2024-04-16T05:34:52.186Z | Downloaded blake2b_simd v1.0.1 |
1530 | 2024-04-16T05:34:52.186Z | Downloaded secrecy v0.8.0 |
1531 | 2024-04-16T05:34:52.186Z | Downloaded signature v2.1.0 |
1532 | 2024-04-16T05:34:52.189Z | Downloaded signature v1.6.4 |
1533 | 2024-04-16T05:34:52.190Z | Downloaded signal-hook-tokio v0.3.1 |
1534 | 2024-04-16T05:34:52.190Z | Downloaded native-tls v0.2.11 |
1535 | 2024-04-16T05:34:52.190Z | Downloaded signal-hook-mio v0.2.3 |
1536 | 2024-04-16T05:34:52.193Z | Downloaded semver v0.1.20 |
1537 | 2024-04-16T05:34:52.193Z | Downloaded indicatif v0.17.8 |
1538 | 2024-04-16T05:34:52.197Z | Downloaded cexpr v0.6.0 |
1539 | 2024-04-16T05:34:52.197Z | Downloaded async-trait v0.1.80 |
1540 | 2024-04-16T05:34:52.200Z | Downloaded linear-map v1.2.0 |
1541 | 2024-04-16T05:34:52.201Z | Downloaded zone_cfg_derive v0.1.2 |
1542 | 2024-04-16T05:34:52.207Z | Downloaded keccak v0.1.4 |
1543 | 2024-04-16T05:34:52.207Z | Downloaded memmap v0.7.0 |
1544 | 2024-04-16T05:34:52.207Z | Downloaded maplit v1.0.2 |
1545 | 2024-04-16T05:34:52.207Z | Downloaded managed v0.8.0 |
1546 | 2024-04-16T05:34:52.210Z | Downloaded lru v0.12.1 |
1547 | 2024-04-16T05:34:52.210Z | Downloaded kstat-rs v0.2.3 |
1548 | 2024-04-16T05:34:52.210Z | Downloaded base64 v0.13.1 |
1549 | 2024-04-16T05:34:52.210Z | Downloaded backoff v0.4.0 |
1550 | 2024-04-16T05:34:52.214Z | Downloaded memoffset v0.7.1 |
1551 | 2024-04-16T05:34:52.214Z | Downloaded libtest-mimic v0.7.2 |
1552 | 2024-04-16T05:34:52.217Z | Downloaded convert_case v0.4.0 |
1553 | 2024-04-16T05:34:52.217Z | Downloaded cassowary v0.3.0 |
1554 | 2024-04-16T05:34:52.217Z | Downloaded ciborium-ll v0.2.2 |
1555 | 2024-04-16T05:34:52.221Z | Downloaded byteorder v1.5.0 |
1556 | 2024-04-16T05:34:52.221Z | Downloaded hubpack v0.1.2 |
1557 | 2024-04-16T05:34:52.221Z | Downloaded cipher v0.4.4 |
1558 | 2024-04-16T05:34:52.225Z | Downloaded castaway v0.2.2 |
1559 | 2024-04-16T05:34:52.225Z | Downloaded cast v0.3.0 |
1560 | 2024-04-16T05:34:52.225Z | Downloaded block-padding v0.3.3 |
1561 | 2024-04-16T05:34:52.225Z | Downloaded async-recursion v1.1.0 |
1562 | 2024-04-16T05:34:52.228Z | Downloaded indoc v1.0.9 |
1563 | 2024-04-16T05:34:52.232Z | Downloaded hyper-util v0.1.2 |
1564 | 2024-04-16T05:34:52.235Z | Downloaded hyper-tls v0.5.0 |
1565 | 2024-04-16T05:34:52.235Z | Downloaded hyper-rustls v0.26.0 |
1566 | 2024-04-16T05:34:52.235Z | Downloaded hex-literal v0.4.1 |
1567 | 2024-04-16T05:34:52.238Z | Downloaded heck v0.3.3 |
1568 | 2024-04-16T05:34:52.238Z | Downloaded bitstruct_derive v0.1.0 |
1569 | 2024-04-16T05:34:52.238Z | Downloaded aho-corasick v1.1.2 |
1570 | 2024-04-16T05:34:52.244Z | Downloaded inout v0.1.3 |
1571 | 2024-04-16T05:34:52.248Z | Downloaded argon2 v0.5.3 |
1572 | 2024-04-16T05:34:52.248Z | Downloaded hyper-staticfile v0.9.5 |
1573 | 2024-04-16T05:34:52.248Z | Downloaded hubpack_derive v0.1.1 |
1574 | 2024-04-16T05:34:52.248Z | Downloaded http-range v0.1.5 |
1575 | 2024-04-16T05:34:52.251Z | Downloaded hex v0.4.3 |
1576 | 2024-04-16T05:34:52.251Z | Downloaded heapless v0.8.0 |
1577 | 2024-04-16T05:34:52.254Z | Downloaded base64ct v1.6.0 |
1578 | 2024-04-16T05:34:52.258Z | Downloaded atty v0.2.14 |
1579 | 2024-04-16T05:34:52.258Z | Downloaded arrayvec v0.7.4 |
1580 | 2024-04-16T05:34:52.258Z | Downloaded ascii-canvas v3.0.0 |
1581 | 2024-04-16T05:34:52.262Z | Downloaded addr2line v0.21.0 |
1582 | 2024-04-16T05:34:52.262Z | Downloaded httpdate v1.0.3 |
1583 | 2024-04-16T05:34:52.262Z | Downloaded http-body v1.0.0 |
1584 | 2024-04-16T05:34:52.265Z | Downloaded hostname v0.3.1 |
1585 | 2024-04-16T05:34:52.265Z | Downloaded heck v0.4.1 |
1586 | 2024-04-16T05:34:52.265Z | Downloaded async-stream-impl v0.3.5 |
1587 | 2024-04-16T05:34:52.265Z | Downloaded bit-set v0.5.3 |
1588 | 2024-04-16T05:34:52.269Z | Downloaded arrayref v0.3.7 |
1589 | 2024-04-16T05:34:52.269Z | Downloaded headers v0.3.9 |
1590 | 2024-04-16T05:34:52.860Z | Compiling libc v0.2.153 |
1591 | 2024-04-16T05:34:52.860Z | Compiling serde v1.0.197 |
1592 | 2024-04-16T05:34:52.864Z | Compiling version_check v0.9.4 |
1593 | 2024-04-16T05:34:52.864Z | Checking cfg-if v1.0.0 |
1594 | 2024-04-16T05:34:52.921Z | Compiling lock_api v0.4.10 |
1595 | 2024-04-16T05:34:52.924Z | Compiling syn v1.0.109 |
1596 | 2024-04-16T05:34:52.987Z | Compiling syn v2.0.59 |
1597 | 2024-04-16T05:34:52.998Z | Compiling parking_lot_core v0.9.8 |
1598 | 2024-04-16T05:34:53.035Z | Compiling once_cell v1.19.0 |
1599 | 2024-04-16T05:34:53.374Z | Compiling libm v0.2.7 |
1600 | 2024-04-16T05:34:53.473Z | Compiling num-traits v0.2.18 |
1601 | 2024-04-16T05:34:53.523Z | Compiling memchr v2.7.1 |
1602 | 2024-04-16T05:34:53.541Z | Compiling serde_json v1.0.116 |
1603 | 2024-04-16T05:34:53.781Z | Compiling ahash v0.8.8 |
1604 | 2024-04-16T05:34:53.906Z | Compiling byteorder v1.5.0 |
1605 | 2024-04-16T05:34:54.349Z | Checking log v0.4.21 |
1606 | 2024-04-16T05:34:54.648Z | Compiling slab v0.4.9 |
1607 | 2024-04-16T05:34:54.689Z | Compiling typenum v1.16.0 |
1608 | 2024-04-16T05:34:54.793Z | Checking getrandom v0.2.12 |
1609 | 2024-04-16T05:34:55.001Z | Compiling cc v1.0.83 |
1610 | 2024-04-16T05:34:55.241Z | Checking itoa v1.0.9 |
1611 | 2024-04-16T05:34:55.269Z | Compiling generic-array v0.14.7 |
1612 | 2024-04-16T05:34:55.541Z | Checking scopeguard v1.2.0 |
1613 | 2024-04-16T05:34:55.636Z | Checking smallvec v1.13.1 |
1614 | 2024-04-16T05:34:55.655Z | Compiling heck v0.4.1 |
1615 | 2024-04-16T05:34:55.829Z | Compiling allocator-api2 v0.2.16 |
1616 | 2024-04-16T05:34:55.975Z | Compiling pkg-config v0.3.27 |
1617 | 2024-04-16T05:34:56.072Z | Compiling rustix v0.38.31 |
1618 | 2024-04-16T05:34:56.090Z | Compiling schemars v0.8.16 |
1619 | 2024-04-16T05:34:56.464Z | Compiling httparse v1.8.0 |
1620 | 2024-04-16T05:34:56.560Z | Checking pin-project-lite v0.2.13 |
1621 | 2024-04-16T05:34:56.602Z | Checking parking_lot v0.12.1 |
1622 | 2024-04-16T05:34:56.904Z | Compiling num-conv v0.1.0 |
1623 | 2024-04-16T05:34:56.936Z | Compiling time-core v0.1.2 |
1624 | 2024-04-16T05:34:56.953Z | Compiling fnv v1.0.7 |
1625 | 2024-04-16T05:34:57.104Z | Checking signal-hook-registry v1.4.1 |
1626 | 2024-04-16T05:34:57.169Z | Compiling time-macros v0.2.17 |
1627 | 2024-04-16T05:34:57.245Z | Compiling vcpkg v0.2.15 |
1628 | 2024-04-16T05:34:57.326Z | Checking mio v0.8.11 |
1629 | 2024-04-16T05:34:57.691Z | Checking ryu v1.0.15 |
1630 | 2024-04-16T05:34:57.922Z | Compiling aho-corasick v1.1.2 |
1631 | 2024-04-16T05:34:57.952Z | Compiling ring v0.17.8 |
1632 | 2024-04-16T05:34:59.325Z | Compiling regex-syntax v0.8.2 |
1633 | 2024-04-16T05:34:59.443Z | Compiling openssl-sys v0.9.102 |
1634 | 2024-04-16T05:35:00.586Z | Compiling serde_derive_internals v0.26.0 |
1635 | 2024-04-16T05:35:01.276Z | Checking rand_core v0.6.4 |
1636 | 2024-04-16T05:35:01.484Z | Checking num_cpus v1.16.0 |
1637 | 2024-04-16T05:35:01.987Z | Checking futures-core v0.3.30 |
1638 | 2024-04-16T05:35:02.010Z | Compiling ring v0.16.20 |
1639 | 2024-04-16T05:35:02.010Z | Checking socket2 v0.5.6 |
1640 | 2024-04-16T05:35:02.163Z | Compiling regex-automata v0.4.5 |
1641 | 2024-04-16T05:35:02.999Z | Compiling openssl v0.10.64 |
1642 | 2024-04-16T05:35:03.409Z | Compiling rustversion v1.0.14 |
1643 | 2024-04-16T05:35:04.071Z | Compiling ucd-trie v0.1.6 |
1644 | 2024-04-16T05:35:04.300Z | Compiling slog v2.7.0 |
1645 | 2024-04-16T05:35:04.866Z | Compiling crossbeam-utils v0.8.19 |
1646 | 2024-04-16T05:35:05.254Z | Checking spin v0.5.2 |
1647 | 2024-04-16T05:35:05.451Z | Compiling native-tls v0.2.11 |
1648 | 2024-04-16T05:35:05.470Z | Compiling iana-time-zone v0.1.57 |
1649 | 2024-04-16T05:35:05.654Z | Compiling rustls v0.21.9 |
1650 | 2024-04-16T05:35:05.802Z | Compiling cookie v0.17.0 |
1651 | 2024-04-16T05:35:05.876Z | Compiling backtrace v0.3.69 |
1652 | 2024-04-16T05:35:05.925Z | Compiling uuid v0.8.2 |
1653 | 2024-04-16T05:35:06.158Z | Checking futures-sink v0.3.30 |
1654 | 2024-04-16T05:35:06.278Z | Compiling unicode-xid v0.2.4 |
1655 | 2024-04-16T05:35:06.310Z | Compiling dyn-clone v1.0.17 |
1656 | 2024-04-16T05:35:06.317Z | Compiling anyhow v1.0.82 |
1657 | 2024-04-16T05:35:06.672Z | Checking pin-utils v0.1.0 |
1658 | 2024-04-16T05:35:06.717Z | Compiling regex v1.10.4 |
1659 | 2024-04-16T05:35:06.750Z | Checking futures-channel v0.3.30 |
1660 | 2024-04-16T05:35:06.820Z | Compiling serde_derive v1.0.197 |
1661 | 2024-04-16T05:35:06.869Z | Compiling zerocopy-derive v0.7.32 |
1662 | 2024-04-16T05:35:07.092Z | Compiling thiserror-impl v1.0.58 |
1663 | 2024-04-16T05:35:07.217Z | Compiling zeroize_derive v1.4.2 |
1664 | 2024-04-16T05:35:07.633Z | Compiling tokio-macros v2.2.0 |
1665 | 2024-04-16T05:35:07.784Z | Compiling futures-macro v0.3.30 |
1666 | 2024-04-16T05:35:08.059Z | Compiling tracing-attributes v0.1.27 |
1667 | 2024-04-16T05:35:08.851Z | Compiling schemars_derive v0.8.16 |
1668 | 2024-04-16T05:35:14.259Z | Compiling zerocopy v0.7.32 |
1669 | 2024-04-16T05:35:14.531Z | Checking zeroize v1.7.0 |
1670 | 2024-04-16T05:35:14.531Z | Compiling openssl-macros v0.1.1 |
1671 | 2024-04-16T05:35:14.531Z | Compiling async-trait v0.1.80 |
1672 | 2024-04-16T05:35:14.532Z | Compiling thiserror v1.0.58 |
1673 | 2024-04-16T05:35:14.532Z | Compiling pest v2.7.6 |
1674 | 2024-04-16T05:35:14.532Z | Compiling hashbrown v0.14.3 |
1675 | 2024-04-16T05:35:14.549Z | Checking futures-io v0.3.30 |
1676 | 2024-04-16T05:35:14.549Z | Checking futures-task v0.3.30 |
1677 | 2024-04-16T05:35:14.549Z | Compiling tinyvec_macros v0.1.1 |
1678 | 2024-04-16T05:35:14.549Z | Compiling scroll_derive v0.12.0 |
1679 | 2024-04-16T05:35:14.549Z | Compiling thread-id v4.2.0 |
1680 | 2024-04-16T05:35:14.549Z | Compiling tinyvec v1.6.0 |
1681 | 2024-04-16T05:35:14.549Z | Checking futures-util v0.3.30 |
1682 | 2024-04-16T05:35:14.549Z | Compiling pest_meta v2.7.6 |
1683 | 2024-04-16T05:35:14.550Z | Compiling der_derive v0.7.2 |
1684 | 2024-04-16T05:35:14.550Z | Compiling unicode-normalization v0.1.22 |
1685 | 2024-04-16T05:35:14.550Z | Compiling unicode-bidi v0.3.15 |
1686 | 2024-04-16T05:35:14.562Z | Compiling pest_generator v2.7.6 |
1687 | 2024-04-16T05:35:15.045Z | Compiling errno v0.3.8 |
1688 | 2024-04-16T05:35:15.270Z | Compiling unicode-width v0.1.11 |
1689 | 2024-04-16T05:35:15.414Z | Compiling either v1.11.0 |
1690 | 2024-04-16T05:35:15.490Z | Checking subtle v2.5.0 |
1691 | 2024-04-16T05:35:15.762Z | Compiling crc32fast v1.3.2 |
1692 | 2024-04-16T05:35:16.309Z | Compiling winnow v0.5.15 |
1693 | 2024-04-16T05:35:17.701Z | Compiling synstructure v0.12.6 |
1694 | 2024-04-16T05:35:17.854Z | Compiling pest_derive v2.7.6 |
1695 | 2024-04-16T05:35:18.411Z | Compiling spin v0.9.8 |
1696 | 2024-04-16T05:35:18.667Z | Compiling tracing-core v0.1.32 |
1697 | 2024-04-16T05:35:18.771Z | Compiling scroll v0.12.0 |
1698 | 2024-04-16T05:35:18.846Z | Compiling usdt-impl v0.5.0 |
1699 | 2024-04-16T05:35:19.303Z | Compiling const-oid v0.9.6 |
1700 | 2024-04-16T05:35:19.466Z | Compiling zerocopy-derive v0.2.0 |
1701 | 2024-04-16T05:35:19.646Z | Compiling tracing v0.1.40 |
1702 | 2024-04-16T05:35:20.275Z | Compiling plain v0.2.3 |
1703 | 2024-04-16T05:35:20.281Z | Compiling percent-encoding v2.3.1 |
1704 | 2024-04-16T05:35:20.281Z | Compiling goblin v0.8.0 |
1705 | 2024-04-16T05:35:20.304Z | Compiling pretty-hex v0.4.1 |
1706 | 2024-04-16T05:35:20.386Z | Compiling clap_derive v4.5.4 |
1707 | 2024-04-16T05:35:20.502Z | Compiling dtrace-parser v0.2.0 |
1708 | 2024-04-16T05:35:20.521Z | Checking bytes v1.6.0 |
1709 | 2024-04-16T05:35:21.267Z | Checking tokio v1.37.0 |
1710 | 2024-04-16T05:35:21.415Z | Checking bitflags v2.4.2 |
1711 | 2024-04-16T05:35:21.832Z | Compiling indexmap v2.2.6 |
1712 | 2024-04-16T05:35:23.193Z | Compiling chrono v0.4.38 |
1713 | 2024-04-16T05:35:23.286Z | Compiling uuid v1.8.0 |
1714 | 2024-04-16T05:35:23.485Z | Compiling semver v1.0.22 |
1715 | 2024-04-16T05:35:23.784Z | Compiling http v0.2.12 |
1716 | 2024-04-16T05:35:24.247Z | Compiling serde_spanned v0.6.5 |
1717 | 2024-04-16T05:35:24.493Z | Compiling toml_datetime v0.6.5 |
1718 | 2024-04-16T05:35:24.685Z | Compiling rustc_version v0.4.0 |
1719 | 2024-04-16T05:35:25.375Z | Compiling toml_edit v0.19.15 |
1720 | 2024-04-16T05:35:26.176Z | Compiling openapiv3 v2.0.0 |
1721 | 2024-04-16T05:35:28.044Z | Compiling dof v0.3.0 |
1722 | 2024-04-16T05:35:28.064Z | Compiling untrusted v0.7.1 |
1723 | 2024-04-16T05:35:28.244Z | Compiling untrusted v0.9.0 |
1724 | 2024-04-16T05:35:28.419Z | Compiling powerfmt v0.2.0 |
1725 | 2024-04-16T05:35:28.832Z | Compiling signal-hook v0.3.17 |
1726 | 2024-04-16T05:35:29.017Z | Compiling foreign-types-shared v0.1.1 |
1727 | 2024-04-16T05:35:29.135Z | Compiling foreign-types v0.3.2 |
1728 | 2024-04-16T05:35:29.225Z | Compiling deranged v0.3.11 |
1729 | 2024-04-16T05:35:30.445Z | Compiling form_urlencoded v1.2.1 |
1730 | 2024-04-16T05:35:30.742Z | Compiling crypto-common v0.1.6 |
1731 | 2024-04-16T05:35:30.755Z | Compiling zerocopy-derive v0.6.6 |
1732 | 2024-04-16T05:35:30.954Z | Compiling usdt-impl v0.3.5 |
1733 | 2024-04-16T05:35:31.206Z | Compiling base64 v0.21.7 |
1734 | 2024-04-16T05:35:31.288Z | Compiling num_threads v0.1.6 |
1735 | 2024-04-16T05:35:31.455Z | Compiling siphasher v0.3.11 |
1736 | 2024-04-16T05:35:31.773Z | Compiling try-lock v0.2.4 |
1737 | 2024-04-16T05:35:31.918Z | Compiling want v0.3.1 |
1738 | 2024-04-16T05:35:31.941Z | Compiling rustls-webpki v0.101.7 |
1739 | 2024-04-16T05:35:32.198Z | Compiling time v0.3.34 |
1740 | 2024-04-16T05:35:33.105Z | Compiling tokio-util v0.7.10 |
1741 | 2024-04-16T05:35:33.280Z | Compiling sct v0.7.0 |
1742 | 2024-04-16T05:35:33.510Z | Compiling http-body v0.4.5 |
1743 | 2024-04-16T05:35:33.593Z | Compiling zerocopy v0.3.0 |
1744 | 2024-04-16T05:35:33.925Z | Compiling block-buffer v0.10.4 |
1745 | 2024-04-16T05:35:34.057Z | Compiling idna v0.5.0 |
1746 | 2024-04-16T05:35:34.159Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1747 | 2024-04-16T05:35:34.399Z | Compiling h2 v0.3.26 |
1748 | 2024-04-16T05:35:34.621Z | Compiling openssl-probe v0.1.5 |
1749 | 2024-04-16T05:35:34.625Z | Compiling tower-service v0.3.2 |
1750 | 2024-04-16T05:35:34.854Z | Compiling httpdate v1.0.3 |
1751 | 2024-04-16T05:35:35.065Z | Compiling url v2.5.0 |
1752 | 2024-04-16T05:35:35.592Z | Compiling dof v0.1.5 |
1753 | 2024-04-16T05:35:36.216Z | Compiling digest v0.10.7 |
1754 | 2024-04-16T05:35:36.498Z | Compiling heapless v0.7.16 |
1755 | 2024-04-16T05:35:36.885Z | Compiling dtrace-parser v0.1.14 |
1756 | 2024-04-16T05:35:36.919Z | Compiling idna v0.3.0 |
1757 | 2024-04-16T05:35:36.939Z | Compiling lazy_static v1.4.0 |
1758 | 2024-04-16T05:35:37.731Z | Checking equivalent v1.0.1 |
1759 | 2024-04-16T05:35:37.836Z | Compiling psl-types v2.0.11 |
1760 | 2024-04-16T05:35:38.028Z | Compiling unicode-segmentation v1.10.1 |
1761 | 2024-04-16T05:35:38.497Z | Compiling ppv-lite86 v0.2.17 |
1762 | 2024-04-16T05:35:38.865Z | Compiling adler v1.0.2 |
1763 | 2024-04-16T05:35:38.971Z | Compiling tokio-native-tls v0.3.1 |
1764 | 2024-04-16T05:35:39.087Z | Compiling miniz_oxide v0.7.1 |
1765 | 2024-04-16T05:35:39.235Z | Compiling rand_chacha v0.3.1 |
1766 | 2024-04-16T05:35:39.266Z | Compiling publicsuffix v2.2.3 |
1767 | 2024-04-16T05:35:39.867Z | Compiling crossbeam-epoch v0.9.18 |
1768 | 2024-04-16T05:35:40.504Z | Compiling tokio-rustls v0.24.1 |
1769 | 2024-04-16T05:35:40.711Z | Compiling serde_tokenstream v0.1.7 |
1770 | 2024-04-16T05:35:40.823Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1771 | 2024-04-16T05:35:40.885Z | Compiling bit-vec v0.6.3 |
1772 | 2024-04-16T05:35:41.045Z | Compiling hyper v0.14.28 |
1773 | 2024-04-16T05:35:41.557Z | Compiling ipnet v2.9.0 |
1774 | 2024-04-16T05:35:41.557Z | Compiling cookie_store v0.20.0 |
1775 | 2024-04-16T05:35:41.758Z | Compiling rand v0.8.5 |
1776 | 2024-04-16T05:35:42.293Z | Compiling phf_shared v0.10.0 |
1777 | 2024-04-16T05:35:42.404Z | Compiling rustls-pemfile v1.0.3 |
1778 | 2024-04-16T05:35:42.650Z | Compiling serde_urlencoded v0.7.1 |
1779 | 2024-04-16T05:35:42.818Z | Compiling encoding_rs v0.8.33 |
1780 | 2024-04-16T05:35:42.834Z | Compiling num-bigint v0.4.4 |
1781 | 2024-04-16T05:35:43.199Z | Compiling precomputed-hash v0.1.1 |
1782 | 2024-04-16T05:35:43.312Z | Compiling mime v0.3.17 |
1783 | 2024-04-16T05:35:43.391Z | Compiling minimal-lexical v0.2.1 |
1784 | 2024-04-16T05:35:43.689Z | Compiling smoltcp v0.9.1 |
1785 | 2024-04-16T05:35:43.800Z | Compiling webpki-roots v0.25.2 |
1786 | 2024-04-16T05:35:43.876Z | Compiling sync_wrapper v0.1.2 |
1787 | 2024-04-16T05:35:43.896Z | Compiling base64ct v1.6.0 |
1788 | 2024-04-16T05:35:43.953Z | Compiling gimli v0.28.0 |
1789 | 2024-04-16T05:35:43.999Z | Compiling fixedbitset v0.4.2 |
1790 | 2024-04-16T05:35:44.417Z | Compiling new_debug_unreachable v1.0.4 |
1791 | 2024-04-16T05:35:44.460Z | Compiling pem-rfc7468 v0.7.0 |
1792 | 2024-04-16T05:35:44.479Z | Compiling petgraph v0.6.4 |
1793 | 2024-04-16T05:35:44.508Z | Compiling string_cache v0.8.7 |
1794 | 2024-04-16T05:35:44.769Z | Compiling nom v7.1.3 |
1795 | 2024-04-16T05:35:45.318Z | Compiling usdt-macro v0.3.5 |
1796 | 2024-04-16T05:35:45.404Z | Compiling usdt-attr-macro v0.3.5 |
1797 | 2024-04-16T05:35:45.527Z | Compiling bit-set v0.5.3 |
1798 | 2024-04-16T05:35:45.802Z | Compiling hmac v0.12.1 |
1799 | 2024-04-16T05:35:46.391Z | Compiling itertools v0.10.5 |
1800 | 2024-04-16T05:35:46.687Z | Compiling enum-as-inner v0.5.1 |
1801 | 2024-04-16T05:35:46.931Z | Compiling hubpack_derive v0.1.1 |
1802 | 2024-04-16T05:35:47.308Z | Compiling diesel_table_macro_syntax v0.1.0 |
1803 | 2024-04-16T05:35:47.683Z | Compiling object v0.32.1 |
1804 | 2024-04-16T05:35:47.787Z | Compiling hyper-tls v0.5.0 |
1805 | 2024-04-16T05:35:47.921Z | Compiling hyper-rustls v0.24.2 |
1806 | 2024-04-16T05:35:48.140Z | Compiling addr2line v0.21.0 |
1807 | 2024-04-16T05:35:48.263Z | Compiling reqwest v0.11.24 |
1808 | 2024-04-16T05:35:48.379Z | Compiling rustc-demangle v0.1.23 |
1809 | 2024-04-16T05:35:48.665Z | Compiling flagset v0.4.3 |
1810 | 2024-04-16T05:35:49.164Z | Compiling lalrpop-util v0.19.12 |
1811 | 2024-04-16T05:35:49.169Z | Compiling der v0.7.8 |
1812 | 2024-04-16T05:35:49.169Z | Compiling toml_edit v0.22.9 |
1813 | 2024-04-16T05:35:49.199Z | Compiling diesel_derives v2.1.2 |
1814 | 2024-04-16T05:35:49.354Z | Compiling flate2 v1.0.28 |
1815 | 2024-04-16T05:35:49.945Z | Compiling futures-executor v0.3.30 |
1816 | 2024-04-16T05:35:50.438Z | Compiling cpufeatures v0.2.12 |
1817 | 2024-04-16T05:35:50.530Z | Compiling sha2 v0.10.8 |
1818 | 2024-04-16T05:35:50.548Z | Compiling futures v0.3.30 |
1819 | 2024-04-16T05:35:50.986Z | Compiling spki v0.7.2 |
1820 | 2024-04-16T05:35:51.364Z | Compiling md-5 v0.10.5 |
1821 | 2024-04-16T05:35:51.606Z | Compiling toml v0.7.8 |
1822 | 2024-04-16T05:35:51.917Z | Compiling hex v0.4.3 |
1823 | 2024-04-16T05:35:52.222Z | Compiling stringprep v0.1.3 |
1824 | 2024-04-16T05:35:52.532Z | Compiling serde_repr v0.1.16 |
1825 | 2024-04-16T05:35:53.244Z | Compiling strum_macros v0.25.2 |
1826 | 2024-04-16T05:35:53.940Z | Compiling num-integer v0.1.46 |
1827 | 2024-04-16T05:35:54.540Z | Compiling hash32 v0.2.1 |
1828 | 2024-04-16T05:35:54.725Z | Compiling fallible-iterator v0.2.0 |
1829 | 2024-04-16T05:35:55.138Z | Checking unicode-ident v1.0.12 |
1830 | 2024-04-16T05:35:55.418Z | Compiling stable_deref_trait v1.2.0 |
1831 | 2024-04-16T05:35:56.911Z | Compiling postgres-protocol v0.6.6 |
1832 | 2024-04-16T05:35:56.948Z | Compiling pkcs8 v0.10.2 |
1833 | 2024-04-16T05:35:57.418Z | Compiling phf_shared v0.11.2 |
1834 | 2024-04-16T05:35:57.459Z | Compiling terminal_size v0.3.0 |
1835 | 2024-04-16T05:35:57.530Z | Compiling ff v0.13.0 |
1836 | 2024-04-16T05:35:57.755Z | Compiling block-padding v0.3.3 |
1837 | 2024-04-16T05:35:57.806Z | Compiling scheduled-thread-pool v0.2.7 |
1838 | 2024-04-16T05:35:57.996Z | Compiling matches v0.1.10 |
1839 | 2024-04-16T05:35:58.024Z | Compiling regex-automata v0.1.10 |
1840 | 2024-04-16T05:35:58.092Z | Compiling managed v0.8.0 |
1841 | 2024-04-16T05:35:58.285Z | Compiling base16ct v0.2.0 |
1842 | 2024-04-16T05:35:58.366Z | Compiling peg-runtime v0.8.2 |
1843 | 2024-04-16T05:35:58.400Z | Compiling bitflags v1.3.2 |
1844 | 2024-04-16T05:35:58.418Z | Compiling clap_builder v4.5.2 |
1845 | 2024-04-16T05:35:58.512Z | Compiling sec1 v0.7.3 |
1846 | 2024-04-16T05:35:58.530Z | Compiling bstr v0.2.17 |
1847 | 2024-04-16T05:35:58.585Z | Compiling idna v0.2.3 |
1848 | 2024-04-16T05:35:59.042Z | Compiling r2d2 v0.8.10 |
1849 | 2024-04-16T05:35:59.079Z | Compiling inout v0.1.3 |
1850 | 2024-04-16T05:35:59.402Z | Compiling signal-hook-mio v0.2.3 |
1851 | 2024-04-16T05:35:59.563Z | Compiling group v0.13.0 |
1852 | 2024-04-16T05:35:59.716Z | Compiling phf v0.11.2 |
1853 | 2024-04-16T05:35:59.862Z | Compiling postgres-types v0.2.6 |
1854 | 2024-04-16T05:35:59.912Z | Compiling bzip2 v0.4.4 |
1855 | 2024-04-16T05:36:00.197Z | Compiling hubpack v0.1.2 |
1856 | 2024-04-16T05:36:00.306Z | Compiling hkdf v0.12.4 |
1857 | 2024-04-16T05:36:00.565Z | Compiling zerocopy v0.6.6 |
1858 | 2024-04-16T05:36:00.634Z | Compiling ipnetwork v0.20.0 |
1859 | 2024-04-16T05:36:00.798Z | Compiling crypto-bigint v0.5.2 |
1860 | 2024-04-16T05:36:01.337Z | Compiling float-cmp v0.9.0 |
1861 | 2024-04-16T05:36:01.563Z | Compiling data-encoding v2.4.0 |
1862 | 2024-04-16T05:36:01.707Z | Compiling whoami v1.5.1 |
1863 | 2024-04-16T05:36:02.346Z | Compiling difflib v0.4.0 |
1864 | 2024-04-16T05:36:03.058Z | Compiling static_assertions v1.1.0 |
1865 | 2024-04-16T05:36:03.157Z | Compiling predicates-core v1.0.6 |
1866 | 2024-04-16T05:36:03.511Z | Compiling normalize-line-endings v0.3.0 |
1867 | 2024-04-16T05:36:03.525Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1868 | 2024-04-16T05:36:03.634Z | Compiling predicates v3.1.0 |
1869 | 2024-04-16T05:36:03.986Z | Compiling yasna v0.5.2 |
1870 | 2024-04-16T05:36:04.290Z | Compiling elliptic-curve v0.13.8 |
1871 | 2024-04-16T05:36:05.080Z | Compiling trust-dns-proto v0.22.0 |
1872 | 2024-04-16T05:36:05.132Z | Compiling diesel v2.1.5 |
1873 | 2024-04-16T05:36:05.434Z | Compiling clap v4.5.4 |
1874 | 2024-04-16T05:36:05.538Z | Compiling tokio-postgres v0.7.10 |
1875 | 2024-04-16T05:36:07.784Z | Compiling zip v0.6.6 |
1876 | 2024-04-16T05:36:08.064Z | Compiling crossterm v0.27.0 |
1877 | 2024-04-16T05:36:08.083Z | Compiling similar v2.4.0 |
1878 | 2024-04-16T05:36:09.136Z | Compiling cipher v0.4.4 |
1879 | 2024-04-16T05:36:09.367Z | Checking proc-macro2 v1.0.80 |
1880 | 2024-04-16T05:36:09.612Z | Compiling num-iter v0.1.44 |
1881 | 2024-04-16T05:36:09.796Z | Compiling usdt v0.3.5 |
1882 | 2024-04-16T05:36:10.050Z | Compiling console v0.15.8 |
1883 | 2024-04-16T05:36:10.068Z | Compiling tokio-stream v0.1.15 |
1884 | 2024-04-16T05:36:10.376Z | Compiling bstr v1.9.0 |
1885 | 2024-04-16T05:36:10.505Z | Compiling base64 v0.22.0 |
1886 | 2024-04-16T05:36:10.807Z | Checking quote v1.0.36 |
1887 | 2024-04-16T05:36:16.020Z | Checking utf8parse v0.2.1 |
1888 | 2024-04-16T05:36:19.479Z | Checking anstyle v1.0.6 |
1889 | 2024-04-16T05:36:20.810Z | Checking anstyle-parse v0.2.1 |
1890 | 2024-04-16T05:36:20.836Z | Checking anstyle-query v1.0.0 |
1891 | 2024-04-16T05:36:21.056Z | Checking colorchoice v1.0.0 |
1892 | 2024-04-16T05:36:21.180Z | Checking anstream v0.6.11 |
1893 | 2024-04-16T05:36:21.224Z | Checking strsim v0.11.0 |
1894 | 2024-04-16T05:36:21.525Z | Checking clap_lex v0.7.0 |
1895 | 2024-04-16T05:36:23.985Z | Compiling serde_tokenstream v0.2.0 |
1896 | 2024-04-16T05:36:25.839Z | Checking winnow v0.6.1 |
1897 | 2024-04-16T05:36:34.383Z | Compiling regress v0.9.1 |
1898 | 2024-04-16T05:36:34.561Z | Compiling getopts v0.2.21 |
1899 | 2024-04-16T05:36:35.270Z | Compiling unsafe-libyaml v0.2.10 |
1900 | 2024-04-16T05:36:35.753Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1901 | 2024-04-16T05:36:36.371Z | Checking is-terminal v0.4.9 |
1902 | 2024-04-16T05:36:36.391Z | Checking camino v1.1.6 |
1903 | 2024-04-16T05:36:36.489Z | Compiling serde_yaml v0.9.25 |
1904 | 2024-04-16T05:36:36.594Z | Compiling strsim v0.10.0 |
1905 | 2024-04-16T05:36:36.954Z | Compiling ident_case v1.0.1 |
1906 | 2024-04-16T05:36:37.126Z | Compiling darling_core v0.20.8 |
1907 | 2024-04-16T05:36:37.129Z | Checking sha1 v0.10.6 |
1908 | 2024-04-16T05:36:37.368Z | Checking http v1.0.0 |
1909 | 2024-04-16T05:36:37.418Z | Compiling paste v1.0.14 |
1910 | 2024-04-16T05:36:37.952Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1911 | 2024-04-16T05:36:38.715Z | Compiling strum_macros v0.26.1 |
1912 | 2024-04-16T05:36:39.355Z | Checking rustls-pki-types v1.3.0 |
1913 | 2024-04-16T05:36:39.745Z | Checking fastrand v2.0.1 |
1914 | 2024-04-16T05:36:40.055Z | Checking match_cfg v0.1.0 |
1915 | 2024-04-16T05:36:40.148Z | Checking hostname v0.3.1 |
1916 | 2024-04-16T05:36:40.280Z | Checking tempfile v3.10.1 |
1917 | 2024-04-16T05:36:40.729Z | Checking dirs-sys-next v0.1.2 |
1918 | 2024-04-16T05:36:40.905Z | Checking quick-error v1.2.3 |
1919 | 2024-04-16T05:36:40.981Z | Checking dirs-next v2.0.0 |
1920 | 2024-04-16T05:36:41.047Z | Checking crossbeam-channel v0.5.8 |
1921 | 2024-04-16T05:36:41.116Z | Checking thread_local v1.1.7 |
1922 | 2024-04-16T05:36:41.407Z | Compiling rustls v0.22.2 |
1923 | 2024-04-16T05:36:41.686Z | Compiling slog-async v2.8.0 |
1924 | 2024-04-16T05:36:41.833Z | Checking term v0.7.0 |
1925 | 2024-04-16T05:36:41.895Z | Checking rustls-webpki v0.102.1 |
1926 | 2024-04-16T05:36:42.247Z | Checking instant v0.1.12 |
1927 | 2024-04-16T05:36:42.264Z | Checking take_mut v0.2.2 |
1928 | 2024-04-16T05:36:42.315Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1929 | 2024-04-16T05:36:42.358Z | Checking slog-term v2.9.1 |
1930 | 2024-04-16T05:36:42.690Z | Checking rustls-pemfile v2.1.2 |
1931 | 2024-04-16T05:36:42.813Z | Compiling multer v3.0.0 |
1932 | 2024-04-16T05:36:42.853Z | Checking debug-ignore v1.0.5 |
1933 | 2024-04-16T05:36:42.932Z | Checking toml v0.8.12 |
1934 | 2024-04-16T05:36:42.992Z | Checking slog-json v2.6.1 |
1935 | 2024-04-16T05:36:43.191Z | Compiling async-stream-impl v0.3.5 |
1936 | 2024-04-16T05:36:43.244Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1937 | 2024-04-16T05:36:43.551Z | Checking atomic-waker v1.1.1 |
1938 | 2024-04-16T05:36:43.680Z | Checking waitgroup v0.1.2 |
1939 | 2024-04-16T05:36:43.723Z | Checking slog-bunyan v2.5.0 |
1940 | 2024-04-16T05:36:43.881Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1941 | 2024-04-16T05:36:44.047Z | Checking strum v0.26.2 |
1942 | 2024-04-16T05:36:44.076Z | Compiling darling_macro v0.20.8 |
1943 | 2024-04-16T05:36:44.187Z | Checking serde_path_to_error v0.1.16 |
1944 | 2024-04-16T05:36:44.204Z | Checking newtype-uuid v1.1.0 |
1945 | 2024-04-16T05:36:44.445Z | Checking wait-timeout v0.2.0 |
1946 | 2024-04-16T05:36:44.569Z | Checking async-stream v0.3.5 |
1947 | 2024-04-16T05:36:44.606Z | Compiling structmeta-derive v0.3.0 |
1948 | 2024-04-16T05:36:44.757Z | Checking rusty-fork v0.3.0 |
1949 | 2024-04-16T05:36:44.789Z | Compiling structmeta-derive v0.2.0 |
1950 | 2024-04-16T05:36:45.042Z | Checking rand_xorshift v0.3.0 |
1951 | 2024-04-16T05:36:45.114Z | Compiling darling v0.20.8 |
1952 | 2024-04-16T05:36:45.204Z | Checking unarray v0.1.4 |
1953 | 2024-04-16T05:36:45.223Z | Compiling serde_with_macros v3.7.0 |
1954 | 2024-04-16T05:36:45.362Z | Checking proptest v1.4.0 |
1955 | 2024-04-16T05:36:46.060Z | Checking tokio-rustls v0.25.0 |
1956 | 2024-04-16T05:36:46.064Z | Checking backoff v0.4.0 |
1957 | 2024-04-16T05:36:46.359Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1958 | 2024-04-16T05:36:47.179Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1959 | 2024-04-16T05:36:47.325Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1960 | 2024-04-16T05:36:47.580Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1961 | 2024-04-16T05:36:47.813Z | Compiling structmeta v0.3.0 |
1962 | 2024-04-16T05:36:47.921Z | Compiling structmeta v0.2.0 |
1963 | 2024-04-16T05:36:48.285Z | Compiling parse-display-derive v0.9.0 |
1964 | 2024-04-16T05:36:48.345Z | Compiling test-strategy v0.3.1 |
1965 | 2024-04-16T05:36:48.391Z | Checking serde_with v3.7.0 |
1966 | 2024-04-16T05:36:48.414Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1967 | 2024-04-16T05:36:48.564Z | Checking macaddr v1.0.1 |
1968 | 2024-04-16T05:36:48.881Z | Compiling proc-macro-error-attr v1.0.4 |
1969 | 2024-04-16T05:36:49.259Z | Compiling proc-macro-error v1.0.4 |
1970 | 2024-04-16T05:36:49.878Z | Compiling proc-macro-crate v1.3.1 |
1971 | 2024-04-16T05:36:49.942Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1972 | 2024-04-16T05:36:50.327Z | Checking camino-tempfile v1.1.1 |
1973 | 2024-04-16T05:36:50.600Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1974 | 2024-04-16T05:36:50.928Z | Compiling foreign-types-macros v0.2.3 |
1975 | 2024-04-16T05:36:50.973Z | Compiling num_enum_derive v0.5.11 |
1976 | 2024-04-16T05:36:51.264Z | Checking foreign-types-shared v0.3.1 |
1977 | 2024-04-16T05:36:51.374Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1978 | 2024-04-16T05:36:51.879Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1979 | 2024-04-16T05:36:51.909Z | Checking cstr-argument v0.1.2 |
1980 | 2024-04-16T05:36:52.087Z | Checking pretty-hex v0.2.1 |
1981 | 2024-04-16T05:36:52.235Z | Checking tabwriter v1.4.0 |
1982 | 2024-04-16T05:36:52.255Z | Checking foreign-types v0.5.0 |
1983 | 2024-04-16T05:36:52.357Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1984 | 2024-04-16T05:36:52.411Z | Checking colored v2.1.0 |
1985 | 2024-04-16T05:36:52.466Z | Checking socket2 v0.4.9 |
1986 | 2024-04-16T05:36:52.701Z | Checking smf v0.2.3 |
1987 | 2024-04-16T05:36:52.743Z | Checking humantime v2.1.0 |
1988 | 2024-04-16T05:36:52.894Z | Checking termcolor v1.2.0 |
1989 | 2024-04-16T05:36:52.941Z | Compiling usdt-attr-macro v0.5.0 |
1990 | 2024-04-16T05:36:53.029Z | Compiling usdt-macro v0.5.0 |
1991 | 2024-04-16T05:36:53.054Z | Checking parse-display v0.9.0 |
1992 | 2024-04-16T05:36:53.157Z | Checking memmap v0.7.0 |
1993 | 2024-04-16T05:36:53.254Z | Checking arc-swap v1.6.0 |
1994 | 2024-04-16T05:36:53.271Z | Checking atty v0.2.14 |
1995 | 2024-04-16T05:36:53.357Z | Checking termtree v0.4.1 |
1996 | 2024-04-16T05:36:53.381Z | Compiling heapless v0.8.0 |
1997 | 2024-04-16T05:36:53.558Z | Checking predicates-tree v1.0.9 |
1998 | 2024-04-16T05:36:53.667Z | Checking slog-scope v4.4.0 |
1999 | 2024-04-16T05:36:53.706Z | Checking hash32 v0.3.1 |
2000 | 2024-04-16T05:36:53.811Z | Checking num_enum v0.5.11 |
2001 | 2024-04-16T05:36:53.856Z | Checking slog-stdlog v4.1.1 |
2002 | 2024-04-16T05:36:53.882Z | Compiling smoltcp v0.11.0 |
2003 | 2024-04-16T05:36:53.956Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2004 | 2024-04-16T05:36:54.010Z | Checking slog-envlogger v2.2.0 |
2005 | 2024-04-16T05:36:54.221Z | Compiling crucible-workspace-hack v0.1.0 |
2006 | 2024-04-16T05:36:54.239Z | Checking cobs v0.2.3 |
2007 | 2024-04-16T05:36:54.416Z | Checking utf-8 v0.7.6 |
2008 | 2024-04-16T05:36:54.501Z | Checking embedded-io v0.4.0 |
2009 | 2024-04-16T05:36:54.563Z | Checking usdt v0.5.0 |
2010 | 2024-04-16T05:36:54.568Z | Checking sigpipe v0.1.3 |
2011 | 2024-04-16T05:36:54.602Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2012 | 2024-04-16T05:36:54.622Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2013 | 2024-04-16T05:36:54.683Z | Checking postcard v1.0.8 |
2014 | 2024-04-16T05:36:54.745Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2015 | 2024-04-16T05:36:54.763Z | Compiling heck v0.3.3 |
2016 | 2024-04-16T05:36:54.766Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2017 | 2024-04-16T05:36:54.969Z | Checking filetime v0.2.23 |
2018 | 2024-04-16T05:36:55.151Z | Checking xattr v1.0.1 |
2019 | 2024-04-16T05:36:55.188Z | Checking same-file v1.0.6 |
2020 | 2024-04-16T05:36:55.316Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2021 | 2024-04-16T05:36:55.346Z | Checking walkdir v2.5.0 |
2022 | 2024-04-16T05:36:55.393Z | Checking tar v0.4.40 |
2023 | 2024-04-16T05:36:55.592Z | Checking tungstenite v0.20.1 |
2024 | 2024-04-16T05:36:55.634Z | Checking newline-converter v0.3.0 |
2025 | 2024-04-16T05:36:55.727Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2026 | 2024-04-16T05:36:55.782Z | Checking expectorate v1.1.0 |
2027 | 2024-04-16T05:36:55.932Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2028 | 2024-04-16T05:36:55.948Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
2029 | 2024-04-16T05:36:56.066Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2030 | 2024-04-16T05:36:56.082Z | Compiling num-derive v0.4.0 |
2031 | 2024-04-16T05:36:56.268Z | Compiling mockall_derive v0.12.1 |
2032 | 2024-04-16T05:36:56.442Z | Checking tokio-tungstenite v0.20.1 |
2033 | 2024-04-16T05:36:56.909Z | Checking fragile v2.0.0 |
2034 | 2024-04-16T05:36:57.179Z | Checking downcast v0.11.0 |
2035 | 2024-04-16T05:36:57.380Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
2036 | 2024-04-16T05:36:57.454Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2037 | 2024-04-16T05:36:57.525Z | Checking pem v3.0.4 |
2038 | 2024-04-16T05:36:57.610Z | Checking env_logger v0.9.3 |
2039 | 2024-04-16T05:36:57.782Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2040 | 2024-04-16T05:36:58.049Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2041 | 2024-04-16T05:36:58.073Z | Compiling bitstruct_derive v0.1.0 |
2042 | 2024-04-16T05:36:58.162Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2043 | 2024-04-16T05:36:58.260Z | Checking ascii v1.1.0 |
2044 | 2024-04-16T05:36:58.276Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2045 | 2024-04-16T05:36:58.432Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2046 | 2024-04-16T05:36:58.460Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be) |
2047 | 2024-04-16T05:36:58.644Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2048 | 2024-04-16T05:36:58.674Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2049 | 2024-04-16T05:36:58.899Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2050 | 2024-04-16T05:36:58.945Z | Checking serde_arrays v0.1.0 |
2051 | 2024-04-16T05:36:59.086Z | Checking erased-serde v0.3.31 |
2052 | 2024-04-16T05:36:59.146Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2053 | 2024-04-16T05:36:59.385Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2054 | 2024-04-16T05:36:59.456Z | Checking bitstruct v0.1.1 |
2055 | 2024-04-16T05:36:59.461Z | Compiling zone_cfg_derive v0.1.2 |
2056 | 2024-04-16T05:36:59.488Z | Checking tungstenite v0.21.0 |
2057 | 2024-04-16T05:36:59.571Z | Checking base64 v0.13.1 |
2058 | 2024-04-16T05:36:59.960Z | Checking ron v0.7.1 |
2059 | 2024-04-16T05:37:00.155Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2060 | 2024-04-16T05:37:00.345Z | Checking tokio-tungstenite v0.21.0 |
2061 | 2024-04-16T05:37:00.781Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2062 | 2024-04-16T05:37:00.956Z | Checking zone v0.1.8 |
2063 | 2024-04-16T05:37:01.035Z | Checking headers-core v0.2.0 |
2064 | 2024-04-16T05:37:01.038Z | Checking portpicker v0.1.1 |
2065 | 2024-04-16T05:37:01.145Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2066 | 2024-04-16T05:37:01.175Z | Checking headers v0.3.9 |
2067 | 2024-04-16T05:37:01.276Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2068 | 2024-04-16T05:37:01.572Z | Checking rcgen v0.12.1 |
2069 | 2024-04-16T05:37:01.623Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2070 | 2024-04-16T05:37:01.892Z | Checking atomicwrites v0.4.3 |
2071 | 2024-04-16T05:37:02.079Z | Checking subprocess v0.2.9 |
2072 | 2024-04-16T05:37:02.196Z | Checking linked-hash-map v0.5.6 |
2073 | 2024-04-16T05:37:02.251Z | Checking password-hash v0.5.0 |
2074 | 2024-04-16T05:37:02.403Z | Checking blake2 v0.10.6 |
2075 | 2024-04-16T05:37:02.513Z | Checking lru-cache v0.1.2 |
2076 | 2024-04-16T05:37:02.615Z | Checking swrite v0.1.0 |
2077 | 2024-04-16T05:37:02.681Z | Checking itertools v0.12.1 |
2078 | 2024-04-16T05:37:02.728Z | Compiling derive-where v1.2.7 |
2079 | 2024-04-16T05:37:02.733Z | Compiling rayon-core v1.12.1 |
2080 | 2024-04-16T05:37:02.891Z | Checking argon2 v0.5.3 |
2081 | 2024-04-16T05:37:03.065Z | Checking half v2.3.1 |
2082 | 2024-04-16T05:37:03.145Z | Compiling cancel-safe-futures v0.1.5 |
2083 | 2024-04-16T05:37:03.509Z | Checking ciborium-io v0.2.2 |
2084 | 2024-04-16T05:37:03.570Z | Checking resolv-conf v0.7.0 |
2085 | 2024-04-16T05:37:03.581Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2086 | 2024-04-16T05:37:03.622Z | Checking ciborium-ll v0.2.2 |
2087 | 2024-04-16T05:37:03.904Z | Checking trust-dns-resolver v0.22.0 |
2088 | 2024-04-16T05:37:03.921Z | Checking ciborium v0.2.2 |
2089 | 2024-04-16T05:37:04.383Z | Checking bytecount v0.6.3 |
2090 | 2024-04-16T05:37:04.532Z | Checking papergrid v0.11.0 |
2091 | 2024-04-16T05:37:04.710Z | Checking mockall v0.12.1 |
2092 | 2024-04-16T05:37:04.910Z | Compiling tabled_derive v0.7.0 |
2093 | 2024-04-16T05:37:04.925Z | Compiling slog-dtrace v0.3.0 |
2094 | 2024-04-16T05:37:05.244Z | Compiling semver v0.1.20 |
2095 | 2024-04-16T05:37:05.388Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2096 | 2024-04-16T05:37:05.404Z | Checking libsw v3.3.1 |
2097 | 2024-04-16T05:37:05.661Z | Compiling rustc_version v0.1.7 |
2098 | 2024-04-16T05:37:05.730Z | Checking linear-map v1.2.0 |
2099 | 2024-04-16T05:37:05.918Z | Checking owo-colors v4.0.0 |
2100 | 2024-04-16T05:37:06.057Z | Compiling num-rational v0.4.1 |
2101 | 2024-04-16T05:37:06.122Z | Compiling newtype_derive v0.1.6 |
2102 | 2024-04-16T05:37:06.338Z | Compiling radium v0.7.0 |
2103 | 2024-04-16T05:37:06.383Z | Checking num-complex v0.4.5 |
2104 | 2024-04-16T05:37:06.595Z | Checking steno v0.4.0 |
2105 | 2024-04-16T05:37:06.833Z | Checking nibble_vec v0.1.0 |
2106 | 2024-04-16T05:37:07.021Z | Compiling maybe-uninit v2.0.0 |
2107 | 2024-04-16T05:37:07.233Z | Checking tap v1.0.1 |
2108 | 2024-04-16T05:37:07.236Z | Checking endian-type v0.1.2 |
2109 | 2024-04-16T05:37:07.389Z | Checking wyz v0.5.1 |
2110 | 2024-04-16T05:37:07.444Z | Checking radix_trie v0.2.1 |
2111 | 2024-04-16T05:37:07.541Z | Checking tabled v0.15.0 |
2112 | 2024-04-16T05:37:07.580Z | Checking num v0.4.2 |
2113 | 2024-04-16T05:37:07.739Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2114 | 2024-04-16T05:37:07.795Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2115 | 2024-04-16T05:37:07.896Z | Checking fxhash v0.2.1 |
2116 | 2024-04-16T05:37:08.073Z | Checking funty v2.0.0 |
2117 | 2024-04-16T05:37:08.096Z | Compiling num-bigint-dig v0.8.4 |
2118 | 2024-04-16T05:37:08.400Z | Checking crc-catalog v2.2.0 |
2119 | 2024-04-16T05:37:08.529Z | Compiling packed_struct v0.10.1 |
2120 | 2024-04-16T05:37:08.700Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2121 | 2024-04-16T05:37:08.848Z | Checking crc v3.0.1 |
2122 | 2024-04-16T05:37:08.981Z | Checking bitvec v1.0.1 |
2123 | 2024-04-16T05:37:09.011Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2124 | 2024-04-16T05:37:09.064Z | Compiling packed_struct_codegen v0.10.1 |
2125 | 2024-04-16T05:37:09.086Z | Compiling indexmap v1.9.3 |
2126 | 2024-04-16T05:37:09.132Z | Checking nodrop v0.1.14 |
2127 | 2024-04-16T05:37:09.242Z | Checking array-init v0.0.4 |
2128 | 2024-04-16T05:37:09.410Z | Checking smallvec v0.6.14 |
2129 | 2024-04-16T05:37:09.441Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2130 | 2024-04-16T05:37:09.783Z | Checking pkcs1 v0.7.5 |
2131 | 2024-04-16T05:37:10.162Z | Checking signature v2.1.0 |
2132 | 2024-04-16T05:37:10.207Z | Checking hashbrown v0.12.3 |
2133 | 2024-04-16T05:37:10.353Z | Checking bitfield v0.14.0 |
2134 | 2024-04-16T05:37:10.510Z | Checking serde-hex v0.1.0 |
2135 | 2024-04-16T05:37:10.618Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2136 | 2024-04-16T05:37:10.862Z | Checking env_logger v0.10.0 |
2137 | 2024-04-16T05:37:11.272Z | Checking x509-cert v0.2.4 |
2138 | 2024-04-16T05:37:11.587Z | Checking rsa v0.9.2 |
2139 | 2024-04-16T05:37:11.877Z | Checking ron v0.8.1 |
2140 | 2024-04-16T05:37:12.084Z | Checking hashbrown v0.13.2 |
2141 | 2024-04-16T05:37:12.279Z | Checking crc-any v2.4.3 |
2142 | 2024-04-16T05:37:12.478Z | Checking path-slash v0.1.5 |
2143 | 2024-04-16T05:37:12.608Z | Checking display-error-chain v0.2.0 |
2144 | 2024-04-16T05:37:12.627Z | Compiling convert_case v0.4.0 |
2145 | 2024-04-16T05:37:12.748Z | Compiling async-recursion v1.1.0 |
2146 | 2024-04-16T05:37:12.805Z | Compiling buf-list v1.0.3 |
2147 | 2024-04-16T05:37:13.077Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2148 | 2024-04-16T05:37:13.199Z | Checking object v0.30.4 |
2149 | 2024-04-16T05:37:13.315Z | Compiling blake3 v1.5.0 |
2150 | 2024-04-16T05:37:13.623Z | Compiling derive_more v0.99.17 |
2151 | 2024-04-16T05:37:13.760Z | Checking textwrap v0.11.0 |
2152 | 2024-04-16T05:37:13.953Z | Checking gethostname v0.4.3 |
2153 | 2024-04-16T05:37:14.083Z | Compiling libefi-sys v0.1.0 |
2154 | 2024-04-16T05:37:14.328Z | Compiling parking_lot_core v0.8.6 |
2155 | 2024-04-16T05:37:14.368Z | Checking strsim v0.8.0 |
2156 | 2024-04-16T05:37:14.400Z | Checking vec_map v0.8.2 |
2157 | 2024-04-16T05:37:14.524Z | Checking ansi_term v0.12.1 |
2158 | 2024-04-16T05:37:14.587Z | Compiling structopt-derive v0.4.18 |
2159 | 2024-04-16T05:37:14.656Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2160 | 2024-04-16T05:37:14.831Z | Checking clap v2.34.0 |
2161 | 2024-04-16T05:37:15.058Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2162 | 2024-04-16T05:37:15.200Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2163 | 2024-04-16T05:37:15.501Z | Compiling crossbeam-deque v0.8.3 |
2164 | 2024-04-16T05:37:15.521Z | Checking keccak v0.1.4 |
2165 | 2024-04-16T05:37:16.052Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2166 | 2024-04-16T05:37:16.206Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2167 | 2024-04-16T05:37:17.228Z | Checking sha3 v0.10.8 |
2168 | 2024-04-16T05:37:17.610Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2169 | 2024-04-16T05:37:17.637Z | Checking parking_lot v0.11.2 |
2170 | 2024-04-16T05:37:17.641Z | Checking structopt v0.3.26 |
2171 | 2024-04-16T05:37:17.851Z | Checking trust-dns-client v0.22.0 |
2172 | 2024-04-16T05:37:17.998Z | Checking toml v0.5.11 |
2173 | 2024-04-16T05:37:18.039Z | Checking secrecy v0.8.0 |
2174 | 2024-04-16T05:37:18.240Z | Compiling pin-project-internal v1.1.3 |
2175 | 2024-04-16T05:37:19.082Z | Compiling rayon v1.10.0 |
2176 | 2024-04-16T05:37:19.139Z | Checking sled v0.34.7 |
2177 | 2024-04-16T05:37:19.429Z | Checking trust-dns-server v0.22.1 |
2178 | 2024-04-16T05:37:20.296Z | Compiling memmap2 v0.7.1 |
2179 | 2024-04-16T05:37:21.368Z | Compiling constant_time_eq v0.3.0 |
2180 | 2024-04-16T05:37:21.502Z | Checking pin-project v1.1.3 |
2181 | 2024-04-16T05:37:21.556Z | Compiling arrayref v0.3.7 |
2182 | 2024-04-16T05:37:21.623Z | Compiling home v0.5.5 |
2183 | 2024-04-16T05:37:21.650Z | Compiling arrayvec v0.7.4 |
2184 | 2024-04-16T05:37:21.829Z | Compiling toolchain_find v0.4.0 |
2185 | 2024-04-16T05:37:22.393Z | Compiling vte_generate_state_changes v0.1.1 |
2186 | 2024-04-16T05:37:22.514Z | Compiling topological-sort v0.2.2 |
2187 | 2024-04-16T05:37:22.577Z | Checking fd-lock v4.0.2 |
2188 | 2024-04-16T05:37:22.729Z | Checking glob v0.3.1 |
2189 | 2024-04-16T05:37:23.036Z | Compiling rustfmt-wrapper v0.2.1 |
2190 | 2024-04-16T05:37:23.090Z | Checking vte v0.11.1 |
2191 | 2024-04-16T05:37:23.744Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2192 | 2024-04-16T05:37:23.758Z | Checking nu-ansi-term v0.50.0 |
2193 | 2024-04-16T05:37:23.920Z | Compiling unicase v2.7.0 |
2194 | 2024-04-16T05:37:24.075Z | Compiling prettyplease v0.2.19 |
2195 | 2024-04-16T05:37:24.079Z | Compiling platforms v3.0.2 |
2196 | 2024-04-16T05:37:24.137Z | Compiling omicron-zone-package v0.11.0 |
2197 | 2024-04-16T05:37:24.385Z | Compiling snafu-derive v0.8.2 |
2198 | 2024-04-16T05:37:24.867Z | Checking globset v0.4.13 |
2199 | 2024-04-16T05:37:24.867Z | Checking strip-ansi-escapes v0.2.0 |
2200 | 2024-04-16T05:37:24.867Z | Checking reedline v0.31.0 |
2201 | 2024-04-16T05:37:24.871Z | Checking olpc-cjson v0.1.3 |
2202 | 2024-04-16T05:37:25.020Z | Checking serde_plain v1.0.2 |
2203 | 2024-04-16T05:37:25.220Z | Compiling memoffset v0.7.1 |
2204 | 2024-04-16T05:37:25.256Z | Compiling crunchy v0.2.2 |
2205 | 2024-04-16T05:37:25.539Z | Checking typed-path v0.7.0 |
2206 | 2024-04-16T05:37:25.777Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2207 | 2024-04-16T05:37:25.847Z | Compiling curve25519-dalek v4.1.2 |
2208 | 2024-04-16T05:37:25.983Z | Checking fs-err v2.11.0 |
2209 | 2024-04-16T05:37:26.441Z | Compiling clang-sys v1.6.1 |
2210 | 2024-04-16T05:37:26.682Z | Compiling tiny-keccak v2.0.2 |
2211 | 2024-04-16T05:37:26.978Z | Checking parse-size v1.0.0 |
2212 | 2024-04-16T05:37:27.174Z | Compiling mime_guess v2.0.4 |
2213 | 2024-04-16T05:37:27.411Z | Checking universal-hash v0.5.1 |
2214 | 2024-04-16T05:37:27.506Z | Compiling thiserror-impl-no-std v2.0.2 |
2215 | 2024-04-16T05:37:27.577Z | Compiling curve25519-dalek-derive v0.1.0 |
2216 | 2024-04-16T05:37:27.715Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2217 | 2024-04-16T05:37:28.072Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2218 | 2024-04-16T05:37:28.275Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2219 | 2024-04-16T05:37:28.293Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2220 | 2024-04-16T05:37:28.561Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2221 | 2024-04-16T05:37:28.758Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2222 | 2024-04-16T05:37:29.363Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2223 | 2024-04-16T05:37:29.799Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2224 | 2024-04-16T05:37:30.132Z | Checking snafu v0.8.2 |
2225 | 2024-04-16T05:37:30.508Z | Checking nanorand v0.7.0 |
2226 | 2024-04-16T05:37:30.525Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2227 | 2024-04-16T05:37:30.589Z | Checking tough v0.17.1 |
2228 | 2024-04-16T05:37:30.843Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2229 | 2024-04-16T05:37:30.847Z | Checking signature v1.6.4 |
2230 | 2024-04-16T05:37:30.985Z | Compiling cfg_aliases v0.1.1 |
2231 | 2024-04-16T05:37:31.094Z | Compiling salty v0.2.0 |
2232 | 2024-04-16T05:37:31.153Z | Checking opaque-debug v0.3.0 |
2233 | 2024-04-16T05:37:31.241Z | Checking poly1305 v0.8.0 |
2234 | 2024-04-16T05:37:31.673Z | Compiling nix v0.28.0 |
2235 | 2024-04-16T05:37:31.687Z | Checking ed25519 v1.5.3 |
2236 | 2024-04-16T05:37:31.716Z | Checking thiserror-no-std v2.0.2 |
2237 | 2024-04-16T05:37:31.824Z | Checking flume v0.11.0 |
2238 | 2024-04-16T05:37:32.038Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2239 | 2024-04-16T05:37:32.245Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2240 | 2024-04-16T05:37:32.335Z | Compiling ascii-canvas v3.0.0 |
2241 | 2024-04-16T05:37:32.865Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2242 | 2024-04-16T05:37:33.476Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2243 | 2024-04-16T05:37:33.708Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2244 | 2024-04-16T05:37:33.723Z | Checking chacha20 v0.9.1 |
2245 | 2024-04-16T05:37:34.056Z | Checking aead v0.5.2 |
2246 | 2024-04-16T05:37:34.311Z | Checking serde-big-array v0.5.1 |
2247 | 2024-04-16T05:37:34.379Z | Checking kstat-rs v0.2.3 |
2248 | 2024-04-16T05:37:34.420Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2249 | 2024-04-16T05:37:34.528Z | Compiling ena v0.14.2 |
2250 | 2024-04-16T05:37:34.703Z | Compiling libloading v0.7.4 |
2251 | 2024-04-16T05:37:34.936Z | Compiling diff v0.1.13 |
2252 | 2024-04-16T05:37:35.102Z | Compiling bindgen v0.69.2 |
2253 | 2024-04-16T05:37:35.136Z | Compiling regex-syntax v0.6.29 |
2254 | 2024-04-16T05:37:35.331Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2255 | 2024-04-16T05:37:35.628Z | Checking chacha20poly1305 v0.10.1 |
2256 | 2024-04-16T05:37:35.816Z | Checking vsss-rs v3.3.4 |
2257 | 2024-04-16T05:37:36.468Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be) |
2258 | 2024-04-16T05:37:37.479Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2259 | 2024-04-16T05:37:37.770Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2260 | 2024-04-16T05:37:38.160Z | Checking signal-hook-tokio v0.3.1 |
2261 | 2024-04-16T05:37:38.342Z | Compiling lalrpop v0.19.12 |
2262 | 2024-04-16T05:37:38.357Z | Compiling cexpr v0.6.0 |
2263 | 2024-04-16T05:37:38.925Z | Checking serde-big-array v0.4.1 |
2264 | 2024-04-16T05:37:39.082Z | Compiling which v4.4.0 |
2265 | 2024-04-16T05:37:39.717Z | Compiling peeking_take_while v0.1.2 |
2266 | 2024-04-16T05:37:39.768Z | Checking maplit v1.0.2 |
2267 | 2024-04-16T05:37:39.849Z | Compiling ref-cast v1.0.22 |
2268 | 2024-04-16T05:37:39.875Z | Compiling rustc-hash v1.1.0 |
2269 | 2024-04-16T05:37:40.027Z | Compiling shlex v1.3.0 |
2270 | 2024-04-16T05:37:40.030Z | Compiling lazycell v1.3.0 |
2271 | 2024-04-16T05:37:40.191Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2272 | 2024-04-16T05:37:41.162Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
2273 | 2024-04-16T05:37:42.924Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2274 | 2024-04-16T05:37:43.231Z | Compiling derive_builder_core v0.20.0 |
2275 | 2024-04-16T05:37:44.364Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2276 | 2024-04-16T05:37:44.445Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2277 | 2024-04-16T05:37:44.999Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2278 | 2024-04-16T05:37:45.059Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2279 | 2024-04-16T05:37:45.591Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2280 | 2024-04-16T05:37:47.039Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2281 | 2024-04-16T05:37:47.387Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2282 | 2024-04-16T05:37:48.806Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2283 | 2024-04-16T05:37:48.827Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2284 | 2024-04-16T05:37:49.340Z | Compiling peg-macros v0.8.2 |
2285 | 2024-04-16T05:37:49.382Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2286 | 2024-04-16T05:37:50.981Z | Compiling ref-cast-impl v1.0.22 |
2287 | 2024-04-16T05:37:51.354Z | Compiling sqlparser_derive v0.2.2 |
2288 | 2024-04-16T05:37:52.235Z | Compiling libxml v0.3.3 |
2289 | 2024-04-16T05:37:52.525Z | Checking unicode_categories v0.1.1 |
2290 | 2024-04-16T05:37:52.679Z | Checking corncobs v0.1.3 |
2291 | 2024-04-16T05:37:52.832Z | Checking sqlformat v0.2.3 |
2292 | 2024-04-16T05:37:52.956Z | Checking rustyline v14.0.0 |
2293 | 2024-04-16T05:37:53.316Z | Checking peg v0.8.2 |
2294 | 2024-04-16T05:37:53.418Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2295 | 2024-04-16T05:37:53.656Z | Checking sqlparser v0.44.0 |
2296 | 2024-04-16T05:37:54.434Z | Compiling derive_builder_macro v0.20.0 |
2297 | 2024-04-16T05:37:54.659Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2298 | 2024-04-16T05:37:55.078Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2299 | 2024-04-16T05:37:55.332Z | Checking bcs v0.1.6 |
2300 | 2024-04-16T05:38:01.211Z | Compiling strum_macros v0.24.3 |
2301 | 2024-04-16T05:38:01.253Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2302 | 2024-04-16T05:38:01.253Z | Compiling cookie v0.18.1 |
2303 | 2024-04-16T05:38:01.253Z | Compiling indoc v1.0.9 |
2304 | 2024-04-16T05:38:01.253Z | Checking highway v1.1.0 |
2305 | 2024-04-16T05:38:01.253Z | Checking derive_builder v0.20.0 |
2306 | 2024-04-16T05:38:01.253Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2307 | 2024-04-16T05:38:01.253Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2308 | 2024-04-16T05:38:01.622Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2309 | 2024-04-16T05:38:01.658Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2310 | 2024-04-16T05:38:02.187Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2311 | 2024-04-16T05:38:02.327Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2312 | 2024-04-16T05:38:02.421Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2313 | 2024-04-16T05:38:02.668Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2314 | 2024-04-16T05:38:02.720Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
2315 | 2024-04-16T05:38:02.970Z | Checking bb8 v0.8.3 |
2316 | 2024-04-16T05:38:03.362Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2317 | 2024-04-16T05:38:03.398Z | Checking quick-xml v0.31.0 |
2318 | 2024-04-16T05:38:05.606Z | Compiling oso-derive v0.27.3 |
2319 | 2024-04-16T05:38:05.657Z | Compiling impl-trait-for-tuples v0.2.2 |
2320 | 2024-04-16T05:38:05.660Z | Compiling const_format_proc_macros v0.2.32 |
2321 | 2024-04-16T05:38:06.342Z | Checking http-range v0.1.5 |
2322 | 2024-04-16T05:38:06.530Z | Checking hyper-staticfile v0.9.5 |
2323 | 2024-04-16T05:38:06.757Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2324 | 2024-04-16T05:38:06.947Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
2325 | 2024-04-16T05:38:07.424Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2326 | 2024-04-16T05:38:08.047Z | Checking const_format v0.2.32 |
2327 | 2024-04-16T05:38:09.322Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2328 | 2024-04-16T05:38:10.411Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2329 | 2024-04-16T05:38:10.605Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2330 | 2024-04-16T05:38:10.910Z | Checking assert_matches v1.5.0 |
2331 | 2024-04-16T05:38:11.002Z | Checking rand_seeder v0.2.3 |
2332 | 2024-04-16T05:38:11.231Z | Compiling portable-atomic v1.4.3 |
2333 | 2024-04-16T05:38:12.342Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2334 | 2024-04-16T05:38:12.550Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2335 | 2024-04-16T05:38:13.244Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2336 | 2024-04-16T05:38:13.491Z | Checking number_prefix v0.4.0 |
2337 | 2024-04-16T05:38:13.694Z | Checking indicatif v0.17.8 |
2338 | 2024-04-16T05:38:13.882Z | Checking castaway v0.2.2 |
2339 | 2024-04-16T05:38:14.041Z | Checking compact_str v0.7.1 |
2340 | 2024-04-16T05:38:14.098Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2341 | 2024-04-16T05:38:14.404Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2342 | 2024-04-16T05:38:14.437Z | Checking lru v0.12.1 |
2343 | 2024-04-16T05:38:14.708Z | Compiling stability v0.2.0 |
2344 | 2024-04-16T05:38:14.724Z | Compiling indoc v2.0.3 |
2345 | 2024-04-16T05:38:14.742Z | Checking cassowary v0.3.0 |
2346 | 2024-04-16T05:38:15.209Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2347 | 2024-04-16T05:38:15.756Z | Checking unicode-linebreak v0.1.5 |
2348 | 2024-04-16T05:38:15.863Z | Checking ratatui v0.26.2 |
2349 | 2024-04-16T05:38:16.185Z | Checking smawk v0.3.1 |
2350 | 2024-04-16T05:38:16.388Z | Checking textwrap v0.16.1 |
2351 | 2024-04-16T05:38:16.732Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2352 | 2024-04-16T05:38:16.768Z | Checking is_ci v1.2.0 |
2353 | 2024-04-16T05:38:16.904Z | Checking supports-color v3.0.0 |
2354 | 2024-04-16T05:38:17.074Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2355 | 2024-04-16T05:38:17.086Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be) |
2356 | 2024-04-16T05:38:17.147Z | Checking fatfs v0.3.6 |
2357 | 2024-04-16T05:38:18.228Z | Checking rtoolbox v0.0.1 |
2358 | 2024-04-16T05:38:18.417Z | Checking rpassword v7.3.1 |
2359 | 2024-04-16T05:38:18.445Z | Checking shell-words v1.1.0 |
2360 | 2024-04-16T05:38:18.558Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2361 | 2024-04-16T05:38:18.754Z | Checking tui-tree-widget v0.19.0 |
2362 | 2024-04-16T05:38:18.812Z | Checking yansi v0.5.1 |
2363 | 2024-04-16T05:38:18.941Z | Compiling target-lexicon v0.12.13 |
2364 | 2024-04-16T05:38:19.061Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2365 | 2024-04-16T05:38:19.089Z | Checking pretty_assertions v1.4.0 |
2366 | 2024-04-16T05:38:19.271Z | Compiling doc-comment v0.3.3 |
2367 | 2024-04-16T05:38:19.857Z | Compiling guppy-workspace-hack v0.1.0 |
2368 | 2024-04-16T05:38:19.966Z | Checking plotters-backend v0.3.5 |
2369 | 2024-04-16T05:38:20.313Z | Checking http-body v1.0.0 |
2370 | 2024-04-16T05:38:20.369Z | Checking plotters-svg v0.3.5 |
2371 | 2024-04-16T05:38:20.521Z | Checking cast v0.3.0 |
2372 | 2024-04-16T05:38:20.537Z | Compiling assert_cmd v2.0.14 |
2373 | 2024-04-16T05:38:20.556Z | Compiling target-spec v3.1.0 |
2374 | 2024-04-16T05:38:20.698Z | Checking tower-layer v0.3.2 |
2375 | 2024-04-16T05:38:20.813Z | Checking criterion-plot v0.5.0 |
2376 | 2024-04-16T05:38:20.960Z | Checking plotters v0.3.5 |
2377 | 2024-04-16T05:38:20.979Z | Checking tower v0.4.13 |
2378 | 2024-04-16T05:38:21.128Z | Checking hyper v1.1.0 |
2379 | 2024-04-16T05:38:21.282Z | Checking cfg-expr v0.15.6 |
2380 | 2024-04-16T05:38:21.876Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2381 | 2024-04-16T05:38:22.069Z | Checking tinytemplate v1.2.1 |
2382 | 2024-04-16T05:38:22.269Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2383 | 2024-04-16T05:38:22.461Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2384 | 2024-04-16T05:38:22.692Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2385 | 2024-04-16T05:38:22.753Z | Checking cargo-platform v0.1.3 |
2386 | 2024-04-16T05:38:23.060Z | Checking anes v0.1.6 |
2387 | 2024-04-16T05:38:23.157Z | Checking oorandom v11.1.3 |
2388 | 2024-04-16T05:38:23.308Z | Checking cargo_metadata v0.18.1 |
2389 | 2024-04-16T05:38:23.443Z | Checking criterion v0.5.1 |
2390 | 2024-04-16T05:38:23.516Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2391 | 2024-04-16T05:38:24.821Z | Checking hyper-util v0.1.2 |
2392 | 2024-04-16T05:38:25.672Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2393 | 2024-04-16T05:38:26.226Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2394 | 2024-04-16T05:38:26.256Z | Checking rustls-native-certs v0.7.0 |
2395 | 2024-04-16T05:38:26.407Z | Checking httptest v0.15.5 |
2396 | 2024-04-16T05:38:27.093Z | Checking pathdiff v0.2.1 |
2397 | 2024-04-16T05:38:27.242Z | Checking nested v0.1.1 |
2398 | 2024-04-16T05:38:27.459Z | Checking guppy v0.17.5 |
2399 | 2024-04-16T05:38:27.675Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2400 | 2024-04-16T05:38:29.562Z | Checking hyper-rustls v0.26.0 |
2401 | 2024-04-16T05:38:29.905Z | Checking escape8259 v0.5.2 |
2402 | 2024-04-16T05:38:30.099Z | Checking threadpool v1.8.1 |
2403 | 2024-04-16T05:38:30.620Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2404 | 2024-04-16T05:38:31.028Z | Checking libtest-mimic v0.7.2 |
2405 | 2024-04-16T05:38:32.592Z | Checking similar-asserts v1.5.0 |
2406 | 2024-04-16T05:38:32.592Z | Compiling rstest_macros v0.19.0 |
2407 | 2024-04-16T05:38:33.607Z | Checking datatest-stable v0.2.6 |
2408 | 2024-04-16T05:38:33.812Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2409 | 2024-04-16T05:38:33.909Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2410 | 2024-04-16T05:38:34.114Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2411 | 2024-04-16T05:38:34.143Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2412 | 2024-04-16T05:38:34.620Z | Checking csv-core v0.1.11 |
2413 | 2024-04-16T05:38:34.818Z | Checking heck v0.5.0 |
2414 | 2024-04-16T05:38:34.945Z | Compiling trybuild v1.0.91 |
2415 | 2024-04-16T05:38:34.996Z | Checking constant_time_eq v0.2.6 |
2416 | 2024-04-16T05:38:35.127Z | Compiling relative-path v1.9.0 |
2417 | 2024-04-16T05:38:35.170Z | Checking blake2b_simd v1.0.1 |
2418 | 2024-04-16T05:38:35.397Z | Checking csv v1.3.0 |
2419 | 2024-04-16T05:38:36.080Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2420 | 2024-04-16T05:38:36.179Z | Checking multimap v0.10.0 |
2421 | 2024-04-16T05:38:36.483Z | Checking futures-timer v3.0.2 |
2422 | 2024-04-16T05:38:36.775Z | Checking rust-argon2 v2.1.0 |
2423 | 2024-04-16T05:38:38.582Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2424 | 2024-04-16T05:38:40.415Z | Checking partial-io v0.5.4 |
2425 | 2024-04-16T05:38:40.433Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2426 | 2024-04-16T05:38:41.180Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2427 | 2024-04-16T05:38:41.444Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2428 | 2024-04-16T05:38:43.216Z | Checking approx v0.5.1 |
2429 | 2024-04-16T05:38:43.443Z | Checking termios v0.3.3 |
2430 | 2024-04-16T05:38:43.658Z | Checking hex-literal v0.4.1 |
2431 | 2024-04-16T05:38:45.412Z | Checking rstest v0.19.0 |
2432 | 2024-04-16T05:38:48.230Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2433 | 2024-04-16T05:39:12.258Z | Compiling samael v0.0.15 |
2434 | 2024-04-16T05:39:34.736Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2435 | 2024-04-16T05:39:36.946Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2436 | 2024-04-16T05:39:40.844Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2437 | 2024-04-16T05:39:47.842Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2438 | 2024-04-16T05:39:57.618Z | Compiling polar-core v0.27.3 |
2439 | 2024-04-16T05:40:10.709Z | Checking oso v0.27.3 |
2440 | 2024-04-16T05:40:31.514Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2441 | 2024-04-16T05:40:31.519Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2442 | 2024-04-16T05:40:31.519Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2443 | 2024-04-16T05:41:29.417Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 39s |
2444 | 2024-04-16T05:41:29.608Z | |
2445 | 2024-04-16T05:41:29.608Z | real 7:26.297615947 |
2446 | 2024-04-16T05:41:29.608Z | user 37:59.181806530 |
2447 | 2024-04-16T05:41:29.608Z | sys 7:00.533506629 |
2448 | 2024-04-16T05:41:29.608Z | trap 1.012298575 |
2449 | 2024-04-16T05:41:29.608Z | tflt 4.718340667 |
2450 | 2024-04-16T05:41:29.611Z | dflt 3.361054978 |
2451 | 2024-04-16T05:41:29.611Z | kflt 0.120774022 |
2452 | 2024-04-16T05:41:29.612Z | lock 58:07.930384839 |
2453 | 2024-04-16T05:41:29.612Z | slp 1:56:08.114110694 |
2454 | 2024-04-16T05:41:29.612Z | lat 1:48.663832689 |
2455 | 2024-04-16T05:41:29.612Z | stop 4:30.382571387 |
2456 | 2024-04-16T05:41:30.530Z | warning: output filename collision. |
2457 | 2024-04-16T05:41:30.530Z | The lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)` 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)`. |
2458 | 2024-04-16T05:41:30.530Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2459 | 2024-04-16T05:41:30.531Z | The targets should have unique names. |
2460 | 2024-04-16T05:41:30.531Z | This is a known bug where multiple crates with the same name use |
2461 | 2024-04-16T05:41:30.531Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2462 | 2024-04-16T05:41:30.531Z | warning: output filename collision. |
2463 | 2024-04-16T05:41:30.531Z | The lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)` 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)`. |
2464 | 2024-04-16T05:41:30.531Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2465 | 2024-04-16T05:41:30.531Z | The targets should have unique names. |
2466 | 2024-04-16T05:41:30.531Z | This is a known bug where multiple crates with the same name use |
2467 | 2024-04-16T05:41:30.531Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2468 | 2024-04-16T05:41:30.538Z | warning: output filename collision. |
2469 | 2024-04-16T05:41:30.538Z | 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)`. |
2470 | 2024-04-16T05:41:30.538Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2471 | 2024-04-16T05:41:30.538Z | The targets should have unique names. |
2472 | 2024-04-16T05:41:30.538Z | This is a known bug where multiple crates with the same name use |
2473 | 2024-04-16T05:41:30.538Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2474 | 2024-04-16T05:41:30.539Z | warning: output filename collision. |
2475 | 2024-04-16T05:41:30.539Z | 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)`. |
2476 | 2024-04-16T05:41:30.539Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2477 | 2024-04-16T05:41:30.539Z | The targets should have unique names. |
2478 | 2024-04-16T05:41:30.539Z | This is a known bug where multiple crates with the same name use |
2479 | 2024-04-16T05:41:30.539Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2480 | 2024-04-16T05:41:30.539Z | warning: output filename collision. |
2481 | 2024-04-16T05:41:30.539Z | The lib target `nix` in package `nix v0.28.0` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2482 | 2024-04-16T05:41:30.539Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2483 | 2024-04-16T05:41:30.539Z | The targets should have unique names. |
2484 | 2024-04-16T05:41:30.539Z | This is a known bug where multiple crates with the same name use |
2485 | 2024-04-16T05:41:30.539Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2486 | 2024-04-16T05:41:30.539Z | warning: output filename collision. |
2487 | 2024-04-16T05:41:30.539Z | 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)`. |
2488 | 2024-04-16T05:41:30.539Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2489 | 2024-04-16T05:41:30.539Z | The targets should have unique names. |
2490 | 2024-04-16T05:41:30.539Z | This is a known bug where multiple crates with the same name use |
2491 | 2024-04-16T05:41:30.539Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2492 | 2024-04-16T05:41:30.539Z | warning: output filename collision. |
2493 | 2024-04-16T05:41:30.539Z | The lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)` 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)`. |
2494 | 2024-04-16T05:41:30.539Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2495 | 2024-04-16T05:41:30.539Z | The targets should have unique names. |
2496 | 2024-04-16T05:41:30.539Z | This is a known bug where multiple crates with the same name use |
2497 | 2024-04-16T05:41:30.540Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2498 | 2024-04-16T05:41:30.540Z | warning: output filename collision. |
2499 | 2024-04-16T05:41:30.540Z | 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)`. |
2500 | 2024-04-16T05:41:30.540Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2501 | 2024-04-16T05:41:30.540Z | The targets should have unique names. |
2502 | 2024-04-16T05:41:30.540Z | This is a known bug where multiple crates with the same name use |
2503 | 2024-04-16T05:41:30.540Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2504 | 2024-04-16T05:41:30.540Z | warning: output filename collision. |
2505 | 2024-04-16T05:41:30.540Z | 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`. |
2506 | 2024-04-16T05:41:30.540Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2507 | 2024-04-16T05:41:30.540Z | The targets should have unique names. |
2508 | 2024-04-16T05:41:30.540Z | This is a known bug where multiple crates with the same name use |
2509 | 2024-04-16T05:41:30.540Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2510 | 2024-04-16T05:41:31.034Z | Documenting libc v0.2.153 |
2511 | 2024-04-16T05:41:31.081Z | Documenting cfg-if v1.0.0 |
2512 | 2024-04-16T05:41:31.092Z | Documenting serde_derive v1.0.197 |
2513 | 2024-04-16T05:41:31.120Z | Documenting log v0.4.21 |
2514 | 2024-04-16T05:41:31.123Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2515 | 2024-04-16T05:41:31.148Z | Documenting memchr v2.7.1 |
2516 | 2024-04-16T05:41:31.158Z | Documenting byteorder v1.5.0 |
2517 | 2024-04-16T05:41:31.171Z | Documenting itoa v1.0.9 |
2518 | 2024-04-16T05:41:31.432Z | Documenting smallvec v1.13.1 |
2519 | 2024-04-16T05:41:34.294Z | Documenting scopeguard v1.2.0 |
2520 | 2024-04-16T05:41:34.571Z | Documenting libm v0.2.7 |
2521 | 2024-04-16T05:41:35.109Z | Documenting pin-project-lite v0.2.13 |
2522 | 2024-04-16T05:41:35.177Z | Documenting once_cell v1.19.0 |
2523 | 2024-04-16T05:41:35.563Z | Documenting zeroize_derive v1.4.2 |
2524 | 2024-04-16T05:41:35.854Z | Documenting getrandom v0.2.12 |
2525 | 2024-04-16T05:41:36.405Z | Documenting parking_lot_core v0.9.8 |
2526 | 2024-04-16T05:41:37.664Z | Documenting lock_api v0.4.10 |
2527 | 2024-04-16T05:41:38.415Z | Documenting signal-hook-registry v1.4.1 |
2528 | 2024-04-16T05:41:38.540Z | Documenting num-traits v0.2.18 |
2529 | 2024-04-16T05:41:39.032Z | Documenting serde v1.0.197 |
2530 | 2024-04-16T05:41:39.378Z | Documenting mio v0.8.11 |
2531 | 2024-04-16T05:41:40.738Z | Documenting zeroize v1.7.0 |
2532 | 2024-04-16T05:41:40.763Z | Documenting rand_core v0.6.4 |
2533 | 2024-04-16T05:41:41.218Z | Documenting thiserror-impl v1.0.58 |
2534 | 2024-04-16T05:41:41.500Z | Documenting parking_lot v0.12.1 |
2535 | 2024-04-16T05:41:42.407Z | Documenting futures-core v0.3.30 |
2536 | 2024-04-16T05:41:44.166Z | Documenting ryu v1.0.15 |
2537 | 2024-04-16T05:41:44.651Z | Documenting socket2 v0.5.6 |
2538 | 2024-04-16T05:41:45.055Z | Documenting num_cpus v1.16.0 |
2539 | 2024-04-16T05:41:45.173Z | Documenting tokio-macros v2.2.0 |
2540 | 2024-04-16T05:41:46.485Z | Documenting zerocopy v0.7.32 |
2541 | 2024-04-16T05:41:46.574Z | Documenting futures-sink v0.3.30 |
2542 | 2024-04-16T05:41:46.587Z | Documenting thiserror v1.0.58 |
2543 | 2024-04-16T05:41:47.460Z | Documenting typenum v1.16.0 |
2544 | 2024-04-16T05:41:48.991Z | Documenting iana-time-zone v0.1.57 |
2545 | 2024-04-16T05:41:49.816Z | Documenting pin-utils v0.1.0 |
2546 | 2024-04-16T05:41:50.047Z | Documenting subtle v2.5.0 |
2547 | 2024-04-16T05:41:50.543Z | Documenting futures-channel v0.3.30 |
2548 | 2024-04-16T05:41:52.935Z | Documenting slab v0.4.9 |
2549 | 2024-04-16T05:41:59.551Z | Documenting bytes v1.6.0 |
2550 | 2024-04-16T05:42:01.297Z | Documenting bitflags v2.4.2 |
2551 | 2024-04-16T05:42:01.327Z | Documenting serde_json v1.0.116 |
2552 | 2024-04-16T05:42:01.672Z | Documenting chrono v0.4.38 |
2553 | 2024-04-16T05:42:01.732Z | Documenting futures-macro v0.3.30 |
2554 | 2024-04-16T05:42:01.853Z | Documenting futures-task v0.3.30 |
2555 | 2024-04-16T05:42:02.067Z | Documenting futures-io v0.3.30 |
2556 | 2024-04-16T05:42:02.569Z | Documenting generic-array v0.14.7 |
2557 | 2024-04-16T05:42:04.338Z | Documenting tokio v1.37.0 |
2558 | 2024-04-16T05:42:06.052Z | Documenting uuid v1.8.0 |
2559 | 2024-04-16T05:42:06.964Z | Documenting ahash v0.8.8 |
2560 | 2024-04-16T05:42:06.986Z | Documenting allocator-api2 v0.2.16 |
2561 | 2024-04-16T05:42:07.764Z | Documenting futures-util v0.3.30 |
2562 | 2024-04-16T05:42:07.876Z | Documenting tinyvec_macros v0.1.1 |
2563 | 2024-04-16T05:42:08.084Z | Documenting crypto-common v0.1.6 |
2564 | 2024-04-16T05:42:09.218Z | Documenting const-oid v0.9.6 |
2565 | 2024-04-16T05:42:10.425Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2566 | 2024-04-16T05:42:10.608Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2567 | 2024-04-16T05:42:10.683Z | Documenting tracing-core v0.1.32 |
2568 | 2024-04-16T05:42:11.156Z | Documenting tinyvec v1.6.0 |
2569 | 2024-04-16T05:42:11.350Z | Documenting serde_derive_internals v0.26.0 |
2570 | 2024-04-16T05:42:12.594Z | Documenting hashbrown v0.14.3 |
2571 | 2024-04-16T05:42:13.077Z | Checking serde_derive_internals v0.26.0 |
2572 | 2024-04-16T05:42:13.630Z | Documenting tracing-attributes v0.1.27 |
2573 | 2024-04-16T05:42:14.884Z | Documenting dyn-clone v1.0.17 |
2574 | 2024-04-16T05:42:15.426Z | Documenting unicode-normalization v0.1.22 |
2575 | 2024-04-16T05:42:15.593Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2576 | 2024-04-16T05:42:17.206Z | Documenting schemars_derive v0.8.16 |
2577 | 2024-04-16T05:42:17.631Z | Documenting lazy_static v1.4.0 |
2578 | 2024-04-16T05:42:18.882Z | Documenting ppv-lite86 v0.2.17 |
2579 | 2024-04-16T05:42:18.886Z | Documenting unicode-bidi v0.3.15 |
2580 | 2024-04-16T05:42:21.056Z | Documenting percent-encoding v2.3.1 |
2581 | 2024-04-16T05:42:21.100Z | Documenting block-buffer v0.10.4 |
2582 | 2024-04-16T05:42:21.310Z | Documenting powerfmt v0.2.0 |
2583 | 2024-04-16T05:42:22.252Z | Documenting rand_chacha v0.3.1 |
2584 | 2024-04-16T05:42:23.370Z | Documenting fnv v1.0.7 |
2585 | 2024-04-16T05:42:23.395Z | Documenting schemars v0.8.16 |
2586 | 2024-04-16T05:42:23.714Z | Documenting equivalent v1.0.1 |
2587 | 2024-04-16T05:42:24.790Z | Documenting deranged v0.3.11 |
2588 | 2024-04-16T05:42:25.801Z | Documenting form_urlencoded v1.2.1 |
2589 | 2024-04-16T05:42:25.933Z | Documenting digest v0.10.7 |
2590 | 2024-04-16T05:42:26.685Z | Documenting indexmap v2.2.6 |
2591 | 2024-04-16T05:42:27.540Z | Documenting time-macros v0.2.17 |
2592 | 2024-04-16T05:42:27.637Z | Documenting rand v0.8.5 |
2593 | 2024-04-16T05:42:28.854Z | Documenting tracing v0.1.40 |
2594 | 2024-04-16T05:42:30.334Z | Documenting unicode-width v0.1.11 |
2595 | 2024-04-16T05:42:30.556Z | Documenting time-core v0.1.2 |
2596 | 2024-04-16T05:42:30.885Z | Documenting num_threads v0.1.6 |
2597 | 2024-04-16T05:42:32.344Z | Documenting num-conv v0.1.0 |
2598 | 2024-04-16T05:42:32.503Z | Documenting idna v0.5.0 |
2599 | 2024-04-16T05:42:32.742Z | Documenting errno v0.3.8 |
2600 | 2024-04-16T05:42:40.948Z | Documenting unicode-ident v1.0.12 |
2601 | 2024-04-16T05:42:40.968Z | Documenting adler v1.0.2 |
2602 | 2024-04-16T05:42:41.027Z | Documenting slog v2.7.0 |
2603 | 2024-04-16T05:42:41.082Z | Documenting time v0.3.34 |
2604 | 2024-04-16T05:42:41.126Z | Documenting rustix v0.38.31 |
2605 | 2024-04-16T05:42:41.216Z | Documenting url v2.5.0 |
2606 | 2024-04-16T05:42:41.877Z | Documenting httparse v1.8.0 |
2607 | 2024-04-16T05:42:43.932Z | Documenting miniz_oxide v0.7.1 |
2608 | 2024-04-16T05:42:44.567Z | Documenting proc-macro2 v1.0.80 |
2609 | 2024-04-16T05:42:46.191Z | Documenting cpufeatures v0.2.12 |
2610 | 2024-04-16T05:42:46.300Z | Documenting async-trait v0.1.80 |
2611 | 2024-04-16T05:42:46.722Z | Documenting httpdate v1.0.3 |
2612 | 2024-04-16T05:42:47.362Z | Documenting try-lock v0.2.4 |
2613 | 2024-04-16T05:42:48.073Z | Documenting http-body v0.4.5 |
2614 | 2024-04-16T05:42:49.344Z | Documenting aho-corasick v1.1.2 |
2615 | 2024-04-16T05:42:49.712Z | Documenting openssl-sys v0.9.102 |
2616 | 2024-04-16T05:42:50.053Z | Documenting quote v1.0.36 |
2617 | 2024-04-16T05:42:50.777Z | Documenting tokio-util v0.7.10 |
2618 | 2024-04-16T05:42:50.889Z | Documenting want v0.3.1 |
2619 | 2024-04-16T05:42:50.977Z | Documenting openssl-macros v0.1.1 |
2620 | 2024-04-16T05:42:52.457Z | Documenting regex-syntax v0.8.2 |
2621 | 2024-04-16T05:42:53.694Z | Documenting mime v0.3.17 |
2622 | 2024-04-16T05:42:54.176Z | Documenting syn v2.0.59 |
2623 | 2024-04-16T05:42:55.437Z | Documenting tower-service v0.3.2 |
2624 | 2024-04-16T05:42:55.704Z | Documenting gimli v0.28.0 |
2625 | 2024-04-16T05:42:55.774Z | Documenting object v0.32.1 |
2626 | 2024-04-16T05:42:56.785Z | Documenting openssl v0.10.64 |
2627 | 2024-04-16T05:42:57.480Z | Documenting h2 v0.3.26 |
2628 | 2024-04-16T05:42:58.202Z | Documenting openssl-probe v0.1.5 |
2629 | 2024-04-16T05:42:59.516Z | Documenting regex-automata v0.4.5 |
2630 | 2024-04-16T05:42:59.742Z | Documenting rustc-demangle v0.1.23 |
2631 | 2024-04-16T05:43:02.280Z | Documenting addr2line v0.21.0 |
2632 | 2024-04-16T05:43:02.406Z | Documenting ipnet v2.9.0 |
2633 | 2024-04-16T05:43:03.260Z | Documenting base64ct v1.6.0 |
2634 | 2024-04-16T05:43:05.821Z | Documenting native-tls v0.2.11 |
2635 | 2024-04-16T05:43:06.214Z | Documenting futures-executor v0.3.30 |
2636 | 2024-04-16T05:43:06.671Z | Documenting encoding_rs v0.8.33 |
2637 | 2024-04-16T05:43:08.348Z | Documenting hyper v0.14.28 |
2638 | 2024-04-16T05:43:08.372Z | Documenting psl-types v2.0.11 |
2639 | 2024-04-16T05:43:08.442Z | Documenting regex v1.10.4 |
2640 | 2024-04-16T05:43:09.535Z | Documenting backtrace v0.3.69 |
2641 | 2024-04-16T05:43:11.047Z | Documenting tokio-native-tls v0.3.1 |
2642 | 2024-04-16T05:43:11.522Z | Documenting serde_urlencoded v0.7.1 |
2643 | 2024-04-16T05:43:11.708Z | Documenting crossbeam-utils v0.8.19 |
2644 | 2024-04-16T05:43:11.759Z | Documenting publicsuffix v2.2.3 |
2645 | 2024-04-16T05:43:14.804Z | Documenting utf8parse v0.2.1 |
2646 | 2024-04-16T05:43:15.891Z | Documenting anyhow v1.0.82 |
2647 | 2024-04-16T05:43:16.391Z | Documenting futures v0.3.30 |
2648 | 2024-04-16T05:43:16.774Z | Documenting cookie_store v0.20.0 |
2649 | 2024-04-16T05:43:17.099Z | Documenting pem-rfc7468 v0.7.0 |
2650 | 2024-04-16T05:43:17.191Z | Checking pest_meta v2.7.6 |
2651 | 2024-04-16T05:43:17.776Z | Documenting der_derive v0.7.2 |
2652 | 2024-04-16T05:43:18.129Z | Documenting sync_wrapper v0.1.2 |
2653 | 2024-04-16T05:43:18.175Z | Documenting flagset v0.4.3 |
2654 | 2024-04-16T05:43:20.946Z | Documenting hyper-rustls v0.24.2 |
2655 | 2024-04-16T05:43:21.044Z | Documenting hyper-tls v0.5.0 |
2656 | 2024-04-16T05:43:21.105Z | Documenting webpki-roots v0.25.2 |
2657 | 2024-04-16T05:43:21.439Z | Documenting num-integer v0.1.46 |
2658 | 2024-04-16T05:43:22.020Z | Documenting pest_meta v2.7.6 |
2659 | 2024-04-16T05:43:22.643Z | Documenting scroll_derive v0.12.0 |
2660 | 2024-04-16T05:43:24.425Z | Documenting der v0.7.8 |
2661 | 2024-04-16T05:43:24.789Z | Checking pest_generator v2.7.6 |
2662 | 2024-04-16T05:43:25.464Z | Documenting openapiv3 v2.0.0 |
2663 | 2024-04-16T05:43:25.986Z | Documenting ucd-trie v0.1.6 |
2664 | 2024-04-16T05:43:26.640Z | Documenting plain v0.2.3 |
2665 | 2024-04-16T05:43:27.231Z | Documenting pest_generator v2.7.6 |
2666 | 2024-04-16T05:43:28.341Z | Documenting scroll v0.12.0 |
2667 | 2024-04-16T05:43:28.628Z | Documenting spin v0.9.8 |
2668 | 2024-04-16T05:43:29.246Z | Documenting reqwest v0.11.24 |
2669 | 2024-04-16T05:43:29.629Z | Documenting anstyle v1.0.6 |
2670 | 2024-04-16T05:43:29.970Z | Documenting spki v0.7.2 |
2671 | 2024-04-16T05:43:30.186Z | Documenting pest v2.7.6 |
2672 | 2024-04-16T05:43:32.193Z | Documenting pretty-hex v0.4.1 |
2673 | 2024-04-16T05:43:32.303Z | Documenting pest_derive v2.7.6 |
2674 | 2024-04-16T05:43:32.634Z | Documenting goblin v0.8.0 |
2675 | 2024-04-16T05:43:33.096Z | Documenting either v1.11.0 |
2676 | 2024-04-16T05:43:34.449Z | Documenting pkcs8 v0.10.2 |
2677 | 2024-04-16T05:43:34.599Z | Documenting anstyle-parse v0.2.1 |
2678 | 2024-04-16T05:43:35.835Z | Documenting thread-id v4.2.0 |
2679 | 2024-04-16T05:43:36.380Z | Documenting colorchoice v1.0.0 |
2680 | 2024-04-16T05:43:36.956Z | Documenting dtrace-parser v0.2.0 |
2681 | 2024-04-16T05:43:37.772Z | Documenting anstyle-query v1.0.0 |
2682 | 2024-04-16T05:43:38.337Z | Documenting data-encoding v2.4.0 |
2683 | 2024-04-16T05:43:38.942Z | Documenting crossbeam-epoch v0.9.18 |
2684 | 2024-04-16T05:43:39.303Z | Documenting sha2 v0.10.8 |
2685 | 2024-04-16T05:43:40.828Z | Documenting terminal_size v0.3.0 |
2686 | 2024-04-16T05:43:40.902Z | Documenting ipnetwork v0.20.0 |
2687 | 2024-04-16T05:43:41.010Z | Documenting dof v0.3.0 |
2688 | 2024-04-16T05:43:41.920Z | Documenting hex v0.4.3 |
2689 | 2024-04-16T05:43:41.967Z | Documenting anstream v0.6.11 |
2690 | 2024-04-16T05:43:43.060Z | Documenting crc32fast v1.3.2 |
2691 | 2024-04-16T05:43:43.389Z | Documenting clap_lex v0.7.0 |
2692 | 2024-04-16T05:43:45.179Z | Documenting strsim v0.11.0 |
2693 | 2024-04-16T05:43:46.274Z | Documenting untrusted v0.9.0 |
2694 | 2024-04-16T05:43:46.285Z | Documenting usdt-impl v0.5.0 |
2695 | 2024-04-16T05:43:46.406Z | Documenting unicode-segmentation v1.10.1 |
2696 | 2024-04-16T05:43:47.010Z | Documenting clap_derive v4.5.4 |
2697 | 2024-04-16T05:43:47.116Z | Documenting num-iter v0.1.44 |
2698 | 2024-04-16T05:43:47.378Z | Documenting hmac v0.12.1 |
2699 | 2024-04-16T05:43:47.555Z | Documenting signal-hook v0.3.17 |
2700 | 2024-04-16T05:43:49.369Z | Documenting clap_builder v4.5.2 |
2701 | 2024-04-16T05:43:49.625Z | Documenting ring v0.17.8 |
2702 | 2024-04-16T05:43:50.247Z | Documenting base64 v0.22.0 |
2703 | 2024-04-16T05:43:52.342Z | Documenting static_assertions v1.1.0 |
2704 | 2024-04-16T05:43:52.758Z | Documenting flate2 v1.0.28 |
2705 | 2024-04-16T05:43:53.027Z | Documenting managed v0.8.0 |
2706 | 2024-04-16T05:43:53.348Z | Documenting signal-hook-mio v0.2.3 |
2707 | 2024-04-16T05:43:53.643Z | Documenting block-padding v0.3.3 |
2708 | 2024-04-16T05:43:55.120Z | Documenting scheduled-thread-pool v0.2.7 |
2709 | 2024-04-16T05:43:55.556Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2710 | 2024-04-16T05:43:55.872Z | Documenting enum-as-inner v0.5.1 |
2711 | 2024-04-16T05:43:56.201Z | Documenting clap v4.5.4 |
2712 | 2024-04-16T05:43:56.942Z | Documenting diesel_table_macro_syntax v0.1.0 |
2713 | 2024-04-16T05:43:57.711Z | Checking diesel_table_macro_syntax v0.1.0 |
2714 | 2024-04-16T05:43:57.887Z | Documenting md-5 v0.10.5 |
2715 | 2024-04-16T05:43:58.473Z | Documenting crossterm v0.27.0 |
2716 | 2024-04-16T05:43:58.988Z | Documenting inout v0.1.3 |
2717 | 2024-04-16T05:44:00.278Z | Documenting r2d2 v0.8.10 |
2718 | 2024-04-16T05:44:00.445Z | Documenting trust-dns-proto v0.22.0 |
2719 | 2024-04-16T05:44:00.543Z | Documenting bzip2 v0.4.4 |
2720 | 2024-04-16T05:44:02.056Z | Documenting stringprep v0.1.3 |
2721 | 2024-04-16T05:44:02.658Z | Documenting diesel_derives v2.1.2 |
2722 | 2024-04-16T05:44:03.597Z | Documenting regress v0.9.1 |
2723 | 2024-04-16T05:44:03.763Z | Documenting ff v0.13.0 |
2724 | 2024-04-16T05:44:04.078Z | Documenting toml_datetime v0.6.5 |
2725 | 2024-04-16T05:44:04.955Z | Documenting serde_spanned v0.6.5 |
2726 | 2024-04-16T05:44:05.577Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2727 | 2024-04-16T05:44:07.003Z | Documenting bit-vec v0.6.3 |
2728 | 2024-04-16T05:44:08.197Z | Documenting fallible-iterator v0.2.0 |
2729 | 2024-04-16T05:44:08.442Z | Documenting winnow v0.6.1 |
2730 | 2024-04-16T05:44:09.276Z | Documenting siphasher v0.3.11 |
2731 | 2024-04-16T05:44:09.794Z | Documenting base16ct v0.2.0 |
2732 | 2024-04-16T05:44:10.860Z | Documenting group v0.13.0 |
2733 | 2024-04-16T05:44:10.920Z | Documenting diesel v2.1.5 |
2734 | 2024-04-16T05:44:10.987Z | Documenting zip v0.6.6 |
2735 | 2024-04-16T05:44:11.639Z | Documenting cipher v0.4.4 |
2736 | 2024-04-16T05:44:12.759Z | Documenting phf_shared v0.11.2 |
2737 | 2024-04-16T05:44:13.590Z | Documenting sec1 v0.7.3 |
2738 | 2024-04-16T05:44:14.133Z | Documenting postgres-protocol v0.6.6 |
2739 | 2024-04-16T05:44:14.907Z | Documenting toml_edit v0.22.9 |
2740 | 2024-04-16T05:44:15.379Z | Documenting hkdf v0.12.4 |
2741 | 2024-04-16T05:44:16.548Z | Documenting num-bigint v0.4.4 |
2742 | 2024-04-16T05:44:16.979Z | Documenting bstr v1.9.0 |
2743 | 2024-04-16T05:44:26.986Z | Documenting console v0.15.8 |
2744 | 2024-04-16T05:44:34.339Z | Documenting crypto-bigint v0.5.2 |
2745 | 2024-04-16T05:44:34.370Z | Documenting hubpack v0.1.2 |
2746 | 2024-04-16T05:44:34.797Z | Documenting serde_repr v0.1.16 |
2747 | 2024-04-16T05:44:34.919Z | Checking unsafe-libyaml v0.2.10 |
2748 | 2024-04-16T05:44:35.160Z | Documenting new_debug_unreachable v1.0.4 |
2749 | 2024-04-16T05:44:35.411Z | Documenting lalrpop-util v0.19.12 |
2750 | 2024-04-16T05:44:35.722Z | Checking strsim v0.10.0 |
2751 | 2024-04-16T05:44:35.938Z | Documenting heck v0.4.1 |
2752 | 2024-04-16T05:44:36.058Z | Documenting minimal-lexical v0.2.1 |
2753 | 2024-04-16T05:44:37.342Z | Documenting fixedbitset v0.4.2 |
2754 | 2024-04-16T05:44:38.652Z | Checking ident_case v1.0.1 |
2755 | 2024-04-16T05:44:38.800Z | Documenting precomputed-hash v0.1.1 |
2756 | 2024-04-16T05:44:39.082Z | Documenting yasna v0.5.2 |
2757 | 2024-04-16T05:44:39.775Z | Documenting postgres-types v0.2.6 |
2758 | 2024-04-16T05:44:48.164Z | Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2759 | 2024-04-16T05:44:48.251Z | Documenting nom v7.1.3 |
2760 | 2024-04-16T05:44:48.343Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2761 | 2024-04-16T05:44:48.486Z | Documenting petgraph v0.6.4 |
2762 | 2024-04-16T05:44:48.519Z | Documenting string_cache v0.8.7 |
2763 | 2024-04-16T05:44:48.808Z | Documenting phf v0.11.2 |
2764 | 2024-04-16T05:44:48.979Z | Documenting similar v2.4.0 |
2765 | 2024-04-16T05:44:49.025Z | Documenting elliptic-curve v0.13.8 |
2766 | 2024-04-16T05:44:52.978Z | Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2767 | 2024-04-16T05:44:53.872Z | Documenting semver v1.0.22 |
2768 | 2024-04-16T05:44:54.369Z | Documenting float-cmp v0.9.0 |
2769 | 2024-04-16T05:44:54.626Z | Documenting normalize-line-endings v0.3.0 |
2770 | 2024-04-16T05:44:54.679Z | Documenting whoami v1.5.1 |
2771 | 2024-04-16T05:44:55.974Z | Documenting difflib v0.4.0 |
2772 | 2024-04-16T05:45:05.916Z | Documenting unsafe-libyaml v0.2.10 |
2773 | 2024-04-16T05:45:06.065Z | Documenting predicates-core v1.0.6 |
2774 | 2024-04-16T05:45:06.256Z | Documenting peg-runtime v0.8.2 |
2775 | 2024-04-16T05:45:06.279Z | Documenting tokio-postgres v0.7.10 |
2776 | 2024-04-16T05:45:06.427Z | Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2777 | 2024-04-16T05:45:06.531Z | Checking darling_core v0.20.8 |
2778 | 2024-04-16T05:45:06.594Z | Checking serde_yaml v0.9.25 |
2779 | 2024-04-16T05:45:06.597Z | Documenting bit-set v0.5.3 |
2780 | 2024-04-16T05:45:08.432Z | Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2781 | 2024-04-16T05:45:08.543Z | Documenting getopts v0.2.21 |
2782 | 2024-04-16T05:45:10.380Z | Documenting serde_yaml v0.9.25 |
2783 | 2024-04-16T05:45:10.412Z | Documenting tokio-stream v0.1.15 |
2784 | 2024-04-16T05:45:10.543Z | Documenting predicates v3.1.0 |
2785 | 2024-04-16T05:45:11.680Z | Documenting ident_case v1.0.1 |
2786 | 2024-04-16T05:45:12.797Z | Checking darling v0.20.8 |
2787 | 2024-04-16T05:45:12.910Z | Documenting is-terminal v0.4.9 |
2788 | 2024-04-16T05:45:13.412Z | Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2789 | 2024-04-16T05:45:15.911Z | Documenting darling_core v0.20.8 |
2790 | 2024-04-16T05:45:15.930Z | Documenting strum v0.26.2 |
2791 | 2024-04-16T05:45:16.920Z | Documenting dirs-sys-next v0.1.2 |
2792 | 2024-04-16T05:45:16.951Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2793 | 2024-04-16T05:45:17.811Z | Documenting match_cfg v0.1.0 |
2794 | 2024-04-16T05:45:18.143Z | Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2795 | 2024-04-16T05:45:18.414Z | Documenting sha1 v0.10.6 |
2796 | 2024-04-16T05:45:19.979Z | Documenting http v1.0.0 |
2797 | 2024-04-16T05:45:20.741Z | Documenting hostname v0.3.1 |
2798 | 2024-04-16T05:45:21.003Z | Documenting camino v1.1.6 |
2799 | 2024-04-16T05:45:21.817Z | Documenting paste v1.0.14 |
2800 | 2024-04-16T05:45:21.852Z | Documenting dirs-next v2.0.0 |
2801 | 2024-04-16T05:45:24.170Z | Documenting thread_local v1.1.7 |
2802 | 2024-04-16T05:45:25.696Z | Documenting rustls-pki-types v1.3.0 |
2803 | 2024-04-16T05:45:25.741Z | Documenting crossbeam-channel v0.5.8 |
2804 | 2024-04-16T05:45:25.754Z | Documenting take_mut v0.2.2 |
2805 | 2024-04-16T05:45:26.143Z | Documenting slog-json v2.6.1 |
2806 | 2024-04-16T05:45:26.247Z | Documenting darling_macro v0.20.8 |
2807 | 2024-04-16T05:45:26.794Z | Documenting term v0.7.0 |
2808 | 2024-04-16T05:45:27.820Z | Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2809 | 2024-04-16T05:45:28.476Z | Documenting async-stream-impl v0.3.5 |
2810 | 2024-04-16T05:45:30.318Z | Documenting atomic-waker v1.1.1 |
2811 | 2024-04-16T05:45:30.527Z | Documenting slog-async v2.8.0 |
2812 | 2024-04-16T05:45:30.757Z | Documenting rustls-webpki v0.102.1 |
2813 | 2024-04-16T05:45:31.428Z | Documenting debug-ignore v1.0.5 |
2814 | 2024-04-16T05:45:31.934Z | Documenting slog-term v2.9.1 |
2815 | 2024-04-16T05:45:32.088Z | Documenting darling v0.20.8 |
2816 | 2024-04-16T05:45:33.295Z | Documenting waitgroup v0.1.2 |
2817 | 2024-04-16T05:45:33.467Z | Documenting async-stream v0.3.5 |
2818 | 2024-04-16T05:45:34.404Z | Documenting slog-bunyan v2.5.0 |
2819 | 2024-04-16T05:45:34.915Z | Documenting rustls-pemfile v2.1.2 |
2820 | 2024-04-16T05:45:35.699Z | Documenting rustls v0.22.2 |
2821 | 2024-04-16T05:45:37.399Z | Documenting multer v3.0.0 |
2822 | 2024-04-16T05:45:37.429Z | Documenting toml v0.8.12 |
2823 | 2024-04-16T05:45:37.549Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2824 | 2024-04-16T05:45:37.562Z | Documenting serde_path_to_error v0.1.16 |
2825 | 2024-04-16T05:45:38.330Z | Documenting serde_with_macros v3.7.0 |
2826 | 2024-04-16T05:45:39.651Z | Documenting structmeta-derive v0.3.0 |
2827 | 2024-04-16T05:45:39.834Z | Documenting newtype-uuid v1.1.0 |
2828 | 2024-04-16T05:45:42.236Z | Checking structmeta v0.3.0 |
2829 | 2024-04-16T05:45:42.462Z | Documenting instant v0.1.12 |
2830 | 2024-04-16T05:45:42.876Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2831 | 2024-04-16T05:45:42.967Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2832 | 2024-04-16T05:45:43.653Z | Documenting serde_with v3.7.0 |
2833 | 2024-04-16T05:45:44.523Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2834 | 2024-04-16T05:45:44.613Z | Documenting tokio-rustls v0.25.0 |
2835 | 2024-04-16T05:45:45.623Z | Documenting structmeta v0.3.0 |
2836 | 2024-04-16T05:45:46.360Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2837 | 2024-04-16T05:45:47.303Z | Documenting backoff v0.4.0 |
2838 | 2024-04-16T05:45:47.807Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2839 | 2024-04-16T05:45:49.143Z | Documenting macaddr v1.0.1 |
2840 | 2024-04-16T05:45:49.982Z | Documenting parse-display-derive v0.9.0 |
2841 | 2024-04-16T05:45:50.478Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2842 | 2024-04-16T05:45:51.923Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2843 | 2024-04-16T05:45:52.324Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2844 | 2024-04-16T05:45:52.419Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2845 | 2024-04-16T05:45:52.538Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2846 | 2024-04-16T05:45:52.917Z | Documenting fastrand v2.0.1 |
2847 | 2024-04-16T05:45:53.601Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2848 | 2024-04-16T05:45:54.502Z | Checking proc-macro-crate v1.3.1 |
2849 | 2024-04-16T05:45:54.738Z | Documenting proc-macro-crate v1.3.1 |
2850 | 2024-04-16T05:45:55.161Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2851 | 2024-04-16T05:45:55.440Z | Documenting foreign-types-macros v0.2.3 |
2852 | 2024-04-16T05:45:56.393Z | Documenting foreign-types-shared v0.3.1 |
2853 | 2024-04-16T05:45:56.505Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2854 | 2024-04-16T05:45:56.667Z | Documenting parse-display v0.9.0 |
2855 | 2024-04-16T05:45:56.836Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2856 | 2024-04-16T05:45:57.243Z | Documenting tempfile v3.10.1 |
2857 | 2024-04-16T05:45:59.388Z | Documenting cstr-argument v0.1.2 |
2858 | 2024-04-16T05:46:00.692Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2859 | 2024-04-16T05:46:00.873Z | Documenting num_enum_derive v0.5.11 |
2860 | 2024-04-16T05:46:01.005Z | Documenting tabwriter v1.4.0 |
2861 | 2024-04-16T05:46:01.259Z | Documenting foreign-types v0.5.0 |
2862 | 2024-04-16T05:46:01.946Z | Documenting colored v2.1.0 |
2863 | 2024-04-16T05:46:02.897Z | Documenting camino-tempfile v1.1.1 |
2864 | 2024-04-16T05:46:04.217Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2865 | 2024-04-16T05:46:04.260Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2866 | 2024-04-16T05:46:05.423Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2867 | 2024-04-16T05:46:05.550Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2868 | 2024-04-16T05:46:06.030Z | Documenting hash32 v0.3.1 |
2869 | 2024-04-16T05:46:06.204Z | Documenting stable_deref_trait v1.2.0 |
2870 | 2024-04-16T05:46:08.037Z | Documenting smf v0.2.3 |
2871 | 2024-04-16T05:46:08.709Z | Documenting num_enum v0.5.11 |
2872 | 2024-04-16T05:46:09.475Z | Documenting embedded-io v0.4.0 |
2873 | 2024-04-16T05:46:09.664Z | Documenting cobs v0.2.3 |
2874 | 2024-04-16T05:46:09.738Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2875 | 2024-04-16T05:46:10.039Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2876 | 2024-04-16T05:46:10.915Z | Documenting heapless v0.8.0 |
2877 | 2024-04-16T05:46:13.201Z | Documenting crucible-workspace-hack v0.1.0 |
2878 | 2024-04-16T05:46:13.247Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2879 | 2024-04-16T05:46:13.393Z | Documenting postcard v1.0.8 |
2880 | 2024-04-16T05:46:13.541Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2881 | 2024-04-16T05:46:13.678Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2882 | 2024-04-16T05:46:15.720Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2883 | 2024-04-16T05:46:16.733Z | Documenting smoltcp v0.11.0 |
2884 | 2024-04-16T05:46:17.350Z | Documenting proc-macro-error-attr v1.0.4 |
2885 | 2024-04-16T05:46:18.352Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2886 | 2024-04-16T05:46:18.386Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
2887 | 2024-04-16T05:46:19.001Z | Checking proc-macro-error v1.0.4 |
2888 | 2024-04-16T05:46:19.065Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2889 | 2024-04-16T05:46:19.291Z | Documenting memmap v0.7.0 |
2890 | 2024-04-16T05:46:21.298Z | Documenting sigpipe v0.1.3 |
2891 | 2024-04-16T05:46:21.557Z | Documenting proc-macro-error v1.0.4 |
2892 | 2024-04-16T05:46:23.984Z | Documenting num-derive v0.4.0 |
2893 | 2024-04-16T05:46:24.308Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2894 | 2024-04-16T05:46:24.363Z | Documenting usdt v0.5.0 |
2895 | 2024-04-16T05:46:25.723Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
2896 | 2024-04-16T05:46:25.946Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2897 | 2024-04-16T05:46:26.241Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2898 | 2024-04-16T05:46:27.230Z | Documenting newline-converter v0.3.0 |
2899 | 2024-04-16T05:46:27.657Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2900 | 2024-04-16T05:46:29.490Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2901 | 2024-04-16T05:46:29.858Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be) |
2902 | 2024-04-16T05:46:30.219Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2903 | 2024-04-16T05:46:30.604Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2904 | 2024-04-16T05:46:31.278Z | Documenting password-hash v0.5.0 |
2905 | 2024-04-16T05:46:31.712Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2906 | 2024-04-16T05:46:31.833Z | Documenting blake2 v0.10.6 |
2907 | 2024-04-16T05:46:32.098Z | Documenting expectorate v1.1.0 |
2908 | 2024-04-16T05:46:32.516Z | Documenting humantime v2.1.0 |
2909 | 2024-04-16T05:46:33.378Z | Documenting linked-hash-map v0.5.6 |
2910 | 2024-04-16T05:46:35.817Z | Documenting bytecount v0.6.3 |
2911 | 2024-04-16T05:46:35.951Z | Documenting tabled_derive v0.7.0 |
2912 | 2024-04-16T05:46:36.670Z | Documenting derive-where v1.2.7 |
2913 | 2024-04-16T05:46:37.373Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2914 | 2024-04-16T05:46:37.775Z | Documenting argon2 v0.5.3 |
2915 | 2024-04-16T05:46:38.036Z | Documenting lru-cache v0.1.2 |
2916 | 2024-04-16T05:46:38.906Z | Documenting papergrid v0.11.0 |
2917 | 2024-04-16T05:46:39.016Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2918 | 2024-04-16T05:46:41.205Z | Documenting swrite v0.1.0 |
2919 | 2024-04-16T05:46:42.236Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2920 | 2024-04-16T05:46:43.012Z | Documenting newtype_derive v0.1.6 |
2921 | 2024-04-16T05:46:43.651Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2922 | 2024-04-16T05:46:44.115Z | Documenting itertools v0.12.1 |
2923 | 2024-04-16T05:46:44.648Z | Documenting tabled v0.15.0 |
2924 | 2024-04-16T05:46:45.117Z | Documenting arc-swap v1.6.0 |
2925 | 2024-04-16T05:46:45.347Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2926 | 2024-04-16T05:46:46.943Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2927 | 2024-04-16T05:46:48.026Z | Documenting quick-error v1.2.3 |
2928 | 2024-04-16T05:46:48.185Z | Documenting steno v0.4.0 |
2929 | 2024-04-16T05:46:49.501Z | Documenting slog-scope v4.4.0 |
2930 | 2024-04-16T05:46:50.487Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2931 | 2024-04-16T05:46:52.209Z | Documenting resolv-conf v0.7.0 |
2932 | 2024-04-16T05:46:52.584Z | Documenting num-rational v0.4.1 |
2933 | 2024-04-16T05:46:52.739Z | Documenting num-complex v0.4.5 |
2934 | 2024-04-16T05:46:53.957Z | Documenting slog-stdlog v4.1.1 |
2935 | 2024-04-16T05:46:54.246Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2936 | 2024-04-16T05:46:57.322Z | Documenting trust-dns-resolver v0.22.0 |
2937 | 2024-04-16T05:46:57.532Z | Documenting xattr v1.0.1 |
2938 | 2024-04-16T05:46:58.261Z | Documenting filetime v0.2.23 |
2939 | 2024-04-16T05:46:58.297Z | Documenting slog-envlogger v2.2.0 |
2940 | 2024-04-16T05:46:59.164Z | Documenting tap v1.0.1 |
2941 | 2024-04-16T05:47:02.494Z | Documenting wyz v0.5.1 |
2942 | 2024-04-16T05:47:02.687Z | Documenting num v0.4.2 |
2943 | 2024-04-16T05:47:03.276Z | Documenting tar v0.4.40 |
2944 | 2024-04-16T05:47:04.345Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2945 | 2024-04-16T05:47:05.397Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2946 | 2024-04-16T05:47:05.571Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2947 | 2024-04-16T05:47:05.986Z | Documenting radium v0.7.0 |
2948 | 2024-04-16T05:47:06.159Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2949 | 2024-04-16T05:47:06.358Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2950 | 2024-04-16T05:47:06.578Z | Documenting nibble_vec v0.1.0 |
2951 | 2024-04-16T05:47:07.119Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2952 | 2024-04-16T05:47:08.447Z | Documenting funty v2.0.0 |
2953 | 2024-04-16T05:47:08.760Z | Documenting crc-catalog v2.2.0 |
2954 | 2024-04-16T05:47:09.273Z | Documenting endian-type v0.1.2 |
2955 | 2024-04-16T05:47:09.717Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2956 | 2024-04-16T05:47:10.191Z | Documenting cancel-safe-futures v0.1.5 |
2957 | 2024-04-16T05:47:10.733Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2958 | 2024-04-16T05:47:10.827Z | Documenting packed_struct_codegen v0.10.1 |
2959 | 2024-04-16T05:47:11.006Z | Documenting same-file v1.0.6 |
2960 | 2024-04-16T05:47:11.788Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2961 | 2024-04-16T05:47:12.208Z | Documenting crc v3.0.1 |
2962 | 2024-04-16T05:47:12.441Z | Documenting bitvec v1.0.1 |
2963 | 2024-04-16T05:47:14.097Z | Documenting radix_trie v0.2.1 |
2964 | 2024-04-16T05:47:15.266Z | Documenting nodrop v0.1.14 |
2965 | 2024-04-16T05:47:15.791Z | Documenting walkdir v2.5.0 |
2966 | 2024-04-16T05:47:16.215Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2967 | 2024-04-16T05:47:16.470Z | Documenting num-bigint-dig v0.8.4 |
2968 | 2024-04-16T05:47:18.153Z | Documenting packed_struct v0.10.1 |
2969 | 2024-04-16T05:47:18.368Z | Documenting array-init v0.0.4 |
2970 | 2024-04-16T05:47:18.735Z | Documenting pkcs1 v0.7.5 |
2971 | 2024-04-16T05:47:19.788Z | Documenting signature v2.1.0 |
2972 | 2024-04-16T05:47:20.320Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2973 | 2024-04-16T05:47:20.686Z | Documenting display-error-chain v0.2.0 |
2974 | 2024-04-16T05:47:22.265Z | Documenting bitfield v0.14.0 |
2975 | 2024-04-16T05:47:23.243Z | Documenting termcolor v1.2.0 |
2976 | 2024-04-16T05:47:23.965Z | Documenting serde-hex v0.1.0 |
2977 | 2024-04-16T05:47:25.556Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2978 | 2024-04-16T05:47:25.769Z | Documenting rsa v0.9.2 |
2979 | 2024-04-16T05:47:25.848Z | Documenting slog-dtrace v0.3.0 |
2980 | 2024-04-16T05:47:27.300Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2981 | 2024-04-16T05:47:27.598Z | Documenting env_logger v0.10.0 |
2982 | 2024-04-16T05:47:29.730Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2983 | 2024-04-16T05:47:30.015Z | Documenting pem v3.0.4 |
2984 | 2024-04-16T05:47:30.440Z | Documenting x509-cert v0.2.4 |
2985 | 2024-04-16T05:47:30.643Z | Documenting libsw v3.3.1 |
2986 | 2024-04-16T05:47:30.655Z | warning: unresolved link to `StNestedBuilder::make_subsection` |
2987 | 2024-04-16T05:47:30.655Z | --> nexus/types/src/sectioned_table.rs:145:7 |
2988 | 2024-04-16T05:47:30.655Z | | |
2989 | 2024-04-16T05:47:30.655Z | 145 | /// [`StNestedBuilder::make_subsection`]. |
2990 | 2024-04-16T05:47:30.655Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope |
2991 | 2024-04-16T05:47:30.655Z | | |
2992 | 2024-04-16T05:47:30.655Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2993 | 2024-04-16T05:47:30.655Z | |
2994 | 2024-04-16T05:47:32.828Z | warning: `nexus-types` (lib doc) generated 1 warning |
2995 | 2024-04-16T05:47:32.834Z | Documenting ron v0.8.1 |
2996 | 2024-04-16T05:47:33.629Z | Documenting half v2.3.1 |
2997 | 2024-04-16T05:47:33.633Z | Documenting ciborium-io v0.2.2 |
2998 | 2024-04-16T05:47:33.633Z | Documenting crc-any v2.4.3 |
2999 | 2024-04-16T05:47:34.357Z | Documenting owo-colors v4.0.0 |
3000 | 2024-04-16T05:47:35.690Z | Documenting linear-map v1.2.0 |
3001 | 2024-04-16T05:47:36.454Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3002 | 2024-04-16T05:47:36.805Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3003 | 2024-04-16T05:47:36.943Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3004 | 2024-04-16T05:47:37.620Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3005 | 2024-04-16T05:47:37.631Z | Documenting ciborium-ll v0.2.2 |
3006 | 2024-04-16T05:47:38.077Z | Documenting headers-core v0.2.0 |
3007 | 2024-04-16T05:47:39.877Z | Documenting path-slash v0.1.5 |
3008 | 2024-04-16T05:47:40.336Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3009 | 2024-04-16T05:47:42.432Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3010 | 2024-04-16T05:47:42.816Z | Documenting ciborium v0.2.2 |
3011 | 2024-04-16T05:47:43.906Z | Documenting headers v0.3.9 |
3012 | 2024-04-16T05:47:44.644Z | Documenting fxhash v0.2.1 |
3013 | 2024-04-16T05:47:46.551Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
3014 | 2024-04-16T05:47:48.580Z | Documenting async-recursion v1.1.0 |
3015 | 2024-04-16T05:47:48.593Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3016 | 2024-04-16T05:47:49.107Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3017 | 2024-04-16T05:47:51.215Z | Documenting vte_generate_state_changes v0.1.1 |
3018 | 2024-04-16T05:47:51.749Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3019 | 2024-04-16T05:47:53.663Z | Documenting convert_case v0.4.0 |
3020 | 2024-04-16T05:47:55.892Z | Checking convert_case v0.4.0 |
3021 | 2024-04-16T05:47:56.111Z | Documenting vte v0.11.1 |
3022 | 2024-04-16T05:47:56.924Z | Documenting buf-list v1.0.3 |
3023 | 2024-04-16T05:47:57.822Z | Documenting derive_more v0.99.17 |
3024 | 2024-04-16T05:48:00.410Z | Documenting derive_builder_core v0.20.0 |
3025 | 2024-04-16T05:48:00.605Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3026 | 2024-04-16T05:48:02.546Z | Checking derive_builder_core v0.20.0 |
3027 | 2024-04-16T05:48:02.875Z | Documenting fd-lock v4.0.2 |
3028 | 2024-04-16T05:48:03.425Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3029 | 2024-04-16T05:48:05.507Z | Checking heck v0.3.3 |
3030 | 2024-04-16T05:48:05.671Z | Documenting bitstruct_derive v0.1.0 |
3031 | 2024-04-16T05:48:06.447Z | Documenting pin-project-internal v1.1.3 |
3032 | 2024-04-16T05:48:06.931Z | Documenting ascii v1.1.0 |
3033 | 2024-04-16T05:48:07.710Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3034 | 2024-04-16T05:48:08.236Z | Documenting derive_builder_macro v0.20.0 |
3035 | 2024-04-16T05:48:08.565Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3036 | 2024-04-16T05:48:10.660Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3037 | 2024-04-16T05:48:10.986Z | Documenting bitstruct v0.1.1 |
3038 | 2024-04-16T05:48:11.869Z | Documenting pin-project v1.1.3 |
3039 | 2024-04-16T05:48:12.389Z | Documenting structopt-derive v0.4.18 |
3040 | 2024-04-16T05:48:12.911Z | Documenting strip-ansi-escapes v0.2.0 |
3041 | 2024-04-16T05:48:13.020Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3042 | 2024-04-16T05:48:13.325Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3043 | 2024-04-16T05:48:14.301Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3044 | 2024-04-16T05:48:14.921Z | Documenting crossbeam-deque v0.8.3 |
3045 | 2024-04-16T05:48:22.092Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3046 | 2024-04-16T05:48:22.092Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3047 | 2024-04-16T05:48:22.092Z | Documenting serde_arrays v0.1.0 |
3048 | 2024-04-16T05:48:22.092Z | Documenting erased-serde v0.3.31 |
3049 | 2024-04-16T05:48:22.092Z | Documenting snafu-derive v0.8.2 |
3050 | 2024-04-16T05:48:22.092Z | Documenting ref-cast-impl v1.0.22 |
3051 | 2024-04-16T05:48:23.073Z | Documenting nu-ansi-term v0.50.0 |
3052 | 2024-04-16T05:48:23.422Z | Documenting unicode-xid v0.2.4 |
3053 | 2024-04-16T05:48:24.053Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3054 | 2024-04-16T05:48:24.343Z | Checking unicode-xid v0.2.4 |
3055 | 2024-04-16T05:48:24.501Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3056 | 2024-04-16T05:48:24.721Z | Documenting ref-cast v1.0.22 |
3057 | 2024-04-16T05:48:26.832Z | Documenting const_format_proc_macros v0.2.32 |
3058 | 2024-04-16T05:48:26.884Z | Documenting snafu v0.8.2 |
3059 | 2024-04-16T05:48:27.370Z | Documenting reedline v0.31.0 |
3060 | 2024-04-16T05:48:28.155Z | Documenting rayon-core v1.12.1 |
3061 | 2024-04-16T05:48:29.997Z | Documenting structopt v0.3.26 |
3062 | 2024-04-16T05:48:31.525Z | Documenting derive_builder v0.20.0 |
3063 | 2024-04-16T05:48:31.694Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3064 | 2024-04-16T05:48:32.556Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3065 | 2024-04-16T05:48:33.436Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3066 | 2024-04-16T05:48:34.578Z | Documenting libefi-sys v0.1.0 |
3067 | 2024-04-16T05:48:36.466Z | Documenting trust-dns-client v0.22.0 |
3068 | 2024-04-16T05:48:40.187Z | Documenting polar-core v0.27.3 |
3069 | 2024-04-16T05:48:40.500Z | Documenting libxml v0.3.3 |
3070 | 2024-04-16T05:48:40.952Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3071 | 2024-04-16T05:48:41.042Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3072 | 2024-04-16T05:48:41.228Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3073 | 2024-04-16T05:48:42.057Z | Documenting globset v0.4.13 |
3074 | 2024-04-16T05:48:42.355Z | Documenting bb8 v0.8.3 |
3075 | 2024-04-16T05:48:44.977Z | Documenting olpc-cjson v0.1.3 |
3076 | 2024-04-16T05:48:46.426Z | Documenting quick-xml v0.31.0 |
3077 | 2024-04-16T05:48:48.340Z | Documenting serde_plain v1.0.2 |
3078 | 2024-04-16T05:48:48.362Z | Documenting oso-derive v0.27.3 |
3079 | 2024-04-16T05:48:48.589Z | Documenting impl-trait-for-tuples v0.2.2 |
3080 | 2024-04-16T05:48:49.675Z | Documenting maplit v1.0.2 |
3081 | 2024-04-16T05:48:50.806Z | Documenting keccak v0.1.4 |
3082 | 2024-04-16T05:48:52.927Z | Documenting utf-8 v0.7.6 |
3083 | 2024-04-16T05:48:53.392Z | Documenting typed-path v0.7.0 |
3084 | 2024-04-16T05:48:53.510Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3085 | 2024-04-16T05:48:53.903Z | Documenting samael v0.0.15 |
3086 | 2024-04-16T05:48:53.989Z | Documenting sha3 v0.10.8 |
3087 | 2024-04-16T05:48:54.967Z | Documenting oso v0.27.3 |
3088 | 2024-04-16T05:48:57.285Z | Documenting tungstenite v0.21.0 |
3089 | 2024-04-16T05:48:58.355Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3090 | 2024-04-16T05:48:58.757Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3091 | 2024-04-16T05:48:59.197Z | Documenting tough v0.17.1 |
3092 | 2024-04-16T05:49:00.387Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3093 | 2024-04-16T05:49:01.454Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
3094 | 2024-04-16T05:49:03.137Z | Documenting trust-dns-server v0.22.1 |
3095 | 2024-04-16T05:49:04.726Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3096 | 2024-04-16T05:49:04.893Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3097 | 2024-04-16T05:49:06.733Z | Documenting rayon v1.10.0 |
3098 | 2024-04-16T05:49:07.980Z | Documenting const_format v0.2.32 |
3099 | 2024-04-16T05:49:08.863Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3100 | 2024-04-16T05:49:09.595Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3101 | 2024-04-16T05:49:10.701Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3102 | 2024-04-16T05:49:10.878Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3103 | 2024-04-16T05:49:11.449Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3104 | 2024-04-16T05:49:11.481Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3105 | 2024-04-16T05:49:11.639Z | Documenting sled v0.34.7 |
3106 | 2024-04-16T05:49:12.035Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3107 | 2024-04-16T05:49:12.306Z | Documenting fs-err v2.11.0 |
3108 | 2024-04-16T05:49:12.870Z | Documenting nix v0.28.0 |
3109 | 2024-04-16T05:49:14.480Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3110 | 2024-04-16T05:49:15.664Z | Documenting cookie v0.18.1 |
3111 | 2024-04-16T05:49:16.120Z | Documenting unicase v2.7.0 |
3112 | 2024-04-16T05:49:16.644Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3113 | 2024-04-16T05:49:16.943Z | Documenting secrecy v0.8.0 |
3114 | 2024-04-16T05:49:17.619Z | Documenting gethostname v0.4.3 |
3115 | 2024-04-16T05:49:17.715Z | Documenting peg-macros v0.8.2 |
3116 | 2024-04-16T05:49:18.942Z | Documenting rustversion v1.0.14 |
3117 | 2024-04-16T05:49:20.236Z | Documenting sqlparser_derive v0.2.2 |
3118 | 2024-04-16T05:49:21.504Z | Documenting home v0.5.5 |
3119 | 2024-04-16T05:49:21.764Z | Documenting unicode_categories v0.1.1 |
3120 | 2024-04-16T05:49:22.651Z | Documenting parse-size v1.0.0 |
3121 | 2024-04-16T05:49:23.470Z | Documenting peg v0.8.2 |
3122 | 2024-04-16T05:49:23.723Z | Documenting castaway v0.2.2 |
3123 | 2024-04-16T05:49:24.943Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3124 | 2024-04-16T05:49:25.272Z | Documenting sqlparser v0.44.0 |
3125 | 2024-04-16T05:49:26.069Z | Documenting sqlformat v0.2.3 |
3126 | 2024-04-16T05:49:26.238Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3127 | 2024-04-16T05:49:26.432Z | Documenting rustyline v14.0.0 |
3128 | 2024-04-16T05:49:27.903Z | Documenting mime_guess v2.0.4 |
3129 | 2024-04-16T05:49:28.516Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3130 | 2024-04-16T05:49:31.525Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3131 | 2024-04-16T05:49:32.383Z | Documenting tokio-tungstenite v0.21.0 |
3132 | 2024-04-16T05:49:33.554Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3133 | 2024-04-16T05:49:34.201Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3134 | 2024-04-16T05:49:37.380Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3135 | 2024-04-16T05:49:40.816Z | Documenting zone v0.1.8 |
3136 | 2024-04-16T05:49:41.240Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
3137 | 2024-04-16T05:49:41.455Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3138 | 2024-04-16T05:49:42.246Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3139 | 2024-04-16T05:49:45.536Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3140 | 2024-04-16T05:49:45.817Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3141 | 2024-04-16T05:49:46.102Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
3142 | 2024-04-16T05:49:46.294Z | Documenting portpicker v0.1.1 |
3143 | 2024-04-16T05:49:48.070Z | Documenting universal-hash v0.5.1 |
3144 | 2024-04-16T05:49:51.271Z | Documenting bcs v0.1.6 |
3145 | 2024-04-16T05:49:51.811Z | Documenting kstat-rs v0.2.3 |
3146 | 2024-04-16T05:49:52.768Z | Documenting thiserror-impl-no-std v2.0.2 |
3147 | 2024-04-16T05:50:02.828Z | Documenting curve25519-dalek-derive v0.1.0 |
3148 | 2024-04-16T05:50:02.900Z | Documenting highway v1.1.0 |
3149 | 2024-04-16T05:50:03.106Z | Documenting opaque-debug v0.3.0 |
3150 | 2024-04-16T05:50:03.194Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3151 | 2024-04-16T05:50:03.503Z | Documenting thiserror-no-std v2.0.2 |
3152 | 2024-04-16T05:50:03.701Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3153 | 2024-04-16T05:50:03.888Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3154 | 2024-04-16T05:50:06.516Z | Documenting poly1305 v0.8.0 |
3155 | 2024-04-16T05:50:06.896Z | Documenting compact_str v0.7.1 |
3156 | 2024-04-16T05:50:07.609Z | Documenting curve25519-dalek v4.1.2 |
3157 | 2024-04-16T05:50:07.886Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3158 | 2024-04-16T05:50:11.425Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3159 | 2024-04-16T05:50:11.668Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3160 | 2024-04-16T05:50:13.666Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3161 | 2024-04-16T05:50:14.397Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3162 | 2024-04-16T05:50:14.468Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3163 | 2024-04-16T05:50:15.232Z | Documenting portable-atomic v1.4.3 |
3164 | 2024-04-16T05:50:17.218Z | Documenting ed25519 v1.5.3 |
3165 | 2024-04-16T05:50:17.723Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3166 | 2024-04-16T05:50:19.113Z | Documenting memoffset v0.7.1 |
3167 | 2024-04-16T05:50:20.835Z | Documenting rcgen v0.12.1 |
3168 | 2024-04-16T05:50:22.575Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3169 | 2024-04-16T05:50:23.585Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3170 | 2024-04-16T05:50:24.105Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
3171 | 2024-04-16T05:50:25.023Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be) |
3172 | 2024-04-16T05:50:25.692Z | Documenting atomicwrites v0.4.3 |
3173 | 2024-04-16T05:50:26.149Z | warning: could not parse code block as Rust code |
3174 | 2024-04-16T05:50:26.149Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 |
3175 | 2024-04-16T05:50:26.149Z | | |
3176 | 2024-04-16T05:50:26.149Z | 246 | / /// Parse a string literal, either single- or double-quoted. |
3177 | 2024-04-16T05:50:26.149Z | 247 | | /// |
3178 | 2024-04-16T05:50:26.149Z | 248 | | /// Parsing string literals is pretty tricky, but we add several |
3179 | 2024-04-16T05:50:26.149Z | 249 | | /// constraints to simplify things. First strings must be quoted, either |
3180 | 2024-04-16T05:50:26.149Z | ... | |
3181 | 2024-04-16T05:50:26.149Z | 277 | | /// |
3182 | 2024-04-16T05:50:26.149Z | 278 | | /// Will be parsed as `this string has " in it`. |
3183 | 2024-04-16T05:50:26.149Z | | |________________________________________________________^ |
3184 | 2024-04-16T05:50:26.149Z | | |
3185 | 2024-04-16T05:50:26.149Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
3186 | 2024-04-16T05:50:26.149Z | = note: error from rustc: unknown start of token: \ |
3187 | 2024-04-16T05:50:26.149Z | = note: error from rustc: unknown start of token: \ |
3188 | 2024-04-16T05:50:26.149Z | = note: error from rustc: unknown start of token: \ |
3189 | 2024-04-16T05:50:26.149Z | = note: error from rustc: unknown start of token: \ |
3190 | 2024-04-16T05:50:26.149Z | = note: error from rustc: unknown start of token: \ |
3191 | 2024-04-16T05:50:26.149Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
3192 | 2024-04-16T05:50:26.149Z | |
3193 | 2024-04-16T05:50:27.583Z | warning: `oximeter-db` (lib doc) generated 1 warning |
3194 | 2024-04-16T05:50:27.587Z | Documenting chacha20 v0.9.1 |
3195 | 2024-04-16T05:50:29.173Z | Documenting lru v0.12.1 |
3196 | 2024-04-16T05:50:31.551Z | Documenting aead v0.5.2 |
3197 | 2024-04-16T05:50:32.043Z | Documenting rand_seeder v0.2.3 |
3198 | 2024-04-16T05:50:32.788Z | Documenting nanorand v0.7.0 |
3199 | 2024-04-16T05:50:34.171Z | Documenting subprocess v0.2.9 |
3200 | 2024-04-16T05:50:35.266Z | Documenting stability v0.2.0 |
3201 | 2024-04-16T05:50:36.711Z | Documenting cassowary v0.3.0 |
3202 | 2024-04-16T05:50:36.753Z | Documenting glob v0.3.1 |
3203 | 2024-04-16T05:50:45.873Z | Documenting number_prefix v0.4.0 |
3204 | 2024-04-16T05:50:46.138Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3205 | 2024-04-16T05:50:46.288Z | Documenting flume v0.11.0 |
3206 | 2024-04-16T05:50:46.395Z | Documenting chacha20poly1305 v0.10.1 |
3207 | 2024-04-16T05:50:46.779Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3208 | 2024-04-16T05:50:46.915Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3209 | 2024-04-16T05:50:47.047Z | Documenting ratatui v0.26.2 |
3210 | 2024-04-16T05:50:50.087Z | Documenting indicatif v0.17.8 |
3211 | 2024-04-16T05:50:51.157Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3212 | 2024-04-16T05:51:04.464Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3213 | 2024-04-16T05:51:04.523Z | Documenting salty v0.2.0 |
3214 | 2024-04-16T05:51:04.639Z | Documenting vsss-rs v3.3.4 |
3215 | 2024-04-16T05:51:04.709Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3216 | 2024-04-16T05:51:05.264Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3217 | 2024-04-16T05:51:06.034Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3218 | 2024-04-16T05:51:06.141Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3219 | 2024-04-16T05:51:06.268Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3220 | 2024-04-16T05:51:07.254Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3221 | 2024-04-16T05:51:09.809Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3222 | 2024-04-16T05:51:10.091Z | Documenting serde-big-array v0.5.1 |
3223 | 2024-04-16T05:51:10.936Z | Documenting rtoolbox v0.0.1 |
3224 | 2024-04-16T05:51:11.040Z | Documenting smawk v0.3.1 |
3225 | 2024-04-16T05:51:12.333Z | Documenting unicode-linebreak v0.1.5 |
3226 | 2024-04-16T05:51:12.364Z | Documenting http-range v0.1.5 |
3227 | 2024-04-16T05:51:14.685Z | Documenting is_ci v1.2.0 |
3228 | 2024-04-16T05:51:15.331Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3229 | 2024-04-16T05:51:15.561Z | Documenting textwrap v0.16.1 |
3230 | 2024-04-16T05:51:16.128Z | Documenting rpassword v7.3.1 |
3231 | 2024-04-16T05:51:17.277Z | Documenting hyper-staticfile v0.9.5 |
3232 | 2024-04-16T05:51:18.861Z | Documenting supports-color v3.0.0 |
3233 | 2024-04-16T05:51:18.914Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3234 | 2024-04-16T05:51:20.394Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3235 | 2024-04-16T05:51:20.724Z | Documenting tui-tree-widget v0.19.0 |
3236 | 2024-04-16T05:51:23.136Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3237 | 2024-04-16T05:51:25.501Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3238 | 2024-04-16T05:51:25.744Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3239 | 2024-04-16T05:51:27.106Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3240 | 2024-04-16T05:51:28.161Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3241 | 2024-04-16T05:51:28.670Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3242 | 2024-04-16T05:51:29.308Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3243 | 2024-04-16T05:51:29.463Z | Documenting signal-hook-tokio v0.3.1 |
3244 | 2024-04-16T05:51:29.720Z | Documenting memmap2 v0.7.1 |
3245 | 2024-04-16T05:51:29.777Z | Documenting shell-words v1.1.0 |
3246 | 2024-04-16T05:51:30.801Z | warning: unresolved link to `test_sled_transitions` |
3247 | 2024-04-16T05:51:30.801Z | --> nexus/db-queries/src/db/datastore/sled.rs:591:11 |
3248 | 2024-04-16T05:51:30.801Z | | |
3249 | 2024-04-16T05:51:30.801Z | 591 | /// [`test_sled_transitions`]. |
3250 | 2024-04-16T05:51:30.801Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3251 | 2024-04-16T05:51:30.801Z | | |
3252 | 2024-04-16T05:51:30.801Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3253 | 2024-04-16T05:51:30.801Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3254 | 2024-04-16T05:51:30.801Z | |
3255 | 2024-04-16T05:51:30.806Z | warning: unresolved link to `test_sled_transitions` |
3256 | 2024-04-16T05:51:30.806Z | --> nexus/db-queries/src/db/datastore/sled.rs:627:11 |
3257 | 2024-04-16T05:51:30.806Z | | |
3258 | 2024-04-16T05:51:30.806Z | 627 | /// [`test_sled_transitions`]. |
3259 | 2024-04-16T05:51:30.806Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3260 | 2024-04-16T05:51:30.806Z | | |
3261 | 2024-04-16T05:51:30.806Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3262 | 2024-04-16T05:51:30.806Z | |
3263 | 2024-04-16T05:51:30.806Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3264 | 2024-04-16T05:51:30.806Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3265 | 2024-04-16T05:51:30.806Z | | |
3266 | 2024-04-16T05:51:30.806Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3267 | 2024-04-16T05:51:30.806Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3268 | 2024-04-16T05:51:30.806Z | |
3269 | 2024-04-16T05:51:31.071Z | Documenting corncobs v0.1.3 |
3270 | 2024-04-16T05:51:34.099Z | Documenting constant_time_eq v0.3.0 |
3271 | 2024-04-16T05:51:34.305Z | Documenting arrayref v0.3.7 |
3272 | 2024-04-16T05:51:34.541Z | Documenting arrayvec v0.7.4 |
3273 | 2024-04-16T05:51:34.860Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3274 | 2024-04-16T05:51:36.170Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3275 | 2024-04-16T05:51:37.251Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3276 | 2024-04-16T05:51:37.763Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3277 | 2024-04-16T05:51:38.480Z | Documenting blake3 v1.5.0 |
3278 | 2024-04-16T05:51:40.268Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3279 | 2024-04-16T05:51:42.997Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3280 | 2024-04-16T05:51:43.296Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3281 | 2024-04-16T05:51:49.742Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3282 | 2024-04-16T05:51:49.748Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3283 | 2024-04-16T05:51:55.518Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3284 | 2024-04-16T05:51:56.598Z | warning: unclosed HTML tag `usize` |
3285 | 2024-04-16T05:51:56.598Z | --> wicket/src/ui/panes/update.rs:153:19 |
3286 | 2024-04-16T05:51:56.598Z | | |
3287 | 2024-04-16T05:51:56.599Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3288 | 2024-04-16T05:51:56.599Z | | ^^^^^^^ |
3289 | 2024-04-16T05:51:56.599Z | | |
3290 | 2024-04-16T05:51:56.599Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3291 | 2024-04-16T05:51:56.599Z | |
3292 | 2024-04-16T05:51:57.584Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3293 | 2024-04-16T05:51:57.616Z | warning: unresolved link to `BlueprintDisksConfig` |
3294 | 2024-04-16T05:51:57.616Z | --> nexus/reconfigurator/planning/src/blueprint_builder.rs:976:55 |
3295 | 2024-04-16T05:51:57.616Z | | |
3296 | 2024-04-16T05:51:57.616Z | 976 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`] |
3297 | 2024-04-16T05:51:57.616Z | | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope |
3298 | 2024-04-16T05:51:57.616Z | | |
3299 | 2024-04-16T05:51:57.616Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3300 | 2024-04-16T05:51:57.616Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3301 | 2024-04-16T05:51:57.616Z | |
3302 | 2024-04-16T05:51:57.943Z | warning: `wicket` (lib doc) generated 1 warning |
3303 | 2024-04-16T05:51:57.946Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3304 | 2024-04-16T05:51:58.580Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning |
3305 | 2024-04-16T05:51:58.584Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3306 | 2024-04-16T05:51:59.668Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be) |
3307 | 2024-04-16T05:52:02.574Z | Documenting fatfs v0.3.6 |
3308 | 2024-04-16T05:52:04.095Z | Documenting topological-sort v0.2.2 |
3309 | 2024-04-16T05:52:08.415Z | Documenting assert_matches v1.5.0 |
3310 | 2024-04-16T05:52:09.074Z | Documenting omicron-zone-package v0.11.0 |
3311 | 2024-04-16T05:52:09.869Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3312 | 2024-04-16T05:52:11.432Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3313 | 2024-04-16T05:52:16.170Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3314 | 2024-04-16T05:52:19.652Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3315 | 2024-04-16T05:52:21.698Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3316 | 2024-04-16T05:52:22.635Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3317 | 2024-04-16T05:52:24.011Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3318 | 2024-04-16T05:52:31.681Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3319 | 2024-04-16T05:52:31.681Z | --> sled-agent/src/sim/instance.rs:46:7 |
3320 | 2024-04-16T05:52:31.681Z | | |
3321 | 2024-04-16T05:52:31.681Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3322 | 2024-04-16T05:52:31.681Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3323 | 2024-04-16T05:52:31.681Z | | |
3324 | 2024-04-16T05:52:31.681Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3325 | 2024-04-16T05:52:31.682Z | |
3326 | 2024-04-16T05:52:32.177Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3327 | 2024-04-16T05:52:32.416Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3328 | 2024-04-16T05:52:32.729Z | Documenting termios v0.3.3 |
3329 | 2024-04-16T05:52:35.401Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3330 | 2024-04-16T05:52:37.889Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3331 | 2024-04-16T05:52:43.373Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3332 | 2024-04-16T05:52:45.924Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3333 | 2024-04-16T05:52:52.604Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3334 | 2024-04-16T05:52:54.027Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3335 | 2024-04-16T05:52:56.961Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3336 | 2024-04-16T05:53:03.032Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3337 | 2024-04-16T05:53:11.203Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3338 | 2024-04-16T05:53:20.283Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3339 | 2024-04-16T05:53:22.484Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3340 | 2024-04-16T05:53:22.832Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3341 | 2024-04-16T05:53:30.348Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3342 | 2024-04-16T05:53:30.580Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3343 | 2024-04-16T05:53:30.853Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3344 | 2024-04-16T05:54:01.384Z | warning: unresolved link to `VolumeConstructionRequest` |
3345 | 2024-04-16T05:54:01.385Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3346 | 2024-04-16T05:54:01.385Z | | |
3347 | 2024-04-16T05:54:01.385Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3348 | 2024-04-16T05:54:01.385Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3349 | 2024-04-16T05:54:01.385Z | | |
3350 | 2024-04-16T05:54:01.385Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3351 | 2024-04-16T05:54:01.385Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3352 | 2024-04-16T05:54:01.385Z | |
3353 | 2024-04-16T05:54:01.385Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3354 | 2024-04-16T05:54:01.385Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3355 | 2024-04-16T05:54:01.385Z | | |
3356 | 2024-04-16T05:54:01.385Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3357 | 2024-04-16T05:54:01.385Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3358 | 2024-04-16T05:54:01.385Z | |
3359 | 2024-04-16T05:54:01.389Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3360 | 2024-04-16T05:54:01.389Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3361 | 2024-04-16T05:54:01.389Z | | |
3362 | 2024-04-16T05:54:01.389Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3363 | 2024-04-16T05:54:01.389Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3364 | 2024-04-16T05:54:01.389Z | |
3365 | 2024-04-16T05:54:01.389Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3366 | 2024-04-16T05:54:01.389Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3367 | 2024-04-16T05:54:01.389Z | | |
3368 | 2024-04-16T05:54:01.389Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3369 | 2024-04-16T05:54:01.390Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3370 | 2024-04-16T05:54:01.390Z | |
3371 | 2024-04-16T05:54:01.390Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3372 | 2024-04-16T05:54:01.390Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3373 | 2024-04-16T05:54:01.390Z | | |
3374 | 2024-04-16T05:54:01.390Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3375 | 2024-04-16T05:54:01.390Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3376 | 2024-04-16T05:54:01.390Z | |
3377 | 2024-04-16T05:54:01.390Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3378 | 2024-04-16T05:54:01.390Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3379 | 2024-04-16T05:54:01.390Z | | |
3380 | 2024-04-16T05:54:01.390Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3381 | 2024-04-16T05:54:01.390Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3382 | 2024-04-16T05:54:01.390Z | |
3383 | 2024-04-16T05:54:01.390Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3384 | 2024-04-16T05:54:01.390Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3385 | 2024-04-16T05:54:01.390Z | | |
3386 | 2024-04-16T05:54:01.390Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3387 | 2024-04-16T05:54:01.390Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3388 | 2024-04-16T05:54:01.390Z | |
3389 | 2024-04-16T05:54:04.613Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3390 | 2024-04-16T05:54:21.136Z | Finished dev [unoptimized + debuginfo] target(s) in 12m 51s |
3391 | 2024-04-16T05:54:21.218Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html |
3392 | 2024-04-16T05:54:21.218Z | Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html |
3393 | 2024-04-16T05:54:21.218Z | Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html |
3394 | 2024-04-16T05:54:21.218Z | Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html |
3395 | 2024-04-16T05:54:21.224Z | Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html |
3396 | 2024-04-16T05:54:21.224Z | Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html |
3397 | 2024-04-16T05:54:21.224Z | Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html |
3398 | 2024-04-16T05:54:21.224Z | Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html |
3399 | 2024-04-16T05:54:21.224Z | Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html |
3400 | 2024-04-16T05:54:21.224Z | Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html |
3401 | 2024-04-16T05:54:21.224Z | Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
3402 | 2024-04-16T05:54:21.224Z | Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html |
3403 | 2024-04-16T05:54:21.224Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html |
3404 | 2024-04-16T05:54:21.224Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html |
3405 | 2024-04-16T05:54:21.224Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html |
3406 | 2024-04-16T05:54:21.224Z | Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html |
3407 | 2024-04-16T05:54:21.224Z | Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html |
3408 | 2024-04-16T05:54:21.225Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html |
3409 | 2024-04-16T05:54:21.225Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html |
3410 | 2024-04-16T05:54:21.225Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html |
3411 | 2024-04-16T05:54:21.225Z | Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
3412 | 2024-04-16T05:54:21.225Z | Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html |
3413 | 2024-04-16T05:54:21.225Z | Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html |
3414 | 2024-04-16T05:54:21.225Z | Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html |
3415 | 2024-04-16T05:54:21.225Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
3416 | 2024-04-16T05:54:21.225Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html |
3417 | 2024-04-16T05:54:21.225Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html |
3418 | 2024-04-16T05:54:21.225Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html |
3419 | 2024-04-16T05:54:21.225Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html |
3420 | 2024-04-16T05:54:21.225Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html |
3421 | 2024-04-16T05:54:21.225Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html |
3422 | 2024-04-16T05:54:21.225Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html |
3423 | 2024-04-16T05:54:21.225Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html |
3424 | 2024-04-16T05:54:21.225Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html |
3425 | 2024-04-16T05:54:21.225Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html |
3426 | 2024-04-16T05:54:21.225Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html |
3427 | 2024-04-16T05:54:21.225Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html |
3428 | 2024-04-16T05:54:21.225Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html |
3429 | 2024-04-16T05:54:21.225Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
3430 | 2024-04-16T05:54:21.225Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html |
3431 | 2024-04-16T05:54:21.226Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html |
3432 | 2024-04-16T05:54:21.226Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html |
3433 | 2024-04-16T05:54:21.226Z | Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html |
3434 | 2024-04-16T05:54:21.226Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html |
3435 | 2024-04-16T05:54:21.226Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
3436 | 2024-04-16T05:54:21.226Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html |
3437 | 2024-04-16T05:54:21.226Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html |
3438 | 2024-04-16T05:54:21.226Z | Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html |
3439 | 2024-04-16T05:54:21.226Z | Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html |
3440 | 2024-04-16T05:54:21.226Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html |
3441 | 2024-04-16T05:54:21.226Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html |
3442 | 2024-04-16T05:54:21.226Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html |
3443 | 2024-04-16T05:54:21.226Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html |
3444 | 2024-04-16T05:54:21.226Z | Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html |
3445 | 2024-04-16T05:54:21.226Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3446 | 2024-04-16T05:54:21.226Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html |
3447 | 2024-04-16T05:54:21.226Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html |
3448 | 2024-04-16T05:54:21.226Z | Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html |
3449 | 2024-04-16T05:54:21.226Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3450 | 2024-04-16T05:54:21.226Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html |
3451 | 2024-04-16T05:54:21.226Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html |
3452 | 2024-04-16T05:54:21.226Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html |
3453 | 2024-04-16T05:54:21.226Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
3454 | 2024-04-16T05:54:21.227Z | Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html |
3455 | 2024-04-16T05:54:21.227Z | Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html |
3456 | 2024-04-16T05:54:21.227Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html |
3457 | 2024-04-16T05:54:21.227Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html |
3458 | 2024-04-16T05:54:21.227Z | Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html |
3459 | 2024-04-16T05:54:21.227Z | Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html |
3460 | 2024-04-16T05:54:21.227Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html |
3461 | 2024-04-16T05:54:21.227Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html |
3462 | 2024-04-16T05:54:21.227Z | Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html |
3463 | 2024-04-16T05:54:21.227Z | Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html |
3464 | 2024-04-16T05:54:21.227Z | Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html |
3465 | 2024-04-16T05:54:21.227Z | Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html |
3466 | 2024-04-16T05:54:21.227Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html |
3467 | 2024-04-16T05:54:21.227Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html |
3468 | 2024-04-16T05:54:21.227Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html |
3469 | 2024-04-16T05:54:21.227Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html |
3470 | 2024-04-16T05:54:21.227Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html |
3471 | 2024-04-16T05:54:21.227Z | Generated /work/oxidecomputer/omicron/target/doc/zone_networking/index.html |
3472 | 2024-04-16T05:54:21.248Z | |
3473 | 2024-04-16T05:54:21.251Z | real 12:51.590337071 |
3474 | 2024-04-16T05:54:21.251Z | user 33:05.393101014 |
3475 | 2024-04-16T05:54:21.251Z | sys 56:41.082222877 |
3476 | 2024-04-16T05:54:21.251Z | trap 0.880367150 |
3477 | 2024-04-16T05:54:21.251Z | tflt 0.104547493 |
3478 | 2024-04-16T05:54:21.251Z | dflt 0.635002495 |
3479 | 2024-04-16T05:54:21.251Z | kflt 0.000108254 |
3480 | 2024-04-16T05:54:21.252Z | lock 3:24:17.516865687 |
3481 | 2024-04-16T05:54:21.252Z | slp 3:31:39.184148982 |
3482 | 2024-04-16T05:54:21.252Z | lat 4:17.488087261 |
3483 | 2024-04-16T05:54:21.252Z | stop 1:47.489045195 |
3484 | 2024-04-16T05:54:21.252Z | process exited: duration 1348634 ms, exit code 0 |
|
3485 | 2024-04-16T05:54:21.259Z | found 0 output files |