|
|
|
1 | 2024-05-29T19:57:03.845Z | job assigned to worker 01HZ2YS2QPC0NRJNF50DRCPB19 (queued for 1 m 6 s) |
|
2 | 2024-05-29T19:57:11.766Z | starting task 0: "setup" |
3 | 2024-05-29T19:57:11.815Z | ++ uname -s |
4 | 2024-05-29T19:57:11.858Z | + kern=SunOS |
5 | 2024-05-29T19:57:11.858Z | + case "$kern" in |
6 | 2024-05-29T19:57:11.858Z | + groupadd -g 12345 build |
7 | 2024-05-29T19:57:11.858Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-29T19:57:13.833Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-29T19:57:13.953Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-29T19:57:13.964Z | + home_fs=zfs |
11 | 2024-05-29T19:57:13.964Z | + [[ zfs == autofs ]] |
12 | 2024-05-29T19:57:13.964Z | + mkdir -p /home/build |
13 | 2024-05-29T19:57:13.964Z | + chown build:build /home/build /work |
14 | 2024-05-29T19:57:22.165Z | + chmod 0700 /home/build /work |
15 | 2024-05-29T19:57:22.315Z | process exited: duration 4174 ms, exit code 0 |
|
16 | 2024-05-29T19:57:22.432Z | starting task 1: "rust-toolchain" |
17 | 2024-05-29T19:57:22.907Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-29T19:57:22.907Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
19 | 2024-05-29T19:57:22.918Z | info: downloading installer |
20 | 2024-05-29T19:57:24.375Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-29T19:57:24.376Z | warning: /opt/ooce/bin |
22 | 2024-05-29T19:57:24.376Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-29T19:57:24.376Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-29T19:57:24.376Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-29T19:57:24.376Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-29T19:57:24.376Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-29T19:57:24.377Z | error: cannot install while Rust is installed |
28 | 2024-05-29T19:57:24.377Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-29T19:57:24.390Z | info: profile set to 'default' |
30 | 2024-05-29T19:57:24.391Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-29T19:57:24.391Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
32 | 2024-05-29T19:57:24.391Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
33 | 2024-05-29T19:57:24.391Z | info: downloading component 'cargo' |
34 | 2024-05-29T19:57:24.996Z | info: downloading component 'clippy' |
35 | 2024-05-29T19:57:25.260Z | info: downloading component 'rust-docs' |
36 | 2024-05-29T19:57:26.258Z | info: downloading component 'rust-std' |
37 | 2024-05-29T19:57:27.872Z | info: downloading component 'rustc' |
38 | 2024-05-29T19:57:31.954Z | info: downloading component 'rustfmt' |
39 | 2024-05-29T19:57:32.188Z | info: installing component 'cargo' |
40 | 2024-05-29T19:57:33.028Z | info: installing component 'clippy' |
41 | 2024-05-29T19:57:33.384Z | info: installing component 'rust-docs' |
42 | 2024-05-29T19:57:34.872Z | info: installing component 'rust-std' |
43 | 2024-05-29T19:57:36.628Z | info: installing component 'rustc' |
44 | 2024-05-29T19:57:40.767Z | info: installing component 'rustfmt' |
45 | 2024-05-29T19:57:41.091Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
46 | 2024-05-29T19:57:41.091Z | |
47 | 2024-05-29T19:57:41.349Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
48 | 2024-05-29T19:57:41.350Z | |
49 | 2024-05-29T19:57:41.356Z | |
50 | 2024-05-29T19:57:41.357Z | Rust is installed now. Great! |
51 | 2024-05-29T19:57:41.357Z | |
52 | 2024-05-29T19:57:41.357Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-29T19:57:41.357Z | environment variable. This has not been done automatically. |
54 | 2024-05-29T19:57:41.357Z | |
55 | 2024-05-29T19:57:41.357Z | To configure your current shell, you need to source |
56 | 2024-05-29T19:57:41.357Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-29T19:57:41.357Z | |
58 | 2024-05-29T19:57:41.357Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-29T19:57:41.357Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-29T19:57:41.357Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-29T19:57:41.477Z | + rustc --version |
62 | 2024-05-29T19:57:41.540Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
63 | 2024-05-29T19:57:43.486Z | process exited: duration 19136 ms, exit code 0 |
|
64 | 2024-05-29T19:57:43.652Z | starting task 2: "authentication" |
65 | 2024-05-29T19:57:43.838Z | process exited: duration 143 ms, exit code 0 |
|
66 | 2024-05-29T19:57:44.028Z | starting task 3: "clone repository" |
67 | 2024-05-29T19:57:44.075Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-29T19:57:44.075Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-29T19:57:44.291Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-29T19:57:54.291Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-29T19:57:54.292Z | + git fetch origin a155af9134db2bcbdb1add772f94f4da5dd009f8 |
72 | 2024-05-29T19:57:54.845Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-29T19:57:54.845Z | * branch a155af9134db2bcbdb1add772f94f4da5dd009f8 -> FETCH_HEAD |
74 | 2024-05-29T19:57:54.850Z | + [[ -n '' ]] |
75 | 2024-05-29T19:57:54.850Z | + git reset --hard a155af9134db2bcbdb1add772f94f4da5dd009f8 |
76 | 2024-05-29T19:57:54.967Z | HEAD is now at a155af913 Move some queries into DataStore impls |
77 | 2024-05-29T19:57:54.972Z | process exited: duration 11073 ms, exit code 0 |
|
78 | 2024-05-29T19:57:54.980Z | starting task 4: "build" |
79 | 2024-05-29T19:57:54.985Z | + cargo --version |
80 | 2024-05-29T19:57:55.036Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
81 | 2024-05-29T19:57:55.041Z | + rustc --version |
82 | 2024-05-29T19:57:55.092Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
83 | 2024-05-29T19:57:55.520Z | + WORK=/work |
84 | 2024-05-29T19:57:55.520Z | + pfexec mkdir -p /work |
85 | 2024-05-29T19:57:55.520Z | + pfexec chown build /work |
86 | 2024-05-29T19:57:55.520Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2024-05-29T19:58:04.224Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2024-05-29T19:58:09.681Z | Startup: Caching catalogs ... Done |
89 | 2024-05-29T19:58:09.811Z | Planning: Solver setup ... Done (1.463s) |
90 | 2024-05-29T19:58:09.811Z | Planning: Running solver ... Done (0.027s) |
91 | 2024-05-29T19:58:09.811Z | Planning: Finding local manifests ... Done (0.003s) |
92 | 2024-05-29T19:58:09.811Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2024-05-29T19:58:09.811Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2024-05-29T19:58:09.811Z | Planning: Package planning ... Done (0.047s) |
95 | 2024-05-29T19:58:09.812Z | Planning: Merging actions ... Done (0.051s) |
96 | 2024-05-29T19:58:09.812Z | Planning: Checking for conflicting actions ... Done (0.727s) |
97 | 2024-05-29T19:58:09.812Z | Planning: Consolidating action changes ... Done (0.011s) |
98 | 2024-05-29T19:58:13.239Z | Planning: Evaluating mediators ... Done (3.686s) |
99 | 2024-05-29T19:58:13.657Z | Planning: Planning completed in 7.16 seconds |
100 | 2024-05-29T19:58:13.660Z | Packages to install: 4 |
101 | 2024-05-29T19:58:13.660Z | Mediators to change: 2 |
102 | 2024-05-29T19:58:13.660Z | Services to change: 1 |
103 | 2024-05-29T19:58:13.660Z | Estimated space available: 155.78 GB |
104 | 2024-05-29T19:58:13.660Z | Estimated space to be consumed: 1.45 GB |
105 | 2024-05-29T19:58:13.660Z | Create boot environment: No |
106 | 2024-05-29T19:58:13.660Z | Create backup boot environment: No |
107 | 2024-05-29T19:58:13.660Z | Rebuild boot archive: No |
108 | 2024-05-29T19:58:13.660Z | |
109 | 2024-05-29T19:58:13.660Z | Changed mediators: |
110 | 2024-05-29T19:58:13.660Z | mediator clang: |
111 | 2024-05-29T19:58:13.660Z | version: None -> 15 (system default) |
112 | 2024-05-29T19:58:13.660Z | |
113 | 2024-05-29T19:58:13.660Z | mediator llvm: |
114 | 2024-05-29T19:58:13.660Z | version: 14 (system default) -> 15 (system default) |
115 | 2024-05-29T19:58:13.660Z | |
116 | 2024-05-29T19:58:13.660Z | Changed packages: |
117 | 2024-05-29T19:58:13.660Z | helios-dev |
118 | 2024-05-29T19:58:13.660Z | developer/build-essential |
119 | 2024-05-29T19:58:13.661Z | None -> 11-2.0 |
120 | 2024-05-29T19:58:13.661Z | library/libxmlsec1 |
121 | 2024-05-29T19:58:13.661Z | None -> 1.2.35-2.0 |
122 | 2024-05-29T19:58:13.661Z | ooce/developer/clang-15 |
123 | 2024-05-29T19:58:13.661Z | None -> 15.0.7-2.0 |
124 | 2024-05-29T19:58:13.661Z | ooce/developer/llvm-15 |
125 | 2024-05-29T19:58:13.661Z | None -> 15.0.7-2.0 |
126 | 2024-05-29T19:58:13.661Z | |
127 | 2024-05-29T19:58:13.661Z | Services: |
128 | 2024-05-29T19:58:13.661Z | restart_fmri: |
129 | 2024-05-29T19:58:13.661Z | svc:/system/update-man-index:default |
130 | 2024-05-29T19:58:13.661Z | |
131 | 2024-05-29T19:58:13.661Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2024-05-29T19:58:18.641Z | Download: 455/3290 items 17.0/212.6MB 7% complete (3.5M/s) |
133 | 2024-05-29T19:58:23.643Z | Download: 1159/3290 items 64.2/212.6MB 30% complete (6.4M/s) |
134 | 2024-05-29T19:58:28.650Z | Download: 1631/3290 items 117.8/212.6MB 55% complete (10.1M/s) |
135 | 2024-05-29T19:58:33.652Z | Download: 3158/3290 items 146.9/212.6MB 69% complete (8.3M/s) |
136 | 2024-05-29T19:58:36.561Z | Download: Completed 212.60 MB in 22.81 seconds (9.3M/s) |
137 | 2024-05-29T19:58:37.441Z | Actions: 1/3689 actions (Installing new actions) |
138 | 2024-05-29T19:58:42.453Z | Actions: 3555/3689 actions (Installing new actions) |
139 | 2024-05-29T19:58:42.547Z | Actions: Completed 3689 actions in 5.12 seconds. |
140 | 2024-05-29T19:58:42.777Z | Done (0.217s) |
141 | 2024-05-29T19:58:42.777Z | Done (0.000s) |
142 | 2024-05-29T19:58:43.060Z | Done (0.292s) |
143 | 2024-05-29T19:58:48.014Z | Done (4.794s) |
144 | 2024-05-29T19:58:48.178Z | Done (0.086s) |
145 | 2024-05-29T19:58:48.183Z | Done (0.000s) |
146 | 2024-05-29T19:58:48.368Z | Done (0.000s) |
147 | 2024-05-29T19:58:48.899Z | Planning: Evaluating mediator changes ... Done |
148 | 2024-05-29T19:58:49.057Z | Planning: Checking for conflicting actions ... Done |
149 | 2024-05-29T19:58:49.065Z | Planning: Consolidating action changes ... Done |
150 | 2024-05-29T19:58:49.324Z | Planning: Evaluating mediators ... Done |
151 | 2024-05-29T19:58:49.329Z | Planning: Planning completed in 0.42 seconds |
152 | 2024-05-29T19:58:49.354Z | Mediators to change: 2 |
153 | 2024-05-29T19:58:49.354Z | Create boot environment: No |
154 | 2024-05-29T19:58:49.354Z | Create backup boot environment: No |
155 | 2024-05-29T19:58:49.422Z | Done |
156 | 2024-05-29T19:58:49.422Z | Done |
157 | 2024-05-29T19:58:49.610Z | Done |
158 | 2024-05-29T19:58:53.069Z | Done |
159 | 2024-05-29T19:58:53.148Z | Done |
160 | 2024-05-29T19:58:53.148Z | Done |
161 | 2024-05-29T19:58:53.266Z | Done |
162 | 2024-05-29T19:58:53.849Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-05-29T19:58:53.855Z | Planning: Merging actions ... Done |
164 | 2024-05-29T19:58:54.037Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-05-29T19:58:54.040Z | Planning: Consolidating action changes ... Done |
166 | 2024-05-29T19:58:54.293Z | Planning: Evaluating mediators ... Done |
167 | 2024-05-29T19:58:54.359Z | Planning: Planning completed in 0.73 seconds |
168 | 2024-05-29T19:58:54.380Z | Packages to change: 1 |
169 | 2024-05-29T19:58:54.380Z | Mediators to change: 1 |
170 | 2024-05-29T19:58:54.380Z | Services to change: 1 |
171 | 2024-05-29T19:58:54.386Z | Create boot environment: No |
172 | 2024-05-29T19:58:54.386Z | Create backup boot environment: Yes |
173 | 2024-05-29T19:58:56.143Z | Actions: 1/6 actions (Updating modified actions) |
174 | 2024-05-29T19:58:56.193Z | Actions: Completed 6 actions in 0.06 seconds. |
175 | 2024-05-29T19:58:56.193Z | Done |
176 | 2024-05-29T19:58:56.194Z | Done |
177 | 2024-05-29T19:58:56.257Z | Done |
178 | 2024-05-29T19:58:59.706Z | Done |
179 | 2024-05-29T19:58:59.783Z | Done |
180 | 2024-05-29T19:58:59.787Z | Done |
181 | 2024-05-29T19:58:59.887Z | Done |
182 | 2024-05-29T19:59:00.314Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
183 | 2024-05-29T19:59:00.314Z | clang system 15 system |
184 | 2024-05-29T19:59:00.314Z | csh system system illumos |
185 | 2024-05-29T19:59:00.314Z | ctags system system illumos |
186 | 2024-05-29T19:59:00.314Z | gcc vendor 12 vendor |
187 | 2024-05-29T19:59:00.315Z | gcc system 10 system |
188 | 2024-05-29T19:59:00.315Z | gcc system 7 system |
189 | 2024-05-29T19:59:00.315Z | go system 1.20 system |
190 | 2024-05-29T19:59:00.315Z | go system 1.19 system |
191 | 2024-05-29T19:59:00.315Z | llvm system 15 system |
192 | 2024-05-29T19:59:00.315Z | llvm system 14 system |
193 | 2024-05-29T19:59:00.315Z | mariadb system 10.6 system |
194 | 2024-05-29T19:59:00.315Z | mta vendor vendor dma |
195 | 2024-05-29T19:59:00.316Z | openjdk system 17 system |
196 | 2024-05-29T19:59:00.316Z | openjdk system 11 system |
197 | 2024-05-29T19:59:00.316Z | openjdk system 1.8 system |
198 | 2024-05-29T19:59:00.316Z | openssl vendor 3 vendor |
199 | 2024-05-29T19:59:00.316Z | perl system 5.36 system |
200 | 2024-05-29T19:59:00.316Z | postgresql system 15 system |
201 | 2024-05-29T19:59:00.316Z | postgresql system 13 system |
202 | 2024-05-29T19:59:00.316Z | python vendor 3 vendor |
203 | 2024-05-29T19:59:00.316Z | python system 2 system |
204 | 2024-05-29T19:59:00.317Z | python3 system 3.11 system |
205 | 2024-05-29T19:59:00.317Z | ruby system 3.0 system |
206 | 2024-05-29T19:59:00.317Z | words vendor vendor american-english |
207 | 2024-05-29T19:59:00.317Z | words system system australian-english |
208 | 2024-05-29T19:59:00.317Z | words system system british-english |
209 | 2024-05-29T19:59:00.317Z | words system system canadian-english |
210 | 2024-05-29T19:59:00.317Z | words system system french |
211 | 2024-05-29T19:59:00.317Z | words system system italian |
212 | 2024-05-29T19:59:00.317Z | words system system ngerman |
213 | 2024-05-29T19:59:00.318Z | words system system ogerman |
214 | 2024-05-29T19:59:00.318Z | words system system spanish |
215 | 2024-05-29T19:59:00.638Z | PUBLISHER TYPE STATUS P LOCATION |
216 | 2024-05-29T19:59:00.638Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
217 | 2024-05-29T19:59:02.060Z | FMRI IFO |
218 | 2024-05-29T19:59:02.060Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
219 | 2024-05-29T19:59:02.060Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
220 | 2024-05-29T19:59:02.060Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
221 | 2024-05-29T19:59:02.060Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
222 | 2024-05-29T19:59:02.060Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
223 | 2024-05-29T19:59:02.060Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
224 | 2024-05-29T19:59:02.060Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
225 | 2024-05-29T19:59:02.060Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
226 | 2024-05-29T19:59:02.060Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
227 | 2024-05-29T19:59:02.060Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
228 | 2024-05-29T19:59:02.060Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
229 | 2024-05-29T19:59:02.060Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
230 | 2024-05-29T19:59:02.327Z | + set -o errexit |
231 | 2024-05-29T19:59:02.331Z | +++ dirname ./tools/ci_download_cockroachdb |
232 | 2024-05-29T19:59:02.331Z | ++ cd ./tools |
233 | 2024-05-29T19:59:02.332Z | ++ pwd |
234 | 2024-05-29T19:59:02.337Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
235 | 2024-05-29T19:59:02.337Z | ++ basename ./tools/ci_download_cockroachdb |
236 | 2024-05-29T19:59:02.337Z | + ARG0=ci_download_cockroachdb |
237 | 2024-05-29T19:59:02.337Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
238 | 2024-05-29T19:59:02.337Z | + CIDL_VERSION=v22.1.9 |
239 | 2024-05-29T19:59:02.337Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
240 | 2024-05-29T19:59:02.337Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
241 | 2024-05-29T19:59:02.338Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
242 | 2024-05-29T19:59:02.338Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
243 | 2024-05-29T19:59:02.338Z | + TARGET_DIR=out |
244 | 2024-05-29T19:59:02.338Z | + DOWNLOAD_DIR=out/downloads |
245 | 2024-05-29T19:59:02.338Z | + DEST_DIR=./out/cockroachdb |
246 | 2024-05-29T19:59:02.338Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
247 | 2024-05-29T19:59:02.338Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
248 | 2024-05-29T19:59:02.345Z | + main |
249 | 2024-05-29T19:59:02.345Z | + [[ 0 != 0 ]] |
250 | 2024-05-29T19:59:02.345Z | + CIDL_OS=solaris2.11 |
251 | 2024-05-29T19:59:02.345Z | + [[ 0 != 0 ]] |
252 | 2024-05-29T19:59:02.346Z | + configure_os solaris2.11 |
253 | 2024-05-29T19:59:02.346Z | + echo 'current directory: /work/oxidecomputer/omicron' |
254 | 2024-05-29T19:59:02.346Z | + echo 'configuring based on OS: "solaris2.11"' |
255 | 2024-05-29T19:59:02.346Z | + case "$1" in |
256 | 2024-05-29T19:59:02.346Z | + CIDL_BUILD=illumos |
257 | 2024-05-29T19:59:02.347Z | current directory: /work/oxidecomputer/omicron |
258 | 2024-05-29T19:59:02.347Z | configuring based on OS: "solaris2.11" |
259 | 2024-05-29T19:59:02.347Z | + CIDL_SUFFIX=tar.gz |
260 | 2024-05-29T19:59:02.347Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
261 | 2024-05-29T19:59:02.347Z | + CIDL_URL_BASE=https://illumos.org/downloads |
262 | 2024-05-29T19:59:02.347Z | + CIDL_ASSEMBLE=do_assemble_illumos |
263 | 2024-05-29T19:59:02.347Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
264 | 2024-05-29T19:59:02.347Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
265 | 2024-05-29T19:59:02.347Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
266 | 2024-05-29T19:59:02.347Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
267 | 2024-05-29T19:59:02.347Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
268 | 2024-05-29T19:59:02.347Z | + CIDL_SHA256FUNC=do_sha256sum |
269 | 2024-05-29T19:59:02.347Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
270 | 2024-05-29T19:59:02.347Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
271 | 2024-05-29T19:59:02.347Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2024-05-29T19:59:02.347Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2024-05-29T19:59:02.348Z | + mkdir -p out/downloads |
274 | 2024-05-29T19:59:02.348Z | + mkdir -p ./out/cockroachdb |
275 | 2024-05-29T19:59:02.348Z | + local DO_DOWNLOAD=true |
276 | 2024-05-29T19:59:02.348Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
277 | 2024-05-29T19:59:02.348Z | + '[' true == true ']' |
278 | 2024-05-29T19:59:02.348Z | + echo Downloading... |
279 | 2024-05-29T19:59:02.348Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-05-29T19:59:02.348Z | Downloading... |
281 | 2024-05-29T19:59:02.348Z | + 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 |
282 | 2024-05-29T19:59:04.729Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-05-29T19:59:04.736Z | ++ sha256sum |
284 | 2024-05-29T19:59:04.736Z | ++ awk '{print $1}' |
285 | 2024-05-29T19:59:04.797Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
286 | 2024-05-29T19:59:04.801Z | + [[ 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 ]] |
287 | 2024-05-29T19:59:04.802Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-05-29T19:59:04.802Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
289 | 2024-05-29T19:59:06.964Z | + do_assemble_illumos |
290 | 2024-05-29T19:59:06.964Z | + rm -r ./out/cockroachdb |
291 | 2024-05-29T19:59:06.970Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
292 | 2024-05-29T19:59:07.377Z | + ./out/cockroachdb/bin/cockroach version |
293 | 2024-05-29T19:59:07.601Z | Build Tag: v22.1.9-dirty |
294 | 2024-05-29T19:59:07.602Z | Build Time: 2022/10/26 21:17:46 |
295 | 2024-05-29T19:59:07.602Z | Distribution: OSS |
296 | 2024-05-29T19:59:07.602Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
297 | 2024-05-29T19:59:07.602Z | Go Version: go1.17.13 |
298 | 2024-05-29T19:59:07.602Z | C Compiler: gcc 10.3.0 |
299 | 2024-05-29T19:59:07.602Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
300 | 2024-05-29T19:59:07.602Z | Build Type: release |
301 | 2024-05-29T19:59:07.607Z | + set -o errexit |
302 | 2024-05-29T19:59:07.607Z | +++ dirname ./tools/ci_download_clickhouse |
303 | 2024-05-29T19:59:07.607Z | ++ cd ./tools |
304 | 2024-05-29T19:59:07.607Z | ++ pwd |
305 | 2024-05-29T19:59:07.607Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
306 | 2024-05-29T19:59:07.607Z | ++ basename ./tools/ci_download_clickhouse |
307 | 2024-05-29T19:59:07.607Z | + ARG0=ci_download_clickhouse |
308 | 2024-05-29T19:59:07.608Z | + TARGET_DIR=out |
309 | 2024-05-29T19:59:07.608Z | + DOWNLOAD_DIR=out/downloads |
310 | 2024-05-29T19:59:07.608Z | + DEST_DIR=./out/clickhouse |
311 | 2024-05-29T19:59:07.614Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
312 | 2024-05-29T19:59:07.615Z | + CIDL_VERSION=v23.8.7.24 |
313 | 2024-05-29T19:59:07.615Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
314 | 2024-05-29T19:59:07.616Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
315 | 2024-05-29T19:59:07.616Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
316 | 2024-05-29T19:59:07.616Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
317 | 2024-05-29T19:59:07.616Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
318 | 2024-05-29T19:59:07.616Z | + main |
319 | 2024-05-29T19:59:07.616Z | + [[ 0 != 0 ]] |
320 | 2024-05-29T19:59:07.616Z | + CIDL_OS=solaris2.11 |
321 | 2024-05-29T19:59:07.617Z | + [[ 0 != 0 ]] |
322 | 2024-05-29T19:59:07.617Z | + configure_os solaris2.11 |
323 | 2024-05-29T19:59:07.617Z | + echo 'current directory: /work/oxidecomputer/omicron' |
324 | 2024-05-29T19:59:07.617Z | current directory: /work/oxidecomputer/omicron |
325 | 2024-05-29T19:59:07.617Z | + echo 'configuring based on OS: "solaris2.11"' |
326 | 2024-05-29T19:59:07.617Z | + CIDL_DASHREV= |
327 | 2024-05-29T19:59:07.617Z | + case "$1" in |
328 | 2024-05-29T19:59:07.617Z | configuring based on OS: "solaris2.11" |
329 | 2024-05-29T19:59:07.617Z | + CIDL_PLATFORM=illumos |
330 | 2024-05-29T19:59:07.617Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
331 | 2024-05-29T19:59:07.617Z | + CIDL_MD5FUNC=do_md5sum |
332 | 2024-05-29T19:59:07.617Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
333 | 2024-05-29T19:59:07.618Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
334 | 2024-05-29T19:59:07.618Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
335 | 2024-05-29T19:59:07.618Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
336 | 2024-05-29T19:59:07.618Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
337 | 2024-05-29T19:59:07.618Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
338 | 2024-05-29T19:59:07.618Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
339 | 2024-05-29T19:59:07.618Z | + mkdir -p out/downloads |
340 | 2024-05-29T19:59:07.618Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
341 | 2024-05-29T19:59:07.618Z | + mkdir -p ./out/clickhouse |
342 | 2024-05-29T19:59:07.623Z | + local DO_DOWNLOAD=true |
343 | 2024-05-29T19:59:07.623Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
344 | 2024-05-29T19:59:07.623Z | + '[' true == true ']' |
345 | 2024-05-29T19:59:07.623Z | + echo Downloading... |
346 | 2024-05-29T19:59:07.624Z | Downloading... |
347 | 2024-05-29T19:59:07.624Z | + 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 |
348 | 2024-05-29T19:59:07.624Z | + 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 |
349 | 2024-05-29T19:59:09.201Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
350 | 2024-05-29T19:59:09.206Z | ++ md5sum |
351 | 2024-05-29T19:59:09.206Z | ++ awk '{print $1}' |
352 | 2024-05-29T19:59:09.459Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
353 | 2024-05-29T19:59:09.464Z | + [[ 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 ]] |
354 | 2024-05-29T19:59:09.464Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
355 | 2024-05-29T19:59:09.464Z | + mkdir -p ./out/clickhouse |
356 | 2024-05-29T19:59:09.464Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
357 | 2024-05-29T19:59:13.300Z | + [[ solaris2.11 == darwin* ]] |
358 | 2024-05-29T19:59:13.300Z | + ./out/clickhouse/clickhouse server --version |
359 | 2024-05-29T19:59:13.564Z | ClickHouse server version 23.8.7.1. |
360 | 2024-05-29T19:59:13.583Z | + set -o errexit |
361 | 2024-05-29T19:59:13.586Z | +++ dirname ./tools/ci_download_console |
362 | 2024-05-29T19:59:13.586Z | ++ cd ./tools |
363 | 2024-05-29T19:59:13.590Z | ++ pwd |
364 | 2024-05-29T19:59:13.590Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
365 | 2024-05-29T19:59:13.590Z | ++ basename ./tools/ci_download_console |
366 | 2024-05-29T19:59:13.590Z | + ARG0=ci_download_console |
367 | 2024-05-29T19:59:13.590Z | + TARGET_DIR=out |
368 | 2024-05-29T19:59:13.590Z | + DOWNLOAD_DIR=out/downloads |
369 | 2024-05-29T19:59:13.590Z | + DEST_DIR=./out/console-assets |
370 | 2024-05-29T19:59:13.590Z | + source /work/oxidecomputer/omicron/tools/console_version |
371 | 2024-05-29T19:59:13.590Z | ++ COMMIT=a228b75ba35952b68c0b8b0892c452d4fc29467a |
372 | 2024-05-29T19:59:13.590Z | ++ SHA2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 |
373 | 2024-05-29T19:59:13.590Z | + URL=https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
374 | 2024-05-29T19:59:13.590Z | + TARBALL_FILE=out/downloads/console.tar.gz |
375 | 2024-05-29T19:59:13.590Z | + main |
376 | 2024-05-29T19:59:13.590Z | + [[ 0 != 0 ]] |
377 | 2024-05-29T19:59:13.591Z | + echo 'URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz' |
378 | 2024-05-29T19:59:13.591Z | URL: https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
379 | 2024-05-29T19:59:13.591Z | + echo 'Local file: out/downloads/console.tar.gz' |
380 | 2024-05-29T19:59:13.591Z | + local DO_DOWNLOAD=true |
381 | 2024-05-29T19:59:13.591Z | Local file: out/downloads/console.tar.gz |
382 | 2024-05-29T19:59:13.591Z | + [[ -f out/downloads/console.tar.gz ]] |
383 | 2024-05-29T19:59:13.591Z | + mkdir -p out/downloads |
384 | 2024-05-29T19:59:13.594Z | + '[' true == true ']' |
385 | 2024-05-29T19:59:13.594Z | + echo Downloading... |
386 | 2024-05-29T19:59:13.594Z | Downloading... |
387 | 2024-05-29T19:59:13.594Z | + do_download_curl https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz out/downloads/console.tar.gz |
388 | 2024-05-29T19:59:13.594Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/a228b75ba35952b68c0b8b0892c452d4fc29467a.tar.gz |
389 | 2024-05-29T19:59:14.194Z | ++ do_sha256sum out/downloads/console.tar.gz |
390 | 2024-05-29T19:59:14.194Z | ++ case "$OSTYPE" in |
391 | 2024-05-29T19:59:14.203Z | ++ SHA=sha256sum |
392 | 2024-05-29T19:59:14.204Z | ++ sha256sum |
393 | 2024-05-29T19:59:14.204Z | ++ awk '{print $1}' |
394 | 2024-05-29T19:59:14.204Z | + calculated_sha2=8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 |
395 | 2024-05-29T19:59:14.204Z | + [[ 8d5b06680e5986b633b3f97e46d7823ea2dddf2b98930d8c6a4f7dc1eb382048 != \8\d\5\b\0\6\6\8\0\e\5\9\8\6\b\6\3\3\b\3\f\9\7\e\4\6\d\7\8\2\3\e\a\2\d\d\d\f\2\b\9\8\9\3\0\d\8\c\6\a\4\f\7\d\c\1\e\b\3\8\2\0\4\8 ]] |
396 | 2024-05-29T19:59:14.204Z | + rm -rf ./out/console-assets |
397 | 2024-05-29T19:59:14.204Z | + mkdir -p ./out/console-assets |
398 | 2024-05-29T19:59:14.204Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
399 | 2024-05-29T19:59:14.205Z | + mkdir -p ./out/console-assets |
400 | 2024-05-29T19:59:14.205Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
401 | 2024-05-29T19:59:14.293Z | + set -o errexit |
402 | 2024-05-29T19:59:14.309Z | +++ dirname ./tools/ci_download_dendrite_openapi |
403 | 2024-05-29T19:59:14.309Z | ++ cd ./tools |
404 | 2024-05-29T19:59:14.309Z | ++ pwd |
405 | 2024-05-29T19:59:14.309Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
406 | 2024-05-29T19:59:14.309Z | ++ basename ./tools/ci_download_dendrite_openapi |
407 | 2024-05-29T19:59:14.309Z | + ARG0=ci_download_dendrite_openapi |
408 | 2024-05-29T19:59:14.309Z | + TARGET_DIR=out |
409 | 2024-05-29T19:59:14.310Z | + DOWNLOAD_DIR=out/downloads |
410 | 2024-05-29T19:59:14.310Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
411 | 2024-05-29T19:59:14.310Z | ++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
412 | 2024-05-29T19:59:14.310Z | ++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
413 | 2024-05-29T19:59:14.310Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
414 | 2024-05-29T19:59:14.310Z | + LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
415 | 2024-05-29T19:59:14.311Z | + main |
416 | 2024-05-29T19:59:14.311Z | + [[ 0 != 0 ]] |
417 | 2024-05-29T19:59:14.311Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json' |
418 | 2024-05-29T19:59:14.311Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
419 | 2024-05-29T19:59:14.311Z | + echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json' |
420 | 2024-05-29T19:59:14.311Z | Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
421 | 2024-05-29T19:59:14.312Z | + local DO_DOWNLOAD=true |
422 | 2024-05-29T19:59:14.312Z | + [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]] |
423 | 2024-05-29T19:59:14.312Z | + mkdir -p out/downloads |
424 | 2024-05-29T19:59:14.312Z | + '[' true == true ']' |
425 | 2024-05-29T19:59:14.312Z | + echo Downloading... |
426 | 2024-05-29T19:59:14.312Z | Downloading... |
427 | 2024-05-29T19:59:14.313Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
428 | 2024-05-29T19:59:14.313Z | + 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 |
429 | 2024-05-29T19:59:14.580Z | ++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
430 | 2024-05-29T19:59:14.580Z | ++ case "$OSTYPE" in |
431 | 2024-05-29T19:59:14.583Z | ++ SHA=sha256sum |
432 | 2024-05-29T19:59:14.583Z | ++ sha256sum |
433 | 2024-05-29T19:59:14.583Z | ++ awk '{print $1}' |
434 | 2024-05-29T19:59:14.587Z | + calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
435 | 2024-05-29T19:59:14.587Z | + [[ 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 ]] |
436 | 2024-05-29T19:59:14.592Z | + set -o errexit |
437 | 2024-05-29T19:59:14.595Z | +++ dirname ./tools/ci_download_dendrite_stub |
438 | 2024-05-29T19:59:14.598Z | ++ cd ./tools |
439 | 2024-05-29T19:59:14.598Z | ++ pwd |
440 | 2024-05-29T19:59:14.598Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
441 | 2024-05-29T19:59:14.598Z | ++ basename ./tools/ci_download_dendrite_stub |
442 | 2024-05-29T19:59:14.598Z | + ARG0=ci_download_dendrite_stub |
443 | 2024-05-29T19:59:14.598Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
444 | 2024-05-29T19:59:14.598Z | ++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
445 | 2024-05-29T19:59:14.598Z | ++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b |
446 | 2024-05-29T19:59:14.602Z | ++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882 |
447 | 2024-05-29T19:59:14.602Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
448 | 2024-05-29T19:59:14.602Z | ++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
449 | 2024-05-29T19:59:14.602Z | ++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
450 | 2024-05-29T19:59:14.602Z | + TARGET_DIR=out |
451 | 2024-05-29T19:59:14.602Z | + DOWNLOAD_DIR=out/downloads |
452 | 2024-05-29T19:59:14.602Z | + DEST_DIR=./out/dendrite-stub |
453 | 2024-05-29T19:59:14.602Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
454 | 2024-05-29T19:59:14.602Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
455 | 2024-05-29T19:59:14.602Z | + REPO=oxidecomputer/dendrite |
456 | 2024-05-29T19:59:14.602Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
457 | 2024-05-29T19:59:14.602Z | + main |
458 | 2024-05-29T19:59:14.602Z | + [[ 0 != 0 ]] |
459 | 2024-05-29T19:59:14.602Z | + CIDL_OS=solaris2.11 |
460 | 2024-05-29T19:59:14.602Z | + [[ 0 != 0 ]] |
461 | 2024-05-29T19:59:14.602Z | + configure_os solaris2.11 |
462 | 2024-05-29T19:59:14.602Z | + echo 'current directory: /work/oxidecomputer/omicron' |
463 | 2024-05-29T19:59:14.602Z | current directory: /work/oxidecomputer/omicron |
464 | 2024-05-29T19:59:14.603Z | + echo 'configuring based on OS: "solaris2.11"' |
465 | 2024-05-29T19:59:14.603Z | configuring based on OS: "solaris2.11" |
466 | 2024-05-29T19:59:14.603Z | + case "$1" in |
467 | 2024-05-29T19:59:14.603Z | + SET_BINARIES= |
468 | 2024-05-29T19:59:14.603Z | + CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
469 | 2024-05-29T19:59:14.603Z | + CIDL_SHA256FUNC=do_sha256sum |
470 | 2024-05-29T19:59:14.603Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
471 | 2024-05-29T19:59:14.603Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
472 | 2024-05-29T19:59:14.603Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
473 | 2024-05-29T19:59:14.603Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz' |
474 | 2024-05-29T19:59:14.603Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
475 | 2024-05-29T19:59:14.603Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
476 | 2024-05-29T19:59:14.603Z | Local file: out/downloads/dendrite-stub.tar.gz |
477 | 2024-05-29T19:59:14.603Z | + mkdir -p out/downloads |
478 | 2024-05-29T19:59:14.603Z | + mkdir -p ./out/dendrite-stub |
479 | 2024-05-29T19:59:14.607Z | + fetch_and_verify |
480 | 2024-05-29T19:59:14.607Z | + local DO_DOWNLOAD=true |
481 | 2024-05-29T19:59:14.607Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
482 | 2024-05-29T19:59:14.607Z | + '[' true == true ']' |
483 | 2024-05-29T19:59:14.607Z | + echo Downloading... |
484 | 2024-05-29T19:59:14.607Z | Downloading... |
485 | 2024-05-29T19:59:14.607Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
486 | 2024-05-29T19:59:14.607Z | + 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 |
487 | 2024-05-29T19:59:23.668Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
488 | 2024-05-29T19:59:23.681Z | ++ sha256sum |
489 | 2024-05-29T19:59:23.681Z | ++ awk '{print $1}' |
490 | 2024-05-29T19:59:23.694Z | + calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
491 | 2024-05-29T19:59:23.698Z | + [[ 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 ]] |
492 | 2024-05-29T19:59:23.698Z | + do_untar out/downloads/dendrite-stub.tar.gz |
493 | 2024-05-29T19:59:23.698Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
494 | 2024-05-29T19:59:24.320Z | + do_assemble |
495 | 2024-05-29T19:59:24.320Z | + rm -r ./out/dendrite-stub |
496 | 2024-05-29T19:59:24.323Z | + mkdir ./out/dendrite-stub |
497 | 2024-05-29T19:59:24.327Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
498 | 2024-05-29T19:59:24.406Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
499 | 2024-05-29T19:59:24.416Z | + set -o errexit |
500 | 2024-05-29T19:59:24.419Z | +++ dirname ./tools/ci_download_maghemite_mgd |
501 | 2024-05-29T19:59:24.423Z | ++ cd ./tools |
502 | 2024-05-29T19:59:24.423Z | ++ pwd |
503 | 2024-05-29T19:59:24.423Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
504 | 2024-05-29T19:59:24.423Z | ++ basename ./tools/ci_download_maghemite_mgd |
505 | 2024-05-29T19:59:24.423Z | + ARG0=ci_download_maghemite_mgd |
506 | 2024-05-29T19:59:24.423Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
507 | 2024-05-29T19:59:24.423Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
508 | 2024-05-29T19:59:24.423Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
509 | 2024-05-29T19:59:24.423Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
510 | 2024-05-29T19:59:24.423Z | ++ COMMIT=23b0cf439f9f62b9a4933e55cc72bcaddc9596cd |
511 | 2024-05-29T19:59:24.423Z | ++ SHA2=fdb33ee7425923560534672264008ef8948d227afce948ab704de092ad72157c |
512 | 2024-05-29T19:59:24.423Z | + TARGET_DIR=out |
513 | 2024-05-29T19:59:24.423Z | + DOWNLOAD_DIR=out/downloads |
514 | 2024-05-29T19:59:24.423Z | + DEST_DIR=./out/mgd |
515 | 2024-05-29T19:59:24.424Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
516 | 2024-05-29T19:59:24.424Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
517 | 2024-05-29T19:59:24.424Z | + REPO=oxidecomputer/maghemite |
518 | 2024-05-29T19:59:24.424Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd |
519 | 2024-05-29T19:59:24.427Z | + main |
520 | 2024-05-29T19:59:24.427Z | + rm -rf out/downloads/root |
521 | 2024-05-29T19:59:24.431Z | + [[ 0 != 0 ]] |
522 | 2024-05-29T19:59:24.431Z | + CIDL_OS=solaris2.11 |
523 | 2024-05-29T19:59:24.435Z | + [[ 0 != 0 ]] |
524 | 2024-05-29T19:59:24.435Z | + configure_os solaris2.11 |
525 | 2024-05-29T19:59:24.436Z | + echo 'current directory: /work/oxidecomputer/omicron' |
526 | 2024-05-29T19:59:24.436Z | current directory: /work/oxidecomputer/omicron |
527 | 2024-05-29T19:59:24.436Z | + echo 'configuring based on OS: "solaris2.11"' |
528 | 2024-05-29T19:59:24.436Z | configuring based on OS: "solaris2.11" |
529 | 2024-05-29T19:59:24.436Z | + case "$1" in |
530 | 2024-05-29T19:59:24.436Z | + SET_BINARIES= |
531 | 2024-05-29T19:59:24.436Z | + CIDL_SHA256FUNC=do_sha256sum |
532 | 2024-05-29T19:59:24.436Z | + TARBALL_FILENAME=mgd.tar.gz |
533 | 2024-05-29T19:59:24.436Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz |
534 | 2024-05-29T19:59:24.436Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
535 | 2024-05-29T19:59:24.436Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz' |
536 | 2024-05-29T19:59:24.436Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz |
537 | 2024-05-29T19:59:24.436Z | Local file: out/downloads/mgd.tar.gz |
538 | 2024-05-29T19:59:24.436Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
539 | 2024-05-29T19:59:24.436Z | + mkdir -p out/downloads |
540 | 2024-05-29T19:59:24.436Z | + mkdir -p ./out/mgd |
541 | 2024-05-29T19:59:24.441Z | + fetch_and_verify |
542 | 2024-05-29T19:59:24.441Z | + local DO_DOWNLOAD=true |
543 | 2024-05-29T19:59:24.441Z | + [[ -f out/downloads/mgd.tar.gz ]] |
544 | 2024-05-29T19:59:24.441Z | + '[' true == true ']' |
545 | 2024-05-29T19:59:24.441Z | + echo Downloading... |
546 | 2024-05-29T19:59:24.441Z | Downloading... |
547 | 2024-05-29T19:59:24.441Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz out/downloads/mgd.tar.gz |
548 | 2024-05-29T19:59:24.441Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz |
549 | 2024-05-29T19:59:34.089Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
550 | 2024-05-29T19:59:34.093Z | ++ sha256sum |
551 | 2024-05-29T19:59:34.094Z | ++ awk '{print $1}' |
552 | 2024-05-29T19:59:34.114Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
553 | 2024-05-29T19:59:34.115Z | + [[ 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 ]] |
554 | 2024-05-29T19:59:34.143Z | + do_untar out/downloads/mgd.tar.gz |
555 | 2024-05-29T19:59:34.144Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
556 | 2024-05-29T19:59:34.699Z | + do_assemble |
557 | 2024-05-29T19:59:34.699Z | + rm -r ./out/mgd |
558 | 2024-05-29T19:59:34.706Z | + mkdir ./out/mgd |
559 | 2024-05-29T19:59:34.707Z | + cp -r out/downloads/root ./out/mgd/root |
560 | 2024-05-29T19:59:34.781Z | + set -o errexit |
561 | 2024-05-29T19:59:34.785Z | +++ dirname ./tools/ci_download_transceiver_control |
562 | 2024-05-29T19:59:34.785Z | ++ cd ./tools |
563 | 2024-05-29T19:59:34.785Z | ++ pwd |
564 | 2024-05-29T19:59:34.789Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
565 | 2024-05-29T19:59:34.789Z | ++ basename ./tools/ci_download_transceiver_control |
566 | 2024-05-29T19:59:34.789Z | + ARG0=ci_download_transceiver_control |
567 | 2024-05-29T19:59:34.789Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
568 | 2024-05-29T19:59:34.789Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
569 | 2024-05-29T19:59:34.789Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
570 | 2024-05-29T19:59:34.789Z | + TARGET_DIR=out |
571 | 2024-05-29T19:59:34.789Z | + DOWNLOAD_DIR=out/downloads |
572 | 2024-05-29T19:59:34.789Z | + DEST_DIR=./out/transceiver-control |
573 | 2024-05-29T19:59:34.789Z | + BIN_DIR=/opt/oxide/bin |
574 | 2024-05-29T19:59:34.790Z | + BINARY=xcvradm |
575 | 2024-05-29T19:59:34.790Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
576 | 2024-05-29T19:59:34.790Z | + REPO=oxidecomputer/transceiver-control |
577 | 2024-05-29T19:59:34.790Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
578 | 2024-05-29T19:59:34.790Z | + main |
579 | 2024-05-29T19:59:34.790Z | + [[ 0 != 0 ]] |
580 | 2024-05-29T19:59:34.790Z | + CIDL_OS=solaris2.11 |
581 | 2024-05-29T19:59:34.790Z | + [[ 0 != 0 ]] |
582 | 2024-05-29T19:59:34.790Z | + configure_os solaris2.11 |
583 | 2024-05-29T19:59:34.790Z | + echo 'current directory: /work/oxidecomputer/omicron' |
584 | 2024-05-29T19:59:34.790Z | current directory: /work/oxidecomputer/omicron |
585 | 2024-05-29T19:59:34.790Z | + echo 'configuring based on OS: "solaris2.11"' |
586 | 2024-05-29T19:59:34.790Z | + case "$1" in |
587 | 2024-05-29T19:59:34.790Z | configuring based on OS: "solaris2.11" |
588 | 2024-05-29T19:59:34.790Z | + SET_BINARIES= |
589 | 2024-05-29T19:59:34.791Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
590 | 2024-05-29T19:59:34.791Z | + CIDL_SHA256FUNC=do_sha256sum |
591 | 2024-05-29T19:59:34.791Z | + ARCHIVE_FILENAME=xcvradm.gz |
592 | 2024-05-29T19:59:34.791Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
593 | 2024-05-29T19:59:34.791Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
594 | 2024-05-29T19:59:34.791Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
595 | 2024-05-29T19:59:34.791Z | + echo 'Local file: out/downloads/xcvradm.gz' |
596 | 2024-05-29T19:59:34.791Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
597 | 2024-05-29T19:59:34.791Z | Local file: out/downloads/xcvradm.gz |
598 | 2024-05-29T19:59:34.791Z | + mkdir -p out/downloads |
599 | 2024-05-29T19:59:34.795Z | + mkdir -p ./out/transceiver-control |
600 | 2024-05-29T19:59:34.795Z | + fetch_and_verify |
601 | 2024-05-29T19:59:34.796Z | + local DO_DOWNLOAD=true |
602 | 2024-05-29T19:59:34.796Z | + [[ -f out/downloads/xcvradm.gz ]] |
603 | 2024-05-29T19:59:34.796Z | + '[' true == true ']' |
604 | 2024-05-29T19:59:34.796Z | + echo Downloading... |
605 | 2024-05-29T19:59:34.796Z | Downloading... |
606 | 2024-05-29T19:59:34.796Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
607 | 2024-05-29T19:59:34.796Z | + 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 |
608 | 2024-05-29T19:59:37.711Z | ++ do_sha256sum out/downloads/xcvradm.gz |
609 | 2024-05-29T19:59:37.742Z | ++ sha256sum |
610 | 2024-05-29T19:59:37.742Z | ++ awk '{print $1}' |
611 | 2024-05-29T19:59:37.742Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
612 | 2024-05-29T19:59:37.742Z | + [[ 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 ]] |
613 | 2024-05-29T19:59:37.743Z | + do_unpack out/downloads/xcvradm.gz |
614 | 2024-05-29T19:59:37.743Z | + mkdir -p out/downloads/root//opt/oxide/bin |
615 | 2024-05-29T19:59:37.743Z | + gzip -dc out/downloads/xcvradm.gz |
616 | 2024-05-29T19:59:37.743Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
617 | 2024-05-29T19:59:37.744Z | + do_assemble |
618 | 2024-05-29T19:59:37.744Z | + rm -r ./out/transceiver-control |
619 | 2024-05-29T19:59:37.744Z | + mkdir ./out/transceiver-control |
620 | 2024-05-29T19:59:37.744Z | + cp -r out/downloads/root ./out/transceiver-control/root |
621 | 2024-05-29T19:59:37.745Z | + set -o errexit |
622 | 2024-05-29T19:59:37.745Z | +++ dirname ./tools/ci_download_thundermuffin |
623 | 2024-05-29T19:59:37.745Z | ++ cd ./tools |
624 | 2024-05-29T19:59:37.746Z | ++ pwd |
625 | 2024-05-29T19:59:37.746Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
626 | 2024-05-29T19:59:37.746Z | ++ basename ./tools/ci_download_thundermuffin |
627 | 2024-05-29T19:59:37.746Z | + ARG0=ci_download_thundermuffin |
628 | 2024-05-29T19:59:37.746Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
629 | 2024-05-29T19:59:37.746Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
630 | 2024-05-29T19:59:37.746Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
631 | 2024-05-29T19:59:37.747Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
632 | 2024-05-29T19:59:37.747Z | + TARGET_DIR=out |
633 | 2024-05-29T19:59:37.747Z | + DOWNLOAD_DIR=out/downloads |
634 | 2024-05-29T19:59:37.747Z | + DEST_DIR=./out/thundermuffin |
635 | 2024-05-29T19:59:37.747Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
636 | 2024-05-29T19:59:37.747Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
637 | 2024-05-29T19:59:37.748Z | + REPO=oxidecomputer/thundermuffin |
638 | 2024-05-29T19:59:37.748Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
639 | 2024-05-29T19:59:37.748Z | + main |
640 | 2024-05-29T19:59:37.748Z | + rm -rf out/downloads/root |
641 | 2024-05-29T19:59:37.748Z | + [[ 0 != 0 ]] |
642 | 2024-05-29T19:59:37.749Z | + CIDL_OS=solaris2.11 |
643 | 2024-05-29T19:59:37.749Z | + [[ 0 != 0 ]] |
644 | 2024-05-29T19:59:37.749Z | + configure_os solaris2.11 |
645 | 2024-05-29T19:59:37.749Z | + echo 'current directory: /work/oxidecomputer/omicron' |
646 | 2024-05-29T19:59:37.749Z | current directory: /work/oxidecomputer/omicron |
647 | 2024-05-29T19:59:37.750Z | + echo 'configuring based on OS: "solaris2.11"' |
648 | 2024-05-29T19:59:37.750Z | + case "$1" in |
649 | 2024-05-29T19:59:37.750Z | configuring based on OS: "solaris2.11" |
650 | 2024-05-29T19:59:37.750Z | + SET_BINARIES= |
651 | 2024-05-29T19:59:37.750Z | + CIDL_SHA256FUNC=do_sha256sum |
652 | 2024-05-29T19:59:37.750Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
653 | 2024-05-29T19:59:37.750Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
654 | 2024-05-29T19:59:37.751Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
655 | 2024-05-29T19:59:37.751Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
656 | 2024-05-29T19:59:37.751Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
657 | 2024-05-29T19:59:37.751Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
658 | 2024-05-29T19:59:37.751Z | Local file: out/downloads/thundermuffin.tar.gz |
659 | 2024-05-29T19:59:37.751Z | + mkdir -p out/downloads |
660 | 2024-05-29T19:59:37.751Z | + mkdir -p ./out/thundermuffin |
661 | 2024-05-29T19:59:37.751Z | + fetch_and_verify |
662 | 2024-05-29T19:59:37.752Z | + local DO_DOWNLOAD=true |
663 | 2024-05-29T19:59:37.752Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
664 | 2024-05-29T19:59:37.752Z | + '[' true == true ']' |
665 | 2024-05-29T19:59:37.752Z | + echo Downloading... |
666 | 2024-05-29T19:59:37.752Z | Downloading... |
667 | 2024-05-29T19:59:37.752Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
668 | 2024-05-29T19:59:37.752Z | + 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 |
669 | 2024-05-29T19:59:39.159Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
670 | 2024-05-29T19:59:39.164Z | ++ sha256sum |
671 | 2024-05-29T19:59:39.164Z | ++ awk '{print $1}' |
672 | 2024-05-29T19:59:39.165Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
673 | 2024-05-29T19:59:39.165Z | + [[ 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 ]] |
674 | 2024-05-29T19:59:39.165Z | + do_untar out/downloads/thundermuffin.tar.gz |
675 | 2024-05-29T19:59:39.165Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
676 | 2024-05-29T19:59:39.238Z | + do_assemble |
677 | 2024-05-29T19:59:39.238Z | + rm -r ./out/thundermuffin |
678 | 2024-05-29T19:59:39.249Z | + mkdir ./out/thundermuffin |
679 | 2024-05-29T19:59:39.249Z | + cp -r out/downloads/root ./out/thundermuffin/root |
680 | 2024-05-29T19:59:39.249Z | All prerequisites installed successfully |
681 | 2024-05-29T19:59:39.250Z | |
682 | 2024-05-29T19:59:39.250Z | real 1:44.078127399 |
683 | 2024-05-29T19:59:39.250Z | user 37.079708837 |
684 | 2024-05-29T19:59:39.250Z | sys 6.626123321 |
685 | 2024-05-29T19:59:39.250Z | trap 0.008148054 |
686 | 2024-05-29T19:59:39.250Z | tflt 0.178886635 |
687 | 2024-05-29T19:59:39.250Z | dflt 0.183504867 |
688 | 2024-05-29T19:59:39.250Z | kflt 0.146787290 |
689 | 2024-05-29T19:59:39.251Z | lock 1.265059045 |
690 | 2024-05-29T19:59:39.251Z | slp 3:28.029321258 |
691 | 2024-05-29T19:59:39.251Z | lat 1.966103080 |
692 | 2024-05-29T19:59:39.251Z | stop 0.126093316 |
693 | 2024-05-29T19:59:39.251Z | + ptime -m ./tools/ci_download_softnpu_machinery |
694 | 2024-05-29T19:59:39.260Z | fetching npuzone |
695 | 2024-05-29T19:59:39.265Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
696 | 2024-05-29T19:59:39.265Z | (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2) |
697 | 2024-05-29T19:59:39.265Z | Getting hash for npuzone |
698 | 2024-05-29T19:59:39.837Z | (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568) |
699 | 2024-05-29T19:59:45.834Z | npuzone downloaded successfully |
700 | 2024-05-29T19:59:45.841Z | |
701 | 2024-05-29T19:59:45.841Z | real 6.591742720 |
702 | 2024-05-29T19:59:45.841Z | user 0.263322413 |
703 | 2024-05-29T19:59:45.841Z | sys 0.090748590 |
704 | 2024-05-29T19:59:45.841Z | trap 0.000137130 |
705 | 2024-05-29T19:59:45.841Z | tflt 0.000000000 |
706 | 2024-05-29T19:59:45.841Z | dflt 0.000000000 |
707 | 2024-05-29T19:59:45.841Z | kflt 0.000000000 |
708 | 2024-05-29T19:59:45.841Z | lock 0.000000000 |
709 | 2024-05-29T19:59:45.841Z | slp 19.339060468 |
710 | 2024-05-29T19:59:45.842Z | lat 0.054479675 |
711 | 2024-05-29T19:59:45.842Z | stop 0.000164020 |
712 | 2024-05-29T19:59:45.842Z | + export CARGO_INCREMENTAL=0 |
713 | 2024-05-29T19:59:45.842Z | + CARGO_INCREMENTAL=0 |
714 | 2024-05-29T19:59:45.842Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
715 | 2024-05-29T19:59:46.051Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
716 | 2024-05-29T19:59:46.367Z | Updating git repository `https://github.com/oxidecomputer/zone` |
717 | 2024-05-29T19:59:46.651Z | Updating crates.io index |
718 | 2024-05-29T19:59:46.716Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
719 | 2024-05-29T19:59:47.381Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
720 | 2024-05-29T19:59:48.053Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
721 | 2024-05-29T19:59:50.106Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
722 | 2024-05-29T19:59:50.572Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
723 | 2024-05-29T19:59:50.855Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
724 | 2024-05-29T19:59:51.808Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
725 | 2024-05-29T19:59:53.656Z | Updating git repository `https://github.com/oxidecomputer/opte` |
726 | 2024-05-29T19:59:54.889Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
727 | 2024-05-29T19:59:55.578Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
728 | 2024-05-29T19:59:56.172Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
729 | 2024-05-29T19:59:56.520Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
730 | 2024-05-29T19:59:56.834Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
731 | 2024-05-29T19:59:57.167Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
732 | 2024-05-29T19:59:57.488Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
733 | 2024-05-29T19:59:57.919Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
734 | 2024-05-29T19:59:58.200Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
735 | 2024-05-29T19:59:58.434Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
736 | 2024-05-29T19:59:58.775Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
737 | 2024-05-29T19:59:59.098Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
738 | 2024-05-29T19:59:59.452Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
739 | 2024-05-29T19:59:59.794Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
740 | 2024-05-29T20:00:00.482Z | Updating git repository `https://github.com/jgallagher/nix` |
741 | 2024-05-29T20:00:01.479Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
742 | 2024-05-29T20:00:01.851Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
743 | 2024-05-29T20:00:02.323Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
744 | 2024-05-29T20:00:02.922Z | Updating git repository `https://github.com/oxidecomputer/typify` |
745 | 2024-05-29T20:00:05.289Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
746 | 2024-05-29T20:00:05.307Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
747 | 2024-05-29T20:00:05.540Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
748 | 2024-05-29T20:00:06.119Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
749 | 2024-05-29T20:00:07.344Z | Downloading crates ... |
750 | 2024-05-29T20:00:07.504Z | Downloaded atomicwrites v0.4.3 |
751 | 2024-05-29T20:00:07.511Z | Downloaded bitfield v0.14.0 |
752 | 2024-05-29T20:00:07.932Z | Downloaded http-range v0.1.5 |
753 | 2024-05-29T20:00:07.937Z | Downloaded crossbeam-deque v0.8.5 |
754 | 2024-05-29T20:00:07.937Z | Downloaded anyhow v1.0.83 |
755 | 2024-05-29T20:00:07.937Z | Downloaded bitflags v1.3.2 |
756 | 2024-05-29T20:00:07.937Z | Downloaded bytecount v0.6.8 |
757 | 2024-05-29T20:00:07.937Z | Downloaded base16ct v0.2.0 |
758 | 2024-05-29T20:00:07.937Z | Downloaded async-recursion v1.1.1 |
759 | 2024-05-29T20:00:07.938Z | Downloaded http v1.1.0 |
760 | 2024-05-29T20:00:07.938Z | Downloaded bitstruct_derive v0.1.0 |
761 | 2024-05-29T20:00:07.938Z | Downloaded heapless v0.7.17 |
762 | 2024-05-29T20:00:07.938Z | Downloaded hostname v0.3.1 |
763 | 2024-05-29T20:00:07.938Z | Downloaded hubpack v0.1.2 |
764 | 2024-05-29T20:00:07.938Z | Downloaded bytes v1.6.0 |
765 | 2024-05-29T20:00:07.938Z | Downloaded ascii v1.1.0 |
766 | 2024-05-29T20:00:07.938Z | Downloaded http v0.2.12 |
767 | 2024-05-29T20:00:07.938Z | Downloaded hostname v0.4.0 |
768 | 2024-05-29T20:00:07.938Z | Downloaded base64ct v1.6.0 |
769 | 2024-05-29T20:00:07.938Z | Downloaded httpdate v1.0.3 |
770 | 2024-05-29T20:00:07.938Z | Downloaded httparse v1.8.0 |
771 | 2024-05-29T20:00:07.938Z | Downloaded heapless v0.8.0 |
772 | 2024-05-29T20:00:07.938Z | Downloaded backtrace v0.3.71 |
773 | 2024-05-29T20:00:07.938Z | Downloaded hashbrown v0.13.2 |
774 | 2024-05-29T20:00:07.938Z | Downloaded ident_case v1.0.1 |
775 | 2024-05-29T20:00:07.938Z | Downloaded hubpack_derive v0.1.1 |
776 | 2024-05-29T20:00:07.938Z | Downloaded highway v1.1.0 |
777 | 2024-05-29T20:00:07.938Z | Downloaded hashbrown v0.14.5 |
778 | 2024-05-29T20:00:07.938Z | Downloaded http-body v0.4.6 |
779 | 2024-05-29T20:00:07.938Z | Downloaded maplit v1.0.2 |
780 | 2024-05-29T20:00:07.939Z | Downloaded matches v0.1.10 |
781 | 2024-05-29T20:00:07.939Z | Downloaded lru v0.12.3 |
782 | 2024-05-29T20:00:07.939Z | Downloaded is_terminal_polyfill v1.70.0 |
783 | 2024-05-29T20:00:07.939Z | Downloaded is_ci v1.2.0 |
784 | 2024-05-29T20:00:07.939Z | Downloaded macaddr v1.0.1 |
785 | 2024-05-29T20:00:07.939Z | Downloaded cargo-platform v0.1.8 |
786 | 2024-05-29T20:00:07.939Z | Downloaded libefi-sys v0.1.0 |
787 | 2024-05-29T20:00:07.939Z | Downloaded humantime v2.1.0 |
788 | 2024-05-29T20:00:07.939Z | Downloaded hyper-tls v0.5.0 |
789 | 2024-05-29T20:00:07.939Z | Downloaded camino v1.1.7 |
790 | 2024-05-29T20:00:07.939Z | Downloaded is-terminal v0.4.12 |
791 | 2024-05-29T20:00:07.939Z | Downloaded cancel-safe-futures v0.1.5 |
792 | 2024-05-29T20:00:07.939Z | Downloaded newtype_derive v0.1.6 |
793 | 2024-05-29T20:00:07.939Z | Downloaded match_cfg v0.1.0 |
794 | 2024-05-29T20:00:07.939Z | Downloaded ahash v0.8.11 |
795 | 2024-05-29T20:00:07.939Z | Downloaded newline-converter v0.3.0 |
796 | 2024-05-29T20:00:07.939Z | Downloaded multimap v0.10.0 |
797 | 2024-05-29T20:00:07.939Z | Downloaded lazycell v1.3.0 |
798 | 2024-05-29T20:00:07.939Z | Downloaded lalrpop-util v0.19.12 |
799 | 2024-05-29T20:00:07.939Z | Downloaded kstat-rs v0.2.3 |
800 | 2024-05-29T20:00:07.939Z | Downloaded keccak v0.1.5 |
801 | 2024-05-29T20:00:07.939Z | Downloaded colorchoice v1.0.1 |
802 | 2024-05-29T20:00:07.940Z | Downloaded md-5 v0.10.6 |
803 | 2024-05-29T20:00:07.940Z | Downloaded lock_api v0.4.12 |
804 | 2024-05-29T20:00:07.940Z | Downloaded indexmap v1.9.3 |
805 | 2024-05-29T20:00:07.940Z | Downloaded ciborium-ll v0.2.2 |
806 | 2024-05-29T20:00:07.940Z | Downloaded rpassword v7.3.1 |
807 | 2024-05-29T20:00:07.940Z | Downloaded maybe-uninit v2.0.0 |
808 | 2024-05-29T20:00:07.940Z | Downloaded cobs v0.2.3 |
809 | 2024-05-29T20:00:07.940Z | Downloaded newtype-uuid v1.1.0 |
810 | 2024-05-29T20:00:07.940Z | Downloaded memoffset v0.7.1 |
811 | 2024-05-29T20:00:07.940Z | Downloaded take_mut v0.2.2 |
812 | 2024-05-29T20:00:07.940Z | Downloaded swrite v0.1.0 |
813 | 2024-05-29T20:00:07.940Z | Downloaded structmeta-derive v0.2.0 |
814 | 2024-05-29T20:00:07.940Z | Downloaded linear-map v1.2.0 |
815 | 2024-05-29T20:00:07.940Z | Downloaded mockall v0.12.1 |
816 | 2024-05-29T20:00:07.940Z | Downloaded memmap v0.7.0 |
817 | 2024-05-29T20:00:07.940Z | Downloaded nodrop v0.1.14 |
818 | 2024-05-29T20:00:07.940Z | Downloaded byteorder v1.5.0 |
819 | 2024-05-29T20:00:07.940Z | Downloaded bitflags v2.5.0 |
820 | 2024-05-29T20:00:07.940Z | Downloaded native-tls v0.2.11 |
821 | 2024-05-29T20:00:07.940Z | Downloaded ref-cast-impl v1.0.23 |
822 | 2024-05-29T20:00:07.940Z | Downloaded nibble_vec v0.1.0 |
823 | 2024-05-29T20:00:07.941Z | Downloaded mime v0.3.17 |
824 | 2024-05-29T20:00:07.941Z | Downloaded serde_spanned v0.6.6 |
825 | 2024-05-29T20:00:07.941Z | Downloaded spin v0.5.2 |
826 | 2024-05-29T20:00:07.941Z | Downloaded resolv-conf v0.7.0 |
827 | 2024-05-29T20:00:07.941Z | Downloaded iana-time-zone v0.1.60 |
828 | 2024-05-29T20:00:07.941Z | Downloaded usdt-macro v0.5.0 |
829 | 2024-05-29T20:00:07.941Z | Downloaded structmeta-derive v0.3.0 |
830 | 2024-05-29T20:00:07.941Z | Downloaded sha1 v0.10.6 |
831 | 2024-05-29T20:00:07.941Z | Downloaded memmap2 v0.9.4 |
832 | 2024-05-29T20:00:07.941Z | Downloaded equivalent v1.0.1 |
833 | 2024-05-29T20:00:07.941Z | Downloaded clap_derive v4.5.4 |
834 | 2024-05-29T20:00:07.941Z | Downloaded slog-json v2.6.1 |
835 | 2024-05-29T20:00:07.941Z | Downloaded ciborium v0.2.2 |
836 | 2024-05-29T20:00:07.941Z | Downloaded tap v1.0.1 |
837 | 2024-05-29T20:00:07.941Z | Downloaded mime_guess v2.0.4 |
838 | 2024-05-29T20:00:07.941Z | Downloaded spki v0.7.3 |
839 | 2024-05-29T20:00:07.941Z | Downloaded opaque-debug v0.3.1 |
840 | 2024-05-29T20:00:07.941Z | Downloaded fxhash v0.2.1 |
841 | 2024-05-29T20:00:07.941Z | Downloaded toml_datetime v0.6.6 |
842 | 2024-05-29T20:00:07.941Z | Downloaded display-error-chain v0.2.0 |
843 | 2024-05-29T20:00:07.941Z | Downloaded unicode-linebreak v0.1.5 |
844 | 2024-05-29T20:00:07.941Z | Downloaded indicatif v0.17.8 |
845 | 2024-05-29T20:00:07.941Z | Downloaded allocator-api2 v0.2.18 |
846 | 2024-05-29T20:00:07.942Z | Downloaded number_prefix v0.4.0 |
847 | 2024-05-29T20:00:07.942Z | Downloaded universal-hash v0.5.1 |
848 | 2024-05-29T20:00:07.942Z | Downloaded miniz_oxide v0.7.2 |
849 | 2024-05-29T20:00:07.942Z | Downloaded serde_with_macros v3.8.1 |
850 | 2024-05-29T20:00:07.942Z | Downloaded utf8parse v0.2.1 |
851 | 2024-05-29T20:00:07.942Z | Downloaded zerocopy v0.3.2 |
852 | 2024-05-29T20:00:07.942Z | Downloaded utf-8 v0.7.6 |
853 | 2024-05-29T20:00:07.946Z | Downloaded sct v0.7.1 |
854 | 2024-05-29T20:00:07.946Z | Downloaded defmt-parser v0.3.4 |
855 | 2024-05-29T20:00:07.946Z | Downloaded errno v0.3.9 |
856 | 2024-05-29T20:00:07.946Z | Downloaded dof v0.1.5 |
857 | 2024-05-29T20:00:07.947Z | Downloaded futures-sink v0.3.30 |
858 | 2024-05-29T20:00:07.947Z | Downloaded tempfile v3.10.1 |
859 | 2024-05-29T20:00:07.947Z | Downloaded spin v0.9.8 |
860 | 2024-05-29T20:00:07.947Z | Downloaded log v0.4.21 |
861 | 2024-05-29T20:00:07.947Z | Downloaded sigpipe v0.1.3 |
862 | 2024-05-29T20:00:07.947Z | Downloaded tinyvec_macros v0.1.1 |
863 | 2024-05-29T20:00:07.947Z | Downloaded toolchain_find v0.4.0 |
864 | 2024-05-29T20:00:07.947Z | Downloaded strsim v0.11.1 |
865 | 2024-05-29T20:00:07.947Z | Downloaded num-complex v0.4.6 |
866 | 2024-05-29T20:00:07.947Z | Downloaded form_urlencoded v1.2.1 |
867 | 2024-05-29T20:00:07.947Z | Downloaded mockall_derive v0.12.1 |
868 | 2024-05-29T20:00:07.947Z | Downloaded ron v0.7.1 |
869 | 2024-05-29T20:00:07.947Z | Downloaded pem v3.0.4 |
870 | 2024-05-29T20:00:07.947Z | Downloaded darling_macro v0.20.9 |
871 | 2024-05-29T20:00:07.947Z | Downloaded yasna v0.5.2 |
872 | 2024-05-29T20:00:07.947Z | Downloaded xattr v1.3.1 |
873 | 2024-05-29T20:00:07.947Z | Downloaded compact_str v0.7.1 |
874 | 2024-05-29T20:00:07.947Z | Downloaded chacha20poly1305 v0.10.1 |
875 | 2024-05-29T20:00:07.947Z | Downloaded radium v0.7.0 |
876 | 2024-05-29T20:00:07.947Z | Downloaded futures-task v0.3.30 |
877 | 2024-05-29T20:00:07.947Z | Downloaded dtrace-parser v0.1.14 |
878 | 2024-05-29T20:00:07.948Z | Downloaded once_cell v1.19.0 |
879 | 2024-05-29T20:00:07.948Z | Downloaded normalize-line-endings v0.3.0 |
880 | 2024-05-29T20:00:07.948Z | Downloaded dof v0.3.0 |
881 | 2024-05-29T20:00:07.948Z | Downloaded rustc-hash v1.1.0 |
882 | 2024-05-29T20:00:07.948Z | Downloaded socket2 v0.5.7 |
883 | 2024-05-29T20:00:07.948Z | Downloaded rtoolbox v0.0.2 |
884 | 2024-05-29T20:00:07.948Z | Downloaded erased-serde v0.3.31 |
885 | 2024-05-29T20:00:07.948Z | Downloaded openssl-probe v0.1.5 |
886 | 2024-05-29T20:00:07.948Z | Downloaded quote v1.0.36 |
887 | 2024-05-29T20:00:07.948Z | Downloaded serde_yaml v0.9.34+deprecated |
888 | 2024-05-29T20:00:07.948Z | Downloaded signature v2.2.0 |
889 | 2024-05-29T20:00:07.948Z | Downloaded topological-sort v0.2.2 |
890 | 2024-05-29T20:00:07.948Z | Downloaded toml v0.8.13 |
891 | 2024-05-29T20:00:07.948Z | Downloaded hashbrown v0.12.3 |
892 | 2024-05-29T20:00:07.948Z | Downloaded toml v0.7.8 |
893 | 2024-05-29T20:00:07.948Z | Downloaded serde-big-array v0.4.1 |
894 | 2024-05-29T20:00:07.948Z | Downloaded parking_lot_core v0.8.6 |
895 | 2024-05-29T20:00:07.948Z | Downloaded parking_lot v0.11.2 |
896 | 2024-05-29T20:00:07.948Z | Downloaded pkcs8 v0.10.2 |
897 | 2024-05-29T20:00:07.948Z | Downloaded want v0.3.1 |
898 | 2024-05-29T20:00:07.948Z | Downloaded hash32 v0.3.1 |
899 | 2024-05-29T20:00:07.948Z | Downloaded futures-io v0.3.30 |
900 | 2024-05-29T20:00:07.949Z | Downloaded rustc-demangle v0.1.24 |
901 | 2024-05-29T20:00:07.949Z | Downloaded fragile v2.0.0 |
902 | 2024-05-29T20:00:07.949Z | Downloaded pkcs1 v0.7.5 |
903 | 2024-05-29T20:00:07.949Z | Downloaded schemars_derive v0.8.19 |
904 | 2024-05-29T20:00:07.949Z | Downloaded der v0.7.9 |
905 | 2024-05-29T20:00:07.949Z | Downloaded powerfmt v0.2.0 |
906 | 2024-05-29T20:00:07.949Z | Downloaded scopeguard v1.2.0 |
907 | 2024-05-29T20:00:07.949Z | Downloaded crossbeam-channel v0.5.12 |
908 | 2024-05-29T20:00:07.949Z | Downloaded foreign-types-shared v0.1.1 |
909 | 2024-05-29T20:00:07.949Z | Downloaded unicode_categories v0.1.1 |
910 | 2024-05-29T20:00:07.949Z | Downloaded memchr v2.7.2 |
911 | 2024-05-29T20:00:07.949Z | Downloaded vsss-rs v3.3.4 |
912 | 2024-05-29T20:00:07.949Z | Downloaded subtle v2.5.0 |
913 | 2024-05-29T20:00:07.949Z | Downloaded serde_tokenstream v0.2.0 |
914 | 2024-05-29T20:00:07.949Z | Downloaded smf v0.2.3 |
915 | 2024-05-29T20:00:07.949Z | Downloaded shell-words v1.1.0 |
916 | 2024-05-29T20:00:07.949Z | Downloaded scroll v0.12.0 |
917 | 2024-05-29T20:00:07.949Z | Downloaded supports-color v3.0.0 |
918 | 2024-05-29T20:00:07.949Z | Downloaded pin-project v1.1.5 |
919 | 2024-05-29T20:00:07.949Z | Downloaded num-bigint v0.4.5 |
920 | 2024-05-29T20:00:07.949Z | Downloaded semver v0.1.20 |
921 | 2024-05-29T20:00:07.949Z | Downloaded enum-as-inner v0.5.1 |
922 | 2024-05-29T20:00:07.949Z | Downloaded termtree v0.4.1 |
923 | 2024-05-29T20:00:07.949Z | Downloaded time-core v0.1.2 |
924 | 2024-05-29T20:00:07.950Z | Downloaded num-bigint-dig v0.8.4 |
925 | 2024-05-29T20:00:07.950Z | Downloaded trust-dns-server v0.22.1 |
926 | 2024-05-29T20:00:07.950Z | Downloaded usdt v0.5.0 |
927 | 2024-05-29T20:00:07.950Z | Downloaded predicates-tree v1.0.9 |
928 | 2024-05-29T20:00:07.950Z | Downloaded zone_cfg_derive v0.1.2 |
929 | 2024-05-29T20:00:07.950Z | Downloaded usdt-macro v0.3.5 |
930 | 2024-05-29T20:00:07.950Z | Downloaded clap_builder v4.5.2 |
931 | 2024-05-29T20:00:07.950Z | Downloaded percent-encoding v2.3.1 |
932 | 2024-05-29T20:00:07.950Z | Downloaded rand_core v0.6.4 |
933 | 2024-05-29T20:00:07.950Z | Downloaded rand_chacha v0.3.1 |
934 | 2024-05-29T20:00:07.950Z | Downloaded downcast v0.11.0 |
935 | 2024-05-29T20:00:07.950Z | Downloaded diesel_table_macro_syntax v0.1.0 |
936 | 2024-05-29T20:00:07.950Z | Downloaded unicode-xid v0.2.4 |
937 | 2024-05-29T20:00:07.950Z | Downloaded omicron-zone-package v0.11.0 |
938 | 2024-05-29T20:00:07.950Z | Downloaded termios v0.3.3 |
939 | 2024-05-29T20:00:07.950Z | Downloaded portpicker v0.1.1 |
940 | 2024-05-29T20:00:07.950Z | Downloaded env_logger v0.9.3 |
941 | 2024-05-29T20:00:07.950Z | Downloaded postgres-types v0.2.6 |
942 | 2024-05-29T20:00:07.950Z | Downloaded reqwest v0.11.27 |
943 | 2024-05-29T20:00:07.958Z | Downloaded thread_local v1.1.8 |
944 | 2024-05-29T20:00:07.958Z | Downloaded unarray v0.1.4 |
945 | 2024-05-29T20:00:07.958Z | Downloaded thread-id v4.2.1 |
946 | 2024-05-29T20:00:07.958Z | Downloaded thiserror-no-std v2.0.2 |
947 | 2024-05-29T20:00:07.963Z | Downloaded proc-macro-error-attr v1.0.4 |
948 | 2024-05-29T20:00:07.963Z | Downloaded sqlparser_derive v0.2.2 |
949 | 2024-05-29T20:00:07.963Z | Downloaded futures-executor v0.3.30 |
950 | 2024-05-29T20:00:07.963Z | Downloaded waitgroup v0.1.2 |
951 | 2024-05-29T20:00:07.963Z | Downloaded rustls-pki-types v1.7.0 |
952 | 2024-05-29T20:00:07.976Z | Downloaded semver v1.0.23 |
953 | 2024-05-29T20:00:07.977Z | Downloaded futures-util v0.3.30 |
954 | 2024-05-29T20:00:07.995Z | Downloaded thiserror-impl-no-std v2.0.2 |
955 | 2024-05-29T20:00:07.995Z | Downloaded num_enum_derive v0.5.11 |
956 | 2024-05-29T20:00:07.995Z | Downloaded nom v7.1.3 |
957 | 2024-05-29T20:00:08.002Z | Downloaded num_enum v0.5.11 |
958 | 2024-05-29T20:00:08.002Z | Downloaded peg-runtime v0.8.3 |
959 | 2024-05-29T20:00:08.002Z | Downloaded rusty-fork v0.3.0 |
960 | 2024-05-29T20:00:08.003Z | Downloaded thiserror v1.0.60 |
961 | 2024-05-29T20:00:08.011Z | Downloaded rustversion v1.0.17 |
962 | 2024-05-29T20:00:08.011Z | Downloaded pretty-hex v0.2.1 |
963 | 2024-05-29T20:00:08.012Z | Downloaded wait-timeout v0.2.0 |
964 | 2024-05-29T20:00:08.429Z | Downloaded unicode-ident v1.0.12 |
965 | 2024-05-29T20:00:08.430Z | Downloaded snafu-derive v0.8.2 |
966 | 2024-05-29T20:00:08.430Z | Downloaded csv-core v0.1.11 |
967 | 2024-05-29T20:00:08.430Z | Downloaded whoami v1.5.1 |
968 | 2024-05-29T20:00:08.430Z | Downloaded group v0.13.0 |
969 | 2024-05-29T20:00:08.437Z | Downloaded poly1305 v0.8.0 |
970 | 2024-05-29T20:00:08.438Z | Downloaded crunchy v0.2.2 |
971 | 2024-05-29T20:00:08.438Z | Downloaded shlex v1.3.0 |
972 | 2024-05-29T20:00:08.438Z | Downloaded getrandom v0.2.14 |
973 | 2024-05-29T20:00:08.438Z | Downloaded bindgen v0.69.4 |
974 | 2024-05-29T20:00:08.439Z | Downloaded packed_struct_codegen v0.10.1 |
975 | 2024-05-29T20:00:08.439Z | Downloaded foreign-types v0.3.2 |
976 | 2024-05-29T20:00:08.439Z | Downloaded phf v0.11.2 |
977 | 2024-05-29T20:00:08.439Z | Downloaded num v0.4.3 |
978 | 2024-05-29T20:00:08.439Z | Downloaded slog-async v2.8.0 |
979 | 2024-05-29T20:00:08.440Z | Downloaded walkdir v2.5.0 |
980 | 2024-05-29T20:00:08.440Z | Downloaded pest_generator v2.7.10 |
981 | 2024-05-29T20:00:08.440Z | Downloaded cstr-argument v0.1.2 |
982 | 2024-05-29T20:00:08.440Z | Downloaded filetime v0.2.23 |
983 | 2024-05-29T20:00:08.441Z | Downloaded ff v0.13.0 |
984 | 2024-05-29T20:00:08.441Z | Downloaded globset v0.4.14 |
985 | 2024-05-29T20:00:08.441Z | Downloaded phf_shared v0.10.0 |
986 | 2024-05-29T20:00:08.441Z | Downloaded postcard v1.0.8 |
987 | 2024-05-29T20:00:08.441Z | Downloaded owo-colors v4.0.0 |
988 | 2024-05-29T20:00:08.441Z | Downloaded sha2 v0.10.8 |
989 | 2024-05-29T20:00:08.441Z | Downloaded chrono v0.4.38 |
990 | 2024-05-29T20:00:08.442Z | Downloaded num-traits v0.2.19 |
991 | 2024-05-29T20:00:08.442Z | Downloaded try-lock v0.2.5 |
992 | 2024-05-29T20:00:08.442Z | Downloaded smawk v0.3.2 |
993 | 2024-05-29T20:00:08.442Z | Downloaded path-slash v0.1.5 |
994 | 2024-05-29T20:00:08.442Z | Downloaded hash32 v0.2.1 |
995 | 2024-05-29T20:00:08.442Z | Downloaded fd-lock v4.0.2 |
996 | 2024-05-29T20:00:08.443Z | Downloaded futures-core v0.3.30 |
997 | 2024-05-29T20:00:08.443Z | Downloaded num_threads v0.1.7 |
998 | 2024-05-29T20:00:08.443Z | Downloaded strum v0.26.2 |
999 | 2024-05-29T20:00:08.443Z | Downloaded parse-size v1.0.0 |
1000 | 2024-05-29T20:00:08.443Z | Downloaded funty v2.0.0 |
1001 | 2024-05-29T20:00:08.443Z | Downloaded fallible-iterator v0.2.0 |
1002 | 2024-05-29T20:00:08.443Z | Downloaded derive_builder_macro v0.20.0 |
1003 | 2024-05-29T20:00:08.443Z | Downloaded nu-ansi-term v0.50.0 |
1004 | 2024-05-29T20:00:08.444Z | Downloaded oso-derive v0.27.3 |
1005 | 2024-05-29T20:00:08.444Z | Downloaded usdt-attr-macro v0.3.5 |
1006 | 2024-05-29T20:00:08.444Z | Downloaded platforms v3.4.0 |
1007 | 2024-05-29T20:00:08.444Z | Downloaded pest_derive v2.7.10 |
1008 | 2024-05-29T20:00:08.444Z | Downloaded ucd-trie v0.1.6 |
1009 | 2024-05-29T20:00:08.444Z | Downloaded tokio-tungstenite v0.21.0 |
1010 | 2024-05-29T20:00:08.444Z | Downloaded float-cmp v0.9.0 |
1011 | 2024-05-29T20:00:08.445Z | Downloaded sync_wrapper v0.1.2 |
1012 | 2024-05-29T20:00:08.445Z | Downloaded smallvec v0.6.14 |
1013 | 2024-05-29T20:00:08.445Z | Downloaded pest_meta v2.7.10 |
1014 | 2024-05-29T20:00:08.445Z | Downloaded tokio-tungstenite v0.20.1 |
1015 | 2024-05-29T20:00:08.445Z | Downloaded phf_shared v0.11.2 |
1016 | 2024-05-29T20:00:08.445Z | Downloaded unicase v2.7.0 |
1017 | 2024-05-29T20:00:08.445Z | Downloaded slog-envlogger v2.2.0 |
1018 | 2024-05-29T20:00:08.445Z | Downloaded typenum v1.17.0 |
1019 | 2024-05-29T20:00:08.446Z | Downloaded pretty-hex v0.4.1 |
1020 | 2024-05-29T20:00:08.446Z | Downloaded toml_edit v0.22.13 |
1021 | 2024-05-29T20:00:08.446Z | Downloaded slog-dtrace v0.3.0 |
1022 | 2024-05-29T20:00:08.446Z | Downloaded zone v0.1.8 |
1023 | 2024-05-29T20:00:08.446Z | Downloaded serde-big-array v0.5.1 |
1024 | 2024-05-29T20:00:08.446Z | Downloaded precomputed-hash v0.1.1 |
1025 | 2024-05-29T20:00:08.446Z | Downloaded usdt v0.3.5 |
1026 | 2024-05-29T20:00:08.447Z | Downloaded tls_codec_derive v0.4.1 |
1027 | 2024-05-29T20:00:08.447Z | Downloaded strum_macros v0.24.3 |
1028 | 2024-05-29T20:00:08.447Z | Downloaded tiny-keccak v2.0.2 |
1029 | 2024-05-29T20:00:08.447Z | Downloaded parse-display v0.9.0 |
1030 | 2024-05-29T20:00:08.447Z | Downloaded defmt-macros v0.3.9 |
1031 | 2024-05-29T20:00:08.447Z | Downloaded data-encoding v2.6.0 |
1032 | 2024-05-29T20:00:08.447Z | Downloaded num-integer v0.1.46 |
1033 | 2024-05-29T20:00:08.448Z | Downloaded getopts v0.2.21 |
1034 | 2024-05-29T20:00:08.448Z | Downloaded quick-error v1.2.3 |
1035 | 2024-05-29T20:00:08.448Z | Downloaded sqlformat v0.2.3 |
1036 | 2024-05-29T20:00:08.448Z | Downloaded tui-tree-widget v0.19.0 |
1037 | 2024-05-29T20:00:08.449Z | Downloaded gethostname v0.4.3 |
1038 | 2024-05-29T20:00:08.449Z | Downloaded generic-array v0.14.7 |
1039 | 2024-05-29T20:00:08.449Z | Downloaded rustfmt-wrapper v0.2.1 |
1040 | 2024-05-29T20:00:08.449Z | Downloaded stable_deref_trait v1.2.0 |
1041 | 2024-05-29T20:00:08.449Z | Downloaded peg v0.8.3 |
1042 | 2024-05-29T20:00:08.449Z | Downloaded wyz v0.5.1 |
1043 | 2024-05-29T20:00:08.449Z | Downloaded thiserror-impl v1.0.60 |
1044 | 2024-05-29T20:00:08.450Z | Downloaded synstructure v0.12.6 |
1045 | 2024-05-29T20:00:08.450Z | Downloaded rand_seeder v0.2.3 |
1046 | 2024-05-29T20:00:08.450Z | Downloaded termcolor v1.4.1 |
1047 | 2024-05-29T20:00:08.450Z | Downloaded slog-term v2.9.1 |
1048 | 2024-05-29T20:00:08.450Z | Downloaded test-strategy v0.3.1 |
1049 | 2024-05-29T20:00:08.450Z | Downloaded serde_plain v1.0.2 |
1050 | 2024-05-29T20:00:08.451Z | Downloaded serde_path_to_error v0.1.16 |
1051 | 2024-05-29T20:00:08.451Z | Downloaded same-file v1.0.6 |
1052 | 2024-05-29T20:00:08.451Z | Downloaded crucible-workspace-hack v0.1.0 |
1053 | 2024-05-29T20:00:08.451Z | Downloaded vte_generate_state_changes v0.1.1 |
1054 | 2024-05-29T20:00:08.451Z | Downloaded secrecy v0.8.0 |
1055 | 2024-05-29T20:00:08.451Z | Downloaded rustc_version v0.4.0 |
1056 | 2024-05-29T20:00:08.452Z | Downloaded password-hash v0.5.0 |
1057 | 2024-05-29T20:00:08.452Z | Downloaded elliptic-curve v0.13.8 |
1058 | 2024-05-29T20:00:08.452Z | Downloaded sec1 v0.7.3 |
1059 | 2024-05-29T20:00:08.452Z | Downloaded endian-type v0.1.2 |
1060 | 2024-05-29T20:00:08.452Z | Downloaded fastrand v2.1.0 |
1061 | 2024-05-29T20:00:08.452Z | Downloaded serde-hex v0.1.0 |
1062 | 2024-05-29T20:00:08.453Z | Downloaded parking_lot_core v0.9.10 |
1063 | 2024-05-29T20:00:08.453Z | Downloaded derive_builder_core v0.20.0 |
1064 | 2024-05-29T20:00:08.453Z | Downloaded rustls-pemfile v1.0.4 |
1065 | 2024-05-29T20:00:08.453Z | Downloaded static_assertions v1.1.0 |
1066 | 2024-05-29T20:00:08.454Z | Downloaded futures-channel v0.3.30 |
1067 | 2024-05-29T20:00:08.454Z | Downloaded tracing-attributes v0.1.27 |
1068 | 2024-05-29T20:00:08.454Z | Downloaded ppv-lite86 v0.2.17 |
1069 | 2024-05-29T20:00:08.460Z | Downloaded usdt-impl v0.5.0 |
1070 | 2024-05-29T20:00:08.460Z | Downloaded parse-display-derive v0.9.0 |
1071 | 2024-05-29T20:00:08.460Z | Downloaded steno v0.4.0 |
1072 | 2024-05-29T20:00:08.460Z | Downloaded term v0.7.0 |
1073 | 2024-05-29T20:00:08.461Z | Downloaded derive_builder v0.20.0 |
1074 | 2024-05-29T20:00:08.461Z | Downloaded untrusted v0.9.0 |
1075 | 2024-05-29T20:00:08.461Z | Downloaded tokio-rustls v0.25.0 |
1076 | 2024-05-29T20:00:08.461Z | Downloaded tokio-rustls v0.24.1 |
1077 | 2024-05-29T20:00:08.461Z | Downloaded zip v0.6.6 |
1078 | 2024-05-29T20:00:08.461Z | Downloaded hyper v0.14.28 |
1079 | 2024-05-29T20:00:08.461Z | Downloaded tokio-macros v2.2.0 |
1080 | 2024-05-29T20:00:08.461Z | Downloaded socket2 v0.4.10 |
1081 | 2024-05-29T20:00:08.462Z | Downloaded tokio-stream v0.1.15 |
1082 | 2024-05-29T20:00:08.462Z | Downloaded plain v0.2.3 |
1083 | 2024-05-29T20:00:08.462Z | Downloaded proc-macro2 v1.0.82 |
1084 | 2024-05-29T20:00:08.462Z | Downloaded url v2.5.0 |
1085 | 2024-05-29T20:00:08.462Z | Downloaded tokio-util v0.7.11 |
1086 | 2024-05-29T20:00:08.462Z | Downloaded derive_more v0.99.17 |
1087 | 2024-05-29T20:00:08.463Z | Downloaded prettyplease v0.2.20 |
1088 | 2024-05-29T20:00:08.463Z | Downloaded flume v0.11.0 |
1089 | 2024-05-29T20:00:08.463Z | Downloaded tungstenite v0.20.1 |
1090 | 2024-05-29T20:00:08.463Z | Downloaded tough v0.17.1 |
1091 | 2024-05-29T20:00:08.463Z | Downloaded typed-path v0.7.1 |
1092 | 2024-05-29T20:00:08.463Z | Downloaded crossbeam-utils v0.8.19 |
1093 | 2024-05-29T20:00:08.463Z | Downloaded samael v0.0.15 |
1094 | 2024-05-29T20:00:08.463Z | Downloaded regex-automata v0.1.10 |
1095 | 2024-05-29T20:00:08.464Z | Downloaded x509-cert v0.2.5 |
1096 | 2024-05-29T20:00:08.464Z | Downloaded fatfs v0.3.6 |
1097 | 2024-05-29T20:00:08.464Z | Downloaded idna v0.5.0 |
1098 | 2024-05-29T20:00:08.464Z | Downloaded flate2 v1.0.30 |
1099 | 2024-05-29T20:00:08.464Z | Downloaded rustyline v14.0.0 |
1100 | 2024-05-29T20:00:08.464Z | Downloaded portable-atomic v1.6.0 |
1101 | 2024-05-29T20:00:08.464Z | Downloaded bstr v1.9.1 |
1102 | 2024-05-29T20:00:08.465Z | Downloaded tungstenite v0.21.0 |
1103 | 2024-05-29T20:00:08.465Z | Downloaded winnow v0.6.8 |
1104 | 2024-05-29T20:00:08.465Z | Downloaded regress v0.9.1 |
1105 | 2024-05-29T20:00:08.465Z | Downloaded unicode-segmentation v1.11.0 |
1106 | 2024-05-29T20:00:08.465Z | Downloaded crossterm v0.27.0 |
1107 | 2024-05-29T20:00:08.465Z | Downloaded rustls-webpki v0.101.7 |
1108 | 2024-05-29T20:00:08.466Z | Downloaded vcpkg v0.2.15 |
1109 | 2024-05-29T20:00:08.472Z | Downloaded unicode-normalization v0.1.23 |
1110 | 2024-05-29T20:00:08.472Z | Downloaded rustls-webpki v0.102.4 |
1111 | 2024-05-29T20:00:08.488Z | Downloaded sqlparser v0.45.0 |
1112 | 2024-05-29T20:00:08.491Z | Downloaded webpki-roots v0.25.4 |
1113 | 2024-05-29T20:00:08.491Z | Downloaded syn v2.0.64 |
1114 | 2024-05-29T20:00:08.505Z | Downloaded openssl v0.10.64 |
1115 | 2024-05-29T20:00:08.513Z | Downloaded proptest v1.4.0 |
1116 | 2024-05-29T20:00:08.522Z | Downloaded gimli v0.28.1 |
1117 | 2024-05-29T20:00:08.530Z | Downloaded rustls v0.22.4 |
1118 | 2024-05-29T20:00:08.544Z | Downloaded object v0.30.4 |
1119 | 2024-05-29T20:00:08.553Z | Downloaded regex v1.10.4 |
1120 | 2024-05-29T20:00:08.567Z | Downloaded rustls v0.21.12 |
1121 | 2024-05-29T20:00:08.578Z | Downloaded polar-core v0.27.3 |
1122 | 2024-05-29T20:00:08.587Z | Downloaded smoltcp v0.9.1 |
1123 | 2024-05-29T20:00:08.599Z | Downloaded rustix v0.38.34 |
1124 | 2024-05-29T20:00:08.621Z | Downloaded diesel v2.1.6 |
1125 | 2024-05-29T20:00:08.640Z | Downloaded radix_trie v0.2.1 |
1126 | 2024-05-29T20:00:08.651Z | Downloaded regex-automata v0.4.6 |
1127 | 2024-05-29T20:00:08.672Z | Downloaded smoltcp v0.11.0 |
1128 | 2024-05-29T20:00:08.686Z | Downloaded petgraph v0.6.5 |
1129 | 2024-05-29T20:00:08.701Z | Downloaded sled v0.34.7 |
1130 | 2024-05-29T20:00:08.710Z | Downloaded ratatui v0.26.2 |
1131 | 2024-05-29T20:00:08.729Z | Downloaded zerocopy-derive v0.2.0 |
1132 | 2024-05-29T20:00:08.738Z | Downloaded tokio v1.37.0 |
1133 | 2024-05-29T20:00:08.774Z | Downloaded zerocopy-derive v0.6.6 |
1134 | 2024-05-29T20:00:08.783Z | Downloaded csv v1.3.0 |
1135 | 2024-05-29T20:00:08.803Z | Downloaded encoding_rs v0.8.34 |
1136 | 2024-05-29T20:00:08.828Z | Downloaded finl_unicode v1.2.0 |
1137 | 2024-05-29T20:00:08.840Z | Downloaded sha3 v0.10.8 |
1138 | 2024-05-29T20:00:08.853Z | Downloaded libc v0.2.153 |
1139 | 2024-05-29T20:00:08.869Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1140 | 2024-05-29T20:00:08.882Z | Downloaded object v0.32.2 |
1141 | 2024-05-29T20:00:08.891Z | Downloaded regex-syntax v0.6.29 |
1142 | 2024-05-29T20:00:08.897Z | Downloaded trust-dns-proto v0.22.0 |
1143 | 2024-05-29T20:00:08.910Z | Downloaded nix v0.28.0 |
1144 | 2024-05-29T20:00:08.920Z | Downloaded syn v1.0.109 |
1145 | 2024-05-29T20:00:08.931Z | Downloaded openapiv3 v2.0.0 |
1146 | 2024-05-29T20:00:08.942Z | Downloaded regex-syntax v0.8.3 |
1147 | 2024-05-29T20:00:08.951Z | Downloaded winnow v0.5.40 |
1148 | 2024-05-29T20:00:08.959Z | Downloaded h2 v0.3.26 |
1149 | 2024-05-29T20:00:08.965Z | Downloaded idna v0.2.3 |
1150 | 2024-05-29T20:00:08.972Z | Downloaded salty v0.2.0 |
1151 | 2024-05-29T20:00:08.978Z | Downloaded reedline v0.31.0 |
1152 | 2024-05-29T20:00:08.984Z | Downloaded goblin v0.8.2 |
1153 | 2024-05-29T20:00:09.004Z | Downloaded lalrpop v0.19.12 |
1154 | 2024-05-29T20:00:09.009Z | Downloaded bstr v0.2.17 |
1155 | 2024-05-29T20:00:09.012Z | Downloaded publicsuffix v2.2.3 |
1156 | 2024-05-29T20:00:09.015Z | Downloaded serde_json v1.0.117 |
1157 | 2024-05-29T20:00:09.021Z | Downloaded idna v0.3.0 |
1158 | 2024-05-29T20:00:09.027Z | Downloaded rand v0.8.5 |
1159 | 2024-05-29T20:00:09.032Z | Downloaded serde_with v3.8.1 |
1160 | 2024-05-29T20:00:09.039Z | Downloaded oso v0.27.3 |
1161 | 2024-05-29T20:00:09.043Z | Downloaded expectorate v1.1.0 |
1162 | 2024-05-29T20:00:09.046Z | Downloaded pest v2.7.10 |
1163 | 2024-05-29T20:00:09.050Z | Downloaded curve25519-dalek v4.1.2 |
1164 | 2024-05-29T20:00:09.058Z | Downloaded vte v0.11.1 |
1165 | 2024-05-29T20:00:09.062Z | Downloaded trust-dns-client v0.22.0 |
1166 | 2024-05-29T20:00:09.066Z | Downloaded rayon-core v1.12.1 |
1167 | 2024-05-29T20:00:09.070Z | Downloaded time v0.3.36 |
1168 | 2024-05-29T20:00:09.076Z | Downloaded tracing-core v0.1.32 |
1169 | 2024-05-29T20:00:09.079Z | Downloaded openssl-sys v0.9.102 |
1170 | 2024-05-29T20:00:09.083Z | Downloaded rcgen v0.12.1 |
1171 | 2024-05-29T20:00:09.095Z | Downloaded papergrid v0.11.0 |
1172 | 2024-05-29T20:00:09.100Z | Downloaded half v2.4.1 |
1173 | 2024-05-29T20:00:09.100Z | Downloaded tracing v0.1.40 |
1174 | 2024-05-29T20:00:09.100Z | Downloaded untrusted v0.7.1 |
1175 | 2024-05-29T20:00:09.100Z | Downloaded fixedbitset v0.4.2 |
1176 | 2024-05-29T20:00:09.104Z | Downloaded proc-macro-crate v1.3.1 |
1177 | 2024-05-29T20:00:09.104Z | Downloaded time-macros v0.2.18 |
1178 | 2024-05-29T20:00:09.104Z | Downloaded tinyvec v1.6.0 |
1179 | 2024-05-29T20:00:09.108Z | Downloaded rustc_version v0.1.7 |
1180 | 2024-05-29T20:00:09.108Z | Downloaded psl-types v2.0.11 |
1181 | 2024-05-29T20:00:09.111Z | Downloaded num-derive v0.4.2 |
1182 | 2024-05-29T20:00:09.112Z | Downloaded defmt v0.3.8 |
1183 | 2024-05-29T20:00:09.117Z | Downloaded debug-ignore v1.0.5 |
1184 | 2024-05-29T20:00:09.117Z | Downloaded serde_derive_internals v0.29.1 |
1185 | 2024-05-29T20:00:09.117Z | Downloaded futures v0.3.30 |
1186 | 2024-05-29T20:00:09.120Z | Downloaded snafu v0.8.2 |
1187 | 2024-05-29T20:00:09.128Z | Downloaded zerocopy v0.7.34 |
1188 | 2024-05-29T20:00:09.145Z | Downloaded peg-macros v0.8.3 |
1189 | 2024-05-29T20:00:09.155Z | Downloaded schemars v0.8.19 |
1190 | 2024-05-29T20:00:09.165Z | Downloaded fs-err v2.11.0 |
1191 | 2024-05-29T20:00:09.165Z | Downloaded serde_arrays v0.1.0 |
1192 | 2024-05-29T20:00:09.165Z | Downloaded scheduled-thread-pool v0.2.7 |
1193 | 2024-05-29T20:00:09.165Z | Downloaded paste v1.0.15 |
1194 | 2024-05-29T20:00:09.176Z | Downloaded smallvec v1.13.2 |
1195 | 2024-05-29T20:00:09.176Z | Downloaded usdt-impl v0.3.5 |
1196 | 2024-05-29T20:00:09.176Z | Downloaded slog v2.7.0 |
1197 | 2024-05-29T20:00:09.176Z | Downloaded slog-bunyan v2.5.0 |
1198 | 2024-05-29T20:00:09.177Z | Downloaded serde_repr v0.1.19 |
1199 | 2024-05-29T20:00:09.177Z | Downloaded textwrap v0.16.1 |
1200 | 2024-05-29T20:00:09.177Z | Downloaded signal-hook v0.3.17 |
1201 | 2024-05-29T20:00:09.191Z | Downloaded crypto-bigint v0.5.5 |
1202 | 2024-05-29T20:00:09.191Z | Downloaded diesel_derives v2.1.4 |
1203 | 2024-05-29T20:00:09.608Z | Downloaded toml_edit v0.19.15 |
1204 | 2024-05-29T20:00:09.617Z | Downloaded tabled v0.15.0 |
1205 | 2024-05-29T20:00:09.617Z | Downloaded ring v0.17.8 |
1206 | 2024-05-29T20:00:09.617Z | Downloaded zeroize_derive v1.4.2 |
1207 | 2024-05-29T20:00:09.617Z | Downloaded zeroize v1.7.0 |
1208 | 2024-05-29T20:00:09.618Z | Downloaded predicates-core v1.0.6 |
1209 | 2024-05-29T20:00:09.618Z | Downloaded predicates v3.1.0 |
1210 | 2024-05-29T20:00:09.618Z | Downloaded num-rational v0.4.2 |
1211 | 2024-05-29T20:00:09.618Z | Downloaded which v4.4.2 |
1212 | 2024-05-29T20:00:09.618Z | Downloaded slab v0.4.9 |
1213 | 2024-05-29T20:00:09.618Z | Downloaded serde_urlencoded v0.7.1 |
1214 | 2024-05-29T20:00:09.618Z | Downloaded mio v0.8.11 |
1215 | 2024-05-29T20:00:09.618Z | Downloaded packed_struct v0.10.1 |
1216 | 2024-05-29T20:00:09.618Z | Downloaded flagset v0.4.5 |
1217 | 2024-05-29T20:00:09.619Z | Downloaded libm v0.2.8 |
1218 | 2024-05-29T20:00:09.619Z | Downloaded diff v0.1.13 |
1219 | 2024-05-29T20:00:09.619Z | Downloaded glob v0.3.1 |
1220 | 2024-05-29T20:00:09.619Z | Downloaded ring v0.16.20 |
1221 | 2024-05-29T20:00:09.619Z | Downloaded foreign-types v0.5.0 |
1222 | 2024-05-29T20:00:09.620Z | Downloaded dyn-clone v1.0.17 |
1223 | 2024-05-29T20:00:09.620Z | Downloaded unicode-bidi v0.3.15 |
1224 | 2024-05-29T20:00:09.620Z | Downloaded crossbeam-epoch v0.9.18 |
1225 | 2024-05-29T20:00:09.620Z | Downloaded zerocopy-derive v0.7.34 |
1226 | 2024-05-29T20:00:09.620Z | Downloaded itertools v0.12.1 |
1227 | 2024-05-29T20:00:09.621Z | Downloaded quick-xml v0.31.0 |
1228 | 2024-05-29T20:00:09.621Z | Downloaded structmeta v0.3.0 |
1229 | 2024-05-29T20:00:09.621Z | Downloaded num-conv v0.1.0 |
1230 | 2024-05-29T20:00:09.621Z | Downloaded rand_xorshift v0.3.0 |
1231 | 2024-05-29T20:00:09.621Z | Downloaded strum_macros v0.25.3 |
1232 | 2024-05-29T20:00:09.621Z | Downloaded num_cpus v1.16.0 |
1233 | 2024-05-29T20:00:09.621Z | Downloaded num-iter v0.1.45 |
1234 | 2024-05-29T20:00:09.621Z | Downloaded ena v0.14.3 |
1235 | 2024-05-29T20:00:09.621Z | Downloaded embedded-io v0.4.0 |
1236 | 2024-05-29T20:00:09.621Z | Downloaded either v1.12.0 |
1237 | 2024-05-29T20:00:09.621Z | Downloaded ed25519 v1.5.3 |
1238 | 2024-05-29T20:00:09.622Z | Downloaded derive-where v1.2.7 |
1239 | 2024-05-29T20:00:09.622Z | Downloaded difflib v0.4.0 |
1240 | 2024-05-29T20:00:09.622Z | Downloaded darling v0.20.9 |
1241 | 2024-05-29T20:00:09.622Z | Downloaded toml v0.5.11 |
1242 | 2024-05-29T20:00:09.622Z | Downloaded bitvec v1.0.1 |
1243 | 2024-05-29T20:00:09.623Z | Downloaded olpc-cjson v0.1.3 |
1244 | 2024-05-29T20:00:09.623Z | Downloaded rsa v0.9.6 |
1245 | 2024-05-29T20:00:09.623Z | Downloaded libxml v0.3.3 |
1246 | 2024-05-29T20:00:09.623Z | Downloaded rayon v1.10.0 |
1247 | 2024-05-29T20:00:09.623Z | Downloaded dtrace-parser v0.2.0 |
1248 | 2024-05-29T20:00:09.623Z | Downloaded rustls-pemfile v2.1.2 |
1249 | 2024-05-29T20:00:09.624Z | Downloaded darling_core v0.20.9 |
1250 | 2024-05-29T20:00:09.624Z | Downloaded digest v0.10.7 |
1251 | 2024-05-29T20:00:09.624Z | Downloaded proc-macro-error v1.0.4 |
1252 | 2024-05-29T20:00:09.624Z | Downloaded tower-service v0.3.2 |
1253 | 2024-05-29T20:00:09.624Z | Downloaded subprocess v0.2.9 |
1254 | 2024-05-29T20:00:09.624Z | Downloaded dirs-sys-next v0.1.2 |
1255 | 2024-05-29T20:00:09.624Z | Downloaded dirs-next v2.0.0 |
1256 | 2024-05-29T20:00:09.624Z | Downloaded unicode-width v0.1.12 |
1257 | 2024-05-29T20:00:09.624Z | Downloaded ryu v1.0.18 |
1258 | 2024-05-29T20:00:09.625Z | Downloaded string_cache v0.8.7 |
1259 | 2024-05-29T20:00:09.625Z | Downloaded minimal-lexical v0.2.1 |
1260 | 2024-05-29T20:00:09.625Z | Downloaded blake3 v1.5.1 |
1261 | 2024-05-29T20:00:09.625Z | Downloaded strum_macros v0.26.2 |
1262 | 2024-05-29T20:00:09.625Z | Downloaded terminal_size v0.3.0 |
1263 | 2024-05-29T20:00:09.625Z | Downloaded ron v0.8.1 |
1264 | 2024-05-29T20:00:09.625Z | Downloaded itertools v0.10.5 |
1265 | 2024-05-29T20:00:09.625Z | Downloaded stability v0.2.0 |
1266 | 2024-05-29T20:00:09.626Z | Downloaded trust-dns-resolver v0.22.0 |
1267 | 2024-05-29T20:00:09.626Z | Downloaded crypto-common v0.1.6 |
1268 | 2024-05-29T20:00:09.626Z | Downloaded postgres-protocol v0.6.6 |
1269 | 2024-05-29T20:00:09.626Z | Downloaded signal-hook-registry v1.4.2 |
1270 | 2024-05-29T20:00:09.626Z | Downloaded signal-hook-mio v0.2.3 |
1271 | 2024-05-29T20:00:09.626Z | Downloaded serde_tokenstream v0.1.7 |
1272 | 2024-05-29T20:00:09.626Z | Downloaded parking_lot v0.12.2 |
1273 | 2024-05-29T20:00:09.626Z | Downloaded foreign-types-macros v0.2.3 |
1274 | 2024-05-29T20:00:09.627Z | Downloaded ref-cast v1.0.23 |
1275 | 2024-05-29T20:00:09.627Z | Downloaded unsafe-libyaml v0.2.11 |
1276 | 2024-05-29T20:00:09.627Z | Downloaded pin-utils v0.1.0 |
1277 | 2024-05-29T20:00:09.627Z | Downloaded usdt-attr-macro v0.5.0 |
1278 | 2024-05-29T20:00:09.627Z | Downloaded pin-project-lite v0.2.14 |
1279 | 2024-05-29T20:00:09.627Z | Downloaded pin-project-internal v1.1.5 |
1280 | 2024-05-29T20:00:09.627Z | Downloaded pem-rfc7468 v0.7.0 |
1281 | 2024-05-29T20:00:09.627Z | Downloaded zerocopy v0.6.6 |
1282 | 2024-05-29T20:00:09.628Z | Downloaded uuid v1.8.0 |
1283 | 2024-05-29T20:00:09.628Z | Downloaded tokio-postgres v0.7.10 |
1284 | 2024-05-29T20:00:09.628Z | Downloaded version_check v0.9.4 |
1285 | 2024-05-29T20:00:09.628Z | Downloaded serde v1.0.202 |
1286 | 2024-05-29T20:00:09.628Z | Downloaded indexmap v2.2.6 |
1287 | 2024-05-29T20:00:09.628Z | Downloaded tls_codec v0.4.1 |
1288 | 2024-05-29T20:00:09.628Z | Downloaded structmeta v0.2.0 |
1289 | 2024-05-29T20:00:09.628Z | Downloaded strip-ansi-escapes v0.2.0 |
1290 | 2024-05-29T20:00:09.628Z | Downloaded stringprep v0.1.4 |
1291 | 2024-05-29T20:00:09.629Z | Downloaded base64 v0.22.1 |
1292 | 2024-05-29T20:00:09.629Z | Downloaded signature v1.6.4 |
1293 | 2024-05-29T20:00:09.629Z | Downloaded signal-hook-tokio v0.3.1 |
1294 | 2024-05-29T20:00:09.629Z | Downloaded serde_derive v1.0.202 |
1295 | 2024-05-29T20:00:09.629Z | Downloaded const_format v0.2.32 |
1296 | 2024-05-29T20:00:09.629Z | Downloaded cc v1.0.97 |
1297 | 2024-05-29T20:00:09.629Z | Downloaded openssl-macros v0.1.1 |
1298 | 2024-05-29T20:00:09.629Z | Downloaded env_logger v0.10.2 |
1299 | 2024-05-29T20:00:09.629Z | Downloaded tar v0.4.40 |
1300 | 2024-05-29T20:00:09.630Z | Downloaded der_derive v0.7.2 |
1301 | 2024-05-29T20:00:09.630Z | Downloaded pkg-config v0.3.30 |
1302 | 2024-05-29T20:00:09.630Z | Downloaded similar v2.5.0 |
1303 | 2024-05-29T20:00:09.630Z | Downloaded r2d2 v0.8.10 |
1304 | 2024-05-29T20:00:09.636Z | Downloaded foreign-types-shared v0.3.1 |
1305 | 2024-05-29T20:00:09.636Z | Downloaded scroll_derive v0.12.0 |
1306 | 2024-05-29T20:00:09.637Z | Downloaded crc-any v2.5.0 |
1307 | 2024-05-29T20:00:09.637Z | Downloaded cookie v0.18.1 |
1308 | 2024-05-29T20:00:09.637Z | Downloaded arc-swap v1.7.1 |
1309 | 2024-05-29T20:00:09.637Z | Downloaded futures-macro v0.3.30 |
1310 | 2024-05-29T20:00:09.637Z | Downloaded fnv v1.0.7 |
1311 | 2024-05-29T20:00:09.637Z | Downloaded cookie v0.17.0 |
1312 | 2024-05-29T20:00:09.637Z | Downloaded deranged v0.3.11 |
1313 | 2024-05-29T20:00:09.638Z | Downloaded curve25519-dalek-derive v0.1.1 |
1314 | 2024-05-29T20:00:09.638Z | Downloaded uzers v0.11.3 |
1315 | 2024-05-29T20:00:09.638Z | Downloaded siphasher v0.3.11 |
1316 | 2024-05-29T20:00:09.638Z | Downloaded clap v4.5.4 |
1317 | 2024-05-29T20:00:09.638Z | Downloaded const-oid v0.9.6 |
1318 | 2024-05-29T20:00:09.638Z | Downloaded clang-sys v1.7.0 |
1319 | 2024-05-29T20:00:09.638Z | Downloaded tokio-native-tls v0.3.1 |
1320 | 2024-05-29T20:00:09.638Z | Downloaded tabwriter v1.4.0 |
1321 | 2024-05-29T20:00:09.638Z | Downloaded tabled_derive v0.7.0 |
1322 | 2024-05-29T20:00:09.638Z | Downloaded multer v3.1.0 |
1323 | 2024-05-29T20:00:09.639Z | Downloaded slog-stdlog v4.1.1 |
1324 | 2024-05-29T20:00:09.639Z | Downloaded slog-scope v4.4.0 |
1325 | 2024-05-29T20:00:09.639Z | Downloaded crc32fast v1.4.0 |
1326 | 2024-05-29T20:00:09.639Z | Downloaded corncobs v0.1.3 |
1327 | 2024-05-29T20:00:09.639Z | Downloaded cookie_store v0.20.0 |
1328 | 2024-05-29T20:00:09.639Z | Downloaded managed v0.8.0 |
1329 | 2024-05-29T20:00:09.639Z | Downloaded castaway v0.2.2 |
1330 | 2024-05-29T20:00:09.639Z | Downloaded convert_case v0.4.0 |
1331 | 2024-05-29T20:00:09.639Z | Downloaded console v0.15.8 |
1332 | 2024-05-29T20:00:09.640Z | Downloaded cexpr v0.6.0 |
1333 | 2024-05-29T20:00:09.640Z | Downloaded cargo_metadata v0.18.1 |
1334 | 2024-05-29T20:00:09.646Z | Downloaded camino-tempfile v1.1.1 |
1335 | 2024-05-29T20:00:09.646Z | Downloaded bzip2 v0.4.4 |
1336 | 2024-05-29T20:00:09.647Z | Downloaded addr2line v0.21.0 |
1337 | 2024-05-29T20:00:09.647Z | Downloaded ipnet v2.9.0 |
1338 | 2024-05-29T20:00:09.647Z | Downloaded hyper-rustls v0.24.2 |
1339 | 2024-05-29T20:00:09.651Z | Downloaded nanorand v0.7.0 |
1340 | 2024-05-29T20:00:09.651Z | Downloaded ipnetwork v0.20.0 |
1341 | 2024-05-29T20:00:09.651Z | Downloaded crc-catalog v2.4.0 |
1342 | 2024-05-29T20:00:09.651Z | Downloaded colored v2.1.0 |
1343 | 2024-05-29T20:00:09.659Z | Downloaded libsw v3.3.1 |
1344 | 2024-05-29T20:00:09.659Z | Downloaded lru-cache v0.1.2 |
1345 | 2024-05-29T20:00:09.659Z | Downloaded lazy_static v1.4.0 |
1346 | 2024-05-29T20:00:09.659Z | Downloaded crc v3.2.1 |
1347 | 2024-05-29T20:00:09.664Z | Downloaded const_format_proc_macros v0.2.32 |
1348 | 2024-05-29T20:00:09.664Z | Downloaded cfg-if v1.0.0 |
1349 | 2024-05-29T20:00:09.664Z | Downloaded cpufeatures v0.2.12 |
1350 | 2024-05-29T20:00:09.664Z | Downloaded constant_time_eq v0.3.0 |
1351 | 2024-05-29T20:00:09.665Z | Downloaded chacha20 v0.9.1 |
1352 | 2024-05-29T20:00:09.665Z | Downloaded libloading v0.8.3 |
1353 | 2024-05-29T20:00:09.669Z | Downloaded itoa v1.0.11 |
1354 | 2024-05-29T20:00:09.669Z | Downloaded indoc v1.0.9 |
1355 | 2024-05-29T20:00:09.669Z | Downloaded impl-trait-for-tuples v0.2.2 |
1356 | 2024-05-29T20:00:09.674Z | Downloaded clap_lex v0.7.0 |
1357 | 2024-05-29T20:00:09.674Z | Downloaded cipher v0.4.4 |
1358 | 2024-05-29T20:00:09.674Z | Downloaded cassowary v0.3.0 |
1359 | 2024-05-29T20:00:09.674Z | Downloaded instant v0.1.12 |
1360 | 2024-05-29T20:00:09.678Z | Downloaded hyper-staticfile v0.9.5 |
1361 | 2024-05-29T20:00:09.679Z | Downloaded new_debug_unreachable v1.0.6 |
1362 | 2024-05-29T20:00:09.679Z | Downloaded autocfg v1.3.0 |
1363 | 2024-05-29T20:00:09.679Z | Downloaded argon2 v0.5.3 |
1364 | 2024-05-29T20:00:09.683Z | Downloaded backoff v0.4.0 |
1365 | 2024-05-29T20:00:09.684Z | Downloaded arrayvec v0.7.4 |
1366 | 2024-05-29T20:00:09.689Z | Downloaded buf-list v1.0.3 |
1367 | 2024-05-29T20:00:09.689Z | Downloaded bb8 v0.8.3 |
1368 | 2024-05-29T20:00:09.689Z | Downloaded ascii-canvas v3.0.0 |
1369 | 2024-05-29T20:00:09.689Z | Downloaded anstyle-query v1.0.3 |
1370 | 2024-05-29T20:00:09.694Z | Downloaded linked-hash-map v0.5.6 |
1371 | 2024-05-29T20:00:09.694Z | Downloaded inout v0.1.3 |
1372 | 2024-05-29T20:00:09.694Z | Downloaded indoc v2.0.5 |
1373 | 2024-05-29T20:00:09.694Z | Downloaded ciborium-io v0.2.2 |
1374 | 2024-05-29T20:00:09.694Z | Downloaded cfg_aliases v0.1.1 |
1375 | 2024-05-29T20:00:09.694Z | Downloaded bcs v0.1.6 |
1376 | 2024-05-29T20:00:09.699Z | Downloaded async-stream v0.3.5 |
1377 | 2024-05-29T20:00:09.699Z | Downloaded anstyle-parse v0.2.4 |
1378 | 2024-05-29T20:00:09.699Z | Downloaded hkdf v0.12.4 |
1379 | 2024-05-29T20:00:09.709Z | Downloaded heck v0.5.0 |
1380 | 2024-05-29T20:00:09.709Z | Downloaded block-padding v0.3.3 |
1381 | 2024-05-29T20:00:09.709Z | Downloaded aead v0.5.2 |
1382 | 2024-05-29T20:00:09.710Z | Downloaded block-buffer v0.10.4 |
1383 | 2024-05-29T20:00:09.710Z | Downloaded arrayref v0.3.7 |
1384 | 2024-05-29T20:00:09.710Z | Downloaded headers v0.3.9 |
1385 | 2024-05-29T20:00:09.739Z | Downloaded heck v0.4.1 |
1386 | 2024-05-29T20:00:09.739Z | Downloaded heck v0.3.3 |
1387 | 2024-05-29T20:00:09.739Z | Downloaded anstream v0.6.14 |
1388 | 2024-05-29T20:00:09.739Z | Downloaded hmac v0.12.1 |
1389 | 2024-05-29T20:00:09.739Z | Downloaded blake2 v0.10.6 |
1390 | 2024-05-29T20:00:09.745Z | Downloaded base64 v0.21.7 |
1391 | 2024-05-29T20:00:09.746Z | Downloaded base64 v0.13.1 |
1392 | 2024-05-29T20:00:09.746Z | Downloaded assert_matches v1.5.0 |
1393 | 2024-05-29T20:00:09.746Z | Downloaded bit-vec v0.6.3 |
1394 | 2024-05-29T20:00:09.746Z | Downloaded home v0.5.9 |
1395 | 2024-05-29T20:00:09.746Z | Downloaded bitstruct v0.1.1 |
1396 | 2024-05-29T20:00:09.746Z | Downloaded atty v0.2.14 |
1397 | 2024-05-29T20:00:09.746Z | Downloaded hex v0.4.3 |
1398 | 2024-05-29T20:00:09.746Z | Downloaded headers-core v0.2.0 |
1399 | 2024-05-29T20:00:09.746Z | Downloaded bit-set v0.5.3 |
1400 | 2024-05-29T20:00:09.747Z | Downloaded aho-corasick v1.1.3 |
1401 | 2024-05-29T20:00:09.747Z | Downloaded atomic-waker v1.1.2 |
1402 | 2024-05-29T20:00:09.747Z | Downloaded async-trait v0.1.80 |
1403 | 2024-05-29T20:00:09.747Z | Downloaded async-stream-impl v0.3.5 |
1404 | 2024-05-29T20:00:09.747Z | Downloaded array-init v0.0.4 |
1405 | 2024-05-29T20:00:09.747Z | Downloaded anstyle v1.0.7 |
1406 | 2024-05-29T20:00:09.748Z | Downloaded adler v1.0.2 |
1407 | 2024-05-29T20:00:10.168Z | Compiling proc-macro2 v1.0.82 |
1408 | 2024-05-29T20:00:10.168Z | Compiling unicode-ident v1.0.12 |
1409 | 2024-05-29T20:00:10.179Z | Compiling libc v0.2.153 |
1410 | 2024-05-29T20:00:10.179Z | Compiling serde v1.0.202 |
1411 | 2024-05-29T20:00:10.179Z | Compiling autocfg v1.3.0 |
1412 | 2024-05-29T20:00:10.179Z | Compiling version_check v0.9.4 |
1413 | 2024-05-29T20:00:10.206Z | Compiling cfg-if v1.0.0 |
1414 | 2024-05-29T20:00:10.337Z | Compiling cc v1.0.97 |
1415 | 2024-05-29T20:00:10.356Z | Compiling parking_lot_core v0.9.10 |
1416 | 2024-05-29T20:00:10.448Z | Compiling once_cell v1.19.0 |
1417 | 2024-05-29T20:00:10.775Z | Compiling libm v0.2.8 |
1418 | 2024-05-29T20:00:10.807Z | Compiling ahash v0.8.11 |
1419 | 2024-05-29T20:00:10.929Z | Compiling lock_api v0.4.12 |
1420 | 2024-05-29T20:00:12.341Z | Compiling byteorder v1.5.0 |
1421 | 2024-05-29T20:00:12.763Z | Compiling serde_json v1.0.117 |
1422 | 2024-05-29T20:00:12.763Z | Compiling num-traits v0.2.19 |
1423 | 2024-05-29T20:00:12.763Z | Compiling memchr v2.7.2 |
1424 | 2024-05-29T20:00:12.764Z | Compiling thiserror v1.0.60 |
1425 | 2024-05-29T20:00:12.777Z | Compiling typenum v1.17.0 |
1426 | 2024-05-29T20:00:12.777Z | Compiling log v0.4.21 |
1427 | 2024-05-29T20:00:12.778Z | Compiling generic-array v0.14.7 |
1428 | 2024-05-29T20:00:13.066Z | Compiling scopeguard v1.2.0 |
1429 | 2024-05-29T20:00:13.270Z | Compiling quote v1.0.36 |
1430 | 2024-05-29T20:00:13.381Z | Compiling itoa v1.0.11 |
1431 | 2024-05-29T20:00:13.547Z | Compiling getrandom v0.2.14 |
1432 | 2024-05-29T20:00:13.629Z | Compiling syn v2.0.64 |
1433 | 2024-05-29T20:00:13.976Z | Compiling allocator-api2 v0.2.18 |
1434 | 2024-05-29T20:00:14.147Z | Compiling slab v0.4.9 |
1435 | 2024-05-29T20:00:14.316Z | Compiling ring v0.17.8 |
1436 | 2024-05-29T20:00:14.426Z | Compiling ryu v1.0.18 |
1437 | 2024-05-29T20:00:14.478Z | Compiling pin-project-lite v0.2.14 |
1438 | 2024-05-29T20:00:14.522Z | Compiling smallvec v1.13.2 |
1439 | 2024-05-29T20:00:14.786Z | Compiling schemars v0.8.19 |
1440 | 2024-05-29T20:00:14.806Z | Compiling semver v1.0.23 |
1441 | 2024-05-29T20:00:14.826Z | Compiling syn v1.0.109 |
1442 | 2024-05-29T20:00:15.114Z | Compiling equivalent v1.0.1 |
1443 | 2024-05-29T20:00:15.300Z | Compiling vcpkg v0.2.15 |
1444 | 2024-05-29T20:00:15.318Z | Compiling pkg-config v0.3.30 |
1445 | 2024-05-29T20:00:15.432Z | Compiling parking_lot v0.12.2 |
1446 | 2024-05-29T20:00:15.731Z | Compiling signal-hook-registry v1.4.2 |
1447 | 2024-05-29T20:00:16.614Z | Compiling mio v0.8.11 |
1448 | 2024-05-29T20:00:16.995Z | Compiling openssl-sys v0.9.102 |
1449 | 2024-05-29T20:00:17.667Z | Compiling fnv v1.0.7 |
1450 | 2024-05-29T20:00:17.904Z | Compiling rand_core v0.6.4 |
1451 | 2024-05-29T20:00:18.137Z | Compiling socket2 v0.5.7 |
1452 | 2024-05-29T20:00:18.310Z | Compiling num_cpus v1.16.0 |
1453 | 2024-05-29T20:00:18.457Z | Compiling num-conv v0.1.0 |
1454 | 2024-05-29T20:00:18.486Z | Compiling time-core v0.1.2 |
1455 | 2024-05-29T20:00:18.725Z | Compiling time-macros v0.2.18 |
1456 | 2024-05-29T20:00:18.817Z | Compiling httparse v1.8.0 |
1457 | 2024-05-29T20:00:19.436Z | Compiling futures-core v0.3.30 |
1458 | 2024-05-29T20:00:19.701Z | Compiling openssl v0.10.64 |
1459 | 2024-05-29T20:00:20.087Z | Compiling rustix v0.38.34 |
1460 | 2024-05-29T20:00:20.256Z | Compiling crossbeam-utils v0.8.19 |
1461 | 2024-05-29T20:00:20.277Z | Compiling iana-time-zone v0.1.60 |
1462 | 2024-05-29T20:00:20.631Z | Compiling spin v0.9.8 |
1463 | 2024-05-29T20:00:21.190Z | Compiling rustls v0.21.12 |
1464 | 2024-05-29T20:00:21.195Z | Compiling native-tls v0.2.11 |
1465 | 2024-05-29T20:00:21.195Z | Compiling serde_derive_internals v0.29.1 |
1466 | 2024-05-29T20:00:21.195Z | Compiling tinyvec_macros v0.1.1 |
1467 | 2024-05-29T20:00:21.195Z | Compiling tinyvec v1.6.0 |
1468 | 2024-05-29T20:00:21.862Z | Compiling subtle v2.5.0 |
1469 | 2024-05-29T20:00:21.920Z | Compiling ucd-trie v0.1.6 |
1470 | 2024-05-29T20:00:22.083Z | Compiling futures-sink v0.3.30 |
1471 | 2024-05-29T20:00:22.222Z | Compiling const-oid v0.9.6 |
1472 | 2024-05-29T20:00:22.992Z | Compiling unicode-normalization v0.1.23 |
1473 | 2024-05-29T20:00:22.997Z | Compiling backtrace v0.3.71 |
1474 | 2024-05-29T20:00:23.125Z | Compiling cookie v0.17.0 |
1475 | 2024-05-29T20:00:23.174Z | Compiling unicode-bidi v0.3.15 |
1476 | 2024-05-29T20:00:23.361Z | Compiling dyn-clone v1.0.17 |
1477 | 2024-05-29T20:00:23.703Z | Compiling heck v0.5.0 |
1478 | 2024-05-29T20:00:23.724Z | Compiling slog v2.7.0 |
1479 | 2024-05-29T20:00:23.977Z | Compiling heck v0.4.1 |
1480 | 2024-05-29T20:00:24.134Z | Compiling futures-channel v0.3.30 |
1481 | 2024-05-29T20:00:24.348Z | Compiling futures-io v0.3.30 |
1482 | 2024-05-29T20:00:24.407Z | Compiling futures-task v0.3.30 |
1483 | 2024-05-29T20:00:24.453Z | Compiling pin-utils v0.1.0 |
1484 | 2024-05-29T20:00:24.561Z | Compiling strsim v0.11.1 |
1485 | 2024-05-29T20:00:25.783Z | Compiling aho-corasick v1.1.3 |
1486 | 2024-05-29T20:00:25.795Z | Compiling untrusted v0.9.0 |
1487 | 2024-05-29T20:00:25.796Z | Compiling regex-syntax v0.8.3 |
1488 | 2024-05-29T20:00:25.796Z | Compiling anyhow v1.0.83 |
1489 | 2024-05-29T20:00:26.223Z | Compiling winnow v0.5.40 |
1490 | 2024-05-29T20:00:26.551Z | Compiling serde_derive v1.0.202 |
1491 | 2024-05-29T20:00:27.449Z | Compiling zerocopy-derive v0.7.34 |
1492 | 2024-05-29T20:00:27.976Z | Compiling zeroize_derive v1.4.2 |
1493 | 2024-05-29T20:00:29.407Z | Compiling thiserror-impl v1.0.60 |
1494 | 2024-05-29T20:00:29.437Z | Compiling zerocopy v0.7.34 |
1495 | 2024-05-29T20:00:29.659Z | Compiling tokio-macros v2.2.0 |
1496 | 2024-05-29T20:00:29.928Z | Compiling futures-macro v0.3.30 |
1497 | 2024-05-29T20:00:31.159Z | Compiling schemars_derive v0.8.19 |
1498 | 2024-05-29T20:00:31.324Z | Compiling tracing-attributes v0.1.27 |
1499 | 2024-05-29T20:00:31.731Z | Compiling hashbrown v0.14.5 |
1500 | 2024-05-29T20:00:31.762Z | Compiling zeroize v1.7.0 |
1501 | 2024-05-29T20:00:32.407Z | Compiling openssl-macros v0.1.1 |
1502 | 2024-05-29T20:00:33.147Z | Compiling scroll_derive v0.12.0 |
1503 | 2024-05-29T20:00:33.616Z | Compiling pest v2.7.10 |
1504 | 2024-05-29T20:00:34.400Z | Compiling crypto-common v0.1.6 |
1505 | 2024-05-29T20:00:34.490Z | Compiling futures-util v0.3.30 |
1506 | 2024-05-29T20:00:34.582Z | Compiling der_derive v0.7.2 |
1507 | 2024-05-29T20:00:34.602Z | Compiling block-buffer v0.10.4 |
1508 | 2024-05-29T20:00:34.819Z | Compiling regex-automata v0.4.6 |
1509 | 2024-05-29T20:00:36.387Z | Compiling pest_meta v2.7.10 |
1510 | 2024-05-29T20:00:36.965Z | Compiling tracing-core v0.1.32 |
1511 | 2024-05-29T20:00:39.450Z | Compiling pest_generator v2.7.10 |
1512 | 2024-05-29T20:00:40.070Z | Compiling bytes v1.6.0 |
1513 | 2024-05-29T20:00:40.799Z | Compiling indexmap v2.2.6 |
1514 | 2024-05-29T20:00:41.310Z | Compiling uuid v1.8.0 |
1515 | 2024-05-29T20:00:41.959Z | Compiling tokio v1.37.0 |
1516 | 2024-05-29T20:00:42.250Z | Compiling bitflags v2.5.0 |
1517 | 2024-05-29T20:00:42.356Z | Compiling serde_tokenstream v0.2.0 |
1518 | 2024-05-29T20:00:42.866Z | Compiling chrono v0.4.38 |
1519 | 2024-05-29T20:00:43.903Z | Compiling toml_datetime v0.6.6 |
1520 | 2024-05-29T20:00:44.358Z | Compiling serde_spanned v0.6.6 |
1521 | 2024-05-29T20:00:44.581Z | Compiling http v0.2.12 |
1522 | 2024-05-29T20:00:45.054Z | Compiling toml_edit v0.19.15 |
1523 | 2024-05-29T20:00:46.885Z | Compiling rustc_version v0.4.0 |
1524 | 2024-05-29T20:00:47.560Z | Compiling pest_derive v2.7.10 |
1525 | 2024-05-29T20:00:48.273Z | Compiling usdt-impl v0.5.0 |
1526 | 2024-05-29T20:00:48.486Z | Compiling rustversion v1.0.17 |
1527 | 2024-05-29T20:00:48.585Z | Compiling powerfmt v0.2.0 |
1528 | 2024-05-29T20:00:49.103Z | Compiling deranged v0.3.11 |
1529 | 2024-05-29T20:00:49.203Z | Compiling heapless v0.7.17 |
1530 | 2024-05-29T20:00:49.275Z | Compiling tracing v0.1.40 |
1531 | 2024-05-29T20:00:49.611Z | Compiling digest v0.10.7 |
1532 | 2024-05-29T20:00:50.025Z | Compiling scroll v0.12.0 |
1533 | 2024-05-29T20:00:50.991Z | Compiling signal-hook v0.3.17 |
1534 | 2024-05-29T20:00:51.127Z | Compiling ppv-lite86 v0.2.17 |
1535 | 2024-05-29T20:00:51.247Z | Compiling percent-encoding v2.3.1 |
1536 | 2024-05-29T20:00:51.525Z | Compiling plain v0.2.3 |
1537 | 2024-05-29T20:00:51.749Z | Compiling num_threads v0.1.7 |
1538 | 2024-05-29T20:00:51.906Z | Compiling rand_chacha v0.3.1 |
1539 | 2024-05-29T20:00:51.929Z | Compiling time v0.3.36 |
1540 | 2024-05-29T20:00:52.031Z | Compiling goblin v0.8.2 |
1541 | 2024-05-29T20:00:53.177Z | Compiling regex v1.10.4 |
1542 | 2024-05-29T20:00:54.168Z | Compiling pretty-hex v0.4.1 |
1543 | 2024-05-29T20:00:54.595Z | Compiling crc32fast v1.4.0 |
1544 | 2024-05-29T20:00:56.944Z | Compiling rand v0.8.5 |
1545 | 2024-05-29T20:00:57.546Z | Compiling tokio-util v0.7.11 |
1546 | 2024-05-29T20:00:57.765Z | Compiling dof v0.3.0 |
1547 | 2024-05-29T20:00:59.088Z | Compiling dtrace-parser v0.2.0 |
1548 | 2024-05-29T20:00:59.558Z | Compiling async-trait v0.1.80 |
1549 | 2024-05-29T20:00:59.679Z | Compiling thread-id v4.2.1 |
1550 | 2024-05-29T20:00:59.800Z | Compiling unicode-width v0.1.12 |
1551 | 2024-05-29T20:01:00.004Z | Compiling base64ct v1.6.0 |
1552 | 2024-05-29T20:01:00.599Z | Compiling smoltcp v0.9.1 |
1553 | 2024-05-29T20:01:00.611Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1554 | 2024-05-29T20:01:00.611Z | Compiling foreign-types-shared v0.1.1 |
1555 | 2024-05-29T20:01:00.885Z | Compiling foreign-types v0.3.2 |
1556 | 2024-05-29T20:01:01.166Z | Compiling pem-rfc7468 v0.7.0 |
1557 | 2024-05-29T20:01:02.271Z | Compiling form_urlencoded v1.2.1 |
1558 | 2024-05-29T20:01:02.711Z | Compiling hmac v0.12.1 |
1559 | 2024-05-29T20:01:02.923Z | Compiling adler v1.0.2 |
1560 | 2024-05-29T20:01:02.978Z | Compiling siphasher v0.3.11 |
1561 | 2024-05-29T20:01:03.203Z | Compiling try-lock v0.2.5 |
1562 | 2024-05-29T20:01:03.224Z | Compiling flagset v0.4.5 |
1563 | 2024-05-29T20:01:03.354Z | Compiling base64 v0.21.7 |
1564 | 2024-05-29T20:01:03.372Z | Compiling want v0.3.1 |
1565 | 2024-05-29T20:01:03.428Z | Compiling der v0.7.9 |
1566 | 2024-05-29T20:01:03.754Z | Compiling miniz_oxide v0.7.2 |
1567 | 2024-05-29T20:01:04.271Z | Compiling h2 v0.3.26 |
1568 | 2024-05-29T20:01:06.190Z | Compiling sct v0.7.1 |
1569 | 2024-05-29T20:01:06.230Z | Compiling rustls-webpki v0.101.7 |
1570 | 2024-05-29T20:01:06.634Z | Compiling http-body v0.4.6 |
1571 | 2024-05-29T20:01:07.335Z | Compiling openapiv3 v2.0.0 |
1572 | 2024-05-29T20:01:07.762Z | Compiling hubpack_derive v0.1.1 |
1573 | 2024-05-29T20:01:08.202Z | Compiling zerocopy-derive v0.6.6 |
1574 | 2024-05-29T20:01:08.466Z | Compiling idna v0.5.0 |
1575 | 2024-05-29T20:01:08.668Z | Compiling errno v0.3.9 |
1576 | 2024-05-29T20:01:08.944Z | Compiling fs-err v2.11.0 |
1577 | 2024-05-29T20:01:08.962Z | Compiling stable_deref_trait v1.2.0 |
1578 | 2024-05-29T20:01:09.061Z | Compiling httpdate v1.0.3 |
1579 | 2024-05-29T20:01:10.374Z | Compiling tower-service v0.3.2 |
1580 | 2024-05-29T20:01:10.379Z | Compiling finl_unicode v1.2.0 |
1581 | 2024-05-29T20:01:10.379Z | Compiling cpufeatures v0.2.12 |
1582 | 2024-05-29T20:01:10.379Z | Compiling spin v0.5.2 |
1583 | 2024-05-29T20:01:10.380Z | Compiling utf8parse v0.2.1 |
1584 | 2024-05-29T20:01:10.380Z | Compiling anstyle v1.0.7 |
1585 | 2024-05-29T20:01:10.380Z | Compiling gimli v0.28.1 |
1586 | 2024-05-29T20:01:10.735Z | Compiling openssl-probe v0.1.5 |
1587 | 2024-05-29T20:01:11.295Z | Compiling hyper v0.14.28 |
1588 | 2024-05-29T20:01:11.446Z | Compiling anstyle-parse v0.2.4 |
1589 | 2024-05-29T20:01:12.183Z | Compiling stringprep v0.1.4 |
1590 | 2024-05-29T20:01:12.572Z | Compiling sha2 v0.10.8 |
1591 | 2024-05-29T20:01:13.115Z | Compiling url v2.5.0 |
1592 | 2024-05-29T20:01:15.270Z | Compiling addr2line v0.21.0 |
1593 | 2024-05-29T20:01:16.241Z | Compiling spki v0.7.3 |
1594 | 2024-05-29T20:01:16.601Z | Compiling usdt-macro v0.5.0 |
1595 | 2024-05-29T20:01:17.009Z | Compiling usdt-attr-macro v0.5.0 |
1596 | 2024-05-29T20:01:18.064Z | Compiling md-5 v0.10.6 |
1597 | 2024-05-29T20:01:20.539Z | Compiling idna v0.3.0 |
1598 | 2024-05-29T20:01:22.462Z | Compiling diesel_table_macro_syntax v0.1.0 |
1599 | 2024-05-29T20:01:22.465Z | Compiling num-integer v0.1.46 |
1600 | 2024-05-29T20:01:22.568Z | Compiling object v0.32.2 |
1601 | 2024-05-29T20:01:22.954Z | Compiling hash32 v0.2.1 |
1602 | 2024-05-29T20:01:24.025Z | Compiling is_terminal_polyfill v1.70.0 |
1603 | 2024-05-29T20:01:24.086Z | Compiling fallible-iterator v0.2.0 |
1604 | 2024-05-29T20:01:24.812Z | Compiling colorchoice v1.0.1 |
1605 | 2024-05-29T20:01:24.821Z | Compiling psl-types v2.0.11 |
1606 | 2024-05-29T20:01:24.822Z | Compiling anstyle-query v1.0.3 |
1607 | 2024-05-29T20:01:24.928Z | Compiling rustc-demangle v0.1.24 |
1608 | 2024-05-29T20:01:30.566Z | Compiling anstream v0.6.14 |
1609 | 2024-05-29T20:01:30.827Z | Compiling publicsuffix v2.2.3 |
1610 | 2024-05-29T20:01:30.862Z | Compiling postgres-protocol v0.6.6 |
1611 | 2024-05-29T20:01:31.211Z | Compiling lazy_static v1.4.0 |
1612 | 2024-05-29T20:01:31.338Z | Compiling diesel_derives v2.1.4 |
1613 | 2024-05-29T20:01:33.067Z | Compiling tokio-rustls v0.24.1 |
1614 | 2024-05-29T20:01:37.460Z | Compiling pkcs8 v0.10.2 |
1615 | 2024-05-29T20:01:37.747Z | Compiling terminal_size v0.3.0 |
1616 | 2024-05-29T20:01:37.957Z | Compiling tokio-native-tls v0.3.1 |
1617 | 2024-05-29T20:01:38.236Z | Compiling phf_shared v0.11.2 |
1618 | 2024-05-29T20:01:39.219Z | Compiling strum_macros v0.25.3 |
1619 | 2024-05-29T20:01:39.831Z | Compiling block-padding v0.3.3 |
1620 | 2024-05-29T20:01:40.070Z | Compiling regress v0.9.1 |
1621 | 2024-05-29T20:01:40.413Z | Compiling enum-as-inner v0.5.1 |
1622 | 2024-05-29T20:01:40.733Z | Compiling clap_derive v4.5.4 |
1623 | 2024-05-29T20:01:41.367Z | Compiling serde_repr v0.1.19 |
1624 | 2024-05-29T20:01:43.158Z | Compiling ff v0.13.0 |
1625 | 2024-05-29T20:01:43.415Z | Compiling scheduled-thread-pool v0.2.7 |
1626 | 2024-05-29T20:01:44.773Z | Compiling encoding_rs v0.8.34 |
1627 | 2024-05-29T20:01:45.273Z | Compiling matches v0.1.10 |
1628 | 2024-05-29T20:01:45.307Z | Compiling either v1.12.0 |
1629 | 2024-05-29T20:01:45.781Z | Compiling ident_case v1.0.1 |
1630 | 2024-05-29T20:01:45.810Z | Compiling bit-vec v0.6.3 |
1631 | 2024-05-29T20:01:45.810Z | Compiling mime v0.3.17 |
1632 | 2024-05-29T20:01:45.979Z | Compiling ipnet v2.9.0 |
1633 | 2024-05-29T20:01:46.966Z | Compiling clap_lex v0.7.0 |
1634 | 2024-05-29T20:01:47.028Z | Compiling managed v0.8.0 |
1635 | 2024-05-29T20:01:47.377Z | Compiling bitflags v1.3.2 |
1636 | 2024-05-29T20:01:47.558Z | Compiling base16ct v0.2.0 |
1637 | 2024-05-29T20:01:47.697Z | Compiling clap_builder v4.5.2 |
1638 | 2024-05-29T20:01:47.828Z | Compiling sec1 v0.7.3 |
1639 | 2024-05-29T20:01:48.725Z | Compiling darling_core v0.20.9 |
1640 | 2024-05-29T20:01:50.069Z | Compiling idna v0.2.3 |
1641 | 2024-05-29T20:01:53.139Z | Compiling r2d2 v0.8.10 |
1642 | 2024-05-29T20:01:53.568Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1643 | 2024-05-29T20:01:55.246Z | Compiling group v0.13.0 |
1644 | 2024-05-29T20:01:55.593Z | Compiling inout v0.1.3 |
1645 | 2024-05-29T20:01:55.925Z | Compiling phf v0.11.2 |
1646 | 2024-05-29T20:01:56.582Z | Compiling hyper-tls v0.5.0 |
1647 | 2024-05-29T20:01:56.607Z | Compiling signal-hook-mio v0.2.3 |
1648 | 2024-05-29T20:01:57.025Z | Compiling hyper-rustls v0.24.2 |
1649 | 2024-05-29T20:01:57.026Z | Compiling cookie_store v0.20.0 |
1650 | 2024-05-29T20:01:57.026Z | Compiling postgres-types v0.2.6 |
1651 | 2024-05-29T20:01:57.365Z | Compiling num-bigint v0.4.5 |
1652 | 2024-05-29T20:01:58.189Z | Compiling zerocopy v0.6.6 |
1653 | 2024-05-29T20:01:58.473Z | Compiling hubpack v0.1.2 |
1654 | 2024-05-29T20:01:58.501Z | Compiling rustls-pemfile v1.0.4 |
1655 | 2024-05-29T20:01:58.878Z | Compiling phf_shared v0.10.0 |
1656 | 2024-05-29T20:01:58.914Z | Compiling hkdf v0.12.4 |
1657 | 2024-05-29T20:01:58.988Z | Compiling serde_urlencoded v0.7.1 |
1658 | 2024-05-29T20:01:59.405Z | Compiling crossbeam-epoch v0.9.18 |
1659 | 2024-05-29T20:01:59.601Z | Compiling ipnetwork v0.20.0 |
1660 | 2024-05-29T20:02:00.072Z | Compiling futures-executor v0.3.30 |
1661 | 2024-05-29T20:02:00.385Z | Compiling crypto-bigint v0.5.5 |
1662 | 2024-05-29T20:02:00.566Z | Compiling float-cmp v0.9.0 |
1663 | 2024-05-29T20:02:00.591Z | Compiling memmap v0.7.0 |
1664 | 2024-05-29T20:02:00.809Z | Compiling unicode-segmentation v1.11.0 |
1665 | 2024-05-29T20:02:00.911Z | Compiling precomputed-hash v0.1.1 |
1666 | 2024-05-29T20:02:00.959Z | Compiling static_assertions v1.1.0 |
1667 | 2024-05-29T20:02:01.573Z | Compiling minimal-lexical v0.2.1 |
1668 | 2024-05-29T20:02:01.771Z | Compiling whoami v1.5.1 |
1669 | 2024-05-29T20:02:02.217Z | Compiling fixedbitset v0.4.2 |
1670 | 2024-05-29T20:02:02.441Z | Compiling data-encoding v2.6.0 |
1671 | 2024-05-29T20:02:02.965Z | Compiling difflib v0.4.0 |
1672 | 2024-05-29T20:02:03.626Z | Compiling winnow v0.6.8 |
1673 | 2024-05-29T20:02:03.792Z | Compiling sync_wrapper v0.1.2 |
1674 | 2024-05-29T20:02:03.936Z | Compiling predicates-core v1.0.6 |
1675 | 2024-05-29T20:02:05.239Z | Compiling webpki-roots v0.25.4 |
1676 | 2024-05-29T20:02:05.256Z | Compiling normalize-line-endings v0.3.0 |
1677 | 2024-05-29T20:02:05.256Z | Compiling new_debug_unreachable v1.0.6 |
1678 | 2024-05-29T20:02:05.256Z | Compiling predicates v3.1.0 |
1679 | 2024-05-29T20:02:05.256Z | Compiling string_cache v0.8.7 |
1680 | 2024-05-29T20:02:05.256Z | Compiling reqwest v0.11.27 |
1681 | 2024-05-29T20:02:05.256Z | Compiling elliptic-curve v0.13.8 |
1682 | 2024-05-29T20:02:05.256Z | Compiling trust-dns-proto v0.22.0 |
1683 | 2024-05-29T20:02:05.256Z | Compiling petgraph v0.6.5 |
1684 | 2024-05-29T20:02:05.754Z | Compiling tokio-postgres v0.7.10 |
1685 | 2024-05-29T20:02:06.535Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1686 | 2024-05-29T20:02:07.428Z | Compiling toml_edit v0.22.13 |
1687 | 2024-05-29T20:02:08.984Z | Compiling nom v7.1.3 |
1688 | 2024-05-29T20:02:10.504Z | Compiling similar v2.5.0 |
1689 | 2024-05-29T20:02:11.310Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1690 | 2024-05-29T20:02:11.879Z | Compiling usdt v0.5.0 |
1691 | 2024-05-29T20:02:12.529Z | Compiling futures v0.3.30 |
1692 | 2024-05-29T20:02:12.651Z | Compiling yasna v0.5.2 |
1693 | 2024-05-29T20:02:12.685Z | Compiling diesel v2.1.6 |
1694 | 2024-05-29T20:02:13.581Z | Compiling crossterm v0.27.0 |
1695 | 2024-05-29T20:02:14.722Z | Compiling cipher v0.4.4 |
1696 | 2024-05-29T20:02:14.774Z | Compiling flate2 v1.0.30 |
1697 | 2024-05-29T20:02:14.909Z | Compiling darling_macro v0.20.9 |
1698 | 2024-05-29T20:02:15.839Z | Compiling clap v4.5.4 |
1699 | 2024-05-29T20:02:15.968Z | Compiling bit-set v0.5.3 |
1700 | 2024-05-29T20:02:16.257Z | Compiling itertools v0.10.5 |
1701 | 2024-05-29T20:02:16.394Z | Compiling itertools v0.12.1 |
1702 | 2024-05-29T20:02:16.869Z | Compiling console v0.15.8 |
1703 | 2024-05-29T20:02:16.888Z | Compiling num-iter v0.1.45 |
1704 | 2024-05-29T20:02:17.600Z | Compiling tokio-stream v0.1.15 |
1705 | 2024-05-29T20:02:18.191Z | Compiling toml v0.7.8 |
1706 | 2024-05-29T20:02:18.384Z | Compiling bstr v1.9.1 |
1707 | 2024-05-29T20:02:18.521Z | Compiling hex v0.4.3 |
1708 | 2024-05-29T20:02:19.536Z | Compiling lalrpop-util v0.19.12 |
1709 | 2024-05-29T20:02:19.849Z | Compiling peg-runtime v0.8.3 |
1710 | 2024-05-29T20:02:19.936Z | Compiling darling v0.20.9 |
1711 | 2024-05-29T20:02:20.320Z | Compiling proc-macro-crate v1.3.1 |
1712 | 2024-05-29T20:02:22.192Z | Compiling heapless v0.8.0 |
1713 | 2024-05-29T20:02:22.192Z | Compiling camino v1.1.7 |
1714 | 2024-05-29T20:02:24.988Z | Compiling num_enum_derive v0.5.11 |
1715 | 2024-05-29T20:02:29.434Z | Compiling hash32 v0.3.1 |
1716 | 2024-05-29T20:02:30.770Z | Compiling smoltcp v0.11.0 |
1717 | 2024-05-29T20:02:32.729Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1718 | 2024-05-29T20:02:33.087Z | Compiling rustls-pki-types v1.7.0 |
1719 | 2024-05-29T20:02:42.340Z | Compiling num_enum v0.5.11 |
1720 | 2024-05-29T20:02:44.814Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1721 | 2024-05-29T20:02:45.038Z | Compiling getopts v0.2.21 |
1722 | 2024-05-29T20:02:46.191Z | Compiling dirs-sys-next v0.1.2 |
1723 | 2024-05-29T20:02:47.423Z | Compiling proc-macro-error-attr v1.0.4 |
1724 | 2024-05-29T20:02:47.711Z | Compiling cobs v0.2.3 |
1725 | 2024-05-29T20:02:47.793Z | Compiling paste v1.0.15 |
1726 | 2024-05-29T20:02:48.167Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1727 | 2024-05-29T20:02:48.666Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1728 | 2024-05-29T20:02:48.939Z | Compiling unsafe-libyaml v0.2.11 |
1729 | 2024-05-29T20:02:48.954Z | Compiling rustls v0.22.4 |
1730 | 2024-05-29T20:02:49.050Z | Compiling embedded-io v0.4.0 |
1731 | 2024-05-29T20:02:49.246Z | Compiling postcard v1.0.8 |
1732 | 2024-05-29T20:02:50.441Z | Compiling serde_yaml v0.9.34+deprecated |
1733 | 2024-05-29T20:02:52.800Z | Compiling dirs-next v2.0.0 |
1734 | 2024-05-29T20:02:54.137Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1735 | 2024-05-29T20:02:58.185Z | Compiling rustls-webpki v0.102.4 |
1736 | 2024-05-29T20:03:05.045Z | Compiling strum_macros v0.26.2 |
1737 | 2024-05-29T20:03:05.956Z | Compiling foreign-types-macros v0.2.3 |
1738 | 2024-05-29T20:03:06.581Z | Compiling structmeta-derive v0.3.0 |
1739 | 2024-05-29T20:03:07.521Z | Compiling thread_local v1.1.8 |
1740 | 2024-05-29T20:03:08.006Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1741 | 2024-05-29T20:03:08.137Z | Compiling proc-macro-error v1.0.4 |
1742 | 2024-05-29T20:03:08.254Z | Compiling multer v3.1.0 |
1743 | 2024-05-29T20:03:09.157Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1744 | 2024-05-29T20:03:09.414Z | Compiling slog-async v2.8.0 |
1745 | 2024-05-29T20:03:09.585Z | Compiling foreign-types-shared v0.3.1 |
1746 | 2024-05-29T20:03:10.012Z | Compiling match_cfg v0.1.0 |
1747 | 2024-05-29T20:03:10.016Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1748 | 2024-05-29T20:03:14.673Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1749 | 2024-05-29T20:03:15.823Z | Compiling hostname v0.3.1 |
1750 | 2024-05-29T20:03:16.078Z | Compiling foreign-types v0.5.0 |
1751 | 2024-05-29T20:03:16.114Z | Compiling strum v0.26.2 |
1752 | 2024-05-29T20:03:16.314Z | Compiling structmeta v0.3.0 |
1753 | 2024-05-29T20:03:23.538Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1754 | 2024-05-29T20:03:31.645Z | Compiling term v0.7.0 |
1755 | 2024-05-29T20:03:35.215Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1756 | 2024-05-29T20:03:36.251Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1757 | 2024-05-29T20:03:37.409Z | Compiling slog-json v2.6.1 |
1758 | 2024-05-29T20:03:37.902Z | Compiling tabwriter v1.4.0 |
1759 | 2024-05-29T20:03:38.692Z | Compiling crossbeam-channel v0.5.12 |
1760 | 2024-05-29T20:03:40.356Z | Compiling http v1.1.0 |
1761 | 2024-05-29T20:03:40.555Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1762 | 2024-05-29T20:03:40.588Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1763 | 2024-05-29T20:03:40.823Z | Compiling async-stream-impl v0.3.5 |
1764 | 2024-05-29T20:03:41.365Z | Compiling cstr-argument v0.1.2 |
1765 | 2024-05-29T20:03:41.476Z | Compiling is-terminal v0.4.12 |
1766 | 2024-05-29T20:03:41.622Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) |
1767 | 2024-05-29T20:03:41.910Z | Compiling rayon-core v1.12.1 |
1768 | 2024-05-29T20:03:42.120Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1769 | 2024-05-29T20:03:42.184Z | Compiling pretty-hex v0.2.1 |
1770 | 2024-05-29T20:03:42.462Z | Compiling crucible-workspace-hack v0.1.0 |
1771 | 2024-05-29T20:03:42.703Z | Compiling atomic-waker v1.1.2 |
1772 | 2024-05-29T20:03:42.773Z | Compiling take_mut v0.2.2 |
1773 | 2024-05-29T20:03:42.882Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1774 | 2024-05-29T20:03:42.912Z | Compiling fastrand v2.1.0 |
1775 | 2024-05-29T20:03:42.943Z | Compiling base64 v0.22.1 |
1776 | 2024-05-29T20:03:43.618Z | Compiling rustls-pemfile v2.1.2 |
1777 | 2024-05-29T20:03:44.052Z | Compiling tempfile v3.10.1 |
1778 | 2024-05-29T20:03:44.379Z | Compiling waitgroup v0.1.2 |
1779 | 2024-05-29T20:03:44.735Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1780 | 2024-05-29T20:03:45.011Z | Compiling async-stream v0.3.5 |
1781 | 2024-05-29T20:03:45.443Z | Compiling slog-term v2.9.1 |
1782 | 2024-05-29T20:03:45.848Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1783 | 2024-05-29T20:03:46.745Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1784 | 2024-05-29T20:03:46.834Z | Compiling slog-bunyan v2.5.0 |
1785 | 2024-05-29T20:03:47.110Z | Compiling tokio-rustls v0.25.0 |
1786 | 2024-05-29T20:03:47.581Z | Compiling parse-display-derive v0.9.0 |
1787 | 2024-05-29T20:03:47.698Z | Compiling toml v0.8.13 |
1788 | 2024-05-29T20:03:47.949Z | Compiling serde_with_macros v3.8.1 |
1789 | 2024-05-29T20:03:48.174Z | Compiling sha1 v0.10.6 |
1790 | 2024-05-29T20:03:48.987Z | Compiling crossbeam-deque v0.8.5 |
1791 | 2024-05-29T20:03:49.389Z | Compiling colored v2.1.0 |
1792 | 2024-05-29T20:03:50.709Z | Compiling newtype-uuid v1.1.0 |
1793 | 2024-05-29T20:03:50.763Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) |
1794 | 2024-05-29T20:03:51.079Z | Compiling serde_path_to_error v0.1.16 |
1795 | 2024-05-29T20:03:51.655Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1796 | 2024-05-29T20:03:52.080Z | Compiling socket2 v0.4.10 |
1797 | 2024-05-29T20:03:52.409Z | Compiling hostname v0.4.0 |
1798 | 2024-05-29T20:03:52.677Z | Compiling instant v0.1.12 |
1799 | 2024-05-29T20:03:52.761Z | Compiling debug-ignore v1.0.5 |
1800 | 2024-05-29T20:03:52.862Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1801 | 2024-05-29T20:03:53.264Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1802 | 2024-05-29T20:03:54.050Z | Compiling backoff v0.4.0 |
1803 | 2024-05-29T20:03:54.062Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1804 | 2024-05-29T20:03:54.251Z | Compiling parse-display v0.9.0 |
1805 | 2024-05-29T20:03:54.701Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1806 | 2024-05-29T20:03:55.207Z | Compiling serde_with v3.8.1 |
1807 | 2024-05-29T20:03:56.178Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1808 | 2024-05-29T20:03:57.186Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1809 | 2024-05-29T20:03:58.053Z | Compiling camino-tempfile v1.1.1 |
1810 | 2024-05-29T20:03:58.804Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1811 | 2024-05-29T20:03:59.305Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1812 | 2024-05-29T20:03:59.499Z | Compiling macaddr v1.0.1 |
1813 | 2024-05-29T20:03:59.692Z | Compiling num-derive v0.4.2 |
1814 | 2024-05-29T20:03:59.731Z | Compiling sigpipe v0.1.3 |
1815 | 2024-05-29T20:04:00.290Z | Compiling libefi-sys v0.1.0 |
1816 | 2024-05-29T20:04:00.299Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1817 | 2024-05-29T20:04:00.299Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1818 | 2024-05-29T20:04:00.668Z | Compiling rayon v1.10.0 |
1819 | 2024-05-29T20:04:01.977Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1820 | 2024-05-29T20:04:03.170Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1821 | 2024-05-29T20:04:03.516Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1822 | 2024-05-29T20:04:03.604Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
1823 | 2024-05-29T20:04:06.617Z | Compiling smf v0.2.3 |
1824 | 2024-05-29T20:04:06.991Z | Compiling blake3 v1.5.1 |
1825 | 2024-05-29T20:04:07.055Z | Compiling ring v0.16.20 |
1826 | 2024-05-29T20:04:07.573Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1827 | 2024-05-29T20:04:07.934Z | Compiling portable-atomic v1.6.0 |
1828 | 2024-05-29T20:04:09.503Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1829 | 2024-05-29T20:04:09.745Z | Compiling xattr v1.3.1 |
1830 | 2024-05-29T20:04:10.086Z | Compiling memmap2 v0.9.4 |
1831 | 2024-05-29T20:04:10.317Z | Compiling filetime v0.2.23 |
1832 | 2024-05-29T20:04:10.645Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1833 | 2024-05-29T20:04:10.670Z | Compiling constant_time_eq v0.3.0 |
1834 | 2024-05-29T20:04:10.699Z | Compiling arrayref v0.3.7 |
1835 | 2024-05-29T20:04:10.797Z | Compiling same-file v1.0.6 |
1836 | 2024-05-29T20:04:10.821Z | Compiling arrayvec v0.7.4 |
1837 | 2024-05-29T20:04:10.847Z | Compiling untrusted v0.7.1 |
1838 | 2024-05-29T20:04:11.049Z | Compiling walkdir v2.5.0 |
1839 | 2024-05-29T20:04:11.076Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1840 | 2024-05-29T20:04:12.043Z | Compiling tar v0.4.40 |
1841 | 2024-05-29T20:04:13.796Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1842 | 2024-05-29T20:04:13.983Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1843 | 2024-05-29T20:04:14.577Z | Compiling gethostname v0.4.3 |
1844 | 2024-05-29T20:04:14.869Z | Compiling topological-sort v0.2.2 |
1845 | 2024-05-29T20:04:15.144Z | Compiling number_prefix v0.4.0 |
1846 | 2024-05-29T20:04:15.410Z | Compiling swrite v0.1.0 |
1847 | 2024-05-29T20:04:15.637Z | Compiling indicatif v0.17.8 |
1848 | 2024-05-29T20:04:16.235Z | Compiling omicron-zone-package v0.11.0 |
1849 | 2024-05-29T20:04:18.790Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1850 | 2024-05-29T20:04:19.529Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1851 | 2024-05-29T20:04:20.949Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1852 | 2024-05-29T20:04:42.279Z | Finished `release` profile [optimized] target(s) in 4m 56s |
1853 | 2024-05-29T20:04:42.587Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1854 | 2024-05-29T20:04:42.646Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1855 | 2024-05-29T20:04:42.656Z | Created new build target 'test' and set it as active |
1856 | 2024-05-29T20:04:42.656Z | |
1857 | 2024-05-29T20:04:42.656Z | real 4:56.777057670 |
1858 | 2024-05-29T20:04:42.656Z | user 30:42.825591233 |
1859 | 2024-05-29T20:04:42.656Z | sys 4:04.487822516 |
1860 | 2024-05-29T20:04:42.657Z | trap 0.902324616 |
1861 | 2024-05-29T20:04:42.657Z | tflt 5.170888249 |
1862 | 2024-05-29T20:04:42.657Z | dflt 4.995245532 |
1863 | 2024-05-29T20:04:42.657Z | kflt 0.025606348 |
1864 | 2024-05-29T20:04:42.657Z | lock 1:05:58.360032573 |
1865 | 2024-05-29T20:04:42.657Z | slp 1:28:27.878991551 |
1866 | 2024-05-29T20:04:42.657Z | lat 2:02.092290310 |
1867 | 2024-05-29T20:04:42.657Z | stop 3:41.818356269 |
1868 | 2024-05-29T20:04:42.657Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1869 | 2024-05-29T20:04:43.484Z | Finished `release` profile [optimized] target(s) in 0.77s |
1870 | 2024-05-29T20:04:43.506Z | Running `target/release/omicron-package -t test package` |
1871 | 2024-05-29T20:04:43.538Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1872 | 2024-05-29T20:04:44.414Z | Compiling newline-converter v0.3.0 |
1873 | 2024-05-29T20:04:44.428Z | Compiling humantime v2.1.0 |
1874 | 2024-05-29T20:04:44.501Z | Compiling derive-where v1.2.7 |
1875 | 2024-05-29T20:04:44.513Z | Compiling unicode-xid v0.2.4 |
1876 | 2024-05-29T20:04:44.523Z | Compiling linked-hash-map v0.5.6 |
1877 | 2024-05-29T20:04:44.523Z | Compiling convert_case v0.4.0 |
1878 | 2024-05-29T20:04:44.546Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1879 | 2024-05-29T20:04:44.560Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1880 | 2024-05-29T20:04:44.641Z | Compiling expectorate v1.1.0 |
1881 | 2024-05-29T20:04:44.671Z | Compiling password-hash v0.5.0 |
1882 | 2024-05-29T20:04:44.799Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1883 | 2024-05-29T20:04:45.216Z | Compiling blake2 v0.10.6 |
1884 | 2024-05-29T20:04:45.217Z | Compiling lru-cache v0.1.2 |
1885 | 2024-05-29T20:04:45.217Z | Compiling semver v0.1.20 |
1886 | 2024-05-29T20:04:45.259Z | Compiling derive_more v0.99.17 |
1887 | 2024-05-29T20:04:45.318Z | Compiling argon2 v0.5.3 |
1888 | 2024-05-29T20:04:45.611Z | Compiling rustc_version v0.1.7 |
1889 | 2024-05-29T20:04:46.013Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1890 | 2024-05-29T20:04:46.052Z | Compiling newtype_derive v0.1.6 |
1891 | 2024-05-29T20:04:46.390Z | Compiling home v0.5.9 |
1892 | 2024-05-29T20:04:46.620Z | Compiling quick-error v1.2.3 |
1893 | 2024-05-29T20:04:46.751Z | Compiling resolv-conf v0.7.0 |
1894 | 2024-05-29T20:04:46.768Z | Compiling steno v0.4.0 |
1895 | 2024-05-29T20:04:46.871Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1896 | 2024-05-29T20:04:47.653Z | Compiling trust-dns-resolver v0.22.0 |
1897 | 2024-05-29T20:04:47.736Z | Compiling slog-dtrace v0.3.0 |
1898 | 2024-05-29T20:04:48.218Z | Compiling termcolor v1.4.1 |
1899 | 2024-05-29T20:04:48.423Z | Compiling utf-8 v0.7.6 |
1900 | 2024-05-29T20:04:49.072Z | Compiling num-rational v0.4.2 |
1901 | 2024-05-29T20:04:50.266Z | Compiling num-complex v0.4.6 |
1902 | 2024-05-29T20:04:51.213Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1903 | 2024-05-29T20:04:51.452Z | Compiling num v0.4.3 |
1904 | 2024-05-29T20:04:51.568Z | Compiling nibble_vec v0.1.0 |
1905 | 2024-05-29T20:04:51.574Z | Compiling radium v0.7.0 |
1906 | 2024-05-29T20:04:51.777Z | Compiling endian-type v0.1.2 |
1907 | 2024-05-29T20:04:51.991Z | Compiling radix_trie v0.2.1 |
1908 | 2024-05-29T20:04:52.022Z | Compiling tungstenite v0.20.1 |
1909 | 2024-05-29T20:04:52.227Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1910 | 2024-05-29T20:04:52.612Z | Compiling tap v1.0.1 |
1911 | 2024-05-29T20:04:52.777Z | Compiling maybe-uninit v2.0.0 |
1912 | 2024-05-29T20:04:52.872Z | Compiling wyz v0.5.1 |
1913 | 2024-05-29T20:04:53.287Z | Compiling tokio-tungstenite v0.20.1 |
1914 | 2024-05-29T20:04:53.875Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1915 | 2024-05-29T20:04:53.909Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1916 | 2024-05-29T20:04:54.318Z | Compiling packed_struct v0.10.1 |
1917 | 2024-05-29T20:04:54.698Z | Compiling num-bigint-dig v0.8.4 |
1918 | 2024-05-29T20:04:54.969Z | Compiling crc-catalog v2.4.0 |
1919 | 2024-05-29T20:04:55.121Z | Compiling arc-swap v1.7.1 |
1920 | 2024-05-29T20:04:55.810Z | Compiling funty v2.0.0 |
1921 | 2024-05-29T20:04:57.246Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1922 | 2024-05-29T20:04:58.012Z | Compiling display-error-chain v0.2.0 |
1923 | 2024-05-29T20:04:58.185Z | Compiling cancel-safe-futures v0.1.5 |
1924 | 2024-05-29T20:04:58.390Z | Compiling bitvec v1.0.1 |
1925 | 2024-05-29T20:04:58.538Z | Compiling slog-scope v4.4.0 |
1926 | 2024-05-29T20:04:59.466Z | Compiling crc v3.2.1 |
1927 | 2024-05-29T20:05:01.483Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1928 | 2024-05-29T20:05:02.726Z | Compiling fxhash v0.2.1 |
1929 | 2024-05-29T20:05:02.962Z | Compiling packed_struct_codegen v0.10.1 |
1930 | 2024-05-29T20:05:04.654Z | Compiling indexmap v1.9.3 |
1931 | 2024-05-29T20:05:04.933Z | Compiling nodrop v0.1.14 |
1932 | 2024-05-29T20:05:05.064Z | Compiling array-init v0.0.4 |
1933 | 2024-05-29T20:05:06.532Z | Compiling smallvec v0.6.14 |
1934 | 2024-05-29T20:05:09.184Z | Compiling slog-stdlog v4.1.1 |
1935 | 2024-05-29T20:05:09.767Z | Compiling rayon-core v1.12.1 |
1936 | 2024-05-29T20:05:09.786Z | Compiling synstructure v0.12.6 |
1937 | 2024-05-29T20:05:09.885Z | Compiling pkcs1 v0.7.5 |
1938 | 2024-05-29T20:05:10.044Z | Compiling signature v2.2.0 |
1939 | 2024-05-29T20:05:10.327Z | Compiling crossbeam-deque v0.8.5 |
1940 | 2024-05-29T20:05:10.654Z | Compiling dirs-sys-next v0.1.2 |
1941 | 2024-05-29T20:05:11.173Z | Compiling half v2.4.1 |
1942 | 2024-05-29T20:05:11.298Z | Compiling same-file v1.0.6 |
1943 | 2024-05-29T20:05:11.508Z | Compiling bitfield v0.14.0 |
1944 | 2024-05-29T20:05:11.807Z | Compiling glob v0.3.1 |
1945 | 2024-05-29T20:05:11.864Z | Compiling fastrand v2.1.0 |
1946 | 2024-05-29T20:05:12.377Z | Compiling crunchy v0.2.2 |
1947 | 2024-05-29T20:05:12.626Z | Compiling ciborium-io v0.2.2 |
1948 | 2024-05-29T20:05:12.754Z | Compiling hashbrown v0.12.3 |
1949 | 2024-05-29T20:05:12.828Z | Compiling ciborium-ll v0.2.2 |
1950 | 2024-05-29T20:05:13.303Z | Compiling clang-sys v1.7.0 |
1951 | 2024-05-29T20:05:13.779Z | Compiling tempfile v3.10.1 |
1952 | 2024-05-29T20:05:13.960Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1953 | 2024-05-29T20:05:14.585Z | Compiling walkdir v2.5.0 |
1954 | 2024-05-29T20:05:15.124Z | Compiling zerocopy-derive v0.2.0 |
1955 | 2024-05-29T20:05:15.253Z | Compiling dirs-next v2.0.0 |
1956 | 2024-05-29T20:05:16.146Z | Compiling rsa v0.9.6 |
1957 | 2024-05-29T20:05:16.910Z | Compiling slog-envlogger v2.2.0 |
1958 | 2024-05-29T20:05:17.431Z | Compiling serde-hex v0.1.0 |
1959 | 2024-05-29T20:05:17.431Z | Compiling bzip2 v0.4.4 |
1960 | 2024-05-29T20:05:17.460Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1961 | 2024-05-29T20:05:17.774Z | Compiling env_logger v0.10.2 |
1962 | 2024-05-29T20:05:19.410Z | Compiling camino v1.1.7 |
1963 | 2024-05-29T20:05:19.473Z | Compiling x509-cert v0.2.5 |
1964 | 2024-05-29T20:05:20.937Z | Compiling ron v0.8.1 |
1965 | 2024-05-29T20:05:21.568Z | Compiling hashbrown v0.13.2 |
1966 | 2024-05-29T20:05:22.030Z | Compiling maplit v1.0.2 |
1967 | 2024-05-29T20:05:22.148Z | Compiling prettyplease v0.2.20 |
1968 | 2024-05-29T20:05:22.426Z | Compiling crc-any v2.5.0 |
1969 | 2024-05-29T20:05:22.441Z | Compiling tiny-keccak v2.0.2 |
1970 | 2024-05-29T20:05:22.715Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1971 | 2024-05-29T20:05:22.909Z | Compiling object v0.30.4 |
1972 | 2024-05-29T20:05:23.359Z | Compiling ring v0.16.20 |
1973 | 2024-05-29T20:05:24.398Z | Compiling blake3 v1.5.1 |
1974 | 2024-05-29T20:05:25.641Z | Compiling zip v0.6.6 |
1975 | 2024-05-29T20:05:25.931Z | Compiling rayon v1.10.0 |
1976 | 2024-05-29T20:05:27.045Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1977 | 2024-05-29T20:05:28.422Z | Compiling term v0.7.0 |
1978 | 2024-05-29T20:05:28.536Z | Compiling ciborium v0.2.2 |
1979 | 2024-05-29T20:05:29.821Z | Compiling xattr v1.3.1 |
1980 | 2024-05-29T20:05:30.077Z | Compiling atty v0.2.14 |
1981 | 2024-05-29T20:05:30.234Z | Compiling filetime v0.2.23 |
1982 | 2024-05-29T20:05:30.551Z | Compiling memmap2 v0.9.4 |
1983 | 2024-05-29T20:05:30.568Z | Compiling arrayvec v0.7.4 |
1984 | 2024-05-29T20:05:30.779Z | Compiling untrusted v0.7.1 |
1985 | 2024-05-29T20:05:30.971Z | Compiling arrayref v0.3.7 |
1986 | 2024-05-29T20:05:30.972Z | Compiling path-slash v0.1.5 |
1987 | 2024-05-29T20:05:30.998Z | Compiling constant_time_eq v0.3.0 |
1988 | 2024-05-29T20:05:31.137Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1989 | 2024-05-29T20:05:31.401Z | Compiling tar v0.4.40 |
1990 | 2024-05-29T20:05:33.065Z | Compiling ascii-canvas v3.0.0 |
1991 | 2024-05-29T20:05:33.280Z | Compiling camino-tempfile v1.1.1 |
1992 | 2024-05-29T20:05:33.514Z | Compiling toolchain_find v0.4.0 |
1993 | 2024-05-29T20:05:33.686Z | Compiling toml v0.8.13 |
1994 | 2024-05-29T20:05:34.070Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1995 | 2024-05-29T20:05:34.410Z | Compiling libsw v3.3.1 |
1996 | 2024-05-29T20:05:34.486Z | Compiling ena v0.14.3 |
1997 | 2024-05-29T20:05:34.718Z | Compiling is-terminal v0.4.12 |
1998 | 2024-05-29T20:05:34.851Z | Compiling usdt-impl v0.3.5 |
1999 | 2024-05-29T20:05:34.877Z | Compiling libloading v0.8.3 |
2000 | 2024-05-29T20:05:35.160Z | Compiling parking_lot_core v0.8.6 |
2001 | 2024-05-29T20:05:35.235Z | Compiling diff v0.1.13 |
2002 | 2024-05-29T20:05:35.258Z | Compiling owo-colors v4.0.0 |
2003 | 2024-05-29T20:05:35.573Z | Compiling linear-map v1.2.0 |
2004 | 2024-05-29T20:05:35.738Z | Compiling regex-syntax v0.6.29 |
2005 | 2024-05-29T20:05:35.753Z | Compiling topological-sort v0.2.2 |
2006 | 2024-05-29T20:05:35.958Z | Compiling bindgen v0.69.4 |
2007 | 2024-05-29T20:05:35.971Z | Compiling omicron-zone-package v0.11.0 |
2008 | 2024-05-29T20:05:38.029Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2009 | 2024-05-29T20:05:41.015Z | Compiling lalrpop v0.19.12 |
2010 | 2024-05-29T20:05:41.493Z | Compiling rustfmt-wrapper v0.2.1 |
2011 | 2024-05-29T20:05:42.015Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2012 | 2024-05-29T20:05:44.416Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2013 | 2024-05-29T20:05:44.961Z | Compiling which v4.4.2 |
2014 | 2024-05-29T20:05:45.359Z | Compiling cexpr v0.6.0 |
2015 | 2024-05-29T20:05:45.529Z | Compiling unicase v2.7.0 |
2016 | 2024-05-29T20:05:45.802Z | Compiling rustc-hash v1.1.0 |
2017 | 2024-05-29T20:05:45.959Z | Compiling lazycell v1.3.0 |
2018 | 2024-05-29T20:05:46.133Z | Compiling shlex v1.3.0 |
2019 | 2024-05-29T20:05:46.977Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2020 | 2024-05-29T20:05:47.524Z | Compiling zerocopy v0.3.2 |
2021 | 2024-05-29T20:05:47.941Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2022 | 2024-05-29T20:05:48.071Z | Compiling derive_builder_core v0.20.0 |
2023 | 2024-05-29T20:05:49.077Z | Compiling pem v3.0.4 |
2024 | 2024-05-29T20:05:50.212Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2025 | 2024-05-29T20:05:50.426Z | Compiling headers-core v0.2.0 |
2026 | 2024-05-29T20:05:50.591Z | Compiling libxml v0.3.3 |
2027 | 2024-05-29T20:05:50.611Z | Compiling async-recursion v1.1.1 |
2028 | 2024-05-29T20:05:50.931Z | Compiling ref-cast v1.0.23 |
2029 | 2024-05-29T20:05:51.481Z | Compiling headers v0.3.9 |
2030 | 2024-05-29T20:05:51.998Z | Compiling derive_builder_macro v0.20.0 |
2031 | 2024-05-29T20:05:52.820Z | Compiling dof v0.1.5 |
2032 | 2024-05-29T20:05:53.544Z | Compiling parking_lot v0.11.2 |
2033 | 2024-05-29T20:05:55.347Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2034 | 2024-05-29T20:05:55.764Z | Compiling trust-dns-client v0.22.0 |
2035 | 2024-05-29T20:05:55.923Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2036 | 2024-05-29T20:05:56.199Z | Compiling strum_macros v0.24.3 |
2037 | 2024-05-29T20:05:59.581Z | Compiling dtrace-parser v0.1.14 |
2038 | 2024-05-29T20:06:00.091Z | Compiling toml v0.5.11 |
2039 | 2024-05-29T20:06:00.409Z | Compiling samael v0.0.15 |
2040 | 2024-05-29T20:06:00.962Z | Compiling ref-cast-impl v1.0.23 |
2041 | 2024-05-29T20:06:01.369Z | Compiling vte_generate_state_changes v0.1.1 |
2042 | 2024-05-29T20:06:01.980Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2043 | 2024-05-29T20:06:01.987Z | Compiling cookie v0.18.1 |
2044 | 2024-05-29T20:06:02.073Z | Compiling indoc v1.0.9 |
2045 | 2024-05-29T20:06:02.262Z | Compiling cfg_aliases v0.1.1 |
2046 | 2024-05-29T20:06:02.276Z | Compiling buf-list v1.0.3 |
2047 | 2024-05-29T20:06:02.384Z | Compiling nix v0.28.0 |
2048 | 2024-05-29T20:06:03.122Z | Compiling vte v0.11.1 |
2049 | 2024-05-29T20:06:03.143Z | Compiling trust-dns-server v0.22.1 |
2050 | 2024-05-29T20:06:04.880Z | Compiling sled v0.34.7 |
2051 | 2024-05-29T20:06:06.483Z | Compiling derive_builder v0.20.0 |
2052 | 2024-05-29T20:06:07.596Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2053 | 2024-05-29T20:06:08.224Z | Compiling polar-core v0.27.3 |
2054 | 2024-05-29T20:06:09.696Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2055 | 2024-05-29T20:06:09.962Z | Compiling const_format_proc_macros v0.2.32 |
2056 | 2024-05-29T20:06:10.821Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2057 | 2024-05-29T20:06:11.823Z | Compiling fd-lock v4.0.2 |
2058 | 2024-05-29T20:06:12.049Z | Compiling bb8 v0.8.3 |
2059 | 2024-05-29T20:06:12.065Z | Compiling quick-xml v0.31.0 |
2060 | 2024-05-29T20:06:12.556Z | Compiling serde_tokenstream v0.1.7 |
2061 | 2024-05-29T20:06:13.054Z | Compiling impl-trait-for-tuples v0.2.2 |
2062 | 2024-05-29T20:06:15.793Z | Compiling oso-derive v0.27.3 |
2063 | 2024-05-29T20:06:16.716Z | Compiling pin-project-internal v1.1.5 |
2064 | 2024-05-29T20:06:18.390Z | Compiling memoffset v0.7.1 |
2065 | 2024-05-29T20:06:18.663Z | Compiling platforms v3.4.0 |
2066 | 2024-05-29T20:06:19.242Z | Compiling bytecount v0.6.8 |
2067 | 2024-05-29T20:06:19.536Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2068 | 2024-05-29T20:06:19.549Z | Compiling pin-project v1.1.5 |
2069 | 2024-05-29T20:06:19.680Z | Compiling papergrid v0.11.0 |
2070 | 2024-05-29T20:06:19.831Z | Compiling curve25519-dalek v4.1.2 |
2071 | 2024-05-29T20:06:22.419Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2072 | 2024-05-29T20:06:23.047Z | Compiling const_format v0.2.32 |
2073 | 2024-05-29T20:06:26.036Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2074 | 2024-05-29T20:06:31.622Z | Compiling strip-ansi-escapes v0.2.0 |
2075 | 2024-05-29T20:06:35.320Z | Compiling oso v0.27.3 |
2076 | 2024-05-29T20:06:38.160Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2077 | 2024-05-29T20:06:38.834Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2078 | 2024-05-29T20:06:39.731Z | Compiling tabled_derive v0.7.0 |
2079 | 2024-05-29T20:06:42.147Z | Compiling kstat-rs v0.2.3 |
2080 | 2024-05-29T20:06:43.123Z | Compiling snafu-derive v0.8.2 |
2081 | 2024-05-29T20:06:44.007Z | Compiling keccak v0.1.5 |
2082 | 2024-05-29T20:06:45.006Z | Compiling nu-ansi-term v0.50.0 |
2083 | 2024-05-29T20:06:46.255Z | Compiling reedline v0.31.0 |
2084 | 2024-05-29T20:06:47.788Z | Compiling sha3 v0.10.8 |
2085 | 2024-05-29T20:06:48.147Z | Compiling snafu v0.8.2 |
2086 | 2024-05-29T20:06:49.444Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2087 | 2024-05-29T20:06:51.951Z | Compiling tabled v0.15.0 |
2088 | 2024-05-29T20:06:57.484Z | Compiling mime_guess v2.0.4 |
2089 | 2024-05-29T20:06:59.554Z | Compiling usdt-attr-macro v0.3.5 |
2090 | 2024-05-29T20:07:00.530Z | Compiling usdt-macro v0.3.5 |
2091 | 2024-05-29T20:07:00.925Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2092 | 2024-05-29T20:07:01.960Z | Compiling env_logger v0.9.3 |
2093 | 2024-05-29T20:07:04.636Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2094 | 2024-05-29T20:07:04.726Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2095 | 2024-05-29T20:07:06.450Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2096 | 2024-05-29T20:07:06.965Z | Compiling globset v0.4.14 |
2097 | 2024-05-29T20:07:08.990Z | Compiling peg-macros v0.8.3 |
2098 | 2024-05-29T20:07:12.398Z | Compiling olpc-cjson v0.1.3 |
2099 | 2024-05-29T20:07:12.733Z | Compiling universal-hash v0.5.1 |
2100 | 2024-05-29T20:07:12.968Z | Compiling secrecy v0.8.0 |
2101 | 2024-05-29T20:07:13.081Z | Compiling thiserror-impl-no-std v2.0.2 |
2102 | 2024-05-29T20:07:13.217Z | Compiling serde_plain v1.0.2 |
2103 | 2024-05-29T20:07:13.232Z | Compiling bitstruct_derive v0.1.0 |
2104 | 2024-05-29T20:07:13.769Z | Compiling nanorand v0.7.0 |
2105 | 2024-05-29T20:07:14.491Z | Compiling sqlparser_derive v0.2.2 |
2106 | 2024-05-29T20:07:14.527Z | Compiling curve25519-dalek-derive v0.1.1 |
2107 | 2024-05-29T20:07:14.831Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2108 | 2024-05-29T20:07:14.974Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2109 | 2024-05-29T20:07:15.267Z | Compiling unicode_categories v0.1.1 |
2110 | 2024-05-29T20:07:16.016Z | Compiling salty v0.2.0 |
2111 | 2024-05-29T20:07:16.020Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2112 | 2024-05-29T20:07:16.020Z | Compiling typed-path v0.7.1 |
2113 | 2024-05-29T20:07:16.020Z | Compiling opaque-debug v0.3.1 |
2114 | 2024-05-29T20:07:16.020Z | Compiling ascii v1.1.0 |
2115 | 2024-05-29T20:07:16.042Z | Compiling signature v1.6.4 |
2116 | 2024-05-29T20:07:16.128Z | Compiling ed25519 v1.5.3 |
2117 | 2024-05-29T20:07:16.210Z | Compiling poly1305 v0.8.0 |
2118 | 2024-05-29T20:07:16.447Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2119 | 2024-05-29T20:07:17.696Z | Compiling thiserror-no-std v2.0.2 |
2120 | 2024-05-29T20:07:17.820Z | Compiling rustyline v14.0.0 |
2121 | 2024-05-29T20:07:18.853Z | Compiling tough v0.17.1 |
2122 | 2024-05-29T20:07:22.684Z | Compiling sqlparser v0.45.0 |
2123 | 2024-05-29T20:07:23.297Z | Compiling sqlformat v0.2.3 |
2124 | 2024-05-29T20:07:25.575Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2125 | 2024-05-29T20:07:25.583Z | Compiling bitstruct v0.1.1 |
2126 | 2024-05-29T20:07:25.583Z | Compiling flume v0.11.0 |
2127 | 2024-05-29T20:07:26.320Z | Compiling peg v0.8.3 |
2128 | 2024-05-29T20:07:26.431Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2129 | 2024-05-29T20:07:27.460Z | Compiling usdt v0.3.5 |
2130 | 2024-05-29T20:07:27.964Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2131 | 2024-05-29T20:07:30.036Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2132 | 2024-05-29T20:07:34.027Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2133 | 2024-05-29T20:07:37.453Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2134 | 2024-05-29T20:07:37.752Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2135 | 2024-05-29T20:07:38.014Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2136 | 2024-05-29T20:07:39.209Z | Compiling chacha20 v0.9.1 |
2137 | 2024-05-29T20:07:39.657Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2138 | 2024-05-29T20:07:41.046Z | Compiling aead v0.5.2 |
2139 | 2024-05-29T20:07:41.388Z | Compiling bcs v0.1.6 |
2140 | 2024-05-29T20:07:41.846Z | Compiling serde-big-array v0.5.1 |
2141 | 2024-05-29T20:07:42.138Z | Compiling serde_arrays v0.1.0 |
2142 | 2024-05-29T20:07:42.267Z | Compiling erased-serde v0.3.31 |
2143 | 2024-05-29T20:07:42.327Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2144 | 2024-05-29T20:07:43.144Z | Compiling highway v1.1.0 |
2145 | 2024-05-29T20:07:43.944Z | Compiling parse-size v1.0.0 |
2146 | 2024-05-29T20:07:44.229Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2147 | 2024-05-29T20:07:44.520Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2148 | 2024-05-29T20:07:54.243Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2149 | 2024-05-29T20:07:54.351Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2150 | 2024-05-29T20:08:07.049Z | Compiling chacha20poly1305 v0.10.1 |
2151 | 2024-05-29T20:08:08.533Z | Compiling vsss-rs v3.3.4 |
2152 | 2024-05-29T20:08:13.258Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2153 | 2024-05-29T20:08:13.977Z | Compiling signal-hook-tokio v0.3.1 |
2154 | 2024-05-29T20:08:14.452Z | Compiling heck v0.3.3 |
2155 | 2024-05-29T20:08:14.452Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2156 | 2024-05-29T20:08:14.452Z | Compiling castaway v0.2.2 |
2157 | 2024-05-29T20:08:14.520Z | Compiling rand_seeder v0.2.3 |
2158 | 2024-05-29T20:08:14.624Z | Compiling serde-big-array v0.4.1 |
2159 | 2024-05-29T20:08:14.925Z | Compiling http-range v0.1.5 |
2160 | 2024-05-29T20:08:15.473Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2161 | 2024-05-29T20:08:15.772Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2162 | 2024-05-29T20:08:16.301Z | Compiling hyper-staticfile v0.9.5 |
2163 | 2024-05-29T20:08:16.741Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2164 | 2024-05-29T20:08:18.135Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2165 | 2024-05-29T20:08:18.364Z | Compiling compact_str v0.7.1 |
2166 | 2024-05-29T20:08:18.934Z | Compiling zone_cfg_derive v0.1.2 |
2167 | 2024-05-29T20:08:19.379Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2168 | 2024-05-29T20:08:19.868Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2169 | 2024-05-29T20:08:26.224Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2170 | 2024-05-29T20:08:26.881Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2171 | 2024-05-29T20:08:36.419Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2172 | 2024-05-29T20:08:36.419Z | Compiling tungstenite v0.21.0 |
2173 | 2024-05-29T20:08:40.571Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2174 | 2024-05-29T20:08:40.837Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2175 | 2024-05-29T20:08:40.864Z | Compiling lru v0.12.3 |
2176 | 2024-05-29T20:08:41.112Z | Compiling stability v0.2.0 |
2177 | 2024-05-29T20:08:41.227Z | Compiling corncobs v0.1.3 |
2178 | 2024-05-29T20:08:41.589Z | Compiling cassowary v0.3.0 |
2179 | 2024-05-29T20:08:42.073Z | Compiling base64 v0.13.1 |
2180 | 2024-05-29T20:08:42.824Z | Compiling indoc v2.0.5 |
2181 | 2024-05-29T20:08:43.780Z | Compiling ratatui v0.26.2 |
2182 | 2024-05-29T20:08:45.398Z | Compiling ron v0.7.1 |
2183 | 2024-05-29T20:08:47.962Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2184 | 2024-05-29T20:08:48.800Z | Compiling tokio-tungstenite v0.21.0 |
2185 | 2024-05-29T20:08:49.385Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2186 | 2024-05-29T20:08:50.710Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2187 | 2024-05-29T20:08:51.411Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2188 | 2024-05-29T20:08:59.919Z | Compiling zone v0.1.8 |
2189 | 2024-05-29T20:09:02.030Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2190 | 2024-05-29T20:09:07.436Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2191 | 2024-05-29T20:09:10.288Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2192 | 2024-05-29T20:09:11.684Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2193 | 2024-05-29T20:09:11.702Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2194 | 2024-05-29T20:09:12.012Z | Compiling portpicker v0.1.1 |
2195 | 2024-05-29T20:09:12.556Z | Compiling unicode-linebreak v0.1.5 |
2196 | 2024-05-29T20:09:13.093Z | Compiling smawk v0.3.2 |
2197 | 2024-05-29T20:09:13.349Z | Compiling textwrap v0.16.1 |
2198 | 2024-05-29T20:09:17.060Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2199 | 2024-05-29T20:09:22.960Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2200 | 2024-05-29T20:09:24.388Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2201 | 2024-05-29T20:09:25.261Z | Compiling rcgen v0.12.1 |
2202 | 2024-05-29T20:09:29.901Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2203 | 2024-05-29T20:09:30.386Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2204 | 2024-05-29T20:09:35.439Z | Compiling atomicwrites v0.4.3 |
2205 | 2024-05-29T20:09:35.924Z | Compiling fatfs v0.3.6 |
2206 | 2024-05-29T20:09:37.459Z | Compiling rtoolbox v0.0.2 |
2207 | 2024-05-29T20:09:38.438Z | Compiling subprocess v0.2.9 |
2208 | 2024-05-29T20:09:38.474Z | Compiling is_ci v1.2.0 |
2209 | 2024-05-29T20:09:38.474Z | Compiling assert_matches v1.5.0 |
2210 | 2024-05-29T20:09:38.713Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2211 | 2024-05-29T20:09:40.057Z | Compiling supports-color v3.0.0 |
2212 | 2024-05-29T20:09:40.697Z | Compiling rpassword v7.3.1 |
2213 | 2024-05-29T20:09:41.145Z | Compiling tui-tree-widget v0.19.0 |
2214 | 2024-05-29T20:09:41.550Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2215 | 2024-05-29T20:09:42.721Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2216 | 2024-05-29T20:09:42.759Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2217 | 2024-05-29T20:09:43.042Z | Compiling csv-core v0.1.11 |
2218 | 2024-05-29T20:09:43.902Z | Compiling shell-words v1.1.0 |
2219 | 2024-05-29T20:09:44.311Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2220 | 2024-05-29T20:09:45.384Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2221 | 2024-05-29T20:09:45.735Z | Compiling csv v1.3.0 |
2222 | 2024-05-29T20:09:47.876Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2223 | 2024-05-29T20:09:57.906Z | Compiling multimap v0.10.0 |
2224 | 2024-05-29T20:09:58.298Z | Compiling uzers v0.11.3 |
2225 | 2024-05-29T20:10:01.202Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2226 | 2024-05-29T20:11:53.625Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2227 | 2024-05-29T20:11:56.739Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2228 | 2024-05-29T20:18:37.332Z | Finished `release` profile [optimized] target(s) in 13m 53s |
2229 | 2024-05-29T20:19:50.831Z | |
2230 | 2024-05-29T20:19:50.831Z | real 15:08.080252460 |
2231 | 2024-05-29T20:19:50.832Z | user 1:42:45.843306031 |
2232 | 2024-05-29T20:19:50.832Z | sys 5:38.330683196 |
2233 | 2024-05-29T20:19:50.841Z | trap 2.454610183 |
2234 | 2024-05-29T20:19:50.841Z | tflt 2.200688204 |
2235 | 2024-05-29T20:19:50.841Z | dflt 3.346782096 |
2236 | 2024-05-29T20:19:50.841Z | kflt 0.001739828 |
2237 | 2024-05-29T20:19:50.842Z | lock 6:24:23.318021563 |
2238 | 2024-05-29T20:19:50.842Z | slp 3:58:51.870533459 |
2239 | 2024-05-29T20:19:50.842Z | lat 2:29.565333954 |
2240 | 2024-05-29T20:19:50.842Z | stop 1:33.311346301 |
2241 | 2024-05-29T20:19:50.842Z | + mapfile -t packages |
2242 | 2024-05-29T20:19:50.843Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2243 | 2024-05-29T20:19:51.663Z | Finished `release` profile [optimized] target(s) in 0.79s |
2244 | 2024-05-29T20:19:51.695Z | Running `target/release/omicron-package -t test list-outputs` |
2245 | 2024-05-29T20:19:51.727Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2246 | 2024-05-29T20:19:51.735Z | + ptime -m cargo build --locked --release -p xtask |
2247 | 2024-05-29T20:19:52.202Z | Downloading crates ... |
2248 | 2024-05-29T20:19:52.285Z | Downloaded cargo_toml v0.20.2 |
2249 | 2024-05-29T20:19:52.299Z | Compiling serde v1.0.202 |
2250 | 2024-05-29T20:19:52.299Z | Compiling libc v0.2.153 |
2251 | 2024-05-29T20:19:52.307Z | Compiling rustix v0.38.34 |
2252 | 2024-05-29T20:19:52.307Z | Compiling hashbrown v0.14.5 |
2253 | 2024-05-29T20:19:52.307Z | Compiling bitflags v2.5.0 |
2254 | 2024-05-29T20:19:52.412Z | Compiling syn v2.0.64 |
2255 | 2024-05-29T20:19:52.428Z | Compiling serde_json v1.0.117 |
2256 | 2024-05-29T20:19:52.428Z | Compiling fs-err v2.11.0 |
2257 | 2024-05-29T20:19:52.679Z | Compiling anyhow v1.0.83 |
2258 | 2024-05-29T20:19:53.577Z | Compiling indexmap v2.2.6 |
2259 | 2024-05-29T20:19:54.031Z | Compiling errno v0.3.9 |
2260 | 2024-05-29T20:19:54.891Z | Compiling terminal_size v0.3.0 |
2261 | 2024-05-29T20:19:55.004Z | Compiling clap_builder v4.5.2 |
2262 | 2024-05-29T20:19:57.216Z | Compiling serde_derive v1.0.202 |
2263 | 2024-05-29T20:19:57.216Z | Compiling thiserror-impl v1.0.60 |
2264 | 2024-05-29T20:19:57.219Z | Compiling clap_derive v4.5.4 |
2265 | 2024-05-29T20:19:59.073Z | Compiling thiserror v1.0.60 |
2266 | 2024-05-29T20:20:00.793Z | Compiling clap v4.5.4 |
2267 | 2024-05-29T20:20:06.382Z | Compiling toml_datetime v0.6.6 |
2268 | 2024-05-29T20:20:06.803Z | Compiling serde_spanned v0.6.6 |
2269 | 2024-05-29T20:20:06.803Z | Compiling camino v1.1.7 |
2270 | 2024-05-29T20:20:06.803Z | Compiling semver v1.0.23 |
2271 | 2024-05-29T20:20:06.803Z | Compiling cargo-platform v0.1.8 |
2272 | 2024-05-29T20:20:06.803Z | Compiling macaddr v1.0.1 |
2273 | 2024-05-29T20:20:06.807Z | Compiling toml_edit v0.22.13 |
2274 | 2024-05-29T20:20:07.906Z | Compiling cargo_metadata v0.18.1 |
2275 | 2024-05-29T20:20:09.198Z | Compiling toml v0.8.13 |
2276 | 2024-05-29T20:20:10.094Z | Compiling cargo_toml v0.20.2 |
2277 | 2024-05-29T20:20:21.104Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2278 | 2024-05-29T20:20:31.393Z | Finished `release` profile [optimized] target(s) in 39.61s |
2279 | 2024-05-29T20:20:31.486Z | |
2280 | 2024-05-29T20:20:31.486Z | real 39.733950839 |
2281 | 2024-05-29T20:20:31.486Z | user 2:54.416147586 |
2282 | 2024-05-29T20:20:31.486Z | sys 17.172655381 |
2283 | 2024-05-29T20:20:31.486Z | trap 0.062995823 |
2284 | 2024-05-29T20:20:31.486Z | tflt 0.290068142 |
2285 | 2024-05-29T20:20:31.486Z | dflt 0.627750047 |
2286 | 2024-05-29T20:20:31.486Z | kflt 0.000112652 |
2287 | 2024-05-29T20:20:31.486Z | lock 4:18.215052444 |
2288 | 2024-05-29T20:20:31.486Z | slp 3:17.817193317 |
2289 | 2024-05-29T20:20:31.489Z | lat 3.121825704 |
2290 | 2024-05-29T20:20:31.490Z | stop 4.298316058 |
2291 | 2024-05-29T20:20:31.490Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2292 | 2024-05-29T20:20:31.490Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2293 | 2024-05-29T20:20:31.490Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2294 | 2024-05-29T20:20:31.490Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2295 | 2024-05-29T20:20:31.490Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2296 | 2024-05-29T20:20:31.986Z | Downloading crates ... |
2297 | 2024-05-29T20:20:32.189Z | Downloaded ctr v0.9.2 |
2298 | 2024-05-29T20:20:32.192Z | Downloaded hex-literal v0.4.1 |
2299 | 2024-05-29T20:20:32.195Z | Downloaded ghash v0.5.1 |
2300 | 2024-05-29T20:20:32.208Z | Downloaded md5 v0.7.0 |
2301 | 2024-05-29T20:20:32.211Z | Downloaded option-ext v0.2.0 |
2302 | 2024-05-29T20:20:32.211Z | Downloaded dhcproto-macros v0.1.0 |
2303 | 2024-05-29T20:20:32.218Z | Downloaded russh-cryptovec v0.7.2 |
2304 | 2024-05-29T20:20:32.221Z | Downloaded ed25519-dalek v2.1.1 |
2305 | 2024-05-29T20:20:32.226Z | Downloaded pbkdf2 v0.12.2 |
2306 | 2024-05-29T20:20:32.229Z | Downloaded rfc6979 v0.4.0 |
2307 | 2024-05-29T20:20:32.232Z | Downloaded bcrypt-pbkdf v0.10.0 |
2308 | 2024-05-29T20:20:32.235Z | Downloaded internet-checksum v0.2.1 |
2309 | 2024-05-29T20:20:32.235Z | Downloaded dirs-sys v0.4.1 |
2310 | 2024-05-29T20:20:32.235Z | Downloaded cbc v0.1.2 |
2311 | 2024-05-29T20:20:32.238Z | Downloaded rand_chacha v0.2.2 |
2312 | 2024-05-29T20:20:32.241Z | Downloaded polyval v0.6.2 |
2313 | 2024-05-29T20:20:32.241Z | Downloaded rand_core v0.5.1 |
2314 | 2024-05-29T20:20:32.244Z | Downloaded ed25519 v2.2.3 |
2315 | 2024-05-29T20:20:32.244Z | Downloaded primeorder v0.13.6 |
2316 | 2024-05-29T20:20:32.244Z | Downloaded pbkdf2 v0.11.0 |
2317 | 2024-05-29T20:20:32.251Z | Downloaded dirs v5.0.1 |
2318 | 2024-05-29T20:20:32.256Z | Downloaded blowfish v0.9.1 |
2319 | 2024-05-29T20:20:32.256Z | Downloaded getrandom v0.1.16 |
2320 | 2024-05-29T20:20:32.256Z | Downloaded password-hash v0.4.2 |
2321 | 2024-05-29T20:20:32.256Z | Downloaded ecdsa v0.16.9 |
2322 | 2024-05-29T20:20:32.261Z | Downloaded dhcproto v0.11.0 |
2323 | 2024-05-29T20:20:32.262Z | Downloaded russh-keys v0.43.0 |
2324 | 2024-05-29T20:20:32.268Z | Downloaded p256 v0.13.2 |
2325 | 2024-05-29T20:20:32.289Z | Downloaded russh v0.43.0 |
2326 | 2024-05-29T20:20:32.296Z | Downloaded rand v0.7.3 |
2327 | 2024-05-29T20:20:32.305Z | Downloaded aes v0.8.4 |
2328 | 2024-05-29T20:20:32.306Z | Downloaded p521 v0.13.3 |
2329 | 2024-05-29T20:20:32.722Z | Downloaded aes-gcm v0.10.3 |
2330 | 2024-05-29T20:20:32.726Z | Compiling proc-macro2 v1.0.82 |
2331 | 2024-05-29T20:20:32.726Z | Compiling unicode-ident v1.0.12 |
2332 | 2024-05-29T20:20:32.726Z | Compiling libc v0.2.153 |
2333 | 2024-05-29T20:20:32.726Z | Compiling cfg-if v1.0.0 |
2334 | 2024-05-29T20:20:32.726Z | Compiling serde v1.0.202 |
2335 | 2024-05-29T20:20:32.726Z | Compiling version_check v0.9.4 |
2336 | 2024-05-29T20:20:32.726Z | Compiling autocfg v1.3.0 |
2337 | 2024-05-29T20:20:32.726Z | Compiling byteorder v1.5.0 |
2338 | 2024-05-29T20:20:32.726Z | Compiling memchr v2.7.2 |
2339 | 2024-05-29T20:20:32.726Z | Compiling log v0.4.21 |
2340 | 2024-05-29T20:20:33.060Z | Compiling once_cell v1.19.0 |
2341 | 2024-05-29T20:20:33.122Z | Compiling itoa v1.0.11 |
2342 | 2024-05-29T20:20:33.203Z | Compiling scopeguard v1.2.0 |
2343 | 2024-05-29T20:20:33.341Z | Compiling smallvec v1.13.2 |
2344 | 2024-05-29T20:20:33.357Z | Compiling typenum v1.17.0 |
2345 | 2024-05-29T20:20:33.401Z | Compiling generic-array v0.14.7 |
2346 | 2024-05-29T20:20:33.431Z | Compiling thiserror v1.0.60 |
2347 | 2024-05-29T20:20:33.541Z | Compiling lock_api v0.4.12 |
2348 | 2024-05-29T20:20:33.726Z | Compiling cc v1.0.97 |
2349 | 2024-05-29T20:20:33.758Z | Compiling parking_lot_core v0.9.10 |
2350 | 2024-05-29T20:20:34.088Z | Compiling quote v1.0.36 |
2351 | 2024-05-29T20:20:34.214Z | Compiling pin-project-lite v0.2.14 |
2352 | 2024-05-29T20:20:34.320Z | Compiling subtle v2.5.0 |
2353 | 2024-05-29T20:20:34.335Z | Compiling libm v0.2.8 |
2354 | 2024-05-29T20:20:34.440Z | Compiling num-traits v0.2.19 |
2355 | 2024-05-29T20:20:34.594Z | Compiling syn v2.0.64 |
2356 | 2024-05-29T20:20:34.637Z | Compiling getrandom v0.2.14 |
2357 | 2024-05-29T20:20:34.808Z | Compiling signal-hook-registry v1.4.2 |
2358 | 2024-05-29T20:20:34.865Z | Compiling rand_core v0.6.4 |
2359 | 2024-05-29T20:20:35.012Z | Compiling mio v0.8.11 |
2360 | 2024-05-29T20:20:35.116Z | Compiling parking_lot v0.12.2 |
2361 | 2024-05-29T20:20:35.604Z | Compiling socket2 v0.5.7 |
2362 | 2024-05-29T20:20:35.633Z | Compiling num_cpus v1.16.0 |
2363 | 2024-05-29T20:20:35.749Z | Compiling ahash v0.8.11 |
2364 | 2024-05-29T20:20:36.064Z | Compiling ryu v1.0.18 |
2365 | 2024-05-29T20:20:36.125Z | Compiling serde_json v1.0.117 |
2366 | 2024-05-29T20:20:36.154Z | Compiling allocator-api2 v0.2.18 |
2367 | 2024-05-29T20:20:36.409Z | Compiling futures-core v0.3.30 |
2368 | 2024-05-29T20:20:36.471Z | Compiling futures-sink v0.3.30 |
2369 | 2024-05-29T20:20:36.573Z | Compiling const-oid v0.9.6 |
2370 | 2024-05-29T20:20:36.626Z | Compiling equivalent v1.0.1 |
2371 | 2024-05-29T20:20:36.667Z | Compiling slab v0.4.9 |
2372 | 2024-05-29T20:20:36.737Z | Compiling fnv v1.0.7 |
2373 | 2024-05-29T20:20:36.755Z | Compiling futures-channel v0.3.30 |
2374 | 2024-05-29T20:20:36.867Z | Compiling pin-utils v0.1.0 |
2375 | 2024-05-29T20:20:36.924Z | Compiling futures-io v0.3.30 |
2376 | 2024-05-29T20:20:36.974Z | Compiling futures-task v0.3.30 |
2377 | 2024-05-29T20:20:37.162Z | Compiling syn v1.0.109 |
2378 | 2024-05-29T20:20:37.191Z | Compiling iana-time-zone v0.1.60 |
2379 | 2024-05-29T20:20:37.253Z | Compiling tinyvec_macros v0.1.1 |
2380 | 2024-05-29T20:20:37.272Z | Compiling unicode-bidi v0.3.15 |
2381 | 2024-05-29T20:20:37.355Z | Compiling tinyvec v1.6.0 |
2382 | 2024-05-29T20:20:37.400Z | Compiling semver v1.0.23 |
2383 | 2024-05-29T20:20:37.683Z | Compiling schemars v0.8.19 |
2384 | 2024-05-29T20:20:38.018Z | Compiling cpufeatures v0.2.12 |
2385 | 2024-05-29T20:20:38.055Z | Compiling dyn-clone v1.0.17 |
2386 | 2024-05-29T20:20:38.113Z | Compiling percent-encoding v2.3.1 |
2387 | 2024-05-29T20:20:38.273Z | Compiling spin v0.9.8 |
2388 | 2024-05-29T20:20:38.462Z | Compiling ppv-lite86 v0.2.17 |
2389 | 2024-05-29T20:20:38.498Z | Compiling tracing-core v0.1.32 |
2390 | 2024-05-29T20:20:38.516Z | Compiling time-core v0.1.2 |
2391 | 2024-05-29T20:20:38.677Z | Compiling powerfmt v0.2.0 |
2392 | 2024-05-29T20:20:38.693Z | Compiling num-conv v0.1.0 |
2393 | 2024-05-29T20:20:38.797Z | Compiling unicode-normalization v0.1.23 |
2394 | 2024-05-29T20:20:38.879Z | Compiling form_urlencoded v1.2.1 |
2395 | 2024-05-29T20:20:38.964Z | Compiling time-macros v0.2.18 |
2396 | 2024-05-29T20:20:39.056Z | Compiling deranged v0.3.11 |
2397 | 2024-05-29T20:20:39.181Z | Compiling ring v0.17.8 |
2398 | 2024-05-29T20:20:39.192Z | Compiling num_threads v0.1.7 |
2399 | 2024-05-29T20:20:39.321Z | Compiling rand_chacha v0.3.1 |
2400 | 2024-05-29T20:20:39.850Z | Compiling aho-corasick v1.1.3 |
2401 | 2024-05-29T20:20:39.936Z | Compiling regex-syntax v0.8.3 |
2402 | 2024-05-29T20:20:41.074Z | Compiling rand v0.8.5 |
2403 | 2024-05-29T20:20:41.658Z | Compiling idna v0.5.0 |
2404 | 2024-05-29T20:20:42.521Z | Compiling serde_derive_internals v0.29.1 |
2405 | 2024-05-29T20:20:43.154Z | Compiling time v0.3.36 |
2406 | 2024-05-29T20:20:43.218Z | Compiling slog v2.7.0 |
2407 | 2024-05-29T20:20:43.261Z | Compiling regex-automata v0.4.6 |
2408 | 2024-05-29T20:20:43.727Z | Compiling httparse v1.8.0 |
2409 | 2024-05-29T20:20:44.244Z | Compiling url v2.5.0 |
2410 | 2024-05-29T20:20:45.356Z | Compiling untrusted v0.9.0 |
2411 | 2024-05-29T20:20:45.467Z | Compiling spin v0.5.2 |
2412 | 2024-05-29T20:20:46.524Z | Compiling pkg-config v0.3.30 |
2413 | 2024-05-29T20:20:46.546Z | Compiling vcpkg v0.2.15 |
2414 | 2024-05-29T20:20:46.909Z | Compiling heck v0.4.1 |
2415 | 2024-05-29T20:20:47.424Z | Compiling adler v1.0.2 |
2416 | 2024-05-29T20:20:47.661Z | Compiling miniz_oxide v0.7.2 |
2417 | 2024-05-29T20:20:48.121Z | Compiling lazy_static v1.4.0 |
2418 | 2024-05-29T20:20:48.241Z | Compiling backtrace v0.3.71 |
2419 | 2024-05-29T20:20:48.590Z | Compiling regex v1.10.4 |
2420 | 2024-05-29T20:20:48.664Z | Compiling gimli v0.28.1 |
2421 | 2024-05-29T20:20:48.794Z | Compiling openssl-sys v0.9.102 |
2422 | 2024-05-29T20:20:49.256Z | Compiling unicode-width v0.1.12 |
2423 | 2024-05-29T20:20:49.461Z | Compiling try-lock v0.2.5 |
2424 | 2024-05-29T20:20:49.490Z | Compiling httpdate v1.0.3 |
2425 | 2024-05-29T20:20:49.581Z | Compiling want v0.3.1 |
2426 | 2024-05-29T20:20:49.698Z | Compiling serde_derive v1.0.202 |
2427 | 2024-05-29T20:20:49.722Z | Compiling zeroize_derive v1.4.2 |
2428 | 2024-05-29T20:20:49.799Z | Compiling zerocopy-derive v0.7.34 |
2429 | 2024-05-29T20:20:49.847Z | Compiling thiserror-impl v1.0.60 |
2430 | 2024-05-29T20:20:49.976Z | Compiling tokio-macros v2.2.0 |
2431 | 2024-05-29T20:20:51.411Z | Compiling zeroize v1.7.0 |
2432 | 2024-05-29T20:20:51.797Z | Compiling futures-macro v0.3.30 |
2433 | 2024-05-29T20:20:52.169Z | Compiling zerocopy v0.7.34 |
2434 | 2024-05-29T20:20:52.795Z | Compiling schemars_derive v0.8.19 |
2435 | 2024-05-29T20:20:53.274Z | Compiling crypto-common v0.1.6 |
2436 | 2024-05-29T20:20:53.446Z | Compiling block-buffer v0.10.4 |
2437 | 2024-05-29T20:20:53.499Z | Compiling tracing-attributes v0.1.27 |
2438 | 2024-05-29T20:20:53.584Z | Compiling async-trait v0.1.80 |
2439 | 2024-05-29T20:20:53.695Z | Compiling digest v0.10.7 |
2440 | 2024-05-29T20:20:53.991Z | Compiling futures-util v0.3.30 |
2441 | 2024-05-29T20:20:54.272Z | Compiling addr2line v0.21.0 |
2442 | 2024-05-29T20:20:54.571Z | Compiling hashbrown v0.14.5 |
2443 | 2024-05-29T20:20:54.943Z | Compiling object v0.32.2 |
2444 | 2024-05-29T20:20:55.949Z | Compiling base64 v0.21.7 |
2445 | 2024-05-29T20:20:56.242Z | Compiling foreign-types-shared v0.1.1 |
2446 | 2024-05-29T20:20:56.363Z | Compiling rustc-demangle v0.1.24 |
2447 | 2024-05-29T20:20:56.460Z | Compiling tower-service v0.3.2 |
2448 | 2024-05-29T20:20:56.530Z | Compiling ipnet v2.9.0 |
2449 | 2024-05-29T20:20:56.586Z | Compiling openssl v0.10.64 |
2450 | 2024-05-29T20:20:56.747Z | Compiling mime v0.3.17 |
2451 | 2024-05-29T20:20:56.990Z | Compiling anyhow v1.0.83 |
2452 | 2024-05-29T20:20:57.340Z | Compiling foreign-types v0.3.2 |
2453 | 2024-05-29T20:20:57.450Z | Compiling openssl-macros v0.1.1 |
2454 | 2024-05-29T20:20:57.497Z | Compiling tracing v0.1.40 |
2455 | 2024-05-29T20:20:57.792Z | Compiling heck v0.5.0 |
2456 | 2024-05-29T20:20:57.810Z | Compiling rustls v0.21.12 |
2457 | 2024-05-29T20:20:58.030Z | Compiling winnow v0.5.40 |
2458 | 2024-05-29T20:20:58.055Z | Compiling crossbeam-utils v0.8.19 |
2459 | 2024-05-29T20:20:58.242Z | Compiling base64ct v1.6.0 |
2460 | 2024-05-29T20:20:58.344Z | Compiling native-tls v0.2.11 |
2461 | 2024-05-29T20:20:58.709Z | Compiling rustls-webpki v0.101.7 |
2462 | 2024-05-29T20:20:58.725Z | Compiling sct v0.7.1 |
2463 | 2024-05-29T20:20:58.829Z | Compiling cookie v0.17.0 |
2464 | 2024-05-29T20:20:58.847Z | Compiling openssl-probe v0.1.5 |
2465 | 2024-05-29T20:20:59.026Z | Compiling rustix v0.38.34 |
2466 | 2024-05-29T20:20:59.105Z | Compiling ucd-trie v0.1.6 |
2467 | 2024-05-29T20:20:59.771Z | Compiling futures-executor v0.3.30 |
2468 | 2024-05-29T20:21:00.274Z | Compiling futures v0.3.30 |
2469 | 2024-05-29T20:21:00.340Z | Compiling pest v2.7.10 |
2470 | 2024-05-29T20:21:00.388Z | Compiling idna v0.3.0 |
2471 | 2024-05-29T20:21:00.585Z | Compiling errno v0.3.9 |
2472 | 2024-05-29T20:21:00.586Z | Compiling encoding_rs v0.8.34 |
2473 | 2024-05-29T20:21:00.812Z | Compiling data-encoding v2.6.0 |
2474 | 2024-05-29T20:21:02.022Z | Compiling psl-types v2.0.11 |
2475 | 2024-05-29T20:21:02.218Z | Compiling rustversion v1.0.17 |
2476 | 2024-05-29T20:21:02.285Z | Compiling publicsuffix v2.2.3 |
2477 | 2024-05-29T20:21:03.015Z | Compiling pest_meta v2.7.10 |
2478 | 2024-05-29T20:21:03.252Z | Compiling hmac v0.12.1 |
2479 | 2024-05-29T20:21:03.506Z | Compiling scroll_derive v0.12.0 |
2480 | 2024-05-29T20:21:04.352Z | Compiling bytes v1.6.0 |
2481 | 2024-05-29T20:21:05.065Z | Compiling indexmap v2.2.6 |
2482 | 2024-05-29T20:21:05.081Z | Compiling uuid v1.8.0 |
2483 | 2024-05-29T20:21:05.184Z | Compiling chrono v0.4.38 |
2484 | 2024-05-29T20:21:05.540Z | Compiling tokio v1.37.0 |
2485 | 2024-05-29T20:21:05.647Z | Compiling bitflags v2.5.0 |
2486 | 2024-05-29T20:21:06.486Z | Compiling http v0.2.12 |
2487 | 2024-05-29T20:21:06.536Z | Compiling serde_tokenstream v0.2.0 |
2488 | 2024-05-29T20:21:06.942Z | Compiling toml_datetime v0.6.6 |
2489 | 2024-05-29T20:21:07.056Z | Compiling serde_spanned v0.6.6 |
2490 | 2024-05-29T20:21:07.292Z | Compiling toml_edit v0.19.15 |
2491 | 2024-05-29T20:21:08.344Z | Compiling http-body v0.4.6 |
2492 | 2024-05-29T20:21:09.053Z | Compiling serde_urlencoded v0.7.1 |
2493 | 2024-05-29T20:21:09.156Z | Compiling openapiv3 v2.0.0 |
2494 | 2024-05-29T20:21:09.181Z | Compiling cookie_store v0.20.0 |
2495 | 2024-05-29T20:21:09.562Z | Compiling scroll v0.12.0 |
2496 | 2024-05-29T20:21:10.135Z | Compiling pest_generator v2.7.10 |
2497 | 2024-05-29T20:21:10.733Z | Compiling rustls-pemfile v1.0.4 |
2498 | 2024-05-29T20:21:11.194Z | Compiling sync_wrapper v0.1.2 |
2499 | 2024-05-29T20:21:11.329Z | Compiling plain v0.2.3 |
2500 | 2024-05-29T20:21:11.489Z | Compiling webpki-roots v0.25.4 |
2501 | 2024-05-29T20:21:11.640Z | Compiling bitflags v1.3.2 |
2502 | 2024-05-29T20:21:11.656Z | Compiling strsim v0.11.1 |
2503 | 2024-05-29T20:21:11.744Z | Compiling goblin v0.8.2 |
2504 | 2024-05-29T20:21:11.875Z | Compiling rustc_version v0.4.0 |
2505 | 2024-05-29T20:21:12.238Z | Compiling pest_derive v2.7.10 |
2506 | 2024-05-29T20:21:12.638Z | Compiling pem-rfc7468 v0.7.0 |
2507 | 2024-05-29T20:21:12.670Z | Compiling block-padding v0.3.3 |
2508 | 2024-05-29T20:21:12.912Z | Compiling der_derive v0.7.2 |
2509 | 2024-05-29T20:21:13.029Z | Compiling usdt-impl v0.5.0 |
2510 | 2024-05-29T20:21:13.347Z | Compiling tokio-util v0.7.11 |
2511 | 2024-05-29T20:21:13.510Z | Compiling tokio-rustls v0.24.1 |
2512 | 2024-05-29T20:21:13.920Z | Compiling tokio-native-tls v0.3.1 |
2513 | 2024-05-29T20:21:14.072Z | Compiling pretty-hex v0.4.1 |
2514 | 2024-05-29T20:21:14.194Z | Compiling flagset v0.4.5 |
2515 | 2024-05-29T20:21:14.295Z | Compiling h2 v0.3.26 |
2516 | 2024-05-29T20:21:14.561Z | Compiling dtrace-parser v0.2.0 |
2517 | 2024-05-29T20:21:14.775Z | Compiling inout v0.1.3 |
2518 | 2024-05-29T20:21:15.059Z | Compiling thread-id v4.2.1 |
2519 | 2024-05-29T20:21:15.179Z | Compiling cipher v0.4.4 |
2520 | 2024-05-29T20:21:15.539Z | Compiling sha2 v0.10.8 |
2521 | 2024-05-29T20:21:15.589Z | Compiling der v0.7.9 |
2522 | 2024-05-29T20:21:15.661Z | Compiling either v1.12.0 |
2523 | 2024-05-29T20:21:16.079Z | Compiling ff v0.13.0 |
2524 | 2024-05-29T20:21:16.239Z | Compiling base16ct v0.2.0 |
2525 | 2024-05-29T20:21:16.317Z | Compiling stable_deref_trait v1.2.0 |
2526 | 2024-05-29T20:21:16.428Z | Compiling group v0.13.0 |
2527 | 2024-05-29T20:21:16.568Z | Compiling hkdf v0.12.4 |
2528 | 2024-05-29T20:21:16.753Z | Compiling crossbeam-epoch v0.9.18 |
2529 | 2024-05-29T20:21:16.816Z | Compiling crypto-bigint v0.5.5 |
2530 | 2024-05-29T20:21:16.837Z | Compiling num-integer v0.1.46 |
2531 | 2024-05-29T20:21:17.610Z | Compiling dof v0.3.0 |
2532 | 2024-05-29T20:21:17.648Z | Compiling memmap v0.7.0 |
2533 | 2024-05-29T20:21:18.028Z | Compiling spki v0.7.3 |
2534 | 2024-05-29T20:21:19.054Z | Compiling pkcs8 v0.10.2 |
2535 | 2024-05-29T20:21:19.087Z | Compiling crc32fast v1.4.0 |
2536 | 2024-05-29T20:21:19.588Z | Compiling sec1 v0.7.3 |
2537 | 2024-05-29T20:21:19.705Z | Compiling unicode-segmentation v1.11.0 |
2538 | 2024-05-29T20:21:19.932Z | Compiling managed v0.8.0 |
2539 | 2024-05-29T20:21:20.082Z | Compiling elliptic-curve v0.13.8 |
2540 | 2024-05-29T20:21:20.153Z | Compiling winnow v0.6.8 |
2541 | 2024-05-29T20:21:20.975Z | Compiling toml v0.7.8 |
2542 | 2024-05-29T20:21:21.472Z | Compiling hex v0.4.3 |
2543 | 2024-05-29T20:21:21.472Z | Compiling hyper v0.14.28 |
2544 | 2024-05-29T20:21:21.472Z | Compiling anstyle v1.0.7 |
2545 | 2024-05-29T20:21:21.472Z | Compiling utf8parse v0.2.1 |
2546 | 2024-05-29T20:21:21.473Z | Compiling matches v0.1.10 |
2547 | 2024-05-29T20:21:21.473Z | Compiling anstyle-parse v0.2.4 |
2548 | 2024-05-29T20:21:21.473Z | Compiling idna v0.2.3 |
2549 | 2024-05-29T20:21:21.799Z | Compiling ipnetwork v0.20.0 |
2550 | 2024-05-29T20:21:22.244Z | Compiling enum-as-inner v0.5.1 |
2551 | 2024-05-29T20:21:22.281Z | Compiling usdt-attr-macro v0.5.0 |
2552 | 2024-05-29T20:21:22.769Z | Compiling usdt-macro v0.5.0 |
2553 | 2024-05-29T20:21:22.886Z | Compiling siphasher v0.3.11 |
2554 | 2024-05-29T20:21:23.106Z | Compiling is_terminal_polyfill v1.70.0 |
2555 | 2024-05-29T20:21:23.228Z | Compiling colorchoice v1.0.1 |
2556 | 2024-05-29T20:21:23.295Z | Compiling bit-vec v0.6.3 |
2557 | 2024-05-29T20:21:23.299Z | Compiling anstyle-query v1.0.3 |
2558 | 2024-05-29T20:21:23.375Z | Compiling trust-dns-proto v0.22.0 |
2559 | 2024-05-29T20:21:23.454Z | Compiling anstream v0.6.14 |
2560 | 2024-05-29T20:21:23.735Z | Compiling toml_edit v0.22.13 |
2561 | 2024-05-29T20:21:23.966Z | Compiling flate2 v1.0.30 |
2562 | 2024-05-29T20:21:23.997Z | Compiling num-bigint v0.4.5 |
2563 | 2024-05-29T20:21:24.173Z | Compiling heapless v0.7.17 |
2564 | 2024-05-29T20:21:24.274Z | Compiling usdt v0.5.0 |
2565 | 2024-05-29T20:21:24.608Z | Compiling terminal_size v0.3.0 |
2566 | 2024-05-29T20:21:24.705Z | Compiling regress v0.9.1 |
2567 | 2024-05-29T20:21:24.766Z | Compiling signal-hook v0.3.17 |
2568 | 2024-05-29T20:21:24.799Z | Compiling clap_lex v0.7.0 |
2569 | 2024-05-29T20:21:24.933Z | Compiling finl_unicode v1.2.0 |
2570 | 2024-05-29T20:21:25.061Z | Compiling clap_builder v4.5.2 |
2571 | 2024-05-29T20:21:25.368Z | Compiling itertools v0.10.5 |
2572 | 2024-05-29T20:21:25.539Z | Compiling stringprep v0.1.4 |
2573 | 2024-05-29T20:21:26.815Z | Compiling clap_derive v4.5.4 |
2574 | 2024-05-29T20:21:28.289Z | Compiling hyper-rustls v0.24.2 |
2575 | 2024-05-29T20:21:28.654Z | Compiling hyper-tls v0.5.0 |
2576 | 2024-05-29T20:21:29.005Z | Compiling reqwest v0.11.27 |
2577 | 2024-05-29T20:21:29.911Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2578 | 2024-05-29T20:21:30.684Z | Compiling yasna v0.5.2 |
2579 | 2024-05-29T20:21:31.953Z | Compiling md-5 v0.10.6 |
2580 | 2024-05-29T20:21:31.956Z | Compiling hash32 v0.2.1 |
2581 | 2024-05-29T20:21:32.228Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2582 | 2024-05-29T20:21:32.340Z | Compiling smoltcp v0.9.1 |
2583 | 2024-05-29T20:21:32.356Z | Compiling fallible-iterator v0.2.0 |
2584 | 2024-05-29T20:21:33.076Z | Compiling postgres-protocol v0.6.6 |
2585 | 2024-05-29T20:21:33.094Z | Compiling clap v4.5.4 |
2586 | 2024-05-29T20:21:33.225Z | Compiling phf_shared v0.11.2 |
2587 | 2024-05-29T20:21:33.628Z | Compiling tokio-stream v0.1.15 |
2588 | 2024-05-29T20:21:33.891Z | Compiling hubpack_derive v0.1.1 |
2589 | 2024-05-29T20:21:34.167Z | Compiling zerocopy-derive v0.6.6 |
2590 | 2024-05-29T20:21:34.437Z | Compiling diesel_table_macro_syntax v0.1.0 |
2591 | 2024-05-29T20:21:34.587Z | Compiling scheduled-thread-pool v0.2.7 |
2592 | 2024-05-29T20:21:34.608Z | Compiling fs-err v2.11.0 |
2593 | 2024-05-29T20:21:34.683Z | Compiling fixedbitset v0.4.2 |
2594 | 2024-05-29T20:21:34.782Z | Compiling hubpack v0.1.2 |
2595 | 2024-05-29T20:21:34.835Z | Compiling diesel_derives v2.1.4 |
2596 | 2024-05-29T20:21:35.023Z | Compiling petgraph v0.6.5 |
2597 | 2024-05-29T20:21:35.101Z | Compiling r2d2 v0.8.10 |
2598 | 2024-05-29T20:21:35.230Z | Compiling postgres-types v0.2.6 |
2599 | 2024-05-29T20:21:35.479Z | Compiling phf v0.11.2 |
2600 | 2024-05-29T20:21:35.790Z | Compiling signal-hook-mio v0.2.3 |
2601 | 2024-05-29T20:21:36.215Z | Compiling phf_shared v0.10.0 |
2602 | 2024-05-29T20:21:36.360Z | Compiling zerocopy v0.6.6 |
2603 | 2024-05-29T20:21:36.634Z | Compiling similar v2.5.0 |
2604 | 2024-05-29T20:21:36.787Z | Compiling num-iter v0.1.45 |
2605 | 2024-05-29T20:21:36.979Z | Compiling strum_macros v0.25.3 |
2606 | 2024-05-29T20:21:37.193Z | Compiling serde_repr v0.1.19 |
2607 | 2024-05-29T20:21:37.331Z | Compiling getopts v0.2.21 |
2608 | 2024-05-29T20:21:38.415Z | Compiling console v0.15.8 |
2609 | 2024-05-29T20:21:38.431Z | Compiling float-cmp v0.9.0 |
2610 | 2024-05-29T20:21:38.660Z | Compiling new_debug_unreachable v1.0.6 |
2611 | 2024-05-29T20:21:38.761Z | Compiling minimal-lexical v0.2.1 |
2612 | 2024-05-29T20:21:39.031Z | Compiling difflib v0.4.0 |
2613 | 2024-05-29T20:21:39.128Z | Compiling unsafe-libyaml v0.2.11 |
2614 | 2024-05-29T20:21:39.284Z | Compiling precomputed-hash v0.1.1 |
2615 | 2024-05-29T20:21:39.409Z | Compiling predicates-core v1.0.6 |
2616 | 2024-05-29T20:21:39.777Z | Compiling static_assertions v1.1.0 |
2617 | 2024-05-29T20:21:39.883Z | Compiling whoami v1.5.1 |
2618 | 2024-05-29T20:21:39.909Z | Compiling normalize-line-endings v0.3.0 |
2619 | 2024-05-29T20:21:40.038Z | Compiling predicates v3.1.0 |
2620 | 2024-05-29T20:21:40.573Z | Compiling serde_yaml v0.9.34+deprecated |
2621 | 2024-05-29T20:21:40.744Z | Compiling tokio-postgres v0.7.10 |
2622 | 2024-05-29T20:21:41.125Z | Compiling string_cache v0.8.7 |
2623 | 2024-05-29T20:21:41.335Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2624 | 2024-05-29T20:21:41.597Z | Compiling nom v7.1.3 |
2625 | 2024-05-29T20:21:41.743Z | Compiling crossterm v0.27.0 |
2626 | 2024-05-29T20:21:45.006Z | Compiling bit-set v0.5.3 |
2627 | 2024-05-29T20:21:45.299Z | Compiling itertools v0.12.1 |
2628 | 2024-05-29T20:21:45.328Z | Compiling bstr v1.9.1 |
2629 | 2024-05-29T20:21:45.558Z | Compiling lalrpop-util v0.19.12 |
2630 | 2024-05-29T20:21:45.827Z | Compiling peg-runtime v0.8.3 |
2631 | 2024-05-29T20:21:45.858Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2632 | 2024-05-29T20:21:45.896Z | Compiling sha1 v0.10.6 |
2633 | 2024-05-29T20:21:46.264Z | Compiling camino v1.1.7 |
2634 | 2024-05-29T20:21:46.307Z | Compiling ident_case v1.0.1 |
2635 | 2024-05-29T20:21:46.488Z | Compiling darling_core v0.20.9 |
2636 | 2024-05-29T20:21:46.525Z | Compiling strum_macros v0.26.2 |
2637 | 2024-05-29T20:21:46.922Z | Compiling dirs-sys-next v0.1.2 |
2638 | 2024-05-29T20:21:47.171Z | Compiling base64 v0.22.1 |
2639 | 2024-05-29T20:21:47.614Z | Compiling match_cfg v0.1.0 |
2640 | 2024-05-29T20:21:47.717Z | Compiling hostname v0.3.1 |
2641 | 2024-05-29T20:21:47.980Z | Compiling dirs-next v2.0.0 |
2642 | 2024-05-29T20:21:47.983Z | Compiling toml v0.8.13 |
2643 | 2024-05-29T20:21:48.004Z | Compiling http v1.1.0 |
2644 | 2024-05-29T20:21:48.151Z | Compiling thread_local v1.1.8 |
2645 | 2024-05-29T20:21:48.502Z | Compiling slog-async v2.8.0 |
2646 | 2024-05-29T20:21:48.756Z | Compiling rustls-pki-types v1.7.0 |
2647 | 2024-05-29T20:21:49.076Z | Compiling term v0.7.0 |
2648 | 2024-05-29T20:21:49.616Z | Compiling crossbeam-channel v0.5.12 |
2649 | 2024-05-29T20:21:49.731Z | Compiling is-terminal v0.4.12 |
2650 | 2024-05-29T20:21:49.847Z | Compiling take_mut v0.2.2 |
2651 | 2024-05-29T20:21:49.850Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2652 | 2024-05-29T20:21:50.009Z | Compiling paste v1.0.15 |
2653 | 2024-05-29T20:21:50.511Z | Compiling rustls v0.22.4 |
2654 | 2024-05-29T20:21:50.667Z | Compiling slog-term v2.9.1 |
2655 | 2024-05-29T20:21:50.726Z | Compiling rustls-webpki v0.102.4 |
2656 | 2024-05-29T20:21:50.800Z | Compiling multer v3.1.0 |
2657 | 2024-05-29T20:21:50.838Z | Compiling diesel v2.1.6 |
2658 | 2024-05-29T20:21:51.077Z | Compiling instant v0.1.12 |
2659 | 2024-05-29T20:21:51.802Z | Compiling strum v0.26.2 |
2660 | 2024-05-29T20:21:51.856Z | Compiling slog-json v2.6.1 |
2661 | 2024-05-29T20:21:51.986Z | Compiling async-stream-impl v0.3.5 |
2662 | 2024-05-29T20:21:52.254Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) |
2663 | 2024-05-29T20:21:52.547Z | Compiling debug-ignore v1.0.5 |
2664 | 2024-05-29T20:21:52.564Z | Compiling atomic-waker v1.1.2 |
2665 | 2024-05-29T20:21:52.704Z | Compiling waitgroup v0.1.2 |
2666 | 2024-05-29T20:21:52.830Z | Compiling slog-bunyan v2.5.0 |
2667 | 2024-05-29T20:21:52.928Z | Compiling rustls-pemfile v2.1.2 |
2668 | 2024-05-29T20:21:53.033Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) |
2669 | 2024-05-29T20:21:53.400Z | Compiling serde_path_to_error v0.1.16 |
2670 | 2024-05-29T20:21:53.477Z | Compiling async-stream v0.3.5 |
2671 | 2024-05-29T20:21:53.792Z | Compiling structmeta-derive v0.3.0 |
2672 | 2024-05-29T20:21:53.864Z | Compiling darling_macro v0.20.9 |
2673 | 2024-05-29T20:21:53.987Z | Compiling hostname v0.4.0 |
2674 | 2024-05-29T20:21:54.238Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2675 | 2024-05-29T20:21:54.255Z | Compiling newtype-uuid v1.1.0 |
2676 | 2024-05-29T20:21:54.271Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2677 | 2024-05-29T20:21:54.419Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2678 | 2024-05-29T20:21:54.529Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2679 | 2024-05-29T20:21:54.560Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2680 | 2024-05-29T20:21:54.829Z | Compiling backoff v0.4.0 |
2681 | 2024-05-29T20:21:54.878Z | Compiling darling v0.20.9 |
2682 | 2024-05-29T20:21:55.008Z | Compiling serde_with_macros v3.8.1 |
2683 | 2024-05-29T20:21:55.168Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2684 | 2024-05-29T20:21:55.199Z | Compiling macaddr v1.0.1 |
2685 | 2024-05-29T20:21:55.288Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2686 | 2024-05-29T20:21:55.321Z | Compiling proc-macro-crate v1.3.1 |
2687 | 2024-05-29T20:21:55.466Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2688 | 2024-05-29T20:21:55.634Z | Compiling fastrand v2.1.0 |
2689 | 2024-05-29T20:21:55.802Z | Compiling tokio-rustls v0.25.0 |
2690 | 2024-05-29T20:21:56.237Z | Compiling tempfile v3.10.1 |
2691 | 2024-05-29T20:21:56.416Z | Compiling num_enum_derive v0.5.11 |
2692 | 2024-05-29T20:21:56.886Z | Compiling structmeta v0.3.0 |
2693 | 2024-05-29T20:21:57.141Z | Compiling proc-macro-error-attr v1.0.4 |
2694 | 2024-05-29T20:21:57.345Z | Compiling parse-display-derive v0.9.0 |
2695 | 2024-05-29T20:21:57.548Z | Compiling proc-macro-error v1.0.4 |
2696 | 2024-05-29T20:21:57.848Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2697 | 2024-05-29T20:21:58.105Z | Compiling serde_with v3.8.1 |
2698 | 2024-05-29T20:21:59.559Z | Compiling foreign-types-macros v0.2.3 |
2699 | 2024-05-29T20:21:59.564Z | Compiling num_enum v0.5.11 |
2700 | 2024-05-29T20:21:59.564Z | Compiling foreign-types-shared v0.3.1 |
2701 | 2024-05-29T20:21:59.568Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2702 | 2024-05-29T20:21:59.822Z | Compiling heapless v0.8.0 |
2703 | 2024-05-29T20:22:00.432Z | Compiling foreign-types v0.5.0 |
2704 | 2024-05-29T20:22:01.036Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2705 | 2024-05-29T20:22:01.296Z | Compiling cstr-argument v0.1.2 |
2706 | 2024-05-29T20:22:01.552Z | Compiling hash32 v0.3.1 |
2707 | 2024-05-29T20:22:01.803Z | Compiling smoltcp v0.11.0 |
2708 | 2024-05-29T20:22:01.850Z | Compiling pretty-hex v0.2.1 |
2709 | 2024-05-29T20:22:02.025Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2710 | 2024-05-29T20:22:02.239Z | Compiling parse-display v0.9.0 |
2711 | 2024-05-29T20:22:02.243Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2712 | 2024-05-29T20:22:02.369Z | Compiling camino-tempfile v1.1.1 |
2713 | 2024-05-29T20:22:02.573Z | Compiling tabwriter v1.4.0 |
2714 | 2024-05-29T20:22:02.864Z | Compiling colored v2.1.0 |
2715 | 2024-05-29T20:22:02.949Z | Compiling socket2 v0.4.10 |
2716 | 2024-05-29T20:22:02.975Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2717 | 2024-05-29T20:22:02.986Z | Compiling embedded-io v0.4.0 |
2718 | 2024-05-29T20:22:03.114Z | Compiling cobs v0.2.3 |
2719 | 2024-05-29T20:22:03.213Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2720 | 2024-05-29T20:22:03.428Z | Compiling postcard v1.0.8 |
2721 | 2024-05-29T20:22:03.483Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2722 | 2024-05-29T20:22:03.626Z | Compiling crucible-workspace-hack v0.1.0 |
2723 | 2024-05-29T20:22:03.716Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2724 | 2024-05-29T20:22:03.856Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2725 | 2024-05-29T20:22:03.913Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2726 | 2024-05-29T20:22:04.266Z | Compiling smf v0.2.3 |
2727 | 2024-05-29T20:22:04.317Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2728 | 2024-05-29T20:22:04.645Z | Compiling humantime v2.1.0 |
2729 | 2024-05-29T20:22:04.797Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2730 | 2024-05-29T20:22:04.948Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2731 | 2024-05-29T20:22:05.202Z | Compiling num-derive v0.4.2 |
2732 | 2024-05-29T20:22:05.423Z | Compiling sigpipe v0.1.3 |
2733 | 2024-05-29T20:22:05.545Z | Compiling utf-8 v0.7.6 |
2734 | 2024-05-29T20:22:05.704Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2735 | 2024-05-29T20:22:05.890Z | Compiling atty v0.2.14 |
2736 | 2024-05-29T20:22:06.033Z | Compiling same-file v1.0.6 |
2737 | 2024-05-29T20:22:06.127Z | Compiling rayon-core v1.12.1 |
2738 | 2024-05-29T20:22:06.272Z | Compiling platforms v3.4.0 |
2739 | 2024-05-29T20:22:06.319Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2740 | 2024-05-29T20:22:06.386Z | Compiling semver v0.1.20 |
2741 | 2024-05-29T20:22:06.889Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2742 | 2024-05-29T20:22:07.092Z | Compiling curve25519-dalek v4.1.2 |
2743 | 2024-05-29T20:22:07.699Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2744 | 2024-05-29T20:22:07.733Z | Compiling rustc_version v0.1.7 |
2745 | 2024-05-29T20:22:08.065Z | Compiling walkdir v2.5.0 |
2746 | 2024-05-29T20:22:08.232Z | Compiling newline-converter v0.3.0 |
2747 | 2024-05-29T20:22:08.403Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2748 | 2024-05-29T20:22:08.460Z | Compiling crossbeam-deque v0.8.5 |
2749 | 2024-05-29T20:22:08.562Z | Compiling universal-hash v0.5.1 |
2750 | 2024-05-29T20:22:08.660Z | Compiling opaque-debug v0.3.1 |
2751 | 2024-05-29T20:22:08.762Z | Compiling expectorate v1.1.0 |
2752 | 2024-05-29T20:22:08.805Z | Compiling newtype_derive v0.1.6 |
2753 | 2024-05-29T20:22:08.910Z | Compiling tungstenite v0.20.1 |
2754 | 2024-05-29T20:22:08.945Z | Compiling xattr v1.3.1 |
2755 | 2024-05-29T20:22:09.036Z | Compiling signature v2.2.0 |
2756 | 2024-05-29T20:22:09.080Z | Compiling curve25519-dalek-derive v0.1.1 |
2757 | 2024-05-29T20:22:09.215Z | Compiling blake3 v1.5.1 |
2758 | 2024-05-29T20:22:09.341Z | Compiling ring v0.16.20 |
2759 | 2024-05-29T20:22:09.820Z | Compiling filetime v0.2.23 |
2760 | 2024-05-29T20:22:10.189Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=194a8d1d6443f78d59702a25849607dba33db732#194a8d1d) |
2761 | 2024-05-29T20:22:10.386Z | Compiling unicase v2.7.0 |
2762 | 2024-05-29T20:22:10.454Z | Compiling termcolor v1.4.1 |
2763 | 2024-05-29T20:22:10.602Z | Compiling quick-error v1.2.3 |
2764 | 2024-05-29T20:22:10.672Z | Compiling arc-swap v1.7.1 |
2765 | 2024-05-29T20:22:10.675Z | Compiling getrandom v0.1.16 |
2766 | 2024-05-29T20:22:10.750Z | Compiling convert_case v0.4.0 |
2767 | 2024-05-29T20:22:11.010Z | Compiling linked-hash-map v0.5.6 |
2768 | 2024-05-29T20:22:11.341Z | Compiling lru-cache v0.1.2 |
2769 | 2024-05-29T20:22:11.357Z | Compiling slog-scope v4.4.0 |
2770 | 2024-05-29T20:22:11.361Z | Compiling env_logger v0.9.3 |
2771 | 2024-05-29T20:22:11.435Z | Compiling resolv-conf v0.7.0 |
2772 | 2024-05-29T20:22:11.767Z | Compiling derive_more v0.99.17 |
2773 | 2024-05-29T20:22:11.854Z | Compiling tar v0.4.40 |
2774 | 2024-05-29T20:22:12.274Z | Compiling tokio-tungstenite v0.20.1 |
2775 | 2024-05-29T20:22:12.873Z | Compiling rayon v1.10.0 |
2776 | 2024-05-29T20:22:13.300Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2777 | 2024-05-29T20:22:13.793Z | Compiling password-hash v0.5.0 |
2778 | 2024-05-29T20:22:14.091Z | Compiling blake2 v0.10.6 |
2779 | 2024-05-29T20:22:14.300Z | Compiling bitstruct_derive v0.1.0 |
2780 | 2024-05-29T20:22:15.249Z | Compiling derive-where v1.2.7 |
2781 | 2024-05-29T20:22:15.401Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2782 | 2024-05-29T20:22:15.529Z | Compiling memmap2 v0.9.4 |
2783 | 2024-05-29T20:22:15.677Z | Compiling ascii v1.1.0 |
2784 | 2024-05-29T20:22:16.014Z | Compiling parking_lot_core v0.8.6 |
2785 | 2024-05-29T20:22:16.320Z | Compiling arrayvec v0.7.4 |
2786 | 2024-05-29T20:22:16.466Z | Compiling home v0.5.9 |
2787 | 2024-05-29T20:22:16.749Z | Compiling arrayref v0.3.7 |
2788 | 2024-05-29T20:22:16.756Z | Compiling untrusted v0.7.1 |
2789 | 2024-05-29T20:22:16.850Z | Compiling libefi-sys v0.1.0 |
2790 | 2024-05-29T20:22:17.095Z | Compiling constant_time_eq v0.3.0 |
2791 | 2024-05-29T20:22:17.140Z | Compiling toolchain_find v0.4.0 |
2792 | 2024-05-29T20:22:17.920Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2793 | 2024-05-29T20:22:18.511Z | Compiling bitstruct v0.1.1 |
2794 | 2024-05-29T20:22:18.631Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2795 | 2024-05-29T20:22:18.916Z | Compiling argon2 v0.5.3 |
2796 | 2024-05-29T20:22:19.341Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2797 | 2024-05-29T20:22:19.584Z | Compiling trust-dns-resolver v0.22.0 |
2798 | 2024-05-29T20:22:20.146Z | Compiling slog-stdlog v4.1.1 |
2799 | 2024-05-29T20:22:20.342Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2800 | 2024-05-29T20:22:20.516Z | Compiling num-rational v0.4.2 |
2801 | 2024-05-29T20:22:20.799Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2802 | 2024-05-29T20:22:20.849Z | Compiling erased-serde v0.3.31 |
2803 | 2024-05-29T20:22:21.092Z | Compiling serde_arrays v0.1.0 |
2804 | 2024-05-29T20:22:21.158Z | Compiling rfc6979 v0.4.0 |
2805 | 2024-05-29T20:22:21.255Z | Compiling aead v0.5.2 |
2806 | 2024-05-29T20:22:21.335Z | Compiling num-complex v0.4.6 |
2807 | 2024-05-29T20:22:21.667Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2808 | 2024-05-29T20:22:21.755Z | Compiling nibble_vec v0.1.0 |
2809 | 2024-05-29T20:22:21.822Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2810 | 2024-05-29T20:22:21.950Z | Compiling slog-dtrace v0.3.0 |
2811 | 2024-05-29T20:22:22.054Z | Compiling cancel-safe-futures v0.1.5 |
2812 | 2024-05-29T20:22:22.236Z | Compiling endian-type v0.1.2 |
2813 | 2024-05-29T20:22:22.250Z | Compiling keccak v0.1.5 |
2814 | 2024-05-29T20:22:22.312Z | Compiling topological-sort v0.2.2 |
2815 | 2024-05-29T20:22:22.433Z | Compiling num v0.4.3 |
2816 | 2024-05-29T20:22:22.532Z | Compiling sha3 v0.10.8 |
2817 | 2024-05-29T20:22:22.550Z | Compiling omicron-zone-package v0.11.0 |
2818 | 2024-05-29T20:22:22.552Z | Compiling radix_trie v0.2.1 |
2819 | 2024-05-29T20:22:22.577Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2820 | 2024-05-29T20:22:23.288Z | Compiling ecdsa v0.16.9 |
2821 | 2024-05-29T20:22:23.304Z | Compiling rand_core v0.5.1 |
2822 | 2024-05-29T20:22:23.550Z | Compiling slog-envlogger v2.2.0 |
2823 | 2024-05-29T20:22:23.819Z | Compiling mime_guess v2.0.4 |
2824 | 2024-05-29T20:22:24.076Z | Compiling steno v0.4.0 |
2825 | 2024-05-29T20:22:24.989Z | Compiling rustfmt-wrapper v0.2.1 |
2826 | 2024-05-29T20:22:25.579Z | Compiling poly1305 v0.8.0 |
2827 | 2024-05-29T20:22:25.596Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2828 | 2024-05-29T20:22:25.890Z | Compiling primeorder v0.13.6 |
2829 | 2024-05-29T20:22:26.377Z | Compiling heck v0.3.3 |
2830 | 2024-05-29T20:22:26.414Z | Compiling chacha20 v0.9.1 |
2831 | 2024-05-29T20:22:26.810Z | Compiling thiserror-impl-no-std v2.0.2 |
2832 | 2024-05-29T20:22:26.885Z | Compiling secrecy v0.8.0 |
2833 | 2024-05-29T20:22:26.948Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2834 | 2024-05-29T20:22:27.132Z | Compiling half v2.4.1 |
2835 | 2024-05-29T20:22:27.268Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2836 | 2024-05-29T20:22:27.359Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2837 | 2024-05-29T20:22:27.564Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2838 | 2024-05-29T20:22:27.711Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2839 | 2024-05-29T20:22:28.138Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2840 | 2024-05-29T20:22:28.756Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2841 | 2024-05-29T20:22:29.005Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2842 | 2024-05-29T20:22:29.777Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2843 | 2024-05-29T20:22:29.914Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2844 | 2024-05-29T20:22:30.000Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2845 | 2024-05-29T20:22:30.082Z | Compiling option-ext v0.2.0 |
2846 | 2024-05-29T20:22:30.148Z | Compiling ciborium-io v0.2.2 |
2847 | 2024-05-29T20:22:30.172Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2848 | 2024-05-29T20:22:30.218Z | Compiling dirs-sys v0.4.1 |
2849 | 2024-05-29T20:22:30.274Z | Compiling ciborium-ll v0.2.2 |
2850 | 2024-05-29T20:22:30.329Z | Compiling thiserror-no-std v2.0.2 |
2851 | 2024-05-29T20:22:30.440Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2852 | 2024-05-29T20:22:30.462Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2853 | 2024-05-29T20:22:30.679Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2854 | 2024-05-29T20:22:30.780Z | Compiling zone_cfg_derive v0.1.2 |
2855 | 2024-05-29T20:22:31.074Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2856 | 2024-05-29T20:22:31.405Z | Compiling parking_lot v0.11.2 |
2857 | 2024-05-29T20:22:31.453Z | Compiling rand_chacha v0.2.2 |
2858 | 2024-05-29T20:22:31.797Z | Compiling trust-dns-client v0.22.0 |
2859 | 2024-05-29T20:22:32.943Z | Compiling ed25519 v2.2.3 |
2860 | 2024-05-29T20:22:32.958Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2861 | 2024-05-29T20:22:33.383Z | Compiling polyval v0.6.2 |
2862 | 2024-05-29T20:22:33.441Z | Compiling tungstenite v0.21.0 |
2863 | 2024-05-29T20:22:33.557Z | Compiling blowfish v0.9.1 |
2864 | 2024-05-29T20:22:33.836Z | Compiling ctr v0.9.2 |
2865 | 2024-05-29T20:22:34.009Z | Compiling aes v0.8.4 |
2866 | 2024-05-29T20:22:34.194Z | Compiling libsw v3.3.1 |
2867 | 2024-05-29T20:22:34.516Z | Compiling toml v0.5.11 |
2868 | 2024-05-29T20:22:34.972Z | Compiling password-hash v0.4.2 |
2869 | 2024-05-29T20:22:35.164Z | Compiling pbkdf2 v0.12.2 |
2870 | 2024-05-29T20:22:35.340Z | Compiling gethostname v0.4.3 |
2871 | 2024-05-29T20:22:35.629Z | Compiling fxhash v0.2.1 |
2872 | 2024-05-29T20:22:35.633Z | Compiling owo-colors v4.0.0 |
2873 | 2024-05-29T20:22:35.827Z | Compiling swrite v0.1.0 |
2874 | 2024-05-29T20:22:35.906Z | Compiling base64 v0.13.1 |
2875 | 2024-05-29T20:22:35.955Z | Compiling linear-map v1.2.0 |
2876 | 2024-05-29T20:22:36.317Z | Compiling ron v0.7.1 |
2877 | 2024-05-29T20:22:36.526Z | Compiling trust-dns-server v0.22.1 |
2878 | 2024-05-29T20:22:36.838Z | Compiling sled v0.34.7 |
2879 | 2024-05-29T20:22:37.911Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2880 | 2024-05-29T20:22:38.237Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2881 | 2024-05-29T20:22:38.726Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2882 | 2024-05-29T20:22:42.872Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2883 | 2024-05-29T20:22:43.570Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2884 | 2024-05-29T20:22:43.784Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2885 | 2024-05-29T20:22:45.442Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2886 | 2024-05-29T20:22:45.681Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2887 | 2024-05-29T20:22:46.269Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2888 | 2024-05-29T20:22:46.471Z | Compiling pbkdf2 v0.11.0 |
2889 | 2024-05-29T20:22:46.828Z | Compiling bcrypt-pbkdf v0.10.0 |
2890 | 2024-05-29T20:22:47.465Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2891 | 2024-05-29T20:22:47.494Z | Compiling tokio-tungstenite v0.21.0 |
2892 | 2024-05-29T20:22:47.573Z | Compiling ghash v0.5.1 |
2893 | 2024-05-29T20:22:47.772Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2894 | 2024-05-29T20:22:47.996Z | Compiling ed25519-dalek v2.1.1 |
2895 | 2024-05-29T20:22:48.061Z | Compiling zone v0.1.8 |
2896 | 2024-05-29T20:22:48.459Z | Compiling rand v0.7.3 |
2897 | 2024-05-29T20:22:49.402Z | Compiling ciborium v0.2.2 |
2898 | 2024-05-29T20:22:49.703Z | Compiling dirs v5.0.1 |
2899 | 2024-05-29T20:22:49.913Z | Compiling vsss-rs v3.3.4 |
2900 | 2024-05-29T20:22:50.978Z | Compiling chacha20poly1305 v0.10.1 |
2901 | 2024-05-29T20:22:51.049Z | Compiling p521 v0.13.3 |
2902 | 2024-05-29T20:22:51.081Z | Compiling p256 v0.13.2 |
2903 | 2024-05-29T20:22:51.197Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2904 | 2024-05-29T20:22:51.958Z | Compiling pem v3.0.4 |
2905 | 2024-05-29T20:22:52.684Z | Compiling cbc v0.1.2 |
2906 | 2024-05-29T20:22:52.832Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2907 | 2024-05-29T20:22:52.922Z | Compiling headers-core v0.2.0 |
2908 | 2024-05-29T20:22:53.032Z | Compiling kstat-rs v0.2.3 |
2909 | 2024-05-29T20:22:53.092Z | Compiling portpicker v0.1.1 |
2910 | 2024-05-29T20:22:53.203Z | Compiling nanorand v0.7.0 |
2911 | 2024-05-29T20:22:53.426Z | Compiling russh-cryptovec v0.7.2 |
2912 | 2024-05-29T20:22:53.584Z | Compiling md5 v0.7.0 |
2913 | 2024-05-29T20:22:53.698Z | Compiling http-range v0.1.5 |
2914 | 2024-05-29T20:22:53.756Z | Compiling glob v0.3.1 |
2915 | 2024-05-29T20:22:53.778Z | Compiling flume v0.11.0 |
2916 | 2024-05-29T20:22:54.087Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2917 | 2024-05-29T20:22:54.474Z | Compiling hyper-staticfile v0.9.5 |
2918 | 2024-05-29T20:22:54.573Z | Compiling russh-keys v0.43.0 |
2919 | 2024-05-29T20:22:54.750Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2920 | 2024-05-29T20:22:55.472Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2921 | 2024-05-29T20:22:58.070Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2922 | 2024-05-29T20:22:59.325Z | Compiling headers v0.3.9 |
2923 | 2024-05-29T20:22:59.330Z | Compiling rcgen v0.12.1 |
2924 | 2024-05-29T20:23:00.065Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2925 | 2024-05-29T20:23:00.328Z | Compiling aes-gcm v0.10.3 |
2926 | 2024-05-29T20:23:00.627Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2927 | 2024-05-29T20:23:01.363Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2928 | 2024-05-29T20:23:02.558Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2929 | 2024-05-29T20:23:02.782Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2930 | 2024-05-29T20:23:04.904Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2931 | 2024-05-29T20:23:06.228Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2932 | 2024-05-29T20:23:07.981Z | Compiling atomicwrites v0.4.3 |
2933 | 2024-05-29T20:23:08.350Z | Compiling subprocess v0.2.9 |
2934 | 2024-05-29T20:23:09.561Z | Compiling dhcproto-macros v0.1.0 |
2935 | 2024-05-29T20:23:09.828Z | Compiling hex-literal v0.4.1 |
2936 | 2024-05-29T20:23:10.003Z | Compiling display-error-chain v0.2.0 |
2937 | 2024-05-29T20:23:10.170Z | Compiling russh v0.43.0 |
2938 | 2024-05-29T20:23:10.452Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2939 | 2024-05-29T20:23:10.528Z | Compiling dhcproto v0.11.0 |
2940 | 2024-05-29T20:23:12.048Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2941 | 2024-05-29T20:23:13.243Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2942 | 2024-05-29T20:23:13.471Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2943 | 2024-05-29T20:23:13.939Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2944 | 2024-05-29T20:23:13.959Z | Compiling internet-checksum v0.2.1 |
2945 | 2024-05-29T20:23:34.281Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2946 | 2024-05-29T20:24:16.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 45s |
2947 | 2024-05-29T20:24:17.115Z | |
2948 | 2024-05-29T20:24:17.120Z | real 3:45.574302336 |
2949 | 2024-05-29T20:24:17.120Z | user 20:11.436283700 |
2950 | 2024-05-29T20:24:17.120Z | sys 4:28.731907161 |
2951 | 2024-05-29T20:24:17.120Z | trap 0.592281559 |
2952 | 2024-05-29T20:24:17.120Z | tflt 0.456153599 |
2953 | 2024-05-29T20:24:17.120Z | dflt 2.129144908 |
2954 | 2024-05-29T20:24:17.120Z | kflt 0.000067143 |
2955 | 2024-05-29T20:24:17.120Z | lock 42:51.493175352 |
2956 | 2024-05-29T20:24:17.120Z | slp 57:57.294434983 |
2957 | 2024-05-29T20:24:17.120Z | lat 1:13.969703225 |
2958 | 2024-05-29T20:24:17.120Z | stop 2:55.162650314 |
2959 | 2024-05-29T20:24:17.120Z | + mkdir tests |
2960 | 2024-05-29T20:24:17.120Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2961 | 2024-05-29T20:24:17.120Z | + xargs -I '{}' -t cp '{}' tests/ |
2962 | 2024-05-29T20:24:18.449Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-451fa36426f63278 tests/ |
2963 | 2024-05-29T20:24:18.469Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-c665353dee2cc12b tests/ |
2964 | 2024-05-29T20:24:18.488Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-42bc164b1028ebb1 tests/ |
2965 | 2024-05-29T20:24:18.507Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-54d6d2c111a1c056 tests/ |
2966 | 2024-05-29T20:24:18.795Z | + 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/*) |
2967 | 2024-05-29T20:24:18.798Z | + 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-42bc164b1028ebb1 tests/commtest-c665353dee2cc12b tests/dhcp_server-451fa36426f63278 tests/end_to_end_tests-54d6d2c111a1c056 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 |
2968 | 2024-05-29T20:25:21.749Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2969 | 2024-05-29T20:25:21.749Z | a out/target/test 1K |
2970 | 2024-05-29T20:25:21.750Z | a out/npuzone/npuzone 23144K |
2971 | 2024-05-29T20:25:21.750Z | a package-manifest.toml 27K |
2972 | 2024-05-29T20:25:21.750Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2973 | 2024-05-29T20:25:21.750Z | a target/release/omicron-package 31741K |
2974 | 2024-05-29T20:25:21.750Z | a target/release/xtask 6795K |
2975 | 2024-05-29T20:25:21.750Z | a target/debug/bootstrap 350367K |
2976 | 2024-05-29T20:25:21.750Z | a tests/bootstrap-42bc164b1028ebb1 23990K |
2977 | 2024-05-29T20:25:21.750Z | a tests/commtest-c665353dee2cc12b 23990K |
2978 | 2024-05-29T20:25:21.750Z | a tests/dhcp_server-451fa36426f63278 23990K |
2979 | 2024-05-29T20:25:21.750Z | a tests/end_to_end_tests-54d6d2c111a1c056 360517K |
2980 | 2024-05-29T20:25:21.750Z | a out/clickhouse.tar.gz 222974K |
2981 | 2024-05-29T20:25:21.750Z | a out/clickhouse_keeper.tar.gz 222958K |
2982 | 2024-05-29T20:25:21.751Z | a out/cockroachdb.tar.gz 120920K |
2983 | 2024-05-29T20:25:21.751Z | a out/crucible-pantry-zone.tar.gz 27264K |
2984 | 2024-05-29T20:25:21.751Z | a out/crucible-zone.tar.gz 38022K |
2985 | 2024-05-29T20:25:21.751Z | a out/external-dns.tar.gz 25058K |
2986 | 2024-05-29T20:25:21.751Z | a out/internal-dns.tar.gz 25058K |
2987 | 2024-05-29T20:25:21.751Z | a out/mg-ddm-gz.tar 60408K |
2988 | 2024-05-29T20:25:21.751Z | a out/nexus.tar.gz 82057K |
2989 | 2024-05-29T20:25:21.751Z | a out/ntp.tar.gz 8817K |
2990 | 2024-05-29T20:25:21.751Z | a out/omicron-gateway-softnpu.tar.gz 14597K |
2991 | 2024-05-29T20:25:21.751Z | a out/omicron-sled-agent.tar 93092K |
2992 | 2024-05-29T20:25:21.751Z | a out/overlay.tar.gz 3K |
2993 | 2024-05-29T20:25:21.751Z | a out/oximeter.tar.gz 40318K |
2994 | 2024-05-29T20:25:21.751Z | a out/oxlog.tar 2934K |
2995 | 2024-05-29T20:25:21.751Z | a out/probe.tar.gz 2764K |
2996 | 2024-05-29T20:25:21.751Z | a out/propolis-server.tar.gz 65435K |
2997 | 2024-05-29T20:25:21.752Z | a out/pumpkind-gz.tar 26665K |
2998 | 2024-05-29T20:25:21.752Z | a out/switch-softnpu.tar.gz 196412K |
2999 | 2024-05-29T20:25:21.756Z | |
3000 | 2024-05-29T20:25:21.756Z | real 1:02.940370794 |
3001 | 2024-05-29T20:25:21.757Z | user 1:00.361491434 |
3002 | 2024-05-29T20:25:21.757Z | sys 3.436277623 |
3003 | 2024-05-29T20:25:21.757Z | trap 0.012821562 |
3004 | 2024-05-29T20:25:21.757Z | tflt 0.000000000 |
3005 | 2024-05-29T20:25:21.757Z | dflt 0.000000000 |
3006 | 2024-05-29T20:25:21.757Z | kflt 0.000000000 |
3007 | 2024-05-29T20:25:21.757Z | lock 0.000000000 |
3008 | 2024-05-29T20:25:21.757Z | slp 1:00.366444692 |
3009 | 2024-05-29T20:25:21.757Z | lat 1.700445101 |
3010 | 2024-05-29T20:25:21.757Z | stop 0.000286829 |
3011 | 2024-05-29T20:25:21.757Z | process exited: duration 1646619 ms, exit code 0 |
|
3012 | 2024-05-29T20:25:21.782Z | found 1 output files |
3013 | 2024-05-29T20:25:21.782Z | uploading: /work/package.tar.gz (1382683124 bytes) |
3014 | 2024-05-29T20:35:54.967Z | uploaded: /work/package.tar.gz |