|
|
|
1 | 2024-05-15T02:46:33.660Z | job assigned to worker 01HXX28J9YFHMRAYM3KTVNA12D (queued for 45 s) |
|
2 | 2024-05-15T02:46:34.158Z | starting task 0: "setup" |
3 | 2024-05-15T02:46:34.188Z | ++ uname -s |
4 | 2024-05-15T02:46:34.188Z | + kern=SunOS |
5 | 2024-05-15T02:46:34.189Z | + case "$kern" in |
6 | 2024-05-15T02:46:34.189Z | + groupadd -g 12345 build |
7 | 2024-05-15T02:46:34.189Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-15T02:46:36.186Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-15T02:46:36.236Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-15T02:46:36.260Z | + home_fs=zfs |
11 | 2024-05-15T02:46:36.260Z | + [[ zfs == autofs ]] |
12 | 2024-05-15T02:46:36.260Z | + mkdir -p /home/build |
13 | 2024-05-15T02:46:36.261Z | + chown build:build /home/build /work |
14 | 2024-05-15T02:46:38.247Z | + chmod 0700 /home/build /work |
15 | 2024-05-15T02:46:38.271Z | process exited: duration 4096 ms, exit code 0 |
|
16 | 2024-05-15T02:46:38.320Z | starting task 1: "rust-toolchain" |
17 | 2024-05-15T02:46:38.345Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-15T02:46:38.345Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.77.2 --profile default |
19 | 2024-05-15T02:46:38.485Z | info: downloading installer |
20 | 2024-05-15T02:46:39.183Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-15T02:46:39.183Z | warning: /opt/ooce/bin |
22 | 2024-05-15T02:46:39.183Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-15T02:46:39.183Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-15T02:46:39.183Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-15T02:46:39.183Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-15T02:46:39.183Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-15T02:46:39.183Z | error: cannot install while Rust is installed |
28 | 2024-05-15T02:46:39.183Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-15T02:46:39.229Z | info: profile set to 'default' |
30 | 2024-05-15T02:46:39.229Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-15T02:46:39.254Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
32 | 2024-05-15T02:46:39.339Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
33 | 2024-05-15T02:46:39.339Z | info: downloading component 'cargo' |
34 | 2024-05-15T02:46:40.167Z | info: downloading component 'clippy' |
35 | 2024-05-15T02:46:40.887Z | info: downloading component 'rust-docs' |
36 | 2024-05-15T02:46:41.551Z | info: downloading component 'rust-std' |
37 | 2024-05-15T02:46:41.933Z | info: downloading component 'rustc' |
38 | 2024-05-15T02:46:42.719Z | info: downloading component 'rustfmt' |
39 | 2024-05-15T02:46:42.800Z | info: installing component 'cargo' |
40 | 2024-05-15T02:46:43.854Z | info: installing component 'clippy' |
41 | 2024-05-15T02:46:44.260Z | info: installing component 'rust-docs' |
42 | 2024-05-15T02:46:46.603Z | info: installing component 'rust-std' |
43 | 2024-05-15T02:46:48.640Z | info: installing component 'rustc' |
44 | 2024-05-15T02:46:53.293Z | info: installing component 'rustfmt' |
45 | 2024-05-15T02:46:53.672Z | info: default toolchain set to '1.77.2-x86_64-unknown-illumos' |
46 | 2024-05-15T02:46:53.672Z | |
47 | 2024-05-15T02:46:53.792Z | 1.77.2-x86_64-unknown-illumos installed - rustc 1.77.2 (25ef9e3d8 2024-04-09) |
48 | 2024-05-15T02:46:53.793Z | |
49 | 2024-05-15T02:46:53.824Z | |
50 | 2024-05-15T02:46:53.824Z | Rust is installed now. Great! |
51 | 2024-05-15T02:46:53.825Z | |
52 | 2024-05-15T02:46:53.825Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-15T02:46:53.825Z | environment variable. This has not been done automatically. |
54 | 2024-05-15T02:46:53.825Z | |
55 | 2024-05-15T02:46:53.825Z | To configure your current shell, you need to source |
56 | 2024-05-15T02:46:53.826Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-15T02:46:53.826Z | |
58 | 2024-05-15T02:46:53.826Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-15T02:46:53.826Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-15T02:46:53.826Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-15T02:46:53.873Z | + rustc --version |
62 | 2024-05-15T02:46:53.993Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
63 | 2024-05-15T02:46:54.028Z | process exited: duration 15673 ms, exit code 0 |
|
64 | 2024-05-15T02:46:54.085Z | starting task 2: "authentication" |
65 | 2024-05-15T02:46:54.146Z | process exited: duration 62 ms, exit code 0 |
|
66 | 2024-05-15T02:46:54.216Z | starting task 3: "clone repository" |
67 | 2024-05-15T02:46:54.251Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-15T02:46:54.251Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-15T02:46:54.284Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-15T02:46:59.824Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-15T02:46:59.824Z | + git fetch origin f3c1fa8e5058c1e9c66125ead740f42a1576545b |
72 | 2024-05-15T02:47:00.270Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-15T02:47:00.270Z | * branch f3c1fa8e5058c1e9c66125ead740f42a1576545b -> FETCH_HEAD |
74 | 2024-05-15T02:47:00.295Z | + [[ -n iliana/releng ]] |
75 | 2024-05-15T02:47:00.295Z | ++ git branch --show-current |
76 | 2024-05-15T02:47:00.295Z | + current=main |
77 | 2024-05-15T02:47:00.295Z | + [[ main != iliana/releng ]] |
78 | 2024-05-15T02:47:00.295Z | + git branch -f iliana/releng f3c1fa8e5058c1e9c66125ead740f42a1576545b |
79 | 2024-05-15T02:47:00.319Z | + git checkout -f iliana/releng |
80 | 2024-05-15T02:47:00.463Z | Switched to branch 'iliana/releng' |
81 | 2024-05-15T02:47:00.492Z | + git reset --hard f3c1fa8e5058c1e9c66125ead740f42a1576545b |
82 | 2024-05-15T02:47:00.617Z | HEAD is now at f3c1fa8e5 Merge remote-tracking branch 'origin/main' into iliana/releng |
83 | 2024-05-15T02:47:00.649Z | process exited: duration 6397 ms, exit code 0 |
|
84 | 2024-05-15T02:47:00.723Z | starting task 4: "build" |
85 | 2024-05-15T02:47:00.749Z | + cargo --version |
86 | 2024-05-15T02:47:01.215Z | cargo 1.77.2 (e52e36006 2024-03-26) |
87 | 2024-05-15T02:47:01.245Z | + rustc --version |
88 | 2024-05-15T02:47:01.245Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
89 | 2024-05-15T02:47:01.245Z | + WORK=/work |
90 | 2024-05-15T02:47:01.245Z | + pfexec mkdir -p /work |
91 | 2024-05-15T02:47:01.245Z | + pfexec chown build /work |
92 | 2024-05-15T02:47:01.245Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-05-15T02:47:05.159Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-05-15T02:47:07.036Z | Startup: Caching catalogs ... Done |
95 | 2024-05-15T02:47:08.961Z | Planning: Solver setup ... Done (1.346s) |
96 | 2024-05-15T02:47:08.993Z | Planning: Running solver ... Done (0.026s) |
97 | 2024-05-15T02:47:09.507Z | Planning: Finding local manifests ... Done (0.002s) |
98 | 2024-05-15T02:47:09.508Z | Planning: Fetching manifests: 0/4 0% complete |
99 | 2024-05-15T02:47:09.563Z | Planning: Fetching manifests: 4/4 100% complete |
100 | 2024-05-15T02:47:09.620Z | Planning: Package planning ... Done (0.057s) |
101 | 2024-05-15T02:47:09.679Z | Planning: Merging actions ... Done (0.059s) |
102 | 2024-05-15T02:47:10.027Z | Planning: Checking for conflicting actions ... Done (0.348s) |
103 | 2024-05-15T02:47:10.053Z | Planning: Consolidating action changes ... Done (0.013s) |
104 | 2024-05-15T02:47:10.656Z | Planning: Evaluating mediators ... Done (0.616s) |
105 | 2024-05-15T02:47:10.680Z | Planning: Planning completed in 3.58 seconds |
106 | 2024-05-15T02:47:10.704Z | Packages to install: 4 |
107 | 2024-05-15T02:47:10.705Z | Mediators to change: 2 |
108 | 2024-05-15T02:47:10.705Z | Services to change: 1 |
109 | 2024-05-15T02:47:10.705Z | Estimated space available: 148.91 GB |
110 | 2024-05-15T02:47:10.705Z | Estimated space to be consumed: 1.45 GB |
111 | 2024-05-15T02:47:10.705Z | Create boot environment: No |
112 | 2024-05-15T02:47:10.705Z | Create backup boot environment: No |
113 | 2024-05-15T02:47:10.705Z | Rebuild boot archive: No |
114 | 2024-05-15T02:47:10.705Z | |
115 | 2024-05-15T02:47:10.705Z | Changed mediators: |
116 | 2024-05-15T02:47:10.705Z | mediator clang: |
117 | 2024-05-15T02:47:10.705Z | version: None -> 15 (system default) |
118 | 2024-05-15T02:47:10.705Z | |
119 | 2024-05-15T02:47:10.705Z | mediator llvm: |
120 | 2024-05-15T02:47:10.705Z | version: 14 (system default) -> 15 (system default) |
121 | 2024-05-15T02:47:10.705Z | |
122 | 2024-05-15T02:47:10.705Z | Changed packages: |
123 | 2024-05-15T02:47:10.705Z | helios-dev |
124 | 2024-05-15T02:47:10.705Z | developer/build-essential |
125 | 2024-05-15T02:47:10.705Z | None -> 11-2.0 |
126 | 2024-05-15T02:47:10.705Z | library/libxmlsec1 |
127 | 2024-05-15T02:47:10.705Z | None -> 1.2.35-2.0 |
128 | 2024-05-15T02:47:10.705Z | ooce/developer/clang-15 |
129 | 2024-05-15T02:47:10.706Z | None -> 15.0.7-2.0 |
130 | 2024-05-15T02:47:10.706Z | ooce/developer/llvm-15 |
131 | 2024-05-15T02:47:10.706Z | None -> 15.0.7-2.0 |
132 | 2024-05-15T02:47:10.706Z | |
133 | 2024-05-15T02:47:10.706Z | Services: |
134 | 2024-05-15T02:47:10.706Z | restart_fmri: |
135 | 2024-05-15T02:47:10.706Z | svc:/system/update-man-index:default |
136 | 2024-05-15T02:47:10.732Z | |
137 | 2024-05-15T02:47:10.732Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
138 | 2024-05-15T02:47:15.735Z | Download: 767/3290 items 18.5/212.6MB 8% complete (3.9M/s) |
139 | 2024-05-15T02:47:20.774Z | Download: 1198/3290 items 82.9/212.6MB 39% complete (8.7M/s) |
140 | 2024-05-15T02:47:25.772Z | Download: 1787/3290 items 118.4/212.6MB 55% complete (10.0M/s) |
141 | 2024-05-15T02:47:30.789Z | Download: 2709/3290 items 120.8/212.6MB 56% complete (3.8M/s) |
142 | 2024-05-15T02:47:35.789Z | Download: 3247/3290 items 201.2/212.6MB 94% complete (8.2M/s) |
143 | 2024-05-15T02:47:38.353Z | Download: Completed 212.60 MB in 27.62 seconds (7.7M/s) |
144 | 2024-05-15T02:47:38.540Z | Actions: 1/3689 actions (Installing new actions) |
145 | 2024-05-15T02:47:43.544Z | Actions: 3239/3689 actions (Installing new actions) |
146 | 2024-05-15T02:47:44.357Z | Actions: Completed 3689 actions in 5.82 seconds. |
147 | 2024-05-15T02:47:44.660Z | Done (0.294s) |
148 | 2024-05-15T02:47:44.660Z | Done (0.000s) |
149 | 2024-05-15T02:47:45.003Z | Done (0.346s) |
150 | 2024-05-15T02:47:49.890Z | Done (4.762s) |
151 | 2024-05-15T02:47:49.981Z | Done (0.019s) |
152 | 2024-05-15T02:47:50.005Z | Done (0.000s) |
153 | 2024-05-15T02:47:50.145Z | Done (0.000s) |
154 | 2024-05-15T02:47:50.799Z | Planning: Evaluating mediator changes ... Done |
155 | 2024-05-15T02:47:51.041Z | Planning: Checking for conflicting actions ... Done |
156 | 2024-05-15T02:47:51.069Z | Planning: Consolidating action changes ... Done |
157 | 2024-05-15T02:47:51.383Z | Planning: Evaluating mediators ... Done |
158 | 2024-05-15T02:47:51.409Z | Planning: Planning completed in 0.60 seconds |
159 | 2024-05-15T02:47:51.433Z | Mediators to change: 2 |
160 | 2024-05-15T02:47:51.433Z | Create boot environment: No |
161 | 2024-05-15T02:47:51.433Z | Create backup boot environment: No |
162 | 2024-05-15T02:47:51.483Z | Done |
163 | 2024-05-15T02:47:51.483Z | Done |
164 | 2024-05-15T02:47:51.743Z | Done |
165 | 2024-05-15T02:47:56.098Z | Done |
166 | 2024-05-15T02:47:56.195Z | Done |
167 | 2024-05-15T02:47:56.219Z | Done |
168 | 2024-05-15T02:47:56.269Z | Done |
169 | 2024-05-15T02:47:57.056Z | Planning: Evaluating mediator changes ... Done |
170 | 2024-05-15T02:47:57.090Z | Planning: Merging actions ... Done |
171 | 2024-05-15T02:47:57.351Z | Planning: Checking for conflicting actions ... Done |
172 | 2024-05-15T02:47:57.377Z | Planning: Consolidating action changes ... Done |
173 | 2024-05-15T02:47:57.700Z | Planning: Evaluating mediators ... Done |
174 | 2024-05-15T02:47:57.769Z | Planning: Planning completed in 1.02 seconds |
175 | 2024-05-15T02:47:57.807Z | Packages to change: 1 |
176 | 2024-05-15T02:47:57.807Z | Mediators to change: 1 |
177 | 2024-05-15T02:47:57.832Z | Services to change: 1 |
178 | 2024-05-15T02:47:57.832Z | Create boot environment: No |
179 | 2024-05-15T02:47:57.832Z | Create backup boot environment: Yes |
180 | 2024-05-15T02:47:59.357Z | Actions: 1/6 actions (Updating modified actions) |
181 | 2024-05-15T02:47:59.387Z | Actions: Completed 6 actions in 0.00 seconds. |
182 | 2024-05-15T02:47:59.387Z | Done |
183 | 2024-05-15T02:47:59.387Z | Done |
184 | 2024-05-15T02:47:59.466Z | Done |
185 | 2024-05-15T02:48:03.636Z | Done |
186 | 2024-05-15T02:48:03.722Z | Done |
187 | 2024-05-15T02:48:03.756Z | Done |
188 | 2024-05-15T02:48:03.803Z | Done |
189 | 2024-05-15T02:48:04.301Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
190 | 2024-05-15T02:48:04.301Z | clang system 15 system |
191 | 2024-05-15T02:48:04.301Z | csh system system illumos |
192 | 2024-05-15T02:48:04.301Z | ctags system system illumos |
193 | 2024-05-15T02:48:04.301Z | gcc vendor 12 vendor |
194 | 2024-05-15T02:48:04.301Z | gcc system 10 system |
195 | 2024-05-15T02:48:04.301Z | gcc system 7 system |
196 | 2024-05-15T02:48:04.301Z | go system 1.20 system |
197 | 2024-05-15T02:48:04.301Z | go system 1.19 system |
198 | 2024-05-15T02:48:04.301Z | llvm system 15 system |
199 | 2024-05-15T02:48:04.301Z | llvm system 14 system |
200 | 2024-05-15T02:48:04.301Z | mariadb system 10.6 system |
201 | 2024-05-15T02:48:04.301Z | mta vendor vendor dma |
202 | 2024-05-15T02:48:04.301Z | openjdk system 17 system |
203 | 2024-05-15T02:48:04.301Z | openjdk system 11 system |
204 | 2024-05-15T02:48:04.301Z | openjdk system 1.8 system |
205 | 2024-05-15T02:48:04.302Z | openssl vendor 3 vendor |
206 | 2024-05-15T02:48:04.302Z | perl system 5.36 system |
207 | 2024-05-15T02:48:04.302Z | postgresql system 15 system |
208 | 2024-05-15T02:48:04.302Z | postgresql system 13 system |
209 | 2024-05-15T02:48:04.302Z | python vendor 3 vendor |
210 | 2024-05-15T02:48:04.302Z | python system 2 system |
211 | 2024-05-15T02:48:04.302Z | python3 system 3.11 system |
212 | 2024-05-15T02:48:04.302Z | ruby system 3.0 system |
213 | 2024-05-15T02:48:04.302Z | words vendor vendor american-english |
214 | 2024-05-15T02:48:04.302Z | words system system australian-english |
215 | 2024-05-15T02:48:04.302Z | words system system british-english |
216 | 2024-05-15T02:48:04.302Z | words system system canadian-english |
217 | 2024-05-15T02:48:04.302Z | words system system french |
218 | 2024-05-15T02:48:04.302Z | words system system italian |
219 | 2024-05-15T02:48:04.302Z | words system system ngerman |
220 | 2024-05-15T02:48:04.302Z | words system system ogerman |
221 | 2024-05-15T02:48:04.302Z | words system system spanish |
222 | 2024-05-15T02:48:04.698Z | PUBLISHER TYPE STATUS P LOCATION |
223 | 2024-05-15T02:48:04.698Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
224 | 2024-05-15T02:48:06.387Z | FMRI IFO |
225 | 2024-05-15T02:48:06.387Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
226 | 2024-05-15T02:48:06.387Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
227 | 2024-05-15T02:48:06.387Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
228 | 2024-05-15T02:48:06.387Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
229 | 2024-05-15T02:48:06.387Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
230 | 2024-05-15T02:48:06.387Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
231 | 2024-05-15T02:48:06.387Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
232 | 2024-05-15T02:48:06.388Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
233 | 2024-05-15T02:48:06.388Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
234 | 2024-05-15T02:48:06.388Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
235 | 2024-05-15T02:48:06.388Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
236 | 2024-05-15T02:48:06.388Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
237 | 2024-05-15T02:48:06.642Z | + set -o errexit |
238 | 2024-05-15T02:48:06.691Z | +++ dirname ./tools/ci_download_cockroachdb |
239 | 2024-05-15T02:48:06.691Z | ++ cd ./tools |
240 | 2024-05-15T02:48:06.691Z | ++ pwd |
241 | 2024-05-15T02:48:06.691Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
242 | 2024-05-15T02:48:06.691Z | ++ basename ./tools/ci_download_cockroachdb |
243 | 2024-05-15T02:48:06.691Z | + ARG0=ci_download_cockroachdb |
244 | 2024-05-15T02:48:06.692Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
245 | 2024-05-15T02:48:06.692Z | + CIDL_VERSION=v22.1.9 |
246 | 2024-05-15T02:48:06.692Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
247 | 2024-05-15T02:48:06.692Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
248 | 2024-05-15T02:48:06.692Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
249 | 2024-05-15T02:48:06.692Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
250 | 2024-05-15T02:48:06.692Z | + TARGET_DIR=out |
251 | 2024-05-15T02:48:06.692Z | + DOWNLOAD_DIR=out/downloads |
252 | 2024-05-15T02:48:06.692Z | + DEST_DIR=./out/cockroachdb |
253 | 2024-05-15T02:48:06.692Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
254 | 2024-05-15T02:48:06.692Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
255 | 2024-05-15T02:48:06.692Z | + main |
256 | 2024-05-15T02:48:06.692Z | + [[ 0 != 0 ]] |
257 | 2024-05-15T02:48:06.692Z | + CIDL_OS=solaris2.11 |
258 | 2024-05-15T02:48:06.692Z | + [[ 0 != 0 ]] |
259 | 2024-05-15T02:48:06.692Z | + configure_os solaris2.11 |
260 | 2024-05-15T02:48:06.692Z | + echo 'current directory: /work/oxidecomputer/omicron' |
261 | 2024-05-15T02:48:06.692Z | + echo 'configuring based on OS: "solaris2.11"' |
262 | 2024-05-15T02:48:06.692Z | + case "$1" in |
263 | 2024-05-15T02:48:06.692Z | + CIDL_BUILD=illumos |
264 | 2024-05-15T02:48:06.692Z | + CIDL_SUFFIX=tar.gz |
265 | 2024-05-15T02:48:06.692Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
266 | 2024-05-15T02:48:06.692Z | current directory: /work/oxidecomputer/omicron |
267 | 2024-05-15T02:48:06.692Z | configuring based on OS: "solaris2.11" |
268 | 2024-05-15T02:48:06.693Z | + CIDL_URL_BASE=https://illumos.org/downloads |
269 | 2024-05-15T02:48:06.693Z | + CIDL_ASSEMBLE=do_assemble_illumos |
270 | 2024-05-15T02:48:06.693Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
271 | 2024-05-15T02:48:06.693Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
272 | 2024-05-15T02:48:06.693Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2024-05-15T02:48:06.693Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
274 | 2024-05-15T02:48:06.693Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-05-15T02:48:06.693Z | + CIDL_SHA256FUNC=do_sha256sum |
276 | 2024-05-15T02:48:06.693Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
277 | 2024-05-15T02:48:06.693Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-05-15T02:48:06.693Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2024-05-15T02:48:06.693Z | + mkdir -p out/downloads |
280 | 2024-05-15T02:48:06.693Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2024-05-15T02:48:06.693Z | + mkdir -p ./out/cockroachdb |
282 | 2024-05-15T02:48:06.693Z | + local DO_DOWNLOAD=true |
283 | 2024-05-15T02:48:06.693Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
284 | 2024-05-15T02:48:06.693Z | + '[' true == true ']' |
285 | 2024-05-15T02:48:06.693Z | + echo Downloading... |
286 | 2024-05-15T02:48:06.693Z | Downloading... |
287 | 2024-05-15T02:48:06.693Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-05-15T02:48:06.693Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-05-15T02:48:12.133Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-05-15T02:48:12.158Z | ++ sha256sum |
291 | 2024-05-15T02:48:12.158Z | ++ awk '{print $1}' |
292 | 2024-05-15T02:48:12.196Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
293 | 2024-05-15T02:48:12.196Z | + [[ 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 ]] |
294 | 2024-05-15T02:48:12.197Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-05-15T02:48:12.222Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
296 | 2024-05-15T02:48:15.128Z | + do_assemble_illumos |
297 | 2024-05-15T02:48:15.128Z | + rm -r ./out/cockroachdb |
298 | 2024-05-15T02:48:15.152Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
299 | 2024-05-15T02:48:15.477Z | + ./out/cockroachdb/bin/cockroach version |
300 | 2024-05-15T02:48:15.647Z | Build Tag: v22.1.9-dirty |
301 | 2024-05-15T02:48:15.647Z | Build Time: 2022/10/26 21:17:46 |
302 | 2024-05-15T02:48:15.647Z | Distribution: OSS |
303 | 2024-05-15T02:48:15.647Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
304 | 2024-05-15T02:48:15.647Z | Go Version: go1.17.13 |
305 | 2024-05-15T02:48:15.647Z | C Compiler: gcc 10.3.0 |
306 | 2024-05-15T02:48:15.647Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
307 | 2024-05-15T02:48:15.647Z | Build Type: release |
308 | 2024-05-15T02:48:15.672Z | + set -o errexit |
309 | 2024-05-15T02:48:15.672Z | +++ dirname ./tools/ci_download_clickhouse |
310 | 2024-05-15T02:48:15.697Z | ++ cd ./tools |
311 | 2024-05-15T02:48:15.698Z | ++ pwd |
312 | 2024-05-15T02:48:15.698Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
313 | 2024-05-15T02:48:15.698Z | ++ basename ./tools/ci_download_clickhouse |
314 | 2024-05-15T02:48:15.698Z | + ARG0=ci_download_clickhouse |
315 | 2024-05-15T02:48:15.698Z | + TARGET_DIR=out |
316 | 2024-05-15T02:48:15.698Z | + DOWNLOAD_DIR=out/downloads |
317 | 2024-05-15T02:48:15.698Z | + DEST_DIR=./out/clickhouse |
318 | 2024-05-15T02:48:15.698Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
319 | 2024-05-15T02:48:15.698Z | + CIDL_VERSION=v23.8.7.24 |
320 | 2024-05-15T02:48:15.698Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
321 | 2024-05-15T02:48:15.698Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
322 | 2024-05-15T02:48:15.698Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
323 | 2024-05-15T02:48:15.698Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
324 | 2024-05-15T02:48:15.698Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
325 | 2024-05-15T02:48:15.698Z | + main |
326 | 2024-05-15T02:48:15.698Z | + [[ 0 != 0 ]] |
327 | 2024-05-15T02:48:15.698Z | + CIDL_OS=solaris2.11 |
328 | 2024-05-15T02:48:15.698Z | + [[ 0 != 0 ]] |
329 | 2024-05-15T02:48:15.698Z | + configure_os solaris2.11 |
330 | 2024-05-15T02:48:15.698Z | + echo 'current directory: /work/oxidecomputer/omicron' |
331 | 2024-05-15T02:48:15.698Z | current directory: /work/oxidecomputer/omicron |
332 | 2024-05-15T02:48:15.699Z | + echo 'configuring based on OS: "solaris2.11"' |
333 | 2024-05-15T02:48:15.699Z | + CIDL_DASHREV= |
334 | 2024-05-15T02:48:15.699Z | + case "$1" in |
335 | 2024-05-15T02:48:15.699Z | configuring based on OS: "solaris2.11" |
336 | 2024-05-15T02:48:15.699Z | + CIDL_PLATFORM=illumos |
337 | 2024-05-15T02:48:15.699Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
338 | 2024-05-15T02:48:15.699Z | + CIDL_MD5FUNC=do_md5sum |
339 | 2024-05-15T02:48:15.699Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
340 | 2024-05-15T02:48:15.699Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
341 | 2024-05-15T02:48:15.699Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
342 | 2024-05-15T02:48:15.699Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
343 | 2024-05-15T02:48:15.699Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
344 | 2024-05-15T02:48:15.699Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
345 | 2024-05-15T02:48:15.699Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
346 | 2024-05-15T02:48:15.699Z | + mkdir -p out/downloads |
347 | 2024-05-15T02:48:15.699Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
348 | 2024-05-15T02:48:15.699Z | + mkdir -p ./out/clickhouse |
349 | 2024-05-15T02:48:15.699Z | + local DO_DOWNLOAD=true |
350 | 2024-05-15T02:48:15.699Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
351 | 2024-05-15T02:48:15.699Z | + '[' true == true ']' |
352 | 2024-05-15T02:48:15.699Z | + echo Downloading... |
353 | 2024-05-15T02:48:15.699Z | Downloading... |
354 | 2024-05-15T02:48:15.699Z | + 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 |
355 | 2024-05-15T02:48:15.700Z | + 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 |
356 | 2024-05-15T02:48:31.665Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
357 | 2024-05-15T02:48:31.690Z | ++ md5sum |
358 | 2024-05-15T02:48:31.690Z | ++ awk '{print $1}' |
359 | 2024-05-15T02:48:31.929Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
360 | 2024-05-15T02:48:31.929Z | + [[ 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 ]] |
361 | 2024-05-15T02:48:31.930Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
362 | 2024-05-15T02:48:31.930Z | + mkdir -p ./out/clickhouse |
363 | 2024-05-15T02:48:31.954Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
364 | 2024-05-15T02:48:37.019Z | + [[ solaris2.11 == darwin* ]] |
365 | 2024-05-15T02:48:37.019Z | + ./out/clickhouse/clickhouse server --version |
366 | 2024-05-15T02:48:37.120Z | ClickHouse server version 23.8.7.1. |
367 | 2024-05-15T02:48:37.146Z | + set -o errexit |
368 | 2024-05-15T02:48:37.172Z | +++ dirname ./tools/ci_download_console |
369 | 2024-05-15T02:48:37.172Z | ++ cd ./tools |
370 | 2024-05-15T02:48:37.172Z | ++ pwd |
371 | 2024-05-15T02:48:37.172Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
372 | 2024-05-15T02:48:37.172Z | ++ basename ./tools/ci_download_console |
373 | 2024-05-15T02:48:37.172Z | + ARG0=ci_download_console |
374 | 2024-05-15T02:48:37.172Z | + TARGET_DIR=out |
375 | 2024-05-15T02:48:37.172Z | + DOWNLOAD_DIR=out/downloads |
376 | 2024-05-15T02:48:37.172Z | + DEST_DIR=./out/console-assets |
377 | 2024-05-15T02:48:37.172Z | + source /work/oxidecomputer/omicron/tools/console_version |
378 | 2024-05-15T02:48:37.172Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
379 | 2024-05-15T02:48:37.172Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
380 | 2024-05-15T02:48:37.172Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
381 | 2024-05-15T02:48:37.173Z | + TARBALL_FILE=out/downloads/console.tar.gz |
382 | 2024-05-15T02:48:37.173Z | + main |
383 | 2024-05-15T02:48:37.173Z | + [[ 0 != 0 ]] |
384 | 2024-05-15T02:48:37.173Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
385 | 2024-05-15T02:48:37.173Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
386 | 2024-05-15T02:48:37.173Z | + echo 'Local file: out/downloads/console.tar.gz' |
387 | 2024-05-15T02:48:37.173Z | + local DO_DOWNLOAD=true |
388 | 2024-05-15T02:48:37.173Z | + [[ -f out/downloads/console.tar.gz ]] |
389 | 2024-05-15T02:48:37.173Z | Local file: out/downloads/console.tar.gz |
390 | 2024-05-15T02:48:37.173Z | + mkdir -p out/downloads |
391 | 2024-05-15T02:48:37.173Z | + '[' true == true ']' |
392 | 2024-05-15T02:48:37.173Z | + echo Downloading... |
393 | 2024-05-15T02:48:37.173Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
394 | 2024-05-15T02:48:37.173Z | Downloading... |
395 | 2024-05-15T02:48:37.173Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
396 | 2024-05-15T02:48:37.428Z | ++ do_sha256sum out/downloads/console.tar.gz |
397 | 2024-05-15T02:48:37.428Z | ++ case "$OSTYPE" in |
398 | 2024-05-15T02:48:37.428Z | ++ SHA=sha256sum |
399 | 2024-05-15T02:48:37.453Z | ++ sha256sum |
400 | 2024-05-15T02:48:37.453Z | ++ awk '{print $1}' |
401 | 2024-05-15T02:48:37.453Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
402 | 2024-05-15T02:48:37.453Z | + [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]] |
403 | 2024-05-15T02:48:37.453Z | + rm -rf ./out/console-assets |
404 | 2024-05-15T02:48:37.453Z | + mkdir -p ./out/console-assets |
405 | 2024-05-15T02:48:37.453Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
406 | 2024-05-15T02:48:37.453Z | + mkdir -p ./out/console-assets |
407 | 2024-05-15T02:48:37.453Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
408 | 2024-05-15T02:48:37.584Z | + set -o errexit |
409 | 2024-05-15T02:48:37.609Z | +++ dirname ./tools/ci_download_dendrite_openapi |
410 | 2024-05-15T02:48:37.609Z | ++ cd ./tools |
411 | 2024-05-15T02:48:37.609Z | ++ pwd |
412 | 2024-05-15T02:48:37.609Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
413 | 2024-05-15T02:48:37.610Z | ++ basename ./tools/ci_download_dendrite_openapi |
414 | 2024-05-15T02:48:37.610Z | + ARG0=ci_download_dendrite_openapi |
415 | 2024-05-15T02:48:37.610Z | + TARGET_DIR=out |
416 | 2024-05-15T02:48:37.610Z | + DOWNLOAD_DIR=out/downloads |
417 | 2024-05-15T02:48:37.610Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
418 | 2024-05-15T02:48:37.610Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
419 | 2024-05-15T02:48:37.610Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
420 | 2024-05-15T02:48:37.610Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
421 | 2024-05-15T02:48:37.610Z | + LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
422 | 2024-05-15T02:48:37.610Z | + main |
423 | 2024-05-15T02:48:37.610Z | + [[ 0 != 0 ]] |
424 | 2024-05-15T02:48:37.610Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json' |
425 | 2024-05-15T02:48:37.610Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
426 | 2024-05-15T02:48:37.610Z | Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
427 | 2024-05-15T02:48:37.610Z | + echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json' |
428 | 2024-05-15T02:48:37.610Z | + local DO_DOWNLOAD=true |
429 | 2024-05-15T02:48:37.610Z | + [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]] |
430 | 2024-05-15T02:48:37.610Z | + mkdir -p out/downloads |
431 | 2024-05-15T02:48:37.610Z | + '[' true == true ']' |
432 | 2024-05-15T02:48:37.610Z | + echo Downloading... |
433 | 2024-05-15T02:48:37.611Z | Downloading... |
434 | 2024-05-15T02:48:37.611Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
435 | 2024-05-15T02:48:37.611Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
436 | 2024-05-15T02:48:38.153Z | ++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
437 | 2024-05-15T02:48:38.153Z | ++ case "$OSTYPE" in |
438 | 2024-05-15T02:48:38.153Z | ++ SHA=sha256sum |
439 | 2024-05-15T02:48:38.178Z | ++ sha256sum |
440 | 2024-05-15T02:48:38.178Z | ++ awk '{print $1}' |
441 | 2024-05-15T02:48:38.178Z | + calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
442 | 2024-05-15T02:48:38.178Z | + [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]] |
443 | 2024-05-15T02:48:38.178Z | + set -o errexit |
444 | 2024-05-15T02:48:38.178Z | +++ dirname ./tools/ci_download_dendrite_stub |
445 | 2024-05-15T02:48:38.178Z | ++ cd ./tools |
446 | 2024-05-15T02:48:38.178Z | ++ pwd |
447 | 2024-05-15T02:48:38.227Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
448 | 2024-05-15T02:48:38.227Z | ++ basename ./tools/ci_download_dendrite_stub |
449 | 2024-05-15T02:48:38.227Z | + ARG0=ci_download_dendrite_stub |
450 | 2024-05-15T02:48:38.227Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
451 | 2024-05-15T02:48:38.227Z | ++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
452 | 2024-05-15T02:48:38.228Z | ++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193 |
453 | 2024-05-15T02:48:38.228Z | ++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9 |
454 | 2024-05-15T02:48:38.228Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
455 | 2024-05-15T02:48:38.228Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
456 | 2024-05-15T02:48:38.228Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
457 | 2024-05-15T02:48:38.228Z | + TARGET_DIR=out |
458 | 2024-05-15T02:48:38.228Z | + DOWNLOAD_DIR=out/downloads |
459 | 2024-05-15T02:48:38.228Z | + DEST_DIR=./out/dendrite-stub |
460 | 2024-05-15T02:48:38.228Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
461 | 2024-05-15T02:48:38.228Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
462 | 2024-05-15T02:48:38.228Z | + REPO=oxidecomputer/dendrite |
463 | 2024-05-15T02:48:38.228Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687 |
464 | 2024-05-15T02:48:38.228Z | + main |
465 | 2024-05-15T02:48:38.228Z | + [[ 0 != 0 ]] |
466 | 2024-05-15T02:48:38.228Z | + CIDL_OS=solaris2.11 |
467 | 2024-05-15T02:48:38.228Z | + [[ 0 != 0 ]] |
468 | 2024-05-15T02:48:38.228Z | + configure_os solaris2.11 |
469 | 2024-05-15T02:48:38.228Z | + echo 'current directory: /work/oxidecomputer/omicron' |
470 | 2024-05-15T02:48:38.228Z | + echo 'configuring based on OS: "solaris2.11"' |
471 | 2024-05-15T02:48:38.228Z | current directory: /work/oxidecomputer/omicron |
472 | 2024-05-15T02:48:38.228Z | + case "$1" in |
473 | 2024-05-15T02:48:38.228Z | + SET_BINARIES= |
474 | 2024-05-15T02:48:38.229Z | + CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
475 | 2024-05-15T02:48:38.229Z | configuring based on OS: "solaris2.11" |
476 | 2024-05-15T02:48:38.229Z | + CIDL_SHA256FUNC=do_sha256sum |
477 | 2024-05-15T02:48:38.229Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
478 | 2024-05-15T02:48:38.229Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
479 | 2024-05-15T02:48:38.229Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
480 | 2024-05-15T02:48:38.229Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz' |
481 | 2024-05-15T02:48:38.229Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
482 | 2024-05-15T02:48:38.229Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
483 | 2024-05-15T02:48:38.229Z | + mkdir -p out/downloads |
484 | 2024-05-15T02:48:38.229Z | Local file: out/downloads/dendrite-stub.tar.gz |
485 | 2024-05-15T02:48:38.229Z | + mkdir -p ./out/dendrite-stub |
486 | 2024-05-15T02:48:38.229Z | + fetch_and_verify |
487 | 2024-05-15T02:48:38.229Z | + local DO_DOWNLOAD=true |
488 | 2024-05-15T02:48:38.229Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
489 | 2024-05-15T02:48:38.229Z | + '[' true == true ']' |
490 | 2024-05-15T02:48:38.229Z | + echo Downloading... |
491 | 2024-05-15T02:48:38.229Z | Downloading... |
492 | 2024-05-15T02:48:38.229Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
493 | 2024-05-15T02:48:38.229Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
494 | 2024-05-15T02:48:42.722Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
495 | 2024-05-15T02:48:42.747Z | ++ sha256sum |
496 | 2024-05-15T02:48:42.747Z | ++ awk '{print $1}' |
497 | 2024-05-15T02:48:42.772Z | + calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
498 | 2024-05-15T02:48:42.772Z | + [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]] |
499 | 2024-05-15T02:48:42.772Z | + do_untar out/downloads/dendrite-stub.tar.gz |
500 | 2024-05-15T02:48:42.772Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
501 | 2024-05-15T02:48:43.585Z | + do_assemble |
502 | 2024-05-15T02:48:43.586Z | + rm -r ./out/dendrite-stub |
503 | 2024-05-15T02:48:43.611Z | + mkdir ./out/dendrite-stub |
504 | 2024-05-15T02:48:43.611Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
505 | 2024-05-15T02:48:43.740Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
506 | 2024-05-15T02:48:43.767Z | + set -o errexit |
507 | 2024-05-15T02:48:43.767Z | +++ dirname ./tools/ci_download_maghemite_mgd |
508 | 2024-05-15T02:48:43.767Z | ++ cd ./tools |
509 | 2024-05-15T02:48:43.767Z | ++ pwd |
510 | 2024-05-15T02:48:43.767Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
511 | 2024-05-15T02:48:43.767Z | ++ basename ./tools/ci_download_maghemite_mgd |
512 | 2024-05-15T02:48:43.767Z | + ARG0=ci_download_maghemite_mgd |
513 | 2024-05-15T02:48:43.767Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
514 | 2024-05-15T02:48:43.767Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
515 | 2024-05-15T02:48:43.767Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
516 | 2024-05-15T02:48:43.767Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
517 | 2024-05-15T02:48:43.767Z | ++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
518 | 2024-05-15T02:48:43.767Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
519 | 2024-05-15T02:48:43.767Z | + TARGET_DIR=out |
520 | 2024-05-15T02:48:43.768Z | + DOWNLOAD_DIR=out/downloads |
521 | 2024-05-15T02:48:43.768Z | + DEST_DIR=./out/mgd |
522 | 2024-05-15T02:48:43.768Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
523 | 2024-05-15T02:48:43.768Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
524 | 2024-05-15T02:48:43.768Z | + REPO=oxidecomputer/maghemite |
525 | 2024-05-15T02:48:43.768Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
526 | 2024-05-15T02:48:43.768Z | + main |
527 | 2024-05-15T02:48:43.793Z | + rm -rf out/downloads/root |
528 | 2024-05-15T02:48:43.793Z | + [[ 0 != 0 ]] |
529 | 2024-05-15T02:48:43.793Z | + CIDL_OS=solaris2.11 |
530 | 2024-05-15T02:48:43.793Z | + [[ 0 != 0 ]] |
531 | 2024-05-15T02:48:43.793Z | + configure_os solaris2.11 |
532 | 2024-05-15T02:48:43.793Z | + echo 'current directory: /work/oxidecomputer/omicron' |
533 | 2024-05-15T02:48:43.793Z | current directory: /work/oxidecomputer/omicron |
534 | 2024-05-15T02:48:43.793Z | + echo 'configuring based on OS: "solaris2.11"' |
535 | 2024-05-15T02:48:43.793Z | configuring based on OS: "solaris2.11" |
536 | 2024-05-15T02:48:43.793Z | + case "$1" in |
537 | 2024-05-15T02:48:43.793Z | + SET_BINARIES= |
538 | 2024-05-15T02:48:43.793Z | + CIDL_SHA256FUNC=do_sha256sum |
539 | 2024-05-15T02:48:43.793Z | + TARBALL_FILENAME=mgd.tar.gz |
540 | 2024-05-15T02:48:43.794Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
541 | 2024-05-15T02:48:43.794Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
542 | 2024-05-15T02:48:43.794Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz' |
543 | 2024-05-15T02:48:43.794Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
544 | 2024-05-15T02:48:43.794Z | + mkdir -p out/downloads |
545 | 2024-05-15T02:48:43.794Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
546 | 2024-05-15T02:48:43.794Z | Local file: out/downloads/mgd.tar.gz |
547 | 2024-05-15T02:48:43.794Z | + mkdir -p ./out/mgd |
548 | 2024-05-15T02:48:43.794Z | + fetch_and_verify |
549 | 2024-05-15T02:48:43.794Z | + local DO_DOWNLOAD=true |
550 | 2024-05-15T02:48:43.794Z | + [[ -f out/downloads/mgd.tar.gz ]] |
551 | 2024-05-15T02:48:43.794Z | + '[' true == true ']' |
552 | 2024-05-15T02:48:43.794Z | + echo Downloading... |
553 | 2024-05-15T02:48:43.794Z | Downloading... |
554 | 2024-05-15T02:48:43.794Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz |
555 | 2024-05-15T02:48:43.794Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
556 | 2024-05-15T02:48:54.571Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
557 | 2024-05-15T02:48:54.596Z | ++ sha256sum |
558 | 2024-05-15T02:48:54.596Z | ++ awk '{print $1}' |
559 | 2024-05-15T02:48:54.639Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
560 | 2024-05-15T02:48:54.640Z | + [[ 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 ]] |
561 | 2024-05-15T02:48:54.640Z | + do_untar out/downloads/mgd.tar.gz |
562 | 2024-05-15T02:48:54.640Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
563 | 2024-05-15T02:48:55.369Z | + do_assemble |
564 | 2024-05-15T02:48:55.369Z | + rm -r ./out/mgd |
565 | 2024-05-15T02:48:55.394Z | + mkdir ./out/mgd |
566 | 2024-05-15T02:48:55.394Z | + cp -r out/downloads/root ./out/mgd/root |
567 | 2024-05-15T02:48:55.447Z | + set -o errexit |
568 | 2024-05-15T02:48:55.494Z | +++ dirname ./tools/ci_download_transceiver_control |
569 | 2024-05-15T02:48:55.494Z | ++ cd ./tools |
570 | 2024-05-15T02:48:55.495Z | ++ pwd |
571 | 2024-05-15T02:48:55.495Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
572 | 2024-05-15T02:48:55.495Z | ++ basename ./tools/ci_download_transceiver_control |
573 | 2024-05-15T02:48:55.495Z | + ARG0=ci_download_transceiver_control |
574 | 2024-05-15T02:48:55.495Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
575 | 2024-05-15T02:48:55.495Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
576 | 2024-05-15T02:48:55.495Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
577 | 2024-05-15T02:48:55.495Z | + TARGET_DIR=out |
578 | 2024-05-15T02:48:55.495Z | + DOWNLOAD_DIR=out/downloads |
579 | 2024-05-15T02:48:55.495Z | + DEST_DIR=./out/transceiver-control |
580 | 2024-05-15T02:48:55.495Z | + BIN_DIR=/opt/oxide/bin |
581 | 2024-05-15T02:48:55.495Z | + BINARY=xcvradm |
582 | 2024-05-15T02:48:55.495Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
583 | 2024-05-15T02:48:55.495Z | + REPO=oxidecomputer/transceiver-control |
584 | 2024-05-15T02:48:55.495Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
585 | 2024-05-15T02:48:55.495Z | + main |
586 | 2024-05-15T02:48:55.495Z | + [[ 0 != 0 ]] |
587 | 2024-05-15T02:48:55.495Z | + CIDL_OS=solaris2.11 |
588 | 2024-05-15T02:48:55.495Z | + [[ 0 != 0 ]] |
589 | 2024-05-15T02:48:55.495Z | + configure_os solaris2.11 |
590 | 2024-05-15T02:48:55.495Z | + echo 'current directory: /work/oxidecomputer/omicron' |
591 | 2024-05-15T02:48:55.495Z | + echo 'configuring based on OS: "solaris2.11"' |
592 | 2024-05-15T02:48:55.495Z | current directory: /work/oxidecomputer/omicron |
593 | 2024-05-15T02:48:55.496Z | + case "$1" in |
594 | 2024-05-15T02:48:55.496Z | + SET_BINARIES= |
595 | 2024-05-15T02:48:55.496Z | configuring based on OS: "solaris2.11" |
596 | 2024-05-15T02:48:55.496Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
597 | 2024-05-15T02:48:55.496Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
598 | 2024-05-15T02:48:55.496Z | + CIDL_SHA256FUNC=do_sha256sum |
599 | 2024-05-15T02:48:55.496Z | + ARCHIVE_FILENAME=xcvradm.gz |
600 | 2024-05-15T02:48:55.496Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
601 | 2024-05-15T02:48:55.496Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
602 | 2024-05-15T02:48:55.496Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
603 | 2024-05-15T02:48:55.496Z | + echo 'Local file: out/downloads/xcvradm.gz' |
604 | 2024-05-15T02:48:55.496Z | + mkdir -p out/downloads |
605 | 2024-05-15T02:48:55.496Z | Local file: out/downloads/xcvradm.gz |
606 | 2024-05-15T02:48:55.496Z | + mkdir -p ./out/transceiver-control |
607 | 2024-05-15T02:48:55.496Z | + fetch_and_verify |
608 | 2024-05-15T02:48:55.496Z | + local DO_DOWNLOAD=true |
609 | 2024-05-15T02:48:55.496Z | + [[ -f out/downloads/xcvradm.gz ]] |
610 | 2024-05-15T02:48:55.496Z | + '[' true == true ']' |
611 | 2024-05-15T02:48:55.496Z | + echo Downloading... |
612 | 2024-05-15T02:48:55.496Z | Downloading... |
613 | 2024-05-15T02:48:55.496Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
614 | 2024-05-15T02:48:55.496Z | + 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 |
615 | 2024-05-15T02:48:59.206Z | ++ do_sha256sum out/downloads/xcvradm.gz |
616 | 2024-05-15T02:48:59.231Z | ++ sha256sum |
617 | 2024-05-15T02:48:59.231Z | ++ awk '{print $1}' |
618 | 2024-05-15T02:48:59.231Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
619 | 2024-05-15T02:48:59.231Z | + [[ 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 ]] |
620 | 2024-05-15T02:48:59.231Z | + do_unpack out/downloads/xcvradm.gz |
621 | 2024-05-15T02:48:59.231Z | + mkdir -p out/downloads/root//opt/oxide/bin |
622 | 2024-05-15T02:48:59.231Z | + gzip -dc out/downloads/xcvradm.gz |
623 | 2024-05-15T02:48:59.360Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
624 | 2024-05-15T02:48:59.407Z | + do_assemble |
625 | 2024-05-15T02:48:59.407Z | + rm -r ./out/transceiver-control |
626 | 2024-05-15T02:48:59.407Z | + mkdir ./out/transceiver-control |
627 | 2024-05-15T02:48:59.407Z | + cp -r out/downloads/root ./out/transceiver-control/root |
628 | 2024-05-15T02:48:59.468Z | + set -o errexit |
629 | 2024-05-15T02:48:59.515Z | +++ dirname ./tools/ci_download_thundermuffin |
630 | 2024-05-15T02:48:59.515Z | ++ cd ./tools |
631 | 2024-05-15T02:48:59.515Z | ++ pwd |
632 | 2024-05-15T02:48:59.516Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
633 | 2024-05-15T02:48:59.516Z | ++ basename ./tools/ci_download_thundermuffin |
634 | 2024-05-15T02:48:59.516Z | + ARG0=ci_download_thundermuffin |
635 | 2024-05-15T02:48:59.516Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
636 | 2024-05-15T02:48:59.516Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
637 | 2024-05-15T02:48:59.516Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
638 | 2024-05-15T02:48:59.516Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
639 | 2024-05-15T02:48:59.516Z | + TARGET_DIR=out |
640 | 2024-05-15T02:48:59.516Z | + DOWNLOAD_DIR=out/downloads |
641 | 2024-05-15T02:48:59.516Z | + DEST_DIR=./out/thundermuffin |
642 | 2024-05-15T02:48:59.516Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
643 | 2024-05-15T02:48:59.516Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
644 | 2024-05-15T02:48:59.516Z | + REPO=oxidecomputer/thundermuffin |
645 | 2024-05-15T02:48:59.516Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
646 | 2024-05-15T02:48:59.516Z | + main |
647 | 2024-05-15T02:48:59.516Z | + rm -rf out/downloads/root |
648 | 2024-05-15T02:48:59.516Z | + [[ 0 != 0 ]] |
649 | 2024-05-15T02:48:59.516Z | + CIDL_OS=solaris2.11 |
650 | 2024-05-15T02:48:59.516Z | + [[ 0 != 0 ]] |
651 | 2024-05-15T02:48:59.516Z | + configure_os solaris2.11 |
652 | 2024-05-15T02:48:59.517Z | + echo 'current directory: /work/oxidecomputer/omicron' |
653 | 2024-05-15T02:48:59.517Z | current directory: /work/oxidecomputer/omicron |
654 | 2024-05-15T02:48:59.517Z | + echo 'configuring based on OS: "solaris2.11"' |
655 | 2024-05-15T02:48:59.517Z | configuring based on OS: "solaris2.11" |
656 | 2024-05-15T02:48:59.517Z | + case "$1" in |
657 | 2024-05-15T02:48:59.517Z | + SET_BINARIES= |
658 | 2024-05-15T02:48:59.517Z | + CIDL_SHA256FUNC=do_sha256sum |
659 | 2024-05-15T02:48:59.517Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
660 | 2024-05-15T02:48:59.517Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
661 | 2024-05-15T02:48:59.517Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
662 | 2024-05-15T02:48:59.517Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
663 | 2024-05-15T02:48:59.517Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
664 | 2024-05-15T02:48:59.517Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
665 | 2024-05-15T02:48:59.517Z | + mkdir -p out/downloads |
666 | 2024-05-15T02:48:59.517Z | Local file: out/downloads/thundermuffin.tar.gz |
667 | 2024-05-15T02:48:59.517Z | + mkdir -p ./out/thundermuffin |
668 | 2024-05-15T02:48:59.543Z | + fetch_and_verify |
669 | 2024-05-15T02:48:59.543Z | + local DO_DOWNLOAD=true |
670 | 2024-05-15T02:48:59.543Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
671 | 2024-05-15T02:48:59.543Z | + '[' true == true ']' |
672 | 2024-05-15T02:48:59.543Z | + echo Downloading... |
673 | 2024-05-15T02:48:59.543Z | Downloading... |
674 | 2024-05-15T02:48:59.543Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
675 | 2024-05-15T02:48:59.543Z | + 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 |
676 | 2024-05-15T02:49:01.144Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
677 | 2024-05-15T02:49:01.172Z | ++ sha256sum |
678 | 2024-05-15T02:49:01.173Z | ++ awk '{print $1}' |
679 | 2024-05-15T02:49:01.173Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
680 | 2024-05-15T02:49:01.173Z | + [[ 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 ]] |
681 | 2024-05-15T02:49:01.173Z | + do_untar out/downloads/thundermuffin.tar.gz |
682 | 2024-05-15T02:49:01.173Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
683 | 2024-05-15T02:49:01.235Z | + do_assemble |
684 | 2024-05-15T02:49:01.236Z | + rm -r ./out/thundermuffin |
685 | 2024-05-15T02:49:01.271Z | + mkdir ./out/thundermuffin |
686 | 2024-05-15T02:49:01.271Z | + cp -r out/downloads/root ./out/thundermuffin/root |
687 | 2024-05-15T02:49:01.271Z | All prerequisites installed successfully |
688 | 2024-05-15T02:49:01.271Z | |
689 | 2024-05-15T02:49:01.271Z | real 2:00.362582828 |
690 | 2024-05-15T02:49:01.272Z | user 43.933606426 |
691 | 2024-05-15T02:49:01.272Z | sys 11.653083378 |
692 | 2024-05-15T02:49:01.272Z | trap 0.012348978 |
693 | 2024-05-15T02:49:01.272Z | tflt 0.009231653 |
694 | 2024-05-15T02:49:01.272Z | dflt 0.016954846 |
695 | 2024-05-15T02:49:01.272Z | kflt 0.005205034 |
696 | 2024-05-15T02:49:01.272Z | lock 1.329330380 |
697 | 2024-05-15T02:49:01.272Z | slp 4:06.649354861 |
698 | 2024-05-15T02:49:01.272Z | lat 4.511040802 |
699 | 2024-05-15T02:49:01.272Z | stop 0.068089064 |
700 | 2024-05-15T02:49:01.272Z | + ptime -m ./tools/ci_download_softnpu_machinery |
701 | 2024-05-15T02:49:01.308Z | fetching npuzone |
702 | 2024-05-15T02:49:01.309Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
703 | 2024-05-15T02:49:01.309Z | (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2) |
704 | 2024-05-15T02:49:01.309Z | Getting hash for npuzone |
705 | 2024-05-15T02:49:01.456Z | (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568) |
706 | 2024-05-15T02:49:10.495Z | npuzone downloaded successfully |
707 | 2024-05-15T02:49:10.526Z | |
708 | 2024-05-15T02:49:10.527Z | real 9.231872605 |
709 | 2024-05-15T02:49:10.527Z | user 0.291296701 |
710 | 2024-05-15T02:49:10.527Z | sys 0.147781283 |
711 | 2024-05-15T02:49:10.527Z | trap 0.000160137 |
712 | 2024-05-15T02:49:10.527Z | tflt 0.000000000 |
713 | 2024-05-15T02:49:10.527Z | dflt 0.000000000 |
714 | 2024-05-15T02:49:10.527Z | kflt 0.000000000 |
715 | 2024-05-15T02:49:10.528Z | lock 0.000000000 |
716 | 2024-05-15T02:49:10.528Z | slp 27.154069240 |
717 | 2024-05-15T02:49:10.528Z | lat 0.062920302 |
718 | 2024-05-15T02:49:10.528Z | stop 0.000259679 |
719 | 2024-05-15T02:49:10.528Z | + export CARGO_INCREMENTAL=0 |
720 | 2024-05-15T02:49:10.528Z | + CARGO_INCREMENTAL=0 |
721 | 2024-05-15T02:49:10.528Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
722 | 2024-05-15T02:49:10.754Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
723 | 2024-05-15T02:49:11.330Z | Updating git repository `https://github.com/oxidecomputer/zone` |
724 | 2024-05-15T02:49:11.827Z | Updating crates.io index |
725 | 2024-05-15T02:49:11.889Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
726 | 2024-05-15T02:49:12.838Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
727 | 2024-05-15T02:49:13.748Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
728 | 2024-05-15T02:49:15.983Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
729 | 2024-05-15T02:49:16.503Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
730 | 2024-05-15T02:49:17.002Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
731 | 2024-05-15T02:49:18.198Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
732 | 2024-05-15T02:49:20.095Z | Updating git repository `https://github.com/oxidecomputer/opte` |
733 | 2024-05-15T02:49:21.199Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
734 | 2024-05-15T02:49:22.140Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
735 | 2024-05-15T02:49:22.979Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
736 | 2024-05-15T02:49:23.381Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
737 | 2024-05-15T02:49:23.755Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
738 | 2024-05-15T02:49:24.302Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
739 | 2024-05-15T02:49:24.734Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
740 | 2024-05-15T02:49:25.217Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
741 | 2024-05-15T02:49:25.564Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
742 | 2024-05-15T02:49:25.937Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
743 | 2024-05-15T02:49:26.374Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
744 | 2024-05-15T02:49:26.842Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
745 | 2024-05-15T02:49:27.261Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
746 | 2024-05-15T02:49:27.805Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
747 | 2024-05-15T02:49:28.674Z | Updating git repository `https://github.com/jgallagher/nix` |
748 | 2024-05-15T02:49:30.322Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
749 | 2024-05-15T02:49:30.683Z | Updating git repository `https://github.com/cbiffle/hubpack` |
750 | 2024-05-15T02:49:31.131Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
751 | 2024-05-15T02:49:31.659Z | Updating git repository `https://github.com/oxidecomputer/typify` |
752 | 2024-05-15T02:49:34.048Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
753 | 2024-05-15T02:49:34.541Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
754 | 2024-05-15T02:49:34.975Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
755 | 2024-05-15T02:49:35.541Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
756 | 2024-05-15T02:49:36.984Z | Downloading crates ... |
757 | 2024-05-15T02:49:37.102Z | Downloaded crossbeam-deque v0.8.3 |
758 | 2024-05-15T02:49:37.130Z | Downloaded heck v0.4.1 |
759 | 2024-05-15T02:49:37.130Z | Downloaded httpdate v1.0.3 |
760 | 2024-05-15T02:49:37.130Z | Downloaded instant v0.1.12 |
761 | 2024-05-15T02:49:37.130Z | Downloaded ipnetwork v0.20.0 |
762 | 2024-05-15T02:49:37.156Z | Downloaded linear-map v1.2.0 |
763 | 2024-05-15T02:49:37.156Z | Downloaded lru v0.12.1 |
764 | 2024-05-15T02:49:37.156Z | Downloaded match_cfg v0.1.0 |
765 | 2024-05-15T02:49:37.181Z | Downloaded new_debug_unreachable v1.0.4 |
766 | 2024-05-15T02:49:37.181Z | Downloaded serde_tokenstream v0.1.7 |
767 | 2024-05-15T02:49:37.206Z | Downloaded equivalent v1.0.1 |
768 | 2024-05-15T02:49:37.231Z | Downloaded pretty-hex v0.4.1 |
769 | 2024-05-15T02:49:37.231Z | Downloaded tower-service v0.3.2 |
770 | 2024-05-15T02:49:37.257Z | Downloaded openssl-macros v0.1.1 |
771 | 2024-05-15T02:49:37.257Z | Downloaded openssl-probe v0.1.5 |
772 | 2024-05-15T02:49:37.257Z | Downloaded darling_macro v0.20.8 |
773 | 2024-05-15T02:49:37.282Z | Downloaded diesel_table_macro_syntax v0.1.0 |
774 | 2024-05-15T02:49:37.282Z | Downloaded defmt-parser v0.3.3 |
775 | 2024-05-15T02:49:37.282Z | Downloaded want v0.3.1 |
776 | 2024-05-15T02:49:37.282Z | Downloaded unicase v2.7.0 |
777 | 2024-05-15T02:49:37.311Z | Downloaded sigpipe v0.1.3 |
778 | 2024-05-15T02:49:37.311Z | Downloaded scroll_derive v0.12.0 |
779 | 2024-05-15T02:49:37.311Z | Downloaded portpicker v0.1.1 |
780 | 2024-05-15T02:49:37.311Z | Downloaded signature v2.1.0 |
781 | 2024-05-15T02:49:37.337Z | Downloaded plain v0.2.3 |
782 | 2024-05-15T02:49:37.337Z | Downloaded peg-runtime v0.8.3 |
783 | 2024-05-15T02:49:37.337Z | Downloaded parse-size v1.0.0 |
784 | 2024-05-15T02:49:37.337Z | Downloaded peg v0.8.3 |
785 | 2024-05-15T02:49:37.337Z | Downloaded smallvec v0.6.14 |
786 | 2024-05-15T02:49:37.364Z | Downloaded whoami v1.5.1 |
787 | 2024-05-15T02:49:37.364Z | Downloaded fastrand v2.0.1 |
788 | 2024-05-15T02:49:37.364Z | Downloaded fd-lock v4.0.2 |
789 | 2024-05-15T02:49:37.364Z | Downloaded socket2 v0.5.6 |
790 | 2024-05-15T02:49:37.364Z | Downloaded ff v0.13.0 |
791 | 2024-05-15T02:49:37.390Z | Downloaded fatfs v0.3.6 |
792 | 2024-05-15T02:49:37.390Z | Downloaded winnow v0.5.15 |
793 | 2024-05-15T02:49:37.414Z | Downloaded rustls v0.21.9 |
794 | 2024-05-15T02:49:37.440Z | Downloaded winnow v0.6.1 |
795 | 2024-05-15T02:49:37.465Z | Downloaded smoltcp v0.11.0 |
796 | 2024-05-15T02:49:37.495Z | Downloaded regex-automata v0.4.5 |
797 | 2024-05-15T02:49:37.521Z | Downloaded encoding_rs v0.8.33 |
798 | 2024-05-15T02:49:37.548Z | Downloaded libc v0.2.153 |
799 | 2024-05-15T02:49:37.594Z | Downloaded rustls v0.22.4 |
800 | 2024-05-15T02:49:37.619Z | Downloaded ring v0.17.8 |
801 | 2024-05-15T02:49:37.704Z | Downloaded ring v0.16.20 |
802 | 2024-05-15T02:49:37.807Z | Downloaded regex-syntax v0.8.2 |
803 | 2024-05-15T02:49:37.831Z | Downloaded regex-syntax v0.6.29 |
804 | 2024-05-15T02:49:37.831Z | Downloaded polar-core v0.27.3 |
805 | 2024-05-15T02:49:37.856Z | Downloaded petgraph v0.6.5 |
806 | 2024-05-15T02:49:37.880Z | Downloaded sled v0.34.7 |
807 | 2024-05-15T02:49:37.880Z | Downloaded sha3 v0.10.8 |
808 | 2024-05-15T02:49:37.880Z | Downloaded diesel v2.1.6 |
809 | 2024-05-15T02:49:37.905Z | Downloaded csv v1.3.0 |
810 | 2024-05-15T02:49:37.929Z | Downloaded openapiv3 v2.0.0 |
811 | 2024-05-15T02:49:37.954Z | Downloaded ratatui v0.26.2 |
812 | 2024-05-15T02:49:37.978Z | Downloaded smoltcp v0.9.1 |
813 | 2024-05-15T02:49:37.979Z | Downloaded rustls-webpki v0.101.7 |
814 | 2024-05-15T02:49:38.006Z | Downloaded rustix v0.38.31 |
815 | 2024-05-15T02:49:38.031Z | Downloaded regress v0.9.1 |
816 | 2024-05-15T02:49:38.056Z | Downloaded regex v1.10.4 |
817 | 2024-05-15T02:49:38.056Z | Downloaded webpki-roots v0.25.2 |
818 | 2024-05-15T02:49:38.056Z | Downloaded vcpkg v0.2.15 |
819 | 2024-05-15T02:49:38.106Z | Downloaded zerocopy-derive v0.6.6 |
820 | 2024-05-15T02:49:38.131Z | Downloaded openssl v0.10.64 |
821 | 2024-05-15T02:49:38.131Z | Downloaded radix_trie v0.2.1 |
822 | 2024-05-15T02:49:38.156Z | Downloaded nix v0.28.0 |
823 | 2024-05-15T02:49:38.156Z | Downloaded regex-automata v0.1.10 |
824 | 2024-05-15T02:49:38.181Z | Downloaded portable-atomic v1.4.3 |
825 | 2024-05-15T02:49:38.181Z | Downloaded zerocopy-derive v0.2.0 |
826 | 2024-05-15T02:49:38.181Z | Downloaded h2 v0.3.26 |
827 | 2024-05-15T02:49:38.206Z | Downloaded goblin v0.8.0 |
828 | 2024-05-15T02:49:38.206Z | Downloaded quick-xml v0.31.0 |
829 | 2024-05-15T02:49:38.206Z | Downloaded syn v1.0.109 |
830 | 2024-05-15T02:49:38.231Z | Downloaded idna v0.5.0 |
831 | 2024-05-15T02:49:38.231Z | Downloaded slog-stdlog v4.1.1 |
832 | 2024-05-15T02:49:38.231Z | Downloaded reqwest v0.11.27 |
833 | 2024-05-15T02:49:38.231Z | Downloaded rustls-webpki v0.102.1 |
834 | 2024-05-15T02:49:38.255Z | Downloaded trust-dns-proto v0.22.0 |
835 | 2024-05-15T02:49:38.280Z | Downloaded num-bigint-dig v0.8.4 |
836 | 2024-05-15T02:49:38.280Z | Downloaded rayon v1.10.0 |
837 | 2024-05-15T02:49:38.307Z | Downloaded tabled v0.15.0 |
838 | 2024-05-15T02:49:38.307Z | Downloaded syn v2.0.60 |
839 | 2024-05-15T02:49:38.332Z | Downloaded unicode_categories v0.1.1 |
840 | 2024-05-15T02:49:38.332Z | Downloaded fallible-iterator v0.2.0 |
841 | 2024-05-15T02:49:38.332Z | Downloaded slog-scope v4.4.0 |
842 | 2024-05-15T02:49:38.332Z | Downloaded pest_meta v2.7.6 |
843 | 2024-05-15T02:49:38.332Z | Downloaded pest v2.7.6 |
844 | 2024-05-15T02:49:38.332Z | Downloaded schemars v0.8.17 |
845 | 2024-05-15T02:49:38.357Z | Downloaded rustyline v14.0.0 |
846 | 2024-05-15T02:49:38.357Z | Downloaded sqlparser v0.45.0 |
847 | 2024-05-15T02:49:38.381Z | Downloaded expectorate v1.1.0 |
848 | 2024-05-15T02:49:38.382Z | Downloaded snafu v0.8.2 |
849 | 2024-05-15T02:49:38.382Z | Downloaded peg-macros v0.8.3 |
850 | 2024-05-15T02:49:38.382Z | Downloaded num-bigint v0.4.4 |
851 | 2024-05-15T02:49:38.382Z | Downloaded tokio-util v0.7.10 |
852 | 2024-05-15T02:49:38.406Z | Downloaded wyz v0.5.1 |
853 | 2024-05-15T02:49:38.407Z | Downloaded socket2 v0.4.9 |
854 | 2024-05-15T02:49:38.407Z | Downloaded snafu-derive v0.8.2 |
855 | 2024-05-15T02:49:38.407Z | Downloaded pest_derive v2.7.6 |
856 | 2024-05-15T02:49:38.407Z | Downloaded salty v0.2.0 |
857 | 2024-05-15T02:49:38.407Z | Downloaded slog v2.7.0 |
858 | 2024-05-15T02:49:38.407Z | Downloaded unsafe-libyaml v0.2.10 |
859 | 2024-05-15T02:49:38.407Z | Downloaded derive_more v0.99.17 |
860 | 2024-05-15T02:49:38.431Z | Downloaded lalrpop v0.19.12 |
861 | 2024-05-15T02:49:38.431Z | Downloaded which v4.4.0 |
862 | 2024-05-15T02:49:38.431Z | Downloaded spin v0.5.2 |
863 | 2024-05-15T02:49:38.431Z | Downloaded smf v0.2.3 |
864 | 2024-05-15T02:49:38.432Z | Downloaded smawk v0.3.1 |
865 | 2024-05-15T02:49:38.456Z | Downloaded smallvec v1.13.1 |
866 | 2024-05-15T02:49:38.456Z | Downloaded slog-term v2.9.1 |
867 | 2024-05-15T02:49:38.456Z | Downloaded platforms v3.0.2 |
868 | 2024-05-15T02:49:38.456Z | Downloaded hashbrown v0.12.3 |
869 | 2024-05-15T02:49:38.456Z | Downloaded tough v0.17.1 |
870 | 2024-05-15T02:49:38.456Z | Downloaded slog-json v2.6.1 |
871 | 2024-05-15T02:49:38.481Z | Downloaded paste v1.0.15 |
872 | 2024-05-15T02:49:38.481Z | Downloaded password-hash v0.5.0 |
873 | 2024-05-15T02:49:38.481Z | Downloaded parse-display v0.9.0 |
874 | 2024-05-15T02:49:38.482Z | Downloaded pest_generator v2.7.6 |
875 | 2024-05-15T02:49:38.482Z | Downloaded pem-rfc7468 v0.7.0 |
876 | 2024-05-15T02:49:38.482Z | Downloaded rustls-pemfile v2.1.2 |
877 | 2024-05-15T02:49:38.482Z | Downloaded ron v0.7.1 |
878 | 2024-05-15T02:49:38.482Z | Downloaded poly1305 v0.8.0 |
879 | 2024-05-15T02:49:38.482Z | Downloaded pin-project v1.1.3 |
880 | 2024-05-15T02:49:38.510Z | Downloaded samael v0.0.15 |
881 | 2024-05-15T02:49:38.510Z | Downloaded similar v2.4.0 |
882 | 2024-05-15T02:49:38.510Z | Downloaded serde v1.0.201 |
883 | 2024-05-15T02:49:38.535Z | Downloaded diesel_derives v2.1.2 |
884 | 2024-05-15T02:49:38.535Z | Downloaded curve25519-dalek v4.1.2 |
885 | 2024-05-15T02:49:38.535Z | Downloaded peeking_take_while v0.1.2 |
886 | 2024-05-15T02:49:38.535Z | Downloaded path-slash v0.1.5 |
887 | 2024-05-15T02:49:38.535Z | Downloaded parse-display-derive v0.9.0 |
888 | 2024-05-15T02:49:38.535Z | Downloaded percent-encoding v2.3.1 |
889 | 2024-05-15T02:49:38.535Z | Downloaded steno v0.4.0 |
890 | 2024-05-15T02:49:38.535Z | Downloaded vte v0.11.1 |
891 | 2024-05-15T02:49:38.560Z | Downloaded uuid v1.8.0 |
892 | 2024-05-15T02:49:38.560Z | Downloaded filetime v0.2.23 |
893 | 2024-05-15T02:49:38.560Z | Downloaded pem v3.0.4 |
894 | 2024-05-15T02:49:38.560Z | Downloaded resolv-conf v0.7.0 |
895 | 2024-05-15T02:49:38.560Z | Downloaded pkcs8 v0.10.2 |
896 | 2024-05-15T02:49:38.560Z | Downloaded pkcs1 v0.7.5 |
897 | 2024-05-15T02:49:38.560Z | Downloaded pin-project-lite v0.2.13 |
898 | 2024-05-15T02:49:38.560Z | Downloaded pin-project-internal v1.1.3 |
899 | 2024-05-15T02:49:38.561Z | Downloaded ryu v1.0.15 |
900 | 2024-05-15T02:49:38.586Z | Downloaded rustls-pki-types v1.3.0 |
901 | 2024-05-15T02:49:38.586Z | Downloaded rustls-pemfile v1.0.3 |
902 | 2024-05-15T02:49:38.586Z | Downloaded pkg-config v0.3.27 |
903 | 2024-05-15T02:49:38.586Z | Downloaded pin-utils v0.1.0 |
904 | 2024-05-15T02:49:38.586Z | Downloaded phf v0.11.2 |
905 | 2024-05-15T02:49:38.586Z | Downloaded rusty-fork v0.3.0 |
906 | 2024-05-15T02:49:38.586Z | Downloaded siphasher v0.3.11 |
907 | 2024-05-15T02:49:38.586Z | Downloaded signal-hook v0.3.17 |
908 | 2024-05-15T02:49:38.586Z | Downloaded papergrid v0.11.0 |
909 | 2024-05-15T02:49:38.586Z | Downloaded openssl-sys v0.9.102 |
910 | 2024-05-15T02:49:38.611Z | Downloaded toml_edit v0.22.12 |
911 | 2024-05-15T02:49:38.636Z | Downloaded tokio v1.37.0 |
912 | 2024-05-15T02:49:38.666Z | Downloaded phf_shared v0.11.2 |
913 | 2024-05-15T02:49:38.692Z | Downloaded phf_shared v0.10.0 |
914 | 2024-05-15T02:49:38.692Z | Downloaded slog-envlogger v2.2.0 |
915 | 2024-05-15T02:49:38.692Z | Downloaded slog-dtrace v0.3.0 |
916 | 2024-05-15T02:49:38.692Z | Downloaded slog-bunyan v2.5.0 |
917 | 2024-05-15T02:49:38.692Z | Downloaded slog-async v2.8.0 |
918 | 2024-05-15T02:49:38.692Z | Downloaded scheduled-thread-pool v0.2.7 |
919 | 2024-05-15T02:49:38.692Z | Downloaded same-file v1.0.6 |
920 | 2024-05-15T02:49:38.692Z | Downloaded rustversion v1.0.14 |
921 | 2024-05-15T02:49:38.692Z | Downloaded slab v0.4.9 |
922 | 2024-05-15T02:49:38.692Z | Downloaded sha2 v0.10.8 |
923 | 2024-05-15T02:49:38.692Z | Downloaded semver v1.0.22 |
924 | 2024-05-15T02:49:38.692Z | Downloaded semver v0.1.20 |
925 | 2024-05-15T02:49:38.692Z | Downloaded sec1 v0.7.3 |
926 | 2024-05-15T02:49:38.692Z | Downloaded sct v0.7.0 |
927 | 2024-05-15T02:49:38.720Z | Downloaded scroll v0.12.0 |
928 | 2024-05-15T02:49:38.720Z | Downloaded vsss-rs v3.3.4 |
929 | 2024-05-15T02:49:38.720Z | Downloaded unicode-normalization v0.1.22 |
930 | 2024-05-15T02:49:38.720Z | Downloaded typed-path v0.7.0 |
931 | 2024-05-15T02:49:38.720Z | Downloaded trust-dns-server v0.22.1 |
932 | 2024-05-15T02:49:38.745Z | Downloaded trust-dns-resolver v0.22.0 |
933 | 2024-05-15T02:49:38.745Z | Downloaded diff v0.1.13 |
934 | 2024-05-15T02:49:38.745Z | Downloaded toml_edit v0.19.15 |
935 | 2024-05-15T02:49:38.779Z | Downloaded signature v1.6.4 |
936 | 2024-05-15T02:49:38.779Z | Downloaded signal-hook-tokio v0.3.1 |
937 | 2024-05-15T02:49:38.779Z | Downloaded signal-hook-registry v1.4.1 |
938 | 2024-05-15T02:49:38.779Z | Downloaded signal-hook-mio v0.2.3 |
939 | 2024-05-15T02:49:38.779Z | Downloaded shlex v1.3.0 |
940 | 2024-05-15T02:49:38.779Z | Downloaded shell-words v1.1.0 |
941 | 2024-05-15T02:49:38.779Z | Downloaded secrecy v0.8.0 |
942 | 2024-05-15T02:49:38.805Z | Downloaded scopeguard v1.2.0 |
943 | 2024-05-15T02:49:38.805Z | Downloaded schemars_derive v0.8.17 |
944 | 2024-05-15T02:49:38.806Z | Downloaded termcolor v1.2.0 |
945 | 2024-05-15T02:49:38.806Z | Downloaded structmeta-derive v0.2.0 |
946 | 2024-05-15T02:49:38.806Z | Downloaded strsim v0.11.0 |
947 | 2024-05-15T02:49:38.806Z | Downloaded spin v0.9.8 |
948 | 2024-05-15T02:49:38.806Z | Downloaded unicode-segmentation v1.10.1 |
949 | 2024-05-15T02:49:38.806Z | Downloaded unicode-bidi v0.3.15 |
950 | 2024-05-15T02:49:38.806Z | Downloaded tungstenite v0.21.0 |
951 | 2024-05-15T02:49:38.806Z | Downloaded tungstenite v0.20.1 |
952 | 2024-05-15T02:49:38.806Z | Downloaded display-error-chain v0.2.0 |
953 | 2024-05-15T02:49:38.832Z | Downloaded half v2.3.1 |
954 | 2024-05-15T02:49:38.832Z | Downloaded serde-big-array v0.4.1 |
955 | 2024-05-15T02:49:38.832Z | Downloaded walkdir v2.5.0 |
956 | 2024-05-15T02:49:38.832Z | Downloaded waitgroup v0.1.2 |
957 | 2024-05-15T02:49:38.832Z | Downloaded wait-timeout v0.2.0 |
958 | 2024-05-15T02:49:38.832Z | Downloaded structmeta v0.2.0 |
959 | 2024-05-15T02:49:38.832Z | Downloaded strsim v0.10.0 |
960 | 2024-05-15T02:49:38.832Z | Downloaded strip-ansi-escapes v0.2.0 |
961 | 2024-05-15T02:49:38.832Z | Downloaded stringprep v0.1.3 |
962 | 2024-05-15T02:49:38.832Z | Downloaded string_cache v0.8.7 |
963 | 2024-05-15T02:49:38.832Z | Downloaded static_assertions v1.1.0 |
964 | 2024-05-15T02:49:38.832Z | Downloaded stable_deref_trait v1.2.0 |
965 | 2024-05-15T02:49:38.833Z | Downloaded sqlformat v0.2.3 |
966 | 2024-05-15T02:49:38.833Z | Downloaded spki v0.7.2 |
967 | 2024-05-15T02:49:38.833Z | Downloaded typenum v1.16.0 |
968 | 2024-05-15T02:49:38.858Z | Downloaded trust-dns-client v0.22.0 |
969 | 2024-05-15T02:49:38.858Z | Downloaded textwrap v0.16.1 |
970 | 2024-05-15T02:49:38.858Z | Downloaded derive_builder_core v0.20.0 |
971 | 2024-05-15T02:49:38.858Z | Downloaded terminal_size v0.3.0 |
972 | 2024-05-15T02:49:38.858Z | Downloaded structmeta v0.3.0 |
973 | 2024-05-15T02:49:38.859Z | Downloaded stability v0.2.0 |
974 | 2024-05-15T02:49:38.859Z | Downloaded sqlparser_derive v0.2.2 |
975 | 2024-05-15T02:49:38.859Z | Downloaded version_check v0.9.4 |
976 | 2024-05-15T02:49:38.859Z | Downloaded uzers v0.11.3 |
977 | 2024-05-15T02:49:38.859Z | Downloaded utf8parse v0.2.1 |
978 | 2024-05-15T02:49:38.859Z | Downloaded utf-8 v0.7.6 |
979 | 2024-05-15T02:49:38.859Z | Downloaded universal-hash v0.5.1 |
980 | 2024-05-15T02:49:38.884Z | Downloaded unicode-xid v0.2.4 |
981 | 2024-05-15T02:49:38.884Z | Downloaded unicode-width v0.1.11 |
982 | 2024-05-15T02:49:38.884Z | Downloaded unicode-ident v1.0.12 |
983 | 2024-05-15T02:49:38.884Z | Downloaded unarray v0.1.4 |
984 | 2024-05-15T02:49:38.884Z | Downloaded ucd-trie v0.1.6 |
985 | 2024-05-15T02:49:38.884Z | Downloaded tracing-core v0.1.32 |
986 | 2024-05-15T02:49:38.884Z | Downloaded test-strategy v0.3.1 |
987 | 2024-05-15T02:49:38.884Z | Downloaded dof v0.1.5 |
988 | 2024-05-15T02:49:38.884Z | Downloaded dirs-next v2.0.0 |
989 | 2024-05-15T02:49:38.884Z | Downloaded parking_lot v0.12.1 |
990 | 2024-05-15T02:49:38.910Z | Downloaded owo-colors v4.0.0 |
991 | 2024-05-15T02:49:38.910Z | Downloaded oso v0.27.3 |
992 | 2024-05-15T02:49:38.910Z | Downloaded serde_with v3.7.0 |
993 | 2024-05-15T02:49:38.910Z | Downloaded unicode-linebreak v0.1.5 |
994 | 2024-05-15T02:49:38.910Z | Downloaded tui-tree-widget v0.19.0 |
995 | 2024-05-15T02:49:38.910Z | Downloaded thiserror-impl v1.0.59 |
996 | 2024-05-15T02:49:38.910Z | Downloaded termios v0.3.3 |
997 | 2024-05-15T02:49:38.910Z | Downloaded parking_lot v0.11.2 |
998 | 2024-05-15T02:49:38.938Z | Downloaded num-complex v0.4.6 |
999 | 2024-05-15T02:49:38.938Z | Downloaded tracing v0.1.40 |
1000 | 2024-05-15T02:49:38.938Z | Downloaded try-lock v0.2.4 |
1001 | 2024-05-15T02:49:38.938Z | Downloaded thiserror-impl-no-std v2.0.2 |
1002 | 2024-05-15T02:49:38.938Z | Downloaded thiserror v1.0.59 |
1003 | 2024-05-15T02:49:38.938Z | Downloaded termtree v0.4.1 |
1004 | 2024-05-15T02:49:38.939Z | Downloaded errno v0.3.8 |
1005 | 2024-05-15T02:49:38.939Z | Downloaded dirs-sys-next v0.1.2 |
1006 | 2024-05-15T02:49:38.939Z | Downloaded digest v0.10.7 |
1007 | 2024-05-15T02:49:38.965Z | Downloaded difflib v0.4.0 |
1008 | 2024-05-15T02:49:38.965Z | Downloaded derive_builder v0.20.0 |
1009 | 2024-05-15T02:49:38.965Z | Downloaded zerocopy v0.7.32 |
1010 | 2024-05-15T02:49:38.991Z | Downloaded zerocopy v0.6.6 |
1011 | 2024-05-15T02:49:38.991Z | Downloaded x509-cert v0.2.4 |
1012 | 2024-05-15T02:49:38.991Z | Downloaded vte_generate_state_changes v0.1.1 |
1013 | 2024-05-15T02:49:38.991Z | Downloaded usdt-macro v0.5.0 |
1014 | 2024-05-15T02:49:38.991Z | Downloaded derive-where v1.2.7 |
1015 | 2024-05-15T02:49:39.016Z | Downloaded der v0.7.8 |
1016 | 2024-05-15T02:49:39.016Z | Downloaded defmt-macros v0.3.6 |
1017 | 2024-05-15T02:49:39.016Z | Downloaded zerocopy-derive v0.7.32 |
1018 | 2024-05-15T02:49:39.016Z | Downloaded parking_lot_core v0.8.6 |
1019 | 2024-05-15T02:49:39.016Z | Downloaded defmt v0.3.5 |
1020 | 2024-05-15T02:49:39.041Z | Downloaded debug-ignore v1.0.5 |
1021 | 2024-05-15T02:49:39.041Z | Downloaded darling_core v0.20.8 |
1022 | 2024-05-15T02:49:39.041Z | Downloaded csv-core v0.1.11 |
1023 | 2024-05-15T02:49:39.041Z | Downloaded cstr-argument v0.1.2 |
1024 | 2024-05-15T02:49:39.041Z | Downloaded zerocopy v0.3.0 |
1025 | 2024-05-15T02:49:39.041Z | Downloaded yasna v0.5.2 |
1026 | 2024-05-15T02:49:39.041Z | Downloaded parking_lot_core v0.9.8 |
1027 | 2024-05-15T02:49:39.041Z | Downloaded packed_struct v0.10.1 |
1028 | 2024-05-15T02:49:39.066Z | Downloaded rand v0.8.5 |
1029 | 2024-05-15T02:49:39.066Z | Downloaded publicsuffix v2.2.3 |
1030 | 2024-05-15T02:49:39.066Z | Downloaded derive_builder_macro v0.20.0 |
1031 | 2024-05-15T02:49:39.066Z | Downloaded deranged v0.3.11 |
1032 | 2024-05-15T02:49:39.066Z | Downloaded der_derive v0.7.2 |
1033 | 2024-05-15T02:49:39.066Z | Downloaded data-encoding v2.4.0 |
1034 | 2024-05-15T02:49:39.066Z | Downloaded darling v0.20.8 |
1035 | 2024-05-15T02:49:39.066Z | Downloaded curve25519-dalek-derive v0.1.0 |
1036 | 2024-05-15T02:49:39.066Z | Downloaded zeroize_derive v1.4.2 |
1037 | 2024-05-15T02:49:39.092Z | Downloaded zeroize v1.7.0 |
1038 | 2024-05-15T02:49:39.092Z | Downloaded xattr v1.0.1 |
1039 | 2024-05-15T02:49:39.092Z | Downloaded packed_struct_codegen v0.10.1 |
1040 | 2024-05-15T02:49:39.092Z | Downloaded oso-derive v0.27.3 |
1041 | 2024-05-15T02:49:39.092Z | Downloaded num v0.4.3 |
1042 | 2024-05-15T02:49:39.092Z | Downloaded globset v0.4.13 |
1043 | 2024-05-15T02:49:39.093Z | Downloaded gimli v0.28.0 |
1044 | 2024-05-15T02:49:39.120Z | Downloaded futures-util v0.3.30 |
1045 | 2024-05-15T02:49:39.120Z | Downloaded toml v0.8.12 |
1046 | 2024-05-15T02:49:39.146Z | Downloaded toml v0.7.8 |
1047 | 2024-05-15T02:49:39.146Z | Downloaded nom v7.1.3 |
1048 | 2024-05-15T02:49:39.146Z | Downloaded minimal-lexical v0.2.1 |
1049 | 2024-05-15T02:49:39.146Z | Downloaded itertools v0.12.1 |
1050 | 2024-05-15T02:49:39.197Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1051 | 2024-05-15T02:49:39.222Z | Downloaded hash32 v0.3.1 |
1052 | 2024-05-15T02:49:39.222Z | Downloaded hash32 v0.2.1 |
1053 | 2024-05-15T02:49:39.222Z | Downloaded group v0.13.0 |
1054 | 2024-05-15T02:49:39.222Z | Downloaded futures v0.3.30 |
1055 | 2024-05-15T02:49:39.222Z | Downloaded flume v0.11.0 |
1056 | 2024-05-15T02:49:39.222Z | Downloaded flate2 v1.0.30 |
1057 | 2024-05-15T02:49:39.222Z | Downloaded toml v0.5.11 |
1058 | 2024-05-15T02:49:39.223Z | Downloaded tokio-tungstenite v0.20.1 |
1059 | 2024-05-15T02:49:39.223Z | Downloaded proptest v1.4.0 |
1060 | 2024-05-15T02:49:39.223Z | Downloaded object v0.32.1 |
1061 | 2024-05-15T02:49:39.223Z | Downloaded object v0.30.4 |
1062 | 2024-05-15T02:49:39.248Z | Downloaded libxml v0.3.3 |
1063 | 2024-05-15T02:49:39.248Z | Downloaded itertools v0.10.5 |
1064 | 2024-05-15T02:49:39.248Z | Downloaded num-conv v0.1.0 |
1065 | 2024-05-15T02:49:39.248Z | Downloaded glob v0.3.1 |
1066 | 2024-05-15T02:49:39.248Z | Downloaded getrandom v0.2.12 |
1067 | 2024-05-15T02:49:39.248Z | Downloaded getopts v0.2.21 |
1068 | 2024-05-15T02:49:39.248Z | Downloaded gethostname v0.4.3 |
1069 | 2024-05-15T02:49:39.248Z | Downloaded generic-array v0.14.7 |
1070 | 2024-05-15T02:49:39.248Z | Downloaded futures-task v0.3.30 |
1071 | 2024-05-15T02:49:39.273Z | Downloaded futures-io v0.3.30 |
1072 | 2024-05-15T02:49:39.273Z | Downloaded futures-executor v0.3.30 |
1073 | 2024-05-15T02:49:39.273Z | Downloaded futures-core v0.3.30 |
1074 | 2024-05-15T02:49:39.273Z | Downloaded futures-channel v0.3.30 |
1075 | 2024-05-15T02:49:39.273Z | Downloaded funty v2.0.0 |
1076 | 2024-05-15T02:49:39.273Z | Downloaded fs-err v2.11.0 |
1077 | 2024-05-15T02:49:39.274Z | Downloaded fragile v2.0.0 |
1078 | 2024-05-15T02:49:39.274Z | Downloaded foreign-types-macros v0.2.3 |
1079 | 2024-05-15T02:49:39.274Z | Downloaded foreign-types v0.5.0 |
1080 | 2024-05-15T02:49:39.274Z | Downloaded foreign-types v0.3.2 |
1081 | 2024-05-15T02:49:39.274Z | Downloaded float-cmp v0.9.0 |
1082 | 2024-05-15T02:49:39.274Z | Downloaded flagset v0.4.3 |
1083 | 2024-05-15T02:49:39.274Z | Downloaded tracing-attributes v0.1.27 |
1084 | 2024-05-15T02:49:39.274Z | Downloaded tokio-tungstenite v0.21.0 |
1085 | 2024-05-15T02:49:39.274Z | Downloaded time v0.3.34 |
1086 | 2024-05-15T02:49:39.299Z | Downloaded quote v1.0.36 |
1087 | 2024-05-15T02:49:39.299Z | Downloaded crypto-bigint v0.5.2 |
1088 | 2024-05-15T02:49:39.299Z | Downloaded mio v0.8.11 |
1089 | 2024-05-15T02:49:39.299Z | Downloaded bstr v1.9.0 |
1090 | 2024-05-15T02:49:39.327Z | Downloaded fxhash v0.2.1 |
1091 | 2024-05-15T02:49:39.327Z | Downloaded futures-sink v0.3.30 |
1092 | 2024-05-15T02:49:39.327Z | Downloaded futures-macro v0.3.30 |
1093 | 2024-05-15T02:49:39.327Z | Downloaded form_urlencoded v1.2.1 |
1094 | 2024-05-15T02:49:39.327Z | Downloaded foreign-types-shared v0.3.1 |
1095 | 2024-05-15T02:49:39.327Z | Downloaded foreign-types-shared v0.1.1 |
1096 | 2024-05-15T02:49:39.327Z | Downloaded fnv v1.0.7 |
1097 | 2024-05-15T02:49:39.327Z | Downloaded fixedbitset v0.4.2 |
1098 | 2024-05-15T02:49:39.327Z | Downloaded topological-sort v0.2.2 |
1099 | 2024-05-15T02:49:39.327Z | Downloaded toolchain_find v0.4.0 |
1100 | 2024-05-15T02:49:39.328Z | Downloaded toml_datetime v0.6.5 |
1101 | 2024-05-15T02:49:39.328Z | Downloaded tokio-rustls v0.24.1 |
1102 | 2024-05-15T02:49:39.328Z | Downloaded tokio-postgres v0.7.10 |
1103 | 2024-05-15T02:49:39.353Z | Downloaded tinyvec v1.6.0 |
1104 | 2024-05-15T02:49:39.353Z | Downloaded tiny-keccak v2.0.2 |
1105 | 2024-05-15T02:49:39.353Z | Downloaded thiserror-no-std v2.0.2 |
1106 | 2024-05-15T02:49:39.353Z | Downloaded ref-cast-impl v1.0.23 |
1107 | 2024-05-15T02:49:39.353Z | Downloaded rand_seeder v0.2.3 |
1108 | 2024-05-15T02:49:39.353Z | Downloaded rand_core v0.6.4 |
1109 | 2024-05-15T02:49:39.353Z | Downloaded prettyplease v0.2.20 |
1110 | 2024-05-15T02:49:39.353Z | Downloaded postcard v1.0.8 |
1111 | 2024-05-15T02:49:39.353Z | Downloaded tar v0.4.40 |
1112 | 2024-05-15T02:49:39.378Z | Downloaded memchr v2.7.1 |
1113 | 2024-05-15T02:49:39.378Z | Downloaded tokio-stream v0.1.15 |
1114 | 2024-05-15T02:49:39.378Z | Downloaded tokio-rustls v0.25.0 |
1115 | 2024-05-15T02:49:39.378Z | Downloaded tokio-native-tls v0.3.1 |
1116 | 2024-05-15T02:49:39.378Z | Downloaded tokio-macros v2.2.0 |
1117 | 2024-05-15T02:49:39.378Z | Downloaded tinyvec_macros v0.1.1 |
1118 | 2024-05-15T02:49:39.378Z | Downloaded time-macros v0.2.17 |
1119 | 2024-05-15T02:49:39.378Z | Downloaded time-core v0.1.2 |
1120 | 2024-05-15T02:49:39.378Z | Downloaded thread_local v1.1.7 |
1121 | 2024-05-15T02:49:39.378Z | Downloaded thread-id v4.2.0 |
1122 | 2024-05-15T02:49:39.378Z | Downloaded rand_xorshift v0.3.0 |
1123 | 2024-05-15T02:49:39.403Z | Downloaded rand_chacha v0.3.1 |
1124 | 2024-05-15T02:49:39.403Z | Downloaded radium v0.7.0 |
1125 | 2024-05-15T02:49:39.403Z | Downloaded r2d2 v0.8.10 |
1126 | 2024-05-15T02:49:39.403Z | Downloaded quick-error v1.2.3 |
1127 | 2024-05-15T02:49:39.403Z | Downloaded psl-types v2.0.11 |
1128 | 2024-05-15T02:49:39.403Z | Downloaded proc-macro2 v1.0.82 |
1129 | 2024-05-15T02:49:39.404Z | Downloaded proc-macro-error-attr v1.0.4 |
1130 | 2024-05-15T02:49:39.404Z | Downloaded proc-macro-error v1.0.4 |
1131 | 2024-05-15T02:49:39.404Z | Downloaded proc-macro-crate v1.3.1 |
1132 | 2024-05-15T02:49:39.404Z | Downloaded pretty-hex v0.2.1 |
1133 | 2024-05-15T02:49:39.404Z | Downloaded predicates-tree v1.0.9 |
1134 | 2024-05-15T02:49:39.404Z | Downloaded predicates-core v1.0.6 |
1135 | 2024-05-15T02:49:39.404Z | Downloaded predicates v3.1.0 |
1136 | 2024-05-15T02:49:39.404Z | Downloaded precomputed-hash v0.1.1 |
1137 | 2024-05-15T02:49:39.404Z | Downloaded ppv-lite86 v0.2.17 |
1138 | 2024-05-15T02:49:39.404Z | Downloaded powerfmt v0.2.0 |
1139 | 2024-05-15T02:49:39.429Z | Downloaded postgres-types v0.2.6 |
1140 | 2024-05-15T02:49:39.430Z | Downloaded postgres-protocol v0.6.6 |
1141 | 2024-05-15T02:49:39.430Z | Downloaded omicron-zone-package v0.11.0 |
1142 | 2024-05-15T02:49:39.430Z | Downloaded erased-serde v0.3.31 |
1143 | 2024-05-15T02:49:39.430Z | Downloaded env_logger v0.10.0 |
1144 | 2024-05-15T02:49:39.430Z | Downloaded env_logger v0.9.3 |
1145 | 2024-05-15T02:49:39.430Z | Downloaded crossterm v0.27.0 |
1146 | 2024-05-15T02:49:39.430Z | Downloaded usdt-impl v0.3.5 |
1147 | 2024-05-15T02:49:39.455Z | Downloaded term v0.7.0 |
1148 | 2024-05-15T02:49:39.455Z | Downloaded serde_yaml v0.9.25 |
1149 | 2024-05-15T02:49:39.455Z | Downloaded serde_with_macros v3.7.0 |
1150 | 2024-05-15T02:49:39.455Z | Downloaded serde_tokenstream v0.2.0 |
1151 | 2024-05-15T02:49:39.455Z | Downloaded serde_json v1.0.116 |
1152 | 2024-05-15T02:49:39.455Z | Downloaded libm v0.2.7 |
1153 | 2024-05-15T02:49:39.480Z | Downloaded opaque-debug v0.3.0 |
1154 | 2024-05-15T02:49:39.480Z | Downloaded once_cell v1.19.0 |
1155 | 2024-05-15T02:49:39.480Z | Downloaded olpc-cjson v0.1.3 |
1156 | 2024-05-15T02:49:39.480Z | Downloaded number_prefix v0.4.0 |
1157 | 2024-05-15T02:49:39.480Z | Downloaded num_threads v0.1.6 |
1158 | 2024-05-15T02:49:39.481Z | Downloaded num_enum_derive v0.5.11 |
1159 | 2024-05-15T02:49:39.481Z | Downloaded num_enum v0.5.11 |
1160 | 2024-05-15T02:49:39.481Z | Downloaded num_cpus v1.16.0 |
1161 | 2024-05-15T02:49:39.508Z | Downloaded num-traits v0.2.19 |
1162 | 2024-05-15T02:49:39.508Z | Downloaded num-rational v0.4.2 |
1163 | 2024-05-15T02:49:39.508Z | Downloaded num-iter v0.1.45 |
1164 | 2024-05-15T02:49:39.508Z | Downloaded num-integer v0.1.46 |
1165 | 2024-05-15T02:49:39.508Z | Downloaded num-derive v0.4.0 |
1166 | 2024-05-15T02:49:39.508Z | Downloaded enum-as-inner v0.5.1 |
1167 | 2024-05-15T02:49:39.508Z | Downloaded ena v0.14.2 |
1168 | 2024-05-15T02:49:39.508Z | Downloaded embedded-io v0.4.0 |
1169 | 2024-05-15T02:49:39.508Z | Downloaded elliptic-curve v0.13.8 |
1170 | 2024-05-15T02:49:39.508Z | Downloaded ed25519 v1.5.3 |
1171 | 2024-05-15T02:49:39.508Z | Downloaded dyn-clone v1.0.17 |
1172 | 2024-05-15T02:49:39.509Z | Downloaded dof v0.3.0 |
1173 | 2024-05-15T02:49:39.509Z | Downloaded crypto-common v0.1.6 |
1174 | 2024-05-15T02:49:39.535Z | Downloaded crucible-workspace-hack v0.1.0 |
1175 | 2024-05-15T02:49:39.535Z | Downloaded crossbeam-epoch v0.9.18 |
1176 | 2024-05-15T02:49:39.535Z | Downloaded zip v0.6.6 |
1177 | 2024-05-15T02:49:39.535Z | Downloaded usdt-macro v0.3.5 |
1178 | 2024-05-15T02:49:39.535Z | Downloaded usdt-impl v0.5.0 |
1179 | 2024-05-15T02:49:39.536Z | Downloaded usdt-attr-macro v0.3.5 |
1180 | 2024-05-15T02:49:39.536Z | Downloaded usdt v0.5.0 |
1181 | 2024-05-15T02:49:39.536Z | Downloaded url v2.5.0 |
1182 | 2024-05-15T02:49:39.536Z | Downloaded tap v1.0.1 |
1183 | 2024-05-15T02:49:39.536Z | Downloaded tabwriter v1.4.0 |
1184 | 2024-05-15T02:49:39.536Z | Downloaded tabled_derive v0.7.0 |
1185 | 2024-05-15T02:49:39.536Z | Downloaded subprocess v0.2.9 |
1186 | 2024-05-15T02:49:39.536Z | Downloaded strum_macros v0.26.1 |
1187 | 2024-05-15T02:49:39.536Z | Downloaded serde_derive v1.0.201 |
1188 | 2024-05-15T02:49:39.536Z | Downloaded rsa v0.9.2 |
1189 | 2024-05-15T02:49:39.573Z | Downloaded ron v0.8.1 |
1190 | 2024-05-15T02:49:39.573Z | Downloaded reedline v0.31.0 |
1191 | 2024-05-15T02:49:39.573Z | Downloaded mockall_derive v0.12.1 |
1192 | 2024-05-15T02:49:39.573Z | Downloaded mockall v0.12.1 |
1193 | 2024-05-15T02:49:39.573Z | Downloaded miniz_oxide v0.7.1 |
1194 | 2024-05-15T02:49:39.573Z | Downloaded indicatif v0.17.8 |
1195 | 2024-05-15T02:49:39.573Z | Downloaded clap_builder v4.5.2 |
1196 | 2024-05-15T02:49:39.573Z | Downloaded endian-type v0.1.2 |
1197 | 2024-05-15T02:49:39.598Z | Downloaded either v1.11.0 |
1198 | 2024-05-15T02:49:39.598Z | Downloaded dtrace-parser v0.2.0 |
1199 | 2024-05-15T02:49:39.598Z | Downloaded dtrace-parser v0.1.14 |
1200 | 2024-05-15T02:49:39.598Z | Downloaded downcast v0.11.0 |
1201 | 2024-05-15T02:49:39.598Z | Downloaded crunchy v0.2.2 |
1202 | 2024-05-15T02:49:39.599Z | Downloaded crossbeam-utils v0.8.19 |
1203 | 2024-05-15T02:49:39.599Z | Downloaded zone_cfg_derive v0.1.2 |
1204 | 2024-05-15T02:49:39.599Z | Downloaded zone v0.1.8 |
1205 | 2024-05-15T02:49:39.599Z | Downloaded usdt-attr-macro v0.5.0 |
1206 | 2024-05-15T02:49:39.599Z | Downloaded usdt v0.3.5 |
1207 | 2024-05-15T02:49:39.599Z | Downloaded untrusted v0.9.0 |
1208 | 2024-05-15T02:49:39.599Z | Downloaded untrusted v0.7.1 |
1209 | 2024-05-15T02:49:39.599Z | Downloaded tempfile v3.10.1 |
1210 | 2024-05-15T02:49:39.599Z | Downloaded take_mut v0.2.2 |
1211 | 2024-05-15T02:49:39.599Z | Downloaded synstructure v0.12.6 |
1212 | 2024-05-15T02:49:39.599Z | Downloaded sync_wrapper v0.1.2 |
1213 | 2024-05-15T02:49:39.599Z | Downloaded swrite v0.1.0 |
1214 | 2024-05-15T02:49:39.599Z | Downloaded supports-color v3.0.0 |
1215 | 2024-05-15T02:49:39.599Z | Downloaded subtle v2.5.0 |
1216 | 2024-05-15T02:49:39.599Z | Downloaded strum_macros v0.25.2 |
1217 | 2024-05-15T02:49:39.625Z | Downloaded strum_macros v0.24.3 |
1218 | 2024-05-15T02:49:39.625Z | Downloaded strum v0.26.2 |
1219 | 2024-05-15T02:49:39.625Z | Downloaded structmeta-derive v0.3.0 |
1220 | 2024-05-15T02:49:39.625Z | Downloaded sha1 v0.10.6 |
1221 | 2024-05-15T02:49:39.625Z | Downloaded serde_urlencoded v0.7.1 |
1222 | 2024-05-15T02:49:39.625Z | Downloaded serde_spanned v0.6.5 |
1223 | 2024-05-15T02:49:39.625Z | Downloaded serde_repr v0.1.16 |
1224 | 2024-05-15T02:49:39.625Z | Downloaded serde_plain v1.0.2 |
1225 | 2024-05-15T02:49:39.625Z | Downloaded serde_path_to_error v0.1.16 |
1226 | 2024-05-15T02:49:39.625Z | Downloaded serde_arrays v0.1.0 |
1227 | 2024-05-15T02:49:39.625Z | Downloaded serde-hex v0.1.0 |
1228 | 2024-05-15T02:49:39.625Z | Downloaded rustc_version v0.4.0 |
1229 | 2024-05-15T02:49:39.625Z | Downloaded rustc_version v0.1.7 |
1230 | 2024-05-15T02:49:39.625Z | Downloaded rustc-demangle v0.1.23 |
1231 | 2024-05-15T02:49:39.625Z | Downloaded rpassword v7.3.1 |
1232 | 2024-05-15T02:49:39.625Z | Downloaded ref-cast v1.0.23 |
1233 | 2024-05-15T02:49:39.653Z | Downloaded rcgen v0.12.1 |
1234 | 2024-05-15T02:49:39.653Z | Downloaded rayon-core v1.12.1 |
1235 | 2024-05-15T02:49:39.653Z | Downloaded nu-ansi-term v0.50.0 |
1236 | 2024-05-15T02:49:39.653Z | Downloaded nodrop v0.1.14 |
1237 | 2024-05-15T02:49:39.653Z | Downloaded newtype-uuid v1.1.0 |
1238 | 2024-05-15T02:49:39.653Z | Downloaded native-tls v0.2.11 |
1239 | 2024-05-15T02:49:39.653Z | Downloaded nanorand v0.7.0 |
1240 | 2024-05-15T02:49:39.653Z | Downloaded multimap v0.10.0 |
1241 | 2024-05-15T02:49:39.653Z | Downloaded multer v3.1.0 |
1242 | 2024-05-15T02:49:39.653Z | Downloaded mime_guess v2.0.4 |
1243 | 2024-05-15T02:49:39.653Z | Downloaded memmap2 v0.7.1 |
1244 | 2024-05-15T02:49:39.678Z | Downloaded managed v0.8.0 |
1245 | 2024-05-15T02:49:39.678Z | Downloaded lru-cache v0.1.2 |
1246 | 2024-05-15T02:49:39.678Z | Downloaded const-oid v0.9.6 |
1247 | 2024-05-15T02:49:39.678Z | Downloaded compact_str v0.7.1 |
1248 | 2024-05-15T02:49:39.678Z | Downloaded chacha20poly1305 v0.10.1 |
1249 | 2024-05-15T02:49:39.678Z | Downloaded cc v1.0.83 |
1250 | 2024-05-15T02:49:39.678Z | Downloaded bzip2 v0.4.4 |
1251 | 2024-05-15T02:49:39.679Z | Downloaded bytes v1.6.0 |
1252 | 2024-05-15T02:49:39.679Z | Downloaded blake3 v1.5.0 |
1253 | 2024-05-15T02:49:39.703Z | Downloaded bindgen v0.69.2 |
1254 | 2024-05-15T02:49:39.703Z | Downloaded serde_derive_internals v0.29.0 |
1255 | 2024-05-15T02:49:39.703Z | Downloaded serde-big-array v0.5.1 |
1256 | 2024-05-15T02:49:39.703Z | Downloaded rustfmt-wrapper v0.2.1 |
1257 | 2024-05-15T02:49:39.704Z | Downloaded rustc-hash v1.1.0 |
1258 | 2024-05-15T02:49:39.704Z | Downloaded rtoolbox v0.0.1 |
1259 | 2024-05-15T02:49:39.704Z | Downloaded normalize-line-endings v0.3.0 |
1260 | 2024-05-15T02:49:39.704Z | Downloaded nibble_vec v0.1.0 |
1261 | 2024-05-15T02:49:39.704Z | Downloaded newtype_derive v0.1.6 |
1262 | 2024-05-15T02:49:39.704Z | Downloaded newline-converter v0.3.0 |
1263 | 2024-05-15T02:49:39.704Z | Downloaded mime v0.3.17 |
1264 | 2024-05-15T02:49:39.704Z | Downloaded memoffset v0.7.1 |
1265 | 2024-05-15T02:49:39.729Z | Downloaded maybe-uninit v2.0.0 |
1266 | 2024-05-15T02:49:39.729Z | Downloaded macaddr v1.0.1 |
1267 | 2024-05-15T02:49:39.729Z | Downloaded log v0.4.21 |
1268 | 2024-05-15T02:49:39.729Z | Downloaded lock_api v0.4.10 |
1269 | 2024-05-15T02:49:39.729Z | Downloaded lazy_static v1.4.0 |
1270 | 2024-05-15T02:49:39.729Z | Downloaded keccak v0.1.4 |
1271 | 2024-05-15T02:49:39.729Z | Downloaded indoc v2.0.3 |
1272 | 2024-05-15T02:49:39.730Z | Downloaded crc32fast v1.3.2 |
1273 | 2024-05-15T02:49:39.730Z | Downloaded cookie_store v0.20.0 |
1274 | 2024-05-15T02:49:39.730Z | Downloaded cookie v0.17.0 |
1275 | 2024-05-15T02:49:39.730Z | Downloaded convert_case v0.4.0 |
1276 | 2024-05-15T02:49:39.730Z | Downloaded const_format_proc_macros v0.2.32 |
1277 | 2024-05-15T02:49:39.730Z | Downloaded console v0.15.8 |
1278 | 2024-05-15T02:49:39.756Z | Downloaded clap_lex v0.7.0 |
1279 | 2024-05-15T02:49:39.756Z | Downloaded clap_derive v4.5.4 |
1280 | 2024-05-15T02:49:39.756Z | Downloaded cipher v0.4.4 |
1281 | 2024-05-15T02:49:39.756Z | Downloaded ciborium-ll v0.2.2 |
1282 | 2024-05-15T02:49:39.756Z | Downloaded chrono v0.4.38 |
1283 | 2024-05-15T02:49:39.756Z | Downloaded byteorder v1.5.0 |
1284 | 2024-05-15T02:49:39.756Z | Downloaded memmap v0.7.0 |
1285 | 2024-05-15T02:49:39.756Z | Downloaded md-5 v0.10.5 |
1286 | 2024-05-15T02:49:39.756Z | Downloaded matches v0.1.10 |
1287 | 2024-05-15T02:49:39.756Z | Downloaded maplit v1.0.2 |
1288 | 2024-05-15T02:49:39.756Z | Downloaded linked-hash-map v0.5.6 |
1289 | 2024-05-15T02:49:39.781Z | Downloaded libloading v0.7.4 |
1290 | 2024-05-15T02:49:39.781Z | Downloaded libefi-sys v0.1.0 |
1291 | 2024-05-15T02:49:39.781Z | Downloaded lalrpop-util v0.19.12 |
1292 | 2024-05-15T02:49:39.781Z | Downloaded kstat-rs v0.2.3 |
1293 | 2024-05-15T02:49:39.781Z | Downloaded itoa v1.0.9 |
1294 | 2024-05-15T02:49:39.781Z | Downloaded is-terminal v0.4.9 |
1295 | 2024-05-15T02:49:39.781Z | Downloaded ipnet v2.9.0 |
1296 | 2024-05-15T02:49:39.781Z | Downloaded indoc v1.0.9 |
1297 | 2024-05-15T02:49:39.781Z | Downloaded hyper-tls v0.5.0 |
1298 | 2024-05-15T02:49:39.781Z | Downloaded crc v3.0.1 |
1299 | 2024-05-15T02:49:39.781Z | Downloaded cpufeatures v0.2.12 |
1300 | 2024-05-15T02:49:39.781Z | Downloaded cookie v0.18.1 |
1301 | 2024-05-15T02:49:39.782Z | Downloaded constant_time_eq v0.3.0 |
1302 | 2024-05-15T02:49:39.782Z | Downloaded colored v2.1.0 |
1303 | 2024-05-15T02:49:39.782Z | Downloaded colorchoice v1.0.0 |
1304 | 2024-05-15T02:49:39.782Z | Downloaded cobs v0.2.3 |
1305 | 2024-05-15T02:49:39.807Z | Downloaded clap v4.5.4 |
1306 | 2024-05-15T02:49:39.807Z | Downloaded ciborium v0.2.2 |
1307 | 2024-05-15T02:49:39.807Z | Downloaded chacha20 v0.9.1 |
1308 | 2024-05-15T02:49:39.807Z | Downloaded cfg_aliases v0.1.1 |
1309 | 2024-05-15T02:49:39.807Z | Downloaded cexpr v0.6.0 |
1310 | 2024-05-15T02:49:39.807Z | Downloaded castaway v0.2.2 |
1311 | 2024-05-15T02:49:39.807Z | Downloaded cassowary v0.3.0 |
1312 | 2024-05-15T02:49:39.807Z | Downloaded cargo-platform v0.1.3 |
1313 | 2024-05-15T02:49:39.807Z | Downloaded camino-tempfile v1.1.1 |
1314 | 2024-05-15T02:49:39.832Z | Downloaded camino v1.1.6 |
1315 | 2024-05-15T02:49:39.832Z | Downloaded block-buffer v0.10.4 |
1316 | 2024-05-15T02:49:39.832Z | Downloaded crossbeam-channel v0.5.8 |
1317 | 2024-05-15T02:49:39.832Z | Downloaded crc-catalog v2.2.0 |
1318 | 2024-05-15T02:49:39.832Z | Downloaded crc-any v2.4.3 |
1319 | 2024-05-15T02:49:39.832Z | Downloaded corncobs v0.1.3 |
1320 | 2024-05-15T02:49:39.833Z | Downloaded const_format v0.2.32 |
1321 | 2024-05-15T02:49:39.857Z | Downloaded clang-sys v1.6.1 |
1322 | 2024-05-15T02:49:39.857Z | Downloaded cfg-if v1.0.0 |
1323 | 2024-05-15T02:49:39.857Z | Downloaded buf-list v1.0.3 |
1324 | 2024-05-15T02:49:39.857Z | Downloaded bstr v0.2.17 |
1325 | 2024-05-15T02:49:39.883Z | Downloaded bitstruct_derive v0.1.0 |
1326 | 2024-05-15T02:49:39.883Z | Downloaded bitflags v2.4.2 |
1327 | 2024-05-15T02:49:39.883Z | Downloaded bitflags v1.3.2 |
1328 | 2024-05-15T02:49:39.883Z | Downloaded bitfield v0.14.0 |
1329 | 2024-05-15T02:49:39.883Z | Downloaded bb8 v0.8.3 |
1330 | 2024-05-15T02:49:39.883Z | Downloaded base64 v0.21.7 |
1331 | 2024-05-15T02:49:39.883Z | Downloaded lazycell v1.3.0 |
1332 | 2024-05-15T02:49:39.883Z | Downloaded inout v0.1.3 |
1333 | 2024-05-15T02:49:39.883Z | Downloaded indexmap v2.2.6 |
1334 | 2024-05-15T02:49:39.883Z | Downloaded impl-trait-for-tuples v0.2.2 |
1335 | 2024-05-15T02:49:39.911Z | Downloaded idna v0.3.0 |
1336 | 2024-05-15T02:49:39.911Z | Downloaded hyper v0.14.28 |
1337 | 2024-05-15T02:49:39.911Z | Downloaded ciborium-io v0.2.2 |
1338 | 2024-05-15T02:49:39.911Z | Downloaded cargo_metadata v0.18.1 |
1339 | 2024-05-15T02:49:39.911Z | Downloaded cancel-safe-futures v0.1.5 |
1340 | 2024-05-15T02:49:39.936Z | Downloaded block-padding v0.3.3 |
1341 | 2024-05-15T02:49:39.936Z | Downloaded blake2 v0.10.6 |
1342 | 2024-05-15T02:49:39.936Z | Downloaded bitstruct v0.1.1 |
1343 | 2024-05-15T02:49:39.936Z | Downloaded bit-vec v0.6.3 |
1344 | 2024-05-15T02:49:39.936Z | Downloaded bit-set v0.5.3 |
1345 | 2024-05-15T02:49:39.936Z | Downloaded base64ct v1.6.0 |
1346 | 2024-05-15T02:49:39.936Z | Downloaded base64 v0.22.1 |
1347 | 2024-05-15T02:49:39.936Z | Downloaded libsw v3.3.1 |
1348 | 2024-05-15T02:49:39.936Z | Downloaded is_ci v1.2.0 |
1349 | 2024-05-15T02:49:39.936Z | Downloaded idna v0.2.3 |
1350 | 2024-05-15T02:49:39.936Z | Downloaded bytecount v0.6.3 |
1351 | 2024-05-15T02:49:39.961Z | Downloaded bitvec v1.0.1 |
1352 | 2024-05-15T02:49:39.961Z | Downloaded bcs v0.1.6 |
1353 | 2024-05-15T02:49:39.961Z | Downloaded base64 v0.13.1 |
1354 | 2024-05-15T02:49:39.961Z | Downloaded atty v0.2.14 |
1355 | 2024-05-15T02:49:39.986Z | Downloaded atomic-waker v1.1.1 |
1356 | 2024-05-15T02:49:39.986Z | Downloaded indexmap v1.9.3 |
1357 | 2024-05-15T02:49:39.986Z | Downloaded ident_case v1.0.1 |
1358 | 2024-05-15T02:49:39.986Z | Downloaded iana-time-zone v0.1.57 |
1359 | 2024-05-15T02:49:39.986Z | Downloaded hyper-staticfile v0.9.5 |
1360 | 2024-05-15T02:49:39.986Z | Downloaded hubpack_derive v0.1.1 |
1361 | 2024-05-15T02:49:39.986Z | Downloaded backtrace v0.3.69 |
1362 | 2024-05-15T02:49:39.986Z | Downloaded backoff v0.4.0 |
1363 | 2024-05-15T02:49:39.986Z | Downloaded async-stream v0.3.5 |
1364 | 2024-05-15T02:49:39.987Z | Downloaded argon2 v0.5.3 |
1365 | 2024-05-15T02:49:39.987Z | Downloaded hyper-rustls v0.24.2 |
1366 | 2024-05-15T02:49:40.012Z | Downloaded humantime v2.1.0 |
1367 | 2024-05-15T02:49:40.012Z | Downloaded hubpack v0.1.2 |
1368 | 2024-05-15T02:49:40.012Z | Downloaded httparse v1.8.0 |
1369 | 2024-05-15T02:49:40.012Z | Downloaded http-range v0.1.5 |
1370 | 2024-05-15T02:49:40.012Z | Downloaded http v1.0.0 |
1371 | 2024-05-15T02:49:40.012Z | Downloaded http v0.2.12 |
1372 | 2024-05-15T02:49:40.012Z | Downloaded hostname v0.4.0 |
1373 | 2024-05-15T02:49:40.012Z | Downloaded home v0.5.5 |
1374 | 2024-05-15T02:49:40.012Z | Downloaded hmac v0.12.1 |
1375 | 2024-05-15T02:49:40.012Z | Downloaded hkdf v0.12.4 |
1376 | 2024-05-15T02:49:40.012Z | Downloaded highway v1.1.0 |
1377 | 2024-05-15T02:49:40.037Z | Downloaded hex v0.4.3 |
1378 | 2024-05-15T02:49:40.037Z | Downloaded autocfg v1.1.0 |
1379 | 2024-05-15T02:49:40.037Z | Downloaded atomicwrites v0.4.3 |
1380 | 2024-05-15T02:49:40.037Z | Downloaded async-trait v0.1.80 |
1381 | 2024-05-15T02:49:40.037Z | Downloaded async-stream-impl v0.3.5 |
1382 | 2024-05-15T02:49:40.037Z | Downloaded assert_matches v1.5.0 |
1383 | 2024-05-15T02:49:40.037Z | Downloaded array-init v0.0.4 |
1384 | 2024-05-15T02:49:40.037Z | Downloaded anyhow v1.0.83 |
1385 | 2024-05-15T02:49:40.037Z | Downloaded http-body v0.4.5 |
1386 | 2024-05-15T02:49:40.037Z | Downloaded hostname v0.3.1 |
1387 | 2024-05-15T02:49:40.037Z | Downloaded heck v0.5.0 |
1388 | 2024-05-15T02:49:40.037Z | Downloaded heapless v0.8.0 |
1389 | 2024-05-15T02:49:40.062Z | Downloaded heapless v0.7.16 |
1390 | 2024-05-15T02:49:40.062Z | Downloaded headers-core v0.2.0 |
1391 | 2024-05-15T02:49:40.062Z | Downloaded headers v0.3.9 |
1392 | 2024-05-15T02:49:40.062Z | Downloaded hashbrown v0.14.3 |
1393 | 2024-05-15T02:49:40.062Z | Downloaded hashbrown v0.13.2 |
1394 | 2024-05-15T02:49:40.087Z | Downloaded async-recursion v1.1.1 |
1395 | 2024-05-15T02:49:40.087Z | Downloaded ascii-canvas v3.0.0 |
1396 | 2024-05-15T02:49:40.087Z | Downloaded arrayvec v0.7.4 |
1397 | 2024-05-15T02:49:40.087Z | Downloaded arc-swap v1.6.0 |
1398 | 2024-05-15T02:49:40.087Z | Downloaded anstyle-query v1.0.0 |
1399 | 2024-05-15T02:49:40.087Z | Downloaded anstream v0.6.11 |
1400 | 2024-05-15T02:49:40.087Z | Downloaded addr2line v0.21.0 |
1401 | 2024-05-15T02:49:40.087Z | Downloaded heck v0.3.3 |
1402 | 2024-05-15T02:49:40.087Z | Downloaded base16ct v0.2.0 |
1403 | 2024-05-15T02:49:40.087Z | Downloaded ascii v1.1.0 |
1404 | 2024-05-15T02:49:40.112Z | Downloaded anstyle-parse v0.2.1 |
1405 | 2024-05-15T02:49:40.112Z | Downloaded anstyle v1.0.7 |
1406 | 2024-05-15T02:49:40.113Z | Downloaded allocator-api2 v0.2.16 |
1407 | 2024-05-15T02:49:40.113Z | Downloaded ahash v0.8.8 |
1408 | 2024-05-15T02:49:40.113Z | Downloaded adler v1.0.2 |
1409 | 2024-05-15T02:49:40.113Z | Downloaded arrayref v0.3.7 |
1410 | 2024-05-15T02:49:40.113Z | Downloaded aho-corasick v1.1.2 |
1411 | 2024-05-15T02:49:40.113Z | Downloaded aead v0.5.2 |
1412 | 2024-05-15T02:49:40.395Z | Compiling proc-macro2 v1.0.82 |
1413 | 2024-05-15T02:49:40.395Z | Compiling unicode-ident v1.0.12 |
1414 | 2024-05-15T02:49:40.420Z | Compiling libc v0.2.153 |
1415 | 2024-05-15T02:49:40.420Z | Compiling serde v1.0.201 |
1416 | 2024-05-15T02:49:40.420Z | Compiling autocfg v1.1.0 |
1417 | 2024-05-15T02:49:40.420Z | Compiling version_check v0.9.4 |
1418 | 2024-05-15T02:49:40.420Z | Compiling cfg-if v1.0.0 |
1419 | 2024-05-15T02:49:40.641Z | Compiling once_cell v1.19.0 |
1420 | 2024-05-15T02:49:40.670Z | Compiling parking_lot_core v0.9.8 |
1421 | 2024-05-15T02:49:40.736Z | Compiling serde_json v1.0.116 |
1422 | 2024-05-15T02:49:41.086Z | Compiling byteorder v1.5.0 |
1423 | 2024-05-15T02:49:41.113Z | Compiling libm v0.2.7 |
1424 | 2024-05-15T02:49:41.139Z | Compiling memchr v2.7.1 |
1425 | 2024-05-15T02:49:41.164Z | Compiling ahash v0.8.8 |
1426 | 2024-05-15T02:49:41.362Z | Compiling lock_api v0.4.10 |
1427 | 2024-05-15T02:49:41.456Z | Compiling num-traits v0.2.19 |
1428 | 2024-05-15T02:49:41.522Z | Compiling thiserror v1.0.59 |
1429 | 2024-05-15T02:49:41.558Z | Compiling typenum v1.16.0 |
1430 | 2024-05-15T02:49:41.704Z | Compiling log v0.4.21 |
1431 | 2024-05-15T02:49:42.017Z | Compiling generic-array v0.14.7 |
1432 | 2024-05-15T02:49:42.325Z | Compiling quote v1.0.36 |
1433 | 2024-05-15T02:49:42.411Z | Compiling cc v1.0.83 |
1434 | 2024-05-15T02:49:42.476Z | Compiling getrandom v0.2.12 |
1435 | 2024-05-15T02:49:42.596Z | Compiling itoa v1.0.9 |
1436 | 2024-05-15T02:49:42.715Z | Compiling syn v2.0.60 |
1437 | 2024-05-15T02:49:42.891Z | Compiling scopeguard v1.2.0 |
1438 | 2024-05-15T02:49:43.058Z | Compiling allocator-api2 v0.2.16 |
1439 | 2024-05-15T02:49:43.141Z | Compiling slab v0.4.9 |
1440 | 2024-05-15T02:49:43.389Z | Compiling ryu v1.0.15 |
1441 | 2024-05-15T02:49:43.478Z | Compiling pin-project-lite v0.2.13 |
1442 | 2024-05-15T02:49:43.505Z | Compiling smallvec v1.13.1 |
1443 | 2024-05-15T02:49:43.675Z | Compiling schemars v0.8.17 |
1444 | 2024-05-15T02:49:43.719Z | Compiling equivalent v1.0.1 |
1445 | 2024-05-15T02:49:43.744Z | Compiling syn v1.0.109 |
1446 | 2024-05-15T02:49:44.224Z | Compiling vcpkg v0.2.15 |
1447 | 2024-05-15T02:49:44.257Z | Compiling pkg-config v0.3.27 |
1448 | 2024-05-15T02:49:44.489Z | Compiling parking_lot v0.12.1 |
1449 | 2024-05-15T02:49:44.621Z | Compiling ring v0.17.8 |
1450 | 2024-05-15T02:49:44.866Z | Compiling signal-hook-registry v1.4.1 |
1451 | 2024-05-15T02:49:45.515Z | Compiling mio v0.8.11 |
1452 | 2024-05-15T02:49:45.552Z | Compiling openssl-sys v0.9.102 |
1453 | 2024-05-15T02:49:46.401Z | Compiling fnv v1.0.7 |
1454 | 2024-05-15T02:49:46.511Z | Compiling rand_core v0.6.4 |
1455 | 2024-05-15T02:49:46.650Z | Compiling num_cpus v1.16.0 |
1456 | 2024-05-15T02:49:46.767Z | Compiling socket2 v0.5.6 |
1457 | 2024-05-15T02:49:46.934Z | Compiling num-conv v0.1.0 |
1458 | 2024-05-15T02:49:47.071Z | Compiling time-core v0.1.2 |
1459 | 2024-05-15T02:49:47.137Z | Compiling ring v0.16.20 |
1460 | 2024-05-15T02:49:47.244Z | Compiling time-macros v0.2.17 |
1461 | 2024-05-15T02:49:47.378Z | Compiling httparse v1.8.0 |
1462 | 2024-05-15T02:49:47.927Z | Compiling futures-core v0.3.30 |
1463 | 2024-05-15T02:49:48.149Z | Compiling rustix v0.38.31 |
1464 | 2024-05-15T02:49:48.250Z | Compiling openssl v0.10.64 |
1465 | 2024-05-15T02:49:48.558Z | Compiling serde_derive_internals v0.29.0 |
1466 | 2024-05-15T02:49:48.620Z | Compiling crossbeam-utils v0.8.19 |
1467 | 2024-05-15T02:49:48.660Z | Compiling semver v1.0.22 |
1468 | 2024-05-15T02:49:48.687Z | Compiling iana-time-zone v0.1.57 |
1469 | 2024-05-15T02:49:49.073Z | Compiling rustls v0.21.9 |
1470 | 2024-05-15T02:49:49.109Z | Compiling native-tls v0.2.11 |
1471 | 2024-05-15T02:49:49.384Z | Compiling spin v0.5.2 |
1472 | 2024-05-15T02:49:49.496Z | Compiling tinyvec_macros v0.1.1 |
1473 | 2024-05-15T02:49:49.585Z | Compiling tinyvec v1.6.0 |
1474 | 2024-05-15T02:49:49.609Z | Compiling spin v0.9.8 |
1475 | 2024-05-15T02:49:49.987Z | Compiling ucd-trie v0.1.6 |
1476 | 2024-05-15T02:49:50.063Z | Compiling const-oid v0.9.6 |
1477 | 2024-05-15T02:49:50.095Z | Compiling subtle v2.5.0 |
1478 | 2024-05-15T02:49:50.326Z | Compiling futures-sink v0.3.30 |
1479 | 2024-05-15T02:49:50.477Z | Compiling backtrace v0.3.69 |
1480 | 2024-05-15T02:49:50.682Z | Compiling cookie v0.17.0 |
1481 | 2024-05-15T02:49:50.777Z | Compiling unicode-normalization v0.1.22 |
1482 | 2024-05-15T02:49:50.849Z | Compiling heck v0.5.0 |
1483 | 2024-05-15T02:49:50.953Z | Compiling heck v0.4.1 |
1484 | 2024-05-15T02:49:51.204Z | Compiling slog v2.7.0 |
1485 | 2024-05-15T02:49:51.309Z | Compiling dyn-clone v1.0.17 |
1486 | 2024-05-15T02:49:51.422Z | Compiling unicode-bidi v0.3.15 |
1487 | 2024-05-15T02:49:51.591Z | Compiling futures-channel v0.3.30 |
1488 | 2024-05-15T02:49:51.833Z | Compiling tracing-core v0.1.32 |
1489 | 2024-05-15T02:49:51.927Z | Compiling futures-task v0.3.30 |
1490 | 2024-05-15T02:49:52.195Z | Compiling pin-utils v0.1.0 |
1491 | 2024-05-15T02:49:52.292Z | Compiling futures-io v0.3.30 |
1492 | 2024-05-15T02:49:52.711Z | Compiling aho-corasick v1.1.2 |
1493 | 2024-05-15T02:49:52.741Z | Compiling winnow v0.5.15 |
1494 | 2024-05-15T02:49:52.984Z | Compiling serde_derive v1.0.201 |
1495 | 2024-05-15T02:49:53.051Z | Compiling zerocopy-derive v0.7.32 |
1496 | 2024-05-15T02:49:53.898Z | Compiling zeroize_derive v1.4.2 |
1497 | 2024-05-15T02:49:54.628Z | Compiling thiserror-impl v1.0.59 |
1498 | 2024-05-15T02:49:54.669Z | Compiling zerocopy v0.7.32 |
1499 | 2024-05-15T02:49:55.026Z | Compiling tokio-macros v2.2.0 |
1500 | 2024-05-15T02:49:55.395Z | Compiling futures-macro v0.3.30 |
1501 | 2024-05-15T02:49:55.952Z | Compiling tracing-attributes v0.1.27 |
1502 | 2024-05-15T02:49:56.231Z | Compiling schemars_derive v0.8.17 |
1503 | 2024-05-15T02:49:56.413Z | Compiling hashbrown v0.14.3 |
1504 | 2024-05-15T02:49:56.892Z | Compiling zeroize v1.7.0 |
1505 | 2024-05-15T02:49:57.441Z | Compiling openssl-macros v0.1.1 |
1506 | 2024-05-15T02:49:57.935Z | Compiling scroll_derive v0.12.0 |
1507 | 2024-05-15T02:49:58.082Z | Compiling pest v2.7.6 |
1508 | 2024-05-15T02:49:58.231Z | Compiling crypto-common v0.1.6 |
1509 | 2024-05-15T02:49:58.400Z | Compiling futures-util v0.3.30 |
1510 | 2024-05-15T02:49:58.636Z | Compiling tracing v0.1.40 |
1511 | 2024-05-15T02:49:58.704Z | Compiling der_derive v0.7.2 |
1512 | 2024-05-15T02:49:59.096Z | Compiling anyhow v1.0.83 |
1513 | 2024-05-15T02:49:59.432Z | Compiling regex-syntax v0.8.2 |
1514 | 2024-05-15T02:49:59.969Z | Compiling pest_meta v2.7.6 |
1515 | 2024-05-15T02:50:00.537Z | Compiling block-buffer v0.10.4 |
1516 | 2024-05-15T02:50:00.841Z | Compiling usdt-impl v0.5.0 |
1517 | 2024-05-15T02:50:01.083Z | Compiling pest_generator v2.7.6 |
1518 | 2024-05-15T02:50:02.096Z | Compiling regex-automata v0.4.5 |
1519 | 2024-05-15T02:50:02.408Z | Compiling powerfmt v0.2.0 |
1520 | 2024-05-15T02:50:02.818Z | Compiling untrusted v0.9.0 |
1521 | 2024-05-15T02:50:02.981Z | Compiling rustversion v1.0.14 |
1522 | 2024-05-15T02:50:03.049Z | Compiling bytes v1.6.0 |
1523 | 2024-05-15T02:50:03.443Z | Compiling indexmap v2.2.6 |
1524 | 2024-05-15T02:50:04.007Z | Compiling bitflags v2.4.2 |
1525 | 2024-05-15T02:50:04.032Z | Compiling uuid v1.8.0 |
1526 | 2024-05-15T02:50:04.614Z | Compiling tokio v1.37.0 |
1527 | 2024-05-15T02:50:04.638Z | Compiling chrono v0.4.38 |
1528 | 2024-05-15T02:50:05.296Z | Compiling serde_tokenstream v0.2.0 |
1529 | 2024-05-15T02:50:05.724Z | Compiling serde_spanned v0.6.5 |
1530 | 2024-05-15T02:50:05.903Z | Compiling toml_datetime v0.6.5 |
1531 | 2024-05-15T02:50:06.824Z | Compiling http v0.2.12 |
1532 | 2024-05-15T02:50:07.794Z | Compiling rustc_version v0.4.0 |
1533 | 2024-05-15T02:50:08.569Z | Compiling toml_edit v0.19.15 |
1534 | 2024-05-15T02:50:09.032Z | Compiling pest_derive v2.7.6 |
1535 | 2024-05-15T02:50:09.399Z | Compiling heapless v0.7.16 |
1536 | 2024-05-15T02:50:09.747Z | Compiling deranged v0.3.11 |
1537 | 2024-05-15T02:50:10.956Z | Compiling digest v0.10.7 |
1538 | 2024-05-15T02:50:11.292Z | Compiling scroll v0.12.0 |
1539 | 2024-05-15T02:50:11.561Z | Compiling ppv-lite86 v0.2.17 |
1540 | 2024-05-15T02:50:11.734Z | Compiling percent-encoding v2.3.1 |
1541 | 2024-05-15T02:50:12.173Z | Compiling num_threads v0.1.6 |
1542 | 2024-05-15T02:50:12.306Z | Compiling plain v0.2.3 |
1543 | 2024-05-15T02:50:12.387Z | Compiling signal-hook v0.3.17 |
1544 | 2024-05-15T02:50:12.463Z | Compiling goblin v0.8.0 |
1545 | 2024-05-15T02:50:12.648Z | Compiling rand_chacha v0.3.1 |
1546 | 2024-05-15T02:50:12.682Z | Compiling time v0.3.34 |
1547 | 2024-05-15T02:50:14.029Z | Compiling regex v1.10.4 |
1548 | 2024-05-15T02:50:16.196Z | Compiling pretty-hex v0.4.1 |
1549 | 2024-05-15T02:50:16.283Z | Compiling crc32fast v1.3.2 |
1550 | 2024-05-15T02:50:16.626Z | Compiling rand v0.8.5 |
1551 | 2024-05-15T02:50:16.807Z | Compiling dof v0.3.0 |
1552 | 2024-05-15T02:50:17.343Z | Compiling tokio-util v0.7.10 |
1553 | 2024-05-15T02:50:18.224Z | Compiling dtrace-parser v0.2.0 |
1554 | 2024-05-15T02:50:18.495Z | Compiling async-trait v0.1.80 |
1555 | 2024-05-15T02:50:19.584Z | Compiling thread-id v4.2.0 |
1556 | 2024-05-15T02:50:19.646Z | Compiling num-bigint v0.4.4 |
1557 | 2024-05-15T02:50:19.697Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1558 | 2024-05-15T02:50:19.775Z | Compiling unicode-width v0.1.11 |
1559 | 2024-05-15T02:50:19.916Z | Compiling foreign-types-shared v0.1.1 |
1560 | 2024-05-15T02:50:20.013Z | Compiling smoltcp v0.9.1 |
1561 | 2024-05-15T02:50:20.038Z | Compiling untrusted v0.7.1 |
1562 | 2024-05-15T02:50:20.200Z | Compiling base64ct v1.6.0 |
1563 | 2024-05-15T02:50:20.430Z | Compiling foreign-types v0.3.2 |
1564 | 2024-05-15T02:50:20.647Z | Compiling pem-rfc7468 v0.7.0 |
1565 | 2024-05-15T02:50:21.758Z | Compiling form_urlencoded v1.2.1 |
1566 | 2024-05-15T02:50:22.485Z | Compiling hmac v0.12.1 |
1567 | 2024-05-15T02:50:22.809Z | Compiling errno v0.3.8 |
1568 | 2024-05-15T02:50:23.033Z | Compiling adler v1.0.2 |
1569 | 2024-05-15T02:50:23.148Z | Compiling base64 v0.21.7 |
1570 | 2024-05-15T02:50:23.197Z | Compiling flagset v0.4.3 |
1571 | 2024-05-15T02:50:23.271Z | Compiling siphasher v0.3.11 |
1572 | 2024-05-15T02:50:23.295Z | Compiling try-lock v0.2.4 |
1573 | 2024-05-15T02:50:23.448Z | Compiling want v0.3.1 |
1574 | 2024-05-15T02:50:23.509Z | Compiling der v0.7.8 |
1575 | 2024-05-15T02:50:23.593Z | Compiling miniz_oxide v0.7.1 |
1576 | 2024-05-15T02:50:24.256Z | Compiling sct v0.7.0 |
1577 | 2024-05-15T02:50:24.478Z | Compiling rustls-webpki v0.101.7 |
1578 | 2024-05-15T02:50:25.773Z | Compiling h2 v0.3.26 |
1579 | 2024-05-15T02:50:26.311Z | Compiling http-body v0.4.5 |
1580 | 2024-05-15T02:50:27.385Z | Compiling openapiv3 v2.0.0 |
1581 | 2024-05-15T02:50:27.410Z | Compiling hubpack_derive v0.1.1 |
1582 | 2024-05-15T02:50:27.502Z | Compiling zerocopy-derive v0.6.6 |
1583 | 2024-05-15T02:50:27.827Z | Compiling lazy_static v1.4.0 |
1584 | 2024-05-15T02:50:27.938Z | Compiling idna v0.5.0 |
1585 | 2024-05-15T02:50:28.494Z | Compiling fs-err v2.11.0 |
1586 | 2024-05-15T02:50:28.745Z | Compiling utf8parse v0.2.1 |
1587 | 2024-05-15T02:50:28.922Z | Compiling tower-service v0.3.2 |
1588 | 2024-05-15T02:50:29.064Z | Compiling httpdate v1.0.3 |
1589 | 2024-05-15T02:50:29.186Z | Compiling cpufeatures v0.2.12 |
1590 | 2024-05-15T02:50:29.273Z | Compiling stable_deref_trait v1.2.0 |
1591 | 2024-05-15T02:50:29.327Z | Compiling gimli v0.28.0 |
1592 | 2024-05-15T02:50:29.703Z | Compiling openssl-probe v0.1.5 |
1593 | 2024-05-15T02:50:30.292Z | Compiling anstyle v1.0.7 |
1594 | 2024-05-15T02:50:30.873Z | Compiling sha2 v0.10.8 |
1595 | 2024-05-15T02:50:31.106Z | Compiling anstyle-parse v0.2.1 |
1596 | 2024-05-15T02:50:31.369Z | Compiling hyper v0.14.28 |
1597 | 2024-05-15T02:50:31.510Z | Compiling url v2.5.0 |
1598 | 2024-05-15T02:50:32.926Z | Compiling addr2line v0.21.0 |
1599 | 2024-05-15T02:50:33.988Z | Compiling spki v0.7.2 |
1600 | 2024-05-15T02:50:34.306Z | Compiling usdt-attr-macro v0.5.0 |
1601 | 2024-05-15T02:50:34.347Z | Compiling usdt-macro v0.5.0 |
1602 | 2024-05-15T02:50:35.657Z | Compiling md-5 v0.10.5 |
1603 | 2024-05-15T02:50:38.706Z | Compiling idna v0.3.0 |
1604 | 2024-05-15T02:50:39.177Z | Compiling stringprep v0.1.3 |
1605 | 2024-05-15T02:50:39.527Z | Compiling diesel_table_macro_syntax v0.1.0 |
1606 | 2024-05-15T02:50:39.824Z | Compiling num-integer v0.1.46 |
1607 | 2024-05-15T02:50:39.855Z | Compiling object v0.32.1 |
1608 | 2024-05-15T02:50:40.122Z | Compiling hash32 v0.2.1 |
1609 | 2024-05-15T02:50:43.246Z | Compiling rustc-demangle v0.1.23 |
1610 | 2024-05-15T02:50:44.048Z | Compiling psl-types v2.0.11 |
1611 | 2024-05-15T02:50:44.213Z | Compiling fallible-iterator v0.2.0 |
1612 | 2024-05-15T02:50:44.785Z | Compiling colorchoice v1.0.0 |
1613 | 2024-05-15T02:50:44.925Z | Compiling anstyle-query v1.0.0 |
1614 | 2024-05-15T02:50:45.041Z | Compiling anstream v0.6.11 |
1615 | 2024-05-15T02:50:45.555Z | Compiling postgres-protocol v0.6.6 |
1616 | 2024-05-15T02:50:45.997Z | Compiling publicsuffix v2.2.3 |
1617 | 2024-05-15T02:50:47.605Z | Compiling diesel_derives v2.1.2 |
1618 | 2024-05-15T02:50:48.421Z | Compiling tokio-rustls v0.24.1 |
1619 | 2024-05-15T02:50:52.644Z | Compiling pkcs8 v0.10.2 |
1620 | 2024-05-15T02:50:53.074Z | Compiling terminal_size v0.3.0 |
1621 | 2024-05-15T02:50:53.244Z | Compiling tokio-native-tls v0.3.1 |
1622 | 2024-05-15T02:50:53.469Z | Compiling phf_shared v0.11.2 |
1623 | 2024-05-15T02:50:53.792Z | Compiling strum_macros v0.25.2 |
1624 | 2024-05-15T02:50:53.977Z | Compiling block-padding v0.3.3 |
1625 | 2024-05-15T02:50:54.015Z | Compiling regress v0.9.1 |
1626 | 2024-05-15T02:50:54.188Z | Compiling enum-as-inner v0.5.1 |
1627 | 2024-05-15T02:50:54.857Z | Compiling serde_repr v0.1.16 |
1628 | 2024-05-15T02:50:54.934Z | Compiling clap_derive v4.5.4 |
1629 | 2024-05-15T02:50:56.690Z | Compiling ff v0.13.0 |
1630 | 2024-05-15T02:50:56.901Z | Compiling scheduled-thread-pool v0.2.7 |
1631 | 2024-05-15T02:50:57.652Z | Compiling encoding_rs v0.8.33 |
1632 | 2024-05-15T02:50:58.008Z | Compiling clap_lex v0.7.0 |
1633 | 2024-05-15T02:50:58.371Z | Compiling ipnet v2.9.0 |
1634 | 2024-05-15T02:50:58.435Z | Compiling bitflags v1.3.2 |
1635 | 2024-05-15T02:50:58.463Z | Compiling strsim v0.10.0 |
1636 | 2024-05-15T02:50:58.654Z | Compiling ident_case v1.0.1 |
1637 | 2024-05-15T02:50:58.840Z | Compiling regex-automata v0.1.10 |
1638 | 2024-05-15T02:50:58.981Z | Compiling managed v0.8.0 |
1639 | 2024-05-15T02:50:59.234Z | Compiling strsim v0.11.0 |
1640 | 2024-05-15T02:50:59.402Z | Compiling matches v0.1.10 |
1641 | 2024-05-15T02:50:59.660Z | Compiling base16ct v0.2.0 |
1642 | 2024-05-15T02:50:59.685Z | Compiling bit-vec v0.6.3 |
1643 | 2024-05-15T02:50:59.895Z | Compiling mime v0.3.17 |
1644 | 2024-05-15T02:51:00.006Z | Compiling sec1 v0.7.3 |
1645 | 2024-05-15T02:51:00.709Z | Compiling clap_builder v4.5.2 |
1646 | 2024-05-15T02:51:00.790Z | Compiling idna v0.2.3 |
1647 | 2024-05-15T02:51:02.155Z | Compiling bstr v0.2.17 |
1648 | 2024-05-15T02:51:02.327Z | Compiling darling_core v0.20.8 |
1649 | 2024-05-15T02:51:03.297Z | Compiling r2d2 v0.8.10 |
1650 | 2024-05-15T02:51:04.274Z | Compiling group v0.13.0 |
1651 | 2024-05-15T02:51:04.549Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1652 | 2024-05-15T02:51:06.834Z | Compiling inout v0.1.3 |
1653 | 2024-05-15T02:51:07.210Z | Compiling phf v0.11.2 |
1654 | 2024-05-15T02:51:07.479Z | Compiling hyper-tls v0.5.0 |
1655 | 2024-05-15T02:51:07.573Z | Compiling signal-hook-mio v0.2.3 |
1656 | 2024-05-15T02:51:07.772Z | Compiling hyper-rustls v0.24.2 |
1657 | 2024-05-15T02:51:08.062Z | Compiling cookie_store v0.20.0 |
1658 | 2024-05-15T02:51:08.162Z | Compiling postgres-types v0.2.6 |
1659 | 2024-05-15T02:51:08.342Z | Compiling zerocopy v0.6.6 |
1660 | 2024-05-15T02:51:09.133Z | Compiling hubpack v0.1.2 |
1661 | 2024-05-15T02:51:09.188Z | Compiling phf_shared v0.10.0 |
1662 | 2024-05-15T02:51:09.287Z | Compiling rustls-pemfile v1.0.3 |
1663 | 2024-05-15T02:51:09.494Z | Compiling hkdf v0.12.4 |
1664 | 2024-05-15T02:51:09.518Z | Compiling serde_urlencoded v0.7.1 |
1665 | 2024-05-15T02:51:09.604Z | Compiling crossbeam-epoch v0.9.18 |
1666 | 2024-05-15T02:51:09.703Z | Compiling ipnetwork v0.20.0 |
1667 | 2024-05-15T02:51:10.018Z | Compiling futures-executor v0.3.30 |
1668 | 2024-05-15T02:51:10.444Z | Compiling crypto-bigint v0.5.2 |
1669 | 2024-05-15T02:51:10.549Z | Compiling float-cmp v0.9.0 |
1670 | 2024-05-15T02:51:10.684Z | Compiling memmap v0.7.0 |
1671 | 2024-05-15T02:51:10.766Z | Compiling either v1.11.0 |
1672 | 2024-05-15T02:51:10.865Z | Compiling normalize-line-endings v0.3.0 |
1673 | 2024-05-15T02:51:10.965Z | Compiling webpki-roots v0.25.2 |
1674 | 2024-05-15T02:51:10.989Z | Compiling fixedbitset v0.4.2 |
1675 | 2024-05-15T02:51:11.111Z | Compiling data-encoding v2.4.0 |
1676 | 2024-05-15T02:51:11.135Z | Compiling unicode-segmentation v1.10.1 |
1677 | 2024-05-15T02:51:11.757Z | Compiling precomputed-hash v0.1.1 |
1678 | 2024-05-15T02:51:11.863Z | Compiling whoami v1.5.1 |
1679 | 2024-05-15T02:51:12.094Z | Compiling new_debug_unreachable v1.0.4 |
1680 | 2024-05-15T02:51:12.119Z | Compiling minimal-lexical v0.2.1 |
1681 | 2024-05-15T02:51:12.190Z | Compiling difflib v0.4.0 |
1682 | 2024-05-15T02:51:12.432Z | Compiling sync_wrapper v0.1.2 |
1683 | 2024-05-15T02:51:12.482Z | Compiling winnow v0.6.1 |
1684 | 2024-05-15T02:51:13.120Z | Compiling predicates-core v1.0.6 |
1685 | 2024-05-15T02:51:13.213Z | Compiling static_assertions v1.1.0 |
1686 | 2024-05-15T02:51:13.331Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1687 | 2024-05-15T02:51:13.359Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1688 | 2024-05-15T02:51:13.384Z | Compiling predicates v3.1.0 |
1689 | 2024-05-15T02:51:14.634Z | Compiling reqwest v0.11.27 |
1690 | 2024-05-15T02:51:14.770Z | Compiling nom v7.1.3 |
1691 | 2024-05-15T02:51:14.829Z | Compiling string_cache v0.8.7 |
1692 | 2024-05-15T02:51:15.176Z | Compiling toml_edit v0.22.12 |
1693 | 2024-05-15T02:51:15.371Z | Compiling tokio-postgres v0.7.10 |
1694 | 2024-05-15T02:51:16.780Z | Compiling elliptic-curve v0.13.8 |
1695 | 2024-05-15T02:51:17.330Z | Compiling similar v2.4.0 |
1696 | 2024-05-15T02:51:17.580Z | Compiling trust-dns-proto v0.22.0 |
1697 | 2024-05-15T02:51:17.754Z | Compiling petgraph v0.6.5 |
1698 | 2024-05-15T02:51:18.967Z | Compiling itertools v0.10.5 |
1699 | 2024-05-15T02:51:18.993Z | Compiling usdt v0.5.0 |
1700 | 2024-05-15T02:51:19.710Z | Compiling futures v0.3.30 |
1701 | 2024-05-15T02:51:19.818Z | Compiling diesel v2.1.6 |
1702 | 2024-05-15T02:51:20.678Z | Compiling yasna v0.5.2 |
1703 | 2024-05-15T02:51:21.182Z | Compiling crossterm v0.27.0 |
1704 | 2024-05-15T02:51:21.300Z | Compiling flate2 v1.0.30 |
1705 | 2024-05-15T02:51:21.359Z | Compiling darling_macro v0.20.8 |
1706 | 2024-05-15T02:51:21.977Z | Compiling cipher v0.4.4 |
1707 | 2024-05-15T02:51:22.372Z | Compiling clap v4.5.4 |
1708 | 2024-05-15T02:51:22.486Z | Compiling bit-set v0.5.3 |
1709 | 2024-05-15T02:51:22.720Z | Compiling num-iter v0.1.45 |
1710 | 2024-05-15T02:51:23.436Z | Compiling console v0.15.8 |
1711 | 2024-05-15T02:51:23.743Z | Compiling tokio-stream v0.1.15 |
1712 | 2024-05-15T02:51:23.854Z | Compiling toml v0.7.8 |
1713 | 2024-05-15T02:51:24.532Z | Compiling bstr v1.9.0 |
1714 | 2024-05-15T02:51:24.783Z | Compiling hex v0.4.3 |
1715 | 2024-05-15T02:51:25.674Z | Compiling peg-runtime v0.8.3 |
1716 | 2024-05-15T02:51:25.699Z | Compiling lalrpop-util v0.19.12 |
1717 | 2024-05-15T02:51:26.612Z | Compiling darling v0.20.8 |
1718 | 2024-05-15T02:51:26.713Z | Compiling proc-macro-crate v1.3.1 |
1719 | 2024-05-15T02:51:27.818Z | Compiling camino v1.1.6 |
1720 | 2024-05-15T02:51:28.225Z | Compiling heapless v0.8.0 |
1721 | 2024-05-15T02:51:28.930Z | Compiling num_enum_derive v0.5.11 |
1722 | 2024-05-15T02:51:33.168Z | Compiling hash32 v0.3.1 |
1723 | 2024-05-15T02:51:33.749Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1724 | 2024-05-15T02:51:35.299Z | Compiling smoltcp v0.11.0 |
1725 | 2024-05-15T02:51:35.725Z | Compiling rustls-pki-types v1.3.0 |
1726 | 2024-05-15T02:51:44.517Z | Compiling num_enum v0.5.11 |
1727 | 2024-05-15T02:51:46.464Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1728 | 2024-05-15T02:51:46.783Z | Compiling getopts v0.2.21 |
1729 | 2024-05-15T02:51:47.732Z | Compiling dirs-sys-next v0.1.2 |
1730 | 2024-05-15T02:51:48.054Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1731 | 2024-05-15T02:51:48.079Z | Compiling proc-macro-error-attr v1.0.4 |
1732 | 2024-05-15T02:51:48.317Z | Compiling paste v1.0.15 |
1733 | 2024-05-15T02:51:48.674Z | Compiling unsafe-libyaml v0.2.10 |
1734 | 2024-05-15T02:51:49.102Z | Compiling embedded-io v0.4.0 |
1735 | 2024-05-15T02:51:49.464Z | Compiling cobs v0.2.3 |
1736 | 2024-05-15T02:51:49.785Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1737 | 2024-05-15T02:51:49.832Z | Compiling rustls v0.22.4 |
1738 | 2024-05-15T02:51:50.097Z | Compiling serde_yaml v0.9.25 |
1739 | 2024-05-15T02:51:50.122Z | Compiling postcard v1.0.8 |
1740 | 2024-05-15T02:51:53.130Z | Compiling dirs-next v2.0.0 |
1741 | 2024-05-15T02:51:54.412Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1742 | 2024-05-15T02:51:59.661Z | Compiling rustls-webpki v0.102.1 |
1743 | 2024-05-15T02:52:03.765Z | Compiling strum_macros v0.26.1 |
1744 | 2024-05-15T02:52:04.930Z | Compiling structmeta-derive v0.3.0 |
1745 | 2024-05-15T02:52:05.272Z | Compiling foreign-types-macros v0.2.3 |
1746 | 2024-05-15T02:52:05.638Z | Compiling thread_local v1.1.7 |
1747 | 2024-05-15T02:52:06.217Z | Compiling proc-macro-error v1.0.4 |
1748 | 2024-05-15T02:52:06.321Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1749 | 2024-05-15T02:52:06.485Z | Compiling multer v3.1.0 |
1750 | 2024-05-15T02:52:06.603Z | Compiling match_cfg v0.1.0 |
1751 | 2024-05-15T02:52:06.699Z | Compiling slog-async v2.8.0 |
1752 | 2024-05-15T02:52:07.270Z | Compiling foreign-types-shared v0.3.1 |
1753 | 2024-05-15T02:52:07.547Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1754 | 2024-05-15T02:52:07.951Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1755 | 2024-05-15T02:52:11.393Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1756 | 2024-05-15T02:52:12.097Z | Compiling foreign-types v0.5.0 |
1757 | 2024-05-15T02:52:12.128Z | Compiling strum v0.26.2 |
1758 | 2024-05-15T02:52:12.731Z | Compiling structmeta v0.3.0 |
1759 | 2024-05-15T02:52:13.131Z | Compiling hostname v0.3.1 |
1760 | 2024-05-15T02:52:16.741Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1761 | 2024-05-15T02:52:24.238Z | Compiling term v0.7.0 |
1762 | 2024-05-15T02:52:27.850Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1763 | 2024-05-15T02:52:28.084Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1764 | 2024-05-15T02:52:28.854Z | Compiling slog-json v2.6.1 |
1765 | 2024-05-15T02:52:28.954Z | Compiling is-terminal v0.4.9 |
1766 | 2024-05-15T02:52:29.071Z | Compiling tabwriter v1.4.0 |
1767 | 2024-05-15T02:52:29.175Z | Compiling crossbeam-channel v0.5.8 |
1768 | 2024-05-15T02:52:29.723Z | Compiling http v1.0.0 |
1769 | 2024-05-15T02:52:30.257Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1770 | 2024-05-15T02:52:30.527Z | Compiling async-stream-impl v0.3.5 |
1771 | 2024-05-15T02:52:30.940Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1772 | 2024-05-15T02:52:31.563Z | Compiling cstr-argument v0.1.2 |
1773 | 2024-05-15T02:52:31.624Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1774 | 2024-05-15T02:52:31.794Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1775 | 2024-05-15T02:52:31.889Z | Compiling atomic-waker v1.1.1 |
1776 | 2024-05-15T02:52:32.042Z | Compiling take_mut v0.2.2 |
1777 | 2024-05-15T02:52:32.067Z | Compiling pretty-hex v0.2.1 |
1778 | 2024-05-15T02:52:32.195Z | Compiling rayon-core v1.12.1 |
1779 | 2024-05-15T02:52:32.254Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1780 | 2024-05-15T02:52:32.462Z | Compiling crucible-workspace-hack v0.1.0 |
1781 | 2024-05-15T02:52:32.543Z | Compiling fastrand v2.0.1 |
1782 | 2024-05-15T02:52:32.707Z | Compiling base64 v0.22.1 |
1783 | 2024-05-15T02:52:33.128Z | Compiling tempfile v3.10.1 |
1784 | 2024-05-15T02:52:33.156Z | Compiling rustls-pemfile v2.1.2 |
1785 | 2024-05-15T02:52:33.660Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1786 | 2024-05-15T02:52:33.848Z | Compiling waitgroup v0.1.2 |
1787 | 2024-05-15T02:52:34.060Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1788 | 2024-05-15T02:52:34.260Z | Compiling async-stream v0.3.5 |
1789 | 2024-05-15T02:52:34.813Z | Compiling slog-bunyan v2.5.0 |
1790 | 2024-05-15T02:52:34.890Z | Compiling slog-term v2.9.1 |
1791 | 2024-05-15T02:52:35.037Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1792 | 2024-05-15T02:52:35.821Z | Compiling tokio-rustls v0.25.0 |
1793 | 2024-05-15T02:52:36.198Z | Compiling parse-display-derive v0.9.0 |
1794 | 2024-05-15T02:52:36.337Z | Compiling toml v0.8.12 |
1795 | 2024-05-15T02:52:36.844Z | Compiling serde_with_macros v3.7.0 |
1796 | 2024-05-15T02:52:37.189Z | Compiling sha1 v0.10.6 |
1797 | 2024-05-15T02:52:37.876Z | Compiling crossbeam-deque v0.8.3 |
1798 | 2024-05-15T02:52:38.191Z | Compiling colored v2.1.0 |
1799 | 2024-05-15T02:52:39.048Z | Compiling newtype-uuid v1.1.0 |
1800 | 2024-05-15T02:52:39.283Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1801 | 2024-05-15T02:52:39.344Z | Compiling serde_path_to_error v0.1.16 |
1802 | 2024-05-15T02:52:39.369Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1803 | 2024-05-15T02:52:39.922Z | Compiling hostname v0.4.0 |
1804 | 2024-05-15T02:52:40.144Z | Compiling socket2 v0.4.9 |
1805 | 2024-05-15T02:52:40.169Z | Compiling instant v0.1.12 |
1806 | 2024-05-15T02:52:40.330Z | Compiling debug-ignore v1.0.5 |
1807 | 2024-05-15T02:52:40.357Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1808 | 2024-05-15T02:52:40.468Z | Compiling backoff v0.4.0 |
1809 | 2024-05-15T02:52:40.698Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1810 | 2024-05-15T02:52:41.522Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1811 | 2024-05-15T02:52:41.703Z | Compiling parse-display v0.9.0 |
1812 | 2024-05-15T02:52:42.355Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1813 | 2024-05-15T02:52:42.690Z | Compiling serde_with v3.7.0 |
1814 | 2024-05-15T02:52:43.321Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1815 | 2024-05-15T02:52:44.408Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1816 | 2024-05-15T02:52:45.133Z | Compiling camino-tempfile v1.1.1 |
1817 | 2024-05-15T02:52:45.810Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1818 | 2024-05-15T02:52:45.835Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1819 | 2024-05-15T02:52:46.002Z | Compiling macaddr v1.0.1 |
1820 | 2024-05-15T02:52:46.089Z | Compiling num-derive v0.4.0 |
1821 | 2024-05-15T02:52:46.208Z | Compiling sigpipe v0.1.3 |
1822 | 2024-05-15T02:52:46.331Z | Compiling libefi-sys v0.1.0 |
1823 | 2024-05-15T02:52:46.502Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1824 | 2024-05-15T02:52:46.609Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1825 | 2024-05-15T02:52:46.963Z | Compiling rayon v1.10.0 |
1826 | 2024-05-15T02:52:47.749Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
1827 | 2024-05-15T02:52:48.009Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1828 | 2024-05-15T02:52:49.117Z | Compiling smf v0.2.3 |
1829 | 2024-05-15T02:52:49.763Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1830 | 2024-05-15T02:52:50.076Z | Compiling blake3 v1.5.0 |
1831 | 2024-05-15T02:52:50.370Z | Compiling portable-atomic v1.4.3 |
1832 | 2024-05-15T02:52:51.180Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1833 | 2024-05-15T02:52:51.253Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1834 | 2024-05-15T02:52:51.393Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1835 | 2024-05-15T02:52:51.581Z | Compiling filetime v0.2.23 |
1836 | 2024-05-15T02:52:51.867Z | Compiling memmap2 v0.7.1 |
1837 | 2024-05-15T02:52:52.312Z | Compiling xattr v1.0.1 |
1838 | 2024-05-15T02:52:52.365Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1839 | 2024-05-15T02:52:52.516Z | Compiling arrayvec v0.7.4 |
1840 | 2024-05-15T02:52:52.591Z | Compiling same-file v1.0.6 |
1841 | 2024-05-15T02:52:52.821Z | Compiling arrayref v0.3.7 |
1842 | 2024-05-15T02:52:52.908Z | Compiling constant_time_eq v0.3.0 |
1843 | 2024-05-15T02:52:52.933Z | Compiling walkdir v2.5.0 |
1844 | 2024-05-15T02:52:54.049Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1845 | 2024-05-15T02:52:54.192Z | Compiling tar v0.4.40 |
1846 | 2024-05-15T02:52:55.906Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1847 | 2024-05-15T02:52:56.239Z | Compiling gethostname v0.4.3 |
1848 | 2024-05-15T02:52:56.454Z | Compiling number_prefix v0.4.0 |
1849 | 2024-05-15T02:52:56.651Z | Compiling topological-sort v0.2.2 |
1850 | 2024-05-15T02:52:56.698Z | Compiling indicatif v0.17.8 |
1851 | 2024-05-15T02:52:56.873Z | Compiling omicron-zone-package v0.11.0 |
1852 | 2024-05-15T02:52:57.603Z | Compiling swrite v0.1.0 |
1853 | 2024-05-15T02:53:00.306Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1854 | 2024-05-15T02:53:03.203Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1855 | 2024-05-15T02:53:04.310Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1856 | 2024-05-15T02:53:07.157Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1857 | 2024-05-15T02:53:23.449Z | Finished release [optimized] target(s) in 4m 12s |
1858 | 2024-05-15T02:53:23.682Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1859 | 2024-05-15T02:53:23.776Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1860 | 2024-05-15T02:53:23.800Z | Created new build target 'test' and set it as active |
1861 | 2024-05-15T02:53:23.800Z | |
1862 | 2024-05-15T02:53:23.800Z | real 4:13.288154334 |
1863 | 2024-05-15T02:53:23.800Z | user 25:05.758707723 |
1864 | 2024-05-15T02:53:23.800Z | sys 3:19.790148039 |
1865 | 2024-05-15T02:53:23.801Z | trap 0.901499449 |
1866 | 2024-05-15T02:53:23.801Z | tflt 0.853958915 |
1867 | 2024-05-15T02:53:23.801Z | dflt 0.738432322 |
1868 | 2024-05-15T02:53:23.801Z | kflt 0.003056680 |
1869 | 2024-05-15T02:53:23.801Z | lock 52:16.759816085 |
1870 | 2024-05-15T02:53:23.801Z | slp 1:10:12.163422705 |
1871 | 2024-05-15T02:53:23.801Z | lat 1:50.742939579 |
1872 | 2024-05-15T02:53:23.801Z | stop 3:14.682241882 |
1873 | 2024-05-15T02:53:23.801Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1874 | 2024-05-15T02:53:24.859Z | Finished release [optimized] target(s) in 1.01s |
1875 | 2024-05-15T02:53:24.895Z | Running `target/release/omicron-package -t test package` |
1876 | 2024-05-15T02:53:24.938Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1877 | 2024-05-15T02:53:26.082Z | Compiling newline-converter v0.3.0 |
1878 | 2024-05-15T02:53:26.106Z | Compiling humantime v2.1.0 |
1879 | 2024-05-15T02:53:26.131Z | Compiling derive-where v1.2.7 |
1880 | 2024-05-15T02:53:26.131Z | Compiling unicode-xid v0.2.4 |
1881 | 2024-05-15T02:53:26.155Z | Compiling linked-hash-map v0.5.6 |
1882 | 2024-05-15T02:53:26.155Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1883 | 2024-05-15T02:53:26.155Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1884 | 2024-05-15T02:53:26.156Z | Compiling password-hash v0.5.0 |
1885 | 2024-05-15T02:53:26.243Z | Compiling expectorate v1.1.0 |
1886 | 2024-05-15T02:53:26.269Z | Compiling blake2 v0.10.6 |
1887 | 2024-05-15T02:53:26.393Z | Compiling semver v0.1.20 |
1888 | 2024-05-15T02:53:26.435Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1889 | 2024-05-15T02:53:26.463Z | Compiling lru-cache v0.1.2 |
1890 | 2024-05-15T02:53:26.637Z | Compiling argon2 v0.5.3 |
1891 | 2024-05-15T02:53:26.772Z | Compiling rustc_version v0.1.7 |
1892 | 2024-05-15T02:53:26.850Z | Compiling bytecount v0.6.3 |
1893 | 2024-05-15T02:53:27.096Z | Compiling newtype_derive v0.1.6 |
1894 | 2024-05-15T02:53:27.120Z | Compiling papergrid v0.11.0 |
1895 | 2024-05-15T02:53:27.242Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1896 | 2024-05-15T02:53:27.412Z | Compiling tabled_derive v0.7.0 |
1897 | 2024-05-15T02:53:27.732Z | Compiling quick-error v1.2.3 |
1898 | 2024-05-15T02:53:27.848Z | Compiling resolv-conf v0.7.0 |
1899 | 2024-05-15T02:53:28.114Z | Compiling steno v0.4.0 |
1900 | 2024-05-15T02:53:28.670Z | Compiling trust-dns-resolver v0.22.0 |
1901 | 2024-05-15T02:53:28.733Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1902 | 2024-05-15T02:53:29.138Z | Compiling slog-dtrace v0.3.0 |
1903 | 2024-05-15T02:53:29.206Z | Compiling tabled v0.15.0 |
1904 | 2024-05-15T02:53:29.397Z | Compiling termcolor v1.2.0 |
1905 | 2024-05-15T02:53:30.299Z | Compiling itertools v0.12.1 |
1906 | 2024-05-15T02:53:31.421Z | Compiling utf-8 v0.7.6 |
1907 | 2024-05-15T02:53:32.917Z | Compiling num-rational v0.4.2 |
1908 | 2024-05-15T02:53:33.227Z | Compiling num-complex v0.4.6 |
1909 | 2024-05-15T02:53:34.245Z | Compiling num v0.4.3 |
1910 | 2024-05-15T02:53:34.341Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1911 | 2024-05-15T02:53:34.911Z | Compiling nibble_vec v0.1.0 |
1912 | 2024-05-15T02:53:35.100Z | Compiling radium v0.7.0 |
1913 | 2024-05-15T02:53:35.189Z | Compiling endian-type v0.1.2 |
1914 | 2024-05-15T02:53:35.384Z | Compiling radix_trie v0.2.1 |
1915 | 2024-05-15T02:53:35.472Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1916 | 2024-05-15T02:53:36.138Z | Compiling tungstenite v0.20.1 |
1917 | 2024-05-15T02:53:38.026Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1918 | 2024-05-15T02:53:38.501Z | Compiling maybe-uninit v2.0.0 |
1919 | 2024-05-15T02:53:38.865Z | Compiling tap v1.0.1 |
1920 | 2024-05-15T02:53:39.020Z | Compiling wyz v0.5.1 |
1921 | 2024-05-15T02:53:39.455Z | Compiling tokio-tungstenite v0.20.1 |
1922 | 2024-05-15T02:53:40.364Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1923 | 2024-05-15T02:53:40.388Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1924 | 2024-05-15T02:53:40.746Z | Compiling crc-catalog v2.2.0 |
1925 | 2024-05-15T02:53:40.867Z | Compiling funty v2.0.0 |
1926 | 2024-05-15T02:53:42.812Z | Compiling cancel-safe-futures v0.1.5 |
1927 | 2024-05-15T02:53:43.092Z | Compiling display-error-chain v0.2.0 |
1928 | 2024-05-15T02:53:43.248Z | Compiling arc-swap v1.6.0 |
1929 | 2024-05-15T02:53:43.861Z | Compiling num-bigint-dig v0.8.4 |
1930 | 2024-05-15T02:53:44.099Z | Compiling packed_struct v0.10.1 |
1931 | 2024-05-15T02:53:44.466Z | Compiling slog-scope v4.4.0 |
1932 | 2024-05-15T02:53:45.091Z | Compiling bitvec v1.0.1 |
1933 | 2024-05-15T02:53:45.273Z | Compiling crc v3.0.1 |
1934 | 2024-05-15T02:53:46.952Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1935 | 2024-05-15T02:53:46.977Z | Compiling packed_struct_codegen v0.10.1 |
1936 | 2024-05-15T02:53:47.144Z | Compiling fxhash v0.2.1 |
1937 | 2024-05-15T02:53:47.323Z | Compiling indexmap v1.9.3 |
1938 | 2024-05-15T02:53:47.562Z | Compiling nodrop v0.1.14 |
1939 | 2024-05-15T02:53:47.661Z | Compiling array-init v0.0.4 |
1940 | 2024-05-15T02:53:48.289Z | Compiling smallvec v0.6.14 |
1941 | 2024-05-15T02:53:48.683Z | Compiling slog-stdlog v4.1.1 |
1942 | 2024-05-15T02:53:49.460Z | Compiling rayon-core v1.12.1 |
1943 | 2024-05-15T02:53:49.488Z | Compiling synstructure v0.12.6 |
1944 | 2024-05-15T02:53:49.535Z | Compiling pkcs1 v0.7.5 |
1945 | 2024-05-15T02:53:50.623Z | Compiling signature v2.1.0 |
1946 | 2024-05-15T02:53:50.834Z | Compiling crossbeam-deque v0.8.3 |
1947 | 2024-05-15T02:53:51.104Z | Compiling dirs-sys-next v0.1.2 |
1948 | 2024-05-15T02:53:51.527Z | Compiling half v2.3.1 |
1949 | 2024-05-15T02:53:52.106Z | Compiling bitfield v0.14.0 |
1950 | 2024-05-15T02:53:52.224Z | Compiling fastrand v2.0.1 |
1951 | 2024-05-15T02:53:52.347Z | Compiling glob v0.3.1 |
1952 | 2024-05-15T02:53:52.620Z | Compiling ciborium-io v0.2.2 |
1953 | 2024-05-15T02:53:52.657Z | Compiling same-file v1.0.6 |
1954 | 2024-05-15T02:53:52.735Z | Compiling hashbrown v0.12.3 |
1955 | 2024-05-15T02:53:52.840Z | Compiling crunchy v0.2.2 |
1956 | 2024-05-15T02:53:53.007Z | Compiling clang-sys v1.6.1 |
1957 | 2024-05-15T02:53:53.224Z | Compiling walkdir v2.5.0 |
1958 | 2024-05-15T02:53:53.544Z | Compiling ciborium-ll v0.2.2 |
1959 | 2024-05-15T02:53:53.810Z | Compiling tempfile v3.10.1 |
1960 | 2024-05-15T02:53:53.956Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1961 | 2024-05-15T02:53:54.463Z | Compiling dirs-next v2.0.0 |
1962 | 2024-05-15T02:53:54.616Z | Compiling rsa v0.9.2 |
1963 | 2024-05-15T02:53:55.071Z | Compiling zerocopy-derive v0.2.0 |
1964 | 2024-05-15T02:53:55.935Z | Compiling bzip2 v0.4.4 |
1965 | 2024-05-15T02:53:56.303Z | Compiling slog-envlogger v2.2.0 |
1966 | 2024-05-15T02:53:56.459Z | Compiling serde-hex v0.1.0 |
1967 | 2024-05-15T02:53:58.488Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1968 | 2024-05-15T02:53:58.612Z | Compiling env_logger v0.10.0 |
1969 | 2024-05-15T02:53:58.746Z | Compiling camino v1.1.6 |
1970 | 2024-05-15T02:53:58.807Z | Compiling x509-cert v0.2.4 |
1971 | 2024-05-15T02:53:58.859Z | Compiling ron v0.8.1 |
1972 | 2024-05-15T02:54:00.459Z | Compiling hashbrown v0.13.2 |
1973 | 2024-05-15T02:54:01.549Z | Compiling tiny-keccak v2.0.2 |
1974 | 2024-05-15T02:54:01.741Z | Compiling maplit v1.0.2 |
1975 | 2024-05-15T02:54:01.780Z | Compiling crc-any v2.4.3 |
1976 | 2024-05-15T02:54:01.841Z | Compiling prettyplease v0.2.20 |
1977 | 2024-05-15T02:54:02.128Z | Compiling blake3 v1.5.0 |
1978 | 2024-05-15T02:54:02.377Z | Compiling object v0.30.4 |
1979 | 2024-05-15T02:54:02.544Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1980 | 2024-05-15T02:54:03.817Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1981 | 2024-05-15T02:54:04.302Z | Compiling zip v0.6.6 |
1982 | 2024-05-15T02:54:04.370Z | Compiling rayon v1.10.0 |
1983 | 2024-05-15T02:54:04.711Z | Compiling term v0.7.0 |
1984 | 2024-05-15T02:54:05.759Z | Compiling ciborium v0.2.2 |
1985 | 2024-05-15T02:54:06.748Z | Compiling memmap2 v0.7.1 |
1986 | 2024-05-15T02:54:07.065Z | Compiling filetime v0.2.23 |
1987 | 2024-05-15T02:54:07.301Z | Compiling xattr v1.0.1 |
1988 | 2024-05-15T02:54:07.514Z | Compiling atty v0.2.14 |
1989 | 2024-05-15T02:54:07.616Z | Compiling constant_time_eq v0.3.0 |
1990 | 2024-05-15T02:54:07.658Z | Compiling arrayref v0.3.7 |
1991 | 2024-05-15T02:54:07.730Z | Compiling home v0.5.5 |
1992 | 2024-05-15T02:54:07.755Z | Compiling path-slash v0.1.5 |
1993 | 2024-05-15T02:54:07.930Z | Compiling arrayvec v0.7.4 |
1994 | 2024-05-15T02:54:07.955Z | Compiling toolchain_find v0.4.0 |
1995 | 2024-05-15T02:54:08.196Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1996 | 2024-05-15T02:54:08.299Z | Compiling tar v0.4.40 |
1997 | 2024-05-15T02:54:08.707Z | Compiling ascii-canvas v3.0.0 |
1998 | 2024-05-15T02:54:09.103Z | Compiling camino-tempfile v1.1.1 |
1999 | 2024-05-15T02:54:09.392Z | Compiling toml v0.8.12 |
2000 | 2024-05-15T02:54:09.442Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2001 | 2024-05-15T02:54:09.799Z | Compiling is-terminal v0.4.9 |
2002 | 2024-05-15T02:54:09.827Z | Compiling libsw v3.3.1 |
2003 | 2024-05-15T02:54:09.903Z | Compiling ena v0.14.2 |
2004 | 2024-05-15T02:54:10.088Z | Compiling libloading v0.7.4 |
2005 | 2024-05-15T02:54:10.226Z | Compiling usdt-impl v0.3.5 |
2006 | 2024-05-15T02:54:10.383Z | Compiling convert_case v0.4.0 |
2007 | 2024-05-15T02:54:10.507Z | Compiling parking_lot_core v0.8.6 |
2008 | 2024-05-15T02:54:10.645Z | Compiling linear-map v1.2.0 |
2009 | 2024-05-15T02:54:10.832Z | Compiling bindgen v0.69.2 |
2010 | 2024-05-15T02:54:10.968Z | Compiling regex-syntax v0.6.29 |
2011 | 2024-05-15T02:54:11.022Z | Compiling topological-sort v0.2.2 |
2012 | 2024-05-15T02:54:11.583Z | Compiling diff v0.1.13 |
2013 | 2024-05-15T02:54:11.610Z | Compiling owo-colors v4.0.0 |
2014 | 2024-05-15T02:54:11.675Z | Compiling omicron-zone-package v0.11.0 |
2015 | 2024-05-15T02:54:13.224Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2016 | 2024-05-15T02:54:13.275Z | Compiling derive_more v0.99.17 |
2017 | 2024-05-15T02:54:15.130Z | Compiling lalrpop v0.19.12 |
2018 | 2024-05-15T02:54:17.657Z | Compiling rustfmt-wrapper v0.2.1 |
2019 | 2024-05-15T02:54:17.823Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2020 | 2024-05-15T02:54:18.115Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2021 | 2024-05-15T02:54:18.709Z | Compiling cexpr v0.6.0 |
2022 | 2024-05-15T02:54:19.319Z | Compiling which v4.4.0 |
2023 | 2024-05-15T02:54:19.757Z | Compiling unicase v2.7.0 |
2024 | 2024-05-15T02:54:19.883Z | Compiling rustc-hash v1.1.0 |
2025 | 2024-05-15T02:54:20.007Z | Compiling peeking_take_while v0.1.2 |
2026 | 2024-05-15T02:54:20.032Z | Compiling shlex v1.3.0 |
2027 | 2024-05-15T02:54:20.062Z | Compiling lazycell v1.3.0 |
2028 | 2024-05-15T02:54:20.126Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2029 | 2024-05-15T02:54:21.083Z | Compiling zerocopy v0.3.0 |
2030 | 2024-05-15T02:54:21.676Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2031 | 2024-05-15T02:54:22.476Z | Compiling derive_builder_core v0.20.0 |
2032 | 2024-05-15T02:54:24.143Z | Compiling pem v3.0.4 |
2033 | 2024-05-15T02:54:24.441Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2034 | 2024-05-15T02:54:24.613Z | Compiling headers-core v0.2.0 |
2035 | 2024-05-15T02:54:24.746Z | Compiling libxml v0.3.3 |
2036 | 2024-05-15T02:54:25.037Z | Compiling async-recursion v1.1.1 |
2037 | 2024-05-15T02:54:25.367Z | Compiling ref-cast v1.0.23 |
2038 | 2024-05-15T02:54:25.730Z | Compiling platforms v3.0.2 |
2039 | 2024-05-15T02:54:26.072Z | Compiling headers v0.3.9 |
2040 | 2024-05-15T02:54:26.100Z | Compiling derive_builder_macro v0.20.0 |
2041 | 2024-05-15T02:54:26.230Z | Compiling dof v0.1.5 |
2042 | 2024-05-15T02:54:26.752Z | Compiling parking_lot v0.11.2 |
2043 | 2024-05-15T02:54:26.854Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2044 | 2024-05-15T02:54:28.947Z | Compiling trust-dns-client v0.22.0 |
2045 | 2024-05-15T02:54:29.592Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2046 | 2024-05-15T02:54:29.654Z | Compiling strum_macros v0.24.3 |
2047 | 2024-05-15T02:54:29.655Z | Compiling dtrace-parser v0.1.14 |
2048 | 2024-05-15T02:54:30.189Z | Compiling toml v0.5.11 |
2049 | 2024-05-15T02:54:30.649Z | Compiling ref-cast-impl v1.0.23 |
2050 | 2024-05-15T02:54:31.079Z | Compiling samael v0.0.15 |
2051 | 2024-05-15T02:54:31.536Z | Compiling vte_generate_state_changes v0.1.1 |
2052 | 2024-05-15T02:54:31.850Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2053 | 2024-05-15T02:54:31.975Z | Compiling cookie v0.18.1 |
2054 | 2024-05-15T02:54:32.033Z | Compiling indoc v1.0.9 |
2055 | 2024-05-15T02:54:32.112Z | Compiling buf-list v1.0.3 |
2056 | 2024-05-15T02:54:32.238Z | Compiling cfg_aliases v0.1.1 |
2057 | 2024-05-15T02:54:32.337Z | Compiling nix v0.28.0 |
2058 | 2024-05-15T02:54:32.748Z | Compiling vte v0.11.1 |
2059 | 2024-05-15T02:54:32.814Z | Compiling trust-dns-server v0.22.1 |
2060 | 2024-05-15T02:54:35.301Z | Compiling sled v0.34.7 |
2061 | 2024-05-15T02:54:35.483Z | Compiling derive_builder v0.20.0 |
2062 | 2024-05-15T02:54:36.175Z | Compiling polar-core v0.27.3 |
2063 | 2024-05-15T02:54:37.914Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2064 | 2024-05-15T02:54:38.965Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2065 | 2024-05-15T02:54:39.203Z | Compiling const_format_proc_macros v0.2.32 |
2066 | 2024-05-15T02:54:39.745Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2067 | 2024-05-15T02:54:40.457Z | Compiling fd-lock v4.0.2 |
2068 | 2024-05-15T02:54:40.638Z | Compiling bb8 v0.8.3 |
2069 | 2024-05-15T02:54:40.763Z | Compiling quick-xml v0.31.0 |
2070 | 2024-05-15T02:54:41.104Z | Compiling serde_tokenstream v0.1.7 |
2071 | 2024-05-15T02:54:41.520Z | Compiling impl-trait-for-tuples v0.2.2 |
2072 | 2024-05-15T02:54:43.861Z | Compiling oso-derive v0.27.3 |
2073 | 2024-05-15T02:54:44.623Z | Compiling pin-project-internal v1.1.3 |
2074 | 2024-05-15T02:54:45.708Z | Compiling memoffset v0.7.1 |
2075 | 2024-05-15T02:54:45.957Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2076 | 2024-05-15T02:54:46.690Z | Compiling pin-project v1.1.3 |
2077 | 2024-05-15T02:54:46.791Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2078 | 2024-05-15T02:54:47.306Z | Compiling const_format v0.2.32 |
2079 | 2024-05-15T02:54:49.807Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2080 | 2024-05-15T02:54:50.555Z | Compiling curve25519-dalek v4.1.2 |
2081 | 2024-05-15T02:54:50.891Z | Compiling strip-ansi-escapes v0.2.0 |
2082 | 2024-05-15T02:54:54.027Z | Compiling oso v0.27.3 |
2083 | 2024-05-15T02:55:03.215Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2084 | 2024-05-15T02:55:03.746Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2085 | 2024-05-15T02:55:05.527Z | Compiling kstat-rs v0.2.3 |
2086 | 2024-05-15T02:55:06.288Z | Compiling snafu-derive v0.8.2 |
2087 | 2024-05-15T02:55:07.754Z | Compiling nu-ansi-term v0.50.0 |
2088 | 2024-05-15T02:55:08.510Z | Compiling keccak v0.1.4 |
2089 | 2024-05-15T02:55:09.072Z | Compiling sha3 v0.10.8 |
2090 | 2024-05-15T02:55:09.218Z | Compiling reedline v0.31.0 |
2091 | 2024-05-15T02:55:09.313Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2092 | 2024-05-15T02:55:10.191Z | Compiling snafu v0.8.2 |
2093 | 2024-05-15T02:55:11.431Z | Compiling mime_guess v2.0.4 |
2094 | 2024-05-15T02:55:13.638Z | Compiling usdt-attr-macro v0.3.5 |
2095 | 2024-05-15T02:55:14.746Z | Compiling usdt-macro v0.3.5 |
2096 | 2024-05-15T02:55:15.721Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2097 | 2024-05-15T02:55:16.354Z | Compiling env_logger v0.9.3 |
2098 | 2024-05-15T02:55:16.763Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2099 | 2024-05-15T02:55:20.162Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2100 | 2024-05-15T02:55:21.537Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2101 | 2024-05-15T02:55:21.906Z | Compiling globset v0.4.13 |
2102 | 2024-05-15T02:55:22.429Z | Compiling peg-macros v0.8.3 |
2103 | 2024-05-15T02:55:24.985Z | Compiling olpc-cjson v0.1.3 |
2104 | 2024-05-15T02:55:25.256Z | Compiling universal-hash v0.5.1 |
2105 | 2024-05-15T02:55:25.450Z | Compiling secrecy v0.8.0 |
2106 | 2024-05-15T02:55:25.662Z | Compiling thiserror-impl-no-std v2.0.2 |
2107 | 2024-05-15T02:55:27.573Z | Compiling serde_plain v1.0.2 |
2108 | 2024-05-15T02:55:27.821Z | Compiling bitstruct_derive v0.1.0 |
2109 | 2024-05-15T02:55:28.012Z | Compiling curve25519-dalek-derive v0.1.0 |
2110 | 2024-05-15T02:55:28.335Z | Compiling sqlparser_derive v0.2.2 |
2111 | 2024-05-15T02:55:28.456Z | Compiling nanorand v0.7.0 |
2112 | 2024-05-15T02:55:28.840Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2113 | 2024-05-15T02:55:28.970Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2114 | 2024-05-15T02:55:29.097Z | Compiling typed-path v0.7.0 |
2115 | 2024-05-15T02:55:29.175Z | Compiling opaque-debug v0.3.0 |
2116 | 2024-05-15T02:55:29.210Z | Compiling unicode_categories v0.1.1 |
2117 | 2024-05-15T02:55:29.236Z | Compiling ascii v1.1.0 |
2118 | 2024-05-15T02:55:29.261Z | Compiling signature v1.6.4 |
2119 | 2024-05-15T02:55:29.401Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2120 | 2024-05-15T02:55:29.510Z | Compiling salty v0.2.0 |
2121 | 2024-05-15T02:55:29.871Z | Compiling rustyline v14.0.0 |
2122 | 2024-05-15T02:55:29.903Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2123 | 2024-05-15T02:55:29.928Z | Compiling sqlformat v0.2.3 |
2124 | 2024-05-15T02:55:31.943Z | Compiling tough v0.17.1 |
2125 | 2024-05-15T02:55:32.447Z | Compiling ed25519 v1.5.3 |
2126 | 2024-05-15T02:55:32.479Z | Compiling poly1305 v0.8.0 |
2127 | 2024-05-15T02:55:33.599Z | Compiling sqlparser v0.45.0 |
2128 | 2024-05-15T02:55:36.777Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2129 | 2024-05-15T02:55:36.802Z | Compiling bitstruct v0.1.1 |
2130 | 2024-05-15T02:55:36.802Z | Compiling flume v0.11.0 |
2131 | 2024-05-15T02:55:37.331Z | Compiling thiserror-no-std v2.0.2 |
2132 | 2024-05-15T02:55:37.446Z | Compiling peg v0.8.3 |
2133 | 2024-05-15T02:55:37.566Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2134 | 2024-05-15T02:55:38.442Z | Compiling usdt v0.3.5 |
2135 | 2024-05-15T02:55:38.861Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2136 | 2024-05-15T02:55:39.890Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2137 | 2024-05-15T02:55:40.165Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2138 | 2024-05-15T02:55:46.653Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2139 | 2024-05-15T02:55:46.950Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2140 | 2024-05-15T02:55:47.242Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2141 | 2024-05-15T02:55:48.283Z | Compiling chacha20 v0.9.1 |
2142 | 2024-05-15T02:55:48.689Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2143 | 2024-05-15T02:55:50.533Z | Compiling aead v0.5.2 |
2144 | 2024-05-15T02:55:50.817Z | Compiling bcs v0.1.6 |
2145 | 2024-05-15T02:55:51.558Z | Compiling serde_arrays v0.1.0 |
2146 | 2024-05-15T02:55:51.724Z | Compiling erased-serde v0.3.31 |
2147 | 2024-05-15T02:55:53.064Z | Compiling serde-big-array v0.5.1 |
2148 | 2024-05-15T02:55:53.139Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2149 | 2024-05-15T02:55:53.294Z | Compiling parse-size v1.0.0 |
2150 | 2024-05-15T02:55:53.541Z | Compiling highway v1.1.0 |
2151 | 2024-05-15T02:55:53.838Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2152 | 2024-05-15T02:55:54.249Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2153 | 2024-05-15T02:55:54.664Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2154 | 2024-05-15T02:56:02.212Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2155 | 2024-05-15T02:56:09.245Z | Compiling chacha20poly1305 v0.10.1 |
2156 | 2024-05-15T02:56:10.811Z | Compiling vsss-rs v3.3.4 |
2157 | 2024-05-15T02:56:14.856Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2158 | 2024-05-15T02:56:15.472Z | Compiling signal-hook-tokio v0.3.1 |
2159 | 2024-05-15T02:56:15.647Z | Compiling heck v0.3.3 |
2160 | 2024-05-15T02:56:15.966Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2161 | 2024-05-15T02:56:16.676Z | Compiling castaway v0.2.2 |
2162 | 2024-05-15T02:56:16.841Z | Compiling rand_seeder v0.2.3 |
2163 | 2024-05-15T02:56:17.197Z | Compiling serde-big-array v0.4.1 |
2164 | 2024-05-15T02:56:17.386Z | Compiling http-range v0.1.5 |
2165 | 2024-05-15T02:56:17.887Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2166 | 2024-05-15T02:56:17.913Z | Compiling hyper-staticfile v0.9.5 |
2167 | 2024-05-15T02:56:18.162Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2168 | 2024-05-15T02:56:19.480Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2169 | 2024-05-15T02:56:20.354Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2170 | 2024-05-15T02:56:20.517Z | Compiling compact_str v0.7.1 |
2171 | 2024-05-15T02:56:20.547Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2172 | 2024-05-15T02:56:20.575Z | Compiling zone_cfg_derive v0.1.2 |
2173 | 2024-05-15T02:56:21.623Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2174 | 2024-05-15T02:56:26.985Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2175 | 2024-05-15T02:56:27.500Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2176 | 2024-05-15T02:56:32.539Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2177 | 2024-05-15T02:56:34.044Z | Compiling tungstenite v0.21.0 |
2178 | 2024-05-15T02:56:35.559Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2179 | 2024-05-15T02:56:35.788Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2180 | 2024-05-15T02:56:36.019Z | Compiling lru v0.12.1 |
2181 | 2024-05-15T02:56:36.289Z | Compiling stability v0.2.0 |
2182 | 2024-05-15T02:56:37.021Z | Compiling corncobs v0.1.3 |
2183 | 2024-05-15T02:56:37.329Z | Compiling indoc v2.0.3 |
2184 | 2024-05-15T02:56:38.065Z | Compiling base64 v0.13.1 |
2185 | 2024-05-15T02:56:38.255Z | Compiling cassowary v0.3.0 |
2186 | 2024-05-15T02:56:38.696Z | Compiling ratatui v0.26.2 |
2187 | 2024-05-15T02:56:41.808Z | Compiling ron v0.7.1 |
2188 | 2024-05-15T02:56:45.039Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2189 | 2024-05-15T02:56:45.683Z | Compiling tokio-tungstenite v0.21.0 |
2190 | 2024-05-15T02:56:46.142Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2191 | 2024-05-15T02:56:46.275Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2192 | 2024-05-15T02:56:46.858Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2193 | 2024-05-15T02:56:52.658Z | Compiling zone v0.1.8 |
2194 | 2024-05-15T02:56:55.430Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2195 | 2024-05-15T02:57:03.421Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2196 | 2024-05-15T02:57:04.102Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2197 | 2024-05-15T02:57:04.511Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2198 | 2024-05-15T02:57:06.346Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2199 | 2024-05-15T02:57:06.582Z | Compiling portpicker v0.1.1 |
2200 | 2024-05-15T02:57:07.005Z | Compiling smawk v0.3.1 |
2201 | 2024-05-15T02:57:07.221Z | Compiling unicode-linebreak v0.1.5 |
2202 | 2024-05-15T02:57:07.666Z | Compiling textwrap v0.16.1 |
2203 | 2024-05-15T02:57:10.183Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2204 | 2024-05-15T02:57:12.654Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2205 | 2024-05-15T02:57:14.839Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2206 | 2024-05-15T02:57:19.375Z | Compiling rcgen v0.12.1 |
2207 | 2024-05-15T02:57:19.686Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2208 | 2024-05-15T02:57:20.066Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2209 | 2024-05-15T02:57:25.699Z | Compiling atomicwrites v0.4.3 |
2210 | 2024-05-15T02:57:25.724Z | Compiling fatfs v0.3.6 |
2211 | 2024-05-15T02:57:26.127Z | Compiling rtoolbox v0.0.1 |
2212 | 2024-05-15T02:57:26.472Z | Compiling subprocess v0.2.9 |
2213 | 2024-05-15T02:57:27.793Z | Compiling is_ci v1.2.0 |
2214 | 2024-05-15T02:57:27.993Z | Compiling assert_matches v1.5.0 |
2215 | 2024-05-15T02:57:28.432Z | Compiling supports-color v3.0.0 |
2216 | 2024-05-15T02:57:28.432Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2217 | 2024-05-15T02:57:28.557Z | Compiling rpassword v7.3.1 |
2218 | 2024-05-15T02:57:28.927Z | Compiling tui-tree-widget v0.19.0 |
2219 | 2024-05-15T02:57:29.272Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2220 | 2024-05-15T02:57:30.756Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2221 | 2024-05-15T02:57:31.336Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2222 | 2024-05-15T02:57:31.472Z | Compiling csv-core v0.1.11 |
2223 | 2024-05-15T02:57:31.633Z | Compiling shell-words v1.1.0 |
2224 | 2024-05-15T02:57:31.987Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2225 | 2024-05-15T02:57:32.200Z | Compiling csv v1.3.0 |
2226 | 2024-05-15T02:57:33.862Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2227 | 2024-05-15T02:57:33.915Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2228 | 2024-05-15T02:57:42.365Z | Compiling multimap v0.10.0 |
2229 | 2024-05-15T02:57:42.696Z | Compiling uzers v0.11.3 |
2230 | 2024-05-15T02:57:45.187Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2231 | 2024-05-15T02:59:33.117Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2232 | 2024-05-15T02:59:47.078Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2233 | 2024-05-15T03:05:55.288Z | Finished release [optimized] target(s) in 12m 30s |
2234 | 2024-05-15T03:07:07.767Z | |
2235 | 2024-05-15T03:07:07.767Z | real 13:43.984513355 |
2236 | 2024-05-15T03:07:07.767Z | user 1:29:20.688058740 |
2237 | 2024-05-15T03:07:07.767Z | sys 4:15.392240151 |
2238 | 2024-05-15T03:07:07.767Z | trap 2.498398211 |
2239 | 2024-05-15T03:07:07.767Z | tflt 1.111473863 |
2240 | 2024-05-15T03:07:07.767Z | dflt 3.502286592 |
2241 | 2024-05-15T03:07:07.767Z | kflt 0.000682155 |
2242 | 2024-05-15T03:07:07.767Z | lock 5:51:25.190613982 |
2243 | 2024-05-15T03:07:07.793Z | slp 3:24:10.698076660 |
2244 | 2024-05-15T03:07:07.793Z | lat 2:09.848652029 |
2245 | 2024-05-15T03:07:07.793Z | stop 1:05.769129938 |
2246 | 2024-05-15T03:07:07.793Z | + mapfile -t packages |
2247 | 2024-05-15T03:07:07.793Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2248 | 2024-05-15T03:07:08.874Z | Finished release [optimized] target(s) in 1.04s |
2249 | 2024-05-15T03:07:08.900Z | Running `target/release/omicron-package -t test list-outputs` |
2250 | 2024-05-15T03:07:08.943Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2251 | 2024-05-15T03:07:08.968Z | + ptime -m cargo build --locked --release -p xtask |
2252 | 2024-05-15T03:07:09.618Z | Downloading crates ... |
2253 | 2024-05-15T03:07:09.689Z | Downloaded cargo_toml v0.20.2 |
2254 | 2024-05-15T03:07:09.714Z | Compiling serde v1.0.201 |
2255 | 2024-05-15T03:07:09.714Z | Compiling libc v0.2.153 |
2256 | 2024-05-15T03:07:09.714Z | Compiling rustix v0.38.31 |
2257 | 2024-05-15T03:07:09.714Z | Compiling hashbrown v0.14.3 |
2258 | 2024-05-15T03:07:09.714Z | Compiling bitflags v2.4.2 |
2259 | 2024-05-15T03:07:09.714Z | Compiling serde_json v1.0.116 |
2260 | 2024-05-15T03:07:09.715Z | Compiling syn v2.0.60 |
2261 | 2024-05-15T03:07:09.772Z | Compiling fs-err v2.11.0 |
2262 | 2024-05-15T03:07:10.054Z | Compiling anyhow v1.0.83 |
2263 | 2024-05-15T03:07:10.888Z | Compiling indexmap v2.2.6 |
2264 | 2024-05-15T03:07:11.276Z | Compiling errno v0.3.8 |
2265 | 2024-05-15T03:07:12.311Z | Compiling terminal_size v0.3.0 |
2266 | 2024-05-15T03:07:12.433Z | Compiling clap_builder v4.5.2 |
2267 | 2024-05-15T03:07:15.068Z | Compiling serde_derive v1.0.201 |
2268 | 2024-05-15T03:07:15.068Z | Compiling thiserror-impl v1.0.59 |
2269 | 2024-05-15T03:07:15.068Z | Compiling clap_derive v4.5.4 |
2270 | 2024-05-15T03:07:18.000Z | Compiling clap v4.5.4 |
2271 | 2024-05-15T03:07:19.788Z | Compiling thiserror v1.0.59 |
2272 | 2024-05-15T03:07:24.531Z | Compiling serde_spanned v0.6.5 |
2273 | 2024-05-15T03:07:24.531Z | Compiling toml_datetime v0.6.5 |
2274 | 2024-05-15T03:07:24.556Z | Compiling camino v1.1.6 |
2275 | 2024-05-15T03:07:24.556Z | Compiling semver v1.0.22 |
2276 | 2024-05-15T03:07:24.556Z | Compiling cargo-platform v0.1.3 |
2277 | 2024-05-15T03:07:24.556Z | Compiling macaddr v1.0.1 |
2278 | 2024-05-15T03:07:24.799Z | Compiling toml_edit v0.22.12 |
2279 | 2024-05-15T03:07:25.992Z | Compiling cargo_metadata v0.18.1 |
2280 | 2024-05-15T03:07:27.290Z | Compiling toml v0.8.12 |
2281 | 2024-05-15T03:07:28.258Z | Compiling cargo_toml v0.20.2 |
2282 | 2024-05-15T03:07:40.051Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2283 | 2024-05-15T03:07:51.701Z | Finished release [optimized] target(s) in 42.68s |
2284 | 2024-05-15T03:07:51.770Z | |
2285 | 2024-05-15T03:07:51.770Z | real 42.792044362 |
2286 | 2024-05-15T03:07:51.770Z | user 2:49.161354563 |
2287 | 2024-05-15T03:07:51.770Z | sys 16.627037357 |
2288 | 2024-05-15T03:07:51.770Z | trap 0.060265253 |
2289 | 2024-05-15T03:07:51.770Z | tflt 0.216950876 |
2290 | 2024-05-15T03:07:51.770Z | dflt 0.870169602 |
2291 | 2024-05-15T03:07:51.770Z | kflt 0.000061850 |
2292 | 2024-05-15T03:07:51.770Z | lock 4:07.632916449 |
2293 | 2024-05-15T03:07:51.770Z | slp 3:23.772356368 |
2294 | 2024-05-15T03:07:51.770Z | lat 3.502214321 |
2295 | 2024-05-15T03:07:51.770Z | stop 3.563128283 |
2296 | 2024-05-15T03:07:51.795Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2297 | 2024-05-15T03:07:51.795Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2298 | 2024-05-15T03:07:51.795Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2299 | 2024-05-15T03:07:51.795Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2300 | 2024-05-15T03:07:51.795Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2301 | 2024-05-15T03:07:52.534Z | Downloading crates ... |
2302 | 2024-05-15T03:07:52.777Z | Downloaded aes-gcm v0.10.3 |
2303 | 2024-05-15T03:07:52.801Z | Downloaded russh-keys v0.43.0 |
2304 | 2024-05-15T03:07:52.801Z | Downloaded getrandom v0.1.16 |
2305 | 2024-05-15T03:07:52.801Z | Downloaded dhcproto-macros v0.1.0 |
2306 | 2024-05-15T03:07:52.801Z | Downloaded russh-cryptovec v0.7.0 |
2307 | 2024-05-15T03:07:52.801Z | Downloaded rfc6979 v0.4.0 |
2308 | 2024-05-15T03:07:52.802Z | Downloaded russh v0.43.0 |
2309 | 2024-05-15T03:07:52.826Z | Downloaded winapi v0.3.9 |
2310 | 2024-05-15T03:07:52.854Z | Downloaded primeorder v0.13.6 |
2311 | 2024-05-15T03:07:52.879Z | Downloaded p521 v0.13.3 |
2312 | 2024-05-15T03:07:52.879Z | Downloaded rand_core v0.5.1 |
2313 | 2024-05-15T03:07:52.879Z | Downloaded rand_chacha v0.2.2 |
2314 | 2024-05-15T03:07:52.879Z | Downloaded rand v0.7.3 |
2315 | 2024-05-15T03:07:52.879Z | Downloaded polyval v0.6.1 |
2316 | 2024-05-15T03:07:52.879Z | Downloaded pbkdf2 v0.12.2 |
2317 | 2024-05-15T03:07:52.879Z | Downloaded pbkdf2 v0.11.0 |
2318 | 2024-05-15T03:07:52.879Z | Downloaded password-hash v0.4.2 |
2319 | 2024-05-15T03:07:52.879Z | Downloaded p256 v0.13.2 |
2320 | 2024-05-15T03:07:52.904Z | Downloaded option-ext v0.2.0 |
2321 | 2024-05-15T03:07:52.904Z | Downloaded md5 v0.7.0 |
2322 | 2024-05-15T03:07:52.904Z | Downloaded internet-checksum v0.2.1 |
2323 | 2024-05-15T03:07:52.904Z | Downloaded hex-literal v0.4.1 |
2324 | 2024-05-15T03:07:52.904Z | Downloaded ghash v0.5.0 |
2325 | 2024-05-15T03:07:52.904Z | Downloaded ed25519-dalek v2.0.0 |
2326 | 2024-05-15T03:07:52.904Z | Downloaded ed25519 v2.2.2 |
2327 | 2024-05-15T03:07:52.904Z | Downloaded ecdsa v0.16.9 |
2328 | 2024-05-15T03:07:52.904Z | Downloaded dirs-sys v0.4.1 |
2329 | 2024-05-15T03:07:52.904Z | Downloaded dirs v5.0.1 |
2330 | 2024-05-15T03:07:52.904Z | Downloaded dhcproto v0.11.0 |
2331 | 2024-05-15T03:07:52.904Z | Downloaded ctr v0.9.2 |
2332 | 2024-05-15T03:07:52.904Z | Downloaded cbc v0.1.2 |
2333 | 2024-05-15T03:07:52.904Z | Downloaded blowfish v0.9.1 |
2334 | 2024-05-15T03:07:52.929Z | Downloaded bcrypt-pbkdf v0.10.0 |
2335 | 2024-05-15T03:07:52.929Z | Downloaded aes v0.8.3 |
2336 | 2024-05-15T03:07:53.087Z | Compiling proc-macro2 v1.0.82 |
2337 | 2024-05-15T03:07:53.087Z | Compiling unicode-ident v1.0.12 |
2338 | 2024-05-15T03:07:53.087Z | Compiling libc v0.2.153 |
2339 | 2024-05-15T03:07:53.087Z | Compiling cfg-if v1.0.0 |
2340 | 2024-05-15T03:07:53.087Z | Compiling serde v1.0.201 |
2341 | 2024-05-15T03:07:53.112Z | Compiling version_check v0.9.4 |
2342 | 2024-05-15T03:07:53.112Z | Compiling autocfg v1.1.0 |
2343 | 2024-05-15T03:07:53.112Z | Compiling memchr v2.7.1 |
2344 | 2024-05-15T03:07:53.252Z | Compiling once_cell v1.19.0 |
2345 | 2024-05-15T03:07:53.306Z | Compiling byteorder v1.5.0 |
2346 | 2024-05-15T03:07:53.621Z | Compiling log v0.4.21 |
2347 | 2024-05-15T03:07:53.674Z | Compiling itoa v1.0.9 |
2348 | 2024-05-15T03:07:53.698Z | Compiling scopeguard v1.2.0 |
2349 | 2024-05-15T03:07:53.837Z | Compiling smallvec v1.13.1 |
2350 | 2024-05-15T03:07:53.873Z | Compiling typenum v1.16.0 |
2351 | 2024-05-15T03:07:53.912Z | Compiling generic-array v0.14.7 |
2352 | 2024-05-15T03:07:53.963Z | Compiling lock_api v0.4.10 |
2353 | 2024-05-15T03:07:54.060Z | Compiling thiserror v1.0.59 |
2354 | 2024-05-15T03:07:54.220Z | Compiling parking_lot_core v0.9.8 |
2355 | 2024-05-15T03:07:54.267Z | Compiling pin-project-lite v0.2.13 |
2356 | 2024-05-15T03:07:54.386Z | Compiling subtle v2.5.0 |
2357 | 2024-05-15T03:07:54.548Z | Compiling quote v1.0.36 |
2358 | 2024-05-15T03:07:54.694Z | Compiling libm v0.2.7 |
2359 | 2024-05-15T03:07:54.719Z | Compiling num-traits v0.2.19 |
2360 | 2024-05-15T03:07:54.743Z | Compiling ahash v0.8.8 |
2361 | 2024-05-15T03:07:54.768Z | Compiling getrandom v0.2.12 |
2362 | 2024-05-15T03:07:54.940Z | Compiling syn v2.0.60 |
2363 | 2024-05-15T03:07:54.973Z | Compiling rand_core v0.6.4 |
2364 | 2024-05-15T03:07:55.029Z | Compiling cc v1.0.83 |
2365 | 2024-05-15T03:07:55.160Z | Compiling signal-hook-registry v1.4.1 |
2366 | 2024-05-15T03:07:55.218Z | Compiling mio v0.8.11 |
2367 | 2024-05-15T03:07:55.416Z | Compiling parking_lot v0.12.1 |
2368 | 2024-05-15T03:07:55.841Z | Compiling socket2 v0.5.6 |
2369 | 2024-05-15T03:07:55.866Z | Compiling num_cpus v1.16.0 |
2370 | 2024-05-15T03:07:55.972Z | Compiling ryu v1.0.15 |
2371 | 2024-05-15T03:07:56.254Z | Compiling serde_json v1.0.116 |
2372 | 2024-05-15T03:07:56.278Z | Compiling allocator-api2 v0.2.16 |
2373 | 2024-05-15T03:07:56.310Z | Compiling futures-core v0.3.30 |
2374 | 2024-05-15T03:07:56.396Z | Compiling futures-sink v0.3.30 |
2375 | 2024-05-15T03:07:56.530Z | Compiling fnv v1.0.7 |
2376 | 2024-05-15T03:07:56.555Z | Compiling equivalent v1.0.1 |
2377 | 2024-05-15T03:07:56.587Z | Compiling const-oid v0.9.6 |
2378 | 2024-05-15T03:07:56.651Z | Compiling slab v0.4.9 |
2379 | 2024-05-15T03:07:56.675Z | Compiling futures-channel v0.3.30 |
2380 | 2024-05-15T03:07:56.676Z | Compiling spin v0.5.2 |
2381 | 2024-05-15T03:07:56.872Z | Compiling futures-task v0.3.30 |
2382 | 2024-05-15T03:07:56.932Z | Compiling futures-io v0.3.30 |
2383 | 2024-05-15T03:07:57.010Z | Compiling pin-utils v0.1.0 |
2384 | 2024-05-15T03:07:57.099Z | Compiling syn v1.0.109 |
2385 | 2024-05-15T03:07:57.140Z | Compiling iana-time-zone v0.1.57 |
2386 | 2024-05-15T03:07:57.210Z | Compiling tinyvec_macros v0.1.1 |
2387 | 2024-05-15T03:07:57.289Z | Compiling tinyvec v1.6.0 |
2388 | 2024-05-15T03:07:57.313Z | Compiling unicode-bidi v0.3.15 |
2389 | 2024-05-15T03:07:57.514Z | Compiling schemars v0.8.17 |
2390 | 2024-05-15T03:07:57.538Z | Compiling cpufeatures v0.2.12 |
2391 | 2024-05-15T03:07:57.623Z | Compiling tracing-core v0.1.32 |
2392 | 2024-05-15T03:07:57.716Z | Compiling dyn-clone v1.0.17 |
2393 | 2024-05-15T03:07:57.850Z | Compiling percent-encoding v2.3.1 |
2394 | 2024-05-15T03:07:57.914Z | Compiling ppv-lite86 v0.2.17 |
2395 | 2024-05-15T03:07:57.980Z | Compiling spin v0.9.8 |
2396 | 2024-05-15T03:07:58.153Z | Compiling num-conv v0.1.0 |
2397 | 2024-05-15T03:07:58.324Z | Compiling time-core v0.1.2 |
2398 | 2024-05-15T03:07:58.398Z | Compiling powerfmt v0.2.0 |
2399 | 2024-05-15T03:07:58.481Z | Compiling unicode-normalization v0.1.22 |
2400 | 2024-05-15T03:07:58.505Z | Compiling time-macros v0.2.17 |
2401 | 2024-05-15T03:07:58.553Z | Compiling form_urlencoded v1.2.1 |
2402 | 2024-05-15T03:07:58.613Z | Compiling num_threads v0.1.6 |
2403 | 2024-05-15T03:07:58.726Z | Compiling deranged v0.3.11 |
2404 | 2024-05-15T03:07:58.769Z | Compiling rand_chacha v0.3.1 |
2405 | 2024-05-15T03:07:58.866Z | Compiling ring v0.17.8 |
2406 | 2024-05-15T03:07:58.891Z | Compiling aho-corasick v1.1.2 |
2407 | 2024-05-15T03:07:59.412Z | Compiling regex-syntax v0.8.2 |
2408 | 2024-05-15T03:08:00.228Z | Compiling idna v0.5.0 |
2409 | 2024-05-15T03:08:00.354Z | Compiling rand v0.8.5 |
2410 | 2024-05-15T03:08:01.321Z | Compiling serde_derive_internals v0.29.0 |
2411 | 2024-05-15T03:08:01.540Z | Compiling time v0.3.34 |
2412 | 2024-05-15T03:08:02.185Z | Compiling httparse v1.8.0 |
2413 | 2024-05-15T03:08:02.610Z | Compiling regex-automata v0.4.5 |
2414 | 2024-05-15T03:08:02.636Z | Compiling slog v2.7.0 |
2415 | 2024-05-15T03:08:03.179Z | Compiling url v2.5.0 |
2416 | 2024-05-15T03:08:04.131Z | Compiling untrusted v0.9.0 |
2417 | 2024-05-15T03:08:04.279Z | Compiling heck v0.4.1 |
2418 | 2024-05-15T03:08:04.663Z | Compiling pkg-config v0.3.27 |
2419 | 2024-05-15T03:08:04.725Z | Compiling vcpkg v0.2.15 |
2420 | 2024-05-15T03:08:04.911Z | Compiling lazy_static v1.4.0 |
2421 | 2024-05-15T03:08:05.008Z | Compiling adler v1.0.2 |
2422 | 2024-05-15T03:08:05.205Z | Compiling unicode-width v0.1.11 |
2423 | 2024-05-15T03:08:05.342Z | Compiling miniz_oxide v0.7.1 |
2424 | 2024-05-15T03:08:05.770Z | Compiling semver v1.0.22 |
2425 | 2024-05-15T03:08:05.985Z | Compiling backtrace v0.3.69 |
2426 | 2024-05-15T03:08:06.240Z | Compiling ring v0.16.20 |
2427 | 2024-05-15T03:08:06.339Z | Compiling try-lock v0.2.4 |
2428 | 2024-05-15T03:08:06.471Z | Compiling gimli v0.28.0 |
2429 | 2024-05-15T03:08:06.495Z | Compiling openssl-sys v0.9.102 |
2430 | 2024-05-15T03:08:06.563Z | Compiling httpdate v1.0.3 |
2431 | 2024-05-15T03:08:06.732Z | Compiling serde_derive v1.0.201 |
2432 | 2024-05-15T03:08:06.962Z | Compiling zeroize_derive v1.4.2 |
2433 | 2024-05-15T03:08:07.182Z | Compiling thiserror-impl v1.0.59 |
2434 | 2024-05-15T03:08:07.315Z | Compiling zerocopy-derive v0.7.32 |
2435 | 2024-05-15T03:08:07.657Z | Compiling tokio-macros v2.2.0 |
2436 | 2024-05-15T03:08:08.333Z | Compiling zeroize v1.7.0 |
2437 | 2024-05-15T03:08:09.081Z | Compiling futures-macro v0.3.30 |
2438 | 2024-05-15T03:08:09.307Z | Compiling zerocopy v0.7.32 |
2439 | 2024-05-15T03:08:09.343Z | Compiling schemars_derive v0.8.17 |
2440 | 2024-05-15T03:08:09.828Z | Compiling crypto-common v0.1.6 |
2441 | 2024-05-15T03:08:10.018Z | Compiling block-buffer v0.10.4 |
2442 | 2024-05-15T03:08:10.042Z | Compiling tracing-attributes v0.1.27 |
2443 | 2024-05-15T03:08:10.251Z | Compiling digest v0.10.7 |
2444 | 2024-05-15T03:08:10.276Z | Compiling regex v1.10.4 |
2445 | 2024-05-15T03:08:10.660Z | Compiling async-trait v0.1.80 |
2446 | 2024-05-15T03:08:10.783Z | Compiling futures-util v0.3.30 |
2447 | 2024-05-15T03:08:11.069Z | Compiling hashbrown v0.14.3 |
2448 | 2024-05-15T03:08:11.204Z | Compiling addr2line v0.21.0 |
2449 | 2024-05-15T03:08:12.132Z | Compiling want v0.3.1 |
2450 | 2024-05-15T03:08:12.216Z | Compiling object v0.32.1 |
2451 | 2024-05-15T03:08:12.389Z | Compiling rustix v0.38.31 |
2452 | 2024-05-15T03:08:12.975Z | Compiling rustc-demangle v0.1.23 |
2453 | 2024-05-15T03:08:13.044Z | Compiling anyhow v1.0.83 |
2454 | 2024-05-15T03:08:13.263Z | Compiling tracing v0.1.40 |
2455 | 2024-05-15T03:08:13.287Z | Compiling untrusted v0.7.1 |
2456 | 2024-05-15T03:08:13.390Z | Compiling tower-service v0.3.2 |
2457 | 2024-05-15T03:08:13.439Z | Compiling base64 v0.21.7 |
2458 | 2024-05-15T03:08:13.513Z | Compiling foreign-types-shared v0.1.1 |
2459 | 2024-05-15T03:08:13.547Z | Compiling ipnet v2.9.0 |
2460 | 2024-05-15T03:08:13.613Z | Compiling mime v0.3.17 |
2461 | 2024-05-15T03:08:13.722Z | Compiling openssl v0.10.64 |
2462 | 2024-05-15T03:08:13.785Z | Compiling foreign-types v0.3.2 |
2463 | 2024-05-15T03:08:14.206Z | Compiling openssl-macros v0.1.1 |
2464 | 2024-05-15T03:08:14.247Z | Compiling errno v0.3.8 |
2465 | 2024-05-15T03:08:14.456Z | Compiling heck v0.5.0 |
2466 | 2024-05-15T03:08:14.642Z | Compiling crossbeam-utils v0.8.19 |
2467 | 2024-05-15T03:08:14.860Z | Compiling base64ct v1.6.0 |
2468 | 2024-05-15T03:08:14.885Z | Compiling winnow v0.5.15 |
2469 | 2024-05-15T03:08:15.169Z | Compiling native-tls v0.2.11 |
2470 | 2024-05-15T03:08:15.266Z | Compiling rustls v0.21.9 |
2471 | 2024-05-15T03:08:15.408Z | Compiling rustls-webpki v0.101.7 |
2472 | 2024-05-15T03:08:15.499Z | Compiling futures-executor v0.3.30 |
2473 | 2024-05-15T03:08:15.533Z | Compiling cookie v0.17.0 |
2474 | 2024-05-15T03:08:15.776Z | Compiling sct v0.7.0 |
2475 | 2024-05-15T03:08:15.980Z | Compiling ucd-trie v0.1.6 |
2476 | 2024-05-15T03:08:16.005Z | Compiling openssl-probe v0.1.5 |
2477 | 2024-05-15T03:08:16.297Z | Compiling pest v2.7.6 |
2478 | 2024-05-15T03:08:16.574Z | Compiling futures v0.3.30 |
2479 | 2024-05-15T03:08:17.147Z | Compiling idna v0.3.0 |
2480 | 2024-05-15T03:08:17.482Z | Compiling encoding_rs v0.8.33 |
2481 | 2024-05-15T03:08:17.808Z | Compiling rustversion v1.0.14 |
2482 | 2024-05-15T03:08:18.378Z | Compiling bytes v1.6.0 |
2483 | 2024-05-15T03:08:18.492Z | Compiling indexmap v2.2.6 |
2484 | 2024-05-15T03:08:18.516Z | Compiling uuid v1.8.0 |
2485 | 2024-05-15T03:08:18.628Z | Compiling bitflags v2.4.2 |
2486 | 2024-05-15T03:08:19.051Z | Compiling chrono v0.4.38 |
2487 | 2024-05-15T03:08:19.481Z | Compiling tokio v1.37.0 |
2488 | 2024-05-15T03:08:19.660Z | Compiling http v0.2.12 |
2489 | 2024-05-15T03:08:19.713Z | Compiling serde_tokenstream v0.2.0 |
2490 | 2024-05-15T03:08:20.081Z | Compiling serde_spanned v0.6.5 |
2491 | 2024-05-15T03:08:20.180Z | Compiling toml_datetime v0.6.5 |
2492 | 2024-05-15T03:08:20.584Z | Compiling toml_edit v0.19.15 |
2493 | 2024-05-15T03:08:20.974Z | Compiling http-body v0.4.5 |
2494 | 2024-05-15T03:08:21.680Z | Compiling data-encoding v2.4.0 |
2495 | 2024-05-15T03:08:22.072Z | Compiling psl-types v2.0.11 |
2496 | 2024-05-15T03:08:22.247Z | Compiling publicsuffix v2.2.3 |
2497 | 2024-05-15T03:08:22.546Z | Compiling pest_meta v2.7.6 |
2498 | 2024-05-15T03:08:23.520Z | Compiling serde_urlencoded v0.7.1 |
2499 | 2024-05-15T03:08:23.756Z | Compiling hmac v0.12.1 |
2500 | 2024-05-15T03:08:23.979Z | Compiling scroll_derive v0.12.0 |
2501 | 2024-05-15T03:08:24.029Z | Compiling cookie_store v0.20.0 |
2502 | 2024-05-15T03:08:24.070Z | Compiling pest_generator v2.7.6 |
2503 | 2024-05-15T03:08:25.213Z | Compiling scroll v0.12.0 |
2504 | 2024-05-15T03:08:25.281Z | Compiling openapiv3 v2.0.0 |
2505 | 2024-05-15T03:08:25.664Z | Compiling rustls-pemfile v1.0.3 |
2506 | 2024-05-15T03:08:25.690Z | Compiling webpki-roots v0.25.2 |
2507 | 2024-05-15T03:08:25.832Z | Compiling bitflags v1.3.2 |
2508 | 2024-05-15T03:08:25.856Z | Compiling plain v0.2.3 |
2509 | 2024-05-15T03:08:25.937Z | Compiling tokio-util v0.7.10 |
2510 | 2024-05-15T03:08:26.018Z | Compiling tokio-rustls v0.24.1 |
2511 | 2024-05-15T03:08:26.365Z | Compiling tokio-native-tls v0.3.1 |
2512 | 2024-05-15T03:08:26.560Z | Compiling sync_wrapper v0.1.2 |
2513 | 2024-05-15T03:08:26.585Z | Compiling pest_derive v2.7.6 |
2514 | 2024-05-15T03:08:26.609Z | Compiling goblin v0.8.0 |
2515 | 2024-05-15T03:08:26.698Z | Compiling rustc_version v0.4.0 |
2516 | 2024-05-15T03:08:27.192Z | Compiling h2 v0.3.26 |
2517 | 2024-05-15T03:08:27.244Z | Compiling pem-rfc7468 v0.7.0 |
2518 | 2024-05-15T03:08:27.269Z | Compiling block-padding v0.3.3 |
2519 | 2024-05-15T03:08:27.367Z | Compiling der_derive v0.7.2 |
2520 | 2024-05-15T03:08:27.483Z | Compiling usdt-impl v0.5.0 |
2521 | 2024-05-15T03:08:27.768Z | Compiling flagset v0.4.3 |
2522 | 2024-05-15T03:08:27.864Z | Compiling pretty-hex v0.4.1 |
2523 | 2024-05-15T03:08:28.072Z | Compiling inout v0.1.3 |
2524 | 2024-05-15T03:08:28.105Z | Compiling dtrace-parser v0.2.0 |
2525 | 2024-05-15T03:08:28.327Z | Compiling thread-id v4.2.0 |
2526 | 2024-05-15T03:08:28.418Z | Compiling cipher v0.4.4 |
2527 | 2024-05-15T03:08:28.442Z | Compiling sha2 v0.10.8 |
2528 | 2024-05-15T03:08:28.872Z | Compiling either v1.11.0 |
2529 | 2024-05-15T03:08:28.914Z | Compiling ff v0.13.0 |
2530 | 2024-05-15T03:08:29.119Z | Compiling base16ct v0.2.0 |
2531 | 2024-05-15T03:08:29.220Z | Compiling stable_deref_trait v1.2.0 |
2532 | 2024-05-15T03:08:29.315Z | Compiling group v0.13.0 |
2533 | 2024-05-15T03:08:29.404Z | Compiling hkdf v0.12.4 |
2534 | 2024-05-15T03:08:29.545Z | Compiling der v0.7.8 |
2535 | 2024-05-15T03:08:29.601Z | Compiling crossbeam-epoch v0.9.18 |
2536 | 2024-05-15T03:08:29.634Z | Compiling crypto-bigint v0.5.2 |
2537 | 2024-05-15T03:08:29.740Z | Compiling num-integer v0.1.46 |
2538 | 2024-05-15T03:08:30.262Z | Compiling memmap v0.7.0 |
2539 | 2024-05-15T03:08:30.394Z | Compiling crc32fast v1.3.2 |
2540 | 2024-05-15T03:08:30.561Z | Compiling winnow v0.6.1 |
2541 | 2024-05-15T03:08:30.881Z | Compiling managed v0.8.0 |
2542 | 2024-05-15T03:08:31.109Z | Compiling dof v0.3.0 |
2543 | 2024-05-15T03:08:31.244Z | Compiling spki v0.7.2 |
2544 | 2024-05-15T03:08:31.591Z | Compiling pkcs8 v0.10.2 |
2545 | 2024-05-15T03:08:32.149Z | Compiling sec1 v0.7.3 |
2546 | 2024-05-15T03:08:32.373Z | Compiling unicode-segmentation v1.10.1 |
2547 | 2024-05-15T03:08:32.706Z | Compiling elliptic-curve v0.13.8 |
2548 | 2024-05-15T03:08:32.730Z | Compiling toml v0.7.8 |
2549 | 2024-05-15T03:08:33.099Z | Compiling hyper v0.14.28 |
2550 | 2024-05-15T03:08:33.149Z | Compiling hex v0.4.3 |
2551 | 2024-05-15T03:08:33.427Z | Compiling toml_edit v0.22.12 |
2552 | 2024-05-15T03:08:33.451Z | Compiling num-bigint v0.4.4 |
2553 | 2024-05-15T03:08:33.666Z | Compiling anstyle v1.0.7 |
2554 | 2024-05-15T03:08:33.709Z | Compiling utf8parse v0.2.1 |
2555 | 2024-05-15T03:08:33.885Z | Compiling matches v0.1.10 |
2556 | 2024-05-15T03:08:33.978Z | Compiling idna v0.2.3 |
2557 | 2024-05-15T03:08:34.159Z | Compiling anstyle-parse v0.2.1 |
2558 | 2024-05-15T03:08:34.322Z | Compiling ipnetwork v0.20.0 |
2559 | 2024-05-15T03:08:34.461Z | Compiling enum-as-inner v0.5.1 |
2560 | 2024-05-15T03:08:34.623Z | Compiling bit-vec v0.6.3 |
2561 | 2024-05-15T03:08:34.983Z | Compiling colorchoice v1.0.0 |
2562 | 2024-05-15T03:08:35.080Z | Compiling anstyle-query v1.0.0 |
2563 | 2024-05-15T03:08:35.139Z | Compiling siphasher v0.3.11 |
2564 | 2024-05-15T03:08:35.167Z | Compiling usdt-attr-macro v0.5.0 |
2565 | 2024-05-15T03:08:35.204Z | Compiling usdt-macro v0.5.0 |
2566 | 2024-05-15T03:08:35.280Z | Compiling anstream v0.6.11 |
2567 | 2024-05-15T03:08:35.326Z | Compiling trust-dns-proto v0.22.0 |
2568 | 2024-05-15T03:08:35.876Z | Compiling flate2 v1.0.30 |
2569 | 2024-05-15T03:08:35.983Z | Compiling heapless v0.7.16 |
2570 | 2024-05-15T03:08:36.366Z | Compiling terminal_size v0.3.0 |
2571 | 2024-05-15T03:08:36.482Z | Compiling regress v0.9.1 |
2572 | 2024-05-15T03:08:36.540Z | Compiling usdt v0.5.0 |
2573 | 2024-05-15T03:08:36.565Z | Compiling clap_lex v0.7.0 |
2574 | 2024-05-15T03:08:36.672Z | Compiling strsim v0.11.0 |
2575 | 2024-05-15T03:08:36.979Z | Compiling signal-hook v0.3.17 |
2576 | 2024-05-15T03:08:37.004Z | Compiling clap_builder v4.5.2 |
2577 | 2024-05-15T03:08:37.314Z | Compiling itertools v0.10.5 |
2578 | 2024-05-15T03:08:37.436Z | Compiling clap_derive v4.5.4 |
2579 | 2024-05-15T03:08:39.591Z | Compiling hyper-rustls v0.24.2 |
2580 | 2024-05-15T03:08:39.884Z | Compiling hyper-tls v0.5.0 |
2581 | 2024-05-15T03:08:40.188Z | Compiling reqwest v0.11.27 |
2582 | 2024-05-15T03:08:40.481Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2583 | 2024-05-15T03:08:40.506Z | Compiling yasna v0.5.2 |
2584 | 2024-05-15T03:08:41.286Z | Compiling md-5 v0.10.5 |
2585 | 2024-05-15T03:08:41.464Z | Compiling stringprep v0.1.3 |
2586 | 2024-05-15T03:08:41.523Z | Compiling hash32 v0.2.1 |
2587 | 2024-05-15T03:08:41.837Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2588 | 2024-05-15T03:08:42.033Z | Compiling regex-automata v0.1.10 |
2589 | 2024-05-15T03:08:42.067Z | Compiling smoltcp v0.9.1 |
2590 | 2024-05-15T03:08:42.289Z | Compiling fallible-iterator v0.2.0 |
2591 | 2024-05-15T03:08:42.448Z | Compiling bstr v0.2.17 |
2592 | 2024-05-15T03:08:42.704Z | Compiling clap v4.5.4 |
2593 | 2024-05-15T03:08:42.865Z | Compiling postgres-protocol v0.6.6 |
2594 | 2024-05-15T03:08:43.517Z | Compiling phf_shared v0.11.2 |
2595 | 2024-05-15T03:08:43.615Z | Compiling tokio-stream v0.1.15 |
2596 | 2024-05-15T03:08:43.640Z | Compiling hubpack_derive v0.1.1 |
2597 | 2024-05-15T03:08:43.887Z | Compiling zerocopy-derive v0.6.6 |
2598 | 2024-05-15T03:08:43.993Z | Compiling diesel_table_macro_syntax v0.1.0 |
2599 | 2024-05-15T03:08:44.028Z | Compiling scheduled-thread-pool v0.2.7 |
2600 | 2024-05-15T03:08:44.368Z | Compiling fs-err v2.11.0 |
2601 | 2024-05-15T03:08:44.471Z | Compiling fixedbitset v0.4.2 |
2602 | 2024-05-15T03:08:44.496Z | Compiling hubpack v0.1.2 |
2603 | 2024-05-15T03:08:44.582Z | Compiling diesel_derives v2.1.2 |
2604 | 2024-05-15T03:08:44.789Z | Compiling petgraph v0.6.5 |
2605 | 2024-05-15T03:08:44.870Z | Compiling r2d2 v0.8.10 |
2606 | 2024-05-15T03:08:44.899Z | Compiling phf v0.11.2 |
2607 | 2024-05-15T03:08:44.987Z | Compiling postgres-types v0.2.6 |
2608 | 2024-05-15T03:08:45.204Z | Compiling similar v2.4.0 |
2609 | 2024-05-15T03:08:45.770Z | Compiling zerocopy v0.6.6 |
2610 | 2024-05-15T03:08:46.214Z | Compiling signal-hook-mio v0.2.3 |
2611 | 2024-05-15T03:08:46.446Z | Compiling phf_shared v0.10.0 |
2612 | 2024-05-15T03:08:46.604Z | Compiling num-iter v0.1.45 |
2613 | 2024-05-15T03:08:46.775Z | Compiling strum_macros v0.25.2 |
2614 | 2024-05-15T03:08:46.800Z | Compiling serde_repr v0.1.16 |
2615 | 2024-05-15T03:08:46.858Z | Compiling getopts v0.2.21 |
2616 | 2024-05-15T03:08:47.208Z | Compiling console v0.15.8 |
2617 | 2024-05-15T03:08:47.712Z | Compiling float-cmp v0.9.0 |
2618 | 2024-05-15T03:08:47.771Z | Compiling minimal-lexical v0.2.1 |
2619 | 2024-05-15T03:08:47.915Z | Compiling new_debug_unreachable v1.0.4 |
2620 | 2024-05-15T03:08:48.002Z | Compiling normalize-line-endings v0.3.0 |
2621 | 2024-05-15T03:08:48.030Z | Compiling difflib v0.4.0 |
2622 | 2024-05-15T03:08:48.114Z | Compiling precomputed-hash v0.1.1 |
2623 | 2024-05-15T03:08:48.210Z | Compiling static_assertions v1.1.0 |
2624 | 2024-05-15T03:08:48.234Z | Compiling whoami v1.5.1 |
2625 | 2024-05-15T03:08:48.312Z | Compiling unsafe-libyaml v0.2.10 |
2626 | 2024-05-15T03:08:48.464Z | Compiling predicates-core v1.0.6 |
2627 | 2024-05-15T03:08:48.796Z | Compiling predicates v3.1.0 |
2628 | 2024-05-15T03:08:48.832Z | Compiling tokio-postgres v0.7.10 |
2629 | 2024-05-15T03:08:49.414Z | Compiling serde_yaml v0.9.25 |
2630 | 2024-05-15T03:08:49.926Z | Compiling string_cache v0.8.7 |
2631 | 2024-05-15T03:08:50.120Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2632 | 2024-05-15T03:08:50.317Z | Compiling nom v7.1.3 |
2633 | 2024-05-15T03:08:50.342Z | Compiling crossterm v0.27.0 |
2634 | 2024-05-15T03:08:52.813Z | Compiling bit-set v0.5.3 |
2635 | 2024-05-15T03:08:52.933Z | Compiling bstr v1.9.0 |
2636 | 2024-05-15T03:08:53.077Z | Compiling lalrpop-util v0.19.12 |
2637 | 2024-05-15T03:08:53.178Z | Compiling peg-runtime v0.8.3 |
2638 | 2024-05-15T03:08:53.258Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2639 | 2024-05-15T03:08:53.291Z | Compiling sha1 v0.10.6 |
2640 | 2024-05-15T03:08:53.393Z | Compiling camino v1.1.6 |
2641 | 2024-05-15T03:08:53.637Z | Compiling ident_case v1.0.1 |
2642 | 2024-05-15T03:08:53.662Z | Compiling strsim v0.10.0 |
2643 | 2024-05-15T03:08:53.751Z | Compiling strum_macros v0.26.1 |
2644 | 2024-05-15T03:08:53.835Z | Compiling dirs-sys-next v0.1.2 |
2645 | 2024-05-15T03:08:54.378Z | Compiling darling_core v0.20.8 |
2646 | 2024-05-15T03:08:54.408Z | Compiling base64 v0.22.1 |
2647 | 2024-05-15T03:08:54.458Z | Compiling match_cfg v0.1.0 |
2648 | 2024-05-15T03:08:54.561Z | Compiling hostname v0.3.1 |
2649 | 2024-05-15T03:08:54.658Z | Compiling dirs-next v2.0.0 |
2650 | 2024-05-15T03:08:54.783Z | Compiling toml v0.8.12 |
2651 | 2024-05-15T03:08:54.838Z | Compiling http v1.0.0 |
2652 | 2024-05-15T03:08:54.868Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2653 | 2024-05-15T03:08:54.968Z | Compiling thread_local v1.1.7 |
2654 | 2024-05-15T03:08:55.079Z | Compiling slog-async v2.8.0 |
2655 | 2024-05-15T03:08:55.457Z | Compiling rustls-pki-types v1.3.0 |
2656 | 2024-05-15T03:08:55.575Z | Compiling term v0.7.0 |
2657 | 2024-05-15T03:08:56.096Z | Compiling is-terminal v0.4.9 |
2658 | 2024-05-15T03:08:56.215Z | Compiling crossbeam-channel v0.5.8 |
2659 | 2024-05-15T03:08:56.239Z | Compiling take_mut v0.2.2 |
2660 | 2024-05-15T03:08:56.378Z | Compiling paste v1.0.15 |
2661 | 2024-05-15T03:08:56.793Z | Compiling rustls v0.22.4 |
2662 | 2024-05-15T03:08:56.817Z | Compiling diesel v2.1.6 |
2663 | 2024-05-15T03:08:56.934Z | Compiling slog-term v2.9.1 |
2664 | 2024-05-15T03:08:57.072Z | Compiling rustls-webpki v0.102.1 |
2665 | 2024-05-15T03:08:57.202Z | Compiling multer v3.1.0 |
2666 | 2024-05-15T03:08:57.460Z | Compiling instant v0.1.12 |
2667 | 2024-05-15T03:08:57.964Z | Compiling slog-json v2.6.1 |
2668 | 2024-05-15T03:08:57.988Z | Compiling strum v0.26.2 |
2669 | 2024-05-15T03:08:58.128Z | Compiling async-stream-impl v0.3.5 |
2670 | 2024-05-15T03:08:58.285Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
2671 | 2024-05-15T03:08:58.550Z | Compiling atomic-waker v1.1.1 |
2672 | 2024-05-15T03:08:58.724Z | Compiling debug-ignore v1.0.5 |
2673 | 2024-05-15T03:08:58.749Z | Compiling waitgroup v0.1.2 |
2674 | 2024-05-15T03:08:58.939Z | Compiling slog-bunyan v2.5.0 |
2675 | 2024-05-15T03:08:58.978Z | Compiling rustls-pemfile v2.1.2 |
2676 | 2024-05-15T03:08:59.130Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
2677 | 2024-05-15T03:08:59.161Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2678 | 2024-05-15T03:08:59.274Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2679 | 2024-05-15T03:08:59.396Z | Compiling async-stream v0.3.5 |
2680 | 2024-05-15T03:08:59.420Z | Compiling serde_path_to_error v0.1.16 |
2681 | 2024-05-15T03:08:59.698Z | Compiling structmeta-derive v0.3.0 |
2682 | 2024-05-15T03:08:59.890Z | Compiling hostname v0.4.0 |
2683 | 2024-05-15T03:09:00.093Z | Compiling proc-macro-error-attr v1.0.4 |
2684 | 2024-05-15T03:09:00.121Z | Compiling proc-macro-error v1.0.4 |
2685 | 2024-05-15T03:09:00.393Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2686 | 2024-05-15T03:09:00.417Z | Compiling darling_macro v0.20.8 |
2687 | 2024-05-15T03:09:00.833Z | Compiling newtype-uuid v1.1.0 |
2688 | 2024-05-15T03:09:01.016Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2689 | 2024-05-15T03:09:01.115Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2690 | 2024-05-15T03:09:01.332Z | Compiling darling v0.20.8 |
2691 | 2024-05-15T03:09:01.378Z | Compiling backoff v0.4.0 |
2692 | 2024-05-15T03:09:01.456Z | Compiling serde_with_macros v3.7.0 |
2693 | 2024-05-15T03:09:01.679Z | Compiling tokio-rustls v0.25.0 |
2694 | 2024-05-15T03:09:01.706Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2695 | 2024-05-15T03:09:01.771Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2696 | 2024-05-15T03:09:01.862Z | Compiling macaddr v1.0.1 |
2697 | 2024-05-15T03:09:01.918Z | Compiling proc-macro-crate v1.3.1 |
2698 | 2024-05-15T03:09:02.161Z | Compiling structmeta v0.3.0 |
2699 | 2024-05-15T03:09:02.252Z | Compiling fastrand v2.0.1 |
2700 | 2024-05-15T03:09:02.553Z | Compiling parse-display-derive v0.9.0 |
2701 | 2024-05-15T03:09:02.736Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2702 | 2024-05-15T03:09:02.842Z | Compiling num_enum_derive v0.5.11 |
2703 | 2024-05-15T03:09:03.059Z | Compiling tempfile v3.10.1 |
2704 | 2024-05-15T03:09:03.781Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2705 | 2024-05-15T03:09:04.106Z | Compiling foreign-types-macros v0.2.3 |
2706 | 2024-05-15T03:09:04.131Z | Compiling serde_with v3.7.0 |
2707 | 2024-05-15T03:09:05.391Z | Compiling heapless v0.8.0 |
2708 | 2024-05-15T03:09:05.416Z | Compiling num_enum v0.5.11 |
2709 | 2024-05-15T03:09:05.564Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2710 | 2024-05-15T03:09:05.847Z | Compiling foreign-types-shared v0.3.1 |
2711 | 2024-05-15T03:09:05.967Z | Compiling foreign-types v0.5.0 |
2712 | 2024-05-15T03:09:06.009Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2713 | 2024-05-15T03:09:06.265Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2714 | 2024-05-15T03:09:06.351Z | Compiling cstr-argument v0.1.2 |
2715 | 2024-05-15T03:09:06.572Z | Compiling hash32 v0.3.1 |
2716 | 2024-05-15T03:09:06.804Z | Compiling parse-display v0.9.0 |
2717 | 2024-05-15T03:09:06.830Z | Compiling smoltcp v0.11.0 |
2718 | 2024-05-15T03:09:06.830Z | Compiling pretty-hex v0.2.1 |
2719 | 2024-05-15T03:09:07.016Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2720 | 2024-05-15T03:09:07.270Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2721 | 2024-05-15T03:09:07.328Z | Compiling camino-tempfile v1.1.1 |
2722 | 2024-05-15T03:09:07.369Z | Compiling tabwriter v1.4.0 |
2723 | 2024-05-15T03:09:07.474Z | Compiling colored v2.1.0 |
2724 | 2024-05-15T03:09:07.706Z | Compiling socket2 v0.4.9 |
2725 | 2024-05-15T03:09:07.784Z | Compiling embedded-io v0.4.0 |
2726 | 2024-05-15T03:09:07.809Z | Compiling cobs v0.2.3 |
2727 | 2024-05-15T03:09:07.988Z | Compiling postcard v1.0.8 |
2728 | 2024-05-15T03:09:08.108Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2729 | 2024-05-15T03:09:08.133Z | Compiling crucible-workspace-hack v0.1.0 |
2730 | 2024-05-15T03:09:08.368Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2731 | 2024-05-15T03:09:08.463Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2732 | 2024-05-15T03:09:08.487Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2733 | 2024-05-15T03:09:08.523Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2734 | 2024-05-15T03:09:08.745Z | Compiling smf v0.2.3 |
2735 | 2024-05-15T03:09:08.845Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2736 | 2024-05-15T03:09:08.948Z | Compiling humantime v2.1.0 |
2737 | 2024-05-15T03:09:09.162Z | Compiling platforms v3.0.2 |
2738 | 2024-05-15T03:09:09.424Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2739 | 2024-05-15T03:09:09.492Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2740 | 2024-05-15T03:09:09.517Z | Compiling num-derive v0.4.0 |
2741 | 2024-05-15T03:09:09.868Z | Compiling sigpipe v0.1.3 |
2742 | 2024-05-15T03:09:09.979Z | Compiling utf-8 v0.7.6 |
2743 | 2024-05-15T03:09:10.003Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2744 | 2024-05-15T03:09:10.361Z | Compiling atty v0.2.14 |
2745 | 2024-05-15T03:09:10.483Z | Compiling semver v0.1.20 |
2746 | 2024-05-15T03:09:10.678Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2747 | 2024-05-15T03:09:10.769Z | Compiling rayon-core v1.12.1 |
2748 | 2024-05-15T03:09:11.013Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2749 | 2024-05-15T03:09:11.052Z | Compiling same-file v1.0.6 |
2750 | 2024-05-15T03:09:11.258Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2751 | 2024-05-15T03:09:11.285Z | Compiling walkdir v2.5.0 |
2752 | 2024-05-15T03:09:11.956Z | Compiling curve25519-dalek v4.1.2 |
2753 | 2024-05-15T03:09:12.046Z | Compiling rustc_version v0.1.7 |
2754 | 2024-05-15T03:09:12.122Z | Compiling newline-converter v0.3.0 |
2755 | 2024-05-15T03:09:12.261Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2756 | 2024-05-15T03:09:12.285Z | Compiling crossbeam-deque v0.8.3 |
2757 | 2024-05-15T03:09:12.431Z | Compiling universal-hash v0.5.1 |
2758 | 2024-05-15T03:09:12.479Z | Compiling opaque-debug v0.3.0 |
2759 | 2024-05-15T03:09:12.503Z | Compiling newtype_derive v0.1.6 |
2760 | 2024-05-15T03:09:12.618Z | Compiling expectorate v1.1.0 |
2761 | 2024-05-15T03:09:12.707Z | Compiling tungstenite v0.20.1 |
2762 | 2024-05-15T03:09:12.731Z | Compiling signature v2.1.0 |
2763 | 2024-05-15T03:09:12.771Z | Compiling curve25519-dalek-derive v0.1.0 |
2764 | 2024-05-15T03:09:12.796Z | Compiling blake3 v1.5.0 |
2765 | 2024-05-15T03:09:12.950Z | Compiling filetime v0.2.23 |
2766 | 2024-05-15T03:09:13.239Z | Compiling xattr v1.0.1 |
2767 | 2024-05-15T03:09:13.308Z | Compiling unicase v2.7.0 |
2768 | 2024-05-15T03:09:13.471Z | Compiling quick-error v1.2.3 |
2769 | 2024-05-15T03:09:13.574Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2770 | 2024-05-15T03:09:13.604Z | Compiling termcolor v1.2.0 |
2771 | 2024-05-15T03:09:13.748Z | Compiling linked-hash-map v0.5.6 |
2772 | 2024-05-15T03:09:14.079Z | Compiling arc-swap v1.6.0 |
2773 | 2024-05-15T03:09:14.159Z | Compiling getrandom v0.1.16 |
2774 | 2024-05-15T03:09:14.348Z | Compiling lru-cache v0.1.2 |
2775 | 2024-05-15T03:09:14.519Z | Compiling slog-scope v4.4.0 |
2776 | 2024-05-15T03:09:14.543Z | Compiling env_logger v0.9.3 |
2777 | 2024-05-15T03:09:14.643Z | Compiling resolv-conf v0.7.0 |
2778 | 2024-05-15T03:09:14.751Z | Compiling tokio-tungstenite v0.20.1 |
2779 | 2024-05-15T03:09:14.775Z | Compiling tar v0.4.40 |
2780 | 2024-05-15T03:09:15.186Z | Compiling rayon v1.10.0 |
2781 | 2024-05-15T03:09:15.314Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2782 | 2024-05-15T03:09:15.338Z | Compiling password-hash v0.5.0 |
2783 | 2024-05-15T03:09:15.679Z | Compiling blake2 v0.10.6 |
2784 | 2024-05-15T03:09:15.704Z | Compiling bitstruct_derive v0.1.0 |
2785 | 2024-05-15T03:09:16.200Z | Compiling derive-where v1.2.7 |
2786 | 2024-05-15T03:09:16.535Z | Compiling memmap2 v0.7.1 |
2787 | 2024-05-15T03:09:16.724Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2788 | 2024-05-15T03:09:16.839Z | Compiling libefi-sys v0.1.0 |
2789 | 2024-05-15T03:09:16.865Z | Compiling arrayvec v0.7.4 |
2790 | 2024-05-15T03:09:16.889Z | Compiling parking_lot_core v0.8.6 |
2791 | 2024-05-15T03:09:17.081Z | Compiling bytecount v0.6.3 |
2792 | 2024-05-15T03:09:17.207Z | Compiling ascii v1.1.0 |
2793 | 2024-05-15T03:09:17.273Z | Compiling arrayref v0.3.7 |
2794 | 2024-05-15T03:09:17.297Z | Compiling home v0.5.5 |
2795 | 2024-05-15T03:09:17.371Z | Compiling constant_time_eq v0.3.0 |
2796 | 2024-05-15T03:09:17.524Z | Compiling toolchain_find v0.4.0 |
2797 | 2024-05-15T03:09:17.549Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2798 | 2024-05-15T03:09:17.743Z | Compiling papergrid v0.11.0 |
2799 | 2024-05-15T03:09:18.154Z | Compiling bitstruct v0.1.1 |
2800 | 2024-05-15T03:09:18.251Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2801 | 2024-05-15T03:09:18.479Z | Compiling argon2 v0.5.3 |
2802 | 2024-05-15T03:09:19.069Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2803 | 2024-05-15T03:09:19.214Z | Compiling trust-dns-resolver v0.22.0 |
2804 | 2024-05-15T03:09:20.133Z | Compiling slog-stdlog v4.1.1 |
2805 | 2024-05-15T03:09:20.240Z | Compiling tabled_derive v0.7.0 |
2806 | 2024-05-15T03:09:20.471Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2807 | 2024-05-15T03:09:20.709Z | Compiling num-rational v0.4.2 |
2808 | 2024-05-15T03:09:20.822Z | Compiling rfc6979 v0.4.0 |
2809 | 2024-05-15T03:09:20.960Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2810 | 2024-05-15T03:09:21.096Z | Compiling erased-serde v0.3.31 |
2811 | 2024-05-15T03:09:21.203Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2812 | 2024-05-15T03:09:21.283Z | Compiling serde_arrays v0.1.0 |
2813 | 2024-05-15T03:09:21.308Z | Compiling aead v0.5.2 |
2814 | 2024-05-15T03:09:21.434Z | Compiling num-complex v0.4.6 |
2815 | 2024-05-15T03:09:21.610Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2816 | 2024-05-15T03:09:21.936Z | Compiling nibble_vec v0.1.0 |
2817 | 2024-05-15T03:09:22.115Z | Compiling slog-dtrace v0.3.0 |
2818 | 2024-05-15T03:09:22.176Z | Compiling topological-sort v0.2.2 |
2819 | 2024-05-15T03:09:22.226Z | Compiling cancel-safe-futures v0.1.5 |
2820 | 2024-05-15T03:09:22.273Z | Compiling endian-type v0.1.2 |
2821 | 2024-05-15T03:09:22.371Z | Compiling keccak v0.1.4 |
2822 | 2024-05-15T03:09:22.396Z | Compiling winapi v0.3.9 |
2823 | 2024-05-15T03:09:22.420Z | Compiling tabled v0.15.0 |
2824 | 2024-05-15T03:09:22.475Z | Compiling radix_trie v0.2.1 |
2825 | 2024-05-15T03:09:22.635Z | Compiling sha3 v0.10.8 |
2826 | 2024-05-15T03:09:23.052Z | Compiling omicron-zone-package v0.11.0 |
2827 | 2024-05-15T03:09:23.117Z | Compiling num v0.4.3 |
2828 | 2024-05-15T03:09:23.222Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2829 | 2024-05-15T03:09:23.319Z | Compiling ecdsa v0.16.9 |
2830 | 2024-05-15T03:09:23.406Z | Compiling slog-envlogger v2.2.0 |
2831 | 2024-05-15T03:09:24.084Z | Compiling rand_core v0.5.1 |
2832 | 2024-05-15T03:09:24.120Z | Compiling mime_guess v2.0.4 |
2833 | 2024-05-15T03:09:24.454Z | Compiling steno v0.4.0 |
2834 | 2024-05-15T03:09:25.307Z | Compiling rustfmt-wrapper v0.2.1 |
2835 | 2024-05-15T03:09:25.528Z | Compiling poly1305 v0.8.0 |
2836 | 2024-05-15T03:09:25.862Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2837 | 2024-05-15T03:09:26.016Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2838 | 2024-05-15T03:09:26.436Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2839 | 2024-05-15T03:09:26.539Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2840 | 2024-05-15T03:09:26.970Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2841 | 2024-05-15T03:09:27.218Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2842 | 2024-05-15T03:09:27.534Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2843 | 2024-05-15T03:09:28.478Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2844 | 2024-05-15T03:09:28.503Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2845 | 2024-05-15T03:09:28.585Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2846 | 2024-05-15T03:09:28.610Z | Compiling primeorder v0.13.6 |
2847 | 2024-05-15T03:09:28.676Z | Compiling heck v0.3.3 |
2848 | 2024-05-15T03:09:28.776Z | Compiling chacha20 v0.9.1 |
2849 | 2024-05-15T03:09:28.861Z | Compiling thiserror-impl-no-std v2.0.2 |
2850 | 2024-05-15T03:09:29.061Z | Compiling secrecy v0.8.0 |
2851 | 2024-05-15T03:09:29.090Z | Compiling half v2.3.1 |
2852 | 2024-05-15T03:09:29.230Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2853 | 2024-05-15T03:09:29.293Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2854 | 2024-05-15T03:09:29.494Z | Compiling option-ext v0.2.0 |
2855 | 2024-05-15T03:09:29.563Z | Compiling ciborium-io v0.2.2 |
2856 | 2024-05-15T03:09:29.595Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2857 | 2024-05-15T03:09:29.628Z | Compiling convert_case v0.4.0 |
2858 | 2024-05-15T03:09:29.686Z | Compiling ciborium-ll v0.2.2 |
2859 | 2024-05-15T03:09:29.730Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2860 | 2024-05-15T03:09:30.029Z | Compiling dirs-sys v0.4.1 |
2861 | 2024-05-15T03:09:30.297Z | Compiling zone_cfg_derive v0.1.2 |
2862 | 2024-05-15T03:09:30.471Z | Compiling derive_more v0.99.17 |
2863 | 2024-05-15T03:09:30.589Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2864 | 2024-05-15T03:09:30.850Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2865 | 2024-05-15T03:09:31.571Z | Compiling thiserror-no-std v2.0.2 |
2866 | 2024-05-15T03:09:31.626Z | Compiling parking_lot v0.11.2 |
2867 | 2024-05-15T03:09:31.650Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2868 | 2024-05-15T03:09:31.682Z | Compiling rand_chacha v0.2.2 |
2869 | 2024-05-15T03:09:32.044Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2870 | 2024-05-15T03:09:32.397Z | Compiling trust-dns-client v0.22.0 |
2871 | 2024-05-15T03:09:32.891Z | Compiling ed25519 v2.2.2 |
2872 | 2024-05-15T03:09:33.289Z | Compiling polyval v0.6.1 |
2873 | 2024-05-15T03:09:33.335Z | Compiling tungstenite v0.21.0 |
2874 | 2024-05-15T03:09:33.650Z | Compiling blowfish v0.9.1 |
2875 | 2024-05-15T03:09:34.058Z | Compiling ctr v0.9.2 |
2876 | 2024-05-15T03:09:34.156Z | Compiling aes v0.8.3 |
2877 | 2024-05-15T03:09:34.377Z | Compiling libsw v3.3.1 |
2878 | 2024-05-15T03:09:34.641Z | Compiling toml v0.5.11 |
2879 | 2024-05-15T03:09:34.954Z | Compiling password-hash v0.4.2 |
2880 | 2024-05-15T03:09:35.145Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2881 | 2024-05-15T03:09:35.817Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2882 | 2024-05-15T03:09:36.276Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2883 | 2024-05-15T03:09:37.331Z | Compiling pbkdf2 v0.12.2 |
2884 | 2024-05-15T03:09:37.483Z | Compiling gethostname v0.4.3 |
2885 | 2024-05-15T03:09:37.592Z | Compiling fxhash v0.2.1 |
2886 | 2024-05-15T03:09:37.733Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2887 | 2024-05-15T03:09:37.773Z | Compiling swrite v0.1.0 |
2888 | 2024-05-15T03:09:37.898Z | Compiling base64 v0.13.1 |
2889 | 2024-05-15T03:09:38.392Z | Compiling owo-colors v4.0.0 |
2890 | 2024-05-15T03:09:38.555Z | Compiling linear-map v1.2.0 |
2891 | 2024-05-15T03:09:38.896Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2892 | 2024-05-15T03:09:39.934Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2893 | 2024-05-15T03:09:40.195Z | Compiling ron v0.7.1 |
2894 | 2024-05-15T03:09:41.367Z | Compiling sled v0.34.7 |
2895 | 2024-05-15T03:09:41.908Z | Compiling bcrypt-pbkdf v0.10.0 |
2896 | 2024-05-15T03:09:42.165Z | Compiling trust-dns-server v0.22.1 |
2897 | 2024-05-15T03:09:42.398Z | Compiling pbkdf2 v0.11.0 |
2898 | 2024-05-15T03:09:42.430Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2899 | 2024-05-15T03:09:42.712Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2900 | 2024-05-15T03:09:42.902Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2901 | 2024-05-15T03:09:43.057Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2902 | 2024-05-15T03:09:43.082Z | Compiling tokio-tungstenite v0.21.0 |
2903 | 2024-05-15T03:09:43.516Z | Compiling ghash v0.5.0 |
2904 | 2024-05-15T03:09:43.671Z | Compiling ed25519-dalek v2.0.0 |
2905 | 2024-05-15T03:09:44.559Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2906 | 2024-05-15T03:09:44.886Z | Compiling russh-cryptovec v0.7.0 |
2907 | 2024-05-15T03:09:45.144Z | Compiling rand v0.7.3 |
2908 | 2024-05-15T03:09:45.171Z | Compiling vsss-rs v3.3.4 |
2909 | 2024-05-15T03:09:46.187Z | Compiling zone v0.1.8 |
2910 | 2024-05-15T03:09:47.719Z | Compiling dirs v5.0.1 |
2911 | 2024-05-15T03:09:47.908Z | Compiling ciborium v0.2.2 |
2912 | 2024-05-15T03:09:47.933Z | Compiling chacha20poly1305 v0.10.1 |
2913 | 2024-05-15T03:09:48.107Z | Compiling p521 v0.13.3 |
2914 | 2024-05-15T03:09:48.325Z | Compiling p256 v0.13.2 |
2915 | 2024-05-15T03:09:48.776Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2916 | 2024-05-15T03:09:49.023Z | Compiling pem v3.0.4 |
2917 | 2024-05-15T03:09:49.161Z | Compiling cbc v0.1.2 |
2918 | 2024-05-15T03:09:49.375Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2919 | 2024-05-15T03:09:49.694Z | Compiling headers-core v0.2.0 |
2920 | 2024-05-15T03:09:49.718Z | Compiling kstat-rs v0.2.3 |
2921 | 2024-05-15T03:09:49.845Z | Compiling portpicker v0.1.1 |
2922 | 2024-05-15T03:09:50.031Z | Compiling nanorand v0.7.0 |
2923 | 2024-05-15T03:09:50.114Z | Compiling glob v0.3.1 |
2924 | 2024-05-15T03:09:50.238Z | Compiling http-range v0.1.5 |
2925 | 2024-05-15T03:09:50.528Z | Compiling md5 v0.7.0 |
2926 | 2024-05-15T03:09:50.552Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2927 | 2024-05-15T03:09:50.552Z | Compiling hyper-staticfile v0.9.5 |
2928 | 2024-05-15T03:09:50.796Z | Compiling russh-keys v0.43.0 |
2929 | 2024-05-15T03:09:50.918Z | Compiling flume v0.11.0 |
2930 | 2024-05-15T03:09:50.952Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2931 | 2024-05-15T03:09:51.349Z | Compiling headers v0.3.9 |
2932 | 2024-05-15T03:09:51.478Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2933 | 2024-05-15T03:09:52.929Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2934 | 2024-05-15T03:09:53.481Z | Compiling rcgen v0.12.1 |
2935 | 2024-05-15T03:09:54.481Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2936 | 2024-05-15T03:09:54.702Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2937 | 2024-05-15T03:09:55.439Z | Compiling aes-gcm v0.10.3 |
2938 | 2024-05-15T03:09:55.696Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2939 | 2024-05-15T03:09:56.604Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2940 | 2024-05-15T03:09:58.346Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2941 | 2024-05-15T03:09:58.446Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2942 | 2024-05-15T03:10:00.022Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2943 | 2024-05-15T03:10:01.333Z | Compiling atomicwrites v0.4.3 |
2944 | 2024-05-15T03:10:01.632Z | Compiling itertools v0.12.1 |
2945 | 2024-05-15T03:10:02.349Z | Compiling subprocess v0.2.9 |
2946 | 2024-05-15T03:10:03.075Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2947 | 2024-05-15T03:10:03.364Z | Compiling hex-literal v0.4.1 |
2948 | 2024-05-15T03:10:03.531Z | Compiling display-error-chain v0.2.0 |
2949 | 2024-05-15T03:10:03.725Z | Compiling dhcproto-macros v0.1.0 |
2950 | 2024-05-15T03:10:04.179Z | Compiling russh v0.43.0 |
2951 | 2024-05-15T03:10:04.220Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2952 | 2024-05-15T03:10:04.352Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2953 | 2024-05-15T03:10:04.662Z | Compiling dhcproto v0.11.0 |
2954 | 2024-05-15T03:10:06.496Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2955 | 2024-05-15T03:10:07.365Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2956 | 2024-05-15T03:10:07.750Z | Compiling internet-checksum v0.2.1 |
2957 | 2024-05-15T03:10:30.833Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2958 | 2024-05-15T03:11:21.988Z | Finished dev [unoptimized + debuginfo] target(s) in 3m 30s |
2959 | 2024-05-15T03:11:22.089Z | |
2960 | 2024-05-15T03:11:22.090Z | real 3:30.281444120 |
2961 | 2024-05-15T03:11:22.115Z | user 17:06.643997444 |
2962 | 2024-05-15T03:11:22.115Z | sys 4:04.751241020 |
2963 | 2024-05-15T03:11:22.115Z | trap 0.508360368 |
2964 | 2024-05-15T03:11:22.115Z | tflt 0.298131612 |
2965 | 2024-05-15T03:11:22.115Z | dflt 2.130754833 |
2966 | 2024-05-15T03:11:22.115Z | kflt 0.000213424 |
2967 | 2024-05-15T03:11:22.115Z | lock 36:06.025979599 |
2968 | 2024-05-15T03:11:22.116Z | slp 49:43.180080365 |
2969 | 2024-05-15T03:11:22.116Z | lat 1:03.085042576 |
2970 | 2024-05-15T03:11:22.116Z | stop 2:07.216414860 |
2971 | 2024-05-15T03:11:22.116Z | + mkdir tests |
2972 | 2024-05-15T03:11:22.116Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2973 | 2024-05-15T03:11:22.116Z | + xargs -I '{}' -t cp '{}' tests/ |
2974 | 2024-05-15T03:11:22.140Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-eae59223581d5a9b tests/ |
2975 | 2024-05-15T03:11:22.164Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-94a001b0c3f3b63d tests/ |
2976 | 2024-05-15T03:11:22.192Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-08b5f866d18dc9bb tests/ |
2977 | 2024-05-15T03:11:22.218Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-c08cc910fae43ecc tests/ |
2978 | 2024-05-15T03:11:22.588Z | + 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/*) |
2979 | 2024-05-15T03:11:22.612Z | + 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-08b5f866d18dc9bb tests/commtest-94a001b0c3f3b63d tests/dhcp_server-eae59223581d5a9b tests/end_to_end_tests-c08cc910fae43ecc 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 |
2980 | 2024-05-15T03:12:40.477Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2981 | 2024-05-15T03:12:40.477Z | a out/target/test 1K |
2982 | 2024-05-15T03:12:40.477Z | a out/npuzone/npuzone 23144K |
2983 | 2024-05-15T03:12:40.477Z | a package-manifest.toml 27K |
2984 | 2024-05-15T03:12:40.477Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2985 | 2024-05-15T03:12:40.477Z | a target/release/omicron-package 31484K |
2986 | 2024-05-15T03:12:40.477Z | a target/release/xtask 6668K |
2987 | 2024-05-15T03:12:40.477Z | a target/debug/bootstrap 350096K |
2988 | 2024-05-15T03:12:40.477Z | a tests/bootstrap-08b5f866d18dc9bb 23707K |
2989 | 2024-05-15T03:12:40.477Z | a tests/commtest-94a001b0c3f3b63d 23707K |
2990 | 2024-05-15T03:12:40.477Z | a tests/dhcp_server-eae59223581d5a9b 23707K |
2991 | 2024-05-15T03:12:40.477Z | a tests/end_to_end_tests-c08cc910fae43ecc 360247K |
2992 | 2024-05-15T03:12:40.477Z | a out/clickhouse.tar.gz 222733K |
2993 | 2024-05-15T03:12:40.477Z | a out/clickhouse_keeper.tar.gz 222712K |
2994 | 2024-05-15T03:12:40.477Z | a out/cockroachdb.tar.gz 120690K |
2995 | 2024-05-15T03:12:40.477Z | a out/crucible-pantry-zone.tar.gz 27069K |
2996 | 2024-05-15T03:12:40.477Z | a out/crucible-zone.tar.gz 37730K |
2997 | 2024-05-15T03:12:40.478Z | a out/external-dns.tar.gz 25083K |
2998 | 2024-05-15T03:12:40.478Z | a out/internal-dns.tar.gz 25083K |
2999 | 2024-05-15T03:12:40.478Z | a out/mg-ddm-gz.tar 60398K |
3000 | 2024-05-15T03:12:40.478Z | a out/nexus.tar.gz 82715K |
3001 | 2024-05-15T03:12:40.478Z | a out/ntp.tar.gz 8697K |
3002 | 2024-05-15T03:12:40.478Z | a out/omicron-gateway-softnpu.tar.gz 14315K |
3003 | 2024-05-15T03:12:40.478Z | a out/omicron-sled-agent.tar 94669K |
3004 | 2024-05-15T03:12:40.478Z | a out/overlay.tar.gz 3K |
3005 | 2024-05-15T03:12:40.478Z | a out/oximeter.tar.gz 40995K |
3006 | 2024-05-15T03:12:40.478Z | a out/oxlog.tar 2915K |
3007 | 2024-05-15T03:12:40.478Z | a out/probe.tar.gz 2764K |
3008 | 2024-05-15T03:12:40.478Z | a out/propolis-server.tar.gz 65036K |
3009 | 2024-05-15T03:12:40.478Z | a out/pumpkind-gz.tar 26665K |
3010 | 2024-05-15T03:12:40.478Z | a out/switch-softnpu.tar.gz 195738K |
3011 | 2024-05-15T03:12:40.503Z | |
3012 | 2024-05-15T03:12:40.503Z | real 1:17.886688689 |
3013 | 2024-05-15T03:12:40.503Z | user 1:11.881962770 |
3014 | 2024-05-15T03:12:40.503Z | sys 7.540194432 |
3015 | 2024-05-15T03:12:40.503Z | trap 0.023788622 |
3016 | 2024-05-15T03:12:40.503Z | tflt 0.000000000 |
3017 | 2024-05-15T03:12:40.503Z | dflt 0.000000000 |
3018 | 2024-05-15T03:12:40.503Z | kflt 0.000000000 |
3019 | 2024-05-15T03:12:40.503Z | lock 0.000000000 |
3020 | 2024-05-15T03:12:40.503Z | slp 1:11.675434174 |
3021 | 2024-05-15T03:12:40.503Z | lat 4.646797634 |
3022 | 2024-05-15T03:12:40.503Z | stop 0.000705351 |
3023 | 2024-05-15T03:12:40.503Z | process exited: duration 1539786 ms, exit code 0 |
|
3024 | 2024-05-15T03:12:40.589Z | found 1 output files |
3025 | 2024-05-15T03:12:40.589Z | uploading: /work/package.tar.gz (1382647054 bytes) |
3026 | 2024-05-15T03:27:44.916Z | uploaded: /work/package.tar.gz |