|
|
|
1 | 2023-12-09T04:11:20.699Z | job assigned to worker 01HH6C92966RSPTRWGWT7XRP16 (queued for 1 m 24 s) |
|
2 | 2023-12-09T04:11:21.541Z | starting task 0: "setup" |
3 | 2023-12-09T04:11:21.689Z | ++ uname -s |
4 | 2023-12-09T04:11:21.724Z | + kern=SunOS |
5 | 2023-12-09T04:11:21.724Z | + case "$kern" in |
6 | 2023-12-09T04:11:21.724Z | + groupadd -g 12345 build |
7 | 2023-12-09T04:11:21.728Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-09T04:11:23.709Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-09T04:11:23.864Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-09T04:11:23.871Z | + home_fs=zfs |
11 | 2023-12-09T04:11:23.871Z | + [[ zfs == autofs ]] |
12 | 2023-12-09T04:11:23.871Z | + mkdir -p /home/build |
13 | 2023-12-09T04:11:23.871Z | + chown build:build /home/build /work |
14 | 2023-12-09T04:11:24.895Z | + chmod 0700 /home/build /work |
15 | 2023-12-09T04:11:24.904Z | process exited: duration 3331 ms, exit code 0 |
|
16 | 2023-12-09T04:11:24.933Z | starting task 1: "rust-toolchain" |
17 | 2023-12-09T04:11:24.948Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-09T04:11:24.949Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-09T04:11:25.081Z | info: downloading installer |
20 | 2023-12-09T04:11:27.038Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-09T04:11:27.038Z | warning: /opt/ooce/bin |
22 | 2023-12-09T04:11:27.038Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-09T04:11:27.038Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-09T04:11:27.038Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-09T04:11:27.038Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-09T04:11:27.039Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-09T04:11:27.039Z | error: cannot install while Rust is installed |
28 | 2023-12-09T04:11:27.040Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-09T04:11:27.179Z | info: profile set to 'default' |
30 | 2023-12-09T04:11:27.179Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-09T04:11:27.187Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-09T04:11:27.379Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-09T04:11:27.379Z | info: downloading component 'cargo' |
34 | 2023-12-09T04:11:28.182Z | info: downloading component 'clippy' |
35 | 2023-12-09T04:11:28.452Z | info: downloading component 'rust-docs' |
36 | 2023-12-09T04:11:29.449Z | info: downloading component 'rust-std' |
37 | 2023-12-09T04:11:31.686Z | info: downloading component 'rustc' |
38 | 2023-12-09T04:11:35.630Z | info: downloading component 'rustfmt' |
39 | 2023-12-09T04:11:35.954Z | info: installing component 'cargo' |
40 | 2023-12-09T04:11:38.005Z | info: installing component 'clippy' |
41 | 2023-12-09T04:11:38.944Z | info: installing component 'rust-docs' |
42 | 2023-12-09T04:11:41.756Z | info: installing component 'rust-std' |
43 | 2023-12-09T04:11:45.560Z | info: installing component 'rustc' |
44 | 2023-12-09T04:11:55.434Z | info: installing component 'rustfmt' |
45 | 2023-12-09T04:11:55.487Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-09T04:11:55.488Z | |
47 | 2023-12-09T04:11:55.696Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-09T04:11:55.696Z | |
49 | 2023-12-09T04:11:55.696Z | |
50 | 2023-12-09T04:11:55.710Z | Rust is installed now. Great! |
51 | 2023-12-09T04:11:55.710Z | |
52 | 2023-12-09T04:11:55.711Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-09T04:11:55.711Z | environment variable. This has not been done automatically. |
54 | 2023-12-09T04:11:55.711Z | |
55 | 2023-12-09T04:11:55.711Z | To configure your current shell, run: |
56 | 2023-12-09T04:11:55.711Z | source "$HOME/.cargo/env" |
57 | 2023-12-09T04:11:56.128Z | + rustc --version |
58 | 2023-12-09T04:11:56.129Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-09T04:11:56.129Z | process exited: duration 30975 ms, exit code 0 |
|
60 | 2023-12-09T04:11:56.160Z | starting task 2: "authentication" |
61 | 2023-12-09T04:11:56.225Z | process exited: duration 49 ms, exit code 0 |
|
62 | 2023-12-09T04:11:56.252Z | starting task 3: "clone repository" |
63 | 2023-12-09T04:11:56.278Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-09T04:11:56.278Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-09T04:11:56.298Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-09T04:12:02.698Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-09T04:12:02.698Z | + [[ -n renovate/tokio-1.x ]] |
68 | 2023-12-09T04:12:02.704Z | + git fetch origin renovate/tokio-1.x |
69 | 2023-12-09T04:12:03.096Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-09T04:12:03.096Z | * branch renovate/tokio-1.x -> FETCH_HEAD |
71 | 2023-12-09T04:12:03.107Z | + git checkout -B renovate/tokio-1.x remotes/origin/renovate/tokio-1.x |
72 | 2023-12-09T04:12:03.207Z | Switched to a new branch 'renovate/tokio-1.x' |
73 | 2023-12-09T04:12:03.210Z | branch 'renovate/tokio-1.x' set up to track 'origin/renovate/tokio-1.x'. |
74 | 2023-12-09T04:12:03.210Z | + git reset --hard 5ad549ef17d89bc744fb4ecf3accc6b987fa9e55 |
75 | 2023-12-09T04:12:03.224Z | HEAD is now at 5ad549ef Update Rust crate tokio to 1.35.0 |
76 | 2023-12-09T04:12:03.228Z | process exited: duration 6981 ms, exit code 0 |
|
77 | 2023-12-09T04:12:03.235Z | starting task 4: "build" |
78 | 2023-12-09T04:12:03.242Z | + cargo --version |
79 | 2023-12-09T04:12:03.249Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-09T04:12:03.468Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-09T04:12:03.474Z | info: downloading component 'cargo' |
82 | 2023-12-09T04:12:04.322Z | info: downloading component 'clippy' |
83 | 2023-12-09T04:12:04.590Z | info: downloading component 'rust-docs' |
84 | 2023-12-09T04:12:05.629Z | info: downloading component 'rust-std' |
85 | 2023-12-09T04:12:07.333Z | info: downloading component 'rustc' |
86 | 2023-12-09T04:12:11.573Z | info: downloading component 'rustfmt' |
87 | 2023-12-09T04:12:11.815Z | info: installing component 'cargo' |
88 | 2023-12-09T04:12:13.101Z | info: installing component 'clippy' |
89 | 2023-12-09T04:12:13.582Z | info: installing component 'rust-docs' |
90 | 2023-12-09T04:12:16.468Z | info: installing component 'rust-std' |
91 | 2023-12-09T04:12:19.097Z | info: installing component 'rustc' |
92 | 2023-12-09T04:12:25.261Z | info: installing component 'rustfmt' |
93 | 2023-12-09T04:12:26.250Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-09T04:12:26.264Z | + rustc --version |
95 | 2023-12-09T04:12:26.264Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-09T04:12:26.264Z | + source ./env.sh |
97 | 2023-12-09T04:12:26.264Z | ++ set -o xtrace |
98 | 2023-12-09T04:12:26.264Z | ++++ dirname ./env.sh |
99 | 2023-12-09T04:12:26.264Z | +++ cd . |
100 | 2023-12-09T04:12:26.267Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-12-09T04:12:26.267Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-12-09T04:12:26.267Z | ++ 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-09T04:12:26.267Z | ++ 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-09T04:12:26.267Z | ++ 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-09T04:12:26.267Z | ++ 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-09T04:12:26.267Z | ++ 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-09T04:12:26.267Z | ++ 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-09T04:12:26.267Z | ++ 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-09T04:12:26.268Z | ++ 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-09T04:12:26.268Z | ++ unset OMICRON_WS |
111 | 2023-12-09T04:12:26.268Z | ++ set +o xtrace |
112 | 2023-12-09T04:12:26.268Z | |
113 | 2023-12-09T04:12:26.268Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-12-09T04:12:26.268Z | # # # # # # # # # # # # # # # |
115 | 2023-12-09T04:12:26.268Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-12-09T04:12:26.268Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-12-09T04:12:26.268Z | # # # # # # # # # # # # # # # |
118 | 2023-12-09T04:12:26.268Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-12-09T04:12:26.268Z | |
120 | 2023-12-09T04:12:35.562Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-12-09T04:12:36.802Z | Startup: Caching catalogs ... Done |
122 | 2023-12-09T04:12:43.748Z | Planning: Solver setup ... Done (6.538s) |
123 | 2023-12-09T04:12:43.886Z | Planning: Running solver ... Done (0.152s) |
124 | 2023-12-09T04:12:43.957Z | Planning: Finding local manifests ... Done (0.004s) |
125 | 2023-12-09T04:12:43.971Z | Planning: Fetching manifests: 0/6 0% complete |
126 | 2023-12-09T04:12:44.777Z | Planning: Fetching manifests: 6/6 100% complete |
127 | 2023-12-09T04:12:44.860Z | Planning: Package planning ... Done (0.089s) |
128 | 2023-12-09T04:12:44.952Z | Planning: Merging actions ... Done (0.086s) |
129 | 2023-12-09T04:12:45.570Z | Planning: Checking for conflicting actions ... Done (0.626s) |
130 | 2023-12-09T04:12:45.588Z | Planning: Consolidating action changes ... Done (0.019s) |
131 | 2023-12-09T04:12:49.303Z | Planning: Evaluating mediators ... Done (3.715s) |
132 | 2023-12-09T04:12:49.417Z | Planning: Planning completed in 12.56 seconds |
133 | 2023-12-09T04:12:49.436Z | Packages to install: 4 |
134 | 2023-12-09T04:12:49.439Z | Packages to update: 2 |
135 | 2023-12-09T04:12:49.439Z | Mediators to change: 2 |
136 | 2023-12-09T04:12:49.439Z | Services to change: 1 |
137 | 2023-12-09T04:12:49.439Z | Estimated space available: 148.88 GB |
138 | 2023-12-09T04:12:49.439Z | Estimated space to be consumed: 1.43 GB |
139 | 2023-12-09T04:12:49.439Z | Create boot environment: No |
140 | 2023-12-09T04:12:49.440Z | Create backup boot environment: Yes |
141 | 2023-12-09T04:12:49.440Z | Rebuild boot archive: No |
142 | 2023-12-09T04:12:49.440Z | |
143 | 2023-12-09T04:12:49.440Z | Changed mediators: |
144 | 2023-12-09T04:12:49.440Z | mediator clang: |
145 | 2023-12-09T04:12:49.440Z | version: None -> 15 (system default) |
146 | 2023-12-09T04:12:49.440Z | |
147 | 2023-12-09T04:12:49.441Z | mediator llvm: |
148 | 2023-12-09T04:12:49.441Z | version: 14 (system default) -> 15 (system default) |
149 | 2023-12-09T04:12:49.441Z | |
150 | 2023-12-09T04:12:49.441Z | Changed packages: |
151 | 2023-12-09T04:12:49.441Z | helios-dev |
152 | 2023-12-09T04:12:49.441Z | developer/build-essential |
153 | 2023-12-09T04:12:49.441Z | None -> 11-2.0 |
154 | 2023-12-09T04:12:49.442Z | library/libxmlsec1 |
155 | 2023-12-09T04:12:49.442Z | None -> 1.2.35-2.0 |
156 | 2023-12-09T04:12:49.442Z | ooce/developer/clang-15 |
157 | 2023-12-09T04:12:49.442Z | None -> 15.0.7-2.0 |
158 | 2023-12-09T04:12:49.442Z | ooce/developer/llvm-15 |
159 | 2023-12-09T04:12:49.442Z | None -> 15.0.7-2.0 |
160 | 2023-12-09T04:12:49.442Z | system/library/g++-runtime |
161 | 2023-12-09T04:12:49.442Z | 12-2.0 -> 13-2.0 |
162 | 2023-12-09T04:12:49.442Z | system/library/gcc-runtime |
163 | 2023-12-09T04:12:49.442Z | 12-2.0 -> 13-2.0 |
164 | 2023-12-09T04:12:49.442Z | |
165 | 2023-12-09T04:12:49.442Z | Services: |
166 | 2023-12-09T04:12:49.442Z | restart_fmri: |
167 | 2023-12-09T04:12:49.442Z | svc:/system/update-man-index:default |
168 | 2023-12-09T04:12:49.625Z | |
169 | 2023-12-09T04:12:49.625Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
170 | 2023-12-09T04:12:54.677Z | Download: 209/3330 items 1.3/221.1MB 0% complete (284k/s) |
171 | 2023-12-09T04:12:59.653Z | Download: 635/3330 items 17.7/221.1MB 7% complete (1.8M/s) |
172 | 2023-12-09T04:13:04.665Z | Download: 1091/3330 items 19.7/221.1MB 8% complete (1.9M/s) |
173 | 2023-12-09T04:13:09.775Z | Download: 1194/3330 items 83.5/221.1MB 37% complete (7.7M/s) |
174 | 2023-12-09T04:13:16.159Z | Download: 1197/3330 items 83.5/221.1MB 37% complete (7.5M/s) |
175 | 2023-12-09T04:13:21.180Z | Download: 1345/3330 items 115.6/221.1MB 52% complete (3.7M/s) |
176 | 2023-12-09T04:13:26.350Z | Download: 2222/3330 items 119.2/221.1MB 53% complete (4.3M/s) |
177 | 2023-12-09T04:13:31.339Z | Download: 2344/3330 items 119.9/221.1MB 54% complete (411k/s) |
178 | 2023-12-09T04:13:36.379Z | Download: 2693/3330 items 120.7/221.1MB 54% complete (154k/s) |
179 | 2023-12-09T04:13:41.398Z | Download: 3053/3330 items 121.4/221.1MB 54% complete (156k/s) |
180 | 2023-12-09T04:13:46.424Z | Download: 3245/3330 items 203.0/221.1MB 91% complete (8.2M/s) |
181 | 2023-12-09T04:14:00.058Z | Download: 3248/3330 items 203.1/221.1MB 91% complete |
182 | 2023-12-09T04:14:05.474Z | Download: 3292/3330 items 214.4/221.1MB 96% complete (2.9M/s) |
183 | 2023-12-09T04:14:06.948Z | Download: Completed 221.11 MB in 77.18 seconds (2.9M/s) |
184 | 2023-12-09T04:14:08.977Z | Actions: 1/3766 actions (Removing old actions) |
185 | 2023-12-09T04:14:08.977Z | Actions: 5/3766 actions (Installing new actions) |
186 | 2023-12-09T04:14:15.218Z | Actions: 2375/3766 actions (Installing new actions) |
187 | 2023-12-09T04:14:17.088Z | Actions: 3729/3766 actions (Updating modified actions) |
188 | 2023-12-09T04:14:17.762Z | Actions: Completed 3766 actions in 8.78 seconds. |
189 | 2023-12-09T04:14:17.877Z | Done (0.108s) |
190 | 2023-12-09T04:14:17.882Z | Done (0.000s) |
191 | 2023-12-09T04:14:18.149Z | Done (0.270s) |
192 | 2023-12-09T04:14:25.505Z | Done (7.237s) |
193 | 2023-12-09T04:14:25.752Z | Done (0.113s) |
194 | 2023-12-09T04:14:25.756Z | Done (0.000s) |
195 | 2023-12-09T04:14:25.947Z | Done (0.000s) |
196 | 2023-12-09T04:14:26.635Z | Planning: Evaluating mediator changes ... Done |
197 | 2023-12-09T04:14:26.936Z | Planning: Checking for conflicting actions ... Done |
198 | 2023-12-09T04:14:26.946Z | Planning: Consolidating action changes ... Done |
199 | 2023-12-09T04:14:27.344Z | Planning: Evaluating mediators ... Done |
200 | 2023-12-09T04:14:27.364Z | Planning: Planning completed in 0.71 seconds |
201 | 2023-12-09T04:14:27.410Z | Mediators to change: 2 |
202 | 2023-12-09T04:14:27.410Z | Create boot environment: No |
203 | 2023-12-09T04:14:27.426Z | Create backup boot environment: No |
204 | 2023-12-09T04:14:27.504Z | Done |
205 | 2023-12-09T04:14:27.504Z | Done |
206 | 2023-12-09T04:14:27.671Z | Done |
207 | 2023-12-09T04:14:33.367Z | Done |
208 | 2023-12-09T04:14:33.485Z | Done |
209 | 2023-12-09T04:14:33.491Z | Done |
210 | 2023-12-09T04:14:33.593Z | Done |
211 | 2023-12-09T04:14:34.599Z | Planning: Evaluating mediator changes ... Done |
212 | 2023-12-09T04:14:34.602Z | Planning: Merging actions ... Done |
213 | 2023-12-09T04:14:34.932Z | Planning: Checking for conflicting actions ... Done |
214 | 2023-12-09T04:14:34.939Z | Planning: Consolidating action changes ... Done |
215 | 2023-12-09T04:14:35.354Z | Planning: Evaluating mediators ... Done |
216 | 2023-12-09T04:14:35.848Z | Planning: Planning completed in 1.29 seconds |
217 | 2023-12-09T04:14:35.853Z | Packages to change: 1 |
218 | 2023-12-09T04:14:35.853Z | Mediators to change: 1 |
219 | 2023-12-09T04:14:35.853Z | Services to change: 1 |
220 | 2023-12-09T04:14:35.853Z | Create boot environment: No |
221 | 2023-12-09T04:14:35.853Z | Create backup boot environment: Yes |
222 | 2023-12-09T04:14:37.699Z | Actions: 1/6 actions (Updating modified actions) |
223 | 2023-12-09T04:14:37.705Z | Actions: Completed 6 actions in 0.00 seconds. |
224 | 2023-12-09T04:14:37.705Z | Done |
225 | 2023-12-09T04:14:37.705Z | Done |
226 | 2023-12-09T04:14:37.763Z | Done |
227 | 2023-12-09T04:14:43.463Z | Done |
228 | 2023-12-09T04:14:43.588Z | Done |
229 | 2023-12-09T04:14:43.610Z | Done |
230 | 2023-12-09T04:14:43.691Z | Done |
231 | 2023-12-09T04:14:44.345Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
232 | 2023-12-09T04:14:44.345Z | clang system 15 system |
233 | 2023-12-09T04:14:44.346Z | csh system system illumos |
234 | 2023-12-09T04:14:44.346Z | ctags system system illumos |
235 | 2023-12-09T04:14:44.346Z | gcc vendor 12 vendor |
236 | 2023-12-09T04:14:44.346Z | gcc system 10 system |
237 | 2023-12-09T04:14:44.346Z | gcc system 7 system |
238 | 2023-12-09T04:14:44.346Z | go system 1.20 system |
239 | 2023-12-09T04:14:44.346Z | go system 1.19 system |
240 | 2023-12-09T04:14:44.346Z | llvm system 15 system |
241 | 2023-12-09T04:14:44.346Z | llvm system 14 system |
242 | 2023-12-09T04:14:44.346Z | mariadb system 10.6 system |
243 | 2023-12-09T04:14:44.346Z | mta vendor vendor dma |
244 | 2023-12-09T04:14:44.346Z | openjdk system 17 system |
245 | 2023-12-09T04:14:44.346Z | openjdk system 11 system |
246 | 2023-12-09T04:14:44.346Z | openjdk system 1.8 system |
247 | 2023-12-09T04:14:44.346Z | openssl vendor 3 vendor |
248 | 2023-12-09T04:14:44.347Z | perl system 5.36 system |
249 | 2023-12-09T04:14:44.347Z | postgresql system 15 system |
250 | 2023-12-09T04:14:44.347Z | postgresql system 13 system |
251 | 2023-12-09T04:14:44.347Z | python vendor 3 vendor |
252 | 2023-12-09T04:14:44.347Z | python system 2 system |
253 | 2023-12-09T04:14:44.347Z | python3 system 3.11 system |
254 | 2023-12-09T04:14:44.347Z | ruby system 3.0 system |
255 | 2023-12-09T04:14:44.347Z | words vendor vendor american-english |
256 | 2023-12-09T04:14:44.347Z | words system system australian-english |
257 | 2023-12-09T04:14:44.347Z | words system system british-english |
258 | 2023-12-09T04:14:44.347Z | words system system canadian-english |
259 | 2023-12-09T04:14:44.347Z | words system system french |
260 | 2023-12-09T04:14:44.347Z | words system system italian |
261 | 2023-12-09T04:14:44.347Z | words system system ngerman |
262 | 2023-12-09T04:14:44.348Z | words system system ogerman |
263 | 2023-12-09T04:14:44.348Z | words system system spanish |
264 | 2023-12-09T04:14:44.862Z | FMRI IFO |
265 | 2023-12-09T04:14:44.862Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
266 | 2023-12-09T04:14:44.862Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
267 | 2023-12-09T04:14:44.863Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
268 | 2023-12-09T04:14:44.863Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
269 | 2023-12-09T04:14:44.863Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
270 | 2023-12-09T04:14:44.863Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
271 | 2023-12-09T04:14:44.863Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
272 | 2023-12-09T04:14:44.864Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
273 | 2023-12-09T04:14:44.932Z | + set -o errexit |
274 | 2023-12-09T04:14:44.941Z | +++ dirname ./tools/ci_download_cockroachdb |
275 | 2023-12-09T04:14:44.942Z | ++ cd ./tools |
276 | 2023-12-09T04:14:44.942Z | ++ pwd |
277 | 2023-12-09T04:14:44.942Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
278 | 2023-12-09T04:14:44.942Z | ++ basename ./tools/ci_download_cockroachdb |
279 | 2023-12-09T04:14:44.943Z | + ARG0=ci_download_cockroachdb |
280 | 2023-12-09T04:14:44.943Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
281 | 2023-12-09T04:14:44.950Z | + CIDL_VERSION=v22.1.9 |
282 | 2023-12-09T04:14:44.950Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
283 | 2023-12-09T04:14:44.950Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
284 | 2023-12-09T04:14:44.951Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
285 | 2023-12-09T04:14:44.951Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
286 | 2023-12-09T04:14:44.951Z | + TARGET_DIR=out |
287 | 2023-12-09T04:14:44.951Z | + DOWNLOAD_DIR=out/downloads |
288 | 2023-12-09T04:14:44.952Z | + DEST_DIR=./out/cockroachdb |
289 | 2023-12-09T04:14:44.952Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
290 | 2023-12-09T04:14:44.952Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
291 | 2023-12-09T04:14:44.952Z | + main |
292 | 2023-12-09T04:14:44.953Z | + [[ 0 != 0 ]] |
293 | 2023-12-09T04:14:44.953Z | + CIDL_OS=solaris2.11 |
294 | 2023-12-09T04:14:44.953Z | + [[ 0 != 0 ]] |
295 | 2023-12-09T04:14:44.953Z | + configure_os solaris2.11 |
296 | 2023-12-09T04:14:44.954Z | + echo 'current directory: /work/oxidecomputer/omicron' |
297 | 2023-12-09T04:14:44.954Z | current directory: /work/oxidecomputer/omicron |
298 | 2023-12-09T04:14:44.954Z | + echo 'configuring based on OS: "solaris2.11"' |
299 | 2023-12-09T04:14:44.954Z | + case "$1" in |
300 | 2023-12-09T04:14:44.954Z | configuring based on OS: "solaris2.11" |
301 | 2023-12-09T04:14:44.956Z | + CIDL_BUILD=illumos |
302 | 2023-12-09T04:14:44.956Z | + CIDL_SUFFIX=tar.gz |
303 | 2023-12-09T04:14:44.957Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
304 | 2023-12-09T04:14:44.957Z | + CIDL_MD5FUNC=do_md5sum |
305 | 2023-12-09T04:14:44.957Z | + CIDL_URL_BASE=https://illumos.org/downloads |
306 | 2023-12-09T04:14:44.958Z | + CIDL_ASSEMBLE=do_assemble_illumos |
307 | 2023-12-09T04:14:44.958Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
308 | 2023-12-09T04:14:44.958Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
309 | 2023-12-09T04:14:44.958Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
310 | 2023-12-09T04:14:44.958Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
311 | 2023-12-09T04:14:44.959Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2023-12-09T04:14:44.959Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
313 | 2023-12-09T04:14:44.959Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
314 | 2023-12-09T04:14:44.960Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
315 | 2023-12-09T04:14:44.961Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
316 | 2023-12-09T04:14:44.961Z | + mkdir -p out/downloads |
317 | 2023-12-09T04:14:44.961Z | + mkdir -p ./out/cockroachdb |
318 | 2023-12-09T04:14:44.962Z | + local DO_DOWNLOAD=true |
319 | 2023-12-09T04:14:44.962Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
320 | 2023-12-09T04:14:44.962Z | + '[' true == true ']' |
321 | 2023-12-09T04:14:44.963Z | + echo Downloading... |
322 | 2023-12-09T04:14:44.963Z | Downloading... |
323 | 2023-12-09T04:14:44.963Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
324 | 2023-12-09T04:14:44.992Z | + 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 |
325 | 2023-12-09T04:14:47.893Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
326 | 2023-12-09T04:14:47.900Z | ++ md5sum |
327 | 2023-12-09T04:14:47.901Z | ++ awk '{print $1}' |
328 | 2023-12-09T04:14:48.313Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
329 | 2023-12-09T04:14:48.313Z | + [[ 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 ]] |
330 | 2023-12-09T04:14:48.313Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
331 | 2023-12-09T04:14:48.313Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
332 | 2023-12-09T04:14:51.658Z | + do_assemble_illumos |
333 | 2023-12-09T04:14:51.658Z | + rm -r ./out/cockroachdb |
334 | 2023-12-09T04:14:51.667Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
335 | 2023-12-09T04:14:52.302Z | + ./out/cockroachdb/bin/cockroach version |
336 | 2023-12-09T04:14:52.665Z | Build Tag: v22.1.9-dirty |
337 | 2023-12-09T04:14:52.665Z | Build Time: 2022/10/26 21:17:46 |
338 | 2023-12-09T04:14:52.665Z | Distribution: OSS |
339 | 2023-12-09T04:14:52.665Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
340 | 2023-12-09T04:14:52.665Z | Go Version: go1.17.13 |
341 | 2023-12-09T04:14:52.665Z | C Compiler: gcc 10.3.0 |
342 | 2023-12-09T04:14:52.665Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
343 | 2023-12-09T04:14:52.665Z | Build Type: release |
344 | 2023-12-09T04:14:52.694Z | + set -o errexit |
345 | 2023-12-09T04:14:52.697Z | +++ dirname ./tools/ci_download_clickhouse |
346 | 2023-12-09T04:14:52.697Z | ++ cd ./tools |
347 | 2023-12-09T04:14:52.697Z | ++ pwd |
348 | 2023-12-09T04:14:52.700Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
349 | 2023-12-09T04:14:52.700Z | ++ basename ./tools/ci_download_clickhouse |
350 | 2023-12-09T04:14:52.704Z | + ARG0=ci_download_clickhouse |
351 | 2023-12-09T04:14:52.704Z | + TARGET_DIR=out |
352 | 2023-12-09T04:14:52.704Z | + DOWNLOAD_DIR=out/downloads |
353 | 2023-12-09T04:14:52.704Z | + DEST_DIR=./out/clickhouse |
354 | 2023-12-09T04:14:52.704Z | + CIDL_VERSION=v22.8.9.24 |
355 | 2023-12-09T04:14:52.704Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
356 | 2023-12-09T04:14:52.704Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
357 | 2023-12-09T04:14:52.704Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
358 | 2023-12-09T04:14:52.704Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
359 | 2023-12-09T04:14:52.704Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
360 | 2023-12-09T04:14:52.704Z | + main |
361 | 2023-12-09T04:14:52.704Z | + [[ 0 != 0 ]] |
362 | 2023-12-09T04:14:52.704Z | + CIDL_OS=solaris2.11 |
363 | 2023-12-09T04:14:52.705Z | + [[ 0 != 0 ]] |
364 | 2023-12-09T04:14:52.705Z | + configure_os solaris2.11 |
365 | 2023-12-09T04:14:52.705Z | + echo 'current directory: /work/oxidecomputer/omicron' |
366 | 2023-12-09T04:14:52.705Z | current directory: /work/oxidecomputer/omicron |
367 | 2023-12-09T04:14:52.705Z | + echo 'configuring based on OS: "solaris2.11"' |
368 | 2023-12-09T04:14:52.705Z | + CIDL_DASHREV= |
369 | 2023-12-09T04:14:52.706Z | + case "$1" in |
370 | 2023-12-09T04:14:52.706Z | configuring based on OS: "solaris2.11" |
371 | 2023-12-09T04:14:52.706Z | + CIDL_PLATFORM=illumos |
372 | 2023-12-09T04:14:52.706Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
373 | 2023-12-09T04:14:52.706Z | + CIDL_MD5FUNC=do_md5sum |
374 | 2023-12-09T04:14:52.706Z | + CIDL_DASHREV=-1 |
375 | 2023-12-09T04:14:52.706Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
376 | 2023-12-09T04:14:52.706Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
377 | 2023-12-09T04:14:52.706Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
378 | 2023-12-09T04:14:52.706Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
379 | 2023-12-09T04:14:52.706Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
380 | 2023-12-09T04:14:52.706Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
381 | 2023-12-09T04:14:52.706Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
382 | 2023-12-09T04:14:52.706Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
383 | 2023-12-09T04:14:52.706Z | + mkdir -p out/downloads |
384 | 2023-12-09T04:14:52.710Z | + mkdir -p ./out/clickhouse |
385 | 2023-12-09T04:14:52.710Z | + local DO_DOWNLOAD=true |
386 | 2023-12-09T04:14:52.710Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
387 | 2023-12-09T04:14:52.710Z | + '[' true == true ']' |
388 | 2023-12-09T04:14:52.710Z | + echo Downloading... |
389 | 2023-12-09T04:14:52.710Z | Downloading... |
390 | 2023-12-09T04:14:52.710Z | + 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 |
391 | 2023-12-09T04:14:52.710Z | + 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 |
392 | 2023-12-09T04:14:54.312Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
393 | 2023-12-09T04:14:54.316Z | ++ md5sum |
394 | 2023-12-09T04:14:54.316Z | ++ awk '{print $1}' |
395 | 2023-12-09T04:14:54.574Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
396 | 2023-12-09T04:14:54.574Z | + [[ 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 ]] |
397 | 2023-12-09T04:14:54.574Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
398 | 2023-12-09T04:14:54.578Z | + mkdir -p ./out/clickhouse |
399 | 2023-12-09T04:14:54.578Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
400 | 2023-12-09T04:14:59.654Z | + ./out/clickhouse/clickhouse server --version |
401 | 2023-12-09T04:14:59.710Z | ClickHouse server version 22.8.9.1. |
402 | 2023-12-09T04:14:59.731Z | + set -o errexit |
403 | 2023-12-09T04:14:59.734Z | +++ dirname ./tools/ci_download_console |
404 | 2023-12-09T04:14:59.740Z | ++ cd ./tools |
405 | 2023-12-09T04:14:59.740Z | ++ pwd |
406 | 2023-12-09T04:14:59.740Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
407 | 2023-12-09T04:14:59.740Z | ++ basename ./tools/ci_download_console |
408 | 2023-12-09T04:14:59.740Z | + ARG0=ci_download_console |
409 | 2023-12-09T04:14:59.740Z | + TARGET_DIR=out |
410 | 2023-12-09T04:14:59.740Z | + DOWNLOAD_DIR=out/downloads |
411 | 2023-12-09T04:14:59.741Z | + DEST_DIR=./out/console-assets |
412 | 2023-12-09T04:14:59.741Z | + source /work/oxidecomputer/omicron/tools/console_version |
413 | 2023-12-09T04:14:59.741Z | ++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b |
414 | 2023-12-09T04:14:59.741Z | ++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
415 | 2023-12-09T04:14:59.741Z | + URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
416 | 2023-12-09T04:14:59.741Z | + TARBALL_FILE=out/downloads/console.tar.gz |
417 | 2023-12-09T04:14:59.745Z | + main |
418 | 2023-12-09T04:14:59.746Z | + [[ 0 != 0 ]] |
419 | 2023-12-09T04:14:59.746Z | + echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz' |
420 | 2023-12-09T04:14:59.746Z | URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
421 | 2023-12-09T04:14:59.746Z | + echo 'Local file: out/downloads/console.tar.gz' |
422 | 2023-12-09T04:14:59.746Z | Local file: out/downloads/console.tar.gz |
423 | 2023-12-09T04:14:59.746Z | + local DO_DOWNLOAD=true |
424 | 2023-12-09T04:14:59.746Z | + [[ -f out/downloads/console.tar.gz ]] |
425 | 2023-12-09T04:14:59.746Z | + mkdir -p out/downloads |
426 | 2023-12-09T04:14:59.746Z | + '[' true == true ']' |
427 | 2023-12-09T04:14:59.746Z | + echo Downloading... |
428 | 2023-12-09T04:14:59.747Z | Downloading... |
429 | 2023-12-09T04:14:59.747Z | + do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz |
430 | 2023-12-09T04:14:59.747Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
431 | 2023-12-09T04:15:00.397Z | ++ do_sha256sum out/downloads/console.tar.gz |
432 | 2023-12-09T04:15:00.402Z | ++ case "$OSTYPE" in |
433 | 2023-12-09T04:15:00.402Z | ++ SHA=sha256sum |
434 | 2023-12-09T04:15:00.403Z | ++ sha256sum |
435 | 2023-12-09T04:15:00.403Z | ++ awk '{print $1}' |
436 | 2023-12-09T04:15:00.421Z | + calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
437 | 2023-12-09T04:15:00.421Z | + [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]] |
438 | 2023-12-09T04:15:00.421Z | + rm -rf ./out/console-assets |
439 | 2023-12-09T04:15:00.428Z | + mkdir -p ./out/console-assets |
440 | 2023-12-09T04:15:00.428Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
441 | 2023-12-09T04:15:00.428Z | + mkdir -p ./out/console-assets |
442 | 2023-12-09T04:15:00.428Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
443 | 2023-12-09T04:15:00.573Z | + set -o errexit |
444 | 2023-12-09T04:15:00.579Z | +++ dirname ./tools/ci_download_maghemite_openapi |
445 | 2023-12-09T04:15:00.579Z | ++ cd ./tools |
446 | 2023-12-09T04:15:00.579Z | ++ pwd |
447 | 2023-12-09T04:15:00.579Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
448 | 2023-12-09T04:15:00.579Z | ++ basename ./tools/ci_download_maghemite_openapi |
449 | 2023-12-09T04:15:00.580Z | + ARG0=ci_download_maghemite_openapi |
450 | 2023-12-09T04:15:00.580Z | + TARGET_DIR=out |
451 | 2023-12-09T04:15:00.580Z | + DOWNLOAD_DIR=out/downloads |
452 | 2023-12-09T04:15:00.580Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
453 | 2023-12-09T04:15:00.580Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
454 | 2023-12-09T04:15:00.580Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
455 | 2023-12-09T04:15:00.580Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
456 | 2023-12-09T04:15:00.580Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
457 | 2023-12-09T04:15:00.580Z | + main |
458 | 2023-12-09T04:15:00.585Z | + [[ 0 != 0 ]] |
459 | 2023-12-09T04:15:00.585Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
460 | 2023-12-09T04:15:00.585Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
461 | 2023-12-09T04:15:00.585Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
462 | 2023-12-09T04:15:00.585Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
463 | 2023-12-09T04:15:00.585Z | + local DO_DOWNLOAD=true |
464 | 2023-12-09T04:15:00.585Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
465 | 2023-12-09T04:15:00.585Z | + mkdir -p out/downloads |
466 | 2023-12-09T04:15:00.585Z | + '[' true == true ']' |
467 | 2023-12-09T04:15:00.586Z | + echo Downloading... |
468 | 2023-12-09T04:15:00.586Z | Downloading... |
469 | 2023-12-09T04:15:00.586Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
470 | 2023-12-09T04:15:00.586Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
471 | 2023-12-09T04:15:00.870Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
472 | 2023-12-09T04:15:00.871Z | ++ case "$OSTYPE" in |
473 | 2023-12-09T04:15:00.895Z | ++ SHA=sha256sum |
474 | 2023-12-09T04:15:00.896Z | ++ sha256sum |
475 | 2023-12-09T04:15:00.896Z | ++ awk '{print $1}' |
476 | 2023-12-09T04:15:00.896Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
477 | 2023-12-09T04:15:00.898Z | + [[ 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 ]] |
478 | 2023-12-09T04:15:00.899Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
479 | 2023-12-09T04:15:00.899Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
480 | 2023-12-09T04:15:00.899Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
481 | 2023-12-09T04:15:00.899Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
482 | 2023-12-09T04:15:00.899Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
483 | 2023-12-09T04:15:00.899Z | + main |
484 | 2023-12-09T04:15:00.899Z | + [[ 0 != 0 ]] |
485 | 2023-12-09T04:15:00.899Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
486 | 2023-12-09T04:15:00.899Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
487 | 2023-12-09T04:15:00.900Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
488 | 2023-12-09T04:15:00.900Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
489 | 2023-12-09T04:15:00.900Z | + local DO_DOWNLOAD=true |
490 | 2023-12-09T04:15:00.900Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
491 | 2023-12-09T04:15:00.900Z | + mkdir -p out/downloads |
492 | 2023-12-09T04:15:00.900Z | + '[' true == true ']' |
493 | 2023-12-09T04:15:00.900Z | + echo Downloading... |
494 | 2023-12-09T04:15:00.900Z | Downloading... |
495 | 2023-12-09T04:15:00.900Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
496 | 2023-12-09T04:15:00.900Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
497 | 2023-12-09T04:15:01.023Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
498 | 2023-12-09T04:15:01.026Z | ++ case "$OSTYPE" in |
499 | 2023-12-09T04:15:01.026Z | ++ SHA=sha256sum |
500 | 2023-12-09T04:15:01.026Z | ++ sha256sum |
501 | 2023-12-09T04:15:01.026Z | ++ awk '{print $1}' |
502 | 2023-12-09T04:15:01.026Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
503 | 2023-12-09T04:15:01.026Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
504 | 2023-12-09T04:15:01.035Z | + set -o errexit |
505 | 2023-12-09T04:15:01.041Z | +++ dirname ./tools/ci_download_dendrite_openapi |
506 | 2023-12-09T04:15:01.048Z | ++ cd ./tools |
507 | 2023-12-09T04:15:01.049Z | ++ pwd |
508 | 2023-12-09T04:15:01.049Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
509 | 2023-12-09T04:15:01.049Z | ++ basename ./tools/ci_download_dendrite_openapi |
510 | 2023-12-09T04:15:01.049Z | + ARG0=ci_download_dendrite_openapi |
511 | 2023-12-09T04:15:01.049Z | + TARGET_DIR=out |
512 | 2023-12-09T04:15:01.050Z | + DOWNLOAD_DIR=out/downloads |
513 | 2023-12-09T04:15:01.050Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
514 | 2023-12-09T04:15:01.050Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
515 | 2023-12-09T04:15:01.050Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
516 | 2023-12-09T04:15:01.050Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
517 | 2023-12-09T04:15:01.051Z | + LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
518 | 2023-12-09T04:15:01.051Z | + main |
519 | 2023-12-09T04:15:01.051Z | + [[ 0 != 0 ]] |
520 | 2023-12-09T04:15:01.051Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json' |
521 | 2023-12-09T04:15:01.051Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
522 | 2023-12-09T04:15:01.051Z | Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
523 | 2023-12-09T04:15:01.051Z | + echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json' |
524 | 2023-12-09T04:15:01.052Z | + local DO_DOWNLOAD=true |
525 | 2023-12-09T04:15:01.052Z | + [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]] |
526 | 2023-12-09T04:15:01.052Z | + mkdir -p out/downloads |
527 | 2023-12-09T04:15:01.058Z | + '[' true == true ']' |
528 | 2023-12-09T04:15:01.058Z | + echo Downloading... |
529 | 2023-12-09T04:15:01.058Z | Downloading... |
530 | 2023-12-09T04:15:01.058Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
531 | 2023-12-09T04:15:01.058Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
532 | 2023-12-09T04:15:01.230Z | ++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
533 | 2023-12-09T04:15:01.233Z | ++ case "$OSTYPE" in |
534 | 2023-12-09T04:15:01.236Z | ++ SHA=sha256sum |
535 | 2023-12-09T04:15:01.236Z | ++ sha256sum |
536 | 2023-12-09T04:15:01.236Z | ++ awk '{print $1}' |
537 | 2023-12-09T04:15:01.241Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
538 | 2023-12-09T04:15:01.241Z | + [[ 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 ]] |
539 | 2023-12-09T04:15:01.248Z | + set -o errexit |
540 | 2023-12-09T04:15:01.252Z | +++ dirname ./tools/ci_download_dendrite_stub |
541 | 2023-12-09T04:15:01.252Z | ++ cd ./tools |
542 | 2023-12-09T04:15:01.253Z | ++ pwd |
543 | 2023-12-09T04:15:01.258Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
544 | 2023-12-09T04:15:01.258Z | ++ basename ./tools/ci_download_dendrite_stub |
545 | 2023-12-09T04:15:01.258Z | + ARG0=ci_download_dendrite_stub |
546 | 2023-12-09T04:15:01.258Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
547 | 2023-12-09T04:15:01.258Z | ++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
548 | 2023-12-09T04:15:01.258Z | ++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc |
549 | 2023-12-09T04:15:01.258Z | ++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38 |
550 | 2023-12-09T04:15:01.258Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
551 | 2023-12-09T04:15:01.258Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
552 | 2023-12-09T04:15:01.258Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
553 | 2023-12-09T04:15:01.258Z | + TARGET_DIR=out |
554 | 2023-12-09T04:15:01.258Z | + DOWNLOAD_DIR=out/downloads |
555 | 2023-12-09T04:15:01.258Z | + DEST_DIR=./out/dendrite-stub |
556 | 2023-12-09T04:15:01.259Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
557 | 2023-12-09T04:15:01.259Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
558 | 2023-12-09T04:15:01.259Z | + REPO=oxidecomputer/dendrite |
559 | 2023-12-09T04:15:01.259Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b |
560 | 2023-12-09T04:15:01.259Z | + main |
561 | 2023-12-09T04:15:01.259Z | + [[ 0 != 0 ]] |
562 | 2023-12-09T04:15:01.259Z | + CIDL_OS=solaris2.11 |
563 | 2023-12-09T04:15:01.259Z | + [[ 0 != 0 ]] |
564 | 2023-12-09T04:15:01.259Z | + configure_os solaris2.11 |
565 | 2023-12-09T04:15:01.259Z | + echo 'current directory: /work/oxidecomputer/omicron' |
566 | 2023-12-09T04:15:01.259Z | current directory: /work/oxidecomputer/omicron |
567 | 2023-12-09T04:15:01.259Z | + echo 'configuring based on OS: "solaris2.11"' |
568 | 2023-12-09T04:15:01.260Z | configuring based on OS: "solaris2.11" |
569 | 2023-12-09T04:15:01.260Z | + case "$1" in |
570 | 2023-12-09T04:15:01.260Z | + SET_BINARIES= |
571 | 2023-12-09T04:15:01.260Z | + CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
572 | 2023-12-09T04:15:01.260Z | + CIDL_SHA256FUNC=do_sha256sum |
573 | 2023-12-09T04:15:01.260Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
574 | 2023-12-09T04:15:01.260Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
575 | 2023-12-09T04:15:01.260Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
576 | 2023-12-09T04:15:01.260Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz' |
577 | 2023-12-09T04:15:01.260Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
578 | 2023-12-09T04:15:01.260Z | Local file: out/downloads/dendrite-stub.tar.gz |
579 | 2023-12-09T04:15:01.260Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
580 | 2023-12-09T04:15:01.260Z | + mkdir -p out/downloads |
581 | 2023-12-09T04:15:01.265Z | + mkdir -p ./out/dendrite-stub |
582 | 2023-12-09T04:15:01.265Z | + fetch_and_verify |
583 | 2023-12-09T04:15:01.265Z | + local DO_DOWNLOAD=true |
584 | 2023-12-09T04:15:01.265Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
585 | 2023-12-09T04:15:01.265Z | + '[' true == true ']' |
586 | 2023-12-09T04:15:01.265Z | + echo Downloading... |
587 | 2023-12-09T04:15:01.265Z | Downloading... |
588 | 2023-12-09T04:15:01.265Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
589 | 2023-12-09T04:15:01.265Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
590 | 2023-12-09T04:15:12.004Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
591 | 2023-12-09T04:15:12.013Z | ++ sha256sum |
592 | 2023-12-09T04:15:12.014Z | ++ awk '{print $1}' |
593 | 2023-12-09T04:15:12.067Z | + calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
594 | 2023-12-09T04:15:12.067Z | + [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]] |
595 | 2023-12-09T04:15:12.072Z | + do_untar out/downloads/dendrite-stub.tar.gz |
596 | 2023-12-09T04:15:12.072Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
597 | 2023-12-09T04:15:13.243Z | + do_assemble |
598 | 2023-12-09T04:15:13.243Z | + rm -r ./out/dendrite-stub |
599 | 2023-12-09T04:15:13.246Z | + mkdir ./out/dendrite-stub |
600 | 2023-12-09T04:15:13.253Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
601 | 2023-12-09T04:15:13.451Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
602 | 2023-12-09T04:15:13.472Z | + set -o errexit |
603 | 2023-12-09T04:15:13.506Z | +++ dirname ./tools/ci_download_maghemite_mgd |
604 | 2023-12-09T04:15:13.506Z | ++ cd ./tools |
605 | 2023-12-09T04:15:13.506Z | ++ pwd |
606 | 2023-12-09T04:15:13.506Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
607 | 2023-12-09T04:15:13.506Z | ++ basename ./tools/ci_download_maghemite_mgd |
608 | 2023-12-09T04:15:13.507Z | + ARG0=ci_download_maghemite_mgd |
609 | 2023-12-09T04:15:13.507Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
610 | 2023-12-09T04:15:13.507Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
611 | 2023-12-09T04:15:13.507Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
612 | 2023-12-09T04:15:13.507Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
613 | 2023-12-09T04:15:13.507Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
614 | 2023-12-09T04:15:13.507Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
615 | 2023-12-09T04:15:13.507Z | + TARGET_DIR=out |
616 | 2023-12-09T04:15:13.507Z | + DOWNLOAD_DIR=out/downloads |
617 | 2023-12-09T04:15:13.507Z | + DEST_DIR=./out/mgd |
618 | 2023-12-09T04:15:13.508Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
619 | 2023-12-09T04:15:13.508Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
620 | 2023-12-09T04:15:13.508Z | + REPO=oxidecomputer/maghemite |
621 | 2023-12-09T04:15:13.508Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
622 | 2023-12-09T04:15:13.508Z | + main |
623 | 2023-12-09T04:15:13.508Z | + [[ 0 != 0 ]] |
624 | 2023-12-09T04:15:13.508Z | + CIDL_OS=solaris2.11 |
625 | 2023-12-09T04:15:13.508Z | + [[ 0 != 0 ]] |
626 | 2023-12-09T04:15:13.508Z | + configure_os solaris2.11 |
627 | 2023-12-09T04:15:13.509Z | + echo 'current directory: /work/oxidecomputer/omicron' |
628 | 2023-12-09T04:15:13.509Z | current directory: /work/oxidecomputer/omicron |
629 | 2023-12-09T04:15:13.509Z | + echo 'configuring based on OS: "solaris2.11"' |
630 | 2023-12-09T04:15:13.509Z | + case "$1" in |
631 | 2023-12-09T04:15:13.509Z | configuring based on OS: "solaris2.11" |
632 | 2023-12-09T04:15:13.509Z | + SET_BINARIES= |
633 | 2023-12-09T04:15:13.509Z | + CIDL_SHA256FUNC=do_sha256sum |
634 | 2023-12-09T04:15:13.509Z | + TARBALL_FILENAME=mgd.tar.gz |
635 | 2023-12-09T04:15:13.509Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
636 | 2023-12-09T04:15:13.509Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
637 | 2023-12-09T04:15:13.509Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
638 | 2023-12-09T04:15:13.510Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
639 | 2023-12-09T04:15:13.510Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
640 | 2023-12-09T04:15:13.510Z | Local file: out/downloads/mgd.tar.gz |
641 | 2023-12-09T04:15:13.510Z | + mkdir -p out/downloads |
642 | 2023-12-09T04:15:13.510Z | + mkdir -p ./out/mgd |
643 | 2023-12-09T04:15:13.510Z | + fetch_and_verify |
644 | 2023-12-09T04:15:13.510Z | + local DO_DOWNLOAD=true |
645 | 2023-12-09T04:15:13.510Z | + [[ -f out/downloads/mgd.tar.gz ]] |
646 | 2023-12-09T04:15:13.510Z | + '[' true == true ']' |
647 | 2023-12-09T04:15:13.511Z | + echo Downloading... |
648 | 2023-12-09T04:15:13.512Z | Downloading... |
649 | 2023-12-09T04:15:13.512Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
650 | 2023-12-09T04:15:13.512Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
651 | 2023-12-09T04:15:19.136Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
652 | 2023-12-09T04:15:19.141Z | ++ sha256sum |
653 | 2023-12-09T04:15:19.141Z | ++ awk '{print $1}' |
654 | 2023-12-09T04:15:19.221Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
655 | 2023-12-09T04:15:19.221Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
656 | 2023-12-09T04:15:19.233Z | + do_untar out/downloads/mgd.tar.gz |
657 | 2023-12-09T04:15:19.236Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
658 | 2023-12-09T04:15:19.904Z | + do_assemble |
659 | 2023-12-09T04:15:19.904Z | + rm -r ./out/mgd |
660 | 2023-12-09T04:15:19.910Z | + mkdir ./out/mgd |
661 | 2023-12-09T04:15:19.910Z | + cp -r out/downloads/root ./out/mgd/root |
662 | 2023-12-09T04:15:20.128Z | + set -o errexit |
663 | 2023-12-09T04:15:20.132Z | +++ dirname ./tools/ci_download_transceiver_control |
664 | 2023-12-09T04:15:20.136Z | ++ cd ./tools |
665 | 2023-12-09T04:15:20.136Z | ++ pwd |
666 | 2023-12-09T04:15:20.136Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
667 | 2023-12-09T04:15:20.145Z | ++ basename ./tools/ci_download_transceiver_control |
668 | 2023-12-09T04:15:20.145Z | + ARG0=ci_download_transceiver_control |
669 | 2023-12-09T04:15:20.145Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
670 | 2023-12-09T04:15:20.145Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
671 | 2023-12-09T04:15:20.146Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
672 | 2023-12-09T04:15:20.146Z | + TARGET_DIR=out |
673 | 2023-12-09T04:15:20.146Z | + DOWNLOAD_DIR=out/downloads |
674 | 2023-12-09T04:15:20.146Z | + DEST_DIR=./out/transceiver-control |
675 | 2023-12-09T04:15:20.146Z | + BIN_DIR=/opt/oxide/bin |
676 | 2023-12-09T04:15:20.146Z | + BINARY=xcvradm |
677 | 2023-12-09T04:15:20.147Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
678 | 2023-12-09T04:15:20.147Z | + REPO=oxidecomputer/transceiver-control |
679 | 2023-12-09T04:15:20.147Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
680 | 2023-12-09T04:15:20.147Z | + main |
681 | 2023-12-09T04:15:20.147Z | + [[ 0 != 0 ]] |
682 | 2023-12-09T04:15:20.147Z | + CIDL_OS=solaris2.11 |
683 | 2023-12-09T04:15:20.147Z | + [[ 0 != 0 ]] |
684 | 2023-12-09T04:15:20.147Z | + configure_os solaris2.11 |
685 | 2023-12-09T04:15:20.148Z | + echo 'current directory: /work/oxidecomputer/omicron' |
686 | 2023-12-09T04:15:20.148Z | current directory: /work/oxidecomputer/omicron |
687 | 2023-12-09T04:15:20.148Z | + echo 'configuring based on OS: "solaris2.11"' |
688 | 2023-12-09T04:15:20.148Z | + case "$1" in |
689 | 2023-12-09T04:15:20.148Z | configuring based on OS: "solaris2.11" |
690 | 2023-12-09T04:15:20.148Z | + SET_BINARIES= |
691 | 2023-12-09T04:15:20.148Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
692 | 2023-12-09T04:15:20.148Z | + CIDL_SHA256FUNC=do_sha256sum |
693 | 2023-12-09T04:15:20.148Z | + ARCHIVE_FILENAME=xcvradm.gz |
694 | 2023-12-09T04:15:20.149Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
695 | 2023-12-09T04:15:20.149Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
696 | 2023-12-09T04:15:20.150Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
697 | 2023-12-09T04:15:20.151Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
698 | 2023-12-09T04:15:20.151Z | Local file: out/downloads/xcvradm.gz |
699 | 2023-12-09T04:15:20.152Z | + echo 'Local file: out/downloads/xcvradm.gz' |
700 | 2023-12-09T04:15:20.152Z | + mkdir -p out/downloads |
701 | 2023-12-09T04:15:20.156Z | + mkdir -p ./out/transceiver-control |
702 | 2023-12-09T04:15:20.156Z | + fetch_and_verify |
703 | 2023-12-09T04:15:20.156Z | + local DO_DOWNLOAD=true |
704 | 2023-12-09T04:15:20.156Z | + [[ -f out/downloads/xcvradm.gz ]] |
705 | 2023-12-09T04:15:20.156Z | + '[' true == true ']' |
706 | 2023-12-09T04:15:20.156Z | + echo Downloading... |
707 | 2023-12-09T04:15:20.156Z | Downloading... |
708 | 2023-12-09T04:15:20.156Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
709 | 2023-12-09T04:15:20.156Z | + 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 |
710 | 2023-12-09T04:15:23.156Z | ++ do_sha256sum out/downloads/xcvradm.gz |
711 | 2023-12-09T04:15:23.191Z | ++ sha256sum |
712 | 2023-12-09T04:15:23.191Z | ++ awk '{print $1}' |
713 | 2023-12-09T04:15:23.192Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
714 | 2023-12-09T04:15:23.192Z | + [[ 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 ]] |
715 | 2023-12-09T04:15:23.192Z | + do_unpack out/downloads/xcvradm.gz |
716 | 2023-12-09T04:15:23.193Z | + mkdir -p out/downloads/root//opt/oxide/bin |
717 | 2023-12-09T04:15:23.193Z | + gzip -dc out/downloads/xcvradm.gz |
718 | 2023-12-09T04:15:23.354Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
719 | 2023-12-09T04:15:23.364Z | + do_assemble |
720 | 2023-12-09T04:15:23.364Z | + rm -r ./out/transceiver-control |
721 | 2023-12-09T04:15:23.365Z | + mkdir ./out/transceiver-control |
722 | 2023-12-09T04:15:23.385Z | + cp -r out/downloads/root ./out/transceiver-control/root |
723 | 2023-12-09T04:15:23.585Z | All builder prerequisites installed successfully, and PATH looks valid |
724 | 2023-12-09T04:15:23.602Z | |
725 | 2023-12-09T04:15:23.602Z | real 2:57.585520151 |
726 | 2023-12-09T04:15:23.602Z | user 55.406655816 |
727 | 2023-12-09T04:15:23.602Z | sys 11.124200328 |
728 | 2023-12-09T04:15:23.602Z | trap 0.025227532 |
729 | 2023-12-09T04:15:23.603Z | tflt 0.159582505 |
730 | 2023-12-09T04:15:23.603Z | dflt 0.476735185 |
731 | 2023-12-09T04:15:23.603Z | kflt 0.147058407 |
732 | 2023-12-09T04:15:23.603Z | lock 2.144104430 |
733 | 2023-12-09T04:15:23.604Z | slp 5:35.451689467 |
734 | 2023-12-09T04:15:23.604Z | lat 4.212144637 |
735 | 2023-12-09T04:15:23.604Z | stop 0.082115670 |
736 | 2023-12-09T04:15:23.604Z | |
737 | 2023-12-09T04:15:23.604Z | #### # # ##### ##### # # |
738 | 2023-12-09T04:15:23.605Z | # # # # # # # # # # |
739 | 2023-12-09T04:15:23.605Z | # # # # # # # # |
740 | 2023-12-09T04:15:23.605Z | # # # ##### ##### # |
741 | 2023-12-09T04:15:23.605Z | # # # # # # # |
742 | 2023-12-09T04:15:23.605Z | #### ###### # # # # |
743 | 2023-12-09T04:15:23.606Z | |
744 | 2023-12-09T04:15:23.930Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
745 | 2023-12-09T04:15:24.294Z | Updating crates.io index |
746 | 2023-12-09T04:15:24.368Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
747 | 2023-12-09T04:15:25.230Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
748 | 2023-12-09T04:15:27.068Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
749 | 2023-12-09T04:15:27.677Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
750 | 2023-12-09T04:15:27.995Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
751 | 2023-12-09T04:15:28.296Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
752 | 2023-12-09T04:15:28.590Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
753 | 2023-12-09T04:15:29.469Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
754 | 2023-12-09T04:15:31.614Z | Updating git repository `https://github.com/oxidecomputer/opte` |
755 | 2023-12-09T04:15:32.682Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
756 | 2023-12-09T04:15:33.028Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
757 | 2023-12-09T04:15:33.818Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
758 | 2023-12-09T04:15:33.915Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
759 | 2023-12-09T04:15:34.195Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
760 | 2023-12-09T04:15:34.609Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
761 | 2023-12-09T04:15:34.936Z | Updating git repository `https://github.com/njaremko/samael` |
762 | 2023-12-09T04:15:35.460Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
763 | 2023-12-09T04:15:36.020Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
764 | 2023-12-09T04:15:36.390Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
765 | 2023-12-09T04:15:36.704Z | Updating git repository `https://github.com/jgallagher/nix` |
766 | 2023-12-09T04:15:38.028Z | Updating git repository `https://github.com/cbiffle/hubpack` |
767 | 2023-12-09T04:15:38.443Z | Updating git repository `https://github.com/oxidecomputer/typify` |
768 | 2023-12-09T04:15:39.323Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
769 | 2023-12-09T04:15:39.700Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
770 | 2023-12-09T04:15:40.014Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
771 | 2023-12-09T04:15:41.399Z | Downloading crates ... |
772 | 2023-12-09T04:15:41.629Z | Downloaded anstyle-parse v0.2.1 |
773 | 2023-12-09T04:15:41.635Z | Downloaded anstream v0.5.0 |
774 | 2023-12-09T04:15:41.639Z | Downloaded itoa v1.0.9 |
775 | 2023-12-09T04:15:41.642Z | Downloaded camino v1.1.6 |
776 | 2023-12-09T04:15:41.646Z | Downloaded equivalent v1.0.1 |
777 | 2023-12-09T04:15:41.646Z | Downloaded colorchoice v1.0.0 |
778 | 2023-12-09T04:15:41.662Z | Downloaded thiserror-impl v1.0.49 |
779 | 2023-12-09T04:15:41.666Z | Downloaded toml_datetime v0.6.5 |
780 | 2023-12-09T04:15:41.670Z | Downloaded cargo-platform v0.1.3 |
781 | 2023-12-09T04:15:41.674Z | Downloaded utf8parse v0.2.1 |
782 | 2023-12-09T04:15:41.674Z | Downloaded errno v0.3.2 |
783 | 2023-12-09T04:15:41.678Z | Downloaded anstyle-query v1.0.0 |
784 | 2023-12-09T04:15:41.678Z | Downloaded bitflags v1.3.2 |
785 | 2023-12-09T04:15:41.682Z | Downloaded serde_spanned v0.6.4 |
786 | 2023-12-09T04:15:41.686Z | Downloaded thiserror v1.0.49 |
787 | 2023-12-09T04:15:41.691Z | Downloaded cargo_toml v0.17.0 |
788 | 2023-12-09T04:15:41.694Z | Downloaded strsim v0.10.0 |
789 | 2023-12-09T04:15:41.697Z | Downloaded anstyle v1.0.2 |
790 | 2023-12-09T04:15:41.700Z | Downloaded terminal_size v0.2.6 |
791 | 2023-12-09T04:15:41.703Z | Downloaded quote v1.0.33 |
792 | 2023-12-09T04:15:41.706Z | Downloaded heck v0.4.1 |
793 | 2023-12-09T04:15:41.711Z | Downloaded semver v1.0.20 |
794 | 2023-12-09T04:15:41.715Z | Downloaded unicode-ident v1.0.12 |
795 | 2023-12-09T04:15:41.726Z | Downloaded clap_derive v4.4.2 |
796 | 2023-12-09T04:15:41.726Z | Downloaded anyhow v1.0.75 |
797 | 2023-12-09T04:15:41.742Z | Downloaded serde_derive v1.0.192 |
798 | 2023-12-09T04:15:41.742Z | Downloaded clap v4.4.3 |
799 | 2023-12-09T04:15:41.754Z | Downloaded toml v0.8.8 |
800 | 2023-12-09T04:15:41.763Z | Downloaded serde v1.0.192 |
801 | 2023-12-09T04:15:41.763Z | Downloaded memchr v2.6.3 |
802 | 2023-12-09T04:15:42.171Z | Downloaded toml_edit v0.21.0 |
803 | 2023-12-09T04:15:42.171Z | Downloaded winnow v0.5.15 |
804 | 2023-12-09T04:15:42.171Z | Downloaded clap_builder v4.4.2 |
805 | 2023-12-09T04:15:42.172Z | Downloaded syn v2.0.32 |
806 | 2023-12-09T04:15:42.172Z | Downloaded rustix v0.37.23 |
807 | 2023-12-09T04:15:42.172Z | Downloaded serde_json v1.0.108 |
808 | 2023-12-09T04:15:42.172Z | Downloaded libc v0.2.150 |
809 | 2023-12-09T04:15:42.172Z | Downloaded hashbrown v0.14.2 |
810 | 2023-12-09T04:15:42.173Z | Downloaded proc-macro2 v1.0.69 |
811 | 2023-12-09T04:15:42.173Z | Downloaded indexmap v2.1.0 |
812 | 2023-12-09T04:15:42.173Z | Downloaded ryu v1.0.15 |
813 | 2023-12-09T04:15:42.173Z | Downloaded io-lifetimes v1.0.11 |
814 | 2023-12-09T04:15:42.173Z | Downloaded clap_lex v0.5.1 |
815 | 2023-12-09T04:15:42.174Z | Downloaded cargo_metadata v0.18.0 |
816 | 2023-12-09T04:15:42.174Z | Compiling proc-macro2 v1.0.69 |
817 | 2023-12-09T04:15:42.174Z | Compiling unicode-ident v1.0.12 |
818 | 2023-12-09T04:15:42.174Z | Compiling serde v1.0.192 |
819 | 2023-12-09T04:15:42.174Z | Compiling libc v0.2.150 |
820 | 2023-12-09T04:15:42.174Z | Compiling io-lifetimes v1.0.11 |
821 | 2023-12-09T04:15:42.174Z | Compiling rustix v0.37.23 |
822 | 2023-12-09T04:15:42.175Z | Compiling bitflags v1.3.2 |
823 | 2023-12-09T04:15:42.175Z | Compiling equivalent v1.0.1 |
824 | 2023-12-09T04:15:42.280Z | Compiling hashbrown v0.14.2 |
825 | 2023-12-09T04:15:42.367Z | Compiling utf8parse v0.2.1 |
826 | 2023-12-09T04:15:42.522Z | Compiling colorchoice v1.0.0 |
827 | 2023-12-09T04:15:42.631Z | Compiling anstyle-parse v0.2.1 |
828 | 2023-12-09T04:15:42.738Z | Compiling serde_json v1.0.108 |
829 | 2023-12-09T04:15:43.046Z | Compiling anstyle v1.0.2 |
830 | 2023-12-09T04:15:43.500Z | Compiling semver v1.0.20 |
831 | 2023-12-09T04:15:43.825Z | Compiling indexmap v2.1.0 |
832 | 2023-12-09T04:15:44.175Z | Compiling camino v1.1.6 |
833 | 2023-12-09T04:15:44.181Z | Compiling anstyle-query v1.0.0 |
834 | 2023-12-09T04:15:44.277Z | Compiling winnow v0.5.15 |
835 | 2023-12-09T04:15:44.370Z | Compiling thiserror v1.0.49 |
836 | 2023-12-09T04:15:44.388Z | Compiling anstream v0.5.0 |
837 | 2023-12-09T04:15:44.699Z | Compiling anyhow v1.0.75 |
838 | 2023-12-09T04:15:45.159Z | Compiling heck v0.4.1 |
839 | 2023-12-09T04:15:45.300Z | Compiling itoa v1.0.9 |
840 | 2023-12-09T04:15:45.420Z | Compiling clap_lex v0.5.1 |
841 | 2023-12-09T04:15:45.490Z | Compiling quote v1.0.33 |
842 | 2023-12-09T04:15:45.620Z | Compiling strsim v0.10.0 |
843 | 2023-12-09T04:15:45.637Z | Compiling ryu v1.0.15 |
844 | 2023-12-09T04:15:46.060Z | Compiling syn v2.0.32 |
845 | 2023-12-09T04:15:46.205Z | Compiling errno v0.3.2 |
846 | 2023-12-09T04:15:47.844Z | Compiling terminal_size v0.2.6 |
847 | 2023-12-09T04:15:47.992Z | Compiling clap_builder v4.4.2 |
848 | 2023-12-09T04:15:54.071Z | Compiling serde_derive v1.0.192 |
849 | 2023-12-09T04:15:54.071Z | Compiling thiserror-impl v1.0.49 |
850 | 2023-12-09T04:15:54.482Z | Compiling clap_derive v4.4.2 |
851 | 2023-12-09T04:15:58.768Z | Compiling clap v4.4.3 |
852 | 2023-12-09T04:16:07.266Z | Compiling serde_spanned v0.6.4 |
853 | 2023-12-09T04:16:07.271Z | Compiling toml_datetime v0.6.5 |
854 | 2023-12-09T04:16:07.271Z | Compiling cargo-platform v0.1.3 |
855 | 2023-12-09T04:16:07.603Z | Compiling toml_edit v0.21.0 |
856 | 2023-12-09T04:16:09.253Z | Compiling cargo_metadata v0.18.0 |
857 | 2023-12-09T04:16:10.780Z | Compiling toml v0.8.8 |
858 | 2023-12-09T04:16:11.751Z | Compiling cargo_toml v0.17.0 |
859 | 2023-12-09T04:16:17.826Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
860 | 2023-12-09T04:16:19.219Z | Finished dev [unoptimized + debuginfo] target(s) in 55.55s |
861 | 2023-12-09T04:16:19.415Z | Running `target/debug/xtask clippy` |
862 | 2023-12-09T04:16:19.467Z | running: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
863 | 2023-12-09T04:16:20.273Z | Downloading crates ... |
864 | 2023-12-09T04:16:20.508Z | Downloaded addr2line v0.21.0 |
865 | 2023-12-09T04:16:20.524Z | Downloaded instant v0.1.12 |
866 | 2023-12-09T04:16:20.530Z | Downloaded curve25519-dalek-derive v0.1.0 |
867 | 2023-12-09T04:16:20.534Z | Downloaded lalrpop-util v0.19.12 |
868 | 2023-12-09T04:16:20.537Z | Downloaded is_ci v1.1.1 |
869 | 2023-12-09T04:16:20.553Z | Downloaded crossbeam v0.8.2 |
870 | 2023-12-09T04:16:20.553Z | Downloaded crc v3.0.1 |
871 | 2023-12-09T04:16:20.553Z | Downloaded cpufeatures v0.2.9 |
872 | 2023-12-09T04:16:20.553Z | Downloaded lazy_static v1.4.0 |
873 | 2023-12-09T04:16:20.557Z | Downloaded libsw v3.3.0 |
874 | 2023-12-09T04:16:20.561Z | Downloaded cookie v0.18.0 |
875 | 2023-12-09T04:16:20.565Z | Downloaded darling_core v0.20.3 |
876 | 2023-12-09T04:16:20.577Z | Downloaded hyper-tls v0.5.0 |
877 | 2023-12-09T04:16:20.584Z | Downloaded ident_case v1.0.1 |
878 | 2023-12-09T04:16:20.588Z | Downloaded cast v0.3.0 |
879 | 2023-12-09T04:16:20.591Z | Downloaded assert_matches v1.5.0 |
880 | 2023-12-09T04:16:20.595Z | Downloaded indexmap v1.9.3 |
881 | 2023-12-09T04:16:20.609Z | Downloaded atomicwrites v0.4.2 |
882 | 2023-12-09T04:16:20.612Z | Downloaded linked-hash-map v0.5.6 |
883 | 2023-12-09T04:16:20.618Z | Downloaded oso-derive v0.27.0 |
884 | 2023-12-09T04:16:20.621Z | Downloaded openssl-probe v0.1.5 |
885 | 2023-12-09T04:16:20.625Z | Downloaded new_debug_unreachable v1.0.4 |
886 | 2023-12-09T04:16:20.628Z | Downloaded atomic-waker v1.1.1 |
887 | 2023-12-09T04:16:20.633Z | Downloaded managed v0.8.0 |
888 | 2023-12-09T04:16:20.636Z | Downloaded criterion-plot v0.5.0 |
889 | 2023-12-09T04:16:20.643Z | Downloaded macaddr v1.0.1 |
890 | 2023-12-09T04:16:20.647Z | Downloaded lru-cache v0.1.2 |
891 | 2023-12-09T04:16:20.651Z | Downloaded newtype_derive v0.1.6 |
892 | 2023-12-09T04:16:20.656Z | Downloaded mockall v0.11.4 |
893 | 2023-12-09T04:16:20.710Z | Downloaded iana-time-zone v0.1.57 |
894 | 2023-12-09T04:16:20.736Z | Downloaded num_cpus v1.16.0 |
895 | 2023-12-09T04:16:20.736Z | Downloaded num v0.4.1 |
896 | 2023-12-09T04:16:20.736Z | Downloaded cassowary v0.3.0 |
897 | 2023-12-09T04:16:20.736Z | Downloaded num_enum_derive v0.5.11 |
898 | 2023-12-09T04:16:20.736Z | Downloaded multer v2.1.0 |
899 | 2023-12-09T04:16:20.746Z | Downloaded opaque-debug v0.3.0 |
900 | 2023-12-09T04:16:20.746Z | Downloaded mockall_derive v0.11.4 |
901 | 2023-12-09T04:16:20.746Z | Downloaded serde-big-array v0.4.1 |
902 | 2023-12-09T04:16:20.746Z | Downloaded constant_time_eq v0.2.6 |
903 | 2023-12-09T04:16:20.746Z | Downloaded serde-big-array v0.5.1 |
904 | 2023-12-09T04:16:20.749Z | Downloaded once_cell v1.19.0 |
905 | 2023-12-09T04:16:20.749Z | Downloaded corncobs v0.1.3 |
906 | 2023-12-09T04:16:20.749Z | Downloaded tokio-macros v2.2.0 |
907 | 2023-12-09T04:16:20.749Z | Downloaded signal-hook-mio v0.2.3 |
908 | 2023-12-09T04:16:20.749Z | Downloaded nu-ansi-term v0.49.0 |
909 | 2023-12-09T04:16:20.749Z | Downloaded waitgroup v0.1.2 |
910 | 2023-12-09T04:16:20.749Z | Downloaded static_assertions v1.1.0 |
911 | 2023-12-09T04:16:20.750Z | Downloaded foreign-types-macros v0.2.3 |
912 | 2023-12-09T04:16:20.750Z | Downloaded foreign-types v0.3.2 |
913 | 2023-12-09T04:16:20.750Z | Downloaded cexpr v0.6.0 |
914 | 2023-12-09T04:16:20.753Z | Downloaded is-terminal v0.4.9 |
915 | 2023-12-09T04:16:20.756Z | Downloaded sec1 v0.7.3 |
916 | 2023-12-09T04:16:20.758Z | Downloaded chacha20 v0.9.1 |
917 | 2023-12-09T04:16:20.762Z | Downloaded nibble_vec v0.1.0 |
918 | 2023-12-09T04:16:20.765Z | Downloaded smallvec v0.6.14 |
919 | 2023-12-09T04:16:20.769Z | Downloaded parse-display v0.8.2 |
920 | 2023-12-09T04:16:20.776Z | Downloaded constant_time_eq v0.3.0 |
921 | 2023-12-09T04:16:20.776Z | Downloaded tower-service v0.3.2 |
922 | 2023-12-09T04:16:20.780Z | Downloaded miniz_oxide v0.7.1 |
923 | 2023-12-09T04:16:20.784Z | Downloaded openssl-macros v0.1.1 |
924 | 2023-12-09T04:16:20.785Z | Downloaded num-complex v0.4.4 |
925 | 2023-12-09T04:16:20.791Z | Downloaded rand_core v0.6.4 |
926 | 2023-12-09T04:16:20.794Z | Downloaded slab v0.4.9 |
927 | 2023-12-09T04:16:20.794Z | Downloaded bit-set v0.5.3 |
928 | 2023-12-09T04:16:20.797Z | Downloaded rpassword v7.3.1 |
929 | 2023-12-09T04:16:20.800Z | Downloaded version_check v0.9.4 |
930 | 2023-12-09T04:16:20.802Z | Downloaded clang-sys v1.6.1 |
931 | 2023-12-09T04:16:20.806Z | Downloaded num-traits v0.2.16 |
932 | 2023-12-09T04:16:20.812Z | Downloaded unicode-width v0.1.11 |
933 | 2023-12-09T04:16:20.815Z | Downloaded thiserror-no-std v2.0.2 |
934 | 2023-12-09T04:16:20.823Z | Downloaded tempdir v0.3.7 |
935 | 2023-12-09T04:16:20.826Z | Downloaded phf_shared v0.10.0 |
936 | 2023-12-09T04:16:20.829Z | Downloaded ciborium v0.2.1 |
937 | 2023-12-09T04:16:20.836Z | Downloaded datatest-stable v0.2.3 |
938 | 2023-12-09T04:16:20.839Z | Downloaded semver v0.1.20 |
939 | 2023-12-09T04:16:20.842Z | Downloaded postgres-types v0.2.6 |
940 | 2023-12-09T04:16:20.845Z | Downloaded usdt-attr-macro v0.3.5 |
941 | 2023-12-09T04:16:20.848Z | Downloaded owo-colors v3.5.0 |
942 | 2023-12-09T04:16:20.851Z | Downloaded rustc_version v0.4.0 |
943 | 2023-12-09T04:16:20.854Z | Downloaded rustc-hash v1.1.0 |
944 | 2023-12-09T04:16:20.857Z | Downloaded futures-task v0.3.29 |
945 | 2023-12-09T04:16:21.029Z | Downloaded futures-io v0.3.29 |
946 | 2023-12-09T04:16:21.048Z | Downloaded textwrap v0.11.0 |
947 | 2023-12-09T04:16:21.048Z | Downloaded ena v0.14.2 |
948 | 2023-12-09T04:16:21.048Z | Downloaded sha1 v0.10.6 |
949 | 2023-12-09T04:16:21.048Z | Downloaded socket2 v0.4.9 |
950 | 2023-12-09T04:16:21.048Z | Downloaded walkdir v2.4.0 |
951 | 2023-12-09T04:16:21.048Z | Downloaded dtrace-parser v0.1.14 |
952 | 2023-12-09T04:16:21.048Z | Downloaded shlex v1.1.0 |
953 | 2023-12-09T04:16:21.048Z | Downloaded xattr v1.0.1 |
954 | 2023-12-09T04:16:21.048Z | Downloaded der_derive v0.7.2 |
955 | 2023-12-09T04:16:21.048Z | Downloaded yansi v0.5.1 |
956 | 2023-12-09T04:16:21.048Z | Downloaded rustversion v1.0.14 |
957 | 2023-12-09T04:16:21.048Z | Downloaded phf_shared v0.11.2 |
958 | 2023-12-09T04:16:21.048Z | Downloaded phf v0.11.2 |
959 | 2023-12-09T04:16:21.049Z | Downloaded rcgen v0.11.3 |
960 | 2023-12-09T04:16:21.049Z | Downloaded relative-path v1.9.0 |
961 | 2023-12-09T04:16:21.049Z | Downloaded untrusted v0.9.0 |
962 | 2023-12-09T04:16:21.050Z | Downloaded smawk v0.3.1 |
963 | 2023-12-09T04:16:21.050Z | Downloaded tracing-attributes v0.1.26 |
964 | 2023-12-09T04:16:21.050Z | Downloaded fxhash v0.2.1 |
965 | 2023-12-09T04:16:21.050Z | Downloaded fs-err v2.11.0 |
966 | 2023-12-09T04:16:21.050Z | Downloaded slog-envlogger v2.2.0 |
967 | 2023-12-09T04:16:21.050Z | Downloaded path-slash v0.1.5 |
968 | 2023-12-09T04:16:21.050Z | Downloaded siphasher v0.3.11 |
969 | 2023-12-09T04:16:21.050Z | Downloaded test-strategy v0.3.1 |
970 | 2023-12-09T04:16:21.051Z | Downloaded display-error-chain v0.2.0 |
971 | 2023-12-09T04:16:21.051Z | Downloaded futures-timer v3.0.2 |
972 | 2023-12-09T04:16:21.051Z | Downloaded want v0.3.1 |
973 | 2023-12-09T04:16:21.051Z | Downloaded vec_map v0.8.2 |
974 | 2023-12-09T04:16:21.051Z | Downloaded headers-core v0.2.0 |
975 | 2023-12-09T04:16:21.051Z | Downloaded scheduled-thread-pool v0.2.7 |
976 | 2023-12-09T04:16:21.051Z | Downloaded take_mut v0.2.2 |
977 | 2023-12-09T04:16:21.051Z | Downloaded radium v0.7.0 |
978 | 2023-12-09T04:16:21.051Z | Downloaded defmt-macros v0.3.6 |
979 | 2023-12-09T04:16:21.051Z | Downloaded schemars v0.8.13 |
980 | 2023-12-09T04:16:21.051Z | Downloaded whoami v1.4.1 |
981 | 2023-12-09T04:16:21.051Z | Downloaded paste v1.0.14 |
982 | 2023-12-09T04:16:21.051Z | Downloaded spin v0.9.8 |
983 | 2023-12-09T04:16:21.051Z | Downloaded minimal-lexical v0.2.1 |
984 | 2023-12-09T04:16:21.051Z | Downloaded fastrand v2.0.0 |
985 | 2023-12-09T04:16:21.051Z | Downloaded wait-timeout v0.2.0 |
986 | 2023-12-09T04:16:21.051Z | Downloaded ff v0.13.0 |
987 | 2023-12-09T04:16:21.052Z | Downloaded foreign-types-shared v0.3.1 |
988 | 2023-12-09T04:16:21.053Z | Downloaded dirs-sys-next v0.1.2 |
989 | 2023-12-09T04:16:21.053Z | Downloaded defmt-parser v0.3.3 |
990 | 2023-12-09T04:16:21.053Z | Downloaded ed25519 v1.5.3 |
991 | 2023-12-09T04:16:21.053Z | Downloaded zone v0.3.0 |
992 | 2023-12-09T04:16:21.067Z | Downloaded strum_macros v0.25.2 |
993 | 2023-12-09T04:16:21.067Z | Downloaded scopeguard v1.2.0 |
994 | 2023-12-09T04:16:21.067Z | Downloaded parking_lot_core v0.8.6 |
995 | 2023-12-09T04:16:21.067Z | Downloaded oso v0.27.0 |
996 | 2023-12-09T04:16:21.067Z | Downloaded pest_meta v2.7.2 |
997 | 2023-12-09T04:16:21.067Z | Downloaded toml v0.5.11 |
998 | 2023-12-09T04:16:21.073Z | Downloaded pretty-hex v0.4.0 |
999 | 2023-12-09T04:16:21.074Z | Downloaded termtree v0.4.1 |
1000 | 2023-12-09T04:16:21.074Z | Downloaded proc-macro-crate v1.3.1 |
1001 | 2023-12-09T04:16:21.074Z | Downloaded unicode-linebreak v0.1.5 |
1002 | 2023-12-09T04:16:21.074Z | Downloaded difflib v0.4.0 |
1003 | 2023-12-09T04:16:21.077Z | Downloaded tokio-native-tls v0.3.1 |
1004 | 2023-12-09T04:16:21.077Z | Downloaded smallvec v1.11.0 |
1005 | 2023-12-09T04:16:21.080Z | Downloaded endian-type v0.1.2 |
1006 | 2023-12-09T04:16:21.083Z | Downloaded futures-macro v0.3.29 |
1007 | 2023-12-09T04:16:21.084Z | Downloaded doc-comment v0.3.3 |
1008 | 2023-12-09T04:16:21.088Z | Downloaded embedded-io v0.4.0 |
1009 | 2023-12-09T04:16:21.091Z | Downloaded rustc_version v0.1.7 |
1010 | 2023-12-09T04:16:21.091Z | Downloaded synstructure v0.12.6 |
1011 | 2023-12-09T04:16:21.094Z | Downloaded x509-cert v0.2.4 |
1012 | 2023-12-09T04:16:21.105Z | Downloaded zerocopy v0.3.0 |
1013 | 2023-12-09T04:16:21.110Z | Downloaded httptest v0.15.5 |
1014 | 2023-12-09T04:16:21.113Z | Downloaded form_urlencoded v1.2.1 |
1015 | 2023-12-09T04:16:21.113Z | Downloaded ron v0.8.1 |
1016 | 2023-12-09T04:16:21.123Z | Downloaded precomputed-hash v0.1.1 |
1017 | 2023-12-09T04:16:21.126Z | Downloaded libxml v0.3.3 |
1018 | 2023-12-09T04:16:21.139Z | Downloaded http-range v0.1.5 |
1019 | 2023-12-09T04:16:21.143Z | Downloaded tui-tree-widget v0.13.0 |
1020 | 2023-12-09T04:16:21.143Z | Downloaded term v0.7.0 |
1021 | 2023-12-09T04:16:21.148Z | Downloaded httparse v1.8.0 |
1022 | 2023-12-09T04:16:21.151Z | Downloaded predicates-tree v1.0.9 |
1023 | 2023-12-09T04:16:21.154Z | Downloaded plotters-svg v0.3.5 |
1024 | 2023-12-09T04:16:21.154Z | Downloaded salty v0.2.0 |
1025 | 2023-12-09T04:16:21.164Z | Downloaded try-lock v0.2.4 |
1026 | 2023-12-09T04:16:21.167Z | Downloaded semver v0.11.0 |
1027 | 2023-12-09T04:16:21.170Z | Downloaded predicates v2.1.5 |
1028 | 2023-12-09T04:16:21.174Z | Downloaded signal-hook-tokio v0.3.1 |
1029 | 2023-12-09T04:16:21.177Z | Downloaded foreign-types v0.5.0 |
1030 | 2023-12-09T04:16:21.180Z | Downloaded either v1.9.0 |
1031 | 2023-12-09T04:16:21.181Z | Downloaded usdt-impl v0.3.5 |
1032 | 2023-12-09T04:16:21.184Z | Downloaded rsa v0.9.2 |
1033 | 2023-12-09T04:16:21.193Z | Downloaded ppv-lite86 v0.2.17 |
1034 | 2023-12-09T04:16:21.196Z | Downloaded platforms v3.0.2 |
1035 | 2023-12-09T04:16:21.202Z | Downloaded foreign-types-shared v0.1.1 |
1036 | 2023-12-09T04:16:21.205Z | Downloaded lalrpop v0.19.12 |
1037 | 2023-12-09T04:16:21.221Z | Downloaded hostname v0.3.1 |
1038 | 2023-12-09T04:16:21.225Z | Downloaded filetime v0.2.23 |
1039 | 2023-12-09T04:16:21.228Z | Downloaded serde_tokenstream v0.2.0 |
1040 | 2023-12-09T04:16:21.232Z | Downloaded strum v0.25.0 |
1041 | 2023-12-09T04:16:21.237Z | Downloaded hash32 v0.2.1 |
1042 | 2023-12-09T04:16:21.240Z | Downloaded usdt-macro v0.3.5 |
1043 | 2023-12-09T04:16:21.240Z | Downloaded parse-display-derive v0.8.2 |
1044 | 2023-12-09T04:16:21.240Z | Downloaded serde_tokenstream v0.1.7 |
1045 | 2023-12-09T04:16:21.249Z | Downloaded deranged v0.3.8 |
1046 | 2023-12-09T04:16:21.252Z | Downloaded slog-json v2.6.1 |
1047 | 2023-12-09T04:16:21.253Z | Downloaded rustc-demangle v0.1.23 |
1048 | 2023-12-09T04:16:21.256Z | Downloaded postgres-protocol v0.6.6 |
1049 | 2023-12-09T04:16:21.259Z | Downloaded derive-where v1.2.6 |
1050 | 2023-12-09T04:16:21.265Z | Downloaded slog-dtrace v0.2.3 |
1051 | 2023-12-09T04:16:21.270Z | Downloaded tabled_derive v0.6.0 |
1052 | 2023-12-09T04:16:21.270Z | Downloaded hex-literal v0.4.1 |
1053 | 2023-12-09T04:16:21.273Z | Downloaded time-core v0.1.1 |
1054 | 2023-12-09T04:16:21.273Z | Downloaded futures-executor v0.3.29 |
1055 | 2023-12-09T04:16:21.276Z | Downloaded fragile v2.0.0 |
1056 | 2023-12-09T04:16:21.281Z | Downloaded unicode-bidi v0.3.13 |
1057 | 2023-12-09T04:16:21.284Z | Downloaded digest v0.10.7 |
1058 | 2023-12-09T04:16:21.286Z | Downloaded partial-io v0.5.4 |
1059 | 2023-12-09T04:16:21.290Z | Downloaded headers v0.3.9 |
1060 | 2023-12-09T04:16:21.300Z | Downloaded getopts v0.2.21 |
1061 | 2023-12-09T04:16:21.303Z | Downloaded rtoolbox v0.0.1 |
1062 | 2023-12-09T04:16:21.306Z | Downloaded httpdate v1.0.3 |
1063 | 2023-12-09T04:16:21.310Z | Downloaded aho-corasick v1.0.4 |
1064 | 2023-12-09T04:16:21.321Z | Downloaded rusty-fork v0.3.0 |
1065 | 2023-12-09T04:16:21.325Z | Downloaded unarray v0.1.4 |
1066 | 2023-12-09T04:16:21.325Z | Downloaded http v0.2.11 |
1067 | 2023-12-09T04:16:21.330Z | Downloaded dirs-next v2.0.0 |
1068 | 2023-12-09T04:16:21.333Z | Downloaded idna v0.5.0 |
1069 | 2023-12-09T04:16:21.346Z | Downloaded half v1.8.2 |
1070 | 2023-12-09T04:16:21.350Z | Downloaded tiny-keccak v2.0.2 |
1071 | 2023-12-09T04:16:21.354Z | Downloaded tinyvec v1.6.0 |
1072 | 2023-12-09T04:16:21.361Z | Downloaded pin-project-lite v0.2.13 |
1073 | 2023-12-09T04:16:21.369Z | Downloaded diesel_derives v2.1.2 |
1074 | 2023-12-09T04:16:21.375Z | Downloaded expectorate v1.1.0 |
1075 | 2023-12-09T04:16:21.379Z | Downloaded idna v0.2.3 |
1076 | 2023-12-09T04:16:21.396Z | Downloaded zip v0.6.6 |
1077 | 2023-12-09T04:16:21.400Z | Downloaded serde_yaml v0.9.25 |
1078 | 2023-12-09T04:16:21.407Z | Downloaded zerocopy v0.6.4 |
1079 | 2023-12-09T04:16:21.411Z | Downloaded rayon-core v1.12.0 |
1080 | 2023-12-09T04:16:21.421Z | Downloaded tokio-postgres v0.7.10 |
1081 | 2023-12-09T04:16:21.427Z | Downloaded unicode-normalization v0.1.22 |
1082 | 2023-12-09T04:16:21.434Z | Downloaded hashbrown v0.13.2 |
1083 | 2023-12-09T04:16:21.442Z | Downloaded typenum v1.16.0 |
1084 | 2023-12-09T04:16:21.447Z | Downloaded regex-automata v0.1.10 |
1085 | 2023-12-09T04:16:21.458Z | Downloaded rstest_macros v0.18.2 |
1086 | 2023-12-09T04:16:21.462Z | Downloaded zerocopy v0.7.26 |
1087 | 2023-12-09T04:16:21.490Z | Downloaded hkdf v0.12.3 |
1088 | 2023-12-09T04:16:21.495Z | Downloaded reqwest v0.11.22 |
1089 | 2023-12-09T04:16:21.509Z | Downloaded tough v0.16.0 |
1090 | 2023-12-09T04:16:21.524Z | Downloaded trust-dns-resolver v0.22.0 |
1091 | 2023-12-09T04:16:21.531Z | Downloaded futures-util v0.3.29 |
1092 | 2023-12-09T04:16:21.554Z | Downloaded typed-path v0.7.0 |
1093 | 2023-12-09T04:16:21.567Z | Downloaded reedline v0.26.0 |
1094 | 2023-12-09T04:16:21.578Z | Downloaded syn v1.0.109 |
1095 | 2023-12-09T04:16:21.597Z | Downloaded time v0.3.27 |
1096 | 2023-12-09T04:16:21.609Z | Downloaded polar-core v0.27.0 |
1097 | 2023-12-09T04:16:21.626Z | Downloaded smoltcp v0.9.1 |
1098 | 2023-12-09T04:16:21.648Z | Downloaded webpki-roots v0.25.2 |
1099 | 2023-12-09T04:16:21.654Z | Downloaded diesel v2.1.4 |
1100 | 2023-12-09T04:16:21.689Z | Downloaded proptest v1.4.0 |
1101 | 2023-12-09T04:16:21.705Z | Downloaded regex-syntax v0.7.5 |
1102 | 2023-12-09T04:16:21.745Z | Downloaded radix_trie v0.2.1 |
1103 | 2023-12-09T04:16:21.765Z | Downloaded smoltcp v0.10.0 |
1104 | 2023-12-09T04:16:21.770Z | Downloaded ratatui v0.23.0 |
1105 | 2023-12-09T04:16:21.778Z | Downloaded regex-syntax v0.8.2 |
1106 | 2023-12-09T04:16:21.793Z | Downloaded rustix v0.38.25 |
1107 | 2023-12-09T04:16:21.837Z | Downloaded trust-dns-proto v0.22.0 |
1108 | 2023-12-09T04:16:21.858Z | Downloaded regex-automata v0.3.8 |
1109 | 2023-12-09T04:16:21.891Z | Downloaded tokio v1.35.0 |
1110 | 2023-12-09T04:16:21.969Z | Downloaded sha3 v0.10.8 |
1111 | 2023-12-09T04:16:21.974Z | Downloaded openapiv3 v2.0.0-rc.1 |
1112 | 2023-12-09T04:16:21.997Z | Downloaded zerocopy-derive v0.6.4 |
1113 | 2023-12-09T04:16:22.018Z | Downloaded regex-automata v0.4.3 |
1114 | 2023-12-09T04:16:22.051Z | Downloaded zerocopy-derive v0.2.0 |
1115 | 2023-12-09T04:16:22.067Z | Downloaded zerocopy-derive v0.7.26 |
1116 | 2023-12-09T04:16:22.092Z | Downloaded encoding_rs v0.8.33 |
1117 | 2023-12-09T04:16:22.133Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1118 | 2023-12-09T04:16:22.157Z | Downloaded gimli v0.28.0 |
1119 | 2023-12-09T04:16:22.173Z | Downloaded rustls v0.21.9 |
1120 | 2023-12-09T04:16:22.194Z | Downloaded regex-syntax v0.6.29 |
1121 | 2023-12-09T04:16:22.209Z | Downloaded sled v0.34.7 |
1122 | 2023-12-09T04:16:22.236Z | Downloaded bstr v1.6.0 |
1123 | 2023-12-09T04:16:22.248Z | Downloaded regress v0.7.1 |
1124 | 2023-12-09T04:16:22.262Z | Downloaded openssl v0.10.60 |
1125 | 2023-12-09T04:16:22.304Z | Downloaded regex v1.10.2 |
1126 | 2023-12-09T04:16:22.338Z | Downloaded bstr v0.2.17 |
1127 | 2023-12-09T04:16:22.356Z | Downloaded tabled v0.14.0 |
1128 | 2023-12-09T04:16:22.387Z | Downloaded rustls-webpki v0.101.7 |
1129 | 2023-12-09T04:16:22.417Z | Downloaded bitvec v1.0.1 |
1130 | 2023-12-09T04:16:22.446Z | Downloaded object v0.30.4 |
1131 | 2023-12-09T04:16:22.467Z | Downloaded curve25519-dalek v4.1.0 |
1132 | 2023-12-09T04:16:22.489Z | Downloaded object v0.32.1 |
1133 | 2023-12-09T04:16:22.506Z | Downloaded portable-atomic v1.4.3 |
1134 | 2023-12-09T04:16:22.517Z | Downloaded quick-xml v0.23.1 |
1135 | 2023-12-09T04:16:22.529Z | Downloaded petgraph v0.6.4 |
1136 | 2023-12-09T04:16:22.554Z | Downloaded vcpkg v0.2.15 |
1137 | 2023-12-09T04:16:22.635Z | Downloaded h2 v0.3.21 |
1138 | 2023-12-09T04:16:22.648Z | Downloaded rayon v1.8.0 |
1139 | 2023-12-09T04:16:22.667Z | Downloaded clap v2.34.0 |
1140 | 2023-12-09T04:16:22.676Z | Downloaded ring v0.17.7 |
1141 | 2023-12-09T04:16:22.825Z | Downloaded hyper v0.14.27 |
1142 | 2023-12-09T04:16:22.839Z | Downloaded bindgen v0.65.1 |
1143 | 2023-12-09T04:16:22.853Z | Downloaded pretty_assertions v1.4.0 |
1144 | 2023-12-09T04:16:22.856Z | Downloaded plotters v0.3.5 |
1145 | 2023-12-09T04:16:22.880Z | Downloaded ring v0.16.20 |
1146 | 2023-12-09T04:16:23.034Z | Downloaded tracing v0.1.37 |
1147 | 2023-12-09T04:16:23.040Z | Downloaded elliptic-curve v0.13.8 |
1148 | 2023-12-09T04:16:23.046Z | Downloaded hashbrown v0.12.3 |
1149 | 2023-12-09T04:16:23.053Z | Downloaded tar v0.4.40 |
1150 | 2023-12-09T04:16:23.057Z | Downloaded prettyplease v0.2.12 |
1151 | 2023-12-09T04:16:23.065Z | Downloaded flate2 v1.0.28 |
1152 | 2023-12-09T04:16:23.071Z | Downloaded tokio-util v0.7.10 |
1153 | 2023-12-09T04:16:23.081Z | Downloaded pest v2.7.2 |
1154 | 2023-12-09T04:16:23.090Z | Downloaded rand v0.8.5 |
1155 | 2023-12-09T04:16:23.096Z | Downloaded fallible-iterator v0.2.0 |
1156 | 2023-12-09T04:16:23.098Z | Downloaded hubpack v0.1.2 |
1157 | 2023-12-09T04:16:23.102Z | Downloaded futures v0.3.29 |
1158 | 2023-12-09T04:16:23.108Z | Downloaded flume v0.11.0 |
1159 | 2023-12-09T04:16:23.113Z | Downloaded unsafe-libyaml v0.2.9 |
1160 | 2023-12-09T04:16:23.122Z | Downloaded socket2 v0.5.5 |
1161 | 2023-12-09T04:16:23.126Z | Downloaded snafu v0.7.5 |
1162 | 2023-12-09T04:16:23.132Z | Downloaded url v2.5.0 |
1163 | 2023-12-09T04:16:23.137Z | Downloaded steno v0.4.0 |
1164 | 2023-12-09T04:16:23.143Z | Downloaded uuid v1.6.1 |
1165 | 2023-12-09T04:16:23.150Z | Downloaded unicode-segmentation v1.10.1 |
1166 | 2023-12-09T04:16:23.156Z | Downloaded smf v0.2.2 |
1167 | 2023-12-09T04:16:23.162Z | Downloaded zeroize_derive v1.4.2 |
1168 | 2023-12-09T04:16:23.165Z | Downloaded same-file v1.0.6 |
1169 | 2023-12-09T04:16:23.166Z | Downloaded tokio-rustls v0.24.1 |
1170 | 2023-12-09T04:16:23.166Z | Downloaded pkcs8 v0.10.2 |
1171 | 2023-12-09T04:16:23.174Z | Downloaded der v0.7.8 |
1172 | 2023-12-09T04:16:23.178Z | Downloaded group v0.13.0 |
1173 | 2023-12-09T04:16:23.181Z | Downloaded parking_lot v0.11.2 |
1174 | 2023-12-09T04:16:23.185Z | Downloaded signature v2.1.0 |
1175 | 2023-12-09T04:16:23.188Z | Downloaded structmeta v0.2.0 |
1176 | 2023-12-09T04:16:23.188Z | Downloaded ref-cast-impl v1.0.20 |
1177 | 2023-12-09T04:16:23.191Z | Downloaded ref-cast v1.0.20 |
1178 | 2023-12-09T04:16:23.194Z | Downloaded enum-as-inner v0.5.1 |
1179 | 2023-12-09T04:16:23.198Z | Downloaded heck v0.3.3 |
1180 | 2023-12-09T04:16:23.198Z | Downloaded postcard v1.0.8 |
1181 | 2023-12-09T04:16:23.201Z | Downloaded tracing-core v0.1.31 |
1182 | 2023-12-09T04:16:23.206Z | Downloaded schemars_derive v0.8.13 |
1183 | 2023-12-09T04:16:23.209Z | Downloaded tinytemplate v1.2.1 |
1184 | 2023-12-09T04:16:23.211Z | Downloaded pin-project-internal v1.1.3 |
1185 | 2023-12-09T04:16:23.218Z | Downloaded proc-macro-error v1.0.4 |
1186 | 2023-12-09T04:16:23.222Z | Downloaded textwrap v0.16.0 |
1187 | 2023-12-09T04:16:23.227Z | Downloaded toml v0.7.8 |
1188 | 2023-12-09T04:16:23.230Z | Downloaded fatfs v0.3.6 |
1189 | 2023-12-09T04:16:23.234Z | Downloaded heapless v0.7.16 |
1190 | 2023-12-09T04:16:23.238Z | Downloaded itertools v0.12.0 |
1191 | 2023-12-09T04:16:23.250Z | Downloaded toolchain_find v0.2.0 |
1192 | 2023-12-09T04:16:23.252Z | Downloaded pest_generator v2.7.2 |
1193 | 2023-12-09T04:16:23.255Z | Downloaded toml_edit v0.19.15 |
1194 | 2023-12-09T04:16:23.282Z | Downloaded strsim v0.8.0 |
1195 | 2023-12-09T04:16:23.287Z | Downloaded thread_local v1.1.7 |
1196 | 2023-12-09T04:16:23.290Z | Downloaded poly1305 v0.8.0 |
1197 | 2023-12-09T04:16:23.290Z | Downloaded rustls-native-certs v0.6.3 |
1198 | 2023-12-09T04:16:23.295Z | Downloaded serde_with v3.4.0 |
1199 | 2023-12-09T04:16:23.304Z | Downloaded proc-macro-error-attr v1.0.4 |
1200 | 2023-12-09T04:16:23.307Z | Downloaded darling_macro v0.20.3 |
1201 | 2023-12-09T04:16:23.308Z | Downloaded funty v2.0.0 |
1202 | 2023-12-09T04:16:23.311Z | Downloaded debug-ignore v1.0.5 |
1203 | 2023-12-09T04:16:23.311Z | Downloaded serde_with_macros v3.4.0 |
1204 | 2023-12-09T04:16:23.314Z | Downloaded subprocess v0.2.9 |
1205 | 2023-12-09T04:16:23.316Z | Downloaded plotters-backend v0.3.5 |
1206 | 2023-12-09T04:16:23.319Z | Downloaded derive_builder v0.12.0 |
1207 | 2023-12-09T04:16:23.326Z | Downloaded vsss-rs v3.3.1 |
1208 | 2023-12-09T04:16:23.330Z | Downloaded derive_more v0.99.17 |
1209 | 2023-12-09T04:16:23.341Z | Downloaded thread-id v4.2.0 |
1210 | 2023-12-09T04:16:23.344Z | Downloaded quick-error v1.2.3 |
1211 | 2023-12-09T04:16:23.344Z | Downloaded globset v0.4.13 |
1212 | 2023-12-09T04:16:23.344Z | Downloaded pin-utils v0.1.0 |
1213 | 2023-12-09T04:16:23.347Z | Downloaded data-encoding v2.4.0 |
1214 | 2023-12-09T04:16:23.348Z | Downloaded strum_macros v0.24.3 |
1215 | 2023-12-09T04:16:23.351Z | Downloaded semver-parser v0.10.2 |
1216 | 2023-12-09T04:16:23.354Z | Downloaded num-bigint-dig v0.8.4 |
1217 | 2023-12-09T04:16:23.360Z | Downloaded nom v7.1.3 |
1218 | 2023-12-09T04:16:23.369Z | Downloaded predicates-core v1.0.6 |
1219 | 2023-12-09T04:16:23.372Z | Downloaded http-body v0.4.5 |
1220 | 2023-12-09T04:16:23.375Z | Downloaded which v4.4.0 |
1221 | 2023-12-09T04:16:23.375Z | Downloaded serde_path_to_error v0.1.14 |
1222 | 2023-12-09T04:16:23.378Z | Downloaded topological-sort v0.2.2 |
1223 | 2023-12-09T04:16:23.381Z | Downloaded unicase v2.7.0 |
1224 | 2023-12-09T04:16:23.384Z | Downloaded signature v1.6.4 |
1225 | 2023-12-09T04:16:23.384Z | Downloaded env_logger v0.10.0 |
1226 | 2023-12-09T04:16:23.388Z | Downloaded tokio-stream v0.1.14 |
1227 | 2023-12-09T04:16:23.395Z | Downloaded yasna v0.5.2 |
1228 | 2023-12-09T04:16:23.398Z | Downloaded tungstenite v0.20.1 |
1229 | 2023-12-09T04:16:23.404Z | Downloaded trust-dns-server v0.22.1 |
1230 | 2023-12-09T04:16:23.416Z | Downloaded trust-dns-client v0.22.0 |
1231 | 2023-12-09T04:16:23.422Z | Downloaded usdt v0.3.5 |
1232 | 2023-12-09T04:16:23.426Z | Downloaded fd-lock v3.0.13 |
1233 | 2023-12-09T04:16:23.429Z | Downloaded pkg-config v0.3.27 |
1234 | 2023-12-09T04:16:23.431Z | Downloaded hmac v0.12.1 |
1235 | 2023-12-09T04:16:23.435Z | Downloaded hubpack_derive v0.1.1 |
1236 | 2023-12-09T04:16:23.435Z | Downloaded zeroize v1.7.0 |
1237 | 2023-12-09T04:16:23.438Z | Downloaded unicode-xid v0.2.4 |
1238 | 2023-12-09T04:16:23.440Z | Downloaded cc v1.0.83 |
1239 | 2023-12-09T04:16:23.443Z | Downloaded num-bigint v0.4.4 |
1240 | 2023-12-09T04:16:23.451Z | Downloaded pin-project v1.1.3 |
1241 | 2023-12-09T04:16:23.473Z | Downloaded rust-argon2 v1.0.1 |
1242 | 2023-12-09T04:16:23.476Z | Downloaded sha2 v0.10.8 |
1243 | 2023-12-09T04:16:23.479Z | Downloaded structmeta-derive v0.2.0 |
1244 | 2023-12-09T04:16:23.482Z | Downloaded strip-ansi-escapes v0.2.0 |
1245 | 2023-12-09T04:16:23.482Z | Downloaded rand_xorshift v0.3.0 |
1246 | 2023-12-09T04:16:23.485Z | Downloaded rand_chacha v0.3.1 |
1247 | 2023-12-09T04:16:23.485Z | Downloaded slog v2.7.0 |
1248 | 2023-12-09T04:16:23.490Z | Downloaded rand v0.4.6 |
1249 | 2023-12-09T04:16:23.496Z | Downloaded futures-sink v0.3.29 |
1250 | 2023-12-09T04:16:23.500Z | Downloaded serde_derive_internals v0.26.0 |
1251 | 2023-12-09T04:16:23.503Z | Downloaded float-cmp v0.9.0 |
1252 | 2023-12-09T04:16:23.503Z | Downloaded universal-hash v0.5.1 |
1253 | 2023-12-09T04:16:23.505Z | Downloaded thiserror-impl-no-std v2.0.2 |
1254 | 2023-12-09T04:16:23.508Z | Downloaded indicatif v0.17.7 |
1255 | 2023-12-09T04:16:23.512Z | Downloaded signal-hook-registry v1.4.1 |
1256 | 2023-12-09T04:16:23.514Z | Downloaded glob v0.3.1 |
1257 | 2023-12-09T04:16:23.517Z | Downloaded serde_repr v0.1.16 |
1258 | 2023-12-09T04:16:23.523Z | Downloaded futures-channel v0.3.29 |
1259 | 2023-12-09T04:16:23.528Z | Downloaded pest_derive v2.7.2 |
1260 | 2023-12-09T04:16:23.528Z | Downloaded getrandom v0.2.10 |
1261 | 2023-12-09T04:16:23.531Z | Downloaded ucd-trie v0.1.6 |
1262 | 2023-12-09T04:16:23.534Z | Downloaded trybuild v1.0.85 |
1263 | 2023-12-09T04:16:23.539Z | Downloaded openssl-sys v0.9.96 |
1264 | 2023-12-09T04:16:23.547Z | Downloaded chrono v0.4.31 |
1265 | 2023-12-09T04:16:23.561Z | Downloaded fnv v1.0.7 |
1266 | 2023-12-09T04:16:23.565Z | Downloaded serde_plain v1.0.2 |
1267 | 2023-12-09T04:16:23.567Z | Downloaded darling_macro v0.14.4 |
1268 | 2023-12-09T04:16:23.568Z | Downloaded pem v3.0.2 |
1269 | 2023-12-09T04:16:23.568Z | Downloaded generic-array v0.14.7 |
1270 | 2023-12-09T04:16:23.571Z | Downloaded structopt-derive v0.4.18 |
1271 | 2023-12-09T04:16:23.575Z | Downloaded parking_lot v0.12.1 |
1272 | 2023-12-09T04:16:23.584Z | Downloaded stringprep v0.1.3 |
1273 | 2023-12-09T04:16:23.585Z | Downloaded dyn-clone v1.0.13 |
1274 | 2023-12-09T04:16:23.588Z | Downloaded flagset v0.4.3 |
1275 | 2023-12-09T04:16:23.588Z | Downloaded secrecy v0.8.0 |
1276 | 2023-12-09T04:16:23.589Z | Downloaded pkcs1 v0.7.5 |
1277 | 2023-12-09T04:16:23.589Z | Downloaded predicates v3.0.4 |
1278 | 2023-12-09T04:16:23.592Z | Downloaded itertools v0.11.0 |
1279 | 2023-12-09T04:16:23.604Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1280 | 2023-12-09T04:16:23.607Z | Downloaded mio v0.8.9 |
1281 | 2023-12-09T04:16:23.614Z | Downloaded pem-rfc7468 v0.7.0 |
1282 | 2023-12-09T04:16:23.617Z | Downloaded hex v0.4.3 |
1283 | 2023-12-09T04:16:23.620Z | Downloaded defmt v0.3.5 |
1284 | 2023-12-09T04:16:23.625Z | Downloaded highway v1.1.0 |
1285 | 2023-12-09T04:16:23.628Z | Downloaded diff v0.1.13 |
1286 | 2023-12-09T04:16:23.634Z | Downloaded structopt v0.3.26 |
1287 | 2023-12-09T04:16:23.646Z | Downloaded slog-scope v4.4.0 |
1288 | 2023-12-09T04:16:23.649Z | Downloaded tokio-tungstenite v0.20.1 |
1289 | 2023-12-09T04:16:23.658Z | Downloaded fixedbitset v0.4.2 |
1290 | 2023-12-09T04:16:23.658Z | Downloaded base64 v0.21.5 |
1291 | 2023-12-09T04:16:23.661Z | Downloaded backtrace v0.3.69 |
1292 | 2023-12-09T04:16:23.668Z | Downloaded password-hash v0.5.0 |
1293 | 2023-12-09T04:16:23.671Z | Downloaded const-oid v0.9.5 |
1294 | 2023-12-09T04:16:23.674Z | Downloaded crossbeam-utils v0.8.16 |
1295 | 2023-12-09T04:16:23.679Z | Downloaded papergrid v0.10.0 |
1296 | 2023-12-09T04:16:23.686Z | Downloaded vte v0.11.1 |
1297 | 2023-12-09T04:16:23.690Z | Downloaded similar v2.2.1 |
1298 | 2023-12-09T04:16:23.698Z | Downloaded rustls-pemfile v1.0.3 |
1299 | 2023-12-09T04:16:23.701Z | Downloaded rustfmt-wrapper v0.2.0 |
1300 | 2023-12-09T04:16:23.711Z | Downloaded vte_generate_state_changes v0.1.1 |
1301 | 2023-12-09T04:16:23.711Z | Downloaded utf-8 v0.7.6 |
1302 | 2023-12-09T04:16:23.711Z | Downloaded remove_dir_all v0.5.3 |
1303 | 2023-12-09T04:16:23.711Z | Downloaded parking_lot_core v0.9.8 |
1304 | 2023-12-09T04:16:23.720Z | Downloaded resolv-conf v0.7.0 |
1305 | 2023-12-09T04:16:23.720Z | Downloaded tempfile v3.8.1 |
1306 | 2023-12-09T04:16:23.723Z | Downloaded futures-core v0.3.29 |
1307 | 2023-12-09T04:16:23.723Z | Downloaded spki v0.7.2 |
1308 | 2023-12-09T04:16:23.724Z | Downloaded spin v0.5.2 |
1309 | 2023-12-09T04:16:23.727Z | Downloaded basic-toml v0.1.4 |
1310 | 2023-12-09T04:16:23.740Z | Downloaded derive_builder_macro v0.12.0 |
1311 | 2023-12-09T04:16:23.743Z | Downloaded rstest v0.18.2 |
1312 | 2023-12-09T04:16:23.749Z | Downloaded signal-hook v0.3.17 |
1313 | 2023-12-09T04:16:23.755Z | Downloaded ipnet v2.8.0 |
1314 | 2023-12-09T04:16:23.759Z | Downloaded zone_cfg_derive v0.3.0 |
1315 | 2023-12-09T04:16:23.759Z | Downloaded shell-words v1.1.0 |
1316 | 2023-12-09T04:16:23.759Z | Downloaded home v0.5.5 |
1317 | 2023-12-09T04:16:23.762Z | Downloaded itertools v0.10.5 |
1318 | 2023-12-09T04:16:23.801Z | Downloaded crossterm v0.27.0 |
1319 | 2023-12-09T04:16:23.806Z | Downloaded serde_urlencoded v0.7.1 |
1320 | 2023-12-09T04:16:23.806Z | Downloaded sct v0.7.0 |
1321 | 2023-12-09T04:16:23.806Z | Downloaded time-macros v0.2.13 |
1322 | 2023-12-09T04:16:23.806Z | Downloaded arc-swap v1.6.0 |
1323 | 2023-12-09T04:16:23.806Z | Downloaded derive_builder_core v0.12.0 |
1324 | 2023-12-09T04:16:23.806Z | Downloaded slog-term v2.9.0 |
1325 | 2023-12-09T04:16:23.810Z | Downloaded snafu-derive v0.7.5 |
1326 | 2023-12-09T04:16:23.810Z | Downloaded lock_api v0.4.10 |
1327 | 2023-12-09T04:16:23.826Z | Downloaded crypto-bigint v0.5.2 |
1328 | 2023-12-09T04:16:23.832Z | Downloaded chacha20poly1305 v0.10.1 |
1329 | 2023-12-09T04:16:23.832Z | Downloaded bytes v1.5.0 |
1330 | 2023-12-09T04:16:23.835Z | Downloaded darling_core v0.14.4 |
1331 | 2023-12-09T04:16:23.839Z | Downloaded blake2 v0.10.6 |
1332 | 2023-12-09T04:16:23.843Z | Downloaded bcs v0.1.6 |
1333 | 2023-12-09T04:16:23.846Z | Downloaded crc32fast v1.3.2 |
1334 | 2023-12-09T04:16:23.848Z | Downloaded termcolor v1.2.0 |
1335 | 2023-12-09T04:16:23.852Z | Downloaded percent-encoding v2.3.1 |
1336 | 2023-12-09T04:16:23.856Z | Downloaded string_cache v0.8.7 |
1337 | 2023-12-09T04:16:23.856Z | Downloaded r2d2 v0.8.10 |
1338 | 2023-12-09T04:16:23.859Z | Downloaded pretty-hex v0.2.1 |
1339 | 2023-12-09T04:16:23.859Z | Downloaded backoff v0.4.0 |
1340 | 2023-12-09T04:16:23.862Z | Downloaded criterion v0.5.1 |
1341 | 2023-12-09T04:16:23.873Z | Downloaded packed_struct_codegen v0.10.1 |
1342 | 2023-12-09T04:16:23.876Z | Downloaded cancel-safe-futures v0.1.5 |
1343 | 2023-12-09T04:16:23.880Z | Downloaded libm v0.2.7 |
1344 | 2023-12-09T04:16:23.895Z | Downloaded threadpool v1.8.1 |
1345 | 2023-12-09T04:16:23.898Z | Downloaded supports-color v2.1.0 |
1346 | 2023-12-09T04:16:23.902Z | Downloaded impl-trait-for-tuples v0.2.2 |
1347 | 2023-12-09T04:16:23.907Z | Downloaded indoc v2.0.3 |
1348 | 2023-12-09T04:16:23.910Z | Downloaded serde-hex v0.1.0 |
1349 | 2023-12-09T04:16:23.911Z | Downloaded inout v0.1.3 |
1350 | 2023-12-09T04:16:23.913Z | Downloaded packed_struct v0.10.1 |
1351 | 2023-12-09T04:16:23.916Z | Downloaded ahash v0.8.3 |
1352 | 2023-12-09T04:16:23.919Z | Downloaded dof v0.1.5 |
1353 | 2023-12-09T04:16:23.923Z | Downloaded termios v0.3.3 |
1354 | 2023-12-09T04:16:23.925Z | Downloaded subtle v2.5.0 |
1355 | 2023-12-09T04:16:23.925Z | Downloaded omicron-zone-package v0.9.1 |
1356 | 2023-12-09T04:16:23.929Z | Downloaded base64ct v1.6.0 |
1357 | 2023-12-09T04:16:23.933Z | Downloaded wyz v0.5.1 |
1358 | 2023-12-09T04:16:23.938Z | Downloaded swrite v0.1.0 |
1359 | 2023-12-09T04:16:23.945Z | Downloaded num-iter v0.1.43 |
1360 | 2023-12-09T04:16:23.945Z | Downloaded mime_guess v2.0.4 |
1361 | 2023-12-09T04:16:23.945Z | Downloaded camino-tempfile v1.1.1 |
1362 | 2023-12-09T04:16:23.948Z | Downloaded bzip2 v0.4.4 |
1363 | 2023-12-09T04:16:23.951Z | Downloaded blake2b_simd v1.0.1 |
1364 | 2023-12-09T04:16:23.954Z | Downloaded mime v0.3.17 |
1365 | 2023-12-09T04:16:23.957Z | Downloaded oorandom v11.1.3 |
1366 | 2023-12-09T04:16:23.957Z | Downloaded untrusted v0.7.1 |
1367 | 2023-12-09T04:16:23.958Z | Downloaded tap v1.0.1 |
1368 | 2023-12-09T04:16:23.962Z | Downloaded bitflags v2.4.0 |
1369 | 2023-12-09T04:16:23.967Z | Downloaded stable_deref_trait v1.2.0 |
1370 | 2023-12-09T04:16:23.967Z | Downloaded peeking_take_while v0.1.2 |
1371 | 2023-12-09T04:16:23.973Z | Downloaded arrayvec v0.7.4 |
1372 | 2023-12-09T04:16:23.973Z | Downloaded async-trait v0.1.74 |
1373 | 2023-12-09T04:16:23.976Z | Downloaded downcast v0.11.0 |
1374 | 2023-12-09T04:16:23.980Z | Downloaded slog-stdlog v4.1.1 |
1375 | 2023-12-09T04:16:23.980Z | Downloaded libloading v0.7.4 |
1376 | 2023-12-09T04:16:23.983Z | Downloaded tinyvec_macros v0.1.1 |
1377 | 2023-12-09T04:16:23.986Z | Downloaded libtest-mimic v0.6.1 |
1378 | 2023-12-09T04:16:23.989Z | Downloaded argon2 v0.5.2 |
1379 | 2023-12-09T04:16:23.995Z | Downloaded crossbeam-epoch v0.9.15 |
1380 | 2023-12-09T04:16:23.998Z | Downloaded num-rational v0.4.1 |
1381 | 2023-12-09T04:16:23.998Z | Downloaded hyper-staticfile v0.9.5 |
1382 | 2023-12-09T04:16:24.002Z | Downloaded slog-async v2.8.0 |
1383 | 2023-12-09T04:16:24.005Z | Downloaded olpc-cjson v0.1.3 |
1384 | 2023-12-09T04:16:24.005Z | Downloaded native-tls v0.2.11 |
1385 | 2023-12-09T04:16:24.011Z | Downloaded cfg-if v1.0.0 |
1386 | 2023-12-09T04:16:24.011Z | Downloaded ansi_term v0.12.1 |
1387 | 2023-12-09T04:16:24.017Z | Downloaded cipher v0.4.4 |
1388 | 2023-12-09T04:16:24.017Z | Downloaded base16ct v0.2.0 |
1389 | 2023-12-09T04:16:24.021Z | Downloaded memoffset v0.7.1 |
1390 | 2023-12-09T04:16:24.021Z | Downloaded maybe-uninit v2.0.0 |
1391 | 2023-12-09T04:16:24.021Z | Downloaded libefi-sys v0.1.0 |
1392 | 2023-12-09T04:16:24.024Z | Downloaded byteorder v1.5.0 |
1393 | 2023-12-09T04:16:24.025Z | Downloaded buf-list v1.0.3 |
1394 | 2023-12-09T04:16:24.031Z | Downloaded block-padding v0.3.3 |
1395 | 2023-12-09T04:16:24.034Z | Downloaded crossbeam-queue v0.3.8 |
1396 | 2023-12-09T04:16:24.034Z | Downloaded md-5 v0.10.5 |
1397 | 2023-12-09T04:16:24.034Z | Downloaded maplit v1.0.2 |
1398 | 2023-12-09T04:16:24.038Z | Downloaded linear-map v1.2.0 |
1399 | 2023-12-09T04:16:24.038Z | Downloaded darling v0.14.4 |
1400 | 2023-12-09T04:16:24.043Z | Downloaded crypto-common v0.1.6 |
1401 | 2023-12-09T04:16:24.048Z | Downloaded num_enum v0.5.11 |
1402 | 2023-12-09T04:16:24.052Z | Downloaded log v0.4.20 |
1403 | 2023-12-09T04:16:24.057Z | Downloaded hyper-rustls v0.24.2 |
1404 | 2023-12-09T04:16:24.060Z | Downloaded humantime v2.1.0 |
1405 | 2023-12-09T04:16:24.063Z | Downloaded bit-vec v0.6.3 |
1406 | 2023-12-09T04:16:24.069Z | Downloaded assert_cmd v2.0.12 |
1407 | 2023-12-09T04:16:24.073Z | Downloaded slog-bunyan v2.4.0 |
1408 | 2023-12-09T04:16:24.073Z | Downloaded crossbeam-deque v0.8.3 |
1409 | 2023-12-09T04:16:24.073Z | Downloaded bitfield v0.14.0 |
1410 | 2023-12-09T04:16:24.076Z | Downloaded darling v0.20.3 |
1411 | 2023-12-09T04:16:24.079Z | Downloaded bytecount v0.6.3 |
1412 | 2023-12-09T04:16:24.082Z | Downloaded async-recursion v1.0.5 |
1413 | 2023-12-09T04:16:24.087Z | Downloaded num-integer v0.1.45 |
1414 | 2023-12-09T04:16:24.090Z | Downloaded num-derive v0.4.0 |
1415 | 2023-12-09T04:16:24.090Z | Downloaded similar-asserts v1.5.0 |
1416 | 2023-12-09T04:16:24.093Z | Downloaded indoc v1.0.9 |
1417 | 2023-12-09T04:16:24.098Z | Downloaded approx v0.5.1 |
1418 | 2023-12-09T04:16:24.107Z | Downloaded nanorand v0.7.0 |
1419 | 2023-12-09T04:16:24.110Z | Downloaded memoffset v0.9.0 |
1420 | 2023-12-09T04:16:24.111Z | Downloaded async-stream v0.3.5 |
1421 | 2023-12-09T04:16:24.111Z | Downloaded autocfg v1.1.0 |
1422 | 2023-12-09T04:16:24.114Z | Downloaded adler v1.0.2 |
1423 | 2023-12-09T04:16:24.114Z | Downloaded array-init v0.0.4 |
1424 | 2023-12-09T04:16:24.117Z | Downloaded arrayref v0.3.7 |
1425 | 2023-12-09T04:16:24.117Z | Downloaded aead v0.5.2 |
1426 | 2023-12-09T04:16:24.119Z | Downloaded lazycell v1.3.0 |
1427 | 2023-12-09T04:16:24.120Z | Downloaded colored v2.0.4 |
1428 | 2023-12-09T04:16:24.122Z | Downloaded crossbeam-channel v0.5.8 |
1429 | 2023-12-09T04:16:24.130Z | Downloaded matches v0.1.10 |
1430 | 2023-12-09T04:16:24.133Z | Downloaded match_cfg v0.1.0 |
1431 | 2023-12-09T04:16:24.133Z | Downloaded bytesize v1.3.0 |
1432 | 2023-12-09T04:16:24.136Z | Downloaded bb8 v0.8.1 |
1433 | 2023-12-09T04:16:24.136Z | Downloaded crc-catalog v2.2.0 |
1434 | 2023-12-09T04:16:24.138Z | Downloaded number_prefix v0.4.0 |
1435 | 2023-12-09T04:16:24.139Z | Downloaded num_threads v0.1.6 |
1436 | 2023-12-09T04:16:24.141Z | Downloaded normalize-line-endings v0.3.0 |
1437 | 2023-12-09T04:16:24.141Z | Downloaded nodrop v0.1.14 |
1438 | 2023-12-09T04:16:24.145Z | Downloaded newline-converter v0.3.0 |
1439 | 2023-12-09T04:16:24.145Z | Downloaded block-buffer v0.10.4 |
1440 | 2023-12-09T04:16:24.152Z | Downloaded atty v0.2.14 |
1441 | 2023-12-09T04:16:24.152Z | Downloaded async-stream-impl v0.3.5 |
1442 | 2023-12-09T04:16:24.152Z | Downloaded keccak v0.1.4 |
1443 | 2023-12-09T04:16:24.155Z | Downloaded anes v0.1.6 |
1444 | 2023-12-09T04:16:24.155Z | Downloaded ascii-canvas v3.0.0 |
1445 | 2023-12-09T04:16:24.158Z | Downloaded crunchy v0.2.2 |
1446 | 2023-12-09T04:16:24.158Z | Downloaded cstr-argument v0.1.2 |
1447 | 2023-12-09T04:16:24.161Z | Downloaded crc-any v2.4.3 |
1448 | 2023-12-09T04:16:24.165Z | Downloaded console v0.15.7 |
1449 | 2023-12-09T04:16:24.167Z | Downloaded kstat-rs v0.2.3 |
1450 | 2023-12-09T04:16:24.170Z | Downloaded ipnetwork v0.20.0 |
1451 | 2023-12-09T04:16:24.175Z | Downloaded convert_case v0.4.0 |
1452 | 2023-12-09T04:16:24.175Z | Downloaded cobs v0.2.3 |
1453 | 2023-12-09T04:16:24.178Z | Downloaded ciborium-ll v0.2.1 |
1454 | 2023-12-09T04:16:24.178Z | Downloaded crucible-workspace-hack v0.1.0 |
1455 | 2023-12-09T04:16:24.178Z | Downloaded ciborium-io v0.2.1 |
1456 | 2023-12-09T04:16:24.841Z | Compiling serde v1.0.192 |
1457 | 2023-12-09T04:16:24.841Z | Compiling autocfg v1.1.0 |
1458 | 2023-12-09T04:16:24.851Z | Checking cfg-if v1.0.0 |
1459 | 2023-12-09T04:16:24.851Z | Compiling version_check v0.9.4 |
1460 | 2023-12-09T04:16:24.851Z | Compiling syn v1.0.109 |
1461 | 2023-12-09T04:16:24.851Z | Checking libc v0.2.150 |
1462 | 2023-12-09T04:16:24.857Z | Compiling syn v2.0.32 |
1463 | 2023-12-09T04:16:24.918Z | Compiling parking_lot_core v0.9.8 |
1464 | 2023-12-09T04:16:24.983Z | Compiling libm v0.2.7 |
1465 | 2023-12-09T04:16:25.473Z | Compiling cc v1.0.83 |
1466 | 2023-12-09T04:16:25.559Z | Compiling futures-core v0.3.29 |
1467 | 2023-12-09T04:16:25.675Z | Compiling once_cell v1.19.0 |
1468 | 2023-12-09T04:16:26.115Z | Compiling serde_json v1.0.108 |
1469 | 2023-12-09T04:16:26.122Z | Compiling memchr v2.6.3 |
1470 | 2023-12-09T04:16:26.147Z | Compiling lock_api v0.4.10 |
1471 | 2023-12-09T04:16:26.280Z | Compiling num-traits v0.2.16 |
1472 | 2023-12-09T04:16:26.594Z | Compiling typenum v1.16.0 |
1473 | 2023-12-09T04:16:26.641Z | Checking getrandom v0.2.10 |
1474 | 2023-12-09T04:16:26.744Z | Compiling generic-array v0.14.7 |
1475 | 2023-12-09T04:16:26.979Z | Compiling slab v0.4.9 |
1476 | 2023-12-09T04:16:27.364Z | Compiling futures-task v0.3.29 |
1477 | 2023-12-09T04:16:27.517Z | Compiling futures-channel v0.3.29 |
1478 | 2023-12-09T04:16:27.978Z | Compiling futures-util v0.3.29 |
1479 | 2023-12-09T04:16:28.110Z | Checking scopeguard v1.2.0 |
1480 | 2023-12-09T04:16:28.630Z | Compiling log v0.4.20 |
1481 | 2023-12-09T04:16:28.845Z | Compiling pkg-config v0.3.27 |
1482 | 2023-12-09T04:16:29.371Z | Checking itoa v1.0.9 |
1483 | 2023-12-09T04:16:29.593Z | Checking smallvec v1.11.0 |
1484 | 2023-12-09T04:16:29.738Z | Compiling rustix v0.38.25 |
1485 | 2023-12-09T04:16:29.984Z | Compiling indexmap v1.9.3 |
1486 | 2023-12-09T04:16:30.145Z | Compiling schemars v0.8.13 |
1487 | 2023-12-09T04:16:30.379Z | Compiling vcpkg v0.2.15 |
1488 | 2023-12-09T04:16:30.442Z | Compiling fnv v1.0.7 |
1489 | 2023-12-09T04:16:30.622Z | Compiling httparse v1.8.0 |
1490 | 2023-12-09T04:16:30.675Z | Checking rand_core v0.6.4 |
1491 | 2023-12-09T04:16:31.089Z | Compiling ring v0.16.20 |
1492 | 2023-12-09T04:16:31.243Z | Compiling ring v0.17.7 |
1493 | 2023-12-09T04:16:32.927Z | Compiling aho-corasick v1.0.4 |
1494 | 2023-12-09T04:16:33.094Z | Compiling regex-syntax v0.8.2 |
1495 | 2023-12-09T04:16:34.113Z | Compiling openssl-sys v0.9.96 |
1496 | 2023-12-09T04:16:35.776Z | Compiling parking_lot v0.12.1 |
1497 | 2023-12-09T04:16:36.789Z | Compiling ahash v0.8.3 |
1498 | 2023-12-09T04:16:37.260Z | Compiling serde_derive_internals v0.26.0 |
1499 | 2023-12-09T04:16:37.347Z | Checking pin-project-lite v0.2.13 |
1500 | 2023-12-09T04:16:37.624Z | Checking spin v0.5.2 |
1501 | 2023-12-09T04:16:37.908Z | Compiling openssl v0.10.60 |
1502 | 2023-12-09T04:16:38.491Z | Compiling regex-automata v0.4.3 |
1503 | 2023-12-09T04:16:39.174Z | Checking signal-hook-registry v1.4.1 |
1504 | 2023-12-09T04:16:39.521Z | Compiling ucd-trie v0.1.6 |
1505 | 2023-12-09T04:16:40.178Z | Compiling rustls v0.21.9 |
1506 | 2023-12-09T04:16:40.476Z | Checking mio v0.8.9 |
1507 | 2023-12-09T04:16:40.983Z | Compiling native-tls v0.2.11 |
1508 | 2023-12-09T04:16:41.278Z | Compiling iana-time-zone v0.1.57 |
1509 | 2023-12-09T04:16:41.430Z | Compiling async-trait v0.1.74 |
1510 | 2023-12-09T04:16:41.481Z | Checking num_cpus v1.16.0 |
1511 | 2023-12-09T04:16:41.966Z | Compiling dyn-clone v1.0.13 |
1512 | 2023-12-09T04:16:42.245Z | Compiling unicode-xid v0.2.4 |
1513 | 2023-12-09T04:16:42.260Z | Compiling byteorder v1.5.0 |
1514 | 2023-12-09T04:16:43.029Z | Compiling backtrace v0.3.69 |
1515 | 2023-12-09T04:16:43.208Z | Checking socket2 v0.5.5 |
1516 | 2023-12-09T04:16:43.646Z | Compiling futures-sink v0.3.29 |
1517 | 2023-12-09T04:16:43.877Z | Compiling hashbrown v0.13.2 |
1518 | 2023-12-09T04:16:43.934Z | Compiling errno v0.3.2 |
1519 | 2023-12-09T04:16:43.963Z | Compiling crossbeam-utils v0.8.16 |
1520 | 2023-12-09T04:16:44.244Z | Compiling tinyvec_macros v0.1.1 |
1521 | 2023-12-09T04:16:44.306Z | Compiling crc32fast v1.3.2 |
1522 | 2023-12-09T04:16:44.361Z | Checking ryu v1.0.15 |
1523 | 2023-12-09T04:16:44.687Z | Compiling tinyvec v1.6.0 |
1524 | 2023-12-09T04:16:45.094Z | Compiling regex v1.10.2 |
1525 | 2023-12-09T04:16:45.688Z | Compiling futures-io v0.3.29 |
1526 | 2023-12-09T04:16:45.728Z | Compiling pin-utils v0.1.0 |
1527 | 2023-12-09T04:16:45.846Z | Compiling anyhow v1.0.75 |
1528 | 2023-12-09T04:16:46.099Z | Compiling spin v0.9.8 |
1529 | 2023-12-09T04:16:46.657Z | Compiling tracing-core v0.1.31 |
1530 | 2023-12-09T04:16:46.911Z | Compiling unicode-bidi v0.3.13 |
1531 | 2023-12-09T04:16:47.253Z | Compiling unicode-normalization v0.1.22 |
1532 | 2023-12-09T04:16:48.403Z | Compiling num-integer v0.1.45 |
1533 | 2023-12-09T04:16:48.490Z | Compiling serde_derive v1.0.192 |
1534 | 2023-12-09T04:16:48.806Z | Compiling thiserror-impl v1.0.49 |
1535 | 2023-12-09T04:16:49.054Z | Compiling zeroize_derive v1.4.2 |
1536 | 2023-12-09T04:16:49.095Z | Compiling tokio-macros v2.2.0 |
1537 | 2023-12-09T04:16:49.421Z | Compiling futures-macro v0.3.29 |
1538 | 2023-12-09T04:16:49.888Z | Compiling tracing-attributes v0.1.26 |
1539 | 2023-12-09T04:16:49.978Z | Compiling schemars_derive v0.8.13 |
1540 | 2023-12-09T04:16:51.723Z | Checking zeroize v1.7.0 |
1541 | 2023-12-09T04:16:51.874Z | Compiling openssl-macros v0.1.1 |
1542 | 2023-12-09T04:16:54.323Z | Compiling thiserror v1.0.49 |
1543 | 2023-12-09T04:16:54.476Z | Compiling pest v2.7.2 |
1544 | 2023-12-09T04:16:54.604Z | Compiling der_derive v0.7.2 |
1545 | 2023-12-09T04:16:55.505Z | Compiling synstructure v0.12.6 |
1546 | 2023-12-09T04:16:56.362Z | Compiling tracing v0.1.37 |
1547 | 2023-12-09T04:16:56.797Z | Compiling lazy_static v1.4.0 |
1548 | 2023-12-09T04:16:56.945Z | Compiling base64 v0.21.5 |
1549 | 2023-12-09T04:16:57.103Z | Compiling slog v2.7.0 |
1550 | 2023-12-09T04:16:57.920Z | Checking subtle v2.5.0 |
1551 | 2023-12-09T04:16:58.131Z | Compiling unicode-width v0.1.11 |
1552 | 2023-12-09T04:16:58.297Z | Compiling time-core v0.1.1 |
1553 | 2023-12-09T04:16:58.336Z | Compiling pest_meta v2.7.2 |
1554 | 2023-12-09T04:16:58.354Z | Compiling openssl-probe v0.1.5 |
1555 | 2023-12-09T04:16:58.539Z | Compiling untrusted v0.7.1 |
1556 | 2023-12-09T04:16:58.596Z | Compiling zerocopy-derive v0.2.0 |
1557 | 2023-12-09T04:16:58.829Z | Compiling foreign-types-shared v0.1.1 |
1558 | 2023-12-09T04:16:58.846Z | Compiling rustversion v1.0.14 |
1559 | 2023-12-09T04:16:58.853Z | Compiling hashbrown v0.12.3 |
1560 | 2023-12-09T04:16:58.963Z | Compiling percent-encoding v2.3.1 |
1561 | 2023-12-09T04:16:59.171Z | Compiling untrusted v0.9.0 |
1562 | 2023-12-09T04:16:59.525Z | Compiling foreign-types v0.3.2 |
1563 | 2023-12-09T04:16:59.932Z | Compiling time-macros v0.2.13 |
1564 | 2023-12-09T04:17:01.795Z | Compiling pest_generator v2.7.2 |
1565 | 2023-12-09T04:17:04.280Z | Compiling try-lock v0.2.4 |
1566 | 2023-12-09T04:17:04.589Z | Compiling want v0.3.1 |
1567 | 2023-12-09T04:17:04.993Z | Compiling sct v0.7.0 |
1568 | 2023-12-09T04:17:05.104Z | Compiling rustls-webpki v0.101.7 |
1569 | 2023-12-09T04:17:05.588Z | Compiling form_urlencoded v1.2.1 |
1570 | 2023-12-09T04:17:06.432Z | Compiling socket2 v0.4.9 |
1571 | 2023-12-09T04:17:06.657Z | Compiling httpdate v1.0.3 |
1572 | 2023-12-09T04:17:06.765Z | Compiling pest_derive v2.7.2 |
1573 | 2023-12-09T04:17:07.391Z | Compiling either v1.9.0 |
1574 | 2023-12-09T04:17:07.713Z | Compiling const-oid v0.9.5 |
1575 | 2023-12-09T04:17:07.850Z | Compiling tower-service v0.3.2 |
1576 | 2023-12-09T04:17:07.997Z | Compiling rustls-pemfile v1.0.3 |
1577 | 2023-12-09T04:17:08.225Z | Compiling idna v0.5.0 |
1578 | 2023-12-09T04:17:08.464Z | Compiling memoffset v0.9.0 |
1579 | 2023-12-09T04:17:08.547Z | Compiling usdt-impl v0.3.5 |
1580 | 2023-12-09T04:17:08.888Z | Compiling adler v1.0.2 |
1581 | 2023-12-09T04:17:09.212Z | Compiling miniz_oxide v0.7.1 |
1582 | 2023-12-09T04:17:09.401Z | Compiling rustls-native-certs v0.6.3 |
1583 | 2023-12-09T04:17:10.063Z | Compiling url v2.5.0 |
1584 | 2023-12-09T04:17:10.670Z | Compiling zerocopy v0.3.0 |
1585 | 2023-12-09T04:17:10.887Z | Checking crypto-common v0.1.6 |
1586 | 2023-12-09T04:17:11.143Z | Compiling signal-hook v0.3.17 |
1587 | 2023-12-09T04:17:11.547Z | Checking bytes v1.5.0 |
1588 | 2023-12-09T04:17:11.587Z | Checking bitflags v2.4.0 |
1589 | 2023-12-09T04:17:11.895Z | Compiling ipnet v2.8.0 |
1590 | 2023-12-09T04:17:13.225Z | Compiling indexmap v2.1.0 |
1591 | 2023-12-09T04:17:14.011Z | Compiling semver v1.0.20 |
1592 | 2023-12-09T04:17:14.684Z | Compiling chrono v0.4.31 |
1593 | 2023-12-09T04:17:14.942Z | Compiling uuid v1.6.1 |
1594 | 2023-12-09T04:17:15.174Z | Compiling rustc_version v0.4.0 |
1595 | 2023-12-09T04:17:15.196Z | Compiling http v0.2.11 |
1596 | 2023-12-09T04:17:15.199Z | Compiling tokio v1.35.0 |
1597 | 2023-12-09T04:17:16.350Z | Compiling serde_spanned v0.6.4 |
1598 | 2023-12-09T04:17:16.688Z | Compiling toml_datetime v0.6.5 |
1599 | 2023-12-09T04:17:17.363Z | Compiling toml_edit v0.19.15 |
1600 | 2023-12-09T04:17:18.032Z | Compiling openapiv3 v2.0.0-rc.1 |
1601 | 2023-12-09T04:17:21.087Z | Compiling http-body v0.4.5 |
1602 | 2023-12-09T04:17:21.710Z | Compiling heapless v0.7.16 |
1603 | 2023-12-09T04:17:22.609Z | Compiling serde_urlencoded v0.7.1 |
1604 | 2023-12-09T04:17:22.961Z | Compiling dof v0.1.5 |
1605 | 2023-12-09T04:17:23.429Z | Compiling dtrace-parser v0.1.14 |
1606 | 2023-12-09T04:17:24.798Z | Compiling zerocopy-derive v0.6.4 |
1607 | 2023-12-09T04:17:25.186Z | Compiling clap_derive v4.4.2 |
1608 | 2023-12-09T04:17:26.402Z | Compiling crossbeam-epoch v0.9.15 |
1609 | 2023-12-09T04:17:26.664Z | Compiling encoding_rs v0.8.33 |
1610 | 2023-12-09T04:17:27.068Z | Compiling thread-id v4.2.0 |
1611 | 2023-12-09T04:17:27.218Z | Compiling gimli v0.28.0 |
1612 | 2023-12-09T04:17:27.319Z | Compiling mime v0.3.17 |
1613 | 2023-12-09T04:17:28.273Z | Compiling tokio-util v0.7.10 |
1614 | 2023-12-09T04:17:28.441Z | Compiling tokio-rustls v0.24.1 |
1615 | 2023-12-09T04:17:29.037Z | Compiling siphasher v0.3.11 |
1616 | 2023-12-09T04:17:29.660Z | Compiling webpki-roots v0.25.2 |
1617 | 2023-12-09T04:17:30.671Z | Compiling h2 v0.3.21 |
1618 | 2023-12-09T04:17:30.867Z | Compiling serde_tokenstream v0.1.7 |
1619 | 2023-12-09T04:17:31.680Z | Compiling strum_macros v0.25.2 |
1620 | 2023-12-09T04:17:33.624Z | Compiling tokio-native-tls v0.3.1 |
1621 | 2023-12-09T04:17:33.752Z | Compiling block-buffer v0.10.4 |
1622 | 2023-12-09T04:17:34.130Z | Compiling addr2line v0.21.0 |
1623 | 2023-12-09T04:17:34.490Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1624 | 2023-12-09T04:17:34.532Z | Compiling object v0.32.1 |
1625 | 2023-12-09T04:17:35.156Z | Compiling num-iter v0.1.43 |
1626 | 2023-12-09T04:17:35.384Z | Compiling rustc-demangle v0.1.23 |
1627 | 2023-12-09T04:17:36.503Z | Compiling flate2 v1.0.28 |
1628 | 2023-12-09T04:17:36.961Z | Compiling digest v0.10.7 |
1629 | 2023-12-09T04:17:37.059Z | Compiling doc-comment v0.3.3 |
1630 | 2023-12-09T04:17:37.744Z | Compiling ppv-lite86 v0.2.17 |
1631 | 2023-12-09T04:17:38.114Z | Compiling usdt-attr-macro v0.3.5 |
1632 | 2023-12-09T04:17:38.139Z | Compiling usdt-macro v0.3.5 |
1633 | 2023-12-09T04:17:38.597Z | Compiling toml v0.7.8 |
1634 | 2023-12-09T04:17:38.979Z | Compiling rand_chacha v0.3.1 |
1635 | 2023-12-09T04:17:39.063Z | Compiling toml_edit v0.21.0 |
1636 | 2023-12-09T04:17:40.054Z | Compiling hex v0.4.3 |
1637 | 2023-12-09T04:17:40.216Z | Compiling pin-project-internal v1.1.3 |
1638 | 2023-12-09T04:17:40.403Z | Compiling bit-vec v0.6.3 |
1639 | 2023-12-09T04:17:41.074Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1640 | 2023-12-09T04:17:41.911Z | Compiling hyper v0.14.27 |
1641 | 2023-12-09T04:17:42.523Z | Compiling rand v0.8.5 |
1642 | 2023-12-09T04:17:42.815Z | Compiling phf_shared v0.10.0 |
1643 | 2023-12-09T04:17:43.412Z | Compiling num-bigint v0.4.4 |
1644 | 2023-12-09T04:17:43.633Z | Compiling fixedbitset v0.4.2 |
1645 | 2023-12-09T04:17:44.688Z | Compiling precomputed-hash v0.1.1 |
1646 | 2023-12-09T04:17:44.835Z | Compiling new_debug_unreachable v1.0.4 |
1647 | 2023-12-09T04:17:44.969Z | Compiling base64ct v1.6.0 |
1648 | 2023-12-09T04:17:45.405Z | Compiling smoltcp v0.9.1 |
1649 | 2023-12-09T04:17:45.936Z | Compiling pem-rfc7468 v0.7.0 |
1650 | 2023-12-09T04:17:46.136Z | Compiling string_cache v0.8.7 |
1651 | 2023-12-09T04:17:46.842Z | Compiling petgraph v0.6.4 |
1652 | 2023-12-09T04:17:47.156Z | Compiling bit-set v0.5.3 |
1653 | 2023-12-09T04:17:47.288Z | Compiling hmac v0.12.1 |
1654 | 2023-12-09T04:17:47.647Z | Compiling itertools v0.10.5 |
1655 | 2023-12-09T04:17:48.409Z | Compiling enum-as-inner v0.5.1 |
1656 | 2023-12-09T04:17:48.589Z | Compiling hubpack_derive v0.1.1 |
1657 | 2023-12-09T04:17:49.065Z | Compiling diesel_table_macro_syntax v0.1.0 |
1658 | 2023-12-09T04:17:50.040Z | Compiling flagset v0.4.3 |
1659 | 2023-12-09T04:17:50.305Z | Compiling unicode-segmentation v1.10.1 |
1660 | 2023-12-09T04:17:50.333Z | Compiling lalrpop-util v0.19.12 |
1661 | 2023-12-09T04:17:50.390Z | Compiling der v0.7.8 |
1662 | 2023-12-09T04:17:50.852Z | Compiling diesel_derives v2.1.2 |
1663 | 2023-12-09T04:17:51.801Z | Compiling snafu-derive v0.7.5 |
1664 | 2023-12-09T04:17:52.461Z | Compiling cpufeatures v0.2.9 |
1665 | 2023-12-09T04:17:52.590Z | Compiling sha2 v0.10.8 |
1666 | 2023-12-09T04:17:52.916Z | Compiling rustix v0.37.23 |
1667 | 2023-12-09T04:17:53.192Z | Compiling hyper-tls v0.5.0 |
1668 | 2023-12-09T04:17:53.511Z | Compiling hyper-rustls v0.24.2 |
1669 | 2023-12-09T04:17:53.689Z | Compiling spki v0.7.2 |
1670 | 2023-12-09T04:17:54.253Z | Compiling reqwest v0.11.22 |
1671 | 2023-12-09T04:17:54.352Z | Compiling md-5 v0.10.5 |
1672 | 2023-12-09T04:17:55.208Z | Compiling stringprep v0.1.3 |
1673 | 2023-12-09T04:17:55.780Z | Compiling serde_repr v0.1.16 |
1674 | 2023-12-09T04:17:55.996Z | Compiling hash32 v0.2.1 |
1675 | 2023-12-09T04:17:56.555Z | Compiling fallible-iterator v0.2.0 |
1676 | 2023-12-09T04:17:56.818Z | Checking bitflags v1.3.2 |
1677 | 2023-12-09T04:17:56.942Z | Compiling stable_deref_trait v1.2.0 |
1678 | 2023-12-09T04:17:57.735Z | Compiling postgres-protocol v0.6.6 |
1679 | 2023-12-09T04:17:58.340Z | Compiling terminal_size v0.2.6 |
1680 | 2023-12-09T04:17:58.596Z | Compiling pkcs8 v0.10.2 |
1681 | 2023-12-09T04:17:59.506Z | Compiling phf_shared v0.11.2 |
1682 | 2023-12-09T04:17:59.911Z | Compiling ff v0.13.0 |
1683 | 2023-12-09T04:18:00.066Z | Compiling block-padding v0.3.3 |
1684 | 2023-12-09T04:18:00.231Z | Compiling scheduled-thread-pool v0.2.7 |
1685 | 2023-12-09T04:18:00.722Z | Compiling base16ct v0.2.0 |
1686 | 2023-12-09T04:18:01.135Z | Compiling deranged v0.3.8 |
1687 | 2023-12-09T04:18:01.211Z | Compiling matches v0.1.10 |
1688 | 2023-12-09T04:18:01.238Z | Compiling num_threads v0.1.6 |
1689 | 2023-12-09T04:18:01.295Z | Compiling managed v0.8.0 |
1690 | 2023-12-09T04:18:01.321Z | Compiling regex-automata v0.1.10 |
1691 | 2023-12-09T04:18:01.383Z | Compiling idna v0.2.3 |
1692 | 2023-12-09T04:18:01.406Z | Compiling clap_builder v4.4.2 |
1693 | 2023-12-09T04:18:02.006Z | Compiling bstr v0.2.17 |
1694 | 2023-12-09T04:18:03.009Z | Compiling sec1 v0.7.3 |
1695 | 2023-12-09T04:18:03.896Z | Compiling r2d2 v0.8.10 |
1696 | 2023-12-09T04:18:04.039Z | Compiling time v0.3.27 |
1697 | 2023-12-09T04:18:04.139Z | Compiling inout v0.1.3 |
1698 | 2023-12-09T04:18:04.405Z | Compiling signal-hook-mio v0.2.3 |
1699 | 2023-12-09T04:18:04.462Z | Compiling group v0.13.0 |
1700 | 2023-12-09T04:18:04.533Z | Compiling phf v0.11.2 |
1701 | 2023-12-09T04:18:04.610Z | Compiling bzip2 v0.4.4 |
1702 | 2023-12-09T04:18:04.920Z | Compiling postgres-types v0.2.6 |
1703 | 2023-12-09T04:18:05.180Z | Compiling hubpack v0.1.2 |
1704 | 2023-12-09T04:18:05.687Z | Compiling hkdf v0.12.3 |
1705 | 2023-12-09T04:18:05.858Z | Compiling pin-project v1.1.3 |
1706 | 2023-12-09T04:18:06.153Z | Compiling zerocopy v0.6.4 |
1707 | 2023-12-09T04:18:06.561Z | Compiling ipnetwork v0.20.0 |
1708 | 2023-12-09T04:18:07.536Z | Compiling itertools v0.11.0 |
1709 | 2023-12-09T04:18:07.585Z | Compiling crypto-bigint v0.5.2 |
1710 | 2023-12-09T04:18:08.011Z | Compiling futures-executor v0.3.29 |
1711 | 2023-12-09T04:18:10.763Z | Compiling float-cmp v0.9.0 |
1712 | 2023-12-09T04:18:12.281Z | Compiling static_assertions v1.1.0 |
1713 | 2023-12-09T04:18:12.430Z | Compiling regex-automata v0.3.8 |
1714 | 2023-12-09T04:18:12.964Z | Compiling difflib v0.4.0 |
1715 | 2023-12-09T04:18:13.409Z | Compiling normalize-line-endings v0.3.0 |
1716 | 2023-12-09T04:18:13.556Z | Compiling predicates-core v1.0.6 |
1717 | 2023-12-09T04:18:13.661Z | Compiling data-encoding v2.4.0 |
1718 | 2023-12-09T04:18:14.099Z | Compiling whoami v1.4.1 |
1719 | 2023-12-09T04:18:15.060Z | Compiling trust-dns-proto v0.22.0 |
1720 | 2023-12-09T04:18:15.571Z | Compiling bstr v1.6.0 |
1721 | 2023-12-09T04:18:16.479Z | Compiling tokio-postgres v0.7.10 |
1722 | 2023-12-09T04:18:17.452Z | Compiling diesel v2.1.4 |
1723 | 2023-12-09T04:18:17.471Z | Compiling predicates v3.0.4 |
1724 | 2023-12-09T04:18:18.129Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1725 | 2023-12-09T04:18:18.637Z | Compiling elliptic-curve v0.13.8 |
1726 | 2023-12-09T04:18:20.183Z | Compiling yasna v0.5.2 |
1727 | 2023-12-09T04:18:21.021Z | Compiling futures v0.3.29 |
1728 | 2023-12-09T04:18:21.168Z | Compiling clap v4.4.3 |
1729 | 2023-12-09T04:18:21.316Z | Compiling snafu v0.7.5 |
1730 | 2023-12-09T04:18:22.635Z | Compiling zip v0.6.6 |
1731 | 2023-12-09T04:18:22.728Z | Compiling crossterm v0.27.0 |
1732 | 2023-12-09T04:18:23.254Z | Compiling cipher v0.4.4 |
1733 | 2023-12-09T04:18:23.387Z | Compiling similar v2.2.1 |
1734 | 2023-12-09T04:18:24.568Z | Compiling usdt v0.3.5 |
1735 | 2023-12-09T04:18:24.976Z | Compiling tokio-stream v0.1.14 |
1736 | 2023-12-09T04:18:26.330Z | Compiling console v0.15.7 |
1737 | 2023-12-09T04:18:27.994Z | Checking unicode-ident v1.0.12 |
1738 | 2023-12-09T04:18:28.223Z | Checking equivalent v1.0.1 |
1739 | 2023-12-09T04:18:28.275Z | Checking hashbrown v0.14.2 |
1740 | 2023-12-09T04:18:28.357Z | Checking proc-macro2 v1.0.69 |
1741 | 2023-12-09T04:18:29.363Z | Checking quote v1.0.33 |
1742 | 2023-12-09T04:18:31.443Z | Checking utf8parse v0.2.1 |
1743 | 2023-12-09T04:18:32.505Z | Checking anstyle v1.0.2 |
1744 | 2023-12-09T04:18:33.596Z | Checking io-lifetimes v1.0.11 |
1745 | 2023-12-09T04:18:37.925Z | Checking anstyle-parse v0.2.1 |
1746 | 2023-12-09T04:18:40.569Z | Checking anstyle-query v1.0.0 |
1747 | 2023-12-09T04:18:41.023Z | Checking colorchoice v1.0.0 |
1748 | 2023-12-09T04:18:41.196Z | Checking anstream v0.5.0 |
1749 | 2023-12-09T04:18:41.675Z | Checking clap_lex v0.5.1 |
1750 | 2023-12-09T04:18:41.791Z | Checking strsim v0.10.0 |
1751 | 2023-12-09T04:18:43.150Z | Checking winnow v0.5.15 |
1752 | 2023-12-09T04:18:49.043Z | Compiling serde_tokenstream v0.2.0 |
1753 | 2023-12-09T04:18:53.335Z | Compiling regress v0.7.1 |
1754 | 2023-12-09T04:18:58.897Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1755 | 2023-12-09T04:19:05.807Z | Compiling getopts v0.2.21 |
1756 | 2023-12-09T04:19:06.853Z | Compiling unsafe-libyaml v0.2.9 |
1757 | 2023-12-09T04:19:07.565Z | Checking heck v0.4.1 |
1758 | 2023-12-09T04:19:07.859Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1759 | 2023-12-09T04:19:08.789Z | Compiling ident_case v1.0.1 |
1760 | 2023-12-09T04:19:09.035Z | Compiling serde_yaml v0.9.25 |
1761 | 2023-12-09T04:19:09.966Z | Checking fastrand v2.0.0 |
1762 | 2023-12-09T04:19:10.074Z | Checking match_cfg v0.1.0 |
1763 | 2023-12-09T04:19:10.214Z | Checking hostname v0.3.1 |
1764 | 2023-12-09T04:19:10.369Z | Checking atty v0.2.14 |
1765 | 2023-12-09T04:19:10.462Z | Checking tempfile v3.8.1 |
1766 | 2023-12-09T04:19:10.514Z | Compiling paste v1.0.14 |
1767 | 2023-12-09T04:19:10.607Z | Checking quick-error v1.2.3 |
1768 | 2023-12-09T04:19:10.791Z | Checking crossbeam-channel v0.5.8 |
1769 | 2023-12-09T04:19:10.985Z | Checking sha1 v0.10.6 |
1770 | 2023-12-09T04:19:11.340Z | Checking dirs-sys-next v0.1.2 |
1771 | 2023-12-09T04:19:11.579Z | Checking dirs-next v2.0.0 |
1772 | 2023-12-09T04:19:11.750Z | Checking thread_local v1.1.7 |
1773 | 2023-12-09T04:19:11.936Z | Checking instant v0.1.12 |
1774 | 2023-12-09T04:19:12.080Z | Compiling slog-async v2.8.0 |
1775 | 2023-12-09T04:19:12.181Z | Checking term v0.7.0 |
1776 | 2023-12-09T04:19:12.836Z | Checking camino v1.1.6 |
1777 | 2023-12-09T04:19:12.934Z | Compiling multer v2.1.0 |
1778 | 2023-12-09T04:19:13.307Z | Checking take_mut v0.2.2 |
1779 | 2023-12-09T04:19:13.432Z | Checking slog-term v2.9.0 |
1780 | 2023-12-09T04:19:13.728Z | Compiling darling_core v0.20.3 |
1781 | 2023-12-09T04:19:13.904Z | Checking slog-json v2.6.1 |
1782 | 2023-12-09T04:19:14.188Z | Compiling async-stream-impl v0.3.5 |
1783 | 2023-12-09T04:19:14.288Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1784 | 2023-12-09T04:19:14.707Z | Checking atomic-waker v1.1.1 |
1785 | 2023-12-09T04:19:14.870Z | Checking debug-ignore v1.0.5 |
1786 | 2023-12-09T04:19:15.054Z | Checking waitgroup v0.1.2 |
1787 | 2023-12-09T04:19:15.307Z | Checking slog-bunyan v2.4.0 |
1788 | 2023-12-09T04:19:15.903Z | Checking toml v0.8.8 |
1789 | 2023-12-09T04:19:16.105Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1790 | 2023-12-09T04:19:16.198Z | Checking serde_path_to_error v0.1.14 |
1791 | 2023-12-09T04:19:16.421Z | Checking async-stream v0.3.5 |
1792 | 2023-12-09T04:19:16.683Z | Checking strum v0.25.0 |
1793 | 2023-12-09T04:19:16.888Z | Compiling structmeta-derive v0.2.0 |
1794 | 2023-12-09T04:19:17.054Z | Checking wait-timeout v0.2.0 |
1795 | 2023-12-09T04:19:17.187Z | Checking rand_xorshift v0.3.0 |
1796 | 2023-12-09T04:19:17.361Z | Checking rusty-fork v0.3.0 |
1797 | 2023-12-09T04:19:17.475Z | Compiling regex-syntax v0.7.5 |
1798 | 2023-12-09T04:19:17.786Z | Checking unarray v0.1.4 |
1799 | 2023-12-09T04:19:17.989Z | Checking proptest v1.4.0 |
1800 | 2023-12-09T04:19:21.938Z | Compiling structmeta v0.2.0 |
1801 | 2023-12-09T04:19:22.641Z | Checking backoff v0.4.0 |
1802 | 2023-12-09T04:19:23.068Z | Compiling test-strategy v0.3.1 |
1803 | 2023-12-09T04:19:23.812Z | Compiling darling_macro v0.20.3 |
1804 | 2023-12-09T04:19:24.892Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1805 | 2023-12-09T04:19:25.083Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1806 | 2023-12-09T04:19:25.298Z | Checking macaddr v1.0.1 |
1807 | 2023-12-09T04:19:25.427Z | Compiling darling v0.20.3 |
1808 | 2023-12-09T04:19:25.512Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1809 | 2023-12-09T04:19:25.581Z | Compiling serde_with_macros v3.4.0 |
1810 | 2023-12-09T04:19:25.780Z | Checking camino-tempfile v1.1.1 |
1811 | 2023-12-09T04:19:25.959Z | Checking is-terminal v0.4.9 |
1812 | 2023-12-09T04:19:26.114Z | Compiling proc-macro-error-attr v1.0.4 |
1813 | 2023-12-09T04:19:26.184Z | Compiling proc-macro-error v1.0.4 |
1814 | 2023-12-09T04:19:26.719Z | Compiling proc-macro-crate v1.3.1 |
1815 | 2023-12-09T04:19:26.809Z | Checking termtree v0.4.1 |
1816 | 2023-12-09T04:19:27.128Z | Checking predicates-tree v1.0.9 |
1817 | 2023-12-09T04:19:27.360Z | Compiling smoltcp v0.10.0 |
1818 | 2023-12-09T04:19:28.493Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1819 | 2023-12-09T04:19:28.536Z | Compiling num_enum_derive v0.5.11 |
1820 | 2023-12-09T04:19:28.879Z | Compiling parse-display-derive v0.8.2 |
1821 | 2023-12-09T04:19:29.051Z | Checking embedded-io v0.4.0 |
1822 | 2023-12-09T04:19:29.157Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1823 | 2023-12-09T04:19:29.327Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1824 | 2023-12-09T04:19:29.330Z | Checking cobs v0.2.3 |
1825 | 2023-12-09T04:19:29.556Z | Compiling crucible-workspace-hack v0.1.0 |
1826 | 2023-12-09T04:19:29.610Z | Checking postcard v1.0.8 |
1827 | 2023-12-09T04:19:29.972Z | Checking serde_with v3.4.0 |
1828 | 2023-12-09T04:19:29.994Z | Compiling foreign-types-macros v0.2.3 |
1829 | 2023-12-09T04:19:30.682Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1830 | 2023-12-09T04:19:31.117Z | Checking foreign-types-shared v0.3.1 |
1831 | 2023-12-09T04:19:31.260Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1832 | 2023-12-09T04:19:31.455Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1833 | 2023-12-09T04:19:32.028Z | Checking foreign-types v0.5.0 |
1834 | 2023-12-09T04:19:32.320Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1835 | 2023-12-09T04:19:32.480Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1836 | 2023-12-09T04:19:32.940Z | Checking num_enum v0.5.11 |
1837 | 2023-12-09T04:19:33.137Z | Compiling zerocopy-derive v0.7.26 |
1838 | 2023-12-09T04:19:33.628Z | Checking cstr-argument v0.1.2 |
1839 | 2023-12-09T04:19:33.863Z | Checking pretty-hex v0.2.1 |
1840 | 2023-12-09T04:19:33.882Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1841 | 2023-12-09T04:19:34.084Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1842 | 2023-12-09T04:19:34.316Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1843 | 2023-12-09T04:19:34.584Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1844 | 2023-12-09T04:19:34.665Z | Checking colored v2.0.4 |
1845 | 2023-12-09T04:19:34.756Z | Compiling zone_cfg_derive v0.3.0 |
1846 | 2023-12-09T04:19:35.899Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1847 | 2023-12-09T04:19:36.381Z | Checking predicates v2.1.5 |
1848 | 2023-12-09T04:19:36.402Z | Checking parse-display v0.8.2 |
1849 | 2023-12-09T04:19:36.619Z | Compiling mockall_derive v0.11.4 |
1850 | 2023-12-09T04:19:36.679Z | Compiling num-derive v0.4.0 |
1851 | 2023-12-09T04:19:36.793Z | Checking zerocopy v0.7.26 |
1852 | 2023-12-09T04:19:37.218Z | Checking downcast v0.11.0 |
1853 | 2023-12-09T04:19:37.445Z | Checking fragile v2.0.0 |
1854 | 2023-12-09T04:19:37.554Z | Checking zone v0.3.0 |
1855 | 2023-12-09T04:19:37.837Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1856 | 2023-12-09T04:19:37.885Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1857 | 2023-12-09T04:19:38.062Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1858 | 2023-12-09T04:19:38.150Z | Checking smf v0.2.2 |
1859 | 2023-12-09T04:19:38.759Z | Checking filetime v0.2.23 |
1860 | 2023-12-09T04:19:38.853Z | Checking xattr v1.0.1 |
1861 | 2023-12-09T04:19:38.932Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1862 | 2023-12-09T04:19:39.033Z | Checking pem v3.0.2 |
1863 | 2023-12-09T04:19:39.126Z | Checking tar v0.4.40 |
1864 | 2023-12-09T04:19:39.406Z | Checking linked-hash-map v0.5.6 |
1865 | 2023-12-09T04:19:39.885Z | Checking lru-cache v0.1.2 |
1866 | 2023-12-09T04:19:40.157Z | Checking headers-core v0.2.0 |
1867 | 2023-12-09T04:19:40.283Z | Checking password-hash v0.5.0 |
1868 | 2023-12-09T04:19:40.328Z | Checking headers v0.3.9 |
1869 | 2023-12-09T04:19:40.539Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1870 | 2023-12-09T04:19:40.975Z | Checking blake2 v0.10.6 |
1871 | 2023-12-09T04:19:41.058Z | Checking swrite v0.1.0 |
1872 | 2023-12-09T04:19:41.118Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1873 | 2023-12-09T04:19:41.197Z | Checking rcgen v0.11.3 |
1874 | 2023-12-09T04:19:41.216Z | Checking atomicwrites v0.4.2 |
1875 | 2023-12-09T04:19:41.473Z | Checking subprocess v0.2.9 |
1876 | 2023-12-09T04:19:41.501Z | Checking ciborium-io v0.2.1 |
1877 | 2023-12-09T04:19:41.614Z | Checking argon2 v0.5.2 |
1878 | 2023-12-09T04:19:41.648Z | Checking arc-swap v1.6.0 |
1879 | 2023-12-09T04:19:42.096Z | Compiling cancel-safe-futures v0.1.5 |
1880 | 2023-12-09T04:19:42.234Z | Checking half v1.8.2 |
1881 | 2023-12-09T04:19:42.269Z | Checking textwrap v0.11.0 |
1882 | 2023-12-09T04:19:42.347Z | Checking slog-scope v4.4.0 |
1883 | 2023-12-09T04:19:42.604Z | Compiling heck v0.3.3 |
1884 | 2023-12-09T04:19:42.649Z | Checking strsim v0.8.0 |
1885 | 2023-12-09T04:19:42.652Z | Checking vec_map v0.8.2 |
1886 | 2023-12-09T04:19:42.681Z | Compiling libefi-sys v0.1.0 |
1887 | 2023-12-09T04:19:42.876Z | Checking ciborium-ll v0.2.1 |
1888 | 2023-12-09T04:19:42.923Z | Checking ansi_term v0.12.1 |
1889 | 2023-12-09T04:19:43.099Z | Checking slog-stdlog v4.1.1 |
1890 | 2023-12-09T04:19:43.226Z | Compiling structopt-derive v0.4.18 |
1891 | 2023-12-09T04:19:43.310Z | Checking ciborium v0.2.1 |
1892 | 2023-12-09T04:19:43.331Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1893 | 2023-12-09T04:19:43.374Z | Checking clap v2.34.0 |
1894 | 2023-12-09T04:19:43.676Z | Checking slog-envlogger v2.2.0 |
1895 | 2023-12-09T04:19:44.030Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1896 | 2023-12-09T04:19:44.488Z | Checking libsw v3.3.0 |
1897 | 2023-12-09T04:19:44.539Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1898 | 2023-12-09T04:19:44.864Z | Compiling derive-where v1.2.6 |
1899 | 2023-12-09T04:19:44.883Z | Checking owo-colors v3.5.0 |
1900 | 2023-12-09T04:19:44.918Z | Checking linear-map v1.2.0 |
1901 | 2023-12-09T04:19:45.410Z | Checking resolv-conf v0.7.0 |
1902 | 2023-12-09T04:19:45.933Z | Compiling slog-dtrace v0.2.3 |
1903 | 2023-12-09T04:19:46.432Z | Checking trust-dns-resolver v0.22.0 |
1904 | 2023-12-09T04:19:47.938Z | Compiling convert_case v0.4.0 |
1905 | 2023-12-09T04:19:48.146Z | Checking structopt v0.3.26 |
1906 | 2023-12-09T04:19:48.681Z | Checking fxhash v0.2.1 |
1907 | 2023-12-09T04:19:48.760Z | Checking itertools v0.12.0 |
1908 | 2023-12-09T04:19:48.913Z | Checking termcolor v1.2.0 |
1909 | 2023-12-09T04:19:48.928Z | Compiling radium v0.7.0 |
1910 | 2023-12-09T04:19:49.411Z | Compiling derive_more v0.99.17 |
1911 | 2023-12-09T04:19:49.514Z | Compiling same-file v1.0.6 |
1912 | 2023-12-09T04:19:49.606Z | Compiling semver-parser v0.10.2 |
1913 | 2023-12-09T04:19:49.820Z | Checking mockall v0.11.4 |
1914 | 2023-12-09T04:19:49.836Z | Compiling walkdir v2.4.0 |
1915 | 2023-12-09T04:19:50.120Z | Compiling maybe-uninit v2.0.0 |
1916 | 2023-12-09T04:19:50.674Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1917 | 2023-12-09T04:19:50.853Z | Checking tap v1.0.1 |
1918 | 2023-12-09T04:19:51.086Z | Checking wyz v0.5.1 |
1919 | 2023-12-09T04:19:51.166Z | Compiling semver v0.11.0 |
1920 | 2023-12-09T04:19:52.359Z | Compiling num-rational v0.4.1 |
1921 | 2023-12-09T04:19:52.886Z | Compiling packed_struct v0.10.1 |
1922 | 2023-12-09T04:19:52.960Z | Compiling home v0.5.5 |
1923 | 2023-12-09T04:19:53.074Z | Checking crc-catalog v2.2.0 |
1924 | 2023-12-09T04:19:53.160Z | Compiling num-bigint-dig v0.8.4 |
1925 | 2023-12-09T04:19:53.247Z | Checking funty v2.0.0 |
1926 | 2023-12-09T04:19:53.321Z | Checking crc v3.0.1 |
1927 | 2023-12-09T04:19:53.341Z | Compiling toolchain_find v0.2.0 |
1928 | 2023-12-09T04:19:53.928Z | Compiling toml v0.5.11 |
1929 | 2023-12-09T04:19:54.290Z | Compiling packed_struct_codegen v0.10.1 |
1930 | 2023-12-09T04:19:54.315Z | Checking nodrop v0.1.14 |
1931 | 2023-12-09T04:19:54.458Z | Checking array-init v0.0.4 |
1932 | 2023-12-09T04:19:55.041Z | Checking bitvec v1.0.1 |
1933 | 2023-12-09T04:19:56.035Z | Compiling omicron-zone-package v0.9.1 |
1934 | 2023-12-09T04:19:56.285Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1935 | 2023-12-09T04:19:56.768Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1936 | 2023-12-09T04:19:56.954Z | Compiling rustfmt-wrapper v0.2.0 |
1937 | 2023-12-09T04:19:58.995Z | Checking smallvec v0.6.14 |
1938 | 2023-12-09T04:19:59.564Z | Checking newline-converter v0.3.0 |
1939 | 2023-12-09T04:19:59.767Z | Checking pkcs1 v0.7.5 |
1940 | 2023-12-09T04:20:00.091Z | Checking signature v2.1.0 |
1941 | 2023-12-09T04:20:00.400Z | Checking num-complex v0.4.4 |
1942 | 2023-12-09T04:20:01.946Z | Checking keccak v0.1.4 |
1943 | 2023-12-09T04:20:02.441Z | Checking bitfield v0.14.0 |
1944 | 2023-12-09T04:20:02.461Z | Checking utf-8 v0.7.6 |
1945 | 2023-12-09T04:20:02.753Z | Checking tungstenite v0.20.1 |
1946 | 2023-12-09T04:20:02.858Z | Checking sha3 v0.10.8 |
1947 | 2023-12-09T04:20:03.006Z | Checking rsa v0.9.2 |
1948 | 2023-12-09T04:20:03.203Z | Checking num v0.4.1 |
1949 | 2023-12-09T04:20:03.338Z | Checking expectorate v1.1.0 |
1950 | 2023-12-09T04:20:03.425Z | Checking serde-hex v0.1.0 |
1951 | 2023-12-09T04:20:03.544Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1952 | 2023-12-09T04:20:03.818Z | Checking env_logger v0.10.0 |
1953 | 2023-12-09T04:20:03.897Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1954 | 2023-12-09T04:20:04.161Z | Checking x509-cert v0.2.4 |
1955 | 2023-12-09T04:20:04.448Z | Checking ron v0.8.1 |
1956 | 2023-12-09T04:20:04.465Z | Checking secrecy v0.8.0 |
1957 | 2023-12-09T04:20:04.511Z | Checking crc-any v2.4.3 |
1958 | 2023-12-09T04:20:04.786Z | Checking tokio-tungstenite v0.20.1 |
1959 | 2023-12-09T04:20:05.055Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1960 | 2023-12-09T04:20:05.453Z | Checking object v0.30.4 |
1961 | 2023-12-09T04:20:05.778Z | Checking path-slash v0.1.5 |
1962 | 2023-12-09T04:20:05.952Z | Compiling buf-list v1.0.3 |
1963 | 2023-12-09T04:20:05.991Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1964 | 2023-12-09T04:20:06.213Z | Checking glob v0.3.1 |
1965 | 2023-12-09T04:20:06.487Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1966 | 2023-12-09T04:20:06.666Z | Compiling parking_lot_core v0.8.6 |
1967 | 2023-12-09T04:20:06.835Z | Checking nibble_vec v0.1.0 |
1968 | 2023-12-09T04:20:07.103Z | Checking endian-type v0.1.2 |
1969 | 2023-12-09T04:20:07.381Z | Checking display-error-chain v0.2.0 |
1970 | 2023-12-09T04:20:07.430Z | Checking radix_trie v0.2.1 |
1971 | 2023-12-09T04:20:07.558Z | Checking pretty-hex v0.4.0 |
1972 | 2023-12-09T04:20:07.799Z | Compiling semver v0.1.20 |
1973 | 2023-12-09T04:20:07.940Z | Checking parking_lot v0.11.2 |
1974 | 2023-12-09T04:20:08.033Z | Checking trust-dns-client v0.22.0 |
1975 | 2023-12-09T04:20:08.429Z | Checking sled v0.34.7 |
1976 | 2023-12-09T04:20:08.921Z | Compiling rustc_version v0.1.7 |
1977 | 2023-12-09T04:20:09.095Z | Checking crossbeam-deque v0.8.3 |
1978 | 2023-12-09T04:20:09.565Z | Compiling unicase v2.7.0 |
1979 | 2023-12-09T04:20:09.635Z | Compiling newtype_derive v0.1.6 |
1980 | 2023-12-09T04:20:10.031Z | Compiling platforms v3.0.2 |
1981 | 2023-12-09T04:20:10.088Z | Compiling rayon-core v1.12.0 |
1982 | 2023-12-09T04:20:10.094Z | Checking trust-dns-server v0.22.1 |
1983 | 2023-12-09T04:20:10.796Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1984 | 2023-12-09T04:20:11.409Z | Compiling memoffset v0.7.1 |
1985 | 2023-12-09T04:20:11.516Z | Compiling curve25519-dalek v4.1.0 |
1986 | 2023-12-09T04:20:11.533Z | Checking rayon v1.8.0 |
1987 | 2023-12-09T04:20:12.028Z | Checking steno v0.4.0 |
1988 | 2023-12-09T04:20:12.871Z | Checking globset v0.4.13 |
1989 | 2023-12-09T04:20:12.999Z | Checking olpc-cjson v0.1.3 |
1990 | 2023-12-09T04:20:13.293Z | Checking serde_plain v1.0.2 |
1991 | 2023-12-09T04:20:13.616Z | Compiling async-recursion v1.0.5 |
1992 | 2023-12-09T04:20:13.650Z | Checking typed-path v0.7.0 |
1993 | 2023-12-09T04:20:14.233Z | Compiling mime_guess v2.0.4 |
1994 | 2023-12-09T04:20:15.520Z | Checking universal-hash v0.5.1 |
1995 | 2023-12-09T04:20:15.567Z | Compiling thiserror-impl-no-std v2.0.2 |
1996 | 2023-12-09T04:20:15.770Z | Compiling curve25519-dalek-derive v0.1.0 |
1997 | 2023-12-09T04:20:15.844Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1998 | 2023-12-09T04:20:16.280Z | Checking signature v1.6.4 |
1999 | 2023-12-09T04:20:16.379Z | Compiling salty v0.2.0 |
2000 | 2023-12-09T04:20:16.435Z | Checking opaque-debug v0.3.0 |
2001 | 2023-12-09T04:20:16.548Z | Checking poly1305 v0.8.0 |
2002 | 2023-12-09T04:20:16.756Z | Checking tough v0.16.0 |
2003 | 2023-12-09T04:20:17.178Z | Checking ed25519 v1.5.3 |
2004 | 2023-12-09T04:20:17.391Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2005 | 2023-12-09T04:20:17.816Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2006 | 2023-12-09T04:20:17.847Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2007 | 2023-12-09T04:20:18.203Z | Checking chacha20 v0.9.1 |
2008 | 2023-12-09T04:20:18.251Z | Checking serde-big-array v0.5.1 |
2009 | 2023-12-09T04:20:18.568Z | Checking aead v0.5.2 |
2010 | 2023-12-09T04:20:18.744Z | Checking kstat-rs v0.2.3 |
2011 | 2023-12-09T04:20:18.866Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2012 | 2023-12-09T04:20:20.226Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2013 | 2023-12-09T04:20:20.728Z | Checking chacha20poly1305 v0.10.1 |
2014 | 2023-12-09T04:20:21.070Z | Checking signal-hook-tokio v0.3.1 |
2015 | 2023-12-09T04:20:21.122Z | Checking thiserror-no-std v2.0.2 |
2016 | 2023-12-09T04:20:21.255Z | Checking vsss-rs v3.3.1 |
2017 | 2023-12-09T04:20:21.288Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2018 | 2023-12-09T04:20:21.563Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2019 | 2023-12-09T04:20:21.567Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2020 | 2023-12-09T04:20:21.866Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2021 | 2023-12-09T04:20:22.084Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2022 | 2023-12-09T04:20:23.277Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2023 | 2023-12-09T04:20:23.350Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2024 | 2023-12-09T04:20:24.220Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2025 | 2023-12-09T04:20:25.571Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2026 | 2023-12-09T04:20:26.329Z | Checking serde-big-array v0.4.1 |
2027 | 2023-12-09T04:20:26.553Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2028 | 2023-12-09T04:20:26.899Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2029 | 2023-12-09T04:20:27.202Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2030 | 2023-12-09T04:20:28.183Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2031 | 2023-12-09T04:20:29.722Z | Checking bcs v0.1.6 |
2032 | 2023-12-09T04:20:30.451Z | Checking corncobs v0.1.3 |
2033 | 2023-12-09T04:20:30.722Z | Checking highway v1.1.0 |
2034 | 2023-12-09T04:20:31.003Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2035 | 2023-12-09T04:20:31.267Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2036 | 2023-12-09T04:20:31.640Z | Compiling crunchy v0.2.2 |
2037 | 2023-12-09T04:20:31.787Z | Compiling portable-atomic v1.4.3 |
2038 | 2023-12-09T04:20:32.310Z | Checking http-range v0.1.5 |
2039 | 2023-12-09T04:20:32.558Z | Checking hyper-staticfile v0.9.5 |
2040 | 2023-12-09T04:20:32.671Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2041 | 2023-12-09T04:20:33.158Z | Compiling clang-sys v1.6.1 |
2042 | 2023-12-09T04:20:33.415Z | Compiling tiny-keccak v2.0.2 |
2043 | 2023-12-09T04:20:33.683Z | Checking assert_matches v1.5.0 |
2044 | 2023-12-09T04:20:33.858Z | Compiling prettyplease v0.2.12 |
2045 | 2023-12-09T04:20:34.440Z | Compiling darling_core v0.14.4 |
2046 | 2023-12-09T04:20:35.519Z | Compiling minimal-lexical v0.2.1 |
2047 | 2023-12-09T04:20:36.337Z | Checking humantime v2.1.0 |
2048 | 2023-12-09T04:20:36.771Z | Checking number_prefix v0.4.0 |
2049 | 2023-12-09T04:20:36.792Z | Compiling nom v7.1.3 |
2050 | 2023-12-09T04:20:37.039Z | Checking indicatif v0.17.7 |
2051 | 2023-12-09T04:20:38.231Z | Compiling ascii-canvas v3.0.0 |
2052 | 2023-12-09T04:20:39.250Z | Compiling ena v0.14.2 |
2053 | 2023-12-09T04:20:39.863Z | Compiling libloading v0.7.4 |
2054 | 2023-12-09T04:20:39.941Z | Compiling diff v0.1.13 |
2055 | 2023-12-09T04:20:40.448Z | Compiling bindgen v0.65.1 |
2056 | 2023-12-09T04:20:40.993Z | Compiling regex-syntax v0.6.29 |
2057 | 2023-12-09T04:20:42.542Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2058 | 2023-12-09T04:20:43.204Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2059 | 2023-12-09T04:20:44.402Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2060 | 2023-12-09T04:20:45.958Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2061 | 2023-12-09T04:20:47.009Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2062 | 2023-12-09T04:20:47.701Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2063 | 2023-12-09T04:20:48.650Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2064 | 2023-12-09T04:20:49.699Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2065 | 2023-12-09T04:20:49.893Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2066 | 2023-12-09T04:20:50.646Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2067 | 2023-12-09T04:20:51.117Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2068 | 2023-12-09T04:20:51.266Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2069 | 2023-12-09T04:20:52.574Z | Compiling darling_macro v0.14.4 |
2070 | 2023-12-09T04:20:53.654Z | Compiling lalrpop v0.19.12 |
2071 | 2023-12-09T04:20:54.198Z | Compiling darling v0.14.4 |
2072 | 2023-12-09T04:20:54.355Z | Compiling cexpr v0.6.0 |
2073 | 2023-12-09T04:21:00.534Z | Compiling which v4.4.0 |
2074 | 2023-12-09T04:21:01.493Z | Compiling peeking_take_while v0.1.2 |
2075 | 2023-12-09T04:21:01.680Z | Compiling ref-cast v1.0.20 |
2076 | 2023-12-09T04:21:02.445Z | Compiling rustc-hash v1.1.0 |
2077 | 2023-12-09T04:21:02.650Z | Checking maplit v1.0.2 |
2078 | 2023-12-09T04:21:02.798Z | Compiling shlex v1.1.0 |
2079 | 2023-12-09T04:21:03.236Z | Compiling lazycell v1.3.0 |
2080 | 2023-12-09T04:21:03.428Z | Compiling derive_builder_core v0.12.0 |
2081 | 2023-12-09T04:21:04.256Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2082 | 2023-12-09T04:21:04.646Z | Compiling ref-cast-impl v1.0.20 |
2083 | 2023-12-09T04:21:06.524Z | Compiling libxml v0.3.3 |
2084 | 2023-12-09T04:21:07.289Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2085 | 2023-12-09T04:21:07.527Z | Compiling derive_builder_macro v0.12.0 |
2086 | 2023-12-09T04:21:07.892Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2087 | 2023-12-09T04:21:08.780Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2088 | 2023-12-09T04:21:08.804Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2089 | 2023-12-09T04:21:09.907Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2090 | 2023-12-09T04:21:11.188Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2091 | 2023-12-09T04:21:11.301Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2092 | 2023-12-09T04:21:11.588Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2093 | 2023-12-09T04:21:13.864Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2094 | 2023-12-09T04:21:15.227Z | Compiling strum_macros v0.24.3 |
2095 | 2023-12-09T04:21:16.699Z | Compiling fs-err v2.11.0 |
2096 | 2023-12-09T04:21:17.125Z | Compiling cookie v0.18.0 |
2097 | 2023-12-09T04:21:17.141Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2098 | 2023-12-09T04:21:17.575Z | Compiling indoc v1.0.9 |
2099 | 2023-12-09T04:21:17.948Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2100 | 2023-12-09T04:21:19.218Z | Checking derive_builder v0.12.0 |
2101 | 2023-12-09T04:21:19.905Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2102 | 2023-12-09T04:21:21.376Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2103 | 2023-12-09T04:21:21.746Z | Checking bb8 v0.8.1 |
2104 | 2023-12-09T04:21:21.801Z | Checking quick-xml v0.23.1 |
2105 | 2023-12-09T04:21:22.048Z | Compiling impl-trait-for-tuples v0.2.2 |
2106 | 2023-12-09T04:21:22.243Z | Compiling oso-derive v0.27.0 |
2107 | 2023-12-09T04:21:22.498Z | Checking smawk v0.3.1 |
2108 | 2023-12-09T04:21:22.785Z | Checking unicode-linebreak v0.1.5 |
2109 | 2023-12-09T04:21:23.457Z | Checking textwrap v0.16.0 |
2110 | 2023-12-09T04:21:23.481Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2111 | 2023-12-09T04:21:23.665Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2112 | 2023-12-09T04:21:24.605Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2113 | 2023-12-09T04:21:24.694Z | Checking bytesize v1.3.0 |
2114 | 2023-12-09T04:21:24.996Z | Checking is_ci v1.1.1 |
2115 | 2023-12-09T04:21:25.065Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2116 | 2023-12-09T04:21:25.170Z | Checking supports-color v2.1.0 |
2117 | 2023-12-09T04:21:25.447Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2118 | 2023-12-09T04:21:25.996Z | Compiling indoc v2.0.3 |
2119 | 2023-12-09T04:21:27.158Z | Checking cassowary v0.3.0 |
2120 | 2023-12-09T04:21:27.791Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2121 | 2023-12-09T04:21:27.814Z | Checking ratatui v0.23.0 |
2122 | 2023-12-09T04:21:28.132Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2123 | 2023-12-09T04:21:29.288Z | Checking rtoolbox v0.0.1 |
2124 | 2023-12-09T04:21:29.553Z | Checking rpassword v7.3.1 |
2125 | 2023-12-09T04:21:29.755Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2126 | 2023-12-09T04:21:30.996Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2127 | 2023-12-09T04:21:31.368Z | Checking shell-words v1.1.0 |
2128 | 2023-12-09T04:21:31.451Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2129 | 2023-12-09T04:21:31.557Z | Checking tui-tree-widget v0.13.0 |
2130 | 2023-12-09T04:21:31.602Z | Checking fatfs v0.3.6 |
2131 | 2023-12-09T04:21:32.232Z | Checking yansi v0.5.1 |
2132 | 2023-12-09T04:21:32.652Z | Checking pretty_assertions v1.4.0 |
2133 | 2023-12-09T04:21:32.938Z | Checking plotters-backend v0.3.5 |
2134 | 2023-12-09T04:21:33.234Z | Checking rand v0.4.6 |
2135 | 2023-12-09T04:21:33.492Z | Checking plotters-svg v0.3.5 |
2136 | 2023-12-09T04:21:33.726Z | Compiling vte_generate_state_changes v0.1.1 |
2137 | 2023-12-09T04:21:33.809Z | Checking remove_dir_all v0.5.3 |
2138 | 2023-12-09T04:21:33.988Z | Checking cast v0.3.0 |
2139 | 2023-12-09T04:21:34.422Z | Checking criterion-plot v0.5.0 |
2140 | 2023-12-09T04:21:34.712Z | Checking vte v0.11.1 |
2141 | 2023-12-09T04:21:34.715Z | Checking tempdir v0.3.7 |
2142 | 2023-12-09T04:21:34.962Z | Checking plotters v0.3.5 |
2143 | 2023-12-09T04:21:35.168Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2144 | 2023-12-09T04:21:36.493Z | Checking tinytemplate v1.2.1 |
2145 | 2023-12-09T04:21:37.103Z | Checking oorandom v11.1.3 |
2146 | 2023-12-09T04:21:37.124Z | Checking anes v0.1.6 |
2147 | 2023-12-09T04:21:37.322Z | Checking strip-ansi-escapes v0.2.0 |
2148 | 2023-12-09T04:21:37.523Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2149 | 2023-12-09T04:21:37.714Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2150 | 2023-12-09T04:21:37.845Z | Checking criterion v0.5.1 |
2151 | 2023-12-09T04:21:39.261Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2152 | 2023-12-09T04:21:39.863Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2153 | 2023-12-09T04:21:42.544Z | Checking assert_cmd v2.0.12 |
2154 | 2023-12-09T04:21:42.751Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2155 | 2023-12-09T04:21:43.202Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2156 | 2023-12-09T04:21:45.616Z | Checking fd-lock v3.0.13 |
2157 | 2023-12-09T04:21:45.723Z | Checking nu-ansi-term v0.49.0 |
2158 | 2023-12-09T04:21:46.372Z | Checking reedline v0.26.0 |
2159 | 2023-12-09T04:21:47.706Z | Checking threadpool v1.8.1 |
2160 | 2023-12-09T04:21:47.975Z | Checking nanorand v0.7.0 |
2161 | 2023-12-09T04:21:48.530Z | Checking topological-sort v0.2.2 |
2162 | 2023-12-09T04:21:48.816Z | Checking flume v0.11.0 |
2163 | 2023-12-09T04:21:49.486Z | Checking libtest-mimic v0.6.1 |
2164 | 2023-12-09T04:21:49.597Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2165 | 2023-12-09T04:21:50.123Z | Checking httptest v0.15.5 |
2166 | 2023-12-09T04:21:51.413Z | Checking similar-asserts v1.5.0 |
2167 | 2023-12-09T04:21:51.642Z | Compiling rstest_macros v0.18.2 |
2168 | 2023-12-09T04:21:52.395Z | Checking bytecount v0.6.3 |
2169 | 2023-12-09T04:21:52.599Z | Compiling crossbeam-queue v0.3.8 |
2170 | 2023-12-09T04:21:53.083Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2171 | 2023-12-09T04:21:53.386Z | Checking papergrid v0.10.0 |
2172 | 2023-12-09T04:21:54.455Z | Checking datatest-stable v0.2.3 |
2173 | 2023-12-09T04:21:54.756Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2174 | 2023-12-09T04:21:54.958Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2175 | 2023-12-09T04:21:55.367Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2176 | 2023-12-09T04:21:55.497Z | Compiling tabled_derive v0.6.0 |
2177 | 2023-12-09T04:21:56.391Z | Checking arrayref v0.3.7 |
2178 | 2023-12-09T04:21:56.531Z | Checking constant_time_eq v0.2.6 |
2179 | 2023-12-09T04:21:56.698Z | Compiling relative-path v1.9.0 |
2180 | 2023-12-09T04:21:57.019Z | Checking arrayvec v0.7.4 |
2181 | 2023-12-09T04:21:57.636Z | Compiling trybuild v1.0.85 |
2182 | 2023-12-09T04:21:58.249Z | Checking blake2b_simd v1.0.1 |
2183 | 2023-12-09T04:21:59.704Z | Checking tabled v0.14.0 |
2184 | 2023-12-09T04:22:00.420Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2185 | 2023-12-09T04:22:03.920Z | Checking basic-toml v0.1.4 |
2186 | 2023-12-09T04:22:05.449Z | Checking constant_time_eq v0.3.0 |
2187 | 2023-12-09T04:22:05.620Z | Checking futures-timer v3.0.2 |
2188 | 2023-12-09T04:22:06.036Z | Checking rust-argon2 v1.0.1 |
2189 | 2023-12-09T04:22:09.136Z | Checking crossbeam v0.8.2 |
2190 | 2023-12-09T04:22:09.280Z | Checking partial-io v0.5.4 |
2191 | 2023-12-09T04:22:09.852Z | Checking approx v0.5.1 |
2192 | 2023-12-09T04:22:10.169Z | Checking termios v0.3.3 |
2193 | 2023-12-09T04:22:10.475Z | Checking hex-literal v0.4.1 |
2194 | 2023-12-09T04:22:13.574Z | Checking rstest v0.18.2 |
2195 | 2023-12-09T04:22:20.327Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2196 | 2023-12-09T04:22:21.131Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2197 | 2023-12-09T04:23:26.194Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2198 | 2023-12-09T04:23:27.795Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2199 | 2023-12-09T04:23:28.593Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2200 | 2023-12-09T04:23:41.009Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2201 | 2023-12-09T04:24:06.102Z | Compiling polar-core v0.27.0 |
2202 | 2023-12-09T04:24:16.848Z | Checking oso v0.27.0 |
2203 | 2023-12-09T04:24:52.895Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2204 | 2023-12-09T04:26:13.840Z | Finished dev [unoptimized + debuginfo] target(s) in 9m 54s |
2205 | 2023-12-09T04:26:14.113Z | |
2206 | 2023-12-09T04:26:14.113Z | real 10:50.508229618 |
2207 | 2023-12-09T04:26:14.113Z | user 59:23.801574402 |
2208 | 2023-12-09T04:26:14.114Z | sys 7:37.763756388 |
2209 | 2023-12-09T04:26:14.114Z | trap 2.172447224 |
2210 | 2023-12-09T04:26:14.114Z | tflt 3.447462320 |
2211 | 2023-12-09T04:26:14.114Z | dflt 5.457120293 |
2212 | 2023-12-09T04:26:14.117Z | kflt 0.020406351 |
2213 | 2023-12-09T04:26:14.117Z | lock 1:34:34.367629751 |
2214 | 2023-12-09T04:26:14.117Z | slp 2:56:49.455518889 |
2215 | 2023-12-09T04:26:14.117Z | lat 2:04.166408388 |
2216 | 2023-12-09T04:26:14.118Z | stop 4:08.348813494 |
2217 | 2023-12-09T04:26:15.226Z | warning: output filename collision. |
2218 | 2023-12-09T04:26:15.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)`. |
2219 | 2023-12-09T04:26:15.226Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2220 | 2023-12-09T04:26:15.226Z | The targets should have unique names. |
2221 | 2023-12-09T04:26:15.226Z | This is a known bug where multiple crates with the same name use |
2222 | 2023-12-09T04:26:15.226Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2223 | 2023-12-09T04:26:15.229Z | warning: output filename collision. |
2224 | 2023-12-09T04:26:15.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)`. |
2225 | 2023-12-09T04:26:15.229Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2226 | 2023-12-09T04:26:15.230Z | The targets should have unique names. |
2227 | 2023-12-09T04:26:15.230Z | This is a known bug where multiple crates with the same name use |
2228 | 2023-12-09T04:26:15.230Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2229 | 2023-12-09T04:26:15.230Z | warning: output filename collision. |
2230 | 2023-12-09T04:26:15.230Z | 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)`. |
2231 | 2023-12-09T04:26:15.230Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2232 | 2023-12-09T04:26:15.231Z | The targets should have unique names. |
2233 | 2023-12-09T04:26:15.231Z | This is a known bug where multiple crates with the same name use |
2234 | 2023-12-09T04:26:15.231Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2235 | 2023-12-09T04:26:15.810Z | Documenting libc v0.2.150 |
2236 | 2023-12-09T04:26:15.825Z | Documenting cfg-if v1.0.0 |
2237 | 2023-12-09T04:26:15.834Z | Documenting serde_derive v1.0.192 |
2238 | 2023-12-09T04:26:15.861Z | Documenting scopeguard v1.2.0 |
2239 | 2023-12-09T04:26:15.865Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2240 | 2023-12-09T04:26:15.879Z | Documenting log v0.4.20 |
2241 | 2023-12-09T04:26:15.896Z | Documenting smallvec v1.11.0 |
2242 | 2023-12-09T04:26:15.896Z | Documenting itoa v1.0.9 |
2243 | 2023-12-09T04:26:16.268Z | Documenting memchr v2.6.3 |
2244 | 2023-12-09T04:26:19.780Z | Documenting zeroize_derive v1.4.2 |
2245 | 2023-12-09T04:26:19.891Z | Documenting lock_api v0.4.10 |
2246 | 2023-12-09T04:26:19.929Z | Documenting pin-project-lite v0.2.13 |
2247 | 2023-12-09T04:26:20.368Z | Documenting libm v0.2.7 |
2248 | 2023-12-09T04:26:21.882Z | Documenting futures-core v0.3.29 |
2249 | 2023-12-09T04:26:22.134Z | Documenting getrandom v0.2.10 |
2250 | 2023-12-09T04:26:23.163Z | Documenting parking_lot_core v0.9.8 |
2251 | 2023-12-09T04:26:24.055Z | Documenting signal-hook-registry v1.4.1 |
2252 | 2023-12-09T04:26:24.321Z | Documenting mio v0.8.9 |
2253 | 2023-12-09T04:26:25.285Z | Documenting num-traits v0.2.16 |
2254 | 2023-12-09T04:26:25.500Z | Documenting serde v1.0.192 |
2255 | 2023-12-09T04:26:27.334Z | Documenting zeroize v1.7.0 |
2256 | 2023-12-09T04:26:27.399Z | Documenting thiserror-impl v1.0.49 |
2257 | 2023-12-09T04:26:27.818Z | Documenting rand_core v0.6.4 |
2258 | 2023-12-09T04:26:28.740Z | Documenting parking_lot v0.12.1 |
2259 | 2023-12-09T04:26:30.071Z | Documenting socket2 v0.5.5 |
2260 | 2023-12-09T04:26:30.392Z | Documenting num_cpus v1.16.0 |
2261 | 2023-12-09T04:26:32.232Z | Documenting typenum v1.16.0 |
2262 | 2023-12-09T04:26:33.187Z | Documenting tokio-macros v2.2.0 |
2263 | 2023-12-09T04:26:33.307Z | Documenting subtle v2.5.0 |
2264 | 2023-12-09T04:26:34.430Z | Documenting thiserror v1.0.49 |
2265 | 2023-12-09T04:26:34.567Z | Documenting once_cell v1.19.0 |
2266 | 2023-12-09T04:26:35.896Z | Documenting ryu v1.0.15 |
2267 | 2023-12-09T04:26:35.928Z | Documenting byteorder v1.5.0 |
2268 | 2023-12-09T04:26:39.011Z | Documenting futures-sink v0.3.29 |
2269 | 2023-12-09T04:26:39.495Z | Documenting const-oid v0.9.5 |
2270 | 2023-12-09T04:26:39.693Z | Documenting pin-utils v0.1.0 |
2271 | 2023-12-09T04:26:39.899Z | Documenting futures-task v0.3.29 |
2272 | 2023-12-09T04:26:40.496Z | Documenting slab v0.4.9 |
2273 | 2023-12-09T04:26:42.023Z | Documenting futures-macro v0.3.29 |
2274 | 2023-12-09T04:26:44.366Z | Documenting futures-channel v0.3.29 |
2275 | 2023-12-09T04:26:45.498Z | Documenting futures-io v0.3.29 |
2276 | 2023-12-09T04:26:46.884Z | Documenting iana-time-zone v0.1.57 |
2277 | 2023-12-09T04:26:47.646Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2278 | 2023-12-09T04:26:48.591Z | Documenting tinyvec_macros v0.1.1 |
2279 | 2023-12-09T04:26:48.856Z | Documenting ppv-lite86 v0.2.17 |
2280 | 2023-12-09T04:26:49.457Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2281 | 2023-12-09T04:26:50.368Z | Documenting tracing-core v0.1.31 |
2282 | 2023-12-09T04:26:51.365Z | Documenting futures-util v0.3.29 |
2283 | 2023-12-09T04:26:52.970Z | Documenting tinyvec v1.6.0 |
2284 | 2023-12-09T04:26:53.046Z | Documenting tracing-attributes v0.1.26 |
2285 | 2023-12-09T04:26:54.010Z | Documenting rand_chacha v0.3.1 |
2286 | 2023-12-09T04:26:58.640Z | Documenting unicode-normalization v0.1.22 |
2287 | 2023-12-09T04:27:00.477Z | Documenting bytes v1.5.0 |
2288 | 2023-12-09T04:27:00.668Z | Documenting bitflags v2.4.0 |
2289 | 2023-12-09T04:27:02.815Z | Documenting serde_json v1.0.108 |
2290 | 2023-12-09T04:27:03.470Z | Documenting chrono v0.4.31 |
2291 | 2023-12-09T04:27:05.223Z | Documenting uuid v1.6.1 |
2292 | 2023-12-09T04:27:06.745Z | Documenting rand v0.8.5 |
2293 | 2023-12-09T04:27:07.109Z | Documenting base64 v0.21.5 |
2294 | 2023-12-09T04:27:07.984Z | Documenting tokio v1.35.0 |
2295 | 2023-12-09T04:27:11.020Z | Documenting fnv v1.0.7 |
2296 | 2023-12-09T04:27:11.723Z | Documenting spin v0.9.8 |
2297 | 2023-12-09T04:27:12.523Z | Documenting lazy_static v1.4.0 |
2298 | 2023-12-09T04:27:13.250Z | Documenting unicode-bidi v0.3.13 |
2299 | 2023-12-09T04:27:15.097Z | Documenting percent-encoding v2.3.1 |
2300 | 2023-12-09T04:27:16.186Z | Documenting cpufeatures v0.2.9 |
2301 | 2023-12-09T04:27:16.716Z | Documenting generic-array v0.14.7 |
2302 | 2023-12-09T04:27:16.832Z | Documenting http v0.2.11 |
2303 | 2023-12-09T04:27:16.861Z | Documenting serde_derive_internals v0.26.0 |
2304 | 2023-12-09T04:27:19.808Z | Checking serde_derive_internals v0.26.0 |
2305 | 2023-12-09T04:27:19.860Z | Documenting tracing v0.1.37 |
2306 | 2023-12-09T04:27:20.415Z | Documenting dyn-clone v1.0.13 |
2307 | 2023-12-09T04:27:20.731Z | Documenting idna v0.5.0 |
2308 | 2023-12-09T04:27:20.788Z | Documenting form_urlencoded v1.2.1 |
2309 | 2023-12-09T04:27:23.152Z | Documenting crypto-common v0.1.6 |
2310 | 2023-12-09T04:27:24.555Z | Documenting block-buffer v0.10.4 |
2311 | 2023-12-09T04:27:24.908Z | Documenting errno v0.3.2 |
2312 | 2023-12-09T04:27:24.911Z | Documenting schemars_derive v0.8.13 |
2313 | 2023-12-09T04:27:25.405Z | Documenting httparse v1.8.0 |
2314 | 2023-12-09T04:27:26.686Z | Documenting adler v1.0.2 |
2315 | 2023-12-09T04:27:26.919Z | Documenting url v2.5.0 |
2316 | 2023-12-09T04:27:29.922Z | Documenting unicode-ident v1.0.12 |
2317 | 2023-12-09T04:27:30.725Z | Documenting miniz_oxide v0.7.1 |
2318 | 2023-12-09T04:27:30.903Z | Documenting digest v0.10.7 |
2319 | 2023-12-09T04:27:30.981Z | Documenting rustix v0.38.25 |
2320 | 2023-12-09T04:27:31.570Z | Documenting base64ct v1.6.0 |
2321 | 2023-12-09T04:27:33.396Z | Documenting openssl-probe v0.1.5 |
2322 | 2023-12-09T04:27:33.776Z | Documenting schemars v0.8.13 |
2323 | 2023-12-09T04:27:34.029Z | Documenting proc-macro2 v1.0.69 |
2324 | 2023-12-09T04:27:35.559Z | Documenting httpdate v1.0.3 |
2325 | 2023-12-09T04:27:37.883Z | Documenting try-lock v0.2.4 |
2326 | 2023-12-09T04:27:38.957Z | Documenting untrusted v0.9.0 |
2327 | 2023-12-09T04:27:40.366Z | Documenting quote v1.0.33 |
2328 | 2023-12-09T04:27:40.602Z | Documenting http-body v0.4.5 |
2329 | 2023-12-09T04:27:41.209Z | Documenting openssl-sys v0.9.96 |
2330 | 2023-12-09T04:27:41.550Z | Documenting async-trait v0.1.74 |
2331 | 2023-12-09T04:27:42.320Z | Documenting want v0.3.1 |
2332 | 2023-12-09T04:27:42.453Z | Documenting openssl-macros v0.1.1 |
2333 | 2023-12-09T04:27:43.605Z | Documenting ring v0.17.7 |
2334 | 2023-12-09T04:27:46.157Z | Documenting mime v0.3.17 |
2335 | 2023-12-09T04:27:47.113Z | Documenting tower-service v0.3.2 |
2336 | 2023-12-09T04:27:47.931Z | Documenting pem-rfc7468 v0.7.0 |
2337 | 2023-12-09T04:27:48.618Z | Documenting aho-corasick v1.0.4 |
2338 | 2023-12-09T04:27:48.862Z | Documenting sct v0.7.0 |
2339 | 2023-12-09T04:27:48.911Z | Documenting tokio-util v0.7.10 |
2340 | 2023-12-09T04:27:50.318Z | Documenting openssl v0.10.60 |
2341 | 2023-12-09T04:27:51.500Z | Documenting rustls-webpki v0.101.7 |
2342 | 2023-12-09T04:27:52.321Z | Documenting slog v2.7.0 |
2343 | 2023-12-09T04:27:52.730Z | Documenting der_derive v0.7.2 |
2344 | 2023-12-09T04:27:54.316Z | Documenting equivalent v1.0.1 |
2345 | 2023-12-09T04:27:54.545Z | Documenting unicode-width v0.1.11 |
2346 | 2023-12-09T04:27:56.137Z | Documenting regex-syntax v0.8.2 |
2347 | 2023-12-09T04:27:57.599Z | Documenting h2 v0.3.21 |
2348 | 2023-12-09T04:27:57.962Z | Documenting flagset v0.4.3 |
2349 | 2023-12-09T04:27:58.341Z | Documenting hashbrown v0.14.2 |
2350 | 2023-12-09T04:27:58.691Z | Documenting ipnet v2.8.0 |
2351 | 2023-12-09T04:27:58.730Z | Documenting rustls v0.21.9 |
2352 | 2023-12-09T04:28:00.539Z | Documenting rustls-pemfile v1.0.3 |
2353 | 2023-12-09T04:28:02.089Z | Documenting der v0.7.8 |
2354 | 2023-12-09T04:28:02.958Z | Documenting num-integer v0.1.45 |
2355 | 2023-12-09T04:28:04.723Z | Documenting time-macros v0.2.13 |
2356 | 2023-12-09T04:28:04.735Z | Documenting indexmap v2.1.0 |
2357 | 2023-12-09T04:28:06.081Z | Documenting utf8parse v0.2.1 |
2358 | 2023-12-09T04:28:06.494Z | Documenting regex-automata v0.4.3 |
2359 | 2023-12-09T04:28:09.005Z | Documenting deranged v0.3.8 |
2360 | 2023-12-09T04:28:09.508Z | Documenting time-core v0.1.1 |
2361 | 2023-12-09T04:28:10.192Z | Documenting num_threads v0.1.6 |
2362 | 2023-12-09T04:28:11.377Z | Documenting gimli v0.28.0 |
2363 | 2023-12-09T04:28:11.668Z | Documenting tokio-rustls v0.24.1 |
2364 | 2023-12-09T04:28:12.026Z | Documenting spki v0.7.2 |
2365 | 2023-12-09T04:28:12.570Z | Documenting hyper v0.14.27 |
2366 | 2023-12-09T04:28:13.784Z | Documenting native-tls v0.2.11 |
2367 | 2023-12-09T04:28:15.580Z | Documenting object v0.32.1 |
2368 | 2023-12-09T04:28:15.802Z | Documenting time v0.3.27 |
2369 | 2023-12-09T04:28:18.427Z | Documenting encoding_rs v0.8.33 |
2370 | 2023-12-09T04:28:19.142Z | Documenting regex v1.10.2 |
2371 | 2023-12-09T04:28:20.900Z | Documenting addr2line v0.21.0 |
2372 | 2023-12-09T04:28:20.903Z | Documenting crossbeam-utils v0.8.16 |
2373 | 2023-12-09T04:28:21.055Z | Checking pest_meta v2.7.2 |
2374 | 2023-12-09T04:28:22.650Z | Documenting rustc-demangle v0.1.23 |
2375 | 2023-12-09T04:28:23.824Z | Documenting tokio-native-tls v0.3.1 |
2376 | 2023-12-09T04:28:25.723Z | Documenting rustls-native-certs v0.6.3 |
2377 | 2023-12-09T04:28:26.436Z | Documenting serde_urlencoded v0.7.1 |
2378 | 2023-12-09T04:28:26.889Z | Documenting pest_meta v2.7.2 |
2379 | 2023-12-09T04:28:27.021Z | Checking pest_generator v2.7.2 |
2380 | 2023-12-09T04:28:27.649Z | Documenting pkcs8 v0.10.2 |
2381 | 2023-12-09T04:28:28.276Z | Documenting ucd-trie v0.1.6 |
2382 | 2023-12-09T04:28:30.967Z | Documenting data-encoding v2.4.0 |
2383 | 2023-12-09T04:28:31.479Z | Documenting hyper-rustls v0.24.2 |
2384 | 2023-12-09T04:28:31.745Z | Documenting hyper-tls v0.5.0 |
2385 | 2023-12-09T04:28:32.795Z | Documenting anstyle v1.0.2 |
2386 | 2023-12-09T04:28:32.972Z | Documenting pest_generator v2.7.2 |
2387 | 2023-12-09T04:28:34.565Z | Documenting backtrace v0.3.69 |
2388 | 2023-12-09T04:28:34.581Z | Documenting webpki-roots v0.25.2 |
2389 | 2023-12-09T04:28:34.659Z | Documenting pest v2.7.2 |
2390 | 2023-12-09T04:28:37.534Z | Documenting anstyle-parse v0.2.1 |
2391 | 2023-12-09T04:28:38.353Z | Documenting syn v2.0.32 |
2392 | 2023-12-09T04:28:39.815Z | Documenting pest_derive v2.7.2 |
2393 | 2023-12-09T04:28:40.141Z | Documenting ipnetwork v0.20.0 |
2394 | 2023-12-09T04:28:41.955Z | Documenting sha2 v0.10.8 |
2395 | 2023-12-09T04:28:42.058Z | Documenting futures-executor v0.3.29 |
2396 | 2023-12-09T04:28:42.282Z | Documenting reqwest v0.11.22 |
2397 | 2023-12-09T04:28:42.600Z | Documenting hex v0.4.3 |
2398 | 2023-12-09T04:28:42.806Z | Documenting anyhow v1.0.75 |
2399 | 2023-12-09T04:28:46.981Z | Documenting crc32fast v1.3.2 |
2400 | 2023-12-09T04:28:48.467Z | Checking serde_tokenstream v0.1.7 |
2401 | 2023-12-09T04:28:48.671Z | Documenting colorchoice v1.0.0 |
2402 | 2023-12-09T04:28:49.008Z | Documenting anstyle-query v1.0.0 |
2403 | 2023-12-09T04:28:49.051Z | Documenting dtrace-parser v0.1.14 |
2404 | 2023-12-09T04:28:49.197Z | Documenting openapiv3 v2.0.0-rc.1 |
2405 | 2023-12-09T04:28:50.731Z | Documenting num-iter v0.1.43 |
2406 | 2023-12-09T04:28:52.451Z | Documenting hmac v0.12.1 |
2407 | 2023-12-09T04:28:52.769Z | Documenting dof v0.1.5 |
2408 | 2023-12-09T04:28:54.269Z | Documenting anstream v0.5.0 |
2409 | 2023-12-09T04:28:54.617Z | Documenting signal-hook v0.3.17 |
2410 | 2023-12-09T04:28:56.825Z | Documenting thread-id v4.2.0 |
2411 | 2023-12-09T04:28:57.750Z | Documenting terminal_size v0.2.6 |
2412 | 2023-12-09T04:28:58.785Z | Documenting memoffset v0.9.0 |
2413 | 2023-12-09T04:28:59.225Z | Documenting clap_lex v0.5.1 |
2414 | 2023-12-09T04:28:59.593Z | Documenting strsim v0.10.0 |
2415 | 2023-12-09T04:28:59.991Z | Documenting flate2 v1.0.28 |
2416 | 2023-12-09T04:29:00.588Z | Documenting futures v0.3.29 |
2417 | 2023-12-09T04:29:02.425Z | Documenting usdt-impl v0.3.5 |
2418 | 2023-12-09T04:29:02.866Z | Documenting crossbeam-epoch v0.9.15 |
2419 | 2023-12-09T04:29:03.956Z | Documenting usdt-attr-macro v0.3.5 |
2420 | 2023-12-09T04:29:05.187Z | Documenting usdt-macro v0.3.5 |
2421 | 2023-12-09T04:29:05.795Z | Documenting clap_builder v4.4.2 |
2422 | 2023-12-09T04:29:06.997Z | Documenting clap_derive v4.4.2 |
2423 | 2023-12-09T04:29:07.243Z | Documenting managed v0.8.0 |
2424 | 2023-12-09T04:29:08.784Z | Documenting signal-hook-mio v0.2.3 |
2425 | 2023-12-09T04:29:10.585Z | Documenting block-padding v0.3.3 |
2426 | 2023-12-09T04:29:11.545Z | Documenting scheduled-thread-pool v0.2.7 |
2427 | 2023-12-09T04:29:12.235Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2428 | 2023-12-09T04:29:12.795Z | Documenting usdt v0.3.5 |
2429 | 2023-12-09T04:29:13.357Z | Documenting enum-as-inner v0.5.1 |
2430 | 2023-12-09T04:29:14.689Z | Documenting pin-project-internal v1.1.3 |
2431 | 2023-12-09T04:29:14.915Z | Documenting diesel_table_macro_syntax v0.1.0 |
2432 | 2023-12-09T04:29:15.471Z | Documenting clap v4.4.3 |
2433 | 2023-12-09T04:29:16.655Z | Checking diesel_table_macro_syntax v0.1.0 |
2434 | 2023-12-09T04:29:16.893Z | Documenting unicode-segmentation v1.10.1 |
2435 | 2023-12-09T04:29:17.286Z | Documenting r2d2 v0.8.10 |
2436 | 2023-12-09T04:29:17.915Z | Documenting bzip2 v0.4.4 |
2437 | 2023-12-09T04:29:19.771Z | Documenting trust-dns-proto v0.22.0 |
2438 | 2023-12-09T04:29:20.250Z | Documenting inout v0.1.3 |
2439 | 2023-12-09T04:29:21.526Z | Documenting diesel_derives v2.1.2 |
2440 | 2023-12-09T04:29:21.800Z | Documenting crossterm v0.27.0 |
2441 | 2023-12-09T04:29:21.830Z | Documenting pin-project v1.1.3 |
2442 | 2023-12-09T04:29:22.599Z | Documenting md-5 v0.10.5 |
2443 | 2023-12-09T04:29:23.398Z | Documenting stringprep v0.1.3 |
2444 | 2023-12-09T04:29:23.692Z | Documenting serde_spanned v0.6.4 |
2445 | 2023-12-09T04:29:25.908Z | Documenting toml_datetime v0.6.5 |
2446 | 2023-12-09T04:29:26.608Z | Documenting ff v0.13.0 |
2447 | 2023-12-09T04:29:28.977Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2448 | 2023-12-09T04:29:29.368Z | Documenting doc-comment v0.3.3 |
2449 | 2023-12-09T04:29:29.639Z | Documenting snafu-derive v0.7.5 |
2450 | 2023-12-09T04:29:30.213Z | Documenting fallible-iterator v0.2.0 |
2451 | 2023-12-09T04:29:31.665Z | Documenting winnow v0.5.15 |
2452 | 2023-12-09T04:29:32.024Z | Documenting static_assertions v1.1.0 |
2453 | 2023-12-09T04:29:32.210Z | Documenting siphasher v0.3.11 |
2454 | 2023-12-09T04:29:33.392Z | Documenting either v1.9.0 |
2455 | 2023-12-09T04:29:33.453Z | Documenting base16ct v0.2.0 |
2456 | 2023-12-09T04:29:34.485Z | Documenting bit-vec v0.6.3 |
2457 | 2023-12-09T04:29:36.431Z | Documenting diesel v2.1.4 |
2458 | 2023-12-09T04:29:36.645Z | Documenting phf_shared v0.11.2 |
2459 | 2023-12-09T04:29:37.858Z | Documenting sec1 v0.7.3 |
2460 | 2023-12-09T04:29:37.861Z | Documenting postgres-protocol v0.6.6 |
2461 | 2023-12-09T04:29:39.226Z | Documenting group v0.13.0 |
2462 | 2023-12-09T04:29:39.327Z | Documenting toml_edit v0.21.0 |
2463 | 2023-12-09T04:29:40.542Z | Documenting cipher v0.4.4 |
2464 | 2023-12-09T04:29:41.070Z | Documenting snafu v0.7.5 |
2465 | 2023-12-09T04:29:42.080Z | Documenting zip v0.6.6 |
2466 | 2023-12-09T04:29:45.037Z | Documenting hkdf v0.12.3 |
2467 | 2023-12-09T04:29:46.468Z | Documenting num-bigint v0.4.4 |
2468 | 2023-12-09T04:29:47.417Z | Documenting crypto-bigint v0.5.2 |
2469 | 2023-12-09T04:29:47.628Z | Documenting hubpack v0.1.2 |
2470 | 2023-12-09T04:29:47.966Z | Documenting bstr v1.6.0 |
2471 | 2023-12-09T04:29:49.493Z | Documenting regress v0.7.1 |
2472 | 2023-12-09T04:29:50.315Z | Documenting serde_repr v0.1.16 |
2473 | 2023-12-09T04:29:52.510Z | Documenting lalrpop-util v0.19.12 |
2474 | 2023-12-09T04:29:54.451Z | Documenting new_debug_unreachable v1.0.4 |
2475 | 2023-12-09T04:29:55.631Z | Documenting precomputed-hash v0.1.1 |
2476 | 2023-12-09T04:29:56.787Z | Documenting fixedbitset v0.4.2 |
2477 | 2023-12-09T04:29:57.212Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2478 | 2023-12-09T04:29:58.808Z | Documenting yasna v0.5.2 |
2479 | 2023-12-09T04:29:58.950Z | Documenting elliptic-curve v0.13.8 |
2480 | 2023-12-09T04:29:59.245Z | Documenting postgres-types v0.2.6 |
2481 | 2023-12-09T04:29:59.293Z | Documenting phf v0.11.2 |
2482 | 2023-12-09T04:30:01.248Z | Documenting string_cache v0.8.7 |
2483 | 2023-12-09T04:30:01.583Z | Documenting petgraph v0.6.4 |
2484 | 2023-12-09T04:30:05.002Z | Documenting console v0.15.7 |
2485 | 2023-12-09T04:30:07.657Z | Documenting semver v1.0.20 |
2486 | 2023-12-09T04:30:08.033Z | Documenting float-cmp v0.9.0 |
2487 | 2023-12-09T04:30:08.557Z | Checking unsafe-libyaml v0.2.9 |
2488 | 2023-12-09T04:30:09.660Z | Documenting difflib v0.4.0 |
2489 | 2023-12-09T04:30:09.973Z | Documenting whoami v1.4.1 |
2490 | 2023-12-09T04:30:10.530Z | Documenting heck v0.4.1 |
2491 | 2023-12-09T04:30:11.197Z | Documenting predicates-core v1.0.6 |
2492 | 2023-12-09T04:30:12.514Z | Documenting normalize-line-endings v0.3.0 |
2493 | 2023-12-09T04:30:14.285Z | Documenting bit-set v0.5.3 |
2494 | 2023-12-09T04:30:15.171Z | Documenting similar v2.2.1 |
2495 | 2023-12-09T04:30:15.404Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2496 | 2023-12-09T04:30:15.483Z | Documenting tokio-stream v0.1.14 |
2497 | 2023-12-09T04:30:15.818Z | Documenting tokio-postgres v0.7.10 |
2498 | 2023-12-09T04:30:16.881Z | Documenting unsafe-libyaml v0.2.9 |
2499 | 2023-12-09T04:30:17.061Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2500 | 2023-12-09T04:30:18.098Z | Documenting predicates v3.0.4 |
2501 | 2023-12-09T04:30:20.447Z | Checking ident_case v1.0.1 |
2502 | 2023-12-09T04:30:20.656Z | Checking serde_yaml v0.9.25 |
2503 | 2023-12-09T04:30:21.497Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2504 | 2023-12-09T04:30:22.622Z | Documenting serde_yaml v0.9.25 |
2505 | 2023-12-09T04:30:23.218Z | Documenting getopts v0.2.21 |
2506 | 2023-12-09T04:30:23.802Z | Documenting match_cfg v0.1.0 |
2507 | 2023-12-09T04:30:25.365Z | Documenting sha1 v0.10.6 |
2508 | 2023-12-09T04:30:25.848Z | Documenting dirs-sys-next v0.1.2 |
2509 | 2023-12-09T04:30:27.858Z | Documenting hostname v0.3.1 |
2510 | 2023-12-09T04:30:28.316Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2511 | 2023-12-09T04:30:28.522Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2512 | 2023-12-09T04:30:29.381Z | Documenting thread_local v1.1.7 |
2513 | 2023-12-09T04:30:31.057Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2514 | 2023-12-09T04:30:31.544Z | Documenting dirs-next v2.0.0 |
2515 | 2023-12-09T04:30:32.631Z | Documenting paste v1.0.14 |
2516 | 2023-12-09T04:30:33.395Z | Documenting crossbeam-channel v0.5.8 |
2517 | 2023-12-09T04:30:33.512Z | Documenting atty v0.2.14 |
2518 | 2023-12-09T04:30:33.648Z | Documenting take_mut v0.2.2 |
2519 | 2023-12-09T04:30:35.692Z | Documenting slog-json v2.6.1 |
2520 | 2023-12-09T04:30:37.219Z | Documenting term v0.7.0 |
2521 | 2023-12-09T04:30:38.193Z | Documenting camino v1.1.6 |
2522 | 2023-12-09T04:30:38.478Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2523 | 2023-12-09T04:30:38.656Z | Documenting async-stream-impl v0.3.5 |
2524 | 2023-12-09T04:30:39.021Z | Documenting debug-ignore v1.0.5 |
2525 | 2023-12-09T04:30:39.498Z | Documenting slog-async v2.8.0 |
2526 | 2023-12-09T04:30:42.340Z | Documenting atomic-waker v1.1.1 |
2527 | 2023-12-09T04:30:42.502Z | Documenting slog-bunyan v2.4.0 |
2528 | 2023-12-09T04:30:43.045Z | Documenting slog-term v2.9.0 |
2529 | 2023-12-09T04:30:43.176Z | Checking darling_core v0.20.3 |
2530 | 2023-12-09T04:30:45.081Z | Documenting toml v0.8.8 |
2531 | 2023-12-09T04:30:45.143Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2532 | 2023-12-09T04:30:45.350Z | Documenting async-stream v0.3.5 |
2533 | 2023-12-09T04:30:46.042Z | Documenting multer v2.1.0 |
2534 | 2023-12-09T04:30:46.417Z | Documenting waitgroup v0.1.2 |
2535 | 2023-12-09T04:30:49.321Z | Documenting serde_path_to_error v0.1.14 |
2536 | 2023-12-09T04:30:49.564Z | Documenting strum v0.25.0 |
2537 | 2023-12-09T04:30:50.069Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2538 | 2023-12-09T04:30:50.866Z | Checking darling v0.20.3 |
2539 | 2023-12-09T04:30:51.011Z | Documenting serde_with_macros v3.4.0 |
2540 | 2023-12-09T04:30:51.874Z | Documenting structmeta-derive v0.2.0 |
2541 | 2023-12-09T04:30:52.417Z | Checking structmeta v0.2.0 |
2542 | 2023-12-09T04:30:52.775Z | Documenting instant v0.1.12 |
2543 | 2023-12-09T04:30:52.987Z | Checking regex-syntax v0.7.5 |
2544 | 2023-12-09T04:30:53.242Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2545 | 2023-12-09T04:30:54.931Z | Documenting macaddr v1.0.1 |
2546 | 2023-12-09T04:30:55.588Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2547 | 2023-12-09T04:30:58.079Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2548 | 2023-12-09T04:30:58.145Z | Documenting backoff v0.4.0 |
2549 | 2023-12-09T04:30:59.061Z | Documenting serde_with v3.4.0 |
2550 | 2023-12-09T04:30:59.332Z | Documenting structmeta v0.2.0 |
2551 | 2023-12-09T04:30:59.607Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2552 | 2023-12-09T04:31:00.762Z | Documenting fastrand v2.0.0 |
2553 | 2023-12-09T04:31:03.631Z | Documenting is-terminal v0.4.9 |
2554 | 2023-12-09T04:31:04.469Z | Documenting proc-macro-crate v1.3.1 |
2555 | 2023-12-09T04:31:05.773Z | Documenting parse-display-derive v0.8.2 |
2556 | 2023-12-09T04:31:06.261Z | Checking proc-macro-crate v1.3.1 |
2557 | 2023-12-09T04:31:06.596Z | Documenting proc-macro-error-attr v1.0.4 |
2558 | 2023-12-09T04:31:06.800Z | Documenting hash32 v0.2.1 |
2559 | 2023-12-09T04:31:06.856Z | Documenting tempfile v3.8.1 |
2560 | 2023-12-09T04:31:10.409Z | Documenting stable_deref_trait v1.2.0 |
2561 | 2023-12-09T04:31:10.579Z | Checking proc-macro-error v1.0.4 |
2562 | 2023-12-09T04:31:10.802Z | Documenting num_enum_derive v0.5.11 |
2563 | 2023-12-09T04:31:10.963Z | Documenting embedded-io v0.4.0 |
2564 | 2023-12-09T04:31:12.138Z | Documenting proc-macro-error v1.0.4 |
2565 | 2023-12-09T04:31:12.974Z | Documenting cobs v0.2.3 |
2566 | 2023-12-09T04:31:13.364Z | Documenting camino-tempfile v1.1.1 |
2567 | 2023-12-09T04:31:14.363Z | Documenting parse-display v0.8.2 |
2568 | 2023-12-09T04:31:14.472Z | Documenting heapless v0.7.16 |
2569 | 2023-12-09T04:31:15.460Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2570 | 2023-12-09T04:31:17.170Z | Documenting postcard v1.0.8 |
2571 | 2023-12-09T04:31:18.366Z | Documenting foreign-types-macros v0.2.3 |
2572 | 2023-12-09T04:31:18.556Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2573 | 2023-12-09T04:31:18.925Z | Documenting num_enum v0.5.11 |
2574 | 2023-12-09T04:31:19.926Z | Documenting foreign-types-shared v0.3.1 |
2575 | 2023-12-09T04:31:20.793Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2576 | 2023-12-09T04:31:21.768Z | Documenting smoltcp v0.10.0 |
2577 | 2023-12-09T04:31:21.822Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2578 | 2023-12-09T04:31:22.217Z | Documenting crucible-workspace-hack v0.1.0 |
2579 | 2023-12-09T04:31:22.942Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2580 | 2023-12-09T04:31:24.317Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2581 | 2023-12-09T04:31:24.352Z | Documenting cstr-argument v0.1.2 |
2582 | 2023-12-09T04:31:24.561Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2583 | 2023-12-09T04:31:25.008Z | Documenting foreign-types v0.5.0 |
2584 | 2023-12-09T04:31:27.643Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2585 | 2023-12-09T04:31:28.858Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2586 | 2023-12-09T04:31:29.664Z | Documenting colored v2.0.4 |
2587 | 2023-12-09T04:31:29.915Z | Documenting zerocopy v0.7.26 |
2588 | 2023-12-09T04:31:30.351Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2589 | 2023-12-09T04:31:30.957Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2590 | 2023-12-09T04:31:31.114Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2591 | 2023-12-09T04:31:33.953Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2592 | 2023-12-09T04:31:35.158Z | Documenting zone_cfg_derive v0.3.0 |
2593 | 2023-12-09T04:31:35.786Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2594 | 2023-12-09T04:31:36.807Z | Documenting num-derive v0.4.0 |
2595 | 2023-12-09T04:31:37.146Z | Documenting smf v0.2.2 |
2596 | 2023-12-09T04:31:37.416Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2597 | 2023-12-09T04:31:40.061Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2598 | 2023-12-09T04:31:41.134Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2599 | 2023-12-09T04:31:41.927Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2600 | 2023-12-09T04:31:42.922Z | Documenting linked-hash-map v0.5.6 |
2601 | 2023-12-09T04:31:43.012Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2602 | 2023-12-09T04:31:43.024Z | Documenting zone v0.3.0 |
2603 | 2023-12-09T04:31:43.654Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2604 | 2023-12-09T04:31:46.544Z | Documenting blake2 v0.10.6 |
2605 | 2023-12-09T04:31:48.015Z | Documenting password-hash v0.5.0 |
2606 | 2023-12-09T04:31:48.823Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2607 | 2023-12-09T04:31:49.346Z | Documenting lru-cache v0.1.2 |
2608 | 2023-12-09T04:31:49.712Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2609 | 2023-12-09T04:31:50.385Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2610 | 2023-12-09T04:31:50.526Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2611 | 2023-12-09T04:31:50.746Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2612 | 2023-12-09T04:31:50.827Z | Checking heck v0.3.3 |
2613 | 2023-12-09T04:31:51.054Z | Documenting structopt-derive v0.4.18 |
2614 | 2023-12-09T04:31:54.062Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2615 | 2023-12-09T04:31:54.173Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2616 | 2023-12-09T04:31:54.387Z | Documenting argon2 v0.5.2 |
2617 | 2023-12-09T04:31:54.994Z | Documenting libefi-sys v0.1.0 |
2618 | 2023-12-09T04:31:58.374Z | Documenting quick-error v1.2.3 |
2619 | 2023-12-09T04:31:58.427Z | Documenting structopt v0.3.26 |
2620 | 2023-12-09T04:31:59.969Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2621 | 2023-12-09T04:32:00.892Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2622 | 2023-12-09T04:32:01.353Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2623 | 2023-12-09T04:32:01.949Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2624 | 2023-12-09T04:32:03.377Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2625 | 2023-12-09T04:32:03.834Z | Documenting resolv-conf v0.7.0 |
2626 | 2023-12-09T04:32:04.227Z | Documenting cancel-safe-futures v0.1.5 |
2627 | 2023-12-09T04:32:04.833Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2628 | 2023-12-09T04:32:06.739Z | Documenting convert_case v0.4.0 |
2629 | 2023-12-09T04:32:06.952Z | Checking convert_case v0.4.0 |
2630 | 2023-12-09T04:32:07.276Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2631 | 2023-12-09T04:32:07.951Z | Documenting arc-swap v1.6.0 |
2632 | 2023-12-09T04:32:09.717Z | Documenting trust-dns-resolver v0.22.0 |
2633 | 2023-12-09T04:32:11.013Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2634 | 2023-12-09T04:32:11.521Z | Documenting swrite v0.1.0 |
2635 | 2023-12-09T04:32:11.977Z | Documenting tap v1.0.1 |
2636 | 2023-12-09T04:32:12.113Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2637 | 2023-12-09T04:32:12.327Z | Documenting derive_more v0.99.17 |
2638 | 2023-12-09T04:32:13.827Z | Documenting slog-scope v4.4.0 |
2639 | 2023-12-09T04:32:14.012Z | Documenting num-rational v0.4.1 |
2640 | 2023-12-09T04:32:16.236Z | Documenting wyz v0.5.1 |
2641 | 2023-12-09T04:32:17.180Z | Documenting radium v0.7.0 |
2642 | 2023-12-09T04:32:19.301Z | Documenting libsw v3.3.0 |
2643 | 2023-12-09T04:32:20.284Z | Documenting num-complex v0.4.4 |
2644 | 2023-12-09T04:32:20.676Z | Documenting derive-where v1.2.6 |
2645 | 2023-12-09T04:32:20.965Z | Documenting owo-colors v3.5.0 |
2646 | 2023-12-09T04:32:22.262Z | Documenting half v1.8.2 |
2647 | 2023-12-09T04:32:25.155Z | Documenting crc-catalog v2.2.0 |
2648 | 2023-12-09T04:32:25.209Z | Documenting funty v2.0.0 |
2649 | 2023-12-09T04:32:25.981Z | Documenting linear-map v1.2.0 |
2650 | 2023-12-09T04:32:26.250Z | Documenting ciborium-io v0.2.1 |
2651 | 2023-12-09T04:32:27.358Z | Documenting num v0.4.1 |
2652 | 2023-12-09T04:32:27.732Z | Documenting crc v3.0.1 |
2653 | 2023-12-09T04:32:28.324Z | Documenting slog-stdlog v4.1.1 |
2654 | 2023-12-09T04:32:28.483Z | Documenting bitvec v1.0.1 |
2655 | 2023-12-09T04:32:30.291Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2656 | 2023-12-09T04:32:31.502Z | Documenting slog-dtrace v0.2.3 |
2657 | 2023-12-09T04:32:32.150Z | Documenting ciborium-ll v0.2.1 |
2658 | 2023-12-09T04:32:32.569Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2659 | 2023-12-09T04:32:32.575Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2660 | 2023-12-09T04:32:34.123Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2661 | 2023-12-09T04:32:34.942Z | Documenting xattr v1.0.1 |
2662 | 2023-12-09T04:32:36.042Z | Documenting filetime v0.2.23 |
2663 | 2023-12-09T04:32:36.675Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2664 | 2023-12-09T04:32:38.015Z | Documenting packed_struct_codegen v0.10.1 |
2665 | 2023-12-09T04:32:40.789Z | Documenting nodrop v0.1.14 |
2666 | 2023-12-09T04:32:41.675Z | Documenting keccak v0.1.4 |
2667 | 2023-12-09T04:32:41.897Z | Documenting tar v0.4.40 |
2668 | 2023-12-09T04:32:43.737Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2669 | 2023-12-09T04:32:44.914Z | Documenting array-init v0.0.4 |
2670 | 2023-12-09T04:32:45.885Z | Documenting sha3 v0.10.8 |
2671 | 2023-12-09T04:32:46.360Z | Documenting packed_struct v0.10.1 |
2672 | 2023-12-09T04:32:46.699Z | Documenting ciborium v0.2.1 |
2673 | 2023-12-09T04:32:47.613Z | Documenting slog-envlogger v2.2.0 |
2674 | 2023-12-09T04:32:48.019Z | Documenting num-bigint-dig v0.8.4 |
2675 | 2023-12-09T04:32:49.680Z | Documenting pkcs1 v0.7.5 |
2676 | 2023-12-09T04:32:53.262Z | Documenting signature v2.1.0 |
2677 | 2023-12-09T04:32:53.607Z | Documenting fxhash v0.2.1 |
2678 | 2023-12-09T04:32:55.517Z | Documenting secrecy v0.8.0 |
2679 | 2023-12-09T04:32:57.318Z | Documenting termcolor v1.2.0 |
2680 | 2023-12-09T04:32:57.766Z | Documenting bitfield v0.14.0 |
2681 | 2023-12-09T04:33:00.918Z | Documenting utf-8 v0.7.6 |
2682 | 2023-12-09T04:33:00.973Z | Documenting serde-hex v0.1.0 |
2683 | 2023-12-09T04:33:00.973Z | Documenting rsa v0.9.2 |
2684 | 2023-12-09T04:33:01.689Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2685 | 2023-12-09T04:33:02.037Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2686 | 2023-12-09T04:33:03.106Z | Documenting env_logger v0.10.0 |
2687 | 2023-12-09T04:33:04.323Z | Documenting tungstenite v0.20.1 |
2688 | 2023-12-09T04:33:05.049Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2689 | 2023-12-09T04:33:08.563Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2690 | 2023-12-09T04:33:09.908Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2691 | 2023-12-09T04:33:10.712Z | Documenting newtype_derive v0.1.6 |
2692 | 2023-12-09T04:33:11.665Z | Documenting x509-cert v0.2.4 |
2693 | 2023-12-09T04:33:13.074Z | Documenting pem v3.0.2 |
2694 | 2023-12-09T04:33:14.090Z | Documenting ron v0.8.1 |
2695 | 2023-12-09T04:33:14.475Z | Documenting crc-any v2.4.3 |
2696 | 2023-12-09T04:33:16.114Z | Documenting steno v0.4.0 |
2697 | 2023-12-09T04:33:18.730Z | Documenting tokio-tungstenite v0.20.1 |
2698 | 2023-12-09T04:33:19.973Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2699 | 2023-12-09T04:33:20.335Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2700 | 2023-12-09T04:33:20.838Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2701 | 2023-12-09T04:33:25.849Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2702 | 2023-12-09T04:33:27.872Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2703 | 2023-12-09T04:33:29.682Z | Documenting itertools v0.12.0 |
2704 | 2023-12-09T04:33:31.897Z | Documenting nibble_vec v0.1.0 |
2705 | 2023-12-09T04:33:35.463Z | Documenting endian-type v0.1.2 |
2706 | 2023-12-09T04:33:35.476Z | Documenting glob v0.3.1 |
2707 | 2023-12-09T04:33:36.085Z | Documenting display-error-chain v0.2.0 |
2708 | 2023-12-09T04:33:38.219Z | Documenting same-file v1.0.6 |
2709 | 2023-12-09T04:33:40.948Z | Documenting path-slash v0.1.5 |
2710 | 2023-12-09T04:33:41.196Z | Documenting radix_trie v0.2.1 |
2711 | 2023-12-09T04:33:41.690Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2712 | 2023-12-09T04:33:42.018Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2713 | 2023-12-09T04:33:44.432Z | Documenting walkdir v2.4.0 |
2714 | 2023-12-09T04:33:46.462Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2715 | 2023-12-09T04:33:47.217Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2716 | 2023-12-09T04:33:47.455Z | Documenting buf-list v1.0.3 |
2717 | 2023-12-09T04:33:51.200Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2718 | 2023-12-09T04:33:52.538Z | Checking darling_core v0.14.4 |
2719 | 2023-12-09T04:33:54.419Z | Documenting trust-dns-client v0.22.0 |
2720 | 2023-12-09T04:33:55.389Z | Checking darling v0.14.4 |
2721 | 2023-12-09T04:33:55.541Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2722 | 2023-12-09T04:33:56.275Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2723 | 2023-12-09T04:33:56.678Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2724 | 2023-12-09T04:33:58.448Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2725 | 2023-12-09T04:34:00.689Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2726 | 2023-12-09T04:34:01.136Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2727 | 2023-12-09T04:34:05.615Z | Documenting sled v0.34.7 |
2728 | 2023-12-09T04:34:07.920Z | Documenting trust-dns-server v0.22.1 |
2729 | 2023-12-09T04:34:08.674Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2730 | 2023-12-09T04:34:08.872Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2731 | 2023-12-09T04:34:09.001Z | Documenting unicase v2.7.0 |
2732 | 2023-12-09T04:34:09.890Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2733 | 2023-12-09T04:34:10.307Z | Documenting globset v0.4.13 |
2734 | 2023-12-09T04:34:10.321Z | Documenting crossbeam-deque v0.8.3 |
2735 | 2023-12-09T04:34:14.186Z | Documenting headers-core v0.2.0 |
2736 | 2023-12-09T04:34:14.363Z | Documenting olpc-cjson v0.1.3 |
2737 | 2023-12-09T04:34:15.949Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2738 | 2023-12-09T04:34:16.199Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2739 | 2023-12-09T04:34:16.700Z | Documenting serde_plain v1.0.2 |
2740 | 2023-12-09T04:34:16.765Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2741 | 2023-12-09T04:34:17.534Z | Documenting async-recursion v1.0.5 |
2742 | 2023-12-09T04:34:18.531Z | Documenting pretty-hex v0.4.0 |
2743 | 2023-12-09T04:34:20.824Z | Documenting typed-path v0.7.0 |
2744 | 2023-12-09T04:34:20.987Z | Documenting headers v0.3.9 |
2745 | 2023-12-09T04:34:22.142Z | Documenting rayon-core v1.12.0 |
2746 | 2023-12-09T04:34:22.909Z | Documenting mime_guess v2.0.4 |
2747 | 2023-12-09T04:34:23.239Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2748 | 2023-12-09T04:34:23.480Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2749 | 2023-12-09T04:34:24.188Z | Checking derive_builder_core v0.12.0 |
2750 | 2023-12-09T04:34:25.523Z | Documenting derive_builder_core v0.12.0 |
2751 | 2023-12-09T04:34:28.541Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2752 | 2023-12-09T04:34:28.964Z | Documenting tough v0.16.0 |
2753 | 2023-12-09T04:34:29.821Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2754 | 2023-12-09T04:34:30.770Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2755 | 2023-12-09T04:34:30.820Z | Documenting universal-hash v0.5.1 |
2756 | 2023-12-09T04:34:31.171Z | Documenting bcs v0.1.6 |
2757 | 2023-12-09T04:34:34.523Z | Documenting kstat-rs v0.2.3 |
2758 | 2023-12-09T04:34:34.900Z | Documenting thiserror-impl-no-std v2.0.2 |
2759 | 2023-12-09T04:34:37.335Z | Documenting curve25519-dalek-derive v0.1.0 |
2760 | 2023-12-09T04:34:40.304Z | Documenting highway v1.1.0 |
2761 | 2023-12-09T04:34:41.057Z | Documenting opaque-debug v0.3.0 |
2762 | 2023-12-09T04:34:42.458Z | Documenting thiserror-no-std v2.0.2 |
2763 | 2023-12-09T04:34:44.036Z | Documenting curve25519-dalek v4.1.0 |
2764 | 2023-12-09T04:34:44.461Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2765 | 2023-12-09T04:34:45.268Z | Documenting poly1305 v0.8.0 |
2766 | 2023-12-09T04:34:45.957Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2767 | 2023-12-09T04:34:46.822Z | Documenting derive_builder_macro v0.12.0 |
2768 | 2023-12-09T04:34:47.406Z | Documenting rayon v1.8.0 |
2769 | 2023-12-09T04:34:50.531Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2770 | 2023-12-09T04:34:52.731Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2771 | 2023-12-09T04:34:52.855Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2772 | 2023-12-09T04:34:54.337Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2773 | 2023-12-09T04:34:58.976Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2774 | 2023-12-09T04:35:13.936Z | Documenting portable-atomic v1.4.3 |
2775 | 2023-12-09T04:35:17.893Z | Documenting ed25519 v1.5.3 |
2776 | 2023-12-09T04:35:19.716Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2777 | 2023-12-09T04:35:21.130Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2778 | 2023-12-09T04:35:22.001Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2779 | 2023-12-09T04:35:22.477Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2780 | 2023-12-09T04:35:22.583Z | Documenting chacha20 v0.9.1 |
2781 | 2023-12-09T04:35:22.653Z | Documenting aead v0.5.2 |
2782 | 2023-12-09T04:35:25.325Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2783 | 2023-12-09T04:35:25.747Z | Documenting ref-cast-impl v1.0.20 |
2784 | 2023-12-09T04:35:27.595Z | Documenting vte_generate_state_changes v0.1.1 |
2785 | 2023-12-09T04:35:29.871Z | Documenting cassowary v0.3.0 |
2786 | 2023-12-09T04:35:32.064Z | Documenting number_prefix v0.4.0 |
2787 | 2023-12-09T04:35:33.353Z | Documenting vte v0.11.1 |
2788 | 2023-12-09T04:35:33.910Z | Documenting ref-cast v1.0.20 |
2789 | 2023-12-09T04:35:35.925Z | Documenting ratatui v0.23.0 |
2790 | 2023-12-09T04:35:37.698Z | Documenting indicatif v0.17.7 |
2791 | 2023-12-09T04:35:38.121Z | Documenting chacha20poly1305 v0.10.1 |
2792 | 2023-12-09T04:35:39.681Z | Documenting salty v0.2.0 |
2793 | 2023-12-09T04:35:39.859Z | Documenting derive_builder v0.12.0 |
2794 | 2023-12-09T04:35:40.757Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2795 | 2023-12-09T04:35:45.131Z | Documenting vsss-rs v3.3.1 |
2796 | 2023-12-09T04:35:46.902Z | Documenting fs-err v2.11.0 |
2797 | 2023-12-09T04:35:48.027Z | Documenting polar-core v0.27.0 |
2798 | 2023-12-09T04:35:49.932Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2799 | 2023-12-09T04:35:50.160Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2800 | 2023-12-09T04:35:51.642Z | Documenting libxml v0.3.3 |
2801 | 2023-12-09T04:35:52.860Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2802 | 2023-12-09T04:35:56.411Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2803 | 2023-12-09T04:35:56.442Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2804 | 2023-12-09T04:36:00.331Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2805 | 2023-12-09T04:36:01.524Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2806 | 2023-12-09T04:36:01.661Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2807 | 2023-12-09T04:36:01.954Z | Documenting bb8 v0.8.1 |
2808 | 2023-12-09T04:36:02.505Z | Documenting bytesize v1.3.0 |
2809 | 2023-12-09T04:36:07.769Z | Documenting serde-big-array v0.5.1 |
2810 | 2023-12-09T04:36:09.283Z | Documenting quick-xml v0.23.1 |
2811 | 2023-12-09T04:36:09.772Z | Documenting rtoolbox v0.0.1 |
2812 | 2023-12-09T04:36:11.166Z | Documenting oso-derive v0.27.0 |
2813 | 2023-12-09T04:36:14.140Z | Documenting impl-trait-for-tuples v0.2.2 |
2814 | 2023-12-09T04:36:15.585Z | Documenting smawk v0.3.1 |
2815 | 2023-12-09T04:36:16.421Z | Documenting unicode-linebreak v0.1.5 |
2816 | 2023-12-09T04:36:16.818Z | Documenting maplit v1.0.2 |
2817 | 2023-12-09T04:36:17.657Z | Documenting http-range v0.1.5 |
2818 | 2023-12-09T04:36:19.350Z | Documenting humantime v2.1.0 |
2819 | 2023-12-09T04:36:20.818Z | Documenting is_ci v1.1.1 |
2820 | 2023-12-09T04:36:21.758Z | Documenting textwrap v0.16.0 |
2821 | 2023-12-09T04:36:22.349Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2822 | 2023-12-09T04:36:22.859Z | Documenting oso v0.27.0 |
2823 | 2023-12-09T04:36:23.172Z | Documenting hyper-staticfile v0.9.5 |
2824 | 2023-12-09T04:36:24.158Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2825 | 2023-12-09T04:36:25.109Z | Documenting rpassword v7.3.1 |
2826 | 2023-12-09T04:36:25.223Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2827 | 2023-12-09T04:36:26.380Z | Documenting supports-color v2.1.0 |
2828 | 2023-12-09T04:36:28.228Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2829 | 2023-12-09T04:36:30.846Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2830 | 2023-12-09T04:36:33.637Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2831 | 2023-12-09T04:36:34.053Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2832 | 2023-12-09T04:36:40.188Z | Documenting tui-tree-widget v0.13.0 |
2833 | 2023-12-09T04:36:41.515Z | Documenting strip-ansi-escapes v0.2.0 |
2834 | 2023-12-09T04:36:43.096Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2835 | 2023-12-09T04:36:44.673Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2836 | 2023-12-09T04:36:47.168Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2837 | 2023-12-09T04:36:47.498Z | Documenting cookie v0.18.0 |
2838 | 2023-12-09T04:36:49.103Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2839 | 2023-12-09T04:36:49.208Z | Documenting rcgen v0.11.3 |
2840 | 2023-12-09T04:36:54.586Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2841 | 2023-12-09T04:36:55.570Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2842 | 2023-12-09T04:36:55.859Z | Documenting atomicwrites v0.4.2 |
2843 | 2023-12-09T04:36:56.104Z | Documenting signal-hook-tokio v0.3.1 |
2844 | 2023-12-09T04:36:59.074Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2845 | 2023-12-09T04:37:01.833Z | Documenting fd-lock v3.0.13 |
2846 | 2023-12-09T04:37:02.514Z | Documenting subprocess v0.2.9 |
2847 | 2023-12-09T04:37:03.548Z | Documenting nu-ansi-term v0.49.0 |
2848 | 2023-12-09T04:37:07.248Z | Documenting corncobs v0.1.3 |
2849 | 2023-12-09T04:37:08.236Z | Documenting shell-words v1.1.0 |
2850 | 2023-12-09T04:37:08.811Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2851 | 2023-12-09T04:37:09.319Z | Documenting reedline v0.26.0 |
2852 | 2023-12-09T04:37:11.819Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2853 | 2023-12-09T04:37:13.604Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2854 | 2023-12-09T04:37:14.436Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2855 | 2023-12-09T04:37:15.265Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2856 | 2023-12-09T04:37:15.396Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2857 | 2023-12-09T04:37:17.349Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2858 | 2023-12-09T04:37:18.740Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2859 | 2023-12-09T04:37:20.349Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2860 | 2023-12-09T04:37:22.962Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2861 | 2023-12-09T04:37:41.063Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2862 | 2023-12-09T04:37:48.014Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2863 | 2023-12-09T04:37:53.332Z | Documenting fatfs v0.3.6 |
2864 | 2023-12-09T04:37:54.055Z | Documenting nanorand v0.7.0 |
2865 | 2023-12-09T04:37:57.450Z | Documenting assert_matches v1.5.0 |
2866 | 2023-12-09T04:37:59.309Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2867 | 2023-12-09T04:37:59.309Z | --> sled-agent/src/sim/instance.rs:46:7 |
2868 | 2023-12-09T04:37:59.309Z | | |
2869 | 2023-12-09T04:37:59.309Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2870 | 2023-12-09T04:37:59.310Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2871 | 2023-12-09T04:37:59.310Z | | |
2872 | 2023-12-09T04:37:59.310Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2873 | 2023-12-09T04:37:59.310Z | |
2874 | 2023-12-09T04:38:00.455Z | Documenting flume v0.11.0 |
2875 | 2023-12-09T04:38:01.540Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2876 | 2023-12-09T04:38:03.081Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2877 | 2023-12-09T04:38:03.304Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2878 | 2023-12-09T04:38:03.722Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2879 | 2023-12-09T04:38:03.726Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2880 | 2023-12-09T04:38:05.769Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2881 | 2023-12-09T04:38:07.019Z | Documenting omicron-zone-package v0.9.1 |
2882 | 2023-12-09T04:38:07.240Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2883 | 2023-12-09T04:38:07.797Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2884 | 2023-12-09T04:38:12.502Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2885 | 2023-12-09T04:38:13.638Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2886 | 2023-12-09T04:38:18.764Z | Documenting termios v0.3.3 |
2887 | 2023-12-09T04:38:24.558Z | Documenting topological-sort v0.2.2 |
2888 | 2023-12-09T04:38:24.812Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2889 | 2023-12-09T04:38:30.759Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2890 | 2023-12-09T04:38:31.052Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2891 | 2023-12-09T04:38:40.707Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2892 | 2023-12-09T04:38:43.197Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2893 | 2023-12-09T04:39:16.681Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2894 | 2023-12-09T04:39:19.032Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2895 | 2023-12-09T04:39:43.444Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2896 | 2023-12-09T04:39:44.899Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2897 | 2023-12-09T04:39:46.410Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2898 | 2023-12-09T04:39:47.778Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2899 | 2023-12-09T04:39:49.712Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2900 | 2023-12-09T04:40:42.132Z | warning: unresolved link to `VolumeConstructionRequest` |
2901 | 2023-12-09T04:40:42.132Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
2902 | 2023-12-09T04:40:42.132Z | | |
2903 | 2023-12-09T04:40:42.132Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
2904 | 2023-12-09T04:40:42.132Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2905 | 2023-12-09T04:40:42.132Z | | |
2906 | 2023-12-09T04:40:42.132Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2907 | 2023-12-09T04:40:42.132Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2908 | 2023-12-09T04:40:42.132Z | |
2909 | 2023-12-09T04:40:42.136Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2910 | 2023-12-09T04:40:42.136Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
2911 | 2023-12-09T04:40:42.136Z | | |
2912 | 2023-12-09T04:40:42.136Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
2913 | 2023-12-09T04:40:42.136Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2914 | 2023-12-09T04:40:42.136Z | |
2915 | 2023-12-09T04:40:42.137Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2916 | 2023-12-09T04:40:42.137Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
2917 | 2023-12-09T04:40:42.137Z | | |
2918 | 2023-12-09T04:40:42.137Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
2919 | 2023-12-09T04:40:42.137Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2920 | 2023-12-09T04:40:42.137Z | |
2921 | 2023-12-09T04:40:42.137Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2922 | 2023-12-09T04:40:42.137Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
2923 | 2023-12-09T04:40:42.137Z | | |
2924 | 2023-12-09T04:40:42.137Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
2925 | 2023-12-09T04:40:42.137Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2926 | 2023-12-09T04:40:42.137Z | |
2927 | 2023-12-09T04:40:42.137Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2928 | 2023-12-09T04:40:42.137Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
2929 | 2023-12-09T04:40:42.137Z | | |
2930 | 2023-12-09T04:40:42.137Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
2931 | 2023-12-09T04:40:42.137Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2932 | 2023-12-09T04:40:42.138Z | |
2933 | 2023-12-09T04:40:42.138Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2934 | 2023-12-09T04:40:42.138Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
2935 | 2023-12-09T04:40:42.138Z | | |
2936 | 2023-12-09T04:40:42.138Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
2937 | 2023-12-09T04:40:42.138Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2938 | 2023-12-09T04:40:42.138Z | |
2939 | 2023-12-09T04:40:42.138Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2940 | 2023-12-09T04:40:42.138Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
2941 | 2023-12-09T04:40:42.138Z | | |
2942 | 2023-12-09T04:40:42.138Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
2943 | 2023-12-09T04:40:42.138Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2944 | 2023-12-09T04:40:42.138Z | |
2945 | 2023-12-09T04:40:45.350Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
2946 | 2023-12-09T04:41:06.603Z | Finished dev [unoptimized + debuginfo] target(s) in 14m 52s |
2947 | 2023-12-09T04:41:06.709Z | |
2948 | 2023-12-09T04:41:06.709Z | real 14:52.690545734 |
2949 | 2023-12-09T04:41:06.712Z | user 51:29.440937280 |
2950 | 2023-12-09T04:41:06.712Z | sys 57:46.422867905 |
2951 | 2023-12-09T04:41:06.712Z | trap 1.989996080 |
2952 | 2023-12-09T04:41:06.713Z | tflt 0.622600916 |
2953 | 2023-12-09T04:41:06.713Z | dflt 0.636310002 |
2954 | 2023-12-09T04:41:06.713Z | kflt 0.000664988 |
2955 | 2023-12-09T04:41:06.713Z | lock 2:59:38.909178569 |
2956 | 2023-12-09T04:41:06.713Z | slp 3:56:33.827939179 |
2957 | 2023-12-09T04:41:06.713Z | lat 5:37.900926812 |
2958 | 2023-12-09T04:41:06.713Z | stop 1:19.898987923 |
2959 | 2023-12-09T04:41:06.713Z | process exited: duration 1743601 ms, exit code 0 |
|
2960 | 2023-12-09T04:41:06.720Z | found 0 output files |