|
|
|
1 | 2023-10-17T20:48:32.317Z | job assigned to worker 01HCZP9MAT76A56NAYK5CRWB0T (queued for 1 m 4 s) |
|
2 | 2023-10-17T20:48:32.457Z | starting task 0: "setup" |
3 | 2023-10-17T20:48:32.531Z | ++ uname -s |
4 | 2023-10-17T20:48:32.538Z | + kern=SunOS |
5 | 2023-10-17T20:48:32.562Z | + case "$kern" in |
6 | 2023-10-17T20:48:32.987Z | + groupadd -g 12345 build |
7 | 2023-10-17T20:48:32.990Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-17T20:48:34.556Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-17T20:48:34.652Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-17T20:48:34.669Z | + home_fs=zfs |
11 | 2023-10-17T20:48:34.684Z | + [[ zfs == autofs ]] |
12 | 2023-10-17T20:48:34.708Z | + mkdir -p /home/build |
13 | 2023-10-17T20:48:34.728Z | + chown build:build /home/build /work |
14 | 2023-10-17T20:48:36.655Z | + chmod 0700 /home/build /work |
15 | 2023-10-17T20:48:36.660Z | process exited: duration 4188 ms, exit code 0 |
|
16 | 2023-10-17T20:48:36.672Z | starting task 1: "rust-toolchain" |
17 | 2023-10-17T20:48:36.688Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-17T20:48:36.693Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-17T20:48:36.880Z | info: downloading installer |
20 | 2023-10-17T20:48:38.074Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-17T20:48:38.082Z | warning: /opt/ooce/bin |
22 | 2023-10-17T20:48:38.122Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-17T20:48:38.134Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-17T20:48:38.145Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-17T20:48:38.159Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-17T20:48:38.167Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-17T20:48:38.178Z | error: cannot install while Rust is installed |
28 | 2023-10-17T20:48:38.198Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-17T20:48:38.205Z | info: profile set to 'default' |
30 | 2023-10-17T20:48:38.212Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-17T20:48:38.224Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-17T20:48:38.353Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-17T20:48:39.585Z | info: downloading component 'cargo' |
34 | 2023-10-17T20:48:39.592Z | info: downloading component 'clippy' |
35 | 2023-10-17T20:48:39.600Z | info: downloading component 'rust-docs' |
36 | 2023-10-17T20:48:39.964Z | info: downloading component 'rust-std' |
37 | 2023-10-17T20:48:41.306Z | info: downloading component 'rustc' |
38 | 2023-10-17T20:48:44.563Z | info: downloading component 'rustfmt' |
39 | 2023-10-17T20:48:44.760Z | info: installing component 'cargo' |
40 | 2023-10-17T20:48:46.143Z | info: installing component 'clippy' |
41 | 2023-10-17T20:48:46.712Z | info: installing component 'rust-docs' |
42 | 2023-10-17T20:48:50.251Z | info: installing component 'rust-std' |
43 | 2023-10-17T20:48:52.400Z | info: installing component 'rustc' |
44 | 2023-10-17T20:48:58.954Z | info: installing component 'rustfmt' |
45 | 2023-10-17T20:48:59.394Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-17T20:48:59.414Z | |
47 | 2023-10-17T20:48:59.551Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-17T20:48:59.974Z | |
49 | 2023-10-17T20:48:59.977Z | |
50 | 2023-10-17T20:48:59.982Z | Rust is installed now. Great! |
51 | 2023-10-17T20:48:59.985Z | |
52 | 2023-10-17T20:48:59.989Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-17T20:48:59.992Z | environment variable. This has not been done automatically. |
54 | 2023-10-17T20:48:59.995Z | |
55 | 2023-10-17T20:49:00.004Z | To configure your current shell, run: |
56 | 2023-10-17T20:49:00.013Z | source "$HOME/.cargo/env" |
57 | 2023-10-17T20:49:01.294Z | + rustc --version |
58 | 2023-10-17T20:49:01.302Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-17T20:49:01.307Z | process exited: duration 23053 ms, exit code 0 |
|
60 | 2023-10-17T20:49:01.342Z | starting task 2: "authentication" |
61 | 2023-10-17T20:49:01.395Z | process exited: duration 36 ms, exit code 0 |
|
62 | 2023-10-17T20:49:01.417Z | starting task 3: "clone repository" |
63 | 2023-10-17T20:49:01.439Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-17T20:49:01.444Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-17T20:49:01.475Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-17T20:49:26.962Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-17T20:49:26.965Z | + [[ -n wicketd-proxy-nexus ]] |
68 | 2023-10-17T20:49:26.968Z | + git fetch origin wicketd-proxy-nexus |
69 | 2023-10-17T20:49:27.317Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-17T20:49:27.320Z | * branch wicketd-proxy-nexus -> FETCH_HEAD |
71 | 2023-10-17T20:49:27.327Z | + git checkout -B wicketd-proxy-nexus remotes/origin/wicketd-proxy-nexus |
72 | 2023-10-17T20:49:27.419Z | Switched to a new branch 'wicketd-proxy-nexus' |
73 | 2023-10-17T20:49:27.422Z | branch 'wicketd-proxy-nexus' set up to track 'origin/wicketd-proxy-nexus'. |
74 | 2023-10-17T20:49:27.425Z | + git reset --hard 2670d9240dd2763e7e7b779f67333f3b67a840dd |
75 | 2023-10-17T20:49:27.562Z | HEAD is now at 2670d924 illumos fixes |
76 | 2023-10-17T20:49:27.565Z | process exited: duration 26139 ms, exit code 0 |
|
77 | 2023-10-17T20:49:27.571Z | starting task 4: "build" |
78 | 2023-10-17T20:49:27.582Z | + cargo --version |
79 | 2023-10-17T20:49:27.672Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-17T20:49:27.675Z | + rustc --version |
81 | 2023-10-17T20:49:27.772Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-17T20:49:27.776Z | + source ./env.sh |
83 | 2023-10-17T20:49:27.779Z | ++ set -o xtrace |
84 | 2023-10-17T20:49:27.782Z | ++++ dirname ./env.sh |
85 | 2023-10-17T20:49:27.786Z | +++ cd . |
86 | 2023-10-17T20:49:27.794Z | +++ echo /work/oxidecomputer/omicron |
87 | 2023-10-17T20:49:27.861Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2023-10-17T20:49:27.864Z | ++ 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-17T20:49:27.866Z | ++ 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-17T20:49:27.869Z | ++ 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-17T20:49:27.872Z | ++ 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-17T20:49:27.875Z | ++ 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-17T20:49:27.878Z | ++ 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-17T20:49:27.883Z | ++ unset OMICRON_WS |
95 | 2023-10-17T20:49:27.886Z | ++ set +o xtrace |
96 | 2023-10-17T20:49:27.889Z | |
97 | 2023-10-17T20:49:27.891Z | ##### ##### ###### ##### ###### #### # # # #### # |
98 | 2023-10-17T20:49:27.896Z | # # # # # # # # # # # # # # # |
99 | 2023-10-17T20:49:27.899Z | # # # # ##### # # ##### # # # # # #### # |
100 | 2023-10-17T20:49:27.902Z | ##### ##### # ##### # # # # # # # # # |
101 | 2023-10-17T20:49:27.904Z | # # # # # # # # # # # # # # # |
102 | 2023-10-17T20:49:27.907Z | # # # ###### # # ###### ### # #### # #### # |
103 | 2023-10-17T20:49:27.910Z | |
104 | 2023-10-17T20:49:37.770Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2023-10-17T20:49:38.598Z | Startup: Caching catalogs ... Done |
106 | 2023-10-17T20:49:42.645Z | Planning: Solver setup ... Done (3.798s) |
107 | 2023-10-17T20:49:42.750Z | Planning: Running solver ... Done (0.105s) |
108 | 2023-10-17T20:49:42.878Z | Planning: Finding local manifests ... Done (0.087s) |
109 | 2023-10-17T20:49:42.893Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2023-10-17T20:49:43.157Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2023-10-17T20:49:43.295Z | Planning: Package planning ... Done (0.138s) |
112 | 2023-10-17T20:49:43.379Z | Planning: Merging actions ... Done (0.083s) |
113 | 2023-10-17T20:49:44.451Z | Planning: Checking for conflicting actions ... Done (1.072s) |
114 | 2023-10-17T20:49:44.468Z | Planning: Consolidating action changes ... Done (0.017s) |
115 | 2023-10-17T20:49:52.310Z | Planning: Evaluating mediators ... Done (7.842s) |
116 | 2023-10-17T20:49:52.331Z | Planning: Planning completed in 13.67 seconds |
117 | 2023-10-17T20:50:01.203Z | Packages to install: 4 |
118 | 2023-10-17T20:50:01.629Z | Mediators to change: 2 |
119 | 2023-10-17T20:50:01.815Z | Services to change: 1 |
120 | 2023-10-17T20:50:01.870Z | Estimated space available: 149.39 GB |
121 | 2023-10-17T20:50:01.930Z | Estimated space to be consumed: 1.36 GB |
122 | 2023-10-17T20:50:01.980Z | Create boot environment: No |
123 | 2023-10-17T20:50:02.051Z | Create backup boot environment: No |
124 | 2023-10-17T20:50:02.097Z | Rebuild boot archive: No |
125 | 2023-10-17T20:50:02.122Z | |
126 | 2023-10-17T20:50:02.152Z | Changed mediators: |
127 | 2023-10-17T20:50:02.232Z | mediator clang: |
128 | 2023-10-17T20:50:02.296Z | version: None -> 15 (system default) |
129 | 2023-10-17T20:50:02.332Z | |
130 | 2023-10-17T20:50:02.370Z | mediator llvm: |
131 | 2023-10-17T20:50:02.383Z | version: 14 (system default) -> 15 (system default) |
132 | 2023-10-17T20:50:02.403Z | |
133 | 2023-10-17T20:50:02.424Z | Changed packages: |
134 | 2023-10-17T20:50:02.473Z | helios-dev |
135 | 2023-10-17T20:50:02.504Z | developer/build-essential |
136 | 2023-10-17T20:50:02.518Z | None -> 11-2.0 |
137 | 2023-10-17T20:50:02.531Z | library/libxmlsec1 |
138 | 2023-10-17T20:50:02.544Z | None -> 1.2.35-2.0 |
139 | 2023-10-17T20:50:02.565Z | ooce/developer/clang-15 |
140 | 2023-10-17T20:50:02.583Z | None -> 15.0.7-2.0 |
141 | 2023-10-17T20:50:02.593Z | ooce/developer/llvm-15 |
142 | 2023-10-17T20:50:02.599Z | None -> 15.0.7-2.0 |
143 | 2023-10-17T20:50:02.605Z | |
144 | 2023-10-17T20:50:02.623Z | Services: |
145 | 2023-10-17T20:50:02.636Z | restart_fmri: |
146 | 2023-10-17T20:50:02.646Z | svc:/system/update-man-index:default |
147 | 2023-10-17T20:50:02.656Z | |
148 | 2023-10-17T20:50:02.666Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2023-10-17T20:50:02.687Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (17.3M/s) |
150 | 2023-10-17T20:50:06.761Z | Download: 3089/3290 items 121.4/212.6MB 57% complete (12.2M/s) |
151 | 2023-10-17T20:50:09.323Z | Download: Completed 212.60 MB in 12.56 seconds (16.9M/s) |
152 | 2023-10-17T20:50:10.065Z | Actions: 1/3687 actions (Installing new actions) |
153 | 2023-10-17T20:50:15.081Z | Actions: 3200/3687 actions (Installing new actions) |
154 | 2023-10-17T20:50:18.454Z | Actions: Completed 3687 actions in 7.98 seconds. |
155 | 2023-10-17T20:50:18.461Z | Done (0.143s) |
156 | 2023-10-17T20:50:18.476Z | Done (0.000s) |
157 | 2023-10-17T20:50:18.505Z | Done (0.181s) |
158 | 2023-10-17T20:50:28.152Z | Done (7.223s) |
159 | 2023-10-17T20:50:28.247Z | Done (0.110s) |
160 | 2023-10-17T20:50:28.411Z | Done (0.000s) |
161 | 2023-10-17T20:50:28.513Z | Done (0.000s) |
162 | 2023-10-17T20:50:28.581Z | Planning: Evaluating mediator changes ... Done |
163 | 2023-10-17T20:50:28.687Z | Planning: Checking for conflicting actions ... Done |
164 | 2023-10-17T20:50:28.748Z | Planning: Consolidating action changes ... Done |
165 | 2023-10-17T20:50:28.761Z | Planning: Evaluating mediators ... Done |
166 | 2023-10-17T20:50:28.798Z | Planning: Planning completed in 0.72 seconds |
167 | 2023-10-17T20:50:28.808Z | Mediators to change: 2 |
168 | 2023-10-17T20:50:28.821Z | Create boot environment: No |
169 | 2023-10-17T20:50:28.832Z | Create backup boot environment: No |
170 | 2023-10-17T20:50:28.836Z | Done |
171 | 2023-10-17T20:50:28.846Z | Done |
172 | 2023-10-17T20:50:28.850Z | Done |
173 | 2023-10-17T20:50:33.595Z | Done |
174 | 2023-10-17T20:50:33.714Z | Done |
175 | 2023-10-17T20:50:33.717Z | Done |
176 | 2023-10-17T20:50:33.824Z | Done |
177 | 2023-10-17T20:50:34.837Z | Planning: Evaluating mediator changes ... Done |
178 | 2023-10-17T20:50:34.840Z | Planning: Merging actions ... Done |
179 | 2023-10-17T20:50:35.170Z | Planning: Checking for conflicting actions ... Done |
180 | 2023-10-17T20:50:35.173Z | Planning: Consolidating action changes ... Done |
181 | 2023-10-17T20:50:35.601Z | Planning: Evaluating mediators ... Done |
182 | 2023-10-17T20:50:35.691Z | Planning: Planning completed in 1.30 seconds |
183 | 2023-10-17T20:50:35.748Z | Packages to change: 1 |
184 | 2023-10-17T20:50:35.752Z | Mediators to change: 1 |
185 | 2023-10-17T20:50:35.755Z | Services to change: 1 |
186 | 2023-10-17T20:50:35.757Z | Create boot environment: No |
187 | 2023-10-17T20:50:35.760Z | Create backup boot environment: Yes |
188 | 2023-10-17T20:50:37.571Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2023-10-17T20:50:37.581Z | Actions: Completed 6 actions in 0.00 seconds. |
190 | 2023-10-17T20:50:37.592Z | Done |
191 | 2023-10-17T20:50:37.598Z | Done |
192 | 2023-10-17T20:50:37.617Z | Done |
193 | 2023-10-17T20:50:43.299Z | Done |
194 | 2023-10-17T20:50:43.418Z | Done |
195 | 2023-10-17T20:50:43.847Z | Done |
196 | 2023-10-17T20:50:43.857Z | Done |
197 | 2023-10-17T20:50:44.204Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2023-10-17T20:50:44.211Z | clang system 15 system |
199 | 2023-10-17T20:50:44.622Z | csh system system illumos |
200 | 2023-10-17T20:50:44.625Z | ctags system system illumos |
201 | 2023-10-17T20:50:44.631Z | gcc vendor 12 vendor |
202 | 2023-10-17T20:50:44.637Z | gcc system 10 system |
203 | 2023-10-17T20:50:44.646Z | gcc system 7 system |
204 | 2023-10-17T20:50:44.649Z | go system 1.20 system |
205 | 2023-10-17T20:50:44.652Z | go system 1.19 system |
206 | 2023-10-17T20:50:44.655Z | llvm system 15 system |
207 | 2023-10-17T20:50:44.658Z | llvm system 14 system |
208 | 2023-10-17T20:50:44.661Z | mariadb system 10.6 system |
209 | 2023-10-17T20:50:44.664Z | mta vendor vendor dma |
210 | 2023-10-17T20:50:44.667Z | openjdk system 17 system |
211 | 2023-10-17T20:50:44.670Z | openjdk system 11 system |
212 | 2023-10-17T20:50:44.674Z | openjdk system 1.8 system |
213 | 2023-10-17T20:50:44.677Z | openssl vendor 3 vendor |
214 | 2023-10-17T20:50:44.682Z | perl system 5.36 system |
215 | 2023-10-17T20:50:44.686Z | postgresql system 15 system |
216 | 2023-10-17T20:50:44.689Z | postgresql system 13 system |
217 | 2023-10-17T20:50:44.692Z | python vendor 3 vendor |
218 | 2023-10-17T20:50:44.699Z | python system 2 system |
219 | 2023-10-17T20:50:44.709Z | python3 system 3.11 system |
220 | 2023-10-17T20:50:45.122Z | ruby system 3.0 system |
221 | 2023-10-17T20:50:45.125Z | words vendor vendor american-english |
222 | 2023-10-17T20:50:45.128Z | words system system australian-english |
223 | 2023-10-17T20:50:45.131Z | words system system british-english |
224 | 2023-10-17T20:50:45.135Z | words system system canadian-english |
225 | 2023-10-17T20:50:45.138Z | words system system french |
226 | 2023-10-17T20:50:45.141Z | words system system italian |
227 | 2023-10-17T20:50:45.144Z | words system system ngerman |
228 | 2023-10-17T20:50:45.152Z | words system system ogerman |
229 | 2023-10-17T20:50:45.155Z | words system system spanish |
230 | 2023-10-17T20:50:45.159Z | FMRI IFO |
231 | 2023-10-17T20:50:45.162Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2023-10-17T20:50:45.165Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2023-10-17T20:50:45.169Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2023-10-17T20:50:45.172Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
235 | 2023-10-17T20:50:45.175Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2023-10-17T20:50:45.178Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
237 | 2023-10-17T20:50:45.181Z | + set -o errexit |
238 | 2023-10-17T20:50:45.184Z | +++ dirname ./tools/ci_download_cockroachdb |
239 | 2023-10-17T20:50:45.187Z | ++ cd ./tools |
240 | 2023-10-17T20:50:45.190Z | ++ pwd |
241 | 2023-10-17T20:50:45.193Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
242 | 2023-10-17T20:50:45.196Z | ++ basename ./tools/ci_download_cockroachdb |
243 | 2023-10-17T20:50:45.222Z | + ARG0=ci_download_cockroachdb |
244 | 2023-10-17T20:50:45.225Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
245 | 2023-10-17T20:50:45.229Z | + CIDL_VERSION=v22.1.9 |
246 | 2023-10-17T20:50:45.232Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
247 | 2023-10-17T20:50:45.235Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
248 | 2023-10-17T20:50:45.237Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
249 | 2023-10-17T20:50:45.240Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
250 | 2023-10-17T20:50:45.243Z | + TARGET_DIR=out |
251 | 2023-10-17T20:50:45.246Z | + DOWNLOAD_DIR=out/downloads |
252 | 2023-10-17T20:50:45.248Z | + DEST_DIR=./out/cockroachdb |
253 | 2023-10-17T20:50:45.251Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
254 | 2023-10-17T20:50:45.254Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
255 | 2023-10-17T20:50:45.257Z | + main |
256 | 2023-10-17T20:50:45.260Z | + [[ 0 != 0 ]] |
257 | 2023-10-17T20:50:45.263Z | + CIDL_OS=solaris2.11 |
258 | 2023-10-17T20:50:45.266Z | + [[ 0 != 0 ]] |
259 | 2023-10-17T20:50:45.269Z | + configure_os solaris2.11 |
260 | 2023-10-17T20:50:45.271Z | + echo 'current directory: /work/oxidecomputer/omicron' |
261 | 2023-10-17T20:50:45.274Z | current directory: /work/oxidecomputer/omicron |
262 | 2023-10-17T20:50:45.277Z | + echo 'configuring based on OS: "solaris2.11"' |
263 | 2023-10-17T20:50:45.280Z | configuring based on OS: "solaris2.11" |
264 | 2023-10-17T20:50:45.283Z | + case "$1" in |
265 | 2023-10-17T20:50:45.285Z | + CIDL_BUILD=illumos |
266 | 2023-10-17T20:50:45.288Z | + CIDL_SUFFIX=tar.gz |
267 | 2023-10-17T20:50:45.291Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
268 | 2023-10-17T20:50:45.294Z | + CIDL_MD5FUNC=do_md5sum |
269 | 2023-10-17T20:50:45.297Z | + CIDL_URL_BASE=https://illumos.org/downloads |
270 | 2023-10-17T20:50:45.300Z | + CIDL_ASSEMBLE=do_assemble_illumos |
271 | 2023-10-17T20:50:45.303Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
272 | 2023-10-17T20:50:45.307Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-10-17T20:50:45.310Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-10-17T20:50:45.313Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
275 | 2023-10-17T20:50:45.316Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-10-17T20:50:45.320Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
277 | 2023-10-17T20:50:45.324Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-10-17T20:50:45.332Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2023-10-17T20:50:45.335Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-10-17T20:50:45.340Z | + mkdir -p out/downloads |
281 | 2023-10-17T20:50:45.345Z | + mkdir -p ./out/cockroachdb |
282 | 2023-10-17T20:50:45.349Z | + local DO_DOWNLOAD=true |
283 | 2023-10-17T20:50:45.352Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
284 | 2023-10-17T20:50:45.356Z | + '[' true == true ']' |
285 | 2023-10-17T20:50:45.360Z | + echo Downloading... |
286 | 2023-10-17T20:50:45.364Z | Downloading... |
287 | 2023-10-17T20:50:45.370Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-10-17T20:50:45.374Z | + 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 |
289 | 2023-10-17T20:50:47.139Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2023-10-17T20:50:47.142Z | ++ md5sum |
291 | 2023-10-17T20:50:47.148Z | ++ awk '{print $1}' |
292 | 2023-10-17T20:50:47.327Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
293 | 2023-10-17T20:50:47.738Z | + [[ 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 ]] |
294 | 2023-10-17T20:50:47.746Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-10-17T20:50:47.748Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
296 | 2023-10-17T20:50:50.708Z | + do_assemble_illumos |
297 | 2023-10-17T20:50:50.714Z | + rm -r ./out/cockroachdb |
298 | 2023-10-17T20:50:50.721Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
299 | 2023-10-17T20:50:51.322Z | + ./out/cockroachdb/bin/cockroach version |
300 | 2023-10-17T20:50:51.532Z | Build Tag: v22.1.9-dirty |
301 | 2023-10-17T20:50:51.536Z | Build Time: 2022/10/26 21:17:46 |
302 | 2023-10-17T20:50:51.540Z | Distribution: OSS |
303 | 2023-10-17T20:50:51.543Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
304 | 2023-10-17T20:50:51.546Z | Go Version: go1.17.13 |
305 | 2023-10-17T20:50:51.549Z | C Compiler: gcc 10.3.0 |
306 | 2023-10-17T20:50:51.551Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
307 | 2023-10-17T20:50:51.554Z | Build Type: release |
308 | 2023-10-17T20:50:51.557Z | + set -o errexit |
309 | 2023-10-17T20:50:51.560Z | +++ dirname ./tools/ci_download_clickhouse |
310 | 2023-10-17T20:50:51.562Z | ++ cd ./tools |
311 | 2023-10-17T20:50:51.565Z | ++ pwd |
312 | 2023-10-17T20:50:51.568Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
313 | 2023-10-17T20:50:51.571Z | ++ basename ./tools/ci_download_clickhouse |
314 | 2023-10-17T20:50:51.574Z | + ARG0=ci_download_clickhouse |
315 | 2023-10-17T20:50:51.577Z | + TARGET_DIR=out |
316 | 2023-10-17T20:50:51.579Z | + DOWNLOAD_DIR=out/downloads |
317 | 2023-10-17T20:50:51.583Z | + DEST_DIR=./out/clickhouse |
318 | 2023-10-17T20:50:51.586Z | + CIDL_VERSION=v22.8.9.24 |
319 | 2023-10-17T20:50:51.588Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
320 | 2023-10-17T20:50:51.591Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
321 | 2023-10-17T20:50:51.594Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
322 | 2023-10-17T20:50:51.597Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
323 | 2023-10-17T20:50:51.600Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
324 | 2023-10-17T20:50:51.603Z | + main |
325 | 2023-10-17T20:50:51.605Z | + [[ 0 != 0 ]] |
326 | 2023-10-17T20:50:51.608Z | + CIDL_OS=solaris2.11 |
327 | 2023-10-17T20:50:51.611Z | + [[ 0 != 0 ]] |
328 | 2023-10-17T20:50:51.613Z | + configure_os solaris2.11 |
329 | 2023-10-17T20:50:51.616Z | + echo 'current directory: /work/oxidecomputer/omicron' |
330 | 2023-10-17T20:50:51.619Z | current directory: /work/oxidecomputer/omicron |
331 | 2023-10-17T20:50:51.622Z | + echo 'configuring based on OS: "solaris2.11"' |
332 | 2023-10-17T20:50:51.625Z | configuring based on OS: "solaris2.11" |
333 | 2023-10-17T20:50:51.627Z | + CIDL_DASHREV= |
334 | 2023-10-17T20:50:51.648Z | + case "$1" in |
335 | 2023-10-17T20:50:51.651Z | + CIDL_PLATFORM=illumos |
336 | 2023-10-17T20:50:51.654Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
337 | 2023-10-17T20:50:51.657Z | + CIDL_MD5FUNC=do_md5sum |
338 | 2023-10-17T20:50:51.660Z | + CIDL_DASHREV=-1 |
339 | 2023-10-17T20:50:51.663Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
340 | 2023-10-17T20:50:51.666Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-10-17T20:50:51.669Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-10-17T20:50:51.672Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-10-17T20:50:51.675Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
344 | 2023-10-17T20:50:51.677Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2023-10-17T20:50:51.680Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
346 | 2023-10-17T20:50:51.683Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-10-17T20:50:51.686Z | + mkdir -p out/downloads |
348 | 2023-10-17T20:50:51.689Z | + mkdir -p ./out/clickhouse |
349 | 2023-10-17T20:50:51.692Z | + local DO_DOWNLOAD=true |
350 | 2023-10-17T20:50:51.695Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
351 | 2023-10-17T20:50:51.698Z | + '[' true == true ']' |
352 | 2023-10-17T20:50:51.701Z | + echo Downloading... |
353 | 2023-10-17T20:50:51.703Z | Downloading... |
354 | 2023-10-17T20:50:51.706Z | + 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 |
355 | 2023-10-17T20:50:51.709Z | + 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 |
356 | 2023-10-17T20:50:53.038Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
357 | 2023-10-17T20:50:53.041Z | ++ md5sum |
358 | 2023-10-17T20:50:53.044Z | ++ awk '{print $1}' |
359 | 2023-10-17T20:50:53.305Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
360 | 2023-10-17T20:50:53.308Z | + [[ 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 ]] |
361 | 2023-10-17T20:50:53.311Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
362 | 2023-10-17T20:50:53.316Z | + mkdir -p ./out/clickhouse |
363 | 2023-10-17T20:50:53.321Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
364 | 2023-10-17T20:50:58.122Z | + ./out/clickhouse/clickhouse server --version |
365 | 2023-10-17T20:50:58.180Z | ClickHouse server version 22.8.9.1. |
366 | 2023-10-17T20:50:58.198Z | + set -o errexit |
367 | 2023-10-17T20:50:58.200Z | +++ dirname ./tools/ci_download_console |
368 | 2023-10-17T20:50:58.203Z | ++ cd ./tools |
369 | 2023-10-17T20:50:58.206Z | ++ pwd |
370 | 2023-10-17T20:50:58.209Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
371 | 2023-10-17T20:50:58.212Z | ++ basename ./tools/ci_download_console |
372 | 2023-10-17T20:50:58.214Z | + ARG0=ci_download_console |
373 | 2023-10-17T20:50:58.217Z | + TARGET_DIR=out |
374 | 2023-10-17T20:50:58.220Z | + DOWNLOAD_DIR=out/downloads |
375 | 2023-10-17T20:50:58.223Z | + DEST_DIR=./out/console-assets |
376 | 2023-10-17T20:50:58.226Z | + source /work/oxidecomputer/omicron/tools/console_version |
377 | 2023-10-17T20:50:58.229Z | ++ COMMIT=3538c32a5189bd22df8f6a573399dacfbe81efaa |
378 | 2023-10-17T20:50:58.231Z | ++ SHA2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
379 | 2023-10-17T20:50:58.234Z | + URL=https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
380 | 2023-10-17T20:50:58.237Z | + TARBALL_FILE=out/downloads/console.tar.gz |
381 | 2023-10-17T20:50:58.239Z | + main |
382 | 2023-10-17T20:50:58.243Z | + [[ 0 != 0 ]] |
383 | 2023-10-17T20:50:58.246Z | + echo 'URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz' |
384 | 2023-10-17T20:50:58.248Z | URL: https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
385 | 2023-10-17T20:50:58.251Z | + echo 'Local file: out/downloads/console.tar.gz' |
386 | 2023-10-17T20:50:58.254Z | Local file: out/downloads/console.tar.gz |
387 | 2023-10-17T20:50:58.257Z | + local DO_DOWNLOAD=true |
388 | 2023-10-17T20:50:58.260Z | + [[ -f out/downloads/console.tar.gz ]] |
389 | 2023-10-17T20:50:58.262Z | + mkdir -p out/downloads |
390 | 2023-10-17T20:50:58.265Z | + '[' true == true ']' |
391 | 2023-10-17T20:50:58.268Z | + echo Downloading... |
392 | 2023-10-17T20:50:58.271Z | Downloading... |
393 | 2023-10-17T20:50:58.273Z | + do_download_curl https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz out/downloads/console.tar.gz |
394 | 2023-10-17T20:50:58.276Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/3538c32a5189bd22df8f6a573399dacfbe81efaa.tar.gz |
395 | 2023-10-17T20:50:58.783Z | ++ do_sha256sum out/downloads/console.tar.gz |
396 | 2023-10-17T20:50:58.791Z | ++ case "$OSTYPE" in |
397 | 2023-10-17T20:50:58.797Z | ++ SHA=sha256sum |
398 | 2023-10-17T20:50:58.802Z | ++ sha256sum |
399 | 2023-10-17T20:50:58.808Z | ++ awk '{print $1}' |
400 | 2023-10-17T20:50:58.813Z | + calculated_sha2=3289989f2cd6c71ea800e73231190455cc8e4e45ae9304293050b925a9fd9423 |
401 | 2023-10-17T20:50:58.818Z | + [[ 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 ]] |
402 | 2023-10-17T20:50:58.825Z | + rm -rf ./out/console-assets |
403 | 2023-10-17T20:50:58.834Z | + mkdir -p ./out/console-assets |
404 | 2023-10-17T20:50:58.838Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
405 | 2023-10-17T20:50:58.841Z | + mkdir -p ./out/console-assets |
406 | 2023-10-17T20:50:58.844Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
407 | 2023-10-17T20:50:58.954Z | + set -o errexit |
408 | 2023-10-17T20:50:58.960Z | +++ dirname ./tools/ci_download_maghemite_openapi |
409 | 2023-10-17T20:50:58.964Z | ++ cd ./tools |
410 | 2023-10-17T20:50:58.967Z | ++ pwd |
411 | 2023-10-17T20:50:58.971Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
412 | 2023-10-17T20:50:58.974Z | ++ basename ./tools/ci_download_maghemite_openapi |
413 | 2023-10-17T20:50:58.978Z | + ARG0=ci_download_maghemite_openapi |
414 | 2023-10-17T20:50:58.981Z | + TARGET_DIR=out |
415 | 2023-10-17T20:50:58.984Z | + DOWNLOAD_DIR=out/downloads |
416 | 2023-10-17T20:50:58.989Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
417 | 2023-10-17T20:50:58.993Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
418 | 2023-10-17T20:50:58.996Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
419 | 2023-10-17T20:50:58.999Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
420 | 2023-10-17T20:50:59.002Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
421 | 2023-10-17T20:50:59.006Z | + main |
422 | 2023-10-17T20:50:59.012Z | + [[ 0 != 0 ]] |
423 | 2023-10-17T20:50:59.015Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
424 | 2023-10-17T20:50:59.018Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
425 | 2023-10-17T20:50:59.021Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
426 | 2023-10-17T20:50:59.024Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
427 | 2023-10-17T20:50:59.027Z | + local DO_DOWNLOAD=true |
428 | 2023-10-17T20:50:59.031Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
429 | 2023-10-17T20:50:59.036Z | + mkdir -p out/downloads |
430 | 2023-10-17T20:50:59.039Z | + '[' true == true ']' |
431 | 2023-10-17T20:50:59.043Z | + echo Downloading... |
432 | 2023-10-17T20:50:59.048Z | Downloading... |
433 | 2023-10-17T20:50:59.052Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
434 | 2023-10-17T20:50:59.055Z | + 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 |
435 | 2023-10-17T20:50:59.226Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
436 | 2023-10-17T20:50:59.231Z | ++ case "$OSTYPE" in |
437 | 2023-10-17T20:50:59.266Z | ++ SHA=sha256sum |
438 | 2023-10-17T20:50:59.275Z | ++ sha256sum |
439 | 2023-10-17T20:51:00.110Z | ++ awk '{print $1}' |
440 | 2023-10-17T20:51:00.113Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
441 | 2023-10-17T20:51:00.116Z | + [[ 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 ]] |
442 | 2023-10-17T20:51:00.120Z | + set -o errexit |
443 | 2023-10-17T20:51:00.122Z | +++ dirname ./tools/ci_download_dendrite_openapi |
444 | 2023-10-17T20:51:00.125Z | ++ cd ./tools |
445 | 2023-10-17T20:51:00.128Z | ++ pwd |
446 | 2023-10-17T20:51:00.131Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
447 | 2023-10-17T20:51:00.134Z | ++ basename ./tools/ci_download_dendrite_openapi |
448 | 2023-10-17T20:51:00.137Z | + ARG0=ci_download_dendrite_openapi |
449 | 2023-10-17T20:51:00.140Z | + TARGET_DIR=out |
450 | 2023-10-17T20:51:00.143Z | + DOWNLOAD_DIR=out/downloads |
451 | 2023-10-17T20:51:00.146Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
452 | 2023-10-17T20:51:00.149Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
453 | 2023-10-17T20:51:00.157Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
454 | 2023-10-17T20:51:00.166Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
455 | 2023-10-17T20:51:00.185Z | + LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
456 | 2023-10-17T20:51:00.208Z | + main |
457 | 2023-10-17T20:51:00.223Z | + [[ 0 != 0 ]] |
458 | 2023-10-17T20:51:00.232Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json' |
459 | 2023-10-17T20:51:00.237Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
460 | 2023-10-17T20:51:00.240Z | + echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json' |
461 | 2023-10-17T20:51:00.243Z | Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
462 | 2023-10-17T20:51:00.247Z | + local DO_DOWNLOAD=true |
463 | 2023-10-17T20:51:00.250Z | + [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]] |
464 | 2023-10-17T20:51:00.253Z | + mkdir -p out/downloads |
465 | 2023-10-17T20:51:00.256Z | + '[' true == true ']' |
466 | 2023-10-17T20:51:00.259Z | + echo Downloading... |
467 | 2023-10-17T20:51:00.262Z | Downloading... |
468 | 2023-10-17T20:51:00.265Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
469 | 2023-10-17T20:51:00.269Z | + 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 |
470 | 2023-10-17T20:51:00.272Z | ++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
471 | 2023-10-17T20:51:00.275Z | ++ case "$OSTYPE" in |
472 | 2023-10-17T20:51:00.277Z | ++ SHA=sha256sum |
473 | 2023-10-17T20:51:00.280Z | ++ sha256sum |
474 | 2023-10-17T20:51:00.283Z | ++ awk '{print $1}' |
475 | 2023-10-17T20:51:00.286Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
476 | 2023-10-17T20:51:00.289Z | + [[ 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 ]] |
477 | 2023-10-17T20:51:00.292Z | + set -o errexit |
478 | 2023-10-17T20:51:00.294Z | +++ dirname ./tools/ci_download_dendrite_stub |
479 | 2023-10-17T20:51:00.297Z | ++ cd ./tools |
480 | 2023-10-17T20:51:00.300Z | ++ pwd |
481 | 2023-10-17T20:51:00.303Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
482 | 2023-10-17T20:51:00.305Z | ++ basename ./tools/ci_download_dendrite_stub |
483 | 2023-10-17T20:51:00.308Z | + ARG0=ci_download_dendrite_stub |
484 | 2023-10-17T20:51:00.311Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
485 | 2023-10-17T20:51:00.314Z | ++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
486 | 2023-10-17T20:51:00.318Z | ++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c |
487 | 2023-10-17T20:51:00.325Z | ++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188 |
488 | 2023-10-17T20:51:00.329Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
489 | 2023-10-17T20:51:00.332Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
490 | 2023-10-17T20:51:00.335Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
491 | 2023-10-17T20:51:00.338Z | + TARGET_DIR=out |
492 | 2023-10-17T20:51:00.341Z | + DOWNLOAD_DIR=out/downloads |
493 | 2023-10-17T20:51:00.344Z | + DEST_DIR=./out/dendrite-stub |
494 | 2023-10-17T20:51:00.347Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
495 | 2023-10-17T20:51:00.349Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
496 | 2023-10-17T20:51:00.353Z | + REPO=oxidecomputer/dendrite |
497 | 2023-10-17T20:51:00.356Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d |
498 | 2023-10-17T20:51:00.359Z | + main |
499 | 2023-10-17T20:51:00.362Z | + [[ 0 != 0 ]] |
500 | 2023-10-17T20:51:00.366Z | + CIDL_OS=solaris2.11 |
501 | 2023-10-17T20:51:00.369Z | + [[ 0 != 0 ]] |
502 | 2023-10-17T20:51:00.372Z | + configure_os solaris2.11 |
503 | 2023-10-17T20:51:00.375Z | + echo 'current directory: /work/oxidecomputer/omicron' |
504 | 2023-10-17T20:51:00.378Z | current directory: /work/oxidecomputer/omicron |
505 | 2023-10-17T20:51:00.380Z | + echo 'configuring based on OS: "solaris2.11"' |
506 | 2023-10-17T20:51:00.383Z | configuring based on OS: "solaris2.11" |
507 | 2023-10-17T20:51:00.386Z | + case "$1" in |
508 | 2023-10-17T20:51:00.389Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
509 | 2023-10-17T20:51:00.392Z | + SET_BINARIES= |
510 | 2023-10-17T20:51:00.395Z | Local file: out/downloads/dendrite-stub.tar.gz |
511 | 2023-10-17T20:51:00.398Z | + CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
512 | 2023-10-17T20:51:00.401Z | Downloading... |
513 | 2023-10-17T20:51:00.403Z | + CIDL_SHA256FUNC=do_sha256sum |
514 | 2023-10-17T20:51:00.406Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
515 | 2023-10-17T20:51:00.409Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
516 | 2023-10-17T20:51:00.412Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
517 | 2023-10-17T20:51:00.415Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz' |
518 | 2023-10-17T20:51:00.418Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
519 | 2023-10-17T20:51:00.420Z | + mkdir -p out/downloads |
520 | 2023-10-17T20:51:00.423Z | + mkdir -p ./out/dendrite-stub |
521 | 2023-10-17T20:51:00.426Z | + fetch_and_verify |
522 | 2023-10-17T20:51:00.429Z | + local DO_DOWNLOAD=true |
523 | 2023-10-17T20:51:00.432Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
524 | 2023-10-17T20:51:00.436Z | + '[' true == true ']' |
525 | 2023-10-17T20:51:00.439Z | + echo Downloading... |
526 | 2023-10-17T20:51:00.441Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
527 | 2023-10-17T20:51:00.444Z | + 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 |
528 | 2023-10-17T20:51:08.160Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
529 | 2023-10-17T20:51:08.163Z | ++ sha256sum |
530 | 2023-10-17T20:51:08.166Z | ++ awk '{print $1}' |
531 | 2023-10-17T20:51:08.256Z | + calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
532 | 2023-10-17T20:51:08.259Z | + [[ 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 ]] |
533 | 2023-10-17T20:51:08.262Z | + do_untar out/downloads/dendrite-stub.tar.gz |
534 | 2023-10-17T20:51:08.265Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
535 | 2023-10-17T20:51:09.192Z | + do_assemble |
536 | 2023-10-17T20:51:09.196Z | + rm -r ./out/dendrite-stub |
537 | 2023-10-17T20:51:09.200Z | + mkdir ./out/dendrite-stub |
538 | 2023-10-17T20:51:09.203Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
539 | 2023-10-17T20:51:09.293Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
540 | 2023-10-17T20:51:09.305Z | + set -o errexit |
541 | 2023-10-17T20:51:09.309Z | +++ dirname ./tools/ci_download_transceiver_control |
542 | 2023-10-17T20:51:09.312Z | ++ cd ./tools |
543 | 2023-10-17T20:51:09.315Z | ++ pwd |
544 | 2023-10-17T20:51:09.318Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
545 | 2023-10-17T20:51:09.321Z | ++ basename ./tools/ci_download_transceiver_control |
546 | 2023-10-17T20:51:09.324Z | + ARG0=ci_download_transceiver_control |
547 | 2023-10-17T20:51:09.327Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
548 | 2023-10-17T20:51:09.330Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
549 | 2023-10-17T20:51:09.332Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
550 | 2023-10-17T20:51:09.335Z | + TARGET_DIR=out |
551 | 2023-10-17T20:51:09.340Z | + DOWNLOAD_DIR=out/downloads |
552 | 2023-10-17T20:51:09.344Z | + DEST_DIR=./out/transceiver-control |
553 | 2023-10-17T20:51:09.347Z | + BIN_DIR=/opt/oxide/bin |
554 | 2023-10-17T20:51:09.350Z | + BINARY=xcvradm |
555 | 2023-10-17T20:51:09.353Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
556 | 2023-10-17T20:51:09.356Z | + REPO=oxidecomputer/transceiver-control |
557 | 2023-10-17T20:51:09.359Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
558 | 2023-10-17T20:51:09.362Z | + main |
559 | 2023-10-17T20:51:09.365Z | + [[ 0 != 0 ]] |
560 | 2023-10-17T20:51:09.368Z | + CIDL_OS=solaris2.11 |
561 | 2023-10-17T20:51:09.370Z | + [[ 0 != 0 ]] |
562 | 2023-10-17T20:51:09.373Z | + configure_os solaris2.11 |
563 | 2023-10-17T20:51:09.376Z | + echo 'current directory: /work/oxidecomputer/omicron' |
564 | 2023-10-17T20:51:09.379Z | current directory: /work/oxidecomputer/omicron |
565 | 2023-10-17T20:51:09.382Z | + echo 'configuring based on OS: "solaris2.11"' |
566 | 2023-10-17T20:51:09.385Z | + case "$1" in |
567 | 2023-10-17T20:51:09.388Z | configuring based on OS: "solaris2.11" |
568 | 2023-10-17T20:51:09.391Z | + SET_BINARIES= |
569 | 2023-10-17T20:51:09.393Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
570 | 2023-10-17T20:51:09.396Z | + CIDL_SHA256FUNC=do_sha256sum |
571 | 2023-10-17T20:51:09.399Z | + ARCHIVE_FILENAME=xcvradm.gz |
572 | 2023-10-17T20:51:09.402Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
573 | 2023-10-17T20:51:09.405Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
574 | 2023-10-17T20:51:09.408Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
575 | 2023-10-17T20:51:09.411Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
576 | 2023-10-17T20:51:09.414Z | + echo 'Local file: out/downloads/xcvradm.gz' |
577 | 2023-10-17T20:51:09.417Z | Local file: out/downloads/xcvradm.gz |
578 | 2023-10-17T20:51:09.421Z | + mkdir -p out/downloads |
579 | 2023-10-17T20:51:09.424Z | + mkdir -p ./out/transceiver-control |
580 | 2023-10-17T20:51:09.427Z | + fetch_and_verify |
581 | 2023-10-17T20:51:09.432Z | + local DO_DOWNLOAD=true |
582 | 2023-10-17T20:51:09.435Z | + [[ -f out/downloads/xcvradm.gz ]] |
583 | 2023-10-17T20:51:09.438Z | + '[' true == true ']' |
584 | 2023-10-17T20:51:09.441Z | + echo Downloading... |
585 | 2023-10-17T20:51:09.443Z | Downloading... |
586 | 2023-10-17T20:51:09.446Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
587 | 2023-10-17T20:51:09.450Z | + 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 |
588 | 2023-10-17T20:51:14.204Z | ++ do_sha256sum out/downloads/xcvradm.gz |
589 | 2023-10-17T20:51:14.207Z | ++ sha256sum |
590 | 2023-10-17T20:51:14.210Z | ++ awk '{print $1}' |
591 | 2023-10-17T20:51:14.213Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
592 | 2023-10-17T20:51:14.216Z | + [[ 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 ]] |
593 | 2023-10-17T20:51:14.219Z | + do_unpack out/downloads/xcvradm.gz |
594 | 2023-10-17T20:51:14.222Z | + mkdir -p out/downloads/root//opt/oxide/bin |
595 | 2023-10-17T20:51:14.225Z | + gzip -dc out/downloads/xcvradm.gz |
596 | 2023-10-17T20:51:14.397Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
597 | 2023-10-17T20:51:14.412Z | + do_assemble |
598 | 2023-10-17T20:51:14.418Z | + rm -r ./out/transceiver-control |
599 | 2023-10-17T20:51:14.423Z | + mkdir ./out/transceiver-control |
600 | 2023-10-17T20:51:14.429Z | + cp -r out/downloads/root ./out/transceiver-control/root |
601 | 2023-10-17T20:51:14.534Z | All builder prerequisites installed successfully, and PATH looks valid |
602 | 2023-10-17T20:51:14.541Z | |
603 | 2023-10-17T20:51:14.554Z | real 1:46.654748388 |
604 | 2023-10-17T20:51:14.565Z | user 49.818013306 |
605 | 2023-10-17T20:51:14.584Z | sys 9.200510926 |
606 | 2023-10-17T20:51:14.593Z | trap 0.023191569 |
607 | 2023-10-17T20:51:14.600Z | tflt 0.199065609 |
608 | 2023-10-17T20:51:14.605Z | dflt 0.455018974 |
609 | 2023-10-17T20:51:14.613Z | kflt 0.204202204 |
610 | 2023-10-17T20:51:14.618Z | lock 1.558242024 |
611 | 2023-10-17T20:51:14.622Z | slp 3:11.280351920 |
612 | 2023-10-17T20:51:14.631Z | lat 3.171498201 |
613 | 2023-10-17T20:51:14.641Z | stop 0.062531874 |
614 | 2023-10-17T20:51:14.656Z | |
615 | 2023-10-17T20:51:14.664Z | #### # # ##### ##### # # |
616 | 2023-10-17T20:51:14.671Z | # # # # # # # # # # |
617 | 2023-10-17T20:51:14.678Z | # # # # # # # # |
618 | 2023-10-17T20:51:14.689Z | # # # ##### ##### # |
619 | 2023-10-17T20:51:15.098Z | # # # # # # # |
620 | 2023-10-17T20:51:15.101Z | #### ###### # # # # |
621 | 2023-10-17T20:51:15.104Z | |
622 | 2023-10-17T20:51:15.107Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
623 | 2023-10-17T20:51:15.513Z | Updating crates.io index |
624 | 2023-10-17T20:51:15.581Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
625 | 2023-10-17T20:51:16.670Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
626 | 2023-10-17T20:51:18.258Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
627 | 2023-10-17T20:51:18.834Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
628 | 2023-10-17T20:51:21.198Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
629 | 2023-10-17T20:51:21.209Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
630 | 2023-10-17T20:51:21.219Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
631 | 2023-10-17T20:51:22.251Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
632 | 2023-10-17T20:51:24.189Z | Updating git repository `https://github.com/oxidecomputer/opte` |
633 | 2023-10-17T20:51:25.897Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
634 | 2023-10-17T20:51:26.260Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
635 | 2023-10-17T20:51:26.870Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
636 | 2023-10-17T20:51:27.448Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
637 | 2023-10-17T20:51:28.723Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
638 | 2023-10-17T20:51:29.149Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
639 | 2023-10-17T20:51:29.434Z | Updating git repository `https://github.com/njaremko/samael` |
640 | 2023-10-17T20:51:29.987Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
641 | 2023-10-17T20:51:30.633Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
642 | 2023-10-17T20:51:34.387Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
643 | 2023-10-17T20:51:34.608Z | Updating git repository `https://github.com/jgallagher/nix` |
644 | 2023-10-17T20:51:34.662Z | Updating git repository `https://github.com/cbiffle/hubpack` |
645 | 2023-10-17T20:51:35.046Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
646 | 2023-10-17T20:51:53.487Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
647 | 2023-10-17T20:51:53.978Z | Updating git repository `https://github.com/oxidecomputer/typify` |
648 | 2023-10-17T20:51:55.073Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
649 | 2023-10-17T20:51:55.585Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
650 | 2023-10-17T20:51:55.897Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
651 | 2023-10-17T20:51:57.104Z | Downloading crates ... |
652 | 2023-10-17T20:51:57.248Z | Downloaded anstyle-query v1.0.0 |
653 | 2023-10-17T20:51:57.255Z | Downloaded errno v0.3.2 |
654 | 2023-10-17T20:51:57.258Z | Downloaded equivalent v1.0.1 |
655 | 2023-10-17T20:51:57.260Z | Downloaded colorchoice v1.0.0 |
656 | 2023-10-17T20:51:57.263Z | Downloaded itoa v1.0.9 |
657 | 2023-10-17T20:51:57.266Z | Downloaded anstream v0.5.0 |
658 | 2023-10-17T20:51:57.269Z | Downloaded anyhow v1.0.75 |
659 | 2023-10-17T20:51:57.272Z | Downloaded anstyle v1.0.2 |
660 | 2023-10-17T20:51:57.275Z | Downloaded heck v0.4.1 |
661 | 2023-10-17T20:51:57.278Z | Downloaded bitflags v1.3.2 |
662 | 2023-10-17T20:51:57.281Z | Downloaded cargo_metadata v0.18.0 |
663 | 2023-10-17T20:51:57.284Z | Downloaded serde_spanned v0.6.3 |
664 | 2023-10-17T20:51:57.290Z | Downloaded cargo_toml v0.16.3 |
665 | 2023-10-17T20:51:57.293Z | Downloaded quote v1.0.33 |
666 | 2023-10-17T20:51:57.297Z | Downloaded proc-macro2 v1.0.67 |
667 | 2023-10-17T20:51:57.300Z | Downloaded clap_derive v4.4.2 |
668 | 2023-10-17T20:51:57.303Z | Downloaded clap v4.4.3 |
669 | 2023-10-17T20:51:57.320Z | Downloaded toml_datetime v0.6.3 |
670 | 2023-10-17T20:51:57.323Z | Downloaded thiserror-impl v1.0.49 |
671 | 2023-10-17T20:51:57.326Z | Downloaded thiserror v1.0.49 |
672 | 2023-10-17T20:51:57.332Z | Downloaded terminal_size v0.2.6 |
673 | 2023-10-17T20:51:57.334Z | Downloaded utf8parse v0.2.1 |
674 | 2023-10-17T20:51:57.337Z | Downloaded clap_lex v0.5.1 |
675 | 2023-10-17T20:51:57.340Z | Downloaded cargo-platform v0.1.3 |
676 | 2023-10-17T20:51:57.343Z | Downloaded strsim v0.10.0 |
677 | 2023-10-17T20:51:57.346Z | Downloaded serde v1.0.188 |
678 | 2023-10-17T20:51:57.349Z | Downloaded unicode-ident v1.0.12 |
679 | 2023-10-17T20:51:57.353Z | Downloaded toml v0.8.0 |
680 | 2023-10-17T20:51:57.358Z | Downloaded memchr v2.6.3 |
681 | 2023-10-17T20:51:57.369Z | Downloaded clap_builder v4.4.2 |
682 | 2023-10-17T20:51:57.397Z | Downloaded toml_edit v0.20.0 |
683 | 2023-10-17T20:51:57.414Z | Downloaded winnow v0.5.15 |
684 | 2023-10-17T20:51:57.427Z | Downloaded syn v2.0.32 |
685 | 2023-10-17T20:51:57.446Z | Downloaded libc v0.2.149 |
686 | 2023-10-17T20:51:57.513Z | Downloaded rustix v0.37.23 |
687 | 2023-10-17T20:51:57.526Z | Downloaded serde_json v1.0.107 |
688 | 2023-10-17T20:51:57.537Z | Downloaded hashbrown v0.14.0 |
689 | 2023-10-17T20:51:57.545Z | Downloaded serde_derive v1.0.188 |
690 | 2023-10-17T20:51:57.549Z | Downloaded ryu v1.0.15 |
691 | 2023-10-17T20:51:57.554Z | Downloaded semver v1.0.18 |
692 | 2023-10-17T20:51:57.558Z | Downloaded io-lifetimes v1.0.11 |
693 | 2023-10-17T20:51:57.562Z | Downloaded indexmap v2.0.0 |
694 | 2023-10-17T20:51:57.568Z | Downloaded anstyle-parse v0.2.1 |
695 | 2023-10-17T20:51:57.571Z | Downloaded camino v1.1.6 |
696 | 2023-10-17T20:51:57.692Z | Compiling proc-macro2 v1.0.67 |
697 | 2023-10-17T20:51:57.695Z | Compiling unicode-ident v1.0.12 |
698 | 2023-10-17T20:51:57.698Z | Compiling serde v1.0.188 |
699 | 2023-10-17T20:51:57.700Z | Compiling libc v0.2.149 |
700 | 2023-10-17T20:51:57.703Z | Compiling io-lifetimes v1.0.11 |
701 | 2023-10-17T20:51:57.706Z | Compiling rustix v0.37.23 |
702 | 2023-10-17T20:51:57.709Z | Compiling hashbrown v0.14.0 |
703 | 2023-10-17T20:51:57.715Z | Compiling utf8parse v0.2.1 |
704 | 2023-10-17T20:51:58.036Z | Compiling bitflags v1.3.2 |
705 | 2023-10-17T20:51:58.041Z | Compiling equivalent v1.0.1 |
706 | 2023-10-17T20:51:58.172Z | Compiling anstyle-parse v0.2.1 |
707 | 2023-10-17T20:51:58.193Z | Compiling semver v1.0.18 |
708 | 2023-10-17T20:51:58.554Z | Compiling winnow v0.5.15 |
709 | 2023-10-17T20:51:59.183Z | Compiling indexmap v2.0.0 |
710 | 2023-10-17T20:51:59.579Z | Compiling serde_json v1.0.107 |
711 | 2023-10-17T20:51:59.660Z | Compiling colorchoice v1.0.0 |
712 | 2023-10-17T20:51:59.737Z | Compiling anstyle v1.0.2 |
713 | 2023-10-17T20:51:59.876Z | Compiling thiserror v1.0.49 |
714 | 2023-10-17T20:51:59.921Z | Compiling anstyle-query v1.0.0 |
715 | 2023-10-17T20:52:00.006Z | Compiling camino v1.1.6 |
716 | 2023-10-17T20:52:00.210Z | Compiling clap_lex v0.5.1 |
717 | 2023-10-17T20:52:00.436Z | Compiling anstream v0.5.0 |
718 | 2023-10-17T20:52:00.844Z | Compiling itoa v1.0.9 |
719 | 2023-10-17T20:52:00.974Z | Compiling quote v1.0.33 |
720 | 2023-10-17T20:52:00.999Z | Compiling anyhow v1.0.75 |
721 | 2023-10-17T20:52:01.064Z | Compiling heck v0.4.1 |
722 | 2023-10-17T20:52:01.197Z | Compiling ryu v1.0.15 |
723 | 2023-10-17T20:52:01.508Z | Compiling strsim v0.10.0 |
724 | 2023-10-17T20:52:01.690Z | Compiling syn v2.0.32 |
725 | 2023-10-17T20:52:01.769Z | Compiling errno v0.3.2 |
726 | 2023-10-17T20:52:03.478Z | Compiling terminal_size v0.2.6 |
727 | 2023-10-17T20:52:03.626Z | Compiling clap_builder v4.4.2 |
728 | 2023-10-17T20:52:08.896Z | Compiling serde_derive v1.0.188 |
729 | 2023-10-17T20:52:08.899Z | Compiling thiserror-impl v1.0.49 |
730 | 2023-10-17T20:52:08.903Z | Compiling clap_derive v4.4.2 |
731 | 2023-10-17T20:52:12.787Z | Compiling clap v4.4.3 |
732 | 2023-10-17T20:52:21.062Z | Compiling serde_spanned v0.6.3 |
733 | 2023-10-17T20:52:21.065Z | Compiling toml_datetime v0.6.3 |
734 | 2023-10-17T20:52:21.068Z | Compiling cargo-platform v0.1.3 |
735 | 2023-10-17T20:52:21.500Z | Compiling toml_edit v0.20.0 |
736 | 2023-10-17T20:52:23.087Z | Compiling cargo_metadata v0.18.0 |
737 | 2023-10-17T20:52:24.713Z | Compiling toml v0.8.0 |
738 | 2023-10-17T20:52:25.675Z | Compiling cargo_toml v0.16.3 |
739 | 2023-10-17T20:52:30.971Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
740 | 2023-10-17T20:52:32.266Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 17s |
741 | 2023-10-17T20:52:32.482Z | Running `target/debug/xtask clippy` |
742 | 2023-10-17T20:52:32.531Z | running: "/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
743 | 2023-10-17T20:52:33.408Z | Downloading crates ... |
744 | 2023-10-17T20:52:33.700Z | Downloaded heapless v0.7.16 |
745 | 2023-10-17T20:52:33.704Z | Downloaded inout v0.1.3 |
746 | 2023-10-17T20:52:33.708Z | Downloaded ident_case v1.0.1 |
747 | 2023-10-17T20:52:33.711Z | Downloaded bitstruct v0.1.1 |
748 | 2023-10-17T20:52:33.714Z | Downloaded instant v0.1.12 |
749 | 2023-10-17T20:52:33.717Z | Downloaded bitstruct_derive v0.1.0 |
750 | 2023-10-17T20:52:33.721Z | Downloaded iana-time-zone v0.1.57 |
751 | 2023-10-17T20:52:33.726Z | Downloaded is-terminal v0.4.9 |
752 | 2023-10-17T20:52:33.731Z | Downloaded lalrpop-util v0.19.12 |
753 | 2023-10-17T20:52:33.738Z | Downloaded lazycell v1.3.0 |
754 | 2023-10-17T20:52:33.752Z | Downloaded matches v0.1.10 |
755 | 2023-10-17T20:52:33.757Z | Downloaded lock_api v0.4.10 |
756 | 2023-10-17T20:52:33.760Z | Downloaded log v0.4.20 |
757 | 2023-10-17T20:52:33.771Z | Downloaded maybe-uninit v2.0.0 |
758 | 2023-10-17T20:52:33.814Z | Downloaded maplit v1.0.2 |
759 | 2023-10-17T20:52:33.817Z | Downloaded nu-ansi-term v0.49.0 |
760 | 2023-10-17T20:52:33.824Z | Downloaded headers-core v0.2.0 |
761 | 2023-10-17T20:52:33.827Z | Downloaded bzip2 v0.4.4 |
762 | 2023-10-17T20:52:33.830Z | Downloaded num-bigint v0.4.4 |
763 | 2023-10-17T20:52:33.834Z | Downloaded approx v0.5.1 |
764 | 2023-10-17T20:52:33.837Z | Downloaded highway v1.1.0 |
765 | 2023-10-17T20:52:33.840Z | Downloaded hex-literal v0.4.1 |
766 | 2023-10-17T20:52:33.843Z | Downloaded newtype_derive v0.1.6 |
767 | 2023-10-17T20:52:33.846Z | Downloaded atomicwrites v0.4.2 |
768 | 2023-10-17T20:52:33.849Z | Downloaded shell-words v1.1.0 |
769 | 2023-10-17T20:52:33.852Z | Downloaded autocfg v1.1.0 |
770 | 2023-10-17T20:52:33.854Z | Downloaded cipher v0.4.4 |
771 | 2023-10-17T20:52:33.857Z | Downloaded httpdate v1.0.3 |
772 | 2023-10-17T20:52:33.860Z | Downloaded slog-json v2.6.1 |
773 | 2023-10-17T20:52:33.863Z | Downloaded aead v0.5.2 |
774 | 2023-10-17T20:52:33.866Z | Downloaded structopt v0.3.26 |
775 | 2023-10-17T20:52:33.868Z | Downloaded base16ct v0.2.0 |
776 | 2023-10-17T20:52:33.882Z | Downloaded async-recursion v1.0.5 |
777 | 2023-10-17T20:52:33.886Z | Downloaded anes v0.1.6 |
778 | 2023-10-17T20:52:33.895Z | Downloaded fxhash v0.2.1 |
779 | 2023-10-17T20:52:33.899Z | Downloaded threadpool v1.8.1 |
780 | 2023-10-17T20:52:33.906Z | Downloaded hostname v0.3.1 |
781 | 2023-10-17T20:52:33.915Z | Downloaded crc v3.0.1 |
782 | 2023-10-17T20:52:33.920Z | Downloaded constant_time_eq v0.3.0 |
783 | 2023-10-17T20:52:33.926Z | Downloaded httptest v0.15.4 |
784 | 2023-10-17T20:52:33.932Z | Downloaded httparse v1.8.0 |
785 | 2023-10-17T20:52:33.940Z | Downloaded packed_struct v0.10.1 |
786 | 2023-10-17T20:52:33.947Z | Downloaded hyper-rustls v0.24.1 |
787 | 2023-10-17T20:52:33.953Z | Downloaded crunchy v0.2.2 |
788 | 2023-10-17T20:52:33.962Z | Downloaded pem-rfc7468 v0.7.0 |
789 | 2023-10-17T20:52:33.974Z | Downloaded number_prefix v0.4.0 |
790 | 2023-10-17T20:52:33.985Z | Downloaded cancel-safe-futures v0.1.2 |
791 | 2023-10-17T20:52:33.988Z | Downloaded corncobs v0.1.3 |
792 | 2023-10-17T20:52:33.991Z | Downloaded phf v0.11.2 |
793 | 2023-10-17T20:52:33.994Z | Downloaded phf_shared v0.11.2 |
794 | 2023-10-17T20:52:33.997Z | Downloaded tower-service v0.3.2 |
795 | 2023-10-17T20:52:34.001Z | Downloaded signal-hook-tokio v0.3.1 |
796 | 2023-10-17T20:52:34.006Z | Downloaded criterion-plot v0.5.0 |
797 | 2023-10-17T20:52:34.009Z | Downloaded futures-timer v3.0.2 |
798 | 2023-10-17T20:52:34.012Z | Downloaded polyval v0.6.1 |
799 | 2023-10-17T20:52:34.015Z | Downloaded zone v0.2.0 |
800 | 2023-10-17T20:52:34.018Z | Downloaded ena v0.14.2 |
801 | 2023-10-17T20:52:34.021Z | Downloaded endian-type v0.1.2 |
802 | 2023-10-17T20:52:34.024Z | Downloaded cookie v0.16.2 |
803 | 2023-10-17T20:52:34.027Z | Downloaded downcast v0.11.0 |
804 | 2023-10-17T20:52:34.031Z | Downloaded tracing-attributes v0.1.26 |
805 | 2023-10-17T20:52:34.033Z | Downloaded enum-as-inner v0.5.1 |
806 | 2023-10-17T20:52:34.037Z | Downloaded dtrace-parser v0.1.14 |
807 | 2023-10-17T20:52:34.040Z | Downloaded pin-project-lite v0.2.13 |
808 | 2023-10-17T20:52:34.042Z | Downloaded dof v0.1.5 |
809 | 2023-10-17T20:52:34.046Z | Downloaded basic-toml v0.1.4 |
810 | 2023-10-17T20:52:34.049Z | Downloaded parse-display v0.7.0 |
811 | 2023-10-17T20:52:34.052Z | Downloaded derive_builder_macro v0.12.0 |
812 | 2023-10-17T20:52:34.055Z | Downloaded proc-macro-error-attr v1.0.4 |
813 | 2023-10-17T20:52:34.058Z | Downloaded tokio-rustls v0.24.1 |
814 | 2023-10-17T20:52:34.060Z | Downloaded darling_macro v0.14.4 |
815 | 2023-10-17T20:52:34.063Z | Downloaded doc-comment v0.3.3 |
816 | 2023-10-17T20:52:34.066Z | Downloaded secrecy v0.8.0 |
817 | 2023-10-17T20:52:34.069Z | Downloaded arc-swap v1.6.0 |
818 | 2023-10-17T20:52:34.072Z | Downloaded base64 v0.21.4 |
819 | 2023-10-17T20:52:34.075Z | Downloaded precomputed-hash v0.1.1 |
820 | 2023-10-17T20:52:34.080Z | Downloaded diesel_table_macro_syntax v0.1.0 |
821 | 2023-10-17T20:52:34.099Z | Downloaded debug-ignore v1.0.5 |
822 | 2023-10-17T20:52:34.106Z | Downloaded futures-task v0.3.28 |
823 | 2023-10-17T20:52:34.109Z | Downloaded structmeta-derive v0.1.6 |
824 | 2023-10-17T20:52:34.113Z | Downloaded env_logger v0.10.0 |
825 | 2023-10-17T20:52:34.116Z | Downloaded strip-ansi-escapes v0.2.0 |
826 | 2023-10-17T20:52:34.120Z | Downloaded ppv-lite86 v0.2.17 |
827 | 2023-10-17T20:52:34.124Z | Downloaded cstr-argument v0.1.2 |
828 | 2023-10-17T20:52:34.127Z | Downloaded foreign-types-shared v0.1.1 |
829 | 2023-10-17T20:52:34.130Z | Downloaded serde-big-array v0.5.1 |
830 | 2023-10-17T20:52:34.134Z | Downloaded pkcs8 v0.10.2 |
831 | 2023-10-17T20:52:34.140Z | Downloaded openssl-probe v0.1.5 |
832 | 2023-10-17T20:52:34.144Z | Downloaded form_urlencoded v1.2.0 |
833 | 2023-10-17T20:52:34.148Z | Downloaded data-encoding v2.4.0 |
834 | 2023-10-17T20:52:34.154Z | Downloaded radium v0.7.0 |
835 | 2023-10-17T20:52:34.159Z | Downloaded zeroize_derive v1.4.2 |
836 | 2023-10-17T20:52:34.162Z | Downloaded derive_builder v0.12.0 |
837 | 2023-10-17T20:52:34.165Z | Downloaded tap v1.0.1 |
838 | 2023-10-17T20:52:34.168Z | Downloaded tungstenite v0.20.1 |
839 | 2023-10-17T20:52:34.172Z | Downloaded strum_macros v0.24.3 |
840 | 2023-10-17T20:52:34.175Z | Downloaded foreign-types v0.5.0 |
841 | 2023-10-17T20:52:34.207Z | Downloaded smawk v0.3.1 |
842 | 2023-10-17T20:52:34.211Z | Downloaded smf v0.2.2 |
843 | 2023-10-17T20:52:34.214Z | Downloaded smallvec v0.6.14 |
844 | 2023-10-17T20:52:34.218Z | Downloaded toolchain_find v0.2.0 |
845 | 2023-10-17T20:52:34.221Z | Downloaded semver v0.1.20 |
846 | 2023-10-17T20:52:34.224Z | Downloaded nom v7.1.3 |
847 | 2023-10-17T20:52:34.227Z | Downloaded static_assertions v1.1.0 |
848 | 2023-10-17T20:52:34.230Z | Downloaded r2d2 v0.8.10 |
849 | 2023-10-17T20:52:34.233Z | Downloaded slog-stdlog v4.1.1 |
850 | 2023-10-17T20:52:34.237Z | Downloaded siphasher v0.3.11 |
851 | 2023-10-17T20:52:34.241Z | Downloaded fnv v1.0.7 |
852 | 2023-10-17T20:52:34.244Z | Downloaded tui-tree-widget v0.13.0 |
853 | 2023-10-17T20:52:34.247Z | Downloaded tokio-postgres v0.7.10 |
854 | 2023-10-17T20:52:34.252Z | Downloaded sha1 v0.10.5 |
855 | 2023-10-17T20:52:34.256Z | Downloaded oso-derive v0.26.4 |
856 | 2023-10-17T20:52:34.259Z | Downloaded smallvec v1.11.0 |
857 | 2023-10-17T20:52:34.262Z | Downloaded rand_chacha v0.3.1 |
858 | 2023-10-17T20:52:34.266Z | Downloaded ff v0.13.0 |
859 | 2023-10-17T20:52:34.269Z | Downloaded serde_tokenstream v0.1.7 |
860 | 2023-10-17T20:52:34.273Z | Downloaded libloading v0.7.4 |
861 | 2023-10-17T20:52:34.277Z | Downloaded termcolor v1.2.0 |
862 | 2023-10-17T20:52:34.283Z | Downloaded rustls-native-certs v0.6.3 |
863 | 2023-10-17T20:52:34.286Z | Downloaded usdt-impl v0.3.5 |
864 | 2023-10-17T20:52:34.290Z | Downloaded usdt v0.3.5 |
865 | 2023-10-17T20:52:34.293Z | Downloaded hash32 v0.2.1 |
866 | 2023-10-17T20:52:34.297Z | Downloaded fastrand v2.0.0 |
867 | 2023-10-17T20:52:34.300Z | Downloaded signal-hook-mio v0.2.3 |
868 | 2023-10-17T20:52:34.310Z | Downloaded omicron-zone-package v0.8.3 |
869 | 2023-10-17T20:52:34.315Z | Downloaded oorandom v11.1.3 |
870 | 2023-10-17T20:52:34.319Z | Downloaded trust-dns-resolver v0.22.0 |
871 | 2023-10-17T20:52:34.323Z | Downloaded usdt-attr-macro v0.3.5 |
872 | 2023-10-17T20:52:34.326Z | Downloaded glob v0.3.1 |
873 | 2023-10-17T20:52:34.329Z | Downloaded subprocess v0.2.9 |
874 | 2023-10-17T20:52:34.333Z | Downloaded path-absolutize v3.1.0 |
875 | 2023-10-17T20:52:34.337Z | Downloaded universal-hash v0.5.1 |
876 | 2023-10-17T20:52:34.341Z | Downloaded ref-cast v1.0.20 |
877 | 2023-10-17T20:52:34.344Z | Downloaded getrandom v0.2.10 |
878 | 2023-10-17T20:52:34.347Z | Downloaded opaque-debug v0.3.0 |
879 | 2023-10-17T20:52:34.351Z | Downloaded socket2 v0.5.3 |
880 | 2023-10-17T20:52:34.356Z | Downloaded serial_test_derive v0.10.0 |
881 | 2023-10-17T20:52:34.359Z | Downloaded unicode-width v0.1.10 |
882 | 2023-10-17T20:52:34.363Z | Downloaded rusty-fork v0.3.0 |
883 | 2023-10-17T20:52:34.368Z | Downloaded predicates-tree v1.0.9 |
884 | 2023-10-17T20:52:34.372Z | Downloaded paste v1.0.14 |
885 | 2023-10-17T20:52:34.375Z | Downloaded vergen v8.2.4 |
886 | 2023-10-17T20:52:34.379Z | Downloaded futures-macro v0.3.28 |
887 | 2023-10-17T20:52:34.388Z | Downloaded unicode-linebreak v0.1.5 |
888 | 2023-10-17T20:52:34.393Z | Downloaded shlex v1.1.0 |
889 | 2023-10-17T20:52:34.396Z | Downloaded olpc-cjson v0.1.3 |
890 | 2023-10-17T20:52:34.400Z | Downloaded path-dedot v3.1.0 |
891 | 2023-10-17T20:52:34.407Z | Downloaded curve25519-dalek-derive v0.1.0 |
892 | 2023-10-17T20:52:34.414Z | Downloaded textwrap v0.11.0 |
893 | 2023-10-17T20:52:34.421Z | Downloaded utf-8 v0.7.6 |
894 | 2023-10-17T20:52:34.427Z | Downloaded unicode-xid v0.2.4 |
895 | 2023-10-17T20:52:34.434Z | Downloaded usdt-macro v0.3.5 |
896 | 2023-10-17T20:52:34.440Z | Downloaded futures-io v0.3.28 |
897 | 2023-10-17T20:52:34.447Z | Downloaded sha2 v0.10.7 |
898 | 2023-10-17T20:52:34.453Z | Downloaded untrusted v0.7.1 |
899 | 2023-10-17T20:52:34.490Z | Downloaded unarray v0.1.4 |
900 | 2023-10-17T20:52:34.497Z | Downloaded rand_core v0.6.4 |
901 | 2023-10-17T20:52:34.502Z | Downloaded globset v0.4.13 |
902 | 2023-10-17T20:52:34.513Z | Downloaded filetime v0.2.22 |
903 | 2023-10-17T20:52:34.531Z | Downloaded postcard v0.7.3 |
904 | 2023-10-17T20:52:34.569Z | Downloaded fatfs v0.3.6 |
905 | 2023-10-17T20:52:34.611Z | Downloaded futures-core v0.3.28 |
906 | 2023-10-17T20:52:34.615Z | Downloaded parking_lot v0.11.2 |
907 | 2023-10-17T20:52:34.617Z | Downloaded rcgen v0.10.0 |
908 | 2023-10-17T20:52:34.625Z | Downloaded hashlink v0.8.3 |
909 | 2023-10-17T20:52:34.641Z | Downloaded unicase v2.7.0 |
910 | 2023-10-17T20:52:34.671Z | Downloaded futures v0.3.28 |
911 | 2023-10-17T20:52:34.704Z | Downloaded os_str_bytes v6.5.1 |
912 | 2023-10-17T20:52:34.718Z | Downloaded tokio-tungstenite v0.18.0 |
913 | 2023-10-17T20:52:34.739Z | Downloaded futures-channel v0.3.28 |
914 | 2023-10-17T20:52:34.804Z | Downloaded diesel_derives v2.1.1 |
915 | 2023-10-17T20:52:34.840Z | Downloaded unsafe-libyaml v0.2.9 |
916 | 2023-10-17T20:52:34.846Z | Downloaded half v1.8.2 |
917 | 2023-10-17T20:52:34.868Z | Downloaded group v0.13.0 |
918 | 2023-10-17T20:52:34.879Z | Downloaded oso v0.26.4 |
919 | 2023-10-17T20:52:34.923Z | Downloaded password-hash v0.5.0 |
920 | 2023-10-17T20:52:35.338Z | Downloaded test-strategy v0.2.1 |
921 | 2023-10-17T20:52:35.355Z | Downloaded flate2 v1.0.27 |
922 | 2023-10-17T20:52:35.773Z | Downloaded ucd-trie v0.1.6 |
923 | 2023-10-17T20:52:35.779Z | Downloaded der v0.7.8 |
924 | 2023-10-17T20:52:35.784Z | Downloaded serde_derive_internals v0.26.0 |
925 | 2023-10-17T20:52:35.788Z | Downloaded slog v2.7.0 |
926 | 2023-10-17T20:52:35.796Z | Downloaded unicode-segmentation v1.10.1 |
927 | 2023-10-17T20:52:35.801Z | Downloaded expectorate v1.1.0 |
928 | 2023-10-17T20:52:35.811Z | Downloaded papergrid v0.10.0 |
929 | 2023-10-17T20:52:35.823Z | Downloaded url v2.4.1 |
930 | 2023-10-17T20:52:35.834Z | Downloaded darling_core v0.20.3 |
931 | 2023-10-17T20:52:35.849Z | Downloaded unicode-normalization v0.1.22 |
932 | 2023-10-17T20:52:35.866Z | Downloaded openssl-sys v0.9.93 |
933 | 2023-10-17T20:52:35.874Z | Downloaded serde_with v2.3.3 |
934 | 2023-10-17T20:52:35.881Z | Downloaded hashbrown v0.12.3 |
935 | 2023-10-17T20:52:35.889Z | Downloaded portable-atomic v1.4.3 |
936 | 2023-10-17T20:52:35.897Z | Downloaded toml_edit v0.19.15 |
937 | 2023-10-17T20:52:35.904Z | Downloaded quick-xml v0.23.1 |
938 | 2023-10-17T20:52:35.909Z | Downloaded regex-automata v0.1.10 |
939 | 2023-10-17T20:52:35.914Z | Downloaded rustls v0.21.7 |
940 | 2023-10-17T20:52:35.919Z | Downloaded lalrpop v0.19.12 |
941 | 2023-10-17T20:52:35.924Z | Downloaded h2 v0.3.21 |
942 | 2023-10-17T20:52:35.929Z | Downloaded libtest-mimic v0.5.2 |
943 | 2023-10-17T20:52:35.935Z | Downloaded rayon v1.7.0 |
944 | 2023-10-17T20:52:35.939Z | Downloaded reqwest v0.11.20 |
945 | 2023-10-17T20:52:35.943Z | Downloaded git2 v0.17.2 |
946 | 2023-10-17T20:52:35.947Z | Downloaded vcpkg v0.2.15 |
947 | 2023-10-17T20:52:35.953Z | Downloaded curve25519-dalek v4.1.0 |
948 | 2023-10-17T20:52:35.959Z | Downloaded regex-syntax v0.7.5 |
949 | 2023-10-17T20:52:35.963Z | Downloaded object v0.32.1 |
950 | 2023-10-17T20:52:35.967Z | Downloaded zerocopy-derive v0.2.0 |
951 | 2023-10-17T20:52:35.970Z | Downloaded trust-dns-proto v0.22.0 |
952 | 2023-10-17T20:52:35.974Z | Downloaded openapiv3 v1.0.3 |
953 | 2023-10-17T20:52:35.980Z | Downloaded regex-automata v0.3.8 |
954 | 2023-10-17T20:52:36.002Z | Downloaded zerocopy-derive v0.6.3 |
955 | 2023-10-17T20:52:36.412Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
956 | 2023-10-17T20:52:36.415Z | Downloaded tokio v1.32.0 |
957 | 2023-10-17T20:52:36.418Z | Downloaded sha3 v0.10.8 |
958 | 2023-10-17T20:52:36.421Z | Downloaded bstr v0.2.17 |
959 | 2023-10-17T20:52:36.428Z | Downloaded regress v0.7.1 |
960 | 2023-10-17T20:52:36.441Z | Downloaded regex v1.9.5 |
961 | 2023-10-17T20:52:36.451Z | Downloaded rustix v0.38.9 |
962 | 2023-10-17T20:52:36.456Z | Downloaded encoding_rs v0.8.33 |
963 | 2023-10-17T20:52:36.458Z | Downloaded openssl v0.10.57 |
964 | 2023-10-17T20:52:36.461Z | Downloaded idna v0.2.3 |
965 | 2023-10-17T20:52:36.464Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
966 | 2023-10-17T20:52:36.466Z | Downloaded syn v1.0.109 |
967 | 2023-10-17T20:52:36.469Z | Downloaded ratatui v0.23.0 |
968 | 2023-10-17T20:52:36.472Z | Downloaded regex-syntax v0.6.29 |
969 | 2023-10-17T20:52:36.475Z | Downloaded diesel v2.1.1 |
970 | 2023-10-17T20:52:36.484Z | Downloaded radix_trie v0.2.1 |
971 | 2023-10-17T20:52:36.487Z | Downloaded bstr v1.6.0 |
972 | 2023-10-17T20:52:36.490Z | Downloaded nix v0.26.2 |
973 | 2023-10-17T20:52:36.493Z | Downloaded gimli v0.28.0 |
974 | 2023-10-17T20:52:36.496Z | Downloaded polar-core v0.26.4 |
975 | 2023-10-17T20:52:36.499Z | Downloaded sled v0.34.7 |
976 | 2023-10-17T20:52:36.502Z | Downloaded libz-sys v1.1.12 |
977 | 2023-10-17T20:52:36.505Z | Downloaded chrono v0.4.31 |
978 | 2023-10-17T20:52:36.507Z | Downloaded steno v0.4.0 |
979 | 2023-10-17T20:52:36.510Z | Downloaded hkdf v0.12.3 |
980 | 2023-10-17T20:52:36.513Z | Downloaded itertools v0.11.0 |
981 | 2023-10-17T20:52:36.516Z | Downloaded bitvec v1.0.1 |
982 | 2023-10-17T20:52:36.518Z | Downloaded ring v0.16.20 |
983 | 2023-10-17T20:52:36.521Z | Downloaded petgraph v0.6.4 |
984 | 2023-10-17T20:52:36.524Z | Downloaded plotters v0.3.5 |
985 | 2023-10-17T20:52:36.527Z | Downloaded libsqlite3-sys v0.26.0 |
986 | 2023-10-17T20:52:36.529Z | Downloaded object v0.30.4 |
987 | 2023-10-17T20:52:36.532Z | Downloaded rusqlite v0.29.0 |
988 | 2023-10-17T20:52:36.535Z | Downloaded proptest v1.3.1 |
989 | 2023-10-17T20:52:36.537Z | Downloaded webpki-roots v0.25.2 |
990 | 2023-10-17T20:52:36.541Z | Downloaded libxml v0.3.3 |
991 | 2023-10-17T20:52:36.544Z | Downloaded toml v0.7.8 |
992 | 2023-10-17T20:52:36.547Z | Downloaded tokio-util v0.7.8 |
993 | 2023-10-17T20:52:36.549Z | Downloaded tough v0.12.5 |
994 | 2023-10-17T20:52:36.552Z | Downloaded clap v2.34.0 |
995 | 2023-10-17T20:52:36.555Z | Downloaded rayon-core v1.11.0 |
996 | 2023-10-17T20:52:36.558Z | Downloaded reedline v0.23.0 |
997 | 2023-10-17T20:52:36.561Z | Downloaded idna v0.4.0 |
998 | 2023-10-17T20:52:36.564Z | Downloaded aho-corasick v1.0.4 |
999 | 2023-10-17T20:52:36.567Z | Downloaded unicode-bidi v0.3.13 |
1000 | 2023-10-17T20:52:36.570Z | Downloaded pest v2.7.2 |
1001 | 2023-10-17T20:52:36.573Z | Downloaded hyper v0.14.27 |
1002 | 2023-10-17T20:52:36.576Z | Downloaded vec_map v0.8.2 |
1003 | 2023-10-17T20:52:36.578Z | Downloaded criterion v0.5.1 |
1004 | 2023-10-17T20:52:36.581Z | Downloaded diff v0.1.13 |
1005 | 2023-10-17T20:52:36.584Z | Downloaded snafu v0.7.5 |
1006 | 2023-10-17T20:52:36.587Z | Downloaded serial_test v0.10.0 |
1007 | 2023-10-17T20:52:36.590Z | Downloaded pretty_assertions v1.4.0 |
1008 | 2023-10-17T20:52:36.592Z | Downloaded uuid v1.4.1 |
1009 | 2023-10-17T20:52:36.595Z | Downloaded darling_core v0.14.4 |
1010 | 2023-10-17T20:52:36.598Z | Downloaded trust-dns-client v0.22.0 |
1011 | 2023-10-17T20:52:36.600Z | Downloaded cc v1.0.83 |
1012 | 2023-10-17T20:52:36.603Z | Downloaded partial-io v0.5.4 |
1013 | 2023-10-17T20:52:36.606Z | Downloaded snafu-derive v0.7.5 |
1014 | 2023-10-17T20:52:36.609Z | Downloaded fixedbitset v0.4.2 |
1015 | 2023-10-17T20:52:36.613Z | Downloaded toml v0.5.11 |
1016 | 2023-10-17T20:52:36.620Z | Downloaded headers v0.3.9 |
1017 | 2023-10-17T20:52:36.623Z | Downloaded smoltcp v0.9.1 |
1018 | 2023-10-17T20:52:36.626Z | Downloaded crossterm v0.26.1 |
1019 | 2023-10-17T20:52:36.629Z | Downloaded prettyplease v0.2.12 |
1020 | 2023-10-17T20:52:36.632Z | Downloaded fallible-streaming-iterator v0.1.9 |
1021 | 2023-10-17T20:52:36.635Z | Downloaded crypto-bigint v0.5.2 |
1022 | 2023-10-17T20:52:36.637Z | Downloaded salty v0.2.0 |
1023 | 2023-10-17T20:52:36.640Z | Downloaded num-bigint-dig v0.8.4 |
1024 | 2023-10-17T20:52:36.643Z | Downloaded zip v0.6.6 |
1025 | 2023-10-17T20:52:36.646Z | Downloaded clap v3.2.25 |
1026 | 2023-10-17T20:52:36.648Z | Downloaded tokio-stream v0.1.14 |
1027 | 2023-10-17T20:52:36.651Z | Downloaded signal-hook v0.3.17 |
1028 | 2023-10-17T20:52:36.658Z | Downloaded flume v0.11.0 |
1029 | 2023-10-17T20:52:36.662Z | Downloaded darling v0.14.4 |
1030 | 2023-10-17T20:52:36.665Z | Downloaded similar v2.2.1 |
1031 | 2023-10-17T20:52:36.668Z | Downloaded socket2 v0.4.9 |
1032 | 2023-10-17T20:52:36.671Z | Downloaded proc-macro-crate v1.3.1 |
1033 | 2023-10-17T20:52:36.674Z | Downloaded funty v2.0.0 |
1034 | 2023-10-17T20:52:36.677Z | Downloaded serde_urlencoded v0.7.1 |
1035 | 2023-10-17T20:52:36.680Z | Downloaded derive_more v0.99.17 |
1036 | 2023-10-17T20:52:36.682Z | Downloaded darling v0.20.3 |
1037 | 2023-10-17T20:52:36.685Z | Downloaded version_check v0.9.4 |
1038 | 2023-10-17T20:52:36.688Z | Downloaded textwrap v0.16.0 |
1039 | 2023-10-17T20:52:36.691Z | Downloaded postgres-protocol v0.6.6 |
1040 | 2023-10-17T20:52:36.694Z | Downloaded tracing v0.1.37 |
1041 | 2023-10-17T20:52:36.696Z | Downloaded serde_path_to_error v0.1.14 |
1042 | 2023-10-17T20:52:36.699Z | Downloaded slog-async v2.8.0 |
1043 | 2023-10-17T20:52:36.702Z | Downloaded once_cell v1.18.0 |
1044 | 2023-10-17T20:52:36.705Z | Downloaded trust-dns-server v0.22.1 |
1045 | 2023-10-17T20:52:36.707Z | Downloaded time v0.3.27 |
1046 | 2023-10-17T20:52:36.710Z | Downloaded relative-path v1.9.0 |
1047 | 2023-10-17T20:52:36.723Z | Downloaded slog-bunyan v2.4.0 |
1048 | 2023-10-17T20:52:36.728Z | Downloaded term v0.7.0 |
1049 | 2023-10-17T20:52:36.739Z | Downloaded typenum v1.16.0 |
1050 | 2023-10-17T20:52:36.743Z | Downloaded mio v0.8.8 |
1051 | 2023-10-17T20:52:36.746Z | Downloaded pest_meta v2.7.2 |
1052 | 2023-10-17T20:52:36.752Z | Downloaded zeroize v1.6.0 |
1053 | 2023-10-17T20:52:36.755Z | Downloaded tar v0.4.40 |
1054 | 2023-10-17T20:52:36.758Z | Downloaded tokio-native-tls v0.3.1 |
1055 | 2023-10-17T20:52:36.761Z | Downloaded owo-colors v3.5.0 |
1056 | 2023-10-17T20:52:36.766Z | Downloaded fragile v2.0.0 |
1057 | 2023-10-17T20:52:36.770Z | Downloaded signature v2.1.0 |
1058 | 2023-10-17T20:52:36.775Z | Downloaded derive_builder_core v0.12.0 |
1059 | 2023-10-17T20:52:36.779Z | Downloaded crossbeam-utils v0.8.16 |
1060 | 2023-10-17T20:52:36.783Z | Downloaded crossterm v0.27.0 |
1061 | 2023-10-17T20:52:36.788Z | Downloaded futures-util v0.3.28 |
1062 | 2023-10-17T20:52:36.794Z | Downloaded derive-where v1.2.5 |
1063 | 2023-10-17T20:52:36.800Z | Downloaded elliptic-curve v0.13.5 |
1064 | 2023-10-17T20:52:36.805Z | Downloaded topological-sort v0.2.2 |
1065 | 2023-10-17T20:52:36.808Z | Downloaded rand_xorshift v0.3.0 |
1066 | 2023-10-17T20:52:36.811Z | Downloaded flagset v0.4.3 |
1067 | 2023-10-17T20:52:36.815Z | Downloaded postgres-types v0.2.6 |
1068 | 2023-10-17T20:52:36.818Z | Downloaded der_derive v0.7.2 |
1069 | 2023-10-17T20:52:36.823Z | Downloaded proc-macro-error v1.0.4 |
1070 | 2023-10-17T20:52:36.831Z | Downloaded tabled v0.14.0 |
1071 | 2023-10-17T20:52:36.834Z | Downloaded predicates v3.0.4 |
1072 | 2023-10-17T20:52:36.837Z | Downloaded postcard-cobs v0.1.5-pre |
1073 | 2023-10-17T20:52:36.840Z | Downloaded ref-cast-impl v1.0.20 |
1074 | 2023-10-17T20:52:36.849Z | Downloaded generic-array v0.14.7 |
1075 | 2023-10-17T20:52:36.862Z | Downloaded fd-lock v3.0.13 |
1076 | 2023-10-17T20:52:36.865Z | Downloaded serde_tokenstream v0.2.0 |
1077 | 2023-10-17T20:52:36.868Z | Downloaded pretty-hex v0.2.1 |
1078 | 2023-10-17T20:52:36.871Z | Downloaded slog-term v2.9.0 |
1079 | 2023-10-17T20:52:36.874Z | Downloaded subtle v2.5.0 |
1080 | 2023-10-17T20:52:36.878Z | Downloaded rstest_macros v0.18.2 |
1081 | 2023-10-17T20:52:36.881Z | Downloaded blake2 v0.10.6 |
1082 | 2023-10-17T20:52:36.883Z | Downloaded bindgen v0.65.1 |
1083 | 2023-10-17T20:52:36.886Z | Downloaded vsss-rs v3.3.1 |
1084 | 2023-10-17T20:52:36.889Z | Downloaded tokio-tungstenite v0.20.1 |
1085 | 2023-10-17T20:52:36.892Z | Downloaded stable_deref_trait v1.2.0 |
1086 | 2023-10-17T20:52:36.895Z | Downloaded spki v0.7.2 |
1087 | 2023-10-17T20:52:36.898Z | Downloaded slog-dtrace v0.2.3 |
1088 | 2023-10-17T20:52:36.901Z | Downloaded dashmap v5.5.1 |
1089 | 2023-10-17T20:52:36.903Z | Downloaded rsa v0.9.2 |
1090 | 2023-10-17T20:52:36.906Z | Downloaded pin-project-internal v1.1.3 |
1091 | 2023-10-17T20:52:36.909Z | Downloaded serde-hex v0.1.0 |
1092 | 2023-10-17T20:52:36.912Z | Downloaded predicates v2.1.5 |
1093 | 2023-10-17T20:52:36.915Z | Downloaded dirs-sys-next v0.1.2 |
1094 | 2023-10-17T20:52:36.918Z | Downloaded ctr v0.9.2 |
1095 | 2023-10-17T20:52:36.921Z | Downloaded aes v0.8.3 |
1096 | 2023-10-17T20:52:36.923Z | Downloaded twox-hash v1.6.3 |
1097 | 2023-10-17T20:52:36.926Z | Downloaded rand v0.4.6 |
1098 | 2023-10-17T20:52:36.929Z | Downloaded tempfile v3.8.0 |
1099 | 2023-10-17T20:52:36.932Z | Downloaded tempdir v0.3.7 |
1100 | 2023-10-17T20:52:36.935Z | Downloaded rpassword v7.2.0 |
1101 | 2023-10-17T20:52:36.938Z | Downloaded parking_lot_core v0.9.8 |
1102 | 2023-10-17T20:52:36.941Z | Downloaded parking_lot_core v0.8.6 |
1103 | 2023-10-17T20:52:36.950Z | Downloaded parking_lot v0.12.1 |
1104 | 2023-10-17T20:52:36.958Z | Downloaded schemars v0.8.13 |
1105 | 2023-10-17T20:52:36.961Z | Downloaded crossbeam-queue v0.3.8 |
1106 | 2023-10-17T20:52:36.964Z | Downloaded ciborium v0.2.1 |
1107 | 2023-10-17T20:52:36.967Z | Downloaded synstructure v0.12.6 |
1108 | 2023-10-17T20:52:36.970Z | Downloaded strum_macros v0.25.2 |
1109 | 2023-10-17T20:52:36.976Z | Downloaded resolv-conf v0.7.0 |
1110 | 2023-10-17T20:52:36.979Z | Downloaded semver v0.11.0 |
1111 | 2023-10-17T20:52:36.982Z | Downloaded dyn-clone v1.0.13 |
1112 | 2023-10-17T20:52:36.985Z | Downloaded pkg-config v0.3.27 |
1113 | 2023-10-17T20:52:36.987Z | Downloaded pem v1.1.1 |
1114 | 2023-10-17T20:52:36.990Z | Downloaded xattr v1.0.1 |
1115 | 2023-10-17T20:52:36.993Z | Downloaded hmac v0.12.1 |
1116 | 2023-10-17T20:52:36.995Z | Downloaded schemars_derive v0.8.13 |
1117 | 2023-10-17T20:52:36.999Z | Downloaded foreign-types-shared v0.3.1 |
1118 | 2023-10-17T20:52:37.002Z | Downloaded predicates-core v1.0.6 |
1119 | 2023-10-17T20:52:37.005Z | Downloaded foreign-types v0.3.2 |
1120 | 2023-10-17T20:52:37.008Z | Downloaded deranged v0.3.8 |
1121 | 2023-10-17T20:52:37.011Z | Downloaded pin-utils v0.1.0 |
1122 | 2023-10-17T20:52:37.013Z | Downloaded vte_generate_state_changes v0.1.1 |
1123 | 2023-10-17T20:52:37.016Z | Downloaded rustc_version v0.1.7 |
1124 | 2023-10-17T20:52:37.019Z | Downloaded rustc-hash v1.1.0 |
1125 | 2023-10-17T20:52:37.022Z | Downloaded keccak v0.1.4 |
1126 | 2023-10-17T20:52:37.025Z | Downloaded crossbeam-channel v0.5.8 |
1127 | 2023-10-17T20:52:37.028Z | Downloaded minimal-lexical v0.2.1 |
1128 | 2023-10-17T20:52:37.031Z | Downloaded spin v0.9.8 |
1129 | 2023-10-17T20:52:37.033Z | Downloaded digest v0.10.7 |
1130 | 2023-10-17T20:52:37.036Z | Downloaded difflib v0.4.0 |
1131 | 2023-10-17T20:52:37.039Z | Downloaded trybuild v1.0.85 |
1132 | 2023-10-17T20:52:37.042Z | Downloaded similar-asserts v1.5.0 |
1133 | 2023-10-17T20:52:37.044Z | Downloaded signal-hook-registry v1.4.1 |
1134 | 2023-10-17T20:52:37.047Z | Downloaded parse-display-derive v0.7.0 |
1135 | 2023-10-17T20:52:37.050Z | Downloaded dirs-next v2.0.0 |
1136 | 2023-10-17T20:52:37.053Z | Downloaded crypto-common v0.1.6 |
1137 | 2023-10-17T20:52:37.056Z | Downloaded zerocopy v0.3.0 |
1138 | 2023-10-17T20:52:37.059Z | Downloaded env_logger v0.9.3 |
1139 | 2023-10-17T20:52:37.061Z | Downloaded yasna v0.5.2 |
1140 | 2023-10-17T20:52:37.064Z | Downloaded string_cache v0.8.7 |
1141 | 2023-10-17T20:52:37.067Z | Downloaded md-5 v0.10.5 |
1142 | 2023-10-17T20:52:37.069Z | Downloaded structmeta v0.1.6 |
1143 | 2023-10-17T20:52:37.072Z | Downloaded strsim v0.8.0 |
1144 | 2023-10-17T20:52:37.075Z | Downloaded getopts v0.2.21 |
1145 | 2023-10-17T20:52:37.078Z | Downloaded tungstenite v0.18.0 |
1146 | 2023-10-17T20:52:37.081Z | Downloaded http v0.2.9 |
1147 | 2023-10-17T20:52:37.084Z | Downloaded futures-executor v0.3.28 |
1148 | 2023-10-17T20:52:37.086Z | Downloaded tinytemplate v1.2.1 |
1149 | 2023-10-17T20:52:37.089Z | Downloaded humantime v2.1.0 |
1150 | 2023-10-17T20:52:37.093Z | Downloaded futures-sink v0.3.28 |
1151 | 2023-10-17T20:52:37.096Z | Downloaded pretty-hex v0.3.0 |
1152 | 2023-10-17T20:52:37.099Z | Downloaded wyz v0.5.1 |
1153 | 2023-10-17T20:52:37.102Z | Downloaded datatest-stable v0.1.3 |
1154 | 2023-10-17T20:52:37.105Z | Downloaded darling_macro v0.20.3 |
1155 | 2023-10-17T20:52:37.108Z | Downloaded bit-vec v0.6.3 |
1156 | 2023-10-17T20:52:37.111Z | Downloaded rstest v0.18.2 |
1157 | 2023-10-17T20:52:37.113Z | Downloaded pest_derive v2.7.2 |
1158 | 2023-10-17T20:52:37.116Z | Downloaded backtrace v0.3.69 |
1159 | 2023-10-17T20:52:37.119Z | Downloaded const_format v0.2.31 |
1160 | 2023-10-17T20:52:37.122Z | Downloaded ron v0.8.1 |
1161 | 2023-10-17T20:52:37.124Z | Downloaded rtoolbox v0.0.1 |
1162 | 2023-10-17T20:52:37.127Z | Downloaded quick-error v1.2.3 |
1163 | 2023-10-17T20:52:37.130Z | Downloaded impl-trait-for-tuples v0.2.2 |
1164 | 2023-10-17T20:52:37.133Z | Downloaded packed_struct_codegen v0.10.1 |
1165 | 2023-10-17T20:52:37.136Z | Downloaded signature v1.6.4 |
1166 | 2023-10-17T20:52:37.139Z | Downloaded serde_yaml v0.9.25 |
1167 | 2023-10-17T20:52:37.142Z | Downloaded mime v0.3.17 |
1168 | 2023-10-17T20:52:37.144Z | Downloaded hyper-tls v0.5.0 |
1169 | 2023-10-17T20:52:37.147Z | Downloaded tracing-core v0.1.31 |
1170 | 2023-10-17T20:52:37.151Z | Downloaded rand v0.8.5 |
1171 | 2023-10-17T20:52:37.154Z | Downloaded sct v0.7.0 |
1172 | 2023-10-17T20:52:37.156Z | Downloaded mime_guess v2.0.4 |
1173 | 2023-10-17T20:52:37.159Z | Downloaded lru-cache v0.1.2 |
1174 | 2023-10-17T20:52:37.162Z | Downloaded fallible-iterator v0.2.0 |
1175 | 2023-10-17T20:52:37.165Z | Downloaded erased-serde v0.3.30 |
1176 | 2023-10-17T20:52:37.168Z | Downloaded hubpack v0.1.2 |
1177 | 2023-10-17T20:52:37.171Z | Downloaded try-lock v0.2.4 |
1178 | 2023-10-17T20:52:37.174Z | Downloaded semver-parser v0.10.2 |
1179 | 2023-10-17T20:52:37.176Z | Downloaded scheduled-thread-pool v0.2.7 |
1180 | 2023-10-17T20:52:37.179Z | Downloaded ed25519 v1.5.3 |
1181 | 2023-10-17T20:52:37.182Z | Downloaded arrayvec v0.7.4 |
1182 | 2023-10-17T20:52:37.185Z | Downloaded percent-encoding v2.3.0 |
1183 | 2023-10-17T20:52:37.187Z | Downloaded x509-cert v0.2.4 |
1184 | 2023-10-17T20:52:37.190Z | Downloaded thread_local v1.1.7 |
1185 | 2023-10-17T20:52:37.193Z | Downloaded block-buffer v0.10.4 |
1186 | 2023-10-17T20:52:37.196Z | Downloaded hashbrown v0.13.2 |
1187 | 2023-10-17T20:52:37.199Z | Downloaded tinyvec_macros v0.1.1 |
1188 | 2023-10-17T20:52:37.201Z | Downloaded miniz_oxide v0.7.1 |
1189 | 2023-10-17T20:52:37.204Z | Downloaded http-range v0.1.5 |
1190 | 2023-10-17T20:52:37.207Z | Downloaded crossbeam v0.8.2 |
1191 | 2023-10-17T20:52:37.210Z | Downloaded clap_lex v0.2.4 |
1192 | 2023-10-17T20:52:37.213Z | Downloaded allocator-api2 v0.2.16 |
1193 | 2023-10-17T20:52:37.216Z | Downloaded pin-project v1.1.3 |
1194 | 2023-10-17T20:52:37.220Z | Downloaded yansi v0.5.1 |
1195 | 2023-10-17T20:52:37.223Z | Downloaded which v4.4.0 |
1196 | 2023-10-17T20:52:37.226Z | Downloaded display-error-chain v0.1.1 |
1197 | 2023-10-17T20:52:37.229Z | Downloaded vte v0.11.1 |
1198 | 2023-10-17T20:52:37.234Z | Downloaded mockall v0.11.4 |
1199 | 2023-10-17T20:52:37.237Z | Downloaded thiserror-impl-no-std v2.0.2 |
1200 | 2023-10-17T20:52:37.240Z | Downloaded poly1305 v0.8.0 |
1201 | 2023-10-17T20:52:37.243Z | Downloaded platforms v3.0.2 |
1202 | 2023-10-17T20:52:37.246Z | Downloaded termtree v0.4.1 |
1203 | 2023-10-17T20:52:37.249Z | Downloaded match_cfg v0.1.0 |
1204 | 2023-10-17T20:52:37.252Z | Downloaded num-complex v0.4.4 |
1205 | 2023-10-17T20:52:37.256Z | Downloaded serde-big-array v0.4.1 |
1206 | 2023-10-17T20:52:37.311Z | Downloaded rustc-demangle v0.1.23 |
1207 | 2023-10-17T20:52:37.331Z | Downloaded rust-argon2 v1.0.1 |
1208 | 2023-10-17T20:52:37.344Z | Downloaded path-slash v0.1.5 |
1209 | 2023-10-17T20:52:37.351Z | Downloaded pkcs1 v0.7.5 |
1210 | 2023-10-17T20:52:37.358Z | Downloaded pest_generator v2.7.2 |
1211 | 2023-10-17T20:52:37.365Z | Downloaded num_threads v0.1.6 |
1212 | 2023-10-17T20:52:37.375Z | Downloaded num_enum_derive v0.7.0 |
1213 | 2023-10-17T20:52:37.389Z | Downloaded managed v0.8.0 |
1214 | 2023-10-17T20:52:37.396Z | Downloaded crc-any v2.4.3 |
1215 | 2023-10-17T20:52:37.404Z | Downloaded wait-timeout v0.2.0 |
1216 | 2023-10-17T20:52:37.409Z | Downloaded base64 v0.13.1 |
1217 | 2023-10-17T20:52:37.414Z | Downloaded rustfmt-wrapper v0.2.0 |
1218 | 2023-10-17T20:52:37.833Z | Downloaded rustc_version v0.4.0 |
1219 | 2023-10-17T20:52:37.836Z | Downloaded foreign-types-macros v0.2.3 |
1220 | 2023-10-17T20:52:37.843Z | Downloaded mockall_derive v0.11.4 |
1221 | 2023-10-17T20:52:37.846Z | Downloaded const-oid v0.9.5 |
1222 | 2023-10-17T20:52:37.849Z | Downloaded ahash v0.8.3 |
1223 | 2023-10-17T20:52:37.852Z | Downloaded time-macros v0.2.13 |
1224 | 2023-10-17T20:52:37.855Z | Downloaded num_enum v0.7.0 |
1225 | 2023-10-17T20:52:37.858Z | Downloaded chacha20 v0.9.1 |
1226 | 2023-10-17T20:52:37.861Z | Downloaded rustversion v1.0.14 |
1227 | 2023-10-17T20:52:37.865Z | Downloaded heck v0.3.3 |
1228 | 2023-10-17T20:52:37.868Z | Downloaded phf_shared v0.10.0 |
1229 | 2023-10-17T20:52:37.873Z | Downloaded thread-id v4.2.0 |
1230 | 2023-10-17T20:52:37.878Z | Downloaded ringbuffer v0.15.0 |
1231 | 2023-10-17T20:52:37.881Z | Downloaded nibble_vec v0.1.0 |
1232 | 2023-10-17T20:52:37.883Z | Downloaded libm v0.2.7 |
1233 | 2023-10-17T20:52:37.886Z | Downloaded same-file v1.0.6 |
1234 | 2023-10-17T20:52:37.890Z | Downloaded plotters-backend v0.3.5 |
1235 | 2023-10-17T20:52:37.892Z | Downloaded convert_case v0.4.0 |
1236 | 2023-10-17T20:52:37.896Z | Downloaded zone_cfg_derive v0.2.0 |
1237 | 2023-10-17T20:52:37.899Z | Downloaded clang-sys v1.6.1 |
1238 | 2023-10-17T20:52:37.902Z | Downloaded want v0.3.1 |
1239 | 2023-10-17T20:52:37.905Z | Downloaded waitgroup v0.1.2 |
1240 | 2023-10-17T20:52:37.907Z | Downloaded constant_time_eq v0.2.6 |
1241 | 2023-10-17T20:52:37.910Z | Downloaded crucible-workspace-hack v0.1.0 |
1242 | 2023-10-17T20:52:37.913Z | Downloaded bcs v0.1.5 |
1243 | 2023-10-17T20:52:37.916Z | Downloaded base64ct v1.6.0 |
1244 | 2023-10-17T20:52:37.919Z | Downloaded async-stream v0.3.5 |
1245 | 2023-10-17T20:52:37.924Z | Downloaded backoff v0.4.0 |
1246 | 2023-10-17T20:52:37.927Z | Downloaded async-trait v0.1.73 |
1247 | 2023-10-17T20:52:37.930Z | Downloaded assert_cmd v2.0.12 |
1248 | 2023-10-17T20:52:37.935Z | Downloaded ascii v1.1.0 |
1249 | 2023-10-17T20:52:37.955Z | Downloaded ansi_term v0.12.1 |
1250 | 2023-10-17T20:52:37.967Z | Downloaded addr2line v0.21.0 |
1251 | 2023-10-17T20:52:37.979Z | Downloaded aes-gcm-siv v0.11.1 |
1252 | 2023-10-17T20:52:37.982Z | Downloaded plotters-svg v0.3.5 |
1253 | 2023-10-17T20:52:37.985Z | Downloaded const_format_proc_macros v0.2.31 |
1254 | 2023-10-17T20:52:37.988Z | Downloaded tinyvec v1.6.0 |
1255 | 2023-10-17T20:52:37.991Z | Downloaded num_enum_derive v0.5.11 |
1256 | 2023-10-17T20:52:37.994Z | Downloaded num_enum v0.5.11 |
1257 | 2023-10-17T20:52:37.998Z | Downloaded either v1.9.0 |
1258 | 2023-10-17T20:52:38.001Z | Downloaded whoami v1.4.1 |
1259 | 2023-10-17T20:52:38.004Z | Downloaded structopt-derive v0.4.18 |
1260 | 2023-10-17T20:52:38.007Z | Downloaded serde_repr v0.1.16 |
1261 | 2023-10-17T20:52:38.010Z | Downloaded clap_derive v3.2.25 |
1262 | 2023-10-17T20:52:38.013Z | Downloaded crossbeam-epoch v0.9.15 |
1263 | 2023-10-17T20:52:38.016Z | Downloaded zerocopy v0.6.3 |
1264 | 2023-10-17T20:52:38.019Z | Downloaded walkdir v2.4.0 |
1265 | 2023-10-17T20:52:38.022Z | Downloaded thiserror-no-std v2.0.2 |
1266 | 2023-10-17T20:52:38.025Z | Downloaded slab v0.4.9 |
1267 | 2023-10-17T20:52:38.028Z | Downloaded ron v0.7.1 |
1268 | 2023-10-17T20:52:38.031Z | Downloaded remove_dir_all v0.5.3 |
1269 | 2023-10-17T20:52:38.034Z | Downloaded nodrop v0.1.14 |
1270 | 2023-10-17T20:52:38.038Z | Downloaded itertools v0.10.5 |
1271 | 2023-10-17T20:52:38.041Z | Downloaded cpufeatures v0.2.9 |
1272 | 2023-10-17T20:52:38.044Z | Downloaded console v0.15.7 |
1273 | 2023-10-17T20:52:38.047Z | Downloaded chacha20poly1305 v0.10.1 |
1274 | 2023-10-17T20:52:38.050Z | Downloaded block-padding v0.3.3 |
1275 | 2023-10-17T20:52:38.053Z | Downloaded ascii-canvas v3.0.0 |
1276 | 2023-10-17T20:52:38.056Z | Downloaded peeking_take_while v0.1.2 |
1277 | 2023-10-17T20:52:38.059Z | Downloaded openssl-macros v0.1.1 |
1278 | 2023-10-17T20:52:38.062Z | Downloaded crossbeam-deque v0.8.3 |
1279 | 2023-10-17T20:52:38.065Z | Downloaded fs-err v2.9.0 |
1280 | 2023-10-17T20:52:38.067Z | Downloaded float-cmp v0.9.0 |
1281 | 2023-10-17T20:52:38.070Z | Downloaded termios v0.3.3 |
1282 | 2023-10-17T20:52:38.073Z | Downloaded tabled_derive v0.6.0 |
1283 | 2023-10-17T20:52:38.076Z | Downloaded stringprep v0.1.3 |
1284 | 2023-10-17T20:52:38.079Z | Downloaded spin v0.5.2 |
1285 | 2023-10-17T20:52:38.083Z | Downloaded slog-envlogger v2.2.0 |
1286 | 2023-10-17T20:52:38.086Z | Downloaded serde_with_macros v2.3.3 |
1287 | 2023-10-17T20:52:38.090Z | Downloaded nanorand v0.7.0 |
1288 | 2023-10-17T20:52:38.093Z | Downloaded crc-catalog v2.2.0 |
1289 | 2023-10-17T20:52:38.096Z | Downloaded atomic-waker v1.1.1 |
1290 | 2023-10-17T20:52:38.099Z | Downloaded array-init v0.0.4 |
1291 | 2023-10-17T20:52:38.102Z | Downloaded adler v1.0.2 |
1292 | 2023-10-17T20:52:38.105Z | Downloaded slog-scope v4.4.0 |
1293 | 2023-10-17T20:52:38.108Z | Downloaded serde_arrays v0.1.0 |
1294 | 2023-10-17T20:52:38.111Z | Downloaded multer v2.1.0 |
1295 | 2023-10-17T20:52:38.114Z | Downloaded memoffset v0.7.1 |
1296 | 2023-10-17T20:52:38.117Z | Downloaded take_mut v0.2.2 |
1297 | 2023-10-17T20:52:38.120Z | Downloaded assert_matches v1.5.0 |
1298 | 2023-10-17T20:52:38.123Z | Downloaded http-body v0.4.5 |
1299 | 2023-10-17T20:52:38.126Z | Downloaded tokio-macros v2.1.0 |
1300 | 2023-10-17T20:52:38.129Z | Downloaded tiny-keccak v2.0.2 |
1301 | 2023-10-17T20:52:38.133Z | Downloaded time-core v0.1.1 |
1302 | 2023-10-17T20:52:38.136Z | Downloaded smoltcp v0.8.2 |
1303 | 2023-10-17T20:52:38.139Z | Downloaded rustls-webpki v0.101.4 |
1304 | 2023-10-17T20:52:38.142Z | Downloaded serde_plain v1.0.2 |
1305 | 2023-10-17T20:52:38.146Z | Downloaded scopeguard v1.2.0 |
1306 | 2023-10-17T20:52:38.150Z | Downloaded memoffset v0.9.0 |
1307 | 2023-10-17T20:52:38.153Z | Downloaded colored v2.0.4 |
1308 | 2023-10-17T20:52:38.156Z | Downloaded home v0.5.5 |
1309 | 2023-10-17T20:52:38.159Z | Downloaded strum v0.25.0 |
1310 | 2023-10-17T20:52:38.162Z | Downloaded normalize-line-endings v0.3.0 |
1311 | 2023-10-17T20:52:38.164Z | Downloaded ciborium-ll v0.2.1 |
1312 | 2023-10-17T20:52:38.167Z | Downloaded cfg-if v1.0.0 |
1313 | 2023-10-17T20:52:38.170Z | Downloaded rustls-pemfile v1.0.3 |
1314 | 2023-10-17T20:52:38.173Z | Downloaded newline-converter v0.3.0 |
1315 | 2023-10-17T20:52:38.175Z | Downloaded new_debug_unreachable v1.0.4 |
1316 | 2023-10-17T20:52:38.178Z | Downloaded native-tls v0.2.11 |
1317 | 2023-10-17T20:52:38.181Z | Downloaded hex v0.4.3 |
1318 | 2023-10-17T20:52:38.184Z | Downloaded crc32fast v1.3.2 |
1319 | 2023-10-17T20:52:38.187Z | Downloaded async-stream-impl v0.3.5 |
1320 | 2023-10-17T20:52:38.190Z | Downloaded atty v0.2.14 |
1321 | 2023-10-17T20:52:38.193Z | Downloaded arrayref v0.3.7 |
1322 | 2023-10-17T20:52:38.196Z | Downloaded cfg-if v0.1.10 |
1323 | 2023-10-17T20:52:38.199Z | Downloaded cexpr v0.6.0 |
1324 | 2023-10-17T20:52:38.202Z | Downloaded cast v0.3.0 |
1325 | 2023-10-17T20:52:38.205Z | Downloaded cassowary v0.3.0 |
1326 | 2023-10-17T20:52:38.208Z | Downloaded camino-tempfile v1.0.2 |
1327 | 2023-10-17T20:52:39.222Z | Downloaded num_cpus v1.16.0 |
1328 | 2023-10-17T20:52:39.228Z | Downloaded num-traits v0.2.16 |
1329 | 2023-10-17T20:52:39.236Z | Downloaded num-rational v0.4.1 |
1330 | 2023-10-17T20:52:39.242Z | Downloaded num-iter v0.1.43 |
1331 | 2023-10-17T20:52:39.245Z | Downloaded num-integer v0.1.45 |
1332 | 2023-10-17T20:52:39.249Z | Downloaded num-derive v0.4.0 |
1333 | 2023-10-17T20:52:39.252Z | Downloaded num v0.4.1 |
1334 | 2023-10-17T20:52:39.255Z | Downloaded ciborium-io v0.2.1 |
1335 | 2023-10-17T20:52:39.259Z | Downloaded argon2 v0.5.2 |
1336 | 2023-10-17T20:52:39.262Z | Downloaded macaddr v1.0.1 |
1337 | 2023-10-17T20:52:39.265Z | Downloaded linear-map v1.2.0 |
1338 | 2023-10-17T20:52:39.269Z | Downloaded bytesize v1.3.0 |
1339 | 2023-10-17T20:52:39.273Z | Downloaded buf-list v1.0.3 |
1340 | 2023-10-17T20:52:39.276Z | Downloaded bytes v1.5.0 |
1341 | 2023-10-17T20:52:39.282Z | Downloaded blake2b_simd v1.0.1 |
1342 | 2023-10-17T20:52:39.286Z | Downloaded linked-hash-map v0.5.6 |
1343 | 2023-10-17T20:52:39.289Z | Downloaded libefi-sys v0.1.0 |
1344 | 2023-10-17T20:52:39.292Z | Downloaded bitflags v2.4.0 |
1345 | 2023-10-17T20:52:39.296Z | Downloaded bincode v1.3.3 |
1346 | 2023-10-17T20:52:39.299Z | Downloaded bb8 v0.8.1 |
1347 | 2023-10-17T20:52:39.304Z | Downloaded lazy_static v1.4.0 |
1348 | 2023-10-17T20:52:39.307Z | Downloaded jobserver v0.1.26 |
1349 | 2023-10-17T20:52:39.311Z | Downloaded ipnet v2.8.0 |
1350 | 2023-10-17T20:52:39.315Z | Downloaded indoc v2.0.3 |
1351 | 2023-10-17T20:52:39.318Z | Downloaded byteorder v1.4.3 |
1352 | 2023-10-17T20:52:39.323Z | Downloaded bytecount v0.6.3 |
1353 | 2023-10-17T20:52:39.355Z | Downloaded indexmap v1.9.3 |
1354 | 2023-10-17T20:52:39.358Z | Downloaded bit_field v0.10.2 |
1355 | 2023-10-17T20:52:39.362Z | Downloaded bit-set v0.5.3 |
1356 | 2023-10-17T20:52:39.365Z | Downloaded ipnetwork v0.20.0 |
1357 | 2023-10-17T20:52:39.368Z | Downloaded hyper-staticfile v0.9.5 |
1358 | 2023-10-17T20:52:39.372Z | Downloaded bitfield v0.14.0 |
1359 | 2023-10-17T20:52:39.375Z | Downloaded indoc v1.0.9 |
1360 | 2023-10-17T20:52:39.379Z | Downloaded hubpack_derive v0.1.1 |
1361 | 2023-10-17T20:52:39.381Z | Downloaded indicatif v0.17.7 |
1362 | 2023-10-17T20:52:39.388Z | Compiling proc-macro2 v1.0.67 |
1363 | 2023-10-17T20:52:39.392Z | Compiling serde v1.0.188 |
1364 | 2023-10-17T20:52:39.395Z | Compiling autocfg v1.1.0 |
1365 | 2023-10-17T20:52:39.398Z | Compiling version_check v0.9.4 |
1366 | 2023-10-17T20:52:39.401Z | Compiling syn v1.0.109 |
1367 | 2023-10-17T20:52:39.416Z | Compiling parking_lot_core v0.9.8 |
1368 | 2023-10-17T20:52:39.419Z | Compiling libm v0.2.7 |
1369 | 2023-10-17T20:52:39.422Z | Compiling libc v0.2.149 |
1370 | 2023-10-17T20:52:39.425Z | Compiling cfg-if v1.0.0 |
1371 | 2023-10-17T20:52:39.428Z | Compiling futures-core v0.3.28 |
1372 | 2023-10-17T20:52:39.431Z | Compiling once_cell v1.18.0 |
1373 | 2023-10-17T20:52:39.434Z | Compiling typenum v1.16.0 |
1374 | 2023-10-17T20:52:39.661Z | Compiling ahash v0.8.3 |
1375 | 2023-10-17T20:52:39.747Z | Compiling generic-array v0.14.7 |
1376 | 2023-10-17T20:52:39.774Z | Compiling lock_api v0.4.10 |
1377 | 2023-10-17T20:52:39.868Z | Compiling num-traits v0.2.16 |
1378 | 2023-10-17T20:52:40.109Z | Compiling quote v1.0.33 |
1379 | 2023-10-17T20:52:40.353Z | Compiling slab v0.4.9 |
1380 | 2023-10-17T20:52:40.382Z | Compiling futures-task v0.3.28 |
1381 | 2023-10-17T20:52:40.798Z | Compiling syn v2.0.32 |
1382 | 2023-10-17T20:52:40.853Z | Compiling jobserver v0.1.26 |
1383 | 2023-10-17T20:52:41.178Z | Compiling futures-channel v0.3.28 |
1384 | 2023-10-17T20:52:41.368Z | Compiling cc v1.0.83 |
1385 | 2023-10-17T20:52:41.407Z | Compiling pkg-config v0.3.27 |
1386 | 2023-10-17T20:52:41.415Z | Compiling futures-util v0.3.28 |
1387 | 2023-10-17T20:52:41.585Z | Compiling memchr v2.6.3 |
1388 | 2023-10-17T20:52:41.645Z | Compiling vcpkg v0.2.15 |
1389 | 2023-10-17T20:52:41.878Z | Compiling itoa v1.0.9 |
1390 | 2023-10-17T20:52:41.925Z | Compiling schemars v0.8.13 |
1391 | 2023-10-17T20:52:42.214Z | Compiling log v0.4.20 |
1392 | 2023-10-17T20:52:42.466Z | Compiling serde_json v1.0.107 |
1393 | 2023-10-17T20:52:42.976Z | Compiling indexmap v1.9.3 |
1394 | 2023-10-17T20:52:43.297Z | Compiling httparse v1.8.0 |
1395 | 2023-10-17T20:52:43.426Z | Compiling ryu v1.0.15 |
1396 | 2023-10-17T20:52:43.638Z | Compiling allocator-api2 v0.2.16 |
1397 | 2023-10-17T20:52:43.857Z | Compiling equivalent v1.0.1 |
1398 | 2023-10-17T20:52:43.946Z | Compiling rustix v0.38.9 |
1399 | 2023-10-17T20:52:44.007Z | Compiling getrandom v0.2.10 |
1400 | 2023-10-17T20:52:44.518Z | Compiling rustls v0.21.7 |
1401 | 2023-10-17T20:52:44.556Z | Compiling fnv v1.0.7 |
1402 | 2023-10-17T20:52:44.699Z | Compiling openssl v0.10.57 |
1403 | 2023-10-17T20:52:44.732Z | Compiling aho-corasick v1.0.4 |
1404 | 2023-10-17T20:52:44.864Z | Compiling hashbrown v0.14.0 |
1405 | 2023-10-17T20:52:44.907Z | Compiling regex-syntax v0.7.5 |
1406 | 2023-10-17T20:52:45.046Z | Compiling unicode-xid v0.2.4 |
1407 | 2023-10-17T20:52:45.280Z | Compiling ucd-trie v0.1.6 |
1408 | 2023-10-17T20:52:46.091Z | Compiling native-tls v0.2.11 |
1409 | 2023-10-17T20:52:46.220Z | Compiling ring v0.16.20 |
1410 | 2023-10-17T20:52:46.517Z | Compiling openssl-sys v0.9.93 |
1411 | 2023-10-17T20:52:46.792Z | Compiling backtrace v0.3.69 |
1412 | 2023-10-17T20:52:47.584Z | Compiling crossbeam-utils v0.8.16 |
1413 | 2023-10-17T20:52:48.133Z | Compiling async-trait v0.1.73 |
1414 | 2023-10-17T20:52:48.852Z | Compiling slog v2.7.0 |
1415 | 2023-10-17T20:52:49.454Z | Compiling anyhow v1.0.75 |
1416 | 2023-10-17T20:52:50.254Z | Compiling regex-automata v0.3.8 |
1417 | 2023-10-17T20:52:50.687Z | Compiling time-core v0.1.1 |
1418 | 2023-10-17T20:52:50.831Z | Compiling iana-time-zone v0.1.57 |
1419 | 2023-10-17T20:52:50.923Z | Compiling time-macros v0.2.13 |
1420 | 2023-10-17T20:52:51.059Z | Compiling byteorder v1.4.3 |
1421 | 2023-10-17T20:52:51.284Z | Compiling dyn-clone v1.0.13 |
1422 | 2023-10-17T20:52:51.568Z | Compiling hashbrown v0.13.2 |
1423 | 2023-10-17T20:52:51.833Z | Compiling usdt-impl v0.3.5 |
1424 | 2023-10-17T20:52:52.243Z | Compiling serde_derive_internals v0.26.0 |
1425 | 2023-10-17T20:52:53.409Z | Compiling synstructure v0.12.6 |
1426 | 2023-10-17T20:52:54.892Z | Compiling unicode-width v0.1.10 |
1427 | 2023-10-17T20:52:55.084Z | Compiling thread-id v4.2.0 |
1428 | 2023-10-17T20:52:55.237Z | Compiling strsim v0.10.0 |
1429 | 2023-10-17T20:52:55.255Z | Compiling scopeguard v1.2.0 |
1430 | 2023-10-17T20:52:55.434Z | Compiling winnow v0.5.15 |
1431 | 2023-10-17T20:52:55.928Z | Compiling tinyvec_macros v0.1.1 |
1432 | 2023-10-17T20:52:56.048Z | Compiling tinyvec v1.6.0 |
1433 | 2023-10-17T20:52:56.258Z | Compiling unicode-bidi v0.3.13 |
1434 | 2023-10-17T20:52:56.695Z | Compiling smallvec v1.11.0 |
1435 | 2023-10-17T20:52:58.209Z | Compiling regex v1.9.5 |
1436 | 2023-10-17T20:52:58.292Z | Compiling percent-encoding v2.3.0 |
1437 | 2023-10-17T20:52:58.476Z | Compiling parking_lot v0.12.1 |
1438 | 2023-10-17T20:52:58.674Z | Compiling unicode-normalization v0.1.22 |
1439 | 2023-10-17T20:52:58.806Z | Compiling form_urlencoded v1.2.0 |
1440 | 2023-10-17T20:52:59.250Z | Compiling num-integer v0.1.45 |
1441 | 2023-10-17T20:52:59.640Z | Compiling bitflags v1.3.2 |
1442 | 2023-10-17T20:52:59.808Z | Compiling crc32fast v1.3.2 |
1443 | 2023-10-17T20:52:59.892Z | Compiling adler v1.0.2 |
1444 | 2023-10-17T20:52:59.943Z | Compiling spin v0.5.2 |
1445 | 2023-10-17T20:53:00.193Z | Compiling miniz_oxide v0.7.1 |
1446 | 2023-10-17T20:53:00.290Z | Compiling idna v0.4.0 |
1447 | 2023-10-17T20:53:00.521Z | Compiling gimli v0.28.0 |
1448 | 2023-10-17T20:53:00.527Z | Compiling object v0.32.1 |
1449 | 2023-10-17T20:53:01.591Z | Compiling rustc-demangle v0.1.23 |
1450 | 2023-10-17T20:53:02.653Z | Compiling url v2.4.1 |
1451 | 2023-10-17T20:53:02.679Z | Compiling serde_derive v1.0.188 |
1452 | 2023-10-17T20:53:02.798Z | Compiling zeroize_derive v1.4.2 |
1453 | 2023-10-17T20:53:02.931Z | Compiling thiserror-impl v1.0.49 |
1454 | 2023-10-17T20:53:03.099Z | Compiling tokio-macros v2.1.0 |
1455 | 2023-10-17T20:53:05.126Z | Compiling futures-macro v0.3.28 |
1456 | 2023-10-17T20:53:05.542Z | Compiling tracing-attributes v0.1.26 |
1457 | 2023-10-17T20:53:05.553Z | Compiling schemars_derive v0.8.13 |
1458 | 2023-10-17T20:53:06.249Z | Compiling openssl-macros v0.1.1 |
1459 | 2023-10-17T20:53:07.592Z | Compiling thiserror v1.0.49 |
1460 | 2023-10-17T20:53:07.780Z | Compiling pest v2.7.2 |
1461 | 2023-10-17T20:53:08.313Z | Compiling zerocopy-derive v0.2.0 |
1462 | 2023-10-17T20:53:08.782Z | Compiling addr2line v0.21.0 |
1463 | 2023-10-17T20:53:09.775Z | Compiling zerocopy-derive v0.6.3 |
1464 | 2023-10-17T20:53:10.538Z | Compiling pin-project-lite v0.2.13 |
1465 | 2023-10-17T20:53:11.030Z | Compiling errno v0.3.2 |
1466 | 2023-10-17T20:53:11.131Z | Compiling zerocopy v0.3.0 |
1467 | 2023-10-17T20:53:11.251Z | Compiling memoffset v0.9.0 |
1468 | 2023-10-17T20:53:11.674Z | Compiling mio v0.8.8 |
1469 | 2023-10-17T20:53:11.853Z | Compiling signal-hook-registry v1.4.1 |
1470 | 2023-10-17T20:53:11.909Z | Compiling pest_meta v2.7.2 |
1471 | 2023-10-17T20:53:12.441Z | Compiling dof v0.1.5 |
1472 | 2023-10-17T20:53:12.972Z | Compiling num_cpus v1.16.0 |
1473 | 2023-10-17T20:53:12.992Z | Compiling socket2 v0.5.3 |
1474 | 2023-10-17T20:53:13.137Z | Compiling deranged v0.3.8 |
1475 | 2023-10-17T20:53:13.629Z | Compiling num_threads v0.1.6 |
1476 | 2023-10-17T20:53:13.760Z | Compiling radium v0.7.0 |
1477 | 2023-10-17T20:53:13.790Z | Compiling futures-sink v0.3.28 |
1478 | 2023-10-17T20:53:14.156Z | Compiling pest_generator v2.7.2 |
1479 | 2023-10-17T20:53:14.627Z | Compiling crossbeam-epoch v0.9.15 |
1480 | 2023-10-17T20:53:14.832Z | Compiling futures-io v0.3.28 |
1481 | 2023-10-17T20:53:14.889Z | Compiling pin-utils v0.1.0 |
1482 | 2023-10-17T20:53:15.015Z | Compiling clap_derive v4.4.2 |
1483 | 2023-10-17T20:53:15.401Z | Compiling num-iter v0.1.43 |
1484 | 2023-10-17T20:53:15.817Z | Compiling tracing-core v0.1.31 |
1485 | 2023-10-17T20:53:16.318Z | Compiling time v0.3.27 |
1486 | 2023-10-17T20:53:17.231Z | Compiling either v1.9.0 |
1487 | 2023-10-17T20:53:17.816Z | Compiling tracing v0.1.37 |
1488 | 2023-10-17T20:53:18.248Z | Compiling lazy_static v1.4.0 |
1489 | 2023-10-17T20:53:18.398Z | Compiling rand_core v0.6.4 |
1490 | 2023-10-17T20:53:18.555Z | Compiling zeroize v1.6.0 |
1491 | 2023-10-17T20:53:19.024Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1492 | 2023-10-17T20:53:19.485Z | Compiling pest_derive v2.7.2 |
1493 | 2023-10-17T20:53:19.652Z | Compiling untrusted v0.7.1 |
1494 | 2023-10-17T20:53:19.940Z | Compiling base64 v0.21.4 |
1495 | 2023-10-17T20:53:20.542Z | Compiling dtrace-parser v0.1.14 |
1496 | 2023-10-17T20:53:23.265Z | Compiling enum-as-inner v0.5.1 |
1497 | 2023-10-17T20:53:23.567Z | Compiling openssl-probe v0.1.5 |
1498 | 2023-10-17T20:53:23.803Z | Compiling hashbrown v0.12.3 |
1499 | 2023-10-17T20:53:23.993Z | Compiling foreign-types-shared v0.1.1 |
1500 | 2023-10-17T20:53:24.142Z | Compiling foreign-types v0.3.2 |
1501 | 2023-10-17T20:53:24.313Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1502 | 2023-10-17T20:53:24.560Z | Compiling try-lock v0.2.4 |
1503 | 2023-10-17T20:53:24.757Z | Compiling siphasher v0.3.11 |
1504 | 2023-10-17T20:53:24.788Z | Compiling want v0.3.1 |
1505 | 2023-10-17T20:53:25.186Z | Compiling sct v0.7.0 |
1506 | 2023-10-17T20:53:25.314Z | Compiling rustls-webpki v0.101.4 |
1507 | 2023-10-17T20:53:25.605Z | Compiling socket2 v0.4.9 |
1508 | 2023-10-17T20:53:25.627Z | Compiling httpdate v1.0.3 |
1509 | 2023-10-17T20:53:26.273Z | Compiling indexmap v2.0.0 |
1510 | 2023-10-17T20:53:26.371Z | Compiling bytes v1.5.0 |
1511 | 2023-10-17T20:53:26.572Z | Compiling uuid v1.4.1 |
1512 | 2023-10-17T20:53:26.821Z | Compiling chrono v0.4.31 |
1513 | 2023-10-17T20:53:26.872Z | Compiling semver v1.0.18 |
1514 | 2023-10-17T20:53:27.003Z | Compiling serde_tokenstream v0.1.7 |
1515 | 2023-10-17T20:53:27.728Z | Compiling rustc_version v0.4.0 |
1516 | 2023-10-17T20:53:27.833Z | Compiling http v0.2.9 |
1517 | 2023-10-17T20:53:28.029Z | Compiling toml_datetime v0.6.3 |
1518 | 2023-10-17T20:53:28.305Z | Compiling serde_spanned v0.6.3 |
1519 | 2023-10-17T20:53:28.363Z | Compiling bitflags v2.4.0 |
1520 | 2023-10-17T20:53:28.387Z | Compiling tokio v1.32.0 |
1521 | 2023-10-17T20:53:28.667Z | Compiling toml_edit v0.19.15 |
1522 | 2023-10-17T20:53:28.670Z | Compiling tower-service v0.3.2 |
1523 | 2023-10-17T20:53:28.760Z | Compiling heapless v0.7.16 |
1524 | 2023-10-17T20:53:30.403Z | Compiling openapiv3 v1.0.3 |
1525 | 2023-10-17T20:53:31.814Z | Compiling usdt-attr-macro v0.3.5 |
1526 | 2023-10-17T20:53:35.700Z | Compiling usdt-macro v0.3.5 |
1527 | 2023-10-17T20:53:35.725Z | Compiling http-body v0.4.5 |
1528 | 2023-10-17T20:53:35.749Z | Compiling rustls-pemfile v1.0.3 |
1529 | 2023-10-17T20:53:35.764Z | Compiling rustls-native-certs v0.6.3 |
1530 | 2023-10-17T20:53:35.785Z | Compiling crypto-common v0.1.6 |
1531 | 2023-10-17T20:53:35.853Z | Compiling diesel_table_macro_syntax v0.1.0 |
1532 | 2023-10-17T20:53:35.877Z | Compiling num-bigint v0.4.4 |
1533 | 2023-10-17T20:53:35.917Z | Compiling ipnet v2.8.0 |
1534 | 2023-10-17T20:53:36.007Z | Compiling bit-vec v0.6.3 |
1535 | 2023-10-17T20:53:36.658Z | Compiling smoltcp v0.9.1 |
1536 | 2023-10-17T20:53:37.597Z | Compiling diesel_derives v2.1.1 |
1537 | 2023-10-17T20:53:37.645Z | Compiling serde_tokenstream v0.2.0 |
1538 | 2023-10-17T20:53:37.744Z | Compiling serde_urlencoded v0.7.1 |
1539 | 2023-10-17T20:53:38.167Z | Compiling phf_shared v0.10.0 |
1540 | 2023-10-17T20:53:38.443Z | Compiling block-buffer v0.10.4 |
1541 | 2023-10-17T20:53:38.613Z | Compiling hubpack_derive v0.1.1 |
1542 | 2023-10-17T20:53:38.739Z | Compiling encoding_rs v0.8.33 |
1543 | 2023-10-17T20:53:38.793Z | Compiling fixedbitset v0.4.2 |
1544 | 2023-10-17T20:53:39.828Z | Compiling webpki-roots v0.25.2 |
1545 | 2023-10-17T20:53:40.067Z | Compiling const-oid v0.9.5 |
1546 | 2023-10-17T20:53:40.273Z | Compiling ppv-lite86 v0.2.17 |
1547 | 2023-10-17T20:53:40.525Z | Compiling new_debug_unreachable v1.0.4 |
1548 | 2023-10-17T20:53:40.654Z | Compiling mime v0.3.17 |
1549 | 2023-10-17T20:53:41.524Z | Compiling tokio-util v0.7.8 |
1550 | 2023-10-17T20:53:41.559Z | Compiling tokio-rustls v0.24.1 |
1551 | 2023-10-17T20:53:42.181Z | Compiling tokio-native-tls v0.3.1 |
1552 | 2023-10-17T20:53:42.622Z | Compiling precomputed-hash v0.1.1 |
1553 | 2023-10-17T20:53:42.775Z | Compiling subtle v2.5.0 |
1554 | 2023-10-17T20:53:43.020Z | Compiling string_cache v0.8.7 |
1555 | 2023-10-17T20:53:43.162Z | Compiling rand_chacha v0.3.1 |
1556 | 2023-10-17T20:53:43.233Z | Compiling h2 v0.3.21 |
1557 | 2023-10-17T20:53:43.673Z | Compiling digest v0.10.7 |
1558 | 2023-10-17T20:53:43.787Z | Compiling petgraph v0.6.4 |
1559 | 2023-10-17T20:53:44.354Z | Compiling bit-set v0.5.3 |
1560 | 2023-10-17T20:53:44.758Z | Compiling itertools v0.10.5 |
1561 | 2023-10-17T20:53:45.271Z | Compiling unicode-segmentation v1.10.1 |
1562 | 2023-10-17T20:53:46.052Z | Compiling lalrpop-util v0.19.12 |
1563 | 2023-10-17T20:53:46.983Z | Compiling flate2 v1.0.27 |
1564 | 2023-10-17T20:53:47.003Z | Compiling rand v0.8.5 |
1565 | 2023-10-17T20:53:48.266Z | Compiling toml v0.7.8 |
1566 | 2023-10-17T20:53:48.277Z | Compiling serde_repr v0.1.16 |
1567 | 2023-10-17T20:53:48.961Z | Compiling io-lifetimes v1.0.11 |
1568 | 2023-10-17T20:53:49.267Z | Compiling regress v0.7.1 |
1569 | 2023-10-17T20:53:49.551Z | Compiling anstyle v1.0.2 |
1570 | 2023-10-17T20:53:49.770Z | Compiling cpufeatures v0.2.9 |
1571 | 2023-10-17T20:53:49.904Z | Compiling utf8parse v0.2.1 |
1572 | 2023-10-17T20:53:50.038Z | Compiling sha2 v0.10.7 |
1573 | 2023-10-17T20:53:50.138Z | Compiling anstyle-parse v0.2.1 |
1574 | 2023-10-17T20:53:50.246Z | Compiling rustix v0.37.23 |
1575 | 2023-10-17T20:53:50.426Z | Compiling hmac v0.12.1 |
1576 | 2023-10-17T20:53:50.631Z | Compiling md-5 v0.10.5 |
1577 | 2023-10-17T20:53:50.739Z | Compiling stringprep v0.1.3 |
1578 | 2023-10-17T20:53:51.138Z | Compiling spin v0.9.8 |
1579 | 2023-10-17T20:53:51.361Z | Compiling hash32 v0.2.1 |
1580 | 2023-10-17T20:53:51.721Z | Compiling stable_deref_trait v1.2.0 |
1581 | 2023-10-17T20:53:51.860Z | Compiling fallible-iterator v0.2.0 |
1582 | 2023-10-17T20:53:51.933Z | Compiling colorchoice v1.0.0 |
1583 | 2023-10-17T20:53:52.133Z | Compiling anstyle-query v1.0.0 |
1584 | 2023-10-17T20:53:52.240Z | Compiling terminal_size v0.2.6 |
1585 | 2023-10-17T20:53:52.312Z | Compiling anstream v0.5.0 |
1586 | 2023-10-17T20:53:52.562Z | Compiling phf_shared v0.11.2 |
1587 | 2023-10-17T20:53:52.588Z | Compiling block-padding v0.3.3 |
1588 | 2023-10-17T20:53:52.932Z | Compiling scheduled-thread-pool v0.2.7 |
1589 | 2023-10-17T20:53:53.111Z | Compiling postgres-protocol v0.6.6 |
1590 | 2023-10-17T20:53:53.133Z | Compiling clap_lex v0.5.1 |
1591 | 2023-10-17T20:53:53.337Z | Compiling tap v1.0.1 |
1592 | 2023-10-17T20:53:53.597Z | Compiling regex-automata v0.1.10 |
1593 | 2023-10-17T20:53:53.706Z | Compiling managed v0.8.0 |
1594 | 2023-10-17T20:53:53.817Z | Compiling matches v0.1.10 |
1595 | 2023-10-17T20:53:53.937Z | Compiling idna v0.2.3 |
1596 | 2023-10-17T20:53:54.176Z | Compiling wyz v0.5.1 |
1597 | 2023-10-17T20:53:54.339Z | Compiling bstr v0.2.17 |
1598 | 2023-10-17T20:53:54.861Z | Compiling hyper v0.14.27 |
1599 | 2023-10-17T20:53:55.131Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1600 | 2023-10-17T20:53:56.380Z | Compiling postgres-types v0.2.6 |
1601 | 2023-10-17T20:53:56.636Z | Compiling clap_builder v4.4.2 |
1602 | 2023-10-17T20:53:57.614Z | Compiling r2d2 v0.8.10 |
1603 | 2023-10-17T20:53:58.055Z | Compiling phf v0.11.2 |
1604 | 2023-10-17T20:53:58.611Z | Compiling inout v0.1.3 |
1605 | 2023-10-17T20:53:58.617Z | Compiling hubpack v0.1.2 |
1606 | 2023-10-17T20:53:58.763Z | Compiling ipnetwork v0.20.0 |
1607 | 2023-10-17T20:53:59.806Z | Compiling futures-executor v0.3.28 |
1608 | 2023-10-17T20:54:00.032Z | Compiling itertools v0.11.0 |
1609 | 2023-10-17T20:54:00.580Z | Compiling zerocopy v0.6.3 |
1610 | 2023-10-17T20:54:01.316Z | Compiling float-cmp v0.9.0 |
1611 | 2023-10-17T20:54:01.689Z | Compiling difflib v0.4.0 |
1612 | 2023-10-17T20:54:01.979Z | Compiling whoami v1.4.1 |
1613 | 2023-10-17T20:54:02.883Z | Compiling predicates-core v1.0.6 |
1614 | 2023-10-17T20:54:03.358Z | Compiling static_assertions v1.1.0 |
1615 | 2023-10-17T20:54:03.376Z | Compiling smawk v0.3.1 |
1616 | 2023-10-17T20:54:03.496Z | Compiling data-encoding v2.4.0 |
1617 | 2023-10-17T20:54:03.696Z | Compiling unicode-linebreak v0.1.5 |
1618 | 2023-10-17T20:54:03.890Z | Compiling funty v2.0.0 |
1619 | 2023-10-17T20:54:04.409Z | Compiling normalize-line-endings v0.3.0 |
1620 | 2023-10-17T20:54:04.517Z | Compiling trust-dns-proto v0.22.0 |
1621 | 2023-10-17T20:54:04.570Z | Compiling textwrap v0.16.0 |
1622 | 2023-10-17T20:54:04.935Z | Compiling predicates v3.0.4 |
1623 | 2023-10-17T20:54:06.328Z | Compiling hyper-tls v0.5.0 |
1624 | 2023-10-17T20:54:06.844Z | Compiling hyper-rustls v0.24.1 |
1625 | 2023-10-17T20:54:06.865Z | Compiling bitvec v1.0.1 |
1626 | 2023-10-17T20:54:07.031Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1627 | 2023-10-17T20:54:07.420Z | Compiling clap v4.4.3 |
1628 | 2023-10-17T20:54:07.580Z | Compiling reqwest v0.11.20 |
1629 | 2023-10-17T20:54:07.954Z | Compiling yasna v0.5.2 |
1630 | 2023-10-17T20:54:10.921Z | Compiling tokio-postgres v0.7.10 |
1631 | 2023-10-17T20:54:11.028Z | Compiling diesel v2.1.1 |
1632 | 2023-10-17T20:54:12.058Z | Compiling futures v0.3.28 |
1633 | 2023-10-17T20:54:12.217Z | Compiling cipher v0.4.4 |
1634 | 2023-10-17T20:54:13.245Z | Compiling similar v2.2.1 |
1635 | 2023-10-17T20:54:14.726Z | Compiling signature v2.1.0 |
1636 | 2023-10-17T20:54:15.066Z | Compiling tokio-stream v0.1.14 |
1637 | 2023-10-17T20:54:16.053Z | Compiling usdt v0.3.5 |
1638 | 2023-10-17T20:54:16.436Z | Compiling hex v0.4.3 |
1639 | 2023-10-17T20:54:16.570Z | Compiling console v0.15.7 |
1640 | 2023-10-17T20:54:16.574Z | Compiling bstr v1.6.0 |
1641 | 2023-10-17T20:54:17.859Z | Compiling getopts v0.2.21 |
1642 | 2023-10-17T20:54:18.568Z | Compiling unsafe-libyaml v0.2.9 |
1643 | 2023-10-17T20:54:18.915Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1644 | 2023-10-17T20:54:18.918Z | Compiling rustversion v1.0.14 |
1645 | 2023-10-17T20:54:20.253Z | Compiling ident_case v1.0.1 |
1646 | 2023-10-17T20:54:21.191Z | Compiling serde_yaml v0.9.25 |
1647 | 2023-10-17T20:54:21.693Z | Compiling slog-async v2.8.0 |
1648 | 2023-10-17T20:54:21.946Z | Compiling strum_macros v0.25.2 |
1649 | 2023-10-17T20:54:22.432Z | Compiling paste v1.0.14 |
1650 | 2023-10-17T20:54:22.509Z | Compiling darling_core v0.20.3 |
1651 | 2023-10-17T20:54:24.790Z | Compiling multer v2.1.0 |
1652 | 2023-10-17T20:54:26.129Z | Compiling async-stream-impl v0.3.5 |
1653 | 2023-10-17T20:54:26.133Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1654 | 2023-10-17T20:54:26.190Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1655 | 2023-10-17T20:54:27.708Z | Compiling regex-syntax v0.6.29 |
1656 | 2023-10-17T20:54:27.752Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1657 | 2023-10-17T20:54:28.252Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1658 | 2023-10-17T20:54:28.821Z | Compiling structmeta-derive v0.1.6 |
1659 | 2023-10-17T20:54:31.578Z | Compiling darling_macro v0.20.3 |
1660 | 2023-10-17T20:54:33.067Z | Compiling darling v0.20.3 |
1661 | 2023-10-17T20:54:33.146Z | Compiling structmeta v0.1.6 |
1662 | 2023-10-17T20:54:33.215Z | Compiling serde_with_macros v2.3.3 |
1663 | 2023-10-17T20:54:39.681Z | Compiling test-strategy v0.2.1 |
1664 | 2023-10-17T20:54:39.803Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1665 | 2023-10-17T20:54:39.813Z | Compiling parse-display-derive v0.7.0 |
1666 | 2023-10-17T20:54:46.218Z | Checking unicode-ident v1.0.12 |
1667 | 2023-10-17T20:55:16.132Z | Checking heck v0.4.1 |
1668 | 2023-10-17T20:55:24.855Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1669 | 2023-10-17T20:55:25.011Z | Checking crossbeam-channel v0.5.8 |
1670 | 2023-10-17T20:55:25.193Z | Checking atty v0.2.14 |
1671 | 2023-10-17T20:55:25.620Z | Checking match_cfg v0.1.0 |
1672 | 2023-10-17T20:55:25.738Z | Checking hostname v0.3.1 |
1673 | 2023-10-17T20:55:25.908Z | Checking sha1 v0.10.5 |
1674 | 2023-10-17T20:55:26.159Z | Checking dirs-sys-next v0.1.2 |
1675 | 2023-10-17T20:55:26.330Z | Checking fastrand v2.0.0 |
1676 | 2023-10-17T20:55:26.412Z | Checking dirs-next v2.0.0 |
1677 | 2023-10-17T20:55:26.584Z | Checking thread_local v1.1.7 |
1678 | 2023-10-17T20:55:26.818Z | Checking tempfile v3.8.0 |
1679 | 2023-10-17T20:55:28.438Z | Checking term v0.7.0 |
1680 | 2023-10-17T20:55:28.487Z | Checking strum v0.25.0 |
1681 | 2023-10-17T20:55:28.500Z | Checking instant v0.1.12 |
1682 | 2023-10-17T20:55:28.512Z | Checking take_mut v0.2.2 |
1683 | 2023-10-17T20:55:28.528Z | Checking slog-term v2.9.0 |
1684 | 2023-10-17T20:55:28.537Z | Checking slog-json v2.6.1 |
1685 | 2023-10-17T20:55:28.545Z | Checking serde_with v2.3.3 |
1686 | 2023-10-17T20:55:28.617Z | Checking camino v1.1.6 |
1687 | 2023-10-17T20:55:28.809Z | Checking slog-bunyan v2.4.0 |
1688 | 2023-10-17T20:55:29.210Z | Checking atomic-waker v1.1.1 |
1689 | 2023-10-17T20:55:29.390Z | Checking debug-ignore v1.0.5 |
1690 | 2023-10-17T20:55:29.406Z | Checking waitgroup v0.1.2 |
1691 | 2023-10-17T20:55:29.576Z | Checking async-stream v0.3.5 |
1692 | 2023-10-17T20:55:29.601Z | Checking serde_path_to_error v0.1.14 |
1693 | 2023-10-17T20:55:30.091Z | Checking backoff v0.4.0 |
1694 | 2023-10-17T20:55:30.411Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1695 | 2023-10-17T20:55:30.506Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1696 | 2023-10-17T20:55:30.700Z | Checking parse-display v0.7.0 |
1697 | 2023-10-17T20:55:30.718Z | Checking macaddr v1.0.1 |
1698 | 2023-10-17T20:55:30.930Z | Checking quick-error v1.2.3 |
1699 | 2023-10-17T20:55:31.781Z | Checking wait-timeout v0.2.0 |
1700 | 2023-10-17T20:55:32.432Z | Compiling crucible-workspace-hack v0.1.0 |
1701 | 2023-10-17T20:55:32.502Z | Checking rusty-fork v0.3.0 |
1702 | 2023-10-17T20:55:33.244Z | Checking rand_xorshift v0.3.0 |
1703 | 2023-10-17T20:55:33.248Z | Checking unarray v0.1.4 |
1704 | 2023-10-17T20:55:33.251Z | Compiling proc-macro-crate v1.3.1 |
1705 | 2023-10-17T20:55:33.265Z | Checking proptest v1.3.1 |
1706 | 2023-10-17T20:55:36.710Z | Compiling proc-macro-error-attr v1.0.4 |
1707 | 2023-10-17T20:55:37.775Z | Compiling proc-macro-error v1.0.4 |
1708 | 2023-10-17T20:55:42.182Z | Compiling num_enum_derive v0.5.11 |
1709 | 2023-10-17T20:55:43.647Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1710 | 2023-10-17T20:55:45.012Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1711 | 2023-10-17T20:55:45.549Z | Compiling foreign-types-macros v0.2.3 |
1712 | 2023-10-17T20:55:46.562Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1713 | 2023-10-17T20:55:46.990Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1714 | 2023-10-17T20:55:47.030Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1715 | 2023-10-17T20:55:47.099Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1716 | 2023-10-17T20:55:49.317Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1717 | 2023-10-17T20:55:57.134Z | Compiling zone_cfg_derive v0.2.0 |
1718 | 2023-10-17T20:55:59.312Z | Compiling mockall_derive v0.11.4 |
1719 | 2023-10-17T20:55:59.625Z | Compiling num-derive v0.4.0 |
1720 | 2023-10-17T20:56:07.140Z | Checking base64ct v1.6.0 |
1721 | 2023-10-17T20:56:20.777Z | Checking is-terminal v0.4.9 |
1722 | 2023-10-17T20:56:27.295Z | Compiling slog-dtrace v0.2.3 |
1723 | 2023-10-17T20:56:27.849Z | Compiling cancel-safe-futures v0.1.2 |
1724 | 2023-10-17T20:56:27.934Z | Checking base64 v0.13.1 |
1725 | 2023-10-17T20:56:28.571Z | Checking termtree v0.4.1 |
1726 | 2023-10-17T20:56:29.126Z | Checking password-hash v0.5.0 |
1727 | 2023-10-17T20:56:30.000Z | Checking blake2 v0.10.6 |
1728 | 2023-10-17T20:56:30.644Z | Checking predicates-tree v1.0.9 |
1729 | 2023-10-17T20:56:31.295Z | Checking num_enum v0.5.11 |
1730 | 2023-10-17T20:56:32.426Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1731 | 2023-10-17T20:56:35.722Z | Checking postcard-cobs v0.1.5-pre |
1732 | 2023-10-17T20:56:36.549Z | Checking postcard v0.7.3 |
1733 | 2023-10-17T20:56:54.857Z | Checking argon2 v0.5.2 |
1734 | 2023-10-17T20:56:55.552Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1735 | 2023-10-17T20:56:55.755Z | Checking smoltcp v0.8.2 |
1736 | 2023-10-17T20:56:55.916Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1737 | 2023-10-17T20:56:55.960Z | Checking cfg-if v0.1.10 |
1738 | 2023-10-17T20:56:56.016Z | Checking foreign-types-shared v0.3.1 |
1739 | 2023-10-17T20:56:56.050Z | Checking foreign-types v0.5.0 |
1740 | 2023-10-17T20:56:56.072Z | Checking cstr-argument v0.1.2 |
1741 | 2023-10-17T20:56:56.108Z | Checking pretty-hex v0.2.1 |
1742 | 2023-10-17T20:56:56.123Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1743 | 2023-10-17T20:56:56.183Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1744 | 2023-10-17T20:56:56.203Z | Checking colored v2.0.4 |
1745 | 2023-10-17T20:56:56.217Z | Checking predicates v2.1.5 |
1746 | 2023-10-17T20:56:56.229Z | Checking filetime v0.2.22 |
1747 | 2023-10-17T20:56:56.236Z | Checking xattr v1.0.1 |
1748 | 2023-10-17T20:56:56.263Z | Checking downcast v0.11.0 |
1749 | 2023-10-17T20:56:56.269Z | Checking fragile v2.0.0 |
1750 | 2023-10-17T20:56:56.287Z | Checking tar v0.4.40 |
1751 | 2023-10-17T20:56:56.295Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1752 | 2023-10-17T20:56:56.300Z | Checking zone v0.2.0 |
1753 | 2023-10-17T20:56:56.590Z | Checking mockall v0.11.4 |
1754 | 2023-10-17T20:56:56.755Z | Checking smf v0.2.2 |
1755 | 2023-10-17T20:56:56.783Z | Compiling der_derive v0.7.2 |
1756 | 2023-10-17T20:56:56.791Z | Checking pem v1.1.1 |
1757 | 2023-10-17T20:56:56.800Z | Compiling memoffset v0.7.1 |
1758 | 2023-10-17T20:56:56.807Z | Checking camino-tempfile v1.0.2 |
1759 | 2023-10-17T20:56:56.818Z | Compiling maybe-uninit v2.0.0 |
1760 | 2023-10-17T20:56:56.834Z | Checking headers-core v0.2.0 |
1761 | 2023-10-17T20:56:56.850Z | Compiling heck v0.3.3 |
1762 | 2023-10-17T20:56:56.860Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1763 | 2023-10-17T20:56:56.865Z | Compiling libefi-sys v0.1.0 |
1764 | 2023-10-17T20:56:56.878Z | Checking headers v0.3.9 |
1765 | 2023-10-17T20:56:56.882Z | Compiling packed_struct v0.10.1 |
1766 | 2023-10-17T20:56:56.887Z | Compiling structopt-derive v0.4.18 |
1767 | 2023-10-17T20:56:56.898Z | Compiling num-bigint-dig v0.8.4 |
1768 | 2023-10-17T20:56:56.903Z | Compiling packed_struct_codegen v0.10.1 |
1769 | 2023-10-17T20:56:56.911Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1770 | 2023-10-17T20:56:56.920Z | Compiling signal-hook v0.3.17 |
1771 | 2023-10-17T20:56:56.924Z | Checking rcgen v0.10.0 |
1772 | 2023-10-17T20:56:56.928Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1773 | 2023-10-17T20:56:56.937Z | Checking atomicwrites v0.4.2 |
1774 | 2023-10-17T20:56:56.944Z | Checking subprocess v0.2.9 |
1775 | 2023-10-17T20:56:56.955Z | Compiling num-rational v0.4.1 |
1776 | 2023-10-17T20:56:57.138Z | Checking termcolor v1.2.0 |
1777 | 2023-10-17T20:56:57.575Z | Checking linked-hash-map v0.5.6 |
1778 | 2023-10-17T20:56:57.581Z | Compiling doc-comment v0.3.3 |
1779 | 2023-10-17T20:56:57.585Z | Compiling same-file v1.0.6 |
1780 | 2023-10-17T20:56:57.588Z | Checking lru-cache v0.1.2 |
1781 | 2023-10-17T20:56:57.591Z | Compiling walkdir v2.4.0 |
1782 | 2023-10-17T20:56:57.617Z | Compiling semver-parser v0.10.2 |
1783 | 2023-10-17T20:56:57.620Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1784 | 2023-10-17T20:56:57.623Z | Checking half v1.8.2 |
1785 | 2023-10-17T20:56:57.626Z | Checking ciborium-io v0.2.1 |
1786 | 2023-10-17T20:56:57.629Z | Checking ciborium-ll v0.2.1 |
1787 | 2023-10-17T20:56:57.632Z | Compiling home v0.5.5 |
1788 | 2023-10-17T20:56:57.635Z | Compiling semver v0.11.0 |
1789 | 2023-10-17T20:56:57.638Z | Checking ciborium v0.2.1 |
1790 | 2023-10-17T20:56:57.641Z | Compiling toml v0.5.11 |
1791 | 2023-10-17T20:56:57.644Z | Compiling toolchain_find v0.2.0 |
1792 | 2023-10-17T20:56:57.647Z | Checking arc-swap v1.6.0 |
1793 | 2023-10-17T20:56:57.660Z | Compiling omicron-zone-package v0.8.3 |
1794 | 2023-10-17T20:56:57.662Z | Compiling convert_case v0.4.0 |
1795 | 2023-10-17T20:56:57.665Z | Checking slog-scope v4.4.0 |
1796 | 2023-10-17T20:56:57.668Z | Checking slog-stdlog v4.1.1 |
1797 | 2023-10-17T20:56:57.671Z | Compiling snafu-derive v0.7.5 |
1798 | 2023-10-17T20:56:57.675Z | Checking slog-envlogger v2.2.0 |
1799 | 2023-10-17T20:56:57.678Z | Compiling derive-where v1.2.5 |
1800 | 2023-10-17T20:56:57.681Z | Compiling derive_more v0.99.17 |
1801 | 2023-10-17T20:56:57.684Z | Compiling rustfmt-wrapper v0.2.0 |
1802 | 2023-10-17T20:56:57.691Z | Compiling libz-sys v1.1.12 |
1803 | 2023-10-17T20:56:57.694Z | Compiling parking_lot_core v0.8.6 |
1804 | 2023-10-17T20:56:57.698Z | Checking resolv-conf v0.7.0 |
1805 | 2023-10-17T20:56:57.701Z | Checking newline-converter v0.3.0 |
1806 | 2023-10-17T20:56:57.704Z | Checking expectorate v1.1.0 |
1807 | 2023-10-17T20:56:57.707Z | Checking trust-dns-resolver v0.22.0 |
1808 | 2023-10-17T20:56:57.710Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1809 | 2023-10-17T20:56:57.713Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1810 | 2023-10-17T20:56:57.716Z | Checking pem-rfc7468 v0.7.0 |
1811 | 2023-10-17T20:56:57.719Z | Checking hkdf v0.12.3 |
1812 | 2023-10-17T20:56:57.722Z | Compiling libsqlite3-sys v0.26.0 |
1813 | 2023-10-17T20:56:57.725Z | Checking flagset v0.4.3 |
1814 | 2023-10-17T20:56:57.728Z | Checking der v0.7.8 |
1815 | 2023-10-17T20:56:57.731Z | Checking textwrap v0.11.0 |
1816 | 2023-10-17T20:56:57.734Z | Checking fxhash v0.2.1 |
1817 | 2023-10-17T20:56:57.737Z | Compiling vergen v8.2.4 |
1818 | 2023-10-17T20:56:57.740Z | Checking strsim v0.8.0 |
1819 | 2023-10-17T20:56:57.742Z | Checking vec_map v0.8.2 |
1820 | 2023-10-17T20:56:57.745Z | Compiling semver v0.1.20 |
1821 | 2023-10-17T20:56:57.748Z | Checking ansi_term v0.12.1 |
1822 | 2023-10-17T20:56:58.183Z | Checking keccak v0.1.4 |
1823 | 2023-10-17T20:56:58.187Z | Checking secrecy v0.8.0 |
1824 | 2023-10-17T20:56:58.191Z | Checking clap v2.34.0 |
1825 | 2023-10-17T20:56:58.194Z | Checking sha3 v0.10.8 |
1826 | 2023-10-17T20:56:58.198Z | Compiling rustc_version v0.1.7 |
1827 | 2023-10-17T20:56:58.207Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1828 | 2023-10-17T20:56:58.210Z | Compiling newtype_derive v0.1.6 |
1829 | 2023-10-17T20:56:58.213Z | Checking humantime v2.1.0 |
1830 | 2023-10-17T20:56:58.222Z | Checking crc-catalog v2.2.0 |
1831 | 2023-10-17T20:56:58.226Z | Compiling buf-list v1.0.3 |
1832 | 2023-10-17T20:56:58.254Z | Checking crc v3.0.1 |
1833 | 2023-10-17T20:56:58.260Z | Checking spki v0.7.2 |
1834 | 2023-10-17T20:56:58.263Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1835 | 2023-10-17T20:56:58.270Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1836 | 2023-10-17T20:56:58.276Z | Checking pkcs8 v0.10.2 |
1837 | 2023-10-17T20:56:58.283Z | Checking nodrop v0.1.14 |
1838 | 2023-10-17T20:56:58.300Z | Checking pkcs1 v0.7.5 |
1839 | 2023-10-17T20:56:58.308Z | Checking array-init v0.0.4 |
1840 | 2023-10-17T20:56:58.311Z | Checking smallvec v0.6.14 |
1841 | 2023-10-17T20:56:58.315Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1842 | 2023-10-17T20:56:58.320Z | Checking structopt v0.3.26 |
1843 | 2023-10-17T20:56:58.327Z | Compiling num_enum_derive v0.7.0 |
1844 | 2023-10-17T20:56:58.743Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1845 | 2023-10-17T20:56:58.765Z | Compiling unicase v2.7.0 |
1846 | 2023-10-17T20:56:58.770Z | Compiling rayon-core v1.11.0 |
1847 | 2023-10-17T20:56:58.774Z | Checking bitfield v0.14.0 |
1848 | 2023-10-17T20:56:58.776Z | Checking utf-8 v0.7.6 |
1849 | 2023-10-17T20:56:58.779Z | Checking rsa v0.9.2 |
1850 | 2023-10-17T20:56:58.782Z | Checking serde-hex v0.1.0 |
1851 | 2023-10-17T20:56:58.787Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1852 | 2023-10-17T20:56:58.790Z | Checking x509-cert v0.2.4 |
1853 | 2023-10-17T20:56:58.884Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1854 | 2023-10-17T20:56:59.498Z | Checking env_logger v0.10.0 |
1855 | 2023-10-17T20:57:00.255Z | Checking ron v0.8.1 |
1856 | 2023-10-17T20:57:00.428Z | Checking crc-any v2.4.3 |
1857 | 2023-10-17T20:57:01.009Z | Compiling platforms v3.0.2 |
1858 | 2023-10-17T20:57:02.328Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1859 | 2023-10-17T20:57:03.878Z | Checking object v0.30.4 |
1860 | 2023-10-17T20:57:04.038Z | Checking path-slash v0.1.5 |
1861 | 2023-10-17T20:57:06.545Z | Checking num-complex v0.4.4 |
1862 | 2023-10-17T20:57:06.688Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1863 | 2023-10-17T20:57:07.104Z | Compiling erased-serde v0.3.30 |
1864 | 2023-10-17T20:57:07.221Z | Compiling curve25519-dalek v4.1.0 |
1865 | 2023-10-17T20:57:07.880Z | Compiling bitstruct_derive v0.1.0 |
1866 | 2023-10-17T20:57:08.141Z | Checking num v0.4.1 |
1867 | 2023-10-17T20:57:08.293Z | Compiling async-recursion v1.0.5 |
1868 | 2023-10-17T20:57:09.622Z | Compiling glob v0.3.1 |
1869 | 2023-10-17T20:57:09.921Z | Compiling mime_guess v2.0.4 |
1870 | 2023-10-17T20:57:10.298Z | Compiling thiserror-impl-no-std v2.0.2 |
1871 | 2023-10-17T20:57:11.083Z | Compiling curve25519-dalek-derive v0.1.0 |
1872 | 2023-10-17T20:57:11.870Z | Compiling salty v0.2.0 |
1873 | 2023-10-17T20:57:12.597Z | Checking tungstenite v0.18.0 |
1874 | 2023-10-17T20:57:12.896Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1875 | 2023-10-17T20:57:13.298Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1876 | 2023-10-17T20:57:13.807Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1877 | 2023-10-17T20:57:14.066Z | Checking tokio-tungstenite v0.18.0 |
1878 | 2023-10-17T20:57:14.188Z | Checking universal-hash v0.5.1 |
1879 | 2023-10-17T20:57:14.389Z | Checking nibble_vec v0.1.0 |
1880 | 2023-10-17T20:57:14.666Z | Checking opaque-debug v0.3.0 |
1881 | 2023-10-17T20:57:14.777Z | Checking endian-type v0.1.2 |
1882 | 2023-10-17T20:57:14.796Z | Compiling crunchy v0.2.2 |
1883 | 2023-10-17T20:57:17.281Z | Checking radix_trie v0.2.1 |
1884 | 2023-10-17T20:57:17.361Z | Checking snafu v0.7.5 |
1885 | 2023-10-17T20:57:17.415Z | Checking linear-map v1.2.0 |
1886 | 2023-10-17T20:57:17.433Z | Compiling tiny-keccak v2.0.2 |
1887 | 2023-10-17T20:57:17.441Z | Checking trust-dns-client v0.22.0 |
1888 | 2023-10-17T20:57:17.465Z | Checking parking_lot v0.11.2 |
1889 | 2023-10-17T20:57:17.487Z | Compiling clang-sys v1.6.1 |
1890 | 2023-10-17T20:57:17.504Z | Checking aead v0.5.2 |
1891 | 2023-10-17T20:57:17.511Z | Compiling darling_core v0.14.4 |
1892 | 2023-10-17T20:57:17.526Z | Compiling prettyplease v0.2.12 |
1893 | 2023-10-17T20:57:17.535Z | Checking sled v0.34.7 |
1894 | 2023-10-17T20:57:17.544Z | Compiling ascii-canvas v3.0.0 |
1895 | 2023-10-17T20:57:17.720Z | Checking toml_edit v0.20.0 |
1896 | 2023-10-17T20:57:17.861Z | Checking trust-dns-server v0.22.1 |
1897 | 2023-10-17T20:57:19.618Z | Compiling const_format_proc_macros v0.2.31 |
1898 | 2023-10-17T20:57:19.639Z | Compiling ena v0.14.2 |
1899 | 2023-10-17T20:57:19.680Z | Checking pretty-hex v0.3.0 |
1900 | 2023-10-17T20:57:19.695Z | Compiling minimal-lexical v0.2.1 |
1901 | 2023-10-17T20:57:19.712Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1902 | 2023-10-17T20:57:19.896Z | Compiling diff v0.1.13 |
1903 | 2023-10-17T20:57:20.796Z | Compiling portable-atomic v1.4.3 |
1904 | 2023-10-17T20:57:20.845Z | Compiling lalrpop v0.19.12 |
1905 | 2023-10-17T20:57:21.181Z | Compiling nom v7.1.3 |
1906 | 2023-10-17T20:57:21.421Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1907 | 2023-10-17T20:57:21.637Z | Checking toml v0.8.0 |
1908 | 2023-10-17T20:57:22.177Z | Checking path-dedot v3.1.0 |
1909 | 2023-10-17T20:57:22.193Z | Compiling libloading v0.7.4 |
1910 | 2023-10-17T20:57:22.458Z | Compiling ref-cast v1.0.20 |
1911 | 2023-10-17T20:57:22.667Z | Compiling bindgen v0.65.1 |
1912 | 2023-10-17T20:57:23.171Z | Checking path-absolutize v3.1.0 |
1913 | 2023-10-17T20:57:24.381Z | Checking globset v0.4.13 |
1914 | 2023-10-17T20:57:25.146Z | Checking crossbeam-deque v0.8.3 |
1915 | 2023-10-17T20:57:25.295Z | Checking olpc-cjson v0.1.3 |
1916 | 2023-10-17T20:57:25.358Z | Compiling darling_macro v0.14.4 |
1917 | 2023-10-17T20:57:25.619Z | Checking hashlink v0.8.3 |
1918 | 2023-10-17T20:57:25.635Z | Checking serde_plain v1.0.2 |
1919 | 2023-10-17T20:57:26.024Z | Compiling which v4.4.0 |
1920 | 2023-10-17T20:57:26.372Z | Compiling ref-cast-impl v1.0.20 |
1921 | 2023-10-17T20:57:26.546Z | Compiling libxml v0.3.3 |
1922 | 2023-10-17T20:57:26.789Z | Compiling darling v0.14.4 |
1923 | 2023-10-17T20:57:26.882Z | Compiling shlex v1.1.0 |
1924 | 2023-10-17T20:57:26.950Z | Compiling cexpr v0.6.0 |
1925 | 2023-10-17T20:57:27.041Z | Compiling derive_builder_core v0.12.0 |
1926 | 2023-10-17T20:57:27.281Z | Checking fallible-streaming-iterator v0.1.9 |
1927 | 2023-10-17T20:57:27.542Z | Compiling rustc-hash v1.1.0 |
1928 | 2023-10-17T20:57:27.645Z | Compiling peeking_take_while v0.1.2 |
1929 | 2023-10-17T20:57:27.762Z | Compiling lazycell v1.3.0 |
1930 | 2023-10-17T20:57:27.841Z | Checking rusqlite v0.29.0 |
1931 | 2023-10-17T20:57:28.080Z | Checking tough v0.12.5 |
1932 | 2023-10-17T20:57:28.154Z | Checking nix v0.26.2 |
1933 | 2023-10-17T20:57:31.110Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1934 | 2023-10-17T20:57:31.121Z | Compiling derive_builder_macro v0.12.0 |
1935 | 2023-10-17T20:57:31.159Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1936 | 2023-10-17T20:57:31.959Z | Checking twox-hash v1.6.3 |
1937 | 2023-10-17T20:57:32.421Z | Checking ff v0.13.0 |
1938 | 2023-10-17T20:57:32.424Z | Compiling strum_macros v0.24.3 |
1939 | 2023-10-17T20:57:32.692Z | Checking signature v1.6.4 |
1940 | 2023-10-17T20:57:32.888Z | Compiling indoc v1.0.9 |
1941 | 2023-10-17T20:57:33.247Z | Checking display-error-chain v0.1.1 |
1942 | 2023-10-17T20:57:34.237Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1943 | 2023-10-17T20:57:34.651Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1944 | 2023-10-17T20:57:34.654Z | Checking ed25519 v1.5.3 |
1945 | 2023-10-17T20:57:34.657Z | Checking group v0.13.0 |
1946 | 2023-10-17T20:57:36.139Z | Checking polyval v0.6.1 |
1947 | 2023-10-17T20:57:36.547Z | Checking num_enum v0.7.0 |
1948 | 2023-10-17T20:57:37.086Z | Checking aes v0.8.3 |
1949 | 2023-10-17T20:57:37.273Z | Checking ctr v0.9.2 |
1950 | 2023-10-17T20:57:37.752Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1951 | 2023-10-17T20:57:37.769Z | Checking crypto-bigint v0.5.2 |
1952 | 2023-10-17T20:57:38.043Z | Checking bincode v1.3.3 |
1953 | 2023-10-17T20:57:38.763Z | Compiling cookie v0.16.2 |
1954 | 2023-10-17T20:57:38.776Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1955 | 2023-10-17T20:57:39.279Z | Checking base16ct v0.2.0 |
1956 | 2023-10-17T20:57:40.074Z | Checking aes-gcm-siv v0.11.1 |
1957 | 2023-10-17T20:57:40.378Z | Checking steno v0.4.0 |
1958 | 2023-10-17T20:57:40.594Z | Checking elliptic-curve v0.13.5 |
1959 | 2023-10-17T20:57:40.952Z | Checking rayon v1.7.0 |
1960 | 2023-10-17T20:57:41.374Z | Checking thiserror-no-std v2.0.2 |
1961 | 2023-10-17T20:57:41.522Z | Checking poly1305 v0.8.0 |
1962 | 2023-10-17T20:57:41.875Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1963 | 2023-10-17T20:57:42.380Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1964 | 2023-10-17T20:57:42.629Z | Checking env_logger v0.9.3 |
1965 | 2023-10-17T20:57:42.764Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1966 | 2023-10-17T20:57:43.439Z | Checking chacha20 v0.9.1 |
1967 | 2023-10-17T20:57:43.994Z | Checking serde-big-array v0.5.1 |
1968 | 2023-10-17T20:57:44.134Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1969 | 2023-10-17T20:57:44.242Z | Checking serde-big-array v0.4.1 |
1970 | 2023-10-17T20:57:44.319Z | Compiling impl-trait-for-tuples v0.2.2 |
1971 | 2023-10-17T20:57:44.483Z | Compiling oso-derive v0.26.4 |
1972 | 2023-10-17T20:57:45.196Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1973 | 2023-10-17T20:57:45.388Z | Checking ringbuffer v0.15.0 |
1974 | 2023-10-17T20:57:45.558Z | Checking ascii v1.1.0 |
1975 | 2023-10-17T20:57:45.959Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1976 | 2023-10-17T20:57:46.053Z | Checking vsss-rs v3.3.1 |
1977 | 2023-10-17T20:57:46.156Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1978 | 2023-10-17T20:57:46.186Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1979 | 2023-10-17T20:57:47.410Z | Checking chacha20poly1305 v0.10.1 |
1980 | 2023-10-17T20:57:47.885Z | Checking bitstruct v0.1.1 |
1981 | 2023-10-17T20:57:48.049Z | Checking signal-hook-tokio v0.3.1 |
1982 | 2023-10-17T20:57:48.338Z | Checking tungstenite v0.20.1 |
1983 | 2023-10-17T20:57:48.874Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1984 | 2023-10-17T20:57:49.328Z | Checking serde_arrays v0.1.0 |
1985 | 2023-10-17T20:57:49.504Z | Checking corncobs v0.1.3 |
1986 | 2023-10-17T20:57:49.747Z | Checking tokio-tungstenite v0.20.1 |
1987 | 2023-10-17T20:57:49.783Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1988 | 2023-10-17T20:57:51.569Z | Checking assert_matches v1.5.0 |
1989 | 2023-10-17T20:57:52.442Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
1990 | 2023-10-17T20:57:54.731Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1991 | 2023-10-17T20:57:56.083Z | Checking bcs v0.1.5 |
1992 | 2023-10-17T20:57:56.290Z | Checking highway v1.1.0 |
1993 | 2023-10-17T20:57:57.536Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1994 | 2023-10-17T20:57:58.851Z | Checking const_format v0.2.31 |
1995 | 2023-10-17T20:58:01.458Z | Checking ron v0.7.1 |
1996 | 2023-10-17T20:58:01.464Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
1997 | 2023-10-17T20:58:03.012Z | Checking bit_field v0.10.2 |
1998 | 2023-10-17T20:58:03.413Z | Checking http-range v0.1.5 |
1999 | 2023-10-17T20:58:03.678Z | Checking hyper-staticfile v0.9.5 |
2000 | 2023-10-17T20:58:04.319Z | Compiling indoc v2.0.3 |
2001 | 2023-10-17T20:58:07.806Z | Checking derive_builder v0.12.0 |
2002 | 2023-10-17T20:58:11.040Z | Checking bb8 v0.8.1 |
2003 | 2023-10-17T20:58:11.335Z | Checking quick-xml v0.23.1 |
2004 | 2023-10-17T20:58:11.495Z | Checking bytesize v1.3.0 |
2005 | 2023-10-17T20:58:11.791Z | Checking number_prefix v0.4.0 |
2006 | 2023-10-17T20:58:11.883Z | Checking fs-err v2.9.0 |
2007 | 2023-10-17T20:58:12.468Z | Checking maplit v1.0.2 |
2008 | 2023-10-17T20:58:13.250Z | Checking indicatif v0.17.7 |
2009 | 2023-10-17T20:58:13.376Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2010 | 2023-10-17T20:58:15.109Z | Checking signal-hook-mio v0.2.3 |
2011 | 2023-10-17T20:58:16.271Z | Compiling vte_generate_state_changes v0.1.1 |
2012 | 2023-10-17T20:58:25.387Z | Checking yansi v0.5.1 |
2013 | 2023-10-17T20:58:25.843Z | Checking pretty_assertions v1.4.0 |
2014 | 2023-10-17T20:58:27.671Z | Checking crossterm v0.27.0 |
2015 | 2023-10-17T20:58:28.272Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
2016 | 2023-10-17T20:58:30.123Z | Checking fatfs v0.3.6 |
2017 | 2023-10-17T20:58:30.193Z | Checking cassowary v0.3.0 |
2018 | 2023-10-17T20:58:30.385Z | Checking plotters-backend v0.3.5 |
2019 | 2023-10-17T20:58:30.845Z | Checking ratatui v0.23.0 |
2020 | 2023-10-17T20:58:30.948Z | Checking plotters-svg v0.3.5 |
2021 | 2023-10-17T20:58:33.590Z | Checking rtoolbox v0.0.1 |
2022 | 2023-10-17T20:58:33.673Z | Checking rand v0.4.6 |
2023 | 2023-10-17T20:58:34.154Z | Checking owo-colors v3.5.0 |
2024 | 2023-10-17T20:58:34.622Z | Checking cast v0.3.0 |
2025 | 2023-10-17T20:58:34.793Z | Checking remove_dir_all v0.5.3 |
2026 | 2023-10-17T20:58:34.946Z | Checking tui-tree-widget v0.13.0 |
2027 | 2023-10-17T20:58:35.137Z | Checking criterion-plot v0.5.0 |
2028 | 2023-10-17T20:58:35.655Z | Checking tempdir v0.3.7 |
2029 | 2023-10-17T20:58:35.669Z | Checking rpassword v7.2.0 |
2030 | 2023-10-17T20:58:35.699Z | Checking plotters v0.3.5 |
2031 | 2023-10-17T20:58:39.093Z | Checking tinytemplate v1.2.1 |
2032 | 2023-10-17T20:58:39.686Z | Checking oorandom v11.1.3 |
2033 | 2023-10-17T20:58:39.911Z | Checking os_str_bytes v6.5.1 |
2034 | 2023-10-17T20:58:39.934Z | Checking shell-words v1.1.0 |
2035 | 2023-10-17T20:58:40.179Z | Checking anes v0.1.6 |
2036 | 2023-10-17T20:58:40.474Z | Checking clap_lex v0.2.4 |
2037 | 2023-10-17T20:58:40.769Z | Checking criterion v0.5.1 |
2038 | 2023-10-17T20:58:46.573Z | Checking assert_cmd v2.0.12 |
2039 | 2023-10-17T20:58:47.011Z | Compiling clap_derive v3.2.25 |
2040 | 2023-10-17T20:58:47.190Z | Checking dashmap v5.5.1 |
2041 | 2023-10-17T20:58:47.904Z | Compiling serial_test_derive v0.10.0 |
2042 | 2023-10-17T20:58:49.084Z | Compiling crossbeam-queue v0.3.8 |
2043 | 2023-10-17T20:58:49.566Z | Checking serial_test v0.10.0 |
2044 | 2023-10-17T20:58:50.366Z | Checking vte v0.11.1 |
2045 | 2023-10-17T20:58:50.689Z | Checking threadpool v1.8.1 |
2046 | 2023-10-17T20:58:52.892Z | Checking strip-ansi-escapes v0.2.0 |
2047 | 2023-10-17T20:58:53.130Z | Checking crossterm v0.26.1 |
2048 | 2023-10-17T20:58:54.560Z | Compiling tabled_derive v0.6.0 |
2049 | 2023-10-17T20:58:54.627Z | Checking clap v3.2.25 |
2050 | 2023-10-17T20:58:54.989Z | Checking httptest v0.15.4 |
2051 | 2023-10-17T20:58:54.994Z | Checking similar-asserts v1.5.0 |
2052 | 2023-10-17T20:58:55.340Z | Checking fd-lock v3.0.13 |
2053 | 2023-10-17T20:59:03.720Z | Checking nanorand v0.7.0 |
2054 | 2023-10-17T20:59:04.022Z | Compiling rstest_macros v0.18.2 |
2055 | 2023-10-17T20:59:04.133Z | Checking nu-ansi-term v0.49.0 |
2056 | 2023-10-17T20:59:04.187Z | Checking flume v0.11.0 |
2057 | 2023-10-17T20:59:04.304Z | Checking reedline v0.23.0 |
2058 | 2023-10-17T20:59:04.373Z | Checking libtest-mimic v0.5.2 |
2059 | 2023-10-17T20:59:04.432Z | Compiling pin-project-internal v1.1.3 |
2060 | 2023-10-17T20:59:04.479Z | Checking arrayref v0.3.7 |
2061 | 2023-10-17T20:59:04.513Z | Checking datatest-stable v0.1.3 |
2062 | 2023-10-17T20:59:04.533Z | Checking topological-sort v0.2.2 |
2063 | 2023-10-17T20:59:04.550Z | Checking arrayvec v0.7.4 |
2064 | 2023-10-17T20:59:05.029Z | Checking constant_time_eq v0.2.6 |
2065 | 2023-10-17T20:59:05.079Z | Compiling trybuild v1.0.85 |
2066 | 2023-10-17T20:59:05.156Z | Checking bytecount v0.6.3 |
2067 | 2023-10-17T20:59:05.214Z | Compiling relative-path v1.9.0 |
2068 | 2023-10-17T20:59:05.250Z | Checking papergrid v0.10.0 |
2069 | 2023-10-17T20:59:05.288Z | Checking blake2b_simd v1.0.1 |
2070 | 2023-10-17T20:59:05.329Z | Checking basic-toml v0.1.4 |
2071 | 2023-10-17T20:59:05.364Z | Checking pin-project v1.1.3 |
2072 | 2023-10-17T20:59:05.409Z | Checking constant_time_eq v0.3.0 |
2073 | 2023-10-17T20:59:05.476Z | Checking futures-timer v3.0.2 |
2074 | 2023-10-17T20:59:05.872Z | Checking rust-argon2 v1.0.1 |
2075 | 2023-10-17T20:59:05.911Z | Checking partial-io v0.5.4 |
2076 | 2023-10-17T20:59:06.537Z | Checking tabled v0.14.0 |
2077 | 2023-10-17T20:59:07.974Z | Checking approx v0.5.1 |
2078 | 2023-10-17T20:59:08.057Z | Checking cargo-platform v0.1.3 |
2079 | 2023-10-17T20:59:08.323Z | Checking hex-literal v0.4.1 |
2080 | 2023-10-17T20:59:08.524Z | Checking cargo_metadata v0.18.0 |
2081 | 2023-10-17T20:59:08.527Z | Checking crossbeam v0.8.2 |
2082 | 2023-10-17T20:59:11.299Z | Checking cargo_toml v0.16.3 |
2083 | 2023-10-17T20:59:11.717Z | Checking termios v0.3.3 |
2084 | 2023-10-17T20:59:14.485Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2085 | 2023-10-17T20:59:15.811Z | Checking rstest v0.18.2 |
2086 | 2023-10-17T20:59:23.857Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2087 | 2023-10-17T20:59:35.346Z | Compiling bzip2 v0.4.4 |
2088 | 2023-10-17T20:59:35.753Z | Compiling zip v0.6.6 |
2089 | 2023-10-17T20:59:37.080Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b) |
2090 | 2023-10-17T20:59:37.102Z | Compiling polar-core v0.26.4 |
2091 | 2023-10-17T20:59:42.960Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2092 | 2023-10-17T20:59:43.109Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2093 | 2023-10-17T20:59:43.209Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2094 | 2023-10-17T20:59:43.228Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2095 | 2023-10-17T20:59:43.342Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2096 | 2023-10-17T20:59:43.370Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2097 | 2023-10-17T20:59:43.387Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2098 | 2023-10-17T20:59:43.431Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2099 | 2023-10-17T20:59:43.481Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2100 | 2023-10-17T20:59:43.503Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2101 | 2023-10-17T20:59:43.524Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2102 | 2023-10-17T20:59:43.556Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2103 | 2023-10-17T20:59:43.562Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2104 | 2023-10-17T20:59:45.185Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2105 | 2023-10-17T20:59:45.646Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2106 | 2023-10-17T20:59:49.104Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2107 | 2023-10-17T20:59:56.362Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2108 | 2023-10-17T20:59:56.694Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2109 | 2023-10-17T21:00:01.124Z | Checking oso v0.26.4 |
2110 | 2023-10-17T21:00:01.924Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2111 | 2023-10-17T21:00:02.144Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2112 | 2023-10-17T21:00:02.575Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2113 | 2023-10-17T21:00:04.932Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2114 | 2023-10-17T21:00:06.206Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2115 | 2023-10-17T21:00:07.610Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2116 | 2023-10-17T21:00:09.585Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2117 | 2023-10-17T21:00:12.234Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2118 | 2023-10-17T21:00:13.440Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2119 | 2023-10-17T21:00:14.426Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2120 | 2023-10-17T21:00:22.405Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2121 | 2023-10-17T21:00:27.002Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2122 | 2023-10-17T21:00:28.568Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2123 | 2023-10-17T21:00:28.970Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2124 | 2023-10-17T21:00:29.745Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2125 | 2023-10-17T21:00:31.763Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2126 | 2023-10-17T21:00:32.299Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2127 | 2023-10-17T21:00:33.533Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2128 | 2023-10-17T21:00:35.417Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2129 | 2023-10-17T21:00:38.863Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2130 | 2023-10-17T21:00:41.118Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2131 | 2023-10-17T21:00:41.363Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2132 | 2023-10-17T21:00:43.343Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2133 | 2023-10-17T21:00:45.474Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2134 | 2023-10-17T21:00:48.202Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2135 | 2023-10-17T21:00:54.621Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2136 | 2023-10-17T21:00:55.323Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2137 | 2023-10-17T21:00:57.171Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2138 | 2023-10-17T21:00:57.434Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2139 | 2023-10-17T21:01:01.121Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2140 | 2023-10-17T21:01:04.634Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2141 | 2023-10-17T21:01:04.667Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2142 | 2023-10-17T21:01:05.152Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2143 | 2023-10-17T21:01:06.881Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2144 | 2023-10-17T21:01:13.387Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2145 | 2023-10-17T21:01:15.100Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2146 | 2023-10-17T21:01:17.239Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2147 | 2023-10-17T21:01:28.583Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2148 | 2023-10-17T21:01:53.231Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2149 | 2023-10-17T21:02:04.786Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2150 | 2023-10-17T21:02:32.869Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2151 | 2023-10-17T21:03:09.028Z | Compiling git2 v0.17.2 |
2152 | 2023-10-17T21:03:18.469Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
2153 | 2023-10-17T21:03:20.938Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=657d985247b41e38aac2e271c7ce8bc9ea81f4b6#657d9852) |
2154 | 2023-10-17T21:03:32.864Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2155 | 2023-10-17T21:03:42.043Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2156 | 2023-10-17T21:03:42.387Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2157 | 2023-10-17T21:03:42.907Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=334df299a56cd0d33e1227ed4ce4d2fe7478d541#334df299) |
2158 | 2023-10-17T21:03:44.443Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2159 | 2023-10-17T21:04:18.042Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2160 | 2023-10-17T21:05:39.690Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 06s |
2161 | 2023-10-17T21:05:39.922Z | |
2162 | 2023-10-17T21:05:39.933Z | real 14:25.373931121 |
2163 | 2023-10-17T21:05:39.944Z | user 1:23:26.279049536 |
2164 | 2023-10-17T21:05:39.950Z | sys 11:10.931650754 |
2165 | 2023-10-17T21:05:39.955Z | trap 2.942298704 |
2166 | 2023-10-17T21:05:39.961Z | tflt 5.686737714 |
2167 | 2023-10-17T21:05:39.966Z | dflt 5.009204023 |
2168 | 2023-10-17T21:05:40.008Z | kflt 0.020498278 |
2169 | 2023-10-17T21:05:40.015Z | lock 1:55:12.862966055 |
2170 | 2023-10-17T21:05:40.030Z | slp 4:40:19.115863471 |
2171 | 2023-10-17T21:05:40.035Z | lat 3:04.197170082 |
2172 | 2023-10-17T21:05:40.038Z | stop 7:24.284640509 |
2173 | 2023-10-17T21:05:40.041Z | process exited: duration 972341 ms, exit code 0 |
|
2174 | 2023-10-17T21:05:40.047Z | found 0 output files |