|
|
|
1 | 2023-12-01T19:57:19.931Z | job assigned to worker 01HGKF7XQ3BP62DTA2MYBKR7EA (queued for 1 m 17 s) |
|
2 | 2023-12-01T19:57:20.590Z | starting task 0: "setup" |
3 | 2023-12-01T19:57:20.644Z | ++ uname -s |
4 | 2023-12-01T19:57:20.655Z | + kern=SunOS |
5 | 2023-12-01T19:57:20.655Z | + case "$kern" in |
6 | 2023-12-01T19:57:20.655Z | + groupadd -g 12345 build |
7 | 2023-12-01T19:57:20.655Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-01T19:57:22.659Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-01T19:57:22.769Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-01T19:57:22.788Z | + home_fs=zfs |
11 | 2023-12-01T19:57:22.790Z | + [[ zfs == autofs ]] |
12 | 2023-12-01T19:57:22.790Z | + mkdir -p /home/build |
13 | 2023-12-01T19:57:22.790Z | + chown build:build /home/build /work |
14 | 2023-12-01T19:57:24.767Z | + chmod 0700 /home/build /work |
15 | 2023-12-01T19:57:24.771Z | process exited: duration 4184 ms, exit code 0 |
|
16 | 2023-12-01T19:57:24.776Z | starting task 1: "rust-toolchain" |
17 | 2023-12-01T19:57:24.785Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-01T19:57:24.788Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-01T19:57:24.952Z | info: downloading installer |
20 | 2023-12-01T19:57:27.159Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-01T19:57:27.159Z | warning: /opt/ooce/bin |
22 | 2023-12-01T19:57:27.159Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-01T19:57:27.159Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-01T19:57:27.159Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-01T19:57:27.159Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-01T19:57:27.159Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-01T19:57:27.159Z | error: cannot install while Rust is installed |
28 | 2023-12-01T19:57:27.159Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-01T19:57:27.228Z | info: profile set to 'default' |
30 | 2023-12-01T19:57:27.228Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-01T19:57:27.231Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-01T19:57:27.413Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-01T19:57:27.413Z | info: downloading component 'cargo' |
34 | 2023-12-01T19:57:28.183Z | info: downloading component 'clippy' |
35 | 2023-12-01T19:57:28.497Z | info: downloading component 'rust-docs' |
36 | 2023-12-01T19:57:29.429Z | info: downloading component 'rust-std' |
37 | 2023-12-01T19:57:31.205Z | info: downloading component 'rustc' |
38 | 2023-12-01T19:57:35.496Z | info: downloading component 'rustfmt' |
39 | 2023-12-01T19:57:35.753Z | info: installing component 'cargo' |
40 | 2023-12-01T19:57:37.193Z | info: installing component 'clippy' |
41 | 2023-12-01T19:57:37.805Z | info: installing component 'rust-docs' |
42 | 2023-12-01T19:57:40.569Z | info: installing component 'rust-std' |
43 | 2023-12-01T19:57:43.630Z | info: installing component 'rustc' |
44 | 2023-12-01T19:57:55.469Z | info: installing component 'rustfmt' |
45 | 2023-12-01T19:57:55.912Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-01T19:57:55.912Z | |
47 | 2023-12-01T19:57:56.050Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-01T19:57:56.050Z | |
49 | 2023-12-01T19:57:56.050Z | |
50 | 2023-12-01T19:57:56.055Z | Rust is installed now. Great! |
51 | 2023-12-01T19:57:56.055Z | |
52 | 2023-12-01T19:57:56.055Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-01T19:57:56.055Z | environment variable. This has not been done automatically. |
54 | 2023-12-01T19:57:56.055Z | |
55 | 2023-12-01T19:57:56.055Z | To configure your current shell, run: |
56 | 2023-12-01T19:57:56.055Z | source "$HOME/.cargo/env" |
57 | 2023-12-01T19:57:56.136Z | + rustc --version |
58 | 2023-12-01T19:57:56.246Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-01T19:57:56.252Z | process exited: duration 31477 ms, exit code 0 |
|
60 | 2023-12-01T19:57:56.257Z | starting task 2: "authentication" |
61 | 2023-12-01T19:57:56.288Z | process exited: duration 30 ms, exit code 0 |
|
62 | 2023-12-01T19:57:56.293Z | starting task 3: "clone repository" |
63 | 2023-12-01T19:57:56.300Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-01T19:57:56.303Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-01T19:57:56.431Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-01T19:58:02.670Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-01T19:58:02.674Z | + [[ -n alan/update-cargo-toml-crucible ]] |
68 | 2023-12-01T19:58:02.674Z | + git fetch origin alan/update-cargo-toml-crucible |
69 | 2023-12-01T19:58:03.041Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-01T19:58:03.041Z | * branch alan/update-cargo-toml-crucible -> FETCH_HEAD |
71 | 2023-12-01T19:58:03.051Z | + git checkout -B alan/update-cargo-toml-crucible remotes/origin/alan/update-cargo-toml-crucible |
72 | 2023-12-01T19:58:03.118Z | Switched to a new branch 'alan/update-cargo-toml-crucible' |
73 | 2023-12-01T19:58:03.121Z | branch 'alan/update-cargo-toml-crucible' set up to track 'origin/alan/update-cargo-toml-crucible'. |
74 | 2023-12-01T19:58:03.121Z | + git reset --hard 9cfdbcb45694f4ff395dc3dad862758918c020ac |
75 | 2023-12-01T19:58:03.229Z | HEAD is now at 9cfdbcb4 Update propolis, simulated pantry |
76 | 2023-12-01T19:58:03.232Z | process exited: duration 6938 ms, exit code 0 |
|
77 | 2023-12-01T19:58:03.239Z | starting task 4: "build" |
78 | 2023-12-01T19:58:03.246Z | + cargo --version |
79 | 2023-12-01T19:58:03.254Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-01T19:58:03.468Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-01T19:58:03.471Z | info: downloading component 'cargo' |
82 | 2023-12-01T19:58:04.308Z | info: downloading component 'clippy' |
83 | 2023-12-01T19:58:04.568Z | info: downloading component 'rust-docs' |
84 | 2023-12-01T19:58:05.602Z | info: downloading component 'rust-std' |
85 | 2023-12-01T19:58:07.302Z | info: downloading component 'rustc' |
86 | 2023-12-01T19:58:11.545Z | info: downloading component 'rustfmt' |
87 | 2023-12-01T19:58:11.780Z | info: installing component 'cargo' |
88 | 2023-12-01T19:58:13.059Z | info: installing component 'clippy' |
89 | 2023-12-01T19:58:13.523Z | info: installing component 'rust-docs' |
90 | 2023-12-01T19:58:16.469Z | info: installing component 'rust-std' |
91 | 2023-12-01T19:58:19.051Z | info: installing component 'rustc' |
92 | 2023-12-01T19:58:25.143Z | info: installing component 'rustfmt' |
93 | 2023-12-01T19:58:25.673Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-01T19:58:25.689Z | + rustc --version |
95 | 2023-12-01T19:58:25.800Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-01T19:58:25.817Z | + source ./env.sh |
97 | 2023-12-01T19:58:25.817Z | ++ set -o xtrace |
98 | 2023-12-01T19:58:25.817Z | ++++ dirname ./env.sh |
99 | 2023-12-01T19:58:25.817Z | +++ cd . |
100 | 2023-12-01T19:58:25.817Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-12-01T19:58:25.817Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-12-01T19:58:25.817Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2023-12-01T19:58:25.817Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2023-12-01T19:58:25.817Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
105 | 2023-12-01T19:58:25.817Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2023-12-01T19:58:25.817Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
107 | 2023-12-01T19:58:25.817Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
108 | 2023-12-01T19:58:25.819Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2023-12-01T19:58:25.819Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2023-12-01T19:58:25.819Z | ++ unset OMICRON_WS |
111 | 2023-12-01T19:58:25.819Z | ++ set +o xtrace |
112 | 2023-12-01T19:58:25.916Z | |
113 | 2023-12-01T19:58:25.917Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-12-01T19:58:25.917Z | # # # # # # # # # # # # # # # |
115 | 2023-12-01T19:58:25.917Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-12-01T19:58:25.917Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-12-01T19:58:25.917Z | # # # # # # # # # # # # # # # |
118 | 2023-12-01T19:58:25.917Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-12-01T19:58:25.917Z | |
120 | 2023-12-01T19:58:36.164Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-12-01T19:58:37.324Z | Startup: Caching catalogs ... Done |
122 | 2023-12-01T19:58:43.539Z | Planning: Solver setup ... Done (5.886s) |
123 | 2023-12-01T19:58:43.680Z | Planning: Running solver ... Done (0.138s) |
124 | 2023-12-01T19:58:43.743Z | Planning: Finding local manifests ... Done (0.003s) |
125 | 2023-12-01T19:58:43.773Z | Planning: Fetching manifests: 0/4 0% complete |
126 | 2023-12-01T19:58:44.067Z | Planning: Fetching manifests: 4/4 100% complete |
127 | 2023-12-01T19:58:44.152Z | Planning: Package planning ... Done (0.084s) |
128 | 2023-12-01T19:58:44.240Z | Planning: Merging actions ... Done (0.086s) |
129 | 2023-12-01T19:58:45.317Z | Planning: Checking for conflicting actions ... Done (1.078s) |
130 | 2023-12-01T19:58:45.362Z | Planning: Consolidating action changes ... Done (0.017s) |
131 | 2023-12-01T19:58:51.191Z | Planning: Evaluating mediators ... Done (5.857s) |
132 | 2023-12-01T19:58:51.207Z | Planning: Planning completed in 13.82 seconds |
133 | 2023-12-01T19:58:57.672Z | Packages to install: 4 |
134 | 2023-12-01T19:58:57.672Z | Mediators to change: 2 |
135 | 2023-12-01T19:58:57.672Z | Services to change: 1 |
136 | 2023-12-01T19:58:57.675Z | Estimated space available: 148.88 GB |
137 | 2023-12-01T19:58:57.675Z | Estimated space to be consumed: 1.38 GB |
138 | 2023-12-01T19:58:57.675Z | Create boot environment: No |
139 | 2023-12-01T19:58:57.675Z | Create backup boot environment: No |
140 | 2023-12-01T19:58:57.675Z | Rebuild boot archive: No |
141 | 2023-12-01T19:58:57.675Z | |
142 | 2023-12-01T19:58:57.675Z | Changed mediators: |
143 | 2023-12-01T19:58:57.675Z | mediator clang: |
144 | 2023-12-01T19:58:57.675Z | version: None -> 15 (system default) |
145 | 2023-12-01T19:58:57.675Z | |
146 | 2023-12-01T19:58:57.675Z | mediator llvm: |
147 | 2023-12-01T19:58:57.675Z | version: 14 (system default) -> 15 (system default) |
148 | 2023-12-01T19:58:57.675Z | |
149 | 2023-12-01T19:58:57.675Z | Changed packages: |
150 | 2023-12-01T19:58:57.675Z | helios-dev |
151 | 2023-12-01T19:58:57.675Z | developer/build-essential |
152 | 2023-12-01T19:58:57.675Z | None -> 11-2.0 |
153 | 2023-12-01T19:58:57.675Z | library/libxmlsec1 |
154 | 2023-12-01T19:58:57.675Z | None -> 1.2.35-2.0 |
155 | 2023-12-01T19:58:57.675Z | ooce/developer/clang-15 |
156 | 2023-12-01T19:58:57.675Z | None -> 15.0.7-2.0 |
157 | 2023-12-01T19:58:57.675Z | ooce/developer/llvm-15 |
158 | 2023-12-01T19:58:57.675Z | None -> 15.0.7-2.0 |
159 | 2023-12-01T19:58:57.675Z | |
160 | 2023-12-01T19:58:57.675Z | Services: |
161 | 2023-12-01T19:58:57.675Z | restart_fmri: |
162 | 2023-12-01T19:58:57.675Z | svc:/system/update-man-index:default |
163 | 2023-12-01T19:58:57.939Z | |
164 | 2023-12-01T19:58:57.941Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
165 | 2023-12-01T19:59:02.993Z | Download: 1201/3290 items 83.5/212.6MB 39% complete (17.2M/s) |
166 | 2023-12-01T19:59:07.996Z | Download: 2933/3290 items 121.2/212.6MB 57% complete (12.2M/s) |
167 | 2023-12-01T19:59:13.555Z | Download: 3286/3290 items 212.6/212.6MB 99% complete (13.8M/s) |
168 | 2023-12-01T19:59:13.615Z | Download: Completed 212.60 MB in 15.68 seconds (13.6M/s) |
169 | 2023-12-01T19:59:13.849Z | Actions: 1/3687 actions (Installing new actions) |
170 | 2023-12-01T19:59:18.850Z | Actions: 2437/3687 actions (Installing new actions) |
171 | 2023-12-01T19:59:21.886Z | Actions: Completed 3687 actions in 8.04 seconds. |
172 | 2023-12-01T19:59:22.093Z | Done (0.199s) |
173 | 2023-12-01T19:59:22.093Z | Done (0.000s) |
174 | 2023-12-01T19:59:22.346Z | Done (0.253s) |
175 | 2023-12-01T19:59:29.993Z | Done (7.525s) |
176 | 2023-12-01T19:59:30.256Z | Done (0.166s) |
177 | 2023-12-01T19:59:30.259Z | Done (0.000s) |
178 | 2023-12-01T19:59:30.473Z | Done (0.000s) |
179 | 2023-12-01T19:59:31.168Z | Planning: Evaluating mediator changes ... Done |
180 | 2023-12-01T19:59:31.449Z | Planning: Checking for conflicting actions ... Done |
181 | 2023-12-01T19:59:31.452Z | Planning: Consolidating action changes ... Done |
182 | 2023-12-01T19:59:31.884Z | Planning: Evaluating mediators ... Done |
183 | 2023-12-01T19:59:31.887Z | Planning: Planning completed in 0.72 seconds |
184 | 2023-12-01T19:59:31.938Z | Mediators to change: 2 |
185 | 2023-12-01T19:59:31.941Z | Create boot environment: No |
186 | 2023-12-01T19:59:31.941Z | Create backup boot environment: No |
187 | 2023-12-01T19:59:32.029Z | Done |
188 | 2023-12-01T19:59:32.029Z | Done |
189 | 2023-12-01T19:59:32.183Z | Done |
190 | 2023-12-01T19:59:37.948Z | Done |
191 | 2023-12-01T19:59:38.072Z | Done |
192 | 2023-12-01T19:59:38.075Z | Done |
193 | 2023-12-01T19:59:38.222Z | Done |
194 | 2023-12-01T19:59:39.223Z | Planning: Evaluating mediator changes ... Done |
195 | 2023-12-01T19:59:39.226Z | Planning: Merging actions ... Done |
196 | 2023-12-01T19:59:39.552Z | Planning: Checking for conflicting actions ... Done |
197 | 2023-12-01T19:59:39.555Z | Planning: Consolidating action changes ... Done |
198 | 2023-12-01T19:59:39.979Z | Planning: Evaluating mediators ... Done |
199 | 2023-12-01T19:59:40.069Z | Planning: Planning completed in 1.28 seconds |
200 | 2023-12-01T19:59:40.126Z | Packages to change: 1 |
201 | 2023-12-01T19:59:40.128Z | Mediators to change: 1 |
202 | 2023-12-01T19:59:40.128Z | Services to change: 1 |
203 | 2023-12-01T19:59:40.128Z | Create boot environment: No |
204 | 2023-12-01T19:59:40.129Z | Create backup boot environment: Yes |
205 | 2023-12-01T19:59:42.151Z | Actions: 1/6 actions (Updating modified actions) |
206 | 2023-12-01T19:59:42.154Z | Actions: Completed 6 actions in 0.00 seconds. |
207 | 2023-12-01T19:59:42.154Z | Done |
208 | 2023-12-01T19:59:42.154Z | Done |
209 | 2023-12-01T19:59:42.211Z | Done |
210 | 2023-12-01T19:59:48.001Z | Done |
211 | 2023-12-01T19:59:48.123Z | Done |
212 | 2023-12-01T19:59:48.126Z | Done |
213 | 2023-12-01T19:59:48.224Z | Done |
214 | 2023-12-01T19:59:48.888Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
215 | 2023-12-01T19:59:48.888Z | clang system 15 system |
216 | 2023-12-01T19:59:48.888Z | csh system system illumos |
217 | 2023-12-01T19:59:48.888Z | ctags system system illumos |
218 | 2023-12-01T19:59:48.888Z | gcc vendor 12 vendor |
219 | 2023-12-01T19:59:48.888Z | gcc system 10 system |
220 | 2023-12-01T19:59:48.888Z | gcc system 7 system |
221 | 2023-12-01T19:59:48.888Z | go system 1.20 system |
222 | 2023-12-01T19:59:48.888Z | go system 1.19 system |
223 | 2023-12-01T19:59:48.888Z | llvm system 15 system |
224 | 2023-12-01T19:59:48.888Z | llvm system 14 system |
225 | 2023-12-01T19:59:48.888Z | mariadb system 10.6 system |
226 | 2023-12-01T19:59:48.888Z | mta vendor vendor dma |
227 | 2023-12-01T19:59:48.888Z | openjdk system 17 system |
228 | 2023-12-01T19:59:48.888Z | openjdk system 11 system |
229 | 2023-12-01T19:59:48.888Z | openjdk system 1.8 system |
230 | 2023-12-01T19:59:48.888Z | openssl vendor 3 vendor |
231 | 2023-12-01T19:59:48.888Z | perl system 5.36 system |
232 | 2023-12-01T19:59:48.888Z | postgresql system 15 system |
233 | 2023-12-01T19:59:48.888Z | postgresql system 13 system |
234 | 2023-12-01T19:59:48.888Z | python vendor 3 vendor |
235 | 2023-12-01T19:59:48.888Z | python system 2 system |
236 | 2023-12-01T19:59:48.888Z | python3 system 3.11 system |
237 | 2023-12-01T19:59:48.889Z | ruby system 3.0 system |
238 | 2023-12-01T19:59:48.889Z | words vendor vendor american-english |
239 | 2023-12-01T19:59:48.889Z | words system system australian-english |
240 | 2023-12-01T19:59:48.889Z | words system system british-english |
241 | 2023-12-01T19:59:48.889Z | words system system canadian-english |
242 | 2023-12-01T19:59:48.889Z | words system system french |
243 | 2023-12-01T19:59:48.889Z | words system system italian |
244 | 2023-12-01T19:59:48.890Z | words system system ngerman |
245 | 2023-12-01T19:59:48.890Z | words system system ogerman |
246 | 2023-12-01T19:59:48.890Z | words system system spanish |
247 | 2023-12-01T19:59:49.420Z | FMRI IFO |
248 | 2023-12-01T19:59:49.420Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
249 | 2023-12-01T19:59:49.420Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
250 | 2023-12-01T19:59:49.420Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
251 | 2023-12-01T19:59:49.420Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
252 | 2023-12-01T19:59:49.420Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
253 | 2023-12-01T19:59:49.420Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
254 | 2023-12-01T19:59:49.494Z | + set -o errexit |
255 | 2023-12-01T19:59:49.499Z | +++ dirname ./tools/ci_download_cockroachdb |
256 | 2023-12-01T19:59:49.499Z | ++ cd ./tools |
257 | 2023-12-01T19:59:49.499Z | ++ pwd |
258 | 2023-12-01T19:59:49.499Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
259 | 2023-12-01T19:59:49.499Z | ++ basename ./tools/ci_download_cockroachdb |
260 | 2023-12-01T19:59:49.548Z | + ARG0=ci_download_cockroachdb |
261 | 2023-12-01T19:59:49.548Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
262 | 2023-12-01T19:59:49.548Z | + CIDL_VERSION=v22.1.9 |
263 | 2023-12-01T19:59:49.551Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
264 | 2023-12-01T19:59:49.551Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
265 | 2023-12-01T19:59:49.551Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
266 | 2023-12-01T19:59:49.551Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
267 | 2023-12-01T19:59:49.551Z | + TARGET_DIR=out |
268 | 2023-12-01T19:59:49.551Z | + DOWNLOAD_DIR=out/downloads |
269 | 2023-12-01T19:59:49.551Z | + DEST_DIR=./out/cockroachdb |
270 | 2023-12-01T19:59:49.552Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
271 | 2023-12-01T19:59:49.552Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
272 | 2023-12-01T19:59:49.552Z | + main |
273 | 2023-12-01T19:59:49.552Z | + [[ 0 != 0 ]] |
274 | 2023-12-01T19:59:49.552Z | + CIDL_OS=solaris2.11 |
275 | 2023-12-01T19:59:49.552Z | + [[ 0 != 0 ]] |
276 | 2023-12-01T19:59:49.552Z | + configure_os solaris2.11 |
277 | 2023-12-01T19:59:49.552Z | + echo 'current directory: /work/oxidecomputer/omicron' |
278 | 2023-12-01T19:59:49.552Z | current directory: /work/oxidecomputer/omicron |
279 | 2023-12-01T19:59:49.552Z | configuring based on OS: "solaris2.11" |
280 | 2023-12-01T19:59:49.552Z | + echo 'configuring based on OS: "solaris2.11"' |
281 | 2023-12-01T19:59:49.552Z | + case "$1" in |
282 | 2023-12-01T19:59:49.552Z | + CIDL_BUILD=illumos |
283 | 2023-12-01T19:59:49.552Z | + CIDL_SUFFIX=tar.gz |
284 | 2023-12-01T19:59:49.552Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
285 | 2023-12-01T19:59:49.552Z | + CIDL_MD5FUNC=do_md5sum |
286 | 2023-12-01T19:59:49.552Z | + CIDL_URL_BASE=https://illumos.org/downloads |
287 | 2023-12-01T19:59:49.552Z | + CIDL_ASSEMBLE=do_assemble_illumos |
288 | 2023-12-01T19:59:49.552Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
289 | 2023-12-01T19:59:49.552Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
290 | 2023-12-01T19:59:49.555Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-12-01T19:59:49.555Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
292 | 2023-12-01T19:59:49.555Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-12-01T19:59:49.555Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
294 | 2023-12-01T19:59:49.555Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-12-01T19:59:49.555Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
296 | 2023-12-01T19:59:49.555Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-12-01T19:59:49.555Z | + mkdir -p out/downloads |
298 | 2023-12-01T19:59:49.562Z | + mkdir -p ./out/cockroachdb |
299 | 2023-12-01T19:59:49.562Z | + local DO_DOWNLOAD=true |
300 | 2023-12-01T19:59:49.562Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
301 | 2023-12-01T19:59:49.562Z | + '[' true == true ']' |
302 | 2023-12-01T19:59:49.562Z | + echo Downloading... |
303 | 2023-12-01T19:59:49.562Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
304 | 2023-12-01T19:59:49.562Z | Downloading... |
305 | 2023-12-01T19:59:49.562Z | + 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 |
306 | 2023-12-01T19:59:52.432Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2023-12-01T19:59:52.435Z | ++ md5sum |
308 | 2023-12-01T19:59:52.435Z | ++ awk '{print $1}' |
309 | 2023-12-01T19:59:52.654Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
310 | 2023-12-01T19:59:52.654Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
311 | 2023-12-01T19:59:52.654Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2023-12-01T19:59:52.665Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
313 | 2023-12-01T19:59:55.967Z | + do_assemble_illumos |
314 | 2023-12-01T19:59:55.967Z | + rm -r ./out/cockroachdb |
315 | 2023-12-01T19:59:55.970Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
316 | 2023-12-01T19:59:56.610Z | + ./out/cockroachdb/bin/cockroach version |
317 | 2023-12-01T19:59:56.953Z | Build Tag: v22.1.9-dirty |
318 | 2023-12-01T19:59:56.953Z | Build Time: 2022/10/26 21:17:46 |
319 | 2023-12-01T19:59:56.953Z | Distribution: OSS |
320 | 2023-12-01T19:59:56.954Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
321 | 2023-12-01T19:59:56.954Z | Go Version: go1.17.13 |
322 | 2023-12-01T19:59:56.954Z | C Compiler: gcc 10.3.0 |
323 | 2023-12-01T19:59:56.954Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
324 | 2023-12-01T19:59:56.954Z | Build Type: release |
325 | 2023-12-01T19:59:56.980Z | + set -o errexit |
326 | 2023-12-01T19:59:56.983Z | +++ dirname ./tools/ci_download_clickhouse |
327 | 2023-12-01T19:59:56.985Z | ++ cd ./tools |
328 | 2023-12-01T19:59:56.985Z | ++ pwd |
329 | 2023-12-01T19:59:56.985Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
330 | 2023-12-01T19:59:56.989Z | ++ basename ./tools/ci_download_clickhouse |
331 | 2023-12-01T19:59:56.989Z | + ARG0=ci_download_clickhouse |
332 | 2023-12-01T19:59:56.989Z | + TARGET_DIR=out |
333 | 2023-12-01T19:59:56.989Z | + DOWNLOAD_DIR=out/downloads |
334 | 2023-12-01T19:59:56.989Z | + DEST_DIR=./out/clickhouse |
335 | 2023-12-01T19:59:56.989Z | + CIDL_VERSION=v22.8.9.24 |
336 | 2023-12-01T19:59:56.989Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
337 | 2023-12-01T19:59:56.989Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
338 | 2023-12-01T19:59:56.989Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
339 | 2023-12-01T19:59:56.989Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
340 | 2023-12-01T19:59:56.989Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
341 | 2023-12-01T19:59:56.992Z | + main |
342 | 2023-12-01T19:59:56.992Z | + [[ 0 != 0 ]] |
343 | 2023-12-01T19:59:56.993Z | + CIDL_OS=solaris2.11 |
344 | 2023-12-01T19:59:56.993Z | + [[ 0 != 0 ]] |
345 | 2023-12-01T19:59:56.993Z | + configure_os solaris2.11 |
346 | 2023-12-01T19:59:56.993Z | + echo 'current directory: /work/oxidecomputer/omicron' |
347 | 2023-12-01T19:59:56.993Z | current directory: /work/oxidecomputer/omicron |
348 | 2023-12-01T19:59:56.994Z | + echo 'configuring based on OS: "solaris2.11"' |
349 | 2023-12-01T19:59:56.994Z | configuring based on OS: "solaris2.11" |
350 | 2023-12-01T19:59:56.994Z | + CIDL_DASHREV= |
351 | 2023-12-01T19:59:56.994Z | + case "$1" in |
352 | 2023-12-01T19:59:56.994Z | + CIDL_PLATFORM=illumos |
353 | 2023-12-01T19:59:56.994Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
354 | 2023-12-01T19:59:56.994Z | + CIDL_MD5FUNC=do_md5sum |
355 | 2023-12-01T19:59:56.994Z | + CIDL_DASHREV=-1 |
356 | 2023-12-01T19:59:56.994Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
357 | 2023-12-01T19:59:56.994Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
358 | 2023-12-01T19:59:56.994Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2023-12-01T19:59:56.994Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2023-12-01T19:59:56.994Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
361 | 2023-12-01T19:59:56.994Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2023-12-01T19:59:56.994Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2023-12-01T19:59:56.994Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
364 | 2023-12-01T19:59:56.994Z | + mkdir -p out/downloads |
365 | 2023-12-01T19:59:57.001Z | + mkdir -p ./out/clickhouse |
366 | 2023-12-01T19:59:57.001Z | + local DO_DOWNLOAD=true |
367 | 2023-12-01T19:59:57.001Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
368 | 2023-12-01T19:59:57.001Z | + '[' true == true ']' |
369 | 2023-12-01T19:59:57.001Z | + echo Downloading... |
370 | 2023-12-01T19:59:57.001Z | Downloading... |
371 | 2023-12-01T19:59:57.001Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
372 | 2023-12-01T19:59:57.001Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
373 | 2023-12-01T19:59:58.337Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
374 | 2023-12-01T19:59:58.339Z | ++ md5sum |
375 | 2023-12-01T19:59:58.339Z | ++ awk '{print $1}' |
376 | 2023-12-01T19:59:58.597Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
377 | 2023-12-01T19:59:58.597Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
378 | 2023-12-01T19:59:58.597Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
379 | 2023-12-01T19:59:58.600Z | + mkdir -p ./out/clickhouse |
380 | 2023-12-01T19:59:58.600Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
381 | 2023-12-01T20:00:03.396Z | + ./out/clickhouse/clickhouse server --version |
382 | 2023-12-01T20:00:03.451Z | ClickHouse server version 22.8.9.1. |
383 | 2023-12-01T20:00:03.476Z | + set -o errexit |
384 | 2023-12-01T20:00:03.478Z | +++ dirname ./tools/ci_download_console |
385 | 2023-12-01T20:00:03.482Z | ++ cd ./tools |
386 | 2023-12-01T20:00:03.482Z | ++ pwd |
387 | 2023-12-01T20:00:03.482Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
388 | 2023-12-01T20:00:03.482Z | ++ basename ./tools/ci_download_console |
389 | 2023-12-01T20:00:03.482Z | + ARG0=ci_download_console |
390 | 2023-12-01T20:00:03.485Z | + TARGET_DIR=out |
391 | 2023-12-01T20:00:03.485Z | + DOWNLOAD_DIR=out/downloads |
392 | 2023-12-01T20:00:03.486Z | + DEST_DIR=./out/console-assets |
393 | 2023-12-01T20:00:03.486Z | + source /work/oxidecomputer/omicron/tools/console_version |
394 | 2023-12-01T20:00:03.486Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
395 | 2023-12-01T20:00:03.486Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
396 | 2023-12-01T20:00:03.486Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
397 | 2023-12-01T20:00:03.486Z | + TARBALL_FILE=out/downloads/console.tar.gz |
398 | 2023-12-01T20:00:03.486Z | + main |
399 | 2023-12-01T20:00:03.486Z | + [[ 0 != 0 ]] |
400 | 2023-12-01T20:00:03.487Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
401 | 2023-12-01T20:00:03.487Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
402 | 2023-12-01T20:00:03.487Z | + echo 'Local file: out/downloads/console.tar.gz' |
403 | 2023-12-01T20:00:03.487Z | Local file: out/downloads/console.tar.gz |
404 | 2023-12-01T20:00:03.487Z | + local DO_DOWNLOAD=true |
405 | 2023-12-01T20:00:03.487Z | + [[ -f out/downloads/console.tar.gz ]] |
406 | 2023-12-01T20:00:03.487Z | + mkdir -p out/downloads |
407 | 2023-12-01T20:00:03.490Z | + '[' true == true ']' |
408 | 2023-12-01T20:00:03.490Z | + echo Downloading... |
409 | 2023-12-01T20:00:03.490Z | Downloading... |
410 | 2023-12-01T20:00:03.490Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
411 | 2023-12-01T20:00:03.490Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
412 | 2023-12-01T20:00:04.094Z | ++ do_sha256sum out/downloads/console.tar.gz |
413 | 2023-12-01T20:00:04.098Z | ++ case "$OSTYPE" in |
414 | 2023-12-01T20:00:04.098Z | ++ SHA=sha256sum |
415 | 2023-12-01T20:00:04.098Z | ++ sha256sum |
416 | 2023-12-01T20:00:04.098Z | ++ awk '{print $1}' |
417 | 2023-12-01T20:00:04.126Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
418 | 2023-12-01T20:00:04.126Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
419 | 2023-12-01T20:00:04.142Z | + rm -rf ./out/console-assets |
420 | 2023-12-01T20:00:04.142Z | + mkdir -p ./out/console-assets |
421 | 2023-12-01T20:00:04.142Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
422 | 2023-12-01T20:00:04.142Z | + mkdir -p ./out/console-assets |
423 | 2023-12-01T20:00:04.143Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
424 | 2023-12-01T20:00:04.263Z | + set -o errexit |
425 | 2023-12-01T20:00:04.266Z | +++ dirname ./tools/ci_download_maghemite_openapi |
426 | 2023-12-01T20:00:04.269Z | ++ cd ./tools |
427 | 2023-12-01T20:00:04.269Z | ++ pwd |
428 | 2023-12-01T20:00:04.269Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
429 | 2023-12-01T20:00:04.269Z | ++ basename ./tools/ci_download_maghemite_openapi |
430 | 2023-12-01T20:00:04.272Z | + ARG0=ci_download_maghemite_openapi |
431 | 2023-12-01T20:00:04.272Z | + TARGET_DIR=out |
432 | 2023-12-01T20:00:04.272Z | + DOWNLOAD_DIR=out/downloads |
433 | 2023-12-01T20:00:04.272Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
434 | 2023-12-01T20:00:04.272Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
435 | 2023-12-01T20:00:04.272Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
436 | 2023-12-01T20:00:04.272Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
437 | 2023-12-01T20:00:04.272Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
438 | 2023-12-01T20:00:04.272Z | + main |
439 | 2023-12-01T20:00:04.272Z | + [[ 0 != 0 ]] |
440 | 2023-12-01T20:00:04.272Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
441 | 2023-12-01T20:00:04.272Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
442 | 2023-12-01T20:00:04.272Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
443 | 2023-12-01T20:00:04.272Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
444 | 2023-12-01T20:00:04.272Z | + local DO_DOWNLOAD=true |
445 | 2023-12-01T20:00:04.272Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
446 | 2023-12-01T20:00:04.272Z | + mkdir -p out/downloads |
447 | 2023-12-01T20:00:04.275Z | + '[' true == true ']' |
448 | 2023-12-01T20:00:04.275Z | + echo Downloading... |
449 | 2023-12-01T20:00:04.275Z | Downloading... |
450 | 2023-12-01T20:00:04.275Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
451 | 2023-12-01T20:00:04.275Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
452 | 2023-12-01T20:00:04.473Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
453 | 2023-12-01T20:00:04.473Z | ++ case "$OSTYPE" in |
454 | 2023-12-01T20:00:04.473Z | ++ SHA=sha256sum |
455 | 2023-12-01T20:00:04.476Z | ++ sha256sum |
456 | 2023-12-01T20:00:04.476Z | ++ awk '{print $1}' |
457 | 2023-12-01T20:00:04.480Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
458 | 2023-12-01T20:00:04.480Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
459 | 2023-12-01T20:00:04.483Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
460 | 2023-12-01T20:00:04.483Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
461 | 2023-12-01T20:00:04.483Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
462 | 2023-12-01T20:00:04.483Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
463 | 2023-12-01T20:00:04.483Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
464 | 2023-12-01T20:00:04.483Z | + main |
465 | 2023-12-01T20:00:04.483Z | + [[ 0 != 0 ]] |
466 | 2023-12-01T20:00:04.483Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
467 | 2023-12-01T20:00:04.485Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
468 | 2023-12-01T20:00:04.485Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
469 | 2023-12-01T20:00:04.485Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
470 | 2023-12-01T20:00:04.485Z | + local DO_DOWNLOAD=true |
471 | 2023-12-01T20:00:04.485Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
472 | 2023-12-01T20:00:04.485Z | + mkdir -p out/downloads |
473 | 2023-12-01T20:00:04.485Z | + '[' true == true ']' |
474 | 2023-12-01T20:00:04.485Z | + echo Downloading... |
475 | 2023-12-01T20:00:04.485Z | Downloading... |
476 | 2023-12-01T20:00:04.485Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
477 | 2023-12-01T20:00:04.485Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
478 | 2023-12-01T20:00:05.031Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
479 | 2023-12-01T20:00:05.037Z | ++ case "$OSTYPE" in |
480 | 2023-12-01T20:00:05.037Z | ++ SHA=sha256sum |
481 | 2023-12-01T20:00:05.037Z | ++ sha256sum |
482 | 2023-12-01T20:00:05.037Z | ++ awk '{print $1}' |
483 | 2023-12-01T20:00:05.037Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
484 | 2023-12-01T20:00:05.040Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
485 | 2023-12-01T20:00:05.047Z | + set -o errexit |
486 | 2023-12-01T20:00:05.050Z | +++ dirname ./tools/ci_download_dendrite_openapi |
487 | 2023-12-01T20:00:05.052Z | ++ cd ./tools |
488 | 2023-12-01T20:00:05.053Z | ++ pwd |
489 | 2023-12-01T20:00:05.053Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
490 | 2023-12-01T20:00:05.056Z | ++ basename ./tools/ci_download_dendrite_openapi |
491 | 2023-12-01T20:00:05.056Z | + ARG0=ci_download_dendrite_openapi |
492 | 2023-12-01T20:00:05.056Z | + TARGET_DIR=out |
493 | 2023-12-01T20:00:05.056Z | + DOWNLOAD_DIR=out/downloads |
494 | 2023-12-01T20:00:05.056Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
495 | 2023-12-01T20:00:05.056Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
496 | 2023-12-01T20:00:05.056Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
497 | 2023-12-01T20:00:05.056Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
498 | 2023-12-01T20:00:05.056Z | + LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
499 | 2023-12-01T20:00:05.056Z | + main |
500 | 2023-12-01T20:00:05.056Z | + [[ 0 != 0 ]] |
501 | 2023-12-01T20:00:05.056Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json' |
502 | 2023-12-01T20:00:05.056Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
503 | 2023-12-01T20:00:05.056Z | + echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json' |
504 | 2023-12-01T20:00:05.056Z | Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
505 | 2023-12-01T20:00:05.056Z | + local DO_DOWNLOAD=true |
506 | 2023-12-01T20:00:05.056Z | + [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]] |
507 | 2023-12-01T20:00:05.056Z | + mkdir -p out/downloads |
508 | 2023-12-01T20:00:05.059Z | + '[' true == true ']' |
509 | 2023-12-01T20:00:05.059Z | + echo Downloading... |
510 | 2023-12-01T20:00:05.059Z | Downloading... |
511 | 2023-12-01T20:00:05.059Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
512 | 2023-12-01T20:00:05.059Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
513 | 2023-12-01T20:00:05.207Z | ++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
514 | 2023-12-01T20:00:05.207Z | ++ case "$OSTYPE" in |
515 | 2023-12-01T20:00:05.210Z | ++ SHA=sha256sum |
516 | 2023-12-01T20:00:05.210Z | ++ sha256sum |
517 | 2023-12-01T20:00:05.210Z | ++ awk '{print $1}' |
518 | 2023-12-01T20:00:05.213Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
519 | 2023-12-01T20:00:05.213Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
520 | 2023-12-01T20:00:05.224Z | + set -o errexit |
521 | 2023-12-01T20:00:05.227Z | +++ dirname ./tools/ci_download_dendrite_stub |
522 | 2023-12-01T20:00:05.229Z | ++ cd ./tools |
523 | 2023-12-01T20:00:05.229Z | ++ pwd |
524 | 2023-12-01T20:00:05.229Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
525 | 2023-12-01T20:00:05.233Z | ++ basename ./tools/ci_download_dendrite_stub |
526 | 2023-12-01T20:00:05.234Z | + ARG0=ci_download_dendrite_stub |
527 | 2023-12-01T20:00:05.234Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
528 | 2023-12-01T20:00:05.234Z | ++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
529 | 2023-12-01T20:00:05.234Z | ++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c |
530 | 2023-12-01T20:00:05.234Z | ++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe |
531 | 2023-12-01T20:00:05.234Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
532 | 2023-12-01T20:00:05.234Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
533 | 2023-12-01T20:00:05.234Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
534 | 2023-12-01T20:00:05.234Z | + TARGET_DIR=out |
535 | 2023-12-01T20:00:05.234Z | + DOWNLOAD_DIR=out/downloads |
536 | 2023-12-01T20:00:05.234Z | + DEST_DIR=./out/dendrite-stub |
537 | 2023-12-01T20:00:05.234Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
538 | 2023-12-01T20:00:05.234Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
539 | 2023-12-01T20:00:05.234Z | + REPO=oxidecomputer/dendrite |
540 | 2023-12-01T20:00:05.234Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36 |
541 | 2023-12-01T20:00:05.234Z | + main |
542 | 2023-12-01T20:00:05.234Z | + [[ 0 != 0 ]] |
543 | 2023-12-01T20:00:05.234Z | + CIDL_OS=solaris2.11 |
544 | 2023-12-01T20:00:05.234Z | + [[ 0 != 0 ]] |
545 | 2023-12-01T20:00:05.234Z | + configure_os solaris2.11 |
546 | 2023-12-01T20:00:05.234Z | + echo 'current directory: /work/oxidecomputer/omicron' |
547 | 2023-12-01T20:00:05.234Z | current directory: /work/oxidecomputer/omicron |
548 | 2023-12-01T20:00:05.234Z | + echo 'configuring based on OS: "solaris2.11"' |
549 | 2023-12-01T20:00:05.234Z | configuring based on OS: "solaris2.11" |
550 | 2023-12-01T20:00:05.234Z | + case "$1" in |
551 | 2023-12-01T20:00:05.236Z | + SET_BINARIES= |
552 | 2023-12-01T20:00:05.236Z | + CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
553 | 2023-12-01T20:00:05.236Z | + CIDL_SHA256FUNC=do_sha256sum |
554 | 2023-12-01T20:00:05.236Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
555 | 2023-12-01T20:00:05.236Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
556 | 2023-12-01T20:00:05.236Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
557 | 2023-12-01T20:00:05.240Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz' |
558 | 2023-12-01T20:00:05.240Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
559 | 2023-12-01T20:00:05.240Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
560 | 2023-12-01T20:00:05.240Z | Local file: out/downloads/dendrite-stub.tar.gz |
561 | 2023-12-01T20:00:05.240Z | + mkdir -p out/downloads |
562 | 2023-12-01T20:00:05.240Z | + mkdir -p ./out/dendrite-stub |
563 | 2023-12-01T20:00:05.240Z | + fetch_and_verify |
564 | 2023-12-01T20:00:05.240Z | + local DO_DOWNLOAD=true |
565 | 2023-12-01T20:00:05.240Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
566 | 2023-12-01T20:00:05.240Z | + '[' true == true ']' |
567 | 2023-12-01T20:00:05.240Z | + echo Downloading... |
568 | 2023-12-01T20:00:05.240Z | Downloading... |
569 | 2023-12-01T20:00:05.240Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
570 | 2023-12-01T20:00:05.240Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
571 | 2023-12-01T20:00:12.688Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
572 | 2023-12-01T20:00:12.691Z | ++ sha256sum |
573 | 2023-12-01T20:00:12.691Z | ++ awk '{print $1}' |
574 | 2023-12-01T20:00:12.792Z | + calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
575 | 2023-12-01T20:00:12.792Z | + [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]] |
576 | 2023-12-01T20:00:12.792Z | + do_untar out/downloads/dendrite-stub.tar.gz |
577 | 2023-12-01T20:00:12.792Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
578 | 2023-12-01T20:00:13.772Z | + do_assemble |
579 | 2023-12-01T20:00:13.772Z | + rm -r ./out/dendrite-stub |
580 | 2023-12-01T20:00:13.775Z | + mkdir ./out/dendrite-stub |
581 | 2023-12-01T20:00:13.778Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
582 | 2023-12-01T20:00:13.926Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
583 | 2023-12-01T20:00:13.939Z | + set -o errexit |
584 | 2023-12-01T20:00:13.941Z | +++ dirname ./tools/ci_download_maghemite_mgd |
585 | 2023-12-01T20:00:13.944Z | ++ cd ./tools |
586 | 2023-12-01T20:00:13.944Z | ++ pwd |
587 | 2023-12-01T20:00:13.945Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
588 | 2023-12-01T20:00:13.948Z | ++ basename ./tools/ci_download_maghemite_mgd |
589 | 2023-12-01T20:00:13.948Z | + ARG0=ci_download_maghemite_mgd |
590 | 2023-12-01T20:00:13.948Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
591 | 2023-12-01T20:00:13.948Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
592 | 2023-12-01T20:00:13.948Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
593 | 2023-12-01T20:00:13.948Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
594 | 2023-12-01T20:00:13.948Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
595 | 2023-12-01T20:00:13.948Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
596 | 2023-12-01T20:00:13.948Z | + TARGET_DIR=out |
597 | 2023-12-01T20:00:13.948Z | + DOWNLOAD_DIR=out/downloads |
598 | 2023-12-01T20:00:13.948Z | + DEST_DIR=./out/mgd |
599 | 2023-12-01T20:00:13.948Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
600 | 2023-12-01T20:00:13.948Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
601 | 2023-12-01T20:00:13.948Z | + REPO=oxidecomputer/maghemite |
602 | 2023-12-01T20:00:13.948Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
603 | 2023-12-01T20:00:13.949Z | + main |
604 | 2023-12-01T20:00:13.949Z | + [[ 0 != 0 ]] |
605 | 2023-12-01T20:00:13.949Z | + CIDL_OS=solaris2.11 |
606 | 2023-12-01T20:00:13.949Z | + [[ 0 != 0 ]] |
607 | 2023-12-01T20:00:13.950Z | + configure_os solaris2.11 |
608 | 2023-12-01T20:00:13.950Z | + echo 'current directory: /work/oxidecomputer/omicron' |
609 | 2023-12-01T20:00:13.950Z | + echo 'configuring based on OS: "solaris2.11"' |
610 | 2023-12-01T20:00:13.950Z | + case "$1" in |
611 | 2023-12-01T20:00:13.950Z | + SET_BINARIES= |
612 | 2023-12-01T20:00:13.950Z | + CIDL_SHA256FUNC=do_sha256sum |
613 | 2023-12-01T20:00:13.950Z | + TARBALL_FILENAME=mgd.tar.gz |
614 | 2023-12-01T20:00:13.950Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
615 | 2023-12-01T20:00:13.950Z | current directory: /work/oxidecomputer/omicron |
616 | 2023-12-01T20:00:13.950Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
617 | 2023-12-01T20:00:13.950Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
618 | 2023-12-01T20:00:13.950Z | configuring based on OS: "solaris2.11" |
619 | 2023-12-01T20:00:13.950Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
620 | 2023-12-01T20:00:13.950Z | Local file: out/downloads/mgd.tar.gz |
621 | 2023-12-01T20:00:13.950Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
622 | 2023-12-01T20:00:13.950Z | + mkdir -p out/downloads |
623 | 2023-12-01T20:00:13.954Z | + mkdir -p ./out/mgd |
624 | 2023-12-01T20:00:13.954Z | + fetch_and_verify |
625 | 2023-12-01T20:00:13.954Z | + local DO_DOWNLOAD=true |
626 | 2023-12-01T20:00:13.954Z | + [[ -f out/downloads/mgd.tar.gz ]] |
627 | 2023-12-01T20:00:13.954Z | + '[' true == true ']' |
628 | 2023-12-01T20:00:13.954Z | + echo Downloading... |
629 | 2023-12-01T20:00:13.954Z | Downloading... |
630 | 2023-12-01T20:00:13.954Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
631 | 2023-12-01T20:00:13.954Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
632 | 2023-12-01T20:00:18.705Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
633 | 2023-12-01T20:00:18.708Z | ++ sha256sum |
634 | 2023-12-01T20:00:18.708Z | ++ awk '{print $1}' |
635 | 2023-12-01T20:00:18.781Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
636 | 2023-12-01T20:00:18.781Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
637 | 2023-12-01T20:00:18.781Z | + do_untar out/downloads/mgd.tar.gz |
638 | 2023-12-01T20:00:18.781Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
639 | 2023-12-01T20:00:19.431Z | + do_assemble |
640 | 2023-12-01T20:00:19.431Z | + rm -r ./out/mgd |
641 | 2023-12-01T20:00:19.435Z | + mkdir ./out/mgd |
642 | 2023-12-01T20:00:19.438Z | + cp -r out/downloads/root ./out/mgd/root |
643 | 2023-12-01T20:00:19.639Z | + set -o errexit |
644 | 2023-12-01T20:00:19.642Z | +++ dirname ./tools/ci_download_transceiver_control |
645 | 2023-12-01T20:00:19.645Z | ++ cd ./tools |
646 | 2023-12-01T20:00:19.645Z | ++ pwd |
647 | 2023-12-01T20:00:19.645Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
648 | 2023-12-01T20:00:19.649Z | ++ basename ./tools/ci_download_transceiver_control |
649 | 2023-12-01T20:00:19.649Z | + ARG0=ci_download_transceiver_control |
650 | 2023-12-01T20:00:19.649Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
651 | 2023-12-01T20:00:19.650Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
652 | 2023-12-01T20:00:19.650Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
653 | 2023-12-01T20:00:19.650Z | + TARGET_DIR=out |
654 | 2023-12-01T20:00:19.650Z | + DOWNLOAD_DIR=out/downloads |
655 | 2023-12-01T20:00:19.650Z | + DEST_DIR=./out/transceiver-control |
656 | 2023-12-01T20:00:19.650Z | + BIN_DIR=/opt/oxide/bin |
657 | 2023-12-01T20:00:19.650Z | + BINARY=xcvradm |
658 | 2023-12-01T20:00:19.650Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
659 | 2023-12-01T20:00:19.650Z | + REPO=oxidecomputer/transceiver-control |
660 | 2023-12-01T20:00:19.650Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
661 | 2023-12-01T20:00:19.650Z | + main |
662 | 2023-12-01T20:00:19.650Z | + [[ 0 != 0 ]] |
663 | 2023-12-01T20:00:19.650Z | + CIDL_OS=solaris2.11 |
664 | 2023-12-01T20:00:19.650Z | + [[ 0 != 0 ]] |
665 | 2023-12-01T20:00:19.650Z | + configure_os solaris2.11 |
666 | 2023-12-01T20:00:19.650Z | + echo 'current directory: /work/oxidecomputer/omicron' |
667 | 2023-12-01T20:00:19.650Z | current directory: /work/oxidecomputer/omicron |
668 | 2023-12-01T20:00:19.650Z | + echo 'configuring based on OS: "solaris2.11"' |
669 | 2023-12-01T20:00:19.650Z | configuring based on OS: "solaris2.11" |
670 | 2023-12-01T20:00:19.650Z | + case "$1" in |
671 | 2023-12-01T20:00:19.650Z | + SET_BINARIES= |
672 | 2023-12-01T20:00:19.650Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
673 | 2023-12-01T20:00:19.650Z | + CIDL_SHA256FUNC=do_sha256sum |
674 | 2023-12-01T20:00:19.650Z | + ARCHIVE_FILENAME=xcvradm.gz |
675 | 2023-12-01T20:00:19.650Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
676 | 2023-12-01T20:00:19.650Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
677 | 2023-12-01T20:00:19.650Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
678 | 2023-12-01T20:00:19.650Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
679 | 2023-12-01T20:00:19.650Z | Local file: out/downloads/xcvradm.gz |
680 | 2023-12-01T20:00:19.651Z | + echo 'Local file: out/downloads/xcvradm.gz' |
681 | 2023-12-01T20:00:19.652Z | + mkdir -p out/downloads |
682 | 2023-12-01T20:00:19.655Z | + mkdir -p ./out/transceiver-control |
683 | 2023-12-01T20:00:19.655Z | + fetch_and_verify |
684 | 2023-12-01T20:00:19.655Z | + local DO_DOWNLOAD=true |
685 | 2023-12-01T20:00:19.655Z | + [[ -f out/downloads/xcvradm.gz ]] |
686 | 2023-12-01T20:00:19.655Z | + '[' true == true ']' |
687 | 2023-12-01T20:00:19.655Z | + echo Downloading... |
688 | 2023-12-01T20:00:19.655Z | Downloading... |
689 | 2023-12-01T20:00:19.655Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
690 | 2023-12-01T20:00:19.655Z | + 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 |
691 | 2023-12-01T20:00:22.526Z | ++ do_sha256sum out/downloads/xcvradm.gz |
692 | 2023-12-01T20:00:22.529Z | ++ sha256sum |
693 | 2023-12-01T20:00:22.529Z | ++ awk '{print $1}' |
694 | 2023-12-01T20:00:22.551Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
695 | 2023-12-01T20:00:22.551Z | + [[ 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 ]] |
696 | 2023-12-01T20:00:22.554Z | + do_unpack out/downloads/xcvradm.gz |
697 | 2023-12-01T20:00:22.554Z | + mkdir -p out/downloads/root//opt/oxide/bin |
698 | 2023-12-01T20:00:22.554Z | + gzip -dc out/downloads/xcvradm.gz |
699 | 2023-12-01T20:00:22.726Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
700 | 2023-12-01T20:00:22.729Z | + do_assemble |
701 | 2023-12-01T20:00:22.729Z | + rm -r ./out/transceiver-control |
702 | 2023-12-01T20:00:22.732Z | + mkdir ./out/transceiver-control |
703 | 2023-12-01T20:00:22.734Z | + cp -r out/downloads/root ./out/transceiver-control/root |
704 | 2023-12-01T20:00:22.954Z | All builder prerequisites installed successfully, and PATH looks valid |
705 | 2023-12-01T20:00:22.973Z | |
706 | 2023-12-01T20:00:22.973Z | real 1:57.028338790 |
707 | 2023-12-01T20:00:22.973Z | user 54.227957227 |
708 | 2023-12-01T20:00:22.974Z | sys 9.886580850 |
709 | 2023-12-01T20:00:22.975Z | trap 0.024879103 |
710 | 2023-12-01T20:00:22.975Z | tflt 0.142237417 |
711 | 2023-12-01T20:00:22.975Z | dflt 0.689916878 |
712 | 2023-12-01T20:00:22.975Z | kflt 0.183724975 |
713 | 2023-12-01T20:00:22.975Z | lock 2.148688718 |
714 | 2023-12-01T20:00:22.975Z | slp 3:31.282248735 |
715 | 2023-12-01T20:00:22.975Z | lat 3.291448088 |
716 | 2023-12-01T20:00:22.975Z | stop 0.085037626 |
717 | 2023-12-01T20:00:22.975Z | |
718 | 2023-12-01T20:00:22.975Z | #### # # ##### ##### # # |
719 | 2023-12-01T20:00:22.975Z | # # # # # # # # # # |
720 | 2023-12-01T20:00:22.975Z | # # # # # # # # |
721 | 2023-12-01T20:00:22.975Z | # # # ##### ##### # |
722 | 2023-12-01T20:00:22.975Z | # # # # # # # |
723 | 2023-12-01T20:00:22.975Z | #### ###### # # # # |
724 | 2023-12-01T20:00:22.975Z | |
725 | 2023-12-01T20:00:23.304Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
726 | 2023-12-01T20:00:23.694Z | Updating crates.io index |
727 | 2023-12-01T20:00:23.697Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
728 | 2023-12-01T20:00:24.461Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
729 | 2023-12-01T20:00:26.105Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
730 | 2023-12-01T20:00:26.446Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
731 | 2023-12-01T20:00:26.802Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
732 | 2023-12-01T20:00:27.161Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
733 | 2023-12-01T20:00:27.448Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
734 | 2023-12-01T20:00:28.442Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
735 | 2023-12-01T20:00:30.243Z | Updating git repository `https://github.com/oxidecomputer/opte` |
736 | 2023-12-01T20:00:31.309Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
737 | 2023-12-01T20:00:31.676Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
738 | 2023-12-01T20:00:32.354Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
739 | 2023-12-01T20:00:32.705Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
740 | 2023-12-01T20:00:33.061Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
741 | 2023-12-01T20:00:33.463Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
742 | 2023-12-01T20:00:33.847Z | Updating git repository `https://github.com/njaremko/samael` |
743 | 2023-12-01T20:00:34.307Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
744 | 2023-12-01T20:00:34.971Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
745 | 2023-12-01T20:00:35.352Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
746 | 2023-12-01T20:00:35.767Z | Updating git repository `https://github.com/jgallagher/nix` |
747 | 2023-12-01T20:00:37.115Z | Updating git repository `https://github.com/cbiffle/hubpack` |
748 | 2023-12-01T20:00:37.627Z | Updating git repository `https://github.com/oxidecomputer/typify` |
749 | 2023-12-01T20:00:38.646Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
750 | 2023-12-01T20:00:39.094Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
751 | 2023-12-01T20:00:39.409Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
752 | 2023-12-01T20:00:40.919Z | Downloading crates ... |
753 | 2023-12-01T20:00:41.124Z | Downloaded proc-macro2 v1.0.69 |
754 | 2023-12-01T20:00:41.129Z | Downloaded io-lifetimes v1.0.11 |
755 | 2023-12-01T20:00:41.135Z | Downloaded equivalent v1.0.1 |
756 | 2023-12-01T20:00:41.147Z | Downloaded colorchoice v1.0.0 |
757 | 2023-12-01T20:00:41.172Z | Downloaded heck v0.4.1 |
758 | 2023-12-01T20:00:41.187Z | Downloaded utf8parse v0.2.1 |
759 | 2023-12-01T20:00:41.187Z | Downloaded anstyle v1.0.2 |
760 | 2023-12-01T20:00:41.187Z | Downloaded thiserror-impl v1.0.49 |
761 | 2023-12-01T20:00:41.187Z | Downloaded cargo-platform v0.1.3 |
762 | 2023-12-01T20:00:41.187Z | Downloaded strsim v0.10.0 |
763 | 2023-12-01T20:00:41.187Z | Downloaded clap_lex v0.5.1 |
764 | 2023-12-01T20:00:41.187Z | Downloaded serde_spanned v0.6.4 |
765 | 2023-12-01T20:00:41.188Z | Downloaded errno v0.3.2 |
766 | 2023-12-01T20:00:41.195Z | Downloaded bitflags v1.3.2 |
767 | 2023-12-01T20:00:41.195Z | Downloaded cargo_toml v0.17.0 |
768 | 2023-12-01T20:00:41.195Z | Downloaded camino v1.1.6 |
769 | 2023-12-01T20:00:41.195Z | Downloaded anstyle-query v1.0.0 |
770 | 2023-12-01T20:00:41.195Z | Downloaded cargo_metadata v0.18.0 |
771 | 2023-12-01T20:00:41.197Z | Downloaded anyhow v1.0.75 |
772 | 2023-12-01T20:00:41.201Z | Downloaded quote v1.0.33 |
773 | 2023-12-01T20:00:41.205Z | Downloaded clap_derive v4.4.2 |
774 | 2023-12-01T20:00:41.208Z | Downloaded semver v1.0.20 |
775 | 2023-12-01T20:00:41.212Z | Downloaded toml v0.8.8 |
776 | 2023-12-01T20:00:41.218Z | Downloaded itoa v1.0.9 |
777 | 2023-12-01T20:00:41.220Z | Downloaded anstyle-parse v0.2.1 |
778 | 2023-12-01T20:00:41.222Z | Downloaded thiserror v1.0.49 |
779 | 2023-12-01T20:00:41.229Z | Downloaded unicode-ident v1.0.12 |
780 | 2023-12-01T20:00:41.233Z | Downloaded serde_derive v1.0.192 |
781 | 2023-12-01T20:00:41.238Z | Downloaded clap v4.4.3 |
782 | 2023-12-01T20:00:41.269Z | Downloaded indexmap v2.1.0 |
783 | 2023-12-01T20:00:41.273Z | Downloaded ryu v1.0.15 |
784 | 2023-12-01T20:00:41.273Z | Downloaded serde v1.0.192 |
785 | 2023-12-01T20:00:41.273Z | Downloaded toml_edit v0.21.0 |
786 | 2023-12-01T20:00:41.308Z | Downloaded memchr v2.6.3 |
787 | 2023-12-01T20:00:41.317Z | Downloaded hashbrown v0.14.2 |
788 | 2023-12-01T20:00:41.326Z | Downloaded winnow v0.5.15 |
789 | 2023-12-01T20:00:41.341Z | Downloaded syn v2.0.32 |
790 | 2023-12-01T20:00:41.358Z | Downloaded rustix v0.37.23 |
791 | 2023-12-01T20:00:41.392Z | Downloaded serde_json v1.0.108 |
792 | 2023-12-01T20:00:41.404Z | Downloaded libc v0.2.150 |
793 | 2023-12-01T20:00:41.451Z | Downloaded clap_builder v4.4.2 |
794 | 2023-12-01T20:00:41.462Z | Downloaded terminal_size v0.2.6 |
795 | 2023-12-01T20:00:41.464Z | Downloaded toml_datetime v0.6.5 |
796 | 2023-12-01T20:00:41.467Z | Downloaded anstream v0.5.0 |
797 | 2023-12-01T20:00:41.587Z | Compiling proc-macro2 v1.0.69 |
798 | 2023-12-01T20:00:41.587Z | Compiling unicode-ident v1.0.12 |
799 | 2023-12-01T20:00:41.587Z | Compiling serde v1.0.192 |
800 | 2023-12-01T20:00:41.589Z | Compiling libc v0.2.150 |
801 | 2023-12-01T20:00:41.589Z | Compiling io-lifetimes v1.0.11 |
802 | 2023-12-01T20:00:41.589Z | Compiling rustix v0.37.23 |
803 | 2023-12-01T20:00:41.590Z | Compiling equivalent v1.0.1 |
804 | 2023-12-01T20:00:41.590Z | Compiling hashbrown v0.14.2 |
805 | 2023-12-01T20:00:41.877Z | Compiling bitflags v1.3.2 |
806 | 2023-12-01T20:00:41.997Z | Compiling utf8parse v0.2.1 |
807 | 2023-12-01T20:00:42.019Z | Compiling camino v1.1.6 |
808 | 2023-12-01T20:00:42.230Z | Compiling anstyle-parse v0.2.1 |
809 | 2023-12-01T20:00:42.587Z | Compiling semver v1.0.20 |
810 | 2023-12-01T20:00:43.275Z | Compiling indexmap v2.1.0 |
811 | 2023-12-01T20:00:43.761Z | Compiling serde_json v1.0.108 |
812 | 2023-12-01T20:00:43.761Z | Compiling colorchoice v1.0.0 |
813 | 2023-12-01T20:00:43.885Z | Compiling winnow v0.5.15 |
814 | 2023-12-01T20:00:43.924Z | Compiling anstyle v1.0.2 |
815 | 2023-12-01T20:00:43.992Z | Compiling thiserror v1.0.49 |
816 | 2023-12-01T20:00:44.178Z | Compiling anstyle-query v1.0.0 |
817 | 2023-12-01T20:00:44.445Z | Compiling anstream v0.5.0 |
818 | 2023-12-01T20:00:44.498Z | Compiling ryu v1.0.15 |
819 | 2023-12-01T20:00:44.638Z | Compiling anyhow v1.0.75 |
820 | 2023-12-01T20:00:44.945Z | Compiling clap_lex v0.5.1 |
821 | 2023-12-01T20:00:45.009Z | Compiling heck v0.4.1 |
822 | 2023-12-01T20:00:45.044Z | Compiling itoa v1.0.9 |
823 | 2023-12-01T20:00:45.372Z | Compiling quote v1.0.33 |
824 | 2023-12-01T20:00:45.421Z | Compiling strsim v0.10.0 |
825 | 2023-12-01T20:00:45.777Z | Compiling errno v0.3.2 |
826 | 2023-12-01T20:00:46.046Z | Compiling syn v2.0.32 |
827 | 2023-12-01T20:00:47.694Z | Compiling terminal_size v0.2.6 |
828 | 2023-12-01T20:00:47.841Z | Compiling clap_builder v4.4.2 |
829 | 2023-12-01T20:00:53.831Z | Compiling serde_derive v1.0.192 |
830 | 2023-12-01T20:00:53.831Z | Compiling thiserror-impl v1.0.49 |
831 | 2023-12-01T20:00:53.834Z | Compiling clap_derive v4.4.2 |
832 | 2023-12-01T20:00:58.436Z | Compiling clap v4.4.3 |
833 | 2023-12-01T20:01:06.649Z | Compiling serde_spanned v0.6.4 |
834 | 2023-12-01T20:01:06.651Z | Compiling toml_datetime v0.6.5 |
835 | 2023-12-01T20:01:06.651Z | Compiling cargo-platform v0.1.3 |
836 | 2023-12-01T20:01:07.035Z | Compiling toml_edit v0.21.0 |
837 | 2023-12-01T20:01:08.660Z | Compiling cargo_metadata v0.18.0 |
838 | 2023-12-01T20:01:10.201Z | Compiling toml v0.8.8 |
839 | 2023-12-01T20:01:11.191Z | Compiling cargo_toml v0.17.0 |
840 | 2023-12-01T20:01:17.565Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
841 | 2023-12-01T20:01:18.932Z | Finished dev [unoptimized + debuginfo] target(s) in 55.91s |
842 | 2023-12-01T20:01:19.140Z | Running `target/debug/xtask clippy` |
843 | 2023-12-01T20:01:19.196Z | running: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
844 | 2023-12-01T20:01:20.000Z | Downloading crates ... |
845 | 2023-12-01T20:01:20.250Z | Downloaded arrayvec v0.7.4 |
846 | 2023-12-01T20:01:20.267Z | Downloaded async-recursion v1.0.5 |
847 | 2023-12-01T20:01:20.272Z | Downloaded aead v0.5.2 |
848 | 2023-12-01T20:01:20.276Z | Downloaded arrayref v0.3.7 |
849 | 2023-12-01T20:01:20.279Z | Downloaded anes v0.1.6 |
850 | 2023-12-01T20:01:20.285Z | Downloaded crossbeam v0.8.2 |
851 | 2023-12-01T20:01:20.293Z | Downloaded slog-dtrace v0.2.3 |
852 | 2023-12-01T20:01:20.297Z | Downloaded async-stream-impl v0.3.5 |
853 | 2023-12-01T20:01:20.300Z | Downloaded approx v0.5.1 |
854 | 2023-12-01T20:01:20.305Z | Downloaded backtrace v0.3.69 |
855 | 2023-12-01T20:01:20.316Z | Downloaded bcs v0.1.6 |
856 | 2023-12-01T20:01:20.322Z | Downloaded blake2 v0.10.6 |
857 | 2023-12-01T20:01:20.329Z | Downloaded async-trait v0.1.74 |
858 | 2023-12-01T20:01:20.339Z | Downloaded block-padding v0.3.3 |
859 | 2023-12-01T20:01:20.344Z | Downloaded basic-toml v0.1.4 |
860 | 2023-12-01T20:01:20.375Z | Downloaded crc-catalog v2.2.0 |
861 | 2023-12-01T20:01:20.380Z | Downloaded criterion-plot v0.5.0 |
862 | 2023-12-01T20:01:20.385Z | Downloaded crossbeam-utils v0.8.16 |
863 | 2023-12-01T20:01:20.391Z | Downloaded crunchy v0.2.2 |
864 | 2023-12-01T20:01:20.394Z | Downloaded crypto-common v0.1.6 |
865 | 2023-12-01T20:01:20.396Z | Downloaded clang-sys v1.6.1 |
866 | 2023-12-01T20:01:20.409Z | Downloaded oorandom v11.1.3 |
867 | 2023-12-01T20:01:20.412Z | Downloaded num-bigint v0.4.4 |
868 | 2023-12-01T20:01:20.428Z | Downloaded native-tls v0.2.11 |
869 | 2023-12-01T20:01:20.434Z | Downloaded num-bigint-dig v0.8.4 |
870 | 2023-12-01T20:01:20.445Z | Downloaded crc-any v2.4.3 |
871 | 2023-12-01T20:01:20.450Z | Downloaded cc v1.0.83 |
872 | 2023-12-01T20:01:20.457Z | Downloaded object v0.30.4 |
873 | 2023-12-01T20:01:20.479Z | Downloaded hyper-tls v0.5.0 |
874 | 2023-12-01T20:01:20.483Z | Downloaded hyper-staticfile v0.9.5 |
875 | 2023-12-01T20:01:20.487Z | Downloaded cookie v0.18.0 |
876 | 2023-12-01T20:01:20.492Z | Downloaded indexmap v1.9.3 |
877 | 2023-12-01T20:01:20.500Z | Downloaded newtype_derive v0.1.6 |
878 | 2023-12-01T20:01:20.504Z | Downloaded is-terminal v0.4.9 |
879 | 2023-12-01T20:01:20.507Z | Downloaded nodrop v0.1.14 |
880 | 2023-12-01T20:01:20.509Z | Downloaded num-complex v0.4.4 |
881 | 2023-12-01T20:01:20.512Z | Downloaded is_ci v1.1.1 |
882 | 2023-12-01T20:01:20.515Z | Downloaded itertools v0.11.0 |
883 | 2023-12-01T20:01:20.529Z | Downloaded normalize-line-endings v0.3.0 |
884 | 2023-12-01T20:01:20.531Z | Downloaded memoffset v0.7.1 |
885 | 2023-12-01T20:01:20.534Z | Downloaded lru-cache v0.1.2 |
886 | 2023-12-01T20:01:20.536Z | Downloaded packed_struct_codegen v0.10.1 |
887 | 2023-12-01T20:01:20.539Z | Downloaded log v0.4.20 |
888 | 2023-12-01T20:01:20.543Z | Downloaded signal-hook-mio v0.2.3 |
889 | 2023-12-01T20:01:20.546Z | Downloaded openssl-probe v0.1.5 |
890 | 2023-12-01T20:01:20.549Z | Downloaded openssl-sys v0.9.96 |
891 | 2023-12-01T20:01:20.559Z | Downloaded papergrid v0.10.0 |
892 | 2023-12-01T20:01:20.568Z | Downloaded adler v1.0.2 |
893 | 2023-12-01T20:01:20.578Z | Downloaded bstr v0.2.17 |
894 | 2023-12-01T20:01:20.592Z | Downloaded once_cell v1.18.0 |
895 | 2023-12-01T20:01:20.597Z | Downloaded idna v0.5.0 |
896 | 2023-12-01T20:01:20.614Z | Downloaded macaddr v1.0.1 |
897 | 2023-12-01T20:01:20.616Z | Downloaded trust-dns-resolver v0.22.0 |
898 | 2023-12-01T20:01:20.647Z | Downloaded subprocess v0.2.9 |
899 | 2023-12-01T20:01:20.650Z | Downloaded dof v0.1.5 |
900 | 2023-12-01T20:01:20.650Z | Downloaded sct v0.7.0 |
901 | 2023-12-01T20:01:20.651Z | Downloaded home v0.5.5 |
902 | 2023-12-01T20:01:20.652Z | Downloaded pest v2.7.2 |
903 | 2023-12-01T20:01:20.655Z | Downloaded foreign-types v0.3.2 |
904 | 2023-12-01T20:01:20.655Z | Downloaded zerocopy v0.6.4 |
905 | 2023-12-01T20:01:20.660Z | Downloaded unarray v0.1.4 |
906 | 2023-12-01T20:01:20.662Z | Downloaded trust-dns-client v0.22.0 |
907 | 2023-12-01T20:01:20.673Z | Downloaded xattr v1.0.1 |
908 | 2023-12-01T20:01:20.676Z | Downloaded trust-dns-server v0.22.1 |
909 | 2023-12-01T20:01:20.687Z | Downloaded postgres-protocol v0.6.6 |
910 | 2023-12-01T20:01:20.693Z | Downloaded tinyvec_macros v0.1.1 |
911 | 2023-12-01T20:01:20.696Z | Downloaded remove_dir_all v0.5.3 |
912 | 2023-12-01T20:01:20.699Z | Downloaded relative-path v1.9.0 |
913 | 2023-12-01T20:01:20.702Z | Downloaded platforms v3.0.2 |
914 | 2023-12-01T20:01:20.705Z | Downloaded openssl v0.10.60 |
915 | 2023-12-01T20:01:20.723Z | Downloaded phf_shared v0.10.0 |
916 | 2023-12-01T20:01:20.727Z | Downloaded petgraph v0.6.4 |
917 | 2023-12-01T20:01:20.751Z | Downloaded derive-where v1.2.5 |
918 | 2023-12-01T20:01:20.759Z | Downloaded sha2 v0.10.8 |
919 | 2023-12-01T20:01:20.765Z | Downloaded signal-hook-tokio v0.3.1 |
920 | 2023-12-01T20:01:20.767Z | Downloaded shell-words v1.1.0 |
921 | 2023-12-01T20:01:20.771Z | Downloaded signal-hook-registry v1.4.1 |
922 | 2023-12-01T20:01:20.774Z | Downloaded serde_yaml v0.9.25 |
923 | 2023-12-01T20:01:20.781Z | Downloaded rustversion v1.0.14 |
924 | 2023-12-01T20:01:20.787Z | Downloaded unicode-normalization v0.1.22 |
925 | 2023-12-01T20:01:20.797Z | Downloaded parking_lot v0.12.1 |
926 | 2023-12-01T20:01:20.803Z | Downloaded swrite v0.1.0 |
927 | 2023-12-01T20:01:20.806Z | Downloaded serde_with v2.3.3 |
928 | 2023-12-01T20:01:20.822Z | Downloaded walkdir v2.4.0 |
929 | 2023-12-01T20:01:20.826Z | Downloaded wait-timeout v0.2.0 |
930 | 2023-12-01T20:01:20.830Z | Downloaded rcgen v0.11.3 |
931 | 2023-12-01T20:01:20.837Z | Downloaded time-macros v0.2.13 |
932 | 2023-12-01T20:01:20.842Z | Downloaded fastrand v2.0.0 |
933 | 2023-12-01T20:01:20.845Z | Downloaded wyz v0.5.1 |
934 | 2023-12-01T20:01:20.849Z | Downloaded portable-atomic v1.4.3 |
935 | 2023-12-01T20:01:20.864Z | Downloaded rayon v1.8.0 |
936 | 2023-12-01T20:01:20.882Z | Downloaded pkg-config v0.3.27 |
937 | 2023-12-01T20:01:20.885Z | Downloaded rstest_macros v0.18.2 |
938 | 2023-12-01T20:01:20.892Z | Downloaded rand v0.4.6 |
939 | 2023-12-01T20:01:20.902Z | Downloaded owo-colors v3.5.0 |
940 | 2023-12-01T20:01:20.908Z | Downloaded serde_tokenstream v0.1.7 |
941 | 2023-12-01T20:01:20.916Z | Downloaded futures-sink v0.3.29 |
942 | 2023-12-01T20:01:20.919Z | Downloaded futures v0.3.29 |
943 | 2023-12-01T20:01:20.931Z | Downloaded parking_lot_core v0.9.8 |
944 | 2023-12-01T20:01:20.935Z | Downloaded pin-project v1.1.3 |
945 | 2023-12-01T20:01:20.961Z | Downloaded dtrace-parser v0.1.14 |
946 | 2023-12-01T20:01:20.963Z | Downloaded humantime v2.1.0 |
947 | 2023-12-01T20:01:20.966Z | Downloaded deranged v0.3.8 |
948 | 2023-12-01T20:01:20.969Z | Downloaded fragile v2.0.0 |
949 | 2023-12-01T20:01:20.974Z | Downloaded pin-utils v0.1.0 |
950 | 2023-12-01T20:01:20.977Z | Downloaded pkcs8 v0.10.2 |
951 | 2023-12-01T20:01:20.983Z | Downloaded similar-asserts v1.5.0 |
952 | 2023-12-01T20:01:20.989Z | Downloaded float-cmp v0.9.0 |
953 | 2023-12-01T20:01:20.992Z | Downloaded flate2 v1.0.28 |
954 | 2023-12-01T20:01:21.004Z | Downloaded heck v0.3.3 |
955 | 2023-12-01T20:01:21.007Z | Downloaded elliptic-curve v0.13.5 |
956 | 2023-12-01T20:01:21.015Z | Downloaded quick-error v1.2.3 |
957 | 2023-12-01T20:01:21.019Z | Downloaded ref-cast-impl v1.0.20 |
958 | 2023-12-01T20:01:21.021Z | Downloaded radium v0.7.0 |
959 | 2023-12-01T20:01:21.024Z | Downloaded derive_builder v0.12.0 |
960 | 2023-12-01T20:01:21.034Z | Downloaded ref-cast v1.0.20 |
961 | 2023-12-01T20:01:21.040Z | Downloaded typenum v1.16.0 |
962 | 2023-12-01T20:01:21.047Z | Downloaded yasna v0.5.2 |
963 | 2023-12-01T20:01:21.052Z | Downloaded generic-array v0.14.7 |
964 | 2023-12-01T20:01:21.056Z | Downloaded rustls-native-certs v0.6.3 |
965 | 2023-12-01T20:01:21.062Z | Downloaded uuid v1.6.1 |
966 | 2023-12-01T20:01:21.071Z | Downloaded vte v0.11.1 |
967 | 2023-12-01T20:01:21.075Z | Downloaded utf-8 v0.7.6 |
968 | 2023-12-01T20:01:21.078Z | Downloaded futures-timer v3.0.2 |
969 | 2023-12-01T20:01:21.083Z | Downloaded untrusted v0.9.0 |
970 | 2023-12-01T20:01:21.087Z | Downloaded pem v1.1.1 |
971 | 2023-12-01T20:01:21.090Z | Downloaded headers v0.3.9 |
972 | 2023-12-01T20:01:21.103Z | Downloaded spin v0.9.8 |
973 | 2023-12-01T20:01:21.108Z | Downloaded rand_xorshift v0.3.0 |
974 | 2023-12-01T20:01:21.111Z | Downloaded regex v1.10.2 |
975 | 2023-12-01T20:01:21.138Z | Downloaded smoltcp v0.8.2 |
976 | 2023-12-01T20:01:21.158Z | Downloaded foreign-types v0.5.0 |
977 | 2023-12-01T20:01:21.161Z | Downloaded postcard-cobs v0.1.5-pre |
978 | 2023-12-01T20:01:21.163Z | Downloaded zeroize_derive v1.4.2 |
979 | 2023-12-01T20:01:21.166Z | Downloaded version_check v0.9.4 |
980 | 2023-12-01T20:01:21.169Z | Downloaded proc-macro-crate v1.3.1 |
981 | 2023-12-01T20:01:21.171Z | Downloaded proc-macro-error v1.0.4 |
982 | 2023-12-01T20:01:21.178Z | Downloaded similar v2.2.1 |
983 | 2023-12-01T20:01:21.189Z | Downloaded proc-macro-error-attr v1.0.4 |
984 | 2023-12-01T20:01:21.191Z | Downloaded steno v0.4.0 |
985 | 2023-12-01T20:01:21.201Z | Downloaded socket2 v0.5.5 |
986 | 2023-12-01T20:01:21.205Z | Downloaded strip-ansi-escapes v0.2.0 |
987 | 2023-12-01T20:01:21.208Z | Downloaded spin v0.5.2 |
988 | 2023-12-01T20:01:21.211Z | Downloaded diff v0.1.13 |
989 | 2023-12-01T20:01:21.218Z | Downloaded slog-async v2.8.0 |
990 | 2023-12-01T20:01:21.222Z | Downloaded usdt-attr-macro v0.3.5 |
991 | 2023-12-01T20:01:21.225Z | Downloaded thiserror-impl-no-std v2.0.2 |
992 | 2023-12-01T20:01:21.227Z | Downloaded test-strategy v0.3.1 |
993 | 2023-12-01T20:01:21.235Z | Downloaded same-file v1.0.6 |
994 | 2023-12-01T20:01:21.239Z | Downloaded thread-id v4.2.0 |
995 | 2023-12-01T20:01:21.241Z | Downloaded salty v0.2.0 |
996 | 2023-12-01T20:01:21.253Z | Downloaded slog-bunyan v2.4.0 |
997 | 2023-12-01T20:01:21.255Z | Downloaded futures-io v0.3.29 |
998 | 2023-12-01T20:01:21.258Z | Downloaded try-lock v0.2.4 |
999 | 2023-12-01T20:01:21.261Z | Downloaded hex-literal v0.4.1 |
1000 | 2023-12-01T20:01:21.261Z | Downloaded smf v0.2.2 |
1001 | 2023-12-01T20:01:21.265Z | Downloaded socket2 v0.4.9 |
1002 | 2023-12-01T20:01:21.268Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1003 | 2023-12-01T20:01:21.270Z | Downloaded fnv v1.0.7 |
1004 | 2023-12-01T20:01:21.273Z | Downloaded difflib v0.4.0 |
1005 | 2023-12-01T20:01:21.275Z | Downloaded scopeguard v1.2.0 |
1006 | 2023-12-01T20:01:21.278Z | Downloaded smawk v0.3.1 |
1007 | 2023-12-01T20:01:21.280Z | Downloaded gimli v0.28.0 |
1008 | 2023-12-01T20:01:21.300Z | Downloaded futures-executor v0.3.29 |
1009 | 2023-12-01T20:01:21.302Z | Downloaded futures-core v0.3.29 |
1010 | 2023-12-01T20:01:21.305Z | Downloaded unicode-xid v0.2.4 |
1011 | 2023-12-01T20:01:21.308Z | Downloaded sha3 v0.10.8 |
1012 | 2023-12-01T20:01:21.324Z | Downloaded termios v0.3.3 |
1013 | 2023-12-01T20:01:21.327Z | Downloaded regex-automata v0.4.3 |
1014 | 2023-12-01T20:01:21.363Z | Downloaded diesel v2.1.4 |
1015 | 2023-12-01T20:01:21.398Z | Downloaded encoding_rs v0.8.33 |
1016 | 2023-12-01T20:01:21.443Z | Downloaded smoltcp v0.9.1 |
1017 | 2023-12-01T20:01:21.465Z | Downloaded regex-automata v0.3.8 |
1018 | 2023-12-01T20:01:21.499Z | Downloaded tokio v1.34.0 |
1019 | 2023-12-01T20:01:21.568Z | Downloaded parse-display-derive v0.8.2 |
1020 | 2023-12-01T20:01:21.571Z | Downloaded postcard v0.7.3 |
1021 | 2023-12-01T20:01:21.573Z | Downloaded futures-macro v0.3.29 |
1022 | 2023-12-01T20:01:21.588Z | Downloaded which v4.4.0 |
1023 | 2023-12-01T20:01:21.594Z | Downloaded derive_more v0.99.17 |
1024 | 2023-12-01T20:01:21.599Z | Downloaded whoami v1.4.1 |
1025 | 2023-12-01T20:01:21.602Z | Downloaded either v1.9.0 |
1026 | 2023-12-01T20:01:21.607Z | Downloaded digest v0.10.7 |
1027 | 2023-12-01T20:01:21.612Z | Downloaded stringprep v0.1.3 |
1028 | 2023-12-01T20:01:21.617Z | Downloaded toml_edit v0.19.15 |
1029 | 2023-12-01T20:01:21.679Z | Downloaded slog-term v2.9.0 |
1030 | 2023-12-01T20:01:21.683Z | Downloaded hashbrown v0.12.3 |
1031 | 2023-12-01T20:01:21.683Z | Downloaded serde-big-array v0.5.1 |
1032 | 2023-12-01T20:01:21.683Z | Downloaded semver v0.1.20 |
1033 | 2023-12-01T20:01:21.683Z | Downloaded scheduled-thread-pool v0.2.7 |
1034 | 2023-12-01T20:01:21.686Z | Downloaded termtree v0.4.1 |
1035 | 2023-12-01T20:01:21.686Z | Downloaded debug-ignore v1.0.5 |
1036 | 2023-12-01T20:01:21.688Z | Downloaded resolv-conf v0.7.0 |
1037 | 2023-12-01T20:01:21.691Z | Downloaded sled v0.34.7 |
1038 | 2023-12-01T20:01:21.714Z | Downloaded reqwest v0.11.22 |
1039 | 2023-12-01T20:01:21.730Z | Downloaded hkdf v0.12.3 |
1040 | 2023-12-01T20:01:21.735Z | Downloaded futures-util v0.3.29 |
1041 | 2023-12-01T20:01:21.758Z | Downloaded serde_plain v1.0.2 |
1042 | 2023-12-01T20:01:21.761Z | Downloaded slog-stdlog v4.1.1 |
1043 | 2023-12-01T20:01:21.764Z | Downloaded slog-scope v4.4.0 |
1044 | 2023-12-01T20:01:21.767Z | Downloaded slog-json v2.6.1 |
1045 | 2023-12-01T20:01:21.771Z | Downloaded datatest-stable v0.2.3 |
1046 | 2023-12-01T20:01:21.774Z | Downloaded data-encoding v2.4.0 |
1047 | 2023-12-01T20:01:21.777Z | Downloaded unicase v2.7.0 |
1048 | 2023-12-01T20:01:21.779Z | Downloaded futures-channel v0.3.29 |
1049 | 2023-12-01T20:01:21.782Z | Downloaded pretty-hex v0.2.1 |
1050 | 2023-12-01T20:01:21.785Z | Downloaded usdt-impl v0.3.5 |
1051 | 2023-12-01T20:01:21.787Z | Downloaded pretty-hex v0.4.0 |
1052 | 2023-12-01T20:01:21.789Z | Downloaded usdt v0.3.5 |
1053 | 2023-12-01T20:01:21.792Z | Downloaded headers-core v0.2.0 |
1054 | 2023-12-01T20:01:21.792Z | Downloaded hash32 v0.2.1 |
1055 | 2023-12-01T20:01:21.794Z | Downloaded hashbrown v0.13.2 |
1056 | 2023-12-01T20:01:21.801Z | Downloaded flagset v0.4.3 |
1057 | 2023-12-01T20:01:21.803Z | Downloaded signature v2.1.0 |
1058 | 2023-12-01T20:01:21.807Z | Downloaded signature v1.6.4 |
1059 | 2023-12-01T20:01:21.809Z | Downloaded getrandom v0.2.10 |
1060 | 2023-12-01T20:01:21.814Z | Downloaded trybuild v1.0.85 |
1061 | 2023-12-01T20:01:21.823Z | Downloaded ppv-lite86 v0.2.17 |
1062 | 2023-12-01T20:01:21.825Z | Downloaded getopts v0.2.21 |
1063 | 2023-12-01T20:01:21.828Z | Downloaded tui-tree-widget v0.13.0 |
1064 | 2023-12-01T20:01:21.831Z | Downloaded prettyplease v0.2.12 |
1065 | 2023-12-01T20:01:21.836Z | Downloaded pretty_assertions v1.4.0 |
1066 | 2023-12-01T20:01:21.841Z | Downloaded r2d2 v0.8.10 |
1067 | 2023-12-01T20:01:21.844Z | Downloaded fatfs v0.3.6 |
1068 | 2023-12-01T20:01:21.850Z | Downloaded want v0.3.1 |
1069 | 2023-12-01T20:01:21.853Z | Downloaded waitgroup v0.1.2 |
1070 | 2023-12-01T20:01:21.856Z | Downloaded funty v2.0.0 |
1071 | 2023-12-01T20:01:21.856Z | Downloaded vcpkg v0.2.15 |
1072 | 2023-12-01T20:01:21.935Z | Downloaded fixedbitset v0.4.2 |
1073 | 2023-12-01T20:01:21.937Z | Downloaded endian-type v0.1.2 |
1074 | 2023-12-01T20:01:21.940Z | Downloaded dirs-sys-next v0.1.2 |
1075 | 2023-12-01T20:01:21.940Z | Downloaded rustc_version v0.1.7 |
1076 | 2023-12-01T20:01:21.942Z | Downloaded rustc-hash v1.1.0 |
1077 | 2023-12-01T20:01:21.945Z | Downloaded rayon-core v1.12.0 |
1078 | 2023-12-01T20:01:21.951Z | Downloaded proptest v1.4.0 |
1079 | 2023-12-01T20:01:21.968Z | Downloaded unicode-bidi v0.3.13 |
1080 | 2023-12-01T20:01:21.973Z | Downloaded highway v1.1.0 |
1081 | 2023-12-01T20:01:21.977Z | Downloaded regex-syntax v0.7.5 |
1082 | 2023-12-01T20:01:21.994Z | Downloaded regex-syntax v0.6.29 |
1083 | 2023-12-01T20:01:22.015Z | Downloaded ring v0.17.5 |
1084 | 2023-12-01T20:01:22.150Z | Downloaded peeking_take_while v0.1.2 |
1085 | 2023-12-01T20:01:22.153Z | Downloaded packed_struct v0.10.1 |
1086 | 2023-12-01T20:01:22.155Z | Downloaded path-slash v0.1.5 |
1087 | 2023-12-01T20:01:22.158Z | Downloaded zeroize v1.7.0 |
1088 | 2023-12-01T20:01:22.160Z | Downloaded radix_trie v0.2.1 |
1089 | 2023-12-01T20:01:22.168Z | Downloaded quick-xml v0.23.1 |
1090 | 2023-12-01T20:01:22.181Z | Downloaded webpki-roots v0.25.2 |
1091 | 2023-12-01T20:01:22.188Z | Downloaded ring v0.16.20 |
1092 | 2023-12-01T20:01:22.342Z | Downloaded url v2.5.0 |
1093 | 2023-12-01T20:01:22.346Z | Downloaded unicode-linebreak v0.1.5 |
1094 | 2023-12-01T20:01:22.349Z | Downloaded rustix v0.38.25 |
1095 | 2023-12-01T20:01:22.387Z | Downloaded pem-rfc7468 v0.7.0 |
1096 | 2023-12-01T20:01:22.389Z | Downloaded pem v3.0.2 |
1097 | 2023-12-01T20:01:22.393Z | Downloaded darling_core v0.20.3 |
1098 | 2023-12-01T20:01:22.399Z | Downloaded zerocopy v0.3.0 |
1099 | 2023-12-01T20:01:22.406Z | Downloaded termcolor v1.2.0 |
1100 | 2023-12-01T20:01:22.407Z | Downloaded rustls v0.21.9 |
1101 | 2023-12-01T20:01:22.422Z | Downloaded serde-hex v0.1.0 |
1102 | 2023-12-01T20:01:22.425Z | Downloaded untrusted v0.7.1 |
1103 | 2023-12-01T20:01:22.427Z | Downloaded unsafe-libyaml v0.2.9 |
1104 | 2023-12-01T20:01:22.432Z | Downloaded tempdir v0.3.7 |
1105 | 2023-12-01T20:01:22.434Z | Downloaded typed-path v0.6.0 |
1106 | 2023-12-01T20:01:22.444Z | Downloaded expectorate v1.1.0 |
1107 | 2023-12-01T20:01:22.448Z | Downloaded reedline v0.26.0 |
1108 | 2023-12-01T20:01:22.460Z | Downloaded vte_generate_state_changes v0.1.1 |
1109 | 2023-12-01T20:01:22.462Z | Downloaded hmac v0.12.1 |
1110 | 2023-12-01T20:01:22.464Z | Downloaded tokio-macros v2.2.0 |
1111 | 2023-12-01T20:01:22.467Z | Downloaded derive_builder_core v0.12.0 |
1112 | 2023-12-01T20:01:22.470Z | Downloaded tough v0.15.0 |
1113 | 2023-12-01T20:01:22.483Z | Downloaded tower-service v0.3.2 |
1114 | 2023-12-01T20:01:22.486Z | Downloaded tinytemplate v1.2.1 |
1115 | 2023-12-01T20:01:22.488Z | Downloaded signal-hook v0.3.17 |
1116 | 2023-12-01T20:01:22.492Z | Downloaded tar v0.4.40 |
1117 | 2023-12-01T20:01:22.496Z | Downloaded rand_core v0.6.4 |
1118 | 2023-12-01T20:01:22.499Z | Downloaded rand_chacha v0.3.1 |
1119 | 2023-12-01T20:01:22.502Z | Downloaded postgres-types v0.2.6 |
1120 | 2023-12-01T20:01:22.504Z | Downloaded shlex v1.1.0 |
1121 | 2023-12-01T20:01:22.507Z | Downloaded serial_test v0.10.0 |
1122 | 2023-12-01T20:01:22.509Z | Downloaded ed25519 v1.5.3 |
1123 | 2023-12-01T20:01:22.512Z | Downloaded dyn-clone v1.0.13 |
1124 | 2023-12-01T20:01:22.515Z | Downloaded rustc-demangle v0.1.23 |
1125 | 2023-12-01T20:01:22.518Z | Downloaded rust-argon2 v1.0.1 |
1126 | 2023-12-01T20:01:22.520Z | Downloaded rtoolbox v0.0.1 |
1127 | 2023-12-01T20:01:22.523Z | Downloaded flume v0.11.0 |
1128 | 2023-12-01T20:01:22.528Z | Downloaded tokio-postgres v0.7.10 |
1129 | 2023-12-01T20:01:22.536Z | Downloaded tokio-native-tls v0.3.1 |
1130 | 2023-12-01T20:01:22.539Z | Downloaded fxhash v0.2.1 |
1131 | 2023-12-01T20:01:22.541Z | Downloaded glob v0.3.1 |
1132 | 2023-12-01T20:01:22.544Z | Downloaded rustc_version v0.4.0 |
1133 | 2023-12-01T20:01:22.546Z | Downloaded rand v0.8.5 |
1134 | 2023-12-01T20:01:22.550Z | Downloaded pkcs1 v0.7.5 |
1135 | 2023-12-01T20:01:22.554Z | Downloaded tokio-rustls v0.24.1 |
1136 | 2023-12-01T20:01:22.558Z | Downloaded toml v0.7.8 |
1137 | 2023-12-01T20:01:22.564Z | Downloaded diesel_derives v2.1.2 |
1138 | 2023-12-01T20:01:22.569Z | Downloaded poly1305 v0.8.0 |
1139 | 2023-12-01T20:01:22.573Z | Downloaded pin-project-lite v0.2.13 |
1140 | 2023-12-01T20:01:22.581Z | Downloaded foreign-types-shared v0.1.1 |
1141 | 2023-12-01T20:01:22.584Z | Downloaded fs-err v2.11.0 |
1142 | 2023-12-01T20:01:22.586Z | Downloaded downcast v0.11.0 |
1143 | 2023-12-01T20:01:22.588Z | Downloaded darling_macro v0.20.3 |
1144 | 2023-12-01T20:01:22.588Z | Downloaded filetime v0.2.22 |
1145 | 2023-12-01T20:01:22.591Z | Downloaded env_logger v0.10.0 |
1146 | 2023-12-01T20:01:22.596Z | Downloaded dashmap v5.5.1 |
1147 | 2023-12-01T20:01:22.599Z | Downloaded form_urlencoded v1.2.1 |
1148 | 2023-12-01T20:01:22.602Z | Downloaded ff v0.13.0 |
1149 | 2023-12-01T20:01:22.604Z | Downloaded fallible-iterator v0.2.0 |
1150 | 2023-12-01T20:01:22.607Z | Downloaded unicode-width v0.1.11 |
1151 | 2023-12-01T20:01:22.609Z | Downloaded doc-comment v0.3.3 |
1152 | 2023-12-01T20:01:22.609Z | Downloaded display-error-chain v0.2.0 |
1153 | 2023-12-01T20:01:22.612Z | Downloaded der v0.7.8 |
1154 | 2023-12-01T20:01:22.620Z | Downloaded polar-core v0.27.0 |
1155 | 2023-12-01T20:01:22.635Z | Downloaded der_derive v0.7.2 |
1156 | 2023-12-01T20:01:22.638Z | Downloaded regex-automata v0.1.10 |
1157 | 2023-12-01T20:01:22.647Z | Downloaded vsss-rs v3.3.1 |
1158 | 2023-12-01T20:01:22.651Z | Downloaded vec_map v0.8.2 |
1159 | 2023-12-01T20:01:22.654Z | Downloaded pin-project-internal v1.1.3 |
1160 | 2023-12-01T20:01:22.656Z | Downloaded foreign-types-shared v0.3.1 |
1161 | 2023-12-01T20:01:22.658Z | Downloaded regex-syntax v0.8.2 |
1162 | 2023-12-01T20:01:22.672Z | Downloaded term v0.7.0 |
1163 | 2023-12-01T20:01:22.706Z | Downloaded subtle v2.5.0 |
1164 | 2023-12-01T20:01:22.709Z | Downloaded half v1.8.2 |
1165 | 2023-12-01T20:01:22.709Z | Downloaded h2 v0.3.21 |
1166 | 2023-12-01T20:01:22.709Z | Downloaded group v0.13.0 |
1167 | 2023-12-01T20:01:22.709Z | Downloaded string_cache v0.8.7 |
1168 | 2023-12-01T20:01:22.709Z | Downloaded ratatui v0.23.0 |
1169 | 2023-12-01T20:01:22.721Z | Downloaded schemars v0.8.13 |
1170 | 2023-12-01T20:01:22.741Z | Downloaded enum-as-inner v0.5.1 |
1171 | 2023-12-01T20:01:22.743Z | Downloaded zerocopy-derive v0.6.4 |
1172 | 2023-12-01T20:01:22.764Z | Downloaded rusty-fork v0.3.0 |
1173 | 2023-12-01T20:01:22.767Z | Downloaded parking_lot v0.11.2 |
1174 | 2023-12-01T20:01:22.770Z | Downloaded zerocopy-derive v0.2.0 |
1175 | 2023-12-01T20:01:22.787Z | Downloaded rsa v0.9.2 |
1176 | 2023-12-01T20:01:22.795Z | Downloaded trust-dns-proto v0.22.0 |
1177 | 2023-12-01T20:01:22.817Z | Downloaded rstest v0.18.2 |
1178 | 2023-12-01T20:01:22.826Z | Downloaded rpassword v7.3.1 |
1179 | 2023-12-01T20:01:22.828Z | Downloaded ron v0.8.1 |
1180 | 2023-12-01T20:01:22.839Z | Downloaded fd-lock v3.0.13 |
1181 | 2023-12-01T20:01:22.841Z | Downloaded ucd-trie v0.1.6 |
1182 | 2023-12-01T20:01:22.843Z | Downloaded usdt-macro v0.3.5 |
1183 | 2023-12-01T20:01:22.846Z | Downloaded universal-hash v0.5.1 |
1184 | 2023-12-01T20:01:22.846Z | Downloaded tap v1.0.1 |
1185 | 2023-12-01T20:01:22.848Z | Downloaded take_mut v0.2.2 |
1186 | 2023-12-01T20:01:22.851Z | Downloaded synstructure v0.12.6 |
1187 | 2023-12-01T20:01:22.851Z | Downloaded syn v1.0.109 |
1188 | 2023-12-01T20:01:22.870Z | Downloaded rustfmt-wrapper v0.2.0 |
1189 | 2023-12-01T20:01:22.872Z | Downloaded dirs-next v2.0.0 |
1190 | 2023-12-01T20:01:22.875Z | Downloaded hyper v0.14.27 |
1191 | 2023-12-01T20:01:22.888Z | Downloaded threadpool v1.8.1 |
1192 | 2023-12-01T20:01:22.890Z | Downloaded serde_urlencoded v0.7.1 |
1193 | 2023-12-01T20:01:22.893Z | Downloaded serde_repr v0.1.16 |
1194 | 2023-12-01T20:01:22.895Z | Downloaded predicates-tree v1.0.9 |
1195 | 2023-12-01T20:01:22.897Z | Downloaded precomputed-hash v0.1.1 |
1196 | 2023-12-01T20:01:22.897Z | Downloaded serde_path_to_error v0.1.14 |
1197 | 2023-12-01T20:01:22.900Z | Downloaded serde_derive_internals v0.26.0 |
1198 | 2023-12-01T20:01:22.903Z | Downloaded secrecy v0.8.0 |
1199 | 2023-12-01T20:01:22.907Z | Downloaded parking_lot_core v0.8.6 |
1200 | 2023-12-01T20:01:22.909Z | Downloaded ena v0.14.2 |
1201 | 2023-12-01T20:01:22.912Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1202 | 2023-12-01T20:01:22.934Z | Downloaded strum_macros v0.25.2 |
1203 | 2023-12-01T20:01:22.937Z | Downloaded strum_macros v0.24.3 |
1204 | 2023-12-01T20:01:22.941Z | Downloaded strum v0.25.0 |
1205 | 2023-12-01T20:01:22.943Z | Downloaded strsim v0.8.0 |
1206 | 2023-12-01T20:01:22.946Z | Downloaded slog v2.7.0 |
1207 | 2023-12-01T20:01:22.949Z | Downloaded tracing v0.1.37 |
1208 | 2023-12-01T20:01:22.955Z | Downloaded pest_generator v2.7.2 |
1209 | 2023-12-01T20:01:22.958Z | Downloaded pest_derive v2.7.2 |
1210 | 2023-12-01T20:01:22.961Z | Downloaded toolchain_find v0.2.0 |
1211 | 2023-12-01T20:01:22.963Z | Downloaded thiserror-no-std v2.0.2 |
1212 | 2023-12-01T20:01:22.970Z | Downloaded sha1 v0.10.6 |
1213 | 2023-12-01T20:01:22.974Z | Downloaded serde_with_macros v2.3.3 |
1214 | 2023-12-01T20:01:22.978Z | Downloaded predicates-core v1.0.6 |
1215 | 2023-12-01T20:01:22.978Z | Downloaded predicates v3.0.4 |
1216 | 2023-12-01T20:01:22.980Z | Downloaded predicates v2.1.5 |
1217 | 2023-12-01T20:01:22.983Z | Downloaded topological-sort v0.2.2 |
1218 | 2023-12-01T20:01:22.986Z | Downloaded tokio-tungstenite v0.20.1 |
1219 | 2023-12-01T20:01:22.989Z | Downloaded tokio-stream v0.1.14 |
1220 | 2023-12-01T20:01:22.996Z | Downloaded phf_shared v0.11.2 |
1221 | 2023-12-01T20:01:22.998Z | Downloaded phf v0.11.2 |
1222 | 2023-12-01T20:01:23.001Z | Downloaded pest_meta v2.7.2 |
1223 | 2023-12-01T20:01:23.004Z | Downloaded supports-color v2.1.0 |
1224 | 2023-12-01T20:01:23.006Z | Downloaded structopt-derive v0.4.18 |
1225 | 2023-12-01T20:01:23.008Z | Downloaded structmeta v0.2.0 |
1226 | 2023-12-01T20:01:23.011Z | Downloaded unicode-segmentation v1.10.1 |
1227 | 2023-12-01T20:01:23.015Z | Downloaded thread_local v1.1.7 |
1228 | 2023-12-01T20:01:23.017Z | Downloaded openapiv3 v2.0.0-rc.1 |
1229 | 2023-12-01T20:01:23.039Z | Downloaded openapiv3 v1.0.3 |
1230 | 2023-12-01T20:01:23.062Z | Downloaded regress v0.7.1 |
1231 | 2023-12-01T20:01:23.075Z | Downloaded globset v0.4.13 |
1232 | 2023-12-01T20:01:23.078Z | Downloaded zone_cfg_derive v0.3.0 |
1233 | 2023-12-01T20:01:23.080Z | Downloaded yansi v0.5.1 |
1234 | 2023-12-01T20:01:23.083Z | Downloaded plotters v0.3.5 |
1235 | 2023-12-01T20:01:23.096Z | Downloaded plotters-svg v0.3.5 |
1236 | 2023-12-01T20:01:23.099Z | Downloaded plotters-backend v0.3.5 |
1237 | 2023-12-01T20:01:23.101Z | Downloaded percent-encoding v2.3.1 |
1238 | 2023-12-01T20:01:23.102Z | Downloaded paste v1.0.14 |
1239 | 2023-12-01T20:01:23.106Z | Downloaded password-hash v0.5.0 |
1240 | 2023-12-01T20:01:23.109Z | Downloaded partial-io v0.5.4 |
1241 | 2023-12-01T20:01:23.113Z | Downloaded parse-display v0.8.2 |
1242 | 2023-12-01T20:01:23.115Z | Downloaded hex v0.4.3 |
1243 | 2023-12-01T20:01:23.118Z | Downloaded time-core v0.1.1 |
1244 | 2023-12-01T20:01:23.118Z | Downloaded heapless v0.7.16 |
1245 | 2023-12-01T20:01:23.124Z | Downloaded futures-task v0.3.29 |
1246 | 2023-12-01T20:01:23.132Z | Downloaded foreign-types-macros v0.2.3 |
1247 | 2023-12-01T20:01:23.132Z | Downloaded x509-cert v0.2.4 |
1248 | 2023-12-01T20:01:23.138Z | Downloaded tracing-attributes v0.1.26 |
1249 | 2023-12-01T20:01:23.141Z | Downloaded time v0.3.27 |
1250 | 2023-12-01T20:01:23.152Z | Downloaded tracing-core v0.1.31 |
1251 | 2023-12-01T20:01:23.157Z | Downloaded zone v0.3.0 |
1252 | 2023-12-01T20:01:23.159Z | Downloaded zip v0.6.6 |
1253 | 2023-12-01T20:01:23.165Z | Downloaded hubpack v0.1.2 |
1254 | 2023-12-01T20:01:23.167Z | Downloaded httptest v0.15.5 |
1255 | 2023-12-01T20:01:23.170Z | Downloaded httpdate v1.0.3 |
1256 | 2023-12-01T20:01:23.172Z | Downloaded httparse v1.8.0 |
1257 | 2023-12-01T20:01:23.175Z | Downloaded http-range v0.1.5 |
1258 | 2023-12-01T20:01:23.177Z | Downloaded http-body v0.4.5 |
1259 | 2023-12-01T20:01:23.179Z | Downloaded http v0.2.11 |
1260 | 2023-12-01T20:01:23.185Z | Downloaded hostname v0.3.1 |
1261 | 2023-12-01T20:01:23.188Z | Downloaded darling_macro v0.14.4 |
1262 | 2023-12-01T20:01:23.190Z | Downloaded rustls-webpki v0.101.7 |
1263 | 2023-12-01T20:01:23.216Z | Downloaded derive_builder_macro v0.12.0 |
1264 | 2023-12-01T20:01:23.219Z | Downloaded rustls-pemfile v1.0.3 |
1265 | 2023-12-01T20:01:23.221Z | Downloaded tungstenite v0.20.1 |
1266 | 2023-12-01T20:01:23.226Z | Downloaded static_assertions v1.1.0 |
1267 | 2023-12-01T20:01:23.228Z | Downloaded stable_deref_trait v1.2.0 |
1268 | 2023-12-01T20:01:23.231Z | Downloaded spki v0.7.2 |
1269 | 2023-12-01T20:01:23.233Z | Downloaded opaque-debug v0.3.0 |
1270 | 2023-12-01T20:01:23.236Z | Downloaded miniz_oxide v0.7.1 |
1271 | 2023-12-01T20:01:23.238Z | Downloaded num-iter v0.1.43 |
1272 | 2023-12-01T20:01:23.240Z | Downloaded idna v0.2.3 |
1273 | 2023-12-01T20:01:23.252Z | Downloaded object v0.32.1 |
1274 | 2023-12-01T20:01:23.270Z | Downloaded curve25519-dalek v4.1.0 |
1275 | 2023-12-01T20:01:23.286Z | Downloaded hubpack_derive v0.1.1 |
1276 | 2023-12-01T20:01:23.289Z | Downloaded tiny-keccak v2.0.2 |
1277 | 2023-12-01T20:01:23.293Z | Downloaded olpc-cjson v0.1.3 |
1278 | 2023-12-01T20:01:23.293Z | Downloaded num-integer v0.1.45 |
1279 | 2023-12-01T20:01:23.299Z | Downloaded crucible-workspace-hack v0.1.0 |
1280 | 2023-12-01T20:01:23.299Z | Downloaded crossbeam-channel v0.5.8 |
1281 | 2023-12-01T20:01:23.303Z | Downloaded keccak v0.1.4 |
1282 | 2023-12-01T20:01:23.306Z | Downloaded toml v0.5.11 |
1283 | 2023-12-01T20:01:23.310Z | Downloaded tokio-util v0.7.10 |
1284 | 2023-12-01T20:01:23.320Z | Downloaded tinyvec v1.6.0 |
1285 | 2023-12-01T20:01:23.326Z | Downloaded tempfile v3.8.1 |
1286 | 2023-12-01T20:01:23.329Z | Downloaded structmeta-derive v0.2.0 |
1287 | 2023-12-01T20:01:23.332Z | Downloaded snafu v0.7.5 |
1288 | 2023-12-01T20:01:23.341Z | Downloaded smallvec v1.11.0 |
1289 | 2023-12-01T20:01:23.345Z | Downloaded slog-envlogger v2.2.0 |
1290 | 2023-12-01T20:01:23.348Z | Downloaded new_debug_unreachable v1.0.4 |
1291 | 2023-12-01T20:01:23.350Z | Downloaded assert_cmd v2.0.12 |
1292 | 2023-12-01T20:01:23.353Z | Downloaded array-init v0.0.4 |
1293 | 2023-12-01T20:01:23.353Z | Downloaded ansi_term v0.12.1 |
1294 | 2023-12-01T20:01:23.356Z | Downloaded mockall v0.11.4 |
1295 | 2023-12-01T20:01:23.359Z | Downloaded linked-hash-map v0.5.6 |
1296 | 2023-12-01T20:01:23.359Z | Downloaded lalrpop v0.19.12 |
1297 | 2023-12-01T20:01:23.379Z | Downloaded bstr v1.6.0 |
1298 | 2023-12-01T20:01:23.399Z | Downloaded ahash v0.8.3 |
1299 | 2023-12-01T20:01:23.403Z | Downloaded serde-big-array v0.4.1 |
1300 | 2023-12-01T20:01:23.405Z | Downloaded semver-parser v0.10.2 |
1301 | 2023-12-01T20:01:23.408Z | Downloaded semver v0.11.0 |
1302 | 2023-12-01T20:01:23.410Z | Downloaded schemars_derive v0.8.13 |
1303 | 2023-12-01T20:01:23.413Z | Downloaded crc v3.0.1 |
1304 | 2023-12-01T20:01:23.417Z | Downloaded ciborium-ll v0.2.1 |
1305 | 2023-12-01T20:01:23.417Z | Downloaded bitvec v1.0.1 |
1306 | 2023-12-01T20:01:23.444Z | Downloaded num-traits v0.2.16 |
1307 | 2023-12-01T20:01:23.448Z | Downloaded omicron-zone-package v0.9.1 |
1308 | 2023-12-01T20:01:23.452Z | Downloaded number_prefix v0.4.0 |
1309 | 2023-12-01T20:01:23.454Z | Downloaded num_threads v0.1.6 |
1310 | 2023-12-01T20:01:23.457Z | Downloaded num_enum v0.5.11 |
1311 | 2023-12-01T20:01:23.463Z | Downloaded num_cpus v1.16.0 |
1312 | 2023-12-01T20:01:23.467Z | Downloaded oso-derive v0.27.0 |
1313 | 2023-12-01T20:01:23.470Z | Downloaded oso v0.27.0 |
1314 | 2023-12-01T20:01:23.473Z | Downloaded cpufeatures v0.2.9 |
1315 | 2023-12-01T20:01:23.476Z | Downloaded openssl-macros v0.1.1 |
1316 | 2023-12-01T20:01:23.478Z | Downloaded mime v0.3.17 |
1317 | 2023-12-01T20:01:23.480Z | Downloaded slab v0.4.9 |
1318 | 2023-12-01T20:01:23.480Z | Downloaded siphasher v0.3.11 |
1319 | 2023-12-01T20:01:23.483Z | Downloaded serial_test_derive v0.10.0 |
1320 | 2023-12-01T20:01:23.486Z | Downloaded serde_tokenstream v0.2.0 |
1321 | 2023-12-01T20:01:23.489Z | Downloaded linear-map v1.2.0 |
1322 | 2023-12-01T20:01:23.491Z | Downloaded nu-ansi-term v0.49.0 |
1323 | 2023-12-01T20:01:23.495Z | Downloaded nanorand v0.7.0 |
1324 | 2023-12-01T20:01:23.498Z | Downloaded itertools v0.12.0 |
1325 | 2023-12-01T20:01:23.511Z | Downloaded mime_guess v2.0.4 |
1326 | 2023-12-01T20:01:23.513Z | Downloaded corncobs v0.1.3 |
1327 | 2023-12-01T20:01:23.516Z | Downloaded kstat-rs v0.2.3 |
1328 | 2023-12-01T20:01:23.518Z | Downloaded constant_time_eq v0.3.0 |
1329 | 2023-12-01T20:01:23.521Z | Downloaded cipher v0.4.4 |
1330 | 2023-12-01T20:01:23.523Z | Downloaded clap v2.34.0 |
1331 | 2023-12-01T20:01:23.534Z | Downloaded block-buffer v0.10.4 |
1332 | 2023-12-01T20:01:23.536Z | Downloaded base16ct v0.2.0 |
1333 | 2023-12-01T20:01:23.539Z | Downloaded nibble_vec v0.1.0 |
1334 | 2023-12-01T20:01:23.541Z | Downloaded itertools v0.10.5 |
1335 | 2023-12-01T20:01:23.551Z | Downloaded hyper-rustls v0.24.2 |
1336 | 2023-12-01T20:01:23.555Z | Downloaded multer v2.1.0 |
1337 | 2023-12-01T20:01:23.558Z | Downloaded mio v0.8.9 |
1338 | 2023-12-01T20:01:23.568Z | Downloaded md-5 v0.10.5 |
1339 | 2023-12-01T20:01:23.570Z | Downloaded matches v0.1.10 |
1340 | 2023-12-01T20:01:23.573Z | Downloaded maplit v1.0.2 |
1341 | 2023-12-01T20:01:23.573Z | Downloaded ipnetwork v0.20.0 |
1342 | 2023-12-01T20:01:23.575Z | Downloaded num_enum_derive v0.5.11 |
1343 | 2023-12-01T20:01:23.578Z | Downloaded ipnet v2.8.0 |
1344 | 2023-12-01T20:01:23.580Z | Downloaded instant v0.1.12 |
1345 | 2023-12-01T20:01:23.583Z | Downloaded num-rational v0.4.1 |
1346 | 2023-12-01T20:01:23.585Z | Downloaded num-derive v0.4.0 |
1347 | 2023-12-01T20:01:23.588Z | Downloaded indicatif v0.17.7 |
1348 | 2023-12-01T20:01:23.593Z | Downloaded indoc v2.0.3 |
1349 | 2023-12-01T20:01:23.597Z | Downloaded darling_core v0.14.4 |
1350 | 2023-12-01T20:01:23.605Z | Downloaded console v0.15.7 |
1351 | 2023-12-01T20:01:23.609Z | Downloaded maybe-uninit v2.0.0 |
1352 | 2023-12-01T20:01:23.614Z | Downloaded managed v0.8.0 |
1353 | 2023-12-01T20:01:23.614Z | Downloaded lalrpop-util v0.19.12 |
1354 | 2023-12-01T20:01:23.617Z | Downloaded chrono v0.4.31 |
1355 | 2023-12-01T20:01:23.628Z | Downloaded cassowary v0.3.0 |
1356 | 2023-12-01T20:01:23.630Z | Downloaded convert_case v0.4.0 |
1357 | 2023-12-01T20:01:23.633Z | Downloaded cfg-if v1.0.0 |
1358 | 2023-12-01T20:01:23.635Z | Downloaded indoc v1.0.9 |
1359 | 2023-12-01T20:01:23.638Z | Downloaded ciborium v0.2.1 |
1360 | 2023-12-01T20:01:23.641Z | Downloaded inout v0.1.3 |
1361 | 2023-12-01T20:01:23.644Z | Downloaded iana-time-zone v0.1.57 |
1362 | 2023-12-01T20:01:23.646Z | Downloaded darling v0.20.3 |
1363 | 2023-12-01T20:01:23.652Z | Downloaded darling v0.14.4 |
1364 | 2023-12-01T20:01:23.657Z | Downloaded curve25519-dalek-derive v0.1.0 |
1365 | 2023-12-01T20:01:23.659Z | Downloaded cstr-argument v0.1.2 |
1366 | 2023-12-01T20:01:23.659Z | Downloaded bytecount v0.6.3 |
1367 | 2023-12-01T20:01:23.662Z | Downloaded chacha20poly1305 v0.10.1 |
1368 | 2023-12-01T20:01:23.665Z | Downloaded chacha20 v0.9.1 |
1369 | 2023-12-01T20:01:23.667Z | Downloaded byteorder v1.5.0 |
1370 | 2023-12-01T20:01:23.670Z | Downloaded buf-list v1.0.3 |
1371 | 2023-12-01T20:01:23.674Z | Downloaded cancel-safe-futures v0.1.5 |
1372 | 2023-12-01T20:01:23.679Z | Downloaded bzip2 v0.4.4 |
1373 | 2023-12-01T20:01:23.682Z | Downloaded impl-trait-for-tuples v0.2.2 |
1374 | 2023-12-01T20:01:23.764Z | Downloaded constant_time_eq v0.2.6 |
1375 | 2023-12-01T20:01:23.768Z | Downloaded num v0.4.1 |
1376 | 2023-12-01T20:01:23.768Z | Downloaded mockall_derive v0.11.4 |
1377 | 2023-12-01T20:01:23.768Z | Downloaded lazycell v1.3.0 |
1378 | 2023-12-01T20:01:23.768Z | Downloaded ciborium-io v0.2.1 |
1379 | 2023-12-01T20:01:23.768Z | Downloaded bitflags v2.4.0 |
1380 | 2023-12-01T20:01:23.768Z | Downloaded crypto-bigint v0.5.2 |
1381 | 2023-12-01T20:01:23.768Z | Downloaded crossterm v0.27.0 |
1382 | 2023-12-01T20:01:23.768Z | Downloaded crossbeam-queue v0.3.8 |
1383 | 2023-12-01T20:01:23.768Z | Downloaded crossbeam-epoch v0.9.15 |
1384 | 2023-12-01T20:01:23.768Z | Downloaded criterion v0.5.1 |
1385 | 2023-12-01T20:01:23.768Z | Downloaded crc32fast v1.3.2 |
1386 | 2023-12-01T20:01:23.768Z | Downloaded bit-set v0.5.3 |
1387 | 2023-12-01T20:01:23.768Z | Downloaded cexpr v0.6.0 |
1388 | 2023-12-01T20:01:23.768Z | Downloaded bytesize v1.3.0 |
1389 | 2023-12-01T20:01:23.768Z | Downloaded bit-vec v0.6.3 |
1390 | 2023-12-01T20:01:23.768Z | Downloaded base64 v0.13.1 |
1391 | 2023-12-01T20:01:23.768Z | Downloaded const-oid v0.9.5 |
1392 | 2023-12-01T20:01:23.768Z | Downloaded colored v2.0.4 |
1393 | 2023-12-01T20:01:23.768Z | Downloaded cfg-if v0.1.10 |
1394 | 2023-12-01T20:01:23.768Z | Downloaded cast v0.3.0 |
1395 | 2023-12-01T20:01:23.768Z | Downloaded camino-tempfile v1.1.1 |
1396 | 2023-12-01T20:01:23.771Z | Downloaded bitfield v0.14.0 |
1397 | 2023-12-01T20:01:23.773Z | Downloaded libloading v0.7.4 |
1398 | 2023-12-01T20:01:23.776Z | Downloaded ident_case v1.0.1 |
1399 | 2023-12-01T20:01:23.776Z | Downloaded atty v0.2.14 |
1400 | 2023-12-01T20:01:23.778Z | Downloaded textwrap v0.16.0 |
1401 | 2023-12-01T20:01:23.781Z | Downloaded textwrap v0.11.0 |
1402 | 2023-12-01T20:01:23.784Z | Downloaded tabled_derive v0.6.0 |
1403 | 2023-12-01T20:01:23.786Z | Downloaded structopt v0.3.26 |
1404 | 2023-12-01T20:01:23.797Z | Downloaded newline-converter v0.3.0 |
1405 | 2023-12-01T20:01:23.800Z | Downloaded memoffset v0.9.0 |
1406 | 2023-12-01T20:01:23.803Z | Downloaded match_cfg v0.1.0 |
1407 | 2023-12-01T20:01:23.803Z | Downloaded libxml v0.3.3 |
1408 | 2023-12-01T20:01:23.812Z | Downloaded libefi-sys v0.1.0 |
1409 | 2023-12-01T20:01:23.814Z | Downloaded tabled v0.14.0 |
1410 | 2023-12-01T20:01:23.840Z | Downloaded libsw v3.3.0 |
1411 | 2023-12-01T20:01:23.843Z | Downloaded crossbeam-deque v0.8.3 |
1412 | 2023-12-01T20:01:23.846Z | Downloaded bytes v1.5.0 |
1413 | 2023-12-01T20:01:23.852Z | Downloaded base64ct v1.6.0 |
1414 | 2023-12-01T20:01:23.856Z | Downloaded blake2b_simd v1.0.1 |
1415 | 2023-12-01T20:01:23.858Z | Downloaded bb8 v0.8.1 |
1416 | 2023-12-01T20:01:23.861Z | Downloaded autocfg v1.1.0 |
1417 | 2023-12-01T20:01:23.865Z | Downloaded ascii-canvas v3.0.0 |
1418 | 2023-12-01T20:01:23.865Z | Downloaded base64 v0.21.5 |
1419 | 2023-12-01T20:01:23.870Z | Downloaded async-stream v0.3.5 |
1420 | 2023-12-01T20:01:23.873Z | Downloaded assert_matches v1.5.0 |
1421 | 2023-12-01T20:01:23.875Z | Downloaded argon2 v0.5.2 |
1422 | 2023-12-01T20:01:23.878Z | Downloaded backoff v0.4.0 |
1423 | 2023-12-01T20:01:23.880Z | Downloaded nom v7.1.3 |
1424 | 2023-12-01T20:01:23.889Z | Downloaded minimal-lexical v0.2.1 |
1425 | 2023-12-01T20:01:23.897Z | Downloaded snafu-derive v0.7.5 |
1426 | 2023-12-01T20:01:23.901Z | Downloaded smallvec v0.6.14 |
1427 | 2023-12-01T20:01:23.904Z | Downloaded lock_api v0.4.10 |
1428 | 2023-12-01T20:01:23.906Z | Downloaded bindgen v0.65.1 |
1429 | 2023-12-01T20:01:23.917Z | Downloaded aho-corasick v1.0.4 |
1430 | 2023-12-01T20:01:23.928Z | Downloaded lazy_static v1.4.0 |
1431 | 2023-12-01T20:01:23.931Z | Downloaded atomicwrites v0.4.2 |
1432 | 2023-12-01T20:01:23.937Z | Downloaded atomic-waker v1.1.1 |
1433 | 2023-12-01T20:01:23.937Z | Downloaded addr2line v0.21.0 |
1434 | 2023-12-01T20:01:23.940Z | Downloaded arc-swap v1.6.0 |
1435 | 2023-12-01T20:01:23.943Z | Downloaded libtest-mimic v0.6.1 |
1436 | 2023-12-01T20:01:23.946Z | Downloaded libm v0.2.7 |
1437 | 2023-12-01T20:01:24.594Z | Compiling serde v1.0.192 |
1438 | 2023-12-01T20:01:24.596Z | Compiling autocfg v1.1.0 |
1439 | 2023-12-01T20:01:24.599Z | Checking cfg-if v1.0.0 |
1440 | 2023-12-01T20:01:24.599Z | Compiling version_check v0.9.4 |
1441 | 2023-12-01T20:01:24.599Z | Compiling syn v1.0.109 |
1442 | 2023-12-01T20:01:24.628Z | Checking libc v0.2.150 |
1443 | 2023-12-01T20:01:24.642Z | Compiling syn v2.0.32 |
1444 | 2023-12-01T20:01:24.721Z | Compiling parking_lot_core v0.9.8 |
1445 | 2023-12-01T20:01:24.792Z | Compiling libm v0.2.7 |
1446 | 2023-12-01T20:01:25.270Z | Compiling cc v1.0.83 |
1447 | 2023-12-01T20:01:25.379Z | Compiling futures-core v0.3.29 |
1448 | 2023-12-01T20:01:25.408Z | Compiling once_cell v1.18.0 |
1449 | 2023-12-01T20:01:25.829Z | Compiling serde_json v1.0.108 |
1450 | 2023-12-01T20:01:25.885Z | Compiling memchr v2.6.3 |
1451 | 2023-12-01T20:01:25.907Z | Compiling lock_api v0.4.10 |
1452 | 2023-12-01T20:01:26.041Z | Compiling num-traits v0.2.16 |
1453 | 2023-12-01T20:01:26.372Z | Compiling slab v0.4.9 |
1454 | 2023-12-01T20:01:26.564Z | Compiling futures-task v0.3.29 |
1455 | 2023-12-01T20:01:26.586Z | Checking getrandom v0.2.10 |
1456 | 2023-12-01T20:01:26.978Z | Compiling futures-channel v0.3.29 |
1457 | 2023-12-01T20:01:27.258Z | Compiling futures-util v0.3.29 |
1458 | 2023-12-01T20:01:27.290Z | Compiling typenum v1.16.0 |
1459 | 2023-12-01T20:01:27.573Z | Compiling generic-array v0.14.7 |
1460 | 2023-12-01T20:01:27.888Z | Compiling log v0.4.20 |
1461 | 2023-12-01T20:01:28.186Z | Checking scopeguard v1.2.0 |
1462 | 2023-12-01T20:01:28.343Z | Compiling pkg-config v0.3.27 |
1463 | 2023-12-01T20:01:29.347Z | Checking smallvec v1.11.0 |
1464 | 2023-12-01T20:01:29.385Z | Checking itoa v1.0.9 |
1465 | 2023-12-01T20:01:29.697Z | Compiling rustix v0.38.25 |
1466 | 2023-12-01T20:01:29.887Z | Compiling indexmap v1.9.3 |
1467 | 2023-12-01T20:01:29.960Z | Compiling schemars v0.8.13 |
1468 | 2023-12-01T20:01:30.337Z | Compiling fnv v1.0.7 |
1469 | 2023-12-01T20:01:30.471Z | Compiling vcpkg v0.2.15 |
1470 | 2023-12-01T20:01:30.519Z | Compiling httparse v1.8.0 |
1471 | 2023-12-01T20:01:30.980Z | Checking rand_core v0.6.4 |
1472 | 2023-12-01T20:01:31.169Z | Compiling ring v0.17.5 |
1473 | 2023-12-01T20:01:31.395Z | Compiling ring v0.16.20 |
1474 | 2023-12-01T20:01:33.093Z | Compiling aho-corasick v1.0.4 |
1475 | 2023-12-01T20:01:33.301Z | Compiling regex-syntax v0.8.2 |
1476 | 2023-12-01T20:01:34.012Z | Compiling openssl-sys v0.9.96 |
1477 | 2023-12-01T20:01:35.732Z | Compiling parking_lot v0.12.1 |
1478 | 2023-12-01T20:01:36.962Z | Compiling serde_derive_internals v0.26.0 |
1479 | 2023-12-01T20:01:37.173Z | Checking pin-project-lite v0.2.13 |
1480 | 2023-12-01T20:01:37.327Z | Compiling ahash v0.8.3 |
1481 | 2023-12-01T20:01:37.818Z | Checking spin v0.5.2 |
1482 | 2023-12-01T20:01:38.229Z | Compiling openssl v0.10.60 |
1483 | 2023-12-01T20:01:38.807Z | Compiling regex-automata v0.4.3 |
1484 | 2023-12-01T20:01:39.892Z | Checking signal-hook-registry v1.4.1 |
1485 | 2023-12-01T20:01:40.221Z | Compiling rustls v0.21.9 |
1486 | 2023-12-01T20:01:40.277Z | Compiling ucd-trie v0.1.6 |
1487 | 2023-12-01T20:01:40.601Z | Checking mio v0.8.9 |
1488 | 2023-12-01T20:01:41.600Z | Compiling native-tls v0.2.11 |
1489 | 2023-12-01T20:01:41.623Z | Compiling iana-time-zone v0.1.57 |
1490 | 2023-12-01T20:01:41.784Z | Compiling async-trait v0.1.74 |
1491 | 2023-12-01T20:01:42.102Z | Checking num_cpus v1.16.0 |
1492 | 2023-12-01T20:01:42.554Z | Compiling byteorder v1.5.0 |
1493 | 2023-12-01T20:01:42.614Z | Compiling unicode-xid v0.2.4 |
1494 | 2023-12-01T20:01:42.859Z | Compiling dyn-clone v1.0.13 |
1495 | 2023-12-01T20:01:43.271Z | Compiling backtrace v0.3.69 |
1496 | 2023-12-01T20:01:43.603Z | Checking socket2 v0.5.5 |
1497 | 2023-12-01T20:01:44.003Z | Checking ryu v1.0.15 |
1498 | 2023-12-01T20:01:44.270Z | Compiling futures-sink v0.3.29 |
1499 | 2023-12-01T20:01:44.325Z | Compiling hashbrown v0.13.2 |
1500 | 2023-12-01T20:01:44.344Z | Compiling errno v0.3.2 |
1501 | 2023-12-01T20:01:44.347Z | Compiling crossbeam-utils v0.8.16 |
1502 | 2023-12-01T20:01:44.471Z | Compiling tinyvec_macros v0.1.1 |
1503 | 2023-12-01T20:01:44.585Z | Compiling crc32fast v1.3.2 |
1504 | 2023-12-01T20:01:44.671Z | Compiling tinyvec v1.6.0 |
1505 | 2023-12-01T20:01:45.732Z | Compiling regex v1.10.2 |
1506 | 2023-12-01T20:01:45.793Z | Compiling futures-io v0.3.29 |
1507 | 2023-12-01T20:01:45.876Z | Compiling pin-utils v0.1.0 |
1508 | 2023-12-01T20:01:45.994Z | Compiling anyhow v1.0.75 |
1509 | 2023-12-01T20:01:46.160Z | Compiling spin v0.9.8 |
1510 | 2023-12-01T20:01:46.224Z | Compiling tracing-core v0.1.31 |
1511 | 2023-12-01T20:01:46.765Z | Compiling unicode-bidi v0.3.13 |
1512 | 2023-12-01T20:01:47.279Z | Compiling unicode-normalization v0.1.22 |
1513 | 2023-12-01T20:01:47.556Z | Compiling num-integer v0.1.45 |
1514 | 2023-12-01T20:01:48.085Z | Compiling serde_derive v1.0.192 |
1515 | 2023-12-01T20:01:48.662Z | Compiling thiserror-impl v1.0.49 |
1516 | 2023-12-01T20:01:48.680Z | Compiling zeroize_derive v1.4.2 |
1517 | 2023-12-01T20:01:49.079Z | Compiling tokio-macros v2.2.0 |
1518 | 2023-12-01T20:01:49.258Z | Compiling futures-macro v0.3.29 |
1519 | 2023-12-01T20:01:49.289Z | Compiling tracing-attributes v0.1.26 |
1520 | 2023-12-01T20:01:49.816Z | Compiling schemars_derive v0.8.13 |
1521 | 2023-12-01T20:01:51.331Z | Compiling openssl-macros v0.1.1 |
1522 | 2023-12-01T20:01:51.903Z | Checking zeroize v1.7.0 |
1523 | 2023-12-01T20:01:54.188Z | Compiling thiserror v1.0.49 |
1524 | 2023-12-01T20:01:54.368Z | Compiling pest v2.7.2 |
1525 | 2023-12-01T20:01:54.957Z | Compiling synstructure v0.12.6 |
1526 | 2023-12-01T20:01:55.001Z | Compiling lazy_static v1.4.0 |
1527 | 2023-12-01T20:01:55.150Z | Compiling base64 v0.21.5 |
1528 | 2023-12-01T20:01:55.407Z | Compiling slog v2.7.0 |
1529 | 2023-12-01T20:01:55.816Z | Compiling tracing v0.1.37 |
1530 | 2023-12-01T20:01:56.161Z | Compiling unicode-width v0.1.11 |
1531 | 2023-12-01T20:01:56.443Z | Compiling rustversion v1.0.14 |
1532 | 2023-12-01T20:01:56.637Z | Compiling openssl-probe v0.1.5 |
1533 | 2023-12-01T20:01:57.067Z | Compiling percent-encoding v2.3.1 |
1534 | 2023-12-01T20:01:57.139Z | Checking subtle v2.5.0 |
1535 | 2023-12-01T20:01:57.410Z | Compiling time-core v0.1.1 |
1536 | 2023-12-01T20:01:57.513Z | Compiling foreign-types-shared v0.1.1 |
1537 | 2023-12-01T20:01:57.571Z | Compiling hashbrown v0.12.3 |
1538 | 2023-12-01T20:01:57.614Z | Compiling untrusted v0.7.1 |
1539 | 2023-12-01T20:01:57.642Z | Compiling untrusted v0.9.0 |
1540 | 2023-12-01T20:01:57.660Z | Compiling time-macros v0.2.13 |
1541 | 2023-12-01T20:01:58.082Z | Compiling zerocopy-derive v0.2.0 |
1542 | 2023-12-01T20:01:59.161Z | Compiling pest_meta v2.7.2 |
1543 | 2023-12-01T20:02:00.763Z | Compiling foreign-types v0.3.2 |
1544 | 2023-12-01T20:02:01.370Z | Compiling pest_generator v2.7.2 |
1545 | 2023-12-01T20:02:04.464Z | Compiling try-lock v0.2.4 |
1546 | 2023-12-01T20:02:04.653Z | Compiling want v0.3.1 |
1547 | 2023-12-01T20:02:04.682Z | Compiling rustls-webpki v0.101.7 |
1548 | 2023-12-01T20:02:04.762Z | Compiling sct v0.7.0 |
1549 | 2023-12-01T20:02:05.217Z | Compiling form_urlencoded v1.2.1 |
1550 | 2023-12-01T20:02:05.732Z | Compiling zerocopy-derive v0.6.4 |
1551 | 2023-12-01T20:02:07.647Z | Compiling pest_derive v2.7.2 |
1552 | 2023-12-01T20:02:08.004Z | Compiling socket2 v0.4.9 |
1553 | 2023-12-01T20:02:08.116Z | Compiling httpdate v1.0.3 |
1554 | 2023-12-01T20:02:08.833Z | Compiling tower-service v0.3.2 |
1555 | 2023-12-01T20:02:08.860Z | Compiling either v1.9.0 |
1556 | 2023-12-01T20:02:08.992Z | Compiling rustls-pemfile v1.0.3 |
1557 | 2023-12-01T20:02:09.354Z | Compiling idna v0.5.0 |
1558 | 2023-12-01T20:02:09.376Z | Compiling memoffset v0.9.0 |
1559 | 2023-12-01T20:02:09.503Z | Compiling usdt-impl v0.3.5 |
1560 | 2023-12-01T20:02:09.572Z | Compiling adler v1.0.2 |
1561 | 2023-12-01T20:02:09.903Z | Compiling miniz_oxide v0.7.1 |
1562 | 2023-12-01T20:02:09.990Z | Compiling rustls-native-certs v0.6.3 |
1563 | 2023-12-01T20:02:10.197Z | Compiling zerocopy v0.3.0 |
1564 | 2023-12-01T20:02:10.635Z | Checking crypto-common v0.1.6 |
1565 | 2023-12-01T20:02:10.897Z | Compiling url v2.5.0 |
1566 | 2023-12-01T20:02:11.339Z | Checking bytes v1.5.0 |
1567 | 2023-12-01T20:02:11.436Z | Checking bitflags v2.4.0 |
1568 | 2023-12-01T20:02:12.037Z | Compiling ipnet v2.8.0 |
1569 | 2023-12-01T20:02:12.491Z | Compiling signal-hook v0.3.17 |
1570 | 2023-12-01T20:02:13.032Z | Compiling indexmap v2.1.0 |
1571 | 2023-12-01T20:02:14.051Z | Compiling semver v1.0.20 |
1572 | 2023-12-01T20:02:14.080Z | Compiling chrono v0.4.31 |
1573 | 2023-12-01T20:02:14.108Z | Compiling uuid v1.6.1 |
1574 | 2023-12-01T20:02:14.658Z | Compiling http v0.2.11 |
1575 | 2023-12-01T20:02:14.723Z | Compiling tokio v1.34.0 |
1576 | 2023-12-01T20:02:15.343Z | Compiling toml_datetime v0.6.5 |
1577 | 2023-12-01T20:02:15.946Z | Compiling serde_spanned v0.6.4 |
1578 | 2023-12-01T20:02:16.310Z | Compiling rustc_version v0.4.0 |
1579 | 2023-12-01T20:02:16.733Z | Compiling toml_edit v0.19.15 |
1580 | 2023-12-01T20:02:18.835Z | Compiling openapiv3 v2.0.0-rc.1 |
1581 | 2023-12-01T20:02:20.717Z | Compiling http-body v0.4.5 |
1582 | 2023-12-01T20:02:22.535Z | Compiling serde_urlencoded v0.7.1 |
1583 | 2023-12-01T20:02:23.347Z | Compiling dof v0.1.5 |
1584 | 2023-12-01T20:02:24.083Z | Compiling dtrace-parser v0.1.14 |
1585 | 2023-12-01T20:02:24.186Z | Compiling clap_derive v4.4.2 |
1586 | 2023-12-01T20:02:24.880Z | Compiling crossbeam-epoch v0.9.15 |
1587 | 2023-12-01T20:02:25.580Z | Compiling encoding_rs v0.8.33 |
1588 | 2023-12-01T20:02:26.092Z | Compiling thread-id v4.2.0 |
1589 | 2023-12-01T20:02:26.238Z | Checking const-oid v0.9.5 |
1590 | 2023-12-01T20:02:27.268Z | Compiling tokio-util v0.7.10 |
1591 | 2023-12-01T20:02:27.378Z | Compiling tokio-rustls v0.24.1 |
1592 | 2023-12-01T20:02:27.981Z | Compiling mime v0.3.17 |
1593 | 2023-12-01T20:02:28.920Z | Compiling siphasher v0.3.11 |
1594 | 2023-12-01T20:02:29.368Z | Compiling h2 v0.3.21 |
1595 | 2023-12-01T20:02:29.555Z | Compiling webpki-roots v0.25.2 |
1596 | 2023-12-01T20:02:29.670Z | Compiling gimli v0.28.0 |
1597 | 2023-12-01T20:02:30.209Z | Compiling serde_tokenstream v0.1.7 |
1598 | 2023-12-01T20:02:32.306Z | Compiling tokio-native-tls v0.3.1 |
1599 | 2023-12-01T20:02:32.661Z | Compiling strum_macros v0.25.2 |
1600 | 2023-12-01T20:02:32.709Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1601 | 2023-12-01T20:02:33.182Z | Compiling object v0.32.1 |
1602 | 2023-12-01T20:02:33.554Z | Compiling num-iter v0.1.43 |
1603 | 2023-12-01T20:02:33.828Z | Compiling rustc-demangle v0.1.23 |
1604 | 2023-12-01T20:02:35.686Z | Compiling flate2 v1.0.28 |
1605 | 2023-12-01T20:02:36.771Z | Compiling addr2line v0.21.0 |
1606 | 2023-12-01T20:02:37.324Z | Compiling heapless v0.7.16 |
1607 | 2023-12-01T20:02:37.537Z | Compiling block-buffer v0.10.4 |
1608 | 2023-12-01T20:02:37.944Z | Compiling doc-comment v0.3.3 |
1609 | 2023-12-01T20:02:38.054Z | Compiling ppv-lite86 v0.2.17 |
1610 | 2023-12-01T20:02:38.527Z | Compiling usdt-macro v0.3.5 |
1611 | 2023-12-01T20:02:38.974Z | Compiling usdt-attr-macro v0.3.5 |
1612 | 2023-12-01T20:02:39.314Z | Compiling rand_chacha v0.3.1 |
1613 | 2023-12-01T20:02:39.596Z | Compiling toml v0.7.8 |
1614 | 2023-12-01T20:02:39.721Z | Compiling toml_edit v0.21.0 |
1615 | 2023-12-01T20:02:40.646Z | Compiling hyper v0.14.27 |
1616 | 2023-12-01T20:02:40.933Z | Compiling digest v0.10.7 |
1617 | 2023-12-01T20:02:41.300Z | Compiling hex v0.4.3 |
1618 | 2023-12-01T20:02:41.757Z | Compiling pin-project-internal v1.1.3 |
1619 | 2023-12-01T20:02:42.365Z | Compiling bit-vec v0.6.3 |
1620 | 2023-12-01T20:02:42.637Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1621 | 2023-12-01T20:02:44.030Z | Compiling rand v0.8.5 |
1622 | 2023-12-01T20:02:46.127Z | Compiling phf_shared v0.10.0 |
1623 | 2023-12-01T20:02:46.262Z | Compiling num-bigint v0.4.4 |
1624 | 2023-12-01T20:02:46.768Z | Compiling fixedbitset v0.4.2 |
1625 | 2023-12-01T20:02:46.998Z | Compiling smoltcp v0.9.1 |
1626 | 2023-12-01T20:02:47.123Z | Compiling precomputed-hash v0.1.1 |
1627 | 2023-12-01T20:02:47.271Z | Compiling new_debug_unreachable v1.0.4 |
1628 | 2023-12-01T20:02:47.391Z | Compiling string_cache v0.8.7 |
1629 | 2023-12-01T20:02:47.479Z | Compiling petgraph v0.6.4 |
1630 | 2023-12-01T20:02:48.097Z | Compiling bit-set v0.5.3 |
1631 | 2023-12-01T20:02:48.161Z | Compiling itertools v0.10.5 |
1632 | 2023-12-01T20:02:48.857Z | Compiling enum-as-inner v0.5.1 |
1633 | 2023-12-01T20:02:48.914Z | Compiling hubpack_derive v0.1.1 |
1634 | 2023-12-01T20:02:49.081Z | Compiling diesel_table_macro_syntax v0.1.0 |
1635 | 2023-12-01T20:02:49.697Z | Compiling unicode-segmentation v1.10.1 |
1636 | 2023-12-01T20:02:50.307Z | Compiling lalrpop-util v0.19.12 |
1637 | 2023-12-01T20:02:50.542Z | Compiling diesel_derives v2.1.2 |
1638 | 2023-12-01T20:02:51.218Z | Compiling snafu-derive v0.7.5 |
1639 | 2023-12-01T20:02:52.181Z | Compiling hyper-tls v0.5.0 |
1640 | 2023-12-01T20:02:52.622Z | Compiling hyper-rustls v0.24.2 |
1641 | 2023-12-01T20:02:52.686Z | Compiling cpufeatures v0.2.9 |
1642 | 2023-12-01T20:02:52.771Z | Compiling rustix v0.37.23 |
1643 | 2023-12-01T20:02:52.819Z | Compiling sha2 v0.10.8 |
1644 | 2023-12-01T20:02:53.053Z | Compiling md-5 v0.10.5 |
1645 | 2023-12-01T20:02:53.419Z | Compiling reqwest v0.11.22 |
1646 | 2023-12-01T20:02:53.440Z | Compiling hmac v0.12.1 |
1647 | 2023-12-01T20:02:54.180Z | Compiling stringprep v0.1.3 |
1648 | 2023-12-01T20:02:55.020Z | Compiling serde_repr v0.1.16 |
1649 | 2023-12-01T20:02:55.066Z | Compiling hash32 v0.2.1 |
1650 | 2023-12-01T20:02:55.841Z | Compiling stable_deref_trait v1.2.0 |
1651 | 2023-12-01T20:02:56.741Z | Checking bitflags v1.3.2 |
1652 | 2023-12-01T20:02:56.865Z | Compiling fallible-iterator v0.2.0 |
1653 | 2023-12-01T20:02:57.319Z | Compiling terminal_size v0.2.6 |
1654 | 2023-12-01T20:02:57.979Z | Compiling postgres-protocol v0.6.6 |
1655 | 2023-12-01T20:02:58.845Z | Compiling phf_shared v0.11.2 |
1656 | 2023-12-01T20:02:59.409Z | Compiling block-padding v0.3.3 |
1657 | 2023-12-01T20:02:59.783Z | Compiling scheduled-thread-pool v0.2.7 |
1658 | 2023-12-01T20:02:59.892Z | Compiling managed v0.8.0 |
1659 | 2023-12-01T20:03:00.177Z | Compiling regex-automata v0.1.10 |
1660 | 2023-12-01T20:03:00.612Z | Compiling num_threads v0.1.6 |
1661 | 2023-12-01T20:03:00.688Z | Compiling matches v0.1.10 |
1662 | 2023-12-01T20:03:00.781Z | Compiling deranged v0.3.8 |
1663 | 2023-12-01T20:03:00.809Z | Compiling idna v0.2.3 |
1664 | 2023-12-01T20:03:00.896Z | Compiling bstr v0.2.17 |
1665 | 2023-12-01T20:03:00.953Z | Compiling clap_builder v4.4.2 |
1666 | 2023-12-01T20:03:00.974Z | Compiling r2d2 v0.8.10 |
1667 | 2023-12-01T20:03:01.540Z | Compiling inout v0.1.3 |
1668 | 2023-12-01T20:03:01.998Z | Compiling signal-hook-mio v0.2.3 |
1669 | 2023-12-01T20:03:02.225Z | Compiling phf v0.11.2 |
1670 | 2023-12-01T20:03:02.665Z | Compiling postgres-types v0.2.6 |
1671 | 2023-12-01T20:03:03.388Z | Compiling bzip2 v0.4.4 |
1672 | 2023-12-01T20:03:03.790Z | Compiling time v0.3.27 |
1673 | 2023-12-01T20:03:03.976Z | Compiling hubpack v0.1.2 |
1674 | 2023-12-01T20:03:04.633Z | Compiling pin-project v1.1.3 |
1675 | 2023-12-01T20:03:04.917Z | Compiling ipnetwork v0.20.0 |
1676 | 2023-12-01T20:03:05.220Z | Compiling zerocopy v0.6.4 |
1677 | 2023-12-01T20:03:05.345Z | Compiling itertools v0.11.0 |
1678 | 2023-12-01T20:03:06.368Z | Compiling futures-executor v0.3.29 |
1679 | 2023-12-01T20:03:07.320Z | Compiling float-cmp v0.9.0 |
1680 | 2023-12-01T20:03:08.478Z | Compiling whoami v1.4.1 |
1681 | 2023-12-01T20:03:09.468Z | Compiling data-encoding v2.4.0 |
1682 | 2023-12-01T20:03:10.169Z | Compiling difflib v0.4.0 |
1683 | 2023-12-01T20:03:10.244Z | Compiling regex-automata v0.3.8 |
1684 | 2023-12-01T20:03:12.823Z | Compiling normalize-line-endings v0.3.0 |
1685 | 2023-12-01T20:03:12.875Z | Checking hashbrown v0.14.2 |
1686 | 2023-12-01T20:03:12.977Z | Compiling static_assertions v1.1.0 |
1687 | 2023-12-01T20:03:13.140Z | Compiling predicates-core v1.0.6 |
1688 | 2023-12-01T20:03:13.469Z | Compiling predicates v3.0.4 |
1689 | 2023-12-01T20:03:13.706Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1690 | 2023-12-01T20:03:14.307Z | Compiling bstr v1.6.0 |
1691 | 2023-12-01T20:03:14.653Z | Compiling trust-dns-proto v0.22.0 |
1692 | 2023-12-01T20:03:16.861Z | Compiling tokio-postgres v0.7.10 |
1693 | 2023-12-01T20:03:17.379Z | Compiling yasna v0.5.2 |
1694 | 2023-12-01T20:03:17.552Z | Compiling diesel v2.1.4 |
1695 | 2023-12-01T20:03:19.188Z | Compiling clap v4.4.3 |
1696 | 2023-12-01T20:03:19.324Z | Compiling futures v0.3.29 |
1697 | 2023-12-01T20:03:19.478Z | Compiling snafu v0.7.5 |
1698 | 2023-12-01T20:03:20.626Z | Compiling zip v0.6.6 |
1699 | 2023-12-01T20:03:20.834Z | Compiling similar v2.2.1 |
1700 | 2023-12-01T20:03:21.386Z | Compiling crossterm v0.27.0 |
1701 | 2023-12-01T20:03:21.964Z | Compiling cipher v0.4.4 |
1702 | 2023-12-01T20:03:23.039Z | Compiling signature v2.1.0 |
1703 | 2023-12-01T20:03:23.221Z | Compiling usdt v0.3.5 |
1704 | 2023-12-01T20:03:23.456Z | Compiling tokio-stream v0.1.14 |
1705 | 2023-12-01T20:03:24.937Z | Compiling console v0.15.7 |
1706 | 2023-12-01T20:03:25.433Z | Checking equivalent v1.0.1 |
1707 | 2023-12-01T20:03:26.615Z | Checking unicode-ident v1.0.12 |
1708 | 2023-12-01T20:03:26.869Z | Checking proc-macro2 v1.0.69 |
1709 | 2023-12-01T20:03:27.858Z | Checking quote v1.0.33 |
1710 | 2023-12-01T20:03:29.269Z | Checking utf8parse v0.2.1 |
1711 | 2023-12-01T20:03:30.435Z | Checking anstyle v1.0.2 |
1712 | 2023-12-01T20:03:31.647Z | Checking io-lifetimes v1.0.11 |
1713 | 2023-12-01T20:03:34.532Z | Checking anstyle-parse v0.2.1 |
1714 | 2023-12-01T20:03:38.730Z | Checking anstyle-query v1.0.0 |
1715 | 2023-12-01T20:03:38.883Z | Checking colorchoice v1.0.0 |
1716 | 2023-12-01T20:03:39.076Z | Checking anstream v0.5.0 |
1717 | 2023-12-01T20:03:39.571Z | Checking strsim v0.10.0 |
1718 | 2023-12-01T20:03:39.574Z | Checking clap_lex v0.5.1 |
1719 | 2023-12-01T20:03:40.765Z | Checking winnow v0.5.15 |
1720 | 2023-12-01T20:03:45.545Z | Compiling serde_tokenstream v0.2.0 |
1721 | 2023-12-01T20:03:50.674Z | Compiling regress v0.7.1 |
1722 | 2023-12-01T20:03:56.417Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1723 | 2023-12-01T20:04:03.266Z | Compiling getopts v0.2.21 |
1724 | 2023-12-01T20:04:04.436Z | Compiling unsafe-libyaml v0.2.9 |
1725 | 2023-12-01T20:04:05.016Z | Checking heck v0.4.1 |
1726 | 2023-12-01T20:04:05.313Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1727 | 2023-12-01T20:04:06.292Z | Compiling ident_case v1.0.1 |
1728 | 2023-12-01T20:04:06.399Z | Checking fastrand v2.0.0 |
1729 | 2023-12-01T20:04:06.539Z | Checking match_cfg v0.1.0 |
1730 | 2023-12-01T20:04:06.668Z | Compiling serde_yaml v0.9.25 |
1731 | 2023-12-01T20:04:06.917Z | Checking tempfile v3.8.1 |
1732 | 2023-12-01T20:04:07.437Z | Checking hostname v0.3.1 |
1733 | 2023-12-01T20:04:07.508Z | Checking atty v0.2.14 |
1734 | 2023-12-01T20:04:07.613Z | Checking quick-error v1.2.3 |
1735 | 2023-12-01T20:04:07.652Z | Compiling paste v1.0.14 |
1736 | 2023-12-01T20:04:07.669Z | Checking crossbeam-channel v0.5.8 |
1737 | 2023-12-01T20:04:07.794Z | Checking sha1 v0.10.6 |
1738 | 2023-12-01T20:04:08.222Z | Checking dirs-sys-next v0.1.2 |
1739 | 2023-12-01T20:04:08.464Z | Checking dirs-next v2.0.0 |
1740 | 2023-12-01T20:04:08.644Z | Checking thread_local v1.1.7 |
1741 | 2023-12-01T20:04:08.854Z | Checking instant v0.1.12 |
1742 | 2023-12-01T20:04:08.981Z | Compiling slog-async v2.8.0 |
1743 | 2023-12-01T20:04:09.056Z | Checking term v0.7.0 |
1744 | 2023-12-01T20:04:09.701Z | Checking camino v1.1.6 |
1745 | 2023-12-01T20:04:09.814Z | Compiling multer v2.1.0 |
1746 | 2023-12-01T20:04:10.238Z | Checking take_mut v0.2.2 |
1747 | 2023-12-01T20:04:10.547Z | Checking slog-term v2.9.0 |
1748 | 2023-12-01T20:04:10.583Z | Compiling darling_core v0.20.3 |
1749 | 2023-12-01T20:04:10.856Z | Checking slog-json v2.6.1 |
1750 | 2023-12-01T20:04:11.239Z | Compiling async-stream-impl v0.3.5 |
1751 | 2023-12-01T20:04:11.279Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1752 | 2023-12-01T20:04:11.749Z | Checking debug-ignore v1.0.5 |
1753 | 2023-12-01T20:04:11.954Z | Checking atomic-waker v1.1.1 |
1754 | 2023-12-01T20:04:12.115Z | Checking waitgroup v0.1.2 |
1755 | 2023-12-01T20:04:12.380Z | Checking slog-bunyan v2.4.0 |
1756 | 2023-12-01T20:04:13.217Z | Checking toml v0.8.8 |
1757 | 2023-12-01T20:04:13.570Z | Checking async-stream v0.3.5 |
1758 | 2023-12-01T20:04:13.698Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1759 | 2023-12-01T20:04:13.718Z | Checking serde_path_to_error v0.1.14 |
1760 | 2023-12-01T20:04:13.824Z | Checking strum v0.25.0 |
1761 | 2023-12-01T20:04:14.035Z | Compiling structmeta-derive v0.2.0 |
1762 | 2023-12-01T20:04:14.391Z | Checking wait-timeout v0.2.0 |
1763 | 2023-12-01T20:04:14.633Z | Checking rusty-fork v0.3.0 |
1764 | 2023-12-01T20:04:14.737Z | Checking rand_xorshift v0.3.0 |
1765 | 2023-12-01T20:04:14.985Z | Checking unarray v0.1.4 |
1766 | 2023-12-01T20:04:15.055Z | Compiling regex-syntax v0.7.5 |
1767 | 2023-12-01T20:04:15.188Z | Checking proptest v1.4.0 |
1768 | 2023-12-01T20:04:19.091Z | Compiling structmeta v0.2.0 |
1769 | 2023-12-01T20:04:19.736Z | Checking backoff v0.4.0 |
1770 | 2023-12-01T20:04:20.191Z | Compiling test-strategy v0.3.1 |
1771 | 2023-12-01T20:04:20.953Z | Compiling darling_macro v0.20.3 |
1772 | 2023-12-01T20:04:22.544Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1773 | 2023-12-01T20:04:22.613Z | Compiling darling v0.20.3 |
1774 | 2023-12-01T20:04:22.755Z | Checking macaddr v1.0.1 |
1775 | 2023-12-01T20:04:22.773Z | Compiling serde_with_macros v2.3.3 |
1776 | 2023-12-01T20:04:23.281Z | Checking camino-tempfile v1.1.1 |
1777 | 2023-12-01T20:04:23.403Z | Checking is-terminal v0.4.9 |
1778 | 2023-12-01T20:04:23.562Z | Compiling proc-macro-error-attr v1.0.4 |
1779 | 2023-12-01T20:04:23.655Z | Compiling proc-macro-error v1.0.4 |
1780 | 2023-12-01T20:04:24.310Z | Compiling proc-macro-crate v1.3.1 |
1781 | 2023-12-01T20:04:24.480Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1782 | 2023-12-01T20:04:25.114Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1783 | 2023-12-01T20:04:26.084Z | Checking termtree v0.4.1 |
1784 | 2023-12-01T20:04:26.325Z | Compiling num_enum_derive v0.5.11 |
1785 | 2023-12-01T20:04:26.371Z | Checking predicates-tree v1.0.9 |
1786 | 2023-12-01T20:04:26.536Z | Compiling parse-display-derive v0.8.2 |
1787 | 2023-12-01T20:04:26.640Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1788 | 2023-12-01T20:04:26.664Z | Checking base64ct v1.6.0 |
1789 | 2023-12-01T20:04:26.958Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1790 | 2023-12-01T20:04:27.178Z | Checking postcard-cobs v0.1.5-pre |
1791 | 2023-12-01T20:04:27.222Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1792 | 2023-12-01T20:04:27.271Z | Checking serde_with v2.3.3 |
1793 | 2023-12-01T20:04:27.400Z | Compiling crucible-workspace-hack v0.1.0 |
1794 | 2023-12-01T20:04:27.413Z | Checking postcard v0.7.3 |
1795 | 2023-12-01T20:04:27.461Z | Checking smoltcp v0.8.2 |
1796 | 2023-12-01T20:04:27.798Z | Compiling foreign-types-macros v0.2.3 |
1797 | 2023-12-01T20:04:28.026Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1798 | 2023-12-01T20:04:28.456Z | Checking foreign-types-shared v0.3.1 |
1799 | 2023-12-01T20:04:28.599Z | Checking cfg-if v0.1.10 |
1800 | 2023-12-01T20:04:28.717Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1801 | 2023-12-01T20:04:29.136Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1802 | 2023-12-01T20:04:29.858Z | Checking foreign-types v0.5.0 |
1803 | 2023-12-01T20:04:29.990Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1804 | 2023-12-01T20:04:30.005Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1805 | 2023-12-01T20:04:30.958Z | Checking num_enum v0.5.11 |
1806 | 2023-12-01T20:04:31.165Z | Checking cstr-argument v0.1.2 |
1807 | 2023-12-01T20:04:31.312Z | Checking pretty-hex v0.2.1 |
1808 | 2023-12-01T20:04:31.398Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1809 | 2023-12-01T20:04:31.413Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1810 | 2023-12-01T20:04:31.532Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1811 | 2023-12-01T20:04:31.986Z | Checking colored v2.0.4 |
1812 | 2023-12-01T20:04:32.026Z | Compiling zone_cfg_derive v0.3.0 |
1813 | 2023-12-01T20:04:32.094Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1814 | 2023-12-01T20:04:32.161Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1815 | 2023-12-01T20:04:32.672Z | Checking predicates v2.1.5 |
1816 | 2023-12-01T20:04:33.111Z | Compiling mockall_derive v0.11.4 |
1817 | 2023-12-01T20:04:33.698Z | Compiling num-derive v0.4.0 |
1818 | 2023-12-01T20:04:33.980Z | Checking parse-display v0.8.2 |
1819 | 2023-12-01T20:04:34.210Z | Checking downcast v0.11.0 |
1820 | 2023-12-01T20:04:34.238Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1821 | 2023-12-01T20:04:34.434Z | Checking fragile v2.0.0 |
1822 | 2023-12-01T20:04:34.501Z | Checking zone v0.3.0 |
1823 | 2023-12-01T20:04:34.835Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1824 | 2023-12-01T20:04:35.158Z | Checking smf v0.2.2 |
1825 | 2023-12-01T20:04:35.295Z | Checking xattr v1.0.1 |
1826 | 2023-12-01T20:04:35.548Z | Checking filetime v0.2.22 |
1827 | 2023-12-01T20:04:35.712Z | Checking pem v3.0.2 |
1828 | 2023-12-01T20:04:35.794Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1829 | 2023-12-01T20:04:35.856Z | Checking tar v0.4.40 |
1830 | 2023-12-01T20:04:35.983Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1831 | 2023-12-01T20:04:36.090Z | Checking linked-hash-map v0.5.6 |
1832 | 2023-12-01T20:04:36.262Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1833 | 2023-12-01T20:04:36.599Z | Checking lru-cache v0.1.2 |
1834 | 2023-12-01T20:04:36.696Z | Checking headers-core v0.2.0 |
1835 | 2023-12-01T20:04:36.898Z | Checking headers v0.3.9 |
1836 | 2023-12-01T20:04:36.916Z | Checking password-hash v0.5.0 |
1837 | 2023-12-01T20:04:37.091Z | Checking blake2 v0.10.6 |
1838 | 2023-12-01T20:04:37.597Z | Checking base64 v0.13.1 |
1839 | 2023-12-01T20:04:37.614Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1840 | 2023-12-01T20:04:37.718Z | Checking argon2 v0.5.2 |
1841 | 2023-12-01T20:04:38.190Z | Checking pem v1.1.1 |
1842 | 2023-12-01T20:04:38.306Z | Checking rcgen v0.11.3 |
1843 | 2023-12-01T20:04:38.504Z | Checking atomicwrites v0.4.2 |
1844 | 2023-12-01T20:04:38.626Z | Checking subprocess v0.2.9 |
1845 | 2023-12-01T20:04:38.664Z | Compiling cancel-safe-futures v0.1.5 |
1846 | 2023-12-01T20:04:38.781Z | Checking ciborium-io v0.2.1 |
1847 | 2023-12-01T20:04:38.934Z | Checking half v1.8.2 |
1848 | 2023-12-01T20:04:39.006Z | Checking arc-swap v1.6.0 |
1849 | 2023-12-01T20:04:39.189Z | Checking textwrap v0.11.0 |
1850 | 2023-12-01T20:04:39.297Z | Compiling heck v0.3.3 |
1851 | 2023-12-01T20:04:39.457Z | Checking vec_map v0.8.2 |
1852 | 2023-12-01T20:04:39.496Z | Checking ansi_term v0.12.1 |
1853 | 2023-12-01T20:04:39.555Z | Checking ciborium-ll v0.2.1 |
1854 | 2023-12-01T20:04:39.664Z | Checking slog-scope v4.4.0 |
1855 | 2023-12-01T20:04:39.831Z | Compiling libefi-sys v0.1.0 |
1856 | 2023-12-01T20:04:39.908Z | Checking strsim v0.8.0 |
1857 | 2023-12-01T20:04:39.938Z | Checking slog-stdlog v4.1.1 |
1858 | 2023-12-01T20:04:39.959Z | Compiling structopt-derive v0.4.18 |
1859 | 2023-12-01T20:04:40.008Z | Checking ciborium v0.2.1 |
1860 | 2023-12-01T20:04:40.174Z | Checking clap v2.34.0 |
1861 | 2023-12-01T20:04:40.276Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1862 | 2023-12-01T20:04:41.001Z | Checking slog-envlogger v2.2.0 |
1863 | 2023-12-01T20:04:41.319Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1864 | 2023-12-01T20:04:41.395Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1865 | 2023-12-01T20:04:41.647Z | Checking resolv-conf v0.7.0 |
1866 | 2023-12-01T20:04:41.818Z | Compiling slog-dtrace v0.2.3 |
1867 | 2023-12-01T20:04:41.821Z | Compiling convert_case v0.4.0 |
1868 | 2023-12-01T20:04:42.170Z | Checking trust-dns-resolver v0.22.0 |
1869 | 2023-12-01T20:04:42.910Z | Checking fxhash v0.2.1 |
1870 | 2023-12-01T20:04:43.152Z | Checking itertools v0.12.0 |
1871 | 2023-12-01T20:04:43.331Z | Compiling derive_more v0.99.17 |
1872 | 2023-12-01T20:04:44.629Z | Checking pem-rfc7468 v0.7.0 |
1873 | 2023-12-01T20:04:44.755Z | Compiling der_derive v0.7.2 |
1874 | 2023-12-01T20:04:44.897Z | Checking structopt v0.3.26 |
1875 | 2023-12-01T20:04:45.019Z | Checking flagset v0.4.3 |
1876 | 2023-12-01T20:04:45.284Z | Checking termcolor v1.2.0 |
1877 | 2023-12-01T20:04:45.460Z | Compiling same-file v1.0.6 |
1878 | 2023-12-01T20:04:45.805Z | Compiling radium v0.7.0 |
1879 | 2023-12-01T20:04:45.899Z | Compiling walkdir v2.4.0 |
1880 | 2023-12-01T20:04:46.444Z | Checking mockall v0.11.4 |
1881 | 2023-12-01T20:04:46.513Z | Compiling semver-parser v0.10.2 |
1882 | 2023-12-01T20:04:46.794Z | Checking tap v1.0.1 |
1883 | 2023-12-01T20:04:47.039Z | Compiling maybe-uninit v2.0.0 |
1884 | 2023-12-01T20:04:47.344Z | Checking wyz v0.5.1 |
1885 | 2023-12-01T20:04:47.962Z | Compiling semver v0.11.0 |
1886 | 2023-12-01T20:04:48.685Z | Compiling num-rational v0.4.1 |
1887 | 2023-12-01T20:04:48.878Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1888 | 2023-12-01T20:04:48.999Z | Checking der v0.7.8 |
1889 | 2023-12-01T20:04:49.241Z | Checking crc-catalog v2.2.0 |
1890 | 2023-12-01T20:04:49.428Z | Compiling packed_struct v0.10.1 |
1891 | 2023-12-01T20:04:49.582Z | Compiling home v0.5.5 |
1892 | 2023-12-01T20:04:49.610Z | Compiling num-bigint-dig v0.8.4 |
1893 | 2023-12-01T20:04:49.977Z | Checking funty v2.0.0 |
1894 | 2023-12-01T20:04:50.091Z | Compiling toolchain_find v0.2.0 |
1895 | 2023-12-01T20:04:50.238Z | Checking crc v3.0.1 |
1896 | 2023-12-01T20:04:51.005Z | Checking hkdf v0.12.3 |
1897 | 2023-12-01T20:04:51.316Z | Compiling toml v0.5.11 |
1898 | 2023-12-01T20:04:51.696Z | Compiling packed_struct_codegen v0.10.1 |
1899 | 2023-12-01T20:04:51.775Z | Checking bitvec v1.0.1 |
1900 | 2023-12-01T20:04:52.038Z | Checking spki v0.7.2 |
1901 | 2023-12-01T20:04:52.467Z | Checking pkcs8 v0.10.2 |
1902 | 2023-12-01T20:04:52.852Z | Checking nodrop v0.1.14 |
1903 | 2023-12-01T20:04:53.002Z | Checking array-init v0.0.4 |
1904 | 2023-12-01T20:04:53.582Z | Checking pkcs1 v0.7.5 |
1905 | 2023-12-01T20:04:54.186Z | Compiling rustfmt-wrapper v0.2.0 |
1906 | 2023-12-01T20:04:54.688Z | Compiling omicron-zone-package v0.9.1 |
1907 | 2023-12-01T20:04:55.207Z | Checking smallvec v0.6.14 |
1908 | 2023-12-01T20:04:55.325Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1909 | 2023-12-01T20:04:56.655Z | Checking newline-converter v0.3.0 |
1910 | 2023-12-01T20:04:56.887Z | Checking num-complex v0.4.4 |
1911 | 2023-12-01T20:04:57.552Z | Checking utf-8 v0.7.6 |
1912 | 2023-12-01T20:04:57.674Z | Checking keccak v0.1.4 |
1913 | 2023-12-01T20:04:57.831Z | Checking bitfield v0.14.0 |
1914 | 2023-12-01T20:04:58.124Z | Checking sha3 v0.10.8 |
1915 | 2023-12-01T20:04:58.248Z | Checking tungstenite v0.20.1 |
1916 | 2023-12-01T20:04:58.406Z | Checking num v0.4.1 |
1917 | 2023-12-01T20:04:58.539Z | Checking expectorate v1.1.0 |
1918 | 2023-12-01T20:04:58.727Z | Checking serde-hex v0.1.0 |
1919 | 2023-12-01T20:04:58.754Z | Checking x509-cert v0.2.4 |
1920 | 2023-12-01T20:04:59.061Z | Checking rsa v0.9.2 |
1921 | 2023-12-01T20:04:59.664Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1922 | 2023-12-01T20:04:59.684Z | Checking env_logger v0.10.0 |
1923 | 2023-12-01T20:05:00.027Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1924 | 2023-12-01T20:05:00.346Z | Checking ron v0.8.1 |
1925 | 2023-12-01T20:05:00.458Z | Checking secrecy v0.8.0 |
1926 | 2023-12-01T20:05:00.785Z | Checking crc-any v2.4.3 |
1927 | 2023-12-01T20:05:01.341Z | Checking tokio-tungstenite v0.20.1 |
1928 | 2023-12-01T20:05:01.370Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1929 | 2023-12-01T20:05:01.707Z | Checking object v0.30.4 |
1930 | 2023-12-01T20:05:01.929Z | Checking path-slash v0.1.5 |
1931 | 2023-12-01T20:05:02.095Z | Compiling buf-list v1.0.3 |
1932 | 2023-12-01T20:05:02.125Z | Checking glob v0.3.1 |
1933 | 2023-12-01T20:05:02.366Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1934 | 2023-12-01T20:05:02.607Z | Compiling parking_lot_core v0.8.6 |
1935 | 2023-12-01T20:05:02.657Z | Checking swrite v0.1.0 |
1936 | 2023-12-01T20:05:02.801Z | Checking nibble_vec v0.1.0 |
1937 | 2023-12-01T20:05:02.868Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1938 | 2023-12-01T20:05:03.068Z | Checking endian-type v0.1.2 |
1939 | 2023-12-01T20:05:03.371Z | Checking radix_trie v0.2.1 |
1940 | 2023-12-01T20:05:03.551Z | Checking pretty-hex v0.4.0 |
1941 | 2023-12-01T20:05:03.798Z | Checking libsw v3.3.0 |
1942 | 2023-12-01T20:05:03.847Z | Checking parking_lot v0.11.2 |
1943 | 2023-12-01T20:05:03.984Z | Checking trust-dns-client v0.22.0 |
1944 | 2023-12-01T20:05:04.185Z | Compiling derive-where v1.2.5 |
1945 | 2023-12-01T20:05:04.371Z | Checking sled v0.34.7 |
1946 | 2023-12-01T20:05:05.009Z | Checking owo-colors v3.5.0 |
1947 | 2023-12-01T20:05:05.645Z | Checking linear-map v1.2.0 |
1948 | 2023-12-01T20:05:05.963Z | Checking trust-dns-server v0.22.1 |
1949 | 2023-12-01T20:05:06.150Z | Compiling semver v0.1.20 |
1950 | 2023-12-01T20:05:07.293Z | Compiling rustc_version v0.1.7 |
1951 | 2023-12-01T20:05:08.041Z | Compiling newtype_derive v0.1.6 |
1952 | 2023-12-01T20:05:08.368Z | Checking crossbeam-deque v0.8.3 |
1953 | 2023-12-01T20:05:08.483Z | Checking openapiv3 v1.0.3 |
1954 | 2023-12-01T20:05:08.856Z | Compiling unicase v2.7.0 |
1955 | 2023-12-01T20:05:08.917Z | Compiling platforms v3.0.2 |
1956 | 2023-12-01T20:05:09.273Z | Compiling rayon-core v1.12.0 |
1957 | 2023-12-01T20:05:10.433Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1958 | 2023-12-01T20:05:10.451Z | Compiling memoffset v0.7.1 |
1959 | 2023-12-01T20:05:10.789Z | Checking rayon v1.8.0 |
1960 | 2023-12-01T20:05:10.819Z | Compiling curve25519-dalek v4.1.0 |
1961 | 2023-12-01T20:05:11.082Z | Checking steno v0.4.0 |
1962 | 2023-12-01T20:05:11.721Z | Checking globset v0.4.13 |
1963 | 2023-12-01T20:05:12.287Z | Checking olpc-cjson v0.1.3 |
1964 | 2023-12-01T20:05:12.474Z | Checking serde_plain v1.0.2 |
1965 | 2023-12-01T20:05:12.591Z | Checking ff v0.13.0 |
1966 | 2023-12-01T20:05:12.870Z | Compiling async-recursion v1.0.5 |
1967 | 2023-12-01T20:05:12.901Z | Checking typed-path v0.6.0 |
1968 | 2023-12-01T20:05:14.089Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1969 | 2023-12-01T20:05:14.482Z | Checking group v0.13.0 |
1970 | 2023-12-01T20:05:14.683Z | Compiling mime_guess v2.0.4 |
1971 | 2023-12-01T20:05:14.860Z | Checking universal-hash v0.5.1 |
1972 | 2023-12-01T20:05:14.975Z | Checking crypto-bigint v0.5.2 |
1973 | 2023-12-01T20:05:15.117Z | Compiling thiserror-impl-no-std v2.0.2 |
1974 | 2023-12-01T20:05:16.369Z | Checking tough v0.15.0 |
1975 | 2023-12-01T20:05:16.851Z | Compiling curve25519-dalek-derive v0.1.0 |
1976 | 2023-12-01T20:05:17.803Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1977 | 2023-12-01T20:05:17.807Z | Checking signature v1.6.4 |
1978 | 2023-12-01T20:05:17.821Z | Checking opaque-debug v0.3.0 |
1979 | 2023-12-01T20:05:17.912Z | Compiling salty v0.2.0 |
1980 | 2023-12-01T20:05:17.937Z | Checking base16ct v0.2.0 |
1981 | 2023-12-01T20:05:18.247Z | Checking display-error-chain v0.2.0 |
1982 | 2023-12-01T20:05:18.396Z | Checking elliptic-curve v0.13.5 |
1983 | 2023-12-01T20:05:18.560Z | Checking poly1305 v0.8.0 |
1984 | 2023-12-01T20:05:18.687Z | Checking ed25519 v1.5.3 |
1985 | 2023-12-01T20:05:19.086Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1986 | 2023-12-01T20:05:19.220Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1987 | 2023-12-01T20:05:19.562Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1988 | 2023-12-01T20:05:19.680Z | Checking chacha20 v0.9.1 |
1989 | 2023-12-01T20:05:19.934Z | Checking serde-big-array v0.5.1 |
1990 | 2023-12-01T20:05:20.249Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1991 | 2023-12-01T20:05:20.253Z | Checking aead v0.5.2 |
1992 | 2023-12-01T20:05:20.569Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1993 | 2023-12-01T20:05:20.639Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1994 | 2023-12-01T20:05:20.642Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1995 | 2023-12-01T20:05:20.703Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1996 | 2023-12-01T20:05:22.053Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1997 | 2023-12-01T20:05:22.358Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1998 | 2023-12-01T20:05:22.822Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1999 | 2023-12-01T20:05:23.630Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2000 | 2023-12-01T20:05:24.146Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2001 | 2023-12-01T20:05:24.970Z | Checking thiserror-no-std v2.0.2 |
2002 | 2023-12-01T20:05:25.134Z | Checking kstat-rs v0.2.3 |
2003 | 2023-12-01T20:05:25.138Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2004 | 2023-12-01T20:05:25.604Z | Checking vsss-rs v3.3.1 |
2005 | 2023-12-01T20:05:26.495Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2006 | 2023-12-01T20:05:27.078Z | Checking chacha20poly1305 v0.10.1 |
2007 | 2023-12-01T20:05:29.289Z | Checking signal-hook-tokio v0.3.1 |
2008 | 2023-12-01T20:05:29.535Z | Checking serde-big-array v0.4.1 |
2009 | 2023-12-01T20:05:29.770Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2010 | 2023-12-01T20:05:30.196Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2011 | 2023-12-01T20:05:30.604Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2012 | 2023-12-01T20:05:31.372Z | Checking bcs v0.1.6 |
2013 | 2023-12-01T20:05:31.921Z | Checking highway v1.1.0 |
2014 | 2023-12-01T20:05:32.158Z | Checking corncobs v0.1.3 |
2015 | 2023-12-01T20:05:32.173Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2016 | 2023-12-01T20:05:32.419Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2017 | 2023-12-01T20:05:32.566Z | Compiling portable-atomic v1.4.3 |
2018 | 2023-12-01T20:05:32.691Z | Checking http-range v0.1.5 |
2019 | 2023-12-01T20:05:32.939Z | Compiling crunchy v0.2.2 |
2020 | 2023-12-01T20:05:33.548Z | Checking hyper-staticfile v0.9.5 |
2021 | 2023-12-01T20:05:33.964Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2022 | 2023-12-01T20:05:34.151Z | Compiling clang-sys v1.6.1 |
2023 | 2023-12-01T20:05:34.203Z | Compiling prettyplease v0.2.12 |
2024 | 2023-12-01T20:05:34.624Z | Checking assert_matches v1.5.0 |
2025 | 2023-12-01T20:05:34.752Z | Compiling tiny-keccak v2.0.2 |
2026 | 2023-12-01T20:05:36.954Z | Compiling darling_core v0.14.4 |
2027 | 2023-12-01T20:05:36.971Z | Checking number_prefix v0.4.0 |
2028 | 2023-12-01T20:05:37.250Z | Compiling minimal-lexical v0.2.1 |
2029 | 2023-12-01T20:05:37.819Z | Checking humantime v2.1.0 |
2030 | 2023-12-01T20:05:38.091Z | Compiling nom v7.1.3 |
2031 | 2023-12-01T20:05:38.268Z | Checking indicatif v0.17.7 |
2032 | 2023-12-01T20:05:40.043Z | Compiling ascii-canvas v3.0.0 |
2033 | 2023-12-01T20:05:40.673Z | Compiling ena v0.14.2 |
2034 | 2023-12-01T20:05:40.947Z | Compiling libloading v0.7.4 |
2035 | 2023-12-01T20:05:41.106Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2036 | 2023-12-01T20:05:41.325Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2037 | 2023-12-01T20:05:41.546Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2038 | 2023-12-01T20:05:44.106Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2039 | 2023-12-01T20:05:44.369Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2040 | 2023-12-01T20:05:45.456Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2041 | 2023-12-01T20:05:45.696Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2042 | 2023-12-01T20:05:46.438Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2043 | 2023-12-01T20:05:46.908Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2044 | 2023-12-01T20:05:47.132Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2045 | 2023-12-01T20:05:47.722Z | Compiling darling_macro v0.14.4 |
2046 | 2023-12-01T20:05:48.076Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2047 | 2023-12-01T20:05:48.976Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2048 | 2023-12-01T20:05:49.012Z | Compiling regex-syntax v0.6.29 |
2049 | 2023-12-01T20:05:49.406Z | Compiling diff v0.1.13 |
2050 | 2023-12-01T20:05:50.372Z | Compiling bindgen v0.65.1 |
2051 | 2023-12-01T20:05:50.501Z | Compiling darling v0.14.4 |
2052 | 2023-12-01T20:05:50.683Z | Compiling cexpr v0.6.0 |
2053 | 2023-12-01T20:05:57.100Z | Compiling lalrpop v0.19.12 |
2054 | 2023-12-01T20:05:59.691Z | Compiling which v4.4.0 |
2055 | 2023-12-01T20:06:00.460Z | Checking maplit v1.0.2 |
2056 | 2023-12-01T20:06:00.608Z | Compiling rustc-hash v1.1.0 |
2057 | 2023-12-01T20:06:00.822Z | Compiling ref-cast v1.0.20 |
2058 | 2023-12-01T20:06:01.107Z | Compiling shlex v1.1.0 |
2059 | 2023-12-01T20:06:01.548Z | Compiling lazycell v1.3.0 |
2060 | 2023-12-01T20:06:01.583Z | Compiling peeking_take_while v0.1.2 |
2061 | 2023-12-01T20:06:01.905Z | Compiling derive_builder_core v0.12.0 |
2062 | 2023-12-01T20:06:05.996Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2063 | 2023-12-01T20:06:06.399Z | Compiling ref-cast-impl v1.0.20 |
2064 | 2023-12-01T20:06:06.557Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2065 | 2023-12-01T20:06:07.472Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2066 | 2023-12-01T20:06:08.364Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2067 | 2023-12-01T20:06:09.147Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2068 | 2023-12-01T20:06:09.907Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2069 | 2023-12-01T20:06:11.658Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2070 | 2023-12-01T20:06:11.728Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2071 | 2023-12-01T20:06:14.091Z | Compiling libxml v0.3.3 |
2072 | 2023-12-01T20:06:14.352Z | Compiling derive_builder_macro v0.12.0 |
2073 | 2023-12-01T20:06:14.660Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2074 | 2023-12-01T20:06:15.162Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2075 | 2023-12-01T20:06:15.262Z | Compiling strum_macros v0.24.3 |
2076 | 2023-12-01T20:06:15.680Z | Compiling fs-err v2.11.0 |
2077 | 2023-12-01T20:06:16.094Z | Compiling cookie v0.18.0 |
2078 | 2023-12-01T20:06:16.536Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2079 | 2023-12-01T20:06:17.038Z | Compiling indoc v1.0.9 |
2080 | 2023-12-01T20:06:17.903Z | Checking derive_builder v0.12.0 |
2081 | 2023-12-01T20:06:18.663Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2082 | 2023-12-01T20:06:20.905Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2083 | 2023-12-01T20:06:21.805Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2084 | 2023-12-01T20:06:21.899Z | Checking bb8 v0.8.1 |
2085 | 2023-12-01T20:06:22.123Z | Checking quick-xml v0.23.1 |
2086 | 2023-12-01T20:06:22.234Z | Compiling oso-derive v0.27.0 |
2087 | 2023-12-01T20:06:22.633Z | Compiling impl-trait-for-tuples v0.2.2 |
2088 | 2023-12-01T20:06:23.283Z | Checking smawk v0.3.1 |
2089 | 2023-12-01T20:06:23.570Z | Checking unicode-linebreak v0.1.5 |
2090 | 2023-12-01T20:06:23.973Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2091 | 2023-12-01T20:06:24.257Z | Checking textwrap v0.16.0 |
2092 | 2023-12-01T20:06:24.586Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2093 | 2023-12-01T20:06:24.875Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2094 | 2023-12-01T20:06:25.291Z | Checking bytesize v1.3.0 |
2095 | 2023-12-01T20:06:25.312Z | Checking is_ci v1.1.1 |
2096 | 2023-12-01T20:06:25.484Z | Checking supports-color v2.1.0 |
2097 | 2023-12-01T20:06:25.654Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2098 | 2023-12-01T20:06:25.766Z | Checking cassowary v0.3.0 |
2099 | 2023-12-01T20:06:26.248Z | Compiling indoc v2.0.3 |
2100 | 2023-12-01T20:06:26.393Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2101 | 2023-12-01T20:06:27.536Z | Checking rtoolbox v0.0.1 |
2102 | 2023-12-01T20:06:27.805Z | Checking rpassword v7.3.1 |
2103 | 2023-12-01T20:06:28.428Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2104 | 2023-12-01T20:06:28.433Z | Checking ratatui v0.23.0 |
2105 | 2023-12-01T20:06:29.144Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2106 | 2023-12-01T20:06:30.102Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2107 | 2023-12-01T20:06:30.281Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2108 | 2023-12-01T20:06:30.704Z | Checking shell-words v1.1.0 |
2109 | 2023-12-01T20:06:30.975Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2110 | 2023-12-01T20:06:31.356Z | Checking fatfs v0.3.6 |
2111 | 2023-12-01T20:06:31.990Z | Checking tui-tree-widget v0.13.0 |
2112 | 2023-12-01T20:06:32.411Z | Checking yansi v0.5.1 |
2113 | 2023-12-01T20:06:33.072Z | Checking plotters-backend v0.3.5 |
2114 | 2023-12-01T20:06:33.129Z | Checking pretty_assertions v1.4.0 |
2115 | 2023-12-01T20:06:33.215Z | Checking rand v0.4.6 |
2116 | 2023-12-01T20:06:33.412Z | Compiling vte_generate_state_changes v0.1.1 |
2117 | 2023-12-01T20:06:33.657Z | Checking plotters-svg v0.3.5 |
2118 | 2023-12-01T20:06:33.976Z | Checking remove_dir_all v0.5.3 |
2119 | 2023-12-01T20:06:34.114Z | Checking cast v0.3.0 |
2120 | 2023-12-01T20:06:34.451Z | Checking vte v0.11.1 |
2121 | 2023-12-01T20:06:34.607Z | Checking criterion-plot v0.5.0 |
2122 | 2023-12-01T20:06:34.817Z | Checking tempdir v0.3.7 |
2123 | 2023-12-01T20:06:35.055Z | Checking plotters v0.3.5 |
2124 | 2023-12-01T20:06:35.402Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2125 | 2023-12-01T20:06:36.761Z | Checking dashmap v5.5.1 |
2126 | 2023-12-01T20:06:36.884Z | Checking tinytemplate v1.2.1 |
2127 | 2023-12-01T20:06:37.237Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2128 | 2023-12-01T20:06:38.838Z | Compiling serial_test_derive v0.10.0 |
2129 | 2023-12-01T20:06:38.915Z | Checking oorandom v11.1.3 |
2130 | 2023-12-01T20:06:38.915Z | Checking anes v0.1.6 |
2131 | 2023-12-01T20:06:38.915Z | Checking criterion v0.5.1 |
2132 | 2023-12-01T20:06:39.581Z | Checking serial_test v0.10.0 |
2133 | 2023-12-01T20:06:39.962Z | Checking strip-ansi-escapes v0.2.0 |
2134 | 2023-12-01T20:06:40.172Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2135 | 2023-12-01T20:06:41.967Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2136 | 2023-12-01T20:06:42.155Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2137 | 2023-12-01T20:06:43.580Z | Checking assert_cmd v2.0.12 |
2138 | 2023-12-01T20:06:44.246Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2139 | 2023-12-01T20:06:46.221Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2140 | 2023-12-01T20:06:46.762Z | Checking fd-lock v3.0.13 |
2141 | 2023-12-01T20:06:47.041Z | Checking nu-ansi-term v0.49.0 |
2142 | 2023-12-01T20:06:47.700Z | Checking reedline v0.26.0 |
2143 | 2023-12-01T20:06:50.908Z | Checking threadpool v1.8.1 |
2144 | 2023-12-01T20:06:51.198Z | Checking nanorand v0.7.0 |
2145 | 2023-12-01T20:06:51.782Z | Checking topological-sort v0.2.2 |
2146 | 2023-12-01T20:06:51.871Z | Checking flume v0.11.0 |
2147 | 2023-12-01T20:06:52.083Z | Checking libtest-mimic v0.6.1 |
2148 | 2023-12-01T20:06:52.624Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2149 | 2023-12-01T20:06:52.733Z | Checking httptest v0.15.5 |
2150 | 2023-12-01T20:06:53.947Z | Checking similar-asserts v1.5.0 |
2151 | 2023-12-01T20:06:54.286Z | Compiling rstest_macros v0.18.2 |
2152 | 2023-12-01T20:06:55.057Z | Compiling crossbeam-queue v0.3.8 |
2153 | 2023-12-01T20:06:55.853Z | Checking bytecount v0.6.3 |
2154 | 2023-12-01T20:06:56.061Z | Checking papergrid v0.10.0 |
2155 | 2023-12-01T20:06:56.717Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2156 | 2023-12-01T20:06:57.560Z | Checking datatest-stable v0.2.3 |
2157 | 2023-12-01T20:06:57.871Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2158 | 2023-12-01T20:06:58.197Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2159 | 2023-12-01T20:06:58.591Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2160 | 2023-12-01T20:06:58.628Z | Compiling tabled_derive v0.6.0 |
2161 | 2023-12-01T20:06:59.607Z | Compiling relative-path v1.9.0 |
2162 | 2023-12-01T20:07:00.132Z | Compiling trybuild v1.0.85 |
2163 | 2023-12-01T20:07:00.750Z | Checking arrayvec v0.7.4 |
2164 | 2023-12-01T20:07:00.809Z | Checking constant_time_eq v0.2.6 |
2165 | 2023-12-01T20:07:00.979Z | Checking arrayref v0.3.7 |
2166 | 2023-12-01T20:07:01.745Z | Checking blake2b_simd v1.0.1 |
2167 | 2023-12-01T20:07:02.975Z | Checking tabled v0.14.0 |
2168 | 2023-12-01T20:07:03.633Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2169 | 2023-12-01T20:07:07.257Z | Checking basic-toml v0.1.4 |
2170 | 2023-12-01T20:07:08.650Z | Checking constant_time_eq v0.3.0 |
2171 | 2023-12-01T20:07:08.862Z | Checking futures-timer v3.0.2 |
2172 | 2023-12-01T20:07:09.790Z | Checking rust-argon2 v1.0.1 |
2173 | 2023-12-01T20:07:12.740Z | Checking crossbeam v0.8.2 |
2174 | 2023-12-01T20:07:12.896Z | Checking partial-io v0.5.4 |
2175 | 2023-12-01T20:07:13.467Z | Checking approx v0.5.1 |
2176 | 2023-12-01T20:07:13.803Z | Checking termios v0.3.3 |
2177 | 2023-12-01T20:07:14.116Z | Checking hex-literal v0.4.1 |
2178 | 2023-12-01T20:07:16.925Z | Checking rstest v0.18.2 |
2179 | 2023-12-01T20:07:21.383Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2180 | 2023-12-01T20:07:27.477Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2181 | 2023-12-01T20:08:25.796Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2182 | 2023-12-01T20:08:27.585Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2183 | 2023-12-01T20:08:29.545Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2184 | 2023-12-01T20:08:47.744Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2185 | 2023-12-01T20:09:06.628Z | Compiling polar-core v0.27.0 |
2186 | 2023-12-01T20:09:17.357Z | Checking oso v0.27.0 |
2187 | 2023-12-01T20:09:52.892Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2188 | 2023-12-01T20:11:15.859Z | Finished dev [unoptimized + debuginfo] target(s) in 9m 56s |
2189 | 2023-12-01T20:11:16.073Z | |
2190 | 2023-12-01T20:11:16.076Z | real 10:53.173681949 |
2191 | 2023-12-01T20:11:16.076Z | user 59:27.310333086 |
2192 | 2023-12-01T20:11:16.076Z | sys 7:40.127537322 |
2193 | 2023-12-01T20:11:16.079Z | trap 2.059302164 |
2194 | 2023-12-01T20:11:16.079Z | tflt 5.947865800 |
2195 | 2023-12-01T20:11:16.079Z | dflt 6.451587489 |
2196 | 2023-12-01T20:11:16.079Z | kflt 0.025619182 |
2197 | 2023-12-01T20:11:16.079Z | lock 1:34:25.186815663 |
2198 | 2023-12-01T20:11:16.079Z | slp 2:56:51.190308950 |
2199 | 2023-12-01T20:11:16.079Z | lat 2:05.432523642 |
2200 | 2023-12-01T20:11:16.079Z | stop 4:22.863975279 |
2201 | 2023-12-01T20:11:17.226Z | warning: output filename collision. |
2202 | 2023-12-01T20:11:17.226Z | 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)`. |
2203 | 2023-12-01T20:11:17.226Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2204 | 2023-12-01T20:11:17.226Z | The targets should have unique names. |
2205 | 2023-12-01T20:11:17.226Z | This is a known bug where multiple crates with the same name use |
2206 | 2023-12-01T20:11:17.226Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2207 | 2023-12-01T20:11:17.229Z | warning: output filename collision. |
2208 | 2023-12-01T20:11:17.229Z | 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)`. |
2209 | 2023-12-01T20:11:17.229Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2210 | 2023-12-01T20:11:17.229Z | The targets should have unique names. |
2211 | 2023-12-01T20:11:17.229Z | This is a known bug where multiple crates with the same name use |
2212 | 2023-12-01T20:11:17.229Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2213 | 2023-12-01T20:11:17.232Z | warning: output filename collision. |
2214 | 2023-12-01T20:11:17.232Z | 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)`. |
2215 | 2023-12-01T20:11:17.232Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2216 | 2023-12-01T20:11:17.232Z | The targets should have unique names. |
2217 | 2023-12-01T20:11:17.232Z | This is a known bug where multiple crates with the same name use |
2218 | 2023-12-01T20:11:17.232Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2219 | 2023-12-01T20:11:17.806Z | Documenting libc v0.2.150 |
2220 | 2023-12-01T20:11:17.824Z | Documenting cfg-if v1.0.0 |
2221 | 2023-12-01T20:11:17.836Z | Documenting serde_derive v1.0.192 |
2222 | 2023-12-01T20:11:17.863Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2223 | 2023-12-01T20:11:17.865Z | Documenting scopeguard v1.2.0 |
2224 | 2023-12-01T20:11:17.865Z | Documenting log v0.4.20 |
2225 | 2023-12-01T20:11:17.896Z | Documenting smallvec v1.11.0 |
2226 | 2023-12-01T20:11:17.896Z | Documenting itoa v1.0.9 |
2227 | 2023-12-01T20:11:18.285Z | Documenting memchr v2.6.3 |
2228 | 2023-12-01T20:11:21.806Z | Documenting lock_api v0.4.10 |
2229 | 2023-12-01T20:11:21.837Z | Documenting zeroize_derive v1.4.2 |
2230 | 2023-12-01T20:11:21.852Z | Documenting pin-project-lite v0.2.13 |
2231 | 2023-12-01T20:11:22.364Z | Documenting libm v0.2.7 |
2232 | 2023-12-01T20:11:23.772Z | Documenting futures-core v0.3.29 |
2233 | 2023-12-01T20:11:24.122Z | Documenting getrandom v0.2.10 |
2234 | 2023-12-01T20:11:25.190Z | Documenting parking_lot_core v0.9.8 |
2235 | 2023-12-01T20:11:25.892Z | Documenting signal-hook-registry v1.4.1 |
2236 | 2023-12-01T20:11:26.260Z | Documenting mio v0.8.9 |
2237 | 2023-12-01T20:11:27.318Z | Documenting num-traits v0.2.16 |
2238 | 2023-12-01T20:11:27.567Z | Documenting serde v1.0.192 |
2239 | 2023-12-01T20:11:29.406Z | Documenting thiserror-impl v1.0.49 |
2240 | 2023-12-01T20:11:29.447Z | Documenting zeroize v1.7.0 |
2241 | 2023-12-01T20:11:29.803Z | Documenting rand_core v0.6.4 |
2242 | 2023-12-01T20:11:30.982Z | Documenting parking_lot v0.12.1 |
2243 | 2023-12-01T20:11:32.131Z | Documenting num_cpus v1.16.0 |
2244 | 2023-12-01T20:11:32.452Z | Documenting socket2 v0.5.5 |
2245 | 2023-12-01T20:11:34.479Z | Documenting tokio-macros v2.2.0 |
2246 | 2023-12-01T20:11:35.236Z | Documenting typenum v1.16.0 |
2247 | 2023-12-01T20:11:35.289Z | Documenting once_cell v1.18.0 |
2248 | 2023-12-01T20:11:36.386Z | Documenting thiserror v1.0.49 |
2249 | 2023-12-01T20:11:36.830Z | Documenting subtle v2.5.0 |
2250 | 2023-12-01T20:11:38.273Z | Documenting ryu v1.0.15 |
2251 | 2023-12-01T20:11:38.450Z | Documenting byteorder v1.5.0 |
2252 | 2023-12-01T20:11:40.899Z | Documenting futures-sink v0.3.29 |
2253 | 2023-12-01T20:11:41.182Z | Documenting pin-utils v0.1.0 |
2254 | 2023-12-01T20:11:41.613Z | Documenting const-oid v0.9.5 |
2255 | 2023-12-01T20:11:42.339Z | Documenting futures-task v0.3.29 |
2256 | 2023-12-01T20:11:42.624Z | Documenting slab v0.4.9 |
2257 | 2023-12-01T20:11:44.510Z | Documenting futures-macro v0.3.29 |
2258 | 2023-12-01T20:11:46.420Z | Documenting futures-channel v0.3.29 |
2259 | 2023-12-01T20:11:48.056Z | Documenting futures-io v0.3.29 |
2260 | 2023-12-01T20:11:48.760Z | Documenting iana-time-zone v0.1.57 |
2261 | 2023-12-01T20:11:48.908Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2262 | 2023-12-01T20:11:50.095Z | Documenting tinyvec_macros v0.1.1 |
2263 | 2023-12-01T20:11:50.687Z | Documenting ppv-lite86 v0.2.17 |
2264 | 2023-12-01T20:11:52.214Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2265 | 2023-12-01T20:11:52.681Z | Documenting tracing-core v0.1.31 |
2266 | 2023-12-01T20:11:53.873Z | Documenting futures-util v0.3.29 |
2267 | 2023-12-01T20:11:54.485Z | Documenting tinyvec v1.6.0 |
2268 | 2023-12-01T20:11:54.743Z | Documenting tracing-attributes v0.1.26 |
2269 | 2023-12-01T20:11:55.713Z | Documenting rand_chacha v0.3.1 |
2270 | 2023-12-01T20:11:59.881Z | Documenting unicode-normalization v0.1.22 |
2271 | 2023-12-01T20:12:02.747Z | Documenting bytes v1.5.0 |
2272 | 2023-12-01T20:12:02.815Z | Documenting bitflags v2.4.0 |
2273 | 2023-12-01T20:12:04.755Z | Documenting serde_json v1.0.108 |
2274 | 2023-12-01T20:12:05.589Z | Documenting chrono v0.4.31 |
2275 | 2023-12-01T20:12:06.520Z | Documenting uuid v1.6.1 |
2276 | 2023-12-01T20:12:09.249Z | Documenting rand v0.8.5 |
2277 | 2023-12-01T20:12:09.288Z | Documenting base64 v0.21.5 |
2278 | 2023-12-01T20:12:10.480Z | Documenting tokio v1.34.0 |
2279 | 2023-12-01T20:12:12.808Z | Documenting fnv v1.0.7 |
2280 | 2023-12-01T20:12:13.370Z | Documenting lazy_static v1.4.0 |
2281 | 2023-12-01T20:12:19.943Z | Documenting unicode-bidi v0.3.13 |
2282 | 2023-12-01T20:12:20.000Z | Documenting percent-encoding v2.3.1 |
2283 | 2023-12-01T20:12:20.000Z | Documenting spin v0.9.8 |
2284 | 2023-12-01T20:12:20.002Z | Documenting cpufeatures v0.2.9 |
2285 | 2023-12-01T20:12:20.002Z | Documenting http v0.2.11 |
2286 | 2023-12-01T20:12:20.579Z | Documenting generic-array v0.14.7 |
2287 | 2023-12-01T20:12:21.195Z | Documenting serde_derive_internals v0.26.0 |
2288 | 2023-12-01T20:12:21.492Z | Documenting form_urlencoded v1.2.1 |
2289 | 2023-12-01T20:12:21.857Z | Checking serde_derive_internals v0.26.0 |
2290 | 2023-12-01T20:12:21.870Z | Documenting dyn-clone v1.0.13 |
2291 | 2023-12-01T20:12:22.001Z | Documenting tracing v0.1.37 |
2292 | 2023-12-01T20:12:22.775Z | Documenting idna v0.5.0 |
2293 | 2023-12-01T20:12:26.209Z | Documenting errno v0.3.2 |
2294 | 2023-12-01T20:12:27.034Z | Documenting httparse v1.8.0 |
2295 | 2023-12-01T20:12:27.391Z | Documenting adler v1.0.2 |
2296 | 2023-12-01T20:12:27.534Z | Documenting unicode-ident v1.0.12 |
2297 | 2023-12-01T20:12:27.662Z | Documenting crypto-common v0.1.6 |
2298 | 2023-12-01T20:12:28.923Z | Documenting block-buffer v0.10.4 |
2299 | 2023-12-01T20:12:29.164Z | Documenting schemars_derive v0.8.13 |
2300 | 2023-12-01T20:12:31.404Z | Documenting url v2.5.0 |
2301 | 2023-12-01T20:12:31.519Z | Documenting proc-macro2 v1.0.69 |
2302 | 2023-12-01T20:12:32.263Z | Documenting rustix v0.38.25 |
2303 | 2023-12-01T20:12:33.230Z | Documenting miniz_oxide v0.7.1 |
2304 | 2023-12-01T20:12:34.472Z | Documenting untrusted v0.9.0 |
2305 | 2023-12-01T20:12:34.919Z | Documenting digest v0.10.7 |
2306 | 2023-12-01T20:12:37.408Z | Documenting quote v1.0.33 |
2307 | 2023-12-01T20:12:37.691Z | Documenting httpdate v1.0.3 |
2308 | 2023-12-01T20:12:38.157Z | Documenting openssl-probe v0.1.5 |
2309 | 2023-12-01T20:12:38.182Z | Documenting schemars v0.8.13 |
2310 | 2023-12-01T20:12:38.570Z | Documenting try-lock v0.2.4 |
2311 | 2023-12-01T20:12:42.447Z | Documenting ring v0.17.5 |
2312 | 2023-12-01T20:12:43.104Z | Documenting want v0.3.1 |
2313 | 2023-12-01T20:12:43.351Z | Documenting http-body v0.4.5 |
2314 | 2023-12-01T20:12:43.427Z | Documenting openssl-sys v0.9.96 |
2315 | 2023-12-01T20:12:43.723Z | Documenting async-trait v0.1.74 |
2316 | 2023-12-01T20:12:44.579Z | Documenting openssl-macros v0.1.1 |
2317 | 2023-12-01T20:12:48.460Z | Documenting mime v0.3.17 |
2318 | 2023-12-01T20:12:48.885Z | Documenting tower-service v0.3.2 |
2319 | 2023-12-01T20:12:49.709Z | Documenting aho-corasick v1.0.4 |
2320 | 2023-12-01T20:12:50.613Z | Documenting rustls-webpki v0.101.7 |
2321 | 2023-12-01T20:12:50.707Z | Documenting sct v0.7.0 |
2322 | 2023-12-01T20:12:51.129Z | Documenting slog v2.7.0 |
2323 | 2023-12-01T20:12:51.212Z | Documenting tokio-util v0.7.10 |
2324 | 2023-12-01T20:12:52.696Z | Documenting openssl v0.10.60 |
2325 | 2023-12-01T20:12:54.512Z | Documenting regex-syntax v0.8.2 |
2326 | 2023-12-01T20:12:54.792Z | Documenting unicode-width v0.1.11 |
2327 | 2023-12-01T20:12:56.342Z | Documenting ipnet v2.8.0 |
2328 | 2023-12-01T20:12:57.233Z | Documenting hashbrown v0.14.2 |
2329 | 2023-12-01T20:12:57.446Z | Documenting equivalent v1.0.1 |
2330 | 2023-12-01T20:12:57.850Z | Documenting rustls v0.21.9 |
2331 | 2023-12-01T20:12:59.030Z | Documenting rustls-pemfile v1.0.3 |
2332 | 2023-12-01T20:13:03.783Z | Documenting h2 v0.3.21 |
2333 | 2023-12-01T20:13:03.828Z | Documenting num-integer v0.1.45 |
2334 | 2023-12-01T20:13:03.828Z | Documenting time-macros v0.2.13 |
2335 | 2023-12-01T20:13:03.828Z | Documenting indexmap v2.1.0 |
2336 | 2023-12-01T20:13:04.523Z | Documenting time-core v0.1.1 |
2337 | 2023-12-01T20:13:04.902Z | Documenting regex-automata v0.4.3 |
2338 | 2023-12-01T20:13:05.332Z | Documenting gimli v0.28.0 |
2339 | 2023-12-01T20:13:07.671Z | Documenting utf8parse v0.2.1 |
2340 | 2023-12-01T20:13:08.687Z | Documenting deranged v0.3.8 |
2341 | 2023-12-01T20:13:09.831Z | Documenting num_threads v0.1.6 |
2342 | 2023-12-01T20:13:10.370Z | Documenting tokio-rustls v0.24.1 |
2343 | 2023-12-01T20:13:10.731Z | Documenting native-tls v0.2.11 |
2344 | 2023-12-01T20:13:11.965Z | Documenting zerocopy v0.6.4 |
2345 | 2023-12-01T20:13:14.814Z | Documenting addr2line v0.21.0 |
2346 | 2023-12-01T20:13:15.146Z | Documenting object v0.32.1 |
2347 | 2023-12-01T20:13:15.279Z | Documenting time v0.3.27 |
2348 | 2023-12-01T20:13:16.476Z | Documenting hyper v0.14.27 |
2349 | 2023-12-01T20:13:17.878Z | Documenting regex v1.10.2 |
2350 | 2023-12-01T20:13:18.702Z | Documenting encoding_rs v0.8.33 |
2351 | 2023-12-01T20:13:18.963Z | Documenting crossbeam-utils v0.8.16 |
2352 | 2023-12-01T20:13:19.664Z | Checking pest_meta v2.7.2 |
2353 | 2023-12-01T20:13:20.388Z | Documenting rustc-demangle v0.1.23 |
2354 | 2023-12-01T20:13:21.142Z | Documenting tokio-native-tls v0.3.1 |
2355 | 2023-12-01T20:13:23.218Z | Documenting rustls-native-certs v0.6.3 |
2356 | 2023-12-01T20:13:24.653Z | Documenting serde_urlencoded v0.7.1 |
2357 | 2023-12-01T20:13:25.136Z | Documenting pest_meta v2.7.2 |
2358 | 2023-12-01T20:13:25.897Z | Checking pest_generator v2.7.2 |
2359 | 2023-12-01T20:13:26.245Z | Documenting ucd-trie v0.1.6 |
2360 | 2023-12-01T20:13:27.113Z | Documenting webpki-roots v0.25.2 |
2361 | 2023-12-01T20:13:28.616Z | Documenting anstyle v1.0.2 |
2362 | 2023-12-01T20:13:30.631Z | Documenting data-encoding v2.4.0 |
2363 | 2023-12-01T20:13:30.822Z | Documenting anstyle-parse v0.2.1 |
2364 | 2023-12-01T20:13:30.951Z | Documenting pest_generator v2.7.2 |
2365 | 2023-12-01T20:13:32.531Z | Documenting pest v2.7.2 |
2366 | 2023-12-01T20:13:32.872Z | Documenting ipnetwork v0.20.0 |
2367 | 2023-12-01T20:13:33.998Z | Documenting backtrace v0.3.69 |
2368 | 2023-12-01T20:13:34.518Z | Documenting sha2 v0.10.8 |
2369 | 2023-12-01T20:13:35.160Z | Documenting hyper-rustls v0.24.2 |
2370 | 2023-12-01T20:13:35.602Z | Documenting hyper-tls v0.5.0 |
2371 | 2023-12-01T20:13:36.514Z | Documenting syn v2.0.32 |
2372 | 2023-12-01T20:13:39.052Z | Documenting pest_derive v2.7.2 |
2373 | 2023-12-01T20:13:40.702Z | Documenting futures-executor v0.3.29 |
2374 | 2023-12-01T20:13:41.235Z | Documenting hex v0.4.3 |
2375 | 2023-12-01T20:13:41.996Z | Documenting crc32fast v1.3.2 |
2376 | 2023-12-01T20:13:42.412Z | Documenting anyhow v1.0.75 |
2377 | 2023-12-01T20:13:45.509Z | Checking serde_tokenstream v0.1.7 |
2378 | 2023-12-01T20:13:45.963Z | Documenting reqwest v0.11.22 |
2379 | 2023-12-01T20:13:46.062Z | Documenting colorchoice v1.0.0 |
2380 | 2023-12-01T20:13:46.269Z | Documenting anstyle-query v1.0.0 |
2381 | 2023-12-01T20:13:47.242Z | Documenting dtrace-parser v0.1.14 |
2382 | 2023-12-01T20:13:47.502Z | Documenting openapiv3 v2.0.0-rc.1 |
2383 | 2023-12-01T20:13:47.599Z | Documenting num-iter v0.1.43 |
2384 | 2023-12-01T20:13:50.199Z | Documenting hmac v0.12.1 |
2385 | 2023-12-01T20:13:50.214Z | Documenting dof v0.1.5 |
2386 | 2023-12-01T20:13:51.676Z | Documenting anstream v0.5.0 |
2387 | 2023-12-01T20:13:52.768Z | Documenting signal-hook v0.3.17 |
2388 | 2023-12-01T20:13:54.210Z | Documenting thread-id v4.2.0 |
2389 | 2023-12-01T20:13:56.910Z | Documenting terminal_size v0.2.6 |
2390 | 2023-12-01T20:13:57.332Z | Documenting memoffset v0.9.0 |
2391 | 2023-12-01T20:13:57.360Z | Documenting strsim v0.10.0 |
2392 | 2023-12-01T20:13:57.803Z | Documenting clap_lex v0.5.1 |
2393 | 2023-12-01T20:13:58.846Z | Documenting flate2 v1.0.28 |
2394 | 2023-12-01T20:13:59.441Z | Documenting usdt-impl v0.3.5 |
2395 | 2023-12-01T20:14:01.430Z | Documenting crossbeam-epoch v0.9.15 |
2396 | 2023-12-01T20:14:01.709Z | Documenting futures v0.3.29 |
2397 | 2023-12-01T20:14:03.141Z | Documenting usdt-macro v0.3.5 |
2398 | 2023-12-01T20:14:03.356Z | Documenting usdt-attr-macro v0.3.5 |
2399 | 2023-12-01T20:14:04.023Z | Documenting clap_builder v4.4.2 |
2400 | 2023-12-01T20:14:04.958Z | Documenting clap_derive v4.4.2 |
2401 | 2023-12-01T20:14:06.453Z | Documenting signal-hook-mio v0.2.3 |
2402 | 2023-12-01T20:14:07.388Z | Documenting signature v2.1.0 |
2403 | 2023-12-01T20:14:08.703Z | Documenting block-padding v0.3.3 |
2404 | 2023-12-01T20:14:11.920Z | Documenting hash32 v0.2.1 |
2405 | 2023-12-01T20:14:12.276Z | Documenting scheduled-thread-pool v0.2.7 |
2406 | 2023-12-01T20:14:12.391Z | Documenting usdt v0.3.5 |
2407 | 2023-12-01T20:14:12.850Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2408 | 2023-12-01T20:14:13.509Z | Documenting clap v4.4.3 |
2409 | 2023-12-01T20:14:14.261Z | Documenting enum-as-inner v0.5.1 |
2410 | 2023-12-01T20:14:14.650Z | Checking diesel_table_macro_syntax v0.1.0 |
2411 | 2023-12-01T20:14:15.259Z | Documenting pin-project-internal v1.1.3 |
2412 | 2023-12-01T20:14:15.787Z | Documenting diesel_table_macro_syntax v0.1.0 |
2413 | 2023-12-01T20:14:17.914Z | Documenting unicode-segmentation v1.10.1 |
2414 | 2023-12-01T20:14:18.324Z | Documenting stable_deref_trait v1.2.0 |
2415 | 2023-12-01T20:14:18.623Z | Documenting bzip2 v0.4.4 |
2416 | 2023-12-01T20:14:21.113Z | Documenting r2d2 v0.8.10 |
2417 | 2023-12-01T20:14:21.509Z | Documenting diesel_derives v2.1.2 |
2418 | 2023-12-01T20:14:21.615Z | Documenting trust-dns-proto v0.22.0 |
2419 | 2023-12-01T20:14:21.733Z | Documenting inout v0.1.3 |
2420 | 2023-12-01T20:14:22.098Z | Documenting pin-project v1.1.3 |
2421 | 2023-12-01T20:14:22.488Z | Documenting heapless v0.7.16 |
2422 | 2023-12-01T20:14:22.837Z | Documenting crossterm v0.27.0 |
2423 | 2023-12-01T20:14:24.423Z | Documenting md-5 v0.10.5 |
2424 | 2023-12-01T20:14:26.194Z | Documenting stringprep v0.1.3 |
2425 | 2023-12-01T20:14:27.124Z | Documenting serde_spanned v0.6.4 |
2426 | 2023-12-01T20:14:27.817Z | Documenting toml_datetime v0.6.5 |
2427 | 2023-12-01T20:14:29.895Z | Documenting doc-comment v0.3.3 |
2428 | 2023-12-01T20:14:31.213Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2429 | 2023-12-01T20:14:31.589Z | Documenting snafu-derive v0.7.5 |
2430 | 2023-12-01T20:14:31.982Z | Documenting bit-vec v0.6.3 |
2431 | 2023-12-01T20:14:32.071Z | Documenting managed v0.8.0 |
2432 | 2023-12-01T20:14:32.913Z | Documenting either v1.9.0 |
2433 | 2023-12-01T20:14:33.634Z | Documenting fallible-iterator v0.2.0 |
2434 | 2023-12-01T20:14:33.942Z | Documenting siphasher v0.3.11 |
2435 | 2023-12-01T20:14:35.393Z | Documenting static_assertions v1.1.0 |
2436 | 2023-12-01T20:14:36.817Z | Documenting winnow v0.5.15 |
2437 | 2023-12-01T20:14:37.070Z | Documenting smoltcp v0.9.1 |
2438 | 2023-12-01T20:14:37.941Z | Documenting diesel v2.1.4 |
2439 | 2023-12-01T20:14:38.253Z | Documenting phf_shared v0.11.2 |
2440 | 2023-12-01T20:14:38.845Z | Documenting cipher v0.4.4 |
2441 | 2023-12-01T20:14:39.917Z | Documenting zip v0.6.6 |
2442 | 2023-12-01T20:14:41.190Z | Documenting postgres-protocol v0.6.6 |
2443 | 2023-12-01T20:14:43.367Z | Documenting snafu v0.7.5 |
2444 | 2023-12-01T20:14:43.886Z | Documenting num-bigint v0.4.4 |
2445 | 2023-12-01T20:14:44.343Z | Documenting toml_edit v0.21.0 |
2446 | 2023-12-01T20:14:44.504Z | Documenting hubpack v0.1.2 |
2447 | 2023-12-01T20:14:46.732Z | Documenting regress v0.7.1 |
2448 | 2023-12-01T20:14:48.714Z | Documenting bstr v1.6.0 |
2449 | 2023-12-01T20:14:50.157Z | Documenting serde_repr v0.1.16 |
2450 | 2023-12-01T20:14:50.834Z | Documenting precomputed-hash v0.1.1 |
2451 | 2023-12-01T20:14:51.272Z | Documenting fixedbitset v0.4.2 |
2452 | 2023-12-01T20:14:52.855Z | Documenting lalrpop-util v0.19.12 |
2453 | 2023-12-01T20:14:54.199Z | Documenting new_debug_unreachable v1.0.4 |
2454 | 2023-12-01T20:14:56.057Z | Documenting petgraph v0.6.4 |
2455 | 2023-12-01T20:14:56.400Z | Documenting yasna v0.5.2 |
2456 | 2023-12-01T20:14:56.535Z | Documenting postgres-types v0.2.6 |
2457 | 2023-12-01T20:14:56.746Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2458 | 2023-12-01T20:14:57.074Z | Documenting phf v0.11.2 |
2459 | 2023-12-01T20:14:58.482Z | Documenting string_cache v0.8.7 |
2460 | 2023-12-01T20:14:59.235Z | Documenting console v0.15.7 |
2461 | 2023-12-01T20:15:02.799Z | Documenting semver v1.0.20 |
2462 | 2023-12-01T20:15:05.343Z | Documenting float-cmp v0.9.0 |
2463 | 2023-12-01T20:15:05.477Z | Documenting whoami v1.4.1 |
2464 | 2023-12-01T20:15:05.777Z | Documenting predicates-core v1.0.6 |
2465 | 2023-12-01T20:15:06.542Z | Documenting heck v0.4.1 |
2466 | 2023-12-01T20:15:06.991Z | Checking unsafe-libyaml v0.2.9 |
2467 | 2023-12-01T20:15:07.388Z | Documenting normalize-line-endings v0.3.0 |
2468 | 2023-12-01T20:15:08.906Z | Documenting difflib v0.4.0 |
2469 | 2023-12-01T20:15:08.960Z | Documenting bit-set v0.5.3 |
2470 | 2023-12-01T20:15:10.757Z | Documenting similar v2.2.1 |
2471 | 2023-12-01T20:15:10.981Z | Documenting tokio-postgres v0.7.10 |
2472 | 2023-12-01T20:15:11.297Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2473 | 2023-12-01T20:15:12.461Z | Documenting tokio-stream v0.1.14 |
2474 | 2023-12-01T20:15:12.779Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2475 | 2023-12-01T20:15:13.160Z | Documenting unsafe-libyaml v0.2.9 |
2476 | 2023-12-01T20:15:14.472Z | Documenting predicates v3.0.4 |
2477 | 2023-12-01T20:15:15.272Z | Checking ident_case v1.0.1 |
2478 | 2023-12-01T20:15:15.483Z | Checking serde_yaml v0.9.25 |
2479 | 2023-12-01T20:15:17.820Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2480 | 2023-12-01T20:15:18.603Z | Documenting getopts v0.2.21 |
2481 | 2023-12-01T20:15:18.755Z | Documenting serde_yaml v0.9.25 |
2482 | 2023-12-01T20:15:19.925Z | Documenting match_cfg v0.1.0 |
2483 | 2023-12-01T20:15:21.286Z | Documenting sha1 v0.10.6 |
2484 | 2023-12-01T20:15:23.291Z | Documenting dirs-sys-next v0.1.2 |
2485 | 2023-12-01T20:15:24.036Z | Documenting hostname v0.3.1 |
2486 | 2023-12-01T20:15:24.091Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2487 | 2023-12-01T20:15:24.702Z | Documenting thread_local v1.1.7 |
2488 | 2023-12-01T20:15:26.017Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2489 | 2023-12-01T20:15:27.070Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2490 | 2023-12-01T20:15:28.739Z | Documenting paste v1.0.14 |
2491 | 2023-12-01T20:15:28.974Z | Documenting dirs-next v2.0.0 |
2492 | 2023-12-01T20:15:29.840Z | Documenting crossbeam-channel v0.5.8 |
2493 | 2023-12-01T20:15:29.851Z | Documenting atty v0.2.14 |
2494 | 2023-12-01T20:15:30.857Z | Documenting take_mut v0.2.2 |
2495 | 2023-12-01T20:15:31.392Z | Documenting slog-json v2.6.1 |
2496 | 2023-12-01T20:15:34.282Z | Documenting camino v1.1.6 |
2497 | 2023-12-01T20:15:34.523Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2498 | 2023-12-01T20:15:34.604Z | Documenting term v0.7.0 |
2499 | 2023-12-01T20:15:34.914Z | Documenting async-stream-impl v0.3.5 |
2500 | 2023-12-01T20:15:35.939Z | Documenting debug-ignore v1.0.5 |
2501 | 2023-12-01T20:15:36.287Z | Documenting slog-async v2.8.0 |
2502 | 2023-12-01T20:15:38.255Z | Documenting atomic-waker v1.1.1 |
2503 | 2023-12-01T20:15:38.522Z | Documenting slog-bunyan v2.4.0 |
2504 | 2023-12-01T20:15:40.121Z | Checking darling_core v0.20.3 |
2505 | 2023-12-01T20:15:40.479Z | Documenting slog-term v2.9.0 |
2506 | 2023-12-01T20:15:41.361Z | Documenting async-stream v0.3.5 |
2507 | 2023-12-01T20:15:41.373Z | Documenting toml v0.8.8 |
2508 | 2023-12-01T20:15:42.522Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2509 | 2023-12-01T20:15:42.672Z | Documenting waitgroup v0.1.2 |
2510 | 2023-12-01T20:15:43.117Z | Documenting multer v2.1.0 |
2511 | 2023-12-01T20:15:45.240Z | Documenting serde_path_to_error v0.1.14 |
2512 | 2023-12-01T20:15:46.158Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2513 | 2023-12-01T20:15:46.872Z | Documenting strum v0.25.0 |
2514 | 2023-12-01T20:15:47.840Z | Checking darling v0.20.3 |
2515 | 2023-12-01T20:15:47.990Z | Documenting serde_with_macros v2.3.3 |
2516 | 2023-12-01T20:15:48.056Z | Documenting structmeta-derive v0.2.0 |
2517 | 2023-12-01T20:15:49.585Z | Checking structmeta v0.2.0 |
2518 | 2023-12-01T20:15:49.947Z | Documenting instant v0.1.12 |
2519 | 2023-12-01T20:15:50.186Z | Checking regex-syntax v0.7.5 |
2520 | 2023-12-01T20:15:50.410Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2521 | 2023-12-01T20:15:51.520Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2522 | 2023-12-01T20:15:52.281Z | Documenting macaddr v1.0.1 |
2523 | 2023-12-01T20:15:55.319Z | Documenting backoff v0.4.0 |
2524 | 2023-12-01T20:15:55.327Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2525 | 2023-12-01T20:15:55.611Z | Documenting structmeta v0.2.0 |
2526 | 2023-12-01T20:15:56.185Z | Documenting serde_with v2.3.3 |
2527 | 2023-12-01T20:15:57.105Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2528 | 2023-12-01T20:15:58.236Z | Documenting fastrand v2.0.0 |
2529 | 2023-12-01T20:16:01.118Z | Documenting is-terminal v0.4.9 |
2530 | 2023-12-01T20:16:01.600Z | Documenting base64ct v1.6.0 |
2531 | 2023-12-01T20:16:02.051Z | Documenting parse-display-derive v0.8.2 |
2532 | 2023-12-01T20:16:02.530Z | Documenting proc-macro-crate v1.3.1 |
2533 | 2023-12-01T20:16:03.559Z | Checking proc-macro-crate v1.3.1 |
2534 | 2023-12-01T20:16:03.902Z | Documenting proc-macro-error-attr v1.0.4 |
2535 | 2023-12-01T20:16:04.497Z | Documenting tempfile v3.8.1 |
2536 | 2023-12-01T20:16:07.617Z | Checking proc-macro-error v1.0.4 |
2537 | 2023-12-01T20:16:07.811Z | Documenting postcard-cobs v0.1.5-pre |
2538 | 2023-12-01T20:16:08.042Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2539 | 2023-12-01T20:16:08.286Z | Documenting foreign-types-macros v0.2.3 |
2540 | 2023-12-01T20:16:09.513Z | Documenting proc-macro-error v1.0.4 |
2541 | 2023-12-01T20:16:09.764Z | Documenting num_enum_derive v0.5.11 |
2542 | 2023-12-01T20:16:10.652Z | Documenting parse-display v0.8.2 |
2543 | 2023-12-01T20:16:10.976Z | Documenting camino-tempfile v1.1.1 |
2544 | 2023-12-01T20:16:12.169Z | Documenting postcard v0.7.3 |
2545 | 2023-12-01T20:16:14.390Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2546 | 2023-12-01T20:16:14.689Z | Documenting foreign-types-shared v0.3.1 |
2547 | 2023-12-01T20:16:15.025Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2548 | 2023-12-01T20:16:15.448Z | Documenting crucible-workspace-hack v0.1.0 |
2549 | 2023-12-01T20:16:15.917Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2550 | 2023-12-01T20:16:17.064Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2551 | 2023-12-01T20:16:17.578Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2552 | 2023-12-01T20:16:18.616Z | Documenting cstr-argument v0.1.2 |
2553 | 2023-12-01T20:16:18.906Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2554 | 2023-12-01T20:16:19.068Z | Documenting num_enum v0.5.11 |
2555 | 2023-12-01T20:16:19.162Z | Documenting foreign-types v0.5.0 |
2556 | 2023-12-01T20:16:20.753Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2557 | 2023-12-01T20:16:21.978Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2558 | 2023-12-01T20:16:23.029Z | Documenting colored v2.0.4 |
2559 | 2023-12-01T20:16:24.577Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2560 | 2023-12-01T20:16:24.796Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2561 | 2023-12-01T20:16:25.044Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2562 | 2023-12-01T20:16:26.002Z | Documenting zone_cfg_derive v0.3.0 |
2563 | 2023-12-01T20:16:27.037Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2564 | 2023-12-01T20:16:28.162Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2565 | 2023-12-01T20:16:28.315Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2566 | 2023-12-01T20:16:30.174Z | Documenting num-derive v0.4.0 |
2567 | 2023-12-01T20:16:31.347Z | Documenting smf v0.2.2 |
2568 | 2023-12-01T20:16:31.609Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2569 | 2023-12-01T20:16:33.186Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2570 | 2023-12-01T20:16:33.432Z | Documenting linked-hash-map v0.5.6 |
2571 | 2023-12-01T20:16:33.778Z | Documenting zone v0.3.0 |
2572 | 2023-12-01T20:16:34.502Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2573 | 2023-12-01T20:16:37.170Z | Documenting password-hash v0.5.0 |
2574 | 2023-12-01T20:16:37.260Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2575 | 2023-12-01T20:16:37.738Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2576 | 2023-12-01T20:16:39.612Z | Documenting lru-cache v0.1.2 |
2577 | 2023-12-01T20:16:40.218Z | Documenting blake2 v0.10.6 |
2578 | 2023-12-01T20:16:42.495Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2579 | 2023-12-01T20:16:43.254Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2580 | 2023-12-01T20:16:43.698Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2581 | 2023-12-01T20:16:44.114Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2582 | 2023-12-01T20:16:44.296Z | Checking heck v0.3.3 |
2583 | 2023-12-01T20:16:44.541Z | Documenting structopt-derive v0.4.18 |
2584 | 2023-12-01T20:16:44.995Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2585 | 2023-12-01T20:16:45.165Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2586 | 2023-12-01T20:16:47.786Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2587 | 2023-12-01T20:16:48.092Z | Documenting argon2 v0.5.2 |
2588 | 2023-12-01T20:16:49.085Z | Documenting libefi-sys v0.1.0 |
2589 | 2023-12-01T20:16:49.827Z | Documenting quick-error v1.2.3 |
2590 | 2023-12-01T20:16:52.372Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2591 | 2023-12-01T20:16:52.975Z | Documenting structopt v0.3.26 |
2592 | 2023-12-01T20:16:55.093Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2593 | 2023-12-01T20:16:55.305Z | Documenting resolv-conf v0.7.0 |
2594 | 2023-12-01T20:16:55.643Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2595 | 2023-12-01T20:16:57.107Z | Documenting pem-rfc7468 v0.7.0 |
2596 | 2023-12-01T20:16:57.361Z | Documenting der_derive v0.7.2 |
2597 | 2023-12-01T20:16:58.941Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2598 | 2023-12-01T20:16:59.587Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2599 | 2023-12-01T20:17:01.186Z | Documenting flagset v0.4.3 |
2600 | 2023-12-01T20:17:02.341Z | Documenting trust-dns-resolver v0.22.0 |
2601 | 2023-12-01T20:17:03.120Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2602 | 2023-12-01T20:17:03.966Z | Documenting cancel-safe-futures v0.1.5 |
2603 | 2023-12-01T20:17:03.978Z | Documenting convert_case v0.4.0 |
2604 | 2023-12-01T20:17:05.012Z | Checking convert_case v0.4.0 |
2605 | 2023-12-01T20:17:05.335Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2606 | 2023-12-01T20:17:05.358Z | Documenting der v0.7.8 |
2607 | 2023-12-01T20:17:05.695Z | Documenting arc-swap v1.6.0 |
2608 | 2023-12-01T20:17:06.668Z | Documenting tap v1.0.1 |
2609 | 2023-12-01T20:17:09.503Z | Documenting derive_more v0.99.17 |
2610 | 2023-12-01T20:17:10.762Z | Documenting wyz v0.5.1 |
2611 | 2023-12-01T20:17:11.423Z | Documenting slog-scope v4.4.0 |
2612 | 2023-12-01T20:17:12.934Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2613 | 2023-12-01T20:17:12.937Z | Documenting spki v0.7.2 |
2614 | 2023-12-01T20:17:14.841Z | Documenting num-rational v0.4.1 |
2615 | 2023-12-01T20:17:15.508Z | Documenting radium v0.7.0 |
2616 | 2023-12-01T20:17:15.810Z | Documenting hkdf v0.12.3 |
2617 | 2023-12-01T20:17:17.405Z | Documenting num-complex v0.4.4 |
2618 | 2023-12-01T20:17:18.261Z | Documenting ciborium-io v0.2.1 |
2619 | 2023-12-01T20:17:19.574Z | Documenting crc-catalog v2.2.0 |
2620 | 2023-12-01T20:17:19.816Z | Documenting half v1.8.2 |
2621 | 2023-12-01T20:17:21.362Z | Documenting funty v2.0.0 |
2622 | 2023-12-01T20:17:21.482Z | Documenting pkcs8 v0.10.2 |
2623 | 2023-12-01T20:17:21.629Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2624 | 2023-12-01T20:17:23.164Z | Documenting slog-stdlog v4.1.1 |
2625 | 2023-12-01T20:17:23.667Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2626 | 2023-12-01T20:17:23.923Z | Documenting crc v3.0.1 |
2627 | 2023-12-01T20:17:24.304Z | Documenting ciborium-ll v0.2.1 |
2628 | 2023-12-01T20:17:24.693Z | Documenting num v0.4.1 |
2629 | 2023-12-01T20:17:25.589Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2630 | 2023-12-01T20:17:26.128Z | Documenting bitvec v1.0.1 |
2631 | 2023-12-01T20:17:26.877Z | Documenting slog-dtrace v0.2.3 |
2632 | 2023-12-01T20:17:28.152Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2633 | 2023-12-01T20:17:28.297Z | Documenting xattr v1.0.1 |
2634 | 2023-12-01T20:17:29.398Z | Documenting filetime v0.2.22 |
2635 | 2023-12-01T20:17:30.384Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2636 | 2023-12-01T20:17:33.388Z | Documenting packed_struct_codegen v0.10.1 |
2637 | 2023-12-01T20:17:34.065Z | Documenting keccak v0.1.4 |
2638 | 2023-12-01T20:17:34.385Z | Documenting nodrop v0.1.14 |
2639 | 2023-12-01T20:17:35.360Z | Documenting tar v0.4.40 |
2640 | 2023-12-01T20:17:36.514Z | Documenting ciborium v0.2.1 |
2641 | 2023-12-01T20:17:37.739Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2642 | 2023-12-01T20:17:38.221Z | Documenting sha3 v0.10.8 |
2643 | 2023-12-01T20:17:38.586Z | Documenting array-init v0.0.4 |
2644 | 2023-12-01T20:17:41.408Z | Documenting packed_struct v0.10.1 |
2645 | 2023-12-01T20:17:41.798Z | Documenting slog-envlogger v2.2.0 |
2646 | 2023-12-01T20:17:42.155Z | Documenting pkcs1 v0.7.5 |
2647 | 2023-12-01T20:17:42.250Z | Documenting num-bigint-dig v0.8.4 |
2648 | 2023-12-01T20:17:43.509Z | Documenting fxhash v0.2.1 |
2649 | 2023-12-01T20:17:43.514Z | Documenting secrecy v0.8.0 |
2650 | 2023-12-01T20:17:45.870Z | Documenting swrite v0.1.0 |
2651 | 2023-12-01T20:17:48.610Z | Documenting utf-8 v0.7.6 |
2652 | 2023-12-01T20:17:49.195Z | Documenting bitfield v0.14.0 |
2653 | 2023-12-01T20:17:49.316Z | Documenting termcolor v1.2.0 |
2654 | 2023-12-01T20:17:49.807Z | Documenting serde-hex v0.1.0 |
2655 | 2023-12-01T20:17:51.528Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2656 | 2023-12-01T20:17:52.044Z | Documenting rsa v0.9.2 |
2657 | 2023-12-01T20:17:53.356Z | Documenting x509-cert v0.2.4 |
2658 | 2023-12-01T20:17:54.042Z | Documenting tungstenite v0.20.1 |
2659 | 2023-12-01T20:17:55.793Z | Documenting env_logger v0.10.0 |
2660 | 2023-12-01T20:17:56.110Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2661 | 2023-12-01T20:17:57.417Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2662 | 2023-12-01T20:17:58.756Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2663 | 2023-12-01T20:18:01.949Z | Documenting newtype_derive v0.1.6 |
2664 | 2023-12-01T20:18:02.618Z | Documenting libsw v3.3.0 |
2665 | 2023-12-01T20:18:03.550Z | Documenting pem v3.0.2 |
2666 | 2023-12-01T20:18:04.260Z | Documenting ron v0.8.1 |
2667 | 2023-12-01T20:18:07.453Z | Documenting derive-where v1.2.5 |
2668 | 2023-12-01T20:18:08.047Z | Documenting linear-map v1.2.0 |
2669 | 2023-12-01T20:18:08.209Z | Documenting crc-any v2.4.3 |
2670 | 2023-12-01T20:18:09.159Z | Documenting owo-colors v3.5.0 |
2671 | 2023-12-01T20:18:09.739Z | Documenting steno v0.4.0 |
2672 | 2023-12-01T20:18:10.966Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2673 | 2023-12-01T20:18:12.724Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2674 | 2023-12-01T20:18:13.994Z | Documenting tokio-tungstenite v0.20.1 |
2675 | 2023-12-01T20:18:14.621Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2676 | 2023-12-01T20:18:16.833Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2677 | 2023-12-01T20:18:17.553Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2678 | 2023-12-01T20:18:17.997Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2679 | 2023-12-01T20:18:24.295Z | Documenting itertools v0.12.0 |
2680 | 2023-12-01T20:18:25.608Z | Documenting nibble_vec v0.1.0 |
2681 | 2023-12-01T20:18:25.624Z | Documenting endian-type v0.1.2 |
2682 | 2023-12-01T20:18:29.038Z | Documenting glob v0.3.1 |
2683 | 2023-12-01T20:18:31.086Z | Documenting same-file v1.0.6 |
2684 | 2023-12-01T20:18:31.939Z | Documenting path-slash v0.1.5 |
2685 | 2023-12-01T20:18:35.236Z | Documenting radix_trie v0.2.1 |
2686 | 2023-12-01T20:18:35.771Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2687 | 2023-12-01T20:18:36.244Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2688 | 2023-12-01T20:18:37.344Z | Documenting walkdir v2.4.0 |
2689 | 2023-12-01T20:18:37.560Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2690 | 2023-12-01T20:18:41.172Z | Documenting buf-list v1.0.3 |
2691 | 2023-12-01T20:18:42.122Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2692 | 2023-12-01T20:18:42.924Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2693 | 2023-12-01T20:18:43.963Z | Checking darling_core v0.14.4 |
2694 | 2023-12-01T20:18:45.521Z | Documenting trust-dns-client v0.22.0 |
2695 | 2023-12-01T20:18:46.911Z | Checking darling v0.14.4 |
2696 | 2023-12-01T20:18:47.068Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2697 | 2023-12-01T20:18:55.677Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2698 | 2023-12-01T20:18:56.443Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2699 | 2023-12-01T20:18:57.154Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2700 | 2023-12-01T20:18:57.639Z | Documenting trust-dns-server v0.22.1 |
2701 | 2023-12-01T20:18:58.309Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2702 | 2023-12-01T20:19:00.522Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2703 | 2023-12-01T20:19:02.605Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2704 | 2023-12-01T20:19:03.249Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2705 | 2023-12-01T20:19:07.186Z | Documenting sled v0.34.7 |
2706 | 2023-12-01T20:19:08.012Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2707 | 2023-12-01T20:19:09.061Z | Documenting unicase v2.7.0 |
2708 | 2023-12-01T20:19:09.127Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2709 | 2023-12-01T20:19:09.560Z | Documenting globset v0.4.13 |
2710 | 2023-12-01T20:19:11.288Z | Documenting crossbeam-deque v0.8.3 |
2711 | 2023-12-01T20:19:12.368Z | Documenting headers-core v0.2.0 |
2712 | 2023-12-01T20:19:13.820Z | Documenting olpc-cjson v0.1.3 |
2713 | 2023-12-01T20:19:15.705Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2714 | 2023-12-01T20:19:15.852Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2715 | 2023-12-01T20:19:16.399Z | Documenting serde_plain v1.0.2 |
2716 | 2023-12-01T20:19:17.166Z | Documenting ff v0.13.0 |
2717 | 2023-12-01T20:19:17.301Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2718 | 2023-12-01T20:19:17.669Z | Documenting async-recursion v1.0.5 |
2719 | 2023-12-01T20:19:19.068Z | Documenting typed-path v0.6.0 |
2720 | 2023-12-01T20:19:19.590Z | Documenting pretty-hex v0.4.0 |
2721 | 2023-12-01T20:19:20.851Z | Documenting display-error-chain v0.2.0 |
2722 | 2023-12-01T20:19:22.569Z | Documenting headers v0.3.9 |
2723 | 2023-12-01T20:19:22.669Z | Documenting rayon-core v1.12.0 |
2724 | 2023-12-01T20:19:23.076Z | Documenting group v0.13.0 |
2725 | 2023-12-01T20:19:24.175Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2726 | 2023-12-01T20:19:24.467Z | Documenting mime_guess v2.0.4 |
2727 | 2023-12-01T20:19:26.681Z | Documenting tough v0.15.0 |
2728 | 2023-12-01T20:19:28.108Z | Documenting derive_builder_core v0.12.0 |
2729 | 2023-12-01T20:19:29.019Z | Checking derive_builder_core v0.12.0 |
2730 | 2023-12-01T20:19:29.061Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2731 | 2023-12-01T20:19:30.395Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2732 | 2023-12-01T20:19:31.107Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2733 | 2023-12-01T20:19:31.268Z | Documenting universal-hash v0.5.1 |
2734 | 2023-12-01T20:19:31.542Z | Documenting crypto-bigint v0.5.2 |
2735 | 2023-12-01T20:19:32.283Z | Documenting bcs v0.1.6 |
2736 | 2023-12-01T20:19:37.986Z | Documenting kstat-rs v0.2.3 |
2737 | 2023-12-01T20:19:38.471Z | Documenting thiserror-impl-no-std v2.0.2 |
2738 | 2023-12-01T20:19:38.811Z | Documenting curve25519-dalek-derive v0.1.0 |
2739 | 2023-12-01T20:19:40.571Z | Documenting highway v1.1.0 |
2740 | 2023-12-01T20:19:42.134Z | Documenting opaque-debug v0.3.0 |
2741 | 2023-12-01T20:19:45.168Z | Documenting base16ct v0.2.0 |
2742 | 2023-12-01T20:19:45.465Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2743 | 2023-12-01T20:19:45.667Z | Documenting curve25519-dalek v4.1.0 |
2744 | 2023-12-01T20:19:46.235Z | Documenting poly1305 v0.8.0 |
2745 | 2023-12-01T20:19:46.663Z | Documenting thiserror-no-std v2.0.2 |
2746 | 2023-12-01T20:19:47.008Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2747 | 2023-12-01T20:19:48.264Z | Documenting derive_builder_macro v0.12.0 |
2748 | 2023-12-01T20:19:49.464Z | Documenting elliptic-curve v0.13.5 |
2749 | 2023-12-01T20:19:50.819Z | Documenting rayon v1.8.0 |
2750 | 2023-12-01T20:19:52.637Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2751 | 2023-12-01T20:19:54.488Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2752 | 2023-12-01T20:19:55.751Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2753 | 2023-12-01T20:20:03.792Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2754 | 2023-12-01T20:20:05.324Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2755 | 2023-12-01T20:20:14.788Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2756 | 2023-12-01T20:20:15.846Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2757 | 2023-12-01T20:20:16.543Z | Documenting portable-atomic v1.4.3 |
2758 | 2023-12-01T20:20:19.140Z | Documenting ed25519 v1.5.3 |
2759 | 2023-12-01T20:20:21.020Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2760 | 2023-12-01T20:20:22.041Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2761 | 2023-12-01T20:20:23.526Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2762 | 2023-12-01T20:20:25.688Z | Documenting chacha20 v0.9.1 |
2763 | 2023-12-01T20:20:28.709Z | Documenting aead v0.5.2 |
2764 | 2023-12-01T20:20:33.275Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2765 | 2023-12-01T20:20:34.026Z | Documenting ref-cast-impl v1.0.20 |
2766 | 2023-12-01T20:20:35.537Z | Documenting vte_generate_state_changes v0.1.1 |
2767 | 2023-12-01T20:20:35.600Z | Documenting number_prefix v0.4.0 |
2768 | 2023-12-01T20:20:38.046Z | Documenting cassowary v0.3.0 |
2769 | 2023-12-01T20:20:40.339Z | Documenting chacha20poly1305 v0.10.1 |
2770 | 2023-12-01T20:20:40.465Z | Documenting salty v0.2.0 |
2771 | 2023-12-01T20:20:41.393Z | Documenting indicatif v0.17.7 |
2772 | 2023-12-01T20:20:41.557Z | Documenting vte v0.11.1 |
2773 | 2023-12-01T20:20:42.035Z | Documenting ref-cast v1.0.20 |
2774 | 2023-12-01T20:20:44.002Z | Documenting ratatui v0.23.0 |
2775 | 2023-12-01T20:20:46.304Z | Documenting vsss-rs v3.3.1 |
2776 | 2023-12-01T20:20:46.931Z | Documenting derive_builder v0.12.0 |
2777 | 2023-12-01T20:20:49.336Z | Documenting fs-err v2.11.0 |
2778 | 2023-12-01T20:20:50.076Z | Documenting polar-core v0.27.0 |
2779 | 2023-12-01T20:20:50.137Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2780 | 2023-12-01T20:20:52.385Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2781 | 2023-12-01T20:20:55.137Z | Documenting libxml v0.3.3 |
2782 | 2023-12-01T20:20:55.183Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2783 | 2023-12-01T20:20:56.888Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2784 | 2023-12-01T20:20:57.034Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2785 | 2023-12-01T20:20:59.085Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2786 | 2023-12-01T20:21:02.483Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2787 | 2023-12-01T20:21:02.880Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2788 | 2023-12-01T20:21:03.171Z | Documenting bb8 v0.8.1 |
2789 | 2023-12-01T20:21:03.369Z | Documenting bytesize v1.3.0 |
2790 | 2023-12-01T20:21:05.177Z | Documenting quick-xml v0.23.1 |
2791 | 2023-12-01T20:21:10.306Z | Documenting serde-big-array v0.5.1 |
2792 | 2023-12-01T20:21:12.206Z | Documenting rtoolbox v0.0.1 |
2793 | 2023-12-01T20:21:12.675Z | Documenting oso-derive v0.27.0 |
2794 | 2023-12-01T20:21:13.160Z | Documenting impl-trait-for-tuples v0.2.2 |
2795 | 2023-12-01T20:21:16.776Z | Documenting humantime v2.1.0 |
2796 | 2023-12-01T20:21:16.790Z | Documenting smawk v0.3.1 |
2797 | 2023-12-01T20:21:18.107Z | Documenting is_ci v1.1.1 |
2798 | 2023-12-01T20:21:19.288Z | Documenting unicode-linebreak v0.1.5 |
2799 | 2023-12-01T20:21:21.762Z | Documenting maplit v1.0.2 |
2800 | 2023-12-01T20:21:22.380Z | Documenting http-range v0.1.5 |
2801 | 2023-12-01T20:21:22.962Z | Documenting rpassword v7.3.1 |
2802 | 2023-12-01T20:21:23.697Z | Documenting textwrap v0.16.0 |
2803 | 2023-12-01T20:21:23.911Z | Documenting supports-color v2.1.0 |
2804 | 2023-12-01T20:21:27.023Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2805 | 2023-12-01T20:21:27.154Z | Documenting oso v0.27.0 |
2806 | 2023-12-01T20:21:27.814Z | Documenting hyper-staticfile v0.9.5 |
2807 | 2023-12-01T20:21:29.498Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2808 | 2023-12-01T20:21:29.770Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2809 | 2023-12-01T20:21:30.092Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2810 | 2023-12-01T20:21:31.321Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2811 | 2023-12-01T20:21:36.460Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2812 | 2023-12-01T20:21:38.240Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2813 | 2023-12-01T20:21:43.024Z | Documenting tui-tree-widget v0.13.0 |
2814 | 2023-12-01T20:21:45.933Z | Documenting strip-ansi-escapes v0.2.0 |
2815 | 2023-12-01T20:21:48.744Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2816 | 2023-12-01T20:21:51.916Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2817 | 2023-12-01T20:21:52.291Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2818 | 2023-12-01T20:21:55.057Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2819 | 2023-12-01T20:21:55.375Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2820 | 2023-12-01T20:21:55.771Z | Documenting cookie v0.18.0 |
2821 | 2023-12-01T20:22:02.701Z | Documenting rcgen v0.11.3 |
2822 | 2023-12-01T20:22:03.333Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2823 | 2023-12-01T20:22:03.908Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2824 | 2023-12-01T20:22:04.922Z | Documenting atomicwrites v0.4.2 |
2825 | 2023-12-01T20:22:06.053Z | Documenting signal-hook-tokio v0.3.1 |
2826 | 2023-12-01T20:22:07.840Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2827 | 2023-12-01T20:22:11.476Z | Documenting fd-lock v3.0.13 |
2828 | 2023-12-01T20:22:12.846Z | Documenting subprocess v0.2.9 |
2829 | 2023-12-01T20:22:13.214Z | Documenting shell-words v1.1.0 |
2830 | 2023-12-01T20:22:13.477Z | Documenting corncobs v0.1.3 |
2831 | 2023-12-01T20:22:15.512Z | Documenting nu-ansi-term v0.49.0 |
2832 | 2023-12-01T20:22:16.033Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2833 | 2023-12-01T20:22:17.861Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2834 | 2023-12-01T20:22:18.210Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2835 | 2023-12-01T20:22:19.057Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2836 | 2023-12-01T20:22:19.344Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2837 | 2023-12-01T20:22:21.353Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2838 | 2023-12-01T20:22:21.366Z | Documenting reedline v0.26.0 |
2839 | 2023-12-01T20:22:25.241Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2840 | 2023-12-01T20:22:28.112Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2841 | 2023-12-01T20:22:32.547Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2842 | 2023-12-01T20:22:35.213Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2843 | 2023-12-01T20:22:40.065Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2844 | 2023-12-01T20:22:48.473Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2845 | 2023-12-01T20:22:51.237Z | Documenting fatfs v0.3.6 |
2846 | 2023-12-01T20:22:58.964Z | Documenting nanorand v0.7.0 |
2847 | 2023-12-01T20:22:59.982Z | Documenting assert_matches v1.5.0 |
2848 | 2023-12-01T20:23:04.248Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2849 | 2023-12-01T20:23:04.944Z | Documenting flume v0.11.0 |
2850 | 2023-12-01T20:23:06.635Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2851 | 2023-12-01T20:23:09.891Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2852 | 2023-12-01T20:23:10.175Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2853 | 2023-12-01T20:23:11.531Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2854 | 2023-12-01T20:23:11.992Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2855 | 2023-12-01T20:23:12.161Z | Documenting omicron-zone-package v0.9.1 |
2856 | 2023-12-01T20:23:27.768Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2857 | 2023-12-01T20:23:28.047Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2858 | 2023-12-01T20:23:28.047Z | --> sled-agent/src/sim/instance.rs:46:7 |
2859 | 2023-12-01T20:23:28.047Z | | |
2860 | 2023-12-01T20:23:28.047Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2861 | 2023-12-01T20:23:28.047Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2862 | 2023-12-01T20:23:28.047Z | | |
2863 | 2023-12-01T20:23:28.047Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2864 | 2023-12-01T20:23:28.047Z | |
2865 | 2023-12-01T20:23:30.343Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2866 | 2023-12-01T20:23:32.126Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2867 | 2023-12-01T20:23:32.129Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2868 | 2023-12-01T20:23:33.222Z | Documenting termios v0.3.3 |
2869 | 2023-12-01T20:23:33.394Z | Documenting topological-sort v0.2.2 |
2870 | 2023-12-01T20:23:35.650Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2871 | 2023-12-01T20:23:39.333Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2872 | 2023-12-01T20:23:40.051Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2873 | 2023-12-01T20:23:48.082Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2874 | 2023-12-01T20:23:49.226Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2875 | 2023-12-01T20:24:26.536Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2876 | 2023-12-01T20:24:37.239Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2877 | 2023-12-01T20:24:47.631Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2878 | 2023-12-01T20:24:47.888Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2879 | 2023-12-01T20:24:49.391Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2880 | 2023-12-01T20:24:57.102Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2881 | 2023-12-01T20:25:23.043Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2882 | 2023-12-01T20:25:59.553Z | warning: unresolved link to `VolumeConstructionRequest` |
2883 | 2023-12-01T20:25:59.553Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
2884 | 2023-12-01T20:25:59.553Z | | |
2885 | 2023-12-01T20:25:59.553Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
2886 | 2023-12-01T20:25:59.553Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2887 | 2023-12-01T20:25:59.553Z | | |
2888 | 2023-12-01T20:25:59.553Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2889 | 2023-12-01T20:25:59.553Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2890 | 2023-12-01T20:25:59.553Z | |
2891 | 2023-12-01T20:25:59.557Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2892 | 2023-12-01T20:25:59.557Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
2893 | 2023-12-01T20:25:59.557Z | | |
2894 | 2023-12-01T20:25:59.557Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
2895 | 2023-12-01T20:25:59.557Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2896 | 2023-12-01T20:25:59.557Z | |
2897 | 2023-12-01T20:25:59.557Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2898 | 2023-12-01T20:25:59.557Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
2899 | 2023-12-01T20:25:59.557Z | | |
2900 | 2023-12-01T20:25:59.557Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
2901 | 2023-12-01T20:25:59.557Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2902 | 2023-12-01T20:25:59.557Z | |
2903 | 2023-12-01T20:25:59.557Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2904 | 2023-12-01T20:25:59.557Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
2905 | 2023-12-01T20:25:59.557Z | | |
2906 | 2023-12-01T20:25:59.557Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
2907 | 2023-12-01T20:25:59.557Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2908 | 2023-12-01T20:25:59.557Z | |
2909 | 2023-12-01T20:25:59.557Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2910 | 2023-12-01T20:25:59.557Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
2911 | 2023-12-01T20:25:59.558Z | | |
2912 | 2023-12-01T20:25:59.558Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
2913 | 2023-12-01T20:25:59.558Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2914 | 2023-12-01T20:25:59.558Z | |
2915 | 2023-12-01T20:25:59.558Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2916 | 2023-12-01T20:25:59.558Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
2917 | 2023-12-01T20:25:59.558Z | | |
2918 | 2023-12-01T20:25:59.558Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
2919 | 2023-12-01T20:25:59.558Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2920 | 2023-12-01T20:25:59.558Z | |
2921 | 2023-12-01T20:25:59.558Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2922 | 2023-12-01T20:25:59.558Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
2923 | 2023-12-01T20:25:59.558Z | | |
2924 | 2023-12-01T20:25:59.558Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
2925 | 2023-12-01T20:25:59.558Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2926 | 2023-12-01T20:25:59.558Z | |
2927 | 2023-12-01T20:26:02.367Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
2928 | 2023-12-01T20:26:34.215Z | Finished dev [unoptimized + debuginfo] target(s) in 15m 18s |
2929 | 2023-12-01T20:26:34.320Z | |
2930 | 2023-12-01T20:26:34.323Z | real 15:18.280382966 |
2931 | 2023-12-01T20:26:34.323Z | user 51:27.955429653 |
2932 | 2023-12-01T20:26:34.323Z | sys 58:34.391352875 |
2933 | 2023-12-01T20:26:34.323Z | trap 1.730617852 |
2934 | 2023-12-01T20:26:34.323Z | tflt 0.738235832 |
2935 | 2023-12-01T20:26:34.323Z | dflt 0.527025691 |
2936 | 2023-12-01T20:26:34.323Z | kflt 0.000111531 |
2937 | 2023-12-01T20:26:34.323Z | lock 3:04:36.384241327 |
2938 | 2023-12-01T20:26:34.323Z | slp 3:58:03.841508693 |
2939 | 2023-12-01T20:26:34.323Z | lat 5:06.668211021 |
2940 | 2023-12-01T20:26:34.323Z | stop 1:21.841831694 |
2941 | 2023-12-01T20:26:34.323Z | process exited: duration 1711205 ms, exit code 0 |
|
2942 | 2023-12-01T20:26:34.329Z | found 0 output files |