|
|
|
1 | 2023-10-20T18:33:23.249Z | job assigned to worker 01HD75QXYTVBET0TWHMPJTKZJQ (queued for 1 m 15 s) |
|
2 | 2023-10-20T18:33:23.277Z | starting task 0: "setup" |
3 | 2023-10-20T18:33:23.339Z | ++ uname -s |
4 | 2023-10-20T18:33:23.342Z | + kern=SunOS |
5 | 2023-10-20T18:33:23.345Z | + case "$kern" in |
6 | 2023-10-20T18:33:23.348Z | + groupadd -g 12345 build |
7 | 2023-10-20T18:33:23.351Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-20T18:33:25.355Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-20T18:33:25.449Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-20T18:33:25.452Z | + home_fs=zfs |
11 | 2023-10-20T18:33:25.455Z | + [[ zfs == autofs ]] |
12 | 2023-10-20T18:33:25.458Z | + mkdir -p /home/build |
13 | 2023-10-20T18:33:25.461Z | + chown build:build /home/build /work |
14 | 2023-10-20T18:33:27.457Z | + chmod 0700 /home/build /work |
15 | 2023-10-20T18:33:27.460Z | process exited: duration 4179 ms, exit code 0 |
|
16 | 2023-10-20T18:33:27.466Z | starting task 1: "rust-toolchain" |
17 | 2023-10-20T18:33:27.478Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-20T18:33:27.482Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-20T18:33:27.669Z | info: downloading installer |
20 | 2023-10-20T18:33:29.949Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-20T18:33:29.957Z | warning: /opt/ooce/bin |
22 | 2023-10-20T18:33:29.964Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-20T18:33:29.974Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-20T18:33:29.984Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-20T18:33:29.995Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-20T18:33:30.006Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-20T18:33:30.018Z | error: cannot install while Rust is installed |
28 | 2023-10-20T18:33:30.028Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-20T18:33:30.036Z | info: profile set to 'default' |
30 | 2023-10-20T18:33:30.052Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-20T18:33:30.063Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-20T18:33:30.219Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-20T18:33:30.236Z | info: downloading component 'cargo' |
34 | 2023-10-20T18:33:31.056Z | info: downloading component 'clippy' |
35 | 2023-10-20T18:33:31.343Z | info: downloading component 'rust-docs' |
36 | 2023-10-20T18:33:32.377Z | info: downloading component 'rust-std' |
37 | 2023-10-20T18:33:34.247Z | info: downloading component 'rustc' |
38 | 2023-10-20T18:33:38.847Z | info: downloading component 'rustfmt' |
39 | 2023-10-20T18:33:39.111Z | info: installing component 'cargo' |
40 | 2023-10-20T18:33:40.560Z | info: installing component 'clippy' |
41 | 2023-10-20T18:33:41.156Z | info: installing component 'rust-docs' |
42 | 2023-10-20T18:33:43.973Z | info: installing component 'rust-std' |
43 | 2023-10-20T18:33:48.325Z | info: installing component 'rustc' |
44 | 2023-10-20T18:33:58.099Z | info: installing component 'rustfmt' |
45 | 2023-10-20T18:33:58.555Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-20T18:33:58.571Z | |
47 | 2023-10-20T18:33:58.759Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-20T18:33:58.773Z | |
49 | 2023-10-20T18:33:58.784Z | |
50 | 2023-10-20T18:33:58.790Z | Rust is installed now. Great! |
51 | 2023-10-20T18:33:58.800Z | |
52 | 2023-10-20T18:33:58.808Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-20T18:33:58.821Z | environment variable. This has not been done automatically. |
54 | 2023-10-20T18:33:58.839Z | |
55 | 2023-10-20T18:33:58.853Z | To configure your current shell, run: |
56 | 2023-10-20T18:33:58.860Z | source "$HOME/.cargo/env" |
57 | 2023-10-20T18:33:58.868Z | + rustc --version |
58 | 2023-10-20T18:33:58.971Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-20T18:33:58.996Z | process exited: duration 31501 ms, exit code 0 |
|
60 | 2023-10-20T18:33:59.008Z | starting task 2: "authentication" |
61 | 2023-10-20T18:33:59.050Z | process exited: duration 35 ms, exit code 0 |
|
62 | 2023-10-20T18:33:59.062Z | starting task 3: "clone repository" |
63 | 2023-10-20T18:33:59.076Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-20T18:33:59.083Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-20T18:33:59.114Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-20T18:34:10.463Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-20T18:34:10.466Z | + [[ -n update_crucible_and_propolis ]] |
68 | 2023-10-20T18:34:10.469Z | + git fetch origin update_crucible_and_propolis |
69 | 2023-10-20T18:34:10.826Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-20T18:34:10.829Z | * branch update_crucible_and_propolis -> FETCH_HEAD |
71 | 2023-10-20T18:34:10.836Z | + git checkout -B update_crucible_and_propolis remotes/origin/update_crucible_and_propolis |
72 | 2023-10-20T18:34:10.926Z | Switched to a new branch 'update_crucible_and_propolis' |
73 | 2023-10-20T18:34:10.929Z | branch 'update_crucible_and_propolis' set up to track 'origin/update_crucible_and_propolis'. |
74 | 2023-10-20T18:34:10.932Z | + git reset --hard b1bbb09ed11e47bbc4e9dae03ebe44a8d631a219 |
75 | 2023-10-20T18:34:11.069Z | HEAD is now at b1bbb09e update tokio in Cargo.toml |
76 | 2023-10-20T18:34:11.072Z | process exited: duration 12004 ms, exit code 0 |
|
77 | 2023-10-20T18:34:11.080Z | starting task 4: "build" |
78 | 2023-10-20T18:34:11.091Z | + cargo --version |
79 | 2023-10-20T18:34:11.179Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-20T18:34:11.183Z | + rustc --version |
81 | 2023-10-20T18:34:11.282Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-20T18:34:11.287Z | + source ./env.sh |
83 | 2023-10-20T18:34:11.292Z | ++ set -o xtrace |
84 | 2023-10-20T18:34:11.297Z | ++++ dirname ./env.sh |
85 | 2023-10-20T18:34:11.302Z | +++ cd . |
86 | 2023-10-20T18:34:11.307Z | +++ echo /work/oxidecomputer/omicron |
87 | 2023-10-20T18:34:11.312Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2023-10-20T18:34:11.315Z | ++ 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-10-20T18:34:11.318Z | ++ 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-10-20T18:34:11.321Z | ++ 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-10-20T18:34:11.324Z | ++ 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-10-20T18:34:11.327Z | ++ 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-10-20T18:34:11.330Z | ++ 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-10-20T18:34:11.333Z | ++ unset OMICRON_WS |
95 | 2023-10-20T18:34:11.336Z | ++ set +o xtrace |
96 | 2023-10-20T18:34:11.400Z | |
97 | 2023-10-20T18:34:11.403Z | ##### ##### ###### ##### ###### #### # # # #### # |
98 | 2023-10-20T18:34:11.406Z | # # # # # # # # # # # # # # # |
99 | 2023-10-20T18:34:11.410Z | # # # # ##### # # ##### # # # # # #### # |
100 | 2023-10-20T18:34:11.413Z | ##### ##### # ##### # # # # # # # # # |
101 | 2023-10-20T18:34:11.416Z | # # # # # # # # # # # # # # # |
102 | 2023-10-20T18:34:11.419Z | # # # ###### # # ###### ### # #### # #### # |
103 | 2023-10-20T18:34:11.422Z | |
104 | 2023-10-20T18:34:19.849Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2023-10-20T18:34:20.761Z | Startup: Caching catalogs ... Done |
106 | 2023-10-20T18:34:25.333Z | Planning: Solver setup ... Done (4.289s) |
107 | 2023-10-20T18:34:25.442Z | Planning: Running solver ... Done (0.110s) |
108 | 2023-10-20T18:34:25.492Z | Planning: Finding local manifests ... Done (0.003s) |
109 | 2023-10-20T18:34:25.508Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2023-10-20T18:34:25.729Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2023-10-20T18:34:25.809Z | Planning: Package planning ... Done (0.079s) |
112 | 2023-10-20T18:34:25.896Z | Planning: Merging actions ... Done (0.087s) |
113 | 2023-10-20T18:34:26.520Z | Planning: Checking for conflicting actions ... Done (0.624s) |
114 | 2023-10-20T18:34:26.537Z | Planning: Consolidating action changes ... Done (0.017s) |
115 | 2023-10-20T18:34:30.834Z | Planning: Evaluating mediators ... Done (4.296s) |
116 | 2023-10-20T18:34:30.849Z | Planning: Planning completed in 10.03 seconds |
117 | 2023-10-20T18:34:30.872Z | Packages to install: 4 |
118 | 2023-10-20T18:34:30.875Z | Mediators to change: 2 |
119 | 2023-10-20T18:34:30.878Z | Services to change: 1 |
120 | 2023-10-20T18:34:30.881Z | Estimated space available: 149.39 GB |
121 | 2023-10-20T18:34:30.884Z | Estimated space to be consumed: 1.37 GB |
122 | 2023-10-20T18:34:30.887Z | Create boot environment: No |
123 | 2023-10-20T18:34:30.890Z | Create backup boot environment: No |
124 | 2023-10-20T18:34:30.892Z | Rebuild boot archive: No |
125 | 2023-10-20T18:34:30.895Z | |
126 | 2023-10-20T18:34:30.898Z | Changed mediators: |
127 | 2023-10-20T18:34:30.900Z | mediator clang: |
128 | 2023-10-20T18:34:30.903Z | version: None -> 15 (system default) |
129 | 2023-10-20T18:34:30.906Z | |
130 | 2023-10-20T18:34:30.909Z | mediator llvm: |
131 | 2023-10-20T18:34:30.913Z | version: 14 (system default) -> 15 (system default) |
132 | 2023-10-20T18:34:30.917Z | |
133 | 2023-10-20T18:34:30.920Z | Changed packages: |
134 | 2023-10-20T18:34:30.923Z | helios-dev |
135 | 2023-10-20T18:34:30.926Z | developer/build-essential |
136 | 2023-10-20T18:34:30.929Z | None -> 11-2.0 |
137 | 2023-10-20T18:34:30.933Z | library/libxmlsec1 |
138 | 2023-10-20T18:34:30.936Z | None -> 1.2.35-2.0 |
139 | 2023-10-20T18:34:30.939Z | ooce/developer/clang-15 |
140 | 2023-10-20T18:34:30.941Z | None -> 15.0.7-2.0 |
141 | 2023-10-20T18:34:30.944Z | ooce/developer/llvm-15 |
142 | 2023-10-20T18:34:30.947Z | None -> 15.0.7-2.0 |
143 | 2023-10-20T18:34:30.950Z | |
144 | 2023-10-20T18:34:30.953Z | Services: |
145 | 2023-10-20T18:34:30.955Z | restart_fmri: |
146 | 2023-10-20T18:34:30.958Z | svc:/system/update-man-index:default |
147 | 2023-10-20T18:34:31.079Z | |
148 | 2023-10-20T18:34:31.086Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2023-10-20T18:34:36.081Z | Download: 940/3290 items 19.0/212.6MB 8% complete (3.9M/s) |
150 | 2023-10-20T18:34:41.084Z | Download: 1407/3290 items 105.9/212.6MB 49% complete (10.7M/s) |
151 | 2023-10-20T18:34:46.087Z | Download: 2198/3290 items 119.1/212.6MB 56% complete (10.0M/s) |
152 | 2023-10-20T18:34:51.087Z | Download: 3094/3290 items 122.5/212.6MB 57% complete (1.6M/s) |
153 | 2023-10-20T18:34:56.762Z | Download: 3287/3290 items 212.4/212.6MB 99% complete (9.3M/s) |
154 | 2023-10-20T18:34:57.546Z | Download: Completed 212.60 MB in 26.42 seconds (8.1M/s) |
155 | 2023-10-20T18:34:57.884Z | Actions: 1/3687 actions (Installing new actions) |
156 | 2023-10-20T18:35:03.621Z | Actions: 2430/3687 actions (Installing new actions) |
157 | 2023-10-20T18:35:26.003Z | Actions: Completed 3687 actions in 8.90 seconds. |
158 | 2023-10-20T18:35:26.217Z | Done (0.080s) |
159 | 2023-10-20T18:35:26.371Z | Done (0.000s) |
160 | 2023-10-20T18:35:26.567Z | Done (0.201s) |
161 | 2023-10-20T18:35:26.627Z | Done (7.893s) |
162 | 2023-10-20T18:35:26.661Z | Done (0.154s) |
163 | 2023-10-20T18:35:26.694Z | Done (0.000s) |
164 | 2023-10-20T18:35:26.738Z | Done (0.000s) |
165 | 2023-10-20T18:35:26.785Z | Planning: Evaluating mediator changes ... Done |
166 | 2023-10-20T18:35:26.826Z | Planning: Checking for conflicting actions ... Done |
167 | 2023-10-20T18:35:26.915Z | Planning: Consolidating action changes ... Done |
168 | 2023-10-20T18:35:26.953Z | Planning: Evaluating mediators ... Done |
169 | 2023-10-20T18:35:27.020Z | Planning: Planning completed in 0.72 seconds |
170 | 2023-10-20T18:35:27.141Z | Mediators to change: 2 |
171 | 2023-10-20T18:35:27.273Z | Create boot environment: No |
172 | 2023-10-20T18:35:27.720Z | Create backup boot environment: No |
173 | 2023-10-20T18:35:27.743Z | Done |
174 | 2023-10-20T18:35:27.858Z | Done |
175 | 2023-10-20T18:35:27.911Z | Done |
176 | 2023-10-20T18:35:27.943Z | Done |
177 | 2023-10-20T18:35:27.978Z | Done |
178 | 2023-10-20T18:35:28.027Z | Done |
179 | 2023-10-20T18:35:28.038Z | Done |
180 | 2023-10-20T18:35:28.081Z | Planning: Evaluating mediator changes ... Done |
181 | 2023-10-20T18:35:28.088Z | Planning: Merging actions ... Done |
182 | 2023-10-20T18:35:28.122Z | Planning: Checking for conflicting actions ... Done |
183 | 2023-10-20T18:35:28.144Z | Planning: Consolidating action changes ... Done |
184 | 2023-10-20T18:35:28.611Z | Planning: Evaluating mediators ... Done |
185 | 2023-10-20T18:35:28.638Z | Planning: Planning completed in 1.28 seconds |
186 | 2023-10-20T18:35:28.707Z | Packages to change: 1 |
187 | 2023-10-20T18:35:28.733Z | Mediators to change: 1 |
188 | 2023-10-20T18:35:28.741Z | Services to change: 1 |
189 | 2023-10-20T18:35:28.792Z | Create boot environment: No |
190 | 2023-10-20T18:35:28.810Z | Create backup boot environment: Yes |
191 | 2023-10-20T18:35:28.898Z | Actions: 1/6 actions (Updating modified actions) |
192 | 2023-10-20T18:35:28.946Z | Actions: Completed 6 actions in 0.00 seconds. |
193 | 2023-10-20T18:35:28.991Z | Done |
194 | 2023-10-20T18:35:29.003Z | Done |
195 | 2023-10-20T18:35:29.023Z | Done |
196 | 2023-10-20T18:35:33.458Z | Done |
197 | 2023-10-20T18:35:33.576Z | Done |
198 | 2023-10-20T18:35:33.580Z | Done |
199 | 2023-10-20T18:35:33.683Z | Done |
200 | 2023-10-20T18:35:34.340Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
201 | 2023-10-20T18:35:34.344Z | clang system 15 system |
202 | 2023-10-20T18:35:34.350Z | csh system system illumos |
203 | 2023-10-20T18:35:34.353Z | ctags system system illumos |
204 | 2023-10-20T18:35:34.356Z | gcc vendor 12 vendor |
205 | 2023-10-20T18:35:34.359Z | gcc system 10 system |
206 | 2023-10-20T18:35:34.362Z | gcc system 7 system |
207 | 2023-10-20T18:35:34.365Z | go system 1.20 system |
208 | 2023-10-20T18:35:34.367Z | go system 1.19 system |
209 | 2023-10-20T18:35:34.371Z | llvm system 15 system |
210 | 2023-10-20T18:35:34.374Z | llvm system 14 system |
211 | 2023-10-20T18:35:34.376Z | mariadb system 10.6 system |
212 | 2023-10-20T18:35:34.380Z | mta vendor vendor dma |
213 | 2023-10-20T18:35:34.383Z | openjdk system 17 system |
214 | 2023-10-20T18:35:34.386Z | openjdk system 11 system |
215 | 2023-10-20T18:35:34.389Z | openjdk system 1.8 system |
216 | 2023-10-20T18:35:34.392Z | openssl vendor 3 vendor |
217 | 2023-10-20T18:35:34.395Z | perl system 5.36 system |
218 | 2023-10-20T18:35:34.398Z | postgresql system 15 system |
219 | 2023-10-20T18:35:34.402Z | postgresql system 13 system |
220 | 2023-10-20T18:35:34.405Z | python vendor 3 vendor |
221 | 2023-10-20T18:35:34.408Z | python system 2 system |
222 | 2023-10-20T18:35:34.411Z | python3 system 3.11 system |
223 | 2023-10-20T18:35:34.414Z | ruby system 3.0 system |
224 | 2023-10-20T18:35:34.418Z | words vendor vendor american-english |
225 | 2023-10-20T18:35:34.422Z | words system system australian-english |
226 | 2023-10-20T18:35:34.427Z | words system system british-english |
227 | 2023-10-20T18:35:34.431Z | words system system canadian-english |
228 | 2023-10-20T18:35:34.434Z | words system system french |
229 | 2023-10-20T18:35:34.437Z | words system system italian |
230 | 2023-10-20T18:35:34.439Z | words system system ngerman |
231 | 2023-10-20T18:35:34.442Z | words system system ogerman |
232 | 2023-10-20T18:35:34.445Z | words system system spanish |
233 | 2023-10-20T18:35:34.859Z | FMRI IFO |
234 | 2023-10-20T18:35:34.862Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
235 | 2023-10-20T18:35:34.865Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
236 | 2023-10-20T18:35:34.868Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
237 | 2023-10-20T18:35:34.871Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
238 | 2023-10-20T18:35:34.874Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
239 | 2023-10-20T18:35:34.877Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
240 | 2023-10-20T18:35:34.932Z | + set -o errexit |
241 | 2023-10-20T18:35:34.935Z | +++ dirname ./tools/ci_download_cockroachdb |
242 | 2023-10-20T18:35:34.938Z | ++ cd ./tools |
243 | 2023-10-20T18:35:34.941Z | ++ pwd |
244 | 2023-10-20T18:35:34.943Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
245 | 2023-10-20T18:35:34.946Z | ++ basename ./tools/ci_download_cockroachdb |
246 | 2023-10-20T18:35:34.949Z | + ARG0=ci_download_cockroachdb |
247 | 2023-10-20T18:35:34.952Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
248 | 2023-10-20T18:35:34.955Z | + CIDL_VERSION=v22.1.9 |
249 | 2023-10-20T18:35:34.958Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
250 | 2023-10-20T18:35:34.961Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
251 | 2023-10-20T18:35:34.963Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
252 | 2023-10-20T18:35:34.967Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
253 | 2023-10-20T18:35:34.970Z | + TARGET_DIR=out |
254 | 2023-10-20T18:35:34.972Z | + DOWNLOAD_DIR=out/downloads |
255 | 2023-10-20T18:35:34.976Z | + DEST_DIR=./out/cockroachdb |
256 | 2023-10-20T18:35:34.979Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
257 | 2023-10-20T18:35:34.982Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
258 | 2023-10-20T18:35:34.984Z | + main |
259 | 2023-10-20T18:35:34.988Z | + [[ 0 != 0 ]] |
260 | 2023-10-20T18:35:34.990Z | + CIDL_OS=solaris2.11 |
261 | 2023-10-20T18:35:34.993Z | + [[ 0 != 0 ]] |
262 | 2023-10-20T18:35:34.996Z | + configure_os solaris2.11 |
263 | 2023-10-20T18:35:34.999Z | + echo 'current directory: /work/oxidecomputer/omicron' |
264 | 2023-10-20T18:35:35.002Z | current directory: /work/oxidecomputer/omicron |
265 | 2023-10-20T18:35:35.005Z | + echo 'configuring based on OS: "solaris2.11"' |
266 | 2023-10-20T18:35:35.008Z | configuring based on OS: "solaris2.11" |
267 | 2023-10-20T18:35:35.010Z | + case "$1" in |
268 | 2023-10-20T18:35:35.013Z | + CIDL_BUILD=illumos |
269 | 2023-10-20T18:35:35.016Z | + CIDL_SUFFIX=tar.gz |
270 | 2023-10-20T18:35:35.018Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
271 | 2023-10-20T18:35:35.021Z | + CIDL_MD5FUNC=do_md5sum |
272 | 2023-10-20T18:35:35.024Z | + CIDL_URL_BASE=https://illumos.org/downloads |
273 | 2023-10-20T18:35:35.027Z | + CIDL_ASSEMBLE=do_assemble_illumos |
274 | 2023-10-20T18:35:35.031Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
275 | 2023-10-20T18:35:35.034Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-10-20T18:35:35.038Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-10-20T18:35:35.041Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
278 | 2023-10-20T18:35:35.056Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-10-20T18:35:35.061Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
280 | 2023-10-20T18:35:35.064Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-10-20T18:35:35.067Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
282 | 2023-10-20T18:35:35.069Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-10-20T18:35:35.072Z | + mkdir -p out/downloads |
284 | 2023-10-20T18:35:35.075Z | + mkdir -p ./out/cockroachdb |
285 | 2023-10-20T18:35:35.078Z | + local DO_DOWNLOAD=true |
286 | 2023-10-20T18:35:35.081Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
287 | 2023-10-20T18:35:35.084Z | + '[' true == true ']' |
288 | 2023-10-20T18:35:35.086Z | + echo Downloading... |
289 | 2023-10-20T18:35:35.089Z | Downloading... |
290 | 2023-10-20T18:35:35.092Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-10-20T18:35:35.094Z | + 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 |
292 | 2023-10-20T18:35:40.158Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-10-20T18:35:40.161Z | ++ md5sum |
294 | 2023-10-20T18:35:40.165Z | ++ awk '{print $1}' |
295 | 2023-10-20T18:35:40.344Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
296 | 2023-10-20T18:35:40.349Z | + [[ 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 ]] |
297 | 2023-10-20T18:35:40.352Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2023-10-20T18:35:40.354Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
299 | 2023-10-20T18:35:43.948Z | + do_assemble_illumos |
300 | 2023-10-20T18:35:44.402Z | + rm -r ./out/cockroachdb |
301 | 2023-10-20T18:35:44.423Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
302 | 2023-10-20T18:35:44.488Z | + ./out/cockroachdb/bin/cockroach version |
303 | 2023-10-20T18:35:44.702Z | Build Tag: v22.1.9-dirty |
304 | 2023-10-20T18:35:44.706Z | Build Time: 2022/10/26 21:17:46 |
305 | 2023-10-20T18:35:44.708Z | Distribution: OSS |
306 | 2023-10-20T18:35:44.711Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
307 | 2023-10-20T18:35:44.714Z | Go Version: go1.17.13 |
308 | 2023-10-20T18:35:44.716Z | C Compiler: gcc 10.3.0 |
309 | 2023-10-20T18:35:44.719Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
310 | 2023-10-20T18:35:44.723Z | Build Type: release |
311 | 2023-10-20T18:35:44.726Z | + set -o errexit |
312 | 2023-10-20T18:35:44.729Z | +++ dirname ./tools/ci_download_clickhouse |
313 | 2023-10-20T18:35:44.732Z | ++ cd ./tools |
314 | 2023-10-20T18:35:44.735Z | ++ pwd |
315 | 2023-10-20T18:35:44.738Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
316 | 2023-10-20T18:35:44.741Z | ++ basename ./tools/ci_download_clickhouse |
317 | 2023-10-20T18:35:44.743Z | + ARG0=ci_download_clickhouse |
318 | 2023-10-20T18:35:44.746Z | + TARGET_DIR=out |
319 | 2023-10-20T18:35:44.749Z | + DOWNLOAD_DIR=out/downloads |
320 | 2023-10-20T18:35:44.752Z | + DEST_DIR=./out/clickhouse |
321 | 2023-10-20T18:35:44.754Z | + CIDL_VERSION=v22.8.9.24 |
322 | 2023-10-20T18:35:44.757Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
323 | 2023-10-20T18:35:44.760Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
324 | 2023-10-20T18:35:44.764Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
325 | 2023-10-20T18:35:44.767Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
326 | 2023-10-20T18:35:44.770Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
327 | 2023-10-20T18:35:44.773Z | + main |
328 | 2023-10-20T18:35:44.776Z | + [[ 0 != 0 ]] |
329 | 2023-10-20T18:35:44.779Z | + CIDL_OS=solaris2.11 |
330 | 2023-10-20T18:35:44.782Z | + [[ 0 != 0 ]] |
331 | 2023-10-20T18:35:44.785Z | + configure_os solaris2.11 |
332 | 2023-10-20T18:35:44.788Z | + echo 'current directory: /work/oxidecomputer/omicron' |
333 | 2023-10-20T18:35:44.790Z | current directory: /work/oxidecomputer/omicron |
334 | 2023-10-20T18:35:44.793Z | + echo 'configuring based on OS: "solaris2.11"' |
335 | 2023-10-20T18:35:44.796Z | configuring based on OS: "solaris2.11" |
336 | 2023-10-20T18:35:44.799Z | + CIDL_DASHREV= |
337 | 2023-10-20T18:35:44.802Z | + case "$1" in |
338 | 2023-10-20T18:35:44.805Z | + CIDL_PLATFORM=illumos |
339 | 2023-10-20T18:35:44.809Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
340 | 2023-10-20T18:35:44.812Z | + CIDL_MD5FUNC=do_md5sum |
341 | 2023-10-20T18:35:44.814Z | + CIDL_DASHREV=-1 |
342 | 2023-10-20T18:35:44.817Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
343 | 2023-10-20T18:35:44.820Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2023-10-20T18:35:44.823Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2023-10-20T18:35:44.825Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2023-10-20T18:35:44.828Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2023-10-20T18:35:44.831Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-10-20T18:35:44.834Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2023-10-20T18:35:44.839Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2023-10-20T18:35:44.842Z | + mkdir -p out/downloads |
351 | 2023-10-20T18:35:44.846Z | + mkdir -p ./out/clickhouse |
352 | 2023-10-20T18:35:45.254Z | + local DO_DOWNLOAD=true |
353 | 2023-10-20T18:35:45.257Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
354 | 2023-10-20T18:35:45.260Z | + '[' true == true ']' |
355 | 2023-10-20T18:35:45.263Z | + echo Downloading... |
356 | 2023-10-20T18:35:45.266Z | Downloading... |
357 | 2023-10-20T18:35:45.269Z | + 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 |
358 | 2023-10-20T18:35:45.272Z | + 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 |
359 | 2023-10-20T18:35:47.430Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2023-10-20T18:35:47.433Z | ++ md5sum |
361 | 2023-10-20T18:35:47.436Z | ++ awk '{print $1}' |
362 | 2023-10-20T18:35:47.694Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
363 | 2023-10-20T18:35:47.698Z | + [[ 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 ]] |
364 | 2023-10-20T18:35:47.701Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
365 | 2023-10-20T18:35:47.704Z | + mkdir -p ./out/clickhouse |
366 | 2023-10-20T18:35:47.706Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
367 | 2023-10-20T18:35:52.872Z | + ./out/clickhouse/clickhouse server --version |
368 | 2023-10-20T18:35:52.926Z | ClickHouse server version 22.8.9.1. |
369 | 2023-10-20T18:35:52.947Z | + set -o errexit |
370 | 2023-10-20T18:35:52.950Z | +++ dirname ./tools/ci_download_console |
371 | 2023-10-20T18:35:52.953Z | ++ cd ./tools |
372 | 2023-10-20T18:35:52.955Z | ++ pwd |
373 | 2023-10-20T18:35:52.958Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
374 | 2023-10-20T18:35:52.961Z | ++ basename ./tools/ci_download_console |
375 | 2023-10-20T18:35:52.963Z | + ARG0=ci_download_console |
376 | 2023-10-20T18:35:52.966Z | + TARGET_DIR=out |
377 | 2023-10-20T18:35:52.969Z | + DOWNLOAD_DIR=out/downloads |
378 | 2023-10-20T18:35:52.971Z | + DEST_DIR=./out/console-assets |
379 | 2023-10-20T18:35:52.974Z | + source /work/oxidecomputer/omicron/tools/console_version |
380 | 2023-10-20T18:35:52.977Z | ++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa |
381 | 2023-10-20T18:35:52.980Z | ++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
382 | 2023-10-20T18:35:52.982Z | + URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
383 | 2023-10-20T18:35:52.985Z | + TARBALL_FILE=out/downloads/console.tar.gz |
384 | 2023-10-20T18:35:52.988Z | + main |
385 | 2023-10-20T18:35:52.990Z | + [[ 0 != 0 ]] |
386 | 2023-10-20T18:35:52.993Z | + echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz' |
387 | 2023-10-20T18:35:52.996Z | URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
388 | 2023-10-20T18:35:52.999Z | + echo 'Local file: out/downloads/console.tar.gz' |
389 | 2023-10-20T18:35:53.002Z | Local file: out/downloads/console.tar.gz |
390 | 2023-10-20T18:35:53.005Z | + local DO_DOWNLOAD=true |
391 | 2023-10-20T18:35:53.008Z | + [[ -f out/downloads/console.tar.gz ]] |
392 | 2023-10-20T18:35:53.011Z | + mkdir -p out/downloads |
393 | 2023-10-20T18:35:53.013Z | + '[' true == true ']' |
394 | 2023-10-20T18:35:53.016Z | + echo Downloading... |
395 | 2023-10-20T18:35:53.019Z | Downloading... |
396 | 2023-10-20T18:35:53.022Z | + do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz |
397 | 2023-10-20T18:35:53.025Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
398 | 2023-10-20T18:35:53.636Z | ++ do_sha256sum out/downloads/console.tar.gz |
399 | 2023-10-20T18:35:53.645Z | ++ case "$OSTYPE" in |
400 | 2023-10-20T18:35:53.650Z | ++ SHA=sha256sum |
401 | 2023-10-20T18:35:53.655Z | ++ sha256sum |
402 | 2023-10-20T18:35:53.658Z | ++ awk '{print $1}' |
403 | 2023-10-20T18:35:53.678Z | + calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
404 | 2023-10-20T18:35:53.682Z | + [[ 3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 != \3\2\8\9\9\8\9\f\2\c\d\6\c\7\1\e\a\8\0\0\e\7\3\2\3\1\1\9\0\4\5\5\c\c\8\e\4\e\4\5\a\e\9\3\0\4\2\9\3\0\5\0\b\9\2\5\a\9\f\d\9\4\2\3 ]] |
405 | 2023-10-20T18:35:53.685Z | + rm -rf ./out/console-assets |
406 | 2023-10-20T18:35:53.688Z | + mkdir -p ./out/console-assets |
407 | 2023-10-20T18:35:53.691Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
408 | 2023-10-20T18:35:53.694Z | + mkdir -p ./out/console-assets |
409 | 2023-10-20T18:35:53.697Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
410 | 2023-10-20T18:35:53.882Z | + set -o errexit |
411 | 2023-10-20T18:35:53.885Z | +++ dirname ./tools/ci_download_maghemite_openapi |
412 | 2023-10-20T18:35:53.887Z | ++ cd ./tools |
413 | 2023-10-20T18:35:53.890Z | ++ pwd |
414 | 2023-10-20T18:35:53.893Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
415 | 2023-10-20T18:35:53.896Z | ++ basename ./tools/ci_download_maghemite_openapi |
416 | 2023-10-20T18:35:53.899Z | + ARG0=ci_download_maghemite_openapi |
417 | 2023-10-20T18:35:53.902Z | + TARGET_DIR=out |
418 | 2023-10-20T18:35:53.905Z | + DOWNLOAD_DIR=out/downloads |
419 | 2023-10-20T18:35:53.908Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
420 | 2023-10-20T18:35:53.910Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
421 | 2023-10-20T18:35:53.914Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
422 | 2023-10-20T18:35:53.916Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
423 | 2023-10-20T18:35:53.920Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
424 | 2023-10-20T18:35:53.923Z | + main |
425 | 2023-10-20T18:35:53.926Z | + [[ 0 != 0 ]] |
426 | 2023-10-20T18:35:53.929Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
427 | 2023-10-20T18:35:53.932Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
428 | 2023-10-20T18:35:53.934Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
429 | 2023-10-20T18:35:53.937Z | + local DO_DOWNLOAD=true |
430 | 2023-10-20T18:35:53.940Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
431 | 2023-10-20T18:35:53.942Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
432 | 2023-10-20T18:35:53.946Z | + mkdir -p out/downloads |
433 | 2023-10-20T18:35:53.949Z | + '[' true == true ']' |
434 | 2023-10-20T18:35:53.952Z | + echo Downloading... |
435 | 2023-10-20T18:35:53.954Z | Downloading... |
436 | 2023-10-20T18:35:53.957Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
437 | 2023-10-20T18:35:53.960Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
438 | 2023-10-20T18:35:54.185Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
439 | 2023-10-20T18:35:54.188Z | ++ case "$OSTYPE" in |
440 | 2023-10-20T18:35:54.191Z | ++ SHA=sha256sum |
441 | 2023-10-20T18:35:54.194Z | ++ sha256sum |
442 | 2023-10-20T18:35:54.197Z | ++ awk '{print $1}' |
443 | 2023-10-20T18:35:54.200Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
444 | 2023-10-20T18:35:54.203Z | + [[ 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 ]] |
445 | 2023-10-20T18:35:54.217Z | + set -o errexit |
446 | 2023-10-20T18:35:54.220Z | +++ dirname ./tools/ci_download_dendrite_openapi |
447 | 2023-10-20T18:35:54.223Z | ++ cd ./tools |
448 | 2023-10-20T18:35:54.226Z | ++ pwd |
449 | 2023-10-20T18:35:54.229Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
450 | 2023-10-20T18:35:54.232Z | ++ basename ./tools/ci_download_dendrite_openapi |
451 | 2023-10-20T18:35:54.235Z | + ARG0=ci_download_dendrite_openapi |
452 | 2023-10-20T18:35:54.237Z | + TARGET_DIR=out |
453 | 2023-10-20T18:35:54.247Z | + DOWNLOAD_DIR=out/downloads |
454 | 2023-10-20T18:35:54.252Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
455 | 2023-10-20T18:35:54.255Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
456 | 2023-10-20T18:35:54.257Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
457 | 2023-10-20T18:35:54.260Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
458 | 2023-10-20T18:35:54.263Z | + LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
459 | 2023-10-20T18:35:54.265Z | + main |
460 | 2023-10-20T18:35:54.268Z | + [[ 0 != 0 ]] |
461 | 2023-10-20T18:35:54.270Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json' |
462 | 2023-10-20T18:35:54.273Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
463 | 2023-10-20T18:35:54.276Z | + echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json' |
464 | 2023-10-20T18:35:54.280Z | Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
465 | 2023-10-20T18:35:54.283Z | + local DO_DOWNLOAD=true |
466 | 2023-10-20T18:35:54.286Z | + [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]] |
467 | 2023-10-20T18:35:54.290Z | + mkdir -p out/downloads |
468 | 2023-10-20T18:35:54.294Z | + '[' true == true ']' |
469 | 2023-10-20T18:35:54.297Z | Downloading... |
470 | 2023-10-20T18:35:54.300Z | + echo Downloading... |
471 | 2023-10-20T18:35:54.303Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
472 | 2023-10-20T18:35:54.305Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
473 | 2023-10-20T18:35:55.772Z | ++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
474 | 2023-10-20T18:35:55.776Z | ++ case "$OSTYPE" in |
475 | 2023-10-20T18:35:55.779Z | ++ SHA=sha256sum |
476 | 2023-10-20T18:35:55.782Z | ++ sha256sum |
477 | 2023-10-20T18:35:55.787Z | ++ awk '{print $1}' |
478 | 2023-10-20T18:35:55.791Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
479 | 2023-10-20T18:35:55.795Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
480 | 2023-10-20T18:35:55.799Z | + set -o errexit |
481 | 2023-10-20T18:35:55.806Z | +++ dirname ./tools/ci_download_dendrite_stub |
482 | 2023-10-20T18:35:55.813Z | ++ cd ./tools |
483 | 2023-10-20T18:35:55.821Z | ++ pwd |
484 | 2023-10-20T18:35:55.839Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
485 | 2023-10-20T18:35:55.851Z | ++ basename ./tools/ci_download_dendrite_stub |
486 | 2023-10-20T18:35:55.860Z | + ARG0=ci_download_dendrite_stub |
487 | 2023-10-20T18:35:55.863Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
488 | 2023-10-20T18:35:55.865Z | ++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
489 | 2023-10-20T18:35:55.868Z | ++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c |
490 | 2023-10-20T18:35:55.871Z | ++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188 |
491 | 2023-10-20T18:35:55.874Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
492 | 2023-10-20T18:35:55.876Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
493 | 2023-10-20T18:35:55.879Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
494 | 2023-10-20T18:35:55.882Z | + TARGET_DIR=out |
495 | 2023-10-20T18:35:55.885Z | + DOWNLOAD_DIR=out/downloads |
496 | 2023-10-20T18:35:55.888Z | + DEST_DIR=./out/dendrite-stub |
497 | 2023-10-20T18:35:55.890Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
498 | 2023-10-20T18:35:55.894Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
499 | 2023-10-20T18:35:55.896Z | + REPO=oxidecomputer/dendrite |
500 | 2023-10-20T18:35:55.899Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d |
501 | 2023-10-20T18:35:55.902Z | + main |
502 | 2023-10-20T18:35:55.905Z | + [[ 0 != 0 ]] |
503 | 2023-10-20T18:35:55.908Z | + CIDL_OS=solaris2.11 |
504 | 2023-10-20T18:35:55.911Z | + [[ 0 != 0 ]] |
505 | 2023-10-20T18:35:55.915Z | + configure_os solaris2.11 |
506 | 2023-10-20T18:35:55.917Z | + echo 'current directory: /work/oxidecomputer/omicron' |
507 | 2023-10-20T18:35:55.920Z | current directory: /work/oxidecomputer/omicron |
508 | 2023-10-20T18:35:55.923Z | + echo 'configuring based on OS: "solaris2.11"' |
509 | 2023-10-20T18:35:55.925Z | configuring based on OS: "solaris2.11" |
510 | 2023-10-20T18:35:55.928Z | + case "$1" in |
511 | 2023-10-20T18:35:55.931Z | + SET_BINARIES= |
512 | 2023-10-20T18:35:55.934Z | + CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
513 | 2023-10-20T18:35:55.937Z | + CIDL_SHA256FUNC=do_sha256sum |
514 | 2023-10-20T18:35:55.939Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
515 | 2023-10-20T18:35:55.942Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
516 | 2023-10-20T18:35:55.945Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
517 | 2023-10-20T18:35:55.948Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz' |
518 | 2023-10-20T18:35:55.951Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
519 | 2023-10-20T18:35:55.953Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
520 | 2023-10-20T18:35:55.956Z | Local file: out/downloads/dendrite-stub.tar.gz |
521 | 2023-10-20T18:35:55.959Z | + mkdir -p out/downloads |
522 | 2023-10-20T18:35:55.962Z | + mkdir -p ./out/dendrite-stub |
523 | 2023-10-20T18:35:55.965Z | + fetch_and_verify |
524 | 2023-10-20T18:35:55.968Z | + local DO_DOWNLOAD=true |
525 | 2023-10-20T18:35:55.971Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
526 | 2023-10-20T18:35:55.973Z | + '[' true == true ']' |
527 | 2023-10-20T18:35:55.976Z | + echo Downloading... |
528 | 2023-10-20T18:35:55.979Z | Downloading... |
529 | 2023-10-20T18:35:55.982Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
530 | 2023-10-20T18:35:55.985Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
531 | 2023-10-20T18:36:01.956Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
532 | 2023-10-20T18:36:01.960Z | ++ sha256sum |
533 | 2023-10-20T18:36:01.963Z | ++ awk '{print $1}' |
534 | 2023-10-20T18:36:02.056Z | + calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
535 | 2023-10-20T18:36:02.062Z | + [[ 486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 != \4\8\6\b\0\b\0\1\6\c\0\d\f\0\6\9\4\7\8\1\0\b\9\0\f\3\a\3\d\d\4\0\4\2\3\f\0\e\e\6\f\2\5\5\e\d\0\7\9\d\c\8\e\5\6\1\8\c\9\a\7\2\8\1 ]] |
536 | 2023-10-20T18:36:02.068Z | + do_untar out/downloads/dendrite-stub.tar.gz |
537 | 2023-10-20T18:36:02.075Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
538 | 2023-10-20T18:36:03.025Z | + do_assemble |
539 | 2023-10-20T18:36:03.028Z | + rm -r ./out/dendrite-stub |
540 | 2023-10-20T18:36:03.031Z | + mkdir ./out/dendrite-stub |
541 | 2023-10-20T18:36:03.034Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
542 | 2023-10-20T18:36:03.151Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
543 | 2023-10-20T18:36:03.164Z | + set -o errexit |
544 | 2023-10-20T18:36:03.169Z | +++ dirname ./tools/ci_download_transceiver_control |
545 | 2023-10-20T18:36:03.175Z | ++ cd ./tools |
546 | 2023-10-20T18:36:03.187Z | ++ pwd |
547 | 2023-10-20T18:36:03.190Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
548 | 2023-10-20T18:36:03.193Z | ++ basename ./tools/ci_download_transceiver_control |
549 | 2023-10-20T18:36:03.199Z | + ARG0=ci_download_transceiver_control |
550 | 2023-10-20T18:36:03.202Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
551 | 2023-10-20T18:36:03.209Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
552 | 2023-10-20T18:36:03.212Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
553 | 2023-10-20T18:36:03.215Z | + TARGET_DIR=out |
554 | 2023-10-20T18:36:03.218Z | + DOWNLOAD_DIR=out/downloads |
555 | 2023-10-20T18:36:03.221Z | + DEST_DIR=./out/transceiver-control |
556 | 2023-10-20T18:36:03.225Z | + BIN_DIR=/opt/oxide/bin |
557 | 2023-10-20T18:36:03.227Z | + BINARY=xcvradm |
558 | 2023-10-20T18:36:03.230Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
559 | 2023-10-20T18:36:03.233Z | + REPO=oxidecomputer/transceiver-control |
560 | 2023-10-20T18:36:03.236Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
561 | 2023-10-20T18:36:03.239Z | + main |
562 | 2023-10-20T18:36:03.242Z | + [[ 0 != 0 ]] |
563 | 2023-10-20T18:36:03.244Z | + CIDL_OS=solaris2.11 |
564 | 2023-10-20T18:36:03.247Z | + [[ 0 != 0 ]] |
565 | 2023-10-20T18:36:03.250Z | + configure_os solaris2.11 |
566 | 2023-10-20T18:36:03.252Z | + echo 'current directory: /work/oxidecomputer/omicron' |
567 | 2023-10-20T18:36:03.255Z | current directory: /work/oxidecomputer/omicron |
568 | 2023-10-20T18:36:03.258Z | + echo 'configuring based on OS: "solaris2.11"' |
569 | 2023-10-20T18:36:03.261Z | configuring based on OS: "solaris2.11" |
570 | 2023-10-20T18:36:03.264Z | + case "$1" in |
571 | 2023-10-20T18:36:03.267Z | + SET_BINARIES= |
572 | 2023-10-20T18:36:03.272Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
573 | 2023-10-20T18:36:03.275Z | + CIDL_SHA256FUNC=do_sha256sum |
574 | 2023-10-20T18:36:03.279Z | + ARCHIVE_FILENAME=xcvradm.gz |
575 | 2023-10-20T18:36:03.289Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
576 | 2023-10-20T18:36:03.294Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
577 | 2023-10-20T18:36:03.298Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
578 | 2023-10-20T18:36:03.303Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
579 | 2023-10-20T18:36:03.312Z | + echo 'Local file: out/downloads/xcvradm.gz' |
580 | 2023-10-20T18:36:03.338Z | Local file: out/downloads/xcvradm.gz |
581 | 2023-10-20T18:36:03.355Z | + mkdir -p out/downloads |
582 | 2023-10-20T18:36:03.377Z | + mkdir -p ./out/transceiver-control |
583 | 2023-10-20T18:36:03.808Z | + fetch_and_verify |
584 | 2023-10-20T18:36:03.830Z | + local DO_DOWNLOAD=true |
585 | 2023-10-20T18:36:03.853Z | + [[ -f out/downloads/xcvradm.gz ]] |
586 | 2023-10-20T18:36:04.271Z | + '[' true == true ']' |
587 | 2023-10-20T18:36:04.274Z | + echo Downloading... |
588 | 2023-10-20T18:36:04.277Z | Downloading... |
589 | 2023-10-20T18:36:04.280Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
590 | 2023-10-20T18:36:04.283Z | + 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 |
591 | 2023-10-20T18:36:05.230Z | ++ do_sha256sum out/downloads/xcvradm.gz |
592 | 2023-10-20T18:36:05.234Z | ++ sha256sum |
593 | 2023-10-20T18:36:05.237Z | ++ awk '{print $1}' |
594 | 2023-10-20T18:36:05.255Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
595 | 2023-10-20T18:36:05.259Z | + [[ 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 ]] |
596 | 2023-10-20T18:36:05.262Z | + do_unpack out/downloads/xcvradm.gz |
597 | 2023-10-20T18:36:05.265Z | + mkdir -p out/downloads/root//opt/oxide/bin |
598 | 2023-10-20T18:36:05.269Z | + gzip -dc out/downloads/xcvradm.gz |
599 | 2023-10-20T18:36:05.431Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
600 | 2023-10-20T18:36:05.435Z | + do_assemble |
601 | 2023-10-20T18:36:05.438Z | + rm -r ./out/transceiver-control |
602 | 2023-10-20T18:36:05.442Z | + mkdir ./out/transceiver-control |
603 | 2023-10-20T18:36:05.446Z | + cp -r out/downloads/root ./out/transceiver-control/root |
604 | 2023-10-20T18:36:05.554Z | All builder prerequisites installed successfully, and PATH looks valid |
605 | 2023-10-20T18:36:05.558Z | |
606 | 2023-10-20T18:36:05.561Z | real 1:54.160514817 |
607 | 2023-10-20T18:36:05.564Z | user 50.845119298 |
608 | 2023-10-20T18:36:05.567Z | sys 9.736990062 |
609 | 2023-10-20T18:36:05.570Z | trap 0.023630592 |
610 | 2023-10-20T18:36:05.575Z | tflt 0.197638928 |
611 | 2023-10-20T18:36:05.578Z | dflt 0.476211504 |
612 | 2023-10-20T18:36:05.581Z | kflt 0.129330727 |
613 | 2023-10-20T18:36:05.586Z | lock 1.673513135 |
614 | 2023-10-20T18:36:05.589Z | slp 3:25.810399794 |
615 | 2023-10-20T18:36:05.592Z | lat 3.975668597 |
616 | 2023-10-20T18:36:05.600Z | stop 0.072230305 |
617 | 2023-10-20T18:36:05.605Z | |
618 | 2023-10-20T18:36:05.610Z | #### # # ##### ##### # # |
619 | 2023-10-20T18:36:05.614Z | # # # # # # # # # # |
620 | 2023-10-20T18:36:05.620Z | # # # # # # # # |
621 | 2023-10-20T18:36:05.623Z | # # # ##### ##### # |
622 | 2023-10-20T18:36:05.628Z | # # # # # # # |
623 | 2023-10-20T18:36:05.631Z | #### ###### # # # # |
624 | 2023-10-20T18:36:05.634Z | |
625 | 2023-10-20T18:36:05.919Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
626 | 2023-10-20T18:36:06.367Z | Updating crates.io index |
627 | 2023-10-20T18:36:06.420Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
628 | 2023-10-20T18:36:07.192Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
629 | 2023-10-20T18:36:08.760Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
630 | 2023-10-20T18:36:09.376Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
631 | 2023-10-20T18:36:09.688Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
632 | 2023-10-20T18:36:10.134Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
633 | 2023-10-20T18:36:10.496Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
634 | 2023-10-20T18:36:11.408Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
635 | 2023-10-20T18:36:13.189Z | Updating git repository `https://github.com/oxidecomputer/opte` |
636 | 2023-10-20T18:36:14.132Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
637 | 2023-10-20T18:36:14.553Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
638 | 2023-10-20T18:36:14.857Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
639 | 2023-10-20T18:36:15.407Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
640 | 2023-10-20T18:36:15.771Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
641 | 2023-10-20T18:36:16.196Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
642 | 2023-10-20T18:36:16.579Z | Updating git repository `https://github.com/njaremko/samael` |
643 | 2023-10-20T18:36:17.024Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
644 | 2023-10-20T18:36:17.815Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
645 | 2023-10-20T18:36:18.216Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
646 | 2023-10-20T18:36:18.574Z | Updating git repository `https://github.com/jgallagher/nix` |
647 | 2023-10-20T18:36:19.882Z | Updating git repository `https://github.com/cbiffle/hubpack` |
648 | 2023-10-20T18:36:20.260Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
649 | 2023-10-20T18:36:29.428Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
650 | 2023-10-20T18:36:29.890Z | Updating git repository `https://github.com/oxidecomputer/typify` |
651 | 2023-10-20T18:36:30.954Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
652 | 2023-10-20T18:36:31.381Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
653 | 2023-10-20T18:36:31.719Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
654 | 2023-10-20T18:36:33.336Z | Downloading crates ... |
655 | 2023-10-20T18:36:33.507Z | Downloaded anstream v0.5.0 |
656 | 2023-10-20T18:36:33.513Z | Downloaded cargo_toml v0.16.3 |
657 | 2023-10-20T18:36:33.516Z | Downloaded colorchoice v1.0.0 |
658 | 2023-10-20T18:36:33.519Z | Downloaded ryu v1.0.15 |
659 | 2023-10-20T18:36:33.523Z | Downloaded clap_derive v4.4.2 |
660 | 2023-10-20T18:36:33.527Z | Downloaded cargo-platform v0.1.3 |
661 | 2023-10-20T18:36:33.531Z | Downloaded equivalent v1.0.1 |
662 | 2023-10-20T18:36:33.534Z | Downloaded itoa v1.0.9 |
663 | 2023-10-20T18:36:33.537Z | Downloaded strsim v0.10.0 |
664 | 2023-10-20T18:36:33.543Z | Downloaded errno v0.3.2 |
665 | 2023-10-20T18:36:33.552Z | Downloaded serde_spanned v0.6.3 |
666 | 2023-10-20T18:36:33.559Z | Downloaded bitflags v1.3.2 |
667 | 2023-10-20T18:36:33.569Z | Downloaded anstyle v1.0.2 |
668 | 2023-10-20T18:36:33.571Z | Downloaded quote v1.0.33 |
669 | 2023-10-20T18:36:33.574Z | Downloaded anstyle-parse v0.2.1 |
670 | 2023-10-20T18:36:33.580Z | Downloaded clap_lex v0.5.1 |
671 | 2023-10-20T18:36:33.584Z | Downloaded heck v0.4.1 |
672 | 2023-10-20T18:36:33.586Z | Downloaded camino v1.1.6 |
673 | 2023-10-20T18:36:33.591Z | Downloaded semver v1.0.18 |
674 | 2023-10-20T18:36:33.606Z | Downloaded anstyle-query v1.0.0 |
675 | 2023-10-20T18:36:33.616Z | Downloaded io-lifetimes v1.0.11 |
676 | 2023-10-20T18:36:33.620Z | Downloaded thiserror v1.0.49 |
677 | 2023-10-20T18:36:33.623Z | Downloaded clap v4.4.3 |
678 | 2023-10-20T18:36:33.627Z | Downloaded proc-macro2 v1.0.67 |
679 | 2023-10-20T18:36:33.631Z | Downloaded toml_datetime v0.6.3 |
680 | 2023-10-20T18:36:33.634Z | Downloaded thiserror-impl v1.0.49 |
681 | 2023-10-20T18:36:33.639Z | Downloaded serde_derive v1.0.188 |
682 | 2023-10-20T18:36:33.644Z | Downloaded utf8parse v0.2.1 |
683 | 2023-10-20T18:36:33.650Z | Downloaded toml v0.8.0 |
684 | 2023-10-20T18:36:33.665Z | Downloaded hashbrown v0.14.0 |
685 | 2023-10-20T18:36:33.673Z | Downloaded memchr v2.6.3 |
686 | 2023-10-20T18:36:33.677Z | Downloaded serde_json v1.0.107 |
687 | 2023-10-20T18:36:33.680Z | Downloaded clap_builder v4.4.2 |
688 | 2023-10-20T18:36:33.683Z | Downloaded winnow v0.5.15 |
689 | 2023-10-20T18:36:33.686Z | Downloaded syn v2.0.32 |
690 | 2023-10-20T18:36:33.704Z | Downloaded libc v0.2.149 |
691 | 2023-10-20T18:36:33.758Z | Downloaded indexmap v2.0.0 |
692 | 2023-10-20T18:36:33.763Z | Downloaded toml_edit v0.20.0 |
693 | 2023-10-20T18:36:33.798Z | Downloaded rustix v0.37.23 |
694 | 2023-10-20T18:36:33.830Z | Downloaded cargo_metadata v0.18.0 |
695 | 2023-10-20T18:36:33.834Z | Downloaded serde v1.0.188 |
696 | 2023-10-20T18:36:33.838Z | Downloaded anyhow v1.0.75 |
697 | 2023-10-20T18:36:33.844Z | Downloaded unicode-ident v1.0.12 |
698 | 2023-10-20T18:36:33.848Z | Downloaded terminal_size v0.2.6 |
699 | 2023-10-20T18:36:33.970Z | Compiling proc-macro2 v1.0.67 |
700 | 2023-10-20T18:36:33.973Z | Compiling unicode-ident v1.0.12 |
701 | 2023-10-20T18:36:33.977Z | Compiling serde v1.0.188 |
702 | 2023-10-20T18:36:33.980Z | Compiling libc v0.2.149 |
703 | 2023-10-20T18:36:33.985Z | Compiling io-lifetimes v1.0.11 |
704 | 2023-10-20T18:36:33.988Z | Compiling rustix v0.37.23 |
705 | 2023-10-20T18:36:33.992Z | Compiling utf8parse v0.2.1 |
706 | 2023-10-20T18:36:33.995Z | Compiling equivalent v1.0.1 |
707 | 2023-10-20T18:36:34.254Z | Compiling bitflags v1.3.2 |
708 | 2023-10-20T18:36:34.308Z | Compiling hashbrown v0.14.0 |
709 | 2023-10-20T18:36:34.325Z | Compiling anstyle-parse v0.2.1 |
710 | 2023-10-20T18:36:34.391Z | Compiling serde_json v1.0.107 |
711 | 2023-10-20T18:36:34.758Z | Compiling semver v1.0.18 |
712 | 2023-10-20T18:36:35.587Z | Compiling indexmap v2.0.0 |
713 | 2023-10-20T18:36:36.173Z | Compiling camino v1.1.6 |
714 | 2023-10-20T18:36:36.194Z | Compiling anstyle-query v1.0.0 |
715 | 2023-10-20T18:36:36.348Z | Compiling anstyle v1.0.2 |
716 | 2023-10-20T18:36:36.408Z | Compiling winnow v0.5.15 |
717 | 2023-10-20T18:36:36.460Z | Compiling thiserror v1.0.49 |
718 | 2023-10-20T18:36:36.603Z | Compiling colorchoice v1.0.0 |
719 | 2023-10-20T18:36:36.925Z | Compiling anstream v0.5.0 |
720 | 2023-10-20T18:36:37.026Z | Compiling ryu v1.0.15 |
721 | 2023-10-20T18:36:37.048Z | Compiling strsim v0.10.0 |
722 | 2023-10-20T18:36:37.184Z | Compiling clap_lex v0.5.1 |
723 | 2023-10-20T18:36:37.580Z | Compiling quote v1.0.33 |
724 | 2023-10-20T18:36:37.607Z | Compiling itoa v1.0.9 |
725 | 2023-10-20T18:36:37.963Z | Compiling heck v0.4.1 |
726 | 2023-10-20T18:36:37.974Z | Compiling anyhow v1.0.75 |
727 | 2023-10-20T18:36:38.190Z | Compiling syn v2.0.32 |
728 | 2023-10-20T18:36:38.509Z | Compiling errno v0.3.2 |
729 | 2023-10-20T18:36:40.062Z | Compiling terminal_size v0.2.6 |
730 | 2023-10-20T18:36:40.220Z | Compiling clap_builder v4.4.2 |
731 | 2023-10-20T18:36:45.586Z | Compiling serde_derive v1.0.188 |
732 | 2023-10-20T18:36:45.589Z | Compiling thiserror-impl v1.0.49 |
733 | 2023-10-20T18:36:45.594Z | Compiling clap_derive v4.4.2 |
734 | 2023-10-20T18:36:49.614Z | Compiling clap v4.4.3 |
735 | 2023-10-20T18:36:57.928Z | Compiling serde_spanned v0.6.3 |
736 | 2023-10-20T18:36:57.934Z | Compiling toml_datetime v0.6.3 |
737 | 2023-10-20T18:36:57.939Z | Compiling cargo-platform v0.1.3 |
738 | 2023-10-20T18:36:58.322Z | Compiling toml_edit v0.20.0 |
739 | 2023-10-20T18:37:00.031Z | Compiling cargo_metadata v0.18.0 |
740 | 2023-10-20T18:37:01.612Z | Compiling toml v0.8.0 |
741 | 2023-10-20T18:37:02.545Z | Compiling cargo_toml v0.16.3 |
742 | 2023-10-20T18:37:07.804Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
743 | 2023-10-20T18:37:09.155Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 03s |
744 | 2023-10-20T18:37:09.368Z | Running `target/debug/xtask clippy` |
745 | 2023-10-20T18:37:09.422Z | running: "/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
746 | 2023-10-20T18:37:10.317Z | Downloading crates ... |
747 | 2023-10-20T18:37:10.623Z | Downloaded async-trait v0.1.73 |
748 | 2023-10-20T18:37:10.638Z | Downloaded cfg-if v0.1.10 |
749 | 2023-10-20T18:37:10.642Z | Downloaded backtrace v0.3.69 |
750 | 2023-10-20T18:37:10.654Z | Downloaded jobserver v0.1.26 |
751 | 2023-10-20T18:37:10.663Z | Downloaded indoc v1.0.9 |
752 | 2023-10-20T18:37:10.671Z | Downloaded maplit v1.0.2 |
753 | 2023-10-20T18:37:10.691Z | Downloaded miniz_oxide v0.7.1 |
754 | 2023-10-20T18:37:11.104Z | Downloaded mime v0.3.17 |
755 | 2023-10-20T18:37:11.108Z | Downloaded nodrop v0.1.14 |
756 | 2023-10-20T18:37:11.112Z | Downloaded native-tls v0.2.11 |
757 | 2023-10-20T18:37:11.115Z | Downloaded clap_derive v3.2.25 |
758 | 2023-10-20T18:37:11.118Z | Downloaded libxml v0.3.3 |
759 | 2023-10-20T18:37:11.121Z | Downloaded mio v0.8.8 |
760 | 2023-10-20T18:37:11.125Z | Downloaded headers-core v0.2.0 |
761 | 2023-10-20T18:37:11.128Z | Downloaded bindgen v0.65.1 |
762 | 2023-10-20T18:37:11.131Z | Downloaded bit-set v0.5.3 |
763 | 2023-10-20T18:37:11.134Z | Downloaded assert_matches v1.5.0 |
764 | 2023-10-20T18:37:11.139Z | Downloaded instant v0.1.12 |
765 | 2023-10-20T18:37:11.143Z | Downloaded crossbeam-deque v0.8.3 |
766 | 2023-10-20T18:37:11.146Z | Downloaded lalrpop-util v0.19.12 |
767 | 2023-10-20T18:37:11.151Z | Downloaded crc32fast v1.3.2 |
768 | 2023-10-20T18:37:11.154Z | Downloaded heck v0.3.3 |
769 | 2023-10-20T18:37:11.157Z | Downloaded utf-8 v0.7.6 |
770 | 2023-10-20T18:37:11.163Z | Downloaded crc v3.0.1 |
771 | 2023-10-20T18:37:11.168Z | Downloaded strum v0.25.0 |
772 | 2023-10-20T18:37:11.171Z | Downloaded base16ct v0.2.0 |
773 | 2023-10-20T18:37:11.173Z | Downloaded try-lock v0.2.4 |
774 | 2023-10-20T18:37:11.176Z | Downloaded bit_field v0.10.2 |
775 | 2023-10-20T18:37:11.179Z | Downloaded termtree v0.4.1 |
776 | 2023-10-20T18:37:11.182Z | Downloaded aes-gcm-siv v0.11.1 |
777 | 2023-10-20T18:37:11.185Z | Downloaded cookie v0.16.2 |
778 | 2023-10-20T18:37:11.188Z | Downloaded futures-sink v0.3.28 |
779 | 2023-10-20T18:37:11.191Z | Downloaded async-recursion v1.0.5 |
780 | 2023-10-20T18:37:11.194Z | Downloaded zerocopy v0.3.0 |
781 | 2023-10-20T18:37:11.197Z | Downloaded spin v0.5.2 |
782 | 2023-10-20T18:37:11.200Z | Downloaded sha1 v0.10.5 |
783 | 2023-10-20T18:37:11.203Z | Downloaded hmac v0.12.1 |
784 | 2023-10-20T18:37:11.207Z | Downloaded cstr-argument v0.1.2 |
785 | 2023-10-20T18:37:11.210Z | Downloaded crunchy v0.2.2 |
786 | 2023-10-20T18:37:11.213Z | Downloaded openssl-probe v0.1.5 |
787 | 2023-10-20T18:37:11.216Z | Downloaded pin-utils v0.1.0 |
788 | 2023-10-20T18:37:11.219Z | Downloaded rustfmt-wrapper v0.2.0 |
789 | 2023-10-20T18:37:11.221Z | Downloaded path-absolutize v3.1.0 |
790 | 2023-10-20T18:37:11.224Z | Downloaded crc-any v2.4.3 |
791 | 2023-10-20T18:37:11.227Z | Downloaded futures-io v0.3.28 |
792 | 2023-10-20T18:37:11.230Z | Downloaded blake2 v0.10.6 |
793 | 2023-10-20T18:37:11.233Z | Downloaded crossbeam-epoch v0.9.15 |
794 | 2023-10-20T18:37:11.236Z | Downloaded oso-derive v0.26.4 |
795 | 2023-10-20T18:37:11.239Z | Downloaded strsim v0.8.0 |
796 | 2023-10-20T18:37:11.242Z | Downloaded rustversion v1.0.14 |
797 | 2023-10-20T18:37:11.251Z | Downloaded pin-project-lite v0.2.13 |
798 | 2023-10-20T18:37:11.667Z | Downloaded proc-macro-error v1.0.4 |
799 | 2023-10-20T18:37:11.681Z | Downloaded managed v0.8.0 |
800 | 2023-10-20T18:37:11.685Z | Downloaded owo-colors v3.5.0 |
801 | 2023-10-20T18:37:11.693Z | Downloaded doc-comment v0.3.3 |
802 | 2023-10-20T18:37:11.697Z | Downloaded num_threads v0.1.6 |
803 | 2023-10-20T18:37:11.702Z | Downloaded dtrace-parser v0.1.14 |
804 | 2023-10-20T18:37:11.706Z | Downloaded downcast v0.11.0 |
805 | 2023-10-20T18:37:11.709Z | Downloaded cast v0.3.0 |
806 | 2023-10-20T18:37:11.711Z | Downloaded take_mut v0.2.2 |
807 | 2023-10-20T18:37:11.715Z | Downloaded ctr v0.9.2 |
808 | 2023-10-20T18:37:11.719Z | Downloaded rustc-hash v1.1.0 |
809 | 2023-10-20T18:37:11.722Z | Downloaded time-core v0.1.1 |
810 | 2023-10-20T18:37:11.725Z | Downloaded signal-hook-mio v0.2.3 |
811 | 2023-10-20T18:37:11.729Z | Downloaded once_cell v1.18.0 |
812 | 2023-10-20T18:37:11.731Z | Downloaded universal-hash v0.5.1 |
813 | 2023-10-20T18:37:11.735Z | Downloaded either v1.9.0 |
814 | 2023-10-20T18:37:11.737Z | Downloaded structopt-derive v0.4.18 |
815 | 2023-10-20T18:37:11.740Z | Downloaded rstest_macros v0.18.2 |
816 | 2023-10-20T18:37:11.743Z | Downloaded plotters-svg v0.3.5 |
817 | 2023-10-20T18:37:11.746Z | Downloaded num_enum_derive v0.7.0 |
818 | 2023-10-20T18:37:11.749Z | Downloaded prettyplease v0.2.12 |
819 | 2023-10-20T18:37:11.752Z | Downloaded time-macros v0.2.13 |
820 | 2023-10-20T18:37:11.755Z | Downloaded enum-as-inner v0.5.1 |
821 | 2023-10-20T18:37:11.758Z | Downloaded tui-tree-widget v0.13.0 |
822 | 2023-10-20T18:37:11.761Z | Downloaded parse-display v0.7.0 |
823 | 2023-10-20T18:37:11.764Z | Downloaded ena v0.14.2 |
824 | 2023-10-20T18:37:11.767Z | Downloaded thread_local v1.1.7 |
825 | 2023-10-20T18:37:11.771Z | Downloaded predicates-core v1.0.6 |
826 | 2023-10-20T18:37:11.775Z | Downloaded signal-hook-tokio v0.3.1 |
827 | 2023-10-20T18:37:11.778Z | Downloaded snafu v0.7.5 |
828 | 2023-10-20T18:37:11.780Z | Downloaded whoami v1.4.1 |
829 | 2023-10-20T18:37:11.783Z | Downloaded strip-ansi-escapes v0.2.0 |
830 | 2023-10-20T18:37:11.786Z | Downloaded thiserror-no-std v2.0.2 |
831 | 2023-10-20T18:37:11.789Z | Downloaded flagset v0.4.3 |
832 | 2023-10-20T18:37:11.792Z | Downloaded walkdir v2.4.0 |
833 | 2023-10-20T18:37:11.822Z | Downloaded hash32 v0.2.1 |
834 | 2023-10-20T18:37:11.829Z | Downloaded plotters-backend v0.3.5 |
835 | 2023-10-20T18:37:11.832Z | Downloaded packed_struct_codegen v0.10.1 |
836 | 2023-10-20T18:37:11.835Z | Downloaded proc-macro-error-attr v1.0.4 |
837 | 2023-10-20T18:37:11.837Z | Downloaded platforms v3.0.2 |
838 | 2023-10-20T18:37:11.840Z | Downloaded usdt-attr-macro v0.3.5 |
839 | 2023-10-20T18:37:11.843Z | Downloaded pkg-config v0.3.27 |
840 | 2023-10-20T18:37:11.846Z | Downloaded futures-core v0.3.28 |
841 | 2023-10-20T18:37:11.849Z | Downloaded tinyvec_macros v0.1.1 |
842 | 2023-10-20T18:37:11.852Z | Downloaded packed_struct v0.10.1 |
843 | 2023-10-20T18:37:11.855Z | Downloaded pkcs8 v0.10.2 |
844 | 2023-10-20T18:37:11.858Z | Downloaded fxhash v0.2.1 |
845 | 2023-10-20T18:37:11.861Z | Downloaded foreign-types v0.5.0 |
846 | 2023-10-20T18:37:11.864Z | Downloaded pest_derive v2.7.2 |
847 | 2023-10-20T18:37:11.867Z | Downloaded term v0.7.0 |
848 | 2023-10-20T18:37:11.870Z | Downloaded tinytemplate v1.2.1 |
849 | 2023-10-20T18:37:11.872Z | Downloaded vec_map v0.8.2 |
850 | 2023-10-20T18:37:11.875Z | Downloaded xattr v1.0.1 |
851 | 2023-10-20T18:37:11.878Z | Downloaded threadpool v1.8.1 |
852 | 2023-10-20T18:37:11.881Z | Downloaded dashmap v5.5.1 |
853 | 2023-10-20T18:37:11.884Z | Downloaded fallible-iterator v0.2.0 |
854 | 2023-10-20T18:37:11.889Z | Downloaded pest_generator v2.7.2 |
855 | 2023-10-20T18:37:11.892Z | Downloaded serde_arrays v0.1.0 |
856 | 2023-10-20T18:37:11.895Z | Downloaded unicode-segmentation v1.10.1 |
857 | 2023-10-20T18:37:11.898Z | Downloaded unicode-linebreak v0.1.5 |
858 | 2023-10-20T18:37:11.901Z | Downloaded want v0.3.1 |
859 | 2023-10-20T18:37:11.904Z | Downloaded parse-display-derive v0.7.0 |
860 | 2023-10-20T18:37:11.906Z | Downloaded aho-corasick v1.0.4 |
861 | 2023-10-20T18:37:11.910Z | Downloaded waitgroup v0.1.2 |
862 | 2023-10-20T18:37:11.913Z | Downloaded ff v0.13.0 |
863 | 2023-10-20T18:37:11.915Z | Downloaded slog-bunyan v2.4.0 |
864 | 2023-10-20T18:37:11.919Z | Downloaded futures-timer v3.0.2 |
865 | 2023-10-20T18:37:11.922Z | Downloaded trybuild v1.0.85 |
866 | 2023-10-20T18:37:11.925Z | Downloaded path-slash v0.1.5 |
867 | 2023-10-20T18:37:11.928Z | Downloaded foreign-types-macros v0.2.3 |
868 | 2023-10-20T18:37:11.930Z | Downloaded debug-ignore v1.0.5 |
869 | 2023-10-20T18:37:11.933Z | Downloaded radium v0.7.0 |
870 | 2023-10-20T18:37:11.936Z | Downloaded polyval v0.6.1 |
871 | 2023-10-20T18:37:11.943Z | Downloaded foreign-types-shared v0.3.1 |
872 | 2023-10-20T18:37:11.947Z | Downloaded foreign-types-shared v0.1.1 |
873 | 2023-10-20T18:37:11.950Z | Downloaded pest_meta v2.7.2 |
874 | 2023-10-20T18:37:11.953Z | Downloaded derive-where v1.2.5 |
875 | 2023-10-20T18:37:11.957Z | Downloaded peeking_take_while v0.1.2 |
876 | 2023-10-20T18:37:11.961Z | Downloaded futures-channel v0.3.28 |
877 | 2023-10-20T18:37:11.964Z | Downloaded darling_core v0.14.4 |
878 | 2023-10-20T18:37:11.967Z | Downloaded tower-service v0.3.2 |
879 | 2023-10-20T18:37:11.970Z | Downloaded deranged v0.3.8 |
880 | 2023-10-20T18:37:11.988Z | Downloaded predicates v3.0.4 |
881 | 2023-10-20T18:37:12.005Z | Downloaded toolchain_find v0.2.0 |
882 | 2023-10-20T18:37:12.011Z | Downloaded num-bigint-dig v0.8.4 |
883 | 2023-10-20T18:37:12.014Z | Downloaded paste v1.0.14 |
884 | 2023-10-20T18:37:12.018Z | Downloaded form_urlencoded v1.2.0 |
885 | 2023-10-20T18:37:12.021Z | Downloaded twox-hash v1.6.3 |
886 | 2023-10-20T18:37:12.025Z | Downloaded pem v1.1.1 |
887 | 2023-10-20T18:37:12.028Z | Downloaded tempdir v0.3.7 |
888 | 2023-10-20T18:37:12.033Z | Downloaded env_logger v0.9.3 |
889 | 2023-10-20T18:37:12.036Z | Downloaded funty v2.0.0 |
890 | 2023-10-20T18:37:12.041Z | Downloaded trust-dns-client v0.22.0 |
891 | 2023-10-20T18:37:12.046Z | Downloaded futures-task v0.3.28 |
892 | 2023-10-20T18:37:12.050Z | Downloaded getrandom v0.2.10 |
893 | 2023-10-20T18:37:12.053Z | Downloaded erased-serde v0.3.30 |
894 | 2023-10-20T18:37:12.060Z | Downloaded vsss-rs v3.3.1 |
895 | 2023-10-20T18:37:12.063Z | Downloaded secrecy v0.8.0 |
896 | 2023-10-20T18:37:12.067Z | Downloaded rusty-fork v0.3.0 |
897 | 2023-10-20T18:37:12.073Z | Downloaded fs-err v2.9.0 |
898 | 2023-10-20T18:37:12.076Z | Downloaded topological-sort v0.2.2 |
899 | 2023-10-20T18:37:12.082Z | Downloaded hashbrown v0.12.3 |
900 | 2023-10-20T18:37:12.085Z | Downloaded postcard v0.7.3 |
901 | 2023-10-20T18:37:12.091Z | Downloaded futures-executor v0.3.28 |
902 | 2023-10-20T18:37:12.095Z | Downloaded tungstenite v0.20.1 |
903 | 2023-10-20T18:37:12.098Z | Downloaded serde_derive_internals v0.26.0 |
904 | 2023-10-20T18:37:12.104Z | Downloaded hyper v0.14.27 |
905 | 2023-10-20T18:37:12.107Z | Downloaded password-hash v0.5.0 |
906 | 2023-10-20T18:37:12.111Z | Downloaded flate2 v1.0.27 |
907 | 2023-10-20T18:37:12.114Z | Downloaded rayon-core v1.11.0 |
908 | 2023-10-20T18:37:12.118Z | Downloaded time v0.3.27 |
909 | 2023-10-20T18:37:12.121Z | Downloaded der v0.7.8 |
910 | 2023-10-20T18:37:12.124Z | Downloaded rand v0.4.6 |
911 | 2023-10-20T18:37:12.127Z | Downloaded steno v0.4.0 |
912 | 2023-10-20T18:37:12.132Z | Downloaded quick-xml v0.23.1 |
913 | 2023-10-20T18:37:12.136Z | Downloaded flume v0.11.0 |
914 | 2023-10-20T18:37:12.139Z | Downloaded toml_edit v0.19.15 |
915 | 2023-10-20T18:37:12.143Z | Downloaded idna v0.2.3 |
916 | 2023-10-20T18:37:12.146Z | Downloaded url v2.4.1 |
917 | 2023-10-20T18:37:12.149Z | Downloaded rand v0.8.5 |
918 | 2023-10-20T18:37:12.153Z | Downloaded regress v0.7.1 |
919 | 2023-10-20T18:37:12.158Z | Downloaded crossterm v0.27.0 |
920 | 2023-10-20T18:37:12.161Z | Downloaded x509-cert v0.2.4 |
921 | 2023-10-20T18:37:12.164Z | Downloaded rayon v1.7.0 |
922 | 2023-10-20T18:37:12.167Z | Downloaded rustls-webpki v0.101.4 |
923 | 2023-10-20T18:37:12.170Z | Downloaded portable-atomic v1.4.3 |
924 | 2023-10-20T18:37:12.173Z | Downloaded petgraph v0.6.4 |
925 | 2023-10-20T18:37:12.176Z | Downloaded regex v1.9.5 |
926 | 2023-10-20T18:37:12.179Z | Downloaded ratatui v0.23.0 |
927 | 2023-10-20T18:37:12.182Z | Downloaded smoltcp v0.8.2 |
928 | 2023-10-20T18:37:12.185Z | Downloaded regex-syntax v0.6.29 |
929 | 2023-10-20T18:37:12.188Z | Downloaded radix_trie v0.2.1 |
930 | 2023-10-20T18:37:12.191Z | Downloaded polar-core v0.26.4 |
931 | 2023-10-20T18:37:12.194Z | Downloaded zerocopy-derive v0.6.4 |
932 | 2023-10-20T18:37:12.197Z | Downloaded sled v0.34.7 |
933 | 2023-10-20T18:37:12.200Z | Downloaded regex-syntax v0.7.5 |
934 | 2023-10-20T18:37:12.203Z | Downloaded sha3 v0.10.8 |
935 | 2023-10-20T18:37:12.206Z | Downloaded libtest-mimic v0.5.2 |
936 | 2023-10-20T18:37:12.209Z | Downloaded rustix v0.38.9 |
937 | 2023-10-20T18:37:12.212Z | Downloaded gimli v0.28.0 |
938 | 2023-10-20T18:37:12.215Z | Downloaded diesel v2.1.1 |
939 | 2023-10-20T18:37:12.218Z | Downloaded zerocopy-derive v0.2.0 |
940 | 2023-10-20T18:37:12.220Z | Downloaded openapiv3 v1.0.3 |
941 | 2023-10-20T18:37:12.224Z | Downloaded curve25519-dalek v4.1.0 |
942 | 2023-10-20T18:37:12.227Z | Downloaded trust-dns-proto v0.22.0 |
943 | 2023-10-20T18:37:12.230Z | Downloaded regex-automata v0.3.8 |
944 | 2023-10-20T18:37:12.232Z | Downloaded tokio v1.33.0 |
945 | 2023-10-20T18:37:12.237Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
946 | 2023-10-20T18:37:12.251Z | Downloaded bstr v1.6.0 |
947 | 2023-10-20T18:37:12.272Z | Downloaded smoltcp v0.9.1 |
948 | 2023-10-20T18:37:12.292Z | Downloaded proptest v1.3.1 |
949 | 2023-10-20T18:37:12.309Z | Downloaded libsqlite3-sys v0.26.0 |
950 | 2023-10-20T18:37:12.450Z | Downloaded vcpkg v0.2.15 |
951 | 2023-10-20T18:37:12.522Z | Downloaded object v0.30.4 |
952 | 2023-10-20T18:37:12.539Z | Downloaded futures-util v0.3.28 |
953 | 2023-10-20T18:37:12.560Z | Downloaded rustls v0.21.7 |
954 | 2023-10-20T18:37:12.580Z | Downloaded object v0.32.1 |
955 | 2023-10-20T18:37:12.598Z | Downloaded nix v0.26.2 |
956 | 2023-10-20T18:37:12.618Z | Downloaded bitvec v1.0.1 |
957 | 2023-10-20T18:37:12.646Z | Downloaded encoding_rs v0.8.33 |
958 | 2023-10-20T18:37:12.687Z | Downloaded syn v1.0.109 |
959 | 2023-10-20T18:37:12.706Z | Downloaded h2 v0.3.21 |
960 | 2023-10-20T18:37:12.718Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
961 | 2023-10-20T18:37:12.863Z | Downloaded openssl v0.10.57 |
962 | 2023-10-20T18:37:12.874Z | Downloaded webpki-roots v0.25.2 |
963 | 2023-10-20T18:37:12.884Z | Downloaded plotters v0.3.5 |
964 | 2023-10-20T18:37:12.896Z | Downloaded salty v0.2.0 |
965 | 2023-10-20T18:37:12.910Z | Downloaded idna v0.4.0 |
966 | 2023-10-20T18:37:12.916Z | Downloaded git2 v0.17.2 |
967 | 2023-10-20T18:37:12.919Z | Downloaded pest v2.7.2 |
968 | 2023-10-20T18:37:12.922Z | Downloaded crossterm v0.26.1 |
969 | 2023-10-20T18:37:12.926Z | Downloaded tough v0.12.5 |
970 | 2023-10-20T18:37:12.932Z | Downloaded unicode-normalization v0.1.22 |
971 | 2023-10-20T18:37:12.939Z | Downloaded tabled v0.14.0 |
972 | 2023-10-20T18:37:12.966Z | Downloaded clap v2.34.0 |
973 | 2023-10-20T18:37:12.978Z | Downloaded reedline v0.23.0 |
974 | 2023-10-20T18:37:12.989Z | Downloaded chrono v0.4.31 |
975 | 2023-10-20T18:37:13.003Z | Downloaded rusqlite v0.29.0 |
976 | 2023-10-20T18:37:13.013Z | Downloaded criterion v0.5.1 |
977 | 2023-10-20T18:37:13.025Z | Downloaded half v1.8.2 |
978 | 2023-10-20T18:37:13.029Z | Downloaded libz-sys v1.1.12 |
979 | 2023-10-20T18:37:13.150Z | Downloaded expectorate v1.1.0 |
980 | 2023-10-20T18:37:13.154Z | Downloaded regex-automata v0.1.10 |
981 | 2023-10-20T18:37:13.162Z | Downloaded ucd-trie v0.1.6 |
982 | 2023-10-20T18:37:13.168Z | Downloaded tokio-util v0.7.8 |
983 | 2023-10-20T18:37:13.181Z | Downloaded typenum v1.16.0 |
984 | 2023-10-20T18:37:13.217Z | Downloaded reqwest v0.11.20 |
985 | 2023-10-20T18:37:13.241Z | Downloaded clap v3.2.25 |
986 | 2023-10-20T18:37:13.277Z | Downloaded tungstenite v0.18.0 |
987 | 2023-10-20T18:37:13.288Z | Downloaded semver v0.11.0 |
988 | 2023-10-20T18:37:13.299Z | Downloaded vergen v8.2.4 |
989 | 2023-10-20T18:37:13.342Z | Downloaded der_derive v0.7.2 |
990 | 2023-10-20T18:37:13.380Z | Downloaded tracing v0.1.37 |
991 | 2023-10-20T18:37:13.393Z | Downloaded wait-timeout v0.2.0 |
992 | 2023-10-20T18:37:13.397Z | Downloaded hkdf v0.12.3 |
993 | 2023-10-20T18:37:13.406Z | Downloaded serde_with v2.3.3 |
994 | 2023-10-20T18:37:13.415Z | Downloaded rsa v0.9.2 |
995 | 2023-10-20T18:37:13.426Z | Downloaded generic-array v0.14.7 |
996 | 2023-10-20T18:37:13.440Z | Downloaded tap v1.0.1 |
997 | 2023-10-20T18:37:13.465Z | Downloaded string_cache v0.8.7 |
998 | 2023-10-20T18:37:13.527Z | Downloaded group v0.13.0 |
999 | 2023-10-20T18:37:22.102Z | Downloaded papergrid v0.10.0 |
1000 | 2023-10-20T18:37:22.126Z | Downloaded pkcs1 v0.7.5 |
1001 | 2023-10-20T18:37:22.221Z | Downloaded darling_core v0.20.3 |
1002 | 2023-10-20T18:37:22.392Z | Downloaded darling v0.20.3 |
1003 | 2023-10-20T18:37:22.432Z | Downloaded filetime v0.2.22 |
1004 | 2023-10-20T18:37:22.493Z | Downloaded sct v0.7.0 |
1005 | 2023-10-20T18:37:22.577Z | Downloaded ring v0.16.20 |
1006 | 2023-10-20T18:37:22.648Z | Downloaded similar v2.2.1 |
1007 | 2023-10-20T18:37:22.658Z | Downloaded zip v0.6.6 |
1008 | 2023-10-20T18:37:22.735Z | Downloaded fragile v2.0.0 |
1009 | 2023-10-20T18:37:22.796Z | Downloaded rand_core v0.6.4 |
1010 | 2023-10-20T18:37:22.815Z | Downloaded rand_xorshift v0.3.0 |
1011 | 2023-10-20T18:37:22.869Z | Downloaded semver-parser v0.10.2 |
1012 | 2023-10-20T18:37:22.917Z | Downloaded serde_tokenstream v0.2.0 |
1013 | 2023-10-20T18:37:22.978Z | Downloaded ppv-lite86 v0.2.17 |
1014 | 2023-10-20T18:37:23.080Z | Downloaded unicase v2.7.0 |
1015 | 2023-10-20T18:37:23.193Z | Downloaded uuid v1.4.1 |
1016 | 2023-10-20T18:37:23.237Z | Downloaded unicode-bidi v0.3.13 |
1017 | 2023-10-20T18:37:23.254Z | Downloaded tinyvec v1.6.0 |
1018 | 2023-10-20T18:37:23.305Z | Downloaded semver v0.1.20 |
1019 | 2023-10-20T18:37:23.356Z | Downloaded partial-io v0.5.4 |
1020 | 2023-10-20T18:37:23.362Z | Downloaded hashbrown v0.13.2 |
1021 | 2023-10-20T18:37:23.446Z | Downloaded version_check v0.9.4 |
1022 | 2023-10-20T18:37:23.514Z | Downloaded num-bigint v0.4.4 |
1023 | 2023-10-20T18:37:23.592Z | Downloaded smallvec v1.11.0 |
1024 | 2023-10-20T18:37:23.633Z | Downloaded elliptic-curve v0.13.5 |
1025 | 2023-10-20T18:37:23.677Z | Downloaded usdt v0.3.5 |
1026 | 2023-10-20T18:37:23.684Z | Downloaded getopts v0.2.21 |
1027 | 2023-10-20T18:37:23.697Z | Downloaded phf v0.11.2 |
1028 | 2023-10-20T18:37:23.705Z | Downloaded similar-asserts v1.5.0 |
1029 | 2023-10-20T18:37:23.718Z | Downloaded headers v0.3.9 |
1030 | 2023-10-20T18:37:23.726Z | Downloaded minimal-lexical v0.2.1 |
1031 | 2023-10-20T18:37:23.741Z | Downloaded siphasher v0.3.11 |
1032 | 2023-10-20T18:37:23.773Z | Downloaded derive_more v0.99.17 |
1033 | 2023-10-20T18:37:23.814Z | Downloaded trust-dns-server v0.22.1 |
1034 | 2023-10-20T18:37:23.824Z | Downloaded unarray v0.1.4 |
1035 | 2023-10-20T18:37:23.841Z | Downloaded rcgen v0.10.0 |
1036 | 2023-10-20T18:37:23.895Z | Downloaded rand_chacha v0.3.1 |
1037 | 2023-10-20T18:37:23.910Z | Downloaded path-dedot v3.1.0 |
1038 | 2023-10-20T18:37:23.928Z | Downloaded parking_lot v0.12.1 |
1039 | 2023-10-20T18:37:24.004Z | Downloaded percent-encoding v2.3.0 |
1040 | 2023-10-20T18:37:24.065Z | Downloaded serde-big-array v0.4.1 |
1041 | 2023-10-20T18:37:24.148Z | Downloaded crossbeam-channel v0.5.8 |
1042 | 2023-10-20T18:37:24.154Z | Downloaded bstr v0.2.17 |
1043 | 2023-10-20T18:37:24.163Z | Downloaded slog-envlogger v2.2.0 |
1044 | 2023-10-20T18:37:24.168Z | Downloaded slog-json v2.6.1 |
1045 | 2023-10-20T18:37:24.173Z | Downloaded slog-dtrace v0.2.3 |
1046 | 2023-10-20T18:37:24.182Z | Downloaded poly1305 v0.8.0 |
1047 | 2023-10-20T18:37:24.229Z | Downloaded tar v0.4.40 |
1048 | 2023-10-20T18:37:24.274Z | Downloaded unsafe-libyaml v0.2.9 |
1049 | 2023-10-20T18:37:24.347Z | Downloaded tracing-attributes v0.1.26 |
1050 | 2023-10-20T18:37:24.407Z | Downloaded pretty_assertions v1.4.0 |
1051 | 2023-10-20T18:37:24.464Z | Downloaded trust-dns-resolver v0.22.0 |
1052 | 2023-10-20T18:37:24.498Z | Downloaded smf v0.2.2 |
1053 | 2023-10-20T18:37:24.535Z | Downloaded slog v2.7.0 |
1054 | 2023-10-20T18:37:24.565Z | Downloaded toml v0.5.11 |
1055 | 2023-10-20T18:37:24.616Z | Downloaded oso v0.26.4 |
1056 | 2023-10-20T18:37:24.647Z | Downloaded serde_tokenstream v0.1.7 |
1057 | 2023-10-20T18:37:24.662Z | Downloaded untrusted v0.7.1 |
1058 | 2023-10-20T18:37:24.671Z | Downloaded data-encoding v2.4.0 |
1059 | 2023-10-20T18:37:24.681Z | Downloaded serde-big-array v0.5.1 |
1060 | 2023-10-20T18:37:24.686Z | Downloaded phf_shared v0.10.0 |
1061 | 2023-10-20T18:37:24.696Z | Downloaded diesel_derives v2.1.1 |
1062 | 2023-10-20T18:37:24.710Z | Downloaded fd-lock v3.0.13 |
1063 | 2023-10-20T18:37:24.722Z | Downloaded tokio-tungstenite v0.18.0 |
1064 | 2023-10-20T18:37:24.741Z | Downloaded derive_builder_core v0.12.0 |
1065 | 2023-10-20T18:37:24.754Z | Downloaded ref-cast-impl v1.0.20 |
1066 | 2023-10-20T18:37:24.761Z | Downloaded parking_lot_core v0.9.8 |
1067 | 2023-10-20T18:37:24.768Z | Downloaded parking_lot v0.11.2 |
1068 | 2023-10-20T18:37:24.783Z | Downloaded postgres-protocol v0.6.6 |
1069 | 2023-10-20T18:37:24.811Z | Downloaded diff v0.1.13 |
1070 | 2023-10-20T18:37:24.824Z | Downloaded wyz v0.5.1 |
1071 | 2023-10-20T18:37:24.838Z | Downloaded signature v2.1.0 |
1072 | 2023-10-20T18:37:24.853Z | Downloaded serde_urlencoded v0.7.1 |
1073 | 2023-10-20T18:37:24.864Z | Downloaded smawk v0.3.1 |
1074 | 2023-10-20T18:37:24.888Z | Downloaded smallvec v0.6.14 |
1075 | 2023-10-20T18:37:24.909Z | Downloaded slog-async v2.8.0 |
1076 | 2023-10-20T18:37:24.930Z | Downloaded ref-cast v1.0.20 |
1077 | 2023-10-20T18:37:24.952Z | Downloaded pem-rfc7468 v0.7.0 |
1078 | 2023-10-20T18:37:24.969Z | Downloaded static_assertions v1.1.0 |
1079 | 2023-10-20T18:37:24.990Z | Downloaded itertools v0.10.5 |
1080 | 2023-10-20T18:37:25.004Z | Downloaded toml v0.7.8 |
1081 | 2023-10-20T18:37:25.013Z | Downloaded slab v0.4.9 |
1082 | 2023-10-20T18:37:25.038Z | Downloaded signature v1.6.4 |
1083 | 2023-10-20T18:37:25.069Z | Downloaded postgres-types v0.2.6 |
1084 | 2023-10-20T18:37:25.075Z | Downloaded omicron-zone-package v0.8.3 |
1085 | 2023-10-20T18:37:25.085Z | Downloaded crypto-bigint v0.5.2 |
1086 | 2023-10-20T18:37:25.097Z | Downloaded openssl-sys v0.9.93 |
1087 | 2023-10-20T18:37:25.128Z | Downloaded datatest-stable v0.1.3 |
1088 | 2023-10-20T18:37:25.162Z | Downloaded aes v0.8.3 |
1089 | 2023-10-20T18:37:25.171Z | Downloaded float-cmp v0.9.0 |
1090 | 2023-10-20T18:37:25.175Z | Downloaded tempfile v3.8.0 |
1091 | 2023-10-20T18:37:25.178Z | Downloaded hashlink v0.8.3 |
1092 | 2023-10-20T18:37:25.186Z | Downloaded serde-hex v0.1.0 |
1093 | 2023-10-20T18:37:25.195Z | Downloaded ron v0.7.1 |
1094 | 2023-10-20T18:37:25.198Z | Downloaded parking_lot_core v0.8.6 |
1095 | 2023-10-20T18:37:25.202Z | Downloaded thiserror-impl-no-std v2.0.2 |
1096 | 2023-10-20T18:37:25.206Z | Downloaded darling_macro v0.20.3 |
1097 | 2023-10-20T18:37:25.212Z | Downloaded darling_macro v0.14.4 |
1098 | 2023-10-20T18:37:25.217Z | Downloaded tiny-keccak v2.0.2 |
1099 | 2023-10-20T18:37:25.220Z | Downloaded stringprep v0.1.3 |
1100 | 2023-10-20T18:37:25.227Z | Downloaded ed25519 v1.5.3 |
1101 | 2023-10-20T18:37:25.234Z | Downloaded http v0.2.9 |
1102 | 2023-10-20T18:37:25.239Z | Downloaded itertools v0.11.0 |
1103 | 2023-10-20T18:37:25.244Z | Downloaded structopt v0.3.26 |
1104 | 2023-10-20T18:37:25.250Z | Downloaded serde_yaml v0.9.25 |
1105 | 2023-10-20T18:37:25.255Z | Downloaded proc-macro-crate v1.3.1 |
1106 | 2023-10-20T18:37:25.259Z | Downloaded tokio-postgres v0.7.10 |
1107 | 2023-10-20T18:37:25.265Z | Downloaded predicates v2.1.5 |
1108 | 2023-10-20T18:37:25.270Z | Downloaded postcard-cobs v0.1.5-pre |
1109 | 2023-10-20T18:37:25.273Z | Downloaded pin-project-internal v1.1.3 |
1110 | 2023-10-20T18:37:25.278Z | Downloaded derive_builder_macro v0.12.0 |
1111 | 2023-10-20T18:37:25.288Z | Downloaded signal-hook-registry v1.4.1 |
1112 | 2023-10-20T18:37:25.293Z | Downloaded serde_with_macros v2.3.3 |
1113 | 2023-10-20T18:37:25.296Z | Downloaded pin-project v1.1.3 |
1114 | 2023-10-20T18:37:25.302Z | Downloaded env_logger v0.10.0 |
1115 | 2023-10-20T18:37:25.305Z | Downloaded thread-id v4.2.0 |
1116 | 2023-10-20T18:37:25.309Z | Downloaded derive_builder v0.12.0 |
1117 | 2023-10-20T18:37:25.311Z | Downloaded r2d2 v0.8.10 |
1118 | 2023-10-20T18:37:25.315Z | Downloaded precomputed-hash v0.1.1 |
1119 | 2023-10-20T18:37:25.317Z | Downloaded nom v7.1.3 |
1120 | 2023-10-20T18:37:25.320Z | Downloaded pretty-hex v0.3.0 |
1121 | 2023-10-20T18:37:25.333Z | Downloaded pretty-hex v0.2.1 |
1122 | 2023-10-20T18:37:25.338Z | Downloaded predicates-tree v1.0.9 |
1123 | 2023-10-20T18:37:25.350Z | Downloaded fallible-streaming-iterator v0.1.9 |
1124 | 2023-10-20T18:37:25.358Z | Downloaded chacha20poly1305 v0.10.1 |
1125 | 2023-10-20T18:37:25.364Z | Downloaded tabled_derive v0.6.0 |
1126 | 2023-10-20T18:37:25.370Z | Downloaded synstructure v0.12.6 |
1127 | 2023-10-20T18:37:25.374Z | Downloaded stable_deref_trait v1.2.0 |
1128 | 2023-10-20T18:37:25.381Z | Downloaded spki v0.7.2 |
1129 | 2023-10-20T18:37:25.386Z | Downloaded dyn-clone v1.0.13 |
1130 | 2023-10-20T18:37:25.394Z | Downloaded quick-error v1.2.3 |
1131 | 2023-10-20T18:37:25.400Z | Downloaded dirs-sys-next v0.1.2 |
1132 | 2023-10-20T18:37:25.406Z | Downloaded endian-type v0.1.2 |
1133 | 2023-10-20T18:37:25.415Z | Downloaded digest v0.10.7 |
1134 | 2023-10-20T18:37:25.420Z | Downloaded tokio-tungstenite v0.20.1 |
1135 | 2023-10-20T18:37:25.436Z | Downloaded crossbeam-queue v0.3.8 |
1136 | 2023-10-20T18:37:25.852Z | Downloaded ringbuffer v0.15.0 |
1137 | 2023-10-20T18:37:25.855Z | Downloaded fastrand v2.0.0 |
1138 | 2023-10-20T18:37:25.861Z | Downloaded vte v0.11.1 |
1139 | 2023-10-20T18:37:25.865Z | Downloaded structmeta-derive v0.1.6 |
1140 | 2023-10-20T18:37:25.873Z | Downloaded textwrap v0.16.0 |
1141 | 2023-10-20T18:37:25.878Z | Downloaded mime_guess v2.0.4 |
1142 | 2023-10-20T18:37:25.883Z | Downloaded libloading v0.7.4 |
1143 | 2023-10-20T18:37:25.888Z | Downloaded structmeta v0.1.6 |
1144 | 2023-10-20T18:37:25.902Z | Downloaded zerocopy v0.6.4 |
1145 | 2023-10-20T18:37:25.905Z | Downloaded curve25519-dalek-derive v0.1.0 |
1146 | 2023-10-20T18:37:25.909Z | Downloaded ron v0.8.1 |
1147 | 2023-10-20T18:37:25.912Z | Downloaded fatfs v0.3.6 |
1148 | 2023-10-20T18:37:25.916Z | Downloaded const-oid v0.9.5 |
1149 | 2023-10-20T18:37:25.919Z | Downloaded signal-hook v0.3.17 |
1150 | 2023-10-20T18:37:25.922Z | Downloaded clang-sys v1.6.1 |
1151 | 2023-10-20T18:37:25.925Z | Downloaded unicode-width v0.1.10 |
1152 | 2023-10-20T18:37:25.928Z | Downloaded subprocess v0.2.9 |
1153 | 2023-10-20T18:37:25.931Z | Downloaded socket2 v0.4.9 |
1154 | 2023-10-20T18:37:25.934Z | Downloaded crossbeam-utils v0.8.16 |
1155 | 2023-10-20T18:37:25.939Z | Downloaded zeroize_derive v1.4.2 |
1156 | 2023-10-20T18:37:25.942Z | Downloaded remove_dir_all v0.5.3 |
1157 | 2023-10-20T18:37:25.945Z | Downloaded nu-ansi-term v0.49.0 |
1158 | 2023-10-20T18:37:25.950Z | Downloaded rtoolbox v0.0.1 |
1159 | 2023-10-20T18:37:25.953Z | Downloaded futures v0.3.28 |
1160 | 2023-10-20T18:37:25.956Z | Downloaded tracing-core v0.1.31 |
1161 | 2023-10-20T18:37:25.959Z | Downloaded criterion-plot v0.5.0 |
1162 | 2023-10-20T18:37:25.963Z | Downloaded dof v0.1.5 |
1163 | 2023-10-20T18:37:25.966Z | Downloaded resolv-conf v0.7.0 |
1164 | 2023-10-20T18:37:25.969Z | Downloaded relative-path v1.9.0 |
1165 | 2023-10-20T18:37:25.971Z | Downloaded sha2 v0.10.7 |
1166 | 2023-10-20T18:37:26.022Z | Downloaded rpassword v7.2.0 |
1167 | 2023-10-20T18:37:26.025Z | Downloaded rstest v0.18.2 |
1168 | 2023-10-20T18:37:26.028Z | Downloaded openssl-macros v0.1.1 |
1169 | 2023-10-20T18:37:26.031Z | Downloaded num_enum v0.5.11 |
1170 | 2023-10-20T18:37:26.034Z | Downloaded const_format v0.2.31 |
1171 | 2023-10-20T18:37:26.037Z | Downloaded display-error-chain v0.1.1 |
1172 | 2023-10-20T18:37:26.040Z | Downloaded dirs-next v2.0.0 |
1173 | 2023-10-20T18:37:26.043Z | Downloaded difflib v0.4.0 |
1174 | 2023-10-20T18:37:26.046Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1175 | 2023-10-20T18:37:26.050Z | Downloaded fixedbitset v0.4.2 |
1176 | 2023-10-20T18:37:26.053Z | Downloaded memoffset v0.7.1 |
1177 | 2023-10-20T18:37:26.056Z | Downloaded macaddr v1.0.1 |
1178 | 2023-10-20T18:37:26.059Z | Downloaded oorandom v11.1.3 |
1179 | 2023-10-20T18:37:26.062Z | Downloaded olpc-cjson v0.1.3 |
1180 | 2023-10-20T18:37:26.065Z | Downloaded tokio-rustls v0.24.1 |
1181 | 2023-10-20T18:37:26.068Z | Downloaded opaque-debug v0.3.0 |
1182 | 2023-10-20T18:37:26.071Z | Downloaded number_prefix v0.4.0 |
1183 | 2023-10-20T18:37:26.074Z | Downloaded base64 v0.13.1 |
1184 | 2023-10-20T18:37:26.077Z | Downloaded indicatif v0.17.7 |
1185 | 2023-10-20T18:37:26.080Z | Downloaded base64 v0.21.4 |
1186 | 2023-10-20T18:37:26.083Z | Downloaded glob v0.3.1 |
1187 | 2023-10-20T18:37:26.088Z | Downloaded futures-macro v0.3.28 |
1188 | 2023-10-20T18:37:26.091Z | Downloaded fnv v1.0.7 |
1189 | 2023-10-20T18:37:26.094Z | Downloaded darling v0.14.4 |
1190 | 2023-10-20T18:37:26.097Z | Downloaded crypto-common v0.1.6 |
1191 | 2023-10-20T18:37:26.100Z | Downloaded console v0.15.7 |
1192 | 2023-10-20T18:37:26.103Z | Downloaded tokio-macros v2.1.0 |
1193 | 2023-10-20T18:37:26.106Z | Downloaded textwrap v0.11.0 |
1194 | 2023-10-20T18:37:26.111Z | Downloaded snafu-derive v0.7.5 |
1195 | 2023-10-20T18:37:26.114Z | Downloaded bzip2 v0.4.4 |
1196 | 2023-10-20T18:37:26.117Z | Downloaded rustc_version v0.1.7 |
1197 | 2023-10-20T18:37:26.120Z | Downloaded zeroize v1.6.0 |
1198 | 2023-10-20T18:37:26.136Z | Downloaded rustc-demangle v0.1.23 |
1199 | 2023-10-20T18:37:26.139Z | Downloaded rust-argon2 v1.0.1 |
1200 | 2023-10-20T18:37:26.145Z | Downloaded multer v2.1.0 |
1201 | 2023-10-20T18:37:26.148Z | Downloaded test-strategy v0.2.1 |
1202 | 2023-10-20T18:37:26.151Z | Downloaded rustls-native-certs v0.6.3 |
1203 | 2023-10-20T18:37:26.154Z | Downloaded num-rational v0.4.1 |
1204 | 2023-10-20T18:37:26.157Z | Downloaded mockall_derive v0.11.4 |
1205 | 2023-10-20T18:37:26.160Z | Downloaded heapless v0.7.16 |
1206 | 2023-10-20T18:37:26.186Z | Downloaded arc-swap v1.6.0 |
1207 | 2023-10-20T18:37:26.189Z | Downloaded globset v0.4.13 |
1208 | 2023-10-20T18:37:26.192Z | Downloaded num-traits v0.2.16 |
1209 | 2023-10-20T18:37:26.195Z | Downloaded bcs v0.1.5 |
1210 | 2023-10-20T18:37:26.199Z | Downloaded basic-toml v0.1.4 |
1211 | 2023-10-20T18:37:26.203Z | Downloaded ipnet v2.8.0 |
1212 | 2023-10-20T18:37:26.206Z | Downloaded camino-tempfile v1.0.2 |
1213 | 2023-10-20T18:37:26.209Z | Downloaded allocator-api2 v0.2.16 |
1214 | 2023-10-20T18:37:26.212Z | Downloaded slog-scope v4.4.0 |
1215 | 2023-10-20T18:37:26.215Z | Downloaded cpufeatures v0.2.9 |
1216 | 2023-10-20T18:37:26.218Z | Downloaded yasna v0.5.2 |
1217 | 2023-10-20T18:37:26.222Z | Downloaded yansi v0.5.1 |
1218 | 2023-10-20T18:37:26.225Z | Downloaded usdt-impl v0.3.5 |
1219 | 2023-10-20T18:37:26.228Z | Downloaded rustc_version v0.4.0 |
1220 | 2023-10-20T18:37:26.232Z | Downloaded colored v2.0.4 |
1221 | 2023-10-20T18:37:26.235Z | Downloaded cipher v0.4.4 |
1222 | 2023-10-20T18:37:26.239Z | Downloaded phf_shared v0.11.2 |
1223 | 2023-10-20T18:37:26.243Z | Downloaded crucible-workspace-hack v0.1.0 |
1224 | 2023-10-20T18:37:26.246Z | Downloaded zone_cfg_derive v0.2.0 |
1225 | 2023-10-20T18:37:26.249Z | Downloaded zone v0.2.0 |
1226 | 2023-10-20T18:37:26.253Z | Downloaded clap_lex v0.2.4 |
1227 | 2023-10-20T18:37:26.255Z | Downloaded subtle v2.5.0 |
1228 | 2023-10-20T18:37:26.258Z | Downloaded scopeguard v1.2.0 |
1229 | 2023-10-20T18:37:26.261Z | Downloaded maybe-uninit v2.0.0 |
1230 | 2023-10-20T18:37:26.264Z | Downloaded ahash v0.8.3 |
1231 | 2023-10-20T18:37:26.267Z | Downloaded same-file v1.0.6 |
1232 | 2023-10-20T18:37:26.270Z | Downloaded num v0.4.1 |
1233 | 2023-10-20T18:37:26.273Z | Downloaded crossbeam v0.8.2 |
1234 | 2023-10-20T18:37:26.276Z | Downloaded cassowary v0.3.0 |
1235 | 2023-10-20T18:37:26.284Z | Downloaded argon2 v0.5.2 |
1236 | 2023-10-20T18:37:26.287Z | Downloaded os_str_bytes v6.5.1 |
1237 | 2023-10-20T18:37:26.290Z | Downloaded tokio-native-tls v0.3.1 |
1238 | 2023-10-20T18:37:26.294Z | Downloaded termios v0.3.3 |
1239 | 2023-10-20T18:37:26.300Z | Downloaded termcolor v1.2.0 |
1240 | 2023-10-20T18:37:26.306Z | Downloaded serde_path_to_error v0.1.14 |
1241 | 2023-10-20T18:37:26.313Z | Downloaded scheduled-thread-pool v0.2.7 |
1242 | 2023-10-20T18:37:26.318Z | Downloaded match_cfg v0.1.0 |
1243 | 2023-10-20T18:37:26.324Z | Downloaded hyper-rustls v0.24.1 |
1244 | 2023-10-20T18:37:26.327Z | Downloaded ascii v1.1.0 |
1245 | 2023-10-20T18:37:26.331Z | Downloaded num_cpus v1.16.0 |
1246 | 2023-10-20T18:37:26.334Z | Downloaded foreign-types v0.3.2 |
1247 | 2023-10-20T18:37:26.338Z | Downloaded unicode-xid v0.2.4 |
1248 | 2023-10-20T18:37:26.343Z | Downloaded newtype_derive v0.1.6 |
1249 | 2023-10-20T18:37:26.346Z | Downloaded lazy_static v1.4.0 |
1250 | 2023-10-20T18:37:26.352Z | Downloaded cc v1.0.83 |
1251 | 2023-10-20T18:37:26.360Z | Downloaded block-padding v0.3.3 |
1252 | 2023-10-20T18:37:26.366Z | Downloaded serde_plain v1.0.2 |
1253 | 2023-10-20T18:37:26.369Z | Downloaded schemars_derive v0.8.13 |
1254 | 2023-10-20T18:37:26.372Z | Downloaded rustls-pemfile v1.0.3 |
1255 | 2023-10-20T18:37:26.375Z | Downloaded num_enum v0.7.0 |
1256 | 2023-10-20T18:37:26.378Z | Downloaded bytes v1.5.0 |
1257 | 2023-10-20T18:37:26.381Z | Downloaded buf-list v1.0.3 |
1258 | 2023-10-20T18:37:26.384Z | Downloaded bb8 v0.8.1 |
1259 | 2023-10-20T18:37:26.386Z | Downloaded which v4.4.0 |
1260 | 2023-10-20T18:37:26.389Z | Downloaded convert_case v0.4.0 |
1261 | 2023-10-20T18:37:26.392Z | Downloaded constant_time_eq v0.2.6 |
1262 | 2023-10-20T18:37:26.395Z | Downloaded bytesize v1.3.0 |
1263 | 2023-10-20T18:37:26.398Z | Downloaded byteorder v1.4.3 |
1264 | 2023-10-20T18:37:26.402Z | Downloaded num-iter v0.1.43 |
1265 | 2023-10-20T18:37:26.405Z | Downloaded num-integer v0.1.45 |
1266 | 2023-10-20T18:37:26.408Z | Downloaded md-5 v0.10.5 |
1267 | 2023-10-20T18:37:26.411Z | Downloaded bytecount v0.6.3 |
1268 | 2023-10-20T18:37:26.414Z | Downloaded serial_test_derive v0.10.0 |
1269 | 2023-10-20T18:37:26.417Z | Downloaded serial_test v0.10.0 |
1270 | 2023-10-20T18:37:26.420Z | Downloaded indoc v2.0.3 |
1271 | 2023-10-20T18:37:26.423Z | Downloaded bincode v1.3.3 |
1272 | 2023-10-20T18:37:26.426Z | Downloaded atomic-waker v1.1.1 |
1273 | 2023-10-20T18:37:26.429Z | Downloaded impl-trait-for-tuples v0.2.2 |
1274 | 2023-10-20T18:37:26.433Z | Downloaded backoff v0.4.0 |
1275 | 2023-10-20T18:37:26.436Z | Downloaded assert_cmd v2.0.12 |
1276 | 2023-10-20T18:37:26.439Z | Downloaded corncobs v0.1.3 |
1277 | 2023-10-20T18:37:26.442Z | Downloaded inout v0.1.3 |
1278 | 2023-10-20T18:37:26.444Z | Downloaded hyper-tls v0.5.0 |
1279 | 2023-10-20T18:37:26.448Z | Downloaded hyper-staticfile v0.9.5 |
1280 | 2023-10-20T18:37:26.450Z | Downloaded httptest v0.15.4 |
1281 | 2023-10-20T18:37:26.453Z | Downloaded httparse v1.8.0 |
1282 | 2023-10-20T18:37:26.456Z | Downloaded ansi_term v0.12.1 |
1283 | 2023-10-20T18:37:26.459Z | Downloaded http-body v0.4.5 |
1284 | 2023-10-20T18:37:26.462Z | Downloaded hostname v0.3.1 |
1285 | 2023-10-20T18:37:26.465Z | Downloaded async-stream v0.3.5 |
1286 | 2023-10-20T18:37:26.469Z | Downloaded ascii-canvas v3.0.0 |
1287 | 2023-10-20T18:37:26.472Z | Downloaded vte_generate_state_changes v0.1.1 |
1288 | 2023-10-20T18:37:26.479Z | Downloaded usdt-macro v0.3.5 |
1289 | 2023-10-20T18:37:26.493Z | Downloaded ipnetwork v0.20.0 |
1290 | 2023-10-20T18:37:26.498Z | Downloaded arrayvec v0.7.4 |
1291 | 2023-10-20T18:37:26.502Z | Downloaded num_enum_derive v0.5.11 |
1292 | 2023-10-20T18:37:26.505Z | Downloaded ciborium v0.2.1 |
1293 | 2023-10-20T18:37:26.508Z | Downloaded is-terminal v0.4.9 |
1294 | 2023-10-20T18:37:26.511Z | Downloaded highway v1.1.0 |
1295 | 2023-10-20T18:37:26.515Z | Downloaded approx v0.5.1 |
1296 | 2023-10-20T18:37:26.518Z | Downloaded adler v1.0.2 |
1297 | 2023-10-20T18:37:26.521Z | Downloaded home v0.5.5 |
1298 | 2023-10-20T18:37:26.524Z | Downloaded hex v0.4.3 |
1299 | 2023-10-20T18:37:26.527Z | Downloaded array-init v0.0.4 |
1300 | 2023-10-20T18:37:26.530Z | Downloaded shlex v1.1.0 |
1301 | 2023-10-20T18:37:26.533Z | Downloaded bitstruct_derive v0.1.0 |
1302 | 2023-10-20T18:37:26.536Z | Downloaded anes v0.1.6 |
1303 | 2023-10-20T18:37:26.539Z | Downloaded aead v0.5.2 |
1304 | 2023-10-20T18:37:26.542Z | Downloaded num-derive v0.4.0 |
1305 | 2023-10-20T18:37:26.545Z | Downloaded num-complex v0.4.4 |
1306 | 2023-10-20T18:37:26.548Z | Downloaded lalrpop v0.19.12 |
1307 | 2023-10-20T18:37:26.551Z | Downloaded ident_case v1.0.1 |
1308 | 2023-10-20T18:37:26.553Z | Downloaded atty v0.2.14 |
1309 | 2023-10-20T18:37:26.556Z | Downloaded atomicwrites v0.4.2 |
1310 | 2023-10-20T18:37:26.559Z | Downloaded http-range v0.1.5 |
1311 | 2023-10-20T18:37:26.562Z | Downloaded hex-literal v0.4.1 |
1312 | 2023-10-20T18:37:26.565Z | Downloaded hubpack_derive v0.1.1 |
1313 | 2023-10-20T18:37:26.568Z | Downloaded autocfg v1.1.0 |
1314 | 2023-10-20T18:37:26.571Z | Downloaded httpdate v1.0.3 |
1315 | 2023-10-20T18:37:26.574Z | Downloaded arrayref v0.3.7 |
1316 | 2023-10-20T18:37:26.577Z | Downloaded async-stream-impl v0.3.5 |
1317 | 2023-10-20T18:37:26.581Z | Downloaded tokio-stream v0.1.14 |
1318 | 2023-10-20T18:37:26.586Z | Downloaded strum_macros v0.25.2 |
1319 | 2023-10-20T18:37:26.589Z | Downloaded spin v0.9.8 |
1320 | 2023-10-20T18:37:26.592Z | Downloaded socket2 v0.5.4 |
1321 | 2023-10-20T18:37:26.596Z | Downloaded schemars v0.8.13 |
1322 | 2023-10-20T18:37:26.599Z | Downloaded keccak v0.1.4 |
1323 | 2023-10-20T18:37:26.602Z | Downloaded cexpr v0.6.0 |
1324 | 2023-10-20T18:37:26.605Z | Downloaded bitflags v2.4.0 |
1325 | 2023-10-20T18:37:26.608Z | Downloaded strum_macros v0.24.3 |
1326 | 2023-10-20T18:37:26.611Z | Downloaded slog-term v2.9.0 |
1327 | 2023-10-20T18:37:26.614Z | Downloaded slog-stdlog v4.1.1 |
1328 | 2023-10-20T18:37:26.617Z | Downloaded shell-words v1.1.0 |
1329 | 2023-10-20T18:37:26.620Z | Downloaded serde_repr v0.1.16 |
1330 | 2023-10-20T18:37:26.623Z | Downloaded nibble_vec v0.1.0 |
1331 | 2023-10-20T18:37:26.626Z | Downloaded lock_api v0.4.10 |
1332 | 2023-10-20T18:37:26.629Z | Downloaded constant_time_eq v0.3.0 |
1333 | 2023-10-20T18:37:26.632Z | Downloaded const_format_proc_macros v0.2.31 |
1334 | 2023-10-20T18:37:26.635Z | Downloaded ciborium-ll v0.2.1 |
1335 | 2023-10-20T18:37:26.639Z | Downloaded cancel-safe-futures v0.1.2 |
1336 | 2023-10-20T18:37:26.642Z | Downloaded normalize-line-endings v0.3.0 |
1337 | 2023-10-20T18:37:26.645Z | Downloaded memoffset v0.9.0 |
1338 | 2023-10-20T18:37:26.648Z | Downloaded lru-cache v0.1.2 |
1339 | 2023-10-20T18:37:26.654Z | Downloaded crc-catalog v2.2.0 |
1340 | 2023-10-20T18:37:26.657Z | Downloaded chacha20 v0.9.1 |
1341 | 2023-10-20T18:37:26.661Z | Downloaded cfg-if v1.0.0 |
1342 | 2023-10-20T18:37:26.664Z | Downloaded block-buffer v0.10.4 |
1343 | 2023-10-20T18:37:26.668Z | Downloaded ciborium-io v0.2.1 |
1344 | 2023-10-20T18:37:26.672Z | Downloaded bitfield v0.14.0 |
1345 | 2023-10-20T18:37:26.676Z | Downloaded nanorand v0.7.0 |
1346 | 2023-10-20T18:37:26.683Z | Downloaded libm v0.2.7 |
1347 | 2023-10-20T18:37:26.687Z | Downloaded newline-converter v0.3.0 |
1348 | 2023-10-20T18:37:26.690Z | Downloaded new_debug_unreachable v1.0.4 |
1349 | 2023-10-20T18:37:26.694Z | Downloaded mockall v0.11.4 |
1350 | 2023-10-20T18:37:26.697Z | Downloaded matches v0.1.10 |
1351 | 2023-10-20T18:37:26.701Z | Downloaded indexmap v1.9.3 |
1352 | 2023-10-20T18:37:26.704Z | Downloaded log v0.4.20 |
1353 | 2023-10-20T18:37:26.707Z | Downloaded linked-hash-map v0.5.6 |
1354 | 2023-10-20T18:37:26.710Z | Downloaded linear-map v1.2.0 |
1355 | 2023-10-20T18:37:26.713Z | Downloaded libefi-sys v0.1.0 |
1356 | 2023-10-20T18:37:26.717Z | Downloaded lazycell v1.3.0 |
1357 | 2023-10-20T18:37:26.720Z | Downloaded iana-time-zone v0.1.57 |
1358 | 2023-10-20T18:37:26.725Z | Downloaded humantime v2.1.0 |
1359 | 2023-10-20T18:37:26.728Z | Downloaded hubpack v0.1.2 |
1360 | 2023-10-20T18:37:26.732Z | Downloaded blake2b_simd v1.0.1 |
1361 | 2023-10-20T18:37:26.735Z | Downloaded bitstruct v0.1.1 |
1362 | 2023-10-20T18:37:26.738Z | Downloaded bit-vec v0.6.3 |
1363 | 2023-10-20T18:37:26.742Z | Downloaded base64ct v1.6.0 |
1364 | 2023-10-20T18:37:26.745Z | Downloaded addr2line v0.21.0 |
1365 | 2023-10-20T18:37:26.750Z | Compiling proc-macro2 v1.0.67 |
1366 | 2023-10-20T18:37:26.754Z | Compiling serde v1.0.188 |
1367 | 2023-10-20T18:37:26.757Z | Compiling autocfg v1.1.0 |
1368 | 2023-10-20T18:37:26.760Z | Compiling version_check v0.9.4 |
1369 | 2023-10-20T18:37:26.762Z | Compiling syn v1.0.109 |
1370 | 2023-10-20T18:37:26.766Z | Compiling parking_lot_core v0.9.8 |
1371 | 2023-10-20T18:37:26.769Z | Compiling libm v0.2.7 |
1372 | 2023-10-20T18:37:26.772Z | Compiling libc v0.2.149 |
1373 | 2023-10-20T18:37:26.775Z | Compiling cfg-if v1.0.0 |
1374 | 2023-10-20T18:37:26.779Z | Compiling futures-core v0.3.28 |
1375 | 2023-10-20T18:37:26.782Z | Compiling once_cell v1.18.0 |
1376 | 2023-10-20T18:37:26.785Z | Compiling typenum v1.16.0 |
1377 | 2023-10-20T18:37:26.788Z | Compiling ahash v0.8.3 |
1378 | 2023-10-20T18:37:26.791Z | Compiling generic-array v0.14.7 |
1379 | 2023-10-20T18:37:26.796Z | Compiling lock_api v0.4.10 |
1380 | 2023-10-20T18:37:26.800Z | Compiling num-traits v0.2.16 |
1381 | 2023-10-20T18:37:26.803Z | Compiling quote v1.0.33 |
1382 | 2023-10-20T18:37:26.807Z | Compiling slab v0.4.9 |
1383 | 2023-10-20T18:37:26.810Z | Compiling futures-channel v0.3.28 |
1384 | 2023-10-20T18:37:26.814Z | Compiling syn v2.0.32 |
1385 | 2023-10-20T18:37:26.817Z | Compiling jobserver v0.1.26 |
1386 | 2023-10-20T18:37:26.820Z | Compiling futures-task v0.3.28 |
1387 | 2023-10-20T18:37:26.824Z | Compiling cc v1.0.83 |
1388 | 2023-10-20T18:37:26.833Z | Compiling pkg-config v0.3.27 |
1389 | 2023-10-20T18:37:26.838Z | Compiling futures-util v0.3.28 |
1390 | 2023-10-20T18:37:26.841Z | Compiling memchr v2.6.3 |
1391 | 2023-10-20T18:37:26.844Z | Compiling vcpkg v0.2.15 |
1392 | 2023-10-20T18:37:26.847Z | Compiling itoa v1.0.9 |
1393 | 2023-10-20T18:37:26.850Z | Compiling log v0.4.20 |
1394 | 2023-10-20T18:37:26.853Z | Compiling schemars v0.8.13 |
1395 | 2023-10-20T18:37:26.855Z | Compiling serde_json v1.0.107 |
1396 | 2023-10-20T18:37:26.858Z | Compiling indexmap v1.9.3 |
1397 | 2023-10-20T18:37:26.861Z | Compiling httparse v1.8.0 |
1398 | 2023-10-20T18:37:26.864Z | Compiling ryu v1.0.15 |
1399 | 2023-10-20T18:37:26.867Z | Compiling allocator-api2 v0.2.16 |
1400 | 2023-10-20T18:37:26.870Z | Compiling rustix v0.38.9 |
1401 | 2023-10-20T18:37:26.873Z | Compiling equivalent v1.0.1 |
1402 | 2023-10-20T18:37:26.876Z | Compiling getrandom v0.2.10 |
1403 | 2023-10-20T18:37:26.879Z | Compiling rustls v0.21.7 |
1404 | 2023-10-20T18:37:26.882Z | Compiling fnv v1.0.7 |
1405 | 2023-10-20T18:37:26.889Z | Compiling openssl v0.10.57 |
1406 | 2023-10-20T18:37:26.901Z | Compiling aho-corasick v1.0.4 |
1407 | 2023-10-20T18:37:26.915Z | Compiling hashbrown v0.14.0 |
1408 | 2023-10-20T18:37:27.323Z | Compiling unicode-xid v0.2.4 |
1409 | 2023-10-20T18:37:27.326Z | Compiling regex-syntax v0.7.5 |
1410 | 2023-10-20T18:37:27.330Z | Compiling ucd-trie v0.1.6 |
1411 | 2023-10-20T18:37:27.333Z | Compiling native-tls v0.2.11 |
1412 | 2023-10-20T18:37:27.350Z | Compiling ring v0.16.20 |
1413 | 2023-10-20T18:37:27.353Z | Compiling openssl-sys v0.9.93 |
1414 | 2023-10-20T18:37:27.356Z | Compiling backtrace v0.3.69 |
1415 | 2023-10-20T18:37:27.361Z | Compiling async-trait v0.1.73 |
1416 | 2023-10-20T18:37:27.369Z | Compiling crossbeam-utils v0.8.16 |
1417 | 2023-10-20T18:37:27.373Z | Compiling rustversion v1.0.14 |
1418 | 2023-10-20T18:37:27.553Z | Compiling regex-automata v0.3.8 |
1419 | 2023-10-20T18:37:27.714Z | Compiling anyhow v1.0.75 |
1420 | 2023-10-20T18:37:28.248Z | Compiling slog v2.7.0 |
1421 | 2023-10-20T18:37:28.946Z | Compiling time-core v0.1.1 |
1422 | 2023-10-20T18:37:28.973Z | Compiling byteorder v1.4.3 |
1423 | 2023-10-20T18:37:29.151Z | Compiling iana-time-zone v0.1.57 |
1424 | 2023-10-20T18:37:29.185Z | Compiling time-macros v0.2.13 |
1425 | 2023-10-20T18:37:29.684Z | Compiling serde_derive_internals v0.26.0 |
1426 | 2023-10-20T18:37:29.744Z | Compiling synstructure v0.12.6 |
1427 | 2023-10-20T18:37:31.780Z | Compiling dyn-clone v1.0.13 |
1428 | 2023-10-20T18:37:32.053Z | Compiling hashbrown v0.13.2 |
1429 | 2023-10-20T18:37:32.071Z | Compiling usdt-impl v0.3.5 |
1430 | 2023-10-20T18:37:32.301Z | Compiling unicode-width v0.1.10 |
1431 | 2023-10-20T18:37:32.537Z | Compiling thread-id v4.2.0 |
1432 | 2023-10-20T18:37:32.682Z | Compiling strsim v0.10.0 |
1433 | 2023-10-20T18:37:32.727Z | Compiling scopeguard v1.2.0 |
1434 | 2023-10-20T18:37:33.715Z | Compiling tinyvec_macros v0.1.1 |
1435 | 2023-10-20T18:37:33.718Z | Compiling winnow v0.5.15 |
1436 | 2023-10-20T18:37:33.843Z | Compiling tinyvec v1.6.0 |
1437 | 2023-10-20T18:37:34.197Z | Compiling unicode-bidi v0.3.13 |
1438 | 2023-10-20T18:37:34.721Z | Compiling smallvec v1.11.0 |
1439 | 2023-10-20T18:37:34.834Z | Compiling percent-encoding v2.3.0 |
1440 | 2023-10-20T18:37:35.373Z | Compiling form_urlencoded v1.2.0 |
1441 | 2023-10-20T18:37:35.818Z | Compiling regex v1.9.5 |
1442 | 2023-10-20T18:37:36.315Z | Compiling parking_lot v0.12.1 |
1443 | 2023-10-20T18:37:36.345Z | Compiling num-integer v0.1.45 |
1444 | 2023-10-20T18:37:36.502Z | Compiling unicode-normalization v0.1.22 |
1445 | 2023-10-20T18:37:36.757Z | Compiling bitflags v1.3.2 |
1446 | 2023-10-20T18:37:36.918Z | Compiling crc32fast v1.3.2 |
1447 | 2023-10-20T18:37:37.539Z | Compiling adler v1.0.2 |
1448 | 2023-10-20T18:37:37.642Z | Compiling spin v0.5.2 |
1449 | 2023-10-20T18:37:37.756Z | Compiling miniz_oxide v0.7.1 |
1450 | 2023-10-20T18:37:37.849Z | Compiling gimli v0.28.0 |
1451 | 2023-10-20T18:37:37.993Z | Compiling object v0.32.1 |
1452 | 2023-10-20T18:37:38.383Z | Compiling idna v0.4.0 |
1453 | 2023-10-20T18:37:39.926Z | Compiling url v2.4.1 |
1454 | 2023-10-20T18:37:40.100Z | Compiling serde_derive v1.0.188 |
1455 | 2023-10-20T18:37:40.144Z | Compiling thiserror-impl v1.0.49 |
1456 | 2023-10-20T18:37:40.313Z | Compiling zeroize_derive v1.4.2 |
1457 | 2023-10-20T18:37:40.833Z | Compiling tokio-macros v2.1.0 |
1458 | 2023-10-20T18:37:42.607Z | Compiling futures-macro v0.3.28 |
1459 | 2023-10-20T18:37:42.808Z | Compiling tracing-attributes v0.1.26 |
1460 | 2023-10-20T18:37:43.266Z | Compiling schemars_derive v0.8.13 |
1461 | 2023-10-20T18:37:43.588Z | Compiling openssl-macros v0.1.1 |
1462 | 2023-10-20T18:37:44.732Z | Compiling thiserror v1.0.49 |
1463 | 2023-10-20T18:37:44.919Z | Compiling pest v2.7.2 |
1464 | 2023-10-20T18:37:45.846Z | Compiling zerocopy-derive v0.2.0 |
1465 | 2023-10-20T18:37:46.048Z | Compiling strum_macros v0.25.2 |
1466 | 2023-10-20T18:37:48.248Z | Compiling addr2line v0.21.0 |
1467 | 2023-10-20T18:37:48.316Z | Compiling zerocopy-derive v0.6.4 |
1468 | 2023-10-20T18:37:48.480Z | Compiling rustc-demangle v0.1.23 |
1469 | 2023-10-20T18:37:48.668Z | Compiling zerocopy v0.3.0 |
1470 | 2023-10-20T18:37:49.333Z | Compiling pest_meta v2.7.2 |
1471 | 2023-10-20T18:37:49.404Z | Compiling pin-project-lite v0.2.13 |
1472 | 2023-10-20T18:37:49.782Z | Compiling errno v0.3.2 |
1473 | 2023-10-20T18:37:49.967Z | Compiling dof v0.1.5 |
1474 | 2023-10-20T18:37:50.383Z | Compiling memoffset v0.9.0 |
1475 | 2023-10-20T18:37:50.441Z | Compiling mio v0.8.8 |
1476 | 2023-10-20T18:37:50.654Z | Compiling signal-hook-registry v1.4.1 |
1477 | 2023-10-20T18:37:51.473Z | Compiling pest_generator v2.7.2 |
1478 | 2023-10-20T18:37:51.732Z | Compiling num_cpus v1.16.0 |
1479 | 2023-10-20T18:37:51.899Z | Compiling socket2 v0.5.4 |
1480 | 2023-10-20T18:37:52.267Z | Compiling num_threads v0.1.6 |
1481 | 2023-10-20T18:37:52.312Z | Compiling radium v0.7.0 |
1482 | 2023-10-20T18:37:52.436Z | Compiling futures-sink v0.3.28 |
1483 | 2023-10-20T18:37:52.651Z | Compiling deranged v0.3.8 |
1484 | 2023-10-20T18:37:53.404Z | Compiling crossbeam-epoch v0.9.15 |
1485 | 2023-10-20T18:37:53.871Z | Compiling pin-utils v0.1.0 |
1486 | 2023-10-20T18:37:54.002Z | Compiling futures-io v0.3.28 |
1487 | 2023-10-20T18:37:54.267Z | Compiling clap_derive v4.4.2 |
1488 | 2023-10-20T18:37:54.648Z | Compiling num-iter v0.1.43 |
1489 | 2023-10-20T18:37:54.663Z | Compiling tracing-core v0.1.31 |
1490 | 2023-10-20T18:37:55.032Z | Compiling either v1.9.0 |
1491 | 2023-10-20T18:37:55.862Z | Compiling time v0.3.27 |
1492 | 2023-10-20T18:37:55.895Z | Compiling tracing v0.1.37 |
1493 | 2023-10-20T18:37:56.615Z | Compiling lazy_static v1.4.0 |
1494 | 2023-10-20T18:37:56.699Z | Compiling pest_derive v2.7.2 |
1495 | 2023-10-20T18:37:56.769Z | Compiling rand_core v0.6.4 |
1496 | 2023-10-20T18:37:56.833Z | Compiling zeroize v1.6.0 |
1497 | 2023-10-20T18:37:57.769Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1498 | 2023-10-20T18:37:57.780Z | Compiling dtrace-parser v0.1.14 |
1499 | 2023-10-20T18:37:57.983Z | Compiling untrusted v0.7.1 |
1500 | 2023-10-20T18:37:58.294Z | Compiling base64 v0.21.4 |
1501 | 2023-10-20T18:38:00.734Z | Compiling enum-as-inner v0.5.1 |
1502 | 2023-10-20T18:38:02.021Z | Compiling hashbrown v0.12.3 |
1503 | 2023-10-20T18:38:02.061Z | Compiling foreign-types-shared v0.1.1 |
1504 | 2023-10-20T18:38:02.144Z | Compiling openssl-probe v0.1.5 |
1505 | 2023-10-20T18:38:02.202Z | Compiling foreign-types v0.3.2 |
1506 | 2023-10-20T18:38:02.332Z | Compiling siphasher v0.3.11 |
1507 | 2023-10-20T18:38:02.559Z | Compiling try-lock v0.2.4 |
1508 | 2023-10-20T18:38:02.754Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1509 | 2023-10-20T18:38:02.956Z | Compiling rustls-webpki v0.101.4 |
1510 | 2023-10-20T18:38:03.818Z | Compiling indexmap v2.0.0 |
1511 | 2023-10-20T18:38:04.258Z | Compiling bytes v1.5.0 |
1512 | 2023-10-20T18:38:04.269Z | Compiling chrono v0.4.31 |
1513 | 2023-10-20T18:38:04.573Z | Compiling uuid v1.4.1 |
1514 | 2023-10-20T18:38:04.597Z | Compiling semver v1.0.18 |
1515 | 2023-10-20T18:38:05.241Z | Compiling http v0.2.9 |
1516 | 2023-10-20T18:38:05.642Z | Compiling rustc_version v0.4.0 |
1517 | 2023-10-20T18:38:05.745Z | Compiling serde_tokenstream v0.1.7 |
1518 | 2023-10-20T18:38:05.804Z | Compiling serde_spanned v0.6.3 |
1519 | 2023-10-20T18:38:05.825Z | Compiling toml_datetime v0.6.3 |
1520 | 2023-10-20T18:38:05.911Z | Compiling bitflags v2.4.0 |
1521 | 2023-10-20T18:38:06.137Z | Compiling tokio v1.33.0 |
1522 | 2023-10-20T18:38:06.475Z | Compiling toml_edit v0.19.15 |
1523 | 2023-10-20T18:38:07.980Z | Compiling openapiv3 v1.0.3 |
1524 | 2023-10-20T18:38:08.053Z | Compiling heapless v0.7.16 |
1525 | 2023-10-20T18:38:09.251Z | Compiling usdt-attr-macro v0.3.5 |
1526 | 2023-10-20T18:38:09.271Z | Compiling usdt-macro v0.3.5 |
1527 | 2023-10-20T18:38:10.446Z | Compiling http-body v0.4.5 |
1528 | 2023-10-20T18:38:11.258Z | Compiling sct v0.7.0 |
1529 | 2023-10-20T18:38:11.371Z | Compiling want v0.3.1 |
1530 | 2023-10-20T18:38:11.669Z | Compiling socket2 v0.4.9 |
1531 | 2023-10-20T18:38:11.769Z | Compiling httpdate v1.0.3 |
1532 | 2023-10-20T18:38:12.415Z | Compiling tower-service v0.3.2 |
1533 | 2023-10-20T18:38:12.589Z | Compiling rustls-pemfile v1.0.3 |
1534 | 2023-10-20T18:38:12.941Z | Compiling rustls-native-certs v0.6.3 |
1535 | 2023-10-20T18:38:13.107Z | Compiling crypto-common v0.1.6 |
1536 | 2023-10-20T18:38:13.405Z | Compiling diesel_table_macro_syntax v0.1.0 |
1537 | 2023-10-20T18:38:13.496Z | Compiling num-bigint v0.4.4 |
1538 | 2023-10-20T18:38:14.006Z | Compiling bit-vec v0.6.3 |
1539 | 2023-10-20T18:38:14.033Z | Compiling smoltcp v0.9.1 |
1540 | 2023-10-20T18:38:14.140Z | Compiling ipnet v2.8.0 |
1541 | 2023-10-20T18:38:14.954Z | Compiling diesel_derives v2.1.1 |
1542 | 2023-10-20T18:38:15.245Z | Compiling serde_urlencoded v0.7.1 |
1543 | 2023-10-20T18:38:15.737Z | Compiling serde_tokenstream v0.2.0 |
1544 | 2023-10-20T18:38:15.939Z | Compiling phf_shared v0.10.0 |
1545 | 2023-10-20T18:38:16.099Z | Compiling block-buffer v0.10.4 |
1546 | 2023-10-20T18:38:16.438Z | Compiling hubpack_derive v0.1.1 |
1547 | 2023-10-20T18:38:16.533Z | Compiling encoding_rs v0.8.33 |
1548 | 2023-10-20T18:38:16.552Z | Compiling subtle v2.5.0 |
1549 | 2023-10-20T18:38:17.000Z | Compiling precomputed-hash v0.1.1 |
1550 | 2023-10-20T18:38:17.149Z | Compiling fixedbitset v0.4.2 |
1551 | 2023-10-20T18:38:17.660Z | Compiling webpki-roots v0.25.2 |
1552 | 2023-10-20T18:38:17.787Z | Compiling const-oid v0.9.5 |
1553 | 2023-10-20T18:38:17.900Z | Compiling mime v0.3.17 |
1554 | 2023-10-20T18:38:18.399Z | Compiling ppv-lite86 v0.2.17 |
1555 | 2023-10-20T18:38:18.827Z | Compiling new_debug_unreachable v1.0.4 |
1556 | 2023-10-20T18:38:18.952Z | Compiling tokio-util v0.7.8 |
1557 | 2023-10-20T18:38:19.700Z | Compiling tokio-rustls v0.24.1 |
1558 | 2023-10-20T18:38:20.330Z | Compiling rand_chacha v0.3.1 |
1559 | 2023-10-20T18:38:20.802Z | Compiling h2 v0.3.21 |
1560 | 2023-10-20T18:38:21.197Z | Compiling digest v0.10.7 |
1561 | 2023-10-20T18:38:21.918Z | Compiling string_cache v0.8.7 |
1562 | 2023-10-20T18:38:22.579Z | Compiling tokio-native-tls v0.3.1 |
1563 | 2023-10-20T18:38:22.699Z | Compiling petgraph v0.6.4 |
1564 | 2023-10-20T18:38:23.154Z | Compiling bit-set v0.5.3 |
1565 | 2023-10-20T18:38:23.402Z | Compiling itertools v0.10.5 |
1566 | 2023-10-20T18:38:24.236Z | Compiling lalrpop-util v0.19.12 |
1567 | 2023-10-20T18:38:24.764Z | Compiling unicode-segmentation v1.10.1 |
1568 | 2023-10-20T18:38:25.322Z | Compiling flate2 v1.0.27 |
1569 | 2023-10-20T18:38:25.972Z | Compiling rand v0.8.5 |
1570 | 2023-10-20T18:38:26.200Z | Compiling toml v0.7.8 |
1571 | 2023-10-20T18:38:26.812Z | Compiling serde_repr v0.1.16 |
1572 | 2023-10-20T18:38:28.107Z | Compiling io-lifetimes v1.0.11 |
1573 | 2023-10-20T18:38:28.138Z | Compiling regress v0.7.1 |
1574 | 2023-10-20T18:38:28.397Z | Compiling cpufeatures v0.2.9 |
1575 | 2023-10-20T18:38:28.467Z | Compiling utf8parse v0.2.1 |
1576 | 2023-10-20T18:38:28.524Z | Compiling anstyle v1.0.2 |
1577 | 2023-10-20T18:38:28.735Z | Compiling anstyle-parse v0.2.1 |
1578 | 2023-10-20T18:38:28.770Z | Compiling sha2 v0.10.7 |
1579 | 2023-10-20T18:38:29.044Z | Compiling rustix v0.37.23 |
1580 | 2023-10-20T18:38:29.251Z | Compiling hmac v0.12.1 |
1581 | 2023-10-20T18:38:29.271Z | Compiling md-5 v0.10.5 |
1582 | 2023-10-20T18:38:29.491Z | Compiling stringprep v0.1.3 |
1583 | 2023-10-20T18:38:29.610Z | Compiling spin v0.9.8 |
1584 | 2023-10-20T18:38:30.057Z | Compiling hash32 v0.2.1 |
1585 | 2023-10-20T18:38:30.190Z | Compiling colorchoice v1.0.0 |
1586 | 2023-10-20T18:38:30.420Z | Compiling stable_deref_trait v1.2.0 |
1587 | 2023-10-20T18:38:30.555Z | Compiling anstyle-query v1.0.0 |
1588 | 2023-10-20T18:38:30.651Z | Compiling fallible-iterator v0.2.0 |
1589 | 2023-10-20T18:38:30.741Z | Compiling anstream v0.5.0 |
1590 | 2023-10-20T18:38:30.891Z | Compiling phf_shared v0.11.2 |
1591 | 2023-10-20T18:38:31.372Z | Compiling terminal_size v0.2.6 |
1592 | 2023-10-20T18:38:31.449Z | Compiling block-padding v0.3.3 |
1593 | 2023-10-20T18:38:31.639Z | Compiling scheduled-thread-pool v0.2.7 |
1594 | 2023-10-20T18:38:31.727Z | Compiling postgres-protocol v0.6.6 |
1595 | 2023-10-20T18:38:31.786Z | Compiling regex-automata v0.1.10 |
1596 | 2023-10-20T18:38:31.841Z | Compiling matches v0.1.10 |
1597 | 2023-10-20T18:38:31.936Z | Compiling clap_lex v0.5.1 |
1598 | 2023-10-20T18:38:32.425Z | Compiling hyper v0.14.27 |
1599 | 2023-10-20T18:38:32.576Z | Compiling tap v1.0.1 |
1600 | 2023-10-20T18:38:32.628Z | Compiling managed v0.8.0 |
1601 | 2023-10-20T18:38:32.829Z | Compiling wyz v0.5.1 |
1602 | 2023-10-20T18:38:32.850Z | Compiling bstr v0.2.17 |
1603 | 2023-10-20T18:38:33.498Z | Compiling postgres-types v0.2.6 |
1604 | 2023-10-20T18:38:33.774Z | Compiling clap_builder v4.4.2 |
1605 | 2023-10-20T18:38:35.199Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1606 | 2023-10-20T18:38:35.804Z | Compiling r2d2 v0.8.10 |
1607 | 2023-10-20T18:38:36.376Z | Compiling idna v0.2.3 |
1608 | 2023-10-20T18:38:36.629Z | Compiling inout v0.1.3 |
1609 | 2023-10-20T18:38:36.984Z | Compiling phf v0.11.2 |
1610 | 2023-10-20T18:38:37.453Z | Compiling hubpack v0.1.2 |
1611 | 2023-10-20T18:38:37.883Z | Compiling ipnetwork v0.20.0 |
1612 | 2023-10-20T18:38:38.654Z | Compiling futures-executor v0.3.28 |
1613 | 2023-10-20T18:38:38.913Z | Compiling itertools v0.11.0 |
1614 | 2023-10-20T18:38:39.165Z | Compiling zerocopy v0.6.4 |
1615 | 2023-10-20T18:38:39.617Z | Compiling float-cmp v0.9.0 |
1616 | 2023-10-20T18:38:39.960Z | Compiling data-encoding v2.4.0 |
1617 | 2023-10-20T18:38:40.545Z | Compiling funty v2.0.0 |
1618 | 2023-10-20T18:38:41.450Z | Compiling difflib v0.4.0 |
1619 | 2023-10-20T18:38:42.778Z | Compiling smawk v0.3.1 |
1620 | 2023-10-20T18:38:43.097Z | Compiling predicates-core v1.0.6 |
1621 | 2023-10-20T18:38:43.288Z | Compiling static_assertions v1.1.0 |
1622 | 2023-10-20T18:38:43.421Z | Compiling unicode-linebreak v0.1.5 |
1623 | 2023-10-20T18:38:43.574Z | Compiling whoami v1.4.1 |
1624 | 2023-10-20T18:38:43.600Z | Compiling normalize-line-endings v0.3.0 |
1625 | 2023-10-20T18:38:43.695Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1626 | 2023-10-20T18:38:43.770Z | Compiling bitvec v1.0.1 |
1627 | 2023-10-20T18:38:43.811Z | Compiling predicates v3.0.4 |
1628 | 2023-10-20T18:38:44.291Z | Compiling hyper-tls v0.5.0 |
1629 | 2023-10-20T18:38:44.456Z | Compiling hyper-rustls v0.24.1 |
1630 | 2023-10-20T18:38:44.812Z | Compiling textwrap v0.16.0 |
1631 | 2023-10-20T18:38:45.500Z | Compiling reqwest v0.11.20 |
1632 | 2023-10-20T18:38:46.249Z | Compiling tokio-postgres v0.7.10 |
1633 | 2023-10-20T18:38:46.605Z | Compiling yasna v0.5.2 |
1634 | 2023-10-20T18:38:48.044Z | Compiling trust-dns-proto v0.22.0 |
1635 | 2023-10-20T18:38:49.488Z | Compiling clap v4.4.3 |
1636 | 2023-10-20T18:38:49.643Z | Compiling diesel v2.1.1 |
1637 | 2023-10-20T18:38:49.783Z | Compiling futures v0.3.28 |
1638 | 2023-10-20T18:38:49.958Z | Compiling cipher v0.4.4 |
1639 | 2023-10-20T18:38:50.682Z | Compiling similar v2.2.1 |
1640 | 2023-10-20T18:38:51.603Z | Compiling signature v2.1.0 |
1641 | 2023-10-20T18:38:51.933Z | Compiling tokio-stream v0.1.14 |
1642 | 2023-10-20T18:38:53.457Z | Compiling usdt v0.3.5 |
1643 | 2023-10-20T18:38:53.494Z | Compiling hex v0.4.3 |
1644 | 2023-10-20T18:38:53.917Z | Compiling console v0.15.7 |
1645 | 2023-10-20T18:38:54.233Z | Compiling bstr v1.6.0 |
1646 | 2023-10-20T18:38:54.967Z | Compiling getopts v0.2.21 |
1647 | 2023-10-20T18:38:55.602Z | Compiling unsafe-libyaml v0.2.9 |
1648 | 2023-10-20T18:38:57.190Z | Compiling ident_case v1.0.1 |
1649 | 2023-10-20T18:38:57.909Z | Compiling serde_yaml v0.9.25 |
1650 | 2023-10-20T18:38:58.932Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1651 | 2023-10-20T18:38:59.010Z | Compiling slog-async v2.8.0 |
1652 | 2023-10-20T18:38:59.321Z | Compiling paste v1.0.14 |
1653 | 2023-10-20T18:39:00.389Z | Compiling darling_core v0.20.3 |
1654 | 2023-10-20T18:39:00.834Z | Compiling multer v2.1.0 |
1655 | 2023-10-20T18:39:01.326Z | Compiling async-stream-impl v0.3.5 |
1656 | 2023-10-20T18:39:01.734Z | Compiling regex-syntax v0.6.29 |
1657 | 2023-10-20T18:39:03.331Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1658 | 2023-10-20T18:39:04.551Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1659 | 2023-10-20T18:39:06.184Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1660 | 2023-10-20T18:39:06.382Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1661 | 2023-10-20T18:39:06.507Z | Compiling structmeta-derive v0.1.6 |
1662 | 2023-10-20T18:39:09.621Z | Compiling darling_macro v0.20.3 |
1663 | 2023-10-20T18:39:10.897Z | Compiling structmeta v0.1.6 |
1664 | 2023-10-20T18:39:10.946Z | Compiling darling v0.20.3 |
1665 | 2023-10-20T18:39:11.110Z | Compiling serde_with_macros v2.3.3 |
1666 | 2023-10-20T18:39:11.586Z | Compiling parse-display-derive v0.7.0 |
1667 | 2023-10-20T18:39:14.988Z | Compiling test-strategy v0.2.1 |
1668 | 2023-10-20T18:39:17.380Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1669 | 2023-10-20T18:39:22.254Z | Checking unicode-ident v1.0.12 |
1670 | 2023-10-20T18:39:53.480Z | Checking heck v0.4.1 |
1671 | 2023-10-20T18:40:02.188Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1672 | 2023-10-20T18:40:02.482Z | Checking crossbeam-channel v0.5.8 |
1673 | 2023-10-20T18:40:02.641Z | Checking atty v0.2.14 |
1674 | 2023-10-20T18:40:03.242Z | Checking match_cfg v0.1.0 |
1675 | 2023-10-20T18:40:03.363Z | Checking hostname v0.3.1 |
1676 | 2023-10-20T18:40:03.946Z | Checking sha1 v0.10.5 |
1677 | 2023-10-20T18:40:03.952Z | Checking dirs-sys-next v0.1.2 |
1678 | 2023-10-20T18:40:03.955Z | Checking fastrand v2.0.0 |
1679 | 2023-10-20T18:40:03.994Z | Checking dirs-next v2.0.0 |
1680 | 2023-10-20T18:40:04.066Z | Checking thread_local v1.1.7 |
1681 | 2023-10-20T18:40:04.441Z | Checking tempfile v3.8.0 |
1682 | 2023-10-20T18:40:04.562Z | Checking term v0.7.0 |
1683 | 2023-10-20T18:40:04.972Z | Checking strum v0.25.0 |
1684 | 2023-10-20T18:40:05.189Z | Checking instant v0.1.12 |
1685 | 2023-10-20T18:40:05.216Z | Checking take_mut v0.2.2 |
1686 | 2023-10-20T18:40:05.344Z | Checking slog-term v2.9.0 |
1687 | 2023-10-20T18:40:05.867Z | Checking slog-json v2.6.1 |
1688 | 2023-10-20T18:40:05.992Z | Checking serde_with v2.3.3 |
1689 | 2023-10-20T18:40:06.143Z | Checking camino v1.1.6 |
1690 | 2023-10-20T18:40:06.267Z | Checking slog-bunyan v2.4.0 |
1691 | 2023-10-20T18:40:06.663Z | Checking atomic-waker v1.1.1 |
1692 | 2023-10-20T18:40:06.849Z | Checking debug-ignore v1.0.5 |
1693 | 2023-10-20T18:40:07.030Z | Checking waitgroup v0.1.2 |
1694 | 2023-10-20T18:40:07.055Z | Checking async-stream v0.3.5 |
1695 | 2023-10-20T18:40:07.229Z | Checking serde_path_to_error v0.1.14 |
1696 | 2023-10-20T18:40:07.668Z | Checking backoff v0.4.0 |
1697 | 2023-10-20T18:40:07.712Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1698 | 2023-10-20T18:40:08.015Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1699 | 2023-10-20T18:40:08.094Z | Checking parse-display v0.7.0 |
1700 | 2023-10-20T18:40:08.225Z | Checking macaddr v1.0.1 |
1701 | 2023-10-20T18:40:08.610Z | Checking quick-error v1.2.3 |
1702 | 2023-10-20T18:40:09.241Z | Checking wait-timeout v0.2.0 |
1703 | 2023-10-20T18:40:10.181Z | Compiling crucible-workspace-hack v0.1.0 |
1704 | 2023-10-20T18:40:10.256Z | Checking rusty-fork v0.3.0 |
1705 | 2023-10-20T18:40:10.602Z | Checking rand_xorshift v0.3.0 |
1706 | 2023-10-20T18:40:11.106Z | Checking unarray v0.1.4 |
1707 | 2023-10-20T18:40:11.112Z | Compiling proc-macro-crate v1.3.1 |
1708 | 2023-10-20T18:40:11.114Z | Checking proptest v1.3.1 |
1709 | 2023-10-20T18:40:13.590Z | Compiling proc-macro-error-attr v1.0.4 |
1710 | 2023-10-20T18:40:14.699Z | Compiling proc-macro-error v1.0.4 |
1711 | 2023-10-20T18:40:19.126Z | Compiling num_enum_derive v0.5.11 |
1712 | 2023-10-20T18:40:22.032Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1713 | 2023-10-20T18:40:22.854Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1714 | 2023-10-20T18:40:23.282Z | Compiling foreign-types-macros v0.2.3 |
1715 | 2023-10-20T18:40:23.933Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1716 | 2023-10-20T18:40:24.335Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1717 | 2023-10-20T18:40:24.864Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1718 | 2023-10-20T18:40:24.870Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1719 | 2023-10-20T18:40:26.732Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1720 | 2023-10-20T18:40:35.084Z | Compiling zone_cfg_derive v0.2.0 |
1721 | 2023-10-20T18:40:37.105Z | Compiling mockall_derive v0.11.4 |
1722 | 2023-10-20T18:40:37.237Z | Compiling num-derive v0.4.0 |
1723 | 2023-10-20T18:40:39.104Z | Checking base64ct v1.6.0 |
1724 | 2023-10-20T18:40:58.474Z | Checking is-terminal v0.4.9 |
1725 | 2023-10-20T18:41:05.111Z | Compiling slog-dtrace v0.2.3 |
1726 | 2023-10-20T18:41:05.371Z | Checking cfg-if v0.1.10 |
1727 | 2023-10-20T18:41:05.620Z | Compiling cancel-safe-futures v0.1.2 |
1728 | 2023-10-20T18:41:05.733Z | Checking base64 v0.13.1 |
1729 | 2023-10-20T18:41:06.133Z | Checking termtree v0.4.1 |
1730 | 2023-10-20T18:41:06.549Z | Checking password-hash v0.5.0 |
1731 | 2023-10-20T18:41:06.552Z | Checking blake2 v0.10.6 |
1732 | 2023-10-20T18:41:06.555Z | Checking predicates-tree v1.0.9 |
1733 | 2023-10-20T18:41:06.647Z | Checking num_enum v0.5.11 |
1734 | 2023-10-20T18:41:06.848Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1735 | 2023-10-20T18:41:06.867Z | Checking postcard-cobs v0.1.5-pre |
1736 | 2023-10-20T18:41:07.072Z | Checking argon2 v0.5.2 |
1737 | 2023-10-20T18:41:07.104Z | Checking postcard v0.7.3 |
1738 | 2023-10-20T18:41:07.400Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1739 | 2023-10-20T18:41:07.705Z | Checking smoltcp v0.8.2 |
1740 | 2023-10-20T18:41:07.743Z | Checking foreign-types-shared v0.3.1 |
1741 | 2023-10-20T18:41:07.902Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1742 | 2023-10-20T18:41:08.012Z | Checking foreign-types v0.5.0 |
1743 | 2023-10-20T18:41:08.303Z | Checking cstr-argument v0.1.2 |
1744 | 2023-10-20T18:41:08.407Z | Checking pretty-hex v0.2.1 |
1745 | 2023-10-20T18:41:08.547Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1746 | 2023-10-20T18:41:08.632Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1747 | 2023-10-20T18:41:09.032Z | Checking colored v2.0.4 |
1748 | 2023-10-20T18:41:09.287Z | Checking predicates v2.1.5 |
1749 | 2023-10-20T18:41:09.309Z | Checking filetime v0.2.22 |
1750 | 2023-10-20T18:41:09.592Z | Checking xattr v1.0.1 |
1751 | 2023-10-20T18:41:09.854Z | Checking fragile v2.0.0 |
1752 | 2023-10-20T18:41:10.143Z | Checking downcast v0.11.0 |
1753 | 2023-10-20T18:41:10.237Z | Checking tar v0.4.40 |
1754 | 2023-10-20T18:41:10.246Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1755 | 2023-10-20T18:41:10.302Z | Checking zone v0.2.0 |
1756 | 2023-10-20T18:41:10.441Z | Checking mockall v0.11.4 |
1757 | 2023-10-20T18:41:10.789Z | Checking smf v0.2.2 |
1758 | 2023-10-20T18:41:10.956Z | Compiling der_derive v0.7.2 |
1759 | 2023-10-20T18:41:11.488Z | Checking pem v1.1.1 |
1760 | 2023-10-20T18:41:11.506Z | Compiling memoffset v0.7.1 |
1761 | 2023-10-20T18:41:11.821Z | Checking camino-tempfile v1.0.2 |
1762 | 2023-10-20T18:41:12.124Z | Compiling maybe-uninit v2.0.0 |
1763 | 2023-10-20T18:41:12.154Z | Checking headers-core v0.2.0 |
1764 | 2023-10-20T18:41:12.231Z | Compiling heck v0.3.3 |
1765 | 2023-10-20T18:41:12.285Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1766 | 2023-10-20T18:41:12.334Z | Compiling libefi-sys v0.1.0 |
1767 | 2023-10-20T18:41:12.479Z | Checking headers v0.3.9 |
1768 | 2023-10-20T18:41:12.778Z | Compiling packed_struct v0.10.1 |
1769 | 2023-10-20T18:41:12.798Z | Compiling structopt-derive v0.4.18 |
1770 | 2023-10-20T18:41:12.855Z | Compiling num-bigint-dig v0.8.4 |
1771 | 2023-10-20T18:41:13.315Z | Compiling packed_struct_codegen v0.10.1 |
1772 | 2023-10-20T18:41:13.384Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1773 | 2023-10-20T18:41:13.963Z | Compiling signal-hook v0.3.17 |
1774 | 2023-10-20T18:41:14.390Z | Checking rcgen v0.10.0 |
1775 | 2023-10-20T18:41:14.568Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1776 | 2023-10-20T18:41:14.593Z | Checking atomicwrites v0.4.2 |
1777 | 2023-10-20T18:41:14.752Z | Checking subprocess v0.2.9 |
1778 | 2023-10-20T18:41:14.884Z | Compiling num-rational v0.4.1 |
1779 | 2023-10-20T18:41:15.379Z | Checking termcolor v1.2.0 |
1780 | 2023-10-20T18:41:15.602Z | Checking linked-hash-map v0.5.6 |
1781 | 2023-10-20T18:41:15.658Z | Compiling doc-comment v0.3.3 |
1782 | 2023-10-20T18:41:15.878Z | Compiling same-file v1.0.6 |
1783 | 2023-10-20T18:41:16.091Z | Checking lru-cache v0.1.2 |
1784 | 2023-10-20T18:41:16.222Z | Compiling walkdir v2.4.0 |
1785 | 2023-10-20T18:41:16.397Z | Compiling semver-parser v0.10.2 |
1786 | 2023-10-20T18:41:16.576Z | Checking ciborium-io v0.2.1 |
1787 | 2023-10-20T18:41:16.599Z | Checking half v1.8.2 |
1788 | 2023-10-20T18:41:16.696Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1789 | 2023-10-20T18:41:17.234Z | Checking ciborium-ll v0.2.1 |
1790 | 2023-10-20T18:41:17.493Z | Compiling home v0.5.5 |
1791 | 2023-10-20T18:41:17.540Z | Compiling semver v0.11.0 |
1792 | 2023-10-20T18:41:17.710Z | Checking ciborium v0.2.1 |
1793 | 2023-10-20T18:41:17.875Z | Compiling toml v0.5.11 |
1794 | 2023-10-20T18:41:18.460Z | Compiling toolchain_find v0.2.0 |
1795 | 2023-10-20T18:41:18.539Z | Checking arc-swap v1.6.0 |
1796 | 2023-10-20T18:41:19.001Z | Compiling convert_case v0.4.0 |
1797 | 2023-10-20T18:41:19.251Z | Checking slog-scope v4.4.0 |
1798 | 2023-10-20T18:41:19.381Z | Compiling omicron-zone-package v0.8.3 |
1799 | 2023-10-20T18:41:19.532Z | Checking slog-stdlog v4.1.1 |
1800 | 2023-10-20T18:41:19.775Z | Compiling snafu-derive v0.7.5 |
1801 | 2023-10-20T18:41:20.050Z | Checking slog-envlogger v2.2.0 |
1802 | 2023-10-20T18:41:20.249Z | Compiling derive_more v0.99.17 |
1803 | 2023-10-20T18:41:20.377Z | Compiling derive-where v1.2.5 |
1804 | 2023-10-20T18:41:20.880Z | Compiling rustfmt-wrapper v0.2.0 |
1805 | 2023-10-20T18:41:21.899Z | Compiling libz-sys v1.1.12 |
1806 | 2023-10-20T18:41:22.231Z | Compiling parking_lot_core v0.8.6 |
1807 | 2023-10-20T18:41:22.830Z | Checking resolv-conf v0.7.0 |
1808 | 2023-10-20T18:41:23.392Z | Checking newline-converter v0.3.0 |
1809 | 2023-10-20T18:41:23.595Z | Checking trust-dns-resolver v0.22.0 |
1810 | 2023-10-20T18:41:23.605Z | Checking expectorate v1.1.0 |
1811 | 2023-10-20T18:41:23.793Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1812 | 2023-10-20T18:41:23.863Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1813 | 2023-10-20T18:41:24.983Z | Checking pem-rfc7468 v0.7.0 |
1814 | 2023-10-20T18:41:25.018Z | Checking hkdf v0.12.3 |
1815 | 2023-10-20T18:41:25.063Z | Compiling libsqlite3-sys v0.26.0 |
1816 | 2023-10-20T18:41:25.325Z | Checking flagset v0.4.3 |
1817 | 2023-10-20T18:41:25.384Z | Checking textwrap v0.11.0 |
1818 | 2023-10-20T18:41:25.592Z | Checking der v0.7.8 |
1819 | 2023-10-20T18:41:25.711Z | Checking fxhash v0.2.1 |
1820 | 2023-10-20T18:41:25.728Z | Compiling vergen v8.2.4 |
1821 | 2023-10-20T18:41:25.801Z | Checking ansi_term v0.12.1 |
1822 | 2023-10-20T18:41:25.970Z | Checking keccak v0.1.4 |
1823 | 2023-10-20T18:41:26.133Z | Checking strsim v0.8.0 |
1824 | 2023-10-20T18:41:26.154Z | Checking vec_map v0.8.2 |
1825 | 2023-10-20T18:41:26.282Z | Compiling semver v0.1.20 |
1826 | 2023-10-20T18:41:26.431Z | Checking sha3 v0.10.8 |
1827 | 2023-10-20T18:41:26.448Z | Checking secrecy v0.8.0 |
1828 | 2023-10-20T18:41:26.588Z | Checking clap v2.34.0 |
1829 | 2023-10-20T18:41:27.014Z | Compiling rustc_version v0.1.7 |
1830 | 2023-10-20T18:41:27.392Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1831 | 2023-10-20T18:41:27.648Z | Compiling newtype_derive v0.1.6 |
1832 | 2023-10-20T18:41:27.943Z | Checking humantime v2.1.0 |
1833 | 2023-10-20T18:41:27.958Z | Compiling buf-list v1.0.3 |
1834 | 2023-10-20T18:41:28.079Z | Checking crc-catalog v2.2.0 |
1835 | 2023-10-20T18:41:28.285Z | Checking crc v3.0.1 |
1836 | 2023-10-20T18:41:28.598Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1837 | 2023-10-20T18:41:28.701Z | Checking spki v0.7.2 |
1838 | 2023-10-20T18:41:28.866Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1839 | 2023-10-20T18:41:29.176Z | Checking pkcs8 v0.10.2 |
1840 | 2023-10-20T18:41:29.224Z | Checking nodrop v0.1.14 |
1841 | 2023-10-20T18:41:29.386Z | Checking array-init v0.0.4 |
1842 | 2023-10-20T18:41:29.557Z | Checking pkcs1 v0.7.5 |
1843 | 2023-10-20T18:41:29.997Z | Checking smallvec v0.6.14 |
1844 | 2023-10-20T18:41:30.184Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1845 | 2023-10-20T18:41:31.262Z | Checking structopt v0.3.26 |
1846 | 2023-10-20T18:41:32.311Z | Compiling num_enum_derive v0.7.0 |
1847 | 2023-10-20T18:41:32.859Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1848 | 2023-10-20T18:41:34.387Z | Compiling unicase v2.7.0 |
1849 | 2023-10-20T18:41:34.457Z | Checking bitfield v0.14.0 |
1850 | 2023-10-20T18:41:34.796Z | Compiling rayon-core v1.11.0 |
1851 | 2023-10-20T18:41:34.900Z | Checking utf-8 v0.7.6 |
1852 | 2023-10-20T18:41:35.512Z | Checking rsa v0.9.2 |
1853 | 2023-10-20T18:41:35.899Z | Checking serde-hex v0.1.0 |
1854 | 2023-10-20T18:41:35.972Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1855 | 2023-10-20T18:41:36.348Z | Checking x509-cert v0.2.4 |
1856 | 2023-10-20T18:41:36.436Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1857 | 2023-10-20T18:41:37.023Z | Checking env_logger v0.10.0 |
1858 | 2023-10-20T18:41:37.809Z | Checking ron v0.8.1 |
1859 | 2023-10-20T18:41:37.945Z | Checking crc-any v2.4.3 |
1860 | 2023-10-20T18:41:38.891Z | Compiling platforms v3.0.2 |
1861 | 2023-10-20T18:41:39.926Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1862 | 2023-10-20T18:41:41.431Z | Checking object v0.30.4 |
1863 | 2023-10-20T18:41:42.313Z | Checking path-slash v0.1.5 |
1864 | 2023-10-20T18:41:44.331Z | Checking num-complex v0.4.4 |
1865 | 2023-10-20T18:41:44.400Z | Checking rand v0.4.6 |
1866 | 2023-10-20T18:41:44.829Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1867 | 2023-10-20T18:41:45.260Z | Compiling erased-serde v0.3.30 |
1868 | 2023-10-20T18:41:45.858Z | Checking num v0.4.1 |
1869 | 2023-10-20T18:41:46.018Z | Compiling curve25519-dalek v4.1.0 |
1870 | 2023-10-20T18:41:46.097Z | Compiling bitstruct_derive v0.1.0 |
1871 | 2023-10-20T18:41:46.608Z | Compiling async-recursion v1.0.5 |
1872 | 2023-10-20T18:41:47.195Z | Compiling glob v0.3.1 |
1873 | 2023-10-20T18:41:48.396Z | Compiling mime_guess v2.0.4 |
1874 | 2023-10-20T18:41:48.798Z | Compiling thiserror-impl-no-std v2.0.2 |
1875 | 2023-10-20T18:41:48.816Z | Compiling curve25519-dalek-derive v0.1.0 |
1876 | 2023-10-20T18:41:50.358Z | Compiling salty v0.2.0 |
1877 | 2023-10-20T18:41:50.708Z | Checking tungstenite v0.18.0 |
1878 | 2023-10-20T18:41:50.943Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1879 | 2023-10-20T18:41:50.968Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1880 | 2023-10-20T18:41:51.477Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1881 | 2023-10-20T18:41:52.065Z | Checking universal-hash v0.5.1 |
1882 | 2023-10-20T18:41:52.138Z | Checking nibble_vec v0.1.0 |
1883 | 2023-10-20T18:41:52.142Z | Checking tokio-tungstenite v0.18.0 |
1884 | 2023-10-20T18:41:52.543Z | Checking endian-type v0.1.2 |
1885 | 2023-10-20T18:41:52.847Z | Compiling crunchy v0.2.2 |
1886 | 2023-10-20T18:41:52.871Z | Checking opaque-debug v0.3.0 |
1887 | 2023-10-20T18:41:53.002Z | Checking radix_trie v0.2.1 |
1888 | 2023-10-20T18:41:53.131Z | Checking snafu v0.7.5 |
1889 | 2023-10-20T18:41:53.511Z | Compiling tiny-keccak v2.0.2 |
1890 | 2023-10-20T18:41:53.602Z | Checking linear-map v1.2.0 |
1891 | 2023-10-20T18:41:53.727Z | Checking trust-dns-client v0.22.0 |
1892 | 2023-10-20T18:41:53.885Z | Checking parking_lot v0.11.2 |
1893 | 2023-10-20T18:41:54.194Z | Compiling clang-sys v1.6.1 |
1894 | 2023-10-20T18:41:54.257Z | Checking aead v0.5.2 |
1895 | 2023-10-20T18:41:54.427Z | Compiling darling_core v0.14.4 |
1896 | 2023-10-20T18:41:54.583Z | Compiling prettyplease v0.2.12 |
1897 | 2023-10-20T18:41:54.695Z | Checking sled v0.34.7 |
1898 | 2023-10-20T18:41:55.007Z | Compiling ascii-canvas v3.0.0 |
1899 | 2023-10-20T18:41:55.753Z | Checking toml_edit v0.20.0 |
1900 | 2023-10-20T18:41:55.809Z | Checking trust-dns-server v0.22.1 |
1901 | 2023-10-20T18:41:56.184Z | Compiling const_format_proc_macros v0.2.31 |
1902 | 2023-10-20T18:41:56.212Z | Compiling ena v0.14.2 |
1903 | 2023-10-20T18:41:56.843Z | Compiling portable-atomic v1.4.3 |
1904 | 2023-10-20T18:41:57.040Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1905 | 2023-10-20T18:41:58.148Z | Checking pretty-hex v0.3.0 |
1906 | 2023-10-20T18:41:58.401Z | Compiling minimal-lexical v0.2.1 |
1907 | 2023-10-20T18:41:58.475Z | Compiling diff v0.1.13 |
1908 | 2023-10-20T18:41:59.171Z | Compiling nom v7.1.3 |
1909 | 2023-10-20T18:41:59.228Z | Compiling lalrpop v0.19.12 |
1910 | 2023-10-20T18:41:59.414Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1911 | 2023-10-20T18:41:59.692Z | Checking toml v0.8.0 |
1912 | 2023-10-20T18:41:59.958Z | Checking path-dedot v3.1.0 |
1913 | 2023-10-20T18:41:59.976Z | Compiling libloading v0.7.4 |
1914 | 2023-10-20T18:42:00.172Z | Compiling ref-cast v1.0.20 |
1915 | 2023-10-20T18:42:00.191Z | Compiling bindgen v0.65.1 |
1916 | 2023-10-20T18:42:00.843Z | Checking path-absolutize v3.1.0 |
1917 | 2023-10-20T18:42:01.977Z | Checking globset v0.4.13 |
1918 | 2023-10-20T18:42:02.732Z | Checking crossbeam-deque v0.8.3 |
1919 | 2023-10-20T18:42:03.232Z | Checking hashlink v0.8.3 |
1920 | 2023-10-20T18:42:03.354Z | Compiling darling_macro v0.14.4 |
1921 | 2023-10-20T18:42:03.424Z | Checking olpc-cjson v0.1.3 |
1922 | 2023-10-20T18:42:04.203Z | Checking serde_plain v1.0.2 |
1923 | 2023-10-20T18:42:04.211Z | Compiling which v4.4.0 |
1924 | 2023-10-20T18:42:04.220Z | Compiling ref-cast-impl v1.0.20 |
1925 | 2023-10-20T18:42:04.254Z | Compiling libxml v0.3.3 |
1926 | 2023-10-20T18:42:04.720Z | Compiling rustc-hash v1.1.0 |
1927 | 2023-10-20T18:42:04.822Z | Compiling darling v0.14.4 |
1928 | 2023-10-20T18:42:04.843Z | Checking fallible-streaming-iterator v0.1.9 |
1929 | 2023-10-20T18:42:04.930Z | Compiling lazycell v1.3.0 |
1930 | 2023-10-20T18:42:04.982Z | Compiling cexpr v0.6.0 |
1931 | 2023-10-20T18:42:05.183Z | Compiling derive_builder_core v0.12.0 |
1932 | 2023-10-20T18:42:05.199Z | Compiling peeking_take_while v0.1.2 |
1933 | 2023-10-20T18:42:05.405Z | Compiling shlex v1.1.0 |
1934 | 2023-10-20T18:42:05.479Z | Checking rusqlite v0.29.0 |
1935 | 2023-10-20T18:42:05.841Z | Checking tough v0.12.5 |
1936 | 2023-10-20T18:42:05.899Z | Checking twox-hash v1.6.3 |
1937 | 2023-10-20T18:42:06.633Z | Checking nix v0.26.2 |
1938 | 2023-10-20T18:42:08.303Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1939 | 2023-10-20T18:42:08.769Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1940 | 2023-10-20T18:42:08.999Z | Compiling derive_builder_macro v0.12.0 |
1941 | 2023-10-20T18:42:09.603Z | Checking ff v0.13.0 |
1942 | 2023-10-20T18:42:09.922Z | Compiling strum_macros v0.24.3 |
1943 | 2023-10-20T18:42:10.217Z | Compiling indoc v1.0.9 |
1944 | 2023-10-20T18:42:11.620Z | Checking signature v1.6.4 |
1945 | 2023-10-20T18:42:11.913Z | Checking display-error-chain v0.1.1 |
1946 | 2023-10-20T18:42:12.065Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1947 | 2023-10-20T18:42:12.115Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1948 | 2023-10-20T18:42:12.776Z | Checking ed25519 v1.5.3 |
1949 | 2023-10-20T18:42:13.018Z | Checking group v0.13.0 |
1950 | 2023-10-20T18:42:14.640Z | Checking polyval v0.6.1 |
1951 | 2023-10-20T18:42:15.045Z | Checking num_enum v0.7.0 |
1952 | 2023-10-20T18:42:15.267Z | Checking aes v0.8.3 |
1953 | 2023-10-20T18:42:15.410Z | Checking ctr v0.9.2 |
1954 | 2023-10-20T18:42:15.691Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1955 | 2023-10-20T18:42:15.698Z | Checking crypto-bigint v0.5.2 |
1956 | 2023-10-20T18:42:15.862Z | Checking bincode v1.3.3 |
1957 | 2023-10-20T18:42:16.647Z | Compiling cookie v0.16.2 |
1958 | 2023-10-20T18:42:16.690Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1959 | 2023-10-20T18:42:17.122Z | Checking base16ct v0.2.0 |
1960 | 2023-10-20T18:42:18.052Z | Checking aes-gcm-siv v0.11.1 |
1961 | 2023-10-20T18:42:18.451Z | Checking steno v0.4.0 |
1962 | 2023-10-20T18:42:18.619Z | Checking elliptic-curve v0.13.5 |
1963 | 2023-10-20T18:42:18.872Z | Checking rayon v1.7.0 |
1964 | 2023-10-20T18:42:19.423Z | Checking thiserror-no-std v2.0.2 |
1965 | 2023-10-20T18:42:19.583Z | Checking poly1305 v0.8.0 |
1966 | 2023-10-20T18:42:19.816Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1967 | 2023-10-20T18:42:20.343Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1968 | 2023-10-20T18:42:20.596Z | Checking env_logger v0.9.3 |
1969 | 2023-10-20T18:42:20.712Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1970 | 2023-10-20T18:42:21.238Z | Checking chacha20 v0.9.1 |
1971 | 2023-10-20T18:42:21.785Z | Checking serde-big-array v0.4.1 |
1972 | 2023-10-20T18:42:21.855Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1973 | 2023-10-20T18:42:22.029Z | Checking serde-big-array v0.5.1 |
1974 | 2023-10-20T18:42:22.701Z | Compiling oso-derive v0.26.4 |
1975 | 2023-10-20T18:42:22.707Z | Compiling impl-trait-for-tuples v0.2.2 |
1976 | 2023-10-20T18:42:22.934Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1977 | 2023-10-20T18:42:23.171Z | Checking ascii v1.1.0 |
1978 | 2023-10-20T18:42:23.447Z | Checking ringbuffer v0.15.0 |
1979 | 2023-10-20T18:42:23.753Z | Checking vsss-rs v3.3.1 |
1980 | 2023-10-20T18:42:23.810Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1981 | 2023-10-20T18:42:24.080Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1982 | 2023-10-20T18:42:24.310Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1983 | 2023-10-20T18:42:25.250Z | Checking chacha20poly1305 v0.10.1 |
1984 | 2023-10-20T18:42:25.789Z | Checking bitstruct v0.1.1 |
1985 | 2023-10-20T18:42:26.008Z | Checking signal-hook-tokio v0.3.1 |
1986 | 2023-10-20T18:42:26.259Z | Checking tungstenite v0.20.1 |
1987 | 2023-10-20T18:42:27.029Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1988 | 2023-10-20T18:42:27.047Z | Checking serde_arrays v0.1.0 |
1989 | 2023-10-20T18:42:27.258Z | Checking corncobs v0.1.3 |
1990 | 2023-10-20T18:42:27.545Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1991 | 2023-10-20T18:42:27.717Z | Checking tokio-tungstenite v0.20.1 |
1992 | 2023-10-20T18:42:29.288Z | Checking assert_matches v1.5.0 |
1993 | 2023-10-20T18:42:30.048Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1994 | 2023-10-20T18:42:32.442Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1995 | 2023-10-20T18:42:33.806Z | Checking bcs v0.1.5 |
1996 | 2023-10-20T18:42:34.628Z | Checking highway v1.1.0 |
1997 | 2023-10-20T18:42:35.298Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1998 | 2023-10-20T18:42:37.041Z | Checking const_format v0.2.31 |
1999 | 2023-10-20T18:42:42.417Z | Checking ron v0.7.1 |
2000 | 2023-10-20T18:42:44.638Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2001 | 2023-10-20T18:43:06.085Z | Checking http-range v0.1.5 |
2002 | 2023-10-20T18:43:07.024Z | Checking bit_field v0.10.2 |
2003 | 2023-10-20T18:43:07.229Z | Checking hyper-staticfile v0.9.5 |
2004 | 2023-10-20T18:43:07.464Z | Compiling indoc v2.0.3 |
2005 | 2023-10-20T18:43:07.531Z | Checking derive_builder v0.12.0 |
2006 | 2023-10-20T18:43:07.661Z | Checking bb8 v0.8.1 |
2007 | 2023-10-20T18:43:07.733Z | Checking quick-xml v0.23.1 |
2008 | 2023-10-20T18:43:07.829Z | Checking bytesize v1.3.0 |
2009 | 2023-10-20T18:43:07.944Z | Checking fs-err v2.9.0 |
2010 | 2023-10-20T18:43:08.042Z | Checking number_prefix v0.4.0 |
2011 | 2023-10-20T18:43:08.060Z | Checking maplit v1.0.2 |
2012 | 2023-10-20T18:43:08.145Z | Checking indicatif v0.17.7 |
2013 | 2023-10-20T18:43:08.337Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2014 | 2023-10-20T18:43:08.639Z | Checking signal-hook-mio v0.2.3 |
2015 | 2023-10-20T18:43:09.068Z | Compiling vte_generate_state_changes v0.1.1 |
2016 | 2023-10-20T18:43:09.163Z | Checking yansi v0.5.1 |
2017 | 2023-10-20T18:43:09.238Z | Checking pretty_assertions v1.4.0 |
2018 | 2023-10-20T18:43:09.278Z | Checking crossterm v0.27.0 |
2019 | 2023-10-20T18:43:09.369Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2020 | 2023-10-20T18:43:09.404Z | Checking fatfs v0.3.6 |
2021 | 2023-10-20T18:43:09.502Z | Checking cassowary v0.3.0 |
2022 | 2023-10-20T18:43:09.555Z | Checking plotters-backend v0.3.5 |
2023 | 2023-10-20T18:43:09.593Z | Checking ratatui v0.23.0 |
2024 | 2023-10-20T18:43:09.639Z | Checking plotters-svg v0.3.5 |
2025 | 2023-10-20T18:43:11.785Z | Checking rtoolbox v0.0.1 |
2026 | 2023-10-20T18:43:12.034Z | Checking remove_dir_all v0.5.3 |
2027 | 2023-10-20T18:43:12.273Z | Checking owo-colors v3.5.0 |
2028 | 2023-10-20T18:43:12.301Z | Checking cast v0.3.0 |
2029 | 2023-10-20T18:43:12.753Z | Checking criterion-plot v0.5.0 |
2030 | 2023-10-20T18:43:12.939Z | Checking tui-tree-widget v0.13.0 |
2031 | 2023-10-20T18:43:13.349Z | Checking tempdir v0.3.7 |
2032 | 2023-10-20T18:43:13.446Z | Checking rpassword v7.2.0 |
2033 | 2023-10-20T18:43:13.578Z | Checking plotters v0.3.5 |
2034 | 2023-10-20T18:43:17.155Z | Checking tinytemplate v1.2.1 |
2035 | 2023-10-20T18:43:17.753Z | Checking shell-words v1.1.0 |
2036 | 2023-10-20T18:43:17.922Z | Checking os_str_bytes v6.5.1 |
2037 | 2023-10-20T18:43:18.013Z | Checking anes v0.1.6 |
2038 | 2023-10-20T18:43:18.046Z | Checking oorandom v11.1.3 |
2039 | 2023-10-20T18:43:18.469Z | Checking clap_lex v0.2.4 |
2040 | 2023-10-20T18:43:18.629Z | Checking criterion v0.5.1 |
2041 | 2023-10-20T18:43:25.134Z | Checking assert_cmd v2.0.12 |
2042 | 2023-10-20T18:43:25.488Z | Compiling clap_derive v3.2.25 |
2043 | 2023-10-20T18:43:25.525Z | Checking dashmap v5.5.1 |
2044 | 2023-10-20T18:43:26.408Z | Compiling serial_test_derive v0.10.0 |
2045 | 2023-10-20T18:43:26.702Z | Compiling crossbeam-queue v0.3.8 |
2046 | 2023-10-20T18:43:28.055Z | Checking serial_test v0.10.0 |
2047 | 2023-10-20T18:43:28.365Z | Checking vte v0.11.1 |
2048 | 2023-10-20T18:43:28.387Z | Checking threadpool v1.8.1 |
2049 | 2023-10-20T18:43:30.959Z | Checking strip-ansi-escapes v0.2.0 |
2050 | 2023-10-20T18:43:31.182Z | Checking crossterm v0.26.1 |
2051 | 2023-10-20T18:43:31.978Z | Compiling tabled_derive v0.6.0 |
2052 | 2023-10-20T18:43:32.315Z | Checking httptest v0.15.4 |
2053 | 2023-10-20T18:43:33.130Z | Checking clap v3.2.25 |
2054 | 2023-10-20T18:43:33.452Z | Checking similar-asserts v1.5.0 |
2055 | 2023-10-20T18:43:33.514Z | Checking fd-lock v3.0.13 |
2056 | 2023-10-20T18:43:33.819Z | Checking nanorand v0.7.0 |
2057 | 2023-10-20T18:43:33.823Z | Compiling rstest_macros v0.18.2 |
2058 | 2023-10-20T18:43:34.169Z | Checking nu-ansi-term v0.49.0 |
2059 | 2023-10-20T18:43:34.414Z | Checking flume v0.11.0 |
2060 | 2023-10-20T18:43:34.825Z | Checking reedline v0.23.0 |
2061 | 2023-10-20T18:43:37.960Z | Compiling pin-project-internal v1.1.3 |
2062 | 2023-10-20T18:43:38.231Z | Checking arrayvec v0.7.4 |
2063 | 2023-10-20T18:43:38.631Z | Checking libtest-mimic v0.5.2 |
2064 | 2023-10-20T18:43:38.850Z | Compiling trybuild v1.0.85 |
2065 | 2023-10-20T18:43:38.874Z | Compiling relative-path v1.9.0 |
2066 | 2023-10-20T18:43:38.891Z | Checking bytecount v0.6.3 |
2067 | 2023-10-20T18:43:39.361Z | Checking datatest-stable v0.1.3 |
2068 | 2023-10-20T18:43:39.383Z | Checking topological-sort v0.2.2 |
2069 | 2023-10-20T18:43:39.656Z | Checking arrayref v0.3.7 |
2070 | 2023-10-20T18:43:39.702Z | Checking constant_time_eq v0.2.6 |
2071 | 2023-10-20T18:43:39.826Z | Checking papergrid v0.10.0 |
2072 | 2023-10-20T18:43:39.879Z | Checking blake2b_simd v1.0.1 |
2073 | 2023-10-20T18:43:42.587Z | Checking pin-project v1.1.3 |
2074 | 2023-10-20T18:43:42.683Z | Checking basic-toml v0.1.4 |
2075 | 2023-10-20T18:43:42.758Z | Checking constant_time_eq v0.3.0 |
2076 | 2023-10-20T18:43:43.292Z | Checking futures-timer v3.0.2 |
2077 | 2023-10-20T18:43:43.739Z | Checking rust-argon2 v1.0.1 |
2078 | 2023-10-20T18:43:43.771Z | Checking partial-io v0.5.4 |
2079 | 2023-10-20T18:43:44.376Z | Checking tabled v0.14.0 |
2080 | 2023-10-20T18:43:45.847Z | Checking approx v0.5.1 |
2081 | 2023-10-20T18:43:45.982Z | Checking cargo-platform v0.1.3 |
2082 | 2023-10-20T18:43:46.220Z | Checking hex-literal v0.4.1 |
2083 | 2023-10-20T18:43:46.418Z | Checking cargo_metadata v0.18.0 |
2084 | 2023-10-20T18:43:46.648Z | Checking crossbeam v0.8.2 |
2085 | 2023-10-20T18:43:49.184Z | Checking cargo_toml v0.16.3 |
2086 | 2023-10-20T18:43:49.561Z | Checking termios v0.3.3 |
2087 | 2023-10-20T18:43:52.377Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2088 | 2023-10-20T18:43:53.068Z | Checking rstest v0.18.2 |
2089 | 2023-10-20T18:44:06.396Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2090 | 2023-10-20T18:44:12.133Z | Compiling bzip2 v0.4.4 |
2091 | 2023-10-20T18:44:12.645Z | Compiling zip v0.6.6 |
2092 | 2023-10-20T18:44:12.891Z | Compiling polar-core v0.26.4 |
2093 | 2023-10-20T18:44:13.784Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2094 | 2023-10-20T18:44:14.652Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2095 | 2023-10-20T18:44:15.253Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2096 | 2023-10-20T18:44:15.780Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2097 | 2023-10-20T18:44:16.441Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2098 | 2023-10-20T18:44:16.531Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2099 | 2023-10-20T18:44:17.874Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2100 | 2023-10-20T18:44:18.041Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2101 | 2023-10-20T18:44:18.470Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2102 | 2023-10-20T18:44:19.158Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2103 | 2023-10-20T18:44:19.255Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2104 | 2023-10-20T18:44:20.166Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2105 | 2023-10-20T18:44:21.747Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2106 | 2023-10-20T18:44:22.187Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2107 | 2023-10-20T18:44:22.367Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2108 | 2023-10-20T18:44:24.003Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2109 | 2023-10-20T18:44:27.232Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2110 | 2023-10-20T18:44:34.602Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2111 | 2023-10-20T18:44:34.631Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2112 | 2023-10-20T18:44:37.194Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2113 | 2023-10-20T18:44:37.626Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2114 | 2023-10-20T18:44:38.548Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2115 | 2023-10-20T18:44:38.795Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2116 | 2023-10-20T18:44:39.153Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2117 | 2023-10-20T18:44:40.014Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2118 | 2023-10-20T18:44:41.807Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2119 | 2023-10-20T18:44:46.265Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2120 | 2023-10-20T18:44:48.242Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2121 | 2023-10-20T18:44:48.970Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2122 | 2023-10-20T18:44:49.776Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2123 | 2023-10-20T18:44:54.220Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2124 | 2023-10-20T18:45:04.664Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2125 | 2023-10-20T18:45:04.843Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2126 | 2023-10-20T18:45:05.775Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2127 | 2023-10-20T18:45:06.930Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2128 | 2023-10-20T18:45:07.730Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2129 | 2023-10-20T18:45:07.843Z | Checking oso v0.26.4 |
2130 | 2023-10-20T18:45:08.675Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2131 | 2023-10-20T18:45:10.290Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2132 | 2023-10-20T18:45:10.994Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2133 | 2023-10-20T18:45:13.398Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2134 | 2023-10-20T18:45:15.644Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2135 | 2023-10-20T18:45:16.767Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2136 | 2023-10-20T18:45:19.480Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2137 | 2023-10-20T18:45:19.837Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2138 | 2023-10-20T18:45:24.531Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2139 | 2023-10-20T18:45:25.745Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2140 | 2023-10-20T18:45:31.005Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2141 | 2023-10-20T18:45:34.044Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2142 | 2023-10-20T18:45:35.991Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2143 | 2023-10-20T18:45:36.378Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2144 | 2023-10-20T18:45:37.075Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2145 | 2023-10-20T18:45:44.320Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2146 | 2023-10-20T18:45:45.590Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2147 | 2023-10-20T18:45:45.976Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2148 | 2023-10-20T18:45:47.413Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2149 | 2023-10-20T18:45:57.957Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2150 | 2023-10-20T18:46:08.232Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2151 | 2023-10-20T18:46:32.138Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2152 | 2023-10-20T18:46:42.560Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2153 | 2023-10-20T18:47:09.108Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2154 | 2023-10-20T18:47:50.123Z | Compiling git2 v0.17.2 |
2155 | 2023-10-20T18:47:58.866Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2156 | 2023-10-20T18:48:01.306Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2157 | 2023-10-20T18:48:12.439Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2158 | 2023-10-20T18:48:21.738Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2159 | 2023-10-20T18:48:22.066Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2160 | 2023-10-20T18:48:22.577Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2161 | 2023-10-20T18:48:24.120Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2162 | 2023-10-20T18:48:56.134Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2163 | 2023-10-20T18:50:35.589Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 08s |
2164 | 2023-10-20T18:50:36.201Z | |
2165 | 2023-10-20T18:50:36.721Z | real 14:12.574405738 |
2166 | 2023-10-20T18:50:37.046Z | user 1:23:30.858916762 |
2167 | 2023-10-20T18:50:37.193Z | sys 11:18.330583995 |
2168 | 2023-10-20T18:50:37.434Z | trap 3.072440543 |
2169 | 2023-10-20T18:50:37.597Z | tflt 5.455209460 |
2170 | 2023-10-20T18:50:37.685Z | dflt 6.223689134 |
2171 | 2023-10-20T18:50:37.791Z | kflt 0.023668673 |
2172 | 2023-10-20T18:50:37.825Z | lock 1:53:09.918206965 |
2173 | 2023-10-20T18:50:37.916Z | slp 4:40:30.977310112 |
2174 | 2023-10-20T18:50:38.020Z | lat 3:12.967534522 |
2175 | 2023-10-20T18:50:38.040Z | stop 7:59.992467798 |
2176 | 2023-10-20T18:50:38.091Z | process exited: duration 967063 ms, exit code 0 |
|
2177 | 2023-10-20T18:50:38.251Z | found 0 output files |