|
|
|
1 | 2024-05-30T03:11:39.119Z | job assigned to worker 01HZ3QMRAFKHKKGS7942285TAQ (queued for 1 m 8 s) |
|
2 | 2024-05-30T03:11:46.220Z | starting task 0: "setup" |
3 | 2024-05-30T03:11:46.278Z | ++ uname -s |
4 | 2024-05-30T03:11:46.296Z | + kern=SunOS |
5 | 2024-05-30T03:11:46.296Z | + case "$kern" in |
6 | 2024-05-30T03:11:46.296Z | + groupadd -g 12345 build |
7 | 2024-05-30T03:11:46.297Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-30T03:11:48.327Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-30T03:11:48.429Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-30T03:11:48.439Z | + home_fs=zfs |
11 | 2024-05-30T03:11:48.439Z | + [[ zfs == autofs ]] |
12 | 2024-05-30T03:11:48.439Z | + mkdir -p /home/build |
13 | 2024-05-30T03:11:48.440Z | + chown build:build /home/build /work |
14 | 2024-05-30T03:11:50.451Z | + chmod 0700 /home/build /work |
15 | 2024-05-30T03:11:50.489Z | process exited: duration 4224 ms, exit code 0 |
|
16 | 2024-05-30T03:11:50.537Z | starting task 1: "rust-toolchain" |
17 | 2024-05-30T03:11:50.569Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-30T03:11:50.569Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
19 | 2024-05-30T03:11:50.670Z | info: downloading installer |
20 | 2024-05-30T03:11:52.249Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-30T03:11:52.249Z | warning: /opt/ooce/bin |
22 | 2024-05-30T03:11:52.249Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-30T03:11:52.249Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-30T03:11:52.249Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-30T03:11:52.250Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-30T03:11:52.250Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-30T03:11:52.250Z | error: cannot install while Rust is installed |
28 | 2024-05-30T03:11:52.250Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-30T03:11:52.340Z | info: profile set to 'default' |
30 | 2024-05-30T03:11:52.340Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-30T03:11:52.356Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
32 | 2024-05-30T03:11:52.920Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
33 | 2024-05-30T03:11:52.920Z | info: downloading component 'cargo' |
34 | 2024-05-30T03:11:53.474Z | info: downloading component 'clippy' |
35 | 2024-05-30T03:11:53.787Z | info: downloading component 'rust-docs' |
36 | 2024-05-30T03:11:55.058Z | info: downloading component 'rust-std' |
37 | 2024-05-30T03:11:57.190Z | info: downloading component 'rustc' |
38 | 2024-05-30T03:12:02.958Z | info: downloading component 'rustfmt' |
39 | 2024-05-30T03:12:02.974Z | info: installing component 'cargo' |
40 | 2024-05-30T03:12:03.773Z | info: installing component 'clippy' |
41 | 2024-05-30T03:12:04.167Z | info: installing component 'rust-docs' |
42 | 2024-05-30T03:12:06.146Z | info: installing component 'rust-std' |
43 | 2024-05-30T03:12:07.988Z | info: installing component 'rustc' |
44 | 2024-05-30T03:12:12.022Z | info: installing component 'rustfmt' |
45 | 2024-05-30T03:12:12.389Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
46 | 2024-05-30T03:12:12.390Z | |
47 | 2024-05-30T03:12:12.658Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
48 | 2024-05-30T03:12:12.658Z | |
49 | 2024-05-30T03:12:13.105Z | |
50 | 2024-05-30T03:12:13.105Z | Rust is installed now. Great! |
51 | 2024-05-30T03:12:13.106Z | |
52 | 2024-05-30T03:12:13.106Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-30T03:12:13.106Z | environment variable. This has not been done automatically. |
54 | 2024-05-30T03:12:13.106Z | |
55 | 2024-05-30T03:12:13.106Z | To configure your current shell, you need to source |
56 | 2024-05-30T03:12:13.106Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-30T03:12:13.106Z | |
58 | 2024-05-30T03:12:13.107Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-30T03:12:13.107Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-30T03:12:13.107Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-30T03:12:13.128Z | + rustc --version |
62 | 2024-05-30T03:12:13.128Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
63 | 2024-05-30T03:12:13.128Z | process exited: duration 22313 ms, exit code 0 |
|
64 | 2024-05-30T03:12:13.177Z | starting task 2: "authentication" |
65 | 2024-05-30T03:12:13.639Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
66 | 2024-05-30T03:12:21.741Z | process exited: duration 8565 ms, exit code 0 |
|
67 | 2024-05-30T03:12:21.758Z | starting task 3: "clone repository" |
68 | 2024-05-30T03:12:21.768Z | + mkdir -p /work/oxidecomputer/omicron |
69 | 2024-05-30T03:12:21.768Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
70 | 2024-05-30T03:12:22.145Z | Cloning into '/work/oxidecomputer/omicron'... |
71 | 2024-05-30T03:12:30.920Z | + cd /work/oxidecomputer/omicron |
72 | 2024-05-30T03:12:30.920Z | + git fetch origin 786c3eabdef0079284d5005c097130784388cc2b |
73 | 2024-05-30T03:12:31.232Z | From https://github.com/oxidecomputer/omicron |
74 | 2024-05-30T03:12:31.232Z | * branch 786c3eabdef0079284d5005c097130784388cc2b -> FETCH_HEAD |
75 | 2024-05-30T03:12:31.251Z | + [[ -n renovate/libc-0.x ]] |
76 | 2024-05-30T03:12:31.269Z | ++ git branch --show-current |
77 | 2024-05-30T03:12:31.269Z | + current=main |
78 | 2024-05-30T03:12:31.269Z | + [[ main != renovate/libc-0.x ]] |
79 | 2024-05-30T03:12:31.269Z | + git branch -f renovate/libc-0.x 786c3eabdef0079284d5005c097130784388cc2b |
80 | 2024-05-30T03:12:31.269Z | + git checkout -f renovate/libc-0.x |
81 | 2024-05-30T03:12:31.389Z | Switched to branch 'renovate/libc-0.x' |
82 | 2024-05-30T03:12:31.818Z | + git reset --hard 786c3eabdef0079284d5005c097130784388cc2b |
83 | 2024-05-30T03:12:31.836Z | HEAD is now at 786c3eabd Update Rust crate libc to 0.2.155 |
84 | 2024-05-30T03:12:31.837Z | process exited: duration 9761 ms, exit code 0 |
|
85 | 2024-05-30T03:12:31.900Z | starting task 4: "build" |
86 | 2024-05-30T03:12:31.932Z | + cargo --version |
87 | 2024-05-30T03:12:31.948Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
88 | 2024-05-30T03:12:31.948Z | + rustc --version |
89 | 2024-05-30T03:12:32.416Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
90 | 2024-05-30T03:12:32.860Z | + source ./env.sh |
91 | 2024-05-30T03:12:32.860Z | ++ set -o xtrace |
92 | 2024-05-30T03:12:32.861Z | ++++ dirname ./env.sh |
93 | 2024-05-30T03:12:32.861Z | +++ readlink -f . |
94 | 2024-05-30T03:12:32.861Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-05-30T03:12:32.861Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-05-30T03:12:32.862Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-05-30T03:12:32.862Z | ++ 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 |
98 | 2024-05-30T03:12:32.862Z | ++ 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 |
99 | 2024-05-30T03:12:32.862Z | ++ 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 |
100 | 2024-05-30T03:12:32.862Z | ++ 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 |
101 | 2024-05-30T03:12:32.862Z | ++ 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 |
102 | 2024-05-30T03:12:32.863Z | ++ 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 |
103 | 2024-05-30T03:12:32.863Z | ++ unset OMICRON_WS |
104 | 2024-05-30T03:12:32.863Z | ++ set +o xtrace |
105 | 2024-05-30T03:12:32.863Z | |
106 | 2024-05-30T03:12:32.864Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-05-30T03:12:32.864Z | # # # # # # # # # # # # # # # |
108 | 2024-05-30T03:12:32.864Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-05-30T03:12:32.864Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-05-30T03:12:32.864Z | # # # # # # # # # # # # # # # |
111 | 2024-05-30T03:12:32.865Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-05-30T03:12:32.865Z | |
113 | 2024-05-30T03:12:41.316Z | Startup: Refreshing catalog 'helios-dev' ... Done |
114 | 2024-05-30T03:12:43.104Z | Startup: Caching catalogs ... Done |
115 | 2024-05-30T03:12:45.117Z | Planning: Solver setup ... Done (1.487s) |
116 | 2024-05-30T03:12:45.147Z | Planning: Running solver ... Done (0.028s) |
117 | 2024-05-30T03:12:45.170Z | Planning: Finding local manifests ... Done (0.003s) |
118 | 2024-05-30T03:12:45.199Z | Planning: Fetching manifests: 0/4 0% complete |
119 | 2024-05-30T03:12:45.559Z | Planning: Fetching manifests: 4/4 100% complete |
120 | 2024-05-30T03:12:45.609Z | Planning: Package planning ... Done (0.049s) |
121 | 2024-05-30T03:12:45.657Z | Planning: Merging actions ... Done (0.051s) |
122 | 2024-05-30T03:12:46.460Z | Planning: Checking for conflicting actions ... Done (0.807s) |
123 | 2024-05-30T03:12:46.473Z | Planning: Consolidating action changes ... Done (0.011s) |
124 | 2024-05-30T03:12:50.075Z | Planning: Evaluating mediators ... Done (3.605s) |
125 | 2024-05-30T03:12:50.085Z | Planning: Planning completed in 6.93 seconds |
126 | 2024-05-30T03:12:50.561Z | Packages to install: 4 |
127 | 2024-05-30T03:12:50.561Z | Mediators to change: 2 |
128 | 2024-05-30T03:12:50.562Z | Services to change: 1 |
129 | 2024-05-30T03:12:50.568Z | Estimated space available: 155.78 GB |
130 | 2024-05-30T03:12:50.568Z | Estimated space to be consumed: 1.45 GB |
131 | 2024-05-30T03:12:50.568Z | Create boot environment: No |
132 | 2024-05-30T03:12:50.568Z | Create backup boot environment: No |
133 | 2024-05-30T03:12:50.568Z | Rebuild boot archive: No |
134 | 2024-05-30T03:12:50.569Z | |
135 | 2024-05-30T03:12:50.569Z | Changed mediators: |
136 | 2024-05-30T03:12:50.569Z | mediator clang: |
137 | 2024-05-30T03:12:50.569Z | version: None -> 15 (system default) |
138 | 2024-05-30T03:12:50.569Z | |
139 | 2024-05-30T03:12:50.569Z | mediator llvm: |
140 | 2024-05-30T03:12:50.569Z | version: 14 (system default) -> 15 (system default) |
141 | 2024-05-30T03:12:50.570Z | |
142 | 2024-05-30T03:12:50.570Z | Changed packages: |
143 | 2024-05-30T03:12:50.570Z | helios-dev |
144 | 2024-05-30T03:12:50.570Z | developer/build-essential |
145 | 2024-05-30T03:12:50.570Z | None -> 11-2.0 |
146 | 2024-05-30T03:12:50.570Z | library/libxmlsec1 |
147 | 2024-05-30T03:12:50.570Z | None -> 1.2.35-2.0 |
148 | 2024-05-30T03:12:50.570Z | ooce/developer/clang-15 |
149 | 2024-05-30T03:12:50.571Z | None -> 15.0.7-2.0 |
150 | 2024-05-30T03:12:50.571Z | ooce/developer/llvm-15 |
151 | 2024-05-30T03:12:50.571Z | None -> 15.0.7-2.0 |
152 | 2024-05-30T03:12:50.571Z | |
153 | 2024-05-30T03:12:50.571Z | Services: |
154 | 2024-05-30T03:12:50.571Z | restart_fmri: |
155 | 2024-05-30T03:12:50.571Z | svc:/system/update-man-index:default |
156 | 2024-05-30T03:12:50.688Z | |
157 | 2024-05-30T03:12:50.688Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
158 | 2024-05-30T03:12:55.711Z | Download: 326/3290 items 16.4/212.6MB 7% complete (3.5M/s) |
159 | 2024-05-30T03:13:00.699Z | Download: 871/3290 items 18.8/212.6MB 8% complete (1.9M/s) |
160 | 2024-05-30T03:13:05.855Z | Download: 1195/3290 items 82.6/212.6MB 38% complete (8.0M/s) |
161 | 2024-05-30T03:13:10.856Z | Download: 1500/3290 items 117.4/212.6MB 55% complete (9.9M/s) |
162 | 2024-05-30T03:13:15.881Z | Download: 2082/3290 items 118.8/212.6MB 55% complete (3.7M/s) |
163 | 2024-05-30T03:13:21.767Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (3.2M/s) |
164 | 2024-05-30T03:13:26.355Z | Download: 3100/3290 items 139.7/212.6MB 65% complete (2.0M/s) |
165 | 2024-05-30T03:13:29.477Z | Download: Completed 212.60 MB in 38.82 seconds (5.5M/s) |
166 | 2024-05-30T03:13:29.696Z | Actions: 1/3689 actions (Installing new actions) |
167 | 2024-05-30T03:13:34.849Z | Actions: 3657/3689 actions (Installing new actions) |
168 | 2024-05-30T03:13:34.903Z | Actions: Completed 3689 actions in 5.21 seconds. |
169 | 2024-05-30T03:13:35.135Z | Done (0.219s) |
170 | 2024-05-30T03:13:35.136Z | Done (0.000s) |
171 | 2024-05-30T03:13:35.427Z | Done (0.303s) |
172 | 2024-05-30T03:13:40.673Z | Done (5.095s) |
173 | 2024-05-30T03:13:40.849Z | Done (0.103s) |
174 | 2024-05-30T03:13:40.867Z | Done (0.000s) |
175 | 2024-05-30T03:13:41.033Z | Done (0.000s) |
176 | 2024-05-30T03:13:41.595Z | Planning: Evaluating mediator changes ... Done |
177 | 2024-05-30T03:13:41.749Z | Planning: Checking for conflicting actions ... Done |
178 | 2024-05-30T03:13:41.773Z | Planning: Consolidating action changes ... Done |
179 | 2024-05-30T03:13:42.019Z | Planning: Evaluating mediators ... Done |
180 | 2024-05-30T03:13:42.038Z | Planning: Planning completed in 0.44 seconds |
181 | 2024-05-30T03:13:42.061Z | Mediators to change: 2 |
182 | 2024-05-30T03:13:42.061Z | Create boot environment: No |
183 | 2024-05-30T03:13:42.488Z | Create backup boot environment: No |
184 | 2024-05-30T03:13:42.493Z | Done |
185 | 2024-05-30T03:13:42.493Z | Done |
186 | 2024-05-30T03:13:42.493Z | Done |
187 | 2024-05-30T03:13:45.924Z | Done |
188 | 2024-05-30T03:13:46.004Z | Done |
189 | 2024-05-30T03:13:46.030Z | Done |
190 | 2024-05-30T03:13:46.112Z | Done |
191 | 2024-05-30T03:13:46.727Z | Planning: Evaluating mediator changes ... Done |
192 | 2024-05-30T03:13:46.762Z | Planning: Merging actions ... Done |
193 | 2024-05-30T03:13:46.927Z | Planning: Checking for conflicting actions ... Done |
194 | 2024-05-30T03:13:46.944Z | Planning: Consolidating action changes ... Done |
195 | 2024-05-30T03:13:47.194Z | Planning: Evaluating mediators ... Done |
196 | 2024-05-30T03:13:47.264Z | Planning: Planning completed in 0.77 seconds |
197 | 2024-05-30T03:13:47.740Z | Packages to change: 1 |
198 | 2024-05-30T03:13:47.740Z | Mediators to change: 1 |
199 | 2024-05-30T03:13:47.740Z | Services to change: 1 |
200 | 2024-05-30T03:13:47.740Z | Create boot environment: No |
201 | 2024-05-30T03:13:47.740Z | Create backup boot environment: Yes |
202 | 2024-05-30T03:13:49.535Z | Actions: 1/6 actions (Updating modified actions) |
203 | 2024-05-30T03:13:49.535Z | Actions: Completed 6 actions in 0.03 seconds. |
204 | 2024-05-30T03:13:49.536Z | Done |
205 | 2024-05-30T03:13:49.536Z | Done |
206 | 2024-05-30T03:13:49.536Z | Done |
207 | 2024-05-30T03:13:52.949Z | Done |
208 | 2024-05-30T03:13:53.036Z | Done |
209 | 2024-05-30T03:13:53.041Z | Done |
210 | 2024-05-30T03:13:53.163Z | Done |
211 | 2024-05-30T03:13:53.617Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
212 | 2024-05-30T03:13:53.617Z | clang system 15 system |
213 | 2024-05-30T03:13:53.617Z | csh system system illumos |
214 | 2024-05-30T03:13:53.618Z | ctags system system illumos |
215 | 2024-05-30T03:13:53.618Z | gcc vendor 12 vendor |
216 | 2024-05-30T03:13:53.618Z | gcc system 10 system |
217 | 2024-05-30T03:13:53.618Z | gcc system 7 system |
218 | 2024-05-30T03:13:53.619Z | go system 1.20 system |
219 | 2024-05-30T03:13:53.619Z | go system 1.19 system |
220 | 2024-05-30T03:13:53.619Z | llvm system 15 system |
221 | 2024-05-30T03:13:53.619Z | llvm system 14 system |
222 | 2024-05-30T03:13:53.620Z | mariadb system 10.6 system |
223 | 2024-05-30T03:13:53.620Z | mta vendor vendor dma |
224 | 2024-05-30T03:13:53.620Z | openjdk system 17 system |
225 | 2024-05-30T03:13:53.620Z | openjdk system 11 system |
226 | 2024-05-30T03:13:53.620Z | openjdk system 1.8 system |
227 | 2024-05-30T03:13:53.621Z | openssl vendor 3 vendor |
228 | 2024-05-30T03:13:53.621Z | perl system 5.36 system |
229 | 2024-05-30T03:13:53.621Z | postgresql system 15 system |
230 | 2024-05-30T03:13:53.621Z | postgresql system 13 system |
231 | 2024-05-30T03:13:53.621Z | python vendor 3 vendor |
232 | 2024-05-30T03:13:53.621Z | python system 2 system |
233 | 2024-05-30T03:13:53.622Z | python3 system 3.11 system |
234 | 2024-05-30T03:13:53.622Z | ruby system 3.0 system |
235 | 2024-05-30T03:13:53.622Z | words vendor vendor american-english |
236 | 2024-05-30T03:13:53.622Z | words system system australian-english |
237 | 2024-05-30T03:13:53.622Z | words system system british-english |
238 | 2024-05-30T03:13:53.622Z | words system system canadian-english |
239 | 2024-05-30T03:13:53.623Z | words system system french |
240 | 2024-05-30T03:13:53.623Z | words system system italian |
241 | 2024-05-30T03:13:53.623Z | words system system ngerman |
242 | 2024-05-30T03:13:53.623Z | words system system ogerman |
243 | 2024-05-30T03:13:53.623Z | words system system spanish |
244 | 2024-05-30T03:13:53.938Z | PUBLISHER TYPE STATUS P LOCATION |
245 | 2024-05-30T03:13:53.939Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
246 | 2024-05-30T03:13:55.415Z | FMRI IFO |
247 | 2024-05-30T03:13:55.415Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
248 | 2024-05-30T03:13:55.416Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
249 | 2024-05-30T03:13:55.416Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
250 | 2024-05-30T03:13:55.416Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
251 | 2024-05-30T03:13:55.417Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
252 | 2024-05-30T03:13:55.417Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
253 | 2024-05-30T03:13:55.417Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
254 | 2024-05-30T03:13:55.417Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
255 | 2024-05-30T03:13:55.418Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
256 | 2024-05-30T03:13:55.418Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
257 | 2024-05-30T03:13:55.466Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
258 | 2024-05-30T03:13:55.466Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
259 | 2024-05-30T03:13:55.683Z | + set -o errexit |
260 | 2024-05-30T03:13:55.691Z | +++ dirname ./tools/ci_download_cockroachdb |
261 | 2024-05-30T03:13:55.691Z | ++ cd ./tools |
262 | 2024-05-30T03:13:55.691Z | ++ pwd |
263 | 2024-05-30T03:13:55.691Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
264 | 2024-05-30T03:13:55.691Z | ++ basename ./tools/ci_download_cockroachdb |
265 | 2024-05-30T03:13:55.691Z | + ARG0=ci_download_cockroachdb |
266 | 2024-05-30T03:13:55.691Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
267 | 2024-05-30T03:13:55.691Z | + CIDL_VERSION=v22.1.9 |
268 | 2024-05-30T03:13:55.691Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
269 | 2024-05-30T03:13:55.691Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
270 | 2024-05-30T03:13:55.691Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
271 | 2024-05-30T03:13:55.691Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
272 | 2024-05-30T03:13:55.692Z | + TARGET_DIR=out |
273 | 2024-05-30T03:13:55.692Z | + DOWNLOAD_DIR=out/downloads |
274 | 2024-05-30T03:13:55.692Z | + DEST_DIR=./out/cockroachdb |
275 | 2024-05-30T03:13:55.692Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
276 | 2024-05-30T03:13:55.692Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
277 | 2024-05-30T03:13:55.692Z | + main |
278 | 2024-05-30T03:13:55.692Z | + [[ 0 != 0 ]] |
279 | 2024-05-30T03:13:55.692Z | + CIDL_OS=solaris2.11 |
280 | 2024-05-30T03:13:55.692Z | + [[ 0 != 0 ]] |
281 | 2024-05-30T03:13:55.693Z | + configure_os solaris2.11 |
282 | 2024-05-30T03:13:55.693Z | + echo 'current directory: /work/oxidecomputer/omicron' |
283 | 2024-05-30T03:13:55.693Z | + echo 'configuring based on OS: "solaris2.11"' |
284 | 2024-05-30T03:13:55.693Z | current directory: /work/oxidecomputer/omicron |
285 | 2024-05-30T03:13:55.693Z | configuring based on OS: "solaris2.11" |
286 | 2024-05-30T03:13:55.693Z | + case "$1" in |
287 | 2024-05-30T03:13:55.693Z | + CIDL_BUILD=illumos |
288 | 2024-05-30T03:13:55.693Z | + CIDL_SUFFIX=tar.gz |
289 | 2024-05-30T03:13:55.693Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
290 | 2024-05-30T03:13:55.693Z | + CIDL_URL_BASE=https://illumos.org/downloads |
291 | 2024-05-30T03:13:55.693Z | + CIDL_ASSEMBLE=do_assemble_illumos |
292 | 2024-05-30T03:13:55.693Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
293 | 2024-05-30T03:13:55.694Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-05-30T03:13:55.694Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-05-30T03:13:55.694Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
296 | 2024-05-30T03:13:55.694Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-05-30T03:13:55.694Z | + CIDL_SHA256FUNC=do_sha256sum |
298 | 2024-05-30T03:13:55.694Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
299 | 2024-05-30T03:13:55.694Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2024-05-30T03:13:55.694Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
301 | 2024-05-30T03:13:55.694Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-05-30T03:13:55.694Z | + mkdir -p out/downloads |
303 | 2024-05-30T03:13:55.694Z | + mkdir -p ./out/cockroachdb |
304 | 2024-05-30T03:13:55.694Z | + local DO_DOWNLOAD=true |
305 | 2024-05-30T03:13:55.695Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
306 | 2024-05-30T03:13:55.695Z | + '[' true == true ']' |
307 | 2024-05-30T03:13:55.695Z | + echo Downloading... |
308 | 2024-05-30T03:13:55.695Z | Downloading... |
309 | 2024-05-30T03:13:55.695Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
310 | 2024-05-30T03:13:55.695Z | + 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 |
311 | 2024-05-30T03:14:02.047Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2024-05-30T03:14:02.467Z | ++ sha256sum |
313 | 2024-05-30T03:14:02.468Z | ++ awk '{print $1}' |
314 | 2024-05-30T03:14:02.472Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
315 | 2024-05-30T03:14:02.472Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
316 | 2024-05-30T03:14:02.472Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
317 | 2024-05-30T03:14:02.472Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
318 | 2024-05-30T03:14:04.328Z | + do_assemble_illumos |
319 | 2024-05-30T03:14:04.329Z | + rm -r ./out/cockroachdb |
320 | 2024-05-30T03:14:04.339Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
321 | 2024-05-30T03:14:04.686Z | + ./out/cockroachdb/bin/cockroach version |
322 | 2024-05-30T03:14:04.853Z | Build Tag: v22.1.9-dirty |
323 | 2024-05-30T03:14:04.853Z | Build Time: 2022/10/26 21:17:46 |
324 | 2024-05-30T03:14:04.854Z | Distribution: OSS |
325 | 2024-05-30T03:14:04.854Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
326 | 2024-05-30T03:14:04.854Z | Go Version: go1.17.13 |
327 | 2024-05-30T03:14:04.854Z | C Compiler: gcc 10.3.0 |
328 | 2024-05-30T03:14:04.854Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
329 | 2024-05-30T03:14:04.854Z | Build Type: release |
330 | 2024-05-30T03:14:04.867Z | + set -o errexit |
331 | 2024-05-30T03:14:04.881Z | +++ dirname ./tools/ci_download_clickhouse |
332 | 2024-05-30T03:14:04.882Z | ++ cd ./tools |
333 | 2024-05-30T03:14:04.882Z | ++ pwd |
334 | 2024-05-30T03:14:04.882Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
335 | 2024-05-30T03:14:04.882Z | ++ basename ./tools/ci_download_clickhouse |
336 | 2024-05-30T03:14:04.882Z | + ARG0=ci_download_clickhouse |
337 | 2024-05-30T03:14:04.883Z | + TARGET_DIR=out |
338 | 2024-05-30T03:14:04.893Z | + DOWNLOAD_DIR=out/downloads |
339 | 2024-05-30T03:14:04.893Z | + DEST_DIR=./out/clickhouse |
340 | 2024-05-30T03:14:04.893Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
341 | 2024-05-30T03:14:04.893Z | + CIDL_VERSION=v23.8.7.24 |
342 | 2024-05-30T03:14:04.893Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
343 | 2024-05-30T03:14:04.893Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
344 | 2024-05-30T03:14:04.893Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
345 | 2024-05-30T03:14:04.893Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
346 | 2024-05-30T03:14:04.894Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
347 | 2024-05-30T03:14:04.894Z | + main |
348 | 2024-05-30T03:14:04.894Z | + [[ 0 != 0 ]] |
349 | 2024-05-30T03:14:04.894Z | + CIDL_OS=solaris2.11 |
350 | 2024-05-30T03:14:04.894Z | + [[ 0 != 0 ]] |
351 | 2024-05-30T03:14:04.894Z | + configure_os solaris2.11 |
352 | 2024-05-30T03:14:04.894Z | + echo 'current directory: /work/oxidecomputer/omicron' |
353 | 2024-05-30T03:14:04.894Z | + echo 'configuring based on OS: "solaris2.11"' |
354 | 2024-05-30T03:14:04.895Z | current directory: /work/oxidecomputer/omicron |
355 | 2024-05-30T03:14:04.895Z | configuring based on OS: "solaris2.11" |
356 | 2024-05-30T03:14:04.895Z | + CIDL_DASHREV= |
357 | 2024-05-30T03:14:04.895Z | + case "$1" in |
358 | 2024-05-30T03:14:04.895Z | + CIDL_PLATFORM=illumos |
359 | 2024-05-30T03:14:04.896Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
360 | 2024-05-30T03:14:04.896Z | + CIDL_MD5FUNC=do_md5sum |
361 | 2024-05-30T03:14:04.896Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
362 | 2024-05-30T03:14:04.896Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
363 | 2024-05-30T03:14:04.896Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
364 | 2024-05-30T03:14:04.896Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
365 | 2024-05-30T03:14:04.896Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
366 | 2024-05-30T03:14:04.896Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
367 | 2024-05-30T03:14:04.897Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
368 | 2024-05-30T03:14:04.897Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
369 | 2024-05-30T03:14:04.897Z | + mkdir -p out/downloads |
370 | 2024-05-30T03:14:04.914Z | + mkdir -p ./out/clickhouse |
371 | 2024-05-30T03:14:04.914Z | + local DO_DOWNLOAD=true |
372 | 2024-05-30T03:14:04.914Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
373 | 2024-05-30T03:14:04.914Z | + '[' true == true ']' |
374 | 2024-05-30T03:14:04.914Z | + echo Downloading... |
375 | 2024-05-30T03:14:04.914Z | Downloading... |
376 | 2024-05-30T03:14:04.914Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
377 | 2024-05-30T03:14:04.915Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
378 | 2024-05-30T03:14:06.470Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
379 | 2024-05-30T03:14:06.489Z | ++ md5sum |
380 | 2024-05-30T03:14:06.489Z | ++ awk '{print $1}' |
381 | 2024-05-30T03:14:07.160Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
382 | 2024-05-30T03:14:07.183Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
383 | 2024-05-30T03:14:07.183Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
384 | 2024-05-30T03:14:07.183Z | + mkdir -p ./out/clickhouse |
385 | 2024-05-30T03:14:07.184Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
386 | 2024-05-30T03:14:11.005Z | + [[ solaris2.11 == darwin* ]] |
387 | 2024-05-30T03:14:11.005Z | + ./out/clickhouse/clickhouse server --version |
388 | 2024-05-30T03:14:11.021Z | ClickHouse server version 23.8.7.1. |
389 | 2024-05-30T03:14:11.021Z | + set -o errexit |
390 | 2024-05-30T03:14:11.021Z | +++ dirname ./tools/ci_download_console |
391 | 2024-05-30T03:14:11.021Z | ++ cd ./tools |
392 | 2024-05-30T03:14:11.022Z | ++ pwd |
393 | 2024-05-30T03:14:11.022Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
394 | 2024-05-30T03:14:11.022Z | ++ basename ./tools/ci_download_console |
395 | 2024-05-30T03:14:11.022Z | + ARG0=ci_download_console |
396 | 2024-05-30T03:14:11.022Z | + TARGET_DIR=out |
397 | 2024-05-30T03:14:11.023Z | + DOWNLOAD_DIR=out/downloads |
398 | 2024-05-30T03:14:11.023Z | + DEST_DIR=./out/console-assets |
399 | 2024-05-30T03:14:11.023Z | + source /work/oxidecomputer/omicron/tools/console_version |
400 | 2024-05-30T03:14:11.023Z | ++ COMMIT=a228b75ba35952b68c0b8b0892c452d4fc29467a |
401 | 2024-05-30T03:14:11.023Z | ++ SHA2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 |
402 | 2024-05-30T03:14:11.024Z | + URL=https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
403 | 2024-05-30T03:14:11.024Z | + TARBALL_FILE=out/downloads/console.tar.gz |
404 | 2024-05-30T03:14:11.024Z | + main |
405 | 2024-05-30T03:14:11.024Z | + [[ 0 != 0 ]] |
406 | 2024-05-30T03:14:11.024Z | + echo 'URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz' |
407 | 2024-05-30T03:14:11.024Z | URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
408 | 2024-05-30T03:14:11.025Z | + echo 'Local file: out/downloads/console.tar.gz' |
409 | 2024-05-30T03:14:11.025Z | Local file: out/downloads/console.tar.gz |
410 | 2024-05-30T03:14:11.025Z | + local DO_DOWNLOAD=true |
411 | 2024-05-30T03:14:11.025Z | + [[ -f out/downloads/console.tar.gz ]] |
412 | 2024-05-30T03:14:11.025Z | + mkdir -p out/downloads |
413 | 2024-05-30T03:14:11.026Z | + '[' true == true ']' |
414 | 2024-05-30T03:14:11.026Z | + echo Downloading... |
415 | 2024-05-30T03:14:11.026Z | Downloading... |
416 | 2024-05-30T03:14:11.026Z | + do_download_curl https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz out/downloads/console.tar.gz |
417 | 2024-05-30T03:14:11.026Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
418 | 2024-05-30T03:14:11.414Z | ++ do_sha256sum out/downloads/console.tar.gz |
419 | 2024-05-30T03:14:11.426Z | ++ case "$OSTYPE" in |
420 | 2024-05-30T03:14:11.426Z | ++ SHA=sha256sum |
421 | 2024-05-30T03:14:11.427Z | ++ sha256sum |
422 | 2024-05-30T03:14:11.427Z | ++ awk '{print $1}' |
423 | 2024-05-30T03:14:11.427Z | + calculated_sha2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 |
424 | 2024-05-30T03:14:11.427Z | + [[ 8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 != \8\d\5\b\0\6\6\8\0\e\5\9\8\6\b\6\3\3\b\3\f\9\7\e\4\6\d\7\8\2\3\e\a\2\d\d\d\f\2\b\9\8\9\3\0\d\8\c\6\a\4\f\7\d\c\1\e\b\3\8\2\0\4\8 ]] |
425 | 2024-05-30T03:14:11.427Z | + rm -rf ./out/console-assets |
426 | 2024-05-30T03:14:11.427Z | + mkdir -p ./out/console-assets |
427 | 2024-05-30T03:14:11.435Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
428 | 2024-05-30T03:14:11.435Z | + mkdir -p ./out/console-assets |
429 | 2024-05-30T03:14:11.435Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
430 | 2024-05-30T03:14:11.519Z | + set -o errexit |
431 | 2024-05-30T03:14:11.527Z | +++ dirname ./tools/ci_download_dendrite_openapi |
432 | 2024-05-30T03:14:11.527Z | ++ cd ./tools |
433 | 2024-05-30T03:14:11.528Z | ++ pwd |
434 | 2024-05-30T03:14:11.528Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
435 | 2024-05-30T03:14:11.528Z | ++ basename ./tools/ci_download_dendrite_openapi |
436 | 2024-05-30T03:14:11.534Z | + ARG0=ci_download_dendrite_openapi |
437 | 2024-05-30T03:14:11.534Z | + TARGET_DIR=out |
438 | 2024-05-30T03:14:11.534Z | + DOWNLOAD_DIR=out/downloads |
439 | 2024-05-30T03:14:11.534Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
440 | 2024-05-30T03:14:11.534Z | ++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
441 | 2024-05-30T03:14:11.534Z | ++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
442 | 2024-05-30T03:14:11.534Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
443 | 2024-05-30T03:14:11.535Z | + LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
444 | 2024-05-30T03:14:11.535Z | + main |
445 | 2024-05-30T03:14:11.535Z | + [[ 0 != 0 ]] |
446 | 2024-05-30T03:14:11.535Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json' |
447 | 2024-05-30T03:14:11.535Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
448 | 2024-05-30T03:14:11.535Z | + echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json' |
449 | 2024-05-30T03:14:11.535Z | + local DO_DOWNLOAD=true |
450 | 2024-05-30T03:14:11.536Z | Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
451 | 2024-05-30T03:14:11.536Z | + [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]] |
452 | 2024-05-30T03:14:11.536Z | + mkdir -p out/downloads |
453 | 2024-05-30T03:14:11.536Z | + '[' true == true ']' |
454 | 2024-05-30T03:14:11.536Z | + echo Downloading... |
455 | 2024-05-30T03:14:11.536Z | Downloading... |
456 | 2024-05-30T03:14:11.537Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
457 | 2024-05-30T03:14:11.537Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
458 | 2024-05-30T03:14:12.170Z | ++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
459 | 2024-05-30T03:14:12.170Z | ++ case "$OSTYPE" in |
460 | 2024-05-30T03:14:12.170Z | ++ SHA=sha256sum |
461 | 2024-05-30T03:14:12.183Z | ++ sha256sum |
462 | 2024-05-30T03:14:12.183Z | ++ awk '{print $1}' |
463 | 2024-05-30T03:14:12.183Z | + calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
464 | 2024-05-30T03:14:12.183Z | + [[ 213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 != \2\1\3\0\3\1\a\a\0\5\8\f\0\a\a\3\5\5\9\6\4\e\4\a\5\c\a\3\5\0\d\b\3\0\1\1\0\4\5\4\b\a\d\5\c\7\7\c\b\c\9\4\a\b\7\7\f\d\c\b\e\0\1\3 ]] |
465 | 2024-05-30T03:14:12.208Z | + set -o errexit |
466 | 2024-05-30T03:14:12.208Z | +++ dirname ./tools/ci_download_dendrite_stub |
467 | 2024-05-30T03:14:12.208Z | ++ cd ./tools |
468 | 2024-05-30T03:14:12.208Z | ++ pwd |
469 | 2024-05-30T03:14:12.208Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
470 | 2024-05-30T03:14:12.208Z | ++ basename ./tools/ci_download_dendrite_stub |
471 | 2024-05-30T03:14:12.209Z | + ARG0=ci_download_dendrite_stub |
472 | 2024-05-30T03:14:12.209Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
473 | 2024-05-30T03:14:12.209Z | ++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
474 | 2024-05-30T03:14:12.209Z | ++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b |
475 | 2024-05-30T03:14:12.209Z | ++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882 |
476 | 2024-05-30T03:14:12.209Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
477 | 2024-05-30T03:14:12.209Z | ++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
478 | 2024-05-30T03:14:12.209Z | ++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
479 | 2024-05-30T03:14:12.210Z | + TARGET_DIR=out |
480 | 2024-05-30T03:14:12.210Z | + DOWNLOAD_DIR=out/downloads |
481 | 2024-05-30T03:14:12.210Z | + DEST_DIR=./out/dendrite-stub |
482 | 2024-05-30T03:14:12.210Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
483 | 2024-05-30T03:14:12.210Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
484 | 2024-05-30T03:14:12.210Z | + REPO=oxidecomputer/dendrite |
485 | 2024-05-30T03:14:12.210Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
486 | 2024-05-30T03:14:12.210Z | + main |
487 | 2024-05-30T03:14:12.210Z | + [[ 0 != 0 ]] |
488 | 2024-05-30T03:14:12.210Z | + CIDL_OS=solaris2.11 |
489 | 2024-05-30T03:14:12.210Z | + [[ 0 != 0 ]] |
490 | 2024-05-30T03:14:12.211Z | + configure_os solaris2.11 |
491 | 2024-05-30T03:14:12.211Z | + echo 'current directory: /work/oxidecomputer/omicron' |
492 | 2024-05-30T03:14:12.211Z | current directory: /work/oxidecomputer/omicron |
493 | 2024-05-30T03:14:12.211Z | + echo 'configuring based on OS: "solaris2.11"' |
494 | 2024-05-30T03:14:12.211Z | + case "$1" in |
495 | 2024-05-30T03:14:12.211Z | configuring based on OS: "solaris2.11" |
496 | 2024-05-30T03:14:12.212Z | + SET_BINARIES= |
497 | 2024-05-30T03:14:12.212Z | + CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
498 | 2024-05-30T03:14:12.212Z | + CIDL_SHA256FUNC=do_sha256sum |
499 | 2024-05-30T03:14:12.212Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
500 | 2024-05-30T03:14:12.212Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
501 | 2024-05-30T03:14:12.212Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
502 | 2024-05-30T03:14:12.212Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz' |
503 | 2024-05-30T03:14:12.212Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
504 | 2024-05-30T03:14:12.212Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
505 | 2024-05-30T03:14:12.213Z | + mkdir -p out/downloads |
506 | 2024-05-30T03:14:12.213Z | Local file: out/downloads/dendrite-stub.tar.gz |
507 | 2024-05-30T03:14:12.213Z | + mkdir -p ./out/dendrite-stub |
508 | 2024-05-30T03:14:12.213Z | + fetch_and_verify |
509 | 2024-05-30T03:14:12.213Z | + local DO_DOWNLOAD=true |
510 | 2024-05-30T03:14:12.213Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
511 | 2024-05-30T03:14:12.213Z | + '[' true == true ']' |
512 | 2024-05-30T03:14:12.214Z | + echo Downloading... |
513 | 2024-05-30T03:14:12.214Z | Downloading... |
514 | 2024-05-30T03:14:12.214Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
515 | 2024-05-30T03:14:12.214Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
516 | 2024-05-30T03:14:27.258Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
517 | 2024-05-30T03:14:27.282Z | ++ sha256sum |
518 | 2024-05-30T03:14:27.283Z | ++ awk '{print $1}' |
519 | 2024-05-30T03:14:27.301Z | + calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
520 | 2024-05-30T03:14:27.302Z | + [[ 5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 != \5\9\2\9\f\9\a\b\f\0\d\a\f\4\b\b\f\1\7\d\8\3\5\e\5\d\6\9\f\c\8\4\2\b\9\6\1\7\b\3\1\2\f\b\5\6\4\4\f\a\9\9\d\a\f\7\8\5\2\0\3\7\0\0 ]] |
521 | 2024-05-30T03:14:27.302Z | + do_untar out/downloads/dendrite-stub.tar.gz |
522 | 2024-05-30T03:14:27.302Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
523 | 2024-05-30T03:14:27.917Z | + do_assemble |
524 | 2024-05-30T03:14:27.917Z | + rm -r ./out/dendrite-stub |
525 | 2024-05-30T03:14:27.934Z | + mkdir ./out/dendrite-stub |
526 | 2024-05-30T03:14:27.934Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
527 | 2024-05-30T03:14:28.009Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
528 | 2024-05-30T03:14:28.019Z | + set -o errexit |
529 | 2024-05-30T03:14:28.019Z | +++ dirname ./tools/ci_download_maghemite_mgd |
530 | 2024-05-30T03:14:28.020Z | ++ cd ./tools |
531 | 2024-05-30T03:14:28.020Z | ++ pwd |
532 | 2024-05-30T03:14:28.020Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
533 | 2024-05-30T03:14:28.049Z | ++ basename ./tools/ci_download_maghemite_mgd |
534 | 2024-05-30T03:14:28.049Z | + ARG0=ci_download_maghemite_mgd |
535 | 2024-05-30T03:14:28.049Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
536 | 2024-05-30T03:14:28.049Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
537 | 2024-05-30T03:14:28.050Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
538 | 2024-05-30T03:14:28.050Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
539 | 2024-05-30T03:14:28.050Z | ++ COMMIT=23b0cf439f9f62b9a4933e55cc72bcaddc9596cd |
540 | 2024-05-30T03:14:28.051Z | ++ SHA2=fdb33ee7425923560534672264008ef8948d227afce948ab704de092ad72157c |
541 | 2024-05-30T03:14:28.051Z | + TARGET_DIR=out |
542 | 2024-05-30T03:14:28.051Z | + DOWNLOAD_DIR=out/downloads |
543 | 2024-05-30T03:14:28.051Z | + DEST_DIR=./out/mgd |
544 | 2024-05-30T03:14:28.052Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
545 | 2024-05-30T03:14:28.052Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
546 | 2024-05-30T03:14:28.052Z | + REPO=oxidecomputer/maghemite |
547 | 2024-05-30T03:14:28.052Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd |
548 | 2024-05-30T03:14:28.052Z | + main |
549 | 2024-05-30T03:14:28.053Z | + rm -rf out/downloads/root |
550 | 2024-05-30T03:14:28.053Z | + [[ 0 != 0 ]] |
551 | 2024-05-30T03:14:28.053Z | + CIDL_OS=solaris2.11 |
552 | 2024-05-30T03:14:28.054Z | + [[ 0 != 0 ]] |
553 | 2024-05-30T03:14:28.054Z | + configure_os solaris2.11 |
554 | 2024-05-30T03:14:28.054Z | + echo 'current directory: /work/oxidecomputer/omicron' |
555 | 2024-05-30T03:14:28.054Z | current directory: /work/oxidecomputer/omicron |
556 | 2024-05-30T03:14:28.055Z | + echo 'configuring based on OS: "solaris2.11"' |
557 | 2024-05-30T03:14:28.055Z | + case "$1" in |
558 | 2024-05-30T03:14:28.055Z | + SET_BINARIES= |
559 | 2024-05-30T03:14:28.056Z | configuring based on OS: "solaris2.11" |
560 | 2024-05-30T03:14:28.056Z | + CIDL_SHA256FUNC=do_sha256sum |
561 | 2024-05-30T03:14:28.056Z | + TARBALL_FILENAME=mgd.tar.gz |
562 | 2024-05-30T03:14:28.056Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz |
563 | 2024-05-30T03:14:28.057Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
564 | 2024-05-30T03:14:28.057Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz' |
565 | 2024-05-30T03:14:28.057Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
566 | 2024-05-30T03:14:28.058Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz |
567 | 2024-05-30T03:14:28.058Z | Local file: out/downloads/mgd.tar.gz |
568 | 2024-05-30T03:14:28.058Z | + mkdir -p out/downloads |
569 | 2024-05-30T03:14:28.058Z | + mkdir -p ./out/mgd |
570 | 2024-05-30T03:14:28.099Z | + fetch_and_verify |
571 | 2024-05-30T03:14:28.099Z | + local DO_DOWNLOAD=true |
572 | 2024-05-30T03:14:28.100Z | + [[ -f out/downloads/mgd.tar.gz ]] |
573 | 2024-05-30T03:14:28.100Z | + '[' true == true ']' |
574 | 2024-05-30T03:14:28.100Z | + echo Downloading... |
575 | 2024-05-30T03:14:28.100Z | Downloading... |
576 | 2024-05-30T03:14:28.100Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz out/downloads/mgd.tar.gz |
577 | 2024-05-30T03:14:28.101Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz |
578 | 2024-05-30T03:15:06.166Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
579 | 2024-05-30T03:15:06.180Z | ++ sha256sum |
580 | 2024-05-30T03:15:06.180Z | ++ awk '{print $1}' |
581 | 2024-05-30T03:15:06.194Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
582 | 2024-05-30T03:15:06.194Z | + [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]] |
583 | 2024-05-30T03:15:06.195Z | + do_untar out/downloads/mgd.tar.gz |
584 | 2024-05-30T03:15:06.195Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
585 | 2024-05-30T03:15:06.776Z | + do_assemble |
586 | 2024-05-30T03:15:06.776Z | + rm -r ./out/mgd |
587 | 2024-05-30T03:15:06.794Z | + mkdir ./out/mgd |
588 | 2024-05-30T03:15:06.794Z | + cp -r out/downloads/root ./out/mgd/root |
589 | 2024-05-30T03:15:06.851Z | + set -o errexit |
590 | 2024-05-30T03:15:06.865Z | +++ dirname ./tools/ci_download_transceiver_control |
591 | 2024-05-30T03:15:06.865Z | ++ cd ./tools |
592 | 2024-05-30T03:15:06.865Z | ++ pwd |
593 | 2024-05-30T03:15:06.866Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
594 | 2024-05-30T03:15:06.866Z | ++ basename ./tools/ci_download_transceiver_control |
595 | 2024-05-30T03:15:06.866Z | + ARG0=ci_download_transceiver_control |
596 | 2024-05-30T03:15:06.866Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
597 | 2024-05-30T03:15:06.866Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
598 | 2024-05-30T03:15:06.866Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
599 | 2024-05-30T03:15:06.867Z | + TARGET_DIR=out |
600 | 2024-05-30T03:15:06.867Z | + DOWNLOAD_DIR=out/downloads |
601 | 2024-05-30T03:15:06.867Z | + DEST_DIR=./out/transceiver-control |
602 | 2024-05-30T03:15:06.867Z | + BIN_DIR=/opt/oxide/bin |
603 | 2024-05-30T03:15:06.867Z | + BINARY=xcvradm |
604 | 2024-05-30T03:15:06.867Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
605 | 2024-05-30T03:15:06.868Z | + REPO=oxidecomputer/transceiver-control |
606 | 2024-05-30T03:15:06.868Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
607 | 2024-05-30T03:15:06.868Z | + main |
608 | 2024-05-30T03:15:06.868Z | + [[ 0 != 0 ]] |
609 | 2024-05-30T03:15:06.868Z | + CIDL_OS=solaris2.11 |
610 | 2024-05-30T03:15:06.868Z | + [[ 0 != 0 ]] |
611 | 2024-05-30T03:15:06.868Z | + configure_os solaris2.11 |
612 | 2024-05-30T03:15:06.868Z | + echo 'current directory: /work/oxidecomputer/omicron' |
613 | 2024-05-30T03:15:06.868Z | current directory: /work/oxidecomputer/omicron |
614 | 2024-05-30T03:15:06.868Z | + echo 'configuring based on OS: "solaris2.11"' |
615 | 2024-05-30T03:15:06.868Z | configuring based on OS: "solaris2.11" |
616 | 2024-05-30T03:15:06.868Z | + case "$1" in |
617 | 2024-05-30T03:15:06.868Z | + SET_BINARIES= |
618 | 2024-05-30T03:15:06.868Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
619 | 2024-05-30T03:15:06.868Z | + CIDL_SHA256FUNC=do_sha256sum |
620 | 2024-05-30T03:15:06.868Z | + ARCHIVE_FILENAME=xcvradm.gz |
621 | 2024-05-30T03:15:06.868Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
622 | 2024-05-30T03:15:06.868Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
623 | 2024-05-30T03:15:06.868Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
624 | 2024-05-30T03:15:06.868Z | + echo 'Local file: out/downloads/xcvradm.gz' |
625 | 2024-05-30T03:15:06.868Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
626 | 2024-05-30T03:15:06.869Z | Local file: out/downloads/xcvradm.gz |
627 | 2024-05-30T03:15:06.869Z | + mkdir -p out/downloads |
628 | 2024-05-30T03:15:06.869Z | + mkdir -p ./out/transceiver-control |
629 | 2024-05-30T03:15:06.882Z | + fetch_and_verify |
630 | 2024-05-30T03:15:06.882Z | + local DO_DOWNLOAD=true |
631 | 2024-05-30T03:15:06.882Z | + [[ -f out/downloads/xcvradm.gz ]] |
632 | 2024-05-30T03:15:06.882Z | + '[' true == true ']' |
633 | 2024-05-30T03:15:06.882Z | + echo Downloading... |
634 | 2024-05-30T03:15:06.882Z | Downloading... |
635 | 2024-05-30T03:15:06.883Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
636 | 2024-05-30T03:15:06.883Z | + 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 |
637 | 2024-05-30T03:15:37.305Z | ++ do_sha256sum out/downloads/xcvradm.gz |
638 | 2024-05-30T03:15:37.337Z | ++ sha256sum |
639 | 2024-05-30T03:15:37.337Z | ++ awk '{print $1}' |
640 | 2024-05-30T03:15:37.337Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
641 | 2024-05-30T03:15:37.337Z | + [[ 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 ]] |
642 | 2024-05-30T03:15:37.337Z | + do_unpack out/downloads/xcvradm.gz |
643 | 2024-05-30T03:15:37.338Z | + mkdir -p out/downloads/root//opt/oxide/bin |
644 | 2024-05-30T03:15:37.338Z | + gzip -dc out/downloads/xcvradm.gz |
645 | 2024-05-30T03:15:37.413Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
646 | 2024-05-30T03:15:37.428Z | + do_assemble |
647 | 2024-05-30T03:15:37.428Z | + rm -r ./out/transceiver-control |
648 | 2024-05-30T03:15:37.428Z | + mkdir ./out/transceiver-control |
649 | 2024-05-30T03:15:37.428Z | + cp -r out/downloads/root ./out/transceiver-control/root |
650 | 2024-05-30T03:15:37.514Z | + set -o errexit |
651 | 2024-05-30T03:15:37.523Z | +++ dirname ./tools/ci_download_thundermuffin |
652 | 2024-05-30T03:15:37.523Z | ++ cd ./tools |
653 | 2024-05-30T03:15:37.523Z | ++ pwd |
654 | 2024-05-30T03:15:37.523Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
655 | 2024-05-30T03:15:37.523Z | ++ basename ./tools/ci_download_thundermuffin |
656 | 2024-05-30T03:15:37.523Z | + ARG0=ci_download_thundermuffin |
657 | 2024-05-30T03:15:37.524Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
658 | 2024-05-30T03:15:37.524Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
659 | 2024-05-30T03:15:37.524Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
660 | 2024-05-30T03:15:37.524Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
661 | 2024-05-30T03:15:37.524Z | + TARGET_DIR=out |
662 | 2024-05-30T03:15:37.524Z | + DOWNLOAD_DIR=out/downloads |
663 | 2024-05-30T03:15:37.524Z | + DEST_DIR=./out/thundermuffin |
664 | 2024-05-30T03:15:37.524Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
665 | 2024-05-30T03:15:37.525Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
666 | 2024-05-30T03:15:37.525Z | + REPO=oxidecomputer/thundermuffin |
667 | 2024-05-30T03:15:37.525Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
668 | 2024-05-30T03:15:37.525Z | + main |
669 | 2024-05-30T03:15:37.525Z | + rm -rf out/downloads/root |
670 | 2024-05-30T03:15:37.525Z | + [[ 0 != 0 ]] |
671 | 2024-05-30T03:15:37.525Z | + CIDL_OS=solaris2.11 |
672 | 2024-05-30T03:15:37.525Z | + [[ 0 != 0 ]] |
673 | 2024-05-30T03:15:37.526Z | + configure_os solaris2.11 |
674 | 2024-05-30T03:15:37.526Z | + echo 'current directory: /work/oxidecomputer/omicron' |
675 | 2024-05-30T03:15:37.526Z | current directory: /work/oxidecomputer/omicron |
676 | 2024-05-30T03:15:37.526Z | + echo 'configuring based on OS: "solaris2.11"' |
677 | 2024-05-30T03:15:37.526Z | configuring based on OS: "solaris2.11" |
678 | 2024-05-30T03:15:37.526Z | + case "$1" in |
679 | 2024-05-30T03:15:37.527Z | + SET_BINARIES= |
680 | 2024-05-30T03:15:37.527Z | + CIDL_SHA256FUNC=do_sha256sum |
681 | 2024-05-30T03:15:37.527Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
682 | 2024-05-30T03:15:37.527Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
683 | 2024-05-30T03:15:37.527Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
684 | 2024-05-30T03:15:37.528Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
685 | 2024-05-30T03:15:37.528Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
686 | 2024-05-30T03:15:37.528Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
687 | 2024-05-30T03:15:37.528Z | Local file: out/downloads/thundermuffin.tar.gz |
688 | 2024-05-30T03:15:37.528Z | + mkdir -p out/downloads |
689 | 2024-05-30T03:15:37.529Z | + mkdir -p ./out/thundermuffin |
690 | 2024-05-30T03:15:37.529Z | + fetch_and_verify |
691 | 2024-05-30T03:15:37.529Z | + local DO_DOWNLOAD=true |
692 | 2024-05-30T03:15:37.529Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
693 | 2024-05-30T03:15:37.529Z | + '[' true == true ']' |
694 | 2024-05-30T03:15:37.529Z | + echo Downloading... |
695 | 2024-05-30T03:15:37.530Z | Downloading... |
696 | 2024-05-30T03:15:37.530Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
697 | 2024-05-30T03:15:37.530Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
698 | 2024-05-30T03:15:41.037Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
699 | 2024-05-30T03:15:41.048Z | ++ sha256sum |
700 | 2024-05-30T03:15:41.049Z | ++ awk '{print $1}' |
701 | 2024-05-30T03:15:41.049Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
702 | 2024-05-30T03:15:41.049Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
703 | 2024-05-30T03:15:41.050Z | + do_untar out/downloads/thundermuffin.tar.gz |
704 | 2024-05-30T03:15:41.050Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
705 | 2024-05-30T03:15:41.059Z | + do_assemble |
706 | 2024-05-30T03:15:41.060Z | + rm -r ./out/thundermuffin |
707 | 2024-05-30T03:15:41.060Z | + mkdir ./out/thundermuffin |
708 | 2024-05-30T03:15:41.060Z | + cp -r out/downloads/root ./out/thundermuffin/root |
709 | 2024-05-30T03:15:41.230Z | All builder prerequisites installed successfully, and PATH looks valid |
710 | 2024-05-30T03:15:41.267Z | |
711 | 2024-05-30T03:15:41.267Z | real 3:09.196397319 |
712 | 2024-05-30T03:15:41.267Z | user 38.357526236 |
713 | 2024-05-30T03:15:41.267Z | sys 7.047790172 |
714 | 2024-05-30T03:15:41.268Z | trap 0.009551639 |
715 | 2024-05-30T03:15:41.268Z | tflt 0.161599987 |
716 | 2024-05-30T03:15:41.268Z | dflt 0.227045778 |
717 | 2024-05-30T03:15:41.268Z | kflt 0.139438223 |
718 | 2024-05-30T03:15:41.268Z | lock 1.249207628 |
719 | 2024-05-30T03:15:41.268Z | slp 7:24.749415384 |
720 | 2024-05-30T03:15:41.268Z | lat 1.991485945 |
721 | 2024-05-30T03:15:41.268Z | stop 0.132187322 |
722 | 2024-05-30T03:15:41.269Z | |
723 | 2024-05-30T03:15:41.269Z | #### # # ##### ##### # # |
724 | 2024-05-30T03:15:41.269Z | # # # # # # # # # # |
725 | 2024-05-30T03:15:41.269Z | # # # # # # # # |
726 | 2024-05-30T03:15:41.269Z | # # # ##### ##### # |
727 | 2024-05-30T03:15:41.269Z | # # # # # # # |
728 | 2024-05-30T03:15:41.269Z | #### ###### # # # # |
729 | 2024-05-30T03:15:41.269Z | |
730 | 2024-05-30T03:15:41.453Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
731 | 2024-05-30T03:15:41.740Z | Updating git repository `https://github.com/oxidecomputer/zone` |
732 | 2024-05-30T03:15:42.024Z | Updating crates.io index |
733 | 2024-05-30T03:15:42.112Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
734 | 2024-05-30T03:15:42.797Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
735 | 2024-05-30T03:15:43.557Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
736 | 2024-05-30T03:15:43.819Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
737 | 2024-05-30T03:15:45.769Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
738 | 2024-05-30T03:15:46.304Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
739 | 2024-05-30T03:15:46.599Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
740 | 2024-05-30T03:15:48.260Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
741 | 2024-05-30T03:15:49.469Z | Updating git repository `https://github.com/oxidecomputer/opte` |
742 | 2024-05-30T03:15:50.562Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
743 | 2024-05-30T03:15:51.336Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
744 | 2024-05-30T03:15:51.914Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
745 | 2024-05-30T03:15:52.241Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
746 | 2024-05-30T03:15:52.608Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
747 | 2024-05-30T03:15:52.906Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
748 | 2024-05-30T03:15:53.266Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
749 | 2024-05-30T03:15:53.578Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
750 | 2024-05-30T03:15:53.829Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
751 | 2024-05-30T03:15:54.099Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
752 | 2024-05-30T03:15:54.404Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
753 | 2024-05-30T03:15:54.684Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
754 | 2024-05-30T03:15:55.006Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
755 | 2024-05-30T03:15:55.382Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
756 | 2024-05-30T03:15:55.989Z | Updating git repository `https://github.com/jgallagher/nix` |
757 | 2024-05-30T03:15:56.957Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
758 | 2024-05-30T03:15:57.200Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
759 | 2024-05-30T03:15:57.580Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
760 | 2024-05-30T03:15:58.118Z | Updating git repository `https://github.com/oxidecomputer/typify` |
761 | 2024-05-30T03:16:00.081Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
762 | 2024-05-30T03:16:00.471Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
763 | 2024-05-30T03:16:00.721Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
764 | 2024-05-30T03:16:01.148Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
765 | 2024-05-30T03:16:02.476Z | Downloading crates ... |
766 | 2024-05-30T03:16:02.552Z | Downloaded anyhow v1.0.83 |
767 | 2024-05-30T03:16:02.567Z | Downloaded anstyle-parse v0.2.4 |
768 | 2024-05-30T03:16:02.581Z | Downloaded anstyle-query v1.0.3 |
769 | 2024-05-30T03:16:02.581Z | Downloaded anstyle v1.0.7 |
770 | 2024-05-30T03:16:02.582Z | Downloaded autocfg v1.3.0 |
771 | 2024-05-30T03:16:02.582Z | Downloaded cargo-platform v0.1.8 |
772 | 2024-05-30T03:16:02.582Z | Downloaded camino v1.1.7 |
773 | 2024-05-30T03:16:02.582Z | Downloaded anstream v0.6.14 |
774 | 2024-05-30T03:16:02.598Z | Downloaded bitflags v2.5.0 |
775 | 2024-05-30T03:16:02.599Z | Downloaded ryu v1.0.18 |
776 | 2024-05-30T03:16:02.599Z | Downloaded clap_lex v0.7.0 |
777 | 2024-05-30T03:16:02.671Z | Downloaded rustix v0.38.34 |
778 | 2024-05-30T03:16:02.687Z | Downloaded memchr v2.7.2 |
779 | 2024-05-30T03:16:02.687Z | Downloaded is_terminal_polyfill v1.70.0 |
780 | 2024-05-30T03:16:02.687Z | Downloaded equivalent v1.0.1 |
781 | 2024-05-30T03:16:02.687Z | Downloaded colorchoice v1.0.1 |
782 | 2024-05-30T03:16:02.688Z | Downloaded thiserror-impl v1.0.60 |
783 | 2024-05-30T03:16:02.688Z | Downloaded errno v0.3.9 |
784 | 2024-05-30T03:16:02.688Z | Downloaded thiserror v1.0.60 |
785 | 2024-05-30T03:16:02.688Z | Downloaded itoa v1.0.11 |
786 | 2024-05-30T03:16:02.688Z | Downloaded serde_spanned v0.6.6 |
787 | 2024-05-30T03:16:02.688Z | Downloaded utf8parse v0.2.1 |
788 | 2024-05-30T03:16:02.688Z | Downloaded swrite v0.1.0 |
789 | 2024-05-30T03:16:02.689Z | Downloaded toml_datetime v0.6.6 |
790 | 2024-05-30T03:16:02.689Z | Downloaded fs-err v2.11.0 |
791 | 2024-05-30T03:16:02.689Z | Downloaded terminal_size v0.3.0 |
792 | 2024-05-30T03:16:02.689Z | Downloaded strsim v0.11.1 |
793 | 2024-05-30T03:16:02.690Z | Downloaded heck v0.5.0 |
794 | 2024-05-30T03:16:02.690Z | Downloaded clap_derive v4.5.4 |
795 | 2024-05-30T03:16:02.690Z | Downloaded semver v1.0.23 |
796 | 2024-05-30T03:16:02.690Z | Downloaded cargo_toml v0.20.2 |
797 | 2024-05-30T03:16:02.690Z | Downloaded macaddr v1.0.1 |
798 | 2024-05-30T03:16:02.690Z | Downloaded quote v1.0.36 |
799 | 2024-05-30T03:16:02.691Z | Downloaded unicode-ident v1.0.12 |
800 | 2024-05-30T03:16:02.691Z | Downloaded clap v4.5.4 |
801 | 2024-05-30T03:16:02.700Z | Downloaded cargo_metadata v0.18.1 |
802 | 2024-05-30T03:16:02.700Z | Downloaded toml v0.8.13 |
803 | 2024-05-30T03:16:02.701Z | Downloaded serde_derive v1.0.202 |
804 | 2024-05-30T03:16:02.701Z | Downloaded proc-macro2 v1.0.82 |
805 | 2024-05-30T03:16:02.714Z | Downloaded serde v1.0.202 |
806 | 2024-05-30T03:16:02.731Z | Downloaded indexmap v2.2.6 |
807 | 2024-05-30T03:16:02.731Z | Downloaded toml_edit v0.22.13 |
808 | 2024-05-30T03:16:02.744Z | Downloaded serde_json v1.0.117 |
809 | 2024-05-30T03:16:02.767Z | Downloaded clap_builder v4.5.2 |
810 | 2024-05-30T03:16:02.767Z | Downloaded winnow v0.6.8 |
811 | 2024-05-30T03:16:02.787Z | Downloaded hashbrown v0.14.5 |
812 | 2024-05-30T03:16:02.788Z | Downloaded syn v2.0.64 |
813 | 2024-05-30T03:16:02.803Z | Downloaded libc v0.2.155 |
814 | 2024-05-30T03:16:03.472Z | Compiling proc-macro2 v1.0.82 |
815 | 2024-05-30T03:16:03.472Z | Compiling unicode-ident v1.0.12 |
816 | 2024-05-30T03:16:03.891Z | Compiling serde v1.0.202 |
817 | 2024-05-30T03:16:03.891Z | Compiling libc v0.2.155 |
818 | 2024-05-30T03:16:03.891Z | Compiling rustix v0.38.34 |
819 | 2024-05-30T03:16:03.891Z | Compiling bitflags v2.5.0 |
820 | 2024-05-30T03:16:03.891Z | Compiling utf8parse v0.2.1 |
821 | 2024-05-30T03:16:03.891Z | Compiling hashbrown v0.14.5 |
822 | 2024-05-30T03:16:03.891Z | Compiling equivalent v1.0.1 |
823 | 2024-05-30T03:16:03.891Z | Compiling anstyle-parse v0.2.4 |
824 | 2024-05-30T03:16:03.891Z | Compiling anstyle-query v1.0.3 |
825 | 2024-05-30T03:16:03.898Z | Compiling camino v1.1.7 |
826 | 2024-05-30T03:16:03.899Z | Compiling thiserror v1.0.60 |
827 | 2024-05-30T03:16:03.899Z | Compiling colorchoice v1.0.1 |
828 | 2024-05-30T03:16:03.899Z | Compiling serde_json v1.0.117 |
829 | 2024-05-30T03:16:04.199Z | Compiling indexmap v2.2.6 |
830 | 2024-05-30T03:16:04.900Z | Compiling winnow v0.6.8 |
831 | 2024-05-30T03:16:04.931Z | Compiling anstyle v1.0.7 |
832 | 2024-05-30T03:16:04.931Z | Compiling autocfg v1.3.0 |
833 | 2024-05-30T03:16:05.050Z | Compiling semver v1.0.23 |
834 | 2024-05-30T03:16:05.111Z | Compiling is_terminal_polyfill v1.70.0 |
835 | 2024-05-30T03:16:05.257Z | Compiling anstream v0.6.14 |
836 | 2024-05-30T03:16:05.320Z | Compiling ryu v1.0.18 |
837 | 2024-05-30T03:16:05.358Z | Compiling anyhow v1.0.83 |
838 | 2024-05-30T03:16:05.625Z | Compiling strsim v0.11.1 |
839 | 2024-05-30T03:16:05.759Z | Compiling itoa v1.0.11 |
840 | 2024-05-30T03:16:05.938Z | Compiling quote v1.0.36 |
841 | 2024-05-30T03:16:05.958Z | Compiling fs-err v2.11.0 |
842 | 2024-05-30T03:16:05.981Z | Compiling heck v0.5.0 |
843 | 2024-05-30T03:16:06.102Z | Compiling clap_lex v0.7.0 |
844 | 2024-05-30T03:16:06.364Z | Compiling syn v2.0.64 |
845 | 2024-05-30T03:16:06.517Z | Compiling errno v0.3.9 |
846 | 2024-05-30T03:16:06.653Z | Compiling swrite v0.1.0 |
847 | 2024-05-30T03:16:07.516Z | Compiling terminal_size v0.3.0 |
848 | 2024-05-30T03:16:07.627Z | Compiling clap_builder v4.5.2 |
849 | 2024-05-30T03:16:12.012Z | Compiling serde_derive v1.0.202 |
850 | 2024-05-30T03:16:12.012Z | Compiling thiserror-impl v1.0.60 |
851 | 2024-05-30T03:16:12.031Z | Compiling clap_derive v4.5.4 |
852 | 2024-05-30T03:16:14.568Z | Compiling clap v4.5.4 |
853 | 2024-05-30T03:16:20.019Z | Compiling toml_datetime v0.6.6 |
854 | 2024-05-30T03:16:20.041Z | Compiling serde_spanned v0.6.6 |
855 | 2024-05-30T03:16:20.041Z | Compiling cargo-platform v0.1.8 |
856 | 2024-05-30T03:16:20.041Z | Compiling macaddr v1.0.1 |
857 | 2024-05-30T03:16:20.693Z | Compiling toml_edit v0.22.13 |
858 | 2024-05-30T03:16:21.340Z | Compiling cargo_metadata v0.18.1 |
859 | 2024-05-30T03:16:22.416Z | Compiling toml v0.8.13 |
860 | 2024-05-30T03:16:23.546Z | Compiling cargo_toml v0.20.2 |
861 | 2024-05-30T03:16:27.147Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
862 | 2024-05-30T03:16:30.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.75s |
863 | 2024-05-30T03:16:30.237Z | Running `target/debug/xtask clippy` |
864 | 2024-05-30T03:16:30.284Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" |
865 | 2024-05-30T03:16:30.909Z | Downloading crates ... |
866 | 2024-05-30T03:16:31.051Z | Downloaded approx v0.5.1 |
867 | 2024-05-30T03:16:31.076Z | Downloaded argon2 v0.5.3 |
868 | 2024-05-30T03:16:31.076Z | Downloaded ascii v1.1.0 |
869 | 2024-05-30T03:16:31.086Z | Downloaded ahash v0.8.11 |
870 | 2024-05-30T03:16:31.087Z | Downloaded arrayref v0.3.7 |
871 | 2024-05-30T03:16:31.087Z | Downloaded arc-swap v1.7.1 |
872 | 2024-05-30T03:16:31.087Z | Downloaded anes v0.1.6 |
873 | 2024-05-30T03:16:31.087Z | Downloaded adler v1.0.2 |
874 | 2024-05-30T03:16:31.088Z | Downloaded addr2line v0.21.0 |
875 | 2024-05-30T03:16:31.088Z | Downloaded array-init v0.0.4 |
876 | 2024-05-30T03:16:31.097Z | Downloaded assert_matches v1.5.0 |
877 | 2024-05-30T03:16:31.097Z | Downloaded aho-corasick v1.1.3 |
878 | 2024-05-30T03:16:31.108Z | Downloaded assert_cmd v2.0.14 |
879 | 2024-05-30T03:16:31.108Z | Downloaded allocator-api2 v0.2.18 |
880 | 2024-05-30T03:16:31.108Z | Downloaded aead v0.5.2 |
881 | 2024-05-30T03:16:31.115Z | Downloaded bindgen v0.69.4 |
882 | 2024-05-30T03:16:31.116Z | Downloaded highway v1.1.0 |
883 | 2024-05-30T03:16:31.126Z | Downloaded corncobs v0.1.3 |
884 | 2024-05-30T03:16:31.126Z | Downloaded ciborium-io v0.2.2 |
885 | 2024-05-30T03:16:31.126Z | Downloaded bitfield v0.14.0 |
886 | 2024-05-30T03:16:31.127Z | Downloaded base64ct v1.6.0 |
887 | 2024-05-30T03:16:31.127Z | Downloaded async-stream v0.3.5 |
888 | 2024-05-30T03:16:31.127Z | Downloaded buf-list v1.0.3 |
889 | 2024-05-30T03:16:31.136Z | Downloaded async-recursion v1.1.1 |
890 | 2024-05-30T03:16:31.136Z | Downloaded home v0.5.9 |
891 | 2024-05-30T03:16:31.136Z | Downloaded chacha20poly1305 v0.10.1 |
892 | 2024-05-30T03:16:31.143Z | Downloaded castaway v0.2.2 |
893 | 2024-05-30T03:16:31.143Z | Downloaded atty v0.2.14 |
894 | 2024-05-30T03:16:31.143Z | Downloaded const_format_proc_macros v0.2.32 |
895 | 2024-05-30T03:16:31.154Z | Downloaded hmac v0.12.1 |
896 | 2024-05-30T03:16:31.154Z | Downloaded bitstruct_derive v0.1.0 |
897 | 2024-05-30T03:16:31.155Z | Downloaded crucible-workspace-hack v0.1.0 |
898 | 2024-05-30T03:16:31.165Z | Downloaded heck v0.4.1 |
899 | 2024-05-30T03:16:31.165Z | Downloaded atomicwrites v0.4.3 |
900 | 2024-05-30T03:16:31.165Z | Downloaded async-stream-impl v0.3.5 |
901 | 2024-05-30T03:16:31.166Z | Downloaded block-padding v0.3.3 |
902 | 2024-05-30T03:16:31.166Z | Downloaded bit-set v0.5.3 |
903 | 2024-05-30T03:16:31.174Z | Downloaded base16ct v0.2.0 |
904 | 2024-05-30T03:16:31.174Z | Downloaded heapless v0.8.0 |
905 | 2024-05-30T03:16:31.174Z | Downloaded hex v0.4.3 |
906 | 2024-05-30T03:16:31.174Z | Downloaded heck v0.3.3 |
907 | 2024-05-30T03:16:31.185Z | Downloaded hostname v0.4.0 |
908 | 2024-05-30T03:16:31.186Z | Downloaded hkdf v0.12.4 |
909 | 2024-05-30T03:16:31.186Z | Downloaded colored v2.1.0 |
910 | 2024-05-30T03:16:31.186Z | Downloaded ascii-canvas v3.0.0 |
911 | 2024-05-30T03:16:31.186Z | Downloaded mime v0.3.17 |
912 | 2024-05-30T03:16:31.195Z | Downloaded crossbeam-deque v0.8.5 |
913 | 2024-05-30T03:16:31.196Z | Downloaded cassowary v0.3.0 |
914 | 2024-05-30T03:16:31.196Z | Downloaded libm v0.2.8 |
915 | 2024-05-30T03:16:31.207Z | Downloaded hex-literal v0.4.1 |
916 | 2024-05-30T03:16:31.207Z | Downloaded crunchy v0.2.2 |
917 | 2024-05-30T03:16:31.207Z | Downloaded bb8 v0.8.3 |
918 | 2024-05-30T03:16:31.207Z | Downloaded blake2b_simd v1.0.2 |
919 | 2024-05-30T03:16:31.207Z | Downloaded maplit v1.0.2 |
920 | 2024-05-30T03:16:31.207Z | Downloaded idna v0.2.3 |
921 | 2024-05-30T03:16:31.213Z | Downloaded match_cfg v0.1.0 |
922 | 2024-05-30T03:16:31.213Z | Downloaded itertools v0.10.5 |
923 | 2024-05-30T03:16:31.213Z | Downloaded cpufeatures v0.2.12 |
924 | 2024-05-30T03:16:31.221Z | Downloaded memmap2 v0.9.4 |
925 | 2024-05-30T03:16:31.222Z | Downloaded cast v0.3.0 |
926 | 2024-05-30T03:16:31.222Z | Downloaded lru v0.12.3 |
927 | 2024-05-30T03:16:31.229Z | Downloaded miniz_oxide v0.7.2 |
928 | 2024-05-30T03:16:31.230Z | Downloaded is_ci v1.2.0 |
929 | 2024-05-30T03:16:31.230Z | Downloaded rand_xorshift v0.3.0 |
930 | 2024-05-30T03:16:31.230Z | Downloaded md-5 v0.10.6 |
931 | 2024-05-30T03:16:31.230Z | Downloaded mime_guess v2.0.4 |
932 | 2024-05-30T03:16:31.230Z | Downloaded new_debug_unreachable v1.0.6 |
933 | 2024-05-30T03:16:31.237Z | Downloaded crc-catalog v2.4.0 |
934 | 2024-05-30T03:16:31.237Z | Downloaded criterion-plot v0.5.0 |
935 | 2024-05-30T03:16:31.237Z | Downloaded crc v3.2.1 |
936 | 2024-05-30T03:16:31.245Z | Downloaded num v0.4.3 |
937 | 2024-05-30T03:16:31.245Z | Downloaded scroll_derive v0.12.0 |
938 | 2024-05-30T03:16:31.245Z | Downloaded newtype-uuid v1.1.0 |
939 | 2024-05-30T03:16:31.245Z | Downloaded mockall v0.12.1 |
940 | 2024-05-30T03:16:31.245Z | Downloaded keccak v0.1.5 |
941 | 2024-05-30T03:16:31.245Z | Downloaded native-tls v0.2.11 |
942 | 2024-05-30T03:16:31.252Z | Downloaded matches v0.1.10 |
943 | 2024-05-30T03:16:31.252Z | Downloaded cipher v0.4.4 |
944 | 2024-05-30T03:16:31.252Z | Downloaded lock_api v0.4.12 |
945 | 2024-05-30T03:16:31.252Z | Downloaded humantime v2.1.0 |
946 | 2024-05-30T03:16:31.252Z | Downloaded sync_wrapper v0.1.2 |
947 | 2024-05-30T03:16:31.277Z | Downloaded cfg-if v1.0.0 |
948 | 2024-05-30T03:16:31.277Z | Downloaded newline-converter v0.3.0 |
949 | 2024-05-30T03:16:31.277Z | Downloaded cancel-safe-futures v0.1.5 |
950 | 2024-05-30T03:16:31.277Z | Downloaded log v0.4.21 |
951 | 2024-05-30T03:16:31.285Z | Downloaded async-trait v0.1.80 |
952 | 2024-05-30T03:16:31.285Z | Downloaded multimap v0.10.0 |
953 | 2024-05-30T03:16:31.285Z | Downloaded toolchain_find v0.4.0 |
954 | 2024-05-30T03:16:31.285Z | Downloaded newtype_derive v0.1.6 |
955 | 2024-05-30T03:16:31.285Z | Downloaded impl-trait-for-tuples v0.2.2 |
956 | 2024-05-30T03:16:31.286Z | Downloaded http-range v0.1.5 |
957 | 2024-05-30T03:16:31.286Z | Downloaded rustls-pemfile v1.0.4 |
958 | 2024-05-30T03:16:31.286Z | Downloaded rustc_version v0.4.0 |
959 | 2024-05-30T03:16:31.286Z | Downloaded ipnetwork v0.20.0 |
960 | 2024-05-30T03:16:31.286Z | Downloaded cookie v0.18.1 |
961 | 2024-05-30T03:16:31.286Z | Downloaded cstr-argument v0.1.2 |
962 | 2024-05-30T03:16:31.286Z | Downloaded crossbeam-epoch v0.9.18 |
963 | 2024-05-30T03:16:31.295Z | Downloaded zone_cfg_derive v0.1.2 |
964 | 2024-05-30T03:16:31.295Z | Downloaded serde_plain v1.0.2 |
965 | 2024-05-30T03:16:31.295Z | Downloaded httparse v1.8.0 |
966 | 2024-05-30T03:16:31.296Z | Downloaded serde_path_to_error v0.1.16 |
967 | 2024-05-30T03:16:31.296Z | Downloaded strum_macros v0.25.3 |
968 | 2024-05-30T03:16:31.305Z | Downloaded target-spec v3.1.0 |
969 | 2024-05-30T03:16:31.305Z | Downloaded nibble_vec v0.1.0 |
970 | 2024-05-30T03:16:31.305Z | Downloaded memoffset v0.7.1 |
971 | 2024-05-30T03:16:31.306Z | Downloaded libefi-sys v0.1.0 |
972 | 2024-05-30T03:16:31.306Z | Downloaded thread-id v4.2.1 |
973 | 2024-05-30T03:16:31.306Z | Downloaded crc-any v2.5.0 |
974 | 2024-05-30T03:16:31.317Z | Downloaded indoc v2.0.5 |
975 | 2024-05-30T03:16:31.318Z | Downloaded memmap v0.7.0 |
976 | 2024-05-30T03:16:31.318Z | Downloaded derive_builder_macro v0.20.0 |
977 | 2024-05-30T03:16:31.318Z | Downloaded topological-sort v0.2.2 |
978 | 2024-05-30T03:16:31.318Z | Downloaded termtree v0.4.1 |
979 | 2024-05-30T03:16:31.318Z | Downloaded lazy_static v1.4.0 |
980 | 2024-05-30T03:16:31.331Z | Downloaded blake2 v0.10.6 |
981 | 2024-05-30T03:16:31.331Z | Downloaded which v4.4.2 |
982 | 2024-05-30T03:16:31.331Z | Downloaded mockall_derive v0.12.1 |
983 | 2024-05-30T03:16:31.331Z | Downloaded libtest-mimic v0.7.3 |
984 | 2024-05-30T03:16:31.331Z | Downloaded structmeta v0.3.0 |
985 | 2024-05-30T03:16:31.331Z | Downloaded crc32fast v1.4.0 |
986 | 2024-05-30T03:16:31.331Z | Downloaded httptest v0.15.5 |
987 | 2024-05-30T03:16:31.344Z | Downloaded fd-lock v4.0.2 |
988 | 2024-05-30T03:16:31.344Z | Downloaded defmt-macros v0.3.9 |
989 | 2024-05-30T03:16:31.344Z | Downloaded tokio-rustls v0.24.1 |
990 | 2024-05-30T03:16:31.344Z | Downloaded peg-runtime v0.8.3 |
991 | 2024-05-30T03:16:31.344Z | Downloaded num-conv v0.1.0 |
992 | 2024-05-30T03:16:31.344Z | Downloaded usdt-attr-macro v0.3.5 |
993 | 2024-05-30T03:16:31.344Z | Downloaded clang-sys v1.7.0 |
994 | 2024-05-30T03:16:31.369Z | Downloaded const_format v0.2.32 |
995 | 2024-05-30T03:16:31.369Z | Downloaded ron v0.7.1 |
996 | 2024-05-30T03:16:31.370Z | Downloaded backtrace v0.3.71 |
997 | 2024-05-30T03:16:31.378Z | Downloaded strum v0.26.2 |
998 | 2024-05-30T03:16:31.378Z | Downloaded ff v0.13.0 |
999 | 2024-05-30T03:16:31.378Z | Downloaded fastrand v2.1.0 |
1000 | 2024-05-30T03:16:31.378Z | Downloaded unicase v2.7.0 |
1001 | 2024-05-30T03:16:31.378Z | Downloaded waitgroup v0.1.2 |
1002 | 2024-05-30T03:16:31.378Z | Downloaded olpc-cjson v0.1.3 |
1003 | 2024-05-30T03:16:31.378Z | Downloaded futures-core v0.3.30 |
1004 | 2024-05-30T03:16:31.378Z | Downloaded endian-type v0.1.2 |
1005 | 2024-05-30T03:16:31.378Z | Downloaded pem-rfc7468 v0.7.0 |
1006 | 2024-05-30T03:16:31.378Z | Downloaded wait-timeout v0.2.0 |
1007 | 2024-05-30T03:16:31.387Z | Downloaded vte_generate_state_changes v0.1.1 |
1008 | 2024-05-30T03:16:31.387Z | Downloaded ref-cast-impl v1.0.23 |
1009 | 2024-05-30T03:16:31.387Z | Downloaded proc-macro-error-attr v1.0.4 |
1010 | 2024-05-30T03:16:31.387Z | Downloaded proc-macro-crate v1.3.1 |
1011 | 2024-05-30T03:16:31.387Z | Downloaded pem v3.0.4 |
1012 | 2024-05-30T03:16:31.387Z | Downloaded foreign-types v0.3.2 |
1013 | 2024-05-30T03:16:31.388Z | Downloaded num-derive v0.4.2 |
1014 | 2024-05-30T03:16:31.401Z | Downloaded ucd-trie v0.1.6 |
1015 | 2024-05-30T03:16:31.402Z | Downloaded cc v1.0.97 |
1016 | 2024-05-30T03:16:31.402Z | Downloaded signature v1.6.4 |
1017 | 2024-05-30T03:16:31.402Z | Downloaded smawk v0.3.2 |
1018 | 2024-05-30T03:16:31.402Z | Downloaded strum_macros v0.24.3 |
1019 | 2024-05-30T03:16:31.414Z | Downloaded structmeta-derive v0.3.0 |
1020 | 2024-05-30T03:16:31.415Z | Downloaded pin-utils v0.1.0 |
1021 | 2024-05-30T03:16:31.415Z | Downloaded once_cell v1.19.0 |
1022 | 2024-05-30T03:16:31.415Z | Downloaded num-complex v0.4.6 |
1023 | 2024-05-30T03:16:31.415Z | Downloaded indicatif v0.17.8 |
1024 | 2024-05-30T03:16:31.415Z | Downloaded defmt v0.3.8 |
1025 | 2024-05-30T03:16:31.425Z | Downloaded time-macros v0.2.18 |
1026 | 2024-05-30T03:16:31.425Z | Downloaded percent-encoding v2.3.1 |
1027 | 2024-05-30T03:16:31.425Z | Downloaded crossbeam-channel v0.5.12 |
1028 | 2024-05-30T03:16:31.425Z | Downloaded untrusted v0.9.0 |
1029 | 2024-05-30T03:16:31.425Z | Downloaded fallible-iterator v0.2.0 |
1030 | 2024-05-30T03:16:31.425Z | Downloaded sct v0.7.1 |
1031 | 2024-05-30T03:16:31.433Z | Downloaded proc-macro-error v1.0.4 |
1032 | 2024-05-30T03:16:31.433Z | Downloaded foreign-types v0.5.0 |
1033 | 2024-05-30T03:16:31.433Z | Downloaded fnv v1.0.7 |
1034 | 2024-05-30T03:16:31.439Z | Downloaded float-cmp v0.9.0 |
1035 | 2024-05-30T03:16:31.439Z | Downloaded packed_struct_codegen v0.10.1 |
1036 | 2024-05-30T03:16:31.439Z | Downloaded packed_struct v0.10.1 |
1037 | 2024-05-30T03:16:31.439Z | Downloaded smf v0.2.3 |
1038 | 2024-05-30T03:16:31.439Z | Downloaded fatfs v0.3.6 |
1039 | 2024-05-30T03:16:31.447Z | Downloaded slog v2.7.0 |
1040 | 2024-05-30T03:16:31.447Z | Downloaded ref-cast v1.0.23 |
1041 | 2024-05-30T03:16:31.447Z | Downloaded tokio-tungstenite v0.20.1 |
1042 | 2024-05-30T03:16:31.461Z | Downloaded doc-comment v0.3.3 |
1043 | 2024-05-30T03:16:31.461Z | Downloaded plotters-svg v0.3.5 |
1044 | 2024-05-30T03:16:31.461Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1045 | 2024-05-30T03:16:31.461Z | Downloaded slog-scope v4.4.0 |
1046 | 2024-05-30T03:16:31.478Z | Downloaded slog-json v2.6.1 |
1047 | 2024-05-30T03:16:31.478Z | Downloaded slog-dtrace v0.3.0 |
1048 | 2024-05-30T03:16:31.478Z | Downloaded untrusted v0.7.1 |
1049 | 2024-05-30T03:16:31.478Z | Downloaded slog-envlogger v2.2.0 |
1050 | 2024-05-30T03:16:31.478Z | Downloaded vte v0.11.1 |
1051 | 2024-05-30T03:16:31.479Z | Downloaded omicron-zone-package v0.11.0 |
1052 | 2024-05-30T03:16:31.479Z | Downloaded vsss-rs v3.3.4 |
1053 | 2024-05-30T03:16:31.479Z | Downloaded scheduled-thread-pool v0.2.7 |
1054 | 2024-05-30T03:16:31.918Z | Downloaded display-error-chain v0.2.0 |
1055 | 2024-05-30T03:16:31.918Z | Downloaded walkdir v2.5.0 |
1056 | 2024-05-30T03:16:31.918Z | Downloaded tokio-tungstenite v0.21.0 |
1057 | 2024-05-30T03:16:31.919Z | Downloaded num_cpus v1.16.0 |
1058 | 2024-05-30T03:16:31.919Z | Downloaded strum_macros v0.26.2 |
1059 | 2024-05-30T03:16:31.919Z | Downloaded tokio-stream v0.1.15 |
1060 | 2024-05-30T03:16:31.919Z | Downloaded pin-project-lite v0.2.14 |
1061 | 2024-05-30T03:16:31.919Z | Downloaded tokio-rustls v0.25.0 |
1062 | 2024-05-30T03:16:31.919Z | Downloaded parse-size v1.0.0 |
1063 | 2024-05-30T03:16:31.919Z | Downloaded dyn-clone v1.0.17 |
1064 | 2024-05-30T03:16:31.919Z | Downloaded tiny-keccak v2.0.2 |
1065 | 2024-05-30T03:16:31.919Z | Downloaded prettyplease v0.2.20 |
1066 | 2024-05-30T03:16:31.919Z | Downloaded smallvec v1.13.2 |
1067 | 2024-05-30T03:16:31.919Z | Downloaded hash32 v0.3.1 |
1068 | 2024-05-30T03:16:31.919Z | Downloaded hash32 v0.2.1 |
1069 | 2024-05-30T03:16:31.919Z | Downloaded dtrace-parser v0.2.0 |
1070 | 2024-05-30T03:16:31.919Z | Downloaded num-traits v0.2.19 |
1071 | 2024-05-30T03:16:31.919Z | Downloaded usdt-impl v0.5.0 |
1072 | 2024-05-30T03:16:31.920Z | Downloaded criterion v0.5.1 |
1073 | 2024-05-30T03:16:31.920Z | Downloaded futures-io v0.3.30 |
1074 | 2024-05-30T03:16:31.920Z | Downloaded dirs-next v2.0.0 |
1075 | 2024-05-30T03:16:31.920Z | Downloaded serde-big-array v0.5.1 |
1076 | 2024-05-30T03:16:31.920Z | Downloaded crossterm v0.27.0 |
1077 | 2024-05-30T03:16:31.920Z | Downloaded serde-big-array v0.4.1 |
1078 | 2024-05-30T03:16:31.920Z | Downloaded dtrace-parser v0.1.14 |
1079 | 2024-05-30T03:16:31.920Z | Downloaded usdt-attr-macro v0.5.0 |
1080 | 2024-05-30T03:16:31.920Z | Downloaded mio v0.8.11 |
1081 | 2024-05-30T03:16:31.920Z | Downloaded http v1.1.0 |
1082 | 2024-05-30T03:16:31.920Z | Downloaded structmeta v0.2.0 |
1083 | 2024-05-30T03:16:31.920Z | Downloaded phf v0.11.2 |
1084 | 2024-05-30T03:16:31.921Z | Downloaded flate2 v1.0.30 |
1085 | 2024-05-30T03:16:31.921Z | Downloaded powerfmt v0.2.0 |
1086 | 2024-05-30T03:16:31.921Z | Downloaded fxhash v0.2.1 |
1087 | 2024-05-30T03:16:31.921Z | Downloaded stability v0.2.0 |
1088 | 2024-05-30T03:16:31.921Z | Downloaded foreign-types-shared v0.3.1 |
1089 | 2024-05-30T03:16:31.922Z | Downloaded peg v0.8.3 |
1090 | 2024-05-30T03:16:31.922Z | Downloaded rcgen v0.12.1 |
1091 | 2024-05-30T03:16:31.922Z | Downloaded serde_urlencoded v0.7.1 |
1092 | 2024-05-30T03:16:31.922Z | Downloaded serde-hex v0.1.0 |
1093 | 2024-05-30T03:16:31.922Z | Downloaded rand_chacha v0.3.1 |
1094 | 2024-05-30T03:16:31.922Z | Downloaded predicates v3.1.0 |
1095 | 2024-05-30T03:16:31.922Z | Downloaded opaque-debug v0.3.1 |
1096 | 2024-05-30T03:16:31.923Z | Downloaded foreign-types-macros v0.2.3 |
1097 | 2024-05-30T03:16:31.923Z | Downloaded dof v0.1.5 |
1098 | 2024-05-30T03:16:31.923Z | Downloaded whoami v1.5.1 |
1099 | 2024-05-30T03:16:31.923Z | Downloaded structmeta-derive v0.2.0 |
1100 | 2024-05-30T03:16:31.923Z | Downloaded supports-color v3.0.0 |
1101 | 2024-05-30T03:16:31.924Z | Downloaded subtle v2.5.0 |
1102 | 2024-05-30T03:16:31.924Z | Downloaded schemars_derive v0.8.20 |
1103 | 2024-05-30T03:16:31.924Z | Downloaded rustc_version v0.1.7 |
1104 | 2024-05-30T03:16:31.924Z | Downloaded thread_local v1.1.8 |
1105 | 2024-05-30T03:16:31.924Z | Downloaded slog-stdlog v4.1.1 |
1106 | 2024-05-30T03:16:31.924Z | Downloaded signal-hook-registry v1.4.2 |
1107 | 2024-05-30T03:16:31.925Z | Downloaded pkcs8 v0.10.2 |
1108 | 2024-05-30T03:16:31.925Z | Downloaded thiserror-no-std v2.0.2 |
1109 | 2024-05-30T03:16:31.925Z | Downloaded zerocopy v0.3.2 |
1110 | 2024-05-30T03:16:31.925Z | Downloaded data-encoding v2.6.0 |
1111 | 2024-05-30T03:16:31.925Z | Downloaded deranged v0.3.11 |
1112 | 2024-05-30T03:16:31.925Z | Downloaded getopts v0.2.21 |
1113 | 2024-05-30T03:16:31.926Z | Downloaded try-lock v0.2.5 |
1114 | 2024-05-30T03:16:31.926Z | Downloaded postgres-types v0.2.6 |
1115 | 2024-05-30T03:16:31.926Z | Downloaded filetime v0.2.23 |
1116 | 2024-05-30T03:16:31.926Z | Downloaded gethostname v0.4.3 |
1117 | 2024-05-30T03:16:31.926Z | Downloaded postgres-protocol v0.6.6 |
1118 | 2024-05-30T03:16:31.926Z | Downloaded parking_lot v0.11.2 |
1119 | 2024-05-30T03:16:31.927Z | Downloaded generic-array v0.14.7 |
1120 | 2024-05-30T03:16:31.927Z | Downloaded usdt-impl v0.3.5 |
1121 | 2024-05-30T03:16:31.927Z | Downloaded zerocopy v0.6.6 |
1122 | 2024-05-30T03:16:31.927Z | Downloaded tempfile v3.10.1 |
1123 | 2024-05-30T03:16:31.927Z | Downloaded escape8259 v0.5.2 |
1124 | 2024-05-30T03:16:31.928Z | Downloaded phf_shared v0.10.0 |
1125 | 2024-05-30T03:16:31.928Z | Downloaded pathdiff v0.2.1 |
1126 | 2024-05-30T03:16:31.928Z | Downloaded debug-ignore v1.0.5 |
1127 | 2024-05-30T03:16:31.928Z | Downloaded path-slash v0.1.5 |
1128 | 2024-05-30T03:16:31.928Z | Downloaded blake3 v1.5.1 |
1129 | 2024-05-30T03:16:31.928Z | Downloaded pest_derive v2.7.10 |
1130 | 2024-05-30T03:16:31.929Z | Downloaded rustc-demangle v0.1.24 |
1131 | 2024-05-30T03:16:31.929Z | Downloaded parse-display-derive v0.9.0 |
1132 | 2024-05-30T03:16:31.929Z | Downloaded sec1 v0.7.3 |
1133 | 2024-05-30T03:16:31.929Z | Downloaded parking_lot v0.12.2 |
1134 | 2024-05-30T03:16:31.929Z | Downloaded trust-dns-resolver v0.22.0 |
1135 | 2024-05-30T03:16:31.929Z | Downloaded tinyvec v1.6.0 |
1136 | 2024-05-30T03:16:31.929Z | Downloaded toml v0.7.8 |
1137 | 2024-05-30T03:16:31.930Z | Downloaded rand_core v0.6.4 |
1138 | 2024-05-30T03:16:31.930Z | Downloaded sigpipe v0.1.3 |
1139 | 2024-05-30T03:16:31.930Z | Downloaded erased-serde v0.3.31 |
1140 | 2024-05-30T03:16:31.930Z | Downloaded predicates-tree v1.0.9 |
1141 | 2024-05-30T03:16:31.930Z | Downloaded ena v0.14.3 |
1142 | 2024-05-30T03:16:31.930Z | Downloaded r2d2 v0.8.10 |
1143 | 2024-05-30T03:16:31.930Z | Downloaded quick-error v1.2.3 |
1144 | 2024-05-30T03:16:31.930Z | Downloaded oso v0.27.3 |
1145 | 2024-05-30T03:16:31.930Z | Downloaded smallvec v0.6.14 |
1146 | 2024-05-30T03:16:31.931Z | Downloaded termcolor v1.4.1 |
1147 | 2024-05-30T03:16:31.931Z | Downloaded spin v0.5.2 |
1148 | 2024-05-30T03:16:31.931Z | Downloaded getrandom v0.2.14 |
1149 | 2024-05-30T03:16:31.931Z | Downloaded der_derive v0.7.2 |
1150 | 2024-05-30T03:16:31.931Z | Downloaded url v2.5.0 |
1151 | 2024-05-30T03:16:31.931Z | Downloaded ron v0.8.1 |
1152 | 2024-05-30T03:16:31.932Z | Downloaded der v0.7.9 |
1153 | 2024-05-30T03:16:31.932Z | Downloaded password-hash v0.5.0 |
1154 | 2024-05-30T03:16:31.943Z | Downloaded spin v0.9.8 |
1155 | 2024-05-30T03:16:31.944Z | Downloaded snafu-derive v0.8.2 |
1156 | 2024-05-30T03:16:31.944Z | Downloaded trybuild v1.0.96 |
1157 | 2024-05-30T03:16:31.944Z | Downloaded slog-term v2.9.1 |
1158 | 2024-05-30T03:16:31.945Z | Downloaded tower-service v0.3.2 |
1159 | 2024-05-30T03:16:31.945Z | Downloaded darling_macro v0.20.9 |
1160 | 2024-05-30T03:16:31.945Z | Downloaded poly1305 v0.8.0 |
1161 | 2024-05-30T03:16:31.945Z | Downloaded tower-layer v0.3.2 |
1162 | 2024-05-30T03:16:31.946Z | Downloaded zeroize_derive v1.4.2 |
1163 | 2024-05-30T03:16:31.946Z | Downloaded zeroize v1.7.0 |
1164 | 2024-05-30T03:16:31.946Z | Downloaded oso-derive v0.27.3 |
1165 | 2024-05-30T03:16:31.946Z | Downloaded rustls-pki-types v1.7.0 |
1166 | 2024-05-30T03:16:31.947Z | Downloaded rustls-native-certs v0.7.0 |
1167 | 2024-05-30T03:16:31.947Z | Downloaded synstructure v0.12.6 |
1168 | 2024-05-30T03:16:31.947Z | Downloaded env_logger v0.9.3 |
1169 | 2024-05-30T03:16:31.948Z | Downloaded rayon-core v1.12.1 |
1170 | 2024-05-30T03:16:31.948Z | Downloaded strip-ansi-escapes v0.2.0 |
1171 | 2024-05-30T03:16:31.948Z | Downloaded string_cache v0.8.7 |
1172 | 2024-05-30T03:16:31.948Z | Downloaded num_threads v0.1.7 |
1173 | 2024-05-30T03:16:31.949Z | Downloaded usdt-macro v0.5.0 |
1174 | 2024-05-30T03:16:31.949Z | Downloaded trust-dns-client v0.22.0 |
1175 | 2024-05-30T03:16:31.949Z | Downloaded rsa v0.9.6 |
1176 | 2024-05-30T03:16:31.949Z | Downloaded socket2 v0.4.10 |
1177 | 2024-05-30T03:16:31.949Z | Downloaded time-core v0.1.2 |
1178 | 2024-05-30T03:16:31.949Z | Downloaded pretty-hex v0.4.1 |
1179 | 2024-05-30T03:16:31.950Z | Downloaded signature v2.2.0 |
1180 | 2024-05-30T03:16:31.950Z | Downloaded pkg-config v0.3.30 |
1181 | 2024-05-30T03:16:31.950Z | Downloaded hyper v1.3.1 |
1182 | 2024-05-30T03:16:31.950Z | Downloaded plain v0.2.3 |
1183 | 2024-05-30T03:16:31.950Z | Downloaded num-integer v0.1.46 |
1184 | 2024-05-30T03:16:31.950Z | Downloaded test-strategy v0.3.1 |
1185 | 2024-05-30T03:16:31.950Z | Downloaded sha1 v0.10.6 |
1186 | 2024-05-30T03:16:31.951Z | Downloaded num_enum v0.5.11 |
1187 | 2024-05-30T03:16:31.951Z | Downloaded guppy-workspace-hack v0.1.0 |
1188 | 2024-05-30T03:16:31.951Z | Downloaded pretty-hex v0.2.1 |
1189 | 2024-05-30T03:16:31.951Z | Downloaded serde_arrays v0.1.0 |
1190 | 2024-05-30T03:16:31.951Z | Downloaded psl-types v2.0.11 |
1191 | 2024-05-30T03:16:31.951Z | Downloaded tap v1.0.1 |
1192 | 2024-05-30T03:16:31.951Z | Downloaded portpicker v0.1.1 |
1193 | 2024-05-30T03:16:31.951Z | Downloaded take_mut v0.2.2 |
1194 | 2024-05-30T03:16:31.952Z | Downloaded zerocopy-derive v0.7.34 |
1195 | 2024-05-30T03:16:31.952Z | Downloaded salty v0.2.0 |
1196 | 2024-05-30T03:16:31.952Z | Downloaded phf_shared v0.11.2 |
1197 | 2024-05-30T03:16:31.952Z | Downloaded x509-cert v0.2.5 |
1198 | 2024-05-30T03:16:31.952Z | Downloaded pkcs1 v0.7.5 |
1199 | 2024-05-30T03:16:31.952Z | Downloaded xattr v1.3.1 |
1200 | 2024-05-30T03:16:31.952Z | Downloaded derive_builder v0.20.0 |
1201 | 2024-05-30T03:16:31.952Z | Downloaded rstest v0.19.0 |
1202 | 2024-05-30T03:16:31.953Z | Downloaded platforms v3.4.0 |
1203 | 2024-05-30T03:16:31.953Z | Downloaded unicode-bidi v0.3.15 |
1204 | 2024-05-30T03:16:31.953Z | Downloaded group v0.13.0 |
1205 | 2024-05-30T03:16:31.953Z | Downloaded signal-hook-mio v0.2.3 |
1206 | 2024-05-30T03:16:31.953Z | Downloaded globset v0.4.14 |
1207 | 2024-05-30T03:16:31.953Z | Downloaded sqlformat v0.2.3 |
1208 | 2024-05-30T03:16:31.953Z | Downloaded spki v0.7.3 |
1209 | 2024-05-30T03:16:31.953Z | Downloaded typed-path v0.7.1 |
1210 | 2024-05-30T03:16:31.953Z | Downloaded unicode-width v0.1.12 |
1211 | 2024-05-30T03:16:31.954Z | Downloaded funty v2.0.0 |
1212 | 2024-05-30T03:16:31.954Z | Downloaded bitvec v1.0.1 |
1213 | 2024-05-30T03:16:31.954Z | Downloaded thiserror-impl-no-std v2.0.2 |
1214 | 2024-05-30T03:16:31.954Z | Downloaded static_assertions v1.1.0 |
1215 | 2024-05-30T03:16:31.954Z | Downloaded glob v0.3.1 |
1216 | 2024-05-30T03:16:31.954Z | Downloaded uzers v0.11.3 |
1217 | 2024-05-30T03:16:31.954Z | Downloaded either v1.12.0 |
1218 | 2024-05-30T03:16:31.955Z | Downloaded rand v0.8.5 |
1219 | 2024-05-30T03:16:31.955Z | Downloaded fragile v2.0.0 |
1220 | 2024-05-30T03:16:31.955Z | Downloaded form_urlencoded v1.2.1 |
1221 | 2024-05-30T03:16:31.955Z | Downloaded tls_codec_derive v0.4.1 |
1222 | 2024-05-30T03:16:31.955Z | Downloaded derive_more v0.99.17 |
1223 | 2024-05-30T03:16:31.955Z | Downloaded expectorate v1.1.0 |
1224 | 2024-05-30T03:16:31.955Z | Downloaded tokio-native-tls v0.3.1 |
1225 | 2024-05-30T03:16:31.955Z | Downloaded utf-8 v0.7.6 |
1226 | 2024-05-30T03:16:31.956Z | Downloaded tabled_derive v0.7.0 |
1227 | 2024-05-30T03:16:31.956Z | Downloaded shlex v1.3.0 |
1228 | 2024-05-30T03:16:31.956Z | Downloaded parking_lot_core v0.9.10 |
1229 | 2024-05-30T03:16:31.956Z | Downloaded fixedbitset v0.4.2 |
1230 | 2024-05-30T03:16:31.956Z | Downloaded shell-words v1.1.0 |
1231 | 2024-05-30T03:16:31.956Z | Downloaded futures-channel v0.3.30 |
1232 | 2024-05-30T03:16:31.956Z | Downloaded tar v0.4.40 |
1233 | 2024-05-30T03:16:31.957Z | Downloaded zip v0.6.6 |
1234 | 2024-05-30T03:16:31.957Z | Downloaded zerocopy v0.7.34 |
1235 | 2024-05-30T03:16:31.957Z | Downloaded rstest_macros v0.19.0 |
1236 | 2024-05-30T03:16:31.957Z | Downloaded rust-argon2 v2.1.0 |
1237 | 2024-05-30T03:16:31.957Z | Downloaded predicates-core v1.0.6 |
1238 | 2024-05-30T03:16:31.957Z | Downloaded textwrap v0.16.1 |
1239 | 2024-05-30T03:16:31.957Z | Downloaded tracing-attributes v0.1.27 |
1240 | 2024-05-30T03:16:31.958Z | Downloaded steno v0.4.0 |
1241 | 2024-05-30T03:16:31.958Z | Downloaded num-bigint v0.4.5 |
1242 | 2024-05-30T03:16:31.958Z | Downloaded parking_lot_core v0.8.6 |
1243 | 2024-05-30T03:16:31.958Z | Downloaded postcard v1.0.8 |
1244 | 2024-05-30T03:16:31.966Z | Downloaded sha2 v0.10.8 |
1245 | 2024-05-30T03:16:31.966Z | Downloaded futures v0.3.30 |
1246 | 2024-05-30T03:16:31.966Z | Downloaded unicode_categories v0.1.1 |
1247 | 2024-05-30T03:16:31.966Z | Downloaded tracing v0.1.40 |
1248 | 2024-05-30T03:16:31.966Z | Downloaded rustyline v14.0.0 |
1249 | 2024-05-30T03:16:31.967Z | Downloaded tower v0.4.13 |
1250 | 2024-05-30T03:16:31.975Z | Downloaded lalrpop v0.19.12 |
1251 | 2024-05-30T03:16:31.985Z | Downloaded fancy-regex v0.13.0 |
1252 | 2024-05-30T03:16:31.985Z | Downloaded unicode-segmentation v1.11.0 |
1253 | 2024-05-30T03:16:31.992Z | Downloaded sqlparser v0.45.0 |
1254 | 2024-05-30T03:16:31.992Z | Downloaded idna v0.3.0 |
1255 | 2024-05-30T03:16:31.998Z | Downloaded pretty_assertions v1.4.0 |
1256 | 2024-05-30T03:16:32.007Z | Downloaded num-bigint-dig v0.8.4 |
1257 | 2024-05-30T03:16:32.007Z | Downloaded reqwest v0.11.27 |
1258 | 2024-05-30T03:16:32.015Z | Downloaded openssl-sys v0.9.102 |
1259 | 2024-05-30T03:16:32.021Z | Downloaded nix v0.28.0 |
1260 | 2024-05-30T03:16:32.030Z | Downloaded guppy v0.17.5 |
1261 | 2024-05-30T03:16:32.037Z | Downloaded regex-automata v0.1.10 |
1262 | 2024-05-30T03:16:32.043Z | Downloaded quick-xml v0.31.0 |
1263 | 2024-05-30T03:16:32.053Z | Downloaded goblin v0.8.2 |
1264 | 2024-05-30T03:16:32.070Z | Downloaded h2 v0.3.26 |
1265 | 2024-05-30T03:16:32.071Z | Downloaded bstr v0.2.17 |
1266 | 2024-05-30T03:16:32.078Z | Downloaded object v0.32.2 |
1267 | 2024-05-30T03:16:32.085Z | Downloaded tabled v0.15.0 |
1268 | 2024-05-30T03:16:32.099Z | Downloaded unicode-normalization v0.1.23 |
1269 | 2024-05-30T03:16:32.106Z | Downloaded portable-atomic v1.6.0 |
1270 | 2024-05-30T03:16:32.113Z | Downloaded bstr v1.9.1 |
1271 | 2024-05-30T03:16:32.120Z | Downloaded openssl v0.10.64 |
1272 | 2024-05-30T03:16:32.127Z | Downloaded gimli v0.28.1 |
1273 | 2024-05-30T03:16:32.135Z | Downloaded curve25519-dalek v4.1.2 |
1274 | 2024-05-30T03:16:32.146Z | Downloaded diesel v2.1.6 |
1275 | 2024-05-30T03:16:32.163Z | Downloaded rayon v1.10.0 |
1276 | 2024-05-30T03:16:32.173Z | Downloaded openapiv3 v2.0.0 |
1277 | 2024-05-30T03:16:32.186Z | Downloaded ratatui v0.26.2 |
1278 | 2024-05-30T03:16:32.204Z | Downloaded vcpkg v0.2.15 |
1279 | 2024-05-30T03:16:32.247Z | Downloaded regex-syntax v0.6.29 |
1280 | 2024-05-30T03:16:32.261Z | Downloaded regex v1.10.4 |
1281 | 2024-05-30T03:16:32.294Z | Downloaded smoltcp v0.11.0 |
1282 | 2024-05-30T03:16:32.307Z | Downloaded regex-syntax v0.8.3 |
1283 | 2024-05-30T03:16:32.307Z | Downloaded finl_unicode v1.2.0 |
1284 | 2024-05-30T03:16:32.307Z | Downloaded sled v0.34.7 |
1285 | 2024-05-30T03:16:32.330Z | Downloaded rustls v0.22.4 |
1286 | 2024-05-30T03:16:32.347Z | Downloaded zerocopy-derive v0.2.0 |
1287 | 2024-05-30T03:16:32.348Z | Downloaded regex-automata v0.4.6 |
1288 | 2024-05-30T03:16:32.375Z | Downloaded rustls v0.21.12 |
1289 | 2024-05-30T03:16:32.395Z | Downloaded zerocopy-derive v0.6.6 |
1290 | 2024-05-30T03:16:32.395Z | Downloaded radix_trie v0.2.1 |
1291 | 2024-05-30T03:16:32.395Z | Downloaded smoltcp v0.9.1 |
1292 | 2024-05-30T03:16:32.817Z | Downloaded regress v0.9.1 |
1293 | 2024-05-30T03:16:32.817Z | Downloaded petgraph v0.6.5 |
1294 | 2024-05-30T03:16:32.826Z | Downloaded csv v1.3.0 |
1295 | 2024-05-30T03:16:32.826Z | Downloaded sha3 v0.10.8 |
1296 | 2024-05-30T03:16:32.826Z | Downloaded tokio v1.37.0 |
1297 | 2024-05-30T03:16:32.826Z | Downloaded encoding_rs v0.8.34 |
1298 | 2024-05-30T03:16:32.826Z | Downloaded object v0.30.4 |
1299 | 2024-05-30T03:16:32.826Z | Downloaded polar-core v0.27.3 |
1300 | 2024-05-30T03:16:32.826Z | Downloaded trust-dns-proto v0.22.0 |
1301 | 2024-05-30T03:16:32.826Z | Downloaded rustls-webpki v0.102.4 |
1302 | 2024-05-30T03:16:32.826Z | Downloaded webpki-roots v0.25.4 |
1303 | 2024-05-30T03:16:32.827Z | Downloaded plotters v0.3.5 |
1304 | 2024-05-30T03:16:32.827Z | Downloaded rustls-webpki v0.101.7 |
1305 | 2024-05-30T03:16:32.827Z | Downloaded publicsuffix v2.2.3 |
1306 | 2024-05-30T03:16:32.827Z | Downloaded futures-util v0.3.30 |
1307 | 2024-05-30T03:16:32.827Z | Downloaded proptest v1.4.0 |
1308 | 2024-05-30T03:16:32.827Z | Downloaded syn v1.0.109 |
1309 | 2024-05-30T03:16:32.827Z | Downloaded uuid v1.8.0 |
1310 | 2024-05-30T03:16:32.827Z | Downloaded serde_yaml v0.9.34+deprecated |
1311 | 2024-05-30T03:16:32.827Z | Downloaded winnow v0.5.40 |
1312 | 2024-05-30T03:16:32.827Z | Downloaded idna v0.5.0 |
1313 | 2024-05-30T03:16:32.827Z | Downloaded time v0.3.36 |
1314 | 2024-05-30T03:16:32.827Z | Downloaded serde_with v3.8.1 |
1315 | 2024-05-30T03:16:32.827Z | Downloaded pest v2.7.10 |
1316 | 2024-05-30T03:16:32.828Z | Downloaded flagset v0.4.5 |
1317 | 2024-05-30T03:16:32.828Z | Downloaded darling v0.20.9 |
1318 | 2024-05-30T03:16:32.828Z | Downloaded num-rational v0.4.2 |
1319 | 2024-05-30T03:16:32.828Z | Downloaded hyper v0.14.28 |
1320 | 2024-05-30T03:16:32.828Z | Downloaded chrono v0.4.38 |
1321 | 2024-05-30T03:16:32.828Z | Downloaded tokio-macros v2.2.0 |
1322 | 2024-05-30T03:16:32.828Z | Downloaded yansi v0.5.1 |
1323 | 2024-05-30T03:16:32.829Z | Downloaded partial-io v0.5.4 |
1324 | 2024-05-30T03:16:32.829Z | Downloaded term v0.7.0 |
1325 | 2024-05-30T03:16:32.829Z | Downloaded half v2.4.1 |
1326 | 2024-05-30T03:16:32.829Z | Downloaded snafu v0.8.2 |
1327 | 2024-05-30T03:16:32.829Z | Downloaded elliptic-curve v0.13.8 |
1328 | 2024-05-30T03:16:32.829Z | Downloaded unicode-linebreak v0.1.5 |
1329 | 2024-05-30T03:16:32.829Z | Downloaded typenum v1.17.0 |
1330 | 2024-05-30T03:16:32.829Z | Downloaded tracing-core v0.1.32 |
1331 | 2024-05-30T03:16:32.829Z | Downloaded version_check v0.9.4 |
1332 | 2024-05-30T03:16:32.830Z | Downloaded semver v0.1.20 |
1333 | 2024-05-30T03:16:32.830Z | Downloaded secrecy v0.8.0 |
1334 | 2024-05-30T03:16:32.830Z | Downloaded derive_builder_core v0.20.0 |
1335 | 2024-05-30T03:16:32.830Z | Downloaded num_enum_derive v0.5.11 |
1336 | 2024-05-30T03:16:32.830Z | Downloaded csv-core v0.1.11 |
1337 | 2024-05-30T03:16:32.830Z | Downloaded toml_edit v0.19.15 |
1338 | 2024-05-30T03:16:32.830Z | Downloaded universal-hash v0.5.1 |
1339 | 2024-05-30T03:16:32.831Z | Downloaded unicode-xid v0.2.4 |
1340 | 2024-05-30T03:16:32.831Z | Downloaded socket2 v0.5.7 |
1341 | 2024-05-30T03:16:32.831Z | Downloaded hashbrown v0.13.2 |
1342 | 2024-05-30T03:16:32.831Z | Downloaded hashbrown v0.12.3 |
1343 | 2024-05-30T03:16:32.831Z | Downloaded openssl-macros v0.1.1 |
1344 | 2024-05-30T03:16:32.831Z | Downloaded signal-hook-tokio v0.3.1 |
1345 | 2024-05-30T03:16:32.831Z | Downloaded number_prefix v0.4.0 |
1346 | 2024-05-30T03:16:32.831Z | Downloaded tokio-util v0.7.11 |
1347 | 2024-05-30T03:16:32.832Z | Downloaded zone v0.1.8 |
1348 | 2024-05-30T03:16:32.832Z | Downloaded derive-where v1.2.7 |
1349 | 2024-05-30T03:16:32.832Z | Downloaded ed25519 v1.5.3 |
1350 | 2024-05-30T03:16:32.832Z | Downloaded pin-project v1.1.5 |
1351 | 2024-05-30T03:16:32.832Z | Downloaded tungstenite v0.21.0 |
1352 | 2024-05-30T03:16:32.832Z | Downloaded tungstenite v0.20.1 |
1353 | 2024-05-30T03:16:32.833Z | Downloaded similar v2.5.0 |
1354 | 2024-05-30T03:16:32.833Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1355 | 2024-05-30T03:16:32.833Z | Downloaded radium v0.7.0 |
1356 | 2024-05-30T03:16:32.833Z | Downloaded ring v0.17.8 |
1357 | 2024-05-30T03:16:32.858Z | Downloaded similar-asserts v1.5.0 |
1358 | 2024-05-30T03:16:32.880Z | Downloaded openssl-probe v0.1.5 |
1359 | 2024-05-30T03:16:32.880Z | Downloaded env_logger v0.10.2 |
1360 | 2024-05-30T03:16:32.880Z | Downloaded embedded-io v0.4.0 |
1361 | 2024-05-30T03:16:32.880Z | Downloaded subprocess v0.2.9 |
1362 | 2024-05-30T03:16:32.880Z | Downloaded rand_seeder v0.2.3 |
1363 | 2024-05-30T03:16:32.880Z | Downloaded tabwriter v1.4.0 |
1364 | 2024-05-30T03:16:32.880Z | Downloaded rusty-fork v0.3.0 |
1365 | 2024-05-30T03:16:32.880Z | Downloaded rustversion v1.0.17 |
1366 | 2024-05-30T03:16:32.880Z | Downloaded pest_meta v2.7.10 |
1367 | 2024-05-30T03:16:32.880Z | Downloaded datatest-stable v0.2.9 |
1368 | 2024-05-30T03:16:32.885Z | Downloaded curve25519-dalek-derive v0.1.1 |
1369 | 2024-05-30T03:16:32.885Z | Downloaded unsafe-libyaml v0.2.11 |
1370 | 2024-05-30T03:16:32.885Z | Downloaded trust-dns-server v0.22.1 |
1371 | 2024-05-30T03:16:32.885Z | Downloaded scopeguard v1.2.0 |
1372 | 2024-05-30T03:16:32.885Z | Downloaded yasna v0.5.2 |
1373 | 2024-05-30T03:16:32.885Z | Downloaded flume v0.11.0 |
1374 | 2024-05-30T03:16:32.885Z | Downloaded threadpool v1.8.1 |
1375 | 2024-05-30T03:16:32.885Z | Downloaded ring v0.16.20 |
1376 | 2024-05-30T03:16:32.965Z | Downloaded toml v0.5.11 |
1377 | 2024-05-30T03:16:32.968Z | Downloaded num-iter v0.1.45 |
1378 | 2024-05-30T03:16:32.968Z | Downloaded darling_core v0.20.9 |
1379 | 2024-05-30T03:16:32.973Z | Downloaded serde_with_macros v3.8.1 |
1380 | 2024-05-30T03:16:32.976Z | Downloaded libxml v0.3.3 |
1381 | 2024-05-30T03:16:32.980Z | Downloaded peg-macros v0.8.3 |
1382 | 2024-05-30T03:16:32.983Z | Downloaded rustfmt-wrapper v0.2.1 |
1383 | 2024-05-30T03:16:32.983Z | Downloaded reedline v0.31.0 |
1384 | 2024-05-30T03:16:32.993Z | Downloaded http v0.2.12 |
1385 | 2024-05-30T03:16:33.000Z | Downloaded nom v7.1.3 |
1386 | 2024-05-30T03:16:33.014Z | Downloaded itertools v0.12.1 |
1387 | 2024-05-30T03:16:33.014Z | Downloaded diesel_derives v2.1.4 |
1388 | 2024-05-30T03:16:33.037Z | Downloaded stringprep v0.1.4 |
1389 | 2024-05-30T03:16:33.037Z | Downloaded rustc-hash v1.1.0 |
1390 | 2024-05-30T03:16:33.037Z | Downloaded tough v0.17.1 |
1391 | 2024-05-30T03:16:33.037Z | Downloaded dof v0.3.0 |
1392 | 2024-05-30T03:16:33.037Z | Downloaded wyz v0.5.1 |
1393 | 2024-05-30T03:16:33.037Z | Downloaded termios v0.3.3 |
1394 | 2024-05-30T03:16:33.037Z | Downloaded diff v0.1.13 |
1395 | 2024-05-30T03:16:33.037Z | Downloaded schemars v0.8.20 |
1396 | 2024-05-30T03:16:33.048Z | Downloaded samael v0.0.15 |
1397 | 2024-05-30T03:16:33.048Z | Downloaded ppv-lite86 v0.2.17 |
1398 | 2024-05-30T03:16:33.048Z | Downloaded serde_tokenstream v0.2.0 |
1399 | 2024-05-30T03:16:33.052Z | Downloaded serde_tokenstream v0.1.7 |
1400 | 2024-05-30T03:16:33.052Z | Downloaded serde_repr v0.1.19 |
1401 | 2024-05-30T03:16:33.052Z | Downloaded rpassword v7.3.1 |
1402 | 2024-05-30T03:16:33.052Z | Downloaded enum-as-inner v0.5.1 |
1403 | 2024-05-30T03:16:33.052Z | Downloaded pest_generator v2.7.10 |
1404 | 2024-05-30T03:16:33.062Z | Downloaded papergrid v0.11.0 |
1405 | 2024-05-30T03:16:33.087Z | Downloaded resolv-conf v0.7.0 |
1406 | 2024-05-30T03:16:33.087Z | Downloaded minimal-lexical v0.2.1 |
1407 | 2024-05-30T03:16:33.088Z | Downloaded plotters-backend v0.3.5 |
1408 | 2024-05-30T03:16:33.088Z | Downloaded paste v1.0.15 |
1409 | 2024-05-30T03:16:33.088Z | Downloaded parse-display v0.9.0 |
1410 | 2024-05-30T03:16:33.088Z | Downloaded oorandom v11.1.3 |
1411 | 2024-05-30T03:16:33.088Z | Downloaded futures-timer v3.0.3 |
1412 | 2024-05-30T03:16:33.092Z | Downloaded futures-task v0.3.30 |
1413 | 2024-05-30T03:16:33.092Z | Downloaded futures-sink v0.3.30 |
1414 | 2024-05-30T03:16:33.092Z | Downloaded futures-macro v0.3.30 |
1415 | 2024-05-30T03:16:33.092Z | Downloaded futures-executor v0.3.30 |
1416 | 2024-05-30T03:16:33.092Z | Downloaded usdt-macro v0.3.5 |
1417 | 2024-05-30T03:16:33.092Z | Downloaded headers v0.3.9 |
1418 | 2024-05-30T03:16:33.092Z | Downloaded dirs-sys-next v0.1.2 |
1419 | 2024-05-30T03:16:33.092Z | Downloaded digest v0.10.7 |
1420 | 2024-05-30T03:16:33.092Z | Downloaded usdt v0.5.0 |
1421 | 2024-05-30T03:16:33.092Z | Downloaded precomputed-hash v0.1.1 |
1422 | 2024-05-30T03:16:33.093Z | Downloaded foreign-types-shared v0.1.1 |
1423 | 2024-05-30T03:16:33.093Z | Downloaded downcast v0.11.0 |
1424 | 2024-05-30T03:16:33.093Z | Downloaded want v0.3.1 |
1425 | 2024-05-30T03:16:33.093Z | Downloaded tinyvec_macros v0.1.1 |
1426 | 2024-05-30T03:16:33.093Z | Downloaded difflib v0.4.0 |
1427 | 2024-05-30T03:16:33.093Z | Downloaded unarray v0.1.4 |
1428 | 2024-05-30T03:16:33.093Z | Downloaded defmt-parser v0.3.4 |
1429 | 2024-05-30T03:16:33.093Z | Downloaded tinytemplate v1.2.1 |
1430 | 2024-05-30T03:16:33.093Z | Downloaded target-lexicon v0.12.14 |
1431 | 2024-05-30T03:16:33.093Z | Downloaded sqlparser_derive v0.2.2 |
1432 | 2024-05-30T03:16:33.097Z | Downloaded usdt v0.3.5 |
1433 | 2024-05-30T03:16:33.097Z | Downloaded tui-tree-widget v0.19.0 |
1434 | 2024-05-30T03:16:33.097Z | Downloaded tokio-postgres v0.7.10 |
1435 | 2024-05-30T03:16:33.101Z | Downloaded tls_codec v0.4.1 |
1436 | 2024-05-30T03:16:33.101Z | Downloaded pin-project-internal v1.1.5 |
1437 | 2024-05-30T03:16:33.101Z | Downloaded owo-colors v4.0.0 |
1438 | 2024-05-30T03:16:33.107Z | Downloaded signal-hook v0.3.17 |
1439 | 2024-05-30T03:16:33.108Z | Downloaded serde_derive_internals v0.29.1 |
1440 | 2024-05-30T03:16:33.112Z | Downloaded crypto-bigint v0.5.5 |
1441 | 2024-05-30T03:16:33.116Z | Downloaded base64 v0.21.7 |
1442 | 2024-05-30T03:16:33.119Z | Downloaded nu-ansi-term v0.50.0 |
1443 | 2024-05-30T03:16:33.119Z | Downloaded base64 v0.22.1 |
1444 | 2024-05-30T03:16:33.126Z | Downloaded scroll v0.12.0 |
1445 | 2024-05-30T03:16:33.147Z | Downloaded rustls-pemfile v2.1.2 |
1446 | 2024-05-30T03:16:33.148Z | Downloaded indexmap v1.9.3 |
1447 | 2024-05-30T03:16:33.148Z | Downloaded const-oid v0.9.6 |
1448 | 2024-05-30T03:16:33.160Z | Downloaded lalrpop-util v0.19.12 |
1449 | 2024-05-30T03:16:33.160Z | Downloaded kstat-rs v0.2.3 |
1450 | 2024-05-30T03:16:33.160Z | Downloaded hyper-rustls v0.26.0 |
1451 | 2024-05-30T03:16:33.160Z | Downloaded slog-async v2.8.0 |
1452 | 2024-05-30T03:16:33.160Z | Downloaded siphasher v0.3.11 |
1453 | 2024-05-30T03:16:33.160Z | Downloaded stable_deref_trait v1.2.0 |
1454 | 2024-05-30T03:16:33.161Z | Downloaded slog-bunyan v2.5.0 |
1455 | 2024-05-30T03:16:33.161Z | Downloaded slab v0.4.9 |
1456 | 2024-05-30T03:16:33.161Z | Downloaded lazycell v1.3.0 |
1457 | 2024-05-30T03:16:33.161Z | Downloaded hyper-rustls v0.24.2 |
1458 | 2024-05-30T03:16:33.161Z | Downloaded same-file v1.0.6 |
1459 | 2024-05-30T03:16:33.161Z | Downloaded managed v0.8.0 |
1460 | 2024-05-30T03:16:33.161Z | Downloaded linked-hash-map v0.5.6 |
1461 | 2024-05-30T03:16:33.161Z | Downloaded crossbeam-utils v0.8.19 |
1462 | 2024-05-30T03:16:33.161Z | Downloaded bytes v1.6.0 |
1463 | 2024-05-30T03:16:33.161Z | Downloaded backoff v0.4.0 |
1464 | 2024-05-30T03:16:33.161Z | Downloaded inout v0.1.3 |
1465 | 2024-05-30T03:16:33.161Z | Downloaded hubpack v0.1.2 |
1466 | 2024-05-30T03:16:33.161Z | Downloaded http-body v0.4.6 |
1467 | 2024-05-30T03:16:33.175Z | Downloaded rtoolbox v0.0.2 |
1468 | 2024-05-30T03:16:33.175Z | Downloaded relative-path v1.9.3 |
1469 | 2024-05-30T03:16:33.175Z | Downloaded normalize-line-endings v0.3.0 |
1470 | 2024-05-30T03:16:33.176Z | Downloaded nodrop v0.1.14 |
1471 | 2024-05-30T03:16:33.176Z | Downloaded nanorand v0.7.0 |
1472 | 2024-05-30T03:16:33.176Z | Downloaded multer v3.1.0 |
1473 | 2024-05-30T03:16:33.176Z | Downloaded libsw v3.3.1 |
1474 | 2024-05-30T03:16:33.177Z | Downloaded compact_str v0.7.1 |
1475 | 2024-05-30T03:16:33.183Z | Downloaded arrayvec v0.7.4 |
1476 | 2024-05-30T03:16:33.183Z | Downloaded nested v0.1.1 |
1477 | 2024-05-30T03:16:33.183Z | Downloaded maybe-uninit v2.0.0 |
1478 | 2024-05-30T03:16:33.183Z | Downloaded cookie_store v0.20.0 |
1479 | 2024-05-30T03:16:33.183Z | Downloaded cookie v0.17.0 |
1480 | 2024-05-30T03:16:33.184Z | Downloaded cfg-expr v0.15.8 |
1481 | 2024-05-30T03:16:33.184Z | Downloaded base64 v0.13.1 |
1482 | 2024-05-30T03:16:33.184Z | Downloaded ciborium-ll v0.2.2 |
1483 | 2024-05-30T03:16:33.184Z | Downloaded cexpr v0.6.0 |
1484 | 2024-05-30T03:16:33.192Z | Downloaded libloading v0.8.3 |
1485 | 2024-05-30T03:16:33.192Z | Downloaded instant v0.1.12 |
1486 | 2024-05-30T03:16:33.193Z | Downloaded ident_case v1.0.1 |
1487 | 2024-05-30T03:16:33.193Z | Downloaded http-body v1.0.0 |
1488 | 2024-05-30T03:16:33.193Z | Downloaded indoc v1.0.9 |
1489 | 2024-05-30T03:16:33.218Z | Downloaded hyper-staticfile v0.9.5 |
1490 | 2024-05-30T03:16:33.219Z | Downloaded httpdate v1.0.3 |
1491 | 2024-05-30T03:16:33.219Z | Downloaded constant_time_eq v0.3.0 |
1492 | 2024-05-30T03:16:33.219Z | Downloaded cobs v0.2.3 |
1493 | 2024-05-30T03:16:33.219Z | Downloaded atomic-waker v1.1.2 |
1494 | 2024-05-30T03:16:33.219Z | Downloaded lru-cache v0.1.2 |
1495 | 2024-05-30T03:16:33.220Z | Downloaded hyper-util v0.1.3 |
1496 | 2024-05-30T03:16:33.236Z | Downloaded convert_case v0.4.0 |
1497 | 2024-05-30T03:16:33.236Z | Downloaded console v0.15.8 |
1498 | 2024-05-30T03:16:33.236Z | Downloaded byteorder v1.5.0 |
1499 | 2024-05-30T03:16:33.236Z | Downloaded ciborium v0.2.2 |
1500 | 2024-05-30T03:16:33.236Z | Downloaded bzip2 v0.4.4 |
1501 | 2024-05-30T03:16:33.236Z | Downloaded bitflags v1.3.2 |
1502 | 2024-05-30T03:16:33.236Z | Downloaded bcs v0.1.6 |
1503 | 2024-05-30T03:16:33.237Z | Downloaded camino-tempfile v1.1.1 |
1504 | 2024-05-30T03:16:33.237Z | Downloaded block-buffer v0.10.4 |
1505 | 2024-05-30T03:16:33.237Z | Downloaded linear-map v1.2.0 |
1506 | 2024-05-30T03:16:33.237Z | Downloaded is-terminal v0.4.12 |
1507 | 2024-05-30T03:16:33.237Z | Downloaded ipnet v2.9.0 |
1508 | 2024-05-30T03:16:33.237Z | Downloaded hostname v0.3.1 |
1509 | 2024-05-30T03:16:33.238Z | Downloaded heapless v0.7.17 |
1510 | 2024-05-30T03:16:33.238Z | Downloaded bytecount v0.6.8 |
1511 | 2024-05-30T03:16:33.238Z | Downloaded chacha20 v0.9.1 |
1512 | 2024-05-30T03:16:33.238Z | Downloaded cfg_aliases v0.1.1 |
1513 | 2024-05-30T03:16:33.238Z | Downloaded bit-vec v0.6.3 |
1514 | 2024-05-30T03:16:33.252Z | Downloaded hyper-tls v0.5.0 |
1515 | 2024-05-30T03:16:33.252Z | Downloaded iana-time-zone v0.1.60 |
1516 | 2024-05-30T03:16:33.252Z | Downloaded hubpack_derive v0.1.1 |
1517 | 2024-05-30T03:16:33.252Z | Downloaded headers-core v0.2.0 |
1518 | 2024-05-30T03:16:33.252Z | Downloaded crypto-common v0.1.6 |
1519 | 2024-05-30T03:16:33.252Z | Downloaded bitstruct v0.1.1 |
1520 | 2024-05-30T03:16:33.821Z | Compiling libc v0.2.155 |
1521 | 2024-05-30T03:16:33.821Z | Compiling serde v1.0.202 |
1522 | 2024-05-30T03:16:33.824Z | Compiling version_check v0.9.4 |
1523 | 2024-05-30T03:16:33.824Z | Checking cfg-if v1.0.0 |
1524 | 2024-05-30T03:16:33.824Z | Compiling lock_api v0.4.12 |
1525 | 2024-05-30T03:16:33.874Z | Compiling parking_lot_core v0.9.10 |
1526 | 2024-05-30T03:16:33.917Z | Compiling syn v2.0.64 |
1527 | 2024-05-30T03:16:33.969Z | Compiling libm v0.2.8 |
1528 | 2024-05-30T03:16:34.008Z | Compiling cc v1.0.97 |
1529 | 2024-05-30T03:16:34.297Z | Compiling num-traits v0.2.19 |
1530 | 2024-05-30T03:16:34.335Z | Compiling once_cell v1.19.0 |
1531 | 2024-05-30T03:16:34.381Z | Compiling serde_json v1.0.117 |
1532 | 2024-05-30T03:16:34.404Z | Compiling memchr v2.7.2 |
1533 | 2024-05-30T03:16:34.623Z | Compiling ahash v0.8.11 |
1534 | 2024-05-30T03:16:34.737Z | Compiling byteorder v1.5.0 |
1535 | 2024-05-30T03:16:34.771Z | Compiling syn v1.0.109 |
1536 | 2024-05-30T03:16:35.588Z | Compiling log v0.4.21 |
1537 | 2024-05-30T03:16:35.781Z | Compiling slab v0.4.9 |
1538 | 2024-05-30T03:16:35.910Z | Compiling getrandom v0.2.14 |
1539 | 2024-05-30T03:16:36.260Z | Compiling typenum v1.17.0 |
1540 | 2024-05-30T03:16:36.316Z | Checking itoa v1.0.11 |
1541 | 2024-05-30T03:16:36.338Z | Compiling generic-array v0.14.7 |
1542 | 2024-05-30T03:16:36.463Z | Checking scopeguard v1.2.0 |
1543 | 2024-05-30T03:16:36.519Z | Checking smallvec v1.13.2 |
1544 | 2024-05-30T03:16:36.705Z | Compiling allocator-api2 v0.2.18 |
1545 | 2024-05-30T03:16:36.798Z | Compiling pkg-config v0.3.30 |
1546 | 2024-05-30T03:16:36.921Z | Compiling schemars v0.8.20 |
1547 | 2024-05-30T03:16:37.090Z | Compiling rustix v0.38.34 |
1548 | 2024-05-30T03:16:37.563Z | Compiling httparse v1.8.0 |
1549 | 2024-05-30T03:16:37.928Z | Checking parking_lot v0.12.2 |
1550 | 2024-05-30T03:16:37.958Z | Compiling ring v0.17.8 |
1551 | 2024-05-30T03:16:38.052Z | Compiling time-core v0.1.2 |
1552 | 2024-05-30T03:16:38.066Z | Compiling num-conv v0.1.0 |
1553 | 2024-05-30T03:16:38.217Z | Checking pin-project-lite v0.2.14 |
1554 | 2024-05-30T03:16:38.255Z | Compiling fnv v1.0.7 |
1555 | 2024-05-30T03:16:38.330Z | Compiling vcpkg v0.2.15 |
1556 | 2024-05-30T03:16:38.361Z | Compiling time-macros v0.2.18 |
1557 | 2024-05-30T03:16:38.402Z | Checking signal-hook-registry v1.4.2 |
1558 | 2024-05-30T03:16:38.459Z | Compiling heck v0.4.1 |
1559 | 2024-05-30T03:16:38.619Z | Checking mio v0.8.11 |
1560 | 2024-05-30T03:16:38.942Z | Compiling aho-corasick v1.1.3 |
1561 | 2024-05-30T03:16:40.538Z | Compiling openssl-sys v0.9.102 |
1562 | 2024-05-30T03:16:40.598Z | Compiling regex-syntax v0.8.3 |
1563 | 2024-05-30T03:16:41.046Z | Checking ryu v1.0.18 |
1564 | 2024-05-30T03:16:41.435Z | Compiling serde_derive_internals v0.29.1 |
1565 | 2024-05-30T03:16:42.139Z | Checking num_cpus v1.16.0 |
1566 | 2024-05-30T03:16:42.199Z | Checking rand_core v0.6.4 |
1567 | 2024-05-30T03:16:43.160Z | Compiling openssl v0.10.64 |
1568 | 2024-05-30T03:16:43.508Z | Checking futures-core v0.3.30 |
1569 | 2024-05-30T03:16:43.557Z | Compiling regex-automata v0.4.6 |
1570 | 2024-05-30T03:16:44.116Z | Checking socket2 v0.5.7 |
1571 | 2024-05-30T03:16:44.415Z | Compiling ucd-trie v0.1.6 |
1572 | 2024-05-30T03:16:44.557Z | Compiling rustversion v1.0.17 |
1573 | 2024-05-30T03:16:44.590Z | Compiling slog v2.7.0 |
1574 | 2024-05-30T03:16:45.056Z | Compiling crossbeam-utils v0.8.19 |
1575 | 2024-05-30T03:16:45.143Z | Compiling native-tls v0.2.11 |
1576 | 2024-05-30T03:16:45.481Z | Compiling rustls v0.21.12 |
1577 | 2024-05-30T03:16:45.711Z | Compiling iana-time-zone v0.1.60 |
1578 | 2024-05-30T03:16:45.763Z | Compiling cookie v0.17.0 |
1579 | 2024-05-30T03:16:46.126Z | Compiling backtrace v0.3.71 |
1580 | 2024-05-30T03:16:46.314Z | Compiling dyn-clone v1.0.17 |
1581 | 2024-05-30T03:16:46.532Z | Compiling anyhow v1.0.83 |
1582 | 2024-05-30T03:16:46.776Z | Checking futures-sink v0.3.30 |
1583 | 2024-05-30T03:16:47.578Z | Compiling tinyvec_macros v0.1.1 |
1584 | 2024-05-30T03:16:47.598Z | Compiling tinyvec v1.6.0 |
1585 | 2024-05-30T03:16:47.598Z | Compiling thread-id v4.2.1 |
1586 | 2024-05-30T03:16:47.598Z | Checking pin-utils v0.1.0 |
1587 | 2024-05-30T03:16:47.599Z | Checking futures-channel v0.3.30 |
1588 | 2024-05-30T03:16:47.903Z | Compiling errno v0.3.9 |
1589 | 2024-05-30T03:16:48.414Z | Compiling either v1.12.0 |
1590 | 2024-05-30T03:16:48.414Z | Compiling unicode-bidi v0.3.15 |
1591 | 2024-05-30T03:16:48.414Z | Checking futures-io v0.3.30 |
1592 | 2024-05-30T03:16:48.947Z | Checking futures-task v0.3.30 |
1593 | 2024-05-30T03:16:48.969Z | Compiling serde_derive v1.0.202 |
1594 | 2024-05-30T03:16:48.970Z | Compiling zerocopy-derive v0.7.34 |
1595 | 2024-05-30T03:16:48.970Z | Compiling thiserror-impl v1.0.60 |
1596 | 2024-05-30T03:16:48.970Z | Compiling zeroize_derive v1.4.2 |
1597 | 2024-05-30T03:16:48.970Z | Compiling tokio-macros v2.2.0 |
1598 | 2024-05-30T03:16:49.750Z | Compiling futures-macro v0.3.30 |
1599 | 2024-05-30T03:16:49.982Z | Compiling tracing-attributes v0.1.27 |
1600 | 2024-05-30T03:16:50.392Z | Compiling schemars_derive v0.8.20 |
1601 | 2024-05-30T03:16:50.685Z | Compiling regex v1.10.4 |
1602 | 2024-05-30T03:16:50.912Z | Compiling zerocopy v0.7.34 |
1603 | 2024-05-30T03:16:51.806Z | Compiling openssl-macros v0.1.1 |
1604 | 2024-05-30T03:16:52.350Z | Checking zeroize v1.7.0 |
1605 | 2024-05-30T03:16:52.365Z | Compiling thiserror v1.0.60 |
1606 | 2024-05-30T03:16:52.365Z | Compiling pest v2.7.10 |
1607 | 2024-05-30T03:16:52.365Z | Compiling async-trait v0.1.80 |
1608 | 2024-05-30T03:16:53.149Z | Compiling hashbrown v0.14.5 |
1609 | 2024-05-30T03:16:55.670Z | Compiling scroll_derive v0.12.0 |
1610 | 2024-05-30T03:16:55.670Z | Compiling unicode-normalization v0.1.23 |
1611 | 2024-05-30T03:16:55.670Z | Compiling der_derive v0.7.2 |
1612 | 2024-05-30T03:16:55.670Z | Compiling pest_meta v2.7.10 |
1613 | 2024-05-30T03:16:55.671Z | Checking futures-util v0.3.30 |
1614 | 2024-05-30T03:16:55.671Z | Compiling unicode-width v0.1.12 |
1615 | 2024-05-30T03:16:55.702Z | Compiling scroll v0.12.0 |
1616 | 2024-05-30T03:16:56.069Z | Compiling spin v0.9.8 |
1617 | 2024-05-30T03:16:56.415Z | Compiling usdt-impl v0.5.0 |
1618 | 2024-05-30T03:16:56.457Z | Compiling pest_generator v2.7.10 |
1619 | 2024-05-30T03:16:56.571Z | Compiling winnow v0.5.40 |
1620 | 2024-05-30T03:16:56.696Z | Compiling plain v0.2.3 |
1621 | 2024-05-30T03:16:56.841Z | Compiling crc32fast v1.4.0 |
1622 | 2024-05-30T03:16:57.224Z | Compiling goblin v0.8.2 |
1623 | 2024-05-30T03:16:58.784Z | Compiling pretty-hex v0.4.1 |
1624 | 2024-05-30T03:17:00.138Z | Checking subtle v2.5.0 |
1625 | 2024-05-30T03:17:00.196Z | Compiling percent-encoding v2.3.1 |
1626 | 2024-05-30T03:17:00.675Z | Compiling const-oid v0.9.6 |
1627 | 2024-05-30T03:17:01.201Z | Compiling pest_derive v2.7.10 |
1628 | 2024-05-30T03:17:01.537Z | Compiling dtrace-parser v0.2.0 |
1629 | 2024-05-30T03:17:02.112Z | Compiling tracing-core v0.1.32 |
1630 | 2024-05-30T03:17:02.257Z | Compiling untrusted v0.9.0 |
1631 | 2024-05-30T03:17:02.354Z | Checking bytes v1.6.0 |
1632 | 2024-05-30T03:17:02.459Z | Checking bitflags v2.5.0 |
1633 | 2024-05-30T03:17:03.265Z | Compiling indexmap v2.2.6 |
1634 | 2024-05-30T03:17:03.787Z | Compiling semver v1.0.23 |
1635 | 2024-05-30T03:17:03.798Z | Compiling serde_tokenstream v0.2.0 |
1636 | 2024-05-30T03:17:04.123Z | Checking tokio v1.37.0 |
1637 | 2024-05-30T03:17:04.469Z | Compiling chrono v0.4.38 |
1638 | 2024-05-30T03:17:04.723Z | Compiling uuid v1.8.0 |
1639 | 2024-05-30T03:17:04.747Z | Compiling http v0.2.12 |
1640 | 2024-05-30T03:17:04.853Z | Compiling toml_datetime v0.6.6 |
1641 | 2024-05-30T03:17:05.381Z | Compiling serde_spanned v0.6.6 |
1642 | 2024-05-30T03:17:06.213Z | Compiling rustc_version v0.4.0 |
1643 | 2024-05-30T03:17:06.649Z | Compiling toml_edit v0.19.15 |
1644 | 2024-05-30T03:17:07.393Z | Compiling openapiv3 v2.0.0 |
1645 | 2024-05-30T03:17:07.975Z | Compiling dof v0.3.0 |
1646 | 2024-05-30T03:17:08.456Z | Compiling tracing v0.1.40 |
1647 | 2024-05-30T03:17:09.484Z | Compiling clap_derive v4.5.4 |
1648 | 2024-05-30T03:17:10.350Z | Compiling powerfmt v0.2.0 |
1649 | 2024-05-30T03:17:10.665Z | Compiling foreign-types-shared v0.1.1 |
1650 | 2024-05-30T03:17:10.745Z | Compiling spin v0.5.2 |
1651 | 2024-05-30T03:17:10.777Z | Compiling signal-hook v0.3.17 |
1652 | 2024-05-30T03:17:10.993Z | Compiling foreign-types v0.3.2 |
1653 | 2024-05-30T03:17:11.067Z | Compiling usdt-macro v0.5.0 |
1654 | 2024-05-30T03:17:11.086Z | Compiling usdt-attr-macro v0.5.0 |
1655 | 2024-05-30T03:17:11.108Z | Compiling deranged v0.3.11 |
1656 | 2024-05-30T03:17:11.836Z | Compiling form_urlencoded v1.2.1 |
1657 | 2024-05-30T03:17:12.145Z | Compiling crypto-common v0.1.6 |
1658 | 2024-05-30T03:17:12.398Z | Compiling zerocopy-derive v0.6.6 |
1659 | 2024-05-30T03:17:12.757Z | Compiling base64 v0.21.7 |
1660 | 2024-05-30T03:17:13.132Z | Compiling num_threads v0.1.7 |
1661 | 2024-05-30T03:17:13.185Z | Compiling siphasher v0.3.11 |
1662 | 2024-05-30T03:17:13.274Z | Compiling try-lock v0.2.5 |
1663 | 2024-05-30T03:17:13.404Z | Compiling tokio-util v0.7.11 |
1664 | 2024-05-30T03:17:13.501Z | Compiling want v0.3.1 |
1665 | 2024-05-30T03:17:13.572Z | Compiling time v0.3.36 |
1666 | 2024-05-30T03:17:13.910Z | Compiling http-body v0.4.6 |
1667 | 2024-05-30T03:17:14.357Z | Compiling h2 v0.3.26 |
1668 | 2024-05-30T03:17:14.646Z | Compiling sct v0.7.1 |
1669 | 2024-05-30T03:17:14.684Z | Compiling rustls-webpki v0.101.7 |
1670 | 2024-05-30T03:17:14.806Z | Compiling block-buffer v0.10.4 |
1671 | 2024-05-30T03:17:14.945Z | Compiling idna v0.5.0 |
1672 | 2024-05-30T03:17:15.074Z | Compiling httpdate v1.0.3 |
1673 | 2024-05-30T03:17:15.556Z | Compiling openssl-probe v0.1.5 |
1674 | 2024-05-30T03:17:15.662Z | Compiling tower-service v0.3.2 |
1675 | 2024-05-30T03:17:15.901Z | Compiling url v2.5.0 |
1676 | 2024-05-30T03:17:16.630Z | Compiling digest v0.10.7 |
1677 | 2024-05-30T03:17:16.753Z | Compiling heapless v0.7.17 |
1678 | 2024-05-30T03:17:17.158Z | Compiling idna v0.3.0 |
1679 | 2024-05-30T03:17:17.915Z | Compiling ppv-lite86 v0.2.17 |
1680 | 2024-05-30T03:17:18.679Z | Compiling psl-types v2.0.11 |
1681 | 2024-05-30T03:17:18.777Z | Compiling rand_chacha v0.3.1 |
1682 | 2024-05-30T03:17:18.869Z | Compiling publicsuffix v2.2.3 |
1683 | 2024-05-30T03:17:18.935Z | Compiling crossbeam-epoch v0.9.18 |
1684 | 2024-05-30T03:17:19.193Z | Compiling ipnet v2.9.0 |
1685 | 2024-05-30T03:17:19.699Z | Compiling tokio-rustls v0.24.1 |
1686 | 2024-05-30T03:17:20.304Z | Compiling adler v1.0.2 |
1687 | 2024-05-30T03:17:20.463Z | Compiling tokio-native-tls v0.3.1 |
1688 | 2024-05-30T03:17:20.553Z | Compiling bit-vec v0.6.3 |
1689 | 2024-05-30T03:17:21.025Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1690 | 2024-05-30T03:17:21.025Z | Compiling miniz_oxide v0.7.2 |
1691 | 2024-05-30T03:17:21.025Z | Compiling cookie_store v0.20.0 |
1692 | 2024-05-30T03:17:21.141Z | Compiling rand v0.8.5 |
1693 | 2024-05-30T03:17:21.529Z | Compiling hyper v0.14.28 |
1694 | 2024-05-30T03:17:22.318Z | Compiling phf_shared v0.10.0 |
1695 | 2024-05-30T03:17:22.451Z | Compiling rustls-pemfile v1.0.4 |
1696 | 2024-05-30T03:17:22.700Z | Compiling serde_urlencoded v0.7.1 |
1697 | 2024-05-30T03:17:22.840Z | Compiling lazy_static v1.4.0 |
1698 | 2024-05-30T03:17:22.916Z | Compiling encoding_rs v0.8.34 |
1699 | 2024-05-30T03:17:22.964Z | Compiling sync_wrapper v0.1.2 |
1700 | 2024-05-30T03:17:22.964Z | Checking equivalent v1.0.1 |
1701 | 2024-05-30T03:17:23.000Z | Compiling minimal-lexical v0.2.1 |
1702 | 2024-05-30T03:17:23.011Z | Compiling precomputed-hash v0.1.1 |
1703 | 2024-05-30T03:17:23.113Z | Compiling fixedbitset v0.4.2 |
1704 | 2024-05-30T03:17:23.535Z | Compiling base64ct v1.6.0 |
1705 | 2024-05-30T03:17:23.544Z | Compiling smoltcp v0.9.1 |
1706 | 2024-05-30T03:17:23.544Z | Compiling new_debug_unreachable v1.0.6 |
1707 | 2024-05-30T03:17:23.582Z | Compiling mime v0.3.17 |
1708 | 2024-05-30T03:17:23.717Z | Compiling webpki-roots v0.25.4 |
1709 | 2024-05-30T03:17:23.878Z | Compiling gimli v0.28.1 |
1710 | 2024-05-30T03:17:24.131Z | Compiling pem-rfc7468 v0.7.0 |
1711 | 2024-05-30T03:17:24.212Z | Compiling string_cache v0.8.7 |
1712 | 2024-05-30T03:17:24.675Z | Compiling petgraph v0.6.5 |
1713 | 2024-05-30T03:17:24.918Z | Compiling nom v7.1.3 |
1714 | 2024-05-30T03:17:25.123Z | Compiling bit-set v0.5.3 |
1715 | 2024-05-30T03:17:25.383Z | Compiling hmac v0.12.1 |
1716 | 2024-05-30T03:17:25.433Z | Compiling hubpack_derive v0.1.1 |
1717 | 2024-05-30T03:17:25.647Z | Compiling enum-as-inner v0.5.1 |
1718 | 2024-05-30T03:17:26.340Z | Compiling itertools v0.10.5 |
1719 | 2024-05-30T03:17:26.391Z | Compiling diesel_table_macro_syntax v0.1.0 |
1720 | 2024-05-30T03:17:26.744Z | Compiling object v0.32.2 |
1721 | 2024-05-30T03:17:26.785Z | Compiling unicode-segmentation v1.11.0 |
1722 | 2024-05-30T03:17:27.450Z | Compiling rustc-demangle v0.1.24 |
1723 | 2024-05-30T03:17:27.595Z | Compiling lalrpop-util v0.19.12 |
1724 | 2024-05-30T03:17:27.946Z | Compiling flagset v0.4.5 |
1725 | 2024-05-30T03:17:28.158Z | Compiling hyper-tls v0.5.0 |
1726 | 2024-05-30T03:17:28.440Z | Compiling hyper-rustls v0.24.2 |
1727 | 2024-05-30T03:17:28.501Z | Compiling addr2line v0.21.0 |
1728 | 2024-05-30T03:17:28.514Z | Compiling der v0.7.9 |
1729 | 2024-05-30T03:17:28.634Z | Compiling toml_edit v0.22.13 |
1730 | 2024-05-30T03:17:28.787Z | Compiling reqwest v0.11.27 |
1731 | 2024-05-30T03:17:28.808Z | Compiling diesel_derives v2.1.4 |
1732 | 2024-05-30T03:17:29.120Z | Compiling futures-executor v0.3.30 |
1733 | 2024-05-30T03:17:29.958Z | Compiling itertools v0.12.1 |
1734 | 2024-05-30T03:17:30.006Z | Compiling cpufeatures v0.2.12 |
1735 | 2024-05-30T03:17:30.130Z | Compiling finl_unicode v1.2.0 |
1736 | 2024-05-30T03:17:30.728Z | Compiling stringprep v0.1.4 |
1737 | 2024-05-30T03:17:31.652Z | Compiling spki v0.7.3 |
1738 | 2024-05-30T03:17:32.078Z | Compiling sha2 v0.10.8 |
1739 | 2024-05-30T03:17:32.078Z | Compiling flate2 v1.0.30 |
1740 | 2024-05-30T03:17:32.078Z | Compiling futures v0.3.30 |
1741 | 2024-05-30T03:17:32.300Z | Compiling md-5 v0.10.6 |
1742 | 2024-05-30T03:17:32.558Z | Compiling toml v0.7.8 |
1743 | 2024-05-30T03:17:32.927Z | Compiling hex v0.4.3 |
1744 | 2024-05-30T03:17:33.109Z | Compiling strum_macros v0.25.3 |
1745 | 2024-05-30T03:17:33.997Z | Compiling serde_repr v0.1.19 |
1746 | 2024-05-30T03:17:35.233Z | Compiling num-integer v0.1.46 |
1747 | 2024-05-30T03:17:35.444Z | Compiling hash32 v0.2.1 |
1748 | 2024-05-30T03:17:35.858Z | Compiling fs-err v2.11.0 |
1749 | 2024-05-30T03:17:36.100Z | Compiling fallible-iterator v0.2.0 |
1750 | 2024-05-30T03:17:36.794Z | Compiling stable_deref_trait v1.2.0 |
1751 | 2024-05-30T03:17:36.886Z | Compiling postgres-protocol v0.6.6 |
1752 | 2024-05-30T03:17:37.326Z | Compiling pkcs8 v0.10.2 |
1753 | 2024-05-30T03:17:37.358Z | Compiling phf_shared v0.11.2 |
1754 | 2024-05-30T03:17:37.504Z | Compiling terminal_size v0.3.0 |
1755 | 2024-05-30T03:17:37.716Z | Compiling ff v0.13.0 |
1756 | 2024-05-30T03:17:37.761Z | Compiling block-padding v0.3.3 |
1757 | 2024-05-30T03:17:37.898Z | Compiling scheduled-thread-pool v0.2.7 |
1758 | 2024-05-30T03:17:37.988Z | Compiling matches v0.1.10 |
1759 | 2024-05-30T03:17:38.037Z | Compiling bitflags v1.3.2 |
1760 | 2024-05-30T03:17:38.087Z | Compiling peg-runtime v0.8.3 |
1761 | 2024-05-30T03:17:38.149Z | Compiling managed v0.8.0 |
1762 | 2024-05-30T03:17:38.488Z | Compiling base16ct v0.2.0 |
1763 | 2024-05-30T03:17:38.532Z | Compiling clap_builder v4.5.2 |
1764 | 2024-05-30T03:17:38.768Z | Compiling sec1 v0.7.3 |
1765 | 2024-05-30T03:17:38.795Z | Compiling r2d2 v0.8.10 |
1766 | 2024-05-30T03:17:38.964Z | Compiling idna v0.2.3 |
1767 | 2024-05-30T03:17:39.143Z | Compiling inout v0.1.3 |
1768 | 2024-05-30T03:17:39.372Z | Compiling group v0.13.0 |
1769 | 2024-05-30T03:17:39.442Z | Compiling signal-hook-mio v0.2.3 |
1770 | 2024-05-30T03:17:39.596Z | Compiling postgres-types v0.2.6 |
1771 | 2024-05-30T03:17:39.693Z | Compiling phf v0.11.2 |
1772 | 2024-05-30T03:17:40.751Z | Compiling num-bigint v0.4.5 |
1773 | 2024-05-30T03:17:41.264Z | Compiling hubpack v0.1.2 |
1774 | 2024-05-30T03:17:41.305Z | Compiling hkdf v0.12.4 |
1775 | 2024-05-30T03:17:41.554Z | Compiling zerocopy v0.6.6 |
1776 | 2024-05-30T03:17:41.752Z | Compiling ipnetwork v0.20.0 |
1777 | 2024-05-30T03:17:41.797Z | Compiling crypto-bigint v0.5.5 |
1778 | 2024-05-30T03:17:42.352Z | Compiling float-cmp v0.9.0 |
1779 | 2024-05-30T03:17:42.574Z | Compiling memmap v0.7.0 |
1780 | 2024-05-30T03:17:42.679Z | Compiling difflib v0.4.0 |
1781 | 2024-05-30T03:17:42.775Z | Compiling predicates-core v1.0.6 |
1782 | 2024-05-30T03:17:42.934Z | Checking unicode-ident v1.0.12 |
1783 | 2024-05-30T03:17:43.110Z | Compiling data-encoding v2.6.0 |
1784 | 2024-05-30T03:17:43.135Z | Compiling whoami v1.5.1 |
1785 | 2024-05-30T03:17:43.811Z | Compiling normalize-line-endings v0.3.0 |
1786 | 2024-05-30T03:17:44.162Z | Compiling static_assertions v1.1.0 |
1787 | 2024-05-30T03:17:44.261Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1788 | 2024-05-30T03:17:44.356Z | Compiling predicates v3.1.0 |
1789 | 2024-05-30T03:17:44.709Z | Compiling yasna v0.5.2 |
1790 | 2024-05-30T03:17:45.290Z | Compiling diesel v2.1.6 |
1791 | 2024-05-30T03:17:45.614Z | Compiling elliptic-curve v0.13.8 |
1792 | 2024-05-30T03:17:46.174Z | Compiling trust-dns-proto v0.22.0 |
1793 | 2024-05-30T03:17:46.482Z | Compiling tokio-postgres v0.7.10 |
1794 | 2024-05-30T03:17:46.745Z | Compiling usdt v0.5.0 |
1795 | 2024-05-30T03:17:47.296Z | Compiling clap v4.5.4 |
1796 | 2024-05-30T03:17:47.425Z | Compiling crossterm v0.27.0 |
1797 | 2024-05-30T03:17:48.030Z | Compiling cipher v0.4.4 |
1798 | 2024-05-30T03:17:48.580Z | Compiling num-iter v0.1.45 |
1799 | 2024-05-30T03:17:48.773Z | Compiling similar v2.5.0 |
1800 | 2024-05-30T03:17:49.444Z | Compiling console v0.15.8 |
1801 | 2024-05-30T03:17:50.218Z | Compiling tokio-stream v0.1.15 |
1802 | 2024-05-30T03:17:51.196Z | Compiling bstr v1.9.1 |
1803 | 2024-05-30T03:17:51.623Z | Checking proc-macro2 v1.0.82 |
1804 | 2024-05-30T03:17:52.274Z | Checking quote v1.0.36 |
1805 | 2024-05-30T03:17:57.246Z | Checking utf8parse v0.2.1 |
1806 | 2024-05-30T03:18:01.565Z | Checking anstyle v1.0.7 |
1807 | 2024-05-30T03:18:02.797Z | Checking anstyle-parse v0.2.4 |
1808 | 2024-05-30T03:18:02.972Z | Checking is_terminal_polyfill v1.70.0 |
1809 | 2024-05-30T03:18:03.087Z | Checking colorchoice v1.0.1 |
1810 | 2024-05-30T03:18:03.197Z | Checking anstyle-query v1.0.3 |
1811 | 2024-05-30T03:18:03.324Z | Checking anstream v0.6.14 |
1812 | 2024-05-30T03:18:03.469Z | Checking clap_lex v0.7.0 |
1813 | 2024-05-30T03:18:03.696Z | Checking strsim v0.11.1 |
1814 | 2024-05-30T03:18:07.143Z | Checking winnow v0.6.8 |
1815 | 2024-05-30T03:18:16.934Z | Compiling regress v0.9.1 |
1816 | 2024-05-30T03:18:17.515Z | Compiling getopts v0.2.21 |
1817 | 2024-05-30T03:18:17.588Z | Compiling unsafe-libyaml v0.2.11 |
1818 | 2024-05-30T03:18:17.612Z | Checking heck v0.5.0 |
1819 | 2024-05-30T03:18:18.549Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1820 | 2024-05-30T03:18:18.880Z | Compiling serde_yaml v0.9.34+deprecated |
1821 | 2024-05-30T03:18:19.452Z | Checking camino v1.1.7 |
1822 | 2024-05-30T03:18:19.557Z | Checking base64 v0.22.1 |
1823 | 2024-05-30T03:18:19.603Z | Checking is-terminal v0.4.12 |
1824 | 2024-05-30T03:18:20.129Z | Compiling ident_case v1.0.1 |
1825 | 2024-05-30T03:18:20.137Z | Compiling darling_core v0.20.9 |
1826 | 2024-05-30T03:18:20.137Z | Checking sha1 v0.10.6 |
1827 | 2024-05-30T03:18:20.138Z | Checking http v1.1.0 |
1828 | 2024-05-30T03:18:20.248Z | Compiling paste v1.0.15 |
1829 | 2024-05-30T03:18:20.774Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1830 | 2024-05-30T03:18:21.554Z | Compiling strum_macros v0.26.2 |
1831 | 2024-05-30T03:18:22.039Z | Checking match_cfg v0.1.0 |
1832 | 2024-05-30T03:18:22.136Z | Checking fastrand v2.1.0 |
1833 | 2024-05-30T03:18:22.466Z | Checking rustls-pki-types v1.7.0 |
1834 | 2024-05-30T03:18:22.905Z | Checking tempfile v3.10.1 |
1835 | 2024-05-30T03:18:23.263Z | Checking hostname v0.3.1 |
1836 | 2024-05-30T03:18:23.338Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1837 | 2024-05-30T03:18:23.399Z | Checking dirs-sys-next v0.1.2 |
1838 | 2024-05-30T03:18:23.580Z | Checking quick-error v1.2.3 |
1839 | 2024-05-30T03:18:23.632Z | Checking dirs-next v2.0.0 |
1840 | 2024-05-30T03:18:23.724Z | Checking crossbeam-channel v0.5.12 |
1841 | 2024-05-30T03:18:24.153Z | Checking thread_local v1.1.8 |
1842 | 2024-05-30T03:18:24.153Z | Compiling slog-async v2.8.0 |
1843 | 2024-05-30T03:18:24.154Z | Compiling rustls v0.22.4 |
1844 | 2024-05-30T03:18:24.340Z | Checking term v0.7.0 |
1845 | 2024-05-30T03:18:24.359Z | Checking rustls-webpki v0.102.4 |
1846 | 2024-05-30T03:18:24.455Z | Checking instant v0.1.12 |
1847 | 2024-05-30T03:18:24.569Z | Checking take_mut v0.2.2 |
1848 | 2024-05-30T03:18:24.597Z | Checking rustls-pemfile v2.1.2 |
1849 | 2024-05-30T03:18:24.746Z | Checking slog-term v2.9.1 |
1850 | 2024-05-30T03:18:24.840Z | Compiling multer v3.1.0 |
1851 | 2024-05-30T03:18:25.033Z | Checking debug-ignore v1.0.5 |
1852 | 2024-05-30T03:18:25.566Z | Checking toml v0.8.13 |
1853 | 2024-05-30T03:18:25.577Z | Checking slog-json v2.6.1 |
1854 | 2024-05-30T03:18:25.577Z | Compiling async-stream-impl v0.3.5 |
1855 | 2024-05-30T03:18:25.577Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1856 | 2024-05-30T03:18:25.765Z | Checking atomic-waker v1.1.2 |
1857 | 2024-05-30T03:18:25.909Z | Checking waitgroup v0.1.2 |
1858 | 2024-05-30T03:18:26.046Z | Checking slog-bunyan v2.5.0 |
1859 | 2024-05-30T03:18:26.218Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1860 | 2024-05-30T03:18:26.472Z | Checking serde_path_to_error v0.1.16 |
1861 | 2024-05-30T03:18:26.714Z | Checking async-stream v0.3.5 |
1862 | 2024-05-30T03:18:26.914Z | Checking hostname v0.4.0 |
1863 | 2024-05-30T03:18:27.002Z | Checking newtype-uuid v1.1.0 |
1864 | 2024-05-30T03:18:27.025Z | Checking strum v0.26.2 |
1865 | 2024-05-30T03:18:27.049Z | Checking wait-timeout v0.2.0 |
1866 | 2024-05-30T03:18:27.189Z | Compiling structmeta-derive v0.3.0 |
1867 | 2024-05-30T03:18:27.237Z | Checking rusty-fork v0.3.0 |
1868 | 2024-05-30T03:18:27.269Z | Compiling structmeta-derive v0.2.0 |
1869 | 2024-05-30T03:18:27.540Z | Checking rand_xorshift v0.3.0 |
1870 | 2024-05-30T03:18:27.625Z | Compiling darling_macro v0.20.9 |
1871 | 2024-05-30T03:18:27.725Z | Checking unarray v0.1.4 |
1872 | 2024-05-30T03:18:27.877Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1873 | 2024-05-30T03:18:28.173Z | Checking proptest v1.4.0 |
1874 | 2024-05-30T03:18:28.531Z | Checking backoff v0.4.0 |
1875 | 2024-05-30T03:18:28.628Z | Compiling darling v0.20.9 |
1876 | 2024-05-30T03:18:28.759Z | Compiling serde_with_macros v3.8.1 |
1877 | 2024-05-30T03:18:28.837Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1878 | 2024-05-30T03:18:28.862Z | Checking tokio-rustls v0.25.0 |
1879 | 2024-05-30T03:18:29.588Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1880 | 2024-05-30T03:18:29.725Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1881 | 2024-05-30T03:18:30.013Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1882 | 2024-05-30T03:18:30.353Z | Compiling structmeta v0.3.0 |
1883 | 2024-05-30T03:18:30.814Z | Compiling structmeta v0.2.0 |
1884 | 2024-05-30T03:18:30.844Z | Compiling parse-display-derive v0.9.0 |
1885 | 2024-05-30T03:18:30.852Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1886 | 2024-05-30T03:18:30.892Z | Compiling test-strategy v0.3.1 |
1887 | 2024-05-30T03:18:31.009Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1888 | 2024-05-30T03:18:31.365Z | Checking macaddr v1.0.1 |
1889 | 2024-05-30T03:18:31.661Z | Compiling proc-macro-error-attr v1.0.4 |
1890 | 2024-05-30T03:18:32.018Z | Compiling proc-macro-error v1.0.4 |
1891 | 2024-05-30T03:18:32.062Z | Checking serde_with v3.8.1 |
1892 | 2024-05-30T03:18:32.922Z | Checking camino-tempfile v1.1.1 |
1893 | 2024-05-30T03:18:33.076Z | Compiling proc-macro-crate v1.3.1 |
1894 | 2024-05-30T03:18:33.578Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1895 | 2024-05-30T03:18:33.591Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1896 | 2024-05-30T03:18:33.858Z | Compiling foreign-types-macros v0.2.3 |
1897 | 2024-05-30T03:18:34.539Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1898 | 2024-05-30T03:18:34.539Z | Checking foreign-types-shared v0.3.1 |
1899 | 2024-05-30T03:18:34.539Z | Compiling num_enum_derive v0.5.11 |
1900 | 2024-05-30T03:18:35.143Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1901 | 2024-05-30T03:18:35.156Z | Checking cstr-argument v0.1.2 |
1902 | 2024-05-30T03:18:35.156Z | Checking foreign-types v0.5.0 |
1903 | 2024-05-30T03:18:35.268Z | Checking pretty-hex v0.2.1 |
1904 | 2024-05-30T03:18:35.296Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1905 | 2024-05-30T03:18:35.411Z | Checking tabwriter v1.4.0 |
1906 | 2024-05-30T03:18:35.840Z | Checking colored v2.1.0 |
1907 | 2024-05-30T03:18:35.840Z | Checking socket2 v0.4.10 |
1908 | 2024-05-30T03:18:35.840Z | Checking smf v0.2.3 |
1909 | 2024-05-30T03:18:35.841Z | Checking parse-display v0.9.0 |
1910 | 2024-05-30T03:18:35.841Z | Checking humantime v2.1.0 |
1911 | 2024-05-30T03:18:35.917Z | Checking termcolor v1.4.1 |
1912 | 2024-05-30T03:18:35.931Z | Checking arc-swap v1.7.1 |
1913 | 2024-05-30T03:18:36.479Z | Checking xattr v1.3.1 |
1914 | 2024-05-30T03:18:36.515Z | Checking filetime v0.2.23 |
1915 | 2024-05-30T03:18:36.516Z | Checking utf-8 v0.7.6 |
1916 | 2024-05-30T03:18:36.516Z | Checking same-file v1.0.6 |
1917 | 2024-05-30T03:18:36.516Z | Checking tar v0.4.40 |
1918 | 2024-05-30T03:18:36.517Z | Checking newline-converter v0.3.0 |
1919 | 2024-05-30T03:18:36.517Z | Compiling heapless v0.8.0 |
1920 | 2024-05-30T03:18:36.517Z | Checking slog-scope v4.4.0 |
1921 | 2024-05-30T03:18:36.518Z | Checking walkdir v2.5.0 |
1922 | 2024-05-30T03:18:36.551Z | Checking termtree v0.4.1 |
1923 | 2024-05-30T03:18:36.552Z | Checking slog-stdlog v4.1.1 |
1924 | 2024-05-30T03:18:36.681Z | Checking expectorate v1.1.0 |
1925 | 2024-05-30T03:18:36.696Z | Checking slog-envlogger v2.2.0 |
1926 | 2024-05-30T03:18:36.716Z | Checking predicates-tree v1.0.9 |
1927 | 2024-05-30T03:18:36.831Z | Checking tungstenite v0.20.1 |
1928 | 2024-05-30T03:18:36.869Z | Checking hash32 v0.3.1 |
1929 | 2024-05-30T03:18:36.914Z | Compiling smoltcp v0.11.0 |
1930 | 2024-05-30T03:18:37.035Z | Checking embedded-io v0.4.0 |
1931 | 2024-05-30T03:18:37.052Z | Checking num_enum v0.5.11 |
1932 | 2024-05-30T03:18:37.075Z | Compiling crucible-workspace-hack v0.1.0 |
1933 | 2024-05-30T03:18:37.210Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1934 | 2024-05-30T03:18:37.239Z | Checking cobs v0.2.3 |
1935 | 2024-05-30T03:18:37.362Z | Checking sigpipe v0.1.3 |
1936 | 2024-05-30T03:18:37.410Z | Checking postcard v1.0.8 |
1937 | 2024-05-30T03:18:37.459Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1938 | 2024-05-30T03:18:37.471Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1939 | 2024-05-30T03:18:37.665Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1940 | 2024-05-30T03:18:37.783Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1941 | 2024-05-30T03:18:37.828Z | Checking tokio-tungstenite v0.20.1 |
1942 | 2024-05-30T03:18:38.261Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1943 | 2024-05-30T03:18:38.271Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1944 | 2024-05-30T03:18:38.271Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1945 | 2024-05-30T03:18:38.341Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1946 | 2024-05-30T03:18:38.618Z | Compiling num-derive v0.4.2 |
1947 | 2024-05-30T03:18:38.673Z | Compiling mockall_derive v0.12.1 |
1948 | 2024-05-30T03:18:38.755Z | Checking downcast v0.11.0 |
1949 | 2024-05-30T03:18:38.938Z | Checking fragile v2.0.0 |
1950 | 2024-05-30T03:18:39.227Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1951 | 2024-05-30T03:18:39.450Z | Checking pem v3.0.4 |
1952 | 2024-05-30T03:18:39.687Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1953 | 2024-05-30T03:18:39.708Z | Checking atty v0.2.14 |
1954 | 2024-05-30T03:18:39.834Z | Compiling derive-where v1.2.7 |
1955 | 2024-05-30T03:18:39.868Z | Checking env_logger v0.9.3 |
1956 | 2024-05-30T03:18:40.313Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1957 | 2024-05-30T03:18:40.483Z | Compiling bitstruct_derive v0.1.0 |
1958 | 2024-05-30T03:18:40.675Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1959 | 2024-05-30T03:18:40.807Z | Checking ascii v1.1.0 |
1960 | 2024-05-30T03:18:41.167Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1961 | 2024-05-30T03:18:41.197Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1962 | 2024-05-30T03:18:41.218Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1963 | 2024-05-30T03:18:41.559Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1964 | 2024-05-30T03:18:41.639Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1965 | 2024-05-30T03:18:41.793Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1966 | 2024-05-30T03:18:41.837Z | Checking bitstruct v0.1.1 |
1967 | 2024-05-30T03:18:41.949Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1968 | 2024-05-30T03:18:42.028Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1969 | 2024-05-30T03:18:42.083Z | Checking erased-serde v0.3.31 |
1970 | 2024-05-30T03:18:42.242Z | Checking serde_arrays v0.1.0 |
1971 | 2024-05-30T03:18:42.278Z | Compiling heck v0.3.3 |
1972 | 2024-05-30T03:18:42.399Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1973 | 2024-05-30T03:18:42.517Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1974 | 2024-05-30T03:18:43.090Z | Compiling zone_cfg_derive v0.1.2 |
1975 | 2024-05-30T03:18:43.106Z | Checking tungstenite v0.21.0 |
1976 | 2024-05-30T03:18:43.188Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1977 | 2024-05-30T03:18:43.587Z | Checking base64 v0.13.1 |
1978 | 2024-05-30T03:18:43.634Z | Checking tokio-tungstenite v0.21.0 |
1979 | 2024-05-30T03:18:44.008Z | Checking ron v0.7.1 |
1980 | 2024-05-30T03:18:44.159Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1981 | 2024-05-30T03:18:44.246Z | Checking zone v0.1.8 |
1982 | 2024-05-30T03:18:44.455Z | Checking headers-core v0.2.0 |
1983 | 2024-05-30T03:18:44.579Z | Checking portpicker v0.1.1 |
1984 | 2024-05-30T03:18:44.734Z | Checking headers v0.3.9 |
1985 | 2024-05-30T03:18:44.799Z | Checking rcgen v0.12.1 |
1986 | 2024-05-30T03:18:44.829Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1987 | 2024-05-30T03:18:45.093Z | Checking atomicwrites v0.4.3 |
1988 | 2024-05-30T03:18:45.127Z | Checking subprocess v0.2.9 |
1989 | 2024-05-30T03:18:45.279Z | Compiling convert_case v0.4.0 |
1990 | 2024-05-30T03:18:45.489Z | Checking linked-hash-map v0.5.6 |
1991 | 2024-05-30T03:18:46.119Z | Checking password-hash v0.5.0 |
1992 | 2024-05-30T03:18:46.149Z | Checking blake2 v0.10.6 |
1993 | 2024-05-30T03:18:46.149Z | Checking lru-cache v0.1.2 |
1994 | 2024-05-30T03:18:46.149Z | Checking swrite v0.1.0 |
1995 | 2024-05-30T03:18:46.150Z | Compiling rayon-core v1.12.1 |
1996 | 2024-05-30T03:18:46.150Z | Checking resolv-conf v0.7.0 |
1997 | 2024-05-30T03:18:46.168Z | Checking half v2.4.1 |
1998 | 2024-05-30T03:18:46.168Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1999 | 2024-05-30T03:18:46.272Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2000 | 2024-05-30T03:18:46.326Z | Compiling derive_more v0.99.17 |
2001 | 2024-05-30T03:18:46.343Z | Checking argon2 v0.5.3 |
2002 | 2024-05-30T03:18:46.398Z | Checking trust-dns-resolver v0.22.0 |
2003 | 2024-05-30T03:18:46.609Z | Checking ciborium-io v0.2.2 |
2004 | 2024-05-30T03:18:47.160Z | Compiling cancel-safe-futures v0.1.5 |
2005 | 2024-05-30T03:18:47.175Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2006 | 2024-05-30T03:18:47.175Z | Checking ciborium-ll v0.2.2 |
2007 | 2024-05-30T03:18:47.204Z | Checking mockall v0.12.1 |
2008 | 2024-05-30T03:18:47.352Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2009 | 2024-05-30T03:18:47.797Z | Checking ciborium v0.2.2 |
2010 | 2024-05-30T03:18:47.836Z | Compiling slog-dtrace v0.3.0 |
2011 | 2024-05-30T03:18:47.879Z | Compiling semver v0.1.20 |
2012 | 2024-05-30T03:18:47.902Z | Checking libsw v3.3.1 |
2013 | 2024-05-30T03:18:48.152Z | Checking owo-colors v4.0.0 |
2014 | 2024-05-30T03:18:48.371Z | Compiling rustc_version v0.1.7 |
2015 | 2024-05-30T03:18:48.792Z | Checking linear-map v1.2.0 |
2016 | 2024-05-30T03:18:48.792Z | Compiling unicode-xid v0.2.4 |
2017 | 2024-05-30T03:18:48.792Z | Compiling radium v0.7.0 |
2018 | 2024-05-30T03:18:48.793Z | Checking num-rational v0.4.2 |
2019 | 2024-05-30T03:18:48.793Z | Checking num-complex v0.4.6 |
2020 | 2024-05-30T03:18:48.865Z | Compiling newtype_derive v0.1.6 |
2021 | 2024-05-30T03:18:49.007Z | Checking nibble_vec v0.1.0 |
2022 | 2024-05-30T03:18:49.186Z | Checking endian-type v0.1.2 |
2023 | 2024-05-30T03:18:49.328Z | Checking steno v0.4.0 |
2024 | 2024-05-30T03:18:49.746Z | Checking tap v1.0.1 |
2025 | 2024-05-30T03:18:49.788Z | Compiling maybe-uninit v2.0.0 |
2026 | 2024-05-30T03:18:49.788Z | Checking wyz v0.5.1 |
2027 | 2024-05-30T03:18:49.788Z | Checking num v0.4.3 |
2028 | 2024-05-30T03:18:49.789Z | Checking radix_trie v0.2.1 |
2029 | 2024-05-30T03:18:49.938Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2030 | 2024-05-30T03:18:50.029Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2031 | 2024-05-30T03:18:50.143Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2032 | 2024-05-30T03:18:50.283Z | Checking fxhash v0.2.1 |
2033 | 2024-05-30T03:18:50.516Z | Checking crc-catalog v2.4.0 |
2034 | 2024-05-30T03:18:50.654Z | Compiling packed_struct v0.10.1 |
2035 | 2024-05-30T03:18:50.676Z | Checking funty v2.0.0 |
2036 | 2024-05-30T03:18:51.098Z | Compiling num-bigint-dig v0.8.4 |
2037 | 2024-05-30T03:18:51.273Z | Checking crc v3.2.1 |
2038 | 2024-05-30T03:18:51.689Z | Checking bitvec v1.0.1 |
2039 | 2024-05-30T03:18:51.726Z | Compiling packed_struct_codegen v0.10.1 |
2040 | 2024-05-30T03:18:51.761Z | Compiling indexmap v1.9.3 |
2041 | 2024-05-30T03:18:52.020Z | Checking nodrop v0.1.14 |
2042 | 2024-05-30T03:18:52.106Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2043 | 2024-05-30T03:18:52.145Z | Checking array-init v0.0.4 |
2044 | 2024-05-30T03:18:52.277Z | Checking smallvec v0.6.14 |
2045 | 2024-05-30T03:18:52.394Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2046 | 2024-05-30T03:18:52.873Z | Checking pkcs1 v0.7.5 |
2047 | 2024-05-30T03:18:53.177Z | Checking signature v2.2.0 |
2048 | 2024-05-30T03:18:53.693Z | Checking hashbrown v0.12.3 |
2049 | 2024-05-30T03:18:53.705Z | Checking bitfield v0.14.0 |
2050 | 2024-05-30T03:18:53.705Z | Checking serde-hex v0.1.0 |
2051 | 2024-05-30T03:18:54.558Z | Checking bzip2 v0.4.4 |
2052 | 2024-05-30T03:18:54.785Z | Checking rsa v0.9.6 |
2053 | 2024-05-30T03:18:54.795Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2054 | 2024-05-30T03:18:54.854Z | Checking env_logger v0.10.2 |
2055 | 2024-05-30T03:18:54.960Z | Checking x509-cert v0.2.5 |
2056 | 2024-05-30T03:18:55.045Z | Checking ron v0.8.1 |
2057 | 2024-05-30T03:18:55.064Z | Checking hashbrown v0.13.2 |
2058 | 2024-05-30T03:18:55.088Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2059 | 2024-05-30T03:18:55.250Z | Compiling home v0.5.9 |
2060 | 2024-05-30T03:18:55.572Z | Checking crc-any v2.5.0 |
2061 | 2024-05-30T03:18:55.790Z | Checking zip v0.6.6 |
2062 | 2024-05-30T03:18:55.955Z | Checking path-slash v0.1.5 |
2063 | 2024-05-30T03:18:56.094Z | Checking object v0.30.4 |
2064 | 2024-05-30T03:18:56.543Z | Checking display-error-chain v0.2.0 |
2065 | 2024-05-30T03:18:56.559Z | Compiling async-recursion v1.1.1 |
2066 | 2024-05-30T03:18:56.559Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2067 | 2024-05-30T03:18:56.559Z | Compiling ring v0.16.20 |
2068 | 2024-05-30T03:18:56.605Z | Compiling blake3 v1.5.1 |
2069 | 2024-05-30T03:18:56.680Z | Compiling buf-list v1.0.3 |
2070 | 2024-05-30T03:18:57.318Z | Checking maplit v1.0.2 |
2071 | 2024-05-30T03:18:57.894Z | Checking gethostname v0.4.3 |
2072 | 2024-05-30T03:18:58.175Z | Compiling parking_lot_core v0.8.6 |
2073 | 2024-05-30T03:18:58.175Z | Compiling libefi-sys v0.1.0 |
2074 | 2024-05-30T03:18:58.176Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2075 | 2024-05-30T03:18:58.253Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2076 | 2024-05-30T03:18:58.273Z | Compiling crossbeam-deque v0.8.5 |
2077 | 2024-05-30T03:18:58.311Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2078 | 2024-05-30T03:18:58.488Z | Checking keccak v0.1.5 |
2079 | 2024-05-30T03:18:58.784Z | Checking sha3 v0.10.8 |
2080 | 2024-05-30T03:18:59.183Z | Checking parking_lot v0.11.2 |
2081 | 2024-05-30T03:18:59.362Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2082 | 2024-05-30T03:18:59.517Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2083 | 2024-05-30T03:18:59.804Z | Checking trust-dns-client v0.22.0 |
2084 | 2024-05-30T03:18:59.834Z | Compiling synstructure v0.12.6 |
2085 | 2024-05-30T03:18:59.933Z | Checking toml v0.5.11 |
2086 | 2024-05-30T03:18:59.982Z | Checking secrecy v0.8.0 |
2087 | 2024-05-30T03:19:00.208Z | Compiling pin-project-internal v1.1.5 |
2088 | 2024-05-30T03:19:00.419Z | Checking sled v0.34.7 |
2089 | 2024-05-30T03:19:00.954Z | Compiling rayon v1.10.0 |
2090 | 2024-05-30T03:19:01.435Z | Checking trust-dns-server v0.22.1 |
2091 | 2024-05-30T03:19:01.613Z | Compiling zerocopy-derive v0.2.0 |
2092 | 2024-05-30T03:19:03.148Z | Compiling memmap2 v0.9.4 |
2093 | 2024-05-30T03:19:03.343Z | Checking pin-project v1.1.5 |
2094 | 2024-05-30T03:19:03.450Z | Compiling arrayref v0.3.7 |
2095 | 2024-05-30T03:19:03.877Z | Compiling constant_time_eq v0.3.0 |
2096 | 2024-05-30T03:19:03.878Z | Compiling untrusted v0.7.1 |
2097 | 2024-05-30T03:19:03.878Z | Compiling arrayvec v0.7.4 |
2098 | 2024-05-30T03:19:03.905Z | Compiling toolchain_find v0.4.0 |
2099 | 2024-05-30T03:19:04.441Z | Compiling vte_generate_state_changes v0.1.1 |
2100 | 2024-05-30T03:19:04.526Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2101 | 2024-05-30T03:19:04.762Z | Compiling topological-sort v0.2.2 |
2102 | 2024-05-30T03:19:06.183Z | Compiling rustfmt-wrapper v0.2.1 |
2103 | 2024-05-30T03:19:06.190Z | Checking vte v0.11.1 |
2104 | 2024-05-30T03:19:06.191Z | Checking fd-lock v4.0.2 |
2105 | 2024-05-30T03:19:06.191Z | Checking glob v0.3.1 |
2106 | 2024-05-30T03:19:06.191Z | Compiling usdt-impl v0.3.5 |
2107 | 2024-05-30T03:19:06.191Z | Checking nu-ansi-term v0.50.0 |
2108 | 2024-05-30T03:19:06.191Z | Compiling omicron-zone-package v0.11.0 |
2109 | 2024-05-30T03:19:06.293Z | Checking strip-ansi-escapes v0.2.0 |
2110 | 2024-05-30T03:19:06.436Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2111 | 2024-05-30T03:19:06.444Z | Checking reedline v0.31.0 |
2112 | 2024-05-30T03:19:06.766Z | Compiling zerocopy v0.3.2 |
2113 | 2024-05-30T03:19:06.853Z | Compiling prettyplease v0.2.20 |
2114 | 2024-05-30T03:19:07.090Z | Compiling dtrace-parser v0.1.14 |
2115 | 2024-05-30T03:19:07.159Z | Compiling snafu-derive v0.8.2 |
2116 | 2024-05-30T03:19:07.348Z | Compiling dof v0.1.5 |
2117 | 2024-05-30T03:19:07.731Z | Checking globset v0.4.14 |
2118 | 2024-05-30T03:19:08.533Z | Checking olpc-cjson v0.1.3 |
2119 | 2024-05-30T03:19:08.724Z | Compiling serde_tokenstream v0.1.7 |
2120 | 2024-05-30T03:19:09.077Z | Checking serde_plain v1.0.2 |
2121 | 2024-05-30T03:19:09.216Z | Compiling memoffset v0.7.1 |
2122 | 2024-05-30T03:19:09.318Z | Compiling platforms v3.4.0 |
2123 | 2024-05-30T03:19:09.500Z | Compiling crunchy v0.2.2 |
2124 | 2024-05-30T03:19:09.780Z | Checking typed-path v0.7.1 |
2125 | 2024-05-30T03:19:09.980Z | Compiling curve25519-dalek v4.1.2 |
2126 | 2024-05-30T03:19:10.614Z | Compiling clang-sys v1.7.0 |
2127 | 2024-05-30T03:19:10.791Z | Compiling unicase v2.7.0 |
2128 | 2024-05-30T03:19:11.057Z | Checking parse-size v1.0.0 |
2129 | 2024-05-30T03:19:11.118Z | Compiling tiny-keccak v2.0.2 |
2130 | 2024-05-30T03:19:11.783Z | Compiling usdt-attr-macro v0.3.5 |
2131 | 2024-05-30T03:19:11.814Z | Compiling usdt-macro v0.3.5 |
2132 | 2024-05-30T03:19:12.712Z | Checking universal-hash v0.5.1 |
2133 | 2024-05-30T03:19:12.785Z | Checking snafu v0.8.2 |
2134 | 2024-05-30T03:19:12.863Z | Compiling thiserror-impl-no-std v2.0.2 |
2135 | 2024-05-30T03:19:13.054Z | Compiling curve25519-dalek-derive v0.1.1 |
2136 | 2024-05-30T03:19:13.092Z | Checking nanorand v0.7.0 |
2137 | 2024-05-30T03:19:13.205Z | Checking tough v0.17.1 |
2138 | 2024-05-30T03:19:13.319Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2139 | 2024-05-30T03:19:13.355Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2140 | 2024-05-30T03:19:13.424Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2141 | 2024-05-30T03:19:13.593Z | Compiling cfg_aliases v0.1.1 |
2142 | 2024-05-30T03:19:13.659Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2143 | 2024-05-30T03:19:13.676Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2144 | 2024-05-30T03:19:14.590Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2145 | 2024-05-30T03:19:14.963Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2146 | 2024-05-30T03:19:15.224Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2147 | 2024-05-30T03:19:17.038Z | Compiling salty v0.2.0 |
2148 | 2024-05-30T03:19:17.503Z | Checking signature v1.6.4 |
2149 | 2024-05-30T03:19:17.546Z | Checking bytecount v0.6.8 |
2150 | 2024-05-30T03:19:17.644Z | Checking opaque-debug v0.3.1 |
2151 | 2024-05-30T03:19:18.082Z | Checking papergrid v0.11.0 |
2152 | 2024-05-30T03:19:18.087Z | Checking poly1305 v0.8.0 |
2153 | 2024-05-30T03:19:18.087Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2154 | 2024-05-30T03:19:18.087Z | Checking ed25519 v1.5.3 |
2155 | 2024-05-30T03:19:18.223Z | Checking thiserror-no-std v2.0.2 |
2156 | 2024-05-30T03:19:18.335Z | Compiling nix v0.28.0 |
2157 | 2024-05-30T03:19:18.465Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2158 | 2024-05-30T03:19:19.126Z | Checking flume v0.11.0 |
2159 | 2024-05-30T03:19:19.174Z | Checking usdt v0.3.5 |
2160 | 2024-05-30T03:19:19.389Z | Compiling ascii-canvas v3.0.0 |
2161 | 2024-05-30T03:19:19.863Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2162 | 2024-05-30T03:19:19.940Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2163 | 2024-05-30T03:19:20.074Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2164 | 2024-05-30T03:19:20.191Z | Compiling tabled_derive v0.7.0 |
2165 | 2024-05-30T03:19:20.251Z | Checking chacha20 v0.9.1 |
2166 | 2024-05-30T03:19:20.369Z | Checking aead v0.5.2 |
2167 | 2024-05-30T03:19:20.580Z | Checking serde-big-array v0.5.1 |
2168 | 2024-05-30T03:19:20.629Z | Checking kstat-rs v0.2.3 |
2169 | 2024-05-30T03:19:20.700Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2170 | 2024-05-30T03:19:20.913Z | Compiling ena v0.14.3 |
2171 | 2024-05-30T03:19:20.940Z | Compiling libloading v0.8.3 |
2172 | 2024-05-30T03:19:21.334Z | Compiling diff v0.1.13 |
2173 | 2024-05-30T03:19:21.393Z | Compiling bindgen v0.69.4 |
2174 | 2024-05-30T03:19:21.610Z | Compiling regex-syntax v0.6.29 |
2175 | 2024-05-30T03:19:22.051Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2176 | 2024-05-30T03:19:22.369Z | Checking chacha20poly1305 v0.10.1 |
2177 | 2024-05-30T03:19:22.575Z | Checking vsss-rs v3.3.4 |
2178 | 2024-05-30T03:19:22.752Z | Checking tabled v0.15.0 |
2179 | 2024-05-30T03:19:24.029Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2180 | 2024-05-30T03:19:24.555Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2181 | 2024-05-30T03:19:25.087Z | Compiling lalrpop v0.19.12 |
2182 | 2024-05-30T03:19:26.072Z | Compiling which v4.4.2 |
2183 | 2024-05-30T03:19:26.657Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2184 | 2024-05-30T03:19:26.769Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2185 | 2024-05-30T03:19:26.899Z | Checking signal-hook-tokio v0.3.1 |
2186 | 2024-05-30T03:19:27.093Z | Compiling cexpr v0.6.0 |
2187 | 2024-05-30T03:19:27.601Z | Checking serde-big-array v0.4.1 |
2188 | 2024-05-30T03:19:27.753Z | Compiling ref-cast v1.0.23 |
2189 | 2024-05-30T03:19:28.262Z | Compiling lazycell v1.3.0 |
2190 | 2024-05-30T03:19:28.438Z | Compiling rustc-hash v1.1.0 |
2191 | 2024-05-30T03:19:28.583Z | Compiling shlex v1.3.0 |
2192 | 2024-05-30T03:19:29.100Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2193 | 2024-05-30T03:19:29.134Z | Compiling mime_guess v2.0.4 |
2194 | 2024-05-30T03:19:30.018Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2195 | 2024-05-30T03:19:30.471Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2196 | 2024-05-30T03:19:30.732Z | Compiling derive_builder_core v0.20.0 |
2197 | 2024-05-30T03:19:30.836Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2198 | 2024-05-30T03:19:31.935Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2199 | 2024-05-30T03:19:33.344Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2200 | 2024-05-30T03:19:34.265Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2201 | 2024-05-30T03:19:34.906Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2202 | 2024-05-30T03:19:35.467Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2203 | 2024-05-30T03:19:36.505Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2204 | 2024-05-30T03:19:37.199Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2205 | 2024-05-30T03:19:37.590Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2206 | 2024-05-30T03:19:37.777Z | Compiling peg-macros v0.8.3 |
2207 | 2024-05-30T03:19:38.651Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2208 | 2024-05-30T03:19:40.144Z | Compiling sqlparser_derive v0.2.2 |
2209 | 2024-05-30T03:19:40.230Z | Compiling ref-cast-impl v1.0.23 |
2210 | 2024-05-30T03:19:41.298Z | Compiling libxml v0.3.3 |
2211 | 2024-05-30T03:19:41.434Z | Checking corncobs v0.1.3 |
2212 | 2024-05-30T03:19:41.630Z | Checking unicode_categories v0.1.1 |
2213 | 2024-05-30T03:19:41.787Z | Checking rustyline v14.0.0 |
2214 | 2024-05-30T03:19:41.824Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2215 | 2024-05-30T03:19:41.916Z | Checking sqlformat v0.2.3 |
2216 | 2024-05-30T03:19:42.240Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2217 | 2024-05-30T03:19:42.441Z | Checking peg v0.8.3 |
2218 | 2024-05-30T03:19:42.670Z | Checking sqlparser v0.45.0 |
2219 | 2024-05-30T03:19:43.368Z | Compiling derive_builder_macro v0.20.0 |
2220 | 2024-05-30T03:19:44.206Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2221 | 2024-05-30T03:19:44.658Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2222 | 2024-05-30T03:19:44.937Z | Checking bcs v0.1.6 |
2223 | 2024-05-30T03:19:45.107Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2224 | 2024-05-30T03:19:45.572Z | Compiling strum_macros v0.24.3 |
2225 | 2024-05-30T03:19:46.316Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2226 | 2024-05-30T03:19:46.591Z | Compiling cookie v0.18.1 |
2227 | 2024-05-30T03:19:46.880Z | Compiling indoc v1.0.9 |
2228 | 2024-05-30T03:19:47.914Z | Checking highway v1.1.0 |
2229 | 2024-05-30T03:19:47.954Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2230 | 2024-05-30T03:19:48.347Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2231 | 2024-05-30T03:19:48.804Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2232 | 2024-05-30T03:19:49.227Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2233 | 2024-05-30T03:19:49.406Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2234 | 2024-05-30T03:19:50.013Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2235 | 2024-05-30T03:19:50.529Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2236 | 2024-05-30T03:19:53.083Z | Checking derive_builder v0.20.0 |
2237 | 2024-05-30T03:19:53.241Z | Compiling const_format_proc_macros v0.2.32 |
2238 | 2024-05-30T03:19:53.451Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2239 | 2024-05-30T03:19:53.477Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2240 | 2024-05-30T03:19:53.712Z | Checking bb8 v0.8.3 |
2241 | 2024-05-30T03:19:53.748Z | Checking quick-xml v0.31.0 |
2242 | 2024-05-30T03:19:54.159Z | Compiling oso-derive v0.27.3 |
2243 | 2024-05-30T03:19:55.104Z | Compiling impl-trait-for-tuples v0.2.2 |
2244 | 2024-05-30T03:19:55.225Z | Checking http-range v0.1.5 |
2245 | 2024-05-30T03:19:55.414Z | Checking hyper-staticfile v0.9.5 |
2246 | 2024-05-30T03:19:55.587Z | Checking const_format v0.2.32 |
2247 | 2024-05-30T03:19:55.844Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2248 | 2024-05-30T03:19:55.881Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2249 | 2024-05-30T03:19:56.482Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2250 | 2024-05-30T03:19:56.896Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2251 | 2024-05-30T03:19:57.644Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2252 | 2024-05-30T03:19:58.076Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2253 | 2024-05-30T03:19:59.940Z | Checking assert_matches v1.5.0 |
2254 | 2024-05-30T03:20:00.038Z | Compiling portable-atomic v1.6.0 |
2255 | 2024-05-30T03:20:00.062Z | Checking rand_seeder v0.2.3 |
2256 | 2024-05-30T03:20:00.290Z | Checking number_prefix v0.4.0 |
2257 | 2024-05-30T03:20:00.482Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2258 | 2024-05-30T03:20:00.579Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2259 | 2024-05-30T03:20:00.701Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2260 | 2024-05-30T03:20:01.477Z | Checking castaway v0.2.2 |
2261 | 2024-05-30T03:20:01.635Z | Checking compact_str v0.7.1 |
2262 | 2024-05-30T03:20:02.116Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2263 | 2024-05-30T03:20:02.192Z | Checking indicatif v0.17.8 |
2264 | 2024-05-30T03:20:02.363Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2265 | 2024-05-30T03:20:02.386Z | Checking lru v0.12.3 |
2266 | 2024-05-30T03:20:02.633Z | Compiling stability v0.2.0 |
2267 | 2024-05-30T03:20:02.685Z | Checking cassowary v0.3.0 |
2268 | 2024-05-30T03:20:02.968Z | Compiling indoc v2.0.5 |
2269 | 2024-05-30T03:20:03.146Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2270 | 2024-05-30T03:20:03.702Z | Checking smawk v0.3.2 |
2271 | 2024-05-30T03:20:03.909Z | Checking unicode-linebreak v0.1.5 |
2272 | 2024-05-30T03:20:04.105Z | Checking ratatui v0.26.2 |
2273 | 2024-05-30T03:20:04.297Z | Checking textwrap v0.16.1 |
2274 | 2024-05-30T03:20:04.671Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2275 | 2024-05-30T03:20:04.943Z | Checking is_ci v1.2.0 |
2276 | 2024-05-30T03:20:05.078Z | Checking supports-color v3.0.0 |
2277 | 2024-05-30T03:20:05.303Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2278 | 2024-05-30T03:20:05.808Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2279 | 2024-05-30T03:20:06.062Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2280 | 2024-05-30T03:20:06.936Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2281 | 2024-05-30T03:20:07.126Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2282 | 2024-05-30T03:20:07.400Z | Checking fatfs v0.3.6 |
2283 | 2024-05-30T03:20:07.998Z | Checking shell-words v1.1.0 |
2284 | 2024-05-30T03:20:08.161Z | Checking rtoolbox v0.0.2 |
2285 | 2024-05-30T03:20:08.181Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2286 | 2024-05-30T03:20:08.372Z | Checking rpassword v7.3.1 |
2287 | 2024-05-30T03:20:08.458Z | Checking tui-tree-widget v0.19.0 |
2288 | 2024-05-30T03:20:08.533Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2289 | 2024-05-30T03:20:08.968Z | Checking yansi v0.5.1 |
2290 | 2024-05-30T03:20:09.263Z | Checking pretty_assertions v1.4.0 |
2291 | 2024-05-30T03:20:09.776Z | Compiling target-lexicon v0.12.14 |
2292 | 2024-05-30T03:20:09.819Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2293 | 2024-05-30T03:20:09.837Z | Checking cargo-platform v0.1.8 |
2294 | 2024-05-30T03:20:10.128Z | Compiling doc-comment v0.3.3 |
2295 | 2024-05-30T03:20:10.722Z | Compiling guppy-workspace-hack v0.1.0 |
2296 | 2024-05-30T03:20:10.848Z | Checking plotters-backend v0.3.5 |
2297 | 2024-05-30T03:20:11.243Z | Checking plotters-svg v0.3.5 |
2298 | 2024-05-30T03:20:11.454Z | Checking cargo_metadata v0.18.1 |
2299 | 2024-05-30T03:20:11.459Z | Checking http-body v1.0.0 |
2300 | 2024-05-30T03:20:11.545Z | Checking regex-automata v0.1.10 |
2301 | 2024-05-30T03:20:11.671Z | Compiling assert_cmd v2.0.14 |
2302 | 2024-05-30T03:20:11.933Z | Compiling target-spec v3.1.0 |
2303 | 2024-05-30T03:20:12.076Z | Checking tower-layer v0.3.2 |
2304 | 2024-05-30T03:20:12.331Z | Checking cast v0.3.0 |
2305 | 2024-05-30T03:20:12.528Z | Checking tower v0.4.13 |
2306 | 2024-05-30T03:20:12.666Z | Checking criterion-plot v0.5.0 |
2307 | 2024-05-30T03:20:13.141Z | Checking bstr v0.2.17 |
2308 | 2024-05-30T03:20:13.164Z | Checking hyper v1.3.1 |
2309 | 2024-05-30T03:20:13.367Z | Checking cfg-expr v0.15.8 |
2310 | 2024-05-30T03:20:13.977Z | Checking plotters v0.3.5 |
2311 | 2024-05-30T03:20:14.219Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2312 | 2024-05-30T03:20:14.319Z | Checking tinytemplate v1.2.1 |
2313 | 2024-05-30T03:20:14.943Z | Checking csv-core v0.1.11 |
2314 | 2024-05-30T03:20:15.091Z | Checking oorandom v11.1.3 |
2315 | 2024-05-30T03:20:15.264Z | Checking anes v0.1.6 |
2316 | 2024-05-30T03:20:15.492Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2317 | 2024-05-30T03:20:15.596Z | Checking csv v1.3.0 |
2318 | 2024-05-30T03:20:15.659Z | Checking criterion v0.5.1 |
2319 | 2024-05-30T03:20:16.916Z | Checking hyper-util v0.1.3 |
2320 | 2024-05-30T03:20:17.598Z | Checking httptest v0.15.5 |
2321 | 2024-05-30T03:20:18.153Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2322 | 2024-05-30T03:20:18.272Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2323 | 2024-05-30T03:20:18.506Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2324 | 2024-05-30T03:20:18.856Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2325 | 2024-05-30T03:20:19.302Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2326 | 2024-05-30T03:20:20.745Z | Checking rustls-native-certs v0.7.0 |
2327 | 2024-05-30T03:20:20.888Z | Checking pathdiff v0.2.1 |
2328 | 2024-05-30T03:20:21.270Z | Checking nested v0.1.1 |
2329 | 2024-05-30T03:20:21.477Z | Checking guppy v0.17.5 |
2330 | 2024-05-30T03:20:23.398Z | Checking hyper-rustls v0.26.0 |
2331 | 2024-05-30T03:20:23.629Z | Checking escape8259 v0.5.2 |
2332 | 2024-05-30T03:20:23.699Z | Checking threadpool v1.8.1 |
2333 | 2024-05-30T03:20:23.797Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2334 | 2024-05-30T03:20:23.816Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2335 | 2024-05-30T03:20:23.899Z | Checking libtest-mimic v0.7.3 |
2336 | 2024-05-30T03:20:24.084Z | Checking similar-asserts v1.5.0 |
2337 | 2024-05-30T03:20:24.307Z | Checking fancy-regex v0.13.0 |
2338 | 2024-05-30T03:20:24.311Z | Compiling rstest_macros v0.19.0 |
2339 | 2024-05-30T03:20:24.956Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2340 | 2024-05-30T03:20:25.074Z | Checking datatest-stable v0.2.9 |
2341 | 2024-05-30T03:20:25.374Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2342 | 2024-05-30T03:20:25.638Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2343 | 2024-05-30T03:20:25.909Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2344 | 2024-05-30T03:20:26.363Z | Compiling relative-path v1.9.3 |
2345 | 2024-05-30T03:20:26.624Z | Compiling trybuild v1.0.96 |
2346 | 2024-05-30T03:20:26.898Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2347 | 2024-05-30T03:20:27.121Z | Checking blake2b_simd v1.0.2 |
2348 | 2024-05-30T03:20:28.016Z | Checking multimap v0.10.0 |
2349 | 2024-05-30T03:20:28.317Z | Checking futures-timer v3.0.3 |
2350 | 2024-05-30T03:20:28.636Z | Checking rust-argon2 v2.1.0 |
2351 | 2024-05-30T03:20:31.680Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2352 | 2024-05-30T03:20:33.711Z | Checking partial-io v0.5.4 |
2353 | 2024-05-30T03:20:34.103Z | Checking approx v0.5.1 |
2354 | 2024-05-30T03:20:34.327Z | Checking uzers v0.11.3 |
2355 | 2024-05-30T03:20:34.693Z | Checking termios v0.3.3 |
2356 | 2024-05-30T03:20:34.910Z | Checking hex-literal v0.4.1 |
2357 | 2024-05-30T03:20:37.168Z | Checking rstest v0.19.0 |
2358 | 2024-05-30T03:20:39.474Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2359 | 2024-05-30T03:20:41.328Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2360 | 2024-05-30T03:20:49.064Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2361 | 2024-05-30T03:21:02.002Z | Compiling samael v0.0.15 |
2362 | 2024-05-30T03:21:26.850Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2363 | 2024-05-30T03:21:28.679Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2364 | 2024-05-30T03:21:45.547Z | Compiling polar-core v0.27.3 |
2365 | 2024-05-30T03:21:53.145Z | Checking oso v0.27.3 |
2366 | 2024-05-30T03:22:21.393Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2367 | 2024-05-30T03:22:21.393Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2368 | 2024-05-30T03:22:21.399Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2369 | 2024-05-30T03:23:32.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 02s |
2370 | 2024-05-30T03:23:32.848Z | |
2371 | 2024-05-30T03:23:32.853Z | real 7:51.906402085 |
2372 | 2024-05-30T03:23:32.853Z | user 39:31.544121455 |
2373 | 2024-05-30T03:23:32.853Z | sys 7:01.314197510 |
2374 | 2024-05-30T03:23:32.854Z | trap 1.045055876 |
2375 | 2024-05-30T03:23:32.854Z | tflt 4.149360834 |
2376 | 2024-05-30T03:23:32.854Z | dflt 5.820333981 |
2377 | 2024-05-30T03:23:32.854Z | kflt 0.018202381 |
2378 | 2024-05-30T03:23:32.854Z | lock 1:00:50.874274798 |
2379 | 2024-05-30T03:23:32.854Z | slp 1:59:30.758347885 |
2380 | 2024-05-30T03:23:32.854Z | lat 1:49.119944701 |
2381 | 2024-05-30T03:23:32.854Z | stop 5:25.162088324 |
2382 | 2024-05-30T03:23:33.913Z | warning: output filename collision. |
2383 | 2024-05-30T03:23:33.913Z | The lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`. |
2384 | 2024-05-30T03:23:33.913Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2385 | 2024-05-30T03:23:33.913Z | The targets should have unique names. |
2386 | 2024-05-30T03:23:33.913Z | This is a known bug where multiple crates with the same name use |
2387 | 2024-05-30T03:23:33.913Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2388 | 2024-05-30T03:23:33.913Z | warning: output filename collision. |
2389 | 2024-05-30T03:23:33.913Z | The lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`. |
2390 | 2024-05-30T03:23:33.913Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2391 | 2024-05-30T03:23:33.913Z | The targets should have unique names. |
2392 | 2024-05-30T03:23:33.913Z | This is a known bug where multiple crates with the same name use |
2393 | 2024-05-30T03:23:33.913Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2394 | 2024-05-30T03:23:33.918Z | warning: output filename collision. |
2395 | 2024-05-30T03:23:33.918Z | 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.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`. |
2396 | 2024-05-30T03:23:33.918Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2397 | 2024-05-30T03:23:33.918Z | The targets should have unique names. |
2398 | 2024-05-30T03:23:33.918Z | This is a known bug where multiple crates with the same name use |
2399 | 2024-05-30T03:23:33.918Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2400 | 2024-05-30T03:23:33.918Z | warning: output filename collision. |
2401 | 2024-05-30T03:23:33.918Z | The lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)`. |
2402 | 2024-05-30T03:23:33.918Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2403 | 2024-05-30T03:23:33.918Z | The targets should have unique names. |
2404 | 2024-05-30T03:23:33.918Z | This is a known bug where multiple crates with the same name use |
2405 | 2024-05-30T03:23:33.918Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2406 | 2024-05-30T03:23:33.918Z | warning: output filename collision. |
2407 | 2024-05-30T03:23:33.918Z | The lib target `nix` in package `nix v0.28.0` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2408 | 2024-05-30T03:23:33.918Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2409 | 2024-05-30T03:23:33.918Z | The targets should have unique names. |
2410 | 2024-05-30T03:23:33.918Z | This is a known bug where multiple crates with the same name use |
2411 | 2024-05-30T03:23:33.918Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2412 | 2024-05-30T03:23:33.918Z | warning: output filename collision. |
2413 | 2024-05-30T03:23:33.919Z | 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)`. |
2414 | 2024-05-30T03:23:33.919Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2415 | 2024-05-30T03:23:33.919Z | The targets should have unique names. |
2416 | 2024-05-30T03:23:33.919Z | This is a known bug where multiple crates with the same name use |
2417 | 2024-05-30T03:23:33.919Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2418 | 2024-05-30T03:23:33.919Z | warning: output filename collision. |
2419 | 2024-05-30T03:23:33.919Z | The lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`. |
2420 | 2024-05-30T03:23:33.919Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2421 | 2024-05-30T03:23:33.919Z | The targets should have unique names. |
2422 | 2024-05-30T03:23:33.919Z | This is a known bug where multiple crates with the same name use |
2423 | 2024-05-30T03:23:33.919Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2424 | 2024-05-30T03:23:33.919Z | warning: output filename collision. |
2425 | 2024-05-30T03:23:33.919Z | The lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#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)`. |
2426 | 2024-05-30T03:23:33.919Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2427 | 2024-05-30T03:23:33.919Z | The targets should have unique names. |
2428 | 2024-05-30T03:23:33.919Z | This is a known bug where multiple crates with the same name use |
2429 | 2024-05-30T03:23:33.919Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2430 | 2024-05-30T03:23:33.919Z | warning: output filename collision. |
2431 | 2024-05-30T03:23:33.919Z | The lib target `zone` in package `zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)` has the same output filename as the lib target `zone` in package `zone v0.1.8`. |
2432 | 2024-05-30T03:23:33.919Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2433 | 2024-05-30T03:23:33.919Z | The targets should have unique names. |
2434 | 2024-05-30T03:23:33.919Z | This is a known bug where multiple crates with the same name use |
2435 | 2024-05-30T03:23:33.919Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2436 | 2024-05-30T03:23:34.429Z | Documenting libc v0.2.155 |
2437 | 2024-05-30T03:23:34.483Z | Documenting cfg-if v1.0.0 |
2438 | 2024-05-30T03:23:34.500Z | Documenting serde_derive v1.0.202 |
2439 | 2024-05-30T03:23:34.530Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2440 | 2024-05-30T03:23:34.533Z | Documenting log v0.4.21 |
2441 | 2024-05-30T03:23:34.561Z | Documenting memchr v2.7.2 |
2442 | 2024-05-30T03:23:34.579Z | Documenting byteorder v1.5.0 |
2443 | 2024-05-30T03:23:34.582Z | Documenting itoa v1.0.11 |
2444 | 2024-05-30T03:23:34.821Z | Documenting scopeguard v1.2.0 |
2445 | 2024-05-30T03:23:37.413Z | Documenting smallvec v1.13.2 |
2446 | 2024-05-30T03:23:37.648Z | Documenting pin-project-lite v0.2.14 |
2447 | 2024-05-30T03:23:38.794Z | Documenting libm v0.2.8 |
2448 | 2024-05-30T03:23:38.811Z | Documenting once_cell v1.19.0 |
2449 | 2024-05-30T03:23:39.136Z | Documenting getrandom v0.2.14 |
2450 | 2024-05-30T03:23:39.543Z | Documenting lock_api v0.4.12 |
2451 | 2024-05-30T03:23:39.910Z | Documenting signal-hook-registry v1.4.2 |
2452 | 2024-05-30T03:23:40.942Z | Documenting mio v0.8.11 |
2453 | 2024-05-30T03:23:41.122Z | Documenting parking_lot_core v0.9.10 |
2454 | 2024-05-30T03:23:42.530Z | Documenting serde v1.0.202 |
2455 | 2024-05-30T03:23:42.671Z | Documenting num-traits v0.2.19 |
2456 | 2024-05-30T03:23:43.163Z | Documenting thiserror-impl v1.0.60 |
2457 | 2024-05-30T03:23:43.465Z | Documenting rand_core v0.6.4 |
2458 | 2024-05-30T03:23:44.292Z | Documenting zeroize_derive v1.4.2 |
2459 | 2024-05-30T03:23:44.620Z | Documenting ryu v1.0.18 |
2460 | 2024-05-30T03:23:46.068Z | Documenting parking_lot v0.12.2 |
2461 | 2024-05-30T03:23:46.233Z | Documenting futures-core v0.3.30 |
2462 | 2024-05-30T03:23:47.474Z | Documenting num_cpus v1.16.0 |
2463 | 2024-05-30T03:23:48.242Z | Documenting socket2 v0.5.7 |
2464 | 2024-05-30T03:23:48.310Z | Documenting tokio-macros v2.2.0 |
2465 | 2024-05-30T03:23:49.293Z | Documenting thiserror v1.0.60 |
2466 | 2024-05-30T03:23:49.405Z | Documenting zeroize v1.7.0 |
2467 | 2024-05-30T03:23:51.034Z | Documenting zerocopy v0.7.34 |
2468 | 2024-05-30T03:23:51.172Z | Documenting futures-sink v0.3.30 |
2469 | 2024-05-30T03:23:51.726Z | Documenting typenum v1.17.0 |
2470 | 2024-05-30T03:23:53.358Z | Documenting iana-time-zone v0.1.60 |
2471 | 2024-05-30T03:23:53.979Z | Documenting subtle v2.5.0 |
2472 | 2024-05-30T03:23:54.001Z | Documenting pin-utils v0.1.0 |
2473 | 2024-05-30T03:23:54.241Z | Documenting slab v0.4.9 |
2474 | 2024-05-30T03:23:57.703Z | Documenting futures-channel v0.3.30 |
2475 | 2024-05-30T03:24:03.302Z | Documenting bytes v1.6.0 |
2476 | 2024-05-30T03:24:05.020Z | Documenting bitflags v2.5.0 |
2477 | 2024-05-30T03:24:05.095Z | Documenting serde_json v1.0.117 |
2478 | 2024-05-30T03:24:05.115Z | Documenting chrono v0.4.38 |
2479 | 2024-05-30T03:24:05.331Z | Documenting futures-macro v0.3.30 |
2480 | 2024-05-30T03:24:05.502Z | Documenting futures-task v0.3.30 |
2481 | 2024-05-30T03:24:05.941Z | Documenting futures-io v0.3.30 |
2482 | 2024-05-30T03:24:06.393Z | Documenting generic-array v0.14.7 |
2483 | 2024-05-30T03:24:08.345Z | Documenting tokio v1.37.0 |
2484 | 2024-05-30T03:24:10.523Z | Documenting uuid v1.8.0 |
2485 | 2024-05-30T03:24:10.654Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2486 | 2024-05-30T03:24:10.801Z | Documenting ahash v0.8.11 |
2487 | 2024-05-30T03:24:10.857Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2488 | 2024-05-30T03:24:11.415Z | Documenting futures-util v0.3.30 |
2489 | 2024-05-30T03:24:11.652Z | Documenting allocator-api2 v0.2.18 |
2490 | 2024-05-30T03:24:11.974Z | Documenting tinyvec_macros v0.1.1 |
2491 | 2024-05-30T03:24:12.130Z | Documenting crypto-common v0.1.6 |
2492 | 2024-05-30T03:24:12.498Z | Documenting const-oid v0.9.6 |
2493 | 2024-05-30T03:24:15.120Z | Documenting tinyvec v1.6.0 |
2494 | 2024-05-30T03:24:15.418Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2495 | 2024-05-30T03:24:15.558Z | Documenting serde_derive_internals v0.29.1 |
2496 | 2024-05-30T03:24:15.686Z | Documenting hashbrown v0.14.5 |
2497 | 2024-05-30T03:24:17.393Z | Checking serde_derive_internals v0.29.1 |
2498 | 2024-05-30T03:24:17.996Z | Documenting dyn-clone v1.0.17 |
2499 | 2024-05-30T03:24:18.978Z | Documenting ppv-lite86 v0.2.17 |
2500 | 2024-05-30T03:24:19.321Z | Documenting unicode-normalization v0.1.23 |
2501 | 2024-05-30T03:24:20.339Z | Documenting tracing-core v0.1.32 |
2502 | 2024-05-30T03:24:21.688Z | Documenting tracing-attributes v0.1.27 |
2503 | 2024-05-30T03:24:21.983Z | Documenting unicode-bidi v0.3.15 |
2504 | 2024-05-30T03:24:22.181Z | Documenting lazy_static v1.4.0 |
2505 | 2024-05-30T03:24:22.533Z | Documenting schemars_derive v0.8.20 |
2506 | 2024-05-30T03:24:22.953Z | Documenting rand_chacha v0.3.1 |
2507 | 2024-05-30T03:24:23.771Z | Documenting percent-encoding v2.3.1 |
2508 | 2024-05-30T03:24:24.171Z | Documenting block-buffer v0.10.4 |
2509 | 2024-05-30T03:24:25.014Z | Documenting equivalent v1.0.1 |
2510 | 2024-05-30T03:24:26.907Z | Documenting powerfmt v0.2.0 |
2511 | 2024-05-30T03:24:27.804Z | Documenting time-macros v0.2.18 |
2512 | 2024-05-30T03:24:27.877Z | Documenting indexmap v2.2.6 |
2513 | 2024-05-30T03:24:28.024Z | Documenting rand v0.8.5 |
2514 | 2024-05-30T03:24:28.304Z | Documenting form_urlencoded v1.2.1 |
2515 | 2024-05-30T03:24:28.528Z | Documenting schemars v0.8.20 |
2516 | 2024-05-30T03:24:28.954Z | Documenting digest v0.10.7 |
2517 | 2024-05-30T03:24:29.933Z | Documenting deranged v0.3.11 |
2518 | 2024-05-30T03:24:32.698Z | Documenting unicode-width v0.1.12 |
2519 | 2024-05-30T03:24:32.815Z | Documenting time-core v0.1.2 |
2520 | 2024-05-30T03:24:33.616Z | Documenting num-conv v0.1.0 |
2521 | 2024-05-30T03:24:34.033Z | Documenting fnv v1.0.7 |
2522 | 2024-05-30T03:24:38.521Z | Documenting tracing v0.1.40 |
2523 | 2024-05-30T03:24:42.784Z | Documenting num_threads v0.1.7 |
2524 | 2024-05-30T03:24:42.815Z | Documenting idna v0.5.0 |
2525 | 2024-05-30T03:24:42.864Z | Documenting unicode-ident v1.0.12 |
2526 | 2024-05-30T03:24:42.895Z | Documenting adler v1.0.2 |
2527 | 2024-05-30T03:24:42.946Z | Documenting slog v2.7.0 |
2528 | 2024-05-30T03:24:42.962Z | Documenting httparse v1.8.0 |
2529 | 2024-05-30T03:24:43.492Z | Documenting cpufeatures v0.2.12 |
2530 | 2024-05-30T03:24:46.151Z | Documenting proc-macro2 v1.0.82 |
2531 | 2024-05-30T03:24:46.202Z | Documenting miniz_oxide v0.7.2 |
2532 | 2024-05-30T03:24:46.782Z | Documenting tokio-util v0.7.11 |
2533 | 2024-05-30T03:24:48.538Z | Documenting errno v0.3.9 |
2534 | 2024-05-30T03:24:48.602Z | Documenting time v0.3.36 |
2535 | 2024-05-30T03:24:48.616Z | Documenting url v2.5.0 |
2536 | 2024-05-30T03:24:48.767Z | Documenting async-trait v0.1.80 |
2537 | 2024-05-30T03:24:49.716Z | Documenting try-lock v0.2.5 |
2538 | 2024-05-30T03:24:51.021Z | Documenting quote v1.0.36 |
2539 | 2024-05-30T03:24:52.714Z | Documenting httpdate v1.0.3 |
2540 | 2024-05-30T03:24:52.941Z | Documenting want v0.3.1 |
2541 | 2024-05-30T03:24:52.961Z | Documenting rustix v0.38.34 |
2542 | 2024-05-30T03:24:53.307Z | Documenting http-body v0.4.6 |
2543 | 2024-05-30T03:24:54.937Z | Documenting aho-corasick v1.1.3 |
2544 | 2024-05-30T03:24:55.217Z | Documenting openssl-sys v0.9.102 |
2545 | 2024-05-30T03:24:55.844Z | Documenting h2 v0.3.26 |
2546 | 2024-05-30T03:24:56.110Z | Documenting syn v2.0.64 |
2547 | 2024-05-30T03:24:57.631Z | Documenting openssl-macros v0.1.1 |
2548 | 2024-05-30T03:24:57.891Z | Documenting regex-syntax v0.8.3 |
2549 | 2024-05-30T03:24:58.193Z | Documenting tower-service v0.3.2 |
2550 | 2024-05-30T03:25:00.726Z | Documenting gimli v0.28.1 |
2551 | 2024-05-30T03:25:00.998Z | Documenting mime v0.3.17 |
2552 | 2024-05-30T03:25:02.517Z | Documenting object v0.32.2 |
2553 | 2024-05-30T03:25:03.331Z | Documenting ipnet v2.9.0 |
2554 | 2024-05-30T03:25:03.534Z | Documenting openssl v0.10.64 |
2555 | 2024-05-30T03:25:04.929Z | Documenting regex-automata v0.4.6 |
2556 | 2024-05-30T03:25:05.699Z | Documenting rustc-demangle v0.1.24 |
2557 | 2024-05-30T03:25:06.419Z | Documenting hyper v0.14.28 |
2558 | 2024-05-30T03:25:07.501Z | Documenting addr2line v0.21.0 |
2559 | 2024-05-30T03:25:07.851Z | Documenting openssl-probe v0.1.5 |
2560 | 2024-05-30T03:25:08.815Z | Documenting base64ct v1.6.0 |
2561 | 2024-05-30T03:25:11.551Z | Documenting futures-executor v0.3.30 |
2562 | 2024-05-30T03:25:12.617Z | Documenting encoding_rs v0.8.34 |
2563 | 2024-05-30T03:25:12.801Z | Documenting native-tls v0.2.11 |
2564 | 2024-05-30T03:25:14.025Z | Documenting psl-types v2.0.11 |
2565 | 2024-05-30T03:25:14.112Z | Documenting serde_urlencoded v0.7.1 |
2566 | 2024-05-30T03:25:16.554Z | Documenting backtrace v0.3.71 |
2567 | 2024-05-30T03:25:16.560Z | Documenting semver v1.0.23 |
2568 | 2024-05-30T03:25:17.451Z | Checking pest_meta v2.7.10 |
2569 | 2024-05-30T03:25:17.499Z | Documenting publicsuffix v2.2.3 |
2570 | 2024-05-30T03:25:18.323Z | Documenting crossbeam-utils v0.8.19 |
2571 | 2024-05-30T03:25:18.515Z | Documenting tokio-native-tls v0.3.1 |
2572 | 2024-05-30T03:25:19.501Z | Documenting utf8parse v0.2.1 |
2573 | 2024-05-30T03:25:19.745Z | Documenting hyper-rustls v0.24.2 |
2574 | 2024-05-30T03:25:20.296Z | Documenting futures v0.3.30 |
2575 | 2024-05-30T03:25:21.598Z | Documenting anyhow v1.0.83 |
2576 | 2024-05-30T03:25:22.164Z | Documenting regex v1.10.4 |
2577 | 2024-05-30T03:25:22.479Z | Documenting pem-rfc7468 v0.7.0 |
2578 | 2024-05-30T03:25:22.600Z | Documenting cookie_store v0.20.0 |
2579 | 2024-05-30T03:25:23.776Z | Documenting pest_meta v2.7.10 |
2580 | 2024-05-30T03:25:24.266Z | Documenting hyper-tls v0.5.0 |
2581 | 2024-05-30T03:25:26.627Z | Documenting scroll_derive v0.12.0 |
2582 | 2024-05-30T03:25:26.802Z | Documenting der_derive v0.7.2 |
2583 | 2024-05-30T03:25:27.355Z | Documenting flagset v0.4.5 |
2584 | 2024-05-30T03:25:28.239Z | Documenting sync_wrapper v0.1.2 |
2585 | 2024-05-30T03:25:28.651Z | Documenting webpki-roots v0.25.4 |
2586 | 2024-05-30T03:25:28.869Z | Documenting pest_generator v2.7.10 |
2587 | 2024-05-30T03:25:29.105Z | Checking pest_generator v2.7.10 |
2588 | 2024-05-30T03:25:29.801Z | Documenting num-integer v0.1.46 |
2589 | 2024-05-30T03:25:30.239Z | Documenting plain v0.2.3 |
2590 | 2024-05-30T03:25:31.177Z | Documenting ucd-trie v0.1.6 |
2591 | 2024-05-30T03:25:31.568Z | Documenting openapiv3 v2.0.0 |
2592 | 2024-05-30T03:25:32.458Z | Documenting scroll v0.12.0 |
2593 | 2024-05-30T03:25:33.122Z | Documenting pretty-hex v0.4.1 |
2594 | 2024-05-30T03:25:33.440Z | Documenting der v0.7.9 |
2595 | 2024-05-30T03:25:33.478Z | Documenting reqwest v0.11.27 |
2596 | 2024-05-30T03:25:34.316Z | Documenting pest_derive v2.7.10 |
2597 | 2024-05-30T03:25:34.455Z | Documenting spin v0.9.8 |
2598 | 2024-05-30T03:25:35.473Z | Documenting pest v2.7.10 |
2599 | 2024-05-30T03:25:36.263Z | Documenting thread-id v4.2.1 |
2600 | 2024-05-30T03:25:37.424Z | Documenting goblin v0.8.2 |
2601 | 2024-05-30T03:25:38.858Z | Documenting anstyle v1.0.7 |
2602 | 2024-05-30T03:25:39.316Z | Documenting either v1.12.0 |
2603 | 2024-05-30T03:25:39.483Z | Documenting anstyle-parse v0.2.4 |
2604 | 2024-05-30T03:25:39.700Z | Documenting spki v0.7.3 |
2605 | 2024-05-30T03:25:41.238Z | Documenting ipnetwork v0.20.0 |
2606 | 2024-05-30T03:25:41.920Z | Documenting dtrace-parser v0.2.0 |
2607 | 2024-05-30T03:25:42.721Z | Documenting memmap v0.7.0 |
2608 | 2024-05-30T03:25:43.796Z | Documenting data-encoding v2.6.0 |
2609 | 2024-05-30T03:25:43.990Z | Documenting colorchoice v1.0.1 |
2610 | 2024-05-30T03:25:44.709Z | Documenting pkcs8 v0.10.2 |
2611 | 2024-05-30T03:25:45.328Z | Documenting dof v0.3.0 |
2612 | 2024-05-30T03:25:45.566Z | Documenting anstyle-query v1.0.3 |
2613 | 2024-05-30T03:25:46.999Z | Documenting is_terminal_polyfill v1.70.0 |
2614 | 2024-05-30T03:25:47.149Z | Documenting crossbeam-epoch v0.9.18 |
2615 | 2024-05-30T03:25:47.168Z | Documenting terminal_size v0.3.0 |
2616 | 2024-05-30T03:25:47.908Z | Documenting sha2 v0.10.8 |
2617 | 2024-05-30T03:25:48.584Z | Documenting hex v0.4.3 |
2618 | 2024-05-30T03:25:49.530Z | Documenting crc32fast v1.4.0 |
2619 | 2024-05-30T03:25:50.328Z | Documenting clap_lex v0.7.0 |
2620 | 2024-05-30T03:25:51.051Z | Documenting usdt-impl v0.5.0 |
2621 | 2024-05-30T03:25:51.817Z | Documenting anstream v0.6.14 |
2622 | 2024-05-30T03:25:52.291Z | Documenting unicode-segmentation v1.11.0 |
2623 | 2024-05-30T03:25:52.698Z | Documenting strsim v0.11.1 |
2624 | 2024-05-30T03:25:52.770Z | Documenting untrusted v0.9.0 |
2625 | 2024-05-30T03:25:53.836Z | Documenting num-iter v0.1.45 |
2626 | 2024-05-30T03:25:54.432Z | Documenting hmac v0.12.1 |
2627 | 2024-05-30T03:25:54.565Z | Documenting signal-hook v0.3.17 |
2628 | 2024-05-30T03:25:55.690Z | Documenting ring v0.17.8 |
2629 | 2024-05-30T03:25:56.105Z | Documenting clap_derive v4.5.4 |
2630 | 2024-05-30T03:25:56.820Z | Documenting static_assertions v1.1.0 |
2631 | 2024-05-30T03:25:56.967Z | Documenting clap_builder v4.5.2 |
2632 | 2024-05-30T03:25:58.856Z | Documenting usdt v0.5.0 |
2633 | 2024-05-30T03:25:59.158Z | Documenting flate2 v1.0.30 |
2634 | 2024-05-30T03:25:59.234Z | Documenting managed v0.8.0 |
2635 | 2024-05-30T03:25:59.784Z | Documenting signal-hook-mio v0.2.3 |
2636 | 2024-05-30T03:26:00.205Z | Documenting itertools v0.12.1 |
2637 | 2024-05-30T03:26:01.646Z | Documenting enum-as-inner v0.5.1 |
2638 | 2024-05-30T03:26:03.020Z | Documenting regress v0.9.1 |
2639 | 2024-05-30T03:26:03.024Z | Documenting block-padding v0.3.3 |
2640 | 2024-05-30T03:26:03.983Z | Documenting clap v4.5.4 |
2641 | 2024-05-30T03:26:04.265Z | Documenting scheduled-thread-pool v0.2.7 |
2642 | 2024-05-30T03:26:04.657Z | Checking diesel_table_macro_syntax v0.1.0 |
2643 | 2024-05-30T03:26:04.665Z | Documenting diesel_table_macro_syntax v0.1.0 |
2644 | 2024-05-30T03:26:04.965Z | Documenting finl_unicode v1.2.0 |
2645 | 2024-05-30T03:26:07.314Z | Documenting trust-dns-proto v0.22.0 |
2646 | 2024-05-30T03:26:08.052Z | Documenting inout v0.1.3 |
2647 | 2024-05-30T03:26:08.723Z | Documenting crossterm v0.27.0 |
2648 | 2024-05-30T03:26:09.531Z | Documenting r2d2 v0.8.10 |
2649 | 2024-05-30T03:26:09.977Z | Documenting md-5 v0.10.6 |
2650 | 2024-05-30T03:26:10.084Z | Documenting ff v0.13.0 |
2651 | 2024-05-30T03:26:10.213Z | Documenting stringprep v0.1.4 |
2652 | 2024-05-30T03:26:10.526Z | Documenting diesel_derives v2.1.4 |
2653 | 2024-05-30T03:26:13.465Z | Documenting serde_spanned v0.6.6 |
2654 | 2024-05-30T03:26:14.222Z | Documenting toml_datetime v0.6.6 |
2655 | 2024-05-30T03:26:14.268Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2656 | 2024-05-30T03:26:14.623Z | Documenting siphasher v0.3.11 |
2657 | 2024-05-30T03:26:14.733Z | Documenting winnow v0.6.8 |
2658 | 2024-05-30T03:26:15.250Z | Checking unsafe-libyaml v0.2.11 |
2659 | 2024-05-30T03:26:16.444Z | Documenting base16ct v0.2.0 |
2660 | 2024-05-30T03:26:16.915Z | Documenting heck v0.5.0 |
2661 | 2024-05-30T03:26:18.003Z | Documenting fallible-iterator v0.2.0 |
2662 | 2024-05-30T03:26:18.593Z | Documenting bit-vec v0.6.3 |
2663 | 2024-05-30T03:26:19.043Z | Checking ident_case v1.0.1 |
2664 | 2024-05-30T03:26:19.198Z | Documenting phf_shared v0.11.2 |
2665 | 2024-05-30T03:26:19.231Z | Documenting diesel v2.1.6 |
2666 | 2024-05-30T03:26:19.442Z | Documenting group v0.13.0 |
2667 | 2024-05-30T03:26:19.996Z | Documenting sec1 v0.7.3 |
2668 | 2024-05-30T03:26:20.580Z | Documenting typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2669 | 2024-05-30T03:26:21.088Z | Documenting toml_edit v0.22.13 |
2670 | 2024-05-30T03:26:23.413Z | Documenting cipher v0.4.4 |
2671 | 2024-05-30T03:26:23.853Z | Documenting postgres-protocol v0.6.6 |
2672 | 2024-05-30T03:26:24.165Z | Documenting hkdf v0.12.4 |
2673 | 2024-05-30T03:26:24.493Z | Documenting typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2674 | 2024-05-30T03:26:34.382Z | Documenting num-bigint v0.4.5 |
2675 | 2024-05-30T03:26:34.500Z | Documenting bstr v1.9.1 |
2676 | 2024-05-30T03:26:34.586Z | Documenting console v0.15.8 |
2677 | 2024-05-30T03:26:42.367Z | Documenting crypto-bigint v0.5.5 |
2678 | 2024-05-30T03:26:42.575Z | Documenting hubpack v0.1.2 |
2679 | 2024-05-30T03:26:42.587Z | Documenting serde_repr v0.1.19 |
2680 | 2024-05-30T03:26:43.022Z | Documenting lalrpop-util v0.19.12 |
2681 | 2024-05-30T03:26:43.158Z | Documenting fixedbitset v0.4.2 |
2682 | 2024-05-30T03:26:43.430Z | Documenting unsafe-libyaml v0.2.11 |
2683 | 2024-05-30T03:26:44.096Z | Documenting minimal-lexical v0.2.1 |
2684 | 2024-05-30T03:26:44.913Z | Documenting new_debug_unreachable v1.0.6 |
2685 | 2024-05-30T03:26:46.466Z | Documenting precomputed-hash v0.1.1 |
2686 | 2024-05-30T03:26:47.281Z | Documenting petgraph v0.6.5 |
2687 | 2024-05-30T03:26:47.474Z | Documenting serde_yaml v0.9.34+deprecated |
2688 | 2024-05-30T03:26:47.557Z | Documenting yasna v0.5.2 |
2689 | 2024-05-30T03:26:48.218Z | Documenting typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2690 | 2024-05-30T03:26:48.366Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2691 | 2024-05-30T03:26:48.976Z | Documenting nom v7.1.3 |
2692 | 2024-05-30T03:26:59.381Z | Documenting string_cache v0.8.7 |
2693 | 2024-05-30T03:26:59.914Z | Documenting postgres-types v0.2.6 |
2694 | 2024-05-30T03:26:59.930Z | Documenting phf v0.11.2 |
2695 | 2024-05-30T03:26:59.933Z | Checking darling_core v0.20.9 |
2696 | 2024-05-30T03:26:59.956Z | Checking serde_yaml v0.9.34+deprecated |
2697 | 2024-05-30T03:27:00.380Z | Documenting similar v2.5.0 |
2698 | 2024-05-30T03:27:00.418Z | Documenting elliptic-curve v0.13.8 |
2699 | 2024-05-30T03:27:01.267Z | Documenting progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2700 | 2024-05-30T03:27:01.905Z | Documenting getopts v0.2.21 |
2701 | 2024-05-30T03:27:01.957Z | Documenting float-cmp v0.9.0 |
2702 | 2024-05-30T03:27:04.237Z | Documenting predicates-core v1.0.6 |
2703 | 2024-05-30T03:27:05.066Z | Documenting normalize-line-endings v0.3.0 |
2704 | 2024-05-30T03:27:05.717Z | Documenting whoami v1.5.1 |
2705 | 2024-05-30T03:27:06.265Z | Documenting difflib v0.4.0 |
2706 | 2024-05-30T03:27:15.925Z | Documenting peg-runtime v0.8.3 |
2707 | 2024-05-30T03:27:16.154Z | Documenting progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2708 | 2024-05-30T03:27:16.191Z | Documenting progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2709 | 2024-05-30T03:27:16.341Z | Documenting bit-set v0.5.3 |
2710 | 2024-05-30T03:27:16.371Z | Documenting fs-err v2.11.0 |
2711 | 2024-05-30T03:27:16.540Z | Documenting tokio-postgres v0.7.10 |
2712 | 2024-05-30T03:27:16.611Z | Documenting predicates v3.1.0 |
2713 | 2024-05-30T03:27:16.839Z | Documenting tokio-stream v0.1.15 |
2714 | 2024-05-30T03:27:20.686Z | Documenting ident_case v1.0.1 |
2715 | 2024-05-30T03:27:21.355Z | Checking darling v0.20.9 |
2716 | 2024-05-30T03:27:21.472Z | Documenting is-terminal v0.4.12 |
2717 | 2024-05-30T03:27:21.774Z | Documenting strum v0.26.2 |
2718 | 2024-05-30T03:27:22.534Z | Documenting base64 v0.22.1 |
2719 | 2024-05-30T03:27:23.038Z | Documenting camino v1.1.7 |
2720 | 2024-05-30T03:27:24.374Z | Documenting dirs-sys-next v0.1.2 |
2721 | 2024-05-30T03:27:24.515Z | Documenting progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2722 | 2024-05-30T03:27:24.846Z | Documenting darling_core v0.20.9 |
2723 | 2024-05-30T03:27:25.521Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2724 | 2024-05-30T03:27:25.842Z | Documenting sha1 v0.10.6 |
2725 | 2024-05-30T03:27:26.676Z | Documenting http v1.1.0 |
2726 | 2024-05-30T03:27:27.514Z | Documenting paste v1.0.15 |
2727 | 2024-05-30T03:27:27.919Z | Documenting thread_local v1.1.8 |
2728 | 2024-05-30T03:27:29.394Z | Documenting dirs-next v2.0.0 |
2729 | 2024-05-30T03:27:30.345Z | Documenting rustls-pki-types v1.7.0 |
2730 | 2024-05-30T03:27:30.555Z | Documenting crossbeam-channel v0.5.12 |
2731 | 2024-05-30T03:27:31.903Z | Documenting take_mut v0.2.2 |
2732 | 2024-05-30T03:27:32.317Z | Documenting slog-json v2.6.1 |
2733 | 2024-05-30T03:27:32.504Z | Documenting async-stream-impl v0.3.5 |
2734 | 2024-05-30T03:27:34.449Z | Documenting term v0.7.0 |
2735 | 2024-05-30T03:27:34.867Z | Documenting debug-ignore v1.0.5 |
2736 | 2024-05-30T03:27:35.223Z | Documenting atomic-waker v1.1.2 |
2737 | 2024-05-30T03:27:35.239Z | Documenting darling_macro v0.20.9 |
2738 | 2024-05-30T03:27:35.413Z | Documenting rustls-webpki v0.102.4 |
2739 | 2024-05-30T03:27:36.810Z | Documenting slog-async v2.8.0 |
2740 | 2024-05-30T03:27:37.527Z | Documenting slog-bunyan v2.5.0 |
2741 | 2024-05-30T03:27:37.775Z | Documenting rustls-pemfile v2.1.2 |
2742 | 2024-05-30T03:27:38.128Z | Documenting waitgroup v0.1.2 |
2743 | 2024-05-30T03:27:38.374Z | Documenting async-stream v0.3.5 |
2744 | 2024-05-30T03:27:39.598Z | Documenting slog-term v2.9.1 |
2745 | 2024-05-30T03:27:49.102Z | Documenting rustls v0.22.4 |
2746 | 2024-05-30T03:27:49.312Z | Documenting darling v0.20.9 |
2747 | 2024-05-30T03:27:49.312Z | Documenting multer v3.1.0 |
2748 | 2024-05-30T03:27:49.312Z | Documenting toml v0.8.13 |
2749 | 2024-05-30T03:27:49.312Z | Documenting dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2750 | 2024-05-30T03:27:49.312Z | Documenting serde_path_to_error v0.1.16 |
2751 | 2024-05-30T03:27:49.312Z | Documenting hostname v0.4.0 |
2752 | 2024-05-30T03:27:49.425Z | Documenting structmeta-derive v0.3.0 |
2753 | 2024-05-30T03:27:49.445Z | Documenting serde_with_macros v3.8.1 |
2754 | 2024-05-30T03:27:49.445Z | Documenting newtype-uuid v1.1.0 |
2755 | 2024-05-30T03:27:49.445Z | Checking structmeta v0.3.0 |
2756 | 2024-05-30T03:27:49.445Z | Documenting instant v0.1.12 |
2757 | 2024-05-30T03:27:49.445Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2758 | 2024-05-30T03:27:49.445Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2759 | 2024-05-30T03:27:49.972Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2760 | 2024-05-30T03:27:50.144Z | Documenting tokio-rustls v0.25.0 |
2761 | 2024-05-30T03:27:51.134Z | Documenting structmeta v0.3.0 |
2762 | 2024-05-30T03:27:51.994Z | Documenting serde_with v3.8.1 |
2763 | 2024-05-30T03:27:53.346Z | Documenting backoff v0.4.0 |
2764 | 2024-05-30T03:27:53.493Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2765 | 2024-05-30T03:27:54.203Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2766 | 2024-05-30T03:27:54.655Z | Documenting oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
2767 | 2024-05-30T03:27:56.152Z | Documenting dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2768 | 2024-05-30T03:27:56.234Z | Documenting parse-display-derive v0.9.0 |
2769 | 2024-05-30T03:27:58.866Z | Documenting macaddr v1.0.1 |
2770 | 2024-05-30T03:27:59.111Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2771 | 2024-05-30T03:27:59.282Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2772 | 2024-05-30T03:27:59.501Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2773 | 2024-05-30T03:28:00.410Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2774 | 2024-05-30T03:28:00.704Z | Documenting fastrand v2.1.0 |
2775 | 2024-05-30T03:28:02.093Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2776 | 2024-05-30T03:28:02.574Z | Checking proc-macro-crate v1.3.1 |
2777 | 2024-05-30T03:28:02.835Z | Documenting proc-macro-crate v1.3.1 |
2778 | 2024-05-30T03:28:02.944Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2779 | 2024-05-30T03:28:03.040Z | Documenting parse-display v0.9.0 |
2780 | 2024-05-30T03:28:03.216Z | Documenting foreign-types-macros v0.2.3 |
2781 | 2024-05-30T03:28:04.205Z | Documenting foreign-types-shared v0.3.1 |
2782 | 2024-05-30T03:28:04.374Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2783 | 2024-05-30T03:28:04.812Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2784 | 2024-05-30T03:28:05.342Z | Documenting tempfile v3.10.1 |
2785 | 2024-05-30T03:28:07.104Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2786 | 2024-05-30T03:28:07.420Z | Documenting cstr-argument v0.1.2 |
2787 | 2024-05-30T03:28:08.288Z | Documenting num_enum_derive v0.5.11 |
2788 | 2024-05-30T03:28:08.415Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2789 | 2024-05-30T03:28:08.656Z | Documenting tabwriter v1.4.0 |
2790 | 2024-05-30T03:28:09.208Z | Documenting foreign-types v0.5.0 |
2791 | 2024-05-30T03:28:09.644Z | Documenting colored v2.1.0 |
2792 | 2024-05-30T03:28:10.324Z | Documenting camino-tempfile v1.1.1 |
2793 | 2024-05-30T03:28:10.377Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2794 | 2024-05-30T03:28:12.271Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2795 | 2024-05-30T03:28:13.394Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2796 | 2024-05-30T03:28:13.521Z | Documenting hash32 v0.3.1 |
2797 | 2024-05-30T03:28:13.956Z | Documenting stable_deref_trait v1.2.0 |
2798 | 2024-05-30T03:28:14.018Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2799 | 2024-05-30T03:28:15.637Z | Documenting smf v0.2.3 |
2800 | 2024-05-30T03:28:16.495Z | Documenting num_enum v0.5.11 |
2801 | 2024-05-30T03:28:17.164Z | Documenting embedded-io v0.4.0 |
2802 | 2024-05-30T03:28:17.488Z | Documenting cobs v0.2.3 |
2803 | 2024-05-30T03:28:18.549Z | Documenting heapless v0.8.0 |
2804 | 2024-05-30T03:28:18.759Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2805 | 2024-05-30T03:28:20.022Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2806 | 2024-05-30T03:28:20.382Z | Documenting crucible-workspace-hack v0.1.0 |
2807 | 2024-05-30T03:28:20.525Z | Documenting postcard v1.0.8 |
2808 | 2024-05-30T03:28:20.749Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2809 | 2024-05-30T03:28:21.334Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2810 | 2024-05-30T03:28:22.098Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2811 | 2024-05-30T03:28:24.520Z | Documenting smoltcp v0.11.0 |
2812 | 2024-05-30T03:28:25.578Z | Documenting derive-where v1.2.7 |
2813 | 2024-05-30T03:28:25.818Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2814 | 2024-05-30T03:28:26.221Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2815 | 2024-05-30T03:28:26.901Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2816 | 2024-05-30T03:28:27.862Z | Documenting sigpipe v0.1.3 |
2817 | 2024-05-30T03:28:28.105Z | Documenting num-derive v0.4.2 |
2818 | 2024-05-30T03:28:29.041Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2819 | 2024-05-30T03:28:31.339Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2820 | 2024-05-30T03:28:31.719Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2821 | 2024-05-30T03:28:32.101Z | Documenting newline-converter v0.3.0 |
2822 | 2024-05-30T03:28:32.918Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2823 | 2024-05-30T03:28:33.067Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2824 | 2024-05-30T03:28:33.538Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2825 | 2024-05-30T03:28:34.236Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2826 | 2024-05-30T03:28:34.665Z | Documenting convert_case v0.4.0 |
2827 | 2024-05-30T03:28:35.105Z | Checking convert_case v0.4.0 |
2828 | 2024-05-30T03:28:35.327Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2829 | 2024-05-30T03:28:36.086Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2830 | 2024-05-30T03:28:36.525Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2831 | 2024-05-30T03:28:37.017Z | Documenting expectorate v1.1.0 |
2832 | 2024-05-30T03:28:37.183Z | Documenting password-hash v0.5.0 |
2833 | 2024-05-30T03:28:38.142Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2834 | 2024-05-30T03:28:38.157Z | Documenting blake2 v0.10.6 |
2835 | 2024-05-30T03:28:38.556Z | Documenting linked-hash-map v0.5.6 |
2836 | 2024-05-30T03:28:39.485Z | Documenting derive_more v0.99.17 |
2837 | 2024-05-30T03:28:40.360Z | Documenting humantime v2.1.0 |
2838 | 2024-05-30T03:28:42.172Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2839 | 2024-05-30T03:28:42.448Z | Documenting swrite v0.1.0 |
2840 | 2024-05-30T03:28:43.005Z | Documenting argon2 v0.5.3 |
2841 | 2024-05-30T03:28:43.168Z | Documenting lru-cache v0.1.2 |
2842 | 2024-05-30T03:28:45.214Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2843 | 2024-05-30T03:28:45.508Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2844 | 2024-05-30T03:28:46.721Z | Documenting newtype_derive v0.1.6 |
2845 | 2024-05-30T03:28:47.279Z | Documenting quick-error v1.2.3 |
2846 | 2024-05-30T03:28:48.041Z | Documenting arc-swap v1.7.1 |
2847 | 2024-05-30T03:28:48.186Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2848 | 2024-05-30T03:28:48.610Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2849 | 2024-05-30T03:28:49.012Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2850 | 2024-05-30T03:28:49.383Z | Documenting xattr v1.3.1 |
2851 | 2024-05-30T03:28:51.589Z | Documenting steno v0.4.0 |
2852 | 2024-05-30T03:28:52.111Z | Documenting resolv-conf v0.7.0 |
2853 | 2024-05-30T03:28:52.694Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2854 | 2024-05-30T03:28:52.759Z | Documenting filetime v0.2.23 |
2855 | 2024-05-30T03:28:53.223Z | Documenting slog-scope v4.4.0 |
2856 | 2024-05-30T03:28:54.988Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2857 | 2024-05-30T03:28:56.022Z | Documenting num-rational v0.4.2 |
2858 | 2024-05-30T03:28:57.251Z | Documenting trust-dns-resolver v0.22.0 |
2859 | 2024-05-30T03:28:57.762Z | Documenting tar v0.4.40 |
2860 | 2024-05-30T03:28:58.243Z | Documenting slog-stdlog v4.1.1 |
2861 | 2024-05-30T03:28:59.601Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2862 | 2024-05-30T03:29:00.834Z | Documenting num-complex v0.4.6 |
2863 | 2024-05-30T03:29:01.385Z | Documenting tap v1.0.1 |
2864 | 2024-05-30T03:29:03.258Z | Documenting slog-envlogger v2.2.0 |
2865 | 2024-05-30T03:29:03.760Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2866 | 2024-05-30T03:29:04.687Z | Documenting wyz v0.5.1 |
2867 | 2024-05-30T03:29:04.962Z | Documenting radium v0.7.0 |
2868 | 2024-05-30T03:29:05.521Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2869 | 2024-05-30T03:29:06.182Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2870 | 2024-05-30T03:29:06.404Z | Documenting nibble_vec v0.1.0 |
2871 | 2024-05-30T03:29:06.543Z | Documenting num v0.4.3 |
2872 | 2024-05-30T03:29:07.845Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2873 | 2024-05-30T03:29:08.745Z | Documenting funty v2.0.0 |
2874 | 2024-05-30T03:29:08.894Z | Documenting crc-catalog v2.4.0 |
2875 | 2024-05-30T03:29:09.534Z | Documenting same-file v1.0.6 |
2876 | 2024-05-30T03:29:10.672Z | Documenting endian-type v0.1.2 |
2877 | 2024-05-30T03:29:12.290Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2878 | 2024-05-30T03:29:12.393Z | Documenting crc v3.2.1 |
2879 | 2024-05-30T03:29:12.697Z | Documenting bitvec v1.0.1 |
2880 | 2024-05-30T03:29:12.777Z | Documenting slog-dtrace v0.3.0 |
2881 | 2024-05-30T03:29:12.833Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2882 | 2024-05-30T03:29:13.850Z | Documenting walkdir v2.5.0 |
2883 | 2024-05-30T03:29:15.448Z | Documenting cancel-safe-futures v0.1.5 |
2884 | 2024-05-30T03:29:15.773Z | Documenting radix_trie v0.2.1 |
2885 | 2024-05-30T03:29:16.121Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2886 | 2024-05-30T03:29:18.280Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2887 | 2024-05-30T03:29:18.306Z | Documenting packed_struct_codegen v0.10.1 |
2888 | 2024-05-30T03:29:18.535Z | Documenting nodrop v0.1.14 |
2889 | 2024-05-30T03:29:20.099Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2890 | 2024-05-30T03:29:21.218Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2891 | 2024-05-30T03:29:21.493Z | Documenting array-init v0.0.4 |
2892 | 2024-05-30T03:29:22.515Z | Documenting num-bigint-dig v0.8.4 |
2893 | 2024-05-30T03:29:23.779Z | Documenting pem v3.0.4 |
2894 | 2024-05-30T03:29:24.145Z | Documenting packed_struct v0.10.1 |
2895 | 2024-05-30T03:29:24.861Z | Documenting pkcs1 v0.7.5 |
2896 | 2024-05-30T03:29:26.343Z | Documenting signature v2.2.0 |
2897 | 2024-05-30T03:29:26.874Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2898 | 2024-05-30T03:29:27.252Z | Documenting bitfield v0.14.0 |
2899 | 2024-05-30T03:29:27.549Z | warning: unresolved link to `Blueprints` |
2900 | 2024-05-30T03:29:27.549Z | --> nexus/types/src/deployment/blueprint_diff.rs:5:33 |
2901 | 2024-05-30T03:29:27.549Z | | |
2902 | 2024-05-30T03:29:27.550Z | 5 | //! Types helpful for diffing [`Blueprints`]. |
2903 | 2024-05-30T03:29:27.550Z | | ^^^^^^^^^^ no item named `Blueprints` in scope |
2904 | 2024-05-30T03:29:27.550Z | | |
2905 | 2024-05-30T03:29:27.550Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2906 | 2024-05-30T03:29:27.550Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2907 | 2024-05-30T03:29:27.550Z | |
2908 | 2024-05-30T03:29:27.556Z | warning: unresolved link to `Blueprints` |
2909 | 2024-05-30T03:29:27.556Z | --> nexus/types/src/deployment/blueprint_display.rs:5:35 |
2910 | 2024-05-30T03:29:27.556Z | | |
2911 | 2024-05-30T03:29:27.556Z | 5 | //! Types helpful for rendering [`Blueprints`]. |
2912 | 2024-05-30T03:29:27.556Z | | ^^^^^^^^^^ no item named `Blueprints` in scope |
2913 | 2024-05-30T03:29:27.556Z | | |
2914 | 2024-05-30T03:29:27.556Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2915 | 2024-05-30T03:29:27.556Z | |
2916 | 2024-05-30T03:29:27.557Z | warning: unresolved link to `BpSledTable` |
2917 | 2024-05-30T03:29:27.557Z | --> nexus/types/src/deployment/blueprint_display.rs:179:49 |
2918 | 2024-05-30T03:29:27.557Z | | |
2919 | 2024-05-30T03:29:27.557Z | 179 | /// `BpSledSubtable`s are always nested under [`BpSledTable`]s. |
2920 | 2024-05-30T03:29:27.557Z | | ^^^^^^^^^^^ no item named `BpSledTable` in scope |
2921 | 2024-05-30T03:29:27.557Z | | |
2922 | 2024-05-30T03:29:27.557Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2923 | 2024-05-30T03:29:27.557Z | |
2924 | 2024-05-30T03:29:28.737Z | Documenting display-error-chain v0.2.0 |
2925 | 2024-05-30T03:29:28.809Z | Documenting termcolor v1.4.1 |
2926 | 2024-05-30T03:29:29.961Z | warning: `nexus-types` (lib doc) generated 3 warnings |
2927 | 2024-05-30T03:29:29.961Z | Documenting bzip2 v0.4.4 |
2928 | 2024-05-30T03:29:30.358Z | Documenting serde-hex v0.1.0 |
2929 | 2024-05-30T03:29:30.374Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2930 | 2024-05-30T03:29:30.861Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2931 | 2024-05-30T03:29:31.119Z | Documenting rsa v0.9.6 |
2932 | 2024-05-30T03:29:31.141Z | Documenting x509-cert v0.2.5 |
2933 | 2024-05-30T03:29:33.299Z | Documenting env_logger v0.10.2 |
2934 | 2024-05-30T03:29:33.729Z | Documenting libsw v3.3.1 |
2935 | 2024-05-30T03:29:34.443Z | Documenting lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2936 | 2024-05-30T03:29:35.271Z | Documenting ron v0.8.1 |
2937 | 2024-05-30T03:29:35.403Z | Documenting half v2.4.1 |
2938 | 2024-05-30T03:29:36.279Z | Documenting crc-any v2.5.0 |
2939 | 2024-05-30T03:29:37.782Z | Documenting linear-map v1.2.0 |
2940 | 2024-05-30T03:29:38.744Z | Documenting ciborium-io v0.2.2 |
2941 | 2024-05-30T03:29:38.951Z | Documenting owo-colors v4.0.0 |
2942 | 2024-05-30T03:29:39.123Z | Documenting maplit v1.0.2 |
2943 | 2024-05-30T03:29:39.866Z | Documenting zip v0.6.6 |
2944 | 2024-05-30T03:29:41.272Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2945 | 2024-05-30T03:29:42.352Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2946 | 2024-05-30T03:29:42.896Z | Documenting lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2947 | 2024-05-30T03:29:43.655Z | Documenting ciborium-ll v0.2.2 |
2948 | 2024-05-30T03:29:44.002Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2949 | 2024-05-30T03:29:44.037Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2950 | 2024-05-30T03:29:44.458Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2951 | 2024-05-30T03:29:45.518Z | Documenting headers-core v0.2.0 |
2952 | 2024-05-30T03:29:46.214Z | Documenting async-recursion v1.1.1 |
2953 | 2024-05-30T03:29:48.706Z | Documenting path-slash v0.1.5 |
2954 | 2024-05-30T03:29:50.601Z | Documenting headers v0.3.9 |
2955 | 2024-05-30T03:29:51.647Z | Documenting ciborium v0.2.2 |
2956 | 2024-05-30T03:29:52.112Z | Documenting fxhash v0.2.1 |
2957 | 2024-05-30T03:29:52.353Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2958 | 2024-05-30T03:29:53.572Z | Documenting hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2959 | 2024-05-30T03:29:55.192Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2960 | 2024-05-30T03:29:56.988Z | Documenting buf-list v1.0.3 |
2961 | 2024-05-30T03:29:57.008Z | Documenting pin-project-internal v1.1.5 |
2962 | 2024-05-30T03:29:57.234Z | Documenting vte_generate_state_changes v0.1.1 |
2963 | 2024-05-30T03:29:58.448Z | Documenting derive_builder_core v0.20.0 |
2964 | 2024-05-30T03:30:02.413Z | Documenting vte v0.11.1 |
2965 | 2024-05-30T03:30:02.662Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2966 | 2024-05-30T03:30:03.599Z | Documenting pin-project v1.1.5 |
2967 | 2024-05-30T03:30:05.056Z | Checking derive_builder_core v0.20.0 |
2968 | 2024-05-30T03:30:05.964Z | Documenting crossbeam-deque v0.8.5 |
2969 | 2024-05-30T03:30:06.905Z | Documenting snafu-derive v0.8.2 |
2970 | 2024-05-30T03:30:06.954Z | Documenting fd-lock v4.0.2 |
2971 | 2024-05-30T03:30:07.227Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2972 | 2024-05-30T03:30:08.396Z | Documenting bitstruct_derive v0.1.0 |
2973 | 2024-05-30T03:30:08.506Z | Documenting ascii v1.1.0 |
2974 | 2024-05-30T03:30:11.166Z | Documenting rayon-core v1.12.1 |
2975 | 2024-05-30T03:30:11.702Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2976 | 2024-05-30T03:30:11.786Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2977 | 2024-05-30T03:30:12.189Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2978 | 2024-05-30T03:30:12.986Z | Documenting strip-ansi-escapes v0.2.0 |
2979 | 2024-05-30T03:30:13.867Z | Documenting bitstruct v0.1.1 |
2980 | 2024-05-30T03:30:14.456Z | Documenting snafu v0.8.2 |
2981 | 2024-05-30T03:30:16.571Z | Documenting derive_builder_macro v0.20.0 |
2982 | 2024-05-30T03:30:16.886Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2983 | 2024-05-30T03:30:17.395Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2984 | 2024-05-30T03:30:17.454Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2985 | 2024-05-30T03:30:17.905Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2986 | 2024-05-30T03:30:18.082Z | Documenting proc-macro-error-attr v1.0.4 |
2987 | 2024-05-30T03:30:18.640Z | Documenting globset v0.4.14 |
2988 | 2024-05-30T03:30:19.149Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2989 | 2024-05-30T03:30:21.596Z | Documenting olpc-cjson v0.1.3 |
2990 | 2024-05-30T03:30:23.043Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2991 | 2024-05-30T03:30:23.353Z | Documenting serde_arrays v0.1.0 |
2992 | 2024-05-30T03:30:24.033Z | Documenting serde_plain v1.0.2 |
2993 | 2024-05-30T03:30:24.694Z | Documenting erased-serde v0.3.31 |
2994 | 2024-05-30T03:30:25.031Z | Documenting ref-cast-impl v1.0.23 |
2995 | 2024-05-30T03:30:26.467Z | Documenting unicode-xid v0.2.4 |
2996 | 2024-05-30T03:30:28.763Z | Documenting typed-path v0.7.1 |
2997 | 2024-05-30T03:30:29.440Z | Documenting nu-ansi-term v0.50.0 |
2998 | 2024-05-30T03:30:29.920Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2999 | 2024-05-30T03:30:30.191Z | Checking unicode-xid v0.2.4 |
3000 | 2024-05-30T03:30:30.340Z | Documenting const_format_proc_macros v0.2.32 |
3001 | 2024-05-30T03:30:30.354Z | Documenting ref-cast v1.0.23 |
3002 | 2024-05-30T03:30:30.925Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3003 | 2024-05-30T03:30:31.543Z | Documenting proc-macro-error v1.0.4 |
3004 | 2024-05-30T03:30:33.285Z | Documenting derive_builder v0.20.0 |
3005 | 2024-05-30T03:30:34.441Z | Documenting reedline v0.31.0 |
3006 | 2024-05-30T03:30:35.510Z | Documenting tough v0.17.1 |
3007 | 2024-05-30T03:30:35.863Z | Documenting rayon v1.10.0 |
3008 | 2024-05-30T03:30:36.579Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3009 | 2024-05-30T03:30:37.805Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3010 | 2024-05-30T03:30:42.662Z | Documenting libefi-sys v0.1.0 |
3011 | 2024-05-30T03:30:42.988Z | Documenting trust-dns-client v0.22.0 |
3012 | 2024-05-30T03:30:44.199Z | Documenting polar-core v0.27.3 |
3013 | 2024-05-30T03:30:44.702Z | Documenting libxml v0.3.3 |
3014 | 2024-05-30T03:30:46.854Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3015 | 2024-05-30T03:30:47.134Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3016 | 2024-05-30T03:30:48.200Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3017 | 2024-05-30T03:30:48.655Z | Checking proc-macro-error v1.0.4 |
3018 | 2024-05-30T03:30:49.143Z | Documenting bb8 v0.8.3 |
3019 | 2024-05-30T03:30:50.560Z | Documenting quick-xml v0.31.0 |
3020 | 2024-05-30T03:30:52.030Z | Documenting impl-trait-for-tuples v0.2.2 |
3021 | 2024-05-30T03:30:52.884Z | Documenting oso-derive v0.27.3 |
3022 | 2024-05-30T03:30:53.133Z | Documenting utf-8 v0.7.6 |
3023 | 2024-05-30T03:30:55.002Z | Documenting parse-size v1.0.0 |
3024 | 2024-05-30T03:30:56.435Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3025 | 2024-05-30T03:30:57.606Z | Documenting keccak v0.1.5 |
3026 | 2024-05-30T03:30:58.151Z | Documenting bytecount v0.6.8 |
3027 | 2024-05-30T03:30:58.329Z | Documenting tungstenite v0.21.0 |
3028 | 2024-05-30T03:30:58.556Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3029 | 2024-05-30T03:30:58.917Z | Documenting oso v0.27.3 |
3030 | 2024-05-30T03:31:00.891Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3031 | 2024-05-30T03:31:00.934Z | Documenting sha3 v0.10.8 |
3032 | 2024-05-30T03:31:01.481Z | Documenting papergrid v0.11.0 |
3033 | 2024-05-30T03:31:01.733Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3034 | 2024-05-30T03:31:05.211Z | Documenting samael v0.0.15 |
3035 | 2024-05-30T03:31:06.001Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3036 | 2024-05-30T03:31:06.332Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3037 | 2024-05-30T03:31:07.006Z | Documenting trust-dns-server v0.22.1 |
3038 | 2024-05-30T03:31:07.510Z | Documenting tabled_derive v0.7.0 |
3039 | 2024-05-30T03:31:10.963Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3040 | 2024-05-30T03:31:12.656Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3041 | 2024-05-30T03:31:13.021Z | Documenting const_format v0.2.32 |
3042 | 2024-05-30T03:31:14.446Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3043 | 2024-05-30T03:31:16.321Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3044 | 2024-05-30T03:31:16.419Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3045 | 2024-05-30T03:31:16.511Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3046 | 2024-05-30T03:31:16.626Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3047 | 2024-05-30T03:31:17.206Z | Documenting sled v0.34.7 |
3048 | 2024-05-30T03:31:17.560Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3049 | 2024-05-30T03:31:17.979Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3050 | 2024-05-30T03:31:18.135Z | Documenting nix v0.28.0 |
3051 | 2024-05-30T03:31:18.451Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3052 | 2024-05-30T03:31:18.731Z | Documenting cookie v0.18.1 |
3053 | 2024-05-30T03:31:18.871Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3054 | 2024-05-30T03:31:19.156Z | Documenting secrecy v0.8.0 |
3055 | 2024-05-30T03:31:21.961Z | Documenting gethostname v0.4.3 |
3056 | 2024-05-30T03:31:22.633Z | Documenting peg-macros v0.8.3 |
3057 | 2024-05-30T03:31:23.894Z | Documenting rustversion v1.0.17 |
3058 | 2024-05-30T03:31:24.050Z | Documenting sqlparser_derive v0.2.2 |
3059 | 2024-05-30T03:31:24.307Z | Documenting home v0.5.9 |
3060 | 2024-05-30T03:31:24.865Z | Documenting unicode_categories v0.1.1 |
3061 | 2024-05-30T03:31:27.085Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3062 | 2024-05-30T03:31:27.951Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3063 | 2024-05-30T03:31:28.472Z | Documenting peg v0.8.3 |
3064 | 2024-05-30T03:31:29.113Z | Documenting castaway v0.2.2 |
3065 | 2024-05-30T03:31:29.228Z | Documenting sqlparser v0.45.0 |
3066 | 2024-05-30T03:31:29.380Z | Documenting rustyline v14.0.0 |
3067 | 2024-05-30T03:31:30.019Z | Documenting sqlformat v0.2.3 |
3068 | 2024-05-30T03:31:33.527Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3069 | 2024-05-30T03:31:34.029Z | Documenting tabled v0.15.0 |
3070 | 2024-05-30T03:31:35.617Z | Documenting tokio-tungstenite v0.21.0 |
3071 | 2024-05-30T03:31:36.663Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3072 | 2024-05-30T03:31:39.363Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3073 | 2024-05-30T03:31:40.673Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3074 | 2024-05-30T03:31:42.076Z | Documenting zone v0.1.8 |
3075 | 2024-05-30T03:31:42.309Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
3076 | 2024-05-30T03:31:42.484Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
3077 | 2024-05-30T03:31:43.182Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3078 | 2024-05-30T03:31:43.380Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3079 | 2024-05-30T03:31:46.629Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3080 | 2024-05-30T03:31:46.869Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3081 | 2024-05-30T03:31:47.126Z | Documenting portpicker v0.1.1 |
3082 | 2024-05-30T03:31:47.896Z | Documenting universal-hash v0.5.1 |
3083 | 2024-05-30T03:31:49.232Z | Documenting bcs v0.1.6 |
3084 | 2024-05-30T03:31:52.549Z | Documenting kstat-rs v0.2.3 |
3085 | 2024-05-30T03:31:54.423Z | Documenting thiserror-impl-no-std v2.0.2 |
3086 | 2024-05-30T03:32:02.952Z | Documenting curve25519-dalek-derive v0.1.1 |
3087 | 2024-05-30T03:32:03.198Z | Documenting opaque-debug v0.3.1 |
3088 | 2024-05-30T03:32:03.405Z | Documenting highway v1.1.0 |
3089 | 2024-05-30T03:32:03.435Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3090 | 2024-05-30T03:32:03.462Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3091 | 2024-05-30T03:32:03.821Z | Documenting thiserror-no-std v2.0.2 |
3092 | 2024-05-30T03:32:04.077Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3093 | 2024-05-30T03:32:06.576Z | Documenting poly1305 v0.8.0 |
3094 | 2024-05-30T03:32:07.221Z | Documenting compact_str v0.7.1 |
3095 | 2024-05-30T03:32:08.441Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3096 | 2024-05-30T03:32:08.879Z | Documenting curve25519-dalek v4.1.2 |
3097 | 2024-05-30T03:32:11.975Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3098 | 2024-05-30T03:32:12.453Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3099 | 2024-05-30T03:32:14.029Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3100 | 2024-05-30T03:32:14.625Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3101 | 2024-05-30T03:32:14.901Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3102 | 2024-05-30T03:32:15.613Z | Documenting portable-atomic v1.6.0 |
3103 | 2024-05-30T03:32:17.957Z | Documenting ed25519 v1.5.3 |
3104 | 2024-05-30T03:32:18.164Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3105 | 2024-05-30T03:32:19.227Z | Documenting memoffset v0.7.1 |
3106 | 2024-05-30T03:32:19.968Z | Documenting unicase v2.7.0 |
3107 | 2024-05-30T03:32:19.990Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3108 | 2024-05-30T03:32:21.099Z | Documenting rcgen v0.12.1 |
3109 | 2024-05-30T03:32:22.354Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
3110 | 2024-05-30T03:32:23.949Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3111 | 2024-05-30T03:32:25.081Z | warning: could not parse code block as Rust code |
3112 | 2024-05-30T03:32:25.082Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 |
3113 | 2024-05-30T03:32:25.082Z | | |
3114 | 2024-05-30T03:32:25.082Z | 246 | / /// Parse a string literal, either single- or double-quoted. |
3115 | 2024-05-30T03:32:25.082Z | 247 | | /// |
3116 | 2024-05-30T03:32:25.082Z | 248 | | /// Parsing string literals is pretty tricky, but we add several |
3117 | 2024-05-30T03:32:25.082Z | 249 | | /// constraints to simplify things. First strings must be quoted, either |
3118 | 2024-05-30T03:32:25.082Z | ... | |
3119 | 2024-05-30T03:32:25.082Z | 277 | | /// |
3120 | 2024-05-30T03:32:25.082Z | 278 | | /// Will be parsed as `this string has " in it`. |
3121 | 2024-05-30T03:32:25.082Z | | |________________________________________________________^ |
3122 | 2024-05-30T03:32:25.082Z | | |
3123 | 2024-05-30T03:32:25.082Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
3124 | 2024-05-30T03:32:25.082Z | = note: error from rustc: unknown start of token: \ |
3125 | 2024-05-30T03:32:25.082Z | = note: error from rustc: unknown start of token: \ |
3126 | 2024-05-30T03:32:25.082Z | = note: error from rustc: unknown start of token: \ |
3127 | 2024-05-30T03:32:25.082Z | = note: error from rustc: unknown start of token: \ |
3128 | 2024-05-30T03:32:25.082Z | = note: error from rustc: unknown start of token: \ |
3129 | 2024-05-30T03:32:25.082Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
3130 | 2024-05-30T03:32:25.082Z | |
3131 | 2024-05-30T03:32:26.250Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
3132 | 2024-05-30T03:32:26.422Z | warning: `oximeter-db` (lib doc) generated 1 warning |
3133 | 2024-05-30T03:32:26.425Z | Documenting atomicwrites v0.4.3 |
3134 | 2024-05-30T03:32:27.161Z | Documenting chacha20 v0.9.1 |
3135 | 2024-05-30T03:32:29.364Z | Documenting lru v0.12.3 |
3136 | 2024-05-30T03:32:31.392Z | Documenting aead v0.5.2 |
3137 | 2024-05-30T03:32:32.170Z | Documenting rand_seeder v0.2.3 |
3138 | 2024-05-30T03:32:32.537Z | Documenting nanorand v0.7.0 |
3139 | 2024-05-30T03:32:34.352Z | Documenting subprocess v0.2.9 |
3140 | 2024-05-30T03:32:35.027Z | Documenting stability v0.2.0 |
3141 | 2024-05-30T03:32:37.181Z | Documenting glob v0.3.1 |
3142 | 2024-05-30T03:32:37.281Z | Documenting cassowary v0.3.0 |
3143 | 2024-05-30T03:32:46.522Z | Documenting number_prefix v0.4.0 |
3144 | 2024-05-30T03:32:46.717Z | Documenting flume v0.11.0 |
3145 | 2024-05-30T03:32:46.976Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3146 | 2024-05-30T03:32:47.065Z | Documenting chacha20poly1305 v0.10.1 |
3147 | 2024-05-30T03:32:47.104Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3148 | 2024-05-30T03:32:47.376Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3149 | 2024-05-30T03:32:47.606Z | Documenting ratatui v0.26.2 |
3150 | 2024-05-30T03:32:51.385Z | Documenting indicatif v0.17.8 |
3151 | 2024-05-30T03:32:51.726Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3152 | 2024-05-30T03:33:04.064Z | Documenting mime_guess v2.0.4 |
3153 | 2024-05-30T03:33:04.626Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3154 | 2024-05-30T03:33:05.033Z | Documenting salty v0.2.0 |
3155 | 2024-05-30T03:33:05.033Z | Documenting vsss-rs v3.3.4 |
3156 | 2024-05-30T03:33:05.038Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3157 | 2024-05-30T03:33:06.413Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3158 | 2024-05-30T03:33:07.798Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3159 | 2024-05-30T03:33:08.696Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3160 | 2024-05-30T03:33:09.800Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3161 | 2024-05-30T03:33:10.371Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3162 | 2024-05-30T03:33:11.763Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3163 | 2024-05-30T03:33:12.021Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3164 | 2024-05-30T03:33:12.285Z | Documenting serde-big-array v0.5.1 |
3165 | 2024-05-30T03:33:12.635Z | Documenting rtoolbox v0.0.2 |
3166 | 2024-05-30T03:33:13.279Z | Documenting memmap2 v0.9.4 |
3167 | 2024-05-30T03:33:13.777Z | Documenting http-range v0.1.5 |
3168 | 2024-05-30T03:33:15.065Z | Documenting unicode-linebreak v0.1.5 |
3169 | 2024-05-30T03:33:17.010Z | Documenting constant_time_eq v0.3.0 |
3170 | 2024-05-30T03:33:17.904Z | Documenting shell-words v1.1.0 |
3171 | 2024-05-30T03:33:18.135Z | Documenting arrayvec v0.7.4 |
3172 | 2024-05-30T03:33:18.604Z | Documenting arrayref v0.3.7 |
3173 | 2024-05-30T03:33:19.051Z | Documenting smawk v0.3.2 |
3174 | 2024-05-30T03:33:20.104Z | Documenting is_ci v1.2.0 |
3175 | 2024-05-30T03:33:20.199Z | Documenting hyper-staticfile v0.9.5 |
3176 | 2024-05-30T03:33:20.968Z | warning: unresolved link to `test_sled_transitions` |
3177 | 2024-05-30T03:33:20.968Z | --> nexus/db-queries/src/db/datastore/sled.rs:698:11 |
3178 | 2024-05-30T03:33:20.968Z | | |
3179 | 2024-05-30T03:33:20.969Z | 698 | /// [`test_sled_transitions`]. |
3180 | 2024-05-30T03:33:20.969Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3181 | 2024-05-30T03:33:20.969Z | | |
3182 | 2024-05-30T03:33:20.969Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3183 | 2024-05-30T03:33:20.969Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3184 | 2024-05-30T03:33:20.969Z | |
3185 | 2024-05-30T03:33:20.973Z | warning: unresolved link to `test_sled_transitions` |
3186 | 2024-05-30T03:33:20.973Z | --> nexus/db-queries/src/db/datastore/sled.rs:734:11 |
3187 | 2024-05-30T03:33:20.973Z | | |
3188 | 2024-05-30T03:33:20.973Z | 734 | /// [`test_sled_transitions`]. |
3189 | 2024-05-30T03:33:20.973Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3190 | 2024-05-30T03:33:20.973Z | | |
3191 | 2024-05-30T03:33:20.973Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3192 | 2024-05-30T03:33:20.973Z | |
3193 | 2024-05-30T03:33:20.973Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3194 | 2024-05-30T03:33:20.973Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3195 | 2024-05-30T03:33:20.973Z | | |
3196 | 2024-05-30T03:33:20.973Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3197 | 2024-05-30T03:33:20.973Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3198 | 2024-05-30T03:33:20.973Z | |
3199 | 2024-05-30T03:33:21.838Z | Documenting rpassword v7.3.1 |
3200 | 2024-05-30T03:33:21.999Z | Documenting blake3 v1.5.1 |
3201 | 2024-05-30T03:33:22.341Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3202 | 2024-05-30T03:33:23.898Z | Documenting textwrap v0.16.1 |
3203 | 2024-05-30T03:33:25.004Z | Documenting supports-color v3.0.0 |
3204 | 2024-05-30T03:33:26.546Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3205 | 2024-05-30T03:33:27.209Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3206 | 2024-05-30T03:33:27.595Z | Documenting tui-tree-widget v0.19.0 |
3207 | 2024-05-30T03:33:29.152Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3208 | 2024-05-30T03:33:29.505Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3209 | 2024-05-30T03:33:31.610Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3210 | 2024-05-30T03:33:32.784Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3211 | 2024-05-30T03:33:33.612Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3212 | 2024-05-30T03:33:34.644Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3213 | 2024-05-30T03:33:35.170Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3214 | 2024-05-30T03:33:35.584Z | Documenting signal-hook-tokio v0.3.1 |
3215 | 2024-05-30T03:33:35.662Z | Documenting csv-core v0.1.11 |
3216 | 2024-05-30T03:33:37.400Z | Documenting topological-sort v0.2.2 |
3217 | 2024-05-30T03:33:37.796Z | Documenting corncobs v0.1.3 |
3218 | 2024-05-30T03:33:40.288Z | Documenting csv v1.3.0 |
3219 | 2024-05-30T03:33:40.431Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3220 | 2024-05-30T03:33:40.439Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3221 | 2024-05-30T03:33:40.840Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3222 | 2024-05-30T03:33:41.587Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3223 | 2024-05-30T03:33:41.799Z | Documenting omicron-zone-package v0.11.0 |
3224 | 2024-05-30T03:33:44.477Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3225 | 2024-05-30T03:33:45.542Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3226 | 2024-05-30T03:33:45.558Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3227 | 2024-05-30T03:33:46.501Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3228 | 2024-05-30T03:33:53.382Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3229 | 2024-05-30T03:33:54.719Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3230 | 2024-05-30T03:34:03.179Z | warning: unresolved link to `BlueprintDisksConfig` |
3231 | 2024-05-30T03:34:03.179Z | --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:980:55 |
3232 | 2024-05-30T03:34:03.179Z | | |
3233 | 2024-05-30T03:34:03.179Z | 980 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`] |
3234 | 2024-05-30T03:34:03.179Z | | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope |
3235 | 2024-05-30T03:34:03.179Z | | |
3236 | 2024-05-30T03:34:03.179Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3237 | 2024-05-30T03:34:03.179Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3238 | 2024-05-30T03:34:03.179Z | |
3239 | 2024-05-30T03:34:03.951Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3240 | 2024-05-30T03:34:04.196Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning |
3241 | 2024-05-30T03:34:04.199Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3242 | 2024-05-30T03:34:06.098Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3243 | 2024-05-30T03:34:12.873Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
3244 | 2024-05-30T03:34:16.183Z | Documenting fatfs v0.3.6 |
3245 | 2024-05-30T03:34:17.104Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3246 | 2024-05-30T03:34:20.197Z | warning: unclosed HTML tag `usize` |
3247 | 2024-05-30T03:34:20.197Z | --> wicket/src/ui/panes/update.rs:153:19 |
3248 | 2024-05-30T03:34:20.197Z | | |
3249 | 2024-05-30T03:34:20.197Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3250 | 2024-05-30T03:34:20.197Z | | ^^^^^^^ |
3251 | 2024-05-30T03:34:20.197Z | | |
3252 | 2024-05-30T03:34:20.197Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3253 | 2024-05-30T03:34:20.197Z | |
3254 | 2024-05-30T03:34:21.596Z | warning: `wicket` (lib doc) generated 1 warning |
3255 | 2024-05-30T03:34:21.599Z | Documenting cargo-platform v0.1.8 |
3256 | 2024-05-30T03:34:21.925Z | Documenting assert_matches v1.5.0 |
3257 | 2024-05-30T03:34:22.003Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3258 | 2024-05-30T03:34:22.366Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3259 | 2024-05-30T03:34:22.366Z | --> sled-agent/src/sim/instance.rs:46:7 |
3260 | 2024-05-30T03:34:22.366Z | | |
3261 | 2024-05-30T03:34:22.367Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3262 | 2024-05-30T03:34:22.367Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3263 | 2024-05-30T03:34:22.367Z | | |
3264 | 2024-05-30T03:34:22.367Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3265 | 2024-05-30T03:34:22.367Z | |
3266 | 2024-05-30T03:34:22.400Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3267 | 2024-05-30T03:34:22.416Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3268 | 2024-05-30T03:34:24.827Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3269 | 2024-05-30T03:34:25.815Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3270 | 2024-05-30T03:34:25.820Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3271 | 2024-05-30T03:34:26.881Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3272 | 2024-05-30T03:34:26.904Z | Documenting cargo_metadata v0.18.1 |
3273 | 2024-05-30T03:34:27.893Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3274 | 2024-05-30T03:34:32.402Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3275 | 2024-05-30T03:34:35.612Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3276 | 2024-05-30T03:34:36.371Z | Documenting uzers v0.11.3 |
3277 | 2024-05-30T03:34:37.388Z | Documenting termios v0.3.3 |
3278 | 2024-05-30T03:34:41.748Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3279 | 2024-05-30T03:34:42.669Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3280 | 2024-05-30T03:34:43.353Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3281 | 2024-05-30T03:34:43.476Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3282 | 2024-05-30T03:34:43.584Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3283 | 2024-05-30T03:34:44.111Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3284 | 2024-05-30T03:35:02.125Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3285 | 2024-05-30T03:35:21.479Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3286 | 2024-05-30T03:35:24.169Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3287 | 2024-05-30T03:35:34.573Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3288 | 2024-05-30T03:35:36.910Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3289 | 2024-05-30T03:35:37.816Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3290 | 2024-05-30T03:35:38.076Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3291 | 2024-05-30T03:35:39.779Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3292 | 2024-05-30T03:35:42.242Z | warning: unresolved link to `Nexus` |
3293 | 2024-05-30T03:35:42.242Z | --> nexus/src/app/instance_network.rs:241:34 |
3294 | 2024-05-30T03:35:42.242Z | | |
3295 | 2024-05-30T03:35:42.242Z | 241 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3296 | 2024-05-30T03:35:42.242Z | | ^^^^^ no item named `Nexus` in scope |
3297 | 2024-05-30T03:35:42.242Z | | |
3298 | 2024-05-30T03:35:42.242Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3299 | 2024-05-30T03:35:42.242Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3300 | 2024-05-30T03:35:42.242Z | |
3301 | 2024-05-30T03:35:43.124Z | warning: unresolved link to `Nexus` |
3302 | 2024-05-30T03:35:43.124Z | --> nexus/src/app/instance_network.rs:419:34 |
3303 | 2024-05-30T03:35:43.124Z | | |
3304 | 2024-05-30T03:35:43.124Z | 419 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3305 | 2024-05-30T03:35:43.124Z | | ^^^^^ no item named `Nexus` in scope |
3306 | 2024-05-30T03:35:43.124Z | | |
3307 | 2024-05-30T03:35:43.124Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3308 | 2024-05-30T03:35:43.125Z | |
3309 | 2024-05-30T03:35:43.125Z | warning: unresolved link to `VolumeConstructionRequest` |
3310 | 2024-05-30T03:35:43.125Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3311 | 2024-05-30T03:35:43.125Z | | |
3312 | 2024-05-30T03:35:43.125Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3313 | 2024-05-30T03:35:43.125Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3314 | 2024-05-30T03:35:43.125Z | | |
3315 | 2024-05-30T03:35:43.125Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3316 | 2024-05-30T03:35:43.125Z | |
3317 | 2024-05-30T03:35:43.126Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3318 | 2024-05-30T03:35:43.126Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3319 | 2024-05-30T03:35:43.126Z | | |
3320 | 2024-05-30T03:35:43.126Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3321 | 2024-05-30T03:35:43.126Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3322 | 2024-05-30T03:35:43.126Z | |
3323 | 2024-05-30T03:35:43.126Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3324 | 2024-05-30T03:35:43.127Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3325 | 2024-05-30T03:35:43.127Z | | |
3326 | 2024-05-30T03:35:43.127Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3327 | 2024-05-30T03:35:43.127Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3328 | 2024-05-30T03:35:43.127Z | |
3329 | 2024-05-30T03:35:43.127Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3330 | 2024-05-30T03:35:43.127Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3331 | 2024-05-30T03:35:43.127Z | | |
3332 | 2024-05-30T03:35:43.127Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3333 | 2024-05-30T03:35:43.127Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3334 | 2024-05-30T03:35:43.127Z | |
3335 | 2024-05-30T03:35:43.127Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3336 | 2024-05-30T03:35:43.127Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3337 | 2024-05-30T03:35:43.127Z | | |
3338 | 2024-05-30T03:35:43.128Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3339 | 2024-05-30T03:35:43.128Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3340 | 2024-05-30T03:35:43.128Z | |
3341 | 2024-05-30T03:35:43.128Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3342 | 2024-05-30T03:35:43.128Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3343 | 2024-05-30T03:35:43.128Z | | |
3344 | 2024-05-30T03:35:43.128Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3345 | 2024-05-30T03:35:43.128Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3346 | 2024-05-30T03:35:43.128Z | |
3347 | 2024-05-30T03:35:43.128Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3348 | 2024-05-30T03:35:43.128Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3349 | 2024-05-30T03:35:43.128Z | | |
3350 | 2024-05-30T03:35:43.128Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3351 | 2024-05-30T03:35:43.128Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3352 | 2024-05-30T03:35:43.128Z | |
3353 | 2024-05-30T03:35:45.991Z | warning: `omicron-nexus` (lib doc) generated 9 warnings |
3354 | 2024-05-30T03:36:06.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12m 33s |
3355 | 2024-05-30T03:36:06.451Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html and 82 other files |
3356 | 2024-05-30T03:36:06.493Z | |
3357 | 2024-05-30T03:36:06.494Z | real 12:34.057152090 |
3358 | 2024-05-30T03:36:06.494Z | user 36:57.142427514 |
3359 | 2024-05-30T03:36:06.494Z | sys 53:23.944313261 |
3360 | 2024-05-30T03:36:06.494Z | trap 0.967024288 |
3361 | 2024-05-30T03:36:06.494Z | tflt 0.114938352 |
3362 | 2024-05-30T03:36:06.494Z | dflt 0.699281941 |
3363 | 2024-05-30T03:36:06.494Z | kflt 0.000057323 |
3364 | 2024-05-30T03:36:06.495Z | lock 3:17:56.977413621 |
3365 | 2024-05-30T03:36:06.495Z | slp 3:31:18.289276414 |
3366 | 2024-05-30T03:36:06.495Z | lat 4:36.263112704 |
3367 | 2024-05-30T03:36:06.495Z | stop 2:29.591010612 |
3368 | 2024-05-30T03:36:06.589Z | process exited: duration 1415471 ms, exit code 0 |
|
3369 | 2024-05-30T03:36:06.922Z | found 0 output files |