|
|
|
1 | 2024-06-04T10:21:35.831Z | job assigned to worker 01HZHC84W9CPCDW5NRCHXV5XH4 (queued for 47 s) |
|
2 | 2024-06-04T10:21:36.304Z | starting task 0: "setup" |
3 | 2024-06-04T10:21:36.328Z | ++ uname -s |
4 | 2024-06-04T10:21:36.329Z | + kern=SunOS |
5 | 2024-06-04T10:21:36.329Z | + case "$kern" in |
6 | 2024-06-04T10:21:36.329Z | + groupadd -g 12345 build |
7 | 2024-06-04T10:21:36.329Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-04T10:21:38.336Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-04T10:21:38.389Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-04T10:21:38.414Z | + home_fs=zfs |
11 | 2024-06-04T10:21:38.414Z | + [[ zfs == autofs ]] |
12 | 2024-06-04T10:21:38.414Z | + mkdir -p /home/build |
13 | 2024-06-04T10:21:38.414Z | + chown build:build /home/build /work |
14 | 2024-06-04T10:21:40.400Z | + chmod 0700 /home/build /work |
15 | 2024-06-04T10:21:40.424Z | process exited: duration 4099 ms, exit code 0 |
|
16 | 2024-06-04T10:21:40.477Z | starting task 1: "rust-toolchain" |
17 | 2024-06-04T10:21:40.501Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-06-04T10:21:40.501Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
19 | 2024-06-04T10:21:40.624Z | info: downloading installer |
20 | 2024-06-04T10:21:41.533Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-06-04T10:21:41.533Z | warning: /opt/ooce/bin |
22 | 2024-06-04T10:21:41.533Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-06-04T10:21:41.533Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-06-04T10:21:41.533Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-06-04T10:21:41.533Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-06-04T10:21:41.533Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-06-04T10:21:41.533Z | error: cannot install while Rust is installed |
28 | 2024-06-04T10:21:41.533Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-06-04T10:21:41.586Z | info: profile set to 'default' |
30 | 2024-06-04T10:21:41.586Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-06-04T10:21:41.610Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
32 | 2024-06-04T10:21:41.684Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
33 | 2024-06-04T10:21:41.684Z | info: downloading component 'cargo' |
34 | 2024-06-04T10:21:41.820Z | info: downloading component 'clippy' |
35 | 2024-06-04T10:21:41.851Z | info: downloading component 'rust-docs' |
36 | 2024-06-04T10:21:42.010Z | info: downloading component 'rust-std' |
37 | 2024-06-04T10:21:42.269Z | info: downloading component 'rustc' |
38 | 2024-06-04T10:21:42.907Z | info: downloading component 'rustfmt' |
39 | 2024-06-04T10:21:42.949Z | info: installing component 'cargo' |
40 | 2024-06-04T10:21:44.090Z | info: installing component 'clippy' |
41 | 2024-06-04T10:21:44.517Z | info: installing component 'rust-docs' |
42 | 2024-06-04T10:21:47.019Z | info: installing component 'rust-std' |
43 | 2024-06-04T10:21:49.013Z | info: installing component 'rustc' |
44 | 2024-06-04T10:21:54.080Z | info: installing component 'rustfmt' |
45 | 2024-06-04T10:21:54.445Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
46 | 2024-06-04T10:21:54.446Z | |
47 | 2024-06-04T10:21:54.562Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
48 | 2024-06-04T10:21:54.562Z | |
49 | 2024-06-04T10:21:54.593Z | |
50 | 2024-06-04T10:21:54.593Z | Rust is installed now. Great! |
51 | 2024-06-04T10:21:54.594Z | |
52 | 2024-06-04T10:21:54.594Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-06-04T10:21:54.594Z | environment variable. This has not been done automatically. |
54 | 2024-06-04T10:21:54.594Z | |
55 | 2024-06-04T10:21:54.594Z | To configure your current shell, you need to source |
56 | 2024-06-04T10:21:54.594Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-06-04T10:21:54.595Z | |
58 | 2024-06-04T10:21:54.595Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-06-04T10:21:54.595Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-06-04T10:21:54.595Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-06-04T10:21:54.627Z | + rustc --version |
62 | 2024-06-04T10:21:54.734Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
63 | 2024-06-04T10:21:54.762Z | process exited: duration 14261 ms, exit code 0 |
|
64 | 2024-06-04T10:21:54.824Z | starting task 2: "authentication" |
65 | 2024-06-04T10:21:54.880Z | process exited: duration 59 ms, exit code 0 |
|
66 | 2024-06-04T10:21:55.352Z | starting task 3: "clone repository" |
67 | 2024-06-04T10:21:55.392Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-06-04T10:21:55.392Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-06-04T10:21:55.392Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-06-04T10:22:01.395Z | + cd /work/oxidecomputer/omicron |
71 | 2024-06-04T10:22:01.395Z | + git fetch origin 48d427ece7c441c9b94e220270f24ea7197c6c3d |
72 | 2024-06-04T10:22:01.807Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-06-04T10:22:01.807Z | * branch 48d427ece7c441c9b94e220270f24ea7197c6c3d -> FETCH_HEAD |
74 | 2024-06-04T10:22:01.835Z | + [[ -n felixmcfelix/opte-545 ]] |
75 | 2024-06-04T10:22:01.835Z | ++ git branch --show-current |
76 | 2024-06-04T10:22:01.835Z | + current=main |
77 | 2024-06-04T10:22:01.835Z | + [[ main != felixmcfelix/opte-545 ]] |
78 | 2024-06-04T10:22:01.835Z | + git branch -f felixmcfelix/opte-545 48d427ece7c441c9b94e220270f24ea7197c6c3d |
79 | 2024-06-04T10:22:01.860Z | + git checkout -f felixmcfelix/opte-545 |
80 | 2024-06-04T10:22:02.002Z | Switched to branch 'felixmcfelix/opte-545' |
81 | 2024-06-04T10:22:02.039Z | + git reset --hard 48d427ece7c441c9b94e220270f24ea7197c6c3d |
82 | 2024-06-04T10:22:02.040Z | HEAD is now at 48d427ece Update OPTE to 0.31.262 (417f74e) |
83 | 2024-06-04T10:22:02.040Z | process exited: duration 6683 ms, exit code 0 |
|
84 | 2024-06-04T10:22:02.104Z | starting task 4: "build" |
85 | 2024-06-04T10:22:02.130Z | + cargo --version |
86 | 2024-06-04T10:22:02.199Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
87 | 2024-06-04T10:22:02.224Z | + rustc --version |
88 | 2024-06-04T10:22:02.297Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
89 | 2024-06-04T10:22:02.322Z | + WORK=/work |
90 | 2024-06-04T10:22:02.322Z | + pfexec mkdir -p /work |
91 | 2024-06-04T10:22:02.322Z | + pfexec chown build /work |
92 | 2024-06-04T10:22:02.322Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-06-04T10:22:06.956Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-06-04T10:22:08.935Z | Startup: Caching catalogs ... Done |
95 | 2024-06-04T10:22:11.336Z | Planning: Solver setup ... Done (1.808s) |
96 | 2024-06-04T10:22:11.364Z | Planning: Running solver ... Done (0.034s) |
97 | 2024-06-04T10:22:11.392Z | Planning: Finding local manifests ... Done (0.002s) |
98 | 2024-06-04T10:22:11.487Z | Planning: Fetching manifests: 0/4 0% complete |
99 | 2024-06-04T10:22:11.881Z | Planning: Fetching manifests: 4/4 100% complete |
100 | 2024-06-04T10:22:11.940Z | Planning: Package planning ... Done (0.060s) |
101 | 2024-06-04T10:22:12.000Z | Planning: Merging actions ... Done (0.058s) |
102 | 2024-06-04T10:22:12.342Z | Planning: Checking for conflicting actions ... Done (0.344s) |
103 | 2024-06-04T10:22:12.369Z | Planning: Consolidating action changes ... Done (0.013s) |
104 | 2024-06-04T10:22:13.034Z | Planning: Evaluating mediators ... Done (0.677s) |
105 | 2024-06-04T10:22:13.064Z | Planning: Planning completed in 4.06 seconds |
106 | 2024-06-04T10:22:13.064Z | Packages to install: 4 |
107 | 2024-06-04T10:22:13.064Z | Mediators to change: 2 |
108 | 2024-06-04T10:22:13.065Z | Services to change: 1 |
109 | 2024-06-04T10:22:13.065Z | Estimated space available: 148.90 GB |
110 | 2024-06-04T10:22:13.065Z | Estimated space to be consumed: 1.45 GB |
111 | 2024-06-04T10:22:13.065Z | Create boot environment: No |
112 | 2024-06-04T10:22:13.065Z | Create backup boot environment: No |
113 | 2024-06-04T10:22:13.065Z | Rebuild boot archive: No |
114 | 2024-06-04T10:22:13.065Z | |
115 | 2024-06-04T10:22:13.065Z | Changed mediators: |
116 | 2024-06-04T10:22:13.066Z | mediator clang: |
117 | 2024-06-04T10:22:13.066Z | version: None -> 15 (system default) |
118 | 2024-06-04T10:22:13.066Z | |
119 | 2024-06-04T10:22:13.066Z | mediator llvm: |
120 | 2024-06-04T10:22:13.066Z | version: 14 (system default) -> 15 (system default) |
121 | 2024-06-04T10:22:13.066Z | |
122 | 2024-06-04T10:22:13.066Z | Changed packages: |
123 | 2024-06-04T10:22:13.066Z | helios-dev |
124 | 2024-06-04T10:22:13.066Z | developer/build-essential |
125 | 2024-06-04T10:22:13.066Z | None -> 11-2.0 |
126 | 2024-06-04T10:22:13.066Z | library/libxmlsec1 |
127 | 2024-06-04T10:22:13.066Z | None -> 1.2.35-2.0 |
128 | 2024-06-04T10:22:13.067Z | ooce/developer/clang-15 |
129 | 2024-06-04T10:22:13.067Z | None -> 15.0.7-2.0 |
130 | 2024-06-04T10:22:13.067Z | ooce/developer/llvm-15 |
131 | 2024-06-04T10:22:13.067Z | None -> 15.0.7-2.0 |
132 | 2024-06-04T10:22:13.067Z | |
133 | 2024-06-04T10:22:13.067Z | Services: |
134 | 2024-06-04T10:22:13.068Z | restart_fmri: |
135 | 2024-06-04T10:22:13.068Z | svc:/system/update-man-index:default |
136 | 2024-06-04T10:22:13.111Z | |
137 | 2024-06-04T10:22:13.112Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
138 | 2024-06-04T10:22:18.118Z | Download: 609/3290 items 3.5/212.6MB 1% complete (727k/s) |
139 | 2024-06-04T10:22:23.119Z | Download: 1198/3290 items 72.6/212.6MB 34% complete (7.4M/s) |
140 | 2024-06-04T10:22:28.119Z | Download: 2231/3290 items 119.2/212.6MB 56% complete (11.6M/s) |
141 | 2024-06-04T10:22:33.118Z | Download: 3269/3290 items 206.4/212.6MB 97% complete (13.2M/s) |
142 | 2024-06-04T10:22:33.982Z | Download: Completed 212.60 MB in 20.88 seconds (10.2M/s) |
143 | 2024-06-04T10:22:34.171Z | Actions: 1/3689 actions (Installing new actions) |
144 | 2024-06-04T10:22:39.177Z | Actions: 3303/3689 actions (Installing new actions) |
145 | 2024-06-04T10:22:40.018Z | Actions: Completed 3689 actions in 5.85 seconds. |
146 | 2024-06-04T10:22:40.859Z | Done (0.308s) |
147 | 2024-06-04T10:22:40.859Z | Done (0.000s) |
148 | 2024-06-04T10:22:40.890Z | Done (0.349s) |
149 | 2024-06-04T10:22:45.526Z | Done (4.722s) |
150 | 2024-06-04T10:22:45.621Z | Done (0.018s) |
151 | 2024-06-04T10:22:45.648Z | Done (0.000s) |
152 | 2024-06-04T10:22:45.769Z | Done (0.000s) |
153 | 2024-06-04T10:22:46.364Z | Planning: Evaluating mediator changes ... Done |
154 | 2024-06-04T10:22:46.559Z | Planning: Checking for conflicting actions ... Done |
155 | 2024-06-04T10:22:46.583Z | Planning: Consolidating action changes ... Done |
156 | 2024-06-04T10:22:46.873Z | Planning: Evaluating mediators ... Done |
157 | 2024-06-04T10:22:46.897Z | Planning: Planning completed in 0.51 seconds |
158 | 2024-06-04T10:22:46.922Z | Mediators to change: 2 |
159 | 2024-06-04T10:22:46.922Z | Create boot environment: No |
160 | 2024-06-04T10:22:46.922Z | Create backup boot environment: No |
161 | 2024-06-04T10:22:46.971Z | Done |
162 | 2024-06-04T10:22:46.971Z | Done |
163 | 2024-06-04T10:22:47.198Z | Done |
164 | 2024-06-04T10:22:51.475Z | Done |
165 | 2024-06-04T10:22:51.565Z | Done |
166 | 2024-06-04T10:22:51.590Z | Done |
167 | 2024-06-04T10:22:51.638Z | Done |
168 | 2024-06-04T10:22:52.348Z | Planning: Evaluating mediator changes ... Done |
169 | 2024-06-04T10:22:52.372Z | Planning: Merging actions ... Done |
170 | 2024-06-04T10:22:52.585Z | Planning: Checking for conflicting actions ... Done |
171 | 2024-06-04T10:22:52.611Z | Planning: Consolidating action changes ... Done |
172 | 2024-06-04T10:22:52.900Z | Planning: Evaluating mediators ... Done |
173 | 2024-06-04T10:22:52.979Z | Planning: Planning completed in 0.91 seconds |
174 | 2024-06-04T10:22:53.007Z | Packages to change: 1 |
175 | 2024-06-04T10:22:53.007Z | Mediators to change: 1 |
176 | 2024-06-04T10:22:53.007Z | Services to change: 1 |
177 | 2024-06-04T10:22:53.007Z | Create boot environment: No |
178 | 2024-06-04T10:22:53.007Z | Create backup boot environment: Yes |
179 | 2024-06-04T10:22:54.538Z | Actions: 1/6 actions (Updating modified actions) |
180 | 2024-06-04T10:22:54.562Z | Actions: Completed 6 actions in 0.00 seconds. |
181 | 2024-06-04T10:22:54.562Z | Done |
182 | 2024-06-04T10:22:54.562Z | Done |
183 | 2024-06-04T10:22:54.621Z | Done |
184 | 2024-06-04T10:22:58.744Z | Done |
185 | 2024-06-04T10:22:58.842Z | Done |
186 | 2024-06-04T10:22:58.873Z | Done |
187 | 2024-06-04T10:22:58.915Z | Done |
188 | 2024-06-04T10:22:59.445Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
189 | 2024-06-04T10:22:59.445Z | clang system 15 system |
190 | 2024-06-04T10:22:59.445Z | csh system system illumos |
191 | 2024-06-04T10:22:59.445Z | ctags system system illumos |
192 | 2024-06-04T10:22:59.445Z | gcc vendor 12 vendor |
193 | 2024-06-04T10:22:59.446Z | gcc system 10 system |
194 | 2024-06-04T10:22:59.446Z | gcc system 7 system |
195 | 2024-06-04T10:22:59.446Z | go system 1.20 system |
196 | 2024-06-04T10:22:59.446Z | go system 1.19 system |
197 | 2024-06-04T10:22:59.446Z | llvm system 15 system |
198 | 2024-06-04T10:22:59.446Z | llvm system 14 system |
199 | 2024-06-04T10:22:59.446Z | mariadb system 10.6 system |
200 | 2024-06-04T10:22:59.446Z | mta vendor vendor dma |
201 | 2024-06-04T10:22:59.446Z | openjdk system 17 system |
202 | 2024-06-04T10:22:59.446Z | openjdk system 11 system |
203 | 2024-06-04T10:22:59.446Z | openjdk system 1.8 system |
204 | 2024-06-04T10:22:59.446Z | openssl vendor 3 vendor |
205 | 2024-06-04T10:22:59.446Z | perl system 5.36 system |
206 | 2024-06-04T10:22:59.446Z | postgresql system 15 system |
207 | 2024-06-04T10:22:59.446Z | postgresql system 13 system |
208 | 2024-06-04T10:22:59.446Z | python vendor 3 vendor |
209 | 2024-06-04T10:22:59.446Z | python system 2 system |
210 | 2024-06-04T10:22:59.446Z | python3 system 3.11 system |
211 | 2024-06-04T10:22:59.446Z | ruby system 3.0 system |
212 | 2024-06-04T10:22:59.446Z | words vendor vendor american-english |
213 | 2024-06-04T10:22:59.446Z | words system system australian-english |
214 | 2024-06-04T10:22:59.446Z | words system system british-english |
215 | 2024-06-04T10:22:59.446Z | words system system canadian-english |
216 | 2024-06-04T10:22:59.447Z | words system system french |
217 | 2024-06-04T10:22:59.447Z | words system system italian |
218 | 2024-06-04T10:22:59.447Z | words system system ngerman |
219 | 2024-06-04T10:22:59.447Z | words system system ogerman |
220 | 2024-06-04T10:22:59.447Z | words system system spanish |
221 | 2024-06-04T10:22:59.856Z | PUBLISHER TYPE STATUS P LOCATION |
222 | 2024-06-04T10:22:59.856Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
223 | 2024-06-04T10:23:01.578Z | FMRI IFO |
224 | 2024-06-04T10:23:01.578Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
225 | 2024-06-04T10:23:01.578Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
226 | 2024-06-04T10:23:01.578Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
227 | 2024-06-04T10:23:01.578Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
228 | 2024-06-04T10:23:01.578Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
229 | 2024-06-04T10:23:01.578Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
230 | 2024-06-04T10:23:01.578Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
231 | 2024-06-04T10:23:01.578Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
232 | 2024-06-04T10:23:01.578Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
233 | 2024-06-04T10:23:01.578Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
234 | 2024-06-04T10:23:01.578Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
235 | 2024-06-04T10:23:01.578Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
236 | 2024-06-04T10:23:01.844Z | + set -o errexit |
237 | 2024-06-04T10:23:01.869Z | +++ dirname ./tools/ci_download_cockroachdb |
238 | 2024-06-04T10:23:01.869Z | ++ cd ./tools |
239 | 2024-06-04T10:23:01.869Z | ++ pwd |
240 | 2024-06-04T10:23:01.869Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
241 | 2024-06-04T10:23:01.869Z | ++ basename ./tools/ci_download_cockroachdb |
242 | 2024-06-04T10:23:01.869Z | + ARG0=ci_download_cockroachdb |
243 | 2024-06-04T10:23:01.869Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
244 | 2024-06-04T10:23:01.869Z | + CIDL_VERSION=v22.1.9 |
245 | 2024-06-04T10:23:01.869Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
246 | 2024-06-04T10:23:01.869Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
247 | 2024-06-04T10:23:01.869Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
248 | 2024-06-04T10:23:01.870Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
249 | 2024-06-04T10:23:01.870Z | + TARGET_DIR=out |
250 | 2024-06-04T10:23:01.870Z | + DOWNLOAD_DIR=out/downloads |
251 | 2024-06-04T10:23:01.870Z | + DEST_DIR=./out/cockroachdb |
252 | 2024-06-04T10:23:01.870Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
253 | 2024-06-04T10:23:01.870Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
254 | 2024-06-04T10:23:01.870Z | + main |
255 | 2024-06-04T10:23:01.870Z | + [[ 0 != 0 ]] |
256 | 2024-06-04T10:23:01.870Z | + CIDL_OS=solaris2.11 |
257 | 2024-06-04T10:23:01.870Z | + [[ 0 != 0 ]] |
258 | 2024-06-04T10:23:01.870Z | + configure_os solaris2.11 |
259 | 2024-06-04T10:23:01.870Z | + echo 'current directory: /work/oxidecomputer/omicron' |
260 | 2024-06-04T10:23:01.870Z | + echo 'configuring based on OS: "solaris2.11"' |
261 | 2024-06-04T10:23:01.870Z | current directory: /work/oxidecomputer/omicron |
262 | 2024-06-04T10:23:01.870Z | configuring based on OS: "solaris2.11" |
263 | 2024-06-04T10:23:01.870Z | + case "$1" in |
264 | 2024-06-04T10:23:01.870Z | + CIDL_BUILD=illumos |
265 | 2024-06-04T10:23:01.870Z | + CIDL_SUFFIX=tar.gz |
266 | 2024-06-04T10:23:01.870Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
267 | 2024-06-04T10:23:01.870Z | + CIDL_URL_BASE=https://illumos.org/downloads |
268 | 2024-06-04T10:23:01.870Z | + CIDL_ASSEMBLE=do_assemble_illumos |
269 | 2024-06-04T10:23:01.870Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
270 | 2024-06-04T10:23:01.870Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
271 | 2024-06-04T10:23:01.870Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2024-06-04T10:23:01.871Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
273 | 2024-06-04T10:23:01.871Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-06-04T10:23:01.871Z | + CIDL_SHA256FUNC=do_sha256sum |
275 | 2024-06-04T10:23:01.871Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
276 | 2024-06-04T10:23:01.871Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
277 | 2024-06-04T10:23:01.871Z | + mkdir -p out/downloads |
278 | 2024-06-04T10:23:01.871Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2024-06-04T10:23:01.871Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-06-04T10:23:01.871Z | + mkdir -p ./out/cockroachdb |
281 | 2024-06-04T10:23:01.871Z | + local DO_DOWNLOAD=true |
282 | 2024-06-04T10:23:01.871Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
283 | 2024-06-04T10:23:01.871Z | + '[' true == true ']' |
284 | 2024-06-04T10:23:01.871Z | + echo Downloading... |
285 | 2024-06-04T10:23:01.871Z | Downloading... |
286 | 2024-06-04T10:23:01.871Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2024-06-04T10:23:01.871Z | + 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 |
288 | 2024-06-04T10:23:06.219Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-06-04T10:23:06.246Z | ++ sha256sum |
290 | 2024-06-04T10:23:06.246Z | ++ awk '{print $1}' |
291 | 2024-06-04T10:23:06.321Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
292 | 2024-06-04T10:23:06.321Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
293 | 2024-06-04T10:23:06.321Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-06-04T10:23:06.348Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
295 | 2024-06-04T10:23:09.303Z | + do_assemble_illumos |
296 | 2024-06-04T10:23:09.303Z | + rm -r ./out/cockroachdb |
297 | 2024-06-04T10:23:09.327Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
298 | 2024-06-04T10:23:09.678Z | + ./out/cockroachdb/bin/cockroach version |
299 | 2024-06-04T10:23:09.919Z | Build Tag: v22.1.9-dirty |
300 | 2024-06-04T10:23:09.919Z | Build Time: 2022/10/26 21:17:46 |
301 | 2024-06-04T10:23:09.919Z | Distribution: OSS |
302 | 2024-06-04T10:23:09.919Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
303 | 2024-06-04T10:23:09.919Z | Go Version: go1.17.13 |
304 | 2024-06-04T10:23:09.920Z | C Compiler: gcc 10.3.0 |
305 | 2024-06-04T10:23:09.920Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
306 | 2024-06-04T10:23:09.920Z | Build Type: release |
307 | 2024-06-04T10:23:09.945Z | + set -o errexit |
308 | 2024-06-04T10:23:09.969Z | +++ dirname ./tools/ci_download_clickhouse |
309 | 2024-06-04T10:23:09.969Z | ++ cd ./tools |
310 | 2024-06-04T10:23:09.969Z | ++ pwd |
311 | 2024-06-04T10:23:09.970Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
312 | 2024-06-04T10:23:09.970Z | ++ basename ./tools/ci_download_clickhouse |
313 | 2024-06-04T10:23:09.970Z | + ARG0=ci_download_clickhouse |
314 | 2024-06-04T10:23:09.970Z | + TARGET_DIR=out |
315 | 2024-06-04T10:23:09.970Z | + DOWNLOAD_DIR=out/downloads |
316 | 2024-06-04T10:23:09.970Z | + DEST_DIR=./out/clickhouse |
317 | 2024-06-04T10:23:09.970Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
318 | 2024-06-04T10:23:09.970Z | + CIDL_VERSION=v23.8.7.24 |
319 | 2024-06-04T10:23:09.970Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
320 | 2024-06-04T10:23:09.970Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
321 | 2024-06-04T10:23:09.970Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
322 | 2024-06-04T10:23:09.970Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
323 | 2024-06-04T10:23:09.970Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
324 | 2024-06-04T10:23:09.970Z | + main |
325 | 2024-06-04T10:23:09.970Z | + [[ 0 != 0 ]] |
326 | 2024-06-04T10:23:09.970Z | + CIDL_OS=solaris2.11 |
327 | 2024-06-04T10:23:09.970Z | + [[ 0 != 0 ]] |
328 | 2024-06-04T10:23:09.970Z | + configure_os solaris2.11 |
329 | 2024-06-04T10:23:09.970Z | + echo 'current directory: /work/oxidecomputer/omicron' |
330 | 2024-06-04T10:23:09.970Z | current directory: /work/oxidecomputer/omicron |
331 | 2024-06-04T10:23:09.970Z | + echo 'configuring based on OS: "solaris2.11"' |
332 | 2024-06-04T10:23:09.970Z | configuring based on OS: "solaris2.11" |
333 | 2024-06-04T10:23:09.970Z | + CIDL_DASHREV= |
334 | 2024-06-04T10:23:09.970Z | + case "$1" in |
335 | 2024-06-04T10:23:09.971Z | + CIDL_PLATFORM=illumos |
336 | 2024-06-04T10:23:09.971Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
337 | 2024-06-04T10:23:09.971Z | + CIDL_MD5FUNC=do_md5sum |
338 | 2024-06-04T10:23:09.971Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
339 | 2024-06-04T10:23:09.971Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
340 | 2024-06-04T10:23:09.971Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
341 | 2024-06-04T10:23:09.971Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
342 | 2024-06-04T10:23:09.971Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
343 | 2024-06-04T10:23:09.971Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
344 | 2024-06-04T10:23:09.971Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
345 | 2024-06-04T10:23:09.971Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
346 | 2024-06-04T10:23:09.971Z | + mkdir -p out/downloads |
347 | 2024-06-04T10:23:09.971Z | + mkdir -p ./out/clickhouse |
348 | 2024-06-04T10:23:09.971Z | + local DO_DOWNLOAD=true |
349 | 2024-06-04T10:23:09.971Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
350 | 2024-06-04T10:23:09.971Z | + '[' true == true ']' |
351 | 2024-06-04T10:23:09.971Z | + echo Downloading... |
352 | 2024-06-04T10:23:09.971Z | Downloading... |
353 | 2024-06-04T10:23:09.971Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
354 | 2024-06-04T10:23:09.971Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
355 | 2024-06-04T10:23:21.676Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
356 | 2024-06-04T10:23:21.701Z | ++ md5sum |
357 | 2024-06-04T10:23:21.701Z | ++ awk '{print $1}' |
358 | 2024-06-04T10:23:21.945Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
359 | 2024-06-04T10:23:21.946Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
360 | 2024-06-04T10:23:21.946Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
361 | 2024-06-04T10:23:21.946Z | + mkdir -p ./out/clickhouse |
362 | 2024-06-04T10:23:21.973Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
363 | 2024-06-04T10:23:27.017Z | + [[ solaris2.11 == darwin* ]] |
364 | 2024-06-04T10:23:27.017Z | + ./out/clickhouse/clickhouse server --version |
365 | 2024-06-04T10:23:27.165Z | ClickHouse server version 23.8.7.1. |
366 | 2024-06-04T10:23:27.194Z | + set -o errexit |
367 | 2024-06-04T10:23:27.218Z | +++ dirname ./tools/ci_download_console |
368 | 2024-06-04T10:23:27.218Z | ++ cd ./tools |
369 | 2024-06-04T10:23:27.218Z | ++ pwd |
370 | 2024-06-04T10:23:27.218Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
371 | 2024-06-04T10:23:27.218Z | ++ basename ./tools/ci_download_console |
372 | 2024-06-04T10:23:27.218Z | + ARG0=ci_download_console |
373 | 2024-06-04T10:23:27.218Z | + TARGET_DIR=out |
374 | 2024-06-04T10:23:27.218Z | + DOWNLOAD_DIR=out/downloads |
375 | 2024-06-04T10:23:27.218Z | + DEST_DIR=./out/console-assets |
376 | 2024-06-04T10:23:27.218Z | + source /work/oxidecomputer/omicron/tools/console_version |
377 | 2024-06-04T10:23:27.218Z | ++ COMMIT=a228b75ba35952b68c0b8b0892c452d4fc29467a |
378 | 2024-06-04T10:23:27.219Z | ++ SHA2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 |
379 | 2024-06-04T10:23:27.219Z | + URL=https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
380 | 2024-06-04T10:23:27.219Z | + TARBALL_FILE=out/downloads/console.tar.gz |
381 | 2024-06-04T10:23:27.219Z | + main |
382 | 2024-06-04T10:23:27.219Z | + [[ 0 != 0 ]] |
383 | 2024-06-04T10:23:27.219Z | + echo 'URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz' |
384 | 2024-06-04T10:23:27.219Z | URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
385 | 2024-06-04T10:23:27.219Z | + echo 'Local file: out/downloads/console.tar.gz' |
386 | 2024-06-04T10:23:27.219Z | + local DO_DOWNLOAD=true |
387 | 2024-06-04T10:23:27.219Z | Local file: out/downloads/console.tar.gz |
388 | 2024-06-04T10:23:27.219Z | + [[ -f out/downloads/console.tar.gz ]] |
389 | 2024-06-04T10:23:27.219Z | + mkdir -p out/downloads |
390 | 2024-06-04T10:23:27.219Z | + '[' true == true ']' |
391 | 2024-06-04T10:23:27.219Z | + echo Downloading... |
392 | 2024-06-04T10:23:27.219Z | Downloading... |
393 | 2024-06-04T10:23:27.219Z | + do_download_curl https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz out/downloads/console.tar.gz |
394 | 2024-06-04T10:23:27.219Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
395 | 2024-06-04T10:23:27.741Z | ++ do_sha256sum out/downloads/console.tar.gz |
396 | 2024-06-04T10:23:27.741Z | ++ case "$OSTYPE" in |
397 | 2024-06-04T10:23:27.742Z | ++ SHA=sha256sum |
398 | 2024-06-04T10:23:27.766Z | ++ sha256sum |
399 | 2024-06-04T10:23:27.766Z | ++ awk '{print $1}' |
400 | 2024-06-04T10:23:27.766Z | + calculated_sha2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 |
401 | 2024-06-04T10:23:27.766Z | + [[ 8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 != \8\d\5\b\0\6\6\8\0\e\5\9\8\6\b\6\3\3\b\3\f\9\7\e\4\6\d\7\8\2\3\e\a\2\d\d\d\f\2\b\9\8\9\3\0\d\8\c\6\a\4\f\7\d\c\1\e\b\3\8\2\0\4\8 ]] |
402 | 2024-06-04T10:23:27.766Z | + rm -rf ./out/console-assets |
403 | 2024-06-04T10:23:27.766Z | + mkdir -p ./out/console-assets |
404 | 2024-06-04T10:23:27.766Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
405 | 2024-06-04T10:23:27.766Z | + mkdir -p ./out/console-assets |
406 | 2024-06-04T10:23:27.766Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
407 | 2024-06-04T10:23:27.893Z | + set -o errexit |
408 | 2024-06-04T10:23:27.920Z | +++ dirname ./tools/ci_download_dendrite_openapi |
409 | 2024-06-04T10:23:27.920Z | ++ cd ./tools |
410 | 2024-06-04T10:23:27.920Z | ++ pwd |
411 | 2024-06-04T10:23:27.920Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
412 | 2024-06-04T10:23:27.920Z | ++ basename ./tools/ci_download_dendrite_openapi |
413 | 2024-06-04T10:23:27.920Z | + ARG0=ci_download_dendrite_openapi |
414 | 2024-06-04T10:23:27.920Z | + TARGET_DIR=out |
415 | 2024-06-04T10:23:27.920Z | + DOWNLOAD_DIR=out/downloads |
416 | 2024-06-04T10:23:27.920Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
417 | 2024-06-04T10:23:27.920Z | ++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
418 | 2024-06-04T10:23:27.920Z | ++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
419 | 2024-06-04T10:23:27.921Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
420 | 2024-06-04T10:23:27.921Z | + LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
421 | 2024-06-04T10:23:27.921Z | + main |
422 | 2024-06-04T10:23:27.921Z | + [[ 0 != 0 ]] |
423 | 2024-06-04T10:23:27.921Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json' |
424 | 2024-06-04T10:23:27.921Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
425 | 2024-06-04T10:23:27.921Z | + echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json' |
426 | 2024-06-04T10:23:27.921Z | Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
427 | 2024-06-04T10:23:27.921Z | + local DO_DOWNLOAD=true |
428 | 2024-06-04T10:23:27.921Z | + [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]] |
429 | 2024-06-04T10:23:27.921Z | + mkdir -p out/downloads |
430 | 2024-06-04T10:23:27.921Z | + '[' true == true ']' |
431 | 2024-06-04T10:23:27.921Z | + echo Downloading... |
432 | 2024-06-04T10:23:27.921Z | Downloading... |
433 | 2024-06-04T10:23:27.921Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
434 | 2024-06-04T10:23:27.921Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
435 | 2024-06-04T10:23:28.311Z | ++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
436 | 2024-06-04T10:23:28.311Z | ++ case "$OSTYPE" in |
437 | 2024-06-04T10:23:28.311Z | ++ SHA=sha256sum |
438 | 2024-06-04T10:23:28.336Z | ++ sha256sum |
439 | 2024-06-04T10:23:28.336Z | ++ awk '{print $1}' |
440 | 2024-06-04T10:23:28.336Z | + calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
441 | 2024-06-04T10:23:28.336Z | + [[ 213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 != \2\1\3\0\3\1\a\a\0\5\8\f\0\a\a\3\5\5\9\6\4\e\4\a\5\c\a\3\5\0\d\b\3\0\1\1\0\4\5\4\b\a\d\5\c\7\7\c\b\c\9\4\a\b\7\7\f\d\c\b\e\0\1\3 ]] |
442 | 2024-06-04T10:23:28.336Z | + set -o errexit |
443 | 2024-06-04T10:23:28.336Z | +++ dirname ./tools/ci_download_dendrite_stub |
444 | 2024-06-04T10:23:28.336Z | ++ cd ./tools |
445 | 2024-06-04T10:23:28.336Z | ++ pwd |
446 | 2024-06-04T10:23:28.336Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
447 | 2024-06-04T10:23:28.363Z | ++ basename ./tools/ci_download_dendrite_stub |
448 | 2024-06-04T10:23:28.363Z | + ARG0=ci_download_dendrite_stub |
449 | 2024-06-04T10:23:28.363Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
450 | 2024-06-04T10:23:28.363Z | ++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
451 | 2024-06-04T10:23:28.363Z | ++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b |
452 | 2024-06-04T10:23:28.363Z | ++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882 |
453 | 2024-06-04T10:23:28.363Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
454 | 2024-06-04T10:23:28.363Z | ++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
455 | 2024-06-04T10:23:28.363Z | ++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
456 | 2024-06-04T10:23:28.363Z | + TARGET_DIR=out |
457 | 2024-06-04T10:23:28.363Z | + DOWNLOAD_DIR=out/downloads |
458 | 2024-06-04T10:23:28.364Z | + DEST_DIR=./out/dendrite-stub |
459 | 2024-06-04T10:23:28.364Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
460 | 2024-06-04T10:23:28.364Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
461 | 2024-06-04T10:23:28.364Z | + REPO=oxidecomputer/dendrite |
462 | 2024-06-04T10:23:28.364Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
463 | 2024-06-04T10:23:28.364Z | + main |
464 | 2024-06-04T10:23:28.364Z | + [[ 0 != 0 ]] |
465 | 2024-06-04T10:23:28.364Z | + CIDL_OS=solaris2.11 |
466 | 2024-06-04T10:23:28.364Z | + [[ 0 != 0 ]] |
467 | 2024-06-04T10:23:28.364Z | + configure_os solaris2.11 |
468 | 2024-06-04T10:23:28.364Z | + echo 'current directory: /work/oxidecomputer/omicron' |
469 | 2024-06-04T10:23:28.364Z | + echo 'configuring based on OS: "solaris2.11"' |
470 | 2024-06-04T10:23:28.364Z | current directory: /work/oxidecomputer/omicron |
471 | 2024-06-04T10:23:28.364Z | + case "$1" in |
472 | 2024-06-04T10:23:28.364Z | + SET_BINARIES= |
473 | 2024-06-04T10:23:28.364Z | + CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
474 | 2024-06-04T10:23:28.364Z | configuring based on OS: "solaris2.11" |
475 | 2024-06-04T10:23:28.364Z | + CIDL_SHA256FUNC=do_sha256sum |
476 | 2024-06-04T10:23:28.364Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
477 | 2024-06-04T10:23:28.364Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
478 | 2024-06-04T10:23:28.364Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
479 | 2024-06-04T10:23:28.364Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz' |
480 | 2024-06-04T10:23:28.364Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
481 | 2024-06-04T10:23:28.364Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
482 | 2024-06-04T10:23:28.365Z | + mkdir -p out/downloads |
483 | 2024-06-04T10:23:28.365Z | Local file: out/downloads/dendrite-stub.tar.gz |
484 | 2024-06-04T10:23:28.365Z | + mkdir -p ./out/dendrite-stub |
485 | 2024-06-04T10:23:28.365Z | + fetch_and_verify |
486 | 2024-06-04T10:23:28.365Z | + local DO_DOWNLOAD=true |
487 | 2024-06-04T10:23:28.365Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
488 | 2024-06-04T10:23:28.365Z | + '[' true == true ']' |
489 | 2024-06-04T10:23:28.365Z | + echo Downloading... |
490 | 2024-06-04T10:23:28.365Z | Downloading... |
491 | 2024-06-04T10:23:28.365Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
492 | 2024-06-04T10:23:28.365Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
493 | 2024-06-04T10:23:38.752Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
494 | 2024-06-04T10:23:38.776Z | ++ sha256sum |
495 | 2024-06-04T10:23:38.776Z | ++ awk '{print $1}' |
496 | 2024-06-04T10:23:38.800Z | + calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
497 | 2024-06-04T10:23:38.800Z | + [[ 5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 != \5\9\2\9\f\9\a\b\f\0\d\a\f\4\b\b\f\1\7\d\8\3\5\e\5\d\6\9\f\c\8\4\2\b\9\6\1\7\b\3\1\2\f\b\5\6\4\4\f\a\9\9\d\a\f\7\8\5\2\0\3\7\0\0 ]] |
498 | 2024-06-04T10:23:38.800Z | + do_untar out/downloads/dendrite-stub.tar.gz |
499 | 2024-06-04T10:23:38.801Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
500 | 2024-06-04T10:23:39.636Z | + do_assemble |
501 | 2024-06-04T10:23:39.636Z | + rm -r ./out/dendrite-stub |
502 | 2024-06-04T10:23:39.660Z | + mkdir ./out/dendrite-stub |
503 | 2024-06-04T10:23:39.660Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
504 | 2024-06-04T10:23:39.787Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
505 | 2024-06-04T10:23:39.811Z | + set -o errexit |
506 | 2024-06-04T10:23:39.811Z | +++ dirname ./tools/ci_download_maghemite_mgd |
507 | 2024-06-04T10:23:39.811Z | ++ cd ./tools |
508 | 2024-06-04T10:23:39.812Z | ++ pwd |
509 | 2024-06-04T10:23:39.812Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
510 | 2024-06-04T10:23:39.812Z | ++ basename ./tools/ci_download_maghemite_mgd |
511 | 2024-06-04T10:23:39.812Z | + ARG0=ci_download_maghemite_mgd |
512 | 2024-06-04T10:23:39.812Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
513 | 2024-06-04T10:23:39.812Z | ++ CIDL_SHA256=6ae4bc3b332e91706c1c6633a7fc218aac65b7feff5643ee2dbbe79b841e0df3 |
514 | 2024-06-04T10:23:39.812Z | ++ MGD_LINUX_SHA256=7930008cf8ce535a8b31043fc3edde0e825bd54d75f73234929bd0037ecc3a41 |
515 | 2024-06-04T10:23:39.812Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
516 | 2024-06-04T10:23:39.812Z | ++ COMMIT=5630887d0373857f77cb264f84aa19bdec720ce3 |
517 | 2024-06-04T10:23:39.812Z | ++ SHA2=fdb33ee7425923560534672264008ef8948d227afce948ab704de092ad72157c |
518 | 2024-06-04T10:23:39.812Z | + TARGET_DIR=out |
519 | 2024-06-04T10:23:39.812Z | + DOWNLOAD_DIR=out/downloads |
520 | 2024-06-04T10:23:39.812Z | + DEST_DIR=./out/mgd |
521 | 2024-06-04T10:23:39.812Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
522 | 2024-06-04T10:23:39.812Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
523 | 2024-06-04T10:23:39.812Z | + REPO=oxidecomputer/maghemite |
524 | 2024-06-04T10:23:39.812Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/5630887d0373857f77cb264f84aa19bdec720ce3 |
525 | 2024-06-04T10:23:39.837Z | + main |
526 | 2024-06-04T10:23:39.837Z | + rm -rf out/downloads/root |
527 | 2024-06-04T10:23:39.837Z | + [[ 0 != 0 ]] |
528 | 2024-06-04T10:23:39.837Z | + CIDL_OS=solaris2.11 |
529 | 2024-06-04T10:23:39.837Z | + [[ 0 != 0 ]] |
530 | 2024-06-04T10:23:39.837Z | + configure_os solaris2.11 |
531 | 2024-06-04T10:23:39.837Z | + echo 'current directory: /work/oxidecomputer/omicron' |
532 | 2024-06-04T10:23:39.837Z | current directory: /work/oxidecomputer/omicron |
533 | 2024-06-04T10:23:39.837Z | + echo 'configuring based on OS: "solaris2.11"' |
534 | 2024-06-04T10:23:39.837Z | + case "$1" in |
535 | 2024-06-04T10:23:39.837Z | configuring based on OS: "solaris2.11" |
536 | 2024-06-04T10:23:39.837Z | + SET_BINARIES= |
537 | 2024-06-04T10:23:39.837Z | + CIDL_SHA256FUNC=do_sha256sum |
538 | 2024-06-04T10:23:39.837Z | + TARBALL_FILENAME=mgd.tar.gz |
539 | 2024-06-04T10:23:39.837Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/5630887d0373857f77cb264f84aa19bdec720ce3/mgd.tar.gz |
540 | 2024-06-04T10:23:39.837Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
541 | 2024-06-04T10:23:39.837Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/5630887d0373857f77cb264f84aa19bdec720ce3/mgd.tar.gz' |
542 | 2024-06-04T10:23:39.838Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/5630887d0373857f77cb264f84aa19bdec720ce3/mgd.tar.gz |
543 | 2024-06-04T10:23:39.838Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
544 | 2024-06-04T10:23:39.838Z | Local file: out/downloads/mgd.tar.gz |
545 | 2024-06-04T10:23:39.838Z | + mkdir -p out/downloads |
546 | 2024-06-04T10:23:39.838Z | + mkdir -p ./out/mgd |
547 | 2024-06-04T10:23:39.838Z | + fetch_and_verify |
548 | 2024-06-04T10:23:39.838Z | + local DO_DOWNLOAD=true |
549 | 2024-06-04T10:23:39.838Z | + [[ -f out/downloads/mgd.tar.gz ]] |
550 | 2024-06-04T10:23:39.838Z | + '[' true == true ']' |
551 | 2024-06-04T10:23:39.838Z | + echo Downloading... |
552 | 2024-06-04T10:23:39.838Z | Downloading... |
553 | 2024-06-04T10:23:39.838Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/5630887d0373857f77cb264f84aa19bdec720ce3/mgd.tar.gz out/downloads/mgd.tar.gz |
554 | 2024-06-04T10:23:39.838Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/5630887d0373857f77cb264f84aa19bdec720ce3/mgd.tar.gz |
555 | 2024-06-04T10:23:44.270Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
556 | 2024-06-04T10:23:44.295Z | ++ sha256sum |
557 | 2024-06-04T10:23:44.295Z | ++ awk '{print $1}' |
558 | 2024-06-04T10:23:44.322Z | + calculated_sha256=6ae4bc3b332e91706c1c6633a7fc218aac65b7feff5643ee2dbbe79b841e0df3 |
559 | 2024-06-04T10:23:44.322Z | + [[ 6ae4bc3b332e91706c1c6633a7fc218aac65b7feff5643ee2dbbe79b841e0df3 != \6\a\e\4\b\c\3\b\3\3\2\e\9\1\7\0\6\c\1\c\6\6\3\3\a\7\f\c\2\1\8\a\a\c\6\5\b\7\f\e\f\f\5\6\4\3\e\e\2\d\b\b\e\7\9\b\8\4\1\e\0\d\f\3 ]] |
560 | 2024-06-04T10:23:44.322Z | + do_untar out/downloads/mgd.tar.gz |
561 | 2024-06-04T10:23:44.322Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
562 | 2024-06-04T10:23:45.071Z | + do_assemble |
563 | 2024-06-04T10:23:45.071Z | + rm -r ./out/mgd |
564 | 2024-06-04T10:23:45.096Z | + mkdir ./out/mgd |
565 | 2024-06-04T10:23:45.096Z | + cp -r out/downloads/root ./out/mgd/root |
566 | 2024-06-04T10:23:45.158Z | + set -o errexit |
567 | 2024-06-04T10:23:45.204Z | +++ dirname ./tools/ci_download_transceiver_control |
568 | 2024-06-04T10:23:45.204Z | ++ cd ./tools |
569 | 2024-06-04T10:23:45.204Z | ++ pwd |
570 | 2024-06-04T10:23:45.204Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
571 | 2024-06-04T10:23:45.204Z | ++ basename ./tools/ci_download_transceiver_control |
572 | 2024-06-04T10:23:45.204Z | + ARG0=ci_download_transceiver_control |
573 | 2024-06-04T10:23:45.204Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
574 | 2024-06-04T10:23:45.204Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
575 | 2024-06-04T10:23:45.204Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
576 | 2024-06-04T10:23:45.204Z | + TARGET_DIR=out |
577 | 2024-06-04T10:23:45.204Z | + DOWNLOAD_DIR=out/downloads |
578 | 2024-06-04T10:23:45.204Z | + DEST_DIR=./out/transceiver-control |
579 | 2024-06-04T10:23:45.204Z | + BIN_DIR=/opt/oxide/bin |
580 | 2024-06-04T10:23:45.204Z | + BINARY=xcvradm |
581 | 2024-06-04T10:23:45.204Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
582 | 2024-06-04T10:23:45.204Z | + REPO=oxidecomputer/transceiver-control |
583 | 2024-06-04T10:23:45.205Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
584 | 2024-06-04T10:23:45.205Z | + main |
585 | 2024-06-04T10:23:45.205Z | + [[ 0 != 0 ]] |
586 | 2024-06-04T10:23:45.205Z | + CIDL_OS=solaris2.11 |
587 | 2024-06-04T10:23:45.205Z | + [[ 0 != 0 ]] |
588 | 2024-06-04T10:23:45.205Z | + configure_os solaris2.11 |
589 | 2024-06-04T10:23:45.205Z | + echo 'current directory: /work/oxidecomputer/omicron' |
590 | 2024-06-04T10:23:45.205Z | + echo 'configuring based on OS: "solaris2.11"' |
591 | 2024-06-04T10:23:45.205Z | current directory: /work/oxidecomputer/omicron |
592 | 2024-06-04T10:23:45.205Z | configuring based on OS: "solaris2.11" |
593 | 2024-06-04T10:23:45.205Z | + case "$1" in |
594 | 2024-06-04T10:23:45.205Z | + SET_BINARIES= |
595 | 2024-06-04T10:23:45.205Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
596 | 2024-06-04T10:23:45.205Z | + CIDL_SHA256FUNC=do_sha256sum |
597 | 2024-06-04T10:23:45.205Z | + ARCHIVE_FILENAME=xcvradm.gz |
598 | 2024-06-04T10:23:45.205Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
599 | 2024-06-04T10:23:45.205Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
600 | 2024-06-04T10:23:45.205Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
601 | 2024-06-04T10:23:45.205Z | + echo 'Local file: out/downloads/xcvradm.gz' |
602 | 2024-06-04T10:23:45.205Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
603 | 2024-06-04T10:23:45.205Z | + mkdir -p out/downloads |
604 | 2024-06-04T10:23:45.205Z | Local file: out/downloads/xcvradm.gz |
605 | 2024-06-04T10:23:45.206Z | + mkdir -p ./out/transceiver-control |
606 | 2024-06-04T10:23:45.206Z | + fetch_and_verify |
607 | 2024-06-04T10:23:45.206Z | + local DO_DOWNLOAD=true |
608 | 2024-06-04T10:23:45.206Z | + [[ -f out/downloads/xcvradm.gz ]] |
609 | 2024-06-04T10:23:45.206Z | + '[' true == true ']' |
610 | 2024-06-04T10:23:45.206Z | + echo Downloading... |
611 | 2024-06-04T10:23:45.206Z | Downloading... |
612 | 2024-06-04T10:23:45.206Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
613 | 2024-06-04T10:23:45.206Z | + 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 |
614 | 2024-06-04T10:23:46.751Z | ++ do_sha256sum out/downloads/xcvradm.gz |
615 | 2024-06-04T10:23:46.776Z | ++ sha256sum |
616 | 2024-06-04T10:23:46.776Z | ++ awk '{print $1}' |
617 | 2024-06-04T10:23:46.776Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
618 | 2024-06-04T10:23:46.776Z | + [[ 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 ]] |
619 | 2024-06-04T10:23:46.776Z | + do_unpack out/downloads/xcvradm.gz |
620 | 2024-06-04T10:23:46.776Z | + mkdir -p out/downloads/root//opt/oxide/bin |
621 | 2024-06-04T10:23:46.776Z | + gzip -dc out/downloads/xcvradm.gz |
622 | 2024-06-04T10:23:46.909Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
623 | 2024-06-04T10:23:46.933Z | + do_assemble |
624 | 2024-06-04T10:23:46.933Z | + rm -r ./out/transceiver-control |
625 | 2024-06-04T10:23:46.933Z | + mkdir ./out/transceiver-control |
626 | 2024-06-04T10:23:46.933Z | + cp -r out/downloads/root ./out/transceiver-control/root |
627 | 2024-06-04T10:23:47.032Z | + set -o errexit |
628 | 2024-06-04T10:23:47.057Z | +++ dirname ./tools/ci_download_thundermuffin |
629 | 2024-06-04T10:23:47.057Z | ++ cd ./tools |
630 | 2024-06-04T10:23:47.057Z | ++ pwd |
631 | 2024-06-04T10:23:47.057Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
632 | 2024-06-04T10:23:47.057Z | ++ basename ./tools/ci_download_thundermuffin |
633 | 2024-06-04T10:23:47.057Z | + ARG0=ci_download_thundermuffin |
634 | 2024-06-04T10:23:47.057Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
635 | 2024-06-04T10:23:47.057Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
636 | 2024-06-04T10:23:47.057Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
637 | 2024-06-04T10:23:47.057Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
638 | 2024-06-04T10:23:47.057Z | + TARGET_DIR=out |
639 | 2024-06-04T10:23:47.058Z | + DOWNLOAD_DIR=out/downloads |
640 | 2024-06-04T10:23:47.058Z | + DEST_DIR=./out/thundermuffin |
641 | 2024-06-04T10:23:47.058Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
642 | 2024-06-04T10:23:47.058Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
643 | 2024-06-04T10:23:47.058Z | + REPO=oxidecomputer/thundermuffin |
644 | 2024-06-04T10:23:47.058Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
645 | 2024-06-04T10:23:47.058Z | + main |
646 | 2024-06-04T10:23:47.058Z | + rm -rf out/downloads/root |
647 | 2024-06-04T10:23:47.058Z | + [[ 0 != 0 ]] |
648 | 2024-06-04T10:23:47.058Z | + CIDL_OS=solaris2.11 |
649 | 2024-06-04T10:23:47.058Z | + [[ 0 != 0 ]] |
650 | 2024-06-04T10:23:47.058Z | + configure_os solaris2.11 |
651 | 2024-06-04T10:23:47.058Z | + echo 'current directory: /work/oxidecomputer/omicron' |
652 | 2024-06-04T10:23:47.058Z | current directory: /work/oxidecomputer/omicron |
653 | 2024-06-04T10:23:47.058Z | + echo 'configuring based on OS: "solaris2.11"' |
654 | 2024-06-04T10:23:47.058Z | + case "$1" in |
655 | 2024-06-04T10:23:47.058Z | configuring based on OS: "solaris2.11" |
656 | 2024-06-04T10:23:47.058Z | + SET_BINARIES= |
657 | 2024-06-04T10:23:47.058Z | + CIDL_SHA256FUNC=do_sha256sum |
658 | 2024-06-04T10:23:47.058Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
659 | 2024-06-04T10:23:47.058Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
660 | 2024-06-04T10:23:47.058Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
661 | 2024-06-04T10:23:47.059Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
662 | 2024-06-04T10:23:47.059Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
663 | 2024-06-04T10:23:47.059Z | Local file: out/downloads/thundermuffin.tar.gz |
664 | 2024-06-04T10:23:47.059Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
665 | 2024-06-04T10:23:47.059Z | + mkdir -p out/downloads |
666 | 2024-06-04T10:23:47.059Z | + mkdir -p ./out/thundermuffin |
667 | 2024-06-04T10:23:47.083Z | + fetch_and_verify |
668 | 2024-06-04T10:23:47.083Z | + local DO_DOWNLOAD=true |
669 | 2024-06-04T10:23:47.083Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
670 | 2024-06-04T10:23:47.083Z | + '[' true == true ']' |
671 | 2024-06-04T10:23:47.083Z | + echo Downloading... |
672 | 2024-06-04T10:23:47.083Z | Downloading... |
673 | 2024-06-04T10:23:47.083Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
674 | 2024-06-04T10:23:47.083Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
675 | 2024-06-04T10:23:47.828Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
676 | 2024-06-04T10:23:47.852Z | ++ sha256sum |
677 | 2024-06-04T10:23:47.852Z | ++ awk '{print $1}' |
678 | 2024-06-04T10:23:47.852Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
679 | 2024-06-04T10:23:47.852Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
680 | 2024-06-04T10:23:47.853Z | + do_untar out/downloads/thundermuffin.tar.gz |
681 | 2024-06-04T10:23:47.853Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
682 | 2024-06-04T10:23:47.923Z | + do_assemble |
683 | 2024-06-04T10:23:47.923Z | + rm -r ./out/thundermuffin |
684 | 2024-06-04T10:23:47.947Z | + mkdir ./out/thundermuffin |
685 | 2024-06-04T10:23:47.947Z | + cp -r out/downloads/root ./out/thundermuffin/root |
686 | 2024-06-04T10:23:47.947Z | All prerequisites installed successfully |
687 | 2024-06-04T10:23:47.947Z | |
688 | 2024-06-04T10:23:47.947Z | real 1:45.636929022 |
689 | 2024-06-04T10:23:47.947Z | user 44.808090161 |
690 | 2024-06-04T10:23:47.947Z | sys 11.203357235 |
691 | 2024-06-04T10:23:47.947Z | trap 0.014526763 |
692 | 2024-06-04T10:23:47.947Z | tflt 0.009439706 |
693 | 2024-06-04T10:23:47.947Z | dflt 0.018016763 |
694 | 2024-06-04T10:23:47.947Z | kflt 0.004829863 |
695 | 2024-06-04T10:23:47.947Z | lock 1.885421777 |
696 | 2024-06-04T10:23:47.947Z | slp 3:28.282775631 |
697 | 2024-06-04T10:23:47.947Z | lat 4.610895278 |
698 | 2024-06-04T10:23:47.948Z | stop 0.066850083 |
699 | 2024-06-04T10:23:47.948Z | + ptime -m ./tools/ci_download_softnpu_machinery |
700 | 2024-06-04T10:23:47.972Z | fetching npuzone |
701 | 2024-06-04T10:23:47.972Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
702 | 2024-06-04T10:23:47.972Z | (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2) |
703 | 2024-06-04T10:23:47.972Z | Getting hash for npuzone |
704 | 2024-06-04T10:23:48.104Z | (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568) |
705 | 2024-06-04T10:23:53.991Z | npuzone downloaded successfully |
706 | 2024-06-04T10:23:54.017Z | |
707 | 2024-06-04T10:23:54.017Z | real 6.052575406 |
708 | 2024-06-04T10:23:54.017Z | user 0.315042156 |
709 | 2024-06-04T10:23:54.017Z | sys 0.169579531 |
710 | 2024-06-04T10:23:54.017Z | trap 0.000033427 |
711 | 2024-06-04T10:23:54.017Z | tflt 0.000000000 |
712 | 2024-06-04T10:23:54.017Z | dflt 0.000000000 |
713 | 2024-06-04T10:23:54.017Z | kflt 0.000000000 |
714 | 2024-06-04T10:23:54.017Z | lock 0.000000000 |
715 | 2024-06-04T10:23:54.017Z | slp 17.485899255 |
716 | 2024-06-04T10:23:54.017Z | lat 0.149658849 |
717 | 2024-06-04T10:23:54.017Z | stop 0.000266265 |
718 | 2024-06-04T10:23:54.017Z | + export CARGO_INCREMENTAL=0 |
719 | 2024-06-04T10:23:54.017Z | + CARGO_INCREMENTAL=0 |
720 | 2024-06-04T10:23:54.017Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
721 | 2024-06-04T10:23:54.275Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
722 | 2024-06-04T10:23:54.737Z | Updating git repository `https://github.com/oxidecomputer/zone` |
723 | 2024-06-04T10:23:55.129Z | Updating crates.io index |
724 | 2024-06-04T10:23:55.190Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
725 | 2024-06-04T10:23:55.866Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
726 | 2024-06-04T10:23:56.724Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
727 | 2024-06-04T10:23:57.083Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
728 | 2024-06-04T10:23:59.157Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
729 | 2024-06-04T10:23:59.783Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
730 | 2024-06-04T10:24:00.140Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
731 | 2024-06-04T10:24:01.256Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
732 | 2024-06-04T10:24:03.456Z | Updating git repository `https://github.com/oxidecomputer/opte` |
733 | 2024-06-04T10:24:04.561Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
734 | 2024-06-04T10:24:05.365Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
735 | 2024-06-04T10:24:06.101Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
736 | 2024-06-04T10:24:06.517Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
737 | 2024-06-04T10:24:07.056Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
738 | 2024-06-04T10:24:07.445Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
739 | 2024-06-04T10:24:07.843Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
740 | 2024-06-04T10:24:08.335Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
741 | 2024-06-04T10:24:08.676Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
742 | 2024-06-04T10:24:09.038Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
743 | 2024-06-04T10:24:09.470Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
744 | 2024-06-04T10:24:09.926Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
745 | 2024-06-04T10:24:10.387Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
746 | 2024-06-04T10:24:10.738Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
747 | 2024-06-04T10:24:11.502Z | Updating git repository `https://github.com/jgallagher/nix` |
748 | 2024-06-04T10:24:12.552Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
749 | 2024-06-04T10:24:12.934Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
750 | 2024-06-04T10:24:13.370Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
751 | 2024-06-04T10:24:13.956Z | Updating git repository `https://github.com/oxidecomputer/typify` |
752 | 2024-06-04T10:24:16.133Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
753 | 2024-06-04T10:24:16.594Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
754 | 2024-06-04T10:24:16.986Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
755 | 2024-06-04T10:24:17.587Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
756 | 2024-06-04T10:24:19.076Z | Downloading crates ... |
757 | 2024-06-04T10:24:19.180Z | Downloaded addr2line v0.21.0 |
758 | 2024-06-04T10:24:19.264Z | Downloaded humantime v2.1.0 |
759 | 2024-06-04T10:24:19.334Z | Downloaded ref-cast v1.0.23 |
760 | 2024-06-04T10:24:19.405Z | Downloaded snafu-derive v0.8.2 |
761 | 2024-06-04T10:24:19.540Z | Downloaded tracing-attributes v0.1.27 |
762 | 2024-06-04T10:24:19.631Z | Downloaded vte_generate_state_changes v0.1.1 |
763 | 2024-06-04T10:24:19.735Z | Downloaded globset v0.4.14 |
764 | 2024-06-04T10:24:19.783Z | Downloaded num-derive v0.4.2 |
765 | 2024-06-04T10:24:19.807Z | Downloaded path-slash v0.1.5 |
766 | 2024-06-04T10:24:19.831Z | Downloaded parking_lot v0.11.2 |
767 | 2024-06-04T10:24:19.856Z | Downloaded papergrid v0.11.0 |
768 | 2024-06-04T10:24:19.880Z | Downloaded finl_unicode v1.2.0 |
769 | 2024-06-04T10:24:19.880Z | Downloaded csv v1.3.0 |
770 | 2024-06-04T10:24:19.909Z | Downloaded packed_struct_codegen v0.10.1 |
771 | 2024-06-04T10:24:19.909Z | Downloaded encoding_rs v0.8.34 |
772 | 2024-06-04T10:24:19.933Z | Downloaded packed_struct v0.10.1 |
773 | 2024-06-04T10:24:19.957Z | Downloaded owo-colors v4.0.0 |
774 | 2024-06-04T10:24:19.957Z | Downloaded oso v0.27.3 |
775 | 2024-06-04T10:24:19.957Z | Downloaded openssl-sys v0.9.102 |
776 | 2024-06-04T10:24:19.957Z | Downloaded openssl v0.10.64 |
777 | 2024-06-04T10:24:19.981Z | Downloaded openapiv3 v2.0.0 |
778 | 2024-06-04T10:24:19.981Z | Downloaded object v0.32.2 |
779 | 2024-06-04T10:24:20.006Z | Downloaded object v0.30.4 |
780 | 2024-06-04T10:24:20.006Z | Downloaded gimli v0.28.1 |
781 | 2024-06-04T10:24:20.030Z | Downloaded zerocopy-derive v0.6.6 |
782 | 2024-06-04T10:24:20.054Z | Downloaded zerocopy-derive v0.2.0 |
783 | 2024-06-04T10:24:20.054Z | Downloaded regex-automata v0.4.6 |
784 | 2024-06-04T10:24:20.083Z | Downloaded ratatui v0.26.2 |
785 | 2024-06-04T10:24:20.107Z | Downloaded ring v0.17.8 |
786 | 2024-06-04T10:24:20.183Z | Downloaded petgraph v0.6.5 |
787 | 2024-06-04T10:24:20.208Z | Downloaded sha3 v0.10.8 |
788 | 2024-06-04T10:24:20.232Z | Downloaded paste v1.0.15 |
789 | 2024-06-04T10:24:20.232Z | Downloaded ring v0.16.20 |
790 | 2024-06-04T10:24:20.308Z | Downloaded password-hash v0.5.0 |
791 | 2024-06-04T10:24:20.332Z | Downloaded parse-size v1.0.0 |
792 | 2024-06-04T10:24:20.332Z | Downloaded parse-display-derive v0.9.0 |
793 | 2024-06-04T10:24:20.332Z | Downloaded parse-display v0.9.0 |
794 | 2024-06-04T10:24:20.332Z | Downloaded parking_lot_core v0.9.10 |
795 | 2024-06-04T10:24:20.332Z | Downloaded parking_lot_core v0.8.6 |
796 | 2024-06-04T10:24:20.332Z | Downloaded parking_lot v0.12.2 |
797 | 2024-06-04T10:24:20.332Z | Downloaded oso-derive v0.27.3 |
798 | 2024-06-04T10:24:20.332Z | Downloaded openssl-probe v0.1.5 |
799 | 2024-06-04T10:24:20.332Z | Downloaded openssl-macros v0.1.1 |
800 | 2024-06-04T10:24:20.332Z | Downloaded opaque-debug v0.3.1 |
801 | 2024-06-04T10:24:20.333Z | Downloaded once_cell v1.19.0 |
802 | 2024-06-04T10:24:20.333Z | Downloaded omicron-zone-package v0.11.0 |
803 | 2024-06-04T10:24:20.357Z | Downloaded olpc-cjson v0.1.3 |
804 | 2024-06-04T10:24:20.357Z | Downloaded number_prefix v0.4.0 |
805 | 2024-06-04T10:24:20.357Z | Downloaded num_threads v0.1.7 |
806 | 2024-06-04T10:24:20.357Z | Downloaded num_enum_derive v0.5.11 |
807 | 2024-06-04T10:24:20.357Z | Downloaded num_enum v0.5.11 |
808 | 2024-06-04T10:24:20.357Z | Downloaded num_cpus v1.16.0 |
809 | 2024-06-04T10:24:20.358Z | Downloaded num-traits v0.2.19 |
810 | 2024-06-04T10:24:20.358Z | Downloaded num-rational v0.4.2 |
811 | 2024-06-04T10:24:20.358Z | Downloaded num-iter v0.1.45 |
812 | 2024-06-04T10:24:20.358Z | Downloaded num-integer v0.1.46 |
813 | 2024-06-04T10:24:20.358Z | Downloaded diesel v2.1.6 |
814 | 2024-06-04T10:24:20.382Z | Downloaded curve25519-dalek v4.1.2 |
815 | 2024-06-04T10:24:20.406Z | Downloaded zerocopy v0.7.34 |
816 | 2024-06-04T10:24:20.433Z | Downloaded x509-cert v0.2.5 |
817 | 2024-06-04T10:24:20.433Z | Downloaded winnow v0.6.8 |
818 | 2024-06-04T10:24:20.433Z | Downloaded winnow v0.5.40 |
819 | 2024-06-04T10:24:20.457Z | Downloaded webpki-roots v0.25.4 |
820 | 2024-06-04T10:24:20.457Z | Downloaded tokio v1.37.0 |
821 | 2024-06-04T10:24:20.496Z | Downloaded num-conv v0.1.0 |
822 | 2024-06-04T10:24:20.522Z | Downloaded num-complex v0.4.6 |
823 | 2024-06-04T10:24:20.522Z | Downloaded num-bigint-dig v0.8.4 |
824 | 2024-06-04T10:24:20.522Z | Downloaded num-bigint v0.4.5 |
825 | 2024-06-04T10:24:20.522Z | Downloaded num v0.4.3 |
826 | 2024-06-04T10:24:20.522Z | Downloaded nu-ansi-term v0.50.0 |
827 | 2024-06-04T10:24:20.522Z | Downloaded normalize-line-endings v0.3.0 |
828 | 2024-06-04T10:24:20.522Z | Downloaded hash32 v0.3.1 |
829 | 2024-06-04T10:24:20.522Z | Downloaded hash32 v0.2.1 |
830 | 2024-06-04T10:24:20.522Z | Downloaded half v2.4.1 |
831 | 2024-06-04T10:24:20.546Z | Downloaded h2 v0.3.26 |
832 | 2024-06-04T10:24:20.546Z | Downloaded group v0.13.0 |
833 | 2024-06-04T10:24:20.546Z | Downloaded goblin v0.8.2 |
834 | 2024-06-04T10:24:20.546Z | Downloaded glob v0.3.1 |
835 | 2024-06-04T10:24:20.546Z | Downloaded gethostname v0.4.3 |
836 | 2024-06-04T10:24:20.546Z | Downloaded generic-array v0.14.7 |
837 | 2024-06-04T10:24:20.546Z | Downloaded fxhash v0.2.1 |
838 | 2024-06-04T10:24:20.546Z | Downloaded futures-util v0.3.30 |
839 | 2024-06-04T10:24:20.570Z | Downloaded futures-core v0.3.30 |
840 | 2024-06-04T10:24:20.571Z | Downloaded futures-channel v0.3.30 |
841 | 2024-06-04T10:24:20.571Z | Downloaded futures v0.3.30 |
842 | 2024-06-04T10:24:20.571Z | Downloaded flume v0.11.0 |
843 | 2024-06-04T10:24:20.595Z | Downloaded float-cmp v0.9.0 |
844 | 2024-06-04T10:24:20.595Z | Downloaded flate2 v1.0.30 |
845 | 2024-06-04T10:24:20.595Z | Downloaded flagset v0.4.5 |
846 | 2024-06-04T10:24:20.595Z | Downloaded fixedbitset v0.4.2 |
847 | 2024-06-04T10:24:20.595Z | Downloaded fd-lock v4.0.2 |
848 | 2024-06-04T10:24:20.595Z | Downloaded fatfs v0.3.6 |
849 | 2024-06-04T10:24:20.595Z | Downloaded fastrand v2.1.0 |
850 | 2024-06-04T10:24:20.595Z | Downloaded fallible-iterator v0.2.0 |
851 | 2024-06-04T10:24:20.595Z | Downloaded expectorate v1.1.0 |
852 | 2024-06-04T10:24:20.619Z | Downloaded dyn-clone v1.0.17 |
853 | 2024-06-04T10:24:20.620Z | Downloaded dtrace-parser v0.2.0 |
854 | 2024-06-04T10:24:20.620Z | Downloaded dtrace-parser v0.1.14 |
855 | 2024-06-04T10:24:20.620Z | Downloaded downcast v0.11.0 |
856 | 2024-06-04T10:24:20.620Z | Downloaded dof v0.3.0 |
857 | 2024-06-04T10:24:20.620Z | Downloaded dof v0.1.5 |
858 | 2024-06-04T10:24:20.620Z | Downloaded display-error-chain v0.2.0 |
859 | 2024-06-04T10:24:20.620Z | Downloaded dirs-sys-next v0.1.2 |
860 | 2024-06-04T10:24:20.620Z | Downloaded dirs-next v2.0.0 |
861 | 2024-06-04T10:24:20.620Z | Downloaded digest v0.10.7 |
862 | 2024-06-04T10:24:20.620Z | Downloaded difflib v0.4.0 |
863 | 2024-06-04T10:24:20.620Z | Downloaded diff v0.1.13 |
864 | 2024-06-04T10:24:20.620Z | Downloaded diesel_table_macro_syntax v0.1.0 |
865 | 2024-06-04T10:24:20.620Z | Downloaded derive_more v0.99.17 |
866 | 2024-06-04T10:24:20.644Z | Downloaded derive_builder_macro v0.20.0 |
867 | 2024-06-04T10:24:20.644Z | Downloaded derive_builder_core v0.20.0 |
868 | 2024-06-04T10:24:20.644Z | Downloaded derive_builder v0.20.0 |
869 | 2024-06-04T10:24:20.644Z | Downloaded derive-where v1.2.7 |
870 | 2024-06-04T10:24:20.644Z | Downloaded deranged v0.3.11 |
871 | 2024-06-04T10:24:20.644Z | Downloaded der_derive v0.7.2 |
872 | 2024-06-04T10:24:20.645Z | Downloaded der v0.7.9 |
873 | 2024-06-04T10:24:20.669Z | Downloaded defmt-parser v0.3.4 |
874 | 2024-06-04T10:24:20.669Z | Downloaded defmt-macros v0.3.9 |
875 | 2024-06-04T10:24:20.669Z | Downloaded defmt v0.3.8 |
876 | 2024-06-04T10:24:20.669Z | Downloaded debug-ignore v1.0.5 |
877 | 2024-06-04T10:24:20.669Z | Downloaded data-encoding v2.6.0 |
878 | 2024-06-04T10:24:20.669Z | Downloaded darling_macro v0.20.9 |
879 | 2024-06-04T10:24:20.669Z | Downloaded darling_core v0.20.9 |
880 | 2024-06-04T10:24:20.669Z | Downloaded darling v0.20.9 |
881 | 2024-06-04T10:24:20.694Z | Downloaded curve25519-dalek-derive v0.1.1 |
882 | 2024-06-04T10:24:20.694Z | Downloaded csv-core v0.1.11 |
883 | 2024-06-04T10:24:20.694Z | Downloaded cstr-argument v0.1.2 |
884 | 2024-06-04T10:24:20.694Z | Downloaded crypto-common v0.1.6 |
885 | 2024-06-04T10:24:20.694Z | Downloaded crypto-bigint v0.5.5 |
886 | 2024-06-04T10:24:20.694Z | Downloaded crunchy v0.2.2 |
887 | 2024-06-04T10:24:20.694Z | Downloaded crucible-workspace-hack v0.1.0 |
888 | 2024-06-04T10:24:20.694Z | Downloaded crossterm v0.27.0 |
889 | 2024-06-04T10:24:20.694Z | Downloaded crossbeam-utils v0.8.19 |
890 | 2024-06-04T10:24:20.718Z | Downloaded crossbeam-epoch v0.9.18 |
891 | 2024-06-04T10:24:20.719Z | Downloaded zone_cfg_derive v0.1.2 |
892 | 2024-06-04T10:24:20.719Z | Downloaded zone v0.1.8 |
893 | 2024-06-04T10:24:20.719Z | Downloaded zip v0.6.6 |
894 | 2024-06-04T10:24:20.719Z | Downloaded zeroize_derive v1.4.2 |
895 | 2024-06-04T10:24:20.719Z | Downloaded zeroize v1.7.0 |
896 | 2024-06-04T10:24:20.719Z | Downloaded zerocopy-derive v0.7.34 |
897 | 2024-06-04T10:24:20.719Z | Downloaded zerocopy v0.3.2 |
898 | 2024-06-04T10:24:20.719Z | Downloaded yasna v0.5.2 |
899 | 2024-06-04T10:24:20.719Z | Downloaded xattr v1.3.1 |
900 | 2024-06-04T10:24:20.719Z | Downloaded wyz v0.5.1 |
901 | 2024-06-04T10:24:20.743Z | Downloaded whoami v1.5.1 |
902 | 2024-06-04T10:24:20.743Z | Downloaded which v4.4.2 |
903 | 2024-06-04T10:24:20.743Z | Downloaded want v0.3.1 |
904 | 2024-06-04T10:24:20.743Z | Downloaded walkdir v2.5.0 |
905 | 2024-06-04T10:24:20.744Z | Downloaded regex v1.10.4 |
906 | 2024-06-04T10:24:20.768Z | Downloaded proptest v1.4.0 |
907 | 2024-06-04T10:24:20.768Z | Downloaded predicates-tree v1.0.9 |
908 | 2024-06-04T10:24:20.768Z | Downloaded predicates-core v1.0.6 |
909 | 2024-06-04T10:24:20.768Z | Downloaded predicates v3.1.0 |
910 | 2024-06-04T10:24:20.768Z | Downloaded precomputed-hash v0.1.1 |
911 | 2024-06-04T10:24:20.768Z | Downloaded ppv-lite86 v0.2.17 |
912 | 2024-06-04T10:24:20.768Z | Downloaded powerfmt v0.2.0 |
913 | 2024-06-04T10:24:20.768Z | Downloaded postgres-types v0.2.6 |
914 | 2024-06-04T10:24:20.768Z | Downloaded postgres-protocol v0.6.6 |
915 | 2024-06-04T10:24:20.794Z | Downloaded postcard v1.0.8 |
916 | 2024-06-04T10:24:20.794Z | Downloaded portpicker v0.1.1 |
917 | 2024-06-04T10:24:20.794Z | Downloaded portable-atomic v1.6.0 |
918 | 2024-06-04T10:24:20.794Z | Downloaded poly1305 v0.8.0 |
919 | 2024-06-04T10:24:20.794Z | Downloaded polar-core v0.27.3 |
920 | 2024-06-04T10:24:20.819Z | Downloaded libc v0.2.155 |
921 | 2024-06-04T10:24:20.846Z | Downloaded getrandom v0.2.14 |
922 | 2024-06-04T10:24:20.846Z | Downloaded getopts v0.2.21 |
923 | 2024-06-04T10:24:20.846Z | Downloaded futures-task v0.3.30 |
924 | 2024-06-04T10:24:20.846Z | Downloaded futures-sink v0.3.30 |
925 | 2024-06-04T10:24:20.846Z | Downloaded futures-macro v0.3.30 |
926 | 2024-06-04T10:24:20.846Z | Downloaded futures-io v0.3.30 |
927 | 2024-06-04T10:24:20.846Z | Downloaded futures-executor v0.3.30 |
928 | 2024-06-04T10:24:20.846Z | Downloaded funty v2.0.0 |
929 | 2024-06-04T10:24:20.872Z | Downloaded fs-err v2.11.0 |
930 | 2024-06-04T10:24:20.872Z | Downloaded fragile v2.0.0 |
931 | 2024-06-04T10:24:20.872Z | Downloaded form_urlencoded v1.2.1 |
932 | 2024-06-04T10:24:20.872Z | Downloaded foreign-types-shared v0.3.1 |
933 | 2024-06-04T10:24:20.872Z | Downloaded foreign-types-shared v0.1.1 |
934 | 2024-06-04T10:24:20.872Z | Downloaded foreign-types-macros v0.2.3 |
935 | 2024-06-04T10:24:20.872Z | Downloaded foreign-types v0.5.0 |
936 | 2024-06-04T10:24:20.872Z | Downloaded foreign-types v0.3.2 |
937 | 2024-06-04T10:24:20.872Z | Downloaded fnv v1.0.7 |
938 | 2024-06-04T10:24:20.872Z | Downloaded filetime v0.2.23 |
939 | 2024-06-04T10:24:20.872Z | Downloaded ff v0.13.0 |
940 | 2024-06-04T10:24:20.872Z | Downloaded errno v0.3.9 |
941 | 2024-06-04T10:24:20.872Z | Downloaded erased-serde v0.3.31 |
942 | 2024-06-04T10:24:20.872Z | Downloaded equivalent v1.0.1 |
943 | 2024-06-04T10:24:20.872Z | Downloaded env_logger v0.10.2 |
944 | 2024-06-04T10:24:20.872Z | Downloaded env_logger v0.9.3 |
945 | 2024-06-04T10:24:20.872Z | Downloaded enum-as-inner v0.5.1 |
946 | 2024-06-04T10:24:20.897Z | Downloaded endian-type v0.1.2 |
947 | 2024-06-04T10:24:20.897Z | Downloaded ena v0.14.3 |
948 | 2024-06-04T10:24:20.897Z | Downloaded embedded-io v0.4.0 |
949 | 2024-06-04T10:24:20.897Z | Downloaded elliptic-curve v0.13.8 |
950 | 2024-06-04T10:24:20.897Z | Downloaded either v1.12.0 |
951 | 2024-06-04T10:24:20.897Z | Downloaded ed25519 v1.5.3 |
952 | 2024-06-04T10:24:20.897Z | Downloaded diesel_derives v2.1.4 |
953 | 2024-06-04T10:24:20.897Z | Downloaded zerocopy v0.6.6 |
954 | 2024-06-04T10:24:20.898Z | Downloaded waitgroup v0.1.2 |
955 | 2024-06-04T10:24:20.898Z | Downloaded wait-timeout v0.2.0 |
956 | 2024-06-04T10:24:20.898Z | Downloaded vcpkg v0.2.15 |
957 | 2024-06-04T10:24:20.946Z | Downloaded ref-cast-impl v1.0.23 |
958 | 2024-06-04T10:24:20.970Z | Downloaded reedline v0.31.0 |
959 | 2024-06-04T10:24:20.970Z | Downloaded rand_xorshift v0.3.0 |
960 | 2024-06-04T10:24:20.970Z | Downloaded rand_seeder v0.2.3 |
961 | 2024-06-04T10:24:20.970Z | Downloaded rand_core v0.6.4 |
962 | 2024-06-04T10:24:20.970Z | Downloaded radix_trie v0.2.1 |
963 | 2024-06-04T10:24:20.970Z | Downloaded quick-xml v0.31.0 |
964 | 2024-06-04T10:24:20.995Z | Downloaded quick-error v1.2.3 |
965 | 2024-06-04T10:24:20.995Z | Downloaded publicsuffix v2.2.3 |
966 | 2024-06-04T10:24:20.995Z | Downloaded psl-types v2.0.11 |
967 | 2024-06-04T10:24:20.995Z | Downloaded proc-macro2 v1.0.82 |
968 | 2024-06-04T10:24:20.995Z | Downloaded proc-macro-error-attr v1.0.4 |
969 | 2024-06-04T10:24:20.995Z | Downloaded proc-macro-error v1.0.4 |
970 | 2024-06-04T10:24:20.995Z | Downloaded proc-macro-crate v1.3.1 |
971 | 2024-06-04T10:24:20.995Z | Downloaded prettyplease v0.2.20 |
972 | 2024-06-04T10:24:20.995Z | Downloaded pretty-hex v0.4.1 |
973 | 2024-06-04T10:24:21.020Z | Downloaded pretty-hex v0.2.1 |
974 | 2024-06-04T10:24:21.020Z | Downloaded platforms v3.4.0 |
975 | 2024-06-04T10:24:21.020Z | Downloaded plain v0.2.3 |
976 | 2024-06-04T10:24:21.020Z | Downloaded pkg-config v0.3.30 |
977 | 2024-06-04T10:24:21.020Z | Downloaded pkcs8 v0.10.2 |
978 | 2024-06-04T10:24:21.020Z | Downloaded pkcs1 v0.7.5 |
979 | 2024-06-04T10:24:21.020Z | Downloaded pin-utils v0.1.0 |
980 | 2024-06-04T10:24:21.020Z | Downloaded pin-project-lite v0.2.14 |
981 | 2024-06-04T10:24:21.020Z | Downloaded pin-project-internal v1.1.5 |
982 | 2024-06-04T10:24:21.020Z | Downloaded pin-project v1.1.5 |
983 | 2024-06-04T10:24:21.045Z | Downloaded phf_shared v0.11.2 |
984 | 2024-06-04T10:24:21.045Z | Downloaded phf_shared v0.10.0 |
985 | 2024-06-04T10:24:21.045Z | Downloaded phf v0.11.2 |
986 | 2024-06-04T10:24:21.045Z | Downloaded pest_meta v2.7.10 |
987 | 2024-06-04T10:24:21.045Z | Downloaded pest_generator v2.7.10 |
988 | 2024-06-04T10:24:21.045Z | Downloaded pest_derive v2.7.10 |
989 | 2024-06-04T10:24:21.045Z | Downloaded pest v2.7.10 |
990 | 2024-06-04T10:24:21.069Z | Downloaded percent-encoding v2.3.1 |
991 | 2024-06-04T10:24:21.069Z | Downloaded pem-rfc7468 v0.7.0 |
992 | 2024-06-04T10:24:21.069Z | Downloaded pem v3.0.4 |
993 | 2024-06-04T10:24:21.069Z | Downloaded peg-runtime v0.8.3 |
994 | 2024-06-04T10:24:21.069Z | Downloaded peg-macros v0.8.3 |
995 | 2024-06-04T10:24:21.069Z | Downloaded peg v0.8.3 |
996 | 2024-06-04T10:24:21.069Z | Downloaded trust-dns-proto v0.22.0 |
997 | 2024-06-04T10:24:21.095Z | Downloaded rustls v0.22.4 |
998 | 2024-06-04T10:24:21.095Z | Downloaded rustls v0.21.12 |
999 | 2024-06-04T10:24:21.119Z | Downloaded rustix v0.38.34 |
1000 | 2024-06-04T10:24:21.144Z | Downloaded vte v0.11.1 |
1001 | 2024-06-04T10:24:21.144Z | Downloaded vsss-rs v3.3.4 |
1002 | 2024-06-04T10:24:21.144Z | Downloaded version_check v0.9.4 |
1003 | 2024-06-04T10:24:21.169Z | Downloaded uzers v0.11.3 |
1004 | 2024-06-04T10:24:21.169Z | Downloaded uuid v1.8.0 |
1005 | 2024-06-04T10:24:21.169Z | Downloaded utf8parse v0.2.1 |
1006 | 2024-06-04T10:24:21.169Z | Downloaded utf-8 v0.7.6 |
1007 | 2024-06-04T10:24:21.169Z | Downloaded usdt-macro v0.5.0 |
1008 | 2024-06-04T10:24:21.169Z | Downloaded usdt-macro v0.3.5 |
1009 | 2024-06-04T10:24:21.169Z | Downloaded usdt-impl v0.5.0 |
1010 | 2024-06-04T10:24:21.169Z | Downloaded usdt-impl v0.3.5 |
1011 | 2024-06-04T10:24:21.169Z | Downloaded usdt-attr-macro v0.5.0 |
1012 | 2024-06-04T10:24:21.169Z | Downloaded usdt-attr-macro v0.3.5 |
1013 | 2024-06-04T10:24:21.169Z | Downloaded usdt v0.5.0 |
1014 | 2024-06-04T10:24:21.169Z | Downloaded usdt v0.3.5 |
1015 | 2024-06-04T10:24:21.169Z | Downloaded url v2.5.0 |
1016 | 2024-06-04T10:24:21.169Z | Downloaded untrusted v0.9.0 |
1017 | 2024-06-04T10:24:21.169Z | Downloaded untrusted v0.7.1 |
1018 | 2024-06-04T10:24:21.197Z | Downloaded regex-automata v0.1.10 |
1019 | 2024-06-04T10:24:21.197Z | Downloaded rcgen v0.12.1 |
1020 | 2024-06-04T10:24:21.198Z | Downloaded rayon-core v1.12.1 |
1021 | 2024-06-04T10:24:21.198Z | Downloaded rand_chacha v0.3.1 |
1022 | 2024-06-04T10:24:21.198Z | Downloaded rand v0.8.5 |
1023 | 2024-06-04T10:24:21.198Z | Downloaded radium v0.7.0 |
1024 | 2024-06-04T10:24:21.199Z | Downloaded r2d2 v0.8.10 |
1025 | 2024-06-04T10:24:21.199Z | Downloaded quote v1.0.36 |
1026 | 2024-06-04T10:24:21.232Z | Downloaded unsafe-libyaml v0.2.11 |
1027 | 2024-06-04T10:24:21.232Z | Downloaded universal-hash v0.5.1 |
1028 | 2024-06-04T10:24:21.232Z | Downloaded unicode_categories v0.1.1 |
1029 | 2024-06-04T10:24:21.232Z | Downloaded unicode-xid v0.2.4 |
1030 | 2024-06-04T10:24:21.232Z | Downloaded unicode-width v0.1.12 |
1031 | 2024-06-04T10:24:21.232Z | Downloaded unicode-segmentation v1.11.0 |
1032 | 2024-06-04T10:24:21.232Z | Downloaded unicode-normalization v0.1.23 |
1033 | 2024-06-04T10:24:21.232Z | Downloaded unicode-linebreak v0.1.5 |
1034 | 2024-06-04T10:24:21.232Z | Downloaded unicode-ident v1.0.12 |
1035 | 2024-06-04T10:24:21.233Z | Downloaded unicode-bidi v0.3.15 |
1036 | 2024-06-04T10:24:21.233Z | Downloaded unicase v2.7.0 |
1037 | 2024-06-04T10:24:21.259Z | Downloaded unarray v0.1.4 |
1038 | 2024-06-04T10:24:21.259Z | Downloaded ucd-trie v0.1.6 |
1039 | 2024-06-04T10:24:21.259Z | Downloaded typenum v1.17.0 |
1040 | 2024-06-04T10:24:21.259Z | Downloaded typed-path v0.7.1 |
1041 | 2024-06-04T10:24:21.259Z | Downloaded tungstenite v0.21.0 |
1042 | 2024-06-04T10:24:21.259Z | Downloaded tungstenite v0.20.1 |
1043 | 2024-06-04T10:24:21.259Z | Downloaded tui-tree-widget v0.19.0 |
1044 | 2024-06-04T10:24:21.259Z | Downloaded try-lock v0.2.5 |
1045 | 2024-06-04T10:24:21.259Z | Downloaded trust-dns-server v0.22.1 |
1046 | 2024-06-04T10:24:21.259Z | Downloaded trust-dns-resolver v0.22.0 |
1047 | 2024-06-04T10:24:21.284Z | Downloaded trust-dns-client v0.22.0 |
1048 | 2024-06-04T10:24:21.284Z | Downloaded tracing-core v0.1.32 |
1049 | 2024-06-04T10:24:21.284Z | Downloaded tracing v0.1.40 |
1050 | 2024-06-04T10:24:21.284Z | Downloaded tower-service v0.3.2 |
1051 | 2024-06-04T10:24:21.284Z | Downloaded tough v0.17.1 |
1052 | 2024-06-04T10:24:21.338Z | Downloaded topological-sort v0.2.2 |
1053 | 2024-06-04T10:24:21.362Z | Downloaded toolchain_find v0.4.0 |
1054 | 2024-06-04T10:24:21.362Z | Downloaded toml_edit v0.22.13 |
1055 | 2024-06-04T10:24:21.362Z | Downloaded toml_edit v0.19.15 |
1056 | 2024-06-04T10:24:21.362Z | Downloaded tiny-keccak v2.0.2 |
1057 | 2024-06-04T10:24:21.362Z | Downloaded time-macros v0.2.18 |
1058 | 2024-06-04T10:24:21.362Z | Downloaded time-core v0.1.2 |
1059 | 2024-06-04T10:24:21.362Z | Downloaded time v0.3.36 |
1060 | 2024-06-04T10:24:21.363Z | Downloaded thread_local v1.1.8 |
1061 | 2024-06-04T10:24:21.363Z | Downloaded thread-id v4.2.1 |
1062 | 2024-06-04T10:24:21.363Z | Downloaded thiserror-no-std v2.0.2 |
1063 | 2024-06-04T10:24:21.387Z | Downloaded thiserror-impl-no-std v2.0.2 |
1064 | 2024-06-04T10:24:21.387Z | Downloaded thiserror-impl v1.0.60 |
1065 | 2024-06-04T10:24:21.387Z | Downloaded thiserror v1.0.60 |
1066 | 2024-06-04T10:24:21.387Z | Downloaded textwrap v0.16.1 |
1067 | 2024-06-04T10:24:21.387Z | Downloaded test-strategy v0.3.1 |
1068 | 2024-06-04T10:24:21.387Z | Downloaded terminal_size v0.3.0 |
1069 | 2024-06-04T10:24:21.387Z | Downloaded termcolor v1.4.1 |
1070 | 2024-06-04T10:24:21.387Z | Downloaded term v0.7.0 |
1071 | 2024-06-04T10:24:21.411Z | Downloaded tempfile v3.10.1 |
1072 | 2024-06-04T10:24:21.411Z | Downloaded tar v0.4.40 |
1073 | 2024-06-04T10:24:21.412Z | Downloaded tap v1.0.1 |
1074 | 2024-06-04T10:24:21.412Z | Downloaded take_mut v0.2.2 |
1075 | 2024-06-04T10:24:21.412Z | Downloaded tabwriter v1.4.0 |
1076 | 2024-06-04T10:24:21.412Z | Downloaded tabled_derive v0.7.0 |
1077 | 2024-06-04T10:24:21.412Z | Downloaded tabled v0.15.0 |
1078 | 2024-06-04T10:24:21.436Z | Downloaded synstructure v0.12.6 |
1079 | 2024-06-04T10:24:21.437Z | Downloaded syn v2.0.64 |
1080 | 2024-06-04T10:24:21.461Z | Downloaded syn v1.0.109 |
1081 | 2024-06-04T10:24:21.461Z | Downloaded sqlparser v0.45.0 |
1082 | 2024-06-04T10:24:21.461Z | Downloaded sqlformat v0.2.3 |
1083 | 2024-06-04T10:24:21.485Z | Downloaded spki v0.7.3 |
1084 | 2024-06-04T10:24:21.485Z | Downloaded spin v0.9.8 |
1085 | 2024-06-04T10:24:21.485Z | Downloaded spin v0.5.2 |
1086 | 2024-06-04T10:24:21.485Z | Downloaded socket2 v0.5.7 |
1087 | 2024-06-04T10:24:21.485Z | Downloaded socket2 v0.4.10 |
1088 | 2024-06-04T10:24:21.485Z | Downloaded smoltcp v0.11.0 |
1089 | 2024-06-04T10:24:21.510Z | Downloaded smoltcp v0.9.1 |
1090 | 2024-06-04T10:24:21.510Z | Downloaded sled v0.34.7 |
1091 | 2024-06-04T10:24:21.534Z | Downloaded shlex v1.3.0 |
1092 | 2024-06-04T10:24:21.534Z | Downloaded shell-words v1.1.0 |
1093 | 2024-06-04T10:24:21.534Z | Downloaded sha1 v0.10.6 |
1094 | 2024-06-04T10:24:21.534Z | Downloaded serde_yaml v0.9.34+deprecated |
1095 | 2024-06-04T10:24:21.534Z | Downloaded serde_with_macros v3.8.1 |
1096 | 2024-06-04T10:24:21.534Z | Downloaded serde_with v3.8.1 |
1097 | 2024-06-04T10:24:21.558Z | Downloaded serde_json v1.0.117 |
1098 | 2024-06-04T10:24:21.559Z | Downloaded serde_derive_internals v0.29.1 |
1099 | 2024-06-04T10:24:21.559Z | Downloaded serde_derive v1.0.203 |
1100 | 2024-06-04T10:24:21.559Z | Downloaded serde v1.0.203 |
1101 | 2024-06-04T10:24:21.559Z | Downloaded semver v1.0.23 |
1102 | 2024-06-04T10:24:21.583Z | Downloaded secrecy v0.8.0 |
1103 | 2024-06-04T10:24:21.583Z | Downloaded sec1 v0.7.3 |
1104 | 2024-06-04T10:24:21.583Z | Downloaded sct v0.7.1 |
1105 | 2024-06-04T10:24:21.583Z | Downloaded schemars v0.8.20 |
1106 | 2024-06-04T10:24:21.583Z | Downloaded scheduled-thread-pool v0.2.7 |
1107 | 2024-06-04T10:24:21.607Z | Downloaded same-file v1.0.6 |
1108 | 2024-06-04T10:24:21.607Z | Downloaded samael v0.0.15 |
1109 | 2024-06-04T10:24:21.607Z | Downloaded salty v0.2.0 |
1110 | 2024-06-04T10:24:21.607Z | Downloaded ryu v1.0.18 |
1111 | 2024-06-04T10:24:21.607Z | Downloaded rustyline v14.0.0 |
1112 | 2024-06-04T10:24:21.632Z | Downloaded rusty-fork v0.3.0 |
1113 | 2024-06-04T10:24:21.632Z | Downloaded rustversion v1.0.17 |
1114 | 2024-06-04T10:24:21.632Z | Downloaded rustls-webpki v0.102.4 |
1115 | 2024-06-04T10:24:21.657Z | Downloaded rustls-webpki v0.101.7 |
1116 | 2024-06-04T10:24:21.681Z | Downloaded rustls-pki-types v1.7.0 |
1117 | 2024-06-04T10:24:21.681Z | Downloaded rustls-pemfile v2.1.2 |
1118 | 2024-06-04T10:24:21.681Z | Downloaded rustls-pemfile v1.0.4 |
1119 | 2024-06-04T10:24:21.681Z | Downloaded rustfmt-wrapper v0.2.1 |
1120 | 2024-06-04T10:24:21.681Z | Downloaded rustc_version v0.4.0 |
1121 | 2024-06-04T10:24:21.681Z | Downloaded rustc_version v0.1.7 |
1122 | 2024-06-04T10:24:21.681Z | Downloaded rustc-hash v1.1.0 |
1123 | 2024-06-04T10:24:21.681Z | Downloaded rustc-demangle v0.1.24 |
1124 | 2024-06-04T10:24:21.681Z | Downloaded rtoolbox v0.0.2 |
1125 | 2024-06-04T10:24:21.681Z | Downloaded rsa v0.9.6 |
1126 | 2024-06-04T10:24:21.705Z | Downloaded rpassword v7.3.1 |
1127 | 2024-06-04T10:24:21.705Z | Downloaded ron v0.8.1 |
1128 | 2024-06-04T10:24:21.705Z | Downloaded ron v0.7.1 |
1129 | 2024-06-04T10:24:21.705Z | Downloaded regress v0.9.1 |
1130 | 2024-06-04T10:24:21.729Z | Downloaded regex-syntax v0.8.3 |
1131 | 2024-06-04T10:24:21.729Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1132 | 2024-06-04T10:24:21.753Z | Downloaded toml_datetime v0.6.6 |
1133 | 2024-06-04T10:24:21.753Z | Downloaded toml v0.8.13 |
1134 | 2024-06-04T10:24:21.753Z | Downloaded toml v0.7.8 |
1135 | 2024-06-04T10:24:21.753Z | Downloaded toml v0.5.11 |
1136 | 2024-06-04T10:24:21.753Z | Downloaded tokio-util v0.7.11 |
1137 | 2024-06-04T10:24:21.778Z | Downloaded tokio-tungstenite v0.21.0 |
1138 | 2024-06-04T10:24:21.778Z | Downloaded tokio-tungstenite v0.20.1 |
1139 | 2024-06-04T10:24:21.778Z | Downloaded tokio-stream v0.1.15 |
1140 | 2024-06-04T10:24:21.778Z | Downloaded tokio-rustls v0.25.0 |
1141 | 2024-06-04T10:24:21.778Z | Downloaded tokio-rustls v0.24.1 |
1142 | 2024-06-04T10:24:21.778Z | Downloaded tokio-postgres v0.7.10 |
1143 | 2024-06-04T10:24:21.778Z | Downloaded tokio-native-tls v0.3.1 |
1144 | 2024-06-04T10:24:21.803Z | Downloaded tokio-macros v2.2.0 |
1145 | 2024-06-04T10:24:21.803Z | Downloaded tls_codec_derive v0.4.1 |
1146 | 2024-06-04T10:24:21.803Z | Downloaded tls_codec v0.4.1 |
1147 | 2024-06-04T10:24:21.803Z | Downloaded tinyvec_macros v0.1.1 |
1148 | 2024-06-04T10:24:21.803Z | Downloaded tinyvec v1.6.0 |
1149 | 2024-06-04T10:24:21.803Z | Downloaded termtree v0.4.1 |
1150 | 2024-06-04T10:24:21.803Z | Downloaded termios v0.3.3 |
1151 | 2024-06-04T10:24:21.803Z | Downloaded sync_wrapper v0.1.2 |
1152 | 2024-06-04T10:24:21.803Z | Downloaded swrite v0.1.0 |
1153 | 2024-06-04T10:24:21.803Z | Downloaded supports-color v3.0.0 |
1154 | 2024-06-04T10:24:21.803Z | Downloaded subtle v2.5.0 |
1155 | 2024-06-04T10:24:21.803Z | Downloaded subprocess v0.2.9 |
1156 | 2024-06-04T10:24:21.803Z | Downloaded strum_macros v0.26.2 |
1157 | 2024-06-04T10:24:21.803Z | Downloaded strum_macros v0.25.3 |
1158 | 2024-06-04T10:24:21.828Z | Downloaded strum_macros v0.24.3 |
1159 | 2024-06-04T10:24:21.828Z | Downloaded strum v0.26.2 |
1160 | 2024-06-04T10:24:21.828Z | Downloaded structmeta-derive v0.3.0 |
1161 | 2024-06-04T10:24:21.828Z | Downloaded structmeta-derive v0.2.0 |
1162 | 2024-06-04T10:24:21.828Z | Downloaded structmeta v0.3.0 |
1163 | 2024-06-04T10:24:21.828Z | Downloaded structmeta v0.2.0 |
1164 | 2024-06-04T10:24:21.828Z | Downloaded strsim v0.11.1 |
1165 | 2024-06-04T10:24:21.828Z | Downloaded strip-ansi-escapes v0.2.0 |
1166 | 2024-06-04T10:24:21.828Z | Downloaded stringprep v0.1.4 |
1167 | 2024-06-04T10:24:21.828Z | Downloaded string_cache v0.8.7 |
1168 | 2024-06-04T10:24:21.828Z | Downloaded steno v0.4.0 |
1169 | 2024-06-04T10:24:21.828Z | Downloaded static_assertions v1.1.0 |
1170 | 2024-06-04T10:24:21.828Z | Downloaded stable_deref_trait v1.2.0 |
1171 | 2024-06-04T10:24:21.828Z | Downloaded stability v0.2.0 |
1172 | 2024-06-04T10:24:21.855Z | Downloaded sqlparser_derive v0.2.2 |
1173 | 2024-06-04T10:24:21.855Z | Downloaded smallvec v1.13.2 |
1174 | 2024-06-04T10:24:21.855Z | Downloaded smallvec v0.6.14 |
1175 | 2024-06-04T10:24:21.855Z | Downloaded slog-term v2.9.1 |
1176 | 2024-06-04T10:24:21.855Z | Downloaded slog-stdlog v4.1.1 |
1177 | 2024-06-04T10:24:21.855Z | Downloaded slog-scope v4.4.0 |
1178 | 2024-06-04T10:24:21.855Z | Downloaded slog-json v2.6.1 |
1179 | 2024-06-04T10:24:21.855Z | Downloaded slog-envlogger v2.2.0 |
1180 | 2024-06-04T10:24:21.855Z | Downloaded slog-dtrace v0.3.0 |
1181 | 2024-06-04T10:24:21.855Z | Downloaded slog-bunyan v2.5.0 |
1182 | 2024-06-04T10:24:21.855Z | Downloaded slab v0.4.9 |
1183 | 2024-06-04T10:24:21.856Z | Downloaded siphasher v0.3.11 |
1184 | 2024-06-04T10:24:21.856Z | Downloaded similar v2.5.0 |
1185 | 2024-06-04T10:24:21.880Z | Downloaded sigpipe v0.1.3 |
1186 | 2024-06-04T10:24:21.880Z | Downloaded signature v2.2.0 |
1187 | 2024-06-04T10:24:21.880Z | Downloaded signature v1.6.4 |
1188 | 2024-06-04T10:24:21.880Z | Downloaded signal-hook-tokio v0.3.1 |
1189 | 2024-06-04T10:24:21.880Z | Downloaded signal-hook-registry v1.4.2 |
1190 | 2024-06-04T10:24:21.880Z | Downloaded signal-hook-mio v0.2.3 |
1191 | 2024-06-04T10:24:21.880Z | Downloaded signal-hook v0.3.17 |
1192 | 2024-06-04T10:24:21.880Z | Downloaded sha2 v0.10.8 |
1193 | 2024-06-04T10:24:21.880Z | Downloaded serde_urlencoded v0.7.1 |
1194 | 2024-06-04T10:24:21.880Z | Downloaded serde_tokenstream v0.2.0 |
1195 | 2024-06-04T10:24:21.880Z | Downloaded serde_tokenstream v0.1.7 |
1196 | 2024-06-04T10:24:21.905Z | Downloaded serde_spanned v0.6.6 |
1197 | 2024-06-04T10:24:21.905Z | Downloaded serde_repr v0.1.19 |
1198 | 2024-06-04T10:24:21.905Z | Downloaded serde_plain v1.0.2 |
1199 | 2024-06-04T10:24:21.905Z | Downloaded serde_path_to_error v0.1.16 |
1200 | 2024-06-04T10:24:21.905Z | Downloaded serde_arrays v0.1.0 |
1201 | 2024-06-04T10:24:21.905Z | Downloaded serde-hex v0.1.0 |
1202 | 2024-06-04T10:24:21.905Z | Downloaded serde-big-array v0.5.1 |
1203 | 2024-06-04T10:24:21.905Z | Downloaded serde-big-array v0.4.1 |
1204 | 2024-06-04T10:24:21.905Z | Downloaded semver v0.1.20 |
1205 | 2024-06-04T10:24:21.905Z | Downloaded scroll_derive v0.12.0 |
1206 | 2024-06-04T10:24:21.905Z | Downloaded scroll v0.12.0 |
1207 | 2024-06-04T10:24:21.905Z | Downloaded scopeguard v1.2.0 |
1208 | 2024-06-04T10:24:21.905Z | Downloaded schemars_derive v0.8.20 |
1209 | 2024-06-04T10:24:21.905Z | Downloaded resolv-conf v0.7.0 |
1210 | 2024-06-04T10:24:21.929Z | Downloaded reqwest v0.11.27 |
1211 | 2024-06-04T10:24:21.929Z | Downloaded regex-syntax v0.6.29 |
1212 | 2024-06-04T10:24:21.930Z | Downloaded idna v0.5.0 |
1213 | 2024-06-04T10:24:21.954Z | Downloaded idna v0.3.0 |
1214 | 2024-06-04T10:24:21.954Z | Downloaded idna v0.2.3 |
1215 | 2024-06-04T10:24:21.954Z | Downloaded bstr v1.9.1 |
1216 | 2024-06-04T10:24:21.978Z | Downloaded snafu v0.8.2 |
1217 | 2024-06-04T10:24:21.978Z | Downloaded smf v0.2.3 |
1218 | 2024-06-04T10:24:21.978Z | Downloaded smawk v0.3.2 |
1219 | 2024-06-04T10:24:21.978Z | Downloaded slog-async v2.8.0 |
1220 | 2024-06-04T10:24:21.978Z | Downloaded slog v2.7.0 |
1221 | 2024-06-04T10:24:22.002Z | Downloaded nodrop v0.1.14 |
1222 | 2024-06-04T10:24:22.002Z | Downloaded nix v0.28.0 |
1223 | 2024-06-04T10:24:22.003Z | Downloaded linear-map v1.2.0 |
1224 | 2024-06-04T10:24:22.003Z | Downloaded libxml v0.3.3 |
1225 | 2024-06-04T10:24:22.044Z | Downloaded libm v0.2.8 |
1226 | 2024-06-04T10:24:22.044Z | Downloaded libloading v0.8.3 |
1227 | 2024-06-04T10:24:22.044Z | Downloaded libefi-sys v0.1.0 |
1228 | 2024-06-04T10:24:22.044Z | Downloaded lazycell v1.3.0 |
1229 | 2024-06-04T10:24:22.044Z | Downloaded lazy_static v1.4.0 |
1230 | 2024-06-04T10:24:22.044Z | Downloaded lalrpop-util v0.19.12 |
1231 | 2024-06-04T10:24:22.045Z | Downloaded lalrpop v0.19.12 |
1232 | 2024-06-04T10:24:22.513Z | Downloaded kstat-rs v0.2.3 |
1233 | 2024-06-04T10:24:22.513Z | Downloaded keccak v0.1.5 |
1234 | 2024-06-04T10:24:22.513Z | Downloaded itoa v1.0.11 |
1235 | 2024-06-04T10:24:22.513Z | Downloaded itertools v0.12.1 |
1236 | 2024-06-04T10:24:22.514Z | Downloaded itertools v0.10.5 |
1237 | 2024-06-04T10:24:22.514Z | Downloaded indoc v1.0.9 |
1238 | 2024-06-04T10:24:22.514Z | Downloaded indicatif v0.17.8 |
1239 | 2024-06-04T10:24:22.514Z | Downloaded indexmap v2.2.6 |
1240 | 2024-06-04T10:24:22.514Z | Downloaded indexmap v1.9.3 |
1241 | 2024-06-04T10:24:22.514Z | Downloaded impl-trait-for-tuples v0.2.2 |
1242 | 2024-06-04T10:24:22.514Z | Downloaded ident_case v1.0.1 |
1243 | 2024-06-04T10:24:22.514Z | Downloaded iana-time-zone v0.1.60 |
1244 | 2024-06-04T10:24:22.514Z | Downloaded hyper-tls v0.5.0 |
1245 | 2024-06-04T10:24:22.514Z | Downloaded hyper-staticfile v0.9.5 |
1246 | 2024-06-04T10:24:22.514Z | Downloaded hyper-rustls v0.24.2 |
1247 | 2024-06-04T10:24:22.514Z | Downloaded hyper v0.14.28 |
1248 | 2024-06-04T10:24:22.514Z | Downloaded clap_builder v4.5.2 |
1249 | 2024-06-04T10:24:22.515Z | Downloaded chrono v0.4.38 |
1250 | 2024-06-04T10:24:22.515Z | Downloaded chacha20poly1305 v0.10.1 |
1251 | 2024-06-04T10:24:22.515Z | Downloaded chacha20 v0.9.1 |
1252 | 2024-06-04T10:24:22.515Z | Downloaded cfg_aliases v0.1.1 |
1253 | 2024-06-04T10:24:22.515Z | Downloaded cfg-if v1.0.0 |
1254 | 2024-06-04T10:24:22.515Z | Downloaded cexpr v0.6.0 |
1255 | 2024-06-04T10:24:22.515Z | Downloaded cc v1.0.97 |
1256 | 2024-06-04T10:24:22.515Z | Downloaded castaway v0.2.2 |
1257 | 2024-06-04T10:24:22.515Z | Downloaded cassowary v0.3.0 |
1258 | 2024-06-04T10:24:22.515Z | Downloaded cargo_metadata v0.18.1 |
1259 | 2024-06-04T10:24:22.515Z | Downloaded cargo-platform v0.1.8 |
1260 | 2024-06-04T10:24:22.515Z | Downloaded cancel-safe-futures v0.1.5 |
1261 | 2024-06-04T10:24:22.515Z | Downloaded camino-tempfile v1.1.1 |
1262 | 2024-06-04T10:24:22.515Z | Downloaded camino v1.1.7 |
1263 | 2024-06-04T10:24:22.515Z | Downloaded bzip2 v0.4.4 |
1264 | 2024-06-04T10:24:22.515Z | Downloaded bytes v1.6.0 |
1265 | 2024-06-04T10:24:22.515Z | Downloaded byteorder v1.5.0 |
1266 | 2024-06-04T10:24:22.515Z | Downloaded bytecount v0.6.8 |
1267 | 2024-06-04T10:24:22.515Z | Downloaded bstr v0.2.17 |
1268 | 2024-06-04T10:24:22.515Z | Downloaded blake3 v1.5.1 |
1269 | 2024-06-04T10:24:22.515Z | Downloaded bitvec v1.0.1 |
1270 | 2024-06-04T10:24:22.515Z | Downloaded bitstruct_derive v0.1.0 |
1271 | 2024-06-04T10:24:22.515Z | Downloaded bitstruct v0.1.1 |
1272 | 2024-06-04T10:24:22.516Z | Downloaded bitflags v1.3.2 |
1273 | 2024-06-04T10:24:22.516Z | Downloaded bitfield v0.14.0 |
1274 | 2024-06-04T10:24:22.516Z | Downloaded bit-vec v0.6.3 |
1275 | 2024-06-04T10:24:22.516Z | Downloaded bit-set v0.5.3 |
1276 | 2024-06-04T10:24:22.516Z | Downloaded bindgen v0.69.4 |
1277 | 2024-06-04T10:24:22.516Z | Downloaded bcs v0.1.6 |
1278 | 2024-06-04T10:24:22.516Z | Downloaded rayon v1.10.0 |
1279 | 2024-06-04T10:24:22.516Z | Downloaded nom v7.1.3 |
1280 | 2024-06-04T10:24:22.516Z | Downloaded nibble_vec v0.1.0 |
1281 | 2024-06-04T10:24:22.516Z | Downloaded newtype_derive v0.1.6 |
1282 | 2024-06-04T10:24:22.516Z | Downloaded newtype-uuid v1.1.0 |
1283 | 2024-06-04T10:24:22.516Z | Downloaded newline-converter v0.3.0 |
1284 | 2024-06-04T10:24:22.516Z | Downloaded new_debug_unreachable v1.0.6 |
1285 | 2024-06-04T10:24:22.516Z | Downloaded native-tls v0.2.11 |
1286 | 2024-06-04T10:24:22.516Z | Downloaded nanorand v0.7.0 |
1287 | 2024-06-04T10:24:22.516Z | Downloaded multimap v0.10.0 |
1288 | 2024-06-04T10:24:22.516Z | Downloaded multer v3.1.0 |
1289 | 2024-06-04T10:24:22.516Z | Downloaded mockall_derive v0.12.1 |
1290 | 2024-06-04T10:24:22.516Z | Downloaded mockall v0.12.1 |
1291 | 2024-06-04T10:24:22.516Z | Downloaded mio v0.8.11 |
1292 | 2024-06-04T10:24:22.516Z | Downloaded miniz_oxide v0.7.2 |
1293 | 2024-06-04T10:24:22.516Z | Downloaded minimal-lexical v0.2.1 |
1294 | 2024-06-04T10:24:22.516Z | Downloaded mime_guess v2.0.4 |
1295 | 2024-06-04T10:24:22.516Z | Downloaded mime v0.3.17 |
1296 | 2024-06-04T10:24:22.517Z | Downloaded memoffset v0.7.1 |
1297 | 2024-06-04T10:24:22.517Z | Downloaded memmap2 v0.9.4 |
1298 | 2024-06-04T10:24:22.517Z | Downloaded memmap v0.7.0 |
1299 | 2024-06-04T10:24:22.517Z | Downloaded memchr v2.7.2 |
1300 | 2024-06-04T10:24:22.517Z | Downloaded md-5 v0.10.6 |
1301 | 2024-06-04T10:24:22.517Z | Downloaded maybe-uninit v2.0.0 |
1302 | 2024-06-04T10:24:22.517Z | Downloaded matches v0.1.10 |
1303 | 2024-06-04T10:24:22.517Z | Downloaded match_cfg v0.1.0 |
1304 | 2024-06-04T10:24:22.517Z | Downloaded maplit v1.0.2 |
1305 | 2024-06-04T10:24:22.517Z | Downloaded managed v0.8.0 |
1306 | 2024-06-04T10:24:22.517Z | Downloaded macaddr v1.0.1 |
1307 | 2024-06-04T10:24:22.517Z | Downloaded lru-cache v0.1.2 |
1308 | 2024-06-04T10:24:22.517Z | Downloaded lru v0.12.3 |
1309 | 2024-06-04T10:24:22.517Z | Downloaded log v0.4.21 |
1310 | 2024-06-04T10:24:22.517Z | Downloaded lock_api v0.4.12 |
1311 | 2024-06-04T10:24:22.517Z | Downloaded linked-hash-map v0.5.6 |
1312 | 2024-06-04T10:24:22.517Z | Downloaded libsw v3.3.1 |
1313 | 2024-06-04T10:24:22.517Z | Downloaded is_terminal_polyfill v1.70.0 |
1314 | 2024-06-04T10:24:22.517Z | Downloaded is_ci v1.2.0 |
1315 | 2024-06-04T10:24:22.517Z | Downloaded is-terminal v0.4.12 |
1316 | 2024-06-04T10:24:22.517Z | Downloaded ipnetwork v0.20.0 |
1317 | 2024-06-04T10:24:22.517Z | Downloaded ipnet v2.9.0 |
1318 | 2024-06-04T10:24:22.517Z | Downloaded instant v0.1.12 |
1319 | 2024-06-04T10:24:22.518Z | Downloaded inout v0.1.3 |
1320 | 2024-06-04T10:24:22.518Z | Downloaded indoc v2.0.5 |
1321 | 2024-06-04T10:24:22.518Z | Downloaded hubpack_derive v0.1.1 |
1322 | 2024-06-04T10:24:22.518Z | Downloaded hubpack v0.1.2 |
1323 | 2024-06-04T10:24:22.518Z | Downloaded httpdate v1.0.3 |
1324 | 2024-06-04T10:24:22.518Z | Downloaded httparse v1.8.0 |
1325 | 2024-06-04T10:24:22.518Z | Downloaded http-range v0.1.5 |
1326 | 2024-06-04T10:24:22.518Z | Downloaded http-body v0.4.6 |
1327 | 2024-06-04T10:24:22.518Z | Downloaded http v1.1.0 |
1328 | 2024-06-04T10:24:22.518Z | Downloaded http v0.2.12 |
1329 | 2024-06-04T10:24:22.518Z | Downloaded hostname v0.4.0 |
1330 | 2024-06-04T10:24:22.518Z | Downloaded hostname v0.3.1 |
1331 | 2024-06-04T10:24:22.518Z | Downloaded home v0.5.9 |
1332 | 2024-06-04T10:24:22.543Z | Downloaded hmac v0.12.1 |
1333 | 2024-06-04T10:24:22.543Z | Downloaded hkdf v0.12.4 |
1334 | 2024-06-04T10:24:22.544Z | Downloaded highway v1.1.0 |
1335 | 2024-06-04T10:24:22.544Z | Downloaded hex v0.4.3 |
1336 | 2024-06-04T10:24:22.544Z | Downloaded heck v0.5.0 |
1337 | 2024-06-04T10:24:22.544Z | Downloaded heck v0.4.1 |
1338 | 2024-06-04T10:24:22.544Z | Downloaded heck v0.3.3 |
1339 | 2024-06-04T10:24:22.544Z | Downloaded heapless v0.8.0 |
1340 | 2024-06-04T10:24:22.544Z | Downloaded heapless v0.7.17 |
1341 | 2024-06-04T10:24:22.544Z | Downloaded headers-core v0.2.0 |
1342 | 2024-06-04T10:24:22.544Z | Downloaded headers v0.3.9 |
1343 | 2024-06-04T10:24:22.544Z | Downloaded hashbrown v0.14.5 |
1344 | 2024-06-04T10:24:22.544Z | Downloaded hashbrown v0.13.2 |
1345 | 2024-06-04T10:24:22.544Z | Downloaded hashbrown v0.12.3 |
1346 | 2024-06-04T10:24:22.544Z | Downloaded crossbeam-deque v0.8.5 |
1347 | 2024-06-04T10:24:22.544Z | Downloaded crossbeam-channel v0.5.12 |
1348 | 2024-06-04T10:24:22.544Z | Downloaded crc32fast v1.4.0 |
1349 | 2024-06-04T10:24:22.544Z | Downloaded crc-catalog v2.4.0 |
1350 | 2024-06-04T10:24:22.544Z | Downloaded crc-any v2.5.0 |
1351 | 2024-06-04T10:24:22.544Z | Downloaded crc v3.2.1 |
1352 | 2024-06-04T10:24:22.544Z | Downloaded cpufeatures v0.2.12 |
1353 | 2024-06-04T10:24:22.544Z | Downloaded corncobs v0.1.3 |
1354 | 2024-06-04T10:24:22.544Z | Downloaded cookie_store v0.20.0 |
1355 | 2024-06-04T10:24:22.544Z | Downloaded cookie v0.18.1 |
1356 | 2024-06-04T10:24:22.544Z | Downloaded cookie v0.17.0 |
1357 | 2024-06-04T10:24:22.545Z | Downloaded convert_case v0.4.0 |
1358 | 2024-06-04T10:24:22.545Z | Downloaded constant_time_eq v0.3.0 |
1359 | 2024-06-04T10:24:22.545Z | Downloaded const_format_proc_macros v0.2.32 |
1360 | 2024-06-04T10:24:22.545Z | Downloaded const_format v0.2.32 |
1361 | 2024-06-04T10:24:22.545Z | Downloaded const-oid v0.9.6 |
1362 | 2024-06-04T10:24:22.545Z | Downloaded console v0.15.8 |
1363 | 2024-06-04T10:24:22.545Z | Downloaded compact_str v0.7.1 |
1364 | 2024-06-04T10:24:22.545Z | Downloaded colored v2.1.0 |
1365 | 2024-06-04T10:24:22.545Z | Downloaded colorchoice v1.0.1 |
1366 | 2024-06-04T10:24:22.545Z | Downloaded cobs v0.2.3 |
1367 | 2024-06-04T10:24:22.545Z | Downloaded clap_lex v0.7.0 |
1368 | 2024-06-04T10:24:22.545Z | Downloaded clap_derive v4.5.4 |
1369 | 2024-06-04T10:24:22.545Z | Downloaded clap v4.5.4 |
1370 | 2024-06-04T10:24:22.545Z | Downloaded clang-sys v1.7.0 |
1371 | 2024-06-04T10:24:22.545Z | Downloaded cipher v0.4.4 |
1372 | 2024-06-04T10:24:22.545Z | Downloaded ciborium-ll v0.2.2 |
1373 | 2024-06-04T10:24:22.545Z | Downloaded ciborium-io v0.2.2 |
1374 | 2024-06-04T10:24:22.545Z | Downloaded ciborium v0.2.2 |
1375 | 2024-06-04T10:24:22.545Z | Downloaded buf-list v1.0.3 |
1376 | 2024-06-04T10:24:22.545Z | Downloaded block-padding v0.3.3 |
1377 | 2024-06-04T10:24:22.545Z | Downloaded block-buffer v0.10.4 |
1378 | 2024-06-04T10:24:22.545Z | Downloaded blake2 v0.10.6 |
1379 | 2024-06-04T10:24:22.545Z | Downloaded bitflags v2.5.0 |
1380 | 2024-06-04T10:24:22.545Z | Downloaded bb8 v0.8.3 |
1381 | 2024-06-04T10:24:22.546Z | Downloaded base64ct v1.6.0 |
1382 | 2024-06-04T10:24:22.546Z | Downloaded base64 v0.22.1 |
1383 | 2024-06-04T10:24:22.546Z | Downloaded base64 v0.21.7 |
1384 | 2024-06-04T10:24:22.546Z | Downloaded base64 v0.13.1 |
1385 | 2024-06-04T10:24:22.546Z | Downloaded base16ct v0.2.0 |
1386 | 2024-06-04T10:24:22.546Z | Downloaded backtrace v0.3.71 |
1387 | 2024-06-04T10:24:22.546Z | Downloaded backoff v0.4.0 |
1388 | 2024-06-04T10:24:22.546Z | Downloaded autocfg v1.3.0 |
1389 | 2024-06-04T10:24:22.546Z | Downloaded atty v0.2.14 |
1390 | 2024-06-04T10:24:22.546Z | Downloaded atomicwrites v0.4.3 |
1391 | 2024-06-04T10:24:22.546Z | Downloaded atomic-waker v1.1.2 |
1392 | 2024-06-04T10:24:22.546Z | Downloaded async-trait v0.1.80 |
1393 | 2024-06-04T10:24:22.546Z | Downloaded async-stream-impl v0.3.5 |
1394 | 2024-06-04T10:24:22.571Z | Downloaded async-stream v0.3.5 |
1395 | 2024-06-04T10:24:22.571Z | Downloaded async-recursion v1.1.1 |
1396 | 2024-06-04T10:24:22.571Z | Downloaded assert_matches v1.5.0 |
1397 | 2024-06-04T10:24:22.571Z | Downloaded ascii-canvas v3.0.0 |
1398 | 2024-06-04T10:24:22.571Z | Downloaded ascii v1.1.0 |
1399 | 2024-06-04T10:24:22.571Z | Downloaded arrayvec v0.7.4 |
1400 | 2024-06-04T10:24:22.571Z | Downloaded arrayref v0.3.7 |
1401 | 2024-06-04T10:24:22.571Z | Downloaded array-init v0.0.4 |
1402 | 2024-06-04T10:24:22.571Z | Downloaded argon2 v0.5.3 |
1403 | 2024-06-04T10:24:22.571Z | Downloaded arc-swap v1.7.1 |
1404 | 2024-06-04T10:24:22.571Z | Downloaded anyhow v1.0.86 |
1405 | 2024-06-04T10:24:22.596Z | Downloaded anstyle-query v1.0.3 |
1406 | 2024-06-04T10:24:22.596Z | Downloaded anstyle-parse v0.2.4 |
1407 | 2024-06-04T10:24:22.596Z | Downloaded anstyle v1.0.7 |
1408 | 2024-06-04T10:24:22.596Z | Downloaded anstream v0.6.14 |
1409 | 2024-06-04T10:24:22.596Z | Downloaded allocator-api2 v0.2.18 |
1410 | 2024-06-04T10:24:22.596Z | Downloaded aho-corasick v1.1.3 |
1411 | 2024-06-04T10:24:22.596Z | Downloaded ahash v0.8.11 |
1412 | 2024-06-04T10:24:22.621Z | Downloaded aead v0.5.2 |
1413 | 2024-06-04T10:24:22.621Z | Downloaded adler v1.0.2 |
1414 | 2024-06-04T10:24:22.916Z | Compiling proc-macro2 v1.0.82 |
1415 | 2024-06-04T10:24:22.917Z | Compiling unicode-ident v1.0.12 |
1416 | 2024-06-04T10:24:22.917Z | Compiling libc v0.2.155 |
1417 | 2024-06-04T10:24:22.947Z | Compiling serde v1.0.203 |
1418 | 2024-06-04T10:24:22.948Z | Compiling autocfg v1.3.0 |
1419 | 2024-06-04T10:24:22.948Z | Compiling version_check v0.9.4 |
1420 | 2024-06-04T10:24:22.948Z | Compiling cfg-if v1.0.0 |
1421 | 2024-06-04T10:24:23.217Z | Compiling cc v1.0.97 |
1422 | 2024-06-04T10:24:23.241Z | Compiling parking_lot_core v0.9.10 |
1423 | 2024-06-04T10:24:23.265Z | Compiling once_cell v1.19.0 |
1424 | 2024-06-04T10:24:23.665Z | Compiling libm v0.2.8 |
1425 | 2024-06-04T10:24:23.692Z | Compiling serde_json v1.0.117 |
1426 | 2024-06-04T10:24:23.719Z | Compiling ahash v0.8.11 |
1427 | 2024-06-04T10:24:23.801Z | Compiling lock_api v0.4.12 |
1428 | 2024-06-04T10:24:24.219Z | Compiling byteorder v1.5.0 |
1429 | 2024-06-04T10:24:24.309Z | Compiling num-traits v0.2.19 |
1430 | 2024-06-04T10:24:24.346Z | Compiling memchr v2.7.2 |
1431 | 2024-06-04T10:24:24.379Z | Compiling thiserror v1.0.60 |
1432 | 2024-06-04T10:24:24.722Z | Compiling typenum v1.17.0 |
1433 | 2024-06-04T10:24:24.801Z | Compiling log v0.4.21 |
1434 | 2024-06-04T10:24:24.951Z | Compiling quote v1.0.36 |
1435 | 2024-06-04T10:24:25.195Z | Compiling generic-array v0.14.7 |
1436 | 2024-06-04T10:24:25.451Z | Compiling syn v2.0.64 |
1437 | 2024-06-04T10:24:25.535Z | Compiling getrandom v0.2.14 |
1438 | 2024-06-04T10:24:25.589Z | Compiling itoa v1.0.11 |
1439 | 2024-06-04T10:24:25.970Z | Compiling scopeguard v1.2.0 |
1440 | 2024-06-04T10:24:26.224Z | Compiling allocator-api2 v0.2.18 |
1441 | 2024-06-04T10:24:26.292Z | Compiling slab v0.4.9 |
1442 | 2024-06-04T10:24:26.511Z | Compiling ring v0.17.8 |
1443 | 2024-06-04T10:24:26.551Z | Compiling ryu v1.0.18 |
1444 | 2024-06-04T10:24:26.643Z | Compiling schemars v0.8.20 |
1445 | 2024-06-04T10:24:26.674Z | Compiling smallvec v1.13.2 |
1446 | 2024-06-04T10:24:26.803Z | Compiling pin-project-lite v0.2.14 |
1447 | 2024-06-04T10:24:26.987Z | Compiling semver v1.0.23 |
1448 | 2024-06-04T10:24:27.093Z | Compiling syn v1.0.109 |
1449 | 2024-06-04T10:24:27.121Z | Compiling equivalent v1.0.1 |
1450 | 2024-06-04T10:24:27.377Z | Compiling parking_lot v0.12.2 |
1451 | 2024-06-04T10:24:27.402Z | Compiling pkg-config v0.3.30 |
1452 | 2024-06-04T10:24:27.530Z | Compiling vcpkg v0.2.15 |
1453 | 2024-06-04T10:24:27.816Z | Compiling signal-hook-registry v1.4.2 |
1454 | 2024-06-04T10:24:28.657Z | Compiling mio v0.8.11 |
1455 | 2024-06-04T10:24:29.033Z | Compiling openssl-sys v0.9.102 |
1456 | 2024-06-04T10:24:29.469Z | Compiling rand_core v0.6.4 |
1457 | 2024-06-04T10:24:29.748Z | Compiling socket2 v0.5.7 |
1458 | 2024-06-04T10:24:29.817Z | Compiling num_cpus v1.16.0 |
1459 | 2024-06-04T10:24:29.945Z | Compiling time-core v0.1.2 |
1460 | 2024-06-04T10:24:30.059Z | Compiling num-conv v0.1.0 |
1461 | 2024-06-04T10:24:30.314Z | Compiling time-macros v0.2.18 |
1462 | 2024-06-04T10:24:30.338Z | Compiling httparse v1.8.0 |
1463 | 2024-06-04T10:24:30.863Z | Compiling futures-core v0.3.30 |
1464 | 2024-06-04T10:24:31.089Z | Compiling fnv v1.0.7 |
1465 | 2024-06-04T10:24:31.148Z | Compiling openssl v0.10.64 |
1466 | 2024-06-04T10:24:31.462Z | Compiling iana-time-zone v0.1.60 |
1467 | 2024-06-04T10:24:31.492Z | Compiling crossbeam-utils v0.8.19 |
1468 | 2024-06-04T10:24:31.542Z | Compiling rustix v0.38.34 |
1469 | 2024-06-04T10:24:31.818Z | Compiling serde_derive_internals v0.29.1 |
1470 | 2024-06-04T10:24:32.080Z | Compiling spin v0.9.8 |
1471 | 2024-06-04T10:24:32.185Z | Compiling native-tls v0.2.11 |
1472 | 2024-06-04T10:24:32.324Z | Compiling tinyvec_macros v0.1.1 |
1473 | 2024-06-04T10:24:32.444Z | Compiling rustls v0.21.12 |
1474 | 2024-06-04T10:24:32.468Z | Compiling tinyvec v1.6.0 |
1475 | 2024-06-04T10:24:32.906Z | Compiling const-oid v0.9.6 |
1476 | 2024-06-04T10:24:33.035Z | Compiling ucd-trie v0.1.6 |
1477 | 2024-06-04T10:24:33.399Z | Compiling futures-sink v0.3.30 |
1478 | 2024-06-04T10:24:33.542Z | Compiling subtle v2.5.0 |
1479 | 2024-06-04T10:24:33.714Z | Compiling unicode-normalization v0.1.23 |
1480 | 2024-06-04T10:24:33.798Z | Compiling backtrace v0.3.71 |
1481 | 2024-06-04T10:24:33.953Z | Compiling cookie v0.17.0 |
1482 | 2024-06-04T10:24:34.189Z | Compiling heck v0.4.1 |
1483 | 2024-06-04T10:24:34.216Z | Compiling slog v2.7.0 |
1484 | 2024-06-04T10:24:34.330Z | Compiling dyn-clone v1.0.17 |
1485 | 2024-06-04T10:24:34.503Z | Compiling unicode-bidi v0.3.15 |
1486 | 2024-06-04T10:24:34.582Z | Compiling heck v0.5.0 |
1487 | 2024-06-04T10:24:34.947Z | Compiling futures-channel v0.3.30 |
1488 | 2024-06-04T10:24:35.028Z | Compiling futures-io v0.3.30 |
1489 | 2024-06-04T10:24:35.332Z | Compiling futures-task v0.3.30 |
1490 | 2024-06-04T10:24:35.359Z | Compiling pin-utils v0.1.0 |
1491 | 2024-06-04T10:24:35.825Z | Compiling aho-corasick v1.1.3 |
1492 | 2024-06-04T10:24:35.899Z | Compiling regex-syntax v0.8.3 |
1493 | 2024-06-04T10:24:35.980Z | Compiling untrusted v0.9.0 |
1494 | 2024-06-04T10:24:36.345Z | Compiling serde_derive v1.0.203 |
1495 | 2024-06-04T10:24:36.369Z | Compiling zerocopy-derive v0.7.34 |
1496 | 2024-06-04T10:24:37.536Z | Compiling zeroize_derive v1.4.2 |
1497 | 2024-06-04T10:24:37.788Z | Compiling thiserror-impl v1.0.60 |
1498 | 2024-06-04T10:24:37.986Z | Compiling zerocopy v0.7.34 |
1499 | 2024-06-04T10:24:38.709Z | Compiling tokio-macros v2.2.0 |
1500 | 2024-06-04T10:24:39.393Z | Compiling futures-macro v0.3.30 |
1501 | 2024-06-04T10:24:39.454Z | Compiling schemars_derive v0.8.20 |
1502 | 2024-06-04T10:24:39.795Z | Compiling hashbrown v0.14.5 |
1503 | 2024-06-04T10:24:40.169Z | Compiling tracing-attributes v0.1.27 |
1504 | 2024-06-04T10:24:40.194Z | Compiling zeroize v1.7.0 |
1505 | 2024-06-04T10:24:40.904Z | Compiling openssl-macros v0.1.1 |
1506 | 2024-06-04T10:24:41.022Z | Compiling scroll_derive v0.12.0 |
1507 | 2024-06-04T10:24:41.492Z | Compiling pest v2.7.10 |
1508 | 2024-06-04T10:24:41.630Z | Compiling crypto-common v0.1.6 |
1509 | 2024-06-04T10:24:41.833Z | Compiling futures-util v0.3.30 |
1510 | 2024-06-04T10:24:41.898Z | Compiling der_derive v0.7.2 |
1511 | 2024-06-04T10:24:42.121Z | Compiling anyhow v1.0.86 |
1512 | 2024-06-04T10:24:42.702Z | Compiling winnow v0.5.40 |
1513 | 2024-06-04T10:24:43.184Z | Compiling block-buffer v0.10.4 |
1514 | 2024-06-04T10:24:43.700Z | Compiling pest_meta v2.7.10 |
1515 | 2024-06-04T10:24:43.763Z | Compiling regex-automata v0.4.6 |
1516 | 2024-06-04T10:24:45.637Z | Compiling pest_generator v2.7.10 |
1517 | 2024-06-04T10:24:47.016Z | Compiling bytes v1.6.0 |
1518 | 2024-06-04T10:24:47.713Z | Compiling indexmap v2.2.6 |
1519 | 2024-06-04T10:24:48.111Z | Compiling tokio v1.37.0 |
1520 | 2024-06-04T10:24:48.572Z | Compiling uuid v1.8.0 |
1521 | 2024-06-04T10:24:48.811Z | Compiling chrono v0.4.38 |
1522 | 2024-06-04T10:24:49.236Z | Compiling bitflags v2.5.0 |
1523 | 2024-06-04T10:24:49.405Z | Compiling serde_tokenstream v0.2.0 |
1524 | 2024-06-04T10:24:49.832Z | Compiling toml_datetime v0.6.6 |
1525 | 2024-06-04T10:24:50.192Z | Compiling serde_spanned v0.6.6 |
1526 | 2024-06-04T10:24:50.724Z | Compiling http v0.2.12 |
1527 | 2024-06-04T10:24:52.525Z | Compiling toml_edit v0.19.15 |
1528 | 2024-06-04T10:24:52.699Z | Compiling rustc_version v0.4.0 |
1529 | 2024-06-04T10:24:53.090Z | Compiling pest_derive v2.7.10 |
1530 | 2024-06-04T10:24:53.249Z | Compiling tracing-core v0.1.32 |
1531 | 2024-06-04T10:24:53.699Z | Compiling usdt-impl v0.5.0 |
1532 | 2024-06-04T10:24:53.994Z | Compiling rustversion v1.0.17 |
1533 | 2024-06-04T10:24:54.498Z | Compiling powerfmt v0.2.0 |
1534 | 2024-06-04T10:24:54.931Z | Compiling deranged v0.3.11 |
1535 | 2024-06-04T10:24:55.116Z | Compiling tracing v0.1.40 |
1536 | 2024-06-04T10:24:55.215Z | Compiling heapless v0.7.17 |
1537 | 2024-06-04T10:24:55.467Z | Compiling digest v0.10.7 |
1538 | 2024-06-04T10:24:55.563Z | Compiling scroll v0.12.0 |
1539 | 2024-06-04T10:24:55.910Z | Compiling plain v0.2.3 |
1540 | 2024-06-04T10:24:56.009Z | Compiling ppv-lite86 v0.2.17 |
1541 | 2024-06-04T10:24:56.209Z | Compiling signal-hook v0.3.17 |
1542 | 2024-06-04T10:24:56.644Z | Compiling percent-encoding v2.3.1 |
1543 | 2024-06-04T10:24:56.688Z | Compiling num_threads v0.1.7 |
1544 | 2024-06-04T10:24:56.825Z | Compiling time v0.3.36 |
1545 | 2024-06-04T10:24:56.932Z | Compiling rand_chacha v0.3.1 |
1546 | 2024-06-04T10:24:57.075Z | Compiling goblin v0.8.2 |
1547 | 2024-06-04T10:24:58.225Z | Compiling regex v1.10.4 |
1548 | 2024-06-04T10:24:59.226Z | Compiling strsim v0.11.1 |
1549 | 2024-06-04T10:24:59.871Z | Compiling pretty-hex v0.4.1 |
1550 | 2024-06-04T10:25:00.060Z | Compiling crc32fast v1.4.0 |
1551 | 2024-06-04T10:25:00.564Z | Compiling rand v0.8.5 |
1552 | 2024-06-04T10:25:00.871Z | Compiling tokio-util v0.7.11 |
1553 | 2024-06-04T10:25:01.788Z | Compiling dof v0.3.0 |
1554 | 2024-06-04T10:25:02.168Z | Compiling dtrace-parser v0.2.0 |
1555 | 2024-06-04T10:25:03.208Z | Compiling async-trait v0.1.80 |
1556 | 2024-06-04T10:25:03.366Z | Compiling thread-id v4.2.1 |
1557 | 2024-06-04T10:25:03.469Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1558 | 2024-06-04T10:25:03.633Z | Compiling foreign-types-shared v0.1.1 |
1559 | 2024-06-04T10:25:03.678Z | Compiling smoltcp v0.9.1 |
1560 | 2024-06-04T10:25:03.738Z | Compiling unicode-width v0.1.12 |
1561 | 2024-06-04T10:25:03.948Z | Compiling base64ct v1.6.0 |
1562 | 2024-06-04T10:25:04.169Z | Compiling foreign-types v0.3.2 |
1563 | 2024-06-04T10:25:04.384Z | Compiling pem-rfc7468 v0.7.0 |
1564 | 2024-06-04T10:25:05.151Z | Compiling form_urlencoded v1.2.1 |
1565 | 2024-06-04T10:25:05.435Z | Compiling hmac v0.12.1 |
1566 | 2024-06-04T10:25:05.815Z | Compiling try-lock v0.2.5 |
1567 | 2024-06-04T10:25:05.978Z | Compiling base64 v0.21.7 |
1568 | 2024-06-04T10:25:06.003Z | Compiling siphasher v0.3.11 |
1569 | 2024-06-04T10:25:06.097Z | Compiling adler v1.0.2 |
1570 | 2024-06-04T10:25:06.190Z | Compiling flagset v0.4.5 |
1571 | 2024-06-04T10:25:06.309Z | Compiling miniz_oxide v0.7.2 |
1572 | 2024-06-04T10:25:06.372Z | Compiling der v0.7.9 |
1573 | 2024-06-04T10:25:06.544Z | Compiling want v0.3.1 |
1574 | 2024-06-04T10:25:07.025Z | Compiling h2 v0.3.26 |
1575 | 2024-06-04T10:25:07.332Z | Compiling rustls-webpki v0.101.7 |
1576 | 2024-06-04T10:25:07.612Z | Compiling sct v0.7.1 |
1577 | 2024-06-04T10:25:08.658Z | Compiling http-body v0.4.6 |
1578 | 2024-06-04T10:25:09.122Z | Compiling openapiv3 v2.0.0 |
1579 | 2024-06-04T10:25:09.394Z | Compiling hubpack_derive v0.1.1 |
1580 | 2024-06-04T10:25:09.606Z | Compiling zerocopy-derive v0.6.6 |
1581 | 2024-06-04T10:25:10.079Z | Compiling idna v0.5.0 |
1582 | 2024-06-04T10:25:10.400Z | Compiling errno v0.3.9 |
1583 | 2024-06-04T10:25:10.608Z | Compiling fs-err v2.11.0 |
1584 | 2024-06-04T10:25:10.848Z | Compiling tower-service v0.3.2 |
1585 | 2024-06-04T10:25:11.154Z | Compiling cpufeatures v0.2.12 |
1586 | 2024-06-04T10:25:11.240Z | Compiling openssl-probe v0.1.5 |
1587 | 2024-06-04T10:25:11.265Z | Compiling anstyle v1.0.7 |
1588 | 2024-06-04T10:25:11.470Z | Compiling finl_unicode v1.2.0 |
1589 | 2024-06-04T10:25:11.499Z | Compiling utf8parse v0.2.1 |
1590 | 2024-06-04T10:25:11.635Z | Compiling gimli v0.28.1 |
1591 | 2024-06-04T10:25:11.668Z | Compiling httpdate v1.0.3 |
1592 | 2024-06-04T10:25:11.863Z | Compiling stable_deref_trait v1.2.0 |
1593 | 2024-06-04T10:25:11.967Z | Compiling spin v0.5.2 |
1594 | 2024-06-04T10:25:12.279Z | Compiling stringprep v0.1.4 |
1595 | 2024-06-04T10:25:12.530Z | Compiling anstyle-parse v0.2.4 |
1596 | 2024-06-04T10:25:12.968Z | Compiling hyper v0.14.28 |
1597 | 2024-06-04T10:25:13.103Z | Compiling sha2 v0.10.8 |
1598 | 2024-06-04T10:25:13.710Z | Compiling url v2.5.0 |
1599 | 2024-06-04T10:25:15.627Z | Compiling addr2line v0.21.0 |
1600 | 2024-06-04T10:25:16.375Z | Compiling spki v0.7.3 |
1601 | 2024-06-04T10:25:16.917Z | Compiling usdt-attr-macro v0.5.0 |
1602 | 2024-06-04T10:25:17.170Z | Compiling usdt-macro v0.5.0 |
1603 | 2024-06-04T10:25:18.276Z | Compiling md-5 v0.10.6 |
1604 | 2024-06-04T10:25:20.706Z | Compiling idna v0.3.0 |
1605 | 2024-06-04T10:25:21.444Z | Compiling diesel_table_macro_syntax v0.1.0 |
1606 | 2024-06-04T10:25:21.759Z | Compiling num-integer v0.1.46 |
1607 | 2024-06-04T10:25:21.802Z | Compiling object v0.32.2 |
1608 | 2024-06-04T10:25:22.350Z | Compiling hash32 v0.2.1 |
1609 | 2024-06-04T10:25:22.927Z | Compiling rustc-demangle v0.1.24 |
1610 | 2024-06-04T10:25:23.119Z | Compiling is_terminal_polyfill v1.70.0 |
1611 | 2024-06-04T10:25:24.873Z | Compiling psl-types v2.0.11 |
1612 | 2024-06-04T10:25:25.126Z | Compiling anstyle-query v1.0.3 |
1613 | 2024-06-04T10:25:25.250Z | Compiling colorchoice v1.0.1 |
1614 | 2024-06-04T10:25:25.390Z | Compiling fallible-iterator v0.2.0 |
1615 | 2024-06-04T10:25:25.972Z | Compiling postgres-protocol v0.6.6 |
1616 | 2024-06-04T10:25:27.430Z | Compiling anstream v0.6.14 |
1617 | 2024-06-04T10:25:28.503Z | Compiling publicsuffix v2.2.3 |
1618 | 2024-06-04T10:25:28.712Z | Compiling lazy_static v1.4.0 |
1619 | 2024-06-04T10:25:29.208Z | Compiling diesel_derives v2.1.4 |
1620 | 2024-06-04T10:25:30.155Z | Compiling tokio-rustls v0.24.1 |
1621 | 2024-06-04T10:25:33.338Z | Compiling pkcs8 v0.10.2 |
1622 | 2024-06-04T10:25:33.819Z | Compiling terminal_size v0.3.0 |
1623 | 2024-06-04T10:25:34.001Z | Compiling tokio-native-tls v0.3.1 |
1624 | 2024-06-04T10:25:34.226Z | Compiling phf_shared v0.11.2 |
1625 | 2024-06-04T10:25:34.661Z | Compiling strum_macros v0.25.3 |
1626 | 2024-06-04T10:25:35.717Z | Compiling block-padding v0.3.3 |
1627 | 2024-06-04T10:25:35.819Z | Compiling regress v0.9.1 |
1628 | 2024-06-04T10:25:35.928Z | Compiling enum-as-inner v0.5.1 |
1629 | 2024-06-04T10:25:36.252Z | Compiling clap_derive v4.5.4 |
1630 | 2024-06-04T10:25:36.672Z | Compiling serde_repr v0.1.19 |
1631 | 2024-06-04T10:25:37.718Z | Compiling ff v0.13.0 |
1632 | 2024-06-04T10:25:37.937Z | Compiling scheduled-thread-pool v0.2.7 |
1633 | 2024-06-04T10:25:39.400Z | Compiling encoding_rs v0.8.34 |
1634 | 2024-06-04T10:25:39.467Z | Compiling managed v0.8.0 |
1635 | 2024-06-04T10:25:39.720Z | Compiling matches v0.1.10 |
1636 | 2024-06-04T10:25:39.809Z | Compiling either v1.12.0 |
1637 | 2024-06-04T10:25:39.924Z | Compiling bitflags v1.3.2 |
1638 | 2024-06-04T10:25:40.105Z | Compiling clap_lex v0.7.0 |
1639 | 2024-06-04T10:25:40.163Z | Compiling mime v0.3.17 |
1640 | 2024-06-04T10:25:40.214Z | Compiling ipnet v2.9.0 |
1641 | 2024-06-04T10:25:40.855Z | Compiling bit-vec v0.6.3 |
1642 | 2024-06-04T10:25:41.211Z | Compiling base16ct v0.2.0 |
1643 | 2024-06-04T10:25:41.518Z | Compiling sec1 v0.7.3 |
1644 | 2024-06-04T10:25:41.805Z | Compiling clap_builder v4.5.2 |
1645 | 2024-06-04T10:25:42.225Z | Compiling idna v0.2.3 |
1646 | 2024-06-04T10:25:43.290Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1647 | 2024-06-04T10:25:44.354Z | Compiling r2d2 v0.8.10 |
1648 | 2024-06-04T10:25:45.557Z | Compiling group v0.13.0 |
1649 | 2024-06-04T10:25:46.448Z | Compiling inout v0.1.3 |
1650 | 2024-06-04T10:25:47.771Z | Compiling phf v0.11.2 |
1651 | 2024-06-04T10:25:47.861Z | Compiling hyper-tls v0.5.0 |
1652 | 2024-06-04T10:25:48.011Z | Compiling signal-hook-mio v0.2.3 |
1653 | 2024-06-04T10:25:48.148Z | Compiling hyper-rustls v0.24.2 |
1654 | 2024-06-04T10:25:48.173Z | Compiling cookie_store v0.20.0 |
1655 | 2024-06-04T10:25:48.253Z | Compiling postgres-types v0.2.6 |
1656 | 2024-06-04T10:25:48.460Z | Compiling num-bigint v0.4.5 |
1657 | 2024-06-04T10:25:48.602Z | Compiling zerocopy v0.6.6 |
1658 | 2024-06-04T10:25:49.283Z | Compiling hubpack v0.1.2 |
1659 | 2024-06-04T10:25:49.357Z | Compiling rustls-pemfile v1.0.4 |
1660 | 2024-06-04T10:25:49.393Z | Compiling phf_shared v0.10.0 |
1661 | 2024-06-04T10:25:49.639Z | Compiling hkdf v0.12.4 |
1662 | 2024-06-04T10:25:49.678Z | Compiling serde_urlencoded v0.7.1 |
1663 | 2024-06-04T10:25:49.830Z | Compiling crossbeam-epoch v0.9.18 |
1664 | 2024-06-04T10:25:50.134Z | Compiling ipnetwork v0.20.0 |
1665 | 2024-06-04T10:25:50.781Z | Compiling futures-executor v0.3.30 |
1666 | 2024-06-04T10:25:51.229Z | Compiling crypto-bigint v0.5.5 |
1667 | 2024-06-04T10:25:51.365Z | Compiling float-cmp v0.9.0 |
1668 | 2024-06-04T10:25:51.409Z | Compiling memmap v0.7.0 |
1669 | 2024-06-04T10:25:51.627Z | Compiling precomputed-hash v0.1.1 |
1670 | 2024-06-04T10:25:51.684Z | Compiling whoami v1.5.1 |
1671 | 2024-06-04T10:25:51.743Z | Compiling unicode-segmentation v1.11.0 |
1672 | 2024-06-04T10:25:52.167Z | Compiling new_debug_unreachable v1.0.6 |
1673 | 2024-06-04T10:25:52.260Z | Compiling normalize-line-endings v0.3.0 |
1674 | 2024-06-04T10:25:52.375Z | Compiling webpki-roots v0.25.4 |
1675 | 2024-06-04T10:25:52.495Z | Compiling static_assertions v1.1.0 |
1676 | 2024-06-04T10:25:52.521Z | Compiling difflib v0.4.0 |
1677 | 2024-06-04T10:25:52.589Z | Compiling predicates-core v1.0.6 |
1678 | 2024-06-04T10:25:52.862Z | Compiling winnow v0.6.8 |
1679 | 2024-06-04T10:25:53.442Z | Compiling fixedbitset v0.4.2 |
1680 | 2024-06-04T10:25:53.541Z | Compiling minimal-lexical v0.2.1 |
1681 | 2024-06-04T10:25:53.782Z | Compiling sync_wrapper v0.1.2 |
1682 | 2024-06-04T10:25:53.822Z | Compiling data-encoding v2.6.0 |
1683 | 2024-06-04T10:25:53.971Z | Compiling reqwest v0.11.27 |
1684 | 2024-06-04T10:25:54.015Z | Compiling nom v7.1.3 |
1685 | 2024-06-04T10:25:55.150Z | Compiling trust-dns-proto v0.22.0 |
1686 | 2024-06-04T10:25:55.397Z | Compiling petgraph v0.6.5 |
1687 | 2024-06-04T10:25:55.696Z | Compiling toml_edit v0.22.13 |
1688 | 2024-06-04T10:25:56.047Z | Compiling elliptic-curve v0.13.8 |
1689 | 2024-06-04T10:25:56.614Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1690 | 2024-06-04T10:25:56.811Z | Compiling predicates v3.1.0 |
1691 | 2024-06-04T10:25:58.010Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1692 | 2024-06-04T10:25:58.527Z | Compiling similar v2.5.0 |
1693 | 2024-06-04T10:25:58.973Z | Compiling string_cache v0.8.7 |
1694 | 2024-06-04T10:25:59.332Z | Compiling tokio-postgres v0.7.10 |
1695 | 2024-06-04T10:25:59.686Z | Compiling usdt v0.5.0 |
1696 | 2024-06-04T10:26:00.678Z | Compiling futures v0.3.30 |
1697 | 2024-06-04T10:26:00.785Z | Compiling diesel v2.1.6 |
1698 | 2024-06-04T10:26:00.830Z | Compiling yasna v0.5.2 |
1699 | 2024-06-04T10:26:01.957Z | Compiling crossterm v0.27.0 |
1700 | 2024-06-04T10:26:02.098Z | Compiling flate2 v1.0.30 |
1701 | 2024-06-04T10:26:02.142Z | Compiling cipher v0.4.4 |
1702 | 2024-06-04T10:26:02.524Z | Compiling clap v4.5.4 |
1703 | 2024-06-04T10:26:02.635Z | Compiling bit-set v0.5.3 |
1704 | 2024-06-04T10:26:02.848Z | Compiling itertools v0.10.5 |
1705 | 2024-06-04T10:26:02.875Z | Compiling itertools v0.12.1 |
1706 | 2024-06-04T10:26:02.969Z | Compiling console v0.15.8 |
1707 | 2024-06-04T10:26:04.045Z | Compiling num-iter v0.1.45 |
1708 | 2024-06-04T10:26:04.413Z | Compiling tokio-stream v0.1.15 |
1709 | 2024-06-04T10:26:04.615Z | Compiling toml v0.7.8 |
1710 | 2024-06-04T10:26:04.683Z | Compiling bstr v1.9.1 |
1711 | 2024-06-04T10:26:05.078Z | Compiling hex v0.4.3 |
1712 | 2024-06-04T10:26:05.376Z | Compiling unicode-xid v0.2.4 |
1713 | 2024-06-04T10:26:05.537Z | Compiling lalrpop-util v0.19.12 |
1714 | 2024-06-04T10:26:05.714Z | Compiling peg-runtime v0.8.3 |
1715 | 2024-06-04T10:26:06.136Z | Compiling proc-macro-crate v1.3.1 |
1716 | 2024-06-04T10:26:06.848Z | Compiling camino v1.1.7 |
1717 | 2024-06-04T10:26:07.419Z | Compiling heapless v0.8.0 |
1718 | 2024-06-04T10:26:08.923Z | Compiling num_enum_derive v0.5.11 |
1719 | 2024-06-04T10:26:12.936Z | Compiling hash32 v0.3.1 |
1720 | 2024-06-04T10:26:13.283Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1721 | 2024-06-04T10:26:14.016Z | Compiling rustls-pki-types v1.7.0 |
1722 | 2024-06-04T10:26:14.419Z | Compiling ident_case v1.0.1 |
1723 | 2024-06-04T10:26:14.706Z | Compiling smoltcp v0.11.0 |
1724 | 2024-06-04T10:26:16.084Z | Compiling darling_core v0.20.9 |
1725 | 2024-06-04T10:26:24.578Z | Compiling num_enum v0.5.11 |
1726 | 2024-06-04T10:26:26.329Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1727 | 2024-06-04T10:26:26.701Z | Compiling getopts v0.2.21 |
1728 | 2024-06-04T10:26:27.972Z | Compiling dirs-sys-next v0.1.2 |
1729 | 2024-06-04T10:26:28.237Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1730 | 2024-06-04T10:26:28.278Z | Compiling proc-macro-error-attr v1.0.4 |
1731 | 2024-06-04T10:26:28.466Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1732 | 2024-06-04T10:26:28.604Z | Compiling embedded-io v0.4.0 |
1733 | 2024-06-04T10:26:28.967Z | Compiling unsafe-libyaml v0.2.11 |
1734 | 2024-06-04T10:26:28.992Z | Compiling paste v1.0.15 |
1735 | 2024-06-04T10:26:29.417Z | Compiling cobs v0.2.3 |
1736 | 2024-06-04T10:26:29.698Z | Compiling rustls v0.22.4 |
1737 | 2024-06-04T10:26:29.822Z | Compiling postcard v1.0.8 |
1738 | 2024-06-04T10:26:29.943Z | Compiling serde_yaml v0.9.34+deprecated |
1739 | 2024-06-04T10:26:31.825Z | Compiling dirs-next v2.0.0 |
1740 | 2024-06-04T10:26:33.284Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1741 | 2024-06-04T10:26:35.027Z | Compiling darling_macro v0.20.9 |
1742 | 2024-06-04T10:26:37.291Z | Compiling rustls-webpki v0.102.4 |
1743 | 2024-06-04T10:26:41.974Z | Compiling strum_macros v0.26.2 |
1744 | 2024-06-04T10:26:43.015Z | Compiling structmeta-derive v0.3.0 |
1745 | 2024-06-04T10:26:43.219Z | Compiling foreign-types-macros v0.2.3 |
1746 | 2024-06-04T10:26:44.394Z | Compiling thread_local v1.1.8 |
1747 | 2024-06-04T10:26:44.426Z | Compiling multer v3.1.0 |
1748 | 2024-06-04T10:26:44.651Z | Compiling proc-macro-error v1.0.4 |
1749 | 2024-06-04T10:26:44.896Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1750 | 2024-06-04T10:26:45.559Z | Compiling match_cfg v0.1.0 |
1751 | 2024-06-04T10:26:45.732Z | Compiling foreign-types-shared v0.3.1 |
1752 | 2024-06-04T10:26:45.758Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1753 | 2024-06-04T10:26:45.992Z | Compiling slog-async v2.8.0 |
1754 | 2024-06-04T10:26:46.472Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1755 | 2024-06-04T10:26:46.625Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1756 | 2024-06-04T10:26:49.348Z | Compiling foreign-types v0.5.0 |
1757 | 2024-06-04T10:26:49.890Z | Compiling hostname v0.3.1 |
1758 | 2024-06-04T10:26:50.109Z | Compiling strum v0.26.2 |
1759 | 2024-06-04T10:26:51.174Z | Compiling structmeta v0.3.0 |
1760 | 2024-06-04T10:26:55.101Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1761 | 2024-06-04T10:26:58.114Z | Compiling darling v0.20.9 |
1762 | 2024-06-04T10:27:03.480Z | Compiling term v0.7.0 |
1763 | 2024-06-04T10:27:06.706Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1764 | 2024-06-04T10:27:07.400Z | Compiling slog-json v2.6.1 |
1765 | 2024-06-04T10:27:07.838Z | Compiling tabwriter v1.4.0 |
1766 | 2024-06-04T10:27:07.985Z | Compiling crossbeam-channel v0.5.12 |
1767 | 2024-06-04T10:27:09.362Z | Compiling http v1.1.0 |
1768 | 2024-06-04T10:27:09.478Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1769 | 2024-06-04T10:27:09.879Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1770 | 2024-06-04T10:27:10.079Z | Compiling async-stream-impl v0.3.5 |
1771 | 2024-06-04T10:27:10.112Z | Compiling cstr-argument v0.1.2 |
1772 | 2024-06-04T10:27:10.340Z | Compiling is-terminal v0.4.12 |
1773 | 2024-06-04T10:27:10.460Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1774 | 2024-06-04T10:27:10.539Z | Compiling crucible-workspace-hack v0.1.0 |
1775 | 2024-06-04T10:27:10.697Z | Compiling base64 v0.22.1 |
1776 | 2024-06-04T10:27:10.788Z | Compiling take_mut v0.2.2 |
1777 | 2024-06-04T10:27:10.924Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1778 | 2024-06-04T10:27:11.080Z | Compiling atomic-waker v1.1.2 |
1779 | 2024-06-04T10:27:11.263Z | Compiling pretty-hex v0.2.1 |
1780 | 2024-06-04T10:27:11.456Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1781 | 2024-06-04T10:27:11.713Z | Compiling rayon-core v1.12.1 |
1782 | 2024-06-04T10:27:11.944Z | Compiling fastrand v2.1.0 |
1783 | 2024-06-04T10:27:12.032Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1784 | 2024-06-04T10:27:12.060Z | Compiling waitgroup v0.1.2 |
1785 | 2024-06-04T10:27:12.283Z | Compiling tempfile v3.10.1 |
1786 | 2024-06-04T10:27:12.400Z | Compiling rustls-pemfile v2.1.2 |
1787 | 2024-06-04T10:27:12.547Z | Compiling async-stream v0.3.5 |
1788 | 2024-06-04T10:27:13.408Z | Compiling slog-term v2.9.1 |
1789 | 2024-06-04T10:27:13.795Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1790 | 2024-06-04T10:27:14.754Z | Compiling slog-bunyan v2.5.0 |
1791 | 2024-06-04T10:27:14.978Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1792 | 2024-06-04T10:27:15.266Z | Compiling tokio-rustls v0.25.0 |
1793 | 2024-06-04T10:27:15.321Z | Compiling serde_with_macros v3.8.1 |
1794 | 2024-06-04T10:27:15.600Z | Compiling parse-display-derive v0.9.0 |
1795 | 2024-06-04T10:27:15.639Z | Compiling toml v0.8.13 |
1796 | 2024-06-04T10:27:15.750Z | Compiling sha1 v0.10.6 |
1797 | 2024-06-04T10:27:16.346Z | Compiling crossbeam-deque v0.8.5 |
1798 | 2024-06-04T10:27:16.665Z | Compiling colored v2.1.0 |
1799 | 2024-06-04T10:27:17.440Z | Compiling newtype-uuid v1.1.0 |
1800 | 2024-06-04T10:27:17.722Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1801 | 2024-06-04T10:27:17.753Z | Compiling serde_path_to_error v0.1.16 |
1802 | 2024-06-04T10:27:18.584Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1803 | 2024-06-04T10:27:18.844Z | Compiling hostname v0.4.0 |
1804 | 2024-06-04T10:27:19.086Z | Compiling socket2 v0.4.10 |
1805 | 2024-06-04T10:27:19.166Z | Compiling instant v0.1.12 |
1806 | 2024-06-04T10:27:19.318Z | Compiling debug-ignore v1.0.5 |
1807 | 2024-06-04T10:27:19.344Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1808 | 2024-06-04T10:27:19.654Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1809 | 2024-06-04T10:27:20.366Z | Compiling backoff v0.4.0 |
1810 | 2024-06-04T10:27:20.658Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1811 | 2024-06-04T10:27:20.831Z | Compiling parse-display v0.9.0 |
1812 | 2024-06-04T10:27:21.123Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1813 | 2024-06-04T10:27:21.523Z | Compiling serde_with v3.8.1 |
1814 | 2024-06-04T10:27:22.073Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1815 | 2024-06-04T10:27:22.385Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1816 | 2024-06-04T10:27:23.240Z | Compiling camino-tempfile v1.1.1 |
1817 | 2024-06-04T10:27:23.927Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1818 | 2024-06-04T10:27:24.316Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1819 | 2024-06-04T10:27:24.480Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1820 | 2024-06-04T10:27:24.925Z | Compiling macaddr v1.0.1 |
1821 | 2024-06-04T10:27:25.038Z | Compiling num-derive v0.4.2 |
1822 | 2024-06-04T10:27:25.435Z | Compiling sigpipe v0.1.3 |
1823 | 2024-06-04T10:27:25.563Z | Compiling libefi-sys v0.1.0 |
1824 | 2024-06-04T10:27:25.818Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1825 | 2024-06-04T10:27:26.296Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1826 | 2024-06-04T10:27:26.460Z | Compiling rayon v1.10.0 |
1827 | 2024-06-04T10:27:26.717Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1828 | 2024-06-04T10:27:27.534Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1829 | 2024-06-04T10:27:28.005Z | Compiling smf v0.2.3 |
1830 | 2024-06-04T10:27:29.009Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1831 | 2024-06-04T10:27:30.257Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1832 | 2024-06-04T10:27:30.376Z | Compiling ring v0.16.20 |
1833 | 2024-06-04T10:27:31.108Z | Compiling blake3 v1.5.1 |
1834 | 2024-06-04T10:27:31.172Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1835 | 2024-06-04T10:27:31.449Z | Compiling portable-atomic v1.6.0 |
1836 | 2024-06-04T10:27:32.564Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1837 | 2024-06-04T10:27:33.095Z | Compiling xattr v1.3.1 |
1838 | 2024-06-04T10:27:33.362Z | Compiling memmap2 v0.9.4 |
1839 | 2024-06-04T10:27:33.543Z | Compiling filetime v0.2.23 |
1840 | 2024-06-04T10:27:33.850Z | Compiling same-file v1.0.6 |
1841 | 2024-06-04T10:27:33.890Z | Compiling constant_time_eq v0.3.0 |
1842 | 2024-06-04T10:27:34.037Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1843 | 2024-06-04T10:27:34.099Z | Compiling untrusted v0.7.1 |
1844 | 2024-06-04T10:27:34.177Z | Compiling arrayref v0.3.7 |
1845 | 2024-06-04T10:27:34.274Z | Compiling arrayvec v0.7.4 |
1846 | 2024-06-04T10:27:34.299Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1847 | 2024-06-04T10:27:35.133Z | Compiling walkdir v2.5.0 |
1848 | 2024-06-04T10:27:35.386Z | Compiling tar v0.4.40 |
1849 | 2024-06-04T10:27:36.364Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1850 | 2024-06-04T10:27:36.745Z | Compiling gethostname v0.4.3 |
1851 | 2024-06-04T10:27:37.001Z | Compiling topological-sort v0.2.2 |
1852 | 2024-06-04T10:27:37.218Z | Compiling number_prefix v0.4.0 |
1853 | 2024-06-04T10:27:37.282Z | Compiling swrite v0.1.0 |
1854 | 2024-06-04T10:27:37.409Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1855 | 2024-06-04T10:27:38.258Z | Compiling indicatif v0.17.8 |
1856 | 2024-06-04T10:27:39.370Z | Compiling omicron-zone-package v0.11.0 |
1857 | 2024-06-04T10:27:40.285Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1858 | 2024-06-04T10:27:41.208Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1859 | 2024-06-04T10:27:42.312Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1860 | 2024-06-04T10:28:02.672Z | Finished `release` profile [optimized] target(s) in 4m 08s |
1861 | 2024-06-04T10:28:02.936Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1862 | 2024-06-04T10:28:03.035Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1863 | 2024-06-04T10:28:03.066Z | Created new build target 'test' and set it as active |
1864 | 2024-06-04T10:28:03.066Z | |
1865 | 2024-06-04T10:28:03.066Z | real 4:09.057670944 |
1866 | 2024-06-04T10:28:03.066Z | user 24:32.504029765 |
1867 | 2024-06-04T10:28:03.066Z | sys 3:24.584323541 |
1868 | 2024-06-04T10:28:03.066Z | trap 0.813676214 |
1869 | 2024-06-04T10:28:03.066Z | tflt 1.050983448 |
1870 | 2024-06-04T10:28:03.066Z | dflt 0.780110632 |
1871 | 2024-06-04T10:28:03.066Z | kflt 0.006327915 |
1872 | 2024-06-04T10:28:03.066Z | lock 51:11.356157660 |
1873 | 2024-06-04T10:28:03.066Z | slp 1:09:05.004469673 |
1874 | 2024-06-04T10:28:03.067Z | lat 1:51.069243330 |
1875 | 2024-06-04T10:28:03.067Z | stop 3:26.098842435 |
1876 | 2024-06-04T10:28:03.067Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1877 | 2024-06-04T10:28:04.312Z | Finished `release` profile [optimized] target(s) in 1.21s |
1878 | 2024-06-04T10:28:04.364Z | Running `target/release/omicron-package -t test package` |
1879 | 2024-06-04T10:28:04.411Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1880 | 2024-06-04T10:28:05.687Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1881 | 2024-06-04T10:28:05.715Z | Compiling newline-converter v0.3.0 |
1882 | 2024-06-04T10:28:05.740Z | Compiling humantime v2.1.0 |
1883 | 2024-06-04T10:28:05.740Z | Compiling derive-where v1.2.7 |
1884 | 2024-06-04T10:28:05.765Z | Compiling convert_case v0.4.0 |
1885 | 2024-06-04T10:28:05.790Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1886 | 2024-06-04T10:28:05.790Z | Compiling password-hash v0.5.0 |
1887 | 2024-06-04T10:28:05.790Z | Compiling blake2 v0.10.6 |
1888 | 2024-06-04T10:28:05.880Z | Compiling expectorate v1.1.0 |
1889 | 2024-06-04T10:28:05.929Z | Compiling linked-hash-map v0.5.6 |
1890 | 2024-06-04T10:28:06.034Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1891 | 2024-06-04T10:28:06.251Z | Compiling argon2 v0.5.3 |
1892 | 2024-06-04T10:28:06.427Z | Compiling lru-cache v0.1.2 |
1893 | 2024-06-04T10:28:06.455Z | Compiling derive_more v0.99.17 |
1894 | 2024-06-04T10:28:06.596Z | Compiling semver v0.1.20 |
1895 | 2024-06-04T10:28:06.660Z | Compiling home v0.5.9 |
1896 | 2024-06-04T10:28:06.860Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1897 | 2024-06-04T10:28:07.073Z | Compiling rustc_version v0.1.7 |
1898 | 2024-06-04T10:28:07.368Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1899 | 2024-06-04T10:28:07.426Z | Compiling newtype_derive v0.1.6 |
1900 | 2024-06-04T10:28:07.617Z | Compiling slog-dtrace v0.3.0 |
1901 | 2024-06-04T10:28:07.835Z | Compiling steno v0.4.0 |
1902 | 2024-06-04T10:28:07.861Z | Compiling quick-error v1.2.3 |
1903 | 2024-06-04T10:28:07.988Z | Compiling resolv-conf v0.7.0 |
1904 | 2024-06-04T10:28:08.280Z | Compiling termcolor v1.4.1 |
1905 | 2024-06-04T10:28:09.254Z | Compiling trust-dns-resolver v0.22.0 |
1906 | 2024-06-04T10:28:09.327Z | Compiling utf-8 v0.7.6 |
1907 | 2024-06-04T10:28:09.602Z | Compiling num-rational v0.4.2 |
1908 | 2024-06-04T10:28:09.647Z | Compiling num-complex v0.4.6 |
1909 | 2024-06-04T10:28:10.633Z | Compiling num v0.4.3 |
1910 | 2024-06-04T10:28:10.735Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1911 | 2024-06-04T10:28:11.454Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1912 | 2024-06-04T10:28:11.505Z | Compiling nibble_vec v0.1.0 |
1913 | 2024-06-04T10:28:11.691Z | Compiling radium v0.7.0 |
1914 | 2024-06-04T10:28:12.047Z | Compiling display-error-chain v0.2.0 |
1915 | 2024-06-04T10:28:12.221Z | Compiling endian-type v0.1.2 |
1916 | 2024-06-04T10:28:12.373Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1917 | 2024-06-04T10:28:12.409Z | Compiling radix_trie v0.2.1 |
1918 | 2024-06-04T10:28:12.434Z | Compiling tungstenite v0.20.1 |
1919 | 2024-06-04T10:28:13.135Z | Compiling tap v1.0.1 |
1920 | 2024-06-04T10:28:13.289Z | Compiling maybe-uninit v2.0.0 |
1921 | 2024-06-04T10:28:13.705Z | Compiling tokio-tungstenite v0.20.1 |
1922 | 2024-06-04T10:28:14.277Z | Compiling wyz v0.5.1 |
1923 | 2024-06-04T10:28:15.122Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1924 | 2024-06-04T10:28:15.351Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1925 | 2024-06-04T10:28:15.703Z | Compiling num-bigint-dig v0.8.4 |
1926 | 2024-06-04T10:28:15.927Z | Compiling funty v2.0.0 |
1927 | 2024-06-04T10:28:16.760Z | Compiling packed_struct v0.10.1 |
1928 | 2024-06-04T10:28:16.833Z | Compiling cancel-safe-futures v0.1.5 |
1929 | 2024-06-04T10:28:17.087Z | Compiling crc-catalog v2.4.0 |
1930 | 2024-06-04T10:28:17.139Z | Compiling arc-swap v1.7.1 |
1931 | 2024-06-04T10:28:17.222Z | Compiling crc v3.2.1 |
1932 | 2024-06-04T10:28:17.705Z | Compiling slog-scope v4.4.0 |
1933 | 2024-06-04T10:28:17.974Z | Compiling bitvec v1.0.1 |
1934 | 2024-06-04T10:28:18.843Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1935 | 2024-06-04T10:28:21.553Z | Compiling fxhash v0.2.1 |
1936 | 2024-06-04T10:28:21.730Z | Compiling packed_struct_codegen v0.10.1 |
1937 | 2024-06-04T10:28:22.044Z | Compiling dirs-sys-next v0.1.2 |
1938 | 2024-06-04T10:28:22.461Z | Compiling indexmap v1.9.3 |
1939 | 2024-06-04T10:28:22.701Z | Compiling crunchy v0.2.2 |
1940 | 2024-06-04T10:28:23.052Z | Compiling nodrop v0.1.14 |
1941 | 2024-06-04T10:28:23.170Z | Compiling glob v0.3.1 |
1942 | 2024-06-04T10:28:23.846Z | Compiling clang-sys v1.7.0 |
1943 | 2024-06-04T10:28:24.415Z | Compiling array-init v0.0.4 |
1944 | 2024-06-04T10:28:25.402Z | Compiling dirs-next v2.0.0 |
1945 | 2024-06-04T10:28:25.691Z | Compiling smallvec v0.6.14 |
1946 | 2024-06-04T10:28:26.447Z | Compiling slog-stdlog v4.1.1 |
1947 | 2024-06-04T10:28:26.678Z | Compiling rayon-core v1.12.1 |
1948 | 2024-06-04T10:28:26.703Z | Compiling pkcs1 v0.7.5 |
1949 | 2024-06-04T10:28:27.023Z | Compiling signature v2.2.0 |
1950 | 2024-06-04T10:28:27.200Z | Compiling crossbeam-deque v0.8.5 |
1951 | 2024-06-04T10:28:27.262Z | Compiling synstructure v0.12.6 |
1952 | 2024-06-04T10:28:27.472Z | Compiling half v2.4.1 |
1953 | 2024-06-04T10:28:28.036Z | Compiling same-file v1.0.6 |
1954 | 2024-06-04T10:28:28.225Z | Compiling ciborium-io v0.2.2 |
1955 | 2024-06-04T10:28:28.333Z | Compiling hashbrown v0.12.3 |
1956 | 2024-06-04T10:28:28.490Z | Compiling fastrand v2.1.0 |
1957 | 2024-06-04T10:28:28.942Z | Compiling prettyplease v0.2.20 |
1958 | 2024-06-04T10:28:29.148Z | Compiling maplit v1.0.2 |
1959 | 2024-06-04T10:28:29.248Z | Compiling tiny-keccak v2.0.2 |
1960 | 2024-06-04T10:28:29.423Z | Compiling bitfield v0.14.0 |
1961 | 2024-06-04T10:28:29.661Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1962 | 2024-06-04T10:28:29.783Z | Compiling tempfile v3.10.1 |
1963 | 2024-06-04T10:28:30.379Z | Compiling zerocopy-derive v0.2.0 |
1964 | 2024-06-04T10:28:30.442Z | Compiling ciborium-ll v0.2.2 |
1965 | 2024-06-04T10:28:30.822Z | Compiling walkdir v2.5.0 |
1966 | 2024-06-04T10:28:30.848Z | Compiling rsa v0.9.6 |
1967 | 2024-06-04T10:28:31.806Z | Compiling slog-envlogger v2.2.0 |
1968 | 2024-06-04T10:28:32.713Z | Compiling serde-hex v0.1.0 |
1969 | 2024-06-04T10:28:33.818Z | Compiling bzip2 v0.4.4 |
1970 | 2024-06-04T10:28:33.951Z | Compiling term v0.7.0 |
1971 | 2024-06-04T10:28:34.328Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1972 | 2024-06-04T10:28:34.593Z | Compiling env_logger v0.10.2 |
1973 | 2024-06-04T10:28:35.037Z | Compiling camino v1.1.7 |
1974 | 2024-06-04T10:28:35.096Z | Compiling x509-cert v0.2.5 |
1975 | 2024-06-04T10:28:35.224Z | Compiling ron v0.8.1 |
1976 | 2024-06-04T10:28:35.467Z | Compiling hashbrown v0.13.2 |
1977 | 2024-06-04T10:28:36.580Z | Compiling crc-any v2.5.0 |
1978 | 2024-06-04T10:28:36.752Z | Compiling blake3 v1.5.1 |
1979 | 2024-06-04T10:28:37.094Z | Compiling ring v0.16.20 |
1980 | 2024-06-04T10:28:37.119Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1981 | 2024-06-04T10:28:37.350Z | Compiling object v0.30.4 |
1982 | 2024-06-04T10:28:39.282Z | Compiling ascii-canvas v3.0.0 |
1983 | 2024-06-04T10:28:39.552Z | Compiling zip v0.6.6 |
1984 | 2024-06-04T10:28:39.666Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1985 | 2024-06-04T10:28:39.705Z | Compiling rayon v1.10.0 |
1986 | 2024-06-04T10:28:40.200Z | Compiling ciborium v0.2.2 |
1987 | 2024-06-04T10:28:41.858Z | Compiling xattr v1.3.1 |
1988 | 2024-06-04T10:28:41.883Z | Compiling ena v0.14.3 |
1989 | 2024-06-04T10:28:42.086Z | Compiling atty v0.2.14 |
1990 | 2024-06-04T10:28:42.208Z | Compiling filetime v0.2.23 |
1991 | 2024-06-04T10:28:42.234Z | Compiling is-terminal v0.4.12 |
1992 | 2024-06-04T10:28:42.336Z | Compiling memmap2 v0.9.4 |
1993 | 2024-06-04T10:28:42.462Z | Compiling libloading v0.8.3 |
1994 | 2024-06-04T10:28:42.738Z | Compiling untrusted v0.7.1 |
1995 | 2024-06-04T10:28:42.801Z | Compiling arrayref v0.3.7 |
1996 | 2024-06-04T10:28:42.890Z | Compiling bindgen v0.69.4 |
1997 | 2024-06-04T10:28:42.916Z | Compiling arrayvec v0.7.4 |
1998 | 2024-06-04T10:28:43.251Z | Compiling diff v0.1.13 |
1999 | 2024-06-04T10:28:43.276Z | Compiling constant_time_eq v0.3.0 |
2000 | 2024-06-04T10:28:43.410Z | Compiling regex-syntax v0.6.29 |
2001 | 2024-06-04T10:28:43.543Z | Compiling path-slash v0.1.5 |
2002 | 2024-06-04T10:28:43.743Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2003 | 2024-06-04T10:28:47.372Z | Compiling lalrpop v0.19.12 |
2004 | 2024-06-04T10:28:47.738Z | Compiling tar v0.4.40 |
2005 | 2024-06-04T10:28:47.967Z | Compiling camino-tempfile v1.1.1 |
2006 | 2024-06-04T10:28:48.312Z | Compiling toolchain_find v0.4.0 |
2007 | 2024-06-04T10:28:49.285Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2008 | 2024-06-04T10:28:50.201Z | Compiling which v4.4.2 |
2009 | 2024-06-04T10:28:50.654Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2010 | 2024-06-04T10:28:50.832Z | Compiling toml v0.8.13 |
2011 | 2024-06-04T10:28:50.919Z | Compiling cexpr v0.6.0 |
2012 | 2024-06-04T10:28:52.081Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2013 | 2024-06-04T10:28:52.251Z | Compiling libsw v3.3.1 |
2014 | 2024-06-04T10:28:52.431Z | Compiling usdt-impl v0.3.5 |
2015 | 2024-06-04T10:28:52.531Z | Compiling lazycell v1.3.0 |
2016 | 2024-06-04T10:28:52.681Z | Compiling ref-cast v1.0.23 |
2017 | 2024-06-04T10:28:52.707Z | Compiling linear-map v1.2.0 |
2018 | 2024-06-04T10:28:52.913Z | Compiling parking_lot_core v0.8.6 |
2019 | 2024-06-04T10:28:53.044Z | Compiling topological-sort v0.2.2 |
2020 | 2024-06-04T10:28:53.069Z | Compiling owo-colors v4.0.0 |
2021 | 2024-06-04T10:28:53.222Z | Compiling rustc-hash v1.1.0 |
2022 | 2024-06-04T10:28:53.247Z | Compiling shlex v1.3.0 |
2023 | 2024-06-04T10:28:53.383Z | Compiling omicron-zone-package v0.11.0 |
2024 | 2024-06-04T10:28:53.724Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2025 | 2024-06-04T10:28:53.914Z | Compiling rustfmt-wrapper v0.2.1 |
2026 | 2024-06-04T10:28:54.351Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2027 | 2024-06-04T10:28:55.176Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2028 | 2024-06-04T10:28:56.380Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2029 | 2024-06-04T10:28:56.645Z | Compiling derive_builder_core v0.20.0 |
2030 | 2024-06-04T10:28:57.942Z | Compiling headers-core v0.2.0 |
2031 | 2024-06-04T10:28:58.094Z | Compiling libxml v0.3.3 |
2032 | 2024-06-04T10:28:58.404Z | Compiling ref-cast-impl v1.0.23 |
2033 | 2024-06-04T10:28:58.522Z | Compiling unicase v2.7.0 |
2034 | 2024-06-04T10:28:58.782Z | Compiling derive_builder_macro v0.20.0 |
2035 | 2024-06-04T10:28:59.519Z | Compiling headers v0.3.9 |
2036 | 2024-06-04T10:28:59.544Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2037 | 2024-06-04T10:29:01.617Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2038 | 2024-06-04T10:29:01.970Z | Compiling zerocopy v0.3.2 |
2039 | 2024-06-04T10:29:02.447Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2040 | 2024-06-04T10:29:02.616Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2041 | 2024-06-04T10:29:02.671Z | Compiling pem v3.0.4 |
2042 | 2024-06-04T10:29:03.931Z | Compiling strum_macros v0.24.3 |
2043 | 2024-06-04T10:29:04.157Z | Compiling async-recursion v1.1.1 |
2044 | 2024-06-04T10:29:05.109Z | Compiling samael v0.0.15 |
2045 | 2024-06-04T10:29:05.317Z | Compiling cookie v0.18.1 |
2046 | 2024-06-04T10:29:05.557Z | Compiling indoc v1.0.9 |
2047 | 2024-06-04T10:29:06.558Z | Compiling dof v0.1.5 |
2048 | 2024-06-04T10:29:06.723Z | Compiling parking_lot v0.11.2 |
2049 | 2024-06-04T10:29:08.379Z | Compiling derive_builder v0.20.0 |
2050 | 2024-06-04T10:29:08.544Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2051 | 2024-06-04T10:29:09.088Z | Compiling trust-dns-client v0.22.0 |
2052 | 2024-06-04T10:29:09.421Z | Compiling polar-core v0.27.3 |
2053 | 2024-06-04T10:29:09.567Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2054 | 2024-06-04T10:29:09.761Z | Compiling dtrace-parser v0.1.14 |
2055 | 2024-06-04T10:29:09.802Z | Compiling quick-xml v0.31.0 |
2056 | 2024-06-04T10:29:11.153Z | Compiling oso-derive v0.27.3 |
2057 | 2024-06-04T10:29:11.290Z | Compiling impl-trait-for-tuples v0.2.2 |
2058 | 2024-06-04T10:29:11.921Z | Compiling toml v0.5.11 |
2059 | 2024-06-04T10:29:13.162Z | Compiling vte_generate_state_changes v0.1.1 |
2060 | 2024-06-04T10:29:13.638Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2061 | 2024-06-04T10:29:13.957Z | Compiling cfg_aliases v0.1.1 |
2062 | 2024-06-04T10:29:14.060Z | Compiling buf-list v1.0.3 |
2063 | 2024-06-04T10:29:14.524Z | Compiling nix v0.28.0 |
2064 | 2024-06-04T10:29:15.148Z | Compiling vte v0.11.1 |
2065 | 2024-06-04T10:29:16.113Z | Compiling trust-dns-server v0.22.1 |
2066 | 2024-06-04T10:29:18.691Z | Compiling sled v0.34.7 |
2067 | 2024-06-04T10:29:21.500Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2068 | 2024-06-04T10:29:23.315Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2069 | 2024-06-04T10:29:23.570Z | Compiling fd-lock v4.0.2 |
2070 | 2024-06-04T10:29:23.777Z | Compiling bb8 v0.8.3 |
2071 | 2024-06-04T10:29:24.292Z | Compiling const_format_proc_macros v0.2.32 |
2072 | 2024-06-04T10:29:26.025Z | Compiling serde_tokenstream v0.1.7 |
2073 | 2024-06-04T10:29:26.462Z | Compiling pin-project-internal v1.1.5 |
2074 | 2024-06-04T10:29:28.563Z | Compiling oso v0.27.3 |
2075 | 2024-06-04T10:29:32.730Z | Compiling memoffset v0.7.1 |
2076 | 2024-06-04T10:29:32.951Z | Compiling platforms v3.4.0 |
2077 | 2024-06-04T10:29:33.398Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2078 | 2024-06-04T10:29:33.630Z | Compiling bytecount v0.6.8 |
2079 | 2024-06-04T10:29:33.875Z | Compiling papergrid v0.11.0 |
2080 | 2024-06-04T10:29:35.486Z | Compiling curve25519-dalek v4.1.2 |
2081 | 2024-06-04T10:29:35.915Z | Compiling pin-project v1.1.5 |
2082 | 2024-06-04T10:29:36.039Z | Compiling const_format v0.2.32 |
2083 | 2024-06-04T10:29:37.030Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2084 | 2024-06-04T10:29:38.634Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2085 | 2024-06-04T10:29:42.845Z | Compiling strip-ansi-escapes v0.2.0 |
2086 | 2024-06-04T10:29:43.782Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2087 | 2024-06-04T10:29:44.287Z | Compiling tabled_derive v0.7.0 |
2088 | 2024-06-04T10:29:45.956Z | Compiling kstat-rs v0.2.3 |
2089 | 2024-06-04T10:29:46.718Z | Compiling snafu-derive v0.8.2 |
2090 | 2024-06-04T10:29:47.900Z | Compiling nu-ansi-term v0.50.0 |
2091 | 2024-06-04T10:29:47.954Z | Compiling keccak v0.1.5 |
2092 | 2024-06-04T10:29:48.344Z | Compiling reedline v0.31.0 |
2093 | 2024-06-04T10:29:48.641Z | Compiling sha3 v0.10.8 |
2094 | 2024-06-04T10:29:48.897Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2095 | 2024-06-04T10:29:49.362Z | Compiling tabled v0.15.0 |
2096 | 2024-06-04T10:29:50.534Z | Compiling snafu v0.8.2 |
2097 | 2024-06-04T10:29:56.304Z | Compiling mime_guess v2.0.4 |
2098 | 2024-06-04T10:29:57.269Z | Compiling usdt-macro v0.3.5 |
2099 | 2024-06-04T10:29:58.299Z | Compiling usdt-attr-macro v0.3.5 |
2100 | 2024-06-04T10:29:58.420Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2101 | 2024-06-04T10:29:59.194Z | Compiling env_logger v0.9.3 |
2102 | 2024-06-04T10:29:59.400Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2103 | 2024-06-04T10:30:02.784Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2104 | 2024-06-04T10:30:06.298Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2105 | 2024-06-04T10:30:06.660Z | Compiling globset v0.4.14 |
2106 | 2024-06-04T10:30:09.384Z | Compiling peg-macros v0.8.3 |
2107 | 2024-06-04T10:30:11.841Z | Compiling olpc-cjson v0.1.3 |
2108 | 2024-06-04T10:30:12.103Z | Compiling universal-hash v0.5.1 |
2109 | 2024-06-04T10:30:12.289Z | Compiling secrecy v0.8.0 |
2110 | 2024-06-04T10:30:12.502Z | Compiling serde_plain v1.0.2 |
2111 | 2024-06-04T10:30:12.633Z | Compiling thiserror-impl-no-std v2.0.2 |
2112 | 2024-06-04T10:30:12.944Z | Compiling bitstruct_derive v0.1.0 |
2113 | 2024-06-04T10:30:13.840Z | Compiling sqlparser_derive v0.2.2 |
2114 | 2024-06-04T10:30:13.950Z | Compiling nanorand v0.7.0 |
2115 | 2024-06-04T10:30:14.581Z | Compiling curve25519-dalek-derive v0.1.1 |
2116 | 2024-06-04T10:30:14.766Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2117 | 2024-06-04T10:30:14.873Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2118 | 2024-06-04T10:30:14.898Z | Compiling opaque-debug v0.3.1 |
2119 | 2024-06-04T10:30:15.102Z | Compiling salty v0.2.0 |
2120 | 2024-06-04T10:30:15.234Z | Compiling unicode_categories v0.1.1 |
2121 | 2024-06-04T10:30:15.420Z | Compiling ascii v1.1.0 |
2122 | 2024-06-04T10:30:15.522Z | Compiling typed-path v0.7.1 |
2123 | 2024-06-04T10:30:15.662Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2124 | 2024-06-04T10:30:15.896Z | Compiling signature v1.6.4 |
2125 | 2024-06-04T10:30:16.032Z | Compiling ed25519 v1.5.3 |
2126 | 2024-06-04T10:30:16.064Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2127 | 2024-06-04T10:30:17.924Z | Compiling tough v0.17.1 |
2128 | 2024-06-04T10:30:20.925Z | Compiling sqlformat v0.2.3 |
2129 | 2024-06-04T10:30:22.136Z | Compiling rustyline v14.0.0 |
2130 | 2024-06-04T10:30:22.357Z | Compiling poly1305 v0.8.0 |
2131 | 2024-06-04T10:30:23.538Z | Compiling thiserror-no-std v2.0.2 |
2132 | 2024-06-04T10:30:23.656Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2133 | 2024-06-04T10:30:23.925Z | Compiling sqlparser v0.45.0 |
2134 | 2024-06-04T10:30:25.168Z | Compiling flume v0.11.0 |
2135 | 2024-06-04T10:30:25.823Z | Compiling bitstruct v0.1.1 |
2136 | 2024-06-04T10:30:25.931Z | Compiling peg v0.8.3 |
2137 | 2024-06-04T10:30:26.035Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2138 | 2024-06-04T10:30:26.507Z | Compiling usdt v0.3.5 |
2139 | 2024-06-04T10:30:27.319Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2140 | 2024-06-04T10:30:29.362Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2141 | 2024-06-04T10:30:31.929Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2142 | 2024-06-04T10:30:34.129Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2143 | 2024-06-04T10:30:34.386Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2144 | 2024-06-04T10:30:34.604Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2145 | 2024-06-04T10:30:34.909Z | Compiling chacha20 v0.9.1 |
2146 | 2024-06-04T10:30:35.010Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2147 | 2024-06-04T10:30:35.264Z | Compiling aead v0.5.2 |
2148 | 2024-06-04T10:30:35.538Z | Compiling bcs v0.1.6 |
2149 | 2024-06-04T10:30:35.591Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2150 | 2024-06-04T10:30:36.210Z | Compiling serde_arrays v0.1.0 |
2151 | 2024-06-04T10:30:36.296Z | Compiling erased-serde v0.3.31 |
2152 | 2024-06-04T10:30:36.387Z | Compiling serde-big-array v0.5.1 |
2153 | 2024-06-04T10:30:36.597Z | Compiling highway v1.1.0 |
2154 | 2024-06-04T10:30:36.744Z | Compiling parse-size v1.0.0 |
2155 | 2024-06-04T10:30:36.978Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2156 | 2024-06-04T10:30:37.600Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2157 | 2024-06-04T10:30:37.653Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2158 | 2024-06-04T10:30:47.583Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2159 | 2024-06-04T10:30:47.983Z | Compiling chacha20poly1305 v0.10.1 |
2160 | 2024-06-04T10:30:49.456Z | Compiling vsss-rs v3.3.4 |
2161 | 2024-06-04T10:30:52.860Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2162 | 2024-06-04T10:30:53.453Z | Compiling signal-hook-tokio v0.3.1 |
2163 | 2024-06-04T10:30:53.635Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2164 | 2024-06-04T10:30:54.358Z | Compiling heck v0.3.3 |
2165 | 2024-06-04T10:30:54.650Z | Compiling castaway v0.2.2 |
2166 | 2024-06-04T10:30:54.804Z | Compiling rand_seeder v0.2.3 |
2167 | 2024-06-04T10:30:55.117Z | Compiling serde-big-array v0.4.1 |
2168 | 2024-06-04T10:30:55.410Z | Compiling http-range v0.1.5 |
2169 | 2024-06-04T10:30:55.855Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2170 | 2024-06-04T10:30:56.078Z | Compiling hyper-staticfile v0.9.5 |
2171 | 2024-06-04T10:30:56.785Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2172 | 2024-06-04T10:30:58.344Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2173 | 2024-06-04T10:30:58.498Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2174 | 2024-06-04T10:30:58.671Z | Compiling compact_str v0.7.1 |
2175 | 2024-06-04T10:30:59.418Z | Compiling zone_cfg_derive v0.1.2 |
2176 | 2024-06-04T10:30:59.923Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2177 | 2024-06-04T10:31:00.435Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2178 | 2024-06-04T10:31:05.303Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2179 | 2024-06-04T10:31:05.797Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2180 | 2024-06-04T10:31:08.241Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2181 | 2024-06-04T10:31:10.912Z | Compiling tungstenite v0.21.0 |
2182 | 2024-06-04T10:31:14.396Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2183 | 2024-06-04T10:31:14.421Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2184 | 2024-06-04T10:31:14.460Z | Compiling lru v0.12.3 |
2185 | 2024-06-04T10:31:14.758Z | Compiling stability v0.2.0 |
2186 | 2024-06-04T10:31:15.164Z | Compiling indoc v2.0.5 |
2187 | 2024-06-04T10:31:15.530Z | Compiling cassowary v0.3.0 |
2188 | 2024-06-04T10:31:15.906Z | Compiling base64 v0.13.1 |
2189 | 2024-06-04T10:31:16.503Z | Compiling corncobs v0.1.3 |
2190 | 2024-06-04T10:31:16.794Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2191 | 2024-06-04T10:31:17.361Z | Compiling ron v0.7.1 |
2192 | 2024-06-04T10:31:18.675Z | Compiling ratatui v0.26.2 |
2193 | 2024-06-04T10:31:19.936Z | Compiling tokio-tungstenite v0.21.0 |
2194 | 2024-06-04T10:31:20.400Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2195 | 2024-06-04T10:31:21.671Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2196 | 2024-06-04T10:31:22.232Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2197 | 2024-06-04T10:31:24.127Z | Compiling zone v0.1.8 |
2198 | 2024-06-04T10:31:26.706Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2199 | 2024-06-04T10:31:34.791Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2200 | 2024-06-04T10:31:37.044Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2201 | 2024-06-04T10:31:38.234Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2202 | 2024-06-04T10:31:38.563Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2203 | 2024-06-04T10:31:38.774Z | Compiling portpicker v0.1.1 |
2204 | 2024-06-04T10:31:39.214Z | Compiling csv-core v0.1.11 |
2205 | 2024-06-04T10:31:39.894Z | Compiling smawk v0.3.2 |
2206 | 2024-06-04T10:31:40.100Z | Compiling unicode-linebreak v0.1.5 |
2207 | 2024-06-04T10:31:40.512Z | Compiling textwrap v0.16.1 |
2208 | 2024-06-04T10:31:41.418Z | Compiling csv v1.3.0 |
2209 | 2024-06-04T10:31:43.193Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2210 | 2024-06-04T10:31:43.578Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2211 | 2024-06-04T10:31:47.588Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2212 | 2024-06-04T10:31:48.019Z | Compiling rcgen v0.12.1 |
2213 | 2024-06-04T10:31:52.944Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2214 | 2024-06-04T10:31:53.303Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2215 | 2024-06-04T10:31:53.527Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2216 | 2024-06-04T10:31:55.828Z | Compiling atomicwrites v0.4.3 |
2217 | 2024-06-04T10:31:56.269Z | Compiling fatfs v0.3.6 |
2218 | 2024-06-04T10:31:58.270Z | Compiling subprocess v0.2.9 |
2219 | 2024-06-04T10:31:58.529Z | Compiling rtoolbox v0.0.2 |
2220 | 2024-06-04T10:31:58.910Z | Compiling assert_matches v1.5.0 |
2221 | 2024-06-04T10:31:59.003Z | Compiling is_ci v1.2.0 |
2222 | 2024-06-04T10:31:59.251Z | Compiling supports-color v3.0.0 |
2223 | 2024-06-04T10:31:59.779Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2224 | 2024-06-04T10:32:02.444Z | Compiling rpassword v7.3.1 |
2225 | 2024-06-04T10:32:02.859Z | Compiling tui-tree-widget v0.19.0 |
2226 | 2024-06-04T10:32:02.916Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2227 | 2024-06-04T10:32:03.193Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2228 | 2024-06-04T10:32:03.456Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2229 | 2024-06-04T10:32:03.673Z | Compiling shell-words v1.1.0 |
2230 | 2024-06-04T10:32:04.046Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2231 | 2024-06-04T10:32:04.126Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2232 | 2024-06-04T10:32:26.299Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2233 | 2024-06-04T10:32:31.390Z | Compiling multimap v0.10.0 |
2234 | 2024-06-04T10:32:31.709Z | Compiling uzers v0.11.3 |
2235 | 2024-06-04T10:32:34.005Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2236 | 2024-06-04T10:34:11.992Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2237 | 2024-06-04T10:34:22.783Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2238 | 2024-06-04T10:39:53.531Z | Finished `release` profile [optimized] target(s) in 11m 49s |
2239 | 2024-06-04T10:41:05.692Z | |
2240 | 2024-06-04T10:41:05.692Z | real 13:02.716134810 |
2241 | 2024-06-04T10:41:05.692Z | user 1:24:09.603616489 |
2242 | 2024-06-04T10:41:05.692Z | sys 4:47.035336674 |
2243 | 2024-06-04T10:41:05.692Z | trap 2.128125413 |
2244 | 2024-06-04T10:41:05.692Z | tflt 1.149897505 |
2245 | 2024-06-04T10:41:05.692Z | dflt 3.823314237 |
2246 | 2024-06-04T10:41:05.692Z | kflt 0.001580794 |
2247 | 2024-06-04T10:41:05.692Z | lock 5:25:06.104515299 |
2248 | 2024-06-04T10:41:05.718Z | slp 3:16:31.913803811 |
2249 | 2024-06-04T10:41:05.718Z | lat 2:12.327514183 |
2250 | 2024-06-04T10:41:05.718Z | stop 1:28.785212810 |
2251 | 2024-06-04T10:41:05.718Z | + mapfile -t packages |
2252 | 2024-06-04T10:41:05.718Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2253 | 2024-06-04T10:41:06.945Z | Finished `release` profile [optimized] target(s) in 1.17s |
2254 | 2024-06-04T10:41:06.995Z | Running `target/release/omicron-package -t test list-outputs` |
2255 | 2024-06-04T10:41:07.048Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2256 | 2024-06-04T10:41:07.073Z | + ptime -m cargo build --locked --release -p xtask |
2257 | 2024-06-04T10:41:07.728Z | Downloading crates ... |
2258 | 2024-06-04T10:41:07.829Z | Downloaded md5 v0.7.0 |
2259 | 2024-06-04T10:41:07.855Z | Downloaded cargo_toml v0.20.2 |
2260 | 2024-06-04T10:41:07.880Z | Compiling serde v1.0.203 |
2261 | 2024-06-04T10:41:07.880Z | Compiling bitflags v2.5.0 |
2262 | 2024-06-04T10:41:07.880Z | Compiling syn v2.0.64 |
2263 | 2024-06-04T10:41:07.880Z | Compiling bytes v1.6.0 |
2264 | 2024-06-04T10:41:07.880Z | Compiling smallvec v1.13.2 |
2265 | 2024-06-04T10:41:07.906Z | Compiling scopeguard v1.2.0 |
2266 | 2024-06-04T10:41:07.940Z | Compiling hashbrown v0.14.5 |
2267 | 2024-06-04T10:41:07.983Z | Compiling mio v0.8.11 |
2268 | 2024-06-04T10:41:08.061Z | Compiling lock_api v0.4.12 |
2269 | 2024-06-04T10:41:08.355Z | Compiling parking_lot_core v0.9.10 |
2270 | 2024-06-04T10:41:08.399Z | Compiling generic-array v0.14.7 |
2271 | 2024-06-04T10:41:08.425Z | Compiling slog v2.7.0 |
2272 | 2024-06-04T10:41:08.495Z | Compiling rustix v0.38.34 |
2273 | 2024-06-04T10:41:08.723Z | Compiling parking_lot v0.12.2 |
2274 | 2024-06-04T10:41:08.876Z | Compiling http v0.2.12 |
2275 | 2024-06-04T10:41:09.162Z | Compiling serde_json v1.0.117 |
2276 | 2024-06-04T10:41:09.295Z | Compiling indexmap v2.2.6 |
2277 | 2024-06-04T10:41:09.445Z | Compiling time-macros v0.2.18 |
2278 | 2024-06-04T10:41:09.548Z | Compiling tracing v0.1.40 |
2279 | 2024-06-04T10:41:10.511Z | Compiling crossbeam-utils v0.8.19 |
2280 | 2024-06-04T10:41:10.748Z | Compiling log v0.4.21 |
2281 | 2024-06-04T10:41:10.968Z | Compiling http-body v0.4.6 |
2282 | 2024-06-04T10:41:11.028Z | Compiling unicode-normalization v0.1.23 |
2283 | 2024-06-04T10:41:11.166Z | Compiling unicode-bidi v0.3.15 |
2284 | 2024-06-04T10:41:11.412Z | Compiling block-buffer v0.10.4 |
2285 | 2024-06-04T10:41:11.641Z | Compiling crypto-common v0.1.6 |
2286 | 2024-06-04T10:41:11.849Z | Compiling idna v0.5.0 |
2287 | 2024-06-04T10:41:11.925Z | Compiling time v0.3.36 |
2288 | 2024-06-04T10:41:12.070Z | Compiling terminal_size v0.3.0 |
2289 | 2024-06-04T10:41:12.286Z | Compiling fs-err v2.11.0 |
2290 | 2024-06-04T10:41:12.311Z | Compiling anyhow v1.0.86 |
2291 | 2024-06-04T10:41:12.552Z | Compiling clap_builder v4.5.2 |
2292 | 2024-06-04T10:41:12.842Z | Compiling url v2.5.0 |
2293 | 2024-06-04T10:41:12.866Z | Compiling crossbeam-channel v0.5.12 |
2294 | 2024-06-04T10:41:12.962Z | Compiling digest v0.10.7 |
2295 | 2024-06-04T10:41:13.348Z | Compiling xattr v1.3.1 |
2296 | 2024-06-04T10:41:13.631Z | Compiling sha2 v0.10.8 |
2297 | 2024-06-04T10:41:13.673Z | Compiling slog-async v2.8.0 |
2298 | 2024-06-04T10:41:14.296Z | Compiling slog-term v2.9.1 |
2299 | 2024-06-04T10:41:14.453Z | Compiling tar v0.4.40 |
2300 | 2024-06-04T10:41:16.610Z | Compiling md5 v0.7.0 |
2301 | 2024-06-04T10:41:17.460Z | Compiling serde_derive v1.0.203 |
2302 | 2024-06-04T10:41:17.532Z | Compiling tokio-macros v2.2.0 |
2303 | 2024-06-04T10:41:17.629Z | Compiling futures-macro v0.3.30 |
2304 | 2024-06-04T10:41:18.144Z | Compiling openssl-macros v0.1.1 |
2305 | 2024-06-04T10:41:18.240Z | Compiling thiserror-impl v1.0.60 |
2306 | 2024-06-04T10:41:18.287Z | Compiling clap_derive v4.5.4 |
2307 | 2024-06-04T10:41:18.619Z | Compiling strum_macros v0.26.2 |
2308 | 2024-06-04T10:41:18.773Z | Compiling openssl v0.10.64 |
2309 | 2024-06-04T10:41:18.851Z | Compiling tokio v1.37.0 |
2310 | 2024-06-04T10:41:19.197Z | Compiling futures-util v0.3.30 |
2311 | 2024-06-04T10:41:20.629Z | Compiling thiserror v1.0.60 |
2312 | 2024-06-04T10:41:22.100Z | Compiling clap v4.5.4 |
2313 | 2024-06-04T10:41:22.443Z | Compiling strum v0.26.2 |
2314 | 2024-06-04T10:41:24.681Z | Compiling native-tls v0.2.11 |
2315 | 2024-06-04T10:41:24.708Z | Compiling futures-executor v0.3.30 |
2316 | 2024-06-04T10:41:25.059Z | Compiling futures v0.3.30 |
2317 | 2024-06-04T10:41:26.750Z | Compiling tokio-util v0.7.11 |
2318 | 2024-06-04T10:41:26.777Z | Compiling tokio-native-tls v0.3.1 |
2319 | 2024-06-04T10:41:27.514Z | Compiling h2 v0.3.26 |
2320 | 2024-06-04T10:41:28.542Z | Compiling serde_spanned v0.6.6 |
2321 | 2024-06-04T10:41:28.542Z | Compiling toml_datetime v0.6.6 |
2322 | 2024-06-04T10:41:28.571Z | Compiling camino v1.1.7 |
2323 | 2024-06-04T10:41:28.571Z | Compiling semver v1.0.23 |
2324 | 2024-06-04T10:41:28.856Z | Compiling cargo-platform v0.1.8 |
2325 | 2024-06-04T10:41:29.012Z | Compiling toml_edit v0.22.13 |
2326 | 2024-06-04T10:41:29.232Z | Compiling serde_urlencoded v0.7.1 |
2327 | 2024-06-04T10:41:29.716Z | Compiling macaddr v1.0.1 |
2328 | 2024-06-04T10:41:30.257Z | Compiling slog-json v2.6.1 |
2329 | 2024-06-04T10:41:30.753Z | Compiling slog-bunyan v2.5.0 |
2330 | 2024-06-04T10:41:30.995Z | Compiling cargo_metadata v0.18.1 |
2331 | 2024-06-04T10:41:31.677Z | Compiling hyper v0.14.28 |
2332 | 2024-06-04T10:41:32.141Z | Compiling toml v0.8.13 |
2333 | 2024-06-04T10:41:33.717Z | Compiling cargo_toml v0.20.2 |
2334 | 2024-06-04T10:41:36.481Z | Compiling hyper-tls v0.5.0 |
2335 | 2024-06-04T10:41:36.836Z | Compiling reqwest v0.11.27 |
2336 | 2024-06-04T10:41:47.422Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2337 | 2024-06-04T10:42:02.514Z | Finished `release` profile [optimized] target(s) in 55.40s |
2338 | 2024-06-04T10:42:02.616Z | |
2339 | 2024-06-04T10:42:02.616Z | real 55.531993845 |
2340 | 2024-06-04T10:42:02.616Z | user 5:21.570381749 |
2341 | 2024-06-04T10:42:02.616Z | sys 36.146489534 |
2342 | 2024-06-04T10:42:02.616Z | trap 0.163482748 |
2343 | 2024-06-04T10:42:02.617Z | tflt 0.156586095 |
2344 | 2024-06-04T10:42:02.617Z | dflt 0.526096475 |
2345 | 2024-06-04T10:42:02.617Z | kflt 0.000011280 |
2346 | 2024-06-04T10:42:02.617Z | lock 9:00.399105348 |
2347 | 2024-06-04T10:42:02.617Z | slp 9:37.549577529 |
2348 | 2024-06-04T10:42:02.617Z | lat 13.721798027 |
2349 | 2024-06-04T10:42:02.642Z | stop 14.643993258 |
2350 | 2024-06-04T10:42:02.642Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2351 | 2024-06-04T10:42:02.643Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2352 | 2024-06-04T10:42:02.643Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2353 | 2024-06-04T10:42:02.643Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2354 | 2024-06-04T10:42:02.643Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2355 | 2024-06-04T10:42:03.337Z | Downloading crates ... |
2356 | 2024-06-04T10:42:03.587Z | Downloaded dhcproto-macros v0.1.0 |
2357 | 2024-06-04T10:42:03.614Z | Downloaded russh-cryptovec v0.7.2 |
2358 | 2024-06-04T10:42:03.614Z | Downloaded rfc6979 v0.4.0 |
2359 | 2024-06-04T10:42:03.614Z | Downloaded hex-literal v0.4.1 |
2360 | 2024-06-04T10:42:03.614Z | Downloaded russh-keys v0.43.0 |
2361 | 2024-06-04T10:42:03.614Z | Downloaded primeorder v0.13.6 |
2362 | 2024-06-04T10:42:03.614Z | Downloaded russh v0.43.0 |
2363 | 2024-06-04T10:42:03.614Z | Downloaded rand v0.7.3 |
2364 | 2024-06-04T10:42:03.615Z | Downloaded p521 v0.13.3 |
2365 | 2024-06-04T10:42:03.641Z | Downloaded p256 v0.13.2 |
2366 | 2024-06-04T10:42:03.641Z | Downloaded ed25519-dalek v2.1.1 |
2367 | 2024-06-04T10:42:03.641Z | Downloaded aes-gcm v0.10.3 |
2368 | 2024-06-04T10:42:03.641Z | Downloaded pbkdf2 v0.11.0 |
2369 | 2024-06-04T10:42:03.641Z | Downloaded password-hash v0.4.2 |
2370 | 2024-06-04T10:42:03.641Z | Downloaded internet-checksum v0.2.1 |
2371 | 2024-06-04T10:42:03.641Z | Downloaded getrandom v0.1.16 |
2372 | 2024-06-04T10:42:03.642Z | Downloaded dhcproto v0.11.0 |
2373 | 2024-06-04T10:42:03.642Z | Downloaded ghash v0.5.1 |
2374 | 2024-06-04T10:42:03.642Z | Downloaded rand_core v0.5.1 |
2375 | 2024-06-04T10:42:03.642Z | Downloaded rand_chacha v0.2.2 |
2376 | 2024-06-04T10:42:03.668Z | Downloaded polyval v0.6.2 |
2377 | 2024-06-04T10:42:03.668Z | Downloaded pbkdf2 v0.12.2 |
2378 | 2024-06-04T10:42:03.668Z | Downloaded ed25519 v2.2.3 |
2379 | 2024-06-04T10:42:03.669Z | Downloaded ecdsa v0.16.9 |
2380 | 2024-06-04T10:42:03.669Z | Downloaded dirs v5.0.1 |
2381 | 2024-06-04T10:42:03.669Z | Downloaded ctr v0.9.2 |
2382 | 2024-06-04T10:42:03.669Z | Downloaded cbc v0.1.2 |
2383 | 2024-06-04T10:42:03.669Z | Downloaded bcrypt-pbkdf v0.10.0 |
2384 | 2024-06-04T10:42:03.669Z | Downloaded option-ext v0.2.0 |
2385 | 2024-06-04T10:42:03.669Z | Downloaded dirs-sys v0.4.1 |
2386 | 2024-06-04T10:42:03.669Z | Downloaded blowfish v0.9.1 |
2387 | 2024-06-04T10:42:03.669Z | Downloaded aes v0.8.4 |
2388 | 2024-06-04T10:42:03.858Z | Compiling proc-macro2 v1.0.82 |
2389 | 2024-06-04T10:42:03.858Z | Compiling unicode-ident v1.0.12 |
2390 | 2024-06-04T10:42:03.882Z | Compiling libc v0.2.155 |
2391 | 2024-06-04T10:42:03.882Z | Compiling cfg-if v1.0.0 |
2392 | 2024-06-04T10:42:03.882Z | Compiling serde v1.0.203 |
2393 | 2024-06-04T10:42:03.882Z | Compiling version_check v0.9.4 |
2394 | 2024-06-04T10:42:03.883Z | Compiling autocfg v1.3.0 |
2395 | 2024-06-04T10:42:03.883Z | Compiling byteorder v1.5.0 |
2396 | 2024-06-04T10:42:04.004Z | Compiling memchr v2.7.2 |
2397 | 2024-06-04T10:42:04.148Z | Compiling log v0.4.21 |
2398 | 2024-06-04T10:42:04.291Z | Compiling once_cell v1.19.0 |
2399 | 2024-06-04T10:42:04.445Z | Compiling itoa v1.0.11 |
2400 | 2024-06-04T10:42:04.545Z | Compiling scopeguard v1.2.0 |
2401 | 2024-06-04T10:42:04.627Z | Compiling smallvec v1.13.2 |
2402 | 2024-06-04T10:42:04.656Z | Compiling typenum v1.17.0 |
2403 | 2024-06-04T10:42:04.656Z | Compiling generic-array v0.14.7 |
2404 | 2024-06-04T10:42:04.710Z | Compiling thiserror v1.0.60 |
2405 | 2024-06-04T10:42:04.794Z | Compiling lock_api v0.4.12 |
2406 | 2024-06-04T10:42:04.985Z | Compiling cc v1.0.97 |
2407 | 2024-06-04T10:42:05.009Z | Compiling parking_lot_core v0.9.10 |
2408 | 2024-06-04T10:42:05.202Z | Compiling quote v1.0.36 |
2409 | 2024-06-04T10:42:05.470Z | Compiling pin-project-lite v0.2.14 |
2410 | 2024-06-04T10:42:05.545Z | Compiling syn v2.0.64 |
2411 | 2024-06-04T10:42:05.607Z | Compiling libm v0.2.8 |
2412 | 2024-06-04T10:42:05.633Z | Compiling num-traits v0.2.19 |
2413 | 2024-06-04T10:42:05.742Z | Compiling getrandom v0.2.14 |
2414 | 2024-06-04T10:42:05.922Z | Compiling signal-hook-registry v1.4.2 |
2415 | 2024-06-04T10:42:05.964Z | Compiling subtle v2.5.0 |
2416 | 2024-06-04T10:42:06.107Z | Compiling rand_core v0.6.4 |
2417 | 2024-06-04T10:42:06.182Z | Compiling parking_lot v0.12.2 |
2418 | 2024-06-04T10:42:06.578Z | Compiling mio v0.8.11 |
2419 | 2024-06-04T10:42:06.651Z | Compiling ryu v1.0.18 |
2420 | 2024-06-04T10:42:06.694Z | Compiling num_cpus v1.16.0 |
2421 | 2024-06-04T10:42:06.810Z | Compiling socket2 v0.5.7 |
2422 | 2024-06-04T10:42:06.950Z | Compiling ahash v0.8.11 |
2423 | 2024-06-04T10:42:06.976Z | Compiling serde_json v1.0.117 |
2424 | 2024-06-04T10:42:07.002Z | Compiling allocator-api2 v0.2.18 |
2425 | 2024-06-04T10:42:07.357Z | Compiling futures-core v0.3.30 |
2426 | 2024-06-04T10:42:07.396Z | Compiling equivalent v1.0.1 |
2427 | 2024-06-04T10:42:07.510Z | Compiling const-oid v0.9.6 |
2428 | 2024-06-04T10:42:07.597Z | Compiling futures-sink v0.3.30 |
2429 | 2024-06-04T10:42:07.624Z | Compiling slab v0.4.9 |
2430 | 2024-06-04T10:42:07.665Z | Compiling futures-io v0.3.30 |
2431 | 2024-06-04T10:42:07.704Z | Compiling pin-utils v0.1.0 |
2432 | 2024-06-04T10:42:07.745Z | Compiling futures-channel v0.3.30 |
2433 | 2024-06-04T10:42:07.806Z | Compiling futures-task v0.3.30 |
2434 | 2024-06-04T10:42:07.961Z | Compiling iana-time-zone v0.1.60 |
2435 | 2024-06-04T10:42:07.987Z | Compiling fnv v1.0.7 |
2436 | 2024-06-04T10:42:08.090Z | Compiling syn v1.0.109 |
2437 | 2024-06-04T10:42:08.117Z | Compiling tinyvec_macros v0.1.1 |
2438 | 2024-06-04T10:42:08.142Z | Compiling unicode-bidi v0.3.15 |
2439 | 2024-06-04T10:42:08.217Z | Compiling tinyvec v1.6.0 |
2440 | 2024-06-04T10:42:08.279Z | Compiling schemars v0.8.20 |
2441 | 2024-06-04T10:42:08.362Z | Compiling semver v1.0.23 |
2442 | 2024-06-04T10:42:08.599Z | Compiling cpufeatures v0.2.12 |
2443 | 2024-06-04T10:42:08.709Z | Compiling dyn-clone v1.0.17 |
2444 | 2024-06-04T10:42:08.917Z | Compiling percent-encoding v2.3.1 |
2445 | 2024-06-04T10:42:08.943Z | Compiling spin v0.9.8 |
2446 | 2024-06-04T10:42:08.978Z | Compiling ppv-lite86 v0.2.17 |
2447 | 2024-06-04T10:42:09.076Z | Compiling tracing-core v0.1.32 |
2448 | 2024-06-04T10:42:09.248Z | Compiling num-conv v0.1.0 |
2449 | 2024-06-04T10:42:09.295Z | Compiling time-core v0.1.2 |
2450 | 2024-06-04T10:42:09.466Z | Compiling unicode-normalization v0.1.23 |
2451 | 2024-06-04T10:42:09.492Z | Compiling powerfmt v0.2.0 |
2452 | 2024-06-04T10:42:09.518Z | Compiling time-macros v0.2.18 |
2453 | 2024-06-04T10:42:09.518Z | Compiling form_urlencoded v1.2.1 |
2454 | 2024-06-04T10:42:09.600Z | Compiling ring v0.17.8 |
2455 | 2024-06-04T10:42:09.801Z | Compiling deranged v0.3.11 |
2456 | 2024-06-04T10:42:09.854Z | Compiling num_threads v0.1.7 |
2457 | 2024-06-04T10:42:09.976Z | Compiling rand_chacha v0.3.1 |
2458 | 2024-06-04T10:42:10.264Z | Compiling aho-corasick v1.1.3 |
2459 | 2024-06-04T10:42:10.351Z | Compiling regex-syntax v0.8.3 |
2460 | 2024-06-04T10:42:11.381Z | Compiling rand v0.8.5 |
2461 | 2024-06-04T10:42:11.742Z | Compiling serde_derive_internals v0.29.1 |
2462 | 2024-06-04T10:42:12.319Z | Compiling time v0.3.36 |
2463 | 2024-06-04T10:42:12.949Z | Compiling idna v0.5.0 |
2464 | 2024-06-04T10:42:13.086Z | Compiling regex-automata v0.4.6 |
2465 | 2024-06-04T10:42:14.063Z | Compiling slog v2.7.0 |
2466 | 2024-06-04T10:42:14.221Z | Compiling httparse v1.8.0 |
2467 | 2024-06-04T10:42:14.550Z | Compiling url v2.5.0 |
2468 | 2024-06-04T10:42:14.603Z | Compiling untrusted v0.9.0 |
2469 | 2024-06-04T10:42:14.772Z | Compiling spin v0.5.2 |
2470 | 2024-06-04T10:42:15.827Z | Compiling vcpkg v0.2.15 |
2471 | 2024-06-04T10:42:16.171Z | Compiling pkg-config v0.3.30 |
2472 | 2024-06-04T10:42:16.255Z | Compiling heck v0.4.1 |
2473 | 2024-06-04T10:42:16.667Z | Compiling adler v1.0.2 |
2474 | 2024-06-04T10:42:16.799Z | Compiling miniz_oxide v0.7.2 |
2475 | 2024-06-04T10:42:16.875Z | Compiling lazy_static v1.4.0 |
2476 | 2024-06-04T10:42:16.997Z | Compiling backtrace v0.3.71 |
2477 | 2024-06-04T10:42:17.367Z | Compiling regex v1.10.4 |
2478 | 2024-06-04T10:42:17.535Z | Compiling try-lock v0.2.5 |
2479 | 2024-06-04T10:42:17.660Z | Compiling serde_derive v1.0.203 |
2480 | 2024-06-04T10:42:17.684Z | Compiling zeroize_derive v1.4.2 |
2481 | 2024-06-04T10:42:17.684Z | Compiling thiserror-impl v1.0.60 |
2482 | 2024-06-04T10:42:18.102Z | Compiling zerocopy-derive v0.7.34 |
2483 | 2024-06-04T10:42:18.126Z | Compiling tokio-macros v2.2.0 |
2484 | 2024-06-04T10:42:18.312Z | Compiling futures-macro v0.3.30 |
2485 | 2024-06-04T10:42:19.046Z | Compiling zeroize v1.7.0 |
2486 | 2024-06-04T10:42:19.580Z | Compiling schemars_derive v0.8.20 |
2487 | 2024-06-04T10:42:20.038Z | Compiling futures-util v0.3.30 |
2488 | 2024-06-04T10:42:20.073Z | Compiling zerocopy v0.7.34 |
2489 | 2024-06-04T10:42:20.483Z | Compiling tracing-attributes v0.1.27 |
2490 | 2024-06-04T10:42:20.553Z | Compiling crypto-common v0.1.6 |
2491 | 2024-06-04T10:42:20.577Z | Compiling block-buffer v0.10.4 |
2492 | 2024-06-04T10:42:20.795Z | Compiling digest v0.10.7 |
2493 | 2024-06-04T10:42:20.838Z | Compiling openssl-sys v0.9.102 |
2494 | 2024-06-04T10:42:21.222Z | Compiling async-trait v0.1.80 |
2495 | 2024-06-04T10:42:21.742Z | Compiling httpdate v1.0.3 |
2496 | 2024-06-04T10:42:21.944Z | Compiling hashbrown v0.14.5 |
2497 | 2024-06-04T10:42:22.163Z | Compiling gimli v0.28.1 |
2498 | 2024-06-04T10:42:22.362Z | Compiling unicode-width v0.1.12 |
2499 | 2024-06-04T10:42:22.557Z | Compiling want v0.3.1 |
2500 | 2024-06-04T10:42:22.835Z | Compiling object v0.32.2 |
2501 | 2024-06-04T10:42:23.113Z | Compiling foreign-types-shared v0.1.1 |
2502 | 2024-06-04T10:42:23.220Z | Compiling base64 v0.21.7 |
2503 | 2024-06-04T10:42:23.502Z | Compiling anyhow v1.0.86 |
2504 | 2024-06-04T10:42:23.679Z | Compiling tracing v0.1.40 |
2505 | 2024-06-04T10:42:23.927Z | Compiling mime v0.3.17 |
2506 | 2024-06-04T10:42:24.033Z | Compiling tower-service v0.3.2 |
2507 | 2024-06-04T10:42:24.082Z | Compiling openssl v0.10.64 |
2508 | 2024-06-04T10:42:24.167Z | Compiling rustc-demangle v0.1.24 |
2509 | 2024-06-04T10:42:24.234Z | Compiling ipnet v2.9.0 |
2510 | 2024-06-04T10:42:24.470Z | Compiling foreign-types v0.3.2 |
2511 | 2024-06-04T10:42:24.638Z | Compiling openssl-macros v0.1.1 |
2512 | 2024-06-04T10:42:24.981Z | Compiling futures-executor v0.3.30 |
2513 | 2024-06-04T10:42:25.241Z | Compiling base64ct v1.6.0 |
2514 | 2024-06-04T10:42:25.285Z | Compiling winnow v0.5.40 |
2515 | 2024-06-04T10:42:25.339Z | Compiling crossbeam-utils v0.8.19 |
2516 | 2024-06-04T10:42:25.515Z | Compiling heck v0.5.0 |
2517 | 2024-06-04T10:42:25.703Z | Compiling addr2line v0.21.0 |
2518 | 2024-06-04T10:42:25.759Z | Compiling native-tls v0.2.11 |
2519 | 2024-06-04T10:42:25.883Z | Compiling rustls v0.21.12 |
2520 | 2024-06-04T10:42:26.016Z | Compiling sct v0.7.1 |
2521 | 2024-06-04T10:42:26.072Z | Compiling rustls-webpki v0.101.7 |
2522 | 2024-06-04T10:42:26.135Z | Compiling cookie v0.17.0 |
2523 | 2024-06-04T10:42:26.236Z | Compiling openssl-probe v0.1.5 |
2524 | 2024-06-04T10:42:26.285Z | Compiling ucd-trie v0.1.6 |
2525 | 2024-06-04T10:42:26.316Z | Compiling rustix v0.38.34 |
2526 | 2024-06-04T10:42:26.548Z | Compiling pest v2.7.10 |
2527 | 2024-06-04T10:42:27.061Z | Compiling futures v0.3.30 |
2528 | 2024-06-04T10:42:27.162Z | Compiling idna v0.3.0 |
2529 | 2024-06-04T10:42:27.511Z | Compiling errno v0.3.9 |
2530 | 2024-06-04T10:42:27.680Z | Compiling encoding_rs v0.8.34 |
2531 | 2024-06-04T10:42:27.737Z | Compiling data-encoding v2.6.0 |
2532 | 2024-06-04T10:42:28.467Z | Compiling psl-types v2.0.11 |
2533 | 2024-06-04T10:42:28.676Z | Compiling rustversion v1.0.17 |
2534 | 2024-06-04T10:42:28.737Z | Compiling publicsuffix v2.2.3 |
2535 | 2024-06-04T10:42:29.057Z | Compiling pest_meta v2.7.10 |
2536 | 2024-06-04T10:42:29.410Z | Compiling bytes v1.6.0 |
2537 | 2024-06-04T10:42:29.888Z | Compiling indexmap v2.2.6 |
2538 | 2024-06-04T10:42:29.963Z | Compiling chrono v0.4.38 |
2539 | 2024-06-04T10:42:30.545Z | Compiling tokio v1.37.0 |
2540 | 2024-06-04T10:42:31.099Z | Compiling uuid v1.8.0 |
2541 | 2024-06-04T10:42:31.466Z | Compiling bitflags v2.5.0 |
2542 | 2024-06-04T10:42:31.849Z | Compiling http v0.2.12 |
2543 | 2024-06-04T10:42:32.253Z | Compiling serde_tokenstream v0.2.0 |
2544 | 2024-06-04T10:42:32.282Z | Compiling serde_spanned v0.6.6 |
2545 | 2024-06-04T10:42:32.481Z | Compiling toml_datetime v0.6.6 |
2546 | 2024-06-04T10:42:32.721Z | Compiling toml_edit v0.19.15 |
2547 | 2024-06-04T10:42:33.130Z | Compiling http-body v0.4.6 |
2548 | 2024-06-04T10:42:33.586Z | Compiling serde_urlencoded v0.7.1 |
2549 | 2024-06-04T10:42:34.064Z | Compiling hmac v0.12.1 |
2550 | 2024-06-04T10:42:34.270Z | Compiling scroll_derive v0.12.0 |
2551 | 2024-06-04T10:42:34.457Z | Compiling cookie_store v0.20.0 |
2552 | 2024-06-04T10:42:35.367Z | Compiling openapiv3 v2.0.0 |
2553 | 2024-06-04T10:42:35.473Z | Compiling scroll v0.12.0 |
2554 | 2024-06-04T10:42:35.752Z | Compiling pest_generator v2.7.10 |
2555 | 2024-06-04T10:42:35.834Z | Compiling rustls-pemfile v1.0.4 |
2556 | 2024-06-04T10:42:35.964Z | Compiling webpki-roots v0.25.4 |
2557 | 2024-06-04T10:42:36.109Z | Compiling plain v0.2.3 |
2558 | 2024-06-04T10:42:36.163Z | Compiling sync_wrapper v0.1.2 |
2559 | 2024-06-04T10:42:36.241Z | Compiling bitflags v1.3.2 |
2560 | 2024-06-04T10:42:36.274Z | Compiling goblin v0.8.2 |
2561 | 2024-06-04T10:42:36.301Z | Compiling rustc_version v0.4.0 |
2562 | 2024-06-04T10:42:36.350Z | Compiling pem-rfc7468 v0.7.0 |
2563 | 2024-06-04T10:42:36.959Z | Compiling tokio-util v0.7.11 |
2564 | 2024-06-04T10:42:36.992Z | Compiling tokio-rustls v0.24.1 |
2565 | 2024-06-04T10:42:37.340Z | Compiling block-padding v0.3.3 |
2566 | 2024-06-04T10:42:37.366Z | Compiling pest_derive v2.7.10 |
2567 | 2024-06-04T10:42:37.575Z | Compiling der_derive v0.7.2 |
2568 | 2024-06-04T10:42:38.013Z | Compiling h2 v0.3.26 |
2569 | 2024-06-04T10:42:38.610Z | Compiling tokio-native-tls v0.3.1 |
2570 | 2024-06-04T10:42:38.829Z | Compiling usdt-impl v0.5.0 |
2571 | 2024-06-04T10:42:38.880Z | Compiling flagset v0.4.5 |
2572 | 2024-06-04T10:42:39.073Z | Compiling pretty-hex v0.4.1 |
2573 | 2024-06-04T10:42:39.259Z | Compiling dtrace-parser v0.2.0 |
2574 | 2024-06-04T10:42:39.284Z | Compiling inout v0.1.3 |
2575 | 2024-06-04T10:42:39.390Z | Compiling thread-id v4.2.1 |
2576 | 2024-06-04T10:42:39.503Z | Compiling cipher v0.4.4 |
2577 | 2024-06-04T10:42:39.528Z | Compiling sha2 v0.10.8 |
2578 | 2024-06-04T10:42:39.684Z | Compiling der v0.7.9 |
2579 | 2024-06-04T10:42:39.943Z | Compiling either v1.12.0 |
2580 | 2024-06-04T10:42:40.000Z | Compiling ff v0.13.0 |
2581 | 2024-06-04T10:42:40.191Z | Compiling base16ct v0.2.0 |
2582 | 2024-06-04T10:42:40.284Z | Compiling strsim v0.11.1 |
2583 | 2024-06-04T10:42:40.506Z | Compiling stable_deref_trait v1.2.0 |
2584 | 2024-06-04T10:42:40.612Z | Compiling group v0.13.0 |
2585 | 2024-06-04T10:42:40.890Z | Compiling dof v0.3.0 |
2586 | 2024-06-04T10:42:41.056Z | Compiling hkdf v0.12.4 |
2587 | 2024-06-04T10:42:41.098Z | Compiling crossbeam-epoch v0.9.18 |
2588 | 2024-06-04T10:42:41.285Z | Compiling crypto-bigint v0.5.5 |
2589 | 2024-06-04T10:42:41.941Z | Compiling spki v0.7.3 |
2590 | 2024-06-04T10:42:42.277Z | Compiling pkcs8 v0.10.2 |
2591 | 2024-06-04T10:42:42.457Z | Compiling num-integer v0.1.46 |
2592 | 2024-06-04T10:42:42.741Z | Compiling sec1 v0.7.3 |
2593 | 2024-06-04T10:42:42.773Z | Compiling memmap v0.7.0 |
2594 | 2024-06-04T10:42:43.071Z | Compiling crc32fast v1.4.0 |
2595 | 2024-06-04T10:42:43.097Z | Compiling managed v0.8.0 |
2596 | 2024-06-04T10:42:43.097Z | Compiling winnow v0.6.8 |
2597 | 2024-06-04T10:42:43.141Z | Compiling unicode-segmentation v1.11.0 |
2598 | 2024-06-04T10:42:43.251Z | Compiling hyper v0.14.28 |
2599 | 2024-06-04T10:42:43.484Z | Compiling toml v0.7.8 |
2600 | 2024-06-04T10:42:43.876Z | Compiling elliptic-curve v0.13.8 |
2601 | 2024-06-04T10:42:43.910Z | Compiling ipnetwork v0.20.0 |
2602 | 2024-06-04T10:42:44.550Z | Compiling hex v0.4.3 |
2603 | 2024-06-04T10:42:44.706Z | Compiling utf8parse v0.2.1 |
2604 | 2024-06-04T10:42:44.862Z | Compiling anstyle v1.0.7 |
2605 | 2024-06-04T10:42:44.923Z | Compiling usdt-macro v0.5.0 |
2606 | 2024-06-04T10:42:44.949Z | Compiling usdt-attr-macro v0.5.0 |
2607 | 2024-06-04T10:42:45.086Z | Compiling matches v0.1.10 |
2608 | 2024-06-04T10:42:45.181Z | Compiling idna v0.2.3 |
2609 | 2024-06-04T10:42:45.294Z | Compiling anstyle-parse v0.2.4 |
2610 | 2024-06-04T10:42:45.597Z | Compiling enum-as-inner v0.5.1 |
2611 | 2024-06-04T10:42:46.092Z | Compiling toml_edit v0.22.13 |
2612 | 2024-06-04T10:42:46.118Z | Compiling colorchoice v1.0.1 |
2613 | 2024-06-04T10:42:46.203Z | Compiling anstyle-query v1.0.3 |
2614 | 2024-06-04T10:42:46.273Z | Compiling bit-vec v0.6.3 |
2615 | 2024-06-04T10:42:46.313Z | Compiling usdt v0.5.0 |
2616 | 2024-06-04T10:42:46.339Z | Compiling is_terminal_polyfill v1.70.0 |
2617 | 2024-06-04T10:42:46.434Z | Compiling siphasher v0.3.11 |
2618 | 2024-06-04T10:42:46.459Z | Compiling trust-dns-proto v0.22.0 |
2619 | 2024-06-04T10:42:46.485Z | Compiling anstream v0.6.14 |
2620 | 2024-06-04T10:42:46.485Z | Compiling flate2 v1.0.30 |
2621 | 2024-06-04T10:42:46.663Z | Compiling num-bigint v0.4.5 |
2622 | 2024-06-04T10:42:46.761Z | Compiling heapless v0.7.17 |
2623 | 2024-06-04T10:42:46.787Z | Compiling terminal_size v0.3.0 |
2624 | 2024-06-04T10:42:46.966Z | Compiling regress v0.9.1 |
2625 | 2024-06-04T10:42:47.129Z | Compiling signal-hook v0.3.17 |
2626 | 2024-06-04T10:42:47.154Z | Compiling finl_unicode v1.2.0 |
2627 | 2024-06-04T10:42:47.272Z | Compiling clap_lex v0.7.0 |
2628 | 2024-06-04T10:42:47.444Z | Compiling itertools v0.10.5 |
2629 | 2024-06-04T10:42:47.647Z | Compiling stringprep v0.1.4 |
2630 | 2024-06-04T10:42:47.736Z | Compiling clap_builder v4.5.2 |
2631 | 2024-06-04T10:42:48.662Z | Compiling hyper-tls v0.5.0 |
2632 | 2024-06-04T10:42:49.006Z | Compiling hyper-rustls v0.24.2 |
2633 | 2024-06-04T10:42:49.310Z | Compiling reqwest v0.11.27 |
2634 | 2024-06-04T10:42:49.711Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2635 | 2024-06-04T10:42:50.923Z | Compiling yasna v0.5.2 |
2636 | 2024-06-04T10:42:51.284Z | Compiling clap_derive v4.5.4 |
2637 | 2024-06-04T10:42:52.448Z | Compiling md-5 v0.10.6 |
2638 | 2024-06-04T10:42:52.674Z | Compiling hash32 v0.2.1 |
2639 | 2024-06-04T10:42:53.010Z | Compiling fallible-iterator v0.2.0 |
2640 | 2024-06-04T10:42:53.116Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2641 | 2024-06-04T10:42:53.210Z | Compiling smoltcp v0.9.1 |
2642 | 2024-06-04T10:42:53.588Z | Compiling postgres-protocol v0.6.6 |
2643 | 2024-06-04T10:42:54.707Z | Compiling phf_shared v0.11.2 |
2644 | 2024-06-04T10:42:54.770Z | Compiling tokio-stream v0.1.15 |
2645 | 2024-06-04T10:42:54.805Z | Compiling hubpack_derive v0.1.1 |
2646 | 2024-06-04T10:42:55.002Z | Compiling zerocopy-derive v0.6.6 |
2647 | 2024-06-04T10:42:55.059Z | Compiling diesel_table_macro_syntax v0.1.0 |
2648 | 2024-06-04T10:42:55.205Z | Compiling clap v4.5.4 |
2649 | 2024-06-04T10:42:55.322Z | Compiling scheduled-thread-pool v0.2.7 |
2650 | 2024-06-04T10:42:55.423Z | Compiling fs-err v2.11.0 |
2651 | 2024-06-04T10:42:55.528Z | Compiling fixedbitset v0.4.2 |
2652 | 2024-06-04T10:42:55.554Z | Compiling hubpack v0.1.2 |
2653 | 2024-06-04T10:42:55.616Z | Compiling r2d2 v0.8.10 |
2654 | 2024-06-04T10:42:55.801Z | Compiling petgraph v0.6.5 |
2655 | 2024-06-04T10:42:55.890Z | Compiling diesel_derives v2.1.4 |
2656 | 2024-06-04T10:42:55.938Z | Compiling phf v0.11.2 |
2657 | 2024-06-04T10:42:55.966Z | Compiling postgres-types v0.2.6 |
2658 | 2024-06-04T10:42:56.207Z | Compiling signal-hook-mio v0.2.3 |
2659 | 2024-06-04T10:42:56.599Z | Compiling phf_shared v0.10.0 |
2660 | 2024-06-04T10:42:56.886Z | Compiling zerocopy v0.6.6 |
2661 | 2024-06-04T10:42:56.963Z | Compiling similar v2.5.0 |
2662 | 2024-06-04T10:42:57.255Z | Compiling num-iter v0.1.45 |
2663 | 2024-06-04T10:42:57.424Z | Compiling strum_macros v0.25.3 |
2664 | 2024-06-04T10:42:57.550Z | Compiling getopts v0.2.21 |
2665 | 2024-06-04T10:42:57.704Z | Compiling console v0.15.8 |
2666 | 2024-06-04T10:42:58.412Z | Compiling serde_repr v0.1.19 |
2667 | 2024-06-04T10:42:59.006Z | Compiling float-cmp v0.9.0 |
2668 | 2024-06-04T10:42:59.068Z | Compiling predicates-core v1.0.6 |
2669 | 2024-06-04T10:42:59.093Z | Compiling difflib v0.4.0 |
2670 | 2024-06-04T10:42:59.230Z | Compiling whoami v1.5.1 |
2671 | 2024-06-04T10:42:59.386Z | Compiling static_assertions v1.1.0 |
2672 | 2024-06-04T10:42:59.486Z | Compiling minimal-lexical v0.2.1 |
2673 | 2024-06-04T10:42:59.511Z | Compiling unsafe-libyaml v0.2.11 |
2674 | 2024-06-04T10:42:59.811Z | Compiling new_debug_unreachable v1.0.6 |
2675 | 2024-06-04T10:42:59.906Z | Compiling precomputed-hash v0.1.1 |
2676 | 2024-06-04T10:42:59.954Z | Compiling normalize-line-endings v0.3.0 |
2677 | 2024-06-04T10:43:00.021Z | Compiling string_cache v0.8.7 |
2678 | 2024-06-04T10:43:00.085Z | Compiling predicates v3.1.0 |
2679 | 2024-06-04T10:43:00.423Z | Compiling nom v7.1.3 |
2680 | 2024-06-04T10:43:00.448Z | Compiling tokio-postgres v0.7.10 |
2681 | 2024-06-04T10:43:00.886Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2682 | 2024-06-04T10:43:01.069Z | Compiling serde_yaml v0.9.34+deprecated |
2683 | 2024-06-04T10:43:01.610Z | Compiling crossterm v0.27.0 |
2684 | 2024-06-04T10:43:02.583Z | Compiling bit-set v0.5.3 |
2685 | 2024-06-04T10:43:02.842Z | Compiling itertools v0.12.1 |
2686 | 2024-06-04T10:43:03.384Z | Compiling bstr v1.9.1 |
2687 | 2024-06-04T10:43:04.608Z | Compiling unicode-xid v0.2.4 |
2688 | 2024-06-04T10:43:04.645Z | Compiling lalrpop-util v0.19.12 |
2689 | 2024-06-04T10:43:04.721Z | Compiling peg-runtime v0.8.3 |
2690 | 2024-06-04T10:43:04.772Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2691 | 2024-06-04T10:43:04.963Z | Compiling sha1 v0.10.6 |
2692 | 2024-06-04T10:43:04.995Z | Compiling camino v1.1.7 |
2693 | 2024-06-04T10:43:05.148Z | Compiling strum_macros v0.26.2 |
2694 | 2024-06-04T10:43:05.253Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2695 | 2024-06-04T10:43:05.314Z | Compiling dirs-sys-next v0.1.2 |
2696 | 2024-06-04T10:43:05.344Z | Compiling base64 v0.22.1 |
2697 | 2024-06-04T10:43:05.441Z | Compiling match_cfg v0.1.0 |
2698 | 2024-06-04T10:43:05.515Z | Compiling dirs-next v2.0.0 |
2699 | 2024-06-04T10:43:05.559Z | Compiling hostname v0.3.1 |
2700 | 2024-06-04T10:43:05.705Z | Compiling toml v0.8.13 |
2701 | 2024-06-04T10:43:05.814Z | Compiling http v1.1.0 |
2702 | 2024-06-04T10:43:05.918Z | Compiling thread_local v1.1.8 |
2703 | 2024-06-04T10:43:06.048Z | Compiling rustls-pki-types v1.7.0 |
2704 | 2024-06-04T10:43:06.422Z | Compiling slog-async v2.8.0 |
2705 | 2024-06-04T10:43:06.465Z | Compiling ident_case v1.0.1 |
2706 | 2024-06-04T10:43:06.636Z | Compiling darling_core v0.20.9 |
2707 | 2024-06-04T10:43:06.777Z | Compiling term v0.7.0 |
2708 | 2024-06-04T10:43:06.908Z | Compiling crossbeam-channel v0.5.12 |
2709 | 2024-06-04T10:43:07.192Z | Compiling is-terminal v0.4.12 |
2710 | 2024-06-04T10:43:07.312Z | Compiling take_mut v0.2.2 |
2711 | 2024-06-04T10:43:07.464Z | Compiling paste v1.0.15 |
2712 | 2024-06-04T10:43:07.875Z | Compiling rustls v0.22.4 |
2713 | 2024-06-04T10:43:08.029Z | Compiling slog-term v2.9.1 |
2714 | 2024-06-04T10:43:08.139Z | Compiling rustls-webpki v0.102.4 |
2715 | 2024-06-04T10:43:08.164Z | Compiling multer v3.1.0 |
2716 | 2024-06-04T10:43:08.232Z | Compiling diesel v2.1.6 |
2717 | 2024-06-04T10:43:08.398Z | Compiling instant v0.1.12 |
2718 | 2024-06-04T10:43:09.054Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2719 | 2024-06-04T10:43:09.140Z | Compiling slog-json v2.6.1 |
2720 | 2024-06-04T10:43:09.189Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2721 | 2024-06-04T10:43:09.442Z | Compiling strum v0.26.2 |
2722 | 2024-06-04T10:43:09.481Z | Compiling async-stream-impl v0.3.5 |
2723 | 2024-06-04T10:43:09.614Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2724 | 2024-06-04T10:43:09.675Z | Compiling debug-ignore v1.0.5 |
2725 | 2024-06-04T10:43:09.813Z | Compiling atomic-waker v1.1.2 |
2726 | 2024-06-04T10:43:09.915Z | Compiling slog-bunyan v2.5.0 |
2727 | 2024-06-04T10:43:09.977Z | Compiling waitgroup v0.1.2 |
2728 | 2024-06-04T10:43:10.107Z | Compiling rustls-pemfile v2.1.2 |
2729 | 2024-06-04T10:43:10.184Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2730 | 2024-06-04T10:43:10.503Z | Compiling serde_path_to_error v0.1.16 |
2731 | 2024-06-04T10:43:10.639Z | Compiling async-stream v0.3.5 |
2732 | 2024-06-04T10:43:10.918Z | Compiling structmeta-derive v0.3.0 |
2733 | 2024-06-04T10:43:10.943Z | Compiling hostname v0.4.0 |
2734 | 2024-06-04T10:43:11.201Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2735 | 2024-06-04T10:43:11.239Z | Compiling newtype-uuid v1.1.0 |
2736 | 2024-06-04T10:43:11.438Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2737 | 2024-06-04T10:43:11.524Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2738 | 2024-06-04T10:43:11.819Z | Compiling backoff v0.4.0 |
2739 | 2024-06-04T10:43:12.053Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2740 | 2024-06-04T10:43:12.096Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2741 | 2024-06-04T10:43:12.122Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
2742 | 2024-06-04T10:43:12.208Z | Compiling macaddr v1.0.1 |
2743 | 2024-06-04T10:43:12.273Z | Compiling proc-macro-crate v1.3.1 |
2744 | 2024-06-04T10:43:12.603Z | Compiling tokio-rustls v0.25.0 |
2745 | 2024-06-04T10:43:12.697Z | Compiling darling_macro v0.20.9 |
2746 | 2024-06-04T10:43:12.755Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2747 | 2024-06-04T10:43:13.046Z | Compiling fastrand v2.1.0 |
2748 | 2024-06-04T10:43:13.255Z | Compiling num_enum_derive v0.5.11 |
2749 | 2024-06-04T10:43:13.446Z | Compiling structmeta v0.3.0 |
2750 | 2024-06-04T10:43:13.546Z | Compiling tempfile v3.10.1 |
2751 | 2024-06-04T10:43:13.571Z | Compiling darling v0.20.9 |
2752 | 2024-06-04T10:43:13.680Z | Compiling serde_with_macros v3.8.1 |
2753 | 2024-06-04T10:43:13.930Z | Compiling parse-display-derive v0.9.0 |
2754 | 2024-06-04T10:43:14.425Z | Compiling proc-macro-error-attr v1.0.4 |
2755 | 2024-06-04T10:43:14.790Z | Compiling proc-macro-error v1.0.4 |
2756 | 2024-06-04T10:43:15.070Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2757 | 2024-06-04T10:43:15.759Z | Compiling num_enum v0.5.11 |
2758 | 2024-06-04T10:43:15.920Z | Compiling foreign-types-macros v0.2.3 |
2759 | 2024-06-04T10:43:16.061Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2760 | 2024-06-04T10:43:16.356Z | Compiling foreign-types-shared v0.3.1 |
2761 | 2024-06-04T10:43:16.489Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2762 | 2024-06-04T10:43:16.545Z | Compiling serde_with v3.8.1 |
2763 | 2024-06-04T10:43:16.748Z | Compiling heapless v0.8.0 |
2764 | 2024-06-04T10:43:17.039Z | Compiling foreign-types v0.5.0 |
2765 | 2024-06-04T10:43:17.777Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2766 | 2024-06-04T10:43:17.801Z | Compiling cstr-argument v0.1.2 |
2767 | 2024-06-04T10:43:18.018Z | Compiling hash32 v0.3.1 |
2768 | 2024-06-04T10:43:18.042Z | Compiling pretty-hex v0.2.1 |
2769 | 2024-06-04T10:43:18.106Z | Compiling parse-display v0.9.0 |
2770 | 2024-06-04T10:43:18.215Z | Compiling smoltcp v0.11.0 |
2771 | 2024-06-04T10:43:18.241Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2772 | 2024-06-04T10:43:18.610Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2773 | 2024-06-04T10:43:18.683Z | Compiling camino-tempfile v1.1.1 |
2774 | 2024-06-04T10:43:18.886Z | Compiling tabwriter v1.4.0 |
2775 | 2024-06-04T10:43:19.156Z | Compiling colored v2.1.0 |
2776 | 2024-06-04T10:43:19.199Z | Compiling socket2 v0.4.10 |
2777 | 2024-06-04T10:43:19.355Z | Compiling cobs v0.2.3 |
2778 | 2024-06-04T10:43:19.538Z | Compiling embedded-io v0.4.0 |
2779 | 2024-06-04T10:43:19.769Z | Compiling postcard v1.0.8 |
2780 | 2024-06-04T10:43:19.796Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2781 | 2024-06-04T10:43:19.826Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2782 | 2024-06-04T10:43:19.973Z | Compiling crucible-workspace-hack v0.1.0 |
2783 | 2024-06-04T10:43:19.999Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2784 | 2024-06-04T10:43:20.108Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2785 | 2024-06-04T10:43:20.316Z | Compiling smf v0.2.3 |
2786 | 2024-06-04T10:43:20.400Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2787 | 2024-06-04T10:43:20.425Z | Compiling humantime v2.1.0 |
2788 | 2024-06-04T10:43:20.682Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2789 | 2024-06-04T10:43:20.732Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2790 | 2024-06-04T10:43:20.886Z | Compiling num-derive v0.4.2 |
2791 | 2024-06-04T10:43:21.119Z | Compiling sigpipe v0.1.3 |
2792 | 2024-06-04T10:43:21.238Z | Compiling utf-8 v0.7.6 |
2793 | 2024-06-04T10:43:21.507Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2794 | 2024-06-04T10:43:21.553Z | Compiling atty v0.2.14 |
2795 | 2024-06-04T10:43:21.690Z | Compiling rayon-core v1.12.1 |
2796 | 2024-06-04T10:43:21.918Z | Compiling semver v0.1.20 |
2797 | 2024-06-04T10:43:21.943Z | Compiling same-file v1.0.6 |
2798 | 2024-06-04T10:43:21.967Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2799 | 2024-06-04T10:43:22.155Z | Compiling platforms v3.4.0 |
2800 | 2024-06-04T10:43:22.497Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2801 | 2024-06-04T10:43:22.712Z | Compiling curve25519-dalek v4.1.2 |
2802 | 2024-06-04T10:43:22.867Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2803 | 2024-06-04T10:43:23.247Z | Compiling rustc_version v0.1.7 |
2804 | 2024-06-04T10:43:23.335Z | Compiling walkdir v2.5.0 |
2805 | 2024-06-04T10:43:23.694Z | Compiling newline-converter v0.3.0 |
2806 | 2024-06-04T10:43:23.718Z | Compiling crossbeam-deque v0.8.5 |
2807 | 2024-06-04T10:43:23.742Z | Compiling universal-hash v0.5.1 |
2808 | 2024-06-04T10:43:23.904Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2809 | 2024-06-04T10:43:23.928Z | Compiling opaque-debug v0.3.1 |
2810 | 2024-06-04T10:43:23.977Z | Compiling expectorate v1.1.0 |
2811 | 2024-06-04T10:43:24.041Z | Compiling newtype_derive v0.1.6 |
2812 | 2024-06-04T10:43:24.138Z | Compiling tungstenite v0.20.1 |
2813 | 2024-06-04T10:43:24.183Z | Compiling xattr v1.3.1 |
2814 | 2024-06-04T10:43:24.282Z | Compiling signature v2.2.0 |
2815 | 2024-06-04T10:43:24.330Z | Compiling curve25519-dalek-derive v0.1.1 |
2816 | 2024-06-04T10:43:24.433Z | Compiling ring v0.16.20 |
2817 | 2024-06-04T10:43:24.544Z | Compiling blake3 v1.5.1 |
2818 | 2024-06-04T10:43:25.048Z | Compiling filetime v0.2.23 |
2819 | 2024-06-04T10:43:25.315Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2820 | 2024-06-04T10:43:25.376Z | Compiling unicase v2.7.0 |
2821 | 2024-06-04T10:43:25.579Z | Compiling getrandom v0.1.16 |
2822 | 2024-06-04T10:43:25.615Z | Compiling linked-hash-map v0.5.6 |
2823 | 2024-06-04T10:43:25.640Z | Compiling convert_case v0.4.0 |
2824 | 2024-06-04T10:43:25.640Z | Compiling quick-error v1.2.3 |
2825 | 2024-06-04T10:43:25.799Z | Compiling termcolor v1.4.1 |
2826 | 2024-06-04T10:43:25.936Z | Compiling arc-swap v1.7.1 |
2827 | 2024-06-04T10:43:25.967Z | Compiling lru-cache v0.1.2 |
2828 | 2024-06-04T10:43:26.148Z | Compiling resolv-conf v0.7.0 |
2829 | 2024-06-04T10:43:26.236Z | Compiling env_logger v0.9.3 |
2830 | 2024-06-04T10:43:26.417Z | Compiling slog-scope v4.4.0 |
2831 | 2024-06-04T10:43:26.511Z | Compiling derive_more v0.99.17 |
2832 | 2024-06-04T10:43:26.859Z | Compiling tar v0.4.40 |
2833 | 2024-06-04T10:43:27.284Z | Compiling tokio-tungstenite v0.20.1 |
2834 | 2024-06-04T10:43:27.422Z | Compiling rayon v1.10.0 |
2835 | 2024-06-04T10:43:27.793Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2836 | 2024-06-04T10:43:28.167Z | Compiling password-hash v0.5.0 |
2837 | 2024-06-04T10:43:28.585Z | Compiling blake2 v0.10.6 |
2838 | 2024-06-04T10:43:28.945Z | Compiling bitstruct_derive v0.1.0 |
2839 | 2024-06-04T10:43:29.095Z | Compiling derive-where v1.2.7 |
2840 | 2024-06-04T10:43:29.581Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2841 | 2024-06-04T10:43:29.697Z | Compiling memmap2 v0.9.4 |
2842 | 2024-06-04T10:43:30.033Z | Compiling libefi-sys v0.1.0 |
2843 | 2024-06-04T10:43:30.083Z | Compiling home v0.5.9 |
2844 | 2024-06-04T10:43:30.286Z | Compiling parking_lot_core v0.8.6 |
2845 | 2024-06-04T10:43:30.369Z | Compiling untrusted v0.7.1 |
2846 | 2024-06-04T10:43:30.561Z | Compiling constant_time_eq v0.3.0 |
2847 | 2024-06-04T10:43:30.739Z | Compiling arrayvec v0.7.4 |
2848 | 2024-06-04T10:43:30.763Z | Compiling ascii v1.1.0 |
2849 | 2024-06-04T10:43:31.199Z | Compiling arrayref v0.3.7 |
2850 | 2024-06-04T10:43:31.362Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2851 | 2024-06-04T10:43:31.580Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2852 | 2024-06-04T10:43:32.281Z | Compiling toolchain_find v0.4.0 |
2853 | 2024-06-04T10:43:32.712Z | Compiling bitstruct v0.1.1 |
2854 | 2024-06-04T10:43:32.766Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2855 | 2024-06-04T10:43:32.838Z | Compiling argon2 v0.5.3 |
2856 | 2024-06-04T10:43:32.898Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2857 | 2024-06-04T10:43:33.127Z | Compiling slog-stdlog v4.1.1 |
2858 | 2024-06-04T10:43:33.271Z | Compiling trust-dns-resolver v0.22.0 |
2859 | 2024-06-04T10:43:33.409Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2860 | 2024-06-04T10:43:33.473Z | Compiling num-rational v0.4.2 |
2861 | 2024-06-04T10:43:33.906Z | Compiling rfc6979 v0.4.0 |
2862 | 2024-06-04T10:43:34.071Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2863 | 2024-06-04T10:43:34.098Z | Compiling erased-serde v0.3.31 |
2864 | 2024-06-04T10:43:34.409Z | Compiling serde_arrays v0.1.0 |
2865 | 2024-06-04T10:43:34.559Z | Compiling aead v0.5.2 |
2866 | 2024-06-04T10:43:34.771Z | Compiling num-complex v0.4.6 |
2867 | 2024-06-04T10:43:34.883Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2868 | 2024-06-04T10:43:35.033Z | Compiling nibble_vec v0.1.0 |
2869 | 2024-06-04T10:43:35.146Z | Compiling slog-dtrace v0.3.0 |
2870 | 2024-06-04T10:43:35.178Z | Compiling cancel-safe-futures v0.1.5 |
2871 | 2024-06-04T10:43:35.228Z | Compiling topological-sort v0.2.2 |
2872 | 2024-06-04T10:43:35.252Z | Compiling keccak v0.1.5 |
2873 | 2024-06-04T10:43:35.389Z | Compiling endian-type v0.1.2 |
2874 | 2024-06-04T10:43:35.495Z | Compiling sha3 v0.10.8 |
2875 | 2024-06-04T10:43:35.519Z | Compiling num v0.4.3 |
2876 | 2024-06-04T10:43:35.604Z | Compiling radix_trie v0.2.1 |
2877 | 2024-06-04T10:43:35.631Z | Compiling omicron-zone-package v0.11.0 |
2878 | 2024-06-04T10:43:35.738Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2879 | 2024-06-04T10:43:36.020Z | Compiling ecdsa v0.16.9 |
2880 | 2024-06-04T10:43:36.223Z | Compiling rand_core v0.5.1 |
2881 | 2024-06-04T10:43:36.380Z | Compiling mime_guess v2.0.4 |
2882 | 2024-06-04T10:43:36.673Z | Compiling slog-envlogger v2.2.0 |
2883 | 2024-06-04T10:43:36.747Z | Compiling steno v0.4.0 |
2884 | 2024-06-04T10:43:37.041Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2885 | 2024-06-04T10:43:37.361Z | Compiling rustfmt-wrapper v0.2.1 |
2886 | 2024-06-04T10:43:37.401Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2887 | 2024-06-04T10:43:37.454Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2888 | 2024-06-04T10:43:37.820Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2889 | 2024-06-04T10:43:38.029Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2890 | 2024-06-04T10:43:38.140Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2891 | 2024-06-04T10:43:38.466Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2892 | 2024-06-04T10:43:38.492Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2893 | 2024-06-04T10:43:38.810Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2894 | 2024-06-04T10:43:39.476Z | Compiling poly1305 v0.8.0 |
2895 | 2024-06-04T10:43:39.604Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2896 | 2024-06-04T10:43:39.833Z | Compiling primeorder v0.13.6 |
2897 | 2024-06-04T10:43:40.233Z | Compiling heck v0.3.3 |
2898 | 2024-06-04T10:43:40.287Z | Compiling chacha20 v0.9.1 |
2899 | 2024-06-04T10:43:40.619Z | Compiling thiserror-impl-no-std v2.0.2 |
2900 | 2024-06-04T10:43:40.694Z | Compiling secrecy v0.8.0 |
2901 | 2024-06-04T10:43:40.820Z | Compiling half v2.4.1 |
2902 | 2024-06-04T10:43:40.948Z | Compiling ciborium-io v0.2.2 |
2903 | 2024-06-04T10:43:41.086Z | Compiling option-ext v0.2.0 |
2904 | 2024-06-04T10:43:41.141Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2905 | 2024-06-04T10:43:41.229Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2906 | 2024-06-04T10:43:41.343Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2907 | 2024-06-04T10:43:41.428Z | Compiling ciborium-ll v0.2.2 |
2908 | 2024-06-04T10:43:41.494Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2909 | 2024-06-04T10:43:41.518Z | Compiling dirs-sys v0.4.1 |
2910 | 2024-06-04T10:43:41.779Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2911 | 2024-06-04T10:43:42.034Z | Compiling zone_cfg_derive v0.1.2 |
2912 | 2024-06-04T10:43:42.545Z | Compiling parking_lot v0.11.2 |
2913 | 2024-06-04T10:43:43.196Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2914 | 2024-06-04T10:43:43.248Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2915 | 2024-06-04T10:43:43.399Z | Compiling thiserror-no-std v2.0.2 |
2916 | 2024-06-04T10:43:43.426Z | Compiling rand_chacha v0.2.2 |
2917 | 2024-06-04T10:43:43.450Z | Compiling trust-dns-client v0.22.0 |
2918 | 2024-06-04T10:43:43.545Z | Compiling ed25519 v2.2.3 |
2919 | 2024-06-04T10:43:44.020Z | Compiling polyval v0.6.2 |
2920 | 2024-06-04T10:43:44.069Z | Compiling tungstenite v0.21.0 |
2921 | 2024-06-04T10:43:44.093Z | Compiling blowfish v0.9.1 |
2922 | 2024-06-04T10:43:44.410Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2923 | 2024-06-04T10:43:44.456Z | Compiling aes v0.8.4 |
2924 | 2024-06-04T10:43:44.797Z | Compiling ctr v0.9.2 |
2925 | 2024-06-04T10:43:44.989Z | Compiling libsw v3.3.1 |
2926 | 2024-06-04T10:43:45.107Z | Compiling toml v0.5.11 |
2927 | 2024-06-04T10:43:45.272Z | Compiling password-hash v0.4.2 |
2928 | 2024-06-04T10:43:45.862Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2929 | 2024-06-04T10:43:46.124Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2930 | 2024-06-04T10:43:46.148Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2931 | 2024-06-04T10:43:46.558Z | Compiling pbkdf2 v0.12.2 |
2932 | 2024-06-04T10:43:46.719Z | Compiling gethostname v0.4.3 |
2933 | 2024-06-04T10:43:46.966Z | Compiling fxhash v0.2.1 |
2934 | 2024-06-04T10:43:47.153Z | Compiling owo-colors v4.0.0 |
2935 | 2024-06-04T10:43:48.184Z | Compiling base64 v0.13.1 |
2936 | 2024-06-04T10:43:48.691Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2937 | 2024-06-04T10:43:48.923Z | Compiling swrite v0.1.0 |
2938 | 2024-06-04T10:43:49.055Z | Compiling linear-map v1.2.0 |
2939 | 2024-06-04T10:43:49.357Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2940 | 2024-06-04T10:43:49.530Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2941 | 2024-06-04T10:43:49.893Z | Compiling ron v0.7.1 |
2942 | 2024-06-04T10:43:51.900Z | Compiling sled v0.34.7 |
2943 | 2024-06-04T10:43:51.988Z | Compiling bcrypt-pbkdf v0.10.0 |
2944 | 2024-06-04T10:43:52.327Z | Compiling trust-dns-server v0.22.1 |
2945 | 2024-06-04T10:43:52.520Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2946 | 2024-06-04T10:43:52.544Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2947 | 2024-06-04T10:43:52.684Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2948 | 2024-06-04T10:43:53.412Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2949 | 2024-06-04T10:43:54.086Z | Compiling pbkdf2 v0.11.0 |
2950 | 2024-06-04T10:43:54.398Z | Compiling tokio-tungstenite v0.21.0 |
2951 | 2024-06-04T10:43:54.853Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2952 | 2024-06-04T10:43:54.923Z | Compiling ghash v0.5.1 |
2953 | 2024-06-04T10:43:55.112Z | Compiling ed25519-dalek v2.1.1 |
2954 | 2024-06-04T10:43:55.137Z | Compiling rand v0.7.3 |
2955 | 2024-06-04T10:43:55.491Z | Compiling vsss-rs v3.3.4 |
2956 | 2024-06-04T10:43:56.843Z | Compiling zone v0.1.8 |
2957 | 2024-06-04T10:43:57.199Z | Compiling dirs v5.0.1 |
2958 | 2024-06-04T10:43:57.275Z | Compiling ciborium v0.2.2 |
2959 | 2024-06-04T10:43:58.160Z | Compiling chacha20poly1305 v0.10.1 |
2960 | 2024-06-04T10:43:58.350Z | Compiling p521 v0.13.3 |
2961 | 2024-06-04T10:43:58.525Z | Compiling p256 v0.13.2 |
2962 | 2024-06-04T10:43:58.559Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2963 | 2024-06-04T10:43:59.246Z | Compiling pem v3.0.4 |
2964 | 2024-06-04T10:43:59.270Z | Compiling cbc v0.1.2 |
2965 | 2024-06-04T10:43:59.472Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2966 | 2024-06-04T10:43:59.792Z | Compiling headers-core v0.2.0 |
2967 | 2024-06-04T10:43:59.945Z | Compiling kstat-rs v0.2.3 |
2968 | 2024-06-04T10:43:59.969Z | Compiling portpicker v0.1.1 |
2969 | 2024-06-04T10:44:00.212Z | Compiling nanorand v0.7.0 |
2970 | 2024-06-04T10:44:00.252Z | Compiling russh-cryptovec v0.7.2 |
2971 | 2024-06-04T10:44:00.510Z | Compiling glob v0.3.1 |
2972 | 2024-06-04T10:44:00.539Z | Compiling md5 v0.7.0 |
2973 | 2024-06-04T10:44:00.720Z | Compiling http-range v0.1.5 |
2974 | 2024-06-04T10:44:00.944Z | Compiling hyper-staticfile v0.9.5 |
2975 | 2024-06-04T10:44:01.055Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2976 | 2024-06-04T10:44:01.224Z | Compiling russh-keys v0.43.0 |
2977 | 2024-06-04T10:44:01.374Z | Compiling flume v0.11.0 |
2978 | 2024-06-04T10:44:01.622Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2979 | 2024-06-04T10:44:01.812Z | Compiling headers v0.3.9 |
2980 | 2024-06-04T10:44:01.944Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2981 | 2024-06-04T10:44:03.456Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2982 | 2024-06-04T10:44:04.040Z | Compiling rcgen v0.12.1 |
2983 | 2024-06-04T10:44:04.444Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2984 | 2024-06-04T10:44:06.129Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2985 | 2024-06-04T10:44:06.195Z | Compiling aes-gcm v0.10.3 |
2986 | 2024-06-04T10:44:06.495Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2987 | 2024-06-04T10:44:07.276Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2988 | 2024-06-04T10:44:08.839Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2989 | 2024-06-04T10:44:09.273Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2990 | 2024-06-04T10:44:12.088Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2991 | 2024-06-04T10:44:12.608Z | Compiling atomicwrites v0.4.3 |
2992 | 2024-06-04T10:44:12.928Z | Compiling subprocess v0.2.9 |
2993 | 2024-06-04T10:44:13.444Z | Compiling display-error-chain v0.2.0 |
2994 | 2024-06-04T10:44:13.505Z | Compiling hex-literal v0.4.1 |
2995 | 2024-06-04T10:44:13.607Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2996 | 2024-06-04T10:44:13.649Z | Compiling dhcproto-macros v0.1.0 |
2997 | 2024-06-04T10:44:14.501Z | Compiling dhcproto v0.11.0 |
2998 | 2024-06-04T10:44:14.615Z | Compiling russh v0.43.0 |
2999 | 2024-06-04T10:44:14.639Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3000 | 2024-06-04T10:44:14.951Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3001 | 2024-06-04T10:44:16.916Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3002 | 2024-06-04T10:44:17.246Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3003 | 2024-06-04T10:44:17.641Z | Compiling internet-checksum v0.2.1 |
3004 | 2024-06-04T10:44:41.790Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3005 | 2024-06-04T10:45:38.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 36s |
3006 | 2024-06-04T10:45:39.028Z | |
3007 | 2024-06-04T10:45:39.028Z | real 3:36.381033063 |
3008 | 2024-06-04T10:45:39.028Z | user 17:04.826362520 |
3009 | 2024-06-04T10:45:39.028Z | sys 4:12.303723419 |
3010 | 2024-06-04T10:45:39.028Z | trap 0.471805821 |
3011 | 2024-06-04T10:45:39.028Z | tflt 0.293732342 |
3012 | 2024-06-04T10:45:39.028Z | dflt 1.860808715 |
3013 | 2024-06-04T10:45:39.028Z | kflt 0.000387177 |
3014 | 2024-06-04T10:45:39.029Z | lock 36:30.240239389 |
3015 | 2024-06-04T10:45:39.029Z | slp 48:56.299030838 |
3016 | 2024-06-04T10:45:39.053Z | lat 1:07.207958033 |
3017 | 2024-06-04T10:45:39.053Z | stop 2:37.867177394 |
3018 | 2024-06-04T10:45:39.053Z | + mkdir tests |
3019 | 2024-06-04T10:45:39.053Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
3020 | 2024-06-04T10:45:39.054Z | + xargs -I '{}' -t cp '{}' tests/ |
3021 | 2024-06-04T10:45:39.078Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b61c25909b95525a tests/ |
3022 | 2024-06-04T10:45:39.102Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e7a5eeff37d27598 tests/ |
3023 | 2024-06-04T10:45:39.126Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-5d8a6c66d0b7622c tests/ |
3024 | 2024-06-04T10:45:39.126Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a8f17ad79e3c6c5b tests/ |
3025 | 2024-06-04T10:45:39.433Z | + files=(out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
3026 | 2024-06-04T10:45:39.458Z | + ptime -m tar cvzf /work/package.tar.gz out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-e7a5eeff37d27598 tests/commtest-5d8a6c66d0b7622c tests/dhcp_server-b61c25909b95525a tests/end_to_end_tests-a8f17ad79e3c6c5b out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
3027 | 2024-06-04T10:46:57.261Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
3028 | 2024-06-04T10:46:57.261Z | a out/target/test 1K |
3029 | 2024-06-04T10:46:57.261Z | a out/npuzone/npuzone 23144K |
3030 | 2024-06-04T10:46:57.261Z | a package-manifest.toml 28K |
3031 | 2024-06-04T10:46:57.261Z | a smf/sled-agent/non-gimlet/config.toml 4K |
3032 | 2024-06-04T10:46:57.261Z | a target/release/omicron-package 31807K |
3033 | 2024-06-04T10:46:57.261Z | a target/release/xtask 13855K |
3034 | 2024-06-04T10:46:57.261Z | a target/debug/bootstrap 351237K |
3035 | 2024-06-04T10:46:57.262Z | a tests/bootstrap-e7a5eeff37d27598 23989K |
3036 | 2024-06-04T10:46:57.262Z | a tests/commtest-5d8a6c66d0b7622c 23990K |
3037 | 2024-06-04T10:46:57.262Z | a tests/dhcp_server-b61c25909b95525a 23989K |
3038 | 2024-06-04T10:46:57.262Z | a tests/end_to_end_tests-a8f17ad79e3c6c5b 360785K |
3039 | 2024-06-04T10:46:57.262Z | a out/clickhouse.tar.gz 222994K |
3040 | 2024-06-04T10:46:57.262Z | a out/clickhouse_keeper.tar.gz 222981K |
3041 | 2024-06-04T10:46:57.262Z | a out/cockroachdb.tar.gz 131105K |
3042 | 2024-06-04T10:46:57.262Z | a out/crucible-pantry-zone.tar.gz 27295K |
3043 | 2024-06-04T10:46:57.262Z | a out/crucible-zone.tar.gz 38055K |
3044 | 2024-06-04T10:46:57.262Z | a out/external-dns.tar.gz 25088K |
3045 | 2024-06-04T10:46:57.262Z | a out/internal-dns.tar.gz 25085K |
3046 | 2024-06-04T10:46:57.262Z | a out/mg-ddm-gz.tar 61262K |
3047 | 2024-06-04T10:46:57.262Z | a out/nexus.tar.gz 82372K |
3048 | 2024-06-04T10:46:57.262Z | a out/ntp.tar.gz 8845K |
3049 | 2024-06-04T10:46:57.262Z | a out/omicron-gateway-softnpu.tar.gz 14642K |
3050 | 2024-06-04T10:46:57.262Z | a out/omicron-sled-agent.tar 92665K |
3051 | 2024-06-04T10:46:57.262Z | a out/overlay.tar.gz 3K |
3052 | 2024-06-04T10:46:57.262Z | a out/oximeter.tar.gz 40325K |
3053 | 2024-06-04T10:46:57.262Z | a out/oxlog.tar 2954K |
3054 | 2024-06-04T10:46:57.262Z | a out/probe.tar.gz 2764K |
3055 | 2024-06-04T10:46:57.263Z | a out/propolis-server.tar.gz 65435K |
3056 | 2024-06-04T10:46:57.263Z | a out/pumpkind-gz.tar 26665K |
3057 | 2024-06-04T10:46:57.263Z | a out/switch-softnpu.tar.gz 197358K |
3058 | 2024-06-04T10:46:57.287Z | |
3059 | 2024-06-04T10:46:57.288Z | real 1:17.832864972 |
3060 | 2024-06-04T10:46:57.288Z | user 1:11.894683547 |
3061 | 2024-06-04T10:46:57.288Z | sys 7.223929314 |
3062 | 2024-06-04T10:46:57.288Z | trap 0.021546368 |
3063 | 2024-06-04T10:46:57.288Z | tflt 0.000000000 |
3064 | 2024-06-04T10:46:57.288Z | dflt 0.000000000 |
3065 | 2024-06-04T10:46:57.288Z | kflt 0.000000000 |
3066 | 2024-06-04T10:46:57.288Z | lock 0.000000000 |
3067 | 2024-06-04T10:46:57.288Z | slp 1:12.022699132 |
3068 | 2024-06-04T10:46:57.288Z | lat 4.499234365 |
3069 | 2024-06-04T10:46:57.288Z | stop 0.000216827 |
3070 | 2024-06-04T10:46:57.288Z | process exited: duration 1495317 ms, exit code 0 |
|
3071 | 2024-06-04T10:46:57.372Z | found 1 output files |
3072 | 2024-06-04T10:46:57.372Z | uploading: /work/package.tar.gz (1397732216 bytes) |
3073 | 2024-06-04T10:55:50.006Z | uploaded: /work/package.tar.gz |