|
|
|
1 | 2024-04-30T21:57:30.856Z | job assigned to worker 01HWRG1GT9Z7N0T27QFK2K546B (queued for 2 m 54 s) |
|
2 | 2024-04-30T21:57:37.670Z | starting task 0: "setup" |
3 | 2024-04-30T21:57:37.755Z | ++ uname -s |
4 | 2024-04-30T21:57:37.755Z | + kern=SunOS |
5 | 2024-04-30T21:57:37.756Z | + case "$kern" in |
6 | 2024-04-30T21:57:37.756Z | + groupadd -g 12345 build |
7 | 2024-04-30T21:57:37.756Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-04-30T21:57:39.714Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-04-30T21:57:39.765Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-04-30T21:57:39.836Z | + home_fs=zfs |
11 | 2024-04-30T21:57:39.836Z | + [[ zfs == autofs ]] |
12 | 2024-04-30T21:57:39.836Z | + mkdir -p /home/build |
13 | 2024-04-30T21:57:39.836Z | + chown build:build /home/build /work |
14 | 2024-04-30T21:57:41.763Z | + chmod 0700 /home/build /work |
15 | 2024-04-30T21:57:41.881Z | process exited: duration 4175 ms, exit code 0 |
|
16 | 2024-04-30T21:57:42.516Z | starting task 1: "rust-toolchain" |
17 | 2024-04-30T21:57:42.602Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-04-30T21:57:42.602Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-04-30T21:57:42.774Z | info: downloading installer |
20 | 2024-04-30T21:57:44.340Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-04-30T21:57:44.340Z | warning: /opt/ooce/bin |
22 | 2024-04-30T21:57:44.341Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-04-30T21:57:44.341Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-04-30T21:57:44.341Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-04-30T21:57:44.341Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-04-30T21:57:44.341Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-04-30T21:57:44.341Z | error: cannot install while Rust is installed |
28 | 2024-04-30T21:57:44.341Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-04-30T21:57:44.589Z | info: profile set to 'default' |
30 | 2024-04-30T21:57:44.589Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-04-30T21:57:44.663Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-04-30T21:57:44.728Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-04-30T21:57:44.728Z | info: downloading component 'cargo' |
34 | 2024-04-30T21:57:45.583Z | info: downloading component 'clippy' |
35 | 2024-04-30T21:57:45.892Z | info: downloading component 'rust-docs' |
36 | 2024-04-30T21:57:46.891Z | info: downloading component 'rust-std' |
37 | 2024-04-30T21:57:48.785Z | info: downloading component 'rustc' |
38 | 2024-04-30T21:57:53.264Z | info: downloading component 'rustfmt' |
39 | 2024-04-30T21:57:53.523Z | info: installing component 'cargo' |
40 | 2024-04-30T21:57:54.340Z | info: installing component 'clippy' |
41 | 2024-04-30T21:57:54.723Z | info: installing component 'rust-docs' |
42 | 2024-04-30T21:57:56.182Z | info: installing component 'rust-std' |
43 | 2024-04-30T21:57:57.928Z | info: installing component 'rustc' |
44 | 2024-04-30T21:58:01.890Z | info: installing component 'rustfmt' |
45 | 2024-04-30T21:58:02.245Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-04-30T21:58:02.245Z | |
47 | 2024-04-30T21:58:03.038Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-04-30T21:58:03.038Z | |
49 | 2024-04-30T21:58:03.109Z | |
50 | 2024-04-30T21:58:03.109Z | Rust is installed now. Great! |
51 | 2024-04-30T21:58:03.109Z | |
52 | 2024-04-30T21:58:03.109Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-04-30T21:58:03.110Z | environment variable. This has not been done automatically. |
54 | 2024-04-30T21:58:03.110Z | |
55 | 2024-04-30T21:58:03.110Z | To configure your current shell, you need to source |
56 | 2024-04-30T21:58:03.110Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-04-30T21:58:03.110Z | |
58 | 2024-04-30T21:58:03.110Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-04-30T21:58:03.110Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-04-30T21:58:03.110Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-04-30T21:58:03.110Z | + rustc --version |
62 | 2024-04-30T21:58:03.110Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-04-30T21:58:03.110Z | process exited: duration 20182 ms, exit code 0 |
|
64 | 2024-04-30T21:58:03.271Z | starting task 2: "authentication" |
65 | 2024-04-30T21:58:03.429Z | process exited: duration 96 ms, exit code 0 |
|
66 | 2024-04-30T21:58:04.167Z | starting task 3: "clone repository" |
67 | 2024-04-30T21:58:05.532Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-04-30T21:58:05.532Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-04-30T21:58:05.532Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-04-30T21:58:09.399Z | + cd /work/oxidecomputer/omicron |
71 | 2024-04-30T21:58:09.399Z | + git fetch origin c8226eae437c988285967f88172dd41c9a4a503e |
72 | 2024-04-30T21:58:09.633Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-04-30T21:58:09.633Z | * branch c8226eae437c988285967f88172dd41c9a4a503e -> FETCH_HEAD |
74 | 2024-04-30T21:58:09.715Z | + [[ -n john/reject-sled-add-duplicate ]] |
75 | 2024-04-30T21:58:09.715Z | ++ git branch --show-current |
76 | 2024-04-30T21:58:09.715Z | + current=main |
77 | 2024-04-30T21:58:09.715Z | + [[ main != john/reject-sled-add-duplicate ]] |
78 | 2024-04-30T21:58:09.715Z | + git branch -f john/reject-sled-add-duplicate c8226eae437c988285967f88172dd41c9a4a503e |
79 | 2024-04-30T21:58:09.716Z | + git checkout -f john/reject-sled-add-duplicate |
80 | 2024-04-30T21:58:10.184Z | Switched to branch 'john/reject-sled-add-duplicate' |
81 | 2024-04-30T21:58:10.184Z | + git reset --hard c8226eae437c988285967f88172dd41c9a4a503e |
82 | 2024-04-30T21:58:10.184Z | HEAD is now at c8226eae4 Reject add sled requests for sleds that already exist |
83 | 2024-04-30T21:58:10.184Z | process exited: duration 6167 ms, exit code 0 |
|
84 | 2024-04-30T21:58:10.731Z | starting task 4: "build" |
85 | 2024-04-30T21:58:10.807Z | + cargo --version |
86 | 2024-04-30T21:58:10.807Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
87 | 2024-04-30T21:58:10.991Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
88 | 2024-04-30T21:58:10.991Z | info: downloading component 'cargo' |
89 | 2024-04-30T21:58:11.985Z | info: downloading component 'clippy' |
90 | 2024-04-30T21:58:12.367Z | info: downloading component 'rust-docs' |
91 | 2024-04-30T21:58:13.683Z | info: downloading component 'rust-std' |
92 | 2024-04-30T21:58:15.778Z | info: downloading component 'rustc' |
93 | 2024-04-30T21:58:21.111Z | info: downloading component 'rustfmt' |
94 | 2024-04-30T21:58:21.494Z | info: installing component 'cargo' |
95 | 2024-04-30T21:58:22.333Z | info: installing component 'clippy' |
96 | 2024-04-30T21:58:22.652Z | info: installing component 'rust-docs' |
97 | 2024-04-30T21:58:24.160Z | info: installing component 'rust-std' |
98 | 2024-04-30T21:58:25.747Z | info: installing component 'rustc' |
99 | 2024-04-30T21:58:30.285Z | info: installing component 'rustfmt' |
100 | 2024-04-30T21:58:31.052Z | cargo 1.77.2 (e52e36006 2024-03-26) |
101 | 2024-04-30T21:58:31.052Z | + rustc --version |
102 | 2024-04-30T21:58:31.052Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
103 | 2024-04-30T21:58:31.053Z | + source ./env.sh |
104 | 2024-04-30T21:58:31.053Z | ++ set -o xtrace |
105 | 2024-04-30T21:58:31.053Z | ++++ dirname ./env.sh |
106 | 2024-04-30T21:58:31.053Z | +++ readlink -f . |
107 | 2024-04-30T21:58:31.053Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
108 | 2024-04-30T21:58:31.053Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2024-04-30T21:58:31.053Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2024-04-30T21:58:31.053Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2024-04-30T21:58:31.053Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
112 | 2024-04-30T21:58:31.053Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
113 | 2024-04-30T21:58:31.054Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
114 | 2024-04-30T21:58:31.054Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
115 | 2024-04-30T21:58:31.054Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
116 | 2024-04-30T21:58:31.054Z | ++ unset OMICRON_WS |
117 | 2024-04-30T21:58:31.054Z | ++ set +o xtrace |
118 | 2024-04-30T21:58:31.054Z | |
119 | 2024-04-30T21:58:31.054Z | ##### ##### ###### ##### ###### #### # # # #### # |
120 | 2024-04-30T21:58:31.054Z | # # # # # # # # # # # # # # # |
121 | 2024-04-30T21:58:31.054Z | # # # # ##### # # ##### # # # # # #### # |
122 | 2024-04-30T21:58:31.054Z | ##### ##### # ##### # # # # # # # # # |
123 | 2024-04-30T21:58:31.054Z | # # # # # # # # # # # # # # # |
124 | 2024-04-30T21:58:31.055Z | # # # ###### # # ###### ### # #### # #### # |
125 | 2024-04-30T21:58:31.055Z | |
126 | 2024-04-30T21:58:38.948Z | Startup: Refreshing catalog 'helios-dev' ... Done |
127 | 2024-04-30T21:58:40.796Z | Startup: Caching catalogs ... Done |
128 | 2024-04-30T21:58:43.315Z | Planning: Solver setup ... Done (2.181s) |
129 | 2024-04-30T21:58:43.401Z | Planning: Running solver ... Done (0.045s) |
130 | 2024-04-30T21:58:43.530Z | Planning: Finding local manifests ... Done (0.123s) |
131 | 2024-04-30T21:58:43.594Z | Planning: Fetching manifests: 0/4 0% complete |
132 | 2024-04-30T21:58:43.758Z | Planning: Fetching manifests: 4/4 100% complete |
133 | 2024-04-30T21:58:43.816Z | Planning: Package planning ... Done (0.048s) |
134 | 2024-04-30T21:58:43.884Z | Planning: Merging actions ... Done (0.050s) |
135 | 2024-04-30T21:58:44.290Z | Planning: Checking for conflicting actions ... Done (0.396s) |
136 | 2024-04-30T21:58:44.385Z | Planning: Consolidating action changes ... Done (0.011s) |
137 | 2024-04-30T21:58:49.768Z | Planning: Evaluating mediators ... Done (5.475s) |
138 | 2024-04-30T21:58:49.852Z | Planning: Planning completed in 9.04 seconds |
139 | 2024-04-30T21:58:49.852Z | Packages to install: 4 |
140 | 2024-04-30T21:58:49.853Z | Mediators to change: 2 |
141 | 2024-04-30T21:58:49.853Z | Services to change: 1 |
142 | 2024-04-30T21:58:49.853Z | Estimated space available: 155.32 GB |
143 | 2024-04-30T21:58:49.853Z | Estimated space to be consumed: 1.44 GB |
144 | 2024-04-30T21:58:49.853Z | Create boot environment: No |
145 | 2024-04-30T21:58:49.853Z | Create backup boot environment: No |
146 | 2024-04-30T21:58:49.853Z | Rebuild boot archive: No |
147 | 2024-04-30T21:58:49.853Z | |
148 | 2024-04-30T21:58:49.854Z | Changed mediators: |
149 | 2024-04-30T21:58:49.854Z | mediator clang: |
150 | 2024-04-30T21:58:49.854Z | version: None -> 15 (system default) |
151 | 2024-04-30T21:58:49.854Z | |
152 | 2024-04-30T21:58:49.854Z | mediator llvm: |
153 | 2024-04-30T21:58:49.854Z | version: 14 (system default) -> 15 (system default) |
154 | 2024-04-30T21:58:49.854Z | |
155 | 2024-04-30T21:58:49.854Z | Changed packages: |
156 | 2024-04-30T21:58:49.854Z | helios-dev |
157 | 2024-04-30T21:58:49.854Z | developer/build-essential |
158 | 2024-04-30T21:58:49.855Z | None -> 11-2.0 |
159 | 2024-04-30T21:58:49.855Z | library/libxmlsec1 |
160 | 2024-04-30T21:58:49.855Z | None -> 1.2.35-2.0 |
161 | 2024-04-30T21:58:49.855Z | ooce/developer/clang-15 |
162 | 2024-04-30T21:58:49.855Z | None -> 15.0.7-2.0 |
163 | 2024-04-30T21:58:49.855Z | ooce/developer/llvm-15 |
164 | 2024-04-30T21:58:49.855Z | None -> 15.0.7-2.0 |
165 | 2024-04-30T21:58:49.855Z | |
166 | 2024-04-30T21:58:49.855Z | Services: |
167 | 2024-04-30T21:58:49.855Z | restart_fmri: |
168 | 2024-04-30T21:58:49.855Z | svc:/system/update-man-index:default |
169 | 2024-04-30T21:58:49.925Z | |
170 | 2024-04-30T21:58:49.925Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
171 | 2024-04-30T21:58:54.931Z | Download: 916/3290 items 18.9/212.6MB 8% complete (3.9M/s) |
172 | 2024-04-30T21:59:00.058Z | Download: 1196/3290 items 83.5/212.6MB 39% complete (9.2M/s) |
173 | 2024-04-30T21:59:05.594Z | Download: 1197/3290 items 83.5/212.6MB 39% complete (9.1M/s) |
174 | 2024-04-30T21:59:10.639Z | Download: 2217/3290 items 119.2/212.6MB 56% complete (7.3M/s) |
175 | 2024-04-30T21:59:15.796Z | Download: 3244/3290 items 187.2/212.6MB 88% complete (10.3M/s) |
176 | 2024-04-30T21:59:20.910Z | Download: Completed 212.60 MB in 30.72 seconds (6.9M/s) |
177 | 2024-04-30T21:59:21.276Z | Actions: 1/3689 actions (Installing new actions) |
178 | 2024-04-30T21:59:26.634Z | Actions: 3656/3689 actions (Installing new actions) |
179 | 2024-04-30T21:59:26.796Z | Actions: Completed 3689 actions in 5.05 seconds. |
180 | 2024-04-30T21:59:26.796Z | Done (0.111s) |
181 | 2024-04-30T21:59:26.796Z | Done (0.000s) |
182 | 2024-04-30T21:59:26.796Z | Done (0.280s) |
183 | 2024-04-30T21:59:31.540Z | Done (4.966s) |
184 | 2024-04-30T21:59:31.681Z | Done (0.100s) |
185 | 2024-04-30T21:59:31.682Z | Done (0.000s) |
186 | 2024-04-30T21:59:31.937Z | Done (0.000s) |
187 | 2024-04-30T21:59:32.635Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-04-30T21:59:33.012Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-04-30T21:59:33.012Z | Planning: Consolidating action changes ... Done |
190 | 2024-04-30T21:59:34.139Z | Planning: Evaluating mediators ... Done |
191 | 2024-04-30T21:59:34.139Z | Planning: Planning completed in 0.42 seconds |
192 | 2024-04-30T21:59:34.139Z | Mediators to change: 2 |
193 | 2024-04-30T21:59:34.139Z | Create boot environment: No |
194 | 2024-04-30T21:59:34.143Z | Create backup boot environment: No |
195 | 2024-04-30T21:59:34.143Z | Done |
196 | 2024-04-30T21:59:34.143Z | Done |
197 | 2024-04-30T21:59:34.143Z | Done |
198 | 2024-04-30T21:59:36.682Z | Done |
199 | 2024-04-30T21:59:36.788Z | Done |
200 | 2024-04-30T21:59:36.788Z | Done |
201 | 2024-04-30T21:59:36.875Z | Done |
202 | 2024-04-30T21:59:37.405Z | Planning: Evaluating mediator changes ... Done |
203 | 2024-04-30T21:59:37.752Z | Planning: Merging actions ... Done |
204 | 2024-04-30T21:59:37.752Z | Planning: Checking for conflicting actions ... Done |
205 | 2024-04-30T21:59:37.752Z | Planning: Consolidating action changes ... Done |
206 | 2024-04-30T21:59:38.175Z | Planning: Evaluating mediators ... Done |
207 | 2024-04-30T21:59:38.176Z | Planning: Planning completed in 0.77 seconds |
208 | 2024-04-30T21:59:38.176Z | Packages to change: 1 |
209 | 2024-04-30T21:59:38.176Z | Mediators to change: 1 |
210 | 2024-04-30T21:59:38.177Z | Services to change: 1 |
211 | 2024-04-30T21:59:38.177Z | Create boot environment: No |
212 | 2024-04-30T21:59:38.177Z | Create backup boot environment: Yes |
213 | 2024-04-30T21:59:40.069Z | Actions: 1/6 actions (Updating modified actions) |
214 | 2024-04-30T21:59:40.377Z | Actions: Completed 6 actions in 0.00 seconds. |
215 | 2024-04-30T21:59:40.378Z | Done |
216 | 2024-04-30T21:59:40.378Z | Done |
217 | 2024-04-30T21:59:40.378Z | Done |
218 | 2024-04-30T21:59:43.906Z | Done |
219 | 2024-04-30T21:59:43.906Z | Done |
220 | 2024-04-30T21:59:43.906Z | Done |
221 | 2024-04-30T21:59:43.906Z | Done |
222 | 2024-04-30T21:59:44.269Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
223 | 2024-04-30T21:59:44.270Z | clang system 15 system |
224 | 2024-04-30T21:59:44.270Z | csh system system illumos |
225 | 2024-04-30T21:59:44.270Z | ctags system system illumos |
226 | 2024-04-30T21:59:44.270Z | gcc vendor 12 vendor |
227 | 2024-04-30T21:59:44.270Z | gcc system 10 system |
228 | 2024-04-30T21:59:44.270Z | gcc system 7 system |
229 | 2024-04-30T21:59:44.270Z | go system 1.20 system |
230 | 2024-04-30T21:59:44.270Z | go system 1.19 system |
231 | 2024-04-30T21:59:44.271Z | llvm system 15 system |
232 | 2024-04-30T21:59:44.271Z | llvm system 14 system |
233 | 2024-04-30T21:59:44.271Z | mariadb system 10.6 system |
234 | 2024-04-30T21:59:44.271Z | mta vendor vendor dma |
235 | 2024-04-30T21:59:44.271Z | openjdk system 17 system |
236 | 2024-04-30T21:59:44.271Z | openjdk system 11 system |
237 | 2024-04-30T21:59:44.272Z | openjdk system 1.8 system |
238 | 2024-04-30T21:59:44.272Z | openssl vendor 3 vendor |
239 | 2024-04-30T21:59:44.272Z | perl system 5.36 system |
240 | 2024-04-30T21:59:44.272Z | postgresql system 15 system |
241 | 2024-04-30T21:59:44.272Z | postgresql system 13 system |
242 | 2024-04-30T21:59:44.272Z | python vendor 3 vendor |
243 | 2024-04-30T21:59:44.273Z | python system 2 system |
244 | 2024-04-30T21:59:44.273Z | python3 system 3.11 system |
245 | 2024-04-30T21:59:44.273Z | ruby system 3.0 system |
246 | 2024-04-30T21:59:44.273Z | words vendor vendor american-english |
247 | 2024-04-30T21:59:44.273Z | words system system australian-english |
248 | 2024-04-30T21:59:44.273Z | words system system british-english |
249 | 2024-04-30T21:59:44.273Z | words system system canadian-english |
250 | 2024-04-30T21:59:44.273Z | words system system french |
251 | 2024-04-30T21:59:44.273Z | words system system italian |
252 | 2024-04-30T21:59:44.273Z | words system system ngerman |
253 | 2024-04-30T21:59:44.274Z | words system system ogerman |
254 | 2024-04-30T21:59:44.274Z | words system system spanish |
255 | 2024-04-30T21:59:44.613Z | PUBLISHER TYPE STATUS P LOCATION |
256 | 2024-04-30T21:59:44.614Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
257 | 2024-04-30T21:59:45.820Z | FMRI IFO |
258 | 2024-04-30T21:59:45.820Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
259 | 2024-04-30T21:59:45.820Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
260 | 2024-04-30T21:59:45.820Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
261 | 2024-04-30T21:59:45.820Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
262 | 2024-04-30T21:59:45.821Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
263 | 2024-04-30T21:59:45.821Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
264 | 2024-04-30T21:59:45.821Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
265 | 2024-04-30T21:59:45.821Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
266 | 2024-04-30T21:59:45.821Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-04-30T21:59:45.821Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-04-30T21:59:45.821Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
269 | 2024-04-30T21:59:45.821Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
270 | 2024-04-30T21:59:46.133Z | + set -o errexit |
271 | 2024-04-30T21:59:47.013Z | +++ dirname ./tools/ci_download_cockroachdb |
272 | 2024-04-30T21:59:47.013Z | ++ cd ./tools |
273 | 2024-04-30T21:59:47.013Z | ++ pwd |
274 | 2024-04-30T21:59:47.013Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
275 | 2024-04-30T21:59:47.013Z | ++ basename ./tools/ci_download_cockroachdb |
276 | 2024-04-30T21:59:47.013Z | + ARG0=ci_download_cockroachdb |
277 | 2024-04-30T21:59:47.013Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
278 | 2024-04-30T21:59:47.014Z | + CIDL_VERSION=v22.1.9 |
279 | 2024-04-30T21:59:47.014Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
280 | 2024-04-30T21:59:47.014Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
281 | 2024-04-30T21:59:47.014Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
282 | 2024-04-30T21:59:47.014Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
283 | 2024-04-30T21:59:47.014Z | + TARGET_DIR=out |
284 | 2024-04-30T21:59:47.014Z | + DOWNLOAD_DIR=out/downloads |
285 | 2024-04-30T21:59:47.014Z | + DEST_DIR=./out/cockroachdb |
286 | 2024-04-30T21:59:47.014Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
287 | 2024-04-30T21:59:47.014Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
288 | 2024-04-30T21:59:47.014Z | + main |
289 | 2024-04-30T21:59:47.014Z | + [[ 0 != 0 ]] |
290 | 2024-04-30T21:59:47.014Z | + CIDL_OS=solaris2.11 |
291 | 2024-04-30T21:59:47.014Z | + [[ 0 != 0 ]] |
292 | 2024-04-30T21:59:47.014Z | + configure_os solaris2.11 |
293 | 2024-04-30T21:59:47.014Z | + echo 'current directory: /work/oxidecomputer/omicron' |
294 | 2024-04-30T21:59:47.014Z | current directory: /work/oxidecomputer/omicron |
295 | 2024-04-30T21:59:47.015Z | configuring based on OS: "solaris2.11" |
296 | 2024-04-30T21:59:47.015Z | + echo 'configuring based on OS: "solaris2.11"' |
297 | 2024-04-30T21:59:47.015Z | + case "$1" in |
298 | 2024-04-30T21:59:47.015Z | + CIDL_BUILD=illumos |
299 | 2024-04-30T21:59:47.015Z | + CIDL_SUFFIX=tar.gz |
300 | 2024-04-30T21:59:47.015Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
301 | 2024-04-30T21:59:47.015Z | + CIDL_URL_BASE=https://illumos.org/downloads |
302 | 2024-04-30T21:59:47.015Z | + CIDL_ASSEMBLE=do_assemble_illumos |
303 | 2024-04-30T21:59:47.015Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
304 | 2024-04-30T21:59:47.015Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-04-30T21:59:47.015Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2024-04-30T21:59:47.015Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
307 | 2024-04-30T21:59:47.015Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2024-04-30T21:59:47.015Z | + CIDL_SHA256FUNC=do_sha256sum |
309 | 2024-04-30T21:59:47.015Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
310 | 2024-04-30T21:59:47.015Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2024-04-30T21:59:47.015Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2024-04-30T21:59:47.015Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
313 | 2024-04-30T21:59:47.015Z | + mkdir -p out/downloads |
314 | 2024-04-30T21:59:47.015Z | + mkdir -p ./out/cockroachdb |
315 | 2024-04-30T21:59:47.015Z | + local DO_DOWNLOAD=true |
316 | 2024-04-30T21:59:47.015Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
317 | 2024-04-30T21:59:47.016Z | + '[' true == true ']' |
318 | 2024-04-30T21:59:47.016Z | + echo Downloading... |
319 | 2024-04-30T21:59:47.016Z | Downloading... |
320 | 2024-04-30T21:59:47.016Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
321 | 2024-04-30T21:59:47.016Z | + 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 |
322 | 2024-04-30T21:59:49.908Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
323 | 2024-04-30T21:59:49.973Z | ++ sha256sum |
324 | 2024-04-30T21:59:49.973Z | ++ awk '{print $1}' |
325 | 2024-04-30T21:59:50.303Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
326 | 2024-04-30T21:59:50.304Z | + [[ 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 ]] |
327 | 2024-04-30T21:59:50.304Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
328 | 2024-04-30T21:59:50.304Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
329 | 2024-04-30T21:59:52.296Z | + do_assemble_illumos |
330 | 2024-04-30T21:59:52.296Z | + rm -r ./out/cockroachdb |
331 | 2024-04-30T21:59:52.427Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
332 | 2024-04-30T21:59:52.656Z | + ./out/cockroachdb/bin/cockroach version |
333 | 2024-04-30T21:59:53.507Z | Build Tag: v22.1.9-dirty |
334 | 2024-04-30T21:59:53.507Z | Build Time: 2022/10/26 21:17:46 |
335 | 2024-04-30T21:59:53.507Z | Distribution: OSS |
336 | 2024-04-30T21:59:53.507Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
337 | 2024-04-30T21:59:53.507Z | Go Version: go1.17.13 |
338 | 2024-04-30T21:59:53.507Z | C Compiler: gcc 10.3.0 |
339 | 2024-04-30T21:59:53.507Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
340 | 2024-04-30T21:59:53.507Z | Build Type: release |
341 | 2024-04-30T21:59:53.507Z | + set -o errexit |
342 | 2024-04-30T21:59:53.507Z | +++ dirname ./tools/ci_download_clickhouse |
343 | 2024-04-30T21:59:53.507Z | ++ cd ./tools |
344 | 2024-04-30T21:59:53.507Z | ++ pwd |
345 | 2024-04-30T21:59:53.507Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
346 | 2024-04-30T21:59:53.507Z | ++ basename ./tools/ci_download_clickhouse |
347 | 2024-04-30T21:59:53.507Z | + ARG0=ci_download_clickhouse |
348 | 2024-04-30T21:59:53.508Z | + TARGET_DIR=out |
349 | 2024-04-30T21:59:53.508Z | + DOWNLOAD_DIR=out/downloads |
350 | 2024-04-30T21:59:53.508Z | + DEST_DIR=./out/clickhouse |
351 | 2024-04-30T21:59:53.508Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
352 | 2024-04-30T21:59:53.508Z | + CIDL_VERSION=v23.8.7.24 |
353 | 2024-04-30T21:59:53.508Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
354 | 2024-04-30T21:59:53.508Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
355 | 2024-04-30T21:59:53.508Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
356 | 2024-04-30T21:59:53.508Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
357 | 2024-04-30T21:59:53.508Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
358 | 2024-04-30T21:59:53.508Z | + main |
359 | 2024-04-30T21:59:53.508Z | + [[ 0 != 0 ]] |
360 | 2024-04-30T21:59:53.508Z | + CIDL_OS=solaris2.11 |
361 | 2024-04-30T21:59:53.508Z | + [[ 0 != 0 ]] |
362 | 2024-04-30T21:59:53.508Z | + configure_os solaris2.11 |
363 | 2024-04-30T21:59:53.508Z | + echo 'current directory: /work/oxidecomputer/omicron' |
364 | 2024-04-30T21:59:53.508Z | current directory: /work/oxidecomputer/omicron |
365 | 2024-04-30T21:59:53.508Z | + echo 'configuring based on OS: "solaris2.11"' |
366 | 2024-04-30T21:59:53.508Z | configuring based on OS: "solaris2.11" |
367 | 2024-04-30T21:59:53.508Z | + CIDL_DASHREV= |
368 | 2024-04-30T21:59:53.508Z | + case "$1" in |
369 | 2024-04-30T21:59:53.508Z | + CIDL_PLATFORM=illumos |
370 | 2024-04-30T21:59:53.508Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
371 | 2024-04-30T21:59:53.509Z | + CIDL_MD5FUNC=do_md5sum |
372 | 2024-04-30T21:59:53.509Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
373 | 2024-04-30T21:59:53.509Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
374 | 2024-04-30T21:59:53.509Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
375 | 2024-04-30T21:59:53.509Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
376 | 2024-04-30T21:59:53.509Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
377 | 2024-04-30T21:59:53.509Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
378 | 2024-04-30T21:59:53.509Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
379 | 2024-04-30T21:59:53.509Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
380 | 2024-04-30T21:59:53.509Z | + mkdir -p out/downloads |
381 | 2024-04-30T21:59:53.509Z | + mkdir -p ./out/clickhouse |
382 | 2024-04-30T21:59:53.509Z | + local DO_DOWNLOAD=true |
383 | 2024-04-30T21:59:53.509Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
384 | 2024-04-30T21:59:53.509Z | + '[' true == true ']' |
385 | 2024-04-30T21:59:53.509Z | + echo Downloading... |
386 | 2024-04-30T21:59:53.509Z | Downloading... |
387 | 2024-04-30T21:59:53.509Z | + 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 |
388 | 2024-04-30T21:59:53.509Z | + 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 |
389 | 2024-04-30T21:59:54.416Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
390 | 2024-04-30T21:59:55.296Z | ++ md5sum |
391 | 2024-04-30T21:59:55.296Z | ++ awk '{print $1}' |
392 | 2024-04-30T21:59:55.526Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
393 | 2024-04-30T21:59:55.526Z | + [[ 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 ]] |
394 | 2024-04-30T21:59:55.526Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
395 | 2024-04-30T21:59:55.526Z | + mkdir -p ./out/clickhouse |
396 | 2024-04-30T21:59:55.526Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
397 | 2024-04-30T21:59:59.072Z | + [[ solaris2.11 == darwin* ]] |
398 | 2024-04-30T21:59:59.072Z | + ./out/clickhouse/clickhouse server --version |
399 | 2024-04-30T21:59:59.072Z | ClickHouse server version 23.8.7.1. |
400 | 2024-04-30T21:59:59.072Z | + set -o errexit |
401 | 2024-04-30T21:59:59.073Z | +++ dirname ./tools/ci_download_console |
402 | 2024-04-30T21:59:59.073Z | ++ cd ./tools |
403 | 2024-04-30T21:59:59.073Z | ++ pwd |
404 | 2024-04-30T21:59:59.073Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
405 | 2024-04-30T21:59:59.073Z | ++ basename ./tools/ci_download_console |
406 | 2024-04-30T21:59:59.073Z | + ARG0=ci_download_console |
407 | 2024-04-30T21:59:59.074Z | + TARGET_DIR=out |
408 | 2024-04-30T21:59:59.074Z | + DOWNLOAD_DIR=out/downloads |
409 | 2024-04-30T21:59:59.074Z | + DEST_DIR=./out/console-assets |
410 | 2024-04-30T21:59:59.074Z | + source /work/oxidecomputer/omicron/tools/console_version |
411 | 2024-04-30T21:59:59.074Z | ++ COMMIT=e7b243bab15c48c8b17446c9249da04025508f1b |
412 | 2024-04-30T21:59:59.074Z | ++ SHA2=ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f |
413 | 2024-04-30T21:59:59.074Z | + URL=https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz |
414 | 2024-04-30T21:59:59.074Z | + TARBALL_FILE=out/downloads/console.tar.gz |
415 | 2024-04-30T21:59:59.075Z | + main |
416 | 2024-04-30T21:59:59.075Z | + [[ 0 != 0 ]] |
417 | 2024-04-30T21:59:59.075Z | + echo 'URL: https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz' |
418 | 2024-04-30T21:59:59.075Z | URL: https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz |
419 | 2024-04-30T21:59:59.075Z | + echo 'Local file: out/downloads/console.tar.gz' |
420 | 2024-04-30T21:59:59.075Z | + local DO_DOWNLOAD=true |
421 | 2024-04-30T21:59:59.075Z | Local file: out/downloads/console.tar.gz |
422 | 2024-04-30T21:59:59.075Z | + [[ -f out/downloads/console.tar.gz ]] |
423 | 2024-04-30T21:59:59.075Z | + mkdir -p out/downloads |
424 | 2024-04-30T21:59:59.075Z | + '[' true == true ']' |
425 | 2024-04-30T21:59:59.075Z | + echo Downloading... |
426 | 2024-04-30T21:59:59.076Z | Downloading... |
427 | 2024-04-30T21:59:59.076Z | + do_download_curl https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz out/downloads/console.tar.gz |
428 | 2024-04-30T21:59:59.076Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e7b243bab15c48c8b17446c9249da04025508f1b.tar.gz |
429 | 2024-04-30T21:59:59.574Z | ++ do_sha256sum out/downloads/console.tar.gz |
430 | 2024-04-30T21:59:59.574Z | ++ case "$OSTYPE" in |
431 | 2024-04-30T22:00:00.141Z | ++ SHA=sha256sum |
432 | 2024-04-30T22:00:00.141Z | ++ sha256sum |
433 | 2024-04-30T22:00:00.141Z | ++ awk '{print $1}' |
434 | 2024-04-30T22:00:00.141Z | + calculated_sha2=ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f |
435 | 2024-04-30T22:00:00.141Z | + [[ ef4afb8dc12bec99dcb21d977a506953b8d7df7a8481a82372e4222444f5c11f != \e\f\4\a\f\b\8\d\c\1\2\b\e\c\9\9\d\c\b\2\1\d\9\7\7\a\5\0\6\9\5\3\b\8\d\7\d\f\7\a\8\4\8\1\a\8\2\3\7\2\e\4\2\2\2\4\4\4\f\5\c\1\1\f ]] |
436 | 2024-04-30T22:00:00.142Z | + rm -rf ./out/console-assets |
437 | 2024-04-30T22:00:00.142Z | + mkdir -p ./out/console-assets |
438 | 2024-04-30T22:00:00.143Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
439 | 2024-04-30T22:00:00.143Z | + mkdir -p ./out/console-assets |
440 | 2024-04-30T22:00:00.143Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
441 | 2024-04-30T22:00:00.143Z | + set -o errexit |
442 | 2024-04-30T22:00:00.143Z | +++ dirname ./tools/ci_download_maghemite_openapi |
443 | 2024-04-30T22:00:00.143Z | ++ cd ./tools |
444 | 2024-04-30T22:00:00.143Z | ++ pwd |
445 | 2024-04-30T22:00:00.144Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
446 | 2024-04-30T22:00:00.144Z | ++ basename ./tools/ci_download_maghemite_openapi |
447 | 2024-04-30T22:00:00.144Z | + ARG0=ci_download_maghemite_openapi |
448 | 2024-04-30T22:00:00.144Z | + TARGET_DIR=out |
449 | 2024-04-30T22:00:00.144Z | + DOWNLOAD_DIR=out/downloads |
450 | 2024-04-30T22:00:00.144Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
451 | 2024-04-30T22:00:00.144Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
452 | 2024-04-30T22:00:00.144Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
453 | 2024-04-30T22:00:00.144Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
454 | 2024-04-30T22:00:00.145Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
455 | 2024-04-30T22:00:00.145Z | + main |
456 | 2024-04-30T22:00:00.145Z | + rm -rf out/downloads/root |
457 | 2024-04-30T22:00:00.145Z | + [[ 0 != 0 ]] |
458 | 2024-04-30T22:00:00.145Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
459 | 2024-04-30T22:00:00.145Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
460 | 2024-04-30T22:00:00.145Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
461 | 2024-04-30T22:00:00.145Z | + local DO_DOWNLOAD=true |
462 | 2024-04-30T22:00:00.145Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
463 | 2024-04-30T22:00:00.145Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
464 | 2024-04-30T22:00:00.145Z | + mkdir -p out/downloads |
465 | 2024-04-30T22:00:00.145Z | + '[' true == true ']' |
466 | 2024-04-30T22:00:00.146Z | + echo Downloading... |
467 | 2024-04-30T22:00:00.146Z | Downloading... |
468 | 2024-04-30T22:00:00.146Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
469 | 2024-04-30T22:00:00.146Z | + 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 |
470 | 2024-04-30T22:00:01.905Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
471 | 2024-04-30T22:00:01.905Z | ++ case "$OSTYPE" in |
472 | 2024-04-30T22:00:01.905Z | ++ SHA=sha256sum |
473 | 2024-04-30T22:00:02.013Z | ++ sha256sum |
474 | 2024-04-30T22:00:02.013Z | ++ awk '{print $1}' |
475 | 2024-04-30T22:00:02.013Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
476 | 2024-04-30T22:00:02.013Z | + [[ 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 ]] |
477 | 2024-04-30T22:00:02.013Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
478 | 2024-04-30T22:00:02.013Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
479 | 2024-04-30T22:00:02.014Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
480 | 2024-04-30T22:00:02.014Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
481 | 2024-04-30T22:00:02.014Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
482 | 2024-04-30T22:00:02.014Z | + main |
483 | 2024-04-30T22:00:02.014Z | + rm -rf out/downloads/root |
484 | 2024-04-30T22:00:02.014Z | + [[ 0 != 0 ]] |
485 | 2024-04-30T22:00:02.014Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
486 | 2024-04-30T22:00:02.014Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
487 | 2024-04-30T22:00:02.014Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
488 | 2024-04-30T22:00:02.014Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
489 | 2024-04-30T22:00:02.014Z | + local DO_DOWNLOAD=true |
490 | 2024-04-30T22:00:02.014Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
491 | 2024-04-30T22:00:02.014Z | + mkdir -p out/downloads |
492 | 2024-04-30T22:00:02.014Z | + '[' true == true ']' |
493 | 2024-04-30T22:00:02.014Z | + echo Downloading... |
494 | 2024-04-30T22:00:02.015Z | Downloading... |
495 | 2024-04-30T22:00:02.015Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
496 | 2024-04-30T22:00:02.015Z | + 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 |
497 | 2024-04-30T22:00:02.015Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
498 | 2024-04-30T22:00:02.015Z | ++ case "$OSTYPE" in |
499 | 2024-04-30T22:00:02.015Z | ++ SHA=sha256sum |
500 | 2024-04-30T22:00:02.015Z | ++ sha256sum |
501 | 2024-04-30T22:00:02.015Z | ++ awk '{print $1}' |
502 | 2024-04-30T22:00:02.015Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
503 | 2024-04-30T22:00:02.015Z | + [[ 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 ]] |
504 | 2024-04-30T22:00:02.015Z | + set -o errexit |
505 | 2024-04-30T22:00:02.016Z | +++ dirname ./tools/ci_download_dendrite_openapi |
506 | 2024-04-30T22:00:02.016Z | ++ cd ./tools |
507 | 2024-04-30T22:00:02.016Z | ++ pwd |
508 | 2024-04-30T22:00:02.016Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
509 | 2024-04-30T22:00:02.016Z | ++ basename ./tools/ci_download_dendrite_openapi |
510 | 2024-04-30T22:00:02.016Z | + ARG0=ci_download_dendrite_openapi |
511 | 2024-04-30T22:00:02.016Z | + TARGET_DIR=out |
512 | 2024-04-30T22:00:02.016Z | + DOWNLOAD_DIR=out/downloads |
513 | 2024-04-30T22:00:02.016Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
514 | 2024-04-30T22:00:02.016Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
515 | 2024-04-30T22:00:02.016Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
516 | 2024-04-30T22:00:02.016Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
517 | 2024-04-30T22:00:02.016Z | + LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
518 | 2024-04-30T22:00:02.017Z | + main |
519 | 2024-04-30T22:00:02.017Z | + [[ 0 != 0 ]] |
520 | 2024-04-30T22:00:02.017Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json' |
521 | 2024-04-30T22:00:02.017Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
522 | 2024-04-30T22:00:02.017Z | + echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json' |
523 | 2024-04-30T22:00:02.017Z | + local DO_DOWNLOAD=true |
524 | 2024-04-30T22:00:02.017Z | + [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]] |
525 | 2024-04-30T22:00:02.017Z | Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
526 | 2024-04-30T22:00:02.017Z | + mkdir -p out/downloads |
527 | 2024-04-30T22:00:02.017Z | + '[' true == true ']' |
528 | 2024-04-30T22:00:02.017Z | + echo Downloading... |
529 | 2024-04-30T22:00:02.017Z | Downloading... |
530 | 2024-04-30T22:00:02.017Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
531 | 2024-04-30T22:00:02.017Z | + 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 |
532 | 2024-04-30T22:00:06.385Z | ++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
533 | 2024-04-30T22:00:06.385Z | ++ case "$OSTYPE" in |
534 | 2024-04-30T22:00:06.385Z | ++ SHA=sha256sum |
535 | 2024-04-30T22:00:06.480Z | ++ sha256sum |
536 | 2024-04-30T22:00:06.480Z | ++ awk '{print $1}' |
537 | 2024-04-30T22:00:06.480Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
538 | 2024-04-30T22:00:06.480Z | + [[ 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 ]] |
539 | 2024-04-30T22:00:06.480Z | + set -o errexit |
540 | 2024-04-30T22:00:06.480Z | +++ dirname ./tools/ci_download_dendrite_stub |
541 | 2024-04-30T22:00:06.481Z | ++ cd ./tools |
542 | 2024-04-30T22:00:06.481Z | ++ pwd |
543 | 2024-04-30T22:00:06.481Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
544 | 2024-04-30T22:00:06.481Z | ++ basename ./tools/ci_download_dendrite_stub |
545 | 2024-04-30T22:00:06.481Z | + ARG0=ci_download_dendrite_stub |
546 | 2024-04-30T22:00:06.481Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
547 | 2024-04-30T22:00:06.481Z | ++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
548 | 2024-04-30T22:00:06.482Z | ++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a |
549 | 2024-04-30T22:00:06.482Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
550 | 2024-04-30T22:00:06.482Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
551 | 2024-04-30T22:00:06.482Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
552 | 2024-04-30T22:00:06.482Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
553 | 2024-04-30T22:00:06.482Z | + TARGET_DIR=out |
554 | 2024-04-30T22:00:06.482Z | + DOWNLOAD_DIR=out/downloads |
555 | 2024-04-30T22:00:06.482Z | + DEST_DIR=./out/dendrite-stub |
556 | 2024-04-30T22:00:06.482Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
557 | 2024-04-30T22:00:06.483Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
558 | 2024-04-30T22:00:06.483Z | + REPO=oxidecomputer/dendrite |
559 | 2024-04-30T22:00:06.483Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690 |
560 | 2024-04-30T22:00:06.483Z | + main |
561 | 2024-04-30T22:00:06.483Z | + [[ 0 != 0 ]] |
562 | 2024-04-30T22:00:06.483Z | + CIDL_OS=solaris2.11 |
563 | 2024-04-30T22:00:06.483Z | + [[ 0 != 0 ]] |
564 | 2024-04-30T22:00:06.483Z | + configure_os solaris2.11 |
565 | 2024-04-30T22:00:06.483Z | + echo 'current directory: /work/oxidecomputer/omicron' |
566 | 2024-04-30T22:00:06.483Z | + echo 'configuring based on OS: "solaris2.11"' |
567 | 2024-04-30T22:00:06.484Z | + case "$1" in |
568 | 2024-04-30T22:00:06.484Z | + SET_BINARIES= |
569 | 2024-04-30T22:00:06.484Z | current directory: /work/oxidecomputer/omicron |
570 | 2024-04-30T22:00:06.484Z | configuring based on OS: "solaris2.11" |
571 | 2024-04-30T22:00:06.484Z | + CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
572 | 2024-04-30T22:00:06.484Z | + CIDL_SHA256FUNC=do_sha256sum |
573 | 2024-04-30T22:00:06.484Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
574 | 2024-04-30T22:00:06.484Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
575 | 2024-04-30T22:00:06.484Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
576 | 2024-04-30T22:00:06.485Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz' |
577 | 2024-04-30T22:00:06.485Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
578 | 2024-04-30T22:00:06.485Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
579 | 2024-04-30T22:00:06.485Z | Local file: out/downloads/dendrite-stub.tar.gz |
580 | 2024-04-30T22:00:06.485Z | + mkdir -p out/downloads |
581 | 2024-04-30T22:00:06.485Z | + mkdir -p ./out/dendrite-stub |
582 | 2024-04-30T22:00:06.485Z | + fetch_and_verify |
583 | 2024-04-30T22:00:06.485Z | + local DO_DOWNLOAD=true |
584 | 2024-04-30T22:00:06.485Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
585 | 2024-04-30T22:00:06.485Z | + '[' true == true ']' |
586 | 2024-04-30T22:00:06.485Z | + echo Downloading... |
587 | 2024-04-30T22:00:06.485Z | Downloading... |
588 | 2024-04-30T22:00:06.486Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
589 | 2024-04-30T22:00:06.486Z | + 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 |
590 | 2024-04-30T22:02:02.270Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
591 | 2024-04-30T22:02:02.367Z | ++ sha256sum |
592 | 2024-04-30T22:02:02.367Z | ++ awk '{print $1}' |
593 | 2024-04-30T22:02:02.367Z | + calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
594 | 2024-04-30T22:02:02.367Z | + [[ 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 ]] |
595 | 2024-04-30T22:02:02.367Z | + do_untar out/downloads/dendrite-stub.tar.gz |
596 | 2024-04-30T22:02:02.368Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
597 | 2024-04-30T22:02:02.843Z | + do_assemble |
598 | 2024-04-30T22:02:02.843Z | + rm -r ./out/dendrite-stub |
599 | 2024-04-30T22:02:02.938Z | + mkdir ./out/dendrite-stub |
600 | 2024-04-30T22:02:02.938Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
601 | 2024-04-30T22:02:02.938Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
602 | 2024-04-30T22:02:03.015Z | + set -o errexit |
603 | 2024-04-30T22:02:03.015Z | +++ dirname ./tools/ci_download_maghemite_mgd |
604 | 2024-04-30T22:02:03.015Z | ++ cd ./tools |
605 | 2024-04-30T22:02:03.015Z | ++ pwd |
606 | 2024-04-30T22:02:03.015Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
607 | 2024-04-30T22:02:03.015Z | ++ basename ./tools/ci_download_maghemite_mgd |
608 | 2024-04-30T22:02:03.015Z | + ARG0=ci_download_maghemite_mgd |
609 | 2024-04-30T22:02:03.015Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
610 | 2024-04-30T22:02:03.015Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
611 | 2024-04-30T22:02:03.015Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
612 | 2024-04-30T22:02:03.015Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
613 | 2024-04-30T22:02:03.015Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
614 | 2024-04-30T22:02:03.015Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
615 | 2024-04-30T22:02:03.015Z | + TARGET_DIR=out |
616 | 2024-04-30T22:02:03.015Z | + DOWNLOAD_DIR=out/downloads |
617 | 2024-04-30T22:02:03.016Z | + DEST_DIR=./out/mgd |
618 | 2024-04-30T22:02:03.016Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
619 | 2024-04-30T22:02:03.016Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
620 | 2024-04-30T22:02:03.016Z | + REPO=oxidecomputer/maghemite |
621 | 2024-04-30T22:02:03.016Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
622 | 2024-04-30T22:02:03.016Z | + main |
623 | 2024-04-30T22:02:03.016Z | + rm -rf out/downloads/root |
624 | 2024-04-30T22:02:03.016Z | + [[ 0 != 0 ]] |
625 | 2024-04-30T22:02:03.016Z | + CIDL_OS=solaris2.11 |
626 | 2024-04-30T22:02:03.016Z | + [[ 0 != 0 ]] |
627 | 2024-04-30T22:02:03.016Z | + configure_os solaris2.11 |
628 | 2024-04-30T22:02:03.016Z | + echo 'current directory: /work/oxidecomputer/omicron' |
629 | 2024-04-30T22:02:03.016Z | current directory: /work/oxidecomputer/omicron |
630 | 2024-04-30T22:02:03.016Z | + echo 'configuring based on OS: "solaris2.11"' |
631 | 2024-04-30T22:02:03.016Z | + case "$1" in |
632 | 2024-04-30T22:02:03.016Z | + SET_BINARIES= |
633 | 2024-04-30T22:02:03.016Z | configuring based on OS: "solaris2.11" |
634 | 2024-04-30T22:02:03.016Z | + CIDL_SHA256FUNC=do_sha256sum |
635 | 2024-04-30T22:02:03.016Z | + TARBALL_FILENAME=mgd.tar.gz |
636 | 2024-04-30T22:02:03.016Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
637 | 2024-04-30T22:02:03.016Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
638 | 2024-04-30T22:02:03.016Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
639 | 2024-04-30T22:02:03.016Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
640 | 2024-04-30T22:02:03.017Z | Local file: out/downloads/mgd.tar.gz |
641 | 2024-04-30T22:02:03.017Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
642 | 2024-04-30T22:02:03.017Z | + mkdir -p out/downloads |
643 | 2024-04-30T22:02:03.017Z | + mkdir -p ./out/mgd |
644 | 2024-04-30T22:02:03.017Z | + fetch_and_verify |
645 | 2024-04-30T22:02:03.017Z | + local DO_DOWNLOAD=true |
646 | 2024-04-30T22:02:03.017Z | + [[ -f out/downloads/mgd.tar.gz ]] |
647 | 2024-04-30T22:02:03.017Z | + '[' true == true ']' |
648 | 2024-04-30T22:02:03.017Z | + echo Downloading... |
649 | 2024-04-30T22:02:03.017Z | Downloading... |
650 | 2024-04-30T22:02:03.017Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
651 | 2024-04-30T22:02:03.017Z | + 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 |
652 | 2024-04-30T22:04:46.730Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
653 | 2024-04-30T22:04:46.736Z | ++ sha256sum |
654 | 2024-04-30T22:04:46.736Z | ++ awk '{print $1}' |
655 | 2024-04-30T22:04:46.774Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
656 | 2024-04-30T22:04:46.784Z | + [[ 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 ]] |
657 | 2024-04-30T22:04:46.784Z | + do_untar out/downloads/mgd.tar.gz |
658 | 2024-04-30T22:04:46.785Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
659 | 2024-04-30T22:04:47.354Z | + do_assemble |
660 | 2024-04-30T22:04:47.354Z | + rm -r ./out/mgd |
661 | 2024-04-30T22:04:47.357Z | + mkdir ./out/mgd |
662 | 2024-04-30T22:04:47.360Z | + cp -r out/downloads/root ./out/mgd/root |
663 | 2024-04-30T22:04:47.442Z | + set -o errexit |
664 | 2024-04-30T22:04:47.449Z | +++ dirname ./tools/ci_download_transceiver_control |
665 | 2024-04-30T22:04:47.449Z | ++ cd ./tools |
666 | 2024-04-30T22:04:47.449Z | ++ pwd |
667 | 2024-04-30T22:04:47.450Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
668 | 2024-04-30T22:04:47.450Z | ++ basename ./tools/ci_download_transceiver_control |
669 | 2024-04-30T22:04:47.450Z | + ARG0=ci_download_transceiver_control |
670 | 2024-04-30T22:04:47.450Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
671 | 2024-04-30T22:04:47.450Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
672 | 2024-04-30T22:04:47.450Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
673 | 2024-04-30T22:04:47.450Z | + TARGET_DIR=out |
674 | 2024-04-30T22:04:47.450Z | + DOWNLOAD_DIR=out/downloads |
675 | 2024-04-30T22:04:47.450Z | + DEST_DIR=./out/transceiver-control |
676 | 2024-04-30T22:04:47.450Z | + BIN_DIR=/opt/oxide/bin |
677 | 2024-04-30T22:04:47.450Z | + BINARY=xcvradm |
678 | 2024-04-30T22:04:47.451Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
679 | 2024-04-30T22:04:47.451Z | + REPO=oxidecomputer/transceiver-control |
680 | 2024-04-30T22:04:47.451Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
681 | 2024-04-30T22:04:47.451Z | + main |
682 | 2024-04-30T22:04:47.451Z | + [[ 0 != 0 ]] |
683 | 2024-04-30T22:04:47.451Z | + CIDL_OS=solaris2.11 |
684 | 2024-04-30T22:04:47.451Z | + [[ 0 != 0 ]] |
685 | 2024-04-30T22:04:47.451Z | + configure_os solaris2.11 |
686 | 2024-04-30T22:04:47.451Z | + echo 'current directory: /work/oxidecomputer/omicron' |
687 | 2024-04-30T22:04:47.451Z | current directory: /work/oxidecomputer/omicron |
688 | 2024-04-30T22:04:47.451Z | + echo 'configuring based on OS: "solaris2.11"' |
689 | 2024-04-30T22:04:47.451Z | + case "$1" in |
690 | 2024-04-30T22:04:47.451Z | + SET_BINARIES= |
691 | 2024-04-30T22:04:47.451Z | configuring based on OS: "solaris2.11" |
692 | 2024-04-30T22:04:47.452Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
693 | 2024-04-30T22:04:47.452Z | + CIDL_SHA256FUNC=do_sha256sum |
694 | 2024-04-30T22:04:47.452Z | + ARCHIVE_FILENAME=xcvradm.gz |
695 | 2024-04-30T22:04:47.452Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
696 | 2024-04-30T22:04:47.452Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
697 | 2024-04-30T22:04:47.452Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
698 | 2024-04-30T22:04:47.452Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
699 | 2024-04-30T22:04:47.452Z | + echo 'Local file: out/downloads/xcvradm.gz' |
700 | 2024-04-30T22:04:47.452Z | + mkdir -p out/downloads |
701 | 2024-04-30T22:04:47.452Z | Local file: out/downloads/xcvradm.gz |
702 | 2024-04-30T22:04:47.457Z | + mkdir -p ./out/transceiver-control |
703 | 2024-04-30T22:04:47.457Z | + fetch_and_verify |
704 | 2024-04-30T22:04:47.458Z | + local DO_DOWNLOAD=true |
705 | 2024-04-30T22:04:47.458Z | + [[ -f out/downloads/xcvradm.gz ]] |
706 | 2024-04-30T22:04:47.458Z | + '[' true == true ']' |
707 | 2024-04-30T22:04:47.458Z | + echo Downloading... |
708 | 2024-04-30T22:04:47.458Z | Downloading... |
709 | 2024-04-30T22:04:47.458Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
710 | 2024-04-30T22:04:47.458Z | + 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 |
711 | 2024-04-30T22:04:52.284Z | ++ do_sha256sum out/downloads/xcvradm.gz |
712 | 2024-04-30T22:04:52.290Z | ++ sha256sum |
713 | 2024-04-30T22:04:52.291Z | ++ awk '{print $1}' |
714 | 2024-04-30T22:04:52.299Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
715 | 2024-04-30T22:04:52.299Z | + [[ 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 ]] |
716 | 2024-04-30T22:04:52.299Z | + do_unpack out/downloads/xcvradm.gz |
717 | 2024-04-30T22:04:52.299Z | + mkdir -p out/downloads/root//opt/oxide/bin |
718 | 2024-04-30T22:04:52.299Z | + gzip -dc out/downloads/xcvradm.gz |
719 | 2024-04-30T22:04:52.413Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
720 | 2024-04-30T22:04:52.419Z | + do_assemble |
721 | 2024-04-30T22:04:52.419Z | + rm -r ./out/transceiver-control |
722 | 2024-04-30T22:04:52.419Z | + mkdir ./out/transceiver-control |
723 | 2024-04-30T22:04:52.419Z | + cp -r out/downloads/root ./out/transceiver-control/root |
724 | 2024-04-30T22:04:52.521Z | + set -o errexit |
725 | 2024-04-30T22:04:52.551Z | +++ dirname ./tools/ci_download_thundermuffin |
726 | 2024-04-30T22:04:52.552Z | ++ cd ./tools |
727 | 2024-04-30T22:04:52.552Z | ++ pwd |
728 | 2024-04-30T22:04:52.552Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
729 | 2024-04-30T22:04:52.552Z | ++ basename ./tools/ci_download_thundermuffin |
730 | 2024-04-30T22:04:52.552Z | + ARG0=ci_download_thundermuffin |
731 | 2024-04-30T22:04:52.553Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
732 | 2024-04-30T22:04:52.553Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
733 | 2024-04-30T22:04:52.553Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
734 | 2024-04-30T22:04:52.553Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
735 | 2024-04-30T22:04:52.553Z | + TARGET_DIR=out |
736 | 2024-04-30T22:04:52.553Z | + DOWNLOAD_DIR=out/downloads |
737 | 2024-04-30T22:04:52.553Z | + DEST_DIR=./out/thundermuffin |
738 | 2024-04-30T22:04:52.553Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
739 | 2024-04-30T22:04:52.553Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
740 | 2024-04-30T22:04:52.553Z | + REPO=oxidecomputer/thundermuffin |
741 | 2024-04-30T22:04:52.554Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
742 | 2024-04-30T22:04:52.554Z | + main |
743 | 2024-04-30T22:04:52.554Z | + rm -rf out/downloads/root |
744 | 2024-04-30T22:04:52.554Z | + [[ 0 != 0 ]] |
745 | 2024-04-30T22:04:52.554Z | + CIDL_OS=solaris2.11 |
746 | 2024-04-30T22:04:52.554Z | + [[ 0 != 0 ]] |
747 | 2024-04-30T22:04:52.554Z | + configure_os solaris2.11 |
748 | 2024-04-30T22:04:52.554Z | + echo 'current directory: /work/oxidecomputer/omicron' |
749 | 2024-04-30T22:04:52.554Z | current directory: /work/oxidecomputer/omicron |
750 | 2024-04-30T22:04:52.554Z | + echo 'configuring based on OS: "solaris2.11"' |
751 | 2024-04-30T22:04:52.554Z | + case "$1" in |
752 | 2024-04-30T22:04:52.554Z | configuring based on OS: "solaris2.11" |
753 | 2024-04-30T22:04:52.554Z | + SET_BINARIES= |
754 | 2024-04-30T22:04:52.554Z | + CIDL_SHA256FUNC=do_sha256sum |
755 | 2024-04-30T22:04:52.554Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
756 | 2024-04-30T22:04:52.554Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
757 | 2024-04-30T22:04:52.554Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
758 | 2024-04-30T22:04:52.554Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
759 | 2024-04-30T22:04:52.554Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
760 | 2024-04-30T22:04:52.554Z | Local file: out/downloads/thundermuffin.tar.gz |
761 | 2024-04-30T22:04:52.554Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
762 | 2024-04-30T22:04:52.554Z | + mkdir -p out/downloads |
763 | 2024-04-30T22:04:52.555Z | + mkdir -p ./out/thundermuffin |
764 | 2024-04-30T22:04:52.555Z | + fetch_and_verify |
765 | 2024-04-30T22:04:52.555Z | + local DO_DOWNLOAD=true |
766 | 2024-04-30T22:04:52.555Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
767 | 2024-04-30T22:04:52.555Z | + '[' true == true ']' |
768 | 2024-04-30T22:04:52.555Z | + echo Downloading... |
769 | 2024-04-30T22:04:52.555Z | Downloading... |
770 | 2024-04-30T22:04:52.555Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
771 | 2024-04-30T22:04:52.555Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
772 | 2024-04-30T22:04:57.863Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
773 | 2024-04-30T22:04:57.950Z | ++ sha256sum |
774 | 2024-04-30T22:04:57.950Z | ++ awk '{print $1}' |
775 | 2024-04-30T22:04:57.950Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
776 | 2024-04-30T22:04:57.950Z | + [[ 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 ]] |
777 | 2024-04-30T22:04:57.950Z | + do_untar out/downloads/thundermuffin.tar.gz |
778 | 2024-04-30T22:04:57.950Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
779 | 2024-04-30T22:04:57.982Z | + do_assemble |
780 | 2024-04-30T22:04:57.983Z | + rm -r ./out/thundermuffin |
781 | 2024-04-30T22:04:57.983Z | + mkdir ./out/thundermuffin |
782 | 2024-04-30T22:04:57.983Z | + cp -r out/downloads/root ./out/thundermuffin/root |
783 | 2024-04-30T22:04:57.983Z | All builder prerequisites installed successfully, and PATH looks valid |
784 | 2024-04-30T22:04:57.983Z | |
785 | 2024-04-30T22:04:57.983Z | real 6:27.637760602 |
786 | 2024-04-30T22:04:57.983Z | user 37.165851528 |
787 | 2024-04-30T22:04:57.983Z | sys 7.001839383 |
788 | 2024-04-30T22:04:57.983Z | trap 0.008128308 |
789 | 2024-04-30T22:04:57.983Z | tflt 0.103522580 |
790 | 2024-04-30T22:04:57.983Z | dflt 0.350916318 |
791 | 2024-04-30T22:04:57.984Z | kflt 0.091619562 |
792 | 2024-04-30T22:04:57.984Z | lock 1.025694586 |
793 | 2024-04-30T22:04:57.984Z | slp 17:29.384543555 |
794 | 2024-04-30T22:04:57.984Z | lat 2.074303711 |
795 | 2024-04-30T22:04:57.984Z | stop 0.137773159 |
796 | 2024-04-30T22:04:57.984Z | |
797 | 2024-04-30T22:04:57.984Z | #### # # ##### ##### # # |
798 | 2024-04-30T22:04:57.984Z | # # # # # # # # # # |
799 | 2024-04-30T22:04:57.984Z | # # # # # # # # |
800 | 2024-04-30T22:04:57.984Z | # # # ##### ##### # |
801 | 2024-04-30T22:04:57.984Z | # # # # # # # |
802 | 2024-04-30T22:04:57.984Z | #### ###### # # # # |
803 | 2024-04-30T22:04:57.984Z | |
804 | 2024-04-30T22:04:58.167Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
805 | 2024-04-30T22:04:58.489Z | Updating git repository `https://github.com/oxidecomputer/zone` |
806 | 2024-04-30T22:04:58.788Z | Updating crates.io index |
807 | 2024-04-30T22:04:58.845Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
808 | 2024-04-30T22:04:59.796Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
809 | 2024-04-30T22:05:00.459Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
810 | 2024-04-30T22:05:02.438Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
811 | 2024-04-30T22:05:02.948Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
812 | 2024-04-30T22:05:03.217Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
813 | 2024-04-30T22:05:04.233Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
814 | 2024-04-30T22:05:06.114Z | Updating git repository `https://github.com/oxidecomputer/opte` |
815 | 2024-04-30T22:05:07.149Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
816 | 2024-04-30T22:05:07.822Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
817 | 2024-04-30T22:05:08.249Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
818 | 2024-04-30T22:05:08.932Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
819 | 2024-04-30T22:05:09.221Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
820 | 2024-04-30T22:05:09.504Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
821 | 2024-04-30T22:05:09.893Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
822 | 2024-04-30T22:05:10.311Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
823 | 2024-04-30T22:05:10.513Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
824 | 2024-04-30T22:05:10.819Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
825 | 2024-04-30T22:05:11.111Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
826 | 2024-04-30T22:05:11.471Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
827 | 2024-04-30T22:05:11.906Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
828 | 2024-04-30T22:05:12.189Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
829 | 2024-04-30T22:05:13.651Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
830 | 2024-04-30T22:05:13.651Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
831 | 2024-04-30T22:05:13.651Z | Updating git repository `https://github.com/jgallagher/nix` |
832 | 2024-04-30T22:05:14.434Z | Updating git repository `https://github.com/cbiffle/hubpack` |
833 | 2024-04-30T22:05:14.818Z | Updating git repository `https://github.com/oxidecomputer/typify` |
834 | 2024-04-30T22:05:16.894Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
835 | 2024-04-30T22:05:17.183Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
836 | 2024-04-30T22:05:17.431Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
837 | 2024-04-30T22:05:17.935Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
838 | 2024-04-30T22:05:18.866Z | Downloading crates ... |
839 | 2024-04-30T22:05:18.961Z | Downloaded anstyle v1.0.6 |
840 | 2024-04-30T22:05:19.378Z | Downloaded anyhow v1.0.82 |
841 | 2024-04-30T22:05:19.378Z | Downloaded anstream v0.6.11 |
842 | 2024-04-30T22:05:19.378Z | Downloaded anstyle-query v1.0.0 |
843 | 2024-04-30T22:05:19.378Z | Downloaded bitflags v2.4.2 |
844 | 2024-04-30T22:05:19.378Z | Downloaded anstyle-parse v0.2.1 |
845 | 2024-04-30T22:05:19.378Z | Downloaded equivalent v1.0.1 |
846 | 2024-04-30T22:05:19.378Z | Downloaded clap v4.5.4 |
847 | 2024-04-30T22:05:19.378Z | Downloaded thiserror-impl v1.0.59 |
848 | 2024-04-30T22:05:19.378Z | Downloaded fs-err v2.11.0 |
849 | 2024-04-30T22:05:19.378Z | Downloaded errno v0.3.8 |
850 | 2024-04-30T22:05:19.378Z | Downloaded autocfg v1.1.0 |
851 | 2024-04-30T22:05:19.378Z | Downloaded quote v1.0.36 |
852 | 2024-04-30T22:05:19.378Z | Downloaded clap_builder v4.5.2 |
853 | 2024-04-30T22:05:19.378Z | Downloaded terminal_size v0.3.0 |
854 | 2024-04-30T22:05:19.378Z | Downloaded cargo-platform v0.1.3 |
855 | 2024-04-30T22:05:19.378Z | Downloaded colorchoice v1.0.0 |
856 | 2024-04-30T22:05:19.378Z | Downloaded swrite v0.1.0 |
857 | 2024-04-30T22:05:19.378Z | Downloaded serde_spanned v0.6.5 |
858 | 2024-04-30T22:05:19.378Z | Downloaded toml_datetime v0.6.5 |
859 | 2024-04-30T22:05:19.378Z | Downloaded heck v0.5.0 |
860 | 2024-04-30T22:05:19.378Z | Downloaded clap_lex v0.7.0 |
861 | 2024-04-30T22:05:19.379Z | Downloaded macaddr v1.0.1 |
862 | 2024-04-30T22:05:19.379Z | Downloaded strsim v0.11.0 |
863 | 2024-04-30T22:05:19.379Z | Downloaded cargo_metadata v0.18.1 |
864 | 2024-04-30T22:05:19.379Z | Downloaded thiserror v1.0.59 |
865 | 2024-04-30T22:05:19.379Z | Downloaded semver v1.0.22 |
866 | 2024-04-30T22:05:19.379Z | Downloaded itoa v1.0.9 |
867 | 2024-04-30T22:05:19.379Z | Downloaded camino v1.1.6 |
868 | 2024-04-30T22:05:19.379Z | Downloaded utf8parse v0.2.1 |
869 | 2024-04-30T22:05:19.379Z | Downloaded clap_derive v4.5.4 |
870 | 2024-04-30T22:05:19.379Z | Downloaded cargo_toml v0.20.2 |
871 | 2024-04-30T22:05:19.379Z | Downloaded serde_derive v1.0.199 |
872 | 2024-04-30T22:05:19.379Z | Downloaded unicode-ident v1.0.12 |
873 | 2024-04-30T22:05:19.379Z | Downloaded toml v0.8.12 |
874 | 2024-04-30T22:05:19.379Z | Downloaded proc-macro2 v1.0.81 |
875 | 2024-04-30T22:05:19.379Z | Downloaded ryu v1.0.15 |
876 | 2024-04-30T22:05:19.379Z | Downloaded serde v1.0.199 |
877 | 2024-04-30T22:05:19.379Z | Downloaded indexmap v2.2.6 |
878 | 2024-04-30T22:05:19.379Z | Downloaded memchr v2.7.1 |
879 | 2024-04-30T22:05:19.379Z | Downloaded toml_edit v0.22.12 |
880 | 2024-04-30T22:05:19.379Z | Downloaded hashbrown v0.14.3 |
881 | 2024-04-30T22:05:19.379Z | Downloaded winnow v0.6.1 |
882 | 2024-04-30T22:05:19.379Z | Downloaded serde_json v1.0.116 |
883 | 2024-04-30T22:05:19.380Z | Downloaded syn v2.0.60 |
884 | 2024-04-30T22:05:19.380Z | Downloaded rustix v0.38.31 |
885 | 2024-04-30T22:05:19.380Z | Downloaded libc v0.2.153 |
886 | 2024-04-30T22:05:19.874Z | Compiling proc-macro2 v1.0.81 |
887 | 2024-04-30T22:05:19.874Z | Compiling unicode-ident v1.0.12 |
888 | 2024-04-30T22:05:19.886Z | Compiling serde v1.0.199 |
889 | 2024-04-30T22:05:19.886Z | Compiling libc v0.2.153 |
890 | 2024-04-30T22:05:19.886Z | Compiling rustix v0.38.31 |
891 | 2024-04-30T22:05:19.886Z | Compiling utf8parse v0.2.1 |
892 | 2024-04-30T22:05:19.886Z | Compiling hashbrown v0.14.3 |
893 | 2024-04-30T22:05:19.886Z | Compiling equivalent v1.0.1 |
894 | 2024-04-30T22:05:19.887Z | Compiling bitflags v2.4.2 |
895 | 2024-04-30T22:05:19.887Z | Compiling anstyle-parse v0.2.1 |
896 | 2024-04-30T22:05:19.887Z | Compiling camino v1.1.6 |
897 | 2024-04-30T22:05:20.020Z | Compiling winnow v0.6.1 |
898 | 2024-04-30T22:05:20.030Z | Compiling anstyle-query v1.0.0 |
899 | 2024-04-30T22:05:20.142Z | Compiling thiserror v1.0.59 |
900 | 2024-04-30T22:05:20.535Z | Compiling indexmap v2.2.6 |
901 | 2024-04-30T22:05:20.762Z | Compiling anstyle v1.0.6 |
902 | 2024-04-30T22:05:20.818Z | Compiling autocfg v1.1.0 |
903 | 2024-04-30T22:05:20.885Z | Compiling serde_json v1.0.116 |
904 | 2024-04-30T22:05:20.923Z | Compiling semver v1.0.22 |
905 | 2024-04-30T22:05:21.202Z | Compiling colorchoice v1.0.0 |
906 | 2024-04-30T22:05:21.315Z | Compiling anstream v0.6.11 |
907 | 2024-04-30T22:05:21.470Z | Compiling anyhow v1.0.82 |
908 | 2024-04-30T22:05:21.474Z | Compiling strsim v0.11.0 |
909 | 2024-04-30T22:05:21.649Z | Compiling quote v1.0.36 |
910 | 2024-04-30T22:05:22.105Z | Compiling fs-err v2.11.0 |
911 | 2024-04-30T22:05:22.121Z | Compiling syn v2.0.60 |
912 | 2024-04-30T22:05:22.121Z | Compiling errno v0.3.8 |
913 | 2024-04-30T22:05:22.121Z | Compiling clap_lex v0.7.0 |
914 | 2024-04-30T22:05:22.307Z | Compiling heck v0.5.0 |
915 | 2024-04-30T22:05:22.355Z | Compiling itoa v1.0.9 |
916 | 2024-04-30T22:05:22.410Z | Compiling ryu v1.0.15 |
917 | 2024-04-30T22:05:22.624Z | Compiling swrite v0.1.0 |
918 | 2024-04-30T22:05:23.174Z | Compiling terminal_size v0.3.0 |
919 | 2024-04-30T22:05:23.305Z | Compiling clap_builder v4.5.2 |
920 | 2024-04-30T22:05:26.838Z | Compiling serde_derive v1.0.199 |
921 | 2024-04-30T22:05:26.838Z | Compiling thiserror-impl v1.0.59 |
922 | 2024-04-30T22:05:26.866Z | Compiling clap_derive v4.5.4 |
923 | 2024-04-30T22:05:29.501Z | Compiling clap v4.5.4 |
924 | 2024-04-30T22:05:34.251Z | Compiling serde_spanned v0.6.5 |
925 | 2024-04-30T22:05:34.251Z | Compiling toml_datetime v0.6.5 |
926 | 2024-04-30T22:05:34.680Z | Compiling cargo-platform v0.1.3 |
927 | 2024-04-30T22:05:34.681Z | Compiling macaddr v1.0.1 |
928 | 2024-04-30T22:05:34.692Z | Compiling toml_edit v0.22.12 |
929 | 2024-04-30T22:05:35.471Z | Compiling cargo_metadata v0.18.1 |
930 | 2024-04-30T22:05:36.811Z | Compiling toml v0.8.12 |
931 | 2024-04-30T22:05:37.112Z | Compiling cargo_toml v0.20.2 |
932 | 2024-04-30T22:05:40.376Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
933 | 2024-04-30T22:05:43.119Z | Finished dev [unoptimized + debuginfo] target(s) in 44.69s |
934 | 2024-04-30T22:05:43.142Z | Running `target/debug/xtask clippy` |
935 | 2024-04-30T22:05:43.142Z | running: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" "--warn" "clippy::iter_cloned_collect" "--warn" "clippy::iter_next_slice" "--warn" "clippy::iter_nth" "--warn" "clippy::iter_nth_zero" "--warn" "clippy::iter_skip_next" "--warn" "clippy::len_zero" "--warn" "clippy::redundant_field_names" "--warn" "clippy::cast_lossless" |
936 | 2024-04-30T22:05:43.521Z | Downloading crates ... |
937 | 2024-04-30T22:05:43.649Z | Downloaded addr2line v0.21.0 |
938 | 2024-04-30T22:05:43.664Z | Downloaded atty v0.2.14 |
939 | 2024-04-30T22:05:43.665Z | Downloaded base64 v0.21.7 |
940 | 2024-04-30T22:05:43.665Z | Downloaded approx v0.5.1 |
941 | 2024-04-30T22:05:43.665Z | Downloaded http v1.0.0 |
942 | 2024-04-30T22:05:43.682Z | Downloaded bcs v0.1.6 |
943 | 2024-04-30T22:05:43.682Z | Downloaded hmac v0.12.1 |
944 | 2024-04-30T22:05:43.682Z | Downloaded libefi-sys v0.1.0 |
945 | 2024-04-30T22:05:43.682Z | Downloaded heck v0.3.3 |
946 | 2024-04-30T22:05:43.682Z | Downloaded bb8 v0.8.3 |
947 | 2024-04-30T22:05:43.683Z | Downloaded arrayvec v0.7.4 |
948 | 2024-04-30T22:05:43.683Z | Downloaded ascii-canvas v3.0.0 |
949 | 2024-04-30T22:05:43.683Z | Downloaded argon2 v0.5.3 |
950 | 2024-04-30T22:05:43.683Z | Downloaded async-stream-impl v0.3.5 |
951 | 2024-04-30T22:05:43.683Z | Downloaded atomicwrites v0.4.3 |
952 | 2024-04-30T22:05:44.105Z | Downloaded atomic-waker v1.1.1 |
953 | 2024-04-30T22:05:44.105Z | Downloaded base16ct v0.2.0 |
954 | 2024-04-30T22:05:44.105Z | Downloaded linked-hash-map v0.5.6 |
955 | 2024-04-30T22:05:44.105Z | Downloaded hkdf v0.12.4 |
956 | 2024-04-30T22:05:44.106Z | Downloaded anes v0.1.6 |
957 | 2024-04-30T22:05:44.106Z | Downloaded base64ct v1.6.0 |
958 | 2024-04-30T22:05:44.106Z | Downloaded ascii v1.1.0 |
959 | 2024-04-30T22:05:44.106Z | Downloaded hyper v1.1.0 |
960 | 2024-04-30T22:05:44.137Z | Downloaded ahash v0.8.8 |
961 | 2024-04-30T22:05:44.137Z | Downloaded impl-trait-for-tuples v0.2.2 |
962 | 2024-04-30T22:05:44.137Z | Downloaded lru-cache v0.1.2 |
963 | 2024-04-30T22:05:44.137Z | Downloaded heapless v0.8.0 |
964 | 2024-04-30T22:05:44.138Z | Downloaded http-range v0.1.5 |
965 | 2024-04-30T22:05:44.138Z | Downloaded crypto-bigint v0.5.2 |
966 | 2024-04-30T22:05:44.138Z | Downloaded hyper-rustls v0.26.0 |
967 | 2024-04-30T22:05:44.138Z | Downloaded ident_case v1.0.1 |
968 | 2024-04-30T22:05:44.138Z | Downloaded base64 v0.13.1 |
969 | 2024-04-30T22:05:44.139Z | Downloaded hubpack_derive v0.1.1 |
970 | 2024-04-30T22:05:44.139Z | Downloaded newline-converter v0.3.0 |
971 | 2024-04-30T22:05:44.139Z | Downloaded matches v0.1.10 |
972 | 2024-04-30T22:05:44.139Z | Downloaded keccak v0.1.4 |
973 | 2024-04-30T22:05:44.139Z | Downloaded crunchy v0.2.2 |
974 | 2024-04-30T22:05:44.140Z | Downloaded bit-vec v0.6.3 |
975 | 2024-04-30T22:05:44.140Z | Downloaded libsw v3.3.1 |
976 | 2024-04-30T22:05:44.140Z | Downloaded md-5 v0.10.5 |
977 | 2024-04-30T22:05:44.140Z | Downloaded home v0.5.5 |
978 | 2024-04-30T22:05:44.140Z | Downloaded constant_time_eq v0.3.0 |
979 | 2024-04-30T22:05:44.140Z | Downloaded bytecount v0.6.3 |
980 | 2024-04-30T22:05:44.140Z | Downloaded normalize-line-endings v0.3.0 |
981 | 2024-04-30T22:05:44.141Z | Downloaded match_cfg v0.1.0 |
982 | 2024-04-30T22:05:44.141Z | Downloaded is_ci v1.2.0 |
983 | 2024-04-30T22:05:44.141Z | Downloaded new_debug_unreachable v1.0.4 |
984 | 2024-04-30T22:05:44.141Z | Downloaded linear-map v1.2.0 |
985 | 2024-04-30T22:05:44.141Z | Downloaded ciborium-io v0.2.2 |
986 | 2024-04-30T22:05:44.141Z | Downloaded cfg_aliases v0.1.1 |
987 | 2024-04-30T22:05:44.142Z | Downloaded num v0.4.2 |
988 | 2024-04-30T22:05:44.142Z | Downloaded managed v0.8.0 |
989 | 2024-04-30T22:05:44.142Z | Downloaded cobs v0.2.3 |
990 | 2024-04-30T22:05:44.142Z | Downloaded hex v0.4.3 |
991 | 2024-04-30T22:05:44.142Z | Downloaded hubpack v0.1.2 |
992 | 2024-04-30T22:05:44.142Z | Downloaded convert_case v0.4.0 |
993 | 2024-04-30T22:05:44.142Z | Downloaded nodrop v0.1.14 |
994 | 2024-04-30T22:05:44.142Z | Downloaded lru v0.12.1 |
995 | 2024-04-30T22:05:44.143Z | Downloaded async-stream v0.3.5 |
996 | 2024-04-30T22:05:44.143Z | Downloaded instant v0.1.12 |
997 | 2024-04-30T22:05:44.143Z | Downloaded cfg-if v1.0.0 |
998 | 2024-04-30T22:05:44.143Z | Downloaded cexpr v0.6.0 |
999 | 2024-04-30T22:05:44.143Z | Downloaded newtype_derive v0.1.6 |
1000 | 2024-04-30T22:05:44.143Z | Downloaded castaway v0.2.2 |
1001 | 2024-04-30T22:05:44.143Z | Downloaded byteorder v1.5.0 |
1002 | 2024-04-30T22:05:44.143Z | Downloaded lalrpop-util v0.19.12 |
1003 | 2024-04-30T22:05:44.144Z | Downloaded humantime v2.1.0 |
1004 | 2024-04-30T22:05:44.144Z | Downloaded chacha20 v0.9.1 |
1005 | 2024-04-30T22:05:44.144Z | Downloaded http-body v1.0.0 |
1006 | 2024-04-30T22:05:44.144Z | Downloaded block-buffer v0.10.4 |
1007 | 2024-04-30T22:05:44.144Z | Downloaded libloading v0.7.4 |
1008 | 2024-04-30T22:05:44.145Z | Downloaded nested v0.1.1 |
1009 | 2024-04-30T22:05:44.145Z | Downloaded kstat-rs v0.2.3 |
1010 | 2024-04-30T22:05:44.145Z | Downloaded ciborium-ll v0.2.2 |
1011 | 2024-04-30T22:05:44.145Z | Downloaded memmap v0.7.0 |
1012 | 2024-04-30T22:05:44.145Z | Downloaded cast v0.3.0 |
1013 | 2024-04-30T22:05:44.145Z | Downloaded maplit v1.0.2 |
1014 | 2024-04-30T22:05:44.146Z | Downloaded heapless v0.7.16 |
1015 | 2024-04-30T22:05:44.146Z | Downloaded nibble_vec v0.1.0 |
1016 | 2024-04-30T22:05:44.146Z | Downloaded indoc v2.0.3 |
1017 | 2024-04-30T22:05:44.146Z | Downloaded libtest-mimic v0.7.2 |
1018 | 2024-04-30T22:05:44.146Z | Downloaded httpdate v1.0.3 |
1019 | 2024-04-30T22:05:44.146Z | Downloaded crossbeam-deque v0.8.3 |
1020 | 2024-04-30T22:05:44.146Z | Downloaded corncobs v0.1.3 |
1021 | 2024-04-30T22:05:44.146Z | Downloaded criterion-plot v0.5.0 |
1022 | 2024-04-30T22:05:44.147Z | Downloaded cpufeatures v0.2.12 |
1023 | 2024-04-30T22:05:44.147Z | Downloaded cassowary v0.3.0 |
1024 | 2024-04-30T22:05:44.147Z | Downloaded crc-catalog v2.2.0 |
1025 | 2024-04-30T22:05:44.147Z | Downloaded usdt-attr-macro v0.5.0 |
1026 | 2024-04-30T22:05:44.147Z | Downloaded usdt-attr-macro v0.3.5 |
1027 | 2024-04-30T22:05:44.147Z | Downloaded constant_time_eq v0.2.6 |
1028 | 2024-04-30T22:05:44.147Z | Downloaded mime v0.3.17 |
1029 | 2024-04-30T22:05:44.147Z | Downloaded memoffset v0.7.1 |
1030 | 2024-04-30T22:05:44.148Z | Downloaded buf-list v1.0.3 |
1031 | 2024-04-30T22:05:44.148Z | Downloaded nanorand v0.7.0 |
1032 | 2024-04-30T22:05:44.148Z | Downloaded rtoolbox v0.0.1 |
1033 | 2024-04-30T22:05:44.148Z | Downloaded multimap v0.10.0 |
1034 | 2024-04-30T22:05:44.148Z | Downloaded console v0.15.8 |
1035 | 2024-04-30T22:05:44.149Z | Downloaded iana-time-zone v0.1.57 |
1036 | 2024-04-30T22:05:44.149Z | Downloaded mockall v0.12.1 |
1037 | 2024-04-30T22:05:44.149Z | Downloaded lazy_static v1.4.0 |
1038 | 2024-04-30T22:05:44.149Z | Downloaded indoc v1.0.9 |
1039 | 2024-04-30T22:05:44.149Z | Downloaded scroll v0.12.0 |
1040 | 2024-04-30T22:05:44.149Z | Downloaded zone_cfg_derive v0.1.2 |
1041 | 2024-04-30T22:05:44.150Z | Downloaded darling_macro v0.20.8 |
1042 | 2024-04-30T22:05:44.150Z | Downloaded doc-comment v0.3.3 |
1043 | 2024-04-30T22:05:44.150Z | Downloaded nu-ansi-term v0.50.0 |
1044 | 2024-04-30T22:05:44.150Z | Downloaded rustc-hash v1.1.0 |
1045 | 2024-04-30T22:05:44.150Z | Downloaded cancel-safe-futures v0.1.5 |
1046 | 2024-04-30T22:05:44.150Z | Downloaded sqlformat v0.2.3 |
1047 | 2024-04-30T22:05:44.150Z | Downloaded log v0.4.21 |
1048 | 2024-04-30T22:05:44.150Z | Downloaded static_assertions v1.1.0 |
1049 | 2024-04-30T22:05:44.150Z | Downloaded rust-argon2 v2.1.0 |
1050 | 2024-04-30T22:05:44.150Z | Downloaded oso-derive v0.27.3 |
1051 | 2024-04-30T22:05:44.151Z | Downloaded serde-hex v0.1.0 |
1052 | 2024-04-30T22:05:44.151Z | Downloaded foreign-types-shared v0.3.1 |
1053 | 2024-04-30T22:05:44.151Z | Downloaded foreign-types-shared v0.1.1 |
1054 | 2024-04-30T22:05:44.151Z | Downloaded supports-color v3.0.0 |
1055 | 2024-04-30T22:05:44.151Z | Downloaded subtle v2.5.0 |
1056 | 2024-04-30T22:05:44.151Z | Downloaded memmap2 v0.7.1 |
1057 | 2024-04-30T22:05:44.151Z | Downloaded crc32fast v1.3.2 |
1058 | 2024-04-30T22:05:44.151Z | Downloaded number_prefix v0.4.0 |
1059 | 2024-04-30T22:05:44.151Z | Downloaded is-terminal v0.4.9 |
1060 | 2024-04-30T22:05:44.187Z | Downloaded structmeta v0.2.0 |
1061 | 2024-04-30T22:05:44.187Z | Downloaded strsim v0.10.0 |
1062 | 2024-04-30T22:05:44.187Z | Downloaded pretty-hex v0.2.1 |
1063 | 2024-04-30T22:05:44.188Z | Downloaded hash32 v0.2.1 |
1064 | 2024-04-30T22:05:44.188Z | Downloaded mime_guess v2.0.4 |
1065 | 2024-04-30T22:05:44.188Z | Downloaded http v0.2.12 |
1066 | 2024-04-30T22:05:44.188Z | Downloaded version_check v0.9.4 |
1067 | 2024-04-30T22:05:44.189Z | Downloaded tui-tree-widget v0.19.0 |
1068 | 2024-04-30T22:05:44.189Z | Downloaded native-tls v0.2.11 |
1069 | 2024-04-30T22:05:44.189Z | Downloaded multer v3.0.0 |
1070 | 2024-04-30T22:05:44.189Z | Downloaded ipnet v2.9.0 |
1071 | 2024-04-30T22:05:44.190Z | Downloaded smallvec v1.13.1 |
1072 | 2024-04-30T22:05:44.190Z | Downloaded rustc-demangle v0.1.23 |
1073 | 2024-04-30T22:05:44.190Z | Downloaded zerocopy v0.3.0 |
1074 | 2024-04-30T22:05:44.190Z | Downloaded crypto-common v0.1.6 |
1075 | 2024-04-30T22:05:44.190Z | Downloaded scopeguard v1.2.0 |
1076 | 2024-04-30T22:05:44.190Z | Downloaded serde-big-array v0.5.1 |
1077 | 2024-04-30T22:05:44.190Z | Downloaded serde-big-array v0.4.1 |
1078 | 2024-04-30T22:05:44.190Z | Downloaded hyper-rustls v0.24.2 |
1079 | 2024-04-30T22:05:44.190Z | Downloaded filetime v0.2.23 |
1080 | 2024-04-30T22:05:44.190Z | Downloaded serde_with_macros v3.7.0 |
1081 | 2024-04-30T22:05:44.190Z | Downloaded ff v0.13.0 |
1082 | 2024-04-30T22:05:44.190Z | Downloaded sync_wrapper v0.1.2 |
1083 | 2024-04-30T22:05:44.191Z | Downloaded dof v0.3.0 |
1084 | 2024-04-30T22:05:44.191Z | Downloaded packed_struct v0.10.1 |
1085 | 2024-04-30T22:05:44.191Z | Downloaded dof v0.1.5 |
1086 | 2024-04-30T22:05:44.191Z | Downloaded packed_struct_codegen v0.10.1 |
1087 | 2024-04-30T22:05:44.191Z | Downloaded take_mut v0.2.2 |
1088 | 2024-04-30T22:05:44.191Z | Downloaded tokio-tungstenite v0.21.0 |
1089 | 2024-04-30T22:05:44.191Z | Downloaded num-integer v0.1.46 |
1090 | 2024-04-30T22:05:44.192Z | Downloaded crossbeam-utils v0.8.19 |
1091 | 2024-04-30T22:05:44.192Z | Downloaded usdt-macro v0.5.0 |
1092 | 2024-04-30T22:05:44.192Z | Downloaded try-lock v0.2.4 |
1093 | 2024-04-30T22:05:44.192Z | Downloaded toolchain_find v0.4.0 |
1094 | 2024-04-30T22:05:44.192Z | Downloaded cfg-expr v0.15.6 |
1095 | 2024-04-30T22:05:44.192Z | Downloaded cookie v0.18.1 |
1096 | 2024-04-30T22:05:44.192Z | Downloaded quick-error v1.2.3 |
1097 | 2024-04-30T22:05:44.192Z | Downloaded rand_seeder v0.2.3 |
1098 | 2024-04-30T22:05:44.192Z | Downloaded vsss-rs v3.3.4 |
1099 | 2024-04-30T22:05:44.192Z | Downloaded miniz_oxide v0.7.1 |
1100 | 2024-04-30T22:05:44.193Z | Downloaded uzers v0.11.3 |
1101 | 2024-04-30T22:05:44.193Z | Downloaded smallvec v0.6.14 |
1102 | 2024-04-30T22:05:44.193Z | Downloaded mockall_derive v0.12.1 |
1103 | 2024-04-30T22:05:44.193Z | Downloaded indexmap v1.9.3 |
1104 | 2024-04-30T22:05:44.193Z | Downloaded pathdiff v0.2.1 |
1105 | 2024-04-30T22:05:44.193Z | Downloaded rustfmt-wrapper v0.2.1 |
1106 | 2024-04-30T22:05:44.193Z | Downloaded openssl-macros v0.1.1 |
1107 | 2024-04-30T22:05:44.193Z | Downloaded portpicker v0.1.1 |
1108 | 2024-04-30T22:05:44.193Z | Downloaded path-slash v0.1.5 |
1109 | 2024-04-30T22:05:44.194Z | Downloaded opaque-debug v0.3.0 |
1110 | 2024-04-30T22:05:44.194Z | Downloaded rustc_version v0.4.0 |
1111 | 2024-04-30T22:05:44.194Z | Downloaded slog-bunyan v2.5.0 |
1112 | 2024-04-30T22:05:44.194Z | Downloaded slog-async v2.8.0 |
1113 | 2024-04-30T22:05:44.194Z | Downloaded serde_repr v0.1.16 |
1114 | 2024-04-30T22:05:44.194Z | Downloaded chacha20poly1305 v0.10.1 |
1115 | 2024-04-30T22:05:44.194Z | Downloaded serde_plain v1.0.2 |
1116 | 2024-04-30T22:05:44.194Z | Downloaded gethostname v0.4.3 |
1117 | 2024-04-30T22:05:44.195Z | Downloaded serde_path_to_error v0.1.16 |
1118 | 2024-04-30T22:05:44.195Z | Downloaded schemars_derive v0.8.16 |
1119 | 2024-04-30T22:05:44.195Z | Downloaded crossbeam-epoch v0.9.18 |
1120 | 2024-04-30T22:05:44.195Z | Downloaded stable_deref_trait v1.2.0 |
1121 | 2024-04-30T22:05:44.195Z | Downloaded tokio-macros v2.2.0 |
1122 | 2024-04-30T22:05:44.195Z | Downloaded thiserror-no-std v2.0.2 |
1123 | 2024-04-30T22:05:44.195Z | Downloaded parking_lot v0.11.2 |
1124 | 2024-04-30T22:05:44.195Z | Downloaded thiserror-impl-no-std v2.0.2 |
1125 | 2024-04-30T22:05:44.195Z | Downloaded sigpipe v0.1.3 |
1126 | 2024-04-30T22:05:44.195Z | Downloaded signal-hook-tokio v0.3.1 |
1127 | 2024-04-30T22:05:44.195Z | Downloaded usdt-macro v0.3.5 |
1128 | 2024-04-30T22:05:44.195Z | Downloaded usdt-impl v0.5.0 |
1129 | 2024-04-30T22:05:44.196Z | Downloaded trybuild v1.0.91 |
1130 | 2024-04-30T22:05:44.196Z | Downloaded threadpool v1.8.1 |
1131 | 2024-04-30T22:05:44.196Z | Downloaded dirs-sys-next v0.1.2 |
1132 | 2024-04-30T22:05:44.196Z | Downloaded pkcs1 v0.7.5 |
1133 | 2024-04-30T22:05:44.196Z | Downloaded rstest_macros v0.19.0 |
1134 | 2024-04-30T22:05:44.196Z | Downloaded ed25519 v1.5.3 |
1135 | 2024-04-30T22:05:44.196Z | Downloaded time-core v0.1.2 |
1136 | 2024-04-30T22:05:44.196Z | Downloaded futures-executor v0.3.30 |
1137 | 2024-04-30T22:05:44.196Z | Downloaded futures-io v0.3.30 |
1138 | 2024-04-30T22:05:44.196Z | Downloaded futures-core v0.3.30 |
1139 | 2024-04-30T22:05:44.196Z | Downloaded diesel_derives v2.1.2 |
1140 | 2024-04-30T22:05:44.196Z | Downloaded num-iter v0.1.44 |
1141 | 2024-04-30T22:05:44.196Z | Downloaded owo-colors v4.0.0 |
1142 | 2024-04-30T22:05:44.196Z | Downloaded half v2.3.1 |
1143 | 2024-04-30T22:05:44.197Z | Downloaded paste v1.0.14 |
1144 | 2024-04-30T22:05:44.197Z | Downloaded endian-type v0.1.2 |
1145 | 2024-04-30T22:05:44.197Z | Downloaded curve25519-dalek-derive v0.1.0 |
1146 | 2024-04-30T22:05:44.197Z | Downloaded cstr-argument v0.1.2 |
1147 | 2024-04-30T22:05:44.197Z | Downloaded rand_core v0.6.4 |
1148 | 2024-04-30T22:05:44.197Z | Downloaded embedded-io v0.4.0 |
1149 | 2024-04-30T22:05:44.197Z | Downloaded snafu-derive v0.8.2 |
1150 | 2024-04-30T22:05:44.197Z | Downloaded ref-cast-impl v1.0.22 |
1151 | 2024-04-30T22:05:44.197Z | Downloaded parse-size v1.0.0 |
1152 | 2024-04-30T22:05:44.198Z | Downloaded r2d2 v0.8.10 |
1153 | 2024-04-30T22:05:44.198Z | Downloaded serde_tokenstream v0.1.7 |
1154 | 2024-04-30T22:05:44.198Z | Downloaded phf_shared v0.10.0 |
1155 | 2024-04-30T22:05:44.198Z | Downloaded rustversion v1.0.14 |
1156 | 2024-04-30T22:05:44.198Z | Downloaded precomputed-hash v0.1.1 |
1157 | 2024-04-30T22:05:44.198Z | Downloaded signature v1.6.4 |
1158 | 2024-04-30T22:05:44.198Z | Downloaded scheduled-thread-pool v0.2.7 |
1159 | 2024-04-30T22:05:44.198Z | Downloaded spki v0.7.2 |
1160 | 2024-04-30T22:05:44.218Z | Downloaded spin v0.5.2 |
1161 | 2024-04-30T22:05:44.218Z | Downloaded erased-serde v0.3.31 |
1162 | 2024-04-30T22:05:44.218Z | Downloaded wait-timeout v0.2.0 |
1163 | 2024-04-30T22:05:44.218Z | Downloaded universal-hash v0.5.1 |
1164 | 2024-04-30T22:05:44.218Z | Downloaded derive_builder v0.20.0 |
1165 | 2024-04-30T22:05:44.218Z | Downloaded foreign-types v0.3.2 |
1166 | 2024-04-30T22:05:44.218Z | Downloaded tiny-keccak v2.0.2 |
1167 | 2024-04-30T22:05:44.218Z | Downloaded crossbeam-channel v0.5.8 |
1168 | 2024-04-30T22:05:44.218Z | Downloaded which v4.4.0 |
1169 | 2024-04-30T22:05:44.218Z | Downloaded downcast v0.11.0 |
1170 | 2024-04-30T22:05:44.218Z | Downloaded display-error-chain v0.2.0 |
1171 | 2024-04-30T22:05:44.218Z | Downloaded funty v2.0.0 |
1172 | 2024-04-30T22:05:44.218Z | Downloaded libm v0.2.7 |
1173 | 2024-04-30T22:05:44.218Z | Downloaded plotters-svg v0.3.5 |
1174 | 2024-04-30T22:05:44.218Z | Downloaded openssl-probe v0.1.5 |
1175 | 2024-04-30T22:05:44.219Z | Downloaded parse-display-derive v0.9.0 |
1176 | 2024-04-30T22:05:44.219Z | Downloaded proc-macro-crate v1.3.1 |
1177 | 2024-04-30T22:05:44.219Z | Downloaded toml v0.7.8 |
1178 | 2024-04-30T22:05:44.219Z | Downloaded parse-display v0.9.0 |
1179 | 2024-04-30T22:05:44.219Z | Downloaded hash32 v0.3.1 |
1180 | 2024-04-30T22:05:44.219Z | Downloaded fragile v2.0.0 |
1181 | 2024-04-30T22:05:44.219Z | Downloaded strum v0.26.2 |
1182 | 2024-04-30T22:05:44.219Z | Downloaded phf_shared v0.11.2 |
1183 | 2024-04-30T22:05:44.219Z | Downloaded resolv-conf v0.7.0 |
1184 | 2024-04-30T22:05:44.219Z | Downloaded sha1 v0.10.6 |
1185 | 2024-04-30T22:05:44.219Z | Downloaded structmeta-derive v0.2.0 |
1186 | 2024-04-30T22:05:44.219Z | Downloaded slab v0.4.9 |
1187 | 2024-04-30T22:05:44.219Z | Downloaded synstructure v0.12.6 |
1188 | 2024-04-30T22:05:44.219Z | Downloaded siphasher v0.3.11 |
1189 | 2024-04-30T22:05:44.219Z | Downloaded target-spec v3.1.0 |
1190 | 2024-04-30T22:05:44.219Z | Downloaded mio v0.8.11 |
1191 | 2024-04-30T22:05:44.220Z | Downloaded tinyvec_macros v0.1.1 |
1192 | 2024-04-30T22:05:44.220Z | Downloaded dtrace-parser v0.2.0 |
1193 | 2024-04-30T22:05:44.220Z | Downloaded dtrace-parser v0.1.14 |
1194 | 2024-04-30T22:05:44.220Z | Downloaded postgres-protocol v0.6.6 |
1195 | 2024-04-30T22:05:44.220Z | Downloaded fallible-iterator v0.2.0 |
1196 | 2024-04-30T22:05:44.220Z | Downloaded unicode-linebreak v0.1.5 |
1197 | 2024-04-30T22:05:44.220Z | Downloaded unarray v0.1.4 |
1198 | 2024-04-30T22:05:44.220Z | Downloaded debug-ignore v1.0.5 |
1199 | 2024-04-30T22:05:44.220Z | Downloaded tinytemplate v1.2.1 |
1200 | 2024-04-30T22:05:44.220Z | Downloaded unicase v2.7.0 |
1201 | 2024-04-30T22:05:44.220Z | Downloaded strum_macros v0.26.1 |
1202 | 2024-04-30T22:05:44.220Z | Downloaded rpassword v7.3.1 |
1203 | 2024-04-30T22:05:44.220Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1204 | 2024-04-30T22:05:44.220Z | Downloaded foreign-types v0.5.0 |
1205 | 2024-04-30T22:05:44.220Z | Downloaded fnv v1.0.7 |
1206 | 2024-04-30T22:05:44.220Z | Downloaded num_enum v0.5.11 |
1207 | 2024-04-30T22:05:44.220Z | Downloaded peg-runtime v0.8.2 |
1208 | 2024-04-30T22:05:44.220Z | Downloaded plotters-backend v0.3.5 |
1209 | 2024-04-30T22:05:44.221Z | Downloaded oorandom v11.1.3 |
1210 | 2024-04-30T22:05:44.221Z | Downloaded psl-types v2.0.11 |
1211 | 2024-04-30T22:05:44.221Z | Downloaded proc-macro-error v1.0.4 |
1212 | 2024-04-30T22:05:44.221Z | Downloaded futures-channel v0.3.30 |
1213 | 2024-04-30T22:05:44.221Z | Downloaded rustls-native-certs v0.7.0 |
1214 | 2024-04-30T22:05:44.221Z | Downloaded escape8259 v0.5.2 |
1215 | 2024-04-30T22:05:44.221Z | Downloaded publicsuffix v2.2.3 |
1216 | 2024-04-30T22:05:44.221Z | Downloaded minimal-lexical v0.2.1 |
1217 | 2024-04-30T22:05:44.221Z | Downloaded slog-scope v4.4.0 |
1218 | 2024-04-30T22:05:44.221Z | Downloaded structmeta-derive v0.3.0 |
1219 | 2024-04-30T22:05:44.221Z | Downloaded serde_tokenstream v0.2.0 |
1220 | 2024-04-30T22:05:44.221Z | Downloaded target-lexicon v0.12.13 |
1221 | 2024-04-30T22:05:44.221Z | Downloaded typenum v1.16.0 |
1222 | 2024-04-30T22:05:44.222Z | Downloaded num_threads v0.1.6 |
1223 | 2024-04-30T22:05:44.222Z | Downloaded subprocess v0.2.9 |
1224 | 2024-04-30T22:05:44.222Z | Downloaded pretty-hex v0.4.1 |
1225 | 2024-04-30T22:05:44.222Z | Downloaded topological-sort v0.2.2 |
1226 | 2024-04-30T22:05:44.222Z | Downloaded tokio-native-tls v0.3.1 |
1227 | 2024-04-30T22:05:44.222Z | Downloaded either v1.11.0 |
1228 | 2024-04-30T22:05:44.222Z | Downloaded tokio-rustls v0.24.1 |
1229 | 2024-04-30T22:05:44.222Z | Downloaded deranged v0.3.11 |
1230 | 2024-04-30T22:05:44.222Z | Downloaded ucd-trie v0.1.6 |
1231 | 2024-04-30T22:05:44.222Z | Downloaded flagset v0.4.3 |
1232 | 2024-04-30T22:05:44.222Z | Downloaded diff v0.1.13 |
1233 | 2024-04-30T22:05:44.222Z | Downloaded criterion v0.5.1 |
1234 | 2024-04-30T22:05:44.222Z | Downloaded olpc-cjson v0.1.3 |
1235 | 2024-04-30T22:05:44.222Z | Downloaded pkg-config v0.3.27 |
1236 | 2024-04-30T22:05:44.222Z | Downloaded peeking_take_while v0.1.2 |
1237 | 2024-04-30T22:05:44.222Z | Downloaded once_cell v1.19.0 |
1238 | 2024-04-30T22:05:44.222Z | Downloaded radium v0.7.0 |
1239 | 2024-04-30T22:05:44.223Z | Downloaded phf v0.11.2 |
1240 | 2024-04-30T22:05:44.223Z | Downloaded pest_generator v2.7.6 |
1241 | 2024-04-30T22:05:44.223Z | Downloaded xattr v1.0.1 |
1242 | 2024-04-30T22:05:44.223Z | Downloaded tokio-util v0.7.10 |
1243 | 2024-04-30T22:05:44.250Z | Downloaded tower-service v0.3.2 |
1244 | 2024-04-30T22:05:44.250Z | Downloaded same-file v1.0.6 |
1245 | 2024-04-30T22:05:44.250Z | Downloaded sec1 v0.7.3 |
1246 | 2024-04-30T22:05:44.250Z | Downloaded sct v0.7.0 |
1247 | 2024-04-30T22:05:44.250Z | Downloaded usdt v0.3.5 |
1248 | 2024-04-30T22:05:44.250Z | Downloaded similar v2.4.0 |
1249 | 2024-04-30T22:05:44.251Z | Downloaded slog v2.7.0 |
1250 | 2024-04-30T22:05:44.251Z | Downloaded darling v0.20.8 |
1251 | 2024-04-30T22:05:44.251Z | Downloaded yasna v0.5.2 |
1252 | 2024-04-30T22:05:44.251Z | Downloaded rand_chacha v0.3.1 |
1253 | 2024-04-30T22:05:44.322Z | Downloaded percent-encoding v2.3.1 |
1254 | 2024-04-30T22:05:44.323Z | Downloaded vte_generate_state_changes v0.1.1 |
1255 | 2024-04-30T22:05:44.323Z | Downloaded zip v0.6.6 |
1256 | 2024-04-30T22:05:44.323Z | Downloaded derive_builder_macro v0.20.0 |
1257 | 2024-04-30T22:05:44.323Z | Downloaded waitgroup v0.1.2 |
1258 | 2024-04-30T22:05:44.324Z | Downloaded num-complex v0.4.5 |
1259 | 2024-04-30T22:05:44.324Z | Downloaded signal-hook-mio v0.2.3 |
1260 | 2024-04-30T22:05:44.324Z | Downloaded shlex v1.3.0 |
1261 | 2024-04-30T22:05:44.324Z | Downloaded shell-words v1.1.0 |
1262 | 2024-04-30T22:05:44.324Z | Downloaded crossterm v0.27.0 |
1263 | 2024-04-30T22:05:44.324Z | Downloaded num_cpus v1.16.0 |
1264 | 2024-04-30T22:05:44.324Z | Downloaded getopts v0.2.21 |
1265 | 2024-04-30T22:05:44.325Z | Downloaded slog-stdlog v4.1.1 |
1266 | 2024-04-30T22:05:44.325Z | Downloaded slog-json v2.6.1 |
1267 | 2024-04-30T22:05:44.325Z | Downloaded smf v0.2.3 |
1268 | 2024-04-30T22:05:44.345Z | Downloaded prettyplease v0.2.19 |
1269 | 2024-04-30T22:05:44.345Z | Downloaded oso v0.27.3 |
1270 | 2024-04-30T22:05:44.345Z | Downloaded guppy-workspace-hack v0.1.0 |
1271 | 2024-04-30T22:05:44.345Z | Downloaded tower-layer v0.3.2 |
1272 | 2024-04-30T22:05:44.345Z | Downloaded predicates-core v1.0.6 |
1273 | 2024-04-30T22:05:44.346Z | Downloaded predicates v3.1.0 |
1274 | 2024-04-30T22:05:44.346Z | Downloaded peg v0.8.2 |
1275 | 2024-04-30T22:05:44.346Z | Downloaded usdt v0.5.0 |
1276 | 2024-04-30T22:05:44.346Z | Downloaded strum_macros v0.25.2 |
1277 | 2024-04-30T22:05:44.346Z | Downloaded headers v0.3.9 |
1278 | 2024-04-30T22:05:44.346Z | Downloaded fxhash v0.2.1 |
1279 | 2024-04-30T22:05:44.346Z | Downloaded zeroize_derive v1.4.2 |
1280 | 2024-04-30T22:05:44.347Z | Downloaded unicode_categories v0.1.1 |
1281 | 2024-04-30T22:05:44.347Z | Downloaded trust-dns-resolver v0.22.0 |
1282 | 2024-04-30T22:05:44.347Z | Downloaded strum_macros v0.24.3 |
1283 | 2024-04-30T22:05:44.347Z | Downloaded tracing-core v0.1.32 |
1284 | 2024-04-30T22:05:44.347Z | Downloaded ron v0.8.1 |
1285 | 2024-04-30T22:05:44.347Z | Downloaded fixedbitset v0.4.2 |
1286 | 2024-04-30T22:05:44.348Z | Downloaded serde_urlencoded v0.7.1 |
1287 | 2024-04-30T22:05:44.348Z | Downloaded tinyvec v1.6.0 |
1288 | 2024-04-30T22:05:44.348Z | Downloaded want v0.3.1 |
1289 | 2024-04-30T22:05:44.348Z | Downloaded defmt-macros v0.3.6 |
1290 | 2024-04-30T22:05:44.348Z | Downloaded libxml v0.3.3 |
1291 | 2024-04-30T22:05:44.348Z | Downloaded flume v0.11.0 |
1292 | 2024-04-30T22:05:44.348Z | Downloaded reedline v0.31.0 |
1293 | 2024-04-30T22:05:44.349Z | Downloaded num_enum_derive v0.5.11 |
1294 | 2024-04-30T22:05:44.349Z | Downloaded unicode-bidi v0.3.15 |
1295 | 2024-04-30T22:05:44.349Z | Downloaded rstest v0.19.0 |
1296 | 2024-04-30T22:05:44.367Z | Downloaded password-hash v0.5.0 |
1297 | 2024-04-30T22:05:44.367Z | Downloaded openssl-sys v0.9.102 |
1298 | 2024-04-30T22:05:44.368Z | Downloaded ref-cast v1.0.22 |
1299 | 2024-04-30T22:05:44.368Z | Downloaded ppv-lite86 v0.2.17 |
1300 | 2024-04-30T22:05:44.368Z | Downloaded slog-term v2.9.1 |
1301 | 2024-04-30T22:05:44.368Z | Downloaded omicron-zone-package v0.11.0 |
1302 | 2024-04-30T22:05:44.368Z | Downloaded plain v0.2.3 |
1303 | 2024-04-30T22:05:44.368Z | Downloaded pin-project v1.1.3 |
1304 | 2024-04-30T22:05:44.392Z | Downloaded generic-array v0.14.7 |
1305 | 2024-04-30T22:05:44.392Z | Downloaded wyz v0.5.1 |
1306 | 2024-04-30T22:05:44.392Z | Downloaded fatfs v0.3.6 |
1307 | 2024-04-30T22:05:44.393Z | Downloaded futures-timer v3.0.2 |
1308 | 2024-04-30T22:05:44.393Z | Downloaded defmt v0.3.5 |
1309 | 2024-04-30T22:05:44.393Z | Downloaded samael v0.0.15 |
1310 | 2024-04-30T22:05:44.393Z | Downloaded glob v0.3.1 |
1311 | 2024-04-30T22:05:44.393Z | Downloaded tabwriter v1.4.0 |
1312 | 2024-04-30T22:05:44.393Z | Downloaded rustls-pki-types v1.3.0 |
1313 | 2024-04-30T22:05:44.393Z | Downloaded pest_derive v2.7.6 |
1314 | 2024-04-30T22:05:44.409Z | Downloaded unicode-width v0.1.11 |
1315 | 2024-04-30T22:05:44.409Z | Downloaded pretty_assertions v1.4.0 |
1316 | 2024-04-30T22:05:44.409Z | Downloaded rustls-pemfile v1.0.3 |
1317 | 2024-04-30T22:05:44.409Z | Downloaded snafu v0.8.2 |
1318 | 2024-04-30T22:05:44.410Z | Downloaded strip-ansi-escapes v0.2.0 |
1319 | 2024-04-30T22:05:44.410Z | Downloaded powerfmt v0.2.0 |
1320 | 2024-04-30T22:05:44.410Z | Downloaded num-traits v0.2.18 |
1321 | 2024-04-30T22:05:44.410Z | Downloaded vte v0.11.1 |
1322 | 2024-04-30T22:05:44.410Z | Downloaded poly1305 v0.8.0 |
1323 | 2024-04-30T22:05:44.422Z | Downloaded typed-path v0.7.0 |
1324 | 2024-04-30T22:05:44.422Z | Downloaded termcolor v1.2.0 |
1325 | 2024-04-30T22:05:44.422Z | Downloaded platforms v3.0.2 |
1326 | 2024-04-30T22:05:44.422Z | Downloaded partial-io v0.5.4 |
1327 | 2024-04-30T22:05:44.422Z | Downloaded parking_lot_core v0.8.6 |
1328 | 2024-04-30T22:05:44.422Z | Downloaded rustls-pemfile v2.1.2 |
1329 | 2024-04-30T22:05:44.423Z | Downloaded uuid v1.8.0 |
1330 | 2024-04-30T22:05:44.856Z | Downloaded rsa v0.9.2 |
1331 | 2024-04-30T22:05:44.857Z | Downloaded blake3 v1.5.0 |
1332 | 2024-04-30T22:05:44.857Z | Downloaded getrandom v0.2.12 |
1333 | 2024-04-30T22:05:44.870Z | Downloaded stringprep v0.1.3 |
1334 | 2024-04-30T22:05:44.870Z | Downloaded derive_more v0.99.17 |
1335 | 2024-04-30T22:05:44.870Z | Downloaded rcgen v0.12.1 |
1336 | 2024-04-30T22:05:44.870Z | Downloaded tabled_derive v0.7.0 |
1337 | 2024-04-30T22:05:44.871Z | Downloaded parking_lot v0.12.1 |
1338 | 2024-04-30T22:05:44.871Z | Downloaded hyper v0.14.28 |
1339 | 2024-04-30T22:05:44.871Z | Downloaded derive-where v1.2.7 |
1340 | 2024-04-30T22:05:44.871Z | Downloaded schemars v0.8.16 |
1341 | 2024-04-30T22:05:44.871Z | Downloaded socket2 v0.5.6 |
1342 | 2024-04-30T22:05:44.871Z | Downloaded elliptic-curve v0.13.8 |
1343 | 2024-04-30T22:05:44.872Z | Downloaded fancy-regex v0.13.0 |
1344 | 2024-04-30T22:05:44.872Z | Downloaded url v2.5.0 |
1345 | 2024-04-30T22:05:44.872Z | Downloaded hashbrown v0.13.2 |
1346 | 2024-04-30T22:05:44.872Z | Downloaded rand v0.8.5 |
1347 | 2024-04-30T22:05:44.873Z | Downloaded portable-atomic v1.4.3 |
1348 | 2024-04-30T22:05:44.873Z | Downloaded darling_core v0.20.8 |
1349 | 2024-04-30T22:05:44.873Z | Downloaded tracing v0.1.40 |
1350 | 2024-04-30T22:05:44.873Z | Downloaded zerocopy v0.7.32 |
1351 | 2024-04-30T22:05:44.873Z | Downloaded time v0.3.34 |
1352 | 2024-04-30T22:05:44.873Z | Downloaded hashbrown v0.12.3 |
1353 | 2024-04-30T22:05:44.874Z | Downloaded tar v0.4.40 |
1354 | 2024-04-30T22:05:44.874Z | Downloaded chrono v0.4.38 |
1355 | 2024-04-30T22:05:44.874Z | Downloaded expectorate v1.1.0 |
1356 | 2024-04-30T22:05:44.874Z | Downloaded rayon-core v1.12.1 |
1357 | 2024-04-30T22:05:44.874Z | Downloaded trust-dns-client v0.22.0 |
1358 | 2024-04-30T22:05:44.874Z | Downloaded tokio-postgres v0.7.10 |
1359 | 2024-04-30T22:05:44.875Z | Downloaded unicode-segmentation v1.10.1 |
1360 | 2024-04-30T22:05:44.875Z | Downloaded x509-cert v0.2.4 |
1361 | 2024-04-30T22:05:44.875Z | Downloaded reqwest v0.11.24 |
1362 | 2024-04-30T22:05:44.875Z | Downloaded num-bigint-dig v0.8.4 |
1363 | 2024-04-30T22:05:44.875Z | Downloaded bitvec v1.0.1 |
1364 | 2024-04-30T22:05:44.875Z | Downloaded pest v2.7.6 |
1365 | 2024-04-30T22:05:44.876Z | Downloaded serde_with v3.7.0 |
1366 | 2024-04-30T22:05:44.876Z | Downloaded petgraph v0.6.4 |
1367 | 2024-04-30T22:05:44.876Z | Downloaded rustyline v14.0.0 |
1368 | 2024-04-30T22:05:44.876Z | Downloaded tower v0.4.13 |
1369 | 2024-04-30T22:05:44.876Z | Downloaded proptest v1.4.0 |
1370 | 2024-04-30T22:05:44.876Z | Downloaded plotters v0.3.5 |
1371 | 2024-04-30T22:05:44.876Z | Downloaded guppy v0.17.5 |
1372 | 2024-04-30T22:05:44.876Z | Downloaded h2 v0.3.26 |
1373 | 2024-04-30T22:05:44.876Z | Downloaded futures-util v0.3.30 |
1374 | 2024-04-30T22:05:44.876Z | Downloaded goblin v0.8.0 |
1375 | 2024-04-30T22:05:44.877Z | Downloaded idna v0.5.0 |
1376 | 2024-04-30T22:05:44.877Z | Downloaded object v0.30.4 |
1377 | 2024-04-30T22:05:44.877Z | Downloaded sqlparser v0.45.0 |
1378 | 2024-04-30T22:05:44.877Z | Downloaded rustls-webpki v0.102.1 |
1379 | 2024-04-30T22:05:44.877Z | Downloaded bstr v0.2.17 |
1380 | 2024-04-30T22:05:44.877Z | Downloaded rustls-webpki v0.101.7 |
1381 | 2024-04-30T22:05:44.877Z | Downloaded rayon v1.10.0 |
1382 | 2024-04-30T22:05:44.878Z | Downloaded diesel v2.1.6 |
1383 | 2024-04-30T22:05:44.878Z | Downloaded webpki-roots v0.25.2 |
1384 | 2024-04-30T22:05:44.878Z | Downloaded tabled v0.15.0 |
1385 | 2024-04-30T22:05:44.878Z | Downloaded radix_trie v0.2.1 |
1386 | 2024-04-30T22:05:44.878Z | Downloaded curve25519-dalek v4.1.2 |
1387 | 2024-04-30T22:05:44.878Z | Downloaded polar-core v0.27.3 |
1388 | 2024-04-30T22:05:44.878Z | Downloaded smoltcp v0.9.1 |
1389 | 2024-04-30T22:05:44.879Z | Downloaded gimli v0.28.0 |
1390 | 2024-04-30T22:05:44.879Z | Downloaded regex-automata v0.4.5 |
1391 | 2024-04-30T22:05:44.879Z | Downloaded object v0.32.1 |
1392 | 2024-04-30T22:05:44.879Z | Downloaded sha3 v0.10.8 |
1393 | 2024-04-30T22:05:44.879Z | Downloaded zerocopy-derive v0.6.6 |
1394 | 2024-04-30T22:05:44.880Z | Downloaded regex-syntax v0.8.2 |
1395 | 2024-04-30T22:05:44.904Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1396 | 2024-04-30T22:05:44.904Z | Downloaded ratatui v0.26.2 |
1397 | 2024-04-30T22:05:44.918Z | Downloaded rustls v0.22.4 |
1398 | 2024-04-30T22:05:46.180Z | Downloaded smoltcp v0.11.0 |
1399 | 2024-04-30T22:05:46.181Z | Downloaded sled v0.34.7 |
1400 | 2024-04-30T22:05:46.181Z | Downloaded zerocopy-derive v0.2.0 |
1401 | 2024-04-30T22:05:46.181Z | Downloaded regress v0.9.1 |
1402 | 2024-04-30T22:05:46.181Z | Downloaded openapiv3 v2.0.0 |
1403 | 2024-04-30T22:05:46.181Z | Downloaded rustls v0.21.9 |
1404 | 2024-04-30T22:05:46.181Z | Downloaded regex v1.10.4 |
1405 | 2024-04-30T22:05:46.181Z | Downloaded bstr v1.9.0 |
1406 | 2024-04-30T22:05:46.182Z | Downloaded tokio v1.37.0 |
1407 | 2024-04-30T22:05:46.182Z | Downloaded trust-dns-proto v0.22.0 |
1408 | 2024-04-30T22:05:46.182Z | Downloaded regex-syntax v0.6.29 |
1409 | 2024-04-30T22:05:46.182Z | Downloaded idna v0.3.0 |
1410 | 2024-04-30T22:05:46.182Z | Downloaded idna v0.2.3 |
1411 | 2024-04-30T22:05:46.182Z | Downloaded csv v1.3.0 |
1412 | 2024-04-30T22:05:46.182Z | Downloaded winnow v0.5.15 |
1413 | 2024-04-30T22:05:46.183Z | Downloaded openssl v0.10.64 |
1414 | 2024-04-30T22:05:46.183Z | Downloaded nix v0.28.0 |
1415 | 2024-04-30T22:05:46.183Z | Downloaded quick-xml v0.31.0 |
1416 | 2024-04-30T22:05:46.183Z | Downloaded vcpkg v0.2.15 |
1417 | 2024-04-30T22:05:46.183Z | Downloaded syn v1.0.109 |
1418 | 2024-04-30T22:05:46.183Z | Downloaded lalrpop v0.19.12 |
1419 | 2024-04-30T22:05:46.183Z | Downloaded regex-automata v0.1.10 |
1420 | 2024-04-30T22:05:46.183Z | Downloaded tough v0.17.1 |
1421 | 2024-04-30T22:05:46.183Z | Downloaded unicode-normalization v0.1.22 |
1422 | 2024-04-30T22:05:46.183Z | Downloaded salty v0.2.0 |
1423 | 2024-04-30T22:05:46.184Z | Downloaded der v0.7.8 |
1424 | 2024-04-30T22:05:46.184Z | Downloaded walkdir v2.5.0 |
1425 | 2024-04-30T22:05:46.184Z | Downloaded peg-macros v0.8.2 |
1426 | 2024-04-30T22:05:46.184Z | Downloaded tracing-attributes v0.1.27 |
1427 | 2024-04-30T22:05:46.184Z | Downloaded sha2 v0.10.8 |
1428 | 2024-04-30T22:05:46.185Z | Downloaded encoding_rs v0.8.33 |
1429 | 2024-04-30T22:05:46.185Z | Downloaded zerocopy-derive v0.7.32 |
1430 | 2024-04-30T22:05:46.185Z | Downloaded zeroize v1.7.0 |
1431 | 2024-04-30T22:05:46.185Z | Downloaded structmeta v0.3.0 |
1432 | 2024-04-30T22:05:46.185Z | Downloaded whoami v1.5.1 |
1433 | 2024-04-30T22:05:46.185Z | Downloaded usdt-impl v0.3.5 |
1434 | 2024-04-30T22:05:46.186Z | Downloaded signal-hook v0.3.17 |
1435 | 2024-04-30T22:05:46.186Z | Downloaded enum-as-inner v0.5.1 |
1436 | 2024-04-30T22:05:46.186Z | Downloaded fd-lock v4.0.2 |
1437 | 2024-04-30T22:05:46.186Z | Downloaded der_derive v0.7.2 |
1438 | 2024-04-30T22:05:46.186Z | Downloaded slog-dtrace v0.3.0 |
1439 | 2024-04-30T22:05:46.186Z | Downloaded bindgen v0.69.2 |
1440 | 2024-04-30T22:05:46.186Z | Downloaded itertools v0.12.1 |
1441 | 2024-04-30T22:05:46.187Z | Downloaded steno v0.4.0 |
1442 | 2024-04-30T22:05:46.187Z | Downloaded group v0.13.0 |
1443 | 2024-04-30T22:05:46.187Z | Downloaded toml_edit v0.19.15 |
1444 | 2024-04-30T22:05:46.187Z | Downloaded defmt-parser v0.3.3 |
1445 | 2024-04-30T22:05:46.187Z | Downloaded itertools v0.10.5 |
1446 | 2024-04-30T22:05:46.187Z | Downloaded rusty-fork v0.3.0 |
1447 | 2024-04-30T22:05:46.187Z | Downloaded pem-rfc7468 v0.7.0 |
1448 | 2024-04-30T22:05:46.187Z | Downloaded pem v3.0.4 |
1449 | 2024-04-30T22:05:46.187Z | Downloaded toml v0.5.11 |
1450 | 2024-04-30T22:05:46.187Z | Downloaded trust-dns-server v0.22.1 |
1451 | 2024-04-30T22:05:46.188Z | Downloaded flate2 v1.0.28 |
1452 | 2024-04-30T22:05:46.188Z | Downloaded unicode-xid v0.2.4 |
1453 | 2024-04-30T22:05:46.188Z | Downloaded termios v0.3.3 |
1454 | 2024-04-30T22:05:46.188Z | Downloaded spin v0.9.8 |
1455 | 2024-04-30T22:05:46.188Z | Downloaded parking_lot_core v0.9.8 |
1456 | 2024-04-30T22:05:46.188Z | Downloaded futures v0.3.30 |
1457 | 2024-04-30T22:05:46.188Z | Downloaded dirs-next v2.0.0 |
1458 | 2024-04-30T22:05:46.188Z | Downloaded digest v0.10.7 |
1459 | 2024-04-30T22:05:46.189Z | Downloaded term v0.7.0 |
1460 | 2024-04-30T22:05:46.189Z | Downloaded aho-corasick v1.1.2 |
1461 | 2024-04-30T22:05:46.189Z | Downloaded thread-id v4.2.0 |
1462 | 2024-04-30T22:05:46.189Z | Downloaded untrusted v0.7.1 |
1463 | 2024-04-30T22:05:46.189Z | Downloaded termtree v0.4.1 |
1464 | 2024-04-30T22:05:46.189Z | Downloaded stability v0.2.0 |
1465 | 2024-04-30T22:05:46.189Z | Downloaded sqlparser_derive v0.2.2 |
1466 | 2024-04-30T22:05:46.189Z | Downloaded scroll_derive v0.12.0 |
1467 | 2024-04-30T22:05:46.189Z | Downloaded nom v7.1.3 |
1468 | 2024-04-30T22:05:46.189Z | Downloaded thread_local v1.1.7 |
1469 | 2024-04-30T22:05:46.190Z | Downloaded proc-macro-error-attr v1.0.4 |
1470 | 2024-04-30T22:05:46.190Z | Downloaded ena v0.14.2 |
1471 | 2024-04-30T22:05:46.190Z | Downloaded difflib v0.4.0 |
1472 | 2024-04-30T22:05:46.190Z | Downloaded zone v0.1.8 |
1473 | 2024-04-30T22:05:46.190Z | Downloaded pkcs8 v0.10.2 |
1474 | 2024-04-30T22:05:46.190Z | Downloaded pin-project-internal v1.1.3 |
1475 | 2024-04-30T22:05:46.190Z | Downloaded socket2 v0.4.9 |
1476 | 2024-04-30T22:05:46.190Z | Downloaded num-bigint v0.4.4 |
1477 | 2024-04-30T22:05:46.191Z | Downloaded yansi v0.5.1 |
1478 | 2024-04-30T22:05:46.191Z | Downloaded num-rational v0.4.1 |
1479 | 2024-04-30T22:05:46.191Z | Downloaded postgres-types v0.2.6 |
1480 | 2024-04-30T22:05:46.218Z | Downloaded ron v0.7.1 |
1481 | 2024-04-30T22:05:46.218Z | Downloaded derive_builder_core v0.20.0 |
1482 | 2024-04-30T22:05:46.219Z | Downloaded csv-core v0.1.11 |
1483 | 2024-04-30T22:05:46.219Z | Downloaded uuid v0.8.2 |
1484 | 2024-04-30T22:05:46.219Z | Downloaded unsafe-libyaml v0.2.10 |
1485 | 2024-04-30T22:05:46.219Z | Downloaded signature v2.1.0 |
1486 | 2024-04-30T22:05:46.219Z | Downloaded tungstenite v0.21.0 |
1487 | 2024-04-30T22:05:46.219Z | Downloaded postcard v1.0.8 |
1488 | 2024-04-30T22:05:46.219Z | Downloaded pin-project-lite v0.2.13 |
1489 | 2024-04-30T22:05:46.219Z | Downloaded pest_meta v2.7.6 |
1490 | 2024-04-30T22:05:46.219Z | Downloaded semver v0.1.20 |
1491 | 2024-04-30T22:05:46.219Z | Downloaded secrecy v0.8.0 |
1492 | 2024-04-30T22:05:46.219Z | Downloaded papergrid v0.11.0 |
1493 | 2024-04-30T22:05:46.219Z | Downloaded futures-task v0.3.30 |
1494 | 2024-04-30T22:05:46.220Z | Downloaded futures-sink v0.3.30 |
1495 | 2024-04-30T22:05:46.220Z | Downloaded futures-macro v0.3.30 |
1496 | 2024-04-30T22:05:46.220Z | Downloaded fastrand v2.0.1 |
1497 | 2024-04-30T22:05:46.220Z | Downloaded serde_derive_internals v0.26.0 |
1498 | 2024-04-30T22:05:46.220Z | Downloaded env_logger v0.9.3 |
1499 | 2024-04-30T22:05:46.220Z | Downloaded serde_yaml v0.9.25 |
1500 | 2024-04-30T22:05:46.220Z | Downloaded dyn-clone v1.0.17 |
1501 | 2024-04-30T22:05:46.220Z | Downloaded zerocopy v0.6.6 |
1502 | 2024-04-30T22:05:46.220Z | Downloaded utf-8 v0.7.6 |
1503 | 2024-04-30T22:05:46.220Z | Downloaded tungstenite v0.20.1 |
1504 | 2024-04-30T22:05:46.221Z | Downloaded test-strategy v0.3.1 |
1505 | 2024-04-30T22:05:46.221Z | Downloaded untrusted v0.9.0 |
1506 | 2024-04-30T22:05:46.221Z | Downloaded tap v1.0.1 |
1507 | 2024-04-30T22:05:46.221Z | Downloaded string_cache v0.8.7 |
1508 | 2024-04-30T22:05:46.221Z | Downloaded crc-any v2.4.3 |
1509 | 2024-04-30T22:05:46.221Z | Downloaded env_logger v0.10.0 |
1510 | 2024-04-30T22:05:46.221Z | Downloaded textwrap v0.16.1 |
1511 | 2024-04-30T22:05:46.221Z | Downloaded blake2 v0.10.6 |
1512 | 2024-04-30T22:05:46.221Z | Downloaded num-conv v0.1.0 |
1513 | 2024-04-30T22:05:46.222Z | Downloaded float-cmp v0.9.0 |
1514 | 2024-04-30T22:05:46.222Z | Downloaded indicatif v0.17.8 |
1515 | 2024-04-30T22:05:46.222Z | Downloaded hyper-util v0.1.2 |
1516 | 2024-04-30T22:05:46.222Z | Downloaded const_format v0.2.32 |
1517 | 2024-04-30T22:05:46.222Z | Downloaded base64 v0.22.0 |
1518 | 2024-04-30T22:05:46.222Z | Downloaded compact_str v0.7.1 |
1519 | 2024-04-30T22:05:46.223Z | Downloaded cc v1.0.83 |
1520 | 2024-04-30T22:05:46.223Z | Downloaded bytes v1.6.0 |
1521 | 2024-04-30T22:05:46.223Z | Downloaded predicates-tree v1.0.9 |
1522 | 2024-04-30T22:05:46.223Z | Downloaded pin-utils v0.1.0 |
1523 | 2024-04-30T22:05:46.223Z | Downloaded tokio-tungstenite v0.20.1 |
1524 | 2024-04-30T22:05:46.223Z | Downloaded tokio-stream v0.1.15 |
1525 | 2024-04-30T22:05:46.223Z | Downloaded tokio-rustls v0.25.0 |
1526 | 2024-04-30T22:05:46.223Z | Downloaded clang-sys v1.6.1 |
1527 | 2024-04-30T22:05:46.223Z | Downloaded blake2b_simd v1.0.1 |
1528 | 2024-04-30T22:05:46.223Z | Downloaded num-derive v0.4.0 |
1529 | 2024-04-30T22:05:46.223Z | Downloaded globset v0.4.13 |
1530 | 2024-04-30T22:05:46.224Z | Downloaded tempfile v3.10.1 |
1531 | 2024-04-30T22:05:46.224Z | Downloaded form_urlencoded v1.2.1 |
1532 | 2024-04-30T22:05:46.224Z | Downloaded foreign-types-macros v0.2.3 |
1533 | 2024-04-30T22:05:46.224Z | Downloaded time-macros v0.2.17 |
1534 | 2024-04-30T22:05:46.224Z | Downloaded datatest-stable v0.2.9 |
1535 | 2024-04-30T22:05:46.224Z | Downloaded data-encoding v2.4.0 |
1536 | 2024-04-30T22:05:46.224Z | Downloaded relative-path v1.9.0 |
1537 | 2024-04-30T22:05:46.224Z | Downloaded httptest v0.15.5 |
1538 | 2024-04-30T22:05:46.224Z | Downloaded const-oid v0.9.6 |
1539 | 2024-04-30T22:05:46.224Z | Downloaded block-padding v0.3.3 |
1540 | 2024-04-30T22:05:46.224Z | Downloaded backtrace v0.3.69 |
1541 | 2024-04-30T22:05:46.224Z | Downloaded httparse v1.8.0 |
1542 | 2024-04-30T22:05:46.224Z | Downloaded ciborium v0.2.2 |
1543 | 2024-04-30T22:05:46.224Z | Downloaded smawk v0.3.1 |
1544 | 2024-04-30T22:05:46.224Z | Downloaded slog-envlogger v2.2.0 |
1545 | 2024-04-30T22:05:46.224Z | Downloaded similar-asserts v1.5.0 |
1546 | 2024-04-30T22:05:46.224Z | Downloaded signal-hook-registry v1.4.1 |
1547 | 2024-04-30T22:05:46.225Z | Downloaded serde_arrays v0.1.0 |
1548 | 2024-04-30T22:05:46.225Z | Downloaded cookie v0.17.0 |
1549 | 2024-04-30T22:05:46.225Z | Downloaded rustc_version v0.1.7 |
1550 | 2024-04-30T22:05:46.225Z | Downloaded hyper-tls v0.5.0 |
1551 | 2024-04-30T22:05:46.225Z | Downloaded cookie_store v0.20.0 |
1552 | 2024-04-30T22:05:46.225Z | Downloaded http-body v0.4.5 |
1553 | 2024-04-30T22:05:46.225Z | Downloaded const_format_proc_macros v0.2.32 |
1554 | 2024-04-30T22:05:46.225Z | Downloaded colored v2.1.0 |
1555 | 2024-04-30T22:05:46.225Z | Downloaded bzip2 v0.4.4 |
1556 | 2024-04-30T22:05:46.225Z | Downloaded lazycell v1.3.0 |
1557 | 2024-04-30T22:05:46.225Z | Downloaded inout v0.1.3 |
1558 | 2024-04-30T22:05:46.225Z | Downloaded hyper-staticfile v0.9.5 |
1559 | 2024-04-30T22:05:46.225Z | Downloaded rand_xorshift v0.3.0 |
1560 | 2024-04-30T22:05:46.225Z | Downloaded ipnetwork v0.20.0 |
1561 | 2024-04-30T22:05:46.225Z | Downloaded newtype-uuid v1.1.0 |
1562 | 2024-04-30T22:05:46.225Z | Downloaded maybe-uninit v2.0.0 |
1563 | 2024-04-30T22:05:46.226Z | Downloaded crc v3.0.1 |
1564 | 2024-04-30T22:05:46.226Z | Downloaded camino-tempfile v1.1.1 |
1565 | 2024-04-30T22:05:46.226Z | Downloaded bitstruct_derive v0.1.0 |
1566 | 2024-04-30T22:05:46.226Z | Downloaded bitfield v0.14.0 |
1567 | 2024-04-30T22:05:46.226Z | Downloaded cipher v0.4.4 |
1568 | 2024-04-30T22:05:46.226Z | Downloaded bit-set v0.5.3 |
1569 | 2024-04-30T22:05:46.226Z | Downloaded lock_api v0.4.10 |
1570 | 2024-04-30T22:05:46.226Z | Downloaded bitflags v1.3.2 |
1571 | 2024-04-30T22:05:46.226Z | Downloaded hex-literal v0.4.1 |
1572 | 2024-04-30T22:05:46.226Z | Downloaded bitstruct v0.1.1 |
1573 | 2024-04-30T22:05:46.226Z | Downloaded heck v0.4.1 |
1574 | 2024-04-30T22:05:46.226Z | Downloaded crucible-workspace-hack v0.1.0 |
1575 | 2024-04-30T22:05:46.226Z | Downloaded headers-core v0.2.0 |
1576 | 2024-04-30T22:05:46.226Z | Downloaded arc-swap v1.6.0 |
1577 | 2024-04-30T22:05:46.226Z | Downloaded allocator-api2 v0.2.16 |
1578 | 2024-04-30T22:05:46.226Z | Downloaded backoff v0.4.0 |
1579 | 2024-04-30T22:05:46.226Z | Downloaded async-trait v0.1.80 |
1580 | 2024-04-30T22:05:46.240Z | Downloaded adler v1.0.2 |
1581 | 2024-04-30T22:05:46.240Z | Downloaded array-init v0.0.4 |
1582 | 2024-04-30T22:05:46.240Z | Downloaded assert_cmd v2.0.14 |
1583 | 2024-04-30T22:05:46.240Z | Downloaded aead v0.5.2 |
1584 | 2024-04-30T22:05:46.240Z | Downloaded hostname v0.3.1 |
1585 | 2024-04-30T22:05:46.240Z | Downloaded highway v1.1.0 |
1586 | 2024-04-30T22:05:46.240Z | Downloaded async-recursion v1.1.0 |
1587 | 2024-04-30T22:05:46.240Z | Downloaded assert_matches v1.5.0 |
1588 | 2024-04-30T22:05:46.241Z | Downloaded arrayref v0.3.7 |
1589 | 2024-04-30T22:05:46.241Z | Downloaded ring v0.17.8 |
1590 | 2024-04-30T22:05:46.241Z | Downloaded ring v0.16.20 |
1591 | 2024-04-30T22:05:46.306Z | Compiling libc v0.2.153 |
1592 | 2024-04-30T22:05:46.307Z | Compiling serde v1.0.199 |
1593 | 2024-04-30T22:05:46.307Z | Compiling version_check v0.9.4 |
1594 | 2024-04-30T22:05:46.318Z | Checking cfg-if v1.0.0 |
1595 | 2024-04-30T22:05:46.363Z | Compiling lock_api v0.4.10 |
1596 | 2024-04-30T22:05:46.377Z | Compiling syn v1.0.109 |
1597 | 2024-04-30T22:05:46.392Z | Compiling syn v2.0.60 |
1598 | 2024-04-30T22:05:46.454Z | Compiling parking_lot_core v0.9.8 |
1599 | 2024-04-30T22:05:46.474Z | Compiling once_cell v1.19.0 |
1600 | 2024-04-30T22:05:46.753Z | Compiling libm v0.2.7 |
1601 | 2024-04-30T22:05:46.900Z | Compiling num-traits v0.2.18 |
1602 | 2024-04-30T22:05:46.915Z | Compiling memchr v2.7.1 |
1603 | 2024-04-30T22:05:46.915Z | Compiling serde_json v1.0.116 |
1604 | 2024-04-30T22:05:47.074Z | Compiling ahash v0.8.8 |
1605 | 2024-04-30T22:05:47.360Z | Compiling byteorder v1.5.0 |
1606 | 2024-04-30T22:05:47.804Z | Checking log v0.4.21 |
1607 | 2024-04-30T22:05:48.078Z | Compiling slab v0.4.9 |
1608 | 2024-04-30T22:05:48.237Z | Checking getrandom v0.2.12 |
1609 | 2024-04-30T22:05:48.726Z | Compiling cc v1.0.83 |
1610 | 2024-04-30T22:05:48.726Z | Checking itoa v1.0.9 |
1611 | 2024-04-30T22:05:48.726Z | Compiling typenum v1.16.0 |
1612 | 2024-04-30T22:05:48.726Z | Compiling generic-array v0.14.7 |
1613 | 2024-04-30T22:05:48.747Z | Checking scopeguard v1.2.0 |
1614 | 2024-04-30T22:05:49.044Z | Checking smallvec v1.13.1 |
1615 | 2024-04-30T22:05:49.115Z | Compiling heck v0.4.1 |
1616 | 2024-04-30T22:05:49.150Z | Compiling allocator-api2 v0.2.16 |
1617 | 2024-04-30T22:05:49.686Z | Compiling pkg-config v0.3.27 |
1618 | 2024-04-30T22:05:49.691Z | Compiling rustix v0.38.31 |
1619 | 2024-04-30T22:05:49.715Z | Compiling schemars v0.8.16 |
1620 | 2024-04-30T22:05:50.399Z | Compiling httparse v1.8.0 |
1621 | 2024-04-30T22:05:50.417Z | Checking pin-project-lite v0.2.13 |
1622 | 2024-04-30T22:05:50.417Z | Compiling time-core v0.1.2 |
1623 | 2024-04-30T22:05:50.417Z | Checking parking_lot v0.12.1 |
1624 | 2024-04-30T22:05:50.445Z | Compiling num-conv v0.1.0 |
1625 | 2024-04-30T22:05:50.475Z | Compiling fnv v1.0.7 |
1626 | 2024-04-30T22:05:50.619Z | Checking signal-hook-registry v1.4.1 |
1627 | 2024-04-30T22:05:50.641Z | Compiling vcpkg v0.2.15 |
1628 | 2024-04-30T22:05:50.694Z | Compiling time-macros v0.2.17 |
1629 | 2024-04-30T22:05:50.847Z | Checking mio v0.8.11 |
1630 | 2024-04-30T22:05:51.175Z | Checking ryu v1.0.15 |
1631 | 2024-04-30T22:05:51.401Z | Compiling aho-corasick v1.1.2 |
1632 | 2024-04-30T22:05:51.564Z | Compiling ring v0.17.8 |
1633 | 2024-04-30T22:05:52.787Z | Compiling openssl-sys v0.9.102 |
1634 | 2024-04-30T22:05:52.855Z | Compiling regex-syntax v0.8.2 |
1635 | 2024-04-30T22:05:53.992Z | Compiling serde_derive_internals v0.26.0 |
1636 | 2024-04-30T22:05:54.918Z | Checking rand_core v0.6.4 |
1637 | 2024-04-30T22:05:55.166Z | Checking num_cpus v1.16.0 |
1638 | 2024-04-30T22:05:55.249Z | Checking futures-core v0.3.30 |
1639 | 2024-04-30T22:05:55.403Z | Compiling ring v0.16.20 |
1640 | 2024-04-30T22:05:55.467Z | Compiling regex-automata v0.4.5 |
1641 | 2024-04-30T22:05:56.377Z | Checking socket2 v0.5.6 |
1642 | 2024-04-30T22:05:56.768Z | Compiling openssl v0.10.64 |
1643 | 2024-04-30T22:05:57.167Z | Compiling rustversion v1.0.14 |
1644 | 2024-04-30T22:05:57.549Z | Compiling ucd-trie v0.1.6 |
1645 | 2024-04-30T22:05:57.828Z | Compiling slog v2.7.0 |
1646 | 2024-04-30T22:05:58.408Z | Compiling crossbeam-utils v0.8.19 |
1647 | 2024-04-30T22:05:58.774Z | Compiling native-tls v0.2.11 |
1648 | 2024-04-30T22:05:59.001Z | Compiling iana-time-zone v0.1.57 |
1649 | 2024-04-30T22:05:59.080Z | Compiling rustls v0.21.9 |
1650 | 2024-04-30T22:05:59.558Z | Compiling cookie v0.17.0 |
1651 | 2024-04-30T22:05:59.574Z | Checking spin v0.5.2 |
1652 | 2024-04-30T22:05:59.574Z | Compiling backtrace v0.3.69 |
1653 | 2024-04-30T22:05:59.574Z | Compiling dyn-clone v1.0.17 |
1654 | 2024-04-30T22:05:59.574Z | Compiling uuid v0.8.2 |
1655 | 2024-04-30T22:06:00.225Z | Checking futures-sink v0.3.30 |
1656 | 2024-04-30T22:06:00.231Z | Compiling unicode-xid v0.2.4 |
1657 | 2024-04-30T22:06:00.231Z | Compiling anyhow v1.0.82 |
1658 | 2024-04-30T22:06:00.231Z | Checking pin-utils v0.1.0 |
1659 | 2024-04-30T22:06:00.231Z | Checking futures-channel v0.3.30 |
1660 | 2024-04-30T22:06:00.232Z | Compiling serde_derive v1.0.199 |
1661 | 2024-04-30T22:06:00.329Z | Compiling zerocopy-derive v0.7.32 |
1662 | 2024-04-30T22:06:00.346Z | Compiling thiserror-impl v1.0.59 |
1663 | 2024-04-30T22:06:00.485Z | Compiling zeroize_derive v1.4.2 |
1664 | 2024-04-30T22:06:00.503Z | Compiling tokio-macros v2.2.0 |
1665 | 2024-04-30T22:06:00.720Z | Compiling futures-macro v0.3.30 |
1666 | 2024-04-30T22:06:00.801Z | Compiling tracing-attributes v0.1.27 |
1667 | 2024-04-30T22:06:02.135Z | Compiling schemars_derive v0.8.16 |
1668 | 2024-04-30T22:06:02.273Z | Compiling regex v1.10.4 |
1669 | 2024-04-30T22:06:02.750Z | Compiling zerocopy v0.7.32 |
1670 | 2024-04-30T22:06:02.841Z | Checking zeroize v1.7.0 |
1671 | 2024-04-30T22:06:03.107Z | Compiling openssl-macros v0.1.1 |
1672 | 2024-04-30T22:06:03.697Z | Compiling thiserror v1.0.59 |
1673 | 2024-04-30T22:06:04.278Z | Compiling pest v2.7.6 |
1674 | 2024-04-30T22:06:04.367Z | Compiling async-trait v0.1.80 |
1675 | 2024-04-30T22:06:04.896Z | Compiling hashbrown v0.14.3 |
1676 | 2024-04-30T22:06:05.449Z | Checking futures-io v0.3.30 |
1677 | 2024-04-30T22:06:05.616Z | Compiling tinyvec_macros v0.1.1 |
1678 | 2024-04-30T22:06:05.697Z | Checking futures-task v0.3.30 |
1679 | 2024-04-30T22:06:05.899Z | Compiling tinyvec v1.6.0 |
1680 | 2024-04-30T22:06:05.924Z | Checking futures-util v0.3.30 |
1681 | 2024-04-30T22:06:06.203Z | Compiling pest_meta v2.7.6 |
1682 | 2024-04-30T22:06:06.548Z | Compiling scroll_derive v0.12.0 |
1683 | 2024-04-30T22:06:06.584Z | Compiling thread-id v4.2.0 |
1684 | 2024-04-30T22:06:06.771Z | Compiling der_derive v0.7.2 |
1685 | 2024-04-30T22:06:07.292Z | Compiling unicode-normalization v0.1.22 |
1686 | 2024-04-30T22:06:08.145Z | Compiling pest_generator v2.7.6 |
1687 | 2024-04-30T22:06:08.895Z | Compiling unicode-bidi v0.3.15 |
1688 | 2024-04-30T22:06:09.284Z | Compiling errno v0.3.8 |
1689 | 2024-04-30T22:06:09.483Z | Compiling either v1.11.0 |
1690 | 2024-04-30T22:06:09.918Z | Checking subtle v2.5.0 |
1691 | 2024-04-30T22:06:09.970Z | Compiling unicode-width v0.1.11 |
1692 | 2024-04-30T22:06:10.082Z | Compiling crc32fast v1.3.2 |
1693 | 2024-04-30T22:06:10.932Z | Compiling winnow v0.5.15 |
1694 | 2024-04-30T22:06:11.101Z | Compiling synstructure v0.12.6 |
1695 | 2024-04-30T22:06:11.131Z | Compiling pest_derive v2.7.6 |
1696 | 2024-04-30T22:06:11.916Z | Compiling spin v0.9.8 |
1697 | 2024-04-30T22:06:12.319Z | Compiling tracing-core v0.1.32 |
1698 | 2024-04-30T22:06:12.618Z | Compiling scroll v0.12.0 |
1699 | 2024-04-30T22:06:12.684Z | Compiling usdt-impl v0.5.0 |
1700 | 2024-04-30T22:06:12.886Z | Compiling zerocopy-derive v0.2.0 |
1701 | 2024-04-30T22:06:13.041Z | Compiling tracing v0.1.40 |
1702 | 2024-04-30T22:06:13.143Z | Compiling const-oid v0.9.6 |
1703 | 2024-04-30T22:06:13.655Z | Checking bytes v1.6.0 |
1704 | 2024-04-30T22:06:13.872Z | Checking bitflags v2.4.2 |
1705 | 2024-04-30T22:06:14.257Z | Compiling percent-encoding v2.3.1 |
1706 | 2024-04-30T22:06:14.426Z | Checking tokio v1.37.0 |
1707 | 2024-04-30T22:06:14.502Z | Compiling plain v0.2.3 |
1708 | 2024-04-30T22:06:14.647Z | Compiling indexmap v2.2.6 |
1709 | 2024-04-30T22:06:14.920Z | Compiling chrono v0.4.38 |
1710 | 2024-04-30T22:06:15.326Z | Compiling uuid v1.8.0 |
1711 | 2024-04-30T22:06:15.399Z | Compiling semver v1.0.22 |
1712 | 2024-04-30T22:06:16.075Z | Compiling http v0.2.12 |
1713 | 2024-04-30T22:06:16.094Z | Compiling serde_spanned v0.6.5 |
1714 | 2024-04-30T22:06:16.114Z | Compiling toml_datetime v0.6.5 |
1715 | 2024-04-30T22:06:16.307Z | Compiling rustc_version v0.4.0 |
1716 | 2024-04-30T22:06:17.036Z | Compiling openapiv3 v2.0.0 |
1717 | 2024-04-30T22:06:17.744Z | Compiling toml_edit v0.19.15 |
1718 | 2024-04-30T22:06:18.624Z | Compiling goblin v0.8.0 |
1719 | 2024-04-30T22:06:18.963Z | Compiling pretty-hex v0.4.1 |
1720 | 2024-04-30T22:06:19.172Z | Compiling clap_derive v4.5.4 |
1721 | 2024-04-30T22:06:21.144Z | Compiling dtrace-parser v0.2.0 |
1722 | 2024-04-30T22:06:21.336Z | Compiling powerfmt v0.2.0 |
1723 | 2024-04-30T22:06:21.518Z | Compiling signal-hook v0.3.17 |
1724 | 2024-04-30T22:06:21.675Z | Compiling foreign-types-shared v0.1.1 |
1725 | 2024-04-30T22:06:21.712Z | Compiling untrusted v0.9.0 |
1726 | 2024-04-30T22:06:21.785Z | Compiling untrusted v0.7.1 |
1727 | 2024-04-30T22:06:21.822Z | Compiling foreign-types v0.3.2 |
1728 | 2024-04-30T22:06:21.948Z | Compiling deranged v0.3.11 |
1729 | 2024-04-30T22:06:23.361Z | Compiling form_urlencoded v1.2.1 |
1730 | 2024-04-30T22:06:23.395Z | Compiling crypto-common v0.1.6 |
1731 | 2024-04-30T22:06:23.604Z | Compiling zerocopy-derive v0.6.6 |
1732 | 2024-04-30T22:06:24.350Z | Compiling tokio-util v0.7.10 |
1733 | 2024-04-30T22:06:26.341Z | Compiling dof v0.3.0 |
1734 | 2024-04-30T22:06:26.469Z | Compiling usdt-impl v0.3.5 |
1735 | 2024-04-30T22:06:26.469Z | Compiling num_threads v0.1.6 |
1736 | 2024-04-30T22:06:26.470Z | Compiling siphasher v0.3.11 |
1737 | 2024-04-30T22:06:26.470Z | Compiling try-lock v0.2.4 |
1738 | 2024-04-30T22:06:26.470Z | Compiling base64 v0.21.7 |
1739 | 2024-04-30T22:06:26.470Z | Compiling time v0.3.34 |
1740 | 2024-04-30T22:06:26.470Z | Compiling want v0.3.1 |
1741 | 2024-04-30T22:06:26.471Z | Compiling h2 v0.3.26 |
1742 | 2024-04-30T22:06:26.567Z | Compiling rustls-webpki v0.101.7 |
1743 | 2024-04-30T22:06:27.494Z | Compiling sct v0.7.0 |
1744 | 2024-04-30T22:06:27.927Z | Compiling http-body v0.4.5 |
1745 | 2024-04-30T22:06:27.960Z | Compiling zerocopy v0.3.0 |
1746 | 2024-04-30T22:06:28.475Z | Compiling block-buffer v0.10.4 |
1747 | 2024-04-30T22:06:28.555Z | Compiling idna v0.5.0 |
1748 | 2024-04-30T22:06:28.583Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1749 | 2024-04-30T22:06:28.853Z | Compiling tower-service v0.3.2 |
1750 | 2024-04-30T22:06:28.961Z | Compiling httpdate v1.0.3 |
1751 | 2024-04-30T22:06:29.041Z | Compiling openssl-probe v0.1.5 |
1752 | 2024-04-30T22:06:29.360Z | Compiling url v2.5.0 |
1753 | 2024-04-30T22:06:30.136Z | Compiling digest v0.10.7 |
1754 | 2024-04-30T22:06:30.241Z | Compiling dof v0.1.5 |
1755 | 2024-04-30T22:06:30.702Z | Compiling heapless v0.7.16 |
1756 | 2024-04-30T22:06:31.145Z | Compiling dtrace-parser v0.1.14 |
1757 | 2024-04-30T22:06:31.203Z | Compiling idna v0.3.0 |
1758 | 2024-04-30T22:06:31.220Z | Compiling lazy_static v1.4.0 |
1759 | 2024-04-30T22:06:31.338Z | Checking equivalent v1.0.1 |
1760 | 2024-04-30T22:06:31.456Z | Compiling ppv-lite86 v0.2.17 |
1761 | 2024-04-30T22:06:31.553Z | Compiling adler v1.0.2 |
1762 | 2024-04-30T22:06:32.574Z | Compiling psl-types v2.0.11 |
1763 | 2024-04-30T22:06:32.757Z | Compiling publicsuffix v2.2.3 |
1764 | 2024-04-30T22:06:32.805Z | Compiling hyper v0.14.28 |
1765 | 2024-04-30T22:06:32.850Z | Compiling tokio-native-tls v0.3.1 |
1766 | 2024-04-30T22:06:33.018Z | Compiling rand_chacha v0.3.1 |
1767 | 2024-04-30T22:06:33.035Z | Compiling crossbeam-epoch v0.9.18 |
1768 | 2024-04-30T22:06:33.111Z | Compiling miniz_oxide v0.7.1 |
1769 | 2024-04-30T22:06:34.605Z | Compiling tokio-rustls v0.24.1 |
1770 | 2024-04-30T22:06:34.948Z | Compiling serde_tokenstream v0.1.7 |
1771 | 2024-04-30T22:06:34.998Z | Compiling ipnet v2.9.0 |
1772 | 2024-04-30T22:06:35.012Z | Compiling bit-vec v0.6.3 |
1773 | 2024-04-30T22:06:35.118Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1774 | 2024-04-30T22:06:35.446Z | Compiling cookie_store v0.20.0 |
1775 | 2024-04-30T22:06:35.464Z | Compiling rand v0.8.5 |
1776 | 2024-04-30T22:06:36.032Z | Compiling rustls-pemfile v1.0.3 |
1777 | 2024-04-30T22:06:36.189Z | Compiling phf_shared v0.10.0 |
1778 | 2024-04-30T22:06:36.383Z | Compiling serde_urlencoded v0.7.1 |
1779 | 2024-04-30T22:06:36.680Z | Compiling encoding_rs v0.8.33 |
1780 | 2024-04-30T22:06:36.878Z | Compiling num-bigint v0.4.4 |
1781 | 2024-04-30T22:06:36.890Z | Compiling new_debug_unreachable v1.0.4 |
1782 | 2024-04-30T22:06:36.916Z | Compiling precomputed-hash v0.1.1 |
1783 | 2024-04-30T22:06:36.973Z | Compiling minimal-lexical v0.2.1 |
1784 | 2024-04-30T22:06:37.024Z | Compiling mime v0.3.17 |
1785 | 2024-04-30T22:06:37.260Z | Compiling sync_wrapper v0.1.2 |
1786 | 2024-04-30T22:06:37.387Z | Compiling gimli v0.28.0 |
1787 | 2024-04-30T22:06:37.474Z | Compiling webpki-roots v0.25.2 |
1788 | 2024-04-30T22:06:37.489Z | Compiling fixedbitset v0.4.2 |
1789 | 2024-04-30T22:06:37.596Z | Compiling base64ct v1.6.0 |
1790 | 2024-04-30T22:06:37.622Z | Compiling smoltcp v0.9.1 |
1791 | 2024-04-30T22:06:38.361Z | Compiling petgraph v0.6.4 |
1792 | 2024-04-30T22:06:38.370Z | Compiling pem-rfc7468 v0.7.0 |
1793 | 2024-04-30T22:06:38.370Z | Compiling nom v7.1.3 |
1794 | 2024-04-30T22:06:38.704Z | Compiling string_cache v0.8.7 |
1795 | 2024-04-30T22:06:38.859Z | Compiling usdt-macro v0.3.5 |
1796 | 2024-04-30T22:06:39.178Z | Compiling usdt-attr-macro v0.3.5 |
1797 | 2024-04-30T22:06:39.649Z | Compiling hyper-rustls v0.24.2 |
1798 | 2024-04-30T22:06:40.425Z | Compiling hyper-tls v0.5.0 |
1799 | 2024-04-30T22:06:40.443Z | Compiling bit-set v0.5.3 |
1800 | 2024-04-30T22:06:40.443Z | Compiling reqwest v0.11.24 |
1801 | 2024-04-30T22:06:40.531Z | Compiling hmac v0.12.1 |
1802 | 2024-04-30T22:06:40.773Z | Compiling itertools v0.10.5 |
1803 | 2024-04-30T22:06:41.038Z | Compiling enum-as-inner v0.5.1 |
1804 | 2024-04-30T22:06:41.209Z | Compiling hubpack_derive v0.1.1 |
1805 | 2024-04-30T22:06:41.565Z | Compiling addr2line v0.21.0 |
1806 | 2024-04-30T22:06:41.695Z | Compiling diesel_table_macro_syntax v0.1.0 |
1807 | 2024-04-30T22:06:42.001Z | Compiling object v0.32.1 |
1808 | 2024-04-30T22:06:42.107Z | Compiling lalrpop-util v0.19.12 |
1809 | 2024-04-30T22:06:42.147Z | Compiling unicode-segmentation v1.10.1 |
1810 | 2024-04-30T22:06:42.267Z | Compiling flagset v0.4.3 |
1811 | 2024-04-30T22:06:42.465Z | Compiling rustc-demangle v0.1.23 |
1812 | 2024-04-30T22:06:42.669Z | Compiling toml_edit v0.22.12 |
1813 | 2024-04-30T22:06:43.017Z | Compiling der v0.7.8 |
1814 | 2024-04-30T22:06:43.126Z | Compiling diesel_derives v2.1.2 |
1815 | 2024-04-30T22:06:43.208Z | Compiling flate2 v1.0.28 |
1816 | 2024-04-30T22:06:43.432Z | Compiling futures-executor v0.3.30 |
1817 | 2024-04-30T22:06:44.448Z | Compiling cpufeatures v0.2.12 |
1818 | 2024-04-30T22:06:44.465Z | Compiling futures v0.3.30 |
1819 | 2024-04-30T22:06:44.465Z | Compiling sha2 v0.10.8 |
1820 | 2024-04-30T22:06:45.452Z | Compiling spki v0.7.2 |
1821 | 2024-04-30T22:06:45.817Z | Compiling md-5 v0.10.5 |
1822 | 2024-04-30T22:06:46.075Z | Compiling toml v0.7.8 |
1823 | 2024-04-30T22:06:46.397Z | Compiling hex v0.4.3 |
1824 | 2024-04-30T22:06:46.638Z | Compiling stringprep v0.1.3 |
1825 | 2024-04-30T22:06:46.980Z | Compiling serde_repr v0.1.16 |
1826 | 2024-04-30T22:06:47.740Z | Compiling strum_macros v0.25.2 |
1827 | 2024-04-30T22:06:48.203Z | Compiling num-integer v0.1.46 |
1828 | 2024-04-30T22:06:48.227Z | Compiling hash32 v0.2.1 |
1829 | 2024-04-30T22:06:48.704Z | Compiling fallible-iterator v0.2.0 |
1830 | 2024-04-30T22:06:48.993Z | Compiling stable_deref_trait v1.2.0 |
1831 | 2024-04-30T22:06:49.321Z | Checking unicode-ident v1.0.12 |
1832 | 2024-04-30T22:06:49.471Z | Compiling postgres-protocol v0.6.6 |
1833 | 2024-04-30T22:06:50.763Z | Compiling pkcs8 v0.10.2 |
1834 | 2024-04-30T22:06:50.968Z | Compiling phf_shared v0.11.2 |
1835 | 2024-04-30T22:06:51.091Z | Compiling terminal_size v0.3.0 |
1836 | 2024-04-30T22:06:51.280Z | Compiling ff v0.13.0 |
1837 | 2024-04-30T22:06:51.611Z | Compiling block-padding v0.3.3 |
1838 | 2024-04-30T22:06:51.622Z | Compiling scheduled-thread-pool v0.2.7 |
1839 | 2024-04-30T22:06:51.622Z | Compiling base16ct v0.2.0 |
1840 | 2024-04-30T22:06:51.803Z | Compiling matches v0.1.10 |
1841 | 2024-04-30T22:06:51.870Z | Compiling bitflags v1.3.2 |
1842 | 2024-04-30T22:06:51.889Z | Compiling peg-runtime v0.8.2 |
1843 | 2024-04-30T22:06:51.914Z | Compiling managed v0.8.0 |
1844 | 2024-04-30T22:06:52.332Z | Compiling regex-automata v0.1.10 |
1845 | 2024-04-30T22:06:52.340Z | Compiling clap_builder v4.5.2 |
1846 | 2024-04-30T22:06:52.340Z | Compiling idna v0.2.3 |
1847 | 2024-04-30T22:06:52.457Z | Compiling bstr v0.2.17 |
1848 | 2024-04-30T22:06:52.656Z | Compiling sec1 v0.7.3 |
1849 | 2024-04-30T22:06:53.151Z | Compiling r2d2 v0.8.10 |
1850 | 2024-04-30T22:06:53.492Z | Compiling inout v0.1.3 |
1851 | 2024-04-30T22:06:53.757Z | Compiling group v0.13.0 |
1852 | 2024-04-30T22:06:53.889Z | Compiling signal-hook-mio v0.2.3 |
1853 | 2024-04-30T22:06:53.984Z | Compiling phf v0.11.2 |
1854 | 2024-04-30T22:06:54.033Z | Compiling bzip2 v0.4.4 |
1855 | 2024-04-30T22:06:54.053Z | Compiling postgres-types v0.2.6 |
1856 | 2024-04-30T22:06:54.409Z | Compiling hubpack v0.1.2 |
1857 | 2024-04-30T22:06:54.484Z | Compiling hkdf v0.12.4 |
1858 | 2024-04-30T22:06:54.867Z | Compiling zerocopy v0.6.6 |
1859 | 2024-04-30T22:06:55.019Z | Compiling ipnetwork v0.20.0 |
1860 | 2024-04-30T22:06:55.561Z | Compiling crypto-bigint v0.5.2 |
1861 | 2024-04-30T22:06:55.698Z | Compiling float-cmp v0.9.0 |
1862 | 2024-04-30T22:06:55.909Z | Compiling whoami v1.5.1 |
1863 | 2024-04-30T22:06:55.924Z | Compiling difflib v0.4.0 |
1864 | 2024-04-30T22:06:56.055Z | Compiling predicates-core v1.0.6 |
1865 | 2024-04-30T22:06:56.393Z | Compiling static_assertions v1.1.0 |
1866 | 2024-04-30T22:06:56.497Z | Compiling normalize-line-endings v0.3.0 |
1867 | 2024-04-30T22:06:56.513Z | Compiling data-encoding v2.4.0 |
1868 | 2024-04-30T22:06:56.617Z | Compiling predicates v3.1.0 |
1869 | 2024-04-30T22:06:57.530Z | Compiling elliptic-curve v0.13.8 |
1870 | 2024-04-30T22:06:57.558Z | Compiling yasna v0.5.2 |
1871 | 2024-04-30T22:06:58.282Z | Compiling trust-dns-proto v0.22.0 |
1872 | 2024-04-30T22:06:58.394Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1873 | 2024-04-30T22:06:58.857Z | Compiling tokio-postgres v0.7.10 |
1874 | 2024-04-30T22:06:58.902Z | Compiling diesel v2.1.6 |
1875 | 2024-04-30T22:06:59.405Z | Compiling clap v4.5.4 |
1876 | 2024-04-30T22:06:59.529Z | Compiling zip v0.6.6 |
1877 | 2024-04-30T22:07:00.862Z | Compiling crossterm v0.27.0 |
1878 | 2024-04-30T22:07:00.888Z | Compiling cipher v0.4.4 |
1879 | 2024-04-30T22:07:01.399Z | Compiling similar v2.4.0 |
1880 | 2024-04-30T22:07:01.585Z | Checking proc-macro2 v1.0.81 |
1881 | 2024-04-30T22:07:02.447Z | Compiling num-iter v0.1.44 |
1882 | 2024-04-30T22:07:02.638Z | Compiling usdt v0.3.5 |
1883 | 2024-04-30T22:07:02.913Z | Compiling console v0.15.8 |
1884 | 2024-04-30T22:07:03.688Z | Compiling tokio-stream v0.1.15 |
1885 | 2024-04-30T22:07:03.901Z | Compiling bstr v1.9.0 |
1886 | 2024-04-30T22:07:04.360Z | Compiling base64 v0.22.0 |
1887 | 2024-04-30T22:07:04.369Z | Checking quote v1.0.36 |
1888 | 2024-04-30T22:07:09.485Z | Checking utf8parse v0.2.1 |
1889 | 2024-04-30T22:07:13.010Z | Checking anstyle v1.0.6 |
1890 | 2024-04-30T22:07:14.566Z | Checking anstyle-parse v0.2.1 |
1891 | 2024-04-30T22:07:14.990Z | Checking anstyle-query v1.0.0 |
1892 | 2024-04-30T22:07:14.990Z | Checking colorchoice v1.0.0 |
1893 | 2024-04-30T22:07:14.990Z | Checking anstream v0.6.11 |
1894 | 2024-04-30T22:07:14.990Z | Checking clap_lex v0.7.0 |
1895 | 2024-04-30T22:07:15.011Z | Checking strsim v0.11.0 |
1896 | 2024-04-30T22:07:17.423Z | Compiling serde_tokenstream v0.2.0 |
1897 | 2024-04-30T22:07:18.944Z | Checking winnow v0.6.1 |
1898 | 2024-04-30T22:07:27.576Z | Compiling regress v0.9.1 |
1899 | 2024-04-30T22:07:27.846Z | Compiling getopts v0.2.21 |
1900 | 2024-04-30T22:07:28.560Z | Compiling unsafe-libyaml v0.2.10 |
1901 | 2024-04-30T22:07:33.450Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1902 | 2024-04-30T22:07:33.585Z | Checking is-terminal v0.4.9 |
1903 | 2024-04-30T22:07:33.585Z | Checking camino v1.1.6 |
1904 | 2024-04-30T22:07:33.585Z | Compiling strsim v0.10.0 |
1905 | 2024-04-30T22:07:33.585Z | Compiling serde_yaml v0.9.25 |
1906 | 2024-04-30T22:07:33.586Z | Compiling ident_case v1.0.1 |
1907 | 2024-04-30T22:07:33.586Z | Compiling darling_core v0.20.8 |
1908 | 2024-04-30T22:07:33.586Z | Checking sha1 v0.10.6 |
1909 | 2024-04-30T22:07:33.586Z | Checking http v1.0.0 |
1910 | 2024-04-30T22:07:33.586Z | Compiling paste v1.0.14 |
1911 | 2024-04-30T22:07:33.586Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1912 | 2024-04-30T22:07:33.587Z | Compiling strum_macros v0.26.1 |
1913 | 2024-04-30T22:07:33.587Z | Checking match_cfg v0.1.0 |
1914 | 2024-04-30T22:07:33.587Z | Checking rustls-pki-types v1.3.0 |
1915 | 2024-04-30T22:07:33.587Z | Checking fastrand v2.0.1 |
1916 | 2024-04-30T22:07:33.587Z | Checking tempfile v3.10.1 |
1917 | 2024-04-30T22:07:33.688Z | Checking hostname v0.3.1 |
1918 | 2024-04-30T22:07:34.061Z | Checking dirs-sys-next v0.1.2 |
1919 | 2024-04-30T22:07:34.257Z | Checking quick-error v1.2.3 |
1920 | 2024-04-30T22:07:34.446Z | Checking dirs-next v2.0.0 |
1921 | 2024-04-30T22:07:34.500Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1922 | 2024-04-30T22:07:34.500Z | Checking crossbeam-channel v0.5.8 |
1923 | 2024-04-30T22:07:34.500Z | Checking thread_local v1.1.7 |
1924 | 2024-04-30T22:07:35.112Z | Compiling slog-async v2.8.0 |
1925 | 2024-04-30T22:07:35.123Z | Compiling rustls v0.22.4 |
1926 | 2024-04-30T22:07:35.123Z | Checking term v0.7.0 |
1927 | 2024-04-30T22:07:35.123Z | Checking rustls-webpki v0.102.1 |
1928 | 2024-04-30T22:07:35.123Z | Checking instant v0.1.12 |
1929 | 2024-04-30T22:07:35.219Z | Checking take_mut v0.2.2 |
1930 | 2024-04-30T22:07:35.257Z | Checking rustls-pemfile v2.1.2 |
1931 | 2024-04-30T22:07:35.271Z | Checking slog-term v2.9.1 |
1932 | 2024-04-30T22:07:35.501Z | Compiling multer v3.0.0 |
1933 | 2024-04-30T22:07:35.634Z | Checking debug-ignore v1.0.5 |
1934 | 2024-04-30T22:07:35.751Z | Checking toml v0.8.12 |
1935 | 2024-04-30T22:07:35.770Z | Checking slog-json v2.6.1 |
1936 | 2024-04-30T22:07:35.850Z | Compiling async-stream-impl v0.3.5 |
1937 | 2024-04-30T22:07:36.014Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1938 | 2024-04-30T22:07:36.331Z | Checking atomic-waker v1.1.1 |
1939 | 2024-04-30T22:07:36.869Z | Checking waitgroup v0.1.2 |
1940 | 2024-04-30T22:07:36.876Z | Checking slog-bunyan v2.5.0 |
1941 | 2024-04-30T22:07:36.876Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1942 | 2024-04-30T22:07:36.993Z | Checking serde_path_to_error v0.1.16 |
1943 | 2024-04-30T22:07:37.223Z | Checking strum v0.26.2 |
1944 | 2024-04-30T22:07:37.286Z | Checking async-stream v0.3.5 |
1945 | 2024-04-30T22:07:37.379Z | Checking newtype-uuid v1.1.0 |
1946 | 2024-04-30T22:07:37.393Z | Compiling darling_macro v0.20.8 |
1947 | 2024-04-30T22:07:37.479Z | Checking wait-timeout v0.2.0 |
1948 | 2024-04-30T22:07:37.618Z | Compiling structmeta-derive v0.3.0 |
1949 | 2024-04-30T22:07:37.625Z | Compiling structmeta-derive v0.2.0 |
1950 | 2024-04-30T22:07:38.076Z | Checking rusty-fork v0.3.0 |
1951 | 2024-04-30T22:07:38.084Z | Checking rand_xorshift v0.3.0 |
1952 | 2024-04-30T22:07:38.105Z | Checking unarray v0.1.4 |
1953 | 2024-04-30T22:07:38.244Z | Checking proptest v1.4.0 |
1954 | 2024-04-30T22:07:38.439Z | Compiling darling v0.20.8 |
1955 | 2024-04-30T22:07:38.554Z | Compiling serde_with_macros v3.7.0 |
1956 | 2024-04-30T22:07:38.972Z | Checking backoff v0.4.0 |
1957 | 2024-04-30T22:07:39.261Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1958 | 2024-04-30T22:07:39.366Z | Checking tokio-rustls v0.25.0 |
1959 | 2024-04-30T22:07:40.038Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1960 | 2024-04-30T22:07:40.179Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1961 | 2024-04-30T22:07:40.408Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1962 | 2024-04-30T22:07:40.642Z | Compiling structmeta v0.2.0 |
1963 | 2024-04-30T22:07:40.725Z | Compiling structmeta v0.3.0 |
1964 | 2024-04-30T22:07:41.093Z | Compiling test-strategy v0.3.1 |
1965 | 2024-04-30T22:07:41.145Z | Compiling parse-display-derive v0.9.0 |
1966 | 2024-04-30T22:07:41.213Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1967 | 2024-04-30T22:07:41.350Z | Checking macaddr v1.0.1 |
1968 | 2024-04-30T22:07:41.680Z | Compiling proc-macro-error-attr v1.0.4 |
1969 | 2024-04-30T22:07:41.780Z | Checking serde_with v3.7.0 |
1970 | 2024-04-30T22:07:42.081Z | Compiling proc-macro-error v1.0.4 |
1971 | 2024-04-30T22:07:42.648Z | Compiling proc-macro-crate v1.3.1 |
1972 | 2024-04-30T22:07:43.299Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1973 | 2024-04-30T22:07:43.739Z | Checking camino-tempfile v1.1.1 |
1974 | 2024-04-30T22:07:44.158Z | Compiling num_enum_derive v0.5.11 |
1975 | 2024-04-30T22:07:44.161Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1976 | 2024-04-30T22:07:44.170Z | Compiling foreign-types-macros v0.2.3 |
1977 | 2024-04-30T22:07:44.250Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1978 | 2024-04-30T22:07:44.567Z | Checking foreign-types-shared v0.3.1 |
1979 | 2024-04-30T22:07:45.003Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1980 | 2024-04-30T22:07:45.090Z | Checking cstr-argument v0.1.2 |
1981 | 2024-04-30T22:07:45.261Z | Checking pretty-hex v0.2.1 |
1982 | 2024-04-30T22:07:45.279Z | Checking tabwriter v1.4.0 |
1983 | 2024-04-30T22:07:45.829Z | Checking colored v2.1.0 |
1984 | 2024-04-30T22:07:45.842Z | Checking foreign-types v0.5.0 |
1985 | 2024-04-30T22:07:45.843Z | Checking socket2 v0.4.9 |
1986 | 2024-04-30T22:07:45.843Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1987 | 2024-04-30T22:07:45.843Z | Checking smf v0.2.3 |
1988 | 2024-04-30T22:07:45.861Z | Checking humantime v2.1.0 |
1989 | 2024-04-30T22:07:45.906Z | Checking parse-display v0.9.0 |
1990 | 2024-04-30T22:07:45.910Z | Checking termcolor v1.2.0 |
1991 | 2024-04-30T22:07:45.935Z | Checking arc-swap v1.6.0 |
1992 | 2024-04-30T22:07:46.509Z | Compiling usdt-macro v0.5.0 |
1993 | 2024-04-30T22:07:46.536Z | Compiling usdt-attr-macro v0.5.0 |
1994 | 2024-04-30T22:07:46.536Z | Checking memmap v0.7.0 |
1995 | 2024-04-30T22:07:46.536Z | Checking utf-8 v0.7.6 |
1996 | 2024-04-30T22:07:46.536Z | Checking slog-scope v4.4.0 |
1997 | 2024-04-30T22:07:46.536Z | Checking xattr v1.0.1 |
1998 | 2024-04-30T22:07:46.536Z | Checking filetime v0.2.23 |
1999 | 2024-04-30T22:07:46.536Z | Checking num_enum v0.5.11 |
2000 | 2024-04-30T22:07:46.549Z | Checking slog-stdlog v4.1.1 |
2001 | 2024-04-30T22:07:46.554Z | Checking same-file v1.0.6 |
2002 | 2024-04-30T22:07:46.662Z | Checking tar v0.4.40 |
2003 | 2024-04-30T22:07:46.686Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2004 | 2024-04-30T22:07:46.695Z | Checking slog-envlogger v2.2.0 |
2005 | 2024-04-30T22:07:46.706Z | Checking walkdir v2.5.0 |
2006 | 2024-04-30T22:07:46.912Z | Checking tungstenite v0.20.1 |
2007 | 2024-04-30T22:07:46.932Z | Checking newline-converter v0.3.0 |
2008 | 2024-04-30T22:07:46.960Z | Checking termtree v0.4.1 |
2009 | 2024-04-30T22:07:47.078Z | Checking expectorate v1.1.0 |
2010 | 2024-04-30T22:07:47.157Z | Compiling heapless v0.8.0 |
2011 | 2024-04-30T22:07:47.265Z | Checking predicates-tree v1.0.9 |
2012 | 2024-04-30T22:07:47.803Z | Checking hash32 v0.3.1 |
2013 | 2024-04-30T22:07:47.819Z | Compiling smoltcp v0.11.0 |
2014 | 2024-04-30T22:07:47.820Z | Checking embedded-io v0.4.0 |
2015 | 2024-04-30T22:07:47.820Z | Checking cobs v0.2.3 |
2016 | 2024-04-30T22:07:47.820Z | Compiling crucible-workspace-hack v0.1.0 |
2017 | 2024-04-30T22:07:47.820Z | Checking usdt v0.5.0 |
2018 | 2024-04-30T22:07:47.820Z | Checking postcard v1.0.8 |
2019 | 2024-04-30T22:07:47.847Z | Checking tokio-tungstenite v0.20.1 |
2020 | 2024-04-30T22:07:48.040Z | Checking sigpipe v0.1.3 |
2021 | 2024-04-30T22:07:48.082Z | Checking atty v0.2.14 |
2022 | 2024-04-30T22:07:48.150Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2023 | 2024-04-30T22:07:48.191Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2024 | 2024-04-30T22:07:48.297Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2025 | 2024-04-30T22:07:48.352Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2026 | 2024-04-30T22:07:48.389Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2027 | 2024-04-30T22:07:48.472Z | Checking pem v3.0.4 |
2028 | 2024-04-30T22:07:48.492Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2029 | 2024-04-30T22:07:48.713Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2030 | 2024-04-30T22:07:48.724Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2031 | 2024-04-30T22:07:49.053Z | Compiling mockall_derive v0.12.1 |
2032 | 2024-04-30T22:07:49.146Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2033 | 2024-04-30T22:07:49.601Z | Compiling num-derive v0.4.0 |
2034 | 2024-04-30T22:07:49.614Z | Checking fragile v2.0.0 |
2035 | 2024-04-30T22:07:49.655Z | Checking downcast v0.11.0 |
2036 | 2024-04-30T22:07:50.133Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2037 | 2024-04-30T22:07:50.134Z | Checking env_logger v0.9.3 |
2038 | 2024-04-30T22:07:50.221Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2039 | 2024-04-30T22:07:50.289Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2040 | 2024-04-30T22:07:50.492Z | Compiling bitstruct_derive v0.1.0 |
2041 | 2024-04-30T22:07:50.636Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2042 | 2024-04-30T22:07:50.761Z | Checking ascii v1.1.0 |
2043 | 2024-04-30T22:07:51.179Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2044 | 2024-04-30T22:07:51.180Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2045 | 2024-04-30T22:07:51.180Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2046 | 2024-04-30T22:07:51.349Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2047 | 2024-04-30T22:07:51.488Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
2048 | 2024-04-30T22:07:51.613Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2049 | 2024-04-30T22:07:51.749Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2050 | 2024-04-30T22:07:51.853Z | Checking serde_arrays v0.1.0 |
2051 | 2024-04-30T22:07:51.871Z | Checking bitstruct v0.1.1 |
2052 | 2024-04-30T22:07:51.905Z | Checking erased-serde v0.3.31 |
2053 | 2024-04-30T22:07:51.965Z | Compiling heck v0.3.3 |
2054 | 2024-04-30T22:07:51.970Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2055 | 2024-04-30T22:07:51.994Z | Checking tungstenite v0.21.0 |
2056 | 2024-04-30T22:07:52.382Z | Checking base64 v0.13.1 |
2057 | 2024-04-30T22:07:52.865Z | Compiling zone_cfg_derive v0.1.2 |
2058 | 2024-04-30T22:07:52.865Z | Checking ron v0.7.1 |
2059 | 2024-04-30T22:07:52.880Z | Checking tokio-tungstenite v0.21.0 |
2060 | 2024-04-30T22:07:53.042Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2061 | 2024-04-30T22:07:53.115Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2062 | 2024-04-30T22:07:53.849Z | Checking headers-core v0.2.0 |
2063 | 2024-04-30T22:07:53.987Z | Checking portpicker v0.1.1 |
2064 | 2024-04-30T22:07:54.005Z | Checking zone v0.1.8 |
2065 | 2024-04-30T22:07:54.127Z | Checking headers v0.3.9 |
2066 | 2024-04-30T22:07:54.237Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2067 | 2024-04-30T22:07:54.360Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2068 | 2024-04-30T22:07:54.650Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2069 | 2024-04-30T22:07:54.674Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2070 | 2024-04-30T22:07:54.932Z | Checking rcgen v0.12.1 |
2071 | 2024-04-30T22:07:54.950Z | Checking atomicwrites v0.4.3 |
2072 | 2024-04-30T22:07:55.011Z | Checking subprocess v0.2.9 |
2073 | 2024-04-30T22:07:55.124Z | Checking linked-hash-map v0.5.6 |
2074 | 2024-04-30T22:07:55.137Z | Checking password-hash v0.5.0 |
2075 | 2024-04-30T22:07:55.456Z | Checking lru-cache v0.1.2 |
2076 | 2024-04-30T22:07:55.953Z | Checking blake2 v0.10.6 |
2077 | 2024-04-30T22:07:55.977Z | Checking swrite v0.1.0 |
2078 | 2024-04-30T22:07:55.977Z | Checking itertools v0.12.1 |
2079 | 2024-04-30T22:07:55.977Z | Compiling derive-where v1.2.7 |
2080 | 2024-04-30T22:07:55.978Z | Checking resolv-conf v0.7.0 |
2081 | 2024-04-30T22:07:56.007Z | Checking argon2 v0.5.3 |
2082 | 2024-04-30T22:07:56.449Z | Checking trust-dns-resolver v0.22.0 |
2083 | 2024-04-30T22:07:56.880Z | Compiling rayon-core v1.12.1 |
2084 | 2024-04-30T22:07:56.890Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2085 | 2024-04-30T22:07:56.891Z | Checking half v2.3.1 |
2086 | 2024-04-30T22:07:57.014Z | Checking ciborium-io v0.2.2 |
2087 | 2024-04-30T22:07:57.139Z | Compiling cancel-safe-futures v0.1.5 |
2088 | 2024-04-30T22:07:57.203Z | Checking mockall v0.12.1 |
2089 | 2024-04-30T22:07:57.293Z | Checking ciborium-ll v0.2.2 |
2090 | 2024-04-30T22:07:57.439Z | Checking bytecount v0.6.3 |
2091 | 2024-04-30T22:07:57.534Z | Compiling tabled_derive v0.7.0 |
2092 | 2024-04-30T22:07:57.579Z | Checking ciborium v0.2.2 |
2093 | 2024-04-30T22:07:57.604Z | Checking papergrid v0.11.0 |
2094 | 2024-04-30T22:07:57.980Z | Compiling slog-dtrace v0.3.0 |
2095 | 2024-04-30T22:07:58.153Z | Compiling semver v0.1.20 |
2096 | 2024-04-30T22:07:58.380Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2097 | 2024-04-30T22:07:58.638Z | Compiling rustc_version v0.1.7 |
2098 | 2024-04-30T22:07:58.695Z | Checking libsw v3.3.1 |
2099 | 2024-04-30T22:07:59.183Z | Checking owo-colors v4.0.0 |
2100 | 2024-04-30T22:07:59.183Z | Checking linear-map v1.2.0 |
2101 | 2024-04-30T22:07:59.184Z | Compiling newtype_derive v0.1.6 |
2102 | 2024-04-30T22:07:59.282Z | Compiling num-rational v0.4.1 |
2103 | 2024-04-30T22:07:59.314Z | Compiling radium v0.7.0 |
2104 | 2024-04-30T22:07:59.499Z | Checking num-complex v0.4.5 |
2105 | 2024-04-30T22:07:59.503Z | Checking steno v0.4.0 |
2106 | 2024-04-30T22:07:59.803Z | Checking nibble_vec v0.1.0 |
2107 | 2024-04-30T22:07:59.983Z | Compiling maybe-uninit v2.0.0 |
2108 | 2024-04-30T22:08:00.234Z | Checking tabled v0.15.0 |
2109 | 2024-04-30T22:08:00.290Z | Checking tap v1.0.1 |
2110 | 2024-04-30T22:08:00.443Z | Checking endian-type v0.1.2 |
2111 | 2024-04-30T22:08:00.869Z | Checking num v0.4.2 |
2112 | 2024-04-30T22:08:00.880Z | Checking wyz v0.5.1 |
2113 | 2024-04-30T22:08:00.881Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2114 | 2024-04-30T22:08:00.881Z | Checking radix_trie v0.2.1 |
2115 | 2024-04-30T22:08:00.912Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2116 | 2024-04-30T22:08:00.938Z | Checking fxhash v0.2.1 |
2117 | 2024-04-30T22:08:01.064Z | Compiling num-bigint-dig v0.8.4 |
2118 | 2024-04-30T22:08:01.098Z | Checking crc-catalog v2.2.0 |
2119 | 2024-04-30T22:08:01.230Z | Checking funty v2.0.0 |
2120 | 2024-04-30T22:08:01.783Z | Compiling packed_struct v0.10.1 |
2121 | 2024-04-30T22:08:02.264Z | Checking crc v3.0.1 |
2122 | 2024-04-30T22:08:02.264Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2123 | 2024-04-30T22:08:02.265Z | Compiling packed_struct_codegen v0.10.1 |
2124 | 2024-04-30T22:08:02.265Z | Compiling indexmap v1.9.3 |
2125 | 2024-04-30T22:08:02.265Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2126 | 2024-04-30T22:08:02.265Z | Checking nodrop v0.1.14 |
2127 | 2024-04-30T22:08:02.266Z | Checking bitvec v1.0.1 |
2128 | 2024-04-30T22:08:02.298Z | Checking array-init v0.0.4 |
2129 | 2024-04-30T22:08:02.333Z | Checking smallvec v0.6.14 |
2130 | 2024-04-30T22:08:02.439Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2131 | 2024-04-30T22:08:02.723Z | Checking pkcs1 v0.7.5 |
2132 | 2024-04-30T22:08:03.092Z | Checking signature v2.1.0 |
2133 | 2024-04-30T22:08:03.195Z | Checking hashbrown v0.12.3 |
2134 | 2024-04-30T22:08:03.269Z | Checking bitfield v0.14.0 |
2135 | 2024-04-30T22:08:03.292Z | Checking serde-hex v0.1.0 |
2136 | 2024-04-30T22:08:03.547Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2137 | 2024-04-30T22:08:03.795Z | Checking env_logger v0.10.0 |
2138 | 2024-04-30T22:08:04.204Z | Checking x509-cert v0.2.4 |
2139 | 2024-04-30T22:08:04.688Z | Checking rsa v0.9.2 |
2140 | 2024-04-30T22:08:04.868Z | Checking ron v0.8.1 |
2141 | 2024-04-30T22:08:04.912Z | Checking hashbrown v0.13.2 |
2142 | 2024-04-30T22:08:05.238Z | Checking crc-any v2.4.3 |
2143 | 2024-04-30T22:08:05.527Z | Checking path-slash v0.1.5 |
2144 | 2024-04-30T22:08:05.571Z | Checking display-error-chain v0.2.0 |
2145 | 2024-04-30T22:08:05.663Z | Compiling convert_case v0.4.0 |
2146 | 2024-04-30T22:08:06.111Z | Compiling async-recursion v1.1.0 |
2147 | 2024-04-30T22:08:06.111Z | Compiling buf-list v1.0.3 |
2148 | 2024-04-30T22:08:06.112Z | Checking object v0.30.4 |
2149 | 2024-04-30T22:08:06.121Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2150 | 2024-04-30T22:08:06.373Z | Compiling blake3 v1.5.0 |
2151 | 2024-04-30T22:08:06.558Z | Compiling derive_more v0.99.17 |
2152 | 2024-04-30T22:08:06.764Z | Checking gethostname v0.4.3 |
2153 | 2024-04-30T22:08:06.900Z | Compiling libefi-sys v0.1.0 |
2154 | 2024-04-30T22:08:07.057Z | Compiling parking_lot_core v0.8.6 |
2155 | 2024-04-30T22:08:07.252Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2156 | 2024-04-30T22:08:08.270Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2157 | 2024-04-30T22:08:08.638Z | Compiling crossbeam-deque v0.8.3 |
2158 | 2024-04-30T22:08:08.638Z | Checking keccak v0.1.4 |
2159 | 2024-04-30T22:08:08.638Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2160 | 2024-04-30T22:08:08.638Z | Checking sha3 v0.10.8 |
2161 | 2024-04-30T22:08:08.638Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2162 | 2024-04-30T22:08:08.638Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2163 | 2024-04-30T22:08:08.638Z | Checking parking_lot v0.11.2 |
2164 | 2024-04-30T22:08:08.806Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2165 | 2024-04-30T22:08:09.598Z | Checking trust-dns-client v0.22.0 |
2166 | 2024-04-30T22:08:09.619Z | Checking toml v0.5.11 |
2167 | 2024-04-30T22:08:09.619Z | Checking secrecy v0.8.0 |
2168 | 2024-04-30T22:08:09.620Z | Compiling pin-project-internal v1.1.3 |
2169 | 2024-04-30T22:08:09.818Z | Checking sled v0.34.7 |
2170 | 2024-04-30T22:08:10.413Z | Compiling rayon v1.10.0 |
2171 | 2024-04-30T22:08:10.682Z | Checking trust-dns-server v0.22.1 |
2172 | 2024-04-30T22:08:12.803Z | Compiling memmap2 v0.7.1 |
2173 | 2024-04-30T22:08:12.925Z | Checking pin-project v1.1.3 |
2174 | 2024-04-30T22:08:13.000Z | Compiling arrayref v0.3.7 |
2175 | 2024-04-30T22:08:13.122Z | Compiling constant_time_eq v0.3.0 |
2176 | 2024-04-30T22:08:13.153Z | Compiling home v0.5.5 |
2177 | 2024-04-30T22:08:13.196Z | Compiling arrayvec v0.7.4 |
2178 | 2024-04-30T22:08:13.369Z | Compiling toolchain_find v0.4.0 |
2179 | 2024-04-30T22:08:14.019Z | Compiling vte_generate_state_changes v0.1.1 |
2180 | 2024-04-30T22:08:14.131Z | Compiling topological-sort v0.2.2 |
2181 | 2024-04-30T22:08:14.351Z | Checking fd-lock v4.0.2 |
2182 | 2024-04-30T22:08:14.529Z | Compiling rustfmt-wrapper v0.2.1 |
2183 | 2024-04-30T22:08:15.099Z | Checking vte v0.11.1 |
2184 | 2024-04-30T22:08:15.107Z | Compiling glob v0.3.1 |
2185 | 2024-04-30T22:08:15.270Z | Compiling omicron-zone-package v0.11.0 |
2186 | 2024-04-30T22:08:15.312Z | Checking nu-ansi-term v0.50.0 |
2187 | 2024-04-30T22:08:15.616Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2188 | 2024-04-30T22:08:15.719Z | Compiling platforms v3.0.2 |
2189 | 2024-04-30T22:08:15.950Z | Compiling prettyplease v0.2.19 |
2190 | 2024-04-30T22:08:16.055Z | Compiling snafu-derive v0.8.2 |
2191 | 2024-04-30T22:08:16.265Z | Checking globset v0.4.13 |
2192 | 2024-04-30T22:08:16.371Z | Checking olpc-cjson v0.1.3 |
2193 | 2024-04-30T22:08:16.408Z | Checking strip-ansi-escapes v0.2.0 |
2194 | 2024-04-30T22:08:16.559Z | Checking reedline v0.31.0 |
2195 | 2024-04-30T22:08:16.995Z | Checking serde_plain v1.0.2 |
2196 | 2024-04-30T22:08:17.000Z | Compiling memoffset v0.7.1 |
2197 | 2024-04-30T22:08:17.000Z | Compiling crunchy v0.2.2 |
2198 | 2024-04-30T22:08:17.044Z | Checking typed-path v0.7.0 |
2199 | 2024-04-30T22:08:17.460Z | Compiling curve25519-dalek v4.1.2 |
2200 | 2024-04-30T22:08:17.518Z | Checking fs-err v2.11.0 |
2201 | 2024-04-30T22:08:17.951Z | Compiling clang-sys v1.6.1 |
2202 | 2024-04-30T22:08:18.122Z | Compiling unicase v2.7.0 |
2203 | 2024-04-30T22:08:18.596Z | Compiling tiny-keccak v2.0.2 |
2204 | 2024-04-30T22:08:18.596Z | Checking parse-size v1.0.0 |
2205 | 2024-04-30T22:08:18.912Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2206 | 2024-04-30T22:08:18.949Z | Checking universal-hash v0.5.1 |
2207 | 2024-04-30T22:08:19.436Z | Compiling thiserror-impl-no-std v2.0.2 |
2208 | 2024-04-30T22:08:19.442Z | Compiling curve25519-dalek-derive v0.1.0 |
2209 | 2024-04-30T22:08:19.442Z | Checking nanorand v0.7.0 |
2210 | 2024-04-30T22:08:19.648Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2211 | 2024-04-30T22:08:19.959Z | Compiling cfg_aliases v0.1.1 |
2212 | 2024-04-30T22:08:20.058Z | Checking signature v1.6.4 |
2213 | 2024-04-30T22:08:20.177Z | Compiling salty v0.2.0 |
2214 | 2024-04-30T22:08:20.404Z | Checking opaque-debug v0.3.0 |
2215 | 2024-04-30T22:08:20.895Z | Checking poly1305 v0.8.0 |
2216 | 2024-04-30T22:08:20.898Z | Checking ed25519 v1.5.3 |
2217 | 2024-04-30T22:08:20.898Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2218 | 2024-04-30T22:08:20.898Z | Compiling nix v0.28.0 |
2219 | 2024-04-30T22:08:21.036Z | Checking flume v0.11.0 |
2220 | 2024-04-30T22:08:21.082Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2221 | 2024-04-30T22:08:21.296Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2222 | 2024-04-30T22:08:21.358Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2223 | 2024-04-30T22:08:21.501Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2224 | 2024-04-30T22:08:21.573Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2225 | 2024-04-30T22:08:21.847Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2226 | 2024-04-30T22:08:21.879Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2227 | 2024-04-30T22:08:22.705Z | Checking snafu v0.8.2 |
2228 | 2024-04-30T22:08:22.737Z | Checking thiserror-no-std v2.0.2 |
2229 | 2024-04-30T22:08:22.737Z | Compiling ascii-canvas v3.0.0 |
2230 | 2024-04-30T22:08:22.769Z | Checking tough v0.17.1 |
2231 | 2024-04-30T22:08:22.830Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2232 | 2024-04-30T22:08:23.488Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2233 | 2024-04-30T22:08:23.713Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2234 | 2024-04-30T22:08:23.955Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2235 | 2024-04-30T22:08:24.275Z | Checking chacha20 v0.9.1 |
2236 | 2024-04-30T22:08:24.720Z | Checking aead v0.5.2 |
2237 | 2024-04-30T22:08:25.345Z | Checking serde-big-array v0.5.1 |
2238 | 2024-04-30T22:08:25.354Z | Checking kstat-rs v0.2.3 |
2239 | 2024-04-30T22:08:25.354Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2240 | 2024-04-30T22:08:25.354Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2241 | 2024-04-30T22:08:25.354Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2242 | 2024-04-30T22:08:25.355Z | Compiling ena v0.14.2 |
2243 | 2024-04-30T22:08:25.737Z | Compiling libloading v0.7.4 |
2244 | 2024-04-30T22:08:26.242Z | Compiling diff v0.1.13 |
2245 | 2024-04-30T22:08:26.283Z | Compiling bindgen v0.69.2 |
2246 | 2024-04-30T22:08:26.579Z | Compiling regex-syntax v0.6.29 |
2247 | 2024-04-30T22:08:26.715Z | Checking maplit v1.0.2 |
2248 | 2024-04-30T22:08:26.866Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2249 | 2024-04-30T22:08:27.341Z | Checking chacha20poly1305 v0.10.1 |
2250 | 2024-04-30T22:08:27.551Z | Checking vsss-rs v3.3.4 |
2251 | 2024-04-30T22:08:27.784Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
2252 | 2024-04-30T22:08:28.811Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2253 | 2024-04-30T22:08:28.970Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2254 | 2024-04-30T22:08:29.075Z | Checking signal-hook-tokio v0.3.1 |
2255 | 2024-04-30T22:08:29.250Z | Compiling cexpr v0.6.0 |
2256 | 2024-04-30T22:08:29.376Z | Checking serde-big-array v0.4.1 |
2257 | 2024-04-30T22:08:29.536Z | Compiling which v4.4.0 |
2258 | 2024-04-30T22:08:30.156Z | Compiling lalrpop v0.19.12 |
2259 | 2024-04-30T22:08:30.766Z | Compiling shlex v1.3.0 |
2260 | 2024-04-30T22:08:31.339Z | Compiling rustc-hash v1.1.0 |
2261 | 2024-04-30T22:08:31.361Z | Compiling ref-cast v1.0.22 |
2262 | 2024-04-30T22:08:31.361Z | Compiling peeking_take_while v0.1.2 |
2263 | 2024-04-30T22:08:31.361Z | Compiling lazycell v1.3.0 |
2264 | 2024-04-30T22:08:31.640Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2265 | 2024-04-30T22:08:31.663Z | Compiling mime_guess v2.0.4 |
2266 | 2024-04-30T22:08:32.964Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2267 | 2024-04-30T22:08:36.015Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2268 | 2024-04-30T22:08:36.147Z | Compiling derive_builder_core v0.20.0 |
2269 | 2024-04-30T22:08:36.294Z | Compiling peg-macros v0.8.2 |
2270 | 2024-04-30T22:08:37.371Z | Compiling ref-cast-impl v1.0.22 |
2271 | 2024-04-30T22:08:37.496Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2272 | 2024-04-30T22:08:37.713Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2273 | 2024-04-30T22:08:38.352Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2274 | 2024-04-30T22:08:39.962Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2275 | 2024-04-30T22:08:40.276Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2276 | 2024-04-30T22:08:40.408Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2277 | 2024-04-30T22:08:40.957Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2278 | 2024-04-30T22:08:41.827Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2279 | 2024-04-30T22:08:51.898Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2280 | 2024-04-30T22:08:52.285Z | Compiling sqlparser_derive v0.2.2 |
2281 | 2024-04-30T22:08:52.531Z | Compiling libxml v0.3.3 |
2282 | 2024-04-30T22:08:52.531Z | Checking unicode_categories v0.1.1 |
2283 | 2024-04-30T22:08:52.610Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2284 | 2024-04-30T22:08:52.610Z | Checking corncobs v0.1.3 |
2285 | 2024-04-30T22:08:52.610Z | Checking rustyline v14.0.0 |
2286 | 2024-04-30T22:08:52.611Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2287 | 2024-04-30T22:08:52.611Z | Checking sqlformat v0.2.3 |
2288 | 2024-04-30T22:08:52.612Z | Checking sqlparser v0.45.0 |
2289 | 2024-04-30T22:08:52.612Z | Checking peg v0.8.2 |
2290 | 2024-04-30T22:08:52.612Z | Compiling derive_builder_macro v0.20.0 |
2291 | 2024-04-30T22:08:52.613Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2292 | 2024-04-30T22:08:52.613Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2293 | 2024-04-30T22:08:52.613Z | Checking bcs v0.1.6 |
2294 | 2024-04-30T22:08:52.613Z | Compiling strum_macros v0.24.3 |
2295 | 2024-04-30T22:08:52.613Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2296 | 2024-04-30T22:08:52.613Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2297 | 2024-04-30T22:08:52.613Z | Compiling cookie v0.18.1 |
2298 | 2024-04-30T22:08:52.613Z | Compiling indoc v1.0.9 |
2299 | 2024-04-30T22:08:52.613Z | Checking highway v1.1.0 |
2300 | 2024-04-30T22:08:52.613Z | Checking derive_builder v0.20.0 |
2301 | 2024-04-30T22:08:52.613Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2302 | 2024-04-30T22:08:52.656Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2303 | 2024-04-30T22:08:52.755Z | Checking bb8 v0.8.3 |
2304 | 2024-04-30T22:08:52.900Z | Checking quick-xml v0.31.0 |
2305 | 2024-04-30T22:08:53.118Z | Compiling impl-trait-for-tuples v0.2.2 |
2306 | 2024-04-30T22:08:54.925Z | Compiling oso-derive v0.27.3 |
2307 | 2024-04-30T22:08:55.008Z | Compiling const_format_proc_macros v0.2.32 |
2308 | 2024-04-30T22:08:55.008Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2309 | 2024-04-30T22:08:55.009Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2310 | 2024-04-30T22:08:55.009Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2311 | 2024-04-30T22:08:55.701Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2312 | 2024-04-30T22:08:56.080Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2313 | 2024-04-30T22:08:56.681Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2314 | 2024-04-30T22:08:57.476Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2315 | 2024-04-30T22:09:00.217Z | Checking http-range v0.1.5 |
2316 | 2024-04-30T22:09:00.261Z | Checking const_format v0.2.32 |
2317 | 2024-04-30T22:09:00.373Z | Checking hyper-staticfile v0.9.5 |
2318 | 2024-04-30T22:09:00.867Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2319 | 2024-04-30T22:09:00.871Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2320 | 2024-04-30T22:09:00.871Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2321 | 2024-04-30T22:09:02.143Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2322 | 2024-04-30T22:09:03.356Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2323 | 2024-04-30T22:09:03.391Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2324 | 2024-04-30T22:09:04.692Z | Checking assert_matches v1.5.0 |
2325 | 2024-04-30T22:09:04.760Z | Checking rand_seeder v0.2.3 |
2326 | 2024-04-30T22:09:04.792Z | Compiling portable-atomic v1.4.3 |
2327 | 2024-04-30T22:09:04.995Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2328 | 2024-04-30T22:09:05.621Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2329 | 2024-04-30T22:09:05.633Z | Checking number_prefix v0.4.0 |
2330 | 2024-04-30T22:09:05.633Z | Checking castaway v0.2.2 |
2331 | 2024-04-30T22:09:05.633Z | Checking compact_str v0.7.1 |
2332 | 2024-04-30T22:09:05.639Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2333 | 2024-04-30T22:09:06.323Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2334 | 2024-04-30T22:09:06.472Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2335 | 2024-04-30T22:09:06.600Z | Checking lru v0.12.1 |
2336 | 2024-04-30T22:09:06.614Z | Compiling stability v0.2.0 |
2337 | 2024-04-30T22:09:07.182Z | Checking cassowary v0.3.0 |
2338 | 2024-04-30T22:09:07.189Z | Checking indicatif v0.17.8 |
2339 | 2024-04-30T22:09:07.190Z | Compiling indoc v2.0.3 |
2340 | 2024-04-30T22:09:07.293Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2341 | 2024-04-30T22:09:07.619Z | Checking unicode-linebreak v0.1.5 |
2342 | 2024-04-30T22:09:08.126Z | Checking smawk v0.3.1 |
2343 | 2024-04-30T22:09:08.138Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2344 | 2024-04-30T22:09:08.138Z | Checking textwrap v0.16.1 |
2345 | 2024-04-30T22:09:08.138Z | Checking ratatui v0.26.2 |
2346 | 2024-04-30T22:09:08.220Z | Checking is_ci v1.2.0 |
2347 | 2024-04-30T22:09:08.357Z | Checking supports-color v3.0.0 |
2348 | 2024-04-30T22:09:08.400Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
2349 | 2024-04-30T22:09:08.538Z | Checking fatfs v0.3.6 |
2350 | 2024-04-30T22:09:08.815Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2351 | 2024-04-30T22:09:09.502Z | Checking rtoolbox v0.0.1 |
2352 | 2024-04-30T22:09:09.705Z | Checking rpassword v7.3.1 |
2353 | 2024-04-30T22:09:09.825Z | Checking shell-words v1.1.0 |
2354 | 2024-04-30T22:09:09.846Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2355 | 2024-04-30T22:09:10.191Z | Checking yansi v0.5.1 |
2356 | 2024-04-30T22:09:10.453Z | Checking pretty_assertions v1.4.0 |
2357 | 2024-04-30T22:09:10.971Z | Compiling target-lexicon v0.12.13 |
2358 | 2024-04-30T22:09:10.971Z | Checking tui-tree-widget v0.19.0 |
2359 | 2024-04-30T22:09:10.972Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2360 | 2024-04-30T22:09:11.185Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2361 | 2024-04-30T22:09:11.620Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2362 | 2024-04-30T22:09:11.911Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2363 | 2024-04-30T22:09:12.454Z | Compiling guppy-workspace-hack v0.1.0 |
2364 | 2024-04-30T22:09:12.569Z | Compiling doc-comment v0.3.3 |
2365 | 2024-04-30T22:09:13.119Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2366 | 2024-04-30T22:09:13.119Z | Checking plotters-backend v0.3.5 |
2367 | 2024-04-30T22:09:13.135Z | Checking plotters-svg v0.3.5 |
2368 | 2024-04-30T22:09:13.511Z | Checking http-body v1.0.0 |
2369 | 2024-04-30T22:09:13.563Z | Checking tower-layer v0.3.2 |
2370 | 2024-04-30T22:09:13.716Z | Compiling target-spec v3.1.0 |
2371 | 2024-04-30T22:09:13.914Z | Compiling assert_cmd v2.0.14 |
2372 | 2024-04-30T22:09:14.076Z | Checking cast v0.3.0 |
2373 | 2024-04-30T22:09:14.269Z | Checking tower v0.4.13 |
2374 | 2024-04-30T22:09:14.323Z | Checking cfg-expr v0.15.6 |
2375 | 2024-04-30T22:09:14.356Z | Checking criterion-plot v0.5.0 |
2376 | 2024-04-30T22:09:14.841Z | Checking hyper v1.1.0 |
2377 | 2024-04-30T22:09:15.335Z | Checking plotters v0.3.5 |
2378 | 2024-04-30T22:09:15.335Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2379 | 2024-04-30T22:09:16.031Z | Checking tinytemplate v1.2.1 |
2380 | 2024-04-30T22:09:16.260Z | Checking cargo-platform v0.1.3 |
2381 | 2024-04-30T22:09:16.401Z | Checking oorandom v11.1.3 |
2382 | 2024-04-30T22:09:16.547Z | Checking anes v0.1.6 |
2383 | 2024-04-30T22:09:16.562Z | Checking cargo_metadata v0.18.1 |
2384 | 2024-04-30T22:09:16.760Z | Checking hyper-util v0.1.2 |
2385 | 2024-04-30T22:09:16.879Z | Checking criterion v0.5.1 |
2386 | 2024-04-30T22:09:18.559Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2387 | 2024-04-30T22:09:18.654Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2388 | 2024-04-30T22:09:19.563Z | Checking rustls-native-certs v0.7.0 |
2389 | 2024-04-30T22:09:19.687Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2390 | 2024-04-30T22:09:19.707Z | Checking httptest v0.15.5 |
2391 | 2024-04-30T22:09:20.412Z | Checking pathdiff v0.2.1 |
2392 | 2024-04-30T22:09:20.572Z | Checking nested v0.1.1 |
2393 | 2024-04-30T22:09:20.772Z | Checking guppy v0.17.5 |
2394 | 2024-04-30T22:09:22.836Z | Checking hyper-rustls v0.26.0 |
2395 | 2024-04-30T22:09:22.864Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2396 | 2024-04-30T22:09:23.159Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2397 | 2024-04-30T22:09:23.496Z | Checking escape8259 v0.5.2 |
2398 | 2024-04-30T22:09:23.673Z | Checking threadpool v1.8.1 |
2399 | 2024-04-30T22:09:23.905Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2400 | 2024-04-30T22:09:24.670Z | Checking libtest-mimic v0.7.2 |
2401 | 2024-04-30T22:09:25.138Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2402 | 2024-04-30T22:09:25.633Z | Checking similar-asserts v1.5.0 |
2403 | 2024-04-30T22:09:25.848Z | Checking fancy-regex v0.13.0 |
2404 | 2024-04-30T22:09:25.885Z | Compiling rstest_macros v0.19.0 |
2405 | 2024-04-30T22:09:26.518Z | Checking datatest-stable v0.2.9 |
2406 | 2024-04-30T22:09:26.928Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2407 | 2024-04-30T22:09:28.423Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2408 | 2024-04-30T22:09:28.436Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2409 | 2024-04-30T22:09:28.436Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2410 | 2024-04-30T22:09:28.509Z | Checking csv-core v0.1.11 |
2411 | 2024-04-30T22:09:28.583Z | Compiling relative-path v1.9.0 |
2412 | 2024-04-30T22:09:28.828Z | Checking heck v0.5.0 |
2413 | 2024-04-30T22:09:28.843Z | Checking constant_time_eq v0.2.6 |
2414 | 2024-04-30T22:09:28.979Z | Compiling trybuild v1.0.91 |
2415 | 2024-04-30T22:09:29.036Z | Checking blake2b_simd v1.0.1 |
2416 | 2024-04-30T22:09:29.434Z | Checking csv v1.3.0 |
2417 | 2024-04-30T22:09:29.955Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2418 | 2024-04-30T22:09:30.307Z | Checking multimap v0.10.0 |
2419 | 2024-04-30T22:09:30.670Z | Checking futures-timer v3.0.2 |
2420 | 2024-04-30T22:09:30.888Z | Checking rust-argon2 v2.1.0 |
2421 | 2024-04-30T22:09:32.717Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2422 | 2024-04-30T22:09:34.736Z | Checking partial-io v0.5.4 |
2423 | 2024-04-30T22:09:35.152Z | Checking approx v0.5.1 |
2424 | 2024-04-30T22:09:35.382Z | Checking termios v0.3.3 |
2425 | 2024-04-30T22:09:35.611Z | Checking uzers v0.11.3 |
2426 | 2024-04-30T22:09:35.941Z | Checking hex-literal v0.4.1 |
2427 | 2024-04-30T22:09:39.779Z | Checking rstest v0.19.0 |
2428 | 2024-04-30T22:09:40.789Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2429 | 2024-04-30T22:09:42.051Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2430 | 2024-04-30T22:10:03.977Z | Compiling samael v0.0.15 |
2431 | 2024-04-30T22:10:23.574Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2432 | 2024-04-30T22:10:26.533Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2433 | 2024-04-30T22:10:39.236Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2434 | 2024-04-30T22:10:46.494Z | Compiling polar-core v0.27.3 |
2435 | 2024-04-30T22:10:53.586Z | Checking oso v0.27.3 |
2436 | 2024-04-30T22:11:19.083Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2437 | 2024-04-30T22:11:19.084Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2438 | 2024-04-30T22:11:19.087Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2439 | 2024-04-30T22:12:17.473Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 34s |
2440 | 2024-04-30T22:12:17.657Z | |
2441 | 2024-04-30T22:12:17.657Z | real 7:19.692691713 |
2442 | 2024-04-30T22:12:17.657Z | user 37:44.993281515 |
2443 | 2024-04-30T22:12:17.657Z | sys 6:34.410357644 |
2444 | 2024-04-30T22:12:17.657Z | trap 1.043137065 |
2445 | 2024-04-30T22:12:17.657Z | tflt 5.137136458 |
2446 | 2024-04-30T22:12:17.657Z | dflt 3.248268592 |
2447 | 2024-04-30T22:12:17.658Z | kflt 0.094562145 |
2448 | 2024-04-30T22:12:17.658Z | lock 57:16.625712810 |
2449 | 2024-04-30T22:12:17.658Z | slp 1:54:33.137400732 |
2450 | 2024-04-30T22:12:17.658Z | lat 1:47.839780457 |
2451 | 2024-04-30T22:12:17.672Z | stop 4:31.002311871 |
2452 | 2024-04-30T22:12:18.547Z | warning: output filename collision. |
2453 | 2024-04-30T22:12:18.547Z | The lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`. |
2454 | 2024-04-30T22:12:18.547Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2455 | 2024-04-30T22:12:18.547Z | The targets should have unique names. |
2456 | 2024-04-30T22:12:18.547Z | This is a known bug where multiple crates with the same name use |
2457 | 2024-04-30T22:12:18.547Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2458 | 2024-04-30T22:12:18.547Z | warning: output filename collision. |
2459 | 2024-04-30T22:12:18.548Z | The lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`. |
2460 | 2024-04-30T22:12:18.548Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2461 | 2024-04-30T22:12:18.548Z | The targets should have unique names. |
2462 | 2024-04-30T22:12:18.548Z | This is a known bug where multiple crates with the same name use |
2463 | 2024-04-30T22:12:18.548Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2464 | 2024-04-30T22:12:18.996Z | warning: output filename collision. |
2465 | 2024-04-30T22:12:18.997Z | 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)`. |
2466 | 2024-04-30T22:12:18.997Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2467 | 2024-04-30T22:12:18.997Z | The targets should have unique names. |
2468 | 2024-04-30T22:12:18.997Z | This is a known bug where multiple crates with the same name use |
2469 | 2024-04-30T22:12:18.997Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2470 | 2024-04-30T22:12:18.998Z | warning: output filename collision. |
2471 | 2024-04-30T22:12:18.998Z | 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)`. |
2472 | 2024-04-30T22:12:18.998Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2473 | 2024-04-30T22:12:18.998Z | The targets should have unique names. |
2474 | 2024-04-30T22:12:18.999Z | This is a known bug where multiple crates with the same name use |
2475 | 2024-04-30T22:12:18.999Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2476 | 2024-04-30T22:12:18.999Z | warning: output filename collision. |
2477 | 2024-04-30T22:12:18.999Z | 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)`. |
2478 | 2024-04-30T22:12:18.999Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2479 | 2024-04-30T22:12:18.999Z | The targets should have unique names. |
2480 | 2024-04-30T22:12:18.999Z | This is a known bug where multiple crates with the same name use |
2481 | 2024-04-30T22:12:18.999Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2482 | 2024-04-30T22:12:19.000Z | warning: output filename collision. |
2483 | 2024-04-30T22:12:19.000Z | 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)`. |
2484 | 2024-04-30T22:12:19.001Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2485 | 2024-04-30T22:12:19.002Z | The targets should have unique names. |
2486 | 2024-04-30T22:12:19.002Z | This is a known bug where multiple crates with the same name use |
2487 | 2024-04-30T22:12:19.002Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2488 | 2024-04-30T22:12:19.002Z | warning: output filename collision. |
2489 | 2024-04-30T22:12:19.002Z | The lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`. |
2490 | 2024-04-30T22:12:19.002Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2491 | 2024-04-30T22:12:19.002Z | The targets should have unique names. |
2492 | 2024-04-30T22:12:19.002Z | This is a known bug where multiple crates with the same name use |
2493 | 2024-04-30T22:12:19.002Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2494 | 2024-04-30T22:12:19.002Z | warning: output filename collision. |
2495 | 2024-04-30T22:12:19.003Z | 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)`. |
2496 | 2024-04-30T22:12:19.003Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2497 | 2024-04-30T22:12:19.003Z | The targets should have unique names. |
2498 | 2024-04-30T22:12:19.003Z | This is a known bug where multiple crates with the same name use |
2499 | 2024-04-30T22:12:19.003Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2500 | 2024-04-30T22:12:19.003Z | warning: output filename collision. |
2501 | 2024-04-30T22:12:19.004Z | 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`. |
2502 | 2024-04-30T22:12:19.004Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2503 | 2024-04-30T22:12:19.004Z | The targets should have unique names. |
2504 | 2024-04-30T22:12:19.004Z | This is a known bug where multiple crates with the same name use |
2505 | 2024-04-30T22:12:19.005Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2506 | 2024-04-30T22:12:19.044Z | Documenting libc v0.2.153 |
2507 | 2024-04-30T22:12:19.100Z | Documenting cfg-if v1.0.0 |
2508 | 2024-04-30T22:12:19.125Z | Documenting serde_derive v1.0.199 |
2509 | 2024-04-30T22:12:19.151Z | Documenting log v0.4.21 |
2510 | 2024-04-30T22:12:19.171Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2511 | 2024-04-30T22:12:19.171Z | Documenting memchr v2.7.1 |
2512 | 2024-04-30T22:12:19.185Z | Documenting byteorder v1.5.0 |
2513 | 2024-04-30T22:12:19.185Z | Documenting smallvec v1.13.1 |
2514 | 2024-04-30T22:12:19.413Z | Documenting scopeguard v1.2.0 |
2515 | 2024-04-30T22:12:21.861Z | Documenting itoa v1.0.9 |
2516 | 2024-04-30T22:12:22.227Z | Documenting lock_api v0.4.10 |
2517 | 2024-04-30T22:12:22.472Z | Documenting once_cell v1.19.0 |
2518 | 2024-04-30T22:12:23.399Z | Documenting pin-project-lite v0.2.13 |
2519 | 2024-04-30T22:12:23.420Z | Documenting libm v0.2.7 |
2520 | 2024-04-30T22:12:23.420Z | Documenting getrandom v0.2.12 |
2521 | 2024-04-30T22:12:24.020Z | Documenting parking_lot_core v0.9.8 |
2522 | 2024-04-30T22:12:24.828Z | Documenting signal-hook-registry v1.4.1 |
2523 | 2024-04-30T22:12:25.347Z | Documenting mio v0.8.11 |
2524 | 2024-04-30T22:12:25.839Z | Documenting zeroize_derive v1.4.2 |
2525 | 2024-04-30T22:12:25.847Z | Documenting serde v1.0.199 |
2526 | 2024-04-30T22:12:26.407Z | Documenting thiserror-impl v1.0.59 |
2527 | 2024-04-30T22:12:26.434Z | Documenting num-traits v0.2.18 |
2528 | 2024-04-30T22:12:27.374Z | Documenting rand_core v0.6.4 |
2529 | 2024-04-30T22:12:27.910Z | Documenting parking_lot v0.12.1 |
2530 | 2024-04-30T22:12:28.928Z | Documenting futures-core v0.3.30 |
2531 | 2024-04-30T22:12:29.915Z | Documenting ryu v1.0.15 |
2532 | 2024-04-30T22:12:30.645Z | Documenting zeroize v1.7.0 |
2533 | 2024-04-30T22:12:31.225Z | Documenting socket2 v0.5.6 |
2534 | 2024-04-30T22:12:31.426Z | Documenting num_cpus v1.16.0 |
2535 | 2024-04-30T22:12:31.472Z | Documenting thiserror v1.0.59 |
2536 | 2024-04-30T22:12:32.052Z | Documenting tokio-macros v2.2.0 |
2537 | 2024-04-30T22:12:32.745Z | Documenting zerocopy v0.7.32 |
2538 | 2024-04-30T22:12:32.811Z | Documenting futures-sink v0.3.30 |
2539 | 2024-04-30T22:12:34.460Z | Documenting typenum v1.16.0 |
2540 | 2024-04-30T22:12:35.274Z | Documenting pin-utils v0.1.0 |
2541 | 2024-04-30T22:12:35.342Z | Documenting subtle v2.5.0 |
2542 | 2024-04-30T22:12:35.459Z | Documenting slab v0.4.9 |
2543 | 2024-04-30T22:12:38.267Z | Documenting futures-channel v0.3.30 |
2544 | 2024-04-30T22:12:38.303Z | Documenting futures-macro v0.3.30 |
2545 | 2024-04-30T22:12:44.221Z | Documenting bytes v1.6.0 |
2546 | 2024-04-30T22:12:46.718Z | Documenting bitflags v2.4.2 |
2547 | 2024-04-30T22:12:46.775Z | Documenting serde_json v1.0.116 |
2548 | 2024-04-30T22:12:47.224Z | Documenting iana-time-zone v0.1.57 |
2549 | 2024-04-30T22:12:47.228Z | Documenting futures-task v0.3.30 |
2550 | 2024-04-30T22:12:47.228Z | Documenting futures-io v0.3.30 |
2551 | 2024-04-30T22:12:47.228Z | Documenting uuid v1.8.0 |
2552 | 2024-04-30T22:12:47.586Z | Documenting tokio v1.37.0 |
2553 | 2024-04-30T22:12:47.827Z | Documenting generic-array v0.14.7 |
2554 | 2024-04-30T22:12:50.677Z | Documenting chrono v0.4.38 |
2555 | 2024-04-30T22:12:50.772Z | Documenting ahash v0.8.8 |
2556 | 2024-04-30T22:12:51.033Z | Documenting futures-util v0.3.30 |
2557 | 2024-04-30T22:12:51.046Z | Documenting allocator-api2 v0.2.16 |
2558 | 2024-04-30T22:12:51.663Z | Documenting const-oid v0.9.6 |
2559 | 2024-04-30T22:12:52.320Z | Documenting tinyvec_macros v0.1.1 |
2560 | 2024-04-30T22:12:52.386Z | Documenting crypto-common v0.1.6 |
2561 | 2024-04-30T22:12:54.636Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2562 | 2024-04-30T22:12:54.830Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2563 | 2024-04-30T22:12:55.143Z | Documenting tinyvec v1.6.0 |
2564 | 2024-04-30T22:12:55.167Z | Documenting hashbrown v0.14.3 |
2565 | 2024-04-30T22:12:55.562Z | Documenting tracing-core v0.1.32 |
2566 | 2024-04-30T22:12:56.537Z | Checking serde_derive_internals v0.26.0 |
2567 | 2024-04-30T22:12:57.050Z | Documenting serde_derive_internals v0.26.0 |
2568 | 2024-04-30T22:12:57.142Z | Documenting tracing-attributes v0.1.27 |
2569 | 2024-04-30T22:12:57.183Z | Documenting dyn-clone v1.0.17 |
2570 | 2024-04-30T22:12:58.603Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2571 | 2024-04-30T22:12:59.023Z | Documenting unicode-normalization v0.1.22 |
2572 | 2024-04-30T22:13:00.451Z | Documenting ppv-lite86 v0.2.17 |
2573 | 2024-04-30T22:13:00.662Z | Documenting unicode-bidi v0.3.15 |
2574 | 2024-04-30T22:13:01.151Z | Documenting lazy_static v1.4.0 |
2575 | 2024-04-30T22:13:03.209Z | Documenting schemars_derive v0.8.16 |
2576 | 2024-04-30T22:13:03.209Z | Documenting percent-encoding v2.3.1 |
2577 | 2024-04-30T22:13:03.661Z | Documenting block-buffer v0.10.4 |
2578 | 2024-04-30T22:13:04.019Z | Documenting rand_chacha v0.3.1 |
2579 | 2024-04-30T22:13:04.057Z | Documenting powerfmt v0.2.0 |
2580 | 2024-04-30T22:13:06.353Z | Documenting equivalent v1.0.1 |
2581 | 2024-04-30T22:13:07.619Z | Documenting fnv v1.0.7 |
2582 | 2024-04-30T22:13:07.672Z | Documenting deranged v0.3.11 |
2583 | 2024-04-30T22:13:07.672Z | Documenting form_urlencoded v1.2.1 |
2584 | 2024-04-30T22:13:08.047Z | Documenting digest v0.10.7 |
2585 | 2024-04-30T22:13:08.113Z | Documenting schemars v0.8.16 |
2586 | 2024-04-30T22:13:08.161Z | Documenting rand v0.8.5 |
2587 | 2024-04-30T22:13:09.272Z | Documenting indexmap v2.2.6 |
2588 | 2024-04-30T22:13:10.834Z | Documenting time-macros v0.2.17 |
2589 | 2024-04-30T22:13:10.935Z | Documenting num_threads v0.1.6 |
2590 | 2024-04-30T22:13:11.448Z | Documenting unicode-width v0.1.11 |
2591 | 2024-04-30T22:13:13.588Z | Documenting num-conv v0.1.0 |
2592 | 2024-04-30T22:13:14.661Z | Documenting tracing v0.1.40 |
2593 | 2024-04-30T22:13:21.622Z | Documenting time-core v0.1.2 |
2594 | 2024-04-30T22:13:21.730Z | Documenting idna v0.5.0 |
2595 | 2024-04-30T22:13:21.879Z | Documenting errno v0.3.8 |
2596 | 2024-04-30T22:13:21.907Z | Documenting adler v1.0.2 |
2597 | 2024-04-30T22:13:22.038Z | Documenting unicode-ident v1.0.12 |
2598 | 2024-04-30T22:13:22.097Z | Documenting slog v2.7.0 |
2599 | 2024-04-30T22:13:22.540Z | Documenting httparse v1.8.0 |
2600 | 2024-04-30T22:13:24.849Z | Documenting time v0.3.34 |
2601 | 2024-04-30T22:13:24.953Z | Documenting miniz_oxide v0.7.1 |
2602 | 2024-04-30T22:13:25.005Z | Documenting proc-macro2 v1.0.81 |
2603 | 2024-04-30T22:13:25.944Z | Documenting rustix v0.38.31 |
2604 | 2024-04-30T22:13:26.086Z | Documenting url v2.5.0 |
2605 | 2024-04-30T22:13:26.263Z | Documenting cpufeatures v0.2.12 |
2606 | 2024-04-30T22:13:26.583Z | Documenting async-trait v0.1.80 |
2607 | 2024-04-30T22:13:28.757Z | Documenting httpdate v1.0.3 |
2608 | 2024-04-30T22:13:29.387Z | Documenting try-lock v0.2.4 |
2609 | 2024-04-30T22:13:29.434Z | Documenting quote v1.0.36 |
2610 | 2024-04-30T22:13:30.464Z | Documenting http-body v0.4.5 |
2611 | 2024-04-30T22:13:30.767Z | Documenting aho-corasick v1.1.2 |
2612 | 2024-04-30T22:13:31.596Z | Documenting tokio-util v0.7.10 |
2613 | 2024-04-30T22:13:31.647Z | Documenting openssl-sys v0.9.102 |
2614 | 2024-04-30T22:13:32.438Z | Documenting want v0.3.1 |
2615 | 2024-04-30T22:13:33.428Z | Documenting openssl-macros v0.1.1 |
2616 | 2024-04-30T22:13:33.428Z | Documenting mime v0.3.17 |
2617 | 2024-04-30T22:13:33.546Z | Documenting syn v2.0.60 |
2618 | 2024-04-30T22:13:35.566Z | Documenting gimli v0.28.0 |
2619 | 2024-04-30T22:13:36.050Z | Documenting regex-syntax v0.8.2 |
2620 | 2024-04-30T22:13:36.335Z | Documenting tower-service v0.3.2 |
2621 | 2024-04-30T22:13:36.965Z | Documenting object v0.32.1 |
2622 | 2024-04-30T22:13:37.362Z | Documenting rustc-demangle v0.1.23 |
2623 | 2024-04-30T22:13:38.078Z | Documenting openssl v0.10.64 |
2624 | 2024-04-30T22:13:38.944Z | Documenting h2 v0.3.26 |
2625 | 2024-04-30T22:13:40.461Z | Documenting ipnet v2.9.0 |
2626 | 2024-04-30T22:13:40.518Z | Documenting openssl-probe v0.1.5 |
2627 | 2024-04-30T22:13:41.858Z | Documenting addr2line v0.21.0 |
2628 | 2024-04-30T22:13:42.820Z | Documenting regex-automata v0.4.5 |
2629 | 2024-04-30T22:13:44.527Z | Documenting base64ct v1.6.0 |
2630 | 2024-04-30T22:13:44.767Z | Documenting futures-executor v0.3.30 |
2631 | 2024-04-30T22:13:45.790Z | Documenting encoding_rs v0.8.33 |
2632 | 2024-04-30T22:13:46.195Z | Documenting native-tls v0.2.11 |
2633 | 2024-04-30T22:13:48.774Z | Documenting hyper v0.14.28 |
2634 | 2024-04-30T22:13:48.832Z | Documenting psl-types v2.0.11 |
2635 | 2024-04-30T22:13:49.027Z | Documenting backtrace v0.3.69 |
2636 | 2024-04-30T22:13:49.298Z | Documenting serde_urlencoded v0.7.1 |
2637 | 2024-04-30T22:14:01.021Z | Documenting crossbeam-utils v0.8.19 |
2638 | 2024-04-30T22:14:01.308Z | Documenting tokio-native-tls v0.3.1 |
2639 | 2024-04-30T22:14:01.308Z | Documenting regex v1.10.4 |
2640 | 2024-04-30T22:14:01.308Z | Documenting publicsuffix v2.2.3 |
2641 | 2024-04-30T22:14:01.486Z | Documenting utf8parse v0.2.1 |
2642 | 2024-04-30T22:14:01.486Z | Documenting futures v0.3.30 |
2643 | 2024-04-30T22:14:01.990Z | Documenting anyhow v1.0.82 |
2644 | 2024-04-30T22:14:01.990Z | Documenting pem-rfc7468 v0.7.0 |
2645 | 2024-04-30T22:14:01.991Z | Documenting cookie_store v0.20.0 |
2646 | 2024-04-30T22:14:01.991Z | Checking pest_meta v2.7.6 |
2647 | 2024-04-30T22:14:01.991Z | Documenting der_derive v0.7.2 |
2648 | 2024-04-30T22:14:01.991Z | Documenting sync_wrapper v0.1.2 |
2649 | 2024-04-30T22:14:01.991Z | Documenting webpki-roots v0.25.2 |
2650 | 2024-04-30T22:14:01.991Z | Documenting flagset v0.4.3 |
2651 | 2024-04-30T22:14:01.991Z | Documenting num-integer v0.1.46 |
2652 | 2024-04-30T22:14:01.991Z | Documenting hyper-tls v0.5.0 |
2653 | 2024-04-30T22:14:01.991Z | Documenting hyper-rustls v0.24.2 |
2654 | 2024-04-30T22:14:01.991Z | Documenting pest_meta v2.7.6 |
2655 | 2024-04-30T22:14:01.991Z | Documenting scroll_derive v0.12.0 |
2656 | 2024-04-30T22:14:01.991Z | Checking pest_generator v2.7.6 |
2657 | 2024-04-30T22:14:01.991Z | Documenting openapiv3 v2.0.0 |
2658 | 2024-04-30T22:14:02.512Z | Documenting plain v0.2.3 |
2659 | 2024-04-30T22:14:02.680Z | Documenting der v0.7.8 |
2660 | 2024-04-30T22:14:03.889Z | Documenting ucd-trie v0.1.6 |
2661 | 2024-04-30T22:14:05.454Z | Documenting pest_generator v2.7.6 |
2662 | 2024-04-30T22:14:05.488Z | Documenting spin v0.9.8 |
2663 | 2024-04-30T22:14:06.209Z | Documenting scroll v0.12.0 |
2664 | 2024-04-30T22:14:06.812Z | Documenting anstyle v1.0.6 |
2665 | 2024-04-30T22:14:07.748Z | Documenting pest v2.7.6 |
2666 | 2024-04-30T22:14:07.948Z | Documenting spki v0.7.2 |
2667 | 2024-04-30T22:14:08.479Z | Documenting reqwest v0.11.24 |
2668 | 2024-04-30T22:14:08.640Z | Documenting either v1.11.0 |
2669 | 2024-04-30T22:14:10.283Z | Documenting goblin v0.8.0 |
2670 | 2024-04-30T22:14:10.877Z | Documenting pest_derive v2.7.6 |
2671 | 2024-04-30T22:14:10.885Z | Documenting pretty-hex v0.4.1 |
2672 | 2024-04-30T22:14:10.885Z | Documenting anstyle-parse v0.2.1 |
2673 | 2024-04-30T22:14:12.166Z | Documenting pkcs8 v0.10.2 |
2674 | 2024-04-30T22:14:12.569Z | Documenting thread-id v4.2.0 |
2675 | 2024-04-30T22:14:13.047Z | Documenting anstyle-query v1.0.0 |
2676 | 2024-04-30T22:14:13.809Z | Documenting colorchoice v1.0.0 |
2677 | 2024-04-30T22:14:14.087Z | Documenting data-encoding v2.4.0 |
2678 | 2024-04-30T22:14:15.025Z | Documenting dtrace-parser v0.2.0 |
2679 | 2024-04-30T22:14:16.442Z | Documenting crossbeam-epoch v0.9.18 |
2680 | 2024-04-30T22:14:16.690Z | Documenting terminal_size v0.3.0 |
2681 | 2024-04-30T22:14:16.776Z | Documenting sha2 v0.10.8 |
2682 | 2024-04-30T22:14:17.301Z | Documenting anstream v0.6.11 |
2683 | 2024-04-30T22:14:18.333Z | Documenting dof v0.3.0 |
2684 | 2024-04-30T22:14:18.334Z | Documenting ipnetwork v0.20.0 |
2685 | 2024-04-30T22:14:18.373Z | Documenting hex v0.4.3 |
2686 | 2024-04-30T22:14:19.178Z | Documenting crc32fast v1.3.2 |
2687 | 2024-04-30T22:14:20.685Z | Documenting strsim v0.11.0 |
2688 | 2024-04-30T22:14:21.043Z | Documenting unicode-segmentation v1.10.1 |
2689 | 2024-04-30T22:14:21.192Z | Documenting untrusted v0.9.0 |
2690 | 2024-04-30T22:14:21.550Z | Documenting clap_lex v0.7.0 |
2691 | 2024-04-30T22:14:22.691Z | Documenting clap_derive v4.5.4 |
2692 | 2024-04-30T22:14:23.022Z | Documenting usdt-impl v0.5.0 |
2693 | 2024-04-30T22:14:23.152Z | Documenting num-iter v0.1.44 |
2694 | 2024-04-30T22:14:23.501Z | Documenting hmac v0.12.1 |
2695 | 2024-04-30T22:14:24.161Z | Documenting ring v0.17.8 |
2696 | 2024-04-30T22:14:24.522Z | Documenting signal-hook v0.3.17 |
2697 | 2024-04-30T22:14:24.628Z | Documenting static_assertions v1.1.0 |
2698 | 2024-04-30T22:14:25.531Z | Documenting clap_builder v4.5.2 |
2699 | 2024-04-30T22:14:28.023Z | Documenting base64 v0.22.0 |
2700 | 2024-04-30T22:14:28.023Z | Documenting flate2 v1.0.28 |
2701 | 2024-04-30T22:14:28.076Z | Documenting managed v0.8.0 |
2702 | 2024-04-30T22:14:28.165Z | Documenting block-padding v0.3.3 |
2703 | 2024-04-30T22:14:28.766Z | Documenting signal-hook-mio v0.2.3 |
2704 | 2024-04-30T22:14:29.788Z | Documenting scheduled-thread-pool v0.2.7 |
2705 | 2024-04-30T22:14:29.955Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2706 | 2024-04-30T22:14:31.457Z | Documenting enum-as-inner v0.5.1 |
2707 | 2024-04-30T22:14:31.712Z | Checking diesel_table_macro_syntax v0.1.0 |
2708 | 2024-04-30T22:14:31.881Z | Documenting diesel_table_macro_syntax v0.1.0 |
2709 | 2024-04-30T22:14:32.147Z | Documenting clap v4.5.4 |
2710 | 2024-04-30T22:14:32.341Z | Documenting md-5 v0.10.5 |
2711 | 2024-04-30T22:14:32.601Z | Documenting inout v0.1.3 |
2712 | 2024-04-30T22:14:32.967Z | Documenting crossterm v0.27.0 |
2713 | 2024-04-30T22:14:34.030Z | Documenting r2d2 v0.8.10 |
2714 | 2024-04-30T22:14:34.158Z | Documenting bzip2 v0.4.4 |
2715 | 2024-04-30T22:14:36.170Z | Documenting trust-dns-proto v0.22.0 |
2716 | 2024-04-30T22:14:36.667Z | Documenting diesel_derives v2.1.2 |
2717 | 2024-04-30T22:14:36.951Z | Documenting stringprep v0.1.3 |
2718 | 2024-04-30T22:14:37.042Z | Documenting regress v0.9.1 |
2719 | 2024-04-30T22:14:37.682Z | Documenting ff v0.13.0 |
2720 | 2024-04-30T22:14:38.349Z | Documenting serde_spanned v0.6.5 |
2721 | 2024-04-30T22:14:38.465Z | Documenting toml_datetime v0.6.5 |
2722 | 2024-04-30T22:14:38.643Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2723 | 2024-04-30T22:14:41.056Z | Documenting base16ct v0.2.0 |
2724 | 2024-04-30T22:14:42.219Z | Documenting winnow v0.6.1 |
2725 | 2024-04-30T22:14:42.465Z | Documenting bit-vec v0.6.3 |
2726 | 2024-04-30T22:14:42.742Z | Documenting fallible-iterator v0.2.0 |
2727 | 2024-04-30T22:14:42.910Z | Documenting siphasher v0.3.11 |
2728 | 2024-04-30T22:14:43.322Z | Documenting group v0.13.0 |
2729 | 2024-04-30T22:14:43.668Z | Documenting diesel v2.1.6 |
2730 | 2024-04-30T22:14:44.234Z | Documenting sec1 v0.7.3 |
2731 | 2024-04-30T22:14:44.633Z | Documenting zip v0.6.6 |
2732 | 2024-04-30T22:14:45.974Z | Documenting phf_shared v0.11.2 |
2733 | 2024-04-30T22:14:46.447Z | Documenting cipher v0.4.4 |
2734 | 2024-04-30T22:14:47.138Z | Documenting toml_edit v0.22.12 |
2735 | 2024-04-30T22:14:47.481Z | Documenting hkdf v0.12.4 |
2736 | 2024-04-30T22:14:47.922Z | Documenting postgres-protocol v0.6.6 |
2737 | 2024-04-30T22:14:49.144Z | Documenting num-bigint v0.4.4 |
2738 | 2024-04-30T22:14:57.713Z | Documenting bstr v1.9.0 |
2739 | 2024-04-30T22:14:58.372Z | Documenting console v0.15.8 |
2740 | 2024-04-30T22:15:05.602Z | Documenting crypto-bigint v0.5.2 |
2741 | 2024-04-30T22:15:06.083Z | Documenting hubpack v0.1.2 |
2742 | 2024-04-30T22:15:06.154Z | Documenting serde_repr v0.1.16 |
2743 | 2024-04-30T22:15:06.299Z | Documenting fixedbitset v0.4.2 |
2744 | 2024-04-30T22:15:06.739Z | Checking strsim v0.10.0 |
2745 | 2024-04-30T22:15:06.823Z | Documenting minimal-lexical v0.2.1 |
2746 | 2024-04-30T22:15:06.959Z | Documenting precomputed-hash v0.1.1 |
2747 | 2024-04-30T22:15:06.979Z | Documenting lalrpop-util v0.19.12 |
2748 | 2024-04-30T22:15:08.468Z | Documenting new_debug_unreachable v1.0.4 |
2749 | 2024-04-30T22:15:09.696Z | Checking ident_case v1.0.1 |
2750 | 2024-04-30T22:15:09.845Z | Documenting heck v0.4.1 |
2751 | 2024-04-30T22:15:10.358Z | Checking unsafe-libyaml v0.2.10 |
2752 | 2024-04-30T22:15:10.807Z | Documenting nom v7.1.3 |
2753 | 2024-04-30T22:15:10.941Z | Documenting petgraph v0.6.4 |
2754 | 2024-04-30T22:15:11.092Z | Documenting yasna v0.5.2 |
2755 | 2024-04-30T22:15:11.199Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2756 | 2024-04-30T22:15:11.420Z | Documenting postgres-types v0.2.6 |
2757 | 2024-04-30T22:15:20.320Z | Documenting string_cache v0.8.7 |
2758 | 2024-04-30T22:15:20.462Z | Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2759 | 2024-04-30T22:15:20.861Z | Documenting phf v0.11.2 |
2760 | 2024-04-30T22:15:20.876Z | Documenting similar v2.4.0 |
2761 | 2024-04-30T22:15:20.954Z | Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2762 | 2024-04-30T22:15:21.263Z | Documenting elliptic-curve v0.13.8 |
2763 | 2024-04-30T22:15:21.543Z | Documenting semver v1.0.22 |
2764 | 2024-04-30T22:15:22.028Z | Documenting float-cmp v0.9.0 |
2765 | 2024-04-30T22:15:24.821Z | Documenting unsafe-libyaml v0.2.10 |
2766 | 2024-04-30T22:15:25.412Z | Documenting peg-runtime v0.8.2 |
2767 | 2024-04-30T22:15:25.415Z | Documenting whoami v1.5.1 |
2768 | 2024-04-30T22:15:25.946Z | Documenting difflib v0.4.0 |
2769 | 2024-04-30T22:15:26.454Z | Documenting normalize-line-endings v0.3.0 |
2770 | 2024-04-30T22:15:35.945Z | Documenting predicates-core v1.0.6 |
2771 | 2024-04-30T22:15:36.143Z | Documenting serde_yaml v0.9.25 |
2772 | 2024-04-30T22:15:36.160Z | Checking serde_yaml v0.9.25 |
2773 | 2024-04-30T22:15:36.302Z | Documenting tokio-postgres v0.7.10 |
2774 | 2024-04-30T22:15:36.566Z | Checking darling_core v0.20.8 |
2775 | 2024-04-30T22:15:36.575Z | Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2776 | 2024-04-30T22:15:36.673Z | Documenting bit-set v0.5.3 |
2777 | 2024-04-30T22:15:36.804Z | Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2778 | 2024-04-30T22:15:37.953Z | Documenting getopts v0.2.21 |
2779 | 2024-04-30T22:15:38.466Z | Documenting tokio-stream v0.1.15 |
2780 | 2024-04-30T22:15:39.834Z | Documenting predicates v3.1.0 |
2781 | 2024-04-30T22:15:40.864Z | Documenting ident_case v1.0.1 |
2782 | 2024-04-30T22:15:41.948Z | Checking darling v0.20.8 |
2783 | 2024-04-30T22:15:42.043Z | Documenting is-terminal v0.4.9 |
2784 | 2024-04-30T22:15:42.648Z | Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2785 | 2024-04-30T22:15:43.493Z | Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2786 | 2024-04-30T22:15:43.776Z | Documenting strum v0.26.2 |
2787 | 2024-04-30T22:15:44.460Z | Documenting dirs-sys-next v0.1.2 |
2788 | 2024-04-30T22:15:44.750Z | Documenting darling_core v0.20.8 |
2789 | 2024-04-30T22:15:45.028Z | Documenting match_cfg v0.1.0 |
2790 | 2024-04-30T22:15:45.043Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2791 | 2024-04-30T22:15:46.560Z | Documenting sha1 v0.10.6 |
2792 | 2024-04-30T22:15:47.638Z | Documenting http v1.0.0 |
2793 | 2024-04-30T22:15:47.954Z | Documenting hostname v0.3.1 |
2794 | 2024-04-30T22:15:48.500Z | Documenting dirs-next v2.0.0 |
2795 | 2024-04-30T22:15:49.322Z | Documenting camino v1.1.6 |
2796 | 2024-04-30T22:15:50.008Z | Documenting paste v1.0.14 |
2797 | 2024-04-30T22:15:52.992Z | Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2798 | 2024-04-30T22:15:53.060Z | Documenting thread_local v1.1.7 |
2799 | 2024-04-30T22:15:53.060Z | Documenting rustls-pki-types v1.3.0 |
2800 | 2024-04-30T22:15:53.144Z | Documenting term v0.7.0 |
2801 | 2024-04-30T22:15:53.145Z | Documenting crossbeam-channel v0.5.8 |
2802 | 2024-04-30T22:15:53.377Z | Documenting take_mut v0.2.2 |
2803 | 2024-04-30T22:15:53.383Z | Documenting darling_macro v0.20.8 |
2804 | 2024-04-30T22:15:54.058Z | Documenting slog-json v2.6.1 |
2805 | 2024-04-30T22:15:55.303Z | Documenting async-stream-impl v0.3.5 |
2806 | 2024-04-30T22:15:56.070Z | Documenting rustls-webpki v0.102.1 |
2807 | 2024-04-30T22:15:56.972Z | Documenting slog-term v2.9.1 |
2808 | 2024-04-30T22:15:57.826Z | Documenting debug-ignore v1.0.5 |
2809 | 2024-04-30T22:15:57.879Z | Documenting slog-async v2.8.0 |
2810 | 2024-04-30T22:15:58.055Z | Documenting darling v0.20.8 |
2811 | 2024-04-30T22:15:58.928Z | Documenting atomic-waker v1.1.1 |
2812 | 2024-04-30T22:16:00.054Z | Documenting async-stream v0.3.5 |
2813 | 2024-04-30T22:16:00.409Z | Documenting slog-bunyan v2.5.0 |
2814 | 2024-04-30T22:16:00.841Z | Documenting rustls-pemfile v2.1.2 |
2815 | 2024-04-30T22:16:01.506Z | Documenting multer v3.0.0 |
2816 | 2024-04-30T22:16:01.807Z | Documenting rustls v0.22.4 |
2817 | 2024-04-30T22:16:01.872Z | Documenting waitgroup v0.1.2 |
2818 | 2024-04-30T22:16:02.475Z | Documenting toml v0.8.12 |
2819 | 2024-04-30T22:16:03.697Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2820 | 2024-04-30T22:16:04.040Z | Documenting serde_path_to_error v0.1.16 |
2821 | 2024-04-30T22:16:04.857Z | Documenting serde_with_macros v3.7.0 |
2822 | 2024-04-30T22:16:05.275Z | Documenting structmeta-derive v0.3.0 |
2823 | 2024-04-30T22:16:05.876Z | Documenting newtype-uuid v1.1.0 |
2824 | 2024-04-30T22:16:06.587Z | Checking structmeta v0.3.0 |
2825 | 2024-04-30T22:16:07.219Z | Documenting instant v0.1.12 |
2826 | 2024-04-30T22:16:07.839Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2827 | 2024-04-30T22:16:08.417Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2828 | 2024-04-30T22:16:08.600Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2829 | 2024-04-30T22:16:10.178Z | Documenting serde_with v3.7.0 |
2830 | 2024-04-30T22:16:10.622Z | Documenting structmeta v0.3.0 |
2831 | 2024-04-30T22:16:10.791Z | Documenting tokio-rustls v0.25.0 |
2832 | 2024-04-30T22:16:10.884Z | Documenting backoff v0.4.0 |
2833 | 2024-04-30T22:16:11.095Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2834 | 2024-04-30T22:16:12.415Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2835 | 2024-04-30T22:16:13.758Z | Documenting macaddr v1.0.1 |
2836 | 2024-04-30T22:16:15.289Z | Documenting parse-display-derive v0.9.0 |
2837 | 2024-04-30T22:16:16.287Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2838 | 2024-04-30T22:16:16.395Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2839 | 2024-04-30T22:16:16.492Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2840 | 2024-04-30T22:16:16.690Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2841 | 2024-04-30T22:16:17.617Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2842 | 2024-04-30T22:16:17.845Z | Documenting fastrand v2.0.1 |
2843 | 2024-04-30T22:16:17.982Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2844 | 2024-04-30T22:16:18.030Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2845 | 2024-04-30T22:16:18.307Z | Checking proc-macro-crate v1.3.1 |
2846 | 2024-04-30T22:16:18.547Z | Documenting proc-macro-crate v1.3.1 |
2847 | 2024-04-30T22:16:19.784Z | Documenting foreign-types-macros v0.2.3 |
2848 | 2024-04-30T22:16:20.397Z | Documenting foreign-types-shared v0.3.1 |
2849 | 2024-04-30T22:16:20.548Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2850 | 2024-04-30T22:16:21.109Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2851 | 2024-04-30T22:16:21.313Z | Documenting parse-display v0.9.0 |
2852 | 2024-04-30T22:16:21.830Z | Documenting tempfile v3.10.1 |
2853 | 2024-04-30T22:16:23.386Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2854 | 2024-04-30T22:16:23.639Z | Documenting num_enum_derive v0.5.11 |
2855 | 2024-04-30T22:16:24.471Z | Documenting cstr-argument v0.1.2 |
2856 | 2024-04-30T22:16:24.675Z | Documenting foreign-types v0.5.0 |
2857 | 2024-04-30T22:16:25.098Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2858 | 2024-04-30T22:16:25.705Z | Documenting tabwriter v1.4.0 |
2859 | 2024-04-30T22:16:26.668Z | Documenting camino-tempfile v1.1.1 |
2860 | 2024-04-30T22:16:28.446Z | Documenting colored v2.1.0 |
2861 | 2024-04-30T22:16:28.602Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2862 | 2024-04-30T22:16:29.640Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2863 | 2024-04-30T22:16:29.706Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2864 | 2024-04-30T22:16:29.777Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2865 | 2024-04-30T22:16:29.994Z | Documenting hash32 v0.3.1 |
2866 | 2024-04-30T22:16:31.017Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2867 | 2024-04-30T22:16:31.195Z | Documenting num_enum v0.5.11 |
2868 | 2024-04-30T22:16:31.553Z | Documenting stable_deref_trait v1.2.0 |
2869 | 2024-04-30T22:16:36.237Z | Documenting smf v0.2.3 |
2870 | 2024-04-30T22:16:36.412Z | Documenting cobs v0.2.3 |
2871 | 2024-04-30T22:16:36.412Z | Documenting embedded-io v0.4.0 |
2872 | 2024-04-30T22:16:36.412Z | Documenting memmap v0.7.0 |
2873 | 2024-04-30T22:16:36.413Z | Documenting heapless v0.8.0 |
2874 | 2024-04-30T22:16:36.413Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2875 | 2024-04-30T22:16:36.413Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2876 | 2024-04-30T22:16:36.627Z | Documenting crucible-workspace-hack v0.1.0 |
2877 | 2024-04-30T22:16:37.220Z | Documenting postcard v1.0.8 |
2878 | 2024-04-30T22:16:38.317Z | Documenting usdt v0.5.0 |
2879 | 2024-04-30T22:16:38.854Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2880 | 2024-04-30T22:16:39.482Z | Documenting smoltcp v0.11.0 |
2881 | 2024-04-30T22:16:40.347Z | Documenting newline-converter v0.3.0 |
2882 | 2024-04-30T22:16:40.442Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2883 | 2024-04-30T22:16:42.042Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2884 | 2024-04-30T22:16:42.272Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2885 | 2024-04-30T22:16:43.598Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2886 | 2024-04-30T22:16:43.818Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2887 | 2024-04-30T22:16:43.907Z | Documenting expectorate v1.1.0 |
2888 | 2024-04-30T22:16:43.923Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2889 | 2024-04-30T22:16:44.360Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2890 | 2024-04-30T22:16:45.661Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2891 | 2024-04-30T22:16:46.912Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2892 | 2024-04-30T22:16:46.915Z | Documenting sigpipe v0.1.3 |
2893 | 2024-04-30T22:16:46.915Z | Documenting num-derive v0.4.0 |
2894 | 2024-04-30T22:16:46.915Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2895 | 2024-04-30T22:16:49.315Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2896 | 2024-04-30T22:16:50.191Z | Documenting password-hash v0.5.0 |
2897 | 2024-04-30T22:16:50.672Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2898 | 2024-04-30T22:16:50.989Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2899 | 2024-04-30T22:16:51.453Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
2900 | 2024-04-30T22:16:51.752Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2901 | 2024-04-30T22:16:52.180Z | Documenting blake2 v0.10.6 |
2902 | 2024-04-30T22:16:54.618Z | Documenting linked-hash-map v0.5.6 |
2903 | 2024-04-30T22:16:55.471Z | Documenting proc-macro-error-attr v1.0.4 |
2904 | 2024-04-30T22:16:55.950Z | Documenting humantime v2.1.0 |
2905 | 2024-04-30T22:16:57.236Z | Checking proc-macro-error v1.0.4 |
2906 | 2024-04-30T22:16:57.270Z | Documenting bytecount v0.6.3 |
2907 | 2024-04-30T22:16:57.270Z | Documenting derive-where v1.2.7 |
2908 | 2024-04-30T22:16:57.271Z | Documenting argon2 v0.5.3 |
2909 | 2024-04-30T22:16:58.149Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2910 | 2024-04-30T22:16:58.694Z | Documenting lru-cache v0.1.2 |
2911 | 2024-04-30T22:16:59.700Z | Documenting papergrid v0.11.0 |
2912 | 2024-04-30T22:16:59.708Z | Documenting swrite v0.1.0 |
2913 | 2024-04-30T22:16:59.708Z | Documenting proc-macro-error v1.0.4 |
2914 | 2024-04-30T22:17:00.265Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2915 | 2024-04-30T22:17:02.411Z | Documenting newtype_derive v0.1.6 |
2916 | 2024-04-30T22:17:02.669Z | Documenting itertools v0.12.1 |
2917 | 2024-04-30T22:17:02.723Z | Documenting quick-error v1.2.3 |
2918 | 2024-04-30T22:17:02.903Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2919 | 2024-04-30T22:17:03.273Z | Documenting arc-swap v1.6.0 |
2920 | 2024-04-30T22:17:04.022Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2921 | 2024-04-30T22:17:04.225Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2922 | 2024-04-30T22:17:04.442Z | Documenting tabled_derive v0.7.0 |
2923 | 2024-04-30T22:17:06.329Z | Documenting steno v0.4.0 |
2924 | 2024-04-30T22:17:06.628Z | Documenting resolv-conf v0.7.0 |
2925 | 2024-04-30T22:17:07.383Z | Documenting slog-scope v4.4.0 |
2926 | 2024-04-30T22:17:09.321Z | Documenting tabled v0.15.0 |
2927 | 2024-04-30T22:17:09.810Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2928 | 2024-04-30T22:17:10.242Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2929 | 2024-04-30T22:17:11.196Z | Documenting num-rational v0.4.1 |
2930 | 2024-04-30T22:17:11.204Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2931 | 2024-04-30T22:17:11.205Z | Documenting trust-dns-resolver v0.22.0 |
2932 | 2024-04-30T22:17:11.546Z | Documenting slog-stdlog v4.1.1 |
2933 | 2024-04-30T22:17:15.144Z | Documenting num-complex v0.4.5 |
2934 | 2024-04-30T22:17:15.195Z | Documenting filetime v0.2.23 |
2935 | 2024-04-30T22:17:15.736Z | Documenting slog-envlogger v2.2.0 |
2936 | 2024-04-30T22:17:16.197Z | Documenting xattr v1.0.1 |
2937 | 2024-04-30T22:17:19.289Z | Documenting tap v1.0.1 |
2938 | 2024-04-30T22:17:19.350Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2939 | 2024-04-30T22:17:19.929Z | Documenting num v0.4.2 |
2940 | 2024-04-30T22:17:20.362Z | Documenting tar v0.4.40 |
2941 | 2024-04-30T22:17:20.594Z | Documenting radium v0.7.0 |
2942 | 2024-04-30T22:17:21.327Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2943 | 2024-04-30T22:17:21.969Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2944 | 2024-04-30T22:17:22.190Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2945 | 2024-04-30T22:17:22.299Z | Documenting wyz v0.5.1 |
2946 | 2024-04-30T22:17:23.806Z | Documenting nibble_vec v0.1.0 |
2947 | 2024-04-30T22:17:23.819Z | Documenting funty v2.0.0 |
2948 | 2024-04-30T22:17:24.829Z | Documenting crc-catalog v2.2.0 |
2949 | 2024-04-30T22:17:25.269Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2950 | 2024-04-30T22:17:25.504Z | Documenting endian-type v0.1.2 |
2951 | 2024-04-30T22:17:26.428Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2952 | 2024-04-30T22:17:26.535Z | Documenting cancel-safe-futures v0.1.5 |
2953 | 2024-04-30T22:17:26.728Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2954 | 2024-04-30T22:17:26.881Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2955 | 2024-04-30T22:17:27.162Z | Documenting packed_struct_codegen v0.10.1 |
2956 | 2024-04-30T22:17:27.307Z | Documenting bitvec v1.0.1 |
2957 | 2024-04-30T22:17:27.868Z | Documenting nodrop v0.1.14 |
2958 | 2024-04-30T22:17:28.039Z | Documenting crc v3.0.1 |
2959 | 2024-04-30T22:17:29.911Z | Documenting radix_trie v0.2.1 |
2960 | 2024-04-30T22:17:30.847Z | Documenting same-file v1.0.6 |
2961 | 2024-04-30T22:17:31.107Z | Documenting array-init v0.0.4 |
2962 | 2024-04-30T22:17:32.450Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2963 | 2024-04-30T22:17:32.681Z | Documenting num-bigint-dig v0.8.4 |
2964 | 2024-04-30T22:17:33.145Z | Documenting packed_struct v0.10.1 |
2965 | 2024-04-30T22:17:33.905Z | Documenting pkcs1 v0.7.5 |
2966 | 2024-04-30T22:17:34.507Z | Documenting signature v2.1.0 |
2967 | 2024-04-30T22:17:34.899Z | Documenting walkdir v2.5.0 |
2968 | 2024-04-30T22:17:35.751Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2969 | 2024-04-30T22:17:36.114Z | Documenting bitfield v0.14.0 |
2970 | 2024-04-30T22:17:38.443Z | Documenting display-error-chain v0.2.0 |
2971 | 2024-04-30T22:17:39.103Z | Documenting termcolor v1.2.0 |
2972 | 2024-04-30T22:17:39.111Z | Documenting serde-hex v0.1.0 |
2973 | 2024-04-30T22:17:39.194Z | Documenting rsa v0.9.2 |
2974 | 2024-04-30T22:17:39.274Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2975 | 2024-04-30T22:17:42.189Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2976 | 2024-04-30T22:17:42.721Z | Documenting slog-dtrace v0.3.0 |
2977 | 2024-04-30T22:17:43.093Z | Documenting env_logger v0.10.0 |
2978 | 2024-04-30T22:17:43.428Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2979 | 2024-04-30T22:17:43.704Z | Documenting pem v3.0.4 |
2980 | 2024-04-30T22:17:46.285Z | Documenting x509-cert v0.2.4 |
2981 | 2024-04-30T22:17:46.764Z | Documenting libsw v3.3.1 |
2982 | 2024-04-30T22:17:46.764Z | warning: unresolved link to `StNestedBuilder::make_subsection` |
2983 | 2024-04-30T22:17:46.764Z | --> nexus/types/src/sectioned_table.rs:145:7 |
2984 | 2024-04-30T22:17:46.765Z | | |
2985 | 2024-04-30T22:17:46.765Z | 145 | /// [`StNestedBuilder::make_subsection`]. |
2986 | 2024-04-30T22:17:46.765Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope |
2987 | 2024-04-30T22:17:46.765Z | | |
2988 | 2024-04-30T22:17:46.765Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2989 | 2024-04-30T22:17:46.765Z | |
2990 | 2024-04-30T22:17:46.834Z | Documenting ron v0.8.1 |
2991 | 2024-04-30T22:17:47.922Z | Documenting half v2.3.1 |
2992 | 2024-04-30T22:17:48.183Z | Documenting linear-map v1.2.0 |
2993 | 2024-04-30T22:17:56.349Z | warning: `nexus-types` (lib doc) generated 1 warning |
2994 | 2024-04-30T22:17:56.402Z | Documenting crc-any v2.4.3 |
2995 | 2024-04-30T22:17:56.402Z | Documenting ciborium-io v0.2.2 |
2996 | 2024-04-30T22:17:56.403Z | Documenting owo-colors v4.0.0 |
2997 | 2024-04-30T22:17:56.403Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2998 | 2024-04-30T22:17:56.403Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2999 | 2024-04-30T22:17:56.403Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3000 | 2024-04-30T22:17:56.403Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3001 | 2024-04-30T22:17:56.403Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3002 | 2024-04-30T22:17:56.403Z | Documenting headers-core v0.2.0 |
3003 | 2024-04-30T22:17:56.873Z | Documenting ciborium-ll v0.2.2 |
3004 | 2024-04-30T22:17:56.873Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3005 | 2024-04-30T22:17:56.873Z | Documenting path-slash v0.1.5 |
3006 | 2024-04-30T22:17:57.192Z | Documenting headers v0.3.9 |
3007 | 2024-04-30T22:17:58.325Z | Documenting ciborium v0.2.2 |
3008 | 2024-04-30T22:17:59.936Z | Documenting fxhash v0.2.1 |
3009 | 2024-04-30T22:17:59.957Z | Documenting async-recursion v1.1.0 |
3010 | 2024-04-30T22:18:00.379Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
3011 | 2024-04-30T22:18:02.958Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3012 | 2024-04-30T22:18:03.339Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3013 | 2024-04-30T22:18:04.032Z | Documenting vte_generate_state_changes v0.1.1 |
3014 | 2024-04-30T22:18:04.539Z | Documenting convert_case v0.4.0 |
3015 | 2024-04-30T22:18:04.858Z | Checking convert_case v0.4.0 |
3016 | 2024-04-30T22:18:05.073Z | Documenting buf-list v1.0.3 |
3017 | 2024-04-30T22:18:05.095Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3018 | 2024-04-30T22:18:08.262Z | Documenting vte v0.11.1 |
3019 | 2024-04-30T22:18:08.557Z | Documenting derive_more v0.99.17 |
3020 | 2024-04-30T22:18:10.116Z | Documenting derive_builder_core v0.20.0 |
3021 | 2024-04-30T22:18:10.737Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3022 | 2024-04-30T22:18:12.665Z | Checking derive_builder_core v0.20.0 |
3023 | 2024-04-30T22:18:13.519Z | Documenting fd-lock v4.0.2 |
3024 | 2024-04-30T22:18:14.753Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3025 | 2024-04-30T22:18:15.649Z | Documenting bitstruct_derive v0.1.0 |
3026 | 2024-04-30T22:18:16.529Z | Documenting pin-project-internal v1.1.3 |
3027 | 2024-04-30T22:18:17.288Z | Documenting ascii v1.1.0 |
3028 | 2024-04-30T22:18:17.565Z | Documenting derive_builder_macro v0.20.0 |
3029 | 2024-04-30T22:18:18.646Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3030 | 2024-04-30T22:18:19.179Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3031 | 2024-04-30T22:18:20.572Z | Documenting strip-ansi-escapes v0.2.0 |
3032 | 2024-04-30T22:18:20.580Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3033 | 2024-04-30T22:18:20.696Z | Documenting bitstruct v0.1.1 |
3034 | 2024-04-30T22:18:21.831Z | Documenting pin-project v1.1.3 |
3035 | 2024-04-30T22:18:22.609Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3036 | 2024-04-30T22:18:22.900Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3037 | 2024-04-30T22:18:23.349Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3038 | 2024-04-30T22:18:23.691Z | Documenting crossbeam-deque v0.8.3 |
3039 | 2024-04-30T22:18:24.754Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3040 | 2024-04-30T22:18:24.910Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3041 | 2024-04-30T22:18:25.882Z | Documenting serde_arrays v0.1.0 |
3042 | 2024-04-30T22:18:26.339Z | Documenting erased-serde v0.3.31 |
3043 | 2024-04-30T22:18:27.632Z | Documenting snafu-derive v0.8.2 |
3044 | 2024-04-30T22:18:27.830Z | Documenting ref-cast-impl v1.0.22 |
3045 | 2024-04-30T22:18:30.717Z | Checking unicode-xid v0.2.4 |
3046 | 2024-04-30T22:18:30.856Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3047 | 2024-04-30T22:18:31.158Z | Documenting nu-ansi-term v0.50.0 |
3048 | 2024-04-30T22:18:31.252Z | Documenting unicode-xid v0.2.4 |
3049 | 2024-04-30T22:18:31.416Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3050 | 2024-04-30T22:18:32.733Z | Documenting ref-cast v1.0.22 |
3051 | 2024-04-30T22:18:34.259Z | Documenting const_format_proc_macros v0.2.32 |
3052 | 2024-04-30T22:18:35.048Z | Documenting snafu v0.8.2 |
3053 | 2024-04-30T22:18:35.405Z | Documenting reedline v0.31.0 |
3054 | 2024-04-30T22:18:36.215Z | Documenting rayon-core v1.12.1 |
3055 | 2024-04-30T22:18:36.223Z | Documenting derive_builder v0.20.0 |
3056 | 2024-04-30T22:18:38.755Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3057 | 2024-04-30T22:18:43.280Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3058 | 2024-04-30T22:18:43.458Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3059 | 2024-04-30T22:18:43.458Z | Documenting libefi-sys v0.1.0 |
3060 | 2024-04-30T22:18:43.458Z | Documenting trust-dns-client v0.22.0 |
3061 | 2024-04-30T22:18:43.822Z | Documenting polar-core v0.27.3 |
3062 | 2024-04-30T22:18:44.277Z | Documenting libxml v0.3.3 |
3063 | 2024-04-30T22:18:45.116Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3064 | 2024-04-30T22:18:46.195Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3065 | 2024-04-30T22:18:46.256Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3066 | 2024-04-30T22:18:46.849Z | Documenting globset v0.4.13 |
3067 | 2024-04-30T22:18:49.157Z | Documenting bb8 v0.8.3 |
3068 | 2024-04-30T22:18:49.770Z | Documenting olpc-cjson v0.1.3 |
3069 | 2024-04-30T22:18:50.771Z | Documenting serde_plain v1.0.2 |
3070 | 2024-04-30T22:18:51.452Z | Documenting quick-xml v0.31.0 |
3071 | 2024-04-30T22:18:51.973Z | Documenting oso-derive v0.27.3 |
3072 | 2024-04-30T22:18:53.100Z | Documenting impl-trait-for-tuples v0.2.2 |
3073 | 2024-04-30T22:18:54.487Z | Documenting maplit v1.0.2 |
3074 | 2024-04-30T22:18:54.914Z | Documenting typed-path v0.7.0 |
3075 | 2024-04-30T22:18:55.226Z | Documenting utf-8 v0.7.6 |
3076 | 2024-04-30T22:18:56.783Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3077 | 2024-04-30T22:18:57.445Z | Documenting keccak v0.1.4 |
3078 | 2024-04-30T22:18:58.394Z | Documenting samael v0.0.15 |
3079 | 2024-04-30T22:18:58.665Z | Documenting oso v0.27.3 |
3080 | 2024-04-30T22:18:59.274Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3081 | 2024-04-30T22:18:59.337Z | Documenting tungstenite v0.21.0 |
3082 | 2024-04-30T22:19:00.996Z | Documenting sha3 v0.10.8 |
3083 | 2024-04-30T22:19:01.008Z | Documenting tough v0.17.1 |
3084 | 2024-04-30T22:19:01.008Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3085 | 2024-04-30T22:19:04.648Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3086 | 2024-04-30T22:19:05.484Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3087 | 2024-04-30T22:19:05.761Z | Documenting trust-dns-server v0.22.1 |
3088 | 2024-04-30T22:19:05.936Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3089 | 2024-04-30T22:19:09.708Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3090 | 2024-04-30T22:19:09.908Z | Documenting rayon v1.10.0 |
3091 | 2024-04-30T22:19:14.043Z | Documenting const_format v0.2.32 |
3092 | 2024-04-30T22:19:14.591Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3093 | 2024-04-30T22:19:14.591Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3094 | 2024-04-30T22:19:14.591Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3095 | 2024-04-30T22:19:14.591Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3096 | 2024-04-30T22:19:14.604Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3097 | 2024-04-30T22:19:14.786Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3098 | 2024-04-30T22:19:14.884Z | Documenting sled v0.34.7 |
3099 | 2024-04-30T22:19:15.353Z | Documenting fs-err v2.11.0 |
3100 | 2024-04-30T22:19:15.419Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3101 | 2024-04-30T22:19:15.615Z | Documenting nix v0.28.0 |
3102 | 2024-04-30T22:19:16.276Z | Documenting cookie v0.18.1 |
3103 | 2024-04-30T22:19:18.808Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3104 | 2024-04-30T22:19:19.786Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3105 | 2024-04-30T22:19:20.449Z | Documenting secrecy v0.8.0 |
3106 | 2024-04-30T22:19:20.449Z | Documenting gethostname v0.4.3 |
3107 | 2024-04-30T22:19:20.450Z | Documenting peg-macros v0.8.2 |
3108 | 2024-04-30T22:19:21.392Z | Documenting rustversion v1.0.14 |
3109 | 2024-04-30T22:19:21.416Z | Documenting sqlparser_derive v0.2.2 |
3110 | 2024-04-30T22:19:21.967Z | Documenting parse-size v1.0.0 |
3111 | 2024-04-30T22:19:24.153Z | Documenting unicode_categories v0.1.1 |
3112 | 2024-04-30T22:19:24.826Z | Documenting home v0.5.5 |
3113 | 2024-04-30T22:19:25.474Z | Documenting peg v0.8.2 |
3114 | 2024-04-30T22:19:25.481Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3115 | 2024-04-30T22:19:25.577Z | Documenting castaway v0.2.2 |
3116 | 2024-04-30T22:19:26.243Z | Documenting sqlparser v0.45.0 |
3117 | 2024-04-30T22:19:28.223Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3118 | 2024-04-30T22:19:28.268Z | Documenting sqlformat v0.2.3 |
3119 | 2024-04-30T22:19:28.456Z | Documenting rustyline v14.0.0 |
3120 | 2024-04-30T22:19:29.112Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3121 | 2024-04-30T22:19:29.571Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3122 | 2024-04-30T22:19:32.782Z | Documenting tokio-tungstenite v0.21.0 |
3123 | 2024-04-30T22:19:34.292Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3124 | 2024-04-30T22:19:34.925Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3125 | 2024-04-30T22:19:37.139Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3126 | 2024-04-30T22:19:40.203Z | Documenting zone v0.1.8 |
3127 | 2024-04-30T22:19:41.006Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
3128 | 2024-04-30T22:19:41.860Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3129 | 2024-04-30T22:19:42.470Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3130 | 2024-04-30T22:19:44.588Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3131 | 2024-04-30T22:19:44.836Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3132 | 2024-04-30T22:19:45.118Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
3133 | 2024-04-30T22:19:47.360Z | Documenting portpicker v0.1.1 |
3134 | 2024-04-30T22:19:48.283Z | Documenting universal-hash v0.5.1 |
3135 | 2024-04-30T22:19:51.113Z | Documenting bcs v0.1.6 |
3136 | 2024-04-30T22:19:51.630Z | Documenting kstat-rs v0.2.3 |
3137 | 2024-04-30T22:19:52.432Z | Documenting thiserror-impl-no-std v2.0.2 |
3138 | 2024-04-30T22:20:02.151Z | Documenting curve25519-dalek-derive v0.1.0 |
3139 | 2024-04-30T22:20:02.536Z | Documenting highway v1.1.0 |
3140 | 2024-04-30T22:20:02.944Z | Documenting opaque-debug v0.3.0 |
3141 | 2024-04-30T22:20:02.944Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3142 | 2024-04-30T22:20:02.944Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3143 | 2024-04-30T22:20:02.944Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3144 | 2024-04-30T22:20:03.484Z | Documenting thiserror-no-std v2.0.2 |
3145 | 2024-04-30T22:20:05.568Z | Documenting poly1305 v0.8.0 |
3146 | 2024-04-30T22:20:06.146Z | Documenting compact_str v0.7.1 |
3147 | 2024-04-30T22:20:06.709Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3148 | 2024-04-30T22:20:06.907Z | Documenting curve25519-dalek v4.1.2 |
3149 | 2024-04-30T22:20:10.604Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3150 | 2024-04-30T22:20:10.760Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3151 | 2024-04-30T22:20:12.751Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3152 | 2024-04-30T22:20:13.170Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3153 | 2024-04-30T22:20:14.011Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3154 | 2024-04-30T22:20:14.031Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3155 | 2024-04-30T22:20:15.066Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3156 | 2024-04-30T22:20:15.103Z | Documenting portable-atomic v1.4.3 |
3157 | 2024-04-30T22:20:16.924Z | Documenting ed25519 v1.5.3 |
3158 | 2024-04-30T22:20:18.997Z | Documenting memoffset v0.7.1 |
3159 | 2024-04-30T22:20:20.087Z | Documenting unicase v2.7.0 |
3160 | 2024-04-30T22:20:21.463Z | Documenting rcgen v0.12.1 |
3161 | 2024-04-30T22:20:22.027Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3162 | 2024-04-30T22:20:23.515Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
3163 | 2024-04-30T22:20:23.819Z | warning: could not parse code block as Rust code |
3164 | 2024-04-30T22:20:23.820Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 |
3165 | 2024-04-30T22:20:23.820Z | | |
3166 | 2024-04-30T22:20:23.820Z | 246 | / /// Parse a string literal, either single- or double-quoted. |
3167 | 2024-04-30T22:20:23.820Z | 247 | | /// |
3168 | 2024-04-30T22:20:23.821Z | 248 | | /// Parsing string literals is pretty tricky, but we add several |
3169 | 2024-04-30T22:20:23.821Z | 249 | | /// constraints to simplify things. First strings must be quoted, either |
3170 | 2024-04-30T22:20:23.821Z | ... | |
3171 | 2024-04-30T22:20:23.821Z | 277 | | /// |
3172 | 2024-04-30T22:20:23.821Z | 278 | | /// Will be parsed as `this string has " in it`. |
3173 | 2024-04-30T22:20:23.821Z | | |________________________________________________________^ |
3174 | 2024-04-30T22:20:23.822Z | | |
3175 | 2024-04-30T22:20:23.822Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
3176 | 2024-04-30T22:20:23.822Z | = note: error from rustc: unknown start of token: \ |
3177 | 2024-04-30T22:20:23.822Z | = note: error from rustc: unknown start of token: \ |
3178 | 2024-04-30T22:20:23.822Z | = note: error from rustc: unknown start of token: \ |
3179 | 2024-04-30T22:20:23.822Z | = note: error from rustc: unknown start of token: \ |
3180 | 2024-04-30T22:20:23.822Z | = note: error from rustc: unknown start of token: \ |
3181 | 2024-04-30T22:20:23.823Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
3182 | 2024-04-30T22:20:23.823Z | |
3183 | 2024-04-30T22:20:24.378Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
3184 | 2024-04-30T22:20:25.256Z | warning: `oximeter-db` (lib doc) generated 1 warning |
3185 | 2024-04-30T22:20:25.260Z | Documenting atomicwrites v0.4.3 |
3186 | 2024-04-30T22:20:28.028Z | Documenting chacha20 v0.9.1 |
3187 | 2024-04-30T22:20:28.464Z | Documenting lru v0.12.1 |
3188 | 2024-04-30T22:20:28.465Z | Documenting aead v0.5.2 |
3189 | 2024-04-30T22:20:29.939Z | Documenting rand_seeder v0.2.3 |
3190 | 2024-04-30T22:20:32.817Z | Documenting nanorand v0.7.0 |
3191 | 2024-04-30T22:20:33.039Z | Documenting subprocess v0.2.9 |
3192 | 2024-04-30T22:20:41.992Z | Documenting stability v0.2.0 |
3193 | 2024-04-30T22:20:42.341Z | Documenting glob v0.3.1 |
3194 | 2024-04-30T22:20:42.508Z | Documenting number_prefix v0.4.0 |
3195 | 2024-04-30T22:20:42.841Z | Documenting cassowary v0.3.0 |
3196 | 2024-04-30T22:20:42.845Z | Documenting flume v0.11.0 |
3197 | 2024-04-30T22:20:42.917Z | Documenting chacha20poly1305 v0.10.1 |
3198 | 2024-04-30T22:20:43.152Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3199 | 2024-04-30T22:20:46.386Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3200 | 2024-04-30T22:20:46.599Z | Documenting indicatif v0.17.8 |
3201 | 2024-04-30T22:20:46.810Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3202 | 2024-04-30T22:20:47.081Z | Documenting ratatui v0.26.2 |
3203 | 2024-04-30T22:20:47.923Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3204 | 2024-04-30T22:21:06.181Z | Documenting mime_guess v2.0.4 |
3205 | 2024-04-30T22:21:06.266Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3206 | 2024-04-30T22:21:06.266Z | Documenting salty v0.2.0 |
3207 | 2024-04-30T22:21:06.266Z | Documenting vsss-rs v3.3.4 |
3208 | 2024-04-30T22:21:06.266Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3209 | 2024-04-30T22:21:06.267Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3210 | 2024-04-30T22:21:06.267Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3211 | 2024-04-30T22:21:06.267Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3212 | 2024-04-30T22:21:06.267Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3213 | 2024-04-30T22:21:06.267Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3214 | 2024-04-30T22:21:06.267Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3215 | 2024-04-30T22:21:06.267Z | Documenting serde-big-array v0.5.1 |
3216 | 2024-04-30T22:21:06.267Z | warning: unresolved link to `test_sled_transitions` |
3217 | 2024-04-30T22:21:06.267Z | --> nexus/db-queries/src/db/datastore/sled.rs:636:11 |
3218 | 2024-04-30T22:21:06.267Z | | |
3219 | 2024-04-30T22:21:06.268Z | 636 | /// [`test_sled_transitions`]. |
3220 | 2024-04-30T22:21:06.268Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3221 | 2024-04-30T22:21:06.268Z | | |
3222 | 2024-04-30T22:21:06.268Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3223 | 2024-04-30T22:21:06.268Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3224 | 2024-04-30T22:21:06.268Z | |
3225 | 2024-04-30T22:21:06.268Z | warning: unresolved link to `test_sled_transitions` |
3226 | 2024-04-30T22:21:06.268Z | --> nexus/db-queries/src/db/datastore/sled.rs:672:11 |
3227 | 2024-04-30T22:21:06.268Z | | |
3228 | 2024-04-30T22:21:06.268Z | 672 | /// [`test_sled_transitions`]. |
3229 | 2024-04-30T22:21:06.268Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3230 | 2024-04-30T22:21:06.268Z | | |
3231 | 2024-04-30T22:21:06.268Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3232 | 2024-04-30T22:21:06.268Z | |
3233 | 2024-04-30T22:21:06.269Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3234 | 2024-04-30T22:21:06.269Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3235 | 2024-04-30T22:21:06.269Z | | |
3236 | 2024-04-30T22:21:06.269Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3237 | 2024-04-30T22:21:06.269Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3238 | 2024-04-30T22:21:06.269Z | |
3239 | 2024-04-30T22:21:06.785Z | Documenting rtoolbox v0.0.1 |
3240 | 2024-04-30T22:21:07.240Z | Documenting unicode-linebreak v0.1.5 |
3241 | 2024-04-30T22:21:07.933Z | Documenting smawk v0.3.1 |
3242 | 2024-04-30T22:21:09.044Z | Documenting http-range v0.1.5 |
3243 | 2024-04-30T22:21:09.454Z | Documenting is_ci v1.2.0 |
3244 | 2024-04-30T22:21:10.351Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3245 | 2024-04-30T22:21:11.077Z | Documenting rpassword v7.3.1 |
3246 | 2024-04-30T22:21:12.062Z | Documenting textwrap v0.16.1 |
3247 | 2024-04-30T22:21:13.178Z | Documenting hyper-staticfile v0.9.5 |
3248 | 2024-04-30T22:21:13.513Z | Documenting supports-color v3.0.0 |
3249 | 2024-04-30T22:21:15.235Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3250 | 2024-04-30T22:21:15.393Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3251 | 2024-04-30T22:21:16.390Z | Documenting tui-tree-widget v0.19.0 |
3252 | 2024-04-30T22:21:17.698Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3253 | 2024-04-30T22:21:18.398Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3254 | 2024-04-30T22:21:24.508Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3255 | 2024-04-30T22:21:24.652Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3256 | 2024-04-30T22:21:24.652Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3257 | 2024-04-30T22:21:24.688Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3258 | 2024-04-30T22:21:24.688Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3259 | 2024-04-30T22:21:24.688Z | Documenting signal-hook-tokio v0.3.1 |
3260 | 2024-04-30T22:21:24.689Z | Documenting memmap2 v0.7.1 |
3261 | 2024-04-30T22:21:24.689Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3262 | 2024-04-30T22:21:24.689Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3263 | 2024-04-30T22:21:25.276Z | Documenting constant_time_eq v0.3.0 |
3264 | 2024-04-30T22:21:27.622Z | Documenting arrayvec v0.7.4 |
3265 | 2024-04-30T22:21:28.114Z | Documenting shell-words v1.1.0 |
3266 | 2024-04-30T22:21:28.312Z | Documenting arrayref v0.3.7 |
3267 | 2024-04-30T22:21:28.573Z | Documenting corncobs v0.1.3 |
3268 | 2024-04-30T22:21:30.897Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3269 | 2024-04-30T22:21:31.428Z | Documenting blake3 v1.5.0 |
3270 | 2024-04-30T22:21:31.698Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3271 | 2024-04-30T22:21:31.746Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3272 | 2024-04-30T22:21:31.927Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3273 | 2024-04-30T22:21:33.898Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3274 | 2024-04-30T22:21:36.121Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3275 | 2024-04-30T22:21:36.340Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3276 | 2024-04-30T22:21:40.954Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3277 | 2024-04-30T22:21:48.839Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3278 | 2024-04-30T22:21:49.236Z | warning: unclosed HTML tag `usize` |
3279 | 2024-04-30T22:21:49.236Z | --> wicket/src/ui/panes/update.rs:153:19 |
3280 | 2024-04-30T22:21:49.236Z | | |
3281 | 2024-04-30T22:21:49.236Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3282 | 2024-04-30T22:21:49.236Z | | ^^^^^^^ |
3283 | 2024-04-30T22:21:49.237Z | | |
3284 | 2024-04-30T22:21:49.237Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3285 | 2024-04-30T22:21:49.237Z | |
3286 | 2024-04-30T22:21:50.589Z | warning: `wicket` (lib doc) generated 1 warning |
3287 | 2024-04-30T22:21:50.605Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3288 | 2024-04-30T22:21:51.858Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3289 | 2024-04-30T22:21:53.771Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3290 | 2024-04-30T22:21:55.522Z | warning: unresolved link to `BlueprintDisksConfig` |
3291 | 2024-04-30T22:21:55.522Z | --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1052:55 |
3292 | 2024-04-30T22:21:55.522Z | | |
3293 | 2024-04-30T22:21:55.522Z | 1052 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`] |
3294 | 2024-04-30T22:21:55.522Z | | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope |
3295 | 2024-04-30T22:21:55.522Z | | |
3296 | 2024-04-30T22:21:55.522Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3297 | 2024-04-30T22:21:55.523Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3298 | 2024-04-30T22:21:55.523Z | |
3299 | 2024-04-30T22:21:56.563Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning |
3300 | 2024-04-30T22:21:56.574Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
3301 | 2024-04-30T22:22:00.934Z | Documenting fatfs v0.3.6 |
3302 | 2024-04-30T22:22:01.168Z | Documenting topological-sort v0.2.2 |
3303 | 2024-04-30T22:22:01.662Z | Documenting assert_matches v1.5.0 |
3304 | 2024-04-30T22:22:04.755Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3305 | 2024-04-30T22:22:05.250Z | Documenting omicron-zone-package v0.11.0 |
3306 | 2024-04-30T22:22:06.358Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3307 | 2024-04-30T22:22:07.387Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3308 | 2024-04-30T22:22:07.388Z | --> sled-agent/src/sim/instance.rs:46:7 |
3309 | 2024-04-30T22:22:07.388Z | | |
3310 | 2024-04-30T22:22:07.388Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3311 | 2024-04-30T22:22:07.388Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3312 | 2024-04-30T22:22:07.389Z | | |
3313 | 2024-04-30T22:22:07.389Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3314 | 2024-04-30T22:22:07.389Z | |
3315 | 2024-04-30T22:22:11.267Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3316 | 2024-04-30T22:22:11.273Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3317 | 2024-04-30T22:22:12.917Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3318 | 2024-04-30T22:22:13.837Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3319 | 2024-04-30T22:22:13.957Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3320 | 2024-04-30T22:22:15.346Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3321 | 2024-04-30T22:22:15.621Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3322 | 2024-04-30T22:22:16.314Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3323 | 2024-04-30T22:22:16.326Z | Documenting termios v0.3.3 |
3324 | 2024-04-30T22:22:19.526Z | Documenting uzers v0.11.3 |
3325 | 2024-04-30T22:22:20.736Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3326 | 2024-04-30T22:22:24.163Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3327 | 2024-04-30T22:22:28.514Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3328 | 2024-04-30T22:22:29.975Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3329 | 2024-04-30T22:22:33.984Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3330 | 2024-04-30T22:22:45.107Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3331 | 2024-04-30T22:22:55.397Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3332 | 2024-04-30T22:23:13.327Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3333 | 2024-04-30T22:23:13.758Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3334 | 2024-04-30T22:23:13.759Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3335 | 2024-04-30T22:23:14.944Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3336 | 2024-04-30T22:23:15.369Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3337 | 2024-04-30T22:23:16.392Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3338 | 2024-04-30T22:23:26.803Z | warning: unresolved link to `Nexus` |
3339 | 2024-04-30T22:23:26.804Z | --> nexus/src/app/instance_network.rs:280:34 |
3340 | 2024-04-30T22:23:26.804Z | | |
3341 | 2024-04-30T22:23:26.804Z | 280 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3342 | 2024-04-30T22:23:26.804Z | | ^^^^^ no item named `Nexus` in scope |
3343 | 2024-04-30T22:23:26.805Z | | |
3344 | 2024-04-30T22:23:26.805Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3345 | 2024-04-30T22:23:26.805Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3346 | 2024-04-30T22:23:26.805Z | |
3347 | 2024-04-30T22:23:26.835Z | warning: unresolved link to `Nexus` |
3348 | 2024-04-30T22:23:26.835Z | --> nexus/src/app/instance_network.rs:458:34 |
3349 | 2024-04-30T22:23:26.835Z | | |
3350 | 2024-04-30T22:23:26.835Z | 458 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3351 | 2024-04-30T22:23:26.835Z | | ^^^^^ no item named `Nexus` in scope |
3352 | 2024-04-30T22:23:26.835Z | | |
3353 | 2024-04-30T22:23:26.835Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3354 | 2024-04-30T22:23:26.836Z | |
3355 | 2024-04-30T22:23:26.836Z | warning: unresolved link to `VolumeConstructionRequest` |
3356 | 2024-04-30T22:23:26.836Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3357 | 2024-04-30T22:23:26.836Z | | |
3358 | 2024-04-30T22:23:26.836Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3359 | 2024-04-30T22:23:26.836Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3360 | 2024-04-30T22:23:26.836Z | | |
3361 | 2024-04-30T22:23:26.837Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3362 | 2024-04-30T22:23:26.837Z | |
3363 | 2024-04-30T22:23:26.837Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3364 | 2024-04-30T22:23:26.837Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3365 | 2024-04-30T22:23:26.837Z | | |
3366 | 2024-04-30T22:23:26.838Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3367 | 2024-04-30T22:23:26.838Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3368 | 2024-04-30T22:23:26.838Z | |
3369 | 2024-04-30T22:23:26.839Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3370 | 2024-04-30T22:23:26.839Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3371 | 2024-04-30T22:23:26.839Z | | |
3372 | 2024-04-30T22:23:26.839Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3373 | 2024-04-30T22:23:26.839Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3374 | 2024-04-30T22:23:26.839Z | |
3375 | 2024-04-30T22:23:26.840Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3376 | 2024-04-30T22:23:26.840Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3377 | 2024-04-30T22:23:26.840Z | | |
3378 | 2024-04-30T22:23:26.840Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3379 | 2024-04-30T22:23:26.840Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3380 | 2024-04-30T22:23:26.840Z | |
3381 | 2024-04-30T22:23:26.840Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3382 | 2024-04-30T22:23:26.841Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3383 | 2024-04-30T22:23:26.841Z | | |
3384 | 2024-04-30T22:23:26.841Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3385 | 2024-04-30T22:23:26.841Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3386 | 2024-04-30T22:23:26.841Z | |
3387 | 2024-04-30T22:23:26.841Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3388 | 2024-04-30T22:23:26.841Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3389 | 2024-04-30T22:23:26.841Z | | |
3390 | 2024-04-30T22:23:26.841Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3391 | 2024-04-30T22:23:26.841Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3392 | 2024-04-30T22:23:26.841Z | |
3393 | 2024-04-30T22:23:26.842Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3394 | 2024-04-30T22:23:26.842Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3395 | 2024-04-30T22:23:26.842Z | | |
3396 | 2024-04-30T22:23:26.842Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3397 | 2024-04-30T22:23:26.843Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3398 | 2024-04-30T22:23:26.843Z | |
3399 | 2024-04-30T22:23:33.241Z | warning: `omicron-nexus` (lib doc) generated 9 warnings |
3400 | 2024-04-30T22:23:45.328Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 27s |
3401 | 2024-04-30T22:23:45.404Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html |
3402 | 2024-04-30T22:23:45.404Z | Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html |
3403 | 2024-04-30T22:23:45.404Z | Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html |
3404 | 2024-04-30T22:23:45.404Z | Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html |
3405 | 2024-04-30T22:23:45.405Z | Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html |
3406 | 2024-04-30T22:23:45.405Z | Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html |
3407 | 2024-04-30T22:23:45.405Z | Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html |
3408 | 2024-04-30T22:23:45.431Z | Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html |
3409 | 2024-04-30T22:23:45.431Z | Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html |
3410 | 2024-04-30T22:23:45.431Z | Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html |
3411 | 2024-04-30T22:23:45.431Z | Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
3412 | 2024-04-30T22:23:45.432Z | Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html |
3413 | 2024-04-30T22:23:45.432Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html |
3414 | 2024-04-30T22:23:45.432Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html |
3415 | 2024-04-30T22:23:45.432Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html |
3416 | 2024-04-30T22:23:45.432Z | Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html |
3417 | 2024-04-30T22:23:45.432Z | Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html |
3418 | 2024-04-30T22:23:45.432Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html |
3419 | 2024-04-30T22:23:45.432Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html |
3420 | 2024-04-30T22:23:45.432Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html |
3421 | 2024-04-30T22:23:45.432Z | Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
3422 | 2024-04-30T22:23:45.432Z | Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html |
3423 | 2024-04-30T22:23:45.432Z | Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html |
3424 | 2024-04-30T22:23:45.432Z | Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html |
3425 | 2024-04-30T22:23:45.432Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
3426 | 2024-04-30T22:23:45.432Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html |
3427 | 2024-04-30T22:23:45.432Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html |
3428 | 2024-04-30T22:23:45.433Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html |
3429 | 2024-04-30T22:23:45.433Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html |
3430 | 2024-04-30T22:23:45.433Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html |
3431 | 2024-04-30T22:23:45.433Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html |
3432 | 2024-04-30T22:23:45.433Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html |
3433 | 2024-04-30T22:23:45.433Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html |
3434 | 2024-04-30T22:23:45.433Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html |
3435 | 2024-04-30T22:23:45.433Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html |
3436 | 2024-04-30T22:23:45.433Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html |
3437 | 2024-04-30T22:23:45.433Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html |
3438 | 2024-04-30T22:23:45.433Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html |
3439 | 2024-04-30T22:23:45.433Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
3440 | 2024-04-30T22:23:45.433Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html |
3441 | 2024-04-30T22:23:45.434Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html |
3442 | 2024-04-30T22:23:45.434Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html |
3443 | 2024-04-30T22:23:45.434Z | Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html |
3444 | 2024-04-30T22:23:45.434Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html |
3445 | 2024-04-30T22:23:45.434Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
3446 | 2024-04-30T22:23:45.434Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html |
3447 | 2024-04-30T22:23:45.434Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html |
3448 | 2024-04-30T22:23:45.434Z | Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html |
3449 | 2024-04-30T22:23:45.434Z | Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html |
3450 | 2024-04-30T22:23:45.434Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html |
3451 | 2024-04-30T22:23:45.434Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html |
3452 | 2024-04-30T22:23:45.434Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html |
3453 | 2024-04-30T22:23:45.435Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html |
3454 | 2024-04-30T22:23:45.435Z | Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html |
3455 | 2024-04-30T22:23:45.435Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3456 | 2024-04-30T22:23:45.435Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html |
3457 | 2024-04-30T22:23:45.435Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html |
3458 | 2024-04-30T22:23:45.435Z | Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html |
3459 | 2024-04-30T22:23:45.435Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3460 | 2024-04-30T22:23:45.435Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html |
3461 | 2024-04-30T22:23:45.435Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html |
3462 | 2024-04-30T22:23:45.435Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html |
3463 | 2024-04-30T22:23:45.435Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
3464 | 2024-04-30T22:23:45.435Z | Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html |
3465 | 2024-04-30T22:23:45.435Z | Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html |
3466 | 2024-04-30T22:23:45.436Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html |
3467 | 2024-04-30T22:23:45.436Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html |
3468 | 2024-04-30T22:23:45.436Z | Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html |
3469 | 2024-04-30T22:23:45.436Z | Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html |
3470 | 2024-04-30T22:23:45.436Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html |
3471 | 2024-04-30T22:23:45.436Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html |
3472 | 2024-04-30T22:23:45.437Z | Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html |
3473 | 2024-04-30T22:23:45.437Z | Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html |
3474 | 2024-04-30T22:23:45.437Z | Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html |
3475 | 2024-04-30T22:23:45.437Z | Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html |
3476 | 2024-04-30T22:23:45.437Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html |
3477 | 2024-04-30T22:23:45.437Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html |
3478 | 2024-04-30T22:23:45.437Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html |
3479 | 2024-04-30T22:23:45.438Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html |
3480 | 2024-04-30T22:23:45.438Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html |
3481 | 2024-04-30T22:23:45.438Z | Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html |
3482 | 2024-04-30T22:23:45.446Z | |
3483 | 2024-04-30T22:23:45.446Z | real 11:27.758038447 |
3484 | 2024-04-30T22:23:45.446Z | user 32:56.078372181 |
3485 | 2024-04-30T22:23:45.446Z | sys 48:01.926823204 |
3486 | 2024-04-30T22:23:45.446Z | trap 0.901442487 |
3487 | 2024-04-30T22:23:45.446Z | tflt 0.119437131 |
3488 | 2024-04-30T22:23:45.447Z | dflt 0.698972096 |
3489 | 2024-04-30T22:23:45.447Z | kflt 0.000094250 |
3490 | 2024-04-30T22:23:45.447Z | lock 3:12:09.571608538 |
3491 | 2024-04-30T22:23:45.447Z | slp 3:12:33.025508402 |
3492 | 2024-04-30T22:23:45.447Z | lat 4:14.264359878 |
3493 | 2024-04-30T22:23:45.447Z | stop 1:46.161944207 |
3494 | 2024-04-30T22:23:45.447Z | process exited: duration 1534713 ms, exit code 0 |
|
3495 | 2024-04-30T22:23:45.460Z | found 0 output files |