|
|
|
1 | 2024-01-05T08:38:20.099Z | job assigned to worker 01HKCCA1SHNRT542TYCB2SZ3C8 (queued for 1 m 17 s) |
|
2 | 2024-01-05T08:38:22.657Z | starting task 0: "setup" |
3 | 2024-01-05T08:38:22.727Z | ++ uname -s |
4 | 2024-01-05T08:38:22.736Z | + kern=SunOS |
5 | 2024-01-05T08:38:22.736Z | + case "$kern" in |
6 | 2024-01-05T08:38:22.736Z | + groupadd -g 12345 build |
7 | 2024-01-05T08:38:22.737Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-05T08:38:24.750Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-05T08:38:24.834Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-05T08:38:24.845Z | + home_fs=zfs |
11 | 2024-01-05T08:38:24.845Z | + [[ zfs == autofs ]] |
12 | 2024-01-05T08:38:24.845Z | + mkdir -p /home/build |
13 | 2024-01-05T08:38:24.845Z | + chown build:build /home/build /work |
14 | 2024-01-05T08:38:26.846Z | + chmod 0700 /home/build /work |
15 | 2024-01-05T08:38:27.277Z | process exited: duration 4184 ms, exit code 0 |
|
16 | 2024-01-05T08:38:27.299Z | starting task 1: "rust-toolchain" |
17 | 2024-01-05T08:38:27.318Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-05T08:38:27.319Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-01-05T08:38:27.850Z | info: downloading installer |
20 | 2024-01-05T08:38:29.688Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-05T08:38:29.688Z | warning: /opt/ooce/bin |
22 | 2024-01-05T08:38:29.688Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-05T08:38:29.688Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-05T08:38:29.688Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-05T08:38:29.688Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-05T08:38:29.688Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-05T08:38:29.688Z | error: cannot install while Rust is installed |
28 | 2024-01-05T08:38:29.688Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-05T08:38:29.755Z | info: profile set to 'default' |
30 | 2024-01-05T08:38:29.755Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-05T08:38:29.758Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-01-05T08:38:29.960Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-01-05T08:38:29.962Z | info: downloading component 'cargo' |
34 | 2024-01-05T08:38:30.866Z | info: downloading component 'clippy' |
35 | 2024-01-05T08:38:31.204Z | info: downloading component 'rust-docs' |
36 | 2024-01-05T08:38:32.335Z | info: downloading component 'rust-std' |
37 | 2024-01-05T08:38:34.400Z | info: downloading component 'rustc' |
38 | 2024-01-05T08:38:39.459Z | info: downloading component 'rustfmt' |
39 | 2024-01-05T08:38:39.821Z | info: installing component 'cargo' |
40 | 2024-01-05T08:38:41.302Z | info: installing component 'clippy' |
41 | 2024-01-05T08:38:41.926Z | info: installing component 'rust-docs' |
42 | 2024-01-05T08:38:44.731Z | info: installing component 'rust-std' |
43 | 2024-01-05T08:38:48.896Z | info: installing component 'rustc' |
44 | 2024-01-05T08:38:56.668Z | info: installing component 'rustfmt' |
45 | 2024-01-05T08:38:57.271Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-01-05T08:38:57.271Z | |
47 | 2024-01-05T08:38:57.400Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-01-05T08:38:57.400Z | |
49 | 2024-01-05T08:38:57.404Z | |
50 | 2024-01-05T08:38:57.404Z | Rust is installed now. Great! |
51 | 2024-01-05T08:38:57.404Z | |
52 | 2024-01-05T08:38:57.404Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-05T08:38:57.405Z | environment variable. This has not been done automatically. |
54 | 2024-01-05T08:38:57.405Z | |
55 | 2024-01-05T08:38:57.405Z | To configure your current shell, run: |
56 | 2024-01-05T08:38:57.405Z | source "$HOME/.cargo/env" |
57 | 2024-01-05T08:38:57.487Z | + rustc --version |
58 | 2024-01-05T08:38:58.155Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-01-05T08:38:58.209Z | process exited: duration 30312 ms, exit code 0 |
|
60 | 2024-01-05T08:38:58.243Z | starting task 2: "authentication" |
61 | 2024-01-05T08:38:58.264Z | process exited: duration 34 ms, exit code 0 |
|
62 | 2024-01-05T08:38:58.273Z | starting task 3: "clone repository" |
63 | 2024-01-05T08:38:58.278Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-01-05T08:38:58.281Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-01-05T08:38:58.733Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-01-05T08:39:06.385Z | + cd /work/oxidecomputer/omicron |
67 | 2024-01-05T08:39:06.391Z | + [[ -n renovate/pretty-hex-0.x ]] |
68 | 2024-01-05T08:39:06.392Z | + git fetch origin renovate/pretty-hex-0.x |
69 | 2024-01-05T08:39:06.783Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-01-05T08:39:06.784Z | * branch renovate/pretty-hex-0.x -> FETCH_HEAD |
71 | 2024-01-05T08:39:07.213Z | + git checkout -B renovate/pretty-hex-0.x remotes/origin/renovate/pretty-hex-0.x |
72 | 2024-01-05T08:39:07.224Z | Switched to a new branch 'renovate/pretty-hex-0.x' |
73 | 2024-01-05T08:39:07.224Z | branch 'renovate/pretty-hex-0.x' set up to track 'origin/renovate/pretty-hex-0.x'. |
74 | 2024-01-05T08:39:07.225Z | + git reset --hard ed23e91cfeb87aa930df640dbb59be64fb5ec258 |
75 | 2024-01-05T08:39:07.225Z | HEAD is now at ed23e91cf Update Rust crate pretty-hex to 0.4.1 |
76 | 2024-01-05T08:39:07.225Z | process exited: duration 8642 ms, exit code 0 |
|
77 | 2024-01-05T08:39:07.269Z | starting task 4: "build" |
78 | 2024-01-05T08:39:07.282Z | + cargo --version |
79 | 2024-01-05T08:39:07.282Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
80 | 2024-01-05T08:39:07.445Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
81 | 2024-01-05T08:39:07.446Z | info: downloading component 'cargo' |
82 | 2024-01-05T08:39:08.173Z | info: downloading component 'clippy' |
83 | 2024-01-05T08:39:08.408Z | info: downloading component 'rust-docs' |
84 | 2024-01-05T08:39:09.753Z | info: downloading component 'rust-std' |
85 | 2024-01-05T08:39:10.653Z | info: downloading component 'rustc' |
86 | 2024-01-05T08:39:14.484Z | info: downloading component 'rustfmt' |
87 | 2024-01-05T08:39:14.697Z | info: installing component 'cargo' |
88 | 2024-01-05T08:39:16.018Z | info: installing component 'clippy' |
89 | 2024-01-05T08:39:16.520Z | info: installing component 'rust-docs' |
90 | 2024-01-05T08:39:19.466Z | info: installing component 'rust-std' |
91 | 2024-01-05T08:39:21.940Z | info: installing component 'rustc' |
92 | 2024-01-05T08:39:28.140Z | info: installing component 'rustfmt' |
93 | 2024-01-05T08:39:28.687Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
94 | 2024-01-05T08:39:28.700Z | + rustc --version |
95 | 2024-01-05T08:39:28.809Z | rustc 1.74.1 (a28077b28 2023-12-04) |
96 | 2024-01-05T08:39:28.816Z | + source ./env.sh |
97 | 2024-01-05T08:39:28.819Z | ++ set -o xtrace |
98 | 2024-01-05T08:39:28.822Z | ++++ dirname ./env.sh |
99 | 2024-01-05T08:39:28.822Z | +++ cd . |
100 | 2024-01-05T08:39:28.822Z | +++ echo /work/oxidecomputer/omicron |
101 | 2024-01-05T08:39:28.825Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2024-01-05T08:39:28.825Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2024-01-05T08:39:28.825Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2024-01-05T08:39:28.825Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
105 | 2024-01-05T08:39:28.825Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2024-01-05T08:39:28.825Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
107 | 2024-01-05T08:39:28.825Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
108 | 2024-01-05T08:39:28.826Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2024-01-05T08:39:28.826Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2024-01-05T08:39:28.826Z | ++ unset OMICRON_WS |
111 | 2024-01-05T08:39:28.826Z | ++ set +o xtrace |
112 | 2024-01-05T08:39:28.862Z | |
113 | 2024-01-05T08:39:28.862Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2024-01-05T08:39:28.862Z | # # # # # # # # # # # # # # # |
115 | 2024-01-05T08:39:28.862Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2024-01-05T08:39:28.862Z | ##### ##### # ##### # # # # # # # # # |
117 | 2024-01-05T08:39:28.862Z | # # # # # # # # # # # # # # # |
118 | 2024-01-05T08:39:28.862Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2024-01-05T08:39:28.863Z | |
120 | 2024-01-05T08:39:37.420Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2024-01-05T08:39:37.892Z | Startup: Caching catalogs ... Done |
122 | 2024-01-05T08:39:45.642Z | Planning: Solver setup ... Done (7.306s) |
123 | 2024-01-05T08:39:45.799Z | Planning: Running solver ... Done (0.161s) |
124 | 2024-01-05T08:39:45.927Z | Planning: Finding local manifests ... Done (0.036s) |
125 | 2024-01-05T08:39:46.353Z | Planning: Fetching manifests: 0/6 0% complete |
126 | 2024-01-05T08:39:46.895Z | Planning: Fetching manifests: 6/6 100% complete |
127 | 2024-01-05T08:39:47.074Z | Planning: Package planning ... Done (0.180s) |
128 | 2024-01-05T08:39:47.167Z | Planning: Merging actions ... Done (0.085s) |
129 | 2024-01-05T08:39:48.009Z | Planning: Checking for conflicting actions ... Done (0.845s) |
130 | 2024-01-05T08:39:48.482Z | Planning: Consolidating action changes ... Done (0.018s) |
131 | 2024-01-05T08:39:53.447Z | Planning: Evaluating mediators ... Done (5.401s) |
132 | 2024-01-05T08:39:53.542Z | Planning: Planning completed in 15.59 seconds |
133 | 2024-01-05T08:39:55.673Z | Packages to install: 4 |
134 | 2024-01-05T08:39:55.673Z | Packages to update: 2 |
135 | 2024-01-05T08:39:55.681Z | Mediators to change: 2 |
136 | 2024-01-05T08:39:55.681Z | Services to change: 1 |
137 | 2024-01-05T08:39:55.681Z | Estimated space available: 148.88 GB |
138 | 2024-01-05T08:39:55.681Z | Estimated space to be consumed: 1.43 GB |
139 | 2024-01-05T08:39:55.681Z | Create boot environment: No |
140 | 2024-01-05T08:39:55.681Z | Create backup boot environment: Yes |
141 | 2024-01-05T08:39:55.681Z | Rebuild boot archive: No |
142 | 2024-01-05T08:39:55.681Z | |
143 | 2024-01-05T08:39:55.681Z | Changed mediators: |
144 | 2024-01-05T08:39:55.681Z | mediator clang: |
145 | 2024-01-05T08:39:55.681Z | version: None -> 15 (system default) |
146 | 2024-01-05T08:39:55.681Z | |
147 | 2024-01-05T08:39:55.681Z | mediator llvm: |
148 | 2024-01-05T08:39:55.681Z | version: 14 (system default) -> 15 (system default) |
149 | 2024-01-05T08:39:55.681Z | |
150 | 2024-01-05T08:39:55.681Z | Changed packages: |
151 | 2024-01-05T08:39:55.682Z | helios-dev |
152 | 2024-01-05T08:39:55.682Z | developer/build-essential |
153 | 2024-01-05T08:39:55.682Z | None -> 11-2.0 |
154 | 2024-01-05T08:39:55.682Z | library/libxmlsec1 |
155 | 2024-01-05T08:39:55.682Z | None -> 1.2.35-2.0 |
156 | 2024-01-05T08:39:55.682Z | ooce/developer/clang-15 |
157 | 2024-01-05T08:39:55.682Z | None -> 15.0.7-2.0 |
158 | 2024-01-05T08:39:55.682Z | ooce/developer/llvm-15 |
159 | 2024-01-05T08:39:55.682Z | None -> 15.0.7-2.0 |
160 | 2024-01-05T08:39:55.682Z | system/library/g++-runtime |
161 | 2024-01-05T08:39:55.682Z | 12-2.0 -> 13-2.0 |
162 | 2024-01-05T08:39:55.682Z | system/library/gcc-runtime |
163 | 2024-01-05T08:39:55.683Z | 12-2.0 -> 13-2.0 |
164 | 2024-01-05T08:39:55.683Z | |
165 | 2024-01-05T08:39:55.683Z | Services: |
166 | 2024-01-05T08:39:55.683Z | restart_fmri: |
167 | 2024-01-05T08:39:55.683Z | svc:/system/update-man-index:default |
168 | 2024-01-05T08:39:55.833Z | |
169 | 2024-01-05T08:39:55.833Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
170 | 2024-01-05T08:40:01.247Z | Download: 386/3330 items 2.7/221.1MB 1% complete (549k/s) |
171 | 2024-01-05T08:40:05.871Z | Download: 869/3330 items 18.7/221.1MB 8% complete (2.0M/s) |
172 | 2024-01-05T08:40:10.871Z | Download: 1196/3330 items 82.9/221.1MB 37% complete (8.0M/s) |
173 | 2024-01-05T08:40:15.873Z | Download: 1385/3330 items 114.8/221.1MB 51% complete (9.6M/s) |
174 | 2024-01-05T08:40:20.881Z | Download: 1805/3330 items 118.4/221.1MB 53% complete (4.0M/s) |
175 | 2024-01-05T08:40:25.878Z | Download: 2189/3330 items 119.1/221.1MB 53% complete (450k/s) |
176 | 2024-01-05T08:40:30.928Z | Download: 2327/3330 items 119.9/221.1MB 54% complete (144k/s) |
177 | 2024-01-05T08:40:35.939Z | Download: 2713/3330 items 120.8/221.1MB 54% complete (170k/s) |
178 | 2024-01-05T08:40:40.945Z | Download: 3236/3330 items 201.4/221.1MB 91% complete (8.1M/s) |
179 | 2024-01-05T08:40:56.791Z | Download: 3248/3330 items 203.1/221.1MB 91% complete |
180 | 2024-01-05T08:41:03.502Z | Download: 3295/3330 items 216.3/221.1MB 97% complete (2.9M/s) |
181 | 2024-01-05T08:41:09.632Z | Download: 3325/3330 items 220.7/221.1MB 99% complete (2.0M/s) |
182 | 2024-01-05T08:41:09.650Z | Download: Completed 221.11 MB in 73.83 seconds (3.0M/s) |
183 | 2024-01-05T08:41:11.636Z | Actions: 1/3766 actions (Removing old actions) |
184 | 2024-01-05T08:41:11.638Z | Actions: 5/3766 actions (Installing new actions) |
185 | 2024-01-05T08:41:17.027Z | Actions: 3041/3766 actions (Installing new actions) |
186 | 2024-01-05T08:41:19.870Z | Actions: 3729/3766 actions (Updating modified actions) |
187 | 2024-01-05T08:41:20.346Z | Actions: Completed 3766 actions in 8.71 seconds. |
188 | 2024-01-05T08:41:20.462Z | Done (0.112s) |
189 | 2024-01-05T08:41:20.470Z | Done (0.000s) |
190 | 2024-01-05T08:41:20.771Z | Done (0.296s) |
191 | 2024-01-05T08:41:28.049Z | Done (7.828s) |
192 | 2024-01-05T08:41:28.292Z | Done (0.104s) |
193 | 2024-01-05T08:41:28.304Z | Done (0.000s) |
194 | 2024-01-05T08:41:28.465Z | Done (0.000s) |
195 | 2024-01-05T08:41:29.199Z | Planning: Evaluating mediator changes ... Done |
196 | 2024-01-05T08:41:29.480Z | Planning: Checking for conflicting actions ... Done |
197 | 2024-01-05T08:41:29.483Z | Planning: Consolidating action changes ... Done |
198 | 2024-01-05T08:41:29.931Z | Planning: Evaluating mediators ... Done |
199 | 2024-01-05T08:41:29.944Z | Planning: Planning completed in 0.74 seconds |
200 | 2024-01-05T08:41:29.992Z | Mediators to change: 2 |
201 | 2024-01-05T08:41:29.993Z | Create boot environment: No |
202 | 2024-01-05T08:41:30.008Z | Create backup boot environment: No |
203 | 2024-01-05T08:41:30.092Z | Done |
204 | 2024-01-05T08:41:30.092Z | Done |
205 | 2024-01-05T08:41:30.279Z | Done |
206 | 2024-01-05T08:41:36.179Z | Done |
207 | 2024-01-05T08:41:36.287Z | Done |
208 | 2024-01-05T08:41:36.291Z | Done |
209 | 2024-01-05T08:41:36.402Z | Done |
210 | 2024-01-05T08:41:37.437Z | Planning: Evaluating mediator changes ... Done |
211 | 2024-01-05T08:41:37.451Z | Planning: Merging actions ... Done |
212 | 2024-01-05T08:41:37.773Z | Planning: Checking for conflicting actions ... Done |
213 | 2024-01-05T08:41:37.778Z | Planning: Consolidating action changes ... Done |
214 | 2024-01-05T08:41:38.217Z | Planning: Evaluating mediators ... Done |
215 | 2024-01-05T08:41:38.306Z | Planning: Planning completed in 1.32 seconds |
216 | 2024-01-05T08:41:38.370Z | Packages to change: 1 |
217 | 2024-01-05T08:41:38.371Z | Mediators to change: 1 |
218 | 2024-01-05T08:41:38.381Z | Services to change: 1 |
219 | 2024-01-05T08:41:38.381Z | Create boot environment: No |
220 | 2024-01-05T08:41:38.381Z | Create backup boot environment: Yes |
221 | 2024-01-05T08:41:40.424Z | Actions: 1/6 actions (Updating modified actions) |
222 | 2024-01-05T08:41:40.428Z | Actions: Completed 6 actions in 0.00 seconds. |
223 | 2024-01-05T08:41:40.428Z | Done |
224 | 2024-01-05T08:41:40.428Z | Done |
225 | 2024-01-05T08:41:40.495Z | Done |
226 | 2024-01-05T08:41:46.475Z | Done |
227 | 2024-01-05T08:41:46.485Z | Done |
228 | 2024-01-05T08:41:46.485Z | Done |
229 | 2024-01-05T08:41:46.575Z | Done |
230 | 2024-01-05T08:41:47.258Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
231 | 2024-01-05T08:41:47.258Z | clang system 15 system |
232 | 2024-01-05T08:41:47.258Z | csh system system illumos |
233 | 2024-01-05T08:41:47.258Z | ctags system system illumos |
234 | 2024-01-05T08:41:47.258Z | gcc vendor 12 vendor |
235 | 2024-01-05T08:41:47.258Z | gcc system 10 system |
236 | 2024-01-05T08:41:47.259Z | gcc system 7 system |
237 | 2024-01-05T08:41:47.259Z | go system 1.20 system |
238 | 2024-01-05T08:41:47.259Z | go system 1.19 system |
239 | 2024-01-05T08:41:47.259Z | llvm system 15 system |
240 | 2024-01-05T08:41:47.259Z | llvm system 14 system |
241 | 2024-01-05T08:41:47.259Z | mariadb system 10.6 system |
242 | 2024-01-05T08:41:47.259Z | mta vendor vendor dma |
243 | 2024-01-05T08:41:47.259Z | openjdk system 17 system |
244 | 2024-01-05T08:41:47.259Z | openjdk system 11 system |
245 | 2024-01-05T08:41:47.260Z | openjdk system 1.8 system |
246 | 2024-01-05T08:41:47.260Z | openssl vendor 3 vendor |
247 | 2024-01-05T08:41:47.261Z | perl system 5.36 system |
248 | 2024-01-05T08:41:47.261Z | postgresql system 15 system |
249 | 2024-01-05T08:41:47.261Z | postgresql system 13 system |
250 | 2024-01-05T08:41:47.261Z | python vendor 3 vendor |
251 | 2024-01-05T08:41:47.261Z | python system 2 system |
252 | 2024-01-05T08:41:47.261Z | python3 system 3.11 system |
253 | 2024-01-05T08:41:47.261Z | ruby system 3.0 system |
254 | 2024-01-05T08:41:47.262Z | words vendor vendor american-english |
255 | 2024-01-05T08:41:47.262Z | words system system australian-english |
256 | 2024-01-05T08:41:47.262Z | words system system british-english |
257 | 2024-01-05T08:41:47.262Z | words system system canadian-english |
258 | 2024-01-05T08:41:47.263Z | words system system french |
259 | 2024-01-05T08:41:47.263Z | words system system italian |
260 | 2024-01-05T08:41:47.263Z | words system system ngerman |
261 | 2024-01-05T08:41:47.263Z | words system system ogerman |
262 | 2024-01-05T08:41:47.263Z | words system system spanish |
263 | 2024-01-05T08:41:47.875Z | FMRI IFO |
264 | 2024-01-05T08:41:47.875Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
265 | 2024-01-05T08:41:47.876Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
266 | 2024-01-05T08:41:47.876Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
267 | 2024-01-05T08:41:47.876Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
268 | 2024-01-05T08:41:47.876Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
269 | 2024-01-05T08:41:47.876Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
270 | 2024-01-05T08:41:47.877Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
271 | 2024-01-05T08:41:47.877Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
272 | 2024-01-05T08:41:47.896Z | + set -o errexit |
273 | 2024-01-05T08:41:48.314Z | +++ dirname ./tools/ci_download_cockroachdb |
274 | 2024-01-05T08:41:48.314Z | ++ cd ./tools |
275 | 2024-01-05T08:41:48.314Z | ++ pwd |
276 | 2024-01-05T08:41:48.314Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
277 | 2024-01-05T08:41:48.314Z | ++ basename ./tools/ci_download_cockroachdb |
278 | 2024-01-05T08:41:48.314Z | + ARG0=ci_download_cockroachdb |
279 | 2024-01-05T08:41:48.314Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
280 | 2024-01-05T08:41:48.314Z | + CIDL_VERSION=v22.1.9 |
281 | 2024-01-05T08:41:48.314Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
282 | 2024-01-05T08:41:48.315Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
283 | 2024-01-05T08:41:48.315Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
284 | 2024-01-05T08:41:48.315Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
285 | 2024-01-05T08:41:48.315Z | + TARGET_DIR=out |
286 | 2024-01-05T08:41:48.315Z | + DOWNLOAD_DIR=out/downloads |
287 | 2024-01-05T08:41:48.315Z | + DEST_DIR=./out/cockroachdb |
288 | 2024-01-05T08:41:48.315Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
289 | 2024-01-05T08:41:48.315Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
290 | 2024-01-05T08:41:48.315Z | + main |
291 | 2024-01-05T08:41:48.315Z | + [[ 0 != 0 ]] |
292 | 2024-01-05T08:41:48.315Z | + CIDL_OS=solaris2.11 |
293 | 2024-01-05T08:41:48.315Z | + [[ 0 != 0 ]] |
294 | 2024-01-05T08:41:48.315Z | + configure_os solaris2.11 |
295 | 2024-01-05T08:41:48.315Z | + echo 'current directory: /work/oxidecomputer/omicron' |
296 | 2024-01-05T08:41:48.316Z | current directory: /work/oxidecomputer/omicron |
297 | 2024-01-05T08:41:48.316Z | + echo 'configuring based on OS: "solaris2.11"' |
298 | 2024-01-05T08:41:48.316Z | + case "$1" in |
299 | 2024-01-05T08:41:48.316Z | configuring based on OS: "solaris2.11" |
300 | 2024-01-05T08:41:48.316Z | + CIDL_BUILD=illumos |
301 | 2024-01-05T08:41:48.316Z | + CIDL_SUFFIX=tar.gz |
302 | 2024-01-05T08:41:48.316Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
303 | 2024-01-05T08:41:48.316Z | + CIDL_MD5FUNC=do_md5sum |
304 | 2024-01-05T08:41:48.316Z | + CIDL_URL_BASE=https://illumos.org/downloads |
305 | 2024-01-05T08:41:48.316Z | + CIDL_ASSEMBLE=do_assemble_illumos |
306 | 2024-01-05T08:41:48.317Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
307 | 2024-01-05T08:41:48.317Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
308 | 2024-01-05T08:41:48.317Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2024-01-05T08:41:48.317Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
310 | 2024-01-05T08:41:48.317Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2024-01-05T08:41:48.319Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
312 | 2024-01-05T08:41:48.319Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2024-01-05T08:41:48.319Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
314 | 2024-01-05T08:41:48.319Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
315 | 2024-01-05T08:41:48.319Z | + mkdir -p out/downloads |
316 | 2024-01-05T08:41:48.319Z | + mkdir -p ./out/cockroachdb |
317 | 2024-01-05T08:41:48.319Z | + local DO_DOWNLOAD=true |
318 | 2024-01-05T08:41:48.319Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
319 | 2024-01-05T08:41:48.319Z | + '[' true == true ']' |
320 | 2024-01-05T08:41:48.320Z | + echo Downloading... |
321 | 2024-01-05T08:41:48.320Z | Downloading... |
322 | 2024-01-05T08:41:48.320Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
323 | 2024-01-05T08:41:48.320Z | + 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 |
324 | 2024-01-05T08:41:50.129Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
325 | 2024-01-05T08:41:50.137Z | ++ md5sum |
326 | 2024-01-05T08:41:50.137Z | ++ awk '{print $1}' |
327 | 2024-01-05T08:41:50.259Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
328 | 2024-01-05T08:41:50.260Z | + [[ 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 ]] |
329 | 2024-01-05T08:41:50.260Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
330 | 2024-01-05T08:41:50.280Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
331 | 2024-01-05T08:41:53.909Z | + do_assemble_illumos |
332 | 2024-01-05T08:41:53.909Z | + rm -r ./out/cockroachdb |
333 | 2024-01-05T08:41:53.922Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
334 | 2024-01-05T08:41:54.515Z | + ./out/cockroachdb/bin/cockroach version |
335 | 2024-01-05T08:41:54.730Z | Build Tag: v22.1.9-dirty |
336 | 2024-01-05T08:41:54.731Z | Build Time: 2022/10/26 21:17:46 |
337 | 2024-01-05T08:41:54.731Z | Distribution: OSS |
338 | 2024-01-05T08:41:54.732Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
339 | 2024-01-05T08:41:54.732Z | Go Version: go1.17.13 |
340 | 2024-01-05T08:41:54.732Z | C Compiler: gcc 10.3.0 |
341 | 2024-01-05T08:41:54.732Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
342 | 2024-01-05T08:41:54.732Z | Build Type: release |
343 | 2024-01-05T08:41:54.762Z | + set -o errexit |
344 | 2024-01-05T08:41:54.768Z | +++ dirname ./tools/ci_download_clickhouse |
345 | 2024-01-05T08:41:54.768Z | ++ cd ./tools |
346 | 2024-01-05T08:41:54.768Z | ++ pwd |
347 | 2024-01-05T08:41:54.768Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
348 | 2024-01-05T08:41:54.769Z | ++ basename ./tools/ci_download_clickhouse |
349 | 2024-01-05T08:41:54.769Z | + ARG0=ci_download_clickhouse |
350 | 2024-01-05T08:41:54.769Z | + TARGET_DIR=out |
351 | 2024-01-05T08:41:54.769Z | + DOWNLOAD_DIR=out/downloads |
352 | 2024-01-05T08:41:54.769Z | + DEST_DIR=./out/clickhouse |
353 | 2024-01-05T08:41:54.769Z | + CIDL_VERSION=v22.8.9.24 |
354 | 2024-01-05T08:41:54.769Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
355 | 2024-01-05T08:41:54.770Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
356 | 2024-01-05T08:41:54.770Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
357 | 2024-01-05T08:41:54.771Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
358 | 2024-01-05T08:41:54.771Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
359 | 2024-01-05T08:41:54.771Z | + main |
360 | 2024-01-05T08:41:54.771Z | + [[ 0 != 0 ]] |
361 | 2024-01-05T08:41:54.771Z | + CIDL_OS=solaris2.11 |
362 | 2024-01-05T08:41:54.771Z | + [[ 0 != 0 ]] |
363 | 2024-01-05T08:41:54.771Z | + configure_os solaris2.11 |
364 | 2024-01-05T08:41:54.771Z | + echo 'current directory: /work/oxidecomputer/omicron' |
365 | 2024-01-05T08:41:54.772Z | current directory: /work/oxidecomputer/omicron |
366 | 2024-01-05T08:41:54.772Z | + echo 'configuring based on OS: "solaris2.11"' |
367 | 2024-01-05T08:41:54.772Z | + CIDL_DASHREV= |
368 | 2024-01-05T08:41:54.772Z | + case "$1" in |
369 | 2024-01-05T08:41:54.772Z | configuring based on OS: "solaris2.11" |
370 | 2024-01-05T08:41:54.772Z | + CIDL_PLATFORM=illumos |
371 | 2024-01-05T08:41:54.772Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
372 | 2024-01-05T08:41:54.772Z | + CIDL_MD5FUNC=do_md5sum |
373 | 2024-01-05T08:41:54.772Z | + CIDL_DASHREV=-1 |
374 | 2024-01-05T08:41:54.773Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
375 | 2024-01-05T08:41:54.773Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
376 | 2024-01-05T08:41:54.773Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
377 | 2024-01-05T08:41:54.773Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
378 | 2024-01-05T08:41:54.773Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
379 | 2024-01-05T08:41:54.773Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
380 | 2024-01-05T08:41:54.773Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
381 | 2024-01-05T08:41:54.773Z | + mkdir -p out/downloads |
382 | 2024-01-05T08:41:54.773Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
383 | 2024-01-05T08:41:54.775Z | + mkdir -p ./out/clickhouse |
384 | 2024-01-05T08:41:54.788Z | + local DO_DOWNLOAD=true |
385 | 2024-01-05T08:41:54.788Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
386 | 2024-01-05T08:41:54.788Z | + '[' true == true ']' |
387 | 2024-01-05T08:41:54.789Z | + echo Downloading... |
388 | 2024-01-05T08:41:54.789Z | Downloading... |
389 | 2024-01-05T08:41:54.789Z | + 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 |
390 | 2024-01-05T08:41:54.789Z | + 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 |
391 | 2024-01-05T08:41:56.106Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
392 | 2024-01-05T08:41:56.109Z | ++ md5sum |
393 | 2024-01-05T08:41:56.109Z | ++ awk '{print $1}' |
394 | 2024-01-05T08:41:56.389Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
395 | 2024-01-05T08:41:56.390Z | + [[ 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 ]] |
396 | 2024-01-05T08:41:56.390Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
397 | 2024-01-05T08:41:56.400Z | + mkdir -p ./out/clickhouse |
398 | 2024-01-05T08:41:56.400Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
399 | 2024-01-05T08:42:01.587Z | + ./out/clickhouse/clickhouse server --version |
400 | 2024-01-05T08:42:01.642Z | ClickHouse server version 22.8.9.1. |
401 | 2024-01-05T08:42:01.667Z | + set -o errexit |
402 | 2024-01-05T08:42:01.672Z | +++ dirname ./tools/ci_download_console |
403 | 2024-01-05T08:42:01.672Z | ++ cd ./tools |
404 | 2024-01-05T08:42:01.673Z | ++ pwd |
405 | 2024-01-05T08:42:01.678Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
406 | 2024-01-05T08:42:01.678Z | ++ basename ./tools/ci_download_console |
407 | 2024-01-05T08:42:01.678Z | + ARG0=ci_download_console |
408 | 2024-01-05T08:42:01.678Z | + TARGET_DIR=out |
409 | 2024-01-05T08:42:01.678Z | + DOWNLOAD_DIR=out/downloads |
410 | 2024-01-05T08:42:01.678Z | + DEST_DIR=./out/console-assets |
411 | 2024-01-05T08:42:01.678Z | + source /work/oxidecomputer/omicron/tools/console_version |
412 | 2024-01-05T08:42:01.678Z | ++ COMMIT=02c6ce747fd5dd05e9d454ecb1bf70392c9d954e |
413 | 2024-01-05T08:42:01.678Z | ++ SHA2=39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 |
414 | 2024-01-05T08:42:01.678Z | + URL=https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz |
415 | 2024-01-05T08:42:01.678Z | + TARBALL_FILE=out/downloads/console.tar.gz |
416 | 2024-01-05T08:42:01.678Z | + main |
417 | 2024-01-05T08:42:01.678Z | + [[ 0 != 0 ]] |
418 | 2024-01-05T08:42:01.678Z | + echo 'URL: https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz' |
419 | 2024-01-05T08:42:01.678Z | URL: https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz |
420 | 2024-01-05T08:42:01.679Z | + echo 'Local file: out/downloads/console.tar.gz' |
421 | 2024-01-05T08:42:01.679Z | Local file: out/downloads/console.tar.gz |
422 | 2024-01-05T08:42:01.679Z | + local DO_DOWNLOAD=true |
423 | 2024-01-05T08:42:01.679Z | + [[ -f out/downloads/console.tar.gz ]] |
424 | 2024-01-05T08:42:01.679Z | + mkdir -p out/downloads |
425 | 2024-01-05T08:42:01.683Z | + '[' true == true ']' |
426 | 2024-01-05T08:42:01.683Z | + echo Downloading... |
427 | 2024-01-05T08:42:01.683Z | Downloading... |
428 | 2024-01-05T08:42:01.683Z | + do_download_curl https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz out/downloads/console.tar.gz |
429 | 2024-01-05T08:42:01.683Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz |
430 | 2024-01-05T08:42:02.256Z | ++ do_sha256sum out/downloads/console.tar.gz |
431 | 2024-01-05T08:42:02.256Z | ++ case "$OSTYPE" in |
432 | 2024-01-05T08:42:02.260Z | ++ SHA=sha256sum |
433 | 2024-01-05T08:42:02.260Z | ++ sha256sum |
434 | 2024-01-05T08:42:02.260Z | ++ awk '{print $1}' |
435 | 2024-01-05T08:42:02.288Z | + calculated_sha2=39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 |
436 | 2024-01-05T08:42:02.288Z | + [[ 39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 != \3\9\f\d\1\9\1\9\9\3\e\1\4\7\a\5\6\9\e\2\8\d\f\8\6\4\1\4\e\3\d\0\f\3\3\9\6\3\b\7\6\7\5\4\7\4\d\7\c\5\2\2\c\3\f\6\8\5\d\4\d\4\f\0 ]] |
437 | 2024-01-05T08:42:03.913Z | + rm -rf ./out/console-assets |
438 | 2024-01-05T08:42:03.913Z | + mkdir -p ./out/console-assets |
439 | 2024-01-05T08:42:03.913Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
440 | 2024-01-05T08:42:03.913Z | + mkdir -p ./out/console-assets |
441 | 2024-01-05T08:42:03.913Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
442 | 2024-01-05T08:42:03.914Z | + set -o errexit |
443 | 2024-01-05T08:42:03.914Z | +++ dirname ./tools/ci_download_maghemite_openapi |
444 | 2024-01-05T08:42:03.914Z | ++ cd ./tools |
445 | 2024-01-05T08:42:03.914Z | ++ pwd |
446 | 2024-01-05T08:42:03.914Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
447 | 2024-01-05T08:42:03.914Z | ++ basename ./tools/ci_download_maghemite_openapi |
448 | 2024-01-05T08:42:03.914Z | + ARG0=ci_download_maghemite_openapi |
449 | 2024-01-05T08:42:03.914Z | + TARGET_DIR=out |
450 | 2024-01-05T08:42:03.914Z | + DOWNLOAD_DIR=out/downloads |
451 | 2024-01-05T08:42:03.914Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
452 | 2024-01-05T08:42:03.914Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
453 | 2024-01-05T08:42:03.914Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
454 | 2024-01-05T08:42:03.914Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
455 | 2024-01-05T08:42:03.914Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
456 | 2024-01-05T08:42:03.914Z | + main |
457 | 2024-01-05T08:42:03.914Z | + [[ 0 != 0 ]] |
458 | 2024-01-05T08:42:03.916Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
459 | 2024-01-05T08:42:03.916Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
460 | 2024-01-05T08:42:03.916Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
461 | 2024-01-05T08:42:03.916Z | + local DO_DOWNLOAD=true |
462 | 2024-01-05T08:42:03.916Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
463 | 2024-01-05T08:42:03.916Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
464 | 2024-01-05T08:42:03.916Z | + mkdir -p out/downloads |
465 | 2024-01-05T08:42:03.916Z | + '[' true == true ']' |
466 | 2024-01-05T08:42:03.916Z | Downloading... |
467 | 2024-01-05T08:42:03.916Z | + echo Downloading... |
468 | 2024-01-05T08:42:03.916Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
469 | 2024-01-05T08:42:03.916Z | + 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 |
470 | 2024-01-05T08:42:03.916Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
471 | 2024-01-05T08:42:03.916Z | ++ case "$OSTYPE" in |
472 | 2024-01-05T08:42:03.916Z | ++ SHA=sha256sum |
473 | 2024-01-05T08:42:03.916Z | ++ sha256sum |
474 | 2024-01-05T08:42:03.916Z | ++ awk '{print $1}' |
475 | 2024-01-05T08:42:03.916Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
476 | 2024-01-05T08:42:03.916Z | + [[ 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 ]] |
477 | 2024-01-05T08:42:03.916Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
478 | 2024-01-05T08:42:03.916Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
479 | 2024-01-05T08:42:03.917Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
480 | 2024-01-05T08:42:03.917Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
481 | 2024-01-05T08:42:03.917Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
482 | 2024-01-05T08:42:03.918Z | + main |
483 | 2024-01-05T08:42:03.918Z | + [[ 0 != 0 ]] |
484 | 2024-01-05T08:42:03.918Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
485 | 2024-01-05T08:42:03.918Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
486 | 2024-01-05T08:42:03.918Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
487 | 2024-01-05T08:42:03.918Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
488 | 2024-01-05T08:42:03.918Z | + local DO_DOWNLOAD=true |
489 | 2024-01-05T08:42:03.918Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
490 | 2024-01-05T08:42:03.918Z | + mkdir -p out/downloads |
491 | 2024-01-05T08:42:03.918Z | + '[' true == true ']' |
492 | 2024-01-05T08:42:03.918Z | + echo Downloading... |
493 | 2024-01-05T08:42:03.918Z | Downloading... |
494 | 2024-01-05T08:42:03.918Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
495 | 2024-01-05T08:42:03.918Z | + 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 |
496 | 2024-01-05T08:42:03.924Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
497 | 2024-01-05T08:42:03.924Z | ++ case "$OSTYPE" in |
498 | 2024-01-05T08:42:03.925Z | ++ SHA=sha256sum |
499 | 2024-01-05T08:42:03.925Z | ++ sha256sum |
500 | 2024-01-05T08:42:03.925Z | ++ awk '{print $1}' |
501 | 2024-01-05T08:42:03.925Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
502 | 2024-01-05T08:42:03.925Z | + [[ 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 ]] |
503 | 2024-01-05T08:42:03.925Z | + set -o errexit |
504 | 2024-01-05T08:42:03.925Z | +++ dirname ./tools/ci_download_dendrite_openapi |
505 | 2024-01-05T08:42:03.925Z | ++ cd ./tools |
506 | 2024-01-05T08:42:03.925Z | ++ pwd |
507 | 2024-01-05T08:42:03.925Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
508 | 2024-01-05T08:42:03.925Z | ++ basename ./tools/ci_download_dendrite_openapi |
509 | 2024-01-05T08:42:03.925Z | + ARG0=ci_download_dendrite_openapi |
510 | 2024-01-05T08:42:03.925Z | + TARGET_DIR=out |
511 | 2024-01-05T08:42:03.925Z | + DOWNLOAD_DIR=out/downloads |
512 | 2024-01-05T08:42:03.925Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
513 | 2024-01-05T08:42:03.925Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
514 | 2024-01-05T08:42:03.925Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
515 | 2024-01-05T08:42:03.926Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
516 | 2024-01-05T08:42:03.926Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
517 | 2024-01-05T08:42:03.926Z | + main |
518 | 2024-01-05T08:42:03.926Z | + [[ 0 != 0 ]] |
519 | 2024-01-05T08:42:03.926Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
520 | 2024-01-05T08:42:03.926Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
521 | 2024-01-05T08:42:03.926Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
522 | 2024-01-05T08:42:03.926Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
523 | 2024-01-05T08:42:03.926Z | + local DO_DOWNLOAD=true |
524 | 2024-01-05T08:42:03.926Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
525 | 2024-01-05T08:42:03.926Z | + mkdir -p out/downloads |
526 | 2024-01-05T08:42:03.926Z | + '[' true == true ']' |
527 | 2024-01-05T08:42:03.926Z | + echo Downloading... |
528 | 2024-01-05T08:42:03.926Z | Downloading... |
529 | 2024-01-05T08:42:03.926Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
530 | 2024-01-05T08:42:03.926Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
531 | 2024-01-05T08:42:03.926Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
532 | 2024-01-05T08:42:03.927Z | ++ case "$OSTYPE" in |
533 | 2024-01-05T08:42:03.927Z | ++ SHA=sha256sum |
534 | 2024-01-05T08:42:03.927Z | ++ sha256sum |
535 | 2024-01-05T08:42:03.927Z | ++ awk '{print $1}' |
536 | 2024-01-05T08:42:03.927Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
537 | 2024-01-05T08:42:03.928Z | + [[ 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 ]] |
538 | 2024-01-05T08:42:03.928Z | + set -o errexit |
539 | 2024-01-05T08:42:03.928Z | +++ dirname ./tools/ci_download_dendrite_stub |
540 | 2024-01-05T08:42:03.928Z | ++ cd ./tools |
541 | 2024-01-05T08:42:03.928Z | ++ pwd |
542 | 2024-01-05T08:42:03.928Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
543 | 2024-01-05T08:42:03.928Z | ++ basename ./tools/ci_download_dendrite_stub |
544 | 2024-01-05T08:42:03.928Z | + ARG0=ci_download_dendrite_stub |
545 | 2024-01-05T08:42:03.928Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
546 | 2024-01-05T08:42:03.928Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
547 | 2024-01-05T08:42:03.928Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
548 | 2024-01-05T08:42:03.928Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
549 | 2024-01-05T08:42:03.928Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
550 | 2024-01-05T08:42:03.928Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
551 | 2024-01-05T08:42:03.928Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
552 | 2024-01-05T08:42:03.928Z | + TARGET_DIR=out |
553 | 2024-01-05T08:42:03.928Z | + DOWNLOAD_DIR=out/downloads |
554 | 2024-01-05T08:42:03.928Z | + DEST_DIR=./out/dendrite-stub |
555 | 2024-01-05T08:42:03.928Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
556 | 2024-01-05T08:42:03.928Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
557 | 2024-01-05T08:42:03.928Z | + REPO=oxidecomputer/dendrite |
558 | 2024-01-05T08:42:03.929Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
559 | 2024-01-05T08:42:03.929Z | + main |
560 | 2024-01-05T08:42:03.929Z | + [[ 0 != 0 ]] |
561 | 2024-01-05T08:42:03.929Z | + CIDL_OS=solaris2.11 |
562 | 2024-01-05T08:42:03.929Z | + [[ 0 != 0 ]] |
563 | 2024-01-05T08:42:03.929Z | + configure_os solaris2.11 |
564 | 2024-01-05T08:42:03.929Z | + echo 'current directory: /work/oxidecomputer/omicron' |
565 | 2024-01-05T08:42:03.929Z | current directory: /work/oxidecomputer/omicron |
566 | 2024-01-05T08:42:03.929Z | + echo 'configuring based on OS: "solaris2.11"' |
567 | 2024-01-05T08:42:03.929Z | configuring based on OS: "solaris2.11" |
568 | 2024-01-05T08:42:03.929Z | + case "$1" in |
569 | 2024-01-05T08:42:03.929Z | + SET_BINARIES= |
570 | 2024-01-05T08:42:03.929Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
571 | 2024-01-05T08:42:03.929Z | + CIDL_SHA256FUNC=do_sha256sum |
572 | 2024-01-05T08:42:03.929Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
573 | 2024-01-05T08:42:03.929Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
574 | 2024-01-05T08:42:03.929Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
575 | 2024-01-05T08:42:03.929Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
576 | 2024-01-05T08:42:03.929Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
577 | 2024-01-05T08:42:03.929Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
578 | 2024-01-05T08:42:03.929Z | Local file: out/downloads/dendrite-stub.tar.gz |
579 | 2024-01-05T08:42:03.930Z | + mkdir -p out/downloads |
580 | 2024-01-05T08:42:03.930Z | + mkdir -p ./out/dendrite-stub |
581 | 2024-01-05T08:42:03.930Z | + fetch_and_verify |
582 | 2024-01-05T08:42:03.930Z | + local DO_DOWNLOAD=true |
583 | 2024-01-05T08:42:03.930Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
584 | 2024-01-05T08:42:03.930Z | + '[' true == true ']' |
585 | 2024-01-05T08:42:03.930Z | + echo Downloading... |
586 | 2024-01-05T08:42:03.931Z | Downloading... |
587 | 2024-01-05T08:42:03.931Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
588 | 2024-01-05T08:42:03.931Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
589 | 2024-01-05T08:42:12.693Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
590 | 2024-01-05T08:42:12.698Z | ++ sha256sum |
591 | 2024-01-05T08:42:12.698Z | ++ awk '{print $1}' |
592 | 2024-01-05T08:42:12.838Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
593 | 2024-01-05T08:42:12.838Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
594 | 2024-01-05T08:42:12.844Z | + do_untar out/downloads/dendrite-stub.tar.gz |
595 | 2024-01-05T08:42:12.844Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
596 | 2024-01-05T08:42:13.978Z | + do_assemble |
597 | 2024-01-05T08:42:13.978Z | + rm -r ./out/dendrite-stub |
598 | 2024-01-05T08:42:13.989Z | + mkdir ./out/dendrite-stub |
599 | 2024-01-05T08:42:13.989Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
600 | 2024-01-05T08:42:14.145Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
601 | 2024-01-05T08:42:14.158Z | + set -o errexit |
602 | 2024-01-05T08:42:14.164Z | +++ dirname ./tools/ci_download_maghemite_mgd |
603 | 2024-01-05T08:42:14.164Z | ++ cd ./tools |
604 | 2024-01-05T08:42:14.164Z | ++ pwd |
605 | 2024-01-05T08:42:14.164Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
606 | 2024-01-05T08:42:14.172Z | ++ basename ./tools/ci_download_maghemite_mgd |
607 | 2024-01-05T08:42:14.172Z | + ARG0=ci_download_maghemite_mgd |
608 | 2024-01-05T08:42:14.172Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
609 | 2024-01-05T08:42:14.172Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
610 | 2024-01-05T08:42:14.172Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
611 | 2024-01-05T08:42:14.172Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
612 | 2024-01-05T08:42:14.172Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
613 | 2024-01-05T08:42:14.172Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
614 | 2024-01-05T08:42:14.172Z | + TARGET_DIR=out |
615 | 2024-01-05T08:42:14.174Z | + DOWNLOAD_DIR=out/downloads |
616 | 2024-01-05T08:42:14.174Z | + DEST_DIR=./out/mgd |
617 | 2024-01-05T08:42:14.174Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
618 | 2024-01-05T08:42:14.174Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
619 | 2024-01-05T08:42:14.175Z | + REPO=oxidecomputer/maghemite |
620 | 2024-01-05T08:42:14.175Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
621 | 2024-01-05T08:42:14.175Z | + main |
622 | 2024-01-05T08:42:14.175Z | + [[ 0 != 0 ]] |
623 | 2024-01-05T08:42:14.175Z | + CIDL_OS=solaris2.11 |
624 | 2024-01-05T08:42:14.175Z | + [[ 0 != 0 ]] |
625 | 2024-01-05T08:42:14.175Z | + configure_os solaris2.11 |
626 | 2024-01-05T08:42:14.175Z | + echo 'current directory: /work/oxidecomputer/omicron' |
627 | 2024-01-05T08:42:14.175Z | current directory: /work/oxidecomputer/omicron |
628 | 2024-01-05T08:42:14.175Z | + echo 'configuring based on OS: "solaris2.11"' |
629 | 2024-01-05T08:42:14.175Z | + case "$1" in |
630 | 2024-01-05T08:42:14.175Z | configuring based on OS: "solaris2.11" |
631 | 2024-01-05T08:42:14.176Z | + SET_BINARIES= |
632 | 2024-01-05T08:42:14.176Z | + CIDL_SHA256FUNC=do_sha256sum |
633 | 2024-01-05T08:42:14.176Z | + TARBALL_FILENAME=mgd.tar.gz |
634 | 2024-01-05T08:42:14.176Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
635 | 2024-01-05T08:42:14.176Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
636 | 2024-01-05T08:42:14.176Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
637 | 2024-01-05T08:42:14.176Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
638 | 2024-01-05T08:42:14.176Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
639 | 2024-01-05T08:42:14.176Z | Local file: out/downloads/mgd.tar.gz |
640 | 2024-01-05T08:42:14.177Z | + mkdir -p out/downloads |
641 | 2024-01-05T08:42:14.183Z | + mkdir -p ./out/mgd |
642 | 2024-01-05T08:42:14.183Z | + fetch_and_verify |
643 | 2024-01-05T08:42:14.183Z | + local DO_DOWNLOAD=true |
644 | 2024-01-05T08:42:14.183Z | + [[ -f out/downloads/mgd.tar.gz ]] |
645 | 2024-01-05T08:42:14.184Z | + '[' true == true ']' |
646 | 2024-01-05T08:42:14.184Z | + echo Downloading... |
647 | 2024-01-05T08:42:14.184Z | Downloading... |
648 | 2024-01-05T08:42:14.184Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
649 | 2024-01-05T08:42:14.184Z | + 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 |
650 | 2024-01-05T08:42:35.667Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
651 | 2024-01-05T08:42:35.670Z | ++ sha256sum |
652 | 2024-01-05T08:42:35.670Z | ++ awk '{print $1}' |
653 | 2024-01-05T08:42:35.745Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
654 | 2024-01-05T08:42:35.745Z | + [[ 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 ]] |
655 | 2024-01-05T08:42:35.757Z | + do_untar out/downloads/mgd.tar.gz |
656 | 2024-01-05T08:42:35.757Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
657 | 2024-01-05T08:42:36.433Z | + do_assemble |
658 | 2024-01-05T08:42:36.434Z | + rm -r ./out/mgd |
659 | 2024-01-05T08:42:36.443Z | + mkdir ./out/mgd |
660 | 2024-01-05T08:42:36.443Z | + cp -r out/downloads/root ./out/mgd/root |
661 | 2024-01-05T08:42:36.685Z | + set -o errexit |
662 | 2024-01-05T08:42:37.101Z | +++ dirname ./tools/ci_download_transceiver_control |
663 | 2024-01-05T08:42:37.102Z | ++ cd ./tools |
664 | 2024-01-05T08:42:37.102Z | ++ pwd |
665 | 2024-01-05T08:42:37.102Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
666 | 2024-01-05T08:42:37.102Z | ++ basename ./tools/ci_download_transceiver_control |
667 | 2024-01-05T08:42:37.102Z | + ARG0=ci_download_transceiver_control |
668 | 2024-01-05T08:42:37.102Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
669 | 2024-01-05T08:42:37.102Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
670 | 2024-01-05T08:42:37.102Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
671 | 2024-01-05T08:42:37.102Z | + TARGET_DIR=out |
672 | 2024-01-05T08:42:37.102Z | + DOWNLOAD_DIR=out/downloads |
673 | 2024-01-05T08:42:37.102Z | + DEST_DIR=./out/transceiver-control |
674 | 2024-01-05T08:42:37.103Z | + BIN_DIR=/opt/oxide/bin |
675 | 2024-01-05T08:42:37.103Z | + BINARY=xcvradm |
676 | 2024-01-05T08:42:37.103Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
677 | 2024-01-05T08:42:37.103Z | + REPO=oxidecomputer/transceiver-control |
678 | 2024-01-05T08:42:37.103Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
679 | 2024-01-05T08:42:37.105Z | + main |
680 | 2024-01-05T08:42:37.105Z | + [[ 0 != 0 ]] |
681 | 2024-01-05T08:42:37.105Z | + CIDL_OS=solaris2.11 |
682 | 2024-01-05T08:42:37.105Z | + [[ 0 != 0 ]] |
683 | 2024-01-05T08:42:37.106Z | + configure_os solaris2.11 |
684 | 2024-01-05T08:42:37.106Z | + echo 'current directory: /work/oxidecomputer/omicron' |
685 | 2024-01-05T08:42:37.106Z | current directory: /work/oxidecomputer/omicron |
686 | 2024-01-05T08:42:37.106Z | + echo 'configuring based on OS: "solaris2.11"' |
687 | 2024-01-05T08:42:37.106Z | configuring based on OS: "solaris2.11" |
688 | 2024-01-05T08:42:37.106Z | + case "$1" in |
689 | 2024-01-05T08:42:37.106Z | + SET_BINARIES= |
690 | 2024-01-05T08:42:37.106Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
691 | 2024-01-05T08:42:37.106Z | + CIDL_SHA256FUNC=do_sha256sum |
692 | 2024-01-05T08:42:37.106Z | + ARCHIVE_FILENAME=xcvradm.gz |
693 | 2024-01-05T08:42:37.106Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
694 | 2024-01-05T08:42:37.106Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
695 | 2024-01-05T08:42:37.106Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
696 | 2024-01-05T08:42:37.106Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
697 | 2024-01-05T08:42:37.106Z | Local file: out/downloads/xcvradm.gz |
698 | 2024-01-05T08:42:37.106Z | + echo 'Local file: out/downloads/xcvradm.gz' |
699 | 2024-01-05T08:42:37.106Z | + mkdir -p out/downloads |
700 | 2024-01-05T08:42:37.106Z | + mkdir -p ./out/transceiver-control |
701 | 2024-01-05T08:42:37.107Z | + fetch_and_verify |
702 | 2024-01-05T08:42:37.107Z | + local DO_DOWNLOAD=true |
703 | 2024-01-05T08:42:37.107Z | + [[ -f out/downloads/xcvradm.gz ]] |
704 | 2024-01-05T08:42:37.107Z | + '[' true == true ']' |
705 | 2024-01-05T08:42:37.107Z | + echo Downloading... |
706 | 2024-01-05T08:42:37.107Z | Downloading... |
707 | 2024-01-05T08:42:37.107Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
708 | 2024-01-05T08:42:37.107Z | + 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 |
709 | 2024-01-05T08:42:42.924Z | ++ do_sha256sum out/downloads/xcvradm.gz |
710 | 2024-01-05T08:42:42.937Z | ++ sha256sum |
711 | 2024-01-05T08:42:42.937Z | ++ awk '{print $1}' |
712 | 2024-01-05T08:42:42.950Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
713 | 2024-01-05T08:42:42.950Z | + [[ 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 ]] |
714 | 2024-01-05T08:42:42.950Z | + do_unpack out/downloads/xcvradm.gz |
715 | 2024-01-05T08:42:42.950Z | + mkdir -p out/downloads/root//opt/oxide/bin |
716 | 2024-01-05T08:42:42.950Z | + gzip -dc out/downloads/xcvradm.gz |
717 | 2024-01-05T08:42:43.113Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
718 | 2024-01-05T08:42:43.116Z | + do_assemble |
719 | 2024-01-05T08:42:43.116Z | + rm -r ./out/transceiver-control |
720 | 2024-01-05T08:42:43.120Z | + mkdir ./out/transceiver-control |
721 | 2024-01-05T08:42:43.123Z | + cp -r out/downloads/root ./out/transceiver-control/root |
722 | 2024-01-05T08:42:43.341Z | All builder prerequisites installed successfully, and PATH looks valid |
723 | 2024-01-05T08:42:43.344Z | |
724 | 2024-01-05T08:42:43.344Z | real 3:14.450998936 |
725 | 2024-01-05T08:42:43.344Z | user 57.264396480 |
726 | 2024-01-05T08:42:43.345Z | sys 11.319701476 |
727 | 2024-01-05T08:42:43.349Z | trap 0.024472391 |
728 | 2024-01-05T08:42:43.349Z | tflt 0.150668237 |
729 | 2024-01-05T08:42:43.349Z | dflt 0.537732315 |
730 | 2024-01-05T08:42:43.349Z | kflt 0.114691012 |
731 | 2024-01-05T08:42:43.349Z | lock 1.668690303 |
732 | 2024-01-05T08:42:43.349Z | slp 6:23.503164161 |
733 | 2024-01-05T08:42:43.349Z | lat 4.256234194 |
734 | 2024-01-05T08:42:43.349Z | stop 0.072909081 |
735 | 2024-01-05T08:42:43.402Z | |
736 | 2024-01-05T08:42:43.402Z | #### # # ##### ##### # # |
737 | 2024-01-05T08:42:43.402Z | # # # # # # # # # # |
738 | 2024-01-05T08:42:43.402Z | # # # # # # # # |
739 | 2024-01-05T08:42:43.402Z | # # # ##### ##### # |
740 | 2024-01-05T08:42:43.402Z | # # # # # # # |
741 | 2024-01-05T08:42:43.402Z | #### ###### # # # # |
742 | 2024-01-05T08:42:43.402Z | |
743 | 2024-01-05T08:42:43.686Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
744 | 2024-01-05T08:42:44.056Z | Updating crates.io index |
745 | 2024-01-05T08:42:44.061Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
746 | 2024-01-05T08:42:44.996Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
747 | 2024-01-05T08:42:47.074Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
748 | 2024-01-05T08:42:48.072Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
749 | 2024-01-05T08:42:48.072Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
750 | 2024-01-05T08:42:48.247Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
751 | 2024-01-05T08:42:48.563Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
752 | 2024-01-05T08:42:49.424Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
753 | 2024-01-05T08:42:51.763Z | Updating git repository `https://github.com/oxidecomputer/opte` |
754 | 2024-01-05T08:42:52.821Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
755 | 2024-01-05T08:42:53.109Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
756 | 2024-01-05T08:42:53.726Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
757 | 2024-01-05T08:42:54.080Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
758 | 2024-01-05T08:42:54.438Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
759 | 2024-01-05T08:42:54.794Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
760 | 2024-01-05T08:42:55.194Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
761 | 2024-01-05T08:42:55.522Z | Updating git repository `https://github.com/njaremko/samael` |
762 | 2024-01-05T08:42:55.951Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
763 | 2024-01-05T08:42:56.610Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
764 | 2024-01-05T08:42:58.273Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
765 | 2024-01-05T08:42:58.687Z | Updating git repository `https://github.com/jgallagher/nix` |
766 | 2024-01-05T08:42:59.677Z | Updating git repository `https://github.com/cbiffle/hubpack` |
767 | 2024-01-05T08:43:00.074Z | Updating git repository `https://github.com/oxidecomputer/typify` |
768 | 2024-01-05T08:43:02.210Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
769 | 2024-01-05T08:43:02.744Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
770 | 2024-01-05T08:43:03.077Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
771 | 2024-01-05T08:43:04.473Z | Downloading crates ... |
772 | 2024-01-05T08:43:04.690Z | Downloaded colorchoice v1.0.0 |
773 | 2024-01-05T08:43:04.698Z | Downloaded clap_lex v0.5.1 |
774 | 2024-01-05T08:43:04.704Z | Downloaded equivalent v1.0.1 |
775 | 2024-01-05T08:43:04.726Z | Downloaded serde v1.0.193 |
776 | 2024-01-05T08:43:04.734Z | Downloaded serde_spanned v0.6.4 |
777 | 2024-01-05T08:43:04.734Z | Downloaded itoa v1.0.9 |
778 | 2024-01-05T08:43:04.746Z | Downloaded cargo-platform v0.1.3 |
779 | 2024-01-05T08:43:04.746Z | Downloaded heck v0.4.1 |
780 | 2024-01-05T08:43:04.747Z | Downloaded terminal_size v0.2.6 |
781 | 2024-01-05T08:43:04.755Z | Downloaded anstyle-query v1.0.0 |
782 | 2024-01-05T08:43:04.755Z | Downloaded anstream v0.5.0 |
783 | 2024-01-05T08:43:04.755Z | Downloaded thiserror-impl v1.0.49 |
784 | 2024-01-05T08:43:04.755Z | Downloaded utf8parse v0.2.1 |
785 | 2024-01-05T08:43:04.756Z | Downloaded toml_datetime v0.6.5 |
786 | 2024-01-05T08:43:04.757Z | Downloaded anstyle v1.0.2 |
787 | 2024-01-05T08:43:04.767Z | Downloaded errno v0.3.2 |
788 | 2024-01-05T08:43:04.767Z | Downloaded strsim v0.10.0 |
789 | 2024-01-05T08:43:04.767Z | Downloaded camino v1.1.6 |
790 | 2024-01-05T08:43:04.767Z | Downloaded cargo_toml v0.17.0 |
791 | 2024-01-05T08:43:04.767Z | Downloaded io-lifetimes v1.0.11 |
792 | 2024-01-05T08:43:04.779Z | Downloaded quote v1.0.35 |
793 | 2024-01-05T08:43:04.779Z | Downloaded semver v1.0.20 |
794 | 2024-01-05T08:43:04.779Z | Downloaded bitflags v1.3.2 |
795 | 2024-01-05T08:43:04.795Z | Downloaded anyhow v1.0.75 |
796 | 2024-01-05T08:43:04.795Z | Downloaded ryu v1.0.15 |
797 | 2024-01-05T08:43:04.822Z | Downloaded serde_derive v1.0.193 |
798 | 2024-01-05T08:43:04.822Z | Downloaded anstyle-parse v0.2.1 |
799 | 2024-01-05T08:43:04.822Z | Downloaded cargo_metadata v0.18.1 |
800 | 2024-01-05T08:43:04.822Z | Downloaded clap v4.4.3 |
801 | 2024-01-05T08:43:04.828Z | Downloaded unicode-ident v1.0.12 |
802 | 2024-01-05T08:43:04.833Z | Downloaded memchr v2.6.3 |
803 | 2024-01-05T08:43:04.839Z | Downloaded toml_edit v0.21.0 |
804 | 2024-01-05T08:43:05.277Z | Downloaded winnow v0.5.15 |
805 | 2024-01-05T08:43:05.281Z | Downloaded clap_builder v4.4.2 |
806 | 2024-01-05T08:43:05.281Z | Downloaded serde_json v1.0.108 |
807 | 2024-01-05T08:43:05.281Z | Downloaded syn v2.0.46 |
808 | 2024-01-05T08:43:05.281Z | Downloaded rustix v0.37.23 |
809 | 2024-01-05T08:43:05.281Z | Downloaded libc v0.2.151 |
810 | 2024-01-05T08:43:05.281Z | Downloaded hashbrown v0.14.2 |
811 | 2024-01-05T08:43:05.281Z | Downloaded indexmap v2.1.0 |
812 | 2024-01-05T08:43:05.281Z | Downloaded clap_derive v4.4.2 |
813 | 2024-01-05T08:43:05.281Z | Downloaded proc-macro2 v1.0.74 |
814 | 2024-01-05T08:43:05.282Z | Downloaded toml v0.8.8 |
815 | 2024-01-05T08:43:05.282Z | Downloaded thiserror v1.0.49 |
816 | 2024-01-05T08:43:05.282Z | Compiling proc-macro2 v1.0.74 |
817 | 2024-01-05T08:43:05.282Z | Compiling unicode-ident v1.0.12 |
818 | 2024-01-05T08:43:05.282Z | Compiling serde v1.0.193 |
819 | 2024-01-05T08:43:05.282Z | Compiling libc v0.2.151 |
820 | 2024-01-05T08:43:05.282Z | Compiling io-lifetimes v1.0.11 |
821 | 2024-01-05T08:43:05.282Z | Compiling rustix v0.37.23 |
822 | 2024-01-05T08:43:05.282Z | Compiling bitflags v1.3.2 |
823 | 2024-01-05T08:43:05.282Z | Compiling equivalent v1.0.1 |
824 | 2024-01-05T08:43:05.375Z | Compiling hashbrown v0.14.2 |
825 | 2024-01-05T08:43:05.416Z | Compiling utf8parse v0.2.1 |
826 | 2024-01-05T08:43:05.546Z | Compiling winnow v0.5.15 |
827 | 2024-01-05T08:43:05.716Z | Compiling anstyle-parse v0.2.1 |
828 | 2024-01-05T08:43:06.131Z | Compiling anstyle-query v1.0.0 |
829 | 2024-01-05T08:43:06.256Z | Compiling colorchoice v1.0.0 |
830 | 2024-01-05T08:43:06.432Z | Compiling thiserror v1.0.49 |
831 | 2024-01-05T08:43:07.104Z | Compiling indexmap v2.1.0 |
832 | 2024-01-05T08:43:07.116Z | Compiling serde_json v1.0.108 |
833 | 2024-01-05T08:43:07.170Z | Compiling semver v1.0.20 |
834 | 2024-01-05T08:43:07.182Z | Compiling camino v1.1.6 |
835 | 2024-01-05T08:43:07.392Z | Compiling anstyle v1.0.2 |
836 | 2024-01-05T08:43:07.808Z | Compiling strsim v0.10.0 |
837 | 2024-01-05T08:43:08.008Z | Compiling anstream v0.5.0 |
838 | 2024-01-05T08:43:08.108Z | Compiling clap_lex v0.5.1 |
839 | 2024-01-05T08:43:08.239Z | Compiling ryu v1.0.15 |
840 | 2024-01-05T08:43:08.762Z | Compiling quote v1.0.35 |
841 | 2024-01-05T08:43:09.309Z | Compiling anyhow v1.0.75 |
842 | 2024-01-05T08:43:09.329Z | Compiling itoa v1.0.9 |
843 | 2024-01-05T08:43:09.330Z | Compiling heck v0.4.1 |
844 | 2024-01-05T08:43:09.330Z | Compiling errno v0.3.2 |
845 | 2024-01-05T08:43:09.359Z | Compiling syn v2.0.46 |
846 | 2024-01-05T08:43:10.920Z | Compiling terminal_size v0.2.6 |
847 | 2024-01-05T08:43:11.037Z | Compiling clap_builder v4.4.2 |
848 | 2024-01-05T08:43:17.419Z | Compiling serde_derive v1.0.193 |
849 | 2024-01-05T08:43:17.433Z | Compiling thiserror-impl v1.0.49 |
850 | 2024-01-05T08:43:17.433Z | Compiling clap_derive v4.4.2 |
851 | 2024-01-05T08:43:22.055Z | Compiling clap v4.4.3 |
852 | 2024-01-05T08:43:30.505Z | Compiling toml_datetime v0.6.5 |
853 | 2024-01-05T08:43:30.600Z | Compiling serde_spanned v0.6.4 |
854 | 2024-01-05T08:43:30.601Z | Compiling cargo-platform v0.1.3 |
855 | 2024-01-05T08:43:30.842Z | Compiling toml_edit v0.21.0 |
856 | 2024-01-05T08:43:32.600Z | Compiling cargo_metadata v0.18.1 |
857 | 2024-01-05T08:43:34.014Z | Compiling toml v0.8.8 |
858 | 2024-01-05T08:43:34.945Z | Compiling cargo_toml v0.17.0 |
859 | 2024-01-05T08:43:41.085Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
860 | 2024-01-05T08:43:42.484Z | Finished dev [unoptimized + debuginfo] target(s) in 59.06s |
861 | 2024-01-05T08:43:42.695Z | Running `target/debug/xtask clippy` |
862 | 2024-01-05T08:43:42.750Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
863 | 2024-01-05T08:43:43.560Z | Downloading crates ... |
864 | 2024-01-05T08:43:43.804Z | Downloaded adler v1.0.2 |
865 | 2024-01-05T08:43:43.811Z | Downloaded curve25519-dalek-derive v0.1.0 |
866 | 2024-01-05T08:43:43.822Z | Downloaded crc-any v2.4.3 |
867 | 2024-01-05T08:43:43.825Z | Downloaded mime_guess v2.0.4 |
868 | 2024-01-05T08:43:43.834Z | Downloaded crossbeam-deque v0.8.3 |
869 | 2024-01-05T08:43:43.848Z | Downloaded num v0.4.1 |
870 | 2024-01-05T08:43:43.853Z | Downloaded libtest-mimic v0.6.1 |
871 | 2024-01-05T08:43:43.861Z | Downloaded memoffset v0.7.1 |
872 | 2024-01-05T08:43:43.868Z | Downloaded new_debug_unreachable v1.0.4 |
873 | 2024-01-05T08:43:43.875Z | Downloaded miniz_oxide v0.7.1 |
874 | 2024-01-05T08:43:43.887Z | Downloaded bit-vec v0.6.3 |
875 | 2024-01-05T08:43:43.895Z | Downloaded crc32fast v1.3.2 |
876 | 2024-01-05T08:43:43.903Z | Downloaded opaque-debug v0.3.0 |
877 | 2024-01-05T08:43:43.911Z | Downloaded atomicwrites v0.4.3 |
878 | 2024-01-05T08:43:43.914Z | Downloaded ciborium-io v0.2.1 |
879 | 2024-01-05T08:43:43.918Z | Downloaded tabled_derive v0.6.0 |
880 | 2024-01-05T08:43:43.922Z | Downloaded ident_case v1.0.1 |
881 | 2024-01-05T08:43:43.928Z | Downloaded cexpr v0.6.0 |
882 | 2024-01-05T08:43:43.935Z | Downloaded bit-set v0.5.3 |
883 | 2024-01-05T08:43:43.943Z | Downloaded lazycell v1.3.0 |
884 | 2024-01-05T08:43:43.991Z | Downloaded newline-converter v0.3.0 |
885 | 2024-01-05T08:43:43.994Z | Downloaded ciborium-ll v0.2.1 |
886 | 2024-01-05T08:43:43.994Z | Downloaded slog-dtrace v0.2.3 |
887 | 2024-01-05T08:43:43.994Z | Downloaded iana-time-zone v0.1.57 |
888 | 2024-01-05T08:43:43.994Z | Downloaded chacha20 v0.9.1 |
889 | 2024-01-05T08:43:43.998Z | Downloaded scopeguard v1.2.0 |
890 | 2024-01-05T08:43:44.006Z | Downloaded keccak v0.1.4 |
891 | 2024-01-05T08:43:44.009Z | Downloaded slog-scope v4.4.0 |
892 | 2024-01-05T08:43:44.013Z | Downloaded libloading v0.7.4 |
893 | 2024-01-05T08:43:44.023Z | Downloaded once_cell v1.19.0 |
894 | 2024-01-05T08:43:44.028Z | Downloaded heck v0.3.3 |
895 | 2024-01-05T08:43:44.034Z | Downloaded multer v2.1.0 |
896 | 2024-01-05T08:43:44.042Z | Downloaded sct v0.7.0 |
897 | 2024-01-05T08:43:44.055Z | Downloaded http-range v0.1.5 |
898 | 2024-01-05T08:43:44.061Z | Downloaded parse-display v0.8.2 |
899 | 2024-01-05T08:43:44.064Z | Downloaded proc-macro-error-attr v1.0.4 |
900 | 2024-01-05T08:43:44.068Z | Downloaded hex-literal v0.4.1 |
901 | 2024-01-05T08:43:44.072Z | Downloaded slab v0.4.9 |
902 | 2024-01-05T08:43:44.076Z | Downloaded termcolor v1.2.0 |
903 | 2024-01-05T08:43:44.080Z | Downloaded toolchain_find v0.2.0 |
904 | 2024-01-05T08:43:44.086Z | Downloaded crossbeam-epoch v0.9.15 |
905 | 2024-01-05T08:43:44.090Z | Downloaded smallvec v1.11.2 |
906 | 2024-01-05T08:43:44.094Z | Downloaded remove_dir_all v0.5.3 |
907 | 2024-01-05T08:43:44.097Z | Downloaded proc-macro-crate v1.3.1 |
908 | 2024-01-05T08:43:44.101Z | Downloaded usdt-attr-macro v0.3.5 |
909 | 2024-01-05T08:43:44.104Z | Downloaded fxhash v0.2.1 |
910 | 2024-01-05T08:43:44.107Z | Downloaded pin-project-lite v0.2.13 |
911 | 2024-01-05T08:43:44.116Z | Downloaded tower-service v0.3.2 |
912 | 2024-01-05T08:43:44.119Z | Downloaded similar-asserts v1.5.0 |
913 | 2024-01-05T08:43:44.125Z | Downloaded tap v1.0.1 |
914 | 2024-01-05T08:43:44.131Z | Downloaded debug-ignore v1.0.5 |
915 | 2024-01-05T08:43:44.142Z | Downloaded plotters-backend v0.3.5 |
916 | 2024-01-05T08:43:44.142Z | Downloaded diesel_derives v2.1.2 |
917 | 2024-01-05T08:43:44.149Z | Downloaded ppv-lite86 v0.2.17 |
918 | 2024-01-05T08:43:44.149Z | Downloaded signal-hook-registry v1.4.1 |
919 | 2024-01-05T08:43:44.155Z | Downloaded either v1.9.0 |
920 | 2024-01-05T08:43:44.155Z | Downloaded usdt v0.3.5 |
921 | 2024-01-05T08:43:44.155Z | Downloaded futures-macro v0.3.30 |
922 | 2024-01-05T08:43:44.162Z | Downloaded serde_yaml v0.9.25 |
923 | 2024-01-05T08:43:44.168Z | Downloaded serde-big-array v0.5.1 |
924 | 2024-01-05T08:43:44.178Z | Downloaded waitgroup v0.1.2 |
925 | 2024-01-05T08:43:44.179Z | Downloaded tui-tree-widget v0.13.0 |
926 | 2024-01-05T08:43:44.179Z | Downloaded structmeta-derive v0.2.0 |
927 | 2024-01-05T08:43:44.595Z | Downloaded tokio-stream v0.1.14 |
928 | 2024-01-05T08:43:44.607Z | Downloaded stable_deref_trait v1.2.0 |
929 | 2024-01-05T08:43:44.607Z | Downloaded diff v0.1.13 |
930 | 2024-01-05T08:43:44.607Z | Downloaded untrusted v0.7.1 |
931 | 2024-01-05T08:43:44.607Z | Downloaded path-slash v0.1.5 |
932 | 2024-01-05T08:43:44.607Z | Downloaded tokio-postgres v0.7.10 |
933 | 2024-01-05T08:43:44.608Z | Downloaded subtle v2.5.0 |
934 | 2024-01-05T08:43:44.608Z | Downloaded pkg-config v0.3.27 |
935 | 2024-01-05T08:43:44.608Z | Downloaded radium v0.7.0 |
936 | 2024-01-05T08:43:44.608Z | Downloaded getrandom v0.2.10 |
937 | 2024-01-05T08:43:44.608Z | Downloaded pest_generator v2.7.2 |
938 | 2024-01-05T08:43:44.608Z | Downloaded globset v0.4.13 |
939 | 2024-01-05T08:43:44.608Z | Downloaded glob v0.3.1 |
940 | 2024-01-05T08:43:44.608Z | Downloaded sqlparser_derive v0.1.1 |
941 | 2024-01-05T08:43:44.608Z | Downloaded generic-array v0.14.7 |
942 | 2024-01-05T08:43:44.608Z | Downloaded rustls-native-certs v0.6.3 |
943 | 2024-01-05T08:43:44.608Z | Downloaded defmt-parser v0.3.3 |
944 | 2024-01-05T08:43:44.609Z | Downloaded paste v1.0.14 |
945 | 2024-01-05T08:43:44.609Z | Downloaded trybuild v1.0.85 |
946 | 2024-01-05T08:43:44.609Z | Downloaded phf_shared v0.10.0 |
947 | 2024-01-05T08:43:44.609Z | Downloaded fd-lock v3.0.13 |
948 | 2024-01-05T08:43:44.609Z | Downloaded funty v2.0.0 |
949 | 2024-01-05T08:43:44.610Z | Downloaded fs-err v2.11.0 |
950 | 2024-01-05T08:43:44.611Z | Downloaded want v0.3.1 |
951 | 2024-01-05T08:43:44.611Z | Downloaded downcast v0.11.0 |
952 | 2024-01-05T08:43:44.611Z | Downloaded uuid v1.6.1 |
953 | 2024-01-05T08:43:44.611Z | Downloaded endian-type v0.1.2 |
954 | 2024-01-05T08:43:44.611Z | Downloaded time-macros v0.2.13 |
955 | 2024-01-05T08:43:44.611Z | Downloaded ena v0.14.2 |
956 | 2024-01-05T08:43:44.611Z | Downloaded pathdiff v0.2.1 |
957 | 2024-01-05T08:43:44.612Z | Downloaded rustyline v12.0.0 |
958 | 2024-01-05T08:43:44.612Z | Downloaded termtree v0.4.1 |
959 | 2024-01-05T08:43:44.612Z | Downloaded yasna v0.5.2 |
960 | 2024-01-05T08:43:44.612Z | Downloaded shell-words v1.1.0 |
961 | 2024-01-05T08:43:44.612Z | Downloaded swrite v0.1.0 |
962 | 2024-01-05T08:43:44.613Z | Downloaded spin v0.5.2 |
963 | 2024-01-05T08:43:44.613Z | Downloaded futures-timer v3.0.2 |
964 | 2024-01-05T08:43:44.613Z | Downloaded peeking_take_while v0.1.2 |
965 | 2024-01-05T08:43:44.613Z | Downloaded float-cmp v0.9.0 |
966 | 2024-01-05T08:43:44.613Z | Downloaded which v4.4.0 |
967 | 2024-01-05T08:43:44.613Z | Downloaded foreign-types v0.3.2 |
968 | 2024-01-05T08:43:44.613Z | Downloaded rtoolbox v0.0.1 |
969 | 2024-01-05T08:43:44.613Z | Downloaded rustc_version v0.1.7 |
970 | 2024-01-05T08:43:44.613Z | Downloaded tokio-native-tls v0.3.1 |
971 | 2024-01-05T08:43:44.613Z | Downloaded embedded-io v0.4.0 |
972 | 2024-01-05T08:43:44.613Z | Downloaded semver v0.11.0 |
973 | 2024-01-05T08:43:44.613Z | Downloaded semver v0.1.20 |
974 | 2024-01-05T08:43:44.614Z | Downloaded sec1 v0.7.3 |
975 | 2024-01-05T08:43:44.614Z | Downloaded tokio-rustls v0.24.1 |
976 | 2024-01-05T08:43:44.614Z | Downloaded signal-hook-tokio v0.3.1 |
977 | 2024-01-05T08:43:44.614Z | Downloaded difflib v0.4.0 |
978 | 2024-01-05T08:43:44.615Z | Downloaded quick-error v1.2.3 |
979 | 2024-01-05T08:43:44.615Z | Downloaded fatfs v0.3.6 |
980 | 2024-01-05T08:43:44.615Z | Downloaded darling_macro v0.20.3 |
981 | 2024-01-05T08:43:44.615Z | Downloaded futures-executor v0.3.30 |
982 | 2024-01-05T08:43:44.615Z | Downloaded zone_cfg_derive v0.3.0 |
983 | 2024-01-05T08:43:44.615Z | Downloaded packed_struct_codegen v0.10.1 |
984 | 2024-01-05T08:43:44.615Z | Downloaded parse-display-derive v0.8.2 |
985 | 2024-01-05T08:43:44.615Z | Downloaded filetime v0.2.23 |
986 | 2024-01-05T08:43:44.615Z | Downloaded oso v0.27.0 |
987 | 2024-01-05T08:43:44.616Z | Downloaded try-lock v0.2.4 |
988 | 2024-01-05T08:43:44.616Z | Downloaded foreign-types v0.5.0 |
989 | 2024-01-05T08:43:44.616Z | Downloaded fallible-iterator v0.2.0 |
990 | 2024-01-05T08:43:44.616Z | Downloaded postgres-protocol v0.6.6 |
991 | 2024-01-05T08:43:44.616Z | Downloaded zeroize v1.7.0 |
992 | 2024-01-05T08:43:44.616Z | Downloaded signature v1.6.4 |
993 | 2024-01-05T08:43:44.616Z | Downloaded subprocess v0.2.9 |
994 | 2024-01-05T08:43:44.616Z | Downloaded socket2 v0.5.5 |
995 | 2024-01-05T08:43:44.616Z | Downloaded topological-sort v0.2.2 |
996 | 2024-01-05T08:43:44.616Z | Downloaded serde_path_to_error v0.1.14 |
997 | 2024-01-05T08:43:44.617Z | Downloaded rustfmt-wrapper v0.2.0 |
998 | 2024-01-05T08:43:44.617Z | Downloaded rstest v0.18.2 |
999 | 2024-01-05T08:43:44.617Z | Downloaded sha2 v0.10.8 |
1000 | 2024-01-05T08:43:44.617Z | Downloaded rustls-webpki v0.101.7 |
1001 | 2024-01-05T08:43:44.617Z | Downloaded tracing-attributes v0.1.26 |
1002 | 2024-01-05T08:43:44.617Z | Downloaded relative-path v1.9.0 |
1003 | 2024-01-05T08:43:44.617Z | Downloaded papergrid v0.10.0 |
1004 | 2024-01-05T08:43:44.617Z | Downloaded toml v0.5.11 |
1005 | 2024-01-05T08:43:44.617Z | Downloaded prettyplease v0.2.16 |
1006 | 2024-01-05T08:43:44.618Z | Downloaded rsa v0.9.2 |
1007 | 2024-01-05T08:43:44.618Z | Downloaded toml v0.7.8 |
1008 | 2024-01-05T08:43:44.618Z | Downloaded darling_core v0.14.4 |
1009 | 2024-01-05T08:43:44.618Z | Downloaded flume v0.11.0 |
1010 | 2024-01-05T08:43:44.618Z | Downloaded hashbrown v0.12.3 |
1011 | 2024-01-05T08:43:44.618Z | Downloaded rand v0.8.5 |
1012 | 2024-01-05T08:43:44.619Z | Downloaded tracing v0.1.37 |
1013 | 2024-01-05T08:43:44.619Z | Downloaded rustix v0.38.25 |
1014 | 2024-01-05T08:43:44.632Z | Downloaded pretty_assertions v1.4.0 |
1015 | 2024-01-05T08:43:44.640Z | Downloaded serde_with v3.4.0 |
1016 | 2024-01-05T08:43:44.648Z | Downloaded toml_edit v0.19.15 |
1017 | 2024-01-05T08:43:44.678Z | Downloaded plotters v0.3.5 |
1018 | 2024-01-05T08:43:44.696Z | Downloaded zerocopy v0.7.31 |
1019 | 2024-01-05T08:43:44.737Z | Downloaded reqwest v0.11.22 |
1020 | 2024-01-05T08:43:44.744Z | Downloaded petgraph v0.6.4 |
1021 | 2024-01-05T08:43:44.766Z | Downloaded proptest v1.4.0 |
1022 | 2024-01-05T08:43:44.794Z | Downloaded curve25519-dalek v4.1.1 |
1023 | 2024-01-05T08:43:44.813Z | Downloaded regex v1.10.2 |
1024 | 2024-01-05T08:43:44.829Z | Downloaded smoltcp v0.10.0 |
1025 | 2024-01-05T08:43:44.852Z | Downloaded smoltcp v0.9.1 |
1026 | 2024-01-05T08:43:44.875Z | Downloaded syn v1.0.109 |
1027 | 2024-01-05T08:43:44.896Z | Downloaded polar-core v0.27.0 |
1028 | 2024-01-05T08:43:44.915Z | Downloaded zerocopy-derive v0.2.0 |
1029 | 2024-01-05T08:43:44.941Z | Downloaded regex-syntax v0.8.2 |
1030 | 2024-01-05T08:43:44.953Z | Downloaded regex-automata v0.3.8 |
1031 | 2024-01-05T08:43:45.031Z | Downloaded sled v0.34.7 |
1032 | 2024-01-05T08:43:45.036Z | Downloaded encoding_rs v0.8.33 |
1033 | 2024-01-05T08:43:45.054Z | Downloaded regex-automata v0.4.3 |
1034 | 2024-01-05T08:43:45.110Z | Downloaded zerocopy-derive v0.7.31 |
1035 | 2024-01-05T08:43:45.122Z | Downloaded tokio v1.35.0 |
1036 | 2024-01-05T08:43:45.179Z | Downloaded zerocopy-derive v0.6.4 |
1037 | 2024-01-05T08:43:45.200Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1038 | 2024-01-05T08:43:45.226Z | Downloaded sha3 v0.10.8 |
1039 | 2024-01-05T08:43:45.239Z | Downloaded trust-dns-proto v0.22.0 |
1040 | 2024-01-05T08:43:45.261Z | Downloaded openapiv3 v2.0.0 |
1041 | 2024-01-05T08:43:45.286Z | Downloaded webpki-roots v0.25.2 |
1042 | 2024-01-05T08:43:45.292Z | Downloaded regex-syntax v0.7.5 |
1043 | 2024-01-05T08:43:45.308Z | Downloaded regex-syntax v0.6.29 |
1044 | 2024-01-05T08:43:45.325Z | Downloaded diesel v2.1.4 |
1045 | 2024-01-05T08:43:45.358Z | Downloaded bstr v1.6.0 |
1046 | 2024-01-05T08:43:45.392Z | Downloaded rustls v0.21.9 |
1047 | 2024-01-05T08:43:45.404Z | Downloaded gimli v0.28.0 |
1048 | 2024-01-05T08:43:45.417Z | Downloaded regress v0.7.1 |
1049 | 2024-01-05T08:43:45.432Z | Downloaded vcpkg v0.2.15 |
1050 | 2024-01-05T08:43:45.547Z | Downloaded radix_trie v0.2.1 |
1051 | 2024-01-05T08:43:45.565Z | Downloaded ratatui v0.23.0 |
1052 | 2024-01-05T08:43:45.584Z | Downloaded bstr v0.2.17 |
1053 | 2024-01-05T08:43:45.597Z | Downloaded hkdf v0.12.4 |
1054 | 2024-01-05T08:43:45.597Z | Downloaded guppy v0.17.4 |
1055 | 2024-01-05T08:43:45.714Z | Downloaded h2 v0.3.21 |
1056 | 2024-01-05T08:43:45.719Z | Downloaded idna v0.5.0 |
1057 | 2024-01-05T08:43:45.719Z | Downloaded object v0.30.4 |
1058 | 2024-01-05T08:43:45.719Z | Downloaded idna v0.2.3 |
1059 | 2024-01-05T08:43:45.719Z | Downloaded quick-xml v0.23.1 |
1060 | 2024-01-05T08:43:45.719Z | Downloaded chrono v0.4.31 |
1061 | 2024-01-05T08:43:45.719Z | Downloaded object v0.32.1 |
1062 | 2024-01-05T08:43:45.719Z | Downloaded reedline v0.22.0 |
1063 | 2024-01-05T08:43:45.730Z | Downloaded pest v2.7.2 |
1064 | 2024-01-05T08:43:45.736Z | Downloaded futures-util v0.3.30 |
1065 | 2024-01-05T08:43:45.759Z | Downloaded lalrpop v0.19.12 |
1066 | 2024-01-05T08:43:45.779Z | Downloaded rayon v1.8.0 |
1067 | 2024-01-05T08:43:45.797Z | Downloaded openssl v0.10.60 |
1068 | 2024-01-05T08:43:45.818Z | Downloaded ring v0.17.7 |
1069 | 2024-01-05T08:43:45.969Z | Downloaded bitvec v1.0.1 |
1070 | 2024-01-05T08:43:46.005Z | Downloaded expectorate v1.1.0 |
1071 | 2024-01-05T08:43:46.069Z | Downloaded bindgen v0.65.1 |
1072 | 2024-01-05T08:43:46.087Z | Downloaded ring v0.16.20 |
1073 | 2024-01-05T08:43:46.175Z | Downloaded trust-dns-server v0.22.1 |
1074 | 2024-01-05T08:43:46.181Z | Downloaded clap v2.34.0 |
1075 | 2024-01-05T08:43:46.193Z | Downloaded trust-dns-resolver v0.22.0 |
1076 | 2024-01-05T08:43:46.200Z | Downloaded hashbrown v0.13.2 |
1077 | 2024-01-05T08:43:46.207Z | Downloaded rstest_macros v0.18.2 |
1078 | 2024-01-05T08:43:46.211Z | Downloaded trust-dns-client v0.22.0 |
1079 | 2024-01-05T08:43:46.220Z | Downloaded nix v0.26.4 |
1080 | 2024-01-05T08:43:46.239Z | Downloaded portable-atomic v1.4.3 |
1081 | 2024-01-05T08:43:46.248Z | Downloaded aho-corasick v1.0.4 |
1082 | 2024-01-05T08:43:46.257Z | Downloaded openssl-sys v0.9.96 |
1083 | 2024-01-05T08:43:46.266Z | Downloaded typed-path v0.7.0 |
1084 | 2024-01-05T08:43:46.276Z | Downloaded tokio-util v0.7.10 |
1085 | 2024-01-05T08:43:46.286Z | Downloaded rand_chacha v0.3.1 |
1086 | 2024-01-05T08:43:46.290Z | Downloaded darling v0.20.3 |
1087 | 2024-01-05T08:43:46.294Z | Downloaded rand v0.4.6 |
1088 | 2024-01-05T08:43:46.302Z | Downloaded unicode-normalization v0.1.22 |
1089 | 2024-01-05T08:43:46.308Z | Downloaded regex-automata v0.1.10 |
1090 | 2024-01-05T08:43:46.314Z | Downloaded pin-project v1.1.3 |
1091 | 2024-01-05T08:43:46.334Z | Downloaded smf v0.2.2 |
1092 | 2024-01-05T08:43:46.337Z | Downloaded rust-argon2 v1.0.1 |
1093 | 2024-01-05T08:43:46.340Z | Downloaded textwrap v0.16.0 |
1094 | 2024-01-05T08:43:46.343Z | Downloaded ron v0.8.1 |
1095 | 2024-01-05T08:43:46.352Z | Downloaded headers v0.3.9 |
1096 | 2024-01-05T08:43:46.361Z | Downloaded enum-as-inner v0.5.1 |
1097 | 2024-01-05T08:43:46.369Z | Downloaded smawk v0.3.1 |
1098 | 2024-01-05T08:43:46.372Z | Downloaded serde-hex v0.1.0 |
1099 | 2024-01-05T08:43:46.372Z | Downloaded rcgen v0.11.3 |
1100 | 2024-01-05T08:43:46.375Z | Downloaded sqlparser v0.36.1 |
1101 | 2024-01-05T08:43:46.381Z | Downloaded tough v0.16.0 |
1102 | 2024-01-05T08:43:46.394Z | Downloaded hyper v0.14.27 |
1103 | 2024-01-05T08:43:46.409Z | Downloaded half v1.8.2 |
1104 | 2024-01-05T08:43:46.416Z | Downloaded tungstenite v0.20.1 |
1105 | 2024-01-05T08:43:46.442Z | Downloaded fastrand v2.0.0 |
1106 | 2024-01-05T08:43:46.442Z | Downloaded serde_derive_internals v0.26.0 |
1107 | 2024-01-05T08:43:46.458Z | Downloaded whoami v1.4.1 |
1108 | 2024-01-05T08:43:46.458Z | Downloaded x509-cert v0.2.4 |
1109 | 2024-01-05T08:43:46.458Z | Downloaded pem v3.0.2 |
1110 | 2024-01-05T08:43:46.458Z | Downloaded tracing-core v0.1.31 |
1111 | 2024-01-05T08:43:46.458Z | Downloaded walkdir v2.4.0 |
1112 | 2024-01-05T08:43:46.458Z | Downloaded supports-color v2.1.0 |
1113 | 2024-01-05T08:43:46.459Z | Downloaded der_derive v0.7.2 |
1114 | 2024-01-05T08:43:46.459Z | Downloaded futures v0.3.30 |
1115 | 2024-01-05T08:43:46.473Z | Downloaded flate2 v1.0.28 |
1116 | 2024-01-05T08:43:46.481Z | Downloaded steno v0.4.0 |
1117 | 2024-01-05T08:43:46.481Z | Downloaded defmt v0.3.5 |
1118 | 2024-01-05T08:43:46.489Z | Downloaded rpassword v7.3.1 |
1119 | 2024-01-05T08:43:46.489Z | Downloaded ref-cast v1.0.20 |
1120 | 2024-01-05T08:43:46.490Z | Downloaded pkcs8 v0.10.2 |
1121 | 2024-01-05T08:43:46.497Z | Downloaded zerocopy v0.6.4 |
1122 | 2024-01-05T08:43:46.497Z | Downloaded time v0.3.27 |
1123 | 2024-01-05T08:43:46.507Z | Downloaded libxml v0.3.3 |
1124 | 2024-01-05T08:43:46.520Z | Downloaded crossterm v0.26.1 |
1125 | 2024-01-05T08:43:46.531Z | Downloaded synstructure v0.12.6 |
1126 | 2024-01-05T08:43:46.544Z | Downloaded tempdir v0.3.7 |
1127 | 2024-01-05T08:43:46.546Z | Downloaded schemars v0.8.16 |
1128 | 2024-01-05T08:43:46.566Z | Downloaded url v2.5.0 |
1129 | 2024-01-05T08:43:46.578Z | Downloaded spin v0.9.8 |
1130 | 2024-01-05T08:43:46.578Z | Downloaded slog-term v2.9.0 |
1131 | 2024-01-05T08:43:46.578Z | Downloaded threadpool v1.8.1 |
1132 | 2024-01-05T08:43:46.578Z | Downloaded zerocopy v0.3.0 |
1133 | 2024-01-05T08:43:46.578Z | Downloaded xattr v1.0.1 |
1134 | 2024-01-05T08:43:46.578Z | Downloaded thiserror-impl-no-std v2.0.2 |
1135 | 2024-01-05T08:43:46.578Z | Downloaded elliptic-curve v0.13.8 |
1136 | 2024-01-05T08:43:46.586Z | Downloaded rustls-pemfile v1.0.3 |
1137 | 2024-01-05T08:43:46.586Z | Downloaded spki v0.7.2 |
1138 | 2024-01-05T08:43:46.586Z | Downloaded pest_meta v2.7.2 |
1139 | 2024-01-05T08:43:46.591Z | Downloaded platforms v3.0.2 |
1140 | 2024-01-05T08:43:46.594Z | Downloaded futures-channel v0.3.30 |
1141 | 2024-01-05T08:43:46.594Z | Downloaded crossterm v0.27.0 |
1142 | 2024-01-05T08:43:46.604Z | Downloaded itertools v0.10.5 |
1143 | 2024-01-05T08:43:46.615Z | Downloaded rusty-fork v0.3.0 |
1144 | 2024-01-05T08:43:46.618Z | Downloaded itertools v0.12.0 |
1145 | 2024-01-05T08:43:46.630Z | Downloaded fragile v2.0.0 |
1146 | 2024-01-05T08:43:46.633Z | Downloaded foreign-types-shared v0.3.1 |
1147 | 2024-01-05T08:43:46.636Z | Downloaded structopt-derive v0.4.18 |
1148 | 2024-01-05T08:43:46.637Z | Downloaded hash32 v0.2.1 |
1149 | 2024-01-05T08:43:46.640Z | Downloaded fnv v1.0.7 |
1150 | 2024-01-05T08:43:46.641Z | Downloaded ucd-trie v0.1.6 |
1151 | 2024-01-05T08:43:46.645Z | Downloaded typenum v1.16.0 |
1152 | 2024-01-05T08:43:46.647Z | Downloaded http v0.2.11 |
1153 | 2024-01-05T08:43:46.653Z | Downloaded num-bigint-dig v0.8.4 |
1154 | 2024-01-05T08:43:46.662Z | Downloaded nom v7.1.3 |
1155 | 2024-01-05T08:43:46.671Z | Downloaded ref-cast-impl v1.0.20 |
1156 | 2024-01-05T08:43:46.675Z | Downloaded password-hash v0.5.0 |
1157 | 2024-01-05T08:43:46.678Z | Downloaded pkcs1 v0.7.5 |
1158 | 2024-01-05T08:43:46.681Z | Downloaded unicode_categories v0.1.1 |
1159 | 2024-01-05T08:43:46.687Z | Downloaded slog-stdlog v4.1.1 |
1160 | 2024-01-05T08:43:46.690Z | Downloaded percent-encoding v2.3.1 |
1161 | 2024-01-05T08:43:46.690Z | Downloaded pem-rfc7468 v0.7.0 |
1162 | 2024-01-05T08:43:46.690Z | Downloaded rustc-demangle v0.1.23 |
1163 | 2024-01-05T08:43:46.693Z | Downloaded proc-macro-error v1.0.4 |
1164 | 2024-01-05T08:43:46.698Z | Downloaded rand_core v0.6.4 |
1165 | 2024-01-05T08:43:46.701Z | Downloaded futures-task v0.3.30 |
1166 | 2024-01-05T08:43:46.704Z | Downloaded futures-sink v0.3.30 |
1167 | 2024-01-05T08:43:46.704Z | Downloaded pest_derive v2.7.2 |
1168 | 2024-01-05T08:43:46.707Z | Downloaded slog v2.7.0 |
1169 | 2024-01-05T08:43:46.712Z | Downloaded postcard v1.0.8 |
1170 | 2024-01-05T08:43:46.717Z | Downloaded predicates-tree v1.0.9 |
1171 | 2024-01-05T08:43:46.720Z | Downloaded rustc-hash v1.1.0 |
1172 | 2024-01-05T08:43:46.720Z | Downloaded resolv-conf v0.7.0 |
1173 | 2024-01-05T08:43:46.724Z | Downloaded secrecy v0.8.0 |
1174 | 2024-01-05T08:43:46.727Z | Downloaded similar v2.3.0 |
1175 | 2024-01-05T08:43:46.733Z | Downloaded heapless v0.7.16 |
1176 | 2024-01-05T08:43:46.742Z | Downloaded zip v0.6.6 |
1177 | 2024-01-05T08:43:46.747Z | Downloaded der v0.7.8 |
1178 | 2024-01-05T08:43:46.755Z | Downloaded unicode-segmentation v1.10.1 |
1179 | 2024-01-05T08:43:46.761Z | Downloaded termios v0.3.3 |
1180 | 2024-01-05T08:43:46.764Z | Downloaded vsss-rs v3.3.2 |
1181 | 2024-01-05T08:43:46.769Z | Downloaded unicode-bidi v0.3.13 |
1182 | 2024-01-05T08:43:46.772Z | Downloaded rayon-core v1.12.0 |
1183 | 2024-01-05T08:43:46.779Z | Downloaded futures-io v0.3.30 |
1184 | 2024-01-05T08:43:46.781Z | Downloaded static_assertions v1.1.0 |
1185 | 2024-01-05T08:43:46.785Z | Downloaded rustversion v1.0.14 |
1186 | 2024-01-05T08:43:46.788Z | Downloaded socket2 v0.4.9 |
1187 | 2024-01-05T08:43:46.790Z | Downloaded parking_lot v0.11.2 |
1188 | 2024-01-05T08:43:46.794Z | Downloaded target-lexicon v0.12.12 |
1189 | 2024-01-05T08:43:46.797Z | Downloaded phf v0.11.2 |
1190 | 2024-01-05T08:43:46.800Z | Downloaded usdt-impl v0.3.5 |
1191 | 2024-01-05T08:43:46.803Z | Downloaded unarray v0.1.4 |
1192 | 2024-01-05T08:43:46.809Z | Downloaded tar v0.4.40 |
1193 | 2024-01-05T08:43:46.812Z | Downloaded usdt-macro v0.3.5 |
1194 | 2024-01-05T08:43:46.812Z | Downloaded schemars_derive v0.8.16 |
1195 | 2024-01-05T08:43:46.813Z | Downloaded scheduled-thread-pool v0.2.7 |
1196 | 2024-01-05T08:43:46.816Z | Downloaded same-file v1.0.6 |
1197 | 2024-01-05T08:43:46.816Z | Downloaded group v0.13.0 |
1198 | 2024-01-05T08:43:46.819Z | Downloaded futures-core v0.3.30 |
1199 | 2024-01-05T08:43:46.822Z | Downloaded form_urlencoded v1.2.1 |
1200 | 2024-01-05T08:43:46.822Z | Downloaded unsafe-libyaml v0.2.10 |
1201 | 2024-01-05T08:43:46.827Z | Downloaded signal-hook v0.3.17 |
1202 | 2024-01-05T08:43:46.834Z | Downloaded parking_lot v0.12.1 |
1203 | 2024-01-05T08:43:46.844Z | Downloaded shlex v1.1.0 |
1204 | 2024-01-05T08:43:46.844Z | Downloaded fixedbitset v0.4.2 |
1205 | 2024-01-05T08:43:46.844Z | Downloaded zone v0.3.0 |
1206 | 2024-01-05T08:43:46.850Z | Downloaded vec_map v0.8.2 |
1207 | 2024-01-05T08:43:46.850Z | Downloaded utf-8 v0.7.6 |
1208 | 2024-01-05T08:43:46.850Z | Downloaded postgres-types v0.2.6 |
1209 | 2024-01-05T08:43:46.850Z | Downloaded target-spec v3.0.1 |
1210 | 2024-01-05T08:43:47.272Z | Downloaded precomputed-hash v0.1.1 |
1211 | 2024-01-05T08:43:47.272Z | Downloaded wyz v0.5.1 |
1212 | 2024-01-05T08:43:47.272Z | Downloaded thread_local v1.1.7 |
1213 | 2024-01-05T08:43:47.272Z | Downloaded thread-id v4.2.0 |
1214 | 2024-01-05T08:43:47.272Z | Downloaded thiserror-no-std v2.0.2 |
1215 | 2024-01-05T08:43:47.278Z | Downloaded flagset v0.4.3 |
1216 | 2024-01-05T08:43:47.278Z | Downloaded version_check v0.9.4 |
1217 | 2024-01-05T08:43:47.278Z | Downloaded rustc_version v0.4.0 |
1218 | 2024-01-05T08:43:47.278Z | Downloaded r2d2 v0.8.10 |
1219 | 2024-01-05T08:43:47.278Z | Downloaded structopt v0.3.26 |
1220 | 2024-01-05T08:43:47.278Z | Downloaded derive_more v0.99.17 |
1221 | 2024-01-05T08:43:47.278Z | Downloaded snafu v0.7.5 |
1222 | 2024-01-05T08:43:47.278Z | Downloaded oso-derive v0.27.0 |
1223 | 2024-01-05T08:43:47.278Z | Downloaded headers-core v0.2.0 |
1224 | 2024-01-05T08:43:47.278Z | Downloaded doc-comment v0.3.3 |
1225 | 2024-01-05T08:43:47.278Z | Downloaded serde_tokenstream v0.1.7 |
1226 | 2024-01-05T08:43:47.278Z | Downloaded poly1305 v0.8.0 |
1227 | 2024-01-05T08:43:47.279Z | Downloaded env_logger v0.10.0 |
1228 | 2024-01-05T08:43:47.279Z | Downloaded datatest-stable v0.2.3 |
1229 | 2024-01-05T08:43:47.279Z | Downloaded parking_lot_core v0.8.6 |
1230 | 2024-01-05T08:43:47.279Z | Downloaded tokio-tungstenite v0.20.1 |
1231 | 2024-01-05T08:43:47.279Z | Downloaded tempfile v3.8.1 |
1232 | 2024-01-05T08:43:47.279Z | Downloaded salty v0.2.0 |
1233 | 2024-01-05T08:43:47.279Z | Downloaded guppy-workspace-hack v0.1.0 |
1234 | 2024-01-05T08:43:47.279Z | Downloaded darling_core v0.20.3 |
1235 | 2024-01-05T08:43:47.279Z | Downloaded structmeta v0.2.0 |
1236 | 2024-01-05T08:43:47.279Z | Downloaded stringprep v0.1.3 |
1237 | 2024-01-05T08:43:47.279Z | Downloaded slog-json v2.6.1 |
1238 | 2024-01-05T08:43:47.280Z | Downloaded slog-envlogger v2.2.0 |
1239 | 2024-01-05T08:43:47.280Z | Downloaded slog-bunyan v2.4.0 |
1240 | 2024-01-05T08:43:47.280Z | Downloaded slog-async v2.8.0 |
1241 | 2024-01-05T08:43:47.281Z | Downloaded signature v2.1.0 |
1242 | 2024-01-05T08:43:47.281Z | Downloaded serde_urlencoded v0.7.1 |
1243 | 2024-01-05T08:43:47.281Z | Downloaded serde_tokenstream v0.2.0 |
1244 | 2024-01-05T08:43:47.282Z | Downloaded predicates v3.0.4 |
1245 | 2024-01-05T08:43:47.282Z | Downloaded strum_macros v0.25.2 |
1246 | 2024-01-05T08:43:47.282Z | Downloaded sha1 v0.10.6 |
1247 | 2024-01-05T08:43:47.282Z | Downloaded derive-where v1.2.7 |
1248 | 2024-01-05T08:43:47.282Z | Downloaded getopts v0.2.21 |
1249 | 2024-01-05T08:43:47.282Z | Downloaded unicase v2.7.0 |
1250 | 2024-01-05T08:43:47.282Z | Downloaded partial-io v0.5.4 |
1251 | 2024-01-05T08:43:47.282Z | Downloaded parking_lot_core v0.9.8 |
1252 | 2024-01-05T08:43:47.282Z | Downloaded derive_builder_core v0.12.0 |
1253 | 2024-01-05T08:43:47.282Z | Downloaded derive_builder v0.12.0 |
1254 | 2024-01-05T08:43:47.282Z | Downloaded base64 v0.21.5 |
1255 | 2024-01-05T08:43:47.282Z | Downloaded pin-project-internal v1.1.3 |
1256 | 2024-01-05T08:43:47.282Z | Downloaded num-traits v0.2.16 |
1257 | 2024-01-05T08:43:47.283Z | Downloaded data-encoding v2.4.0 |
1258 | 2024-01-05T08:43:47.283Z | Downloaded crossbeam-channel v0.5.8 |
1259 | 2024-01-05T08:43:47.283Z | Downloaded string_cache v0.8.7 |
1260 | 2024-01-05T08:43:47.283Z | Downloaded indicatif v0.17.7 |
1261 | 2024-01-05T08:43:47.283Z | Downloaded predicates-core v1.0.6 |
1262 | 2024-01-05T08:43:47.283Z | Downloaded chacha20poly1305 v0.10.1 |
1263 | 2024-01-05T08:43:47.283Z | Downloaded backtrace v0.3.69 |
1264 | 2024-01-05T08:43:47.283Z | Downloaded tinyvec v1.6.0 |
1265 | 2024-01-05T08:43:47.283Z | Downloaded test-strategy v0.3.1 |
1266 | 2024-01-05T08:43:47.283Z | Downloaded owo-colors v3.5.0 |
1267 | 2024-01-05T08:43:47.283Z | Downloaded highway v1.1.0 |
1268 | 2024-01-05T08:43:47.283Z | Downloaded dirs-sys-next v0.1.2 |
1269 | 2024-01-05T08:43:47.284Z | Downloaded num-complex v0.4.4 |
1270 | 2024-01-05T08:43:47.284Z | Downloaded universal-hash v0.5.1 |
1271 | 2024-01-05T08:43:47.284Z | Downloaded plotters-svg v0.3.5 |
1272 | 2024-01-05T08:43:47.284Z | Downloaded cc v1.0.83 |
1273 | 2024-01-05T08:43:47.284Z | Downloaded home v0.5.5 |
1274 | 2024-01-05T08:43:47.284Z | Downloaded foreign-types-macros v0.2.3 |
1275 | 2024-01-05T08:43:47.284Z | Downloaded textwrap v0.11.0 |
1276 | 2024-01-05T08:43:47.284Z | Downloaded serde_with_macros v3.4.0 |
1277 | 2024-01-05T08:43:47.284Z | Downloaded mockall_derive v0.12.0 |
1278 | 2024-01-05T08:43:47.284Z | Downloaded unicode-width v0.1.11 |
1279 | 2024-01-05T08:43:47.284Z | Downloaded arc-swap v1.6.0 |
1280 | 2024-01-05T08:43:47.284Z | Downloaded mio v0.8.9 |
1281 | 2024-01-05T08:43:47.284Z | Downloaded signal-hook-mio v0.2.3 |
1282 | 2024-01-05T08:43:47.285Z | Downloaded pretty-hex v0.4.1 |
1283 | 2024-01-05T08:43:47.285Z | Downloaded pretty-hex v0.2.1 |
1284 | 2024-01-05T08:43:47.285Z | Downloaded packed_struct v0.10.1 |
1285 | 2024-01-05T08:43:47.285Z | Downloaded dtrace-parser v0.1.14 |
1286 | 2024-01-05T08:43:47.285Z | Downloaded bytes v1.5.0 |
1287 | 2024-01-05T08:43:47.285Z | Downloaded dirs-next v2.0.0 |
1288 | 2024-01-05T08:43:47.285Z | Downloaded base64ct v1.6.0 |
1289 | 2024-01-05T08:43:47.287Z | Downloaded basic-toml v0.1.4 |
1290 | 2024-01-05T08:43:47.287Z | Downloaded hmac v0.12.1 |
1291 | 2024-01-05T08:43:47.287Z | Downloaded defmt-macros v0.3.6 |
1292 | 2024-01-05T08:43:47.287Z | Downloaded zeroize_derive v1.4.2 |
1293 | 2024-01-05T08:43:47.287Z | Downloaded yansi v0.5.1 |
1294 | 2024-01-05T08:43:47.287Z | Downloaded nu-ansi-term v0.49.0 |
1295 | 2024-01-05T08:43:47.287Z | Downloaded pin-utils v0.1.0 |
1296 | 2024-01-05T08:43:47.287Z | Downloaded vte v0.10.1 |
1297 | 2024-01-05T08:43:47.287Z | Downloaded tinytemplate v1.2.1 |
1298 | 2024-01-05T08:43:47.287Z | Downloaded term v0.7.0 |
1299 | 2024-01-05T08:43:47.288Z | Downloaded newtype_derive v0.1.6 |
1300 | 2024-01-05T08:43:47.288Z | Downloaded bitflags v2.4.0 |
1301 | 2024-01-05T08:43:47.288Z | Downloaded strum_macros v0.24.3 |
1302 | 2024-01-05T08:43:47.288Z | Downloaded rand_xorshift v0.3.0 |
1303 | 2024-01-05T08:43:47.288Z | Downloaded hex v0.4.3 |
1304 | 2024-01-05T08:43:47.288Z | Downloaded ed25519 v1.5.3 |
1305 | 2024-01-05T08:43:47.288Z | Downloaded dyn-clone v1.0.13 |
1306 | 2024-01-05T08:43:47.288Z | Downloaded dof v0.1.5 |
1307 | 2024-01-05T08:43:47.288Z | Downloaded deranged v0.3.8 |
1308 | 2024-01-05T08:43:47.288Z | Downloaded untrusted v0.9.0 |
1309 | 2024-01-05T08:43:47.288Z | Downloaded unicode-xid v0.2.4 |
1310 | 2024-01-05T08:43:47.288Z | Downloaded console v0.15.7 |
1311 | 2024-01-05T08:43:47.288Z | Downloaded clang-sys v1.6.1 |
1312 | 2024-01-05T08:43:47.289Z | Downloaded foreign-types-shared v0.1.1 |
1313 | 2024-01-05T08:43:47.289Z | Downloaded tabled v0.14.0 |
1314 | 2024-01-05T08:43:47.289Z | Downloaded siphasher v0.3.11 |
1315 | 2024-01-05T08:43:47.297Z | Downloaded semver-parser v0.10.2 |
1316 | 2024-01-05T08:43:47.297Z | Downloaded num-rational v0.4.1 |
1317 | 2024-01-05T08:43:47.297Z | Downloaded minimal-lexical v0.2.1 |
1318 | 2024-01-05T08:43:47.297Z | Downloaded libefi-sys v0.1.0 |
1319 | 2024-01-05T08:43:47.297Z | Downloaded omicron-zone-package v0.9.1 |
1320 | 2024-01-05T08:43:47.297Z | Downloaded unicode-linebreak v0.1.5 |
1321 | 2024-01-05T08:43:47.297Z | Downloaded hostname v0.3.1 |
1322 | 2024-01-05T08:43:47.297Z | Downloaded num-derive v0.4.0 |
1323 | 2024-01-05T08:43:47.298Z | Downloaded ipnet v2.8.0 |
1324 | 2024-01-05T08:43:47.298Z | Downloaded blake2 v0.10.6 |
1325 | 2024-01-05T08:43:47.298Z | Downloaded phf_shared v0.11.2 |
1326 | 2024-01-05T08:43:47.298Z | Downloaded http-body v0.4.5 |
1327 | 2024-01-05T08:43:47.298Z | Downloaded wait-timeout v0.2.0 |
1328 | 2024-01-05T08:43:47.298Z | Downloaded serde_plain v1.0.2 |
1329 | 2024-01-05T08:43:47.298Z | Downloaded native-tls v0.2.11 |
1330 | 2024-01-05T08:43:47.298Z | Downloaded mockall v0.12.0 |
1331 | 2024-01-05T08:43:47.298Z | Downloaded lock_api v0.4.10 |
1332 | 2024-01-05T08:43:47.308Z | Downloaded httparse v1.8.0 |
1333 | 2024-01-05T08:43:47.308Z | Downloaded crc v3.0.1 |
1334 | 2024-01-05T08:43:47.309Z | Downloaded ff v0.13.0 |
1335 | 2024-01-05T08:43:47.309Z | Downloaded digest v0.10.7 |
1336 | 2024-01-05T08:43:47.322Z | Downloaded tiny-keccak v2.0.2 |
1337 | 2024-01-05T08:43:47.322Z | Downloaded num_enum v0.5.11 |
1338 | 2024-01-05T08:43:47.346Z | Downloaded addr2line v0.21.0 |
1339 | 2024-01-05T08:43:47.346Z | Downloaded sqlformat v0.2.3 |
1340 | 2024-01-05T08:43:47.346Z | Downloaded lalrpop-util v0.19.12 |
1341 | 2024-01-05T08:43:47.346Z | Downloaded corncobs v0.1.3 |
1342 | 2024-01-05T08:43:47.779Z | Downloaded cookie v0.18.0 |
1343 | 2024-01-05T08:43:47.780Z | Downloaded display-error-chain v0.2.0 |
1344 | 2024-01-05T08:43:47.780Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1345 | 2024-01-05T08:43:47.780Z | Downloaded argon2 v0.5.2 |
1346 | 2024-01-05T08:43:47.780Z | Downloaded tokio-macros v2.2.0 |
1347 | 2024-01-05T08:43:47.780Z | Downloaded serde_repr v0.1.16 |
1348 | 2024-01-05T08:43:47.780Z | Downloaded hyper-rustls v0.24.2 |
1349 | 2024-01-05T08:43:47.780Z | Downloaded httptest v0.15.5 |
1350 | 2024-01-05T08:43:47.780Z | Downloaded constant_time_eq v0.2.6 |
1351 | 2024-01-05T08:43:47.780Z | Downloaded lru-cache v0.1.2 |
1352 | 2024-01-05T08:43:47.780Z | Downloaded criterion-plot v0.5.0 |
1353 | 2024-01-05T08:43:47.780Z | Downloaded block-padding v0.3.3 |
1354 | 2024-01-05T08:43:47.780Z | Downloaded crossbeam v0.8.2 |
1355 | 2024-01-05T08:43:47.780Z | Downloaded bytecount v0.6.3 |
1356 | 2024-01-05T08:43:47.780Z | Downloaded arrayvec v0.7.4 |
1357 | 2024-01-05T08:43:47.781Z | Downloaded strsim v0.8.0 |
1358 | 2024-01-05T08:43:47.781Z | Downloaded oorandom v11.1.3 |
1359 | 2024-01-05T08:43:47.781Z | Downloaded num_enum_derive v0.5.11 |
1360 | 2024-01-05T08:43:47.781Z | Downloaded itertools v0.11.0 |
1361 | 2024-01-05T08:43:47.781Z | Downloaded constant_time_eq v0.3.0 |
1362 | 2024-01-05T08:43:47.781Z | Downloaded colored v2.0.4 |
1363 | 2024-01-05T08:43:47.781Z | Downloaded cfg-if v1.0.0 |
1364 | 2024-01-05T08:43:47.782Z | Downloaded crypto-common v0.1.6 |
1365 | 2024-01-05T08:43:47.782Z | Downloaded derive_builder_macro v0.12.0 |
1366 | 2024-01-05T08:43:47.782Z | Downloaded darling v0.14.4 |
1367 | 2024-01-05T08:43:47.782Z | Downloaded blake2b_simd v1.0.1 |
1368 | 2024-01-05T08:43:47.782Z | Downloaded ahash v0.8.6 |
1369 | 2024-01-05T08:43:47.782Z | Downloaded assert_cmd v2.0.12 |
1370 | 2024-01-05T08:43:47.782Z | Downloaded smallvec v0.6.14 |
1371 | 2024-01-05T08:43:47.783Z | Downloaded lazy_static v1.4.0 |
1372 | 2024-01-05T08:43:47.783Z | Downloaded ciborium v0.2.1 |
1373 | 2024-01-05T08:43:47.783Z | Downloaded async-recursion v1.0.5 |
1374 | 2024-01-05T08:43:47.783Z | Downloaded bitfield v0.14.0 |
1375 | 2024-01-05T08:43:47.783Z | Downloaded darling_macro v0.14.4 |
1376 | 2024-01-05T08:43:47.783Z | Downloaded vte_generate_state_changes v0.1.1 |
1377 | 2024-01-05T08:43:47.783Z | Downloaded serde-big-array v0.4.1 |
1378 | 2024-01-05T08:43:47.783Z | Downloaded openssl-macros v0.1.1 |
1379 | 2024-01-05T08:43:47.783Z | Downloaded arrayvec v0.5.2 |
1380 | 2024-01-05T08:43:47.783Z | Downloaded backoff v0.4.0 |
1381 | 2024-01-05T08:43:47.783Z | Downloaded async-trait v0.1.77 |
1382 | 2024-01-05T08:43:47.783Z | Downloaded openssl-probe v0.1.5 |
1383 | 2024-01-05T08:43:47.783Z | Downloaded num_threads v0.1.6 |
1384 | 2024-01-05T08:43:47.783Z | Downloaded linear-map v1.2.0 |
1385 | 2024-01-05T08:43:47.783Z | Downloaded cast v0.3.0 |
1386 | 2024-01-05T08:43:47.784Z | Downloaded tinyvec_macros v0.1.1 |
1387 | 2024-01-05T08:43:47.784Z | Downloaded time-core v0.1.1 |
1388 | 2024-01-05T08:43:47.784Z | Downloaded take_mut v0.2.2 |
1389 | 2024-01-05T08:43:47.784Z | Downloaded strum v0.25.0 |
1390 | 2024-01-05T08:43:47.784Z | Downloaded num-iter v0.1.43 |
1391 | 2024-01-05T08:43:47.784Z | Downloaded num-integer v0.1.45 |
1392 | 2024-01-05T08:43:47.785Z | Downloaded nodrop v0.1.14 |
1393 | 2024-01-05T08:43:47.785Z | Downloaded nested v0.1.1 |
1394 | 2024-01-05T08:43:47.786Z | Downloaded nanorand v0.7.0 |
1395 | 2024-01-05T08:43:47.786Z | Downloaded crossbeam-queue v0.3.8 |
1396 | 2024-01-05T08:43:47.786Z | Downloaded crunchy v0.2.2 |
1397 | 2024-01-05T08:43:47.786Z | Downloaded ipnetwork v0.20.0 |
1398 | 2024-01-05T08:43:47.786Z | Downloaded const-oid v0.9.5 |
1399 | 2024-01-05T08:43:47.786Z | Downloaded camino-tempfile v1.1.1 |
1400 | 2024-01-05T08:43:47.786Z | Downloaded inout v0.1.3 |
1401 | 2024-01-05T08:43:47.786Z | Downloaded hyper-tls v0.5.0 |
1402 | 2024-01-05T08:43:47.786Z | Downloaded hubpack_derive v0.1.1 |
1403 | 2024-01-05T08:43:47.786Z | Downloaded httpdate v1.0.3 |
1404 | 2024-01-05T08:43:47.787Z | Downloaded cipher v0.4.4 |
1405 | 2024-01-05T08:43:47.787Z | Downloaded bytesize v1.3.0 |
1406 | 2024-01-05T08:43:47.787Z | Downloaded bcs v0.1.6 |
1407 | 2024-01-05T08:43:47.787Z | Downloaded is-terminal v0.4.9 |
1408 | 2024-01-05T08:43:47.787Z | Downloaded block-buffer v0.10.4 |
1409 | 2024-01-05T08:43:47.787Z | Downloaded bb8 v0.8.1 |
1410 | 2024-01-05T08:43:47.787Z | Downloaded libm v0.2.7 |
1411 | 2024-01-05T08:43:47.787Z | Downloaded criterion v0.5.1 |
1412 | 2024-01-05T08:43:47.787Z | Downloaded convert_case v0.4.0 |
1413 | 2024-01-05T08:43:47.788Z | Downloaded number_prefix v0.4.0 |
1414 | 2024-01-05T08:43:47.788Z | Downloaded normalize-line-endings v0.3.0 |
1415 | 2024-01-05T08:43:47.788Z | Downloaded cpufeatures v0.2.9 |
1416 | 2024-01-05T08:43:47.788Z | Downloaded async-stream v0.3.5 |
1417 | 2024-01-05T08:43:47.788Z | Downloaded ascii-canvas v3.0.0 |
1418 | 2024-01-05T08:43:47.788Z | Downloaded autocfg v1.1.0 |
1419 | 2024-01-05T08:43:47.788Z | Downloaded ansi_term v0.12.1 |
1420 | 2024-01-05T08:43:47.788Z | Downloaded arrayref v0.3.7 |
1421 | 2024-01-05T08:43:47.788Z | Downloaded atomic-waker v1.1.1 |
1422 | 2024-01-05T08:43:47.788Z | Downloaded base16ct v0.2.0 |
1423 | 2024-01-05T08:43:47.788Z | Downloaded array-init v0.0.4 |
1424 | 2024-01-05T08:43:47.789Z | Downloaded assert_matches v1.5.0 |
1425 | 2024-01-05T08:43:47.789Z | Downloaded approx v0.5.1 |
1426 | 2024-01-05T08:43:47.789Z | Downloaded match_cfg v0.1.0 |
1427 | 2024-01-05T08:43:47.790Z | Downloaded humantime v2.1.0 |
1428 | 2024-01-05T08:43:47.790Z | Downloaded cobs v0.2.3 |
1429 | 2024-01-05T08:43:47.790Z | Downloaded atty v0.2.14 |
1430 | 2024-01-05T08:43:47.790Z | Downloaded anes v0.1.6 |
1431 | 2024-01-05T08:43:47.790Z | Downloaded aead v0.5.2 |
1432 | 2024-01-05T08:43:47.790Z | Downloaded snafu-derive v0.7.5 |
1433 | 2024-01-05T08:43:47.790Z | Downloaded instant v0.1.12 |
1434 | 2024-01-05T08:43:47.790Z | Downloaded indoc v2.0.3 |
1435 | 2024-01-05T08:43:47.790Z | Downloaded async-stream-impl v0.3.5 |
1436 | 2024-01-05T08:43:47.790Z | Downloaded num-bigint v0.4.4 |
1437 | 2024-01-05T08:43:47.791Z | Downloaded macaddr v1.0.1 |
1438 | 2024-01-05T08:43:47.791Z | Downloaded hyper-staticfile v0.9.5 |
1439 | 2024-01-05T08:43:47.791Z | Downloaded hubpack v0.1.2 |
1440 | 2024-01-05T08:43:47.791Z | Downloaded crossbeam-utils v0.8.16 |
1441 | 2024-01-05T08:43:47.791Z | Downloaded num_cpus v1.16.0 |
1442 | 2024-01-05T08:43:47.801Z | Downloaded strip-ansi-escapes v0.1.1 |
1443 | 2024-01-05T08:43:47.801Z | Downloaded olpc-cjson v0.1.3 |
1444 | 2024-01-05T08:43:47.801Z | Downloaded nibble_vec v0.1.0 |
1445 | 2024-01-05T08:43:47.801Z | Downloaded maybe-uninit v2.0.0 |
1446 | 2024-01-05T08:43:47.802Z | Downloaded linked-hash-map v0.5.6 |
1447 | 2024-01-05T08:43:47.802Z | Downloaded cassowary v0.3.0 |
1448 | 2024-01-05T08:43:47.802Z | Downloaded crypto-bigint v0.5.2 |
1449 | 2024-01-05T08:43:47.802Z | Downloaded crucible-workspace-hack v0.1.0 |
1450 | 2024-01-05T08:43:47.802Z | Downloaded byteorder v1.5.0 |
1451 | 2024-01-05T08:43:47.802Z | Downloaded buf-list v1.0.3 |
1452 | 2024-01-05T08:43:47.802Z | Downloaded is_ci v1.1.1 |
1453 | 2024-01-05T08:43:47.802Z | Downloaded md-5 v0.10.5 |
1454 | 2024-01-05T08:43:47.802Z | Downloaded log v0.4.20 |
1455 | 2024-01-05T08:43:47.802Z | Downloaded impl-trait-for-tuples v0.2.2 |
1456 | 2024-01-05T08:43:47.802Z | Downloaded cancel-safe-futures v0.1.5 |
1457 | 2024-01-05T08:43:47.802Z | Downloaded crc-catalog v2.2.0 |
1458 | 2024-01-05T08:43:47.802Z | Downloaded cfg-expr v0.15.5 |
1459 | 2024-01-05T08:43:47.802Z | Downloaded bzip2 v0.4.4 |
1460 | 2024-01-05T08:43:47.802Z | Downloaded mime v0.3.17 |
1461 | 2024-01-05T08:43:47.802Z | Downloaded memoffset v0.9.0 |
1462 | 2024-01-05T08:43:47.802Z | Downloaded maplit v1.0.2 |
1463 | 2024-01-05T08:43:47.802Z | Downloaded managed v0.8.0 |
1464 | 2024-01-05T08:43:47.802Z | Downloaded libsw v3.3.1 |
1465 | 2024-01-05T08:43:47.802Z | Downloaded cstr-argument v0.1.2 |
1466 | 2024-01-05T08:43:47.802Z | Downloaded matches v0.1.10 |
1467 | 2024-01-05T08:43:47.802Z | Downloaded kstat-rs v0.2.3 |
1468 | 2024-01-05T08:43:47.802Z | Downloaded indoc v1.0.9 |
1469 | 2024-01-05T08:43:47.802Z | Downloaded indexmap v1.9.3 |
1470 | 2024-01-05T08:43:48.310Z | Compiling serde v1.0.193 |
1471 | 2024-01-05T08:43:48.310Z | Compiling autocfg v1.1.0 |
1472 | 2024-01-05T08:43:48.321Z | Checking cfg-if v1.0.0 |
1473 | 2024-01-05T08:43:48.322Z | Compiling version_check v0.9.4 |
1474 | 2024-01-05T08:43:48.323Z | Compiling syn v1.0.109 |
1475 | 2024-01-05T08:43:48.351Z | Checking libc v0.2.151 |
1476 | 2024-01-05T08:43:48.364Z | Compiling syn v2.0.46 |
1477 | 2024-01-05T08:43:48.436Z | Compiling parking_lot_core v0.9.8 |
1478 | 2024-01-05T08:43:48.482Z | Compiling libm v0.2.7 |
1479 | 2024-01-05T08:43:48.984Z | Compiling cc v1.0.83 |
1480 | 2024-01-05T08:43:49.099Z | Compiling once_cell v1.19.0 |
1481 | 2024-01-05T08:43:49.135Z | Compiling serde_json v1.0.108 |
1482 | 2024-01-05T08:43:49.542Z | Compiling memchr v2.6.3 |
1483 | 2024-01-05T08:43:49.629Z | Compiling lock_api v0.4.10 |
1484 | 2024-01-05T08:43:49.632Z | Compiling num-traits v0.2.16 |
1485 | 2024-01-05T08:43:49.704Z | Compiling typenum v1.16.0 |
1486 | 2024-01-05T08:43:50.255Z | Checking getrandom v0.2.10 |
1487 | 2024-01-05T08:43:50.284Z | Compiling generic-array v0.14.7 |
1488 | 2024-01-05T08:43:50.704Z | Compiling slab v0.4.9 |
1489 | 2024-01-05T08:43:51.405Z | Checking scopeguard v1.2.0 |
1490 | 2024-01-05T08:43:51.573Z | Checking log v0.4.20 |
1491 | 2024-01-05T08:43:51.849Z | Compiling pkg-config v0.3.27 |
1492 | 2024-01-05T08:43:52.759Z | Checking smallvec v1.11.2 |
1493 | 2024-01-05T08:43:52.968Z | Compiling byteorder v1.5.0 |
1494 | 2024-01-05T08:43:53.089Z | Checking itoa v1.0.9 |
1495 | 2024-01-05T08:43:53.392Z | Compiling rustix v0.38.25 |
1496 | 2024-01-05T08:43:53.474Z | Compiling indexmap v1.9.3 |
1497 | 2024-01-05T08:43:53.724Z | Compiling schemars v0.8.16 |
1498 | 2024-01-05T08:43:53.910Z | Compiling vcpkg v0.2.15 |
1499 | 2024-01-05T08:43:54.126Z | Compiling fnv v1.0.7 |
1500 | 2024-01-05T08:43:54.223Z | Compiling httparse v1.8.0 |
1501 | 2024-01-05T08:43:54.244Z | Checking rand_core v0.6.4 |
1502 | 2024-01-05T08:43:54.666Z | Compiling ring v0.17.7 |
1503 | 2024-01-05T08:43:54.866Z | Compiling ring v0.16.20 |
1504 | 2024-01-05T08:43:55.627Z | Compiling aho-corasick v1.0.4 |
1505 | 2024-01-05T08:43:56.694Z | Compiling regex-syntax v0.8.2 |
1506 | 2024-01-05T08:43:57.632Z | Compiling openssl-sys v0.9.96 |
1507 | 2024-01-05T08:43:59.795Z | Checking parking_lot v0.12.1 |
1508 | 2024-01-05T08:44:00.058Z | Compiling ahash v0.8.6 |
1509 | 2024-01-05T08:44:00.592Z | Compiling serde_derive_internals v0.26.0 |
1510 | 2024-01-05T08:44:02.098Z | Compiling regex-automata v0.4.3 |
1511 | 2024-01-05T08:44:02.955Z | Checking pin-project-lite v0.2.13 |
1512 | 2024-01-05T08:44:03.113Z | Compiling openssl v0.10.60 |
1513 | 2024-01-05T08:44:03.719Z | Checking signal-hook-registry v1.4.1 |
1514 | 2024-01-05T08:44:04.071Z | Checking mio v0.8.9 |
1515 | 2024-01-05T08:44:04.089Z | Checking spin v0.5.2 |
1516 | 2024-01-05T08:44:04.375Z | Compiling rustls v0.21.9 |
1517 | 2024-01-05T08:44:04.777Z | Compiling ucd-trie v0.1.6 |
1518 | 2024-01-05T08:44:05.195Z | Compiling iana-time-zone v0.1.57 |
1519 | 2024-01-05T08:44:05.265Z | Compiling native-tls v0.2.11 |
1520 | 2024-01-05T08:44:05.649Z | Checking futures-core v0.3.30 |
1521 | 2024-01-05T08:44:05.766Z | Compiling async-trait v0.1.77 |
1522 | 2024-01-05T08:44:05.825Z | Checking num_cpus v1.16.0 |
1523 | 2024-01-05T08:44:05.903Z | Checking ryu v1.0.15 |
1524 | 2024-01-05T08:44:05.971Z | Compiling unicode-xid v0.2.4 |
1525 | 2024-01-05T08:44:06.208Z | Compiling dyn-clone v1.0.13 |
1526 | 2024-01-05T08:44:06.242Z | Compiling backtrace v0.3.69 |
1527 | 2024-01-05T08:44:06.506Z | Checking socket2 v0.5.5 |
1528 | 2024-01-05T08:44:07.402Z | Compiling futures-sink v0.3.30 |
1529 | 2024-01-05T08:44:07.654Z | Compiling errno v0.3.2 |
1530 | 2024-01-05T08:44:07.816Z | Compiling crc32fast v1.3.2 |
1531 | 2024-01-05T08:44:07.955Z | Compiling tinyvec_macros v0.1.1 |
1532 | 2024-01-05T08:44:08.072Z | Compiling crossbeam-utils v0.8.16 |
1533 | 2024-01-05T08:44:08.106Z | Compiling tinyvec v1.6.0 |
1534 | 2024-01-05T08:44:08.177Z | Compiling futures-channel v0.3.30 |
1535 | 2024-01-05T08:44:08.671Z | Compiling futures-io v0.3.30 |
1536 | 2024-01-05T08:44:08.847Z | Compiling regex v1.10.2 |
1537 | 2024-01-05T08:44:08.861Z | Compiling anyhow v1.0.75 |
1538 | 2024-01-05T08:44:09.117Z | Compiling futures-task v0.3.30 |
1539 | 2024-01-05T08:44:09.393Z | Compiling pin-utils v0.1.0 |
1540 | 2024-01-05T08:44:09.511Z | Compiling spin v0.9.8 |
1541 | 2024-01-05T08:44:09.884Z | Compiling tracing-core v0.1.31 |
1542 | 2024-01-05T08:44:10.099Z | Compiling unicode-bidi v0.3.13 |
1543 | 2024-01-05T08:44:10.623Z | Compiling unicode-normalization v0.1.22 |
1544 | 2024-01-05T08:44:11.827Z | Compiling num-integer v0.1.45 |
1545 | 2024-01-05T08:44:12.241Z | Compiling slog v2.7.0 |
1546 | 2024-01-05T08:44:12.304Z | Compiling synstructure v0.12.6 |
1547 | 2024-01-05T08:44:12.414Z | Compiling lazy_static v1.4.0 |
1548 | 2024-01-05T08:44:12.630Z | Compiling serde_derive v1.0.193 |
1549 | 2024-01-05T08:44:12.641Z | Compiling zeroize_derive v1.4.2 |
1550 | 2024-01-05T08:44:12.745Z | Compiling thiserror-impl v1.0.49 |
1551 | 2024-01-05T08:44:12.977Z | Compiling tokio-macros v2.2.0 |
1552 | 2024-01-05T08:44:13.081Z | Compiling futures-macro v0.3.30 |
1553 | 2024-01-05T08:44:13.681Z | Compiling tracing-attributes v0.1.26 |
1554 | 2024-01-05T08:44:15.303Z | Compiling schemars_derive v0.8.16 |
1555 | 2024-01-05T08:44:15.343Z | Compiling zerocopy-derive v0.7.31 |
1556 | 2024-01-05T08:44:15.772Z | Checking zeroize v1.7.0 |
1557 | 2024-01-05T08:44:16.169Z | Compiling openssl-macros v0.1.1 |
1558 | 2024-01-05T08:44:17.885Z | Compiling futures-util v0.3.30 |
1559 | 2024-01-05T08:44:18.234Z | Compiling thiserror v1.0.49 |
1560 | 2024-01-05T08:44:18.414Z | Compiling pest v2.7.2 |
1561 | 2024-01-05T08:44:19.293Z | Compiling zerocopy v0.7.31 |
1562 | 2024-01-05T08:44:20.262Z | Compiling der_derive v0.7.2 |
1563 | 2024-01-05T08:44:20.278Z | Compiling tracing v0.1.37 |
1564 | 2024-01-05T08:44:21.200Z | Compiling base64 v0.21.5 |
1565 | 2024-01-05T08:44:21.347Z | Checking subtle v2.5.0 |
1566 | 2024-01-05T08:44:21.718Z | Compiling unicode-width v0.1.11 |
1567 | 2024-01-05T08:44:21.980Z | Compiling zerocopy-derive v0.2.0 |
1568 | 2024-01-05T08:44:22.417Z | Compiling pest_meta v2.7.2 |
1569 | 2024-01-05T08:44:22.943Z | Compiling hashbrown v0.13.2 |
1570 | 2024-01-05T08:44:23.083Z | Compiling untrusted v0.7.1 |
1571 | 2024-01-05T08:44:23.368Z | Compiling rustversion v1.0.14 |
1572 | 2024-01-05T08:44:23.516Z | Compiling untrusted v0.9.0 |
1573 | 2024-01-05T08:44:23.767Z | Compiling openssl-probe v0.1.5 |
1574 | 2024-01-05T08:44:24.262Z | Compiling percent-encoding v2.3.1 |
1575 | 2024-01-05T08:44:24.369Z | Compiling hashbrown v0.12.3 |
1576 | 2024-01-05T08:44:24.710Z | Compiling foreign-types-shared v0.1.1 |
1577 | 2024-01-05T08:44:24.753Z | Compiling time-core v0.1.1 |
1578 | 2024-01-05T08:44:24.816Z | Compiling pest_generator v2.7.2 |
1579 | 2024-01-05T08:44:24.846Z | Compiling foreign-types v0.3.2 |
1580 | 2024-01-05T08:44:24.992Z | Compiling time-macros v0.2.13 |
1581 | 2024-01-05T08:44:28.283Z | Compiling try-lock v0.2.4 |
1582 | 2024-01-05T08:44:28.492Z | Compiling want v0.3.1 |
1583 | 2024-01-05T08:44:28.891Z | Compiling sct v0.7.0 |
1584 | 2024-01-05T08:44:29.360Z | Compiling rustls-webpki v0.101.7 |
1585 | 2024-01-05T08:44:30.843Z | Compiling form_urlencoded v1.2.1 |
1586 | 2024-01-05T08:44:30.998Z | Compiling pest_derive v2.7.2 |
1587 | 2024-01-05T08:44:31.856Z | Compiling socket2 v0.4.9 |
1588 | 2024-01-05T08:44:32.323Z | Compiling either v1.9.0 |
1589 | 2024-01-05T08:44:32.449Z | Compiling httpdate v1.0.3 |
1590 | 2024-01-05T08:44:32.632Z | Compiling tower-service v0.3.2 |
1591 | 2024-01-05T08:44:32.634Z | Compiling const-oid v0.9.5 |
1592 | 2024-01-05T08:44:33.046Z | Compiling rustls-pemfile v1.0.3 |
1593 | 2024-01-05T08:44:33.135Z | Compiling idna v0.5.0 |
1594 | 2024-01-05T08:44:33.263Z | Compiling memoffset v0.9.0 |
1595 | 2024-01-05T08:44:33.580Z | Compiling usdt-impl v0.3.5 |
1596 | 2024-01-05T08:44:33.704Z | Compiling adler v1.0.2 |
1597 | 2024-01-05T08:44:34.030Z | Compiling miniz_oxide v0.7.1 |
1598 | 2024-01-05T08:44:34.435Z | Compiling rustls-native-certs v0.6.3 |
1599 | 2024-01-05T08:44:35.073Z | Compiling url v2.5.0 |
1600 | 2024-01-05T08:44:35.772Z | Compiling zerocopy v0.3.0 |
1601 | 2024-01-05T08:44:35.897Z | Checking bytes v1.5.0 |
1602 | 2024-01-05T08:44:35.969Z | Checking bitflags v2.4.0 |
1603 | 2024-01-05T08:44:36.682Z | Checking crypto-common v0.1.6 |
1604 | 2024-01-05T08:44:36.922Z | Compiling ipnet v2.8.0 |
1605 | 2024-01-05T08:44:37.109Z | Checking tokio v1.35.0 |
1606 | 2024-01-05T08:44:38.979Z | Compiling indexmap v2.1.0 |
1607 | 2024-01-05T08:44:39.071Z | Compiling semver v1.0.20 |
1608 | 2024-01-05T08:44:39.729Z | Compiling chrono v0.4.31 |
1609 | 2024-01-05T08:44:39.995Z | Compiling uuid v1.6.1 |
1610 | 2024-01-05T08:44:40.961Z | Compiling rustc_version v0.4.0 |
1611 | 2024-01-05T08:44:41.001Z | Compiling http v0.2.11 |
1612 | 2024-01-05T08:44:42.259Z | Compiling toml_datetime v0.6.5 |
1613 | 2024-01-05T08:44:42.611Z | Compiling serde_spanned v0.6.4 |
1614 | 2024-01-05T08:44:42.960Z | Compiling toml_edit v0.19.15 |
1615 | 2024-01-05T08:44:43.292Z | Compiling openapiv3 v2.0.0 |
1616 | 2024-01-05T08:44:46.180Z | Compiling http-body v0.4.5 |
1617 | 2024-01-05T08:44:46.777Z | Compiling heapless v0.7.16 |
1618 | 2024-01-05T08:44:47.929Z | Compiling serde_urlencoded v0.7.1 |
1619 | 2024-01-05T08:44:47.953Z | Compiling dof v0.1.5 |
1620 | 2024-01-05T08:44:48.141Z | Compiling dtrace-parser v0.1.14 |
1621 | 2024-01-05T08:44:49.038Z | Compiling zerocopy-derive v0.6.4 |
1622 | 2024-01-05T08:44:49.472Z | Compiling clap_derive v4.4.2 |
1623 | 2024-01-05T08:44:51.592Z | Compiling crossbeam-epoch v0.9.15 |
1624 | 2024-01-05T08:44:51.775Z | Compiling encoding_rs v0.8.33 |
1625 | 2024-01-05T08:44:51.798Z | Compiling thread-id v4.2.0 |
1626 | 2024-01-05T08:44:51.938Z | Compiling mime v0.3.17 |
1627 | 2024-01-05T08:44:52.281Z | Compiling webpki-roots v0.25.2 |
1628 | 2024-01-05T08:44:52.484Z | Compiling siphasher v0.3.11 |
1629 | 2024-01-05T08:44:52.762Z | Compiling gimli v0.28.0 |
1630 | 2024-01-05T08:44:53.101Z | Compiling serde_tokenstream v0.1.7 |
1631 | 2024-01-05T08:44:53.897Z | Compiling tokio-util v0.7.10 |
1632 | 2024-01-05T08:44:55.968Z | Compiling h2 v0.3.21 |
1633 | 2024-01-05T08:44:56.247Z | Compiling tokio-rustls v0.24.1 |
1634 | 2024-01-05T08:44:56.429Z | Compiling strum_macros v0.25.2 |
1635 | 2024-01-05T08:44:56.821Z | Compiling block-buffer v0.10.4 |
1636 | 2024-01-05T08:44:58.045Z | Compiling tokio-native-tls v0.3.1 |
1637 | 2024-01-05T08:44:58.433Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1638 | 2024-01-05T08:44:58.644Z | Compiling object v0.32.1 |
1639 | 2024-01-05T08:44:59.346Z | Compiling num-iter v0.1.43 |
1640 | 2024-01-05T08:44:59.791Z | Compiling addr2line v0.21.0 |
1641 | 2024-01-05T08:44:59.962Z | Compiling rustc-demangle v0.1.23 |
1642 | 2024-01-05T08:45:01.644Z | Compiling flate2 v1.0.28 |
1643 | 2024-01-05T08:45:01.818Z | Compiling digest v0.10.7 |
1644 | 2024-01-05T08:45:02.559Z | Compiling ppv-lite86 v0.2.17 |
1645 | 2024-01-05T08:45:02.573Z | Compiling doc-comment v0.3.3 |
1646 | 2024-01-05T08:45:03.196Z | Compiling usdt-macro v0.3.5 |
1647 | 2024-01-05T08:45:03.307Z | Compiling usdt-attr-macro v0.3.5 |
1648 | 2024-01-05T08:45:03.661Z | Compiling toml v0.7.8 |
1649 | 2024-01-05T08:45:03.785Z | Compiling rand_chacha v0.3.1 |
1650 | 2024-01-05T08:45:04.171Z | Compiling toml_edit v0.21.0 |
1651 | 2024-01-05T08:45:05.326Z | Compiling hex v0.4.3 |
1652 | 2024-01-05T08:45:05.779Z | Compiling pin-project-internal v1.1.3 |
1653 | 2024-01-05T08:45:06.497Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1654 | 2024-01-05T08:45:06.574Z | Compiling bit-vec v0.6.3 |
1655 | 2024-01-05T08:45:06.806Z | Checking bitflags v1.3.2 |
1656 | 2024-01-05T08:45:07.262Z | Compiling hyper v0.14.27 |
1657 | 2024-01-05T08:45:07.826Z | Compiling rand v0.8.5 |
1658 | 2024-01-05T08:45:08.019Z | Compiling phf_shared v0.10.0 |
1659 | 2024-01-05T08:45:09.166Z | Compiling num-bigint v0.4.4 |
1660 | 2024-01-05T08:45:09.820Z | Compiling new_debug_unreachable v1.0.4 |
1661 | 2024-01-05T08:45:10.453Z | Compiling smoltcp v0.9.1 |
1662 | 2024-01-05T08:45:11.116Z | Compiling fixedbitset v0.4.2 |
1663 | 2024-01-05T08:45:11.520Z | Compiling minimal-lexical v0.2.1 |
1664 | 2024-01-05T08:45:11.581Z | Compiling precomputed-hash v0.1.1 |
1665 | 2024-01-05T08:45:11.649Z | Compiling base64ct v1.6.0 |
1666 | 2024-01-05T08:45:11.728Z | Compiling string_cache v0.8.7 |
1667 | 2024-01-05T08:45:11.859Z | Compiling petgraph v0.6.4 |
1668 | 2024-01-05T08:45:12.304Z | Compiling nom v7.1.3 |
1669 | 2024-01-05T08:45:12.443Z | Compiling pem-rfc7468 v0.7.0 |
1670 | 2024-01-05T08:45:13.661Z | Compiling bit-set v0.5.3 |
1671 | 2024-01-05T08:45:13.682Z | Compiling hmac v0.12.1 |
1672 | 2024-01-05T08:45:14.065Z | Compiling itertools v0.10.5 |
1673 | 2024-01-05T08:45:14.797Z | Compiling hubpack_derive v0.1.1 |
1674 | 2024-01-05T08:45:15.092Z | Compiling enum-as-inner v0.5.1 |
1675 | 2024-01-05T08:45:15.248Z | Compiling diesel_table_macro_syntax v0.1.0 |
1676 | 2024-01-05T08:45:16.701Z | Compiling lalrpop-util v0.19.12 |
1677 | 2024-01-05T08:45:16.757Z | Compiling unicode-segmentation v1.10.1 |
1678 | 2024-01-05T08:45:16.969Z | Compiling flagset v0.4.3 |
1679 | 2024-01-05T08:45:17.219Z | Compiling der v0.7.8 |
1680 | 2024-01-05T08:45:17.728Z | Compiling diesel_derives v2.1.2 |
1681 | 2024-01-05T08:45:18.365Z | Compiling hyper-rustls v0.24.2 |
1682 | 2024-01-05T08:45:18.384Z | Compiling hyper-tls v0.5.0 |
1683 | 2024-01-05T08:45:18.451Z | Compiling snafu-derive v0.7.5 |
1684 | 2024-01-05T08:45:18.880Z | Compiling cpufeatures v0.2.9 |
1685 | 2024-01-05T08:45:19.017Z | Compiling reqwest v0.11.22 |
1686 | 2024-01-05T08:45:19.185Z | Compiling sha2 v0.10.8 |
1687 | 2024-01-05T08:45:19.451Z | Compiling rustix v0.37.23 |
1688 | 2024-01-05T08:45:19.625Z | Compiling md-5 v0.10.5 |
1689 | 2024-01-05T08:45:19.990Z | Compiling serde_repr v0.1.16 |
1690 | 2024-01-05T08:45:21.733Z | Compiling spki v0.7.2 |
1691 | 2024-01-05T08:45:22.277Z | Compiling stringprep v0.1.3 |
1692 | 2024-01-05T08:45:22.675Z | Compiling hash32 v0.2.1 |
1693 | 2024-01-05T08:45:23.229Z | Compiling stable_deref_trait v1.2.0 |
1694 | 2024-01-05T08:45:23.361Z | Compiling fallible-iterator v0.2.0 |
1695 | 2024-01-05T08:45:23.864Z | Compiling pkcs8 v0.10.2 |
1696 | 2024-01-05T08:45:24.038Z | Compiling terminal_size v0.2.6 |
1697 | 2024-01-05T08:45:24.470Z | Compiling postgres-protocol v0.6.6 |
1698 | 2024-01-05T08:45:24.733Z | Compiling phf_shared v0.11.2 |
1699 | 2024-01-05T08:45:25.286Z | Compiling ff v0.13.0 |
1700 | 2024-01-05T08:45:25.567Z | Compiling block-padding v0.3.3 |
1701 | 2024-01-05T08:45:25.651Z | Compiling scheduled-thread-pool v0.2.7 |
1702 | 2024-01-05T08:45:25.917Z | Compiling num_threads v0.1.6 |
1703 | 2024-01-05T08:45:25.961Z | Compiling regex-automata v0.1.10 |
1704 | 2024-01-05T08:45:26.081Z | Compiling matches v0.1.10 |
1705 | 2024-01-05T08:45:26.203Z | Compiling managed v0.8.0 |
1706 | 2024-01-05T08:45:26.580Z | Compiling base16ct v0.2.0 |
1707 | 2024-01-05T08:45:26.707Z | Compiling deranged v0.3.8 |
1708 | 2024-01-05T08:45:26.726Z | Compiling bstr v0.2.17 |
1709 | 2024-01-05T08:45:26.729Z | Compiling clap_builder v4.4.2 |
1710 | 2024-01-05T08:45:26.907Z | Compiling sec1 v0.7.3 |
1711 | 2024-01-05T08:45:27.770Z | Compiling idna v0.2.3 |
1712 | 2024-01-05T08:45:28.141Z | Compiling r2d2 v0.8.10 |
1713 | 2024-01-05T08:45:28.719Z | Compiling inout v0.1.3 |
1714 | 2024-01-05T08:45:29.128Z | Compiling postgres-types v0.2.6 |
1715 | 2024-01-05T08:45:29.151Z | Compiling group v0.13.0 |
1716 | 2024-01-05T08:45:29.604Z | Compiling time v0.3.27 |
1717 | 2024-01-05T08:45:29.658Z | Compiling phf v0.11.2 |
1718 | 2024-01-05T08:45:30.085Z | Compiling bzip2 v0.4.4 |
1719 | 2024-01-05T08:45:30.744Z | Compiling hubpack v0.1.2 |
1720 | 2024-01-05T08:45:30.758Z | Compiling hkdf v0.12.4 |
1721 | 2024-01-05T08:45:31.123Z | Compiling pin-project v1.1.3 |
1722 | 2024-01-05T08:45:31.530Z | Compiling zerocopy v0.6.4 |
1723 | 2024-01-05T08:45:31.722Z | Compiling ipnetwork v0.20.0 |
1724 | 2024-01-05T08:45:31.951Z | Compiling crypto-bigint v0.5.2 |
1725 | 2024-01-05T08:45:32.894Z | Compiling itertools v0.11.0 |
1726 | 2024-01-05T08:45:33.150Z | Compiling futures-executor v0.3.30 |
1727 | 2024-01-05T08:45:35.998Z | Compiling float-cmp v0.9.0 |
1728 | 2024-01-05T08:45:36.550Z | Compiling difflib v0.4.0 |
1729 | 2024-01-05T08:45:37.672Z | Compiling regex-automata v0.3.8 |
1730 | 2024-01-05T08:45:37.753Z | Compiling normalize-line-endings v0.3.0 |
1731 | 2024-01-05T08:45:37.915Z | Compiling whoami v1.4.1 |
1732 | 2024-01-05T08:45:38.616Z | Compiling static_assertions v1.1.0 |
1733 | 2024-01-05T08:45:38.747Z | Compiling data-encoding v2.4.0 |
1734 | 2024-01-05T08:45:38.882Z | Compiling predicates-core v1.0.6 |
1735 | 2024-01-05T08:45:39.194Z | Checking unicode-ident v1.0.12 |
1736 | 2024-01-05T08:45:39.436Z | Compiling predicates v3.0.4 |
1737 | 2024-01-05T08:45:39.457Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1738 | 2024-01-05T08:45:41.703Z | Compiling bstr v1.6.0 |
1739 | 2024-01-05T08:45:42.200Z | Compiling trust-dns-proto v0.22.0 |
1740 | 2024-01-05T08:45:42.767Z | Compiling tokio-postgres v0.7.10 |
1741 | 2024-01-05T08:45:43.395Z | Compiling yasna v0.5.2 |
1742 | 2024-01-05T08:45:44.246Z | Compiling elliptic-curve v0.13.8 |
1743 | 2024-01-05T08:45:44.264Z | Compiling futures v0.3.30 |
1744 | 2024-01-05T08:45:44.425Z | Compiling clap v4.4.3 |
1745 | 2024-01-05T08:45:44.582Z | Compiling snafu v0.7.5 |
1746 | 2024-01-05T08:45:44.762Z | Compiling diesel v2.1.4 |
1747 | 2024-01-05T08:45:45.522Z | Compiling zip v0.6.6 |
1748 | 2024-01-05T08:45:46.017Z | Compiling cipher v0.4.4 |
1749 | 2024-01-05T08:45:46.702Z | Compiling similar v2.3.0 |
1750 | 2024-01-05T08:45:47.334Z | Compiling usdt v0.3.5 |
1751 | 2024-01-05T08:45:47.804Z | Compiling tokio-stream v0.1.14 |
1752 | 2024-01-05T08:45:48.560Z | Compiling console v0.15.7 |
1753 | 2024-01-05T08:45:50.868Z | Checking equivalent v1.0.1 |
1754 | 2024-01-05T08:45:50.897Z | Checking hashbrown v0.14.2 |
1755 | 2024-01-05T08:45:51.037Z | Checking proc-macro2 v1.0.74 |
1756 | 2024-01-05T08:45:52.117Z | Checking quote v1.0.35 |
1757 | 2024-01-05T08:45:55.348Z | Checking utf8parse v0.2.1 |
1758 | 2024-01-05T08:45:57.208Z | Checking anstyle v1.0.2 |
1759 | 2024-01-05T08:45:58.989Z | Checking io-lifetimes v1.0.11 |
1760 | 2024-01-05T08:46:02.797Z | Checking anstyle-parse v0.2.1 |
1761 | 2024-01-05T08:46:06.178Z | Checking anstyle-query v1.0.0 |
1762 | 2024-01-05T08:46:06.197Z | Checking colorchoice v1.0.0 |
1763 | 2024-01-05T08:46:06.368Z | Checking anstream v0.5.0 |
1764 | 2024-01-05T08:46:07.003Z | Checking clap_lex v0.5.1 |
1765 | 2024-01-05T08:46:07.096Z | Checking strsim v0.10.0 |
1766 | 2024-01-05T08:46:08.443Z | Checking winnow v0.5.15 |
1767 | 2024-01-05T08:46:14.578Z | Compiling serde_tokenstream v0.2.0 |
1768 | 2024-01-05T08:46:18.686Z | Compiling regress v0.7.1 |
1769 | 2024-01-05T08:46:24.141Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1770 | 2024-01-05T08:46:32.649Z | Compiling getopts v0.2.21 |
1771 | 2024-01-05T08:46:32.833Z | Compiling unsafe-libyaml v0.2.10 |
1772 | 2024-01-05T08:46:34.189Z | Checking heck v0.4.1 |
1773 | 2024-01-05T08:46:34.472Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1774 | 2024-01-05T08:46:35.387Z | Compiling serde_yaml v0.9.25 |
1775 | 2024-01-05T08:46:36.028Z | Compiling ident_case v1.0.1 |
1776 | 2024-01-05T08:46:36.075Z | Checking fastrand v2.0.0 |
1777 | 2024-01-05T08:46:36.272Z | Checking match_cfg v0.1.0 |
1778 | 2024-01-05T08:46:36.393Z | Checking hostname v0.3.1 |
1779 | 2024-01-05T08:46:36.567Z | Checking tempfile v3.8.1 |
1780 | 2024-01-05T08:46:36.570Z | Checking camino v1.1.6 |
1781 | 2024-01-05T08:46:37.110Z | Checking atty v0.2.14 |
1782 | 2024-01-05T08:46:37.263Z | Compiling paste v1.0.14 |
1783 | 2024-01-05T08:46:37.472Z | Checking quick-error v1.2.3 |
1784 | 2024-01-05T08:46:37.501Z | Checking crossbeam-channel v0.5.8 |
1785 | 2024-01-05T08:46:37.659Z | Checking sha1 v0.10.6 |
1786 | 2024-01-05T08:46:38.064Z | Checking dirs-sys-next v0.1.2 |
1787 | 2024-01-05T08:46:38.301Z | Checking dirs-next v2.0.0 |
1788 | 2024-01-05T08:46:38.473Z | Checking thread_local v1.1.7 |
1789 | 2024-01-05T08:46:38.650Z | Checking instant v0.1.12 |
1790 | 2024-01-05T08:46:38.832Z | Compiling slog-async v2.8.0 |
1791 | 2024-01-05T08:46:38.889Z | Checking term v0.7.0 |
1792 | 2024-01-05T08:46:39.552Z | Compiling multer v2.1.0 |
1793 | 2024-01-05T08:46:39.618Z | Checking take_mut v0.2.2 |
1794 | 2024-01-05T08:46:39.812Z | Checking debug-ignore v1.0.5 |
1795 | 2024-01-05T08:46:40.008Z | Checking slog-term v2.9.0 |
1796 | 2024-01-05T08:46:40.068Z | Compiling darling_core v0.20.3 |
1797 | 2024-01-05T08:46:40.454Z | Checking slog-json v2.6.1 |
1798 | 2024-01-05T08:46:40.802Z | Compiling async-stream-impl v0.3.5 |
1799 | 2024-01-05T08:46:40.839Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1800 | 2024-01-05T08:46:41.285Z | Checking atomic-waker v1.1.1 |
1801 | 2024-01-05T08:46:41.450Z | Checking waitgroup v0.1.2 |
1802 | 2024-01-05T08:46:41.719Z | Checking slog-bunyan v2.4.0 |
1803 | 2024-01-05T08:46:42.312Z | Checking toml v0.8.8 |
1804 | 2024-01-05T08:46:42.516Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1805 | 2024-01-05T08:46:42.813Z | Checking serde_path_to_error v0.1.14 |
1806 | 2024-01-05T08:46:43.072Z | Checking async-stream v0.3.5 |
1807 | 2024-01-05T08:46:43.330Z | Checking strum v0.25.0 |
1808 | 2024-01-05T08:46:43.400Z | Compiling structmeta-derive v0.2.0 |
1809 | 2024-01-05T08:46:43.536Z | Checking wait-timeout v0.2.0 |
1810 | 2024-01-05T08:46:43.778Z | Checking rusty-fork v0.3.0 |
1811 | 2024-01-05T08:46:43.836Z | Checking rand_xorshift v0.3.0 |
1812 | 2024-01-05T08:46:44.062Z | Compiling regex-syntax v0.7.5 |
1813 | 2024-01-05T08:46:44.191Z | Checking unarray v0.1.4 |
1814 | 2024-01-05T08:46:44.404Z | Checking proptest v1.4.0 |
1815 | 2024-01-05T08:46:48.503Z | Compiling structmeta v0.2.0 |
1816 | 2024-01-05T08:46:49.135Z | Checking backoff v0.4.0 |
1817 | 2024-01-05T08:46:49.549Z | Compiling test-strategy v0.3.1 |
1818 | 2024-01-05T08:46:50.457Z | Compiling darling_macro v0.20.3 |
1819 | 2024-01-05T08:46:51.724Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1820 | 2024-01-05T08:46:51.935Z | Checking macaddr v1.0.1 |
1821 | 2024-01-05T08:46:52.119Z | Compiling darling v0.20.3 |
1822 | 2024-01-05T08:46:52.193Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1823 | 2024-01-05T08:46:52.292Z | Compiling serde_with_macros v3.4.0 |
1824 | 2024-01-05T08:46:52.348Z | Checking camino-tempfile v1.1.1 |
1825 | 2024-01-05T08:46:52.408Z | Checking is-terminal v0.4.9 |
1826 | 2024-01-05T08:46:52.560Z | Compiling proc-macro-error-attr v1.0.4 |
1827 | 2024-01-05T08:46:52.731Z | Compiling proc-macro-error v1.0.4 |
1828 | 2024-01-05T08:46:52.818Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1829 | 2024-01-05T08:46:53.354Z | Compiling proc-macro-crate v1.3.1 |
1830 | 2024-01-05T08:46:54.054Z | Checking termtree v0.4.1 |
1831 | 2024-01-05T08:46:54.356Z | Checking predicates-tree v1.0.9 |
1832 | 2024-01-05T08:46:54.535Z | Compiling smoltcp v0.10.0 |
1833 | 2024-01-05T08:46:54.758Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1834 | 2024-01-05T08:46:55.131Z | Compiling num_enum_derive v0.5.11 |
1835 | 2024-01-05T08:46:55.493Z | Compiling parse-display-derive v0.8.2 |
1836 | 2024-01-05T08:46:55.632Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1837 | 2024-01-05T08:46:55.772Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1838 | 2024-01-05T08:46:56.165Z | Checking cobs v0.2.3 |
1839 | 2024-01-05T08:46:56.185Z | Compiling crucible-workspace-hack v0.1.0 |
1840 | 2024-01-05T08:46:56.303Z | Checking embedded-io v0.4.0 |
1841 | 2024-01-05T08:46:56.585Z | Checking postcard v1.0.8 |
1842 | 2024-01-05T08:46:56.602Z | Compiling foreign-types-macros v0.2.3 |
1843 | 2024-01-05T08:46:56.773Z | Checking serde_with v3.4.0 |
1844 | 2024-01-05T08:46:57.672Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1845 | 2024-01-05T08:46:58.105Z | Checking foreign-types-shared v0.3.1 |
1846 | 2024-01-05T08:46:58.245Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1847 | 2024-01-05T08:46:58.443Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1848 | 2024-01-05T08:46:58.663Z | Checking foreign-types v0.5.0 |
1849 | 2024-01-05T08:46:59.094Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1850 | 2024-01-05T08:46:59.229Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1851 | 2024-01-05T08:46:59.654Z | Checking num_enum v0.5.11 |
1852 | 2024-01-05T08:46:59.853Z | Checking cstr-argument v0.1.2 |
1853 | 2024-01-05T08:47:00.095Z | Checking pretty-hex v0.2.1 |
1854 | 2024-01-05T08:47:00.314Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1855 | 2024-01-05T08:47:00.696Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1856 | 2024-01-05T08:47:00.715Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1857 | 2024-01-05T08:47:00.867Z | Checking colored v2.0.4 |
1858 | 2024-01-05T08:47:01.071Z | Compiling zone_cfg_derive v0.3.0 |
1859 | 2024-01-05T08:47:01.154Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1860 | 2024-01-05T08:47:01.272Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1861 | 2024-01-05T08:47:01.682Z | Compiling mockall_derive v0.12.0 |
1862 | 2024-01-05T08:47:02.728Z | Compiling num-derive v0.4.0 |
1863 | 2024-01-05T08:47:03.068Z | Checking parse-display v0.8.2 |
1864 | 2024-01-05T08:47:03.312Z | Checking fragile v2.0.0 |
1865 | 2024-01-05T08:47:03.414Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1866 | 2024-01-05T08:47:03.469Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1867 | 2024-01-05T08:47:03.679Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1868 | 2024-01-05T08:47:03.692Z | Checking downcast v0.11.0 |
1869 | 2024-01-05T08:47:03.991Z | Checking zone v0.3.0 |
1870 | 2024-01-05T08:47:04.181Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1871 | 2024-01-05T08:47:04.527Z | Checking smf v0.2.2 |
1872 | 2024-01-05T08:47:05.308Z | Checking xattr v1.0.1 |
1873 | 2024-01-05T08:47:05.754Z | Checking filetime v0.2.23 |
1874 | 2024-01-05T08:47:05.754Z | Checking pem v3.0.2 |
1875 | 2024-01-05T08:47:05.754Z | Checking tar v0.4.40 |
1876 | 2024-01-05T08:47:05.754Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1877 | 2024-01-05T08:47:05.865Z | Checking textwrap v0.11.0 |
1878 | 2024-01-05T08:47:06.108Z | Compiling heck v0.3.3 |
1879 | 2024-01-05T08:47:06.178Z | Compiling libefi-sys v0.1.0 |
1880 | 2024-01-05T08:47:06.583Z | Checking vec_map v0.8.2 |
1881 | 2024-01-05T08:47:07.104Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1882 | 2024-01-05T08:47:07.117Z | Checking strsim v0.8.0 |
1883 | 2024-01-05T08:47:07.117Z | Checking ansi_term v0.12.1 |
1884 | 2024-01-05T08:47:07.118Z | Compiling structopt-derive v0.4.18 |
1885 | 2024-01-05T08:47:07.118Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1886 | 2024-01-05T08:47:07.221Z | Checking clap v2.34.0 |
1887 | 2024-01-05T08:47:07.362Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1888 | 2024-01-05T08:47:07.566Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1889 | 2024-01-05T08:47:07.737Z | Checking linked-hash-map v0.5.6 |
1890 | 2024-01-05T08:47:07.837Z | Checking itertools v0.12.0 |
1891 | 2024-01-05T08:47:07.876Z | Checking headers-core v0.2.0 |
1892 | 2024-01-05T08:47:08.070Z | Checking headers v0.3.9 |
1893 | 2024-01-05T08:47:08.230Z | Checking lru-cache v0.1.2 |
1894 | 2024-01-05T08:47:08.496Z | Compiling convert_case v0.4.0 |
1895 | 2024-01-05T08:47:09.794Z | Checking password-hash v0.5.0 |
1896 | 2024-01-05T08:47:09.997Z | Compiling derive_more v0.99.17 |
1897 | 2024-01-05T08:47:10.486Z | Checking blake2 v0.10.6 |
1898 | 2024-01-05T08:47:11.175Z | Checking arc-swap v1.6.0 |
1899 | 2024-01-05T08:47:11.821Z | Checking swrite v0.1.0 |
1900 | 2024-01-05T08:47:11.840Z | Checking slog-scope v4.4.0 |
1901 | 2024-01-05T08:47:11.928Z | Checking structopt v0.3.26 |
1902 | 2024-01-05T08:47:12.018Z | Checking argon2 v0.5.2 |
1903 | 2024-01-05T08:47:12.027Z | Checking rcgen v0.11.3 |
1904 | 2024-01-05T08:47:12.112Z | Checking atomicwrites v0.4.3 |
1905 | 2024-01-05T08:47:12.379Z | Checking subprocess v0.2.9 |
1906 | 2024-01-05T08:47:12.469Z | Compiling cancel-safe-futures v0.1.5 |
1907 | 2024-01-05T08:47:12.896Z | Checking slog-stdlog v4.1.1 |
1908 | 2024-01-05T08:47:13.049Z | Checking half v1.8.2 |
1909 | 2024-01-05T08:47:13.060Z | Checking ciborium-io v0.2.1 |
1910 | 2024-01-05T08:47:13.106Z | Checking slog-envlogger v2.2.0 |
1911 | 2024-01-05T08:47:13.213Z | Compiling signal-hook v0.3.17 |
1912 | 2024-01-05T08:47:13.419Z | Checking libsw v3.3.1 |
1913 | 2024-01-05T08:47:13.642Z | Checking ciborium-ll v0.2.1 |
1914 | 2024-01-05T08:47:13.663Z | Compiling derive-where v1.2.7 |
1915 | 2024-01-05T08:47:13.802Z | Checking linear-map v1.2.0 |
1916 | 2024-01-05T08:47:13.842Z | Checking owo-colors v3.5.0 |
1917 | 2024-01-05T08:47:14.092Z | Checking ciborium v0.2.1 |
1918 | 2024-01-05T08:47:14.788Z | Checking resolv-conf v0.7.0 |
1919 | 2024-01-05T08:47:15.314Z | Checking keccak v0.1.4 |
1920 | 2024-01-05T08:47:15.555Z | Checking mockall v0.12.0 |
1921 | 2024-01-05T08:47:15.724Z | Checking trust-dns-resolver v0.22.0 |
1922 | 2024-01-05T08:47:15.818Z | Checking sha3 v0.10.8 |
1923 | 2024-01-05T08:47:15.878Z | Checking secrecy v0.8.0 |
1924 | 2024-01-05T08:47:16.205Z | Compiling slog-dtrace v0.2.3 |
1925 | 2024-01-05T08:47:16.564Z | Checking nibble_vec v0.1.0 |
1926 | 2024-01-05T08:47:16.568Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1927 | 2024-01-05T08:47:16.666Z | Checking endian-type v0.1.2 |
1928 | 2024-01-05T08:47:16.945Z | Checking radix_trie v0.2.1 |
1929 | 2024-01-05T08:47:16.998Z | Checking glob v0.3.1 |
1930 | 2024-01-05T08:47:17.302Z | Checking fxhash v0.2.1 |
1931 | 2024-01-05T08:47:17.453Z | Checking termcolor v1.2.0 |
1932 | 2024-01-05T08:47:17.539Z | Compiling radium v0.7.0 |
1933 | 2024-01-05T08:47:17.571Z | Compiling same-file v1.0.6 |
1934 | 2024-01-05T08:47:17.901Z | Checking tap v1.0.1 |
1935 | 2024-01-05T08:47:18.062Z | Compiling maybe-uninit v2.0.0 |
1936 | 2024-01-05T08:47:18.142Z | Checking wyz v0.5.1 |
1937 | 2024-01-05T08:47:18.207Z | Compiling walkdir v2.4.0 |
1938 | 2024-01-05T08:47:18.763Z | Compiling semver-parser v0.10.2 |
1939 | 2024-01-05T08:47:18.847Z | Compiling num-bigint-dig v0.8.4 |
1940 | 2024-01-05T08:47:18.893Z | Compiling packed_struct v0.10.1 |
1941 | 2024-01-05T08:47:19.341Z | Checking funty v2.0.0 |
1942 | 2024-01-05T08:47:19.455Z | Checking crc-catalog v2.2.0 |
1943 | 2024-01-05T08:47:19.642Z | Checking crc v3.0.1 |
1944 | 2024-01-05T08:47:19.935Z | Compiling semver v0.11.0 |
1945 | 2024-01-05T08:47:19.995Z | Compiling packed_struct_codegen v0.10.1 |
1946 | 2024-01-05T08:47:21.139Z | Checking bitvec v1.0.1 |
1947 | 2024-01-05T08:47:21.295Z | Compiling num-rational v0.4.1 |
1948 | 2024-01-05T08:47:22.110Z | Compiling home v0.5.5 |
1949 | 2024-01-05T08:47:22.199Z | Checking nodrop v0.1.14 |
1950 | 2024-01-05T08:47:22.345Z | Checking array-init v0.0.4 |
1951 | 2024-01-05T08:47:22.460Z | Compiling toolchain_find v0.2.0 |
1952 | 2024-01-05T08:47:23.661Z | Checking smallvec v0.6.14 |
1953 | 2024-01-05T08:47:23.745Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1954 | 2024-01-05T08:47:24.020Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1955 | 2024-01-05T08:47:24.258Z | Checking pkcs1 v0.7.5 |
1956 | 2024-01-05T08:47:24.880Z | Checking signature v2.1.0 |
1957 | 2024-01-05T08:47:24.977Z | Compiling toml v0.5.11 |
1958 | 2024-01-05T08:47:25.001Z | Checking bitfield v0.14.0 |
1959 | 2024-01-05T08:47:25.151Z | Checking serde-hex v0.1.0 |
1960 | 2024-01-05T08:47:25.429Z | Compiling omicron-zone-package v0.9.1 |
1961 | 2024-01-05T08:47:27.003Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1962 | 2024-01-05T08:47:27.349Z | Checking env_logger v0.10.0 |
1963 | 2024-01-05T08:47:27.373Z | Checking rsa v0.9.2 |
1964 | 2024-01-05T08:47:28.018Z | Compiling rustfmt-wrapper v0.2.0 |
1965 | 2024-01-05T08:47:28.780Z | Checking x509-cert v0.2.4 |
1966 | 2024-01-05T08:47:29.041Z | Checking ron v0.8.1 |
1967 | 2024-01-05T08:47:31.363Z | Checking num-complex v0.4.4 |
1968 | 2024-01-05T08:47:31.381Z | Checking crc-any v2.4.3 |
1969 | 2024-01-05T08:47:31.882Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1970 | 2024-01-05T08:47:31.947Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1971 | 2024-01-05T08:47:32.059Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1972 | 2024-01-05T08:47:32.201Z | Checking newline-converter v0.3.0 |
1973 | 2024-01-05T08:47:32.248Z | Checking object v0.30.4 |
1974 | 2024-01-05T08:47:32.266Z | Checking path-slash v0.1.5 |
1975 | 2024-01-05T08:47:32.392Z | Checking utf-8 v0.7.6 |
1976 | 2024-01-05T08:47:32.450Z | Checking expectorate v1.1.0 |
1977 | 2024-01-05T08:47:32.663Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1978 | 2024-01-05T08:47:32.683Z | Checking tungstenite v0.20.1 |
1979 | 2024-01-05T08:47:32.868Z | Checking num v0.4.1 |
1980 | 2024-01-05T08:47:32.976Z | Compiling buf-list v1.0.3 |
1981 | 2024-01-05T08:47:33.162Z | Checking signal-hook-mio v0.2.3 |
1982 | 2024-01-05T08:47:33.900Z | Checking display-error-chain v0.2.0 |
1983 | 2024-01-05T08:47:33.909Z | Compiling parking_lot_core v0.8.6 |
1984 | 2024-01-05T08:47:34.008Z | Checking trust-dns-client v0.22.0 |
1985 | 2024-01-05T08:47:34.093Z | Checking tokio-tungstenite v0.20.1 |
1986 | 2024-01-05T08:47:34.440Z | Checking pretty-hex v0.4.1 |
1987 | 2024-01-05T08:47:34.677Z | Compiling vte_generate_state_changes v0.1.1 |
1988 | 2024-01-05T08:47:34.770Z | Compiling semver v0.1.20 |
1989 | 2024-01-05T08:47:35.071Z | Checking parking_lot v0.11.2 |
1990 | 2024-01-05T08:47:35.626Z | Checking sled v0.34.7 |
1991 | 2024-01-05T08:47:35.720Z | Checking arrayvec v0.5.2 |
1992 | 2024-01-05T08:47:35.880Z | Compiling rustc_version v0.1.7 |
1993 | 2024-01-05T08:47:36.069Z | Checking fd-lock v3.0.13 |
1994 | 2024-01-05T08:47:36.307Z | Compiling unicase v2.7.0 |
1995 | 2024-01-05T08:47:36.415Z | Checking trust-dns-server v0.22.1 |
1996 | 2024-01-05T08:47:36.539Z | Checking vte v0.10.1 |
1997 | 2024-01-05T08:47:36.593Z | Compiling platforms v3.0.2 |
1998 | 2024-01-05T08:47:37.007Z | Compiling newtype_derive v0.1.6 |
1999 | 2024-01-05T08:47:37.088Z | Checking crossterm v0.26.1 |
2000 | 2024-01-05T08:47:37.410Z | Checking crossbeam-deque v0.8.3 |
2001 | 2024-01-05T08:47:37.882Z | Compiling rayon-core v1.12.0 |
2002 | 2024-01-05T08:47:38.297Z | Checking nu-ansi-term v0.49.0 |
2003 | 2024-01-05T08:47:38.871Z | Checking strip-ansi-escapes v0.1.1 |
2004 | 2024-01-05T08:47:39.082Z | Checking globset v0.4.13 |
2005 | 2024-01-05T08:47:39.758Z | Checking reedline v0.22.0 |
2006 | 2024-01-05T08:47:39.899Z | Checking olpc-cjson v0.1.3 |
2007 | 2024-01-05T08:47:39.962Z | Checking serde_plain v1.0.2 |
2008 | 2024-01-05T08:47:40.069Z | Compiling async-recursion v1.0.5 |
2009 | 2024-01-05T08:47:40.207Z | Checking typed-path v0.7.0 |
2010 | 2024-01-05T08:47:40.307Z | Compiling curve25519-dalek v4.1.1 |
2011 | 2024-01-05T08:47:41.758Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2012 | 2024-01-05T08:47:41.803Z | Compiling memoffset v0.7.1 |
2013 | 2024-01-05T08:47:42.017Z | Checking rayon v1.8.0 |
2014 | 2024-01-05T08:47:42.199Z | Compiling mime_guess v2.0.4 |
2015 | 2024-01-05T08:47:42.433Z | Checking steno v0.4.0 |
2016 | 2024-01-05T08:47:42.506Z | Checking universal-hash v0.5.1 |
2017 | 2024-01-05T08:47:42.769Z | Compiling thiserror-impl-no-std v2.0.2 |
2018 | 2024-01-05T08:47:42.875Z | Compiling curve25519-dalek-derive v0.1.0 |
2019 | 2024-01-05T08:47:43.270Z | Checking tough v0.16.0 |
2020 | 2024-01-05T08:47:44.303Z | Checking opaque-debug v0.3.0 |
2021 | 2024-01-05T08:47:44.407Z | Checking poly1305 v0.8.0 |
2022 | 2024-01-05T08:47:45.836Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2023 | 2024-01-05T08:47:46.064Z | Checking chacha20 v0.9.1 |
2024 | 2024-01-05T08:47:46.269Z | Checking aead v0.5.2 |
2025 | 2024-01-05T08:47:46.570Z | Checking kstat-rs v0.2.3 |
2026 | 2024-01-05T08:47:46.601Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2027 | 2024-01-05T08:47:47.039Z | Compiling salty v0.2.0 |
2028 | 2024-01-05T08:47:47.053Z | Checking signature v1.6.4 |
2029 | 2024-01-05T08:47:47.218Z | Checking ed25519 v1.5.3 |
2030 | 2024-01-05T08:47:47.534Z | Checking chacha20poly1305 v0.10.1 |
2031 | 2024-01-05T08:47:47.704Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2032 | 2024-01-05T08:47:47.998Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2033 | 2024-01-05T08:47:48.081Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2034 | 2024-01-05T08:47:48.210Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2035 | 2024-01-05T08:47:48.275Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2036 | 2024-01-05T08:47:48.353Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2037 | 2024-01-05T08:47:48.942Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2038 | 2024-01-05T08:47:49.861Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2039 | 2024-01-05T08:47:50.967Z | Checking thiserror-no-std v2.0.2 |
2040 | 2024-01-05T08:47:51.111Z | Checking vsss-rs v3.3.2 |
2041 | 2024-01-05T08:47:51.939Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2042 | 2024-01-05T08:47:52.909Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2043 | 2024-01-05T08:47:53.278Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2044 | 2024-01-05T08:47:54.175Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2045 | 2024-01-05T08:47:54.513Z | Checking serde-big-array v0.5.1 |
2046 | 2024-01-05T08:47:54.816Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2047 | 2024-01-05T08:47:56.191Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2048 | 2024-01-05T08:47:57.408Z | Checking bytecount v0.6.3 |
2049 | 2024-01-05T08:47:57.623Z | Checking papergrid v0.10.0 |
2050 | 2024-01-05T08:47:58.021Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2051 | 2024-01-05T08:47:58.212Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2052 | 2024-01-05T08:47:58.688Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2053 | 2024-01-05T08:47:58.736Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2054 | 2024-01-05T08:48:00.182Z | Checking signal-hook-tokio v0.3.1 |
2055 | 2024-01-05T08:48:00.426Z | Compiling tabled_derive v0.6.0 |
2056 | 2024-01-05T08:48:00.581Z | Checking nix v0.26.4 |
2057 | 2024-01-05T08:48:02.180Z | Checking serde-big-array v0.4.1 |
2058 | 2024-01-05T08:48:02.410Z | Compiling sqlparser_derive v0.1.1 |
2059 | 2024-01-05T08:48:03.832Z | Checking unicode_categories v0.1.1 |
2060 | 2024-01-05T08:48:04.321Z | Checking sqlformat v0.2.3 |
2061 | 2024-01-05T08:48:04.434Z | Checking rustyline v12.0.0 |
2062 | 2024-01-05T08:48:04.658Z | Checking tabled v0.14.0 |
2063 | 2024-01-05T08:48:05.316Z | Checking sqlparser v0.36.1 |
2064 | 2024-01-05T08:48:06.696Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2065 | 2024-01-05T08:48:07.174Z | Checking bcs v0.1.6 |
2066 | 2024-01-05T08:48:07.933Z | Checking corncobs v0.1.3 |
2067 | 2024-01-05T08:48:08.200Z | Checking highway v1.1.0 |
2068 | 2024-01-05T08:48:08.322Z | Compiling prettyplease v0.2.16 |
2069 | 2024-01-05T08:48:08.799Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2070 | 2024-01-05T08:48:08.850Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2071 | 2024-01-05T08:48:08.877Z | Checking http-range v0.1.5 |
2072 | 2024-01-05T08:48:09.164Z | Checking hyper-staticfile v0.9.5 |
2073 | 2024-01-05T08:48:09.175Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2074 | 2024-01-05T08:48:09.240Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2075 | 2024-01-05T08:48:09.710Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2076 | 2024-01-05T08:48:10.088Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2077 | 2024-01-05T08:48:10.811Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2078 | 2024-01-05T08:48:11.997Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2079 | 2024-01-05T08:48:12.511Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2080 | 2024-01-05T08:48:13.599Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2081 | 2024-01-05T08:48:13.998Z | Compiling crunchy v0.2.2 |
2082 | 2024-01-05T08:48:14.779Z | Compiling portable-atomic v1.4.3 |
2083 | 2024-01-05T08:48:15.150Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2084 | 2024-01-05T08:48:16.109Z | Compiling clang-sys v1.6.1 |
2085 | 2024-01-05T08:48:16.688Z | Checking humantime v2.1.0 |
2086 | 2024-01-05T08:48:17.144Z | Checking assert_matches v1.5.0 |
2087 | 2024-01-05T08:48:17.188Z | Compiling tiny-keccak v2.0.2 |
2088 | 2024-01-05T08:48:17.533Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2089 | 2024-01-05T08:48:17.611Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2090 | 2024-01-05T08:48:19.122Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2091 | 2024-01-05T08:48:19.915Z | Compiling darling_core v0.14.4 |
2092 | 2024-01-05T08:48:19.948Z | Checking number_prefix v0.4.0 |
2093 | 2024-01-05T08:48:20.216Z | Checking indicatif v0.17.7 |
2094 | 2024-01-05T08:48:20.928Z | Compiling ascii-canvas v3.0.0 |
2095 | 2024-01-05T08:48:21.292Z | Compiling ena v0.14.2 |
2096 | 2024-01-05T08:48:21.352Z | Compiling libloading v0.7.4 |
2097 | 2024-01-05T08:48:21.792Z | Compiling bindgen v0.65.1 |
2098 | 2024-01-05T08:48:21.937Z | Compiling regex-syntax v0.6.29 |
2099 | 2024-01-05T08:48:21.940Z | Compiling diff v0.1.13 |
2100 | 2024-01-05T08:48:26.400Z | Compiling cexpr v0.6.0 |
2101 | 2024-01-05T08:48:29.157Z | Compiling lalrpop v0.19.12 |
2102 | 2024-01-05T08:48:29.833Z | Compiling darling_macro v0.14.4 |
2103 | 2024-01-05T08:48:30.343Z | Compiling which v4.4.0 |
2104 | 2024-01-05T08:48:31.318Z | Compiling fs-err v2.11.0 |
2105 | 2024-01-05T08:48:31.476Z | Compiling darling v0.14.4 |
2106 | 2024-01-05T08:48:31.639Z | Checking maplit v1.0.2 |
2107 | 2024-01-05T08:48:31.752Z | Compiling lazycell v1.3.0 |
2108 | 2024-01-05T08:48:31.783Z | Compiling peeking_take_while v0.1.2 |
2109 | 2024-01-05T08:48:31.958Z | Compiling rustc-hash v1.1.0 |
2110 | 2024-01-05T08:48:37.835Z | Compiling ref-cast v1.0.20 |
2111 | 2024-01-05T08:48:38.128Z | Compiling shlex v1.1.0 |
2112 | 2024-01-05T08:48:38.128Z | Compiling derive_builder_core v0.12.0 |
2113 | 2024-01-05T08:48:38.316Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2114 | 2024-01-05T08:48:38.316Z | Compiling ref-cast-impl v1.0.20 |
2115 | 2024-01-05T08:48:38.316Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2116 | 2024-01-05T08:48:38.316Z | Compiling libxml v0.3.3 |
2117 | 2024-01-05T08:48:38.316Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2118 | 2024-01-05T08:48:38.316Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2119 | 2024-01-05T08:48:38.316Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2120 | 2024-01-05T08:48:38.316Z | Compiling derive_builder_macro v0.12.0 |
2121 | 2024-01-05T08:48:38.317Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2122 | 2024-01-05T08:48:38.317Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2123 | 2024-01-05T08:48:38.317Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2124 | 2024-01-05T08:48:38.369Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2125 | 2024-01-05T08:48:40.739Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2126 | 2024-01-05T08:48:43.919Z | Checking bytesize v1.3.0 |
2127 | 2024-01-05T08:48:44.269Z | Compiling strum_macros v0.24.3 |
2128 | 2024-01-05T08:48:44.650Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2129 | 2024-01-05T08:48:45.072Z | Compiling cookie v0.18.0 |
2130 | 2024-01-05T08:48:45.289Z | Compiling indoc v1.0.9 |
2131 | 2024-01-05T08:48:45.689Z | Checking derive_builder v0.12.0 |
2132 | 2024-01-05T08:48:46.972Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2133 | 2024-01-05T08:48:48.411Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2134 | 2024-01-05T08:48:48.675Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2135 | 2024-01-05T08:48:49.086Z | Checking bb8 v0.8.1 |
2136 | 2024-01-05T08:48:49.170Z | Checking quick-xml v0.23.1 |
2137 | 2024-01-05T08:48:49.348Z | Compiling oso-derive v0.27.0 |
2138 | 2024-01-05T08:48:49.759Z | Compiling impl-trait-for-tuples v0.2.2 |
2139 | 2024-01-05T08:48:50.822Z | Checking unicode-linebreak v0.1.5 |
2140 | 2024-01-05T08:48:51.033Z | Checking smawk v0.3.1 |
2141 | 2024-01-05T08:48:51.083Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2142 | 2024-01-05T08:48:51.506Z | Checking textwrap v0.16.0 |
2143 | 2024-01-05T08:48:51.988Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2144 | 2024-01-05T08:48:52.054Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2145 | 2024-01-05T08:48:52.527Z | Checking is_ci v1.1.1 |
2146 | 2024-01-05T08:48:52.701Z | Checking supports-color v2.1.0 |
2147 | 2024-01-05T08:48:53.193Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2148 | 2024-01-05T08:48:53.193Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2149 | 2024-01-05T08:48:54.275Z | Checking crossterm v0.27.0 |
2150 | 2024-01-05T08:48:54.704Z | Compiling indoc v2.0.3 |
2151 | 2024-01-05T08:48:55.713Z | Checking cassowary v0.3.0 |
2152 | 2024-01-05T08:48:56.335Z | Checking rtoolbox v0.0.1 |
2153 | 2024-01-05T08:48:56.492Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2154 | 2024-01-05T08:48:56.558Z | Checking ratatui v0.23.0 |
2155 | 2024-01-05T08:48:56.586Z | Checking rpassword v7.3.1 |
2156 | 2024-01-05T08:48:57.189Z | Checking shell-words v1.1.0 |
2157 | 2024-01-05T08:48:57.193Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2158 | 2024-01-05T08:48:57.193Z | Checking fatfs v0.3.6 |
2159 | 2024-01-05T08:48:58.672Z | Checking yansi v0.5.1 |
2160 | 2024-01-05T08:48:59.208Z | Compiling target-lexicon v0.12.12 |
2161 | 2024-01-05T08:48:59.392Z | Checking pretty_assertions v1.4.0 |
2162 | 2024-01-05T08:48:59.683Z | Compiling guppy-workspace-hack v0.1.0 |
2163 | 2024-01-05T08:49:00.120Z | Checking plotters-backend v0.3.5 |
2164 | 2024-01-05T08:49:00.396Z | Checking tui-tree-widget v0.13.0 |
2165 | 2024-01-05T08:49:00.722Z | Checking plotters-svg v0.3.5 |
2166 | 2024-01-05T08:49:00.828Z | Checking rand v0.4.6 |
2167 | 2024-01-05T08:49:01.033Z | Checking remove_dir_all v0.5.3 |
2168 | 2024-01-05T08:49:01.166Z | Checking cast v0.3.0 |
2169 | 2024-01-05T08:49:01.600Z | Compiling target-spec v3.0.1 |
2170 | 2024-01-05T08:49:01.657Z | Checking criterion-plot v0.5.0 |
2171 | 2024-01-05T08:49:02.329Z | Checking tempdir v0.3.7 |
2172 | 2024-01-05T08:49:02.475Z | Checking cfg-expr v0.15.5 |
2173 | 2024-01-05T08:49:02.494Z | Checking plotters v0.3.5 |
2174 | 2024-01-05T08:49:02.682Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2175 | 2024-01-05T08:49:03.862Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2176 | 2024-01-05T08:49:04.377Z | Checking tinytemplate v1.2.1 |
2177 | 2024-01-05T08:49:04.979Z | Checking cargo-platform v0.1.3 |
2178 | 2024-01-05T08:49:05.284Z | Checking anes v0.1.6 |
2179 | 2024-01-05T08:49:05.422Z | Checking oorandom v11.1.3 |
2180 | 2024-01-05T08:49:05.440Z | Checking cargo_metadata v0.18.1 |
2181 | 2024-01-05T08:49:05.909Z | Checking criterion v0.5.1 |
2182 | 2024-01-05T08:49:06.201Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2183 | 2024-01-05T08:49:08.132Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2184 | 2024-01-05T08:49:08.962Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2185 | 2024-01-05T08:49:09.330Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2186 | 2024-01-05T08:49:10.447Z | Checking assert_cmd v2.0.12 |
2187 | 2024-01-05T08:49:11.425Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2188 | 2024-01-05T08:49:11.435Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2189 | 2024-01-05T08:49:13.562Z | Checking pathdiff v0.2.1 |
2190 | 2024-01-05T08:49:14.060Z | Checking nested v0.1.1 |
2191 | 2024-01-05T08:49:14.068Z | Checking guppy v0.17.4 |
2192 | 2024-01-05T08:49:16.687Z | Checking threadpool v1.8.1 |
2193 | 2024-01-05T08:49:17.191Z | Checking nanorand v0.7.0 |
2194 | 2024-01-05T08:49:17.191Z | Checking topological-sort v0.2.2 |
2195 | 2024-01-05T08:49:17.437Z | Checking flume v0.11.0 |
2196 | 2024-01-05T08:49:17.506Z | Checking libtest-mimic v0.6.1 |
2197 | 2024-01-05T08:49:18.187Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2198 | 2024-01-05T08:49:18.203Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2199 | 2024-01-05T08:49:20.205Z | Checking httptest v0.15.5 |
2200 | 2024-01-05T08:49:21.264Z | Checking similar-asserts v1.5.0 |
2201 | 2024-01-05T08:49:21.359Z | Compiling rstest_macros v0.18.2 |
2202 | 2024-01-05T08:49:21.588Z | Compiling crossbeam-queue v0.3.8 |
2203 | 2024-01-05T08:49:22.284Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2204 | 2024-01-05T08:49:22.371Z | Checking datatest-stable v0.2.3 |
2205 | 2024-01-05T08:49:22.673Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2206 | 2024-01-05T08:49:22.931Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2207 | 2024-01-05T08:49:23.353Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2208 | 2024-01-05T08:49:23.907Z | Compiling trybuild v1.0.85 |
2209 | 2024-01-05T08:49:24.152Z | Compiling relative-path v1.9.0 |
2210 | 2024-01-05T08:49:24.326Z | Checking constant_time_eq v0.2.6 |
2211 | 2024-01-05T08:49:24.494Z | Checking arrayref v0.3.7 |
2212 | 2024-01-05T08:49:24.522Z | Checking arrayvec v0.7.4 |
2213 | 2024-01-05T08:49:25.048Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2214 | 2024-01-05T08:49:25.079Z | Checking blake2b_simd v1.0.1 |
2215 | 2024-01-05T08:49:26.416Z | Checking basic-toml v0.1.4 |
2216 | 2024-01-05T08:49:27.768Z | Checking futures-timer v3.0.2 |
2217 | 2024-01-05T08:49:28.225Z | Checking constant_time_eq v0.3.0 |
2218 | 2024-01-05T08:49:28.390Z | Checking rust-argon2 v1.0.1 |
2219 | 2024-01-05T08:49:31.199Z | Checking crossbeam v0.8.2 |
2220 | 2024-01-05T08:49:32.554Z | Checking partial-io v0.5.4 |
2221 | 2024-01-05T08:49:33.079Z | Checking approx v0.5.1 |
2222 | 2024-01-05T08:49:33.412Z | Checking termios v0.3.3 |
2223 | 2024-01-05T08:49:33.713Z | Checking hex-literal v0.4.1 |
2224 | 2024-01-05T08:49:36.114Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2225 | 2024-01-05T08:49:39.512Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2226 | 2024-01-05T08:49:39.673Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2227 | 2024-01-05T08:49:41.424Z | Checking rstest v0.18.2 |
2228 | 2024-01-05T08:49:50.056Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2229 | 2024-01-05T08:49:53.378Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2230 | 2024-01-05T08:50:57.140Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2231 | 2024-01-05T08:51:07.480Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2232 | 2024-01-05T08:51:09.454Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2233 | 2024-01-05T08:51:23.011Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2234 | 2024-01-05T08:51:43.497Z | Compiling polar-core v0.27.0 |
2235 | 2024-01-05T08:51:54.741Z | Checking oso v0.27.0 |
2236 | 2024-01-05T08:52:32.516Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2237 | 2024-01-05T08:53:54.866Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 11s |
2238 | 2024-01-05T08:53:55.083Z | |
2239 | 2024-01-05T08:53:55.083Z | real 11:11.796031186 |
2240 | 2024-01-05T08:53:55.083Z | user 1:01:05.295704672 |
2241 | 2024-01-05T08:53:55.087Z | sys 7:49.805024703 |
2242 | 2024-01-05T08:53:55.087Z | trap 2.252591766 |
2243 | 2024-01-05T08:53:55.087Z | tflt 4.026058384 |
2244 | 2024-01-05T08:53:55.087Z | dflt 4.416499426 |
2245 | 2024-01-05T08:53:55.087Z | kflt 0.018873815 |
2246 | 2024-01-05T08:53:55.087Z | lock 1:36:46.477456639 |
2247 | 2024-01-05T08:53:55.087Z | slp 3:01:04.509903515 |
2248 | 2024-01-05T08:53:55.087Z | lat 2:12.107583330 |
2249 | 2024-01-05T08:53:55.087Z | stop 4:32.992345883 |
2250 | 2024-01-05T08:53:56.264Z | warning: output filename collision. |
2251 | 2024-01-05T08:53:56.264Z | 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)`. |
2252 | 2024-01-05T08:53:56.264Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2253 | 2024-01-05T08:53:56.264Z | The targets should have unique names. |
2254 | 2024-01-05T08:53:56.264Z | This is a known bug where multiple crates with the same name use |
2255 | 2024-01-05T08:53:56.264Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2256 | 2024-01-05T08:53:56.268Z | warning: output filename collision. |
2257 | 2024-01-05T08:53:56.268Z | The lib target `nix` in package `nix v0.26.4` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2258 | 2024-01-05T08:53:56.268Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2259 | 2024-01-05T08:53:56.268Z | The targets should have unique names. |
2260 | 2024-01-05T08:53:56.268Z | This is a known bug where multiple crates with the same name use |
2261 | 2024-01-05T08:53:56.268Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2262 | 2024-01-05T08:53:56.268Z | warning: output filename collision. |
2263 | 2024-01-05T08:53:56.268Z | 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)`. |
2264 | 2024-01-05T08:53:56.268Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2265 | 2024-01-05T08:53:56.268Z | The targets should have unique names. |
2266 | 2024-01-05T08:53:56.268Z | This is a known bug where multiple crates with the same name use |
2267 | 2024-01-05T08:53:56.268Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2268 | 2024-01-05T08:53:56.268Z | warning: output filename collision. |
2269 | 2024-01-05T08:53:56.268Z | 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)`. |
2270 | 2024-01-05T08:53:56.268Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2271 | 2024-01-05T08:53:56.268Z | The targets should have unique names. |
2272 | 2024-01-05T08:53:56.268Z | This is a known bug where multiple crates with the same name use |
2273 | 2024-01-05T08:53:56.268Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2274 | 2024-01-05T08:53:56.880Z | Documenting libc v0.2.151 |
2275 | 2024-01-05T08:53:56.898Z | Documenting cfg-if v1.0.0 |
2276 | 2024-01-05T08:53:56.909Z | Documenting serde_derive v1.0.193 |
2277 | 2024-01-05T08:53:56.936Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2278 | 2024-01-05T08:53:56.939Z | Documenting scopeguard v1.2.0 |
2279 | 2024-01-05T08:53:56.939Z | Documenting log v0.4.20 |
2280 | 2024-01-05T08:53:56.971Z | Documenting memchr v2.6.3 |
2281 | 2024-01-05T08:53:57.027Z | Documenting itoa v1.0.9 |
2282 | 2024-01-05T08:53:57.331Z | Documenting smallvec v1.11.2 |
2283 | 2024-01-05T08:54:00.875Z | Documenting zeroize_derive v1.4.2 |
2284 | 2024-01-05T08:54:00.921Z | Documenting lock_api v0.4.10 |
2285 | 2024-01-05T08:54:00.938Z | Documenting pin-project-lite v0.2.13 |
2286 | 2024-01-05T08:54:01.724Z | Documenting libm v0.2.7 |
2287 | 2024-01-05T08:54:02.687Z | Documenting futures-core v0.3.30 |
2288 | 2024-01-05T08:54:03.490Z | Documenting getrandom v0.2.10 |
2289 | 2024-01-05T08:54:03.763Z | Documenting parking_lot_core v0.9.8 |
2290 | 2024-01-05T08:54:04.966Z | Documenting signal-hook-registry v1.4.1 |
2291 | 2024-01-05T08:54:05.293Z | Documenting mio v0.8.9 |
2292 | 2024-01-05T08:54:06.611Z | Documenting num-traits v0.2.16 |
2293 | 2024-01-05T08:54:06.679Z | Documenting serde v1.0.193 |
2294 | 2024-01-05T08:54:08.294Z | Documenting thiserror-impl v1.0.49 |
2295 | 2024-01-05T08:54:08.393Z | Documenting zeroize v1.7.0 |
2296 | 2024-01-05T08:54:09.228Z | Documenting rand_core v0.6.4 |
2297 | 2024-01-05T08:54:09.575Z | Documenting parking_lot v0.12.1 |
2298 | 2024-01-05T08:54:11.205Z | Documenting num_cpus v1.16.0 |
2299 | 2024-01-05T08:54:11.332Z | Documenting socket2 v0.5.5 |
2300 | 2024-01-05T08:54:13.709Z | Documenting typenum v1.16.0 |
2301 | 2024-01-05T08:54:13.969Z | Documenting tokio-macros v2.2.0 |
2302 | 2024-01-05T08:54:14.728Z | Documenting once_cell v1.19.0 |
2303 | 2024-01-05T08:54:15.200Z | Documenting subtle v2.5.0 |
2304 | 2024-01-05T08:54:15.404Z | Documenting thiserror v1.0.49 |
2305 | 2024-01-05T08:54:17.120Z | Documenting ryu v1.0.15 |
2306 | 2024-01-05T08:54:17.291Z | Documenting byteorder v1.5.0 |
2307 | 2024-01-05T08:54:20.546Z | Documenting futures-sink v0.3.30 |
2308 | 2024-01-05T08:54:20.563Z | Documenting const-oid v0.9.5 |
2309 | 2024-01-05T08:54:20.575Z | Documenting pin-utils v0.1.0 |
2310 | 2024-01-05T08:54:20.914Z | Documenting slab v0.4.9 |
2311 | 2024-01-05T08:54:21.067Z | Documenting futures-macro v0.3.30 |
2312 | 2024-01-05T08:54:23.347Z | Documenting futures-task v0.3.30 |
2313 | 2024-01-05T08:54:25.873Z | Documenting futures-channel v0.3.30 |
2314 | 2024-01-05T08:54:27.121Z | Documenting futures-io v0.3.30 |
2315 | 2024-01-05T08:54:28.118Z | Documenting iana-time-zone v0.1.57 |
2316 | 2024-01-05T08:54:28.635Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2317 | 2024-01-05T08:54:28.937Z | Documenting tinyvec_macros v0.1.1 |
2318 | 2024-01-05T08:54:29.460Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2319 | 2024-01-05T08:54:29.741Z | Documenting fnv v1.0.7 |
2320 | 2024-01-05T08:54:31.863Z | Documenting ppv-lite86 v0.2.17 |
2321 | 2024-01-05T08:54:33.162Z | Documenting futures-util v0.3.30 |
2322 | 2024-01-05T08:54:33.607Z | Documenting tinyvec v1.6.0 |
2323 | 2024-01-05T08:54:34.032Z | Documenting tracing-core v0.1.31 |
2324 | 2024-01-05T08:54:35.897Z | Documenting tracing-attributes v0.1.26 |
2325 | 2024-01-05T08:54:36.722Z | Documenting rand_chacha v0.3.1 |
2326 | 2024-01-05T08:54:39.147Z | Documenting unicode-normalization v0.1.22 |
2327 | 2024-01-05T08:54:42.337Z | Documenting bytes v1.5.0 |
2328 | 2024-01-05T08:54:42.631Z | Documenting bitflags v2.4.0 |
2329 | 2024-01-05T08:54:43.772Z | Documenting serde_json v1.0.108 |
2330 | 2024-01-05T08:54:45.900Z | Documenting chrono v0.4.31 |
2331 | 2024-01-05T08:54:46.127Z | Documenting uuid v1.6.1 |
2332 | 2024-01-05T08:54:48.891Z | Documenting rand v0.8.5 |
2333 | 2024-01-05T08:54:48.988Z | Documenting base64 v0.21.5 |
2334 | 2024-01-05T08:54:49.499Z | Documenting tokio v1.35.0 |
2335 | 2024-01-05T08:54:51.927Z | Documenting spin v0.9.8 |
2336 | 2024-01-05T08:54:52.946Z | Documenting lazy_static v1.4.0 |
2337 | 2024-01-05T08:54:54.747Z | Documenting unicode-bidi v0.3.13 |
2338 | 2024-01-05T08:54:55.179Z | Documenting http v0.2.11 |
2339 | 2024-01-05T08:54:56.701Z | Documenting percent-encoding v2.3.1 |
2340 | 2024-01-05T08:54:57.377Z | Documenting cpufeatures v0.2.9 |
2341 | 2024-01-05T08:54:57.399Z | Checking serde_derive_internals v0.26.0 |
2342 | 2024-01-05T08:54:58.351Z | Documenting serde_derive_internals v0.26.0 |
2343 | 2024-01-05T08:54:59.171Z | Documenting generic-array v0.14.7 |
2344 | 2024-01-05T08:55:01.195Z | Documenting dyn-clone v1.0.13 |
2345 | 2024-01-05T08:55:01.369Z | Documenting errno v0.3.2 |
2346 | 2024-01-05T08:55:02.594Z | Documenting form_urlencoded v1.2.1 |
2347 | 2024-01-05T08:55:03.770Z | Documenting tracing v0.1.37 |
2348 | 2024-01-05T08:55:04.051Z | Documenting idna v0.5.0 |
2349 | 2024-01-05T08:55:05.587Z | Documenting crypto-common v0.1.6 |
2350 | 2024-01-05T08:55:05.684Z | Documenting block-buffer v0.10.4 |
2351 | 2024-01-05T08:55:06.067Z | Documenting httparse v1.8.0 |
2352 | 2024-01-05T08:55:06.434Z | Documenting schemars_derive v0.8.16 |
2353 | 2024-01-05T08:55:07.147Z | Documenting rustix v0.38.25 |
2354 | 2024-01-05T08:55:08.653Z | Documenting unicode-ident v1.0.12 |
2355 | 2024-01-05T08:55:09.958Z | Documenting url v2.5.0 |
2356 | 2024-01-05T08:55:12.015Z | Documenting adler v1.0.2 |
2357 | 2024-01-05T08:55:12.178Z | Documenting unicode-width v0.1.11 |
2358 | 2024-01-05T08:55:12.316Z | Documenting digest v0.10.7 |
2359 | 2024-01-05T08:55:12.770Z | Documenting proc-macro2 v1.0.74 |
2360 | 2024-01-05T08:55:15.354Z | Documenting schemars v0.8.16 |
2361 | 2024-01-05T08:55:16.158Z | Documenting miniz_oxide v0.7.1 |
2362 | 2024-01-05T08:55:16.350Z | Documenting base64ct v1.6.0 |
2363 | 2024-01-05T08:55:16.410Z | Documenting untrusted v0.9.0 |
2364 | 2024-01-05T08:55:16.753Z | Documenting openssl-probe v0.1.5 |
2365 | 2024-01-05T08:55:18.800Z | Documenting quote v1.0.35 |
2366 | 2024-01-05T08:55:20.525Z | Documenting httpdate v1.0.3 |
2367 | 2024-01-05T08:55:21.304Z | Documenting try-lock v0.2.4 |
2368 | 2024-01-05T08:55:22.218Z | Documenting ring v0.17.7 |
2369 | 2024-01-05T08:55:22.729Z | Documenting http-body v0.4.5 |
2370 | 2024-01-05T08:55:22.959Z | Documenting openssl-sys v0.9.96 |
2371 | 2024-01-05T08:55:24.014Z | Documenting slog v2.7.0 |
2372 | 2024-01-05T08:55:24.612Z | Documenting async-trait v0.1.77 |
2373 | 2024-01-05T08:55:25.405Z | Documenting want v0.3.1 |
2374 | 2024-01-05T08:55:26.229Z | Documenting openssl-macros v0.1.1 |
2375 | 2024-01-05T08:55:28.697Z | Documenting mime v0.3.17 |
2376 | 2024-01-05T08:55:30.137Z | Documenting tower-service v0.3.2 |
2377 | 2024-01-05T08:55:30.413Z | Documenting rustls-webpki v0.101.7 |
2378 | 2024-01-05T08:55:31.183Z | Documenting pem-rfc7468 v0.7.0 |
2379 | 2024-01-05T08:55:31.803Z | Documenting aho-corasick v1.0.4 |
2380 | 2024-01-05T08:55:32.100Z | Documenting sct v0.7.0 |
2381 | 2024-01-05T08:55:32.815Z | Documenting openssl v0.10.60 |
2382 | 2024-01-05T08:55:32.910Z | Documenting tokio-util v0.7.10 |
2383 | 2024-01-05T08:55:35.029Z | Documenting der_derive v0.7.2 |
2384 | 2024-01-05T08:55:35.710Z | Documenting hashbrown v0.14.2 |
2385 | 2024-01-05T08:55:36.892Z | Documenting equivalent v1.0.1 |
2386 | 2024-01-05T08:55:37.395Z | Documenting ipnet v2.8.0 |
2387 | 2024-01-05T08:55:37.471Z | Documenting flagset v0.4.3 |
2388 | 2024-01-05T08:55:39.380Z | Documenting utf8parse v0.2.1 |
2389 | 2024-01-05T08:55:40.876Z | Documenting regex-syntax v0.8.2 |
2390 | 2024-01-05T08:55:41.376Z | Documenting h2 v0.3.21 |
2391 | 2024-01-05T08:55:41.518Z | Documenting rustls v0.21.9 |
2392 | 2024-01-05T08:55:42.022Z | Documenting indexmap v2.1.0 |
2393 | 2024-01-05T08:55:42.821Z | Documenting der v0.7.8 |
2394 | 2024-01-05T08:55:43.546Z | Documenting rustls-pemfile v1.0.3 |
2395 | 2024-01-05T08:55:43.549Z | Documenting num-integer v0.1.45 |
2396 | 2024-01-05T08:55:45.278Z | Documenting time-macros v0.2.13 |
2397 | 2024-01-05T08:55:48.839Z | Documenting time-core v0.1.1 |
2398 | 2024-01-05T08:55:49.015Z | Documenting deranged v0.3.8 |
2399 | 2024-01-05T08:55:49.773Z | Documenting num_threads v0.1.6 |
2400 | 2024-01-05T08:55:50.249Z | Documenting gimli v0.28.0 |
2401 | 2024-01-05T08:55:51.105Z | Documenting regex-automata v0.4.3 |
2402 | 2024-01-05T08:55:52.454Z | Documenting spki v0.7.2 |
2403 | 2024-01-05T08:55:53.287Z | Documenting native-tls v0.2.11 |
2404 | 2024-01-05T08:55:54.136Z | Documenting tokio-rustls v0.24.1 |
2405 | 2024-01-05T08:55:55.149Z | Documenting object v0.32.1 |
2406 | 2024-01-05T08:55:55.604Z | Documenting time v0.3.27 |
2407 | 2024-01-05T08:55:56.190Z | Documenting hyper v0.14.27 |
2408 | 2024-01-05T08:55:59.138Z | Documenting crossbeam-utils v0.8.16 |
2409 | 2024-01-05T08:55:59.960Z | Documenting addr2line v0.21.0 |
2410 | 2024-01-05T08:56:00.450Z | Documenting encoding_rs v0.8.33 |
2411 | 2024-01-05T08:56:03.344Z | Checking pest_meta v2.7.2 |
2412 | 2024-01-05T08:56:03.612Z | Documenting rustc-demangle v0.1.23 |
2413 | 2024-01-05T08:56:04.087Z | Documenting regex v1.10.2 |
2414 | 2024-01-05T08:56:04.871Z | Documenting tokio-native-tls v0.3.1 |
2415 | 2024-01-05T08:56:05.394Z | Documenting rustls-native-certs v0.6.3 |
2416 | 2024-01-05T08:56:05.492Z | Documenting serde_urlencoded v0.7.1 |
2417 | 2024-01-05T08:56:07.510Z | Documenting pest_meta v2.7.2 |
2418 | 2024-01-05T08:56:07.811Z | Checking pest_generator v2.7.2 |
2419 | 2024-01-05T08:56:09.023Z | Documenting pkcs8 v0.10.2 |
2420 | 2024-01-05T08:56:10.996Z | Documenting data-encoding v2.4.0 |
2421 | 2024-01-05T08:56:11.919Z | Documenting ucd-trie v0.1.6 |
2422 | 2024-01-05T08:56:12.524Z | Documenting anstyle v1.0.2 |
2423 | 2024-01-05T08:56:12.928Z | Documenting webpki-roots v0.25.2 |
2424 | 2024-01-05T08:56:13.524Z | Documenting pest_generator v2.7.2 |
2425 | 2024-01-05T08:56:14.341Z | Documenting backtrace v0.3.69 |
2426 | 2024-01-05T08:56:14.880Z | Documenting hyper-tls v0.5.0 |
2427 | 2024-01-05T08:56:16.128Z | Documenting hyper-rustls v0.24.2 |
2428 | 2024-01-05T08:56:17.395Z | Documenting anstyle-parse v0.2.1 |
2429 | 2024-01-05T08:56:17.973Z | Documenting pest v2.7.2 |
2430 | 2024-01-05T08:56:18.234Z | Documenting syn v2.0.46 |
2431 | 2024-01-05T08:56:18.500Z | Documenting ipnetwork v0.20.0 |
2432 | 2024-01-05T08:56:20.580Z | Documenting pest_derive v2.7.2 |
2433 | 2024-01-05T08:56:21.874Z | Documenting sha2 v0.10.8 |
2434 | 2024-01-05T08:56:22.541Z | Documenting anyhow v1.0.75 |
2435 | 2024-01-05T08:56:25.145Z | Documenting futures-executor v0.3.30 |
2436 | 2024-01-05T08:56:25.948Z | Documenting hex v0.4.3 |
2437 | 2024-01-05T08:56:27.133Z | Documenting reqwest v0.11.22 |
2438 | 2024-01-05T08:56:27.167Z | Documenting crc32fast v1.3.2 |
2439 | 2024-01-05T08:56:27.860Z | Checking serde_tokenstream v0.1.7 |
2440 | 2024-01-05T08:56:28.436Z | Documenting colorchoice v1.0.0 |
2441 | 2024-01-05T08:56:29.170Z | Documenting anstyle-query v1.0.0 |
2442 | 2024-01-05T08:56:30.311Z | Documenting dtrace-parser v0.1.14 |
2443 | 2024-01-05T08:56:31.193Z | Documenting num-iter v0.1.43 |
2444 | 2024-01-05T08:56:31.859Z | Documenting openapiv3 v2.0.0 |
2445 | 2024-01-05T08:56:32.592Z | Documenting hmac v0.12.1 |
2446 | 2024-01-05T08:56:32.603Z | Documenting dof v0.1.5 |
2447 | 2024-01-05T08:56:34.529Z | Documenting anstream v0.5.0 |
2448 | 2024-01-05T08:56:35.876Z | Documenting thread-id v4.2.0 |
2449 | 2024-01-05T08:56:37.302Z | Documenting terminal_size v0.2.6 |
2450 | 2024-01-05T08:56:39.142Z | Documenting memoffset v0.9.0 |
2451 | 2024-01-05T08:56:39.544Z | Documenting clap_lex v0.5.1 |
2452 | 2024-01-05T08:56:40.116Z | Documenting strsim v0.10.0 |
2453 | 2024-01-05T08:56:41.536Z | Documenting usdt-impl v0.3.5 |
2454 | 2024-01-05T08:56:41.579Z | Documenting flate2 v1.0.28 |
2455 | 2024-01-05T08:56:42.159Z | Documenting futures v0.3.30 |
2456 | 2024-01-05T08:56:43.231Z | Documenting crossbeam-epoch v0.9.15 |
2457 | 2024-01-05T08:56:43.419Z | Documenting usdt-attr-macro v0.3.5 |
2458 | 2024-01-05T08:56:45.761Z | Documenting usdt-macro v0.3.5 |
2459 | 2024-01-05T08:56:46.045Z | Documenting clap_builder v4.4.2 |
2460 | 2024-01-05T08:56:47.375Z | Documenting clap_derive v4.4.2 |
2461 | 2024-01-05T08:56:48.801Z | Documenting managed v0.8.0 |
2462 | 2024-01-05T08:56:49.225Z | Documenting unicode-segmentation v1.10.1 |
2463 | 2024-01-05T08:56:49.526Z | Documenting block-padding v0.3.3 |
2464 | 2024-01-05T08:56:51.066Z | Documenting scheduled-thread-pool v0.2.7 |
2465 | 2024-01-05T08:56:53.799Z | Documenting usdt v0.3.5 |
2466 | 2024-01-05T08:56:53.846Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2467 | 2024-01-05T08:56:53.867Z | Documenting enum-as-inner v0.5.1 |
2468 | 2024-01-05T08:56:54.285Z | Documenting diesel_table_macro_syntax v0.1.0 |
2469 | 2024-01-05T08:56:57.448Z | Checking diesel_table_macro_syntax v0.1.0 |
2470 | 2024-01-05T08:56:57.581Z | Documenting pin-project-internal v1.1.3 |
2471 | 2024-01-05T08:56:57.581Z | Documenting either v1.9.0 |
2472 | 2024-01-05T08:56:57.582Z | Documenting clap v4.4.3 |
2473 | 2024-01-05T08:56:57.582Z | Documenting r2d2 v0.8.10 |
2474 | 2024-01-05T08:56:59.526Z | Documenting bzip2 v0.4.4 |
2475 | 2024-01-05T08:57:00.813Z | Documenting inout v0.1.3 |
2476 | 2024-01-05T08:57:00.927Z | Documenting diesel_derives v2.1.2 |
2477 | 2024-01-05T08:57:01.168Z | Documenting trust-dns-proto v0.22.0 |
2478 | 2024-01-05T08:57:01.393Z | Documenting md-5 v0.10.5 |
2479 | 2024-01-05T08:57:02.593Z | Documenting pin-project v1.1.3 |
2480 | 2024-01-05T08:57:02.930Z | Documenting stringprep v0.1.3 |
2481 | 2024-01-05T08:57:03.113Z | Documenting toml_datetime v0.6.5 |
2482 | 2024-01-05T08:57:05.438Z | Documenting serde_spanned v0.6.4 |
2483 | 2024-01-05T08:57:06.590Z | Documenting zerocopy v0.7.31 |
2484 | 2024-01-05T08:57:07.121Z | Documenting ff v0.13.0 |
2485 | 2024-01-05T08:57:08.415Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2486 | 2024-01-05T08:57:08.655Z | Documenting doc-comment v0.3.3 |
2487 | 2024-01-05T08:57:08.868Z | Documenting snafu-derive v0.7.5 |
2488 | 2024-01-05T08:57:11.063Z | Documenting bit-vec v0.6.3 |
2489 | 2024-01-05T08:57:11.405Z | Documenting static_assertions v1.1.0 |
2490 | 2024-01-05T08:57:12.781Z | Documenting winnow v0.5.15 |
2491 | 2024-01-05T08:57:12.860Z | Documenting fallible-iterator v0.2.0 |
2492 | 2024-01-05T08:57:13.898Z | Documenting base16ct v0.2.0 |
2493 | 2024-01-05T08:57:14.947Z | Documenting siphasher v0.3.11 |
2494 | 2024-01-05T08:57:15.890Z | Documenting diesel v2.1.4 |
2495 | 2024-01-05T08:57:17.011Z | Documenting group v0.13.0 |
2496 | 2024-01-05T08:57:18.230Z | Documenting cipher v0.4.4 |
2497 | 2024-01-05T08:57:18.425Z | Documenting sec1 v0.7.3 |
2498 | 2024-01-05T08:57:19.227Z | Documenting phf_shared v0.11.2 |
2499 | 2024-01-05T08:57:20.060Z | Documenting snafu v0.7.5 |
2500 | 2024-01-05T08:57:20.262Z | Documenting toml_edit v0.21.0 |
2501 | 2024-01-05T08:57:20.383Z | Documenting postgres-protocol v0.6.6 |
2502 | 2024-01-05T08:57:22.684Z | Documenting zip v0.6.6 |
2503 | 2024-01-05T08:57:24.779Z | Documenting hkdf v0.12.4 |
2504 | 2024-01-05T08:57:26.732Z | Documenting num-bigint v0.4.4 |
2505 | 2024-01-05T08:57:26.913Z | Documenting crypto-bigint v0.5.2 |
2506 | 2024-01-05T08:57:28.231Z | Documenting hubpack v0.1.2 |
2507 | 2024-01-05T08:57:28.497Z | Documenting regress v0.7.1 |
2508 | 2024-01-05T08:57:29.773Z | Documenting bstr v1.6.0 |
2509 | 2024-01-05T08:57:30.147Z | Documenting serde_repr v0.1.16 |
2510 | 2024-01-05T08:57:32.555Z | Documenting new_debug_unreachable v1.0.4 |
2511 | 2024-01-05T08:57:34.792Z | Documenting precomputed-hash v0.1.1 |
2512 | 2024-01-05T08:57:36.768Z | Documenting lalrpop-util v0.19.12 |
2513 | 2024-01-05T08:57:37.066Z | Documenting fixedbitset v0.4.2 |
2514 | 2024-01-05T08:57:37.326Z | Documenting minimal-lexical v0.2.1 |
2515 | 2024-01-05T08:57:37.553Z | Documenting yasna v0.5.2 |
2516 | 2024-01-05T08:57:38.146Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2517 | 2024-01-05T08:57:38.554Z | Documenting elliptic-curve v0.13.8 |
2518 | 2024-01-05T08:57:40.318Z | Documenting string_cache v0.8.7 |
2519 | 2024-01-05T08:57:41.924Z | Documenting petgraph v0.6.4 |
2520 | 2024-01-05T08:57:43.007Z | Documenting nom v7.1.3 |
2521 | 2024-01-05T08:57:43.307Z | Documenting postgres-types v0.2.6 |
2522 | 2024-01-05T08:57:46.875Z | Documenting phf v0.11.2 |
2523 | 2024-01-05T08:57:46.995Z | Documenting console v0.15.7 |
2524 | 2024-01-05T08:57:48.400Z | Documenting semver v1.0.20 |
2525 | 2024-01-05T08:57:48.670Z | Documenting float-cmp v0.9.0 |
2526 | 2024-01-05T08:57:50.526Z | Documenting normalize-line-endings v0.3.0 |
2527 | 2024-01-05T08:57:52.760Z | Documenting difflib v0.4.0 |
2528 | 2024-01-05T08:57:52.774Z | Documenting heck v0.4.1 |
2529 | 2024-01-05T08:57:53.366Z | Documenting whoami v1.4.1 |
2530 | 2024-01-05T08:57:54.223Z | Documenting predicates-core v1.0.6 |
2531 | 2024-01-05T08:57:55.023Z | Checking unsafe-libyaml v0.2.10 |
2532 | 2024-01-05T08:57:55.387Z | Documenting ahash v0.8.6 |
2533 | 2024-01-05T08:57:55.875Z | Documenting bit-set v0.5.3 |
2534 | 2024-01-05T08:57:56.408Z | Documenting similar v2.3.0 |
2535 | 2024-01-05T08:57:57.001Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2536 | 2024-01-05T08:57:58.308Z | Documenting tokio-stream v0.1.14 |
2537 | 2024-01-05T08:57:58.884Z | Documenting tokio-postgres v0.7.10 |
2538 | 2024-01-05T08:57:59.048Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2539 | 2024-01-05T08:57:59.794Z | Documenting predicates v3.0.4 |
2540 | 2024-01-05T08:58:01.886Z | Documenting unsafe-libyaml v0.2.10 |
2541 | 2024-01-05T08:58:02.223Z | Checking ident_case v1.0.1 |
2542 | 2024-01-05T08:58:02.443Z | Checking serde_yaml v0.9.25 |
2543 | 2024-01-05T08:58:02.772Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2544 | 2024-01-05T08:58:05.507Z | Documenting getopts v0.2.21 |
2545 | 2024-01-05T08:58:05.964Z | Documenting match_cfg v0.1.0 |
2546 | 2024-01-05T08:58:06.809Z | Documenting sha1 v0.10.6 |
2547 | 2024-01-05T08:58:07.539Z | Documenting dirs-sys-next v0.1.2 |
2548 | 2024-01-05T08:58:07.740Z | Documenting serde_yaml v0.9.25 |
2549 | 2024-01-05T08:58:10.189Z | Documenting hostname v0.3.1 |
2550 | 2024-01-05T08:58:10.276Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2551 | 2024-01-05T08:58:11.596Z | Documenting thread_local v1.1.7 |
2552 | 2024-01-05T08:58:13.030Z | Documenting dirs-next v2.0.0 |
2553 | 2024-01-05T08:58:13.919Z | Documenting paste v1.0.14 |
2554 | 2024-01-05T08:58:14.071Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2555 | 2024-01-05T08:58:14.804Z | Documenting crossbeam-channel v0.5.8 |
2556 | 2024-01-05T08:58:15.901Z | Documenting atty v0.2.14 |
2557 | 2024-01-05T08:58:16.100Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2558 | 2024-01-05T08:58:17.819Z | Documenting take_mut v0.2.2 |
2559 | 2024-01-05T08:58:18.615Z | Documenting term v0.7.0 |
2560 | 2024-01-05T08:58:19.327Z | Documenting slog-json v2.6.1 |
2561 | 2024-01-05T08:58:19.897Z | Documenting camino v1.1.6 |
2562 | 2024-01-05T08:58:20.159Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2563 | 2024-01-05T08:58:20.287Z | Documenting async-stream-impl v0.3.5 |
2564 | 2024-01-05T08:58:21.107Z | Documenting atomic-waker v1.1.1 |
2565 | 2024-01-05T08:58:23.176Z | Documenting slog-async v2.8.0 |
2566 | 2024-01-05T08:58:24.383Z | Documenting slog-term v2.9.0 |
2567 | 2024-01-05T08:58:25.193Z | Documenting debug-ignore v1.0.5 |
2568 | 2024-01-05T08:58:26.115Z | Documenting slog-bunyan v2.4.0 |
2569 | 2024-01-05T08:58:26.876Z | Documenting waitgroup v0.1.2 |
2570 | 2024-01-05T08:58:26.888Z | Documenting async-stream v0.3.5 |
2571 | 2024-01-05T08:58:27.529Z | Checking darling_core v0.20.3 |
2572 | 2024-01-05T08:58:28.777Z | Documenting toml v0.8.8 |
2573 | 2024-01-05T08:58:29.316Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2574 | 2024-01-05T08:58:30.488Z | Documenting multer v2.1.0 |
2575 | 2024-01-05T08:58:30.838Z | Documenting serde_path_to_error v0.1.14 |
2576 | 2024-01-05T08:58:31.868Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2577 | 2024-01-05T08:58:32.394Z | Documenting strum v0.25.0 |
2578 | 2024-01-05T08:58:32.594Z | Checking darling v0.20.3 |
2579 | 2024-01-05T08:58:32.739Z | Documenting serde_with_macros v3.4.0 |
2580 | 2024-01-05T08:58:32.799Z | Documenting structmeta-derive v0.2.0 |
2581 | 2024-01-05T08:58:35.950Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2582 | 2024-01-05T08:58:37.026Z | Checking structmeta v0.2.0 |
2583 | 2024-01-05T08:58:37.281Z | Documenting instant v0.1.12 |
2584 | 2024-01-05T08:58:37.368Z | Checking regex-syntax v0.7.5 |
2585 | 2024-01-05T08:58:37.576Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2586 | 2024-01-05T08:58:37.759Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2587 | 2024-01-05T08:58:39.789Z | Documenting serde_with v3.4.0 |
2588 | 2024-01-05T08:58:40.040Z | Documenting macaddr v1.0.1 |
2589 | 2024-01-05T08:58:40.532Z | Documenting structmeta v0.2.0 |
2590 | 2024-01-05T08:58:42.594Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2591 | 2024-01-05T08:58:42.881Z | Documenting backoff v0.4.0 |
2592 | 2024-01-05T08:58:44.231Z | Documenting fastrand v2.0.0 |
2593 | 2024-01-05T08:58:45.965Z | Documenting is-terminal v0.4.9 |
2594 | 2024-01-05T08:58:46.967Z | Documenting parse-display-derive v0.8.2 |
2595 | 2024-01-05T08:58:48.180Z | Documenting proc-macro-error-attr v1.0.4 |
2596 | 2024-01-05T08:58:48.785Z | Checking proc-macro-error v1.0.4 |
2597 | 2024-01-05T08:58:49.143Z | Checking proc-macro-crate v1.3.1 |
2598 | 2024-01-05T08:58:49.493Z | Documenting proc-macro-crate v1.3.1 |
2599 | 2024-01-05T08:58:50.271Z | Documenting tempfile v3.8.1 |
2600 | 2024-01-05T08:58:50.873Z | Documenting hash32 v0.2.1 |
2601 | 2024-01-05T08:58:51.198Z | Documenting stable_deref_trait v1.2.0 |
2602 | 2024-01-05T08:58:53.182Z | Documenting cobs v0.2.3 |
2603 | 2024-01-05T08:58:53.765Z | Documenting proc-macro-error v1.0.4 |
2604 | 2024-01-05T08:58:55.145Z | Documenting embedded-io v0.4.0 |
2605 | 2024-01-05T08:58:55.671Z | Documenting parse-display v0.8.2 |
2606 | 2024-01-05T08:58:55.908Z | Documenting num_enum_derive v0.5.11 |
2607 | 2024-01-05T08:58:56.727Z | Documenting camino-tempfile v1.1.1 |
2608 | 2024-01-05T08:58:56.884Z | Documenting heapless v0.7.16 |
2609 | 2024-01-05T08:58:57.368Z | Documenting foreign-types-macros v0.2.3 |
2610 | 2024-01-05T08:58:59.734Z | Documenting postcard v1.0.8 |
2611 | 2024-01-05T08:59:00.234Z | Documenting foreign-types-shared v0.3.1 |
2612 | 2024-01-05T08:59:00.696Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2613 | 2024-01-05T08:59:01.608Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2614 | 2024-01-05T08:59:03.251Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2615 | 2024-01-05T08:59:04.106Z | Documenting num_enum v0.5.11 |
2616 | 2024-01-05T08:59:04.343Z | Documenting crucible-workspace-hack v0.1.0 |
2617 | 2024-01-05T08:59:04.445Z | Documenting smoltcp v0.10.0 |
2618 | 2024-01-05T08:59:04.456Z | Documenting foreign-types v0.5.0 |
2619 | 2024-01-05T08:59:04.895Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2620 | 2024-01-05T08:59:06.756Z | Documenting cstr-argument v0.1.2 |
2621 | 2024-01-05T08:59:09.373Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2622 | 2024-01-05T08:59:09.579Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2623 | 2024-01-05T08:59:09.733Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2624 | 2024-01-05T08:59:10.237Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2625 | 2024-01-05T08:59:10.361Z | Documenting colored v2.0.4 |
2626 | 2024-01-05T08:59:12.172Z | Documenting zone_cfg_derive v0.3.0 |
2627 | 2024-01-05T08:59:13.033Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2628 | 2024-01-05T08:59:13.073Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2629 | 2024-01-05T08:59:15.825Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2630 | 2024-01-05T08:59:15.977Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2631 | 2024-01-05T08:59:16.795Z | Documenting num-derive v0.4.0 |
2632 | 2024-01-05T08:59:17.413Z | Documenting smf v0.2.2 |
2633 | 2024-01-05T08:59:18.637Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2634 | 2024-01-05T08:59:19.654Z | Documenting zone v0.3.0 |
2635 | 2024-01-05T08:59:22.008Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2636 | 2024-01-05T08:59:22.124Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2637 | 2024-01-05T08:59:22.876Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2638 | 2024-01-05T08:59:23.109Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2639 | 2024-01-05T08:59:23.518Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2640 | 2024-01-05T08:59:23.528Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2641 | 2024-01-05T08:59:25.271Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2642 | 2024-01-05T08:59:25.333Z | Checking heck v0.3.3 |
2643 | 2024-01-05T08:59:25.442Z | Documenting structopt-derive v0.4.18 |
2644 | 2024-01-05T08:59:25.623Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2645 | 2024-01-05T08:59:27.321Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2646 | 2024-01-05T08:59:27.500Z | Documenting libefi-sys v0.1.0 |
2647 | 2024-01-05T08:59:28.387Z | Checking convert_case v0.4.0 |
2648 | 2024-01-05T08:59:28.689Z | Documenting linked-hash-map v0.5.6 |
2649 | 2024-01-05T08:59:30.305Z | Documenting convert_case v0.4.0 |
2650 | 2024-01-05T08:59:31.258Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2651 | 2024-01-05T08:59:32.320Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2652 | 2024-01-05T08:59:32.959Z | Documenting structopt v0.3.26 |
2653 | 2024-01-05T08:59:33.570Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2654 | 2024-01-05T08:59:34.323Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2655 | 2024-01-05T08:59:34.491Z | Documenting password-hash v0.5.0 |
2656 | 2024-01-05T08:59:35.044Z | Documenting lru-cache v0.1.2 |
2657 | 2024-01-05T08:59:35.965Z | Documenting derive_more v0.99.17 |
2658 | 2024-01-05T08:59:36.298Z | Documenting blake2 v0.10.6 |
2659 | 2024-01-05T08:59:39.830Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2660 | 2024-01-05T08:59:40.100Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2661 | 2024-01-05T08:59:40.480Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2662 | 2024-01-05T08:59:40.644Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2663 | 2024-01-05T08:59:40.931Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2664 | 2024-01-05T08:59:41.906Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2665 | 2024-01-05T08:59:42.630Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2666 | 2024-01-05T08:59:44.022Z | Documenting argon2 v0.5.2 |
2667 | 2024-01-05T08:59:44.666Z | Documenting keccak v0.1.4 |
2668 | 2024-01-05T08:59:46.564Z | Documenting itertools v0.12.0 |
2669 | 2024-01-05T08:59:47.248Z | Documenting secrecy v0.8.0 |
2670 | 2024-01-05T08:59:48.702Z | Documenting sha3 v0.10.8 |
2671 | 2024-01-05T08:59:51.497Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2672 | 2024-01-05T08:59:52.826Z | Documenting quick-error v1.2.3 |
2673 | 2024-01-05T08:59:53.316Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2674 | 2024-01-05T08:59:54.012Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2675 | 2024-01-05T08:59:55.401Z | Documenting nibble_vec v0.1.0 |
2676 | 2024-01-05T08:59:56.107Z | Documenting endian-type v0.1.2 |
2677 | 2024-01-05T08:59:57.393Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2678 | 2024-01-05T08:59:58.704Z | Documenting resolv-conf v0.7.0 |
2679 | 2024-01-05T08:59:58.729Z | Documenting cancel-safe-futures v0.1.5 |
2680 | 2024-01-05T09:00:00.721Z | Documenting tap v1.0.1 |
2681 | 2024-01-05T09:00:01.485Z | Documenting glob v0.3.1 |
2682 | 2024-01-05T09:00:01.784Z | Documenting radix_trie v0.2.1 |
2683 | 2024-01-05T09:00:02.060Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2684 | 2024-01-05T09:00:03.873Z | Documenting trust-dns-resolver v0.22.0 |
2685 | 2024-01-05T09:00:04.713Z | Documenting wyz v0.5.1 |
2686 | 2024-01-05T09:00:05.738Z | Documenting radium v0.7.0 |
2687 | 2024-01-05T09:00:07.670Z | Documenting arc-swap v1.6.0 |
2688 | 2024-01-05T09:00:07.863Z | Documenting crc-catalog v2.2.0 |
2689 | 2024-01-05T09:00:09.563Z | Documenting funty v2.0.0 |
2690 | 2024-01-05T09:00:10.029Z | Documenting swrite v0.1.0 |
2691 | 2024-01-05T09:00:12.399Z | Documenting crc v3.0.1 |
2692 | 2024-01-05T09:00:13.347Z | Documenting slog-scope v4.4.0 |
2693 | 2024-01-05T09:00:14.519Z | Documenting bitvec v1.0.1 |
2694 | 2024-01-05T09:00:15.319Z | Documenting num-rational v0.4.1 |
2695 | 2024-01-05T09:00:16.811Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2696 | 2024-01-05T09:00:16.831Z | Documenting libsw v3.3.1 |
2697 | 2024-01-05T09:00:17.740Z | Documenting num-complex v0.4.4 |
2698 | 2024-01-05T09:00:19.652Z | Documenting xattr v1.0.1 |
2699 | 2024-01-05T09:00:19.842Z | Documenting filetime v0.2.23 |
2700 | 2024-01-05T09:00:21.827Z | Documenting packed_struct_codegen v0.10.1 |
2701 | 2024-01-05T09:00:22.802Z | Documenting derive-where v1.2.7 |
2702 | 2024-01-05T09:00:23.771Z | Documenting half v1.8.2 |
2703 | 2024-01-05T09:00:24.949Z | Documenting owo-colors v3.5.0 |
2704 | 2024-01-05T09:00:25.156Z | Documenting linear-map v1.2.0 |
2705 | 2024-01-05T09:00:25.389Z | Documenting ciborium-io v0.2.1 |
2706 | 2024-01-05T09:00:25.626Z | Documenting nodrop v0.1.14 |
2707 | 2024-01-05T09:00:28.229Z | Documenting tar v0.4.40 |
2708 | 2024-01-05T09:00:29.732Z | Documenting array-init v0.0.4 |
2709 | 2024-01-05T09:00:30.096Z | Documenting packed_struct v0.10.1 |
2710 | 2024-01-05T09:00:30.830Z | Documenting ciborium-ll v0.2.1 |
2711 | 2024-01-05T09:00:31.589Z | Documenting num v0.4.1 |
2712 | 2024-01-05T09:00:32.254Z | Documenting slog-stdlog v4.1.1 |
2713 | 2024-01-05T09:00:32.320Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2714 | 2024-01-05T09:00:35.293Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2715 | 2024-01-05T09:00:35.379Z | Documenting slog-dtrace v0.2.3 |
2716 | 2024-01-05T09:00:35.795Z | Documenting num-bigint-dig v0.8.4 |
2717 | 2024-01-05T09:00:36.940Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2718 | 2024-01-05T09:00:37.540Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2719 | 2024-01-05T09:00:38.496Z | Documenting pkcs1 v0.7.5 |
2720 | 2024-01-05T09:00:40.055Z | Documenting signature v2.1.0 |
2721 | 2024-01-05T09:00:43.621Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2722 | 2024-01-05T09:00:44.815Z | Documenting termcolor v1.2.0 |
2723 | 2024-01-05T09:00:45.311Z | Documenting bitfield v0.14.0 |
2724 | 2024-01-05T09:00:45.542Z | Documenting slog-envlogger v2.2.0 |
2725 | 2024-01-05T09:00:47.921Z | Documenting ciborium v0.2.1 |
2726 | 2024-01-05T09:00:48.145Z | Documenting rsa v0.9.2 |
2727 | 2024-01-05T09:00:49.496Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2728 | 2024-01-05T09:00:50.736Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2729 | 2024-01-05T09:00:51.515Z | Documenting env_logger v0.10.0 |
2730 | 2024-01-05T09:00:51.965Z | Documenting serde-hex v0.1.0 |
2731 | 2024-01-05T09:00:53.596Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2732 | 2024-01-05T09:00:56.266Z | Documenting x509-cert v0.2.4 |
2733 | 2024-01-05T09:01:01.807Z | Documenting ron v0.8.1 |
2734 | 2024-01-05T09:01:01.807Z | Documenting pem v3.0.2 |
2735 | 2024-01-05T09:01:01.807Z | Documenting fxhash v0.2.1 |
2736 | 2024-01-05T09:01:03.085Z | Documenting utf-8 v0.7.6 |
2737 | 2024-01-05T09:01:03.085Z | Documenting crc-any v2.4.3 |
2738 | 2024-01-05T09:01:03.430Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2739 | 2024-01-05T09:01:05.104Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2740 | 2024-01-05T09:01:05.460Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2741 | 2024-01-05T09:01:05.460Z | Documenting newtype_derive v0.1.6 |
2742 | 2024-01-05T09:01:07.172Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2743 | 2024-01-05T09:01:08.329Z | Documenting tungstenite v0.20.1 |
2744 | 2024-01-05T09:01:09.797Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2745 | 2024-01-05T09:01:11.034Z | Documenting signal-hook v0.3.17 |
2746 | 2024-01-05T09:01:12.189Z | Documenting vte_generate_state_changes v0.1.1 |
2747 | 2024-01-05T09:01:32.028Z | Documenting display-error-chain v0.2.0 |
2748 | 2024-01-05T09:01:32.144Z | Documenting arrayvec v0.5.2 |
2749 | 2024-01-05T09:01:32.144Z | Documenting same-file v1.0.6 |
2750 | 2024-01-05T09:01:32.222Z | Documenting path-slash v0.1.5 |
2751 | 2024-01-05T09:01:32.222Z | Documenting vte v0.10.1 |
2752 | 2024-01-05T09:01:32.222Z | Documenting tokio-tungstenite v0.20.1 |
2753 | 2024-01-05T09:01:32.222Z | Documenting steno v0.4.0 |
2754 | 2024-01-05T09:01:32.222Z | Documenting walkdir v2.4.0 |
2755 | 2024-01-05T09:01:32.222Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2756 | 2024-01-05T09:01:32.222Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2757 | 2024-01-05T09:01:32.223Z | Documenting buf-list v1.0.3 |
2758 | 2024-01-05T09:01:32.223Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2759 | 2024-01-05T09:01:33.031Z | Documenting fd-lock v3.0.13 |
2760 | 2024-01-05T09:01:35.988Z | Documenting strip-ansi-escapes v0.1.1 |
2761 | 2024-01-05T09:01:37.460Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2762 | 2024-01-05T09:01:37.496Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2763 | 2024-01-05T09:01:39.182Z | Checking darling_core v0.14.4 |
2764 | 2024-01-05T09:01:40.300Z | Documenting nu-ansi-term v0.49.0 |
2765 | 2024-01-05T09:01:42.122Z | Checking darling v0.14.4 |
2766 | 2024-01-05T09:01:42.266Z | Documenting trust-dns-client v0.22.0 |
2767 | 2024-01-05T09:01:45.621Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2768 | 2024-01-05T09:01:46.195Z | Documenting reedline v0.22.0 |
2769 | 2024-01-05T09:01:54.424Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2770 | 2024-01-05T09:01:55.141Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2771 | 2024-01-05T09:01:55.155Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2772 | 2024-01-05T09:01:55.606Z | Documenting globset v0.4.13 |
2773 | 2024-01-05T09:01:56.412Z | Documenting olpc-cjson v0.1.3 |
2774 | 2024-01-05T09:01:56.825Z | Documenting serde_plain v1.0.2 |
2775 | 2024-01-05T09:01:57.077Z | Documenting async-recursion v1.0.5 |
2776 | 2024-01-05T09:01:57.967Z | Documenting bytecount v0.6.3 |
2777 | 2024-01-05T09:02:02.291Z | Documenting typed-path v0.7.0 |
2778 | 2024-01-05T09:02:02.754Z | Documenting papergrid v0.10.0 |
2779 | 2024-01-05T09:02:03.287Z | Documenting trust-dns-server v0.22.1 |
2780 | 2024-01-05T09:02:03.924Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2781 | 2024-01-05T09:02:04.069Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2782 | 2024-01-05T09:02:06.063Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2783 | 2024-01-05T09:02:06.408Z | Documenting sled v0.34.7 |
2784 | 2024-01-05T09:02:07.910Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2785 | 2024-01-05T09:02:08.982Z | Documenting unicase v2.7.0 |
2786 | 2024-01-05T09:02:09.274Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2787 | 2024-01-05T09:02:09.697Z | Documenting tabled_derive v0.6.0 |
2788 | 2024-01-05T09:02:10.718Z | Documenting tough v0.16.0 |
2789 | 2024-01-05T09:02:12.427Z | Documenting crossbeam-deque v0.8.3 |
2790 | 2024-01-05T09:02:13.836Z | Documenting headers-core v0.2.0 |
2791 | 2024-01-05T09:02:13.839Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2792 | 2024-01-05T09:02:15.132Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2793 | 2024-01-05T09:02:15.171Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2794 | 2024-01-05T09:02:15.700Z | Documenting nix v0.26.4 |
2795 | 2024-01-05T09:02:16.795Z | Documenting sqlparser_derive v0.1.1 |
2796 | 2024-01-05T09:02:16.829Z | Documenting home v0.5.5 |
2797 | 2024-01-05T09:02:18.168Z | Documenting pretty-hex v0.4.1 |
2798 | 2024-01-05T09:02:20.016Z | Documenting unicode_categories v0.1.1 |
2799 | 2024-01-05T09:02:20.529Z | Documenting headers v0.3.9 |
2800 | 2024-01-05T09:02:22.300Z | Documenting rayon-core v1.12.0 |
2801 | 2024-01-05T09:02:22.879Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2802 | 2024-01-05T09:02:23.090Z | Documenting rustyline v12.0.0 |
2803 | 2024-01-05T09:02:23.457Z | Documenting sqlparser v0.36.1 |
2804 | 2024-01-05T09:02:25.763Z | Documenting sqlformat v0.2.3 |
2805 | 2024-01-05T09:02:27.777Z | Documenting tabled v0.14.0 |
2806 | 2024-01-05T09:02:28.395Z | Documenting mime_guess v2.0.4 |
2807 | 2024-01-05T09:02:31.636Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2808 | 2024-01-05T09:02:31.898Z | Checking derive_builder_core v0.12.0 |
2809 | 2024-01-05T09:02:31.902Z | Documenting derive_builder_core v0.12.0 |
2810 | 2024-01-05T09:02:32.584Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2811 | 2024-01-05T09:02:33.281Z | Documenting signal-hook-mio v0.2.3 |
2812 | 2024-01-05T09:02:35.210Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2813 | 2024-01-05T09:02:36.153Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2814 | 2024-01-05T09:02:36.558Z | Documenting universal-hash v0.5.1 |
2815 | 2024-01-05T09:02:37.512Z | Documenting bcs v0.1.6 |
2816 | 2024-01-05T09:02:39.381Z | Documenting kstat-rs v0.2.3 |
2817 | 2024-01-05T09:02:40.129Z | Documenting thiserror-impl-no-std v2.0.2 |
2818 | 2024-01-05T09:02:41.377Z | Documenting curve25519-dalek-derive v0.1.0 |
2819 | 2024-01-05T09:02:43.307Z | Documenting opaque-debug v0.3.0 |
2820 | 2024-01-05T09:02:43.690Z | Documenting highway v1.1.0 |
2821 | 2024-01-05T09:02:45.995Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2822 | 2024-01-05T09:02:46.064Z | Documenting derive_builder_macro v0.12.0 |
2823 | 2024-01-05T09:02:47.772Z | Documenting thiserror-no-std v2.0.2 |
2824 | 2024-01-05T09:02:47.901Z | Documenting poly1305 v0.8.0 |
2825 | 2024-01-05T09:02:48.253Z | Documenting curve25519-dalek v4.1.1 |
2826 | 2024-01-05T09:02:49.642Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2827 | 2024-01-05T09:02:50.885Z | Documenting crossterm v0.27.0 |
2828 | 2024-01-05T09:02:51.615Z | Documenting rayon v1.8.0 |
2829 | 2024-01-05T09:02:53.475Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2830 | 2024-01-05T09:02:55.377Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2831 | 2024-01-05T09:02:56.023Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2832 | 2024-01-05T09:02:57.126Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2833 | 2024-01-05T09:02:59.382Z | Documenting fs-err v2.11.0 |
2834 | 2024-01-05T09:03:03.175Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2835 | 2024-01-05T09:03:05.097Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2836 | 2024-01-05T09:03:15.470Z | Documenting portable-atomic v1.4.3 |
2837 | 2024-01-05T09:03:21.356Z | Documenting ed25519 v1.5.3 |
2838 | 2024-01-05T09:03:23.320Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2839 | 2024-01-05T09:03:25.657Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2840 | 2024-01-05T09:03:25.928Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2841 | 2024-01-05T09:03:25.932Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2842 | 2024-01-05T09:03:28.374Z | Documenting chacha20 v0.9.1 |
2843 | 2024-01-05T09:03:28.409Z | Documenting aead v0.5.2 |
2844 | 2024-01-05T09:03:29.400Z | Documenting bytesize v1.3.0 |
2845 | 2024-01-05T09:03:32.678Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2846 | 2024-01-05T09:03:35.010Z | Documenting ref-cast-impl v1.0.20 |
2847 | 2024-01-05T09:03:35.671Z | Documenting number_prefix v0.4.0 |
2848 | 2024-01-05T09:03:36.021Z | Documenting cassowary v0.3.0 |
2849 | 2024-01-05T09:03:37.867Z | Documenting chacha20poly1305 v0.10.1 |
2850 | 2024-01-05T09:03:41.726Z | Documenting indicatif v0.17.7 |
2851 | 2024-01-05T09:03:42.114Z | Documenting ratatui v0.23.0 |
2852 | 2024-01-05T09:03:43.519Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2853 | 2024-01-05T09:03:43.591Z | Documenting ref-cast v1.0.20 |
2854 | 2024-01-05T09:03:47.324Z | Documenting salty v0.2.0 |
2855 | 2024-01-05T09:03:47.962Z | Documenting vsss-rs v3.3.2 |
2856 | 2024-01-05T09:03:49.412Z | Documenting derive_builder v0.12.0 |
2857 | 2024-01-05T09:03:53.782Z | Documenting polar-core v0.27.0 |
2858 | 2024-01-05T09:03:54.221Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2859 | 2024-01-05T09:03:54.235Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2860 | 2024-01-05T09:03:57.575Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2861 | 2024-01-05T09:03:59.265Z | Documenting libxml v0.3.3 |
2862 | 2024-01-05T09:04:00.880Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2863 | 2024-01-05T09:04:01.706Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2864 | 2024-01-05T09:04:07.094Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2865 | 2024-01-05T09:04:07.902Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2866 | 2024-01-05T09:04:08.340Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2867 | 2024-01-05T09:04:08.985Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2868 | 2024-01-05T09:04:13.246Z | Documenting bb8 v0.8.1 |
2869 | 2024-01-05T09:04:18.168Z | Documenting serde-big-array v0.5.1 |
2870 | 2024-01-05T09:04:20.041Z | Documenting quick-xml v0.23.1 |
2871 | 2024-01-05T09:04:20.998Z | Documenting rtoolbox v0.0.1 |
2872 | 2024-01-05T09:04:22.553Z | Documenting oso-derive v0.27.0 |
2873 | 2024-01-05T09:04:24.553Z | Documenting impl-trait-for-tuples v0.2.2 |
2874 | 2024-01-05T09:04:26.730Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2875 | 2024-01-05T09:04:27.322Z | Documenting http-range v0.1.5 |
2876 | 2024-01-05T09:04:28.059Z | Documenting unicode-linebreak v0.1.5 |
2877 | 2024-01-05T09:04:28.988Z | Documenting humantime v2.1.0 |
2878 | 2024-01-05T09:04:31.409Z | Documenting maplit v1.0.2 |
2879 | 2024-01-05T09:04:32.440Z | Documenting is_ci v1.1.1 |
2880 | 2024-01-05T09:04:32.797Z | Documenting smawk v0.3.1 |
2881 | 2024-01-05T09:04:33.019Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2882 | 2024-01-05T09:04:33.687Z | Documenting hyper-staticfile v0.9.5 |
2883 | 2024-01-05T09:04:34.514Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2884 | 2024-01-05T09:04:34.637Z | Documenting rpassword v7.3.1 |
2885 | 2024-01-05T09:04:35.250Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2886 | 2024-01-05T09:04:36.818Z | Documenting oso v0.27.0 |
2887 | 2024-01-05T09:04:37.929Z | Documenting supports-color v2.1.0 |
2888 | 2024-01-05T09:04:38.634Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2889 | 2024-01-05T09:04:38.940Z | Documenting textwrap v0.16.0 |
2890 | 2024-01-05T09:04:44.181Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2891 | 2024-01-05T09:04:44.969Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2892 | 2024-01-05T09:04:45.178Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2893 | 2024-01-05T09:04:45.647Z | Documenting tui-tree-widget v0.13.0 |
2894 | 2024-01-05T09:04:52.294Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2895 | 2024-01-05T09:04:53.293Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2896 | 2024-01-05T09:04:54.641Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2897 | 2024-01-05T09:04:57.515Z | Documenting cookie v0.18.0 |
2898 | 2024-01-05T09:04:58.673Z | Documenting signal-hook-tokio v0.3.1 |
2899 | 2024-01-05T09:04:58.872Z | Documenting rcgen v0.11.3 |
2900 | 2024-01-05T09:05:02.220Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2901 | 2024-01-05T09:05:03.418Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2902 | 2024-01-05T09:05:03.975Z | Documenting atomicwrites v0.4.3 |
2903 | 2024-01-05T09:05:04.467Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2904 | 2024-01-05T09:05:05.703Z | Documenting subprocess v0.2.9 |
2905 | 2024-01-05T09:05:06.997Z | Documenting corncobs v0.1.3 |
2906 | 2024-01-05T09:05:09.123Z | Documenting shell-words v1.1.0 |
2907 | 2024-01-05T09:05:10.690Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2908 | 2024-01-05T09:05:11.379Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2909 | 2024-01-05T09:05:11.931Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2910 | 2024-01-05T09:05:12.666Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2911 | 2024-01-05T09:05:14.559Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2912 | 2024-01-05T09:05:15.237Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2913 | 2024-01-05T09:05:18.392Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2914 | 2024-01-05T09:05:24.637Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2915 | 2024-01-05T09:05:27.046Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2916 | 2024-01-05T09:05:41.077Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2917 | 2024-01-05T09:05:44.364Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2918 | 2024-01-05T09:05:47.093Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2919 | 2024-01-05T09:05:47.115Z | Documenting fatfs v0.3.6 |
2920 | 2024-01-05T09:05:54.663Z | Documenting nanorand v0.7.0 |
2921 | 2024-01-05T09:05:56.114Z | Documenting assert_matches v1.5.0 |
2922 | 2024-01-05T09:05:57.664Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2923 | 2024-01-05T09:05:59.267Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2924 | 2024-01-05T09:06:00.498Z | Documenting flume v0.11.0 |
2925 | 2024-01-05T09:06:02.912Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2926 | 2024-01-05T09:06:04.598Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2927 | 2024-01-05T09:06:06.160Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2928 | 2024-01-05T09:06:06.274Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2929 | 2024-01-05T09:06:07.678Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2930 | 2024-01-05T09:06:07.767Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2931 | 2024-01-05T09:06:21.122Z | Documenting omicron-zone-package v0.9.1 |
2932 | 2024-01-05T09:06:39.674Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2933 | 2024-01-05T09:06:42.070Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2934 | 2024-01-05T09:06:43.228Z | Documenting termios v0.3.3 |
2935 | 2024-01-05T09:06:43.778Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2936 | 2024-01-05T09:06:44.149Z | Documenting topological-sort v0.2.2 |
2937 | 2024-01-05T09:06:45.059Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2938 | 2024-01-05T09:06:45.240Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2939 | 2024-01-05T09:06:45.861Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2940 | 2024-01-05T09:06:45.861Z | --> sled-agent/src/sim/instance.rs:46:7 |
2941 | 2024-01-05T09:06:45.861Z | | |
2942 | 2024-01-05T09:06:45.862Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2943 | 2024-01-05T09:06:45.862Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2944 | 2024-01-05T09:06:45.862Z | | |
2945 | 2024-01-05T09:06:45.862Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2946 | 2024-01-05T09:06:45.862Z | |
2947 | 2024-01-05T09:06:48.865Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2948 | 2024-01-05T09:06:49.224Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2949 | 2024-01-05T09:06:50.947Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2950 | 2024-01-05T09:06:51.071Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2951 | 2024-01-05T09:07:33.695Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2952 | 2024-01-05T09:07:35.341Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2953 | 2024-01-05T09:07:48.431Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2954 | 2024-01-05T09:07:56.667Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2955 | 2024-01-05T09:07:56.912Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2956 | 2024-01-05T09:07:58.037Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2957 | 2024-01-05T09:08:38.664Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2958 | 2024-01-05T09:09:34.980Z | warning: unresolved link to `VolumeConstructionRequest` |
2959 | 2024-01-05T09:09:34.981Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
2960 | 2024-01-05T09:09:34.981Z | | |
2961 | 2024-01-05T09:09:34.981Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
2962 | 2024-01-05T09:09:34.981Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2963 | 2024-01-05T09:09:34.981Z | | |
2964 | 2024-01-05T09:09:34.981Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2965 | 2024-01-05T09:09:34.981Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2966 | 2024-01-05T09:09:34.981Z | |
2967 | 2024-01-05T09:09:34.985Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2968 | 2024-01-05T09:09:34.985Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
2969 | 2024-01-05T09:09:34.985Z | | |
2970 | 2024-01-05T09:09:34.985Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
2971 | 2024-01-05T09:09:34.985Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2972 | 2024-01-05T09:09:34.985Z | |
2973 | 2024-01-05T09:09:34.985Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2974 | 2024-01-05T09:09:34.985Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
2975 | 2024-01-05T09:09:34.986Z | | |
2976 | 2024-01-05T09:09:34.986Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
2977 | 2024-01-05T09:09:34.986Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2978 | 2024-01-05T09:09:34.986Z | |
2979 | 2024-01-05T09:09:34.986Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2980 | 2024-01-05T09:09:34.986Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
2981 | 2024-01-05T09:09:34.986Z | | |
2982 | 2024-01-05T09:09:34.986Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
2983 | 2024-01-05T09:09:34.986Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2984 | 2024-01-05T09:09:34.987Z | |
2985 | 2024-01-05T09:09:34.987Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2986 | 2024-01-05T09:09:34.987Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
2987 | 2024-01-05T09:09:34.987Z | | |
2988 | 2024-01-05T09:09:34.988Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
2989 | 2024-01-05T09:09:34.988Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2990 | 2024-01-05T09:09:34.988Z | |
2991 | 2024-01-05T09:09:34.988Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2992 | 2024-01-05T09:09:34.988Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
2993 | 2024-01-05T09:09:34.988Z | | |
2994 | 2024-01-05T09:09:34.988Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
2995 | 2024-01-05T09:09:34.988Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2996 | 2024-01-05T09:09:34.988Z | |
2997 | 2024-01-05T09:09:34.988Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2998 | 2024-01-05T09:09:34.988Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
2999 | 2024-01-05T09:09:34.988Z | | |
3000 | 2024-01-05T09:09:34.989Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3001 | 2024-01-05T09:09:34.989Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3002 | 2024-01-05T09:09:34.989Z | |
3003 | 2024-01-05T09:09:38.390Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3004 | 2024-01-05T09:09:59.857Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 04s |
3005 | 2024-01-05T09:09:59.872Z | |
3006 | 2024-01-05T09:09:59.872Z | real 16:04.528441046 |
3007 | 2024-01-05T09:09:59.872Z | user 53:05.505278620 |
3008 | 2024-01-05T09:09:59.873Z | sys 1:00:34.673179387 |
3009 | 2024-01-05T09:09:59.873Z | trap 2.088598682 |
3010 | 2024-01-05T09:09:59.873Z | tflt 0.145346389 |
3011 | 2024-01-05T09:09:59.873Z | dflt 0.585375225 |
3012 | 2024-01-05T09:09:59.873Z | kflt 0.000457942 |
3013 | 2024-01-05T09:09:59.873Z | lock 3:13:02.174337963 |
3014 | 2024-01-05T09:09:59.873Z | slp 4:06:10.715452091 |
3015 | 2024-01-05T09:09:59.873Z | lat 5:35.511201649 |
3016 | 2024-01-05T09:09:59.873Z | stop 1:27.231843727 |
3017 | 2024-01-05T09:09:59.873Z | process exited: duration 1852488 ms, exit code 0 |
|
3018 | 2024-01-05T09:09:59.892Z | found 0 output files |