|
|
|
1 | 2023-10-04T23:20:26.504Z | job assigned to worker 01HBYFSXYXKHB93GFNHRAFBZ0W (queued for 32 m 9 s) |
|
2 | 2023-10-04T23:20:26.549Z | starting task 0: "setup" |
3 | 2023-10-04T23:20:26.616Z | ++ uname -s |
4 | 2023-10-04T23:20:26.629Z | + kern=SunOS |
5 | 2023-10-04T23:20:26.646Z | + case "$kern" in |
6 | 2023-10-04T23:20:26.663Z | + groupadd -g 12345 build |
7 | 2023-10-04T23:20:26.698Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-04T23:20:28.634Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-04T23:20:28.762Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-04T23:20:28.779Z | + home_fs=zfs |
11 | 2023-10-04T23:20:28.801Z | + [[ zfs == autofs ]] |
12 | 2023-10-04T23:20:28.808Z | + mkdir -p /home/build |
13 | 2023-10-04T23:20:28.871Z | + chown build:build /home/build /work |
14 | 2023-10-04T23:20:30.759Z | + chmod 0700 /home/build /work |
15 | 2023-10-04T23:20:30.766Z | process exited: duration 4206 ms, exit code 0 |
|
16 | 2023-10-04T23:20:30.777Z | starting task 1: "rust-toolchain" |
17 | 2023-10-04T23:20:30.790Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-04T23:20:30.794Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-04T23:20:30.983Z | info: downloading installer |
20 | 2023-10-04T23:20:32.702Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-04T23:20:32.706Z | warning: /opt/ooce/bin |
22 | 2023-10-04T23:20:32.712Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-04T23:20:32.717Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-04T23:20:32.741Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-04T23:20:32.749Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-04T23:20:32.763Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-04T23:20:32.771Z | error: cannot install while Rust is installed |
28 | 2023-10-04T23:20:32.791Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-04T23:20:32.815Z | info: profile set to 'default' |
30 | 2023-10-04T23:20:32.825Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-04T23:20:32.834Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-04T23:20:32.983Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-04T23:20:32.991Z | info: downloading component 'cargo' |
34 | 2023-10-04T23:20:33.663Z | info: downloading component 'clippy' |
35 | 2023-10-04T23:20:33.888Z | info: downloading component 'rust-docs' |
36 | 2023-10-04T23:20:34.733Z | info: downloading component 'rust-std' |
37 | 2023-10-04T23:20:36.254Z | info: downloading component 'rustc' |
38 | 2023-10-04T23:20:39.937Z | info: downloading component 'rustfmt' |
39 | 2023-10-04T23:20:40.139Z | info: installing component 'cargo' |
40 | 2023-10-04T23:20:41.530Z | info: installing component 'clippy' |
41 | 2023-10-04T23:20:42.120Z | info: installing component 'rust-docs' |
42 | 2023-10-04T23:20:44.838Z | info: installing component 'rust-std' |
43 | 2023-10-04T23:20:48.680Z | info: installing component 'rustc' |
44 | 2023-10-04T23:21:00.665Z | info: installing component 'rustfmt' |
45 | 2023-10-04T23:21:00.803Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-04T23:21:01.103Z | |
47 | 2023-10-04T23:21:01.355Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-04T23:21:01.582Z | |
49 | 2023-10-04T23:21:01.628Z | |
50 | 2023-10-04T23:21:01.743Z | Rust is installed now. Great! |
51 | 2023-10-04T23:21:02.005Z | |
52 | 2023-10-04T23:21:02.260Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-04T23:21:02.499Z | environment variable. This has not been done automatically. |
54 | 2023-10-04T23:21:02.757Z | |
55 | 2023-10-04T23:21:02.978Z | To configure your current shell, run: |
56 | 2023-10-04T23:21:03.156Z | source "$HOME/.cargo/env" |
57 | 2023-10-04T23:21:03.222Z | + rustc --version |
58 | 2023-10-04T23:21:03.256Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-04T23:21:03.293Z | process exited: duration 27607 ms, exit code 0 |
|
60 | 2023-10-04T23:21:03.349Z | starting task 2: "authentication" |
61 | 2023-10-04T23:21:03.443Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
62 | 2023-10-04T23:21:13.510Z | process exited: duration 10134 ms, exit code 0 |
|
63 | 2023-10-04T23:21:13.525Z | starting task 3: "clone repository" |
64 | 2023-10-04T23:21:13.541Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2023-10-04T23:21:13.597Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2023-10-04T23:21:13.768Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2023-10-04T23:21:19.972Z | + cd /work/oxidecomputer/omicron |
68 | 2023-10-04T23:21:20.011Z | + [[ -n dependabot/cargo/diesel-2.1.2 ]] |
69 | 2023-10-04T23:21:20.042Z | + git fetch origin dependabot/cargo/diesel-2.1.2 |
70 | 2023-10-04T23:21:20.351Z | From https://github.com/oxidecomputer/omicron |
71 | 2023-10-04T23:21:20.355Z | * branch dependabot/cargo/diesel-2.1.2 -> FETCH_HEAD |
72 | 2023-10-04T23:21:20.367Z | + git checkout -B dependabot/cargo/diesel-2.1.2 remotes/origin/dependabot/cargo/diesel-2.1.2 |
73 | 2023-10-04T23:21:20.447Z | Switched to a new branch 'dependabot/cargo/diesel-2.1.2' |
74 | 2023-10-04T23:21:20.451Z | branch 'dependabot/cargo/diesel-2.1.2' set up to track 'origin/dependabot/cargo/diesel-2.1.2'. |
75 | 2023-10-04T23:21:20.454Z | + git reset --hard 0007f70bbce39d7d8db17198bf768fed6a76fa72 |
76 | 2023-10-04T23:21:20.467Z | HEAD is now at 0007f70b Bump diesel from 2.1.1 to 2.1.2 |
77 | 2023-10-04T23:21:20.470Z | process exited: duration 6938 ms, exit code 0 |
|
78 | 2023-10-04T23:21:20.478Z | starting task 4: "build" |
79 | 2023-10-04T23:21:20.577Z | + cargo --version |
80 | 2023-10-04T23:21:20.596Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
81 | 2023-10-04T23:21:20.601Z | + rustc --version |
82 | 2023-10-04T23:21:21.100Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
83 | 2023-10-04T23:21:21.103Z | + source ./env.sh |
84 | 2023-10-04T23:21:21.106Z | ++ set -o xtrace |
85 | 2023-10-04T23:21:21.110Z | ++++ dirname ./env.sh |
86 | 2023-10-04T23:21:21.115Z | +++ cd . |
87 | 2023-10-04T23:21:21.135Z | +++ echo /work/oxidecomputer/omicron |
88 | 2023-10-04T23:21:21.564Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
89 | 2023-10-04T23:21:21.569Z | ++ export 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-04T23:21:21.603Z | ++ PATH=/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-04T23:21:21.607Z | ++ 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 |
92 | 2023-10-04T23:21:21.612Z | ++ 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 |
93 | 2023-10-04T23:21:21.616Z | ++ 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 |
94 | 2023-10-04T23:21:21.619Z | ++ 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 |
95 | 2023-10-04T23:21:21.622Z | ++ unset OMICRON_WS |
96 | 2023-10-04T23:21:21.626Z | ++ set +o xtrace |
97 | 2023-10-04T23:21:21.629Z | |
98 | 2023-10-04T23:21:21.636Z | ##### ##### ###### ##### ###### #### # # # #### # |
99 | 2023-10-04T23:21:21.640Z | # # # # # # # # # # # # # # # |
100 | 2023-10-04T23:21:21.643Z | # # # # ##### # # ##### # # # # # #### # |
101 | 2023-10-04T23:21:21.648Z | ##### ##### # ##### # # # # # # # # # |
102 | 2023-10-04T23:21:21.651Z | # # # # # # # # # # # # # # # |
103 | 2023-10-04T23:21:21.655Z | # # # ###### # # ###### ### # #### # #### # |
104 | 2023-10-04T23:21:21.658Z | |
105 | 2023-10-04T23:21:28.939Z | Startup: Refreshing catalog 'helios-dev' ... Done |
106 | 2023-10-04T23:21:29.547Z | Startup: Caching catalogs ... Done |
107 | 2023-10-04T23:21:32.312Z | Planning: Solver setup ... Done (2.563s) |
108 | 2023-10-04T23:21:32.484Z | Planning: Running solver ... Done (0.167s) |
109 | 2023-10-04T23:21:32.516Z | Planning: Finding local manifests ... Done (0.003s) |
110 | 2023-10-04T23:21:32.532Z | Planning: Fetching manifests: 0/4 0% complete |
111 | 2023-10-04T23:21:32.816Z | Planning: Fetching manifests: 4/4 100% complete |
112 | 2023-10-04T23:21:32.900Z | Planning: Package planning ... Done (0.083s) |
113 | 2023-10-04T23:21:33.004Z | Planning: Merging actions ... Done (0.085s) |
114 | 2023-10-04T23:21:33.966Z | Planning: Checking for conflicting actions ... Done (0.981s) |
115 | 2023-10-04T23:21:33.984Z | Planning: Consolidating action changes ... Done (0.017s) |
116 | 2023-10-04T23:21:38.697Z | Planning: Evaluating mediators ... Done (4.713s) |
117 | 2023-10-04T23:21:38.713Z | Planning: Planning completed in 9.13 seconds |
118 | 2023-10-04T23:21:41.378Z | Packages to install: 4 |
119 | 2023-10-04T23:21:41.381Z | Mediators to change: 2 |
120 | 2023-10-04T23:21:41.383Z | Services to change: 1 |
121 | 2023-10-04T23:21:41.386Z | Estimated space available: 149.39 GB |
122 | 2023-10-04T23:21:41.391Z | Estimated space to be consumed: 1.35 GB |
123 | 2023-10-04T23:21:41.396Z | Create boot environment: No |
124 | 2023-10-04T23:21:41.401Z | Create backup boot environment: No |
125 | 2023-10-04T23:21:41.407Z | Rebuild boot archive: No |
126 | 2023-10-04T23:21:41.410Z | |
127 | 2023-10-04T23:21:41.414Z | Changed mediators: |
128 | 2023-10-04T23:21:41.418Z | mediator clang: |
129 | 2023-10-04T23:21:41.421Z | version: None -> 15 (system default) |
130 | 2023-10-04T23:21:41.424Z | |
131 | 2023-10-04T23:21:41.429Z | mediator llvm: |
132 | 2023-10-04T23:21:41.433Z | version: 14 (system default) -> 15 (system default) |
133 | 2023-10-04T23:21:41.437Z | |
134 | 2023-10-04T23:21:41.444Z | Changed packages: |
135 | 2023-10-04T23:21:41.448Z | helios-dev |
136 | 2023-10-04T23:21:41.453Z | developer/build-essential |
137 | 2023-10-04T23:21:41.461Z | None -> 11-2.0 |
138 | 2023-10-04T23:21:41.468Z | library/libxmlsec1 |
139 | 2023-10-04T23:21:41.478Z | None -> 1.2.35-2.0 |
140 | 2023-10-04T23:21:41.501Z | ooce/developer/clang-15 |
141 | 2023-10-04T23:21:41.525Z | None -> 15.0.7-2.0 |
142 | 2023-10-04T23:21:41.537Z | ooce/developer/llvm-15 |
143 | 2023-10-04T23:21:41.977Z | None -> 15.0.7-2.0 |
144 | 2023-10-04T23:21:42.006Z | |
145 | 2023-10-04T23:21:42.031Z | Services: |
146 | 2023-10-04T23:21:42.045Z | restart_fmri: |
147 | 2023-10-04T23:21:42.468Z | svc:/system/update-man-index:default |
148 | 2023-10-04T23:21:42.472Z | |
149 | 2023-10-04T23:21:42.477Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
150 | 2023-10-04T23:21:46.666Z | Download: 1201/3290 items 83.7/212.6MB 39% complete (17.1M/s) |
151 | 2023-10-04T23:21:51.666Z | Download: 3089/3290 items 121.4/212.6MB 57% complete (12.2M/s) |
152 | 2023-10-04T23:21:54.193Z | Download: Completed 212.60 MB in 12.55 seconds (16.9M/s) |
153 | 2023-10-04T23:21:54.944Z | Actions: 1/3687 actions (Installing new actions) |
154 | 2023-10-04T23:21:59.994Z | Actions: 2256/3687 actions (Installing new actions) |
155 | 2023-10-04T23:22:02.940Z | Actions: Completed 3687 actions in 7.99 seconds. |
156 | 2023-10-04T23:22:02.999Z | Done (0.049s) |
157 | 2023-10-04T23:22:03.467Z | Done (0.000s) |
158 | 2023-10-04T23:22:03.481Z | Done (0.130s) |
159 | 2023-10-04T23:22:10.881Z | Done (7.656s) |
160 | 2023-10-04T23:22:11.164Z | Done (0.185s) |
161 | 2023-10-04T23:22:11.167Z | Done (0.000s) |
162 | 2023-10-04T23:22:11.428Z | Done (0.000s) |
163 | 2023-10-04T23:22:12.496Z | Planning: Evaluating mediator changes ... Done |
164 | 2023-10-04T23:22:12.506Z | Planning: Checking for conflicting actions ... Done |
165 | 2023-10-04T23:22:12.518Z | Planning: Consolidating action changes ... Done |
166 | 2023-10-04T23:22:12.782Z | Planning: Evaluating mediators ... Done |
167 | 2023-10-04T23:22:12.787Z | Planning: Planning completed in 0.71 seconds |
168 | 2023-10-04T23:22:12.836Z | Mediators to change: 2 |
169 | 2023-10-04T23:22:12.839Z | Create boot environment: No |
170 | 2023-10-04T23:22:12.844Z | Create backup boot environment: No |
171 | 2023-10-04T23:22:12.933Z | Done |
172 | 2023-10-04T23:22:12.937Z | Done |
173 | 2023-10-04T23:22:13.012Z | Done |
174 | 2023-10-04T23:22:24.977Z | Done |
175 | 2023-10-04T23:22:25.471Z | Done |
176 | 2023-10-04T23:22:26.168Z | Done |
177 | 2023-10-04T23:22:26.501Z | Done |
178 | 2023-10-04T23:22:27.184Z | Planning: Evaluating mediator changes ... Done |
179 | 2023-10-04T23:22:27.337Z | Planning: Merging actions ... Done |
180 | 2023-10-04T23:22:27.478Z | Planning: Checking for conflicting actions ... Done |
181 | 2023-10-04T23:22:27.563Z | Planning: Consolidating action changes ... Done |
182 | 2023-10-04T23:22:27.657Z | Planning: Evaluating mediators ... Done |
183 | 2023-10-04T23:22:27.788Z | Planning: Planning completed in 1.31 seconds |
184 | 2023-10-04T23:22:28.048Z | Packages to change: 1 |
185 | 2023-10-04T23:22:28.146Z | Mediators to change: 1 |
186 | 2023-10-04T23:22:28.225Z | Services to change: 1 |
187 | 2023-10-04T23:22:28.280Z | Create boot environment: No |
188 | 2023-10-04T23:22:28.298Z | Create backup boot environment: Yes |
189 | 2023-10-04T23:22:28.338Z | Actions: 1/6 actions (Updating modified actions) |
190 | 2023-10-04T23:22:28.387Z | Actions: Completed 6 actions in 0.00 seconds. |
191 | 2023-10-04T23:22:28.518Z | Done |
192 | 2023-10-04T23:22:28.549Z | Done |
193 | 2023-10-04T23:22:28.588Z | Done |
194 | 2023-10-04T23:22:28.841Z | Done |
195 | 2023-10-04T23:22:28.960Z | Done |
196 | 2023-10-04T23:22:28.967Z | Done |
197 | 2023-10-04T23:22:29.066Z | Done |
198 | 2023-10-04T23:22:29.742Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
199 | 2023-10-04T23:22:29.746Z | clang system 15 system |
200 | 2023-10-04T23:22:29.750Z | csh system system illumos |
201 | 2023-10-04T23:22:29.755Z | ctags system system illumos |
202 | 2023-10-04T23:22:29.760Z | gcc vendor 12 vendor |
203 | 2023-10-04T23:22:29.764Z | gcc system 10 system |
204 | 2023-10-04T23:22:29.769Z | gcc system 7 system |
205 | 2023-10-04T23:22:29.777Z | go system 1.20 system |
206 | 2023-10-04T23:22:29.782Z | go system 1.19 system |
207 | 2023-10-04T23:22:29.787Z | llvm system 15 system |
208 | 2023-10-04T23:22:29.791Z | llvm system 14 system |
209 | 2023-10-04T23:22:29.796Z | mariadb system 10.6 system |
210 | 2023-10-04T23:22:29.800Z | mta vendor vendor dma |
211 | 2023-10-04T23:22:29.807Z | openjdk system 17 system |
212 | 2023-10-04T23:22:29.810Z | openjdk system 11 system |
213 | 2023-10-04T23:22:29.814Z | openjdk system 1.8 system |
214 | 2023-10-04T23:22:29.818Z | openssl vendor 3 vendor |
215 | 2023-10-04T23:22:29.822Z | perl system 5.36 system |
216 | 2023-10-04T23:22:29.826Z | postgresql system 15 system |
217 | 2023-10-04T23:22:29.831Z | postgresql system 13 system |
218 | 2023-10-04T23:22:29.834Z | python vendor 3 vendor |
219 | 2023-10-04T23:22:29.837Z | python system 2 system |
220 | 2023-10-04T23:22:29.841Z | python3 system 3.11 system |
221 | 2023-10-04T23:22:29.845Z | ruby system 3.0 system |
222 | 2023-10-04T23:22:29.848Z | words vendor vendor american-english |
223 | 2023-10-04T23:22:29.851Z | words system system australian-english |
224 | 2023-10-04T23:22:29.855Z | words system system british-english |
225 | 2023-10-04T23:22:29.865Z | words system system canadian-english |
226 | 2023-10-04T23:22:29.877Z | words system system french |
227 | 2023-10-04T23:22:29.890Z | words system system italian |
228 | 2023-10-04T23:22:29.907Z | words system system ngerman |
229 | 2023-10-04T23:22:29.920Z | words system system ogerman |
230 | 2023-10-04T23:22:29.931Z | words system system spanish |
231 | 2023-10-04T23:22:30.275Z | FMRI IFO |
232 | 2023-10-04T23:22:30.278Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
233 | 2023-10-04T23:22:30.282Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
234 | 2023-10-04T23:22:30.285Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
235 | 2023-10-04T23:22:30.288Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
236 | 2023-10-04T23:22:30.291Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
237 | 2023-10-04T23:22:30.294Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
238 | 2023-10-04T23:22:30.348Z | + set -o errexit |
239 | 2023-10-04T23:22:30.351Z | +++ dirname ./tools/ci_download_cockroachdb |
240 | 2023-10-04T23:22:30.358Z | ++ cd ./tools |
241 | 2023-10-04T23:22:30.378Z | ++ pwd |
242 | 2023-10-04T23:22:30.403Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
243 | 2023-10-04T23:22:30.431Z | ++ basename ./tools/ci_download_cockroachdb |
244 | 2023-10-04T23:22:30.436Z | + ARG0=ci_download_cockroachdb |
245 | 2023-10-04T23:22:30.440Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
246 | 2023-10-04T23:22:30.447Z | + CIDL_VERSION=v22.1.9 |
247 | 2023-10-04T23:22:30.450Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
248 | 2023-10-04T23:22:30.462Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
249 | 2023-10-04T23:22:30.465Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
250 | 2023-10-04T23:22:30.469Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
251 | 2023-10-04T23:22:30.474Z | + TARGET_DIR=out |
252 | 2023-10-04T23:22:30.480Z | + DOWNLOAD_DIR=out/downloads |
253 | 2023-10-04T23:22:30.484Z | + DEST_DIR=./out/cockroachdb |
254 | 2023-10-04T23:22:30.487Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
255 | 2023-10-04T23:22:30.490Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
256 | 2023-10-04T23:22:30.493Z | + main |
257 | 2023-10-04T23:22:30.496Z | + [[ 0 != 0 ]] |
258 | 2023-10-04T23:22:30.499Z | + CIDL_OS=solaris2.11 |
259 | 2023-10-04T23:22:30.501Z | + [[ 0 != 0 ]] |
260 | 2023-10-04T23:22:30.504Z | + configure_os solaris2.11 |
261 | 2023-10-04T23:22:30.507Z | + echo 'current directory: /work/oxidecomputer/omicron' |
262 | 2023-10-04T23:22:30.509Z | current directory: /work/oxidecomputer/omicron |
263 | 2023-10-04T23:22:30.512Z | + echo 'configuring based on OS: "solaris2.11"' |
264 | 2023-10-04T23:22:30.515Z | configuring based on OS: "solaris2.11" |
265 | 2023-10-04T23:22:30.518Z | + case "$1" in |
266 | 2023-10-04T23:22:30.520Z | + CIDL_BUILD=illumos |
267 | 2023-10-04T23:22:30.523Z | + CIDL_SUFFIX=tar.gz |
268 | 2023-10-04T23:22:30.526Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
269 | 2023-10-04T23:22:30.529Z | + CIDL_MD5FUNC=do_md5sum |
270 | 2023-10-04T23:22:30.532Z | + CIDL_URL_BASE=https://illumos.org/downloads |
271 | 2023-10-04T23:22:30.535Z | + CIDL_ASSEMBLE=do_assemble_illumos |
272 | 2023-10-04T23:22:30.539Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
273 | 2023-10-04T23:22:30.542Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-10-04T23:22:30.544Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-10-04T23:22:30.547Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
276 | 2023-10-04T23:22:30.550Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-10-04T23:22:30.553Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
278 | 2023-10-04T23:22:30.557Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-10-04T23:22:30.560Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
280 | 2023-10-04T23:22:30.563Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-10-04T23:22:30.568Z | + mkdir -p out/downloads |
282 | 2023-10-04T23:22:30.570Z | + mkdir -p ./out/cockroachdb |
283 | 2023-10-04T23:22:30.573Z | + local DO_DOWNLOAD=true |
284 | 2023-10-04T23:22:30.600Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
285 | 2023-10-04T23:22:30.603Z | + '[' true == true ']' |
286 | 2023-10-04T23:22:30.606Z | + echo Downloading... |
287 | 2023-10-04T23:22:30.609Z | Downloading... |
288 | 2023-10-04T23:22:30.612Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2023-10-04T23:22:30.614Z | + 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 |
290 | 2023-10-04T23:22:33.244Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-10-04T23:22:33.253Z | ++ md5sum |
292 | 2023-10-04T23:22:33.257Z | ++ awk '{print $1}' |
293 | 2023-10-04T23:22:33.420Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
294 | 2023-10-04T23:22:33.423Z | + [[ 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 ]] |
295 | 2023-10-04T23:22:33.427Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2023-10-04T23:22:33.431Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
297 | 2023-10-04T23:22:37.034Z | + do_assemble_illumos |
298 | 2023-10-04T23:22:37.043Z | + rm -r ./out/cockroachdb |
299 | 2023-10-04T23:22:37.053Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
300 | 2023-10-04T23:22:37.694Z | + ./out/cockroachdb/bin/cockroach version |
301 | 2023-10-04T23:22:38.046Z | Build Tag: v22.1.9-dirty |
302 | 2023-10-04T23:22:38.049Z | Build Time: 2022/10/26 21:17:46 |
303 | 2023-10-04T23:22:38.053Z | Distribution: OSS |
304 | 2023-10-04T23:22:38.056Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
305 | 2023-10-04T23:22:38.060Z | Go Version: go1.17.13 |
306 | 2023-10-04T23:22:38.063Z | C Compiler: gcc 10.3.0 |
307 | 2023-10-04T23:22:38.066Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
308 | 2023-10-04T23:22:38.069Z | Build Type: release |
309 | 2023-10-04T23:22:38.076Z | + set -o errexit |
310 | 2023-10-04T23:22:38.080Z | +++ dirname ./tools/ci_download_clickhouse |
311 | 2023-10-04T23:22:38.083Z | ++ cd ./tools |
312 | 2023-10-04T23:22:38.086Z | ++ pwd |
313 | 2023-10-04T23:22:38.089Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
314 | 2023-10-04T23:22:38.092Z | ++ basename ./tools/ci_download_clickhouse |
315 | 2023-10-04T23:22:38.095Z | + ARG0=ci_download_clickhouse |
316 | 2023-10-04T23:22:38.098Z | + TARGET_DIR=out |
317 | 2023-10-04T23:22:38.101Z | + DOWNLOAD_DIR=out/downloads |
318 | 2023-10-04T23:22:38.104Z | + DEST_DIR=./out/clickhouse |
319 | 2023-10-04T23:22:38.107Z | + CIDL_VERSION=v22.8.9.24 |
320 | 2023-10-04T23:22:38.110Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
321 | 2023-10-04T23:22:38.112Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
322 | 2023-10-04T23:22:38.119Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
323 | 2023-10-04T23:22:38.127Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
324 | 2023-10-04T23:22:38.142Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
325 | 2023-10-04T23:22:38.170Z | + main |
326 | 2023-10-04T23:22:38.200Z | + [[ 0 != 0 ]] |
327 | 2023-10-04T23:22:38.235Z | + CIDL_OS=solaris2.11 |
328 | 2023-10-04T23:22:38.247Z | + [[ 0 != 0 ]] |
329 | 2023-10-04T23:22:38.672Z | + configure_os solaris2.11 |
330 | 2023-10-04T23:22:38.675Z | + echo 'current directory: /work/oxidecomputer/omicron' |
331 | 2023-10-04T23:22:38.678Z | current directory: /work/oxidecomputer/omicron |
332 | 2023-10-04T23:22:38.681Z | + echo 'configuring based on OS: "solaris2.11"' |
333 | 2023-10-04T23:22:38.684Z | configuring based on OS: "solaris2.11" |
334 | 2023-10-04T23:22:38.687Z | + CIDL_DASHREV= |
335 | 2023-10-04T23:22:38.690Z | + case "$1" in |
336 | 2023-10-04T23:22:38.693Z | + CIDL_PLATFORM=illumos |
337 | 2023-10-04T23:22:38.696Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
338 | 2023-10-04T23:22:38.699Z | + CIDL_MD5FUNC=do_md5sum |
339 | 2023-10-04T23:22:38.702Z | + CIDL_DASHREV=-1 |
340 | 2023-10-04T23:22:38.705Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
341 | 2023-10-04T23:22:38.719Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-10-04T23:22:38.723Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-10-04T23:22:38.726Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2023-10-04T23:22:38.730Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
345 | 2023-10-04T23:22:38.735Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2023-10-04T23:22:38.739Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2023-10-04T23:22:38.742Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-10-04T23:22:38.745Z | + mkdir -p out/downloads |
349 | 2023-10-04T23:22:38.748Z | + mkdir -p ./out/clickhouse |
350 | 2023-10-04T23:22:38.751Z | + local DO_DOWNLOAD=true |
351 | 2023-10-04T23:22:38.754Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
352 | 2023-10-04T23:22:38.758Z | + '[' true == true ']' |
353 | 2023-10-04T23:22:38.761Z | + echo Downloading... |
354 | 2023-10-04T23:22:38.764Z | Downloading... |
355 | 2023-10-04T23:22:38.768Z | + 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 |
356 | 2023-10-04T23:22:38.771Z | + 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 |
357 | 2023-10-04T23:22:39.828Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
358 | 2023-10-04T23:22:39.832Z | ++ md5sum |
359 | 2023-10-04T23:22:39.835Z | ++ awk '{print $1}' |
360 | 2023-10-04T23:22:40.089Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
361 | 2023-10-04T23:22:40.092Z | + [[ 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 ]] |
362 | 2023-10-04T23:22:40.095Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
363 | 2023-10-04T23:22:40.098Z | + mkdir -p ./out/clickhouse |
364 | 2023-10-04T23:22:40.101Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
365 | 2023-10-04T23:22:45.183Z | + ./out/clickhouse/clickhouse server --version |
366 | 2023-10-04T23:22:45.257Z | ClickHouse server version 22.8.9.1. |
367 | 2023-10-04T23:22:45.261Z | + set -o errexit |
368 | 2023-10-04T23:22:45.265Z | +++ dirname ./tools/ci_download_console |
369 | 2023-10-04T23:22:45.272Z | ++ cd ./tools |
370 | 2023-10-04T23:22:45.277Z | ++ pwd |
371 | 2023-10-04T23:22:45.281Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
372 | 2023-10-04T23:22:45.285Z | ++ basename ./tools/ci_download_console |
373 | 2023-10-04T23:22:45.290Z | + ARG0=ci_download_console |
374 | 2023-10-04T23:22:45.294Z | + TARGET_DIR=out |
375 | 2023-10-04T23:22:45.297Z | + DOWNLOAD_DIR=out/downloads |
376 | 2023-10-04T23:22:45.300Z | + DEST_DIR=./out/console-assets |
377 | 2023-10-04T23:22:45.304Z | + source /work/oxidecomputer/omicron/tools/console_version |
378 | 2023-10-04T23:22:45.307Z | ++ COMMIT=0cc1e03a24b3f5da275d15b969978a385d6b3b27 |
379 | 2023-10-04T23:22:45.311Z | ++ SHA2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
380 | 2023-10-04T23:22:45.314Z | + URL=https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
381 | 2023-10-04T23:22:45.327Z | + TARBALL_FILE=out/downloads/console.tar.gz |
382 | 2023-10-04T23:22:45.331Z | + main |
383 | 2023-10-04T23:22:45.335Z | + [[ 0 != 0 ]] |
384 | 2023-10-04T23:22:45.338Z | + echo 'URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz' |
385 | 2023-10-04T23:22:45.344Z | URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
386 | 2023-10-04T23:22:45.350Z | + echo 'Local file: out/downloads/console.tar.gz' |
387 | 2023-10-04T23:22:45.359Z | Local file: out/downloads/console.tar.gz |
388 | 2023-10-04T23:22:45.372Z | + local DO_DOWNLOAD=true |
389 | 2023-10-04T23:22:45.379Z | + [[ -f out/downloads/console.tar.gz ]] |
390 | 2023-10-04T23:22:45.383Z | + mkdir -p out/downloads |
391 | 2023-10-04T23:22:45.389Z | + '[' true == true ']' |
392 | 2023-10-04T23:22:45.394Z | + echo Downloading... |
393 | 2023-10-04T23:22:45.398Z | Downloading... |
394 | 2023-10-04T23:22:45.402Z | + do_download_curl https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz out/downloads/console.tar.gz |
395 | 2023-10-04T23:22:45.405Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
396 | 2023-10-04T23:22:45.815Z | ++ do_sha256sum out/downloads/console.tar.gz |
397 | 2023-10-04T23:22:45.828Z | ++ case "$OSTYPE" in |
398 | 2023-10-04T23:22:45.843Z | ++ SHA=sha256sum |
399 | 2023-10-04T23:22:45.846Z | ++ sha256sum |
400 | 2023-10-04T23:22:45.850Z | ++ awk '{print $1}' |
401 | 2023-10-04T23:22:45.854Z | + calculated_sha2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
402 | 2023-10-04T23:22:45.858Z | + [[ 46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee != \4\6\a\1\8\6\f\c\3\b\f\9\1\9\a\3\a\a\2\8\7\1\a\e\a\b\8\4\4\1\e\4\a\1\3\e\d\1\3\4\f\9\1\2\b\5\d\7\6\c\7\f\f\8\9\1\f\e\d\6\6\c\e\e ]] |
403 | 2023-10-04T23:22:45.864Z | + rm -rf ./out/console-assets |
404 | 2023-10-04T23:22:45.867Z | + mkdir -p ./out/console-assets |
405 | 2023-10-04T23:22:45.871Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
406 | 2023-10-04T23:22:45.875Z | + mkdir -p ./out/console-assets |
407 | 2023-10-04T23:22:45.881Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
408 | 2023-10-04T23:22:45.989Z | + set -o errexit |
409 | 2023-10-04T23:22:45.993Z | +++ dirname ./tools/ci_download_maghemite_openapi |
410 | 2023-10-04T23:22:45.996Z | ++ cd ./tools |
411 | 2023-10-04T23:22:45.999Z | ++ pwd |
412 | 2023-10-04T23:22:46.004Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
413 | 2023-10-04T23:22:46.007Z | ++ basename ./tools/ci_download_maghemite_openapi |
414 | 2023-10-04T23:22:46.012Z | + ARG0=ci_download_maghemite_openapi |
415 | 2023-10-04T23:22:46.016Z | + TARGET_DIR=out |
416 | 2023-10-04T23:22:46.021Z | + DOWNLOAD_DIR=out/downloads |
417 | 2023-10-04T23:22:46.024Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
418 | 2023-10-04T23:22:46.027Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
419 | 2023-10-04T23:22:46.031Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
420 | 2023-10-04T23:22:46.034Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
421 | 2023-10-04T23:22:46.037Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
422 | 2023-10-04T23:22:46.041Z | + main |
423 | 2023-10-04T23:22:46.045Z | + [[ 0 != 0 ]] |
424 | 2023-10-04T23:22:46.049Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
425 | 2023-10-04T23:22:46.053Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
426 | 2023-10-04T23:22:46.056Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
427 | 2023-10-04T23:22:46.064Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
428 | 2023-10-04T23:22:46.068Z | + local DO_DOWNLOAD=true |
429 | 2023-10-04T23:22:46.073Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
430 | 2023-10-04T23:22:46.078Z | + mkdir -p out/downloads |
431 | 2023-10-04T23:22:46.081Z | + '[' true == true ']' |
432 | 2023-10-04T23:22:46.084Z | + echo Downloading... |
433 | 2023-10-04T23:22:46.091Z | Downloading... |
434 | 2023-10-04T23:22:46.094Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
435 | 2023-10-04T23:22:46.098Z | + 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 |
436 | 2023-10-04T23:22:46.171Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
437 | 2023-10-04T23:22:46.174Z | ++ case "$OSTYPE" in |
438 | 2023-10-04T23:22:46.177Z | ++ SHA=sha256sum |
439 | 2023-10-04T23:22:46.181Z | ++ sha256sum |
440 | 2023-10-04T23:22:46.186Z | ++ awk '{print $1}' |
441 | 2023-10-04T23:22:46.190Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
442 | 2023-10-04T23:22:46.194Z | + [[ 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 ]] |
443 | 2023-10-04T23:22:46.197Z | + set -o errexit |
444 | 2023-10-04T23:22:46.201Z | +++ dirname ./tools/ci_download_dendrite_openapi |
445 | 2023-10-04T23:22:46.205Z | ++ cd ./tools |
446 | 2023-10-04T23:22:46.208Z | ++ pwd |
447 | 2023-10-04T23:22:46.212Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
448 | 2023-10-04T23:22:46.218Z | ++ basename ./tools/ci_download_dendrite_openapi |
449 | 2023-10-04T23:22:46.221Z | + ARG0=ci_download_dendrite_openapi |
450 | 2023-10-04T23:22:46.225Z | + TARGET_DIR=out |
451 | 2023-10-04T23:22:46.228Z | + DOWNLOAD_DIR=out/downloads |
452 | 2023-10-04T23:22:46.231Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
453 | 2023-10-04T23:22:46.234Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
454 | 2023-10-04T23:22:46.239Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
455 | 2023-10-04T23:22:46.255Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
456 | 2023-10-04T23:22:46.259Z | + LOCAL_FILE=out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
457 | 2023-10-04T23:22:46.263Z | + main |
458 | 2023-10-04T23:22:46.267Z | + [[ 0 != 0 ]] |
459 | 2023-10-04T23:22:46.271Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json' |
460 | 2023-10-04T23:22:46.275Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
461 | 2023-10-04T23:22:46.279Z | + echo 'Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json' |
462 | 2023-10-04T23:22:46.282Z | Local file: out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
463 | 2023-10-04T23:22:46.287Z | + local DO_DOWNLOAD=true |
464 | 2023-10-04T23:22:46.290Z | + [[ -f out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json ]] |
465 | 2023-10-04T23:22:46.293Z | + mkdir -p out/downloads |
466 | 2023-10-04T23:22:46.297Z | + '[' true == true ']' |
467 | 2023-10-04T23:22:46.300Z | + echo Downloading... |
468 | 2023-10-04T23:22:46.304Z | Downloading... |
469 | 2023-10-04T23:22:46.307Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
470 | 2023-10-04T23:22:46.311Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/363e365135cfa46d7f7558d8670f35aa8fe412e9/dpd.json |
471 | 2023-10-04T23:22:46.396Z | ++ do_sha256sum out/downloads/dpd-363e365135cfa46d7f7558d8670f35aa8fe412e9.json |
472 | 2023-10-04T23:22:46.401Z | ++ case "$OSTYPE" in |
473 | 2023-10-04T23:22:46.406Z | ++ SHA=sha256sum |
474 | 2023-10-04T23:22:46.410Z | ++ sha256sum |
475 | 2023-10-04T23:22:46.414Z | ++ awk '{print $1}' |
476 | 2023-10-04T23:22:46.417Z | + calculated_sha2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
477 | 2023-10-04T23:22:46.423Z | + [[ 4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 != \4\d\a\5\e\d\f\1\5\7\1\a\5\5\0\a\9\0\a\a\8\6\7\9\a\2\5\c\1\5\3\5\d\2\b\0\2\1\5\4\d\f\b\6\0\3\4\f\1\7\0\e\4\2\1\c\2\6\3\3\b\c\3\1 ]] |
478 | 2023-10-04T23:22:46.426Z | + set -o errexit |
479 | 2023-10-04T23:22:46.429Z | +++ dirname ./tools/ci_download_dendrite_stub |
480 | 2023-10-04T23:22:46.434Z | ++ cd ./tools |
481 | 2023-10-04T23:22:46.438Z | ++ pwd |
482 | 2023-10-04T23:22:46.442Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
483 | 2023-10-04T23:22:46.445Z | ++ basename ./tools/ci_download_dendrite_stub |
484 | 2023-10-04T23:22:46.450Z | + ARG0=ci_download_dendrite_stub |
485 | 2023-10-04T23:22:46.453Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
486 | 2023-10-04T23:22:46.457Z | ++ CIDL_SHA256_ILLUMOS=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
487 | 2023-10-04T23:22:46.461Z | ++ CIDL_SHA256_LINUX_DPD=5a976d1e43031f4790d1cd2f42d226b47c1be9c998917666f21cfaa3a7b13939 |
488 | 2023-10-04T23:22:46.464Z | ++ CIDL_SHA256_LINUX_SWADM=38680e69364ffbfc43fea524786580d151ff45ce2f1802bd5179599f7c80e5f8 |
489 | 2023-10-04T23:22:46.468Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
490 | 2023-10-04T23:22:46.472Z | ++ COMMIT=363e365135cfa46d7f7558d8670f35aa8fe412e9 |
491 | 2023-10-04T23:22:46.475Z | ++ SHA2=4da5edf1571a550a90aa8679a25c1535d2b02154dfb6034f170e421c2633bc31 |
492 | 2023-10-04T23:22:46.479Z | + TARGET_DIR=out |
493 | 2023-10-04T23:22:46.483Z | + DOWNLOAD_DIR=out/downloads |
494 | 2023-10-04T23:22:46.492Z | + DEST_DIR=./out/dendrite-stub |
495 | 2023-10-04T23:22:46.510Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
496 | 2023-10-04T23:22:46.528Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
497 | 2023-10-04T23:22:46.591Z | + REPO=oxidecomputer/dendrite |
498 | 2023-10-04T23:22:46.594Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9 |
499 | 2023-10-04T23:22:46.597Z | + main |
500 | 2023-10-04T23:22:46.606Z | + [[ 0 != 0 ]] |
501 | 2023-10-04T23:22:47.022Z | + CIDL_OS=solaris2.11 |
502 | 2023-10-04T23:22:47.028Z | + [[ 0 != 0 ]] |
503 | 2023-10-04T23:22:47.031Z | + configure_os solaris2.11 |
504 | 2023-10-04T23:22:47.036Z | + echo 'current directory: /work/oxidecomputer/omicron' |
505 | 2023-10-04T23:22:47.039Z | current directory: /work/oxidecomputer/omicron |
506 | 2023-10-04T23:22:47.049Z | + echo 'configuring based on OS: "solaris2.11"' |
507 | 2023-10-04T23:22:47.052Z | configuring based on OS: "solaris2.11" |
508 | 2023-10-04T23:22:47.056Z | + case "$1" in |
509 | 2023-10-04T23:22:47.064Z | + SET_BINARIES= |
510 | 2023-10-04T23:22:47.070Z | + CIDL_SHA256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
511 | 2023-10-04T23:22:47.086Z | + CIDL_SHA256FUNC=do_sha256sum |
512 | 2023-10-04T23:22:47.089Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
513 | 2023-10-04T23:22:47.094Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
514 | 2023-10-04T23:22:47.098Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
515 | 2023-10-04T23:22:47.111Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz' |
516 | 2023-10-04T23:22:47.128Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
517 | 2023-10-04T23:22:47.228Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
518 | 2023-10-04T23:22:47.239Z | Local file: out/downloads/dendrite-stub.tar.gz |
519 | 2023-10-04T23:22:47.246Z | + mkdir -p out/downloads |
520 | 2023-10-04T23:22:47.270Z | + mkdir -p ./out/dendrite-stub |
521 | 2023-10-04T23:22:47.280Z | + fetch_and_verify |
522 | 2023-10-04T23:22:47.287Z | + local DO_DOWNLOAD=true |
523 | 2023-10-04T23:22:47.293Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
524 | 2023-10-04T23:22:47.299Z | + '[' true == true ']' |
525 | 2023-10-04T23:22:47.304Z | + echo Downloading... |
526 | 2023-10-04T23:22:47.311Z | Downloading... |
527 | 2023-10-04T23:22:47.321Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
528 | 2023-10-04T23:22:47.329Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/363e365135cfa46d7f7558d8670f35aa8fe412e9/dendrite-stub.tar.gz |
529 | 2023-10-04T23:22:55.888Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
530 | 2023-10-04T23:22:55.905Z | ++ sha256sum |
531 | 2023-10-04T23:22:55.908Z | ++ awk '{print $1}' |
532 | 2023-10-04T23:22:55.982Z | + calculated_sha256=2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 |
533 | 2023-10-04T23:22:55.987Z | + [[ 2dc34eaac7eb9d320594f3ac125df6a601fe020e0b3c7f16eb0a5ebddc8e18b9 != \2\d\c\3\4\e\a\a\c\7\e\b\9\d\3\2\0\5\9\4\f\3\a\c\1\2\5\d\f\6\a\6\0\1\f\e\0\2\0\e\0\b\3\c\7\f\1\6\e\b\0\a\5\e\b\d\d\c\8\e\1\8\b\9 ]] |
534 | 2023-10-04T23:22:56.006Z | + do_untar out/downloads/dendrite-stub.tar.gz |
535 | 2023-10-04T23:22:56.014Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
536 | 2023-10-04T23:22:56.996Z | + do_assemble |
537 | 2023-10-04T23:22:57.012Z | + rm -r ./out/dendrite-stub |
538 | 2023-10-04T23:22:57.024Z | + mkdir ./out/dendrite-stub |
539 | 2023-10-04T23:22:57.040Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
540 | 2023-10-04T23:22:57.128Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
541 | 2023-10-04T23:22:57.155Z | + set -o errexit |
542 | 2023-10-04T23:22:57.174Z | +++ dirname ./tools/ci_download_transceiver_control |
543 | 2023-10-04T23:22:57.191Z | ++ cd ./tools |
544 | 2023-10-04T23:22:57.209Z | ++ pwd |
545 | 2023-10-04T23:22:57.226Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
546 | 2023-10-04T23:22:57.252Z | ++ basename ./tools/ci_download_transceiver_control |
547 | 2023-10-04T23:22:57.291Z | + ARG0=ci_download_transceiver_control |
548 | 2023-10-04T23:22:57.308Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
549 | 2023-10-04T23:22:57.332Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
550 | 2023-10-04T23:22:57.355Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
551 | 2023-10-04T23:22:57.377Z | + TARGET_DIR=out |
552 | 2023-10-04T23:22:57.398Z | + DOWNLOAD_DIR=out/downloads |
553 | 2023-10-04T23:22:57.431Z | + DEST_DIR=./out/transceiver-control |
554 | 2023-10-04T23:22:57.474Z | + BIN_DIR=/opt/oxide/bin |
555 | 2023-10-04T23:22:57.503Z | + BINARY=xcvradm |
556 | 2023-10-04T23:22:57.520Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
557 | 2023-10-04T23:22:57.539Z | + REPO=oxidecomputer/transceiver-control |
558 | 2023-10-04T23:22:57.552Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
559 | 2023-10-04T23:22:57.562Z | + main |
560 | 2023-10-04T23:22:57.579Z | + [[ 0 != 0 ]] |
561 | 2023-10-04T23:22:57.588Z | + CIDL_OS=solaris2.11 |
562 | 2023-10-04T23:22:57.599Z | + [[ 0 != 0 ]] |
563 | 2023-10-04T23:22:57.605Z | + configure_os solaris2.11 |
564 | 2023-10-04T23:22:57.610Z | + echo 'current directory: /work/oxidecomputer/omicron' |
565 | 2023-10-04T23:22:57.617Z | current directory: /work/oxidecomputer/omicron |
566 | 2023-10-04T23:22:57.625Z | + echo 'configuring based on OS: "solaris2.11"' |
567 | 2023-10-04T23:22:57.630Z | configuring based on OS: "solaris2.11" |
568 | 2023-10-04T23:22:57.680Z | + case "$1" in |
569 | 2023-10-04T23:22:57.698Z | + SET_BINARIES= |
570 | 2023-10-04T23:22:57.715Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
571 | 2023-10-04T23:22:57.726Z | + CIDL_SHA256FUNC=do_sha256sum |
572 | 2023-10-04T23:22:57.730Z | + ARCHIVE_FILENAME=xcvradm.gz |
573 | 2023-10-04T23:22:57.743Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
574 | 2023-10-04T23:22:57.748Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
575 | 2023-10-04T23:22:57.758Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
576 | 2023-10-04T23:22:57.764Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
577 | 2023-10-04T23:22:57.771Z | + echo 'Local file: out/downloads/xcvradm.gz' |
578 | 2023-10-04T23:22:57.786Z | Local file: out/downloads/xcvradm.gz |
579 | 2023-10-04T23:22:57.800Z | + mkdir -p out/downloads |
580 | 2023-10-04T23:22:57.811Z | + mkdir -p ./out/transceiver-control |
581 | 2023-10-04T23:22:57.829Z | + fetch_and_verify |
582 | 2023-10-04T23:22:57.842Z | + local DO_DOWNLOAD=true |
583 | 2023-10-04T23:22:57.859Z | + [[ -f out/downloads/xcvradm.gz ]] |
584 | 2023-10-04T23:22:57.870Z | + '[' true == true ']' |
585 | 2023-10-04T23:22:57.884Z | + echo Downloading... |
586 | 2023-10-04T23:22:57.897Z | Downloading... |
587 | 2023-10-04T23:22:57.911Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
588 | 2023-10-04T23:22:57.939Z | + 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 |
589 | 2023-10-04T23:22:59.756Z | ++ do_sha256sum out/downloads/xcvradm.gz |
590 | 2023-10-04T23:23:00.182Z | ++ sha256sum |
591 | 2023-10-04T23:23:00.185Z | ++ awk '{print $1}' |
592 | 2023-10-04T23:23:00.189Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
593 | 2023-10-04T23:23:00.192Z | + [[ 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 ]] |
594 | 2023-10-04T23:23:00.195Z | + do_unpack out/downloads/xcvradm.gz |
595 | 2023-10-04T23:23:00.198Z | + mkdir -p out/downloads/root//opt/oxide/bin |
596 | 2023-10-04T23:23:00.201Z | + gzip -dc out/downloads/xcvradm.gz |
597 | 2023-10-04T23:23:01.210Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
598 | 2023-10-04T23:23:01.219Z | + do_assemble |
599 | 2023-10-04T23:23:01.230Z | + rm -r ./out/transceiver-control |
600 | 2023-10-04T23:23:01.236Z | + mkdir ./out/transceiver-control |
601 | 2023-10-04T23:23:01.246Z | + cp -r out/downloads/root ./out/transceiver-control/root |
602 | 2023-10-04T23:23:01.261Z | All builder prerequisites installed successfully, and PATH looks valid |
603 | 2023-10-04T23:23:01.276Z | |
604 | 2023-10-04T23:23:01.285Z | real 1:39.312468545 |
605 | 2023-10-04T23:23:01.294Z | user 48.107535769 |
606 | 2023-10-04T23:23:01.307Z | sys 9.716140599 |
607 | 2023-10-04T23:23:01.722Z | trap 0.023860166 |
608 | 2023-10-04T23:23:01.733Z | tflt 0.120898482 |
609 | 2023-10-04T23:23:01.737Z | dflt 0.812398001 |
610 | 2023-10-04T23:23:01.741Z | kflt 0.228694544 |
611 | 2023-10-04T23:23:01.745Z | lock 2.281584175 |
612 | 2023-10-04T23:23:01.751Z | slp 2:57.749627753 |
613 | 2023-10-04T23:23:01.755Z | lat 3.813239039 |
614 | 2023-10-04T23:23:01.759Z | stop 0.088745339 |
615 | 2023-10-04T23:23:01.763Z | |
616 | 2023-10-04T23:23:01.769Z | #### # # ##### ##### # # |
617 | 2023-10-04T23:23:01.774Z | # # # # # # # # # # |
618 | 2023-10-04T23:23:01.779Z | # # # # # # # # |
619 | 2023-10-04T23:23:01.783Z | # # # ##### ##### # |
620 | 2023-10-04T23:23:01.816Z | # # # # # # # |
621 | 2023-10-04T23:23:01.841Z | #### ###### # # # # |
622 | 2023-10-04T23:23:01.876Z | |
623 | 2023-10-04T23:23:01.905Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
624 | 2023-10-04T23:23:01.946Z | Updating crates.io index |
625 | 2023-10-04T23:23:01.986Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
626 | 2023-10-04T23:23:02.009Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
627 | 2023-10-04T23:23:03.847Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
628 | 2023-10-04T23:23:04.558Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
629 | 2023-10-04T23:23:04.901Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
630 | 2023-10-04T23:23:05.367Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
631 | 2023-10-04T23:23:05.663Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
632 | 2023-10-04T23:23:06.550Z | Updating git repository `https://github.com/oxidecomputer/opte` |
633 | 2023-10-04T23:23:07.511Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
634 | 2023-10-04T23:23:07.866Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
635 | 2023-10-04T23:23:08.228Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
636 | 2023-10-04T23:23:08.599Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
637 | 2023-10-04T23:23:08.915Z | Updating git repository `https://github.com/njaremko/samael` |
638 | 2023-10-04T23:23:09.295Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
639 | 2023-10-04T23:23:11.027Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
640 | 2023-10-04T23:23:11.591Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
641 | 2023-10-04T23:23:12.105Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
642 | 2023-10-04T23:23:12.713Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
643 | 2023-10-04T23:23:13.124Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
644 | 2023-10-04T23:23:13.506Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
645 | 2023-10-04T23:23:21.725Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
646 | 2023-10-04T23:23:22.138Z | Updating git repository `https://github.com/jgallagher/nix` |
647 | 2023-10-04T23:23:23.368Z | Updating git repository `https://github.com/cbiffle/hubpack` |
648 | 2023-10-04T23:23:23.819Z | Updating git repository `https://github.com/oxidecomputer/typify` |
649 | 2023-10-04T23:23:24.903Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
650 | 2023-10-04T23:23:25.326Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
651 | 2023-10-04T23:23:25.647Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
652 | 2023-10-04T23:23:27.155Z | Downloading crates ... |
653 | 2023-10-04T23:23:27.313Z | Downloaded semver v1.0.18 |
654 | 2023-10-04T23:23:27.323Z | Downloaded equivalent v1.0.1 |
655 | 2023-10-04T23:23:27.331Z | Downloaded anstyle-query v1.0.0 |
656 | 2023-10-04T23:23:27.339Z | Downloaded io-lifetimes v1.0.11 |
657 | 2023-10-04T23:23:27.347Z | Downloaded cargo_metadata v0.18.0 |
658 | 2023-10-04T23:23:27.357Z | Downloaded serde_spanned v0.6.3 |
659 | 2023-10-04T23:23:27.365Z | Downloaded indexmap v2.0.0 |
660 | 2023-10-04T23:23:27.378Z | Downloaded cargo-platform v0.1.3 |
661 | 2023-10-04T23:23:27.794Z | Downloaded colorchoice v1.0.0 |
662 | 2023-10-04T23:23:27.798Z | Downloaded strsim v0.10.0 |
663 | 2023-10-04T23:23:27.802Z | Downloaded heck v0.4.1 |
664 | 2023-10-04T23:23:27.805Z | Downloaded anstyle v1.0.2 |
665 | 2023-10-04T23:23:27.809Z | Downloaded utf8parse v0.2.1 |
666 | 2023-10-04T23:23:27.813Z | Downloaded terminal_size v0.2.6 |
667 | 2023-10-04T23:23:27.818Z | Downloaded clap_lex v0.5.1 |
668 | 2023-10-04T23:23:27.822Z | Downloaded errno v0.3.2 |
669 | 2023-10-04T23:23:27.826Z | Downloaded anstyle-parse v0.2.1 |
670 | 2023-10-04T23:23:27.830Z | Downloaded thiserror v1.0.49 |
671 | 2023-10-04T23:23:27.857Z | Downloaded toml_datetime v0.6.3 |
672 | 2023-10-04T23:23:27.863Z | Downloaded clap_derive v4.4.2 |
673 | 2023-10-04T23:23:27.866Z | Downloaded itoa v1.0.9 |
674 | 2023-10-04T23:23:27.870Z | Downloaded quote v1.0.33 |
675 | 2023-10-04T23:23:27.873Z | Downloaded ryu v1.0.15 |
676 | 2023-10-04T23:23:27.877Z | Downloaded cargo_toml v0.16.3 |
677 | 2023-10-04T23:23:27.880Z | Downloaded anyhow v1.0.75 |
678 | 2023-10-04T23:23:27.883Z | Downloaded camino v1.1.6 |
679 | 2023-10-04T23:23:27.886Z | Downloaded toml v0.8.0 |
680 | 2023-10-04T23:23:27.890Z | Downloaded bitflags v1.3.2 |
681 | 2023-10-04T23:23:27.893Z | Downloaded clap v4.4.3 |
682 | 2023-10-04T23:23:27.898Z | Downloaded serde v1.0.188 |
683 | 2023-10-04T23:23:27.902Z | Downloaded toml_edit v0.20.0 |
684 | 2023-10-04T23:23:27.906Z | Downloaded serde_json v1.0.107 |
685 | 2023-10-04T23:23:27.909Z | Downloaded winnow v0.5.15 |
686 | 2023-10-04T23:23:27.912Z | Downloaded clap_builder v4.4.2 |
687 | 2023-10-04T23:23:27.915Z | Downloaded memchr v2.6.3 |
688 | 2023-10-04T23:23:27.918Z | Downloaded syn v2.0.32 |
689 | 2023-10-04T23:23:27.922Z | Downloaded rustix v0.37.23 |
690 | 2023-10-04T23:23:27.926Z | Downloaded libc v0.2.148 |
691 | 2023-10-04T23:23:27.930Z | Downloaded hashbrown v0.14.0 |
692 | 2023-10-04T23:23:27.933Z | Downloaded serde_derive v1.0.188 |
693 | 2023-10-04T23:23:27.937Z | Downloaded unicode-ident v1.0.12 |
694 | 2023-10-04T23:23:27.943Z | Downloaded proc-macro2 v1.0.67 |
695 | 2023-10-04T23:23:27.950Z | Downloaded anstream v0.5.0 |
696 | 2023-10-04T23:23:27.956Z | Downloaded thiserror-impl v1.0.49 |
697 | 2023-10-04T23:23:27.960Z | Compiling proc-macro2 v1.0.67 |
698 | 2023-10-04T23:23:27.966Z | Compiling unicode-ident v1.0.12 |
699 | 2023-10-04T23:23:27.973Z | Compiling serde v1.0.188 |
700 | 2023-10-04T23:23:27.978Z | Compiling libc v0.2.148 |
701 | 2023-10-04T23:23:27.984Z | Compiling io-lifetimes v1.0.11 |
702 | 2023-10-04T23:23:27.992Z | Compiling rustix v0.37.23 |
703 | 2023-10-04T23:23:28.002Z | Compiling utf8parse v0.2.1 |
704 | 2023-10-04T23:23:28.011Z | Compiling hashbrown v0.14.0 |
705 | 2023-10-04T23:23:28.144Z | Compiling equivalent v1.0.1 |
706 | 2023-10-04T23:23:28.149Z | Compiling bitflags v1.3.2 |
707 | 2023-10-04T23:23:28.291Z | Compiling anstyle-parse v0.2.1 |
708 | 2023-10-04T23:23:28.310Z | Compiling winnow v0.5.15 |
709 | 2023-10-04T23:23:28.671Z | Compiling camino v1.1.6 |
710 | 2023-10-04T23:23:29.261Z | Compiling indexmap v2.0.0 |
711 | 2023-10-04T23:23:29.880Z | Compiling anstyle-query v1.0.0 |
712 | 2023-10-04T23:23:29.997Z | Compiling anstyle v1.0.2 |
713 | 2023-10-04T23:23:30.025Z | Compiling thiserror v1.0.49 |
714 | 2023-10-04T23:23:30.039Z | Compiling semver v1.0.18 |
715 | 2023-10-04T23:23:30.182Z | Compiling colorchoice v1.0.0 |
716 | 2023-10-04T23:23:30.403Z | Compiling serde_json v1.0.107 |
717 | 2023-10-04T23:23:30.669Z | Compiling anstream v0.5.0 |
718 | 2023-10-04T23:23:30.819Z | Compiling anyhow v1.0.75 |
719 | 2023-10-04T23:23:30.866Z | Compiling heck v0.4.1 |
720 | 2023-10-04T23:23:30.925Z | Compiling ryu v1.0.15 |
721 | 2023-10-04T23:23:31.253Z | Compiling itoa v1.0.9 |
722 | 2023-10-04T23:23:31.618Z | Compiling quote v1.0.33 |
723 | 2023-10-04T23:23:31.673Z | Compiling strsim v0.10.0 |
724 | 2023-10-04T23:23:31.720Z | Compiling clap_lex v0.5.1 |
725 | 2023-10-04T23:23:32.089Z | Compiling syn v2.0.32 |
726 | 2023-10-04T23:23:32.271Z | Compiling errno v0.3.2 |
727 | 2023-10-04T23:23:33.895Z | Compiling terminal_size v0.2.6 |
728 | 2023-10-04T23:23:34.028Z | Compiling clap_builder v4.4.2 |
729 | 2023-10-04T23:23:39.427Z | Compiling serde_derive v1.0.188 |
730 | 2023-10-04T23:23:39.430Z | Compiling thiserror-impl v1.0.49 |
731 | 2023-10-04T23:23:39.433Z | Compiling clap_derive v4.4.2 |
732 | 2023-10-04T23:23:43.734Z | Compiling clap v4.4.3 |
733 | 2023-10-04T23:23:51.405Z | Compiling toml_datetime v0.6.3 |
734 | 2023-10-04T23:23:51.415Z | Compiling serde_spanned v0.6.3 |
735 | 2023-10-04T23:23:51.419Z | Compiling cargo-platform v0.1.3 |
736 | 2023-10-04T23:23:51.728Z | Compiling toml_edit v0.20.0 |
737 | 2023-10-04T23:23:53.463Z | Compiling cargo_metadata v0.18.0 |
738 | 2023-10-04T23:23:54.977Z | Compiling toml v0.8.0 |
739 | 2023-10-04T23:23:55.974Z | Compiling cargo_toml v0.16.3 |
740 | 2023-10-04T23:24:01.560Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
741 | 2023-10-04T23:24:02.897Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 02s |
742 | 2023-10-04T23:24:03.107Z | Running `target/debug/xtask clippy` |
743 | 2023-10-04T23:24:03.161Z | running: "/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
744 | 2023-10-04T23:24:04.048Z | Downloading crates ... |
745 | 2023-10-04T23:24:04.287Z | Downloaded aes-gcm-siv v0.11.1 |
746 | 2023-10-04T23:24:04.307Z | Downloaded console v0.15.7 |
747 | 2023-10-04T23:24:04.315Z | Downloaded criterion-plot v0.5.0 |
748 | 2023-10-04T23:24:04.321Z | Downloaded http-body v0.4.5 |
749 | 2023-10-04T23:24:04.337Z | Downloaded cexpr v0.6.0 |
750 | 2023-10-04T23:24:04.355Z | Downloaded http-range v0.1.5 |
751 | 2023-10-04T23:24:04.372Z | Downloaded hubpack_derive v0.1.1 |
752 | 2023-10-04T23:24:04.794Z | Downloaded cipher v0.4.4 |
753 | 2023-10-04T23:24:04.811Z | Downloaded blake2b_simd v1.0.1 |
754 | 2023-10-04T23:24:04.828Z | Downloaded matches v0.1.10 |
755 | 2023-10-04T23:24:04.842Z | Downloaded ciborium-io v0.2.1 |
756 | 2023-10-04T23:24:05.695Z | Downloaded rusty-fork v0.3.0 |
757 | 2023-10-04T23:24:05.705Z | Downloaded memoffset v0.9.0 |
758 | 2023-10-04T23:24:06.124Z | Downloaded structmeta-derive v0.1.6 |
759 | 2023-10-04T23:24:06.143Z | Downloaded lazy_static v1.4.0 |
760 | 2023-10-04T23:24:06.156Z | Downloaded spin v0.5.2 |
761 | 2023-10-04T23:24:06.171Z | Downloaded ciborium v0.2.1 |
762 | 2023-10-04T23:24:06.181Z | Downloaded camino-tempfile v1.0.2 |
763 | 2023-10-04T23:24:06.190Z | Downloaded newtype_derive v0.1.6 |
764 | 2023-10-04T23:24:06.202Z | Downloaded num-traits v0.2.16 |
765 | 2023-10-04T23:24:06.216Z | Downloaded atty v0.2.14 |
766 | 2023-10-04T23:24:06.234Z | Downloaded num-integer v0.1.45 |
767 | 2023-10-04T23:24:06.248Z | Downloaded bitstruct_derive v0.1.0 |
768 | 2023-10-04T23:24:06.264Z | Downloaded chacha20 v0.9.1 |
769 | 2023-10-04T23:24:06.277Z | Downloaded buf-list v1.0.3 |
770 | 2023-10-04T23:24:06.288Z | Downloaded newline-converter v0.3.0 |
771 | 2023-10-04T23:24:06.303Z | Downloaded indoc v1.0.9 |
772 | 2023-10-04T23:24:06.313Z | Downloaded ipnetwork v0.20.0 |
773 | 2023-10-04T23:24:06.324Z | Downloaded bit_field v0.10.2 |
774 | 2023-10-04T23:24:06.331Z | Downloaded home v0.5.5 |
775 | 2023-10-04T23:24:06.344Z | Downloaded nibble_vec v0.1.0 |
776 | 2023-10-04T23:24:06.366Z | Downloaded md-5 v0.10.5 |
777 | 2023-10-04T23:24:06.378Z | Downloaded hyper-staticfile v0.9.5 |
778 | 2023-10-04T23:24:06.400Z | Downloaded async-trait v0.1.73 |
779 | 2023-10-04T23:24:06.858Z | Downloaded dtrace-parser v0.1.14 |
780 | 2023-10-04T23:24:06.874Z | Downloaded atomic-waker v1.1.1 |
781 | 2023-10-04T23:24:06.888Z | Downloaded want v0.3.1 |
782 | 2023-10-04T23:24:07.317Z | Downloaded serde_plain v1.0.2 |
783 | 2023-10-04T23:24:07.334Z | Downloaded httpdate v1.0.3 |
784 | 2023-10-04T23:24:07.771Z | Downloaded oso-derive v0.26.4 |
785 | 2023-10-04T23:24:07.783Z | Downloaded cassowary v0.3.0 |
786 | 2023-10-04T23:24:07.794Z | Downloaded native-tls v0.2.11 |
787 | 2023-10-04T23:24:07.810Z | Downloaded stringprep v0.1.3 |
788 | 2023-10-04T23:24:07.819Z | Downloaded bitflags v2.4.0 |
789 | 2023-10-04T23:24:07.835Z | Downloaded blake2 v0.10.6 |
790 | 2023-10-04T23:24:07.845Z | Downloaded phf_shared v0.10.0 |
791 | 2023-10-04T23:24:07.854Z | Downloaded try-lock v0.2.4 |
792 | 2023-10-04T23:24:07.863Z | Downloaded bitstruct v0.1.1 |
793 | 2023-10-04T23:24:07.877Z | Downloaded crc32fast v1.3.2 |
794 | 2023-10-04T23:24:07.887Z | Downloaded basic-toml v0.1.4 |
795 | 2023-10-04T23:24:07.903Z | Downloaded vte_generate_state_changes v0.1.1 |
796 | 2023-10-04T23:24:07.915Z | Downloaded hash32 v0.2.1 |
797 | 2023-10-04T23:24:07.926Z | Downloaded predicates-core v1.0.6 |
798 | 2023-10-04T23:24:07.940Z | Downloaded num-complex v0.4.4 |
799 | 2023-10-04T23:24:07.952Z | Downloaded which v4.4.0 |
800 | 2023-10-04T23:24:07.971Z | Downloaded humantime v2.1.0 |
801 | 2023-10-04T23:24:07.983Z | Downloaded lock_api v0.4.10 |
802 | 2023-10-04T23:24:07.996Z | Downloaded wait-timeout v0.2.0 |
803 | 2023-10-04T23:24:08.010Z | Downloaded foreign-types-shared v0.1.1 |
804 | 2023-10-04T23:24:08.024Z | Downloaded xattr v1.0.1 |
805 | 2023-10-04T23:24:08.035Z | Downloaded pin-utils v0.1.0 |
806 | 2023-10-04T23:24:08.466Z | Downloaded pin-project-lite v0.2.13 |
807 | 2023-10-04T23:24:08.482Z | Downloaded zeroize v1.6.0 |
808 | 2023-10-04T23:24:08.500Z | Downloaded fragile v2.0.0 |
809 | 2023-10-04T23:24:08.927Z | Downloaded erased-serde v0.3.30 |
810 | 2023-10-04T23:24:08.934Z | Downloaded fxhash v0.2.1 |
811 | 2023-10-04T23:24:08.939Z | Downloaded owo-colors v3.5.0 |
812 | 2023-10-04T23:24:08.949Z | Downloaded cc v1.0.83 |
813 | 2023-10-04T23:24:08.963Z | Downloaded arc-swap v1.6.0 |
814 | 2023-10-04T23:24:08.972Z | Downloaded allocator-api2 v0.2.16 |
815 | 2023-10-04T23:24:08.977Z | Downloaded rustc_version v0.4.0 |
816 | 2023-10-04T23:24:08.984Z | Downloaded funty v2.0.0 |
817 | 2023-10-04T23:24:08.993Z | Downloaded serde-hex v0.1.0 |
818 | 2023-10-04T23:24:09.005Z | Downloaded textwrap v0.11.0 |
819 | 2023-10-04T23:24:09.423Z | Downloaded crunchy v0.2.2 |
820 | 2023-10-04T23:24:09.433Z | Downloaded pin-project-internal v1.1.3 |
821 | 2023-10-04T23:24:09.444Z | Downloaded endian-type v0.1.2 |
822 | 2023-10-04T23:24:09.455Z | Downloaded downcast v0.11.0 |
823 | 2023-10-04T23:24:09.465Z | Downloaded postcard-cobs v0.1.5-pre |
824 | 2023-10-04T23:24:09.479Z | Downloaded fs-err v2.9.0 |
825 | 2023-10-04T23:24:10.323Z | Downloaded trybuild v1.0.85 |
826 | 2023-10-04T23:24:10.338Z | Downloaded curve25519-dalek-derive v0.1.0 |
827 | 2023-10-04T23:24:10.353Z | Downloaded strsim v0.8.0 |
828 | 2023-10-04T23:24:10.369Z | Downloaded display-error-chain v0.1.1 |
829 | 2023-10-04T23:24:10.383Z | Downloaded slog-stdlog v4.1.1 |
830 | 2023-10-04T23:24:10.396Z | Downloaded smawk v0.3.1 |
831 | 2023-10-04T23:24:10.404Z | Downloaded openssl-probe v0.1.5 |
832 | 2023-10-04T23:24:10.830Z | Downloaded vsss-rs v3.3.1 |
833 | 2023-10-04T23:24:10.902Z | Downloaded itertools v0.11.0 |
834 | 2023-10-04T23:24:10.938Z | Downloaded proc-macro-crate v1.3.1 |
835 | 2023-10-04T23:24:10.959Z | Downloaded opaque-debug v0.3.0 |
836 | 2023-10-04T23:24:11.808Z | Downloaded ctr v0.9.2 |
837 | 2023-10-04T23:24:11.835Z | Downloaded dirs-sys-next v0.1.2 |
838 | 2023-10-04T23:24:11.891Z | Downloaded dof v0.1.5 |
839 | 2023-10-04T23:24:11.977Z | Downloaded r2d2 v0.8.10 |
840 | 2023-10-04T23:24:11.993Z | Downloaded rustls-native-certs v0.6.3 |
841 | 2023-10-04T23:24:12.016Z | Downloaded foreign-types v0.3.2 |
842 | 2023-10-04T23:24:12.052Z | Downloaded tungstenite v0.18.0 |
843 | 2023-10-04T23:24:12.081Z | Downloaded schemars_derive v0.8.13 |
844 | 2023-10-04T23:24:12.522Z | Downloaded zone_cfg_derive v0.2.0 |
845 | 2023-10-04T23:24:12.553Z | Downloaded darling v0.20.3 |
846 | 2023-10-04T23:24:12.587Z | Downloaded plotters-svg v0.3.5 |
847 | 2023-10-04T23:24:12.613Z | Downloaded rtoolbox v0.0.1 |
848 | 2023-10-04T23:24:13.053Z | Downloaded mime v0.3.17 |
849 | 2023-10-04T23:24:13.479Z | Downloaded remove_dir_all v0.5.3 |
850 | 2023-10-04T23:24:13.512Z | Downloaded version_check v0.9.4 |
851 | 2023-10-04T23:24:13.539Z | Downloaded vec_map v0.8.2 |
852 | 2023-10-04T23:24:13.564Z | Downloaded foreign-types v0.5.0 |
853 | 2023-10-04T23:24:13.593Z | Downloaded enum-as-inner v0.5.1 |
854 | 2023-10-04T23:24:14.046Z | Downloaded dirs-next v2.0.0 |
855 | 2023-10-04T23:24:14.069Z | Downloaded serde-big-array v0.5.1 |
856 | 2023-10-04T23:24:14.498Z | Downloaded enum-iterator-derive v1.2.1 |
857 | 2023-10-04T23:24:14.513Z | Downloaded openssl-macros v0.1.1 |
858 | 2023-10-04T23:24:14.534Z | Downloaded typenum v1.16.0 |
859 | 2023-10-04T23:24:14.560Z | Downloaded signal-hook-registry v1.4.1 |
860 | 2023-10-04T23:24:14.590Z | Downloaded pest_generator v2.7.2 |
861 | 2023-10-04T23:24:14.644Z | Downloaded num_enum v0.7.0 |
862 | 2023-10-04T23:24:14.674Z | Downloaded predicates-tree v1.0.9 |
863 | 2023-10-04T23:24:16.335Z | Downloaded number_prefix v0.4.0 |
864 | 2023-10-04T23:24:17.187Z | Downloaded peeking_take_while v0.1.2 |
865 | 2023-10-04T23:24:17.195Z | Downloaded path-absolutize v3.1.0 |
866 | 2023-10-04T23:24:17.611Z | Downloaded url v2.4.1 |
867 | 2023-10-04T23:24:17.630Z | Downloaded zip v0.6.6 |
868 | 2023-10-04T23:24:17.654Z | Downloaded ppv-lite86 v0.2.17 |
869 | 2023-10-04T23:24:18.089Z | Downloaded foreign-types-macros v0.2.3 |
870 | 2023-10-04T23:24:18.109Z | Downloaded termtree v0.4.1 |
871 | 2023-10-04T23:24:18.125Z | Downloaded path-slash v0.1.5 |
872 | 2023-10-04T23:24:18.139Z | Downloaded der_derive v0.7.2 |
873 | 2023-10-04T23:24:18.195Z | Downloaded synstructure v0.12.6 |
874 | 2023-10-04T23:24:18.217Z | Downloaded diesel_table_macro_syntax v0.1.0 |
875 | 2023-10-04T23:24:18.241Z | Downloaded deranged v0.3.8 |
876 | 2023-10-04T23:24:18.668Z | Downloaded parking_lot v0.12.1 |
877 | 2023-10-04T23:24:18.705Z | Downloaded num_enum_derive v0.5.11 |
878 | 2023-10-04T23:24:18.717Z | Downloaded strum_macros v0.24.3 |
879 | 2023-10-04T23:24:18.752Z | Downloaded ena v0.14.2 |
880 | 2023-10-04T23:24:18.815Z | Downloaded parking_lot v0.11.2 |
881 | 2023-10-04T23:24:18.921Z | Downloaded oorandom v11.1.3 |
882 | 2023-10-04T23:24:18.995Z | Downloaded static_assertions v1.1.0 |
883 | 2023-10-04T23:24:19.093Z | Downloaded once_cell v1.18.0 |
884 | 2023-10-04T23:24:19.144Z | Downloaded pretty-hex v0.2.1 |
885 | 2023-10-04T23:24:19.484Z | Downloaded flume v0.11.0 |
886 | 2023-10-04T23:24:19.933Z | Downloaded expectorate v1.1.0 |
887 | 2023-10-04T23:24:19.963Z | Downloaded waitgroup v0.1.2 |
888 | 2023-10-04T23:24:20.390Z | Downloaded hashlink v0.8.3 |
889 | 2023-10-04T23:24:20.463Z | Downloaded path-dedot v3.1.0 |
890 | 2023-10-04T23:24:20.489Z | Downloaded salty v0.2.0 |
891 | 2023-10-04T23:24:20.521Z | Downloaded enum-iterator v1.4.1 |
892 | 2023-10-04T23:24:20.562Z | Downloaded headers-core v0.2.0 |
893 | 2023-10-04T23:24:20.578Z | Downloaded hyper-tls v0.5.0 |
894 | 2023-10-04T23:24:20.596Z | Downloaded debug-ignore v1.0.5 |
895 | 2023-10-04T23:24:20.617Z | Downloaded slog-bunyan v2.4.0 |
896 | 2023-10-04T23:24:20.626Z | Downloaded slog-envlogger v2.2.0 |
897 | 2023-10-04T23:24:20.641Z | Downloaded fatfs v0.3.6 |
898 | 2023-10-04T23:24:20.662Z | Downloaded usdt-macro v0.3.5 |
899 | 2023-10-04T23:24:20.687Z | Downloaded tui-tree-widget v0.13.0 |
900 | 2023-10-04T23:24:21.936Z | Downloaded partial-io v0.5.4 |
901 | 2023-10-04T23:24:21.959Z | Downloaded futures-sink v0.3.28 |
902 | 2023-10-04T23:24:22.439Z | Downloaded serial_test_derive v0.10.0 |
903 | 2023-10-04T23:24:22.474Z | Downloaded cstr-argument v0.1.2 |
904 | 2023-10-04T23:24:22.496Z | Downloaded snafu-derive v0.7.5 |
905 | 2023-10-04T23:24:22.543Z | Downloaded subtle v2.5.0 |
906 | 2023-10-04T23:24:22.983Z | Downloaded string_cache v0.8.7 |
907 | 2023-10-04T23:24:22.994Z | Downloaded stable_deref_trait v1.2.0 |
908 | 2023-10-04T23:24:23.009Z | Downloaded float-cmp v0.9.0 |
909 | 2023-10-04T23:24:23.021Z | Downloaded aes v0.8.3 |
910 | 2023-10-04T23:24:23.449Z | Downloaded toml_edit v0.19.15 |
911 | 2023-10-04T23:24:23.465Z | Downloaded time-core v0.1.1 |
912 | 2023-10-04T23:24:23.481Z | Downloaded ringbuffer v0.14.2 |
913 | 2023-10-04T23:24:23.501Z | Downloaded pem v1.1.1 |
914 | 2023-10-04T23:24:23.519Z | Downloaded getopts v0.2.21 |
915 | 2023-10-04T23:24:23.532Z | Downloaded derive_builder_macro v0.12.0 |
916 | 2023-10-04T23:24:23.585Z | Downloaded paste v1.0.14 |
917 | 2023-10-04T23:24:24.011Z | Downloaded dashmap v5.5.1 |
918 | 2023-10-04T23:24:24.024Z | Downloaded uuid v1.4.1 |
919 | 2023-10-04T23:24:24.039Z | Downloaded darling_macro v0.20.3 |
920 | 2023-10-04T23:24:24.059Z | Downloaded darling_macro v0.14.4 |
921 | 2023-10-04T23:24:24.075Z | Downloaded usdt-attr-macro v0.3.5 |
922 | 2023-10-04T23:24:24.094Z | Downloaded fallible-streaming-iterator v0.1.9 |
923 | 2023-10-04T23:24:24.112Z | Downloaded tiny-keccak v2.0.2 |
924 | 2023-10-04T23:24:24.133Z | Downloaded zone v0.2.0 |
925 | 2023-10-04T23:24:24.152Z | Downloaded futures-core v0.3.28 |
926 | 2023-10-04T23:24:24.175Z | Downloaded futures-timer v3.0.2 |
927 | 2023-10-04T23:24:24.198Z | Downloaded olpc-cjson v0.1.3 |
928 | 2023-10-04T23:24:24.233Z | Downloaded corncobs v0.1.3 |
929 | 2023-10-04T23:24:24.666Z | Downloaded log v0.4.20 |
930 | 2023-10-04T23:24:24.680Z | Downloaded foreign-types-shared v0.3.1 |
931 | 2023-10-04T23:24:24.694Z | Downloaded form_urlencoded v1.2.0 |
932 | 2023-10-04T23:24:24.722Z | Downloaded fallible-iterator v0.2.0 |
933 | 2023-10-04T23:24:24.747Z | Downloaded sha-1 v0.10.1 |
934 | 2023-10-04T23:24:24.789Z | Downloaded generic-array v0.14.7 |
935 | 2023-10-04T23:24:25.216Z | Downloaded getrandom v0.2.10 |
936 | 2023-10-04T23:24:25.237Z | Downloaded x509-cert v0.2.4 |
937 | 2023-10-04T23:24:25.259Z | Downloaded pem-rfc7468 v0.7.0 |
938 | 2023-10-04T23:24:25.281Z | Downloaded smf v0.2.2 |
939 | 2023-10-04T23:24:25.303Z | Downloaded scheduled-thread-pool v0.2.7 |
940 | 2023-10-04T23:24:25.327Z | Downloaded slog-dtrace v0.2.3 |
941 | 2023-10-04T23:24:25.779Z | Downloaded twox-hash v1.6.3 |
942 | 2023-10-04T23:24:26.631Z | Downloaded serde_with_macros v2.3.3 |
943 | 2023-10-04T23:24:26.653Z | Downloaded time v0.3.27 |
944 | 2023-10-04T23:24:26.711Z | Downloaded rstest v0.18.2 |
945 | 2023-10-04T23:24:26.756Z | Downloaded rustc_version v0.1.7 |
946 | 2023-10-04T23:24:27.203Z | Downloaded ucd-trie v0.1.6 |
947 | 2023-10-04T23:24:27.334Z | Downloaded vergen v8.2.4 |
948 | 2023-10-04T23:24:27.363Z | Downloaded tempfile v3.8.0 |
949 | 2023-10-04T23:24:27.390Z | Downloaded hyper v0.14.27 |
950 | 2023-10-04T23:24:27.420Z | Downloaded serde_derive_internals v0.26.0 |
951 | 2023-10-04T23:24:27.438Z | Downloaded proc-macro-error-attr v1.0.4 |
952 | 2023-10-04T23:24:27.457Z | Downloaded diesel_derives v2.1.1 |
953 | 2023-10-04T23:24:27.897Z | Downloaded futures v0.3.28 |
954 | 2023-10-04T23:24:27.920Z | Downloaded darling_core v0.14.4 |
955 | 2023-10-04T23:24:27.942Z | Downloaded omicron-zone-package v0.8.3 |
956 | 2023-10-04T23:24:27.964Z | Downloaded tracing-core v0.1.31 |
957 | 2023-10-04T23:24:27.984Z | Downloaded fd-lock v3.0.13 |
958 | 2023-10-04T23:24:28.422Z | Downloaded ron v0.7.1 |
959 | 2023-10-04T23:24:28.855Z | Downloaded bindgen v0.65.1 |
960 | 2023-10-04T23:24:28.876Z | Downloaded derive_more v0.99.17 |
961 | 2023-10-04T23:24:28.896Z | Downloaded schemars v0.8.13 |
962 | 2023-10-04T23:24:29.323Z | Downloaded rand v0.4.6 |
963 | 2023-10-04T23:24:29.756Z | Downloaded tokio-util v0.7.8 |
964 | 2023-10-04T23:24:29.775Z | Downloaded darling_core v0.20.3 |
965 | 2023-10-04T23:24:30.207Z | Downloaded steno v0.4.0 |
966 | 2023-10-04T23:24:30.223Z | Downloaded unsafe-libyaml v0.2.9 |
967 | 2023-10-04T23:24:30.690Z | Downloaded rand v0.8.5 |
968 | 2023-10-04T23:24:30.731Z | Downloaded headers v0.3.9 |
969 | 2023-10-04T23:24:30.750Z | Downloaded git2 v0.17.2 |
970 | 2023-10-04T23:24:30.768Z | Downloaded h2 v0.3.21 |
971 | 2023-10-04T23:24:30.778Z | Downloaded crossterm v0.27.0 |
972 | 2023-10-04T23:24:31.213Z | Downloaded der v0.7.8 |
973 | 2023-10-04T23:24:31.225Z | Downloaded pest v2.7.2 |
974 | 2023-10-04T23:24:31.243Z | Downloaded reqwest v0.11.20 |
975 | 2023-10-04T23:24:31.257Z | Downloaded criterion v0.5.1 |
976 | 2023-10-04T23:24:31.275Z | Downloaded trust-dns-resolver v0.22.0 |
977 | 2023-10-04T23:24:31.293Z | Downloaded reedline v0.23.0 |
978 | 2023-10-04T23:24:31.316Z | Downloaded plotters v0.3.5 |
979 | 2023-10-04T23:24:31.336Z | Downloaded futures-util v0.3.28 |
980 | 2023-10-04T23:24:31.353Z | Downloaded ratatui v0.23.0 |
981 | 2023-10-04T23:24:31.370Z | Downloaded portable-atomic v1.4.3 |
982 | 2023-10-04T23:24:31.381Z | Downloaded smoltcp v0.9.1 |
983 | 2023-10-04T23:24:31.398Z | Downloaded petgraph v0.6.4 |
984 | 2023-10-04T23:24:31.413Z | Downloaded rustls v0.21.7 |
985 | 2023-10-04T23:24:31.444Z | Downloaded regress v0.7.1 |
986 | 2023-10-04T23:24:31.482Z | Downloaded regex v1.9.5 |
987 | 2023-10-04T23:24:31.521Z | Downloaded object v0.30.4 |
988 | 2023-10-04T23:24:31.549Z | Downloaded syn v1.0.109 |
989 | 2023-10-04T23:24:31.605Z | Downloaded object v0.32.1 |
990 | 2023-10-04T23:24:31.623Z | Downloaded diesel v2.1.2 |
991 | 2023-10-04T23:24:31.642Z | Downloaded regex-syntax v0.7.5 |
992 | 2023-10-04T23:24:31.661Z | Downloaded bstr v0.2.17 |
993 | 2023-10-04T23:24:31.674Z | Downloaded zerocopy-derive v0.6.3 |
994 | 2023-10-04T23:24:31.696Z | Downloaded zerocopy-derive v0.2.0 |
995 | 2023-10-04T23:24:31.713Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
996 | 2023-10-04T23:24:31.724Z | Downloaded regex-automata v0.3.8 |
997 | 2023-10-04T23:24:31.751Z | Downloaded tokio v1.32.0 |
998 | 2023-10-04T23:24:31.779Z | Downloaded libtest-mimic v0.5.2 |
999 | 2023-10-04T23:24:32.217Z | Downloaded sha3 v0.10.8 |
1000 | 2023-10-04T23:24:32.248Z | Downloaded sled v0.34.7 |
1001 | 2023-10-04T23:24:32.273Z | Downloaded openapiv3 v1.0.3 |
1002 | 2023-10-04T23:24:32.293Z | Downloaded trust-dns-proto v0.22.0 |
1003 | 2023-10-04T23:24:33.157Z | Downloaded radix_trie v0.2.1 |
1004 | 2023-10-04T23:24:33.170Z | Downloaded curve25519-dalek v4.1.0 |
1005 | 2023-10-04T23:24:33.182Z | Downloaded polar-core v0.26.4 |
1006 | 2023-10-04T23:24:33.196Z | Downloaded doc-comment v0.3.3 |
1007 | 2023-10-04T23:24:33.213Z | Downloaded rustc-demangle v0.1.23 |
1008 | 2023-10-04T23:24:33.230Z | Downloaded webpki-roots v0.25.2 |
1009 | 2023-10-04T23:24:33.251Z | Downloaded bstr v1.6.0 |
1010 | 2023-10-04T23:24:33.269Z | Downloaded proptest v1.2.0 |
1011 | 2023-10-04T23:24:33.694Z | Downloaded encoding_rs v0.8.33 |
1012 | 2023-10-04T23:24:33.710Z | Downloaded regex-syntax v0.6.29 |
1013 | 2023-10-04T23:24:33.732Z | Downloaded vcpkg v0.2.15 |
1014 | 2023-10-04T23:24:33.758Z | Downloaded nix v0.26.2 |
1015 | 2023-10-04T23:24:33.774Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1016 | 2023-10-04T23:24:33.791Z | Downloaded openssl v0.10.57 |
1017 | 2023-10-04T23:24:33.834Z | Downloaded rustix v0.38.9 |
1018 | 2023-10-04T23:24:34.270Z | Downloaded libsqlite3-sys v0.26.0 |
1019 | 2023-10-04T23:24:34.275Z | Downloaded gimli v0.28.0 |
1020 | 2023-10-04T23:24:34.281Z | Downloaded rustls-webpki v0.101.4 |
1021 | 2023-10-04T23:24:34.291Z | Downloaded smoltcp v0.8.2 |
1022 | 2023-10-04T23:24:34.302Z | Downloaded lalrpop v0.19.12 |
1023 | 2023-10-04T23:24:34.315Z | Downloaded socket2 v0.4.9 |
1024 | 2023-10-04T23:24:37.196Z | Downloaded quick-xml v0.23.1 |
1025 | 2023-10-04T23:24:38.030Z | Downloaded tabled v0.14.0 |
1026 | 2023-10-04T23:24:38.052Z | Downloaded tough v0.12.5 |
1027 | 2023-10-04T23:24:38.619Z | Downloaded idna v0.4.0 |
1028 | 2023-10-04T23:24:38.637Z | Downloaded idna v0.2.3 |
1029 | 2023-10-04T23:24:38.651Z | Downloaded clap v3.2.25 |
1030 | 2023-10-04T23:24:38.663Z | Downloaded crossterm v0.26.1 |
1031 | 2023-10-04T23:24:38.675Z | Downloaded clap v2.34.0 |
1032 | 2023-10-04T23:24:38.698Z | Downloaded libz-sys v1.1.12 |
1033 | 2023-10-04T23:24:38.707Z | Downloaded bitvec v1.0.1 |
1034 | 2023-10-04T23:24:38.718Z | Downloaded rayon v1.7.0 |
1035 | 2023-10-04T23:24:38.730Z | Downloaded regex-automata v0.1.10 |
1036 | 2023-10-04T23:24:38.741Z | Downloaded serde_yaml v0.9.25 |
1037 | 2023-10-04T23:24:38.748Z | Downloaded rayon-core v1.11.0 |
1038 | 2023-10-04T23:24:38.761Z | Downloaded pretty_assertions v1.4.0 |
1039 | 2023-10-04T23:24:38.772Z | Downloaded spki v0.7.2 |
1040 | 2023-10-04T23:24:38.783Z | Downloaded tracing v0.1.37 |
1041 | 2023-10-04T23:24:38.793Z | Downloaded tokio-postgres v0.7.10 |
1042 | 2023-10-04T23:24:38.809Z | Downloaded derive-where v1.2.5 |
1043 | 2023-10-04T23:24:38.824Z | Downloaded crossbeam-epoch v0.9.15 |
1044 | 2023-10-04T23:24:38.838Z | Downloaded toml v0.7.8 |
1045 | 2023-10-04T23:24:38.854Z | Downloaded toml v0.5.11 |
1046 | 2023-10-04T23:24:38.882Z | Downloaded elliptic-curve v0.13.5 |
1047 | 2023-10-04T23:24:38.899Z | Downloaded datatest-stable v0.1.3 |
1048 | 2023-10-04T23:24:38.927Z | Downloaded rsa v0.9.2 |
1049 | 2023-10-04T23:24:38.953Z | Downloaded futures-channel v0.3.28 |
1050 | 2023-10-04T23:24:38.973Z | Downloaded darling v0.14.4 |
1051 | 2023-10-04T23:24:38.995Z | Downloaded unicode-segmentation v1.10.1 |
1052 | 2023-10-04T23:24:39.011Z | Downloaded aho-corasick v1.0.4 |
1053 | 2023-10-04T23:24:39.027Z | Downloaded derive_builder v0.12.0 |
1054 | 2023-10-04T23:24:39.045Z | Downloaded flate2 v1.0.27 |
1055 | 2023-10-04T23:24:39.067Z | Downloaded rustls-pemfile v1.0.3 |
1056 | 2023-10-04T23:24:39.089Z | Downloaded serde_arrays v0.1.0 |
1057 | 2023-10-04T23:24:39.117Z | Downloaded libm v0.2.7 |
1058 | 2023-10-04T23:24:39.564Z | Downloaded openssl-sys v0.9.93 |
1059 | 2023-10-04T23:24:39.575Z | Downloaded rstest_macros v0.18.2 |
1060 | 2023-10-04T23:24:40.012Z | Downloaded data-encoding v2.4.0 |
1061 | 2023-10-04T23:24:40.023Z | Downloaded tinytemplate v1.2.1 |
1062 | 2023-10-04T23:24:40.033Z | Downloaded hashbrown v0.13.2 |
1063 | 2023-10-04T23:24:40.060Z | Downloaded ring v0.16.20 |
1064 | 2023-10-04T23:24:40.079Z | Downloaded pest_derive v2.7.2 |
1065 | 2023-10-04T23:24:40.096Z | Downloaded chrono v0.4.31 |
1066 | 2023-10-04T23:24:40.121Z | Downloaded slog-scope v4.4.0 |
1067 | 2023-10-04T23:24:40.145Z | Downloaded semver v0.1.20 |
1068 | 2023-10-04T23:24:40.581Z | Downloaded predicates v2.1.5 |
1069 | 2023-10-04T23:24:40.598Z | Downloaded spin v0.9.8 |
1070 | 2023-10-04T23:24:41.034Z | Downloaded futures-task v0.3.28 |
1071 | 2023-10-04T23:24:41.060Z | Downloaded futures-macro v0.3.28 |
1072 | 2023-10-04T23:24:41.093Z | Downloaded serde_urlencoded v0.7.1 |
1073 | 2023-10-04T23:24:41.104Z | Downloaded lru-cache v0.1.2 |
1074 | 2023-10-04T23:24:41.110Z | Downloaded serde_with v2.3.3 |
1075 | 2023-10-04T23:24:41.114Z | Downloaded unicode-normalization v0.1.22 |
1076 | 2023-10-04T23:24:41.118Z | Downloaded diff v0.1.13 |
1077 | 2023-10-04T23:24:41.123Z | Downloaded serde_tokenstream v0.2.0 |
1078 | 2023-10-04T23:24:41.130Z | Downloaded same-file v1.0.6 |
1079 | 2023-10-04T23:24:41.137Z | Downloaded polyval v0.6.1 |
1080 | 2023-10-04T23:24:41.146Z | Downloaded tinyvec v1.6.0 |
1081 | 2023-10-04T23:24:41.158Z | Downloaded indicatif v0.17.6 |
1082 | 2023-10-04T23:24:41.168Z | Downloaded num-bigint v0.4.4 |
1083 | 2023-10-04T23:24:41.178Z | Downloaded plotters-backend v0.3.5 |
1084 | 2023-10-04T23:24:41.187Z | Downloaded parking_lot_core v0.9.8 |
1085 | 2023-10-04T23:24:41.205Z | Downloaded parking_lot_core v0.8.6 |
1086 | 2023-10-04T23:24:41.218Z | Downloaded platforms v3.0.2 |
1087 | 2023-10-04T23:24:41.241Z | Downloaded pkcs8 v0.10.2 |
1088 | 2023-10-04T23:24:41.266Z | Downloaded prettyplease v0.2.12 |
1089 | 2023-10-04T23:24:41.283Z | Downloaded trust-dns-client v0.22.0 |
1090 | 2023-10-04T23:24:41.296Z | Downloaded tokio-rustls v0.24.1 |
1091 | 2023-10-04T23:24:41.315Z | Downloaded papergrid v0.10.0 |
1092 | 2023-10-04T23:24:41.332Z | Downloaded pest_meta v2.7.2 |
1093 | 2023-10-04T23:24:41.755Z | Downloaded snafu v0.7.5 |
1094 | 2023-10-04T23:24:41.771Z | Downloaded oso v0.26.4 |
1095 | 2023-10-04T23:24:42.239Z | Downloaded structopt v0.3.26 |
1096 | 2023-10-04T23:24:42.255Z | Downloaded crypto-bigint v0.5.2 |
1097 | 2023-10-04T23:24:42.281Z | Downloaded hashbrown v0.12.3 |
1098 | 2023-10-04T23:24:42.307Z | Downloaded sha2 v0.10.7 |
1099 | 2023-10-04T23:24:42.328Z | Downloaded ed25519 v1.5.3 |
1100 | 2023-10-04T23:24:42.357Z | Downloaded mio v0.8.8 |
1101 | 2023-10-04T23:24:42.414Z | Downloaded either v1.9.0 |
1102 | 2023-10-04T23:24:42.447Z | Downloaded dyn-clone v1.0.13 |
1103 | 2023-10-04T23:24:42.778Z | Downloaded pkg-config v0.3.27 |
1104 | 2023-10-04T23:24:43.218Z | Downloaded utf-8 v0.7.6 |
1105 | 2023-10-04T23:24:44.480Z | Downloaded usdt-impl v0.3.5 |
1106 | 2023-10-04T23:24:44.503Z | Downloaded trust-dns-server v0.22.1 |
1107 | 2023-10-04T23:24:44.561Z | Downloaded env_logger v0.9.3 |
1108 | 2023-10-04T23:24:44.993Z | Downloaded serde_repr v0.1.16 |
1109 | 2023-10-04T23:24:45.010Z | Downloaded env_logger v0.10.0 |
1110 | 2023-10-04T23:24:45.028Z | Downloaded unicode-width v0.1.10 |
1111 | 2023-10-04T23:24:45.043Z | Downloaded itertools v0.10.5 |
1112 | 2023-10-04T23:24:45.063Z | Downloaded phf v0.11.2 |
1113 | 2023-10-04T23:24:45.489Z | Downloaded parse-display-derive v0.7.0 |
1114 | 2023-10-04T23:24:45.511Z | Downloaded structopt-derive v0.4.18 |
1115 | 2023-10-04T23:24:45.531Z | Downloaded strip-ansi-escapes v0.2.0 |
1116 | 2023-10-04T23:24:45.960Z | Downloaded tar v0.4.40 |
1117 | 2023-10-04T23:24:45.980Z | Downloaded pin-project v1.1.3 |
1118 | 2023-10-04T23:24:46.003Z | Downloaded minimal-lexical v0.2.1 |
1119 | 2023-10-04T23:24:46.025Z | Downloaded os_str_bytes v6.5.1 |
1120 | 2023-10-04T23:24:46.052Z | Downloaded textwrap v0.16.0 |
1121 | 2023-10-04T23:24:46.077Z | Downloaded ref-cast-impl v1.0.20 |
1122 | 2023-10-04T23:24:46.097Z | Downloaded slab v0.4.9 |
1123 | 2023-10-04T23:24:46.530Z | Downloaded semver v0.11.0 |
1124 | 2023-10-04T23:24:46.553Z | Downloaded unicode-xid v0.2.4 |
1125 | 2023-10-04T23:24:46.608Z | Downloaded rcgen v0.10.0 |
1126 | 2023-10-04T23:24:46.631Z | Downloaded nom v7.1.3 |
1127 | 2023-10-04T23:24:47.061Z | Downloaded fnv v1.0.7 |
1128 | 2023-10-04T23:24:47.078Z | Downloaded password-hash v0.5.0 |
1129 | 2023-10-04T23:24:47.102Z | Downloaded ref-cast v1.0.20 |
1130 | 2023-10-04T23:24:47.121Z | Downloaded serde_tokenstream v0.1.7 |
1131 | 2023-10-04T23:24:47.139Z | Downloaded signal-hook v0.3.17 |
1132 | 2023-10-04T23:24:47.165Z | Downloaded tungstenite v0.17.3 |
1133 | 2023-10-04T23:24:47.179Z | Downloaded quick-error v1.2.3 |
1134 | 2023-10-04T23:24:47.196Z | Downloaded siphasher v0.3.11 |
1135 | 2023-10-04T23:24:47.214Z | Downloaded digest v0.10.7 |
1136 | 2023-10-04T23:24:47.647Z | Downloaded relative-path v1.9.0 |
1137 | 2023-10-04T23:24:47.684Z | Downloaded proc-macro-error v1.0.4 |
1138 | 2023-10-04T23:24:47.712Z | Downloaded http v0.2.9 |
1139 | 2023-10-04T23:24:48.148Z | Downloaded ron v0.8.1 |
1140 | 2023-10-04T23:24:48.165Z | Downloaded parse-display v0.7.0 |
1141 | 2023-10-04T23:24:48.174Z | Downloaded crossbeam-channel v0.5.8 |
1142 | 2023-10-04T23:24:48.186Z | Downloaded libxml v0.3.3 |
1143 | 2023-10-04T23:24:48.207Z | Downloaded rand_xorshift v0.3.0 |
1144 | 2023-10-04T23:24:48.646Z | Downloaded pretty-hex v0.3.0 |
1145 | 2023-10-04T23:24:48.672Z | Downloaded rand_chacha v0.3.1 |
1146 | 2023-10-04T23:24:49.106Z | Downloaded derive_builder_core v0.12.0 |
1147 | 2023-10-04T23:24:49.127Z | Downloaded slog-json v2.6.1 |
1148 | 2023-10-04T23:24:49.557Z | Downloaded ff v0.13.0 |
1149 | 2023-10-04T23:24:49.576Z | Downloaded thiserror-no-std v2.0.2 |
1150 | 2023-10-04T23:24:49.598Z | Downloaded rustc-hash v1.1.0 |
1151 | 2023-10-04T23:24:49.623Z | Downloaded vte v0.11.1 |
1152 | 2023-10-04T23:24:49.639Z | Downloaded tower-service v0.3.2 |
1153 | 2023-10-04T23:24:50.058Z | Downloaded tokio-tungstenite v0.18.0 |
1154 | 2023-10-04T23:24:50.073Z | Downloaded globset v0.4.13 |
1155 | 2023-10-04T23:24:50.503Z | Downloaded const_format v0.2.31 |
1156 | 2023-10-04T23:24:50.532Z | Downloaded zerocopy v0.6.3 |
1157 | 2023-10-04T23:24:50.954Z | Downloaded tracing-attributes v0.1.26 |
1158 | 2023-10-04T23:24:50.976Z | Downloaded universal-hash v0.5.1 |
1159 | 2023-10-04T23:24:51.403Z | Downloaded crypto-common v0.1.6 |
1160 | 2023-10-04T23:24:51.422Z | Downloaded tap v1.0.1 |
1161 | 2023-10-04T23:24:51.443Z | Downloaded postcard v0.7.3 |
1162 | 2023-10-04T23:24:51.461Z | Downloaded test-strategy v0.2.1 |
1163 | 2023-10-04T23:24:51.479Z | Downloaded pkcs1 v0.7.5 |
1164 | 2023-10-04T23:24:51.494Z | Downloaded flagset v0.4.3 |
1165 | 2023-10-04T23:24:51.509Z | Downloaded sct v0.7.0 |
1166 | 2023-10-04T23:24:51.526Z | Downloaded postgres-types v0.2.6 |
1167 | 2023-10-04T23:24:51.566Z | Downloaded half v1.8.2 |
1168 | 2023-10-04T23:24:51.589Z | Downloaded unicode-bidi v0.3.13 |
1169 | 2023-10-04T23:24:52.024Z | Downloaded unarray v0.1.4 |
1170 | 2023-10-04T23:24:52.047Z | Downloaded fixedbitset v0.4.2 |
1171 | 2023-10-04T23:24:52.068Z | Downloaded filetime v0.2.22 |
1172 | 2023-10-04T23:24:52.094Z | Downloaded rand_core v0.6.4 |
1173 | 2023-10-04T23:24:52.117Z | Downloaded radium v0.7.0 |
1174 | 2023-10-04T23:24:52.549Z | Downloaded futures-io v0.3.28 |
1175 | 2023-10-04T23:24:52.579Z | Downloaded linked-hash-map v0.5.6 |
1176 | 2023-10-04T23:24:52.610Z | Downloaded futures-executor v0.3.28 |
1177 | 2023-10-04T23:24:52.629Z | Downloaded similar v2.2.1 |
1178 | 2023-10-04T23:24:53.058Z | Downloaded subprocess v0.2.9 |
1179 | 2023-10-04T23:24:53.073Z | Downloaded miniz_oxide v0.7.1 |
1180 | 2023-10-04T23:24:53.087Z | Downloaded yasna v0.5.2 |
1181 | 2023-10-04T23:24:53.102Z | Downloaded difflib v0.4.0 |
1182 | 2023-10-04T23:24:53.117Z | Downloaded serial_test v0.10.0 |
1183 | 2023-10-04T23:24:53.138Z | Downloaded postgres-protocol v0.6.6 |
1184 | 2023-10-04T23:24:53.150Z | Downloaded group v0.13.0 |
1185 | 2023-10-04T23:24:53.162Z | Downloaded term v0.7.0 |
1186 | 2023-10-04T23:24:53.176Z | Downloaded smallvec v1.11.0 |
1187 | 2023-10-04T23:24:53.205Z | Downloaded mockall_derive v0.11.4 |
1188 | 2023-10-04T23:24:53.223Z | Downloaded poly1305 v0.8.0 |
1189 | 2023-10-04T23:24:53.288Z | Downloaded nu-ansi-term v0.49.0 |
1190 | 2023-10-04T23:24:53.309Z | Downloaded semver-parser v0.10.2 |
1191 | 2023-10-04T23:24:53.332Z | Downloaded tempdir v0.3.7 |
1192 | 2023-10-04T23:24:53.770Z | Downloaded scopeguard v1.2.0 |
1193 | 2023-10-04T23:24:53.786Z | Downloaded thread_local v1.1.7 |
1194 | 2023-10-04T23:24:53.809Z | Downloaded percent-encoding v2.3.0 |
1195 | 2023-10-04T23:24:53.823Z | Downloaded tokio-macros v2.1.0 |
1196 | 2023-10-04T23:24:53.838Z | Downloaded time-macros v0.2.13 |
1197 | 2023-10-04T23:24:54.270Z | Downloaded strum v0.25.0 |
1198 | 2023-10-04T23:24:54.349Z | Downloaded predicates v3.0.3 |
1199 | 2023-10-04T23:24:54.774Z | Downloaded base64 v0.13.1 |
1200 | 2023-10-04T23:24:54.799Z | Downloaded tokio-stream v0.1.14 |
1201 | 2023-10-04T23:24:55.225Z | Downloaded termcolor v1.2.0 |
1202 | 2023-10-04T23:24:55.239Z | Downloaded socket2 v0.5.3 |
1203 | 2023-10-04T23:24:55.253Z | Downloaded cookie v0.16.2 |
1204 | 2023-10-04T23:24:55.269Z | Downloaded slog v2.7.0 |
1205 | 2023-10-04T23:24:55.280Z | Downloaded indexmap v1.9.3 |
1206 | 2023-10-04T23:24:55.300Z | Downloaded thiserror-impl-no-std v2.0.2 |
1207 | 2023-10-04T23:24:55.729Z | Downloaded bitfield v0.14.0 |
1208 | 2023-10-04T23:24:55.745Z | Downloaded rust-argon2 v1.0.1 |
1209 | 2023-10-04T23:24:55.761Z | Downloaded cancel-safe-futures v0.1.2 |
1210 | 2023-10-04T23:24:55.780Z | Downloaded packed_struct_codegen v0.10.1 |
1211 | 2023-10-04T23:24:55.797Z | Downloaded fastrand v2.0.0 |
1212 | 2023-10-04T23:24:55.819Z | Downloaded yansi v0.5.1 |
1213 | 2023-10-04T23:24:55.841Z | Downloaded num_cpus v1.16.0 |
1214 | 2023-10-04T23:24:55.859Z | Downloaded untrusted v0.7.1 |
1215 | 2023-10-04T23:24:56.292Z | Downloaded unicase v2.7.0 |
1216 | 2023-10-04T23:24:56.313Z | Downloaded signature v1.6.4 |
1217 | 2023-10-04T23:24:56.743Z | Downloaded serde-big-array v0.4.1 |
1218 | 2023-10-04T23:24:56.765Z | Downloaded usdt v0.3.5 |
1219 | 2023-10-04T23:24:57.190Z | Downloaded threadpool v1.8.1 |
1220 | 2023-10-04T23:24:57.206Z | Downloaded smallvec v0.6.14 |
1221 | 2023-10-04T23:24:57.778Z | Downloaded shell-words v1.1.0 |
1222 | 2023-10-04T23:24:58.236Z | Downloaded rustfmt-wrapper v0.2.0 |
1223 | 2023-10-04T23:24:58.265Z | Downloaded rpassword v7.2.0 |
1224 | 2023-10-04T23:24:58.705Z | Downloaded clang-sys v1.6.1 |
1225 | 2023-10-04T23:24:58.719Z | Downloaded bit-vec v0.6.3 |
1226 | 2023-10-04T23:24:58.733Z | Downloaded maybe-uninit v2.0.0 |
1227 | 2023-10-04T23:24:58.759Z | Downloaded walkdir v2.4.0 |
1228 | 2023-10-04T23:24:58.796Z | Downloaded block-padding v0.3.3 |
1229 | 2023-10-04T23:24:58.824Z | Downloaded ascii v1.1.0 |
1230 | 2023-10-04T23:24:58.842Z | Downloaded precomputed-hash v0.1.1 |
1231 | 2023-10-04T23:24:58.858Z | Downloaded packed_struct v0.10.1 |
1232 | 2023-10-04T23:24:58.874Z | Downloaded ansi_term v0.12.1 |
1233 | 2023-10-04T23:24:58.893Z | Downloaded slog-term v2.9.0 |
1234 | 2023-10-04T23:24:58.904Z | Downloaded const-oid v0.9.5 |
1235 | 2023-10-04T23:24:58.915Z | Downloaded glob v0.3.1 |
1236 | 2023-10-04T23:24:58.934Z | Downloaded similar-asserts v1.5.0 |
1237 | 2023-10-04T23:24:58.950Z | Downloaded signal-hook-mio v0.2.3 |
1238 | 2023-10-04T23:24:58.956Z | Downloaded wyz v0.5.1 |
1239 | 2023-10-04T23:24:58.962Z | Downloaded whoami v1.4.1 |
1240 | 2023-10-04T23:24:58.970Z | Downloaded topological-sort v0.2.2 |
1241 | 2023-10-04T23:24:58.980Z | Downloaded tokio-tungstenite v0.17.2 |
1242 | 2023-10-04T23:24:58.991Z | Downloaded thread-id v4.2.0 |
1243 | 2023-10-04T23:24:59.002Z | Downloaded termios v0.3.3 |
1244 | 2023-10-04T23:24:59.023Z | Downloaded tabled_derive v0.6.0 |
1245 | 2023-10-04T23:24:59.043Z | Downloaded strum_macros v0.25.2 |
1246 | 2023-10-04T23:24:59.072Z | Downloaded structmeta v0.1.6 |
1247 | 2023-10-04T23:24:59.089Z | Downloaded slog-async v2.8.0 |
1248 | 2023-10-04T23:24:59.105Z | Downloaded serde_path_to_error v0.1.14 |
1249 | 2023-10-04T23:24:59.121Z | Downloaded mime_guess v2.0.4 |
1250 | 2023-10-04T23:24:59.141Z | Downloaded is-terminal v0.4.9 |
1251 | 2023-10-04T23:24:59.572Z | Downloaded ipnet v2.8.0 |
1252 | 2023-10-04T23:24:59.592Z | Downloaded crc-catalog v2.2.0 |
1253 | 2023-10-04T23:24:59.668Z | Downloaded phf_shared v0.11.2 |
1254 | 2023-10-04T23:24:59.687Z | Downloaded zeroize_derive v1.4.2 |
1255 | 2023-10-04T23:24:59.705Z | Downloaded base64ct v1.6.0 |
1256 | 2023-10-04T23:24:59.735Z | Downloaded normalize-line-endings v0.3.0 |
1257 | 2023-10-04T23:25:00.167Z | Downloaded multer v2.1.0 |
1258 | 2023-10-04T23:25:00.187Z | Downloaded backoff v0.4.0 |
1259 | 2023-10-04T23:25:00.205Z | Downloaded bincode v1.3.3 |
1260 | 2023-10-04T23:25:00.639Z | Downloaded arrayvec v0.7.4 |
1261 | 2023-10-04T23:25:01.485Z | Downloaded zerocopy v0.3.0 |
1262 | 2023-10-04T23:25:01.503Z | Downloaded addr2line v0.21.0 |
1263 | 2023-10-04T23:25:01.523Z | Downloaded signature v2.1.0 |
1264 | 2023-10-04T23:25:01.975Z | Downloaded linear-map v1.2.0 |
1265 | 2023-10-04T23:25:02.063Z | Downloaded indoc v2.0.3 |
1266 | 2023-10-04T23:25:02.101Z | Downloaded heapless v0.7.16 |
1267 | 2023-10-04T23:25:03.350Z | Downloaded num_enum_derive v0.7.0 |
1268 | 2023-10-04T23:25:03.787Z | Downloaded toolchain_find v0.2.0 |
1269 | 2023-10-04T23:25:03.812Z | Downloaded nanorand v0.7.0 |
1270 | 2023-10-04T23:25:03.879Z | Downloaded libloading v0.7.4 |
1271 | 2023-10-04T23:25:03.899Z | Downloaded nodrop v0.1.14 |
1272 | 2023-10-04T23:25:03.920Z | Downloaded instant v0.1.12 |
1273 | 2023-10-04T23:25:03.938Z | Downloaded crc v3.0.1 |
1274 | 2023-10-04T23:25:04.366Z | Downloaded resolv-conf v0.7.0 |
1275 | 2023-10-04T23:25:04.801Z | Downloaded num-derive v0.4.0 |
1276 | 2023-10-04T23:25:05.235Z | Downloaded macaddr v1.0.1 |
1277 | 2023-10-04T23:25:05.254Z | Downloaded signal-hook-tokio v0.3.1 |
1278 | 2023-10-04T23:25:05.270Z | Downloaded unicode-linebreak v0.1.5 |
1279 | 2023-10-04T23:25:05.286Z | Downloaded take_mut v0.2.2 |
1280 | 2023-10-04T23:25:05.717Z | Downloaded match_cfg v0.1.0 |
1281 | 2023-10-04T23:25:05.728Z | Downloaded num-iter v0.1.43 |
1282 | 2023-10-04T23:25:05.742Z | Downloaded lazycell v1.3.0 |
1283 | 2023-10-04T23:25:05.760Z | Downloaded jobserver v0.1.26 |
1284 | 2023-10-04T23:25:05.776Z | Downloaded hmac v0.12.1 |
1285 | 2023-10-04T23:25:05.809Z | Downloaded crc-any v2.4.3 |
1286 | 2023-10-04T23:25:05.842Z | Downloaded cpufeatures v0.2.9 |
1287 | 2023-10-04T23:25:06.273Z | Downloaded ahash v0.8.3 |
1288 | 2023-10-04T23:25:06.288Z | Downloaded mockall v0.11.4 |
1289 | 2023-10-04T23:25:06.303Z | Downloaded bb8 v0.8.1 |
1290 | 2023-10-04T23:25:06.324Z | Downloaded anes v0.1.6 |
1291 | 2023-10-04T23:25:06.347Z | Downloaded managed v0.8.0 |
1292 | 2023-10-04T23:25:06.365Z | Downloaded heck v0.3.3 |
1293 | 2023-10-04T23:25:06.388Z | Downloaded adler v1.0.2 |
1294 | 2023-10-04T23:25:06.412Z | Downloaded argon2 v0.5.2 |
1295 | 2023-10-04T23:25:06.430Z | Downloaded num v0.4.1 |
1296 | 2023-10-04T23:25:06.454Z | Downloaded num_enum v0.5.11 |
1297 | 2023-10-04T23:25:06.480Z | Downloaded autocfg v1.1.0 |
1298 | 2023-10-04T23:25:06.508Z | Downloaded assert_cmd v2.0.12 |
1299 | 2023-10-04T23:25:06.530Z | Downloaded assert_matches v1.5.0 |
1300 | 2023-10-04T23:25:06.574Z | Downloaded tinyvec_macros v0.1.1 |
1301 | 2023-10-04T23:25:06.592Z | Downloaded maplit v1.0.2 |
1302 | 2023-10-04T23:25:06.616Z | Downloaded crossbeam v0.8.2 |
1303 | 2023-10-04T23:25:06.632Z | Downloaded clap_lex v0.2.4 |
1304 | 2023-10-04T23:25:07.278Z | Downloaded hkdf v0.12.3 |
1305 | 2023-10-04T23:25:07.713Z | Downloaded arrayref v0.3.7 |
1306 | 2023-10-04T23:25:07.735Z | Downloaded libefi-sys v0.1.0 |
1307 | 2023-10-04T23:25:07.752Z | Downloaded keccak v0.1.4 |
1308 | 2023-10-04T23:25:07.788Z | Downloaded impl-trait-for-tuples v0.2.2 |
1309 | 2023-10-04T23:25:07.804Z | Downloaded iana-time-zone v0.1.57 |
1310 | 2023-10-04T23:25:07.820Z | Downloaded async-stream-impl v0.3.5 |
1311 | 2023-10-04T23:25:07.841Z | Downloaded base16ct v0.2.0 |
1312 | 2023-10-04T23:25:07.858Z | Downloaded num_threads v0.1.6 |
1313 | 2023-10-04T23:25:07.880Z | Downloaded new_debug_unreachable v1.0.4 |
1314 | 2023-10-04T23:25:08.722Z | Downloaded num-rational v0.4.1 |
1315 | 2023-10-04T23:25:09.562Z | Downloaded base64 v0.21.4 |
1316 | 2023-10-04T23:25:09.582Z | Downloaded bit-set v0.5.3 |
1317 | 2023-10-04T23:25:09.610Z | Downloaded crossbeam-utils v0.8.16 |
1318 | 2023-10-04T23:25:09.632Z | Downloaded bytesize v1.3.0 |
1319 | 2023-10-04T23:25:09.654Z | Downloaded bytes v1.5.0 |
1320 | 2023-10-04T23:25:09.675Z | Downloaded approx v0.5.1 |
1321 | 2023-10-04T23:25:09.700Z | Downloaded ascii-canvas v3.0.0 |
1322 | 2023-10-04T23:25:10.130Z | Downloaded array-init v0.0.4 |
1323 | 2023-10-04T23:25:10.563Z | Downloaded memoffset v0.7.1 |
1324 | 2023-10-04T23:25:10.989Z | Downloaded inout v0.1.3 |
1325 | 2023-10-04T23:25:11.005Z | Downloaded crossbeam-queue v0.3.8 |
1326 | 2023-10-04T23:25:11.021Z | Downloaded chacha20poly1305 v0.10.1 |
1327 | 2023-10-04T23:25:11.034Z | Downloaded byteorder v1.4.3 |
1328 | 2023-10-04T23:25:11.057Z | Downloaded aead v0.5.2 |
1329 | 2023-10-04T23:25:11.079Z | Downloaded async-stream v0.3.5 |
1330 | 2023-10-04T23:25:11.102Z | Downloaded async-recursion v1.0.5 |
1331 | 2023-10-04T23:25:11.123Z | Downloaded tokio-native-tls v0.3.1 |
1332 | 2023-10-04T23:25:11.148Z | Downloaded rusqlite v0.29.0 |
1333 | 2023-10-04T23:25:11.589Z | Downloaded hyper-rustls v0.24.1 |
1334 | 2023-10-04T23:25:12.017Z | Downloaded httptest v0.15.4 |
1335 | 2023-10-04T23:25:12.043Z | Downloaded hex-literal v0.4.1 |
1336 | 2023-10-04T23:25:12.048Z | Downloaded constant_time_eq v0.3.0 |
1337 | 2023-10-04T23:25:12.053Z | Downloaded sha1 v0.10.5 |
1338 | 2023-10-04T23:25:12.059Z | Downloaded rustversion v1.0.14 |
1339 | 2023-10-04T23:25:12.063Z | Downloaded num-bigint-dig v0.8.4 |
1340 | 2023-10-04T23:25:12.074Z | Downloaded shlex v1.1.0 |
1341 | 2023-10-04T23:25:12.079Z | Downloaded secrecy v0.8.0 |
1342 | 2023-10-04T23:25:12.085Z | Downloaded lalrpop-util v0.19.12 |
1343 | 2023-10-04T23:25:12.109Z | Downloaded colored v2.0.4 |
1344 | 2023-10-04T23:25:12.123Z | Downloaded cfg-if v1.0.0 |
1345 | 2023-10-04T23:25:12.141Z | Downloaded cfg-if v0.1.10 |
1346 | 2023-10-04T23:25:12.154Z | Downloaded bzip2 v0.4.4 |
1347 | 2023-10-04T23:25:12.164Z | Downloaded hostname v0.3.1 |
1348 | 2023-10-04T23:25:12.177Z | Downloaded hubpack v0.1.2 |
1349 | 2023-10-04T23:25:12.188Z | Downloaded httparse v1.8.0 |
1350 | 2023-10-04T23:25:12.200Z | Downloaded hex v0.4.3 |
1351 | 2023-10-04T23:25:12.215Z | Downloaded crossbeam-deque v0.8.3 |
1352 | 2023-10-04T23:25:12.229Z | Downloaded ident_case v1.0.1 |
1353 | 2023-10-04T23:25:12.243Z | Downloaded convert_case v0.4.0 |
1354 | 2023-10-04T23:25:12.677Z | Downloaded const_format_proc_macros v0.2.31 |
1355 | 2023-10-04T23:25:12.701Z | Downloaded cast v0.3.0 |
1356 | 2023-10-04T23:25:12.730Z | Downloaded block-buffer v0.10.4 |
1357 | 2023-10-04T23:25:12.753Z | Downloaded constant_time_eq v0.2.6 |
1358 | 2023-10-04T23:25:12.775Z | Downloaded clap_derive v3.2.25 |
1359 | 2023-10-04T23:25:12.793Z | Downloaded ciborium-ll v0.2.1 |
1360 | 2023-10-04T23:25:12.815Z | Downloaded bytecount v0.6.3 |
1361 | 2023-10-04T23:25:12.838Z | Downloaded backtrace v0.3.69 |
1362 | 2023-10-04T23:25:12.869Z | Compiling proc-macro2 v1.0.67 |
1363 | 2023-10-04T23:25:12.901Z | Compiling serde v1.0.188 |
1364 | 2023-10-04T23:25:13.340Z | Compiling autocfg v1.1.0 |
1365 | 2023-10-04T23:25:13.355Z | Compiling version_check v0.9.4 |
1366 | 2023-10-04T23:25:13.379Z | Compiling syn v1.0.109 |
1367 | 2023-10-04T23:25:13.395Z | Compiling parking_lot_core v0.9.8 |
1368 | 2023-10-04T23:25:13.415Z | Compiling libm v0.2.7 |
1369 | 2023-10-04T23:25:13.430Z | Compiling libc v0.2.148 |
1370 | 2023-10-04T23:25:13.444Z | Compiling cfg-if v1.0.0 |
1371 | 2023-10-04T23:25:13.464Z | Compiling once_cell v1.18.0 |
1372 | 2023-10-04T23:25:13.481Z | Compiling futures-core v0.3.28 |
1373 | 2023-10-04T23:25:13.544Z | Compiling typenum v1.16.0 |
1374 | 2023-10-04T23:25:13.560Z | Compiling futures-channel v0.3.28 |
1375 | 2023-10-04T23:25:13.572Z | Compiling ahash v0.8.3 |
1376 | 2023-10-04T23:25:13.585Z | Compiling lock_api v0.4.10 |
1377 | 2023-10-04T23:25:13.595Z | Compiling num-traits v0.2.16 |
1378 | 2023-10-04T23:25:13.606Z | Compiling quote v1.0.33 |
1379 | 2023-10-04T23:25:13.616Z | Compiling generic-array v0.14.7 |
1380 | 2023-10-04T23:25:13.633Z | Compiling slab v0.4.9 |
1381 | 2023-10-04T23:25:13.657Z | Compiling jobserver v0.1.26 |
1382 | 2023-10-04T23:25:14.094Z | Compiling syn v2.0.32 |
1383 | 2023-10-04T23:25:14.104Z | Compiling cc v1.0.83 |
1384 | 2023-10-04T23:25:14.120Z | Compiling futures-task v0.3.28 |
1385 | 2023-10-04T23:25:14.141Z | Compiling pkg-config v0.3.27 |
1386 | 2023-10-04T23:25:14.157Z | Compiling futures-util v0.3.28 |
1387 | 2023-10-04T23:25:14.170Z | Compiling memchr v2.6.3 |
1388 | 2023-10-04T23:25:14.185Z | Compiling vcpkg v0.2.15 |
1389 | 2023-10-04T23:25:14.723Z | Compiling itoa v1.0.9 |
1390 | 2023-10-04T23:25:14.769Z | Compiling schemars v0.8.13 |
1391 | 2023-10-04T23:25:14.791Z | Compiling log v0.4.20 |
1392 | 2023-10-04T23:25:14.808Z | Compiling serde_json v1.0.107 |
1393 | 2023-10-04T23:25:15.240Z | Compiling allocator-api2 v0.2.16 |
1394 | 2023-10-04T23:25:15.254Z | Compiling equivalent v1.0.1 |
1395 | 2023-10-04T23:25:15.267Z | Compiling indexmap v1.9.3 |
1396 | 2023-10-04T23:25:15.292Z | Compiling ryu v1.0.15 |
1397 | 2023-10-04T23:25:15.310Z | Compiling httparse v1.8.0 |
1398 | 2023-10-04T23:25:15.325Z | Compiling rustix v0.38.9 |
1399 | 2023-10-04T23:25:15.341Z | Compiling hashbrown v0.14.0 |
1400 | 2023-10-04T23:25:15.358Z | Compiling getrandom v0.2.10 |
1401 | 2023-10-04T23:25:15.382Z | Compiling rustls v0.21.7 |
1402 | 2023-10-04T23:25:15.403Z | Compiling fnv v1.0.7 |
1403 | 2023-10-04T23:25:15.424Z | Compiling openssl v0.10.57 |
1404 | 2023-10-04T23:25:15.443Z | Compiling aho-corasick v1.0.4 |
1405 | 2023-10-04T23:25:15.466Z | Compiling regex-syntax v0.7.5 |
1406 | 2023-10-04T23:25:15.897Z | Compiling unicode-xid v0.2.4 |
1407 | 2023-10-04T23:25:15.909Z | Compiling ucd-trie v0.1.6 |
1408 | 2023-10-04T23:25:15.924Z | Compiling ring v0.16.20 |
1409 | 2023-10-04T23:25:15.939Z | Compiling openssl-sys v0.9.93 |
1410 | 2023-10-04T23:25:15.961Z | Compiling backtrace v0.3.69 |
1411 | 2023-10-04T23:25:15.975Z | Compiling native-tls v0.2.11 |
1412 | 2023-10-04T23:25:16.414Z | Compiling async-trait v0.1.73 |
1413 | 2023-10-04T23:25:16.431Z | Compiling crossbeam-utils v0.8.16 |
1414 | 2023-10-04T23:25:16.450Z | Compiling anyhow v1.0.75 |
1415 | 2023-10-04T23:25:16.461Z | Compiling slog v2.7.0 |
1416 | 2023-10-04T23:25:17.487Z | Compiling regex-automata v0.3.8 |
1417 | 2023-10-04T23:25:17.506Z | Compiling time-core v0.1.1 |
1418 | 2023-10-04T23:25:17.565Z | Compiling time-macros v0.2.13 |
1419 | 2023-10-04T23:25:17.998Z | Compiling iana-time-zone v0.1.57 |
1420 | 2023-10-04T23:25:18.023Z | Compiling byteorder v1.4.3 |
1421 | 2023-10-04T23:25:18.034Z | Compiling dyn-clone v1.0.13 |
1422 | 2023-10-04T23:25:18.045Z | Compiling hashbrown v0.13.2 |
1423 | 2023-10-04T23:25:18.056Z | Compiling winnow v0.5.15 |
1424 | 2023-10-04T23:25:18.074Z | Compiling serde_derive_internals v0.26.0 |
1425 | 2023-10-04T23:25:18.091Z | Compiling synstructure v0.12.6 |
1426 | 2023-10-04T23:25:18.517Z | Compiling usdt-impl v0.3.5 |
1427 | 2023-10-04T23:25:18.533Z | Compiling scopeguard v1.2.0 |
1428 | 2023-10-04T23:25:18.559Z | Compiling unicode-width v0.1.10 |
1429 | 2023-10-04T23:25:18.579Z | Compiling thread-id v4.2.0 |
1430 | 2023-10-04T23:25:18.599Z | Compiling strsim v0.10.0 |
1431 | 2023-10-04T23:25:19.028Z | Compiling smallvec v1.11.0 |
1432 | 2023-10-04T23:25:19.858Z | Compiling tinyvec_macros v0.1.1 |
1433 | 2023-10-04T23:25:19.869Z | Compiling tinyvec v1.6.0 |
1434 | 2023-10-04T23:25:19.884Z | Compiling unicode-bidi v0.3.13 |
1435 | 2023-10-04T23:25:19.898Z | Compiling parking_lot v0.12.1 |
1436 | 2023-10-04T23:25:20.330Z | Compiling num-integer v0.1.45 |
1437 | 2023-10-04T23:25:20.348Z | Compiling regex v1.9.5 |
1438 | 2023-10-04T23:25:20.773Z | Compiling crc32fast v1.3.2 |
1439 | 2023-10-04T23:25:21.197Z | Compiling percent-encoding v2.3.0 |
1440 | 2023-10-04T23:25:21.214Z | Compiling spin v0.5.2 |
1441 | 2023-10-04T23:25:21.234Z | Compiling form_urlencoded v1.2.0 |
1442 | 2023-10-04T23:25:21.251Z | Compiling bitflags v1.3.2 |
1443 | 2023-10-04T23:25:21.269Z | Compiling unicode-normalization v0.1.22 |
1444 | 2023-10-04T23:25:21.290Z | Compiling pin-project-lite v0.2.13 |
1445 | 2023-10-04T23:25:21.312Z | Compiling adler v1.0.2 |
1446 | 2023-10-04T23:25:21.745Z | Compiling gimli v0.28.0 |
1447 | 2023-10-04T23:25:21.767Z | Compiling object v0.32.1 |
1448 | 2023-10-04T23:25:21.771Z | Compiling miniz_oxide v0.7.1 |
1449 | 2023-10-04T23:25:21.776Z | Compiling errno v0.3.2 |
1450 | 2023-10-04T23:25:21.781Z | Compiling memoffset v0.9.0 |
1451 | 2023-10-04T23:25:21.785Z | Compiling rustc-demangle v0.1.23 |
1452 | 2023-10-04T23:25:21.791Z | Compiling idna v0.4.0 |
1453 | 2023-10-04T23:25:21.801Z | Compiling mio v0.8.8 |
1454 | 2023-10-04T23:25:21.805Z | Compiling signal-hook-registry v1.4.1 |
1455 | 2023-10-04T23:25:21.810Z | Compiling serde_derive v1.0.188 |
1456 | 2023-10-04T23:25:21.817Z | Compiling zeroize_derive v1.4.2 |
1457 | 2023-10-04T23:25:21.822Z | Compiling thiserror-impl v1.0.49 |
1458 | 2023-10-04T23:25:21.828Z | Compiling tokio-macros v2.1.0 |
1459 | 2023-10-04T23:25:21.834Z | Compiling futures-macro v0.3.28 |
1460 | 2023-10-04T23:25:21.840Z | Compiling tracing-attributes v0.1.26 |
1461 | 2023-10-04T23:25:21.852Z | Compiling schemars_derive v0.8.13 |
1462 | 2023-10-04T23:25:22.283Z | Compiling openssl-macros v0.1.1 |
1463 | 2023-10-04T23:25:22.298Z | Compiling zerocopy-derive v0.2.0 |
1464 | 2023-10-04T23:25:22.314Z | Compiling zerocopy-derive v0.6.3 |
1465 | 2023-10-04T23:25:22.332Z | Compiling thiserror v1.0.49 |
1466 | 2023-10-04T23:25:22.350Z | Compiling pest v2.7.2 |
1467 | 2023-10-04T23:25:22.369Z | Compiling zerocopy v0.3.0 |
1468 | 2023-10-04T23:25:22.801Z | Compiling url v2.4.1 |
1469 | 2023-10-04T23:25:23.237Z | Compiling addr2line v0.21.0 |
1470 | 2023-10-04T23:25:23.255Z | Compiling num_cpus v1.16.0 |
1471 | 2023-10-04T23:25:23.271Z | Compiling socket2 v0.5.3 |
1472 | 2023-10-04T23:25:23.294Z | Compiling futures-sink v0.3.28 |
1473 | 2023-10-04T23:25:23.321Z | Compiling dof v0.1.5 |
1474 | 2023-10-04T23:25:23.347Z | Compiling radium v0.7.0 |
1475 | 2023-10-04T23:25:23.364Z | Compiling pest_meta v2.7.2 |
1476 | 2023-10-04T23:25:23.380Z | Compiling crossbeam-epoch v0.9.15 |
1477 | 2023-10-04T23:25:23.391Z | Compiling futures-io v0.3.28 |
1478 | 2023-10-04T23:25:23.407Z | Compiling pin-utils v0.1.0 |
1479 | 2023-10-04T23:25:23.835Z | Compiling clap_derive v4.4.2 |
1480 | 2023-10-04T23:25:23.841Z | Compiling num-iter v0.1.43 |
1481 | 2023-10-04T23:25:23.846Z | Compiling tracing-core v0.1.31 |
1482 | 2023-10-04T23:25:23.854Z | Compiling lazy_static v1.4.0 |
1483 | 2023-10-04T23:25:23.871Z | Compiling rand_core v0.6.4 |
1484 | 2023-10-04T23:25:24.295Z | Compiling pest_generator v2.7.2 |
1485 | 2023-10-04T23:25:24.739Z | Compiling tracing v0.1.37 |
1486 | 2023-10-04T23:25:25.204Z | Compiling deranged v0.3.8 |
1487 | 2023-10-04T23:25:25.235Z | Compiling either v1.9.0 |
1488 | 2023-10-04T23:25:25.250Z | Compiling num_threads v0.1.6 |
1489 | 2023-10-04T23:25:25.280Z | Compiling zeroize v1.6.0 |
1490 | 2023-10-04T23:25:25.297Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1491 | 2023-10-04T23:25:25.724Z | Compiling untrusted v0.7.1 |
1492 | 2023-10-04T23:25:25.740Z | Compiling time v0.3.27 |
1493 | 2023-10-04T23:25:25.756Z | Compiling base64 v0.21.4 |
1494 | 2023-10-04T23:25:25.772Z | Compiling pest_derive v2.7.2 |
1495 | 2023-10-04T23:25:25.790Z | Compiling enum-as-inner v0.5.1 |
1496 | 2023-10-04T23:25:25.807Z | Compiling dtrace-parser v0.1.14 |
1497 | 2023-10-04T23:25:25.825Z | Compiling hashbrown v0.12.3 |
1498 | 2023-10-04T23:25:26.273Z | Compiling openssl-probe v0.1.5 |
1499 | 2023-10-04T23:25:26.297Z | Compiling foreign-types-shared v0.1.1 |
1500 | 2023-10-04T23:25:26.317Z | Compiling foreign-types v0.3.2 |
1501 | 2023-10-04T23:25:26.338Z | Compiling siphasher v0.3.11 |
1502 | 2023-10-04T23:25:26.361Z | Compiling try-lock v0.2.4 |
1503 | 2023-10-04T23:25:26.789Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1504 | 2023-10-04T23:25:26.828Z | Compiling want v0.3.1 |
1505 | 2023-10-04T23:25:26.849Z | Compiling sct v0.7.0 |
1506 | 2023-10-04T23:25:26.870Z | Compiling rustls-webpki v0.101.4 |
1507 | 2023-10-04T23:25:26.901Z | Compiling socket2 v0.4.9 |
1508 | 2023-10-04T23:25:27.332Z | Compiling httpdate v1.0.3 |
1509 | 2023-10-04T23:25:27.359Z | Compiling tower-service v0.3.2 |
1510 | 2023-10-04T23:25:27.801Z | Compiling rustls-pemfile v1.0.3 |
1511 | 2023-10-04T23:25:27.819Z | Compiling indexmap v2.0.0 |
1512 | 2023-10-04T23:25:27.840Z | Compiling bytes v1.5.0 |
1513 | 2023-10-04T23:25:27.861Z | Compiling uuid v1.4.1 |
1514 | 2023-10-04T23:25:27.878Z | Compiling chrono v0.4.31 |
1515 | 2023-10-04T23:25:28.307Z | Compiling semver v1.0.18 |
1516 | 2023-10-04T23:25:28.397Z | Compiling serde_spanned v0.6.3 |
1517 | 2023-10-04T23:25:28.419Z | Compiling toml_datetime v0.6.3 |
1518 | 2023-10-04T23:25:28.442Z | Compiling rustc_version v0.4.0 |
1519 | 2023-10-04T23:25:28.465Z | Compiling serde_tokenstream v0.1.7 |
1520 | 2023-10-04T23:25:28.481Z | Compiling http v0.2.9 |
1521 | 2023-10-04T23:25:28.498Z | Compiling toml_edit v0.19.15 |
1522 | 2023-10-04T23:25:28.519Z | Compiling bitflags v2.4.0 |
1523 | 2023-10-04T23:25:28.538Z | Compiling tokio v1.32.0 |
1524 | 2023-10-04T23:25:28.574Z | Compiling heapless v0.7.16 |
1525 | 2023-10-04T23:25:28.610Z | Compiling openapiv3 v1.0.3 |
1526 | 2023-10-04T23:25:28.623Z | Compiling http-body v0.4.5 |
1527 | 2023-10-04T23:25:29.056Z | Compiling rustls-native-certs v0.6.3 |
1528 | 2023-10-04T23:25:29.076Z | Compiling usdt-attr-macro v0.3.5 |
1529 | 2023-10-04T23:25:29.506Z | Compiling usdt-macro v0.3.5 |
1530 | 2023-10-04T23:25:29.527Z | Compiling crypto-common v0.1.6 |
1531 | 2023-10-04T23:25:29.547Z | Compiling diesel_table_macro_syntax v0.1.0 |
1532 | 2023-10-04T23:25:29.563Z | Compiling num-bigint v0.4.4 |
1533 | 2023-10-04T23:25:29.580Z | Compiling bit-vec v0.6.3 |
1534 | 2023-10-04T23:25:29.616Z | Compiling ipnet v2.8.0 |
1535 | 2023-10-04T23:25:29.637Z | Compiling smoltcp v0.9.1 |
1536 | 2023-10-04T23:25:29.658Z | Compiling diesel_derives v2.1.1 |
1537 | 2023-10-04T23:25:29.678Z | Compiling serde_urlencoded v0.7.1 |
1538 | 2023-10-04T23:25:29.702Z | Compiling phf_shared v0.10.0 |
1539 | 2023-10-04T23:25:29.723Z | Compiling block-buffer v0.10.4 |
1540 | 2023-10-04T23:25:30.158Z | Compiling itertools v0.10.5 |
1541 | 2023-10-04T23:25:30.171Z | Compiling hubpack_derive v0.1.1 |
1542 | 2023-10-04T23:25:30.181Z | Compiling encoding_rs v0.8.33 |
1543 | 2023-10-04T23:25:30.208Z | Compiling subtle v2.5.0 |
1544 | 2023-10-04T23:25:30.231Z | Compiling webpki-roots v0.25.2 |
1545 | 2023-10-04T23:25:30.680Z | Compiling fixedbitset v0.4.2 |
1546 | 2023-10-04T23:25:31.128Z | Compiling mime v0.3.17 |
1547 | 2023-10-04T23:25:31.162Z | Compiling tokio-util v0.7.8 |
1548 | 2023-10-04T23:25:31.592Z | Compiling tokio-native-tls v0.3.1 |
1549 | 2023-10-04T23:25:31.602Z | Compiling tokio-rustls v0.24.1 |
1550 | 2023-10-04T23:25:31.676Z | Compiling const-oid v0.9.5 |
1551 | 2023-10-04T23:25:31.695Z | Compiling new_debug_unreachable v1.0.4 |
1552 | 2023-10-04T23:25:31.717Z | Compiling precomputed-hash v0.1.1 |
1553 | 2023-10-04T23:25:32.152Z | Compiling ppv-lite86 v0.2.17 |
1554 | 2023-10-04T23:25:32.172Z | Compiling string_cache v0.8.7 |
1555 | 2023-10-04T23:25:32.617Z | Compiling h2 v0.3.21 |
1556 | 2023-10-04T23:25:32.635Z | Compiling petgraph v0.6.4 |
1557 | 2023-10-04T23:25:32.652Z | Compiling bit-set v0.5.3 |
1558 | 2023-10-04T23:25:32.659Z | Compiling rand_chacha v0.3.1 |
1559 | 2023-10-04T23:25:32.666Z | Compiling lalrpop-util v0.19.12 |
1560 | 2023-10-04T23:25:32.683Z | Compiling digest v0.10.7 |
1561 | 2023-10-04T23:25:32.703Z | Compiling unicode-segmentation v1.10.1 |
1562 | 2023-10-04T23:25:32.716Z | Compiling rand v0.8.5 |
1563 | 2023-10-04T23:25:32.728Z | Compiling flate2 v1.0.27 |
1564 | 2023-10-04T23:25:32.738Z | Compiling toml v0.7.8 |
1565 | 2023-10-04T23:25:32.750Z | Compiling serde_repr v0.1.16 |
1566 | 2023-10-04T23:25:32.768Z | Compiling serde_tokenstream v0.2.0 |
1567 | 2023-10-04T23:25:32.784Z | Compiling io-lifetimes v1.0.11 |
1568 | 2023-10-04T23:25:32.800Z | Compiling anstyle v1.0.2 |
1569 | 2023-10-04T23:25:32.818Z | Compiling cpufeatures v0.2.9 |
1570 | 2023-10-04T23:25:33.246Z | Compiling utf8parse v0.2.1 |
1571 | 2023-10-04T23:25:33.262Z | Compiling anstyle-parse v0.2.1 |
1572 | 2023-10-04T23:25:33.281Z | Compiling sha2 v0.10.7 |
1573 | 2023-10-04T23:25:33.700Z | Compiling rustix v0.37.23 |
1574 | 2023-10-04T23:25:33.722Z | Compiling hmac v0.12.1 |
1575 | 2023-10-04T23:25:33.727Z | Compiling md-5 v0.10.5 |
1576 | 2023-10-04T23:25:33.740Z | Compiling stringprep v0.1.3 |
1577 | 2023-10-04T23:25:33.747Z | Compiling spin v0.9.8 |
1578 | 2023-10-04T23:25:33.759Z | Compiling hash32 v0.2.1 |
1579 | 2023-10-04T23:25:33.772Z | Compiling stable_deref_trait v1.2.0 |
1580 | 2023-10-04T23:25:34.214Z | Compiling fallible-iterator v0.2.0 |
1581 | 2023-10-04T23:25:34.219Z | Compiling colorchoice v1.0.0 |
1582 | 2023-10-04T23:25:34.224Z | Compiling anstyle-query v1.0.0 |
1583 | 2023-10-04T23:25:34.231Z | Compiling terminal_size v0.2.6 |
1584 | 2023-10-04T23:25:34.237Z | Compiling anstream v0.5.0 |
1585 | 2023-10-04T23:25:34.241Z | Compiling phf_shared v0.11.2 |
1586 | 2023-10-04T23:25:34.245Z | Compiling block-padding v0.3.3 |
1587 | 2023-10-04T23:25:34.249Z | Compiling scheduled-thread-pool v0.2.7 |
1588 | 2023-10-04T23:25:34.256Z | Compiling regex-automata v0.1.10 |
1589 | 2023-10-04T23:25:34.261Z | Compiling managed v0.8.0 |
1590 | 2023-10-04T23:25:34.266Z | Compiling postgres-protocol v0.6.6 |
1591 | 2023-10-04T23:25:34.271Z | Compiling clap_lex v0.5.1 |
1592 | 2023-10-04T23:25:34.277Z | Compiling tap v1.0.1 |
1593 | 2023-10-04T23:25:34.282Z | Compiling matches v0.1.10 |
1594 | 2023-10-04T23:25:34.287Z | Compiling idna v0.2.3 |
1595 | 2023-10-04T23:25:34.292Z | Compiling bstr v0.2.17 |
1596 | 2023-10-04T23:25:34.297Z | Compiling wyz v0.5.1 |
1597 | 2023-10-04T23:25:34.302Z | Compiling clap_builder v4.4.2 |
1598 | 2023-10-04T23:25:34.307Z | Compiling postgres-types v0.2.6 |
1599 | 2023-10-04T23:25:34.311Z | Compiling r2d2 v0.8.10 |
1600 | 2023-10-04T23:25:34.315Z | Compiling phf v0.11.2 |
1601 | 2023-10-04T23:25:34.319Z | Compiling inout v0.1.3 |
1602 | 2023-10-04T23:25:34.323Z | Compiling hubpack v0.1.2 |
1603 | 2023-10-04T23:25:34.326Z | Compiling ipnetwork v0.20.0 |
1604 | 2023-10-04T23:25:34.330Z | Compiling hyper v0.14.27 |
1605 | 2023-10-04T23:25:34.334Z | Compiling futures-executor v0.3.28 |
1606 | 2023-10-04T23:25:34.340Z | Compiling zerocopy v0.6.3 |
1607 | 2023-10-04T23:25:34.345Z | Compiling float-cmp v0.9.0 |
1608 | 2023-10-04T23:25:34.349Z | Compiling unicode-linebreak v0.1.5 |
1609 | 2023-10-04T23:25:34.352Z | Compiling difflib v0.4.0 |
1610 | 2023-10-04T23:25:34.357Z | Compiling predicates-core v1.0.6 |
1611 | 2023-10-04T23:25:34.362Z | Compiling static_assertions v1.1.0 |
1612 | 2023-10-04T23:25:34.367Z | Compiling normalize-line-endings v0.3.0 |
1613 | 2023-10-04T23:25:34.372Z | Compiling whoami v1.4.1 |
1614 | 2023-10-04T23:25:34.376Z | Compiling data-encoding v2.4.0 |
1615 | 2023-10-04T23:25:34.381Z | Compiling smawk v0.3.1 |
1616 | 2023-10-04T23:25:34.386Z | Compiling funty v2.0.0 |
1617 | 2023-10-04T23:25:34.398Z | Compiling textwrap v0.16.0 |
1618 | 2023-10-04T23:25:34.413Z | Compiling trust-dns-proto v0.22.0 |
1619 | 2023-10-04T23:25:34.429Z | Compiling tokio-postgres v0.7.10 |
1620 | 2023-10-04T23:25:34.440Z | Compiling diesel v2.1.2 |
1621 | 2023-10-04T23:25:34.461Z | Compiling yasna v0.5.2 |
1622 | 2023-10-04T23:25:34.474Z | Compiling bitvec v1.0.1 |
1623 | 2023-10-04T23:25:35.146Z | Compiling clap v4.4.3 |
1624 | 2023-10-04T23:25:35.302Z | Compiling predicates v3.0.3 |
1625 | 2023-10-04T23:25:36.928Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1626 | 2023-10-04T23:25:38.981Z | Compiling hyper-tls v0.5.0 |
1627 | 2023-10-04T23:25:39.106Z | Compiling hyper-rustls v0.24.1 |
1628 | 2023-10-04T23:25:39.485Z | Compiling futures v0.3.28 |
1629 | 2023-10-04T23:25:39.640Z | Compiling cipher v0.4.4 |
1630 | 2023-10-04T23:25:40.174Z | Compiling reqwest v0.11.20 |
1631 | 2023-10-04T23:25:40.383Z | Compiling similar v2.2.1 |
1632 | 2023-10-04T23:25:41.150Z | Compiling signature v2.1.0 |
1633 | 2023-10-04T23:25:41.461Z | Compiling tokio-stream v0.1.14 |
1634 | 2023-10-04T23:25:41.820Z | Compiling usdt v0.3.5 |
1635 | 2023-10-04T23:25:42.204Z | Compiling hex v0.4.3 |
1636 | 2023-10-04T23:25:43.027Z | Compiling console v0.15.7 |
1637 | 2023-10-04T23:25:43.291Z | Compiling bstr v1.6.0 |
1638 | 2023-10-04T23:25:43.533Z | Compiling regress v0.7.1 |
1639 | 2023-10-04T23:25:45.191Z | Compiling getopts v0.2.21 |
1640 | 2023-10-04T23:25:45.535Z | Compiling unsafe-libyaml v0.2.9 |
1641 | 2023-10-04T23:25:46.589Z | Compiling rustversion v1.0.14 |
1642 | 2023-10-04T23:25:47.011Z | Compiling ident_case v1.0.1 |
1643 | 2023-10-04T23:25:47.861Z | Compiling serde_yaml v0.9.25 |
1644 | 2023-10-04T23:25:48.663Z | Compiling slog-async v2.8.0 |
1645 | 2023-10-04T23:25:49.309Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1646 | 2023-10-04T23:25:49.907Z | Compiling paste v1.0.14 |
1647 | 2023-10-04T23:25:49.919Z | Compiling darling_core v0.20.3 |
1648 | 2023-10-04T23:25:52.447Z | Compiling multer v2.1.0 |
1649 | 2023-10-04T23:25:52.503Z | Compiling async-stream-impl v0.3.5 |
1650 | 2023-10-04T23:25:54.298Z | Compiling regex-syntax v0.6.29 |
1651 | 2023-10-04T23:25:55.110Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1652 | 2023-10-04T23:25:55.314Z | Compiling strum_macros v0.25.2 |
1653 | 2023-10-04T23:25:55.539Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1654 | 2023-10-04T23:25:57.338Z | Compiling structmeta-derive v0.1.6 |
1655 | 2023-10-04T23:25:58.972Z | Compiling darling_macro v0.20.3 |
1656 | 2023-10-04T23:26:00.388Z | Compiling darling v0.20.3 |
1657 | 2023-10-04T23:26:00.547Z | Compiling serde_with_macros v2.3.3 |
1658 | 2023-10-04T23:26:01.674Z | Compiling structmeta v0.1.6 |
1659 | 2023-10-04T23:26:03.992Z | Compiling parse-display-derive v0.7.0 |
1660 | 2023-10-04T23:26:06.026Z | Compiling test-strategy v0.2.1 |
1661 | 2023-10-04T23:26:13.296Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1662 | 2023-10-04T23:26:14.549Z | Checking unicode-ident v1.0.12 |
1663 | 2023-10-04T23:26:20.399Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1664 | 2023-10-04T23:26:20.595Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1665 | 2023-10-04T23:26:31.499Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1666 | 2023-10-04T23:26:47.023Z | Checking heck v0.4.1 |
1667 | 2023-10-04T23:26:54.960Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1668 | 2023-10-04T23:26:55.330Z | Checking crossbeam-channel v0.5.8 |
1669 | 2023-10-04T23:26:55.399Z | Checking atty v0.2.14 |
1670 | 2023-10-04T23:26:56.061Z | Checking match_cfg v0.1.0 |
1671 | 2023-10-04T23:26:56.178Z | Checking hostname v0.3.1 |
1672 | 2023-10-04T23:26:56.507Z | Checking dirs-sys-next v0.1.2 |
1673 | 2023-10-04T23:26:56.749Z | Checking thread_local v1.1.7 |
1674 | 2023-10-04T23:26:56.768Z | Checking dirs-next v2.0.0 |
1675 | 2023-10-04T23:26:57.184Z | Checking fastrand v2.0.0 |
1676 | 2023-10-04T23:26:57.695Z | Checking tempfile v3.8.0 |
1677 | 2023-10-04T23:26:57.799Z | Checking term v0.7.0 |
1678 | 2023-10-04T23:26:58.240Z | Checking instant v0.1.12 |
1679 | 2023-10-04T23:26:58.391Z | Checking take_mut v0.2.2 |
1680 | 2023-10-04T23:26:58.477Z | Checking slog-term v2.9.0 |
1681 | 2023-10-04T23:26:59.035Z | Checking slog-json v2.6.1 |
1682 | 2023-10-04T23:26:59.055Z | Checking sha1 v0.10.5 |
1683 | 2023-10-04T23:26:59.282Z | Checking serde_with v2.3.3 |
1684 | 2023-10-04T23:26:59.423Z | Checking camino v1.1.6 |
1685 | 2023-10-04T23:26:59.427Z | Checking slog-bunyan v2.4.0 |
1686 | 2023-10-04T23:26:59.473Z | Checking strum v0.25.0 |
1687 | 2023-10-04T23:26:59.705Z | Checking atomic-waker v1.1.1 |
1688 | 2023-10-04T23:26:59.818Z | Checking debug-ignore v1.0.5 |
1689 | 2023-10-04T23:26:59.886Z | Checking waitgroup v0.1.2 |
1690 | 2023-10-04T23:27:00.079Z | Checking async-stream v0.3.5 |
1691 | 2023-10-04T23:27:00.317Z | Checking serde_path_to_error v0.1.14 |
1692 | 2023-10-04T23:27:00.562Z | Checking quick-error v1.2.3 |
1693 | 2023-10-04T23:27:00.623Z | Checking backoff v0.4.0 |
1694 | 2023-10-04T23:27:00.754Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1695 | 2023-10-04T23:27:00.959Z | Checking parse-display v0.7.0 |
1696 | 2023-10-04T23:27:01.056Z | Checking macaddr v1.0.1 |
1697 | 2023-10-04T23:27:01.564Z | Checking wait-timeout v0.2.0 |
1698 | 2023-10-04T23:27:02.037Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1699 | 2023-10-04T23:27:02.162Z | Checking rusty-fork v0.3.0 |
1700 | 2023-10-04T23:27:02.339Z | Checking rand_xorshift v0.3.0 |
1701 | 2023-10-04T23:27:02.615Z | Checking unarray v0.1.4 |
1702 | 2023-10-04T23:27:07.735Z | Checking proptest v1.2.0 |
1703 | 2023-10-04T23:27:08.554Z | Compiling proc-macro-crate v1.3.1 |
1704 | 2023-10-04T23:27:12.225Z | Compiling num_enum_derive v0.5.11 |
1705 | 2023-10-04T23:27:13.721Z | Compiling proc-macro-error-attr v1.0.4 |
1706 | 2023-10-04T23:27:14.451Z | Compiling proc-macro-error v1.0.4 |
1707 | 2023-10-04T23:27:29.628Z | Checking base64ct v1.6.0 |
1708 | 2023-10-04T23:27:34.576Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1709 | 2023-10-04T23:27:35.107Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1710 | 2023-10-04T23:27:36.170Z | Compiling foreign-types-macros v0.2.3 |
1711 | 2023-10-04T23:27:36.647Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1712 | 2023-10-04T23:27:36.702Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1713 | 2023-10-04T23:27:38.051Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1714 | 2023-10-04T23:27:38.667Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1715 | 2023-10-04T23:27:40.340Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1716 | 2023-10-04T23:27:43.095Z | Compiling zone_cfg_derive v0.2.0 |
1717 | 2023-10-04T23:27:43.604Z | Compiling mockall_derive v0.11.4 |
1718 | 2023-10-04T23:27:49.148Z | Checking is-terminal v0.4.9 |
1719 | 2023-10-04T23:27:57.293Z | Checking base64 v0.13.1 |
1720 | 2023-10-04T23:27:57.668Z | Compiling cancel-safe-futures v0.1.2 |
1721 | 2023-10-04T23:27:58.138Z | Compiling slog-dtrace v0.2.3 |
1722 | 2023-10-04T23:27:58.218Z | Checking password-hash v0.5.0 |
1723 | 2023-10-04T23:27:58.618Z | Checking blake2 v0.10.6 |
1724 | 2023-10-04T23:27:58.641Z | Checking num_enum v0.5.11 |
1725 | 2023-10-04T23:27:59.276Z | Checking argon2 v0.5.2 |
1726 | 2023-10-04T23:27:59.758Z | Checking termtree v0.4.1 |
1727 | 2023-10-04T23:28:00.044Z | Checking predicates-tree v1.0.9 |
1728 | 2023-10-04T23:28:00.225Z | Checking pem v1.1.1 |
1729 | 2023-10-04T23:28:00.730Z | Checking postcard-cobs v0.1.5-pre |
1730 | 2023-10-04T23:28:00.735Z | Checking postcard v0.7.3 |
1731 | 2023-10-04T23:28:00.741Z | Checking smoltcp v0.8.2 |
1732 | 2023-10-04T23:28:00.962Z | Checking foreign-types-shared v0.3.1 |
1733 | 2023-10-04T23:28:01.092Z | Checking cfg-if v0.1.10 |
1734 | 2023-10-04T23:28:01.119Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1735 | 2023-10-04T23:28:01.216Z | Checking foreign-types v0.5.0 |
1736 | 2023-10-04T23:28:01.326Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1737 | 2023-10-04T23:28:01.631Z | Checking cstr-argument v0.1.2 |
1738 | 2023-10-04T23:28:01.829Z | Checking pretty-hex v0.2.1 |
1739 | 2023-10-04T23:28:01.876Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1740 | 2023-10-04T23:28:01.893Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1741 | 2023-10-04T23:28:02.071Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1742 | 2023-10-04T23:28:02.215Z | Checking colored v2.0.4 |
1743 | 2023-10-04T23:28:02.463Z | Compiling heck v0.3.3 |
1744 | 2023-10-04T23:28:02.587Z | Compiling der_derive v0.7.2 |
1745 | 2023-10-04T23:28:02.681Z | Compiling libefi-sys v0.1.0 |
1746 | 2023-10-04T23:28:03.011Z | Compiling structopt-derive v0.4.18 |
1747 | 2023-10-04T23:28:03.109Z | Checking predicates v2.1.5 |
1748 | 2023-10-04T23:28:03.858Z | Checking headers-core v0.2.0 |
1749 | 2023-10-04T23:28:04.038Z | Compiling memoffset v0.7.1 |
1750 | 2023-10-04T23:28:04.196Z | Checking fragile v2.0.0 |
1751 | 2023-10-04T23:28:04.490Z | Checking downcast v0.11.0 |
1752 | 2023-10-04T23:28:05.978Z | Checking mockall v0.11.4 |
1753 | 2023-10-04T23:28:05.982Z | Checking headers v0.3.9 |
1754 | 2023-10-04T23:28:05.985Z | Checking zone v0.2.0 |
1755 | 2023-10-04T23:28:05.989Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1756 | 2023-10-04T23:28:05.993Z | Checking smf v0.2.2 |
1757 | 2023-10-04T23:28:06.267Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1758 | 2023-10-04T23:28:06.428Z | Compiling num-rational v0.4.1 |
1759 | 2023-10-04T23:28:06.467Z | Checking rcgen v0.10.0 |
1760 | 2023-10-04T23:28:06.569Z | Checking subprocess v0.2.9 |
1761 | 2023-10-04T23:28:06.985Z | Compiling maybe-uninit v2.0.0 |
1762 | 2023-10-04T23:28:07.182Z | Checking termcolor v1.2.0 |
1763 | 2023-10-04T23:28:07.254Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1764 | 2023-10-04T23:28:07.337Z | Compiling signal-hook v0.3.17 |
1765 | 2023-10-04T23:28:07.419Z | Checking linked-hash-map v0.5.6 |
1766 | 2023-10-04T23:28:07.437Z | Compiling doc-comment v0.3.3 |
1767 | 2023-10-04T23:28:07.728Z | Compiling packed_struct v0.10.1 |
1768 | 2023-10-04T23:28:07.815Z | Compiling num-bigint-dig v0.8.4 |
1769 | 2023-10-04T23:28:07.846Z | Compiling packed_struct_codegen v0.10.1 |
1770 | 2023-10-04T23:28:08.008Z | Checking lru-cache v0.1.2 |
1771 | 2023-10-04T23:28:08.239Z | Compiling same-file v1.0.6 |
1772 | 2023-10-04T23:28:08.272Z | Compiling semver-parser v0.10.2 |
1773 | 2023-10-04T23:28:08.342Z | Checking ciborium-io v0.2.1 |
1774 | 2023-10-04T23:28:08.404Z | Checking half v1.8.2 |
1775 | 2023-10-04T23:28:08.500Z | Compiling walkdir v2.4.0 |
1776 | 2023-10-04T23:28:09.093Z | Checking ciborium-ll v0.2.1 |
1777 | 2023-10-04T23:28:09.474Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98d33125413f01722947e322f82caf9d22209434#98d33125) |
1778 | 2023-10-04T23:28:09.565Z | Compiling semver v0.11.0 |
1779 | 2023-10-04T23:28:09.592Z | Compiling xattr v1.0.1 |
1780 | 2023-10-04T23:28:09.890Z | Compiling filetime v0.2.22 |
1781 | 2023-10-04T23:28:09.950Z | Compiling home v0.5.5 |
1782 | 2023-10-04T23:28:10.308Z | Compiling toolchain_find v0.2.0 |
1783 | 2023-10-04T23:28:10.323Z | Compiling tar v0.4.40 |
1784 | 2023-10-04T23:28:10.602Z | Checking ciborium v0.2.1 |
1785 | 2023-10-04T23:28:11.113Z | Compiling toml v0.5.11 |
1786 | 2023-10-04T23:28:11.277Z | Checking arc-swap v1.6.0 |
1787 | 2023-10-04T23:28:11.782Z | Compiling omicron-zone-package v0.8.3 |
1788 | 2023-10-04T23:28:12.307Z | Checking slog-scope v4.4.0 |
1789 | 2023-10-04T23:28:12.318Z | Compiling snafu-derive v0.7.5 |
1790 | 2023-10-04T23:28:12.321Z | Compiling convert_case v0.4.0 |
1791 | 2023-10-04T23:28:12.326Z | Checking itertools v0.11.0 |
1792 | 2023-10-04T23:28:12.329Z | Checking slog-stdlog v4.1.1 |
1793 | 2023-10-04T23:28:12.525Z | Checking slog-envlogger v2.2.0 |
1794 | 2023-10-04T23:28:12.932Z | Compiling derive-where v1.2.5 |
1795 | 2023-10-04T23:28:13.517Z | Compiling derive_more v0.99.17 |
1796 | 2023-10-04T23:28:14.085Z | Compiling rustfmt-wrapper v0.2.0 |
1797 | 2023-10-04T23:28:15.103Z | Compiling parking_lot_core v0.8.6 |
1798 | 2023-10-04T23:28:15.868Z | Checking resolv-conf v0.7.0 |
1799 | 2023-10-04T23:28:16.438Z | Checking trust-dns-resolver v0.22.0 |
1800 | 2023-10-04T23:28:17.181Z | Checking newline-converter v0.3.0 |
1801 | 2023-10-04T23:28:17.390Z | Checking hkdf v0.12.3 |
1802 | 2023-10-04T23:28:17.539Z | Checking expectorate v1.1.0 |
1803 | 2023-10-04T23:28:17.727Z | Checking textwrap v0.11.0 |
1804 | 2023-10-04T23:28:17.818Z | Checking fxhash v0.2.1 |
1805 | 2023-10-04T23:28:18.056Z | Compiling libz-sys v1.1.12 |
1806 | 2023-10-04T23:28:18.068Z | Compiling semver v0.1.20 |
1807 | 2023-10-04T23:28:18.259Z | Checking vec_map v0.8.2 |
1808 | 2023-10-04T23:28:18.413Z | Checking ansi_term v0.12.1 |
1809 | 2023-10-04T23:28:18.676Z | Checking strsim v0.8.0 |
1810 | 2023-10-04T23:28:18.785Z | Checking keccak v0.1.4 |
1811 | 2023-10-04T23:28:19.331Z | Compiling rustc_version v0.1.7 |
1812 | 2023-10-04T23:28:19.336Z | Checking clap v2.34.0 |
1813 | 2023-10-04T23:28:19.343Z | Checking secrecy v0.8.0 |
1814 | 2023-10-04T23:28:19.348Z | Checking sha3 v0.10.8 |
1815 | 2023-10-04T23:28:19.353Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1816 | 2023-10-04T23:28:19.569Z | Compiling newtype_derive v0.1.6 |
1817 | 2023-10-04T23:28:19.772Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1818 | 2023-10-04T23:28:19.837Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1819 | 2023-10-04T23:28:19.846Z | Compiling buf-list v1.0.3 |
1820 | 2023-10-04T23:28:20.067Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1821 | 2023-10-04T23:28:20.488Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/ddm-admin-client) |
1822 | 2023-10-04T23:28:20.658Z | Checking pem-rfc7468 v0.7.0 |
1823 | 2023-10-04T23:28:20.717Z | Compiling libsqlite3-sys v0.26.0 |
1824 | 2023-10-04T23:28:20.791Z | Checking flagset v0.4.3 |
1825 | 2023-10-04T23:28:21.086Z | Checking der v0.7.8 |
1826 | 2023-10-04T23:28:21.377Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/dpd-client) |
1827 | 2023-10-04T23:28:21.864Z | Compiling vergen v8.2.4 |
1828 | 2023-10-04T23:28:22.820Z | Compiling unicase v2.7.0 |
1829 | 2023-10-04T23:28:23.234Z | Checking humantime v2.1.0 |
1830 | 2023-10-04T23:28:23.648Z | Compiling rayon-core v1.11.0 |
1831 | 2023-10-04T23:28:23.683Z | Checking structopt v0.3.26 |
1832 | 2023-10-04T23:28:23.714Z | Checking utf-8 v0.7.6 |
1833 | 2023-10-04T23:28:24.143Z | Checking spki v0.7.2 |
1834 | 2023-10-04T23:28:24.285Z | Checking camino-tempfile v1.0.2 |
1835 | 2023-10-04T23:28:25.558Z | Compiling platforms v3.0.2 |
1836 | 2023-10-04T23:28:25.569Z | Checking crc-catalog v2.2.0 |
1837 | 2023-10-04T23:28:25.581Z | Checking pkcs8 v0.10.2 |
1838 | 2023-10-04T23:28:25.595Z | Checking crc v3.0.1 |
1839 | 2023-10-04T23:28:25.614Z | Checking num-complex v0.4.4 |
1840 | 2023-10-04T23:28:26.066Z | Checking nodrop v0.1.14 |
1841 | 2023-10-04T23:28:26.073Z | Compiling curve25519-dalek v4.1.0 |
1842 | 2023-10-04T23:28:26.079Z | Checking array-init v0.0.4 |
1843 | 2023-10-04T23:28:26.089Z | Checking smallvec v0.6.14 |
1844 | 2023-10-04T23:28:26.247Z | Checking pkcs1 v0.7.5 |
1845 | 2023-10-04T23:28:30.331Z | Checking num v0.4.1 |
1846 | 2023-10-04T23:28:30.504Z | Compiling num_enum_derive v0.7.0 |
1847 | 2023-10-04T23:28:30.777Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1848 | 2023-10-04T23:28:31.153Z | Checking bitfield v0.14.0 |
1849 | 2023-10-04T23:28:31.226Z | Compiling glob v0.3.1 |
1850 | 2023-10-04T23:28:31.314Z | Checking serde-hex v0.1.0 |
1851 | 2023-10-04T23:28:31.840Z | Compiling mime_guess v2.0.4 |
1852 | 2023-10-04T23:28:31.908Z | Checking rsa v0.9.2 |
1853 | 2023-10-04T23:28:32.032Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1854 | 2023-10-04T23:28:32.238Z | Checking x509-cert v0.2.4 |
1855 | 2023-10-04T23:28:32.273Z | Checking env_logger v0.10.0 |
1856 | 2023-10-04T23:28:32.353Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1857 | 2023-10-04T23:28:32.446Z | Checking ron v0.8.1 |
1858 | 2023-10-04T23:28:34.349Z | Compiling thiserror-impl-no-std v2.0.2 |
1859 | 2023-10-04T23:28:34.501Z | Compiling curve25519-dalek-derive v0.1.0 |
1860 | 2023-10-04T23:28:36.902Z | Checking crc-any v2.4.3 |
1861 | 2023-10-04T23:28:37.120Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1862 | 2023-10-04T23:28:37.510Z | Checking tungstenite v0.18.0 |
1863 | 2023-10-04T23:28:38.905Z | Checking object v0.30.4 |
1864 | 2023-10-04T23:28:39.340Z | Checking path-slash v0.1.5 |
1865 | 2023-10-04T23:28:39.364Z | Checking tokio-tungstenite v0.18.0 |
1866 | 2023-10-04T23:28:39.931Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1867 | 2023-10-04T23:28:40.115Z | Checking nibble_vec v0.1.0 |
1868 | 2023-10-04T23:28:40.527Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1869 | 2023-10-04T23:28:40.966Z | Checking endian-type v0.1.2 |
1870 | 2023-10-04T23:28:41.331Z | Compiling erased-serde v0.3.30 |
1871 | 2023-10-04T23:28:41.416Z | Compiling crunchy v0.2.2 |
1872 | 2023-10-04T23:28:42.169Z | Checking radix_trie v0.2.1 |
1873 | 2023-10-04T23:28:43.193Z | Checking snafu v0.7.5 |
1874 | 2023-10-04T23:28:43.543Z | Compiling bitstruct_derive v0.1.0 |
1875 | 2023-10-04T23:28:44.011Z | Compiling async-recursion v1.0.5 |
1876 | 2023-10-04T23:28:44.306Z | Checking linear-map v1.2.0 |
1877 | 2023-10-04T23:28:44.745Z | Compiling tiny-keccak v2.0.2 |
1878 | 2023-10-04T23:28:45.154Z | Checking parking_lot v0.11.2 |
1879 | 2023-10-04T23:28:45.452Z | Checking trust-dns-client v0.22.0 |
1880 | 2023-10-04T23:28:45.832Z | Compiling clang-sys v1.6.1 |
1881 | 2023-10-04T23:28:46.703Z | Checking universal-hash v0.5.1 |
1882 | 2023-10-04T23:28:46.834Z | Compiling darling_core v0.14.4 |
1883 | 2023-10-04T23:28:46.996Z | Checking opaque-debug v0.3.0 |
1884 | 2023-10-04T23:28:47.098Z | Compiling prettyplease v0.2.12 |
1885 | 2023-10-04T23:28:47.139Z | Compiling ascii-canvas v3.0.0 |
1886 | 2023-10-04T23:28:48.465Z | Checking trust-dns-server v0.22.1 |
1887 | 2023-10-04T23:28:48.554Z | Checking sled v0.34.7 |
1888 | 2023-10-04T23:28:48.575Z | Compiling enum-iterator-derive v1.2.1 |
1889 | 2023-10-04T23:28:48.603Z | Compiling const_format_proc_macros v0.2.31 |
1890 | 2023-10-04T23:28:49.980Z | Compiling ena v0.14.2 |
1891 | 2023-10-04T23:28:50.210Z | Checking pretty-hex v0.3.0 |
1892 | 2023-10-04T23:28:50.449Z | Compiling minimal-lexical v0.2.1 |
1893 | 2023-10-04T23:28:51.243Z | Compiling diff v0.1.13 |
1894 | 2023-10-04T23:28:51.291Z | Compiling portable-atomic v1.4.3 |
1895 | 2023-10-04T23:28:51.918Z | Compiling lalrpop v0.19.12 |
1896 | 2023-10-04T23:28:51.921Z | Compiling nom v7.1.3 |
1897 | 2023-10-04T23:28:52.605Z | Checking aead v0.5.2 |
1898 | 2023-10-04T23:28:52.725Z | Checking path-dedot v3.1.0 |
1899 | 2023-10-04T23:28:52.745Z | Compiling libloading v0.7.4 |
1900 | 2023-10-04T23:28:52.761Z | Compiling salty v0.2.0 |
1901 | 2023-10-04T23:28:53.282Z | Compiling ref-cast v1.0.20 |
1902 | 2023-10-04T23:28:53.298Z | Compiling bindgen v0.65.1 |
1903 | 2023-10-04T23:28:53.314Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1904 | 2023-10-04T23:28:53.336Z | Checking path-absolutize v3.1.0 |
1905 | 2023-10-04T23:28:53.987Z | Checking globset v0.4.13 |
1906 | 2023-10-04T23:28:54.422Z | Checking crossbeam-deque v0.8.3 |
1907 | 2023-10-04T23:28:54.737Z | Checking olpc-cjson v0.1.3 |
1908 | 2023-10-04T23:28:54.927Z | Checking serde_plain v1.0.2 |
1909 | 2023-10-04T23:28:55.070Z | Compiling which v4.4.0 |
1910 | 2023-10-04T23:28:55.288Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1911 | 2023-10-04T23:28:55.768Z | Compiling darling_macro v0.14.4 |
1912 | 2023-10-04T23:28:55.928Z | Compiling ref-cast-impl v1.0.20 |
1913 | 2023-10-04T23:28:56.041Z | Compiling libxml v0.3.3 |
1914 | 2023-10-04T23:28:56.514Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1915 | 2023-10-04T23:28:56.539Z | Compiling lazycell v1.3.0 |
1916 | 2023-10-04T23:28:56.566Z | Compiling shlex v1.1.0 |
1917 | 2023-10-04T23:28:57.054Z | Compiling rustc-hash v1.1.0 |
1918 | 2023-10-04T23:28:57.090Z | Compiling peeking_take_while v0.1.2 |
1919 | 2023-10-04T23:28:57.125Z | Checking tough v0.12.5 |
1920 | 2023-10-04T23:28:57.134Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1921 | 2023-10-04T23:28:57.139Z | Checking ff v0.13.0 |
1922 | 2023-10-04T23:28:57.167Z | Compiling darling v0.14.4 |
1923 | 2023-10-04T23:28:57.323Z | Compiling derive_builder_core v0.12.0 |
1924 | 2023-10-04T23:28:57.427Z | Compiling strum_macros v0.24.3 |
1925 | 2023-10-04T23:28:57.685Z | Compiling cexpr v0.6.0 |
1926 | 2023-10-04T23:28:58.133Z | Compiling num-derive v0.4.0 |
1927 | 2023-10-04T23:29:01.058Z | Compiling derive_builder_macro v0.12.0 |
1928 | 2023-10-04T23:29:01.770Z | Compiling indoc v1.0.9 |
1929 | 2023-10-04T23:29:02.239Z | Checking display-error-chain v0.1.1 |
1930 | 2023-10-04T23:29:02.437Z | Checking group v0.13.0 |
1931 | 2023-10-04T23:29:03.736Z | Checking hashlink v0.8.3 |
1932 | 2023-10-04T23:29:03.956Z | Checking crypto-bigint v0.5.2 |
1933 | 2023-10-04T23:29:04.042Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1934 | 2023-10-04T23:29:04.441Z | Compiling cookie v0.16.2 |
1935 | 2023-10-04T23:29:04.644Z | Checking base16ct v0.2.0 |
1936 | 2023-10-04T23:29:04.912Z | Checking fallible-streaming-iterator v0.1.9 |
1937 | 2023-10-04T23:29:05.564Z | Checking rusqlite v0.29.0 |
1938 | 2023-10-04T23:29:06.052Z | Checking rayon v1.7.0 |
1939 | 2023-10-04T23:29:06.835Z | Checking elliptic-curve v0.13.5 |
1940 | 2023-10-04T23:29:07.386Z | Checking steno v0.4.0 |
1941 | 2023-10-04T23:29:07.583Z | Checking poly1305 v0.8.0 |
1942 | 2023-10-04T23:29:07.668Z | Checking thiserror-no-std v2.0.2 |
1943 | 2023-10-04T23:29:08.374Z | Checking nix v0.26.2 |
1944 | 2023-10-04T23:29:09.980Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1945 | 2023-10-04T23:29:10.423Z | Checking chacha20 v0.9.1 |
1946 | 2023-10-04T23:29:10.727Z | Checking twox-hash v1.6.3 |
1947 | 2023-10-04T23:29:11.373Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1948 | 2023-10-04T23:29:11.380Z | Checking sha-1 v0.10.1 |
1949 | 2023-10-04T23:29:11.467Z | Compiling impl-trait-for-tuples v0.2.2 |
1950 | 2023-10-04T23:29:11.653Z | Compiling oso-derive v0.26.4 |
1951 | 2023-10-04T23:29:13.149Z | Checking tungstenite v0.17.3 |
1952 | 2023-10-04T23:29:13.196Z | Checking chacha20poly1305 v0.10.1 |
1953 | 2023-10-04T23:29:13.237Z | Checking vsss-rs v3.3.1 |
1954 | 2023-10-04T23:29:13.486Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1955 | 2023-10-04T23:29:14.531Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1956 | 2023-10-04T23:29:14.941Z | Checking polyval v0.6.1 |
1957 | 2023-10-04T23:29:15.345Z | Checking num_enum v0.7.0 |
1958 | 2023-10-04T23:29:15.578Z | Checking ctr v0.9.2 |
1959 | 2023-10-04T23:29:15.813Z | Checking aes v0.8.3 |
1960 | 2023-10-04T23:29:16.006Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1961 | 2023-10-04T23:29:16.392Z | Checking bincode v1.3.3 |
1962 | 2023-10-04T23:29:19.099Z | Checking aes-gcm-siv v0.11.1 |
1963 | 2023-10-04T23:29:19.160Z | Checking tokio-tungstenite v0.17.2 |
1964 | 2023-10-04T23:29:19.169Z | Checking env_logger v0.9.3 |
1965 | 2023-10-04T23:29:19.784Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1966 | 2023-10-04T23:29:20.262Z | Checking ringbuffer v0.14.2 |
1967 | 2023-10-04T23:29:20.284Z | Checking ascii v1.1.0 |
1968 | 2023-10-04T23:29:20.440Z | Checking assert_matches v1.5.0 |
1969 | 2023-10-04T23:29:20.595Z | Checking signature v1.6.4 |
1970 | 2023-10-04T23:29:25.173Z | Checking ed25519 v1.5.3 |
1971 | 2023-10-04T23:29:25.227Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1972 | 2023-10-04T23:29:25.308Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1973 | 2023-10-04T23:29:25.335Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1974 | 2023-10-04T23:29:25.558Z | Checking bitstruct v0.1.1 |
1975 | 2023-10-04T23:29:25.673Z | Checking signal-hook-tokio v0.3.1 |
1976 | 2023-10-04T23:29:25.712Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1977 | 2023-10-04T23:29:25.828Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1978 | 2023-10-04T23:29:25.930Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1979 | 2023-10-04T23:29:26.054Z | Checking serde_arrays v0.1.0 |
1980 | 2023-10-04T23:29:26.245Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1981 | 2023-10-04T23:29:26.426Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1982 | 2023-10-04T23:29:26.470Z | Checking const_format v0.2.31 |
1983 | 2023-10-04T23:29:26.711Z | Checking enum-iterator v1.4.1 |
1984 | 2023-10-04T23:29:26.830Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1985 | 2023-10-04T23:29:26.987Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1986 | 2023-10-04T23:29:27.391Z | Checking ron v0.7.1 |
1987 | 2023-10-04T23:29:27.989Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1988 | 2023-10-04T23:29:28.542Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
1989 | 2023-10-04T23:29:29.186Z | Checking serde-big-array v0.5.1 |
1990 | 2023-10-04T23:29:29.251Z | Checking serde-big-array v0.4.1 |
1991 | 2023-10-04T23:29:29.499Z | Checking http-range v0.1.5 |
1992 | 2023-10-04T23:29:29.755Z | Checking bit_field v0.10.2 |
1993 | 2023-10-04T23:29:30.234Z | Checking hyper-staticfile v0.9.5 |
1994 | 2023-10-04T23:29:30.839Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1995 | 2023-10-04T23:29:31.832Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
1996 | 2023-10-04T23:29:32.524Z | Compiling indoc v2.0.3 |
1997 | 2023-10-04T23:29:32.646Z | Checking corncobs v0.1.3 |
1998 | 2023-10-04T23:29:32.942Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1999 | 2023-10-04T23:29:37.132Z | Checking derive_builder v0.12.0 |
2000 | 2023-10-04T23:29:37.961Z | Checking bb8 v0.8.1 |
2001 | 2023-10-04T23:29:38.702Z | Checking quick-xml v0.23.1 |
2002 | 2023-10-04T23:29:38.955Z | Checking bytesize v1.3.0 |
2003 | 2023-10-04T23:29:39.337Z | Checking fs-err v2.9.0 |
2004 | 2023-10-04T23:29:40.210Z | Checking number_prefix v0.4.0 |
2005 | 2023-10-04T23:29:40.284Z | Checking maplit v1.0.2 |
2006 | 2023-10-04T23:29:40.433Z | Checking indicatif v0.17.6 |
2007 | 2023-10-04T23:29:40.451Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087) |
2008 | 2023-10-04T23:29:41.632Z | Checking signal-hook-mio v0.2.3 |
2009 | 2023-10-04T23:29:42.865Z | Compiling vte_generate_state_changes v0.1.1 |
2010 | 2023-10-04T23:29:54.162Z | Checking yansi v0.5.1 |
2011 | 2023-10-04T23:29:54.606Z | Checking pretty_assertions v1.4.0 |
2012 | 2023-10-04T23:29:58.552Z | Checking crossterm v0.27.0 |
2013 | 2023-10-04T23:30:00.681Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2014 | 2023-10-04T23:30:01.157Z | Checking fatfs v0.3.6 |
2015 | 2023-10-04T23:30:02.295Z | Checking cassowary v0.3.0 |
2016 | 2023-10-04T23:30:02.457Z | Checking plotters-backend v0.3.5 |
2017 | 2023-10-04T23:30:02.949Z | Checking ratatui v0.23.0 |
2018 | 2023-10-04T23:30:03.061Z | Checking plotters-svg v0.3.5 |
2019 | 2023-10-04T23:30:05.643Z | Checking rand v0.4.6 |
2020 | 2023-10-04T23:30:05.784Z | Checking rtoolbox v0.0.1 |
2021 | 2023-10-04T23:30:06.058Z | Checking cast v0.3.0 |
2022 | 2023-10-04T23:30:06.568Z | Checking remove_dir_all v0.5.3 |
2023 | 2023-10-04T23:30:06.723Z | Checking owo-colors v3.5.0 |
2024 | 2023-10-04T23:30:11.299Z | Checking tui-tree-widget v0.13.0 |
2025 | 2023-10-04T23:30:11.495Z | Checking tempdir v0.3.7 |
2026 | 2023-10-04T23:30:11.521Z | Checking criterion-plot v0.5.0 |
2027 | 2023-10-04T23:30:11.738Z | Checking rpassword v7.2.0 |
2028 | 2023-10-04T23:30:12.498Z | Checking plotters v0.3.5 |
2029 | 2023-10-04T23:30:12.526Z | Checking tinytemplate v1.2.1 |
2030 | 2023-10-04T23:30:12.622Z | Checking os_str_bytes v6.5.1 |
2031 | 2023-10-04T23:30:12.661Z | Checking shell-words v1.1.0 |
2032 | 2023-10-04T23:30:12.778Z | Checking anes v0.1.6 |
2033 | 2023-10-04T23:30:12.999Z | Checking oorandom v11.1.3 |
2034 | 2023-10-04T23:30:13.136Z | Checking clap_lex v0.2.4 |
2035 | 2023-10-04T23:30:13.477Z | Checking criterion v0.5.1 |
2036 | 2023-10-04T23:30:17.883Z | Checking assert_cmd v2.0.12 |
2037 | 2023-10-04T23:30:18.722Z | Compiling clap_derive v3.2.25 |
2038 | 2023-10-04T23:30:19.372Z | Checking dashmap v5.5.1 |
2039 | 2023-10-04T23:30:20.190Z | Compiling serial_test_derive v0.10.0 |
2040 | 2023-10-04T23:30:21.221Z | Compiling crossbeam-queue v0.3.8 |
2041 | 2023-10-04T23:30:21.881Z | Checking serial_test v0.10.0 |
2042 | 2023-10-04T23:30:22.242Z | Checking vte v0.11.1 |
2043 | 2023-10-04T23:30:23.015Z | Checking threadpool v1.8.1 |
2044 | 2023-10-04T23:30:25.173Z | Checking strip-ansi-escapes v0.2.0 |
2045 | 2023-10-04T23:30:26.449Z | Checking crossterm v0.26.1 |
2046 | 2023-10-04T23:30:26.471Z | Checking clap v3.2.25 |
2047 | 2023-10-04T23:30:29.028Z | Compiling tabled_derive v0.6.0 |
2048 | 2023-10-04T23:30:29.189Z | Checking httptest v0.15.4 |
2049 | 2023-10-04T23:30:29.238Z | Checking similar-asserts v1.5.0 |
2050 | 2023-10-04T23:30:29.326Z | Checking fd-lock v3.0.13 |
2051 | 2023-10-04T23:30:29.620Z | Checking nanorand v0.7.0 |
2052 | 2023-10-04T23:30:29.814Z | Compiling rstest_macros v0.18.2 |
2053 | 2023-10-04T23:30:30.353Z | Checking nu-ansi-term v0.49.0 |
2054 | 2023-10-04T23:30:30.924Z | Checking flume v0.11.0 |
2055 | 2023-10-04T23:30:30.995Z | Checking reedline v0.23.0 |
2056 | 2023-10-04T23:30:31.947Z | Checking libtest-mimic v0.5.2 |
2057 | 2023-10-04T23:30:32.680Z | Checking datatest-stable v0.1.3 |
2058 | 2023-10-04T23:30:34.713Z | Compiling pin-project-internal v1.1.3 |
2059 | 2023-10-04T23:30:34.939Z | Checking arrayvec v0.7.4 |
2060 | 2023-10-04T23:30:35.026Z | Compiling relative-path v1.9.0 |
2061 | 2023-10-04T23:30:35.391Z | Checking topological-sort v0.2.2 |
2062 | 2023-10-04T23:30:35.529Z | Compiling trybuild v1.0.85 |
2063 | 2023-10-04T23:30:35.899Z | Checking constant_time_eq v0.2.6 |
2064 | 2023-10-04T23:30:36.070Z | Checking arrayref v0.3.7 |
2065 | 2023-10-04T23:30:36.088Z | Checking bytecount v0.6.3 |
2066 | 2023-10-04T23:30:36.212Z | Checking blake2b_simd v1.0.1 |
2067 | 2023-10-04T23:30:36.717Z | Checking papergrid v0.10.0 |
2068 | 2023-10-04T23:30:38.583Z | Checking toml_edit v0.20.0 |
2069 | 2023-10-04T23:30:39.412Z | Checking pin-project v1.1.3 |
2070 | 2023-10-04T23:30:39.703Z | Checking basic-toml v0.1.4 |
2071 | 2023-10-04T23:30:41.032Z | Checking constant_time_eq v0.3.0 |
2072 | 2023-10-04T23:30:41.089Z | Checking futures-timer v3.0.2 |
2073 | 2023-10-04T23:30:41.187Z | Checking rust-argon2 v1.0.1 |
2074 | 2023-10-04T23:30:42.532Z | Checking toml v0.8.0 |
2075 | 2023-10-04T23:30:44.260Z | Checking partial-io v0.5.4 |
2076 | 2023-10-04T23:30:44.354Z | Checking tabled v0.14.0 |
2077 | 2023-10-04T23:30:45.237Z | Checking approx v0.5.1 |
2078 | 2023-10-04T23:30:45.737Z | Checking cargo-platform v0.1.3 |
2079 | 2023-10-04T23:30:45.750Z | Checking hex-literal v0.4.1 |
2080 | 2023-10-04T23:30:45.762Z | Checking cargo_metadata v0.18.0 |
2081 | 2023-10-04T23:30:45.773Z | Checking crossbeam v0.8.2 |
2082 | 2023-10-04T23:30:45.909Z | Checking cargo_toml v0.16.3 |
2083 | 2023-10-04T23:30:49.154Z | Checking termios v0.3.3 |
2084 | 2023-10-04T23:30:49.903Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2085 | 2023-10-04T23:30:49.913Z | Checking rstest v0.18.2 |
2086 | 2023-10-04T23:30:59.295Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2087 | 2023-10-04T23:31:09.693Z | Compiling bzip2 v0.4.4 |
2088 | 2023-10-04T23:31:10.306Z | Compiling zip v0.6.6 |
2089 | 2023-10-04T23:31:11.152Z | Compiling polar-core v0.26.4 |
2090 | 2023-10-04T23:31:11.585Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b) |
2091 | 2023-10-04T23:31:12.392Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2092 | 2023-10-04T23:31:13.465Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2093 | 2023-10-04T23:31:13.486Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2094 | 2023-10-04T23:31:13.511Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2095 | 2023-10-04T23:31:13.997Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2096 | 2023-10-04T23:31:14.350Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2097 | 2023-10-04T23:31:14.852Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/dns-service-client) |
2098 | 2023-10-04T23:31:15.656Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/gateway-client) |
2099 | 2023-10-04T23:31:15.871Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2100 | 2023-10-04T23:31:16.481Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2101 | 2023-10-04T23:31:16.929Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2102 | 2023-10-04T23:31:16.942Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2103 | 2023-10-04T23:31:16.950Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2104 | 2023-10-04T23:31:18.924Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2105 | 2023-10-04T23:31:19.381Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2106 | 2023-10-04T23:31:24.022Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2107 | 2023-10-04T23:31:30.664Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/oxide-client) |
2108 | 2023-10-04T23:31:31.652Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2109 | 2023-10-04T23:31:34.257Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2110 | 2023-10-04T23:31:34.692Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2111 | 2023-10-04T23:31:36.257Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2112 | 2023-10-04T23:31:36.287Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/nexus-client) |
2113 | 2023-10-04T23:31:36.573Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2114 | 2023-10-04T23:31:44.218Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2115 | 2023-10-04T23:31:44.445Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2116 | 2023-10-04T23:31:44.580Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2117 | 2023-10-04T23:31:45.642Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/sled-agent-client) |
2118 | 2023-10-04T23:31:49.740Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2119 | 2023-10-04T23:31:50.967Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2120 | 2023-10-04T23:31:51.173Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2121 | 2023-10-04T23:31:59.319Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2122 | 2023-10-04T23:32:00.587Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2123 | 2023-10-04T23:32:00.990Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/oximeter-client) |
2124 | 2023-10-04T23:32:03.192Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2125 | 2023-10-04T23:32:03.399Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2126 | 2023-10-04T23:32:03.946Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2127 | 2023-10-04T23:32:03.997Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2128 | 2023-10-04T23:32:04.280Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2129 | 2023-10-04T23:32:08.496Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/bootstrap-agent-client) |
2130 | 2023-10-04T23:32:10.474Z | Checking oso v0.26.4 |
2131 | 2023-10-04T23:32:10.523Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2132 | 2023-10-04T23:32:14.192Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/wicketd-client) |
2133 | 2023-10-04T23:32:15.018Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2134 | 2023-10-04T23:32:17.279Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2135 | 2023-10-04T23:32:20.304Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2136 | 2023-10-04T23:32:24.119Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2137 | 2023-10-04T23:32:24.485Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2138 | 2023-10-04T23:32:28.530Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2139 | 2023-10-04T23:32:31.299Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/installinator-artifact-client) |
2140 | 2023-10-04T23:32:31.659Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2141 | 2023-10-04T23:32:35.665Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2142 | 2023-10-04T23:32:38.755Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2143 | 2023-10-04T23:32:40.301Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2144 | 2023-10-04T23:32:46.332Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2145 | 2023-10-04T23:32:48.267Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2146 | 2023-10-04T23:32:53.841Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/deploy) |
2147 | 2023-10-04T23:33:15.445Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2148 | 2023-10-04T23:33:48.796Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2149 | 2023-10-04T23:34:03.781Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2150 | 2023-10-04T23:34:42.262Z | Compiling git2 v0.17.2 |
2151 | 2023-10-04T23:34:52.178Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2152 | 2023-10-04T23:34:54.837Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=aeb69dda26c7e1a8b6eada425670cd4b83f91c07#aeb69dda) |
2153 | 2023-10-04T23:35:06.074Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2154 | 2023-10-04T23:35:15.882Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=de6369aa45a255f896da0a3ddd2b7152c036a4e9#de6369aa) |
2155 | 2023-10-04T23:35:17.415Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2156 | 2023-10-04T23:35:47.493Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2157 | 2023-10-04T23:37:10.815Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 07s |
2158 | 2023-10-04T23:37:11.049Z | |
2159 | 2023-10-04T23:37:11.063Z | real 14:11.003261608 |
2160 | 2023-10-04T23:37:11.076Z | user 1:23:27.264809275 |
2161 | 2023-10-04T23:37:11.083Z | sys 11:14.821559934 |
2162 | 2023-10-04T23:37:11.090Z | trap 3.113531502 |
2163 | 2023-10-04T23:37:11.094Z | tflt 4.710769728 |
2164 | 2023-10-04T23:37:11.098Z | dflt 5.268089371 |
2165 | 2023-10-04T23:37:11.104Z | kflt 0.019576040 |
2166 | 2023-10-04T23:37:11.108Z | lock 1:55:52.939643269 |
2167 | 2023-10-04T23:37:11.115Z | slp 4:40:30.606941335 |
2168 | 2023-10-04T23:37:11.120Z | lat 3:12.738143476 |
2169 | 2023-10-04T23:37:11.125Z | stop 7:48.569061206 |
2170 | 2023-10-04T23:37:11.139Z | process exited: duration 950627 ms, exit code 0 |
|
2171 | 2023-10-04T23:37:11.160Z | found 0 output files |