|
|
|
1 | 2024-05-29T21:03:29.696Z | job assigned to worker 01HZ32K600JARX5D9RRKRT0AFC (queued for 44 s) |
|
2 | 2024-05-29T21:03:30.561Z | starting task 0: "setup" |
3 | 2024-05-29T21:03:30.585Z | ++ uname -s |
4 | 2024-05-29T21:03:30.585Z | + kern=SunOS |
5 | 2024-05-29T21:03:30.586Z | + case "$kern" in |
6 | 2024-05-29T21:03:30.586Z | + groupadd -g 12345 build |
7 | 2024-05-29T21:03:30.586Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-29T21:03:32.656Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-29T21:03:32.685Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-29T21:03:32.685Z | + home_fs=zfs |
11 | 2024-05-29T21:03:32.685Z | + [[ zfs == autofs ]] |
12 | 2024-05-29T21:03:32.685Z | + mkdir -p /home/build |
13 | 2024-05-29T21:03:32.685Z | + chown build:build /home/build /work |
14 | 2024-05-29T21:03:34.652Z | + chmod 0700 /home/build /work |
15 | 2024-05-29T21:03:34.697Z | process exited: duration 4090 ms, exit code 0 |
|
16 | 2024-05-29T21:03:34.763Z | starting task 1: "rust-toolchain" |
17 | 2024-05-29T21:03:34.793Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-29T21:03:34.793Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.77.2 --profile default |
19 | 2024-05-29T21:03:34.908Z | info: downloading installer |
20 | 2024-05-29T21:03:35.427Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-29T21:03:35.427Z | warning: /opt/ooce/bin |
22 | 2024-05-29T21:03:35.427Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-29T21:03:35.427Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-29T21:03:35.427Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-29T21:03:35.428Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-29T21:03:35.428Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-29T21:03:35.428Z | error: cannot install while Rust is installed |
28 | 2024-05-29T21:03:35.428Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-29T21:03:35.486Z | info: profile set to 'default' |
30 | 2024-05-29T21:03:35.486Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-29T21:03:35.486Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
32 | 2024-05-29T21:03:36.007Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
33 | 2024-05-29T21:03:36.007Z | info: downloading component 'cargo' |
34 | 2024-05-29T21:03:36.040Z | info: downloading component 'clippy' |
35 | 2024-05-29T21:03:36.041Z | info: downloading component 'rust-docs' |
36 | 2024-05-29T21:03:36.071Z | info: downloading component 'rust-std' |
37 | 2024-05-29T21:03:36.361Z | info: downloading component 'rustc' |
38 | 2024-05-29T21:03:36.974Z | info: downloading component 'rustfmt' |
39 | 2024-05-29T21:03:37.030Z | info: installing component 'cargo' |
40 | 2024-05-29T21:03:38.190Z | info: installing component 'clippy' |
41 | 2024-05-29T21:03:38.590Z | info: installing component 'rust-docs' |
42 | 2024-05-29T21:03:41.138Z | info: installing component 'rust-std' |
43 | 2024-05-29T21:03:43.040Z | info: installing component 'rustc' |
44 | 2024-05-29T21:03:47.674Z | info: installing component 'rustfmt' |
45 | 2024-05-29T21:03:48.064Z | info: default toolchain set to '1.77.2-x86_64-unknown-illumos' |
46 | 2024-05-29T21:03:48.064Z | |
47 | 2024-05-29T21:03:48.183Z | 1.77.2-x86_64-unknown-illumos installed - rustc 1.77.2 (25ef9e3d8 2024-04-09) |
48 | 2024-05-29T21:03:48.183Z | |
49 | 2024-05-29T21:03:48.236Z | |
50 | 2024-05-29T21:03:48.236Z | Rust is installed now. Great! |
51 | 2024-05-29T21:03:48.236Z | |
52 | 2024-05-29T21:03:48.236Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-29T21:03:48.237Z | environment variable. This has not been done automatically. |
54 | 2024-05-29T21:03:48.237Z | |
55 | 2024-05-29T21:03:48.237Z | To configure your current shell, you need to source |
56 | 2024-05-29T21:03:48.237Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-29T21:03:48.237Z | |
58 | 2024-05-29T21:03:48.237Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-29T21:03:48.238Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-29T21:03:48.238Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-29T21:03:48.273Z | + rustc --version |
62 | 2024-05-29T21:03:48.378Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
63 | 2024-05-29T21:03:48.405Z | process exited: duration 13617 ms, exit code 0 |
|
64 | 2024-05-29T21:03:48.461Z | starting task 2: "authentication" |
65 | 2024-05-29T21:03:48.520Z | process exited: duration 62 ms, exit code 0 |
|
66 | 2024-05-29T21:03:48.586Z | starting task 3: "clone repository" |
67 | 2024-05-29T21:03:48.625Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-29T21:03:48.625Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-29T21:03:48.625Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-29T21:03:54.359Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-29T21:03:54.359Z | + git fetch origin 6917f4231e3fdd771a6b1156631d90a25eff1231 |
72 | 2024-05-29T21:03:55.110Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-29T21:03:55.110Z | * branch 6917f4231e3fdd771a6b1156631d90a25eff1231 -> FETCH_HEAD |
74 | 2024-05-29T21:03:55.134Z | + [[ -n '' ]] |
75 | 2024-05-29T21:03:55.134Z | + git reset --hard 6917f4231e3fdd771a6b1156631d90a25eff1231 |
76 | 2024-05-29T21:03:55.294Z | HEAD is now at 6917f4231 wait until the task starts |
77 | 2024-05-29T21:03:55.319Z | process exited: duration 6720 ms, exit code 0 |
|
78 | 2024-05-29T21:03:55.370Z | starting task 4: "build" |
79 | 2024-05-29T21:03:55.397Z | + cargo --version |
80 | 2024-05-29T21:03:55.465Z | cargo 1.77.2 (e52e36006 2024-03-26) |
81 | 2024-05-29T21:03:55.490Z | + rustc --version |
82 | 2024-05-29T21:03:55.587Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
83 | 2024-05-29T21:03:55.587Z | + WORK=/work |
84 | 2024-05-29T21:03:55.587Z | + pfexec mkdir -p /work |
85 | 2024-05-29T21:03:55.587Z | + pfexec chown build /work |
86 | 2024-05-29T21:03:55.587Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2024-05-29T21:04:00.292Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2024-05-29T21:04:02.213Z | Startup: Caching catalogs ... Done |
89 | 2024-05-29T21:04:04.561Z | Planning: Solver setup ... Done (1.775s) |
90 | 2024-05-29T21:04:04.595Z | Planning: Running solver ... Done (0.033s) |
91 | 2024-05-29T21:04:04.628Z | Planning: Finding local manifests ... Done (0.002s) |
92 | 2024-05-29T21:04:04.713Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2024-05-29T21:04:05.689Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2024-05-29T21:04:05.748Z | Planning: Package planning ... Done (0.059s) |
95 | 2024-05-29T21:04:05.809Z | Planning: Merging actions ... Done (0.060s) |
96 | 2024-05-29T21:04:06.169Z | Planning: Checking for conflicting actions ... Done (0.355s) |
97 | 2024-05-29T21:04:06.199Z | Planning: Consolidating action changes ... Done (0.013s) |
98 | 2024-05-29T21:04:06.826Z | Planning: Evaluating mediators ... Done (0.648s) |
99 | 2024-05-29T21:04:07.265Z | Planning: Planning completed in 4.57 seconds |
100 | 2024-05-29T21:04:07.296Z | Packages to install: 4 |
101 | 2024-05-29T21:04:07.296Z | Mediators to change: 2 |
102 | 2024-05-29T21:04:07.296Z | Services to change: 1 |
103 | 2024-05-29T21:04:07.296Z | Estimated space available: 148.91 GB |
104 | 2024-05-29T21:04:07.296Z | Estimated space to be consumed: 1.45 GB |
105 | 2024-05-29T21:04:07.296Z | Create boot environment: No |
106 | 2024-05-29T21:04:07.297Z | Create backup boot environment: No |
107 | 2024-05-29T21:04:07.297Z | Rebuild boot archive: No |
108 | 2024-05-29T21:04:07.297Z | |
109 | 2024-05-29T21:04:07.297Z | Changed mediators: |
110 | 2024-05-29T21:04:07.297Z | mediator clang: |
111 | 2024-05-29T21:04:07.297Z | version: None -> 15 (system default) |
112 | 2024-05-29T21:04:07.297Z | |
113 | 2024-05-29T21:04:07.297Z | mediator llvm: |
114 | 2024-05-29T21:04:07.297Z | version: 14 (system default) -> 15 (system default) |
115 | 2024-05-29T21:04:07.298Z | |
116 | 2024-05-29T21:04:07.298Z | Changed packages: |
117 | 2024-05-29T21:04:07.298Z | helios-dev |
118 | 2024-05-29T21:04:07.298Z | developer/build-essential |
119 | 2024-05-29T21:04:07.298Z | None -> 11-2.0 |
120 | 2024-05-29T21:04:07.298Z | library/libxmlsec1 |
121 | 2024-05-29T21:04:07.298Z | None -> 1.2.35-2.0 |
122 | 2024-05-29T21:04:07.298Z | ooce/developer/clang-15 |
123 | 2024-05-29T21:04:07.299Z | None -> 15.0.7-2.0 |
124 | 2024-05-29T21:04:07.299Z | ooce/developer/llvm-15 |
125 | 2024-05-29T21:04:07.299Z | None -> 15.0.7-2.0 |
126 | 2024-05-29T21:04:07.299Z | |
127 | 2024-05-29T21:04:07.299Z | Services: |
128 | 2024-05-29T21:04:07.299Z | restart_fmri: |
129 | 2024-05-29T21:04:07.299Z | svc:/system/update-man-index:default |
130 | 2024-05-29T21:04:07.299Z | |
131 | 2024-05-29T21:04:07.300Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2024-05-29T21:04:11.915Z | Download: 872/3290 items 18.9/212.6MB 8% complete (3.9M/s) |
133 | 2024-05-29T21:04:16.918Z | Download: 1308/3290 items 108.0/212.6MB 50% complete (10.8M/s) |
134 | 2024-05-29T21:04:21.945Z | Download: 2220/3290 items 119.2/212.6MB 56% complete (10.1M/s) |
135 | 2024-05-29T21:04:26.964Z | Download: 2522/3290 items 120.3/212.6MB 56% complete (1.9M/s) |
136 | 2024-05-29T21:04:31.971Z | Download: 3248/3290 items 202.9/212.6MB 95% complete (8.3M/s) |
137 | 2024-05-29T21:04:33.076Z | Download: Completed 212.60 MB in 26.17 seconds (8.1M/s) |
138 | 2024-05-29T21:04:33.316Z | Actions: 1/3689 actions (Installing new actions) |
139 | 2024-05-29T21:04:38.376Z | Actions: 2604/3689 actions (Installing new actions) |
140 | 2024-05-29T21:04:39.009Z | Actions: Completed 3689 actions in 5.69 seconds. |
141 | 2024-05-29T21:04:39.324Z | Done (0.305s) |
142 | 2024-05-29T21:04:39.324Z | Done (0.000s) |
143 | 2024-05-29T21:04:39.685Z | Done (0.362s) |
144 | 2024-05-29T21:04:44.718Z | Done (4.902s) |
145 | 2024-05-29T21:04:44.806Z | Done (0.019s) |
146 | 2024-05-29T21:04:44.831Z | Done (0.000s) |
147 | 2024-05-29T21:04:44.973Z | Done (0.000s) |
148 | 2024-05-29T21:04:45.641Z | Planning: Evaluating mediator changes ... Done |
149 | 2024-05-29T21:04:45.900Z | Planning: Checking for conflicting actions ... Done |
150 | 2024-05-29T21:04:45.924Z | Planning: Consolidating action changes ... Done |
151 | 2024-05-29T21:04:46.251Z | Planning: Evaluating mediators ... Done |
152 | 2024-05-29T21:04:46.276Z | Planning: Planning completed in 0.61 seconds |
153 | 2024-05-29T21:04:46.300Z | Mediators to change: 2 |
154 | 2024-05-29T21:04:46.300Z | Create boot environment: No |
155 | 2024-05-29T21:04:46.300Z | Create backup boot environment: No |
156 | 2024-05-29T21:04:46.345Z | Done |
157 | 2024-05-29T21:04:46.345Z | Done |
158 | 2024-05-29T21:04:46.654Z | Done |
159 | 2024-05-29T21:04:51.076Z | Done |
160 | 2024-05-29T21:04:51.162Z | Done |
161 | 2024-05-29T21:04:51.187Z | Done |
162 | 2024-05-29T21:04:51.238Z | Done |
163 | 2024-05-29T21:04:51.995Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-05-29T21:04:52.030Z | Planning: Merging actions ... Done |
165 | 2024-05-29T21:04:52.693Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-05-29T21:04:52.720Z | Planning: Consolidating action changes ... Done |
167 | 2024-05-29T21:04:52.720Z | Planning: Evaluating mediators ... Done |
168 | 2024-05-29T21:04:52.720Z | Planning: Planning completed in 0.98 seconds |
169 | 2024-05-29T21:04:52.751Z | Packages to change: 1 |
170 | 2024-05-29T21:04:52.751Z | Mediators to change: 1 |
171 | 2024-05-29T21:04:52.751Z | Services to change: 1 |
172 | 2024-05-29T21:04:52.751Z | Create boot environment: No |
173 | 2024-05-29T21:04:52.751Z | Create backup boot environment: Yes |
174 | 2024-05-29T21:04:54.270Z | Actions: 1/6 actions (Updating modified actions) |
175 | 2024-05-29T21:04:54.295Z | Actions: Completed 6 actions in 0.00 seconds. |
176 | 2024-05-29T21:04:54.295Z | Done |
177 | 2024-05-29T21:04:54.295Z | Done |
178 | 2024-05-29T21:04:54.354Z | Done |
179 | 2024-05-29T21:04:58.655Z | Done |
180 | 2024-05-29T21:04:58.752Z | Done |
181 | 2024-05-29T21:04:58.790Z | Done |
182 | 2024-05-29T21:04:58.825Z | Done |
183 | 2024-05-29T21:04:59.317Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
184 | 2024-05-29T21:04:59.317Z | clang system 15 system |
185 | 2024-05-29T21:04:59.317Z | csh system system illumos |
186 | 2024-05-29T21:04:59.317Z | ctags system system illumos |
187 | 2024-05-29T21:04:59.318Z | gcc vendor 12 vendor |
188 | 2024-05-29T21:04:59.318Z | gcc system 10 system |
189 | 2024-05-29T21:04:59.318Z | gcc system 7 system |
190 | 2024-05-29T21:04:59.318Z | go system 1.20 system |
191 | 2024-05-29T21:04:59.318Z | go system 1.19 system |
192 | 2024-05-29T21:04:59.319Z | llvm system 15 system |
193 | 2024-05-29T21:04:59.319Z | llvm system 14 system |
194 | 2024-05-29T21:04:59.319Z | mariadb system 10.6 system |
195 | 2024-05-29T21:04:59.319Z | mta vendor vendor dma |
196 | 2024-05-29T21:04:59.319Z | openjdk system 17 system |
197 | 2024-05-29T21:04:59.319Z | openjdk system 11 system |
198 | 2024-05-29T21:04:59.320Z | openjdk system 1.8 system |
199 | 2024-05-29T21:04:59.320Z | openssl vendor 3 vendor |
200 | 2024-05-29T21:04:59.320Z | perl system 5.36 system |
201 | 2024-05-29T21:04:59.320Z | postgresql system 15 system |
202 | 2024-05-29T21:04:59.320Z | postgresql system 13 system |
203 | 2024-05-29T21:04:59.320Z | python vendor 3 vendor |
204 | 2024-05-29T21:04:59.321Z | python system 2 system |
205 | 2024-05-29T21:04:59.321Z | python3 system 3.11 system |
206 | 2024-05-29T21:04:59.321Z | ruby system 3.0 system |
207 | 2024-05-29T21:04:59.321Z | words vendor vendor american-english |
208 | 2024-05-29T21:04:59.321Z | words system system australian-english |
209 | 2024-05-29T21:04:59.321Z | words system system british-english |
210 | 2024-05-29T21:04:59.322Z | words system system canadian-english |
211 | 2024-05-29T21:04:59.322Z | words system system french |
212 | 2024-05-29T21:04:59.322Z | words system system italian |
213 | 2024-05-29T21:04:59.322Z | words system system ngerman |
214 | 2024-05-29T21:04:59.322Z | words system system ogerman |
215 | 2024-05-29T21:04:59.322Z | words system system spanish |
216 | 2024-05-29T21:04:59.702Z | PUBLISHER TYPE STATUS P LOCATION |
217 | 2024-05-29T21:04:59.702Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
218 | 2024-05-29T21:05:01.845Z | FMRI IFO |
219 | 2024-05-29T21:05:01.845Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
220 | 2024-05-29T21:05:01.846Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
221 | 2024-05-29T21:05:01.846Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
222 | 2024-05-29T21:05:01.846Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
223 | 2024-05-29T21:05:01.846Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
224 | 2024-05-29T21:05:01.846Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
225 | 2024-05-29T21:05:01.846Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
226 | 2024-05-29T21:05:01.846Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
227 | 2024-05-29T21:05:01.846Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
228 | 2024-05-29T21:05:01.847Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
229 | 2024-05-29T21:05:01.847Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
230 | 2024-05-29T21:05:01.847Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
231 | 2024-05-29T21:05:01.929Z | + set -o errexit |
232 | 2024-05-29T21:05:01.929Z | +++ dirname ./tools/ci_download_cockroachdb |
233 | 2024-05-29T21:05:01.929Z | ++ cd ./tools |
234 | 2024-05-29T21:05:01.929Z | ++ pwd |
235 | 2024-05-29T21:05:01.929Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
236 | 2024-05-29T21:05:01.929Z | ++ basename ./tools/ci_download_cockroachdb |
237 | 2024-05-29T21:05:01.929Z | + ARG0=ci_download_cockroachdb |
238 | 2024-05-29T21:05:01.929Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
239 | 2024-05-29T21:05:01.929Z | + CIDL_VERSION=v22.1.9 |
240 | 2024-05-29T21:05:01.929Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
241 | 2024-05-29T21:05:01.929Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
242 | 2024-05-29T21:05:01.929Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
243 | 2024-05-29T21:05:01.929Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
244 | 2024-05-29T21:05:01.929Z | + TARGET_DIR=out |
245 | 2024-05-29T21:05:01.930Z | + DOWNLOAD_DIR=out/downloads |
246 | 2024-05-29T21:05:01.930Z | + DEST_DIR=./out/cockroachdb |
247 | 2024-05-29T21:05:01.930Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
248 | 2024-05-29T21:05:01.930Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
249 | 2024-05-29T21:05:01.930Z | + main |
250 | 2024-05-29T21:05:01.930Z | + [[ 0 != 0 ]] |
251 | 2024-05-29T21:05:01.930Z | + CIDL_OS=solaris2.11 |
252 | 2024-05-29T21:05:01.931Z | + [[ 0 != 0 ]] |
253 | 2024-05-29T21:05:01.931Z | + configure_os solaris2.11 |
254 | 2024-05-29T21:05:01.931Z | + echo 'current directory: /work/oxidecomputer/omicron' |
255 | 2024-05-29T21:05:01.931Z | current directory: /work/oxidecomputer/omicron |
256 | 2024-05-29T21:05:01.931Z | + echo 'configuring based on OS: "solaris2.11"' |
257 | 2024-05-29T21:05:01.931Z | configuring based on OS: "solaris2.11" |
258 | 2024-05-29T21:05:01.931Z | + case "$1" in |
259 | 2024-05-29T21:05:01.931Z | + CIDL_BUILD=illumos |
260 | 2024-05-29T21:05:01.932Z | + CIDL_SUFFIX=tar.gz |
261 | 2024-05-29T21:05:01.932Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
262 | 2024-05-29T21:05:01.932Z | + CIDL_URL_BASE=https://illumos.org/downloads |
263 | 2024-05-29T21:05:01.932Z | + CIDL_ASSEMBLE=do_assemble_illumos |
264 | 2024-05-29T21:05:01.932Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
265 | 2024-05-29T21:05:01.932Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
266 | 2024-05-29T21:05:01.932Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
267 | 2024-05-29T21:05:01.932Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
268 | 2024-05-29T21:05:01.932Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
269 | 2024-05-29T21:05:01.932Z | + CIDL_SHA256FUNC=do_sha256sum |
270 | 2024-05-29T21:05:01.933Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
271 | 2024-05-29T21:05:01.933Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
272 | 2024-05-29T21:05:01.933Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2024-05-29T21:05:01.933Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-05-29T21:05:01.933Z | + mkdir -p out/downloads |
275 | 2024-05-29T21:05:01.933Z | + mkdir -p ./out/cockroachdb |
276 | 2024-05-29T21:05:01.933Z | + local DO_DOWNLOAD=true |
277 | 2024-05-29T21:05:01.933Z | Downloading... |
278 | 2024-05-29T21:05:01.933Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
279 | 2024-05-29T21:05:01.933Z | + '[' true == true ']' |
280 | 2024-05-29T21:05:01.933Z | + echo Downloading... |
281 | 2024-05-29T21:05:01.933Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-05-29T21:05:01.933Z | + 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 |
283 | 2024-05-29T21:05:07.526Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-05-29T21:05:07.553Z | ++ sha256sum |
285 | 2024-05-29T21:05:07.553Z | ++ awk '{print $1}' |
286 | 2024-05-29T21:05:07.604Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
287 | 2024-05-29T21:05:07.604Z | + [[ 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 ]] |
288 | 2024-05-29T21:05:07.604Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-05-29T21:05:07.629Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
290 | 2024-05-29T21:05:10.545Z | + do_assemble_illumos |
291 | 2024-05-29T21:05:10.545Z | + rm -r ./out/cockroachdb |
292 | 2024-05-29T21:05:10.600Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
293 | 2024-05-29T21:05:10.902Z | + ./out/cockroachdb/bin/cockroach version |
294 | 2024-05-29T21:05:11.084Z | Build Tag: v22.1.9-dirty |
295 | 2024-05-29T21:05:11.084Z | Build Time: 2022/10/26 21:17:46 |
296 | 2024-05-29T21:05:11.084Z | Distribution: OSS |
297 | 2024-05-29T21:05:11.084Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
298 | 2024-05-29T21:05:11.084Z | Go Version: go1.17.13 |
299 | 2024-05-29T21:05:11.084Z | C Compiler: gcc 10.3.0 |
300 | 2024-05-29T21:05:11.084Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
301 | 2024-05-29T21:05:11.084Z | Build Type: release |
302 | 2024-05-29T21:05:11.108Z | + set -o errexit |
303 | 2024-05-29T21:05:11.135Z | +++ dirname ./tools/ci_download_clickhouse |
304 | 2024-05-29T21:05:11.136Z | ++ cd ./tools |
305 | 2024-05-29T21:05:11.136Z | ++ pwd |
306 | 2024-05-29T21:05:11.136Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
307 | 2024-05-29T21:05:11.136Z | ++ basename ./tools/ci_download_clickhouse |
308 | 2024-05-29T21:05:11.136Z | + ARG0=ci_download_clickhouse |
309 | 2024-05-29T21:05:11.136Z | + TARGET_DIR=out |
310 | 2024-05-29T21:05:11.136Z | + DOWNLOAD_DIR=out/downloads |
311 | 2024-05-29T21:05:11.136Z | + DEST_DIR=./out/clickhouse |
312 | 2024-05-29T21:05:11.136Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
313 | 2024-05-29T21:05:11.137Z | + CIDL_VERSION=v23.8.7.24 |
314 | 2024-05-29T21:05:11.137Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
315 | 2024-05-29T21:05:11.137Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
316 | 2024-05-29T21:05:11.137Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
317 | 2024-05-29T21:05:11.137Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
318 | 2024-05-29T21:05:11.137Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
319 | 2024-05-29T21:05:11.137Z | + main |
320 | 2024-05-29T21:05:11.137Z | + [[ 0 != 0 ]] |
321 | 2024-05-29T21:05:11.137Z | + CIDL_OS=solaris2.11 |
322 | 2024-05-29T21:05:11.137Z | + [[ 0 != 0 ]] |
323 | 2024-05-29T21:05:11.137Z | + configure_os solaris2.11 |
324 | 2024-05-29T21:05:11.138Z | + echo 'current directory: /work/oxidecomputer/omicron' |
325 | 2024-05-29T21:05:11.138Z | + echo 'configuring based on OS: "solaris2.11"' |
326 | 2024-05-29T21:05:11.138Z | + CIDL_DASHREV= |
327 | 2024-05-29T21:05:11.138Z | current directory: /work/oxidecomputer/omicron |
328 | 2024-05-29T21:05:11.138Z | configuring based on OS: "solaris2.11" |
329 | 2024-05-29T21:05:11.138Z | + case "$1" in |
330 | 2024-05-29T21:05:11.138Z | + CIDL_PLATFORM=illumos |
331 | 2024-05-29T21:05:11.138Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
332 | 2024-05-29T21:05:11.138Z | + CIDL_MD5FUNC=do_md5sum |
333 | 2024-05-29T21:05:11.138Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
334 | 2024-05-29T21:05:11.138Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
335 | 2024-05-29T21:05:11.138Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
336 | 2024-05-29T21:05:11.138Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
337 | 2024-05-29T21:05:11.138Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
338 | 2024-05-29T21:05:11.138Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
339 | 2024-05-29T21:05:11.138Z | + mkdir -p out/downloads |
340 | 2024-05-29T21:05:11.139Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
341 | 2024-05-29T21:05:11.139Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
342 | 2024-05-29T21:05:11.139Z | + mkdir -p ./out/clickhouse |
343 | 2024-05-29T21:05:11.139Z | + local DO_DOWNLOAD=true |
344 | 2024-05-29T21:05:11.139Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
345 | 2024-05-29T21:05:11.139Z | + '[' true == true ']' |
346 | 2024-05-29T21:05:11.139Z | + echo Downloading... |
347 | 2024-05-29T21:05:11.139Z | Downloading... |
348 | 2024-05-29T21:05:11.139Z | + 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 |
349 | 2024-05-29T21:05:11.139Z | + 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 |
350 | 2024-05-29T21:05:20.087Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
351 | 2024-05-29T21:05:20.125Z | ++ md5sum |
352 | 2024-05-29T21:05:20.125Z | ++ awk '{print $1}' |
353 | 2024-05-29T21:05:20.358Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
354 | 2024-05-29T21:05:20.358Z | + [[ 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 ]] |
355 | 2024-05-29T21:05:20.358Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
356 | 2024-05-29T21:05:20.390Z | + mkdir -p ./out/clickhouse |
357 | 2024-05-29T21:05:20.390Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
358 | 2024-05-29T21:05:25.458Z | + [[ solaris2.11 == darwin* ]] |
359 | 2024-05-29T21:05:25.458Z | + ./out/clickhouse/clickhouse server --version |
360 | 2024-05-29T21:05:25.531Z | ClickHouse server version 23.8.7.1. |
361 | 2024-05-29T21:05:25.557Z | + set -o errexit |
362 | 2024-05-29T21:05:25.557Z | +++ dirname ./tools/ci_download_console |
363 | 2024-05-29T21:05:25.582Z | ++ cd ./tools |
364 | 2024-05-29T21:05:25.582Z | ++ pwd |
365 | 2024-05-29T21:05:25.607Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
366 | 2024-05-29T21:05:25.607Z | ++ basename ./tools/ci_download_console |
367 | 2024-05-29T21:05:25.607Z | + ARG0=ci_download_console |
368 | 2024-05-29T21:05:25.607Z | + TARGET_DIR=out |
369 | 2024-05-29T21:05:25.607Z | + DOWNLOAD_DIR=out/downloads |
370 | 2024-05-29T21:05:25.607Z | + DEST_DIR=./out/console-assets |
371 | 2024-05-29T21:05:25.607Z | + source /work/oxidecomputer/omicron/tools/console_version |
372 | 2024-05-29T21:05:25.607Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
373 | 2024-05-29T21:05:25.608Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
374 | 2024-05-29T21:05:25.608Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
375 | 2024-05-29T21:05:25.608Z | + TARBALL_FILE=out/downloads/console.tar.gz |
376 | 2024-05-29T21:05:25.608Z | + main |
377 | 2024-05-29T21:05:25.608Z | + [[ 0 != 0 ]] |
378 | 2024-05-29T21:05:25.608Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
379 | 2024-05-29T21:05:25.608Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
380 | 2024-05-29T21:05:25.608Z | + echo 'Local file: out/downloads/console.tar.gz' |
381 | 2024-05-29T21:05:25.608Z | Local file: out/downloads/console.tar.gz |
382 | 2024-05-29T21:05:25.608Z | + local DO_DOWNLOAD=true |
383 | 2024-05-29T21:05:25.609Z | + [[ -f out/downloads/console.tar.gz ]] |
384 | 2024-05-29T21:05:25.609Z | + mkdir -p out/downloads |
385 | 2024-05-29T21:05:25.609Z | + '[' true == true ']' |
386 | 2024-05-29T21:05:25.609Z | + echo Downloading... |
387 | 2024-05-29T21:05:25.609Z | Downloading... |
388 | 2024-05-29T21:05:25.609Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
389 | 2024-05-29T21:05:25.609Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
390 | 2024-05-29T21:05:26.186Z | ++ do_sha256sum out/downloads/console.tar.gz |
391 | 2024-05-29T21:05:26.186Z | ++ case "$OSTYPE" in |
392 | 2024-05-29T21:05:26.186Z | ++ SHA=sha256sum |
393 | 2024-05-29T21:05:26.214Z | ++ sha256sum |
394 | 2024-05-29T21:05:26.214Z | ++ awk '{print $1}' |
395 | 2024-05-29T21:05:26.214Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
396 | 2024-05-29T21:05:26.214Z | + [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]] |
397 | 2024-05-29T21:05:26.214Z | + rm -rf ./out/console-assets |
398 | 2024-05-29T21:05:26.214Z | + mkdir -p ./out/console-assets |
399 | 2024-05-29T21:05:26.214Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
400 | 2024-05-29T21:05:26.214Z | + mkdir -p ./out/console-assets |
401 | 2024-05-29T21:05:26.214Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
402 | 2024-05-29T21:05:26.327Z | + set -o errexit |
403 | 2024-05-29T21:05:26.354Z | +++ dirname ./tools/ci_download_dendrite_openapi |
404 | 2024-05-29T21:05:26.354Z | ++ cd ./tools |
405 | 2024-05-29T21:05:26.354Z | ++ pwd |
406 | 2024-05-29T21:05:26.354Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
407 | 2024-05-29T21:05:26.354Z | ++ basename ./tools/ci_download_dendrite_openapi |
408 | 2024-05-29T21:05:26.354Z | + ARG0=ci_download_dendrite_openapi |
409 | 2024-05-29T21:05:26.354Z | + TARGET_DIR=out |
410 | 2024-05-29T21:05:26.354Z | + DOWNLOAD_DIR=out/downloads |
411 | 2024-05-29T21:05:26.354Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
412 | 2024-05-29T21:05:26.354Z | ++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
413 | 2024-05-29T21:05:26.354Z | ++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
414 | 2024-05-29T21:05:26.354Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
415 | 2024-05-29T21:05:26.355Z | + LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
416 | 2024-05-29T21:05:26.355Z | + main |
417 | 2024-05-29T21:05:26.355Z | + [[ 0 != 0 ]] |
418 | 2024-05-29T21:05:26.355Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json' |
419 | 2024-05-29T21:05:26.355Z | + echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json' |
420 | 2024-05-29T21:05:26.355Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
421 | 2024-05-29T21:05:26.355Z | Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
422 | 2024-05-29T21:05:26.356Z | + local DO_DOWNLOAD=true |
423 | 2024-05-29T21:05:26.356Z | + [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]] |
424 | 2024-05-29T21:05:26.356Z | + mkdir -p out/downloads |
425 | 2024-05-29T21:05:26.356Z | + '[' true == true ']' |
426 | 2024-05-29T21:05:26.356Z | + echo Downloading... |
427 | 2024-05-29T21:05:26.356Z | Downloading... |
428 | 2024-05-29T21:05:26.356Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
429 | 2024-05-29T21:05:26.356Z | + 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 |
430 | 2024-05-29T21:05:26.661Z | ++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
431 | 2024-05-29T21:05:26.661Z | ++ case "$OSTYPE" in |
432 | 2024-05-29T21:05:26.661Z | ++ SHA=sha256sum |
433 | 2024-05-29T21:05:26.690Z | ++ sha256sum |
434 | 2024-05-29T21:05:26.690Z | ++ awk '{print $1}' |
435 | 2024-05-29T21:05:26.690Z | + calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
436 | 2024-05-29T21:05:26.690Z | + [[ 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 ]] |
437 | 2024-05-29T21:05:26.690Z | + set -o errexit |
438 | 2024-05-29T21:05:26.690Z | +++ dirname ./tools/ci_download_dendrite_stub |
439 | 2024-05-29T21:05:26.691Z | ++ cd ./tools |
440 | 2024-05-29T21:05:26.691Z | ++ pwd |
441 | 2024-05-29T21:05:26.691Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
442 | 2024-05-29T21:05:26.691Z | ++ basename ./tools/ci_download_dendrite_stub |
443 | 2024-05-29T21:05:26.691Z | + ARG0=ci_download_dendrite_stub |
444 | 2024-05-29T21:05:26.691Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
445 | 2024-05-29T21:05:26.691Z | ++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
446 | 2024-05-29T21:05:26.691Z | ++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b |
447 | 2024-05-29T21:05:26.691Z | ++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882 |
448 | 2024-05-29T21:05:26.691Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
449 | 2024-05-29T21:05:26.691Z | ++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
450 | 2024-05-29T21:05:26.691Z | ++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
451 | 2024-05-29T21:05:26.692Z | + TARGET_DIR=out |
452 | 2024-05-29T21:05:26.692Z | + DOWNLOAD_DIR=out/downloads |
453 | 2024-05-29T21:05:26.692Z | + DEST_DIR=./out/dendrite-stub |
454 | 2024-05-29T21:05:26.692Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
455 | 2024-05-29T21:05:26.692Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
456 | 2024-05-29T21:05:26.692Z | + REPO=oxidecomputer/dendrite |
457 | 2024-05-29T21:05:26.692Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
458 | 2024-05-29T21:05:26.692Z | + main |
459 | 2024-05-29T21:05:26.692Z | + [[ 0 != 0 ]] |
460 | 2024-05-29T21:05:26.692Z | + CIDL_OS=solaris2.11 |
461 | 2024-05-29T21:05:26.692Z | + [[ 0 != 0 ]] |
462 | 2024-05-29T21:05:26.692Z | + configure_os solaris2.11 |
463 | 2024-05-29T21:05:26.692Z | + echo 'current directory: /work/oxidecomputer/omicron' |
464 | 2024-05-29T21:05:26.692Z | + echo 'configuring based on OS: "solaris2.11"' |
465 | 2024-05-29T21:05:26.692Z | current directory: /work/oxidecomputer/omicron |
466 | 2024-05-29T21:05:26.693Z | + case "$1" in |
467 | 2024-05-29T21:05:26.693Z | configuring based on OS: "solaris2.11" |
468 | 2024-05-29T21:05:26.693Z | + SET_BINARIES= |
469 | 2024-05-29T21:05:26.693Z | + CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
470 | 2024-05-29T21:05:26.693Z | + CIDL_SHA256FUNC=do_sha256sum |
471 | 2024-05-29T21:05:26.693Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
472 | 2024-05-29T21:05:26.694Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
473 | 2024-05-29T21:05:26.694Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
474 | 2024-05-29T21:05:26.694Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz' |
475 | 2024-05-29T21:05:26.694Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
476 | 2024-05-29T21:05:26.694Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
477 | 2024-05-29T21:05:26.694Z | + mkdir -p out/downloads |
478 | 2024-05-29T21:05:26.694Z | Local file: out/downloads/dendrite-stub.tar.gz |
479 | 2024-05-29T21:05:26.721Z | + mkdir -p ./out/dendrite-stub |
480 | 2024-05-29T21:05:26.722Z | + fetch_and_verify |
481 | 2024-05-29T21:05:26.722Z | + local DO_DOWNLOAD=true |
482 | 2024-05-29T21:05:26.722Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
483 | 2024-05-29T21:05:26.722Z | + '[' true == true ']' |
484 | 2024-05-29T21:05:26.722Z | + echo Downloading... |
485 | 2024-05-29T21:05:26.722Z | Downloading... |
486 | 2024-05-29T21:05:26.723Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
487 | 2024-05-29T21:05:26.723Z | + 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 |
488 | 2024-05-29T21:05:34.383Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
489 | 2024-05-29T21:05:34.409Z | ++ sha256sum |
490 | 2024-05-29T21:05:34.409Z | ++ awk '{print $1}' |
491 | 2024-05-29T21:05:34.409Z | + calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
492 | 2024-05-29T21:05:34.409Z | + [[ 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 ]] |
493 | 2024-05-29T21:05:34.409Z | + do_untar out/downloads/dendrite-stub.tar.gz |
494 | 2024-05-29T21:05:34.410Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
495 | 2024-05-29T21:05:35.231Z | + do_assemble |
496 | 2024-05-29T21:05:35.232Z | + rm -r ./out/dendrite-stub |
497 | 2024-05-29T21:05:35.260Z | + mkdir ./out/dendrite-stub |
498 | 2024-05-29T21:05:35.260Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
499 | 2024-05-29T21:05:35.388Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
500 | 2024-05-29T21:05:35.864Z | + set -o errexit |
501 | 2024-05-29T21:05:35.864Z | +++ dirname ./tools/ci_download_maghemite_mgd |
502 | 2024-05-29T21:05:35.864Z | ++ cd ./tools |
503 | 2024-05-29T21:05:35.864Z | ++ pwd |
504 | 2024-05-29T21:05:35.864Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
505 | 2024-05-29T21:05:35.864Z | ++ basename ./tools/ci_download_maghemite_mgd |
506 | 2024-05-29T21:05:35.864Z | + ARG0=ci_download_maghemite_mgd |
507 | 2024-05-29T21:05:35.864Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
508 | 2024-05-29T21:05:35.864Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
509 | 2024-05-29T21:05:35.865Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
510 | 2024-05-29T21:05:35.865Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
511 | 2024-05-29T21:05:35.865Z | ++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
512 | 2024-05-29T21:05:35.865Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
513 | 2024-05-29T21:05:35.865Z | + TARGET_DIR=out |
514 | 2024-05-29T21:05:35.865Z | + DOWNLOAD_DIR=out/downloads |
515 | 2024-05-29T21:05:35.865Z | + DEST_DIR=./out/mgd |
516 | 2024-05-29T21:05:35.865Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
517 | 2024-05-29T21:05:35.865Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
518 | 2024-05-29T21:05:35.865Z | + REPO=oxidecomputer/maghemite |
519 | 2024-05-29T21:05:35.865Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
520 | 2024-05-29T21:05:35.865Z | + main |
521 | 2024-05-29T21:05:35.865Z | + rm -rf out/downloads/root |
522 | 2024-05-29T21:05:35.983Z | + [[ 0 != 0 ]] |
523 | 2024-05-29T21:05:35.983Z | + CIDL_OS=solaris2.11 |
524 | 2024-05-29T21:05:35.983Z | + [[ 0 != 0 ]] |
525 | 2024-05-29T21:05:35.983Z | + configure_os solaris2.11 |
526 | 2024-05-29T21:05:35.983Z | + echo 'current directory: /work/oxidecomputer/omicron' |
527 | 2024-05-29T21:05:35.983Z | + echo 'configuring based on OS: "solaris2.11"' |
528 | 2024-05-29T21:05:35.983Z | + case "$1" in |
529 | 2024-05-29T21:05:35.984Z | + SET_BINARIES= |
530 | 2024-05-29T21:05:35.984Z | + CIDL_SHA256FUNC=do_sha256sum |
531 | 2024-05-29T21:05:35.984Z | + TARBALL_FILENAME=mgd.tar.gz |
532 | 2024-05-29T21:05:35.984Z | current directory: /work/oxidecomputer/omicron |
533 | 2024-05-29T21:05:35.984Z | configuring based on OS: "solaris2.11" |
534 | 2024-05-29T21:05:35.984Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
535 | 2024-05-29T21:05:35.984Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
536 | 2024-05-29T21:05:35.984Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz' |
537 | 2024-05-29T21:05:35.984Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
538 | 2024-05-29T21:05:35.984Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
539 | 2024-05-29T21:05:35.984Z | Local file: out/downloads/mgd.tar.gz |
540 | 2024-05-29T21:05:35.984Z | + mkdir -p out/downloads |
541 | 2024-05-29T21:05:35.984Z | + mkdir -p ./out/mgd |
542 | 2024-05-29T21:05:35.985Z | + fetch_and_verify |
543 | 2024-05-29T21:05:35.985Z | + local DO_DOWNLOAD=true |
544 | 2024-05-29T21:05:35.985Z | + [[ -f out/downloads/mgd.tar.gz ]] |
545 | 2024-05-29T21:05:35.985Z | + '[' true == true ']' |
546 | 2024-05-29T21:05:35.985Z | + echo Downloading... |
547 | 2024-05-29T21:05:35.985Z | Downloading... |
548 | 2024-05-29T21:05:35.985Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz |
549 | 2024-05-29T21:05:35.985Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
550 | 2024-05-29T21:05:48.329Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
551 | 2024-05-29T21:05:48.353Z | ++ sha256sum |
552 | 2024-05-29T21:05:48.353Z | ++ awk '{print $1}' |
553 | 2024-05-29T21:05:48.378Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
554 | 2024-05-29T21:05:48.378Z | + [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]] |
555 | 2024-05-29T21:05:48.378Z | + do_untar out/downloads/mgd.tar.gz |
556 | 2024-05-29T21:05:48.378Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
557 | 2024-05-29T21:05:49.133Z | + do_assemble |
558 | 2024-05-29T21:05:49.133Z | + rm -r ./out/mgd |
559 | 2024-05-29T21:05:49.161Z | + mkdir ./out/mgd |
560 | 2024-05-29T21:05:49.162Z | + cp -r out/downloads/root ./out/mgd/root |
561 | 2024-05-29T21:05:49.218Z | + set -o errexit |
562 | 2024-05-29T21:05:49.264Z | +++ dirname ./tools/ci_download_transceiver_control |
563 | 2024-05-29T21:05:49.264Z | ++ cd ./tools |
564 | 2024-05-29T21:05:49.264Z | ++ pwd |
565 | 2024-05-29T21:05:49.264Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
566 | 2024-05-29T21:05:49.264Z | ++ basename ./tools/ci_download_transceiver_control |
567 | 2024-05-29T21:05:49.264Z | + ARG0=ci_download_transceiver_control |
568 | 2024-05-29T21:05:49.264Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
569 | 2024-05-29T21:05:49.264Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
570 | 2024-05-29T21:05:49.264Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
571 | 2024-05-29T21:05:49.264Z | + TARGET_DIR=out |
572 | 2024-05-29T21:05:49.265Z | + DOWNLOAD_DIR=out/downloads |
573 | 2024-05-29T21:05:49.265Z | + DEST_DIR=./out/transceiver-control |
574 | 2024-05-29T21:05:49.265Z | + BIN_DIR=/opt/oxide/bin |
575 | 2024-05-29T21:05:49.265Z | + BINARY=xcvradm |
576 | 2024-05-29T21:05:49.265Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
577 | 2024-05-29T21:05:49.265Z | + REPO=oxidecomputer/transceiver-control |
578 | 2024-05-29T21:05:49.265Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
579 | 2024-05-29T21:05:49.265Z | + main |
580 | 2024-05-29T21:05:49.265Z | + [[ 0 != 0 ]] |
581 | 2024-05-29T21:05:49.265Z | + CIDL_OS=solaris2.11 |
582 | 2024-05-29T21:05:49.265Z | + [[ 0 != 0 ]] |
583 | 2024-05-29T21:05:49.265Z | + configure_os solaris2.11 |
584 | 2024-05-29T21:05:49.265Z | + echo 'current directory: /work/oxidecomputer/omicron' |
585 | 2024-05-29T21:05:49.266Z | + echo 'configuring based on OS: "solaris2.11"' |
586 | 2024-05-29T21:05:49.266Z | current directory: /work/oxidecomputer/omicron |
587 | 2024-05-29T21:05:49.266Z | configuring based on OS: "solaris2.11" |
588 | 2024-05-29T21:05:49.266Z | + case "$1" in |
589 | 2024-05-29T21:05:49.266Z | + SET_BINARIES= |
590 | 2024-05-29T21:05:49.266Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
591 | 2024-05-29T21:05:49.266Z | + CIDL_SHA256FUNC=do_sha256sum |
592 | 2024-05-29T21:05:49.266Z | + ARCHIVE_FILENAME=xcvradm.gz |
593 | 2024-05-29T21:05:49.266Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
594 | 2024-05-29T21:05:49.266Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
595 | 2024-05-29T21:05:49.266Z | Local file: out/downloads/xcvradm.gz |
596 | 2024-05-29T21:05:49.266Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
597 | 2024-05-29T21:05:49.266Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
598 | 2024-05-29T21:05:49.267Z | + echo 'Local file: out/downloads/xcvradm.gz' |
599 | 2024-05-29T21:05:49.267Z | + mkdir -p out/downloads |
600 | 2024-05-29T21:05:49.267Z | + mkdir -p ./out/transceiver-control |
601 | 2024-05-29T21:05:49.267Z | + fetch_and_verify |
602 | 2024-05-29T21:05:49.267Z | + local DO_DOWNLOAD=true |
603 | 2024-05-29T21:05:49.267Z | + [[ -f out/downloads/xcvradm.gz ]] |
604 | 2024-05-29T21:05:49.267Z | + '[' true == true ']' |
605 | 2024-05-29T21:05:49.267Z | + echo Downloading... |
606 | 2024-05-29T21:05:49.267Z | Downloading... |
607 | 2024-05-29T21:05:49.267Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
608 | 2024-05-29T21:05:49.267Z | + 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 |
609 | 2024-05-29T21:05:54.570Z | ++ do_sha256sum out/downloads/xcvradm.gz |
610 | 2024-05-29T21:05:55.031Z | ++ sha256sum |
611 | 2024-05-29T21:05:55.031Z | ++ awk '{print $1}' |
612 | 2024-05-29T21:05:55.031Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
613 | 2024-05-29T21:05:55.031Z | + [[ 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 ]] |
614 | 2024-05-29T21:05:55.031Z | + do_unpack out/downloads/xcvradm.gz |
615 | 2024-05-29T21:05:55.032Z | + mkdir -p out/downloads/root//opt/oxide/bin |
616 | 2024-05-29T21:05:55.032Z | + gzip -dc out/downloads/xcvradm.gz |
617 | 2024-05-29T21:05:55.032Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
618 | 2024-05-29T21:05:55.032Z | + do_assemble |
619 | 2024-05-29T21:05:55.032Z | + rm -r ./out/transceiver-control |
620 | 2024-05-29T21:05:55.032Z | + mkdir ./out/transceiver-control |
621 | 2024-05-29T21:05:55.032Z | + cp -r out/downloads/root ./out/transceiver-control/root |
622 | 2024-05-29T21:05:55.032Z | + set -o errexit |
623 | 2024-05-29T21:05:55.033Z | +++ dirname ./tools/ci_download_thundermuffin |
624 | 2024-05-29T21:05:55.033Z | ++ cd ./tools |
625 | 2024-05-29T21:05:55.033Z | ++ pwd |
626 | 2024-05-29T21:05:55.033Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
627 | 2024-05-29T21:05:55.033Z | ++ basename ./tools/ci_download_thundermuffin |
628 | 2024-05-29T21:05:55.033Z | + ARG0=ci_download_thundermuffin |
629 | 2024-05-29T21:05:55.033Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
630 | 2024-05-29T21:05:55.033Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
631 | 2024-05-29T21:05:55.033Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
632 | 2024-05-29T21:05:55.033Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
633 | 2024-05-29T21:05:55.033Z | + TARGET_DIR=out |
634 | 2024-05-29T21:05:55.033Z | + DOWNLOAD_DIR=out/downloads |
635 | 2024-05-29T21:05:55.033Z | + DEST_DIR=./out/thundermuffin |
636 | 2024-05-29T21:05:55.033Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
637 | 2024-05-29T21:05:55.033Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
638 | 2024-05-29T21:05:55.033Z | + REPO=oxidecomputer/thundermuffin |
639 | 2024-05-29T21:05:55.034Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
640 | 2024-05-29T21:05:55.034Z | + main |
641 | 2024-05-29T21:05:55.034Z | + rm -rf out/downloads/root |
642 | 2024-05-29T21:05:55.034Z | + [[ 0 != 0 ]] |
643 | 2024-05-29T21:05:55.034Z | + CIDL_OS=solaris2.11 |
644 | 2024-05-29T21:05:55.034Z | + [[ 0 != 0 ]] |
645 | 2024-05-29T21:05:55.034Z | + configure_os solaris2.11 |
646 | 2024-05-29T21:05:55.034Z | + echo 'current directory: /work/oxidecomputer/omicron' |
647 | 2024-05-29T21:05:55.034Z | + echo 'configuring based on OS: "solaris2.11"' |
648 | 2024-05-29T21:05:55.034Z | current directory: /work/oxidecomputer/omicron |
649 | 2024-05-29T21:05:55.034Z | configuring based on OS: "solaris2.11" |
650 | 2024-05-29T21:05:55.034Z | + case "$1" in |
651 | 2024-05-29T21:05:55.034Z | + SET_BINARIES= |
652 | 2024-05-29T21:05:55.034Z | + CIDL_SHA256FUNC=do_sha256sum |
653 | 2024-05-29T21:05:55.034Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
654 | 2024-05-29T21:05:55.034Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
655 | 2024-05-29T21:05:55.035Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
656 | 2024-05-29T21:05:55.035Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
657 | 2024-05-29T21:05:55.035Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
658 | 2024-05-29T21:05:55.035Z | + mkdir -p out/downloads |
659 | 2024-05-29T21:05:55.035Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
660 | 2024-05-29T21:05:55.035Z | Local file: out/downloads/thundermuffin.tar.gz |
661 | 2024-05-29T21:05:55.035Z | + mkdir -p ./out/thundermuffin |
662 | 2024-05-29T21:05:55.035Z | + fetch_and_verify |
663 | 2024-05-29T21:05:55.035Z | + local DO_DOWNLOAD=true |
664 | 2024-05-29T21:05:55.035Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
665 | 2024-05-29T21:05:55.035Z | + '[' true == true ']' |
666 | 2024-05-29T21:05:55.035Z | + echo Downloading... |
667 | 2024-05-29T21:05:55.035Z | Downloading... |
668 | 2024-05-29T21:05:55.035Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
669 | 2024-05-29T21:05:55.036Z | + 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 |
670 | 2024-05-29T21:05:55.930Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
671 | 2024-05-29T21:05:55.964Z | ++ sha256sum |
672 | 2024-05-29T21:05:55.964Z | ++ awk '{print $1}' |
673 | 2024-05-29T21:05:55.964Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
674 | 2024-05-29T21:05:55.965Z | + [[ 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 ]] |
675 | 2024-05-29T21:05:55.965Z | + do_untar out/downloads/thundermuffin.tar.gz |
676 | 2024-05-29T21:05:55.965Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
677 | 2024-05-29T21:05:56.033Z | + do_assemble |
678 | 2024-05-29T21:05:56.033Z | + rm -r ./out/thundermuffin |
679 | 2024-05-29T21:05:56.061Z | + mkdir ./out/thundermuffin |
680 | 2024-05-29T21:05:56.062Z | + cp -r out/downloads/root ./out/thundermuffin/root |
681 | 2024-05-29T21:05:56.062Z | All prerequisites installed successfully |
682 | 2024-05-29T21:05:56.062Z | |
683 | 2024-05-29T21:05:56.062Z | real 2:00.463324838 |
684 | 2024-05-29T21:05:56.063Z | user 44.782840526 |
685 | 2024-05-29T21:05:56.063Z | sys 11.764524092 |
686 | 2024-05-29T21:05:56.063Z | trap 0.015166857 |
687 | 2024-05-29T21:05:56.064Z | tflt 0.009208971 |
688 | 2024-05-29T21:05:56.064Z | dflt 0.017236001 |
689 | 2024-05-29T21:05:56.064Z | kflt 0.005106132 |
690 | 2024-05-29T21:05:56.064Z | lock 1.459484735 |
691 | 2024-05-29T21:05:56.065Z | slp 4:05.900619219 |
692 | 2024-05-29T21:05:56.065Z | lat 4.371143620 |
693 | 2024-05-29T21:05:56.065Z | stop 0.073764039 |
694 | 2024-05-29T21:05:56.065Z | + ptime -m ./tools/ci_download_softnpu_machinery |
695 | 2024-05-29T21:05:56.065Z | fetching npuzone |
696 | 2024-05-29T21:05:56.094Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
697 | 2024-05-29T21:05:56.094Z | (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2) |
698 | 2024-05-29T21:05:56.094Z | Getting hash for npuzone |
699 | 2024-05-29T21:05:56.277Z | (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568) |
700 | 2024-05-29T21:06:03.013Z | npuzone downloaded successfully |
701 | 2024-05-29T21:06:03.039Z | |
702 | 2024-05-29T21:06:03.039Z | real 6.973166190 |
703 | 2024-05-29T21:06:03.039Z | user 0.295334876 |
704 | 2024-05-29T21:06:03.039Z | sys 0.149611283 |
705 | 2024-05-29T21:06:03.039Z | trap 0.000032982 |
706 | 2024-05-29T21:06:03.039Z | tflt 0.000000000 |
707 | 2024-05-29T21:06:03.039Z | dflt 0.000004972 |
708 | 2024-05-29T21:06:03.039Z | kflt 0.000000000 |
709 | 2024-05-29T21:06:03.039Z | lock 0.000000000 |
710 | 2024-05-29T21:06:03.039Z | slp 20.356734537 |
711 | 2024-05-29T21:06:03.039Z | lat 0.077829406 |
712 | 2024-05-29T21:06:03.039Z | stop 0.000274084 |
713 | 2024-05-29T21:06:03.039Z | + export CARGO_INCREMENTAL=0 |
714 | 2024-05-29T21:06:03.039Z | + CARGO_INCREMENTAL=0 |
715 | 2024-05-29T21:06:03.039Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
716 | 2024-05-29T21:06:03.297Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
717 | 2024-05-29T21:06:03.829Z | Updating git repository `https://github.com/oxidecomputer/zone` |
718 | 2024-05-29T21:06:04.235Z | Updating crates.io index |
719 | 2024-05-29T21:06:04.277Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
720 | 2024-05-29T21:06:05.070Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
721 | 2024-05-29T21:06:05.858Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
722 | 2024-05-29T21:06:08.198Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
723 | 2024-05-29T21:06:08.636Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
724 | 2024-05-29T21:06:08.963Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
725 | 2024-05-29T21:06:10.068Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
726 | 2024-05-29T21:06:11.919Z | Updating git repository `https://github.com/oxidecomputer/opte` |
727 | 2024-05-29T21:06:12.982Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
728 | 2024-05-29T21:06:13.780Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
729 | 2024-05-29T21:06:14.502Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
730 | 2024-05-29T21:06:14.907Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
731 | 2024-05-29T21:06:15.309Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
732 | 2024-05-29T21:06:15.831Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
733 | 2024-05-29T21:06:16.258Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
734 | 2024-05-29T21:06:16.724Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
735 | 2024-05-29T21:06:17.078Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
736 | 2024-05-29T21:06:17.398Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
737 | 2024-05-29T21:06:17.793Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
738 | 2024-05-29T21:06:18.262Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
739 | 2024-05-29T21:06:18.842Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
740 | 2024-05-29T21:06:19.200Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
741 | 2024-05-29T21:06:19.963Z | Updating git repository `https://github.com/jgallagher/nix` |
742 | 2024-05-29T21:06:21.010Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
743 | 2024-05-29T21:06:21.356Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
744 | 2024-05-29T21:06:21.769Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
745 | 2024-05-29T21:06:22.306Z | Updating git repository `https://github.com/oxidecomputer/typify` |
746 | 2024-05-29T21:06:24.748Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
747 | 2024-05-29T21:06:25.205Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
748 | 2024-05-29T21:06:25.617Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
749 | 2024-05-29T21:06:26.260Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
750 | 2024-05-29T21:06:27.620Z | Downloading crates ... |
751 | 2024-05-29T21:06:27.737Z | Downloaded addr2line v0.21.0 |
752 | 2024-05-29T21:06:27.766Z | Downloaded anstream v0.6.14 |
753 | 2024-05-29T21:06:27.766Z | Downloaded async-stream v0.3.5 |
754 | 2024-05-29T21:06:27.766Z | Downloaded atty v0.2.14 |
755 | 2024-05-29T21:06:27.766Z | Downloaded bitstruct_derive v0.1.0 |
756 | 2024-05-29T21:06:27.766Z | Downloaded argon2 v0.5.3 |
757 | 2024-05-29T21:06:27.824Z | Downloaded http-range v0.1.5 |
758 | 2024-05-29T21:06:27.888Z | Downloaded time-core v0.1.2 |
759 | 2024-05-29T21:06:27.913Z | Downloaded tokio-macros v2.2.0 |
760 | 2024-05-29T21:06:27.913Z | Downloaded tokio-rustls v0.25.0 |
761 | 2024-05-29T21:06:27.937Z | Downloaded toml_datetime v0.6.6 |
762 | 2024-05-29T21:06:27.937Z | Downloaded tinyvec v1.6.0 |
763 | 2024-05-29T21:06:27.937Z | Downloaded futures-io v0.3.30 |
764 | 2024-05-29T21:06:27.937Z | Downloaded futures-executor v0.3.30 |
765 | 2024-05-29T21:06:27.937Z | Downloaded fxhash v0.2.1 |
766 | 2024-05-29T21:06:27.937Z | Downloaded path-slash v0.1.5 |
767 | 2024-05-29T21:06:27.964Z | Downloaded phf_shared v0.10.0 |
768 | 2024-05-29T21:06:27.965Z | Downloaded num-rational v0.4.2 |
769 | 2024-05-29T21:06:27.965Z | Downloaded pem v3.0.4 |
770 | 2024-05-29T21:06:27.965Z | Downloaded phf v0.11.2 |
771 | 2024-05-29T21:06:27.965Z | Downloaded portpicker v0.1.1 |
772 | 2024-05-29T21:06:27.965Z | Downloaded plain v0.2.3 |
773 | 2024-05-29T21:06:27.993Z | Downloaded platforms v3.4.0 |
774 | 2024-05-29T21:06:27.993Z | Downloaded rand_seeder v0.2.3 |
775 | 2024-05-29T21:06:27.993Z | Downloaded darling_macro v0.20.9 |
776 | 2024-05-29T21:06:27.993Z | Downloaded scheduled-thread-pool v0.2.7 |
777 | 2024-05-29T21:06:27.993Z | Downloaded quick-error v1.2.3 |
778 | 2024-05-29T21:06:27.993Z | Downloaded rand_core v0.6.4 |
779 | 2024-05-29T21:06:27.994Z | Downloaded downcast v0.11.0 |
780 | 2024-05-29T21:06:27.994Z | Downloaded strum v0.26.2 |
781 | 2024-05-29T21:06:28.019Z | Downloaded curve25519-dalek-derive v0.1.1 |
782 | 2024-05-29T21:06:28.019Z | Downloaded usdt-attr-macro v0.3.5 |
783 | 2024-05-29T21:06:28.019Z | Downloaded usdt-attr-macro v0.5.0 |
784 | 2024-05-29T21:06:28.019Z | Downloaded derive_builder_macro v0.20.0 |
785 | 2024-05-29T21:06:28.019Z | Downloaded utf8parse v0.2.1 |
786 | 2024-05-29T21:06:28.019Z | Downloaded tower-service v0.3.2 |
787 | 2024-05-29T21:06:28.019Z | Downloaded usdt-macro v0.3.5 |
788 | 2024-05-29T21:06:28.019Z | Downloaded version_check v0.9.4 |
789 | 2024-05-29T21:06:28.019Z | Downloaded crunchy v0.2.2 |
790 | 2024-05-29T21:06:28.044Z | Downloaded semver v0.1.20 |
791 | 2024-05-29T21:06:28.044Z | Downloaded serde-big-array v0.5.1 |
792 | 2024-05-29T21:06:28.044Z | Downloaded zone v0.1.8 |
793 | 2024-05-29T21:06:28.044Z | Downloaded serde-big-array v0.4.1 |
794 | 2024-05-29T21:06:28.045Z | Downloaded digest v0.10.7 |
795 | 2024-05-29T21:06:28.045Z | Downloaded zerocopy-derive v0.7.34 |
796 | 2024-05-29T21:06:28.071Z | Downloaded try-lock v0.2.5 |
797 | 2024-05-29T21:06:28.071Z | Downloaded display-error-chain v0.2.0 |
798 | 2024-05-29T21:06:28.071Z | Downloaded strsim v0.11.1 |
799 | 2024-05-29T21:06:28.071Z | Downloaded dof v0.3.0 |
800 | 2024-05-29T21:06:28.071Z | Downloaded zerocopy v0.3.2 |
801 | 2024-05-29T21:06:28.071Z | Downloaded stable_deref_trait v1.2.0 |
802 | 2024-05-29T21:06:28.071Z | Downloaded want v0.3.1 |
803 | 2024-05-29T21:06:28.072Z | Downloaded tui-tree-widget v0.19.0 |
804 | 2024-05-29T21:06:28.072Z | Downloaded walkdir v2.5.0 |
805 | 2024-05-29T21:06:28.108Z | Downloaded endian-type v0.1.2 |
806 | 2024-05-29T21:06:28.108Z | Downloaded unicode-linebreak v0.1.5 |
807 | 2024-05-29T21:06:28.108Z | Downloaded wyz v0.5.1 |
808 | 2024-05-29T21:06:28.108Z | Downloaded sqlformat v0.2.3 |
809 | 2024-05-29T21:06:28.108Z | Downloaded unicase v2.7.0 |
810 | 2024-05-29T21:06:28.108Z | Downloaded untrusted v0.7.1 |
811 | 2024-05-29T21:06:28.108Z | Downloaded der_derive v0.7.2 |
812 | 2024-05-29T21:06:28.108Z | Downloaded which v4.4.2 |
813 | 2024-05-29T21:06:28.153Z | Downloaded url v2.5.0 |
814 | 2024-05-29T21:06:28.153Z | Downloaded derive_builder v0.20.0 |
815 | 2024-05-29T21:06:28.153Z | Downloaded unicode-bidi v0.3.15 |
816 | 2024-05-29T21:06:28.153Z | Downloaded diesel_derives v2.1.4 |
817 | 2024-05-29T21:06:28.153Z | Downloaded der v0.7.9 |
818 | 2024-05-29T21:06:28.179Z | Downloaded unicode-normalization v0.1.23 |
819 | 2024-05-29T21:06:28.179Z | Downloaded winnow v0.6.8 |
820 | 2024-05-29T21:06:28.204Z | Downloaded smoltcp v0.11.0 |
821 | 2024-05-29T21:06:28.229Z | Downloaded webpki-roots v0.25.4 |
822 | 2024-05-29T21:06:28.229Z | Downloaded ratatui v0.26.2 |
823 | 2024-05-29T21:06:28.254Z | Downloaded regex-automata v0.4.6 |
824 | 2024-05-29T21:06:28.281Z | Downloaded sha3 v0.10.8 |
825 | 2024-05-29T21:06:28.310Z | Downloaded petgraph v0.6.5 |
826 | 2024-05-29T21:06:28.335Z | Downloaded tokio v1.37.0 |
827 | 2024-05-29T21:06:28.372Z | Downloaded libc v0.2.153 |
828 | 2024-05-29T21:06:28.413Z | Downloaded encoding_rs v0.8.34 |
829 | 2024-05-29T21:06:28.444Z | Downloaded csv v1.3.0 |
830 | 2024-05-29T21:06:28.468Z | Downloaded finl_unicode v1.2.0 |
831 | 2024-05-29T21:06:28.494Z | Downloaded trust-dns-proto v0.22.0 |
832 | 2024-05-29T21:06:28.520Z | Downloaded ring v0.17.8 |
833 | 2024-05-29T21:06:28.595Z | Downloaded ring v0.16.20 |
834 | 2024-05-29T21:06:28.689Z | Downloaded diesel v2.1.6 |
835 | 2024-05-29T21:06:28.713Z | Downloaded regress v0.9.1 |
836 | 2024-05-29T21:06:28.737Z | Downloaded regex-syntax v0.8.3 |
837 | 2024-05-29T21:06:28.737Z | Downloaded regex-syntax v0.6.29 |
838 | 2024-05-29T21:06:28.762Z | Downloaded smoltcp v0.9.1 |
839 | 2024-05-29T21:06:28.762Z | Downloaded zerocopy-derive v0.6.6 |
840 | 2024-05-29T21:06:28.793Z | Downloaded zerocopy-derive v0.2.0 |
841 | 2024-05-29T21:06:28.794Z | Downloaded vcpkg v0.2.15 |
842 | 2024-05-29T21:06:28.838Z | Downloaded regex v1.10.4 |
843 | 2024-05-29T21:06:29.276Z | Downloaded radix_trie v0.2.1 |
844 | 2024-05-29T21:06:29.276Z | Downloaded polar-core v0.27.3 |
845 | 2024-05-29T21:06:29.305Z | Downloaded winnow v0.5.40 |
846 | 2024-05-29T21:06:29.305Z | Downloaded sqlparser v0.45.0 |
847 | 2024-05-29T21:06:29.305Z | Downloaded zerocopy v0.7.34 |
848 | 2024-05-29T21:06:29.305Z | Downloaded curve25519-dalek v4.1.2 |
849 | 2024-05-29T21:06:29.305Z | Downloaded openapiv3 v2.0.0 |
850 | 2024-05-29T21:06:29.305Z | Downloaded unicode_categories v0.1.1 |
851 | 2024-05-29T21:06:29.305Z | Downloaded unicode-segmentation v1.11.0 |
852 | 2024-05-29T21:06:29.305Z | Downloaded expectorate v1.1.0 |
853 | 2024-05-29T21:06:29.305Z | Downloaded x509-cert v0.2.5 |
854 | 2024-05-29T21:06:29.305Z | Downloaded serde_json v1.0.117 |
855 | 2024-05-29T21:06:29.305Z | Downloaded crossterm v0.27.0 |
856 | 2024-05-29T21:06:29.305Z | Downloaded tough v0.17.1 |
857 | 2024-05-29T21:06:29.306Z | Downloaded reqwest v0.11.27 |
858 | 2024-05-29T21:06:29.306Z | Downloaded openssl v0.10.64 |
859 | 2024-05-29T21:06:29.306Z | Downloaded object v0.32.2 |
860 | 2024-05-29T21:06:29.306Z | Downloaded object v0.30.4 |
861 | 2024-05-29T21:06:29.306Z | Downloaded derive-where v1.2.7 |
862 | 2024-05-29T21:06:29.306Z | Downloaded unsafe-libyaml v0.2.11 |
863 | 2024-05-29T21:06:29.306Z | Downloaded reedline v0.31.0 |
864 | 2024-05-29T21:06:29.306Z | Downloaded proptest v1.4.0 |
865 | 2024-05-29T21:06:29.306Z | Downloaded fatfs v0.3.6 |
866 | 2024-05-29T21:06:29.306Z | Downloaded trust-dns-server v0.22.1 |
867 | 2024-05-29T21:06:29.306Z | Downloaded trust-dns-resolver v0.22.0 |
868 | 2024-05-29T21:06:29.306Z | Downloaded snafu v0.8.2 |
869 | 2024-05-29T21:06:29.306Z | Downloaded flume v0.11.0 |
870 | 2024-05-29T21:06:29.306Z | Downloaded flate2 v1.0.30 |
871 | 2024-05-29T21:06:29.306Z | Downloaded trust-dns-client v0.22.0 |
872 | 2024-05-29T21:06:29.306Z | Downloaded steno v0.4.0 |
873 | 2024-05-29T21:06:29.306Z | Downloaded crypto-bigint v0.5.5 |
874 | 2024-05-29T21:06:29.306Z | Downloaded rustyline v14.0.0 |
875 | 2024-05-29T21:06:29.306Z | Downloaded regex-automata v0.1.10 |
876 | 2024-05-29T21:06:29.307Z | Downloaded portable-atomic v1.6.0 |
877 | 2024-05-29T21:06:29.307Z | Downloaded nix v0.28.0 |
878 | 2024-05-29T21:06:29.307Z | Downloaded deranged v0.3.11 |
879 | 2024-05-29T21:06:29.307Z | Downloaded whoami v1.5.1 |
880 | 2024-05-29T21:06:29.307Z | Downloaded unicode-width v0.1.12 |
881 | 2024-05-29T21:06:29.307Z | Downloaded unicode-ident v1.0.12 |
882 | 2024-05-29T21:06:29.307Z | Downloaded tungstenite v0.20.1 |
883 | 2024-05-29T21:06:29.307Z | Downloaded idna v0.2.3 |
884 | 2024-05-29T21:06:29.307Z | Downloaded serde_derive_internals v0.29.1 |
885 | 2024-05-29T21:06:29.307Z | Downloaded spin v0.9.8 |
886 | 2024-05-29T21:06:29.307Z | Downloaded socket2 v0.5.7 |
887 | 2024-05-29T21:06:29.307Z | Downloaded socket2 v0.4.10 |
888 | 2024-05-29T21:06:29.307Z | Downloaded tracing v0.1.40 |
889 | 2024-05-29T21:06:29.307Z | Downloaded serde_with v3.8.1 |
890 | 2024-05-29T21:06:29.307Z | Downloaded quick-xml v0.31.0 |
891 | 2024-05-29T21:06:29.307Z | Downloaded universal-hash v0.5.1 |
892 | 2024-05-29T21:06:29.307Z | Downloaded unicode-xid v0.2.4 |
893 | 2024-05-29T21:06:29.307Z | Downloaded serde_derive v1.0.202 |
894 | 2024-05-29T21:06:29.307Z | Downloaded toml_edit v0.22.13 |
895 | 2024-05-29T21:06:29.307Z | Downloaded toml_edit v0.19.15 |
896 | 2024-05-29T21:06:29.308Z | Downloaded pest v2.7.10 |
897 | 2024-05-29T21:06:29.308Z | Downloaded idna v0.3.0 |
898 | 2024-05-29T21:06:29.308Z | Downloaded fastrand v2.1.0 |
899 | 2024-05-29T21:06:29.308Z | Downloaded fallible-iterator v0.2.0 |
900 | 2024-05-29T21:06:29.308Z | Downloaded csv-core v0.1.11 |
901 | 2024-05-29T21:06:29.308Z | Downloaded snafu-derive v0.8.2 |
902 | 2024-05-29T21:06:29.308Z | Downloaded tracing-core v0.1.32 |
903 | 2024-05-29T21:06:29.308Z | Downloaded zerocopy v0.6.6 |
904 | 2024-05-29T21:06:29.308Z | Downloaded similar v2.5.0 |
905 | 2024-05-29T21:06:29.308Z | Downloaded enum-as-inner v0.5.1 |
906 | 2024-05-29T21:06:29.308Z | Downloaded crossbeam-utils v0.8.19 |
907 | 2024-05-29T21:06:29.308Z | Downloaded serde v1.0.202 |
908 | 2024-05-29T21:06:29.308Z | Downloaded serde-hex v0.1.0 |
909 | 2024-05-29T21:06:29.308Z | Downloaded float-cmp v0.9.0 |
910 | 2024-05-29T21:06:29.308Z | Downloaded filetime v0.2.23 |
911 | 2024-05-29T21:06:29.308Z | Downloaded ff v0.13.0 |
912 | 2024-05-29T21:06:29.308Z | Downloaded defmt v0.3.8 |
913 | 2024-05-29T21:06:29.308Z | Downloaded spki v0.7.3 |
914 | 2024-05-29T21:06:29.308Z | Downloaded spin v0.5.2 |
915 | 2024-05-29T21:06:29.309Z | Downloaded salty v0.2.0 |
916 | 2024-05-29T21:06:29.343Z | Downloaded slog-term v2.9.1 |
917 | 2024-05-29T21:06:29.343Z | Downloaded rand v0.8.5 |
918 | 2024-05-29T21:06:29.344Z | Downloaded cstr-argument v0.1.2 |
919 | 2024-05-29T21:06:29.344Z | Downloaded serde_arrays v0.1.0 |
920 | 2024-05-29T21:06:29.344Z | Downloaded fd-lock v4.0.2 |
921 | 2024-05-29T21:06:29.344Z | Downloaded defmt-parser v0.3.4 |
922 | 2024-05-29T21:06:29.344Z | Downloaded defmt-macros v0.3.9 |
923 | 2024-05-29T21:06:29.344Z | Downloaded typed-path v0.7.1 |
924 | 2024-05-29T21:06:29.344Z | Downloaded flagset v0.4.5 |
925 | 2024-05-29T21:06:29.344Z | Downloaded yasna v0.5.2 |
926 | 2024-05-29T21:06:29.345Z | Downloaded diff v0.1.13 |
927 | 2024-05-29T21:06:29.345Z | Downloaded smallvec v1.13.2 |
928 | 2024-05-29T21:06:29.375Z | Downloaded zip v0.6.6 |
929 | 2024-05-29T21:06:29.375Z | Downloaded elliptic-curve v0.13.8 |
930 | 2024-05-29T21:06:29.375Z | Downloaded rcgen v0.12.1 |
931 | 2024-05-29T21:06:29.375Z | Downloaded fixedbitset v0.4.2 |
932 | 2024-05-29T21:06:29.376Z | Downloaded dof v0.1.5 |
933 | 2024-05-29T21:06:29.376Z | Downloaded scroll v0.12.0 |
934 | 2024-05-29T21:06:29.376Z | Downloaded signal-hook v0.3.17 |
935 | 2024-05-29T21:06:29.376Z | Downloaded xattr v1.3.1 |
936 | 2024-05-29T21:06:29.376Z | Downloaded derive_more v0.99.17 |
937 | 2024-05-29T21:06:29.376Z | Downloaded crossbeam-epoch v0.9.18 |
938 | 2024-05-29T21:06:29.376Z | Downloaded vte v0.11.1 |
939 | 2024-05-29T21:06:29.376Z | Downloaded darling_core v0.20.9 |
940 | 2024-05-29T21:06:29.406Z | Downloaded schemars v0.8.19 |
941 | 2024-05-29T21:06:29.406Z | Downloaded ron v0.8.1 |
942 | 2024-05-29T21:06:29.406Z | Downloaded idna v0.5.0 |
943 | 2024-05-29T21:06:29.406Z | Downloaded hyper v0.14.28 |
944 | 2024-05-29T21:06:29.443Z | Downloaded strip-ansi-escapes v0.2.0 |
945 | 2024-05-29T21:06:29.443Z | Downloaded stringprep v0.1.4 |
946 | 2024-05-29T21:06:29.443Z | Downloaded string_cache v0.8.7 |
947 | 2024-05-29T21:06:29.443Z | Downloaded static_assertions v1.1.0 |
948 | 2024-05-29T21:06:29.443Z | Downloaded tracing-attributes v0.1.27 |
949 | 2024-05-29T21:06:29.443Z | Downloaded subprocess v0.2.9 |
950 | 2024-05-29T21:06:29.444Z | Downloaded samael v0.0.15 |
951 | 2024-05-29T21:06:29.444Z | Downloaded scopeguard v1.2.0 |
952 | 2024-05-29T21:06:29.444Z | Downloaded dirs-sys-next v0.1.2 |
953 | 2024-05-29T21:06:29.480Z | Downloaded dirs-next v2.0.0 |
954 | 2024-05-29T21:06:29.480Z | Downloaded wait-timeout v0.2.0 |
955 | 2024-05-29T21:06:29.480Z | Downloaded smf v0.2.3 |
956 | 2024-05-29T21:06:29.480Z | Downloaded smawk v0.3.2 |
957 | 2024-05-29T21:06:29.480Z | Downloaded smallvec v0.6.14 |
958 | 2024-05-29T21:06:29.480Z | Downloaded signal-hook-tokio v0.3.1 |
959 | 2024-05-29T21:06:29.480Z | Downloaded crypto-common v0.1.6 |
960 | 2024-05-29T21:06:29.480Z | Downloaded semver v1.0.23 |
961 | 2024-05-29T21:06:29.480Z | Downloaded rayon-core v1.12.1 |
962 | 2024-05-29T21:06:29.480Z | Downloaded lalrpop v0.19.12 |
963 | 2024-05-29T21:06:29.480Z | Downloaded sct v0.7.1 |
964 | 2024-05-29T21:06:29.480Z | Downloaded vsss-rs v3.3.4 |
965 | 2024-05-29T21:06:29.481Z | Downloaded usdt v0.5.0 |
966 | 2024-05-29T21:06:29.481Z | Downloaded usdt v0.3.5 |
967 | 2024-05-29T21:06:29.481Z | Downloaded untrusted v0.9.0 |
968 | 2024-05-29T21:06:29.481Z | Downloaded zeroize v1.7.0 |
969 | 2024-05-29T21:06:29.481Z | Downloaded ryu v1.0.18 |
970 | 2024-05-29T21:06:29.505Z | Downloaded scroll_derive v0.12.0 |
971 | 2024-05-29T21:06:29.505Z | Downloaded signal-hook-registry v1.4.2 |
972 | 2024-05-29T21:06:29.505Z | Downloaded signal-hook-mio v0.2.3 |
973 | 2024-05-29T21:06:29.505Z | Downloaded shlex v1.3.0 |
974 | 2024-05-29T21:06:29.505Z | Downloaded shell-words v1.1.0 |
975 | 2024-05-29T21:06:29.505Z | Downloaded erased-serde v0.3.31 |
976 | 2024-05-29T21:06:29.506Z | Downloaded ron v0.7.1 |
977 | 2024-05-29T21:06:29.506Z | Downloaded zeroize_derive v1.4.2 |
978 | 2024-05-29T21:06:29.506Z | Downloaded topological-sort v0.2.2 |
979 | 2024-05-29T21:06:29.506Z | Downloaded slog-stdlog v4.1.1 |
980 | 2024-05-29T21:06:29.506Z | Downloaded uuid v1.8.0 |
981 | 2024-05-29T21:06:29.506Z | Downloaded tungstenite v0.21.0 |
982 | 2024-05-29T21:06:29.506Z | Downloaded strum_macros v0.26.2 |
983 | 2024-05-29T21:06:29.531Z | Downloaded sha2 v0.10.8 |
984 | 2024-05-29T21:06:29.532Z | Downloaded difflib v0.4.0 |
985 | 2024-05-29T21:06:29.532Z | Downloaded diesel_table_macro_syntax v0.1.0 |
986 | 2024-05-29T21:06:29.532Z | Downloaded waitgroup v0.1.2 |
987 | 2024-05-29T21:06:29.532Z | Downloaded vte_generate_state_changes v0.1.1 |
988 | 2024-05-29T21:06:29.532Z | Downloaded structmeta-derive v0.3.0 |
989 | 2024-05-29T21:06:29.532Z | Downloaded signature v2.2.0 |
990 | 2024-05-29T21:06:29.532Z | Downloaded sec1 v0.7.3 |
991 | 2024-05-29T21:06:29.532Z | Downloaded env_logger v0.10.2 |
992 | 2024-05-29T21:06:29.532Z | Downloaded env_logger v0.9.3 |
993 | 2024-05-29T21:06:29.532Z | Downloaded sha1 v0.10.6 |
994 | 2024-05-29T21:06:29.532Z | Downloaded serde_yaml v0.9.34+deprecated |
995 | 2024-05-29T21:06:29.532Z | Downloaded secrecy v0.8.0 |
996 | 2024-05-29T21:06:29.568Z | Downloaded errno v0.3.9 |
997 | 2024-05-29T21:06:29.569Z | Downloaded ucd-trie v0.1.6 |
998 | 2024-05-29T21:06:29.569Z | Downloaded typenum v1.17.0 |
999 | 2024-05-29T21:06:29.569Z | Downloaded ena v0.14.3 |
1000 | 2024-05-29T21:06:29.569Z | Downloaded embedded-io v0.4.0 |
1001 | 2024-05-29T21:06:29.569Z | Downloaded crucible-workspace-hack v0.1.0 |
1002 | 2024-05-29T21:06:29.569Z | Downloaded zone_cfg_derive v0.1.2 |
1003 | 2024-05-29T21:06:29.569Z | Downloaded structmeta-derive v0.2.0 |
1004 | 2024-05-29T21:06:29.569Z | Downloaded structmeta v0.3.0 |
1005 | 2024-05-29T21:06:29.569Z | Downloaded structmeta v0.2.0 |
1006 | 2024-05-29T21:06:29.569Z | Downloaded signature v1.6.4 |
1007 | 2024-05-29T21:06:29.569Z | Downloaded derive_builder_core v0.20.0 |
1008 | 2024-05-29T21:06:29.569Z | Downloaded schemars_derive v0.8.19 |
1009 | 2024-05-29T21:06:29.569Z | Downloaded rusty-fork v0.3.0 |
1010 | 2024-05-29T21:06:29.569Z | Downloaded publicsuffix v2.2.3 |
1011 | 2024-05-29T21:06:29.594Z | Downloaded prettyplease v0.2.20 |
1012 | 2024-05-29T21:06:29.594Z | Downloaded postcard v1.0.8 |
1013 | 2024-05-29T21:06:29.594Z | Downloaded usdt-impl v0.5.0 |
1014 | 2024-05-29T21:06:29.594Z | Downloaded usdt-impl v0.3.5 |
1015 | 2024-05-29T21:06:29.594Z | Downloaded subtle v2.5.0 |
1016 | 2024-05-29T21:06:29.594Z | Downloaded serde_with_macros v3.8.1 |
1017 | 2024-05-29T21:06:29.594Z | Downloaded ed25519 v1.5.3 |
1018 | 2024-05-29T21:06:29.594Z | Downloaded proc-macro2 v1.0.82 |
1019 | 2024-05-29T21:06:29.594Z | Downloaded toolchain_find v0.4.0 |
1020 | 2024-05-29T21:06:29.594Z | Downloaded stability v0.2.0 |
1021 | 2024-05-29T21:06:29.594Z | Downloaded sqlparser_derive v0.2.2 |
1022 | 2024-05-29T21:06:29.594Z | Downloaded sigpipe v0.1.3 |
1023 | 2024-05-29T21:06:29.594Z | Downloaded equivalent v1.0.1 |
1024 | 2024-05-29T21:06:29.594Z | Downloaded uzers v0.11.3 |
1025 | 2024-05-29T21:06:29.594Z | Downloaded strum_macros v0.25.3 |
1026 | 2024-05-29T21:06:29.594Z | Downloaded serde_repr v0.1.19 |
1027 | 2024-05-29T21:06:29.595Z | Downloaded utf-8 v0.7.6 |
1028 | 2024-05-29T21:06:29.595Z | Downloaded darling v0.20.9 |
1029 | 2024-05-29T21:06:29.619Z | Downloaded postgres-types v0.2.6 |
1030 | 2024-05-29T21:06:29.619Z | Downloaded usdt-macro v0.5.0 |
1031 | 2024-05-29T21:06:29.619Z | Downloaded unarray v0.1.4 |
1032 | 2024-05-29T21:06:29.619Z | Downloaded serde_tokenstream v0.2.0 |
1033 | 2024-05-29T21:06:29.619Z | Downloaded serde_tokenstream v0.1.7 |
1034 | 2024-05-29T21:06:29.619Z | Downloaded serde_spanned v0.6.6 |
1035 | 2024-05-29T21:06:29.619Z | Downloaded serde_path_to_error v0.1.16 |
1036 | 2024-05-29T21:06:29.619Z | Downloaded either v1.12.0 |
1037 | 2024-05-29T21:06:29.619Z | Downloaded tokio-util v0.7.11 |
1038 | 2024-05-29T21:06:29.643Z | Downloaded serde_plain v1.0.2 |
1039 | 2024-05-29T21:06:29.643Z | Downloaded data-encoding v2.6.0 |
1040 | 2024-05-29T21:06:29.643Z | Downloaded rustversion v1.0.17 |
1041 | 2024-05-29T21:06:29.644Z | Downloaded serde_urlencoded v0.7.1 |
1042 | 2024-05-29T21:06:29.644Z | Downloaded dyn-clone v1.0.17 |
1043 | 2024-05-29T21:06:29.644Z | Downloaded dtrace-parser v0.2.0 |
1044 | 2024-05-29T21:06:29.644Z | Downloaded debug-ignore v1.0.5 |
1045 | 2024-05-29T21:06:29.644Z | Downloaded same-file v1.0.6 |
1046 | 2024-05-29T21:06:29.644Z | Downloaded proc-macro-error v1.0.4 |
1047 | 2024-05-29T21:06:29.644Z | Downloaded papergrid v0.11.0 |
1048 | 2024-05-29T21:06:29.668Z | Downloaded num-bigint v0.4.5 |
1049 | 2024-05-29T21:06:29.668Z | Downloaded openssl-sys v0.9.102 |
1050 | 2024-05-29T21:06:29.668Z | Downloaded num-bigint-dig v0.8.4 |
1051 | 2024-05-29T21:06:29.669Z | Downloaded dtrace-parser v0.1.14 |
1052 | 2024-05-29T21:06:29.669Z | Downloaded rand_xorshift v0.3.0 |
1053 | 2024-05-29T21:06:29.669Z | Downloaded quote v1.0.36 |
1054 | 2024-05-29T21:06:29.694Z | Downloaded proc-macro-crate v1.3.1 |
1055 | 2024-05-29T21:06:29.694Z | Downloaded gimli v0.28.1 |
1056 | 2024-05-29T21:06:29.694Z | Downloaded rand_chacha v0.3.1 |
1057 | 2024-05-29T21:06:29.694Z | Downloaded psl-types v2.0.11 |
1058 | 2024-05-29T21:06:29.694Z | Downloaded ppv-lite86 v0.2.17 |
1059 | 2024-05-29T21:06:29.694Z | Downloaded parking_lot v0.11.2 |
1060 | 2024-05-29T21:06:29.694Z | Downloaded owo-colors v4.0.0 |
1061 | 2024-05-29T21:06:29.694Z | Downloaded oso v0.27.3 |
1062 | 2024-05-29T21:06:29.721Z | Downloaded omicron-zone-package v0.11.0 |
1063 | 2024-05-29T21:06:29.721Z | Downloaded pretty-hex v0.2.1 |
1064 | 2024-05-29T21:06:29.721Z | Downloaded predicates-tree v1.0.9 |
1065 | 2024-05-29T21:06:29.721Z | Downloaded predicates-core v1.0.6 |
1066 | 2024-05-29T21:06:29.721Z | Downloaded pkcs1 v0.7.5 |
1067 | 2024-05-29T21:06:29.721Z | Downloaded r2d2 v0.8.10 |
1068 | 2024-05-29T21:06:29.722Z | Downloaded proc-macro-error-attr v1.0.4 |
1069 | 2024-05-29T21:06:29.722Z | Downloaded predicates v3.1.0 |
1070 | 2024-05-29T21:06:29.722Z | Downloaded powerfmt v0.2.0 |
1071 | 2024-05-29T21:06:29.722Z | Downloaded parking_lot v0.12.2 |
1072 | 2024-05-29T21:06:29.722Z | Downloaded radium v0.7.0 |
1073 | 2024-05-29T21:06:29.722Z | Downloaded pretty-hex v0.4.1 |
1074 | 2024-05-29T21:06:29.722Z | Downloaded pin-project v1.1.5 |
1075 | 2024-05-29T21:06:29.747Z | Downloaded pest_meta v2.7.10 |
1076 | 2024-05-29T21:06:29.747Z | Downloaded parking_lot_core v0.9.10 |
1077 | 2024-05-29T21:06:29.747Z | Downloaded parking_lot_core v0.8.6 |
1078 | 2024-05-29T21:06:29.747Z | Downloaded num_enum v0.5.11 |
1079 | 2024-05-29T21:06:29.773Z | Downloaded precomputed-hash v0.1.1 |
1080 | 2024-05-29T21:06:29.773Z | Downloaded postgres-protocol v0.6.6 |
1081 | 2024-05-29T21:06:29.773Z | Downloaded poly1305 v0.8.0 |
1082 | 2024-05-29T21:06:29.773Z | Downloaded pkcs8 v0.10.2 |
1083 | 2024-05-29T21:06:29.773Z | Downloaded pin-project-lite v0.2.14 |
1084 | 2024-05-29T21:06:29.773Z | Downloaded packed_struct v0.10.1 |
1085 | 2024-05-29T21:06:29.773Z | Downloaded num_enum_derive v0.5.11 |
1086 | 2024-05-29T21:06:29.773Z | Downloaded num-traits v0.2.19 |
1087 | 2024-05-29T21:06:29.773Z | Downloaded num-derive v0.4.2 |
1088 | 2024-05-29T21:06:29.773Z | Downloaded num v0.4.3 |
1089 | 2024-05-29T21:06:29.800Z | Downloaded itertools v0.12.1 |
1090 | 2024-05-29T21:06:29.801Z | Downloaded pkg-config v0.3.30 |
1091 | 2024-05-29T21:06:29.801Z | Downloaded pin-project-internal v1.1.5 |
1092 | 2024-05-29T21:06:29.801Z | Downloaded pest_derive v2.7.10 |
1093 | 2024-05-29T21:06:29.801Z | Downloaded pem-rfc7468 v0.7.0 |
1094 | 2024-05-29T21:06:29.801Z | Downloaded peg-macros v0.8.3 |
1095 | 2024-05-29T21:06:29.801Z | Downloaded packed_struct_codegen v0.10.1 |
1096 | 2024-05-29T21:06:29.801Z | Downloaded oso-derive v0.27.3 |
1097 | 2024-05-29T21:06:29.801Z | Downloaded once_cell v1.19.0 |
1098 | 2024-05-29T21:06:29.801Z | Downloaded olpc-cjson v0.1.3 |
1099 | 2024-05-29T21:06:29.831Z | Downloaded num_cpus v1.16.0 |
1100 | 2024-05-29T21:06:29.831Z | Downloaded num-integer v0.1.46 |
1101 | 2024-05-29T21:06:29.832Z | Downloaded num-conv v0.1.0 |
1102 | 2024-05-29T21:06:29.832Z | Downloaded num-complex v0.4.6 |
1103 | 2024-05-29T21:06:29.832Z | Downloaded nu-ansi-term v0.50.0 |
1104 | 2024-05-29T21:06:29.832Z | Downloaded pin-utils v0.1.0 |
1105 | 2024-05-29T21:06:29.832Z | Downloaded phf_shared v0.11.2 |
1106 | 2024-05-29T21:06:29.832Z | Downloaded pest_generator v2.7.10 |
1107 | 2024-05-29T21:06:29.832Z | Downloaded percent-encoding v2.3.1 |
1108 | 2024-05-29T21:06:29.832Z | Downloaded password-hash v0.5.0 |
1109 | 2024-05-29T21:06:29.832Z | Downloaded parse-display-derive v0.9.0 |
1110 | 2024-05-29T21:06:29.832Z | Downloaded openssl-probe v0.1.5 |
1111 | 2024-05-29T21:06:29.832Z | Downloaded openssl-macros v0.1.1 |
1112 | 2024-05-29T21:06:29.832Z | Downloaded opaque-debug v0.3.1 |
1113 | 2024-05-29T21:06:29.832Z | Downloaded number_prefix v0.4.0 |
1114 | 2024-05-29T21:06:29.832Z | Downloaded num_threads v0.1.7 |
1115 | 2024-05-29T21:06:29.832Z | Downloaded hash32 v0.3.1 |
1116 | 2024-05-29T21:06:29.832Z | Downloaded peg-runtime v0.8.3 |
1117 | 2024-05-29T21:06:29.832Z | Downloaded parse-display v0.9.0 |
1118 | 2024-05-29T21:06:29.860Z | Downloaded half v2.4.1 |
1119 | 2024-05-29T21:06:29.860Z | Downloaded h2 v0.3.26 |
1120 | 2024-05-29T21:06:29.860Z | Downloaded minimal-lexical v0.2.1 |
1121 | 2024-05-29T21:06:29.860Z | Downloaded peg v0.8.3 |
1122 | 2024-05-29T21:06:29.860Z | Downloaded paste v1.0.15 |
1123 | 2024-05-29T21:06:29.860Z | Downloaded itertools v0.10.5 |
1124 | 2024-05-29T21:06:29.893Z | Downloaded num-iter v0.1.45 |
1125 | 2024-05-29T21:06:29.893Z | Downloaded hash32 v0.2.1 |
1126 | 2024-05-29T21:06:29.893Z | Downloaded goblin v0.8.2 |
1127 | 2024-05-29T21:06:29.893Z | Downloaded toml v0.5.11 |
1128 | 2024-05-29T21:06:29.893Z | Downloaded normalize-line-endings v0.3.0 |
1129 | 2024-05-29T21:06:29.893Z | Downloaded futures-util v0.3.30 |
1130 | 2024-05-29T21:06:29.923Z | Downloaded mio v0.8.11 |
1131 | 2024-05-29T21:06:29.923Z | Downloaded parse-size v1.0.0 |
1132 | 2024-05-29T21:06:29.924Z | Downloaded group v0.13.0 |
1133 | 2024-05-29T21:06:29.924Z | Downloaded globset v0.4.14 |
1134 | 2024-05-29T21:06:29.924Z | Downloaded glob v0.3.1 |
1135 | 2024-05-29T21:06:29.924Z | Downloaded getrandom v0.2.14 |
1136 | 2024-05-29T21:06:29.924Z | Downloaded getopts v0.2.21 |
1137 | 2024-05-29T21:06:29.924Z | Downloaded gethostname v0.4.3 |
1138 | 2024-05-29T21:06:29.924Z | Downloaded generic-array v0.14.7 |
1139 | 2024-05-29T21:06:29.924Z | Downloaded futures-sink v0.3.30 |
1140 | 2024-05-29T21:06:29.924Z | Downloaded futures-macro v0.3.30 |
1141 | 2024-05-29T21:06:29.925Z | Downloaded fragile v2.0.0 |
1142 | 2024-05-29T21:06:29.925Z | Downloaded tokio-postgres v0.7.10 |
1143 | 2024-05-29T21:06:29.960Z | Downloaded memchr v2.7.2 |
1144 | 2024-05-29T21:06:29.961Z | Downloaded futures-task v0.3.30 |
1145 | 2024-05-29T21:06:29.961Z | Downloaded futures-channel v0.3.30 |
1146 | 2024-05-29T21:06:29.961Z | Downloaded funty v2.0.0 |
1147 | 2024-05-29T21:06:29.961Z | Downloaded fs-err v2.11.0 |
1148 | 2024-05-29T21:06:29.961Z | Downloaded futures v0.3.30 |
1149 | 2024-05-29T21:06:29.961Z | Downloaded toml v0.8.13 |
1150 | 2024-05-29T21:06:29.961Z | Downloaded toml v0.7.8 |
1151 | 2024-05-29T21:06:29.961Z | Downloaded tokio-stream v0.1.15 |
1152 | 2024-05-29T21:06:29.987Z | Downloaded futures-core v0.3.30 |
1153 | 2024-05-29T21:06:29.987Z | Downloaded form_urlencoded v1.2.1 |
1154 | 2024-05-29T21:06:29.987Z | Downloaded foreign-types-shared v0.3.1 |
1155 | 2024-05-29T21:06:29.987Z | Downloaded foreign-types-shared v0.1.1 |
1156 | 2024-05-29T21:06:29.987Z | Downloaded foreign-types-macros v0.2.3 |
1157 | 2024-05-29T21:06:29.987Z | Downloaded foreign-types v0.5.0 |
1158 | 2024-05-29T21:06:29.987Z | Downloaded foreign-types v0.3.2 |
1159 | 2024-05-29T21:06:29.987Z | Downloaded fnv v1.0.7 |
1160 | 2024-05-29T21:06:29.987Z | Downloaded tokio-tungstenite v0.20.1 |
1161 | 2024-05-29T21:06:29.987Z | Downloaded sled v0.34.7 |
1162 | 2024-05-29T21:06:29.987Z | Downloaded nom v7.1.3 |
1163 | 2024-05-29T21:06:29.987Z | Downloaded libm v0.2.8 |
1164 | 2024-05-29T21:06:30.012Z | Downloaded indicatif v0.17.8 |
1165 | 2024-05-29T21:06:30.012Z | Downloaded tokio-tungstenite v0.21.0 |
1166 | 2024-05-29T21:06:30.013Z | Downloaded tabled v0.15.0 |
1167 | 2024-05-29T21:06:30.037Z | Downloaded syn v2.0.64 |
1168 | 2024-05-29T21:06:30.061Z | Downloaded syn v1.0.109 |
1169 | 2024-05-29T21:06:30.061Z | Downloaded rustls v0.22.4 |
1170 | 2024-05-29T21:06:30.086Z | Downloaded rustix v0.38.34 |
1171 | 2024-05-29T21:06:30.114Z | Downloaded log v0.4.21 |
1172 | 2024-05-29T21:06:30.114Z | Downloaded indexmap v2.2.6 |
1173 | 2024-05-29T21:06:30.114Z | Downloaded tokio-rustls v0.24.1 |
1174 | 2024-05-29T21:06:30.114Z | Downloaded tokio-native-tls v0.3.1 |
1175 | 2024-05-29T21:06:30.139Z | Downloaded time v0.3.36 |
1176 | 2024-05-29T21:06:30.139Z | Downloaded rustls v0.21.12 |
1177 | 2024-05-29T21:06:30.139Z | Downloaded indexmap v1.9.3 |
1178 | 2024-05-29T21:06:30.163Z | Downloaded bstr v0.2.17 |
1179 | 2024-05-29T21:06:30.163Z | Downloaded tls_codec_derive v0.4.1 |
1180 | 2024-05-29T21:06:30.163Z | Downloaded tls_codec v0.4.1 |
1181 | 2024-05-29T21:06:30.163Z | Downloaded tinyvec_macros v0.1.1 |
1182 | 2024-05-29T21:06:30.163Z | Downloaded tiny-keccak v2.0.2 |
1183 | 2024-05-29T21:06:30.163Z | Downloaded time-macros v0.2.18 |
1184 | 2024-05-29T21:06:30.163Z | Downloaded thread_local v1.1.8 |
1185 | 2024-05-29T21:06:30.188Z | Downloaded thread-id v4.2.1 |
1186 | 2024-05-29T21:06:30.188Z | Downloaded thiserror-no-std v2.0.2 |
1187 | 2024-05-29T21:06:30.188Z | Downloaded thiserror-impl-no-std v2.0.2 |
1188 | 2024-05-29T21:06:30.188Z | Downloaded thiserror-impl v1.0.60 |
1189 | 2024-05-29T21:06:30.188Z | Downloaded thiserror v1.0.60 |
1190 | 2024-05-29T21:06:30.188Z | Downloaded textwrap v0.16.1 |
1191 | 2024-05-29T21:06:30.188Z | Downloaded test-strategy v0.3.1 |
1192 | 2024-05-29T21:06:30.188Z | Downloaded termios v0.3.3 |
1193 | 2024-05-29T21:06:30.215Z | Downloaded terminal_size v0.3.0 |
1194 | 2024-05-29T21:06:30.215Z | Downloaded term v0.7.0 |
1195 | 2024-05-29T21:06:30.215Z | Downloaded tar v0.4.40 |
1196 | 2024-05-29T21:06:30.215Z | Downloaded rustls-webpki v0.102.4 |
1197 | 2024-05-29T21:06:30.250Z | Downloaded rustls-webpki v0.101.7 |
1198 | 2024-05-29T21:06:30.250Z | Downloaded rayon v1.10.0 |
1199 | 2024-05-29T21:06:30.279Z | Downloaded nibble_vec v0.1.0 |
1200 | 2024-05-29T21:06:30.279Z | Downloaded native-tls v0.2.11 |
1201 | 2024-05-29T21:06:30.279Z | Downloaded multimap v0.10.0 |
1202 | 2024-05-29T21:06:30.279Z | Downloaded multer v3.1.0 |
1203 | 2024-05-29T21:06:30.279Z | Downloaded mockall_derive v0.12.1 |
1204 | 2024-05-29T21:06:30.280Z | Downloaded mockall v0.12.1 |
1205 | 2024-05-29T21:06:30.280Z | Downloaded miniz_oxide v0.7.2 |
1206 | 2024-05-29T21:06:30.280Z | Downloaded mime_guess v2.0.4 |
1207 | 2024-05-29T21:06:30.280Z | Downloaded mime v0.3.17 |
1208 | 2024-05-29T21:06:30.280Z | Downloaded memoffset v0.7.1 |
1209 | 2024-05-29T21:06:30.280Z | Downloaded memmap2 v0.9.4 |
1210 | 2024-05-29T21:06:30.280Z | Downloaded memmap v0.7.0 |
1211 | 2024-05-29T21:06:30.280Z | Downloaded maybe-uninit v2.0.0 |
1212 | 2024-05-29T21:06:30.280Z | Downloaded maplit v1.0.2 |
1213 | 2024-05-29T21:06:30.309Z | Downloaded managed v0.8.0 |
1214 | 2024-05-29T21:06:30.309Z | Downloaded macaddr v1.0.1 |
1215 | 2024-05-29T21:06:30.309Z | Downloaded lru-cache v0.1.2 |
1216 | 2024-05-29T21:06:30.309Z | Downloaded lru v0.12.3 |
1217 | 2024-05-29T21:06:30.310Z | Downloaded lock_api v0.4.12 |
1218 | 2024-05-29T21:06:30.310Z | Downloaded linear-map v1.2.0 |
1219 | 2024-05-29T21:06:30.310Z | Downloaded libloading v0.8.3 |
1220 | 2024-05-29T21:06:30.310Z | Downloaded libefi-sys v0.1.0 |
1221 | 2024-05-29T21:06:30.310Z | Downloaded lalrpop-util v0.19.12 |
1222 | 2024-05-29T21:06:30.310Z | Downloaded ipnetwork v0.20.0 |
1223 | 2024-05-29T21:06:30.310Z | Downloaded indoc v1.0.9 |
1224 | 2024-05-29T21:06:30.310Z | Downloaded impl-trait-for-tuples v0.2.2 |
1225 | 2024-05-29T21:06:30.310Z | Downloaded iana-time-zone v0.1.60 |
1226 | 2024-05-29T21:06:30.310Z | Downloaded httparse v1.8.0 |
1227 | 2024-05-29T21:06:30.340Z | Downloaded clap_builder v4.5.2 |
1228 | 2024-05-29T21:06:30.340Z | Downloaded chrono v0.4.38 |
1229 | 2024-05-29T21:06:30.340Z | Downloaded bstr v1.9.1 |
1230 | 2024-05-29T21:06:30.367Z | Downloaded bitflags v2.5.0 |
1231 | 2024-05-29T21:06:30.367Z | Downloaded termtree v0.4.1 |
1232 | 2024-05-29T21:06:30.368Z | Downloaded termcolor v1.4.1 |
1233 | 2024-05-29T21:06:30.368Z | Downloaded tempfile v3.10.1 |
1234 | 2024-05-29T21:06:30.368Z | Downloaded tap v1.0.1 |
1235 | 2024-05-29T21:06:30.368Z | Downloaded take_mut v0.2.2 |
1236 | 2024-05-29T21:06:30.368Z | Downloaded tabwriter v1.4.0 |
1237 | 2024-05-29T21:06:30.368Z | Downloaded tabled_derive v0.7.0 |
1238 | 2024-05-29T21:06:30.368Z | Downloaded synstructure v0.12.6 |
1239 | 2024-05-29T21:06:30.368Z | Downloaded sync_wrapper v0.1.2 |
1240 | 2024-05-29T21:06:30.369Z | Downloaded swrite v0.1.0 |
1241 | 2024-05-29T21:06:30.369Z | Downloaded supports-color v3.0.0 |
1242 | 2024-05-29T21:06:30.369Z | Downloaded strum_macros v0.24.3 |
1243 | 2024-05-29T21:06:30.369Z | Downloaded slog-scope v4.4.0 |
1244 | 2024-05-29T21:06:30.369Z | Downloaded slog-json v2.6.1 |
1245 | 2024-05-29T21:06:30.369Z | Downloaded slog-envlogger v2.2.0 |
1246 | 2024-05-29T21:06:30.369Z | Downloaded slog-dtrace v0.3.0 |
1247 | 2024-05-29T21:06:30.369Z | Downloaded slog-bunyan v2.5.0 |
1248 | 2024-05-29T21:06:30.403Z | Downloaded slog-async v2.8.0 |
1249 | 2024-05-29T21:06:30.403Z | Downloaded slog v2.7.0 |
1250 | 2024-05-29T21:06:30.403Z | Downloaded slab v0.4.9 |
1251 | 2024-05-29T21:06:30.403Z | Downloaded siphasher v0.3.11 |
1252 | 2024-05-29T21:06:30.403Z | Downloaded rustls-pki-types v1.7.0 |
1253 | 2024-05-29T21:06:30.403Z | Downloaded rustls-pemfile v2.1.2 |
1254 | 2024-05-29T21:06:30.404Z | Downloaded rustls-pemfile v1.0.4 |
1255 | 2024-05-29T21:06:30.404Z | Downloaded rustfmt-wrapper v0.2.1 |
1256 | 2024-05-29T21:06:30.404Z | Downloaded rustc_version v0.4.0 |
1257 | 2024-05-29T21:06:30.404Z | Downloaded rustc_version v0.1.7 |
1258 | 2024-05-29T21:06:30.404Z | Downloaded rustc-hash v1.1.0 |
1259 | 2024-05-29T21:06:30.404Z | Downloaded rustc-demangle v0.1.24 |
1260 | 2024-05-29T21:06:30.404Z | Downloaded rtoolbox v0.0.2 |
1261 | 2024-05-29T21:06:30.404Z | Downloaded rsa v0.9.6 |
1262 | 2024-05-29T21:06:30.429Z | Downloaded rpassword v7.3.1 |
1263 | 2024-05-29T21:06:30.429Z | Downloaded resolv-conf v0.7.0 |
1264 | 2024-05-29T21:06:30.429Z | Downloaded ref-cast-impl v1.0.23 |
1265 | 2024-05-29T21:06:30.429Z | Downloaded ref-cast v1.0.23 |
1266 | 2024-05-29T21:06:30.429Z | Downloaded nodrop v0.1.14 |
1267 | 2024-05-29T21:06:30.429Z | Downloaded newtype_derive v0.1.6 |
1268 | 2024-05-29T21:06:30.429Z | Downloaded newtype-uuid v1.1.0 |
1269 | 2024-05-29T21:06:30.429Z | Downloaded newline-converter v0.3.0 |
1270 | 2024-05-29T21:06:30.429Z | Downloaded new_debug_unreachable v1.0.6 |
1271 | 2024-05-29T21:06:30.429Z | Downloaded nanorand v0.7.0 |
1272 | 2024-05-29T21:06:30.430Z | Downloaded md-5 v0.10.6 |
1273 | 2024-05-29T21:06:30.430Z | Downloaded matches v0.1.10 |
1274 | 2024-05-29T21:06:30.430Z | Downloaded match_cfg v0.1.0 |
1275 | 2024-05-29T21:06:30.430Z | Downloaded linked-hash-map v0.5.6 |
1276 | 2024-05-29T21:06:30.430Z | Downloaded libxml v0.3.3 |
1277 | 2024-05-29T21:06:30.430Z | Downloaded libsw v3.3.1 |
1278 | 2024-05-29T21:06:30.430Z | Downloaded lazycell v1.3.0 |
1279 | 2024-05-29T21:06:30.454Z | Downloaded lazy_static v1.4.0 |
1280 | 2024-05-29T21:06:30.454Z | Downloaded kstat-rs v0.2.3 |
1281 | 2024-05-29T21:06:30.454Z | Downloaded keccak v0.1.5 |
1282 | 2024-05-29T21:06:30.454Z | Downloaded itoa v1.0.11 |
1283 | 2024-05-29T21:06:30.454Z | Downloaded is_terminal_polyfill v1.70.0 |
1284 | 2024-05-29T21:06:30.454Z | Downloaded is_ci v1.2.0 |
1285 | 2024-05-29T21:06:30.454Z | Downloaded is-terminal v0.4.12 |
1286 | 2024-05-29T21:06:30.454Z | Downloaded ipnet v2.9.0 |
1287 | 2024-05-29T21:06:30.454Z | Downloaded instant v0.1.12 |
1288 | 2024-05-29T21:06:30.454Z | Downloaded inout v0.1.3 |
1289 | 2024-05-29T21:06:30.455Z | Downloaded indoc v2.0.5 |
1290 | 2024-05-29T21:06:30.455Z | Downloaded ident_case v1.0.1 |
1291 | 2024-05-29T21:06:30.455Z | Downloaded hyper-tls v0.5.0 |
1292 | 2024-05-29T21:06:30.455Z | Downloaded hyper-staticfile v0.9.5 |
1293 | 2024-05-29T21:06:30.455Z | Downloaded hyper-rustls v0.24.2 |
1294 | 2024-05-29T21:06:30.481Z | Downloaded humantime v2.1.0 |
1295 | 2024-05-29T21:06:30.481Z | Downloaded hubpack_derive v0.1.1 |
1296 | 2024-05-29T21:06:30.482Z | Downloaded hubpack v0.1.2 |
1297 | 2024-05-29T21:06:30.482Z | Downloaded httpdate v1.0.3 |
1298 | 2024-05-29T21:06:30.482Z | Downloaded hkdf v0.12.4 |
1299 | 2024-05-29T21:06:30.482Z | Downloaded heck v0.5.0 |
1300 | 2024-05-29T21:06:30.482Z | Downloaded hashbrown v0.14.5 |
1301 | 2024-05-29T21:06:30.482Z | Downloaded crossbeam-channel v0.5.12 |
1302 | 2024-05-29T21:06:30.482Z | Downloaded crc32fast v1.4.0 |
1303 | 2024-05-29T21:06:30.482Z | Downloaded crc-catalog v2.4.0 |
1304 | 2024-05-29T21:06:30.506Z | Downloaded crc-any v2.5.0 |
1305 | 2024-05-29T21:06:30.506Z | Downloaded crc v3.2.1 |
1306 | 2024-05-29T21:06:30.506Z | Downloaded cpufeatures v0.2.12 |
1307 | 2024-05-29T21:06:30.506Z | Downloaded cookie v0.18.1 |
1308 | 2024-05-29T21:06:30.506Z | Downloaded cookie v0.17.0 |
1309 | 2024-05-29T21:06:30.506Z | Downloaded constant_time_eq v0.3.0 |
1310 | 2024-05-29T21:06:30.506Z | Downloaded const_format_proc_macros v0.2.32 |
1311 | 2024-05-29T21:06:30.506Z | Downloaded const_format v0.2.32 |
1312 | 2024-05-29T21:06:30.507Z | Downloaded const-oid v0.9.6 |
1313 | 2024-05-29T21:06:30.507Z | Downloaded console v0.15.8 |
1314 | 2024-05-29T21:06:30.531Z | Downloaded compact_str v0.7.1 |
1315 | 2024-05-29T21:06:30.531Z | Downloaded colored v2.1.0 |
1316 | 2024-05-29T21:06:30.531Z | Downloaded colorchoice v1.0.1 |
1317 | 2024-05-29T21:06:30.531Z | Downloaded cobs v0.2.3 |
1318 | 2024-05-29T21:06:30.531Z | Downloaded clap_derive v4.5.4 |
1319 | 2024-05-29T21:06:30.531Z | Downloaded clap v4.5.4 |
1320 | 2024-05-29T21:06:30.555Z | Downloaded clang-sys v1.7.0 |
1321 | 2024-05-29T21:06:30.555Z | Downloaded cipher v0.4.4 |
1322 | 2024-05-29T21:06:30.556Z | Downloaded ciborium-ll v0.2.2 |
1323 | 2024-05-29T21:06:30.556Z | Downloaded ciborium v0.2.2 |
1324 | 2024-05-29T21:06:30.556Z | Downloaded chacha20poly1305 v0.10.1 |
1325 | 2024-05-29T21:06:30.556Z | Downloaded cc v1.0.97 |
1326 | 2024-05-29T21:06:30.556Z | Downloaded cargo_metadata v0.18.1 |
1327 | 2024-05-29T21:06:30.556Z | Downloaded cancel-safe-futures v0.1.5 |
1328 | 2024-05-29T21:06:30.556Z | Downloaded camino v1.1.7 |
1329 | 2024-05-29T21:06:30.556Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1330 | 2024-05-29T21:06:30.584Z | Downloaded bzip2 v0.4.4 |
1331 | 2024-05-29T21:06:30.584Z | Downloaded bytecount v0.6.8 |
1332 | 2024-05-29T21:06:30.584Z | Downloaded block-padding v0.3.3 |
1333 | 2024-05-29T21:06:30.585Z | Downloaded bitfield v0.14.0 |
1334 | 2024-05-29T21:06:30.585Z | Downloaded base64 v0.13.1 |
1335 | 2024-05-29T21:06:30.585Z | Downloaded base16ct v0.2.0 |
1336 | 2024-05-29T21:06:30.585Z | Downloaded http-body v0.4.6 |
1337 | 2024-05-29T21:06:30.585Z | Downloaded http v1.1.0 |
1338 | 2024-05-29T21:06:30.614Z | Downloaded http v0.2.12 |
1339 | 2024-05-29T21:06:30.614Z | Downloaded hostname v0.4.0 |
1340 | 2024-05-29T21:06:30.614Z | Downloaded hostname v0.3.1 |
1341 | 2024-05-29T21:06:30.614Z | Downloaded home v0.5.9 |
1342 | 2024-05-29T21:06:30.614Z | Downloaded hmac v0.12.1 |
1343 | 2024-05-29T21:06:30.614Z | Downloaded highway v1.1.0 |
1344 | 2024-05-29T21:06:30.614Z | Downloaded hex v0.4.3 |
1345 | 2024-05-29T21:06:30.614Z | Downloaded heck v0.4.1 |
1346 | 2024-05-29T21:06:30.614Z | Downloaded heck v0.3.3 |
1347 | 2024-05-29T21:06:30.615Z | Downloaded heapless v0.8.0 |
1348 | 2024-05-29T21:06:30.657Z | Downloaded heapless v0.7.17 |
1349 | 2024-05-29T21:06:30.657Z | Downloaded headers-core v0.2.0 |
1350 | 2024-05-29T21:06:30.657Z | Downloaded headers v0.3.9 |
1351 | 2024-05-29T21:06:30.658Z | Downloaded hashbrown v0.13.2 |
1352 | 2024-05-29T21:06:30.658Z | Downloaded hashbrown v0.12.3 |
1353 | 2024-05-29T21:06:30.658Z | Downloaded crossbeam-deque v0.8.5 |
1354 | 2024-05-29T21:06:30.658Z | Downloaded corncobs v0.1.3 |
1355 | 2024-05-29T21:06:30.658Z | Downloaded cookie_store v0.20.0 |
1356 | 2024-05-29T21:06:30.658Z | Downloaded convert_case v0.4.0 |
1357 | 2024-05-29T21:06:30.658Z | Downloaded clap_lex v0.7.0 |
1358 | 2024-05-29T21:06:30.658Z | Downloaded ciborium-io v0.2.2 |
1359 | 2024-05-29T21:06:30.689Z | Downloaded chacha20 v0.9.1 |
1360 | 2024-05-29T21:06:30.689Z | Downloaded cfg_aliases v0.1.1 |
1361 | 2024-05-29T21:06:30.689Z | Downloaded cfg-if v1.0.0 |
1362 | 2024-05-29T21:06:30.689Z | Downloaded cexpr v0.6.0 |
1363 | 2024-05-29T21:06:30.689Z | Downloaded castaway v0.2.2 |
1364 | 2024-05-29T21:06:30.689Z | Downloaded cassowary v0.3.0 |
1365 | 2024-05-29T21:06:30.689Z | Downloaded cargo-platform v0.1.8 |
1366 | 2024-05-29T21:06:30.689Z | Downloaded camino-tempfile v1.1.1 |
1367 | 2024-05-29T21:06:30.689Z | Downloaded bytes v1.6.0 |
1368 | 2024-05-29T21:06:30.689Z | Downloaded byteorder v1.5.0 |
1369 | 2024-05-29T21:06:30.689Z | Downloaded buf-list v1.0.3 |
1370 | 2024-05-29T21:06:30.689Z | Downloaded block-buffer v0.10.4 |
1371 | 2024-05-29T21:06:30.689Z | Downloaded blake3 v1.5.1 |
1372 | 2024-05-29T21:06:30.689Z | Downloaded blake2 v0.10.6 |
1373 | 2024-05-29T21:06:30.689Z | Downloaded bitvec v1.0.1 |
1374 | 2024-05-29T21:06:30.714Z | Downloaded bitstruct v0.1.1 |
1375 | 2024-05-29T21:06:30.714Z | Downloaded bitflags v1.3.2 |
1376 | 2024-05-29T21:06:30.714Z | Downloaded bit-vec v0.6.3 |
1377 | 2024-05-29T21:06:30.714Z | Downloaded bit-set v0.5.3 |
1378 | 2024-05-29T21:06:30.714Z | Downloaded bindgen v0.69.4 |
1379 | 2024-05-29T21:06:30.739Z | Downloaded base64 v0.21.7 |
1380 | 2024-05-29T21:06:30.739Z | Downloaded backtrace v0.3.71 |
1381 | 2024-05-29T21:06:30.739Z | Downloaded atomic-waker v1.1.2 |
1382 | 2024-05-29T21:06:30.739Z | Downloaded async-recursion v1.1.1 |
1383 | 2024-05-29T21:06:30.739Z | Downloaded bcs v0.1.6 |
1384 | 2024-05-29T21:06:30.770Z | Downloaded bb8 v0.8.3 |
1385 | 2024-05-29T21:06:30.771Z | Downloaded base64ct v1.6.0 |
1386 | 2024-05-29T21:06:30.771Z | Downloaded base64 v0.22.1 |
1387 | 2024-05-29T21:06:30.771Z | Downloaded backoff v0.4.0 |
1388 | 2024-05-29T21:06:30.771Z | Downloaded autocfg v1.3.0 |
1389 | 2024-05-29T21:06:30.771Z | Downloaded assert_matches v1.5.0 |
1390 | 2024-05-29T21:06:30.771Z | Downloaded arrayref v0.3.7 |
1391 | 2024-05-29T21:06:30.771Z | Downloaded adler v1.0.2 |
1392 | 2024-05-29T21:06:30.771Z | Downloaded atomicwrites v0.4.3 |
1393 | 2024-05-29T21:06:30.771Z | Downloaded async-trait v0.1.80 |
1394 | 2024-05-29T21:06:30.772Z | Downloaded async-stream-impl v0.3.5 |
1395 | 2024-05-29T21:06:30.772Z | Downloaded ascii-canvas v3.0.0 |
1396 | 2024-05-29T21:06:31.212Z | Downloaded ascii v1.1.0 |
1397 | 2024-05-29T21:06:31.212Z | Downloaded arrayvec v0.7.4 |
1398 | 2024-05-29T21:06:31.212Z | Downloaded array-init v0.0.4 |
1399 | 2024-05-29T21:06:31.212Z | Downloaded arc-swap v1.7.1 |
1400 | 2024-05-29T21:06:31.213Z | Downloaded anyhow v1.0.83 |
1401 | 2024-05-29T21:06:31.213Z | Downloaded anstyle-query v1.0.3 |
1402 | 2024-05-29T21:06:31.213Z | Downloaded anstyle-parse v0.2.4 |
1403 | 2024-05-29T21:06:31.213Z | Downloaded anstyle v1.0.7 |
1404 | 2024-05-29T21:06:31.214Z | Downloaded allocator-api2 v0.2.18 |
1405 | 2024-05-29T21:06:31.214Z | Downloaded aho-corasick v1.1.3 |
1406 | 2024-05-29T21:06:31.214Z | Downloaded ahash v0.8.11 |
1407 | 2024-05-29T21:06:31.243Z | Downloaded aead v0.5.2 |
1408 | 2024-05-29T21:06:31.244Z | Compiling proc-macro2 v1.0.82 |
1409 | 2024-05-29T21:06:31.244Z | Compiling unicode-ident v1.0.12 |
1410 | 2024-05-29T21:06:31.244Z | Compiling libc v0.2.153 |
1411 | 2024-05-29T21:06:31.244Z | Compiling serde v1.0.202 |
1412 | 2024-05-29T21:06:31.244Z | Compiling autocfg v1.3.0 |
1413 | 2024-05-29T21:06:31.245Z | Compiling version_check v0.9.4 |
1414 | 2024-05-29T21:06:31.245Z | Compiling cfg-if v1.0.0 |
1415 | 2024-05-29T21:06:31.283Z | Compiling cc v1.0.97 |
1416 | 2024-05-29T21:06:31.309Z | Compiling parking_lot_core v0.9.10 |
1417 | 2024-05-29T21:06:31.467Z | Compiling once_cell v1.19.0 |
1418 | 2024-05-29T21:06:31.831Z | Compiling ahash v0.8.11 |
1419 | 2024-05-29T21:06:31.859Z | Compiling serde_json v1.0.117 |
1420 | 2024-05-29T21:06:32.005Z | Compiling byteorder v1.5.0 |
1421 | 2024-05-29T21:06:32.035Z | Compiling lock_api v0.4.12 |
1422 | 2024-05-29T21:06:32.201Z | Compiling libm v0.2.8 |
1423 | 2024-05-29T21:06:32.235Z | Compiling num-traits v0.2.19 |
1424 | 2024-05-29T21:06:32.367Z | Compiling memchr v2.7.2 |
1425 | 2024-05-29T21:06:32.444Z | Compiling thiserror v1.0.60 |
1426 | 2024-05-29T21:06:32.575Z | Compiling typenum v1.17.0 |
1427 | 2024-05-29T21:06:32.575Z | Compiling log v0.4.21 |
1428 | 2024-05-29T21:06:32.986Z | Compiling quote v1.0.36 |
1429 | 2024-05-29T21:06:33.018Z | Compiling generic-array v0.14.7 |
1430 | 2024-05-29T21:06:33.334Z | Compiling getrandom v0.2.14 |
1431 | 2024-05-29T21:06:33.454Z | Compiling syn v2.0.64 |
1432 | 2024-05-29T21:06:33.673Z | Compiling itoa v1.0.11 |
1433 | 2024-05-29T21:06:33.733Z | Compiling scopeguard v1.2.0 |
1434 | 2024-05-29T21:06:34.105Z | Compiling allocator-api2 v0.2.18 |
1435 | 2024-05-29T21:06:34.223Z | Compiling slab v0.4.9 |
1436 | 2024-05-29T21:06:34.568Z | Compiling ring v0.17.8 |
1437 | 2024-05-29T21:06:34.604Z | Compiling ryu v1.0.18 |
1438 | 2024-05-29T21:06:34.691Z | Compiling pin-project-lite v0.2.14 |
1439 | 2024-05-29T21:06:34.820Z | Compiling smallvec v1.13.2 |
1440 | 2024-05-29T21:06:34.956Z | Compiling semver v1.0.23 |
1441 | 2024-05-29T21:06:34.980Z | Compiling schemars v0.8.19 |
1442 | 2024-05-29T21:06:35.005Z | Compiling equivalent v1.0.1 |
1443 | 2024-05-29T21:06:35.097Z | Compiling syn v1.0.109 |
1444 | 2024-05-29T21:06:35.356Z | Compiling vcpkg v0.2.15 |
1445 | 2024-05-29T21:06:35.383Z | Compiling pkg-config v0.3.30 |
1446 | 2024-05-29T21:06:35.627Z | Compiling parking_lot v0.12.2 |
1447 | 2024-05-29T21:06:36.013Z | Compiling signal-hook-registry v1.4.2 |
1448 | 2024-05-29T21:06:36.659Z | Compiling mio v0.8.11 |
1449 | 2024-05-29T21:06:36.690Z | Compiling openssl-sys v0.9.102 |
1450 | 2024-05-29T21:06:37.577Z | Compiling fnv v1.0.7 |
1451 | 2024-05-29T21:06:37.638Z | Compiling rand_core v0.6.4 |
1452 | 2024-05-29T21:06:37.704Z | Compiling socket2 v0.5.7 |
1453 | 2024-05-29T21:06:37.962Z | Compiling num_cpus v1.16.0 |
1454 | 2024-05-29T21:06:38.086Z | Compiling num-conv v0.1.0 |
1455 | 2024-05-29T21:06:38.125Z | Compiling time-core v0.1.2 |
1456 | 2024-05-29T21:06:38.325Z | Compiling time-macros v0.2.18 |
1457 | 2024-05-29T21:06:38.441Z | Compiling httparse v1.8.0 |
1458 | 2024-05-29T21:06:38.956Z | Compiling futures-core v0.3.30 |
1459 | 2024-05-29T21:06:39.184Z | Compiling openssl v0.10.64 |
1460 | 2024-05-29T21:06:39.516Z | Compiling rustix v0.38.34 |
1461 | 2024-05-29T21:06:39.546Z | Compiling iana-time-zone v0.1.60 |
1462 | 2024-05-29T21:06:39.623Z | Compiling crossbeam-utils v0.8.19 |
1463 | 2024-05-29T21:06:39.837Z | Compiling serde_derive_internals v0.29.1 |
1464 | 2024-05-29T21:06:40.049Z | Compiling spin v0.9.8 |
1465 | 2024-05-29T21:06:40.138Z | Compiling rustls v0.21.12 |
1466 | 2024-05-29T21:06:40.366Z | Compiling native-tls v0.2.11 |
1467 | 2024-05-29T21:06:40.473Z | Compiling tinyvec_macros v0.1.1 |
1468 | 2024-05-29T21:06:40.550Z | Compiling tinyvec v1.6.0 |
1469 | 2024-05-29T21:06:40.807Z | Compiling ucd-trie v0.1.6 |
1470 | 2024-05-29T21:06:40.974Z | Compiling subtle v2.5.0 |
1471 | 2024-05-29T21:06:41.237Z | Compiling const-oid v0.9.6 |
1472 | 2024-05-29T21:06:41.323Z | Compiling futures-sink v0.3.30 |
1473 | 2024-05-29T21:06:41.658Z | Compiling unicode-normalization v0.1.23 |
1474 | 2024-05-29T21:06:41.688Z | Compiling backtrace v0.3.71 |
1475 | 2024-05-29T21:06:41.714Z | Compiling cookie v0.17.0 |
1476 | 2024-05-29T21:06:41.973Z | Compiling heck v0.5.0 |
1477 | 2024-05-29T21:06:42.049Z | Compiling heck v0.4.1 |
1478 | 2024-05-29T21:06:42.327Z | Compiling dyn-clone v1.0.17 |
1479 | 2024-05-29T21:06:42.477Z | Compiling slog v2.7.0 |
1480 | 2024-05-29T21:06:42.514Z | Compiling unicode-bidi v0.3.15 |
1481 | 2024-05-29T21:06:42.834Z | Compiling futures-channel v0.3.30 |
1482 | 2024-05-29T21:06:42.882Z | Compiling pin-utils v0.1.0 |
1483 | 2024-05-29T21:06:43.002Z | Compiling futures-io v0.3.30 |
1484 | 2024-05-29T21:06:43.246Z | Compiling strsim v0.11.1 |
1485 | 2024-05-29T21:06:43.308Z | Compiling futures-task v0.3.30 |
1486 | 2024-05-29T21:06:43.866Z | Compiling aho-corasick v1.1.3 |
1487 | 2024-05-29T21:06:43.899Z | Compiling untrusted v0.9.0 |
1488 | 2024-05-29T21:06:44.073Z | Compiling winnow v0.5.40 |
1489 | 2024-05-29T21:06:44.215Z | Compiling regex-syntax v0.8.3 |
1490 | 2024-05-29T21:06:44.247Z | Compiling serde_derive v1.0.202 |
1491 | 2024-05-29T21:06:44.450Z | Compiling zerocopy-derive v0.7.34 |
1492 | 2024-05-29T21:06:45.447Z | Compiling zeroize_derive v1.4.2 |
1493 | 2024-05-29T21:06:46.042Z | Compiling zerocopy v0.7.34 |
1494 | 2024-05-29T21:06:46.586Z | Compiling thiserror-impl v1.0.60 |
1495 | 2024-05-29T21:06:46.955Z | Compiling tokio-macros v2.2.0 |
1496 | 2024-05-29T21:06:47.182Z | Compiling futures-macro v0.3.30 |
1497 | 2024-05-29T21:06:47.811Z | Compiling hashbrown v0.14.5 |
1498 | 2024-05-29T21:06:48.172Z | Compiling schemars_derive v0.8.19 |
1499 | 2024-05-29T21:06:48.208Z | Compiling tracing-attributes v0.1.27 |
1500 | 2024-05-29T21:06:48.702Z | Compiling zeroize v1.7.0 |
1501 | 2024-05-29T21:06:48.985Z | Compiling openssl-macros v0.1.1 |
1502 | 2024-05-29T21:06:49.156Z | Compiling scroll_derive v0.12.0 |
1503 | 2024-05-29T21:06:49.597Z | Compiling pest v2.7.10 |
1504 | 2024-05-29T21:06:50.259Z | Compiling crypto-common v0.1.6 |
1505 | 2024-05-29T21:06:50.283Z | Compiling futures-util v0.3.30 |
1506 | 2024-05-29T21:06:50.435Z | Compiling der_derive v0.7.2 |
1507 | 2024-05-29T21:06:50.869Z | Compiling anyhow v1.0.83 |
1508 | 2024-05-29T21:06:51.290Z | Compiling block-buffer v0.10.4 |
1509 | 2024-05-29T21:06:51.491Z | Compiling pest_meta v2.7.10 |
1510 | 2024-05-29T21:06:52.079Z | Compiling regex-automata v0.4.6 |
1511 | 2024-05-29T21:06:52.198Z | Compiling tracing-core v0.1.32 |
1512 | 2024-05-29T21:06:54.228Z | Compiling pest_generator v2.7.10 |
1513 | 2024-05-29T21:06:54.625Z | Compiling bytes v1.6.0 |
1514 | 2024-05-29T21:06:55.533Z | Compiling indexmap v2.2.6 |
1515 | 2024-05-29T21:06:55.913Z | Compiling uuid v1.8.0 |
1516 | 2024-05-29T21:06:56.401Z | Compiling tokio v1.37.0 |
1517 | 2024-05-29T21:06:56.518Z | Compiling bitflags v2.5.0 |
1518 | 2024-05-29T21:06:56.793Z | Compiling serde_tokenstream v0.2.0 |
1519 | 2024-05-29T21:06:56.912Z | Compiling chrono v0.4.38 |
1520 | 2024-05-29T21:06:58.463Z | Compiling toml_datetime v0.6.6 |
1521 | 2024-05-29T21:06:59.059Z | Compiling serde_spanned v0.6.6 |
1522 | 2024-05-29T21:06:59.238Z | Compiling http v0.2.12 |
1523 | 2024-05-29T21:06:59.629Z | Compiling toml_edit v0.19.15 |
1524 | 2024-05-29T21:07:00.981Z | Compiling rustc_version v0.4.0 |
1525 | 2024-05-29T21:07:01.237Z | Compiling pest_derive v2.7.10 |
1526 | 2024-05-29T21:07:01.406Z | Compiling usdt-impl v0.5.0 |
1527 | 2024-05-29T21:07:01.480Z | Compiling rustversion v1.0.17 |
1528 | 2024-05-29T21:07:01.688Z | Compiling powerfmt v0.2.0 |
1529 | 2024-05-29T21:07:01.851Z | Compiling heapless v0.7.17 |
1530 | 2024-05-29T21:07:02.035Z | Compiling deranged v0.3.11 |
1531 | 2024-05-29T21:07:02.128Z | Compiling tracing v0.1.40 |
1532 | 2024-05-29T21:07:02.196Z | Compiling digest v0.10.7 |
1533 | 2024-05-29T21:07:02.557Z | Compiling scroll v0.12.0 |
1534 | 2024-05-29T21:07:03.189Z | Compiling plain v0.2.3 |
1535 | 2024-05-29T21:07:03.327Z | Compiling percent-encoding v2.3.1 |
1536 | 2024-05-29T21:07:03.741Z | Compiling signal-hook v0.3.17 |
1537 | 2024-05-29T21:07:03.834Z | Compiling num_threads v0.1.7 |
1538 | 2024-05-29T21:07:04.014Z | Compiling ppv-lite86 v0.2.17 |
1539 | 2024-05-29T21:07:04.185Z | Compiling time v0.3.36 |
1540 | 2024-05-29T21:07:04.332Z | Compiling goblin v0.8.2 |
1541 | 2024-05-29T21:07:04.626Z | Compiling rand_chacha v0.3.1 |
1542 | 2024-05-29T21:07:05.325Z | Compiling regex v1.10.4 |
1543 | 2024-05-29T21:07:06.524Z | Compiling crc32fast v1.4.0 |
1544 | 2024-05-29T21:07:06.857Z | Compiling pretty-hex v0.4.1 |
1545 | 2024-05-29T21:07:07.953Z | Compiling rand v0.8.5 |
1546 | 2024-05-29T21:07:09.142Z | Compiling dof v0.3.0 |
1547 | 2024-05-29T21:07:09.166Z | Compiling tokio-util v0.7.11 |
1548 | 2024-05-29T21:07:10.171Z | Compiling dtrace-parser v0.2.0 |
1549 | 2024-05-29T21:07:10.618Z | Compiling async-trait v0.1.80 |
1550 | 2024-05-29T21:07:10.885Z | Compiling thread-id v4.2.1 |
1551 | 2024-05-29T21:07:10.982Z | Compiling smoltcp v0.9.1 |
1552 | 2024-05-29T21:07:11.091Z | Compiling unicode-width v0.1.12 |
1553 | 2024-05-29T21:07:11.233Z | Compiling base64ct v1.6.0 |
1554 | 2024-05-29T21:07:11.275Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1555 | 2024-05-29T21:07:11.479Z | Compiling foreign-types-shared v0.1.1 |
1556 | 2024-05-29T21:07:11.574Z | Compiling foreign-types v0.3.2 |
1557 | 2024-05-29T21:07:11.664Z | Compiling pem-rfc7468 v0.7.0 |
1558 | 2024-05-29T21:07:12.576Z | Compiling form_urlencoded v1.2.1 |
1559 | 2024-05-29T21:07:12.833Z | Compiling hmac v0.12.1 |
1560 | 2024-05-29T21:07:13.031Z | Compiling base64 v0.21.7 |
1561 | 2024-05-29T21:07:13.060Z | Compiling try-lock v0.2.5 |
1562 | 2024-05-29T21:07:13.196Z | Compiling adler v1.0.2 |
1563 | 2024-05-29T21:07:13.367Z | Compiling siphasher v0.3.11 |
1564 | 2024-05-29T21:07:13.452Z | Compiling flagset v0.4.5 |
1565 | 2024-05-29T21:07:13.610Z | Compiling der v0.7.9 |
1566 | 2024-05-29T21:07:13.729Z | Compiling want v0.3.1 |
1567 | 2024-05-29T21:07:13.822Z | Compiling miniz_oxide v0.7.2 |
1568 | 2024-05-29T21:07:14.191Z | Compiling h2 v0.3.26 |
1569 | 2024-05-29T21:07:14.938Z | Compiling sct v0.7.1 |
1570 | 2024-05-29T21:07:15.175Z | Compiling rustls-webpki v0.101.7 |
1571 | 2024-05-29T21:07:16.084Z | Compiling http-body v0.4.6 |
1572 | 2024-05-29T21:07:16.612Z | Compiling openapiv3 v2.0.0 |
1573 | 2024-05-29T21:07:16.944Z | Compiling hubpack_derive v0.1.1 |
1574 | 2024-05-29T21:07:17.558Z | Compiling zerocopy-derive v0.6.6 |
1575 | 2024-05-29T21:07:17.605Z | Compiling idna v0.5.0 |
1576 | 2024-05-29T21:07:17.921Z | Compiling errno v0.3.9 |
1577 | 2024-05-29T21:07:18.326Z | Compiling fs-err v2.11.0 |
1578 | 2024-05-29T21:07:18.646Z | Compiling spin v0.5.2 |
1579 | 2024-05-29T21:07:18.670Z | Compiling finl_unicode v1.2.0 |
1580 | 2024-05-29T21:07:18.815Z | Compiling tower-service v0.3.2 |
1581 | 2024-05-29T21:07:19.068Z | Compiling httpdate v1.0.3 |
1582 | 2024-05-29T21:07:19.463Z | Compiling openssl-probe v0.1.5 |
1583 | 2024-05-29T21:07:19.703Z | Compiling utf8parse v0.2.1 |
1584 | 2024-05-29T21:07:19.728Z | Compiling stable_deref_trait v1.2.0 |
1585 | 2024-05-29T21:07:19.807Z | Compiling gimli v0.28.1 |
1586 | 2024-05-29T21:07:19.842Z | Compiling anstyle v1.0.7 |
1587 | 2024-05-29T21:07:19.878Z | Compiling cpufeatures v0.2.12 |
1588 | 2024-05-29T21:07:19.878Z | Compiling hyper v0.14.28 |
1589 | 2024-05-29T21:07:19.929Z | Compiling anstyle-parse v0.2.4 |
1590 | 2024-05-29T21:07:19.967Z | Compiling sha2 v0.10.8 |
1591 | 2024-05-29T21:07:20.583Z | Compiling stringprep v0.1.4 |
1592 | 2024-05-29T21:07:21.452Z | Compiling url v2.5.0 |
1593 | 2024-05-29T21:07:23.536Z | Compiling addr2line v0.21.0 |
1594 | 2024-05-29T21:07:24.213Z | Compiling spki v0.7.3 |
1595 | 2024-05-29T21:07:24.750Z | Compiling usdt-attr-macro v0.5.0 |
1596 | 2024-05-29T21:07:25.438Z | Compiling usdt-macro v0.5.0 |
1597 | 2024-05-29T21:07:26.203Z | Compiling md-5 v0.10.6 |
1598 | 2024-05-29T21:07:27.570Z | Compiling idna v0.3.0 |
1599 | 2024-05-29T21:07:28.674Z | Compiling diesel_table_macro_syntax v0.1.0 |
1600 | 2024-05-29T21:07:29.005Z | Compiling num-integer v0.1.46 |
1601 | 2024-05-29T21:07:29.577Z | Compiling object v0.32.2 |
1602 | 2024-05-29T21:07:29.605Z | Compiling hash32 v0.2.1 |
1603 | 2024-05-29T21:07:30.251Z | Compiling is_terminal_polyfill v1.70.0 |
1604 | 2024-05-29T21:07:30.481Z | Compiling fallible-iterator v0.2.0 |
1605 | 2024-05-29T21:07:31.067Z | Compiling psl-types v2.0.11 |
1606 | 2024-05-29T21:07:31.845Z | Compiling anstyle-query v1.0.3 |
1607 | 2024-05-29T21:07:31.966Z | Compiling rustc-demangle v0.1.24 |
1608 | 2024-05-29T21:07:33.564Z | Compiling colorchoice v1.0.1 |
1609 | 2024-05-29T21:07:33.709Z | Compiling anstream v0.6.14 |
1610 | 2024-05-29T21:07:34.318Z | Compiling lazy_static v1.4.0 |
1611 | 2024-05-29T21:07:35.657Z | Compiling publicsuffix v2.2.3 |
1612 | 2024-05-29T21:07:35.857Z | Compiling postgres-protocol v0.6.6 |
1613 | 2024-05-29T21:07:36.412Z | Compiling diesel_derives v2.1.4 |
1614 | 2024-05-29T21:07:41.463Z | Compiling tokio-rustls v0.24.1 |
1615 | 2024-05-29T21:07:41.592Z | Compiling pkcs8 v0.10.2 |
1616 | 2024-05-29T21:07:41.817Z | Compiling terminal_size v0.3.0 |
1617 | 2024-05-29T21:07:42.011Z | Compiling tokio-native-tls v0.3.1 |
1618 | 2024-05-29T21:07:42.225Z | Compiling phf_shared v0.11.2 |
1619 | 2024-05-29T21:07:42.639Z | Compiling strum_macros v0.25.3 |
1620 | 2024-05-29T21:07:43.409Z | Compiling block-padding v0.3.3 |
1621 | 2024-05-29T21:07:43.541Z | Compiling regress v0.9.1 |
1622 | 2024-05-29T21:07:43.607Z | Compiling enum-as-inner v0.5.1 |
1623 | 2024-05-29T21:07:43.905Z | Compiling clap_derive v4.5.4 |
1624 | 2024-05-29T21:07:44.389Z | Compiling serde_repr v0.1.19 |
1625 | 2024-05-29T21:07:45.614Z | Compiling ff v0.13.0 |
1626 | 2024-05-29T21:07:45.832Z | Compiling scheduled-thread-pool v0.2.7 |
1627 | 2024-05-29T21:07:46.417Z | Compiling encoding_rs v0.8.34 |
1628 | 2024-05-29T21:07:47.078Z | Compiling bitflags v1.3.2 |
1629 | 2024-05-29T21:07:47.173Z | Compiling either v1.12.0 |
1630 | 2024-05-29T21:07:47.334Z | Compiling bit-vec v0.6.3 |
1631 | 2024-05-29T21:07:47.639Z | Compiling clap_lex v0.7.0 |
1632 | 2024-05-29T21:07:47.893Z | Compiling managed v0.8.0 |
1633 | 2024-05-29T21:07:48.297Z | Compiling ident_case v1.0.1 |
1634 | 2024-05-29T21:07:48.376Z | Compiling mime v0.3.17 |
1635 | 2024-05-29T21:07:48.440Z | Compiling ipnet v2.9.0 |
1636 | 2024-05-29T21:07:48.533Z | Compiling matches v0.1.10 |
1637 | 2024-05-29T21:07:48.981Z | Compiling base16ct v0.2.0 |
1638 | 2024-05-29T21:07:49.215Z | Compiling sec1 v0.7.3 |
1639 | 2024-05-29T21:07:49.291Z | Compiling idna v0.2.3 |
1640 | 2024-05-29T21:07:49.600Z | Compiling darling_core v0.20.9 |
1641 | 2024-05-29T21:07:50.362Z | Compiling clap_builder v4.5.2 |
1642 | 2024-05-29T21:07:52.412Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1643 | 2024-05-29T21:07:54.035Z | Compiling r2d2 v0.8.10 |
1644 | 2024-05-29T21:07:54.492Z | Compiling group v0.13.0 |
1645 | 2024-05-29T21:07:55.217Z | Compiling inout v0.1.3 |
1646 | 2024-05-29T21:07:55.918Z | Compiling phf v0.11.2 |
1647 | 2024-05-29T21:07:56.095Z | Compiling hyper-tls v0.5.0 |
1648 | 2024-05-29T21:07:56.152Z | Compiling hyper-rustls v0.24.2 |
1649 | 2024-05-29T21:07:56.383Z | Compiling signal-hook-mio v0.2.3 |
1650 | 2024-05-29T21:07:56.521Z | Compiling cookie_store v0.20.0 |
1651 | 2024-05-29T21:07:56.604Z | Compiling postgres-types v0.2.6 |
1652 | 2024-05-29T21:07:57.021Z | Compiling num-bigint v0.4.5 |
1653 | 2024-05-29T21:07:57.045Z | Compiling zerocopy v0.6.6 |
1654 | 2024-05-29T21:07:57.694Z | Compiling hubpack v0.1.2 |
1655 | 2024-05-29T21:07:57.719Z | Compiling phf_shared v0.10.0 |
1656 | 2024-05-29T21:07:57.811Z | Compiling rustls-pemfile v1.0.4 |
1657 | 2024-05-29T21:07:58.030Z | Compiling hkdf v0.12.4 |
1658 | 2024-05-29T21:07:58.061Z | Compiling serde_urlencoded v0.7.1 |
1659 | 2024-05-29T21:07:58.221Z | Compiling crossbeam-epoch v0.9.18 |
1660 | 2024-05-29T21:07:58.509Z | Compiling ipnetwork v0.20.0 |
1661 | 2024-05-29T21:07:58.537Z | Compiling futures-executor v0.3.30 |
1662 | 2024-05-29T21:07:59.164Z | Compiling crypto-bigint v0.5.5 |
1663 | 2024-05-29T21:07:59.324Z | Compiling float-cmp v0.9.0 |
1664 | 2024-05-29T21:07:59.381Z | Compiling memmap v0.7.0 |
1665 | 2024-05-29T21:07:59.570Z | Compiling normalize-line-endings v0.3.0 |
1666 | 2024-05-29T21:07:59.678Z | Compiling difflib v0.4.0 |
1667 | 2024-05-29T21:07:59.736Z | Compiling whoami v1.5.1 |
1668 | 2024-05-29T21:08:00.222Z | Compiling sync_wrapper v0.1.2 |
1669 | 2024-05-29T21:08:00.344Z | Compiling predicates-core v1.0.6 |
1670 | 2024-05-29T21:08:00.674Z | Compiling static_assertions v1.1.0 |
1671 | 2024-05-29T21:08:00.701Z | Compiling precomputed-hash v0.1.1 |
1672 | 2024-05-29T21:08:00.772Z | Compiling minimal-lexical v0.2.1 |
1673 | 2024-05-29T21:08:00.814Z | Compiling unicode-segmentation v1.11.0 |
1674 | 2024-05-29T21:08:01.419Z | Compiling new_debug_unreachable v1.0.6 |
1675 | 2024-05-29T21:08:01.509Z | Compiling fixedbitset v0.4.2 |
1676 | 2024-05-29T21:08:01.577Z | Compiling data-encoding v2.6.0 |
1677 | 2024-05-29T21:08:01.831Z | Compiling webpki-roots v0.25.4 |
1678 | 2024-05-29T21:08:01.934Z | Compiling winnow v0.6.8 |
1679 | 2024-05-29T21:08:01.961Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1680 | 2024-05-29T21:08:01.987Z | Compiling reqwest v0.11.27 |
1681 | 2024-05-29T21:08:02.126Z | Compiling trust-dns-proto v0.22.0 |
1682 | 2024-05-29T21:08:02.308Z | Compiling petgraph v0.6.5 |
1683 | 2024-05-29T21:08:02.882Z | Compiling string_cache v0.8.7 |
1684 | 2024-05-29T21:08:03.218Z | Compiling elliptic-curve v0.13.8 |
1685 | 2024-05-29T21:08:03.747Z | Compiling similar v2.5.0 |
1686 | 2024-05-29T21:08:04.751Z | Compiling toml_edit v0.22.13 |
1687 | 2024-05-29T21:08:04.959Z | Compiling nom v7.1.3 |
1688 | 2024-05-29T21:08:05.333Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1689 | 2024-05-29T21:08:05.360Z | Compiling predicates v3.1.0 |
1690 | 2024-05-29T21:08:07.616Z | Compiling tokio-postgres v0.7.10 |
1691 | 2024-05-29T21:08:07.797Z | Compiling usdt v0.5.0 |
1692 | 2024-05-29T21:08:08.514Z | Compiling yasna v0.5.2 |
1693 | 2024-05-29T21:08:08.777Z | Compiling diesel v2.1.6 |
1694 | 2024-05-29T21:08:09.643Z | Compiling futures v0.3.30 |
1695 | 2024-05-29T21:08:10.379Z | Compiling crossterm v0.27.0 |
1696 | 2024-05-29T21:08:10.413Z | Compiling flate2 v1.0.30 |
1697 | 2024-05-29T21:08:10.505Z | Compiling cipher v0.4.4 |
1698 | 2024-05-29T21:08:11.085Z | Compiling darling_macro v0.20.9 |
1699 | 2024-05-29T21:08:11.149Z | Compiling clap v4.5.4 |
1700 | 2024-05-29T21:08:11.260Z | Compiling itertools v0.10.5 |
1701 | 2024-05-29T21:08:11.472Z | Compiling itertools v0.12.1 |
1702 | 2024-05-29T21:08:11.830Z | Compiling bit-set v0.5.3 |
1703 | 2024-05-29T21:08:12.062Z | Compiling console v0.15.8 |
1704 | 2024-05-29T21:08:12.933Z | Compiling num-iter v0.1.45 |
1705 | 2024-05-29T21:08:13.304Z | Compiling tokio-stream v0.1.15 |
1706 | 2024-05-29T21:08:13.672Z | Compiling toml v0.7.8 |
1707 | 2024-05-29T21:08:13.828Z | Compiling bstr v1.9.1 |
1708 | 2024-05-29T21:08:13.956Z | Compiling hex v0.4.3 |
1709 | 2024-05-29T21:08:14.402Z | Compiling peg-runtime v0.8.3 |
1710 | 2024-05-29T21:08:14.601Z | Compiling lalrpop-util v0.19.12 |
1711 | 2024-05-29T21:08:15.118Z | Compiling darling v0.20.9 |
1712 | 2024-05-29T21:08:15.227Z | Compiling proc-macro-crate v1.3.1 |
1713 | 2024-05-29T21:08:15.908Z | Compiling heapless v0.8.0 |
1714 | 2024-05-29T21:08:16.481Z | Compiling camino v1.1.7 |
1715 | 2024-05-29T21:08:18.543Z | Compiling num_enum_derive v0.5.11 |
1716 | 2024-05-29T21:08:22.098Z | Compiling hash32 v0.3.1 |
1717 | 2024-05-29T21:08:22.955Z | Compiling smoltcp v0.11.0 |
1718 | 2024-05-29T21:08:23.470Z | Compiling rustls-pki-types v1.7.0 |
1719 | 2024-05-29T21:08:24.997Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1720 | 2024-05-29T21:08:33.736Z | Compiling num_enum v0.5.11 |
1721 | 2024-05-29T21:08:35.251Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1722 | 2024-05-29T21:08:35.454Z | Compiling getopts v0.2.21 |
1723 | 2024-05-29T21:08:36.072Z | Compiling dirs-sys-next v0.1.2 |
1724 | 2024-05-29T21:08:36.101Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1725 | 2024-05-29T21:08:36.354Z | Compiling proc-macro-error-attr v1.0.4 |
1726 | 2024-05-29T21:08:36.538Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1727 | 2024-05-29T21:08:36.612Z | Compiling cobs v0.2.3 |
1728 | 2024-05-29T21:08:36.989Z | Compiling rustls v0.22.4 |
1729 | 2024-05-29T21:08:37.088Z | Compiling unsafe-libyaml v0.2.11 |
1730 | 2024-05-29T21:08:37.547Z | Compiling paste v1.0.15 |
1731 | 2024-05-29T21:08:37.921Z | Compiling embedded-io v0.4.0 |
1732 | 2024-05-29T21:08:38.109Z | Compiling postcard v1.0.8 |
1733 | 2024-05-29T21:08:38.381Z | Compiling serde_yaml v0.9.34+deprecated |
1734 | 2024-05-29T21:08:41.315Z | Compiling dirs-next v2.0.0 |
1735 | 2024-05-29T21:08:41.601Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1736 | 2024-05-29T21:08:46.971Z | Compiling rustls-webpki v0.102.4 |
1737 | 2024-05-29T21:08:51.603Z | Compiling strum_macros v0.26.2 |
1738 | 2024-05-29T21:08:52.667Z | Compiling structmeta-derive v0.3.0 |
1739 | 2024-05-29T21:08:52.788Z | Compiling foreign-types-macros v0.2.3 |
1740 | 2024-05-29T21:08:53.992Z | Compiling thread_local v1.1.8 |
1741 | 2024-05-29T21:08:54.471Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1742 | 2024-05-29T21:08:54.681Z | Compiling proc-macro-error v1.0.4 |
1743 | 2024-05-29T21:08:54.748Z | Compiling multer v3.1.0 |
1744 | 2024-05-29T21:08:55.125Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1745 | 2024-05-29T21:08:55.373Z | Compiling foreign-types-shared v0.3.1 |
1746 | 2024-05-29T21:08:55.496Z | Compiling match_cfg v0.1.0 |
1747 | 2024-05-29T21:08:55.591Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1748 | 2024-05-29T21:08:56.354Z | Compiling slog-async v2.8.0 |
1749 | 2024-05-29T21:08:59.161Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1750 | 2024-05-29T21:09:01.494Z | Compiling hostname v0.3.1 |
1751 | 2024-05-29T21:09:01.630Z | Compiling foreign-types v0.5.0 |
1752 | 2024-05-29T21:09:01.769Z | Compiling strum v0.26.2 |
1753 | 2024-05-29T21:09:01.952Z | Compiling structmeta v0.3.0 |
1754 | 2024-05-29T21:09:06.469Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1755 | 2024-05-29T21:09:13.581Z | Compiling term v0.7.0 |
1756 | 2024-05-29T21:09:16.706Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1757 | 2024-05-29T21:09:17.374Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1758 | 2024-05-29T21:09:17.959Z | Compiling slog-json v2.6.1 |
1759 | 2024-05-29T21:09:18.196Z | Compiling tabwriter v1.4.0 |
1760 | 2024-05-29T21:09:18.384Z | Compiling crossbeam-channel v0.5.12 |
1761 | 2024-05-29T21:09:19.757Z | Compiling http v1.1.0 |
1762 | 2024-05-29T21:09:19.818Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1763 | 2024-05-29T21:09:20.435Z | Compiling async-stream-impl v0.3.5 |
1764 | 2024-05-29T21:09:20.527Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1765 | 2024-05-29T21:09:21.186Z | Compiling cstr-argument v0.1.2 |
1766 | 2024-05-29T21:09:21.211Z | Compiling is-terminal v0.4.12 |
1767 | 2024-05-29T21:09:21.342Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) |
1768 | 2024-05-29T21:09:21.413Z | Compiling base64 v0.22.1 |
1769 | 2024-05-29T21:09:21.440Z | Compiling rayon-core v1.12.1 |
1770 | 2024-05-29T21:09:21.618Z | Compiling atomic-waker v1.1.2 |
1771 | 2024-05-29T21:09:21.703Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1772 | 2024-05-29T21:09:21.786Z | Compiling fastrand v2.1.0 |
1773 | 2024-05-29T21:09:21.946Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1774 | 2024-05-29T21:09:22.181Z | Compiling pretty-hex v0.2.1 |
1775 | 2024-05-29T21:09:22.300Z | Compiling crucible-workspace-hack v0.1.0 |
1776 | 2024-05-29T21:09:22.368Z | Compiling take_mut v0.2.2 |
1777 | 2024-05-29T21:09:22.849Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1778 | 2024-05-29T21:09:23.236Z | Compiling tempfile v3.10.1 |
1779 | 2024-05-29T21:09:23.296Z | Compiling rustls-pemfile v2.1.2 |
1780 | 2024-05-29T21:09:23.450Z | Compiling waitgroup v0.1.2 |
1781 | 2024-05-29T21:09:23.776Z | Compiling async-stream v0.3.5 |
1782 | 2024-05-29T21:09:23.955Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1783 | 2024-05-29T21:09:24.098Z | Compiling slog-term v2.9.1 |
1784 | 2024-05-29T21:09:25.072Z | Compiling slog-bunyan v2.5.0 |
1785 | 2024-05-29T21:09:25.294Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1786 | 2024-05-29T21:09:25.500Z | Compiling tokio-rustls v0.25.0 |
1787 | 2024-05-29T21:09:25.879Z | Compiling parse-display-derive v0.9.0 |
1788 | 2024-05-29T21:09:25.948Z | Compiling toml v0.8.13 |
1789 | 2024-05-29T21:09:26.320Z | Compiling serde_with_macros v3.8.1 |
1790 | 2024-05-29T21:09:27.050Z | Compiling sha1 v0.10.6 |
1791 | 2024-05-29T21:09:27.705Z | Compiling crossbeam-deque v0.8.5 |
1792 | 2024-05-29T21:09:28.015Z | Compiling colored v2.1.0 |
1793 | 2024-05-29T21:09:28.391Z | Compiling newtype-uuid v1.1.0 |
1794 | 2024-05-29T21:09:28.666Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) |
1795 | 2024-05-29T21:09:28.999Z | Compiling serde_path_to_error v0.1.16 |
1796 | 2024-05-29T21:09:29.097Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1797 | 2024-05-29T21:09:29.704Z | Compiling socket2 v0.4.10 |
1798 | 2024-05-29T21:09:29.830Z | Compiling hostname v0.4.0 |
1799 | 2024-05-29T21:09:30.050Z | Compiling instant v0.1.12 |
1800 | 2024-05-29T21:09:30.096Z | Compiling debug-ignore v1.0.5 |
1801 | 2024-05-29T21:09:30.204Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1802 | 2024-05-29T21:09:30.239Z | Compiling backoff v0.4.0 |
1803 | 2024-05-29T21:09:30.520Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1804 | 2024-05-29T21:09:31.034Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1805 | 2024-05-29T21:09:31.213Z | Compiling parse-display v0.9.0 |
1806 | 2024-05-29T21:09:31.994Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1807 | 2024-05-29T21:09:32.386Z | Compiling serde_with v3.8.1 |
1808 | 2024-05-29T21:09:32.877Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1809 | 2024-05-29T21:09:33.999Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1810 | 2024-05-29T21:09:34.600Z | Compiling camino-tempfile v1.1.1 |
1811 | 2024-05-29T21:09:35.452Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1812 | 2024-05-29T21:09:35.582Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1813 | 2024-05-29T21:09:35.703Z | Compiling macaddr v1.0.1 |
1814 | 2024-05-29T21:09:35.744Z | Compiling num-derive v0.4.2 |
1815 | 2024-05-29T21:09:35.853Z | Compiling sigpipe v0.1.3 |
1816 | 2024-05-29T21:09:35.976Z | Compiling libefi-sys v0.1.0 |
1817 | 2024-05-29T21:09:36.202Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1818 | 2024-05-29T21:09:36.259Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1819 | 2024-05-29T21:09:36.724Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1820 | 2024-05-29T21:09:37.446Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1821 | 2024-05-29T21:09:37.648Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1822 | 2024-05-29T21:09:38.795Z | Compiling rayon v1.10.0 |
1823 | 2024-05-29T21:09:39.004Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1824 | 2024-05-29T21:09:39.575Z | Compiling smf v0.2.3 |
1825 | 2024-05-29T21:09:41.363Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1826 | 2024-05-29T21:09:41.712Z | Compiling blake3 v1.5.1 |
1827 | 2024-05-29T21:09:41.743Z | Compiling ring v0.16.20 |
1828 | 2024-05-29T21:09:41.770Z | Compiling portable-atomic v1.6.0 |
1829 | 2024-05-29T21:09:42.637Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1830 | 2024-05-29T21:09:42.897Z | Compiling xattr v1.3.1 |
1831 | 2024-05-29T21:09:43.188Z | Compiling memmap2 v0.9.4 |
1832 | 2024-05-29T21:09:43.303Z | Compiling filetime v0.2.23 |
1833 | 2024-05-29T21:09:43.581Z | Compiling arrayvec v0.7.4 |
1834 | 2024-05-29T21:09:43.610Z | Compiling same-file v1.0.6 |
1835 | 2024-05-29T21:09:43.655Z | Compiling arrayref v0.3.7 |
1836 | 2024-05-29T21:09:43.765Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1837 | 2024-05-29T21:09:43.867Z | Compiling constant_time_eq v0.3.0 |
1838 | 2024-05-29T21:09:43.934Z | Compiling untrusted v0.7.1 |
1839 | 2024-05-29T21:09:44.031Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1840 | 2024-05-29T21:09:44.103Z | Compiling walkdir v2.5.0 |
1841 | 2024-05-29T21:09:44.836Z | Compiling tar v0.4.40 |
1842 | 2024-05-29T21:09:46.145Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1843 | 2024-05-29T21:09:46.299Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1844 | 2024-05-29T21:09:46.984Z | Compiling gethostname v0.4.3 |
1845 | 2024-05-29T21:09:47.211Z | Compiling topological-sort v0.2.2 |
1846 | 2024-05-29T21:09:47.420Z | Compiling number_prefix v0.4.0 |
1847 | 2024-05-29T21:09:47.632Z | Compiling indicatif v0.17.8 |
1848 | 2024-05-29T21:09:47.658Z | Compiling swrite v0.1.0 |
1849 | 2024-05-29T21:09:48.599Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1850 | 2024-05-29T21:09:50.749Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1851 | 2024-05-29T21:09:51.473Z | Compiling omicron-zone-package v0.11.0 |
1852 | 2024-05-29T21:09:53.093Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1853 | 2024-05-29T21:10:12.680Z | Finished release [optimized] target(s) in 4m 09s |
1854 | 2024-05-29T21:10:12.906Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1855 | 2024-05-29T21:10:12.999Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1856 | 2024-05-29T21:10:13.024Z | Created new build target 'test' and set it as active |
1857 | 2024-05-29T21:10:13.024Z | |
1858 | 2024-05-29T21:10:13.024Z | real 4:09.978441537 |
1859 | 2024-05-29T21:10:13.024Z | user 24:54.165522003 |
1860 | 2024-05-29T21:10:13.024Z | sys 3:18.766891847 |
1861 | 2024-05-29T21:10:13.024Z | trap 0.790427651 |
1862 | 2024-05-29T21:10:13.024Z | tflt 0.873137969 |
1863 | 2024-05-29T21:10:13.024Z | dflt 0.735101609 |
1864 | 2024-05-29T21:10:13.024Z | kflt 0.006009059 |
1865 | 2024-05-29T21:10:13.024Z | lock 52:31.609526414 |
1866 | 2024-05-29T21:10:13.024Z | slp 1:10:12.757303035 |
1867 | 2024-05-29T21:10:13.024Z | lat 1:54.443194098 |
1868 | 2024-05-29T21:10:13.024Z | stop 3:20.607791515 |
1869 | 2024-05-29T21:10:13.024Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1870 | 2024-05-29T21:10:14.070Z | Finished release [optimized] target(s) in 1.00s |
1871 | 2024-05-29T21:10:14.106Z | Running `target/release/omicron-package -t test package` |
1872 | 2024-05-29T21:10:14.149Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1873 | 2024-05-29T21:10:15.255Z | Compiling newline-converter v0.3.0 |
1874 | 2024-05-29T21:10:15.255Z | Compiling humantime v2.1.0 |
1875 | 2024-05-29T21:10:15.280Z | Compiling derive-where v1.2.7 |
1876 | 2024-05-29T21:10:15.280Z | Compiling unicode-xid v0.2.4 |
1877 | 2024-05-29T21:10:15.280Z | Compiling linked-hash-map v0.5.6 |
1878 | 2024-05-29T21:10:15.280Z | Compiling convert_case v0.4.0 |
1879 | 2024-05-29T21:10:15.334Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1880 | 2024-05-29T21:10:15.334Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1881 | 2024-05-29T21:10:15.418Z | Compiling expectorate v1.1.0 |
1882 | 2024-05-29T21:10:15.452Z | Compiling password-hash v0.5.0 |
1883 | 2024-05-29T21:10:15.582Z | Compiling blake2 v0.10.6 |
1884 | 2024-05-29T21:10:15.617Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1885 | 2024-05-29T21:10:15.642Z | Compiling lru-cache v0.1.2 |
1886 | 2024-05-29T21:10:15.814Z | Compiling semver v0.1.20 |
1887 | 2024-05-29T21:10:15.955Z | Compiling argon2 v0.5.3 |
1888 | 2024-05-29T21:10:15.981Z | Compiling derive_more v0.99.17 |
1889 | 2024-05-29T21:10:16.266Z | Compiling rustc_version v0.1.7 |
1890 | 2024-05-29T21:10:16.538Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1891 | 2024-05-29T21:10:16.601Z | Compiling newtype_derive v0.1.6 |
1892 | 2024-05-29T21:10:16.904Z | Compiling quick-error v1.2.3 |
1893 | 2024-05-29T21:10:17.023Z | Compiling home v0.5.9 |
1894 | 2024-05-29T21:10:17.049Z | Compiling resolv-conf v0.7.0 |
1895 | 2024-05-29T21:10:17.292Z | Compiling steno v0.4.0 |
1896 | 2024-05-29T21:10:17.316Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1897 | 2024-05-29T21:10:17.757Z | Compiling trust-dns-resolver v0.22.0 |
1898 | 2024-05-29T21:10:17.972Z | Compiling slog-dtrace v0.3.0 |
1899 | 2024-05-29T21:10:18.222Z | Compiling termcolor v1.4.1 |
1900 | 2024-05-29T21:10:18.365Z | Compiling utf-8 v0.7.6 |
1901 | 2024-05-29T21:10:19.092Z | Compiling num-rational v0.4.2 |
1902 | 2024-05-29T21:10:19.896Z | Compiling num-complex v0.4.6 |
1903 | 2024-05-29T21:10:20.799Z | Compiling num v0.4.3 |
1904 | 2024-05-29T21:10:20.832Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1905 | 2024-05-29T21:10:20.895Z | Compiling nibble_vec v0.1.0 |
1906 | 2024-05-29T21:10:21.063Z | Compiling endian-type v0.1.2 |
1907 | 2024-05-29T21:10:21.088Z | Compiling radium v0.7.0 |
1908 | 2024-05-29T21:10:21.261Z | Compiling radix_trie v0.2.1 |
1909 | 2024-05-29T21:10:21.454Z | Compiling tungstenite v0.20.1 |
1910 | 2024-05-29T21:10:21.552Z | Compiling maybe-uninit v2.0.0 |
1911 | 2024-05-29T21:10:21.693Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1912 | 2024-05-29T21:10:21.911Z | Compiling tap v1.0.1 |
1913 | 2024-05-29T21:10:22.065Z | Compiling wyz v0.5.1 |
1914 | 2024-05-29T21:10:22.446Z | Compiling tokio-tungstenite v0.20.1 |
1915 | 2024-05-29T21:10:22.516Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1916 | 2024-05-29T21:10:22.892Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1917 | 2024-05-29T21:10:23.257Z | Compiling arc-swap v1.7.1 |
1918 | 2024-05-29T21:10:23.877Z | Compiling cancel-safe-futures v0.1.5 |
1919 | 2024-05-29T21:10:24.145Z | Compiling packed_struct v0.10.1 |
1920 | 2024-05-29T21:10:24.481Z | Compiling num-bigint-dig v0.8.4 |
1921 | 2024-05-29T21:10:24.719Z | Compiling crc-catalog v2.4.0 |
1922 | 2024-05-29T21:10:24.850Z | Compiling display-error-chain v0.2.0 |
1923 | 2024-05-29T21:10:25.001Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1924 | 2024-05-29T21:10:25.667Z | Compiling funty v2.0.0 |
1925 | 2024-05-29T21:10:25.693Z | Compiling crc v3.2.1 |
1926 | 2024-05-29T21:10:27.095Z | Compiling bitvec v1.0.1 |
1927 | 2024-05-29T21:10:27.315Z | Compiling slog-scope v4.4.0 |
1928 | 2024-05-29T21:10:28.155Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1929 | 2024-05-29T21:10:30.224Z | Compiling fxhash v0.2.1 |
1930 | 2024-05-29T21:10:30.397Z | Compiling packed_struct_codegen v0.10.1 |
1931 | 2024-05-29T21:10:31.114Z | Compiling indexmap v1.9.3 |
1932 | 2024-05-29T21:10:31.361Z | Compiling nodrop v0.1.14 |
1933 | 2024-05-29T21:10:31.469Z | Compiling array-init v0.0.4 |
1934 | 2024-05-29T21:10:32.533Z | Compiling smallvec v0.6.14 |
1935 | 2024-05-29T21:10:32.898Z | Compiling slog-stdlog v4.1.1 |
1936 | 2024-05-29T21:10:35.492Z | Compiling rayon-core v1.12.1 |
1937 | 2024-05-29T21:10:35.518Z | Compiling synstructure v0.12.6 |
1938 | 2024-05-29T21:10:35.518Z | Compiling pkcs1 v0.7.5 |
1939 | 2024-05-29T21:10:35.813Z | Compiling signature v2.2.0 |
1940 | 2024-05-29T21:10:36.030Z | Compiling crossbeam-deque v0.8.5 |
1941 | 2024-05-29T21:10:36.293Z | Compiling dirs-sys-next v0.1.2 |
1942 | 2024-05-29T21:10:36.657Z | Compiling half v2.4.1 |
1943 | 2024-05-29T21:10:36.695Z | Compiling ciborium-io v0.2.2 |
1944 | 2024-05-29T21:10:36.803Z | Compiling fastrand v2.1.0 |
1945 | 2024-05-29T21:10:37.218Z | Compiling glob v0.3.1 |
1946 | 2024-05-29T21:10:37.244Z | Compiling crunchy v0.2.2 |
1947 | 2024-05-29T21:10:37.595Z | Compiling bitfield v0.14.0 |
1948 | 2024-05-29T21:10:37.826Z | Compiling same-file v1.0.6 |
1949 | 2024-05-29T21:10:37.853Z | Compiling hashbrown v0.12.3 |
1950 | 2024-05-29T21:10:38.004Z | Compiling walkdir v2.5.0 |
1951 | 2024-05-29T21:10:38.501Z | Compiling clang-sys v1.7.0 |
1952 | 2024-05-29T21:10:38.581Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1953 | 2024-05-29T21:10:39.088Z | Compiling tempfile v3.10.1 |
1954 | 2024-05-29T21:10:39.638Z | Compiling ciborium-ll v0.2.2 |
1955 | 2024-05-29T21:10:39.717Z | Compiling zerocopy-derive v0.2.0 |
1956 | 2024-05-29T21:10:39.795Z | Compiling dirs-next v2.0.0 |
1957 | 2024-05-29T21:10:40.019Z | Compiling rsa v0.9.6 |
1958 | 2024-05-29T21:10:41.076Z | Compiling slog-envlogger v2.2.0 |
1959 | 2024-05-29T21:10:41.197Z | Compiling serde-hex v0.1.0 |
1960 | 2024-05-29T21:10:43.225Z | Compiling bzip2 v0.4.4 |
1961 | 2024-05-29T21:10:43.375Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1962 | 2024-05-29T21:10:43.581Z | Compiling env_logger v0.10.2 |
1963 | 2024-05-29T21:10:43.639Z | Compiling camino v1.1.7 |
1964 | 2024-05-29T21:10:43.693Z | Compiling x509-cert v0.2.5 |
1965 | 2024-05-29T21:10:44.495Z | Compiling ron v0.8.1 |
1966 | 2024-05-29T21:10:45.047Z | Compiling hashbrown v0.13.2 |
1967 | 2024-05-29T21:10:45.244Z | Compiling tiny-keccak v2.0.2 |
1968 | 2024-05-29T21:10:45.466Z | Compiling prettyplease v0.2.20 |
1969 | 2024-05-29T21:10:45.698Z | Compiling maplit v1.0.2 |
1970 | 2024-05-29T21:10:45.800Z | Compiling crc-any v2.5.0 |
1971 | 2024-05-29T21:10:46.097Z | Compiling object v0.30.4 |
1972 | 2024-05-29T21:10:46.168Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1973 | 2024-05-29T21:10:46.591Z | Compiling ring v0.16.20 |
1974 | 2024-05-29T21:10:47.542Z | Compiling blake3 v1.5.1 |
1975 | 2024-05-29T21:10:47.849Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1976 | 2024-05-29T21:10:49.364Z | Compiling zip v0.6.6 |
1977 | 2024-05-29T21:10:49.388Z | Compiling rayon v1.10.0 |
1978 | 2024-05-29T21:10:50.840Z | Compiling term v0.7.0 |
1979 | 2024-05-29T21:10:51.588Z | Compiling ciborium v0.2.2 |
1980 | 2024-05-29T21:10:52.002Z | Compiling xattr v1.3.1 |
1981 | 2024-05-29T21:10:52.203Z | Compiling memmap2 v0.9.4 |
1982 | 2024-05-29T21:10:52.534Z | Compiling atty v0.2.14 |
1983 | 2024-05-29T21:10:52.657Z | Compiling filetime v0.2.23 |
1984 | 2024-05-29T21:10:52.891Z | Compiling untrusted v0.7.1 |
1985 | 2024-05-29T21:10:53.013Z | Compiling path-slash v0.1.5 |
1986 | 2024-05-29T21:10:53.053Z | Compiling constant_time_eq v0.3.0 |
1987 | 2024-05-29T21:10:53.079Z | Compiling arrayref v0.3.7 |
1988 | 2024-05-29T21:10:53.168Z | Compiling arrayvec v0.7.4 |
1989 | 2024-05-29T21:10:53.193Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1990 | 2024-05-29T21:10:53.303Z | Compiling tar v0.4.40 |
1991 | 2024-05-29T21:10:54.802Z | Compiling ascii-canvas v3.0.0 |
1992 | 2024-05-29T21:10:54.906Z | Compiling camino-tempfile v1.1.1 |
1993 | 2024-05-29T21:10:55.178Z | Compiling toolchain_find v0.4.0 |
1994 | 2024-05-29T21:10:55.244Z | Compiling toml v0.8.13 |
1995 | 2024-05-29T21:10:55.630Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1996 | 2024-05-29T21:10:55.870Z | Compiling libsw v3.3.1 |
1997 | 2024-05-29T21:10:55.972Z | Compiling ena v0.14.3 |
1998 | 2024-05-29T21:10:56.140Z | Compiling is-terminal v0.4.12 |
1999 | 2024-05-29T21:10:56.258Z | Compiling usdt-impl v0.3.5 |
2000 | 2024-05-29T21:10:56.301Z | Compiling libloading v0.8.3 |
2001 | 2024-05-29T21:10:56.478Z | Compiling diff v0.1.13 |
2002 | 2024-05-29T21:10:56.538Z | Compiling bindgen v0.69.4 |
2003 | 2024-05-29T21:10:56.605Z | Compiling topological-sort v0.2.2 |
2004 | 2024-05-29T21:10:56.680Z | Compiling linear-map v1.2.0 |
2005 | 2024-05-29T21:10:56.788Z | Compiling parking_lot_core v0.8.6 |
2006 | 2024-05-29T21:10:56.896Z | Compiling regex-syntax v0.6.29 |
2007 | 2024-05-29T21:10:56.930Z | Compiling owo-colors v4.0.0 |
2008 | 2024-05-29T21:10:57.036Z | Compiling omicron-zone-package v0.11.0 |
2009 | 2024-05-29T21:10:58.976Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2010 | 2024-05-29T21:11:00.911Z | Compiling lalrpop v0.19.12 |
2011 | 2024-05-29T21:11:01.325Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2012 | 2024-05-29T21:11:01.490Z | Compiling rustfmt-wrapper v0.2.1 |
2013 | 2024-05-29T21:11:01.913Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2014 | 2024-05-29T21:11:03.982Z | Compiling which v4.4.2 |
2015 | 2024-05-29T21:11:04.427Z | Compiling cexpr v0.6.0 |
2016 | 2024-05-29T21:11:04.853Z | Compiling unicase v2.7.0 |
2017 | 2024-05-29T21:11:05.098Z | Compiling lazycell v1.3.0 |
2018 | 2024-05-29T21:11:05.229Z | Compiling rustc-hash v1.1.0 |
2019 | 2024-05-29T21:11:05.350Z | Compiling shlex v1.3.0 |
2020 | 2024-05-29T21:11:05.621Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2021 | 2024-05-29T21:11:06.400Z | Compiling zerocopy v0.3.2 |
2022 | 2024-05-29T21:11:06.750Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2023 | 2024-05-29T21:11:06.861Z | Compiling derive_builder_core v0.20.0 |
2024 | 2024-05-29T21:11:07.568Z | Compiling pem v3.0.4 |
2025 | 2024-05-29T21:11:08.628Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2026 | 2024-05-29T21:11:08.822Z | Compiling headers-core v0.2.0 |
2027 | 2024-05-29T21:11:08.853Z | Compiling libxml v0.3.3 |
2028 | 2024-05-29T21:11:08.988Z | Compiling async-recursion v1.1.1 |
2029 | 2024-05-29T21:11:09.209Z | Compiling ref-cast v1.0.23 |
2030 | 2024-05-29T21:11:09.748Z | Compiling headers v0.3.9 |
2031 | 2024-05-29T21:11:09.775Z | Compiling derive_builder_macro v0.20.0 |
2032 | 2024-05-29T21:11:10.272Z | Compiling dof v0.1.5 |
2033 | 2024-05-29T21:11:10.512Z | Compiling parking_lot v0.11.2 |
2034 | 2024-05-29T21:11:10.888Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2035 | 2024-05-29T21:11:12.541Z | Compiling trust-dns-client v0.22.0 |
2036 | 2024-05-29T21:11:12.863Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2037 | 2024-05-29T21:11:13.096Z | Compiling strum_macros v0.24.3 |
2038 | 2024-05-29T21:11:15.312Z | Compiling dtrace-parser v0.1.14 |
2039 | 2024-05-29T21:11:15.339Z | Compiling toml v0.5.11 |
2040 | 2024-05-29T21:11:15.677Z | Compiling ref-cast-impl v1.0.23 |
2041 | 2024-05-29T21:11:16.530Z | Compiling samael v0.0.15 |
2042 | 2024-05-29T21:11:16.560Z | Compiling vte_generate_state_changes v0.1.1 |
2043 | 2024-05-29T21:11:16.665Z | Compiling cookie v0.18.1 |
2044 | 2024-05-29T21:11:16.913Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2045 | 2024-05-29T21:11:17.067Z | Compiling buf-list v1.0.3 |
2046 | 2024-05-29T21:11:17.177Z | Compiling cfg_aliases v0.1.1 |
2047 | 2024-05-29T21:11:17.275Z | Compiling indoc v1.0.9 |
2048 | 2024-05-29T21:11:17.469Z | Compiling nix v0.28.0 |
2049 | 2024-05-29T21:11:17.672Z | Compiling vte v0.11.1 |
2050 | 2024-05-29T21:11:18.062Z | Compiling trust-dns-server v0.22.1 |
2051 | 2024-05-29T21:11:19.481Z | Compiling sled v0.34.7 |
2052 | 2024-05-29T21:11:20.880Z | Compiling derive_builder v0.20.0 |
2053 | 2024-05-29T21:11:21.242Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2054 | 2024-05-29T21:11:21.663Z | Compiling polar-core v0.27.3 |
2055 | 2024-05-29T21:11:23.496Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2056 | 2024-05-29T21:11:23.728Z | Compiling const_format_proc_macros v0.2.32 |
2057 | 2024-05-29T21:11:23.830Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2058 | 2024-05-29T21:11:25.040Z | Compiling fd-lock v4.0.2 |
2059 | 2024-05-29T21:11:25.207Z | Compiling bb8 v0.8.3 |
2060 | 2024-05-29T21:11:25.293Z | Compiling quick-xml v0.31.0 |
2061 | 2024-05-29T21:11:25.625Z | Compiling oso-derive v0.27.3 |
2062 | 2024-05-29T21:11:26.360Z | Compiling serde_tokenstream v0.1.7 |
2063 | 2024-05-29T21:11:26.745Z | Compiling impl-trait-for-tuples v0.2.2 |
2064 | 2024-05-29T21:11:27.883Z | Compiling pin-project-internal v1.1.5 |
2065 | 2024-05-29T21:11:30.018Z | Compiling memoffset v0.7.1 |
2066 | 2024-05-29T21:11:30.179Z | Compiling platforms v3.4.0 |
2067 | 2024-05-29T21:11:30.271Z | Compiling bytecount v0.6.8 |
2068 | 2024-05-29T21:11:30.518Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2069 | 2024-05-29T21:11:30.602Z | Compiling curve25519-dalek v4.1.2 |
2070 | 2024-05-29T21:11:30.769Z | Compiling papergrid v0.11.0 |
2071 | 2024-05-29T21:11:33.917Z | Compiling pin-project v1.1.5 |
2072 | 2024-05-29T21:11:34.029Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2073 | 2024-05-29T21:11:34.537Z | Compiling const_format v0.2.32 |
2074 | 2024-05-29T21:11:36.873Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2075 | 2024-05-29T21:11:41.242Z | Compiling oso v0.27.3 |
2076 | 2024-05-29T21:11:43.942Z | Compiling strip-ansi-escapes v0.2.0 |
2077 | 2024-05-29T21:11:47.726Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2078 | 2024-05-29T21:11:47.944Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2079 | 2024-05-29T21:11:48.956Z | Compiling tabled_derive v0.7.0 |
2080 | 2024-05-29T21:11:50.689Z | Compiling kstat-rs v0.2.3 |
2081 | 2024-05-29T21:11:51.433Z | Compiling snafu-derive v0.8.2 |
2082 | 2024-05-29T21:11:52.046Z | Compiling keccak v0.1.5 |
2083 | 2024-05-29T21:11:52.724Z | Compiling nu-ansi-term v0.50.0 |
2084 | 2024-05-29T21:11:53.673Z | Compiling reedline v0.31.0 |
2085 | 2024-05-29T21:11:55.098Z | Compiling sha3 v0.10.8 |
2086 | 2024-05-29T21:11:55.196Z | Compiling snafu v0.8.2 |
2087 | 2024-05-29T21:11:55.769Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2088 | 2024-05-29T21:11:56.245Z | Compiling tabled v0.15.0 |
2089 | 2024-05-29T21:12:02.952Z | Compiling mime_guess v2.0.4 |
2090 | 2024-05-29T21:12:04.023Z | Compiling usdt-attr-macro v0.3.5 |
2091 | 2024-05-29T21:12:05.104Z | Compiling usdt-macro v0.3.5 |
2092 | 2024-05-29T21:12:05.240Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2093 | 2024-05-29T21:12:06.197Z | Compiling env_logger v0.9.3 |
2094 | 2024-05-29T21:12:06.339Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2095 | 2024-05-29T21:12:07.999Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2096 | 2024-05-29T21:12:09.894Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2097 | 2024-05-29T21:12:10.268Z | Compiling globset v0.4.14 |
2098 | 2024-05-29T21:12:12.435Z | Compiling peg-macros v0.8.3 |
2099 | 2024-05-29T21:12:13.364Z | Compiling olpc-cjson v0.1.3 |
2100 | 2024-05-29T21:12:13.624Z | Compiling universal-hash v0.5.1 |
2101 | 2024-05-29T21:12:13.822Z | Compiling secrecy v0.8.0 |
2102 | 2024-05-29T21:12:14.022Z | Compiling bitstruct_derive v0.1.0 |
2103 | 2024-05-29T21:12:14.902Z | Compiling serde_plain v1.0.2 |
2104 | 2024-05-29T21:12:15.038Z | Compiling thiserror-impl-no-std v2.0.2 |
2105 | 2024-05-29T21:12:15.181Z | Compiling nanorand v0.7.0 |
2106 | 2024-05-29T21:12:15.324Z | Compiling sqlparser_derive v0.2.2 |
2107 | 2024-05-29T21:12:15.785Z | Compiling curve25519-dalek-derive v0.1.1 |
2108 | 2024-05-29T21:12:16.153Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2109 | 2024-05-29T21:12:16.263Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2110 | 2024-05-29T21:12:16.506Z | Compiling ascii v1.1.0 |
2111 | 2024-05-29T21:12:16.909Z | Compiling signature v1.6.4 |
2112 | 2024-05-29T21:12:16.933Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2113 | 2024-05-29T21:12:17.054Z | Compiling opaque-debug v0.3.1 |
2114 | 2024-05-29T21:12:17.149Z | Compiling unicode_categories v0.1.1 |
2115 | 2024-05-29T21:12:17.173Z | Compiling salty v0.2.0 |
2116 | 2024-05-29T21:12:17.200Z | Compiling typed-path v0.7.1 |
2117 | 2024-05-29T21:12:17.387Z | Compiling sqlformat v0.2.3 |
2118 | 2024-05-29T21:12:17.448Z | Compiling rustyline v14.0.0 |
2119 | 2024-05-29T21:12:17.537Z | Compiling thiserror-no-std v2.0.2 |
2120 | 2024-05-29T21:12:17.643Z | Compiling poly1305 v0.8.0 |
2121 | 2024-05-29T21:12:18.851Z | Compiling ed25519 v1.5.3 |
2122 | 2024-05-29T21:12:19.113Z | Compiling tough v0.17.1 |
2123 | 2024-05-29T21:12:22.540Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2124 | 2024-05-29T21:12:23.696Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2125 | 2024-05-29T21:12:23.954Z | Compiling sqlparser v0.45.0 |
2126 | 2024-05-29T21:12:24.498Z | Compiling flume v0.11.0 |
2127 | 2024-05-29T21:12:25.089Z | Compiling bitstruct v0.1.1 |
2128 | 2024-05-29T21:12:25.192Z | Compiling peg v0.8.3 |
2129 | 2024-05-29T21:12:25.291Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2130 | 2024-05-29T21:12:26.127Z | Compiling usdt v0.3.5 |
2131 | 2024-05-29T21:12:26.485Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2132 | 2024-05-29T21:12:26.522Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2133 | 2024-05-29T21:12:27.503Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2134 | 2024-05-29T21:12:34.273Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2135 | 2024-05-29T21:12:34.636Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2136 | 2024-05-29T21:12:34.930Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2137 | 2024-05-29T21:12:35.919Z | Compiling chacha20 v0.9.1 |
2138 | 2024-05-29T21:12:36.312Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2139 | 2024-05-29T21:12:36.541Z | Compiling aead v0.5.2 |
2140 | 2024-05-29T21:12:36.845Z | Compiling bcs v0.1.6 |
2141 | 2024-05-29T21:12:37.624Z | Compiling serde-big-array v0.5.1 |
2142 | 2024-05-29T21:12:37.846Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2143 | 2024-05-29T21:12:38.060Z | Compiling serde_arrays v0.1.0 |
2144 | 2024-05-29T21:12:38.238Z | Compiling erased-serde v0.3.31 |
2145 | 2024-05-29T21:12:38.540Z | Compiling highway v1.1.0 |
2146 | 2024-05-29T21:12:39.526Z | Compiling parse-size v1.0.0 |
2147 | 2024-05-29T21:12:39.633Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2148 | 2024-05-29T21:12:39.772Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2149 | 2024-05-29T21:12:43.929Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2150 | 2024-05-29T21:12:48.227Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2151 | 2024-05-29T21:13:00.641Z | Compiling chacha20poly1305 v0.10.1 |
2152 | 2024-05-29T21:13:00.840Z | Compiling vsss-rs v3.3.4 |
2153 | 2024-05-29T21:13:03.713Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2154 | 2024-05-29T21:13:04.214Z | Compiling signal-hook-tokio v0.3.1 |
2155 | 2024-05-29T21:13:04.284Z | Compiling heck v0.3.3 |
2156 | 2024-05-29T21:13:04.394Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2157 | 2024-05-29T21:13:04.608Z | Compiling castaway v0.2.2 |
2158 | 2024-05-29T21:13:04.685Z | Compiling rand_seeder v0.2.3 |
2159 | 2024-05-29T21:13:04.746Z | Compiling serde-big-array v0.4.1 |
2160 | 2024-05-29T21:13:04.774Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2161 | 2024-05-29T21:13:04.919Z | Compiling http-range v0.1.5 |
2162 | 2024-05-29T21:13:05.055Z | Compiling hyper-staticfile v0.9.5 |
2163 | 2024-05-29T21:13:05.408Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2164 | 2024-05-29T21:13:06.099Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2165 | 2024-05-29T21:13:06.574Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2166 | 2024-05-29T21:13:06.746Z | Compiling compact_str v0.7.1 |
2167 | 2024-05-29T21:13:07.118Z | Compiling zone_cfg_derive v0.1.2 |
2168 | 2024-05-29T21:13:07.620Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2169 | 2024-05-29T21:13:07.949Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2170 | 2024-05-29T21:13:13.767Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2171 | 2024-05-29T21:13:14.335Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2172 | 2024-05-29T21:13:19.457Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2173 | 2024-05-29T21:13:20.277Z | Compiling tungstenite v0.21.0 |
2174 | 2024-05-29T21:13:24.403Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2175 | 2024-05-29T21:13:24.722Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2176 | 2024-05-29T21:13:24.912Z | Compiling lru v0.12.3 |
2177 | 2024-05-29T21:13:24.952Z | Compiling stability v0.2.0 |
2178 | 2024-05-29T21:13:25.198Z | Compiling corncobs v0.1.3 |
2179 | 2024-05-29T21:13:25.513Z | Compiling indoc v2.0.5 |
2180 | 2024-05-29T21:13:25.712Z | Compiling cassowary v0.3.0 |
2181 | 2024-05-29T21:13:26.248Z | Compiling base64 v0.13.1 |
2182 | 2024-05-29T21:13:26.857Z | Compiling ron v0.7.1 |
2183 | 2024-05-29T21:13:29.083Z | Compiling ratatui v0.26.2 |
2184 | 2024-05-29T21:13:30.983Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2185 | 2024-05-29T21:13:31.229Z | Compiling tokio-tungstenite v0.21.0 |
2186 | 2024-05-29T21:13:31.594Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2187 | 2024-05-29T21:13:31.682Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2188 | 2024-05-29T21:13:32.206Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2189 | 2024-05-29T21:13:42.456Z | Compiling zone v0.1.8 |
2190 | 2024-05-29T21:13:42.603Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2191 | 2024-05-29T21:13:51.185Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2192 | 2024-05-29T21:13:52.351Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2193 | 2024-05-29T21:13:53.413Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2194 | 2024-05-29T21:13:53.437Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2195 | 2024-05-29T21:13:53.674Z | Compiling portpicker v0.1.1 |
2196 | 2024-05-29T21:13:54.120Z | Compiling smawk v0.3.2 |
2197 | 2024-05-29T21:13:54.336Z | Compiling unicode-linebreak v0.1.5 |
2198 | 2024-05-29T21:13:54.753Z | Compiling textwrap v0.16.1 |
2199 | 2024-05-29T21:13:57.233Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2200 | 2024-05-29T21:13:57.788Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2201 | 2024-05-29T21:13:59.408Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2202 | 2024-05-29T21:13:59.506Z | Compiling rcgen v0.12.1 |
2203 | 2024-05-29T21:14:03.152Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2204 | 2024-05-29T21:14:03.506Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2205 | 2024-05-29T21:14:07.697Z | Compiling atomicwrites v0.4.3 |
2206 | 2024-05-29T21:14:08.146Z | Compiling fatfs v0.3.6 |
2207 | 2024-05-29T21:14:08.170Z | Compiling rtoolbox v0.0.2 |
2208 | 2024-05-29T21:14:08.537Z | Compiling subprocess v0.2.9 |
2209 | 2024-05-29T21:14:09.172Z | Compiling is_ci v1.2.0 |
2210 | 2024-05-29T21:14:09.411Z | Compiling assert_matches v1.5.0 |
2211 | 2024-05-29T21:14:10.183Z | Compiling supports-color v3.0.0 |
2212 | 2024-05-29T21:14:10.406Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2213 | 2024-05-29T21:14:10.725Z | Compiling rpassword v7.3.1 |
2214 | 2024-05-29T21:14:11.084Z | Compiling tui-tree-widget v0.19.0 |
2215 | 2024-05-29T21:14:11.404Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2216 | 2024-05-29T21:14:12.801Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2217 | 2024-05-29T21:14:16.266Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2218 | 2024-05-29T21:14:16.513Z | Compiling csv-core v0.1.11 |
2219 | 2024-05-29T21:14:16.855Z | Compiling shell-words v1.1.0 |
2220 | 2024-05-29T21:14:17.210Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2221 | 2024-05-29T21:14:17.244Z | Compiling csv v1.3.0 |
2222 | 2024-05-29T21:14:18.159Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2223 | 2024-05-29T21:14:18.894Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2224 | 2024-05-29T21:14:27.036Z | Compiling multimap v0.10.0 |
2225 | 2024-05-29T21:14:27.353Z | Compiling uzers v0.11.3 |
2226 | 2024-05-29T21:14:29.820Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2227 | 2024-05-29T21:16:05.043Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2228 | 2024-05-29T21:16:07.337Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2229 | 2024-05-29T21:22:26.470Z | Finished release [optimized] target(s) in 12m 12s |
2230 | 2024-05-29T21:23:40.082Z | |
2231 | 2024-05-29T21:23:40.083Z | real 13:27.059903326 |
2232 | 2024-05-29T21:23:40.083Z | user 1:28:28.209828155 |
2233 | 2024-05-29T21:23:40.083Z | sys 4:08.623452797 |
2234 | 2024-05-29T21:23:40.083Z | trap 2.321635163 |
2235 | 2024-05-29T21:23:40.083Z | tflt 1.117182862 |
2236 | 2024-05-29T21:23:40.084Z | dflt 3.827572152 |
2237 | 2024-05-29T21:23:40.114Z | kflt 0.015075960 |
2238 | 2024-05-29T21:23:40.115Z | lock 5:42:55.913064257 |
2239 | 2024-05-29T21:23:40.115Z | slp 3:21:54.895202106 |
2240 | 2024-05-29T21:23:40.115Z | lat 2:13.224856155 |
2241 | 2024-05-29T21:23:40.115Z | stop 1:05.057562559 |
2242 | 2024-05-29T21:23:40.115Z | + mapfile -t packages |
2243 | 2024-05-29T21:23:40.115Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2244 | 2024-05-29T21:23:41.152Z | Finished release [optimized] target(s) in 0.99s |
2245 | 2024-05-29T21:23:41.633Z | Running `target/release/omicron-package -t test list-outputs` |
2246 | 2024-05-29T21:23:41.634Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2247 | 2024-05-29T21:23:41.634Z | + ptime -m cargo build --locked --release -p xtask |
2248 | 2024-05-29T21:23:41.877Z | Downloading crates ... |
2249 | 2024-05-29T21:23:41.939Z | Downloaded cargo_toml v0.20.2 |
2250 | 2024-05-29T21:23:42.383Z | Compiling serde v1.0.202 |
2251 | 2024-05-29T21:23:42.383Z | Compiling libc v0.2.153 |
2252 | 2024-05-29T21:23:42.383Z | Compiling rustix v0.38.34 |
2253 | 2024-05-29T21:23:42.383Z | Compiling hashbrown v0.14.5 |
2254 | 2024-05-29T21:23:42.383Z | Compiling bitflags v2.5.0 |
2255 | 2024-05-29T21:23:42.383Z | Compiling syn v2.0.64 |
2256 | 2024-05-29T21:23:42.417Z | Compiling serde_json v1.0.117 |
2257 | 2024-05-29T21:23:42.418Z | Compiling fs-err v2.11.0 |
2258 | 2024-05-29T21:23:42.418Z | Compiling anyhow v1.0.83 |
2259 | 2024-05-29T21:23:43.116Z | Compiling indexmap v2.2.6 |
2260 | 2024-05-29T21:23:43.499Z | Compiling errno v0.3.9 |
2261 | 2024-05-29T21:23:44.519Z | Compiling terminal_size v0.3.0 |
2262 | 2024-05-29T21:23:44.622Z | Compiling clap_builder v4.5.2 |
2263 | 2024-05-29T21:23:47.200Z | Compiling serde_derive v1.0.202 |
2264 | 2024-05-29T21:23:47.200Z | Compiling thiserror-impl v1.0.60 |
2265 | 2024-05-29T21:23:47.225Z | Compiling clap_derive v4.5.4 |
2266 | 2024-05-29T21:23:48.919Z | Compiling thiserror v1.0.60 |
2267 | 2024-05-29T21:23:50.523Z | Compiling clap v4.5.4 |
2268 | 2024-05-29T21:23:57.043Z | Compiling toml_datetime v0.6.6 |
2269 | 2024-05-29T21:23:57.044Z | Compiling serde_spanned v0.6.6 |
2270 | 2024-05-29T21:23:57.068Z | Compiling semver v1.0.23 |
2271 | 2024-05-29T21:23:57.068Z | Compiling camino v1.1.7 |
2272 | 2024-05-29T21:23:57.068Z | Compiling cargo-platform v0.1.8 |
2273 | 2024-05-29T21:23:57.068Z | Compiling macaddr v1.0.1 |
2274 | 2024-05-29T21:23:57.323Z | Compiling toml_edit v0.22.13 |
2275 | 2024-05-29T21:23:58.442Z | Compiling cargo_metadata v0.18.1 |
2276 | 2024-05-29T21:23:59.836Z | Compiling toml v0.8.13 |
2277 | 2024-05-29T21:24:00.712Z | Compiling cargo_toml v0.20.2 |
2278 | 2024-05-29T21:24:12.471Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2279 | 2024-05-29T21:24:24.102Z | Finished release [optimized] target(s) in 42.81s |
2280 | 2024-05-29T21:24:24.157Z | |
2281 | 2024-05-29T21:24:24.157Z | real 42.912300380 |
2282 | 2024-05-29T21:24:24.157Z | user 2:49.201008319 |
2283 | 2024-05-29T21:24:24.157Z | sys 16.873460454 |
2284 | 2024-05-29T21:24:24.157Z | trap 0.061813371 |
2285 | 2024-05-29T21:24:24.157Z | tflt 0.300789179 |
2286 | 2024-05-29T21:24:24.157Z | dflt 0.865148124 |
2287 | 2024-05-29T21:24:24.157Z | kflt 0.000081120 |
2288 | 2024-05-29T21:24:24.183Z | lock 4:08.500644907 |
2289 | 2024-05-29T21:24:24.184Z | slp 3:18.010521042 |
2290 | 2024-05-29T21:24:24.184Z | lat 3.852631320 |
2291 | 2024-05-29T21:24:24.184Z | stop 3.355556624 |
2292 | 2024-05-29T21:24:24.184Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2293 | 2024-05-29T21:24:24.184Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2294 | 2024-05-29T21:24:24.184Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2295 | 2024-05-29T21:24:24.185Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2296 | 2024-05-29T21:24:24.185Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2297 | 2024-05-29T21:24:24.821Z | Downloading crates ... |
2298 | 2024-05-29T21:24:25.036Z | Downloaded ecdsa v0.16.9 |
2299 | 2024-05-29T21:24:25.060Z | Downloaded ctr v0.9.2 |
2300 | 2024-05-29T21:24:25.060Z | Downloaded dhcproto-macros v0.1.0 |
2301 | 2024-05-29T21:24:25.060Z | Downloaded dhcproto v0.11.0 |
2302 | 2024-05-29T21:24:25.060Z | Downloaded russh-cryptovec v0.7.2 |
2303 | 2024-05-29T21:24:25.060Z | Downloaded dirs v5.0.1 |
2304 | 2024-05-29T21:24:25.060Z | Downloaded rand_chacha v0.2.2 |
2305 | 2024-05-29T21:24:25.060Z | Downloaded ed25519 v2.2.3 |
2306 | 2024-05-29T21:24:25.060Z | Downloaded primeorder v0.13.6 |
2307 | 2024-05-29T21:24:25.060Z | Downloaded rfc6979 v0.4.0 |
2308 | 2024-05-29T21:24:25.060Z | Downloaded pbkdf2 v0.12.2 |
2309 | 2024-05-29T21:24:25.060Z | Downloaded russh-keys v0.43.0 |
2310 | 2024-05-29T21:24:25.136Z | Downloaded getrandom v0.1.16 |
2311 | 2024-05-29T21:24:25.137Z | Downloaded p256 v0.13.2 |
2312 | 2024-05-29T21:24:25.137Z | Downloaded russh v0.43.0 |
2313 | 2024-05-29T21:24:25.137Z | Downloaded rand v0.7.3 |
2314 | 2024-05-29T21:24:25.137Z | Downloaded p521 v0.13.3 |
2315 | 2024-05-29T21:24:25.162Z | Downloaded aes-gcm v0.10.3 |
2316 | 2024-05-29T21:24:25.162Z | Downloaded aes v0.8.4 |
2317 | 2024-05-29T21:24:25.162Z | Downloaded ed25519-dalek v2.1.1 |
2318 | 2024-05-29T21:24:25.163Z | Downloaded rand_core v0.5.1 |
2319 | 2024-05-29T21:24:25.163Z | Downloaded pbkdf2 v0.11.0 |
2320 | 2024-05-29T21:24:25.163Z | Downloaded internet-checksum v0.2.1 |
2321 | 2024-05-29T21:24:25.163Z | Downloaded blowfish v0.9.1 |
2322 | 2024-05-29T21:24:25.163Z | Downloaded polyval v0.6.2 |
2323 | 2024-05-29T21:24:25.163Z | Downloaded password-hash v0.4.2 |
2324 | 2024-05-29T21:24:25.163Z | Downloaded ghash v0.5.1 |
2325 | 2024-05-29T21:24:25.163Z | Downloaded cbc v0.1.2 |
2326 | 2024-05-29T21:24:25.163Z | Downloaded dirs-sys v0.4.1 |
2327 | 2024-05-29T21:24:25.163Z | Downloaded bcrypt-pbkdf v0.10.0 |
2328 | 2024-05-29T21:24:25.163Z | Downloaded option-ext v0.2.0 |
2329 | 2024-05-29T21:24:25.163Z | Downloaded md5 v0.7.0 |
2330 | 2024-05-29T21:24:25.163Z | Downloaded hex-literal v0.4.1 |
2331 | 2024-05-29T21:24:25.288Z | Compiling proc-macro2 v1.0.82 |
2332 | 2024-05-29T21:24:25.288Z | Compiling unicode-ident v1.0.12 |
2333 | 2024-05-29T21:24:25.288Z | Compiling libc v0.2.153 |
2334 | 2024-05-29T21:24:25.325Z | Compiling cfg-if v1.0.0 |
2335 | 2024-05-29T21:24:25.325Z | Compiling serde v1.0.202 |
2336 | 2024-05-29T21:24:25.325Z | Compiling version_check v0.9.4 |
2337 | 2024-05-29T21:24:25.325Z | Compiling autocfg v1.3.0 |
2338 | 2024-05-29T21:24:25.326Z | Compiling byteorder v1.5.0 |
2339 | 2024-05-29T21:24:25.405Z | Compiling memchr v2.7.2 |
2340 | 2024-05-29T21:24:25.475Z | Compiling log v0.4.21 |
2341 | 2024-05-29T21:24:26.604Z | Compiling once_cell v1.19.0 |
2342 | 2024-05-29T21:24:26.605Z | Compiling itoa v1.0.11 |
2343 | 2024-05-29T21:24:26.605Z | Compiling scopeguard v1.2.0 |
2344 | 2024-05-29T21:24:26.605Z | Compiling smallvec v1.13.2 |
2345 | 2024-05-29T21:24:26.605Z | Compiling typenum v1.17.0 |
2346 | 2024-05-29T21:24:26.605Z | Compiling generic-array v0.14.7 |
2347 | 2024-05-29T21:24:26.605Z | Compiling thiserror v1.0.60 |
2348 | 2024-05-29T21:24:26.605Z | Compiling lock_api v0.4.12 |
2349 | 2024-05-29T21:24:26.605Z | Compiling cc v1.0.97 |
2350 | 2024-05-29T21:24:26.605Z | Compiling parking_lot_core v0.9.10 |
2351 | 2024-05-29T21:24:26.644Z | Compiling quote v1.0.36 |
2352 | 2024-05-29T21:24:26.748Z | Compiling pin-project-lite v0.2.14 |
2353 | 2024-05-29T21:24:26.774Z | Compiling subtle v2.5.0 |
2354 | 2024-05-29T21:24:26.855Z | Compiling getrandom v0.2.14 |
2355 | 2024-05-29T21:24:27.021Z | Compiling syn v2.0.64 |
2356 | 2024-05-29T21:24:27.058Z | Compiling rand_core v0.6.4 |
2357 | 2024-05-29T21:24:27.216Z | Compiling parking_lot v0.12.2 |
2358 | 2024-05-29T21:24:27.257Z | Compiling signal-hook-registry v1.4.2 |
2359 | 2024-05-29T21:24:27.463Z | Compiling libm v0.2.8 |
2360 | 2024-05-29T21:24:27.493Z | Compiling mio v0.8.11 |
2361 | 2024-05-29T21:24:27.936Z | Compiling num-traits v0.2.19 |
2362 | 2024-05-29T21:24:27.963Z | Compiling num_cpus v1.16.0 |
2363 | 2024-05-29T21:24:27.963Z | Compiling socket2 v0.5.7 |
2364 | 2024-05-29T21:24:28.015Z | Compiling ahash v0.8.11 |
2365 | 2024-05-29T21:24:28.067Z | Compiling ryu v1.0.18 |
2366 | 2024-05-29T21:24:28.216Z | Compiling serde_json v1.0.117 |
2367 | 2024-05-29T21:24:28.348Z | Compiling allocator-api2 v0.2.18 |
2368 | 2024-05-29T21:24:28.373Z | Compiling futures-core v0.3.30 |
2369 | 2024-05-29T21:24:28.571Z | Compiling futures-sink v0.3.30 |
2370 | 2024-05-29T21:24:28.602Z | Compiling const-oid v0.9.6 |
2371 | 2024-05-29T21:24:28.696Z | Compiling equivalent v1.0.1 |
2372 | 2024-05-29T21:24:28.769Z | Compiling slab v0.4.9 |
2373 | 2024-05-29T21:24:28.809Z | Compiling fnv v1.0.7 |
2374 | 2024-05-29T21:24:28.928Z | Compiling futures-channel v0.3.30 |
2375 | 2024-05-29T21:24:28.991Z | Compiling pin-utils v0.1.0 |
2376 | 2024-05-29T21:24:29.121Z | Compiling futures-io v0.3.30 |
2377 | 2024-05-29T21:24:29.172Z | Compiling futures-task v0.3.30 |
2378 | 2024-05-29T21:24:29.293Z | Compiling iana-time-zone v0.1.60 |
2379 | 2024-05-29T21:24:29.340Z | Compiling syn v1.0.109 |
2380 | 2024-05-29T21:24:29.397Z | Compiling tinyvec_macros v0.1.1 |
2381 | 2024-05-29T21:24:29.461Z | Compiling unicode-bidi v0.3.15 |
2382 | 2024-05-29T21:24:29.490Z | Compiling tinyvec v1.6.0 |
2383 | 2024-05-29T21:24:29.518Z | Compiling semver v1.0.23 |
2384 | 2024-05-29T21:24:29.675Z | Compiling cpufeatures v0.2.12 |
2385 | 2024-05-29T21:24:29.759Z | Compiling schemars v0.8.19 |
2386 | 2024-05-29T21:24:29.996Z | Compiling dyn-clone v1.0.17 |
2387 | 2024-05-29T21:24:30.080Z | Compiling percent-encoding v2.3.1 |
2388 | 2024-05-29T21:24:30.105Z | Compiling spin v0.9.8 |
2389 | 2024-05-29T21:24:30.191Z | Compiling ppv-lite86 v0.2.17 |
2390 | 2024-05-29T21:24:30.321Z | Compiling tracing-core v0.1.32 |
2391 | 2024-05-29T21:24:30.393Z | Compiling time-core v0.1.2 |
2392 | 2024-05-29T21:24:30.436Z | Compiling num-conv v0.1.0 |
2393 | 2024-05-29T21:24:30.550Z | Compiling unicode-normalization v0.1.23 |
2394 | 2024-05-29T21:24:30.648Z | Compiling powerfmt v0.2.0 |
2395 | 2024-05-29T21:24:30.685Z | Compiling form_urlencoded v1.2.1 |
2396 | 2024-05-29T21:24:30.712Z | Compiling time-macros v0.2.18 |
2397 | 2024-05-29T21:24:31.211Z | Compiling ring v0.17.8 |
2398 | 2024-05-29T21:24:31.738Z | Compiling deranged v0.3.11 |
2399 | 2024-05-29T21:24:31.738Z | Compiling num_threads v0.1.7 |
2400 | 2024-05-29T21:24:31.738Z | Compiling rand_chacha v0.3.1 |
2401 | 2024-05-29T21:24:31.738Z | Compiling aho-corasick v1.1.3 |
2402 | 2024-05-29T21:24:31.738Z | Compiling regex-syntax v0.8.3 |
2403 | 2024-05-29T21:24:32.528Z | Compiling rand v0.8.5 |
2404 | 2024-05-29T21:24:32.554Z | Compiling idna v0.5.0 |
2405 | 2024-05-29T21:24:33.546Z | Compiling serde_derive_internals v0.29.1 |
2406 | 2024-05-29T21:24:33.934Z | Compiling time v0.3.36 |
2407 | 2024-05-29T21:24:34.383Z | Compiling slog v2.7.0 |
2408 | 2024-05-29T21:24:34.632Z | Compiling regex-automata v0.4.6 |
2409 | 2024-05-29T21:24:34.871Z | Compiling httparse v1.8.0 |
2410 | 2024-05-29T21:24:35.318Z | Compiling url v2.5.0 |
2411 | 2024-05-29T21:24:35.893Z | Compiling untrusted v0.9.0 |
2412 | 2024-05-29T21:24:36.058Z | Compiling spin v0.5.2 |
2413 | 2024-05-29T21:24:36.961Z | Compiling vcpkg v0.2.15 |
2414 | 2024-05-29T21:24:37.148Z | Compiling pkg-config v0.3.30 |
2415 | 2024-05-29T21:24:37.470Z | Compiling adler v1.0.2 |
2416 | 2024-05-29T21:24:37.665Z | Compiling heck v0.4.1 |
2417 | 2024-05-29T21:24:38.034Z | Compiling miniz_oxide v0.7.2 |
2418 | 2024-05-29T21:24:38.404Z | Compiling lazy_static v1.4.0 |
2419 | 2024-05-29T21:24:38.453Z | Compiling backtrace v0.3.71 |
2420 | 2024-05-29T21:24:38.510Z | Compiling unicode-width v0.1.12 |
2421 | 2024-05-29T21:24:38.702Z | Compiling try-lock v0.2.5 |
2422 | 2024-05-29T21:24:38.739Z | Compiling openssl-sys v0.9.102 |
2423 | 2024-05-29T21:24:38.823Z | Compiling gimli v0.28.1 |
2424 | 2024-05-29T21:24:38.882Z | Compiling httpdate v1.0.3 |
2425 | 2024-05-29T21:24:39.235Z | Compiling regex v1.10.4 |
2426 | 2024-05-29T21:24:39.276Z | Compiling want v0.3.1 |
2427 | 2024-05-29T21:24:39.311Z | Compiling serde_derive v1.0.202 |
2428 | 2024-05-29T21:24:39.338Z | Compiling zeroize_derive v1.4.2 |
2429 | 2024-05-29T21:24:39.513Z | Compiling thiserror-impl v1.0.60 |
2430 | 2024-05-29T21:24:39.593Z | Compiling zerocopy-derive v0.7.34 |
2431 | 2024-05-29T21:24:40.101Z | Compiling tokio-macros v2.2.0 |
2432 | 2024-05-29T21:24:41.002Z | Compiling zeroize v1.7.0 |
2433 | 2024-05-29T21:24:41.499Z | Compiling zerocopy v0.7.34 |
2434 | 2024-05-29T21:24:41.529Z | Compiling futures-macro v0.3.30 |
2435 | 2024-05-29T21:24:41.616Z | Compiling schemars_derive v0.8.19 |
2436 | 2024-05-29T21:24:42.098Z | Compiling crypto-common v0.1.6 |
2437 | 2024-05-29T21:24:42.314Z | Compiling block-buffer v0.10.4 |
2438 | 2024-05-29T21:24:42.342Z | Compiling tracing-attributes v0.1.27 |
2439 | 2024-05-29T21:24:42.525Z | Compiling digest v0.10.7 |
2440 | 2024-05-29T21:24:42.662Z | Compiling async-trait v0.1.80 |
2441 | 2024-05-29T21:24:42.989Z | Compiling addr2line v0.21.0 |
2442 | 2024-05-29T21:24:43.661Z | Compiling hashbrown v0.14.5 |
2443 | 2024-05-29T21:24:43.687Z | Compiling futures-util v0.3.30 |
2444 | 2024-05-29T21:24:43.687Z | Compiling object v0.32.2 |
2445 | 2024-05-29T21:24:44.342Z | Compiling mime v0.3.17 |
2446 | 2024-05-29T21:24:44.441Z | Compiling ipnet v2.9.0 |
2447 | 2024-05-29T21:24:44.836Z | Compiling base64 v0.21.7 |
2448 | 2024-05-29T21:24:44.973Z | Compiling rustc-demangle v0.1.24 |
2449 | 2024-05-29T21:24:45.120Z | Compiling anyhow v1.0.83 |
2450 | 2024-05-29T21:24:45.437Z | Compiling tower-service v0.3.2 |
2451 | 2024-05-29T21:24:45.480Z | Compiling openssl v0.10.64 |
2452 | 2024-05-29T21:24:45.539Z | Compiling tracing v0.1.40 |
2453 | 2024-05-29T21:24:45.578Z | Compiling foreign-types-shared v0.1.1 |
2454 | 2024-05-29T21:24:45.660Z | Compiling foreign-types v0.3.2 |
2455 | 2024-05-29T21:24:45.766Z | Compiling openssl-macros v0.1.1 |
2456 | 2024-05-29T21:24:45.766Z | Compiling crossbeam-utils v0.8.19 |
2457 | 2024-05-29T21:24:45.850Z | Compiling heck v0.5.0 |
2458 | 2024-05-29T21:24:45.988Z | Compiling base64ct v1.6.0 |
2459 | 2024-05-29T21:24:46.259Z | Compiling winnow v0.5.40 |
2460 | 2024-05-29T21:24:46.288Z | Compiling native-tls v0.2.11 |
2461 | 2024-05-29T21:24:46.422Z | Compiling rustls v0.21.12 |
2462 | 2024-05-29T21:24:46.483Z | Compiling sct v0.7.1 |
2463 | 2024-05-29T21:24:46.590Z | Compiling rustls-webpki v0.101.7 |
2464 | 2024-05-29T21:24:46.711Z | Compiling cookie v0.17.0 |
2465 | 2024-05-29T21:24:46.802Z | Compiling rustix v0.38.34 |
2466 | 2024-05-29T21:24:46.878Z | Compiling openssl-probe v0.1.5 |
2467 | 2024-05-29T21:24:46.954Z | Compiling ucd-trie v0.1.6 |
2468 | 2024-05-29T21:24:47.572Z | Compiling pest v2.7.10 |
2469 | 2024-05-29T21:24:48.144Z | Compiling futures-executor v0.3.30 |
2470 | 2024-05-29T21:24:48.443Z | Compiling futures v0.3.30 |
2471 | 2024-05-29T21:24:48.552Z | Compiling idna v0.3.0 |
2472 | 2024-05-29T21:24:48.589Z | Compiling errno v0.3.9 |
2473 | 2024-05-29T21:24:48.638Z | Compiling encoding_rs v0.8.34 |
2474 | 2024-05-29T21:24:49.350Z | Compiling rustversion v1.0.17 |
2475 | 2024-05-29T21:24:49.378Z | Compiling data-encoding v2.6.0 |
2476 | 2024-05-29T21:24:49.820Z | Compiling psl-types v2.0.11 |
2477 | 2024-05-29T21:24:49.985Z | Compiling publicsuffix v2.2.3 |
2478 | 2024-05-29T21:24:50.011Z | Compiling pest_meta v2.7.10 |
2479 | 2024-05-29T21:24:50.290Z | Compiling hmac v0.12.1 |
2480 | 2024-05-29T21:24:50.485Z | Compiling bytes v1.6.0 |
2481 | 2024-05-29T21:24:51.105Z | Compiling indexmap v2.2.6 |
2482 | 2024-05-29T21:24:51.206Z | Compiling tokio v1.37.0 |
2483 | 2024-05-29T21:24:51.493Z | Compiling chrono v0.4.38 |
2484 | 2024-05-29T21:24:51.771Z | Compiling uuid v1.8.0 |
2485 | 2024-05-29T21:24:52.134Z | Compiling bitflags v2.5.0 |
2486 | 2024-05-29T21:24:52.500Z | Compiling http v0.2.12 |
2487 | 2024-05-29T21:24:52.822Z | Compiling serde_tokenstream v0.2.0 |
2488 | 2024-05-29T21:24:52.877Z | Compiling serde_spanned v0.6.6 |
2489 | 2024-05-29T21:24:53.082Z | Compiling toml_datetime v0.6.6 |
2490 | 2024-05-29T21:24:53.460Z | Compiling toml_edit v0.19.15 |
2491 | 2024-05-29T21:24:54.174Z | Compiling http-body v0.4.6 |
2492 | 2024-05-29T21:24:54.505Z | Compiling serde_urlencoded v0.7.1 |
2493 | 2024-05-29T21:24:54.546Z | Compiling scroll_derive v0.12.0 |
2494 | 2024-05-29T21:24:54.683Z | Compiling openapiv3 v2.0.0 |
2495 | 2024-05-29T21:24:54.924Z | Compiling cookie_store v0.20.0 |
2496 | 2024-05-29T21:24:55.720Z | Compiling scroll v0.12.0 |
2497 | 2024-05-29T21:24:56.137Z | Compiling pest_generator v2.7.10 |
2498 | 2024-05-29T21:24:56.297Z | Compiling rustls-pemfile v1.0.4 |
2499 | 2024-05-29T21:24:56.663Z | Compiling sync_wrapper v0.1.2 |
2500 | 2024-05-29T21:24:56.777Z | Compiling bitflags v1.3.2 |
2501 | 2024-05-29T21:24:56.802Z | Compiling webpki-roots v0.25.4 |
2502 | 2024-05-29T21:24:56.870Z | Compiling strsim v0.11.1 |
2503 | 2024-05-29T21:24:56.944Z | Compiling plain v0.2.3 |
2504 | 2024-05-29T21:24:57.062Z | Compiling goblin v0.8.2 |
2505 | 2024-05-29T21:24:57.429Z | Compiling tokio-util v0.7.11 |
2506 | 2024-05-29T21:24:57.642Z | Compiling tokio-rustls v0.24.1 |
2507 | 2024-05-29T21:24:57.708Z | Compiling pest_derive v2.7.10 |
2508 | 2024-05-29T21:24:58.039Z | Compiling rustc_version v0.4.0 |
2509 | 2024-05-29T21:24:58.403Z | Compiling h2 v0.3.26 |
2510 | 2024-05-29T21:24:58.499Z | Compiling tokio-native-tls v0.3.1 |
2511 | 2024-05-29T21:24:58.526Z | Compiling pem-rfc7468 v0.7.0 |
2512 | 2024-05-29T21:24:58.664Z | Compiling block-padding v0.3.3 |
2513 | 2024-05-29T21:24:58.742Z | Compiling der_derive v0.7.2 |
2514 | 2024-05-29T21:24:58.920Z | Compiling usdt-impl v0.5.0 |
2515 | 2024-05-29T21:24:59.623Z | Compiling flagset v0.4.5 |
2516 | 2024-05-29T21:24:59.648Z | Compiling pretty-hex v0.4.1 |
2517 | 2024-05-29T21:24:59.648Z | Compiling inout v0.1.3 |
2518 | 2024-05-29T21:24:59.648Z | Compiling dtrace-parser v0.2.0 |
2519 | 2024-05-29T21:24:59.648Z | Compiling thread-id v4.2.1 |
2520 | 2024-05-29T21:25:00.151Z | Compiling cipher v0.4.4 |
2521 | 2024-05-29T21:25:00.177Z | Compiling sha2 v0.10.8 |
2522 | 2024-05-29T21:25:00.177Z | Compiling either v1.12.0 |
2523 | 2024-05-29T21:25:00.177Z | Compiling ff v0.13.0 |
2524 | 2024-05-29T21:25:01.385Z | Compiling base16ct v0.2.0 |
2525 | 2024-05-29T21:25:01.422Z | Compiling stable_deref_trait v1.2.0 |
2526 | 2024-05-29T21:25:01.422Z | Compiling group v0.13.0 |
2527 | 2024-05-29T21:25:01.422Z | Compiling hkdf v0.12.4 |
2528 | 2024-05-29T21:25:01.423Z | Compiling crossbeam-epoch v0.9.18 |
2529 | 2024-05-29T21:25:01.423Z | Compiling der v0.7.9 |
2530 | 2024-05-29T21:25:01.423Z | Compiling crypto-bigint v0.5.5 |
2531 | 2024-05-29T21:25:01.423Z | Compiling num-integer v0.1.46 |
2532 | 2024-05-29T21:25:01.454Z | Compiling dof v0.3.0 |
2533 | 2024-05-29T21:25:01.876Z | Compiling memmap v0.7.0 |
2534 | 2024-05-29T21:25:02.460Z | Compiling spki v0.7.3 |
2535 | 2024-05-29T21:25:02.804Z | Compiling pkcs8 v0.10.2 |
2536 | 2024-05-29T21:25:03.233Z | Compiling sec1 v0.7.3 |
2537 | 2024-05-29T21:25:03.286Z | Compiling crc32fast v1.4.0 |
2538 | 2024-05-29T21:25:03.313Z | Compiling unicode-segmentation v1.11.0 |
2539 | 2024-05-29T21:25:03.459Z | Compiling winnow v0.6.8 |
2540 | 2024-05-29T21:25:03.559Z | Compiling elliptic-curve v0.13.8 |
2541 | 2024-05-29T21:25:03.716Z | Compiling hyper v0.14.28 |
2542 | 2024-05-29T21:25:03.789Z | Compiling managed v0.8.0 |
2543 | 2024-05-29T21:25:04.183Z | Compiling toml v0.7.8 |
2544 | 2024-05-29T21:25:04.244Z | Compiling hex v0.4.3 |
2545 | 2024-05-29T21:25:04.328Z | Compiling utf8parse v0.2.1 |
2546 | 2024-05-29T21:25:04.468Z | Compiling matches v0.1.10 |
2547 | 2024-05-29T21:25:04.553Z | Compiling anstyle v1.0.7 |
2548 | 2024-05-29T21:25:04.753Z | Compiling idna v0.2.3 |
2549 | 2024-05-29T21:25:04.920Z | Compiling anstyle-parse v0.2.4 |
2550 | 2024-05-29T21:25:05.197Z | Compiling ipnetwork v0.20.0 |
2551 | 2024-05-29T21:25:05.222Z | Compiling usdt-attr-macro v0.5.0 |
2552 | 2024-05-29T21:25:05.588Z | Compiling usdt-macro v0.5.0 |
2553 | 2024-05-29T21:25:05.623Z | Compiling enum-as-inner v0.5.1 |
2554 | 2024-05-29T21:25:05.958Z | Compiling siphasher v0.3.11 |
2555 | 2024-05-29T21:25:05.983Z | Compiling colorchoice v1.0.1 |
2556 | 2024-05-29T21:25:06.112Z | Compiling toml_edit v0.22.13 |
2557 | 2024-05-29T21:25:06.276Z | Compiling is_terminal_polyfill v1.70.0 |
2558 | 2024-05-29T21:25:06.386Z | Compiling bit-vec v0.6.3 |
2559 | 2024-05-29T21:25:06.444Z | Compiling anstyle-query v1.0.3 |
2560 | 2024-05-29T21:25:06.472Z | Compiling trust-dns-proto v0.22.0 |
2561 | 2024-05-29T21:25:06.570Z | Compiling anstream v0.6.14 |
2562 | 2024-05-29T21:25:06.602Z | Compiling flate2 v1.0.30 |
2563 | 2024-05-29T21:25:06.769Z | Compiling num-bigint v0.4.5 |
2564 | 2024-05-29T21:25:06.794Z | Compiling heapless v0.7.17 |
2565 | 2024-05-29T21:25:06.834Z | Compiling usdt v0.5.0 |
2566 | 2024-05-29T21:25:07.181Z | Compiling terminal_size v0.3.0 |
2567 | 2024-05-29T21:25:07.205Z | Compiling regress v0.9.1 |
2568 | 2024-05-29T21:25:07.266Z | Compiling signal-hook v0.3.17 |
2569 | 2024-05-29T21:25:07.348Z | Compiling finl_unicode v1.2.0 |
2570 | 2024-05-29T21:25:07.386Z | Compiling clap_lex v0.7.0 |
2571 | 2024-05-29T21:25:07.587Z | Compiling itertools v0.10.5 |
2572 | 2024-05-29T21:25:07.809Z | Compiling stringprep v0.1.4 |
2573 | 2024-05-29T21:25:07.863Z | Compiling clap_builder v4.5.2 |
2574 | 2024-05-29T21:25:08.766Z | Compiling clap_derive v4.5.4 |
2575 | 2024-05-29T21:25:09.929Z | Compiling hyper-rustls v0.24.2 |
2576 | 2024-05-29T21:25:10.250Z | Compiling hyper-tls v0.5.0 |
2577 | 2024-05-29T21:25:10.582Z | Compiling reqwest v0.11.27 |
2578 | 2024-05-29T21:25:11.152Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2579 | 2024-05-29T21:25:11.884Z | Compiling yasna v0.5.2 |
2580 | 2024-05-29T21:25:12.885Z | Compiling md-5 v0.10.6 |
2581 | 2024-05-29T21:25:13.103Z | Compiling hash32 v0.2.1 |
2582 | 2024-05-29T21:25:13.134Z | Compiling smoltcp v0.9.1 |
2583 | 2024-05-29T21:25:13.420Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2584 | 2024-05-29T21:25:13.450Z | Compiling fallible-iterator v0.2.0 |
2585 | 2024-05-29T21:25:13.770Z | Compiling clap v4.5.4 |
2586 | 2024-05-29T21:25:14.062Z | Compiling postgres-protocol v0.6.6 |
2587 | 2024-05-29T21:25:14.135Z | Compiling phf_shared v0.11.2 |
2588 | 2024-05-29T21:25:14.454Z | Compiling tokio-stream v0.1.15 |
2589 | 2024-05-29T21:25:14.887Z | Compiling hubpack_derive v0.1.1 |
2590 | 2024-05-29T21:25:14.887Z | Compiling zerocopy-derive v0.6.6 |
2591 | 2024-05-29T21:25:15.128Z | Compiling diesel_table_macro_syntax v0.1.0 |
2592 | 2024-05-29T21:25:15.214Z | Compiling scheduled-thread-pool v0.2.7 |
2593 | 2024-05-29T21:25:15.240Z | Compiling fs-err v2.11.0 |
2594 | 2024-05-29T21:25:15.449Z | Compiling fixedbitset v0.4.2 |
2595 | 2024-05-29T21:25:15.489Z | Compiling diesel_derives v2.1.4 |
2596 | 2024-05-29T21:25:15.616Z | Compiling r2d2 v0.8.10 |
2597 | 2024-05-29T21:25:15.642Z | Compiling hubpack v0.1.2 |
2598 | 2024-05-29T21:25:15.726Z | Compiling petgraph v0.6.5 |
2599 | 2024-05-29T21:25:15.827Z | Compiling postgres-types v0.2.6 |
2600 | 2024-05-29T21:25:16.023Z | Compiling phf v0.11.2 |
2601 | 2024-05-29T21:25:16.267Z | Compiling signal-hook-mio v0.2.3 |
2602 | 2024-05-29T21:25:16.531Z | Compiling zerocopy v0.6.6 |
2603 | 2024-05-29T21:25:16.648Z | Compiling phf_shared v0.10.0 |
2604 | 2024-05-29T21:25:16.982Z | Compiling similar v2.5.0 |
2605 | 2024-05-29T21:25:17.057Z | Compiling num-iter v0.1.45 |
2606 | 2024-05-29T21:25:17.185Z | Compiling strum_macros v0.25.3 |
2607 | 2024-05-29T21:25:17.223Z | Compiling serde_repr v0.1.19 |
2608 | 2024-05-29T21:25:17.625Z | Compiling console v0.15.8 |
2609 | 2024-05-29T21:25:18.230Z | Compiling getopts v0.2.21 |
2610 | 2024-05-29T21:25:18.841Z | Compiling float-cmp v0.9.0 |
2611 | 2024-05-29T21:25:18.873Z | Compiling whoami v1.5.1 |
2612 | 2024-05-29T21:25:18.998Z | Compiling normalize-line-endings v0.3.0 |
2613 | 2024-05-29T21:25:19.049Z | Compiling predicates-core v1.0.6 |
2614 | 2024-05-29T21:25:19.091Z | Compiling static_assertions v1.1.0 |
2615 | 2024-05-29T21:25:19.116Z | Compiling difflib v0.4.0 |
2616 | 2024-05-29T21:25:19.191Z | Compiling minimal-lexical v0.2.1 |
2617 | 2024-05-29T21:25:19.777Z | Compiling precomputed-hash v0.1.1 |
2618 | 2024-05-29T21:25:19.808Z | Compiling unsafe-libyaml v0.2.11 |
2619 | 2024-05-29T21:25:19.808Z | Compiling new_debug_unreachable v1.0.6 |
2620 | 2024-05-29T21:25:19.808Z | Compiling string_cache v0.8.7 |
2621 | 2024-05-29T21:25:19.808Z | Compiling nom v7.1.3 |
2622 | 2024-05-29T21:25:19.957Z | Compiling predicates v3.1.0 |
2623 | 2024-05-29T21:25:20.819Z | Compiling serde_yaml v0.9.34+deprecated |
2624 | 2024-05-29T21:25:20.844Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2625 | 2024-05-29T21:25:20.918Z | Compiling tokio-postgres v0.7.10 |
2626 | 2024-05-29T21:25:21.351Z | Compiling crossterm v0.27.0 |
2627 | 2024-05-29T21:25:23.314Z | Compiling bit-set v0.5.3 |
2628 | 2024-05-29T21:25:23.386Z | Compiling itertools v0.12.1 |
2629 | 2024-05-29T21:25:23.387Z | Compiling bstr v1.9.1 |
2630 | 2024-05-29T21:25:23.899Z | Compiling peg-runtime v0.8.3 |
2631 | 2024-05-29T21:25:24.298Z | Compiling lalrpop-util v0.19.12 |
2632 | 2024-05-29T21:25:24.438Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2633 | 2024-05-29T21:25:24.587Z | Compiling sha1 v0.10.6 |
2634 | 2024-05-29T21:25:24.633Z | Compiling camino v1.1.7 |
2635 | 2024-05-29T21:25:24.802Z | Compiling ident_case v1.0.1 |
2636 | 2024-05-29T21:25:24.828Z | Compiling strum_macros v0.26.2 |
2637 | 2024-05-29T21:25:24.922Z | Compiling darling_core v0.20.9 |
2638 | 2024-05-29T21:25:24.952Z | Compiling dirs-sys-next v0.1.2 |
2639 | 2024-05-29T21:25:24.978Z | Compiling match_cfg v0.1.0 |
2640 | 2024-05-29T21:25:25.048Z | Compiling base64 v0.22.1 |
2641 | 2024-05-29T21:25:25.477Z | Compiling dirs-next v2.0.0 |
2642 | 2024-05-29T21:25:25.592Z | Compiling hostname v0.3.1 |
2643 | 2024-05-29T21:25:25.635Z | Compiling toml v0.8.13 |
2644 | 2024-05-29T21:25:25.680Z | Compiling http v1.1.0 |
2645 | 2024-05-29T21:25:25.782Z | Compiling thread_local v1.1.8 |
2646 | 2024-05-29T21:25:26.004Z | Compiling slog-async v2.8.0 |
2647 | 2024-05-29T21:25:26.235Z | Compiling rustls-pki-types v1.7.0 |
2648 | 2024-05-29T21:25:26.486Z | Compiling term v0.7.0 |
2649 | 2024-05-29T21:25:26.533Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2650 | 2024-05-29T21:25:26.921Z | Compiling crossbeam-channel v0.5.12 |
2651 | 2024-05-29T21:25:27.030Z | Compiling is-terminal v0.4.12 |
2652 | 2024-05-29T21:25:27.148Z | Compiling take_mut v0.2.2 |
2653 | 2024-05-29T21:25:27.303Z | Compiling paste v1.0.15 |
2654 | 2024-05-29T21:25:27.351Z | Compiling diesel v2.1.6 |
2655 | 2024-05-29T21:25:27.679Z | Compiling rustls v0.22.4 |
2656 | 2024-05-29T21:25:27.795Z | Compiling slog-term v2.9.1 |
2657 | 2024-05-29T21:25:27.841Z | Compiling rustls-webpki v0.102.4 |
2658 | 2024-05-29T21:25:27.949Z | Compiling multer v3.1.0 |
2659 | 2024-05-29T21:25:28.221Z | Compiling instant v0.1.12 |
2660 | 2024-05-29T21:25:28.827Z | Compiling slog-json v2.6.1 |
2661 | 2024-05-29T21:25:29.031Z | Compiling strum v0.26.2 |
2662 | 2024-05-29T21:25:29.173Z | Compiling async-stream-impl v0.3.5 |
2663 | 2024-05-29T21:25:29.203Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) |
2664 | 2024-05-29T21:25:29.444Z | Compiling atomic-waker v1.1.2 |
2665 | 2024-05-29T21:25:29.479Z | Compiling debug-ignore v1.0.5 |
2666 | 2024-05-29T21:25:29.605Z | Compiling waitgroup v0.1.2 |
2667 | 2024-05-29T21:25:29.683Z | Compiling slog-bunyan v2.5.0 |
2668 | 2024-05-29T21:25:29.801Z | Compiling rustls-pemfile v2.1.2 |
2669 | 2024-05-29T21:25:29.854Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) |
2670 | 2024-05-29T21:25:30.205Z | Compiling serde_path_to_error v0.1.16 |
2671 | 2024-05-29T21:25:30.259Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2672 | 2024-05-29T21:25:30.319Z | Compiling async-stream v0.3.5 |
2673 | 2024-05-29T21:25:30.379Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2674 | 2024-05-29T21:25:30.583Z | Compiling structmeta-derive v0.3.0 |
2675 | 2024-05-29T21:25:30.608Z | Compiling hostname v0.4.0 |
2676 | 2024-05-29T21:25:30.797Z | Compiling darling_macro v0.20.9 |
2677 | 2024-05-29T21:25:30.822Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2678 | 2024-05-29T21:25:30.888Z | Compiling newtype-uuid v1.1.0 |
2679 | 2024-05-29T21:25:31.068Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2680 | 2024-05-29T21:25:31.140Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2681 | 2024-05-29T21:25:31.395Z | Compiling backoff v0.4.0 |
2682 | 2024-05-29T21:25:31.638Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2683 | 2024-05-29T21:25:31.696Z | Compiling darling v0.20.9 |
2684 | 2024-05-29T21:25:31.725Z | Compiling macaddr v1.0.1 |
2685 | 2024-05-29T21:25:31.725Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2686 | 2024-05-29T21:25:31.794Z | Compiling serde_with_macros v3.8.1 |
2687 | 2024-05-29T21:25:31.819Z | Compiling proc-macro-crate v1.3.1 |
2688 | 2024-05-29T21:25:31.883Z | Compiling fastrand v2.1.0 |
2689 | 2024-05-29T21:25:32.067Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2690 | 2024-05-29T21:25:32.348Z | Compiling tokio-rustls v0.25.0 |
2691 | 2024-05-29T21:25:32.394Z | Compiling tempfile v3.10.1 |
2692 | 2024-05-29T21:25:32.702Z | Compiling num_enum_derive v0.5.11 |
2693 | 2024-05-29T21:25:33.017Z | Compiling structmeta v0.3.0 |
2694 | 2024-05-29T21:25:33.115Z | Compiling proc-macro-error-attr v1.0.4 |
2695 | 2024-05-29T21:25:33.402Z | Compiling parse-display-derive v0.9.0 |
2696 | 2024-05-29T21:25:33.435Z | Compiling proc-macro-error v1.0.4 |
2697 | 2024-05-29T21:25:33.733Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2698 | 2024-05-29T21:25:34.421Z | Compiling serde_with v3.8.1 |
2699 | 2024-05-29T21:25:34.953Z | Compiling foreign-types-macros v0.2.3 |
2700 | 2024-05-29T21:25:35.010Z | Compiling num_enum v0.5.11 |
2701 | 2024-05-29T21:25:35.166Z | Compiling foreign-types-shared v0.3.1 |
2702 | 2024-05-29T21:25:35.289Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2703 | 2024-05-29T21:25:35.594Z | Compiling heapless v0.8.0 |
2704 | 2024-05-29T21:25:36.178Z | Compiling foreign-types v0.5.0 |
2705 | 2024-05-29T21:25:36.718Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2706 | 2024-05-29T21:25:36.993Z | Compiling cstr-argument v0.1.2 |
2707 | 2024-05-29T21:25:37.032Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2708 | 2024-05-29T21:25:37.232Z | Compiling hash32 v0.3.1 |
2709 | 2024-05-29T21:25:37.272Z | Compiling smoltcp v0.11.0 |
2710 | 2024-05-29T21:25:37.461Z | Compiling pretty-hex v0.2.1 |
2711 | 2024-05-29T21:25:37.554Z | Compiling parse-display v0.9.0 |
2712 | 2024-05-29T21:25:38.048Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2713 | 2024-05-29T21:25:38.078Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2714 | 2024-05-29T21:25:38.078Z | Compiling camino-tempfile v1.1.1 |
2715 | 2024-05-29T21:25:38.079Z | Compiling tabwriter v1.4.0 |
2716 | 2024-05-29T21:25:38.142Z | Compiling colored v2.1.0 |
2717 | 2024-05-29T21:25:38.181Z | Compiling socket2 v0.4.10 |
2718 | 2024-05-29T21:25:38.314Z | Compiling embedded-io v0.4.0 |
2719 | 2024-05-29T21:25:38.384Z | Compiling cobs v0.2.3 |
2720 | 2024-05-29T21:25:38.517Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2721 | 2024-05-29T21:25:38.644Z | Compiling postcard v1.0.8 |
2722 | 2024-05-29T21:25:38.773Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2723 | 2024-05-29T21:25:38.800Z | Compiling crucible-workspace-hack v0.1.0 |
2724 | 2024-05-29T21:25:39.014Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2725 | 2024-05-29T21:25:39.059Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2726 | 2024-05-29T21:25:39.100Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2727 | 2024-05-29T21:25:39.394Z | Compiling smf v0.2.3 |
2728 | 2024-05-29T21:25:39.454Z | Compiling humantime v2.1.0 |
2729 | 2024-05-29T21:25:39.813Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2730 | 2024-05-29T21:25:39.977Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2731 | 2024-05-29T21:25:40.002Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2732 | 2024-05-29T21:25:40.125Z | Compiling num-derive v0.4.2 |
2733 | 2024-05-29T21:25:40.371Z | Compiling sigpipe v0.1.3 |
2734 | 2024-05-29T21:25:40.488Z | Compiling utf-8 v0.7.6 |
2735 | 2024-05-29T21:25:40.548Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2736 | 2024-05-29T21:25:40.772Z | Compiling atty v0.2.14 |
2737 | 2024-05-29T21:25:40.893Z | Compiling semver v0.1.20 |
2738 | 2024-05-29T21:25:40.919Z | Compiling rayon-core v1.12.1 |
2739 | 2024-05-29T21:25:41.172Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2740 | 2024-05-29T21:25:41.197Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2741 | 2024-05-29T21:25:41.459Z | Compiling same-file v1.0.6 |
2742 | 2024-05-29T21:25:41.656Z | Compiling platforms v3.4.0 |
2743 | 2024-05-29T21:25:41.985Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2744 | 2024-05-29T21:25:42.350Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2745 | 2024-05-29T21:25:42.380Z | Compiling curve25519-dalek v4.1.2 |
2746 | 2024-05-29T21:25:42.527Z | Compiling walkdir v2.5.0 |
2747 | 2024-05-29T21:25:42.780Z | Compiling rustc_version v0.1.7 |
2748 | 2024-05-29T21:25:42.808Z | Compiling newline-converter v0.3.0 |
2749 | 2024-05-29T21:25:42.875Z | Compiling crossbeam-deque v0.8.5 |
2750 | 2024-05-29T21:25:42.910Z | Compiling universal-hash v0.5.1 |
2751 | 2024-05-29T21:25:42.936Z | Compiling opaque-debug v0.3.1 |
2752 | 2024-05-29T21:25:43.014Z | Compiling expectorate v1.1.0 |
2753 | 2024-05-29T21:25:43.194Z | Compiling tungstenite v0.20.1 |
2754 | 2024-05-29T21:25:43.222Z | Compiling xattr v1.3.1 |
2755 | 2024-05-29T21:25:43.258Z | Compiling signature v2.2.0 |
2756 | 2024-05-29T21:25:43.258Z | Compiling newtype_derive v0.1.6 |
2757 | 2024-05-29T21:25:43.439Z | Compiling curve25519-dalek-derive v0.1.1 |
2758 | 2024-05-29T21:25:43.479Z | Compiling ring v0.16.20 |
2759 | 2024-05-29T21:25:43.514Z | Compiling blake3 v1.5.1 |
2760 | 2024-05-29T21:25:43.826Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2761 | 2024-05-29T21:25:44.090Z | Compiling filetime v0.2.23 |
2762 | 2024-05-29T21:25:44.559Z | Compiling unicase v2.7.0 |
2763 | 2024-05-29T21:25:44.559Z | Compiling termcolor v1.4.1 |
2764 | 2024-05-29T21:25:44.648Z | Compiling convert_case v0.4.0 |
2765 | 2024-05-29T21:25:44.759Z | Compiling getrandom v0.1.16 |
2766 | 2024-05-29T21:25:44.784Z | Compiling quick-error v1.2.3 |
2767 | 2024-05-29T21:25:44.809Z | Compiling arc-swap v1.7.1 |
2768 | 2024-05-29T21:25:44.926Z | Compiling linked-hash-map v0.5.6 |
2769 | 2024-05-29T21:25:44.981Z | Compiling resolv-conf v0.7.0 |
2770 | 2024-05-29T21:25:45.212Z | Compiling lru-cache v0.1.2 |
2771 | 2024-05-29T21:25:45.237Z | Compiling slog-scope v4.4.0 |
2772 | 2024-05-29T21:25:45.348Z | Compiling env_logger v0.9.3 |
2773 | 2024-05-29T21:25:45.484Z | Compiling derive_more v0.99.17 |
2774 | 2024-05-29T21:25:45.660Z | Compiling tar v0.4.40 |
2775 | 2024-05-29T21:25:46.088Z | Compiling tokio-tungstenite v0.20.1 |
2776 | 2024-05-29T21:25:46.522Z | Compiling rayon v1.10.0 |
2777 | 2024-05-29T21:25:46.637Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2778 | 2024-05-29T21:25:47.003Z | Compiling password-hash v0.5.0 |
2779 | 2024-05-29T21:25:47.361Z | Compiling blake2 v0.10.6 |
2780 | 2024-05-29T21:25:47.838Z | Compiling bitstruct_derive v0.1.0 |
2781 | 2024-05-29T21:25:47.907Z | Compiling derive-where v1.2.7 |
2782 | 2024-05-29T21:25:48.481Z | Compiling memmap2 v0.9.4 |
2783 | 2024-05-29T21:25:48.881Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2784 | 2024-05-29T21:25:49.003Z | Compiling parking_lot_core v0.8.6 |
2785 | 2024-05-29T21:25:49.436Z | Compiling untrusted v0.7.1 |
2786 | 2024-05-29T21:25:49.495Z | Compiling ascii v1.1.0 |
2787 | 2024-05-29T21:25:49.495Z | Compiling libefi-sys v0.1.0 |
2788 | 2024-05-29T21:25:49.625Z | Compiling arrayvec v0.7.4 |
2789 | 2024-05-29T21:25:49.708Z | Compiling arrayref v0.3.7 |
2790 | 2024-05-29T21:25:49.797Z | Compiling constant_time_eq v0.3.0 |
2791 | 2024-05-29T21:25:49.961Z | Compiling home v0.5.9 |
2792 | 2024-05-29T21:25:49.998Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2793 | 2024-05-29T21:25:50.179Z | Compiling toolchain_find v0.4.0 |
2794 | 2024-05-29T21:25:50.944Z | Compiling bitstruct v0.1.1 |
2795 | 2024-05-29T21:25:51.080Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2796 | 2024-05-29T21:25:51.223Z | Compiling argon2 v0.5.3 |
2797 | 2024-05-29T21:25:51.316Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2798 | 2024-05-29T21:25:51.861Z | Compiling slog-stdlog v4.1.1 |
2799 | 2024-05-29T21:25:51.958Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2800 | 2024-05-29T21:25:52.184Z | Compiling trust-dns-resolver v0.22.0 |
2801 | 2024-05-29T21:25:52.240Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2802 | 2024-05-29T21:25:52.414Z | Compiling num-rational v0.4.2 |
2803 | 2024-05-29T21:25:52.439Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2804 | 2024-05-29T21:25:52.787Z | Compiling rfc6979 v0.4.0 |
2805 | 2024-05-29T21:25:52.891Z | Compiling erased-serde v0.3.31 |
2806 | 2024-05-29T21:25:52.970Z | Compiling serde_arrays v0.1.0 |
2807 | 2024-05-29T21:25:53.140Z | Compiling aead v0.5.2 |
2808 | 2024-05-29T21:25:53.511Z | Compiling num-complex v0.4.6 |
2809 | 2024-05-29T21:25:53.614Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2810 | 2024-05-29T21:25:54.002Z | Compiling nibble_vec v0.1.0 |
2811 | 2024-05-29T21:25:54.027Z | Compiling slog-dtrace v0.3.0 |
2812 | 2024-05-29T21:25:54.053Z | Compiling topological-sort v0.2.2 |
2813 | 2024-05-29T21:25:54.178Z | Compiling cancel-safe-futures v0.1.5 |
2814 | 2024-05-29T21:25:54.203Z | Compiling endian-type v0.1.2 |
2815 | 2024-05-29T21:25:54.241Z | Compiling keccak v0.1.5 |
2816 | 2024-05-29T21:25:54.359Z | Compiling omicron-zone-package v0.11.0 |
2817 | 2024-05-29T21:25:54.404Z | Compiling radix_trie v0.2.1 |
2818 | 2024-05-29T21:25:54.472Z | Compiling sha3 v0.10.8 |
2819 | 2024-05-29T21:25:54.509Z | Compiling num v0.4.3 |
2820 | 2024-05-29T21:25:54.709Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2821 | 2024-05-29T21:25:54.973Z | Compiling ecdsa v0.16.9 |
2822 | 2024-05-29T21:25:55.010Z | Compiling mime_guess v2.0.4 |
2823 | 2024-05-29T21:25:55.255Z | Compiling rand_core v0.5.1 |
2824 | 2024-05-29T21:25:55.648Z | Compiling slog-envlogger v2.2.0 |
2825 | 2024-05-29T21:25:55.683Z | Compiling steno v0.4.0 |
2826 | 2024-05-29T21:25:55.997Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2827 | 2024-05-29T21:25:56.325Z | Compiling rustfmt-wrapper v0.2.1 |
2828 | 2024-05-29T21:25:56.384Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2829 | 2024-05-29T21:25:56.644Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2830 | 2024-05-29T21:25:56.800Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2831 | 2024-05-29T21:25:57.027Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2832 | 2024-05-29T21:25:57.533Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2833 | 2024-05-29T21:25:57.587Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2834 | 2024-05-29T21:25:57.868Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2835 | 2024-05-29T21:25:58.244Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2836 | 2024-05-29T21:25:58.517Z | Compiling poly1305 v0.8.0 |
2837 | 2024-05-29T21:25:58.574Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2838 | 2024-05-29T21:25:58.814Z | Compiling primeorder v0.13.6 |
2839 | 2024-05-29T21:25:59.214Z | Compiling heck v0.3.3 |
2840 | 2024-05-29T21:25:59.290Z | Compiling chacha20 v0.9.1 |
2841 | 2024-05-29T21:25:59.571Z | Compiling thiserror-impl-no-std v2.0.2 |
2842 | 2024-05-29T21:25:59.678Z | Compiling secrecy v0.8.0 |
2843 | 2024-05-29T21:25:59.712Z | Compiling half v2.4.1 |
2844 | 2024-05-29T21:25:59.888Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2845 | 2024-05-29T21:25:59.914Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2846 | 2024-05-29T21:26:00.207Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2847 | 2024-05-29T21:26:00.232Z | Compiling option-ext v0.2.0 |
2848 | 2024-05-29T21:26:00.233Z | Compiling ciborium-io v0.2.2 |
2849 | 2024-05-29T21:26:00.263Z | Compiling dirs-sys v0.4.1 |
2850 | 2024-05-29T21:26:00.308Z | Compiling ciborium-ll v0.2.2 |
2851 | 2024-05-29T21:26:00.363Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2852 | 2024-05-29T21:26:00.652Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2853 | 2024-05-29T21:26:00.811Z | Compiling zone_cfg_derive v0.1.2 |
2854 | 2024-05-29T21:26:01.325Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2855 | 2024-05-29T21:26:01.651Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2856 | 2024-05-29T21:26:01.930Z | Compiling parking_lot v0.11.2 |
2857 | 2024-05-29T21:26:02.104Z | Compiling rand_chacha v0.2.2 |
2858 | 2024-05-29T21:26:02.130Z | Compiling trust-dns-client v0.22.0 |
2859 | 2024-05-29T21:26:02.225Z | Compiling thiserror-no-std v2.0.2 |
2860 | 2024-05-29T21:26:02.824Z | Compiling ed25519 v2.2.3 |
2861 | 2024-05-29T21:26:03.173Z | Compiling polyval v0.6.2 |
2862 | 2024-05-29T21:26:03.227Z | Compiling tungstenite v0.21.0 |
2863 | 2024-05-29T21:26:03.253Z | Compiling ctr v0.9.2 |
2864 | 2024-05-29T21:26:03.301Z | Compiling blowfish v0.9.1 |
2865 | 2024-05-29T21:26:03.579Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2866 | 2024-05-29T21:26:03.620Z | Compiling aes v0.8.4 |
2867 | 2024-05-29T21:26:03.704Z | Compiling libsw v3.3.1 |
2868 | 2024-05-29T21:26:04.008Z | Compiling toml v0.5.11 |
2869 | 2024-05-29T21:26:04.034Z | Compiling password-hash v0.4.2 |
2870 | 2024-05-29T21:26:04.663Z | Compiling pbkdf2 v0.12.2 |
2871 | 2024-05-29T21:26:04.795Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2872 | 2024-05-29T21:26:04.832Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2873 | 2024-05-29T21:26:05.048Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2874 | 2024-05-29T21:26:05.763Z | Compiling gethostname v0.4.3 |
2875 | 2024-05-29T21:26:05.988Z | Compiling fxhash v0.2.1 |
2876 | 2024-05-29T21:26:06.176Z | Compiling owo-colors v4.0.0 |
2877 | 2024-05-29T21:26:06.987Z | Compiling base64 v0.13.1 |
2878 | 2024-05-29T21:26:07.497Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2879 | 2024-05-29T21:26:07.925Z | Compiling swrite v0.1.0 |
2880 | 2024-05-29T21:26:08.038Z | Compiling linear-map v1.2.0 |
2881 | 2024-05-29T21:26:08.325Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2882 | 2024-05-29T21:26:08.367Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2883 | 2024-05-29T21:26:08.876Z | Compiling ron v0.7.1 |
2884 | 2024-05-29T21:26:10.751Z | Compiling sled v0.34.7 |
2885 | 2024-05-29T21:26:10.796Z | Compiling trust-dns-server v0.22.1 |
2886 | 2024-05-29T21:26:10.994Z | Compiling bcrypt-pbkdf v0.10.0 |
2887 | 2024-05-29T21:26:11.445Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2888 | 2024-05-29T21:26:11.492Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2889 | 2024-05-29T21:26:11.518Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2890 | 2024-05-29T21:26:12.080Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2891 | 2024-05-29T21:26:12.436Z | Compiling pbkdf2 v0.11.0 |
2892 | 2024-05-29T21:26:12.741Z | Compiling tokio-tungstenite v0.21.0 |
2893 | 2024-05-29T21:26:13.209Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2894 | 2024-05-29T21:26:13.559Z | Compiling ghash v0.5.1 |
2895 | 2024-05-29T21:26:13.737Z | Compiling ed25519-dalek v2.1.1 |
2896 | 2024-05-29T21:26:13.870Z | Compiling rand v0.7.3 |
2897 | 2024-05-29T21:26:13.960Z | Compiling vsss-rs v3.3.4 |
2898 | 2024-05-29T21:26:15.440Z | Compiling zone v0.1.8 |
2899 | 2024-05-29T21:26:15.938Z | Compiling ciborium v0.2.2 |
2900 | 2024-05-29T21:26:16.002Z | Compiling dirs v5.0.1 |
2901 | 2024-05-29T21:26:16.745Z | Compiling chacha20poly1305 v0.10.1 |
2902 | 2024-05-29T21:26:16.946Z | Compiling p521 v0.13.3 |
2903 | 2024-05-29T21:26:17.148Z | Compiling p256 v0.13.2 |
2904 | 2024-05-29T21:26:17.504Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2905 | 2024-05-29T21:26:17.563Z | Compiling pem v3.0.4 |
2906 | 2024-05-29T21:26:17.849Z | Compiling cbc v0.1.2 |
2907 | 2024-05-29T21:26:18.062Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2908 | 2024-05-29T21:26:18.229Z | Compiling headers-core v0.2.0 |
2909 | 2024-05-29T21:26:18.376Z | Compiling kstat-rs v0.2.3 |
2910 | 2024-05-29T21:26:18.411Z | Compiling portpicker v0.1.1 |
2911 | 2024-05-29T21:26:18.678Z | Compiling nanorand v0.7.0 |
2912 | 2024-05-29T21:26:18.773Z | Compiling russh-cryptovec v0.7.2 |
2913 | 2024-05-29T21:26:18.918Z | Compiling md5 v0.7.0 |
2914 | 2024-05-29T21:26:19.103Z | Compiling glob v0.3.1 |
2915 | 2024-05-29T21:26:19.205Z | Compiling http-range v0.1.5 |
2916 | 2024-05-29T21:26:19.285Z | Compiling russh-keys v0.43.0 |
2917 | 2024-05-29T21:26:19.342Z | Compiling flume v0.11.0 |
2918 | 2024-05-29T21:26:19.935Z | Compiling hyper-staticfile v0.9.5 |
2919 | 2024-05-29T21:26:19.974Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2920 | 2024-05-29T21:26:19.974Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2921 | 2024-05-29T21:26:20.196Z | Compiling headers v0.3.9 |
2922 | 2024-05-29T21:26:20.329Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2923 | 2024-05-29T21:26:21.862Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2924 | 2024-05-29T21:26:21.946Z | Compiling rcgen v0.12.1 |
2925 | 2024-05-29T21:26:23.068Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2926 | 2024-05-29T21:26:23.967Z | Compiling aes-gcm v0.10.3 |
2927 | 2024-05-29T21:26:24.218Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2928 | 2024-05-29T21:26:25.214Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2929 | 2024-05-29T21:26:25.884Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2930 | 2024-05-29T21:26:27.400Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2931 | 2024-05-29T21:26:27.454Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2932 | 2024-05-29T21:26:28.815Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2933 | 2024-05-29T21:26:29.508Z | Compiling atomicwrites v0.4.3 |
2934 | 2024-05-29T21:26:29.807Z | Compiling subprocess v0.2.9 |
2935 | 2024-05-29T21:26:31.054Z | Compiling display-error-chain v0.2.0 |
2936 | 2024-05-29T21:26:31.209Z | Compiling hex-literal v0.4.1 |
2937 | 2024-05-29T21:26:31.374Z | Compiling dhcproto-macros v0.1.0 |
2938 | 2024-05-29T21:26:31.421Z | Compiling russh v0.43.0 |
2939 | 2024-05-29T21:26:31.476Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2940 | 2024-05-29T21:26:32.225Z | Compiling dhcproto v0.11.0 |
2941 | 2024-05-29T21:26:33.168Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2942 | 2024-05-29T21:26:33.814Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2943 | 2024-05-29T21:26:35.080Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2944 | 2024-05-29T21:26:35.115Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2945 | 2024-05-29T21:26:35.472Z | Compiling internet-checksum v0.2.1 |
2946 | 2024-05-29T21:27:00.129Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2947 | 2024-05-29T21:27:54.953Z | Finished dev [unoptimized + debuginfo] target(s) in 3m 30s |
2948 | 2024-05-29T21:27:55.098Z | |
2949 | 2024-05-29T21:27:55.099Z | real 3:30.888082134 |
2950 | 2024-05-29T21:27:55.099Z | user 16:52.111313888 |
2951 | 2024-05-29T21:27:55.099Z | sys 4:05.231120969 |
2952 | 2024-05-29T21:27:55.099Z | trap 0.504933534 |
2953 | 2024-05-29T21:27:55.099Z | tflt 0.266438885 |
2954 | 2024-05-29T21:27:55.099Z | dflt 2.187487981 |
2955 | 2024-05-29T21:27:55.099Z | kflt 0.000539379 |
2956 | 2024-05-29T21:27:55.099Z | lock 35:43.723935633 |
2957 | 2024-05-29T21:27:55.100Z | slp 48:46.051630421 |
2958 | 2024-05-29T21:27:55.100Z | lat 1:00.854820896 |
2959 | 2024-05-29T21:27:55.100Z | stop 1:54.229910784 |
2960 | 2024-05-29T21:27:55.132Z | + mkdir tests |
2961 | 2024-05-29T21:27:55.132Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2962 | 2024-05-29T21:27:55.132Z | + xargs -I '{}' -t cp '{}' tests/ |
2963 | 2024-05-29T21:27:55.162Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-d9caab43602819e6 tests/ |
2964 | 2024-05-29T21:27:55.192Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-562ff04add60b960 tests/ |
2965 | 2024-05-29T21:27:55.234Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-1ebd58e5c16d1891 tests/ |
2966 | 2024-05-29T21:27:55.264Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fa93711239d79f99 tests/ |
2967 | 2024-05-29T21:27:55.640Z | + 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/*) |
2968 | 2024-05-29T21:27:55.682Z | + 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-562ff04add60b960 tests/commtest-1ebd58e5c16d1891 tests/dhcp_server-d9caab43602819e6 tests/end_to_end_tests-fa93711239d79f99 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 |
2969 | 2024-05-29T21:29:16.343Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2970 | 2024-05-29T21:29:16.343Z | a out/target/test 1K |
2971 | 2024-05-29T21:29:16.344Z | a out/npuzone/npuzone 23144K |
2972 | 2024-05-29T21:29:16.344Z | a package-manifest.toml 27K |
2973 | 2024-05-29T21:29:16.344Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2974 | 2024-05-29T21:29:16.344Z | a target/release/omicron-package 31629K |
2975 | 2024-05-29T21:29:16.344Z | a target/release/xtask 6668K |
2976 | 2024-05-29T21:29:16.345Z | a target/debug/bootstrap 347661K |
2977 | 2024-05-29T21:29:16.345Z | a tests/bootstrap-562ff04add60b960 24009K |
2978 | 2024-05-29T21:29:16.345Z | a tests/commtest-1ebd58e5c16d1891 24009K |
2979 | 2024-05-29T21:29:16.345Z | a tests/dhcp_server-d9caab43602819e6 24009K |
2980 | 2024-05-29T21:29:16.345Z | a tests/end_to_end_tests-fa93711239d79f99 357708K |
2981 | 2024-05-29T21:29:16.345Z | a out/clickhouse.tar.gz 222821K |
2982 | 2024-05-29T21:29:16.345Z | a out/clickhouse_keeper.tar.gz 222807K |
2983 | 2024-05-29T21:29:16.345Z | a out/cockroachdb.tar.gz 120780K |
2984 | 2024-05-29T21:29:16.346Z | a out/crucible-pantry-zone.tar.gz 27189K |
2985 | 2024-05-29T21:29:16.346Z | a out/crucible-zone.tar.gz 37955K |
2986 | 2024-05-29T21:29:16.346Z | a out/external-dns.tar.gz 24842K |
2987 | 2024-05-29T21:29:16.346Z | a out/internal-dns.tar.gz 24842K |
2988 | 2024-05-29T21:29:16.346Z | a out/mg-ddm-gz.tar 60398K |
2989 | 2024-05-29T21:29:16.346Z | a out/nexus.tar.gz 81453K |
2990 | 2024-05-29T21:29:16.347Z | a out/ntp.tar.gz 8747K |
2991 | 2024-05-29T21:29:16.347Z | a out/omicron-gateway-softnpu.tar.gz 14447K |
2992 | 2024-05-29T21:29:16.347Z | a out/omicron-sled-agent.tar 92274K |
2993 | 2024-05-29T21:29:16.347Z | a out/overlay.tar.gz 3K |
2994 | 2024-05-29T21:29:16.347Z | a out/oximeter.tar.gz 39988K |
2995 | 2024-05-29T21:29:16.347Z | a out/oxlog.tar 2898K |
2996 | 2024-05-29T21:29:16.347Z | a out/probe.tar.gz 2764K |
2997 | 2024-05-29T21:29:16.348Z | a out/propolis-server.tar.gz 65435K |
2998 | 2024-05-29T21:29:16.348Z | a out/pumpkind-gz.tar 26665K |
2999 | 2024-05-29T21:29:16.348Z | a out/switch-softnpu.tar.gz 194970K |
3000 | 2024-05-29T21:29:16.378Z | |
3001 | 2024-05-29T21:29:16.378Z | real 1:19.702766683 |
3002 | 2024-05-29T21:29:16.378Z | user 1:13.576052740 |
3003 | 2024-05-29T21:29:16.378Z | sys 7.837608822 |
3004 | 2024-05-29T21:29:16.378Z | trap 0.023400008 |
3005 | 2024-05-29T21:29:16.378Z | tflt 0.000000000 |
3006 | 2024-05-29T21:29:16.379Z | dflt 0.000000000 |
3007 | 2024-05-29T21:29:16.379Z | kflt 0.000000000 |
3008 | 2024-05-29T21:29:16.379Z | lock 0.000000000 |
3009 | 2024-05-29T21:29:16.379Z | slp 1:13.330199307 |
3010 | 2024-05-29T21:29:16.379Z | lat 4.632505662 |
3011 | 2024-05-29T21:29:16.379Z | stop 0.000873084 |
3012 | 2024-05-29T21:29:16.380Z | process exited: duration 1519985 ms, exit code 0 |
|
3013 | 2024-05-29T21:29:16.534Z | found 1 output files |
3014 | 2024-05-29T21:29:16.563Z | uploading: /work/package.tar.gz (1376517673 bytes) |
3015 | 2024-05-29T21:40:50.439Z | uploaded: /work/package.tar.gz |