|
|
|
1 | 2024-05-30T03:10:47.478Z | job assigned to worker 01HZ3QKYKT6Q9VJF1FMS32C3R1 (queued for 36 s) |
|
2 | 2024-05-30T03:10:47.644Z | starting task 0: "setup" |
3 | 2024-05-30T03:10:47.679Z | ++ uname -s |
4 | 2024-05-30T03:10:47.679Z | + kern=SunOS |
5 | 2024-05-30T03:10:47.679Z | + case "$kern" in |
6 | 2024-05-30T03:10:47.679Z | + groupadd -g 12345 build |
7 | 2024-05-30T03:10:47.679Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-30T03:10:49.677Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-30T03:10:49.712Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-30T03:10:49.739Z | + home_fs=zfs |
11 | 2024-05-30T03:10:49.740Z | + [[ zfs == autofs ]] |
12 | 2024-05-30T03:10:49.740Z | + mkdir -p /home/build |
13 | 2024-05-30T03:10:49.740Z | + chown build:build /home/build /work |
14 | 2024-05-30T03:10:51.730Z | + chmod 0700 /home/build /work |
15 | 2024-05-30T03:10:51.766Z | process exited: duration 4082 ms, exit code 0 |
|
16 | 2024-05-30T03:10:51.846Z | starting task 1: "rust-toolchain" |
17 | 2024-05-30T03:10:51.879Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-30T03:10:51.879Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
19 | 2024-05-30T03:10:52.000Z | info: downloading installer |
20 | 2024-05-30T03:10:52.454Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-30T03:10:52.454Z | warning: /opt/ooce/bin |
22 | 2024-05-30T03:10:52.454Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-30T03:10:52.454Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-30T03:10:52.455Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-30T03:10:52.455Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-30T03:10:52.455Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-30T03:10:52.455Z | error: cannot install while Rust is installed |
28 | 2024-05-30T03:10:52.455Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-30T03:10:52.498Z | info: profile set to 'default' |
30 | 2024-05-30T03:10:52.498Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-30T03:10:52.498Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
32 | 2024-05-30T03:10:52.607Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
33 | 2024-05-30T03:10:52.607Z | info: downloading component 'cargo' |
34 | 2024-05-30T03:10:52.749Z | info: downloading component 'clippy' |
35 | 2024-05-30T03:10:52.800Z | info: downloading component 'rust-docs' |
36 | 2024-05-30T03:10:52.990Z | info: downloading component 'rust-std' |
37 | 2024-05-30T03:10:53.296Z | info: downloading component 'rustc' |
38 | 2024-05-30T03:10:54.012Z | info: downloading component 'rustfmt' |
39 | 2024-05-30T03:10:54.068Z | info: installing component 'cargo' |
40 | 2024-05-30T03:10:55.177Z | info: installing component 'clippy' |
41 | 2024-05-30T03:10:55.604Z | info: installing component 'rust-docs' |
42 | 2024-05-30T03:10:58.287Z | info: installing component 'rust-std' |
43 | 2024-05-30T03:11:00.287Z | info: installing component 'rustc' |
44 | 2024-05-30T03:11:05.858Z | info: installing component 'rustfmt' |
45 | 2024-05-30T03:11:05.889Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
46 | 2024-05-30T03:11:05.889Z | |
47 | 2024-05-30T03:11:05.940Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
48 | 2024-05-30T03:11:05.940Z | |
49 | 2024-05-30T03:11:05.940Z | |
50 | 2024-05-30T03:11:05.940Z | Rust is installed now. Great! |
51 | 2024-05-30T03:11:05.940Z | |
52 | 2024-05-30T03:11:05.940Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-30T03:11:05.940Z | environment variable. This has not been done automatically. |
54 | 2024-05-30T03:11:05.940Z | |
55 | 2024-05-30T03:11:05.940Z | To configure your current shell, you need to source |
56 | 2024-05-30T03:11:05.940Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-30T03:11:05.941Z | |
58 | 2024-05-30T03:11:05.941Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-30T03:11:05.941Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-30T03:11:05.941Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-30T03:11:06.020Z | + rustc --version |
62 | 2024-05-30T03:11:06.151Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
63 | 2024-05-30T03:11:06.178Z | process exited: duration 14309 ms, exit code 0 |
|
64 | 2024-05-30T03:11:06.256Z | starting task 2: "authentication" |
65 | 2024-05-30T03:11:06.346Z | process exited: duration 90 ms, exit code 0 |
|
66 | 2024-05-30T03:11:06.413Z | starting task 3: "clone repository" |
67 | 2024-05-30T03:11:06.441Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-30T03:11:06.441Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-30T03:11:06.466Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-30T03:11:12.347Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-30T03:11:12.347Z | + git fetch origin 456520b82107f9d050f4ddbc7b80468a4184d3d4 |
72 | 2024-05-30T03:11:12.764Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-30T03:11:12.764Z | * branch 456520b82107f9d050f4ddbc7b80468a4184d3d4 -> FETCH_HEAD |
74 | 2024-05-30T03:11:12.798Z | + [[ -n renovate/either-1.x ]] |
75 | 2024-05-30T03:11:12.799Z | ++ git branch --show-current |
76 | 2024-05-30T03:11:12.799Z | + current=main |
77 | 2024-05-30T03:11:12.799Z | + [[ main != renovate/either-1.x ]] |
78 | 2024-05-30T03:11:12.800Z | + git branch -f renovate/either-1.x 456520b82107f9d050f4ddbc7b80468a4184d3d4 |
79 | 2024-05-30T03:11:12.800Z | + git checkout -f renovate/either-1.x |
80 | 2024-05-30T03:11:12.963Z | Switched to branch 'renovate/either-1.x' |
81 | 2024-05-30T03:11:13.006Z | + git reset --hard 456520b82107f9d050f4ddbc7b80468a4184d3d4 |
82 | 2024-05-30T03:11:13.124Z | HEAD is now at 456520b82 Update Rust crate either to 1.12.0 |
83 | 2024-05-30T03:11:13.571Z | process exited: duration 6705 ms, exit code 0 |
|
84 | 2024-05-30T03:11:14.061Z | starting task 4: "build" |
85 | 2024-05-30T03:11:14.101Z | + cargo --version |
86 | 2024-05-30T03:11:14.167Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
87 | 2024-05-30T03:11:14.206Z | + rustc --version |
88 | 2024-05-30T03:11:14.269Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
89 | 2024-05-30T03:11:14.323Z | + source ./env.sh |
90 | 2024-05-30T03:11:14.324Z | ++ set -o xtrace |
91 | 2024-05-30T03:11:14.324Z | ++++ dirname ./env.sh |
92 | 2024-05-30T03:11:14.324Z | +++ readlink -f . |
93 | 2024-05-30T03:11:14.325Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
94 | 2024-05-30T03:11:14.325Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-05-30T03:11:14.325Z | ++ 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:11:14.325Z | ++ 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 |
97 | 2024-05-30T03:11:14.326Z | ++ 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:11:14.326Z | ++ 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 |
99 | 2024-05-30T03:11:14.326Z | ++ 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:11:14.326Z | ++ 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 |
101 | 2024-05-30T03:11:14.326Z | ++ 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:11:14.326Z | ++ unset OMICRON_WS |
103 | 2024-05-30T03:11:14.327Z | ++ set +o xtrace |
104 | 2024-05-30T03:11:14.327Z | |
105 | 2024-05-30T03:11:14.327Z | ##### ##### ###### ##### ###### #### # # # #### # |
106 | 2024-05-30T03:11:14.328Z | # # # # # # # # # # # # # # # |
107 | 2024-05-30T03:11:14.328Z | # # # # ##### # # ##### # # # # # #### # |
108 | 2024-05-30T03:11:14.328Z | ##### ##### # ##### # # # # # # # # # |
109 | 2024-05-30T03:11:14.328Z | # # # # # # # # # # # # # # # |
110 | 2024-05-30T03:11:14.328Z | # # # ###### # # ###### ### # #### # #### # |
111 | 2024-05-30T03:11:14.336Z | |
112 | 2024-05-30T03:11:19.389Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-05-30T03:11:21.534Z | Startup: Caching catalogs ... Done |
114 | 2024-05-30T03:11:24.061Z | Planning: Solver setup ... Done (1.834s) |
115 | 2024-05-30T03:11:24.531Z | Planning: Running solver ... Done (0.033s) |
116 | 2024-05-30T03:11:24.531Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-05-30T03:11:24.532Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-05-30T03:11:24.578Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-05-30T03:11:24.618Z | Planning: Package planning ... Done (0.059s) |
120 | 2024-05-30T03:11:25.073Z | Planning: Merging actions ... Done (0.059s) |
121 | 2024-05-30T03:11:25.073Z | Planning: Checking for conflicting actions ... Done (0.354s) |
122 | 2024-05-30T03:11:25.074Z | Planning: Consolidating action changes ... Done (0.014s) |
123 | 2024-05-30T03:11:25.673Z | Planning: Evaluating mediators ... Done (0.633s) |
124 | 2024-05-30T03:11:26.933Z | Planning: Planning completed in 4.09 seconds |
125 | 2024-05-30T03:11:26.933Z | Packages to install: 4 |
126 | 2024-05-30T03:11:26.933Z | Mediators to change: 2 |
127 | 2024-05-30T03:11:26.933Z | Services to change: 1 |
128 | 2024-05-30T03:11:26.933Z | Estimated space available: 148.90 GB |
129 | 2024-05-30T03:11:26.934Z | Estimated space to be consumed: 1.45 GB |
130 | 2024-05-30T03:11:26.934Z | Create boot environment: No |
131 | 2024-05-30T03:11:26.934Z | Create backup boot environment: No |
132 | 2024-05-30T03:11:26.934Z | Rebuild boot archive: No |
133 | 2024-05-30T03:11:26.934Z | |
134 | 2024-05-30T03:11:26.934Z | Changed mediators: |
135 | 2024-05-30T03:11:26.934Z | mediator clang: |
136 | 2024-05-30T03:11:26.935Z | version: None -> 15 (system default) |
137 | 2024-05-30T03:11:26.935Z | |
138 | 2024-05-30T03:11:26.935Z | mediator llvm: |
139 | 2024-05-30T03:11:26.935Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-05-30T03:11:26.935Z | |
141 | 2024-05-30T03:11:26.935Z | Changed packages: |
142 | 2024-05-30T03:11:26.935Z | helios-dev |
143 | 2024-05-30T03:11:26.935Z | developer/build-essential |
144 | 2024-05-30T03:11:26.935Z | None -> 11-2.0 |
145 | 2024-05-30T03:11:26.936Z | library/libxmlsec1 |
146 | 2024-05-30T03:11:26.936Z | None -> 1.2.35-2.0 |
147 | 2024-05-30T03:11:26.936Z | ooce/developer/clang-15 |
148 | 2024-05-30T03:11:26.936Z | None -> 15.0.7-2.0 |
149 | 2024-05-30T03:11:26.936Z | ooce/developer/llvm-15 |
150 | 2024-05-30T03:11:26.936Z | None -> 15.0.7-2.0 |
151 | 2024-05-30T03:11:26.936Z | |
152 | 2024-05-30T03:11:26.936Z | Services: |
153 | 2024-05-30T03:11:26.937Z | restart_fmri: |
154 | 2024-05-30T03:11:26.937Z | svc:/system/update-man-index:default |
155 | 2024-05-30T03:11:27.801Z | |
156 | 2024-05-30T03:11:27.801Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-05-30T03:11:30.758Z | Download: 1198/3290 items 80.5/212.6MB 37% complete (16.2M/s) |
158 | 2024-05-30T03:11:35.753Z | Download: 2211/3290 items 119.2/212.6MB 56% complete (12.1M/s) |
159 | 2024-05-30T03:11:40.765Z | Download: 3195/3290 items 158.7/212.6MB 74% complete (7.7M/s) |
160 | 2024-05-30T03:11:44.167Z | Download: Completed 212.60 MB in 18.41 seconds (11.6M/s) |
161 | 2024-05-30T03:11:44.332Z | Actions: 1/3689 actions (Installing new actions) |
162 | 2024-05-30T03:11:49.654Z | Actions: 3014/3689 actions (Installing new actions) |
163 | 2024-05-30T03:11:49.877Z | Actions: Completed 3689 actions in 5.55 seconds. |
164 | 2024-05-30T03:11:50.214Z | Done (0.317s) |
165 | 2024-05-30T03:11:50.214Z | Done (0.000s) |
166 | 2024-05-30T03:11:50.967Z | Done (0.356s) |
167 | 2024-05-30T03:11:55.835Z | Done (5.125s) |
168 | 2024-05-30T03:11:55.932Z | Done (0.020s) |
169 | 2024-05-30T03:11:55.967Z | Done (0.000s) |
170 | 2024-05-30T03:11:56.128Z | Done (0.000s) |
171 | 2024-05-30T03:11:56.804Z | Planning: Evaluating mediator changes ... Done |
172 | 2024-05-30T03:11:57.078Z | Planning: Checking for conflicting actions ... Done |
173 | 2024-05-30T03:11:57.118Z | Planning: Consolidating action changes ... Done |
174 | 2024-05-30T03:11:57.399Z | Planning: Evaluating mediators ... Done |
175 | 2024-05-30T03:11:57.436Z | Planning: Planning completed in 0.60 seconds |
176 | 2024-05-30T03:11:57.483Z | Mediators to change: 2 |
177 | 2024-05-30T03:11:57.484Z | Create boot environment: No |
178 | 2024-05-30T03:11:57.484Z | Create backup boot environment: No |
179 | 2024-05-30T03:11:57.940Z | Done |
180 | 2024-05-30T03:11:57.941Z | Done |
181 | 2024-05-30T03:11:57.995Z | Done |
182 | 2024-05-30T03:12:02.410Z | Done |
183 | 2024-05-30T03:12:02.514Z | Done |
184 | 2024-05-30T03:12:02.598Z | Done |
185 | 2024-05-30T03:12:02.598Z | Done |
186 | 2024-05-30T03:12:03.318Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-05-30T03:12:03.349Z | Planning: Merging actions ... Done |
188 | 2024-05-30T03:12:03.972Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-05-30T03:12:04.018Z | Planning: Consolidating action changes ... Done |
190 | 2024-05-30T03:12:04.019Z | Planning: Evaluating mediators ... Done |
191 | 2024-05-30T03:12:04.019Z | Planning: Planning completed in 0.96 seconds |
192 | 2024-05-30T03:12:04.019Z | Packages to change: 1 |
193 | 2024-05-30T03:12:04.019Z | Mediators to change: 1 |
194 | 2024-05-30T03:12:04.020Z | Services to change: 1 |
195 | 2024-05-30T03:12:04.020Z | Create boot environment: No |
196 | 2024-05-30T03:12:04.020Z | Create backup boot environment: Yes |
197 | 2024-05-30T03:12:05.536Z | Actions: 1/6 actions (Updating modified actions) |
198 | 2024-05-30T03:12:05.581Z | Actions: Completed 6 actions in 0.00 seconds. |
199 | 2024-05-30T03:12:05.581Z | Done |
200 | 2024-05-30T03:12:05.581Z | Done |
201 | 2024-05-30T03:12:05.632Z | Done |
202 | 2024-05-30T03:12:09.908Z | Done |
203 | 2024-05-30T03:12:10.005Z | Done |
204 | 2024-05-30T03:12:10.005Z | Done |
205 | 2024-05-30T03:12:10.478Z | Done |
206 | 2024-05-30T03:12:10.620Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
207 | 2024-05-30T03:12:10.620Z | clang system 15 system |
208 | 2024-05-30T03:12:10.620Z | csh system system illumos |
209 | 2024-05-30T03:12:10.621Z | ctags system system illumos |
210 | 2024-05-30T03:12:10.621Z | gcc vendor 12 vendor |
211 | 2024-05-30T03:12:10.621Z | gcc system 10 system |
212 | 2024-05-30T03:12:10.621Z | gcc system 7 system |
213 | 2024-05-30T03:12:10.621Z | go system 1.20 system |
214 | 2024-05-30T03:12:10.621Z | go system 1.19 system |
215 | 2024-05-30T03:12:10.621Z | llvm system 15 system |
216 | 2024-05-30T03:12:10.621Z | llvm system 14 system |
217 | 2024-05-30T03:12:10.622Z | mariadb system 10.6 system |
218 | 2024-05-30T03:12:10.622Z | mta vendor vendor dma |
219 | 2024-05-30T03:12:10.622Z | openjdk system 17 system |
220 | 2024-05-30T03:12:10.622Z | openjdk system 11 system |
221 | 2024-05-30T03:12:10.622Z | openjdk system 1.8 system |
222 | 2024-05-30T03:12:10.623Z | openssl vendor 3 vendor |
223 | 2024-05-30T03:12:10.623Z | perl system 5.36 system |
224 | 2024-05-30T03:12:10.623Z | postgresql system 15 system |
225 | 2024-05-30T03:12:10.623Z | postgresql system 13 system |
226 | 2024-05-30T03:12:10.623Z | python vendor 3 vendor |
227 | 2024-05-30T03:12:10.623Z | python system 2 system |
228 | 2024-05-30T03:12:10.623Z | python3 system 3.11 system |
229 | 2024-05-30T03:12:10.623Z | ruby system 3.0 system |
230 | 2024-05-30T03:12:10.624Z | words vendor vendor american-english |
231 | 2024-05-30T03:12:10.624Z | words system system australian-english |
232 | 2024-05-30T03:12:10.624Z | words system system british-english |
233 | 2024-05-30T03:12:10.624Z | words system system canadian-english |
234 | 2024-05-30T03:12:10.624Z | words system system french |
235 | 2024-05-30T03:12:10.624Z | words system system italian |
236 | 2024-05-30T03:12:10.624Z | words system system ngerman |
237 | 2024-05-30T03:12:10.624Z | words system system ogerman |
238 | 2024-05-30T03:12:10.625Z | words system system spanish |
239 | 2024-05-30T03:12:11.044Z | PUBLISHER TYPE STATUS P LOCATION |
240 | 2024-05-30T03:12:11.044Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
241 | 2024-05-30T03:12:12.815Z | FMRI IFO |
242 | 2024-05-30T03:12:12.815Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
243 | 2024-05-30T03:12:12.816Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
244 | 2024-05-30T03:12:12.816Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
245 | 2024-05-30T03:12:12.816Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
246 | 2024-05-30T03:12:12.816Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
247 | 2024-05-30T03:12:12.817Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
248 | 2024-05-30T03:12:12.817Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
249 | 2024-05-30T03:12:12.817Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
250 | 2024-05-30T03:12:12.818Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
251 | 2024-05-30T03:12:12.818Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
252 | 2024-05-30T03:12:12.818Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
253 | 2024-05-30T03:12:12.818Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
254 | 2024-05-30T03:12:13.084Z | + set -o errexit |
255 | 2024-05-30T03:12:13.142Z | +++ dirname ./tools/ci_download_cockroachdb |
256 | 2024-05-30T03:12:13.142Z | ++ cd ./tools |
257 | 2024-05-30T03:12:13.142Z | ++ pwd |
258 | 2024-05-30T03:12:13.143Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
259 | 2024-05-30T03:12:13.143Z | ++ basename ./tools/ci_download_cockroachdb |
260 | 2024-05-30T03:12:13.143Z | + ARG0=ci_download_cockroachdb |
261 | 2024-05-30T03:12:13.143Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
262 | 2024-05-30T03:12:13.143Z | + CIDL_VERSION=v22.1.9 |
263 | 2024-05-30T03:12:13.143Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
264 | 2024-05-30T03:12:13.144Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
265 | 2024-05-30T03:12:13.144Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
266 | 2024-05-30T03:12:13.144Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
267 | 2024-05-30T03:12:13.144Z | + TARGET_DIR=out |
268 | 2024-05-30T03:12:13.144Z | + DOWNLOAD_DIR=out/downloads |
269 | 2024-05-30T03:12:13.145Z | + DEST_DIR=./out/cockroachdb |
270 | 2024-05-30T03:12:13.145Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
271 | 2024-05-30T03:12:13.145Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
272 | 2024-05-30T03:12:13.145Z | + main |
273 | 2024-05-30T03:12:13.145Z | + [[ 0 != 0 ]] |
274 | 2024-05-30T03:12:13.145Z | + CIDL_OS=solaris2.11 |
275 | 2024-05-30T03:12:13.145Z | + [[ 0 != 0 ]] |
276 | 2024-05-30T03:12:13.145Z | + configure_os solaris2.11 |
277 | 2024-05-30T03:12:13.145Z | + echo 'current directory: /work/oxidecomputer/omicron' |
278 | 2024-05-30T03:12:13.146Z | + echo 'configuring based on OS: "solaris2.11"' |
279 | 2024-05-30T03:12:13.146Z | current directory: /work/oxidecomputer/omicron |
280 | 2024-05-30T03:12:13.146Z | configuring based on OS: "solaris2.11" |
281 | 2024-05-30T03:12:13.146Z | + case "$1" in |
282 | 2024-05-30T03:12:13.146Z | + CIDL_BUILD=illumos |
283 | 2024-05-30T03:12:13.146Z | + CIDL_SUFFIX=tar.gz |
284 | 2024-05-30T03:12:13.146Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
285 | 2024-05-30T03:12:13.146Z | + CIDL_URL_BASE=https://illumos.org/downloads |
286 | 2024-05-30T03:12:13.146Z | + CIDL_ASSEMBLE=do_assemble_illumos |
287 | 2024-05-30T03:12:13.146Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
288 | 2024-05-30T03:12:13.147Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-05-30T03:12:13.147Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-05-30T03:12:13.147Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
291 | 2024-05-30T03:12:13.147Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-05-30T03:12:13.147Z | + CIDL_SHA256FUNC=do_sha256sum |
293 | 2024-05-30T03:12:13.147Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
294 | 2024-05-30T03:12:13.147Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-05-30T03:12:13.147Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
296 | 2024-05-30T03:12:13.148Z | + mkdir -p out/downloads |
297 | 2024-05-30T03:12:13.148Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2024-05-30T03:12:13.148Z | + mkdir -p ./out/cockroachdb |
299 | 2024-05-30T03:12:13.148Z | + local DO_DOWNLOAD=true |
300 | 2024-05-30T03:12:13.148Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
301 | 2024-05-30T03:12:13.148Z | + '[' true == true ']' |
302 | 2024-05-30T03:12:13.148Z | + echo Downloading... |
303 | 2024-05-30T03:12:13.148Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
304 | 2024-05-30T03:12:13.149Z | Downloading... |
305 | 2024-05-30T03:12:13.149Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2024-05-30T03:12:17.209Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2024-05-30T03:12:17.260Z | ++ sha256sum |
308 | 2024-05-30T03:12:17.260Z | ++ awk '{print $1}' |
309 | 2024-05-30T03:12:17.303Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
310 | 2024-05-30T03:12:17.303Z | + [[ 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 ]] |
311 | 2024-05-30T03:12:17.303Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2024-05-30T03:12:17.303Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
313 | 2024-05-30T03:12:20.230Z | + do_assemble_illumos |
314 | 2024-05-30T03:12:20.230Z | + rm -r ./out/cockroachdb |
315 | 2024-05-30T03:12:20.269Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
316 | 2024-05-30T03:12:20.547Z | + ./out/cockroachdb/bin/cockroach version |
317 | 2024-05-30T03:12:21.152Z | Build Tag: v22.1.9-dirty |
318 | 2024-05-30T03:12:21.152Z | Build Time: 2022/10/26 21:17:46 |
319 | 2024-05-30T03:12:21.153Z | Distribution: OSS |
320 | 2024-05-30T03:12:21.153Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
321 | 2024-05-30T03:12:21.153Z | Go Version: go1.17.13 |
322 | 2024-05-30T03:12:21.153Z | C Compiler: gcc 10.3.0 |
323 | 2024-05-30T03:12:21.154Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
324 | 2024-05-30T03:12:21.154Z | Build Type: release |
325 | 2024-05-30T03:12:21.218Z | + set -o errexit |
326 | 2024-05-30T03:12:21.219Z | +++ dirname ./tools/ci_download_clickhouse |
327 | 2024-05-30T03:12:21.219Z | ++ cd ./tools |
328 | 2024-05-30T03:12:21.219Z | ++ pwd |
329 | 2024-05-30T03:12:21.219Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
330 | 2024-05-30T03:12:21.219Z | ++ basename ./tools/ci_download_clickhouse |
331 | 2024-05-30T03:12:21.220Z | + ARG0=ci_download_clickhouse |
332 | 2024-05-30T03:12:21.220Z | + TARGET_DIR=out |
333 | 2024-05-30T03:12:21.220Z | + DOWNLOAD_DIR=out/downloads |
334 | 2024-05-30T03:12:21.220Z | + DEST_DIR=./out/clickhouse |
335 | 2024-05-30T03:12:21.220Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
336 | 2024-05-30T03:12:21.220Z | + CIDL_VERSION=v23.8.7.24 |
337 | 2024-05-30T03:12:21.220Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
338 | 2024-05-30T03:12:21.221Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
339 | 2024-05-30T03:12:21.221Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
340 | 2024-05-30T03:12:21.221Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
341 | 2024-05-30T03:12:21.221Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
342 | 2024-05-30T03:12:21.221Z | + main |
343 | 2024-05-30T03:12:21.221Z | + [[ 0 != 0 ]] |
344 | 2024-05-30T03:12:21.221Z | + CIDL_OS=solaris2.11 |
345 | 2024-05-30T03:12:21.222Z | + [[ 0 != 0 ]] |
346 | 2024-05-30T03:12:21.222Z | + configure_os solaris2.11 |
347 | 2024-05-30T03:12:21.222Z | + echo 'current directory: /work/oxidecomputer/omicron' |
348 | 2024-05-30T03:12:21.222Z | current directory: /work/oxidecomputer/omicron |
349 | 2024-05-30T03:12:21.222Z | + echo 'configuring based on OS: "solaris2.11"' |
350 | 2024-05-30T03:12:21.222Z | + CIDL_DASHREV= |
351 | 2024-05-30T03:12:21.222Z | configuring based on OS: "solaris2.11" |
352 | 2024-05-30T03:12:21.223Z | + case "$1" in |
353 | 2024-05-30T03:12:21.223Z | + CIDL_PLATFORM=illumos |
354 | 2024-05-30T03:12:21.223Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
355 | 2024-05-30T03:12:21.223Z | + CIDL_MD5FUNC=do_md5sum |
356 | 2024-05-30T03:12:21.223Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
357 | 2024-05-30T03:12:21.223Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
358 | 2024-05-30T03:12:21.223Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
359 | 2024-05-30T03:12:21.224Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
360 | 2024-05-30T03:12:21.224Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
361 | 2024-05-30T03:12:21.224Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
362 | 2024-05-30T03:12:21.224Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
363 | 2024-05-30T03:12:21.224Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
364 | 2024-05-30T03:12:21.224Z | + mkdir -p out/downloads |
365 | 2024-05-30T03:12:21.225Z | + mkdir -p ./out/clickhouse |
366 | 2024-05-30T03:12:21.225Z | + local DO_DOWNLOAD=true |
367 | 2024-05-30T03:12:21.225Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
368 | 2024-05-30T03:12:21.225Z | + '[' true == true ']' |
369 | 2024-05-30T03:12:21.225Z | + echo Downloading... |
370 | 2024-05-30T03:12:21.225Z | Downloading... |
371 | 2024-05-30T03:12:21.225Z | + 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 |
372 | 2024-05-30T03:12:21.226Z | + 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 |
373 | 2024-05-30T03:12:28.332Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
374 | 2024-05-30T03:12:28.802Z | ++ md5sum |
375 | 2024-05-30T03:12:28.802Z | ++ awk '{print $1}' |
376 | 2024-05-30T03:12:28.802Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
377 | 2024-05-30T03:12:28.802Z | + [[ 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 ]] |
378 | 2024-05-30T03:12:28.802Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
379 | 2024-05-30T03:12:28.802Z | + mkdir -p ./out/clickhouse |
380 | 2024-05-30T03:12:28.802Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
381 | 2024-05-30T03:12:33.912Z | + [[ solaris2.11 == darwin* ]] |
382 | 2024-05-30T03:12:33.913Z | + ./out/clickhouse/clickhouse server --version |
383 | 2024-05-30T03:12:34.060Z | ClickHouse server version 23.8.7.1. |
384 | 2024-05-30T03:12:34.096Z | + set -o errexit |
385 | 2024-05-30T03:12:34.096Z | +++ dirname ./tools/ci_download_console |
386 | 2024-05-30T03:12:34.096Z | ++ cd ./tools |
387 | 2024-05-30T03:12:34.096Z | ++ pwd |
388 | 2024-05-30T03:12:34.096Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
389 | 2024-05-30T03:12:34.096Z | ++ basename ./tools/ci_download_console |
390 | 2024-05-30T03:12:34.545Z | + ARG0=ci_download_console |
391 | 2024-05-30T03:12:34.545Z | + TARGET_DIR=out |
392 | 2024-05-30T03:12:34.545Z | + DOWNLOAD_DIR=out/downloads |
393 | 2024-05-30T03:12:34.545Z | + DEST_DIR=./out/console-assets |
394 | 2024-05-30T03:12:34.546Z | + source /work/oxidecomputer/omicron/tools/console_version |
395 | 2024-05-30T03:12:34.546Z | ++ COMMIT=a228b75ba35952b68c0b8b0892c452d4fc29467a |
396 | 2024-05-30T03:12:34.546Z | ++ SHA2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 |
397 | 2024-05-30T03:12:34.546Z | + URL=https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
398 | 2024-05-30T03:12:34.546Z | + TARBALL_FILE=out/downloads/console.tar.gz |
399 | 2024-05-30T03:12:34.546Z | + main |
400 | 2024-05-30T03:12:34.546Z | + [[ 0 != 0 ]] |
401 | 2024-05-30T03:12:34.546Z | + echo 'URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz' |
402 | 2024-05-30T03:12:34.546Z | URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
403 | 2024-05-30T03:12:34.546Z | + echo 'Local file: out/downloads/console.tar.gz' |
404 | 2024-05-30T03:12:34.546Z | + local DO_DOWNLOAD=true |
405 | 2024-05-30T03:12:34.547Z | Local file: out/downloads/console.tar.gz |
406 | 2024-05-30T03:12:34.547Z | + [[ -f out/downloads/console.tar.gz ]] |
407 | 2024-05-30T03:12:34.547Z | + mkdir -p out/downloads |
408 | 2024-05-30T03:12:34.547Z | + '[' true == true ']' |
409 | 2024-05-30T03:12:34.547Z | + echo Downloading... |
410 | 2024-05-30T03:12:34.547Z | Downloading... |
411 | 2024-05-30T03:12:34.547Z | + do_download_curl https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz out/downloads/console.tar.gz |
412 | 2024-05-30T03:12:34.547Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
413 | 2024-05-30T03:12:35.075Z | ++ do_sha256sum out/downloads/console.tar.gz |
414 | 2024-05-30T03:12:35.075Z | ++ case "$OSTYPE" in |
415 | 2024-05-30T03:12:35.076Z | ++ SHA=sha256sum |
416 | 2024-05-30T03:12:35.076Z | ++ sha256sum |
417 | 2024-05-30T03:12:35.076Z | ++ awk '{print $1}' |
418 | 2024-05-30T03:12:35.076Z | + calculated_sha2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 |
419 | 2024-05-30T03:12:35.076Z | + [[ 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 ]] |
420 | 2024-05-30T03:12:35.077Z | + rm -rf ./out/console-assets |
421 | 2024-05-30T03:12:35.077Z | + mkdir -p ./out/console-assets |
422 | 2024-05-30T03:12:35.077Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
423 | 2024-05-30T03:12:35.077Z | + mkdir -p ./out/console-assets |
424 | 2024-05-30T03:12:35.077Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
425 | 2024-05-30T03:12:35.077Z | + set -o errexit |
426 | 2024-05-30T03:12:35.077Z | +++ dirname ./tools/ci_download_dendrite_openapi |
427 | 2024-05-30T03:12:35.078Z | ++ cd ./tools |
428 | 2024-05-30T03:12:35.078Z | ++ pwd |
429 | 2024-05-30T03:12:35.078Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
430 | 2024-05-30T03:12:35.078Z | ++ basename ./tools/ci_download_dendrite_openapi |
431 | 2024-05-30T03:12:35.078Z | + ARG0=ci_download_dendrite_openapi |
432 | 2024-05-30T03:12:35.078Z | + TARGET_DIR=out |
433 | 2024-05-30T03:12:35.078Z | + DOWNLOAD_DIR=out/downloads |
434 | 2024-05-30T03:12:35.079Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
435 | 2024-05-30T03:12:35.079Z | ++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
436 | 2024-05-30T03:12:35.079Z | ++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
437 | 2024-05-30T03:12:35.079Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
438 | 2024-05-30T03:12:35.079Z | + LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
439 | 2024-05-30T03:12:35.079Z | + main |
440 | 2024-05-30T03:12:35.079Z | + [[ 0 != 0 ]] |
441 | 2024-05-30T03:12:35.079Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json' |
442 | 2024-05-30T03:12:35.080Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
443 | 2024-05-30T03:12:35.080Z | + echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json' |
444 | 2024-05-30T03:12:35.080Z | + local DO_DOWNLOAD=true |
445 | 2024-05-30T03:12:35.080Z | Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
446 | 2024-05-30T03:12:35.080Z | + [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]] |
447 | 2024-05-30T03:12:35.080Z | + mkdir -p out/downloads |
448 | 2024-05-30T03:12:35.080Z | + '[' true == true ']' |
449 | 2024-05-30T03:12:35.080Z | + echo Downloading... |
450 | 2024-05-30T03:12:35.080Z | Downloading... |
451 | 2024-05-30T03:12:35.080Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
452 | 2024-05-30T03:12:35.081Z | + 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 |
453 | 2024-05-30T03:12:35.239Z | ++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
454 | 2024-05-30T03:12:35.239Z | ++ case "$OSTYPE" in |
455 | 2024-05-30T03:12:35.239Z | ++ SHA=sha256sum |
456 | 2024-05-30T03:12:35.290Z | ++ sha256sum |
457 | 2024-05-30T03:12:35.290Z | ++ awk '{print $1}' |
458 | 2024-05-30T03:12:35.291Z | + calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
459 | 2024-05-30T03:12:35.291Z | + [[ 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 ]] |
460 | 2024-05-30T03:12:35.291Z | + set -o errexit |
461 | 2024-05-30T03:12:35.291Z | +++ dirname ./tools/ci_download_dendrite_stub |
462 | 2024-05-30T03:12:35.291Z | ++ cd ./tools |
463 | 2024-05-30T03:12:35.291Z | ++ pwd |
464 | 2024-05-30T03:12:35.291Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
465 | 2024-05-30T03:12:35.291Z | ++ basename ./tools/ci_download_dendrite_stub |
466 | 2024-05-30T03:12:35.291Z | + ARG0=ci_download_dendrite_stub |
467 | 2024-05-30T03:12:35.292Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
468 | 2024-05-30T03:12:35.292Z | ++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
469 | 2024-05-30T03:12:35.292Z | ++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b |
470 | 2024-05-30T03:12:35.292Z | ++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882 |
471 | 2024-05-30T03:12:35.292Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
472 | 2024-05-30T03:12:35.292Z | ++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
473 | 2024-05-30T03:12:35.292Z | ++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
474 | 2024-05-30T03:12:35.293Z | + TARGET_DIR=out |
475 | 2024-05-30T03:12:35.293Z | + DOWNLOAD_DIR=out/downloads |
476 | 2024-05-30T03:12:35.293Z | + DEST_DIR=./out/dendrite-stub |
477 | 2024-05-30T03:12:35.293Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
478 | 2024-05-30T03:12:35.293Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
479 | 2024-05-30T03:12:35.293Z | + REPO=oxidecomputer/dendrite |
480 | 2024-05-30T03:12:35.293Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
481 | 2024-05-30T03:12:35.294Z | + main |
482 | 2024-05-30T03:12:35.294Z | + [[ 0 != 0 ]] |
483 | 2024-05-30T03:12:35.294Z | + CIDL_OS=solaris2.11 |
484 | 2024-05-30T03:12:35.294Z | + [[ 0 != 0 ]] |
485 | 2024-05-30T03:12:35.294Z | + configure_os solaris2.11 |
486 | 2024-05-30T03:12:35.294Z | + echo 'current directory: /work/oxidecomputer/omicron' |
487 | 2024-05-30T03:12:35.295Z | current directory: /work/oxidecomputer/omicron |
488 | 2024-05-30T03:12:35.295Z | + echo 'configuring based on OS: "solaris2.11"' |
489 | 2024-05-30T03:12:35.295Z | configuring based on OS: "solaris2.11" |
490 | 2024-05-30T03:12:35.295Z | + case "$1" in |
491 | 2024-05-30T03:12:35.295Z | + SET_BINARIES= |
492 | 2024-05-30T03:12:35.295Z | + CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
493 | 2024-05-30T03:12:35.296Z | + CIDL_SHA256FUNC=do_sha256sum |
494 | 2024-05-30T03:12:35.296Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
495 | 2024-05-30T03:12:35.296Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
496 | 2024-05-30T03:12:35.296Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
497 | 2024-05-30T03:12:35.296Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
498 | 2024-05-30T03:12:35.296Z | Local file: out/downloads/dendrite-stub.tar.gz |
499 | 2024-05-30T03:12:35.296Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz' |
500 | 2024-05-30T03:12:35.297Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
501 | 2024-05-30T03:12:35.297Z | + mkdir -p out/downloads |
502 | 2024-05-30T03:12:35.297Z | + mkdir -p ./out/dendrite-stub |
503 | 2024-05-30T03:12:35.297Z | + fetch_and_verify |
504 | 2024-05-30T03:12:35.297Z | Downloading... |
505 | 2024-05-30T03:12:35.297Z | + local DO_DOWNLOAD=true |
506 | 2024-05-30T03:12:35.297Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
507 | 2024-05-30T03:12:35.297Z | + '[' true == true ']' |
508 | 2024-05-30T03:12:35.297Z | + echo Downloading... |
509 | 2024-05-30T03:12:35.298Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
510 | 2024-05-30T03:12:35.298Z | + 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 |
511 | 2024-05-30T03:13:01.152Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
512 | 2024-05-30T03:13:01.194Z | ++ sha256sum |
513 | 2024-05-30T03:13:01.194Z | ++ awk '{print $1}' |
514 | 2024-05-30T03:13:01.195Z | + calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
515 | 2024-05-30T03:13:01.195Z | + [[ 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 ]] |
516 | 2024-05-30T03:13:01.195Z | + do_untar out/downloads/dendrite-stub.tar.gz |
517 | 2024-05-30T03:13:01.195Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
518 | 2024-05-30T03:13:02.035Z | + do_assemble |
519 | 2024-05-30T03:13:02.036Z | + rm -r ./out/dendrite-stub |
520 | 2024-05-30T03:13:02.065Z | + mkdir ./out/dendrite-stub |
521 | 2024-05-30T03:13:02.065Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
522 | 2024-05-30T03:13:02.189Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
523 | 2024-05-30T03:13:02.261Z | + set -o errexit |
524 | 2024-05-30T03:13:02.261Z | +++ dirname ./tools/ci_download_maghemite_mgd |
525 | 2024-05-30T03:13:02.262Z | ++ cd ./tools |
526 | 2024-05-30T03:13:02.262Z | ++ pwd |
527 | 2024-05-30T03:13:02.262Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
528 | 2024-05-30T03:13:02.262Z | ++ basename ./tools/ci_download_maghemite_mgd |
529 | 2024-05-30T03:13:02.262Z | + ARG0=ci_download_maghemite_mgd |
530 | 2024-05-30T03:13:02.262Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
531 | 2024-05-30T03:13:02.263Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
532 | 2024-05-30T03:13:02.263Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
533 | 2024-05-30T03:13:02.263Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
534 | 2024-05-30T03:13:02.263Z | ++ COMMIT=23b0cf439f9f62b9a4933e55cc72bcaddc9596cd |
535 | 2024-05-30T03:13:02.263Z | ++ SHA2=fdb33ee7425923560534672264008ef8948d227afce948ab704de092ad72157c |
536 | 2024-05-30T03:13:02.263Z | + TARGET_DIR=out |
537 | 2024-05-30T03:13:02.264Z | + DOWNLOAD_DIR=out/downloads |
538 | 2024-05-30T03:13:02.264Z | + DEST_DIR=./out/mgd |
539 | 2024-05-30T03:13:02.264Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
540 | 2024-05-30T03:13:02.264Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
541 | 2024-05-30T03:13:02.264Z | + REPO=oxidecomputer/maghemite |
542 | 2024-05-30T03:13:02.264Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd |
543 | 2024-05-30T03:13:02.265Z | + main |
544 | 2024-05-30T03:13:02.265Z | + rm -rf out/downloads/root |
545 | 2024-05-30T03:13:02.265Z | + [[ 0 != 0 ]] |
546 | 2024-05-30T03:13:02.265Z | + CIDL_OS=solaris2.11 |
547 | 2024-05-30T03:13:02.265Z | + [[ 0 != 0 ]] |
548 | 2024-05-30T03:13:02.265Z | + configure_os solaris2.11 |
549 | 2024-05-30T03:13:02.265Z | + echo 'current directory: /work/oxidecomputer/omicron' |
550 | 2024-05-30T03:13:02.266Z | + echo 'configuring based on OS: "solaris2.11"' |
551 | 2024-05-30T03:13:02.266Z | + case "$1" in |
552 | 2024-05-30T03:13:02.266Z | current directory: /work/oxidecomputer/omicron |
553 | 2024-05-30T03:13:02.266Z | + SET_BINARIES= |
554 | 2024-05-30T03:13:02.266Z | configuring based on OS: "solaris2.11" |
555 | 2024-05-30T03:13:02.267Z | + CIDL_SHA256FUNC=do_sha256sum |
556 | 2024-05-30T03:13:02.267Z | + TARBALL_FILENAME=mgd.tar.gz |
557 | 2024-05-30T03:13:02.267Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz |
558 | 2024-05-30T03:13:02.267Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
559 | 2024-05-30T03:13:02.267Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz' |
560 | 2024-05-30T03:13:02.267Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz |
561 | 2024-05-30T03:13:02.267Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
562 | 2024-05-30T03:13:02.268Z | + mkdir -p out/downloads |
563 | 2024-05-30T03:13:02.268Z | Local file: out/downloads/mgd.tar.gz |
564 | 2024-05-30T03:13:02.268Z | + mkdir -p ./out/mgd |
565 | 2024-05-30T03:13:02.268Z | + fetch_and_verify |
566 | 2024-05-30T03:13:02.268Z | + local DO_DOWNLOAD=true |
567 | 2024-05-30T03:13:02.268Z | + [[ -f out/downloads/mgd.tar.gz ]] |
568 | 2024-05-30T03:13:02.269Z | + '[' true == true ']' |
569 | 2024-05-30T03:13:02.269Z | + echo Downloading... |
570 | 2024-05-30T03:13:02.269Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz out/downloads/mgd.tar.gz |
571 | 2024-05-30T03:13:02.269Z | Downloading... |
572 | 2024-05-30T03:13:02.269Z | + 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 |
573 | 2024-05-30T03:13:35.523Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
574 | 2024-05-30T03:13:35.564Z | ++ sha256sum |
575 | 2024-05-30T03:13:35.564Z | ++ awk '{print $1}' |
576 | 2024-05-30T03:13:35.564Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
577 | 2024-05-30T03:13:35.564Z | + [[ 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 ]] |
578 | 2024-05-30T03:13:35.565Z | + do_untar out/downloads/mgd.tar.gz |
579 | 2024-05-30T03:13:35.565Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
580 | 2024-05-30T03:13:35.931Z | + do_assemble |
581 | 2024-05-30T03:13:35.931Z | + rm -r ./out/mgd |
582 | 2024-05-30T03:13:35.975Z | + mkdir ./out/mgd |
583 | 2024-05-30T03:13:35.976Z | + cp -r out/downloads/root ./out/mgd/root |
584 | 2024-05-30T03:13:36.025Z | + set -o errexit |
585 | 2024-05-30T03:13:36.025Z | +++ dirname ./tools/ci_download_transceiver_control |
586 | 2024-05-30T03:13:36.025Z | ++ cd ./tools |
587 | 2024-05-30T03:13:36.025Z | ++ pwd |
588 | 2024-05-30T03:13:36.026Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
589 | 2024-05-30T03:13:36.026Z | ++ basename ./tools/ci_download_transceiver_control |
590 | 2024-05-30T03:13:36.026Z | + ARG0=ci_download_transceiver_control |
591 | 2024-05-30T03:13:36.026Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
592 | 2024-05-30T03:13:36.026Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
593 | 2024-05-30T03:13:36.026Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
594 | 2024-05-30T03:13:36.027Z | + TARGET_DIR=out |
595 | 2024-05-30T03:13:36.027Z | + DOWNLOAD_DIR=out/downloads |
596 | 2024-05-30T03:13:36.027Z | + DEST_DIR=./out/transceiver-control |
597 | 2024-05-30T03:13:36.027Z | + BIN_DIR=/opt/oxide/bin |
598 | 2024-05-30T03:13:36.027Z | + BINARY=xcvradm |
599 | 2024-05-30T03:13:36.027Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
600 | 2024-05-30T03:13:36.027Z | + REPO=oxidecomputer/transceiver-control |
601 | 2024-05-30T03:13:36.028Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
602 | 2024-05-30T03:13:36.028Z | + main |
603 | 2024-05-30T03:13:36.028Z | + [[ 0 != 0 ]] |
604 | 2024-05-30T03:13:36.028Z | + CIDL_OS=solaris2.11 |
605 | 2024-05-30T03:13:36.028Z | + [[ 0 != 0 ]] |
606 | 2024-05-30T03:13:36.028Z | + configure_os solaris2.11 |
607 | 2024-05-30T03:13:36.028Z | + echo 'current directory: /work/oxidecomputer/omicron' |
608 | 2024-05-30T03:13:36.029Z | + echo 'configuring based on OS: "solaris2.11"' |
609 | 2024-05-30T03:13:36.029Z | + case "$1" in |
610 | 2024-05-30T03:13:36.029Z | + SET_BINARIES= |
611 | 2024-05-30T03:13:36.029Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
612 | 2024-05-30T03:13:36.029Z | + CIDL_SHA256FUNC=do_sha256sum |
613 | 2024-05-30T03:13:36.030Z | + ARCHIVE_FILENAME=xcvradm.gz |
614 | 2024-05-30T03:13:36.030Z | current directory: /work/oxidecomputer/omicron |
615 | 2024-05-30T03:13:36.030Z | configuring based on OS: "solaris2.11" |
616 | 2024-05-30T03:13:36.030Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
617 | 2024-05-30T03:13:36.030Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
618 | 2024-05-30T03:13:36.030Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
619 | 2024-05-30T03:13:36.030Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
620 | 2024-05-30T03:13:36.031Z | + echo 'Local file: out/downloads/xcvradm.gz' |
621 | 2024-05-30T03:13:36.031Z | + mkdir -p out/downloads |
622 | 2024-05-30T03:13:36.031Z | Local file: out/downloads/xcvradm.gz |
623 | 2024-05-30T03:13:36.031Z | + mkdir -p ./out/transceiver-control |
624 | 2024-05-30T03:13:36.031Z | + fetch_and_verify |
625 | 2024-05-30T03:13:36.031Z | + local DO_DOWNLOAD=true |
626 | 2024-05-30T03:13:36.031Z | + [[ -f out/downloads/xcvradm.gz ]] |
627 | 2024-05-30T03:13:36.031Z | + '[' true == true ']' |
628 | 2024-05-30T03:13:36.031Z | + echo Downloading... |
629 | 2024-05-30T03:13:36.031Z | Downloading... |
630 | 2024-05-30T03:13:36.031Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
631 | 2024-05-30T03:13:36.031Z | + 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 |
632 | 2024-05-30T03:13:51.864Z | ++ do_sha256sum out/downloads/xcvradm.gz |
633 | 2024-05-30T03:13:51.894Z | ++ sha256sum |
634 | 2024-05-30T03:13:51.894Z | ++ awk '{print $1}' |
635 | 2024-05-30T03:13:51.894Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
636 | 2024-05-30T03:13:51.894Z | + [[ 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 ]] |
637 | 2024-05-30T03:13:51.894Z | + do_unpack out/downloads/xcvradm.gz |
638 | 2024-05-30T03:13:51.894Z | + mkdir -p out/downloads/root//opt/oxide/bin |
639 | 2024-05-30T03:13:51.895Z | + gzip -dc out/downloads/xcvradm.gz |
640 | 2024-05-30T03:13:52.028Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
641 | 2024-05-30T03:13:52.065Z | + do_assemble |
642 | 2024-05-30T03:13:52.065Z | + rm -r ./out/transceiver-control |
643 | 2024-05-30T03:13:52.065Z | + mkdir ./out/transceiver-control |
644 | 2024-05-30T03:13:52.066Z | + cp -r out/downloads/root ./out/transceiver-control/root |
645 | 2024-05-30T03:13:52.106Z | + set -o errexit |
646 | 2024-05-30T03:13:52.137Z | +++ dirname ./tools/ci_download_thundermuffin |
647 | 2024-05-30T03:13:52.137Z | ++ cd ./tools |
648 | 2024-05-30T03:13:52.137Z | ++ pwd |
649 | 2024-05-30T03:13:52.137Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
650 | 2024-05-30T03:13:52.138Z | ++ basename ./tools/ci_download_thundermuffin |
651 | 2024-05-30T03:13:52.138Z | + ARG0=ci_download_thundermuffin |
652 | 2024-05-30T03:13:52.138Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
653 | 2024-05-30T03:13:52.138Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
654 | 2024-05-30T03:13:52.138Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
655 | 2024-05-30T03:13:52.138Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
656 | 2024-05-30T03:13:52.138Z | + TARGET_DIR=out |
657 | 2024-05-30T03:13:52.139Z | + DOWNLOAD_DIR=out/downloads |
658 | 2024-05-30T03:13:52.139Z | + DEST_DIR=./out/thundermuffin |
659 | 2024-05-30T03:13:52.139Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
660 | 2024-05-30T03:13:52.139Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
661 | 2024-05-30T03:13:52.139Z | + REPO=oxidecomputer/thundermuffin |
662 | 2024-05-30T03:13:52.139Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
663 | 2024-05-30T03:13:52.140Z | + main |
664 | 2024-05-30T03:13:52.140Z | + rm -rf out/downloads/root |
665 | 2024-05-30T03:13:52.140Z | + [[ 0 != 0 ]] |
666 | 2024-05-30T03:13:52.140Z | + CIDL_OS=solaris2.11 |
667 | 2024-05-30T03:13:52.140Z | + [[ 0 != 0 ]] |
668 | 2024-05-30T03:13:52.140Z | + configure_os solaris2.11 |
669 | 2024-05-30T03:13:52.140Z | + echo 'current directory: /work/oxidecomputer/omicron' |
670 | 2024-05-30T03:13:52.140Z | + echo 'configuring based on OS: "solaris2.11"' |
671 | 2024-05-30T03:13:52.140Z | current directory: /work/oxidecomputer/omicron |
672 | 2024-05-30T03:13:52.140Z | configuring based on OS: "solaris2.11" |
673 | 2024-05-30T03:13:52.141Z | + case "$1" in |
674 | 2024-05-30T03:13:52.141Z | + SET_BINARIES= |
675 | 2024-05-30T03:13:52.141Z | + CIDL_SHA256FUNC=do_sha256sum |
676 | 2024-05-30T03:13:52.141Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
677 | 2024-05-30T03:13:52.141Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
678 | 2024-05-30T03:13:52.141Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
679 | 2024-05-30T03:13:52.141Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
680 | 2024-05-30T03:13:52.141Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
681 | 2024-05-30T03:13:52.141Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
682 | 2024-05-30T03:13:52.141Z | Local file: out/downloads/thundermuffin.tar.gz |
683 | 2024-05-30T03:13:52.141Z | + mkdir -p out/downloads |
684 | 2024-05-30T03:13:52.142Z | + mkdir -p ./out/thundermuffin |
685 | 2024-05-30T03:13:52.142Z | + fetch_and_verify |
686 | 2024-05-30T03:13:52.142Z | + local DO_DOWNLOAD=true |
687 | 2024-05-30T03:13:52.142Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
688 | 2024-05-30T03:13:52.142Z | + '[' true == true ']' |
689 | 2024-05-30T03:13:52.142Z | + echo Downloading... |
690 | 2024-05-30T03:13:52.142Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
691 | 2024-05-30T03:13:52.142Z | Downloading... |
692 | 2024-05-30T03:13:52.142Z | + 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 |
693 | 2024-05-30T03:13:55.151Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
694 | 2024-05-30T03:13:55.187Z | ++ sha256sum |
695 | 2024-05-30T03:13:55.187Z | ++ awk '{print $1}' |
696 | 2024-05-30T03:13:55.187Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
697 | 2024-05-30T03:13:55.187Z | + [[ 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 ]] |
698 | 2024-05-30T03:13:55.187Z | + do_untar out/downloads/thundermuffin.tar.gz |
699 | 2024-05-30T03:13:55.187Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
700 | 2024-05-30T03:13:55.249Z | + do_assemble |
701 | 2024-05-30T03:13:55.249Z | + rm -r ./out/thundermuffin |
702 | 2024-05-30T03:13:55.274Z | + mkdir ./out/thundermuffin |
703 | 2024-05-30T03:13:55.274Z | + cp -r out/downloads/root ./out/thundermuffin/root |
704 | 2024-05-30T03:13:55.313Z | All builder prerequisites installed successfully, and PATH looks valid |
705 | 2024-05-30T03:13:55.313Z | |
706 | 2024-05-30T03:13:55.313Z | real 2:40.993692260 |
707 | 2024-05-30T03:13:55.313Z | user 45.565319628 |
708 | 2024-05-30T03:13:55.314Z | sys 11.932322298 |
709 | 2024-05-30T03:13:55.314Z | trap 0.017531667 |
710 | 2024-05-30T03:13:55.314Z | tflt 0.009899088 |
711 | 2024-05-30T03:13:55.314Z | dflt 0.018105896 |
712 | 2024-05-30T03:13:55.314Z | kflt 0.005082510 |
713 | 2024-05-30T03:13:55.314Z | lock 1.526672620 |
714 | 2024-05-30T03:13:55.314Z | slp 6:13.911747394 |
715 | 2024-05-30T03:13:55.314Z | lat 4.664057451 |
716 | 2024-05-30T03:13:55.314Z | stop 0.077420135 |
717 | 2024-05-30T03:13:55.315Z | |
718 | 2024-05-30T03:13:55.315Z | #### # # ##### ##### # # |
719 | 2024-05-30T03:13:55.315Z | # # # # # # # # # # |
720 | 2024-05-30T03:13:55.315Z | # # # # # # # # |
721 | 2024-05-30T03:13:55.315Z | # # # ##### ##### # |
722 | 2024-05-30T03:13:55.315Z | # # # # # # # |
723 | 2024-05-30T03:13:55.315Z | #### ###### # # # # |
724 | 2024-05-30T03:13:55.315Z | |
725 | 2024-05-30T03:13:55.578Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
726 | 2024-05-30T03:13:56.099Z | Updating git repository `https://github.com/oxidecomputer/zone` |
727 | 2024-05-30T03:13:56.493Z | Updating crates.io index |
728 | 2024-05-30T03:13:56.560Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
729 | 2024-05-30T03:13:57.347Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
730 | 2024-05-30T03:13:58.181Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
731 | 2024-05-30T03:13:58.552Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
732 | 2024-05-30T03:14:00.782Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
733 | 2024-05-30T03:14:01.439Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
734 | 2024-05-30T03:14:01.806Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
735 | 2024-05-30T03:14:03.386Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
736 | 2024-05-30T03:14:04.988Z | Updating git repository `https://github.com/oxidecomputer/opte` |
737 | 2024-05-30T03:14:06.110Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
738 | 2024-05-30T03:14:06.928Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
739 | 2024-05-30T03:14:07.680Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
740 | 2024-05-30T03:14:08.061Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
741 | 2024-05-30T03:14:08.554Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
742 | 2024-05-30T03:14:08.944Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
743 | 2024-05-30T03:14:09.328Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
744 | 2024-05-30T03:14:09.771Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
745 | 2024-05-30T03:14:10.125Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
746 | 2024-05-30T03:14:10.483Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
747 | 2024-05-30T03:14:10.882Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
748 | 2024-05-30T03:14:11.301Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
749 | 2024-05-30T03:14:12.199Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
750 | 2024-05-30T03:14:12.235Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
751 | 2024-05-30T03:14:13.054Z | Updating git repository `https://github.com/jgallagher/nix` |
752 | 2024-05-30T03:14:14.173Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
753 | 2024-05-30T03:14:14.513Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
754 | 2024-05-30T03:14:15.315Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
755 | 2024-05-30T03:14:15.572Z | Updating git repository `https://github.com/oxidecomputer/typify` |
756 | 2024-05-30T03:14:17.731Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
757 | 2024-05-30T03:14:18.138Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
758 | 2024-05-30T03:14:18.550Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
759 | 2024-05-30T03:14:19.142Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
760 | 2024-05-30T03:14:20.569Z | Downloading crates ... |
761 | 2024-05-30T03:14:20.650Z | Downloaded anstyle v1.0.7 |
762 | 2024-05-30T03:14:20.699Z | Downloaded anstyle-parse v0.2.4 |
763 | 2024-05-30T03:14:20.699Z | Downloaded equivalent v1.0.1 |
764 | 2024-05-30T03:14:20.700Z | Downloaded autocfg v1.3.0 |
765 | 2024-05-30T03:14:20.700Z | Downloaded errno v0.3.9 |
766 | 2024-05-30T03:14:20.700Z | Downloaded clap_lex v0.7.0 |
767 | 2024-05-30T03:14:20.700Z | Downloaded serde v1.0.202 |
768 | 2024-05-30T03:14:20.700Z | Downloaded anstream v0.6.14 |
769 | 2024-05-30T03:14:20.700Z | Downloaded thiserror v1.0.60 |
770 | 2024-05-30T03:14:20.701Z | Downloaded winnow v0.6.8 |
771 | 2024-05-30T03:14:20.737Z | Downloaded utf8parse v0.2.1 |
772 | 2024-05-30T03:14:20.738Z | Downloaded syn v2.0.64 |
773 | 2024-05-30T03:14:20.738Z | Downloaded rustix v0.38.34 |
774 | 2024-05-30T03:14:20.777Z | Downloaded itoa v1.0.11 |
775 | 2024-05-30T03:14:20.777Z | Downloaded libc v0.2.153 |
776 | 2024-05-30T03:14:20.843Z | Downloaded is_terminal_polyfill v1.70.0 |
777 | 2024-05-30T03:14:20.843Z | Downloaded indexmap v2.2.6 |
778 | 2024-05-30T03:14:20.843Z | Downloaded heck v0.5.0 |
779 | 2024-05-30T03:14:20.844Z | Downloaded unicode-ident v1.0.12 |
780 | 2024-05-30T03:14:20.844Z | Downloaded toml_edit v0.22.13 |
781 | 2024-05-30T03:14:20.845Z | Downloaded toml_datetime v0.6.6 |
782 | 2024-05-30T03:14:20.845Z | Downloaded toml v0.8.13 |
783 | 2024-05-30T03:14:20.893Z | Downloaded thiserror-impl v1.0.60 |
784 | 2024-05-30T03:14:20.894Z | Downloaded terminal_size v0.3.0 |
785 | 2024-05-30T03:14:20.894Z | Downloaded swrite v0.1.0 |
786 | 2024-05-30T03:14:20.894Z | Downloaded strsim v0.11.1 |
787 | 2024-05-30T03:14:20.895Z | Downloaded serde_spanned v0.6.6 |
788 | 2024-05-30T03:14:20.895Z | Downloaded serde_json v1.0.117 |
789 | 2024-05-30T03:14:20.895Z | Downloaded serde_derive v1.0.202 |
790 | 2024-05-30T03:14:20.896Z | Downloaded semver v1.0.23 |
791 | 2024-05-30T03:14:20.896Z | Downloaded ryu v1.0.18 |
792 | 2024-05-30T03:14:20.896Z | Downloaded fs-err v2.11.0 |
793 | 2024-05-30T03:14:20.896Z | Downloaded clap_builder v4.5.2 |
794 | 2024-05-30T03:14:20.896Z | Downloaded clap v4.5.4 |
795 | 2024-05-30T03:14:20.897Z | Downloaded cargo_metadata v0.18.1 |
796 | 2024-05-30T03:14:20.897Z | Downloaded cargo-platform v0.1.8 |
797 | 2024-05-30T03:14:20.897Z | Downloaded camino v1.1.7 |
798 | 2024-05-30T03:14:20.897Z | Downloaded anyhow v1.0.83 |
799 | 2024-05-30T03:14:20.897Z | Downloaded anstyle-query v1.0.3 |
800 | 2024-05-30T03:14:20.898Z | Downloaded quote v1.0.36 |
801 | 2024-05-30T03:14:20.898Z | Downloaded proc-macro2 v1.0.82 |
802 | 2024-05-30T03:14:20.898Z | Downloaded hashbrown v0.14.5 |
803 | 2024-05-30T03:14:20.934Z | Downloaded memchr v2.7.2 |
804 | 2024-05-30T03:14:20.935Z | Downloaded macaddr v1.0.1 |
805 | 2024-05-30T03:14:20.935Z | Downloaded colorchoice v1.0.1 |
806 | 2024-05-30T03:14:20.935Z | Downloaded clap_derive v4.5.4 |
807 | 2024-05-30T03:14:20.935Z | Downloaded cargo_toml v0.20.2 |
808 | 2024-05-30T03:14:20.935Z | Downloaded bitflags v2.5.0 |
809 | 2024-05-30T03:14:21.019Z | Compiling proc-macro2 v1.0.82 |
810 | 2024-05-30T03:14:21.019Z | Compiling unicode-ident v1.0.12 |
811 | 2024-05-30T03:14:21.060Z | Compiling serde v1.0.202 |
812 | 2024-05-30T03:14:21.061Z | Compiling libc v0.2.153 |
813 | 2024-05-30T03:14:21.061Z | Compiling rustix v0.38.34 |
814 | 2024-05-30T03:14:21.061Z | Compiling bitflags v2.5.0 |
815 | 2024-05-30T03:14:21.062Z | Compiling equivalent v1.0.1 |
816 | 2024-05-30T03:14:21.062Z | Compiling hashbrown v0.14.5 |
817 | 2024-05-30T03:14:21.254Z | Compiling utf8parse v0.2.1 |
818 | 2024-05-30T03:14:21.303Z | Compiling anstyle-query v1.0.3 |
819 | 2024-05-30T03:14:21.433Z | Compiling anstyle-parse v0.2.4 |
820 | 2024-05-30T03:14:21.494Z | Compiling semver v1.0.23 |
821 | 2024-05-30T03:14:21.951Z | Compiling colorchoice v1.0.1 |
822 | 2024-05-30T03:14:21.987Z | Compiling autocfg v1.3.0 |
823 | 2024-05-30T03:14:21.987Z | Compiling winnow v0.6.8 |
824 | 2024-05-30T03:14:21.987Z | Compiling thiserror v1.0.60 |
825 | 2024-05-30T03:14:21.988Z | Compiling serde_json v1.0.117 |
826 | 2024-05-30T03:14:22.025Z | Compiling is_terminal_polyfill v1.70.0 |
827 | 2024-05-30T03:14:22.542Z | Compiling camino v1.1.7 |
828 | 2024-05-30T03:14:22.999Z | Compiling indexmap v2.2.6 |
829 | 2024-05-30T03:14:23.000Z | Compiling anstyle v1.0.7 |
830 | 2024-05-30T03:14:23.000Z | Compiling itoa v1.0.11 |
831 | 2024-05-30T03:14:23.001Z | Compiling fs-err v2.11.0 |
832 | 2024-05-30T03:14:23.453Z | Compiling quote v1.0.36 |
833 | 2024-05-30T03:14:23.454Z | Compiling anstream v0.6.14 |
834 | 2024-05-30T03:14:23.454Z | Compiling ryu v1.0.18 |
835 | 2024-05-30T03:14:23.454Z | Compiling heck v0.5.0 |
836 | 2024-05-30T03:14:23.454Z | Compiling syn v2.0.64 |
837 | 2024-05-30T03:14:23.496Z | Compiling errno v0.3.9 |
838 | 2024-05-30T03:14:23.496Z | Compiling anyhow v1.0.83 |
839 | 2024-05-30T03:14:23.496Z | Compiling clap_lex v0.7.0 |
840 | 2024-05-30T03:14:23.497Z | Compiling strsim v0.11.1 |
841 | 2024-05-30T03:14:23.497Z | Compiling swrite v0.1.0 |
842 | 2024-05-30T03:14:24.227Z | Compiling terminal_size v0.3.0 |
843 | 2024-05-30T03:14:24.391Z | Compiling clap_builder v4.5.2 |
844 | 2024-05-30T03:14:29.469Z | Compiling serde_derive v1.0.202 |
845 | 2024-05-30T03:14:29.469Z | Compiling thiserror-impl v1.0.60 |
846 | 2024-05-30T03:14:29.511Z | Compiling clap_derive v4.5.4 |
847 | 2024-05-30T03:14:32.588Z | Compiling clap v4.5.4 |
848 | 2024-05-30T03:14:39.307Z | Compiling toml_datetime v0.6.6 |
849 | 2024-05-30T03:14:39.307Z | Compiling serde_spanned v0.6.6 |
850 | 2024-05-30T03:14:39.349Z | Compiling cargo-platform v0.1.8 |
851 | 2024-05-30T03:14:39.349Z | Compiling macaddr v1.0.1 |
852 | 2024-05-30T03:14:39.647Z | Compiling toml_edit v0.22.13 |
853 | 2024-05-30T03:14:40.717Z | Compiling cargo_metadata v0.18.1 |
854 | 2024-05-30T03:14:42.039Z | Compiling toml v0.8.13 |
855 | 2024-05-30T03:14:43.745Z | Compiling cargo_toml v0.20.2 |
856 | 2024-05-30T03:14:47.130Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
857 | 2024-05-30T03:14:50.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.13s |
858 | 2024-05-30T03:14:50.682Z | Running `target/debug/xtask clippy` |
859 | 2024-05-30T03:14:50.762Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" |
860 | 2024-05-30T03:14:51.557Z | Downloading crates ... |
861 | 2024-05-30T03:14:51.675Z | Downloaded adler v1.0.2 |
862 | 2024-05-30T03:14:51.721Z | Downloaded crypto-common v0.1.6 |
863 | 2024-05-30T03:14:51.721Z | Downloaded aead v0.5.2 |
864 | 2024-05-30T03:14:51.722Z | Downloaded hex-literal v0.4.1 |
865 | 2024-05-30T03:14:51.722Z | Downloaded hmac v0.12.1 |
866 | 2024-05-30T03:14:51.722Z | Downloaded hkdf v0.12.4 |
867 | 2024-05-30T03:14:51.722Z | Downloaded ipnet v2.9.0 |
868 | 2024-05-30T03:14:51.722Z | Downloaded ipnetwork v0.20.0 |
869 | 2024-05-30T03:14:51.722Z | Downloaded hyper v1.3.1 |
870 | 2024-05-30T03:14:51.722Z | Downloaded iana-time-zone v0.1.60 |
871 | 2024-05-30T03:14:52.448Z | Downloaded is_ci v1.2.0 |
872 | 2024-05-30T03:14:52.448Z | Downloaded maybe-uninit v2.0.0 |
873 | 2024-05-30T03:14:52.448Z | Downloaded miniz_oxide v0.7.2 |
874 | 2024-05-30T03:14:52.448Z | Downloaded multimap v0.10.0 |
875 | 2024-05-30T03:14:52.448Z | Downloaded mockall_derive v0.12.1 |
876 | 2024-05-30T03:14:52.448Z | Downloaded mockall v0.12.1 |
877 | 2024-05-30T03:14:52.448Z | Downloaded newline-converter v0.3.0 |
878 | 2024-05-30T03:14:52.448Z | Downloaded normalize-line-endings v0.3.0 |
879 | 2024-05-30T03:14:52.449Z | Downloaded nu-ansi-term v0.50.0 |
880 | 2024-05-30T03:14:52.449Z | Downloaded serde-big-array v0.5.1 |
881 | 2024-05-30T03:14:52.449Z | Downloaded rustls-pemfile v2.1.2 |
882 | 2024-05-30T03:14:52.449Z | Downloaded serde-hex v0.1.0 |
883 | 2024-05-30T03:14:52.449Z | Downloaded snafu-derive v0.8.2 |
884 | 2024-05-30T03:14:52.449Z | Downloaded cast v0.3.0 |
885 | 2024-05-30T03:14:52.450Z | Downloaded castaway v0.2.2 |
886 | 2024-05-30T03:14:52.450Z | Downloaded tap v1.0.1 |
887 | 2024-05-30T03:14:52.450Z | Downloaded tower-service v0.3.2 |
888 | 2024-05-30T03:14:52.450Z | Downloaded untrusted v0.9.0 |
889 | 2024-05-30T03:14:52.450Z | Downloaded vsss-rs v3.3.4 |
890 | 2024-05-30T03:14:52.450Z | Downloaded foreign-types-shared v0.1.1 |
891 | 2024-05-30T03:14:52.451Z | Downloaded fxhash v0.2.1 |
892 | 2024-05-30T03:14:52.451Z | Downloaded openssl-probe v0.1.5 |
893 | 2024-05-30T03:14:52.451Z | Downloaded pretty-hex v0.2.1 |
894 | 2024-05-30T03:14:52.451Z | Downloaded openssl-macros v0.1.1 |
895 | 2024-05-30T03:14:52.451Z | Downloaded pretty-hex v0.4.1 |
896 | 2024-05-30T03:14:52.451Z | Downloaded rustc_version v0.1.7 |
897 | 2024-05-30T03:14:52.452Z | Downloaded oso-derive v0.27.3 |
898 | 2024-05-30T03:14:52.452Z | Downloaded derive_builder_macro v0.20.0 |
899 | 2024-05-30T03:14:52.452Z | Downloaded fnv v1.0.7 |
900 | 2024-05-30T03:14:52.452Z | Downloaded packed_struct_codegen v0.10.1 |
901 | 2024-05-30T03:14:52.452Z | Downloaded parse-size v1.0.0 |
902 | 2024-05-30T03:14:52.452Z | Downloaded path-slash v0.1.5 |
903 | 2024-05-30T03:14:52.453Z | Downloaded shlex v1.3.0 |
904 | 2024-05-30T03:14:52.453Z | Downloaded sigpipe v0.1.3 |
905 | 2024-05-30T03:14:52.453Z | Downloaded slog-stdlog v4.1.1 |
906 | 2024-05-30T03:14:52.453Z | Downloaded pathdiff v0.2.1 |
907 | 2024-05-30T03:14:52.453Z | Downloaded sync_wrapper v0.1.2 |
908 | 2024-05-30T03:14:52.453Z | Downloaded pem-rfc7468 v0.7.0 |
909 | 2024-05-30T03:14:52.453Z | Downloaded termcolor v1.4.1 |
910 | 2024-05-30T03:14:52.453Z | Downloaded want v0.3.1 |
911 | 2024-05-30T03:14:52.454Z | Downloaded either v1.12.0 |
912 | 2024-05-30T03:14:52.454Z | Downloaded guppy-workspace-hack v0.1.0 |
913 | 2024-05-30T03:14:52.454Z | Downloaded zeroize v1.7.0 |
914 | 2024-05-30T03:14:52.454Z | Downloaded portpicker v0.1.1 |
915 | 2024-05-30T03:14:52.454Z | Downloaded ed25519 v1.5.3 |
916 | 2024-05-30T03:14:52.454Z | Downloaded csv-core v0.1.11 |
917 | 2024-05-30T03:14:52.454Z | Downloaded glob v0.3.1 |
918 | 2024-05-30T03:14:52.454Z | Downloaded serde_with v3.8.1 |
919 | 2024-05-30T03:14:52.454Z | Downloaded termtree v0.4.1 |
920 | 2024-05-30T03:14:52.455Z | Downloaded rpassword v7.3.1 |
921 | 2024-05-30T03:14:52.455Z | Downloaded postcard v1.0.8 |
922 | 2024-05-30T03:14:52.455Z | Downloaded termios v0.3.3 |
923 | 2024-05-30T03:14:52.455Z | Downloaded schemars_derive v0.8.20 |
924 | 2024-05-30T03:14:52.455Z | Downloaded rustls-native-certs v0.7.0 |
925 | 2024-05-30T03:14:52.455Z | Downloaded scheduled-thread-pool v0.2.7 |
926 | 2024-05-30T03:14:52.456Z | Downloaded proc-macro-error v1.0.4 |
927 | 2024-05-30T03:14:52.456Z | Downloaded test-strategy v0.3.1 |
928 | 2024-05-30T03:14:52.456Z | Downloaded samael v0.0.15 |
929 | 2024-05-30T03:14:52.456Z | Downloaded ron v0.8.1 |
930 | 2024-05-30T03:14:52.456Z | Downloaded rayon-core v1.12.1 |
931 | 2024-05-30T03:14:52.456Z | Downloaded h2 v0.3.26 |
932 | 2024-05-30T03:14:52.456Z | Downloaded rustls-webpki v0.102.4 |
933 | 2024-05-30T03:14:52.457Z | Downloaded regex v1.10.4 |
934 | 2024-05-30T03:14:52.457Z | Downloaded regex-syntax v0.6.29 |
935 | 2024-05-30T03:14:52.457Z | Downloaded zerocopy-derive v0.6.6 |
936 | 2024-05-30T03:14:52.457Z | Downloaded csv v1.3.0 |
937 | 2024-05-30T03:14:52.457Z | Downloaded zerocopy-derive v0.2.0 |
938 | 2024-05-30T03:14:52.457Z | Downloaded encoding_rs v0.8.34 |
939 | 2024-05-30T03:14:52.458Z | Downloaded ratatui v0.26.2 |
940 | 2024-05-30T03:14:52.458Z | Downloaded trust-dns-proto v0.22.0 |
941 | 2024-05-30T03:14:52.458Z | Downloaded regress v0.9.1 |
942 | 2024-05-30T03:14:52.458Z | Downloaded regex-syntax v0.8.3 |
943 | 2024-05-30T03:14:52.458Z | Downloaded gimli v0.28.1 |
944 | 2024-05-30T03:14:52.459Z | Downloaded quick-xml v0.31.0 |
945 | 2024-05-30T03:14:52.506Z | Downloaded proptest v1.4.0 |
946 | 2024-05-30T03:14:52.506Z | Downloaded regex-automata v0.4.6 |
947 | 2024-05-30T03:14:52.507Z | Downloaded petgraph v0.6.5 |
948 | 2024-05-30T03:14:52.507Z | Downloaded webpki-roots v0.25.4 |
949 | 2024-05-30T03:14:52.507Z | Downloaded vcpkg v0.2.15 |
950 | 2024-05-30T03:14:52.507Z | Downloaded sha3 v0.10.8 |
951 | 2024-05-30T03:14:52.507Z | Downloaded goblin v0.8.2 |
952 | 2024-05-30T03:14:52.507Z | Downloaded ring v0.16.20 |
953 | 2024-05-30T03:14:52.508Z | Downloaded ring v0.17.8 |
954 | 2024-05-30T03:14:52.575Z | Downloaded guppy v0.17.5 |
955 | 2024-05-30T03:14:52.612Z | Downloaded zerocopy v0.7.34 |
956 | 2024-05-30T03:14:52.612Z | Downloaded publicsuffix v2.2.3 |
957 | 2024-05-30T03:14:52.612Z | Downloaded trust-dns-client v0.22.0 |
958 | 2024-05-30T03:14:52.612Z | Downloaded toml_edit v0.19.15 |
959 | 2024-05-30T03:14:52.664Z | Downloaded tokio-util v0.7.11 |
960 | 2024-05-30T03:14:52.665Z | Downloaded time v0.3.36 |
961 | 2024-05-30T03:14:52.665Z | Downloaded portable-atomic v1.6.0 |
962 | 2024-05-30T03:14:52.665Z | Downloaded hashbrown v0.12.3 |
963 | 2024-05-30T03:14:54.934Z | Downloaded finl_unicode v1.2.0 |
964 | 2024-05-30T03:14:54.934Z | Downloaded tokio v1.37.0 |
965 | 2024-05-30T03:14:54.935Z | Downloaded salty v0.2.0 |
966 | 2024-05-30T03:14:54.935Z | Downloaded rustyline v14.0.0 |
967 | 2024-05-30T03:14:54.935Z | Downloaded trust-dns-resolver v0.22.0 |
968 | 2024-05-30T03:14:54.935Z | Downloaded pretty_assertions v1.4.0 |
969 | 2024-05-30T03:14:54.935Z | Downloaded schemars v0.8.20 |
970 | 2024-05-30T03:14:54.936Z | Downloaded rcgen v0.12.1 |
971 | 2024-05-30T03:14:54.936Z | Downloaded prettyplease v0.2.20 |
972 | 2024-05-30T03:14:54.936Z | Downloaded num-bigint-dig v0.8.4 |
973 | 2024-05-30T03:14:54.936Z | Downloaded num-bigint v0.4.5 |
974 | 2024-05-30T03:14:54.936Z | Downloaded proc-macro-crate v1.3.1 |
975 | 2024-05-30T03:14:54.937Z | Downloaded tokio-tungstenite v0.21.0 |
976 | 2024-05-30T03:14:54.937Z | Downloaded thiserror-no-std v2.0.2 |
977 | 2024-05-30T03:14:54.937Z | Downloaded textwrap v0.16.1 |
978 | 2024-05-30T03:14:54.937Z | Downloaded hashbrown v0.13.2 |
979 | 2024-05-30T03:14:54.937Z | Downloaded same-file v1.0.6 |
980 | 2024-05-30T03:14:54.937Z | Downloaded rusty-fork v0.3.0 |
981 | 2024-05-30T03:14:54.937Z | Downloaded rustversion v1.0.17 |
982 | 2024-05-30T03:14:54.938Z | Downloaded thread-id v4.2.1 |
983 | 2024-05-30T03:14:54.938Z | Downloaded thiserror-impl-no-std v2.0.2 |
984 | 2024-05-30T03:14:54.938Z | Downloaded tokio-rustls v0.25.0 |
985 | 2024-05-30T03:14:54.938Z | Downloaded polar-core v0.27.3 |
986 | 2024-05-30T03:14:54.938Z | Downloaded ref-cast v1.0.23 |
987 | 2024-05-30T03:14:54.938Z | Downloaded toml v0.7.8 |
988 | 2024-05-30T03:14:54.938Z | Downloaded toml v0.5.11 |
989 | 2024-05-30T03:14:54.938Z | Downloaded ron v0.7.1 |
990 | 2024-05-30T03:14:54.939Z | Downloaded threadpool v1.8.1 |
991 | 2024-05-30T03:14:54.939Z | Downloaded thread_local v1.1.8 |
992 | 2024-05-30T03:14:54.939Z | Downloaded num-complex v0.4.6 |
993 | 2024-05-30T03:14:54.939Z | Downloaded rayon v1.10.0 |
994 | 2024-05-30T03:14:54.939Z | Downloaded ref-cast-impl v1.0.23 |
995 | 2024-05-30T03:14:54.939Z | Downloaded pest_derive v2.7.10 |
996 | 2024-05-30T03:14:54.939Z | Downloaded futures v0.3.30 |
997 | 2024-05-30T03:14:54.939Z | Downloaded fatfs v0.3.6 |
998 | 2024-05-30T03:14:54.940Z | Downloaded typed-path v0.7.1 |
999 | 2024-05-30T03:14:54.940Z | Downloaded tungstenite v0.20.1 |
1000 | 2024-05-30T03:14:54.940Z | Downloaded trust-dns-server v0.22.1 |
1001 | 2024-05-30T03:14:54.940Z | Downloaded curve25519-dalek v4.1.2 |
1002 | 2024-05-30T03:14:54.940Z | Downloaded openapiv3 v2.0.0 |
1003 | 2024-05-30T03:14:54.940Z | Downloaded tokio-rustls v0.24.1 |
1004 | 2024-05-30T03:14:54.940Z | Downloaded time-core v0.1.2 |
1005 | 2024-05-30T03:14:54.941Z | Downloaded poly1305 v0.8.0 |
1006 | 2024-05-30T03:14:54.941Z | Downloaded phf v0.11.2 |
1007 | 2024-05-30T03:14:54.941Z | Downloaded pest_meta v2.7.10 |
1008 | 2024-05-30T03:14:54.941Z | Downloaded pest_generator v2.7.10 |
1009 | 2024-05-30T03:14:54.941Z | Downloaded futures-executor v0.3.30 |
1010 | 2024-05-30T03:14:54.941Z | Downloaded futures-channel v0.3.30 |
1011 | 2024-05-30T03:14:54.941Z | Downloaded fd-lock v4.0.2 |
1012 | 2024-05-30T03:14:54.941Z | Downloaded rustls v0.22.4 |
1013 | 2024-05-30T03:14:54.942Z | Downloaded half v2.4.1 |
1014 | 2024-05-30T03:14:54.942Z | Downloaded form_urlencoded v1.2.1 |
1015 | 2024-05-30T03:14:54.942Z | Downloaded ff v0.13.0 |
1016 | 2024-05-30T03:14:54.942Z | Downloaded trybuild v1.0.96 |
1017 | 2024-05-30T03:14:54.942Z | Downloaded diesel v2.1.6 |
1018 | 2024-05-30T03:14:54.942Z | Downloaded r2d2 v0.8.10 |
1019 | 2024-05-30T03:14:54.942Z | Downloaded quick-error v1.2.3 |
1020 | 2024-05-30T03:14:54.942Z | Downloaded psl-types v2.0.11 |
1021 | 2024-05-30T03:14:54.942Z | Downloaded proc-macro-error-attr v1.0.4 |
1022 | 2024-05-30T03:14:54.942Z | Downloaded topological-sort v0.2.2 |
1023 | 2024-05-30T03:14:54.943Z | Downloaded toolchain_find v0.4.0 |
1024 | 2024-05-30T03:14:54.943Z | Downloaded tokio-tungstenite v0.20.1 |
1025 | 2024-05-30T03:14:54.943Z | Downloaded tokio-stream v0.1.15 |
1026 | 2024-05-30T03:14:54.943Z | Downloaded num-conv v0.1.0 |
1027 | 2024-05-30T03:14:54.943Z | Downloaded getrandom v0.2.14 |
1028 | 2024-05-30T03:14:54.943Z | Downloaded futures-macro v0.3.30 |
1029 | 2024-05-30T03:14:54.943Z | Downloaded futures-io v0.3.30 |
1030 | 2024-05-30T03:14:54.943Z | Downloaded funty v2.0.0 |
1031 | 2024-05-30T03:14:54.944Z | Downloaded fragile v2.0.0 |
1032 | 2024-05-30T03:14:54.944Z | Downloaded zip v0.6.6 |
1033 | 2024-05-30T03:14:54.944Z | Downloaded typenum v1.17.0 |
1034 | 2024-05-30T03:14:54.944Z | Downloaded tungstenite v0.21.0 |
1035 | 2024-05-30T03:14:54.944Z | Downloaded tui-tree-widget v0.19.0 |
1036 | 2024-05-30T03:14:54.944Z | Downloaded try-lock v0.2.5 |
1037 | 2024-05-30T03:14:54.944Z | Downloaded radix_trie v0.2.1 |
1038 | 2024-05-30T03:14:54.944Z | Downloaded headers v0.3.9 |
1039 | 2024-05-30T03:14:54.945Z | Downloaded globset v0.4.14 |
1040 | 2024-05-30T03:14:54.945Z | Downloaded futures-core v0.3.30 |
1041 | 2024-05-30T03:14:54.945Z | Downloaded unicode-bidi v0.3.15 |
1042 | 2024-05-30T03:14:54.945Z | Downloaded pest v2.7.10 |
1043 | 2024-05-30T03:14:54.945Z | Downloaded zerocopy v0.6.6 |
1044 | 2024-05-30T03:14:54.945Z | Downloaded elliptic-curve v0.13.8 |
1045 | 2024-05-30T03:14:54.946Z | Downloaded serde_yaml v0.9.34+deprecated |
1046 | 2024-05-30T03:14:54.946Z | Downloaded rand v0.8.5 |
1047 | 2024-05-30T03:14:54.946Z | Downloaded unicode-normalization v0.1.23 |
1048 | 2024-05-30T03:14:54.946Z | Downloaded sqlparser v0.45.0 |
1049 | 2024-05-30T03:14:54.946Z | Downloaded zerocopy-derive v0.7.34 |
1050 | 2024-05-30T03:14:54.946Z | Downloaded zerocopy v0.3.2 |
1051 | 2024-05-30T03:14:54.946Z | Downloaded ucd-trie v0.1.6 |
1052 | 2024-05-30T03:14:54.947Z | Downloaded structmeta-derive v0.2.0 |
1053 | 2024-05-30T03:14:54.947Z | Downloaded serde_tokenstream v0.2.0 |
1054 | 2024-05-30T03:14:54.947Z | Downloaded papergrid v0.11.0 |
1055 | 2024-05-30T03:14:54.947Z | Downloaded unicode-segmentation v1.11.0 |
1056 | 2024-05-30T03:14:54.947Z | Downloaded serde_urlencoded v0.7.1 |
1057 | 2024-05-30T03:14:54.947Z | Downloaded parking_lot v0.11.2 |
1058 | 2024-05-30T03:14:54.948Z | Downloaded num-iter v0.1.45 |
1059 | 2024-05-30T03:14:54.948Z | Downloaded num-integer v0.1.46 |
1060 | 2024-05-30T03:14:54.948Z | Downloaded hash32 v0.3.1 |
1061 | 2024-05-30T03:14:54.948Z | Downloaded hash32 v0.2.1 |
1062 | 2024-05-30T03:14:54.948Z | Downloaded group v0.13.0 |
1063 | 2024-05-30T03:14:55.526Z | Downloaded yasna v0.5.2 |
1064 | 2024-05-30T03:14:55.526Z | Downloaded yansi v0.5.1 |
1065 | 2024-05-30T03:14:55.527Z | Downloaded num-derive v0.4.2 |
1066 | 2024-05-30T03:14:55.527Z | Downloaded ena v0.14.3 |
1067 | 2024-05-30T03:14:55.527Z | Downloaded embedded-io v0.4.0 |
1068 | 2024-05-30T03:14:55.527Z | Downloaded sha2 v0.10.8 |
1069 | 2024-05-30T03:14:55.527Z | Downloaded radium v0.7.0 |
1070 | 2024-05-30T03:14:55.527Z | Downloaded diff v0.1.13 |
1071 | 2024-05-30T03:14:55.527Z | Downloaded walkdir v2.5.0 |
1072 | 2024-05-30T03:14:55.527Z | Downloaded wait-timeout v0.2.0 |
1073 | 2024-05-30T03:14:55.527Z | Downloaded unicase v2.7.0 |
1074 | 2024-05-30T03:14:55.527Z | Downloaded unarray v0.1.4 |
1075 | 2024-05-30T03:14:55.528Z | Downloaded serde_with_macros v3.8.1 |
1076 | 2024-05-30T03:14:55.528Z | Downloaded parse-display-derive v0.9.0 |
1077 | 2024-05-30T03:14:55.528Z | Downloaded parse-display v0.9.0 |
1078 | 2024-05-30T03:14:55.528Z | Downloaded parking_lot_core v0.8.6 |
1079 | 2024-05-30T03:14:55.528Z | Downloaded curve25519-dalek-derive v0.1.1 |
1080 | 2024-05-30T03:14:55.528Z | Downloaded unicode_categories v0.1.1 |
1081 | 2024-05-30T03:14:55.528Z | Downloaded rustls v0.21.12 |
1082 | 2024-05-30T03:14:55.528Z | Downloaded zone v0.1.8 |
1083 | 2024-05-30T03:14:55.528Z | Downloaded zeroize_derive v1.4.2 |
1084 | 2024-05-30T03:14:55.529Z | Downloaded xattr v1.3.1 |
1085 | 2024-05-30T03:14:55.529Z | Downloaded which v4.4.2 |
1086 | 2024-05-30T03:14:55.529Z | Downloaded version_check v0.9.4 |
1087 | 2024-05-30T03:14:55.529Z | Downloaded uzers v0.11.3 |
1088 | 2024-05-30T03:14:55.529Z | Downloaded endian-type v0.1.2 |
1089 | 2024-05-30T03:14:55.529Z | Downloaded shell-words v1.1.0 |
1090 | 2024-05-30T03:14:55.530Z | Downloaded sha1 v0.10.6 |
1091 | 2024-05-30T03:14:55.530Z | Downloaded parking_lot_core v0.9.10 |
1092 | 2024-05-30T03:14:55.530Z | Downloaded dirs-next v2.0.0 |
1093 | 2024-05-30T03:14:55.530Z | Downloaded darling v0.20.9 |
1094 | 2024-05-30T03:14:55.531Z | Downloaded unicode-xid v0.2.4 |
1095 | 2024-05-30T03:14:55.531Z | Downloaded unicode-width v0.1.12 |
1096 | 2024-05-30T03:14:55.531Z | Downloaded spin v0.9.8 |
1097 | 2024-05-30T03:14:55.531Z | Downloaded object v0.32.2 |
1098 | 2024-05-30T03:14:55.531Z | Downloaded waitgroup v0.1.2 |
1099 | 2024-05-30T03:14:55.532Z | Downloaded vte_generate_state_changes v0.1.1 |
1100 | 2024-05-30T03:14:55.532Z | Downloaded peg-macros v0.8.3 |
1101 | 2024-05-30T03:14:55.532Z | Downloaded parking_lot v0.12.2 |
1102 | 2024-05-30T03:14:55.532Z | Downloaded digest v0.10.7 |
1103 | 2024-05-30T03:14:55.532Z | Downloaded difflib v0.4.0 |
1104 | 2024-05-30T03:14:55.532Z | Downloaded universal-hash v0.5.1 |
1105 | 2024-05-30T03:14:55.532Z | Downloaded spki v0.7.3 |
1106 | 2024-05-30T03:14:55.532Z | Downloaded strum_macros v0.26.2 |
1107 | 2024-05-30T03:14:55.532Z | Downloaded structmeta-derive v0.3.0 |
1108 | 2024-05-30T03:14:55.533Z | Downloaded pem v3.0.4 |
1109 | 2024-05-30T03:14:55.533Z | Downloaded env_logger v0.9.3 |
1110 | 2024-05-30T03:14:55.533Z | Downloaded spin v0.5.2 |
1111 | 2024-05-30T03:14:55.533Z | Downloaded socket2 v0.4.10 |
1112 | 2024-05-30T03:14:55.533Z | Downloaded similar v2.5.0 |
1113 | 2024-05-30T03:14:55.533Z | Downloaded unicode-linebreak v0.1.5 |
1114 | 2024-05-30T03:14:55.533Z | Downloaded sqlformat v0.2.3 |
1115 | 2024-05-30T03:14:55.533Z | Downloaded scroll v0.12.0 |
1116 | 2024-05-30T03:14:55.533Z | Downloaded scopeguard v1.2.0 |
1117 | 2024-05-30T03:14:55.533Z | Downloaded pin-project v1.1.5 |
1118 | 2024-05-30T03:14:55.534Z | Downloaded oso v0.27.3 |
1119 | 2024-05-30T03:14:55.534Z | Downloaded num-rational v0.4.2 |
1120 | 2024-05-30T03:14:55.534Z | Downloaded openssl v0.10.64 |
1121 | 2024-05-30T03:14:55.534Z | Downloaded peg v0.8.3 |
1122 | 2024-05-30T03:14:55.534Z | Downloaded env_logger v0.10.2 |
1123 | 2024-05-30T03:14:55.534Z | Downloaded plotters v0.3.5 |
1124 | 2024-05-30T03:14:55.534Z | Downloaded phf_shared v0.11.2 |
1125 | 2024-05-30T03:14:55.534Z | Downloaded num-traits v0.2.19 |
1126 | 2024-05-30T03:14:55.534Z | Downloaded object v0.30.4 |
1127 | 2024-05-30T03:14:55.534Z | Downloaded strum_macros v0.25.3 |
1128 | 2024-05-30T03:14:55.535Z | Downloaded percent-encoding v2.3.1 |
1129 | 2024-05-30T03:14:55.535Z | Downloaded peg-runtime v0.8.3 |
1130 | 2024-05-30T03:14:55.535Z | Downloaded enum-as-inner v0.5.1 |
1131 | 2024-05-30T03:14:55.535Z | Downloaded socket2 v0.5.7 |
1132 | 2024-05-30T03:14:55.535Z | Downloaded smallvec v1.13.2 |
1133 | 2024-05-30T03:14:55.535Z | Downloaded slog-term v2.9.1 |
1134 | 2024-05-30T03:14:55.535Z | Downloaded rand_seeder v0.2.3 |
1135 | 2024-05-30T03:14:55.535Z | Downloaded pin-project-internal v1.1.5 |
1136 | 2024-05-30T03:14:55.535Z | Downloaded num_cpus v1.16.0 |
1137 | 2024-05-30T03:14:55.536Z | Downloaded syn v1.0.109 |
1138 | 2024-05-30T03:14:55.536Z | Downloaded fastrand v2.1.0 |
1139 | 2024-05-30T03:14:55.536Z | Downloaded erased-serde v0.3.31 |
1140 | 2024-05-30T03:14:55.536Z | Downloaded smallvec v0.6.14 |
1141 | 2024-05-30T03:14:55.536Z | Downloaded signature v1.6.4 |
1142 | 2024-05-30T03:14:55.536Z | Downloaded signal-hook-tokio v0.3.1 |
1143 | 2024-05-30T03:14:55.536Z | Downloaded signal-hook-registry v1.4.2 |
1144 | 2024-05-30T03:14:55.536Z | Downloaded signal-hook v0.3.17 |
1145 | 2024-05-30T03:14:55.537Z | Downloaded derive_builder_core v0.20.0 |
1146 | 2024-05-30T03:14:55.537Z | Downloaded derive_builder v0.20.0 |
1147 | 2024-05-30T03:14:55.537Z | Downloaded darling_core v0.20.9 |
1148 | 2024-05-30T03:14:55.537Z | Downloaded usdt-impl v0.3.5 |
1149 | 2024-05-30T03:14:55.537Z | Downloaded tokio-postgres v0.7.10 |
1150 | 2024-05-30T03:14:55.537Z | Downloaded tinyvec v1.6.0 |
1151 | 2024-05-30T03:14:55.538Z | Downloaded signature v2.2.0 |
1152 | 2024-05-30T03:14:55.538Z | Downloaded rand_core v0.6.4 |
1153 | 2024-05-30T03:14:55.538Z | Downloaded rand_chacha v0.3.1 |
1154 | 2024-05-30T03:14:55.538Z | Downloaded filetime v0.2.23 |
1155 | 2024-05-30T03:14:55.538Z | Downloaded signal-hook-mio v0.2.3 |
1156 | 2024-05-30T03:14:55.539Z | Downloaded phf_shared v0.10.0 |
1157 | 2024-05-30T03:14:55.539Z | Downloaded fixedbitset v0.4.2 |
1158 | 2024-05-30T03:14:55.539Z | Downloaded usdt-impl v0.5.0 |
1159 | 2024-05-30T03:14:55.539Z | Downloaded usdt v0.5.0 |
1160 | 2024-05-30T03:14:55.539Z | Downloaded tokio-macros v2.2.0 |
1161 | 2024-05-30T03:14:55.539Z | Downloaded tls_codec v0.4.1 |
1162 | 2024-05-30T03:14:55.539Z | Downloaded steno v0.4.0 |
1163 | 2024-05-30T03:14:55.647Z | Downloaded serde_derive_internals v0.29.1 |
1164 | 2024-05-30T03:14:55.647Z | Downloaded darling_macro v0.20.9 |
1165 | 2024-05-30T03:14:55.648Z | Downloaded usdt-attr-macro v0.5.0 |
1166 | 2024-05-30T03:14:55.648Z | Downloaded usdt-attr-macro v0.3.5 |
1167 | 2024-05-30T03:14:55.648Z | Downloaded time-macros v0.2.18 |
1168 | 2024-05-30T03:14:55.648Z | Downloaded supports-color v3.0.0 |
1169 | 2024-05-30T03:14:55.648Z | Downloaded subprocess v0.2.9 |
1170 | 2024-05-30T03:14:55.648Z | Downloaded slog-async v2.8.0 |
1171 | 2024-05-30T03:14:55.649Z | Downloaded siphasher v0.3.11 |
1172 | 2024-05-30T03:14:55.649Z | Downloaded precomputed-hash v0.1.1 |
1173 | 2024-05-30T03:14:55.649Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1174 | 2024-05-30T03:14:55.649Z | Downloaded paste v1.0.15 |
1175 | 2024-05-30T03:14:55.649Z | Downloaded password-hash v0.5.0 |
1176 | 2024-05-30T03:14:55.649Z | Downloaded partial-io v0.5.4 |
1177 | 2024-05-30T03:14:55.649Z | Downloaded dyn-clone v1.0.17 |
1178 | 2024-05-30T03:14:55.649Z | Downloaded dof v0.1.5 |
1179 | 2024-05-30T03:14:55.650Z | Downloaded doc-comment v0.3.3 |
1180 | 2024-05-30T03:14:55.650Z | Downloaded display-error-chain v0.2.0 |
1181 | 2024-05-30T03:14:55.650Z | Downloaded dirs-sys-next v0.1.2 |
1182 | 2024-05-30T03:14:55.650Z | Downloaded scroll_derive v0.12.0 |
1183 | 2024-05-30T03:14:55.650Z | Downloaded plotters-svg v0.3.5 |
1184 | 2024-05-30T03:14:55.650Z | Downloaded plotters-backend v0.3.5 |
1185 | 2024-05-30T03:14:55.651Z | Downloaded diesel_derives v2.1.4 |
1186 | 2024-05-30T03:14:55.651Z | Downloaded tls_codec_derive v0.4.1 |
1187 | 2024-05-30T03:14:55.651Z | Downloaded tinyvec_macros v0.1.1 |
1188 | 2024-05-30T03:14:55.651Z | Downloaded tinytemplate v1.2.1 |
1189 | 2024-05-30T03:14:55.651Z | Downloaded tiny-keccak v2.0.2 |
1190 | 2024-05-30T03:14:55.651Z | Downloaded subtle v2.5.0 |
1191 | 2024-05-30T03:14:55.651Z | Downloaded rsa v0.9.6 |
1192 | 2024-05-30T03:14:55.652Z | Downloaded num_threads v0.1.7 |
1193 | 2024-05-30T03:14:55.652Z | Downloaded num_enum_derive v0.5.11 |
1194 | 2024-05-30T03:14:55.652Z | Downloaded num_enum v0.5.11 |
1195 | 2024-05-30T03:14:55.652Z | Downloaded futures-util v0.3.30 |
1196 | 2024-05-30T03:14:55.652Z | Downloaded escape8259 v0.5.2 |
1197 | 2024-05-30T03:14:55.652Z | Downloaded data-encoding v2.6.0 |
1198 | 2024-05-30T03:14:55.653Z | Downloaded smawk v0.3.2 |
1199 | 2024-05-30T03:14:55.653Z | Downloaded slab v0.4.9 |
1200 | 2024-05-30T03:14:55.653Z | Downloaded bstr v1.9.1 |
1201 | 2024-05-30T03:14:55.653Z | Downloaded dtrace-parser v0.2.0 |
1202 | 2024-05-30T03:14:55.653Z | Downloaded dtrace-parser v0.1.14 |
1203 | 2024-05-30T03:14:55.654Z | Downloaded downcast v0.11.0 |
1204 | 2024-05-30T03:14:55.654Z | Downloaded dof v0.3.0 |
1205 | 2024-05-30T03:14:55.654Z | Downloaded usdt v0.3.5 |
1206 | 2024-05-30T03:14:55.654Z | Downloaded structmeta v0.3.0 |
1207 | 2024-05-30T03:14:55.654Z | Downloaded structmeta v0.2.0 |
1208 | 2024-05-30T03:14:55.655Z | Downloaded strip-ansi-escapes v0.2.0 |
1209 | 2024-05-30T03:14:55.655Z | Downloaded stringprep v0.1.4 |
1210 | 2024-05-30T03:14:55.655Z | Downloaded string_cache v0.8.7 |
1211 | 2024-05-30T03:14:55.655Z | Downloaded static_assertions v1.1.0 |
1212 | 2024-05-30T03:14:55.655Z | Downloaded stable_deref_trait v1.2.0 |
1213 | 2024-05-30T03:14:55.655Z | Downloaded stability v0.2.0 |
1214 | 2024-05-30T03:14:55.655Z | Downloaded sqlparser_derive v0.2.2 |
1215 | 2024-05-30T03:14:55.656Z | Downloaded serde_tokenstream v0.1.7 |
1216 | 2024-05-30T03:14:55.656Z | Downloaded serde_repr v0.1.19 |
1217 | 2024-05-30T03:14:55.656Z | Downloaded serde_plain v1.0.2 |
1218 | 2024-05-30T03:14:55.656Z | Downloaded serde_path_to_error v0.1.16 |
1219 | 2024-05-30T03:14:55.656Z | Downloaded platforms v3.4.0 |
1220 | 2024-05-30T03:14:55.657Z | Downloaded plain v0.2.3 |
1221 | 2024-05-30T03:14:55.657Z | Downloaded pkg-config v0.3.30 |
1222 | 2024-05-30T03:14:55.657Z | Downloaded pkcs8 v0.10.2 |
1223 | 2024-05-30T03:14:55.657Z | Downloaded pkcs1 v0.7.5 |
1224 | 2024-05-30T03:14:55.657Z | Downloaded pin-utils v0.1.0 |
1225 | 2024-05-30T03:14:55.657Z | Downloaded pin-project-lite v0.2.14 |
1226 | 2024-05-30T03:14:55.658Z | Downloaded owo-colors v4.0.0 |
1227 | 2024-05-30T03:14:55.658Z | Downloaded flume v0.11.0 |
1228 | 2024-05-30T03:14:55.658Z | Downloaded flate2 v1.0.30 |
1229 | 2024-05-30T03:14:55.658Z | Downloaded uuid v1.8.0 |
1230 | 2024-05-30T03:14:55.658Z | Downloaded usdt-macro v0.3.5 |
1231 | 2024-05-30T03:14:55.658Z | Downloaded tokio-native-tls v0.3.1 |
1232 | 2024-05-30T03:14:55.659Z | Downloaded similar-asserts v1.5.0 |
1233 | 2024-05-30T03:14:55.659Z | Downloaded semver v0.1.20 |
1234 | 2024-05-30T03:14:55.659Z | Downloaded secrecy v0.8.0 |
1235 | 2024-05-30T03:14:55.659Z | Downloaded sct v0.7.1 |
1236 | 2024-05-30T03:14:55.659Z | Downloaded reqwest v0.11.27 |
1237 | 2024-05-30T03:14:55.659Z | Downloaded regex-automata v0.1.10 |
1238 | 2024-05-30T03:14:55.660Z | Downloaded chrono v0.4.38 |
1239 | 2024-05-30T03:14:55.660Z | Downloaded packed_struct v0.10.1 |
1240 | 2024-05-30T03:14:55.660Z | Downloaded derive_more v0.99.17 |
1241 | 2024-05-30T03:14:55.660Z | Downloaded rstest_macros v0.19.0 |
1242 | 2024-05-30T03:14:55.660Z | Downloaded openssl-sys v0.9.102 |
1243 | 2024-05-30T03:14:55.660Z | Downloaded sec1 v0.7.3 |
1244 | 2024-05-30T03:14:55.661Z | Downloaded crossterm v0.27.0 |
1245 | 2024-05-30T03:14:55.661Z | Downloaded blake3 v1.5.1 |
1246 | 2024-05-30T03:14:55.661Z | Downloaded float-cmp v0.9.0 |
1247 | 2024-05-30T03:14:55.661Z | Downloaded flagset v0.4.5 |
1248 | 2024-05-30T03:14:55.661Z | Downloaded utf-8 v0.7.6 |
1249 | 2024-05-30T03:14:55.661Z | Downloaded rustc_version v0.4.0 |
1250 | 2024-05-30T03:14:55.661Z | Downloaded rustc-demangle v0.1.24 |
1251 | 2024-05-30T03:14:55.662Z | Downloaded rust-argon2 v2.1.0 |
1252 | 2024-05-30T03:14:55.662Z | Downloaded rstest v0.19.0 |
1253 | 2024-05-30T03:14:55.662Z | Downloaded number_prefix v0.4.0 |
1254 | 2024-05-30T03:14:55.662Z | Downloaded winnow v0.5.40 |
1255 | 2024-05-30T03:14:55.662Z | Downloaded smf v0.2.3 |
1256 | 2024-05-30T03:14:55.662Z | Downloaded relative-path v1.9.3 |
1257 | 2024-05-30T03:14:55.662Z | Downloaded crossbeam-channel v0.5.12 |
1258 | 2024-05-30T03:14:55.663Z | Downloaded criterion v0.5.1 |
1259 | 2024-05-30T03:14:55.663Z | Downloaded rtoolbox v0.0.2 |
1260 | 2024-05-30T03:14:55.663Z | Downloaded fancy-regex v0.13.0 |
1261 | 2024-05-30T03:14:55.663Z | Downloaded expectorate v1.1.0 |
1262 | 2024-05-30T03:14:55.664Z | Downloaded der v0.7.9 |
1263 | 2024-05-30T03:14:55.729Z | Downloaded serde-big-array v0.4.1 |
1264 | 2024-05-30T03:14:55.729Z | Downloaded rustls-pemfile v1.0.4 |
1265 | 2024-05-30T03:14:55.729Z | Downloaded rand_xorshift v0.3.0 |
1266 | 2024-05-30T03:14:55.729Z | Downloaded crypto-bigint v0.5.5 |
1267 | 2024-05-30T03:14:55.730Z | Downloaded bstr v0.2.17 |
1268 | 2024-05-30T03:14:55.730Z | Downloaded foreign-types-shared v0.3.1 |
1269 | 2024-05-30T03:14:55.731Z | Downloaded foreign-types v0.3.2 |
1270 | 2024-05-30T03:14:55.731Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1271 | 2024-05-30T03:14:55.731Z | Downloaded usdt-macro v0.5.0 |
1272 | 2024-05-30T03:14:55.733Z | Downloaded slog-scope v4.4.0 |
1273 | 2024-05-30T03:14:55.733Z | Downloaded slog-json v2.6.1 |
1274 | 2024-05-30T03:14:55.733Z | Downloaded slog-envlogger v2.2.0 |
1275 | 2024-05-30T03:14:55.734Z | Downloaded slog-dtrace v0.3.0 |
1276 | 2024-05-30T03:14:55.734Z | Downloaded slog-bunyan v2.5.0 |
1277 | 2024-05-30T03:14:55.734Z | Downloaded rustfmt-wrapper v0.2.1 |
1278 | 2024-05-30T03:14:55.734Z | Downloaded rustc-hash v1.1.0 |
1279 | 2024-05-30T03:14:55.734Z | Downloaded predicates v3.1.0 |
1280 | 2024-05-30T03:14:55.735Z | Downloaded postgres-types v0.2.6 |
1281 | 2024-05-30T03:14:55.735Z | Downloaded postgres-protocol v0.6.6 |
1282 | 2024-05-30T03:14:55.735Z | Downloaded omicron-zone-package v0.11.0 |
1283 | 2024-05-30T03:14:55.735Z | Downloaded crc32fast v1.4.0 |
1284 | 2024-05-30T03:14:55.736Z | Downloaded crc-any v2.5.0 |
1285 | 2024-05-30T03:14:55.736Z | Downloaded cookie_store v0.20.0 |
1286 | 2024-05-30T03:14:55.736Z | Downloaded const-oid v0.9.6 |
1287 | 2024-05-30T03:14:55.736Z | Downloaded cancel-safe-futures v0.1.5 |
1288 | 2024-05-30T03:14:55.737Z | Downloaded bindgen v0.69.4 |
1289 | 2024-05-30T03:14:55.737Z | Downloaded base64 v0.21.7 |
1290 | 2024-05-30T03:14:55.737Z | Downloaded ppv-lite86 v0.2.17 |
1291 | 2024-05-30T03:14:55.737Z | Downloaded powerfmt v0.2.0 |
1292 | 2024-05-30T03:14:55.737Z | Downloaded once_cell v1.19.0 |
1293 | 2024-05-30T03:14:55.737Z | Downloaded olpc-cjson v0.1.3 |
1294 | 2024-05-30T03:14:55.738Z | Downloaded cookie v0.17.0 |
1295 | 2024-05-30T03:14:55.738Z | Downloaded cfg-expr v0.15.8 |
1296 | 2024-05-30T03:14:55.738Z | Downloaded bitflags v1.3.2 |
1297 | 2024-05-30T03:14:55.738Z | Downloaded predicates-tree v1.0.9 |
1298 | 2024-05-30T03:14:55.738Z | Downloaded predicates-core v1.0.6 |
1299 | 2024-05-30T03:14:55.739Z | Downloaded derive-where v1.2.7 |
1300 | 2024-05-30T03:14:55.739Z | Downloaded x509-cert v0.2.5 |
1301 | 2024-05-30T03:14:55.739Z | Downloaded crossbeam-utils v0.8.19 |
1302 | 2024-05-30T03:14:55.739Z | Downloaded clang-sys v1.7.0 |
1303 | 2024-05-30T03:14:55.739Z | Downloaded ciborium-ll v0.2.2 |
1304 | 2024-05-30T03:14:55.739Z | Downloaded cc v1.0.97 |
1305 | 2024-05-30T03:14:55.739Z | Downloaded opaque-debug v0.3.1 |
1306 | 2024-05-30T03:14:55.739Z | Downloaded oorandom v11.1.3 |
1307 | 2024-05-30T03:14:55.739Z | Downloaded gethostname v0.4.3 |
1308 | 2024-05-30T03:14:55.740Z | Downloaded futures-sink v0.3.30 |
1309 | 2024-05-30T03:14:55.740Z | Downloaded defmt-macros v0.3.9 |
1310 | 2024-05-30T03:14:55.740Z | Downloaded tower v0.4.13 |
1311 | 2024-05-30T03:14:55.740Z | Downloaded tough v0.17.1 |
1312 | 2024-05-30T03:14:55.740Z | Downloaded tabled v0.15.0 |
1313 | 2024-05-30T03:14:55.740Z | Downloaded criterion-plot v0.5.0 |
1314 | 2024-05-30T03:14:55.740Z | Downloaded const_format v0.2.32 |
1315 | 2024-05-30T03:14:55.740Z | Downloaded console v0.15.8 |
1316 | 2024-05-30T03:14:55.740Z | Downloaded compact_str v0.7.1 |
1317 | 2024-05-30T03:14:55.740Z | Downloaded buf-list v1.0.3 |
1318 | 2024-05-30T03:14:55.740Z | Downloaded backtrace v0.3.71 |
1319 | 2024-05-30T03:14:55.740Z | Downloaded backoff v0.4.0 |
1320 | 2024-05-30T03:14:55.740Z | Downloaded crc-catalog v2.4.0 |
1321 | 2024-05-30T03:14:55.741Z | Downloaded crc v3.2.1 |
1322 | 2024-05-30T03:14:55.741Z | Downloaded cpufeatures v0.2.12 |
1323 | 2024-05-30T03:14:55.741Z | Downloaded cookie v0.18.1 |
1324 | 2024-05-30T03:14:55.741Z | Downloaded ciborium v0.2.2 |
1325 | 2024-05-30T03:14:55.741Z | Downloaded cfg_aliases v0.1.1 |
1326 | 2024-05-30T03:14:55.741Z | Downloaded cfg-if v1.0.0 |
1327 | 2024-05-30T03:14:55.741Z | Downloaded getopts v0.2.21 |
1328 | 2024-05-30T03:14:55.742Z | Downloaded generic-array v0.14.7 |
1329 | 2024-05-30T03:14:55.742Z | Downloaded futures-timer v3.0.3 |
1330 | 2024-05-30T03:14:55.742Z | Downloaded futures-task v0.3.30 |
1331 | 2024-05-30T03:14:55.742Z | Downloaded foreign-types v0.5.0 |
1332 | 2024-05-30T03:14:55.742Z | Downloaded der_derive v0.7.2 |
1333 | 2024-05-30T03:14:55.743Z | Downloaded datatest-stable v0.2.9 |
1334 | 2024-05-30T03:14:55.743Z | Downloaded url v2.5.0 |
1335 | 2024-05-30T03:14:55.743Z | Downloaded smoltcp v0.11.0 |
1336 | 2024-05-30T03:14:55.743Z | Downloaded crossbeam-deque v0.8.5 |
1337 | 2024-05-30T03:14:55.743Z | Downloaded convert_case v0.4.0 |
1338 | 2024-05-30T03:14:55.743Z | Downloaded colored v2.1.0 |
1339 | 2024-05-30T03:14:55.743Z | Downloaded camino-tempfile v1.1.1 |
1340 | 2024-05-30T03:14:55.743Z | Downloaded deranged v0.3.11 |
1341 | 2024-05-30T03:14:55.743Z | Downloaded zone_cfg_derive v0.1.2 |
1342 | 2024-05-30T03:14:55.743Z | Downloaded vte v0.11.1 |
1343 | 2024-05-30T03:14:55.744Z | Downloaded tracing v0.1.40 |
1344 | 2024-05-30T03:14:55.744Z | Downloaded tar v0.4.40 |
1345 | 2024-05-30T03:14:55.744Z | Downloaded corncobs v0.1.3 |
1346 | 2024-05-30T03:14:55.744Z | Downloaded bit-vec v0.6.3 |
1347 | 2024-05-30T03:14:55.744Z | Downloaded foreign-types-macros v0.2.3 |
1348 | 2024-05-30T03:14:55.744Z | Downloaded fallible-iterator v0.2.0 |
1349 | 2024-05-30T03:14:55.745Z | Downloaded defmt-parser v0.3.4 |
1350 | 2024-05-30T03:14:55.745Z | Downloaded defmt v0.3.8 |
1351 | 2024-05-30T03:14:55.745Z | Downloaded debug-ignore v1.0.5 |
1352 | 2024-05-30T03:14:55.745Z | Downloaded cstr-argument v0.1.2 |
1353 | 2024-05-30T03:14:55.745Z | Downloaded wyz v0.5.1 |
1354 | 2024-05-30T03:14:55.745Z | Downloaded whoami v1.5.1 |
1355 | 2024-05-30T03:14:55.745Z | Downloaded snafu v0.8.2 |
1356 | 2024-05-30T03:14:55.745Z | Downloaded sled v0.34.7 |
1357 | 2024-05-30T03:14:55.746Z | Downloaded cobs v0.2.3 |
1358 | 2024-05-30T03:14:55.746Z | Downloaded cipher v0.4.4 |
1359 | 2024-05-30T03:14:55.746Z | Downloaded bytes v1.6.0 |
1360 | 2024-05-30T03:14:55.746Z | Downloaded bitvec v1.0.1 |
1361 | 2024-05-30T03:14:55.746Z | Downloaded untrusted v0.7.1 |
1362 | 2024-05-30T03:14:55.746Z | Downloaded unsafe-libyaml v0.2.11 |
1363 | 2024-05-30T03:14:55.816Z | Downloaded tracing-core v0.1.32 |
1364 | 2024-05-30T03:14:55.816Z | Downloaded bitstruct v0.1.1 |
1365 | 2024-05-30T03:14:55.817Z | Downloaded bitfield v0.14.0 |
1366 | 2024-05-30T03:14:55.817Z | Downloaded atty v0.2.14 |
1367 | 2024-05-30T03:14:55.817Z | Downloaded aho-corasick v1.1.3 |
1368 | 2024-05-30T03:14:55.817Z | Downloaded tracing-attributes v0.1.27 |
1369 | 2024-05-30T03:14:55.817Z | Downloaded term v0.7.0 |
1370 | 2024-05-30T03:14:55.817Z | Downloaded tempfile v3.10.1 |
1371 | 2024-05-30T03:14:55.817Z | Downloaded target-lexicon v0.12.14 |
1372 | 2024-05-30T03:14:55.817Z | Downloaded take_mut v0.2.2 |
1373 | 2024-05-30T03:14:55.817Z | Downloaded synstructure v0.12.6 |
1374 | 2024-05-30T03:14:55.817Z | Downloaded crossbeam-epoch v0.9.18 |
1375 | 2024-05-30T03:14:55.817Z | Downloaded ciborium-io v0.2.2 |
1376 | 2024-05-30T03:14:55.818Z | Downloaded chacha20poly1305 v0.10.1 |
1377 | 2024-05-30T03:14:55.818Z | Downloaded tower-layer v0.3.2 |
1378 | 2024-05-30T03:14:55.818Z | Downloaded target-spec v3.1.0 |
1379 | 2024-05-30T03:14:55.819Z | Downloaded tabled_derive v0.7.0 |
1380 | 2024-05-30T03:14:55.819Z | Downloaded smoltcp v0.9.1 |
1381 | 2024-05-30T03:14:55.819Z | Downloaded chacha20 v0.9.1 |
1382 | 2024-05-30T03:14:55.820Z | Downloaded base64ct v1.6.0 |
1383 | 2024-05-30T03:14:55.820Z | Downloaded base64 v0.22.1 |
1384 | 2024-05-30T03:14:55.820Z | Downloaded base64 v0.13.1 |
1385 | 2024-05-30T03:14:55.820Z | Downloaded tabwriter v1.4.0 |
1386 | 2024-05-30T03:14:55.820Z | Downloaded strum_macros v0.24.3 |
1387 | 2024-05-30T03:14:55.820Z | Downloaded strum v0.26.2 |
1388 | 2024-05-30T03:14:55.821Z | Downloaded constant_time_eq v0.3.0 |
1389 | 2024-05-30T03:14:55.821Z | Downloaded const_format_proc_macros v0.2.32 |
1390 | 2024-05-30T03:14:55.821Z | Downloaded blake2b_simd v1.0.2 |
1391 | 2024-05-30T03:14:55.821Z | Downloaded base16ct v0.2.0 |
1392 | 2024-05-30T03:14:55.821Z | Downloaded allocator-api2 v0.2.18 |
1393 | 2024-05-30T03:14:55.821Z | Downloaded cassowary v0.3.0 |
1394 | 2024-05-30T03:14:55.821Z | Downloaded bzip2 v0.4.4 |
1395 | 2024-05-30T03:14:55.821Z | Downloaded bytecount v0.6.8 |
1396 | 2024-05-30T03:14:55.821Z | Downloaded bit-set v0.5.3 |
1397 | 2024-05-30T03:14:55.821Z | Downloaded bcs v0.1.6 |
1398 | 2024-05-30T03:14:55.821Z | Downloaded atomic-waker v1.1.2 |
1399 | 2024-05-30T03:14:55.822Z | Downloaded async-trait v0.1.80 |
1400 | 2024-05-30T03:14:55.822Z | Downloaded async-stream v0.3.5 |
1401 | 2024-05-30T03:14:55.822Z | Downloaded assert_matches v1.5.0 |
1402 | 2024-05-30T03:14:55.822Z | Downloaded ascii-canvas v3.0.0 |
1403 | 2024-05-30T03:14:55.822Z | Downloaded blake2 v0.10.6 |
1404 | 2024-05-30T03:14:55.822Z | Downloaded bitstruct_derive v0.1.0 |
1405 | 2024-05-30T03:14:55.822Z | Downloaded array-init v0.0.4 |
1406 | 2024-05-30T03:14:55.823Z | Downloaded slog v2.7.0 |
1407 | 2024-05-30T03:14:55.823Z | Downloaded serde_arrays v0.1.0 |
1408 | 2024-05-30T03:14:55.823Z | Downloaded rustls-pki-types v1.7.0 |
1409 | 2024-05-30T03:14:55.823Z | Downloaded lalrpop v0.19.12 |
1410 | 2024-05-30T03:14:55.823Z | Downloaded crunchy v0.2.2 |
1411 | 2024-05-30T03:14:55.823Z | Downloaded block-padding v0.3.3 |
1412 | 2024-05-30T03:14:55.823Z | Downloaded atomicwrites v0.4.3 |
1413 | 2024-05-30T03:14:55.823Z | Downloaded rustls-webpki v0.101.7 |
1414 | 2024-05-30T03:14:55.824Z | Downloaded reedline v0.31.0 |
1415 | 2024-05-30T03:14:55.824Z | Downloaded num v0.4.3 |
1416 | 2024-05-30T03:14:55.824Z | Downloaded mio v0.8.11 |
1417 | 2024-05-30T03:14:55.824Z | Downloaded memoffset v0.7.1 |
1418 | 2024-05-30T03:14:55.824Z | Downloaded memmap2 v0.9.4 |
1419 | 2024-05-30T03:14:55.824Z | Downloaded maplit v1.0.2 |
1420 | 2024-05-30T03:14:55.824Z | Downloaded managed v0.8.0 |
1421 | 2024-05-30T03:14:55.825Z | Downloaded lru v0.12.3 |
1422 | 2024-05-30T03:14:55.825Z | Downloaded linked-hash-map v0.5.6 |
1423 | 2024-05-30T03:14:55.825Z | Downloaded libtest-mimic v0.7.3 |
1424 | 2024-05-30T03:14:55.825Z | Downloaded resolv-conf v0.7.0 |
1425 | 2024-05-30T03:14:55.825Z | Downloaded nodrop v0.1.14 |
1426 | 2024-05-30T03:14:55.825Z | Downloaded newtype_derive v0.1.6 |
1427 | 2024-05-30T03:14:55.825Z | Downloaded newtype-uuid v1.1.0 |
1428 | 2024-05-30T03:14:55.826Z | Downloaded nanorand v0.7.0 |
1429 | 2024-05-30T03:14:55.826Z | Downloaded multer v3.1.0 |
1430 | 2024-05-30T03:14:55.826Z | Downloaded match_cfg v0.1.0 |
1431 | 2024-05-30T03:14:55.826Z | Downloaded itertools v0.12.1 |
1432 | 2024-05-30T03:14:55.826Z | Downloaded itertools v0.10.5 |
1433 | 2024-05-30T03:14:55.826Z | Downloaded nom v7.1.3 |
1434 | 2024-05-30T03:14:55.827Z | Downloaded nibble_vec v0.1.0 |
1435 | 2024-05-30T03:14:55.827Z | Downloaded new_debug_unreachable v1.0.6 |
1436 | 2024-05-30T03:14:55.827Z | Downloaded nested v0.1.1 |
1437 | 2024-05-30T03:14:55.827Z | Downloaded native-tls v0.2.11 |
1438 | 2024-05-30T03:14:55.827Z | Downloaded minimal-lexical v0.2.1 |
1439 | 2024-05-30T03:14:55.827Z | Downloaded mime_guess v2.0.4 |
1440 | 2024-05-30T03:14:55.827Z | Downloaded lock_api v0.4.12 |
1441 | 2024-05-30T03:14:55.827Z | Downloaded linear-map v1.2.0 |
1442 | 2024-05-30T03:14:55.828Z | Downloaded lazycell v1.3.0 |
1443 | 2024-05-30T03:14:55.828Z | Downloaded inout v0.1.3 |
1444 | 2024-05-30T03:14:55.828Z | Downloaded crucible-workspace-hack v0.1.0 |
1445 | 2024-05-30T03:14:55.828Z | Downloaded cexpr v0.6.0 |
1446 | 2024-05-30T03:14:55.828Z | Downloaded byteorder v1.5.0 |
1447 | 2024-05-30T03:14:55.828Z | Downloaded async-recursion v1.1.1 |
1448 | 2024-05-30T03:14:55.828Z | Downloaded nix v0.28.0 |
1449 | 2024-05-30T03:14:55.829Z | Downloaded md-5 v0.10.6 |
1450 | 2024-05-30T03:14:55.829Z | Downloaded matches v0.1.10 |
1451 | 2024-05-30T03:14:55.829Z | Downloaded lru-cache v0.1.2 |
1452 | 2024-05-30T03:14:55.829Z | Downloaded libm v0.2.8 |
1453 | 2024-05-30T03:14:55.829Z | Downloaded kstat-rs v0.2.3 |
1454 | 2024-05-30T03:14:55.829Z | Downloaded idna v0.5.0 |
1455 | 2024-05-30T03:14:55.829Z | Downloaded memmap v0.7.0 |
1456 | 2024-05-30T03:14:55.830Z | Downloaded idna v0.3.0 |
1457 | 2024-05-30T03:14:55.830Z | Downloaded lalrpop-util v0.19.12 |
1458 | 2024-05-30T03:14:55.830Z | Downloaded httpdate v1.0.3 |
1459 | 2024-05-30T03:14:55.830Z | Downloaded ascii v1.1.0 |
1460 | 2024-05-30T03:14:55.830Z | Downloaded mime v0.3.17 |
1461 | 2024-05-30T03:14:55.830Z | Downloaded libloading v0.8.3 |
1462 | 2024-05-30T03:14:55.830Z | Downloaded libefi-sys v0.1.0 |
1463 | 2024-05-30T03:14:55.873Z | Downloaded lazy_static v1.4.0 |
1464 | 2024-05-30T03:14:55.873Z | Downloaded keccak v0.1.5 |
1465 | 2024-05-30T03:14:55.873Z | Downloaded instant v0.1.12 |
1466 | 2024-05-30T03:14:55.873Z | Downloaded hyper-tls v0.5.0 |
1467 | 2024-05-30T03:14:55.873Z | Downloaded humantime v2.1.0 |
1468 | 2024-05-30T03:14:55.873Z | Downloaded async-stream-impl v0.3.5 |
1469 | 2024-05-30T03:14:55.874Z | Downloaded libsw v3.3.1 |
1470 | 2024-05-30T03:14:55.874Z | Downloaded libxml v0.3.3 |
1471 | 2024-05-30T03:14:55.874Z | Downloaded ident_case v1.0.1 |
1472 | 2024-05-30T03:14:55.874Z | Downloaded hubpack_derive v0.1.1 |
1473 | 2024-05-30T03:14:55.874Z | Downloaded log v0.4.21 |
1474 | 2024-05-30T03:14:55.874Z | Downloaded impl-trait-for-tuples v0.2.2 |
1475 | 2024-05-30T03:14:55.874Z | Downloaded idna v0.2.3 |
1476 | 2024-05-30T03:14:55.875Z | Downloaded http-body v0.4.6 |
1477 | 2024-05-30T03:14:55.875Z | Downloaded is-terminal v0.4.12 |
1478 | 2024-05-30T03:14:55.875Z | Downloaded indoc v2.0.5 |
1479 | 2024-05-30T03:14:55.875Z | Downloaded indoc v1.0.9 |
1480 | 2024-05-30T03:14:55.875Z | Downloaded indicatif v0.17.8 |
1481 | 2024-05-30T03:14:55.875Z | Downloaded httptest v0.15.5 |
1482 | 2024-05-30T03:14:55.875Z | Downloaded http-body v1.0.0 |
1483 | 2024-05-30T03:14:55.875Z | Downloaded hyper-util v0.1.3 |
1484 | 2024-05-30T03:14:55.875Z | Downloaded hyper-staticfile v0.9.5 |
1485 | 2024-05-30T03:14:55.875Z | Downloaded hyper-rustls v0.26.0 |
1486 | 2024-05-30T03:14:55.876Z | Downloaded hyper-rustls v0.24.2 |
1487 | 2024-05-30T03:14:55.876Z | Downloaded hubpack v0.1.2 |
1488 | 2024-05-30T03:14:55.876Z | Downloaded httparse v1.8.0 |
1489 | 2024-05-30T03:14:55.876Z | Downloaded http-range v0.1.5 |
1490 | 2024-05-30T03:14:55.876Z | Downloaded http v0.2.12 |
1491 | 2024-05-30T03:14:55.876Z | Downloaded hostname v0.4.0 |
1492 | 2024-05-30T03:14:55.876Z | Downloaded hostname v0.3.1 |
1493 | 2024-05-30T03:14:55.876Z | Downloaded home v0.5.9 |
1494 | 2024-05-30T03:14:55.877Z | Downloaded indexmap v1.9.3 |
1495 | 2024-05-30T03:14:55.877Z | Downloaded hyper v0.14.28 |
1496 | 2024-05-30T03:14:55.877Z | Downloaded http v1.1.0 |
1497 | 2024-05-30T03:14:55.877Z | Downloaded approx v0.5.1 |
1498 | 2024-05-30T03:14:55.877Z | Downloaded anes v0.1.6 |
1499 | 2024-05-30T03:14:55.877Z | Downloaded heapless v0.7.17 |
1500 | 2024-05-30T03:14:55.877Z | Downloaded block-buffer v0.10.4 |
1501 | 2024-05-30T03:14:55.877Z | Downloaded highway v1.1.0 |
1502 | 2024-05-30T03:14:55.878Z | Downloaded heapless v0.8.0 |
1503 | 2024-05-30T03:14:55.878Z | Downloaded bb8 v0.8.3 |
1504 | 2024-05-30T03:14:55.878Z | Downloaded assert_cmd v2.0.14 |
1505 | 2024-05-30T03:14:55.878Z | Downloaded arrayvec v0.7.4 |
1506 | 2024-05-30T03:14:55.878Z | Downloaded argon2 v0.5.3 |
1507 | 2024-05-30T03:14:55.878Z | Downloaded ahash v0.8.11 |
1508 | 2024-05-30T03:14:55.878Z | Downloaded heck v0.4.1 |
1509 | 2024-05-30T03:14:55.878Z | Downloaded headers-core v0.2.0 |
1510 | 2024-05-30T03:14:55.878Z | Downloaded arc-swap v1.7.1 |
1511 | 2024-05-30T03:14:55.878Z | Downloaded hex v0.4.3 |
1512 | 2024-05-30T03:14:55.878Z | Downloaded heck v0.3.3 |
1513 | 2024-05-30T03:14:55.878Z | Downloaded arrayref v0.3.7 |
1514 | 2024-05-30T03:14:55.879Z | Downloaded addr2line v0.21.0 |
1515 | 2024-05-30T03:14:55.879Z | Compiling libc v0.2.153 |
1516 | 2024-05-30T03:14:55.879Z | Compiling serde v1.0.202 |
1517 | 2024-05-30T03:14:55.879Z | Compiling version_check v0.9.4 |
1518 | 2024-05-30T03:14:55.879Z | Checking cfg-if v1.0.0 |
1519 | 2024-05-30T03:14:55.879Z | Compiling lock_api v0.4.12 |
1520 | 2024-05-30T03:14:55.879Z | Compiling parking_lot_core v0.9.10 |
1521 | 2024-05-30T03:14:55.879Z | Compiling syn v2.0.64 |
1522 | 2024-05-30T03:14:55.879Z | Compiling libm v0.2.8 |
1523 | 2024-05-30T03:14:55.879Z | Compiling cc v1.0.97 |
1524 | 2024-05-30T03:14:55.880Z | Compiling num-traits v0.2.19 |
1525 | 2024-05-30T03:14:55.914Z | Compiling serde_json v1.0.117 |
1526 | 2024-05-30T03:14:55.914Z | Compiling once_cell v1.19.0 |
1527 | 2024-05-30T03:14:55.951Z | Compiling memchr v2.7.2 |
1528 | 2024-05-30T03:14:56.087Z | Compiling ahash v0.8.11 |
1529 | 2024-05-30T03:14:56.383Z | Compiling byteorder v1.5.0 |
1530 | 2024-05-30T03:14:56.432Z | Compiling syn v1.0.109 |
1531 | 2024-05-30T03:14:56.762Z | Compiling log v0.4.21 |
1532 | 2024-05-30T03:14:57.126Z | Compiling slab v0.4.9 |
1533 | 2024-05-30T03:14:57.173Z | Checking getrandom v0.2.14 |
1534 | 2024-05-30T03:14:57.453Z | Compiling typenum v1.17.0 |
1535 | 2024-05-30T03:14:57.912Z | Checking itoa v1.0.11 |
1536 | 2024-05-30T03:14:57.912Z | Compiling generic-array v0.14.7 |
1537 | 2024-05-30T03:14:57.912Z | Checking scopeguard v1.2.0 |
1538 | 2024-05-30T03:14:58.564Z | Checking smallvec v1.13.2 |
1539 | 2024-05-30T03:14:58.565Z | Compiling allocator-api2 v0.2.18 |
1540 | 2024-05-30T03:14:58.565Z | Compiling pkg-config v0.3.30 |
1541 | 2024-05-30T03:14:58.565Z | Compiling rustix v0.38.34 |
1542 | 2024-05-30T03:14:58.565Z | Compiling schemars v0.8.20 |
1543 | 2024-05-30T03:14:58.566Z | Compiling httparse v1.8.0 |
1544 | 2024-05-30T03:14:58.566Z | Compiling ring v0.17.8 |
1545 | 2024-05-30T03:14:58.704Z | Checking pin-project-lite v0.2.14 |
1546 | 2024-05-30T03:14:58.832Z | Compiling time-core v0.1.2 |
1547 | 2024-05-30T03:14:58.879Z | Checking parking_lot v0.12.2 |
1548 | 2024-05-30T03:14:59.321Z | Compiling num-conv v0.1.0 |
1549 | 2024-05-30T03:14:59.363Z | Compiling fnv v1.0.7 |
1550 | 2024-05-30T03:14:59.363Z | Compiling vcpkg v0.2.15 |
1551 | 2024-05-30T03:14:59.363Z | Compiling time-macros v0.2.18 |
1552 | 2024-05-30T03:14:59.363Z | Checking signal-hook-registry v1.4.2 |
1553 | 2024-05-30T03:14:59.363Z | Compiling heck v0.4.1 |
1554 | 2024-05-30T03:15:00.284Z | Checking mio v0.8.11 |
1555 | 2024-05-30T03:15:00.284Z | Compiling aho-corasick v1.1.3 |
1556 | 2024-05-30T03:15:01.136Z | Compiling openssl-sys v0.9.102 |
1557 | 2024-05-30T03:15:01.195Z | Checking ryu v1.0.18 |
1558 | 2024-05-30T03:15:01.380Z | Compiling regex-syntax v0.8.3 |
1559 | 2024-05-30T03:15:02.130Z | Compiling serde_derive_internals v0.29.1 |
1560 | 2024-05-30T03:15:02.244Z | Checking num_cpus v1.16.0 |
1561 | 2024-05-30T03:15:02.330Z | Checking rand_core v0.6.4 |
1562 | 2024-05-30T03:15:02.587Z | Checking futures-core v0.3.30 |
1563 | 2024-05-30T03:15:03.355Z | Compiling openssl v0.10.64 |
1564 | 2024-05-30T03:15:03.355Z | Checking socket2 v0.5.7 |
1565 | 2024-05-30T03:15:03.355Z | Compiling rustversion v1.0.17 |
1566 | 2024-05-30T03:15:03.501Z | Compiling slog v2.7.0 |
1567 | 2024-05-30T03:15:03.836Z | Compiling ucd-trie v0.1.6 |
1568 | 2024-05-30T03:15:03.954Z | Compiling crossbeam-utils v0.8.19 |
1569 | 2024-05-30T03:15:04.365Z | Compiling regex-automata v0.4.6 |
1570 | 2024-05-30T03:15:04.397Z | Compiling iana-time-zone v0.1.60 |
1571 | 2024-05-30T03:15:04.491Z | Compiling rustls v0.21.12 |
1572 | 2024-05-30T03:15:04.537Z | Compiling native-tls v0.2.11 |
1573 | 2024-05-30T03:15:04.716Z | Compiling cookie v0.17.0 |
1574 | 2024-05-30T03:15:04.784Z | Compiling backtrace v0.3.71 |
1575 | 2024-05-30T03:15:04.924Z | Compiling dyn-clone v1.0.17 |
1576 | 2024-05-30T03:15:05.159Z | Compiling anyhow v1.0.83 |
1577 | 2024-05-30T03:15:05.279Z | Checking futures-sink v0.3.30 |
1578 | 2024-05-30T03:15:05.754Z | Compiling tinyvec_macros v0.1.1 |
1579 | 2024-05-30T03:15:05.842Z | Compiling tinyvec v1.6.0 |
1580 | 2024-05-30T03:15:05.973Z | Compiling thread-id v4.2.1 |
1581 | 2024-05-30T03:15:07.307Z | Checking pin-utils v0.1.0 |
1582 | 2024-05-30T03:15:07.343Z | Checking futures-channel v0.3.30 |
1583 | 2024-05-30T03:15:07.344Z | Compiling errno v0.3.9 |
1584 | 2024-05-30T03:15:07.344Z | Compiling either v1.12.0 |
1585 | 2024-05-30T03:15:07.344Z | Compiling unicode-bidi v0.3.15 |
1586 | 2024-05-30T03:15:07.344Z | Compiling unicode-normalization v0.1.23 |
1587 | 2024-05-30T03:15:07.344Z | Checking futures-io v0.3.30 |
1588 | 2024-05-30T03:15:07.344Z | Checking futures-task v0.3.30 |
1589 | 2024-05-30T03:15:07.344Z | Compiling unicode-width v0.1.12 |
1590 | 2024-05-30T03:15:07.375Z | Compiling spin v0.9.8 |
1591 | 2024-05-30T03:15:07.711Z | Compiling usdt-impl v0.5.0 |
1592 | 2024-05-30T03:15:07.794Z | Compiling plain v0.2.3 |
1593 | 2024-05-30T03:15:07.843Z | Compiling serde_derive v1.0.202 |
1594 | 2024-05-30T03:15:07.915Z | Compiling zerocopy-derive v0.7.34 |
1595 | 2024-05-30T03:15:07.951Z | Compiling thiserror-impl v1.0.60 |
1596 | 2024-05-30T03:15:07.990Z | Compiling zeroize_derive v1.4.2 |
1597 | 2024-05-30T03:15:08.491Z | Compiling tokio-macros v2.2.0 |
1598 | 2024-05-30T03:15:08.520Z | Compiling futures-macro v0.3.30 |
1599 | 2024-05-30T03:15:08.865Z | Compiling tracing-attributes v0.1.27 |
1600 | 2024-05-30T03:15:09.316Z | Compiling schemars_derive v0.8.20 |
1601 | 2024-05-30T03:15:09.458Z | Compiling regex v1.10.4 |
1602 | 2024-05-30T03:15:09.818Z | Compiling zerocopy v0.7.34 |
1603 | 2024-05-30T03:15:09.885Z | Compiling openssl-macros v0.1.1 |
1604 | 2024-05-30T03:15:10.390Z | Checking zeroize v1.7.0 |
1605 | 2024-05-30T03:15:10.535Z | Compiling async-trait v0.1.80 |
1606 | 2024-05-30T03:15:11.089Z | Compiling thiserror v1.0.60 |
1607 | 2024-05-30T03:15:11.089Z | Compiling pest v2.7.10 |
1608 | 2024-05-30T03:15:11.648Z | Compiling hashbrown v0.14.5 |
1609 | 2024-05-30T03:15:12.121Z | Compiling scroll_derive v0.12.0 |
1610 | 2024-05-30T03:15:12.156Z | Compiling der_derive v0.7.2 |
1611 | 2024-05-30T03:15:12.789Z | Checking futures-util v0.3.30 |
1612 | 2024-05-30T03:15:13.312Z | Compiling pest_meta v2.7.10 |
1613 | 2024-05-30T03:15:13.377Z | Compiling scroll v0.12.0 |
1614 | 2024-05-30T03:15:13.378Z | Compiling winnow v0.5.40 |
1615 | 2024-05-30T03:15:13.424Z | Compiling crc32fast v1.4.0 |
1616 | 2024-05-30T03:15:13.842Z | Compiling goblin v0.8.2 |
1617 | 2024-05-30T03:15:14.401Z | Compiling pest_generator v2.7.10 |
1618 | 2024-05-30T03:15:16.067Z | Checking subtle v2.5.0 |
1619 | 2024-05-30T03:15:16.277Z | Compiling pretty-hex v0.4.1 |
1620 | 2024-05-30T03:15:16.473Z | Compiling const-oid v0.9.6 |
1621 | 2024-05-30T03:15:17.032Z | Compiling percent-encoding v2.3.1 |
1622 | 2024-05-30T03:15:17.633Z | Compiling pest_derive v2.7.10 |
1623 | 2024-05-30T03:15:17.879Z | Compiling tracing-core v0.1.32 |
1624 | 2024-05-30T03:15:18.268Z | Compiling dtrace-parser v0.2.0 |
1625 | 2024-05-30T03:15:18.480Z | Compiling untrusted v0.9.0 |
1626 | 2024-05-30T03:15:19.186Z | Checking bytes v1.6.0 |
1627 | 2024-05-30T03:15:19.221Z | Checking bitflags v2.5.0 |
1628 | 2024-05-30T03:15:19.221Z | Compiling tracing v0.1.40 |
1629 | 2024-05-30T03:15:19.327Z | Compiling clap_derive v4.5.4 |
1630 | 2024-05-30T03:15:19.475Z | Checking tokio v1.37.0 |
1631 | 2024-05-30T03:15:19.536Z | Compiling powerfmt v0.2.0 |
1632 | 2024-05-30T03:15:20.095Z | Compiling indexmap v2.2.6 |
1633 | 2024-05-30T03:15:20.318Z | Compiling semver v1.0.23 |
1634 | 2024-05-30T03:15:20.941Z | Compiling serde_tokenstream v0.2.0 |
1635 | 2024-05-30T03:15:21.262Z | Compiling uuid v1.8.0 |
1636 | 2024-05-30T03:15:21.407Z | Compiling chrono v0.4.38 |
1637 | 2024-05-30T03:15:21.579Z | Compiling http v0.2.12 |
1638 | 2024-05-30T03:15:21.895Z | Compiling toml_datetime v0.6.6 |
1639 | 2024-05-30T03:15:22.304Z | Compiling serde_spanned v0.6.6 |
1640 | 2024-05-30T03:15:22.428Z | Compiling rustc_version v0.4.0 |
1641 | 2024-05-30T03:15:22.570Z | Compiling toml_edit v0.19.15 |
1642 | 2024-05-30T03:15:23.056Z | Compiling openapiv3 v2.0.0 |
1643 | 2024-05-30T03:15:23.621Z | Compiling dof v0.3.0 |
1644 | 2024-05-30T03:15:25.103Z | Compiling spin v0.5.2 |
1645 | 2024-05-30T03:15:25.257Z | Compiling foreign-types-shared v0.1.1 |
1646 | 2024-05-30T03:15:25.316Z | Compiling signal-hook v0.3.17 |
1647 | 2024-05-30T03:15:25.371Z | Compiling foreign-types v0.3.2 |
1648 | 2024-05-30T03:15:25.545Z | Compiling deranged v0.3.11 |
1649 | 2024-05-30T03:15:25.579Z | Compiling form_urlencoded v1.2.1 |
1650 | 2024-05-30T03:15:25.845Z | Compiling crypto-common v0.1.6 |
1651 | 2024-05-30T03:15:25.883Z | Compiling usdt-macro v0.5.0 |
1652 | 2024-05-30T03:15:26.052Z | Compiling usdt-attr-macro v0.5.0 |
1653 | 2024-05-30T03:15:26.377Z | Compiling zerocopy-derive v0.6.6 |
1654 | 2024-05-30T03:15:27.153Z | Compiling siphasher v0.3.11 |
1655 | 2024-05-30T03:15:27.183Z | Compiling try-lock v0.2.5 |
1656 | 2024-05-30T03:15:27.215Z | Compiling base64 v0.21.7 |
1657 | 2024-05-30T03:15:27.320Z | Compiling num_threads v0.1.7 |
1658 | 2024-05-30T03:15:27.431Z | Compiling time v0.3.36 |
1659 | 2024-05-30T03:15:27.480Z | Compiling want v0.3.1 |
1660 | 2024-05-30T03:15:27.515Z | Compiling http-body v0.4.6 |
1661 | 2024-05-30T03:15:27.741Z | Compiling sct v0.7.1 |
1662 | 2024-05-30T03:15:28.265Z | Compiling rustls-webpki v0.101.7 |
1663 | 2024-05-30T03:15:28.304Z | Compiling block-buffer v0.10.4 |
1664 | 2024-05-30T03:15:28.304Z | Compiling idna v0.5.0 |
1665 | 2024-05-30T03:15:28.304Z | Compiling openssl-probe v0.1.5 |
1666 | 2024-05-30T03:15:28.481Z | Compiling httpdate v1.0.3 |
1667 | 2024-05-30T03:15:28.671Z | Compiling tower-service v0.3.2 |
1668 | 2024-05-30T03:15:28.784Z | Compiling url v2.5.0 |
1669 | 2024-05-30T03:15:29.222Z | Compiling tokio-util v0.7.11 |
1670 | 2024-05-30T03:15:29.670Z | Compiling digest v0.10.7 |
1671 | 2024-05-30T03:15:29.698Z | Compiling heapless v0.7.17 |
1672 | 2024-05-30T03:15:29.902Z | Compiling idna v0.3.0 |
1673 | 2024-05-30T03:15:30.321Z | Compiling h2 v0.3.26 |
1674 | 2024-05-30T03:15:30.569Z | Compiling psl-types v2.0.11 |
1675 | 2024-05-30T03:15:30.756Z | Compiling ppv-lite86 v0.2.17 |
1676 | 2024-05-30T03:15:31.353Z | Compiling crossbeam-epoch v0.9.18 |
1677 | 2024-05-30T03:15:31.403Z | Compiling rand_chacha v0.3.1 |
1678 | 2024-05-30T03:15:32.047Z | Compiling publicsuffix v2.2.3 |
1679 | 2024-05-30T03:15:32.082Z | Compiling tokio-rustls v0.24.1 |
1680 | 2024-05-30T03:15:32.082Z | Compiling ipnet v2.9.0 |
1681 | 2024-05-30T03:15:32.372Z | Compiling adler v1.0.2 |
1682 | 2024-05-30T03:15:32.991Z | Compiling bit-vec v0.6.3 |
1683 | 2024-05-30T03:15:33.041Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1684 | 2024-05-30T03:15:33.181Z | Compiling tokio-native-tls v0.3.1 |
1685 | 2024-05-30T03:15:33.383Z | Compiling miniz_oxide v0.7.2 |
1686 | 2024-05-30T03:15:33.436Z | Compiling cookie_store v0.20.0 |
1687 | 2024-05-30T03:15:33.718Z | Compiling rand v0.8.5 |
1688 | 2024-05-30T03:15:34.152Z | Compiling rustls-pemfile v1.0.4 |
1689 | 2024-05-30T03:15:34.517Z | Compiling phf_shared v0.10.0 |
1690 | 2024-05-30T03:15:34.672Z | Compiling serde_urlencoded v0.7.1 |
1691 | 2024-05-30T03:15:34.698Z | Compiling lazy_static v1.4.0 |
1692 | 2024-05-30T03:15:34.860Z | Compiling encoding_rs v0.8.34 |
1693 | 2024-05-30T03:15:34.948Z | Compiling smoltcp v0.9.1 |
1694 | 2024-05-30T03:15:34.974Z | Compiling fixedbitset v0.4.2 |
1695 | 2024-05-30T03:15:35.185Z | Compiling webpki-roots v0.25.4 |
1696 | 2024-05-30T03:15:35.336Z | Compiling base64ct v1.6.0 |
1697 | 2024-05-30T03:15:35.902Z | Compiling minimal-lexical v0.2.1 |
1698 | 2024-05-30T03:15:35.902Z | Compiling mime v0.3.17 |
1699 | 2024-05-30T03:15:35.902Z | Compiling hyper v0.14.28 |
1700 | 2024-05-30T03:15:35.902Z | Compiling precomputed-hash v0.1.1 |
1701 | 2024-05-30T03:15:35.902Z | Compiling new_debug_unreachable v1.0.6 |
1702 | 2024-05-30T03:15:35.903Z | Compiling sync_wrapper v0.1.2 |
1703 | 2024-05-30T03:15:35.950Z | Compiling gimli v0.28.1 |
1704 | 2024-05-30T03:15:36.489Z | Checking equivalent v1.0.1 |
1705 | 2024-05-30T03:15:36.491Z | Compiling string_cache v0.8.7 |
1706 | 2024-05-30T03:15:36.492Z | Compiling pem-rfc7468 v0.7.0 |
1707 | 2024-05-30T03:15:36.492Z | Compiling nom v7.1.3 |
1708 | 2024-05-30T03:15:36.903Z | Compiling petgraph v0.6.5 |
1709 | 2024-05-30T03:15:37.047Z | Compiling bit-set v0.5.3 |
1710 | 2024-05-30T03:15:37.089Z | Compiling hmac v0.12.1 |
1711 | 2024-05-30T03:15:37.300Z | Compiling enum-as-inner v0.5.1 |
1712 | 2024-05-30T03:15:37.378Z | Compiling hubpack_derive v0.1.1 |
1713 | 2024-05-30T03:15:38.017Z | Compiling itertools v0.10.5 |
1714 | 2024-05-30T03:15:38.485Z | Compiling diesel_table_macro_syntax v0.1.0 |
1715 | 2024-05-30T03:15:38.485Z | Compiling object v0.32.2 |
1716 | 2024-05-30T03:15:38.485Z | Compiling flagset v0.4.5 |
1717 | 2024-05-30T03:15:38.637Z | Compiling unicode-segmentation v1.11.0 |
1718 | 2024-05-30T03:15:38.768Z | Compiling rustc-demangle v0.1.24 |
1719 | 2024-05-30T03:15:39.282Z | Compiling addr2line v0.21.0 |
1720 | 2024-05-30T03:15:39.747Z | Compiling lalrpop-util v0.19.12 |
1721 | 2024-05-30T03:15:39.793Z | Compiling toml_edit v0.22.13 |
1722 | 2024-05-30T03:15:39.793Z | Compiling der v0.7.9 |
1723 | 2024-05-30T03:15:39.839Z | Compiling diesel_derives v2.1.4 |
1724 | 2024-05-30T03:15:40.159Z | Compiling futures-executor v0.3.30 |
1725 | 2024-05-30T03:15:40.605Z | Compiling itertools v0.12.1 |
1726 | 2024-05-30T03:15:40.644Z | Compiling finl_unicode v1.2.0 |
1727 | 2024-05-30T03:15:40.689Z | Compiling cpufeatures v0.2.12 |
1728 | 2024-05-30T03:15:40.769Z | Compiling sha2 v0.10.8 |
1729 | 2024-05-30T03:15:41.114Z | Compiling stringprep v0.1.4 |
1730 | 2024-05-30T03:15:42.121Z | Compiling hyper-rustls v0.24.2 |
1731 | 2024-05-30T03:15:42.405Z | Compiling hyper-tls v0.5.0 |
1732 | 2024-05-30T03:15:42.444Z | Compiling spki v0.7.3 |
1733 | 2024-05-30T03:15:42.748Z | Compiling reqwest v0.11.27 |
1734 | 2024-05-30T03:15:42.794Z | Compiling flate2 v1.0.30 |
1735 | 2024-05-30T03:15:43.139Z | Compiling futures v0.3.30 |
1736 | 2024-05-30T03:15:43.655Z | Compiling md-5 v0.10.6 |
1737 | 2024-05-30T03:15:43.687Z | Compiling toml v0.7.8 |
1738 | 2024-05-30T03:15:43.687Z | Compiling hex v0.4.3 |
1739 | 2024-05-30T03:15:43.687Z | Compiling strum_macros v0.25.3 |
1740 | 2024-05-30T03:15:44.022Z | Compiling serde_repr v0.1.19 |
1741 | 2024-05-30T03:15:44.945Z | Compiling num-integer v0.1.46 |
1742 | 2024-05-30T03:15:45.481Z | Compiling hash32 v0.2.1 |
1743 | 2024-05-30T03:15:45.481Z | Compiling fs-err v2.11.0 |
1744 | 2024-05-30T03:15:45.567Z | Compiling stable_deref_trait v1.2.0 |
1745 | 2024-05-30T03:15:45.729Z | Compiling fallible-iterator v0.2.0 |
1746 | 2024-05-30T03:15:46.266Z | Compiling postgres-protocol v0.6.6 |
1747 | 2024-05-30T03:15:48.190Z | Compiling pkcs8 v0.10.2 |
1748 | 2024-05-30T03:15:48.289Z | Compiling phf_shared v0.11.2 |
1749 | 2024-05-30T03:15:48.290Z | Compiling terminal_size v0.3.0 |
1750 | 2024-05-30T03:15:48.290Z | Compiling ff v0.13.0 |
1751 | 2024-05-30T03:15:48.291Z | Compiling block-padding v0.3.3 |
1752 | 2024-05-30T03:15:48.291Z | Compiling scheduled-thread-pool v0.2.7 |
1753 | 2024-05-30T03:15:48.291Z | Compiling managed v0.8.0 |
1754 | 2024-05-30T03:15:48.291Z | Compiling bitflags v1.3.2 |
1755 | 2024-05-30T03:15:48.292Z | Compiling base16ct v0.2.0 |
1756 | 2024-05-30T03:15:48.347Z | Compiling matches v0.1.10 |
1757 | 2024-05-30T03:15:48.347Z | Compiling peg-runtime v0.8.3 |
1758 | 2024-05-30T03:15:48.348Z | Compiling idna v0.2.3 |
1759 | 2024-05-30T03:15:48.349Z | Compiling clap_builder v4.5.2 |
1760 | 2024-05-30T03:15:48.350Z | Compiling sec1 v0.7.3 |
1761 | 2024-05-30T03:15:48.350Z | Compiling r2d2 v0.8.10 |
1762 | 2024-05-30T03:15:48.406Z | Compiling inout v0.1.3 |
1763 | 2024-05-30T03:15:48.619Z | Compiling signal-hook-mio v0.2.3 |
1764 | 2024-05-30T03:15:48.659Z | Compiling group v0.13.0 |
1765 | 2024-05-30T03:15:48.766Z | Compiling phf v0.11.2 |
1766 | 2024-05-30T03:15:48.953Z | Compiling postgres-types v0.2.6 |
1767 | 2024-05-30T03:15:50.305Z | Compiling num-bigint v0.4.5 |
1768 | 2024-05-30T03:15:50.346Z | Compiling hubpack v0.1.2 |
1769 | 2024-05-30T03:15:50.346Z | Compiling hkdf v0.12.4 |
1770 | 2024-05-30T03:15:50.346Z | Compiling zerocopy v0.6.6 |
1771 | 2024-05-30T03:15:50.410Z | Compiling ipnetwork v0.20.0 |
1772 | 2024-05-30T03:15:50.478Z | Compiling crypto-bigint v0.5.5 |
1773 | 2024-05-30T03:15:50.524Z | Compiling float-cmp v0.9.0 |
1774 | 2024-05-30T03:15:50.971Z | Compiling memmap v0.7.0 |
1775 | 2024-05-30T03:15:51.009Z | Checking unicode-ident v1.0.12 |
1776 | 2024-05-30T03:15:51.201Z | Compiling static_assertions v1.1.0 |
1777 | 2024-05-30T03:15:51.277Z | Compiling normalize-line-endings v0.3.0 |
1778 | 2024-05-30T03:15:51.339Z | Compiling difflib v0.4.0 |
1779 | 2024-05-30T03:15:51.392Z | Compiling predicates-core v1.0.6 |
1780 | 2024-05-30T03:15:51.433Z | Compiling whoami v1.5.1 |
1781 | 2024-05-30T03:15:51.874Z | Compiling data-encoding v2.6.0 |
1782 | 2024-05-30T03:15:51.964Z | Compiling tokio-postgres v0.7.10 |
1783 | 2024-05-30T03:15:52.003Z | Compiling diesel v2.1.6 |
1784 | 2024-05-30T03:15:53.211Z | Compiling yasna v0.5.2 |
1785 | 2024-05-30T03:15:53.606Z | Compiling elliptic-curve v0.13.8 |
1786 | 2024-05-30T03:15:54.207Z | Compiling trust-dns-proto v0.22.0 |
1787 | 2024-05-30T03:15:54.714Z | Compiling predicates v3.1.0 |
1788 | 2024-05-30T03:15:55.127Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1789 | 2024-05-30T03:15:55.227Z | Compiling usdt v0.5.0 |
1790 | 2024-05-30T03:15:55.670Z | Compiling clap v4.5.4 |
1791 | 2024-05-30T03:15:55.761Z | Compiling crossterm v0.27.0 |
1792 | 2024-05-30T03:15:55.847Z | Compiling cipher v0.4.4 |
1793 | 2024-05-30T03:15:56.094Z | Compiling num-iter v0.1.45 |
1794 | 2024-05-30T03:15:56.192Z | Compiling similar v2.5.0 |
1795 | 2024-05-30T03:15:56.257Z | Compiling console v0.15.8 |
1796 | 2024-05-30T03:15:56.509Z | Compiling tokio-stream v0.1.15 |
1797 | 2024-05-30T03:15:57.514Z | Compiling bstr v1.9.1 |
1798 | 2024-05-30T03:15:58.566Z | Checking proc-macro2 v1.0.82 |
1799 | 2024-05-30T03:15:59.145Z | Checking quote v1.0.36 |
1800 | 2024-05-30T03:16:02.480Z | Checking utf8parse v0.2.1 |
1801 | 2024-05-30T03:16:06.705Z | Checking anstyle v1.0.7 |
1802 | 2024-05-30T03:16:08.113Z | Checking anstyle-parse v0.2.4 |
1803 | 2024-05-30T03:16:08.113Z | Checking is_terminal_polyfill v1.70.0 |
1804 | 2024-05-30T03:16:08.153Z | Checking anstyle-query v1.0.3 |
1805 | 2024-05-30T03:16:08.184Z | Checking colorchoice v1.0.1 |
1806 | 2024-05-30T03:16:08.286Z | Checking anstream v0.6.14 |
1807 | 2024-05-30T03:16:08.335Z | Checking strsim v0.11.1 |
1808 | 2024-05-30T03:16:08.613Z | Checking clap_lex v0.7.0 |
1809 | 2024-05-30T03:16:11.556Z | Checking winnow v0.6.8 |
1810 | 2024-05-30T03:16:20.049Z | Compiling regress v0.9.1 |
1811 | 2024-05-30T03:16:20.088Z | Compiling getopts v0.2.21 |
1812 | 2024-05-30T03:16:20.088Z | Checking heck v0.5.0 |
1813 | 2024-05-30T03:16:20.089Z | Compiling unsafe-libyaml v0.2.11 |
1814 | 2024-05-30T03:16:20.690Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1815 | 2024-05-30T03:16:20.720Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1816 | 2024-05-30T03:16:21.047Z | Compiling serde_yaml v0.9.34+deprecated |
1817 | 2024-05-30T03:16:21.182Z | Checking camino v1.1.7 |
1818 | 2024-05-30T03:16:21.619Z | Checking base64 v0.22.1 |
1819 | 2024-05-30T03:16:21.620Z | Checking is-terminal v0.4.12 |
1820 | 2024-05-30T03:16:21.620Z | Compiling ident_case v1.0.1 |
1821 | 2024-05-30T03:16:21.620Z | Checking sha1 v0.10.6 |
1822 | 2024-05-30T03:16:21.654Z | Compiling darling_core v0.20.9 |
1823 | 2024-05-30T03:16:21.682Z | Checking http v1.1.0 |
1824 | 2024-05-30T03:16:21.682Z | Compiling paste v1.0.15 |
1825 | 2024-05-30T03:16:21.843Z | Compiling strum_macros v0.26.2 |
1826 | 2024-05-30T03:16:22.161Z | Checking fastrand v2.1.0 |
1827 | 2024-05-30T03:16:22.412Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1828 | 2024-05-30T03:16:22.746Z | Checking match_cfg v0.1.0 |
1829 | 2024-05-30T03:16:22.831Z | Checking rustls-pki-types v1.7.0 |
1830 | 2024-05-30T03:16:23.179Z | Checking hostname v0.3.1 |
1831 | 2024-05-30T03:16:23.285Z | Checking tempfile v3.10.1 |
1832 | 2024-05-30T03:16:23.644Z | Checking dirs-sys-next v0.1.2 |
1833 | 2024-05-30T03:16:23.797Z | Checking quick-error v1.2.3 |
1834 | 2024-05-30T03:16:23.909Z | Checking dirs-next v2.0.0 |
1835 | 2024-05-30T03:16:24.033Z | Checking crossbeam-channel v0.5.12 |
1836 | 2024-05-30T03:16:24.557Z | Checking thread_local v1.1.8 |
1837 | 2024-05-30T03:16:24.587Z | Compiling rustls v0.22.4 |
1838 | 2024-05-30T03:16:24.628Z | Compiling slog-async v2.8.0 |
1839 | 2024-05-30T03:16:24.670Z | Checking term v0.7.0 |
1840 | 2024-05-30T03:16:24.811Z | Checking rustls-webpki v0.102.4 |
1841 | 2024-05-30T03:16:24.848Z | Checking instant v0.1.12 |
1842 | 2024-05-30T03:16:24.948Z | Checking take_mut v0.2.2 |
1843 | 2024-05-30T03:16:25.080Z | Checking slog-term v2.9.1 |
1844 | 2024-05-30T03:16:25.138Z | Checking rustls-pemfile v2.1.2 |
1845 | 2024-05-30T03:16:25.355Z | Compiling multer v3.1.0 |
1846 | 2024-05-30T03:16:25.411Z | Checking debug-ignore v1.0.5 |
1847 | 2024-05-30T03:16:25.499Z | Checking toml v0.8.13 |
1848 | 2024-05-30T03:16:25.558Z | Checking slog-json v2.6.1 |
1849 | 2024-05-30T03:16:25.664Z | Compiling async-stream-impl v0.3.5 |
1850 | 2024-05-30T03:16:25.778Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1851 | 2024-05-30T03:16:26.019Z | Checking strum v0.26.2 |
1852 | 2024-05-30T03:16:26.074Z | Checking atomic-waker v1.1.2 |
1853 | 2024-05-30T03:16:26.174Z | Checking waitgroup v0.1.2 |
1854 | 2024-05-30T03:16:26.208Z | Checking slog-bunyan v2.5.0 |
1855 | 2024-05-30T03:16:26.292Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1856 | 2024-05-30T03:16:26.335Z | Checking serde_path_to_error v0.1.16 |
1857 | 2024-05-30T03:16:26.561Z | Checking hostname v0.4.0 |
1858 | 2024-05-30T03:16:26.661Z | Checking newtype-uuid v1.1.0 |
1859 | 2024-05-30T03:16:26.789Z | Checking async-stream v0.3.5 |
1860 | 2024-05-30T03:16:26.853Z | Checking wait-timeout v0.2.0 |
1861 | 2024-05-30T03:16:26.878Z | Compiling structmeta-derive v0.3.0 |
1862 | 2024-05-30T03:16:26.953Z | Compiling structmeta-derive v0.2.0 |
1863 | 2024-05-30T03:16:27.019Z | Checking rusty-fork v0.3.0 |
1864 | 2024-05-30T03:16:27.256Z | Checking rand_xorshift v0.3.0 |
1865 | 2024-05-30T03:16:27.411Z | Checking unarray v0.1.4 |
1866 | 2024-05-30T03:16:27.550Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1867 | 2024-05-30T03:16:27.586Z | Compiling darling_macro v0.20.9 |
1868 | 2024-05-30T03:16:27.784Z | Checking proptest v1.4.0 |
1869 | 2024-05-30T03:16:28.082Z | Checking backoff v0.4.0 |
1870 | 2024-05-30T03:16:28.322Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1871 | 2024-05-30T03:16:28.393Z | Compiling darling v0.20.9 |
1872 | 2024-05-30T03:16:28.841Z | Checking tokio-rustls v0.25.0 |
1873 | 2024-05-30T03:16:28.866Z | Compiling serde_with_macros v3.8.1 |
1874 | 2024-05-30T03:16:28.909Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1875 | 2024-05-30T03:16:29.035Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1876 | 2024-05-30T03:16:29.274Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1877 | 2024-05-30T03:16:29.385Z | Compiling structmeta v0.3.0 |
1878 | 2024-05-30T03:16:29.410Z | Compiling structmeta v0.2.0 |
1879 | 2024-05-30T03:16:29.759Z | Compiling parse-display-derive v0.9.0 |
1880 | 2024-05-30T03:16:29.786Z | Compiling test-strategy v0.3.1 |
1881 | 2024-05-30T03:16:29.934Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1882 | 2024-05-30T03:16:30.078Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1883 | 2024-05-30T03:16:30.376Z | Checking macaddr v1.0.1 |
1884 | 2024-05-30T03:16:30.646Z | Compiling proc-macro-error-attr v1.0.4 |
1885 | 2024-05-30T03:16:30.935Z | Compiling proc-macro-error v1.0.4 |
1886 | 2024-05-30T03:16:31.481Z | Checking serde_with v3.8.1 |
1887 | 2024-05-30T03:16:31.602Z | Checking camino-tempfile v1.1.1 |
1888 | 2024-05-30T03:16:31.798Z | Compiling proc-macro-crate v1.3.1 |
1889 | 2024-05-30T03:16:31.860Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1890 | 2024-05-30T03:16:32.141Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1891 | 2024-05-30T03:16:32.388Z | Compiling foreign-types-macros v0.2.3 |
1892 | 2024-05-30T03:16:32.640Z | Checking foreign-types-shared v0.3.1 |
1893 | 2024-05-30T03:16:32.744Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1894 | 2024-05-30T03:16:32.778Z | Compiling num_enum_derive v0.5.11 |
1895 | 2024-05-30T03:16:33.131Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1896 | 2024-05-30T03:16:33.268Z | Checking cstr-argument v0.1.2 |
1897 | 2024-05-30T03:16:33.418Z | Checking foreign-types v0.5.0 |
1898 | 2024-05-30T03:16:33.447Z | Checking pretty-hex v0.2.1 |
1899 | 2024-05-30T03:16:33.520Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1900 | 2024-05-30T03:16:33.596Z | Checking tabwriter v1.4.0 |
1901 | 2024-05-30T03:16:33.785Z | Checking colored v2.1.0 |
1902 | 2024-05-30T03:16:33.814Z | Checking socket2 v0.4.10 |
1903 | 2024-05-30T03:16:33.840Z | Checking smf v0.2.3 |
1904 | 2024-05-30T03:16:33.878Z | Checking parse-display v0.9.0 |
1905 | 2024-05-30T03:16:34.000Z | Checking humantime v2.1.0 |
1906 | 2024-05-30T03:16:34.067Z | Checking termcolor v1.4.1 |
1907 | 2024-05-30T03:16:34.114Z | Checking arc-swap v1.7.1 |
1908 | 2024-05-30T03:16:34.171Z | Checking xattr v1.3.1 |
1909 | 2024-05-30T03:16:34.233Z | Checking filetime v0.2.23 |
1910 | 2024-05-30T03:16:34.273Z | Checking same-file v1.0.6 |
1911 | 2024-05-30T03:16:34.370Z | Checking utf-8 v0.7.6 |
1912 | 2024-05-30T03:16:34.412Z | Checking newline-converter v0.3.0 |
1913 | 2024-05-30T03:16:34.461Z | Checking tar v0.4.40 |
1914 | 2024-05-30T03:16:34.462Z | Checking walkdir v2.5.0 |
1915 | 2024-05-30T03:16:34.495Z | Checking slog-scope v4.4.0 |
1916 | 2024-05-30T03:16:34.526Z | Compiling heapless v0.8.0 |
1917 | 2024-05-30T03:16:34.556Z | Checking termtree v0.4.1 |
1918 | 2024-05-30T03:16:34.644Z | Checking slog-stdlog v4.1.1 |
1919 | 2024-05-30T03:16:34.695Z | Checking expectorate v1.1.0 |
1920 | 2024-05-30T03:16:34.739Z | Checking predicates-tree v1.0.9 |
1921 | 2024-05-30T03:16:34.797Z | Checking slog-envlogger v2.2.0 |
1922 | 2024-05-30T03:16:34.831Z | Checking tungstenite v0.20.1 |
1923 | 2024-05-30T03:16:34.863Z | Checking hash32 v0.3.1 |
1924 | 2024-05-30T03:16:34.986Z | Compiling smoltcp v0.11.0 |
1925 | 2024-05-30T03:16:35.046Z | Checking num_enum v0.5.11 |
1926 | 2024-05-30T03:16:35.084Z | Compiling crucible-workspace-hack v0.1.0 |
1927 | 2024-05-30T03:16:35.154Z | Checking embedded-io v0.4.0 |
1928 | 2024-05-30T03:16:35.601Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1929 | 2024-05-30T03:16:36.057Z | Checking cobs v0.2.3 |
1930 | 2024-05-30T03:16:36.058Z | Checking sigpipe v0.1.3 |
1931 | 2024-05-30T03:16:36.058Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1932 | 2024-05-30T03:16:36.058Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1933 | 2024-05-30T03:16:36.058Z | Checking postcard v1.0.8 |
1934 | 2024-05-30T03:16:36.058Z | Checking tokio-tungstenite v0.20.1 |
1935 | 2024-05-30T03:16:36.512Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1936 | 2024-05-30T03:16:36.512Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1937 | 2024-05-30T03:16:36.512Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1938 | 2024-05-30T03:16:36.512Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1939 | 2024-05-30T03:16:36.512Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1940 | 2024-05-30T03:16:36.513Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1941 | 2024-05-30T03:16:36.513Z | Compiling num-derive v0.4.2 |
1942 | 2024-05-30T03:16:36.548Z | Compiling mockall_derive v0.12.1 |
1943 | 2024-05-30T03:16:36.583Z | Checking downcast v0.11.0 |
1944 | 2024-05-30T03:16:36.748Z | Checking fragile v2.0.0 |
1945 | 2024-05-30T03:16:36.958Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1946 | 2024-05-30T03:16:37.189Z | Checking pem v3.0.4 |
1947 | 2024-05-30T03:16:37.357Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1948 | 2024-05-30T03:16:37.408Z | Checking atty v0.2.14 |
1949 | 2024-05-30T03:16:37.505Z | Compiling derive-where v1.2.7 |
1950 | 2024-05-30T03:16:37.537Z | Checking env_logger v0.9.3 |
1951 | 2024-05-30T03:16:37.925Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1952 | 2024-05-30T03:16:37.981Z | Compiling bitstruct_derive v0.1.0 |
1953 | 2024-05-30T03:16:38.232Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1954 | 2024-05-30T03:16:38.266Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1955 | 2024-05-30T03:16:38.360Z | Checking ascii v1.1.0 |
1956 | 2024-05-30T03:16:38.429Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1957 | 2024-05-30T03:16:39.031Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1958 | 2024-05-30T03:16:39.132Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1959 | 2024-05-30T03:16:39.132Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1960 | 2024-05-30T03:16:39.132Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1961 | 2024-05-30T03:16:39.684Z | Checking bitstruct v0.1.1 |
1962 | 2024-05-30T03:16:39.751Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1963 | 2024-05-30T03:16:39.751Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1964 | 2024-05-30T03:16:39.751Z | Checking erased-serde v0.3.31 |
1965 | 2024-05-30T03:16:39.752Z | Checking serde_arrays v0.1.0 |
1966 | 2024-05-30T03:16:39.752Z | Compiling heck v0.3.3 |
1967 | 2024-05-30T03:16:39.788Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1968 | 2024-05-30T03:16:39.840Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1969 | 2024-05-30T03:16:40.008Z | Checking tungstenite v0.21.0 |
1970 | 2024-05-30T03:16:40.043Z | Compiling zone_cfg_derive v0.1.2 |
1971 | 2024-05-30T03:16:40.558Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1972 | 2024-05-30T03:16:40.644Z | Checking base64 v0.13.1 |
1973 | 2024-05-30T03:16:40.822Z | Checking tokio-tungstenite v0.21.0 |
1974 | 2024-05-30T03:16:40.960Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1975 | 2024-05-30T03:16:41.010Z | Checking ron v0.7.1 |
1976 | 2024-05-30T03:16:41.224Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1977 | 2024-05-30T03:16:41.269Z | Checking headers-core v0.2.0 |
1978 | 2024-05-30T03:16:41.376Z | Checking zone v0.1.8 |
1979 | 2024-05-30T03:16:41.417Z | Checking portpicker v0.1.1 |
1980 | 2024-05-30T03:16:41.468Z | Checking headers v0.3.9 |
1981 | 2024-05-30T03:16:41.593Z | Checking rcgen v0.12.1 |
1982 | 2024-05-30T03:16:41.892Z | Checking atomicwrites v0.4.3 |
1983 | 2024-05-30T03:16:42.337Z | Checking subprocess v0.2.9 |
1984 | 2024-05-30T03:16:42.371Z | Compiling convert_case v0.4.0 |
1985 | 2024-05-30T03:16:42.372Z | Checking linked-hash-map v0.5.6 |
1986 | 2024-05-30T03:16:42.372Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1987 | 2024-05-30T03:16:42.372Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1988 | 2024-05-30T03:16:42.424Z | Checking lru-cache v0.1.2 |
1989 | 2024-05-30T03:16:42.424Z | Checking password-hash v0.5.0 |
1990 | 2024-05-30T03:16:42.561Z | Checking blake2 v0.10.6 |
1991 | 2024-05-30T03:16:42.690Z | Checking swrite v0.1.0 |
1992 | 2024-05-30T03:16:43.188Z | Compiling rayon-core v1.12.1 |
1993 | 2024-05-30T03:16:43.244Z | Checking resolv-conf v0.7.0 |
1994 | 2024-05-30T03:16:43.244Z | Checking argon2 v0.5.3 |
1995 | 2024-05-30T03:16:43.244Z | Compiling derive_more v0.99.17 |
1996 | 2024-05-30T03:16:43.244Z | Checking half v2.4.1 |
1997 | 2024-05-30T03:16:43.245Z | Checking mockall v0.12.1 |
1998 | 2024-05-30T03:16:43.245Z | Checking trust-dns-resolver v0.22.0 |
1999 | 2024-05-30T03:16:43.328Z | Compiling cancel-safe-futures v0.1.5 |
2000 | 2024-05-30T03:16:43.428Z | Checking ciborium-io v0.2.2 |
2001 | 2024-05-30T03:16:43.514Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2002 | 2024-05-30T03:16:43.555Z | Checking ciborium-ll v0.2.2 |
2003 | 2024-05-30T03:16:43.588Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2004 | 2024-05-30T03:16:43.796Z | Checking ciborium v0.2.2 |
2005 | 2024-05-30T03:16:43.967Z | Compiling slog-dtrace v0.3.0 |
2006 | 2024-05-30T03:16:44.010Z | Compiling semver v0.1.20 |
2007 | 2024-05-30T03:16:44.246Z | Compiling rustc_version v0.1.7 |
2008 | 2024-05-30T03:16:44.364Z | Checking libsw v3.3.1 |
2009 | 2024-05-30T03:16:44.514Z | Checking owo-colors v4.0.0 |
2010 | 2024-05-30T03:16:44.555Z | Checking linear-map v1.2.0 |
2011 | 2024-05-30T03:16:44.588Z | Compiling unicode-xid v0.2.4 |
2012 | 2024-05-30T03:16:44.632Z | Compiling radium v0.7.0 |
2013 | 2024-05-30T03:16:44.691Z | Compiling newtype_derive v0.1.6 |
2014 | 2024-05-30T03:16:45.139Z | Checking num-rational v0.4.2 |
2015 | 2024-05-30T03:16:45.140Z | Checking num-complex v0.4.6 |
2016 | 2024-05-30T03:16:45.140Z | Checking nibble_vec v0.1.0 |
2017 | 2024-05-30T03:16:45.140Z | Checking steno v0.4.0 |
2018 | 2024-05-30T03:16:45.669Z | Checking tap v1.0.1 |
2019 | 2024-05-30T03:16:45.703Z | Checking endian-type v0.1.2 |
2020 | 2024-05-30T03:16:45.703Z | Compiling maybe-uninit v2.0.0 |
2021 | 2024-05-30T03:16:45.703Z | Checking radix_trie v0.2.1 |
2022 | 2024-05-30T03:16:45.704Z | Checking num v0.4.3 |
2023 | 2024-05-30T03:16:46.148Z | Checking wyz v0.5.1 |
2024 | 2024-05-30T03:16:46.196Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2025 | 2024-05-30T03:16:46.196Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2026 | 2024-05-30T03:16:46.197Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2027 | 2024-05-30T03:16:46.243Z | Checking fxhash v0.2.1 |
2028 | 2024-05-30T03:16:46.362Z | Checking funty v2.0.0 |
2029 | 2024-05-30T03:16:46.871Z | Compiling packed_struct v0.10.1 |
2030 | 2024-05-30T03:16:46.918Z | Compiling num-bigint-dig v0.8.4 |
2031 | 2024-05-30T03:16:46.984Z | Checking crc-catalog v2.4.0 |
2032 | 2024-05-30T03:16:47.098Z | Checking crc v3.2.1 |
2033 | 2024-05-30T03:16:47.141Z | Checking bitvec v1.0.1 |
2034 | 2024-05-30T03:16:47.184Z | Compiling packed_struct_codegen v0.10.1 |
2035 | 2024-05-30T03:16:47.450Z | Compiling indexmap v1.9.3 |
2036 | 2024-05-30T03:16:47.634Z | Checking nodrop v0.1.14 |
2037 | 2024-05-30T03:16:47.741Z | Checking array-init v0.0.4 |
2038 | 2024-05-30T03:16:47.828Z | Checking smallvec v0.6.14 |
2039 | 2024-05-30T03:16:47.872Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2040 | 2024-05-30T03:16:48.104Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2041 | 2024-05-30T03:16:48.646Z | Checking pkcs1 v0.7.5 |
2042 | 2024-05-30T03:16:48.646Z | Checking signature v2.2.0 |
2043 | 2024-05-30T03:16:48.711Z | Checking hashbrown v0.12.3 |
2044 | 2024-05-30T03:16:48.806Z | Checking bitfield v0.14.0 |
2045 | 2024-05-30T03:16:49.032Z | Checking serde-hex v0.1.0 |
2046 | 2024-05-30T03:16:49.122Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2047 | 2024-05-30T03:16:49.562Z | Checking bzip2 v0.4.4 |
2048 | 2024-05-30T03:16:50.124Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2049 | 2024-05-30T03:16:50.125Z | Checking env_logger v0.10.2 |
2050 | 2024-05-30T03:16:50.125Z | Checking x509-cert v0.2.5 |
2051 | 2024-05-30T03:16:50.125Z | Checking rsa v0.9.6 |
2052 | 2024-05-30T03:16:50.125Z | Checking ron v0.8.1 |
2053 | 2024-05-30T03:16:50.218Z | Checking hashbrown v0.13.2 |
2054 | 2024-05-30T03:16:50.272Z | Compiling home v0.5.9 |
2055 | 2024-05-30T03:16:50.471Z | Checking crc-any v2.5.0 |
2056 | 2024-05-30T03:16:50.748Z | Checking zip v0.6.6 |
2057 | 2024-05-30T03:16:50.783Z | Checking path-slash v0.1.5 |
2058 | 2024-05-30T03:16:50.886Z | Checking display-error-chain v0.2.0 |
2059 | 2024-05-30T03:16:50.983Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2060 | 2024-05-30T03:16:51.022Z | Compiling async-recursion v1.1.1 |
2061 | 2024-05-30T03:16:51.023Z | Checking object v0.30.4 |
2062 | 2024-05-30T03:16:51.143Z | Compiling blake3 v1.5.1 |
2063 | 2024-05-30T03:16:51.205Z | Compiling ring v0.16.20 |
2064 | 2024-05-30T03:16:51.700Z | Compiling buf-list v1.0.3 |
2065 | 2024-05-30T03:16:52.180Z | Checking maplit v1.0.2 |
2066 | 2024-05-30T03:16:52.180Z | Checking gethostname v0.4.3 |
2067 | 2024-05-30T03:16:52.180Z | Compiling libefi-sys v0.1.0 |
2068 | 2024-05-30T03:16:52.234Z | Compiling parking_lot_core v0.8.6 |
2069 | 2024-05-30T03:16:52.273Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2070 | 2024-05-30T03:16:52.338Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2071 | 2024-05-30T03:16:52.418Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2072 | 2024-05-30T03:16:53.630Z | Compiling crossbeam-deque v0.8.5 |
2073 | 2024-05-30T03:16:53.630Z | Checking keccak v0.1.5 |
2074 | 2024-05-30T03:16:53.631Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2075 | 2024-05-30T03:16:53.631Z | Checking sha3 v0.10.8 |
2076 | 2024-05-30T03:16:53.631Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2077 | 2024-05-30T03:16:53.631Z | Checking parking_lot v0.11.2 |
2078 | 2024-05-30T03:16:53.671Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2079 | 2024-05-30T03:16:53.830Z | Checking trust-dns-client v0.22.0 |
2080 | 2024-05-30T03:16:53.977Z | Compiling synstructure v0.12.6 |
2081 | 2024-05-30T03:16:54.034Z | Checking toml v0.5.11 |
2082 | 2024-05-30T03:16:54.400Z | Checking secrecy v0.8.0 |
2083 | 2024-05-30T03:16:54.575Z | Compiling pin-project-internal v1.1.5 |
2084 | 2024-05-30T03:16:54.868Z | Compiling rayon v1.10.0 |
2085 | 2024-05-30T03:16:56.156Z | Checking sled v0.34.7 |
2086 | 2024-05-30T03:16:56.616Z | Checking trust-dns-server v0.22.1 |
2087 | 2024-05-30T03:16:56.616Z | Compiling zerocopy-derive v0.2.0 |
2088 | 2024-05-30T03:16:57.138Z | Checking pin-project v1.1.5 |
2089 | 2024-05-30T03:16:57.182Z | Compiling memmap2 v0.9.4 |
2090 | 2024-05-30T03:16:57.264Z | Compiling untrusted v0.7.1 |
2091 | 2024-05-30T03:16:57.323Z | Compiling arrayvec v0.7.4 |
2092 | 2024-05-30T03:16:57.323Z | Compiling constant_time_eq v0.3.0 |
2093 | 2024-05-30T03:16:57.383Z | Compiling arrayref v0.3.7 |
2094 | 2024-05-30T03:16:57.572Z | Compiling toolchain_find v0.4.0 |
2095 | 2024-05-30T03:16:58.178Z | Compiling vte_generate_state_changes v0.1.1 |
2096 | 2024-05-30T03:16:58.179Z | Compiling topological-sort v0.2.2 |
2097 | 2024-05-30T03:16:58.344Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2098 | 2024-05-30T03:16:58.600Z | Compiling rustfmt-wrapper v0.2.1 |
2099 | 2024-05-30T03:16:58.828Z | Checking vte v0.11.1 |
2100 | 2024-05-30T03:16:59.494Z | Compiling omicron-zone-package v0.11.0 |
2101 | 2024-05-30T03:16:59.547Z | Checking fd-lock v4.0.2 |
2102 | 2024-05-30T03:16:59.547Z | Checking glob v0.3.1 |
2103 | 2024-05-30T03:16:59.582Z | Compiling usdt-impl v0.3.5 |
2104 | 2024-05-30T03:16:59.833Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2105 | 2024-05-30T03:16:59.875Z | Checking strip-ansi-escapes v0.2.0 |
2106 | 2024-05-30T03:16:59.920Z | Checking nu-ansi-term v0.50.0 |
2107 | 2024-05-30T03:17:00.570Z | Compiling zerocopy v0.3.2 |
2108 | 2024-05-30T03:17:00.613Z | Compiling prettyplease v0.2.20 |
2109 | 2024-05-30T03:17:00.613Z | Checking reedline v0.31.0 |
2110 | 2024-05-30T03:17:00.613Z | Compiling dtrace-parser v0.1.14 |
2111 | 2024-05-30T03:17:00.613Z | Compiling snafu-derive v0.8.2 |
2112 | 2024-05-30T03:17:01.062Z | Compiling dof v0.1.5 |
2113 | 2024-05-30T03:17:01.113Z | Checking globset v0.4.14 |
2114 | 2024-05-30T03:17:01.503Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2115 | 2024-05-30T03:17:01.663Z | Checking olpc-cjson v0.1.3 |
2116 | 2024-05-30T03:17:01.854Z | Compiling serde_tokenstream v0.1.7 |
2117 | 2024-05-30T03:17:02.133Z | Checking serde_plain v1.0.2 |
2118 | 2024-05-30T03:17:02.335Z | Compiling memoffset v0.7.1 |
2119 | 2024-05-30T03:17:02.508Z | Compiling platforms v3.4.0 |
2120 | 2024-05-30T03:17:02.575Z | Compiling crunchy v0.2.2 |
2121 | 2024-05-30T03:17:02.836Z | Checking typed-path v0.7.1 |
2122 | 2024-05-30T03:17:03.050Z | Compiling curve25519-dalek v4.1.2 |
2123 | 2024-05-30T03:17:03.093Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2124 | 2024-05-30T03:17:03.562Z | Compiling clang-sys v1.7.0 |
2125 | 2024-05-30T03:17:04.014Z | Compiling unicase v2.7.0 |
2126 | 2024-05-30T03:17:04.055Z | Checking parse-size v1.0.0 |
2127 | 2024-05-30T03:17:04.055Z | Compiling tiny-keccak v2.0.2 |
2128 | 2024-05-30T03:17:04.414Z | Compiling usdt-attr-macro v0.3.5 |
2129 | 2024-05-30T03:17:04.443Z | Compiling usdt-macro v0.3.5 |
2130 | 2024-05-30T03:17:04.474Z | Checking universal-hash v0.5.1 |
2131 | 2024-05-30T03:17:04.507Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2132 | 2024-05-30T03:17:04.655Z | Compiling thiserror-impl-no-std v2.0.2 |
2133 | 2024-05-30T03:17:04.836Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2134 | 2024-05-30T03:17:05.216Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2135 | 2024-05-30T03:17:05.585Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2136 | 2024-05-30T03:17:06.044Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2137 | 2024-05-30T03:17:06.610Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2138 | 2024-05-30T03:17:06.666Z | Checking snafu v0.8.2 |
2139 | 2024-05-30T03:17:07.065Z | Checking tough v0.17.1 |
2140 | 2024-05-30T03:17:07.355Z | Compiling curve25519-dalek-derive v0.1.1 |
2141 | 2024-05-30T03:17:07.384Z | Checking nanorand v0.7.0 |
2142 | 2024-05-30T03:17:07.688Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2143 | 2024-05-30T03:17:07.917Z | Checking signature v1.6.4 |
2144 | 2024-05-30T03:17:08.042Z | Compiling cfg_aliases v0.1.1 |
2145 | 2024-05-30T03:17:08.158Z | Checking bytecount v0.6.8 |
2146 | 2024-05-30T03:17:08.197Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2147 | 2024-05-30T03:17:08.228Z | Checking opaque-debug v0.3.1 |
2148 | 2024-05-30T03:17:08.278Z | Compiling salty v0.2.0 |
2149 | 2024-05-30T03:17:08.306Z | Checking papergrid v0.11.0 |
2150 | 2024-05-30T03:17:08.799Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2151 | 2024-05-30T03:17:08.837Z | Checking poly1305 v0.8.0 |
2152 | 2024-05-30T03:17:09.145Z | Compiling nix v0.28.0 |
2153 | 2024-05-30T03:17:09.657Z | Checking ed25519 v1.5.3 |
2154 | 2024-05-30T03:17:09.721Z | Checking flume v0.11.0 |
2155 | 2024-05-30T03:17:09.795Z | Checking thiserror-no-std v2.0.2 |
2156 | 2024-05-30T03:17:09.880Z | Checking usdt v0.3.5 |
2157 | 2024-05-30T03:17:09.907Z | Compiling ascii-canvas v3.0.0 |
2158 | 2024-05-30T03:17:10.145Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2159 | 2024-05-30T03:17:10.173Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2160 | 2024-05-30T03:17:10.198Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2161 | 2024-05-30T03:17:10.395Z | Compiling tabled_derive v0.7.0 |
2162 | 2024-05-30T03:17:10.442Z | Checking chacha20 v0.9.1 |
2163 | 2024-05-30T03:17:10.467Z | Checking aead v0.5.2 |
2164 | 2024-05-30T03:17:10.536Z | Checking serde-big-array v0.5.1 |
2165 | 2024-05-30T03:17:10.689Z | Checking kstat-rs v0.2.3 |
2166 | 2024-05-30T03:17:10.742Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2167 | 2024-05-30T03:17:10.885Z | Compiling ena v0.14.3 |
2168 | 2024-05-30T03:17:10.928Z | Compiling libloading v0.8.3 |
2169 | 2024-05-30T03:17:10.974Z | Compiling regex-syntax v0.6.29 |
2170 | 2024-05-30T03:17:11.220Z | Compiling bindgen v0.69.4 |
2171 | 2024-05-30T03:17:11.272Z | Compiling diff v0.1.13 |
2172 | 2024-05-30T03:17:11.464Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2173 | 2024-05-30T03:17:12.227Z | Checking chacha20poly1305 v0.10.1 |
2174 | 2024-05-30T03:17:12.260Z | Checking vsss-rs v3.3.4 |
2175 | 2024-05-30T03:17:12.507Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2176 | 2024-05-30T03:17:12.532Z | Checking tabled v0.15.0 |
2177 | 2024-05-30T03:17:13.664Z | Compiling lalrpop v0.19.12 |
2178 | 2024-05-30T03:17:14.606Z | Compiling which v4.4.2 |
2179 | 2024-05-30T03:17:14.970Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2180 | 2024-05-30T03:17:15.185Z | Checking signal-hook-tokio v0.3.1 |
2181 | 2024-05-30T03:17:15.235Z | Compiling cexpr v0.6.0 |
2182 | 2024-05-30T03:17:15.362Z | Checking serde-big-array v0.4.1 |
2183 | 2024-05-30T03:17:15.492Z | Compiling rustc-hash v1.1.0 |
2184 | 2024-05-30T03:17:15.666Z | Compiling ref-cast v1.0.23 |
2185 | 2024-05-30T03:17:15.761Z | Compiling shlex v1.3.0 |
2186 | 2024-05-30T03:17:16.127Z | Compiling lazycell v1.3.0 |
2187 | 2024-05-30T03:17:16.249Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2188 | 2024-05-30T03:17:16.851Z | Compiling mime_guess v2.0.4 |
2189 | 2024-05-30T03:17:17.125Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2190 | 2024-05-30T03:17:17.988Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2191 | 2024-05-30T03:17:18.201Z | Compiling derive_builder_core v0.20.0 |
2192 | 2024-05-30T03:17:18.573Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2193 | 2024-05-30T03:17:19.228Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2194 | 2024-05-30T03:17:20.320Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2195 | 2024-05-30T03:17:20.573Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2196 | 2024-05-30T03:17:21.682Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2197 | 2024-05-30T03:17:22.425Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2198 | 2024-05-30T03:17:23.205Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2199 | 2024-05-30T03:17:23.788Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2200 | 2024-05-30T03:17:23.873Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2201 | 2024-05-30T03:17:23.946Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2202 | 2024-05-30T03:17:24.257Z | Compiling peg-macros v0.8.3 |
2203 | 2024-05-30T03:17:25.237Z | Compiling ref-cast-impl v1.0.23 |
2204 | 2024-05-30T03:17:25.897Z | Compiling sqlparser_derive v0.2.2 |
2205 | 2024-05-30T03:17:26.178Z | Compiling libxml v0.3.3 |
2206 | 2024-05-30T03:17:26.456Z | Checking unicode_categories v0.1.1 |
2207 | 2024-05-30T03:17:26.831Z | Checking corncobs v0.1.3 |
2208 | 2024-05-30T03:17:26.961Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2209 | 2024-05-30T03:17:26.998Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2210 | 2024-05-30T03:17:27.173Z | Checking peg v0.8.3 |
2211 | 2024-05-30T03:17:27.621Z | Checking rustyline v14.0.0 |
2212 | 2024-05-30T03:17:27.647Z | Checking sqlparser v0.45.0 |
2213 | 2024-05-30T03:17:27.647Z | Checking sqlformat v0.2.3 |
2214 | 2024-05-30T03:17:28.732Z | Compiling derive_builder_macro v0.20.0 |
2215 | 2024-05-30T03:17:29.041Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2216 | 2024-05-30T03:17:29.456Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2217 | 2024-05-30T03:17:29.727Z | Checking bcs v0.1.6 |
2218 | 2024-05-30T03:17:29.781Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2219 | 2024-05-30T03:17:30.169Z | Compiling strum_macros v0.24.3 |
2220 | 2024-05-30T03:17:30.892Z | Compiling cookie v0.18.1 |
2221 | 2024-05-30T03:17:31.130Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2222 | 2024-05-30T03:17:31.363Z | Checking highway v1.1.0 |
2223 | 2024-05-30T03:17:31.739Z | Compiling indoc v1.0.9 |
2224 | 2024-05-30T03:17:33.170Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2225 | 2024-05-30T03:17:33.204Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2226 | 2024-05-30T03:17:33.204Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2227 | 2024-05-30T03:17:33.236Z | Checking derive_builder v0.20.0 |
2228 | 2024-05-30T03:17:33.433Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2229 | 2024-05-30T03:17:34.366Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2230 | 2024-05-30T03:17:34.579Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2231 | 2024-05-30T03:17:35.123Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2232 | 2024-05-30T03:17:35.123Z | Compiling const_format_proc_macros v0.2.32 |
2233 | 2024-05-30T03:17:36.905Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2234 | 2024-05-30T03:17:37.142Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2235 | 2024-05-30T03:17:37.323Z | Checking bb8 v0.8.3 |
2236 | 2024-05-30T03:17:37.371Z | Checking quick-xml v0.31.0 |
2237 | 2024-05-30T03:17:37.406Z | Compiling impl-trait-for-tuples v0.2.2 |
2238 | 2024-05-30T03:17:37.577Z | Compiling oso-derive v0.27.3 |
2239 | 2024-05-30T03:17:37.710Z | Checking http-range v0.1.5 |
2240 | 2024-05-30T03:17:37.868Z | Checking hyper-staticfile v0.9.5 |
2241 | 2024-05-30T03:17:38.243Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2242 | 2024-05-30T03:17:38.773Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2243 | 2024-05-30T03:17:38.773Z | Checking const_format v0.2.32 |
2244 | 2024-05-30T03:17:39.077Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2245 | 2024-05-30T03:17:39.345Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2246 | 2024-05-30T03:17:39.862Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2247 | 2024-05-30T03:17:41.296Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2248 | 2024-05-30T03:17:41.764Z | Checking assert_matches v1.5.0 |
2249 | 2024-05-30T03:17:41.807Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2250 | 2024-05-30T03:17:41.858Z | Compiling portable-atomic v1.6.0 |
2251 | 2024-05-30T03:17:42.375Z | Checking rand_seeder v0.2.3 |
2252 | 2024-05-30T03:17:42.559Z | Checking number_prefix v0.4.0 |
2253 | 2024-05-30T03:17:42.602Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2254 | 2024-05-30T03:17:42.760Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2255 | 2024-05-30T03:17:42.796Z | Checking castaway v0.2.2 |
2256 | 2024-05-30T03:17:42.947Z | Checking compact_str v0.7.1 |
2257 | 2024-05-30T03:17:43.567Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2258 | 2024-05-30T03:17:43.652Z | Checking indicatif v0.17.8 |
2259 | 2024-05-30T03:17:43.798Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2260 | 2024-05-30T03:17:43.918Z | Checking lru v0.12.3 |
2261 | 2024-05-30T03:17:44.456Z | Compiling stability v0.2.0 |
2262 | 2024-05-30T03:17:44.487Z | Compiling indoc v2.0.5 |
2263 | 2024-05-30T03:17:44.487Z | Checking cassowary v0.3.0 |
2264 | 2024-05-30T03:17:44.679Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2265 | 2024-05-30T03:17:44.891Z | Checking unicode-linebreak v0.1.5 |
2266 | 2024-05-30T03:17:45.180Z | Checking ratatui v0.26.2 |
2267 | 2024-05-30T03:17:45.269Z | Checking smawk v0.3.2 |
2268 | 2024-05-30T03:17:45.413Z | Checking textwrap v0.16.1 |
2269 | 2024-05-30T03:17:45.733Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2270 | 2024-05-30T03:17:45.956Z | Checking is_ci v1.2.0 |
2271 | 2024-05-30T03:17:46.106Z | Checking supports-color v3.0.0 |
2272 | 2024-05-30T03:17:46.305Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2273 | 2024-05-30T03:17:46.404Z | Checking fatfs v0.3.6 |
2274 | 2024-05-30T03:17:46.594Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2275 | 2024-05-30T03:17:47.313Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2276 | 2024-05-30T03:17:47.681Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2277 | 2024-05-30T03:17:47.744Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2278 | 2024-05-30T03:17:47.779Z | Checking shell-words v1.1.0 |
2279 | 2024-05-30T03:17:47.959Z | Checking rtoolbox v0.0.2 |
2280 | 2024-05-30T03:17:48.143Z | Checking rpassword v7.3.1 |
2281 | 2024-05-30T03:17:48.305Z | Checking tui-tree-widget v0.19.0 |
2282 | 2024-05-30T03:17:48.525Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2283 | 2024-05-30T03:17:48.616Z | Checking yansi v0.5.1 |
2284 | 2024-05-30T03:17:48.676Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2285 | 2024-05-30T03:17:49.109Z | Checking pretty_assertions v1.4.0 |
2286 | 2024-05-30T03:17:49.667Z | Compiling target-lexicon v0.12.14 |
2287 | 2024-05-30T03:17:49.767Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2288 | 2024-05-30T03:17:50.087Z | Checking cargo-platform v0.1.8 |
2289 | 2024-05-30T03:17:50.364Z | Checking plotters-backend v0.3.5 |
2290 | 2024-05-30T03:17:50.658Z | Compiling doc-comment v0.3.3 |
2291 | 2024-05-30T03:17:50.696Z | Compiling guppy-workspace-hack v0.1.0 |
2292 | 2024-05-30T03:17:50.961Z | Checking plotters-svg v0.3.5 |
2293 | 2024-05-30T03:17:51.176Z | Checking cargo_metadata v0.18.1 |
2294 | 2024-05-30T03:17:51.343Z | Checking http-body v1.0.0 |
2295 | 2024-05-30T03:17:51.524Z | Checking cast v0.3.0 |
2296 | 2024-05-30T03:17:51.568Z | Checking tower-layer v0.3.2 |
2297 | 2024-05-30T03:17:51.802Z | Checking regex-automata v0.1.10 |
2298 | 2024-05-30T03:17:51.830Z | Compiling target-spec v3.1.0 |
2299 | 2024-05-30T03:17:52.142Z | Compiling assert_cmd v2.0.14 |
2300 | 2024-05-30T03:17:52.293Z | Checking bstr v0.2.17 |
2301 | 2024-05-30T03:17:52.514Z | Checking tower v0.4.13 |
2302 | 2024-05-30T03:17:52.540Z | Checking criterion-plot v0.5.0 |
2303 | 2024-05-30T03:17:53.346Z | Checking cfg-expr v0.15.8 |
2304 | 2024-05-30T03:17:53.373Z | Checking hyper v1.3.1 |
2305 | 2024-05-30T03:17:53.373Z | Checking plotters v0.3.5 |
2306 | 2024-05-30T03:17:53.639Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2307 | 2024-05-30T03:17:54.029Z | Checking tinytemplate v1.2.1 |
2308 | 2024-05-30T03:17:54.372Z | Checking csv-core v0.1.11 |
2309 | 2024-05-30T03:17:54.633Z | Checking anes v0.1.6 |
2310 | 2024-05-30T03:17:54.658Z | Checking oorandom v11.1.3 |
2311 | 2024-05-30T03:17:54.813Z | Checking csv v1.3.0 |
2312 | 2024-05-30T03:17:54.950Z | Checking criterion v0.5.1 |
2313 | 2024-05-30T03:17:55.653Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2314 | 2024-05-30T03:17:55.989Z | Checking hyper-util v0.1.3 |
2315 | 2024-05-30T03:17:56.455Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2316 | 2024-05-30T03:17:56.657Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2317 | 2024-05-30T03:17:57.281Z | Checking httptest v0.15.5 |
2318 | 2024-05-30T03:17:57.368Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2319 | 2024-05-30T03:17:57.638Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2320 | 2024-05-30T03:17:57.886Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2321 | 2024-05-30T03:17:58.687Z | Checking rustls-native-certs v0.7.0 |
2322 | 2024-05-30T03:17:58.833Z | Checking pathdiff v0.2.1 |
2323 | 2024-05-30T03:17:59.134Z | Checking nested v0.1.1 |
2324 | 2024-05-30T03:17:59.321Z | Checking guppy v0.17.5 |
2325 | 2024-05-30T03:18:01.136Z | Checking hyper-rustls v0.26.0 |
2326 | 2024-05-30T03:18:01.261Z | Checking escape8259 v0.5.2 |
2327 | 2024-05-30T03:18:01.424Z | Checking threadpool v1.8.1 |
2328 | 2024-05-30T03:18:01.463Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2329 | 2024-05-30T03:18:01.599Z | Checking libtest-mimic v0.7.3 |
2330 | 2024-05-30T03:18:01.977Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2331 | 2024-05-30T03:18:02.631Z | Checking similar-asserts v1.5.0 |
2332 | 2024-05-30T03:18:03.471Z | Checking fancy-regex v0.13.0 |
2333 | 2024-05-30T03:18:03.471Z | Compiling rstest_macros v0.19.0 |
2334 | 2024-05-30T03:18:03.471Z | Checking datatest-stable v0.2.9 |
2335 | 2024-05-30T03:18:03.471Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2336 | 2024-05-30T03:18:03.471Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2337 | 2024-05-30T03:18:03.509Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2338 | 2024-05-30T03:18:03.956Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2339 | 2024-05-30T03:18:04.082Z | Compiling trybuild v1.0.96 |
2340 | 2024-05-30T03:18:04.113Z | Compiling relative-path v1.9.3 |
2341 | 2024-05-30T03:18:04.332Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2342 | 2024-05-30T03:18:04.501Z | Checking blake2b_simd v1.0.2 |
2343 | 2024-05-30T03:18:05.217Z | Checking multimap v0.10.0 |
2344 | 2024-05-30T03:18:05.480Z | Checking futures-timer v3.0.3 |
2345 | 2024-05-30T03:18:05.736Z | Checking rust-argon2 v2.1.0 |
2346 | 2024-05-30T03:18:08.170Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2347 | 2024-05-30T03:18:09.787Z | Checking partial-io v0.5.4 |
2348 | 2024-05-30T03:18:10.287Z | Checking approx v0.5.1 |
2349 | 2024-05-30T03:18:10.504Z | Checking uzers v0.11.3 |
2350 | 2024-05-30T03:18:10.567Z | Checking termios v0.3.3 |
2351 | 2024-05-30T03:18:10.783Z | Checking hex-literal v0.4.1 |
2352 | 2024-05-30T03:18:12.308Z | Checking rstest v0.19.0 |
2353 | 2024-05-30T03:18:12.965Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2354 | 2024-05-30T03:18:15.519Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2355 | 2024-05-30T03:18:21.359Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2356 | 2024-05-30T03:18:29.966Z | Compiling samael v0.0.15 |
2357 | 2024-05-30T03:18:52.411Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2358 | 2024-05-30T03:18:53.000Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2359 | 2024-05-30T03:19:05.728Z | Compiling polar-core v0.27.3 |
2360 | 2024-05-30T03:19:14.834Z | Checking oso v0.27.3 |
2361 | 2024-05-30T03:19:51.974Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2362 | 2024-05-30T03:19:51.974Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2363 | 2024-05-30T03:19:51.974Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2364 | 2024-05-30T03:21:19.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 28s |
2365 | 2024-05-30T03:21:19.657Z | |
2366 | 2024-05-30T03:21:19.657Z | real 7:24.375487492 |
2367 | 2024-05-30T03:21:19.657Z | user 33:41.411844717 |
2368 | 2024-05-30T03:21:19.657Z | sys 6:23.204506337 |
2369 | 2024-05-30T03:21:19.657Z | trap 0.991253665 |
2370 | 2024-05-30T03:21:19.657Z | tflt 0.622596413 |
2371 | 2024-05-30T03:21:19.682Z | dflt 1.998107313 |
2372 | 2024-05-30T03:21:19.683Z | kflt 0.002856188 |
2373 | 2024-05-30T03:21:19.683Z | lock 56:55.182424024 |
2374 | 2024-05-30T03:21:19.683Z | slp 1:40:50.483724901 |
2375 | 2024-05-30T03:21:19.683Z | lat 1:53.622203409 |
2376 | 2024-05-30T03:21:19.683Z | stop 5:47.242942777 |
2377 | 2024-05-30T03:21:21.329Z | warning: output filename collision. |
2378 | 2024-05-30T03:21:21.330Z | 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)`. |
2379 | 2024-05-30T03:21:21.330Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2380 | 2024-05-30T03:21:21.330Z | The targets should have unique names. |
2381 | 2024-05-30T03:21:21.330Z | This is a known bug where multiple crates with the same name use |
2382 | 2024-05-30T03:21:21.330Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2383 | 2024-05-30T03:21:21.330Z | warning: output filename collision. |
2384 | 2024-05-30T03:21:21.330Z | 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)`. |
2385 | 2024-05-30T03:21:21.330Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2386 | 2024-05-30T03:21:21.330Z | The targets should have unique names. |
2387 | 2024-05-30T03:21:21.331Z | This is a known bug where multiple crates with the same name use |
2388 | 2024-05-30T03:21:21.331Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2389 | 2024-05-30T03:21:21.815Z | warning: output filename collision. |
2390 | 2024-05-30T03:21:21.816Z | 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)`. |
2391 | 2024-05-30T03:21:21.816Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2392 | 2024-05-30T03:21:21.816Z | The targets should have unique names. |
2393 | 2024-05-30T03:21:21.816Z | This is a known bug where multiple crates with the same name use |
2394 | 2024-05-30T03:21:21.816Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2395 | 2024-05-30T03:21:21.816Z | warning: output filename collision. |
2396 | 2024-05-30T03:21:21.816Z | 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)`. |
2397 | 2024-05-30T03:21:21.816Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2398 | 2024-05-30T03:21:21.816Z | The targets should have unique names. |
2399 | 2024-05-30T03:21:21.816Z | This is a known bug where multiple crates with the same name use |
2400 | 2024-05-30T03:21:21.816Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2401 | 2024-05-30T03:21:21.816Z | warning: output filename collision. |
2402 | 2024-05-30T03:21:21.816Z | 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)`. |
2403 | 2024-05-30T03:21:21.816Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2404 | 2024-05-30T03:21:21.816Z | The targets should have unique names. |
2405 | 2024-05-30T03:21:21.816Z | This is a known bug where multiple crates with the same name use |
2406 | 2024-05-30T03:21:21.816Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2407 | 2024-05-30T03:21:21.816Z | warning: output filename collision. |
2408 | 2024-05-30T03:21:21.816Z | 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)`. |
2409 | 2024-05-30T03:21:21.816Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2410 | 2024-05-30T03:21:21.817Z | The targets should have unique names. |
2411 | 2024-05-30T03:21:21.817Z | This is a known bug where multiple crates with the same name use |
2412 | 2024-05-30T03:21:21.817Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2413 | 2024-05-30T03:21:21.817Z | warning: output filename collision. |
2414 | 2024-05-30T03:21:21.817Z | 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)`. |
2415 | 2024-05-30T03:21:21.817Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2416 | 2024-05-30T03:21:21.817Z | The targets should have unique names. |
2417 | 2024-05-30T03:21:21.817Z | This is a known bug where multiple crates with the same name use |
2418 | 2024-05-30T03:21:21.817Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2419 | 2024-05-30T03:21:21.817Z | warning: output filename collision. |
2420 | 2024-05-30T03:21:21.817Z | 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)`. |
2421 | 2024-05-30T03:21:21.817Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2422 | 2024-05-30T03:21:21.817Z | The targets should have unique names. |
2423 | 2024-05-30T03:21:21.817Z | This is a known bug where multiple crates with the same name use |
2424 | 2024-05-30T03:21:21.817Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2425 | 2024-05-30T03:21:21.817Z | warning: output filename collision. |
2426 | 2024-05-30T03:21:21.817Z | 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`. |
2427 | 2024-05-30T03:21:21.817Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2428 | 2024-05-30T03:21:21.817Z | The targets should have unique names. |
2429 | 2024-05-30T03:21:21.817Z | This is a known bug where multiple crates with the same name use |
2430 | 2024-05-30T03:21:21.817Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2431 | 2024-05-30T03:21:21.817Z | Documenting libc v0.2.153 |
2432 | 2024-05-30T03:21:21.817Z | Documenting cfg-if v1.0.0 |
2433 | 2024-05-30T03:21:21.817Z | Documenting serde_derive v1.0.202 |
2434 | 2024-05-30T03:21:21.818Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2435 | 2024-05-30T03:21:21.818Z | Documenting log v0.4.21 |
2436 | 2024-05-30T03:21:21.818Z | Documenting memchr v2.7.2 |
2437 | 2024-05-30T03:21:21.818Z | Documenting byteorder v1.5.0 |
2438 | 2024-05-30T03:21:21.818Z | Documenting itoa v1.0.11 |
2439 | 2024-05-30T03:21:21.924Z | Documenting scopeguard v1.2.0 |
2440 | 2024-05-30T03:21:24.088Z | Documenting smallvec v1.13.2 |
2441 | 2024-05-30T03:21:24.527Z | Documenting pin-project-lite v0.2.14 |
2442 | 2024-05-30T03:21:25.441Z | Documenting getrandom v0.2.14 |
2443 | 2024-05-30T03:21:25.650Z | Documenting libm v0.2.8 |
2444 | 2024-05-30T03:21:25.755Z | Documenting signal-hook-registry v1.4.2 |
2445 | 2024-05-30T03:21:25.879Z | Documenting lock_api v0.4.12 |
2446 | 2024-05-30T03:21:26.023Z | Documenting mio v0.8.11 |
2447 | 2024-05-30T03:21:27.015Z | Documenting parking_lot_core v0.9.10 |
2448 | 2024-05-30T03:21:27.201Z | Documenting once_cell v1.19.0 |
2449 | 2024-05-30T03:21:27.919Z | Documenting serde v1.0.202 |
2450 | 2024-05-30T03:21:28.588Z | Documenting num-traits v0.2.19 |
2451 | 2024-05-30T03:21:29.236Z | Documenting rand_core v0.6.4 |
2452 | 2024-05-30T03:21:29.802Z | Documenting thiserror-impl v1.0.60 |
2453 | 2024-05-30T03:21:29.838Z | Documenting zeroize_derive v1.4.2 |
2454 | 2024-05-30T03:21:30.362Z | Documenting ryu v1.0.18 |
2455 | 2024-05-30T03:21:31.144Z | Documenting futures-core v0.3.30 |
2456 | 2024-05-30T03:21:31.174Z | Documenting parking_lot v0.12.2 |
2457 | 2024-05-30T03:21:32.964Z | Documenting num_cpus v1.16.0 |
2458 | 2024-05-30T03:21:33.272Z | Documenting socket2 v0.5.7 |
2459 | 2024-05-30T03:21:33.438Z | Documenting tokio-macros v2.2.0 |
2460 | 2024-05-30T03:21:34.819Z | Documenting zeroize v1.7.0 |
2461 | 2024-05-30T03:21:34.916Z | Documenting thiserror v1.0.60 |
2462 | 2024-05-30T03:21:35.046Z | Documenting zerocopy v0.7.34 |
2463 | 2024-05-30T03:21:35.639Z | Documenting futures-sink v0.3.30 |
2464 | 2024-05-30T03:21:36.957Z | Documenting typenum v1.17.0 |
2465 | 2024-05-30T03:21:37.554Z | Documenting iana-time-zone v0.1.60 |
2466 | 2024-05-30T03:21:39.537Z | Documenting pin-utils v0.1.0 |
2467 | 2024-05-30T03:21:39.562Z | Documenting subtle v2.5.0 |
2468 | 2024-05-30T03:21:39.562Z | Documenting slab v0.4.9 |
2469 | 2024-05-30T03:21:39.589Z | Documenting futures-channel v0.3.30 |
2470 | 2024-05-30T03:21:47.008Z | Documenting bytes v1.6.0 |
2471 | 2024-05-30T03:21:50.323Z | Documenting bitflags v2.5.0 |
2472 | 2024-05-30T03:21:50.563Z | Documenting serde_json v1.0.117 |
2473 | 2024-05-30T03:21:50.629Z | Documenting chrono v0.4.38 |
2474 | 2024-05-30T03:21:50.655Z | Documenting futures-macro v0.3.30 |
2475 | 2024-05-30T03:21:50.847Z | Documenting futures-task v0.3.30 |
2476 | 2024-05-30T03:21:50.979Z | Documenting futures-io v0.3.30 |
2477 | 2024-05-30T03:21:51.005Z | Documenting tokio v1.37.0 |
2478 | 2024-05-30T03:21:51.801Z | Documenting generic-array v0.14.7 |
2479 | 2024-05-30T03:21:54.677Z | Documenting uuid v1.8.0 |
2480 | 2024-05-30T03:21:54.716Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2481 | 2024-05-30T03:21:54.878Z | Documenting ahash v0.8.11 |
2482 | 2024-05-30T03:21:54.903Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2483 | 2024-05-30T03:21:55.592Z | Documenting futures-util v0.3.30 |
2484 | 2024-05-30T03:21:55.654Z | Documenting allocator-api2 v0.2.18 |
2485 | 2024-05-30T03:21:56.247Z | Documenting const-oid v0.9.6 |
2486 | 2024-05-30T03:21:56.395Z | Documenting crypto-common v0.1.6 |
2487 | 2024-05-30T03:21:56.458Z | Documenting tinyvec_macros v0.1.1 |
2488 | 2024-05-30T03:21:58.748Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2489 | 2024-05-30T03:21:59.159Z | Documenting tinyvec v1.6.0 |
2490 | 2024-05-30T03:21:59.236Z | Documenting serde_derive_internals v0.29.1 |
2491 | 2024-05-30T03:21:59.518Z | Documenting hashbrown v0.14.5 |
2492 | 2024-05-30T03:22:00.706Z | Checking serde_derive_internals v0.29.1 |
2493 | 2024-05-30T03:22:01.230Z | Documenting dyn-clone v1.0.17 |
2494 | 2024-05-30T03:22:01.255Z | Documenting ppv-lite86 v0.2.17 |
2495 | 2024-05-30T03:22:01.547Z | Documenting tracing-core v0.1.32 |
2496 | 2024-05-30T03:22:02.483Z | Documenting unicode-normalization v0.1.23 |
2497 | 2024-05-30T03:22:04.123Z | Documenting tracing-attributes v0.1.27 |
2498 | 2024-05-30T03:22:04.155Z | Documenting rand_chacha v0.3.1 |
2499 | 2024-05-30T03:22:04.432Z | Documenting unicode-bidi v0.3.15 |
2500 | 2024-05-30T03:22:04.727Z | Documenting schemars_derive v0.8.20 |
2501 | 2024-05-30T03:22:04.983Z | Documenting lazy_static v1.4.0 |
2502 | 2024-05-30T03:22:06.201Z | Documenting percent-encoding v2.3.1 |
2503 | 2024-05-30T03:22:06.919Z | Documenting block-buffer v0.10.4 |
2504 | 2024-05-30T03:22:07.785Z | Documenting powerfmt v0.2.0 |
2505 | 2024-05-30T03:22:08.356Z | Documenting rand v0.8.5 |
2506 | 2024-05-30T03:22:08.692Z | Documenting equivalent v1.0.1 |
2507 | 2024-05-30T03:22:09.693Z | Documenting time-macros v0.2.18 |
2508 | 2024-05-30T03:22:11.556Z | Documenting form_urlencoded v1.2.1 |
2509 | 2024-05-30T03:22:11.614Z | Documenting schemars v0.8.20 |
2510 | 2024-05-30T03:22:11.641Z | Documenting deranged v0.3.11 |
2511 | 2024-05-30T03:22:11.784Z | Documenting digest v0.10.7 |
2512 | 2024-05-30T03:22:11.808Z | Documenting indexmap v2.2.6 |
2513 | 2024-05-30T03:22:12.757Z | Documenting fnv v1.0.7 |
2514 | 2024-05-30T03:22:13.917Z | Documenting num_threads v0.1.7 |
2515 | 2024-05-30T03:22:15.529Z | Documenting unicode-width v0.1.12 |
2516 | 2024-05-30T03:22:16.288Z | Documenting num-conv v0.1.0 |
2517 | 2024-05-30T03:22:16.924Z | Documenting time-core v0.1.2 |
2518 | 2024-05-30T03:22:17.591Z | Documenting idna v0.5.0 |
2519 | 2024-05-30T03:22:17.980Z | Documenting tracing v0.1.40 |
2520 | 2024-05-30T03:22:27.227Z | Documenting unicode-ident v1.0.12 |
2521 | 2024-05-30T03:22:27.292Z | Documenting adler v1.0.2 |
2522 | 2024-05-30T03:22:27.328Z | Documenting slog v2.7.0 |
2523 | 2024-05-30T03:22:27.352Z | Documenting httparse v1.8.0 |
2524 | 2024-05-30T03:22:27.417Z | Documenting time v0.3.36 |
2525 | 2024-05-30T03:22:27.518Z | Documenting url v2.5.0 |
2526 | 2024-05-30T03:22:28.118Z | Documenting cpufeatures v0.2.12 |
2527 | 2024-05-30T03:22:29.967Z | Documenting proc-macro2 v1.0.82 |
2528 | 2024-05-30T03:22:30.055Z | Documenting miniz_oxide v0.7.2 |
2529 | 2024-05-30T03:22:30.795Z | Documenting tokio-util v0.7.11 |
2530 | 2024-05-30T03:22:31.496Z | Documenting errno v0.3.9 |
2531 | 2024-05-30T03:22:31.744Z | Documenting async-trait v0.1.80 |
2532 | 2024-05-30T03:22:32.009Z | Documenting try-lock v0.2.5 |
2533 | 2024-05-30T03:22:33.420Z | Documenting httpdate v1.0.3 |
2534 | 2024-05-30T03:22:33.534Z | Documenting http-body v0.4.6 |
2535 | 2024-05-30T03:22:34.523Z | Documenting quote v1.0.36 |
2536 | 2024-05-30T03:22:34.729Z | Documenting want v0.3.1 |
2537 | 2024-05-30T03:22:35.875Z | Documenting rustix v0.38.34 |
2538 | 2024-05-30T03:22:35.987Z | Documenting aho-corasick v1.1.3 |
2539 | 2024-05-30T03:22:36.774Z | Documenting h2 v0.3.26 |
2540 | 2024-05-30T03:22:36.799Z | Documenting openssl-sys v0.9.102 |
2541 | 2024-05-30T03:22:37.399Z | Documenting openssl-macros v0.1.1 |
2542 | 2024-05-30T03:22:38.231Z | Documenting regex-syntax v0.8.3 |
2543 | 2024-05-30T03:22:38.569Z | Documenting mime v0.3.17 |
2544 | 2024-05-30T03:22:38.679Z | Documenting syn v2.0.64 |
2545 | 2024-05-30T03:22:41.086Z | Documenting tower-service v0.3.2 |
2546 | 2024-05-30T03:22:42.138Z | Documenting gimli v0.28.1 |
2547 | 2024-05-30T03:22:42.428Z | Documenting object v0.32.2 |
2548 | 2024-05-30T03:22:42.725Z | Documenting openssl v0.10.64 |
2549 | 2024-05-30T03:22:42.832Z | Documenting ipnet v2.9.0 |
2550 | 2024-05-30T03:22:44.703Z | Documenting regex-automata v0.4.6 |
2551 | 2024-05-30T03:22:45.308Z | Documenting openssl-probe v0.1.5 |
2552 | 2024-05-30T03:22:45.585Z | Documenting hyper v0.14.28 |
2553 | 2024-05-30T03:22:46.981Z | Documenting rustc-demangle v0.1.24 |
2554 | 2024-05-30T03:22:48.167Z | Documenting addr2line v0.21.0 |
2555 | 2024-05-30T03:22:49.240Z | Documenting base64ct v1.6.0 |
2556 | 2024-05-30T03:22:49.661Z | Documenting futures-executor v0.3.30 |
2557 | 2024-05-30T03:22:51.069Z | Documenting native-tls v0.2.11 |
2558 | 2024-05-30T03:22:51.666Z | Documenting encoding_rs v0.8.34 |
2559 | 2024-05-30T03:22:53.486Z | Documenting psl-types v2.0.11 |
2560 | 2024-05-30T03:22:53.539Z | Documenting serde_urlencoded v0.7.1 |
2561 | 2024-05-30T03:22:54.130Z | Documenting semver v1.0.23 |
2562 | 2024-05-30T03:22:55.137Z | Documenting backtrace v0.3.71 |
2563 | 2024-05-30T03:22:56.054Z | Checking pest_meta v2.7.10 |
2564 | 2024-05-30T03:22:56.260Z | Documenting tokio-native-tls v0.3.1 |
2565 | 2024-05-30T03:22:56.564Z | Documenting publicsuffix v2.2.3 |
2566 | 2024-05-30T03:22:56.820Z | Documenting crossbeam-utils v0.8.19 |
2567 | 2024-05-30T03:22:56.878Z | Documenting utf8parse v0.2.1 |
2568 | 2024-05-30T03:22:57.201Z | Documenting hyper-rustls v0.24.2 |
2569 | 2024-05-30T03:22:58.133Z | Documenting futures v0.3.30 |
2570 | 2024-05-30T03:22:58.476Z | Documenting regex v1.10.4 |
2571 | 2024-05-30T03:22:59.409Z | Documenting pem-rfc7468 v0.7.0 |
2572 | 2024-05-30T03:22:59.768Z | Documenting anyhow v1.0.83 |
2573 | 2024-05-30T03:23:00.669Z | Documenting cookie_store v0.20.0 |
2574 | 2024-05-30T03:23:01.236Z | Documenting pest_meta v2.7.10 |
2575 | 2024-05-30T03:23:01.780Z | Documenting hyper-tls v0.5.0 |
2576 | 2024-05-30T03:23:03.314Z | Documenting der_derive v0.7.2 |
2577 | 2024-05-30T03:23:03.714Z | Documenting scroll_derive v0.12.0 |
2578 | 2024-05-30T03:23:03.740Z | Documenting webpki-roots v0.25.4 |
2579 | 2024-05-30T03:23:03.857Z | Documenting flagset v0.4.5 |
2580 | 2024-05-30T03:23:05.604Z | Documenting sync_wrapper v0.1.2 |
2581 | 2024-05-30T03:23:05.862Z | Documenting pest_generator v2.7.10 |
2582 | 2024-05-30T03:23:05.951Z | Checking pest_generator v2.7.10 |
2583 | 2024-05-30T03:23:06.500Z | Documenting num-integer v0.1.46 |
2584 | 2024-05-30T03:23:06.646Z | Documenting ucd-trie v0.1.6 |
2585 | 2024-05-30T03:23:07.863Z | Documenting plain v0.2.3 |
2586 | 2024-05-30T03:23:08.315Z | Documenting openapiv3 v2.0.0 |
2587 | 2024-05-30T03:23:08.628Z | Documenting scroll v0.12.0 |
2588 | 2024-05-30T03:23:08.653Z | Documenting reqwest v0.11.27 |
2589 | 2024-05-30T03:23:08.752Z | Documenting der v0.7.9 |
2590 | 2024-05-30T03:23:10.555Z | Documenting pest v2.7.10 |
2591 | 2024-05-30T03:23:10.631Z | Documenting pretty-hex v0.4.1 |
2592 | 2024-05-30T03:23:10.796Z | Documenting spin v0.9.8 |
2593 | 2024-05-30T03:23:10.876Z | Documenting pest_derive v2.7.10 |
2594 | 2024-05-30T03:23:12.714Z | Documenting goblin v0.8.2 |
2595 | 2024-05-30T03:23:13.398Z | Documenting spki v0.7.3 |
2596 | 2024-05-30T03:23:13.558Z | Documenting thread-id v4.2.1 |
2597 | 2024-05-30T03:23:14.843Z | Documenting anstyle v1.0.7 |
2598 | 2024-05-30T03:23:15.185Z | Documenting either v1.12.0 |
2599 | 2024-05-30T03:23:15.261Z | Documenting anstyle-parse v0.2.4 |
2600 | 2024-05-30T03:23:15.339Z | Documenting dtrace-parser v0.2.0 |
2601 | 2024-05-30T03:23:17.431Z | Documenting pkcs8 v0.10.2 |
2602 | 2024-05-30T03:23:17.480Z | Documenting ipnetwork v0.20.0 |
2603 | 2024-05-30T03:23:18.201Z | Documenting memmap v0.7.0 |
2604 | 2024-05-30T03:23:18.905Z | Documenting data-encoding v2.6.0 |
2605 | 2024-05-30T03:23:19.018Z | Documenting colorchoice v1.0.1 |
2606 | 2024-05-30T03:23:19.111Z | Documenting anstyle-query v1.0.3 |
2607 | 2024-05-30T03:23:19.409Z | Documenting is_terminal_polyfill v1.70.0 |
2608 | 2024-05-30T03:23:20.015Z | Documenting dof v0.3.0 |
2609 | 2024-05-30T03:23:21.543Z | Documenting crossbeam-epoch v0.9.18 |
2610 | 2024-05-30T03:23:21.898Z | Documenting terminal_size v0.3.0 |
2611 | 2024-05-30T03:23:22.439Z | Documenting sha2 v0.10.8 |
2612 | 2024-05-30T03:23:22.974Z | Documenting hex v0.4.3 |
2613 | 2024-05-30T03:23:23.160Z | Documenting crc32fast v1.4.0 |
2614 | 2024-05-30T03:23:23.185Z | Documenting unicode-segmentation v1.11.0 |
2615 | 2024-05-30T03:23:23.400Z | Documenting anstream v0.6.14 |
2616 | 2024-05-30T03:23:25.376Z | Documenting usdt-impl v0.5.0 |
2617 | 2024-05-30T03:23:25.878Z | Documenting strsim v0.11.1 |
2618 | 2024-05-30T03:23:26.260Z | Documenting untrusted v0.9.0 |
2619 | 2024-05-30T03:23:26.553Z | Documenting clap_lex v0.7.0 |
2620 | 2024-05-30T03:23:27.335Z | Documenting num-iter v0.1.45 |
2621 | 2024-05-30T03:23:27.489Z | Documenting hmac v0.12.1 |
2622 | 2024-05-30T03:23:27.609Z | Documenting signal-hook v0.3.17 |
2623 | 2024-05-30T03:23:27.761Z | Documenting clap_derive v4.5.4 |
2624 | 2024-05-30T03:23:28.989Z | Documenting ring v0.17.8 |
2625 | 2024-05-30T03:23:29.758Z | Documenting static_assertions v1.1.0 |
2626 | 2024-05-30T03:23:30.439Z | Documenting clap_builder v4.5.2 |
2627 | 2024-05-30T03:23:31.703Z | Documenting flate2 v1.0.30 |
2628 | 2024-05-30T03:23:31.832Z | Documenting usdt v0.5.0 |
2629 | 2024-05-30T03:23:31.927Z | Documenting managed v0.8.0 |
2630 | 2024-05-30T03:23:32.324Z | Documenting signal-hook-mio v0.2.3 |
2631 | 2024-05-30T03:23:32.594Z | Documenting itertools v0.12.1 |
2632 | 2024-05-30T03:23:32.976Z | Documenting enum-as-inner v0.5.1 |
2633 | 2024-05-30T03:23:34.310Z | Documenting regress v0.9.1 |
2634 | 2024-05-30T03:23:35.040Z | Documenting block-padding v0.3.3 |
2635 | 2024-05-30T03:23:36.137Z | Documenting scheduled-thread-pool v0.2.7 |
2636 | 2024-05-30T03:23:36.609Z | Documenting diesel_table_macro_syntax v0.1.0 |
2637 | 2024-05-30T03:23:36.682Z | Documenting clap v4.5.4 |
2638 | 2024-05-30T03:23:37.557Z | Checking diesel_table_macro_syntax v0.1.0 |
2639 | 2024-05-30T03:23:37.717Z | Documenting finl_unicode v1.2.0 |
2640 | 2024-05-30T03:23:38.263Z | Documenting trust-dns-proto v0.22.0 |
2641 | 2024-05-30T03:23:39.490Z | Documenting crossterm v0.27.0 |
2642 | 2024-05-30T03:23:39.639Z | Documenting inout v0.1.3 |
2643 | 2024-05-30T03:23:40.337Z | Documenting r2d2 v0.8.10 |
2644 | 2024-05-30T03:23:40.515Z | Documenting md-5 v0.10.6 |
2645 | 2024-05-30T03:23:41.484Z | Documenting diesel_derives v2.1.4 |
2646 | 2024-05-30T03:23:42.029Z | Documenting stringprep v0.1.4 |
2647 | 2024-05-30T03:23:42.054Z | Documenting ff v0.13.0 |
2648 | 2024-05-30T03:23:44.302Z | Documenting serde_spanned v0.6.6 |
2649 | 2024-05-30T03:23:44.654Z | Documenting toml_datetime v0.6.6 |
2650 | 2024-05-30T03:23:45.210Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2651 | 2024-05-30T03:23:45.473Z | Documenting siphasher v0.3.11 |
2652 | 2024-05-30T03:23:46.242Z | Documenting bit-vec v0.6.3 |
2653 | 2024-05-30T03:23:46.385Z | Documenting fallible-iterator v0.2.0 |
2654 | 2024-05-30T03:23:47.142Z | Checking ident_case v1.0.1 |
2655 | 2024-05-30T03:23:47.294Z | Checking unsafe-libyaml v0.2.11 |
2656 | 2024-05-30T03:23:48.285Z | Documenting heck v0.5.0 |
2657 | 2024-05-30T03:23:48.314Z | Documenting winnow v0.6.8 |
2658 | 2024-05-30T03:23:48.339Z | Documenting base16ct v0.2.0 |
2659 | 2024-05-30T03:23:48.599Z | Documenting phf_shared v0.11.2 |
2660 | 2024-05-30T03:23:48.970Z | Documenting group v0.13.0 |
2661 | 2024-05-30T03:23:49.251Z | Documenting diesel v2.1.6 |
2662 | 2024-05-30T03:23:50.187Z | Documenting cipher v0.4.4 |
2663 | 2024-05-30T03:23:51.152Z | Documenting postgres-protocol v0.6.6 |
2664 | 2024-05-30T03:23:51.254Z | Documenting typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2665 | 2024-05-30T03:23:51.371Z | Documenting sec1 v0.7.3 |
2666 | 2024-05-30T03:23:52.662Z | Documenting hkdf v0.12.4 |
2667 | 2024-05-30T03:23:53.312Z | Documenting typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2668 | 2024-05-30T03:23:53.468Z | Documenting toml_edit v0.22.13 |
2669 | 2024-05-30T03:24:05.646Z | Documenting num-bigint v0.4.5 |
2670 | 2024-05-30T03:24:14.865Z | Documenting bstr v1.9.1 |
2671 | 2024-05-30T03:24:14.893Z | Documenting console v0.15.8 |
2672 | 2024-05-30T03:24:15.213Z | Documenting crypto-bigint v0.5.5 |
2673 | 2024-05-30T03:24:15.238Z | Documenting hubpack v0.1.2 |
2674 | 2024-05-30T03:24:15.580Z | Documenting serde_repr v0.1.19 |
2675 | 2024-05-30T03:24:15.831Z | Documenting fixedbitset v0.4.2 |
2676 | 2024-05-30T03:24:16.783Z | Documenting minimal-lexical v0.2.1 |
2677 | 2024-05-30T03:24:17.695Z | Documenting precomputed-hash v0.1.1 |
2678 | 2024-05-30T03:24:18.893Z | Documenting unsafe-libyaml v0.2.11 |
2679 | 2024-05-30T03:24:19.236Z | Documenting lalrpop-util v0.19.12 |
2680 | 2024-05-30T03:24:19.380Z | Documenting new_debug_unreachable v1.0.6 |
2681 | 2024-05-30T03:24:19.853Z | Documenting petgraph v0.6.5 |
2682 | 2024-05-30T03:24:20.092Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2683 | 2024-05-30T03:24:20.811Z | Documenting nom v7.1.3 |
2684 | 2024-05-30T03:24:31.926Z | Documenting yasna v0.5.2 |
2685 | 2024-05-30T03:24:32.011Z | Documenting string_cache v0.8.7 |
2686 | 2024-05-30T03:24:32.305Z | Documenting serde_yaml v0.9.34+deprecated |
2687 | 2024-05-30T03:24:32.346Z | Documenting typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2688 | 2024-05-30T03:24:32.787Z | Documenting postgres-types v0.2.6 |
2689 | 2024-05-30T03:24:32.993Z | Documenting phf v0.11.2 |
2690 | 2024-05-30T03:24:33.168Z | Documenting elliptic-curve v0.13.8 |
2691 | 2024-05-30T03:24:33.702Z | Checking serde_yaml v0.9.34+deprecated |
2692 | 2024-05-30T03:24:35.515Z | Checking darling_core v0.20.9 |
2693 | 2024-05-30T03:24:36.405Z | Documenting similar v2.5.0 |
2694 | 2024-05-30T03:24:37.133Z | Documenting progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2695 | 2024-05-30T03:24:37.254Z | Documenting getopts v0.2.21 |
2696 | 2024-05-30T03:24:38.202Z | Documenting float-cmp v0.9.0 |
2697 | 2024-05-30T03:24:38.617Z | Documenting peg-runtime v0.8.3 |
2698 | 2024-05-30T03:24:39.200Z | Documenting whoami v1.5.1 |
2699 | 2024-05-30T03:24:50.263Z | Documenting difflib v0.4.0 |
2700 | 2024-05-30T03:24:50.354Z | Documenting predicates-core v1.0.6 |
2701 | 2024-05-30T03:24:50.423Z | Documenting normalize-line-endings v0.3.0 |
2702 | 2024-05-30T03:24:50.562Z | Documenting progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2703 | 2024-05-30T03:24:50.702Z | Documenting progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2704 | 2024-05-30T03:24:50.888Z | Documenting tokio-postgres v0.7.10 |
2705 | 2024-05-30T03:24:51.107Z | Documenting bit-set v0.5.3 |
2706 | 2024-05-30T03:24:51.181Z | Documenting fs-err v2.11.0 |
2707 | 2024-05-30T03:24:54.139Z | Documenting tokio-stream v0.1.15 |
2708 | 2024-05-30T03:24:54.309Z | Documenting ident_case v1.0.1 |
2709 | 2024-05-30T03:24:54.427Z | Documenting predicates v3.1.0 |
2710 | 2024-05-30T03:24:55.219Z | Checking darling v0.20.9 |
2711 | 2024-05-30T03:24:55.328Z | Documenting is-terminal v0.4.12 |
2712 | 2024-05-30T03:24:56.286Z | Documenting strum v0.26.2 |
2713 | 2024-05-30T03:24:57.391Z | Documenting base64 v0.22.1 |
2714 | 2024-05-30T03:24:58.268Z | Documenting progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2715 | 2024-05-30T03:24:58.342Z | Documenting darling_core v0.20.9 |
2716 | 2024-05-30T03:24:59.301Z | Documenting camino v1.1.7 |
2717 | 2024-05-30T03:24:59.554Z | Documenting dirs-sys-next v0.1.2 |
2718 | 2024-05-30T03:24:59.582Z | Documenting sha1 v0.10.6 |
2719 | 2024-05-30T03:24:59.847Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2720 | 2024-05-30T03:25:00.353Z | Documenting http v1.1.0 |
2721 | 2024-05-30T03:25:01.569Z | Documenting paste v1.0.15 |
2722 | 2024-05-30T03:25:03.719Z | Documenting dirs-next v2.0.0 |
2723 | 2024-05-30T03:25:03.970Z | Documenting thread_local v1.1.8 |
2724 | 2024-05-30T03:25:04.000Z | Documenting rustls-pki-types v1.7.0 |
2725 | 2024-05-30T03:25:04.551Z | Documenting crossbeam-channel v0.5.12 |
2726 | 2024-05-30T03:25:05.629Z | Documenting take_mut v0.2.2 |
2727 | 2024-05-30T03:25:05.835Z | Documenting slog-json v2.6.1 |
2728 | 2024-05-30T03:25:06.343Z | Documenting darling_macro v0.20.9 |
2729 | 2024-05-30T03:25:07.977Z | Documenting async-stream-impl v0.3.5 |
2730 | 2024-05-30T03:25:08.049Z | Documenting term v0.7.0 |
2731 | 2024-05-30T03:25:08.349Z | Documenting rustls-webpki v0.102.4 |
2732 | 2024-05-30T03:25:08.960Z | Documenting atomic-waker v1.1.2 |
2733 | 2024-05-30T03:25:09.762Z | Documenting debug-ignore v1.0.5 |
2734 | 2024-05-30T03:25:09.789Z | Documenting slog-async v2.8.0 |
2735 | 2024-05-30T03:25:10.657Z | Documenting slog-bunyan v2.5.0 |
2736 | 2024-05-30T03:25:10.903Z | Documenting darling v0.20.9 |
2737 | 2024-05-30T03:25:11.667Z | Documenting waitgroup v0.1.2 |
2738 | 2024-05-30T03:25:12.414Z | Documenting rustls-pemfile v2.1.2 |
2739 | 2024-05-30T03:25:12.631Z | Documenting slog-term v2.9.1 |
2740 | 2024-05-30T03:25:12.890Z | Documenting async-stream v0.3.5 |
2741 | 2024-05-30T03:25:13.204Z | Documenting rustls v0.22.4 |
2742 | 2024-05-30T03:25:14.039Z | Documenting multer v3.1.0 |
2743 | 2024-05-30T03:25:15.444Z | Documenting toml v0.8.13 |
2744 | 2024-05-30T03:25:15.559Z | Documenting dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2745 | 2024-05-30T03:25:16.071Z | Documenting serde_path_to_error v0.1.16 |
2746 | 2024-05-30T03:25:16.337Z | Documenting hostname v0.4.0 |
2747 | 2024-05-30T03:25:16.810Z | Documenting serde_with_macros v3.8.1 |
2748 | 2024-05-30T03:25:17.367Z | Documenting structmeta-derive v0.3.0 |
2749 | 2024-05-30T03:25:19.048Z | Documenting newtype-uuid v1.1.0 |
2750 | 2024-05-30T03:25:20.469Z | Checking structmeta v0.3.0 |
2751 | 2024-05-30T03:25:20.503Z | Documenting instant v0.1.12 |
2752 | 2024-05-30T03:25:20.658Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2753 | 2024-05-30T03:25:20.709Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2754 | 2024-05-30T03:25:21.417Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2755 | 2024-05-30T03:25:22.032Z | Documenting serde_with v3.8.1 |
2756 | 2024-05-30T03:25:22.194Z | Documenting tokio-rustls v0.25.0 |
2757 | 2024-05-30T03:25:22.662Z | Documenting structmeta v0.3.0 |
2758 | 2024-05-30T03:25:24.333Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2759 | 2024-05-30T03:25:24.436Z | Documenting backoff v0.4.0 |
2760 | 2024-05-30T03:25:25.174Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2761 | 2024-05-30T03:25:25.708Z | Documenting oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
2762 | 2024-05-30T03:25:27.338Z | Documenting parse-display-derive v0.9.0 |
2763 | 2024-05-30T03:25:27.703Z | Documenting dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2764 | 2024-05-30T03:25:29.110Z | Documenting macaddr v1.0.1 |
2765 | 2024-05-30T03:25:29.339Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2766 | 2024-05-30T03:25:29.364Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2767 | 2024-05-30T03:25:29.563Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2768 | 2024-05-30T03:25:29.631Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2769 | 2024-05-30T03:25:31.033Z | Documenting fastrand v2.1.0 |
2770 | 2024-05-30T03:25:31.743Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2771 | 2024-05-30T03:25:32.504Z | Documenting proc-macro-crate v1.3.1 |
2772 | 2024-05-30T03:25:32.904Z | Checking proc-macro-crate v1.3.1 |
2773 | 2024-05-30T03:25:33.158Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2774 | 2024-05-30T03:25:33.186Z | Documenting parse-display v0.9.0 |
2775 | 2024-05-30T03:25:33.262Z | Documenting foreign-types-macros v0.2.3 |
2776 | 2024-05-30T03:25:33.366Z | Documenting foreign-types-shared v0.3.1 |
2777 | 2024-05-30T03:25:33.419Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2778 | 2024-05-30T03:25:33.940Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2779 | 2024-05-30T03:25:34.827Z | Documenting tempfile v3.10.1 |
2780 | 2024-05-30T03:25:35.987Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2781 | 2024-05-30T03:25:36.282Z | Documenting cstr-argument v0.1.2 |
2782 | 2024-05-30T03:25:37.325Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2783 | 2024-05-30T03:25:37.536Z | Documenting tabwriter v1.4.0 |
2784 | 2024-05-30T03:25:37.735Z | Documenting num_enum_derive v0.5.11 |
2785 | 2024-05-30T03:25:38.019Z | Documenting colored v2.1.0 |
2786 | 2024-05-30T03:25:38.171Z | Documenting foreign-types v0.5.0 |
2787 | 2024-05-30T03:25:39.296Z | Documenting camino-tempfile v1.1.1 |
2788 | 2024-05-30T03:25:39.975Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2789 | 2024-05-30T03:25:40.301Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2790 | 2024-05-30T03:25:41.674Z | Documenting hash32 v0.3.1 |
2791 | 2024-05-30T03:25:41.909Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2792 | 2024-05-30T03:25:42.034Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2793 | 2024-05-30T03:25:42.205Z | Documenting stable_deref_trait v1.2.0 |
2794 | 2024-05-30T03:25:43.902Z | Documenting num_enum v0.5.11 |
2795 | 2024-05-30T03:25:44.069Z | Documenting smf v0.2.3 |
2796 | 2024-05-30T03:25:44.741Z | Documenting embedded-io v0.4.0 |
2797 | 2024-05-30T03:25:45.589Z | Documenting heapless v0.8.0 |
2798 | 2024-05-30T03:25:46.031Z | Documenting cobs v0.2.3 |
2799 | 2024-05-30T03:25:46.213Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2800 | 2024-05-30T03:25:46.795Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2801 | 2024-05-30T03:25:47.737Z | Documenting crucible-workspace-hack v0.1.0 |
2802 | 2024-05-30T03:25:47.894Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2803 | 2024-05-30T03:25:48.302Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2804 | 2024-05-30T03:25:48.753Z | Documenting postcard v1.0.8 |
2805 | 2024-05-30T03:25:49.005Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2806 | 2024-05-30T03:25:50.337Z | Documenting smoltcp v0.11.0 |
2807 | 2024-05-30T03:25:51.622Z | Documenting derive-where v1.2.7 |
2808 | 2024-05-30T03:25:52.290Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2809 | 2024-05-30T03:25:53.010Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2810 | 2024-05-30T03:25:53.279Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2811 | 2024-05-30T03:25:53.323Z | Documenting sigpipe v0.1.3 |
2812 | 2024-05-30T03:25:55.271Z | Documenting num-derive v0.4.2 |
2813 | 2024-05-30T03:25:55.334Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2814 | 2024-05-30T03:25:56.065Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2815 | 2024-05-30T03:25:57.275Z | Documenting newline-converter v0.3.0 |
2816 | 2024-05-30T03:25:57.530Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2817 | 2024-05-30T03:25:57.554Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2818 | 2024-05-30T03:25:57.846Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2819 | 2024-05-30T03:25:58.852Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2820 | 2024-05-30T03:25:59.574Z | Documenting convert_case v0.4.0 |
2821 | 2024-05-30T03:25:59.801Z | Checking convert_case v0.4.0 |
2822 | 2024-05-30T03:26:00.018Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2823 | 2024-05-30T03:26:00.061Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2824 | 2024-05-30T03:26:00.402Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2825 | 2024-05-30T03:26:01.323Z | Documenting expectorate v1.1.0 |
2826 | 2024-05-30T03:26:02.045Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2827 | 2024-05-30T03:26:02.345Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2828 | 2024-05-30T03:26:02.433Z | Documenting password-hash v0.5.0 |
2829 | 2024-05-30T03:26:02.492Z | Documenting blake2 v0.10.6 |
2830 | 2024-05-30T03:26:02.633Z | Documenting linked-hash-map v0.5.6 |
2831 | 2024-05-30T03:26:03.476Z | Documenting derive_more v0.99.17 |
2832 | 2024-05-30T03:26:04.825Z | Documenting humantime v2.1.0 |
2833 | 2024-05-30T03:26:05.679Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2834 | 2024-05-30T03:26:06.696Z | Documenting lru-cache v0.1.2 |
2835 | 2024-05-30T03:26:06.908Z | Documenting swrite v0.1.0 |
2836 | 2024-05-30T03:26:07.463Z | Documenting argon2 v0.5.3 |
2837 | 2024-05-30T03:26:08.341Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2838 | 2024-05-30T03:26:08.776Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2839 | 2024-05-30T03:26:09.333Z | Documenting newtype_derive v0.1.6 |
2840 | 2024-05-30T03:26:10.836Z | Documenting arc-swap v1.7.1 |
2841 | 2024-05-30T03:26:10.960Z | Documenting quick-error v1.2.3 |
2842 | 2024-05-30T03:26:11.236Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2843 | 2024-05-30T03:26:12.433Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2844 | 2024-05-30T03:26:12.876Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2845 | 2024-05-30T03:26:13.248Z | Documenting steno v0.4.0 |
2846 | 2024-05-30T03:26:13.574Z | Documenting xattr v1.3.1 |
2847 | 2024-05-30T03:26:14.789Z | Documenting resolv-conf v0.7.0 |
2848 | 2024-05-30T03:26:15.008Z | Documenting slog-scope v4.4.0 |
2849 | 2024-05-30T03:26:15.372Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2850 | 2024-05-30T03:26:16.695Z | Documenting filetime v0.2.23 |
2851 | 2024-05-30T03:26:18.124Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2852 | 2024-05-30T03:26:18.526Z | Documenting num-rational v0.4.2 |
2853 | 2024-05-30T03:26:19.016Z | Documenting trust-dns-resolver v0.22.0 |
2854 | 2024-05-30T03:26:19.142Z | Documenting slog-stdlog v4.1.1 |
2855 | 2024-05-30T03:26:20.742Z | Documenting tar v0.4.40 |
2856 | 2024-05-30T03:26:21.573Z | Documenting num-complex v0.4.6 |
2857 | 2024-05-30T03:26:21.683Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2858 | 2024-05-30T03:26:22.754Z | Documenting tap v1.0.1 |
2859 | 2024-05-30T03:26:23.367Z | Documenting slog-envlogger v2.2.0 |
2860 | 2024-05-30T03:26:25.547Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2861 | 2024-05-30T03:26:25.572Z | Documenting wyz v0.5.1 |
2862 | 2024-05-30T03:26:26.354Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2863 | 2024-05-30T03:26:26.380Z | Documenting num v0.4.3 |
2864 | 2024-05-30T03:26:26.585Z | Documenting radium v0.7.0 |
2865 | 2024-05-30T03:26:27.927Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2866 | 2024-05-30T03:26:28.134Z | Documenting nibble_vec v0.1.0 |
2867 | 2024-05-30T03:26:28.398Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2868 | 2024-05-30T03:26:28.734Z | Documenting same-file v1.0.6 |
2869 | 2024-05-30T03:26:29.460Z | Documenting crc-catalog v2.4.0 |
2870 | 2024-05-30T03:26:31.291Z | Documenting endian-type v0.1.2 |
2871 | 2024-05-30T03:26:31.800Z | Documenting funty v2.0.0 |
2872 | 2024-05-30T03:26:32.195Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2873 | 2024-05-30T03:26:32.360Z | Documenting crc v3.2.1 |
2874 | 2024-05-30T03:26:32.660Z | Documenting slog-dtrace v0.3.0 |
2875 | 2024-05-30T03:26:32.764Z | Documenting walkdir v2.5.0 |
2876 | 2024-05-30T03:26:33.076Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2877 | 2024-05-30T03:26:34.936Z | Documenting bitvec v1.0.1 |
2878 | 2024-05-30T03:26:35.334Z | Documenting radix_trie v0.2.1 |
2879 | 2024-05-30T03:26:35.507Z | Documenting cancel-safe-futures v0.1.5 |
2880 | 2024-05-30T03:26:36.896Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2881 | 2024-05-30T03:26:37.139Z | Documenting packed_struct_codegen v0.10.1 |
2882 | 2024-05-30T03:26:37.163Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2883 | 2024-05-30T03:26:39.666Z | Documenting nodrop v0.1.14 |
2884 | 2024-05-30T03:26:39.864Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2885 | 2024-05-30T03:26:39.957Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2886 | 2024-05-30T03:26:40.663Z | Documenting num-bigint-dig v0.8.4 |
2887 | 2024-05-30T03:26:42.279Z | Documenting packed_struct v0.10.1 |
2888 | 2024-05-30T03:26:42.466Z | Documenting array-init v0.0.4 |
2889 | 2024-05-30T03:26:42.840Z | Documenting pem v3.0.4 |
2890 | 2024-05-30T03:26:44.045Z | Documenting pkcs1 v0.7.5 |
2891 | 2024-05-30T03:26:45.499Z | Documenting signature v2.2.0 |
2892 | 2024-05-30T03:26:46.042Z | warning: unresolved link to `Blueprints` |
2893 | 2024-05-30T03:26:46.042Z | --> nexus/types/src/deployment/blueprint_diff.rs:5:33 |
2894 | 2024-05-30T03:26:46.043Z | | |
2895 | 2024-05-30T03:26:46.043Z | 5 | //! Types helpful for diffing [`Blueprints`]. |
2896 | 2024-05-30T03:26:46.043Z | | ^^^^^^^^^^ no item named `Blueprints` in scope |
2897 | 2024-05-30T03:26:46.043Z | | |
2898 | 2024-05-30T03:26:46.043Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2899 | 2024-05-30T03:26:46.043Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2900 | 2024-05-30T03:26:46.043Z | |
2901 | 2024-05-30T03:26:46.043Z | warning: unresolved link to `Blueprints` |
2902 | 2024-05-30T03:26:46.043Z | --> nexus/types/src/deployment/blueprint_display.rs:5:35 |
2903 | 2024-05-30T03:26:46.043Z | | |
2904 | 2024-05-30T03:26:46.043Z | 5 | //! Types helpful for rendering [`Blueprints`]. |
2905 | 2024-05-30T03:26:46.043Z | | ^^^^^^^^^^ no item named `Blueprints` in scope |
2906 | 2024-05-30T03:26:46.043Z | | |
2907 | 2024-05-30T03:26:46.043Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2908 | 2024-05-30T03:26:46.043Z | |
2909 | 2024-05-30T03:26:46.070Z | warning: unresolved link to `BpSledTable` |
2910 | 2024-05-30T03:26:46.070Z | --> nexus/types/src/deployment/blueprint_display.rs:179:49 |
2911 | 2024-05-30T03:26:46.070Z | | |
2912 | 2024-05-30T03:26:46.070Z | 179 | /// `BpSledSubtable`s are always nested under [`BpSledTable`]s. |
2913 | 2024-05-30T03:26:46.070Z | | ^^^^^^^^^^^ no item named `BpSledTable` in scope |
2914 | 2024-05-30T03:26:46.070Z | | |
2915 | 2024-05-30T03:26:46.070Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2916 | 2024-05-30T03:26:46.070Z | |
2917 | 2024-05-30T03:26:46.661Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2918 | 2024-05-30T03:26:47.022Z | Documenting bitfield v0.14.0 |
2919 | 2024-05-30T03:26:47.047Z | Documenting display-error-chain v0.2.0 |
2920 | 2024-05-30T03:26:48.080Z | warning: `nexus-types` (lib doc) generated 3 warnings |
2921 | 2024-05-30T03:26:48.106Z | Documenting termcolor v1.4.1 |
2922 | 2024-05-30T03:26:48.627Z | Documenting serde-hex v0.1.0 |
2923 | 2024-05-30T03:26:49.466Z | Documenting bzip2 v0.4.4 |
2924 | 2024-05-30T03:26:49.797Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2925 | 2024-05-30T03:26:50.197Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2926 | 2024-05-30T03:26:50.280Z | Documenting rsa v0.9.6 |
2927 | 2024-05-30T03:26:50.433Z | Documenting x509-cert v0.2.5 |
2928 | 2024-05-30T03:26:51.194Z | Documenting libsw v3.3.1 |
2929 | 2024-05-30T03:26:51.220Z | Documenting lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2930 | 2024-05-30T03:26:52.395Z | Documenting env_logger v0.10.2 |
2931 | 2024-05-30T03:26:53.686Z | Documenting ron v0.8.1 |
2932 | 2024-05-30T03:26:53.905Z | Documenting half v2.4.1 |
2933 | 2024-05-30T03:26:54.501Z | Documenting linear-map v1.2.0 |
2934 | 2024-05-30T03:26:55.511Z | Documenting maplit v1.0.2 |
2935 | 2024-05-30T03:26:56.275Z | Documenting ciborium-io v0.2.2 |
2936 | 2024-05-30T03:26:56.773Z | Documenting owo-colors v4.0.0 |
2937 | 2024-05-30T03:26:56.938Z | Documenting crc-any v2.5.0 |
2938 | 2024-05-30T03:26:57.343Z | Documenting zip v0.6.6 |
2939 | 2024-05-30T03:26:58.493Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2940 | 2024-05-30T03:26:59.268Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2941 | 2024-05-30T03:26:59.484Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2942 | 2024-05-30T03:26:59.815Z | Documenting lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2943 | 2024-05-30T03:27:00.324Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2944 | 2024-05-30T03:27:00.527Z | Documenting ciborium-ll v0.2.2 |
2945 | 2024-05-30T03:27:01.164Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2946 | 2024-05-30T03:27:02.042Z | Documenting headers-core v0.2.0 |
2947 | 2024-05-30T03:27:02.673Z | Documenting async-recursion v1.1.1 |
2948 | 2024-05-30T03:27:04.567Z | Documenting path-slash v0.1.5 |
2949 | 2024-05-30T03:27:06.719Z | Documenting headers v0.3.9 |
2950 | 2024-05-30T03:27:07.018Z | Documenting ciborium v0.2.2 |
2951 | 2024-05-30T03:27:07.309Z | Documenting fxhash v0.2.1 |
2952 | 2024-05-30T03:27:08.300Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2953 | 2024-05-30T03:27:08.677Z | Documenting hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2954 | 2024-05-30T03:27:10.506Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2955 | 2024-05-30T03:27:11.481Z | Documenting buf-list v1.0.3 |
2956 | 2024-05-30T03:27:11.750Z | Documenting pin-project-internal v1.1.5 |
2957 | 2024-05-30T03:27:12.141Z | Documenting vte_generate_state_changes v0.1.1 |
2958 | 2024-05-30T03:27:12.661Z | Documenting derive_builder_core v0.20.0 |
2959 | 2024-05-30T03:27:16.113Z | Documenting vte v0.11.1 |
2960 | 2024-05-30T03:27:16.374Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2961 | 2024-05-30T03:27:16.956Z | Documenting pin-project v1.1.5 |
2962 | 2024-05-30T03:27:18.625Z | Checking derive_builder_core v0.20.0 |
2963 | 2024-05-30T03:27:19.403Z | Documenting crossbeam-deque v0.8.5 |
2964 | 2024-05-30T03:27:19.781Z | Documenting snafu-derive v0.8.2 |
2965 | 2024-05-30T03:27:20.086Z | Documenting fd-lock v4.0.2 |
2966 | 2024-05-30T03:27:20.487Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2967 | 2024-05-30T03:27:20.978Z | Documenting bitstruct_derive v0.1.0 |
2968 | 2024-05-30T03:27:21.049Z | Documenting ascii v1.1.0 |
2969 | 2024-05-30T03:27:23.674Z | Documenting rayon-core v1.12.1 |
2970 | 2024-05-30T03:27:23.991Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2971 | 2024-05-30T03:27:24.609Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2972 | 2024-05-30T03:27:24.805Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2973 | 2024-05-30T03:27:25.908Z | Documenting bitstruct v0.1.1 |
2974 | 2024-05-30T03:27:26.634Z | Documenting snafu v0.8.2 |
2975 | 2024-05-30T03:27:28.237Z | Documenting strip-ansi-escapes v0.2.0 |
2976 | 2024-05-30T03:27:28.295Z | Documenting derive_builder_macro v0.20.0 |
2977 | 2024-05-30T03:27:28.564Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2978 | 2024-05-30T03:27:28.786Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2979 | 2024-05-30T03:27:29.421Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2980 | 2024-05-30T03:27:29.623Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2981 | 2024-05-30T03:27:30.231Z | Documenting proc-macro-error-attr v1.0.4 |
2982 | 2024-05-30T03:27:30.839Z | Documenting globset v0.4.14 |
2983 | 2024-05-30T03:27:32.303Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2984 | 2024-05-30T03:27:32.970Z | Documenting olpc-cjson v0.1.3 |
2985 | 2024-05-30T03:27:33.754Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2986 | 2024-05-30T03:27:34.346Z | Documenting serde_plain v1.0.2 |
2987 | 2024-05-30T03:27:34.678Z | Documenting serde_arrays v0.1.0 |
2988 | 2024-05-30T03:27:35.852Z | Documenting erased-serde v0.3.31 |
2989 | 2024-05-30T03:27:37.434Z | Documenting ref-cast-impl v1.0.23 |
2990 | 2024-05-30T03:27:37.665Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2991 | 2024-05-30T03:27:37.913Z | Checking unicode-xid v0.2.4 |
2992 | 2024-05-30T03:27:38.052Z | Documenting typed-path v0.7.1 |
2993 | 2024-05-30T03:27:38.494Z | Documenting nu-ansi-term v0.50.0 |
2994 | 2024-05-30T03:27:39.096Z | Documenting unicode-xid v0.2.4 |
2995 | 2024-05-30T03:27:49.200Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2996 | 2024-05-30T03:27:49.383Z | Documenting const_format_proc_macros v0.2.32 |
2997 | 2024-05-30T03:27:49.383Z | Documenting ref-cast v1.0.23 |
2998 | 2024-05-30T03:27:49.383Z | Documenting reedline v0.31.0 |
2999 | 2024-05-30T03:27:49.451Z | Documenting tough v0.17.1 |
3000 | 2024-05-30T03:27:49.451Z | Documenting proc-macro-error v1.0.4 |
3001 | 2024-05-30T03:27:49.451Z | Documenting derive_builder v0.20.0 |
3002 | 2024-05-30T03:27:49.451Z | Documenting rayon v1.10.0 |
3003 | 2024-05-30T03:27:49.451Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3004 | 2024-05-30T03:27:49.702Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3005 | 2024-05-30T03:27:50.994Z | Documenting libefi-sys v0.1.0 |
3006 | 2024-05-30T03:27:53.326Z | Documenting trust-dns-client v0.22.0 |
3007 | 2024-05-30T03:27:54.774Z | Documenting polar-core v0.27.3 |
3008 | 2024-05-30T03:27:55.347Z | Documenting libxml v0.3.3 |
3009 | 2024-05-30T03:27:55.372Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3010 | 2024-05-30T03:27:55.473Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3011 | 2024-05-30T03:27:56.967Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3012 | 2024-05-30T03:27:56.998Z | Checking proc-macro-error v1.0.4 |
3013 | 2024-05-30T03:27:57.252Z | Documenting bb8 v0.8.3 |
3014 | 2024-05-30T03:27:57.464Z | Documenting quick-xml v0.31.0 |
3015 | 2024-05-30T03:28:01.693Z | Documenting oso-derive v0.27.3 |
3016 | 2024-05-30T03:28:01.978Z | Documenting impl-trait-for-tuples v0.2.2 |
3017 | 2024-05-30T03:28:02.207Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3018 | 2024-05-30T03:28:02.499Z | Documenting bytecount v0.6.8 |
3019 | 2024-05-30T03:28:03.443Z | Documenting keccak v0.1.5 |
3020 | 2024-05-30T03:28:03.537Z | Documenting utf-8 v0.7.6 |
3021 | 2024-05-30T03:28:06.021Z | Documenting parse-size v1.0.0 |
3022 | 2024-05-30T03:28:06.476Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3023 | 2024-05-30T03:28:06.569Z | Documenting sha3 v0.10.8 |
3024 | 2024-05-30T03:28:06.783Z | Documenting papergrid v0.11.0 |
3025 | 2024-05-30T03:28:07.679Z | Documenting oso v0.27.3 |
3026 | 2024-05-30T03:28:07.818Z | Documenting tungstenite v0.21.0 |
3027 | 2024-05-30T03:28:08.112Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3028 | 2024-05-30T03:28:08.330Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3029 | 2024-05-30T03:28:10.592Z | Documenting samael v0.0.15 |
3030 | 2024-05-30T03:28:11.496Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3031 | 2024-05-30T03:28:11.541Z | Documenting trust-dns-server v0.22.1 |
3032 | 2024-05-30T03:28:12.998Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3033 | 2024-05-30T03:28:14.144Z | Documenting tabled_derive v0.7.0 |
3034 | 2024-05-30T03:28:17.162Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3035 | 2024-05-30T03:28:18.576Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3036 | 2024-05-30T03:28:18.983Z | Documenting const_format v0.2.32 |
3037 | 2024-05-30T03:28:19.141Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3038 | 2024-05-30T03:28:19.606Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3039 | 2024-05-30T03:28:20.644Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3040 | 2024-05-30T03:28:20.852Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3041 | 2024-05-30T03:28:21.289Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3042 | 2024-05-30T03:28:22.072Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3043 | 2024-05-30T03:28:22.199Z | Documenting sled v0.34.7 |
3044 | 2024-05-30T03:28:22.406Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3045 | 2024-05-30T03:28:22.578Z | Documenting nix v0.28.0 |
3046 | 2024-05-30T03:28:23.088Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3047 | 2024-05-30T03:28:23.217Z | Documenting cookie v0.18.1 |
3048 | 2024-05-30T03:28:25.755Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3049 | 2024-05-30T03:28:26.028Z | Documenting secrecy v0.8.0 |
3050 | 2024-05-30T03:28:26.264Z | Documenting gethostname v0.4.3 |
3051 | 2024-05-30T03:28:28.207Z | Documenting peg-macros v0.8.3 |
3052 | 2024-05-30T03:28:28.251Z | Documenting rustversion v1.0.17 |
3053 | 2024-05-30T03:28:28.785Z | Documenting sqlparser_derive v0.2.2 |
3054 | 2024-05-30T03:28:30.060Z | Documenting unicode_categories v0.1.1 |
3055 | 2024-05-30T03:28:30.393Z | Documenting home v0.5.9 |
3056 | 2024-05-30T03:28:31.109Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3057 | 2024-05-30T03:28:31.869Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3058 | 2024-05-30T03:28:32.483Z | Documenting castaway v0.2.2 |
3059 | 2024-05-30T03:28:33.127Z | Documenting peg v0.8.3 |
3060 | 2024-05-30T03:28:33.687Z | Documenting sqlparser v0.45.0 |
3061 | 2024-05-30T03:28:34.192Z | Documenting sqlformat v0.2.3 |
3062 | 2024-05-30T03:28:34.485Z | Documenting rustyline v14.0.0 |
3063 | 2024-05-30T03:28:36.717Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3064 | 2024-05-30T03:28:37.334Z | Documenting tabled v0.15.0 |
3065 | 2024-05-30T03:28:38.758Z | Documenting tokio-tungstenite v0.21.0 |
3066 | 2024-05-30T03:28:40.266Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3067 | 2024-05-30T03:28:42.239Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3068 | 2024-05-30T03:28:43.394Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3069 | 2024-05-30T03:28:43.760Z | Documenting zone v0.1.8 |
3070 | 2024-05-30T03:28:44.485Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
3071 | 2024-05-30T03:28:44.804Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
3072 | 2024-05-30T03:28:45.363Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3073 | 2024-05-30T03:28:45.753Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3074 | 2024-05-30T03:28:46.867Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3075 | 2024-05-30T03:28:47.119Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3076 | 2024-05-30T03:28:47.361Z | Documenting portpicker v0.1.1 |
3077 | 2024-05-30T03:28:48.116Z | Documenting universal-hash v0.5.1 |
3078 | 2024-05-30T03:28:50.764Z | Documenting bcs v0.1.6 |
3079 | 2024-05-30T03:28:51.562Z | Documenting kstat-rs v0.2.3 |
3080 | 2024-05-30T03:29:03.673Z | Documenting thiserror-impl-no-std v2.0.2 |
3081 | 2024-05-30T03:29:04.053Z | Documenting curve25519-dalek-derive v0.1.1 |
3082 | 2024-05-30T03:29:04.197Z | Documenting opaque-debug v0.3.1 |
3083 | 2024-05-30T03:29:04.253Z | Documenting highway v1.1.0 |
3084 | 2024-05-30T03:29:04.392Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3085 | 2024-05-30T03:29:05.080Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3086 | 2024-05-30T03:29:05.112Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3087 | 2024-05-30T03:29:07.058Z | Documenting poly1305 v0.8.0 |
3088 | 2024-05-30T03:29:08.338Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3089 | 2024-05-30T03:29:08.901Z | Documenting curve25519-dalek v4.1.2 |
3090 | 2024-05-30T03:29:09.133Z | Documenting thiserror-no-std v2.0.2 |
3091 | 2024-05-30T03:29:11.546Z | Documenting compact_str v0.7.1 |
3092 | 2024-05-30T03:29:11.931Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3093 | 2024-05-30T03:29:13.614Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3094 | 2024-05-30T03:29:14.386Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3095 | 2024-05-30T03:29:15.019Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3096 | 2024-05-30T03:29:15.753Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3097 | 2024-05-30T03:29:15.865Z | Documenting portable-atomic v1.6.0 |
3098 | 2024-05-30T03:29:17.156Z | Documenting ed25519 v1.5.3 |
3099 | 2024-05-30T03:29:17.403Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3100 | 2024-05-30T03:29:19.216Z | Documenting memoffset v0.7.1 |
3101 | 2024-05-30T03:29:19.470Z | Documenting unicase v2.7.0 |
3102 | 2024-05-30T03:29:20.021Z | Documenting rcgen v0.12.1 |
3103 | 2024-05-30T03:29:21.896Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
3104 | 2024-05-30T03:29:22.756Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3105 | 2024-05-30T03:29:25.316Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
3106 | 2024-05-30T03:29:26.285Z | Documenting atomicwrites v0.4.3 |
3107 | 2024-05-30T03:29:26.817Z | Documenting chacha20 v0.9.1 |
3108 | 2024-05-30T03:29:26.976Z | warning: could not parse code block as Rust code |
3109 | 2024-05-30T03:29:26.976Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 |
3110 | 2024-05-30T03:29:26.976Z | | |
3111 | 2024-05-30T03:29:26.976Z | 246 | / /// Parse a string literal, either single- or double-quoted. |
3112 | 2024-05-30T03:29:26.976Z | 247 | | /// |
3113 | 2024-05-30T03:29:26.976Z | 248 | | /// Parsing string literals is pretty tricky, but we add several |
3114 | 2024-05-30T03:29:26.976Z | 249 | | /// constraints to simplify things. First strings must be quoted, either |
3115 | 2024-05-30T03:29:26.976Z | ... | |
3116 | 2024-05-30T03:29:26.976Z | 277 | | /// |
3117 | 2024-05-30T03:29:26.976Z | 278 | | /// Will be parsed as `this string has " in it`. |
3118 | 2024-05-30T03:29:26.976Z | | |________________________________________________________^ |
3119 | 2024-05-30T03:29:26.976Z | | |
3120 | 2024-05-30T03:29:26.976Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
3121 | 2024-05-30T03:29:26.976Z | = note: error from rustc: unknown start of token: \ |
3122 | 2024-05-30T03:29:26.976Z | = note: error from rustc: unknown start of token: \ |
3123 | 2024-05-30T03:29:26.976Z | = note: error from rustc: unknown start of token: \ |
3124 | 2024-05-30T03:29:26.977Z | = note: error from rustc: unknown start of token: \ |
3125 | 2024-05-30T03:29:26.977Z | = note: error from rustc: unknown start of token: \ |
3126 | 2024-05-30T03:29:26.977Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
3127 | 2024-05-30T03:29:26.977Z | |
3128 | 2024-05-30T03:29:28.324Z | warning: `oximeter-db` (lib doc) generated 1 warning |
3129 | 2024-05-30T03:29:28.349Z | Documenting lru v0.12.3 |
3130 | 2024-05-30T03:29:28.512Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3131 | 2024-05-30T03:29:31.116Z | Documenting aead v0.5.2 |
3132 | 2024-05-30T03:29:31.545Z | Documenting rand_seeder v0.2.3 |
3133 | 2024-05-30T03:29:31.581Z | Documenting nanorand v0.7.0 |
3134 | 2024-05-30T03:29:33.127Z | Documenting subprocess v0.2.9 |
3135 | 2024-05-30T03:29:35.313Z | Documenting stability v0.2.0 |
3136 | 2024-05-30T03:29:35.374Z | Documenting glob v0.3.1 |
3137 | 2024-05-30T03:29:35.972Z | Documenting cassowary v0.3.0 |
3138 | 2024-05-30T03:29:46.382Z | Documenting number_prefix v0.4.0 |
3139 | 2024-05-30T03:29:47.014Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3140 | 2024-05-30T03:29:47.051Z | Documenting chacha20poly1305 v0.10.1 |
3141 | 2024-05-30T03:29:47.083Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3142 | 2024-05-30T03:29:47.235Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3143 | 2024-05-30T03:29:47.452Z | Documenting flume v0.11.0 |
3144 | 2024-05-30T03:29:47.719Z | Documenting ratatui v0.26.2 |
3145 | 2024-05-30T03:29:50.268Z | Documenting indicatif v0.17.8 |
3146 | 2024-05-30T03:29:52.156Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3147 | 2024-05-30T03:30:03.244Z | Documenting mime_guess v2.0.4 |
3148 | 2024-05-30T03:30:03.423Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3149 | 2024-05-30T03:30:03.493Z | Documenting salty v0.2.0 |
3150 | 2024-05-30T03:30:03.518Z | Documenting vsss-rs v3.3.4 |
3151 | 2024-05-30T03:30:03.951Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3152 | 2024-05-30T03:30:05.286Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3153 | 2024-05-30T03:30:06.408Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3154 | 2024-05-30T03:30:07.552Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3155 | 2024-05-30T03:30:08.096Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3156 | 2024-05-30T03:30:08.342Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3157 | 2024-05-30T03:30:08.467Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3158 | 2024-05-30T03:30:08.708Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3159 | 2024-05-30T03:30:08.966Z | Documenting serde-big-array v0.5.1 |
3160 | 2024-05-30T03:30:09.934Z | Documenting memmap2 v0.9.4 |
3161 | 2024-05-30T03:30:10.994Z | Documenting rtoolbox v0.0.2 |
3162 | 2024-05-30T03:30:11.019Z | Documenting is_ci v1.2.0 |
3163 | 2024-05-30T03:30:12.331Z | Documenting constant_time_eq v0.3.0 |
3164 | 2024-05-30T03:30:13.390Z | Documenting unicode-linebreak v0.1.5 |
3165 | 2024-05-30T03:30:14.342Z | Documenting arrayvec v0.7.4 |
3166 | 2024-05-30T03:30:14.984Z | Documenting shell-words v1.1.0 |
3167 | 2024-05-30T03:30:15.313Z | Documenting smawk v0.3.2 |
3168 | 2024-05-30T03:30:15.433Z | Documenting arrayref v0.3.7 |
3169 | 2024-05-30T03:30:16.336Z | Documenting http-range v0.1.5 |
3170 | 2024-05-30T03:30:17.380Z | Documenting rpassword v7.3.1 |
3171 | 2024-05-30T03:30:18.233Z | Documenting blake3 v1.5.1 |
3172 | 2024-05-30T03:30:19.051Z | Documenting supports-color v3.0.0 |
3173 | 2024-05-30T03:30:19.263Z | Documenting textwrap v0.16.1 |
3174 | 2024-05-30T03:30:20.393Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3175 | 2024-05-30T03:30:20.450Z | Documenting hyper-staticfile v0.9.5 |
3176 | 2024-05-30T03:30:21.653Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3177 | 2024-05-30T03:30:22.656Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3178 | 2024-05-30T03:30:22.964Z | Documenting tui-tree-widget v0.19.0 |
3179 | 2024-05-30T03:30:23.157Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3180 | 2024-05-30T03:30:23.460Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3181 | 2024-05-30T03:30:24.402Z | warning: unresolved link to `test_sled_transitions` |
3182 | 2024-05-30T03:30:24.402Z | --> nexus/db-queries/src/db/datastore/sled.rs:698:11 |
3183 | 2024-05-30T03:30:24.402Z | | |
3184 | 2024-05-30T03:30:24.402Z | 698 | /// [`test_sled_transitions`]. |
3185 | 2024-05-30T03:30:24.403Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3186 | 2024-05-30T03:30:24.403Z | | |
3187 | 2024-05-30T03:30:24.403Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3188 | 2024-05-30T03:30:24.403Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3189 | 2024-05-30T03:30:24.403Z | |
3190 | 2024-05-30T03:30:24.430Z | warning: unresolved link to `test_sled_transitions` |
3191 | 2024-05-30T03:30:24.431Z | --> nexus/db-queries/src/db/datastore/sled.rs:734:11 |
3192 | 2024-05-30T03:30:24.431Z | | |
3193 | 2024-05-30T03:30:24.431Z | 734 | /// [`test_sled_transitions`]. |
3194 | 2024-05-30T03:30:24.431Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3195 | 2024-05-30T03:30:24.431Z | | |
3196 | 2024-05-30T03:30:24.431Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3197 | 2024-05-30T03:30:24.431Z | |
3198 | 2024-05-30T03:30:24.431Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3199 | 2024-05-30T03:30:24.431Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3200 | 2024-05-30T03:30:24.431Z | | |
3201 | 2024-05-30T03:30:24.431Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3202 | 2024-05-30T03:30:24.431Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3203 | 2024-05-30T03:30:24.431Z | |
3204 | 2024-05-30T03:30:27.407Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3205 | 2024-05-30T03:30:27.941Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3206 | 2024-05-30T03:30:28.791Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3207 | 2024-05-30T03:30:28.978Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3208 | 2024-05-30T03:30:29.007Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3209 | 2024-05-30T03:30:29.404Z | Documenting signal-hook-tokio v0.3.1 |
3210 | 2024-05-30T03:30:29.708Z | Documenting csv-core v0.1.11 |
3211 | 2024-05-30T03:30:31.357Z | Documenting corncobs v0.1.3 |
3212 | 2024-05-30T03:30:33.428Z | Documenting topological-sort v0.2.2 |
3213 | 2024-05-30T03:30:33.862Z | Documenting csv v1.3.0 |
3214 | 2024-05-30T03:30:34.289Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3215 | 2024-05-30T03:30:34.576Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3216 | 2024-05-30T03:30:37.689Z | Documenting omicron-zone-package v0.11.0 |
3217 | 2024-05-30T03:30:37.786Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3218 | 2024-05-30T03:30:38.212Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3219 | 2024-05-30T03:30:38.584Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3220 | 2024-05-30T03:30:39.124Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3221 | 2024-05-30T03:30:40.274Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3222 | 2024-05-30T03:30:40.299Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3223 | 2024-05-30T03:30:46.494Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3224 | 2024-05-30T03:30:47.264Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3225 | 2024-05-30T03:30:52.017Z | warning: unresolved link to `BlueprintDisksConfig` |
3226 | 2024-05-30T03:30:52.017Z | --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:980:55 |
3227 | 2024-05-30T03:30:52.017Z | | |
3228 | 2024-05-30T03:30:52.017Z | 980 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`] |
3229 | 2024-05-30T03:30:52.017Z | | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope |
3230 | 2024-05-30T03:30:52.017Z | | |
3231 | 2024-05-30T03:30:52.018Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3232 | 2024-05-30T03:30:52.018Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3233 | 2024-05-30T03:30:52.018Z | |
3234 | 2024-05-30T03:30:52.947Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning |
3235 | 2024-05-30T03:30:52.972Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3236 | 2024-05-30T03:30:54.616Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3237 | 2024-05-30T03:30:56.206Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3238 | 2024-05-30T03:30:57.793Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
3239 | 2024-05-30T03:31:00.882Z | warning: unclosed HTML tag `usize` |
3240 | 2024-05-30T03:31:00.882Z | --> wicket/src/ui/panes/update.rs:153:19 |
3241 | 2024-05-30T03:31:00.882Z | | |
3242 | 2024-05-30T03:31:00.882Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3243 | 2024-05-30T03:31:00.882Z | | ^^^^^^^ |
3244 | 2024-05-30T03:31:00.882Z | | |
3245 | 2024-05-30T03:31:00.882Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3246 | 2024-05-30T03:31:00.882Z | |
3247 | 2024-05-30T03:31:02.163Z | warning: `wicket` (lib doc) generated 1 warning |
3248 | 2024-05-30T03:31:02.188Z | Documenting fatfs v0.3.6 |
3249 | 2024-05-30T03:31:07.268Z | Documenting cargo-platform v0.1.8 |
3250 | 2024-05-30T03:31:08.661Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3251 | 2024-05-30T03:31:08.661Z | --> sled-agent/src/sim/instance.rs:46:7 |
3252 | 2024-05-30T03:31:08.661Z | | |
3253 | 2024-05-30T03:31:08.661Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3254 | 2024-05-30T03:31:08.661Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3255 | 2024-05-30T03:31:08.661Z | | |
3256 | 2024-05-30T03:31:08.661Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3257 | 2024-05-30T03:31:08.661Z | |
3258 | 2024-05-30T03:31:08.853Z | Documenting assert_matches v1.5.0 |
3259 | 2024-05-30T03:31:09.193Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3260 | 2024-05-30T03:31:09.648Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3261 | 2024-05-30T03:31:10.607Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3262 | 2024-05-30T03:31:10.772Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3263 | 2024-05-30T03:31:11.648Z | Documenting cargo_metadata v0.18.1 |
3264 | 2024-05-30T03:31:11.726Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3265 | 2024-05-30T03:31:11.757Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3266 | 2024-05-30T03:31:12.658Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3267 | 2024-05-30T03:31:14.528Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3268 | 2024-05-30T03:31:15.319Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3269 | 2024-05-30T03:31:16.461Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3270 | 2024-05-30T03:31:17.136Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3271 | 2024-05-30T03:31:19.767Z | Documenting uzers v0.11.3 |
3272 | 2024-05-30T03:31:23.868Z | Documenting termios v0.3.3 |
3273 | 2024-05-30T03:31:24.148Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3274 | 2024-05-30T03:31:28.113Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3275 | 2024-05-30T03:31:28.144Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3276 | 2024-05-30T03:31:29.351Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3277 | 2024-05-30T03:31:33.476Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3278 | 2024-05-30T03:31:34.250Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3279 | 2024-05-30T03:31:44.032Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3280 | 2024-05-30T03:31:55.127Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3281 | 2024-05-30T03:32:01.901Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3282 | 2024-05-30T03:32:11.681Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3283 | 2024-05-30T03:32:13.368Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3284 | 2024-05-30T03:32:13.572Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3285 | 2024-05-30T03:32:15.033Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3286 | 2024-05-30T03:32:17.453Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3287 | 2024-05-30T03:32:25.720Z | warning: unresolved link to `Nexus` |
3288 | 2024-05-30T03:32:25.720Z | --> nexus/src/app/instance_network.rs:241:34 |
3289 | 2024-05-30T03:32:25.720Z | | |
3290 | 2024-05-30T03:32:25.720Z | 241 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3291 | 2024-05-30T03:32:25.720Z | | ^^^^^ no item named `Nexus` in scope |
3292 | 2024-05-30T03:32:25.720Z | | |
3293 | 2024-05-30T03:32:25.720Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3294 | 2024-05-30T03:32:25.720Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3295 | 2024-05-30T03:32:25.720Z | |
3296 | 2024-05-30T03:32:25.720Z | warning: unresolved link to `Nexus` |
3297 | 2024-05-30T03:32:25.720Z | --> nexus/src/app/instance_network.rs:419:34 |
3298 | 2024-05-30T03:32:25.720Z | | |
3299 | 2024-05-30T03:32:25.720Z | 419 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3300 | 2024-05-30T03:32:25.720Z | | ^^^^^ no item named `Nexus` in scope |
3301 | 2024-05-30T03:32:25.720Z | | |
3302 | 2024-05-30T03:32:25.720Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3303 | 2024-05-30T03:32:25.720Z | |
3304 | 2024-05-30T03:32:25.746Z | warning: unresolved link to `VolumeConstructionRequest` |
3305 | 2024-05-30T03:32:25.746Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3306 | 2024-05-30T03:32:25.746Z | | |
3307 | 2024-05-30T03:32:25.746Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3308 | 2024-05-30T03:32:25.746Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3309 | 2024-05-30T03:32:25.746Z | | |
3310 | 2024-05-30T03:32:25.746Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3311 | 2024-05-30T03:32:25.746Z | |
3312 | 2024-05-30T03:32:25.746Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3313 | 2024-05-30T03:32:25.746Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3314 | 2024-05-30T03:32:25.746Z | | |
3315 | 2024-05-30T03:32:25.746Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3316 | 2024-05-30T03:32:25.746Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3317 | 2024-05-30T03:32:25.746Z | |
3318 | 2024-05-30T03:32:25.746Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3319 | 2024-05-30T03:32:25.746Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3320 | 2024-05-30T03:32:25.746Z | | |
3321 | 2024-05-30T03:32:25.747Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3322 | 2024-05-30T03:32:25.747Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3323 | 2024-05-30T03:32:25.747Z | |
3324 | 2024-05-30T03:32:25.747Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3325 | 2024-05-30T03:32:25.747Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3326 | 2024-05-30T03:32:25.747Z | | |
3327 | 2024-05-30T03:32:25.747Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3328 | 2024-05-30T03:32:25.747Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3329 | 2024-05-30T03:32:25.747Z | |
3330 | 2024-05-30T03:32:25.747Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3331 | 2024-05-30T03:32:25.747Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3332 | 2024-05-30T03:32:25.747Z | | |
3333 | 2024-05-30T03:32:25.747Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3334 | 2024-05-30T03:32:25.747Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3335 | 2024-05-30T03:32:25.747Z | |
3336 | 2024-05-30T03:32:25.747Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3337 | 2024-05-30T03:32:25.747Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3338 | 2024-05-30T03:32:25.747Z | | |
3339 | 2024-05-30T03:32:25.747Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3340 | 2024-05-30T03:32:25.747Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3341 | 2024-05-30T03:32:25.747Z | |
3342 | 2024-05-30T03:32:25.747Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3343 | 2024-05-30T03:32:25.747Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3344 | 2024-05-30T03:32:25.747Z | | |
3345 | 2024-05-30T03:32:25.748Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3346 | 2024-05-30T03:32:25.748Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3347 | 2024-05-30T03:32:25.748Z | |
3348 | 2024-05-30T03:32:29.693Z | warning: `omicron-nexus` (lib doc) generated 9 warnings |
3349 | 2024-05-30T03:32:51.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11m 31s |
3350 | 2024-05-30T03:32:51.410Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html and 82 other files |
3351 | 2024-05-30T03:32:51.472Z | |
3352 | 2024-05-30T03:32:51.472Z | real 11:31.768625461 |
3353 | 2024-05-30T03:32:51.472Z | user 32:17.678126814 |
3354 | 2024-05-30T03:32:51.472Z | sys 46:39.862857827 |
3355 | 2024-05-30T03:32:51.472Z | trap 0.862260419 |
3356 | 2024-05-30T03:32:51.472Z | tflt 0.134168814 |
3357 | 2024-05-30T03:32:51.472Z | dflt 1.228638218 |
3358 | 2024-05-30T03:32:51.472Z | kflt 0.000840075 |
3359 | 2024-05-30T03:32:51.472Z | lock 3:22:19.868558449 |
3360 | 2024-05-30T03:32:51.472Z | slp 3:13:29.152950519 |
3361 | 2024-05-30T03:32:51.472Z | lat 4:21.035024543 |
3362 | 2024-05-30T03:32:51.472Z | stop 2:25.398961392 |
3363 | 2024-05-30T03:32:51.497Z | process exited: duration 1297435 ms, exit code 0 |
|
3364 | 2024-05-30T03:32:51.548Z | found 0 output files |