|
|
|
1 | 2024-05-22T17:50:47.973Z | job assigned to worker 01HYGPS4603EQ073SJH7JNBMPZ (queued for 55 s) |
|
2 | 2024-05-22T17:50:55.503Z | starting task 0: "setup" |
3 | 2024-05-22T17:50:55.550Z | ++ uname -s |
4 | 2024-05-22T17:50:55.554Z | + kern=SunOS |
5 | 2024-05-22T17:50:55.554Z | + case "$kern" in |
6 | 2024-05-22T17:50:55.554Z | + groupadd -g 12345 build |
7 | 2024-05-22T17:50:55.554Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-22T17:50:57.575Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-22T17:50:57.668Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-22T17:50:57.673Z | + home_fs=zfs |
11 | 2024-05-22T17:50:57.673Z | + [[ zfs == autofs ]] |
12 | 2024-05-22T17:50:57.673Z | + mkdir -p /home/build |
13 | 2024-05-22T17:50:57.693Z | + chown build:build /home/build /work |
14 | 2024-05-22T17:50:58.676Z | + chmod 0700 /home/build /work |
15 | 2024-05-22T17:50:58.686Z | process exited: duration 3176 ms, exit code 0 |
|
16 | 2024-05-22T17:50:58.699Z | starting task 1: "rust-toolchain" |
17 | 2024-05-22T17:50:58.717Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-22T17:50:58.721Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.77.2 --profile default |
19 | 2024-05-22T17:50:58.835Z | info: downloading installer |
20 | 2024-05-22T17:51:00.456Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-22T17:51:00.456Z | warning: /opt/ooce/bin |
22 | 2024-05-22T17:51:00.457Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-22T17:51:00.457Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-22T17:51:00.457Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-22T17:51:00.457Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-22T17:51:00.458Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-22T17:51:00.458Z | error: cannot install while Rust is installed |
28 | 2024-05-22T17:51:00.458Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-22T17:51:00.544Z | info: profile set to 'default' |
30 | 2024-05-22T17:51:00.545Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-22T17:51:00.559Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
32 | 2024-05-22T17:51:00.685Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
33 | 2024-05-22T17:51:00.685Z | info: downloading component 'cargo' |
34 | 2024-05-22T17:51:01.610Z | info: downloading component 'clippy' |
35 | 2024-05-22T17:51:02.006Z | info: downloading component 'rust-docs' |
36 | 2024-05-22T17:51:03.198Z | info: downloading component 'rust-std' |
37 | 2024-05-22T17:51:04.993Z | info: downloading component 'rustc' |
38 | 2024-05-22T17:51:09.982Z | info: downloading component 'rustfmt' |
39 | 2024-05-22T17:51:10.619Z | info: installing component 'cargo' |
40 | 2024-05-22T17:51:11.067Z | info: installing component 'clippy' |
41 | 2024-05-22T17:51:11.396Z | info: installing component 'rust-docs' |
42 | 2024-05-22T17:51:12.909Z | info: installing component 'rust-std' |
43 | 2024-05-22T17:51:14.558Z | info: installing component 'rustc' |
44 | 2024-05-22T17:51:18.645Z | info: installing component 'rustfmt' |
45 | 2024-05-22T17:51:18.990Z | info: default toolchain set to '1.77.2-x86_64-unknown-illumos' |
46 | 2024-05-22T17:51:18.990Z | |
47 | 2024-05-22T17:51:19.254Z | 1.77.2-x86_64-unknown-illumos installed - rustc 1.77.2 (25ef9e3d8 2024-04-09) |
48 | 2024-05-22T17:51:19.254Z | |
49 | 2024-05-22T17:51:19.261Z | |
50 | 2024-05-22T17:51:19.261Z | Rust is installed now. Great! |
51 | 2024-05-22T17:51:19.261Z | |
52 | 2024-05-22T17:51:19.261Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-22T17:51:19.261Z | environment variable. This has not been done automatically. |
54 | 2024-05-22T17:51:19.261Z | |
55 | 2024-05-22T17:51:19.261Z | To configure your current shell, you need to source |
56 | 2024-05-22T17:51:19.261Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-22T17:51:19.262Z | |
58 | 2024-05-22T17:51:19.262Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-22T17:51:19.262Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-22T17:51:19.262Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-22T17:51:19.303Z | + rustc --version |
62 | 2024-05-22T17:51:19.362Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
63 | 2024-05-22T17:51:19.366Z | process exited: duration 20663 ms, exit code 0 |
|
64 | 2024-05-22T17:51:19.375Z | starting task 2: "authentication" |
65 | 2024-05-22T17:51:19.396Z | process exited: duration 21 ms, exit code 0 |
|
66 | 2024-05-22T17:51:19.405Z | starting task 3: "clone repository" |
67 | 2024-05-22T17:51:19.409Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-22T17:51:19.412Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-22T17:51:19.541Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-22T17:51:25.633Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-22T17:51:25.636Z | + git fetch origin 0bf66d7c53397af5e30bffe6d0ddd841d0b00472 |
72 | 2024-05-22T17:51:25.965Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-22T17:51:25.965Z | * branch 0bf66d7c53397af5e30bffe6d0ddd841d0b00472 -> FETCH_HEAD |
74 | 2024-05-22T17:51:25.973Z | + [[ -n issue-5214-v2p-mapping-rpw ]] |
75 | 2024-05-22T17:51:25.976Z | ++ git branch --show-current |
76 | 2024-05-22T17:51:25.980Z | + current=main |
77 | 2024-05-22T17:51:25.981Z | + [[ main != issue-5214-v2p-mapping-rpw ]] |
78 | 2024-05-22T17:51:25.981Z | + git branch -f issue-5214-v2p-mapping-rpw 0bf66d7c53397af5e30bffe6d0ddd841d0b00472 |
79 | 2024-05-22T17:51:25.985Z | + git checkout -f issue-5214-v2p-mapping-rpw |
80 | 2024-05-22T17:51:26.116Z | Switched to branch 'issue-5214-v2p-mapping-rpw' |
81 | 2024-05-22T17:51:26.123Z | + git reset --hard 0bf66d7c53397af5e30bffe6d0ddd841d0b00472 |
82 | 2024-05-22T17:51:26.133Z | HEAD is now at 0bf66d7c5 rollback maghemite |
83 | 2024-05-22T17:51:26.138Z | process exited: duration 6729 ms, exit code 0 |
|
84 | 2024-05-22T17:51:26.149Z | starting task 4: "build" |
85 | 2024-05-22T17:51:26.155Z | + cargo --version |
86 | 2024-05-22T17:51:26.206Z | cargo 1.77.2 (e52e36006 2024-03-26) |
87 | 2024-05-22T17:51:26.213Z | + rustc --version |
88 | 2024-05-22T17:51:26.265Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
89 | 2024-05-22T17:51:26.271Z | + WORK=/work |
90 | 2024-05-22T17:51:26.271Z | + pfexec mkdir -p /work |
91 | 2024-05-22T17:51:26.271Z | + pfexec chown build /work |
92 | 2024-05-22T17:51:26.271Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-05-22T17:51:35.988Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-05-22T17:51:37.993Z | Startup: Caching catalogs ... Done |
95 | 2024-05-22T17:51:39.949Z | Planning: Solver setup ... Done (1.469s) |
96 | 2024-05-22T17:51:39.974Z | Planning: Running solver ... Done (0.026s) |
97 | 2024-05-22T17:51:40.025Z | Planning: Finding local manifests ... Done (0.004s) |
98 | 2024-05-22T17:51:40.039Z | Planning: Fetching manifests: 0/4 0% complete |
99 | 2024-05-22T17:51:40.406Z | Planning: Fetching manifests: 4/4 100% complete |
100 | 2024-05-22T17:51:40.447Z | Planning: Package planning ... Done (0.047s) |
101 | 2024-05-22T17:51:40.496Z | Planning: Merging actions ... Done (0.051s) |
102 | 2024-05-22T17:51:41.816Z | Planning: Checking for conflicting actions ... Done (1.320s) |
103 | 2024-05-22T17:51:41.828Z | Planning: Consolidating action changes ... Done (0.011s) |
104 | 2024-05-22T17:51:49.764Z | Planning: Evaluating mediators ... Done (7.933s) |
105 | 2024-05-22T17:51:49.772Z | Planning: Planning completed in 11.71 seconds |
106 | 2024-05-22T17:51:50.683Z | Packages to install: 4 |
107 | 2024-05-22T17:51:50.683Z | Mediators to change: 2 |
108 | 2024-05-22T17:51:50.683Z | Services to change: 1 |
109 | 2024-05-22T17:51:50.691Z | Estimated space available: 155.79 GB |
110 | 2024-05-22T17:51:50.691Z | Estimated space to be consumed: 1.45 GB |
111 | 2024-05-22T17:51:50.692Z | Create boot environment: No |
112 | 2024-05-22T17:51:50.692Z | Create backup boot environment: No |
113 | 2024-05-22T17:51:50.692Z | Rebuild boot archive: No |
114 | 2024-05-22T17:51:50.692Z | |
115 | 2024-05-22T17:51:50.692Z | Changed mediators: |
116 | 2024-05-22T17:51:50.692Z | mediator clang: |
117 | 2024-05-22T17:51:50.692Z | version: None -> 15 (system default) |
118 | 2024-05-22T17:51:50.692Z | |
119 | 2024-05-22T17:51:50.692Z | mediator llvm: |
120 | 2024-05-22T17:51:50.692Z | version: 14 (system default) -> 15 (system default) |
121 | 2024-05-22T17:51:50.693Z | |
122 | 2024-05-22T17:51:50.693Z | Changed packages: |
123 | 2024-05-22T17:51:50.693Z | helios-dev |
124 | 2024-05-22T17:51:50.693Z | developer/build-essential |
125 | 2024-05-22T17:51:50.693Z | None -> 11-2.0 |
126 | 2024-05-22T17:51:50.693Z | library/libxmlsec1 |
127 | 2024-05-22T17:51:50.694Z | None -> 1.2.35-2.0 |
128 | 2024-05-22T17:51:50.694Z | ooce/developer/clang-15 |
129 | 2024-05-22T17:51:50.694Z | None -> 15.0.7-2.0 |
130 | 2024-05-22T17:51:50.694Z | ooce/developer/llvm-15 |
131 | 2024-05-22T17:51:50.694Z | None -> 15.0.7-2.0 |
132 | 2024-05-22T17:51:50.694Z | |
133 | 2024-05-22T17:51:50.694Z | Services: |
134 | 2024-05-22T17:51:50.694Z | restart_fmri: |
135 | 2024-05-22T17:51:50.694Z | svc:/system/update-man-index:default |
136 | 2024-05-22T17:51:50.938Z | |
137 | 2024-05-22T17:51:50.938Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
138 | 2024-05-22T17:51:55.937Z | Download: 1251/3290 items 104.0/212.6MB 48% complete (20.9M/s) |
139 | 2024-05-22T17:52:01.208Z | Download: 2222/3290 items 119.0/212.6MB 55% complete (12.8M/s) |
140 | 2024-05-22T17:52:06.009Z | Download: 3195/3290 items 157.2/212.6MB 73% complete (5.0M/s) |
141 | 2024-05-22T17:52:11.783Z | Download: 3288/3290 items 212.6/212.6MB 99% complete (9.4M/s) |
142 | 2024-05-22T17:52:11.809Z | Download: Completed 212.60 MB in 20.87 seconds (10.2M/s) |
143 | 2024-05-22T17:52:11.969Z | Actions: 1/3689 actions (Installing new actions) |
144 | 2024-05-22T17:52:17.401Z | Actions: 3561/3689 actions (Installing new actions) |
145 | 2024-05-22T17:52:17.847Z | Actions: Completed 3689 actions in 5.88 seconds. |
146 | 2024-05-22T17:52:18.076Z | Done (0.217s) |
147 | 2024-05-22T17:52:18.077Z | Done (0.000s) |
148 | 2024-05-22T17:52:18.377Z | Done (0.299s) |
149 | 2024-05-22T17:52:24.712Z | Done (6.192s) |
150 | 2024-05-22T17:52:25.011Z | Done (0.233s) |
151 | 2024-05-22T17:52:25.015Z | Done (0.000s) |
152 | 2024-05-22T17:52:25.188Z | Done (0.000s) |
153 | 2024-05-22T17:52:25.717Z | Planning: Evaluating mediator changes ... Done |
154 | 2024-05-22T17:52:25.892Z | Planning: Checking for conflicting actions ... Done |
155 | 2024-05-22T17:52:25.912Z | Planning: Consolidating action changes ... Done |
156 | 2024-05-22T17:52:26.145Z | Planning: Evaluating mediators ... Done |
157 | 2024-05-22T17:52:26.148Z | Planning: Planning completed in 0.43 seconds |
158 | 2024-05-22T17:52:26.177Z | Mediators to change: 2 |
159 | 2024-05-22T17:52:26.177Z | Create boot environment: No |
160 | 2024-05-22T17:52:26.180Z | Create backup boot environment: No |
161 | 2024-05-22T17:52:26.281Z | Done |
162 | 2024-05-22T17:52:26.281Z | Done |
163 | 2024-05-22T17:52:27.690Z | Done |
164 | 2024-05-22T17:52:29.924Z | Done |
165 | 2024-05-22T17:52:30.423Z | Done |
166 | 2024-05-22T17:52:30.423Z | Done |
167 | 2024-05-22T17:52:30.423Z | Done |
168 | 2024-05-22T17:52:30.710Z | Planning: Evaluating mediator changes ... Done |
169 | 2024-05-22T17:52:30.717Z | Planning: Merging actions ... Done |
170 | 2024-05-22T17:52:30.908Z | Planning: Checking for conflicting actions ... Done |
171 | 2024-05-22T17:52:30.928Z | Planning: Consolidating action changes ... Done |
172 | 2024-05-22T17:52:31.162Z | Planning: Evaluating mediators ... Done |
173 | 2024-05-22T17:52:31.217Z | Planning: Planning completed in 0.74 seconds |
174 | 2024-05-22T17:52:31.250Z | Packages to change: 1 |
175 | 2024-05-22T17:52:31.250Z | Mediators to change: 1 |
176 | 2024-05-22T17:52:31.253Z | Services to change: 1 |
177 | 2024-05-22T17:52:31.253Z | Create boot environment: No |
178 | 2024-05-22T17:52:31.253Z | Create backup boot environment: Yes |
179 | 2024-05-22T17:52:32.987Z | Actions: 1/6 actions (Updating modified actions) |
180 | 2024-05-22T17:52:33.123Z | Actions: Completed 6 actions in 0.14 seconds. |
181 | 2024-05-22T17:52:33.127Z | Done |
182 | 2024-05-22T17:52:33.127Z | Done |
183 | 2024-05-22T17:52:33.188Z | Done |
184 | 2024-05-22T17:52:36.659Z | Done |
185 | 2024-05-22T17:52:37.160Z | Done |
186 | 2024-05-22T17:52:37.163Z | Done |
187 | 2024-05-22T17:52:37.163Z | Done |
188 | 2024-05-22T17:52:37.307Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
189 | 2024-05-22T17:52:37.307Z | clang system 15 system |
190 | 2024-05-22T17:52:37.307Z | csh system system illumos |
191 | 2024-05-22T17:52:37.307Z | ctags system system illumos |
192 | 2024-05-22T17:52:37.307Z | gcc vendor 12 vendor |
193 | 2024-05-22T17:52:37.308Z | gcc system 10 system |
194 | 2024-05-22T17:52:37.308Z | gcc system 7 system |
195 | 2024-05-22T17:52:37.308Z | go system 1.20 system |
196 | 2024-05-22T17:52:37.308Z | go system 1.19 system |
197 | 2024-05-22T17:52:37.308Z | llvm system 15 system |
198 | 2024-05-22T17:52:37.309Z | llvm system 14 system |
199 | 2024-05-22T17:52:37.309Z | mariadb system 10.6 system |
200 | 2024-05-22T17:52:37.309Z | mta vendor vendor dma |
201 | 2024-05-22T17:52:37.309Z | openjdk system 17 system |
202 | 2024-05-22T17:52:37.309Z | openjdk system 11 system |
203 | 2024-05-22T17:52:37.309Z | openjdk system 1.8 system |
204 | 2024-05-22T17:52:37.310Z | openssl vendor 3 vendor |
205 | 2024-05-22T17:52:37.310Z | perl system 5.36 system |
206 | 2024-05-22T17:52:37.310Z | postgresql system 15 system |
207 | 2024-05-22T17:52:37.310Z | postgresql system 13 system |
208 | 2024-05-22T17:52:37.310Z | python vendor 3 vendor |
209 | 2024-05-22T17:52:37.311Z | python system 2 system |
210 | 2024-05-22T17:52:37.311Z | python3 system 3.11 system |
211 | 2024-05-22T17:52:37.311Z | ruby system 3.0 system |
212 | 2024-05-22T17:52:37.311Z | words vendor vendor american-english |
213 | 2024-05-22T17:52:37.311Z | words system system australian-english |
214 | 2024-05-22T17:52:37.311Z | words system system british-english |
215 | 2024-05-22T17:52:37.312Z | words system system canadian-english |
216 | 2024-05-22T17:52:37.312Z | words system system french |
217 | 2024-05-22T17:52:37.312Z | words system system italian |
218 | 2024-05-22T17:52:37.312Z | words system system ngerman |
219 | 2024-05-22T17:52:37.312Z | words system system ogerman |
220 | 2024-05-22T17:52:37.312Z | words system system spanish |
221 | 2024-05-22T17:52:37.632Z | PUBLISHER TYPE STATUS P LOCATION |
222 | 2024-05-22T17:52:37.632Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
223 | 2024-05-22T17:52:39.056Z | FMRI IFO |
224 | 2024-05-22T17:52:39.056Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
225 | 2024-05-22T17:52:39.056Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
226 | 2024-05-22T17:52:39.056Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
227 | 2024-05-22T17:52:39.056Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
228 | 2024-05-22T17:52:39.056Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
229 | 2024-05-22T17:52:39.056Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
230 | 2024-05-22T17:52:39.056Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
231 | 2024-05-22T17:52:39.056Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
232 | 2024-05-22T17:52:39.056Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
233 | 2024-05-22T17:52:39.056Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
234 | 2024-05-22T17:52:39.056Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
235 | 2024-05-22T17:52:39.056Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
236 | 2024-05-22T17:52:39.327Z | + set -o errexit |
237 | 2024-05-22T17:52:39.336Z | +++ dirname ./tools/ci_download_cockroachdb |
238 | 2024-05-22T17:52:39.336Z | ++ cd ./tools |
239 | 2024-05-22T17:52:39.337Z | ++ pwd |
240 | 2024-05-22T17:52:39.337Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
241 | 2024-05-22T17:52:39.343Z | ++ basename ./tools/ci_download_cockroachdb |
242 | 2024-05-22T17:52:39.344Z | + ARG0=ci_download_cockroachdb |
243 | 2024-05-22T17:52:39.344Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
244 | 2024-05-22T17:52:39.344Z | + CIDL_VERSION=v22.1.9 |
245 | 2024-05-22T17:52:39.344Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
246 | 2024-05-22T17:52:39.344Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
247 | 2024-05-22T17:52:39.344Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
248 | 2024-05-22T17:52:39.344Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
249 | 2024-05-22T17:52:39.344Z | + TARGET_DIR=out |
250 | 2024-05-22T17:52:39.344Z | + DOWNLOAD_DIR=out/downloads |
251 | 2024-05-22T17:52:39.344Z | + DEST_DIR=./out/cockroachdb |
252 | 2024-05-22T17:52:39.344Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
253 | 2024-05-22T17:52:39.344Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
254 | 2024-05-22T17:52:39.344Z | + main |
255 | 2024-05-22T17:52:39.344Z | + [[ 0 != 0 ]] |
256 | 2024-05-22T17:52:39.344Z | + CIDL_OS=solaris2.11 |
257 | 2024-05-22T17:52:39.344Z | + [[ 0 != 0 ]] |
258 | 2024-05-22T17:52:39.345Z | + configure_os solaris2.11 |
259 | 2024-05-22T17:52:39.345Z | + echo 'current directory: /work/oxidecomputer/omicron' |
260 | 2024-05-22T17:52:39.345Z | current directory: /work/oxidecomputer/omicron |
261 | 2024-05-22T17:52:39.345Z | + echo 'configuring based on OS: "solaris2.11"' |
262 | 2024-05-22T17:52:39.345Z | + case "$1" in |
263 | 2024-05-22T17:52:39.345Z | configuring based on OS: "solaris2.11" |
264 | 2024-05-22T17:52:39.345Z | + CIDL_BUILD=illumos |
265 | 2024-05-22T17:52:39.345Z | + CIDL_SUFFIX=tar.gz |
266 | 2024-05-22T17:52:39.345Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
267 | 2024-05-22T17:52:39.345Z | + CIDL_URL_BASE=https://illumos.org/downloads |
268 | 2024-05-22T17:52:39.345Z | + CIDL_ASSEMBLE=do_assemble_illumos |
269 | 2024-05-22T17:52:39.345Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
270 | 2024-05-22T17:52:39.345Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
271 | 2024-05-22T17:52:39.345Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2024-05-22T17:52:39.345Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
273 | 2024-05-22T17:52:39.345Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-05-22T17:52:39.345Z | + CIDL_SHA256FUNC=do_sha256sum |
275 | 2024-05-22T17:52:39.346Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
276 | 2024-05-22T17:52:39.346Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-05-22T17:52:39.346Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
278 | 2024-05-22T17:52:39.346Z | + mkdir -p out/downloads |
279 | 2024-05-22T17:52:39.346Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-05-22T17:52:39.346Z | + mkdir -p ./out/cockroachdb |
281 | 2024-05-22T17:52:39.346Z | + local DO_DOWNLOAD=true |
282 | 2024-05-22T17:52:39.346Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
283 | 2024-05-22T17:52:39.346Z | + '[' true == true ']' |
284 | 2024-05-22T17:52:39.346Z | + echo Downloading... |
285 | 2024-05-22T17:52:39.346Z | Downloading... |
286 | 2024-05-22T17:52:39.346Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2024-05-22T17:52:39.346Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-05-22T17:52:46.693Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-05-22T17:52:46.696Z | ++ sha256sum |
290 | 2024-05-22T17:52:46.696Z | ++ awk '{print $1}' |
291 | 2024-05-22T17:52:46.755Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
292 | 2024-05-22T17:52:46.758Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
293 | 2024-05-22T17:52:46.758Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-05-22T17:52:46.758Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
295 | 2024-05-22T17:52:48.935Z | + do_assemble_illumos |
296 | 2024-05-22T17:52:48.935Z | + rm -r ./out/cockroachdb |
297 | 2024-05-22T17:52:48.941Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
298 | 2024-05-22T17:52:49.350Z | + ./out/cockroachdb/bin/cockroach version |
299 | 2024-05-22T17:52:49.553Z | Build Tag: v22.1.9-dirty |
300 | 2024-05-22T17:52:49.553Z | Build Time: 2022/10/26 21:17:46 |
301 | 2024-05-22T17:52:49.553Z | Distribution: OSS |
302 | 2024-05-22T17:52:49.554Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
303 | 2024-05-22T17:52:49.554Z | Go Version: go1.17.13 |
304 | 2024-05-22T17:52:49.554Z | C Compiler: gcc 10.3.0 |
305 | 2024-05-22T17:52:49.554Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
306 | 2024-05-22T17:52:49.554Z | Build Type: release |
307 | 2024-05-22T17:52:49.569Z | + set -o errexit |
308 | 2024-05-22T17:52:49.572Z | +++ dirname ./tools/ci_download_clickhouse |
309 | 2024-05-22T17:52:49.575Z | ++ cd ./tools |
310 | 2024-05-22T17:52:49.575Z | ++ pwd |
311 | 2024-05-22T17:52:49.575Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
312 | 2024-05-22T17:52:49.575Z | ++ basename ./tools/ci_download_clickhouse |
313 | 2024-05-22T17:52:49.575Z | + ARG0=ci_download_clickhouse |
314 | 2024-05-22T17:52:49.579Z | + TARGET_DIR=out |
315 | 2024-05-22T17:52:49.579Z | + DOWNLOAD_DIR=out/downloads |
316 | 2024-05-22T17:52:49.579Z | + DEST_DIR=./out/clickhouse |
317 | 2024-05-22T17:52:49.579Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
318 | 2024-05-22T17:52:49.579Z | + CIDL_VERSION=v23.8.7.24 |
319 | 2024-05-22T17:52:49.579Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
320 | 2024-05-22T17:52:49.579Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
321 | 2024-05-22T17:52:49.580Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
322 | 2024-05-22T17:52:49.580Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
323 | 2024-05-22T17:52:49.580Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
324 | 2024-05-22T17:52:49.580Z | + main |
325 | 2024-05-22T17:52:49.580Z | + [[ 0 != 0 ]] |
326 | 2024-05-22T17:52:49.580Z | + CIDL_OS=solaris2.11 |
327 | 2024-05-22T17:52:49.580Z | + [[ 0 != 0 ]] |
328 | 2024-05-22T17:52:49.580Z | + configure_os solaris2.11 |
329 | 2024-05-22T17:52:49.580Z | + echo 'current directory: /work/oxidecomputer/omicron' |
330 | 2024-05-22T17:52:49.580Z | current directory: /work/oxidecomputer/omicron |
331 | 2024-05-22T17:52:49.580Z | + echo 'configuring based on OS: "solaris2.11"' |
332 | 2024-05-22T17:52:49.580Z | + CIDL_DASHREV= |
333 | 2024-05-22T17:52:49.580Z | configuring based on OS: "solaris2.11" |
334 | 2024-05-22T17:52:49.580Z | + case "$1" in |
335 | 2024-05-22T17:52:49.580Z | + CIDL_PLATFORM=illumos |
336 | 2024-05-22T17:52:49.580Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
337 | 2024-05-22T17:52:49.580Z | + CIDL_MD5FUNC=do_md5sum |
338 | 2024-05-22T17:52:49.580Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
339 | 2024-05-22T17:52:49.580Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
340 | 2024-05-22T17:52:49.580Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
341 | 2024-05-22T17:52:49.580Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
342 | 2024-05-22T17:52:49.580Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
343 | 2024-05-22T17:52:49.581Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
344 | 2024-05-22T17:52:49.581Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
345 | 2024-05-22T17:52:49.581Z | + mkdir -p out/downloads |
346 | 2024-05-22T17:52:49.581Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
347 | 2024-05-22T17:52:49.584Z | + mkdir -p ./out/clickhouse |
348 | 2024-05-22T17:52:49.584Z | + local DO_DOWNLOAD=true |
349 | 2024-05-22T17:52:49.584Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
350 | 2024-05-22T17:52:49.584Z | + '[' true == true ']' |
351 | 2024-05-22T17:52:49.584Z | + echo Downloading... |
352 | 2024-05-22T17:52:49.584Z | Downloading... |
353 | 2024-05-22T17:52:49.584Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
354 | 2024-05-22T17:52:49.584Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
355 | 2024-05-22T17:52:51.207Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
356 | 2024-05-22T17:52:51.216Z | ++ md5sum |
357 | 2024-05-22T17:52:51.217Z | ++ awk '{print $1}' |
358 | 2024-05-22T17:52:51.568Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
359 | 2024-05-22T17:52:51.569Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
360 | 2024-05-22T17:52:51.998Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
361 | 2024-05-22T17:52:51.998Z | + mkdir -p ./out/clickhouse |
362 | 2024-05-22T17:52:51.999Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
363 | 2024-05-22T17:52:55.365Z | + [[ solaris2.11 == darwin* ]] |
364 | 2024-05-22T17:52:55.366Z | + ./out/clickhouse/clickhouse server --version |
365 | 2024-05-22T17:52:56.326Z | ClickHouse server version 23.8.7.1. |
366 | 2024-05-22T17:52:56.333Z | + set -o errexit |
367 | 2024-05-22T17:52:56.333Z | +++ dirname ./tools/ci_download_console |
368 | 2024-05-22T17:52:56.333Z | ++ cd ./tools |
369 | 2024-05-22T17:52:56.333Z | ++ pwd |
370 | 2024-05-22T17:52:56.333Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
371 | 2024-05-22T17:52:56.333Z | ++ basename ./tools/ci_download_console |
372 | 2024-05-22T17:52:56.333Z | + ARG0=ci_download_console |
373 | 2024-05-22T17:52:56.333Z | + TARGET_DIR=out |
374 | 2024-05-22T17:52:56.333Z | + DOWNLOAD_DIR=out/downloads |
375 | 2024-05-22T17:52:56.333Z | + DEST_DIR=./out/console-assets |
376 | 2024-05-22T17:52:56.333Z | + source /work/oxidecomputer/omicron/tools/console_version |
377 | 2024-05-22T17:52:56.333Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
378 | 2024-05-22T17:52:56.333Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
379 | 2024-05-22T17:52:56.333Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
380 | 2024-05-22T17:52:56.333Z | + TARBALL_FILE=out/downloads/console.tar.gz |
381 | 2024-05-22T17:52:56.333Z | + main |
382 | 2024-05-22T17:52:56.333Z | + [[ 0 != 0 ]] |
383 | 2024-05-22T17:52:56.333Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
384 | 2024-05-22T17:52:56.333Z | + echo 'Local file: out/downloads/console.tar.gz' |
385 | 2024-05-22T17:52:56.333Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
386 | 2024-05-22T17:52:56.334Z | Local file: out/downloads/console.tar.gz |
387 | 2024-05-22T17:52:56.334Z | + local DO_DOWNLOAD=true |
388 | 2024-05-22T17:52:56.334Z | + [[ -f out/downloads/console.tar.gz ]] |
389 | 2024-05-22T17:52:56.334Z | + mkdir -p out/downloads |
390 | 2024-05-22T17:52:56.334Z | + '[' true == true ']' |
391 | 2024-05-22T17:52:56.334Z | + echo Downloading... |
392 | 2024-05-22T17:52:56.334Z | Downloading... |
393 | 2024-05-22T17:52:56.334Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
394 | 2024-05-22T17:52:56.334Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
395 | 2024-05-22T17:52:56.496Z | ++ do_sha256sum out/downloads/console.tar.gz |
396 | 2024-05-22T17:52:56.500Z | ++ case "$OSTYPE" in |
397 | 2024-05-22T17:52:56.500Z | ++ SHA=sha256sum |
398 | 2024-05-22T17:52:56.500Z | ++ sha256sum |
399 | 2024-05-22T17:52:56.500Z | ++ awk '{print $1}' |
400 | 2024-05-22T17:52:56.504Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
401 | 2024-05-22T17:52:56.508Z | + [[ 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 ]] |
402 | 2024-05-22T17:52:56.508Z | + rm -rf ./out/console-assets |
403 | 2024-05-22T17:52:56.508Z | + mkdir -p ./out/console-assets |
404 | 2024-05-22T17:52:56.511Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
405 | 2024-05-22T17:52:56.511Z | + mkdir -p ./out/console-assets |
406 | 2024-05-22T17:52:56.511Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
407 | 2024-05-22T17:52:56.602Z | + set -o errexit |
408 | 2024-05-22T17:52:56.605Z | +++ dirname ./tools/ci_download_dendrite_openapi |
409 | 2024-05-22T17:52:56.605Z | ++ cd ./tools |
410 | 2024-05-22T17:52:56.605Z | ++ pwd |
411 | 2024-05-22T17:52:56.609Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
412 | 2024-05-22T17:52:56.609Z | ++ basename ./tools/ci_download_dendrite_openapi |
413 | 2024-05-22T17:52:56.609Z | + ARG0=ci_download_dendrite_openapi |
414 | 2024-05-22T17:52:56.609Z | + TARGET_DIR=out |
415 | 2024-05-22T17:52:56.609Z | + DOWNLOAD_DIR=out/downloads |
416 | 2024-05-22T17:52:56.609Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
417 | 2024-05-22T17:52:56.609Z | ++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
418 | 2024-05-22T17:52:56.609Z | ++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
419 | 2024-05-22T17:52:56.609Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
420 | 2024-05-22T17:52:56.609Z | + LOCAL_FILE=out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
421 | 2024-05-22T17:52:56.609Z | + main |
422 | 2024-05-22T17:52:56.609Z | + [[ 0 != 0 ]] |
423 | 2024-05-22T17:52:56.609Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json' |
424 | 2024-05-22T17:52:56.609Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
425 | 2024-05-22T17:52:56.609Z | Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
426 | 2024-05-22T17:52:56.609Z | + echo 'Local file: out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json' |
427 | 2024-05-22T17:52:56.609Z | + local DO_DOWNLOAD=true |
428 | 2024-05-22T17:52:56.609Z | + [[ -f out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json ]] |
429 | 2024-05-22T17:52:56.609Z | + mkdir -p out/downloads |
430 | 2024-05-22T17:52:56.613Z | + '[' true == true ']' |
431 | 2024-05-22T17:52:56.613Z | + echo Downloading... |
432 | 2024-05-22T17:52:56.613Z | Downloading... |
433 | 2024-05-22T17:52:56.613Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
434 | 2024-05-22T17:52:56.613Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dpd.json |
435 | 2024-05-22T17:52:56.830Z | ++ do_sha256sum out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json |
436 | 2024-05-22T17:52:56.830Z | ++ case "$OSTYPE" in |
437 | 2024-05-22T17:52:56.834Z | ++ SHA=sha256sum |
438 | 2024-05-22T17:52:56.835Z | ++ sha256sum |
439 | 2024-05-22T17:52:56.835Z | ++ awk '{print $1}' |
440 | 2024-05-22T17:52:56.835Z | + calculated_sha2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
441 | 2024-05-22T17:52:56.835Z | + [[ 213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 != \2\1\3\0\3\1\a\a\0\5\8\f\0\a\a\3\5\5\9\6\4\e\4\a\5\c\a\3\5\0\d\b\3\0\1\1\0\4\5\4\b\a\d\5\c\7\7\c\b\c\9\4\a\b\7\7\f\d\c\b\e\0\1\3 ]] |
442 | 2024-05-22T17:52:56.841Z | + set -o errexit |
443 | 2024-05-22T17:52:56.844Z | +++ dirname ./tools/ci_download_dendrite_stub |
444 | 2024-05-22T17:52:56.847Z | ++ cd ./tools |
445 | 2024-05-22T17:52:56.847Z | ++ pwd |
446 | 2024-05-22T17:52:56.847Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
447 | 2024-05-22T17:52:56.847Z | ++ basename ./tools/ci_download_dendrite_stub |
448 | 2024-05-22T17:52:56.851Z | + ARG0=ci_download_dendrite_stub |
449 | 2024-05-22T17:52:56.851Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
450 | 2024-05-22T17:52:56.852Z | ++ CIDL_SHA256_ILLUMOS=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
451 | 2024-05-22T17:52:56.852Z | ++ CIDL_SHA256_LINUX_DPD=fa38138db9ce1c2cababd11dd9ef1289295e4a8185c78372f6ff1a090c75a05b |
452 | 2024-05-22T17:52:56.852Z | ++ CIDL_SHA256_LINUX_SWADM=ebda6c0a8e29f40c389337fe2e37c1191eeeb34d729de7724b6d707bb6c9a882 |
453 | 2024-05-22T17:52:56.852Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
454 | 2024-05-22T17:52:56.852Z | ++ COMMIT=6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
455 | 2024-05-22T17:52:56.852Z | ++ SHA2=213031aa058f0aa355964e4a5ca350db30110454bad5c77cbc94ab77fdcbe013 |
456 | 2024-05-22T17:52:56.852Z | + TARGET_DIR=out |
457 | 2024-05-22T17:52:56.852Z | + DOWNLOAD_DIR=out/downloads |
458 | 2024-05-22T17:52:56.852Z | + DEST_DIR=./out/dendrite-stub |
459 | 2024-05-22T17:52:56.852Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
460 | 2024-05-22T17:52:56.852Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
461 | 2024-05-22T17:52:56.852Z | + REPO=oxidecomputer/dendrite |
462 | 2024-05-22T17:52:56.852Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c |
463 | 2024-05-22T17:52:56.852Z | + main |
464 | 2024-05-22T17:52:56.852Z | + [[ 0 != 0 ]] |
465 | 2024-05-22T17:52:56.852Z | + CIDL_OS=solaris2.11 |
466 | 2024-05-22T17:52:56.852Z | + [[ 0 != 0 ]] |
467 | 2024-05-22T17:52:56.852Z | + configure_os solaris2.11 |
468 | 2024-05-22T17:52:56.852Z | + echo 'current directory: /work/oxidecomputer/omicron' |
469 | 2024-05-22T17:52:56.852Z | + echo 'configuring based on OS: "solaris2.11"' |
470 | 2024-05-22T17:52:56.852Z | + case "$1" in |
471 | 2024-05-22T17:52:56.852Z | + SET_BINARIES= |
472 | 2024-05-22T17:52:56.852Z | current directory: /work/oxidecomputer/omicron |
473 | 2024-05-22T17:52:56.853Z | + CIDL_SHA256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
474 | 2024-05-22T17:52:56.853Z | + CIDL_SHA256FUNC=do_sha256sum |
475 | 2024-05-22T17:52:56.853Z | configuring based on OS: "solaris2.11" |
476 | 2024-05-22T17:52:56.853Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
477 | 2024-05-22T17:52:56.853Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
478 | 2024-05-22T17:52:56.853Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
479 | 2024-05-22T17:52:56.853Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz' |
480 | 2024-05-22T17:52:56.853Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
481 | 2024-05-22T17:52:56.853Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
482 | 2024-05-22T17:52:56.853Z | + mkdir -p out/downloads |
483 | 2024-05-22T17:52:56.853Z | Local file: out/downloads/dendrite-stub.tar.gz |
484 | 2024-05-22T17:52:56.853Z | + mkdir -p ./out/dendrite-stub |
485 | 2024-05-22T17:52:56.858Z | + fetch_and_verify |
486 | 2024-05-22T17:52:56.858Z | + local DO_DOWNLOAD=true |
487 | 2024-05-22T17:52:56.858Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
488 | 2024-05-22T17:52:56.858Z | + '[' true == true ']' |
489 | 2024-05-22T17:52:56.858Z | + echo Downloading... |
490 | 2024-05-22T17:52:56.858Z | Downloading... |
491 | 2024-05-22T17:52:56.858Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
492 | 2024-05-22T17:52:56.858Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/6334bf74fa21790c15f1c4e494ea2ec0edd1c83c/dendrite-stub.tar.gz |
493 | 2024-05-22T17:53:05.922Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
494 | 2024-05-22T17:53:05.946Z | ++ sha256sum |
495 | 2024-05-22T17:53:05.946Z | ++ awk '{print $1}' |
496 | 2024-05-22T17:53:05.954Z | + calculated_sha256=5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 |
497 | 2024-05-22T17:53:05.954Z | + [[ 5929f9abf0daf4bbf17d835e5d69fc842b9617b312fb5644fa99daf785203700 != \5\9\2\9\f\9\a\b\f\0\d\a\f\4\b\b\f\1\7\d\8\3\5\e\5\d\6\9\f\c\8\4\2\b\9\6\1\7\b\3\1\2\f\b\5\6\4\4\f\a\9\9\d\a\f\7\8\5\2\0\3\7\0\0 ]] |
498 | 2024-05-22T17:53:05.954Z | + do_untar out/downloads/dendrite-stub.tar.gz |
499 | 2024-05-22T17:53:05.954Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
500 | 2024-05-22T17:53:06.572Z | + do_assemble |
501 | 2024-05-22T17:53:06.572Z | + rm -r ./out/dendrite-stub |
502 | 2024-05-22T17:53:06.575Z | + mkdir ./out/dendrite-stub |
503 | 2024-05-22T17:53:06.579Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
504 | 2024-05-22T17:53:06.660Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
505 | 2024-05-22T17:53:06.674Z | + set -o errexit |
506 | 2024-05-22T17:53:06.679Z | +++ dirname ./tools/ci_download_maghemite_mgd |
507 | 2024-05-22T17:53:06.679Z | ++ cd ./tools |
508 | 2024-05-22T17:53:06.679Z | ++ pwd |
509 | 2024-05-22T17:53:06.679Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
510 | 2024-05-22T17:53:06.679Z | ++ basename ./tools/ci_download_maghemite_mgd |
511 | 2024-05-22T17:53:06.679Z | + ARG0=ci_download_maghemite_mgd |
512 | 2024-05-22T17:53:06.679Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
513 | 2024-05-22T17:53:06.679Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
514 | 2024-05-22T17:53:06.679Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
515 | 2024-05-22T17:53:06.679Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
516 | 2024-05-22T17:53:06.679Z | ++ COMMIT=23b0cf439f9f62b9a4933e55cc72bcaddc9596cd |
517 | 2024-05-22T17:53:06.679Z | ++ SHA2=fdb33ee7425923560534672264008ef8948d227afce948ab704de092ad72157c |
518 | 2024-05-22T17:53:06.679Z | + TARGET_DIR=out |
519 | 2024-05-22T17:53:06.680Z | + DOWNLOAD_DIR=out/downloads |
520 | 2024-05-22T17:53:06.680Z | + DEST_DIR=./out/mgd |
521 | 2024-05-22T17:53:06.680Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
522 | 2024-05-22T17:53:06.680Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
523 | 2024-05-22T17:53:06.680Z | + REPO=oxidecomputer/maghemite |
524 | 2024-05-22T17:53:06.680Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd |
525 | 2024-05-22T17:53:06.680Z | + main |
526 | 2024-05-22T17:53:06.680Z | + rm -rf out/downloads/root |
527 | 2024-05-22T17:53:06.685Z | + [[ 0 != 0 ]] |
528 | 2024-05-22T17:53:06.685Z | + CIDL_OS=solaris2.11 |
529 | 2024-05-22T17:53:06.689Z | + [[ 0 != 0 ]] |
530 | 2024-05-22T17:53:06.689Z | + configure_os solaris2.11 |
531 | 2024-05-22T17:53:06.690Z | + echo 'current directory: /work/oxidecomputer/omicron' |
532 | 2024-05-22T17:53:06.690Z | current directory: /work/oxidecomputer/omicron |
533 | 2024-05-22T17:53:06.690Z | configuring based on OS: "solaris2.11" |
534 | 2024-05-22T17:53:06.690Z | + echo 'configuring based on OS: "solaris2.11"' |
535 | 2024-05-22T17:53:06.690Z | + case "$1" in |
536 | 2024-05-22T17:53:06.690Z | + SET_BINARIES= |
537 | 2024-05-22T17:53:06.690Z | + CIDL_SHA256FUNC=do_sha256sum |
538 | 2024-05-22T17:53:06.690Z | + TARBALL_FILENAME=mgd.tar.gz |
539 | 2024-05-22T17:53:06.690Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz |
540 | 2024-05-22T17:53:06.690Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
541 | 2024-05-22T17:53:06.690Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz' |
542 | 2024-05-22T17:53:06.690Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
543 | 2024-05-22T17:53:06.690Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz |
544 | 2024-05-22T17:53:06.690Z | Local file: out/downloads/mgd.tar.gz |
545 | 2024-05-22T17:53:06.690Z | + mkdir -p out/downloads |
546 | 2024-05-22T17:53:06.690Z | + mkdir -p ./out/mgd |
547 | 2024-05-22T17:53:06.694Z | + fetch_and_verify |
548 | 2024-05-22T17:53:06.694Z | + local DO_DOWNLOAD=true |
549 | 2024-05-22T17:53:06.694Z | + [[ -f out/downloads/mgd.tar.gz ]] |
550 | 2024-05-22T17:53:06.694Z | + '[' true == true ']' |
551 | 2024-05-22T17:53:06.694Z | + echo Downloading... |
552 | 2024-05-22T17:53:06.694Z | Downloading... |
553 | 2024-05-22T17:53:06.694Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz out/downloads/mgd.tar.gz |
554 | 2024-05-22T17:53:06.694Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/23b0cf439f9f62b9a4933e55cc72bcaddc9596cd/mgd.tar.gz |
555 | 2024-05-22T17:53:17.242Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
556 | 2024-05-22T17:53:17.245Z | ++ sha256sum |
557 | 2024-05-22T17:53:17.245Z | ++ awk '{print $1}' |
558 | 2024-05-22T17:53:17.270Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
559 | 2024-05-22T17:53:17.273Z | + [[ 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 ]] |
560 | 2024-05-22T17:53:17.273Z | + do_untar out/downloads/mgd.tar.gz |
561 | 2024-05-22T17:53:17.273Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
562 | 2024-05-22T17:53:17.855Z | + do_assemble |
563 | 2024-05-22T17:53:17.855Z | + rm -r ./out/mgd |
564 | 2024-05-22T17:53:17.858Z | + mkdir ./out/mgd |
565 | 2024-05-22T17:53:17.862Z | + cp -r out/downloads/root ./out/mgd/root |
566 | 2024-05-22T17:53:17.941Z | + set -o errexit |
567 | 2024-05-22T17:53:17.944Z | +++ dirname ./tools/ci_download_transceiver_control |
568 | 2024-05-22T17:53:17.947Z | ++ cd ./tools |
569 | 2024-05-22T17:53:17.947Z | ++ pwd |
570 | 2024-05-22T17:53:17.947Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
571 | 2024-05-22T17:53:17.947Z | ++ basename ./tools/ci_download_transceiver_control |
572 | 2024-05-22T17:53:17.951Z | + ARG0=ci_download_transceiver_control |
573 | 2024-05-22T17:53:17.951Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
574 | 2024-05-22T17:53:17.951Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
575 | 2024-05-22T17:53:17.951Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
576 | 2024-05-22T17:53:17.951Z | + TARGET_DIR=out |
577 | 2024-05-22T17:53:17.951Z | + DOWNLOAD_DIR=out/downloads |
578 | 2024-05-22T17:53:17.951Z | + DEST_DIR=./out/transceiver-control |
579 | 2024-05-22T17:53:17.951Z | + BIN_DIR=/opt/oxide/bin |
580 | 2024-05-22T17:53:17.951Z | + BINARY=xcvradm |
581 | 2024-05-22T17:53:17.951Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
582 | 2024-05-22T17:53:17.951Z | + REPO=oxidecomputer/transceiver-control |
583 | 2024-05-22T17:53:17.951Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
584 | 2024-05-22T17:53:17.951Z | + main |
585 | 2024-05-22T17:53:17.951Z | + [[ 0 != 0 ]] |
586 | 2024-05-22T17:53:17.951Z | + CIDL_OS=solaris2.11 |
587 | 2024-05-22T17:53:17.951Z | + [[ 0 != 0 ]] |
588 | 2024-05-22T17:53:17.951Z | + configure_os solaris2.11 |
589 | 2024-05-22T17:53:17.951Z | + echo 'current directory: /work/oxidecomputer/omicron' |
590 | 2024-05-22T17:53:17.951Z | current directory: /work/oxidecomputer/omicron |
591 | 2024-05-22T17:53:17.952Z | + echo 'configuring based on OS: "solaris2.11"' |
592 | 2024-05-22T17:53:17.952Z | configuring based on OS: "solaris2.11" |
593 | 2024-05-22T17:53:17.952Z | + case "$1" in |
594 | 2024-05-22T17:53:17.952Z | + SET_BINARIES= |
595 | 2024-05-22T17:53:17.952Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
596 | 2024-05-22T17:53:17.952Z | + CIDL_SHA256FUNC=do_sha256sum |
597 | 2024-05-22T17:53:17.952Z | + ARCHIVE_FILENAME=xcvradm.gz |
598 | 2024-05-22T17:53:17.952Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
599 | 2024-05-22T17:53:17.952Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
600 | 2024-05-22T17:53:17.952Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
601 | 2024-05-22T17:53:17.952Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
602 | 2024-05-22T17:53:17.952Z | Local file: out/downloads/xcvradm.gz |
603 | 2024-05-22T17:53:17.952Z | + echo 'Local file: out/downloads/xcvradm.gz' |
604 | 2024-05-22T17:53:17.952Z | + mkdir -p out/downloads |
605 | 2024-05-22T17:53:17.952Z | + mkdir -p ./out/transceiver-control |
606 | 2024-05-22T17:53:17.956Z | + fetch_and_verify |
607 | 2024-05-22T17:53:17.956Z | + local DO_DOWNLOAD=true |
608 | 2024-05-22T17:53:17.956Z | + [[ -f out/downloads/xcvradm.gz ]] |
609 | 2024-05-22T17:53:17.956Z | + '[' true == true ']' |
610 | 2024-05-22T17:53:17.956Z | + echo Downloading... |
611 | 2024-05-22T17:53:17.956Z | Downloading... |
612 | 2024-05-22T17:53:17.956Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
613 | 2024-05-22T17:53:17.956Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
614 | 2024-05-22T17:53:19.482Z | ++ do_sha256sum out/downloads/xcvradm.gz |
615 | 2024-05-22T17:53:19.486Z | ++ sha256sum |
616 | 2024-05-22T17:53:19.486Z | ++ awk '{print $1}' |
617 | 2024-05-22T17:53:19.491Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
618 | 2024-05-22T17:53:19.493Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
619 | 2024-05-22T17:53:19.493Z | + do_unpack out/downloads/xcvradm.gz |
620 | 2024-05-22T17:53:19.494Z | + mkdir -p out/downloads/root//opt/oxide/bin |
621 | 2024-05-22T17:53:19.494Z | + gzip -dc out/downloads/xcvradm.gz |
622 | 2024-05-22T17:53:19.611Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
623 | 2024-05-22T17:53:19.614Z | + do_assemble |
624 | 2024-05-22T17:53:19.614Z | + rm -r ./out/transceiver-control |
625 | 2024-05-22T17:53:19.617Z | + mkdir ./out/transceiver-control |
626 | 2024-05-22T17:53:19.617Z | + cp -r out/downloads/root ./out/transceiver-control/root |
627 | 2024-05-22T17:53:19.702Z | + set -o errexit |
628 | 2024-05-22T17:53:19.705Z | +++ dirname ./tools/ci_download_thundermuffin |
629 | 2024-05-22T17:53:19.710Z | ++ cd ./tools |
630 | 2024-05-22T17:53:19.710Z | ++ pwd |
631 | 2024-05-22T17:53:19.710Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
632 | 2024-05-22T17:53:19.710Z | ++ basename ./tools/ci_download_thundermuffin |
633 | 2024-05-22T17:53:19.713Z | + ARG0=ci_download_thundermuffin |
634 | 2024-05-22T17:53:19.713Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
635 | 2024-05-22T17:53:19.713Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
636 | 2024-05-22T17:53:19.713Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
637 | 2024-05-22T17:53:19.713Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
638 | 2024-05-22T17:53:19.713Z | + TARGET_DIR=out |
639 | 2024-05-22T17:53:19.713Z | + DOWNLOAD_DIR=out/downloads |
640 | 2024-05-22T17:53:19.713Z | + DEST_DIR=./out/thundermuffin |
641 | 2024-05-22T17:53:19.713Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
642 | 2024-05-22T17:53:19.713Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
643 | 2024-05-22T17:53:19.713Z | + REPO=oxidecomputer/thundermuffin |
644 | 2024-05-22T17:53:19.713Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
645 | 2024-05-22T17:53:19.713Z | + main |
646 | 2024-05-22T17:53:19.713Z | + rm -rf out/downloads/root |
647 | 2024-05-22T17:53:19.726Z | + [[ 0 != 0 ]] |
648 | 2024-05-22T17:53:19.726Z | + CIDL_OS=solaris2.11 |
649 | 2024-05-22T17:53:19.726Z | + [[ 0 != 0 ]] |
650 | 2024-05-22T17:53:19.726Z | + configure_os solaris2.11 |
651 | 2024-05-22T17:53:19.726Z | + echo 'current directory: /work/oxidecomputer/omicron' |
652 | 2024-05-22T17:53:19.726Z | current directory: /work/oxidecomputer/omicron |
653 | 2024-05-22T17:53:19.726Z | + echo 'configuring based on OS: "solaris2.11"' |
654 | 2024-05-22T17:53:19.726Z | + case "$1" in |
655 | 2024-05-22T17:53:19.726Z | configuring based on OS: "solaris2.11" |
656 | 2024-05-22T17:53:19.726Z | + SET_BINARIES= |
657 | 2024-05-22T17:53:19.726Z | + CIDL_SHA256FUNC=do_sha256sum |
658 | 2024-05-22T17:53:19.726Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
659 | 2024-05-22T17:53:19.726Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
660 | 2024-05-22T17:53:19.727Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
661 | 2024-05-22T17:53:19.727Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
662 | 2024-05-22T17:53:19.727Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
663 | 2024-05-22T17:53:19.727Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
664 | 2024-05-22T17:53:19.727Z | Local file: out/downloads/thundermuffin.tar.gz |
665 | 2024-05-22T17:53:19.727Z | + mkdir -p out/downloads |
666 | 2024-05-22T17:53:19.727Z | + mkdir -p ./out/thundermuffin |
667 | 2024-05-22T17:53:19.727Z | + fetch_and_verify |
668 | 2024-05-22T17:53:19.727Z | + local DO_DOWNLOAD=true |
669 | 2024-05-22T17:53:19.727Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
670 | 2024-05-22T17:53:19.727Z | + '[' true == true ']' |
671 | 2024-05-22T17:53:19.727Z | + echo Downloading... |
672 | 2024-05-22T17:53:19.727Z | Downloading... |
673 | 2024-05-22T17:53:19.727Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
674 | 2024-05-22T17:53:19.727Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
675 | 2024-05-22T17:53:21.135Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
676 | 2024-05-22T17:53:21.138Z | ++ sha256sum |
677 | 2024-05-22T17:53:21.138Z | ++ awk '{print $1}' |
678 | 2024-05-22T17:53:21.141Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
679 | 2024-05-22T17:53:21.144Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
680 | 2024-05-22T17:53:21.145Z | + do_untar out/downloads/thundermuffin.tar.gz |
681 | 2024-05-22T17:53:21.145Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
682 | 2024-05-22T17:53:21.206Z | + do_assemble |
683 | 2024-05-22T17:53:21.206Z | + rm -r ./out/thundermuffin |
684 | 2024-05-22T17:53:21.209Z | + mkdir ./out/thundermuffin |
685 | 2024-05-22T17:53:21.212Z | + cp -r out/downloads/root ./out/thundermuffin/root |
686 | 2024-05-22T17:53:21.225Z | All prerequisites installed successfully |
687 | 2024-05-22T17:53:21.228Z | |
688 | 2024-05-22T17:53:21.228Z | real 1:54.913851429 |
689 | 2024-05-22T17:53:21.228Z | user 37.152847290 |
690 | 2024-05-22T17:53:21.228Z | sys 6.786459699 |
691 | 2024-05-22T17:53:21.228Z | trap 0.007294665 |
692 | 2024-05-22T17:53:21.228Z | tflt 0.208073822 |
693 | 2024-05-22T17:53:21.228Z | dflt 0.164471993 |
694 | 2024-05-22T17:53:21.228Z | kflt 0.292234431 |
695 | 2024-05-22T17:53:21.228Z | lock 1.311546110 |
696 | 2024-05-22T17:53:21.228Z | slp 3:54.213176083 |
697 | 2024-05-22T17:53:21.228Z | lat 1.953814196 |
698 | 2024-05-22T17:53:21.228Z | stop 0.110159676 |
699 | 2024-05-22T17:53:21.228Z | + ptime -m ./tools/ci_download_softnpu_machinery |
700 | 2024-05-22T17:53:21.233Z | fetching npuzone |
701 | 2024-05-22T17:53:21.239Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
702 | 2024-05-22T17:53:21.239Z | (commit: 3203c51cf4473d30991b522062ac0df2e045c2f2) |
703 | 2024-05-22T17:53:21.239Z | Getting hash for npuzone |
704 | 2024-05-22T17:53:21.341Z | (hash: 36095c7f9d613b9208415aeb67335836a25f72eed2f7a41931ba7d91ddb00568) |
705 | 2024-05-22T17:53:26.679Z | npuzone downloaded successfully |
706 | 2024-05-22T17:53:26.683Z | |
707 | 2024-05-22T17:53:26.683Z | real 5.456063644 |
708 | 2024-05-22T17:53:26.683Z | user 0.263062366 |
709 | 2024-05-22T17:53:26.683Z | sys 0.094366147 |
710 | 2024-05-22T17:53:26.683Z | trap 0.000393201 |
711 | 2024-05-22T17:53:26.683Z | tflt 0.000000000 |
712 | 2024-05-22T17:53:26.683Z | dflt 0.000000000 |
713 | 2024-05-22T17:53:26.683Z | kflt 0.000000000 |
714 | 2024-05-22T17:53:26.683Z | lock 0.000000000 |
715 | 2024-05-22T17:53:26.683Z | slp 15.924071032 |
716 | 2024-05-22T17:53:26.683Z | lat 0.057555729 |
717 | 2024-05-22T17:53:26.683Z | stop 0.000167779 |
718 | 2024-05-22T17:53:26.688Z | + export CARGO_INCREMENTAL=0 |
719 | 2024-05-22T17:53:26.688Z | + CARGO_INCREMENTAL=0 |
720 | 2024-05-22T17:53:26.688Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
721 | 2024-05-22T17:53:26.894Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
722 | 2024-05-22T17:53:27.193Z | Updating git repository `https://github.com/oxidecomputer/zone` |
723 | 2024-05-22T17:53:27.501Z | Updating crates.io index |
724 | 2024-05-22T17:53:27.505Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
725 | 2024-05-22T17:53:28.262Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
726 | 2024-05-22T17:53:28.996Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
727 | 2024-05-22T17:53:31.258Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
728 | 2024-05-22T17:53:31.807Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
729 | 2024-05-22T17:53:32.081Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
730 | 2024-05-22T17:53:33.122Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
731 | 2024-05-22T17:53:35.117Z | Updating git repository `https://github.com/oxidecomputer/opte` |
732 | 2024-05-22T17:53:36.111Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
733 | 2024-05-22T17:53:36.900Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
734 | 2024-05-22T17:53:37.492Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
735 | 2024-05-22T17:53:37.804Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
736 | 2024-05-22T17:53:38.085Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
737 | 2024-05-22T17:53:38.451Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
738 | 2024-05-22T17:53:38.794Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
739 | 2024-05-22T17:53:39.092Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
740 | 2024-05-22T17:53:39.360Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
741 | 2024-05-22T17:53:39.622Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
742 | 2024-05-22T17:53:40.333Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
743 | 2024-05-22T17:53:40.338Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
744 | 2024-05-22T17:53:40.665Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
745 | 2024-05-22T17:53:41.543Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
746 | 2024-05-22T17:53:41.734Z | Updating git repository `https://github.com/jgallagher/nix` |
747 | 2024-05-22T17:53:42.749Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
748 | 2024-05-22T17:53:43.042Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
749 | 2024-05-22T17:53:43.374Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
750 | 2024-05-22T17:53:43.769Z | Updating git repository `https://github.com/oxidecomputer/typify` |
751 | 2024-05-22T17:53:46.250Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
752 | 2024-05-22T17:53:46.613Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
753 | 2024-05-22T17:53:46.935Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
754 | 2024-05-22T17:53:47.526Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
755 | 2024-05-22T17:53:48.596Z | Downloading crates ... |
756 | 2024-05-22T17:53:48.708Z | Downloaded ahash v0.8.11 |
757 | 2024-05-22T17:53:48.723Z | Downloaded adler v1.0.2 |
758 | 2024-05-22T17:53:48.727Z | Downloaded ascii-canvas v3.0.0 |
759 | 2024-05-22T17:53:48.728Z | Downloaded hashbrown v0.12.3 |
760 | 2024-05-22T17:53:48.728Z | Downloaded crossbeam-deque v0.8.5 |
761 | 2024-05-22T17:53:48.760Z | Downloaded headers-core v0.2.0 |
762 | 2024-05-22T17:53:48.760Z | Downloaded argon2 v0.5.3 |
763 | 2024-05-22T17:53:48.760Z | Downloaded heck v0.4.1 |
764 | 2024-05-22T17:53:48.760Z | Downloaded atomicwrites v0.4.3 |
765 | 2024-05-22T17:53:48.760Z | Downloaded async-stream-impl v0.3.5 |
766 | 2024-05-22T17:53:48.760Z | Downloaded async-recursion v1.1.1 |
767 | 2024-05-22T17:53:48.760Z | Downloaded heapless v0.7.17 |
768 | 2024-05-22T17:53:48.768Z | Downloaded anstyle v1.0.7 |
769 | 2024-05-22T17:53:48.768Z | Downloaded hex v0.4.3 |
770 | 2024-05-22T17:53:48.769Z | Downloaded backoff v0.4.0 |
771 | 2024-05-22T17:53:48.769Z | Downloaded heck v0.5.0 |
772 | 2024-05-22T17:53:48.769Z | Downloaded aead v0.5.2 |
773 | 2024-05-22T17:53:48.769Z | Downloaded hashbrown v0.13.2 |
774 | 2024-05-22T17:53:48.769Z | Downloaded async-trait v0.1.80 |
775 | 2024-05-22T17:53:48.769Z | Downloaded async-stream v0.3.5 |
776 | 2024-05-22T17:53:48.769Z | Downloaded arrayref v0.3.7 |
777 | 2024-05-22T17:53:48.769Z | Downloaded heapless v0.8.0 |
778 | 2024-05-22T17:53:48.776Z | Downloaded headers v0.3.9 |
779 | 2024-05-22T17:53:48.776Z | Downloaded hashbrown v0.14.5 |
780 | 2024-05-22T17:53:48.790Z | Downloaded hostname v0.3.1 |
781 | 2024-05-22T17:53:48.794Z | Downloaded hkdf v0.12.4 |
782 | 2024-05-22T17:53:48.794Z | Downloaded hubpack_derive v0.1.1 |
783 | 2024-05-22T17:53:48.794Z | Downloaded httpdate v1.0.3 |
784 | 2024-05-22T17:53:48.794Z | Downloaded http-range v0.1.5 |
785 | 2024-05-22T17:53:48.794Z | Downloaded highway v1.1.0 |
786 | 2024-05-22T17:53:48.799Z | Downloaded instant v0.1.12 |
787 | 2024-05-22T17:53:48.803Z | Downloaded is-terminal v0.4.12 |
788 | 2024-05-22T17:53:48.806Z | Downloaded is_ci v1.2.0 |
789 | 2024-05-22T17:53:48.806Z | Downloaded ciborium-io v0.2.2 |
790 | 2024-05-22T17:53:48.809Z | Downloaded ident_case v1.0.1 |
791 | 2024-05-22T17:53:48.810Z | Downloaded hyper-staticfile v0.9.5 |
792 | 2024-05-22T17:53:48.815Z | Downloaded is_terminal_polyfill v1.70.0 |
793 | 2024-05-22T17:53:48.815Z | Downloaded constant_time_eq v0.3.0 |
794 | 2024-05-22T17:53:48.815Z | Downloaded humantime v2.1.0 |
795 | 2024-05-22T17:53:48.819Z | Downloaded httparse v1.8.0 |
796 | 2024-05-22T17:53:48.819Z | Downloaded colored v2.1.0 |
797 | 2024-05-22T17:53:48.823Z | Downloaded ipnetwork v0.20.0 |
798 | 2024-05-22T17:53:48.823Z | Downloaded match_cfg v0.1.0 |
799 | 2024-05-22T17:53:48.826Z | Downloaded hyper-rustls v0.24.2 |
800 | 2024-05-22T17:53:48.826Z | Downloaded crc v3.2.1 |
801 | 2024-05-22T17:53:48.830Z | Downloaded serde-big-array v0.4.1 |
802 | 2024-05-22T17:53:48.833Z | Downloaded serde-big-array v0.5.1 |
803 | 2024-05-22T17:53:48.833Z | Downloaded newtype_derive v0.1.6 |
804 | 2024-05-22T17:53:48.836Z | Downloaded stability v0.2.0 |
805 | 2024-05-22T17:53:48.836Z | Downloaded bytecount v0.6.8 |
806 | 2024-05-22T17:53:48.839Z | Downloaded matches v0.1.10 |
807 | 2024-05-22T17:53:48.839Z | Downloaded cpufeatures v0.2.12 |
808 | 2024-05-22T17:53:48.842Z | Downloaded block-buffer v0.10.4 |
809 | 2024-05-22T17:53:48.842Z | Downloaded newline-converter v0.3.0 |
810 | 2024-05-22T17:53:48.842Z | Downloaded impl-trait-for-tuples v0.2.2 |
811 | 2024-05-22T17:53:48.845Z | Downloaded chacha20 v0.9.1 |
812 | 2024-05-22T17:53:48.848Z | Downloaded indoc v2.0.5 |
813 | 2024-05-22T17:53:48.851Z | Downloaded corncobs v0.1.3 |
814 | 2024-05-22T17:53:48.851Z | Downloaded convert_case v0.4.0 |
815 | 2024-05-22T17:53:48.855Z | Downloaded colorchoice v1.0.1 |
816 | 2024-05-22T17:53:48.855Z | Downloaded bitfield v0.14.0 |
817 | 2024-05-22T17:53:48.861Z | Downloaded clap_lex v0.7.0 |
818 | 2024-05-22T17:53:48.862Z | Downloaded sync_wrapper v0.1.2 |
819 | 2024-05-22T17:53:48.862Z | Downloaded ciborium-ll v0.2.2 |
820 | 2024-05-22T17:53:48.865Z | Downloaded swrite v0.1.0 |
821 | 2024-05-22T17:53:48.865Z | Downloaded lazycell v1.3.0 |
822 | 2024-05-22T17:53:48.865Z | Downloaded tinyvec_macros v0.1.1 |
823 | 2024-05-22T17:53:48.865Z | Downloaded lazy_static v1.4.0 |
824 | 2024-05-22T17:53:48.865Z | Downloaded keccak v0.1.5 |
825 | 2024-05-22T17:53:48.868Z | Downloaded linear-map v1.2.0 |
826 | 2024-05-22T17:53:48.868Z | Downloaded indoc v1.0.9 |
827 | 2024-05-22T17:53:48.872Z | Downloaded rustfmt-wrapper v0.2.1 |
828 | 2024-05-22T17:53:48.872Z | Downloaded cargo-platform v0.1.8 |
829 | 2024-05-22T17:53:48.875Z | Downloaded bb8 v0.8.3 |
830 | 2024-05-22T17:53:48.875Z | Downloaded kstat-rs v0.2.3 |
831 | 2024-05-22T17:53:48.878Z | Downloaded managed v0.8.0 |
832 | 2024-05-22T17:53:48.878Z | Downloaded libsw v3.3.1 |
833 | 2024-05-22T17:53:48.882Z | Downloaded md-5 v0.10.6 |
834 | 2024-05-22T17:53:48.882Z | Downloaded maplit v1.0.2 |
835 | 2024-05-22T17:53:48.885Z | Downloaded libefi-sys v0.1.0 |
836 | 2024-05-22T17:53:48.886Z | Downloaded tower-service v0.3.2 |
837 | 2024-05-22T17:53:48.886Z | Downloaded multimap v0.10.0 |
838 | 2024-05-22T17:53:48.890Z | Downloaded memmap v0.7.0 |
839 | 2024-05-22T17:53:48.890Z | Downloaded waitgroup v0.1.2 |
840 | 2024-05-22T17:53:48.890Z | Downloaded ref-cast-impl v1.0.23 |
841 | 2024-05-22T17:53:48.894Z | Downloaded nibble_vec v0.1.0 |
842 | 2024-05-22T17:53:48.894Z | Downloaded serde-hex v0.1.0 |
843 | 2024-05-22T17:53:48.894Z | Downloaded mime v0.3.17 |
844 | 2024-05-22T17:53:48.897Z | Downloaded rustc_version v0.1.7 |
845 | 2024-05-22T17:53:48.897Z | Downloaded shlex v1.3.0 |
846 | 2024-05-22T17:53:48.900Z | Downloaded slog-async v2.8.0 |
847 | 2024-05-22T17:53:48.900Z | Downloaded newtype-uuid v1.1.0 |
848 | 2024-05-22T17:53:48.903Z | Downloaded rpassword v7.3.1 |
849 | 2024-05-22T17:53:48.903Z | Downloaded rustc_version v0.4.0 |
850 | 2024-05-22T17:53:48.903Z | Downloaded iana-time-zone v0.1.60 |
851 | 2024-05-22T17:53:48.907Z | Downloaded memmap2 v0.9.4 |
852 | 2024-05-22T17:53:48.910Z | Downloaded cancel-safe-futures v0.1.5 |
853 | 2024-05-22T17:53:48.913Z | Downloaded clap_derive v4.5.4 |
854 | 2024-05-22T17:53:48.917Z | Downloaded dtrace-parser v0.1.14 |
855 | 2024-05-22T17:53:48.917Z | Downloaded itoa v1.0.11 |
856 | 2024-05-22T17:53:48.920Z | Downloaded ipnet v2.9.0 |
857 | 2024-05-22T17:53:48.920Z | Downloaded structmeta v0.2.0 |
858 | 2024-05-22T17:53:48.920Z | Downloaded strsim v0.11.1 |
859 | 2024-05-22T17:53:48.924Z | Downloaded thiserror v1.0.60 |
860 | 2024-05-22T17:53:48.934Z | Downloaded dtrace-parser v0.2.0 |
861 | 2024-05-22T17:53:48.939Z | Downloaded cookie v0.17.0 |
862 | 2024-05-22T17:53:48.939Z | Downloaded tiny-keccak v2.0.2 |
863 | 2024-05-22T17:53:48.939Z | Downloaded normalize-line-endings v0.3.0 |
864 | 2024-05-22T17:53:48.939Z | Downloaded foreign-types-shared v0.1.1 |
865 | 2024-05-22T17:53:48.939Z | Downloaded cookie_store v0.20.0 |
866 | 2024-05-22T17:53:48.946Z | Downloaded cipher v0.4.4 |
867 | 2024-05-22T17:53:48.946Z | Downloaded slog-stdlog v4.1.1 |
868 | 2024-05-22T17:53:48.946Z | Downloaded lock_api v0.4.12 |
869 | 2024-05-22T17:53:48.951Z | Downloaded opaque-debug v0.3.1 |
870 | 2024-05-22T17:53:48.951Z | Downloaded crc32fast v1.4.0 |
871 | 2024-05-22T17:53:48.951Z | Downloaded lru v0.12.3 |
872 | 2024-05-22T17:53:48.951Z | Downloaded indexmap v1.9.3 |
873 | 2024-05-22T17:53:48.955Z | Downloaded portpicker v0.1.1 |
874 | 2024-05-22T17:53:48.956Z | Downloaded version_check v0.9.4 |
875 | 2024-05-22T17:53:48.956Z | Downloaded mime_guess v2.0.4 |
876 | 2024-05-22T17:53:48.959Z | Downloaded untrusted v0.9.0 |
877 | 2024-05-22T17:53:48.959Z | Downloaded native-tls v0.2.11 |
878 | 2024-05-22T17:53:48.962Z | Downloaded tls_codec v0.4.1 |
879 | 2024-05-22T17:53:48.963Z | Downloaded want v0.3.1 |
880 | 2024-05-22T17:53:48.965Z | Downloaded semver v1.0.23 |
881 | 2024-05-22T17:53:48.969Z | Downloaded schemars_derive v0.8.19 |
882 | 2024-05-22T17:53:48.969Z | Downloaded multer v3.1.0 |
883 | 2024-05-22T17:53:48.973Z | Downloaded whoami v1.5.1 |
884 | 2024-05-22T17:53:48.976Z | Downloaded console v0.15.8 |
885 | 2024-05-22T17:53:48.976Z | Downloaded scroll_derive v0.12.0 |
886 | 2024-05-22T17:53:48.980Z | Downloaded take_mut v0.2.2 |
887 | 2024-05-22T17:53:48.980Z | Downloaded which v4.4.2 |
888 | 2024-05-22T17:53:48.980Z | Downloaded untrusted v0.7.1 |
889 | 2024-05-22T17:53:48.983Z | Downloaded sigpipe v0.1.3 |
890 | 2024-05-22T17:53:48.983Z | Downloaded getopts v0.2.21 |
891 | 2024-05-22T17:53:48.986Z | Downloaded futures-io v0.3.30 |
892 | 2024-05-22T17:53:48.986Z | Downloaded bitflags v2.5.0 |
893 | 2024-05-22T17:53:48.990Z | Downloaded fastrand v2.1.0 |
894 | 2024-05-22T17:53:48.995Z | Downloaded tracing-attributes v0.1.27 |
895 | 2024-05-22T17:53:49.010Z | Downloaded fallible-iterator v0.2.0 |
896 | 2024-05-22T17:53:49.010Z | Downloaded errno v0.3.9 |
897 | 2024-05-22T17:53:49.011Z | Downloaded dyn-clone v1.0.17 |
898 | 2024-05-22T17:53:49.011Z | Downloaded bytes v1.6.0 |
899 | 2024-05-22T17:53:49.015Z | Downloaded usdt-macro v0.3.5 |
900 | 2024-05-22T17:53:49.015Z | Downloaded hash32 v0.3.1 |
901 | 2024-05-22T17:53:49.015Z | Downloaded diesel_table_macro_syntax v0.1.0 |
902 | 2024-05-22T17:53:49.015Z | Downloaded crc-any v2.5.0 |
903 | 2024-05-22T17:53:49.015Z | Downloaded num-integer v0.1.46 |
904 | 2024-05-22T17:53:49.015Z | Downloaded paste v1.0.15 |
905 | 2024-05-22T17:53:49.015Z | Downloaded pkg-config v0.3.30 |
906 | 2024-05-22T17:53:49.022Z | Downloaded resolv-conf v0.7.0 |
907 | 2024-05-22T17:53:49.022Z | Downloaded pest_generator v2.7.10 |
908 | 2024-05-22T17:53:49.026Z | Downloaded mockall_derive v0.12.1 |
909 | 2024-05-22T17:53:49.026Z | Downloaded miniz_oxide v0.7.2 |
910 | 2024-05-22T17:53:49.026Z | Downloaded rand_seeder v0.2.3 |
911 | 2024-05-22T17:53:49.030Z | Downloaded rand_core v0.6.4 |
912 | 2024-05-22T17:53:49.030Z | Downloaded num-conv v0.1.0 |
913 | 2024-05-22T17:53:49.030Z | Downloaded oso-derive v0.27.3 |
914 | 2024-05-22T17:53:49.030Z | Downloaded openssl-probe v0.1.5 |
915 | 2024-05-22T17:53:49.033Z | Downloaded walkdir v2.5.0 |
916 | 2024-05-22T17:53:49.033Z | Downloaded openssl-macros v0.1.1 |
917 | 2024-05-22T17:53:49.036Z | Downloaded foreign-types-shared v0.3.1 |
918 | 2024-05-22T17:53:49.036Z | Downloaded foreign-types v0.3.2 |
919 | 2024-05-22T17:53:49.036Z | Downloaded psl-types v2.0.11 |
920 | 2024-05-22T17:53:49.039Z | Downloaded num_enum_derive v0.5.11 |
921 | 2024-05-22T17:53:49.039Z | Downloaded serde_urlencoded v0.7.1 |
922 | 2024-05-22T17:53:49.043Z | Downloaded cookie v0.18.1 |
923 | 2024-05-22T17:53:49.043Z | Downloaded compact_str v0.7.1 |
924 | 2024-05-22T17:53:49.049Z | Downloaded pretty-hex v0.4.1 |
925 | 2024-05-22T17:53:49.053Z | Downloaded smawk v0.3.2 |
926 | 2024-05-22T17:53:49.053Z | Downloaded tap v1.0.1 |
927 | 2024-05-22T17:53:49.053Z | Downloaded ucd-trie v0.1.6 |
928 | 2024-05-22T17:53:49.053Z | Downloaded typenum v1.17.0 |
929 | 2024-05-22T17:53:49.056Z | Downloaded static_assertions v1.1.0 |
930 | 2024-05-22T17:53:49.059Z | Downloaded string_cache v0.8.7 |
931 | 2024-05-22T17:53:49.059Z | Downloaded tinyvec v1.6.0 |
932 | 2024-05-22T17:53:49.064Z | Downloaded const-oid v0.9.6 |
933 | 2024-05-22T17:53:49.072Z | Downloaded chacha20poly1305 v0.10.1 |
934 | 2024-05-22T17:53:49.072Z | Downloaded textwrap v0.16.1 |
935 | 2024-05-22T17:53:49.487Z | Downloaded stable_deref_trait v1.2.0 |
936 | 2024-05-22T17:53:49.487Z | Downloaded xattr v1.3.1 |
937 | 2024-05-22T17:53:49.487Z | Downloaded signature v2.2.0 |
938 | 2024-05-22T17:53:49.487Z | Downloaded signature v1.6.4 |
939 | 2024-05-22T17:53:49.487Z | Downloaded defmt-parser v0.3.4 |
940 | 2024-05-22T17:53:49.487Z | Downloaded zerocopy v0.3.2 |
941 | 2024-05-22T17:53:49.492Z | Downloaded unicase v2.7.0 |
942 | 2024-05-22T17:53:49.492Z | Downloaded difflib v0.4.0 |
943 | 2024-05-22T17:53:49.492Z | Downloaded termtree v0.4.1 |
944 | 2024-05-22T17:53:49.492Z | Downloaded parking_lot_core v0.8.6 |
945 | 2024-05-22T17:53:49.492Z | Downloaded postgres-protocol v0.6.6 |
946 | 2024-05-22T17:53:49.493Z | Downloaded password-hash v0.5.0 |
947 | 2024-05-22T17:53:49.493Z | Downloaded form_urlencoded v1.2.1 |
948 | 2024-05-22T17:53:49.493Z | Downloaded digest v0.10.7 |
949 | 2024-05-22T17:53:49.493Z | Downloaded num_enum v0.5.11 |
950 | 2024-05-22T17:53:49.493Z | Downloaded foreign-types v0.5.0 |
951 | 2024-05-22T17:53:49.493Z | Downloaded sct v0.7.1 |
952 | 2024-05-22T17:53:49.493Z | Downloaded http v1.1.0 |
953 | 2024-05-22T17:53:49.493Z | Downloaded packed_struct_codegen v0.10.1 |
954 | 2024-05-22T17:53:49.494Z | Downloaded packed_struct v0.10.1 |
955 | 2024-05-22T17:53:49.494Z | Downloaded vte_generate_state_changes v0.1.1 |
956 | 2024-05-22T17:53:49.494Z | Downloaded sec1 v0.7.3 |
957 | 2024-05-22T17:53:49.494Z | Downloaded snafu v0.8.2 |
958 | 2024-05-22T17:53:49.495Z | Downloaded predicates-tree v1.0.9 |
959 | 2024-05-22T17:53:49.495Z | Downloaded predicates-core v1.0.6 |
960 | 2024-05-22T17:53:49.495Z | Downloaded smallvec v1.13.2 |
961 | 2024-05-22T17:53:49.496Z | Downloaded sha1 v0.10.6 |
962 | 2024-05-22T17:53:49.496Z | Downloaded base64 v0.22.1 |
963 | 2024-05-22T17:53:49.496Z | Downloaded precomputed-hash v0.1.1 |
964 | 2024-05-22T17:53:49.496Z | Downloaded usdt-impl v0.5.0 |
965 | 2024-05-22T17:53:49.496Z | Downloaded slog-envlogger v2.2.0 |
966 | 2024-05-22T17:53:49.496Z | Downloaded tokio-tungstenite v0.21.0 |
967 | 2024-05-22T17:53:49.496Z | Downloaded tokio-tungstenite v0.20.1 |
968 | 2024-05-22T17:53:49.497Z | Downloaded semver v0.1.20 |
969 | 2024-05-22T17:53:49.497Z | Downloaded tokio-stream v0.1.15 |
970 | 2024-05-22T17:53:49.497Z | Downloaded parse-display v0.9.0 |
971 | 2024-05-22T17:53:49.497Z | Downloaded synstructure v0.12.6 |
972 | 2024-05-22T17:53:49.497Z | Downloaded pest_meta v2.7.10 |
973 | 2024-05-22T17:53:49.497Z | Downloaded pest_derive v2.7.10 |
974 | 2024-05-22T17:53:49.498Z | Downloaded structmeta-derive v0.3.0 |
975 | 2024-05-22T17:53:49.498Z | Downloaded structmeta-derive v0.2.0 |
976 | 2024-05-22T17:53:49.498Z | Downloaded oso v0.27.3 |
977 | 2024-05-22T17:53:49.498Z | Downloaded time-core v0.1.2 |
978 | 2024-05-22T17:53:49.498Z | Downloaded signal-hook-tokio v0.3.1 |
979 | 2024-05-22T17:53:49.498Z | Downloaded filetime v0.2.23 |
980 | 2024-05-22T17:53:49.499Z | Downloaded darling v0.20.9 |
981 | 2024-05-22T17:53:49.499Z | Downloaded scheduled-thread-pool v0.2.7 |
982 | 2024-05-22T17:53:49.499Z | Downloaded utf-8 v0.7.6 |
983 | 2024-05-22T17:53:49.499Z | Downloaded usdt-attr-macro v0.5.0 |
984 | 2024-05-22T17:53:49.499Z | Downloaded usdt-attr-macro v0.3.5 |
985 | 2024-05-22T17:53:49.500Z | Downloaded ryu v1.0.18 |
986 | 2024-05-22T17:53:49.500Z | Downloaded zone_cfg_derive v0.1.2 |
987 | 2024-05-22T17:53:49.500Z | Downloaded darling_macro v0.20.9 |
988 | 2024-05-22T17:53:49.500Z | Downloaded unicode-linebreak v0.1.5 |
989 | 2024-05-22T17:53:49.500Z | Downloaded num-complex v0.4.6 |
990 | 2024-05-22T17:53:49.500Z | Downloaded dirs-next v2.0.0 |
991 | 2024-05-22T17:53:49.500Z | Downloaded flagset v0.4.5 |
992 | 2024-05-22T17:53:49.500Z | Downloaded futures-core v0.3.30 |
993 | 2024-05-22T17:53:49.501Z | Downloaded vsss-rs v3.3.4 |
994 | 2024-05-22T17:53:49.501Z | Downloaded ena v0.14.3 |
995 | 2024-05-22T17:53:49.501Z | Downloaded sha2 v0.10.8 |
996 | 2024-05-22T17:53:49.501Z | Downloaded rustc-demangle v0.1.24 |
997 | 2024-05-22T17:53:49.501Z | Downloaded embedded-io v0.4.0 |
998 | 2024-05-22T17:53:49.501Z | Downloaded equivalent v1.0.1 |
999 | 2024-05-22T17:53:49.502Z | Downloaded path-slash v0.1.5 |
1000 | 2024-05-22T17:53:49.502Z | Downloaded percent-encoding v2.3.1 |
1001 | 2024-05-22T17:53:49.502Z | Downloaded tar v0.4.40 |
1002 | 2024-05-22T17:53:49.502Z | Downloaded parse-size v1.0.0 |
1003 | 2024-05-22T17:53:49.502Z | Downloaded powerfmt v0.2.0 |
1004 | 2024-05-22T17:53:49.503Z | Downloaded memchr v2.7.2 |
1005 | 2024-05-22T17:53:49.503Z | Downloaded radium v0.7.0 |
1006 | 2024-05-22T17:53:49.503Z | Downloaded r2d2 v0.8.10 |
1007 | 2024-05-22T17:53:49.503Z | Downloaded mio v0.8.11 |
1008 | 2024-05-22T17:53:49.503Z | Downloaded postcard v1.0.8 |
1009 | 2024-05-22T17:53:49.503Z | Downloaded openssl-sys v0.9.102 |
1010 | 2024-05-22T17:53:49.503Z | Downloaded toolchain_find v0.4.0 |
1011 | 2024-05-22T17:53:49.503Z | Downloaded strum v0.26.2 |
1012 | 2024-05-22T17:53:49.503Z | Downloaded thread_local v1.1.8 |
1013 | 2024-05-22T17:53:49.504Z | Downloaded tokio-macros v2.2.0 |
1014 | 2024-05-22T17:53:49.504Z | Downloaded tabled_derive v0.7.0 |
1015 | 2024-05-22T17:53:49.504Z | Downloaded spki v0.7.3 |
1016 | 2024-05-22T17:53:49.504Z | Downloaded thiserror-impl-no-std v2.0.2 |
1017 | 2024-05-22T17:53:49.504Z | Downloaded serde v1.0.202 |
1018 | 2024-05-22T17:53:49.504Z | Downloaded crucible-workspace-hack v0.1.0 |
1019 | 2024-05-22T17:53:49.504Z | Downloaded downcast v0.11.0 |
1020 | 2024-05-22T17:53:49.504Z | Downloaded curve25519-dalek-derive v0.1.1 |
1021 | 2024-05-22T17:53:49.504Z | Downloaded zone v0.1.8 |
1022 | 2024-05-22T17:53:49.504Z | Downloaded spin v0.5.2 |
1023 | 2024-05-22T17:53:49.505Z | Downloaded nu-ansi-term v0.50.0 |
1024 | 2024-05-22T17:53:49.505Z | Downloaded uzers v0.11.3 |
1025 | 2024-05-22T17:53:49.505Z | Downloaded futures-macro v0.3.30 |
1026 | 2024-05-22T17:53:49.505Z | Downloaded serde_derive v1.0.202 |
1027 | 2024-05-22T17:53:49.505Z | Downloaded globset v0.4.14 |
1028 | 2024-05-22T17:53:49.505Z | Downloaded num-derive v0.4.2 |
1029 | 2024-05-22T17:53:49.505Z | Downloaded hash32 v0.2.1 |
1030 | 2024-05-22T17:53:49.505Z | Downloaded plain v0.2.3 |
1031 | 2024-05-22T17:53:49.505Z | Downloaded parking_lot_core v0.9.10 |
1032 | 2024-05-22T17:53:49.505Z | Downloaded proc-macro-error-attr v1.0.4 |
1033 | 2024-05-22T17:53:49.505Z | Downloaded crossbeam-epoch v0.9.18 |
1034 | 2024-05-22T17:53:49.505Z | Downloaded socket2 v0.4.10 |
1035 | 2024-05-22T17:53:49.505Z | Downloaded diff v0.1.13 |
1036 | 2024-05-22T17:53:49.505Z | Downloaded test-strategy v0.3.1 |
1037 | 2024-05-22T17:53:49.506Z | Downloaded rustls-pemfile v1.0.4 |
1038 | 2024-05-22T17:53:49.506Z | Downloaded rustc-hash v1.1.0 |
1039 | 2024-05-22T17:53:49.506Z | Downloaded snafu-derive v0.8.2 |
1040 | 2024-05-22T17:53:49.506Z | Downloaded rusty-fork v0.3.0 |
1041 | 2024-05-22T17:53:49.531Z | Downloaded url v2.5.0 |
1042 | 2024-05-22T17:53:49.532Z | Downloaded topological-sort v0.2.2 |
1043 | 2024-05-22T17:53:49.532Z | Downloaded strum_macros v0.24.3 |
1044 | 2024-05-22T17:53:49.532Z | Downloaded smf v0.2.3 |
1045 | 2024-05-22T17:53:49.532Z | Downloaded tracing v0.1.40 |
1046 | 2024-05-22T17:53:49.532Z | Downloaded derive_more v0.99.17 |
1047 | 2024-05-22T17:53:49.533Z | Downloaded uuid v1.8.0 |
1048 | 2024-05-22T17:53:49.533Z | Downloaded either v1.12.0 |
1049 | 2024-05-22T17:53:49.533Z | Downloaded display-error-chain v0.2.0 |
1050 | 2024-05-22T17:53:49.533Z | Downloaded ed25519 v1.5.3 |
1051 | 2024-05-22T17:53:49.533Z | Downloaded dof v0.3.0 |
1052 | 2024-05-22T17:53:49.533Z | Downloaded dof v0.1.5 |
1053 | 2024-05-22T17:53:49.534Z | Downloaded dirs-sys-next v0.1.2 |
1054 | 2024-05-22T17:53:49.534Z | Downloaded pin-utils v0.1.0 |
1055 | 2024-05-22T17:53:49.534Z | Downloaded scopeguard v1.2.0 |
1056 | 2024-05-22T17:53:49.534Z | Downloaded env_logger v0.10.2 |
1057 | 2024-05-22T17:53:49.534Z | Downloaded rand_chacha v0.3.1 |
1058 | 2024-05-22T17:53:49.534Z | Downloaded pkcs8 v0.10.2 |
1059 | 2024-05-22T17:53:49.534Z | Downloaded erased-serde v0.3.31 |
1060 | 2024-05-22T17:53:49.535Z | Downloaded libm v0.2.8 |
1061 | 2024-05-22T17:53:49.535Z | Downloaded usdt v0.5.0 |
1062 | 2024-05-22T17:53:49.535Z | Downloaded unicode-xid v0.2.4 |
1063 | 2024-05-22T17:53:49.535Z | Downloaded tokio-native-tls v0.3.1 |
1064 | 2024-05-22T17:53:49.535Z | Downloaded termios v0.3.3 |
1065 | 2024-05-22T17:53:49.535Z | Downloaded slog-dtrace v0.3.0 |
1066 | 2024-05-22T17:53:49.535Z | Downloaded terminal_size v0.3.0 |
1067 | 2024-05-22T17:53:49.536Z | Downloaded slog-bunyan v2.5.0 |
1068 | 2024-05-22T17:53:49.536Z | Downloaded libxml v0.3.3 |
1069 | 2024-05-22T17:53:49.536Z | Downloaded futures-sink v0.3.30 |
1070 | 2024-05-22T17:53:49.536Z | Downloaded itertools v0.12.1 |
1071 | 2024-05-22T17:53:49.536Z | Downloaded futures-task v0.3.30 |
1072 | 2024-05-22T17:53:49.537Z | Downloaded float-cmp v0.9.0 |
1073 | 2024-05-22T17:53:49.537Z | Downloaded strum_macros v0.26.2 |
1074 | 2024-05-22T17:53:49.537Z | Downloaded elliptic-curve v0.13.8 |
1075 | 2024-05-22T17:53:49.537Z | Downloaded proc-macro-crate v1.3.1 |
1076 | 2024-05-22T17:53:49.537Z | Downloaded rcgen v0.12.1 |
1077 | 2024-05-22T17:53:49.537Z | Downloaded darling_core v0.20.9 |
1078 | 2024-05-22T17:53:49.537Z | Downloaded fxhash v0.2.1 |
1079 | 2024-05-22T17:53:49.537Z | Downloaded phf_shared v0.10.0 |
1080 | 2024-05-22T17:53:49.537Z | Downloaded crunchy v0.2.2 |
1081 | 2024-05-22T17:53:49.537Z | Downloaded steno v0.4.0 |
1082 | 2024-05-22T17:53:49.537Z | Downloaded zeroize_derive v1.4.2 |
1083 | 2024-05-22T17:53:49.538Z | Downloaded data-encoding v2.6.0 |
1084 | 2024-05-22T17:53:49.538Z | Downloaded structmeta v0.3.0 |
1085 | 2024-05-22T17:53:49.538Z | Downloaded pin-project-lite v0.2.14 |
1086 | 2024-05-22T17:53:49.538Z | Downloaded half v2.4.1 |
1087 | 2024-05-22T17:53:49.538Z | Downloaded fatfs v0.3.6 |
1088 | 2024-05-22T17:53:49.538Z | Downloaded num_threads v0.1.7 |
1089 | 2024-05-22T17:53:49.538Z | Downloaded usdt-macro v0.5.0 |
1090 | 2024-05-22T17:53:49.538Z | Downloaded tabwriter v1.4.0 |
1091 | 2024-05-22T17:53:49.538Z | Downloaded number_prefix v0.4.0 |
1092 | 2024-05-22T17:53:49.538Z | Downloaded rand_xorshift v0.3.0 |
1093 | 2024-05-22T17:53:49.538Z | Downloaded funty v2.0.0 |
1094 | 2024-05-22T17:53:49.538Z | Downloaded fnv v1.0.7 |
1095 | 2024-05-22T17:53:49.538Z | Downloaded fs-err v2.11.0 |
1096 | 2024-05-22T17:53:49.538Z | Downloaded ref-cast v1.0.23 |
1097 | 2024-05-22T17:53:49.538Z | Downloaded samael v0.0.15 |
1098 | 2024-05-22T17:53:49.538Z | Downloaded sqlparser_derive v0.2.2 |
1099 | 2024-05-22T17:53:49.539Z | Downloaded zerocopy-derive v0.7.34 |
1100 | 2024-05-22T17:53:49.539Z | Downloaded enum-as-inner v0.5.1 |
1101 | 2024-05-22T17:53:49.539Z | Downloaded num-iter v0.1.45 |
1102 | 2024-05-22T17:53:49.539Z | Downloaded universal-hash v0.5.1 |
1103 | 2024-05-22T17:53:49.539Z | Downloaded phf v0.11.2 |
1104 | 2024-05-22T17:53:49.539Z | Downloaded ron v0.7.1 |
1105 | 2024-05-22T17:53:49.539Z | Downloaded parking_lot v0.11.2 |
1106 | 2024-05-22T17:53:49.539Z | Downloaded platforms v3.4.0 |
1107 | 2024-05-22T17:53:49.539Z | Downloaded serde_derive_internals v0.29.1 |
1108 | 2024-05-22T17:53:49.540Z | Downloaded flate2 v1.0.30 |
1109 | 2024-05-22T17:53:49.540Z | Downloaded serde_tokenstream v0.1.7 |
1110 | 2024-05-22T17:53:49.540Z | Downloaded rustversion v1.0.17 |
1111 | 2024-05-22T17:53:49.540Z | Downloaded num-traits v0.2.19 |
1112 | 2024-05-22T17:53:49.540Z | Downloaded tui-tree-widget v0.19.0 |
1113 | 2024-05-22T17:53:49.540Z | Downloaded defmt v0.3.8 |
1114 | 2024-05-22T17:53:49.540Z | Downloaded slog-term v2.9.1 |
1115 | 2024-05-22T17:53:49.540Z | Downloaded gethostname v0.4.3 |
1116 | 2024-05-22T17:53:49.540Z | Downloaded stringprep v0.1.4 |
1117 | 2024-05-22T17:53:49.540Z | Downloaded omicron-zone-package v0.11.0 |
1118 | 2024-05-22T17:53:49.541Z | Downloaded ron v0.8.1 |
1119 | 2024-05-22T17:53:49.541Z | Downloaded endian-type v0.1.2 |
1120 | 2024-05-22T17:53:49.541Z | Downloaded rustls-pemfile v2.1.2 |
1121 | 2024-05-22T17:53:49.541Z | Downloaded wait-timeout v0.2.0 |
1122 | 2024-05-22T17:53:49.541Z | Downloaded quote v1.0.36 |
1123 | 2024-05-22T17:53:49.541Z | Downloaded usdt v0.3.5 |
1124 | 2024-05-22T17:53:49.541Z | Downloaded slog v2.7.0 |
1125 | 2024-05-22T17:53:49.541Z | Downloaded quick-error v1.2.3 |
1126 | 2024-05-22T17:53:49.541Z | Downloaded socket2 v0.5.7 |
1127 | 2024-05-22T17:53:49.541Z | Downloaded try-lock v0.2.5 |
1128 | 2024-05-22T17:53:49.541Z | Downloaded peg-runtime v0.8.3 |
1129 | 2024-05-22T17:53:49.542Z | Downloaded futures-channel v0.3.30 |
1130 | 2024-05-22T17:53:49.542Z | Downloaded zerocopy v0.6.6 |
1131 | 2024-05-22T17:53:49.542Z | Downloaded sqlformat v0.2.3 |
1132 | 2024-05-22T17:53:49.542Z | Downloaded debug-ignore v1.0.5 |
1133 | 2024-05-22T17:53:49.542Z | Downloaded predicates v3.1.0 |
1134 | 2024-05-22T17:53:49.542Z | Downloaded env_logger v0.9.3 |
1135 | 2024-05-22T17:53:49.552Z | Downloaded tracing-core v0.1.32 |
1136 | 2024-05-22T17:53:49.552Z | Downloaded der_derive v0.7.2 |
1137 | 2024-05-22T17:53:49.552Z | Downloaded proc-macro-error v1.0.4 |
1138 | 2024-05-22T17:53:49.552Z | Downloaded glob v0.3.1 |
1139 | 2024-05-22T17:53:49.552Z | Downloaded siphasher v0.3.11 |
1140 | 2024-05-22T17:53:49.553Z | Downloaded secrecy v0.8.0 |
1141 | 2024-05-22T17:53:49.553Z | Downloaded serde_with_macros v3.8.1 |
1142 | 2024-05-22T17:53:49.553Z | Downloaded zip v0.6.6 |
1143 | 2024-05-22T17:53:49.553Z | Downloaded fd-lock v4.0.2 |
1144 | 2024-05-22T17:53:49.553Z | Downloaded termcolor v1.4.1 |
1145 | 2024-05-22T17:53:49.553Z | Downloaded slog-json v2.6.1 |
1146 | 2024-05-22T17:53:49.553Z | Downloaded peg v0.8.3 |
1147 | 2024-05-22T17:53:49.553Z | Downloaded parse-display-derive v0.9.0 |
1148 | 2024-05-22T17:53:49.553Z | Downloaded deranged v0.3.11 |
1149 | 2024-05-22T17:53:49.553Z | Downloaded usdt-impl v0.3.5 |
1150 | 2024-05-22T17:53:49.553Z | Downloaded phf_shared v0.11.2 |
1151 | 2024-05-22T17:53:49.553Z | Downloaded postgres-types v0.2.6 |
1152 | 2024-05-22T17:53:49.560Z | Downloaded num_cpus v1.16.0 |
1153 | 2024-05-22T17:53:49.560Z | Downloaded portable-atomic v1.6.0 |
1154 | 2024-05-22T17:53:49.571Z | Downloaded serde_path_to_error v0.1.16 |
1155 | 2024-05-22T17:53:49.571Z | Downloaded salty v0.2.0 |
1156 | 2024-05-22T17:53:49.577Z | Downloaded toml_datetime v0.6.6 |
1157 | 2024-05-22T17:53:49.577Z | Downloaded serde_spanned v0.6.6 |
1158 | 2024-05-22T17:53:49.577Z | Downloaded serde_plain v1.0.2 |
1159 | 2024-05-22T17:53:49.577Z | Downloaded wyz v0.5.1 |
1160 | 2024-05-22T17:53:49.577Z | Downloaded num-bigint-dig v0.8.4 |
1161 | 2024-05-22T17:53:49.583Z | Downloaded trust-dns-client v0.22.0 |
1162 | 2024-05-22T17:53:49.588Z | Downloaded winnow v0.5.40 |
1163 | 2024-05-22T17:53:49.594Z | Downloaded unicode-bidi v0.3.15 |
1164 | 2024-05-22T17:53:49.598Z | Downloaded similar v2.5.0 |
1165 | 2024-05-22T17:53:49.603Z | Downloaded peg-macros v0.8.3 |
1166 | 2024-05-22T17:53:49.612Z | Downloaded rand v0.8.5 |
1167 | 2024-05-22T17:53:49.612Z | Downloaded csv-core v0.1.11 |
1168 | 2024-05-22T17:53:49.617Z | Downloaded rustls-pki-types v1.7.0 |
1169 | 2024-05-22T17:53:49.617Z | Downloaded toml_edit v0.22.13 |
1170 | 2024-05-22T17:53:49.642Z | Downloaded prettyplease v0.2.20 |
1171 | 2024-05-22T17:53:50.076Z | Downloaded rayon-core v1.12.1 |
1172 | 2024-05-22T17:53:50.076Z | Downloaded pest v2.7.10 |
1173 | 2024-05-22T17:53:50.077Z | Downloaded unsafe-libyaml v0.2.11 |
1174 | 2024-05-22T17:53:50.077Z | Downloaded unicode-normalization v0.1.23 |
1175 | 2024-05-22T17:53:50.077Z | Downloaded num-rational v0.4.2 |
1176 | 2024-05-22T17:53:50.077Z | Downloaded serde_yaml v0.9.34+deprecated |
1177 | 2024-05-22T17:53:50.077Z | Downloaded unicode_categories v0.1.1 |
1178 | 2024-05-22T17:53:50.077Z | Downloaded toml v0.8.13 |
1179 | 2024-05-22T17:53:50.077Z | Downloaded goblin v0.8.2 |
1180 | 2024-05-22T17:53:50.077Z | Downloaded bitvec v1.0.1 |
1181 | 2024-05-22T17:53:50.077Z | Downloaded time v0.3.36 |
1182 | 2024-05-22T17:53:50.078Z | Downloaded reqwest v0.11.27 |
1183 | 2024-05-22T17:53:50.078Z | Downloaded tokio-postgres v0.7.10 |
1184 | 2024-05-22T17:53:50.078Z | Downloaded trust-dns-server v0.22.1 |
1185 | 2024-05-22T17:53:50.078Z | Downloaded publicsuffix v2.2.3 |
1186 | 2024-05-22T17:53:50.078Z | Downloaded bindgen v0.69.4 |
1187 | 2024-05-22T17:53:50.078Z | Downloaded rustls-webpki v0.101.7 |
1188 | 2024-05-22T17:53:50.079Z | Downloaded der v0.7.9 |
1189 | 2024-05-22T17:53:50.079Z | Downloaded tokio-util v0.7.11 |
1190 | 2024-05-22T17:53:50.079Z | Downloaded crypto-bigint v0.5.5 |
1191 | 2024-05-22T17:53:50.079Z | Downloaded serde_with v3.8.1 |
1192 | 2024-05-22T17:53:50.079Z | Downloaded chrono v0.4.38 |
1193 | 2024-05-22T17:53:50.079Z | Downloaded x509-cert v0.2.5 |
1194 | 2024-05-22T17:53:50.079Z | Downloaded unicode-segmentation v1.11.0 |
1195 | 2024-05-22T17:53:50.079Z | Downloaded zerocopy v0.7.34 |
1196 | 2024-05-22T17:53:50.079Z | Downloaded futures-util v0.3.30 |
1197 | 2024-05-22T17:53:50.080Z | Downloaded syn v2.0.64 |
1198 | 2024-05-22T17:53:50.080Z | Downloaded regex-automata v0.1.10 |
1199 | 2024-05-22T17:53:50.080Z | Downloaded h2 v0.3.26 |
1200 | 2024-05-22T17:53:50.080Z | Downloaded lalrpop v0.19.12 |
1201 | 2024-05-22T17:53:50.080Z | Downloaded toml_edit v0.19.15 |
1202 | 2024-05-22T17:53:50.080Z | Downloaded serde_json v1.0.117 |
1203 | 2024-05-22T17:53:50.080Z | Downloaded regress v0.9.1 |
1204 | 2024-05-22T17:53:50.080Z | Downloaded openssl v0.10.64 |
1205 | 2024-05-22T17:53:50.080Z | Downloaded regex-syntax v0.8.3 |
1206 | 2024-05-22T17:53:50.081Z | Downloaded quick-xml v0.31.0 |
1207 | 2024-05-22T17:53:50.081Z | Downloaded bstr v1.9.1 |
1208 | 2024-05-22T17:53:50.081Z | Downloaded winnow v0.6.8 |
1209 | 2024-05-22T17:53:50.081Z | Downloaded idna v0.2.3 |
1210 | 2024-05-22T17:53:50.081Z | Downloaded nix v0.28.0 |
1211 | 2024-05-22T17:53:50.081Z | Downloaded curve25519-dalek v4.1.2 |
1212 | 2024-05-22T17:53:50.081Z | Downloaded smoltcp v0.11.0 |
1213 | 2024-05-22T17:53:50.081Z | Downloaded openapiv3 v2.0.0 |
1214 | 2024-05-22T17:53:50.081Z | Downloaded sqlparser v0.45.0 |
1215 | 2024-05-22T17:53:50.081Z | Downloaded vcpkg v0.2.15 |
1216 | 2024-05-22T17:53:50.082Z | Downloaded tabled v0.15.0 |
1217 | 2024-05-22T17:53:50.135Z | Downloaded rustls-webpki v0.102.4 |
1218 | 2024-05-22T17:53:50.136Z | Downloaded rustls v0.21.12 |
1219 | 2024-05-22T17:53:50.141Z | Downloaded regex v1.10.4 |
1220 | 2024-05-22T17:53:50.142Z | Downloaded object v0.30.4 |
1221 | 2024-05-22T17:53:50.142Z | Downloaded zerocopy-derive v0.2.0 |
1222 | 2024-05-22T17:53:50.142Z | Downloaded sled v0.34.7 |
1223 | 2024-05-22T17:53:50.142Z | Downloaded polar-core v0.27.3 |
1224 | 2024-05-22T17:53:50.146Z | Downloaded trust-dns-proto v0.22.0 |
1225 | 2024-05-22T17:53:50.159Z | Downloaded object v0.32.2 |
1226 | 2024-05-22T17:53:50.168Z | Downloaded finl_unicode v1.2.0 |
1227 | 2024-05-22T17:53:50.182Z | Downloaded rustls v0.22.4 |
1228 | 2024-05-22T17:53:50.198Z | Downloaded rustix v0.38.34 |
1229 | 2024-05-22T17:53:50.221Z | Downloaded ratatui v0.26.2 |
1230 | 2024-05-22T17:53:50.239Z | Downloaded tokio v1.37.0 |
1231 | 2024-05-22T17:53:50.277Z | Downloaded zerocopy-derive v0.6.6 |
1232 | 2024-05-22T17:53:50.287Z | Downloaded petgraph v0.6.5 |
1233 | 2024-05-22T17:53:50.307Z | Downloaded regex-automata v0.4.6 |
1234 | 2024-05-22T17:53:50.325Z | Downloaded libc v0.2.153 |
1235 | 2024-05-22T17:53:50.355Z | Downloaded smoltcp v0.9.1 |
1236 | 2024-05-22T17:53:50.369Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1237 | 2024-05-22T17:53:50.382Z | Downloaded radix_trie v0.2.1 |
1238 | 2024-05-22T17:53:50.407Z | Downloaded regex-syntax v0.6.29 |
1239 | 2024-05-22T17:53:50.407Z | Downloaded sha3 v0.10.8 |
1240 | 2024-05-22T17:53:50.407Z | Downloaded gimli v0.28.1 |
1241 | 2024-05-22T17:53:50.418Z | Downloaded diesel v2.1.6 |
1242 | 2024-05-22T17:53:50.426Z | Downloaded csv v1.3.0 |
1243 | 2024-05-22T17:53:50.461Z | Downloaded idna v0.3.0 |
1244 | 2024-05-22T17:53:50.466Z | Downloaded bstr v0.2.17 |
1245 | 2024-05-22T17:53:50.471Z | Downloaded webpki-roots v0.25.4 |
1246 | 2024-05-22T17:53:50.471Z | Downloaded idna v0.5.0 |
1247 | 2024-05-22T17:53:50.477Z | Downloaded encoding_rs v0.8.34 |
1248 | 2024-05-22T17:53:50.921Z | Downloaded ring v0.17.8 |
1249 | 2024-05-22T17:53:50.938Z | Downloaded crossterm v0.27.0 |
1250 | 2024-05-22T17:53:50.939Z | Downloaded syn v1.0.109 |
1251 | 2024-05-22T17:53:50.939Z | Downloaded tough v0.17.1 |
1252 | 2024-05-22T17:53:50.939Z | Downloaded proptest v1.4.0 |
1253 | 2024-05-22T17:53:50.939Z | Downloaded reedline v0.31.0 |
1254 | 2024-05-22T17:53:50.939Z | Downloaded hyper v0.14.28 |
1255 | 2024-05-22T17:53:50.939Z | Downloaded rayon v1.10.0 |
1256 | 2024-05-22T17:53:50.939Z | Downloaded flume v0.11.0 |
1257 | 2024-05-22T17:53:50.939Z | Downloaded olpc-cjson v0.1.3 |
1258 | 2024-05-22T17:53:50.939Z | Downloaded futures v0.3.30 |
1259 | 2024-05-22T17:53:50.939Z | Downloaded toml v0.7.8 |
1260 | 2024-05-22T17:53:50.940Z | Downloaded slab v0.4.9 |
1261 | 2024-05-22T17:53:50.940Z | Downloaded subprocess v0.2.9 |
1262 | 2024-05-22T17:53:50.940Z | Downloaded papergrid v0.11.0 |
1263 | 2024-05-22T17:53:50.940Z | Downloaded clap_builder v4.5.2 |
1264 | 2024-05-22T17:53:50.940Z | Downloaded num-bigint v0.4.5 |
1265 | 2024-05-22T17:53:50.940Z | Downloaded blake3 v1.5.1 |
1266 | 2024-05-22T17:53:50.940Z | Downloaded pem-rfc7468 v0.7.0 |
1267 | 2024-05-22T17:53:50.941Z | Downloaded unicode-width v0.1.12 |
1268 | 2024-05-22T17:53:50.941Z | Downloaded parking_lot v0.12.2 |
1269 | 2024-05-22T17:53:50.941Z | Downloaded serde_repr v0.1.19 |
1270 | 2024-05-22T17:53:50.941Z | Downloaded fixedbitset v0.4.2 |
1271 | 2024-05-22T17:53:50.941Z | Downloaded scroll v0.12.0 |
1272 | 2024-05-22T17:53:50.941Z | Downloaded rsa v0.9.6 |
1273 | 2024-05-22T17:53:50.941Z | Downloaded proc-macro2 v1.0.82 |
1274 | 2024-05-22T17:53:50.941Z | Downloaded pem v3.0.4 |
1275 | 2024-05-22T17:53:50.941Z | Downloaded group v0.13.0 |
1276 | 2024-05-22T17:53:50.941Z | Downloaded rustyline v14.0.0 |
1277 | 2024-05-22T17:53:50.942Z | Downloaded trust-dns-resolver v0.22.0 |
1278 | 2024-05-22T17:53:50.942Z | Downloaded fragile v2.0.0 |
1279 | 2024-05-22T17:53:50.942Z | Downloaded supports-color v3.0.0 |
1280 | 2024-05-22T17:53:50.942Z | Downloaded subtle v2.5.0 |
1281 | 2024-05-22T17:53:50.942Z | Downloaded pkcs1 v0.7.5 |
1282 | 2024-05-22T17:53:50.942Z | Downloaded once_cell v1.19.0 |
1283 | 2024-05-22T17:53:50.942Z | Downloaded typed-path v0.7.1 |
1284 | 2024-05-22T17:53:50.943Z | Downloaded strum_macros v0.25.3 |
1285 | 2024-05-22T17:53:50.943Z | Downloaded zeroize v1.7.0 |
1286 | 2024-05-22T17:53:50.943Z | Downloaded toml v0.5.11 |
1287 | 2024-05-22T17:53:50.943Z | Downloaded nom v7.1.3 |
1288 | 2024-05-22T17:53:50.943Z | Downloaded expectorate v1.1.0 |
1289 | 2024-05-22T17:53:50.943Z | Downloaded unicode-ident v1.0.12 |
1290 | 2024-05-22T17:53:50.943Z | Downloaded itertools v0.10.5 |
1291 | 2024-05-22T17:53:50.943Z | Downloaded diesel_derives v2.1.4 |
1292 | 2024-05-22T17:53:50.944Z | Downloaded generic-array v0.14.7 |
1293 | 2024-05-22T17:53:50.944Z | Downloaded ppv-lite86 v0.2.17 |
1294 | 2024-05-22T17:53:50.944Z | Downloaded tungstenite v0.21.0 |
1295 | 2024-05-22T17:53:50.944Z | Downloaded pin-project v1.1.5 |
1296 | 2024-05-22T17:53:50.944Z | Downloaded tungstenite v0.20.1 |
1297 | 2024-05-22T17:53:50.944Z | Downloaded owo-colors v4.0.0 |
1298 | 2024-05-22T17:53:50.944Z | Downloaded minimal-lexical v0.2.1 |
1299 | 2024-05-22T17:53:50.944Z | Downloaded thread-id v4.2.1 |
1300 | 2024-05-22T17:53:50.945Z | Downloaded thiserror-no-std v2.0.2 |
1301 | 2024-05-22T17:53:50.945Z | Downloaded thiserror-impl v1.0.60 |
1302 | 2024-05-22T17:53:50.945Z | Downloaded signal-hook-registry v1.4.2 |
1303 | 2024-05-22T17:53:50.945Z | Downloaded shell-words v1.1.0 |
1304 | 2024-05-22T17:53:50.945Z | Downloaded getrandom v0.2.14 |
1305 | 2024-05-22T17:53:50.945Z | Downloaded crossbeam-utils v0.8.19 |
1306 | 2024-05-22T17:53:50.945Z | Downloaded yasna v0.5.2 |
1307 | 2024-05-22T17:53:50.945Z | Downloaded vte v0.11.1 |
1308 | 2024-05-22T17:53:50.945Z | Downloaded crossbeam-channel v0.5.12 |
1309 | 2024-05-22T17:53:50.946Z | Downloaded num v0.4.3 |
1310 | 2024-05-22T17:53:50.946Z | Downloaded poly1305 v0.8.0 |
1311 | 2024-05-22T17:53:50.946Z | Downloaded pin-project-internal v1.1.5 |
1312 | 2024-05-22T17:53:50.946Z | Downloaded utf8parse v0.2.1 |
1313 | 2024-05-22T17:53:50.946Z | Downloaded derive_builder v0.20.0 |
1314 | 2024-05-22T17:53:50.946Z | Downloaded tokio-rustls v0.25.0 |
1315 | 2024-05-22T17:53:50.946Z | Downloaded tokio-rustls v0.24.1 |
1316 | 2024-05-22T17:53:50.946Z | Downloaded term v0.7.0 |
1317 | 2024-05-22T17:53:50.946Z | Downloaded tempfile v3.10.1 |
1318 | 2024-05-22T17:53:50.946Z | Downloaded serde_arrays v0.1.0 |
1319 | 2024-05-22T17:53:50.946Z | Downloaded same-file v1.0.6 |
1320 | 2024-05-22T17:53:50.946Z | Downloaded rtoolbox v0.0.2 |
1321 | 2024-05-22T17:53:50.946Z | Downloaded const_format v0.2.32 |
1322 | 2024-05-22T17:53:50.946Z | Downloaded base64 v0.21.7 |
1323 | 2024-05-22T17:53:50.946Z | Downloaded smallvec v0.6.14 |
1324 | 2024-05-22T17:53:50.946Z | Downloaded signal-hook v0.3.17 |
1325 | 2024-05-22T17:53:50.946Z | Downloaded schemars v0.8.19 |
1326 | 2024-05-22T17:53:50.947Z | Downloaded ring v0.16.20 |
1327 | 2024-05-22T17:53:50.947Z | Downloaded http v0.2.12 |
1328 | 2024-05-22T17:53:50.947Z | Downloaded cc v1.0.97 |
1329 | 2024-05-22T17:53:50.947Z | Downloaded indicatif v0.17.8 |
1330 | 2024-05-22T17:53:50.947Z | Downloaded ff v0.13.0 |
1331 | 2024-05-22T17:53:50.947Z | Downloaded serde_tokenstream v0.2.0 |
1332 | 2024-05-22T17:53:50.947Z | Downloaded futures-executor v0.3.30 |
1333 | 2024-05-22T17:53:50.947Z | Downloaded derive_builder_core v0.20.0 |
1334 | 2024-05-22T17:53:50.947Z | Downloaded pretty-hex v0.2.1 |
1335 | 2024-05-22T17:53:50.947Z | Downloaded derive-where v1.2.7 |
1336 | 2024-05-22T17:53:50.948Z | Downloaded base64 v0.13.1 |
1337 | 2024-05-22T17:53:50.959Z | Downloaded clang-sys v1.7.0 |
1338 | 2024-05-22T17:53:50.959Z | Downloaded defmt-macros v0.3.9 |
1339 | 2024-05-22T17:53:50.959Z | Downloaded spin v0.9.8 |
1340 | 2024-05-22T17:53:50.959Z | Downloaded indexmap v2.2.6 |
1341 | 2024-05-22T17:53:50.959Z | Downloaded log v0.4.21 |
1342 | 2024-05-22T17:53:50.959Z | Downloaded foreign-types-macros v0.2.3 |
1343 | 2024-05-22T17:53:50.959Z | Downloaded blake2 v0.10.6 |
1344 | 2024-05-22T17:53:50.960Z | Downloaded unarray v0.1.4 |
1345 | 2024-05-22T17:53:50.960Z | Downloaded tls_codec_derive v0.4.1 |
1346 | 2024-05-22T17:53:50.960Z | Downloaded time-macros v0.2.18 |
1347 | 2024-05-22T17:53:50.960Z | Downloaded mockall v0.12.1 |
1348 | 2024-05-22T17:53:50.960Z | Downloaded clap v4.5.4 |
1349 | 2024-05-22T17:53:50.970Z | Downloaded slog-scope v4.4.0 |
1350 | 2024-05-22T17:53:50.970Z | Downloaded signal-hook-mio v0.2.3 |
1351 | 2024-05-22T17:53:50.970Z | Downloaded libloading v0.8.3 |
1352 | 2024-05-22T17:53:50.971Z | Downloaded hmac v0.12.1 |
1353 | 2024-05-22T17:53:50.971Z | Downloaded strip-ansi-escapes v0.2.0 |
1354 | 2024-05-22T17:53:50.971Z | Downloaded ciborium v0.2.2 |
1355 | 2024-05-22T17:53:50.980Z | Downloaded derive_builder_macro v0.20.0 |
1356 | 2024-05-22T17:53:50.980Z | Downloaded cstr-argument v0.1.2 |
1357 | 2024-05-22T17:53:50.980Z | Downloaded crypto-common v0.1.6 |
1358 | 2024-05-22T17:53:50.981Z | Downloaded bzip2 v0.4.4 |
1359 | 2024-05-22T17:53:50.981Z | Downloaded camino v1.1.7 |
1360 | 2024-05-22T17:53:50.981Z | Downloaded block-padding v0.3.3 |
1361 | 2024-05-22T17:53:50.981Z | Downloaded base64ct v1.6.0 |
1362 | 2024-05-22T17:53:50.981Z | Downloaded backtrace v0.3.71 |
1363 | 2024-05-22T17:53:50.987Z | Downloaded nodrop v0.1.14 |
1364 | 2024-05-22T17:53:50.987Z | Downloaded crc-catalog v2.4.0 |
1365 | 2024-05-22T17:53:50.987Z | Downloaded maybe-uninit v2.0.0 |
1366 | 2024-05-22T17:53:50.987Z | Downloaded macaddr v1.0.1 |
1367 | 2024-05-22T17:53:50.987Z | Downloaded linked-hash-map v0.5.6 |
1368 | 2024-05-22T17:53:50.987Z | Downloaded nanorand v0.7.0 |
1369 | 2024-05-22T17:53:50.999Z | Downloaded memoffset v0.7.1 |
1370 | 2024-05-22T17:53:50.999Z | Downloaded lru-cache v0.1.2 |
1371 | 2024-05-22T17:53:51.000Z | Downloaded cobs v0.2.3 |
1372 | 2024-05-22T17:53:51.000Z | Downloaded const_format_proc_macros v0.2.32 |
1373 | 2024-05-22T17:53:51.000Z | Downloaded lalrpop-util v0.19.12 |
1374 | 2024-05-22T17:53:51.000Z | Downloaded cassowary v0.3.0 |
1375 | 2024-05-22T17:53:51.013Z | Downloaded bcs v0.1.6 |
1376 | 2024-05-22T17:53:51.013Z | Downloaded inout v0.1.3 |
1377 | 2024-05-22T17:53:51.013Z | Downloaded castaway v0.2.2 |
1378 | 2024-05-22T17:53:51.013Z | Downloaded camino-tempfile v1.1.1 |
1379 | 2024-05-22T17:53:51.014Z | Downloaded bit-vec v0.6.3 |
1380 | 2024-05-22T17:53:51.014Z | Downloaded cfg-if v1.0.0 |
1381 | 2024-05-22T17:53:51.014Z | Downloaded buf-list v1.0.3 |
1382 | 2024-05-22T17:53:51.015Z | Downloaded new_debug_unreachable v1.0.6 |
1383 | 2024-05-22T17:53:51.015Z | Downloaded bit-set v0.5.3 |
1384 | 2024-05-22T17:53:51.015Z | Downloaded hyper-tls v0.5.0 |
1385 | 2024-05-22T17:53:51.015Z | Downloaded http-body v0.4.6 |
1386 | 2024-05-22T17:53:51.026Z | Downloaded hostname v0.4.0 |
1387 | 2024-05-22T17:53:51.026Z | Downloaded cexpr v0.6.0 |
1388 | 2024-05-22T17:53:51.026Z | Downloaded cargo_metadata v0.18.1 |
1389 | 2024-05-22T17:53:51.027Z | Downloaded byteorder v1.5.0 |
1390 | 2024-05-22T17:53:51.027Z | Downloaded hubpack v0.1.2 |
1391 | 2024-05-22T17:53:51.027Z | Downloaded home v0.5.9 |
1392 | 2024-05-22T17:53:51.027Z | Downloaded cfg_aliases v0.1.1 |
1393 | 2024-05-22T17:53:51.027Z | Downloaded bitstruct_derive v0.1.0 |
1394 | 2024-05-22T17:53:51.028Z | Downloaded bitstruct v0.1.1 |
1395 | 2024-05-22T17:53:51.028Z | Downloaded base16ct v0.2.0 |
1396 | 2024-05-22T17:53:51.028Z | Downloaded bitflags v1.3.2 |
1397 | 2024-05-22T17:53:51.029Z | Downloaded autocfg v1.3.0 |
1398 | 2024-05-22T17:53:51.033Z | Downloaded ascii v1.1.0 |
1399 | 2024-05-22T17:53:51.033Z | Downloaded arrayvec v0.7.4 |
1400 | 2024-05-22T17:53:51.034Z | Downloaded addr2line v0.21.0 |
1401 | 2024-05-22T17:53:51.034Z | Downloaded atomic-waker v1.1.2 |
1402 | 2024-05-22T17:53:51.034Z | Downloaded array-init v0.0.4 |
1403 | 2024-05-22T17:53:51.034Z | Downloaded aho-corasick v1.1.3 |
1404 | 2024-05-22T17:53:51.035Z | Downloaded arc-swap v1.7.1 |
1405 | 2024-05-22T17:53:51.040Z | Downloaded allocator-api2 v0.2.18 |
1406 | 2024-05-22T17:53:51.040Z | Downloaded atty v0.2.14 |
1407 | 2024-05-22T17:53:51.049Z | Downloaded anstream v0.6.14 |
1408 | 2024-05-22T17:53:51.049Z | Downloaded assert_matches v1.5.0 |
1409 | 2024-05-22T17:53:51.049Z | Downloaded anyhow v1.0.83 |
1410 | 2024-05-22T17:53:51.057Z | Downloaded heck v0.3.3 |
1411 | 2024-05-22T17:53:51.058Z | Downloaded anstyle-query v1.0.3 |
1412 | 2024-05-22T17:53:51.058Z | Downloaded anstyle-parse v0.2.4 |
1413 | 2024-05-22T17:53:51.457Z | Compiling proc-macro2 v1.0.82 |
1414 | 2024-05-22T17:53:51.463Z | Compiling unicode-ident v1.0.12 |
1415 | 2024-05-22T17:53:51.463Z | Compiling libc v0.2.153 |
1416 | 2024-05-22T17:53:51.463Z | Compiling serde v1.0.202 |
1417 | 2024-05-22T17:53:51.463Z | Compiling autocfg v1.3.0 |
1418 | 2024-05-22T17:53:51.463Z | Compiling version_check v0.9.4 |
1419 | 2024-05-22T17:53:51.501Z | Compiling cfg-if v1.0.0 |
1420 | 2024-05-22T17:53:51.613Z | Compiling cc v1.0.97 |
1421 | 2024-05-22T17:53:51.677Z | Compiling parking_lot_core v0.9.10 |
1422 | 2024-05-22T17:53:51.694Z | Compiling once_cell v1.19.0 |
1423 | 2024-05-22T17:53:52.034Z | Compiling libm v0.2.8 |
1424 | 2024-05-22T17:53:52.129Z | Compiling ahash v0.8.11 |
1425 | 2024-05-22T17:53:52.166Z | Compiling lock_api v0.4.12 |
1426 | 2024-05-22T17:53:53.538Z | Compiling byteorder v1.5.0 |
1427 | 2024-05-22T17:53:53.828Z | Compiling serde_json v1.0.117 |
1428 | 2024-05-22T17:53:54.140Z | Compiling num-traits v0.2.19 |
1429 | 2024-05-22T17:53:54.154Z | Compiling memchr v2.7.2 |
1430 | 2024-05-22T17:53:54.157Z | Compiling thiserror v1.0.60 |
1431 | 2024-05-22T17:53:54.157Z | Compiling typenum v1.17.0 |
1432 | 2024-05-22T17:53:54.389Z | Compiling log v0.4.21 |
1433 | 2024-05-22T17:53:54.479Z | Compiling generic-array v0.14.7 |
1434 | 2024-05-22T17:53:55.453Z | Compiling scopeguard v1.2.0 |
1435 | 2024-05-22T17:53:55.483Z | Compiling itoa v1.0.11 |
1436 | 2024-05-22T17:53:55.483Z | Compiling quote v1.0.36 |
1437 | 2024-05-22T17:53:55.709Z | Compiling syn v2.0.64 |
1438 | 2024-05-22T17:53:55.778Z | Compiling getrandom v0.2.14 |
1439 | 2024-05-22T17:53:55.899Z | Compiling allocator-api2 v0.2.18 |
1440 | 2024-05-22T17:53:56.095Z | Compiling slab v0.4.9 |
1441 | 2024-05-22T17:53:56.280Z | Compiling ring v0.17.8 |
1442 | 2024-05-22T17:53:56.300Z | Compiling ryu v1.0.18 |
1443 | 2024-05-22T17:53:56.418Z | Compiling smallvec v1.13.2 |
1444 | 2024-05-22T17:53:56.472Z | Compiling pin-project-lite v0.2.14 |
1445 | 2024-05-22T17:53:56.699Z | Compiling semver v1.0.23 |
1446 | 2024-05-22T17:53:56.764Z | Compiling schemars v0.8.19 |
1447 | 2024-05-22T17:53:56.797Z | Compiling equivalent v1.0.1 |
1448 | 2024-05-22T17:53:56.949Z | Compiling syn v1.0.109 |
1449 | 2024-05-22T17:53:57.215Z | Compiling vcpkg v0.2.15 |
1450 | 2024-05-22T17:53:57.229Z | Compiling parking_lot v0.12.2 |
1451 | 2024-05-22T17:53:57.277Z | Compiling pkg-config v0.3.30 |
1452 | 2024-05-22T17:53:57.748Z | Compiling signal-hook-registry v1.4.2 |
1453 | 2024-05-22T17:53:58.747Z | Compiling openssl-sys v0.9.102 |
1454 | 2024-05-22T17:53:58.780Z | Compiling mio v0.8.11 |
1455 | 2024-05-22T17:53:59.709Z | Compiling fnv v1.0.7 |
1456 | 2024-05-22T17:53:59.844Z | Compiling rand_core v0.6.4 |
1457 | 2024-05-22T17:54:00.213Z | Compiling socket2 v0.5.7 |
1458 | 2024-05-22T17:54:00.237Z | Compiling num_cpus v1.16.0 |
1459 | 2024-05-22T17:54:00.373Z | Compiling num-conv v0.1.0 |
1460 | 2024-05-22T17:54:00.659Z | Compiling time-core v0.1.2 |
1461 | 2024-05-22T17:54:00.838Z | Compiling time-macros v0.2.18 |
1462 | 2024-05-22T17:54:00.859Z | Compiling httparse v1.8.0 |
1463 | 2024-05-22T17:54:01.523Z | Compiling futures-core v0.3.30 |
1464 | 2024-05-22T17:54:01.789Z | Compiling openssl v0.10.64 |
1465 | 2024-05-22T17:54:02.207Z | Compiling rustix v0.38.34 |
1466 | 2024-05-22T17:54:02.227Z | Compiling iana-time-zone v0.1.60 |
1467 | 2024-05-22T17:54:02.327Z | Compiling crossbeam-utils v0.8.19 |
1468 | 2024-05-22T17:54:02.555Z | Compiling spin v0.9.8 |
1469 | 2024-05-22T17:54:02.839Z | Compiling native-tls v0.2.11 |
1470 | 2024-05-22T17:54:02.865Z | Compiling tinyvec_macros v0.1.1 |
1471 | 2024-05-22T17:54:03.068Z | Compiling rustls v0.21.12 |
1472 | 2024-05-22T17:54:03.170Z | Compiling serde_derive_internals v0.29.1 |
1473 | 2024-05-22T17:54:03.196Z | Compiling tinyvec v1.6.0 |
1474 | 2024-05-22T17:54:03.753Z | Compiling subtle v2.5.0 |
1475 | 2024-05-22T17:54:03.947Z | Compiling const-oid v0.9.6 |
1476 | 2024-05-22T17:54:04.036Z | Compiling futures-sink v0.3.30 |
1477 | 2024-05-22T17:54:04.162Z | Compiling ucd-trie v0.1.6 |
1478 | 2024-05-22T17:54:04.645Z | Compiling unicode-normalization v0.1.23 |
1479 | 2024-05-22T17:54:04.830Z | Compiling backtrace v0.3.71 |
1480 | 2024-05-22T17:54:05.212Z | Compiling cookie v0.17.0 |
1481 | 2024-05-22T17:54:05.233Z | Compiling heck v0.4.1 |
1482 | 2024-05-22T17:54:05.437Z | Compiling slog v2.7.0 |
1483 | 2024-05-22T17:54:05.601Z | Compiling unicode-bidi v0.3.15 |
1484 | 2024-05-22T17:54:05.672Z | Compiling dyn-clone v1.0.17 |
1485 | 2024-05-22T17:54:05.850Z | Compiling heck v0.5.0 |
1486 | 2024-05-22T17:54:05.942Z | Compiling futures-channel v0.3.30 |
1487 | 2024-05-22T17:54:06.228Z | Compiling strsim v0.11.1 |
1488 | 2024-05-22T17:54:06.273Z | Compiling pin-utils v0.1.0 |
1489 | 2024-05-22T17:54:06.384Z | Compiling futures-task v0.3.30 |
1490 | 2024-05-22T17:54:06.632Z | Compiling futures-io v0.3.30 |
1491 | 2024-05-22T17:54:07.003Z | Compiling aho-corasick v1.1.3 |
1492 | 2024-05-22T17:54:07.286Z | Compiling untrusted v0.9.0 |
1493 | 2024-05-22T17:54:07.337Z | Compiling winnow v0.5.40 |
1494 | 2024-05-22T17:54:08.067Z | Compiling anyhow v1.0.83 |
1495 | 2024-05-22T17:54:08.583Z | Compiling serde_derive v1.0.202 |
1496 | 2024-05-22T17:54:08.704Z | Compiling zerocopy-derive v0.7.34 |
1497 | 2024-05-22T17:54:09.061Z | Compiling zeroize_derive v1.4.2 |
1498 | 2024-05-22T17:54:09.085Z | Compiling thiserror-impl v1.0.60 |
1499 | 2024-05-22T17:54:10.451Z | Compiling tokio-macros v2.2.0 |
1500 | 2024-05-22T17:54:10.635Z | Compiling zerocopy v0.7.34 |
1501 | 2024-05-22T17:54:10.850Z | Compiling futures-macro v0.3.30 |
1502 | 2024-05-22T17:54:11.148Z | Compiling schemars_derive v0.8.19 |
1503 | 2024-05-22T17:54:11.789Z | Compiling tracing-attributes v0.1.27 |
1504 | 2024-05-22T17:54:11.861Z | Compiling zeroize v1.7.0 |
1505 | 2024-05-22T17:54:12.768Z | Compiling hashbrown v0.14.5 |
1506 | 2024-05-22T17:54:12.953Z | Compiling openssl-macros v0.1.1 |
1507 | 2024-05-22T17:54:14.038Z | Compiling scroll_derive v0.12.0 |
1508 | 2024-05-22T17:54:14.123Z | Compiling pest v2.7.10 |
1509 | 2024-05-22T17:54:14.152Z | Compiling crypto-common v0.1.6 |
1510 | 2024-05-22T17:54:14.360Z | Compiling futures-util v0.3.30 |
1511 | 2024-05-22T17:54:15.038Z | Compiling der_derive v0.7.2 |
1512 | 2024-05-22T17:54:15.160Z | Compiling regex-syntax v0.8.3 |
1513 | 2024-05-22T17:54:15.379Z | Compiling block-buffer v0.10.4 |
1514 | 2024-05-22T17:54:15.603Z | Compiling tracing-core v0.1.32 |
1515 | 2024-05-22T17:54:17.310Z | Compiling pest_meta v2.7.10 |
1516 | 2024-05-22T17:54:18.128Z | Compiling usdt-impl v0.5.0 |
1517 | 2024-05-22T17:54:18.489Z | Compiling pest_generator v2.7.10 |
1518 | 2024-05-22T17:54:20.112Z | Compiling regex-automata v0.4.6 |
1519 | 2024-05-22T17:54:20.760Z | Compiling powerfmt v0.2.0 |
1520 | 2024-05-22T17:54:21.141Z | Compiling rustversion v1.0.17 |
1521 | 2024-05-22T17:54:21.183Z | Compiling deranged v0.3.11 |
1522 | 2024-05-22T17:54:21.234Z | Compiling tracing v0.1.40 |
1523 | 2024-05-22T17:54:21.327Z | Compiling pest_derive v2.7.10 |
1524 | 2024-05-22T17:54:21.767Z | Compiling bytes v1.6.0 |
1525 | 2024-05-22T17:54:22.066Z | Compiling indexmap v2.2.6 |
1526 | 2024-05-22T17:54:22.091Z | Compiling uuid v1.8.0 |
1527 | 2024-05-22T17:54:22.758Z | Compiling chrono v0.4.38 |
1528 | 2024-05-22T17:54:22.783Z | Compiling serde_tokenstream v0.2.0 |
1529 | 2024-05-22T17:54:22.876Z | Compiling tokio v1.37.0 |
1530 | 2024-05-22T17:54:23.522Z | Compiling bitflags v2.5.0 |
1531 | 2024-05-22T17:54:26.218Z | Compiling serde_spanned v0.6.6 |
1532 | 2024-05-22T17:54:26.546Z | Compiling toml_datetime v0.6.6 |
1533 | 2024-05-22T17:54:26.837Z | Compiling http v0.2.12 |
1534 | 2024-05-22T17:54:26.968Z | Compiling toml_edit v0.19.15 |
1535 | 2024-05-22T17:54:29.102Z | Compiling rustc_version v0.4.0 |
1536 | 2024-05-22T17:54:30.489Z | Compiling heapless v0.7.17 |
1537 | 2024-05-22T17:54:30.963Z | Compiling digest v0.10.7 |
1538 | 2024-05-22T17:54:30.982Z | Compiling scroll v0.12.0 |
1539 | 2024-05-22T17:54:31.657Z | Compiling percent-encoding v2.3.1 |
1540 | 2024-05-22T17:54:32.913Z | Compiling ppv-lite86 v0.2.17 |
1541 | 2024-05-22T17:54:33.036Z | Compiling signal-hook v0.3.17 |
1542 | 2024-05-22T17:54:33.325Z | Compiling plain v0.2.3 |
1543 | 2024-05-22T17:54:33.488Z | Compiling num_threads v0.1.7 |
1544 | 2024-05-22T17:54:33.616Z | Compiling time v0.3.36 |
1545 | 2024-05-22T17:54:33.680Z | Compiling rand_chacha v0.3.1 |
1546 | 2024-05-22T17:54:33.833Z | Compiling goblin v0.8.2 |
1547 | 2024-05-22T17:54:34.644Z | Compiling regex v1.10.4 |
1548 | 2024-05-22T17:54:36.265Z | Compiling pretty-hex v0.4.1 |
1549 | 2024-05-22T17:54:36.667Z | Compiling crc32fast v1.4.0 |
1550 | 2024-05-22T17:54:38.041Z | Compiling rand v0.8.5 |
1551 | 2024-05-22T17:54:39.636Z | Compiling dof v0.3.0 |
1552 | 2024-05-22T17:54:39.657Z | Compiling tokio-util v0.7.11 |
1553 | 2024-05-22T17:54:40.754Z | Compiling dtrace-parser v0.2.0 |
1554 | 2024-05-22T17:54:41.677Z | Compiling async-trait v0.1.80 |
1555 | 2024-05-22T17:54:41.911Z | Compiling thread-id v4.2.1 |
1556 | 2024-05-22T17:54:42.022Z | Compiling smoltcp v0.9.1 |
1557 | 2024-05-22T17:54:42.303Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1558 | 2024-05-22T17:54:42.470Z | Compiling base64ct v1.6.0 |
1559 | 2024-05-22T17:54:42.622Z | Compiling unicode-width v0.1.12 |
1560 | 2024-05-22T17:54:42.820Z | Compiling foreign-types-shared v0.1.1 |
1561 | 2024-05-22T17:54:42.931Z | Compiling foreign-types v0.3.2 |
1562 | 2024-05-22T17:54:42.980Z | Compiling pem-rfc7468 v0.7.0 |
1563 | 2024-05-22T17:54:44.093Z | Compiling form_urlencoded v1.2.1 |
1564 | 2024-05-22T17:54:44.402Z | Compiling hmac v0.12.1 |
1565 | 2024-05-22T17:54:44.628Z | Compiling adler v1.0.2 |
1566 | 2024-05-22T17:54:44.885Z | Compiling try-lock v0.2.5 |
1567 | 2024-05-22T17:54:44.960Z | Compiling base64 v0.21.7 |
1568 | 2024-05-22T17:54:45.052Z | Compiling siphasher v0.3.11 |
1569 | 2024-05-22T17:54:45.196Z | Compiling flagset v0.4.5 |
1570 | 2024-05-22T17:54:45.404Z | Compiling der v0.7.9 |
1571 | 2024-05-22T17:54:45.460Z | Compiling want v0.3.1 |
1572 | 2024-05-22T17:54:45.751Z | Compiling miniz_oxide v0.7.2 |
1573 | 2024-05-22T17:54:45.782Z | Compiling h2 v0.3.26 |
1574 | 2024-05-22T17:54:47.339Z | Compiling rustls-webpki v0.101.7 |
1575 | 2024-05-22T17:54:48.524Z | Compiling sct v0.7.1 |
1576 | 2024-05-22T17:54:48.809Z | Compiling http-body v0.4.6 |
1577 | 2024-05-22T17:54:49.391Z | Compiling openapiv3 v2.0.0 |
1578 | 2024-05-22T17:54:49.823Z | Compiling hubpack_derive v0.1.1 |
1579 | 2024-05-22T17:54:50.384Z | Compiling zerocopy-derive v0.6.6 |
1580 | 2024-05-22T17:54:50.475Z | Compiling idna v0.5.0 |
1581 | 2024-05-22T17:54:51.014Z | Compiling errno v0.3.9 |
1582 | 2024-05-22T17:54:51.493Z | Compiling fs-err v2.11.0 |
1583 | 2024-05-22T17:54:51.807Z | Compiling stable_deref_trait v1.2.0 |
1584 | 2024-05-22T17:54:51.919Z | Compiling finl_unicode v1.2.0 |
1585 | 2024-05-22T17:54:52.036Z | Compiling httpdate v1.0.3 |
1586 | 2024-05-22T17:54:52.261Z | Compiling tower-service v0.3.2 |
1587 | 2024-05-22T17:54:52.399Z | Compiling anstyle v1.0.7 |
1588 | 2024-05-22T17:54:52.817Z | Compiling spin v0.5.2 |
1589 | 2024-05-22T17:54:52.895Z | Compiling openssl-probe v0.1.5 |
1590 | 2024-05-22T17:54:53.051Z | Compiling utf8parse v0.2.1 |
1591 | 2024-05-22T17:54:53.210Z | Compiling cpufeatures v0.2.12 |
1592 | 2024-05-22T17:54:53.256Z | Compiling gimli v0.28.1 |
1593 | 2024-05-22T17:54:53.310Z | Compiling sha2 v0.10.8 |
1594 | 2024-05-22T17:54:53.313Z | Compiling anstyle-parse v0.2.4 |
1595 | 2024-05-22T17:54:53.575Z | Compiling hyper v0.14.28 |
1596 | 2024-05-22T17:54:54.025Z | Compiling stringprep v0.1.4 |
1597 | 2024-05-22T17:54:55.239Z | Compiling url v2.5.0 |
1598 | 2024-05-22T17:54:57.870Z | Compiling addr2line v0.21.0 |
1599 | 2024-05-22T17:54:58.699Z | Compiling spki v0.7.3 |
1600 | 2024-05-22T17:54:59.077Z | Compiling usdt-attr-macro v0.5.0 |
1601 | 2024-05-22T17:54:59.765Z | Compiling usdt-macro v0.5.0 |
1602 | 2024-05-22T17:55:01.627Z | Compiling md-5 v0.10.6 |
1603 | 2024-05-22T17:55:02.680Z | Compiling idna v0.3.0 |
1604 | 2024-05-22T17:55:04.181Z | Compiling diesel_table_macro_syntax v0.1.0 |
1605 | 2024-05-22T17:55:04.604Z | Compiling num-integer v0.1.46 |
1606 | 2024-05-22T17:55:04.999Z | Compiling object v0.32.2 |
1607 | 2024-05-22T17:55:05.311Z | Compiling hash32 v0.2.1 |
1608 | 2024-05-22T17:55:05.343Z | Compiling anstyle-query v1.0.3 |
1609 | 2024-05-22T17:55:05.490Z | Compiling rustc-demangle v0.1.24 |
1610 | 2024-05-22T17:55:05.679Z | Compiling fallible-iterator v0.2.0 |
1611 | 2024-05-22T17:55:07.863Z | Compiling colorchoice v1.0.1 |
1612 | 2024-05-22T17:55:07.934Z | Compiling is_terminal_polyfill v1.70.0 |
1613 | 2024-05-22T17:55:08.557Z | Compiling psl-types v2.0.11 |
1614 | 2024-05-22T17:55:08.739Z | Compiling publicsuffix v2.2.3 |
1615 | 2024-05-22T17:55:13.475Z | Compiling anstream v0.6.14 |
1616 | 2024-05-22T17:55:13.690Z | Compiling lazy_static v1.4.0 |
1617 | 2024-05-22T17:55:14.064Z | Compiling postgres-protocol v0.6.6 |
1618 | 2024-05-22T17:55:14.167Z | Compiling diesel_derives v2.1.4 |
1619 | 2024-05-22T17:55:20.884Z | Compiling tokio-rustls v0.24.1 |
1620 | 2024-05-22T17:55:21.011Z | Compiling pkcs8 v0.10.2 |
1621 | 2024-05-22T17:55:21.306Z | Compiling terminal_size v0.3.0 |
1622 | 2024-05-22T17:55:21.572Z | Compiling tokio-native-tls v0.3.1 |
1623 | 2024-05-22T17:55:21.824Z | Compiling phf_shared v0.11.2 |
1624 | 2024-05-22T17:55:23.026Z | Compiling strum_macros v0.25.3 |
1625 | 2024-05-22T17:55:23.133Z | Compiling regress v0.9.1 |
1626 | 2024-05-22T17:55:23.318Z | Compiling block-padding v0.3.3 |
1627 | 2024-05-22T17:55:23.552Z | Compiling enum-as-inner v0.5.1 |
1628 | 2024-05-22T17:55:23.782Z | Compiling serde_repr v0.1.19 |
1629 | 2024-05-22T17:55:24.553Z | Compiling clap_derive v4.5.4 |
1630 | 2024-05-22T17:55:26.966Z | Compiling ff v0.13.0 |
1631 | 2024-05-22T17:55:27.647Z | Compiling scheduled-thread-pool v0.2.7 |
1632 | 2024-05-22T17:55:27.828Z | Compiling encoding_rs v0.8.34 |
1633 | 2024-05-22T17:55:27.841Z | Compiling ipnet v2.9.0 |
1634 | 2024-05-22T17:55:28.402Z | Compiling either v1.12.0 |
1635 | 2024-05-22T17:55:28.798Z | Compiling managed v0.8.0 |
1636 | 2024-05-22T17:55:29.054Z | Compiling bit-vec v0.6.3 |
1637 | 2024-05-22T17:55:29.233Z | Compiling matches v0.1.10 |
1638 | 2024-05-22T17:55:29.449Z | Compiling bitflags v1.3.2 |
1639 | 2024-05-22T17:55:29.555Z | Compiling clap_lex v0.7.0 |
1640 | 2024-05-22T17:55:29.589Z | Compiling ident_case v1.0.1 |
1641 | 2024-05-22T17:55:29.877Z | Compiling mime v0.3.17 |
1642 | 2024-05-22T17:55:29.994Z | Compiling base16ct v0.2.0 |
1643 | 2024-05-22T17:55:30.265Z | Compiling sec1 v0.7.3 |
1644 | 2024-05-22T17:55:30.836Z | Compiling clap_builder v4.5.2 |
1645 | 2024-05-22T17:55:30.972Z | Compiling darling_core v0.20.9 |
1646 | 2024-05-22T17:55:33.029Z | Compiling idna v0.2.3 |
1647 | 2024-05-22T17:55:36.428Z | Compiling r2d2 v0.8.10 |
1648 | 2024-05-22T17:55:37.203Z | Compiling group v0.13.0 |
1649 | 2024-05-22T17:55:37.506Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1650 | 2024-05-22T17:55:38.082Z | Compiling inout v0.1.3 |
1651 | 2024-05-22T17:55:38.964Z | Compiling phf v0.11.2 |
1652 | 2024-05-22T17:55:39.264Z | Compiling hyper-tls v0.5.0 |
1653 | 2024-05-22T17:55:39.377Z | Compiling hyper-rustls v0.24.2 |
1654 | 2024-05-22T17:55:39.635Z | Compiling signal-hook-mio v0.2.3 |
1655 | 2024-05-22T17:55:39.793Z | Compiling cookie_store v0.20.0 |
1656 | 2024-05-22T17:55:39.943Z | Compiling postgres-types v0.2.6 |
1657 | 2024-05-22T17:55:40.192Z | Compiling num-bigint v0.4.5 |
1658 | 2024-05-22T17:55:40.610Z | Compiling zerocopy v0.6.6 |
1659 | 2024-05-22T17:55:41.263Z | Compiling hubpack v0.1.2 |
1660 | 2024-05-22T17:55:41.293Z | Compiling rustls-pemfile v1.0.4 |
1661 | 2024-05-22T17:55:41.459Z | Compiling phf_shared v0.10.0 |
1662 | 2024-05-22T17:55:41.649Z | Compiling hkdf v0.12.4 |
1663 | 2024-05-22T17:55:41.710Z | Compiling crossbeam-epoch v0.9.18 |
1664 | 2024-05-22T17:55:41.870Z | Compiling serde_urlencoded v0.7.1 |
1665 | 2024-05-22T17:55:42.389Z | Compiling ipnetwork v0.20.0 |
1666 | 2024-05-22T17:55:43.001Z | Compiling futures-executor v0.3.30 |
1667 | 2024-05-22T17:55:43.124Z | Compiling crypto-bigint v0.5.5 |
1668 | 2024-05-22T17:55:43.469Z | Compiling float-cmp v0.9.0 |
1669 | 2024-05-22T17:55:43.497Z | Compiling memmap v0.7.0 |
1670 | 2024-05-22T17:55:43.685Z | Compiling predicates-core v1.0.6 |
1671 | 2024-05-22T17:55:43.708Z | Compiling unicode-segmentation v1.11.0 |
1672 | 2024-05-22T17:55:43.815Z | Compiling data-encoding v2.6.0 |
1673 | 2024-05-22T17:55:44.001Z | Compiling winnow v0.6.8 |
1674 | 2024-05-22T17:55:44.567Z | Compiling normalize-line-endings v0.3.0 |
1675 | 2024-05-22T17:55:44.688Z | Compiling minimal-lexical v0.2.1 |
1676 | 2024-05-22T17:55:45.481Z | Compiling new_debug_unreachable v1.0.6 |
1677 | 2024-05-22T17:55:45.569Z | Compiling precomputed-hash v0.1.1 |
1678 | 2024-05-22T17:55:45.662Z | Compiling difflib v0.4.0 |
1679 | 2024-05-22T17:55:45.691Z | Compiling sync_wrapper v0.1.2 |
1680 | 2024-05-22T17:55:45.821Z | Compiling fixedbitset v0.4.2 |
1681 | 2024-05-22T17:55:46.314Z | Compiling whoami v1.5.1 |
1682 | 2024-05-22T17:55:46.857Z | Compiling static_assertions v1.1.0 |
1683 | 2024-05-22T17:55:46.879Z | Compiling webpki-roots v0.25.4 |
1684 | 2024-05-22T17:55:46.971Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1685 | 2024-05-22T17:55:47.042Z | Compiling reqwest v0.11.27 |
1686 | 2024-05-22T17:55:47.667Z | Compiling toml_edit v0.22.13 |
1687 | 2024-05-22T17:55:49.197Z | Compiling tokio-postgres v0.7.10 |
1688 | 2024-05-22T17:55:49.298Z | Compiling petgraph v0.6.5 |
1689 | 2024-05-22T17:55:49.565Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1690 | 2024-05-22T17:55:52.847Z | Compiling predicates v3.1.0 |
1691 | 2024-05-22T17:55:53.267Z | Compiling elliptic-curve v0.13.8 |
1692 | 2024-05-22T17:55:53.422Z | Compiling string_cache v0.8.7 |
1693 | 2024-05-22T17:55:53.661Z | Compiling nom v7.1.3 |
1694 | 2024-05-22T17:55:53.838Z | Compiling similar v2.5.0 |
1695 | 2024-05-22T17:55:53.933Z | Compiling trust-dns-proto v0.22.0 |
1696 | 2024-05-22T17:55:53.954Z | Compiling usdt v0.5.0 |
1697 | 2024-05-22T17:55:55.132Z | Compiling futures v0.3.30 |
1698 | 2024-05-22T17:55:55.255Z | Compiling diesel v2.1.6 |
1699 | 2024-05-22T17:55:55.633Z | Compiling yasna v0.5.2 |
1700 | 2024-05-22T17:55:57.206Z | Compiling crossterm v0.27.0 |
1701 | 2024-05-22T17:55:57.275Z | Compiling flate2 v1.0.30 |
1702 | 2024-05-22T17:55:57.356Z | Compiling cipher v0.4.4 |
1703 | 2024-05-22T17:55:58.776Z | Compiling darling_macro v0.20.9 |
1704 | 2024-05-22T17:55:59.644Z | Compiling clap v4.5.4 |
1705 | 2024-05-22T17:55:59.725Z | Compiling itertools v0.12.1 |
1706 | 2024-05-22T17:55:59.778Z | Compiling itertools v0.10.5 |
1707 | 2024-05-22T17:56:00.550Z | Compiling bit-set v0.5.3 |
1708 | 2024-05-22T17:56:00.848Z | Compiling console v0.15.8 |
1709 | 2024-05-22T17:56:01.377Z | Compiling num-iter v0.1.45 |
1710 | 2024-05-22T17:56:02.207Z | Compiling tokio-stream v0.1.15 |
1711 | 2024-05-22T17:56:02.378Z | Compiling toml v0.7.8 |
1712 | 2024-05-22T17:56:02.424Z | Compiling bstr v1.9.1 |
1713 | 2024-05-22T17:56:02.540Z | Compiling hex v0.4.3 |
1714 | 2024-05-22T17:56:03.306Z | Compiling peg-runtime v0.8.3 |
1715 | 2024-05-22T17:56:03.579Z | Compiling lalrpop-util v0.19.12 |
1716 | 2024-05-22T17:56:03.966Z | Compiling darling v0.20.9 |
1717 | 2024-05-22T17:56:04.084Z | Compiling proc-macro-crate v1.3.1 |
1718 | 2024-05-22T17:56:04.938Z | Compiling camino v1.1.7 |
1719 | 2024-05-22T17:56:06.361Z | Compiling heapless v0.8.0 |
1720 | 2024-05-22T17:56:08.276Z | Compiling num_enum_derive v0.5.11 |
1721 | 2024-05-22T17:56:13.557Z | Compiling hash32 v0.3.1 |
1722 | 2024-05-22T17:56:14.095Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1723 | 2024-05-22T17:56:14.239Z | Compiling rustls-pki-types v1.7.0 |
1724 | 2024-05-22T17:56:15.649Z | Compiling smoltcp v0.11.0 |
1725 | 2024-05-22T17:56:25.331Z | Compiling num_enum v0.5.11 |
1726 | 2024-05-22T17:56:28.687Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1727 | 2024-05-22T17:56:29.492Z | Compiling getopts v0.2.21 |
1728 | 2024-05-22T17:56:30.227Z | Compiling dirs-sys-next v0.1.2 |
1729 | 2024-05-22T17:56:31.376Z | Compiling proc-macro-error-attr v1.0.4 |
1730 | 2024-05-22T17:56:31.459Z | Compiling embedded-io v0.4.0 |
1731 | 2024-05-22T17:56:31.545Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1732 | 2024-05-22T17:56:31.686Z | Compiling unsafe-libyaml v0.2.11 |
1733 | 2024-05-22T17:56:32.085Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1734 | 2024-05-22T17:56:32.086Z | Compiling rustls v0.22.4 |
1735 | 2024-05-22T17:56:32.350Z | Compiling cobs v0.2.3 |
1736 | 2024-05-22T17:56:32.779Z | Compiling paste v1.0.15 |
1737 | 2024-05-22T17:56:32.894Z | Compiling postcard v1.0.8 |
1738 | 2024-05-22T17:56:33.317Z | Compiling serde_yaml v0.9.34+deprecated |
1739 | 2024-05-22T17:56:37.126Z | Compiling dirs-next v2.0.0 |
1740 | 2024-05-22T17:56:37.719Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1741 | 2024-05-22T17:56:45.424Z | Compiling rustls-webpki v0.102.4 |
1742 | 2024-05-22T17:56:50.789Z | Compiling strum_macros v0.26.2 |
1743 | 2024-05-22T17:56:52.495Z | Compiling foreign-types-macros v0.2.3 |
1744 | 2024-05-22T17:56:52.979Z | Compiling structmeta-derive v0.3.0 |
1745 | 2024-05-22T17:56:54.038Z | Compiling thread_local v1.1.8 |
1746 | 2024-05-22T17:56:54.886Z | Compiling multer v3.1.0 |
1747 | 2024-05-22T17:56:55.168Z | Compiling proc-macro-error v1.0.4 |
1748 | 2024-05-22T17:56:55.206Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4cc823b50d3e4a629cdfaab2b3d3382514174ba9#4cc823b5) |
1749 | 2024-05-22T17:56:55.327Z | Compiling foreign-types-shared v0.3.1 |
1750 | 2024-05-22T17:56:55.485Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4cc823b50d3e4a629cdfaab2b3d3382514174ba9#4cc823b5) |
1751 | 2024-05-22T17:56:55.666Z | Compiling slog-async v2.8.0 |
1752 | 2024-05-22T17:56:56.473Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1753 | 2024-05-22T17:56:57.148Z | Compiling match_cfg v0.1.0 |
1754 | 2024-05-22T17:56:57.257Z | Compiling hostname v0.3.1 |
1755 | 2024-05-22T17:57:04.095Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4cc823b50d3e4a629cdfaab2b3d3382514174ba9#4cc823b5) |
1756 | 2024-05-22T17:57:05.274Z | Compiling foreign-types v0.5.0 |
1757 | 2024-05-22T17:57:05.326Z | Compiling strum v0.26.2 |
1758 | 2024-05-22T17:57:05.388Z | Compiling structmeta v0.3.0 |
1759 | 2024-05-22T17:57:08.289Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1760 | 2024-05-22T17:57:18.876Z | Compiling term v0.7.0 |
1761 | 2024-05-22T17:57:22.593Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1762 | 2024-05-22T17:57:22.960Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4cc823b50d3e4a629cdfaab2b3d3382514174ba9#4cc823b5) |
1763 | 2024-05-22T17:57:24.047Z | Compiling slog-json v2.6.1 |
1764 | 2024-05-22T17:57:24.111Z | Compiling tabwriter v1.4.0 |
1765 | 2024-05-22T17:57:24.616Z | Compiling crossbeam-channel v0.5.12 |
1766 | 2024-05-22T17:57:26.119Z | Compiling http v1.1.0 |
1767 | 2024-05-22T17:57:26.264Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1768 | 2024-05-22T17:57:27.092Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4cc823b50d3e4a629cdfaab2b3d3382514174ba9#4cc823b5) |
1769 | 2024-05-22T17:57:27.213Z | Compiling async-stream-impl v0.3.5 |
1770 | 2024-05-22T17:57:27.853Z | Compiling cstr-argument v0.1.2 |
1771 | 2024-05-22T17:57:27.936Z | Compiling is-terminal v0.4.12 |
1772 | 2024-05-22T17:57:28.073Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) |
1773 | 2024-05-22T17:57:28.101Z | Compiling fastrand v2.1.0 |
1774 | 2024-05-22T17:57:28.529Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1775 | 2024-05-22T17:57:28.838Z | Compiling base64 v0.22.1 |
1776 | 2024-05-22T17:57:28.855Z | Compiling pretty-hex v0.2.1 |
1777 | 2024-05-22T17:57:29.079Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1778 | 2024-05-22T17:57:29.388Z | Compiling crucible-workspace-hack v0.1.0 |
1779 | 2024-05-22T17:57:29.466Z | Compiling atomic-waker v1.1.2 |
1780 | 2024-05-22T17:57:29.656Z | Compiling rayon-core v1.12.1 |
1781 | 2024-05-22T17:57:29.685Z | Compiling take_mut v0.2.2 |
1782 | 2024-05-22T17:57:30.050Z | Compiling waitgroup v0.1.2 |
1783 | 2024-05-22T17:57:30.301Z | Compiling rustls-pemfile v2.1.2 |
1784 | 2024-05-22T17:57:30.322Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1785 | 2024-05-22T17:57:30.725Z | Compiling async-stream v0.3.5 |
1786 | 2024-05-22T17:57:30.794Z | Compiling tempfile v3.10.1 |
1787 | 2024-05-22T17:57:31.037Z | Compiling slog-term v2.9.1 |
1788 | 2024-05-22T17:57:31.453Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1789 | 2024-05-22T17:57:32.920Z | Compiling slog-bunyan v2.5.0 |
1790 | 2024-05-22T17:57:33.192Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1791 | 2024-05-22T17:57:33.422Z | Compiling tokio-rustls v0.25.0 |
1792 | 2024-05-22T17:57:33.878Z | Compiling parse-display-derive v0.9.0 |
1793 | 2024-05-22T17:57:33.936Z | Compiling toml v0.8.13 |
1794 | 2024-05-22T17:57:34.008Z | Compiling serde_with_macros v3.8.1 |
1795 | 2024-05-22T17:57:35.058Z | Compiling sha1 v0.10.6 |
1796 | 2024-05-22T17:57:35.990Z | Compiling crossbeam-deque v0.8.5 |
1797 | 2024-05-22T17:57:36.416Z | Compiling colored v2.1.0 |
1798 | 2024-05-22T17:57:36.679Z | Compiling newtype-uuid v1.1.0 |
1799 | 2024-05-22T17:57:37.069Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) |
1800 | 2024-05-22T17:57:37.691Z | Compiling serde_path_to_error v0.1.16 |
1801 | 2024-05-22T17:57:37.843Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1802 | 2024-05-22T17:57:38.614Z | Compiling hostname v0.4.0 |
1803 | 2024-05-22T17:57:38.643Z | Compiling socket2 v0.4.10 |
1804 | 2024-05-22T17:57:38.879Z | Compiling instant v0.1.12 |
1805 | 2024-05-22T17:57:38.966Z | Compiling debug-ignore v1.0.5 |
1806 | 2024-05-22T17:57:39.033Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1807 | 2024-05-22T17:57:39.082Z | Compiling backoff v0.4.0 |
1808 | 2024-05-22T17:57:39.416Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4cc823b50d3e4a629cdfaab2b3d3382514174ba9#4cc823b5) |
1809 | 2024-05-22T17:57:40.301Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1810 | 2024-05-22T17:57:40.917Z | Compiling parse-display v0.9.0 |
1811 | 2024-05-22T17:57:41.636Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1812 | 2024-05-22T17:57:42.154Z | Compiling serde_with v3.8.1 |
1813 | 2024-05-22T17:57:42.595Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1814 | 2024-05-22T17:57:44.002Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1815 | 2024-05-22T17:57:45.950Z | Compiling camino-tempfile v1.1.1 |
1816 | 2024-05-22T17:57:46.488Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1817 | 2024-05-22T17:57:46.547Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1818 | 2024-05-22T17:57:46.731Z | Compiling macaddr v1.0.1 |
1819 | 2024-05-22T17:57:46.743Z | Compiling num-derive v0.4.2 |
1820 | 2024-05-22T17:57:47.003Z | Compiling sigpipe v0.1.3 |
1821 | 2024-05-22T17:57:47.149Z | Compiling libefi-sys v0.1.0 |
1822 | 2024-05-22T17:57:47.350Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1823 | 2024-05-22T17:57:47.493Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1824 | 2024-05-22T17:57:47.916Z | Compiling rayon v1.10.0 |
1825 | 2024-05-22T17:57:48.569Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1826 | 2024-05-22T17:57:49.091Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1827 | 2024-05-22T17:57:50.800Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1828 | 2024-05-22T17:57:50.944Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4cc823b50d3e4a629cdfaab2b3d3382514174ba9#4cc823b5) |
1829 | 2024-05-22T17:57:52.059Z | Compiling smf v0.2.3 |
1830 | 2024-05-22T17:57:53.933Z | Compiling blake3 v1.5.1 |
1831 | 2024-05-22T17:57:54.524Z | Compiling ring v0.16.20 |
1832 | 2024-05-22T17:57:54.546Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1833 | 2024-05-22T17:57:54.831Z | Compiling portable-atomic v1.6.0 |
1834 | 2024-05-22T17:57:55.779Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1835 | 2024-05-22T17:57:55.896Z | Compiling xattr v1.3.1 |
1836 | 2024-05-22T17:57:56.167Z | Compiling memmap2 v0.9.4 |
1837 | 2024-05-22T17:57:56.220Z | Compiling filetime v0.2.23 |
1838 | 2024-05-22T17:57:56.571Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1839 | 2024-05-22T17:57:56.724Z | Compiling arrayref v0.3.7 |
1840 | 2024-05-22T17:57:56.749Z | Compiling arrayvec v0.7.4 |
1841 | 2024-05-22T17:57:56.838Z | Compiling same-file v1.0.6 |
1842 | 2024-05-22T17:57:56.915Z | Compiling untrusted v0.7.1 |
1843 | 2024-05-22T17:57:57.104Z | Compiling constant_time_eq v0.3.0 |
1844 | 2024-05-22T17:57:57.134Z | Compiling walkdir v2.5.0 |
1845 | 2024-05-22T17:57:57.196Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1846 | 2024-05-22T17:57:58.173Z | Compiling tar v0.4.40 |
1847 | 2024-05-22T17:57:59.937Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1848 | 2024-05-22T17:58:00.347Z | Compiling gethostname v0.4.3 |
1849 | 2024-05-22T17:58:00.623Z | Compiling topological-sort v0.2.2 |
1850 | 2024-05-22T17:58:00.891Z | Compiling number_prefix v0.4.0 |
1851 | 2024-05-22T17:58:01.115Z | Compiling swrite v0.1.0 |
1852 | 2024-05-22T17:58:01.253Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1853 | 2024-05-22T17:58:01.998Z | Compiling indicatif v0.17.8 |
1854 | 2024-05-22T17:58:03.697Z | Compiling omicron-zone-package v0.11.0 |
1855 | 2024-05-22T17:58:05.948Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1856 | 2024-05-22T17:58:07.267Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1857 | 2024-05-22T17:58:08.674Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1858 | 2024-05-22T17:58:29.345Z | Finished release [optimized] target(s) in 5m 02s |
1859 | 2024-05-22T17:58:29.611Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1860 | 2024-05-22T17:58:29.683Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1861 | 2024-05-22T17:58:29.700Z | Created new build target 'test' and set it as active |
1862 | 2024-05-22T17:58:29.700Z | |
1863 | 2024-05-22T17:58:29.700Z | real 5:02.929002472 |
1864 | 2024-05-22T17:58:29.700Z | user 31:42.291527743 |
1865 | 2024-05-22T17:58:29.700Z | sys 3:54.004321238 |
1866 | 2024-05-22T17:58:29.700Z | trap 0.908227454 |
1867 | 2024-05-22T17:58:29.701Z | tflt 7.620915940 |
1868 | 2024-05-22T17:58:29.701Z | dflt 8.290314295 |
1869 | 2024-05-22T17:58:29.701Z | kflt 0.015851918 |
1870 | 2024-05-22T17:58:29.701Z | lock 1:08:13.203630379 |
1871 | 2024-05-22T17:58:29.701Z | slp 1:31:32.736873391 |
1872 | 2024-05-22T17:58:29.701Z | lat 2:02.452262876 |
1873 | 2024-05-22T17:58:29.701Z | stop 3:39.068760156 |
1874 | 2024-05-22T17:58:29.701Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1875 | 2024-05-22T17:58:30.463Z | Finished release [optimized] target(s) in 0.74s |
1876 | 2024-05-22T17:58:30.487Z | Running `target/release/omicron-package -t test package` |
1877 | 2024-05-22T17:58:30.508Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1878 | 2024-05-22T17:58:31.347Z | Compiling newline-converter v0.3.0 |
1879 | 2024-05-22T17:58:31.356Z | Compiling humantime v2.1.0 |
1880 | 2024-05-22T17:58:31.413Z | Compiling derive-where v1.2.7 |
1881 | 2024-05-22T17:58:31.418Z | Compiling unicode-xid v0.2.4 |
1882 | 2024-05-22T17:58:31.428Z | Compiling linked-hash-map v0.5.6 |
1883 | 2024-05-22T17:58:31.433Z | Compiling convert_case v0.4.0 |
1884 | 2024-05-22T17:58:31.447Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1885 | 2024-05-22T17:58:31.447Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1886 | 2024-05-22T17:58:31.550Z | Compiling expectorate v1.1.0 |
1887 | 2024-05-22T17:58:31.560Z | Compiling password-hash v0.5.0 |
1888 | 2024-05-22T17:58:31.686Z | Compiling blake2 v0.10.6 |
1889 | 2024-05-22T17:58:31.769Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1890 | 2024-05-22T17:58:31.794Z | Compiling lru-cache v0.1.2 |
1891 | 2024-05-22T17:58:31.969Z | Compiling semver v0.1.20 |
1892 | 2024-05-22T17:58:32.146Z | Compiling derive_more v0.99.17 |
1893 | 2024-05-22T17:58:32.215Z | Compiling argon2 v0.5.3 |
1894 | 2024-05-22T17:58:32.512Z | Compiling rustc_version v0.1.7 |
1895 | 2024-05-22T17:58:32.908Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1896 | 2024-05-22T17:58:33.054Z | Compiling newtype_derive v0.1.6 |
1897 | 2024-05-22T17:58:33.430Z | Compiling quick-error v1.2.3 |
1898 | 2024-05-22T17:58:33.490Z | Compiling home v0.5.9 |
1899 | 2024-05-22T17:58:33.577Z | Compiling resolv-conf v0.7.0 |
1900 | 2024-05-22T17:58:33.830Z | Compiling steno v0.4.0 |
1901 | 2024-05-22T17:58:33.862Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1902 | 2024-05-22T17:58:34.971Z | Compiling trust-dns-resolver v0.22.0 |
1903 | 2024-05-22T17:58:34.975Z | Compiling slog-dtrace v0.3.0 |
1904 | 2024-05-22T17:58:35.144Z | Compiling termcolor v1.4.1 |
1905 | 2024-05-22T17:58:35.274Z | Compiling utf-8 v0.7.6 |
1906 | 2024-05-22T17:58:36.135Z | Compiling num-rational v0.4.2 |
1907 | 2024-05-22T17:58:37.157Z | Compiling num-complex v0.4.6 |
1908 | 2024-05-22T17:58:38.289Z | Compiling num v0.4.3 |
1909 | 2024-05-22T17:58:38.814Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1910 | 2024-05-22T17:58:38.814Z | Compiling nibble_vec v0.1.0 |
1911 | 2024-05-22T17:58:38.815Z | Compiling endian-type v0.1.2 |
1912 | 2024-05-22T17:58:38.815Z | Compiling radium v0.7.0 |
1913 | 2024-05-22T17:58:38.912Z | Compiling radix_trie v0.2.1 |
1914 | 2024-05-22T17:58:39.194Z | Compiling tungstenite v0.20.1 |
1915 | 2024-05-22T17:58:39.363Z | Compiling maybe-uninit v2.0.0 |
1916 | 2024-05-22T17:58:39.449Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1917 | 2024-05-22T17:58:39.838Z | Compiling tap v1.0.1 |
1918 | 2024-05-22T17:58:40.029Z | Compiling wyz v0.5.1 |
1919 | 2024-05-22T17:58:40.450Z | Compiling tokio-tungstenite v0.20.1 |
1920 | 2024-05-22T17:58:40.493Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1921 | 2024-05-22T17:58:41.007Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1922 | 2024-05-22T17:58:41.481Z | Compiling num-bigint-dig v0.8.4 |
1923 | 2024-05-22T17:58:41.770Z | Compiling display-error-chain v0.2.0 |
1924 | 2024-05-22T17:58:41.952Z | Compiling funty v2.0.0 |
1925 | 2024-05-22T17:58:44.491Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1926 | 2024-05-22T17:58:44.551Z | Compiling packed_struct v0.10.1 |
1927 | 2024-05-22T17:58:44.792Z | Compiling cancel-safe-futures v0.1.5 |
1928 | 2024-05-22T17:58:44.942Z | Compiling crc-catalog v2.4.0 |
1929 | 2024-05-22T17:58:45.086Z | Compiling arc-swap v1.7.1 |
1930 | 2024-05-22T17:58:45.164Z | Compiling crc v3.2.1 |
1931 | 2024-05-22T17:58:46.046Z | Compiling slog-scope v4.4.0 |
1932 | 2024-05-22T17:58:46.242Z | Compiling bitvec v1.0.1 |
1933 | 2024-05-22T17:58:47.344Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1934 | 2024-05-22T17:58:50.269Z | Compiling fxhash v0.2.1 |
1935 | 2024-05-22T17:58:50.511Z | Compiling packed_struct_codegen v0.10.1 |
1936 | 2024-05-22T17:58:51.775Z | Compiling indexmap v1.9.3 |
1937 | 2024-05-22T17:58:52.065Z | Compiling nodrop v0.1.14 |
1938 | 2024-05-22T17:58:52.195Z | Compiling array-init v0.0.4 |
1939 | 2024-05-22T17:58:53.577Z | Compiling smallvec v0.6.14 |
1940 | 2024-05-22T17:58:56.958Z | Compiling slog-stdlog v4.1.1 |
1941 | 2024-05-22T17:58:57.712Z | Compiling rayon-core v1.12.1 |
1942 | 2024-05-22T17:58:57.731Z | Compiling synstructure v0.12.6 |
1943 | 2024-05-22T17:58:57.880Z | Compiling pkcs1 v0.7.5 |
1944 | 2024-05-22T17:58:58.008Z | Compiling signature v2.2.0 |
1945 | 2024-05-22T17:58:58.280Z | Compiling crossbeam-deque v0.8.5 |
1946 | 2024-05-22T17:58:58.600Z | Compiling dirs-sys-next v0.1.2 |
1947 | 2024-05-22T17:58:59.097Z | Compiling half v2.4.1 |
1948 | 2024-05-22T17:58:59.183Z | Compiling ciborium-io v0.2.2 |
1949 | 2024-05-22T17:58:59.308Z | Compiling glob v0.3.1 |
1950 | 2024-05-22T17:58:59.824Z | Compiling hashbrown v0.12.3 |
1951 | 2024-05-22T17:59:00.089Z | Compiling same-file v1.0.6 |
1952 | 2024-05-22T17:59:00.293Z | Compiling crunchy v0.2.2 |
1953 | 2024-05-22T17:59:00.741Z | Compiling fastrand v2.1.0 |
1954 | 2024-05-22T17:59:01.097Z | Compiling bitfield v0.14.0 |
1955 | 2024-05-22T17:59:01.228Z | Compiling tempfile v3.10.1 |
1956 | 2024-05-22T17:59:01.374Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1957 | 2024-05-22T17:59:02.020Z | Compiling walkdir v2.5.0 |
1958 | 2024-05-22T17:59:02.618Z | Compiling clang-sys v1.7.0 |
1959 | 2024-05-22T17:59:02.996Z | Compiling ciborium-ll v0.2.2 |
1960 | 2024-05-22T17:59:03.075Z | Compiling zerocopy-derive v0.2.0 |
1961 | 2024-05-22T17:59:03.311Z | Compiling dirs-next v2.0.0 |
1962 | 2024-05-22T17:59:03.494Z | Compiling rsa v0.9.6 |
1963 | 2024-05-22T17:59:04.908Z | Compiling slog-envlogger v2.2.0 |
1964 | 2024-05-22T17:59:05.100Z | Compiling serde-hex v0.1.0 |
1965 | 2024-05-22T17:59:05.850Z | Compiling bzip2 v0.4.4 |
1966 | 2024-05-22T17:59:06.343Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1967 | 2024-05-22T17:59:06.641Z | Compiling env_logger v0.10.2 |
1968 | 2024-05-22T17:59:07.665Z | Compiling camino v1.1.7 |
1969 | 2024-05-22T17:59:07.724Z | Compiling x509-cert v0.2.5 |
1970 | 2024-05-22T17:59:09.223Z | Compiling ron v0.8.1 |
1971 | 2024-05-22T17:59:09.338Z | Compiling hashbrown v0.13.2 |
1972 | 2024-05-22T17:59:09.897Z | Compiling crc-any v2.5.0 |
1973 | 2024-05-22T17:59:10.068Z | Compiling maplit v1.0.2 |
1974 | 2024-05-22T17:59:10.187Z | Compiling prettyplease v0.2.20 |
1975 | 2024-05-22T17:59:10.473Z | Compiling tiny-keccak v2.0.2 |
1976 | 2024-05-22T17:59:10.645Z | Compiling object v0.30.4 |
1977 | 2024-05-22T17:59:10.786Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1978 | 2024-05-22T17:59:10.877Z | Compiling ring v0.16.20 |
1979 | 2024-05-22T17:59:12.495Z | Compiling blake3 v1.5.1 |
1980 | 2024-05-22T17:59:12.893Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1981 | 2024-05-22T17:59:14.365Z | Compiling zip v0.6.6 |
1982 | 2024-05-22T17:59:15.483Z | Compiling rayon v1.10.0 |
1983 | 2024-05-22T17:59:17.121Z | Compiling term v0.7.0 |
1984 | 2024-05-22T17:59:17.677Z | Compiling ciborium v0.2.2 |
1985 | 2024-05-22T17:59:18.476Z | Compiling xattr v1.3.1 |
1986 | 2024-05-22T17:59:18.719Z | Compiling filetime v0.2.23 |
1987 | 2024-05-22T17:59:19.000Z | Compiling memmap2 v0.9.4 |
1988 | 2024-05-22T17:59:19.389Z | Compiling atty v0.2.14 |
1989 | 2024-05-22T17:59:19.538Z | Compiling path-slash v0.1.5 |
1990 | 2024-05-22T17:59:19.759Z | Compiling arrayvec v0.7.4 |
1991 | 2024-05-22T17:59:19.799Z | Compiling constant_time_eq v0.3.0 |
1992 | 2024-05-22T17:59:19.936Z | Compiling untrusted v0.7.1 |
1993 | 2024-05-22T17:59:19.966Z | Compiling arrayref v0.3.7 |
1994 | 2024-05-22T17:59:20.062Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1995 | 2024-05-22T17:59:20.371Z | Compiling tar v0.4.40 |
1996 | 2024-05-22T17:59:22.042Z | Compiling ascii-canvas v3.0.0 |
1997 | 2024-05-22T17:59:22.151Z | Compiling camino-tempfile v1.1.1 |
1998 | 2024-05-22T17:59:22.482Z | Compiling toolchain_find v0.4.0 |
1999 | 2024-05-22T17:59:22.562Z | Compiling toml v0.8.13 |
2000 | 2024-05-22T17:59:23.011Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2001 | 2024-05-22T17:59:23.315Z | Compiling libsw v3.3.1 |
2002 | 2024-05-22T17:59:23.436Z | Compiling ena v0.14.3 |
2003 | 2024-05-22T17:59:23.632Z | Compiling is-terminal v0.4.12 |
2004 | 2024-05-22T17:59:23.746Z | Compiling libloading v0.8.3 |
2005 | 2024-05-22T17:59:23.818Z | Compiling usdt-impl v0.3.5 |
2006 | 2024-05-22T17:59:24.093Z | Compiling bindgen v0.69.4 |
2007 | 2024-05-22T17:59:24.105Z | Compiling diff v0.1.13 |
2008 | 2024-05-22T17:59:24.169Z | Compiling topological-sort v0.2.2 |
2009 | 2024-05-22T17:59:24.181Z | Compiling regex-syntax v0.6.29 |
2010 | 2024-05-22T17:59:24.379Z | Compiling parking_lot_core v0.8.6 |
2011 | 2024-05-22T17:59:24.528Z | Compiling owo-colors v4.0.0 |
2012 | 2024-05-22T17:59:24.600Z | Compiling linear-map v1.2.0 |
2013 | 2024-05-22T17:59:24.830Z | Compiling omicron-zone-package v0.11.0 |
2014 | 2024-05-22T17:59:27.220Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2015 | 2024-05-22T17:59:29.404Z | Compiling lalrpop v0.19.12 |
2016 | 2024-05-22T17:59:30.265Z | Compiling rustfmt-wrapper v0.2.1 |
2017 | 2024-05-22T17:59:30.771Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2018 | 2024-05-22T17:59:31.620Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2019 | 2024-05-22T17:59:33.562Z | Compiling which v4.4.2 |
2020 | 2024-05-22T17:59:34.068Z | Compiling cexpr v0.6.0 |
2021 | 2024-05-22T17:59:34.730Z | Compiling unicase v2.7.0 |
2022 | 2024-05-22T17:59:35.055Z | Compiling lazycell v1.3.0 |
2023 | 2024-05-22T17:59:35.210Z | Compiling shlex v1.3.0 |
2024 | 2024-05-22T17:59:35.543Z | Compiling rustc-hash v1.1.0 |
2025 | 2024-05-22T17:59:35.591Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2026 | 2024-05-22T17:59:36.698Z | Compiling zerocopy v0.3.2 |
2027 | 2024-05-22T17:59:37.316Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2028 | 2024-05-22T17:59:37.632Z | Compiling derive_builder_core v0.20.0 |
2029 | 2024-05-22T17:59:38.310Z | Compiling pem v3.0.4 |
2030 | 2024-05-22T17:59:39.852Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2031 | 2024-05-22T17:59:39.873Z | Compiling headers-core v0.2.0 |
2032 | 2024-05-22T17:59:40.036Z | Compiling libxml v0.3.3 |
2033 | 2024-05-22T17:59:40.055Z | Compiling async-recursion v1.1.1 |
2034 | 2024-05-22T17:59:40.409Z | Compiling ref-cast v1.0.23 |
2035 | 2024-05-22T17:59:40.954Z | Compiling headers v0.3.9 |
2036 | 2024-05-22T17:59:41.500Z | Compiling derive_builder_macro v0.20.0 |
2037 | 2024-05-22T17:59:42.355Z | Compiling dof v0.1.5 |
2038 | 2024-05-22T17:59:43.144Z | Compiling parking_lot v0.11.2 |
2039 | 2024-05-22T17:59:43.722Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2040 | 2024-05-22T17:59:44.981Z | Compiling trust-dns-client v0.22.0 |
2041 | 2024-05-22T17:59:45.451Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2042 | 2024-05-22T17:59:45.776Z | Compiling strum_macros v0.24.3 |
2043 | 2024-05-22T17:59:47.811Z | Compiling dtrace-parser v0.1.14 |
2044 | 2024-05-22T17:59:49.200Z | Compiling toml v0.5.11 |
2045 | 2024-05-22T17:59:49.279Z | Compiling ref-cast-impl v1.0.23 |
2046 | 2024-05-22T17:59:49.353Z | Compiling samael v0.0.15 |
2047 | 2024-05-22T17:59:49.579Z | Compiling vte_generate_state_changes v0.1.1 |
2048 | 2024-05-22T17:59:50.209Z | Compiling cookie v0.18.1 |
2049 | 2024-05-22T17:59:50.439Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2050 | 2024-05-22T17:59:50.507Z | Compiling indoc v1.0.9 |
2051 | 2024-05-22T17:59:50.731Z | Compiling cfg_aliases v0.1.1 |
2052 | 2024-05-22T17:59:50.838Z | Compiling buf-list v1.0.3 |
2053 | 2024-05-22T17:59:51.419Z | Compiling trust-dns-server v0.22.1 |
2054 | 2024-05-22T17:59:51.431Z | Compiling nix v0.28.0 |
2055 | 2024-05-22T17:59:52.438Z | Compiling vte v0.11.1 |
2056 | 2024-05-22T17:59:54.569Z | Compiling sled v0.34.7 |
2057 | 2024-05-22T17:59:55.140Z | Compiling derive_builder v0.20.0 |
2058 | 2024-05-22T17:59:55.471Z | Compiling polar-core v0.27.3 |
2059 | 2024-05-22T17:59:56.049Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2060 | 2024-05-22T17:59:59.347Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2061 | 2024-05-22T17:59:59.653Z | Compiling const_format_proc_macros v0.2.32 |
2062 | 2024-05-22T17:59:59.665Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2063 | 2024-05-22T18:00:00.461Z | Compiling fd-lock v4.0.2 |
2064 | 2024-05-22T18:00:00.682Z | Compiling bb8 v0.8.3 |
2065 | 2024-05-22T18:00:01.191Z | Compiling quick-xml v0.31.0 |
2066 | 2024-05-22T18:00:01.598Z | Compiling impl-trait-for-tuples v0.2.2 |
2067 | 2024-05-22T18:00:04.920Z | Compiling oso-derive v0.27.3 |
2068 | 2024-05-22T18:00:05.885Z | Compiling serde_tokenstream v0.1.7 |
2069 | 2024-05-22T18:00:06.357Z | Compiling pin-project-internal v1.1.5 |
2070 | 2024-05-22T18:00:07.424Z | Compiling memoffset v0.7.1 |
2071 | 2024-05-22T18:00:07.745Z | Compiling bytecount v0.6.8 |
2072 | 2024-05-22T18:00:08.050Z | Compiling platforms v3.4.0 |
2073 | 2024-05-22T18:00:08.621Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2074 | 2024-05-22T18:00:08.944Z | Compiling curve25519-dalek v4.1.2 |
2075 | 2024-05-22T18:00:09.062Z | Compiling pin-project v1.1.5 |
2076 | 2024-05-22T18:00:09.184Z | Compiling papergrid v0.11.0 |
2077 | 2024-05-22T18:00:10.765Z | Compiling const_format v0.2.32 |
2078 | 2024-05-22T18:00:12.040Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2079 | 2024-05-22T18:00:15.106Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2080 | 2024-05-22T18:00:22.672Z | Compiling oso v0.27.3 |
2081 | 2024-05-22T18:00:25.874Z | Compiling strip-ansi-escapes v0.2.0 |
2082 | 2024-05-22T18:00:30.543Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2083 | 2024-05-22T18:00:30.849Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2084 | 2024-05-22T18:00:32.116Z | Compiling tabled_derive v0.7.0 |
2085 | 2024-05-22T18:00:35.137Z | Compiling kstat-rs v0.2.3 |
2086 | 2024-05-22T18:00:35.951Z | Compiling snafu-derive v0.8.2 |
2087 | 2024-05-22T18:00:36.080Z | Compiling keccak v0.1.5 |
2088 | 2024-05-22T18:00:37.012Z | Compiling nu-ansi-term v0.50.0 |
2089 | 2024-05-22T18:00:38.303Z | Compiling reedline v0.31.0 |
2090 | 2024-05-22T18:00:40.453Z | Compiling sha3 v0.10.8 |
2091 | 2024-05-22T18:00:40.877Z | Compiling snafu v0.8.2 |
2092 | 2024-05-22T18:00:41.334Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2093 | 2024-05-22T18:00:42.180Z | Compiling tabled v0.15.0 |
2094 | 2024-05-22T18:00:48.526Z | Compiling mime_guess v2.0.4 |
2095 | 2024-05-22T18:00:51.413Z | Compiling usdt-attr-macro v0.3.5 |
2096 | 2024-05-22T18:00:52.221Z | Compiling usdt-macro v0.3.5 |
2097 | 2024-05-22T18:00:52.803Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2098 | 2024-05-22T18:00:53.595Z | Compiling env_logger v0.9.3 |
2099 | 2024-05-22T18:00:56.114Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2100 | 2024-05-22T18:00:56.922Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2101 | 2024-05-22T18:00:58.287Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2102 | 2024-05-22T18:00:58.796Z | Compiling globset v0.4.14 |
2103 | 2024-05-22T18:01:02.672Z | Compiling peg-macros v0.8.3 |
2104 | 2024-05-22T18:01:04.811Z | Compiling olpc-cjson v0.1.3 |
2105 | 2024-05-22T18:01:05.136Z | Compiling universal-hash v0.5.1 |
2106 | 2024-05-22T18:01:05.359Z | Compiling secrecy v0.8.0 |
2107 | 2024-05-22T18:01:05.616Z | Compiling thiserror-impl-no-std v2.0.2 |
2108 | 2024-05-22T18:01:06.040Z | Compiling serde_plain v1.0.2 |
2109 | 2024-05-22T18:01:06.138Z | Compiling bitstruct_derive v0.1.0 |
2110 | 2024-05-22T18:01:06.560Z | Compiling sqlparser_derive v0.2.2 |
2111 | 2024-05-22T18:01:07.482Z | Compiling curve25519-dalek-derive v0.1.1 |
2112 | 2024-05-22T18:01:07.501Z | Compiling nanorand v0.7.0 |
2113 | 2024-05-22T18:01:07.573Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2114 | 2024-05-22T18:01:07.707Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2115 | 2024-05-22T18:01:08.033Z | Compiling unicode_categories v0.1.1 |
2116 | 2024-05-22T18:01:08.181Z | Compiling typed-path v0.7.1 |
2117 | 2024-05-22T18:01:08.315Z | Compiling salty v0.2.0 |
2118 | 2024-05-22T18:01:08.385Z | Compiling opaque-debug v0.3.1 |
2119 | 2024-05-22T18:01:08.479Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2120 | 2024-05-22T18:01:08.769Z | Compiling ascii v1.1.0 |
2121 | 2024-05-22T18:01:08.796Z | Compiling signature v1.6.4 |
2122 | 2024-05-22T18:01:08.951Z | Compiling ed25519 v1.5.3 |
2123 | 2024-05-22T18:01:09.001Z | Compiling rustyline v14.0.0 |
2124 | 2024-05-22T18:01:09.257Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2125 | 2024-05-22T18:01:11.763Z | Compiling tough v0.17.1 |
2126 | 2024-05-22T18:01:14.973Z | Compiling poly1305 v0.8.0 |
2127 | 2024-05-22T18:01:15.299Z | Compiling thiserror-no-std v2.0.2 |
2128 | 2024-05-22T18:01:15.412Z | Compiling sqlformat v0.2.3 |
2129 | 2024-05-22T18:01:16.674Z | Compiling flume v0.11.0 |
2130 | 2024-05-22T18:01:16.833Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2131 | 2024-05-22T18:01:17.098Z | Compiling sqlparser v0.45.0 |
2132 | 2024-05-22T18:01:17.399Z | Compiling bitstruct v0.1.1 |
2133 | 2024-05-22T18:01:17.514Z | Compiling peg v0.8.3 |
2134 | 2024-05-22T18:01:17.622Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2135 | 2024-05-22T18:01:18.670Z | Compiling usdt v0.3.5 |
2136 | 2024-05-22T18:01:19.123Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2137 | 2024-05-22T18:01:21.808Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2138 | 2024-05-22T18:01:23.909Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2139 | 2024-05-22T18:01:29.036Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2140 | 2024-05-22T18:01:29.366Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2141 | 2024-05-22T18:01:29.680Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2142 | 2024-05-22T18:01:30.860Z | Compiling chacha20 v0.9.1 |
2143 | 2024-05-22T18:01:31.320Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2144 | 2024-05-22T18:01:33.030Z | Compiling aead v0.5.2 |
2145 | 2024-05-22T18:01:33.378Z | Compiling bcs v0.1.6 |
2146 | 2024-05-22T18:01:33.471Z | Compiling serde_arrays v0.1.0 |
2147 | 2024-05-22T18:01:33.655Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2148 | 2024-05-22T18:01:34.294Z | Compiling erased-serde v0.3.31 |
2149 | 2024-05-22T18:01:34.534Z | Compiling serde-big-array v0.5.1 |
2150 | 2024-05-22T18:01:34.781Z | Compiling highway v1.1.0 |
2151 | 2024-05-22T18:01:36.031Z | Compiling parse-size v1.0.0 |
2152 | 2024-05-22T18:01:36.176Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2153 | 2024-05-22T18:01:36.310Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2154 | 2024-05-22T18:01:44.888Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2155 | 2024-05-22T18:02:04.655Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2156 | 2024-05-22T18:02:04.834Z | Compiling chacha20poly1305 v0.10.1 |
2157 | 2024-05-22T18:02:05.165Z | Compiling vsss-rs v3.3.4 |
2158 | 2024-05-22T18:02:08.882Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2159 | 2024-05-22T18:02:09.414Z | Compiling signal-hook-tokio v0.3.1 |
2160 | 2024-05-22T18:02:09.582Z | Compiling heck v0.3.3 |
2161 | 2024-05-22T18:02:09.595Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2162 | 2024-05-22T18:02:09.619Z | Compiling castaway v0.2.2 |
2163 | 2024-05-22T18:02:09.808Z | Compiling rand_seeder v0.2.3 |
2164 | 2024-05-22T18:02:09.951Z | Compiling serde-big-array v0.4.1 |
2165 | 2024-05-22T18:02:10.146Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2166 | 2024-05-22T18:02:10.185Z | Compiling http-range v0.1.5 |
2167 | 2024-05-22T18:02:10.616Z | Compiling hyper-staticfile v0.9.5 |
2168 | 2024-05-22T18:02:10.771Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2169 | 2024-05-22T18:02:11.757Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2170 | 2024-05-22T18:02:12.154Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2171 | 2024-05-22T18:02:12.351Z | Compiling zone_cfg_derive v0.1.2 |
2172 | 2024-05-22T18:02:12.383Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2173 | 2024-05-22T18:02:13.746Z | Compiling compact_str v0.7.1 |
2174 | 2024-05-22T18:02:13.917Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2175 | 2024-05-22T18:02:22.587Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2176 | 2024-05-22T18:02:23.203Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2177 | 2024-05-22T18:02:29.712Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2178 | 2024-05-22T18:02:31.293Z | Compiling tungstenite v0.21.0 |
2179 | 2024-05-22T18:02:36.513Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2180 | 2024-05-22T18:02:36.823Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2181 | 2024-05-22T18:02:37.125Z | Compiling lru v0.12.3 |
2182 | 2024-05-22T18:02:37.463Z | Compiling stability v0.2.0 |
2183 | 2024-05-22T18:02:38.434Z | Compiling cassowary v0.3.0 |
2184 | 2024-05-22T18:02:38.453Z | Compiling base64 v0.13.1 |
2185 | 2024-05-22T18:02:39.236Z | Compiling corncobs v0.1.3 |
2186 | 2024-05-22T18:02:39.622Z | Compiling indoc v2.0.5 |
2187 | 2024-05-22T18:02:40.638Z | Compiling ratatui v0.26.2 |
2188 | 2024-05-22T18:02:42.798Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2189 | 2024-05-22T18:02:43.573Z | Compiling ron v0.7.1 |
2190 | 2024-05-22T18:02:44.600Z | Compiling tokio-tungstenite v0.21.0 |
2191 | 2024-05-22T18:02:45.170Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2192 | 2024-05-22T18:02:49.296Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2193 | 2024-05-22T18:02:49.968Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2194 | 2024-05-22T18:02:57.765Z | Compiling zone v0.1.8 |
2195 | 2024-05-22T18:02:57.867Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2196 | 2024-05-22T18:03:10.721Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2197 | 2024-05-22T18:03:12.325Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2198 | 2024-05-22T18:03:13.535Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2199 | 2024-05-22T18:03:13.720Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2200 | 2024-05-22T18:03:14.024Z | Compiling portpicker v0.1.1 |
2201 | 2024-05-22T18:03:14.546Z | Compiling smawk v0.3.2 |
2202 | 2024-05-22T18:03:14.788Z | Compiling unicode-linebreak v0.1.5 |
2203 | 2024-05-22T18:03:15.318Z | Compiling textwrap v0.16.1 |
2204 | 2024-05-22T18:03:16.606Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2205 | 2024-05-22T18:03:19.170Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2206 | 2024-05-22T18:03:21.357Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2207 | 2024-05-22T18:03:21.452Z | Compiling rcgen v0.12.1 |
2208 | 2024-05-22T18:03:22.003Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2209 | 2024-05-22T18:03:22.493Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2210 | 2024-05-22T18:03:29.498Z | Compiling atomicwrites v0.4.3 |
2211 | 2024-05-22T18:03:30.033Z | Compiling fatfs v0.3.6 |
2212 | 2024-05-22T18:03:32.370Z | Compiling rtoolbox v0.0.2 |
2213 | 2024-05-22T18:03:32.471Z | Compiling subprocess v0.2.9 |
2214 | 2024-05-22T18:03:32.812Z | Compiling is_ci v1.2.0 |
2215 | 2024-05-22T18:03:32.827Z | Compiling assert_matches v1.5.0 |
2216 | 2024-05-22T18:03:32.923Z | Compiling supports-color v3.0.0 |
2217 | 2024-05-22T18:03:33.592Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2218 | 2024-05-22T18:03:35.090Z | Compiling rpassword v7.3.1 |
2219 | 2024-05-22T18:03:35.522Z | Compiling tui-tree-widget v0.19.0 |
2220 | 2024-05-22T18:03:35.906Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2221 | 2024-05-22T18:03:37.753Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2222 | 2024-05-22T18:03:40.646Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2223 | 2024-05-22T18:03:40.746Z | Compiling csv-core v0.1.11 |
2224 | 2024-05-22T18:03:40.946Z | Compiling shell-words v1.1.0 |
2225 | 2024-05-22T18:03:41.383Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2226 | 2024-05-22T18:03:41.619Z | Compiling csv v1.3.0 |
2227 | 2024-05-22T18:03:43.673Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2228 | 2024-05-22T18:03:46.426Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2229 | 2024-05-22T18:03:56.935Z | Compiling multimap v0.10.0 |
2230 | 2024-05-22T18:03:57.340Z | Compiling uzers v0.11.3 |
2231 | 2024-05-22T18:04:00.577Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2232 | 2024-05-22T18:06:11.583Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2233 | 2024-05-22T18:06:25.631Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2234 | 2024-05-22T18:12:57.549Z | Finished release [optimized] target(s) in 14m 26s |
2235 | 2024-05-22T18:13:55.359Z | |
2236 | 2024-05-22T18:13:55.365Z | real 15:25.526283141 |
2237 | 2024-05-22T18:13:55.365Z | user 1:47:18.147403094 |
2238 | 2024-05-22T18:13:55.365Z | sys 4:42.570960648 |
2239 | 2024-05-22T18:13:55.365Z | trap 2.422708453 |
2240 | 2024-05-22T18:13:55.365Z | tflt 2.212281509 |
2241 | 2024-05-22T18:13:55.365Z | dflt 2.651826725 |
2242 | 2024-05-22T18:13:55.365Z | kflt 0.008538639 |
2243 | 2024-05-22T18:13:55.365Z | lock 6:45:16.473836488 |
2244 | 2024-05-22T18:13:55.366Z | slp 4:11:37.259110030 |
2245 | 2024-05-22T18:13:55.366Z | lat 2:27.006709813 |
2246 | 2024-05-22T18:13:55.366Z | stop 1:05.786463374 |
2247 | 2024-05-22T18:13:55.366Z | + mapfile -t packages |
2248 | 2024-05-22T18:13:55.366Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2249 | 2024-05-22T18:13:56.191Z | Finished release [optimized] target(s) in 0.77s |
2250 | 2024-05-22T18:13:56.208Z | Running `target/release/omicron-package -t test list-outputs` |
2251 | 2024-05-22T18:13:56.234Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2252 | 2024-05-22T18:13:56.238Z | + ptime -m cargo build --locked --release -p xtask |
2253 | 2024-05-22T18:13:56.706Z | Downloading crates ... |
2254 | 2024-05-22T18:13:56.808Z | Downloaded cargo_toml v0.20.2 |
2255 | 2024-05-22T18:13:56.820Z | Compiling serde v1.0.202 |
2256 | 2024-05-22T18:13:56.821Z | Compiling libc v0.2.153 |
2257 | 2024-05-22T18:13:56.831Z | Compiling rustix v0.38.34 |
2258 | 2024-05-22T18:13:56.831Z | Compiling hashbrown v0.14.5 |
2259 | 2024-05-22T18:13:56.831Z | Compiling bitflags v2.5.0 |
2260 | 2024-05-22T18:13:56.831Z | Compiling serde_json v1.0.117 |
2261 | 2024-05-22T18:13:56.901Z | Compiling syn v2.0.64 |
2262 | 2024-05-22T18:13:56.928Z | Compiling fs-err v2.11.0 |
2263 | 2024-05-22T18:13:57.236Z | Compiling anyhow v1.0.83 |
2264 | 2024-05-22T18:13:58.073Z | Compiling indexmap v2.2.6 |
2265 | 2024-05-22T18:13:58.440Z | Compiling errno v0.3.9 |
2266 | 2024-05-22T18:13:59.327Z | Compiling terminal_size v0.3.0 |
2267 | 2024-05-22T18:13:59.427Z | Compiling clap_builder v4.5.2 |
2268 | 2024-05-22T18:14:01.541Z | Compiling serde_derive v1.0.202 |
2269 | 2024-05-22T18:14:01.541Z | Compiling thiserror-impl v1.0.60 |
2270 | 2024-05-22T18:14:01.549Z | Compiling clap_derive v4.5.4 |
2271 | 2024-05-22T18:14:03.101Z | Compiling thiserror v1.0.60 |
2272 | 2024-05-22T18:14:04.906Z | Compiling clap v4.5.4 |
2273 | 2024-05-22T18:14:10.864Z | Compiling serde_spanned v0.6.6 |
2274 | 2024-05-22T18:14:10.869Z | Compiling toml_datetime v0.6.6 |
2275 | 2024-05-22T18:14:10.869Z | Compiling camino v1.1.7 |
2276 | 2024-05-22T18:14:10.869Z | Compiling cargo-platform v0.1.8 |
2277 | 2024-05-22T18:14:10.869Z | Compiling semver v1.0.23 |
2278 | 2024-05-22T18:14:10.869Z | Compiling macaddr v1.0.1 |
2279 | 2024-05-22T18:14:11.171Z | Compiling toml_edit v0.22.13 |
2280 | 2024-05-22T18:14:12.376Z | Compiling cargo_metadata v0.18.1 |
2281 | 2024-05-22T18:14:13.713Z | Compiling toml v0.8.13 |
2282 | 2024-05-22T18:14:15.123Z | Compiling cargo_toml v0.20.2 |
2283 | 2024-05-22T18:14:27.083Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2284 | 2024-05-22T18:14:38.408Z | Finished release [optimized] target(s) in 42.12s |
2285 | 2024-05-22T18:14:38.465Z | |
2286 | 2024-05-22T18:14:38.468Z | real 42.204486062 |
2287 | 2024-05-22T18:14:38.468Z | user 3:06.362888663 |
2288 | 2024-05-22T18:14:38.468Z | sys 16.106719163 |
2289 | 2024-05-22T18:14:38.468Z | trap 0.063856807 |
2290 | 2024-05-22T18:14:38.468Z | tflt 0.225403801 |
2291 | 2024-05-22T18:14:38.468Z | dflt 0.878100568 |
2292 | 2024-05-22T18:14:38.468Z | kflt 0.000022686 |
2293 | 2024-05-22T18:14:38.468Z | lock 4:10.048048040 |
2294 | 2024-05-22T18:14:38.469Z | slp 3:31.389419006 |
2295 | 2024-05-22T18:14:38.469Z | lat 3.698424573 |
2296 | 2024-05-22T18:14:38.469Z | stop 3.707151087 |
2297 | 2024-05-22T18:14:38.469Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2298 | 2024-05-22T18:14:38.469Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2299 | 2024-05-22T18:14:38.469Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2300 | 2024-05-22T18:14:38.469Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2301 | 2024-05-22T18:14:38.469Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2302 | 2024-05-22T18:14:38.958Z | Downloading crates ... |
2303 | 2024-05-22T18:14:39.118Z | Downloaded ghash v0.5.1 |
2304 | 2024-05-22T18:14:39.122Z | Downloaded primeorder v0.13.6 |
2305 | 2024-05-22T18:14:39.125Z | Downloaded option-ext v0.2.0 |
2306 | 2024-05-22T18:14:39.133Z | Downloaded md5 v0.7.0 |
2307 | 2024-05-22T18:14:39.136Z | Downloaded russh-cryptovec v0.7.2 |
2308 | 2024-05-22T18:14:39.139Z | Downloaded dhcproto-macros v0.1.0 |
2309 | 2024-05-22T18:14:39.142Z | Downloaded ed25519 v2.2.3 |
2310 | 2024-05-22T18:14:39.145Z | Downloaded blowfish v0.9.1 |
2311 | 2024-05-22T18:14:39.149Z | Downloaded polyval v0.6.2 |
2312 | 2024-05-22T18:14:39.149Z | Downloaded rfc6979 v0.4.0 |
2313 | 2024-05-22T18:14:39.151Z | Downloaded hex-literal v0.4.1 |
2314 | 2024-05-22T18:14:39.151Z | Downloaded pbkdf2 v0.11.0 |
2315 | 2024-05-22T18:14:39.154Z | Downloaded password-hash v0.4.2 |
2316 | 2024-05-22T18:14:39.155Z | Downloaded rand_chacha v0.2.2 |
2317 | 2024-05-22T18:14:39.155Z | Downloaded ctr v0.9.2 |
2318 | 2024-05-22T18:14:39.161Z | Downloaded rand_core v0.5.1 |
2319 | 2024-05-22T18:14:39.161Z | Downloaded dirs v5.0.1 |
2320 | 2024-05-22T18:14:39.164Z | Downloaded pbkdf2 v0.12.2 |
2321 | 2024-05-22T18:14:39.164Z | Downloaded dirs-sys v0.4.1 |
2322 | 2024-05-22T18:14:39.164Z | Downloaded ecdsa v0.16.9 |
2323 | 2024-05-22T18:14:39.164Z | Downloaded bcrypt-pbkdf v0.10.0 |
2324 | 2024-05-22T18:14:39.164Z | Downloaded russh-keys v0.43.0 |
2325 | 2024-05-22T18:14:39.167Z | Downloaded cbc v0.1.2 |
2326 | 2024-05-22T18:14:39.167Z | Downloaded internet-checksum v0.2.1 |
2327 | 2024-05-22T18:14:39.170Z | Downloaded getrandom v0.1.16 |
2328 | 2024-05-22T18:14:39.170Z | Downloaded dhcproto v0.11.0 |
2329 | 2024-05-22T18:14:39.174Z | Downloaded p256 v0.13.2 |
2330 | 2024-05-22T18:14:39.177Z | Downloaded aes v0.8.4 |
2331 | 2024-05-22T18:14:39.180Z | Downloaded ed25519-dalek v2.1.1 |
2332 | 2024-05-22T18:14:39.186Z | Downloaded russh v0.43.0 |
2333 | 2024-05-22T18:14:39.191Z | Downloaded rand v0.7.3 |
2334 | 2024-05-22T18:14:39.196Z | Downloaded p521 v0.13.3 |
2335 | 2024-05-22T18:14:39.199Z | Downloaded aes-gcm v0.10.3 |
2336 | 2024-05-22T18:14:39.328Z | Compiling proc-macro2 v1.0.82 |
2337 | 2024-05-22T18:14:39.329Z | Compiling unicode-ident v1.0.12 |
2338 | 2024-05-22T18:14:39.332Z | Compiling libc v0.2.153 |
2339 | 2024-05-22T18:14:39.332Z | Compiling cfg-if v1.0.0 |
2340 | 2024-05-22T18:14:39.332Z | Compiling serde v1.0.202 |
2341 | 2024-05-22T18:14:39.332Z | Compiling version_check v0.9.4 |
2342 | 2024-05-22T18:14:39.332Z | Compiling autocfg v1.3.0 |
2343 | 2024-05-22T18:14:39.332Z | Compiling byteorder v1.5.0 |
2344 | 2024-05-22T18:14:39.466Z | Compiling memchr v2.7.2 |
2345 | 2024-05-22T18:14:39.553Z | Compiling log v0.4.21 |
2346 | 2024-05-22T18:14:39.853Z | Compiling once_cell v1.19.0 |
2347 | 2024-05-22T18:14:39.984Z | Compiling itoa v1.0.11 |
2348 | 2024-05-22T18:14:40.013Z | Compiling scopeguard v1.2.0 |
2349 | 2024-05-22T18:14:40.157Z | Compiling smallvec v1.13.2 |
2350 | 2024-05-22T18:14:40.188Z | Compiling typenum v1.17.0 |
2351 | 2024-05-22T18:14:40.219Z | Compiling generic-array v0.14.7 |
2352 | 2024-05-22T18:14:40.249Z | Compiling cc v1.0.97 |
2353 | 2024-05-22T18:14:40.326Z | Compiling lock_api v0.4.12 |
2354 | 2024-05-22T18:14:40.543Z | Compiling thiserror v1.0.60 |
2355 | 2024-05-22T18:14:40.591Z | Compiling parking_lot_core v0.9.10 |
2356 | 2024-05-22T18:14:41.040Z | Compiling quote v1.0.36 |
2357 | 2024-05-22T18:14:41.197Z | Compiling pin-project-lite v0.2.14 |
2358 | 2024-05-22T18:14:41.210Z | Compiling libm v0.2.8 |
2359 | 2024-05-22T18:14:41.245Z | Compiling subtle v2.5.0 |
2360 | 2024-05-22T18:14:41.314Z | Compiling num-traits v0.2.19 |
2361 | 2024-05-22T18:14:41.435Z | Compiling syn v2.0.64 |
2362 | 2024-05-22T18:14:41.537Z | Compiling getrandom v0.2.14 |
2363 | 2024-05-22T18:14:41.690Z | Compiling signal-hook-registry v1.4.2 |
2364 | 2024-05-22T18:14:41.743Z | Compiling rand_core v0.6.4 |
2365 | 2024-05-22T18:14:41.817Z | Compiling mio v0.8.11 |
2366 | 2024-05-22T18:14:42.005Z | Compiling parking_lot v0.12.2 |
2367 | 2024-05-22T18:14:42.476Z | Compiling socket2 v0.5.7 |
2368 | 2024-05-22T18:14:42.493Z | Compiling num_cpus v1.16.0 |
2369 | 2024-05-22T18:14:42.609Z | Compiling ahash v0.8.11 |
2370 | 2024-05-22T18:14:42.934Z | Compiling ryu v1.0.18 |
2371 | 2024-05-22T18:14:42.971Z | Compiling serde_json v1.0.117 |
2372 | 2024-05-22T18:14:43.013Z | Compiling allocator-api2 v0.2.18 |
2373 | 2024-05-22T18:14:43.053Z | Compiling futures-core v0.3.30 |
2374 | 2024-05-22T18:14:43.300Z | Compiling futures-sink v0.3.30 |
2375 | 2024-05-22T18:14:43.334Z | Compiling equivalent v1.0.1 |
2376 | 2024-05-22T18:14:43.427Z | Compiling const-oid v0.9.6 |
2377 | 2024-05-22T18:14:43.442Z | Compiling slab v0.4.9 |
2378 | 2024-05-22T18:14:43.454Z | Compiling fnv v1.0.7 |
2379 | 2024-05-22T18:14:43.571Z | Compiling futures-channel v0.3.30 |
2380 | 2024-05-22T18:14:43.577Z | Compiling futures-task v0.3.30 |
2381 | 2024-05-22T18:14:43.690Z | Compiling pin-utils v0.1.0 |
2382 | 2024-05-22T18:14:43.761Z | Compiling futures-io v0.3.30 |
2383 | 2024-05-22T18:14:43.776Z | Compiling iana-time-zone v0.1.60 |
2384 | 2024-05-22T18:14:43.881Z | Compiling syn v1.0.109 |
2385 | 2024-05-22T18:14:43.959Z | Compiling tinyvec_macros v0.1.1 |
2386 | 2024-05-22T18:14:44.046Z | Compiling tinyvec v1.6.0 |
2387 | 2024-05-22T18:14:44.070Z | Compiling unicode-bidi v0.3.15 |
2388 | 2024-05-22T18:14:44.134Z | Compiling semver v1.0.23 |
2389 | 2024-05-22T18:14:44.210Z | Compiling schemars v0.8.19 |
2390 | 2024-05-22T18:14:44.610Z | Compiling cpufeatures v0.2.12 |
2391 | 2024-05-22T18:14:44.731Z | Compiling dyn-clone v1.0.17 |
2392 | 2024-05-22T18:14:44.745Z | Compiling percent-encoding v2.3.1 |
2393 | 2024-05-22T18:14:44.940Z | Compiling spin v0.9.8 |
2394 | 2024-05-22T18:14:45.098Z | Compiling ppv-lite86 v0.2.17 |
2395 | 2024-05-22T18:14:45.240Z | Compiling tracing-core v0.1.32 |
2396 | 2024-05-22T18:14:45.351Z | Compiling num-conv v0.1.0 |
2397 | 2024-05-22T18:14:45.455Z | Compiling unicode-normalization v0.1.23 |
2398 | 2024-05-22T18:14:45.507Z | Compiling powerfmt v0.2.0 |
2399 | 2024-05-22T18:14:45.585Z | Compiling time-core v0.1.2 |
2400 | 2024-05-22T18:14:45.631Z | Compiling form_urlencoded v1.2.1 |
2401 | 2024-05-22T18:14:45.745Z | Compiling time-macros v0.2.18 |
2402 | 2024-05-22T18:14:45.845Z | Compiling deranged v0.3.11 |
2403 | 2024-05-22T18:14:45.891Z | Compiling ring v0.17.8 |
2404 | 2024-05-22T18:14:45.949Z | Compiling num_threads v0.1.7 |
2405 | 2024-05-22T18:14:46.068Z | Compiling rand_chacha v0.3.1 |
2406 | 2024-05-22T18:14:46.517Z | Compiling aho-corasick v1.1.3 |
2407 | 2024-05-22T18:14:46.674Z | Compiling regex-syntax v0.8.3 |
2408 | 2024-05-22T18:14:47.842Z | Compiling rand v0.8.5 |
2409 | 2024-05-22T18:14:47.902Z | Compiling idna v0.5.0 |
2410 | 2024-05-22T18:14:49.144Z | Compiling serde_derive_internals v0.29.1 |
2411 | 2024-05-22T18:14:49.452Z | Compiling time v0.3.36 |
2412 | 2024-05-22T18:14:49.915Z | Compiling slog v2.7.0 |
2413 | 2024-05-22T18:14:50.006Z | Compiling regex-automata v0.4.6 |
2414 | 2024-05-22T18:14:50.416Z | Compiling httparse v1.8.0 |
2415 | 2024-05-22T18:14:50.932Z | Compiling url v2.5.0 |
2416 | 2024-05-22T18:14:51.996Z | Compiling untrusted v0.9.0 |
2417 | 2024-05-22T18:14:52.154Z | Compiling spin v0.5.2 |
2418 | 2024-05-22T18:14:53.134Z | Compiling pkg-config v0.3.30 |
2419 | 2024-05-22T18:14:53.185Z | Compiling vcpkg v0.2.15 |
2420 | 2024-05-22T18:14:53.460Z | Compiling adler v1.0.2 |
2421 | 2024-05-22T18:14:53.686Z | Compiling heck v0.4.1 |
2422 | 2024-05-22T18:14:54.136Z | Compiling miniz_oxide v0.7.2 |
2423 | 2024-05-22T18:14:54.675Z | Compiling lazy_static v1.4.0 |
2424 | 2024-05-22T18:14:54.790Z | Compiling backtrace v0.3.71 |
2425 | 2024-05-22T18:14:54.886Z | Compiling gimli v0.28.1 |
2426 | 2024-05-22T18:14:55.233Z | Compiling unicode-width v0.1.12 |
2427 | 2024-05-22T18:14:55.351Z | Compiling regex v1.10.4 |
2428 | 2024-05-22T18:14:55.437Z | Compiling openssl-sys v0.9.102 |
2429 | 2024-05-22T18:14:55.710Z | Compiling httpdate v1.0.3 |
2430 | 2024-05-22T18:14:56.059Z | Compiling try-lock v0.2.5 |
2431 | 2024-05-22T18:14:56.089Z | Compiling serde_derive v1.0.202 |
2432 | 2024-05-22T18:14:56.183Z | Compiling zeroize_derive v1.4.2 |
2433 | 2024-05-22T18:14:56.207Z | Compiling thiserror-impl v1.0.60 |
2434 | 2024-05-22T18:14:56.405Z | Compiling zerocopy-derive v0.7.34 |
2435 | 2024-05-22T18:14:56.472Z | Compiling tokio-macros v2.2.0 |
2436 | 2024-05-22T18:14:57.857Z | Compiling zeroize v1.7.0 |
2437 | 2024-05-22T18:14:58.233Z | Compiling futures-macro v0.3.30 |
2438 | 2024-05-22T18:14:58.841Z | Compiling zerocopy v0.7.34 |
2439 | 2024-05-22T18:14:59.039Z | Compiling schemars_derive v0.8.19 |
2440 | 2024-05-22T18:14:59.717Z | Compiling crypto-common v0.1.6 |
2441 | 2024-05-22T18:14:59.732Z | Compiling block-buffer v0.10.4 |
2442 | 2024-05-22T18:14:59.765Z | Compiling tracing-attributes v0.1.27 |
2443 | 2024-05-22T18:14:59.954Z | Compiling digest v0.10.7 |
2444 | 2024-05-22T18:15:00.002Z | Compiling async-trait v0.1.80 |
2445 | 2024-05-22T18:15:00.430Z | Compiling futures-util v0.3.30 |
2446 | 2024-05-22T18:15:00.549Z | Compiling addr2line v0.21.0 |
2447 | 2024-05-22T18:15:01.045Z | Compiling hashbrown v0.14.5 |
2448 | 2024-05-22T18:15:01.154Z | Compiling want v0.3.1 |
2449 | 2024-05-22T18:15:01.455Z | Compiling object v0.32.2 |
2450 | 2024-05-22T18:15:02.411Z | Compiling rustc-demangle v0.1.24 |
2451 | 2024-05-22T18:15:02.515Z | Compiling anyhow v1.0.83 |
2452 | 2024-05-22T18:15:02.896Z | Compiling openssl v0.10.64 |
2453 | 2024-05-22T18:15:03.090Z | Compiling tower-service v0.3.2 |
2454 | 2024-05-22T18:15:03.106Z | Compiling foreign-types-shared v0.1.1 |
2455 | 2024-05-22T18:15:03.200Z | Compiling ipnet v2.9.0 |
2456 | 2024-05-22T18:15:03.212Z | Compiling base64 v0.21.7 |
2457 | 2024-05-22T18:15:03.292Z | Compiling mime v0.3.17 |
2458 | 2024-05-22T18:15:03.358Z | Compiling foreign-types v0.3.2 |
2459 | 2024-05-22T18:15:03.708Z | Compiling tracing v0.1.40 |
2460 | 2024-05-22T18:15:03.865Z | Compiling openssl-macros v0.1.1 |
2461 | 2024-05-22T18:15:03.961Z | Compiling base64ct v1.6.0 |
2462 | 2024-05-22T18:15:04.225Z | Compiling crossbeam-utils v0.8.19 |
2463 | 2024-05-22T18:15:04.427Z | Compiling rustls v0.21.12 |
2464 | 2024-05-22T18:15:04.546Z | Compiling heck v0.5.0 |
2465 | 2024-05-22T18:15:04.648Z | Compiling native-tls v0.2.11 |
2466 | 2024-05-22T18:15:04.732Z | Compiling winnow v0.5.40 |
2467 | 2024-05-22T18:15:04.929Z | Compiling rustls-webpki v0.101.7 |
2468 | 2024-05-22T18:15:05.002Z | Compiling sct v0.7.1 |
2469 | 2024-05-22T18:15:05.017Z | Compiling cookie v0.17.0 |
2470 | 2024-05-22T18:15:05.103Z | Compiling rustix v0.38.34 |
2471 | 2024-05-22T18:15:05.291Z | Compiling openssl-probe v0.1.5 |
2472 | 2024-05-22T18:15:05.306Z | Compiling ucd-trie v0.1.6 |
2473 | 2024-05-22T18:15:05.599Z | Compiling pest v2.7.10 |
2474 | 2024-05-22T18:15:06.654Z | Compiling futures-executor v0.3.30 |
2475 | 2024-05-22T18:15:06.807Z | Compiling idna v0.3.0 |
2476 | 2024-05-22T18:15:07.203Z | Compiling futures v0.3.30 |
2477 | 2024-05-22T18:15:07.313Z | Compiling errno v0.3.9 |
2478 | 2024-05-22T18:15:07.346Z | Compiling encoding_rs v0.8.34 |
2479 | 2024-05-22T18:15:07.523Z | Compiling psl-types v2.0.11 |
2480 | 2024-05-22T18:15:07.693Z | Compiling rustversion v1.0.17 |
2481 | 2024-05-22T18:15:08.395Z | Compiling data-encoding v2.6.0 |
2482 | 2024-05-22T18:15:08.519Z | Compiling pest_meta v2.7.10 |
2483 | 2024-05-22T18:15:08.534Z | Compiling publicsuffix v2.2.3 |
2484 | 2024-05-22T18:15:08.787Z | Compiling hmac v0.12.1 |
2485 | 2024-05-22T18:15:09.039Z | Compiling scroll_derive v0.12.0 |
2486 | 2024-05-22T18:15:10.567Z | Compiling pest_generator v2.7.10 |
2487 | 2024-05-22T18:15:10.672Z | Compiling bytes v1.6.0 |
2488 | 2024-05-22T18:15:10.970Z | Compiling indexmap v2.2.6 |
2489 | 2024-05-22T18:15:11.825Z | Compiling tokio v1.37.0 |
2490 | 2024-05-22T18:15:11.828Z | Compiling uuid v1.8.0 |
2491 | 2024-05-22T18:15:11.901Z | Compiling chrono v0.4.38 |
2492 | 2024-05-22T18:15:12.445Z | Compiling bitflags v2.5.0 |
2493 | 2024-05-22T18:15:12.889Z | Compiling http v0.2.12 |
2494 | 2024-05-22T18:15:13.218Z | Compiling serde_tokenstream v0.2.0 |
2495 | 2024-05-22T18:15:13.315Z | Compiling toml_datetime v0.6.6 |
2496 | 2024-05-22T18:15:13.670Z | Compiling serde_spanned v0.6.6 |
2497 | 2024-05-22T18:15:13.820Z | Compiling serde_urlencoded v0.7.1 |
2498 | 2024-05-22T18:15:13.883Z | Compiling toml_edit v0.19.15 |
2499 | 2024-05-22T18:15:15.057Z | Compiling http-body v0.4.6 |
2500 | 2024-05-22T18:15:15.411Z | Compiling openapiv3 v2.0.0 |
2501 | 2024-05-22T18:15:15.530Z | Compiling cookie_store v0.20.0 |
2502 | 2024-05-22T18:15:15.704Z | Compiling scroll v0.12.0 |
2503 | 2024-05-22T18:15:16.783Z | Compiling rustls-pemfile v1.0.4 |
2504 | 2024-05-22T18:15:17.050Z | Compiling sync_wrapper v0.1.2 |
2505 | 2024-05-22T18:15:17.184Z | Compiling strsim v0.11.1 |
2506 | 2024-05-22T18:15:17.235Z | Compiling webpki-roots v0.25.4 |
2507 | 2024-05-22T18:15:17.392Z | Compiling plain v0.2.3 |
2508 | 2024-05-22T18:15:17.555Z | Compiling bitflags v1.3.2 |
2509 | 2024-05-22T18:15:17.654Z | Compiling goblin v0.8.2 |
2510 | 2024-05-22T18:15:17.923Z | Compiling pest_derive v2.7.10 |
2511 | 2024-05-22T18:15:18.097Z | Compiling rustc_version v0.4.0 |
2512 | 2024-05-22T18:15:18.308Z | Compiling pem-rfc7468 v0.7.0 |
2513 | 2024-05-22T18:15:18.753Z | Compiling block-padding v0.3.3 |
2514 | 2024-05-22T18:15:18.804Z | Compiling der_derive v0.7.2 |
2515 | 2024-05-22T18:15:18.987Z | Compiling usdt-impl v0.5.0 |
2516 | 2024-05-22T18:15:19.038Z | Compiling pretty-hex v0.4.1 |
2517 | 2024-05-22T18:15:19.255Z | Compiling flagset v0.4.5 |
2518 | 2024-05-22T18:15:19.452Z | Compiling inout v0.1.3 |
2519 | 2024-05-22T18:15:19.466Z | Compiling dtrace-parser v0.2.0 |
2520 | 2024-05-22T18:15:19.744Z | Compiling tokio-util v0.7.11 |
2521 | 2024-05-22T18:15:20.429Z | Compiling tokio-native-tls v0.3.1 |
2522 | 2024-05-22T18:15:20.707Z | Compiling h2 v0.3.26 |
2523 | 2024-05-22T18:15:21.170Z | Compiling tokio-rustls v0.24.1 |
2524 | 2024-05-22T18:15:21.442Z | Compiling der v0.7.9 |
2525 | 2024-05-22T18:15:21.565Z | Compiling thread-id v4.2.1 |
2526 | 2024-05-22T18:15:21.652Z | Compiling cipher v0.4.4 |
2527 | 2024-05-22T18:15:21.679Z | Compiling sha2 v0.10.8 |
2528 | 2024-05-22T18:15:22.162Z | Compiling either v1.12.0 |
2529 | 2024-05-22T18:15:22.180Z | Compiling ff v0.13.0 |
2530 | 2024-05-22T18:15:22.387Z | Compiling base16ct v0.2.0 |
2531 | 2024-05-22T18:15:22.566Z | Compiling stable_deref_trait v1.2.0 |
2532 | 2024-05-22T18:15:22.581Z | Compiling group v0.13.0 |
2533 | 2024-05-22T18:15:22.664Z | Compiling hkdf v0.12.4 |
2534 | 2024-05-22T18:15:22.682Z | Compiling crossbeam-epoch v0.9.18 |
2535 | 2024-05-22T18:15:22.884Z | Compiling crypto-bigint v0.5.5 |
2536 | 2024-05-22T18:15:22.902Z | Compiling num-integer v0.1.46 |
2537 | 2024-05-22T18:15:23.447Z | Compiling dof v0.3.0 |
2538 | 2024-05-22T18:15:23.670Z | Compiling spki v0.7.3 |
2539 | 2024-05-22T18:15:24.048Z | Compiling pkcs8 v0.10.2 |
2540 | 2024-05-22T18:15:24.853Z | Compiling sec1 v0.7.3 |
2541 | 2024-05-22T18:15:25.440Z | Compiling memmap v0.7.0 |
2542 | 2024-05-22T18:15:25.488Z | Compiling crc32fast v1.4.0 |
2543 | 2024-05-22T18:15:25.773Z | Compiling managed v0.8.0 |
2544 | 2024-05-22T18:15:25.791Z | Compiling unicode-segmentation v1.11.0 |
2545 | 2024-05-22T18:15:26.063Z | Compiling elliptic-curve v0.13.8 |
2546 | 2024-05-22T18:15:26.179Z | Compiling winnow v0.6.8 |
2547 | 2024-05-22T18:15:26.557Z | Compiling toml v0.7.8 |
2548 | 2024-05-22T18:15:26.596Z | Compiling hex v0.4.3 |
2549 | 2024-05-22T18:15:26.837Z | Compiling utf8parse v0.2.1 |
2550 | 2024-05-22T18:15:26.874Z | Compiling anstyle v1.0.7 |
2551 | 2024-05-22T18:15:26.997Z | Compiling matches v0.1.10 |
2552 | 2024-05-22T18:15:27.090Z | Compiling idna v0.2.3 |
2553 | 2024-05-22T18:15:27.188Z | Compiling hyper v0.14.28 |
2554 | 2024-05-22T18:15:27.320Z | Compiling anstyle-parse v0.2.4 |
2555 | 2024-05-22T18:15:27.664Z | Compiling ipnetwork v0.20.0 |
2556 | 2024-05-22T18:15:28.166Z | Compiling usdt-attr-macro v0.5.0 |
2557 | 2024-05-22T18:15:28.257Z | Compiling usdt-macro v0.5.0 |
2558 | 2024-05-22T18:15:28.553Z | Compiling enum-as-inner v0.5.1 |
2559 | 2024-05-22T18:15:28.644Z | Compiling colorchoice v1.0.1 |
2560 | 2024-05-22T18:15:28.795Z | Compiling siphasher v0.3.11 |
2561 | 2024-05-22T18:15:28.968Z | Compiling anstyle-query v1.0.3 |
2562 | 2024-05-22T18:15:29.114Z | Compiling bit-vec v0.6.3 |
2563 | 2024-05-22T18:15:29.184Z | Compiling is_terminal_polyfill v1.70.0 |
2564 | 2024-05-22T18:15:29.312Z | Compiling anstream v0.6.14 |
2565 | 2024-05-22T18:15:29.533Z | Compiling toml_edit v0.22.13 |
2566 | 2024-05-22T18:15:29.683Z | Compiling trust-dns-proto v0.22.0 |
2567 | 2024-05-22T18:15:29.821Z | Compiling flate2 v1.0.30 |
2568 | 2024-05-22T18:15:29.835Z | Compiling usdt v0.5.0 |
2569 | 2024-05-22T18:15:29.929Z | Compiling num-bigint v0.4.5 |
2570 | 2024-05-22T18:15:30.021Z | Compiling heapless v0.7.17 |
2571 | 2024-05-22T18:15:30.358Z | Compiling terminal_size v0.3.0 |
2572 | 2024-05-22T18:15:30.489Z | Compiling regress v0.9.1 |
2573 | 2024-05-22T18:15:30.555Z | Compiling signal-hook v0.3.17 |
2574 | 2024-05-22T18:15:30.757Z | Compiling finl_unicode v1.2.0 |
2575 | 2024-05-22T18:15:30.828Z | Compiling clap_lex v0.7.0 |
2576 | 2024-05-22T18:15:31.032Z | Compiling itertools v0.10.5 |
2577 | 2024-05-22T18:15:31.286Z | Compiling stringprep v0.1.4 |
2578 | 2024-05-22T18:15:31.331Z | Compiling clap_builder v4.5.2 |
2579 | 2024-05-22T18:15:32.521Z | Compiling clap_derive v4.5.4 |
2580 | 2024-05-22T18:15:33.889Z | Compiling hyper-rustls v0.24.2 |
2581 | 2024-05-22T18:15:34.243Z | Compiling hyper-tls v0.5.0 |
2582 | 2024-05-22T18:15:34.600Z | Compiling reqwest v0.11.27 |
2583 | 2024-05-22T18:15:35.652Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2584 | 2024-05-22T18:15:37.121Z | Compiling yasna v0.5.2 |
2585 | 2024-05-22T18:15:37.791Z | Compiling md-5 v0.10.6 |
2586 | 2024-05-22T18:15:38.046Z | Compiling hash32 v0.2.1 |
2587 | 2024-05-22T18:15:38.103Z | Compiling smoltcp v0.9.1 |
2588 | 2024-05-22T18:15:38.118Z | Compiling fallible-iterator v0.2.0 |
2589 | 2024-05-22T18:15:38.437Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2590 | 2024-05-22T18:15:38.833Z | Compiling postgres-protocol v0.6.6 |
2591 | 2024-05-22T18:15:39.001Z | Compiling clap v4.5.4 |
2592 | 2024-05-22T18:15:39.269Z | Compiling phf_shared v0.11.2 |
2593 | 2024-05-22T18:15:39.675Z | Compiling tokio-stream v0.1.15 |
2594 | 2024-05-22T18:15:40.134Z | Compiling hubpack_derive v0.1.1 |
2595 | 2024-05-22T18:15:40.151Z | Compiling zerocopy-derive v0.6.6 |
2596 | 2024-05-22T18:15:40.226Z | Compiling diesel_table_macro_syntax v0.1.0 |
2597 | 2024-05-22T18:15:40.639Z | Compiling scheduled-thread-pool v0.2.7 |
2598 | 2024-05-22T18:15:40.642Z | Compiling fs-err v2.11.0 |
2599 | 2024-05-22T18:15:40.841Z | Compiling fixedbitset v0.4.2 |
2600 | 2024-05-22T18:15:41.006Z | Compiling r2d2 v0.8.10 |
2601 | 2024-05-22T18:15:41.075Z | Compiling hubpack v0.1.2 |
2602 | 2024-05-22T18:15:41.089Z | Compiling petgraph v0.6.5 |
2603 | 2024-05-22T18:15:41.234Z | Compiling diesel_derives v2.1.4 |
2604 | 2024-05-22T18:15:41.364Z | Compiling postgres-types v0.2.6 |
2605 | 2024-05-22T18:15:41.515Z | Compiling phf v0.11.2 |
2606 | 2024-05-22T18:15:41.802Z | Compiling signal-hook-mio v0.2.3 |
2607 | 2024-05-22T18:15:42.248Z | Compiling phf_shared v0.10.0 |
2608 | 2024-05-22T18:15:42.450Z | Compiling zerocopy v0.6.6 |
2609 | 2024-05-22T18:15:42.655Z | Compiling similar v2.5.0 |
2610 | 2024-05-22T18:15:42.872Z | Compiling num-iter v0.1.45 |
2611 | 2024-05-22T18:15:43.056Z | Compiling strum_macros v0.25.3 |
2612 | 2024-05-22T18:15:43.238Z | Compiling serde_repr v0.1.19 |
2613 | 2024-05-22T18:15:43.339Z | Compiling console v0.15.8 |
2614 | 2024-05-22T18:15:44.507Z | Compiling getopts v0.2.21 |
2615 | 2024-05-22T18:15:44.858Z | Compiling float-cmp v0.9.0 |
2616 | 2024-05-22T18:15:45.060Z | Compiling static_assertions v1.1.0 |
2617 | 2024-05-22T18:15:45.083Z | Compiling minimal-lexical v0.2.1 |
2618 | 2024-05-22T18:15:45.097Z | Compiling new_debug_unreachable v1.0.6 |
2619 | 2024-05-22T18:15:45.155Z | Compiling precomputed-hash v0.1.1 |
2620 | 2024-05-22T18:15:45.186Z | Compiling predicates-core v1.0.6 |
2621 | 2024-05-22T18:15:45.269Z | Compiling whoami v1.5.1 |
2622 | 2024-05-22T18:15:45.500Z | Compiling difflib v0.4.0 |
2623 | 2024-05-22T18:15:45.545Z | Compiling normalize-line-endings v0.3.0 |
2624 | 2024-05-22T18:15:45.583Z | Compiling unsafe-libyaml v0.2.11 |
2625 | 2024-05-22T18:15:45.668Z | Compiling tokio-postgres v0.7.10 |
2626 | 2024-05-22T18:15:45.918Z | Compiling predicates v3.1.0 |
2627 | 2024-05-22T18:15:47.111Z | Compiling serde_yaml v0.9.34+deprecated |
2628 | 2024-05-22T18:15:47.395Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2629 | 2024-05-22T18:15:47.536Z | Compiling nom v7.1.3 |
2630 | 2024-05-22T18:15:47.639Z | Compiling string_cache v0.8.7 |
2631 | 2024-05-22T18:15:48.080Z | Compiling crossterm v0.27.0 |
2632 | 2024-05-22T18:15:50.727Z | Compiling bit-set v0.5.3 |
2633 | 2024-05-22T18:15:50.944Z | Compiling itertools v0.12.1 |
2634 | 2024-05-22T18:15:51.003Z | Compiling bstr v1.9.1 |
2635 | 2024-05-22T18:15:51.210Z | Compiling lalrpop-util v0.19.12 |
2636 | 2024-05-22T18:15:51.431Z | Compiling peg-runtime v0.8.3 |
2637 | 2024-05-22T18:15:51.554Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2638 | 2024-05-22T18:15:51.911Z | Compiling sha1 v0.10.6 |
2639 | 2024-05-22T18:15:51.968Z | Compiling camino v1.1.7 |
2640 | 2024-05-22T18:15:52.072Z | Compiling ident_case v1.0.1 |
2641 | 2024-05-22T18:15:52.253Z | Compiling darling_core v0.20.9 |
2642 | 2024-05-22T18:15:52.310Z | Compiling strum_macros v0.26.2 |
2643 | 2024-05-22T18:15:52.697Z | Compiling dirs-sys-next v0.1.2 |
2644 | 2024-05-22T18:15:53.006Z | Compiling base64 v0.22.1 |
2645 | 2024-05-22T18:15:53.312Z | Compiling match_cfg v0.1.0 |
2646 | 2024-05-22T18:15:53.404Z | Compiling hostname v0.3.1 |
2647 | 2024-05-22T18:15:53.647Z | Compiling dirs-next v2.0.0 |
2648 | 2024-05-22T18:15:53.648Z | Compiling toml v0.8.13 |
2649 | 2024-05-22T18:15:53.766Z | Compiling http v1.1.0 |
2650 | 2024-05-22T18:15:53.823Z | Compiling thread_local v1.1.8 |
2651 | 2024-05-22T18:15:54.150Z | Compiling rustls-pki-types v1.7.0 |
2652 | 2024-05-22T18:15:54.371Z | Compiling slog-async v2.8.0 |
2653 | 2024-05-22T18:15:55.005Z | Compiling term v0.7.0 |
2654 | 2024-05-22T18:15:55.039Z | Compiling crossbeam-channel v0.5.12 |
2655 | 2024-05-22T18:15:55.419Z | Compiling is-terminal v0.4.12 |
2656 | 2024-05-22T18:15:55.548Z | Compiling rustls v0.22.4 |
2657 | 2024-05-22T18:15:55.593Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2658 | 2024-05-22T18:15:55.827Z | Compiling paste v1.0.15 |
2659 | 2024-05-22T18:15:56.103Z | Compiling take_mut v0.2.2 |
2660 | 2024-05-22T18:15:56.338Z | Compiling slog-term v2.9.1 |
2661 | 2024-05-22T18:15:56.410Z | Compiling rustls-webpki v0.102.4 |
2662 | 2024-05-22T18:15:56.564Z | Compiling multer v3.1.0 |
2663 | 2024-05-22T18:15:56.869Z | Compiling instant v0.1.12 |
2664 | 2024-05-22T18:15:57.389Z | Compiling diesel v2.1.6 |
2665 | 2024-05-22T18:15:57.516Z | Compiling slog-json v2.6.1 |
2666 | 2024-05-22T18:15:57.538Z | Compiling strum v0.26.2 |
2667 | 2024-05-22T18:15:57.709Z | Compiling async-stream-impl v0.3.5 |
2668 | 2024-05-22T18:15:57.886Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) |
2669 | 2024-05-22T18:15:58.203Z | Compiling atomic-waker v1.1.2 |
2670 | 2024-05-22T18:15:58.315Z | Compiling debug-ignore v1.0.5 |
2671 | 2024-05-22T18:15:58.403Z | Compiling waitgroup v0.1.2 |
2672 | 2024-05-22T18:15:58.509Z | Compiling slog-bunyan v2.5.0 |
2673 | 2024-05-22T18:15:58.623Z | Compiling rustls-pemfile v2.1.2 |
2674 | 2024-05-22T18:15:58.708Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) |
2675 | 2024-05-22T18:15:59.064Z | Compiling serde_path_to_error v0.1.16 |
2676 | 2024-05-22T18:15:59.127Z | Compiling async-stream v0.3.5 |
2677 | 2024-05-22T18:15:59.364Z | Compiling darling_macro v0.20.9 |
2678 | 2024-05-22T18:15:59.449Z | Compiling structmeta-derive v0.3.0 |
2679 | 2024-05-22T18:15:59.585Z | Compiling hostname v0.4.0 |
2680 | 2024-05-22T18:15:59.856Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2681 | 2024-05-22T18:15:59.883Z | Compiling newtype-uuid v1.1.0 |
2682 | 2024-05-22T18:16:00.043Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2683 | 2024-05-22T18:16:00.159Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2684 | 2024-05-22T18:16:00.190Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2685 | 2024-05-22T18:16:00.204Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2686 | 2024-05-22T18:16:00.479Z | Compiling darling v0.20.9 |
2687 | 2024-05-22T18:16:00.492Z | Compiling backoff v0.4.0 |
2688 | 2024-05-22T18:16:00.587Z | Compiling serde_with_macros v3.8.1 |
2689 | 2024-05-22T18:16:00.789Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2690 | 2024-05-22T18:16:00.953Z | Compiling macaddr v1.0.1 |
2691 | 2024-05-22T18:16:00.981Z | Compiling proc-macro-crate v1.3.1 |
2692 | 2024-05-22T18:16:00.996Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2693 | 2024-05-22T18:16:01.169Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2694 | 2024-05-22T18:16:01.384Z | Compiling fastrand v2.1.0 |
2695 | 2024-05-22T18:16:01.553Z | Compiling proc-macro-error-attr v1.0.4 |
2696 | 2024-05-22T18:16:01.861Z | Compiling tokio-rustls v0.25.0 |
2697 | 2024-05-22T18:16:01.945Z | Compiling tempfile v3.10.1 |
2698 | 2024-05-22T18:16:02.029Z | Compiling num_enum_derive v0.5.11 |
2699 | 2024-05-22T18:16:02.570Z | Compiling structmeta v0.3.0 |
2700 | 2024-05-22T18:16:02.845Z | Compiling proc-macro-error v1.0.4 |
2701 | 2024-05-22T18:16:02.996Z | Compiling parse-display-derive v0.9.0 |
2702 | 2024-05-22T18:16:03.153Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2703 | 2024-05-22T18:16:03.692Z | Compiling serde_with v3.8.1 |
2704 | 2024-05-22T18:16:04.496Z | Compiling foreign-types-macros v0.2.3 |
2705 | 2024-05-22T18:16:04.891Z | Compiling num_enum v0.5.11 |
2706 | 2024-05-22T18:16:05.049Z | Compiling foreign-types-shared v0.3.1 |
2707 | 2024-05-22T18:16:05.166Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2708 | 2024-05-22T18:16:05.462Z | Compiling heapless v0.8.0 |
2709 | 2024-05-22T18:16:05.872Z | Compiling foreign-types v0.5.0 |
2710 | 2024-05-22T18:16:06.681Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2711 | 2024-05-22T18:16:06.720Z | Compiling cstr-argument v0.1.2 |
2712 | 2024-05-22T18:16:06.959Z | Compiling hash32 v0.3.1 |
2713 | 2024-05-22T18:16:07.188Z | Compiling pretty-hex v0.2.1 |
2714 | 2024-05-22T18:16:07.367Z | Compiling smoltcp v0.11.0 |
2715 | 2024-05-22T18:16:07.563Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2716 | 2024-05-22T18:16:07.888Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2717 | 2024-05-22T18:16:07.902Z | Compiling camino-tempfile v1.1.1 |
2718 | 2024-05-22T18:16:07.927Z | Compiling parse-display v0.9.0 |
2719 | 2024-05-22T18:16:08.101Z | Compiling tabwriter v1.4.0 |
2720 | 2024-05-22T18:16:08.324Z | Compiling colored v2.1.0 |
2721 | 2024-05-22T18:16:08.327Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2722 | 2024-05-22T18:16:08.432Z | Compiling socket2 v0.4.10 |
2723 | 2024-05-22T18:16:08.600Z | Compiling embedded-io v0.4.0 |
2724 | 2024-05-22T18:16:08.614Z | Compiling cobs v0.2.3 |
2725 | 2024-05-22T18:16:08.801Z | Compiling postcard v1.0.8 |
2726 | 2024-05-22T18:16:08.887Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4cc823b50d3e4a629cdfaab2b3d3382514174ba9#4cc823b5) |
2727 | 2024-05-22T18:16:09.061Z | Compiling crucible-workspace-hack v0.1.0 |
2728 | 2024-05-22T18:16:09.201Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4cc823b50d3e4a629cdfaab2b3d3382514174ba9#4cc823b5) |
2729 | 2024-05-22T18:16:09.355Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4cc823b50d3e4a629cdfaab2b3d3382514174ba9#4cc823b5) |
2730 | 2024-05-22T18:16:09.383Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4cc823b50d3e4a629cdfaab2b3d3382514174ba9#4cc823b5) |
2731 | 2024-05-22T18:16:09.397Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2732 | 2024-05-22T18:16:09.711Z | Compiling smf v0.2.3 |
2733 | 2024-05-22T18:16:09.749Z | Compiling humantime v2.1.0 |
2734 | 2024-05-22T18:16:10.268Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2735 | 2024-05-22T18:16:10.566Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2736 | 2024-05-22T18:16:10.596Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2737 | 2024-05-22T18:16:10.850Z | Compiling num-derive v0.4.2 |
2738 | 2024-05-22T18:16:11.064Z | Compiling sigpipe v0.1.3 |
2739 | 2024-05-22T18:16:11.084Z | Compiling utf-8 v0.7.6 |
2740 | 2024-05-22T18:16:11.188Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2741 | 2024-05-22T18:16:11.396Z | Compiling atty v0.2.14 |
2742 | 2024-05-22T18:16:11.532Z | Compiling same-file v1.0.6 |
2743 | 2024-05-22T18:16:11.596Z | Compiling platforms v3.4.0 |
2744 | 2024-05-22T18:16:11.772Z | Compiling rayon-core v1.12.1 |
2745 | 2024-05-22T18:16:12.061Z | Compiling semver v0.1.20 |
2746 | 2024-05-22T18:16:12.106Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4cc823b50d3e4a629cdfaab2b3d3382514174ba9#4cc823b5) |
2747 | 2024-05-22T18:16:12.227Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2748 | 2024-05-22T18:16:12.732Z | Compiling rustc_version v0.1.7 |
2749 | 2024-05-22T18:16:13.235Z | Compiling curve25519-dalek v4.1.2 |
2750 | 2024-05-22T18:16:13.375Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2751 | 2024-05-22T18:16:13.808Z | Compiling walkdir v2.5.0 |
2752 | 2024-05-22T18:16:13.875Z | Compiling newline-converter v0.3.0 |
2753 | 2024-05-22T18:16:13.957Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4cc823b50d3e4a629cdfaab2b3d3382514174ba9#4cc823b5) |
2754 | 2024-05-22T18:16:14.034Z | Compiling crossbeam-deque v0.8.5 |
2755 | 2024-05-22T18:16:14.054Z | Compiling universal-hash v0.5.1 |
2756 | 2024-05-22T18:16:14.126Z | Compiling opaque-debug v0.3.1 |
2757 | 2024-05-22T18:16:14.219Z | Compiling expectorate v1.1.0 |
2758 | 2024-05-22T18:16:14.286Z | Compiling newtype_derive v0.1.6 |
2759 | 2024-05-22T18:16:14.356Z | Compiling tungstenite v0.20.1 |
2760 | 2024-05-22T18:16:14.375Z | Compiling xattr v1.3.1 |
2761 | 2024-05-22T18:16:14.548Z | Compiling signature v2.2.0 |
2762 | 2024-05-22T18:16:14.601Z | Compiling curve25519-dalek-derive v0.1.1 |
2763 | 2024-05-22T18:16:14.702Z | Compiling blake3 v1.5.1 |
2764 | 2024-05-22T18:16:14.868Z | Compiling ring v0.16.20 |
2765 | 2024-05-22T18:16:15.338Z | Compiling filetime v0.2.23 |
2766 | 2024-05-22T18:16:15.672Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4cc823b50d3e4a629cdfaab2b3d3382514174ba9#4cc823b5) |
2767 | 2024-05-22T18:16:15.928Z | Compiling unicase v2.7.0 |
2768 | 2024-05-22T18:16:15.991Z | Compiling getrandom v0.1.16 |
2769 | 2024-05-22T18:16:16.145Z | Compiling arc-swap v1.7.1 |
2770 | 2024-05-22T18:16:16.220Z | Compiling termcolor v1.4.1 |
2771 | 2024-05-22T18:16:16.233Z | Compiling quick-error v1.2.3 |
2772 | 2024-05-22T18:16:16.376Z | Compiling linked-hash-map v0.5.6 |
2773 | 2024-05-22T18:16:16.496Z | Compiling convert_case v0.4.0 |
2774 | 2024-05-22T18:16:16.706Z | Compiling lru-cache v0.1.2 |
2775 | 2024-05-22T18:16:16.735Z | Compiling env_logger v0.9.3 |
2776 | 2024-05-22T18:16:16.813Z | Compiling slog-scope v4.4.0 |
2777 | 2024-05-22T18:16:16.905Z | Compiling resolv-conf v0.7.0 |
2778 | 2024-05-22T18:16:17.360Z | Compiling tar v0.4.40 |
2779 | 2024-05-22T18:16:17.473Z | Compiling derive_more v0.99.17 |
2780 | 2024-05-22T18:16:17.680Z | Compiling tokio-tungstenite v0.20.1 |
2781 | 2024-05-22T18:16:18.206Z | Compiling rayon v1.10.0 |
2782 | 2024-05-22T18:16:18.567Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2783 | 2024-05-22T18:16:19.013Z | Compiling password-hash v0.5.0 |
2784 | 2024-05-22T18:16:19.445Z | Compiling blake2 v0.10.6 |
2785 | 2024-05-22T18:16:19.899Z | Compiling bitstruct_derive v0.1.0 |
2786 | 2024-05-22T18:16:20.106Z | Compiling derive-where v1.2.7 |
2787 | 2024-05-22T18:16:20.946Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2788 | 2024-05-22T18:16:21.081Z | Compiling memmap2 v0.9.4 |
2789 | 2024-05-22T18:16:21.340Z | Compiling ascii v1.1.0 |
2790 | 2024-05-22T18:16:21.535Z | Compiling constant_time_eq v0.3.0 |
2791 | 2024-05-22T18:16:21.716Z | Compiling untrusted v0.7.1 |
2792 | 2024-05-22T18:16:21.907Z | Compiling parking_lot_core v0.8.6 |
2793 | 2024-05-22T18:16:21.945Z | Compiling arrayvec v0.7.4 |
2794 | 2024-05-22T18:16:22.367Z | Compiling home v0.5.9 |
2795 | 2024-05-22T18:16:22.391Z | Compiling arrayref v0.3.7 |
2796 | 2024-05-22T18:16:22.489Z | Compiling libefi-sys v0.1.0 |
2797 | 2024-05-22T18:16:22.630Z | Compiling toolchain_find v0.4.0 |
2798 | 2024-05-22T18:16:23.296Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2799 | 2024-05-22T18:16:23.805Z | Compiling bitstruct v0.1.1 |
2800 | 2024-05-22T18:16:23.924Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2801 | 2024-05-22T18:16:24.174Z | Compiling argon2 v0.5.3 |
2802 | 2024-05-22T18:16:24.481Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2803 | 2024-05-22T18:16:24.928Z | Compiling trust-dns-resolver v0.22.0 |
2804 | 2024-05-22T18:16:25.305Z | Compiling slog-stdlog v4.1.1 |
2805 | 2024-05-22T18:16:25.688Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2806 | 2024-05-22T18:16:26.157Z | Compiling num-rational v0.4.2 |
2807 | 2024-05-22T18:16:26.198Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2808 | 2024-05-22T18:16:26.376Z | Compiling erased-serde v0.3.31 |
2809 | 2024-05-22T18:16:26.557Z | Compiling serde_arrays v0.1.0 |
2810 | 2024-05-22T18:16:26.719Z | Compiling rfc6979 v0.4.0 |
2811 | 2024-05-22T18:16:26.872Z | Compiling aead v0.5.2 |
2812 | 2024-05-22T18:16:26.909Z | Compiling num-complex v0.4.6 |
2813 | 2024-05-22T18:16:27.042Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2814 | 2024-05-22T18:16:27.120Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2815 | 2024-05-22T18:16:27.222Z | Compiling nibble_vec v0.1.0 |
2816 | 2024-05-22T18:16:27.408Z | Compiling slog-dtrace v0.3.0 |
2817 | 2024-05-22T18:16:27.421Z | Compiling cancel-safe-futures v0.1.5 |
2818 | 2024-05-22T18:16:27.702Z | Compiling endian-type v0.1.2 |
2819 | 2024-05-22T18:16:27.758Z | Compiling topological-sort v0.2.2 |
2820 | 2024-05-22T18:16:27.771Z | Compiling keccak v0.1.5 |
2821 | 2024-05-22T18:16:27.909Z | Compiling radix_trie v0.2.1 |
2822 | 2024-05-22T18:16:27.921Z | Compiling num v0.4.3 |
2823 | 2024-05-22T18:16:27.964Z | Compiling omicron-zone-package v0.11.0 |
2824 | 2024-05-22T18:16:28.013Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2825 | 2024-05-22T18:16:28.060Z | Compiling sha3 v0.10.8 |
2826 | 2024-05-22T18:16:28.705Z | Compiling ecdsa v0.16.9 |
2827 | 2024-05-22T18:16:28.755Z | Compiling rand_core v0.5.1 |
2828 | 2024-05-22T18:16:29.000Z | Compiling slog-envlogger v2.2.0 |
2829 | 2024-05-22T18:16:29.244Z | Compiling mime_guess v2.0.4 |
2830 | 2024-05-22T18:16:29.504Z | Compiling steno v0.4.0 |
2831 | 2024-05-22T18:16:30.500Z | Compiling rustfmt-wrapper v0.2.1 |
2832 | 2024-05-22T18:16:31.040Z | Compiling poly1305 v0.8.0 |
2833 | 2024-05-22T18:16:31.092Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2834 | 2024-05-22T18:16:31.323Z | Compiling primeorder v0.13.6 |
2835 | 2024-05-22T18:16:31.814Z | Compiling heck v0.3.3 |
2836 | 2024-05-22T18:16:31.832Z | Compiling chacha20 v0.9.1 |
2837 | 2024-05-22T18:16:32.221Z | Compiling thiserror-impl-no-std v2.0.2 |
2838 | 2024-05-22T18:16:32.271Z | Compiling secrecy v0.8.0 |
2839 | 2024-05-22T18:16:32.531Z | Compiling half v2.4.1 |
2840 | 2024-05-22T18:16:32.777Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2841 | 2024-05-22T18:16:33.076Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2842 | 2024-05-22T18:16:33.107Z | Compiling option-ext v0.2.0 |
2843 | 2024-05-22T18:16:33.238Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2844 | 2024-05-22T18:16:33.360Z | Compiling ciborium-io v0.2.2 |
2845 | 2024-05-22T18:16:33.420Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2846 | 2024-05-22T18:16:33.483Z | Compiling ciborium-ll v0.2.2 |
2847 | 2024-05-22T18:16:33.897Z | Compiling dirs-sys v0.4.1 |
2848 | 2024-05-22T18:16:34.076Z | Compiling zone_cfg_derive v0.1.2 |
2849 | 2024-05-22T18:16:34.504Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2850 | 2024-05-22T18:16:34.867Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2851 | 2024-05-22T18:16:35.051Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2852 | 2024-05-22T18:16:35.224Z | Compiling parking_lot v0.11.2 |
2853 | 2024-05-22T18:16:35.312Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2854 | 2024-05-22T18:16:35.397Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2855 | 2024-05-22T18:16:35.554Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2856 | 2024-05-22T18:16:35.687Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2857 | 2024-05-22T18:16:36.078Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2858 | 2024-05-22T18:16:36.116Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2859 | 2024-05-22T18:16:36.433Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2860 | 2024-05-22T18:16:36.525Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2861 | 2024-05-22T18:16:36.882Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2862 | 2024-05-22T18:16:36.896Z | Compiling thiserror-no-std v2.0.2 |
2863 | 2024-05-22T18:16:36.999Z | Compiling rand_chacha v0.2.2 |
2864 | 2024-05-22T18:16:37.193Z | Compiling trust-dns-client v0.22.0 |
2865 | 2024-05-22T18:16:37.792Z | Compiling ed25519 v2.2.3 |
2866 | 2024-05-22T18:16:38.129Z | Compiling polyval v0.6.2 |
2867 | 2024-05-22T18:16:38.245Z | Compiling tungstenite v0.21.0 |
2868 | 2024-05-22T18:16:38.556Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2869 | 2024-05-22T18:16:38.571Z | Compiling ctr v0.9.2 |
2870 | 2024-05-22T18:16:38.940Z | Compiling aes v0.8.4 |
2871 | 2024-05-22T18:16:38.978Z | Compiling blowfish v0.9.1 |
2872 | 2024-05-22T18:16:39.428Z | Compiling libsw v3.3.1 |
2873 | 2024-05-22T18:16:39.780Z | Compiling toml v0.5.11 |
2874 | 2024-05-22T18:16:40.366Z | Compiling password-hash v0.4.2 |
2875 | 2024-05-22T18:16:40.416Z | Compiling pbkdf2 v0.12.2 |
2876 | 2024-05-22T18:16:40.585Z | Compiling gethostname v0.4.3 |
2877 | 2024-05-22T18:16:40.870Z | Compiling fxhash v0.2.1 |
2878 | 2024-05-22T18:16:41.072Z | Compiling base64 v0.13.1 |
2879 | 2024-05-22T18:16:41.315Z | Compiling swrite v0.1.0 |
2880 | 2024-05-22T18:16:41.445Z | Compiling owo-colors v4.0.0 |
2881 | 2024-05-22T18:16:41.659Z | Compiling linear-map v1.2.0 |
2882 | 2024-05-22T18:16:41.924Z | Compiling ron v0.7.1 |
2883 | 2024-05-22T18:16:42.043Z | Compiling trust-dns-server v0.22.1 |
2884 | 2024-05-22T18:16:42.383Z | Compiling sled v0.34.7 |
2885 | 2024-05-22T18:16:43.487Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2886 | 2024-05-22T18:16:43.692Z | Compiling pbkdf2 v0.11.0 |
2887 | 2024-05-22T18:16:44.055Z | Compiling bcrypt-pbkdf v0.10.0 |
2888 | 2024-05-22T18:16:44.302Z | Compiling tokio-tungstenite v0.21.0 |
2889 | 2024-05-22T18:16:44.617Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2890 | 2024-05-22T18:16:44.870Z | Compiling ghash v0.5.1 |
2891 | 2024-05-22T18:16:45.057Z | Compiling ed25519-dalek v2.1.1 |
2892 | 2024-05-22T18:16:45.343Z | Compiling rand v0.7.3 |
2893 | 2024-05-22T18:16:46.124Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2894 | 2024-05-22T18:16:47.277Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2895 | 2024-05-22T18:16:47.742Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2896 | 2024-05-22T18:16:48.954Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2897 | 2024-05-22T18:16:49.278Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2898 | 2024-05-22T18:16:49.735Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2899 | 2024-05-22T18:16:50.253Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2900 | 2024-05-22T18:16:50.986Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2901 | 2024-05-22T18:16:52.776Z | Compiling vsss-rs v3.3.4 |
2902 | 2024-05-22T18:16:53.521Z | Compiling zone v0.1.8 |
2903 | 2024-05-22T18:16:54.048Z | Compiling dirs v5.0.1 |
2904 | 2024-05-22T18:16:54.254Z | Compiling ciborium v0.2.2 |
2905 | 2024-05-22T18:16:54.954Z | Compiling chacha20poly1305 v0.10.1 |
2906 | 2024-05-22T18:16:55.063Z | Compiling p521 v0.13.3 |
2907 | 2024-05-22T18:16:55.175Z | Compiling p256 v0.13.2 |
2908 | 2024-05-22T18:16:55.671Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2909 | 2024-05-22T18:16:55.776Z | Compiling pem v3.0.4 |
2910 | 2024-05-22T18:16:56.023Z | Compiling cbc v0.1.2 |
2911 | 2024-05-22T18:16:56.262Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2912 | 2024-05-22T18:16:56.560Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2913 | 2024-05-22T18:16:56.611Z | Compiling headers-core v0.2.0 |
2914 | 2024-05-22T18:16:56.773Z | Compiling kstat-rs v0.2.3 |
2915 | 2024-05-22T18:16:57.380Z | Compiling portpicker v0.1.1 |
2916 | 2024-05-22T18:16:57.420Z | Compiling nanorand v0.7.0 |
2917 | 2024-05-22T18:16:57.454Z | Compiling russh-cryptovec v0.7.2 |
2918 | 2024-05-22T18:16:57.685Z | Compiling glob v0.3.1 |
2919 | 2024-05-22T18:16:57.746Z | Compiling md5 v0.7.0 |
2920 | 2024-05-22T18:16:58.029Z | Compiling http-range v0.1.5 |
2921 | 2024-05-22T18:16:58.260Z | Compiling hyper-staticfile v0.9.5 |
2922 | 2024-05-22T18:16:58.393Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2923 | 2024-05-22T18:16:58.651Z | Compiling russh-keys v0.43.0 |
2924 | 2024-05-22T18:16:58.727Z | Compiling flume v0.11.0 |
2925 | 2024-05-22T18:16:59.196Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2926 | 2024-05-22T18:17:01.480Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2927 | 2024-05-22T18:17:02.039Z | Compiling headers v0.3.9 |
2928 | 2024-05-22T18:17:02.397Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2929 | 2024-05-22T18:17:02.693Z | Compiling rcgen v0.12.1 |
2930 | 2024-05-22T18:17:04.063Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2931 | 2024-05-22T18:17:04.702Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2932 | 2024-05-22T18:17:06.324Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2933 | 2024-05-22T18:17:06.867Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2934 | 2024-05-22T18:17:08.264Z | Compiling aes-gcm v0.10.3 |
2935 | 2024-05-22T18:17:08.387Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2936 | 2024-05-22T18:17:08.576Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2937 | 2024-05-22T18:17:09.186Z | Compiling atomicwrites v0.4.3 |
2938 | 2024-05-22T18:17:09.540Z | Compiling subprocess v0.2.9 |
2939 | 2024-05-22T18:17:10.041Z | Compiling hex-literal v0.4.1 |
2940 | 2024-05-22T18:17:10.191Z | Compiling display-error-chain v0.2.0 |
2941 | 2024-05-22T18:17:10.388Z | Compiling dhcproto-macros v0.1.0 |
2942 | 2024-05-22T18:17:11.418Z | Compiling dhcproto v0.11.0 |
2943 | 2024-05-22T18:17:11.673Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2944 | 2024-05-22T18:17:13.511Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2945 | 2024-05-22T18:17:14.464Z | Compiling russh v0.43.0 |
2946 | 2024-05-22T18:17:14.901Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2947 | 2024-05-22T18:17:15.689Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2948 | 2024-05-22T18:17:16.156Z | Compiling internet-checksum v0.2.1 |
2949 | 2024-05-22T18:17:21.911Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2950 | 2024-05-22T18:17:23.135Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2951 | 2024-05-22T18:17:43.985Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2952 | 2024-05-22T18:18:24.332Z | Finished dev [unoptimized + debuginfo] target(s) in 3m 45s |
2953 | 2024-05-22T18:18:24.432Z | |
2954 | 2024-05-22T18:18:24.436Z | real 3:45.901555877 |
2955 | 2024-05-22T18:18:24.436Z | user 19:58.729326831 |
2956 | 2024-05-22T18:18:24.436Z | sys 4:22.086309290 |
2957 | 2024-05-22T18:18:24.436Z | trap 0.605660873 |
2958 | 2024-05-22T18:18:24.436Z | tflt 0.469644053 |
2959 | 2024-05-22T18:18:24.436Z | dflt 1.855440953 |
2960 | 2024-05-22T18:18:24.436Z | kflt 0.000028444 |
2961 | 2024-05-22T18:18:24.436Z | lock 41:50.804144377 |
2962 | 2024-05-22T18:18:24.436Z | slp 57:33.835611936 |
2963 | 2024-05-22T18:18:24.436Z | lat 1:03.425602189 |
2964 | 2024-05-22T18:18:24.436Z | stop 2:02.072818623 |
2965 | 2024-05-22T18:18:24.436Z | + mkdir tests |
2966 | 2024-05-22T18:18:24.440Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2967 | 2024-05-22T18:18:24.440Z | + xargs -I '{}' -t cp '{}' tests/ |
2968 | 2024-05-22T18:18:25.703Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7bcb1d474b1d2989 tests/ |
2969 | 2024-05-22T18:18:25.727Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d6730c8c0a259ebb tests/ |
2970 | 2024-05-22T18:18:25.746Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-ab3a9e3f3bc696fd tests/ |
2971 | 2024-05-22T18:18:25.765Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b94c5158ed90c882 tests/ |
2972 | 2024-05-22T18:18:26.055Z | + 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/*) |
2973 | 2024-05-22T18:18:26.070Z | + 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-d6730c8c0a259ebb tests/commtest-ab3a9e3f3bc696fd tests/dhcp_server-7bcb1d474b1d2989 tests/end_to_end_tests-b94c5158ed90c882 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 |
2974 | 2024-05-22T18:19:28.790Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2975 | 2024-05-22T18:19:28.790Z | a out/target/test 1K |
2976 | 2024-05-22T18:19:28.790Z | a out/npuzone/npuzone 23144K |
2977 | 2024-05-22T18:19:28.790Z | a package-manifest.toml 27K |
2978 | 2024-05-22T18:19:28.790Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2979 | 2024-05-22T18:19:28.790Z | a target/release/omicron-package 31642K |
2980 | 2024-05-22T18:19:28.790Z | a target/release/xtask 6668K |
2981 | 2024-05-22T18:19:28.790Z | a target/debug/bootstrap 347540K |
2982 | 2024-05-22T18:19:28.790Z | a tests/bootstrap-d6730c8c0a259ebb 24009K |
2983 | 2024-05-22T18:19:28.790Z | a tests/commtest-ab3a9e3f3bc696fd 24009K |
2984 | 2024-05-22T18:19:28.790Z | a tests/dhcp_server-7bcb1d474b1d2989 24009K |
2985 | 2024-05-22T18:19:28.790Z | a tests/end_to_end_tests-b94c5158ed90c882 357583K |
2986 | 2024-05-22T18:19:28.791Z | a out/clickhouse.tar.gz 222822K |
2987 | 2024-05-22T18:19:28.791Z | a out/clickhouse_keeper.tar.gz 222812K |
2988 | 2024-05-22T18:19:28.791Z | a out/cockroachdb.tar.gz 120786K |
2989 | 2024-05-22T18:19:28.791Z | a out/crucible-pantry-zone.tar.gz 27194K |
2990 | 2024-05-22T18:19:28.791Z | a out/crucible-zone.tar.gz 37959K |
2991 | 2024-05-22T18:19:28.791Z | a out/external-dns.tar.gz 24850K |
2992 | 2024-05-22T18:19:28.791Z | a out/internal-dns.tar.gz 24848K |
2993 | 2024-05-22T18:19:28.791Z | a out/mg-ddm-gz.tar 60408K |
2994 | 2024-05-22T18:19:28.791Z | a out/nexus.tar.gz 81195K |
2995 | 2024-05-22T18:19:28.791Z | a out/ntp.tar.gz 8753K |
2996 | 2024-05-22T18:19:28.791Z | a out/omicron-gateway-softnpu.tar.gz 14446K |
2997 | 2024-05-22T18:19:28.791Z | a out/omicron-sled-agent.tar 92423K |
2998 | 2024-05-22T18:19:28.791Z | a out/overlay.tar.gz 3K |
2999 | 2024-05-22T18:19:28.791Z | a out/oximeter.tar.gz 39993K |
3000 | 2024-05-22T18:19:28.791Z | a out/oxlog.tar 2898K |
3001 | 2024-05-22T18:19:28.791Z | a out/probe.tar.gz 2764K |
3002 | 2024-05-22T18:19:28.791Z | a out/propolis-server.tar.gz 65435K |
3003 | 2024-05-22T18:19:28.791Z | a out/pumpkind-gz.tar 26665K |
3004 | 2024-05-22T18:19:28.791Z | a out/switch-softnpu.tar.gz 194971K |
3005 | 2024-05-22T18:19:28.795Z | |
3006 | 2024-05-22T18:19:28.795Z | real 1:02.726715453 |
3007 | 2024-05-22T18:19:28.795Z | user 1:00.058301540 |
3008 | 2024-05-22T18:19:28.795Z | sys 3.688082596 |
3009 | 2024-05-22T18:19:28.795Z | trap 0.013749141 |
3010 | 2024-05-22T18:19:28.795Z | tflt 0.000000000 |
3011 | 2024-05-22T18:19:28.795Z | dflt 0.000000000 |
3012 | 2024-05-22T18:19:28.795Z | kflt 0.000000000 |
3013 | 2024-05-22T18:19:28.795Z | lock 0.000000000 |
3014 | 2024-05-22T18:19:28.795Z | slp 59.974730187 |
3015 | 2024-05-22T18:19:28.795Z | lat 1.715492611 |
3016 | 2024-05-22T18:19:28.796Z | stop 0.000181652 |
3017 | 2024-05-22T18:19:28.796Z | process exited: duration 1682366 ms, exit code 0 |
|
3018 | 2024-05-22T18:19:28.811Z | found 1 output files |
3019 | 2024-05-22T18:19:28.811Z | uploading: /work/package.tar.gz (1376310792 bytes) |
3020 | 2024-05-22T18:27:14.131Z | uploaded: /work/package.tar.gz |