|
|
|
1 | 2023-11-02T18:46:28.567Z | job assigned to worker 01HE8NM016B3YWMVMB623D4X62 (queued for 2 m 2 s) |
|
2 | 2023-11-02T18:46:28.866Z | starting task 0: "setup" |
3 | 2023-11-02T18:46:29.029Z | ++ uname -s |
4 | 2023-11-02T18:46:29.044Z | + kern=SunOS |
5 | 2023-11-02T18:46:29.072Z | + case "$kern" in |
6 | 2023-11-02T18:46:29.078Z | + groupadd -g 12345 build |
7 | 2023-11-02T18:46:29.082Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-02T18:46:31.042Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-02T18:46:31.407Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-02T18:46:31.410Z | + home_fs=zfs |
11 | 2023-11-02T18:46:31.414Z | + [[ zfs == autofs ]] |
12 | 2023-11-02T18:46:31.420Z | + mkdir -p /home/build |
13 | 2023-11-02T18:46:31.431Z | + chown build:build /home/build /work |
14 | 2023-11-02T18:46:32.416Z | + chmod 0700 /home/build /work |
15 | 2023-11-02T18:46:32.420Z | process exited: duration 3531 ms, exit code 0 |
|
16 | 2023-11-02T18:46:32.430Z | starting task 1: "rust-toolchain" |
17 | 2023-11-02T18:46:32.444Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-02T18:46:32.448Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-02T18:46:32.604Z | info: downloading installer |
20 | 2023-11-02T18:46:35.232Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-02T18:46:35.237Z | warning: /opt/ooce/bin |
22 | 2023-11-02T18:46:35.241Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-02T18:46:35.246Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-02T18:46:35.252Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-02T18:46:35.258Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-02T18:46:35.265Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-02T18:46:35.275Z | error: cannot install while Rust is installed |
28 | 2023-11-02T18:46:35.281Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-02T18:46:35.514Z | info: profile set to 'default' |
30 | 2023-11-02T18:46:35.532Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-02T18:46:35.540Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-02T18:46:35.696Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-02T18:46:35.699Z | info: downloading component 'cargo' |
34 | 2023-11-02T18:46:36.502Z | info: downloading component 'clippy' |
35 | 2023-11-02T18:46:36.823Z | info: downloading component 'rust-docs' |
36 | 2023-11-02T18:46:37.799Z | info: downloading component 'rust-std' |
37 | 2023-11-02T18:46:39.671Z | info: downloading component 'rustc' |
38 | 2023-11-02T18:46:44.100Z | info: downloading component 'rustfmt' |
39 | 2023-11-02T18:46:44.412Z | info: installing component 'cargo' |
40 | 2023-11-02T18:46:46.245Z | info: installing component 'clippy' |
41 | 2023-11-02T18:46:47.042Z | info: installing component 'rust-docs' |
42 | 2023-11-02T18:46:50.250Z | info: installing component 'rust-std' |
43 | 2023-11-02T18:46:53.502Z | info: installing component 'rustc' |
44 | 2023-11-02T18:47:01.848Z | info: installing component 'rustfmt' |
45 | 2023-11-02T18:47:02.305Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-02T18:47:02.320Z | |
47 | 2023-11-02T18:47:02.453Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-02T18:47:02.457Z | |
49 | 2023-11-02T18:47:02.462Z | |
50 | 2023-11-02T18:47:02.466Z | Rust is installed now. Great! |
51 | 2023-11-02T18:47:02.471Z | |
52 | 2023-11-02T18:47:02.477Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-02T18:47:02.484Z | environment variable. This has not been done automatically. |
54 | 2023-11-02T18:47:02.488Z | |
55 | 2023-11-02T18:47:02.493Z | To configure your current shell, run: |
56 | 2023-11-02T18:47:02.497Z | source "$HOME/.cargo/env" |
57 | 2023-11-02T18:47:02.550Z | + rustc --version |
58 | 2023-11-02T18:47:02.665Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-02T18:47:02.671Z | process exited: duration 30239 ms, exit code 0 |
|
60 | 2023-11-02T18:47:02.677Z | starting task 2: "authentication" |
61 | 2023-11-02T18:47:02.714Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2023-11-02T18:47:02.721Z | starting task 3: "clone repository" |
63 | 2023-11-02T18:47:02.737Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-02T18:47:03.159Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-02T18:47:03.172Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-02T18:47:12.673Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-02T18:47:12.688Z | + [[ -n sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state ]] |
68 | 2023-11-02T18:47:12.711Z | + git fetch origin sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state |
69 | 2023-11-02T18:47:13.017Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-02T18:47:13.025Z | * branch sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state -> FETCH_HEAD |
71 | 2023-11-02T18:47:13.031Z | + git checkout -B sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state remotes/origin/sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state |
72 | 2023-11-02T18:47:13.124Z | Switched to a new branch 'sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state' |
73 | 2023-11-02T18:47:13.140Z | branch 'sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state' set up to track 'origin/sunshowers/spr/update-engine-record-more-info-about-parent-steps-that-reached-a-terminal-state'. |
74 | 2023-11-02T18:47:13.159Z | + git reset --hard f985e59cfb0cd50b25718277d6478f5e74ef1d03 |
75 | 2023-11-02T18:47:13.286Z | HEAD is now at f985e59c Fix docs |
76 | 2023-11-02T18:47:13.297Z | process exited: duration 10550 ms, exit code 0 |
|
77 | 2023-11-02T18:47:13.394Z | starting task 4: "build" |
78 | 2023-11-02T18:47:13.413Z | + cargo --version |
79 | 2023-11-02T18:47:13.498Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-11-02T18:47:13.501Z | + rustc --version |
81 | 2023-11-02T18:47:13.616Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-11-02T18:47:13.655Z | + source ./env.sh |
83 | 2023-11-02T18:47:13.665Z | ++ set -o xtrace |
84 | 2023-11-02T18:47:13.674Z | ++++ dirname ./env.sh |
85 | 2023-11-02T18:47:13.684Z | +++ cd . |
86 | 2023-11-02T18:47:13.691Z | +++ echo /work/oxidecomputer/omicron |
87 | 2023-11-02T18:47:13.701Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2023-11-02T18:47:13.710Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2023-11-02T18:47:13.715Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2023-11-02T18:47:13.722Z | ++ 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 |
91 | 2023-11-02T18:47:13.728Z | ++ 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 |
92 | 2023-11-02T18:47:13.735Z | ++ 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 |
93 | 2023-11-02T18:47:13.741Z | ++ 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 |
94 | 2023-11-02T18:47:13.744Z | ++ 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 |
95 | 2023-11-02T18:47:13.747Z | ++ 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 |
96 | 2023-11-02T18:47:13.752Z | ++ unset OMICRON_WS |
97 | 2023-11-02T18:47:13.755Z | ++ set +o xtrace |
98 | 2023-11-02T18:47:13.758Z | |
99 | 2023-11-02T18:47:13.761Z | ##### ##### ###### ##### ###### #### # # # #### # |
100 | 2023-11-02T18:47:13.764Z | # # # # # # # # # # # # # # # |
101 | 2023-11-02T18:47:13.767Z | # # # # ##### # # ##### # # # # # #### # |
102 | 2023-11-02T18:47:13.773Z | ##### ##### # ##### # # # # # # # # # |
103 | 2023-11-02T18:47:13.778Z | # # # # # # # # # # # # # # # |
104 | 2023-11-02T18:47:13.785Z | # # # ###### # # ###### ### # #### # #### # |
105 | 2023-11-02T18:47:13.794Z | |
106 | 2023-11-02T18:47:22.860Z | Startup: Refreshing catalog 'helios-dev' ... Done |
107 | 2023-11-02T18:47:23.251Z | Startup: Caching catalogs ... Done |
108 | 2023-11-02T18:47:27.593Z | Planning: Solver setup ... Done (4.439s) |
109 | 2023-11-02T18:47:27.670Z | Planning: Running solver ... Done (0.113s) |
110 | 2023-11-02T18:47:27.721Z | Planning: Finding local manifests ... Done (0.003s) |
111 | 2023-11-02T18:47:27.760Z | Planning: Fetching manifests: 0/4 0% complete |
112 | 2023-11-02T18:47:28.018Z | Planning: Fetching manifests: 4/4 100% complete |
113 | 2023-11-02T18:47:28.094Z | Planning: Package planning ... Done (0.080s) |
114 | 2023-11-02T18:47:28.180Z | Planning: Merging actions ... Done (0.086s) |
115 | 2023-11-02T18:47:28.972Z | Planning: Checking for conflicting actions ... Done (0.790s) |
116 | 2023-11-02T18:47:29.008Z | Planning: Consolidating action changes ... Done (0.017s) |
117 | 2023-11-02T18:47:32.765Z | Planning: Evaluating mediators ... Done (3.776s) |
118 | 2023-11-02T18:47:32.789Z | Planning: Planning completed in 9.90 seconds |
119 | 2023-11-02T18:47:36.871Z | Packages to install: 4 |
120 | 2023-11-02T18:47:36.885Z | Mediators to change: 2 |
121 | 2023-11-02T18:47:36.903Z | Services to change: 1 |
122 | 2023-11-02T18:47:36.915Z | Estimated space available: 149.39 GB |
123 | 2023-11-02T18:47:37.332Z | Estimated space to be consumed: 1.37 GB |
124 | 2023-11-02T18:47:37.345Z | Create boot environment: No |
125 | 2023-11-02T18:47:37.356Z | Create backup boot environment: No |
126 | 2023-11-02T18:47:37.371Z | Rebuild boot archive: No |
127 | 2023-11-02T18:47:37.384Z | |
128 | 2023-11-02T18:47:37.401Z | Changed mediators: |
129 | 2023-11-02T18:47:37.411Z | mediator clang: |
130 | 2023-11-02T18:47:37.417Z | version: None -> 15 (system default) |
131 | 2023-11-02T18:47:37.420Z | |
132 | 2023-11-02T18:47:37.423Z | mediator llvm: |
133 | 2023-11-02T18:47:37.426Z | version: 14 (system default) -> 15 (system default) |
134 | 2023-11-02T18:47:37.430Z | |
135 | 2023-11-02T18:47:37.433Z | Changed packages: |
136 | 2023-11-02T18:47:37.436Z | helios-dev |
137 | 2023-11-02T18:47:37.440Z | developer/build-essential |
138 | 2023-11-02T18:47:38.667Z | None -> 11-2.0 |
139 | 2023-11-02T18:47:38.671Z | library/libxmlsec1 |
140 | 2023-11-02T18:47:38.682Z | None -> 1.2.35-2.0 |
141 | 2023-11-02T18:47:38.693Z | ooce/developer/clang-15 |
142 | 2023-11-02T18:47:39.184Z | None -> 15.0.7-2.0 |
143 | 2023-11-02T18:47:39.200Z | ooce/developer/llvm-15 |
144 | 2023-11-02T18:47:39.209Z | None -> 15.0.7-2.0 |
145 | 2023-11-02T18:47:39.212Z | |
146 | 2023-11-02T18:47:39.216Z | Services: |
147 | 2023-11-02T18:47:39.227Z | restart_fmri: |
148 | 2023-11-02T18:47:39.231Z | svc:/system/update-man-index:default |
149 | 2023-11-02T18:47:39.234Z | |
150 | 2023-11-02T18:47:39.237Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
151 | 2023-11-02T18:47:43.888Z | Download: 213/3290 items 1.2/212.6MB 0% complete (889k/s) |
152 | 2023-11-02T18:47:48.989Z | Download: 851/3290 items 18.6/212.6MB 8% complete (1.8M/s) |
153 | 2023-11-02T18:47:53.885Z | Download: 1261/3290 items 113.9/212.6MB 53% complete (11.1M/s) |
154 | 2023-11-02T18:47:59.050Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (10.1M/s) |
155 | 2023-11-02T18:48:04.099Z | Download: 3247/3290 items 203.1/212.6MB 95% complete (9.1M/s) |
156 | 2023-11-02T18:48:07.201Z | Download: Completed 212.60 MB in 30.13 seconds (7.1M/s) |
157 | 2023-11-02T18:48:08.024Z | Actions: 1/3687 actions (Installing new actions) |
158 | 2023-11-02T18:48:13.055Z | Actions: 2465/3687 actions (Installing new actions) |
159 | 2023-11-02T18:48:20.841Z | Actions: Completed 3687 actions in 8.01 seconds. |
160 | 2023-11-02T18:48:21.477Z | Done (0.153s) |
161 | 2023-11-02T18:48:21.595Z | Done (0.000s) |
162 | 2023-11-02T18:48:21.688Z | Done (0.199s) |
163 | 2023-11-02T18:48:24.562Z | Done (7.639s) |
164 | 2023-11-02T18:48:24.584Z | Done (0.112s) |
165 | 2023-11-02T18:48:25.007Z | Done (0.000s) |
166 | 2023-11-02T18:48:25.021Z | Done (0.000s) |
167 | 2023-11-02T18:48:25.306Z | Planning: Evaluating mediator changes ... Done |
168 | 2023-11-02T18:48:25.572Z | Planning: Checking for conflicting actions ... Done |
169 | 2023-11-02T18:48:25.594Z | Planning: Consolidating action changes ... Done |
170 | 2023-11-02T18:48:26.013Z | Planning: Evaluating mediators ... Done |
171 | 2023-11-02T18:48:26.024Z | Planning: Planning completed in 0.73 seconds |
172 | 2023-11-02T18:48:26.065Z | Mediators to change: 2 |
173 | 2023-11-02T18:48:26.068Z | Create boot environment: No |
174 | 2023-11-02T18:48:26.071Z | Create backup boot environment: No |
175 | 2023-11-02T18:48:26.158Z | Done |
176 | 2023-11-02T18:48:26.163Z | Done |
177 | 2023-11-02T18:48:26.290Z | Done |
178 | 2023-11-02T18:48:32.286Z | Done |
179 | 2023-11-02T18:48:32.410Z | Done |
180 | 2023-11-02T18:48:32.420Z | Done |
181 | 2023-11-02T18:48:32.553Z | Done |
182 | 2023-11-02T18:48:33.536Z | Planning: Evaluating mediator changes ... Done |
183 | 2023-11-02T18:48:33.571Z | Planning: Merging actions ... Done |
184 | 2023-11-02T18:48:33.869Z | Planning: Checking for conflicting actions ... Done |
185 | 2023-11-02T18:48:33.875Z | Planning: Consolidating action changes ... Done |
186 | 2023-11-02T18:48:34.309Z | Planning: Evaluating mediators ... Done |
187 | 2023-11-02T18:48:34.408Z | Planning: Planning completed in 1.31 seconds |
188 | 2023-11-02T18:48:34.463Z | Packages to change: 1 |
189 | 2023-11-02T18:48:34.473Z | Mediators to change: 1 |
190 | 2023-11-02T18:48:34.482Z | Services to change: 1 |
191 | 2023-11-02T18:48:34.499Z | Create boot environment: No |
192 | 2023-11-02T18:48:34.533Z | Create backup boot environment: Yes |
193 | 2023-11-02T18:48:36.409Z | Actions: 1/6 actions (Updating modified actions) |
194 | 2023-11-02T18:48:36.413Z | Actions: Completed 6 actions in 0.00 seconds. |
195 | 2023-11-02T18:48:36.419Z | Done |
196 | 2023-11-02T18:48:36.426Z | Done |
197 | 2023-11-02T18:48:36.458Z | Done |
198 | 2023-11-02T18:48:42.288Z | Done |
199 | 2023-11-02T18:48:42.413Z | Done |
200 | 2023-11-02T18:48:42.420Z | Done |
201 | 2023-11-02T18:48:42.519Z | Done |
202 | 2023-11-02T18:48:43.203Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
203 | 2023-11-02T18:48:43.226Z | clang system 15 system |
204 | 2023-11-02T18:48:43.232Z | csh system system illumos |
205 | 2023-11-02T18:48:43.235Z | ctags system system illumos |
206 | 2023-11-02T18:48:43.238Z | gcc vendor 12 vendor |
207 | 2023-11-02T18:48:43.242Z | gcc system 10 system |
208 | 2023-11-02T18:48:43.245Z | gcc system 7 system |
209 | 2023-11-02T18:48:43.248Z | go system 1.20 system |
210 | 2023-11-02T18:48:43.251Z | go system 1.19 system |
211 | 2023-11-02T18:48:43.256Z | llvm system 15 system |
212 | 2023-11-02T18:48:43.259Z | llvm system 14 system |
213 | 2023-11-02T18:48:43.262Z | mariadb system 10.6 system |
214 | 2023-11-02T18:48:43.265Z | mta vendor vendor dma |
215 | 2023-11-02T18:48:43.268Z | openjdk system 17 system |
216 | 2023-11-02T18:48:43.272Z | openjdk system 11 system |
217 | 2023-11-02T18:48:43.277Z | openjdk system 1.8 system |
218 | 2023-11-02T18:48:43.282Z | openssl vendor 3 vendor |
219 | 2023-11-02T18:48:43.286Z | perl system 5.36 system |
220 | 2023-11-02T18:48:43.292Z | postgresql system 15 system |
221 | 2023-11-02T18:48:43.300Z | postgresql system 13 system |
222 | 2023-11-02T18:48:43.720Z | python vendor 3 vendor |
223 | 2023-11-02T18:48:43.725Z | python system 2 system |
224 | 2023-11-02T18:48:43.729Z | python3 system 3.11 system |
225 | 2023-11-02T18:48:43.734Z | ruby system 3.0 system |
226 | 2023-11-02T18:48:43.744Z | words vendor vendor american-english |
227 | 2023-11-02T18:48:43.755Z | words system system australian-english |
228 | 2023-11-02T18:48:44.196Z | words system system british-english |
229 | 2023-11-02T18:48:44.362Z | words system system canadian-english |
230 | 2023-11-02T18:48:44.369Z | words system system french |
231 | 2023-11-02T18:48:44.389Z | words system system italian |
232 | 2023-11-02T18:48:44.415Z | words system system ngerman |
233 | 2023-11-02T18:48:44.425Z | words system system ogerman |
234 | 2023-11-02T18:48:44.435Z | words system system spanish |
235 | 2023-11-02T18:48:44.438Z | FMRI IFO |
236 | 2023-11-02T18:48:44.443Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
237 | 2023-11-02T18:48:44.449Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
238 | 2023-11-02T18:48:44.454Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
239 | 2023-11-02T18:48:44.457Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
240 | 2023-11-02T18:48:44.466Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
241 | 2023-11-02T18:48:44.470Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
242 | 2023-11-02T18:48:44.474Z | + set -o errexit |
243 | 2023-11-02T18:48:44.479Z | +++ dirname ./tools/ci_download_cockroachdb |
244 | 2023-11-02T18:48:44.483Z | ++ cd ./tools |
245 | 2023-11-02T18:48:44.487Z | ++ pwd |
246 | 2023-11-02T18:48:44.491Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
247 | 2023-11-02T18:48:44.495Z | ++ basename ./tools/ci_download_cockroachdb |
248 | 2023-11-02T18:48:44.500Z | + ARG0=ci_download_cockroachdb |
249 | 2023-11-02T18:48:44.503Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
250 | 2023-11-02T18:48:44.509Z | + CIDL_VERSION=v22.1.9 |
251 | 2023-11-02T18:48:44.514Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
252 | 2023-11-02T18:48:44.518Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
253 | 2023-11-02T18:48:44.522Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
254 | 2023-11-02T18:48:44.526Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
255 | 2023-11-02T18:48:44.531Z | + TARGET_DIR=out |
256 | 2023-11-02T18:48:44.535Z | + DOWNLOAD_DIR=out/downloads |
257 | 2023-11-02T18:48:44.542Z | + DEST_DIR=./out/cockroachdb |
258 | 2023-11-02T18:48:44.545Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
259 | 2023-11-02T18:48:44.549Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
260 | 2023-11-02T18:48:44.557Z | + main |
261 | 2023-11-02T18:48:44.572Z | + [[ 0 != 0 ]] |
262 | 2023-11-02T18:48:44.579Z | + CIDL_OS=solaris2.11 |
263 | 2023-11-02T18:48:44.585Z | + [[ 0 != 0 ]] |
264 | 2023-11-02T18:48:44.590Z | + configure_os solaris2.11 |
265 | 2023-11-02T18:48:44.594Z | + echo 'current directory: /work/oxidecomputer/omicron' |
266 | 2023-11-02T18:48:44.598Z | current directory: /work/oxidecomputer/omicron |
267 | 2023-11-02T18:48:44.602Z | + echo 'configuring based on OS: "solaris2.11"' |
268 | 2023-11-02T18:48:44.605Z | configuring based on OS: "solaris2.11" |
269 | 2023-11-02T18:48:44.610Z | + case "$1" in |
270 | 2023-11-02T18:48:44.614Z | + CIDL_BUILD=illumos |
271 | 2023-11-02T18:48:44.621Z | + CIDL_SUFFIX=tar.gz |
272 | 2023-11-02T18:48:44.624Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
273 | 2023-11-02T18:48:44.629Z | + CIDL_MD5FUNC=do_md5sum |
274 | 2023-11-02T18:48:44.632Z | + CIDL_URL_BASE=https://illumos.org/downloads |
275 | 2023-11-02T18:48:44.636Z | + CIDL_ASSEMBLE=do_assemble_illumos |
276 | 2023-11-02T18:48:44.640Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
277 | 2023-11-02T18:48:44.644Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-11-02T18:48:44.648Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-11-02T18:48:44.653Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
280 | 2023-11-02T18:48:44.657Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-11-02T18:48:44.661Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
282 | 2023-11-02T18:48:44.665Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-11-02T18:48:44.672Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
284 | 2023-11-02T18:48:44.679Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-11-02T18:48:44.686Z | + mkdir -p out/downloads |
286 | 2023-11-02T18:48:44.693Z | + mkdir -p ./out/cockroachdb |
287 | 2023-11-02T18:48:44.704Z | + local DO_DOWNLOAD=true |
288 | 2023-11-02T18:48:44.717Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
289 | 2023-11-02T18:48:45.145Z | + '[' true == true ']' |
290 | 2023-11-02T18:48:45.176Z | + echo Downloading... |
291 | 2023-11-02T18:48:45.591Z | Downloading... |
292 | 2023-11-02T18:48:45.595Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-11-02T18:48:45.598Z | + 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 |
294 | 2023-11-02T18:48:45.805Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-11-02T18:48:45.815Z | ++ md5sum |
296 | 2023-11-02T18:48:45.826Z | ++ awk '{print $1}' |
297 | 2023-11-02T18:48:45.991Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
298 | 2023-11-02T18:48:46.412Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
299 | 2023-11-02T18:48:46.420Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2023-11-02T18:48:46.427Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
301 | 2023-11-02T18:48:49.600Z | + do_assemble_illumos |
302 | 2023-11-02T18:48:49.615Z | + rm -r ./out/cockroachdb |
303 | 2023-11-02T18:48:49.627Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
304 | 2023-11-02T18:48:50.273Z | + ./out/cockroachdb/bin/cockroach version |
305 | 2023-11-02T18:48:50.423Z | Build Tag: v22.1.9-dirty |
306 | 2023-11-02T18:48:50.438Z | Build Time: 2022/10/26 21:17:46 |
307 | 2023-11-02T18:48:51.311Z | Distribution: OSS |
308 | 2023-11-02T18:48:51.321Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
309 | 2023-11-02T18:48:51.754Z | Go Version: go1.17.13 |
310 | 2023-11-02T18:48:51.774Z | C Compiler: gcc 10.3.0 |
311 | 2023-11-02T18:48:51.793Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
312 | 2023-11-02T18:48:51.826Z | Build Type: release |
313 | 2023-11-02T18:48:51.848Z | + set -o errexit |
314 | 2023-11-02T18:48:51.874Z | +++ dirname ./tools/ci_download_clickhouse |
315 | 2023-11-02T18:48:51.910Z | ++ cd ./tools |
316 | 2023-11-02T18:48:51.951Z | ++ pwd |
317 | 2023-11-02T18:48:51.988Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
318 | 2023-11-02T18:48:52.018Z | ++ basename ./tools/ci_download_clickhouse |
319 | 2023-11-02T18:48:52.039Z | + ARG0=ci_download_clickhouse |
320 | 2023-11-02T18:48:52.460Z | + TARGET_DIR=out |
321 | 2023-11-02T18:48:52.475Z | + DOWNLOAD_DIR=out/downloads |
322 | 2023-11-02T18:48:52.496Z | + DEST_DIR=./out/clickhouse |
323 | 2023-11-02T18:48:52.508Z | + CIDL_VERSION=v22.8.9.24 |
324 | 2023-11-02T18:48:52.519Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
325 | 2023-11-02T18:48:52.534Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
326 | 2023-11-02T18:48:52.956Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
327 | 2023-11-02T18:48:52.969Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
328 | 2023-11-02T18:48:52.983Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
329 | 2023-11-02T18:48:52.994Z | + main |
330 | 2023-11-02T18:48:53.026Z | + [[ 0 != 0 ]] |
331 | 2023-11-02T18:48:53.049Z | + CIDL_OS=solaris2.11 |
332 | 2023-11-02T18:48:53.068Z | + [[ 0 != 0 ]] |
333 | 2023-11-02T18:48:53.082Z | + configure_os solaris2.11 |
334 | 2023-11-02T18:48:53.109Z | + echo 'current directory: /work/oxidecomputer/omicron' |
335 | 2023-11-02T18:48:53.125Z | current directory: /work/oxidecomputer/omicron |
336 | 2023-11-02T18:48:53.144Z | + echo 'configuring based on OS: "solaris2.11"' |
337 | 2023-11-02T18:48:53.159Z | configuring based on OS: "solaris2.11" |
338 | 2023-11-02T18:48:53.178Z | + CIDL_DASHREV= |
339 | 2023-11-02T18:48:53.197Z | + case "$1" in |
340 | 2023-11-02T18:48:53.214Z | + CIDL_PLATFORM=illumos |
341 | 2023-11-02T18:48:53.229Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
342 | 2023-11-02T18:48:53.661Z | + CIDL_MD5FUNC=do_md5sum |
343 | 2023-11-02T18:48:53.672Z | + CIDL_DASHREV=-1 |
344 | 2023-11-02T18:48:53.683Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
345 | 2023-11-02T18:48:53.697Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2023-11-02T18:48:53.712Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-11-02T18:48:53.724Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-11-02T18:48:53.742Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2023-11-02T18:48:53.758Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2023-11-02T18:48:53.778Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
351 | 2023-11-02T18:48:53.803Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2023-11-02T18:48:53.829Z | + mkdir -p out/downloads |
353 | 2023-11-02T18:48:53.846Z | + mkdir -p ./out/clickhouse |
354 | 2023-11-02T18:48:54.318Z | + local DO_DOWNLOAD=true |
355 | 2023-11-02T18:48:54.335Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
356 | 2023-11-02T18:48:54.355Z | + '[' true == true ']' |
357 | 2023-11-02T18:48:54.787Z | + echo Downloading... |
358 | 2023-11-02T18:48:54.808Z | Downloading... |
359 | 2023-11-02T18:48:54.822Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2023-11-02T18:48:54.839Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2023-11-02T18:48:55.698Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2023-11-02T18:48:55.726Z | ++ md5sum |
363 | 2023-11-02T18:48:55.744Z | ++ awk '{print $1}' |
364 | 2023-11-02T18:48:55.759Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
365 | 2023-11-02T18:48:55.782Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
366 | 2023-11-02T18:48:55.807Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
367 | 2023-11-02T18:48:55.850Z | + mkdir -p ./out/clickhouse |
368 | 2023-11-02T18:48:56.693Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
369 | 2023-11-02T18:48:57.272Z | + ./out/clickhouse/clickhouse server --version |
370 | 2023-11-02T18:48:57.323Z | ClickHouse server version 22.8.9.1. |
371 | 2023-11-02T18:48:57.351Z | + set -o errexit |
372 | 2023-11-02T18:48:57.368Z | +++ dirname ./tools/ci_download_console |
373 | 2023-11-02T18:48:57.400Z | ++ cd ./tools |
374 | 2023-11-02T18:48:57.425Z | ++ pwd |
375 | 2023-11-02T18:48:57.440Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
376 | 2023-11-02T18:48:57.859Z | ++ basename ./tools/ci_download_console |
377 | 2023-11-02T18:48:58.286Z | + ARG0=ci_download_console |
378 | 2023-11-02T18:48:58.301Z | + TARGET_DIR=out |
379 | 2023-11-02T18:48:58.315Z | + DOWNLOAD_DIR=out/downloads |
380 | 2023-11-02T18:48:58.325Z | + DEST_DIR=./out/console-assets |
381 | 2023-11-02T18:48:58.344Z | + source /work/oxidecomputer/omicron/tools/console_version |
382 | 2023-11-02T18:48:58.371Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
383 | 2023-11-02T18:48:58.408Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
384 | 2023-11-02T18:48:58.853Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
385 | 2023-11-02T18:48:59.544Z | + TARBALL_FILE=out/downloads/console.tar.gz |
386 | 2023-11-02T18:48:59.559Z | + main |
387 | 2023-11-02T18:48:59.572Z | + [[ 0 != 0 ]] |
388 | 2023-11-02T18:48:59.584Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
389 | 2023-11-02T18:48:59.606Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
390 | 2023-11-02T18:48:59.627Z | + echo 'Local file: out/downloads/console.tar.gz' |
391 | 2023-11-02T18:48:59.644Z | Local file: out/downloads/console.tar.gz |
392 | 2023-11-02T18:49:00.078Z | + local DO_DOWNLOAD=true |
393 | 2023-11-02T18:49:00.100Z | + [[ -f out/downloads/console.tar.gz ]] |
394 | 2023-11-02T18:49:00.122Z | + mkdir -p out/downloads |
395 | 2023-11-02T18:49:00.138Z | + '[' true == true ']' |
396 | 2023-11-02T18:49:00.150Z | + echo Downloading... |
397 | 2023-11-02T18:49:00.169Z | Downloading... |
398 | 2023-11-02T18:49:00.184Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
399 | 2023-11-02T18:49:00.200Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
400 | 2023-11-02T18:49:00.218Z | ++ do_sha256sum out/downloads/console.tar.gz |
401 | 2023-11-02T18:49:00.236Z | ++ case "$OSTYPE" in |
402 | 2023-11-02T18:49:00.688Z | ++ SHA=sha256sum |
403 | 2023-11-02T18:49:00.702Z | ++ sha256sum |
404 | 2023-11-02T18:49:01.123Z | ++ awk '{print $1}' |
405 | 2023-11-02T18:49:01.948Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
406 | 2023-11-02T18:49:03.203Z | + [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]] |
407 | 2023-11-02T18:49:03.228Z | + rm -rf ./out/console-assets |
408 | 2023-11-02T18:49:03.658Z | + mkdir -p ./out/console-assets |
409 | 2023-11-02T18:49:03.670Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
410 | 2023-11-02T18:49:03.681Z | + mkdir -p ./out/console-assets |
411 | 2023-11-02T18:49:03.691Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
412 | 2023-11-02T18:49:03.700Z | + set -o errexit |
413 | 2023-11-02T18:49:03.713Z | +++ dirname ./tools/ci_download_maghemite_openapi |
414 | 2023-11-02T18:49:04.146Z | ++ cd ./tools |
415 | 2023-11-02T18:49:04.180Z | ++ pwd |
416 | 2023-11-02T18:49:04.192Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
417 | 2023-11-02T18:49:04.207Z | ++ basename ./tools/ci_download_maghemite_openapi |
418 | 2023-11-02T18:49:04.216Z | + ARG0=ci_download_maghemite_openapi |
419 | 2023-11-02T18:49:04.232Z | + TARGET_DIR=out |
420 | 2023-11-02T18:49:04.240Z | + DOWNLOAD_DIR=out/downloads |
421 | 2023-11-02T18:49:04.259Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
422 | 2023-11-02T18:49:04.279Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
423 | 2023-11-02T18:49:04.290Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
424 | 2023-11-02T18:49:04.300Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
425 | 2023-11-02T18:49:04.315Z | + LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
426 | 2023-11-02T18:49:04.324Z | + main |
427 | 2023-11-02T18:49:04.332Z | + [[ 0 != 0 ]] |
428 | 2023-11-02T18:49:04.344Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json' |
429 | 2023-11-02T18:49:04.361Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
430 | 2023-11-02T18:49:04.374Z | + echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
431 | 2023-11-02T18:49:04.392Z | Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
432 | 2023-11-02T18:49:04.405Z | + local DO_DOWNLOAD=true |
433 | 2023-11-02T18:49:04.418Z | + [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
434 | 2023-11-02T18:49:04.434Z | + mkdir -p out/downloads |
435 | 2023-11-02T18:49:04.445Z | + '[' true == true ']' |
436 | 2023-11-02T18:49:04.476Z | + echo Downloading... |
437 | 2023-11-02T18:49:04.489Z | Downloading... |
438 | 2023-11-02T18:49:04.506Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
439 | 2023-11-02T18:49:04.522Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
440 | 2023-11-02T18:49:04.545Z | ++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
441 | 2023-11-02T18:49:04.564Z | ++ case "$OSTYPE" in |
442 | 2023-11-02T18:49:04.581Z | ++ SHA=sha256sum |
443 | 2023-11-02T18:49:04.593Z | ++ sha256sum |
444 | 2023-11-02T18:49:04.603Z | ++ awk '{print $1}' |
445 | 2023-11-02T18:49:04.623Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
446 | 2023-11-02T18:49:05.052Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
447 | 2023-11-02T18:49:05.069Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
448 | 2023-11-02T18:49:05.094Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
449 | 2023-11-02T18:49:05.121Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
450 | 2023-11-02T18:49:05.152Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
451 | 2023-11-02T18:49:05.168Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
452 | 2023-11-02T18:49:05.201Z | Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
453 | 2023-11-02T18:49:05.213Z | + LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
454 | 2023-11-02T18:49:05.637Z | Downloading... |
455 | 2023-11-02T18:49:05.643Z | + main |
456 | 2023-11-02T18:49:05.649Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
457 | 2023-11-02T18:49:05.657Z | + [[ 0 != 0 ]] |
458 | 2023-11-02T18:49:05.663Z | Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
459 | 2023-11-02T18:49:05.667Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json' |
460 | 2023-11-02T18:49:05.675Z | Downloading... |
461 | 2023-11-02T18:49:05.682Z | + echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
462 | 2023-11-02T18:49:05.688Z | current directory: /work/oxidecomputer/omicron |
463 | 2023-11-02T18:49:05.694Z | + local DO_DOWNLOAD=true |
464 | 2023-11-02T18:49:05.701Z | configuring based on OS: "solaris2.11" |
465 | 2023-11-02T18:49:05.706Z | + [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
466 | 2023-11-02T18:49:05.712Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
467 | 2023-11-02T18:49:05.718Z | + mkdir -p out/downloads |
468 | 2023-11-02T18:49:05.729Z | Local file: out/downloads/dendrite-stub.tar.gz |
469 | 2023-11-02T18:49:05.744Z | + '[' true == true ']' |
470 | 2023-11-02T18:49:05.757Z | Downloading... |
471 | 2023-11-02T18:49:05.767Z | + echo Downloading... |
472 | 2023-11-02T18:49:05.775Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
473 | 2023-11-02T18:49:06.191Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
474 | 2023-11-02T18:49:06.198Z | ++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
475 | 2023-11-02T18:49:06.213Z | ++ case "$OSTYPE" in |
476 | 2023-11-02T18:49:06.222Z | ++ SHA=sha256sum |
477 | 2023-11-02T18:49:06.231Z | ++ sha256sum |
478 | 2023-11-02T18:49:06.246Z | ++ awk '{print $1}' |
479 | 2023-11-02T18:49:06.259Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
480 | 2023-11-02T18:49:06.685Z | + [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]] |
481 | 2023-11-02T18:49:06.696Z | + set -o errexit |
482 | 2023-11-02T18:49:07.117Z | +++ dirname ./tools/ci_download_dendrite_openapi |
483 | 2023-11-02T18:49:07.129Z | ++ cd ./tools |
484 | 2023-11-02T18:49:07.143Z | ++ pwd |
485 | 2023-11-02T18:49:07.158Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
486 | 2023-11-02T18:49:07.178Z | ++ basename ./tools/ci_download_dendrite_openapi |
487 | 2023-11-02T18:49:07.194Z | + ARG0=ci_download_dendrite_openapi |
488 | 2023-11-02T18:49:07.615Z | + TARGET_DIR=out |
489 | 2023-11-02T18:49:07.628Z | + DOWNLOAD_DIR=out/downloads |
490 | 2023-11-02T18:49:07.647Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
491 | 2023-11-02T18:49:07.671Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
492 | 2023-11-02T18:49:08.435Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
493 | 2023-11-02T18:49:09.720Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
494 | 2023-11-02T18:49:09.726Z | + LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
495 | 2023-11-02T18:49:09.736Z | + main |
496 | 2023-11-02T18:49:09.745Z | + [[ 0 != 0 ]] |
497 | 2023-11-02T18:49:09.754Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json' |
498 | 2023-11-02T18:49:09.899Z | + echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json' |
499 | 2023-11-02T18:49:09.929Z | + local DO_DOWNLOAD=true |
500 | 2023-11-02T18:49:09.948Z | + [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]] |
501 | 2023-11-02T18:49:09.968Z | + mkdir -p out/downloads |
502 | 2023-11-02T18:49:09.989Z | + '[' true == true ']' |
503 | 2023-11-02T18:49:10.004Z | + echo Downloading... |
504 | 2023-11-02T18:49:10.018Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
505 | 2023-11-02T18:49:10.025Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
506 | 2023-11-02T18:49:10.031Z | ++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
507 | 2023-11-02T18:49:10.037Z | ++ case "$OSTYPE" in |
508 | 2023-11-02T18:49:10.045Z | ++ SHA=sha256sum |
509 | 2023-11-02T18:49:10.059Z | ++ sha256sum |
510 | 2023-11-02T18:49:10.084Z | ++ awk '{print $1}' |
511 | 2023-11-02T18:49:10.107Z | + calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
512 | 2023-11-02T18:49:10.121Z | + [[ 544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 != \5\4\4\a\b\4\2\c\c\c\7\9\4\2\d\8\e\c\e\9\c\d\c\8\0\c\d\8\5\d\0\0\2\b\c\f\9\d\5\6\4\6\a\2\9\1\3\2\2\b\f\2\f\7\9\0\8\7\a\b\6\d\f\0 ]] |
513 | 2023-11-02T18:49:10.125Z | + set -o errexit |
514 | 2023-11-02T18:49:10.144Z | +++ dirname ./tools/ci_download_dendrite_stub |
515 | 2023-11-02T18:49:10.148Z | ++ cd ./tools |
516 | 2023-11-02T18:49:10.151Z | ++ pwd |
517 | 2023-11-02T18:49:10.157Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
518 | 2023-11-02T18:49:10.164Z | ++ basename ./tools/ci_download_dendrite_stub |
519 | 2023-11-02T18:49:10.168Z | + ARG0=ci_download_dendrite_stub |
520 | 2023-11-02T18:49:10.174Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
521 | 2023-11-02T18:49:10.180Z | ++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
522 | 2023-11-02T18:49:10.185Z | ++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea |
523 | 2023-11-02T18:49:10.188Z | ++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2 |
524 | 2023-11-02T18:49:10.193Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
525 | 2023-11-02T18:49:10.202Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
526 | 2023-11-02T18:49:10.215Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
527 | 2023-11-02T18:49:10.227Z | + TARGET_DIR=out |
528 | 2023-11-02T18:49:10.237Z | + DOWNLOAD_DIR=out/downloads |
529 | 2023-11-02T18:49:10.249Z | + DEST_DIR=./out/dendrite-stub |
530 | 2023-11-02T18:49:10.259Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
531 | 2023-11-02T18:49:10.265Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
532 | 2023-11-02T18:49:10.278Z | + REPO=oxidecomputer/dendrite |
533 | 2023-11-02T18:49:10.291Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966 |
534 | 2023-11-02T18:49:10.301Z | + main |
535 | 2023-11-02T18:49:10.311Z | + [[ 0 != 0 ]] |
536 | 2023-11-02T18:49:10.322Z | + CIDL_OS=solaris2.11 |
537 | 2023-11-02T18:49:10.332Z | + [[ 0 != 0 ]] |
538 | 2023-11-02T18:49:10.341Z | + configure_os solaris2.11 |
539 | 2023-11-02T18:49:10.352Z | + echo 'current directory: /work/oxidecomputer/omicron' |
540 | 2023-11-02T18:49:10.366Z | + echo 'configuring based on OS: "solaris2.11"' |
541 | 2023-11-02T18:49:10.387Z | + case "$1" in |
542 | 2023-11-02T18:49:10.408Z | + SET_BINARIES= |
543 | 2023-11-02T18:49:10.427Z | + CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
544 | 2023-11-02T18:49:10.443Z | + CIDL_SHA256FUNC=do_sha256sum |
545 | 2023-11-02T18:49:10.519Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
546 | 2023-11-02T18:49:10.536Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
547 | 2023-11-02T18:49:10.555Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
548 | 2023-11-02T18:49:10.575Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz' |
549 | 2023-11-02T18:49:10.585Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
550 | 2023-11-02T18:49:10.593Z | + mkdir -p out/downloads |
551 | 2023-11-02T18:49:10.600Z | + mkdir -p ./out/dendrite-stub |
552 | 2023-11-02T18:49:10.605Z | + fetch_and_verify |
553 | 2023-11-02T18:49:10.612Z | + local DO_DOWNLOAD=true |
554 | 2023-11-02T18:49:10.617Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
555 | 2023-11-02T18:49:10.623Z | + '[' true == true ']' |
556 | 2023-11-02T18:49:11.045Z | + echo Downloading... |
557 | 2023-11-02T18:49:11.071Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
558 | 2023-11-02T18:49:11.088Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
559 | 2023-11-02T18:49:26.810Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
560 | 2023-11-02T18:49:26.821Z | ++ sha256sum |
561 | 2023-11-02T18:49:26.841Z | ++ awk '{print $1}' |
562 | 2023-11-02T18:49:26.906Z | + calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
563 | 2023-11-02T18:49:26.924Z | + [[ 0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 != \0\8\0\8\f\3\3\1\7\4\1\e\0\2\d\5\5\e\1\9\9\8\4\7\5\7\9\d\f\d\0\1\f\3\6\5\8\b\2\1\c\7\1\2\2\c\e\f\8\c\3\f\9\2\7\9\f\4\3\d\b\a\b\0 ]] |
564 | 2023-11-02T18:49:26.934Z | + do_untar out/downloads/dendrite-stub.tar.gz |
565 | 2023-11-02T18:49:26.947Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
566 | 2023-11-02T18:49:27.860Z | + do_assemble |
567 | 2023-11-02T18:49:28.312Z | + rm -r ./out/dendrite-stub |
568 | 2023-11-02T18:49:29.280Z | + mkdir ./out/dendrite-stub |
569 | 2023-11-02T18:49:29.289Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
570 | 2023-11-02T18:49:29.301Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
571 | 2023-11-02T18:49:29.313Z | + set -o errexit |
572 | 2023-11-02T18:49:29.332Z | +++ dirname ./tools/ci_download_maghemite_mgd |
573 | 2023-11-02T18:49:29.348Z | ++ cd ./tools |
574 | 2023-11-02T18:49:29.777Z | ++ pwd |
575 | 2023-11-02T18:49:29.796Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
576 | 2023-11-02T18:49:29.825Z | ++ basename ./tools/ci_download_maghemite_mgd |
577 | 2023-11-02T18:49:29.841Z | + ARG0=ci_download_maghemite_mgd |
578 | 2023-11-02T18:49:29.854Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
579 | 2023-11-02T18:49:30.279Z | ++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
580 | 2023-11-02T18:49:30.300Z | ++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73 |
581 | 2023-11-02T18:49:30.318Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
582 | 2023-11-02T18:49:30.749Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
583 | 2023-11-02T18:49:30.763Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
584 | 2023-11-02T18:49:30.777Z | + TARGET_DIR=out |
585 | 2023-11-02T18:49:30.787Z | + DOWNLOAD_DIR=out/downloads |
586 | 2023-11-02T18:49:30.798Z | + DEST_DIR=./out/mgd |
587 | 2023-11-02T18:49:30.824Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
588 | 2023-11-02T18:49:30.843Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
589 | 2023-11-02T18:49:30.860Z | + REPO=oxidecomputer/maghemite |
590 | 2023-11-02T18:49:31.291Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
591 | 2023-11-02T18:49:31.306Z | + main |
592 | 2023-11-02T18:49:31.322Z | + [[ 0 != 0 ]] |
593 | 2023-11-02T18:49:31.338Z | + CIDL_OS=solaris2.11 |
594 | 2023-11-02T18:49:31.827Z | + [[ 0 != 0 ]] |
595 | 2023-11-02T18:49:31.841Z | + configure_os solaris2.11 |
596 | 2023-11-02T18:49:31.860Z | + echo 'current directory: /work/oxidecomputer/omicron' |
597 | 2023-11-02T18:49:31.911Z | current directory: /work/oxidecomputer/omicron |
598 | 2023-11-02T18:49:31.929Z | + echo 'configuring based on OS: "solaris2.11"' |
599 | 2023-11-02T18:49:31.949Z | configuring based on OS: "solaris2.11" |
600 | 2023-11-02T18:49:31.970Z | + case "$1" in |
601 | 2023-11-02T18:49:31.984Z | + SET_BINARIES= |
602 | 2023-11-02T18:49:32.012Z | + CIDL_SHA256FUNC=do_sha256sum |
603 | 2023-11-02T18:49:32.027Z | + TARBALL_FILENAME=mgd.tar.gz |
604 | 2023-11-02T18:49:32.043Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
605 | 2023-11-02T18:49:32.061Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
606 | 2023-11-02T18:49:32.083Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz' |
607 | 2023-11-02T18:49:32.096Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
608 | 2023-11-02T18:49:32.112Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
609 | 2023-11-02T18:49:32.552Z | Local file: out/downloads/mgd.tar.gz |
610 | 2023-11-02T18:49:32.569Z | + mkdir -p out/downloads |
611 | 2023-11-02T18:49:32.604Z | + mkdir -p ./out/mgd |
612 | 2023-11-02T18:49:32.613Z | + fetch_and_verify |
613 | 2023-11-02T18:49:32.629Z | + local DO_DOWNLOAD=true |
614 | 2023-11-02T18:49:32.642Z | + [[ -f out/downloads/mgd.tar.gz ]] |
615 | 2023-11-02T18:49:32.654Z | + '[' true == true ']' |
616 | 2023-11-02T18:49:32.661Z | + echo Downloading... |
617 | 2023-11-02T18:49:32.674Z | Downloading... |
618 | 2023-11-02T18:49:32.684Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz |
619 | 2023-11-02T18:49:32.694Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
620 | 2023-11-02T18:49:42.929Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
621 | 2023-11-02T18:49:42.937Z | ++ sha256sum |
622 | 2023-11-02T18:49:42.941Z | ++ awk '{print $1}' |
623 | 2023-11-02T18:49:43.004Z | + calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
624 | 2023-11-02T18:49:43.009Z | + [[ 452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a != \4\5\2\d\f\b\3\4\9\1\e\1\b\6\d\4\d\f\6\b\e\1\c\b\6\8\9\9\2\1\f\5\9\6\2\3\a\e\d\0\8\2\e\4\7\6\0\6\a\7\8\c\0\f\4\4\d\9\1\8\f\6\6\a ]] |
625 | 2023-11-02T18:49:43.012Z | + do_untar out/downloads/mgd.tar.gz |
626 | 2023-11-02T18:49:43.016Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
627 | 2023-11-02T18:49:43.709Z | + do_assemble |
628 | 2023-11-02T18:49:43.718Z | + rm -r ./out/mgd |
629 | 2023-11-02T18:49:43.725Z | + mkdir ./out/mgd |
630 | 2023-11-02T18:49:43.738Z | + cp -r out/downloads/root ./out/mgd/root |
631 | 2023-11-02T18:49:43.932Z | + set -o errexit |
632 | 2023-11-02T18:49:43.944Z | +++ dirname ./tools/ci_download_transceiver_control |
633 | 2023-11-02T18:49:43.954Z | ++ cd ./tools |
634 | 2023-11-02T18:49:43.964Z | ++ pwd |
635 | 2023-11-02T18:49:43.973Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
636 | 2023-11-02T18:49:43.984Z | ++ basename ./tools/ci_download_transceiver_control |
637 | 2023-11-02T18:49:43.997Z | + ARG0=ci_download_transceiver_control |
638 | 2023-11-02T18:49:44.011Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
639 | 2023-11-02T18:49:44.022Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
640 | 2023-11-02T18:49:44.044Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
641 | 2023-11-02T18:49:44.068Z | + TARGET_DIR=out |
642 | 2023-11-02T18:49:44.095Z | + DOWNLOAD_DIR=out/downloads |
643 | 2023-11-02T18:49:44.113Z | + DEST_DIR=./out/transceiver-control |
644 | 2023-11-02T18:49:44.132Z | + BIN_DIR=/opt/oxide/bin |
645 | 2023-11-02T18:49:44.144Z | + BINARY=xcvradm |
646 | 2023-11-02T18:49:44.153Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
647 | 2023-11-02T18:49:44.159Z | + REPO=oxidecomputer/transceiver-control |
648 | 2023-11-02T18:49:44.163Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
649 | 2023-11-02T18:49:44.168Z | + main |
650 | 2023-11-02T18:49:44.173Z | + [[ 0 != 0 ]] |
651 | 2023-11-02T18:49:44.177Z | + CIDL_OS=solaris2.11 |
652 | 2023-11-02T18:49:44.182Z | + [[ 0 != 0 ]] |
653 | 2023-11-02T18:49:44.189Z | + configure_os solaris2.11 |
654 | 2023-11-02T18:49:44.206Z | + echo 'current directory: /work/oxidecomputer/omicron' |
655 | 2023-11-02T18:49:44.220Z | current directory: /work/oxidecomputer/omicron |
656 | 2023-11-02T18:49:44.238Z | + echo 'configuring based on OS: "solaris2.11"' |
657 | 2023-11-02T18:49:44.253Z | configuring based on OS: "solaris2.11" |
658 | 2023-11-02T18:49:44.670Z | + case "$1" in |
659 | 2023-11-02T18:49:44.710Z | + SET_BINARIES= |
660 | 2023-11-02T18:49:44.753Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
661 | 2023-11-02T18:49:44.762Z | + CIDL_SHA256FUNC=do_sha256sum |
662 | 2023-11-02T18:49:44.786Z | + ARCHIVE_FILENAME=xcvradm.gz |
663 | 2023-11-02T18:49:44.795Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
664 | 2023-11-02T18:49:44.808Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
665 | 2023-11-02T18:49:44.817Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
666 | 2023-11-02T18:49:44.820Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
667 | 2023-11-02T18:49:44.826Z | + echo 'Local file: out/downloads/xcvradm.gz' |
668 | 2023-11-02T18:49:44.833Z | Local file: out/downloads/xcvradm.gz |
669 | 2023-11-02T18:49:44.841Z | + mkdir -p out/downloads |
670 | 2023-11-02T18:49:44.850Z | + mkdir -p ./out/transceiver-control |
671 | 2023-11-02T18:49:44.857Z | + fetch_and_verify |
672 | 2023-11-02T18:49:44.862Z | + local DO_DOWNLOAD=true |
673 | 2023-11-02T18:49:44.868Z | + [[ -f out/downloads/xcvradm.gz ]] |
674 | 2023-11-02T18:49:44.882Z | + '[' true == true ']' |
675 | 2023-11-02T18:49:44.888Z | + echo Downloading... |
676 | 2023-11-02T18:49:44.895Z | Downloading... |
677 | 2023-11-02T18:49:44.908Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
678 | 2023-11-02T18:49:44.915Z | + 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 |
679 | 2023-11-02T18:49:47.264Z | ++ do_sha256sum out/downloads/xcvradm.gz |
680 | 2023-11-02T18:49:47.271Z | ++ sha256sum |
681 | 2023-11-02T18:49:47.689Z | ++ awk '{print $1}' |
682 | 2023-11-02T18:49:47.721Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
683 | 2023-11-02T18:49:47.750Z | + [[ 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 ]] |
684 | 2023-11-02T18:49:47.767Z | + do_unpack out/downloads/xcvradm.gz |
685 | 2023-11-02T18:49:47.775Z | + mkdir -p out/downloads/root//opt/oxide/bin |
686 | 2023-11-02T18:49:47.783Z | + gzip -dc out/downloads/xcvradm.gz |
687 | 2023-11-02T18:49:47.794Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
688 | 2023-11-02T18:49:47.802Z | + do_assemble |
689 | 2023-11-02T18:49:47.818Z | + rm -r ./out/transceiver-control |
690 | 2023-11-02T18:49:47.825Z | + mkdir ./out/transceiver-control |
691 | 2023-11-02T18:49:47.832Z | + cp -r out/downloads/root ./out/transceiver-control/root |
692 | 2023-11-02T18:49:47.844Z | All builder prerequisites installed successfully, and PATH looks valid |
693 | 2023-11-02T18:49:47.849Z | |
694 | 2023-11-02T18:49:47.852Z | real 2:33.993550397 |
695 | 2023-11-02T18:49:47.856Z | user 52.523576380 |
696 | 2023-11-02T18:49:47.860Z | sys 10.440931751 |
697 | 2023-11-02T18:49:47.863Z | trap 0.027296592 |
698 | 2023-11-02T18:49:47.866Z | tflt 0.239506070 |
699 | 2023-11-02T18:49:47.870Z | dflt 0.524351851 |
700 | 2023-11-02T18:49:47.875Z | kflt 0.182038071 |
701 | 2023-11-02T18:49:47.885Z | lock 1.721763164 |
702 | 2023-11-02T18:49:47.889Z | slp 5:16.341613672 |
703 | 2023-11-02T18:49:47.893Z | lat 4.160426128 |
704 | 2023-11-02T18:49:47.897Z | stop 0.077580681 |
705 | 2023-11-02T18:49:47.902Z | |
706 | 2023-11-02T18:49:47.914Z | #### # # ##### ##### # # |
707 | 2023-11-02T18:49:47.924Z | # # # # # # # # # # |
708 | 2023-11-02T18:49:47.936Z | # # # # # # # # |
709 | 2023-11-02T18:49:47.943Z | # # # ##### ##### # |
710 | 2023-11-02T18:49:47.957Z | # # # # # # # |
711 | 2023-11-02T18:49:47.963Z | #### ###### # # # # |
712 | 2023-11-02T18:49:47.970Z | |
713 | 2023-11-02T18:49:48.038Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
714 | 2023-11-02T18:49:48.403Z | Updating crates.io index |
715 | 2023-11-02T18:49:48.413Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
716 | 2023-11-02T18:49:49.285Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
717 | 2023-11-02T18:49:51.126Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
718 | 2023-11-02T18:49:51.759Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
719 | 2023-11-02T18:49:52.467Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
720 | 2023-11-02T18:49:52.772Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
721 | 2023-11-02T18:49:53.065Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
722 | 2023-11-02T18:49:54.470Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
723 | 2023-11-02T18:49:55.815Z | Updating git repository `https://github.com/oxidecomputer/opte` |
724 | 2023-11-02T18:49:56.807Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
725 | 2023-11-02T18:49:57.182Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
726 | 2023-11-02T18:49:57.460Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
727 | 2023-11-02T18:49:58.022Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
728 | 2023-11-02T18:49:58.327Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
729 | 2023-11-02T18:49:58.774Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
730 | 2023-11-02T18:49:59.076Z | Updating git repository `https://github.com/njaremko/samael` |
731 | 2023-11-02T18:49:59.593Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
732 | 2023-11-02T18:50:00.148Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
733 | 2023-11-02T18:50:00.541Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
734 | 2023-11-02T18:50:00.868Z | Updating git repository `https://github.com/jgallagher/nix` |
735 | 2023-11-02T18:50:02.100Z | Updating git repository `https://github.com/cbiffle/hubpack` |
736 | 2023-11-02T18:50:02.713Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
737 | 2023-11-02T18:50:12.215Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
738 | 2023-11-02T18:50:12.710Z | Updating git repository `https://github.com/oxidecomputer/typify` |
739 | 2023-11-02T18:50:13.815Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
740 | 2023-11-02T18:50:14.218Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
741 | 2023-11-02T18:50:14.550Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
742 | 2023-11-02T18:50:15.923Z | Downloading crates ... |
743 | 2023-11-02T18:50:16.095Z | Downloaded indexmap v2.0.0 |
744 | 2023-11-02T18:50:16.103Z | Downloaded itoa v1.0.9 |
745 | 2023-11-02T18:50:16.109Z | Downloaded equivalent v1.0.1 |
746 | 2023-11-02T18:50:16.112Z | Downloaded anstream v0.5.0 |
747 | 2023-11-02T18:50:16.120Z | Downloaded errno v0.3.2 |
748 | 2023-11-02T18:50:16.124Z | Downloaded serde_spanned v0.6.3 |
749 | 2023-11-02T18:50:16.128Z | Downloaded anstyle-query v1.0.0 |
750 | 2023-11-02T18:50:16.132Z | Downloaded heck v0.4.1 |
751 | 2023-11-02T18:50:16.136Z | Downloaded strsim v0.10.0 |
752 | 2023-11-02T18:50:16.139Z | Downloaded thiserror-impl v1.0.49 |
753 | 2023-11-02T18:50:16.143Z | Downloaded terminal_size v0.2.6 |
754 | 2023-11-02T18:50:16.147Z | Downloaded anstyle v1.0.2 |
755 | 2023-11-02T18:50:16.153Z | Downloaded colorchoice v1.0.0 |
756 | 2023-11-02T18:50:16.157Z | Downloaded clap_derive v4.4.2 |
757 | 2023-11-02T18:50:16.162Z | Downloaded semver v1.0.20 |
758 | 2023-11-02T18:50:16.166Z | Downloaded cargo-platform v0.1.3 |
759 | 2023-11-02T18:50:16.170Z | Downloaded clap_lex v0.5.1 |
760 | 2023-11-02T18:50:16.174Z | Downloaded toml_datetime v0.6.3 |
761 | 2023-11-02T18:50:16.180Z | Downloaded bitflags v1.3.2 |
762 | 2023-11-02T18:50:16.185Z | Downloaded utf8parse v0.2.1 |
763 | 2023-11-02T18:50:16.190Z | Downloaded camino v1.1.6 |
764 | 2023-11-02T18:50:16.194Z | Downloaded quote v1.0.33 |
765 | 2023-11-02T18:50:16.199Z | Downloaded unicode-ident v1.0.12 |
766 | 2023-11-02T18:50:16.204Z | Downloaded cargo_metadata v0.18.0 |
767 | 2023-11-02T18:50:16.210Z | Downloaded cargo_toml v0.16.3 |
768 | 2023-11-02T18:50:16.215Z | Downloaded anyhow v1.0.75 |
769 | 2023-11-02T18:50:16.220Z | Downloaded toml v0.8.0 |
770 | 2023-11-02T18:50:16.224Z | Downloaded serde_derive v1.0.188 |
771 | 2023-11-02T18:50:16.230Z | Downloaded clap v4.4.3 |
772 | 2023-11-02T18:50:16.235Z | Downloaded serde v1.0.188 |
773 | 2023-11-02T18:50:16.241Z | Downloaded toml_edit v0.20.0 |
774 | 2023-11-02T18:50:16.252Z | Downloaded hashbrown v0.14.0 |
775 | 2023-11-02T18:50:16.267Z | Downloaded memchr v2.6.3 |
776 | 2023-11-02T18:50:16.274Z | Downloaded serde_json v1.0.108 |
777 | 2023-11-02T18:50:16.283Z | Downloaded winnow v0.5.15 |
778 | 2023-11-02T18:50:16.300Z | Downloaded clap_builder v4.4.2 |
779 | 2023-11-02T18:50:16.310Z | Downloaded syn v2.0.32 |
780 | 2023-11-02T18:50:16.329Z | Downloaded rustix v0.37.23 |
781 | 2023-11-02T18:50:16.372Z | Downloaded libc v0.2.149 |
782 | 2023-11-02T18:50:16.418Z | Downloaded proc-macro2 v1.0.67 |
783 | 2023-11-02T18:50:16.431Z | Downloaded ryu v1.0.15 |
784 | 2023-11-02T18:50:16.444Z | Downloaded io-lifetimes v1.0.11 |
785 | 2023-11-02T18:50:16.466Z | Downloaded thiserror v1.0.49 |
786 | 2023-11-02T18:50:16.493Z | Downloaded anstyle-parse v0.2.1 |
787 | 2023-11-02T18:50:16.624Z | Compiling proc-macro2 v1.0.67 |
788 | 2023-11-02T18:50:16.627Z | Compiling unicode-ident v1.0.12 |
789 | 2023-11-02T18:50:16.632Z | Compiling serde v1.0.188 |
790 | 2023-11-02T18:50:16.637Z | Compiling libc v0.2.149 |
791 | 2023-11-02T18:50:16.644Z | Compiling io-lifetimes v1.0.11 |
792 | 2023-11-02T18:50:16.650Z | Compiling rustix v0.37.23 |
793 | 2023-11-02T18:50:16.654Z | Compiling bitflags v1.3.2 |
794 | 2023-11-02T18:50:16.658Z | Compiling equivalent v1.0.1 |
795 | 2023-11-02T18:50:16.891Z | Compiling utf8parse v0.2.1 |
796 | 2023-11-02T18:50:16.911Z | Compiling hashbrown v0.14.0 |
797 | 2023-11-02T18:50:16.991Z | Compiling anstyle v1.0.2 |
798 | 2023-11-02T18:50:17.141Z | Compiling anstyle-parse v0.2.1 |
799 | 2023-11-02T18:50:17.552Z | Compiling thiserror v1.0.49 |
800 | 2023-11-02T18:50:17.560Z | Compiling anstyle-query v1.0.0 |
801 | 2023-11-02T18:50:17.705Z | Compiling camino v1.1.6 |
802 | 2023-11-02T18:50:18.322Z | Compiling indexmap v2.0.0 |
803 | 2023-11-02T18:50:18.722Z | Compiling serde_json v1.0.108 |
804 | 2023-11-02T18:50:18.759Z | Compiling winnow v0.5.15 |
805 | 2023-11-02T18:50:18.942Z | Compiling colorchoice v1.0.0 |
806 | 2023-11-02T18:50:19.094Z | Compiling semver v1.0.20 |
807 | 2023-11-02T18:50:19.275Z | Compiling anstream v0.5.0 |
808 | 2023-11-02T18:50:34.194Z | Compiling strsim v0.10.0 |
809 | 2023-11-02T18:50:34.640Z | Compiling anyhow v1.0.75 |
810 | 2023-11-02T18:50:34.759Z | Compiling clap_lex v0.5.1 |
811 | 2023-11-02T18:50:34.827Z | Compiling quote v1.0.33 |
812 | 2023-11-02T18:50:34.912Z | Compiling ryu v1.0.15 |
813 | 2023-11-02T18:50:35.142Z | Compiling heck v0.4.1 |
814 | 2023-11-02T18:50:35.254Z | Compiling itoa v1.0.9 |
815 | 2023-11-02T18:50:35.768Z | Compiling syn v2.0.32 |
816 | 2023-11-02T18:50:36.052Z | Compiling errno v0.3.2 |
817 | 2023-11-02T18:50:36.267Z | Compiling terminal_size v0.2.6 |
818 | 2023-11-02T18:50:36.494Z | Compiling clap_builder v4.4.2 |
819 | 2023-11-02T18:50:36.705Z | Compiling serde_derive v1.0.188 |
820 | 2023-11-02T18:50:36.873Z | Compiling thiserror-impl v1.0.49 |
821 | 2023-11-02T18:50:37.135Z | Compiling clap_derive v4.4.2 |
822 | 2023-11-02T18:50:37.389Z | Compiling clap v4.4.3 |
823 | 2023-11-02T18:50:40.188Z | Compiling toml_datetime v0.6.3 |
824 | 2023-11-02T18:50:40.233Z | Compiling serde_spanned v0.6.3 |
825 | 2023-11-02T18:50:40.664Z | Compiling cargo-platform v0.1.3 |
826 | 2023-11-02T18:50:41.087Z | Compiling toml_edit v0.20.0 |
827 | 2023-11-02T18:50:42.241Z | Compiling cargo_metadata v0.18.0 |
828 | 2023-11-02T18:50:43.792Z | Compiling toml v0.8.0 |
829 | 2023-11-02T18:50:44.795Z | Compiling cargo_toml v0.16.3 |
830 | 2023-11-02T18:50:50.367Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
831 | 2023-11-02T18:50:51.700Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 03s |
832 | 2023-11-02T18:50:51.922Z | Running `target/debug/xtask clippy` |
833 | 2023-11-02T18:50:52.050Z | running: "/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
834 | 2023-11-02T18:50:52.908Z | Downloading crates ... |
835 | 2023-11-02T18:50:53.153Z | Downloaded async-stream-impl v0.3.5 |
836 | 2023-11-02T18:50:53.165Z | Downloaded assert_cmd v2.0.12 |
837 | 2023-11-02T18:50:53.179Z | Downloaded block-padding v0.3.3 |
838 | 2023-11-02T18:50:53.195Z | Downloaded num-integer v0.1.45 |
839 | 2023-11-02T18:50:53.611Z | Downloaded const-oid v0.9.5 |
840 | 2023-11-02T18:50:53.642Z | Downloaded inout v0.1.3 |
841 | 2023-11-02T18:50:53.655Z | Downloaded lazy_static v1.4.0 |
842 | 2023-11-02T18:50:53.666Z | Downloaded httpdate v1.0.3 |
843 | 2023-11-02T18:50:53.681Z | Downloaded hubpack v0.1.2 |
844 | 2023-11-02T18:50:53.691Z | Downloaded hyper-staticfile v0.9.5 |
845 | 2023-11-02T18:50:53.706Z | Downloaded base64 v0.21.5 |
846 | 2023-11-02T18:50:53.718Z | Downloaded schemars v0.8.13 |
847 | 2023-11-02T18:50:53.727Z | Downloaded cast v0.3.0 |
848 | 2023-11-02T18:50:53.741Z | Downloaded bitstruct_derive v0.1.0 |
849 | 2023-11-02T18:50:53.753Z | Downloaded approx v0.5.1 |
850 | 2023-11-02T18:50:53.763Z | Downloaded http-body v0.4.5 |
851 | 2023-11-02T18:50:53.777Z | Downloaded convert_case v0.4.0 |
852 | 2023-11-02T18:50:53.792Z | Downloaded async-trait v0.1.74 |
853 | 2023-11-02T18:50:53.814Z | Downloaded criterion-plot v0.5.0 |
854 | 2023-11-02T18:50:53.835Z | Downloaded number_prefix v0.4.0 |
855 | 2023-11-02T18:50:53.843Z | Downloaded match_cfg v0.1.0 |
856 | 2023-11-02T18:50:53.850Z | Downloaded newtype_derive v0.1.6 |
857 | 2023-11-02T18:50:53.862Z | Downloaded md-5 v0.10.5 |
858 | 2023-11-02T18:50:53.871Z | Downloaded bincode v1.3.3 |
859 | 2023-11-02T18:50:53.892Z | Downloaded newline-converter v0.3.0 |
860 | 2023-11-02T18:50:53.897Z | Downloaded nodrop v0.1.14 |
861 | 2023-11-02T18:50:53.905Z | Downloaded buf-list v1.0.3 |
862 | 2023-11-02T18:50:53.912Z | Downloaded num-rational v0.4.1 |
863 | 2023-11-02T18:50:53.918Z | Downloaded chacha20 v0.9.1 |
864 | 2023-11-02T18:50:53.949Z | Downloaded usdt-attr-macro v0.3.5 |
865 | 2023-11-02T18:50:53.963Z | Downloaded linked-hash-map v0.5.6 |
866 | 2023-11-02T18:50:53.975Z | Downloaded hmac v0.12.1 |
867 | 2023-11-02T18:50:53.982Z | Downloaded libefi-sys v0.1.0 |
868 | 2023-11-02T18:50:54.036Z | Downloaded lru-cache v0.1.2 |
869 | 2023-11-02T18:50:54.060Z | Downloaded mime_guess v2.0.4 |
870 | 2023-11-02T18:50:54.077Z | Downloaded ipnetwork v0.20.0 |
871 | 2023-11-02T18:50:54.094Z | Downloaded hostname v0.3.1 |
872 | 2023-11-02T18:50:54.114Z | Downloaded memoffset v0.9.0 |
873 | 2023-11-02T18:50:54.123Z | Downloaded console v0.15.7 |
874 | 2023-11-02T18:50:54.127Z | Downloaded tui-tree-widget v0.13.0 |
875 | 2023-11-02T18:50:54.131Z | Downloaded crc32fast v1.3.2 |
876 | 2023-11-02T18:50:54.135Z | Downloaded blake2 v0.10.6 |
877 | 2023-11-02T18:50:54.142Z | Downloaded path-dedot v3.1.0 |
878 | 2023-11-02T18:50:54.154Z | Downloaded utf-8 v0.7.6 |
879 | 2023-11-02T18:50:54.162Z | Downloaded fragile v2.0.0 |
880 | 2023-11-02T18:50:54.230Z | Downloaded serde_tokenstream v0.2.0 |
881 | 2023-11-02T18:50:54.239Z | Downloaded phf_shared v0.10.0 |
882 | 2023-11-02T18:50:54.247Z | Downloaded foreign-types-shared v0.1.1 |
883 | 2023-11-02T18:50:54.271Z | Downloaded percent-encoding v2.3.0 |
884 | 2023-11-02T18:50:54.285Z | Downloaded proc-macro-crate v1.3.1 |
885 | 2023-11-02T18:50:54.303Z | Downloaded pretty-hex v0.3.0 |
886 | 2023-11-02T18:50:54.310Z | Downloaded mockall_derive v0.11.4 |
887 | 2023-11-02T18:50:54.315Z | Downloaded rustfmt-wrapper v0.2.0 |
888 | 2023-11-02T18:50:54.322Z | Downloaded const_format v0.2.31 |
889 | 2023-11-02T18:50:54.328Z | Downloaded bzip2 v0.4.4 |
890 | 2023-11-02T18:50:54.334Z | Downloaded xattr v1.0.1 |
891 | 2023-11-02T18:50:54.349Z | Downloaded smallvec v1.11.0 |
892 | 2023-11-02T18:50:54.359Z | Downloaded bytes v1.5.0 |
893 | 2023-11-02T18:50:54.377Z | Downloaded vte_generate_state_changes v0.1.1 |
894 | 2023-11-02T18:50:54.800Z | Downloaded unarray v0.1.4 |
895 | 2023-11-02T18:50:54.809Z | Downloaded opaque-debug v0.3.0 |
896 | 2023-11-02T18:50:54.821Z | Downloaded oso-derive v0.27.0 |
897 | 2023-11-02T18:50:54.833Z | Downloaded olpc-cjson v0.1.3 |
898 | 2023-11-02T18:50:54.842Z | Downloaded slog-json v2.6.1 |
899 | 2023-11-02T18:50:54.851Z | Downloaded slog-dtrace v0.2.3 |
900 | 2023-11-02T18:50:54.873Z | Downloaded remove_dir_all v0.5.3 |
901 | 2023-11-02T18:50:54.882Z | Downloaded curve25519-dalek-derive v0.1.0 |
902 | 2023-11-02T18:50:54.891Z | Downloaded crunchy v0.2.2 |
903 | 2023-11-02T18:50:54.905Z | Downloaded crucible-workspace-hack v0.1.0 |
904 | 2023-11-02T18:50:55.332Z | Downloaded want v0.3.1 |
905 | 2023-11-02T18:50:55.348Z | Downloaded basic-toml v0.1.4 |
906 | 2023-11-02T18:50:55.353Z | Downloaded pin-project-lite v0.2.13 |
907 | 2023-11-02T18:50:55.359Z | Downloaded futures-task v0.3.29 |
908 | 2023-11-02T18:50:55.369Z | Downloaded structopt v0.3.26 |
909 | 2023-11-02T18:50:55.383Z | Downloaded filetime v0.2.22 |
910 | 2023-11-02T18:50:55.395Z | Downloaded foreign-types-shared v0.3.1 |
911 | 2023-11-02T18:50:55.402Z | Downloaded env_logger v0.10.0 |
912 | 2023-11-02T18:50:55.418Z | Downloaded unicode-linebreak v0.1.5 |
913 | 2023-11-02T18:50:55.441Z | Downloaded unicase v2.7.0 |
914 | 2023-11-02T18:50:55.461Z | Downloaded untrusted v0.9.0 |
915 | 2023-11-02T18:50:55.471Z | Downloaded rtoolbox v0.0.1 |
916 | 2023-11-02T18:50:55.482Z | Downloaded crossbeam-channel v0.5.8 |
917 | 2023-11-02T18:50:55.498Z | Downloaded darling_macro v0.14.4 |
918 | 2023-11-02T18:50:55.518Z | Downloaded postgres-types v0.2.6 |
919 | 2023-11-02T18:50:55.530Z | Downloaded darling_macro v0.20.3 |
920 | 2023-11-02T18:50:55.541Z | Downloaded zone_cfg_derive v0.2.0 |
921 | 2023-11-02T18:50:55.549Z | Downloaded radium v0.7.0 |
922 | 2023-11-02T18:50:55.559Z | Downloaded waitgroup v0.1.2 |
923 | 2023-11-02T18:50:55.571Z | Downloaded futures-core v0.3.29 |
924 | 2023-11-02T18:50:55.582Z | Downloaded sct v0.7.0 |
925 | 2023-11-02T18:50:55.594Z | Downloaded peeking_take_while v0.1.2 |
926 | 2023-11-02T18:50:56.010Z | Downloaded getopts v0.2.21 |
927 | 2023-11-02T18:50:56.020Z | Downloaded resolv-conf v0.7.0 |
928 | 2023-11-02T18:50:56.033Z | Downloaded openssl-macros v0.1.1 |
929 | 2023-11-02T18:50:56.051Z | Downloaded ppv-lite86 v0.2.17 |
930 | 2023-11-02T18:50:56.065Z | Downloaded fixedbitset v0.4.2 |
931 | 2023-11-02T18:50:56.082Z | Downloaded fastrand v2.0.0 |
932 | 2023-11-02T18:50:56.094Z | Downloaded num_enum v0.5.11 |
933 | 2023-11-02T18:50:56.118Z | Downloaded try-lock v0.2.4 |
934 | 2023-11-02T18:50:56.130Z | Downloaded fallible-iterator v0.2.0 |
935 | 2023-11-02T18:50:56.144Z | Downloaded time-core v0.1.1 |
936 | 2023-11-02T18:50:56.176Z | Downloaded mio v0.8.8 |
937 | 2023-11-02T18:50:56.192Z | Downloaded data-encoding v2.4.0 |
938 | 2023-11-02T18:50:56.211Z | Downloaded signal-hook-tokio v0.3.1 |
939 | 2023-11-02T18:50:56.230Z | Downloaded itertools v0.10.5 |
940 | 2023-11-02T18:50:56.243Z | Downloaded precomputed-hash v0.1.1 |
941 | 2023-11-02T18:50:56.257Z | Downloaded pem v1.1.1 |
942 | 2023-11-02T18:50:56.670Z | Downloaded relative-path v1.9.0 |
943 | 2023-11-02T18:50:56.804Z | Downloaded r2d2 v0.8.10 |
944 | 2023-11-02T18:50:56.821Z | Downloaded derive_builder_macro v0.12.0 |
945 | 2023-11-02T18:50:56.833Z | Downloaded proc-macro-error v1.0.4 |
946 | 2023-11-02T18:50:56.849Z | Downloaded plotters-svg v0.3.5 |
947 | 2023-11-02T18:50:56.859Z | Downloaded flume v0.11.0 |
948 | 2023-11-02T18:50:56.872Z | Downloaded version_check v0.9.4 |
949 | 2023-11-02T18:50:56.885Z | Downloaded textwrap v0.11.0 |
950 | 2023-11-02T18:50:57.315Z | Downloaded signal-hook-registry v1.4.1 |
951 | 2023-11-02T18:50:57.335Z | Downloaded diesel_table_macro_syntax v0.1.0 |
952 | 2023-11-02T18:50:57.360Z | Downloaded smf v0.2.2 |
953 | 2023-11-02T18:50:57.375Z | Downloaded minimal-lexical v0.2.1 |
954 | 2023-11-02T18:50:57.388Z | Downloaded signature v1.6.4 |
955 | 2023-11-02T18:50:57.406Z | Downloaded tiny-keccak v2.0.2 |
956 | 2023-11-02T18:50:57.557Z | Downloaded tracing v0.1.37 |
957 | 2023-11-02T18:50:57.590Z | Downloaded predicates v3.0.4 |
958 | 2023-11-02T18:50:57.613Z | Downloaded endian-type v0.1.2 |
959 | 2023-11-02T18:50:57.623Z | Downloaded sha1 v0.10.5 |
960 | 2023-11-02T18:50:57.634Z | Downloaded paste v1.0.14 |
961 | 2023-11-02T18:50:57.642Z | Downloaded cstr-argument v0.1.2 |
962 | 2023-11-02T18:50:57.650Z | Downloaded fallible-streaming-iterator v0.1.9 |
963 | 2023-11-02T18:50:57.658Z | Downloaded dirs-sys-next v0.1.2 |
964 | 2023-11-02T18:50:57.666Z | Downloaded dof v0.1.5 |
965 | 2023-11-02T18:50:57.676Z | Downloaded pin-project-internal v1.1.3 |
966 | 2023-11-02T18:50:57.687Z | Downloaded trybuild v1.0.85 |
967 | 2023-11-02T18:50:57.700Z | Downloaded unicode-xid v0.2.4 |
968 | 2023-11-02T18:50:57.710Z | Downloaded display-error-chain v0.2.0 |
969 | 2023-11-02T18:50:57.721Z | Downloaded group v0.13.0 |
970 | 2023-11-02T18:50:57.729Z | Downloaded flagset v0.4.3 |
971 | 2023-11-02T18:50:57.737Z | Downloaded ctr v0.9.2 |
972 | 2023-11-02T18:50:57.745Z | Downloaded quick-error v1.2.3 |
973 | 2023-11-02T18:50:57.757Z | Downloaded platforms v3.0.2 |
974 | 2023-11-02T18:50:57.765Z | Downloaded thread_local v1.1.7 |
975 | 2023-11-02T18:50:57.783Z | Downloaded steno v0.4.0 |
976 | 2023-11-02T18:50:57.807Z | Downloaded untrusted v0.7.1 |
977 | 2023-11-02T18:50:57.817Z | Downloaded predicates v2.1.5 |
978 | 2023-11-02T18:50:57.834Z | Downloaded doc-comment v0.3.3 |
979 | 2023-11-02T18:50:57.854Z | Downloaded slog v2.7.0 |
980 | 2023-11-02T18:50:57.869Z | Downloaded tinyvec v1.6.0 |
981 | 2023-11-02T18:50:57.891Z | Downloaded macaddr v1.0.1 |
982 | 2023-11-02T18:50:57.923Z | Downloaded zeroize v1.6.0 |
983 | 2023-11-02T18:50:57.943Z | Downloaded vsss-rs v3.3.1 |
984 | 2023-11-02T18:50:57.961Z | Downloaded predicates-core v1.0.6 |
985 | 2023-11-02T18:50:58.388Z | Downloaded darling_core v0.14.4 |
986 | 2023-11-02T18:50:58.400Z | Downloaded stringprep v0.1.3 |
987 | 2023-11-02T18:50:58.408Z | Downloaded pin-utils v0.1.0 |
988 | 2023-11-02T18:50:58.421Z | Downloaded strum_macros v0.25.2 |
989 | 2023-11-02T18:50:58.433Z | Downloaded structopt-derive v0.4.18 |
990 | 2023-11-02T18:50:58.464Z | Downloaded twox-hash v1.6.3 |
991 | 2023-11-02T18:50:58.475Z | Downloaded poly1305 v0.8.0 |
992 | 2023-11-02T18:50:58.480Z | Downloaded fxhash v0.2.1 |
993 | 2023-11-02T18:50:58.497Z | Downloaded thread-id v4.2.0 |
994 | 2023-11-02T18:50:58.660Z | Downloaded darling_core v0.20.3 |
995 | 2023-11-02T18:50:58.692Z | Downloaded generic-array v0.14.7 |
996 | 2023-11-02T18:50:58.716Z | Downloaded socket2 v0.4.9 |
997 | 2023-11-02T18:50:58.723Z | Downloaded zerocopy v0.3.0 |
998 | 2023-11-02T18:50:58.739Z | Downloaded futures-timer v3.0.2 |
999 | 2023-11-02T18:50:58.758Z | Downloaded futures-executor v0.3.29 |
1000 | 2023-11-02T18:50:58.771Z | Downloaded password-hash v0.5.0 |
1001 | 2023-11-02T18:50:58.782Z | Downloaded zone v0.2.0 |
1002 | 2023-11-02T18:50:58.791Z | Downloaded memoffset v0.7.1 |
1003 | 2023-11-02T18:50:58.802Z | Downloaded textwrap v0.16.0 |
1004 | 2023-11-02T18:50:58.810Z | Downloaded rand_xorshift v0.3.0 |
1005 | 2023-11-02T18:50:58.819Z | Downloaded rand_chacha v0.3.1 |
1006 | 2023-11-02T18:50:58.830Z | Downloaded strip-ansi-escapes v0.2.0 |
1007 | 2023-11-02T18:50:58.837Z | Downloaded reqwest v0.11.20 |
1008 | 2023-11-02T18:50:58.843Z | Downloaded threadpool v1.8.1 |
1009 | 2023-11-02T18:50:58.861Z | Downloaded tokio-native-tls v0.3.1 |
1010 | 2023-11-02T18:50:58.878Z | Downloaded futures-io v0.3.29 |
1011 | 2023-11-02T18:50:58.893Z | Downloaded unicode-width v0.1.11 |
1012 | 2023-11-02T18:50:58.917Z | Downloaded wait-timeout v0.2.0 |
1013 | 2023-11-02T18:50:58.936Z | Downloaded futures-channel v0.3.29 |
1014 | 2023-11-02T18:50:58.942Z | Downloaded parking_lot_core v0.9.8 |
1015 | 2023-11-02T18:50:58.951Z | Downloaded ron v0.7.1 |
1016 | 2023-11-02T18:50:58.964Z | Downloaded subprocess v0.2.9 |
1017 | 2023-11-02T18:50:58.985Z | Downloaded snafu v0.7.5 |
1018 | 2023-11-02T18:50:58.990Z | Downloaded tinytemplate v1.2.1 |
1019 | 2023-11-02T18:50:59.004Z | Downloaded vte v0.11.1 |
1020 | 2023-11-02T18:50:59.009Z | Downloaded tokio-rustls v0.24.1 |
1021 | 2023-11-02T18:50:59.015Z | Downloaded rusqlite v0.29.0 |
1022 | 2023-11-02T18:50:59.022Z | Downloaded rustc-demangle v0.1.23 |
1023 | 2023-11-02T18:50:59.039Z | Downloaded derive_builder_core v0.12.0 |
1024 | 2023-11-02T18:50:59.047Z | Downloaded rstest_macros v0.18.2 |
1025 | 2023-11-02T18:50:59.061Z | Downloaded ucd-trie v0.1.6 |
1026 | 2023-11-02T18:50:59.070Z | Downloaded zerocopy v0.6.4 |
1027 | 2023-11-02T18:50:59.087Z | Downloaded unicode-segmentation v1.10.1 |
1028 | 2023-11-02T18:50:59.093Z | Downloaded trust-dns-client v0.22.0 |
1029 | 2023-11-02T18:50:59.106Z | Downloaded unicode-bidi v0.3.13 |
1030 | 2023-11-02T18:50:59.119Z | Downloaded parking_lot_core v0.8.6 |
1031 | 2023-11-02T18:50:59.145Z | Downloaded reedline v0.23.0 |
1032 | 2023-11-02T18:50:59.160Z | Downloaded hashbrown v0.13.2 |
1033 | 2023-11-02T18:50:59.177Z | Downloaded clap v2.34.0 |
1034 | 2023-11-02T18:50:59.189Z | Downloaded rayon v1.8.0 |
1035 | 2023-11-02T18:50:59.208Z | Downloaded x509-cert v0.2.4 |
1036 | 2023-11-02T18:50:59.223Z | Downloaded tough v0.12.5 |
1037 | 2023-11-02T18:50:59.246Z | Downloaded chrono v0.4.31 |
1038 | 2023-11-02T18:50:59.264Z | Downloaded bindgen v0.65.1 |
1039 | 2023-11-02T18:50:59.279Z | Downloaded lalrpop v0.19.12 |
1040 | 2023-11-02T18:50:59.288Z | Downloaded plotters v0.3.5 |
1041 | 2023-11-02T18:50:59.301Z | Downloaded tokio-util v0.7.10 |
1042 | 2023-11-02T18:50:59.309Z | Downloaded portable-atomic v1.4.3 |
1043 | 2023-11-02T18:50:59.316Z | Downloaded proptest v1.3.1 |
1044 | 2023-11-02T18:50:59.328Z | Downloaded rustls-webpki v0.101.7 |
1045 | 2023-11-02T18:50:59.776Z | Downloaded object v0.30.4 |
1046 | 2023-11-02T18:50:59.796Z | Downloaded ratatui v0.23.0 |
1047 | 2023-11-02T18:50:59.809Z | Downloaded syn v1.0.109 |
1048 | 2023-11-02T18:50:59.823Z | Downloaded futures-util v0.3.29 |
1049 | 2023-11-02T18:51:00.252Z | Downloaded petgraph v0.6.4 |
1050 | 2023-11-02T18:51:00.261Z | Downloaded git2 v0.17.2 |
1051 | 2023-11-02T18:51:00.273Z | Downloaded regress v0.7.1 |
1052 | 2023-11-02T18:51:00.283Z | Downloaded rustls v0.21.8 |
1053 | 2023-11-02T18:51:00.294Z | Downloaded regex-automata v0.3.8 |
1054 | 2023-11-02T18:51:00.299Z | Downloaded regex-syntax v0.6.29 |
1055 | 2023-11-02T18:51:00.306Z | Downloaded trust-dns-proto v0.22.0 |
1056 | 2023-11-02T18:51:00.312Z | Downloaded smoltcp v0.9.1 |
1057 | 2023-11-02T18:51:00.317Z | Downloaded gimli v0.28.0 |
1058 | 2023-11-02T18:51:00.323Z | Downloaded polar-core v0.27.0 |
1059 | 2023-11-02T18:51:00.330Z | Downloaded regex-syntax v0.8.2 |
1060 | 2023-11-02T18:51:00.345Z | Downloaded diesel v2.1.3 |
1061 | 2023-11-02T18:51:00.358Z | Downloaded openapiv3 v1.0.3 |
1062 | 2023-11-02T18:51:00.373Z | Downloaded sha3 v0.10.8 |
1063 | 2023-11-02T18:51:00.383Z | Downloaded openssl v0.10.57 |
1064 | 2023-11-02T18:51:00.391Z | Downloaded sled v0.34.7 |
1065 | 2023-11-02T18:51:00.402Z | Downloaded regex-syntax v0.7.5 |
1066 | 2023-11-02T18:51:00.411Z | Downloaded bstr v0.2.17 |
1067 | 2023-11-02T18:51:00.423Z | Downloaded zerocopy-derive v0.6.4 |
1068 | 2023-11-02T18:51:00.433Z | Downloaded zerocopy-derive v0.2.0 |
1069 | 2023-11-02T18:51:00.444Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1070 | 2023-11-02T18:51:00.459Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1071 | 2023-11-02T18:51:00.472Z | Downloaded regex-automata v0.4.3 |
1072 | 2023-11-02T18:51:00.494Z | Downloaded tokio v1.33.0 |
1073 | 2023-11-02T18:51:00.521Z | Downloaded bstr v1.6.0 |
1074 | 2023-11-02T18:51:00.957Z | Downloaded idna v0.2.3 |
1075 | 2023-11-02T18:51:02.181Z | Downloaded radix_trie v0.2.1 |
1076 | 2023-11-02T18:51:02.199Z | Downloaded curve25519-dalek v4.1.0 |
1077 | 2023-11-02T18:51:02.209Z | Downloaded serde_with v2.3.3 |
1078 | 2023-11-02T18:51:02.226Z | Downloaded object v0.32.1 |
1079 | 2023-11-02T18:51:02.254Z | Downloaded webpki-roots v0.25.2 |
1080 | 2023-11-02T18:51:02.282Z | Downloaded rustix v0.38.9 |
1081 | 2023-11-02T18:51:02.306Z | Downloaded encoding_rs v0.8.33 |
1082 | 2023-11-02T18:51:02.326Z | Downloaded h2 v0.3.21 |
1083 | 2023-11-02T18:51:02.347Z | Downloaded smoltcp v0.8.2 |
1084 | 2023-11-02T18:51:02.779Z | Downloaded regex v1.10.2 |
1085 | 2023-11-02T18:51:02.795Z | Downloaded tabled v0.14.0 |
1086 | 2023-11-02T18:51:02.812Z | Downloaded nix v0.26.2 |
1087 | 2023-11-02T18:51:02.829Z | Downloaded quick-xml v0.23.1 |
1088 | 2023-11-02T18:51:03.265Z | Downloaded vcpkg v0.2.15 |
1089 | 2023-11-02T18:51:03.296Z | Downloaded idna v0.4.0 |
1090 | 2023-11-02T18:51:03.317Z | Downloaded bitvec v1.0.1 |
1091 | 2023-11-02T18:51:03.337Z | Downloaded time v0.3.27 |
1092 | 2023-11-02T18:51:03.353Z | Downloaded hyper v0.14.27 |
1093 | 2023-11-02T18:51:03.368Z | Downloaded rcgen v0.11.3 |
1094 | 2023-11-02T18:51:03.382Z | Downloaded unicode-normalization v0.1.22 |
1095 | 2023-11-02T18:51:03.803Z | Downloaded heapless v0.7.16 |
1096 | 2023-11-02T18:51:03.818Z | Downloaded hashbrown v0.12.3 |
1097 | 2023-11-02T18:51:03.831Z | Downloaded trust-dns-resolver v0.22.0 |
1098 | 2023-11-02T18:51:03.842Z | Downloaded hkdf v0.12.3 |
1099 | 2023-11-02T18:51:03.854Z | Downloaded tokio-postgres v0.7.10 |
1100 | 2023-11-02T18:51:03.884Z | Downloaded libz-sys v1.1.12 |
1101 | 2023-11-02T18:51:03.895Z | Downloaded trust-dns-server v0.22.1 |
1102 | 2023-11-02T18:51:03.905Z | Downloaded parking_lot v0.12.1 |
1103 | 2023-11-02T18:51:03.916Z | Downloaded tracing-core v0.1.31 |
1104 | 2023-11-02T18:51:03.929Z | Downloaded flate2 v1.0.28 |
1105 | 2023-11-02T18:51:03.939Z | Downloaded diff v0.1.13 |
1106 | 2023-11-02T18:51:03.948Z | Downloaded libsqlite3-sys v0.26.0 |
1107 | 2023-11-02T18:51:03.955Z | Downloaded rand v0.8.5 |
1108 | 2023-11-02T18:51:03.962Z | Downloaded pin-project v1.1.3 |
1109 | 2023-11-02T18:51:03.967Z | Downloaded ring v0.16.20 |
1110 | 2023-11-02T18:51:03.974Z | Downloaded ring v0.17.5 |
1111 | 2023-11-02T18:51:03.980Z | Downloaded toml_edit v0.19.15 |
1112 | 2023-11-02T18:51:04.396Z | Downloaded aho-corasick v1.0.4 |
1113 | 2023-11-02T18:51:04.401Z | Downloaded headers v0.3.9 |
1114 | 2023-11-02T18:51:04.405Z | Downloaded sha2 v0.10.8 |
1115 | 2023-11-02T18:51:04.419Z | Downloaded pkcs1 v0.7.5 |
1116 | 2023-11-02T18:51:04.446Z | Downloaded omicron-zone-package v0.8.3 |
1117 | 2023-11-02T18:51:04.470Z | Downloaded half v1.8.2 |
1118 | 2023-11-02T18:51:04.479Z | Downloaded rand v0.4.6 |
1119 | 2023-11-02T18:51:04.488Z | Downloaded crossterm v0.26.1 |
1120 | 2023-11-02T18:51:04.926Z | Downloaded der v0.7.8 |
1121 | 2023-11-02T18:51:04.946Z | Downloaded futures-sink v0.3.29 |
1122 | 2023-11-02T18:51:05.363Z | Downloaded pest v2.7.2 |
1123 | 2023-11-02T18:51:05.370Z | Downloaded fd-lock v3.0.13 |
1124 | 2023-11-02T18:51:05.387Z | Downloaded openssl-sys v0.9.93 |
1125 | 2023-11-02T18:51:05.407Z | Downloaded regex-automata v0.1.10 |
1126 | 2023-11-02T18:51:05.413Z | Downloaded crossterm v0.27.0 |
1127 | 2023-11-02T18:51:05.417Z | Downloaded strsim v0.8.0 |
1128 | 2023-11-02T18:51:05.421Z | Downloaded semver v0.11.0 |
1129 | 2023-11-02T18:51:05.426Z | Downloaded rsa v0.9.2 |
1130 | 2023-11-02T18:51:05.446Z | Downloaded predicates-tree v1.0.9 |
1131 | 2023-11-02T18:51:05.451Z | Downloaded serde-hex v0.1.0 |
1132 | 2023-11-02T18:51:05.455Z | Downloaded semver-parser v0.10.2 |
1133 | 2023-11-02T18:51:05.459Z | Downloaded globset v0.4.13 |
1134 | 2023-11-02T18:51:05.463Z | Downloaded num-bigint-dig v0.8.4 |
1135 | 2023-11-02T18:51:05.468Z | Downloaded serde_arrays v0.1.0 |
1136 | 2023-11-02T18:51:05.473Z | Downloaded partial-io v0.5.4 |
1137 | 2023-11-02T18:51:05.481Z | Downloaded parse-display-derive v0.7.0 |
1138 | 2023-11-02T18:51:05.484Z | Downloaded slab v0.4.9 |
1139 | 2023-11-02T18:51:05.489Z | Downloaded expectorate v1.1.0 |
1140 | 2023-11-02T18:51:05.493Z | Downloaded vergen v8.2.4 |
1141 | 2023-11-02T18:51:05.496Z | Downloaded socket2 v0.5.4 |
1142 | 2023-11-02T18:51:05.500Z | Downloaded miniz_oxide v0.7.1 |
1143 | 2023-11-02T18:51:05.504Z | Downloaded salty v0.2.0 |
1144 | 2023-11-02T18:51:05.508Z | Downloaded foreign-types-macros v0.2.3 |
1145 | 2023-11-02T18:51:05.511Z | Downloaded foreign-types v0.5.0 |
1146 | 2023-11-02T18:51:05.521Z | Downloaded whoami v1.4.1 |
1147 | 2023-11-02T18:51:05.526Z | Downloaded float-cmp v0.9.0 |
1148 | 2023-11-02T18:51:05.531Z | Downloaded postcard v0.7.3 |
1149 | 2023-11-02T18:51:05.538Z | Downloaded hash32 v0.2.1 |
1150 | 2023-11-02T18:51:05.543Z | Downloaded der_derive v0.7.2 |
1151 | 2023-11-02T18:51:05.547Z | Downloaded spin v0.9.8 |
1152 | 2023-11-02T18:51:05.551Z | Downloaded snafu-derive v0.7.5 |
1153 | 2023-11-02T18:51:05.556Z | Downloaded pest_meta v2.7.2 |
1154 | 2023-11-02T18:51:05.560Z | Downloaded polyval v0.6.1 |
1155 | 2023-11-02T18:51:05.566Z | Downloaded time-macros v0.2.13 |
1156 | 2023-11-02T18:51:05.572Z | Downloaded hashlink v0.8.3 |
1157 | 2023-11-02T18:51:05.576Z | Downloaded rayon-core v1.12.0 |
1158 | 2023-11-02T18:51:05.580Z | Downloaded num-bigint v0.4.4 |
1159 | 2023-11-02T18:51:05.584Z | Downloaded futures-macro v0.3.29 |
1160 | 2023-11-02T18:51:05.588Z | Downloaded digest v0.10.7 |
1161 | 2023-11-02T18:51:05.596Z | Downloaded difflib v0.4.0 |
1162 | 2023-11-02T18:51:05.601Z | Downloaded strum v0.25.0 |
1163 | 2023-11-02T18:51:05.605Z | Downloaded nom v7.1.3 |
1164 | 2023-11-02T18:51:05.611Z | Downloaded libxml v0.3.3 |
1165 | 2023-11-02T18:51:05.615Z | Downloaded itertools v0.11.0 |
1166 | 2023-11-02T18:51:05.620Z | Downloaded crypto-bigint v0.5.2 |
1167 | 2023-11-02T18:51:05.625Z | Downloaded criterion v0.5.1 |
1168 | 2023-11-02T18:51:05.630Z | Downloaded usdt v0.3.5 |
1169 | 2023-11-02T18:51:05.639Z | Downloaded thiserror-no-std v2.0.2 |
1170 | 2023-11-02T18:51:05.644Z | Downloaded typenum v1.16.0 |
1171 | 2023-11-02T18:51:05.649Z | Downloaded glob v0.3.1 |
1172 | 2023-11-02T18:51:05.662Z | Downloaded http v0.2.9 |
1173 | 2023-11-02T18:51:05.680Z | Downloaded packed_struct_codegen v0.10.1 |
1174 | 2023-11-02T18:51:05.702Z | Downloaded packed_struct v0.10.1 |
1175 | 2023-11-02T18:51:05.720Z | Downloaded subtle v2.5.0 |
1176 | 2023-11-02T18:51:05.737Z | Downloaded darling v0.20.3 |
1177 | 2023-11-02T18:51:05.754Z | Downloaded prettyplease v0.2.12 |
1178 | 2023-11-02T18:51:05.764Z | Downloaded tungstenite v0.20.1 |
1179 | 2023-11-02T18:51:05.774Z | Downloaded papergrid v0.10.0 |
1180 | 2023-11-02T18:51:05.784Z | Downloaded libm v0.2.7 |
1181 | 2023-11-02T18:51:05.794Z | Downloaded url v2.4.1 |
1182 | 2023-11-02T18:51:05.805Z | Downloaded rustls-native-certs v0.6.3 |
1183 | 2023-11-02T18:51:05.819Z | Downloaded rpassword v7.2.0 |
1184 | 2023-11-02T18:51:05.831Z | Downloaded fs-err v2.9.0 |
1185 | 2023-11-02T18:51:05.840Z | Downloaded pem-rfc7468 v0.7.0 |
1186 | 2023-11-02T18:51:05.848Z | Downloaded pem v3.0.2 |
1187 | 2023-11-02T18:51:05.861Z | Downloaded oso v0.27.0 |
1188 | 2023-11-02T18:51:05.870Z | Downloaded pretty_assertions v1.4.0 |
1189 | 2023-11-02T18:51:05.886Z | Downloaded derive_more v0.99.17 |
1190 | 2023-11-02T18:51:06.307Z | Downloaded enum-as-inner v0.5.1 |
1191 | 2023-11-02T18:51:06.323Z | Downloaded dyn-clone v1.0.13 |
1192 | 2023-11-02T18:51:06.340Z | Downloaded phf v0.11.2 |
1193 | 2023-11-02T18:51:06.352Z | Downloaded toml v0.5.11 |
1194 | 2023-11-02T18:51:06.361Z | Downloaded tinyvec_macros v0.1.1 |
1195 | 2023-11-02T18:51:06.780Z | Downloaded parse-display v0.7.0 |
1196 | 2023-11-02T18:51:06.811Z | Downloaded rstest v0.18.2 |
1197 | 2023-11-02T18:51:06.842Z | Downloaded managed v0.8.0 |
1198 | 2023-11-02T18:51:06.873Z | Downloaded smawk v0.3.1 |
1199 | 2023-11-02T18:51:06.904Z | Downloaded tungstenite v0.18.0 |
1200 | 2023-11-02T18:51:06.935Z | Downloaded diesel_derives v2.1.1 |
1201 | 2023-11-02T18:51:06.969Z | Downloaded shlex v1.1.0 |
1202 | 2023-11-02T18:51:07.013Z | Downloaded dashmap v5.5.1 |
1203 | 2023-11-02T18:51:07.449Z | Downloaded darling v0.14.4 |
1204 | 2023-11-02T18:51:07.461Z | Downloaded toml v0.7.8 |
1205 | 2023-11-02T18:51:07.882Z | Downloaded datatest-stable v0.2.3 |
1206 | 2023-11-02T18:51:07.891Z | Downloaded thiserror-impl-no-std v2.0.2 |
1207 | 2023-11-02T18:51:07.901Z | Downloaded postgres-protocol v0.6.6 |
1208 | 2023-11-02T18:51:07.911Z | Downloaded parking_lot v0.11.2 |
1209 | 2023-11-02T18:51:08.352Z | Downloaded futures v0.3.29 |
1210 | 2023-11-02T18:51:08.363Z | Downloaded chacha20poly1305 v0.10.1 |
1211 | 2023-11-02T18:51:08.384Z | Downloaded zip v0.6.6 |
1212 | 2023-11-02T18:51:08.397Z | Downloaded unsafe-libyaml v0.2.9 |
1213 | 2023-11-02T18:51:08.412Z | Downloaded derive_builder v0.12.0 |
1214 | 2023-11-02T18:51:08.424Z | Downloaded rand_core v0.6.4 |
1215 | 2023-11-02T18:51:08.437Z | Downloaded proc-macro-error-attr v1.0.4 |
1216 | 2023-11-02T18:51:08.448Z | Downloaded owo-colors v3.5.0 |
1217 | 2023-11-02T18:51:08.463Z | Downloaded once_cell v1.18.0 |
1218 | 2023-11-02T18:51:08.472Z | Downloaded elliptic-curve v0.13.5 |
1219 | 2023-11-02T18:51:08.484Z | Downloaded num_enum_derive v0.5.11 |
1220 | 2023-11-02T18:51:08.495Z | Downloaded shell-words v1.1.0 |
1221 | 2023-11-02T18:51:08.507Z | Downloaded schemars_derive v0.8.13 |
1222 | 2023-11-02T18:51:08.523Z | Downloaded same-file v1.0.6 |
1223 | 2023-11-02T18:51:08.535Z | Downloaded plotters-backend v0.3.5 |
1224 | 2023-11-02T18:51:08.541Z | Downloaded openssl-probe v0.1.5 |
1225 | 2023-11-02T18:51:08.557Z | Downloaded signature v2.1.0 |
1226 | 2023-11-02T18:51:08.564Z | Downloaded postcard-cobs v0.1.5-pre |
1227 | 2023-11-02T18:51:08.569Z | Downloaded tokio-stream v0.1.14 |
1228 | 2023-11-02T18:51:08.609Z | Downloaded vec_map v0.8.2 |
1229 | 2023-11-02T18:51:08.621Z | Downloaded topological-sort v0.2.2 |
1230 | 2023-11-02T18:51:08.629Z | Downloaded scopeguard v1.2.0 |
1231 | 2023-11-02T18:51:08.639Z | Downloaded tracing-attributes v0.1.26 |
1232 | 2023-11-02T18:51:08.647Z | Downloaded crypto-common v0.1.6 |
1233 | 2023-11-02T18:51:08.654Z | Downloaded walkdir v2.4.0 |
1234 | 2023-11-02T18:51:08.663Z | Downloaded fatfs v0.3.6 |
1235 | 2023-11-02T18:51:08.668Z | Downloaded tokio-tungstenite v0.20.1 |
1236 | 2023-11-02T18:51:08.675Z | Downloaded rustversion v1.0.14 |
1237 | 2023-11-02T18:51:08.679Z | Downloaded pest_derive v2.7.2 |
1238 | 2023-11-02T18:51:08.698Z | Downloaded oorandom v11.1.3 |
1239 | 2023-11-02T18:51:08.705Z | Downloaded erased-serde v0.3.30 |
1240 | 2023-11-02T18:51:08.714Z | Downloaded num-traits v0.2.16 |
1241 | 2023-11-02T18:51:08.720Z | Downloaded clang-sys v1.6.1 |
1242 | 2023-11-02T18:51:08.725Z | Downloaded uuid v1.4.1 |
1243 | 2023-11-02T18:51:08.730Z | Downloaded env_logger v0.9.3 |
1244 | 2023-11-02T18:51:08.769Z | Downloaded tokio-tungstenite v0.18.0 |
1245 | 2023-11-02T18:51:09.211Z | Downloaded tokio-macros v2.1.0 |
1246 | 2023-11-02T18:51:09.230Z | Downloaded heck v0.3.3 |
1247 | 2023-11-02T18:51:09.250Z | Downloaded headers-core v0.2.0 |
1248 | 2023-11-02T18:51:09.267Z | Downloaded pkg-config v0.3.27 |
1249 | 2023-11-02T18:51:09.283Z | Downloaded pkcs8 v0.10.2 |
1250 | 2023-11-02T18:51:09.695Z | Downloaded dirs-next v2.0.0 |
1251 | 2023-11-02T18:51:09.699Z | Downloaded test-strategy v0.3.1 |
1252 | 2023-11-02T18:51:09.704Z | Downloaded tar v0.4.40 |
1253 | 2023-11-02T18:51:09.712Z | Downloaded secrecy v0.8.0 |
1254 | 2023-11-02T18:51:09.716Z | Downloaded slog-scope v4.4.0 |
1255 | 2023-11-02T18:51:09.721Z | Downloaded getrandom v0.2.10 |
1256 | 2023-11-02T18:51:09.725Z | Downloaded rustc_version v0.4.0 |
1257 | 2023-11-02T18:51:09.729Z | Downloaded rustc-hash v1.1.0 |
1258 | 2023-11-02T18:51:09.736Z | Downloaded yasna v0.5.2 |
1259 | 2023-11-02T18:51:09.740Z | Downloaded backtrace v0.3.69 |
1260 | 2023-11-02T18:51:09.754Z | Downloaded rust-argon2 v1.0.1 |
1261 | 2023-11-02T18:51:09.760Z | Downloaded aes v0.8.3 |
1262 | 2023-11-02T18:51:09.764Z | Downloaded debug-ignore v1.0.5 |
1263 | 2023-11-02T18:51:09.768Z | Downloaded string_cache v0.8.7 |
1264 | 2023-11-02T18:51:09.772Z | Downloaded spki v0.7.2 |
1265 | 2023-11-02T18:51:09.776Z | Downloaded funty v2.0.0 |
1266 | 2023-11-02T18:51:09.784Z | Downloaded yansi v0.5.1 |
1267 | 2023-11-02T18:51:09.801Z | Downloaded log v0.4.20 |
1268 | 2023-11-02T18:51:09.810Z | Downloaded hyper-rustls v0.24.2 |
1269 | 2023-11-02T18:51:09.822Z | Downloaded term v0.7.0 |
1270 | 2023-11-02T18:51:09.835Z | Downloaded indicatif v0.17.7 |
1271 | 2023-11-02T18:51:09.850Z | Downloaded serde_derive_internals v0.26.0 |
1272 | 2023-11-02T18:51:09.869Z | Downloaded base64 v0.13.1 |
1273 | 2023-11-02T18:51:09.889Z | Downloaded either v1.9.0 |
1274 | 2023-11-02T18:51:09.896Z | Downloaded derive-where v1.2.5 |
1275 | 2023-11-02T18:51:09.902Z | Downloaded slog-envlogger v2.2.0 |
1276 | 2023-11-02T18:51:09.912Z | Downloaded phf_shared v0.11.2 |
1277 | 2023-11-02T18:51:09.918Z | Downloaded strum_macros v0.24.3 |
1278 | 2023-11-02T18:51:09.923Z | Downloaded deranged v0.3.8 |
1279 | 2023-11-02T18:51:09.928Z | Downloaded tower-service v0.3.2 |
1280 | 2023-11-02T18:51:09.932Z | Downloaded toolchain_find v0.2.0 |
1281 | 2023-11-02T18:51:09.937Z | Downloaded ref-cast-impl v1.0.20 |
1282 | 2023-11-02T18:51:09.942Z | Downloaded ref-cast v1.0.20 |
1283 | 2023-11-02T18:51:09.954Z | Downloaded pest_generator v2.7.2 |
1284 | 2023-11-02T18:51:11.185Z | Downloaded similar v2.2.1 |
1285 | 2023-11-02T18:51:11.192Z | Downloaded indoc v2.0.3 |
1286 | 2023-11-02T18:51:11.199Z | Downloaded wyz v0.5.1 |
1287 | 2023-11-02T18:51:11.204Z | Downloaded which v4.4.0 |
1288 | 2023-11-02T18:51:11.211Z | Downloaded structmeta v0.2.0 |
1289 | 2023-11-02T18:51:11.218Z | Downloaded siphasher v0.3.11 |
1290 | 2023-11-02T18:51:11.636Z | Downloaded serde_path_to_error v0.1.14 |
1291 | 2023-11-02T18:51:11.642Z | Downloaded cc v1.0.83 |
1292 | 2023-11-02T18:51:11.652Z | Downloaded argon2 v0.5.2 |
1293 | 2023-11-02T18:51:11.666Z | Downloaded path-absolutize v3.1.0 |
1294 | 2023-11-02T18:51:11.676Z | Downloaded form_urlencoded v1.2.0 |
1295 | 2023-11-02T18:51:11.681Z | Downloaded universal-hash v0.5.1 |
1296 | 2023-11-02T18:51:11.684Z | Downloaded libloading v0.7.4 |
1297 | 2023-11-02T18:51:11.689Z | Downloaded cancel-safe-futures v0.1.5 |
1298 | 2023-11-02T18:51:11.699Z | Downloaded fnv v1.0.7 |
1299 | 2023-11-02T18:51:11.703Z | Downloaded ff v0.13.0 |
1300 | 2023-11-02T18:51:11.707Z | Downloaded arrayvec v0.7.4 |
1301 | 2023-11-02T18:51:11.714Z | Downloaded indexmap v1.9.3 |
1302 | 2023-11-02T18:51:11.723Z | Downloaded serde_tokenstream v0.1.7 |
1303 | 2023-11-02T18:51:11.731Z | Downloaded is-terminal v0.4.9 |
1304 | 2023-11-02T18:51:11.740Z | Downloaded dtrace-parser v0.1.14 |
1305 | 2023-11-02T18:51:11.748Z | Downloaded serde_urlencoded v0.7.1 |
1306 | 2023-11-02T18:51:11.757Z | Downloaded ena v0.14.2 |
1307 | 2023-11-02T18:51:11.766Z | Downloaded ed25519 v1.5.3 |
1308 | 2023-11-02T18:51:11.774Z | Downloaded stable_deref_trait v1.2.0 |
1309 | 2023-11-02T18:51:11.785Z | Downloaded downcast v0.11.0 |
1310 | 2023-11-02T18:51:11.793Z | Downloaded structmeta v0.1.6 |
1311 | 2023-11-02T18:51:11.811Z | Downloaded nu-ansi-term v0.49.0 |
1312 | 2023-11-02T18:51:11.827Z | Downloaded cookie v0.16.2 |
1313 | 2023-11-02T18:51:11.835Z | Downloaded zeroize_derive v1.4.2 |
1314 | 2023-11-02T18:51:11.844Z | Downloaded usdt-impl v0.3.5 |
1315 | 2023-11-02T18:51:11.859Z | Downloaded tempfile v3.8.0 |
1316 | 2023-11-02T18:51:11.875Z | Downloaded num_threads v0.1.6 |
1317 | 2023-11-02T18:51:11.888Z | Downloaded matches v0.1.10 |
1318 | 2023-11-02T18:51:11.898Z | Downloaded path-slash v0.1.5 |
1319 | 2023-11-02T18:51:11.911Z | Downloaded termios v0.3.3 |
1320 | 2023-11-02T18:51:11.926Z | Downloaded termcolor v1.2.0 |
1321 | 2023-11-02T18:51:11.942Z | Downloaded synstructure v0.12.6 |
1322 | 2023-11-02T18:51:11.958Z | Downloaded slog-term v2.9.0 |
1323 | 2023-11-02T18:51:11.977Z | Downloaded ringbuffer v0.15.0 |
1324 | 2023-11-02T18:51:12.391Z | Downloaded libtest-mimic v0.6.1 |
1325 | 2023-11-02T18:51:12.409Z | Downloaded num v0.4.1 |
1326 | 2023-11-02T18:51:12.432Z | Downloaded atomic-waker v1.1.1 |
1327 | 2023-11-02T18:51:12.855Z | Downloaded static_assertions v1.1.0 |
1328 | 2023-11-02T18:51:12.866Z | Downloaded arrayref v0.3.7 |
1329 | 2023-11-02T18:51:12.878Z | Downloaded spin v0.5.2 |
1330 | 2023-11-02T18:51:12.895Z | Downloaded lock_api v0.4.10 |
1331 | 2023-11-02T18:51:13.690Z | Downloaded jobserver v0.1.26 |
1332 | 2023-11-02T18:51:13.753Z | Downloaded hyper-tls v0.5.0 |
1333 | 2023-11-02T18:51:13.819Z | Downloaded httptest v0.15.4 |
1334 | 2023-11-02T18:51:13.835Z | Downloaded ascii-canvas v3.0.0 |
1335 | 2023-11-02T18:51:13.847Z | Downloaded smallvec v0.6.14 |
1336 | 2023-11-02T18:51:13.863Z | Downloaded slog-stdlog v4.1.1 |
1337 | 2023-11-02T18:51:13.889Z | Downloaded slog-bunyan v2.4.0 |
1338 | 2023-11-02T18:51:13.899Z | Downloaded slog-async v2.8.0 |
1339 | 2023-11-02T18:51:13.908Z | Downloaded similar-asserts v1.5.0 |
1340 | 2023-11-02T18:51:13.919Z | Downloaded signal-hook-mio v0.2.3 |
1341 | 2023-11-02T18:51:14.353Z | Downloaded serde_with_macros v2.3.3 |
1342 | 2023-11-02T18:51:14.358Z | Downloaded maybe-uninit v2.0.0 |
1343 | 2023-11-02T18:51:14.362Z | Downloaded linear-map v1.2.0 |
1344 | 2023-11-02T18:51:14.367Z | Downloaded impl-trait-for-tuples v0.2.2 |
1345 | 2023-11-02T18:51:14.373Z | Downloaded serial_test_derive v0.10.0 |
1346 | 2023-11-02T18:51:14.377Z | Downloaded maplit v1.0.2 |
1347 | 2023-11-02T18:51:14.383Z | Downloaded foreign-types v0.3.2 |
1348 | 2023-11-02T18:51:14.388Z | Downloaded pretty-hex v0.2.1 |
1349 | 2023-11-02T18:51:14.392Z | Downloaded usdt-macro v0.3.5 |
1350 | 2023-11-02T18:51:14.397Z | Downloaded num-iter v0.1.43 |
1351 | 2023-11-02T18:51:14.406Z | Downloaded new_debug_unreachable v1.0.4 |
1352 | 2023-11-02T18:51:14.422Z | Downloaded arc-swap v1.6.0 |
1353 | 2023-11-02T18:51:14.434Z | Downloaded allocator-api2 v0.2.16 |
1354 | 2023-11-02T18:51:14.443Z | Downloaded crc-any v2.4.3 |
1355 | 2023-11-02T18:51:14.453Z | Downloaded crossbeam-utils v0.8.16 |
1356 | 2023-11-02T18:51:14.460Z | Downloaded ciborium-ll v0.2.1 |
1357 | 2023-11-02T18:51:14.467Z | Downloaded take_mut v0.2.2 |
1358 | 2023-11-02T18:51:14.476Z | Downloaded indoc v1.0.9 |
1359 | 2023-11-02T18:51:14.480Z | Downloaded tempdir v0.3.7 |
1360 | 2023-11-02T18:51:14.484Z | Downloaded tap v1.0.1 |
1361 | 2023-11-02T18:51:14.489Z | Downloaded tabled_derive v0.6.0 |
1362 | 2023-11-02T18:51:14.494Z | Downloaded ansi_term v0.12.1 |
1363 | 2023-11-02T18:51:14.498Z | Downloaded aes-gcm-siv v0.11.1 |
1364 | 2023-11-02T18:51:14.510Z | Downloaded bcs v0.1.6 |
1365 | 2023-11-02T18:51:14.518Z | Downloaded cpufeatures v0.2.9 |
1366 | 2023-11-02T18:51:14.526Z | Downloaded async-recursion v1.0.5 |
1367 | 2023-11-02T18:51:14.538Z | Downloaded adler v1.0.2 |
1368 | 2023-11-02T18:51:14.546Z | Downloaded termtree v0.4.1 |
1369 | 2023-11-02T18:51:14.552Z | Downloaded structmeta-derive v0.2.0 |
1370 | 2023-11-02T18:51:14.562Z | Downloaded structmeta-derive v0.1.6 |
1371 | 2023-11-02T18:51:14.577Z | Downloaded signal-hook v0.3.17 |
1372 | 2023-11-02T18:51:14.585Z | Downloaded num_enum v0.7.0 |
1373 | 2023-11-02T18:51:14.604Z | Downloaded base16ct v0.2.0 |
1374 | 2023-11-02T18:51:15.027Z | Downloaded anes v0.1.6 |
1375 | 2023-11-02T18:51:15.447Z | Downloaded num_cpus v1.16.0 |
1376 | 2023-11-02T18:51:15.867Z | Downloaded iana-time-zone v0.1.57 |
1377 | 2023-11-02T18:51:16.712Z | Downloaded humantime v2.1.0 |
1378 | 2023-11-02T18:51:16.738Z | Downloaded cfg-if v1.0.0 |
1379 | 2023-11-02T18:51:16.766Z | Downloaded bit_field v0.10.2 |
1380 | 2023-11-02T18:51:16.819Z | Downloaded cexpr v0.6.0 |
1381 | 2023-11-02T18:51:16.833Z | Downloaded async-stream v0.3.5 |
1382 | 2023-11-02T18:51:16.853Z | Downloaded array-init v0.0.4 |
1383 | 2023-11-02T18:51:17.331Z | Downloaded camino-tempfile v1.0.2 |
1384 | 2023-11-02T18:51:17.341Z | Downloaded bytecount v0.6.3 |
1385 | 2023-11-02T18:51:17.355Z | Downloaded cipher v0.4.4 |
1386 | 2023-11-02T18:51:17.366Z | Downloaded cfg-if v0.1.10 |
1387 | 2023-11-02T18:51:17.374Z | Downloaded backoff v0.4.0 |
1388 | 2023-11-02T18:51:17.791Z | Downloaded nanorand v0.7.0 |
1389 | 2023-11-02T18:51:17.801Z | Downloaded ascii v1.1.0 |
1390 | 2023-11-02T18:51:17.810Z | Downloaded ahash v0.8.3 |
1391 | 2023-11-02T18:51:17.816Z | Downloaded addr2line v0.21.0 |
1392 | 2023-11-02T18:51:17.822Z | Downloaded normalize-line-endings v0.3.0 |
1393 | 2023-11-02T18:51:17.866Z | Downloaded cassowary v0.3.0 |
1394 | 2023-11-02T18:51:17.877Z | Downloaded bytesize v1.3.0 |
1395 | 2023-11-02T18:51:17.890Z | Downloaded assert_matches v1.5.0 |
1396 | 2023-11-02T18:51:17.904Z | Downloaded serde_yaml v0.9.25 |
1397 | 2023-11-02T18:51:17.915Z | Downloaded ron v0.8.1 |
1398 | 2023-11-02T18:51:17.928Z | Downloaded keccak v0.1.4 |
1399 | 2023-11-02T18:51:17.943Z | Downloaded crossbeam-queue v0.3.8 |
1400 | 2023-11-02T18:51:17.953Z | Downloaded constant_time_eq v0.3.0 |
1401 | 2023-11-02T18:51:17.964Z | Downloaded aead v0.5.2 |
1402 | 2023-11-02T18:51:17.982Z | Downloaded bit-vec v0.6.3 |
1403 | 2023-11-02T18:51:17.996Z | Downloaded serde_repr v0.1.16 |
1404 | 2023-11-02T18:51:18.008Z | Downloaded serial_test v0.10.0 |
1405 | 2023-11-02T18:51:18.018Z | Downloaded instant v0.1.12 |
1406 | 2023-11-02T18:51:18.437Z | Downloaded crc v3.0.1 |
1407 | 2023-11-02T18:51:18.854Z | Downloaded blake2b_simd v1.0.1 |
1408 | 2023-11-02T18:51:18.916Z | Downloaded bitflags v2.4.0 |
1409 | 2023-11-02T18:51:18.924Z | Downloaded base64ct v1.6.0 |
1410 | 2023-11-02T18:51:18.936Z | Downloaded hex-literal v0.4.1 |
1411 | 2023-11-02T18:51:18.946Z | Downloaded rusty-fork v0.3.0 |
1412 | 2023-11-02T18:51:18.958Z | Downloaded rustc_version v0.1.7 |
1413 | 2023-11-02T18:51:19.373Z | Downloaded num-complex v0.4.4 |
1414 | 2023-11-02T18:51:19.380Z | Downloaded autocfg v1.1.0 |
1415 | 2023-11-02T18:51:19.387Z | Downloaded atty v0.2.14 |
1416 | 2023-11-02T18:51:19.398Z | Downloaded atomicwrites v0.4.2 |
1417 | 2023-11-02T18:51:19.405Z | Downloaded ident_case v1.0.1 |
1418 | 2023-11-02T18:51:19.413Z | Downloaded hubpack_derive v0.1.1 |
1419 | 2023-11-02T18:51:19.417Z | Downloaded serde_plain v1.0.2 |
1420 | 2023-11-02T18:51:19.421Z | Downloaded serde-big-array v0.5.1 |
1421 | 2023-11-02T18:51:19.425Z | Downloaded serde-big-array v0.4.1 |
1422 | 2023-11-02T18:51:19.431Z | Downloaded semver v0.1.20 |
1423 | 2023-11-02T18:51:19.435Z | Downloaded scheduled-thread-pool v0.2.7 |
1424 | 2023-11-02T18:51:19.438Z | Downloaded num_enum_derive v0.7.0 |
1425 | 2023-11-02T18:51:19.442Z | Downloaded num-derive v0.4.0 |
1426 | 2023-11-02T18:51:19.446Z | Downloaded nibble_vec v0.1.0 |
1427 | 2023-11-02T18:51:19.450Z | Downloaded lalrpop-util v0.19.12 |
1428 | 2023-11-02T18:51:19.454Z | Downloaded ipnet v2.8.0 |
1429 | 2023-11-02T18:51:19.459Z | Downloaded crossbeam-epoch v0.9.15 |
1430 | 2023-11-02T18:51:19.462Z | Downloaded corncobs v0.1.3 |
1431 | 2023-11-02T18:51:19.471Z | Downloaded rustls-pemfile v1.0.3 |
1432 | 2023-11-02T18:51:19.476Z | Downloaded native-tls v0.2.11 |
1433 | 2023-11-02T18:51:19.480Z | Downloaded multer v2.1.0 |
1434 | 2023-11-02T18:51:19.485Z | Downloaded mime v0.3.17 |
1435 | 2023-11-02T18:51:19.488Z | Downloaded ciborium v0.2.1 |
1436 | 2023-11-02T18:51:19.497Z | Downloaded block-buffer v0.10.4 |
1437 | 2023-11-02T18:51:19.500Z | Downloaded mockall v0.11.4 |
1438 | 2023-11-02T18:51:19.505Z | Downloaded lazycell v1.3.0 |
1439 | 2023-11-02T18:51:19.509Z | Downloaded crc-catalog v2.2.0 |
1440 | 2023-11-02T18:51:19.513Z | Downloaded const_format_proc_macros v0.2.31 |
1441 | 2023-11-02T18:51:19.517Z | Downloaded highway v1.1.0 |
1442 | 2023-11-02T18:51:19.520Z | Downloaded crossbeam-deque v0.8.3 |
1443 | 2023-11-02T18:51:19.524Z | Downloaded constant_time_eq v0.2.6 |
1444 | 2023-11-02T18:51:19.528Z | Downloaded bitfield v0.14.0 |
1445 | 2023-11-02T18:51:19.533Z | Downloaded httparse v1.8.0 |
1446 | 2023-11-02T18:51:19.536Z | Downloaded home v0.5.5 |
1447 | 2023-11-02T18:51:19.540Z | Downloaded hex v0.4.3 |
1448 | 2023-11-02T18:51:19.545Z | Downloaded ciborium-io v0.2.1 |
1449 | 2023-11-02T18:51:19.553Z | Downloaded bb8 v0.8.1 |
1450 | 2023-11-02T18:51:19.558Z | Downloaded http-range v0.1.5 |
1451 | 2023-11-02T18:51:19.562Z | Downloaded bit-set v0.5.3 |
1452 | 2023-11-02T18:51:19.566Z | Downloaded crossbeam v0.8.2 |
1453 | 2023-11-02T18:51:19.569Z | Downloaded colored v2.0.4 |
1454 | 2023-11-02T18:51:19.574Z | Downloaded bitstruct v0.1.1 |
1455 | 2023-11-02T18:51:19.577Z | Downloaded byteorder v1.5.0 |
1456 | 2023-11-02T18:51:19.581Z | Compiling proc-macro2 v1.0.67 |
1457 | 2023-11-02T18:51:19.585Z | Compiling serde v1.0.188 |
1458 | 2023-11-02T18:51:19.589Z | Compiling autocfg v1.1.0 |
1459 | 2023-11-02T18:51:19.597Z | Compiling version_check v0.9.4 |
1460 | 2023-11-02T18:51:20.015Z | Compiling syn v1.0.109 |
1461 | 2023-11-02T18:51:20.021Z | Compiling parking_lot_core v0.9.8 |
1462 | 2023-11-02T18:51:20.027Z | Compiling libm v0.2.7 |
1463 | 2023-11-02T18:51:20.038Z | Compiling libc v0.2.149 |
1464 | 2023-11-02T18:51:20.058Z | Compiling cfg-if v1.0.0 |
1465 | 2023-11-02T18:51:20.079Z | Compiling futures-core v0.3.29 |
1466 | 2023-11-02T18:51:20.095Z | Compiling once_cell v1.18.0 |
1467 | 2023-11-02T18:51:20.100Z | Compiling typenum v1.16.0 |
1468 | 2023-11-02T18:51:20.106Z | Compiling futures-channel v0.3.29 |
1469 | 2023-11-02T18:51:20.110Z | Compiling ahash v0.8.3 |
1470 | 2023-11-02T18:51:20.116Z | Compiling lock_api v0.4.10 |
1471 | 2023-11-02T18:51:20.127Z | Compiling num-traits v0.2.16 |
1472 | 2023-11-02T18:51:20.138Z | Compiling quote v1.0.33 |
1473 | 2023-11-02T18:51:20.146Z | Compiling generic-array v0.14.7 |
1474 | 2023-11-02T18:51:20.153Z | Compiling slab v0.4.9 |
1475 | 2023-11-02T18:51:20.586Z | Compiling syn v2.0.32 |
1476 | 2023-11-02T18:51:20.596Z | Compiling jobserver v0.1.26 |
1477 | 2023-11-02T18:51:20.604Z | Compiling futures-task v0.3.29 |
1478 | 2023-11-02T18:51:20.622Z | Compiling cc v1.0.83 |
1479 | 2023-11-02T18:51:20.631Z | Compiling futures-util v0.3.29 |
1480 | 2023-11-02T18:51:20.644Z | Compiling pkg-config v0.3.27 |
1481 | 2023-11-02T18:51:20.655Z | Compiling memchr v2.6.3 |
1482 | 2023-11-02T18:51:20.675Z | Compiling vcpkg v0.2.15 |
1483 | 2023-11-02T18:51:20.690Z | Compiling itoa v1.0.9 |
1484 | 2023-11-02T18:51:20.711Z | Compiling schemars v0.8.13 |
1485 | 2023-11-02T18:51:20.734Z | Compiling log v0.4.20 |
1486 | 2023-11-02T18:51:21.156Z | Compiling serde_json v1.0.108 |
1487 | 2023-11-02T18:51:21.175Z | Compiling httparse v1.8.0 |
1488 | 2023-11-02T18:51:21.181Z | Compiling ryu v1.0.15 |
1489 | 2023-11-02T18:51:21.190Z | Compiling indexmap v1.9.3 |
1490 | 2023-11-02T18:51:21.196Z | Compiling getrandom v0.2.10 |
1491 | 2023-11-02T18:51:21.202Z | Compiling allocator-api2 v0.2.16 |
1492 | 2023-11-02T18:51:21.207Z | Compiling equivalent v1.0.1 |
1493 | 2023-11-02T18:51:21.211Z | Compiling rustix v0.38.9 |
1494 | 2023-11-02T18:51:21.215Z | Compiling rustls v0.21.8 |
1495 | 2023-11-02T18:51:21.219Z | Compiling fnv v1.0.7 |
1496 | 2023-11-02T18:51:21.228Z | Compiling openssl v0.10.57 |
1497 | 2023-11-02T18:51:21.232Z | Compiling aho-corasick v1.0.4 |
1498 | 2023-11-02T18:51:21.236Z | Compiling regex-syntax v0.8.2 |
1499 | 2023-11-02T18:51:21.240Z | Compiling hashbrown v0.14.0 |
1500 | 2023-11-02T18:51:21.244Z | Compiling unicode-xid v0.2.4 |
1501 | 2023-11-02T18:51:21.247Z | Compiling ucd-trie v0.1.6 |
1502 | 2023-11-02T18:51:21.251Z | Compiling ring v0.16.20 |
1503 | 2023-11-02T18:51:21.254Z | Compiling ring v0.17.5 |
1504 | 2023-11-02T18:51:21.263Z | Compiling openssl-sys v0.9.93 |
1505 | 2023-11-02T18:51:21.266Z | Compiling backtrace v0.3.69 |
1506 | 2023-11-02T18:51:21.270Z | Compiling native-tls v0.2.11 |
1507 | 2023-11-02T18:51:21.273Z | Compiling async-trait v0.1.74 |
1508 | 2023-11-02T18:51:21.280Z | Compiling anyhow v1.0.75 |
1509 | 2023-11-02T18:51:21.289Z | Compiling rustversion v1.0.14 |
1510 | 2023-11-02T18:51:21.300Z | Compiling regex-automata v0.4.3 |
1511 | 2023-11-02T18:51:21.306Z | Compiling crossbeam-utils v0.8.16 |
1512 | 2023-11-02T18:51:21.313Z | Compiling slog v2.7.0 |
1513 | 2023-11-02T18:51:21.734Z | Compiling iana-time-zone v0.1.57 |
1514 | 2023-11-02T18:51:21.740Z | Compiling time-core v0.1.1 |
1515 | 2023-11-02T18:51:21.749Z | Compiling byteorder v1.5.0 |
1516 | 2023-11-02T18:51:21.755Z | Compiling time-macros v0.2.13 |
1517 | 2023-11-02T18:51:21.762Z | Compiling serde_derive_internals v0.26.0 |
1518 | 2023-11-02T18:51:21.767Z | Compiling synstructure v0.12.6 |
1519 | 2023-11-02T18:51:21.774Z | Compiling dyn-clone v1.0.13 |
1520 | 2023-11-02T18:51:21.778Z | Compiling hashbrown v0.13.2 |
1521 | 2023-11-02T18:51:21.782Z | Compiling usdt-impl v0.3.5 |
1522 | 2023-11-02T18:51:21.787Z | Compiling scopeguard v1.2.0 |
1523 | 2023-11-02T18:51:21.794Z | Compiling unicode-width v0.1.11 |
1524 | 2023-11-02T18:51:21.799Z | Compiling thread-id v4.2.0 |
1525 | 2023-11-02T18:51:21.802Z | Compiling strsim v0.10.0 |
1526 | 2023-11-02T18:51:21.806Z | Compiling tinyvec_macros v0.1.1 |
1527 | 2023-11-02T18:51:21.811Z | Compiling winnow v0.5.15 |
1528 | 2023-11-02T18:51:21.817Z | Compiling tinyvec v1.6.0 |
1529 | 2023-11-02T18:51:21.831Z | Compiling unicode-bidi v0.3.13 |
1530 | 2023-11-02T18:51:21.847Z | Compiling smallvec v1.11.0 |
1531 | 2023-11-02T18:51:21.867Z | Compiling percent-encoding v2.3.0 |
1532 | 2023-11-02T18:51:21.896Z | Compiling regex v1.10.2 |
1533 | 2023-11-02T18:51:21.917Z | Compiling parking_lot v0.12.1 |
1534 | 2023-11-02T18:51:22.343Z | Compiling unicode-normalization v0.1.22 |
1535 | 2023-11-02T18:51:22.347Z | Compiling form_urlencoded v1.2.0 |
1536 | 2023-11-02T18:51:22.351Z | Compiling num-integer v0.1.45 |
1537 | 2023-11-02T18:51:22.355Z | Compiling crc32fast v1.3.2 |
1538 | 2023-11-02T18:51:22.360Z | Compiling adler v1.0.2 |
1539 | 2023-11-02T18:51:22.364Z | Compiling bitflags v1.3.2 |
1540 | 2023-11-02T18:51:22.367Z | Compiling miniz_oxide v0.7.1 |
1541 | 2023-11-02T18:51:22.371Z | Compiling spin v0.5.2 |
1542 | 2023-11-02T18:51:22.375Z | Compiling idna v0.4.0 |
1543 | 2023-11-02T18:51:22.380Z | Compiling gimli v0.28.0 |
1544 | 2023-11-02T18:51:22.388Z | Compiling object v0.32.1 |
1545 | 2023-11-02T18:51:22.447Z | Compiling url v2.4.1 |
1546 | 2023-11-02T18:51:23.029Z | Compiling pin-project-lite v0.2.13 |
1547 | 2023-11-02T18:51:23.127Z | Compiling schemars_derive v0.8.13 |
1548 | 2023-11-02T18:51:23.208Z | Compiling serde_derive v1.0.188 |
1549 | 2023-11-02T18:51:23.227Z | Compiling thiserror-impl v1.0.49 |
1550 | 2023-11-02T18:51:23.339Z | Compiling zeroize_derive v1.4.2 |
1551 | 2023-11-02T18:51:24.536Z | Compiling tokio-macros v2.1.0 |
1552 | 2023-11-02T18:51:25.357Z | Compiling futures-macro v0.3.29 |
1553 | 2023-11-02T18:51:25.663Z | Compiling tracing-attributes v0.1.26 |
1554 | 2023-11-02T18:51:26.934Z | Compiling openssl-macros v0.1.1 |
1555 | 2023-11-02T18:51:27.881Z | Compiling thiserror v1.0.49 |
1556 | 2023-11-02T18:51:28.076Z | Compiling pest v2.7.2 |
1557 | 2023-11-02T18:51:28.122Z | Compiling zerocopy-derive v0.2.0 |
1558 | 2023-11-02T18:51:28.600Z | Compiling strum_macros v0.25.2 |
1559 | 2023-11-02T18:51:29.368Z | Compiling addr2line v0.21.0 |
1560 | 2023-11-02T18:51:30.405Z | Compiling rustc-demangle v0.1.23 |
1561 | 2023-11-02T18:51:30.968Z | Compiling zerocopy v0.3.0 |
1562 | 2023-11-02T18:51:31.178Z | Compiling zerocopy-derive v0.6.4 |
1563 | 2023-11-02T18:51:31.927Z | Compiling errno v0.3.2 |
1564 | 2023-11-02T18:51:32.337Z | Compiling pest_meta v2.7.2 |
1565 | 2023-11-02T18:51:32.571Z | Compiling dof v0.1.5 |
1566 | 2023-11-02T18:51:32.661Z | Compiling mio v0.8.8 |
1567 | 2023-11-02T18:51:33.003Z | Compiling socket2 v0.5.4 |
1568 | 2023-11-02T18:51:34.412Z | Compiling num_cpus v1.16.0 |
1569 | 2023-11-02T18:51:34.427Z | Compiling signal-hook-registry v1.4.1 |
1570 | 2023-11-02T18:51:34.542Z | Compiling pest_generator v2.7.2 |
1571 | 2023-11-02T18:51:34.589Z | Compiling futures-sink v0.3.29 |
1572 | 2023-11-02T18:51:34.817Z | Compiling memoffset v0.9.0 |
1573 | 2023-11-02T18:51:35.473Z | Compiling futures-io v0.3.29 |
1574 | 2023-11-02T18:51:35.493Z | Compiling pin-utils v0.1.0 |
1575 | 2023-11-02T18:51:35.620Z | Compiling deranged v0.3.8 |
1576 | 2023-11-02T18:51:35.822Z | Compiling radium v0.7.0 |
1577 | 2023-11-02T18:51:35.842Z | Compiling num_threads v0.1.6 |
1578 | 2023-11-02T18:51:36.012Z | Compiling clap_derive v4.4.2 |
1579 | 2023-11-02T18:51:37.091Z | Compiling spin v0.9.8 |
1580 | 2023-11-02T18:51:37.611Z | Compiling tracing-core v0.1.31 |
1581 | 2023-11-02T18:51:37.706Z | Compiling lazy_static v1.4.0 |
1582 | 2023-11-02T18:51:37.863Z | Compiling crossbeam-epoch v0.9.15 |
1583 | 2023-11-02T18:51:38.636Z | Compiling num-iter v0.1.43 |
1584 | 2023-11-02T18:51:39.147Z | Compiling time v0.3.27 |
1585 | 2023-11-02T18:51:39.150Z | Compiling tracing v0.1.37 |
1586 | 2023-11-02T18:51:40.164Z | Compiling pest_derive v2.7.2 |
1587 | 2023-11-02T18:51:40.177Z | Compiling either v1.9.0 |
1588 | 2023-11-02T18:51:40.187Z | Compiling base64 v0.21.5 |
1589 | 2023-11-02T18:51:40.533Z | Compiling rand_core v0.6.4 |
1590 | 2023-11-02T18:51:40.883Z | Compiling dtrace-parser v0.1.14 |
1591 | 2023-11-02T18:51:43.321Z | Compiling foreign-types-shared v0.1.1 |
1592 | 2023-11-02T18:51:43.439Z | Compiling untrusted v0.9.0 |
1593 | 2023-11-02T18:51:43.632Z | Compiling hashbrown v0.12.3 |
1594 | 2023-11-02T18:51:43.744Z | Compiling untrusted v0.7.1 |
1595 | 2023-11-02T18:51:43.855Z | Compiling openssl-probe v0.1.5 |
1596 | 2023-11-02T18:51:43.976Z | Compiling foreign-types v0.3.2 |
1597 | 2023-11-02T18:51:44.095Z | Compiling zeroize v1.6.0 |
1598 | 2023-11-02T18:51:44.395Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1599 | 2023-11-02T18:51:45.068Z | Compiling try-lock v0.2.4 |
1600 | 2023-11-02T18:51:45.227Z | Compiling want v0.3.1 |
1601 | 2023-11-02T18:51:45.611Z | Compiling sct v0.7.0 |
1602 | 2023-11-02T18:51:46.123Z | Compiling enum-as-inner v0.5.1 |
1603 | 2023-11-02T18:51:46.319Z | Compiling indexmap v2.0.0 |
1604 | 2023-11-02T18:51:46.356Z | Compiling bytes v1.5.0 |
1605 | 2023-11-02T18:51:46.554Z | Compiling uuid v1.4.1 |
1606 | 2023-11-02T18:51:46.757Z | Compiling chrono v0.4.31 |
1607 | 2023-11-02T18:51:46.975Z | Compiling semver v1.0.20 |
1608 | 2023-11-02T18:51:47.511Z | Compiling serde_spanned v0.6.3 |
1609 | 2023-11-02T18:51:47.599Z | Compiling serde_tokenstream v0.1.7 |
1610 | 2023-11-02T18:51:47.859Z | Compiling http v0.2.9 |
1611 | 2023-11-02T18:51:48.071Z | Compiling rustc_version v0.4.0 |
1612 | 2023-11-02T18:51:48.132Z | Compiling toml_datetime v0.6.3 |
1613 | 2023-11-02T18:51:48.378Z | Compiling bitflags v2.4.0 |
1614 | 2023-11-02T18:51:48.404Z | Compiling tokio v1.33.0 |
1615 | 2023-11-02T18:51:48.795Z | Compiling toml_edit v0.19.15 |
1616 | 2023-11-02T18:51:51.266Z | Compiling openapiv3 v1.0.3 |
1617 | 2023-11-02T18:51:53.038Z | Compiling http-body v0.4.5 |
1618 | 2023-11-02T18:51:53.918Z | Compiling socket2 v0.4.9 |
1619 | 2023-11-02T18:51:54.821Z | Compiling usdt-macro v0.3.5 |
1620 | 2023-11-02T18:51:54.825Z | Compiling usdt-attr-macro v0.3.5 |
1621 | 2023-11-02T18:51:55.234Z | Compiling tower-service v0.3.2 |
1622 | 2023-11-02T18:51:55.404Z | Compiling httpdate v1.0.3 |
1623 | 2023-11-02T18:51:56.061Z | Compiling heapless v0.7.16 |
1624 | 2023-11-02T18:51:56.209Z | Compiling rustls-pemfile v1.0.3 |
1625 | 2023-11-02T18:51:56.269Z | Compiling siphasher v0.3.11 |
1626 | 2023-11-02T18:51:56.766Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1627 | 2023-11-02T18:51:56.795Z | Compiling rustls-native-certs v0.6.3 |
1628 | 2023-11-02T18:51:56.868Z | Compiling ipnet v2.8.0 |
1629 | 2023-11-02T18:51:56.909Z | Compiling serde_urlencoded v0.7.1 |
1630 | 2023-11-02T18:51:57.343Z | Compiling serde_tokenstream v0.2.0 |
1631 | 2023-11-02T18:51:58.139Z | Compiling encoding_rs v0.8.33 |
1632 | 2023-11-02T18:51:58.145Z | Compiling mime v0.3.17 |
1633 | 2023-11-02T18:51:58.153Z | Compiling webpki-roots v0.25.2 |
1634 | 2023-11-02T18:51:58.391Z | Compiling crypto-common v0.1.6 |
1635 | 2023-11-02T18:51:58.639Z | Compiling diesel_table_macro_syntax v0.1.0 |
1636 | 2023-11-02T18:51:58.684Z | Compiling num-bigint v0.4.4 |
1637 | 2023-11-02T18:51:58.946Z | Compiling bit-vec v0.6.3 |
1638 | 2023-11-02T18:51:59.100Z | Compiling smoltcp v0.9.1 |
1639 | 2023-11-02T18:51:59.608Z | Compiling diesel_derives v2.1.1 |
1640 | 2023-11-02T18:51:59.888Z | Compiling flate2 v1.0.28 |
1641 | 2023-11-02T18:52:00.034Z | Compiling phf_shared v0.10.0 |
1642 | 2023-11-02T18:52:00.053Z | Compiling block-buffer v0.10.4 |
1643 | 2023-11-02T18:52:00.424Z | Compiling hubpack_derive v0.1.1 |
1644 | 2023-11-02T18:52:00.622Z | Compiling fixedbitset v0.4.2 |
1645 | 2023-11-02T18:52:00.941Z | Compiling ppv-lite86 v0.2.17 |
1646 | 2023-11-02T18:52:01.245Z | Compiling subtle v2.5.0 |
1647 | 2023-11-02T18:52:01.445Z | Compiling tokio-util v0.7.10 |
1648 | 2023-11-02T18:52:01.688Z | Compiling tokio-native-tls v0.3.1 |
1649 | 2023-11-02T18:52:01.803Z | Compiling new_debug_unreachable v1.0.4 |
1650 | 2023-11-02T18:52:01.934Z | Compiling const-oid v0.9.5 |
1651 | 2023-11-02T18:52:02.114Z | Compiling precomputed-hash v0.1.1 |
1652 | 2023-11-02T18:52:02.257Z | Compiling string_cache v0.8.7 |
1653 | 2023-11-02T18:52:02.282Z | Compiling rand_chacha v0.3.1 |
1654 | 2023-11-02T18:52:02.937Z | Compiling petgraph v0.6.4 |
1655 | 2023-11-02T18:52:03.057Z | Compiling bit-set v0.5.3 |
1656 | 2023-11-02T18:52:03.515Z | Compiling h2 v0.3.21 |
1657 | 2023-11-02T18:52:03.664Z | Compiling toml v0.7.8 |
1658 | 2023-11-02T18:52:03.865Z | Compiling itertools v0.10.5 |
1659 | 2023-11-02T18:52:05.079Z | Compiling digest v0.10.7 |
1660 | 2023-11-02T18:52:05.147Z | Compiling lalrpop-util v0.19.12 |
1661 | 2023-11-02T18:52:05.668Z | Compiling unicode-segmentation v1.10.1 |
1662 | 2023-11-02T18:52:05.745Z | Compiling rand v0.8.5 |
1663 | 2023-11-02T18:52:06.167Z | Compiling regress v0.7.1 |
1664 | 2023-11-02T18:52:07.159Z | Compiling serde_repr v0.1.16 |
1665 | 2023-11-02T18:52:08.003Z | Compiling io-lifetimes v1.0.11 |
1666 | 2023-11-02T18:52:08.313Z | Compiling cpufeatures v0.2.9 |
1667 | 2023-11-02T18:52:08.862Z | Compiling anstyle v1.0.2 |
1668 | 2023-11-02T18:52:08.868Z | Compiling utf8parse v0.2.1 |
1669 | 2023-11-02T18:52:08.881Z | Compiling sha2 v0.10.8 |
1670 | 2023-11-02T18:52:08.886Z | Compiling anstyle-parse v0.2.1 |
1671 | 2023-11-02T18:52:09.156Z | Compiling rustix v0.37.23 |
1672 | 2023-11-02T18:52:09.374Z | Compiling md-5 v0.10.5 |
1673 | 2023-11-02T18:52:09.737Z | Compiling hmac v0.12.1 |
1674 | 2023-11-02T18:52:09.775Z | Compiling stringprep v0.1.3 |
1675 | 2023-11-02T18:52:10.084Z | Compiling hash32 v0.2.1 |
1676 | 2023-11-02T18:52:10.672Z | Compiling anstyle-query v1.0.0 |
1677 | 2023-11-02T18:52:10.862Z | Compiling fallible-iterator v0.2.0 |
1678 | 2023-11-02T18:52:11.201Z | Compiling colorchoice v1.0.0 |
1679 | 2023-11-02T18:52:11.327Z | Compiling stable_deref_trait v1.2.0 |
1680 | 2023-11-02T18:52:11.423Z | Compiling anstream v0.5.0 |
1681 | 2023-11-02T18:52:11.539Z | Compiling terminal_size v0.2.6 |
1682 | 2023-11-02T18:52:11.617Z | Compiling phf_shared v0.11.2 |
1683 | 2023-11-02T18:52:11.849Z | Compiling block-padding v0.3.3 |
1684 | 2023-11-02T18:52:12.152Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1685 | 2023-11-02T18:52:12.168Z | Compiling postgres-protocol v0.6.6 |
1686 | 2023-11-02T18:52:12.211Z | Compiling scheduled-thread-pool v0.2.7 |
1687 | 2023-11-02T18:52:12.479Z | Compiling managed v0.8.0 |
1688 | 2023-11-02T18:52:12.980Z | Compiling regex-automata v0.1.10 |
1689 | 2023-11-02T18:52:13.183Z | Compiling matches v0.1.10 |
1690 | 2023-11-02T18:52:13.315Z | Compiling clap_lex v0.5.1 |
1691 | 2023-11-02T18:52:13.542Z | Compiling tap v1.0.1 |
1692 | 2023-11-02T18:52:13.765Z | Compiling clap_builder v4.4.2 |
1693 | 2023-11-02T18:52:13.804Z | Compiling wyz v0.5.1 |
1694 | 2023-11-02T18:52:13.995Z | Compiling bstr v0.2.17 |
1695 | 2023-11-02T18:52:14.200Z | Compiling postgres-types v0.2.6 |
1696 | 2023-11-02T18:52:14.678Z | Compiling idna v0.2.3 |
1697 | 2023-11-02T18:52:16.346Z | Compiling hyper v0.14.27 |
1698 | 2023-11-02T18:52:16.566Z | Compiling r2d2 v0.8.10 |
1699 | 2023-11-02T18:52:17.151Z | Compiling inout v0.1.3 |
1700 | 2023-11-02T18:52:17.173Z | Compiling phf v0.11.2 |
1701 | 2023-11-02T18:52:17.621Z | Compiling hubpack v0.1.2 |
1702 | 2023-11-02T18:52:18.754Z | Compiling ipnetwork v0.20.0 |
1703 | 2023-11-02T18:52:18.762Z | Compiling futures-executor v0.3.29 |
1704 | 2023-11-02T18:52:19.467Z | Compiling itertools v0.11.0 |
1705 | 2023-11-02T18:52:20.492Z | Compiling zerocopy v0.6.4 |
1706 | 2023-11-02T18:52:21.948Z | Compiling float-cmp v0.9.0 |
1707 | 2023-11-02T18:52:22.289Z | Compiling funty v2.0.0 |
1708 | 2023-11-02T18:52:22.449Z | Compiling static_assertions v1.1.0 |
1709 | 2023-11-02T18:52:22.579Z | Compiling whoami v1.4.1 |
1710 | 2023-11-02T18:52:23.430Z | Compiling data-encoding v2.4.0 |
1711 | 2023-11-02T18:52:23.451Z | Compiling difflib v0.4.0 |
1712 | 2023-11-02T18:52:23.873Z | Compiling normalize-line-endings v0.3.0 |
1713 | 2023-11-02T18:52:24.044Z | Compiling regex-automata v0.3.8 |
1714 | 2023-11-02T18:52:24.339Z | Compiling predicates-core v1.0.6 |
1715 | 2023-11-02T18:52:24.844Z | Compiling predicates v3.0.4 |
1716 | 2023-11-02T18:52:25.780Z | Compiling trust-dns-proto v0.22.0 |
1717 | 2023-11-02T18:52:25.783Z | Compiling bitvec v1.0.1 |
1718 | 2023-11-02T18:52:26.839Z | Compiling diesel v2.1.3 |
1719 | 2023-11-02T18:52:27.423Z | Compiling bstr v1.6.0 |
1720 | 2023-11-02T18:52:27.983Z | Compiling hyper-tls v0.5.0 |
1721 | 2023-11-02T18:52:28.044Z | Compiling tokio-postgres v0.7.10 |
1722 | 2023-11-02T18:52:28.616Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1723 | 2023-11-02T18:52:29.901Z | Compiling yasna v0.5.2 |
1724 | 2023-11-02T18:52:32.732Z | Compiling clap v4.4.3 |
1725 | 2023-11-02T18:52:32.903Z | Compiling futures v0.3.29 |
1726 | 2023-11-02T18:52:33.050Z | Compiling cipher v0.4.4 |
1727 | 2023-11-02T18:52:33.290Z | Compiling similar v2.2.1 |
1728 | 2023-11-02T18:52:33.786Z | Compiling signature v2.1.0 |
1729 | 2023-11-02T18:52:33.836Z | Compiling tokio-stream v0.1.14 |
1730 | 2023-11-02T18:52:34.109Z | Compiling usdt v0.3.5 |
1731 | 2023-11-02T18:52:34.508Z | Compiling hex v0.4.3 |
1732 | 2023-11-02T18:52:35.365Z | Compiling console v0.15.7 |
1733 | 2023-11-02T18:52:35.737Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1734 | 2023-11-02T18:52:36.140Z | Compiling getopts v0.2.21 |
1735 | 2023-11-02T18:52:36.875Z | Compiling unsafe-libyaml v0.2.9 |
1736 | 2023-11-02T18:52:37.556Z | Compiling ident_case v1.0.1 |
1737 | 2023-11-02T18:52:38.301Z | Compiling slog-async v2.8.0 |
1738 | 2023-11-02T18:52:38.398Z | Compiling paste v1.0.14 |
1739 | 2023-11-02T18:52:39.130Z | Compiling serde_yaml v0.9.25 |
1740 | 2023-11-02T18:52:39.601Z | Compiling darling_core v0.20.3 |
1741 | 2023-11-02T18:52:39.625Z | Compiling multer v2.1.0 |
1742 | 2023-11-02T18:52:39.992Z | Compiling async-stream-impl v0.3.5 |
1743 | 2023-11-02T18:52:40.155Z | Compiling regex-syntax v0.6.29 |
1744 | 2023-11-02T18:52:41.046Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1745 | 2023-11-02T18:52:41.982Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1746 | 2023-11-02T18:52:43.075Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1747 | 2023-11-02T18:52:43.273Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1748 | 2023-11-02T18:52:45.523Z | Compiling structmeta-derive v0.1.6 |
1749 | 2023-11-02T18:52:48.831Z | Compiling darling_macro v0.20.3 |
1750 | 2023-11-02T18:52:49.968Z | Compiling structmeta v0.1.6 |
1751 | 2023-11-02T18:52:50.002Z | Compiling structmeta-derive v0.2.0 |
1752 | 2023-11-02T18:52:50.644Z | Compiling darling v0.20.3 |
1753 | 2023-11-02T18:52:50.648Z | Compiling serde_with_macros v2.3.3 |
1754 | 2023-11-02T18:52:50.653Z | Compiling parse-display-derive v0.7.0 |
1755 | 2023-11-02T18:52:54.190Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1756 | 2023-11-02T18:52:54.423Z | Compiling structmeta v0.2.0 |
1757 | 2023-11-02T18:52:55.061Z | Compiling test-strategy v0.3.1 |
1758 | 2023-11-02T18:53:02.235Z | Checking unicode-ident v1.0.12 |
1759 | 2023-11-02T18:53:31.051Z | Checking heck v0.4.1 |
1760 | 2023-11-02T18:53:40.603Z | Checking atty v0.2.14 |
1761 | 2023-11-02T18:53:40.645Z | Checking match_cfg v0.1.0 |
1762 | 2023-11-02T18:53:40.768Z | Checking hostname v0.3.1 |
1763 | 2023-11-02T18:53:40.977Z | Checking crossbeam-channel v0.5.8 |
1764 | 2023-11-02T18:53:41.065Z | Checking sha1 v0.10.5 |
1765 | 2023-11-02T18:53:41.602Z | Checking dirs-sys-next v0.1.2 |
1766 | 2023-11-02T18:53:41.674Z | Checking fastrand v2.0.0 |
1767 | 2023-11-02T18:53:41.770Z | Checking dirs-next v2.0.0 |
1768 | 2023-11-02T18:53:41.963Z | Checking thread_local v1.1.7 |
1769 | 2023-11-02T18:53:42.126Z | Checking term v0.7.0 |
1770 | 2023-11-02T18:53:42.173Z | Checking tempfile v3.8.0 |
1771 | 2023-11-02T18:53:42.395Z | Checking camino v1.1.6 |
1772 | 2023-11-02T18:53:42.725Z | Checking strum v0.25.0 |
1773 | 2023-11-02T18:53:42.810Z | Checking instant v0.1.12 |
1774 | 2023-11-02T18:53:42.939Z | Checking take_mut v0.2.2 |
1775 | 2023-11-02T18:53:43.027Z | Checking slog-term v2.9.0 |
1776 | 2023-11-02T18:53:43.034Z | Checking slog-json v2.6.1 |
1777 | 2023-11-02T18:53:43.337Z | Checking serde_with v2.3.3 |
1778 | 2023-11-02T18:53:43.776Z | Checking slog-bunyan v2.4.0 |
1779 | 2023-11-02T18:53:43.987Z | Checking atomic-waker v1.1.1 |
1780 | 2023-11-02T18:53:44.161Z | Checking debug-ignore v1.0.5 |
1781 | 2023-11-02T18:53:44.356Z | Checking waitgroup v0.1.2 |
1782 | 2023-11-02T18:53:44.875Z | Checking async-stream v0.3.5 |
1783 | 2023-11-02T18:53:45.138Z | Checking serde_path_to_error v0.1.14 |
1784 | 2023-11-02T18:53:45.167Z | Checking backoff v0.4.0 |
1785 | 2023-11-02T18:53:45.349Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1786 | 2023-11-02T18:53:45.552Z | Checking parse-display v0.7.0 |
1787 | 2023-11-02T18:53:45.635Z | Checking macaddr v1.0.1 |
1788 | 2023-11-02T18:53:46.144Z | Checking quick-error v1.2.3 |
1789 | 2023-11-02T18:53:46.456Z | Compiling proc-macro-crate v1.3.1 |
1790 | 2023-11-02T18:53:46.637Z | Checking wait-timeout v0.2.0 |
1791 | 2023-11-02T18:53:47.241Z | Compiling crucible-workspace-hack v0.1.0 |
1792 | 2023-11-02T18:53:47.639Z | Checking rusty-fork v0.3.0 |
1793 | 2023-11-02T18:53:47.787Z | Checking rand_xorshift v0.3.0 |
1794 | 2023-11-02T18:53:47.865Z | Checking regex-syntax v0.7.5 |
1795 | 2023-11-02T18:53:48.072Z | Checking unarray v0.1.4 |
1796 | 2023-11-02T18:53:52.354Z | Compiling proc-macro-error-attr v1.0.4 |
1797 | 2023-11-02T18:53:52.800Z | Compiling proc-macro-error v1.0.4 |
1798 | 2023-11-02T18:53:53.505Z | Checking proptest v1.3.1 |
1799 | 2023-11-02T18:53:53.705Z | Compiling num_enum_derive v0.5.11 |
1800 | 2023-11-02T18:53:56.117Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1801 | 2023-11-02T18:53:56.651Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1802 | 2023-11-02T18:53:58.091Z | Compiling foreign-types-macros v0.2.3 |
1803 | 2023-11-02T18:53:58.812Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1804 | 2023-11-02T18:53:58.934Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1805 | 2023-11-02T18:53:59.325Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1806 | 2023-11-02T18:53:59.376Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1807 | 2023-11-02T18:54:00.174Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1808 | 2023-11-02T18:54:01.140Z | Compiling zone_cfg_derive v0.2.0 |
1809 | 2023-11-02T18:54:02.141Z | Compiling num-derive v0.4.0 |
1810 | 2023-11-02T18:54:02.648Z | Compiling mockall_derive v0.11.4 |
1811 | 2023-11-02T18:54:15.245Z | Checking base64ct v1.6.0 |
1812 | 2023-11-02T18:54:55.613Z | Checking is-terminal v0.4.9 |
1813 | 2023-11-02T18:54:56.292Z | Compiling slog-dtrace v0.2.3 |
1814 | 2023-11-02T18:54:57.408Z | Checking termtree v0.4.1 |
1815 | 2023-11-02T18:54:57.647Z | Checking predicates-tree v1.0.9 |
1816 | 2023-11-02T18:54:57.969Z | Checking password-hash v0.5.0 |
1817 | 2023-11-02T18:54:58.138Z | Checking blake2 v0.10.6 |
1818 | 2023-11-02T18:54:58.331Z | Checking num_enum v0.5.11 |
1819 | 2023-11-02T18:54:58.546Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1820 | 2023-11-02T18:54:58.708Z | Compiling cancel-safe-futures v0.1.5 |
1821 | 2023-11-02T18:54:58.987Z | Checking postcard-cobs v0.1.5-pre |
1822 | 2023-11-02T18:54:59.707Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1823 | 2023-11-02T18:54:59.721Z | Checking argon2 v0.5.2 |
1824 | 2023-11-02T18:54:59.859Z | Checking smoltcp v0.8.2 |
1825 | 2023-11-02T18:55:00.093Z | Checking postcard v0.7.3 |
1826 | 2023-11-02T18:55:00.149Z | Checking base64 v0.13.1 |
1827 | 2023-11-02T18:55:00.213Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1828 | 2023-11-02T18:55:00.255Z | Checking cfg-if v0.1.10 |
1829 | 2023-11-02T18:55:00.291Z | Checking foreign-types-shared v0.3.1 |
1830 | 2023-11-02T18:55:00.304Z | Checking foreign-types v0.5.0 |
1831 | 2023-11-02T18:55:00.355Z | Checking cstr-argument v0.1.2 |
1832 | 2023-11-02T18:55:00.384Z | Checking pretty-hex v0.2.1 |
1833 | 2023-11-02T18:55:00.410Z | Checking colored v2.0.4 |
1834 | 2023-11-02T18:55:00.458Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1835 | 2023-11-02T18:55:00.488Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1836 | 2023-11-02T18:55:00.513Z | Checking predicates v2.1.5 |
1837 | 2023-11-02T18:55:00.937Z | Checking fragile v2.0.0 |
1838 | 2023-11-02T18:55:00.950Z | Checking downcast v0.11.0 |
1839 | 2023-11-02T18:55:00.965Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1840 | 2023-11-02T18:55:01.077Z | Checking zone v0.2.0 |
1841 | 2023-11-02T18:55:01.127Z | Checking mockall v0.11.4 |
1842 | 2023-11-02T18:55:01.155Z | Checking smf v0.2.2 |
1843 | 2023-11-02T18:55:01.189Z | Compiling der_derive v0.7.2 |
1844 | 2023-11-02T18:55:01.203Z | Checking filetime v0.2.22 |
1845 | 2023-11-02T18:55:01.257Z | Checking xattr v1.0.1 |
1846 | 2023-11-02T18:55:01.294Z | Compiling heck v0.3.3 |
1847 | 2023-11-02T18:55:01.314Z | Compiling libefi-sys v0.1.0 |
1848 | 2023-11-02T18:55:01.337Z | Checking tar v0.4.40 |
1849 | 2023-11-02T18:55:01.376Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1850 | 2023-11-02T18:55:01.405Z | Compiling structopt-derive v0.4.18 |
1851 | 2023-11-02T18:55:01.420Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1852 | 2023-11-02T18:55:01.441Z | Compiling memoffset v0.7.1 |
1853 | 2023-11-02T18:55:01.467Z | Compiling maybe-uninit v2.0.0 |
1854 | 2023-11-02T18:55:01.488Z | Checking pem v1.1.1 |
1855 | 2023-11-02T18:55:01.513Z | Checking camino-tempfile v1.0.2 |
1856 | 2023-11-02T18:55:01.523Z | Compiling num-bigint-dig v0.8.4 |
1857 | 2023-11-02T18:55:01.541Z | Compiling packed_struct v0.10.1 |
1858 | 2023-11-02T18:55:01.965Z | Compiling packed_struct_codegen v0.10.1 |
1859 | 2023-11-02T18:55:01.978Z | Compiling signal-hook v0.3.17 |
1860 | 2023-11-02T18:55:02.408Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1861 | 2023-11-02T18:55:02.427Z | Checking headers-core v0.2.0 |
1862 | 2023-11-02T18:55:02.893Z | Checking headers v0.3.9 |
1863 | 2023-11-02T18:55:02.925Z | Checking pem v3.0.2 |
1864 | 2023-11-02T18:55:02.941Z | Checking rcgen v0.11.3 |
1865 | 2023-11-02T18:55:02.962Z | Checking atomicwrites v0.4.2 |
1866 | 2023-11-02T18:55:02.983Z | Checking subprocess v0.2.9 |
1867 | 2023-11-02T18:55:03.004Z | Compiling num-rational v0.4.1 |
1868 | 2023-11-02T18:55:03.023Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1869 | 2023-11-02T18:55:03.040Z | Checking termcolor v1.2.0 |
1870 | 2023-11-02T18:55:03.059Z | Compiling same-file v1.0.6 |
1871 | 2023-11-02T18:55:03.488Z | Compiling walkdir v2.4.0 |
1872 | 2023-11-02T18:55:03.521Z | Compiling semver-parser v0.10.2 |
1873 | 2023-11-02T18:55:03.531Z | Checking linked-hash-map v0.5.6 |
1874 | 2023-11-02T18:55:03.552Z | Checking lru-cache v0.1.2 |
1875 | 2023-11-02T18:55:03.976Z | Compiling home v0.5.5 |
1876 | 2023-11-02T18:55:03.986Z | Compiling toml v0.5.11 |
1877 | 2023-11-02T18:55:03.998Z | Compiling semver v0.11.0 |
1878 | 2023-11-02T18:55:04.010Z | Compiling doc-comment v0.3.3 |
1879 | 2023-11-02T18:55:04.021Z | Compiling toolchain_find v0.2.0 |
1880 | 2023-11-02T18:55:04.033Z | Checking half v1.8.2 |
1881 | 2023-11-02T18:55:04.057Z | Checking ciborium-io v0.2.1 |
1882 | 2023-11-02T18:55:04.482Z | Checking arc-swap v1.6.0 |
1883 | 2023-11-02T18:55:04.523Z | Compiling convert_case v0.4.0 |
1884 | 2023-11-02T18:55:04.573Z | Checking ciborium-ll v0.2.1 |
1885 | 2023-11-02T18:55:04.591Z | Checking slog-scope v4.4.0 |
1886 | 2023-11-02T18:55:04.607Z | Checking ciborium v0.2.1 |
1887 | 2023-11-02T18:55:04.629Z | Checking slog-stdlog v4.1.1 |
1888 | 2023-11-02T18:55:04.652Z | Compiling rustfmt-wrapper v0.2.0 |
1889 | 2023-11-02T18:55:04.668Z | Compiling derive_more v0.99.17 |
1890 | 2023-11-02T18:55:04.684Z | Compiling snafu-derive v0.7.5 |
1891 | 2023-11-02T18:55:04.706Z | Checking slog-envlogger v2.2.0 |
1892 | 2023-11-02T18:55:04.721Z | Compiling derive-where v1.2.5 |
1893 | 2023-11-02T18:55:05.149Z | Checking pem-rfc7468 v0.7.0 |
1894 | 2023-11-02T18:55:05.171Z | Checking newline-converter v0.3.0 |
1895 | 2023-11-02T18:55:05.193Z | Checking hkdf v0.12.3 |
1896 | 2023-11-02T18:55:05.215Z | Compiling libz-sys v1.1.12 |
1897 | 2023-11-02T18:55:05.314Z | Checking flagset v0.4.3 |
1898 | 2023-11-02T18:55:05.331Z | Compiling parking_lot_core v0.8.6 |
1899 | 2023-11-02T18:55:05.362Z | Checking der v0.7.8 |
1900 | 2023-11-02T18:55:05.376Z | Checking expectorate v1.1.0 |
1901 | 2023-11-02T18:55:05.390Z | Checking resolv-conf v0.7.0 |
1902 | 2023-11-02T18:55:05.404Z | Checking textwrap v0.11.0 |
1903 | 2023-11-02T18:55:05.823Z | Checking strsim v0.8.0 |
1904 | 2023-11-02T18:55:05.834Z | Checking vec_map v0.8.2 |
1905 | 2023-11-02T18:55:05.848Z | Compiling semver v0.1.20 |
1906 | 2023-11-02T18:55:05.878Z | Checking ansi_term v0.12.1 |
1907 | 2023-11-02T18:55:05.888Z | Checking keccak v0.1.4 |
1908 | 2023-11-02T18:55:05.897Z | Checking clap v2.34.0 |
1909 | 2023-11-02T18:55:05.908Z | Checking sha3 v0.10.8 |
1910 | 2023-11-02T18:55:05.928Z | Compiling rustc_version v0.1.7 |
1911 | 2023-11-02T18:55:05.962Z | Checking trust-dns-resolver v0.22.0 |
1912 | 2023-11-02T18:55:05.995Z | Checking spki v0.7.2 |
1913 | 2023-11-02T18:55:06.022Z | Checking secrecy v0.8.0 |
1914 | 2023-11-02T18:55:06.074Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1915 | 2023-11-02T18:55:06.094Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1916 | 2023-11-02T18:55:06.126Z | Compiling newtype_derive v0.1.6 |
1917 | 2023-11-02T18:55:06.142Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1918 | 2023-11-02T18:55:06.160Z | Checking fxhash v0.2.1 |
1919 | 2023-11-02T18:55:06.193Z | Compiling libsqlite3-sys v0.26.0 |
1920 | 2023-11-02T18:55:06.215Z | Checking crc-catalog v2.2.0 |
1921 | 2023-11-02T18:55:06.255Z | Checking crc v3.0.1 |
1922 | 2023-11-02T18:55:06.277Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1923 | 2023-11-02T18:55:07.108Z | Checking structopt v0.3.26 |
1924 | 2023-11-02T18:55:07.151Z | Checking pkcs8 v0.10.2 |
1925 | 2023-11-02T18:55:07.160Z | Compiling vergen v8.2.4 |
1926 | 2023-11-02T18:55:07.171Z | Checking nodrop v0.1.14 |
1927 | 2023-11-02T18:55:07.179Z | Checking pkcs1 v0.7.5 |
1928 | 2023-11-02T18:55:07.190Z | Checking array-init v0.0.4 |
1929 | 2023-11-02T18:55:07.198Z | Checking smallvec v0.6.14 |
1930 | 2023-11-02T18:55:07.207Z | Checking bitfield v0.14.0 |
1931 | 2023-11-02T18:55:07.693Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1932 | 2023-11-02T18:55:07.800Z | Checking serde-hex v0.1.0 |
1933 | 2023-11-02T18:55:08.066Z | Checking x509-cert v0.2.4 |
1934 | 2023-11-02T18:55:08.591Z | Checking env_logger v0.10.0 |
1935 | 2023-11-02T18:55:09.860Z | Checking rsa v0.9.2 |
1936 | 2023-11-02T18:55:10.447Z | Checking ron v0.8.1 |
1937 | 2023-11-02T18:55:10.967Z | Checking crc-any v2.4.3 |
1938 | 2023-11-02T18:55:11.237Z | Checking humantime v2.1.0 |
1939 | 2023-11-02T18:55:11.287Z | Compiling buf-list v1.0.3 |
1940 | 2023-11-02T18:55:12.139Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1941 | 2023-11-02T18:55:12.461Z | Checking object v0.30.4 |
1942 | 2023-11-02T18:55:12.495Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1943 | 2023-11-02T18:55:13.309Z | Checking utf-8 v0.7.6 |
1944 | 2023-11-02T18:55:13.330Z | Checking path-slash v0.1.5 |
1945 | 2023-11-02T18:55:13.358Z | Compiling num_enum_derive v0.7.0 |
1946 | 2023-11-02T18:55:13.479Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1947 | 2023-11-02T18:55:13.546Z | Compiling unicase v2.7.0 |
1948 | 2023-11-02T18:55:13.858Z | Compiling rayon-core v1.12.0 |
1949 | 2023-11-02T18:55:14.223Z | Compiling salty v0.2.0 |
1950 | 2023-11-02T18:55:14.296Z | Compiling platforms v3.0.2 |
1951 | 2023-11-02T18:55:14.804Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1952 | 2023-11-02T18:55:14.816Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1953 | 2023-11-02T18:55:15.306Z | Checking num-complex v0.4.4 |
1954 | 2023-11-02T18:55:15.746Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1955 | 2023-11-02T18:55:16.000Z | Compiling erased-serde v0.3.30 |
1956 | 2023-11-02T18:55:16.095Z | Compiling curve25519-dalek v4.1.0 |
1957 | 2023-11-02T18:55:16.706Z | Compiling async-recursion v1.0.5 |
1958 | 2023-11-02T18:55:16.768Z | Compiling bitstruct_derive v0.1.0 |
1959 | 2023-11-02T18:55:16.882Z | Compiling glob v0.3.1 |
1960 | 2023-11-02T18:55:16.972Z | Checking num v0.4.1 |
1961 | 2023-11-02T18:55:17.369Z | Compiling mime_guess v2.0.4 |
1962 | 2023-11-02T18:55:18.086Z | Checking tungstenite v0.18.0 |
1963 | 2023-11-02T18:55:18.222Z | Compiling curve25519-dalek-derive v0.1.0 |
1964 | 2023-11-02T18:55:18.304Z | Compiling thiserror-impl-no-std v2.0.2 |
1965 | 2023-11-02T18:55:19.261Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1966 | 2023-11-02T18:55:19.347Z | Checking universal-hash v0.5.1 |
1967 | 2023-11-02T18:55:19.500Z | Checking tokio-tungstenite v0.18.0 |
1968 | 2023-11-02T18:55:19.616Z | Checking nibble_vec v0.1.0 |
1969 | 2023-11-02T18:55:20.225Z | Compiling crunchy v0.2.2 |
1970 | 2023-11-02T18:55:20.436Z | Checking opaque-debug v0.3.0 |
1971 | 2023-11-02T18:55:20.714Z | Checking endian-type v0.1.2 |
1972 | 2023-11-02T18:55:21.010Z | Checking radix_trie v0.2.1 |
1973 | 2023-11-02T18:55:21.177Z | Checking snafu v0.7.5 |
1974 | 2023-11-02T18:55:21.727Z | Compiling tiny-keccak v2.0.2 |
1975 | 2023-11-02T18:55:21.820Z | Checking linear-map v1.2.0 |
1976 | 2023-11-02T18:55:22.156Z | Checking parking_lot v0.11.2 |
1977 | 2023-11-02T18:55:22.312Z | Checking trust-dns-client v0.22.0 |
1978 | 2023-11-02T18:55:22.515Z | Compiling clang-sys v1.6.1 |
1979 | 2023-11-02T18:55:23.020Z | Checking aead v0.5.2 |
1980 | 2023-11-02T18:55:23.024Z | Compiling darling_core v0.14.4 |
1981 | 2023-11-02T18:55:23.027Z | Compiling prettyplease v0.2.12 |
1982 | 2023-11-02T18:55:23.031Z | Checking sled v0.34.7 |
1983 | 2023-11-02T18:55:23.428Z | Compiling ascii-canvas v3.0.0 |
1984 | 2023-11-02T18:55:24.213Z | Checking toml_edit v0.20.0 |
1985 | 2023-11-02T18:55:24.354Z | Checking trust-dns-server v0.22.1 |
1986 | 2023-11-02T18:55:24.549Z | Compiling const_format_proc_macros v0.2.31 |
1987 | 2023-11-02T18:55:24.593Z | Compiling ena v0.14.2 |
1988 | 2023-11-02T18:55:25.256Z | Checking signature v1.6.4 |
1989 | 2023-11-02T18:55:25.450Z | Checking pretty-hex v0.3.0 |
1990 | 2023-11-02T18:55:25.698Z | Compiling portable-atomic v1.4.3 |
1991 | 2023-11-02T18:55:27.046Z | Compiling diff v0.1.13 |
1992 | 2023-11-02T18:55:27.738Z | Compiling minimal-lexical v0.2.1 |
1993 | 2023-11-02T18:55:27.831Z | Compiling lalrpop v0.19.12 |
1994 | 2023-11-02T18:55:28.063Z | Checking ed25519 v1.5.3 |
1995 | 2023-11-02T18:55:28.210Z | Checking toml v0.8.0 |
1996 | 2023-11-02T18:55:28.534Z | Compiling nom v7.1.3 |
1997 | 2023-11-02T18:55:29.011Z | Checking path-dedot v3.1.0 |
1998 | 2023-11-02T18:55:29.250Z | Compiling libloading v0.7.4 |
1999 | 2023-11-02T18:55:29.257Z | Compiling ref-cast v1.0.20 |
2000 | 2023-11-02T18:55:29.392Z | Compiling bindgen v0.65.1 |
2001 | 2023-11-02T18:55:30.435Z | Checking path-absolutize v3.1.0 |
2002 | 2023-11-02T18:55:31.733Z | Compiling darling_macro v0.14.4 |
2003 | 2023-11-02T18:55:32.565Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2004 | 2023-11-02T18:55:32.835Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2005 | 2023-11-02T18:55:33.068Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2006 | 2023-11-02T18:55:33.216Z | Compiling darling v0.14.4 |
2007 | 2023-11-02T18:55:33.392Z | Compiling derive_builder_core v0.12.0 |
2008 | 2023-11-02T18:55:34.417Z | Compiling cexpr v0.6.0 |
2009 | 2023-11-02T18:55:34.556Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2010 | 2023-11-02T18:55:35.365Z | Checking globset v0.4.13 |
2011 | 2023-11-02T18:55:35.607Z | Checking crossbeam-deque v0.8.3 |
2012 | 2023-11-02T18:55:36.035Z | Checking hashlink v0.8.3 |
2013 | 2023-11-02T18:55:36.126Z | Checking olpc-cjson v0.1.3 |
2014 | 2023-11-02T18:55:36.398Z | Checking serde_plain v1.0.2 |
2015 | 2023-11-02T18:55:36.431Z | Checking serde-big-array v0.4.1 |
2016 | 2023-11-02T18:55:36.689Z | Checking serde-big-array v0.5.1 |
2017 | 2023-11-02T18:55:36.846Z | Compiling which v4.4.0 |
2018 | 2023-11-02T18:55:36.951Z | Compiling ref-cast-impl v1.0.20 |
2019 | 2023-11-02T18:55:37.021Z | Compiling libxml v0.3.3 |
2020 | 2023-11-02T18:55:37.082Z | Compiling lazycell v1.3.0 |
2021 | 2023-11-02T18:55:37.326Z | Compiling rustc-hash v1.1.0 |
2022 | 2023-11-02T18:55:37.338Z | Compiling peeking_take_while v0.1.2 |
2023 | 2023-11-02T18:55:37.506Z | Compiling shlex v1.1.0 |
2024 | 2023-11-02T18:55:37.548Z | Checking fallible-streaming-iterator v0.1.9 |
2025 | 2023-11-02T18:55:37.692Z | Compiling derive_builder_macro v0.12.0 |
2026 | 2023-11-02T18:55:37.908Z | Checking rusqlite v0.29.0 |
2027 | 2023-11-02T18:55:38.704Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2028 | 2023-11-02T18:55:38.855Z | Checking steno v0.4.0 |
2029 | 2023-11-02T18:55:39.313Z | Checking signal-hook-tokio v0.3.1 |
2030 | 2023-11-02T18:55:39.587Z | Checking nix v0.26.2 |
2031 | 2023-11-02T18:55:40.336Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2032 | 2023-11-02T18:55:40.442Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2033 | 2023-11-02T18:55:41.123Z | Checking twox-hash v1.6.3 |
2034 | 2023-11-02T18:55:41.143Z | Checking ff v0.13.0 |
2035 | 2023-11-02T18:55:41.233Z | Compiling strum_macros v0.24.3 |
2036 | 2023-11-02T18:55:41.494Z | Checking corncobs v0.1.3 |
2037 | 2023-11-02T18:55:42.088Z | Compiling indoc v1.0.9 |
2038 | 2023-11-02T18:55:42.383Z | Checking display-error-chain v0.2.0 |
2039 | 2023-11-02T18:55:42.697Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2040 | 2023-11-02T18:55:42.990Z | Checking group v0.13.0 |
2041 | 2023-11-02T18:55:43.684Z | Checking polyval v0.6.1 |
2042 | 2023-11-02T18:55:44.109Z | Checking num_enum v0.7.0 |
2043 | 2023-11-02T18:55:44.626Z | Checking aes v0.8.3 |
2044 | 2023-11-02T18:55:44.848Z | Checking ctr v0.9.2 |
2045 | 2023-11-02T18:55:45.314Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2046 | 2023-11-02T18:55:45.719Z | Checking crypto-bigint v0.5.2 |
2047 | 2023-11-02T18:55:45.913Z | Checking bincode v1.3.3 |
2048 | 2023-11-02T18:55:46.703Z | Compiling cookie v0.16.2 |
2049 | 2023-11-02T18:55:47.100Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2050 | 2023-11-02T18:55:47.108Z | Checking base16ct v0.2.0 |
2051 | 2023-11-02T18:55:48.269Z | Checking aes-gcm-siv v0.11.1 |
2052 | 2023-11-02T18:55:48.445Z | Checking rayon v1.8.0 |
2053 | 2023-11-02T18:55:48.578Z | Checking elliptic-curve v0.13.5 |
2054 | 2023-11-02T18:55:48.640Z | Checking thiserror-no-std v2.0.2 |
2055 | 2023-11-02T18:55:48.801Z | Checking poly1305 v0.8.0 |
2056 | 2023-11-02T18:55:49.744Z | Checking env_logger v0.9.3 |
2057 | 2023-11-02T18:55:49.905Z | Checking chacha20 v0.9.1 |
2058 | 2023-11-02T18:55:50.330Z | Compiling impl-trait-for-tuples v0.2.2 |
2059 | 2023-11-02T18:55:50.336Z | Compiling oso-derive v0.27.0 |
2060 | 2023-11-02T18:55:50.356Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2061 | 2023-11-02T18:55:50.689Z | Checking ascii v1.1.0 |
2062 | 2023-11-02T18:55:50.766Z | Checking ringbuffer v0.15.0 |
2063 | 2023-11-02T18:55:51.339Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2064 | 2023-11-02T18:55:51.586Z | Checking chacha20poly1305 v0.10.1 |
2065 | 2023-11-02T18:55:51.782Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2066 | 2023-11-02T18:55:51.849Z | Checking vsss-rs v3.3.1 |
2067 | 2023-11-02T18:55:52.882Z | Checking bitstruct v0.1.1 |
2068 | 2023-11-02T18:55:53.043Z | Checking tungstenite v0.20.1 |
2069 | 2023-11-02T18:55:54.017Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2070 | 2023-11-02T18:55:54.484Z | Checking serde_arrays v0.1.0 |
2071 | 2023-11-02T18:55:54.713Z | Checking tokio-tungstenite v0.20.1 |
2072 | 2023-11-02T18:55:57.882Z | Checking assert_matches v1.5.0 |
2073 | 2023-11-02T18:56:01.448Z | Checking bcs v0.1.6 |
2074 | 2023-11-02T18:56:02.180Z | Checking highway v1.1.0 |
2075 | 2023-11-02T18:56:02.203Z | Checking const_format v0.2.31 |
2076 | 2023-11-02T18:56:02.842Z | Checking ron v0.7.1 |
2077 | 2023-11-02T18:56:03.164Z | Checking http-range v0.1.5 |
2078 | 2023-11-02T18:56:03.654Z | Checking bit_field v0.10.2 |
2079 | 2023-11-02T18:56:04.015Z | Checking hyper-staticfile v0.9.5 |
2080 | 2023-11-02T18:56:04.809Z | Compiling indoc v2.0.3 |
2081 | 2023-11-02T18:56:07.470Z | Checking derive_builder v0.12.0 |
2082 | 2023-11-02T18:56:10.823Z | Checking bb8 v0.8.1 |
2083 | 2023-11-02T18:56:10.894Z | Checking quick-xml v0.23.1 |
2084 | 2023-11-02T18:56:11.077Z | Checking bytesize v1.3.0 |
2085 | 2023-11-02T18:56:11.404Z | Checking number_prefix v0.4.0 |
2086 | 2023-11-02T18:56:11.565Z | Checking fs-err v2.9.0 |
2087 | 2023-11-02T18:56:11.579Z | Checking maplit v1.0.2 |
2088 | 2023-11-02T18:56:11.745Z | Checking indicatif v0.17.7 |
2089 | 2023-11-02T18:56:11.954Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2090 | 2023-11-02T18:56:14.273Z | Checking signal-hook-mio v0.2.3 |
2091 | 2023-11-02T18:56:15.239Z | Compiling vte_generate_state_changes v0.1.1 |
2092 | 2023-11-02T18:56:20.658Z | Checking unicode-linebreak v0.1.5 |
2093 | 2023-11-02T18:56:20.695Z | Checking yansi v0.5.1 |
2094 | 2023-11-02T18:56:21.385Z | Checking smawk v0.3.1 |
2095 | 2023-11-02T18:56:21.707Z | Checking pretty_assertions v1.4.0 |
2096 | 2023-11-02T18:56:21.730Z | Checking textwrap v0.16.0 |
2097 | 2023-11-02T18:56:23.230Z | Checking crossterm v0.27.0 |
2098 | 2023-11-02T18:56:24.860Z | Checking fatfs v0.3.6 |
2099 | 2023-11-02T18:56:25.078Z | Checking plotters-backend v0.3.5 |
2100 | 2023-11-02T18:56:25.357Z | Checking cassowary v0.3.0 |
2101 | 2023-11-02T18:56:25.661Z | Checking plotters-svg v0.3.5 |
2102 | 2023-11-02T18:56:26.015Z | Checking ratatui v0.23.0 |
2103 | 2023-11-02T18:56:27.773Z | Checking rand v0.4.6 |
2104 | 2023-11-02T18:56:28.243Z | Checking rtoolbox v0.0.1 |
2105 | 2023-11-02T18:56:28.530Z | Checking owo-colors v3.5.0 |
2106 | 2023-11-02T18:56:29.262Z | Checking cast v0.3.0 |
2107 | 2023-11-02T18:56:29.304Z | Checking remove_dir_all v0.5.3 |
2108 | 2023-11-02T18:56:29.933Z | Checking tui-tree-widget v0.13.0 |
2109 | 2023-11-02T18:56:30.110Z | Checking criterion-plot v0.5.0 |
2110 | 2023-11-02T18:56:30.201Z | Checking tempdir v0.3.7 |
2111 | 2023-11-02T18:56:30.361Z | Checking rpassword v7.2.0 |
2112 | 2023-11-02T18:56:30.572Z | Checking plotters v0.3.5 |
2113 | 2023-11-02T18:56:33.122Z | Checking tinytemplate v1.2.1 |
2114 | 2023-11-02T18:56:33.436Z | Checking oorandom v11.1.3 |
2115 | 2023-11-02T18:56:33.585Z | Checking shell-words v1.1.0 |
2116 | 2023-11-02T18:56:33.740Z | Checking anes v0.1.6 |
2117 | 2023-11-02T18:56:34.338Z | Checking criterion v0.5.1 |
2118 | 2023-11-02T18:56:39.491Z | Checking assert_cmd v2.0.12 |
2119 | 2023-11-02T18:56:40.201Z | Checking dashmap v5.5.1 |
2120 | 2023-11-02T18:56:40.752Z | Compiling serial_test_derive v0.10.0 |
2121 | 2023-11-02T18:56:41.521Z | Compiling crossbeam-queue v0.3.8 |
2122 | 2023-11-02T18:56:42.433Z | Checking serial_test v0.10.0 |
2123 | 2023-11-02T18:56:42.533Z | Checking vte v0.11.1 |
2124 | 2023-11-02T18:56:42.819Z | Checking threadpool v1.8.1 |
2125 | 2023-11-02T18:56:43.587Z | Checking libtest-mimic v0.6.1 |
2126 | 2023-11-02T18:56:44.309Z | Checking crossterm v0.26.1 |
2127 | 2023-11-02T18:56:45.127Z | Checking strip-ansi-escapes v0.2.0 |
2128 | 2023-11-02T18:56:45.370Z | Compiling tabled_derive v0.6.0 |
2129 | 2023-11-02T18:56:46.132Z | Checking httptest v0.15.4 |
2130 | 2023-11-02T18:56:46.557Z | Checking similar-asserts v1.5.0 |
2131 | 2023-11-02T18:56:46.906Z | Checking fd-lock v3.0.13 |
2132 | 2023-11-02T18:56:47.060Z | Checking nanorand v0.7.0 |
2133 | 2023-11-02T18:56:47.141Z | Compiling rstest_macros v0.18.2 |
2134 | 2023-11-02T18:56:47.202Z | Checking nu-ansi-term v0.49.0 |
2135 | 2023-11-02T18:56:47.659Z | Checking flume v0.11.0 |
2136 | 2023-11-02T18:56:47.816Z | Checking datatest-stable v0.2.3 |
2137 | 2023-11-02T18:56:47.856Z | Checking reedline v0.23.0 |
2138 | 2023-11-02T18:56:49.054Z | Compiling pin-project-internal v1.1.3 |
2139 | 2023-11-02T18:56:50.053Z | Checking topological-sort v0.2.2 |
2140 | 2023-11-02T18:56:50.377Z | Checking arrayref v0.3.7 |
2141 | 2023-11-02T18:56:50.663Z | Checking bytecount v0.6.3 |
2142 | 2023-11-02T18:56:50.772Z | Checking arrayvec v0.7.4 |
2143 | 2023-11-02T18:56:50.846Z | Compiling relative-path v1.9.0 |
2144 | 2023-11-02T18:56:50.882Z | Checking constant_time_eq v0.2.6 |
2145 | 2023-11-02T18:56:50.975Z | Compiling trybuild v1.0.85 |
2146 | 2023-11-02T18:56:51.061Z | Checking papergrid v0.10.0 |
2147 | 2023-11-02T18:56:51.371Z | Checking blake2b_simd v1.0.1 |
2148 | 2023-11-02T18:56:53.333Z | Checking basic-toml v0.1.4 |
2149 | 2023-11-02T18:56:53.636Z | Checking pin-project v1.1.3 |
2150 | 2023-11-02T18:56:53.864Z | Checking futures-timer v3.0.2 |
2151 | 2023-11-02T18:56:54.320Z | Checking constant_time_eq v0.3.0 |
2152 | 2023-11-02T18:56:54.507Z | Checking rust-argon2 v1.0.1 |
2153 | 2023-11-02T18:56:55.096Z | Checking partial-io v0.5.4 |
2154 | 2023-11-02T18:56:55.691Z | Checking tabled v0.14.0 |
2155 | 2023-11-02T18:56:56.768Z | Checking cargo-platform v0.1.3 |
2156 | 2023-11-02T18:56:56.891Z | Checking approx v0.5.1 |
2157 | 2023-11-02T18:56:57.234Z | Checking hex-literal v0.4.1 |
2158 | 2023-11-02T18:56:57.252Z | Checking cargo_metadata v0.18.0 |
2159 | 2023-11-02T18:57:01.448Z | Checking crossbeam v0.8.2 |
2160 | 2023-11-02T18:57:01.518Z | Checking cargo_toml v0.16.3 |
2161 | 2023-11-02T18:57:01.938Z | Checking termios v0.3.3 |
2162 | 2023-11-02T18:57:03.596Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2163 | 2023-11-02T18:57:04.571Z | Checking rstest v0.18.2 |
2164 | 2023-11-02T18:57:16.038Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2165 | 2023-11-02T18:57:30.198Z | Compiling bzip2 v0.4.4 |
2166 | 2023-11-02T18:57:30.693Z | Compiling zip v0.6.6 |
2167 | 2023-11-02T18:57:32.249Z | Compiling polar-core v0.27.0 |
2168 | 2023-11-02T18:57:32.543Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2169 | 2023-11-02T18:57:38.256Z | Checking rustls-webpki v0.101.7 |
2170 | 2023-11-02T18:57:44.494Z | Checking tokio-rustls v0.24.1 |
2171 | 2023-11-02T18:57:45.041Z | Checking hyper-rustls v0.24.2 |
2172 | 2023-11-02T18:57:45.632Z | Checking reqwest v0.11.20 |
2173 | 2023-11-02T18:57:48.287Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2174 | 2023-11-02T18:57:48.734Z | Checking tough v0.12.5 |
2175 | 2023-11-02T18:57:48.809Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2176 | 2023-11-02T18:57:49.028Z | Checking oso v0.27.0 |
2177 | 2023-11-02T18:57:49.093Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2178 | 2023-11-02T18:57:49.549Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2179 | 2023-11-02T18:57:50.416Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2180 | 2023-11-02T18:57:51.030Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2181 | 2023-11-02T18:57:52.033Z | Compiling omicron-zone-package v0.8.3 |
2182 | 2023-11-02T18:57:54.896Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2183 | 2023-11-02T18:58:03.514Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2184 | 2023-11-02T18:58:03.884Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2185 | 2023-11-02T18:58:04.013Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2186 | 2023-11-02T18:58:05.251Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2187 | 2023-11-02T18:58:05.384Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2188 | 2023-11-02T18:58:05.489Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2189 | 2023-11-02T18:58:07.916Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2190 | 2023-11-02T18:58:08.218Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2191 | 2023-11-02T18:58:08.438Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2192 | 2023-11-02T18:58:08.862Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2193 | 2023-11-02T18:58:08.913Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2194 | 2023-11-02T18:58:09.832Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2195 | 2023-11-02T18:58:09.836Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2196 | 2023-11-02T18:58:12.154Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2197 | 2023-11-02T18:58:22.278Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2198 | 2023-11-02T18:58:22.827Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2199 | 2023-11-02T18:58:22.940Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2200 | 2023-11-02T18:58:23.043Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2201 | 2023-11-02T18:58:23.163Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2202 | 2023-11-02T18:58:23.379Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2203 | 2023-11-02T18:58:23.453Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2204 | 2023-11-02T18:58:23.551Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2205 | 2023-11-02T18:58:24.804Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2206 | 2023-11-02T18:58:27.753Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2207 | 2023-11-02T18:58:28.174Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2208 | 2023-11-02T18:58:30.763Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2209 | 2023-11-02T18:58:31.087Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2210 | 2023-11-02T18:58:31.221Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2211 | 2023-11-02T18:58:31.698Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2212 | 2023-11-02T18:58:32.400Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2213 | 2023-11-02T18:58:34.720Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2214 | 2023-11-02T18:58:42.450Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2215 | 2023-11-02T18:58:44.330Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2216 | 2023-11-02T18:58:45.727Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2217 | 2023-11-02T18:58:56.295Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2218 | 2023-11-02T18:58:56.638Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2219 | 2023-11-02T18:58:56.741Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2220 | 2023-11-02T18:58:58.640Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2221 | 2023-11-02T18:59:02.014Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2222 | 2023-11-02T18:59:04.149Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2223 | 2023-11-02T18:59:05.166Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2224 | 2023-11-02T18:59:08.464Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2225 | 2023-11-02T18:59:12.755Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2226 | 2023-11-02T18:59:13.048Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2227 | 2023-11-02T18:59:13.897Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2228 | 2023-11-02T18:59:15.699Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2229 | 2023-11-02T18:59:15.873Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2230 | 2023-11-02T18:59:17.836Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2231 | 2023-11-02T18:59:18.474Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2232 | 2023-11-02T18:59:19.342Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2233 | 2023-11-02T18:59:19.655Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2234 | 2023-11-02T18:59:22.811Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2235 | 2023-11-02T18:59:24.555Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2236 | 2023-11-02T18:59:32.536Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2237 | 2023-11-02T18:59:33.108Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2238 | 2023-11-02T18:59:34.471Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2239 | 2023-11-02T18:59:39.506Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2240 | 2023-11-02T18:59:42.593Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2241 | 2023-11-02T18:59:45.770Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2242 | 2023-11-02T18:59:49.355Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2243 | 2023-11-02T18:59:54.932Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2244 | 2023-11-02T18:59:55.434Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2245 | 2023-11-02T18:59:56.582Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2246 | 2023-11-02T19:00:10.617Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2247 | 2023-11-02T19:00:24.133Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2248 | 2023-11-02T19:00:43.398Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2249 | 2023-11-02T19:01:18.251Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2250 | 2023-11-02T19:01:41.268Z | Compiling git2 v0.17.2 |
2251 | 2023-11-02T19:01:49.461Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2252 | 2023-11-02T19:01:52.234Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2253 | 2023-11-02T19:02:06.441Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2254 | 2023-11-02T19:02:19.658Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2255 | 2023-11-02T19:02:20.157Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2256 | 2023-11-02T19:02:20.234Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2257 | 2023-11-02T19:02:20.457Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2258 | 2023-11-02T19:02:59.450Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2259 | 2023-11-02T19:04:23.533Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 31s |
2260 | 2023-11-02T19:04:23.763Z | |
2261 | 2023-11-02T19:04:23.768Z | real 14:36.145466017 |
2262 | 2023-11-02T19:04:23.771Z | user 1:26:25.304466279 |
2263 | 2023-11-02T19:04:23.774Z | sys 11:39.040342665 |
2264 | 2023-11-02T19:04:23.777Z | trap 3.251012625 |
2265 | 2023-11-02T19:04:23.780Z | tflt 3.622600887 |
2266 | 2023-11-02T19:04:23.783Z | dflt 5.126572214 |
2267 | 2023-11-02T19:04:23.787Z | kflt 0.020924958 |
2268 | 2023-11-02T19:04:23.792Z | lock 1:56:26.803136459 |
2269 | 2023-11-02T19:04:23.822Z | slp 5:11:10.999989417 |
2270 | 2023-11-02T19:04:23.833Z | lat 3:16.734939985 |
2271 | 2023-11-02T19:04:23.836Z | stop 8:56.682782916 |
2272 | 2023-11-02T19:04:25.065Z | warning: output filename collision. |
2273 | 2023-11-02T19:04:25.070Z | The lib target `dns-service-client` in package `dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `dns-service-client` in package `dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)`. |
2274 | 2023-11-02T19:04:25.072Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
2275 | 2023-11-02T19:04:25.076Z | The targets should have unique names. |
2276 | 2023-11-02T19:04:25.079Z | This is a known bug where multiple crates with the same name use |
2277 | 2023-11-02T19:04:25.089Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2278 | 2023-11-02T19:04:25.093Z | warning: output filename collision. |
2279 | 2023-11-02T19:04:25.096Z | The lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`. |
2280 | 2023-11-02T19:04:25.101Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2281 | 2023-11-02T19:04:25.105Z | The targets should have unique names. |
2282 | 2023-11-02T19:04:25.113Z | This is a known bug where multiple crates with the same name use |
2283 | 2023-11-02T19:04:25.118Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2284 | 2023-11-02T19:04:25.124Z | warning: output filename collision. |
2285 | 2023-11-02T19:04:25.128Z | The lib target `internal-dns` in package `internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `internal-dns` in package `internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)`. |
2286 | 2023-11-02T19:04:25.134Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
2287 | 2023-11-02T19:04:25.142Z | The targets should have unique names. |
2288 | 2023-11-02T19:04:25.226Z | This is a known bug where multiple crates with the same name use |
2289 | 2023-11-02T19:04:25.262Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2290 | 2023-11-02T19:04:25.272Z | warning: output filename collision. |
2291 | 2023-11-02T19:04:25.278Z | The lib target `nexus-client` in package `nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `nexus-client` in package `nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)`. |
2292 | 2023-11-02T19:04:25.289Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
2293 | 2023-11-02T19:04:25.301Z | The targets should have unique names. |
2294 | 2023-11-02T19:04:25.316Z | This is a known bug where multiple crates with the same name use |
2295 | 2023-11-02T19:04:25.327Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2296 | 2023-11-02T19:04:25.352Z | warning: output filename collision. |
2297 | 2023-11-02T19:04:25.355Z | The lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)` has the same output filename as the lib target `nix` in package `nix v0.26.2`. |
2298 | 2023-11-02T19:04:25.358Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2299 | 2023-11-02T19:04:25.360Z | The targets should have unique names. |
2300 | 2023-11-02T19:04:25.364Z | This is a known bug where multiple crates with the same name use |
2301 | 2023-11-02T19:04:25.368Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2302 | 2023-11-02T19:04:25.380Z | warning: output filename collision. |
2303 | 2023-11-02T19:04:25.384Z | The lib target `omicron-common` in package `omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `omicron-common` in package `omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)`. |
2304 | 2023-11-02T19:04:25.391Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
2305 | 2023-11-02T19:04:25.394Z | The targets should have unique names. |
2306 | 2023-11-02T19:04:25.399Z | This is a known bug where multiple crates with the same name use |
2307 | 2023-11-02T19:04:25.404Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2308 | 2023-11-02T19:04:25.410Z | warning: output filename collision. |
2309 | 2023-11-02T19:04:29.656Z | The lib target `omicron-passwords` in package `omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `omicron-passwords` in package `omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)`. |
2310 | 2023-11-02T19:04:29.778Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
2311 | 2023-11-02T19:04:29.969Z | The targets should have unique names. |
2312 | 2023-11-02T19:04:30.014Z | This is a known bug where multiple crates with the same name use |
2313 | 2023-11-02T19:04:30.035Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2314 | 2023-11-02T19:04:30.058Z | warning: output filename collision. |
2315 | 2023-11-02T19:04:30.101Z | The lib target `oximeter` in package `oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2316 | 2023-11-02T19:04:30.522Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2317 | 2023-11-02T19:04:30.951Z | The targets should have unique names. |
2318 | 2023-11-02T19:04:30.979Z | This is a known bug where multiple crates with the same name use |
2319 | 2023-11-02T19:04:31.014Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2320 | 2023-11-02T19:04:31.056Z | warning: output filename collision. |
2321 | 2023-11-02T19:04:31.074Z | 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 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)`. |
2322 | 2023-11-02T19:04:31.127Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2323 | 2023-11-02T19:04:31.150Z | The targets should have unique names. |
2324 | 2023-11-02T19:04:31.172Z | This is a known bug where multiple crates with the same name use |
2325 | 2023-11-02T19:04:31.181Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2326 | 2023-11-02T19:04:31.212Z | warning: output filename collision. |
2327 | 2023-11-02T19:04:31.255Z | The lib target `oximeter-producer` in package `oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `oximeter-producer` in package `oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)`. |
2328 | 2023-11-02T19:04:31.279Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
2329 | 2023-11-02T19:04:31.380Z | The targets should have unique names. |
2330 | 2023-11-02T19:04:31.424Z | This is a known bug where multiple crates with the same name use |
2331 | 2023-11-02T19:04:31.455Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2332 | 2023-11-02T19:04:31.486Z | warning: output filename collision. |
2333 | 2023-11-02T19:04:31.503Z | The lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)` has the same output filename as the lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)`. |
2334 | 2023-11-02T19:04:31.543Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2335 | 2023-11-02T19:04:31.553Z | The targets should have unique names. |
2336 | 2023-11-02T19:04:31.581Z | This is a known bug where multiple crates with the same name use |
2337 | 2023-11-02T19:04:31.594Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2338 | 2023-11-02T19:04:31.609Z | Checking unicode-ident v1.0.12 |
2339 | 2023-11-02T19:04:31.621Z | Documenting libc v0.2.149 |
2340 | 2023-11-02T19:04:31.635Z | Documenting cfg-if v1.0.0 |
2341 | 2023-11-02T19:04:31.646Z | Checking libc v0.2.149 |
2342 | 2023-11-02T19:04:31.665Z | Checking cfg-if v1.0.0 |
2343 | 2023-11-02T19:04:32.079Z | Checking serde v1.0.188 |
2344 | 2023-11-02T19:04:32.083Z | Documenting scopeguard v1.2.0 |
2345 | 2023-11-02T19:04:32.088Z | Documenting log v0.4.20 |
2346 | 2023-11-02T19:04:32.106Z | Documenting itoa v1.0.9 |
2347 | 2023-11-02T19:04:32.125Z | Checking proc-macro2 v1.0.67 |
2348 | 2023-11-02T19:04:32.135Z | Checking quote v1.0.33 |
2349 | 2023-11-02T19:04:32.142Z | Checking syn v2.0.32 |
2350 | 2023-11-02T19:04:32.151Z | Checking syn v1.0.109 |
2351 | 2023-11-02T19:04:32.154Z | Checking once_cell v1.18.0 |
2352 | 2023-11-02T19:04:32.158Z | Documenting lock_api v0.4.10 |
2353 | 2023-11-02T19:04:32.161Z | Documenting memchr v2.6.3 |
2354 | 2023-11-02T19:04:32.164Z | Documenting smallvec v1.11.0 |
2355 | 2023-11-02T19:04:32.446Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2356 | 2023-11-02T19:04:32.512Z | Documenting getrandom v0.2.10 |
2357 | 2023-11-02T19:04:32.863Z | Documenting once_cell v1.18.0 |
2358 | 2023-11-02T19:04:34.677Z | Documenting libm v0.2.7 |
2359 | 2023-11-02T19:04:34.683Z | Documenting pin-project-lite v0.2.13 |
2360 | 2023-11-02T19:04:35.098Z | Documenting parking_lot_core v0.9.8 |
2361 | 2023-11-02T19:04:37.592Z | Documenting signal-hook-registry v1.4.1 |
2362 | 2023-11-02T19:04:37.917Z | Checking itoa v1.0.9 |
2363 | 2023-11-02T19:04:38.172Z | Documenting serde_derive v1.0.188 |
2364 | 2023-11-02T19:04:38.241Z | Documenting zeroize_derive v1.4.2 |
2365 | 2023-11-02T19:04:38.738Z | Documenting thiserror-impl v1.0.49 |
2366 | 2023-11-02T19:04:38.748Z | Documenting rand_core v0.6.4 |
2367 | 2023-11-02T19:04:39.093Z | Documenting mio v0.8.8 |
2368 | 2023-11-02T19:04:39.329Z | Documenting num-traits v0.2.16 |
2369 | 2023-11-02T19:04:41.335Z | Documenting parking_lot v0.12.1 |
2370 | 2023-11-02T19:04:43.619Z | Documenting typenum v1.16.0 |
2371 | 2023-11-02T19:04:44.742Z | Documenting futures-core v0.3.29 |
2372 | 2023-11-02T19:04:45.507Z | Documenting ryu v1.0.15 |
2373 | 2023-11-02T19:04:45.722Z | Documenting zeroize v1.6.0 |
2374 | 2023-11-02T19:04:46.651Z | Documenting thiserror v1.0.49 |
2375 | 2023-11-02T19:04:46.659Z | Documenting tokio-macros v2.1.0 |
2376 | 2023-11-02T19:04:47.651Z | Documenting socket2 v0.5.4 |
2377 | 2023-11-02T19:04:49.414Z | Documenting serde v1.0.188 |
2378 | 2023-11-02T19:04:49.651Z | Documenting num_cpus v1.16.0 |
2379 | 2023-11-02T19:04:50.845Z | Checking thiserror v1.0.49 |
2380 | 2023-11-02T19:04:51.147Z | Documenting subtle v2.5.0 |
2381 | 2023-11-02T19:04:51.661Z | Checking ryu v1.0.15 |
2382 | 2023-11-02T19:04:51.787Z | Documenting generic-array v0.14.7 |
2383 | 2023-11-02T19:04:51.924Z | Checking getrandom v0.2.10 |
2384 | 2023-11-02T19:04:52.300Z | Documenting pin-utils v0.1.0 |
2385 | 2023-11-02T19:04:52.914Z | Checking memchr v2.6.3 |
2386 | 2023-11-02T19:04:54.219Z | Documenting byteorder v1.5.0 |
2387 | 2023-11-02T19:04:54.359Z | Documenting futures-sink v0.3.29 |
2388 | 2023-11-02T19:04:54.997Z | Checking serde_json v1.0.108 |
2389 | 2023-11-02T19:04:55.910Z | Documenting iana-time-zone v0.1.57 |
2390 | 2023-11-02T19:04:59.119Z | Checking heck v0.4.1 |
2391 | 2023-11-02T19:04:59.248Z | Documenting futures-macro v0.3.29 |
2392 | 2023-11-02T19:04:59.510Z | Documenting slab v0.4.9 |
2393 | 2023-11-02T19:04:59.540Z | Documenting crypto-common v0.1.6 |
2394 | 2023-11-02T19:04:59.945Z | Documenting futures-task v0.3.29 |
2395 | 2023-11-02T19:05:00.082Z | Documenting futures-io v0.3.29 |
2396 | 2023-11-02T19:05:00.160Z | Documenting futures-channel v0.3.29 |
2397 | 2023-11-02T19:05:01.691Z | Documenting const-oid v0.9.5 |
2398 | 2023-11-02T19:05:03.338Z | Checking bytes v1.5.0 |
2399 | 2023-11-02T19:05:04.612Z | Documenting ppv-lite86 v0.2.17 |
2400 | 2023-11-02T19:05:05.226Z | Checking log v0.4.20 |
2401 | 2023-11-02T19:05:05.234Z | Documenting base64 v0.21.5 |
2402 | 2023-11-02T19:05:05.265Z | Documenting tinyvec_macros v0.1.1 |
2403 | 2023-11-02T19:05:05.894Z | Checking byteorder v1.5.0 |
2404 | 2023-11-02T19:05:06.366Z | Documenting block-buffer v0.10.4 |
2405 | 2023-11-02T19:05:06.371Z | Documenting futures-util v0.3.29 |
2406 | 2023-11-02T19:05:06.600Z | Documenting tracing-core v0.1.31 |
2407 | 2023-11-02T19:05:09.132Z | Documenting rand_chacha v0.3.1 |
2408 | 2023-11-02T19:05:09.655Z | Documenting tinyvec v1.6.0 |
2409 | 2023-11-02T19:05:10.674Z | Documenting tracing-attributes v0.1.26 |
2410 | 2023-11-02T19:05:11.049Z | Checking fnv v1.0.7 |
2411 | 2023-11-02T19:05:11.646Z | Documenting serde_derive_internals v0.26.0 |
2412 | 2023-11-02T19:05:12.128Z | Documenting digest v0.10.7 |
2413 | 2023-11-02T19:05:14.722Z | Checking serde_derive_internals v0.26.0 |
2414 | 2023-11-02T19:05:15.390Z | Documenting rand v0.8.5 |
2415 | 2023-11-02T19:05:15.854Z | Documenting dyn-clone v1.0.13 |
2416 | 2023-11-02T19:05:22.704Z | Documenting unicode-normalization v0.1.22 |
2417 | 2023-11-02T19:05:22.897Z | Checking ucd-trie v0.1.6 |
2418 | 2023-11-02T19:05:22.938Z | Documenting schemars_derive v0.8.13 |
2419 | 2023-11-02T19:05:22.965Z | Documenting fnv v1.0.7 |
2420 | 2023-11-02T19:05:22.978Z | Documenting cpufeatures v0.2.9 |
2421 | 2023-11-02T19:05:22.984Z | Documenting bytes v1.5.0 |
2422 | 2023-11-02T19:05:22.994Z | Documenting serde_json v1.0.108 |
2423 | 2023-11-02T19:05:23.014Z | Documenting bitflags v2.4.0 |
2424 | 2023-11-02T19:05:25.454Z | Documenting chrono v0.4.31 |
2425 | 2023-11-02T19:05:27.362Z | Documenting uuid v1.4.1 |
2426 | 2023-11-02T19:05:28.139Z | Checking pest v2.7.2 |
2427 | 2023-11-02T19:05:30.909Z | Documenting tokio v1.33.0 |
2428 | 2023-11-02T19:05:31.011Z | Documenting spin v0.9.8 |
2429 | 2023-11-02T19:05:31.071Z | Checking libm v0.2.7 |
2430 | 2023-11-02T19:05:31.092Z | Documenting unicode-bidi v0.3.13 |
2431 | 2023-11-02T19:05:31.816Z | Checking num-traits v0.2.16 |
2432 | 2023-11-02T19:05:32.185Z | Documenting http v0.2.9 |
2433 | 2023-11-02T19:05:33.303Z | Documenting tracing v0.1.37 |
2434 | 2023-11-02T19:05:34.183Z | Documenting lazy_static v1.4.0 |
2435 | 2023-11-02T19:05:35.104Z | Documenting percent-encoding v2.3.0 |
2436 | 2023-11-02T19:05:35.167Z | Documenting ahash v0.8.3 |
2437 | 2023-11-02T19:05:35.214Z | Documenting schemars v0.8.13 |
2438 | 2023-11-02T19:05:37.275Z | Checking ahash v0.8.3 |
2439 | 2023-11-02T19:05:37.837Z | Documenting allocator-api2 v0.2.16 |
2440 | 2023-11-02T19:05:38.329Z | Checking time-core v0.1.1 |
2441 | 2023-11-02T19:05:38.556Z | Documenting adler v1.0.2 |
2442 | 2023-11-02T19:05:40.379Z | Documenting form_urlencoded v1.2.0 |
2443 | 2023-11-02T19:05:40.515Z | Documenting unicode-ident v1.0.12 |
2444 | 2023-11-02T19:05:40.801Z | Documenting idna v0.4.0 |
2445 | 2023-11-02T19:05:42.602Z | Documenting miniz_oxide v0.7.1 |
2446 | 2023-11-02T19:05:42.984Z | Documenting hashbrown v0.14.0 |
2447 | 2023-11-02T19:05:44.152Z | Documenting httparse v1.8.0 |
2448 | 2023-11-02T19:05:44.704Z | Documenting proc-macro2 v1.0.67 |
2449 | 2023-11-02T19:05:45.938Z | Documenting equivalent v1.0.1 |
2450 | 2023-11-02T19:05:46.146Z | Documenting untrusted v0.9.0 |
2451 | 2023-11-02T19:05:47.394Z | Documenting url v2.4.1 |
2452 | 2023-11-02T19:05:47.760Z | Checking zerocopy v0.3.0 |
2453 | 2023-11-02T19:05:48.850Z | Checking uuid v1.4.1 |
2454 | 2023-11-02T19:05:49.636Z | Checking iana-time-zone v0.1.57 |
2455 | 2023-11-02T19:05:49.888Z | Checking chrono v0.4.31 |
2456 | 2023-11-02T19:05:50.123Z | Checking dof v0.1.5 |
2457 | 2023-11-02T19:05:50.359Z | Checking dtrace-parser v0.1.14 |
2458 | 2023-11-02T19:05:50.567Z | Documenting ring v0.17.5 |
2459 | 2023-11-02T19:05:50.818Z | Documenting indexmap v2.0.0 |
2460 | 2023-11-02T19:05:50.924Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2461 | 2023-11-02T19:05:51.198Z | Checking thread-id v4.2.0 |
2462 | 2023-11-02T19:05:51.360Z | Documenting sct v0.7.0 |
2463 | 2023-11-02T19:05:51.624Z | Documenting quote v1.0.33 |
2464 | 2023-11-02T19:05:52.294Z | Documenting slog v2.7.0 |
2465 | 2023-11-02T19:05:53.546Z | Documenting httpdate v1.0.3 |
2466 | 2023-11-02T19:05:54.133Z | Documenting openssl-probe v0.1.5 |
2467 | 2023-11-02T19:05:57.480Z | Documenting try-lock v0.2.4 |
2468 | 2023-11-02T19:05:57.644Z | Documenting tokio-util v0.7.10 |
2469 | 2023-11-02T19:05:57.993Z | Checking usdt-impl v0.3.5 |
2470 | 2023-11-02T19:05:58.554Z | Documenting http-body v0.4.5 |
2471 | 2023-11-02T19:05:58.689Z | Documenting rustls-pemfile v1.0.3 |
2472 | 2023-11-02T19:05:58.851Z | Documenting openssl-macros v0.1.1 |
2473 | 2023-11-02T19:05:59.482Z | Documenting rustls-webpki v0.101.7 |
2474 | 2023-11-02T19:05:59.578Z | Documenting openssl-sys v0.9.93 |
2475 | 2023-11-02T19:05:59.651Z | Documenting tower-service v0.3.2 |
2476 | 2023-11-02T19:06:01.601Z | Documenting want v0.3.1 |
2477 | 2023-11-02T19:06:04.803Z | Documenting gimli v0.28.0 |
2478 | 2023-11-02T19:06:05.399Z | Documenting mime v0.3.17 |
2479 | 2023-11-02T19:06:05.704Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2480 | 2023-11-02T19:06:05.808Z | Documenting time-macros v0.2.13 |
2481 | 2023-11-02T19:06:06.149Z | Documenting h2 v0.3.21 |
2482 | 2023-11-02T19:06:06.403Z | Documenting rustls v0.21.8 |
2483 | 2023-11-02T19:06:07.783Z | Documenting async-trait v0.1.74 |
2484 | 2023-11-02T19:06:11.179Z | Documenting openssl v0.10.57 |
2485 | 2023-11-02T19:06:12.065Z | Documenting aho-corasick v1.0.4 |
2486 | 2023-11-02T19:06:13.700Z | Documenting object v0.32.1 |
2487 | 2023-11-02T19:06:15.092Z | Documenting addr2line v0.21.0 |
2488 | 2023-11-02T19:06:15.886Z | Documenting errno v0.3.2 |
2489 | 2023-11-02T19:06:19.015Z | Documenting tokio-rustls v0.24.1 |
2490 | 2023-11-02T19:06:19.820Z | Checking allocator-api2 v0.2.16 |
2491 | 2023-11-02T19:06:20.394Z | Documenting deranged v0.3.8 |
2492 | 2023-11-02T19:06:20.763Z | Documenting time-core v0.1.1 |
2493 | 2023-11-02T19:06:20.837Z | Documenting rustc-demangle v0.1.23 |
2494 | 2023-11-02T19:06:22.078Z | Documenting unicode-width v0.1.11 |
2495 | 2023-11-02T19:06:22.644Z | Documenting hyper v0.14.27 |
2496 | 2023-11-02T19:06:25.062Z | Documenting ipnet v2.8.0 |
2497 | 2023-11-02T19:06:25.180Z | Documenting regex-syntax v0.8.2 |
2498 | 2023-11-02T19:06:25.238Z | Checking dyn-clone v1.0.13 |
2499 | 2023-11-02T19:06:25.444Z | Documenting num_threads v0.1.6 |
2500 | 2023-11-02T19:06:26.112Z | Checking schemars v0.8.13 |
2501 | 2023-11-02T19:06:27.017Z | Checking hashbrown v0.14.0 |
2502 | 2023-11-02T19:06:27.852Z | Documenting rustix v0.38.9 |
2503 | 2023-11-02T19:06:28.683Z | Checking pest_meta v2.7.2 |
2504 | 2023-11-02T19:06:28.729Z | Documenting crossbeam-utils v0.8.16 |
2505 | 2023-11-02T19:06:30.316Z | Checking equivalent v1.0.1 |
2506 | 2023-11-02T19:06:30.886Z | Checking indexmap v2.0.0 |
2507 | 2023-11-02T19:06:31.462Z | Documenting native-tls v0.2.11 |
2508 | 2023-11-02T19:06:31.807Z | Documenting time v0.3.27 |
2509 | 2023-11-02T19:06:32.776Z | Checking hashbrown v0.13.2 |
2510 | 2023-11-02T19:06:32.785Z | Documenting backtrace v0.3.69 |
2511 | 2023-11-02T19:06:34.020Z | Documenting pest_meta v2.7.2 |
2512 | 2023-11-02T19:06:35.808Z | Checking http v0.2.9 |
2513 | 2023-11-02T19:06:35.943Z | Documenting regex-automata v0.4.3 |
2514 | 2023-11-02T19:06:38.080Z | Documenting encoding_rs v0.8.33 |
2515 | 2023-11-02T19:06:39.193Z | Checking pest_generator v2.7.2 |
2516 | 2023-11-02T19:06:39.948Z | Documenting tokio-native-tls v0.3.1 |
2517 | 2023-11-02T19:06:40.511Z | Documenting rustls-native-certs v0.6.3 |
2518 | 2023-11-02T19:06:40.695Z | Documenting serde_urlencoded v0.7.1 |
2519 | 2023-11-02T19:06:40.719Z | Documenting anyhow v1.0.75 |
2520 | 2023-11-02T19:06:40.853Z | Documenting pest_generator v2.7.2 |
2521 | 2023-11-02T19:06:42.089Z | Checking aho-corasick v1.0.4 |
2522 | 2023-11-02T19:06:44.591Z | Checking regex-syntax v0.8.2 |
2523 | 2023-11-02T19:06:45.595Z | Documenting ucd-trie v0.1.6 |
2524 | 2023-11-02T19:06:48.969Z | Documenting hyper-rustls v0.24.2 |
2525 | 2023-11-02T19:07:06.272Z | Checking serde_tokenstream v0.1.7 |
2526 | 2023-11-02T19:07:09.867Z | Documenting webpki-roots v0.25.2 |
2527 | 2023-11-02T19:07:10.400Z | Documenting syn v2.0.32 |
2528 | 2023-11-02T19:07:10.464Z | Documenting hyper-tls v0.5.0 |
2529 | 2023-11-02T19:07:10.963Z | Documenting pest_derive v2.7.2 |
2530 | 2023-11-02T19:07:11.202Z | Documenting regex v1.10.2 |
2531 | 2023-11-02T19:07:11.340Z | Checking regex-automata v0.4.3 |
2532 | 2023-11-02T19:07:11.425Z | Documenting pest v2.7.2 |
2533 | 2023-11-02T19:07:11.541Z | Documenting dof v0.1.5 |
2534 | 2023-11-02T19:07:11.723Z | Checking regex v1.10.2 |
2535 | 2023-11-02T19:07:11.751Z | Documenting thread-id v4.2.0 |
2536 | 2023-11-02T19:07:11.919Z | Documenting usdt-macro v0.3.5 |
2537 | 2023-11-02T19:07:12.164Z | Documenting usdt-attr-macro v0.3.5 |
2538 | 2023-11-02T19:07:12.466Z | Documenting openapiv3 v1.0.3 |
2539 | 2023-11-02T19:07:12.749Z | Documenting reqwest v0.11.20 |
2540 | 2023-11-02T19:07:12.869Z | Documenting dtrace-parser v0.1.14 |
2541 | 2023-11-02T19:07:13.053Z | Documenting ipnetwork v0.20.0 |
2542 | 2023-11-02T19:07:13.343Z | Documenting sha2 v0.10.8 |
2543 | 2023-11-02T19:07:13.385Z | Documenting futures-executor v0.3.29 |
2544 | 2023-11-02T19:07:13.683Z | Checking serde_tokenstream v0.2.0 |
2545 | 2023-11-02T19:07:13.951Z | Checking unicode-width v0.1.11 |
2546 | 2023-11-02T19:07:16.932Z | Checking strsim v0.10.0 |
2547 | 2023-11-02T19:07:42.292Z | Checking regress v0.7.1 |
2548 | 2023-11-02T19:07:42.623Z | Documenting usdt-impl v0.3.5 |
2549 | 2023-11-02T19:07:45.740Z | Documenting hex v0.4.3 |
2550 | 2023-11-02T19:07:46.193Z | Documenting hmac v0.12.1 |
2551 | 2023-11-02T19:07:46.288Z | Documenting fallible-iterator v0.2.0 |
2552 | 2023-11-02T19:07:46.520Z | Checking typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2553 | 2023-11-02T19:07:46.625Z | Documenting futures v0.3.29 |
2554 | 2023-11-02T19:07:46.785Z | Documenting usdt v0.3.5 |
2555 | 2023-11-02T19:07:46.814Z | Checking openapiv3 v1.0.3 |
2556 | 2023-11-02T19:07:47.070Z | Documenting stringprep v0.1.3 |
2557 | 2023-11-02T19:07:47.097Z | Documenting semver v1.0.20 |
2558 | 2023-11-02T19:07:47.493Z | Documenting md-5 v0.10.5 |
2559 | 2023-11-02T19:07:47.706Z | Documenting regress v0.7.1 |
2560 | 2023-11-02T19:07:47.826Z | Documenting siphasher v0.3.11 |
2561 | 2023-11-02T19:07:47.847Z | Documenting utf8parse v0.2.1 |
2562 | 2023-11-02T19:07:47.871Z | Documenting block-padding v0.3.3 |
2563 | 2023-11-02T19:07:47.893Z | Checking unsafe-libyaml v0.2.9 |
2564 | 2023-11-02T19:07:47.930Z | Documenting static_assertions v1.1.0 |
2565 | 2023-11-02T19:07:47.980Z | Documenting heck v0.4.1 |
2566 | 2023-11-02T19:07:48.010Z | Checking typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2567 | 2023-11-02T19:07:48.160Z | Documenting typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2568 | 2023-11-02T19:07:48.220Z | Documenting postgres-protocol v0.6.6 |
2569 | 2023-11-02T19:07:48.386Z | Documenting phf_shared v0.11.2 |
2570 | 2023-11-02T19:07:48.575Z | Checking getopts v0.2.21 |
2571 | 2023-11-02T19:07:48.780Z | Documenting toml_datetime v0.6.3 |
2572 | 2023-11-02T19:07:48.975Z | Documenting num-integer v0.1.45 |
2573 | 2023-11-02T19:07:49.010Z | Documenting unsafe-libyaml v0.2.9 |
2574 | 2023-11-02T19:07:49.148Z | Documenting inout v0.1.3 |
2575 | 2023-11-02T19:07:49.353Z | Documenting typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2576 | 2023-11-02T19:07:49.558Z | Documenting phf v0.11.2 |
2577 | 2023-11-02T19:07:50.137Z | Checking ident_case v1.0.1 |
2578 | 2023-11-02T19:07:50.281Z | Documenting whoami v1.4.1 |
2579 | 2023-11-02T19:07:50.413Z | Documenting either v1.9.0 |
2580 | 2023-11-02T19:07:50.494Z | Documenting postgres-types v0.2.6 |
2581 | 2023-11-02T19:07:50.531Z | Documenting serde_yaml v0.9.25 |
2582 | 2023-11-02T19:07:50.567Z | Checking progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2583 | 2023-11-02T19:07:50.595Z | Documenting cipher v0.4.4 |
2584 | 2023-11-02T19:07:50.613Z | Checking serde_yaml v0.9.25 |
2585 | 2023-11-02T19:07:50.643Z | Documenting progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2586 | 2023-11-02T19:07:50.666Z | Documenting getopts v0.2.21 |
2587 | 2023-11-02T19:07:50.696Z | Documenting zerocopy v0.6.4 |
2588 | 2023-11-02T19:07:50.721Z | Documenting anstyle v1.0.2 |
2589 | 2023-11-02T19:07:50.739Z | Documenting typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2590 | 2023-11-02T19:07:50.759Z | Documenting data-encoding v2.4.0 |
2591 | 2023-11-02T19:07:50.773Z | Documenting progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2592 | 2023-11-02T19:07:50.815Z | Documenting tokio-postgres v0.7.10 |
2593 | 2023-11-02T19:07:50.838Z | Documenting anstyle-parse v0.2.1 |
2594 | 2023-11-02T19:07:50.852Z | Documenting anstyle-query v1.0.0 |
2595 | 2023-11-02T19:07:50.868Z | Documenting match_cfg v0.1.0 |
2596 | 2023-11-02T19:07:50.919Z | Documenting colorchoice v1.0.0 |
2597 | 2023-11-02T19:07:50.930Z | Documenting itertools v0.11.0 |
2598 | 2023-11-02T19:07:50.952Z | Documenting terminal_size v0.2.6 |
2599 | 2023-11-02T19:07:50.964Z | Documenting hostname v0.3.1 |
2600 | 2023-11-02T19:07:51.558Z | Documenting dirs-sys-next v0.1.2 |
2601 | 2023-11-02T19:07:51.879Z | Documenting progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2602 | 2023-11-02T19:07:51.961Z | Documenting anstream v0.5.0 |
2603 | 2023-11-02T19:07:54.898Z | Documenting tap v1.0.1 |
2604 | 2023-11-02T19:07:56.141Z | Documenting strsim v0.10.0 |
2605 | 2023-11-02T19:07:56.934Z | Documenting clap_lex v0.5.1 |
2606 | 2023-11-02T19:07:57.765Z | Documenting dirs-next v2.0.0 |
2607 | 2023-11-02T19:07:58.384Z | Documenting clap_derive v4.4.2 |
2608 | 2023-11-02T19:07:58.497Z | Documenting thread_local v1.1.7 |
2609 | 2023-11-02T19:07:59.151Z | Documenting wyz v0.5.1 |
2610 | 2023-11-02T19:08:00.695Z | Documenting crc32fast v1.3.2 |
2611 | 2023-11-02T19:08:02.546Z | Documenting radium v0.7.0 |
2612 | 2023-11-02T19:08:03.006Z | Documenting clap_builder v4.4.2 |
2613 | 2023-11-02T19:08:03.703Z | Documenting funty v2.0.0 |
2614 | 2023-11-02T19:08:03.910Z | Documenting progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2615 | 2023-11-02T19:08:04.006Z | Documenting term v0.7.0 |
2616 | 2023-11-02T19:08:04.928Z | Documenting num-iter v0.1.43 |
2617 | 2023-11-02T19:08:06.825Z | Documenting crossbeam-channel v0.5.8 |
2618 | 2023-11-02T19:08:07.073Z | Documenting sha1 v0.10.5 |
2619 | 2023-11-02T19:08:07.130Z | Documenting enum-as-inner v0.5.1 |
2620 | 2023-11-02T19:08:08.369Z | Documenting bitvec v1.0.1 |
2621 | 2023-11-02T19:08:10.440Z | Documenting atty v0.2.14 |
2622 | 2023-11-02T19:08:11.737Z | Documenting memoffset v0.9.0 |
2623 | 2023-11-02T19:08:12.781Z | Documenting clap v4.4.3 |
2624 | 2023-11-02T19:08:13.619Z | Documenting take_mut v0.2.2 |
2625 | 2023-11-02T19:08:14.166Z | Documenting flate2 v1.0.28 |
2626 | 2023-11-02T19:08:14.413Z | Documenting trust-dns-proto v0.22.0 |
2627 | 2023-11-02T19:08:15.193Z | Documenting slog-term v2.9.0 |
2628 | 2023-11-02T19:08:15.836Z | Documenting crossbeam-epoch v0.9.15 |
2629 | 2023-11-02T19:08:19.232Z | Documenting slog-json v2.6.1 |
2630 | 2023-11-02T19:08:19.686Z | Documenting slog-async v2.8.0 |
2631 | 2023-11-02T19:08:20.019Z | Documenting camino v1.1.6 |
2632 | 2023-11-02T19:08:20.874Z | Documenting paste v1.0.14 |
2633 | 2023-11-02T19:08:21.604Z | Documenting signature v2.1.0 |
2634 | 2023-11-02T19:08:22.413Z | Documenting hash32 v0.2.1 |
2635 | 2023-11-02T19:08:22.472Z | Documenting scheduled-thread-pool v0.2.7 |
2636 | 2023-11-02T19:08:26.006Z | Documenting diesel_table_macro_syntax v0.1.0 |
2637 | 2023-11-02T19:08:26.708Z | Checking diesel_table_macro_syntax v0.1.0 |
2638 | 2023-11-02T19:08:26.916Z | Documenting slog-bunyan v2.4.0 |
2639 | 2023-11-02T19:08:26.985Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2640 | 2023-11-02T19:08:27.308Z | Documenting stable_deref_trait v1.2.0 |
2641 | 2023-11-02T19:08:28.466Z | Documenting unicode-segmentation v1.10.1 |
2642 | 2023-11-02T19:08:28.521Z | Checking darling_core v0.20.3 |
2643 | 2023-11-02T19:08:28.637Z | Documenting async-stream-impl v0.3.5 |
2644 | 2023-11-02T19:08:28.916Z | Documenting r2d2 v0.8.10 |
2645 | 2023-11-02T19:08:31.312Z | Documenting heapless v0.7.16 |
2646 | 2023-11-02T19:08:31.636Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2647 | 2023-11-02T19:08:33.263Z | Documenting bzip2 v0.4.4 |
2648 | 2023-11-02T19:08:33.832Z | Documenting diesel_derives v2.1.1 |
2649 | 2023-11-02T19:08:33.841Z | Documenting strum v0.25.0 |
2650 | 2023-11-02T19:08:34.822Z | Documenting debug-ignore v1.0.5 |
2651 | 2023-11-02T19:08:35.556Z | Documenting bit-vec v0.6.3 |
2652 | 2023-11-02T19:08:36.028Z | Documenting atomic-waker v1.1.1 |
2653 | 2023-11-02T19:08:38.021Z | Documenting managed v0.8.0 |
2654 | 2023-11-02T19:08:39.012Z | Documenting async-stream v0.3.5 |
2655 | 2023-11-02T19:08:39.029Z | Checking darling v0.20.3 |
2656 | 2023-11-02T19:08:39.186Z | Documenting num-bigint v0.4.4 |
2657 | 2023-11-02T19:08:40.999Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2658 | 2023-11-02T19:08:41.268Z | Documenting zip v0.6.6 |
2659 | 2023-11-02T19:08:41.343Z | Documenting waitgroup v0.1.2 |
2660 | 2023-11-02T19:08:41.585Z | Documenting multer v2.1.0 |
2661 | 2023-11-02T19:08:49.650Z | Documenting smoltcp v0.9.1 |
2662 | 2023-11-02T19:08:51.095Z | Documenting diesel v2.1.3 |
2663 | 2023-11-02T19:08:51.228Z | Documenting serde_path_to_error v0.1.14 |
2664 | 2023-11-02T19:08:51.375Z | Documenting hubpack v0.1.2 |
2665 | 2023-11-02T19:08:51.575Z | Documenting bstr v1.6.0 |
2666 | 2023-11-02T19:08:51.676Z | Documenting serde_repr v0.1.16 |
2667 | 2023-11-02T19:08:51.806Z | Documenting new_debug_unreachable v1.0.4 |
2668 | 2023-11-02T19:08:51.833Z | Documenting precomputed-hash v0.1.1 |
2669 | 2023-11-02T19:08:51.858Z | Documenting fixedbitset v0.4.2 |
2670 | 2023-11-02T19:08:52.063Z | Documenting lalrpop-util v0.19.12 |
2671 | 2023-11-02T19:08:52.906Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2672 | 2023-11-02T19:08:53.059Z | Documenting yasna v0.5.2 |
2673 | 2023-11-02T19:08:54.147Z | Documenting serde_with_macros v2.3.3 |
2674 | 2023-11-02T19:08:54.930Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2675 | 2023-11-02T19:08:55.265Z | Documenting petgraph v0.6.4 |
2676 | 2023-11-02T19:08:55.311Z | Documenting string_cache v0.8.7 |
2677 | 2023-11-02T19:08:58.390Z | Documenting console v0.15.7 |
2678 | 2023-11-02T19:09:01.477Z | Documenting float-cmp v0.9.0 |
2679 | 2023-11-02T19:09:01.750Z | Documenting normalize-line-endings v0.3.0 |
2680 | 2023-11-02T19:09:02.056Z | Documenting difflib v0.4.0 |
2681 | 2023-11-02T19:09:04.333Z | Documenting predicates-core v1.0.6 |
2682 | 2023-11-02T19:09:05.167Z | Documenting serde_with v2.3.3 |
2683 | 2023-11-02T19:09:06.892Z | Documenting bit-set v0.5.3 |
2684 | 2023-11-02T19:09:07.963Z | Documenting similar v2.2.1 |
2685 | 2023-11-02T19:09:08.166Z | Documenting tokio-stream v0.1.14 |
2686 | 2023-11-02T19:09:08.393Z | Documenting structmeta-derive v0.1.6 |
2687 | 2023-11-02T19:09:10.479Z | Documenting predicates v3.0.4 |
2688 | 2023-11-02T19:09:12.370Z | Checking structmeta v0.1.6 |
2689 | 2023-11-02T19:09:12.736Z | Documenting instant v0.1.12 |
2690 | 2023-11-02T19:09:15.153Z | Checking regex-syntax v0.6.29 |
2691 | 2023-11-02T19:09:16.339Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2692 | 2023-11-02T19:09:16.346Z | Documenting macaddr v1.0.1 |
2693 | 2023-11-02T19:09:16.566Z | Documenting base64ct v1.6.0 |
2694 | 2023-11-02T19:09:16.884Z | Documenting structmeta v0.1.6 |
2695 | 2023-11-02T19:09:18.847Z | Checking scopeguard v1.2.0 |
2696 | 2023-11-02T19:09:19.162Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2697 | 2023-11-02T19:09:24.803Z | Documenting backoff v0.4.0 |
2698 | 2023-11-02T19:09:24.964Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2699 | 2023-11-02T19:09:25.293Z | Checking lock_api v0.4.10 |
2700 | 2023-11-02T19:09:25.362Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2701 | 2023-11-02T19:09:25.471Z | Documenting crucible-workspace-hack v0.1.0 |
2702 | 2023-11-02T19:09:25.582Z | Documenting password-hash v0.5.0 |
2703 | 2023-11-02T19:09:25.807Z | Documenting blake2 v0.10.6 |
2704 | 2023-11-02T19:09:25.981Z | Checking smallvec v1.11.0 |
2705 | 2023-11-02T19:09:26.165Z | Documenting parse-display-derive v0.7.0 |
2706 | 2023-11-02T19:09:26.217Z | Checking parking_lot_core v0.9.8 |
2707 | 2023-11-02T19:09:26.336Z | Documenting is-terminal v0.4.9 |
2708 | 2023-11-02T19:09:26.404Z | Checking pin-project-lite v0.2.13 |
2709 | 2023-11-02T19:09:26.490Z | Checking parking_lot v0.12.1 |
2710 | 2023-11-02T19:09:26.541Z | Checking rand_core v0.6.4 |
2711 | 2023-11-02T19:09:26.611Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2712 | 2023-11-02T19:09:26.644Z | Checking typenum v1.16.0 |
2713 | 2023-11-02T19:09:26.739Z | Checking zeroize v1.6.0 |
2714 | 2023-11-02T19:09:26.847Z | Documenting proc-macro-error-attr v1.0.4 |
2715 | 2023-11-02T19:09:26.922Z | Checking futures-core v0.3.29 |
2716 | 2023-11-02T19:09:27.036Z | Checking unicode-segmentation v1.10.1 |
2717 | 2023-11-02T19:09:28.142Z | Checking proc-macro-error v1.0.4 |
2718 | 2023-11-02T19:09:28.155Z | Checking generic-array v0.14.7 |
2719 | 2023-11-02T19:09:28.570Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2720 | 2023-11-02T19:09:29.587Z | Checking mio v0.8.8 |
2721 | 2023-11-02T19:09:32.099Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2722 | 2023-11-02T19:09:32.164Z | Checking socket2 v0.5.4 |
2723 | 2023-11-02T19:09:32.233Z | Documenting argon2 v0.5.2 |
2724 | 2023-11-02T19:09:32.303Z | Checking signal-hook-registry v1.4.1 |
2725 | 2023-11-02T19:09:32.362Z | Checking num_cpus v1.16.0 |
2726 | 2023-11-02T19:09:32.377Z | Checking futures-sink v0.3.29 |
2727 | 2023-11-02T19:09:32.381Z | Documenting postcard-cobs v0.1.5-pre |
2728 | 2023-11-02T19:09:32.404Z | Documenting fastrand v2.0.0 |
2729 | 2023-11-02T19:09:32.434Z | Checking tokio v1.33.0 |
2730 | 2023-11-02T19:09:32.912Z | Documenting proc-macro-error v1.0.4 |
2731 | 2023-11-02T19:09:33.337Z | Documenting foreign-types-macros v0.2.3 |
2732 | 2023-11-02T19:09:33.976Z | Documenting parse-display v0.7.0 |
2733 | 2023-11-02T19:09:35.457Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2734 | 2023-11-02T19:09:36.043Z | Documenting postcard v0.7.3 |
2735 | 2023-11-02T19:09:39.377Z | Documenting tempfile v3.8.0 |
2736 | 2023-11-02T19:09:39.872Z | Checking spin v0.5.2 |
2737 | 2023-11-02T19:09:39.884Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2738 | 2023-11-02T19:09:40.162Z | Documenting foreign-types-shared v0.3.1 |
2739 | 2023-11-02T19:09:40.364Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2740 | 2023-11-02T19:09:41.258Z | Checking tinyvec_macros v0.1.1 |
2741 | 2023-11-02T19:09:41.337Z | Checking tinyvec v1.6.0 |
2742 | 2023-11-02T19:09:42.377Z | Checking futures-channel v0.3.29 |
2743 | 2023-11-02T19:09:42.957Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2744 | 2023-11-02T19:09:42.963Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2745 | 2023-11-02T19:09:43.010Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2746 | 2023-11-02T19:09:43.499Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2747 | 2023-11-02T19:09:43.628Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2748 | 2023-11-02T19:09:44.343Z | Documenting foreign-types v0.5.0 |
2749 | 2023-11-02T19:09:45.235Z | Documenting cstr-argument v0.1.2 |
2750 | 2023-11-02T19:09:48.886Z | Checking slab v0.4.9 |
2751 | 2023-11-02T19:09:49.092Z | Checking futures-task v0.3.29 |
2752 | 2023-11-02T19:09:49.283Z | Checking futures-io v0.3.29 |
2753 | 2023-11-02T19:09:49.457Z | Checking pin-utils v0.1.0 |
2754 | 2023-11-02T19:09:49.565Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2755 | 2023-11-02T19:09:49.984Z | Checking futures-util v0.3.29 |
2756 | 2023-11-02T19:09:49.995Z | Checking unicode-normalization v0.1.22 |
2757 | 2023-11-02T19:09:50.261Z | Documenting colored v2.0.4 |
2758 | 2023-11-02T19:09:50.733Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2759 | 2023-11-02T19:09:51.098Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2760 | 2023-11-02T19:09:51.559Z | Checking crypto-common v0.1.6 |
2761 | 2023-11-02T19:09:51.969Z | Checking spin v0.9.8 |
2762 | 2023-11-02T19:09:52.384Z | Checking tracing-core v0.1.31 |
2763 | 2023-11-02T19:09:52.990Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2764 | 2023-11-02T19:09:53.544Z | Checking unicode-bidi v0.3.13 |
2765 | 2023-11-02T19:09:54.260Z | Checking tracing v0.1.37 |
2766 | 2023-11-02T19:09:54.790Z | Documenting zone_cfg_derive v0.2.0 |
2767 | 2023-11-02T19:09:57.065Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2768 | 2023-11-02T19:09:57.407Z | Checking block-buffer v0.10.4 |
2769 | 2023-11-02T19:09:57.672Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2770 | 2023-11-02T19:09:57.764Z | Documenting num-derive v0.4.0 |
2771 | 2023-11-02T19:09:57.862Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2772 | 2023-11-02T19:09:58.195Z | Checking subtle v2.5.0 |
2773 | 2023-11-02T19:09:58.555Z | Checking ppv-lite86 v0.2.17 |
2774 | 2023-11-02T19:09:59.736Z | Checking const-oid v0.9.5 |
2775 | 2023-11-02T19:10:04.567Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2776 | 2023-11-02T19:10:04.645Z | Checking digest v0.10.7 |
2777 | 2023-11-02T19:10:04.676Z | Documenting zone v0.2.0 |
2778 | 2023-11-02T19:10:04.683Z | Checking rand_chacha v0.3.1 |
2779 | 2023-11-02T19:10:04.688Z | Documenting smf v0.2.2 |
2780 | 2023-11-02T19:10:05.313Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2781 | 2023-11-02T19:10:06.983Z | Checking bitflags v2.4.0 |
2782 | 2023-11-02T19:10:07.441Z | Checking base64 v0.21.5 |
2783 | 2023-11-02T19:10:08.627Z | Documenting linked-hash-map v0.5.6 |
2784 | 2023-11-02T19:10:08.635Z | Checking rand v0.8.5 |
2785 | 2023-11-02T19:10:10.232Z | Checking tokio-util v0.7.10 |
2786 | 2023-11-02T19:10:10.266Z | Checking foreign-types-shared v0.1.1 |
2787 | 2023-11-02T19:10:10.432Z | Checking percent-encoding v2.3.0 |
2788 | 2023-11-02T19:10:10.840Z | Checking bitflags v1.3.2 |
2789 | 2023-11-02T19:10:10.847Z | Checking openssl-probe v0.1.5 |
2790 | 2023-11-02T19:10:10.918Z | Checking hashbrown v0.12.3 |
2791 | 2023-11-02T19:10:11.070Z | Checking untrusted v0.7.1 |
2792 | 2023-11-02T19:10:11.302Z | Checking untrusted v0.9.0 |
2793 | 2023-11-02T19:10:11.653Z | Checking ring v0.17.5 |
2794 | 2023-11-02T19:10:14.302Z | Checking ring v0.16.20 |
2795 | 2023-11-02T19:10:14.434Z | Checking indexmap v1.9.3 |
2796 | 2023-11-02T19:10:14.500Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2797 | 2023-11-02T19:10:14.510Z | Checking foreign-types v0.3.2 |
2798 | 2023-11-02T19:10:14.529Z | Checking errno v0.3.2 |
2799 | 2023-11-02T19:10:14.543Z | Checking openssl-sys v0.9.93 |
2800 | 2023-11-02T19:10:14.560Z | Checking siphasher v0.3.11 |
2801 | 2023-11-02T19:10:14.576Z | Checking try-lock v0.2.4 |
2802 | 2023-11-02T19:10:14.592Z | Checking adler v1.0.2 |
2803 | 2023-11-02T19:10:14.604Z | Checking want v0.3.1 |
2804 | 2023-11-02T19:10:14.619Z | Checking miniz_oxide v0.7.1 |
2805 | 2023-11-02T19:10:14.629Z | Checking h2 v0.3.21 |
2806 | 2023-11-02T19:10:14.653Z | Checking form_urlencoded v1.2.0 |
2807 | 2023-11-02T19:10:14.664Z | Checking lazy_static v1.4.0 |
2808 | 2023-11-02T19:10:14.675Z | Checking rustls-webpki v0.101.7 |
2809 | 2023-11-02T19:10:14.799Z | Checking http-body v0.4.5 |
2810 | 2023-11-02T19:10:14.949Z | Checking sct v0.7.0 |
2811 | 2023-11-02T19:10:15.038Z | Documenting lru-cache v0.1.2 |
2812 | 2023-11-02T19:10:15.187Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2813 | 2023-11-02T19:10:15.216Z | Checking socket2 v0.4.9 |
2814 | 2023-11-02T19:10:15.367Z | Checking io-lifetimes v1.0.11 |
2815 | 2023-11-02T19:10:15.371Z | Checking openssl v0.10.57 |
2816 | 2023-11-02T19:10:15.661Z | Checking httparse v1.8.0 |
2817 | 2023-11-02T19:10:15.729Z | Checking cpufeatures v0.2.9 |
2818 | 2023-11-02T19:10:15.832Z | Checking anstyle v1.0.2 |
2819 | 2023-11-02T19:10:15.871Z | Checking utf8parse v0.2.1 |
2820 | 2023-11-02T19:10:15.910Z | Checking tower-service v0.3.2 |
2821 | 2023-11-02T19:10:16.084Z | Checking httpdate v1.0.3 |
2822 | 2023-11-02T19:10:16.118Z | Checking anstyle-parse v0.2.1 |
2823 | 2023-11-02T19:10:16.361Z | Checking sha2 v0.10.8 |
2824 | 2023-11-02T19:10:16.416Z | Checking rustls v0.21.8 |
2825 | 2023-11-02T19:10:16.511Z | Checking rustix v0.37.23 |
2826 | 2023-11-02T19:10:16.553Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2827 | 2023-11-02T19:10:17.284Z | Checking rustls-pemfile v1.0.3 |
2828 | 2023-11-02T19:10:17.573Z | Checking hmac v0.12.1 |
2829 | 2023-11-02T19:10:17.697Z | Checking md-5 v0.10.5 |
2830 | 2023-11-02T19:10:17.889Z | Checking idna v0.4.0 |
2831 | 2023-11-02T19:10:18.026Z | Checking stringprep v0.1.3 |
2832 | 2023-11-02T19:10:18.323Z | Documenting slog-dtrace v0.2.3 |
2833 | 2023-11-02T19:10:18.451Z | Checking num-integer v0.1.45 |
2834 | 2023-11-02T19:10:19.661Z | Checking hash32 v0.2.1 |
2835 | 2023-11-02T19:10:19.669Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2836 | 2023-11-02T19:10:19.762Z | Checking gimli v0.28.0 |
2837 | 2023-11-02T19:10:21.251Z | Checking stable_deref_trait v1.2.0 |
2838 | 2023-11-02T19:10:21.261Z | Checking either v1.9.0 |
2839 | 2023-11-02T19:10:21.423Z | Documenting quick-error v1.2.3 |
2840 | 2023-11-02T19:10:21.635Z | Checking colorchoice v1.0.0 |
2841 | 2023-11-02T19:10:21.785Z | Checking anstyle-query v1.0.0 |
2842 | 2023-11-02T19:10:21.849Z | Checking fallible-iterator v0.2.0 |
2843 | 2023-11-02T19:10:21.970Z | Checking anstream v0.5.0 |
2844 | 2023-11-02T19:10:22.507Z | Checking tokio-rustls v0.24.1 |
2845 | 2023-11-02T19:10:23.366Z | Checking postgres-protocol v0.6.6 |
2846 | 2023-11-02T19:10:23.381Z | Checking heapless v0.7.16 |
2847 | 2023-11-02T19:10:23.904Z | Checking url v2.4.1 |
2848 | 2023-11-02T19:10:24.180Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2849 | 2023-11-02T19:10:24.571Z | Checking native-tls v0.2.11 |
2850 | 2023-11-02T19:10:24.585Z | Checking hyper v0.14.27 |
2851 | 2023-11-02T19:10:24.829Z | Checking terminal_size v0.2.6 |
2852 | 2023-11-02T19:10:25.004Z | Checking tokio-native-tls v0.3.1 |
2853 | 2023-11-02T19:10:25.039Z | Checking rustls-native-certs v0.6.3 |
2854 | 2023-11-02T19:10:25.226Z | Checking phf_shared v0.11.2 |
2855 | 2023-11-02T19:10:25.263Z | Checking block-padding v0.3.3 |
2856 | 2023-11-02T19:10:25.392Z | Checking scheduled-thread-pool v0.2.7 |
2857 | 2023-11-02T19:10:26.231Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2858 | 2023-11-02T19:10:40.550Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2859 | 2023-11-02T19:10:41.101Z | Checking object v0.32.1 |
2860 | 2023-11-02T19:10:41.623Z | Checking addr2line v0.21.0 |
2861 | 2023-11-02T19:10:42.119Z | Checking serde_spanned v0.6.3 |
2862 | 2023-11-02T19:10:42.362Z | Checking toml_datetime v0.6.3 |
2863 | 2023-11-02T19:10:42.493Z | Checking bzip2-sys v0.1.11+1.0.8 |
2864 | 2023-11-02T19:10:42.598Z | Documenting resolv-conf v0.7.0 |
2865 | 2023-11-02T19:10:42.704Z | Checking crc32fast v1.3.2 |
2866 | 2023-11-02T19:10:42.844Z | Checking clap_lex v0.5.1 |
2867 | 2023-11-02T19:10:42.896Z | Checking deranged v0.3.8 |
2868 | 2023-11-02T19:10:42.920Z | Checking matches v0.1.10 |
2869 | 2023-11-02T19:10:43.007Z | Checking rustc-demangle v0.1.23 |
2870 | 2023-11-02T19:10:43.034Z | Checking regex-automata v0.1.10 |
2871 | 2023-11-02T19:10:43.326Z | Checking num_threads v0.1.6 |
2872 | 2023-11-02T19:10:43.366Z | Checking winnow v0.5.15 |
2873 | 2023-11-02T19:10:43.429Z | Checking bit-vec v0.6.3 |
2874 | 2023-11-02T19:10:43.501Z | Checking managed v0.8.0 |
2875 | 2023-11-02T19:10:43.539Z | Checking ipnet v2.8.0 |
2876 | 2023-11-02T19:10:43.581Z | Checking tap v1.0.1 |
2877 | 2023-11-02T19:10:43.636Z | Checking wyz v0.5.1 |
2878 | 2023-11-02T19:10:43.656Z | Checking smoltcp v0.9.1 |
2879 | 2023-11-02T19:10:43.673Z | Documenting trust-dns-resolver v0.22.0 |
2880 | 2023-11-02T19:10:43.687Z | Checking hyper-tls v0.5.0 |
2881 | 2023-11-02T19:10:43.693Z | Checking backtrace v0.3.69 |
2882 | 2023-11-02T19:10:43.733Z | Checking hyper-rustls v0.24.2 |
2883 | 2023-11-02T19:10:43.754Z | Checking toml_edit v0.19.15 |
2884 | 2023-11-02T19:10:43.766Z | Checking time v0.3.27 |
2885 | 2023-11-02T19:10:43.772Z | Checking bstr v0.2.17 |
2886 | 2023-11-02T19:10:43.822Z | Checking idna v0.2.3 |
2887 | 2023-11-02T19:10:43.891Z | Checking clap_builder v4.4.2 |
2888 | 2023-11-02T19:10:43.922Z | Checking flate2 v1.0.28 |
2889 | 2023-11-02T19:10:43.937Z | Checking bzip2 v0.4.4 |
2890 | 2023-11-02T19:10:43.954Z | Checking r2d2 v0.8.10 |
2891 | 2023-11-02T19:10:44.004Z | Checking phf v0.11.2 |
2892 | 2023-11-02T19:10:44.029Z | Checking inout v0.1.3 |
2893 | 2023-11-02T19:10:44.072Z | Checking postgres-types v0.2.6 |
2894 | 2023-11-02T19:10:44.153Z | Checking itertools v0.11.0 |
2895 | 2023-11-02T19:10:44.165Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2896 | 2023-11-02T19:10:44.199Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2897 | 2023-11-02T19:10:44.213Z | Checking num-bigint v0.4.4 |
2898 | 2023-11-02T19:10:44.237Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2899 | 2023-11-02T19:10:44.406Z | Checking serde_urlencoded v0.7.1 |
2900 | 2023-11-02T19:10:45.061Z | Checking phf_shared v0.10.0 |
2901 | 2023-11-02T19:10:45.529Z | Checking futures-executor v0.3.29 |
2902 | 2023-11-02T19:10:45.672Z | Documenting pem-rfc7468 v0.7.0 |
2903 | 2023-11-02T19:10:45.760Z | Checking ipnetwork v0.20.0 |
2904 | 2023-11-02T19:10:45.877Z | Checking float-cmp v0.9.0 |
2905 | 2023-11-02T19:10:45.893Z | Checking zerocopy v0.6.4 |
2906 | 2023-11-02T19:10:46.162Z | Documenting der_derive v0.7.2 |
2907 | 2023-11-02T19:10:46.261Z | Checking hubpack v0.1.2 |
2908 | 2023-11-02T19:10:46.278Z | Checking encoding_rs v0.8.33 |
2909 | 2023-11-02T19:10:46.304Z | Checking crossbeam-utils v0.8.16 |
2910 | 2023-11-02T19:10:46.824Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2911 | 2023-11-02T19:10:47.111Z | Checking memoffset v0.9.0 |
2912 | 2023-11-02T19:10:47.216Z | Checking radium v0.7.0 |
2913 | 2023-11-02T19:10:47.265Z | Checking regex-automata v0.3.8 |
2914 | 2023-11-02T19:10:47.280Z | Checking webpki-roots v0.25.2 |
2915 | 2023-11-02T19:10:47.551Z | Checking new_debug_unreachable v1.0.4 |
2916 | 2023-11-02T19:10:47.723Z | Checking mime v0.3.17 |
2917 | 2023-11-02T19:10:47.824Z | Checking normalize-line-endings v0.3.0 |
2918 | 2023-11-02T19:10:48.475Z | Checking whoami v1.4.1 |
2919 | 2023-11-02T19:10:48.761Z | Checking funty v2.0.0 |
2920 | 2023-11-02T19:10:49.603Z | Checking fixedbitset v0.4.2 |
2921 | 2023-11-02T19:10:49.612Z | Checking difflib v0.4.0 |
2922 | 2023-11-02T19:10:49.616Z | Checking predicates-core v1.0.6 |
2923 | 2023-11-02T19:10:49.619Z | Documenting flagset v0.4.3 |
2924 | 2023-11-02T19:10:49.626Z | Checking data-encoding v2.4.0 |
2925 | 2023-11-02T19:10:49.719Z | Checking precomputed-hash v0.1.1 |
2926 | 2023-11-02T19:10:49.882Z | Checking static_assertions v1.1.0 |
2927 | 2023-11-02T19:10:49.937Z | Checking trust-dns-proto v0.22.0 |
2928 | 2023-11-02T19:10:50.012Z | Checking bitvec v1.0.1 |
2929 | 2023-11-02T19:10:50.036Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2930 | 2023-11-02T19:10:50.250Z | Checking reqwest v0.11.20 |
2931 | 2023-11-02T19:10:57.049Z | Checking string_cache v0.8.7 |
2932 | 2023-11-02T19:10:57.256Z | Checking bstr v1.6.0 |
2933 | 2023-11-02T19:10:57.429Z | Checking predicates v3.0.4 |
2934 | 2023-11-02T19:10:57.641Z | Checking petgraph v0.6.4 |
2935 | 2023-11-02T19:10:57.775Z | Checking tokio-postgres v0.7.10 |
2936 | 2023-11-02T19:10:57.949Z | Checking crossbeam-epoch v0.9.15 |
2937 | 2023-11-02T19:10:57.962Z | Checking diesel v2.1.3 |
2938 | 2023-11-02T19:10:58.000Z | Documenting der v0.7.8 |
2939 | 2023-11-02T19:10:58.024Z | Checking yasna v0.5.2 |
2940 | 2023-11-02T19:10:58.124Z | Checking futures v0.3.29 |
2941 | 2023-11-02T19:10:58.135Z | Checking clap v4.4.3 |
2942 | 2023-11-02T19:10:58.153Z | Checking cipher v0.4.4 |
2943 | 2023-11-02T19:10:58.166Z | Checking zip v0.6.6 |
2944 | 2023-11-02T19:10:58.214Z | Checking toml v0.7.8 |
2945 | 2023-11-02T19:10:58.229Z | Checking similar v2.2.1 |
2946 | 2023-11-02T19:10:58.743Z | Checking anyhow v1.0.75 |
2947 | 2023-11-02T19:10:58.872Z | Checking bit-set v0.5.3 |
2948 | 2023-11-02T19:10:59.042Z | Checking itertools v0.10.5 |
2949 | 2023-11-02T19:10:59.219Z | Checking num-iter v0.1.43 |
2950 | 2023-11-02T19:10:59.305Z | Checking console v0.15.7 |
2951 | 2023-11-02T19:10:59.398Z | Checking rustix v0.38.9 |
2952 | 2023-11-02T19:10:59.412Z | Checking signature v2.1.0 |
2953 | 2023-11-02T19:10:59.466Z | Checking tokio-stream v0.1.14 |
2954 | 2023-11-02T19:10:59.635Z | Checking usdt v0.3.5 |
2955 | 2023-11-02T19:10:59.695Z | Checking semver v1.0.20 |
2956 | 2023-11-02T19:10:59.939Z | Checking hex v0.4.3 |
2957 | 2023-11-02T19:11:00.567Z | Checking slog v2.7.0 |
2958 | 2023-11-02T19:11:00.570Z | Checking lalrpop-util v0.19.12 |
2959 | 2023-11-02T19:11:00.751Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2960 | 2023-11-02T19:11:00.821Z | Documenting cancel-safe-futures v0.1.5 |
2961 | 2023-11-02T19:11:00.831Z | Checking heck v0.3.3 |
2962 | 2023-11-02T19:11:00.890Z | Documenting hkdf v0.12.3 |
2963 | 2023-11-02T19:11:01.084Z | Documenting structopt-derive v0.4.18 |
2964 | 2023-11-02T19:11:02.720Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2965 | 2023-11-02T19:11:02.902Z | Documenting arc-swap v1.6.0 |
2966 | 2023-11-02T19:11:03.657Z | Documenting spki v0.7.2 |
2967 | 2023-11-02T19:11:08.560Z | Documenting crc-catalog v2.2.0 |
2968 | 2023-11-02T19:11:09.129Z | Documenting keccak v0.1.4 |
2969 | 2023-11-02T19:11:09.319Z | Documenting structopt v0.3.26 |
2970 | 2023-11-02T19:11:09.749Z | Documenting slog-scope v4.4.0 |
2971 | 2023-11-02T19:11:10.106Z | Documenting pkcs8 v0.10.2 |
2972 | 2023-11-02T19:11:13.031Z | Documenting crc v3.0.1 |
2973 | 2023-11-02T19:11:13.338Z | Documenting sha3 v0.10.8 |
2974 | 2023-11-02T19:11:15.698Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2975 | 2023-11-02T19:11:16.211Z | Documenting libefi-sys v0.1.0 |
2976 | 2023-11-02T19:11:16.867Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2977 | 2023-11-02T19:11:17.608Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2978 | 2023-11-02T19:11:18.120Z | Documenting serde_spanned v0.6.3 |
2979 | 2023-11-02T19:11:18.488Z | Documenting secrecy v0.8.0 |
2980 | 2023-11-02T19:11:20.955Z | Documenting packed_struct_codegen v0.10.1 |
2981 | 2023-11-02T19:11:22.644Z | Documenting nodrop v0.1.14 |
2982 | 2023-11-02T19:11:23.190Z | Documenting half v1.8.2 |
2983 | 2023-11-02T19:11:24.599Z | Documenting winnow v0.5.15 |
2984 | 2023-11-02T19:11:24.819Z | Documenting ciborium-io v0.2.1 |
2985 | 2023-11-02T19:11:25.563Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2986 | 2023-11-02T19:11:26.427Z | Documenting array-init v0.0.4 |
2987 | 2023-11-02T19:11:27.644Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2988 | 2023-11-02T19:11:29.347Z | Documenting packed_struct v0.10.1 |
2989 | 2023-11-02T19:11:30.836Z | Documenting ciborium-ll v0.2.1 |
2990 | 2023-11-02T19:11:31.275Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2991 | 2023-11-02T19:11:32.950Z | Documenting toml_edit v0.20.0 |
2992 | 2023-11-02T19:11:33.455Z | Documenting pkcs1 v0.7.5 |
2993 | 2023-11-02T19:11:35.638Z | Documenting slog-stdlog v4.1.1 |
2994 | 2023-11-02T19:11:37.091Z | Documenting num-bigint-dig v0.8.4 |
2995 | 2023-11-02T19:11:37.813Z | Documenting num-rational v0.4.1 |
2996 | 2023-11-02T19:11:40.343Z | Documenting universal-hash v0.5.1 |
2997 | 2023-11-02T19:11:41.812Z | Documenting num-complex v0.4.4 |
2998 | 2023-11-02T19:11:42.228Z | Documenting xattr v1.0.1 |
2999 | 2023-11-02T19:11:42.944Z | Documenting filetime v0.2.22 |
3000 | 2023-11-02T19:11:45.029Z | Documenting opaque-debug v0.3.0 |
3001 | 2023-11-02T19:11:46.715Z | Documenting bitfield v0.14.0 |
3002 | 2023-11-02T19:11:47.165Z | Documenting termcolor v1.2.0 |
3003 | 2023-11-02T19:11:48.442Z | Documenting rsa v0.9.2 |
3004 | 2023-11-02T19:11:49.104Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3005 | 2023-11-02T19:11:49.223Z | Documenting num v0.4.1 |
3006 | 2023-11-02T19:11:49.246Z | Documenting tar v0.4.40 |
3007 | 2023-11-02T19:11:49.364Z | Documenting toml v0.8.0 |
3008 | 2023-11-02T19:11:51.104Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3009 | 2023-11-02T19:11:53.365Z | Documenting env_logger v0.10.0 |
3010 | 2023-11-02T19:11:55.786Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3011 | 2023-11-02T19:12:07.855Z | Documenting slog-envlogger v2.2.0 |
3012 | 2023-11-02T19:12:08.363Z | Documenting ciborium v0.2.1 |
3013 | 2023-11-02T19:12:08.450Z | Documenting serde-hex v0.1.0 |
3014 | 2023-11-02T19:12:08.503Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3015 | 2023-11-02T19:12:08.544Z | Documenting x509-cert v0.2.4 |
3016 | 2023-11-02T19:12:08.605Z | Documenting omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3017 | 2023-11-02T19:12:08.801Z | Documenting signal-hook v0.3.17 |
3018 | 2023-11-02T19:12:08.843Z | Documenting ron v0.8.1 |
3019 | 2023-11-02T19:12:08.940Z | Documenting fxhash v0.2.1 |
3020 | 2023-11-02T19:12:09.095Z | Documenting derive-where v1.2.5 |
3021 | 2023-11-02T19:12:09.266Z | Documenting crc-any v2.4.3 |
3022 | 2023-11-02T19:12:09.518Z | Documenting linear-map v1.2.0 |
3023 | 2023-11-02T19:12:10.696Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3024 | 2023-11-02T19:12:10.832Z | Documenting doc-comment v0.3.3 |
3025 | 2023-11-02T19:12:11.555Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3026 | 2023-11-02T19:12:11.978Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3027 | 2023-11-02T19:12:17.705Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3028 | 2023-11-02T19:12:18.286Z | Documenting newtype_derive v0.1.6 |
3029 | 2023-11-02T19:12:18.359Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3030 | 2023-11-02T19:12:18.847Z | Documenting libsqlite3-sys v0.26.0 |
3031 | 2023-11-02T19:12:21.202Z | Documenting crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3032 | 2023-11-02T19:12:21.567Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3033 | 2023-11-02T19:12:25.999Z | Documenting hashlink v0.8.3 |
3034 | 2023-11-02T19:12:27.540Z | Documenting aead v0.5.2 |
3035 | 2023-11-02T19:12:30.048Z | Documenting snafu-derive v0.7.5 |
3036 | 2023-11-02T19:12:32.534Z | Documenting fallible-streaming-iterator v0.1.9 |
3037 | 2023-11-02T19:12:32.843Z | Documenting same-file v1.0.6 |
3038 | 2023-11-02T19:12:33.125Z | Documenting path-slash v0.1.5 |
3039 | 2023-11-02T19:12:34.271Z | Documenting steno v0.4.0 |
3040 | 2023-11-02T19:12:35.557Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3041 | 2023-11-02T19:12:37.076Z | Documenting rusqlite v0.29.0 |
3042 | 2023-11-02T19:12:37.305Z | Documenting camino-tempfile v1.0.2 |
3043 | 2023-11-02T19:12:39.211Z | Documenting walkdir v2.4.0 |
3044 | 2023-11-02T19:12:39.616Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
3045 | 2023-11-02T19:12:39.929Z | Documenting omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3046 | 2023-11-02T19:12:41.387Z | Documenting snafu v0.7.5 |
3047 | 2023-11-02T19:12:44.558Z | Documenting nix v0.26.2 |
3048 | 2023-11-02T19:12:45.067Z | Checking darling_core v0.14.4 |
3049 | 2023-11-02T19:12:45.464Z | Documenting twox-hash v1.6.3 |
3050 | 2023-11-02T19:12:47.593Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3051 | 2023-11-02T19:12:47.693Z | Documenting nibble_vec v0.1.0 |
3052 | 2023-11-02T19:12:50.032Z | Documenting endian-type v0.1.2 |
3053 | 2023-11-02T19:12:50.082Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3054 | 2023-11-02T19:12:52.031Z | Documenting nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3055 | 2023-11-02T19:12:54.467Z | Checking darling v0.14.4 |
3056 | 2023-11-02T19:12:54.487Z | Documenting oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3057 | 2023-11-02T19:12:54.527Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3058 | 2023-11-02T19:12:54.872Z | Documenting crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3059 | 2023-11-02T19:12:56.040Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3060 | 2023-11-02T19:12:56.283Z | Documenting radix_trie v0.2.1 |
3061 | 2023-11-02T19:12:57.021Z | Documenting polyval v0.6.1 |
3062 | 2023-11-02T19:13:03.211Z | Documenting num_enum v0.7.0 |
3063 | 2023-11-02T19:13:03.271Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3064 | 2023-11-02T19:13:04.130Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3065 | 2023-11-02T19:13:04.596Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3066 | 2023-11-02T19:13:05.197Z | Documenting aes v0.8.3 |
3067 | 2023-11-02T19:13:09.608Z | Documenting ctr v0.9.2 |
3068 | 2023-11-02T19:13:10.668Z | Documenting bincode v1.3.3 |
3069 | 2023-11-02T19:13:13.267Z | Documenting path-dedot v3.1.0 |
3070 | 2023-11-02T19:13:17.220Z | Checking convert_case v0.4.0 |
3071 | 2023-11-02T19:13:17.634Z | Documenting utf-8 v0.7.6 |
3072 | 2023-11-02T19:13:17.818Z | Documenting convert_case v0.4.0 |
3073 | 2023-11-02T19:13:18.062Z | Documenting crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3074 | 2023-11-02T19:13:19.339Z | Documenting path-absolutize v3.1.0 |
3075 | 2023-11-02T19:13:22.029Z | Documenting aes-gcm-siv v0.11.1 |
3076 | 2023-11-02T19:13:23.624Z | Documenting tungstenite v0.20.1 |
3077 | 2023-11-02T19:13:23.941Z | Documenting derive_more v0.99.17 |
3078 | 2023-11-02T19:13:23.972Z | Documenting oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3079 | 2023-11-02T19:13:25.765Z | Documenting trust-dns-client v0.22.0 |
3080 | 2023-11-02T19:13:26.541Z | Documenting buf-list v1.0.3 |
3081 | 2023-11-02T19:13:30.204Z | Documenting globset v0.4.13 |
3082 | 2023-11-02T19:13:33.509Z | Documenting crossbeam-deque v0.8.3 |
3083 | 2023-11-02T19:13:33.873Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3084 | 2023-11-02T19:13:34.201Z | Documenting headers-core v0.2.0 |
3085 | 2023-11-02T19:13:34.711Z | Documenting olpc-cjson v0.1.3 |
3086 | 2023-11-02T19:13:35.356Z | Documenting serde_plain v1.0.2 |
3087 | 2023-11-02T19:13:36.988Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3088 | 2023-11-02T19:13:39.127Z | Documenting async-recursion v1.0.5 |
3089 | 2023-11-02T19:13:40.289Z | Documenting bitstruct_derive v0.1.0 |
3090 | 2023-11-02T19:13:41.167Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3091 | 2023-11-02T19:13:41.554Z | Documenting display-error-chain v0.2.0 |
3092 | 2023-11-02T19:13:42.236Z | Documenting ringbuffer v0.15.0 |
3093 | 2023-11-02T19:13:42.536Z | Documenting ascii v1.1.0 |
3094 | 2023-11-02T19:13:42.675Z | Documenting tough v0.12.5 |
3095 | 2023-11-02T19:13:46.417Z | Documenting headers v0.3.9 |
3096 | 2023-11-02T19:13:47.144Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3097 | 2023-11-02T19:13:47.374Z | Documenting rayon-core v1.12.0 |
3098 | 2023-11-02T19:13:47.923Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3099 | 2023-11-02T19:13:47.945Z | Documenting bitstruct v0.1.1 |
3100 | 2023-11-02T19:13:47.965Z | Documenting trust-dns-server v0.22.1 |
3101 | 2023-11-02T19:13:51.927Z | Documenting tokio-tungstenite v0.20.1 |
3102 | 2023-11-02T19:13:51.946Z | Documenting crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3103 | 2023-11-02T19:13:53.632Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3104 | 2023-11-02T19:13:54.412Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3105 | 2023-11-02T19:13:55.143Z | Checking derive_builder_core v0.12.0 |
3106 | 2023-11-02T19:13:56.287Z | Documenting derive_builder_core v0.12.0 |
3107 | 2023-11-02T19:13:56.610Z | Documenting sled v0.34.7 |
3108 | 2023-11-02T19:13:56.639Z | Documenting signal-hook-mio v0.2.3 |
3109 | 2023-11-02T19:13:58.920Z | Documenting erased-serde v0.3.30 |
3110 | 2023-11-02T19:14:02.797Z | Documenting unicase v2.7.0 |
3111 | 2023-11-02T19:14:03.147Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3112 | 2023-11-02T19:14:03.399Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3113 | 2023-11-02T19:14:04.209Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3114 | 2023-11-02T19:14:04.476Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3115 | 2023-11-02T19:14:04.520Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3116 | 2023-11-02T19:14:04.623Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3117 | 2023-11-02T19:14:04.950Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3118 | 2023-11-02T19:14:05.318Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3119 | 2023-11-02T19:14:06.506Z | Documenting serde_arrays v0.1.0 |
3120 | 2023-11-02T19:14:06.788Z | Documenting ff v0.13.0 |
3121 | 2023-11-02T19:14:07.115Z | Documenting pretty-hex v0.3.0 |
3122 | 2023-11-02T19:14:07.714Z | Documenting mime_guess v2.0.4 |
3123 | 2023-11-02T19:14:11.319Z | Documenting derive_builder_macro v0.12.0 |
3124 | 2023-11-02T19:14:11.868Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3125 | 2023-11-02T19:14:13.364Z | Documenting crossterm v0.27.0 |
3126 | 2023-11-02T19:14:13.544Z | Documenting group v0.13.0 |
3127 | 2023-11-02T19:14:14.558Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3128 | 2023-11-02T19:14:18.696Z | Documenting rayon v1.8.0 |
3129 | 2023-11-02T19:14:20.020Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3130 | 2023-11-02T19:14:27.076Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3131 | 2023-11-02T19:14:28.070Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3132 | 2023-11-02T19:14:32.633Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3133 | 2023-11-02T19:14:36.968Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3134 | 2023-11-02T19:14:40.742Z | Documenting portable-atomic v1.4.3 |
3135 | 2023-11-02T19:14:41.258Z | Documenting ed25519 v1.5.3 |
3136 | 2023-11-02T19:14:43.677Z | Documenting bcs v0.1.6 |
3137 | 2023-11-02T19:14:45.616Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3138 | 2023-11-02T19:14:46.403Z | Documenting crypto-bigint v0.5.2 |
3139 | 2023-11-02T19:14:47.774Z | Documenting ref-cast-impl v1.0.20 |
3140 | 2023-11-02T19:14:48.146Z | Documenting curve25519-dalek-derive v0.1.0 |
3141 | 2023-11-02T19:14:50.538Z | Documenting thiserror-impl-no-std v2.0.2 |
3142 | 2023-11-02T19:14:50.691Z | Documenting vte_generate_state_changes v0.1.1 |
3143 | 2023-11-02T19:14:55.541Z | Documenting cassowary v0.3.0 |
3144 | 2023-11-02T19:14:56.002Z | Checking unicode-xid v0.2.4 |
3145 | 2023-11-02T19:14:56.152Z | Documenting base16ct v0.2.0 |
3146 | 2023-11-02T19:14:56.525Z | Documenting unicode-xid v0.2.4 |
3147 | 2023-11-02T19:14:57.333Z | Documenting number_prefix v0.4.0 |
3148 | 2023-11-02T19:14:59.051Z | Documenting highway v1.1.0 |
3149 | 2023-11-02T19:15:00.616Z | Documenting elliptic-curve v0.13.5 |
3150 | 2023-11-02T19:15:00.953Z | Documenting const_format_proc_macros v0.2.31 |
3151 | 2023-11-02T19:15:01.852Z | Documenting ratatui v0.23.0 |
3152 | 2023-11-02T19:15:03.430Z | Documenting indicatif v0.17.7 |
3153 | 2023-11-02T19:15:05.445Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3154 | 2023-11-02T19:15:06.441Z | Documenting thiserror-no-std v2.0.2 |
3155 | 2023-11-02T19:15:08.277Z | Documenting vte v0.11.1 |
3156 | 2023-11-02T19:15:09.758Z | Documenting curve25519-dalek v4.1.0 |
3157 | 2023-11-02T19:15:10.694Z | Documenting ref-cast v1.0.20 |
3158 | 2023-11-02T19:15:11.275Z | Documenting salty v0.2.0 |
3159 | 2023-11-02T19:15:13.407Z | Documenting derive_builder v0.12.0 |
3160 | 2023-11-02T19:15:15.148Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3161 | 2023-11-02T19:15:15.162Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3162 | 2023-11-02T19:15:15.269Z | Documenting polar-core v0.27.0 |
3163 | 2023-11-02T19:15:18.106Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3164 | 2023-11-02T19:15:18.883Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3165 | 2023-11-02T19:15:21.958Z | Documenting libxml v0.3.3 |
3166 | 2023-11-02T19:15:25.023Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3167 | 2023-11-02T19:15:26.410Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3168 | 2023-11-02T19:15:30.054Z | Documenting poly1305 v0.8.0 |
3169 | 2023-11-02T19:15:32.946Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3170 | 2023-11-02T19:15:35.647Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3171 | 2023-11-02T19:15:37.239Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3172 | 2023-11-02T19:15:37.690Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3173 | 2023-11-02T19:15:37.851Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3174 | 2023-11-02T19:15:37.903Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3175 | 2023-11-02T19:15:39.528Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3176 | 2023-11-02T19:15:39.936Z | Documenting dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3177 | 2023-11-02T19:15:55.529Z | Documenting chacha20 v0.9.1 |
3178 | 2023-11-02T19:15:55.801Z | Documenting bb8 v0.8.1 |
3179 | 2023-11-02T19:15:55.873Z | Documenting serde-big-array v0.5.1 |
3180 | 2023-11-02T19:15:56.130Z | Documenting quick-xml v0.23.1 |
3181 | 2023-11-02T19:15:56.700Z | Documenting bytesize v1.3.0 |
3182 | 2023-11-02T19:15:57.183Z | Documenting pem v3.0.2 |
3183 | 2023-11-02T19:15:57.570Z | Documenting impl-trait-for-tuples v0.2.2 |
3184 | 2023-11-02T19:15:59.886Z | Documenting oso-derive v0.27.0 |
3185 | 2023-11-02T19:16:01.305Z | Documenting rtoolbox v0.0.1 |
3186 | 2023-11-02T19:16:03.714Z | Documenting smawk v0.3.1 |
3187 | 2023-11-02T19:16:03.718Z | Documenting fs-err v2.9.0 |
3188 | 2023-11-02T19:16:03.725Z | Documenting unicode-linebreak v0.1.5 |
3189 | 2023-11-02T19:16:05.017Z | Documenting maplit v1.0.2 |
3190 | 2023-11-02T19:16:05.376Z | Documenting humantime v2.1.0 |
3191 | 2023-11-02T19:16:06.149Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3192 | 2023-11-02T19:16:07.236Z | Documenting rcgen v0.11.3 |
3193 | 2023-11-02T19:16:07.719Z | Documenting rpassword v7.2.0 |
3194 | 2023-11-02T19:16:08.155Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3195 | 2023-11-02T19:16:09.435Z | Documenting textwrap v0.16.0 |
3196 | 2023-11-02T19:16:10.017Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3197 | 2023-11-02T19:16:11.170Z | Documenting oso v0.27.0 |
3198 | 2023-11-02T19:16:14.187Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3199 | 2023-11-02T19:16:15.346Z | Documenting internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3200 | 2023-11-02T19:16:17.100Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
3201 | 2023-11-02T19:16:19.493Z | Documenting chacha20poly1305 v0.10.1 |
3202 | 2023-11-02T19:16:27.808Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3203 | 2023-11-02T19:16:28.999Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3204 | 2023-11-02T19:16:30.024Z | Documenting vsss-rs v3.3.1 |
3205 | 2023-11-02T19:16:35.609Z | Documenting strip-ansi-escapes v0.2.0 |
3206 | 2023-11-02T19:16:36.705Z | Documenting tui-tree-widget v0.13.0 |
3207 | 2023-11-02T19:16:40.673Z | Documenting const_format v0.2.31 |
3208 | 2023-11-02T19:16:40.938Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3209 | 2023-11-02T19:16:41.996Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3210 | 2023-11-02T19:16:44.761Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3211 | 2023-11-02T19:16:45.014Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3212 | 2023-11-02T19:16:49.129Z | Documenting cookie v0.16.2 |
3213 | 2023-11-02T19:16:50.182Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
3214 | 2023-11-02T19:16:51.113Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3215 | 2023-11-02T19:16:53.116Z | Documenting signal-hook-tokio v0.3.1 |
3216 | 2023-11-02T19:16:55.352Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3217 | 2023-11-02T19:16:56.289Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3218 | 2023-11-02T19:16:57.479Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3219 | 2023-11-02T19:16:58.139Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3220 | 2023-11-02T19:16:59.094Z | Documenting atomicwrites v0.4.2 |
3221 | 2023-11-02T19:17:00.727Z | Documenting fd-lock v3.0.13 |
3222 | 2023-11-02T19:17:01.366Z | Documenting subprocess v0.2.9 |
3223 | 2023-11-02T19:17:01.467Z | Documenting owo-colors v3.5.0 |
3224 | 2023-11-02T19:17:03.375Z | Documenting corncobs v0.1.3 |
3225 | 2023-11-02T19:17:06.016Z | Documenting shell-words v1.1.0 |
3226 | 2023-11-02T19:17:06.252Z | Documenting nu-ansi-term v0.49.0 |
3227 | 2023-11-02T19:17:07.583Z | Documenting http-range v0.1.5 |
3228 | 2023-11-02T19:17:08.139Z | Documenting bit_field v0.10.2 |
3229 | 2023-11-02T19:17:08.435Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3230 | 2023-11-02T19:17:09.489Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3231 | 2023-11-02T19:17:11.991Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3232 | 2023-11-02T19:17:12.417Z | Documenting propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3233 | 2023-11-02T19:17:12.815Z | Documenting reedline v0.23.0 |
3234 | 2023-11-02T19:17:13.636Z | Documenting hyper-staticfile v0.9.5 |
3235 | 2023-11-02T19:17:13.658Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3236 | 2023-11-02T19:17:15.276Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3237 | 2023-11-02T19:17:24.005Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3238 | 2023-11-02T19:17:24.063Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3239 | 2023-11-02T19:17:26.389Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3240 | 2023-11-02T19:17:39.952Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3241 | 2023-11-02T19:17:45.916Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3242 | 2023-11-02T19:17:46.396Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3243 | 2023-11-02T19:17:48.539Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3244 | 2023-11-02T19:17:51.719Z | Documenting fatfs v0.3.6 |
3245 | 2023-11-02T19:17:52.399Z | Documenting cargo-platform v0.1.3 |
3246 | 2023-11-02T19:17:52.654Z | Documenting nanorand v0.7.0 |
3247 | 2023-11-02T19:17:59.961Z | Documenting glob v0.3.1 |
3248 | 2023-11-02T19:17:59.997Z | Documenting assert_matches v1.5.0 |
3249 | 2023-11-02T19:18:00.429Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3250 | 2023-11-02T19:18:00.448Z | Documenting flume v0.11.0 |
3251 | 2023-11-02T19:18:00.655Z | Documenting cargo_metadata v0.18.0 |
3252 | 2023-11-02T19:18:04.147Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3253 | 2023-11-02T19:18:05.755Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3254 | 2023-11-02T19:18:08.101Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3255 | 2023-11-02T19:18:08.386Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3256 | 2023-11-02T19:18:12.249Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3257 | 2023-11-02T19:18:14.060Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3258 | 2023-11-02T19:18:14.211Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3259 | 2023-11-02T19:18:17.276Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3260 | 2023-11-02T19:18:40.053Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3261 | 2023-11-02T19:18:40.722Z | Documenting omicron-zone-package v0.8.3 |
3262 | 2023-11-02T19:18:41.737Z | Documenting cargo_toml v0.16.3 |
3263 | 2023-11-02T19:18:46.220Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3264 | 2023-11-02T19:18:48.258Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3265 | 2023-11-02T19:18:49.368Z | Documenting termios v0.3.3 |
3266 | 2023-11-02T19:18:49.870Z | Documenting topological-sort v0.2.2 |
3267 | 2023-11-02T19:18:52.406Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3268 | 2023-11-02T19:18:56.240Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3269 | 2023-11-02T19:18:56.535Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3270 | 2023-11-02T19:18:58.706Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3271 | 2023-11-02T19:19:12.686Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3272 | 2023-11-02T19:19:31.689Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3273 | 2023-11-02T19:19:33.625Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3274 | 2023-11-02T19:19:33.743Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3275 | 2023-11-02T19:19:45.831Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3276 | 2023-11-02T19:19:50.343Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3277 | 2023-11-02T19:19:51.908Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3278 | 2023-11-02T19:19:57.952Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3279 | 2023-11-02T19:19:58.074Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3280 | 2023-11-02T19:20:09.182Z | warning: unresolved link to `ExtractedArtifactDataHandle` |
3281 | 2023-11-02T19:20:09.189Z | --> wicketd/src/artifacts/extracted_artifacts.rs:172:46 |
3282 | 2023-11-02T19:20:09.197Z | | |
3283 | 2023-11-02T19:20:09.200Z | 172 | /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3284 | 2023-11-02T19:20:09.203Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this link resolves to the struct `ExtractedArtifactDataHandle`, which is not in the value namespace |
3285 | 2023-11-02T19:20:09.208Z | | |
3286 | 2023-11-02T19:20:09.211Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3287 | 2023-11-02T19:20:09.214Z | help: to link to the struct, prefix with `struct@` |
3288 | 2023-11-02T19:20:09.217Z | | |
3289 | 2023-11-02T19:20:09.220Z | 172 - /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3290 | 2023-11-02T19:20:09.230Z | 172 + /// persist the temporary file into an [`struct@ExtractedArtifactDataHandle`]. |
3291 | 2023-11-02T19:20:09.233Z | | |
3292 | 2023-11-02T19:20:09.237Z | |
3293 | 2023-11-02T19:20:11.704Z | warning: `wicketd` (lib doc) generated 1 warning |
3294 | 2023-11-02T19:21:15.839Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 52s |
3295 | 2023-11-02T19:21:16.268Z | |
3296 | 2023-11-02T19:21:16.329Z | real 16:52.220624943 |
3297 | 2023-11-02T19:21:16.346Z | user 1:00:22.382436090 |
3298 | 2023-11-02T19:21:16.361Z | sys 1:04:11.227387391 |
3299 | 2023-11-02T19:21:16.375Z | trap 2.330730817 |
3300 | 2023-11-02T19:21:16.396Z | tflt 0.120802004 |
3301 | 2023-11-02T19:21:16.412Z | dflt 0.808388930 |
3302 | 2023-11-02T19:21:16.427Z | kflt 0.000413858 |
3303 | 2023-11-02T19:21:16.851Z | lock 3:09:51.659251861 |
3304 | 2023-11-02T19:21:17.268Z | slp 4:28:19.228741939 |
3305 | 2023-11-02T19:21:17.294Z | lat 5:58.443214690 |
3306 | 2023-11-02T19:21:17.315Z | stop 2:15.215723998 |
3307 | 2023-11-02T19:21:17.377Z | process exited: duration 2042689 ms, exit code 0 |
|
3308 | 2023-11-02T19:21:17.419Z | found 0 output files |